]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add missing "extern" in rust-lang.h
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a9bbfbd8
TT
12017-09-27 Tom Tromey <tom@tromey.com>
2
3 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4
df8899e5
TP
52017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/compare-sections.exp (get value of read-only section): Read
9 as unsigned value.
10 (corrupt read-only section): Likewise and don't set written if patching
11 failed.
12
757bf54b
KB
132017-09-21 Kevin Buettner <kevinb@redhat.com>
14
15 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
16 files.
17
06871ae8
PA
182017-09-20 Pedro Alves <palves@redhat.com>
19
20 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
21 symbol names in gdb's output.
22 * gdb.cp/overload.exp ("list all overloads"): Likewise.
23
e5f25bc5
PA
242017-09-20 Pedro Alves <palves@redhat.com>
25
26 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
27 Rename to ...
28 (test_list_ambiguous_symbol): ... this and add a symbol name
29 parameter. Adjust.
30 (test_list_ambiguous_function): Reimplement on top of
31 test_list_ambiguous_symbol and also test listing ambiguous
32 variables.
33 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
34 (ambiguous_fun): ... this.
35 (ambiguous_var): New.
36 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
37 (ambiguous_fun): ... this.
38 (ambiguous_var): New.
39
4e5a4f58
JB
402017-09-19 John Baldwin <jhb@FreeBSD.org>
41
42 * gdb.base/starti.c: New file.
43 * gdb.base/starti.exp: New file.
44 * lib/gdb.exp (gdb_starti_cmd): New procedure.
45
26e53f3e
PA
462017-09-14 Pedro Alves <palves@redhat.com>
47
48 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
49 (top level): Use it instead of runto.
50
cb791d59
TT
512017-09-11 Tom Tromey <tom@tromey.com>
52
53 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
54
7c96f8c1
TT
552017-09-11 Tom Tromey <tom@tromey.com>
56
57 * gdb.python/py-infthread.exp: Add tests for new_thread event.
58 * gdb.python/py-inferior.exp: Add tests for new inferior events.
59
469412dd
CW
602017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
61
62 * gdb.fortran/printing-types.exp: New file.
63 * gdb.fortran/printing-types.exp: New file.
64
e0f86435
BH
652017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
66
67 * gdb.fortran/vla-ptype.exp: Fix typos.
68 * gdb.fortran/vla-value.exp: Same.
69
9e9af4be
BH
702017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
71
72 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
73 * gdb.mi/mi-var-child-f.exp: Likewise.
74 * gdb.mi/mi-vla-fortran.exp: Likewise.
75
a5ad232b
FP
762017-09-08 Frank Penczek <frank.penczek@intel.com>
77 Christoph Weinmann <christoph.t.weinmann@intel.com>
78 Bernhard Heckel <bernhard.heckel@intel.com>
79
80 * gdb.fortran/ptr-indentation.f90: New file.
81 * gdb.fortran/ptr-indentation.exp: New file.
82
5aec60eb
TT
832017-09-05 Tom Tromey <tom@tromey.com>
84
85 PR gdb/22010:
86 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
87
8f8f8152
TP
882017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
89
90 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
91
fbd1b771
JK
922017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 * gdb.threads/tls-nodebug-pie.c: New file.
95 * gdb.threads/tls-nodebug-pie.exp: New file.
96
5eb5f850
TT
972017-09-05 Tom Tromey <tom@tromey.com>
98
99 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
100 for rust.
101
ae780a21
SM
1022017-09-05 Simon Marchi <simon.marchi@ericsson.com>
103
104 * gdb.multi/multi-arch-exec.exp: Test with different
105 "follow-exec-mode" settings.
106 (do_test): New procedure.
107
3693fdb3
PA
1082017-09-04 Pedro Alves <palves@redhat.com>
109
110 * gdb.base/func-static.c (S::method const, S::method volatile)
111 (S::method volatile const): New methods.
112 (c_s, v_s, cv_s): New instances.
113 (main): Call method() on them.
114 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
115 (cannot_resolve): New procedure.
116 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
117 print-quote-unquoted columns.
118 (do_test): Test printing each scope too.
119
e68cb8e0
PA
1202017-09-04 Pedro Alves <palves@redhat.com>
121
122 * gdb.base/local-static.exp: Also test with
123 class::method::variable wholly quoted.
124 * gdb.cp/m-static.exp (class::method::variable): Remove test.
125
858be34c
PA
1262017-09-04 Pedro Alves <palves@redhat.com>
127
128 * gdb.base/local-static.c: New.
129 * gdb.base/local-static.cc: New.
130 * gdb.base/local-static.exp: New.
131
46a4882b
PA
1322017-09-04 Pedro Alves <palves@redhat.com>
133
134 * gdb.asm/asm-source.exp: Add casts to int.
135 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
136 (dataglobal64_1, dataglobal64_2): New globals.
137 * gdb.base/nodebug.exp: Test different expressions involving the
138 new globals, with print, whatis and ptype. Add casts to int.
139 * gdb.base/solib-display.exp: Add casts to int.
140 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
141 * gdb.cp/m-static.exp: Add cast to int.
142 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
143 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
144 tls variable with no debug info without a cast. Test with a cast
145 to int too.
146 * gdb.trace/entry-values.exp: Add casts.
147
2c5a2be1
PA
1482017-09-04 Pedro Alves <palves@redhat.com>
149
150 * gdb.base/nodebug.exp: Test that ptype's error about functions
151 with unknown return type includes the function name too.
152
7022349d
PA
1532017-09-04 Pedro Alves <palves@redhat.com>
154
155 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
156 return type of munmap in infcall.
157 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
158 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
159 type of ftell in infcall.
160 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
161 type of getpid in infcall.
162 * gdb.base/infcall-exec.exp: Cast return type of execlp in
163 infcall.
164 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
165 Bail on failure to extract the pid.
166 * gdb.base/nodebug.c: #include <stdint.h>.
167 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
168 New functions.
169 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
170 Change expected output of print/whatis/ptype with functions with
171 no debug info. Test all supported languages. Call
172 test_call_promotion.
173 * gdb.compile/compile.exp: Adjust expected output to expect
174 warning.
175 * gdb.threads/siginfo-threads.exp: Likewise.
176
54990598
PA
1772017-09-04 Pedro Alves <palves@redhat.com>
178
179 * gdb.base/callfuncs.exp (do_function_calls): New parameter
180 "prototypes". Test calling float functions via prototyped and
181 unprototyped function pointers.
182 (perform_all_tests): New parameter "prototypes". Pass it down.
183 (top level): Pass down "prototypes" parameter to
184 perform_all_tests.
185
34d16ea2
SM
1862017-09-04 Simon Marchi <simon.marchi@ericsson.com>
187
188 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
189 Test with nested loops.
190
9521ecda
SM
1912017-09-04 Simon Marchi <simon.marchi@ericsson.com>
192
193 * gdb.base/commands.exp: Call the new procedures.
194 (loop_break_test, loop_continue_test): New procedures.
195
80a65e9b
SM
1962017-09-04 Simon Marchi <simon.marchi@ericsson.com>
197
198 * gdb.base/commands.exp: Call new procedure.
199 (define_if_without_arg_test): New procedure.
200
e439fa14
PA
2012017-09-04 Pedro Alves <palves@redhat.com>
202
203 * gdb.base/list-ambiguous.exp: New file.
204 * gdb.base/list-ambiguous0.c: New file.
205 * gdb.base/list-ambiguous1.c: New file.
206 * gdb.base/list.exp (test_list_range): Adjust expected output.
207
0a2dde4a
SDJ
2082017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
209
210 * gdb.base/share-env-with-gdbserver.c: New file.
211 * gdb.base/share-env-with-gdbserver.exp: Likewise.
212
5e89eb3a
SM
2132017-08-28 Simon Marchi <simon.marchi@ericsson.com>
214
215 * gdb.base/commands.exp (gdbvar_simple_if_test,
216 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
217 progvar_simple_if_test, progvar_simple_while_test,
218 progvar_complex_if_while_test, user_defined_command_test,
219 user_defined_command_args_eval,
220 user_defined_command_args_stack_test,
221 user_defined_command_manyargs_test, bp_deleted_in_command_test,
222 temporary_breakpoint_commands,
223 gdb_test_no_prompt, redefine_hook_test,
224 redefine_backtrace_test): Remove "global gdb_prompt".
225
fd437cbc
SM
2262017-08-28 Simon Marchi <simon.marchi@ericsson.com>
227
228 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
229 New proc, call it from toplevel.
230
87215ad1
SDJ
2312017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
232
233 PR remote/21852
234 * gdb.server/normal.c: New file, copied from gdb.base.
235 * gdb.server/run-without-local-binary.exp: New file.
236
58afddc6
WP
2372017-08-07 Weimin Pan <weimin.pan@oracle.com>
238
239 * gdb.arch/sparc64-adi.exp: New file.
240 * gdb.arch/sparc64-adi.c: New file.
241
5277199a
PA
2422017-08-22 Pedro Alves <palves@redhat.com>
243
244 * gdb.cp/overload.exp (line_range_pattern): New procedure.
245 (top level): Add "list all overloads" tests.
246
14278e1f
TT
2472017-08-22 Tom Tromey <tom@tromey.com>
248
249 * gdb.gdb/xfullpath.exp: Remove.
250
bf223d3e
PA
2512017-08-21 Pedro Alves <palves@redhat.com>
252
253 PR gdb/19487
254 * gdb.base/symbol-alias.c: New.
255 * gdb.base/symbol-alias2.c: New.
256 * gdb.base/symbol-alias.exp: New.
257
c973d0aa
PA
2582017-08-21 Pedro Alves <palves@redhat.com>
259
260 * gdb.base/dfp-test.c
261 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
262 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
263 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
264 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
265 * gdb.base/whatis-ptype-typedefs.c: New.
266 * gdb.base/whatis-ptype-typedefs.exp: New.
267 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
268 (an_int, an_int_type, an_int_type2): New globals.
269 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
270 involving typedefs and cast expressions.
271 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
272 (lookup_typedefs_function): New.
273 (typedefs_pretty_printers_dict): New.
274 (top level): Register lookup_typedefs_function in
275 gdb.pretty_printers.
276
6d580b63
YQ
2772017-08-18 Yao Qi <yao.qi@linaro.org>
278
279 * gdb.server/unittest.exp: New.
280
206726fb
SDJ
2812017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
282
283 PR gdb/21954
284 * gdb.base/environ.exp: Add test to check if 'unset environment'
285 works.
286
bf0ec4c2
AA
2872017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
288
289 * lib/gdb.exp (universal_compile_options): New caching proc.
290 (gdb_compile): Suppress GCC's coloring of messages.
291
d6382fff
TT
2922017-08-14 Tom Tromey <tom@tromey.com>
293
294 PR gdb/21675:
295 * gdb.base/printcmds.exp (test_radices): New function.
296 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
297 * gdb.base/sizeof.exp (check_valueof): Use p/d.
298 * lib/gdb.exp (get_integer_valueof): Use p/d.
299
c2c2dd9f
SM
3002017-08-12 Simon Marchi <simon.marchi@ericsson.com>
301
302 * lib/gdb.exp (get_valueof): Don't capture end-of-line
303 characters.
304
fdffd6f4
TT
3052017-08-05 Tom Tromey <tom@tromey.com>
306
307 * gdb.rust/simple.exp: Allow String to appear in a different
308 namespace.
309
27d41eac
YQ
3102017-07-26 Yao Qi <yao.qi@linaro.org>
311
312 * gdb.gdb/unittest.exp: Invoke command
313 "maintenance check xml-descriptions".
314
031ed05d
AA
3152017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
316
317 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
318 calling context.
319 (hex128): Drop erroneous calculation of parameters.
320
dcd27ddf
SM
3212017-07-22 Simon Marchi <simon.marchi@ericsson.com>
322
323 * gdb.python/py-unwind.exp: Disable stack protection when
324 building test file.
325
47e77640
PA
3262017-07-20 Pedro Alves <palves@redhat.com>
327
328 * gdb.base/default.exp (set language): Adjust expected output.
329
62d2a18a
PA
3302017-07-20 Pedro Alves <palves@redhat.com>
331
332 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
333 (test_minsym): ... this, and make static.
334 (get_pck__foo__bar__minsym): Rename to ...
335 (get_test_minsym): ... this.
336 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
337 symbol names and comments.
338 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
339 (get_test_minsym): ... this.
340 (pck__foo__bar__minsym__2): Rename to ...
341 (test_minsym): ... this.
342 (main): Adjust.
343
c45ec17c
PA
3442017-07-17 Pedro Alves <palves@redhat.com>
345
346 * gdb.base/completion.exp: Adjust expected output.
347 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
348 the completer works.
349
c6756f62
PA
3502017-07-17 Pedro Alves <palves@redhat.com>
351
352 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
353
5bd68487
AB
3542017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
357
8880f2a9
TT
3582017-07-14 Tom Tromey <tom@tromey.com>
359
360 PR rust/21764:
361 * gdb.rust/simple.exp: Add tests.
362
65547233
TT
3632017-07-14 Tom Tromey <tom@tromey.com>
364
365 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
366
8f14146e
PA
3672017-07-14 Pedro Alves <palves@redhat.com>
368
369 * gdb.linespec/base/one/thefile.cc (z1): New function.
370 * gdb.linespec/base/two/thefile.cc (z2): New function.
371 * gdb.linespec/linespec.exp: Add tests.
372
b4365d02
AB
3732017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
376 to mi_create_breakpoint.
377
5d2cbaa5
AB
3782017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
381 mi_create_breakpoint.
382
11cb5716
IB
3832017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
384
385 * gdb.dlang/demangle.exp: Update for demangling changes.
386
03278692
TT
3872017-07-09 Tom Tromey <tom@tromey.com>
388
389 * gdb.dwarf2/shortpiece.exp: New file.
390
33c5cd75
DB
3912017-07-06 David Blaikie <dblaikie@gmail.com>
392
393 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
394 built from fissiont-multi-cu{1,2}.c.
395 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
396 except putting 'main' and 'func' in separate CUs in the same DWO file.
397 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
398 test.
399 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
400 test.
401
8455d262
PA
4022017-07-06 Pedro Alves <palves@redhat.com>
403
404 * gdb.python/py-unwind.exp: Test flushregs.
405
dc4bde35
SDJ
4062017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
407
408 PR cli/21688
409 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
410 tests for alias commands and trailing whitespace.
411
51ed89aa
SDJ
4122017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
413
414 PR cli/21688
415 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
416 procedure. Call it.
417
eb17d413
PA
4182017-06-29 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/printcmds.exp: Add tests.
421
41664b45
DG
4222017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
423
424 PR gdb/21337
425 * gdb.base/reread-readsym.exp: New file.
426 * gdb.base/reread-readsym.c: New file.
427
75312ae3
KB
4282017-06-21 Kevin Buettner <kevinb@redhat.com>
429
430 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
431 subpattern.
432
66953522
PB
4332017-06-19 Peter Bergner <bergner@vnet.ibm.com>
434
435 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
436 extended mnemonic.
437 * gdb.arch/powerpc-power9.s: Likewise.
438
5524b525
AA
4392017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
440
441 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
442 on 32-bit x86 targets. Exploit is_*_target macros where
443 appropriate.
444
03c8af18
AA
4452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
446
447 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
448 register pieces.
449
3bf31011
AA
4502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
451
452 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
453 located in one or more DWARF pieces.
454
805acca0
AA
4552017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
456
457 * lib/gdb.exp (get_endianness): New proc.
458 * gdb.arch/aarch64-fp.exp: Use it.
459 * gdb.arch/altivec-regs.exp: Likewise.
460 * gdb.arch/e500-regs.exp: Likewise.
461 * gdb.arch/vsx-regs.exp: Likewise.
462 * gdb.base/dump.exp: Likewise.
463 * gdb.base/funcargs.exp: Likewise.
464 * gdb.base/gnu_vector.exp: Likewise.
465 * gdb.dwarf2/formdata16.exp: Likewise.
466 * gdb.dwarf2/implptrpiece.exp: Likewise.
467 * gdb.dwarf2/nonvar-access.exp: Likewise.
468 * gdb.python/py-inferior.exp: Likewise.
469 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
470
e9352324
AA
4712017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
472
473 PR gdb/21226
474 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
475 stack value pieces are taken from the LSB end.
476
d5d1163e
AA
4772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
478
479 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
480 variable at nonzero offset.
481
0567c986
AA
4822017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
483
484 * gdb.dwarf2/var-access.c: New file.
485 * gdb.dwarf2/var-access.exp: New test.
486 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
487
973e9aab
TT
4882017-06-12 Tom Tromey <tom@tromey.com>
489
490 * gdb.dwarf2/formdata16.exp: Add tests.
491
d9109c80
TT
4922017-06-12 Tom Tromey <tom@tromey.com>
493
494 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
495
30a25466
TT
4962017-06-12 Tom Tromey <tom@tromey.com>
497
498 PR exp/16225:
499 * gdb.reverse/i386-sse-reverse.exp: Update tests.
500 * gdb.arch/vsx-regs.exp: Update tests.
501 * gdb.arch/s390-vregs.exp (hex128): New proc.
502 Update test.
503 * gdb.arch/altivec-regs.exp: Update tests.
504
aefd8b33
SDJ
5052017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
506
507 * gdb.base/startup-with-shell.c: New file.
508 * gdb.base/startup-with-shell.exp: Likewise.
509
2090129c
SDJ
5102017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
511
512 * gdb.server/non-existing-program.exp: Update regex in order to
513 reflect the fact that gdbserver is now using fork_inferior (with a
514 shell) to startup the inferior.
515
8e86a419
SM
5162017-05-30 Simon Marchi <simon.marchi@ericsson.com>
517
518 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
519 support function calls from GDB.
520
e6cf65f2
TT
5212017-05-21 Tom Tromey <tom@tromey.com>
522
523 PR rust/21466:
524 * gdb.rust/unsized.exp: New file.
525 * gdb.rust/unsized.rs: New file.
526
43cc5389
TT
5272017-05-19 Tom Tromey <tom@tromey.com>
528
529 PR rust/21484:
530 * gdb.rust/watch.exp: New file.
531 * gdb.rust/watch.rs: New file.
532
ec8df234
TT
5332017-05-18 Tom Tromey <tom@tromey.com>
534
535 * gdb.rust/simple.exp: Allow Box to be qualified.
536
3e3e7fae
TP
5372017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
538
539 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
540
59cc050d
PA
5412017-05-18 Pedro Alves <palves@redhat.com>
542
543 * gdb.base/fileio.c (test_write, test_read, test_close)
544 (test_fstat): Don't print 'ret' in the fail path.
545
c8f6abd1
PA
5462017-05-18 Pedro Alves <palves@redhat.com>
547
548 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
549 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
550 (test_system, test_rename, test_unlink, test_time): Change
551 prototypes.
552 * gdb.base/fileio.exp (stop_msg): Adjust.
553
d2a03b77
PA
5542017-05-18 Pedro Alves <palves@redhat.com>
555
556 * gdb.base/fileio.c (null_str): New global.
557 (test_stat): Use it.
558 * gdb.base/fileio.exp: Remove nowarnings.
559
0d5c6999
YQ
5602017-05-17 Yao Qi <yao.qi@linaro.org>
561
562 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
563
21873064
YQ
5642017-05-17 Simon Marchi <simon.marchi@ericsson.com>
565
566 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
567 argument command.
568 (top-level): Invoke test_set_inferior_tty.
569
d512d31c
PA
5702017-05-04 Pedro Alves <palves@redhat.com>
571
572 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
573 Add parens to print call for Python 3.
574
90cef2ed
KS
5752017-05-03 Keith Seitz <keiths@redhat.com>
576
577 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
578 (main): Call it.
579
14f819c8
TW
5802017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
581
582 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
583 to prev and next.
584
913aeadd
TW
5852017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
586
587 * gdb.python/py-record-btrace.exp: Remove test for
588 gdb.BtraceInstruction.error.
589
a3be24ad
TW
5902017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
591
592 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
593
ae20e79a
TW
5942017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
595
596 * gdb.python/py-record-btrace-threads.c: New file.
597 * gdb.python/py-record-btrace-threads.exp: New file.
598
45ce1b47
SDJ
5992017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
600
601 PR testsuite/8595
602 * gdb.base/environ.exp: Make test available in all architectures.
603 Move bits related to "info program" testing to
604 gdb.base/info-program.exp. Rewrite tests to use the two new
605 procedures mentione below.
606 (test_set_show_env_var) New procedure.
607 (test_set_show_env_var_equal): Likewise.
608 * gdb.base/info-program.exp: New file.
609
e15c3eb4
KS
6102017-04-27 Keith Seitz <keiths@redhat.com>
611
612 * gdb.cp/oranking.cc (test15): New function.
613 (main): Call test15 and declare additional variables for testing.
614 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
615 "p foo101('abc')" tests.
616 Add tests for cv qualifier overloads.
617 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
618 "lvalue reference overload" test.
619 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
620 "print value of f1 on Child&& in f2" test.
621
3a3fd0fd
PA
6222017-04-19 Pedro Alves <palves@redhat.com>
623
624 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
625 procedure.
626 (top level): Call it.
627 * lib/gdb.exp (gdb_define_cmd): New procedure.
628
53375380
PA
6292017-04-12 Pedro Alves <palves@redhat.com>
630
631 PR gdb/21323
632 * gdb.cp/wide_char_types.c: Include <wchar.h>.
633 (wchar): New global.
634 * gdb.cp/wide_char_types.exp (wide_char_types_program)
635 (do_test_wide_char, wide_char_types_no_program, top level): Add
636 wchar_t testing.
637
53e710ac
PA
6382017-04-12 Pedro Alves <palves@redhat.com>
639
640 PR c++/21323
641 * gdb.cp/wide_char_types.c: New file.
642 * gdb.cp/wide_char_types.exp: New file.
643
0ad9d8c7
SDJ
6442017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
645
646 PR gdb/21352
647 * gdb.trace/tsv.exp: Add test for "tsave -r".
648
b1b45502
IB
6492017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
650
651 * gdb.dlang/watch-loc.c: New file.
652 * gdb.dlang/watch-loc.exp: New file.
653
ec13808e
JK
6542017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
655
656 * gdb.python/py-section-script.exp (sepdebug): New testcases.
657
fe5f7374
AK
6582017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
659
660 * gdb.arch/arc-analyze-prologue.S: New file.
661 * gdb.arch/arc-analyze-prologue.exp: Likewise.
662
eea78757
AK
6632017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
664
665 * gdb.arch/arc-decode-insn.S: New file.
666 * gdb.arch/arc-decode-insn.exp: Likewise.
667
5badf10a
IR
6682017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
669
670 PR tdep/20928
671 * gdb.arch/sparc64-regs.exp: New file.
672 * gdb.arch/sparc64-regs.S: Likewise.
673
cee59b3f
TW
6742017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
675
676 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
677 and memory view on Python 3.
678
c0f55cc6
AV
6792017-03-20 Artemiy Volkov <artemiyv@acm.org>
680 Keith Seitz <keiths@redhat.com>
681
682 PR gdb/14441
683 * gdb.cp/demangle.exp: Add rvalue reference tests.
684 * gdb.cp/rvalue-ref-casts.cc: New file.
685 * gdb.cp/rvalue-ref-casts.exp: New file.
686 * gdb.cp/rvalue-ref-overload.cc: New file.
687 * gdb.cp/rvalue-ref-overload.exp: New file.
688 * gdb.cp/rvalue-ref-params.cc: New file.
689 * gdb.cp/rvalue-ref-params.exp: New file.
690 * gdb.cp/rvalue-ref-sizeof.cc: New file.
691 * gdb.cp/rvalue-ref-sizeof.exp: New file.
692 * gdb.cp/rvalue-ref-types.cc: New file.
693 * gdb.cp/rvalue-ref-types.exp: New file.
694 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
695 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
696
51457a05
MAL
6972017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
698
699 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
700 New procedure.
701
5b291c04
MAL
7022017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
703
704 * lib/mi-support.exp (mi_gdb_test): Add additional message
705 for unexpected output.
706
59a56148
AA
7072017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
708
709 * gdb.base/examine-backward.c (Barrier): New character array
710 constant, to ensure that TestStrings is preceded by a string
711 terminator.
712
7942e96e
AA
7132017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
714
715 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
716 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
717 and implicit pointer into such a location.
718
6ebac3fb
DE
7192017-03-16 Doug Evans <dje@google.com>
720
721 * gdb.python/py-lazy-string (pointer): Really add new typedef.
722
ec3b243d
TP
7232017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
724
725 * gdb.cp/m-static.exp: Fix expectation for prototype of
726 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
727
7282017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
729
730 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
731 * gdb.guile/scm-lazy-string.c: New file.
732 * gdb.guile/scm-value.exp: Move lazy string tests to ...
733 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
734 for pointer, array, typedef lazy strings.
735
2cc36e25 7362017-03-16 Doug Evans <dje@google.com>
34b43320
DE
737
738 PR python/17728, python/18439, python/18779
739 * gdb.python/py-value.c (main) Delete locals sptr, sn.
740 * gdb.python/py-lazy-string.c (pointer): New typedef.
741 (main): New locals ptr, array, typedef_ptr.
742 * gdb.python/py-value.exp: Move lazy string tests to ...
743 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
744 array, typedef lazy strings.
ec3b243d 745
0efcde63
AK
7462017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
747
748 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
749 Add optional 'test' parameter.
750
7978d7c3
SM
7512017-03-13 Simon Marchi <simon.marchi@ericsson.com>
752
753 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
754 Skip for versions of DejaGnu < 1.5.
755
896c0c1e
SM
7562017-03-13 Simon Marchi <simon.marchi@ericsson.com>
757
758 * lib/gdb.exp (dejagnu_version): New proc.
759 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
760 Use dejagnu_version.
761
5f4d1085
KS
7622017-03-10 Keith Seitz <keiths@redhat.com>
763
764 PR c++/8128
765 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
766 type from destructor regexps.
767 Add a branch which actually passes the test.
768 Adjust "ptype t5i" test names.
769
1de05205
PA
7702017-03-08 Pedro Alves <palves@redhat.com>
771
772 * gdb.base/step-over-exit.exp: Add explicit test message.
773
c65d6b55
PA
7742017-03-08 Pedro Alves <palves@redhat.com>
775
776 PR gdb/18360
777 * gdb.threads/interrupt-while-step-over.c: New file.
778 * gdb.threads/interrupt-while-step-over.exp: New file.
779
2e86a283
PA
7802017-03-08 Pedro Alves <palves@redhat.com>
781
782 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
783 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
784
25dcbff6
PA
7852017-03-08 Pedro Alves <palves@redhat.com>
786
787 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
788 PKRU as not supported as a PASS.
789
dc9366eb
PA
7902017-03-08 Pedro Alves <palves@redhat.com>
791
792 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
793 prefix instead of $binfile1/$binfile2.
794 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
795 in test message.
796 * gdb.python/py-completion.exp: Use "load python file" as test
797 messages instead of unstable path names.
798
6e5d74e7
PA
7992017-03-08 Pedro Alves <palves@redhat.com>
800 Jan Kratochvil <jan.kratochvil@redhat.com>
801
802 PR cli/21218
803 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
804 New proc.
805 (top level): Call it.
806
9753a2f6
PA
8072017-03-08 Pedro Alves <palves@redhat.com>
808
809 PR tui/21216
810 * gdb.tui/tui-nl-filtered-output.exp: New file.
811
1a4dd9dd
PA
8122017-03-08 Pedro Alves <palves@redhat.com>
813
814 * gdb.base/completion.exp: Move TUI completion tests to ...
815 * gdb.tui/completion.exp: ... this new file.
816
7cbbff33
PA
8172017-03-08 Pedro Alves <palves@redhat.com>
818
819 * gdb.base/tui-disasm-long-lines.c,
820 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
821 gdb.base/tui-layout.exp: Move to ...
822 * gdb.tui/: ... this new directory.
823
5f6fd321
PA
8242017-03-07 Pedro Alves <palves@redhat.com>
825
826 * gdb.base/tui-layout.c: New file.
827 * gdb.base/tui-layout.exp: New file.
828
44959fa8
PA
8292017-03-07 Pedro Alves <palves@redhat.com>
830
831 * gdb.base/tui-layout.c: Rename to ...
832 * gdb.base/tui-disasm-long-lines.c: ... this.
833 * gdb.base/tui-layout.exp: Rename to ...
834 * gdb.base/tui-disasm-long-lines.exp: ... this.
835
f8c4e718
PA
8362017-03-07 Pedro Alves <palves@redhat.com>
837
838 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
839
6dbb839a 8402017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
841
842 * i386-mpx-call.c: New file.
843 * i386-mpx-call.exp: New file.
844
65b48a81
PB
8452017-02-28 Peter Bergner <bergner@vnet.ibm.com>
846
847 * gdb.arch/powerpc-power.exp: Delete test.
848 * gdb.arch/powerpc-power.s: Likewise.
849 * gdb.disasm/disassembler-options.exp: New test.
850 * gdb.arch/powerpc-altivec.exp: Likewise.
851 * gdb.arch/powerpc-altivec.s: Likewise.
852 * gdb.arch/powerpc-altivec2.exp: Likewise.
853 * gdb.arch/powerpc-altivec2.s: Likewise.
854 * gdb.arch/powerpc-altivec3.exp: Likewise.
855 * gdb.arch/powerpc-altivec3.s: Likewise.
856 * gdb.arch/powerpc-power7.exp: Likewise.
857 * gdb.arch/powerpc-power7.s: Likewise.
858 * gdb.arch/powerpc-power8.exp: Likewise.
859 * gdb.arch/powerpc-power8.s: Likewise.
860 * gdb.arch/powerpc-power9.exp: Likewise.
861 * gdb.arch/powerpc-power9.s: Likewise.
862 * gdb.arch/powerpc-vsx.exp: Likewise.
863 * gdb.arch/powerpc-vsx.s: Likewise.
864 * gdb.arch/powerpc-vsx2.exp: Likewise.
865 * gdb.arch/powerpc-vsx2.s: Likewise.
866 * gdb.arch/powerpc-vsx3.exp: Likewise.
867 * gdb.arch/powerpc-vsx3.s: Likewise.
868 * gdb.arch/arm-disassembler-options.exp: Likewise.
869 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
870 * gdb.arch/s390-disassembler-options.exp: Likewise.
871
17cd4947
LM
8722017-02-23 Luis Machado <lgustavo@codesourcery.com>
873
874 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
875 (check_supported_features): ... this. Changed return type to void.
876 (supports_rdseed): New static global.
877 (rdseed): Check supports_rdseed.
878 (initialize): Call check_supported_features.
879
2039d74e
EBM
8802017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
881
882 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
883 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
884 and lqarx/stqcx.
885 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
886 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
887
a51d7ecf
EBM
8882017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
889
890 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
891 uppercase.
892
0224619f
JK
8932017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
894
895 * gdb.dwarf2/formdata16.c: New file.
896 * gdb.dwarf2/formdata16.exp: New file.
897 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
898
216f72a1
JK
8992017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
900
901 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
902 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
903 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
904 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
905 DW_AT_GNU_*.
906
43988095
JK
9072017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
908
909 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
910
99e8a4f9
SDJ
9112017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
912
913 PR gdb/21164
914 * gdb.base/maint.exp: Add testcases for when the commands do
915 not have arguments.
916
b58a8c0c
TP
9172017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
918
919 * gdb.cp/chained-calls.exp: Use p instead of P.
920
4e746bb6
TW
9212017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
922
923 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
924 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
925
3f77c769
TT
9262017-02-14 Tom Tromey <tom@tromey.com>
927
928 PR python/13598:
929 * gdb.python/py-events.exp: Add before_prompt event tests.
930
075beec0
AA
9312017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
932
933 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
934
bf5f525c
LM
9352017-02-13 Luis Machado <lgustavo@codesourcery.com>
936
937 * gdb.linespec/explicit.c (my_unique_function_name): New function.
938 (main): Call my_unique_function_name.
939 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
940 completion of patterns with a single match.
941 Add missing -re switches to gdb_test_multiple calls.
942
13a66184
LM
9432017-02-13 Luis Machado <lgustavo@codesourcery.com>
944
945 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
946 return if core file is not recognized.
947
26a06916
SM
9482017-02-10 Simon Marchi <simon.marchi@ericsson.com>
949
950 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
951 and extra UIs.
952
b761ca9e
SM
9532017-02-10 Simon Marchi <simon.marchi@ericsson.com>
954
955 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
956 proc_with_prefix.
957
b964bee0
TT
9582017-02-10 Tom Tromey <tom@tromey.com>
959
960 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
961
18da0c51
MG
9622017-02-10 Martin Galvan <martingalvan@sourceware.org>
963
964 PR gdb/21122
965 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
966
604c4576
JG
9672017-02-08 Jerome Guitton <guitton@adacore.com>
968
969 * gdb.base/define.exp: Add test for command abbreviations
970 in define.
971
20b477a7
LM
9722017-02-06 Luis Machado <lgustavo@codesourcery.com>
973
974 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
975 * gdb.reverse/insn-reverse-x86.c: New file.
976
3f7b46f2
IR
9772017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
978
979 PR tdep/20936
980 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
981
f0fd41c1
TT
9822017-02-03 Tom Tromey <tom@tromey.com>
983
984 PR rust/21097:
985 * gdb.rust/simple.exp: Add new tests.
986
5be5dbf0
PA
9872017-02-02 Pedro Alves <palves@redhat.com>
988
989 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
990 tests.
991
7346ef59
AA
9922017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
993
994 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
995 taking a 2-byte value out of a 4-byte DWARF implicit value on
996 big-endian targets.
997 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
998 logic. Add test cases for DW_OP_implicit.
999
787f0025
MM
10002017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1001
1002 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1003
68777c29
MM
10042017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1005
1006 * gdb.btrace/enable.exp: Call gdb_exit before
1007 skip_gdbserver_tests.
1008
0a1c7e28
MM
10092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1010
1011 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1012 GDBFLAGS.
1013
b5ac99b0
MM
10142017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1015
1016 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1017 the test is skipped.
1018 * gdb.btrace/data.exp: Likewise.
1019 * gdb.btrace/delta.exp: Likewise.
1020 * gdb.btrace/dlopen.exp: Likewise.
1021 * gdb.btrace/enable-running.exp: Likewise.
1022 * gdb.btrace/enable.exp: Likewise.
1023 * gdb.btrace/exception.exp: Likewise.
1024 * gdb.btrace/function_call_history.exp: Likewise.
1025 * gdb.btrace/gcore.exp: Likewise.
1026 * gdb.btrace/instruction_history.exp: Likewise.
1027 * gdb.btrace/multi-thread-step.exp: Likewise.
1028 * gdb.btrace/nohist.exp: Likewise.
1029 * gdb.btrace/non-stop.exp: Likewise.
1030 * gdb.btrace/reconnect.exp: Likewise.
1031 * gdb.btrace/record_goto-step.exp: Likewise.
1032 * gdb.btrace/record_goto.exp: Likewise.
1033 * gdb.btrace/rn-dl-bind.exp: Likewise.
1034 * gdb.btrace/segv.exp: Likewise.
1035 * gdb.btrace/step.exp: Likewise.
1036 * gdb.btrace/stepi.exp: Likewise.
1037 * gdb.btrace/tailcall-only.exp: Likewise.
1038 * gdb.btrace/tailcall.exp: Likewise.
1039 * gdb.btrace/tsx.exp: Likewise.
1040 * gdb.btrace/unknown_functions.exp: Likewise.
1041 * gdb.btrace/vdso.exp: Likewise.
1042
cd4007e4
MM
10432017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1044
1045 * gdb.btrace/enable-running.c: New.
1046 * gdb.btrace/enable-running.exp: New.
1047
2735833d
WT
10482017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1049
1050 * gdb.arch/amd64-gs_base.c: New file.
1051 * gdb.arch/amd64-gs_base.exp: New file.
1052
b51e1e94
LM
10532017-01-26 Luis Machado <lgustavo@codesourcery.com>
1054
1055 * lib/memory.exp: Remove spurious empty newlines.
1056
72ca0410
SM
10572017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1058
1059 * gdb.python/py-bad-printers.exp: Load python file using "source".
1060 * gdb.python/py-events.exp: Likewise.
1061 * gdb.python/py-evsignal.exp: Likewise.
1062 * gdb.python/py-evthreads.exp: Likewise.
1063 * gdb.python/py-frame-args.exp: Likewise.
1064 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1065 * gdb.python/py-framefilter-mi.exp: Likewise.
1066 * gdb.python/py-framefilter.exp: Likewise.
1067 * gdb.python/py-mi.exp: Likewise.
1068 * gdb.python/py-pp-maint.exp: Likewise.
1069 * gdb.python/py-pp-registration.exp: Likewise.
1070 * gdb.python/py-prettyprint.exp: Likewise.
1071 (run_lang_tests): Likewise.
1072 * gdb.python/py-typeprint.exp: Likewise.
1073
e309aa65
LM
10742017-01-26 Luis Machado <lgustavo@codesourcery.com>
1075
1076 * lib/memory.exp: New file.
1077 * lib/gdb.exp: Load memory.exp.
1078 * gdb.base/memattr.exp (delete_memory): Move proc to
1079 lib/memory.exp and rename to delete_memory_regions.
1080 Replace delete_memory with delete_memory_regions.
1081 Cleanup memory regions before tests.
1082 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1083 before tests.
1084
515aff23
LM
10852017-01-26 Luis Machado <lgustavo@codesourcery.com>
1086
1087 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1088 files.
1089 (initialize): New function conditionally defined.
1090 (testcases): Move within conditional block.
1091 (main): Call initialize.
1092 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1093 of gdb.reverse/insn-reverse.c.
1094 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1095 gdb.reverse/insn-reverse.c.
1096
d8b49cf0
YQ
10972017-01-26 Yao Qi <yao.qi@linaro.org>
1098
1099 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1100 disassemble on address 0.
1101
f13a9a0c
YQ
11022017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1103 Yao Qi <yao.qi@linaro.org>
1104
1105 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1106 * gdb.dwarf2/implptr-64bit.S: Remove.
1107 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1108 variables in caller's context. Add DW_OP_implicit_value.
1109
5ac95241
YQ
11102017-01-25 Yao Qi <yao.qi@linaro.org>
1111
1112 * lib/dwarf.exp (Dwarf::_location): Handle
1113 DW_OP_GNU_implicit_pointer with proper size.
1114
23e82930
LM
11152017-01-20 Luis Machado <lgustavo@codesourcery.com>
1116
1117 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1118 and add untested calls.
1119
d334ae25
LM
11202017-01-20 Luis Machado <lgustavo@codesourcery.com>
1121
1122 * gdb.python/python.exp: Check line number against what GDB thinks
1123 the line number is for func1.
1124
f5e6296e
IB
11252017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1126
1127 * gdb.dlang/debug-expr.exp: New file.
1128
5b362f04
LM
11292016-12-23 Luis Machado <lgustavo@codesourcery.com>
1130
1131 Fix test names for the following files:
1132
1133 * gdb.ada/exec_changed.exp
1134 * gdb.ada/info_types.exp
1135 * gdb.arch/aarch64-atomic-inst.exp
1136 * gdb.arch/aarch64-fp.exp
1137 * gdb.arch/altivec-abi.exp
1138 * gdb.arch/altivec-regs.exp
1139 * gdb.arch/amd64-byte.exp
1140 * gdb.arch/amd64-disp-step.exp
1141 * gdb.arch/amd64-dword.exp
1142 * gdb.arch/amd64-entry-value-inline.exp
1143 * gdb.arch/amd64-entry-value-param.exp
1144 * gdb.arch/amd64-entry-value-paramref.exp
1145 * gdb.arch/amd64-entry-value.exp
1146 * gdb.arch/amd64-i386-address.exp
1147 * gdb.arch/amd64-invalid-stack-middle.exp
1148 * gdb.arch/amd64-invalid-stack-top.exp
1149 * gdb.arch/amd64-optimout-repeat.exp
1150 * gdb.arch/amd64-prologue-skip.exp
1151 * gdb.arch/amd64-prologue-xmm.exp
1152 * gdb.arch/amd64-stap-special-operands.exp
1153 * gdb.arch/amd64-stap-wrong-subexp.exp
1154 * gdb.arch/amd64-tailcall-cxx.exp
1155 * gdb.arch/amd64-tailcall-noret.exp
1156 * gdb.arch/amd64-tailcall-ret.exp
1157 * gdb.arch/amd64-tailcall-self.exp
1158 * gdb.arch/amd64-word.exp
1159 * gdb.arch/arm-bl-branch-dest.exp
1160 * gdb.arch/arm-disp-step.exp
1161 * gdb.arch/arm-neon.exp
1162 * gdb.arch/arm-single-step-kernel-helper.exp
1163 * gdb.arch/avr-flash-qualifier.exp
1164 * gdb.arch/disp-step-insn-reloc.exp
1165 * gdb.arch/e500-abi.exp
1166 * gdb.arch/e500-regs.exp
1167 * gdb.arch/ftrace-insn-reloc.exp
1168 * gdb.arch/i386-avx512.exp
1169 * gdb.arch/i386-bp_permanent.exp
1170 * gdb.arch/i386-byte.exp
1171 * gdb.arch/i386-cfi-notcurrent.exp
1172 * gdb.arch/i386-disp-step.exp
1173 * gdb.arch/i386-dr3-watch.exp
1174 * gdb.arch/i386-float.exp
1175 * gdb.arch/i386-gnu-cfi.exp
1176 * gdb.arch/i386-mpx-map.exp
1177 * gdb.arch/i386-mpx-sigsegv.exp
1178 * gdb.arch/i386-mpx-simple_segv.exp
1179 * gdb.arch/i386-mpx.exp
1180 * gdb.arch/i386-permbkpt.exp
1181 * gdb.arch/i386-prologue.exp
1182 * gdb.arch/i386-signal.exp
1183 * gdb.arch/i386-size-overlap.exp
1184 * gdb.arch/i386-unwind.exp
1185 * gdb.arch/i386-word.exp
1186 * gdb.arch/mips-fcr.exp
1187 * gdb.arch/powerpc-d128-regs.exp
1188 * gdb.arch/powerpc-stackless.exp
1189 * gdb.arch/ppc64-atomic-inst.exp
1190 * gdb.arch/s390-stackless.exp
1191 * gdb.arch/s390-tdbregs.exp
1192 * gdb.arch/s390-vregs.exp
1193 * gdb.arch/sparc-sysstep.exp
1194 * gdb.arch/thumb-bx-pc.exp
1195 * gdb.arch/thumb-singlestep.exp
1196 * gdb.arch/thumb2-it.exp
1197 * gdb.arch/vsx-regs.exp
1198 * gdb.asm/asm-source.exp
1199 * gdb.base/a2-run.exp
1200 * gdb.base/advance.exp
1201 * gdb.base/all-bin.exp
1202 * gdb.base/anon.exp
1203 * gdb.base/args.exp
1204 * gdb.base/arithmet.exp
1205 * gdb.base/async-shell.exp
1206 * gdb.base/async.exp
1207 * gdb.base/attach-pie-noexec.exp
1208 * gdb.base/attach-twice.exp
1209 * gdb.base/auto-load.exp
1210 * gdb.base/bang.exp
1211 * gdb.base/bitfields.exp
1212 * gdb.base/break-always.exp
1213 * gdb.base/break-caller-line.exp
1214 * gdb.base/break-entry.exp
1215 * gdb.base/break-inline.exp
1216 * gdb.base/break-on-linker-gcd-function.exp
1217 * gdb.base/break-probes.exp
1218 * gdb.base/break.exp
1219 * gdb.base/breakpoint-shadow.exp
1220 * gdb.base/call-ar-st.exp
1221 * gdb.base/call-sc.exp
1222 * gdb.base/call-signal-resume.exp
1223 * gdb.base/call-strs.exp
1224 * gdb.base/callfuncs.exp
1225 * gdb.base/catch-fork-static.exp
1226 * gdb.base/catch-gdb-caused-signals.exp
1227 * gdb.base/catch-load.exp
1228 * gdb.base/catch-signal-fork.exp
1229 * gdb.base/catch-signal.exp
1230 * gdb.base/catch-syscall.exp
1231 * gdb.base/charset.exp
1232 * gdb.base/checkpoint.exp
1233 * gdb.base/chng-syms.exp
1234 * gdb.base/code-expr.exp
1235 * gdb.base/code_elim.exp
1236 * gdb.base/commands.exp
1237 * gdb.base/completion.exp
1238 * gdb.base/complex.exp
1239 * gdb.base/cond-expr.exp
1240 * gdb.base/condbreak.exp
1241 * gdb.base/consecutive.exp
1242 * gdb.base/continue-all-already-running.exp
1243 * gdb.base/coredump-filter.exp
1244 * gdb.base/corefile.exp
1245 * gdb.base/dbx.exp
1246 * gdb.base/debug-expr.exp
1247 * gdb.base/define.exp
1248 * gdb.base/del.exp
1249 * gdb.base/disabled-location.exp
1250 * gdb.base/disasm-end-cu.exp
1251 * gdb.base/disasm-optim.exp
1252 * gdb.base/display.exp
1253 * gdb.base/duplicate-bp.exp
1254 * gdb.base/ena-dis-br.exp
1255 * gdb.base/ending-run.exp
1256 * gdb.base/enumval.exp
1257 * gdb.base/environ.exp
1258 * gdb.base/eu-strip-infcall.exp
1259 * gdb.base/eval-avoid-side-effects.exp
1260 * gdb.base/eval-skip.exp
1261 * gdb.base/exitsignal.exp
1262 * gdb.base/expand-psymtabs.exp
1263 * gdb.base/filesym.exp
1264 * gdb.base/find-unmapped.exp
1265 * gdb.base/finish.exp
1266 * gdb.base/float.exp
1267 * gdb.base/foll-exec-mode.exp
1268 * gdb.base/foll-exec.exp
1269 * gdb.base/foll-fork.exp
1270 * gdb.base/fortran-sym-case.exp
1271 * gdb.base/freebpcmd.exp
1272 * gdb.base/func-ptr.exp
1273 * gdb.base/func-ptrs.exp
1274 * gdb.base/funcargs.exp
1275 * gdb.base/gcore-buffer-overflow.exp
1276 * gdb.base/gcore-relro-pie.exp
1277 * gdb.base/gcore-relro.exp
1278 * gdb.base/gcore.exp
1279 * gdb.base/gdb1090.exp
1280 * gdb.base/gdb11530.exp
1281 * gdb.base/gdb11531.exp
1282 * gdb.base/gdb1821.exp
1283 * gdb.base/gdbindex-stabs.exp
1284 * gdb.base/gdbvars.exp
1285 * gdb.base/hbreak.exp
1286 * gdb.base/hbreak2.exp
1287 * gdb.base/included.exp
1288 * gdb.base/infcall-input.exp
1289 * gdb.base/inferior-died.exp
1290 * gdb.base/infnan.exp
1291 * gdb.base/info-macros.exp
1292 * gdb.base/info-os.exp
1293 * gdb.base/info-proc.exp
1294 * gdb.base/info-shared.exp
1295 * gdb.base/info-target.exp
1296 * gdb.base/infoline.exp
1297 * gdb.base/interp.exp
1298 * gdb.base/interrupt.exp
1299 * gdb.base/jit-reader.exp
1300 * gdb.base/jit-simple.exp
1301 * gdb.base/kill-after-signal.exp
1302 * gdb.base/kill-detach-inferiors-cmd.exp
1303 * gdb.base/label.exp
1304 * gdb.base/langs.exp
1305 * gdb.base/ldbl_e308.exp
1306 * gdb.base/line-symtabs.exp
1307 * gdb.base/linespecs.exp
1308 * gdb.base/list.exp
1309 * gdb.base/long_long.exp
1310 * gdb.base/longest-types.exp
1311 * gdb.base/maint.exp
1312 * gdb.base/max-value-size.exp
1313 * gdb.base/memattr.exp
1314 * gdb.base/mips_pro.exp
1315 * gdb.base/morestack.exp
1316 * gdb.base/moribund-step.exp
1317 * gdb.base/multi-forks.exp
1318 * gdb.base/nested-addr.exp
1319 * gdb.base/nextoverexit.exp
1320 * gdb.base/noreturn-finish.exp
1321 * gdb.base/noreturn-return.exp
1322 * gdb.base/nostdlib.exp
1323 * gdb.base/offsets.exp
1324 * gdb.base/opaque.exp
1325 * gdb.base/pc-fp.exp
1326 * gdb.base/permissions.exp
1327 * gdb.base/print-symbol-loading.exp
1328 * gdb.base/prologue-include.exp
1329 * gdb.base/psymtab.exp
1330 * gdb.base/ptype.exp
1331 * gdb.base/random-signal.exp
1332 * gdb.base/randomize.exp
1333 * gdb.base/range-stepping.exp
1334 * gdb.base/readline-ask.exp
1335 * gdb.base/recpar.exp
1336 * gdb.base/recurse.exp
1337 * gdb.base/relational.exp
1338 * gdb.base/restore.exp
1339 * gdb.base/return-nodebug.exp
1340 * gdb.base/return.exp
1341 * gdb.base/run-after-attach.exp
1342 * gdb.base/save-bp.exp
1343 * gdb.base/scope.exp
1344 * gdb.base/sect-cmd.exp
1345 * gdb.base/set-lang-auto.exp
1346 * gdb.base/set-noassign.exp
1347 * gdb.base/setvar.exp
1348 * gdb.base/sigall.exp
1349 * gdb.base/sigbpt.exp
1350 * gdb.base/siginfo-addr.exp
1351 * gdb.base/siginfo-infcall.exp
1352 * gdb.base/siginfo-obj.exp
1353 * gdb.base/siginfo.exp
1354 * gdb.base/signals-state-child.exp
1355 * gdb.base/signest.exp
1356 * gdb.base/sigstep.exp
1357 * gdb.base/sizeof.exp
1358 * gdb.base/skip.exp
1359 * gdb.base/solib-corrupted.exp
1360 * gdb.base/solib-nodir.exp
1361 * gdb.base/solib-search.exp
1362 * gdb.base/stack-checking.exp
1363 * gdb.base/stale-infcall.exp
1364 * gdb.base/stap-probe.exp
1365 * gdb.base/start.exp
1366 * gdb.base/step-break.exp
1367 * gdb.base/step-bt.exp
1368 * gdb.base/step-line.exp
1369 * gdb.base/step-over-exit.exp
1370 * gdb.base/step-over-syscall.exp
1371 * gdb.base/step-resume-infcall.exp
1372 * gdb.base/step-test.exp
1373 * gdb.base/store.exp
1374 * gdb.base/structs3.exp
1375 * gdb.base/sym-file.exp
1376 * gdb.base/symbol-without-target_section.exp
1377 * gdb.base/term.exp
1378 * gdb.base/testenv.exp
1379 * gdb.base/ui-redirect.exp
1380 * gdb.base/until.exp
1381 * gdb.base/unwindonsignal.exp
1382 * gdb.base/value-double-free.exp
1383 * gdb.base/vla-datatypes.exp
1384 * gdb.base/vla-ptr.exp
1385 * gdb.base/vla-sideeffect.exp
1386 * gdb.base/volatile.exp
1387 * gdb.base/watch-cond-infcall.exp
1388 * gdb.base/watch-cond.exp
1389 * gdb.base/watch-non-mem.exp
1390 * gdb.base/watch-read.exp
1391 * gdb.base/watch-vfork.exp
1392 * gdb.base/watchpoint-cond-gone.exp
1393 * gdb.base/watchpoint-delete.exp
1394 * gdb.base/watchpoint-hw-hit-once.exp
1395 * gdb.base/watchpoint-hw.exp
1396 * gdb.base/watchpoint-stops-at-right-insn.exp
1397 * gdb.base/watchpoints.exp
1398 * gdb.base/wchar.exp
1399 * gdb.base/whatis-exp.exp
1400 * gdb.btrace/buffer-size.exp
1401 * gdb.btrace/data.exp
1402 * gdb.btrace/delta.exp
1403 * gdb.btrace/dlopen.exp
1404 * gdb.btrace/enable.exp
1405 * gdb.btrace/exception.exp
1406 * gdb.btrace/function_call_history.exp
1407 * gdb.btrace/gcore.exp
1408 * gdb.btrace/instruction_history.exp
1409 * gdb.btrace/nohist.exp
1410 * gdb.btrace/reconnect.exp
1411 * gdb.btrace/record_goto-step.exp
1412 * gdb.btrace/record_goto.exp
1413 * gdb.btrace/rn-dl-bind.exp
1414 * gdb.btrace/segv.exp
1415 * gdb.btrace/step.exp
1416 * gdb.btrace/stepi.exp
1417 * gdb.btrace/tailcall-only.exp
1418 * gdb.btrace/tailcall.exp
1419 * gdb.btrace/tsx.exp
1420 * gdb.btrace/unknown_functions.exp
1421 * gdb.btrace/vdso.exp
1422 * gdb.compile/compile-ifunc.exp
1423 * gdb.compile/compile-ops.exp
1424 * gdb.compile/compile-print.exp
1425 * gdb.compile/compile-setjmp.exp
1426 * gdb.cp/abstract-origin.exp
1427 * gdb.cp/ambiguous.exp
1428 * gdb.cp/annota2.exp
1429 * gdb.cp/annota3.exp
1430 * gdb.cp/anon-ns.exp
1431 * gdb.cp/anon-struct.exp
1432 * gdb.cp/anon-union.exp
1433 * gdb.cp/arg-reference.exp
1434 * gdb.cp/baseenum.exp
1435 * gdb.cp/bool.exp
1436 * gdb.cp/breakpoint.exp
1437 * gdb.cp/bs15503.exp
1438 * gdb.cp/call-c.exp
1439 * gdb.cp/casts.exp
1440 * gdb.cp/chained-calls.exp
1441 * gdb.cp/class2.exp
1442 * gdb.cp/classes.exp
1443 * gdb.cp/cmpd-minsyms.exp
1444 * gdb.cp/converts.exp
1445 * gdb.cp/cp-relocate.exp
1446 * gdb.cp/cpcompletion.exp
1447 * gdb.cp/cpexprs.exp
1448 * gdb.cp/cplabel.exp
1449 * gdb.cp/cplusfuncs.exp
1450 * gdb.cp/cpsizeof.exp
1451 * gdb.cp/ctti.exp
1452 * gdb.cp/derivation.exp
1453 * gdb.cp/destrprint.exp
1454 * gdb.cp/dispcxx.exp
1455 * gdb.cp/enum-class.exp
1456 * gdb.cp/exception.exp
1457 * gdb.cp/exceptprint.exp
1458 * gdb.cp/expand-psymtabs-cxx.exp
1459 * gdb.cp/expand-sals.exp
1460 * gdb.cp/extern-c.exp
1461 * gdb.cp/filename.exp
1462 * gdb.cp/formatted-ref.exp
1463 * gdb.cp/fpointer.exp
1464 * gdb.cp/gdb1355.exp
1465 * gdb.cp/gdb2495.exp
1466 * gdb.cp/hang.exp
1467 * gdb.cp/impl-this.exp
1468 * gdb.cp/infcall-dlopen.exp
1469 * gdb.cp/inherit.exp
1470 * gdb.cp/iostream.exp
1471 * gdb.cp/koenig.exp
1472 * gdb.cp/local.exp
1473 * gdb.cp/m-data.exp
1474 * gdb.cp/m-static.exp
1475 * gdb.cp/mb-ctor.exp
1476 * gdb.cp/mb-inline.exp
1477 * gdb.cp/mb-templates.exp
1478 * gdb.cp/member-name.exp
1479 * gdb.cp/member-ptr.exp
1480 * gdb.cp/meth-typedefs.exp
1481 * gdb.cp/method.exp
1482 * gdb.cp/method2.exp
1483 * gdb.cp/minsym-fallback.exp
1484 * gdb.cp/misc.exp
1485 * gdb.cp/namelessclass.exp
1486 * gdb.cp/namespace-enum.exp
1487 * gdb.cp/namespace-nested-import.exp
1488 * gdb.cp/namespace.exp
1489 * gdb.cp/nextoverthrow.exp
1490 * gdb.cp/no-dmgl-verbose.exp
1491 * gdb.cp/non-trivial-retval.exp
1492 * gdb.cp/noparam.exp
1493 * gdb.cp/nsdecl.exp
1494 * gdb.cp/nsimport.exp
1495 * gdb.cp/nsnested.exp
1496 * gdb.cp/nsnoimports.exp
1497 * gdb.cp/nsrecurs.exp
1498 * gdb.cp/nsstress.exp
1499 * gdb.cp/nsusing.exp
1500 * gdb.cp/operator.exp
1501 * gdb.cp/oranking.exp
1502 * gdb.cp/overload-const.exp
1503 * gdb.cp/overload.exp
1504 * gdb.cp/ovldbreak.exp
1505 * gdb.cp/ovsrch.exp
1506 * gdb.cp/paren-type.exp
1507 * gdb.cp/parse-lang.exp
1508 * gdb.cp/pass-by-ref.exp
1509 * gdb.cp/pr-1023.exp
1510 * gdb.cp/pr-1210.exp
1511 * gdb.cp/pr-574.exp
1512 * gdb.cp/pr10687.exp
1513 * gdb.cp/pr12028.exp
1514 * gdb.cp/pr17132.exp
1515 * gdb.cp/pr17494.exp
1516 * gdb.cp/pr9067.exp
1517 * gdb.cp/pr9167.exp
1518 * gdb.cp/pr9631.exp
1519 * gdb.cp/printmethod.exp
1520 * gdb.cp/psmang.exp
1521 * gdb.cp/psymtab-parameter.exp
1522 * gdb.cp/ptype-cv-cp.exp
1523 * gdb.cp/ptype-flags.exp
1524 * gdb.cp/re-set-overloaded.exp
1525 * gdb.cp/ref-types.exp
1526 * gdb.cp/rtti.exp
1527 * gdb.cp/scope-err.exp
1528 * gdb.cp/shadow.exp
1529 * gdb.cp/smartp.exp
1530 * gdb.cp/static-method.exp
1531 * gdb.cp/static-print-quit.exp
1532 * gdb.cp/temargs.exp
1533 * gdb.cp/templates.exp
1534 * gdb.cp/try_catch.exp
1535 * gdb.cp/typedef-operator.exp
1536 * gdb.cp/typeid.exp
1537 * gdb.cp/userdef.exp
1538 * gdb.cp/using-crash.exp
1539 * gdb.cp/var-tag.exp
1540 * gdb.cp/virtbase.exp
1541 * gdb.cp/virtfunc.exp
1542 * gdb.cp/virtfunc2.exp
1543 * gdb.cp/vla-cxx.exp
1544 * gdb.disasm/t01_mov.exp
1545 * gdb.disasm/t02_mova.exp
1546 * gdb.disasm/t03_add.exp
1547 * gdb.disasm/t04_sub.exp
1548 * gdb.disasm/t05_cmp.exp
1549 * gdb.disasm/t06_ari2.exp
1550 * gdb.disasm/t07_ari3.exp
1551 * gdb.disasm/t08_or.exp
1552 * gdb.disasm/t09_xor.exp
1553 * gdb.disasm/t10_and.exp
1554 * gdb.disasm/t11_logs.exp
1555 * gdb.disasm/t12_bit.exp
1556 * gdb.disasm/t13_otr.exp
1557 * gdb.dlang/circular.exp
1558 * gdb.dwarf2/arr-stride.exp
1559 * gdb.dwarf2/arr-subrange.exp
1560 * gdb.dwarf2/atomic-type.exp
1561 * gdb.dwarf2/bad-regnum.exp
1562 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1563 * gdb.dwarf2/callframecfa.exp
1564 * gdb.dwarf2/clztest.exp
1565 * gdb.dwarf2/corrupt.exp
1566 * gdb.dwarf2/data-loc.exp
1567 * gdb.dwarf2/dup-psym.exp
1568 * gdb.dwarf2/dw2-anon-mptr.exp
1569 * gdb.dwarf2/dw2-anonymous-func.exp
1570 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1571 * gdb.dwarf2/dw2-bad-unresolved.exp
1572 * gdb.dwarf2/dw2-basic.exp
1573 * gdb.dwarf2/dw2-canonicalize-type.exp
1574 * gdb.dwarf2/dw2-case-insensitive.exp
1575 * gdb.dwarf2/dw2-common-block.exp
1576 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1577 * gdb.dwarf2/dw2-compressed.exp
1578 * gdb.dwarf2/dw2-const.exp
1579 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1580 * gdb.dwarf2/dw2-cu-size.exp
1581 * gdb.dwarf2/dw2-dup-frame.exp
1582 * gdb.dwarf2/dw2-entry-value.exp
1583 * gdb.dwarf2/dw2-icycle.exp
1584 * gdb.dwarf2/dw2-ifort-parameter.exp
1585 * gdb.dwarf2/dw2-inline-break.exp
1586 * gdb.dwarf2/dw2-inline-param.exp
1587 * gdb.dwarf2/dw2-intercu.exp
1588 * gdb.dwarf2/dw2-intermix.exp
1589 * gdb.dwarf2/dw2-lexical-block-bare.exp
1590 * gdb.dwarf2/dw2-linkage-name-trust.exp
1591 * gdb.dwarf2/dw2-minsym-in-cu.exp
1592 * gdb.dwarf2/dw2-noloc.exp
1593 * gdb.dwarf2/dw2-op-call.exp
1594 * gdb.dwarf2/dw2-op-out-param.exp
1595 * gdb.dwarf2/dw2-opt-structptr.exp
1596 * gdb.dwarf2/dw2-param-error.exp
1597 * gdb.dwarf2/dw2-producer.exp
1598 * gdb.dwarf2/dw2-ranges-base.exp
1599 * gdb.dwarf2/dw2-ref-missing-frame.exp
1600 * gdb.dwarf2/dw2-reg-undefined.exp
1601 * gdb.dwarf2/dw2-regno-invalid.exp
1602 * gdb.dwarf2/dw2-restore.exp
1603 * gdb.dwarf2/dw2-restrict.exp
1604 * gdb.dwarf2/dw2-single-line-discriminators.exp
1605 * gdb.dwarf2/dw2-strp.exp
1606 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1607 * gdb.dwarf2/dw2-unresolved.exp
1608 * gdb.dwarf2/dw2-var-zero-addr.exp
1609 * gdb.dwarf2/dw4-sig-types.exp
1610 * gdb.dwarf2/dwz.exp
1611 * gdb.dwarf2/dynarr-ptr.exp
1612 * gdb.dwarf2/enum-type.exp
1613 * gdb.dwarf2/gdb-index.exp
1614 * gdb.dwarf2/implptr-64bit.exp
1615 * gdb.dwarf2/implptr-optimized-out.exp
1616 * gdb.dwarf2/implptr.exp
1617 * gdb.dwarf2/implref-array.exp
1618 * gdb.dwarf2/implref-const.exp
1619 * gdb.dwarf2/implref-global.exp
1620 * gdb.dwarf2/implref-struct.exp
1621 * gdb.dwarf2/mac-fileno.exp
1622 * gdb.dwarf2/main-subprogram.exp
1623 * gdb.dwarf2/member-ptr-forwardref.exp
1624 * gdb.dwarf2/method-ptr.exp
1625 * gdb.dwarf2/missing-sig-type.exp
1626 * gdb.dwarf2/nonvar-access.exp
1627 * gdb.dwarf2/opaque-type-lookup.exp
1628 * gdb.dwarf2/pieces-optimized-out.exp
1629 * gdb.dwarf2/pieces.exp
1630 * gdb.dwarf2/pr10770.exp
1631 * gdb.dwarf2/pr13961.exp
1632 * gdb.dwarf2/staticvirtual.exp
1633 * gdb.dwarf2/subrange.exp
1634 * gdb.dwarf2/symtab-producer.exp
1635 * gdb.dwarf2/trace-crash.exp
1636 * gdb.dwarf2/typeddwarf.exp
1637 * gdb.dwarf2/valop.exp
1638 * gdb.dwarf2/watch-notconst.exp
1639 * gdb.fortran/array-element.exp
1640 * gdb.fortran/charset.exp
1641 * gdb.fortran/common-block.exp
1642 * gdb.fortran/complex.exp
1643 * gdb.fortran/derived-type-function.exp
1644 * gdb.fortran/derived-type.exp
1645 * gdb.fortran/logical.exp
1646 * gdb.fortran/module.exp
1647 * gdb.fortran/multi-dim.exp
1648 * gdb.fortran/nested-funcs.exp
1649 * gdb.fortran/print-formatted.exp
1650 * gdb.fortran/subarray.exp
1651 * gdb.fortran/vla-alloc-assoc.exp
1652 * gdb.fortran/vla-datatypes.exp
1653 * gdb.fortran/vla-history.exp
1654 * gdb.fortran/vla-ptr-info.exp
1655 * gdb.fortran/vla-ptype-sub.exp
1656 * gdb.fortran/vla-ptype.exp
1657 * gdb.fortran/vla-sizeof.exp
1658 * gdb.fortran/vla-type.exp
1659 * gdb.fortran/vla-value-sub-arbitrary.exp
1660 * gdb.fortran/vla-value-sub-finish.exp
1661 * gdb.fortran/vla-value-sub.exp
1662 * gdb.fortran/vla-value.exp
1663 * gdb.fortran/whatis_type.exp
1664 * gdb.go/chan.exp
1665 * gdb.go/handcall.exp
1666 * gdb.go/hello.exp
1667 * gdb.go/integers.exp
1668 * gdb.go/methods.exp
1669 * gdb.go/package.exp
1670 * gdb.go/strings.exp
1671 * gdb.go/types.exp
1672 * gdb.go/unsafe.exp
1673 * gdb.guile/scm-arch.exp
1674 * gdb.guile/scm-block.exp
1675 * gdb.guile/scm-breakpoint.exp
1676 * gdb.guile/scm-cmd.exp
1677 * gdb.guile/scm-disasm.exp
1678 * gdb.guile/scm-equal.exp
1679 * gdb.guile/scm-frame-args.exp
1680 * gdb.guile/scm-frame-inline.exp
1681 * gdb.guile/scm-frame.exp
1682 * gdb.guile/scm-iterator.exp
1683 * gdb.guile/scm-math.exp
1684 * gdb.guile/scm-objfile.exp
1685 * gdb.guile/scm-ports.exp
1686 * gdb.guile/scm-symbol.exp
1687 * gdb.guile/scm-symtab.exp
1688 * gdb.guile/scm-value-cc.exp
1689 * gdb.guile/types-module.exp
1690 * gdb.linespec/break-ask.exp
1691 * gdb.linespec/cpexplicit.exp
1692 * gdb.linespec/explicit.exp
1693 * gdb.linespec/keywords.exp
1694 * gdb.linespec/linespec.exp
1695 * gdb.linespec/ls-dollar.exp
1696 * gdb.linespec/ls-errs.exp
1697 * gdb.linespec/skip-two.exp
1698 * gdb.linespec/thread.exp
1699 * gdb.mi/mi-async.exp
1700 * gdb.mi/mi-basics.exp
1701 * gdb.mi/mi-break.exp
1702 * gdb.mi/mi-catch-load.exp
1703 * gdb.mi/mi-cli.exp
1704 * gdb.mi/mi-cmd-param-changed.exp
1705 * gdb.mi/mi-console.exp
1706 * gdb.mi/mi-detach.exp
1707 * gdb.mi/mi-disassemble.exp
1708 * gdb.mi/mi-eval.exp
1709 * gdb.mi/mi-file-transfer.exp
1710 * gdb.mi/mi-file.exp
1711 * gdb.mi/mi-fill-memory.exp
1712 * gdb.mi/mi-inheritance-syntax-error.exp
1713 * gdb.mi/mi-linespec-err-cp.exp
1714 * gdb.mi/mi-logging.exp
1715 * gdb.mi/mi-memory-changed.exp
1716 * gdb.mi/mi-read-memory.exp
1717 * gdb.mi/mi-record-changed.exp
1718 * gdb.mi/mi-reg-undefined.exp
1719 * gdb.mi/mi-regs.exp
1720 * gdb.mi/mi-return.exp
1721 * gdb.mi/mi-reverse.exp
1722 * gdb.mi/mi-simplerun.exp
1723 * gdb.mi/mi-solib.exp
1724 * gdb.mi/mi-stack.exp
1725 * gdb.mi/mi-stepi.exp
1726 * gdb.mi/mi-syn-frame.exp
1727 * gdb.mi/mi-until.exp
1728 * gdb.mi/mi-var-block.exp
1729 * gdb.mi/mi-var-child.exp
1730 * gdb.mi/mi-var-cmd.exp
1731 * gdb.mi/mi-var-cp.exp
1732 * gdb.mi/mi-var-display.exp
1733 * gdb.mi/mi-var-invalidate.exp
1734 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1735 * gdb.mi/mi-vla-fortran.exp
1736 * gdb.mi/mi-watch.exp
1737 * gdb.mi/mi2-var-child.exp
1738 * gdb.mi/user-selected-context-sync.exp
1739 * gdb.modula2/unbounded-array.exp
1740 * gdb.multi/dummy-frame-restore.exp
1741 * gdb.multi/multi-arch-exec.exp
1742 * gdb.multi/multi-arch.exp
1743 * gdb.multi/tids.exp
1744 * gdb.multi/watchpoint-multi.exp
1745 * gdb.opencl/callfuncs.exp
1746 * gdb.opencl/convs_casts.exp
1747 * gdb.opencl/datatypes.exp
1748 * gdb.opencl/operators.exp
1749 * gdb.opencl/vec_comps.exp
1750 * gdb.opt/clobbered-registers-O2.exp
1751 * gdb.opt/inline-break.exp
1752 * gdb.opt/inline-bt.exp
1753 * gdb.opt/inline-cmds.exp
1754 * gdb.opt/inline-locals.exp
1755 * gdb.pascal/case-insensitive-symbols.exp
1756 * gdb.pascal/floats.exp
1757 * gdb.pascal/gdb11492.exp
1758 * gdb.python/lib-types.exp
1759 * gdb.python/py-arch.exp
1760 * gdb.python/py-as-string.exp
1761 * gdb.python/py-bad-printers.exp
1762 * gdb.python/py-block.exp
1763 * gdb.python/py-breakpoint-create-fail.exp
1764 * gdb.python/py-breakpoint.exp
1765 * gdb.python/py-caller-is.exp
1766 * gdb.python/py-cmd.exp
1767 * gdb.python/py-explore-cc.exp
1768 * gdb.python/py-explore.exp
1769 * gdb.python/py-finish-breakpoint.exp
1770 * gdb.python/py-finish-breakpoint2.exp
1771 * gdb.python/py-frame-args.exp
1772 * gdb.python/py-frame-inline.exp
1773 * gdb.python/py-frame.exp
1774 * gdb.python/py-framefilter-mi.exp
1775 * gdb.python/py-infthread.exp
1776 * gdb.python/py-lazy-string.exp
1777 * gdb.python/py-linetable.exp
1778 * gdb.python/py-mi-events.exp
1779 * gdb.python/py-mi-objfile.exp
1780 * gdb.python/py-mi.exp
1781 * gdb.python/py-objfile.exp
1782 * gdb.python/py-pp-integral.exp
1783 * gdb.python/py-pp-maint.exp
1784 * gdb.python/py-pp-re-notag.exp
1785 * gdb.python/py-pp-registration.exp
1786 * gdb.python/py-recurse-unwind.exp
1787 * gdb.python/py-strfns.exp
1788 * gdb.python/py-symbol.exp
1789 * gdb.python/py-symtab.exp
1790 * gdb.python/py-sync-interp.exp
1791 * gdb.python/py-typeprint.exp
1792 * gdb.python/py-unwind-maint.exp
1793 * gdb.python/py-unwind.exp
1794 * gdb.python/py-value-cc.exp
1795 * gdb.python/py-xmethods.exp
1796 * gdb.reverse/amd64-tailcall-reverse.exp
1797 * gdb.reverse/break-precsave.exp
1798 * gdb.reverse/break-reverse.exp
1799 * gdb.reverse/consecutive-precsave.exp
1800 * gdb.reverse/consecutive-reverse.exp
1801 * gdb.reverse/finish-precsave.exp
1802 * gdb.reverse/finish-reverse-bkpt.exp
1803 * gdb.reverse/finish-reverse.exp
1804 * gdb.reverse/fstatat-reverse.exp
1805 * gdb.reverse/getresuid-reverse.exp
1806 * gdb.reverse/i386-precsave.exp
1807 * gdb.reverse/i386-reverse.exp
1808 * gdb.reverse/i386-sse-reverse.exp
1809 * gdb.reverse/i387-env-reverse.exp
1810 * gdb.reverse/i387-stack-reverse.exp
1811 * gdb.reverse/insn-reverse.exp
1812 * gdb.reverse/machinestate-precsave.exp
1813 * gdb.reverse/machinestate.exp
1814 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1815 * gdb.reverse/pipe-reverse.exp
1816 * gdb.reverse/readv-reverse.exp
1817 * gdb.reverse/recvmsg-reverse.exp
1818 * gdb.reverse/rerun-prec.exp
1819 * gdb.reverse/s390-mvcle.exp
1820 * gdb.reverse/step-precsave.exp
1821 * gdb.reverse/step-reverse.exp
1822 * gdb.reverse/time-reverse.exp
1823 * gdb.reverse/until-precsave.exp
1824 * gdb.reverse/until-reverse.exp
1825 * gdb.reverse/waitpid-reverse.exp
1826 * gdb.reverse/watch-precsave.exp
1827 * gdb.reverse/watch-reverse.exp
1828 * gdb.rust/generics.exp
1829 * gdb.rust/methods.exp
1830 * gdb.rust/modules.exp
1831 * gdb.rust/simple.exp
1832 * gdb.server/connect-with-no-symbol-file.exp
1833 * gdb.server/ext-attach.exp
1834 * gdb.server/ext-restart.exp
1835 * gdb.server/ext-wrapper.exp
1836 * gdb.server/file-transfer.exp
1837 * gdb.server/server-exec-info.exp
1838 * gdb.server/server-kill.exp
1839 * gdb.server/server-mon.exp
1840 * gdb.server/wrapper.exp
1841 * gdb.stabs/exclfwd.exp
1842 * gdb.stabs/gdb11479.exp
1843 * gdb.threads/clone-new-thread-event.exp
1844 * gdb.threads/corethreads.exp
1845 * gdb.threads/current-lwp-dead.exp
1846 * gdb.threads/dlopen-libpthread.exp
1847 * gdb.threads/gcore-thread.exp
1848 * gdb.threads/sigstep-threads.exp
1849 * gdb.threads/watchpoint-fork.exp
1850 * gdb.trace/actions-changed.exp
1851 * gdb.trace/backtrace.exp
1852 * gdb.trace/change-loc.exp
1853 * gdb.trace/circ.exp
1854 * gdb.trace/collection.exp
1855 * gdb.trace/disconnected-tracing.exp
1856 * gdb.trace/ftrace.exp
1857 * gdb.trace/mi-trace-frame-collected.exp
1858 * gdb.trace/mi-trace-unavailable.exp
1859 * gdb.trace/mi-traceframe-changed.exp
1860 * gdb.trace/mi-tsv-changed.exp
1861 * gdb.trace/no-attach-trace.exp
1862 * gdb.trace/passc-dyn.exp
1863 * gdb.trace/qtro.exp
1864 * gdb.trace/range-stepping.exp
1865 * gdb.trace/read-memory.exp
1866 * gdb.trace/save-trace.exp
1867 * gdb.trace/signal.exp
1868 * gdb.trace/status-stop.exp
1869 * gdb.trace/tfile.exp
1870 * gdb.trace/trace-break.exp
1871 * gdb.trace/trace-buffer-size.exp
1872 * gdb.trace/trace-condition.exp
1873 * gdb.trace/tracefile-pseudo-reg.exp
1874 * gdb.trace/tstatus.exp
1875 * gdb.trace/unavailable.exp
1876 * gdb.trace/while-dyn.exp
1877 * gdb.trace/while-stepping.exp
1878
34c41c68
DE
18792016-12-22 Doug Evans <xdje42@gmail.com>
1880
1881 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1882 and msymbols.
1883
16e69324
YQ
18842016-12-19 Yao Qi <yao.qi@linaro.org>
1885
1886 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1887 (test_with_self): Don't call do_steps_and_nexts, and remove
1888 code about stepping into xmalloc.
1889
f94f411b
YQ
18902016-12-09 Yao Qi <yao.qi@linaro.org>
1891
1892 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1893
18942016-12-09 Yao Qi <yao.qi@linaro.org>
1895
1896 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1897
f1b5deee
PA
18982016-12-09 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.base/all-architectures-0.exp: New file.
1901 * gdb.base/all-architectures-1.exp: New file.
1902 * gdb.base/all-architectures-2.exp: New file.
1903 * gdb.base/all-architectures-3.exp: New file.
1904 * gdb.base/all-architectures-4.exp: New file.
1905 * gdb.base/all-architectures-5.exp: New file.
1906 * gdb.base/all-architectures-6.exp: New file.
1907 * gdb.base/all-architectures-7.exp: New file.
1908 * gdb.base/all-architectures.exp.in: New file.
1909
364ca42e
YQ
19102016-12-09 Yao Qi <yao.qi@linaro.org>
1911
1912 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1913
107c2d62
LM
19142016-12-02 Luis Machado <lgustavo@codesourcery.com>
1915
1916 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1917 possible.
1918 Remove useless pattern-matching code.
1919
df3ee9ca
PA
19202016-12-02 Pedro Alves <palves@redhat.com>
1921
1922 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1923 procedure.
1924 (top level): Call it.
1925
ec835369
PA
19262016-12-02 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1929 New procedure.
1930 (top level): Call it.
1931
01770bbd
PA
19322016-12-02 Pedro Alves <palves@redhat.com>
1933
1934 PR cli/20559
1935 * gdb.base/commands.exp (user_defined_command_args_eval): New
1936 procedure.
1937 (top level): Call it.
1938
008459ea
LM
19392016-12-02 Luis Machado <lgustavo@codesourcery.com>
1940
1941 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1942 timeout handling.
1943
0c1b455e
TT
19442016-12-02 Tom Tromey <tom@tromey.com>
1945
1946 * gdb.dwarf2/main-subprogram.c: New file.
1947 * gdb.dwarf2/main-subprogram.exp: New file.
1948
018572b8
LM
19492016-12-01 Luis Machado <lgustavo@codesourcery.com>
1950
1951 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1952 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1953 gdb_test_no_output for a couple of cases.
1954 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1955
84c93cd5
LM
19562016-12-01 Luis Machado <lgustavo@codesourcery.com>
1957
1958 Fix test names and standardize compilation error messages throughout
1959 the following files:
1960
1961 * gdb.ada/start.exp
1962 * gdb.arch/alpha-step.exp
1963 * gdb.arch/e500-prologue.exp
1964 * gdb.arch/ftrace-insn-reloc.exp
1965 * gdb.arch/gdb1291.exp
1966 * gdb.arch/gdb1431.exp
1967 * gdb.arch/gdb1558.exp
1968 * gdb.arch/i386-dr3-watch.exp
1969 * gdb.arch/i386-sse-stack-align.exp
1970 * gdb.arch/ia64-breakpoint-shadow.exp
1971 * gdb.arch/pa-nullify.exp
1972 * gdb.arch/powerpc-aix-prologue.exp
1973 * gdb.arch/thumb-bx-pc.exp
1974 * gdb.base/annota1.exp
1975 * gdb.base/annota3.exp
1976 * gdb.base/arrayidx.exp
1977 * gdb.base/assign.exp
1978 * gdb.base/attach.exp
1979 * gdb.base/auxv.exp
1980 * gdb.base/bang.exp
1981 * gdb.base/bfp-test.exp
1982 * gdb.base/bigcore.exp
1983 * gdb.base/bitfields2.exp
1984 * gdb.base/break-fun-addr.exp
1985 * gdb.base/break-probes.exp
1986 * gdb.base/call-rt-st.exp
1987 * gdb.base/callexit.exp
1988 * gdb.base/catch-fork-kill.exp
1989 * gdb.base/charset.exp
1990 * gdb.base/checkpoint.exp
1991 * gdb.base/comprdebug.exp
1992 * gdb.base/constvars.exp
1993 * gdb.base/coredump-filter.exp
1994 * gdb.base/cursal.exp
1995 * gdb.base/cvexpr.exp
1996 * gdb.base/detach.exp
1997 * gdb.base/display.exp
1998 * gdb.base/dmsym.exp
1999 * gdb.base/dprintf-pending.exp
2000 * gdb.base/dso2dso.exp
2001 * gdb.base/dtrace-probe.exp
2002 * gdb.base/dump.exp
2003 * gdb.base/enum_cond.exp
2004 * gdb.base/exe-lock.exp
2005 * gdb.base/exec-invalid-sysroot.exp
2006 * gdb.base/execl-update-breakpoints.exp
2007 * gdb.base/exprs.exp
2008 * gdb.base/fileio.exp
2009 * gdb.base/find.exp
2010 * gdb.base/finish.exp
2011 * gdb.base/fixsection.exp
2012 * gdb.base/foll-vfork.exp
2013 * gdb.base/frame-args.exp
2014 * gdb.base/gcore.exp
2015 * gdb.base/gdb1250.exp
2016 * gdb.base/global-var-nested-by-dso.exp
2017 * gdb.base/gnu-ifunc.exp
2018 * gdb.base/hashline1.exp
2019 * gdb.base/hashline2.exp
2020 * gdb.base/hashline3.exp
2021 * gdb.base/hbreak-in-shr-unsupported.exp
2022 * gdb.base/huge.exp
2023 * gdb.base/infcall-input.exp
2024 * gdb.base/info-fun.exp
2025 * gdb.base/info-shared.exp
2026 * gdb.base/jit-simple.exp
2027 * gdb.base/jit-so.exp
2028 * gdb.base/jit.exp
2029 * gdb.base/jump.exp
2030 * gdb.base/label.exp
2031 * gdb.base/lineinc.exp
2032 * gdb.base/logical.exp
2033 * gdb.base/longjmp.exp
2034 * gdb.base/macscp.exp
2035 * gdb.base/miscexprs.exp
2036 * gdb.base/new-ui-echo.exp
2037 * gdb.base/new-ui-pending-input.exp
2038 * gdb.base/new-ui.exp
2039 * gdb.base/nodebug.exp
2040 * gdb.base/nofield.exp
2041 * gdb.base/offsets.exp
2042 * gdb.base/overlays.exp
2043 * gdb.base/pending.exp
2044 * gdb.base/pointers.exp
2045 * gdb.base/pr11022.exp
2046 * gdb.base/printcmds.exp
2047 * gdb.base/prologue.exp
2048 * gdb.base/ptr-typedef.exp
2049 * gdb.base/realname-expand.exp
2050 * gdb.base/relativedebug.exp
2051 * gdb.base/relocate.exp
2052 * gdb.base/remote.exp
2053 * gdb.base/reread.exp
2054 * gdb.base/return2.exp
2055 * gdb.base/savedregs.exp
2056 * gdb.base/sep.exp
2057 * gdb.base/sepdebug.exp
2058 * gdb.base/sepsymtab.exp
2059 * gdb.base/set-inferior-tty.exp
2060 * gdb.base/setshow.exp
2061 * gdb.base/shlib-call.exp
2062 * gdb.base/sigaltstack.exp
2063 * gdb.base/siginfo-addr.exp
2064 * gdb.base/signals.exp
2065 * gdb.base/signull.exp
2066 * gdb.base/sigrepeat.exp
2067 * gdb.base/so-impl-ld.exp
2068 * gdb.base/solib-display.exp
2069 * gdb.base/solib-overlap.exp
2070 * gdb.base/solib-search.exp
2071 * gdb.base/solib-symbol.exp
2072 * gdb.base/structs.exp
2073 * gdb.base/structs2.exp
2074 * gdb.base/symtab-search-order.exp
2075 * gdb.base/twice.exp
2076 * gdb.base/unload.exp
2077 * gdb.base/varargs.exp
2078 * gdb.base/watchpoint-solib.exp
2079 * gdb.base/watchpoint.exp
2080 * gdb.base/whatis.exp
2081 * gdb.base/wrong_frame_bt_full.exp
2082 * gdb.btrace/dlopen.exp
2083 * gdb.cell/ea-standalone.exp
2084 * gdb.cell/ea-test.exp
2085 * gdb.cp/dispcxx.exp
2086 * gdb.cp/gdb2384.exp
2087 * gdb.cp/method2.exp
2088 * gdb.cp/nextoverthrow.exp
2089 * gdb.cp/pr10728.exp
2090 * gdb.disasm/am33.exp
2091 * gdb.disasm/h8300s.exp
2092 * gdb.disasm/mn10300.exp
2093 * gdb.disasm/sh3.exp
2094 * gdb.dwarf2/dw2-dir-file-name.exp
2095 * gdb.fortran/complex.exp
2096 * gdb.fortran/library-module.exp
2097 * gdb.guile/scm-pretty-print.exp
2098 * gdb.guile/scm-symbol.exp
2099 * gdb.guile/scm-type.exp
2100 * gdb.guile/scm-value.exp
2101 * gdb.linespec/linespec.exp
2102 * gdb.mi/gdb701.exp
2103 * gdb.mi/gdb792.exp
2104 * gdb.mi/mi-breakpoint-changed.exp
2105 * gdb.mi/mi-dprintf-pending.exp
2106 * gdb.mi/mi-dprintf.exp
2107 * gdb.mi/mi-exit-code.exp
2108 * gdb.mi/mi-pending.exp
2109 * gdb.mi/mi-solib.exp
2110 * gdb.mi/new-ui-mi-sync.exp
2111 * gdb.mi/pr11022.exp
2112 * gdb.mi/user-selected-context-sync.exp
2113 * gdb.opt/solib-intra-step.exp
2114 * gdb.python/py-events.exp
2115 * gdb.python/py-finish-breakpoint.exp
2116 * gdb.python/py-mi.exp
2117 * gdb.python/py-prettyprint.exp
2118 * gdb.python/py-shared.exp
2119 * gdb.python/py-symbol.exp
2120 * gdb.python/py-template.exp
2121 * gdb.python/py-type.exp
2122 * gdb.python/py-value.exp
2123 * gdb.reverse/solib-precsave.exp
2124 * gdb.reverse/solib-reverse.exp
2125 * gdb.server/solib-list.exp
2126 * gdb.stabs/weird.exp
2127 * gdb.threads/reconnect-signal.exp
2128 * gdb.threads/stepi-random-signal.exp
2129 * gdb.trace/actions.exp
2130 * gdb.trace/ax.exp
2131 * gdb.trace/backtrace.exp
2132 * gdb.trace/change-loc.exp
2133 * gdb.trace/deltrace.exp
2134 * gdb.trace/ftrace-lock.exp
2135 * gdb.trace/ftrace.exp
2136 * gdb.trace/infotrace.exp
2137 * gdb.trace/mi-tracepoint-changed.exp
2138 * gdb.trace/packetlen.exp
2139 * gdb.trace/passcount.exp
2140 * gdb.trace/pending.exp
2141 * gdb.trace/range-stepping.exp
2142 * gdb.trace/report.exp
2143 * gdb.trace/stap-trace.exp
2144 * gdb.trace/tfind.exp
2145 * gdb.trace/trace-break.exp
2146 * gdb.trace/trace-condition.exp
2147 * gdb.trace/trace-enable-disable.exp
2148 * gdb.trace/trace-mt.exp
2149 * gdb.trace/tracecmd.exp
2150 * gdb.trace/tspeed.exp
2151 * gdb.trace/tsv.exp
2152 * lib/perftest.exp
2153
fb9feb35
LM
21542016-12-01 Luis Machado <lgustavo@codesourcery.com>
2155
2156 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2157 with gdb_test_no_output.
2158 Use command as test name.
2159
cd2ddb6c
LM
21602016-12-01 Luis Machado <lgustavo@codesourcery.com>
2161
2162 Fix test names starting with uppercase throughout the files.
2163
2164 * gdb.ada/assign_1.exp
2165 * gdb.ada/boolean_expr.exp
2166 * gdb.base/arrayidx.exp
2167 * gdb.base/del.exp
2168 * gdb.base/gcore-buffer-overflow.exp
2169 * gdb.base/testenv.exp
2170 * gdb.compile/compile.exp
2171 * gdb.python/py-framefilter-invalidarg.exp
2172 * gdb.python/py-framefilter.exp
2173
bb95117e
LM
21742016-12-01 Luis Machado <lgustavo@codesourcery.com>
2175
2176 Fix test names starting with uppercase throughout the files.
2177
2178 * gdb.ada/array_return.exp
2179 * gdb.ada/expr_delims.exp
2180 * gdb.ada/mi_dyn_arr.exp
2181 * gdb.ada/mi_interface.exp
2182 * gdb.ada/mi_var_array.exp
2183 * gdb.ada/watch_arg.exp
2184 * gdb.arch/alpha-step.exp
2185 * gdb.arch/altivec-regs.exp
2186 * gdb.arch/e500-regs.exp
2187 * gdb.arch/powerpc-d128-regs.exp
2188 * gdb.base/arrayidx.exp
2189 * gdb.base/break.exp
2190 * gdb.base/checkpoint.exp
2191 * gdb.base/debug-expr.exp
2192 * gdb.base/dmsym.exp
2193 * gdb.base/radix.exp
2194 * gdb.base/sepdebug.exp
2195 * gdb.base/testenv.exp
2196 * gdb.base/watch_thread_num.exp
2197 * gdb.base/watchpoint-cond-gone.exp
2198 * gdb.cell/break.exp
2199 * gdb.cell/ea-cache.exp
2200 * gdb.compile/compile.exp
2201 * gdb.cp/gdb2495.exp
2202 * gdb.gdb/selftest.exp
2203 * gdb.gdb/xfullpath.exp
2204 * gdb.go/hello.exp
2205 * gdb.go/integers.exp
2206 * gdb.objc/basicclass.exp
2207 * gdb.pascal/hello.exp
2208 * gdb.pascal/integers.exp
2209 * gdb.python/py-breakpoint.exp
2210 * gdb.python/py-cmd.exp
2211 * gdb.python/py-linetable.exp
2212 * gdb.python/py-xmethods.exp
2213 * gdb.python/python.exp
2214 * gdb.reverse/consecutive-precsave.exp
2215 * gdb.reverse/finish-precsave.exp
2216 * gdb.reverse/i386-precsave.exp
2217 * gdb.reverse/machinestate-precsave.exp
2218 * gdb.reverse/sigall-precsave.exp
2219 * gdb.reverse/solib-precsave.exp
2220 * gdb.reverse/step-precsave.exp
2221 * gdb.reverse/until-precsave.exp
2222 * gdb.reverse/watch-precsave.exp
2223 * gdb.threads/leader-exit.exp
2224 * gdb.threads/pthreads.exp
2225 * gdb.threads/wp-replication.exp
2226 * gdb.trace/actions.exp
2227 * gdb.trace/mi-tsv-changed.exp
2228 * gdb.trace/tsv.exp
2229
de97fdd4
LM
22302016-12-01 Luis Machado <lgustavo@codesourcery.com>
2231
2232 Fix test names starting with uppercase throughout the files.
2233
2234 * gdb.arch/i386-bp_permanent.exp
2235 * gdb.arch/i386-gnu-cfi.exp
2236 * gdb.base/disasm-end-cu.exp
2237 * gdb.base/macscp.exp
2238 * gdb.base/pending.exp
2239 * gdb.base/watch_thread_num.exp
2240 * gdb.cp/exception.exp
2241 * gdb.cp/gdb2495.exp
2242 * gdb.cp/local.exp
2243 * gdb.python/py-evsignal.exp
2244 * gdb.python/python.exp
2245 * gdb.trace/tracecmd.exp
2246
9f058c10
LM
22472016-12-01 Luis Machado <lgustavo@codesourcery.com>
2248
2249 Fix test names starting with uppercase throughout the files.
2250
2251 * gdb.base/charset.exp
2252 * gdb.base/eval.exp
2253 * gdb.base/multi-forks.exp
2254 * gdb.guile/scm-progspace.exp
2255 * gdb.opencl/datatypes.exp
2256 * gdb.python/py-block.exp
2257 * gdb.python/py-function.exp
2258 * gdb.python/py-symbol.exp
2259 * gdb.python/py-symtab.exp
2260 * gdb.python/py-xmethods.exp
2261 * gdb.reverse/break-precsave.exp
2262 * gdb.reverse/break-reverse.exp
2263 * gdb.reverse/consecutive-precsave.exp
2264 * gdb.reverse/consecutive-reverse.exp
2265 * gdb.reverse/finish-precsave.exp
2266 * gdb.reverse/finish-reverse-bkpt.exp
2267 * gdb.reverse/finish-reverse.exp
2268 * gdb.reverse/fstatat-reverse.exp
2269 * gdb.reverse/getresuid-reverse.exp
2270 * gdb.reverse/i386-precsave.exp
2271 * gdb.reverse/i386-reverse.exp
2272 * gdb.reverse/i386-sse-reverse.exp
2273 * gdb.reverse/i387-stack-reverse.exp
2274 * gdb.reverse/insn-reverse.exp
2275 * gdb.reverse/machinestate-precsave.exp
2276 * gdb.reverse/machinestate.exp
2277 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2278 * gdb.reverse/pipe-reverse.exp
2279 * gdb.reverse/readv-reverse.exp
2280 * gdb.reverse/recvmsg-reverse.exp
2281 * gdb.reverse/rerun-prec.exp
2282 * gdb.reverse/s390-mvcle.exp
2283 * gdb.reverse/sigall-precsave.exp
2284 * gdb.reverse/sigall-reverse.exp
2285 * gdb.reverse/solib-precsave.exp
2286 * gdb.reverse/solib-reverse.exp
2287 * gdb.reverse/step-precsave.exp
2288 * gdb.reverse/step-reverse.exp
2289 * gdb.reverse/time-reverse.exp
2290 * gdb.reverse/until-precsave.exp
2291 * gdb.reverse/until-reverse.exp
2292 * gdb.reverse/waitpid-reverse.exp
2293 * gdb.reverse/watch-precsave.exp
2294 * gdb.reverse/watch-reverse.exp
2295
cdc7edd7
LM
22962016-12-01 Luis Machado <lgustavo@codesourcery.com>
2297
2298 Fix test names starting with uppercase throughout the files.
2299
2300 * gdb.arch/i386-mpx-simple_segv.exp
2301 * gdb.arch/i386-mpx.exp
2302 * gdb.arch/i386-permbkpt.exp
2303 * gdb.arch/pa-nullify.exp
2304 * gdb.arch/powerpc-d128-regs.exp
2305 * gdb.arch/vsx-regs.exp
2306 * gdb.base/bfp-test.exp
2307 * gdb.base/break.exp
2308 * gdb.base/breakpoint-shadow.exp
2309 * gdb.base/callfuncs.exp
2310 * gdb.base/charset.exp
2311 * gdb.base/commands.exp
2312 * gdb.base/completion.exp
2313 * gdb.base/dfp-test.exp
2314 * gdb.base/echo.exp
2315 * gdb.base/ending-run.exp
2316 * gdb.base/eval.exp
2317 * gdb.base/expand-psymtabs.exp
2318 * gdb.base/float128.exp
2319 * gdb.base/floatn.exp
2320 * gdb.base/foll-exec-mode.exp
2321 * gdb.base/gdb1056.exp
2322 * gdb.base/gdb11531.exp
2323 * gdb.base/kill-after-signal.exp
2324 * gdb.base/multi-forks.exp
2325 * gdb.base/overlays.exp
2326 * gdb.base/pending.exp
2327 * gdb.base/sepdebug.exp
2328 * gdb.base/testenv.exp
2329 * gdb.base/valgrind-db-attach.exp
2330 * gdb.base/watch_thread_num.exp
2331 * gdb.base/watchpoint-cond-gone.exp
2332 * gdb.base/watchpoint.exp
2333 * gdb.base/watchpoints.exp
2334 * gdb.cp/arg-reference.exp
2335 * gdb.cp/baseenum.exp
2336 * gdb.cp/operator.exp
2337 * gdb.cp/shadow.exp
2338 * gdb.dwarf2/dw2-op-out-param.exp
2339 * gdb.dwarf2/dw2-reg-undefined.exp
2340 * gdb.go/chan.exp
2341 * gdb.go/hello.exp
2342 * gdb.go/integers.exp
2343 * gdb.go/methods.exp
2344 * gdb.go/package.exp
2345 * gdb.guile/scm-parameter.exp
2346 * gdb.guile/scm-progspace.exp
2347 * gdb.guile/scm-value.exp
2348 * gdb.mi/mi-pending.exp
2349 * gdb.mi/user-selected-context-sync.exp
2350 * gdb.multi/multi-attach.exp
2351 * gdb.multi/tids.exp
2352 * gdb.opt/clobbered-registers-O2.exp
2353 * gdb.pascal/floats.exp
2354 * gdb.pascal/integers.exp
2355 * gdb.python/py-block.exp
2356 * gdb.python/py-events.exp
2357 * gdb.python/py-parameter.exp
2358 * gdb.python/py-symbol.exp
2359 * gdb.python/py-symtab.exp
2360 * gdb.python/py-type.exp
2361 * gdb.python/py-value.exp
2362 * gdb.python/py-xmethods.exp
2363 * gdb.python/python.exp
2364 * gdb.reverse/break-precsave.exp
2365 * gdb.reverse/consecutive-precsave.exp
2366 * gdb.reverse/finish-precsave.exp
2367 * gdb.reverse/i386-precsave.exp
2368 * gdb.reverse/machinestate-precsave.exp
2369 * gdb.reverse/sigall-precsave.exp
2370 * gdb.reverse/solib-precsave.exp
2371 * gdb.reverse/step-precsave.exp
2372 * gdb.reverse/until-precsave.exp
2373 * gdb.reverse/watch-precsave.exp
2374 * gdb.server/ext-attach.exp
2375 * gdb.server/ext-restart.exp
2376 * gdb.server/ext-run.exp
2377 * gdb.server/ext-wrapper.exp
2378 * gdb.stabs/gdb11479.exp
2379 * gdb.stabs/weird.exp
2380 * gdb.threads/attach-many-short-lived-threads.exp
2381 * gdb.threads/kill.exp
2382 * gdb.threads/watchpoint-fork.exp
2383
bc6c7af4
LM
23842016-12-01 Luis Machado <lgustavo@codesourcery.com>
2385
2386 Fix test names starting with uppercase throughout all the files below.
2387
2388 * gdb.ada/array_return.exp
2389 * gdb.ada/catch_ex.exp
2390 * gdb.ada/info_exc.exp
2391 * gdb.ada/mi_catch_ex.exp
2392 * gdb.ada/mi_dyn_arr.exp
2393 * gdb.ada/mi_ex_cond.exp
2394 * gdb.ada/mi_exc_info.exp
2395 * gdb.ada/mi_interface.exp
2396 * gdb.ada/mi_task_arg.exp
2397 * gdb.ada/mi_task_info.exp
2398 * gdb.ada/mi_var_array.exp
2399 * gdb.arch/alpha-step.exp
2400 * gdb.arch/amd64-disp-step.exp
2401 * gdb.arch/arm-disp-step.exp
2402 * gdb.arch/disp-step-insn-reloc.exp
2403 * gdb.arch/e500-prologue.exp
2404 * gdb.arch/ftrace-insn-reloc.exp
2405 * gdb.arch/gdb1558.exp
2406 * gdb.arch/i386-bp_permanent.exp
2407 * gdb.arch/i386-disp-step.exp
2408 * gdb.arch/i386-float.exp
2409 * gdb.arch/i386-gnu-cfi.exp
2410 * gdb.arch/ia64-breakpoint-shadow.exp
2411 * gdb.arch/mips16-thunks.exp
2412 * gdb.arch/pa-nullify.exp
2413 * gdb.arch/powerpc-aix-prologue.exp
2414 * gdb.arch/powerpc-power.exp
2415 * gdb.arch/ppc-dfp.exp
2416 * gdb.arch/s390-tdbregs.exp
2417 * gdb.arch/spu-info.exp
2418 * gdb.arch/spu-ls.exp
2419 * gdb.arch/thumb-bx-pc.exp
2420 * gdb.base/advance.exp
2421 * gdb.base/annota-input-while-running.exp
2422 * gdb.base/arrayidx.exp
2423 * gdb.base/asmlabel.exp
2424 * gdb.base/async.exp
2425 * gdb.base/attach-wait-input.exp
2426 * gdb.base/auto-connect-native-target.exp
2427 * gdb.base/batch-preserve-term-settings.exp
2428 * gdb.base/bfp-test.exp
2429 * gdb.base/bigcore.exp
2430 * gdb.base/bp-permanent.exp
2431 * gdb.base/break-always.exp
2432 * gdb.base/break-fun-addr.exp
2433 * gdb.base/break-idempotent.exp
2434 * gdb.base/break-main-file-remove-fail.exp
2435 * gdb.base/break-probes.exp
2436 * gdb.base/break-unload-file.exp
2437 * gdb.base/break.exp
2438 * gdb.base/call-ar-st.exp
2439 * gdb.base/call-rt-st.exp
2440 * gdb.base/call-sc.exp
2441 * gdb.base/call-signal-resume.exp
2442 * gdb.base/call-strs.exp
2443 * gdb.base/callexit.exp
2444 * gdb.base/callfuncs.exp
2445 * gdb.base/catch-gdb-caused-signals.exp
2446 * gdb.base/catch-signal-siginfo-cond.exp
2447 * gdb.base/catch-syscall.exp
2448 * gdb.base/compare-sections.exp
2449 * gdb.base/cond-eval-mode.exp
2450 * gdb.base/condbreak-call-false.exp
2451 * gdb.base/consecutive-step-over.exp
2452 * gdb.base/cursal.exp
2453 * gdb.base/disabled-location.exp
2454 * gdb.base/disasm-end-cu.exp
2455 * gdb.base/display.exp
2456 * gdb.base/double-prompt-target-event-error.exp
2457 * gdb.base/dprintf-bp-same-addr.exp
2458 * gdb.base/dprintf-detach.exp
2459 * gdb.base/dprintf-next.exp
2460 * gdb.base/dprintf-non-stop.exp
2461 * gdb.base/dprintf-pending.exp
2462 * gdb.base/dso2dso.exp
2463 * gdb.base/ending-run.exp
2464 * gdb.base/enum_cond.exp
2465 * gdb.base/examine-backward.exp
2466 * gdb.base/exe-lock.exp
2467 * gdb.base/exec-invalid-sysroot.exp
2468 * gdb.base/execl-update-breakpoints.exp
2469 * gdb.base/execution-termios.exp
2470 * gdb.base/fileio.exp
2471 * gdb.base/fixsection.exp
2472 * gdb.base/foll-exec-mode.exp
2473 * gdb.base/foll-exec.exp
2474 * gdb.base/fork-running-state.exp
2475 * gdb.base/frame-args.exp
2476 * gdb.base/fullpath-expand.exp
2477 * gdb.base/func-ptr.exp
2478 * gdb.base/gcore-relro-pie.exp
2479 * gdb.base/gdb1090.exp
2480 * gdb.base/gdb1555.exp
2481 * gdb.base/global-var-nested-by-dso.exp
2482 * gdb.base/gnu-ifunc.exp
2483 * gdb.base/hbreak-in-shr-unsupported.exp
2484 * gdb.base/hbreak-unmapped.exp
2485 * gdb.base/hook-stop.exp
2486 * gdb.base/infcall-input.exp
2487 * gdb.base/info-fun.exp
2488 * gdb.base/info-shared.exp
2489 * gdb.base/interrupt-noterm.exp
2490 * gdb.base/jit-so.exp
2491 * gdb.base/jit.exp
2492 * gdb.base/line-symtabs.exp
2493 * gdb.base/list.exp
2494 * gdb.base/longjmp.exp
2495 * gdb.base/macscp.exp
2496 * gdb.base/max-value-size.exp
2497 * gdb.base/nodebug.exp
2498 * gdb.base/nofield.exp
2499 * gdb.base/overlays.exp
2500 * gdb.base/paginate-after-ctrl-c-running.exp
2501 * gdb.base/paginate-bg-execution.exp
2502 * gdb.base/paginate-inferior-exit.exp
2503 * gdb.base/pending.exp
2504 * gdb.base/pr11022.exp
2505 * gdb.base/printcmds.exp
2506 * gdb.base/ptr-typedef.exp
2507 * gdb.base/ptype.exp
2508 * gdb.base/randomize.exp
2509 * gdb.base/range-stepping.exp
2510 * gdb.base/realname-expand.exp
2511 * gdb.base/relativedebug.exp
2512 * gdb.base/remote.exp
2513 * gdb.base/savedregs.exp
2514 * gdb.base/sepdebug.exp
2515 * gdb.base/set-noassign.exp
2516 * gdb.base/shlib-call.exp
2517 * gdb.base/shreloc.exp
2518 * gdb.base/sigaltstack.exp
2519 * gdb.base/sigbpt.exp
2520 * gdb.base/siginfo-addr.exp
2521 * gdb.base/siginfo-obj.exp
2522 * gdb.base/siginfo-thread.exp
2523 * gdb.base/signest.exp
2524 * gdb.base/signull.exp
2525 * gdb.base/sigrepeat.exp
2526 * gdb.base/skip.exp
2527 * gdb.base/so-impl-ld.exp
2528 * gdb.base/solib-corrupted.exp
2529 * gdb.base/solib-disc.exp
2530 * gdb.base/solib-display.exp
2531 * gdb.base/solib-overlap.exp
2532 * gdb.base/solib-search.exp
2533 * gdb.base/solib-symbol.exp
2534 * gdb.base/source-execution.exp
2535 * gdb.base/sss-bp-on-user-bp-2.exp
2536 * gdb.base/sss-bp-on-user-bp.exp
2537 * gdb.base/stack-checking.exp
2538 * gdb.base/stale-infcall.exp
2539 * gdb.base/step-break.exp
2540 * gdb.base/step-line.exp
2541 * gdb.base/step-over-exit.exp
2542 * gdb.base/step-test.exp
2543 * gdb.base/structs.exp
2544 * gdb.base/sym-file.exp
2545 * gdb.base/symtab-search-order.exp
2546 * gdb.base/term.exp
2547 * gdb.base/type-opaque.exp
2548 * gdb.base/unload.exp
2549 * gdb.base/until-nodebug.exp
2550 * gdb.base/until.exp
2551 * gdb.base/unwindonsignal.exp
2552 * gdb.base/watch-cond.exp
2553 * gdb.base/watch-non-mem.exp
2554 * gdb.base/watch_thread_num.exp
2555 * gdb.base/watchpoint-reuse-slot.exp
2556 * gdb.base/watchpoint-solib.exp
2557 * gdb.base/watchpoint.exp
2558 * gdb.btrace/dlopen.exp
2559 * gdb.cell/arch.exp
2560 * gdb.cell/break.exp
2561 * gdb.cell/bt.exp
2562 * gdb.cell/core.exp
2563 * gdb.cell/data.exp
2564 * gdb.cell/dwarfaddr.exp
2565 * gdb.cell/ea-cache.exp
2566 * gdb.cell/ea-standalone.exp
2567 * gdb.cell/ea-test.exp
2568 * gdb.cell/f-regs.exp
2569 * gdb.cell/fork.exp
2570 * gdb.cell/gcore.exp
2571 * gdb.cell/mem-access.exp
2572 * gdb.cell/ptype.exp
2573 * gdb.cell/registers.exp
2574 * gdb.cell/sizeof.exp
2575 * gdb.cell/solib-symbol.exp
2576 * gdb.cell/solib.exp
2577 * gdb.compile/compile-tls.exp
2578 * gdb.cp/exception.exp
2579 * gdb.cp/gdb2495.exp
2580 * gdb.cp/local.exp
2581 * gdb.cp/mb-inline.exp
2582 * gdb.cp/mb-templates.exp
2583 * gdb.cp/pr10687.exp
2584 * gdb.cp/pr9167.exp
2585 * gdb.cp/scope-err.exp
2586 * gdb.cp/templates.exp
2587 * gdb.cp/virtfunc.exp
2588 * gdb.dwarf2/dw2-dir-file-name.exp
2589 * gdb.dwarf2/dw2-single-line-discriminators.exp
2590 * gdb.fortran/complex.exp
2591 * gdb.fortran/library-module.exp
2592 * gdb.guile/guile.exp
2593 * gdb.guile/scm-cmd.exp
2594 * gdb.guile/scm-frame-inline.exp
2595 * gdb.guile/scm-objfile.exp
2596 * gdb.guile/scm-pretty-print.exp
2597 * gdb.guile/scm-symbol.exp
2598 * gdb.guile/scm-type.exp
2599 * gdb.guile/scm-value.exp
2600 * gdb.linespec/keywords.exp
2601 * gdb.linespec/ls-errs.exp
2602 * gdb.linespec/macro-relative.exp
2603 * gdb.linespec/thread.exp
2604 * gdb.mi/mi-breakpoint-changed.exp
2605 * gdb.mi/mi-dprintf-pending.exp
2606 * gdb.mi/mi-fullname-deleted.exp
2607 * gdb.mi/mi-logging.exp
2608 * gdb.mi/mi-pending.exp
2609 * gdb.mi/mi-solib.exp
2610 * gdb.mi/new-ui-mi-sync.exp
2611 * gdb.mi/user-selected-context-sync.exp
2612 * gdb.multi/dummy-frame-restore.exp
2613 * gdb.multi/multi-arch-exec.exp
2614 * gdb.multi/remove-inferiors.exp
2615 * gdb.multi/watchpoint-multi-exit.exp
2616 * gdb.opt/solib-intra-step.exp
2617 * gdb.perf/backtrace.exp
2618 * gdb.perf/single-step.exp
2619 * gdb.perf/skip-command.exp
2620 * gdb.perf/skip-prologue.exp
2621 * gdb.perf/solib.exp
2622 * gdb.python/lib-types.exp
2623 * gdb.python/py-as-string.exp
2624 * gdb.python/py-bad-printers.exp
2625 * gdb.python/py-block.exp
2626 * gdb.python/py-breakpoint.exp
2627 * gdb.python/py-cmd.exp
2628 * gdb.python/py-events.exp
2629 * gdb.python/py-evthreads.exp
2630 * gdb.python/py-finish-breakpoint.exp
2631 * gdb.python/py-finish-breakpoint2.exp
2632 * gdb.python/py-frame-inline.exp
2633 * gdb.python/py-frame.exp
2634 * gdb.python/py-inferior.exp
2635 * gdb.python/py-infthread.exp
2636 * gdb.python/py-mi.exp
2637 * gdb.python/py-objfile.exp
2638 * gdb.python/py-pp-maint.exp
2639 * gdb.python/py-pp-registration.exp
2640 * gdb.python/py-prettyprint.exp
2641 * gdb.python/py-recurse-unwind.exp
2642 * gdb.python/py-shared.exp
2643 * gdb.python/py-symbol.exp
2644 * gdb.python/py-symtab.exp
2645 * gdb.python/py-template.exp
2646 * gdb.python/py-type.exp
2647 * gdb.python/py-unwind-maint.exp
2648 * gdb.python/py-unwind.exp
2649 * gdb.python/py-value.exp
2650 * gdb.python/python.exp
2651 * gdb.reverse/finish-reverse-bkpt.exp
2652 * gdb.reverse/insn-reverse.exp
2653 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2654 * gdb.reverse/solib-precsave.exp
2655 * gdb.reverse/solib-reverse.exp
2656 * gdb.stabs/gdb11479.exp
2657 * gdb.stabs/weird.exp
2658 * gdb.threads/fork-child-threads.exp
2659 * gdb.threads/fork-plus-threads.exp
2660 * gdb.threads/fork-thread-pending.exp
2661 * gdb.threads/forking-threads-plus-breakpoint.exp
2662 * gdb.threads/hand-call-in-threads.exp
2663 * gdb.threads/interrupted-hand-call.exp
2664 * gdb.threads/linux-dp.exp
2665 * gdb.threads/local-watch-wrong-thread.exp
2666 * gdb.threads/next-while-other-thread-longjmps.exp
2667 * gdb.threads/non-ldr-exit.exp
2668 * gdb.threads/pending-step.exp
2669 * gdb.threads/print-threads.exp
2670 * gdb.threads/process-dies-while-detaching.exp
2671 * gdb.threads/process-dies-while-handling-bp.exp
2672 * gdb.threads/pthreads.exp
2673 * gdb.threads/queue-signal.exp
2674 * gdb.threads/reconnect-signal.exp
2675 * gdb.threads/signal-command-handle-nopass.exp
2676 * gdb.threads/signal-command-multiple-signals-pending.exp
2677 * gdb.threads/signal-delivered-right-thread.exp
2678 * gdb.threads/signal-sigtrap.exp
2679 * gdb.threads/sigthread.exp
2680 * gdb.threads/staticthreads.exp
2681 * gdb.threads/stepi-random-signal.exp
2682 * gdb.threads/thread-unwindonsignal.exp
2683 * gdb.threads/thread_check.exp
2684 * gdb.threads/thread_events.exp
2685 * gdb.threads/tid-reuse.exp
2686 * gdb.threads/tls-nodebug.exp
2687 * gdb.threads/tls-shared.exp
2688 * gdb.threads/tls-so_extern.exp
2689 * gdb.threads/tls.exp
2690 * gdb.threads/wp-replication.exp
2691 * gdb.trace/actions-changed.exp
2692 * gdb.trace/actions.exp
2693 * gdb.trace/backtrace.exp
2694 * gdb.trace/change-loc.exp
2695 * gdb.trace/collection.exp
2696 * gdb.trace/deltrace.exp
2697 * gdb.trace/disconnected-tracing.exp
2698 * gdb.trace/entry-values.exp
2699 * gdb.trace/ftrace-lock.exp
2700 * gdb.trace/ftrace.exp
2701 * gdb.trace/infotrace.exp
2702 * gdb.trace/mi-trace-frame-collected.exp
2703 * gdb.trace/mi-trace-unavailable.exp
2704 * gdb.trace/mi-traceframe-changed.exp
2705 * gdb.trace/mi-tracepoint-changed.exp
2706 * gdb.trace/mi-tsv-changed.exp
2707 * gdb.trace/no-attach-trace.exp
2708 * gdb.trace/packetlen.exp
2709 * gdb.trace/passc-dyn.exp
2710 * gdb.trace/passcount.exp
2711 * gdb.trace/pending.exp
2712 * gdb.trace/pr16508.exp
2713 * gdb.trace/qtro.exp
2714 * gdb.trace/range-stepping.exp
2715 * gdb.trace/read-memory.exp
2716 * gdb.trace/report.exp
2717 * gdb.trace/save-trace.exp
2718 * gdb.trace/signal.exp
2719 * gdb.trace/stap-trace.exp
2720 * gdb.trace/status-stop.exp
2721 * gdb.trace/strace.exp
2722 * gdb.trace/tfile.exp
2723 * gdb.trace/tfind.exp
2724 * gdb.trace/trace-break.exp
2725 * gdb.trace/trace-condition.exp
2726 * gdb.trace/trace-enable-disable.exp
2727 * gdb.trace/trace-mt.exp
2728 * gdb.trace/tracecmd.exp
2729 * gdb.trace/tracefile-pseudo-reg.exp
2730 * gdb.trace/tspeed.exp
2731 * gdb.trace/tstatus.exp
2732 * gdb.trace/tsv.exp
2733 * gdb.trace/unavailable.exp
2734 * gdb.trace/while-dyn.exp
2735 * gdb.trace/while-stepping.exp
2736 * lib/gdb-guile.exp
2737 * lib/gdb.exp
2738 * lib/mi-support.exp
2739 * lib/pascal.exp
2740 * lib/perftest.exp
2741 * lib/prelink-support.exp
2742 * lib/selftest-support.exp
2743
ad02e4fe
SM
27442016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2745
2746 * Makefile.in: Include disable-implicit-rules.mk.
2747
22347e55
AA
27482016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2749
2750 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2751 non-byte-aligned bit fields.
2752
da5b30da
AA
27532016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2754
2755 PR gdb/12616
2756 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2757 respects the DW_AT_data_bit_offset attribute.
2758
b593ecca
SM
27592016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2760
2761 * gdb.base/default.exp: Fix output of "set language".
2762
3b165252
SM
27632016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2764
2765 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2766 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2767 make.
2768 * configure.ac: Remove checks for the make program.
2769 * configure: Re-generate.
2770
1a2f3d7f
KB
27712016-11-16 Kevin Buettner <kevinb@redhat.com>
2772
2773 * gdb.python/py-recurse-unwind.c (main): Add loop.
2774 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2775 to read_register() and gdb.parse_and_eval(). Make each code
2776 call a separate case that can be individually tested.
2777 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2778 proc. Call cont_and_backtrace for each of the code paths that
2779 we want to test in the unwinder.
2780
b7f38fda
AA
27812016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2782
2783 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2784 the definition of struct S.
2785
1f8db343
CM
27862016-11-11 Catherine Moore <clm@codesourcery.com>
2787
2788 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2789
fad0c9fb
PA
27902016-11-09 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.base/commands.exp (runto_or_return): New procedure.
2793 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2794 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2795 (progvar_simple_while_test, progvar_complex_if_while_test)
2796 (if_while_breakpoint_command_test)
2797 (infrun_breakpoint_command_test, breakpoint_command_test)
2798 (user_defined_command_test, watchpoint_command_test)
2799 (test_command_prompt_position, redefine_hook_test)
2800 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2801 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2802 multi_line_input and multi_line. Remove gdb_expect and
2803 gdb_stop_suppressing_tests uses.
2804 * lib/gdb.exp (valnum_re): New global.
2805 (multi_line_input): New procedure.
2806
8354c62c
SM
28072016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2808
2809 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2810 Remove.
2811 (test_setup): Define with proc_with_prefix.
2812 (test_cli_inferior): Likewise.
2813 (test_cli_thread): Likewise.
2814 (test_cli_frame): Likewise.
2815 (test_cli_select_frame): Likewise.
2816 (test_cli_up_down): Likewise.
2817 (test_mi_thread_select): Likewise.
2818 (test_mi_stack_select_frame): Likewise.
2819 (test_cli_in_mi_inferior): Likewise.
2820 (test_cli_in_mi_thread): Likewise.
2821 (test_cli_in_mi_frame): Likewise.
2822 (top level): Do not use with_test_prefix_procname.
2823
64f367a2
PA
28242016-11-09 Pedro Alves <palves@redhat.com>
2825
2826 * gdb.base/commands.exp (gdbvar_simple_if_test)
2827 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2828 (progvar_simple_if_test, progvar_simple_while_test)
2829 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2830 (infrun_breakpoint_command_test, breakpoint_command_test)
2831 (user_defined_command_test, watchpoint_command_test)
2832 (test_command_prompt_position, deprecated_command_test)
2833 (bp_deleted_in_command, temporary_breakpoint_commands)
2834 (stray_arg0_test, source_file_with_indented_comment)
2835 (recursive_source_test, if_commands_test)
2836 (error_clears_commands_left, redefine_hook_test)
2837 (redefine_backtrace_test): Use proc_with_prefix.
2838 * lib/gdb.exp (proc_with_prefix): New proc.
2839
0bb65f1e
AA
28402016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2841
2842 * gdb.base/tui-layout.c: New file.
2843 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2844 disassembly window contains very long lines.
2845
7353f247
TT
28462016-11-08 Tom Tromey <tom@tromey.com>
2847
2848 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2849 depend on Python 2.
2850
30a7bb83
TT
28512016-11-08 Tom Tromey <tom@tromey.com>
2852
2853 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2854 New method.
2855
cdf5a07c
MG
28562016-10-29 Manish Goregaokar <manish@mozilla.com>
2857
2806dc7e 2858 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2859
51a789c3
MG
28602016-10-27 Manish Goregaokar <manish@mozilla.com>
2861
2806dc7e
PA
2862 * gdb.rust/simple.rs: Add test for univariant enums without
2863 discriminants and for encoded struct-like enums.
51a789c3 2864
f610ab6d
PA
28652016-10-28 Pedro Alves <palves@redhat.com>
2866
2867 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2868 gdb_test_multiple, tighten regexps and match symtabs and line
2869 tables incrementally.
2870
b129b0ca
LM
28712016-10-28 Luis Machado <lgustavo@codesourcery.com>
2872
2873 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2874 general.
2875
ecf45d2c
SL
28762016-10-25 Luis Machado <lgustavo@codesourcery.com>
2877
2878 * gdb.base/exec-invalid-sysroot.exp: New file.
2879
b8d38ee4
JK
28802016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2881
2882 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2883
f90fd8c2
JK
28842016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2885
2886 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2887
2d2476aa
MR
28882016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2889
2806dc7e
PA
2890 * gdb.base/killed-outside.exp: Remove $options from a call to
2891 `prepare_for_testing'.
2d2476aa 2892
e42b25a0
SM
28932016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2894
2895 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2896 Change test message.
2897
3ccdb432
SM
28982016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2899
2900 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2901 Update comment.
2902
5bad3170
SM
29032016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2904
2905 * gdb.trace/mi-trace-save.exp: New file.
2906
5ad9dba7
YQ
29072016-10-13 Yao Qi <yao.qi@linaro.org>
2908
2909 * gdb.base/code_elim.exp (get_var_address): Remove.
2910 * gdb.base/relocate.exp: Likewise.
2911 * gdb.base/shreloc.exp: Likewise.
2912 * lib/gdb.exp (get_var_address): New.
2913
62df7e21
YQ
29142016-10-13 Yao Qi <yao.qi@linaro.org>
2915
2916 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2917 floating point tests if $skip_float_test is false.
2918
4dac951e
LM
29192016-10-12 Luis Machado <lgustavo@codesourcery.com>
2920
2921 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2922 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2923 argc values.
2924 Add 1 to argc so we guarantee distinct initial/modified argc values.
2925
8f1a8fc4
JK
29262016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2927
2928 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2929
16c85b5d
JK
29302016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2931
2932 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2933 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2934 * gdb.arch/vsx-regs.exp: Likewise.
2935
1d0e042a
YQ
29362016-10-07 Yao Qi <yao.qi@linaro.org>
2937
2938 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2939
68dadef5
MM
29402016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2941
2942 * gdb.python/python.exp: Test decode_line("*0").
2943
33fa2c6e
DE
29442016-10-06 Doug Evans <dje@google.com>
2945
2946 * gdb.python/py-value.exp (test_value_creation): Add test for large
2947 unsigned 64-bit value.
2948
9c37b5ae
TT
29492016-10-06 Tom Tromey <tom@tromey.com>
2950
2951 * gdb.compile/compile.exp: Change java tests to rust.
2952 * gdb.base/setshow.exp: Change java tests to rust.
2953 * gdb.base/default.exp: Remove java from language list.
2954 * README (Examples): Update language example.
2955 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2956 test.
2957 * lib/gdb.exp (skip_java_tests): Remove.
2958 * lib/java.exp: Remove.
2959 * gdb.java: Remove.
2960
78b86327
MR
29612016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2962
2963 * gdb.arch/mips-fcr.exp: New test.
2964 * gdb.arch/mips-fcr.c: Source for the new test.
2965
7470adbb
MR
29662016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2967
2968 * gdb.base/solib-disc.exp: Use `standard_output_file'
2969 throughout.
2970
4a556533
PA
29712016-10-06 Pedro Alves <palves@redhat.com>
2972
2973 * gdb.base/jit-simple-dl.c: New file.
2974 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2975 * gdb.base/jit-simple.c: ... this.
2976 * gdb.base/jit-simple.exp (jit_run): Delete.
2977 (build_jit): New proc.
2978 (jit_test_reread): Recompile either the main program or the shared
2979 library, depending on what is being tested. Skip changing address
2980 if caller wants to. Compare before/after addresses. If testing
2981 standalone, explicitly load the binary. Test "maint info
2982 breakpoints".
2983 (top level): Add "standalone vs shared lib" and "change address"
2984 vs "same address" axes.
2985
5a122fbc
PA
29862016-10-06 Pedro Alves <palves@redhat.com>
2987
2988 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2989 call.
2990 (jit_run): Delete.
2991 (jit_test_reread): Use with_test_prefix. Reload the main binary
2992 explicitly. Compare the before/after addresses of the JIT
2993 descriptor.
2994
ee8da4b8
DE
29952016-08-15 Doug Evans <dje@google.com>
2996
2997 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2998 for single bitfields is bool.
2999 * gdb.xml/tdesc-regs.exp: Ditto.
3000
f389f6fe
JK
30012016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3004
fdebf1a4
YQ
30052016-10-05 Yao Qi <yao.qi@linaro.org>
3006
3007 * lib/gdb.exp (support_complex_tests): Return zero if
3008 gdb_skip_float_test return true.
3009
9c36d954 30102016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3011 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
3012
3013 PR gdb/20487
3014 * gdb.mi/user-selected-context-sync.exp: New file.
3015 * gdb.mi/user-selected-context-sync.c: New file.
3016
4034d0ff 30172016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3018 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
3019
3020 PR gdb/20487
3021 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3022 =thread-select-event check.
3023
a4297203
PB
30242016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3025
3026 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3027 the compulsory L operand changes.
3028 * gdb.arch/powerpc-power.s: Likewise.
3029
bb805577
JK
30302016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3031
3032 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3033 * gdb.base/jit-attach-pie.c: New file.
3034 * gdb.base/jit-attach-pie.exp: New file.
3035
6d61dee5
PA
30362016-09-28 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.base/infcall-input.c: New file.
3039 * gdb.base/infcall-input.exp: New file.
3040
f73842fc
YQ
30412016-09-22 Yao Qi <yao.qi@linaro.org>
3042
3043 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3044 (gdb_exit): Rename it to ...
3045 (gdbserver_gdb_exit): ... Close GDBserver.
3046 (gdb_exit): New proc, call gdbserver_gdb_exit.
3047 (mi_gdb_exit): Likewise.
3048
90681dab
YQ
30492016-09-22 Yao Qi <yao.qi@linaro.org>
3050
3051 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3052 path.
3053 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3054 Remove duplication.
3055
9c211fd8
YQ
30562016-09-22 Yao Qi <yao.qi@linaro.org>
3057
3058 * lib/gdbserver-support.exp: Check the existence of
3059 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3060
ad0a504f
AK
30612016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3062
3063 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3064
36cf1806
TT
30652016-09-21 Tom Tromey <tom@tromey.com>
3066
3067 PR gdb/20604:
3068 * gdb.base/quit.exp: New file.
3069
74172ecf
SM
30702016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3071
3072 * .gitignore: New file.
3073
3d0ec882
MR
30742016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3075
3076 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3077 throughout.
3078
8193adea
AA
30792016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3080
3081 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3082
d41a5c09
JK
30832016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 * gdb.cp/casts.cc (decltype): Move it ...
3086 (main): ... with its call to ...
3087 * gdb.cp/casts03.cc: ... a new file.
3088 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3089
d2dfe700
JK
30902016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3091
3092 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3093
e2a92b16
PB
30942016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3095
3096 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3097 and sync up the test with tests in gas/testsuite/gas/ppc.
3098 * gdb.arch/powerpc-power.exp: Likewise.
3099
49b4de64
JK
31002016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3101
3102 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3103
2c29df25
SDJ
31042016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3105 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3108 make m1's definition to be different from m2's. Use 'dummy' as an
3109 argument for probe 'two'.
3110
cc3c2846
JB
31112016-09-10 Jon Beniston <jon@beniston.com>
3112
3113 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3114 for sim target.
3115
e1b2624a
AA
31162016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3117
3118 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3119 variable declaration.
3120 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3121 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3122 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3123 received HWCAP as its argument.
3124
4295e285
PA
31252016-09-06 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.base/new-ui-pending-input.c: New file.
3128 * gdb.base/new-ui-pending-input.exp: New file.
3129 * gdb.exp (clear_gdb_spawn_id): New procedure.
3130 (with_spawn_id): Check whether gdb_spawn_id exists before
3131 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3132 on exit.
3133
00d5215e
UW
31342016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3135
3136 * gdb.base/float128.c: New file.
3137 * gdb.base/float128.exp: Likewise.
3138 * gdb.base/floatn.c: Likewise.
3139 * gdb.base/floatn.exp: Likewise.
3140
a9ff5f12
UW
31412016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3142
3143 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3144
f245535c
PA
31452016-09-05 Pedro Alves <palves@redhat.com>
3146
3147 PR backtrace/19927
3148 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3149 unwinders are immediately called as side effect of "source" or
3150 "disable unwinder" commands.
3151 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3152
ae9cf263
YQ
31532016-09-02 Yao Qi <yao.qi@linaro.org>
3154
3155 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3156 is true and $type is "float" or "double".
3157
27aba047
YQ
31582016-09-02 Yao Qi <yao.qi@linaro.org>
3159
3160 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3161 true.
3162 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3163 * gdb.base/call-rt-st.exp: Likewise.
3164 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3165 return value instead of gdb,skip_float_test.
3166 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3167 (do_function_calls): Use its return value instead of
3168 gdb,skip_float_test.
3169 * gdb.base/finish.exp: Likewise.
3170 * gdb.base/funcargs.exp: Likewise.
3171 * gdb.base/return.exp: Likewise.
3172 * gdb.base/return2.exp: Likewise.
3173 * gdb.base/varargs.exp: Likewise.
3174 * lib/gdb.exp (gdb_skip_float_test): Change it to
3175 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3176
5af962df
AA
31772016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3178
3179 * gdb.multi/tids.exp: Test "thread apply all".
3180
7fac6910
JK
31812016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3182
3183 * gdb.base/default.exp (tty): Remove.
3184
bb1fe4ac
KB
31852016-08-24 Kevin Buettner <kevinb@redhat.com>
3186
2806dc7e
PA
3187 * gdb.python/py-recurse-unwind.c: New file.
3188 * gdb.python/py-recurse-unwind.py: New file.
3189 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 3190
0a1ddfa6
SM
31912016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3192
3193 * gdb.base/set-inferior-tty.exp: New file.
3194 * gdb.base/set-inferior-tty.c: New file.
3195
d9de1fe3
PA
31962016-08-23 Pedro Alves <palves@redhat.com>
3197
3198 PR gdb/20494
3199 * gdb.base/new-ui-echo.c: New file.
3200 * gdb.base/new-ui-echo.exp: New file.
3201
e9d9abd7
YQ
32022016-08-23 Yao Qi <yao.qi@linaro.org>
3203
3204 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3205 gdbserver_spawn.
3206 * gdb.server/connect-without-multi-process.exp (do_test):
3207 Likewise.
3208
3589529e
YQ
32092016-08-23 Yao Qi <yao.qi@linaro.org>
3210
3211 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3212 standalone_txt. Delete gdb_txt and standalone_txt on host
3213 and target. Spawn the binary on target. Copy files from
3214 target to host.
3215
6bb90213
PA
32162016-08-22 Pedro Alves <palves@redhat.com>
3217
3218 PR gdb/20505
3219 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3220 with_test_prefix. Factor out bits to ...
3221 (test_no_vdso): ... this new procedure.
3222
20c2c024
CL
32232016-08-19 Carl Love <cel@us.ibm.com>
3224
3225 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3226 maintaining separate logic for constructing the output path.
3227 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3228 * gdb.arch/ppc-dfp.exp: Likewise.
3229 * gdb.arch/ppc-fp.exp: Likewise.
3230 * gdb.arch/vsx-regs.exp: Likewise.
3231 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3232 binprefix for generating the additional binary files.
3233
0646e07d
PA
32342016-08-19 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.trace/mi-trace-frame-collected.exp
3237 (test_trace_frame_collected): On x32, expect two registers.
3238
46da9242
CL
32392016-08-18 Carl Love <cel@us.ibm.com>
3240
3241 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3242 and sync up the test with tests in gas/testsuite/gas/ppc.
3243 * gdb.arch/powerpc-power.exp: Likewise.
3244
eb2332d7
SM
32452016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3246
3247 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3248 expected error message.
3249
63c61e04
SM
32502016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3251
3252 * gdb.multi/remove-inferiors.exp: New file.
3253 * gdb.multi/remove-inferiors.c: New file.
3254
7b17065f
YQ
32552016-08-12 Yao Qi <yao.qi@linaro.org>
3256
3257 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3258 argument list.
3259
01d3dedf
PA
32602016-08-10 Pedro Alves <palves@redhat.com>
3261
3262 PR gdb/19187
3263 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3264 setup_kfails.
3265
3eb7562a
PA
32662016-08-09 Pedro Alves <palves@redhat.com>
3267 Simon Marchi <simon.marchi@ericsson.com>
3268
3269 PR gdb/20418
3270 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3271 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3272
80614914
PA
32732016-08-09 Pedro Alves <palves@redhat.com>
3274
3275 PR mi/20431
3276 * gdb.mi/mi-cmd-error.exp: New file.
3277
f348d89a
PA
32782016-08-09 Pedro Alves <palves@redhat.com>
3279
3280 PR gdb/18653
3281 * gdb.base/signals-state-child.c: New file.
3282 * gdb.base/signals-state-child.exp: New file.
3283 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3284
e5ca03b4
PA
32852016-08-09 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3288
282a0691
TT
32892016-08-03 Tom Tromey <tom@tromey.com>
3290
3291 PR python/18565:
3292 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3293
41bfcd63
YQ
32942016-08-01 Yao Qi <yao.qi@linaro.org>
3295
3296 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3297 variable mode to "multi-process" if $multi_process is 1, otherwise
3298 set it to "single-process".
3299
e3465b24
YQ
33002016-08-01 Yao Qi <yao.qi@linaro.org>
3301
3302 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3303 * gdb.cp/cpexprs.exp: Likewise.
3304 * gdb.cp/m-static.exp: Likewise.
3305
0b31a4bc
TT
33062016-07-26 Tom Tromey <tom@tromey.com>
3307
3308 PR python/20190:
3309 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3310 test.
3311
e0461dbb
MM
33122016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3313
3314 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3315 selecting assembly source files.
3316 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3317 assembly source files.
3318 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3319 assembly source files.
3320 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3321 selecting assembly source files.
3322
8194e927
SM
33232016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3324
3325 * gdb.base/new-ui.exp (do_test_invalid_args): New
3326 procedure.
3327
c0272db5
TW
33282016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3329
3330 * gdb.btrace/reconnect.c: New file.
3331 * gdb.btrace/reconnect.exp: New file.
3332
e3487908
GKB
33332016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3334
3335 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3336 to test_catch_syscall_group.
3337 (test_catch_syscall_group): New.
3338
12df5c00
TT
33392016-07-21 Tom Tromey <tom@tromey.com>
3340
3341 * gdb.rust/simple.rs (main): Use empty struct expression.
3342 * gdb.rust/simple.exp: Add tests for empty struct expression.
3343
bae62ee2
YQ
33442016-07-21 Yao Qi <yao.qi@linaro.org>
3345
3346 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3347 if gdb_skip_xml_test is true on some targets.
3348
b1b53fb3
YQ
33492016-07-21 Yao Qi <yao.qi@linaro.org>
3350
3351 * gdb.server/solib-list.exp: Unset last_loaded_file.
3352
027d97f8
JK
33532016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3354
3355 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3356 "step into captured_main (args)".
3357
7674d381
JK
33582016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3361
72b5d099
JK
33622016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3363
3364 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3365
1f960ced
PA
33662016-07-19 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3369 * gdb.opt/inline-bt.exp: Likewise.
3370 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3371 additional_flags=-Winline.
3372 * gdb.opt/inline-locals.exp: Likewise.
3373 * gdb.opt/inline-markers.c (ATTR): Define.
3374 (inlined_fn): Use it.
3375
f25827c1
YQ
33762016-07-19 Yao Qi <yao.qi@linaro.org>
3377
3378 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3379 (test_with_self): Remove some code. Remove argument executable.
3380 (top-level): Use do_self_tests.
3381
37539ebe
DB
33822016-07-15 Zachary Welch <zwelch@codesourcery.com>
3383 Don Breazeal <donb@codesourcery.com>
3384
3385 * gdb.base/maint.exp: Escape paths used in regular expressions.
3386 * gdb.stabs/weird.exp: Likewise.
3387
dac790e1
TT
33882016-07-13 Tom Tromey <tom@tromey.com>
3389
3390 PR python/15620, PR python/18620:
3391 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3392 (test_bkpt_events): New procs.
3393
93daf339
TT
33942016-07-13 Tom Tromey <tom@tromey.com>
3395
3396 PR python/17698:
3397 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3398 test.
3399 (test_watchpoints): Likewise.
3400 (test_bkpt_pending): New proc.
3401
6571a381
TT
34022016-07-13 Tom Tromey <tom@tromey.com>
3403
3404 PR cli/18053:
3405 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3406 completion test.
3407
e8732474
JK
34082016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3411 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3412 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3413 f_label.
3414 (g): Rename g_end_lbl to g_label.
3415 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3416 low_pc and high_pc.
3417 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3418
e0f3fd7c
TT
34192016-07-12 Tom Tromey <tom@tromey.com>
3420
3421 PR python/19293:
3422 * gdb.python/py-unwind-maint.exp: Update tests.
3423
3cfe46b6
YQ
34242016-07-12 Yao Qi <yao.qi@linaro.org>
3425
3426 * lib/selftest-support.exp (selftest_setup): Match the output
3427 when captured_main is inlined.
3428
4f19a0e6
WT
34292016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3430
3431 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3432 New variables.
3433 (print this%a, print this%b, print this): New tests.
3434 * gdb.fortran/derived-types.f90 (this): New object and
3435 initialization.
3436
986cf455
SM
34372016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3438
3439 * gdb.ada/arraydim.exp: Remove extra directory level in build
3440 directory.
3441
f0464b23
SM
34422016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3443
3444 * lib/ada.exp: Remove extra directory level in build directory.
3445 * gdb.ada/cond_lang.exp: Likewise.
3446 * gdb.ada/exec_changed.exp: Likewise.
3447 * gdb.ada/lang_switch.exp: Likewise.
3448
42d94011
MG
34492016-07-06 Manish Goregaokar <manish@mozilla.com>
3450
2806dc7e
PA
3451 * simple.rs: Add test for raw pointer subscripting.
3452 * simple.exp: Add test expectations.
42d94011 3453
647c264c
YQ
34542016-07-05 Yao Qi <yao.qi@linaro.org>
3455
3456 * gdb.mi/mi-reverse.exp: Match =record-started output.
3457
20aa2c60
PA
34582016-07-01 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3461 procedure.
3462 (jit_reader_test): Test the jit reader's unwinder.
3463 * gdb.base/jithost.c (jit_function_00_code): New global.
3464 (main): Use memcpy to fill in the mmapped code, instead of poking
3465 bytes manually here.
3466 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3467 value.
3468 (read_debug_info): Save the function's range.
3469 (read_sp): New function.
3470 (unwind_frame): Use it. Also unwind RBP.
3471 (get_frame_id): Use read_sp.
3472 (gdb_init_reader): Use calloc instead of malloc.
3473 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3474 parameter. Use gdb_test_multiple.
3475
ced2dffb
PA
34762016-07-01 Pedro Alves <palves@redhat.com>
3477 Antoine Tremblay <antoine.tremblay@ericsson.com>
3478
3479 * gdb.threads/process-dies-while-detaching.c: New file.
3480 * gdb.threads/process-dies-while-detaching.exp: New file.
3481
63000888
PA
34822016-07-01 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.multi/watchpoint-multi-exit.c: New file.
3485 * gdb.multi/watchpoint-multi-exit.exp: New file.
3486
038d4868
PA
34872016-06-30 Pedro Alves <palves@redhat.com>
3488
3489 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3490 unset inferior_spawn_id.
3491
994e9c83
PA
34922016-06-30 Pedro Alves <palves@redhat.com>
3493
3494 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3495 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3496
e5653468
YQ
34972016-06-29 Yao Qi <yao.qi@linaro.org>
3498
3499 * gdb.base/return.c: Add copyright header.
3500
803b47e5
TT
35012016-06-29 Tom Tromey <tom@tromey.com>
3502
3503 PR python/20129:
3504 * gdb.python/py-framefilter.exp: Add tests for setting priority
3505 and disabling of non-existent frame filter.
3506
28244707
YQ
35072016-06-29 Yao Qi <yao.qi@linaro.org>
3508
3509 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3510 0x0f07ff.
3511
a31d2f06
YQ
35122016-06-28 Yao Qi <yao.qi@linaro.org>
3513
3514 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3515 triplets. Start gdb, execute catch syscall, and continue. Check
3516 gdb's output to determine catch syscall is supported.
3517
921d8f54
MG
35182016-06-27 Manish Goregaokar <manish@mozilla.com>
3519
25d49b86
PA
3520 * gdb.rust/simple.rs: Add test for returning unit in a function.
3521 * gdb.rust/simple.exp: Add expectation for functions returning
3522 unit.
921d8f54 3523
f4952523
PMR
35242016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3525
3526 * gdb.python/py-breakpoint-create-fail.c,
3527 gdb.python/py-breakpoint-create-fail.exp,
3528 gdb.python/py-breakpoint-create-fail.py: New testcase.
3529
fccb08f8
MG
35302016-06-25 Manish Goregaokar <manish@mozilla.com>
3531
3532 PR gdb/20239
3533 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3534 * gdb.rust/simple.exp: Add test expectations for new NonZero
3535 tests.
fccb08f8 3536
6b850546
DT
35372016-06-24 David Taylor <dtaylor@emc.com>
3538
3539 * gdb.base/offsets.exp: New file.
3540 * gdb.base/offsets.c: New file.
3541
17621150
TT
35422016-06-23 Tom Tromey <tom@tromey.com>
3543
3544 PR gdb/16483:
3545 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3546 before any filters are loaded.
3547
04d59df6
WT
35482016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3549
3550 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3551 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3552 structs.
3553 * gdb.fortran/derived-type-function.exp: New file.
3554 * gdb.fortran/derived-type-function.f90: New file.
3555
3556
ac69f786
PA
35572016-06-21 Pedro Alves <palves@redhat.com>
3558
3559 * gdb.base/new-ui.exp: New file.
3560 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3561 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3562 (with_spawn_id): New procedure.
3563
49940788
PA
35642016-06-21 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.mi/mi-exec-run.exp: New file.
3567
ef274d26
PA
35682016-06-21 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3571 breakpoint command's output on the main UI.
3572 (test_break): New procedure, factored out from calls in the top
3573 level.
3574 (top level): Use foreach_with_prefix to test MI as main UI and as
3575 separate UI.
3576
468afe6c
PA
35772016-06-21 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3580 (test_awatch_creation_and_listing)
3581 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3582 Remove 'type' parameter.
3583 (test_watchpoint_all): New parameter mi_mode. Remove
3584 with_test_prefix.
3585 (top level): Use foreach_with_prefix, and add main/separate UI MI
3586 testing axis.
3587
51f77c37
PA
35882016-06-21 Pedro Alves <palves@redhat.com>
3589
3590 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3591 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3592 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3593 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3594 (gdb_main_spawn_id, mi_spawn_id): Declare and
3595 comment.
3596 (mi_create_inferior_pty): New procedure,
3597 factored out from default_mi_gdb_start.
3598 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3599 procedures.
3600 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3601 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3602 Use mi_create_inferior_pty.
3603 (mi_gdb_start): Use eval to pass down args list.
3604
8980e177
PA
36052016-06-21 Pedro Alves <palves@redhat.com>
3606
3607 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3608 * gdb.opt/inline-cmds.exp: Add MI tests.
3609
f38d3ad1
PA
36102016-06-21 Pedro Alves <palves@redhat.com>
3611
3612 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3613
45db7c09
PA
36142016-06-21 Pedro Alves <palves@redhat.com>
3615
3616 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3617 (top level): Use it instead of mi_execute_to.
3618
5a069ab3
PA
36192016-06-21 Pedro Alves <palves@redhat.com>
3620
3621 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3622 (cont_handler_str): New.
3623 (signal_stop_handler): Set stop_handler_str instead of printing to
3624 stdout.
3625 (continue_handler): Set cont_handler_str instead of printing to
3626 stdout.
3627 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3628 mi_send_resuming_command. Print stop_handler_str and
3629 cont_handler_str instead of expecting the python events print
3630 directly.
3631
2838cc1d
SD
36322016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3633
3634 * gdb.base/jit-reader.exp: New file.
3635 * gdb.base/jithost.c: New file.
3636 * gdb.base/jithost.h: New file.
3637 * gdb.base/jitreader.c : New file.
3638 * gdb.base/jit-protocol.h: New file.
3639
21a77091
YQ
36402016-06-17 Yao Qi <yao.qi@linaro.org>
3641
3642 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3643 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3644 and detach-on-fork. Adjust tests.
3645 (top level): Invoke break_cond_on_syscall with combinations of
3646 syscall, follow-fork-mode and detach-on-fork.
3647
f50bf8e5
YQ
36482016-06-17 Yao Qi <yao.qi@linaro.org>
3649
3650 * gdb.base/step-over-exit.c: New.
3651 * gdb.base/step-over-exit.exp: New.
3652
a28d8e50
YTL
36532016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3654
3655 * gdb.base/float.exp: Add target check for nds32*-*-*.
3656 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3657
cad8e26d
AB
36582016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3659
3660 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3661 for unsupported target features.
3662 * gdb.base/call-rt-st.exp: Likewise.
3663 * gdb.base/call-sc.exp: Likewise.
3664 * gdb.base/call-signal-resume.exp: Likewise.
3665 * gdb.base/call-strs.exp: Likewise.
3666 * gdb.base/callexit.exp: Likewise.
3667 * gdb.base/callfuncs.exp: Likewise.
3668 * gdb.base/nodebug.exp: Likewise.
3669 * gdb.base/printcmds.exp: Likewise.
3670 * gdb.base/ptype.exp: Likewise.
3671 * gdb.base/structs.exp: Likewise.
3672 * gdb.base/unwindonsignal.exp: Likewise.
3673 * gdb.cp/gdb2495.exp: Likewise.
3674 * gdb.cp/templates.exp: Likewise.
3675 * gdb.cp/virtfunc.exp: Likewise.
3676 * gdb.threads/hand-call-in-threads.exp: Likewise.
3677 * gdb.threads/interrupted-hand-call.exp: Likewise.
3678 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3679
347dc102
TT
36802016-06-10 Tom Tromey <tom@tromey.com>
3681
3682 PR rust/20110:
3683 * gdb.rust/expr.exp: Add test for integer constant larger than
3684 i32.
3685
5e13cf25
BH
36862016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3687
3688 * gdb.fortran/nested-funcs.exp: New.
3689 * gdb.fortran/nested-funcs.f90: New.
3690
bb556f1f
TK
36912016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3692
3693 * gdb.base/examine-backward.c: New file.
3694 * gdb.base/examine-backward.exp: New file.
3695
38b022b4
SM
36962016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3697
3698 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3699 matching.
3700
1b40ec05
TT
37012016-06-02 Tom Tromey <tom@tromey.com>
3702
3703 PR python/18984:
3704 * gdb.python/py-shared.exp: Add solib_name test.
3705
193bd378
SM
37062016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3707
3708 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3709
3326303b
MG
37102016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3711
3712 PR c++/19893
3713 * gdb.dwarf2/implref.exp: Rename to...
3714 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3715 * gdb.dwarf2/implref-array.c: New file.
3716 * gdb.dwarf2/implref-array.exp: Likewise.
3717 * gdb.dwarf2/implref-global.c: Likewise.
3718 * gdb.dwarf2/implref-global.exp: Likewise.
3719 * gdb.dwarf2/implref-struct.c: Likewise.
3720 * gdb.dwarf2/implref-struct.exp: Likewise.
3721
825c8ef2
AT
37222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3723
3724 * gdb.trace/trace-condition.exp: Add 64bit tests.
3725
2320162a
AT
37262016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3727
3728 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3729 bits types.
3730 (main): Adapt to 8 to 64 bits types.
3731 * gdb.trace/trace-condition.exp: Add new tests.
3732
a7818233
AT
37332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3734
3735 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3736
0d336466
AT
37372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3738
3739 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3740 Move condition tests...
3741 * gdb.trace/trace-condition.exp: Here.
3742
7faeb45a
AT
37432016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3744
3745 * gdb.trace/trace-condition.exp: Add counter-case tests.
3746
e385593e
JK
37472016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3748
3749 PR c++/15231
3750 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3751 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3752
744608cc
PA
37532016-05-27 Pedro Alves <palves@redhat.com>
3754
3755 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3756 New procedure.
3757 (top level): Call it, and bail out of DejaGnu is known to be bad.
3758
ac775bf4
AB
37592016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3760
3761 * gdb.base/whatis.c: Extend the test case.
3762 * gdb.base/whatis.exp: Add additional tests.
3763
2bbad2ea
BH
37642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3765
3766* gdb.fortran/type.f90: Add pointer variable.
3767* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3768
8b70175d
BH
37692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3770
3771 * gdb.fortran/vla-type.exp: Fix testcase name.
3772
86d8a848
BH
37732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3774
3775 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3776
e188eb36
BH
37772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3778
3779 * gdb.fortran/type.f90: Add nested structures.
3780 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3781 * gdb.fortran/derived-type.exp: Adapt expected output.
3782 * gdb.fortran/vla-type.exp: Adapt expected output.
3783
9b2db1fd
BH
37842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3785
3786 * gdb.fortran/whatis_type.exp: Adapt expected output.
3787
72b17055
BH
37882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3789
3790 * gdb.fortran/print_type.exp: Fix expected output.
3791 * gdb.fortran/whatis_type.exp: Fix expected output.
3792
3cd81d8d
BH
37932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3794
3795 * gdb.fortran/whatis_type.exp: Use multi_line.
3796
ddae9462
TT
37972016-05-24 Tom Tromey <tom@tromey.com>
3798
3799 PR python/17386:
3800 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3801 use value as an index.
3802
1957f6b8
TT
38032016-05-23 Tom Tromey <tom@tromey.com>
3804
3805 PR python/17981:
3806 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3807 no-breakpoint case.
3808
026a9174
PA
38092016-05-24 Pedro Alves <palves@redhat.com>
3810
3811 PR gdb/19828
3812 * gdb.threads/clone-attach-detach.c: New file.
3813 * gdb.threads/clone-attach-detach.exp: New file.
3814
e70a7231
FR
38152016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3816
3817 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3818
0f6ed0e0
TT
38192016-05-23 Tom Tromey <tom@tromey.com>
3820
3821 PR python/19438, PR python/18393:
3822 * gdb.python/py-progspace.exp: Add "dir" test.
3823 * gdb.python/py-objfile.exp: Add "dir" test.
3824
ffd19d61
YQ
38252016-05-23 Yao Qi <yao.qi@linaro.org>
3826
3827 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3828 * gdb.arch/thumb2-it.exp: Likewise.
3829
9e8f9b05
SM
38302016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3831
3832 * gdb.mi/mi-threads-interrupt.c: New file.
3833 * gdb.mi/mi-threads-interrupt.exp: New file.
3834
61c6156d
SM
38352016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3836
3837 PR gdb/18077
3838 * gdb.mi/mi-async-run.exp: New file.
3839 * gdb.mi/mi-async-run.c: New file.
3840
67218854
TT
38412016-05-17 Tom Tromey <tom@tromey.com>
3842 Manish Goregaokar <manishsmail@gmail.com>
3843
3844 * lib/rust-support.exp: New file.
3845 * lib/gdb.exp (skip_rust_tests): New proc.
3846 (build_executable_from_specs): Handle rust.
3847 * lib/future.exp (gdb_find_rustc): New proc.
3848 (gdb_default_target_compile): Handle rust.
3849 * gdb.rust/expr.exp: New file.
3850 * gdb.rust/generics.exp: New file.
3851 * gdb.rust/generics.rs: New file.
3852 * gdb.rust/methods.exp: New file.
3853 * gdb.rust/methods.rs: New file.
3854 * gdb.rust/modules.exp: New file.
3855 * gdb.rust/modules.rs: New file.
3856 * gdb.rust/simple.exp: New file.
3857 * gdb.rust/simple.rs: New file.
3858
c44af4eb
TT
38592016-05-17 Tom Tromey <tom@tromey.com>
3860
3861 * gdb.base/default.exp (set language): Add rust.
3862
dcd1f979
TT
38632016-05-17 Tom Tromey <tom@tromey.com>
3864
3865 * gdb.gdb/unittest.exp: New file.
3866
155b7f57
YQ
38672016-05-16 Yao Qi <yao.qi@linaro.org>
3868
3869 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3870 shell_prompt. Update shell_prompt_re.
3871
8ddd5a6c
DE
38722016-05-12 Doug Evans <dje@google.com>
3873
3874 PR symtab/19999
3875 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3876 $options when building executable.
3877 * gdb.dwarf2/fission-loclists-pie.S: New file.
3878 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3879
02e370d9
SM
38802016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3881
3882 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3883 of [is_remote target],
3884
8929ad8b
SM
38852016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3886
3887 * lib/gdb.exp (use_gdb_stub): New procedure.
3888
6c447423
DE
38892016-05-03 Yunlian Jiang <yunlian@google.com>
3890 Doug Evans <dje@google.com>
3891
3892 PR symtab/19914
3893 * gdb.dwarf2/dwp-sepdebug.c: New file.
3894 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3895
444e826c
SM
38962016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3897
3898 * gdb.base/detach.exp: Remove is_remote check.
3899
740feeaa
SM
39002016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3901
3902 * gdb.base/annota-input-while-running.exp: Don't check for
3903 [is_remote target]. Enable annotations after running to main.
3904 Remove unused "set test..." line.
3905
9080ac9d
SM
39062016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3907
3908 * gdb.trace/trace-enable-disable.exp: New file.
3909 * gdb.trace/trace-enable-disable.c: New file.
3910
952ebca5
SM
39112016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3912
3913 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3914 use it in info sharedlibrary test.
3915 * gdb.trace/ftrace-lock.exp: Likewise.
3916 * gdb.trace/ftrace.exp: Likewise.
3917 * gdb.trace/range-stepping.exp: Likewise.
3918 * gdb.trace/trace-break.exp: Likewise.
3919 * gdb.trace/trace-condition.exp: Likewise.
3920 * gdb.trace/trace-mt.exp: Likewise.
3921
d9019901
SM
39222016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3923
3924 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3925 (gdb_load_shlib): ... this.
3926 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3927 gdb_load_shlib.
3928 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3929 * gdb.base/ctxobj.exp: Likewise.
3930 * gdb.base/dprintf-pending.exp: Likewise.
3931 * gdb.base/dso2dso.exp: Likewise.
3932 * gdb.base/fixsection.exp: Likewise.
3933 * gdb.base/gcore-relro.exp: Likewise.
3934 * gdb.base/gdb1555.exp: Likewise.
3935 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3936 * gdb.base/gnu-ifunc.exp: Likewise.
3937 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3938 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3939 * gdb.base/pending.exp: Likewise.
3940 * gdb.base/print-file-var.exp: Likewise.
3941 * gdb.base/print-symbol-loading.exp: Likewise.
3942 * gdb.base/shlib-call.exp: Likewise.
3943 * gdb.base/shreloc.exp: Likewise.
3944 * gdb.base/so-impl-ld.exp: Likewise.
3945 * gdb.base/solib-disc.exp: Likewise.
3946 * gdb.base/solib-nodir.exp: Likewise.
3947 * gdb.base/solib-overlap.exp: Likewise.
3948 * gdb.base/solib-symbol.exp: Likewise.
3949 * gdb.base/solib-weak.exp (do_test): Likewise.
3950 * gdb.base/sym-file.exp: Likewise.
3951 * gdb.base/symtab-search-order.exp: Likewise.
3952 * gdb.base/type-opaque.exp: Likewise.
3953 * gdb.base/unload.exp: Likewise.
3954 * gdb.base/watchpoint-solib.exp: Likewise.
3955 * gdb.compile/compile.exp: Likewise.
3956 * gdb.cp/gdb2384.exp: Likewise.
3957 * gdb.cp/infcall-dlopen.exp: Likewise.
3958 * gdb.cp/re-set-overloaded.exp: Likewise.
3959 * gdb.fortran/library-module.exp: Likewise.
3960 * gdb.opt/solib-intra-step.exp: Likewise.
3961 * gdb.python/py-finish-breakpoint.exp: Likewise.
3962 * gdb.python/py-shared.exp: Likewise.
3963 * gdb.reverse/solib-precsave.exp: Likewise.
3964 * gdb.reverse/solib-reverse.exp: Likewise.
3965 * gdb.server/solib-list.exp: Likewise.
3966 * gdb.threads/dlopen-libpthread.exp: Likewise.
3967 * gdb.threads/tls-shared.exp: Likewise.
3968 * gdb.threads/tls-so_extern.exp: Likewise.
3969 * gdb.trace/change-loc.exp: Likewise.
3970 * gdb.trace/ftrace-lock.exp: Likewise.
3971 * gdb.trace/ftrace.exp: Likewise.
3972 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3973 * gdb.trace/pending.exp: Likewise.
3974 * gdb.trace/range-stepping.exp: Likewise.
3975 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3976 (strace_info_marker): Likewise.
3977 (strace_probe_marker): Likewise.
3978 (strace_trace_on_same_addr): Likewise.
3979 (strace_trace_on_diff_addr): Likewise.
3980 * gdb.trace/trace-break.exp: Likewise.
3981 * gdb.trace/trace-condition.exp: Likewise.
3982 * gdb.trace/trace-mt.exp: Likewise.
3983
fca4cfd9
SM
39842016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3985
3986 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3987 result of gdb_remote_download.
3988 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3989 * gdb.base/dso2dso.exp: Likewise.
3990 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3991 * gdb.base/print-file-var.exp: Likewise.
3992 * gdb.base/shlib-call.exp: Likewise.
3993 * gdb.base/shreloc.exp: Likewise.
3994 * gdb.base/solib-overlap.exp: Likewise.
3995 * gdb.base/solib-weak.exp (do_test): Likewise.
3996 * gdb.base/unload.exp: Likewise.
3997
11cf4ffb
YQ
39982016-04-27 Yao Qi <yao.qi@linaro.org>
3999
4000 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4001 exists.
4002
3e2e34f8
KB
40032016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4004
4005 * vla-type.exp: Print structure from toplevel.
4006
8f07e298
BH
40072016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4008
4009 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4010 of dynamic types.
4011 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4012 of dynamic types.
4013
9920b434
BH
40142016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4015
4016 * gdb.fortran/vla-type.f90: New file.
4017 * gdb.fortran/vla-type.exp: New file.
4018
f3abeff5
YQ
40192016-04-25 Yao Qi <yao.qi@linaro.org>
4020
4021 * gdb.base/branch-to-self.c: New file.
4022 * gdb.base/branch-to-self.exp: New file.
4023
0a5d52f0
YQ
40242016-04-22 Yao Qi <yao.qi@linaro.org>
4025
4026 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4027 more after $hex.
4028
495346f6
YQ
40292016-04-22 Yao Qi <yao.qi@linaro.org>
4030
4031 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4032 * gdb.base/annota3.exp: Likewise.
4033
4a7e075c
YQ
40342016-04-22 Yao Qi <yao.qi@linaro.org>
4035
4036 * gdb.reverse/step-precsave.exp: Do one step and test program
4037 stops in "callee" and do multiple steps until program goes out
4038 of "callee".
4039 * gdb.reverse/step-reverse.exp: Likewise.
4040
5b061e98
YQ
40412016-04-22 Yao Qi <yao.qi@linaro.org>
4042
4043 * gdb.trace/signal.exp: Also pass if
4044 $tracepoint_hits($i) > $iterations.
4045
5c5dc57f
YQ
40462016-04-22 Yao Qi <yao.qi@linaro.org>
4047
4048 * gdb.trace/signal.c: New file.
4049 * gdb.trace/signal.exp: New file.
4050
a55411b9
DE
40512016-04-19 Doug Evans <xdje42@gmail.com>
4052
4053 * gdb.base/bad-file.exp: New file.
4054
a22df60a
MG
40552016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4056
4057 * gdb.dwarf2/implref.exp: New file.
4058
0c13f7e5
BH
40592016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4060
4061 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4062 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4063 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4064 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4065 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4066 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4067 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4068 * lib/fortran.exp (fortran_int4): New procedure.
4069 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4070 (fortran_logical4): Likewise.
4071
9b9b09e9
BH
40722016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4073
4074 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4075
a14d1f4d
BH
40762016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4077
4078 * lib/compiler.c: Add Intel specific preprocessor macros.
4079 * lib/compiler.cc: Likewise.
25d49b86 4080
7d49b1d0
LM
40812016-04-13 Luis Machado <lgustavo@codesourcery.com>
4082
4083 * gdb.server/connect-with-no-symbol-file.c: New file.
4084 * gdb.server/connect-with-no-symbol-file.exp: New file.
4085
8392fa22
SM
40862016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4087
4088 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4089
8c4c4aeb
SM
40902016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4093 standard output directory.
4094
45e3745e
AT
40952016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4096
4097 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4098
e26b7e41
MM
40992016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4100
4101 * gdb.btrace/instruction_history.c (loop): Add declaration.
4102
8ce09462
AT
41032016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4104
4105 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4106
2e88a1ea
SM
41072016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4108
4109 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4110 parentheses to print.
4111 (continue_handler): Likewise.
4112
f48e22e3
SM
41132016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4114
4115 * gdb.server/solib-list.exp: Remove is_remote check.
4116 Pass shlib= to gdb_compile. Don't link shared library with
4117 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4118 Run binary filename through "readlink -f" on the target.
4119
096be756
PA
41202016-04-08 Pedro Alves <palves@redhat.com>
4121
4122 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4123 interpreter filename as argument to gdbserver_spawn.
4124 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4125 Return empty if $last_loaded_file does not exist.
4126
06500533
JK
41272016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4128
4129 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4130 * gdb.base/jit-main.c: Use exit after usage.
4131
2d35e871
JK
41322016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4135 GDBHISTSIZE prior to the tests.
4136 * gdb.base/gdbinit-history.exp: Likewise.
4137
41382016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
4139
4140 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4141 instead of build_executable. Use gdb_load_shlibs.
4142
c8064e7e
YQ
41432016-04-07 Yao Qi <yao.qi@linaro.org>
4144
4145 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4146 Execute "si" command.
4147
bde47561
YQ
41482016-04-07 Yao Qi <yao.qi@linaro.org>
4149
4150 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4151 number instead of the comments on some line.
4152
b16f8a3b
DB
41532016-04-06 Don Breazeal <donb@codesourcery.com>
4154
4155 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4156 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4157
c2f901df
SM
41582016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4159
4160 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4161 standard_output_file. Remove unused binfile variable.
4162
ac17fda0
CU
41632016-04-05 Catalin Udma <catalin.udma@freescale.com>
4164
4165 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4166 * gdb.python/py-mi-objfile.exp: Match "list main" output
4167 in console format.
4168
03a8c4df
SM
41692016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4170
4171 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4172 absolute.
4173
6e774b13
SM
41742016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4175
4176 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4177 absolute.
4178 * gdb.trace/ftrace.exp: Likewise.
4179 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4180 targets as well.
4181 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4182 (gdb_load_shlibs): Copy libraries to test directory when testing
4183 natively. Only set solib-search-path if testing remotely.
4184 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4185
7817ea46
SM
41862016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4187
4188 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4189 gdb_download. Use it even if the target is not remote.
4190 * gdb.base/jit.exp (compile_jit_test): Likewise.
4191 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4192 output directory if the destination board is local, otherwise use
4193 the standard remote_download from DejaGnu.
4194 (gdb_download): Remove.
4195 (gdb_load_shlibs): Use gdb_remote_download instead of
4196 gdb_download.
4197 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4198 Use gdb_remote_download instead of gdb_download. Use it even if
4199 the target is not remote.
4200 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4201 instead of gdb_download.
4202
7beb7f68
SM
42032016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4204
4205 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4206 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4207 run.
4208
cc63428a
AV
42092016-04-01 Artemiy Volkov <artemiyv@acm.org>
4210
4211 PR gdb/19820
4212 * gdb.base/printcmds.exp: Add artificial arrays tests.
4213
64cdf930
PA
42142016-03-31 Pedro Alves <palves@redhat.com>
4215
4216 PR gdb/19858
4217 * gdb.base/jit-main.c: Include unistd.h.
4218 (ATTACH): Define to 0 if not already defined.
4219 (wait_for_gdb, mypid): New globals.
4220 (WAIT_FOR_GDB): New macro.
4221 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4222 some breakpoint locations.
4223 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4224 New procedures.
4225 (one_jit_test): Add REATTACH parameter, and handle it. Use
4226 continue_to_test_location.
4227 (top level): Test attach, and adjusts calls to one_jit_test.
4228
40dea8cb
PA
42292016-03-31 Pedro Alves <palves@redhat.com>
4230
4231 PR gdb/19858
4232 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4233 BINSUFFIX parameter, and handle it.
4234 (top level): Adjust calls compile_jit_test.
4235
e7ea3ec7
CU
42362016-03-31 Catalin Udma <catalin.udma@freescale.com>
4237
4238 PR python/19743
4239 * gdb.python/py-mi-events-gdb.py: New file.
4240 * gdb.python/py-mi-events.c: New file.
4241 * gdb.python/py-mi-events.exp: New file.
4242
e6359af3
YQ
42432016-03-30 Yao Qi <yao.qi@linaro.org>
4244
4245 * gdb.reverse/until-precsave.exp: Match function name only.
4246 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4247 Move malloc to a condition block.
4248 * gdb.reverse/until-reverse.exp: Match function name only.
4249
a4105d04
MK
42502016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4251
4252 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4253 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4254 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4255 variable for GPR 0 instead of assuming it is register 0.
4256 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4257 * lib/trace-support.exp: Add s390 registers.
4258
bfa6adb9
YQ
42592016-03-29 Yao Qi <yao.qi@linaro.org>
4260
4261 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4262
1e6697ea
YQ
42632016-03-24 Yao Qi <yao.qi@linaro.org>
4264
4265 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4266 test message.
4267
64bcd522
AA
42682016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4269
4270 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4271 maintaining separate logic for constructing the output path.
4272
7868401b
DB
42732016-03-16 Don Breazeal <donb@codesourcery.com>
4274
4275 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4276 Retry fork and waitpid on interrupted system call errors.
4277 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4278 Use with_timeout_factor to increase timeout by factor of 10.
4279
1cafadb4
DB
42802016-03-15 Don Breazeal <donb@codesourcery.com>
4281
4282 * gdb.cp/scope-err.cc: New test program.
4283 * gdb.cp/scope-err.exp: New test script.
4284 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4285 lines and "set breakpoint here" comment.
4286 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4287 Fixed some whitespace and format issues.
4288 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4289 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4290
81516450
DE
42912016-03-15 Doug Evans <dje@google.com>
4292
4293 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4294 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4295 All callers updated. Add tests for enums, mixed flags register.
4296
aa52b601
DE
42972016-03-15 Doug Evans <dje@google.com>
4298
4299 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4300 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4301
fa4ff313
SM
43022016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4303
4304 * gdb.base/default.exp: Add $_as_string to the list of expected
4305 convenience functions.
4306
f2403c39
AB
43072016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4308
4309 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4310
f2f3ccb9
SM
43112016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4312
4313 * gdb.python/py-as-string.exp: New file.
4314 * gdb.python/py-as-string.c: New file.
4315
00dbd492
PA
43162016-03-09 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4319 signal" -> "Thread NN received signal" output change.
4320 * gdb.threads/ia64-sigill.exp: Likewise.
4321 * gdb.threads/linux-dp.exp: Likewise.
4322 * gdb.threads/manythreads.exp: Likewise.
4323 * gdb.threads/pending-step.exp: Likewise.
4324 * gdb.threads/print-threads.exp: Likewise.
4325 * gdb.threads/sigstep-threads.exp: Likewise.
4326 * gdb.threads/staticthreads.exp: Likewise.
4327 * gdb.threads/tls.exp: Likewise.
4328
1e6697ea
YQ
43292016-03-09 Pedro Alves <palves@redhat.com>
4330
4331 * gdb.base/command-line-input.exp: New file.
4332
b04fd3be
MK
43332016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4334
4335 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4336 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4337 * gdb.trace/pending.exp: Accept leading dot before function name.
4338 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4339 * lib/trace-support.exp: Set registers for ppc.
4340
98fa59e9
MK
43412016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4342
4343 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4344 use it for disassembly; accept .main in addition to main in backtrace.
4345
f77198c8
MK
43462016-03-09 Wei-cheng Wang <cole945@gmail.com>
4347 Marcin Kościelnicki <koriakin@0x04.net>
4348
4349 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4350 (gdb_recursion_test_ptr): New global variable.
4351 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4352 gdb_recursion_test.
4353 (gdb_c_test): Ditto.
4354
ba84e0da
MK
43552016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4356
4357 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4358 ordering.
4359
4366d36e
MK
43602016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4361
4362 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4363 (bar): Add bar_start_lbl label.
4364 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4365 of foo/bar for emitting DWARF and tracing.
4366
5eb264df
SDJ
43672016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4368
4369 * analyze-racy-logs.py: Set executable bit.
4370
fb6a751f
SDJ
43712016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4372
4373 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4374 (CHECK_TARGET_TMP): Likewise.
4375 (check-single-racy): New rule.
4376 (check-parallel-racy): Likewise.
4377 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4378 (do-check-parallel-racy): New rule.
4379 (check-racy/%.exp): Likewise.
4380 * README (Racy testcases): New section.
4381 * analyze-racy-logs.py: New file.
4382
bdf7e230
DE
43832016-03-03 Doug Evans <dje@google.com>
4384
4385 * gdb.base/skip.exp: Use with_test_prefix.
4386
4719d415
YQ
43872016-03-03 Yao Qi <yao.qi@linaro.org>
4388
4389 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4390 Invoke step_over_syscall "clone" and break_cond_on_syscall
4391 "clone".
4392 * gdb.base/step-over-clone.c: New file.
4393
ea507862
YQ
43942016-03-03 Yao Qi <yao.qi@linaro.org>
4395
4396 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4397 code format.
4398
8fc8cbda
YQ
43992016-03-03 Yao Qi <yao.qi@linaro.org>
4400
4401 * gdb.base/disp-step-fork.c: Rename to ...
4402 * gdb.base/step-over-fork.c: ... it. New file.
4403 * gdb.base/disp-step-vfork.c: Rename to ...
4404 * gdb.base/step-over-vfork.c: ... it. New file.
4405 * gdb.base/disp-step-syscall.exp: Rename to ...
4406 * gdb.base/step-over-syscall.exp: ... it. New file.
4407 (disp_step_cross_syscall): Rename to ...
4408 (step_over_syscall): ... it.
4409
92fa70b0
YQ
44102016-03-03 Yao Qi <yao.qi@linaro.org>
4411
4412 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4413 If target supports condition evaluation on target, invoke
4414 break_cond_on_syscall for fork and vfork.
4415
e197ad3c
YQ
44162016-03-03 Yao Qi <yao.qi@linaro.org>
4417
4418 * gdb.base/disp-step-syscall.exp: Don't invoke
4419 support_displaced_stepping.
4420 (disp_step_cross_syscall): Test with displaced stepping off and
4421 on if supported.
4422
0b47da9f
YQ
44232016-03-03 Yao Qi <yao.qi@linaro.org>
4424
4425 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4426 proc.
4427 (setup): New proc.
4428 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4429 and setup.
4430
065ab6dc
BH
44312016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4432
4433 * gdb.fortran/vla-history.exp: Remove breakpoint.
4434
07e448ad 44352016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4436
25d49b86
PA
4437 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4438 exceeds timeout.
07e448ad 4439
9ac2d526 44402016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4441
25d49b86
PA
4442 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4443 breakpoint.
9ac2d526 4444
17807369
BH
44452016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4446
4447 * gdb.mi/vla.f90: Nullify pointer after declaration.
4448
86e501af
PA
44492016-03-01 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4452
1e903e32
PA
44532016-03-01 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4456 before anything else.
4457 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4458 _GNU_SOURCE here.
4459 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4460 before anything else.
4461 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4462
6ccb54e2
PA
44632016-03-01 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4466
30ca9da1
YQ
44672016-03-01 Yao Qi <yao.qi@linaro.org>
4468
4469 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4470 prepare_for_testing.
4471
dc856b38
YQ
44722016-03-01 Yao Qi <yao.qi@linaro.org>
4473
4474 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4475
4a932159
AA
44762016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4477
4478 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4479 manually constructing the output path.
4480
f2489477
AA
44812016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4482
4483 * gdb.arch/s390-stackless.S: New.
4484 * gdb.arch/s390-stackless.exp: New.
4485
38899f16
IB
44862016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4487
4488 * gdb.dlang/circular.c: New file.
4489 * gdb.dlang/circular.exp: New file.
4490
9fde51ed
YQ
44912016-02-26 Yao Qi <yao.qi@linaro.org>
4492
4493 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4494 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4495 (testcases): Update.
4496
ce90fefe
YQ
44972016-02-26 Yao Qi <yao.qi@linaro.org>
4498
4499 * gdb.reverse/aarch64.c: Rename to ...
4500 * gdb.reverse/insn-reverse.c: ... it.
4501 * gdb.reverse/aarch64.exp: Rename to ...
4502 * gdb.reverse/insn-reverse.exp: ... it.
4503
3263bceb
YQ
45042016-02-26 Yao Qi <yao.qi@linaro.org>
4505
4506 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4507 (testcase_ftype): New.
4508 (testcases): New array.
4509 (n_testcases): New.
4510 (main): Call each element in testcases.
4511 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4512 (read_testcase): New.
4513 Do the tests in a loop.
4514
6cb59ff1
YQ
45152016-02-25 Yao Qi <yao.qi@linaro.org>
4516
4517 * gdb.base/branches.c: Remove.
4518
ae91f625
MK
45192016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4520
4521 PR gdb/13808
4522 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4523
678b48b7
MK
45242016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4525
4526 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4527
7337a6f2
MK
45282016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4529
4530 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4531 change x86_64 call_insn to 'callq'.
4532
861ca91f
AT
45332016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4534
4535 * gdb.trace/tfile-avx.c: Move to...
4536 * gdb.trace/tracefile-pseudo-reg.c: Here.
4537 * gdb.trace/tfile-avx.exp: Move to...
4538 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4539
bf74e428
GB
45402016-02-24 Gary Benson <gbenson@redhat.com>
4541
4542 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4543 message on attach.
4544
cce0e923
DE
45452016-02-23 Doug Evans <dje@google.com>
4546
4547 * gdb.base/skip.c (test_skip): New function.
4548 (end_test_skip_file_and_function): New function.
4549 (test_skip_file_and_function): New function.
4550 * gdb.base/skip1.c (test_skip): New function.
4551 (skip1_test_skip_file_and_function): New function.
4552 * gdb.base/skip.exp: Add tests for new skip options.
4553 * gdb.base/skip-solib.exp: Update expected output.
4554 * gdb.perf/skip-command.cc: New file.
4555 * gdb.perf/skip-command.exp: New file.
4556 * gdb.perf/skip-command.py: New file.
4557
4000e47e
MK
45582016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4559
4560 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4561 info registers pattern.
4562
24f75ead
IB
45632016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4564
4565 * lib/future.exp: Add D support.
4566 (gdb_find_gdc): New proc.
4567 (gdb_default_target_compile): Add D support.
4568
fbb7bcbe
WW
45692016-02-18 Wei-cheng Wang <cole945@gmail.com>
4570
4571 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4572 user+system time.
4573 (trace_speed_test): Determine the iteration count for a time
4574 between 15..30 seconds.
4575
012b3a21
WT
45762016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4577
4578 * gdb.arch/i386-mpx-sigsegv.c: New file.
4579 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4580 * gdb.arch/i386-mpx-simple_segv.c: New file.
4581 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4582
2d5189bd
YQ
45832016-02-18 Yao Qi <yao.qi@linaro.org>
4584
4585 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4586 Don't call setup_kfail.
4587
40fb20d0
YQ
45882016-02-18 Yao Qi <yao.qi@linaro.org>
4589
4590 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4591 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4592
21b1f8d2
DE
45932016-02-16 Doug Evans <dje@google.com>
4594
4595 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4596 * gdb.base/skip1.c: Ditto.
4597 * gdb.base/skip.exp: Whitespace cleanup.
4598
4041ed77
DB
45992016-02-16 Don Breazeal <donb@codesourcery.com>
4600
4601 PR remote/19496
4602 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4603 Remove kfail for PR remote/19496.
4604
c4ef31bf
SM
46052016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4606
4607 * lib/gdb.exp (standard_temp_file): Return a path specific to
4608 the runtest invocation.
4609
266b65b3
SM
46102016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4611
4612 * gdb.trace/save-trace.exp: Change relative path to be in the
4613 standard output directory.
4614
a7a0a6a9
JK
46152016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4616
4617 * gdb.arch/i386-prologue.c: Add missing prototypes.
4618
c99dbb42
JK
46192016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4620
4621 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4622 * gdb.arch/i386-prologue.exp: Likewise.
4623 * gdb.arch/i386-size.exp: Likewise.
4624
aa480355
SM
46252016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4626
4627 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4628 define object file path.
4629 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4630 file path.
4631 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4632 standard_output_file to define binfile.
4633
ba881f50
JK
46342016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 Fix compatibility with recent gfortran-5.3.1.
4637 * gdb.fortran/vla-history.exp (print vla1 allocated)
4638 (print vla2 allocated, print $2, print $3): Remove
4639 (print $4): Rename to ...
4640 (print $2): ... here.
4641 (print $9): Rename to ...
4642 (print $5): ... here.
4643 (print $10): Rename to ...
4644 (print $6): ... here.
4645 * gdb.fortran/vla.f90: Add pvla initialization.
4646
e9fb005c
JK
46472016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4648
4649 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4650 New test.
4651 * gdb.fortran/vla-value-sub.exp: Likewise.
4652
e44e00ff
MK
46532016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4654
4655 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4656
97e94151
SM
46572016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4658
4659 * i386-biarch-core.exp: Define corefile using
4660 standard_output_file.
4661
01113bc1
YQ
46622016-02-12 Yao Qi <yao.qi@linaro.org>
4663
4664 * gdb.arch/arm-single-step-kernel-helper.c: New.
4665 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4666
33b4777c
MM
46672016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4668
4669 * gdb.btrace/tailcall-only.exp: New.
4670 * gdb.btrace/tailcall-only.c: New.
4671 * gdb.btrace/x86_64-tailcall-only.S: New.
4672 * gdb.btrace/i686-tailcall-only.S: New.
4673
acc23c11
PA
46742016-02-11 Pedro Alves <palves@redhat.com>
4675
4676 * README (Parallel testing): Add missing double quotes.
4677
e352bf0a
PA
46782016-02-11 Pedro Alves <palves@redhat.com>
4679
4680 * README (Parallel testing): New section.
4681 (GDB_PARALLEL): Rewrite.
4682 (FORCE_PARALLEL): Document.
4683
9f5fed78
MK
46842016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4685
4686 * gdb.trace/tfile-avx.c: New test.
4687 * gdb.trace/tfile-avx.exp: New test.
4688
9ef9e6a6
KS
46892016-02-09 Keith Seitz <keiths@redhat.com>
4690
4691 PR breakpoints/19546
4692 * gdb.base/infcall-exec.c: New file.
4693 * gdb.base/infcall-exec2.c: New file.
4694 * gdb.base/infcall-exec.exp: New file.
4695
a96e36da
KS
46962016-02-09 Keith Seitz <keiths@redhat.com>
4697
4698 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4699 (toplevel): Call test_bkpt_address.
4700
9f61929f
KS
47012016-02-09 Keith Seitz <keiths@redhat.com>
4702
4703 PR python/19506
4704 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4705 (toplevel): Call test_bkpt_address.
4706
1e94266c
SM
47072016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4708
4709 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4710 to AC_OUTPUT.
4711 * configure: Regenerate.
4712
2a7f3dff
PA
47132016-02-09 Pedro Alves <palves@redhat.com>
4714
4715 PR breakpoints/19548
4716 * gdb.base/execl-update-breakpoints.c (some_function): New
4717 function.
4718 (main): Call it.
4719 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4720 Tighten expected GDB output.
4721
2151ccc5
SM
47222016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4723
4724 * Makefile.in (ALL_SUBDIRS): Remove.
4725 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4726 (distclean maintainer-clean realclean): Likewise.
4727 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4728 * configure: Regenerate.
4729 * gdb.ada/Makefile.in: Delete.
4730 * gdb.arch/Makefile.in: Likewise.
4731 * gdb.asm/Makefile.in: Likewise.
4732 * gdb.base/Makefile.in: Likewise.
4733 * gdb.btrace/Makefile.in: Likewise.
4734 * gdb.cell/Makefile.in: Likewise.
4735 * gdb.compile/Makefile.in: Likewise.
4736 * gdb.cp/Makefile.in: Likewise.
4737 * gdb.disasm/Makefile.in: Likewise.
4738 * gdb.dlang/Makefile.in: Likewise.
4739 * gdb.dwarf2/Makefile.in: Likewise.
4740 * gdb.fortran/Makefile.in: Likewise.
4741 * gdb.gdb/Makefile.in: Likewise.
4742 * gdb.go/Makefile.in: Likewise.
4743 * gdb.guile/Makefile.in: Likewise.
4744 * gdb.java/Makefile.in: Likewise.
4745 * gdb.linespec/Makefile.in: Likewise.
4746 * gdb.mi/Makefile.in: Likewise.
4747 * gdb.modula2/Makefile.in: Likewise.
4748 * gdb.multi/Makefile.in: Likewise.
4749 * gdb.objc/Makefile.in: Likewise.
4750 * gdb.opencl/Makefile.in: Likewise.
4751 * gdb.opt/Makefile.in: Likewise.
4752 * gdb.pascal/Makefile.in: Likewise.
4753 * gdb.perf/Makefile.in: Likewise.
4754 * gdb.python/Makefile.in: Likewise.
4755 * gdb.reverse/Makefile.in: Likewise.
4756 * gdb.server/Makefile.in: Likewise.
4757 * gdb.stabs/Makefile.in: Likewise.
4758 * gdb.threads/Makefile.in: Likewise.
4759 * gdb.trace/Makefile.in: Likewise.
4760 * gdb.xml/Makefile.in: Likewise.
4761 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4762 GDB_PARALLEL.
4763 (standard_output_file): Remove check for GDB_PARALLEL, always
4764 return path in outputs/$subdir/$testname.
4765
437277d4
SM
47662016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4767
4768 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4769 (site.exp): Assign abs_srcdir to tcl's srcdir.
4770
31d913c7
YQ
47712016-02-04 Yao Qi <yao.qi@linaro.org>
4772
4773 * gdb.base/foll-exec-mode.c: Include limits.h.
4774 (main): Add parameters argc and argv. Get directory from
4775 argv[0].
4776 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4777 compilation.
4778 * gdb.base/foll-exec.c: Include limits.h.
4779 (main): Add parameters argc and argv.
4780 Get directory from argv[0].
4781 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4782 Adjust tests on the number of lines as source code changed.
4783 * gdb.base/foll-vfork-exit.c: Include limits.h.
4784 (main): Add one line of statement before vfork.
4785 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4786 (main): Add parameters argc and argv. Get directory from
4787 argv[0].
4788 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4789 (setup_gdb): Set tbreak to skip some source lines.
4790 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4791 (main): Add parameters argc and argv. Get directory from
4792 argv[0].
4793 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4794 compilation.
4795 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4796 (main): Add parameters argc and argv. Get directory from
4797 argv[0].
4798 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4799 compilation.
4800
9482b9fb
DE
48012016-02-01 Doug Evans <dje@google.com>
4802
4803 * gdb.base/skip.exp: Clean up multiple references to same test name.
4804
6b2e4f10
PA
48052016-02-01 Pedro Alves <palves@redhat.com>
4806
ccb6afd6 4807 PR remote/19496
6b2e4f10
PA
4808 * gdb.threads/forking-threads-plus-breakpoint.exp
4809 (displaced_stepping_supported): New global.
4810 (probe_displaced_stepping_support): New procedure.
4811 (do_test): Add 'displaced' parameter, and use it.
4812 (top level): Check for displaced stepping support. Add displaced
4813 stepping on/off testing axis.
4814
37a8db1a
AB
48152016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4816
4817 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4818 pointer. Don't perform further tests on the unassociated pointer
4819 if the first test fails.
4820
5fdf6324
AB
48212016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4822
4823 * gdb.base/max-value-size.c: New file.
4824 * gdb.base/max-value-size.exp: New file.
4825 * gdb.base/huge.exp: Disable max-value-size for this test.
4826
935c6144
IB
48272016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4828
4829 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4830
7fe8399d
YQ
48312016-01-28 Yao Qi <yao.qi@linaro.org>
4832
4833 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4834
a2077e25
PA
48352016-01-25 Pedro Alves <palves@redhat.com>
4836
4837 PR threads/19461
4838 * gdb.base/fork-running-state.c: New file.
4839 * gdb.base/fork-running-state.exp: New file.
4840
1d2736d4
PA
48412016-01-25 Pedro Alves <palves@redhat.com>
4842
4843 PR gdb/19494
4844 * gdb.base/catch-fork-kill.c: New file.
4845 * gdb.base/catch-fork-kill.exp: New file.
4846
f1da4b11
PA
48472016-01-25 Pedro Alves <palves@redhat.com>
4848
4849 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4850 Delete, moved to lib/gdb.exp.
4851 * gdb.threads/forking-threads-plus-breakpoint.exp
4852 (foreach_with_prefix): Likewise.
4853 * gdb.threads/process-dies-while-handling-bp.exp
4854 (foreach_with_prefix): Likewise.
4855 * lib/gdb.exp (foreach_with_prefix): New procedure.
4856
45f38546
MK
48572016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4858
4859 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4860 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4861
dc29a1ce
MK
48622016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4863
4864 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4865 endian targets.
4866
092127d7
JK
48672016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4868 Pedro Alves <palves@redhat.com>
4869
4870 Fix testsuite compatibility with Guile.
4871 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4872 number.
4873
31d765d3
JK
48742016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4875
4876 Fix testsuite compatibility with Guile.
4877 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4878 (thread 1): New test for backtrace through signal handler.
4879
1ac78c04
YQ
48802016-01-22 Yao Qi <yao.qi@linaro.org>
4881
4882 PR testsuite/19491
4883 * gdb.base/multi-forks.c: Include
4884 ../lib/unbuffer_output.c
4885 (main): Call gdb_unbuffer_output.
4886
4f5946a8
DE
48872016-01-21 Doug Evans <dje@google.com>
4888
4889 * lib/ada.exp (gdb_compile_ada): Fix typo.
4890
305e13e6
JB
48912016-01-21 Joel Brobecker <brobecker@adacore.com>
4892
4893 * gdb.base/break-fun-addr.exp: New file.
4894 * gdb.base/break-fun-addr1.c: New file.
4895 * gdb.base/break-fun-addr2.c: New file.
4896
5f5dfff6
SM
48972016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4898
4899 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4900 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4901 enum flag values.
4902
fd356fa2
AA
49032016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4904
4905 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4906 when GDB can not set the vector return value. Add more comments
4907 for clarification.
4908
9df22175
AT
49092016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4910
4911 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4912 command.
4913
41d1845e
SM
49142016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4915
4916 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4917
01ac6840
SM
49182016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4919
4920 * Makefile.in (check-single): Pass --status to runtest.
4921 (check/%.exp): Likewise.
4922
49232016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4924
4925 * Makefile.in (check-parallel): Propagate return code from make
4926 do-check-parallel.
4927
bd0a71fa
MK
49282016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4929
4930 * gdb.trace/ftrace.exp: Fix expected message on continue.
4931 * gdb.trace/pending.exp: Fix expected message on continue.
4932 * gdb.trace/trace-break.exp: Fix expected message on continue.
4933
8bcbad33
SM
49342016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4935
4936 * lib/gdb.exp (gdb_test): Remove unused global references.
4937
f303dbd6
PA
49382016-01-18 Pedro Alves <palves@redhat.com>
4939
4940 * gdb.base/async-shell.exp: Adjust expected output.
4941 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4942 * gdb.base/siginfo-thread.exp: Adjust expected output.
4943 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4944 * gdb.java/jnpe.exp: Adjust expected output.
4945 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4946 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4947 * gdb.threads/leader-exit.exp: Adjust expected output.
4948 * gdb.threads/manythreads.exp: Adjust expected output.
4949 * gdb.threads/pthreads.exp: Adjust expected output.
4950 * gdb.threads/schedlock.exp: Adjust expected output.
4951 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4952 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4953 expected output.
4954 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4955 output.
4956 * gdb.threads/sigthread.exp: Adjust expected output.
4957 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4958
b2789696
YQ
49592016-01-18 Yao Qi <yao.qi@linaro.org>
4960
4961 * gdb.guile/scm-section-script.c: Replace @progbits with
4962 %progbits.
4963 * gdb.python/py-section-script.c: Likewise.
4964
71ef29a8
PA
49652016-01-15 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.multi/tids.exp: Test star wildcard ranges.
4968
3f5b7598
PA
49692016-01-15 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4972 command from "thread apply" invocation.
4973 (thr_apply_info_thr_invalid): Default the expected output to the
4974 input tid list.
4975 (top level): Add tests that use convenience variables. Add tests
4976 for "thread apply" with a valid TID list, but missing the command.
4977
663f6d42
PA
49782016-01-13 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.base/default.exp: Expect $_gthread as well.
4981 * gdb.multi/tids.exp: Test $_gthread.
4982 * gdb.threads/thread-specific.exp: Test $_gthread.
4983
c84f6bbf
PA
49842016-01-13 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.multi/tids.exp: Test "info threads -gid".
4987
22a02324
PA
49882016-01-13 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4991 Breakpoint.thread.
4992 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4993
5d5658a1
PA
49942016-01-07 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.base/break.exp: Adjust to output changes.
4997 * gdb.base/hbreak2.exp: Likewise.
4998 * gdb.base/sepdebug.exp: Likewise.
4999 * gdb.base/watch_thread_num.exp: Likewise.
5000 * gdb.linespec/keywords.exp: Likewise.
5001 * gdb.multi/info-threads.exp: Likewise.
5002 * gdb.threads/thread-find.exp: Likewise.
5003 * gdb.multi/tids.c: New file.
5004 * gdb.multi/tids.exp: New file.
5005
84654457
PA
50062016-01-13 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5009
e3940304
PA
50102016-01-13 Pedro Alves <palves@redhat.com>
5011
5012 * gdb.base/default.exp: Expect $_inferior as well.
5013 * gdb.multi/base.exp: Test $_inferior.
5014
a911d87a
PA
50152016-01-13 Pedro Alves <palves@redhat.com>
5016
5017 PR breakpoints/19388
5018 * gdb.base/catch-signal-siginfo-cond.c: New file.
5019 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5020
82075af2
JS
50212016-01-12 Josh Stone <jistone@redhat.com>
5022 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5023
5024 * gdb.base/catch-syscall.c (do_execve): New variable.
5025 (main): Conditionally trigger an execve.
5026 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5027 (test_catch_syscall_execve): New, check entry/return across execve.
5028 (do_syscall_tests): Call test_catch_syscall_execve.
5029
e46eeedd
PA
50302016-01-12 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.base/random-signal.exp (do_test): New procedure, with body
5033 of testcase moved in.
5034
01d8c27e
JK
50352016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5036 Pedro Alves <palves@redhat.com>
5037
5038 * gdb.base/funcargs.exp (finish from indirectly called function):
5039 Reintroduce the case for 'First'.
5040
9a706302
JK
50412016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5042 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5045 (tcatch_vfork_then_child_follow_exec)
5046 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5047 identification.
5048
c0ecb95f
JK
50492016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5052 and repeats to unlimited.
5053 * gdb.python/py-value.exp: Likewise.
5054 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5055 and repeats to unlimited.
5056
6cfc1fcb
JK
50572016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5058
5059 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5060 and reordering the functions.
5061 * gdb.multi/hangout.c: Likewise.
5062 * gdb.multi/hello.c: Likewise.
5063
582a1b00
SM
50642016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5065
5066 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5067 absolute.
5068 (SingleStatisticTestResult.report): Use dict.keys instead of
5069 dict.iterkeys.
5070
79bc59cb
PA
50712016-01-06 Pedro Alves <palves@redhat.com>
5072
5073 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5074
43368e1d
MM
50752016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5076
5077 * gdb.btrace/dlopen.exp: New.
5078 * gdb.btrace/dlopen.c: New.
5079 * gdb.btrace/dlopen-dso.c: New.
5080
79fad5b8
SL
50812015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5082
5083 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5084 PATTERN argument is optional.
5085
ab8314b3
JB
50862015-12-24 Joel Brobecker <brobecker@adacore.com>
5087
5088 * lib/ada.exp (target_compile_ada_from_dir): New function.
5089 (gdb_compile_ada): Reimplement avoiding the use of project files.
5090 * gdb.ada/gnat_ada.gpr: Delete.
5091 * gdb.ada/cond_lang.exp: Adjust test to make path before
5092 filename optional.
5093 * gdb.ada/small_reg_param.exp: Likewise.
5094
fe33faff
SM
50952015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5096
5097 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5098
6d265cb4
TP
50992015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5100
5101 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5102 case.
5103
10125099
SM
51042015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5105
5106 * gdb.base/break.exp: Remove dead code.
5107 * gdb.base/sepdebug.exp: Likewise.
5108
3ca22649
SM
51092015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5110
5111 * gdb.asm/asm-source.exp: Remove HP-UX references.
5112 * gdb.base/annota1.exp: Likewise.
5113 * gdb.base/annota3.exp: Likewise.
5114 * gdb.base/attach.exp: Likewise.
5115 * gdb.base/bigcore.exp: Likewise.
5116 * gdb.base/break.exp: Likewise.
5117 * gdb.base/call-ar-st.exp: Likewise.
5118 * gdb.base/callfuncs.exp: Likewise.
5119 * gdb.base/catch-fork-static.exp: Likewise.
5120 * gdb.base/display.exp: Likewise.
5121 * gdb.base/foll-exec-mode.exp: Likewise.
5122 * gdb.base/foll-exec.exp: Likewise.
5123 * gdb.base/foll-fork.exp: Likewise.
5124 * gdb.base/foll-vfork.exp: Likewise.
5125 * gdb.base/funcargs.exp: Likewise.
5126 * gdb.base/hbreak2.exp: Likewise.
5127 * gdb.base/inferior-died.exp: Likewise.
5128 * gdb.base/interrupt.exp: Likewise.
5129 * gdb.base/multi-forks.exp: Likewise.
5130 * gdb.base/nodebug.exp: Likewise.
5131 * gdb.base/sepdebug.exp: Likewise.
5132 * gdb.base/solib1.c: Likewise.
5133 * gdb.base/step-test.exp: Likewise.
5134 * gdb.mi/non-stop.c: Likewise.
5135 * gdb.mi/pthreads.c: Likewise.
5136 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5137 * gdb.threads/pthreads.c: Likewise.
5138 * gdb.threads/staticthreads.exp: Likewise.
5139 * lib/future.exp: Likewise.
5140 * lib/gdb.exp: Likewise.
5141 * gdb.base/so-indr-cl.c: Remove.
5142 * gdb.base/so-indr-cl.exp: Likewise.
5143 * gdb.base/solib.c: Likewise.
5144 * gdb.base/solib.exp: Likewise.
5145 * gdb.base/solib2.c: Likewise.
5146
b6304613
SM
51472015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5148
5149 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5150 * gdb.base/call-ar-st.exp: Likewise.
5151 * gdb.base/callfuncs.exp: Likewise.
5152 * gdb.base/condbreak.exp: Likewise.
5153 * gdb.base/constvars.exp: Likewise.
5154 * gdb.base/hbreak2.exp: Likewise.
5155 * gdb.base/langs.exp: Likewise.
5156 * gdb.base/list.exp: Likewise.
5157 * gdb.base/long_long.exp: Likewise.
5158 * gdb.base/ptype.exp: Likewise.
5159 * gdb.base/scope.exp: Likewise.
5160 * gdb.base/signals.exp: Likewise.
5161 * gdb.base/so-impl-ld.exp: Likewise.
5162 * gdb.base/varargs.exp: Likewise.
5163 * gdb.base/volatile.exp: Likewise.
5164 * gdb.base/whatis.exp: Likewise.
5165 * gdb.cp/cplusfuncs.exp: Likewise.
5166 * gdb.cp/inherit.exp: Likewise.
5167 * gdb.cp/local.exp: Likewise.
5168 * gdb.cp/member-ptr.exp: Likewise.
5169 * gdb.cp/method.exp: Likewise.
5170 * gdb.cp/overload.exp: Likewise.
5171 * gdb.cp/templates.exp: Likewise.
5172 * gdb.stabs/weird.exp: Likewise.
5173 * lib/compiler.c: Likewise.
5174 * lib/compiler.cc: Likewise.
5175 * lib/cp-support.exp: Likewise.
5176 * lib/gdb.exp: Likewise.
5177
bf401b07
SM
51782015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5179
5180 * configure.ac: Remove HP-UX case.
5181 * configure: Regenerate.
5182
aff9c0f8
SM
51832015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5184
5185 * lib/gdb.exp (gdb_compile): Add function doc.
5186
a6904d5a
PA
51872015-12-17 Pedro Alves <palves@redhat.com>
5188
5189 PR threads/19354
5190 * gdb.multi/info-threads.exp: New file.
5191
a22279dd
YQ
51922015-12-15 Yao Qi <yao.qi@linaro.org>
5193
5194 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5195 is aarch64*-*-*.
5196
0588c796
SL
51972015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5198
5199 * gdb.base/history-duplicates.exp: Skip if no readline support.
5200
5d978e17
SL
52012015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5202
5203 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5204
7e763b86
SL
52052015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5206
5207 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5208
87a3a92c
SL
52092015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5210
5211 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5212 ctrl-C if nointerrupts target property is set.
5213 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5214 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5215 * gdb.base/paginate-bg-execution.exp: Likewise.
5216 * gdb.base/paginate-execution-startup.exp: Likewise.
5217 * gdb.base/random-signal.exp: Likewise.
5218 * gdb.base/range-stepping.exp: Likewise.
5219 * gdb.cp/annota2.exp: Likewise.
5220 * gdb.cp/annota3.exp: Likewise.
5221 * gdb.gdb/selftest.exp: Likewise.
5222 * gdb.threads/continue-pending-status.exp: Likewise.
5223 * gdb.threads/leader-exit.exp: Likewise.
5224 * gdb.threads/manythreads.exp: Likewise.
5225 * gdb.threads/pthreads.exp: Likewise.
5226 * gdb.threads/schedlock.exp: Likewise.
5227 * gdb.threads/sigthread.exp: Likewise.
5228
a8f077dc
DB
52292015-12-11 Don Breazeal <donb@codesourcery.com>
5230
5231 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5232 remote.
5233 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5234 * gdb.base/foll-exec.exp (main): Enable for target remote.
5235 * gdb.base/foll-fork.exp (main): Likewise.
5236 * gdb.base/foll-vfork.exp (main): Likewise.
5237 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5238 (proc continue_to_exit_bp_loc): Use clean_restart.
5239 * gdb.base/pie-execl.exp (main): Disable for target remote.
5240 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5241 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5242 * gdb.threads/execl.exp (main): Likewise.
5243 * gdb.threads/fork-child-threads.exp (main): Likewise.
5244 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5245 remote.
5246 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5247 remote.
5248 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5249 pid.tid style ptids, instead of just tid.
5250 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5251 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5252 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5253 ptids, instead of just tid.
5254
3b2464a8
AB
52552015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5256
5257 * gdb.base/list.exp (test_list_forward): Add end of file error
5258 test.
5259 (test_repeat_list_command): Add end of file error test.
5260 (test_list_backwards): Add beginning of file error test.
5261
a0def019
AB
52622015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5263
5264 * gdb.base/list.exp (test_list_invalid_args): New function,
5265 defined, and called.
5266
5c000dff
AB
52672015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5268
5269 * gdb.base/list.exp (test_list): Make test names unique.
5270
f1637ebe
YQ
52712015-12-11 Yao Qi <yao.qi@linaro.org>
5272
5273 * gdb.base/coremaker2.c: Remove.
5274
36d6fc0a
PA
52752015-12-10 Pedro Alves <palves@redhat.com>
5276
5277 * gdb.multi/base.exp: Remove stale "spaces" references.
5278
762f7747
PA
52792015-12-10 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.multi/base.exp: Don't use nowarnings.
5282 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5283 * gdb.multi/hangout.c: Include stdio.h.
5284 * gdb.multi/hello.c: Include stdlib.h.
5285 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5286 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5287 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5288
28d2bfb9
AB
52892015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5290
5291 * gdb.dwarf2/dw2-ranges-base.c: New file.
5292 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5293 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5294 support additional line table, and debug ranges generation.
5295 (Dwarf::ranges): New function, generate .debug_ranges.
5296 (Dwarf::lines): Support generating simple line table programs.
5297 (Dwarf::assemble): Initialise new namespace variables.
5298
5fc2beac
KB
52992015-12-09 Kevin Buettner <kevinb@redhat.com>
5300
5301 * gdb.base/async.exp (proc test_background): Add case for
5302 asynchronous execution not supported.
5303
1c35a88f
LM
53042015-12-09 Luis Machado <lgustavo@codesourcery.com>
5305
5306 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5307 format and change test names to make them unique.
5308
b593e3d9
RK
53092015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5310 Pedro Alves <pedro@redhat.com>
5311
5312 PR gdb/18702
5313 Add checking of floatformats setup on x86_64 hosts.
5314 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5315 (smallval, bigval): New labels/constants.
5316 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5317 float" after loading bigval and smallval.
5318
d72413e6
PMR
53192015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5320
5321 * gdb.ada/fun_overload_menu.exp: New testcase.
5322 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5323
ece66d65
JS
53242015-12-04 Josh Stone <jistone@redhat.com>
5325
5326 * gdb.base/catch-fork-static.exp: New.
5327
41d0efca
YQ
53282015-12-03 Yao Qi <yao.qi@linaro.org>
5329
5330 * gdb.base/sizeof.c: Don't include stdio.h and
5331 ../lib/unbuffer_output.c.
5332 (main): New variable 'size' and 'value'. Remove printf and
5333 gdb_unbuffer_output. Assign return value to size and value.
5334 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5335 at the beginning.
5336 (check_sizeof): Check the result by printing variable 'size'.
5337 (check_valueof): Check the result by printing variable 'value'.
5338
99fd02d9
YQ
53392015-12-01 Yao Qi <yao.qi@linaro.org>
5340
5341 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5342 for aarch64*-*-linux* target.
5343
f2faf941
PA
53442015-11-30 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5347
04bf20c5
PA
53482015-11-30 Pedro Alves <palves@redhat.com>
5349
5350 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5351 Handle non-stop mode vCont replies.
5352
09df4675
PA
53532015-11-30 Pedro Alves <palves@redhat.com>
5354
5355 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5356 prepare_for_testing. Start gdb with "set non-stop on" appended to
5357 GDBFLAGS. Lax expected stop output.
5358
58b584af
YQ
53592015-11-27 Yao Qi <yao.qi@linaro.org>
5360
5361 * gdb.arch/arm-neon.exp: New.
5362 * gdb.arch/arm-neon.c: New.
5363
dfcb77a8
YQ
53642015-11-27 Yao Qi <yao.qi@linaro.org>
5365
5366 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5367
88e8ec1b
YQ
53682015-11-27 Yao Qi <yao.qi@linaro.org>
5369
5370 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5371 frames-invalid annotation.
5372
bfde72c2
YQ
53732015-11-27 Yao Qi <yao.qi@linaro.org>
5374
5375 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5376
f6512a69
SM
53772015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5378
5379 * gdb.threads/names.exp: New file.
5380 * gdb.threads/names.c: New file.
5381 * README: Mention gdb,no_thread_names.
5382
46a3515b
MM
53832015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5384
5385 PR 19297
5386 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5387 support" error.
5388
62147a22
PA
53892015-11-24 Pedro Alves <palves@redhat.com>
5390
5391 PR 17539
5392 * gdb.base/display.exp: Expect displays to be sorted in ascending
5393 order. Use multi_line.
5394 * gdb.base/solib-display.exp: Likewise.
5395
2f341b6e
PA
53962015-11-24 Pedro Alves <palves@redhat.com>
5397
5398 PR 17539
25d49b86
PA
5399 * gdb.base/display.exp: Expect displays to be sorted in ascending
5400 order. Use multi_line.
5401 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5402
7e0aa6aa
PA
54032015-11-24 Pedro Alves <palves@redhat.com>
5404
5405 PR 17539
5406 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5407 threads in ascending order.
5408 * gdb.base/foll-fork.exp: Likewise.
5409 * gdb.base/foll-vfork.exp: Likewise.
5410 * gdb.base/multi-forks.exp: Likewise.
5411 * gdb.mi/mi-nonstop.exp: Likewise.
5412 * gdb.mi/mi-nsintrall.exp: Likewise.
5413 * gdb.multi/base.exp: Likewise.
5414 * gdb.multi/multi-arch.exp: Likewise.
5415 * gdb.python/py-inferior.exp: Likewise.
5416 * gdb.threads/break-while-running.exp: Likewise.
5417 * gdb.threads/execl.exp: Likewise.
5418 * gdb.threads/gcore-thread.exp: Likewise.
5419 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5420 * gdb.threads/kill.exp: Likewise.
5421 * gdb.threads/linux-dp.exp: Likewise.
5422 * gdb.threads/multiple-step-overs.exp: Likewise.
5423 * gdb.threads/next-bp-other-thread.exp: Likewise.
5424 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5425 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5426 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5427 * gdb.threads/thread-find.exp: Likewise.
5428 * gdb.threads/tls.exp: Likewise.
5429 * lib/mi-support.exp (mi_reverse_list): Delete.
5430 (mi_check_thread_states): No longer reverse list.
5431
2cc57ad8
PA
54322015-11-24 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5435 use lowercase.
5436
c93e8391
SM
54372015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5438
5439 * gdb.trace/actions.c: Include trace-common.h.
5440 (main): Add a location for a fast tracepoint.
5441 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5442 the normal tracepoints.
5443 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5444
045ccf91
SM
54452015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5446
5447 * save-trace.exp: Factor out code to these...
5448 (gdb_save_tracepoints): New.
5449 (gdb_load_tracepoints): New.
5450 (do_save_load_test): New.
5451
5506f9f6
KB
54522015-11-23 Kevin Buettner <kevinb@redhat.com>
5453
5454 * gdb.base/asmlabel.exp: New test.
5455 * gdb.base/asmlabel.c: New test case.
5456
16c3b12f
JB
54572015-11-23 Joel Brobecker <brobecker@adacore.com>
5458
5459 * gdb.base/wrong_frame_bt_full-main.c: New file.
5460 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5461 * gdb.base/wrong_frame_bt_full.exp: New file.
5462
155bfbd3
JB
54632015-11-23 Joel Brobecker <brobecker@adacore.com>
5464
5465 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5466
bb097445
JM
54672015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5468
206853a0 5469 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5470 pstate register when comparing registers values in
5471 sparc64-*-linux-gnu targets to avoid spurious differences.
5472
9c88ed8f
JM
54732015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5474
206853a0 5475 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5476
96161e25
SL
54772015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5478
5479 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5480 as type argument to gdb_compile.
5481 * gdb.base/nested-subp2.exp: Likewise.
5482 * gdb.base/nested-subp3.exp: Likewise.
5483
340c2830
DV
54842015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5485
5486 * lib/dwarf.exp (_note): Fix left shift of negative value.
5487 * gdb.trace/trace-condition.exp: Likewise.
5488
c1862d0f
YQ
54892015-11-13 Yao Qi <yao.qi@linaro.org>
5490
5491 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5492 comments about d10v.
5493 (test_scalar_returns): Likewise.
5494 * gdb.base/d10v.ld: Remove.
5495 * gdb.base/overlays.exp: Remove the target triplet checking for
5496 d10v-*-*.
5497 * gdb.base/structs.exp (test_struct_returns): Remove the
5498 comments about d10v.
5499 (test_struct_calls): Likewise.
5500
77ae9c19
YQ
55012015-11-13 Yao Qi <yao.qi@linaro.org>
5502
5503 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5504 * gdb.base/gnu_vector.c: Don't include stdio.h.
5505 (main): Don't print res and call add_some_intvecs.
5506
430e004e
MK
55072015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5508
5509 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5510 macro.
5511 (func5): Removed.
5512 (func4): Use FAST_TRACEPOINT_LABEL.
5513 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5514 macro.
5515 (func): Removed.
5516 (thread_function): Use FAST_TRACEPOINT_LABEL.
5517 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5518 (func): Remove.
5519 (marker): Use FAST_TRACEPOINT_LABEL.
5520 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5521 (pendfunc1): Remove.
5522 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5523 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5524 (foo): Remove.
5525 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5526 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5527 macro.
5528 (func): Remove.
5529 (marker): Use FAST_TRACEPOINT_LABEL.
5530 * gdb.trace/trace-common.h: New header.
5531 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5532 macro.
5533 (func): Remove.
5534 (marker): Use FAST_TRACEPOINT_LABEL.
5535 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5536 (func): Remove.
5537 (thread_function): Use FAST_TRACEPOINT_LABEL.
5538
6e7675a7
MK
55392015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5540
5541 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5542 in front.
5543 * gdb.trace/change-loc.exp: Use global pcreg definition.
5544 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5545 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5546 in front.
5547 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5548 * gdb.trace/pending.exp: Likewise.
5549 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5550 * gdb.trace/trace-break.exp: Likewise.
5551 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5552 in front.
5553 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5554 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5555 in front.
5556 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5557
dddc0e16
JB
55582015-11-09 Joel Brobecker <brobecker@adacore.com>
5559
5560 * gdb.ada/fin_fun_out: New testcase.
5561
c6f0b406
KB
55622015-11-07 Kevin Buettner <kevinb@redhat.com>
5563
5564 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5565 value associated with DW_AT_byte_size.
5566 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5567 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5568 DW_AT_upper_bound.
5569
f01dcfd9
KB
55702015-11-07 Kevin Buettner <kevinb@redhat.com>
5571
5572 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5573 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5574 version.
5575 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5576 gdb.dwarf2/dw2-canonicalize-type.exp,
5577 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5578 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5579 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5580 provided by gdb_target_symbol_prefix_flags_asm.
5581 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5582 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5583 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5584 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5585 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5586 macros where needed). Use this macro for symbols which require
5587 the prefix provided by SYMBOL_PREFIX.
5588
2223449a
KB
55892015-11-05 Kevin Buettner <kevinb@redhat.com>
5590
5591 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5592 New procs.
5593 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5594 representing expressions, of more than one list element.
5595 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5596 to prepend linker symbol prefix to f.
5597 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5598 table_1 and table_2.
5599 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5600 Likewise, for f and g.
5601 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5602 for ptr.
5603 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5604 for main.
5605 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5606 table_1_ptr and table_2_ptr.
5607
6f2f1a3a
JK
56082015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5609 Joel Brobecker <brobecker@adacore.com>
5610
5611 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5612
566c56c9
MK
56132015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5614
5615 * gdb.reverse/s390-mvcle.c: New test.
5616 * gdb.reverse/s390-mvcle.exp: New file.
5617 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5618
d5f0636b
MK
56192015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5620
5621 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5622
7ad8b86c
MK
56232015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5624
5625 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5626 reaching marker2.
5627 * gdb.reverse/getresuid-reverse.exp: Likewise.
5628 * gdb.reverse/pipe-reverse.exp: Likewise.
5629 * gdb.reverse/readv-reverse.exp: Likewise.
5630 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5631 * gdb.reverse/time-reverse.exp: Likewise.
5632 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5633
4081c0f1
YQ
56342015-10-30 Yao Qi <yao.qi@linaro.org>
5635
5636 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5637 (empty_cycle): Remove.
5638 (main): Don't call empty_cycle. Don't use watch_count_done.
5639 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5640 empty_cycle. Rewrite the code counting HW watchpoints.
5641
452b4ba5
MK
56422015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5643
5644 * gdb.reverse/fstatat-reverse.c: New test.
5645 * gdb.reverse/fstatat-reverse.exp: New file.
5646 * gdb.reverse/getresuid-reverse.c: New test.
5647 * gdb.reverse/getresuid-reverse.exp: New file.
5648 * gdb.reverse/pipe-reverse.c: New test.
5649 * gdb.reverse/pipe-reverse.exp: New file.
5650 * gdb.reverse/readv-reverse.c: New test.
5651 * gdb.reverse/readv-reverse.exp: New file.
5652 * gdb.reverse/recvmsg-reverse.c: New test.
5653 * gdb.reverse/recvmsg-reverse.exp: New file.
5654 * gdb.reverse/time-reverse.c: New test.
5655 * gdb.reverse/time-reverse.exp: New file.
5656 * gdb.reverse/waitpid-reverse.c: New test.
5657 * gdb.reverse/waitpid-reverse.exp: New file.
5658
5e2e7507
JK
56592015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5660
5661 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5662
0fde2c53
DE
56632015-10-26 Doug Evans <dje@google.com>
5664
5665 PR symtab/17391
5666 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5667 * gdb.dwarf2/bad-regnum.c: New file.
5668 * gdb.dwarf2/bad-regnum.exp: New file.
5669
1a70ae97
DE
56702015-10-26 Doug Evans <dje@google.com>
5671
5672 PR python/18938
5673 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5674 file.
5675
27dc26ab
JK
56762015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5677
5678 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5679 for a change by "Mention language in compile error message".
5680
bed91f4d
SM
56812015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5682
5683 PR python/18073
5684 * gdb.python/py-type.c (C::a_method): New.
5685 (C::a_const_method): New.
5686 (C::a_static_method): New.
5687 (a_function): New.
5688 * gdb.python/py-type.exp (test_fields): Test getting fields
5689 from function and method.
5690
3f2f83dd
KB
56912015-10-21 Keven Boell <keven.boell@intel.com>
5692
5693 * gdb.fortran/vla-alloc-assoc.exp: New file.
5694 * gdb.fortran/vla-datatypes.exp: New file.
5695 * gdb.fortran/vla-datatypes.f90: New file.
5696 * gdb.fortran/vla-history.exp: New file.
5697 * gdb.fortran/vla-ptype-sub.exp: New file.
5698 * gdb.fortran/vla-ptype.exp: New file.
5699 * gdb.fortran/vla-sizeof.exp: New file.
5700 * gdb.fortran/vla-sub.f90: New file.
5701 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5702 * gdb.fortran/vla-value-sub-finish.exp: New file.
5703 * gdb.fortran/vla-value-sub.exp: New file.
5704 * gdb.fortran/vla-value.exp: New file.
5705 * gdb.fortran/vla-ptr-info.exp: New file.
5706 * gdb.mi/mi-vla-fortran.exp: New file.
5707 * gdb.mi/vla.f90: New file.
5708
27145d50
SL
57092015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5710
5711 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5712 of hardwired timeout value.
5713
5f3ff4f8
JK
57142015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5715 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5718 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5719
bfd09d20
JS
57202015-10-19 Josh Stone <jistone@redhat.com>
5721
5722 * gdb.base/catch-syscall.c: Include <sched.h>.
5723 (unknown_syscall): New variable.
5724 (main): Trigger a vfork and an unknown syscall.
5725 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5726 (unknown_syscall_number): Likewise.
5727 (check_call_to_syscall): Accept an optional syscall pattern.
5728 (check_return_from_syscall): Likewise.
5729 (check_continue): Likewise.
5730 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5731 (test_catch_syscall_skipping_return): New test toggling off 'catch
5732 syscall' to step over the syscall return, then toggling back on.
5733 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5734 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5735 (do_syscall_tests): Call test_catch_syscall_without_args and
5736 test_catch_syscall_mid_vfork.
5737 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5738 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5739
b32b93c6
AS
57402015-10-19 Andrew Stubbs <ams@codesourcery.com>
5741
5742 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5743 print g_vE): Add new pass patterns.
5744 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5745 print various symbol names for vptr fields.
5746
9d622bda
AB
57472015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5748
5749 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5750 results.
5751
0fd8ac1c
YQ
57522015-10-12 Yao Qi <yao.qi@linaro.org>
5753
5754 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5755
34240514
YQ
57562015-10-12 Yao Qi <yao.qi@linaro.org>
5757
5758 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5759 is aarch64*-*-linux*.
5760
8240f442
YQ
57612015-10-12 Yao Qi <yao.qi@linaro.org>
5762
5763 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5764 (can_relocate_bcond_true): ... it.
5765 (can_relocate_bcond_false): New function.
5766 (foo): Likewise.
5767 (can_relocate_bl): Likewise.
5768 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5769 can_relocate_bl.
5770
2520f728
PMR
57712015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5772
5773 * gdb.base/nested-addr.c: New file.
5774 * gdb.base/nested-addr.exp: New testcase.
5775
abcef95a
MM
57762015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5777
5778 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5779 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5780 its output. Ignore the output of "record goto begin" and instead
5781 check that GDB is replaying.
5782
145e3ddb
PA
57832015-10-09 Pedro Alves <palves@redhat.com>
5784
5785 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5786 (top level): Use it in the run with no args test.
5787
d5d8c4e1
IB
57882015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5789
5790 * gdb.dlang/properties.exp: New file.
5791
06e635ef
SL
57922015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5793
5794 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5795 whether or not address 0x1000 is mapped on the target.
5796
e019fd1d
SM
57972015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5798
5799 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5800 build.
5801
77ba2a67
MM
58022015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5803
5804 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5805 instruction-history test.
5806
c60eb31f
DE
58072015-09-28 Doug Evans <dje@google.com>
5808
5809 * gdb.base/gcore.c (array_func): Add reference to static_array.
5810
9a3c8263
SM
58112015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5812
5813 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5814 source line.
5815
9720e656
SL
58162015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5817
5818 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5819 short or char as base type.
5820
938d3bf2
SL
58212015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5822
5823 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5824 to allow any size enum.
5825
e6c2c623
PMR
58262015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5827
5828 * gdb.ada/array_ptr_renaming.exp: New testcase.
5829 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5830 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5831
06da0f77
PL
58322015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5833
5834 * gdb.trace/ftrace-lock.c: New file.
5835 * gdb.trace/ftrace-lock.exp: New file.
5836
4f51c22a
PL
58372015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5838
5839 * gdb.arch/insn-reloc.c: New file.
5840 * gdb.arch/ftrace-insn-reloc.exp: New file.
5841
7041adf4
PL
58422015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5843
5844 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5845 instruction.
5846 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5847 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5848 * gdb.trace/range-stepping.c: Likewise.
5849 * gdb.trace/trace-break.c: Likewise.
5850 * gdb.trace/trace-mt.c (thread_function): Likewise.
5851 * gdb.trace/ftrace.c (marker): Likewise.
5852 * gdb.trace/trace-condition.c (marker): Likewise.
5853 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5854 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5855 is_aarch64_target.
5856
015d2e7e
DE
58572015-09-18 Doug Evans <xdje42@gmail.com>
5858
5859 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5860 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5861
26b188a2
SL
58622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5863
5864 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5865 the breakpoint.
5866
79dc332b
SL
58672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5868
5869 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5870 the pending breakpoint. Remove timeout override for "Run till
5871 MI pending breakpoint on pendfunc3 on thread 2" test.
5872
f57929f2
SL
58732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5874
5875 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5876 filename pattern.
5877
3f469b17
SL
58782015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5879
5880 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5881 in breakpoint filename pattern.
5882
515b89b3
SL
58832015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5884
7800dbe4
SL
5885 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5886
58872015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5888
515b89b3
SL
5889 * gdb.linespec/explicit.exp: Check for readline support for
5890 tab-completion tests. Fix obvious typo.
5891
d2939ba2
MM
58922015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5893
5894 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5895 and replay.
5896
cbb55fa7
MM
58972015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5898
5899 * gdb.btrace/non-stop.c: New.
5900 * gdb.btrace/non-stop.exp: New.
5901
43691ca1
PL
59022015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5903 Yao Qi <yao.qi@linaro.org>
5904
5905 * gdb.trace/trace-condition.c: New file.
5906 * gdb.trace/trace-condition.exp: New file.
5907
d78908cf
WW
59082015-09-16 Wei-cheng Wang <cole945@gmail.com>
5909
5910 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5911 for testing bytecode compilation.
5912
1ed415e2
PA
59132015-09-16 Pedro Alves <palves@redhat.com>
5914 Sandra Loosemore <sandra@codesourcery.com>
5915
5916 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5917 (SECONDS): Redefine.
5918 (main): Call pthread_kill and alarm early.
5919 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5920 support.
5921 (test): If the target can't hardware step and doesn't support
5922 displaced stepping, increase the timeout.
5923
d136eff5
PA
59242015-09-16 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5927 (enable_debug): New procedures.
5928 (test): Use them. Bail out if waiting for threads fails.
5929 (top level): Bail out if a test fails.
5930
991f019c
YQ
59312015-09-16 Yao Qi <yao.qi@linaro.org>
5932
5933 * gdb.asm/asm-source.exp: Set asm-arch for
5934 aarch64*-*-* target.
5935 * gdb.asm/aarch64.inc: New file.
5936
bfca584f
PMR
59372015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5938
5939 * gdb.ada/array_of_variable_length.exp: New testcase.
5940 * gdb.ada/array_of_variable_length/foo.adb: New file.
5941 * gdb.ada/array_of_variable_length/pck.adb: New file.
5942 * gdb.ada/array_of_variable_length/pck.ads: New file.
5943
b326e587
DE
59442015-09-15 Doug Evans <dje@google.com>
5945
5946 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5947 of function static local variable.
5948
5382cfab
PW
59492015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5950
5951 * gdb.threads/tls-so_extern.exp: New test file.
5952 * gdb.threads/tls-so_extern.c: New test file.
5953 * gdb.threads/tls-so_extern_main.c: New test file.
5954
141c5cc4
JK
59552015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5956
5957 * gdb.opt/solib-intra-step-lib.c: New file.
5958 * gdb.opt/solib-intra-step-main.c: New file.
5959 * gdb.opt/solib-intra-step.exp: New file.
5960
d15dcecd
PA
59612015-09-15 Pedro Alves <palves@redhat.com>
5962
5963 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5964 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5965
4c2f2a79
PA
59662015-09-14 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.base/hook-stop-continue.c: Delete.
5969 * gdb.base/hook-stop-continue.exp: Delete.
5970 * gdb.base/hook-stop-frame.c: Delete.
5971 * gdb.base/hook-stop-frame.exp: Delete.
5972 * gdb.base/hook-stop.c: New file.
5973 * gdb.base/hook-stop.exp: New file.
5974
919e6dbe
PMR
59752015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5976
5977 * gdb.ada/access_to_packed_array.exp: New testcase.
5978 * gdb.ada/access_to_packed_array/foo.adb: New file.
5979 * gdb.ada/access_to_packed_array/pack.adb: New file.
5980 * gdb.ada/access_to_packed_array/pack.ads: New file.
5981
157280a4
MM
59822015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5983
5984 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5985 buffer size test.
5986
2fd33e94
DB
59872015-09-11 Don Breazeal <donb@codesourcery.com>
5988
5989 * gdb.base/foll-exec.c: Add copyright header. Fix
5990 formatting issues.
5991 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5992 (do_exec_tests): Use clean_restart in place of zap_session,
5993 and for test initialization. Fix formatting issues. Use
5994 fail in place of perror.
5995 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5996 an expect statement to match an expression with output from
5997 the program under debug.
5998 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5999 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6000 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6001 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6002 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6003
e70b6e8e
DE
60042015-09-09 Doug Evans <dje@google.com>
6005
6006 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6007
7a551a51
DE
60082015-09-09 Doug Evans <dje@google.com>
6009
6010 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6011
4c666f84
DE
60122015-09-09 Doug Evans <dje@google.com>
6013
6014 * gdb.base/savedregs.exp: Fix typo.
6015
243a9253
PA
60162015-09-09 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6019
c0fa8fbd
SL
60202015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6021
6022 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6023 command actually switches threads. Give up on remaining
6024 tests if target fails to stop at breakpoint.
6025
cd7c1778
PMR
60262015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6027
6028 * gdb.ada/funcall_char.exp: New testcase.
6029 * gdb.ada/funcall_char/foo.adb: New file.
6030
dc5c8746
PMR
60312015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6032
6033 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6034 expected outputs. Add two testcases for completing ambiguous
6035 functions.
6036 * gdb.ada/complete/aux_pck.adb: New file.
6037 * gdb.ada/complete/aux_pck.ads: New file.
6038 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6039 Ambiguous_Func functions.
6040 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6041 * gdb.ada/complete/pck.adb: Likewise.
6042
4e83a1e7
UW
60432015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6044
6045 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6046 failures to run the test program under GDB.
6047
8ce74153
LM
60482015-08-26 Luis Machado <lgustavo@codesourcery.com>
6049
6050 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6051 to C.
6052
e9756d52
PP
60532015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6054
6055 * gdb.base/run-after-attach.exp: New test file.
6056 * gdb.base/run-after-attach.c: New test file.
6057
8d37573b
DB
60582015-08-26 Don Breazeal <donb@codesourcery.com>
6059
6060 * gdb.base/foll-exec-2.c: New test program.
6061 * gdb.base/foll-exec-2.exp: New test.
6062
63e43d3a
PMR
60632015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6064
6065 * gdb.base/nested-subp1.exp: New file.
6066 * gdb.base/nested-subp1.c: New file.
6067 * gdb.base/nested-subp2.exp: New file.
6068 * gdb.base/nested-subp2.c: New file.
6069 * gdb.base/nested-subp3.exp: New file.
6070 * gdb.base/nested-subp3.c: New file.
6071
3d40fbb5
PA
60722015-08-24 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.server/connect-without-multi-process.c: New file.
6075 * gdb.server/connect-without-multi-process.exp: New file.
6076
4422ac93
LM
60772015-08-24 Luis Machado <lgustavo@codesourcery.com>
6078
6079 * gdb.opt/inline-markers.c: Make z int.
6080
91dddb86
LM
60812015-08-24 Luis Machado <lgustavo@codesourcery.com>
6082
6083 * gdb.opt/inline-markers.c: Make z volatile.
6084
a48847ee
LM
60852015-08-24 Luis Machado <lgustavo@codesourcery.com>
6086
6087 * gdb.opt/inline-bt.c: New volatile global z.
6088 * gdb.opt/inline-cmds.c: Likewise.
6089 * gdb.opt/inline-locals.c: Likewise.
6090 * gdb.opt/inline-markers.c: New extern global z.
6091 (marker): Use z.
6092 (inline_fn): Likewise.
6093
0ebbc52b
PA
60942015-08-24 Pedro Alves <palves@redhat.com>
6095
6096 * config/m32r-stub.exp: Remove file.
6097 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6098 * gdb.base/call-rt-st.exp: Likewise.
6099 * gdb.base/call-strs.exp: Likewise.
6100 * gdb.base/default.exp: Remove references to h8300-*-hms and
6101 *-*-udi*.
6102 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6103
77c365df
AA
61042015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6105
6106 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6107 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6108 and "return" use KFAIL when GDB can not read/write the vector
6109 return value.
6110
4313b8c0
GB
61112015-08-21 Gary Benson <gbenson@redhat.com>
6112
6113 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6114
0e433b32
PA
61152015-08-20 Pedro Alves <palves@redhat.com>
6116
6117 * gdb.server/solib-list.exp: No longer expect an interior stop in
6118 non-stop mode.
6119
221e1a37
PA
61202015-08-20 Pedro Alves <palves@redhat.com>
6121
6122 * gdb.server/connect-stopped-target.c: New file.
6123 * gdb.server/connect-stopped-target.exp: New file.
6124
40e3ad0e
PA
61252015-08-20 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.dwarf2/comp-unit-lang.exp: New file.
6128 * gdb.dwarf2/comp-unit-lang.c: New file.
6129
af39b327
PMR
61302015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6131
6132 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6133 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6134
7d45c7c3 61352015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 6136
7d45c7c3
KB
6137 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6138 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6139
4d6cceb4
DE
61402015-08-18 Doug Evans <dje@google.com>
6141 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6142
6143 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6144 skip_python_tests. New arg prompt_regexp.
6145 (skip_python_tests): New function.
6146 * lib/mi-support.exp (mi_skip_python_tests): New function.
6147 * gdb.python/py-mi-objfile-gdb.py: New file.
6148 * gdb.python/py-mi-objfile.c: New file.
6149 * gdb.python/py-mi-objfile.exp: New file.
6150
ad89c2aa
KS
61512015-08-17 Keith Seitz <keiths@redhat.com>
6152
6153 * gdb.linespec/explicit.exp: Move strace test from here ...
6154 * gdb.trace/strace.exp: ... to here.
6155
e3ae3c43
PP
61562015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6157
6158 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6159 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6160
604b2636
DE
61612015-08-14 Doug Evans <xdje42@gmail.com>
6162
6163 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6164 inferior before selecting a new file.
6165
6ff0ba5f
DE
61662015-08-14 Doug Evans <xdje42@gmail.com>
6167
6168 * gdb.mi/mi-disassemble.exp: Update.
6169 * gdb.base/disasm-optim.S: New file.
6170 * gdb.base/disasm-optim.c: New file.
6171 * gdb.base/disasm-optim.h: New file.
6172 * gdb.base/disasm-optim.exp: New file.
6173
9ca98f92
KS
61742015-08-14 Keith Seitz <keiths@redhat.com>
6175
6176 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6177 "evaluated-by".
6178
52bbc560
JB
61792015-08-13 Joel Brobecker <brobecker@adacore.com>
6180
6181 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6182
5d8c3ed3
PMR
61832015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6184
6185 * gdb.ada/fun_renaming.exp: New testcase.
6186 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6187 * gdb.ada/fun_renaming/pack.adb: New file.
6188 * gdb.ada/fun_renaming/pack.ads: New file.
6189
ea8812bc
KS
61902015-08-12 Keith Seitz <keiths@redhat.com>
6191
6192 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6193 gdb_get_line_number.
6194
4dafcdeb
JB
61952015-08-12 Joel Brobecker <brobecker@adacore.com>
6196
6197 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6198 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6199 gdb.base/dso2dso.exp: New files.
6200
5ba32597
SDJ
62012015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6202 Pedro Alves <palves@redhat.com>
6203 Keith Seitz <keiths@redhat.com>
6204
6205 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6206 GDBFLAGS.
6207
b6dafabf
PP
62082015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6209
6210 * gdb.base/gdbhistsize-history.exp
6211 (test_histsize_history_setting): Use save_vars.
6212 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6213 Use save_vars.
6214 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6215 * gdb.base/readline.exp: Use save_vars.
6216
abe8e607
PP
62172015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6218
6219 * lib/gdb.exp (save_vars): New proc.
6220
629500fa
KS
62212015-08-11 Keith Seitz <keiths@redhat.com>
6222
6223 * gdb.base/help.exp: Update help_breakpoint_text.
6224
eb8c4e2e
KS
62252015-08-11 Keith Seitz <keiths@redhat.com>
6226
6227 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6228 (at toplevel): Call test_explicit_breakpoints.
6229 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6230 breakpoints.
6231 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6232 breakpoint conditions, "-cond".
6233
87f0e720
KS
62342015-08-11 Keith Seitz <keiths@redhat.com>
6235
6236 * gdb.linespec/3explicit.c: New file.
6237 * gdb.linespec/cpexplicit.cc: New file.
6238 * gdb.linespec/cpexplicit.exp: New file.
6239 * gdb.linespec/explicit.c: New file.
6240 * gdb.linespec/explicit.exp: New file.
6241 * gdb.linespec/explicit2.c: New file.
6242 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6243 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6244 before using in the matching pattern.
6245 Clarify that `prefix' is a regular expression.
6246
f00aae0f
KS
62472015-08-11 Keith Seitz <keiths@redhat.com>
6248
6249 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6250 test.
6251 Add tests for missing ",FMT" and ",".
6252
e27852be
DE
62532015-08-10 Doug Evans <dje@google.com>
6254 Keith Seitz <keiths@redhat.com>
6255
6256 PR gdb/17960
6257 * gdb.base/completion.exp: Add location completer tests.
6258
7f03bd92
PA
62592015-08-07 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6262 tests here.
6263 (top level): Run do_test with and without displaced stepping.
6264
3fc8eb30
PA
62652015-08-07 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.base/valgrind-disp-step.c: New file.
6268 * gdb.base/valgrind-disp-step.exp: New file.
6269
d4569d7b
PA
62702015-08-07 Pedro Alves <palves@redhat.com>
6271
6272 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6273 Delete function.
6274 (main): Add alarm. Run an infinite loop instead of calling
6275 wait_threads.
6276 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6277 comment.
6278 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6279 Delete function.
6280 (main): Add alarm. Run an infinite loop instead of calling
6281 wait_threads.
6282 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6283 comment.
6284
e1316e60
PA
62852015-08-07 Pedro Alves <palves@redhat.com>
6286
6287 * gdb.base/checkpoint-ns.exp: New file.
6288 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6289 standard_testfile.
6290
da8c46d2
MM
62912015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6292
6293 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6294 * gdb.btrace/instruction_history.exp: Update.
6295 * gdb.btrace/tsx.exp: New.
6296 * gdb.btrace/tsx.c: New.
6297
de1c2c52
PA
62982015-08-06 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6301 increase timeout.
6302 * gdb.reverse/until-precsave.exp: Bump timeouts.
6303
782e0bf4
PA
63042015-08-06 Pedro Alves <palves@redhat.com>
6305
6306 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6307
83e97ed0
PA
63082015-08-06 Pedro Alves <palves@redhat.com>
6309
6310 PR gdb/18749
6311 * gdb.threads/process-dies-while-handling-bp.c: New file.
6312 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6313
863d01bd
PA
63142015-08-06 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6317 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6318
0a39bb32
PA
63192015-08-05 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6322 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6323
ee2d2b10
SL
63242015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6325
6326 * gdb.base/bp-permanent.exp: Report test as unsupported if
6327 the target cannot stop at the permanent breakpoint.
6328
4e1bdb00
DE
63292015-08-03 Doug Evans <dje@google.com>
6330
6331 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6332 10000.
6333
3d338901
DE
63342015-08-03 Doug Evans <dje@google.com>
6335
6336 * Makefile.in (workers/%.worker, build-perf): New rule.
6337 (GDB_PERFTEST_MODE): New variable.
6338 (check-perf): Use it.
6339 (clean): Clean up gdb.perf parallel build subdirs.
6340 * lib/build-piece.exp: New file.
6341 * lib/gdb.exp (make_gdb_parallel_path): New function
6342 (standard_output_file, standard_temp_file): Call it.
6343 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6344 of $GDB_PARALLEL.
6345 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6346
af061d3e
DE
63472015-08-03 Doug Evans <dje@google.com>
6348
8e1afc81 6349 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6350 (LOG_FILE_NAME): New global.
6351 (TextReporter.__init__): Initialize self.txt_sum.
6352 (TextReporter.report): Add support for multiple data-points.
6353 Move report to perftest.sum, put raw data in perftest.log.
6354 (TextReporter.start): Open sum and log files.
6355 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6356 * gdb.perf/lib/perftest/testresult.py
6357 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6358
2c8c5d37
PA
63592015-07-31 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6362 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6363 kill_wait_spawned_process instead of explicit "kill -9".
6364 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6365 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6366 kill_wait_spawned_process.
6367 * gdb.base/attach-twice.exp: Likewise.
6368 * gdb.base/attach.exp: Likewise.
6369 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6370 gdb_test_multiple.
6371 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6372 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6373 kill_wait_spawned_process.
6374 * gdb.base/valgrind-infcall.exp: Likewise.
6375 * gdb.multi/multi-attach.exp: Likewise.
6376 * gdb.python/py-prompt.exp: Likewise.
6377 * gdb.python/py-sync-interp.exp: Likewise.
6378 * gdb.server/ext-attach.exp: Likewise.
6379 * gdb.threads/attach-into-signal.exp (corefunc): Use
6380 spawn_wait_for_attach, spawn_id_get_pid and
6381 kill_wait_spawned_process.
6382 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6383 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6384 spawn_id_get_pid and kill_wait_spawned_process.
6385 * gdb.threads/attach-stopped.exp (corefunc): Use
6386 spawn_wait_for_attach, spawn_id_get_pid and
6387 kill_wait_spawned_process.
6388 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6389 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6390 kill_wait_spawned_process instead of explicit "kill -9".
6391 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6392 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6393 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6394 processes. Don't map cygwin/windows pids here. Now returns a
6395 spawn id list.
6396
032a0fca
SL
63972015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6398
6399 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6400 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6401 correct patch.
6402
61a934ca
SL
64032015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6404
6405 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6406
4bc4d428
SL
64072015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6408
6409 Reapply:
6410 2014-05-21 Mark Wielaard <mjw@redhat.com>
6411
6412 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6413
998d452a
PA
64142015-07-30 Pedro Alves <palves@redhat.com>
6415
6416 * linux-low.c (handle_extended_wait): Set the child's last
6417 reported status to TARGET_WAITKIND_STOPPED.
6418
69dde7dc
PA
64192015-07-30 Pedro Alves <palves@redhat.com>
6420
6421 PR threads/18600
6422 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6423 only shows inferior 1.
6424
4dd63d48
PA
64252015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6426 Pedro Alves <palves@redhat.com>
6427
6428 PR threads/18600
6429 * gdb.threads/fork-plus-threads.c: New file.
6430 * gdb.threads/fork-plus-threads.exp: New file.
6431
d618e4c5
PP
64322015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6433
6434 * gdb.base/batch-preserve-term-settings.exp
6435 (test_terminal_settings_preserved_after_cli_exit): Use
6436 send_quit_command.
6437
1eef6428
PA
64382015-07-29 Pedro Alves <palves@redhat.com>
6439 Don Breazeal <donb@codesourcery.com>
6440
6441 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6442 output from both inferior_spawn_id and gdb_spawn_id.
6443
7da5b897
SDJ
64442015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6445
6446 * gdb.threads/attach-into-signal.exp (corefunc): Use
6447 with_test_prefix on nested loops, uniquefying the test messages.
6448
dac804df
SDJ
64492015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6450
6451 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6452 commit.
6453
06265e53
PP
64542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6455
6456 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6457 New proc.
6458 (test_terminal_settings_preserved_after_sigterm): New test.
6459
18206ca3
PP
64602015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6461
6462 * gdb.base/batch-preserve-term-settings.exp
6463 (test_terminal_settings_preserved_after_cli_exit): New test.
6464
90074d11
PP
64652015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6466
6467 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6468 manipulation of saved_gdbflags.
6469 (test_terminal_settings_preserved): Remove global declaration of
6470 the unused variable pagination_prompt. Remove manipulation of
6471 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6472 GDBFLAGS.
6473
eb1a7902
PA
64742015-07-29 Pedro Alves <palves@redhat.com>
6475
6476 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6477
8b75dd3b
PA
64782015-07-29 Pedro Alves <palves@redhat.com>
6479
6480 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6481 at the top.
6482
dedad4e3
PA
64832015-07-29 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6486 (main): Call gdb_unbuffer_output.
6487 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6488 (main): Call gdb_unbuffer_output.
6489 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6490 (main): Call gdb_unbuffer_output.
6491 * gdb.base/call-strs.exp: Adjust to step over the
6492 gdb_unbuffer_output call.
6493 * gdb.base/catch-gdb-caused-signals.c: Include
6494 "../lib/unbuffer_output.c".
6495 (main): Call gdb_unbuffer_output.
6496 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6497 (main): Call gdb_unbuffer_output.
6498 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6499 (main): Call gdb_unbuffer_output.
6500 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6501 (main): Call gdb_unbuffer_output.
6502 * gdb.base/shlib-call.exp: Adjust to step over the
6503 gdb_unbuffer_output call.
6504 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6505 (main): Call gdb_unbuffer_output.
6506 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6507 (main): Call gdb_unbuffer_output.
6508 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6509 (main): Rename to ...
6510 (test): ... this.
6511 (main): Reimplement.
6512 * gdb.base/varargs.exp: Run to test instead of to main.
6513 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6514 (main): Call gdb_unbuffer_output.
6515
58789a91
PA
65162015-07-29 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6519 factore out from mi_continue_dprintf. For call-style dprintfs,
6520 expect dprintf output out of $inferior_spawn_id.
6521 (mi_continue_dprintf): Use mi_expect_dprintf.
6522 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6523 (main): Call gdb_unbuffer_output.
6524
e8376742
PA
65252015-07-29 Pedro Alves <palves@redhat.com>
6526
6527 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6528 (default_mi_gdb_start): Set inferior_spawn_id instead of
6529 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6530 gdb_spawn_id.
6531 (mi_gdb_test): Always expect inferior output from both
6532 $inferior_spawn_id and $gdb_spawn_id.
6533
08280010
PA
65342015-07-29 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6537 send_inferior and $inferior_spawn_id.
6538
4d30e432
PA
65392015-07-29 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.gdb/complaints.exp (test_initial_complaints)
6542 (test_serial_complaints, test_short_complaints): Use
6543 gdb_test_stdio.
6544 (test_empty_complaint): Handle $inferior_spawn_id !=
6545 $gdb_spawn_id.
6546
0d30a335
PA
65472015-07-29 Pedro Alves <palves@redhat.com>
6548
6549 * gdb.base/varargs.exp: Use gdb_test_stdio.
6550
39413b29
PA
65512015-07-29 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6554
7cb000a9
PA
65552015-07-29 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6558
d7b8ac82
PA
65592015-07-29 Pedro Alves <palves@redhat.com>
6560
6561 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6562 parameter into two new parameters, "inf_result" and "gdb_result".
6563 Expect inferior output and gdb output from $inferior_spawn_id and
6564 $gdb_spawn_id, respectively. Adjust all callers.
6565
789c3a0c
PA
65662015-07-29 Pedro Alves <palves@redhat.com>
6567
6568 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6569 of gdb_test_sequence.
6570
77e760c3
PA
65712015-07-29 Pedro Alves <palves@redhat.com>
6572
6573 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6574 (saw_spurious_output): Expect inferior output from
6575 $inferior_spawn_id. Use gdb_test_stdio.
6576
8396d2cd
PA
65772015-07-29 Pedro Alves <palves@redhat.com>
6578
6579 * gdb.base/dprintf.exp: Use standard_testfile. Change
6580 prepare_for_testing call.
6581 (srcfile): Don't set.
6582 (restart): New procedure.
6583 (test_dprintf): New procecure, use to continue over dprintfs.
6584 (test_call, test_agent): New procedures, tests moved here.
6585 Restart gdb and recreate dprintfs. Adjust expected output.
6586
2051d61f
PA
65872015-07-29 Pedro Alves <palves@redhat.com>
6588
6589 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6590
452397af
PA
65912015-07-29 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6594
8aed9555
PA
65952015-07-29 Pedro Alves <palves@redhat.com>
6596
6597 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6598 gdb_test_stdio.
6599
188a61b4
PA
66002015-07-29 Pedro Alves <palves@redhat.com>
6601
6602 * lib/gdb.exp (gdb_test_stdio): New procedure.
6603
12264a45
PA
66042015-07-29 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6607
23ffc893
PA
66082015-07-29 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/call-signal-resume.exp: Remove check for
6611 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6612 * gdb.base/unwindonsignal.exp: Likewise.
6613 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6614 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6615
65566918
PA
66162015-07-29 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.base/siginfo-addr.c (pass): New function.
6619 (handler): Call it iff si_addr is correct.
6620 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6621 Set a breakpoint at "pass" and continue to it.
6622
d60a9221
SDJ
66232015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6624
6625 * gdb.python/py-objfile.exp: Make some tests have unique names.
6626 * gdb.python/py-pp-registration.exp: Likewise.
6627
bde40b8f
PA
66282015-07-28 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6631
13e1dec8
SM
66322015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6633
6634 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6635
da33c9a7
SM
66362015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6637
6638 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6639
077836f7
PP
66402015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6641
6642 * gdb.base/gdb-sigterm-2.exp: New test.
6643
b8cc7b2e
DE
66442015-07-25 Doug Evans <xdje42@gmail.com>
6645
6646 Revert:
6647 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6648 (workers/%.worker, build-perf): New rule.
6649 (GDB_PERFTEST_MODE): New variable.
6650 (check-perf): Use it.
6651 (clean): Clean up gdb.perf parallel build subdirs.
6652 * lib/build-piece.exp: New file.
6653 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6654 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6655 name.
6656 (standard_temp_file): Ditto.
6657 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6658 of $GDB_PARALLEL.
6659
c8bd4544
DE
66602015-07-24 Doug Evans <dje@google.com>
6661
6662 * gdb.perf/lib/perftest/utils.py: New file.
6663 * gdb.perf/gm-hello.cc: New file.
6664 * gdb.perf/gm-pervasive-typedef.cc: New file.
6665 * gdb.perf/gm-pervasive-typedef.h: New file.
6666 * gdb.perf/gm-std.cc: New file.
6667 * gdb.perf/gm-std.h: New file.
6668 * gdb.perf/gm-use-cerr.cc: New file.
6669 * gdb.perf/gm-utils.h: New file.
6670 * gdb.perf/gmonster-null-lookup.py: New file.
6671 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6672 * gdb.perf/gmonster-print-cerr.py: New file.
6673 * gdb.perf/gmonster-ptype-string.py: New file.
6674 * gdb.perf/gmonster-runto-main.py: New file.
6675 * gdb.perf/gmonster-select-file.py: New file.
6676 * gdb.perf/gmonster1-null-lookup.exp: New file.
6677 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6678 * gdb.perf/gmonster1-print-cerr.exp: New file.
6679 * gdb.perf/gmonster1-ptype-string.exp: New file.
6680 * gdb.perf/gmonster1-runto-main.exp: New file.
6681 * gdb.perf/gmonster1-select-file.exp: New file.
6682 * gdb.perf/gmonster1.cc: New file.
6683 * gdb.perf/gmonster1.exp: New file.
6684 * gdb.perf/gmonster2-null-lookup.exp: New file.
6685 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6686 * gdb.perf/gmonster2-print-cerr.exp: New file.
6687 * gdb.perf/gmonster2-ptype-string.exp: New file.
6688 * gdb.perf/gmonster2-runto-main.exp: New file.
6689 * gdb.perf/gmonster2-select-file.exp: New file.
6690 * gdb.perf/gmonster2.cc: New file.
6691 * gdb.perf/gmonster2.exp: New file.
6692
6eab34f3
DE
66932015-07-24 Doug Evans <dje@google.com>
6694
6695 * gdb.perf/README: New file.
6696 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6697 * lib/gen-perf-test.exp: New file.
6698
63738bfd
DE
66992015-07-24 Doug Evans <dje@google.com>
6700
6701 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6702 (PerfTest::startup): New function.
6703 (PerfTest::run): Return result of calling body.
6704 (PerfTest::assemble): Rewrite.
6705 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6706 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6707 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6708 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6709 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6710
7b606f95
DE
67112015-07-24 Doug Evans <dje@google.com>
6712
6713 * lib/gdb.exp (clean_restart): Make executable optional.
6714
a97b16b8
DE
67152015-07-24 Doug Evans <dje@google.com>
6716
6717 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6718 compiler_info references.
6719 * gdb.cp/temargs.exp: Ditto.
6720 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6721 (get_compiler_info): Early exit if already computed. Set compiler_info
6722 to "unknown" if there was a problem.
6723 (test_compiler_info): Add function comment. Call get_compiler_info.
6724
35baa57f
DE
67252015-07-24 Doug Evans <dje@google.com>
6726
6727 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6728 (workers/%.worker, build-perf): New rule.
6729 (GDB_PERFTEST_MODE): New variable.
6730 (check-perf): Use it.
6731 (clean): Clean up gdb.perf parallel build subdirs.
6732 * lib/build-piece.exp: New file.
6733 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6734 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6735 name.
6736 (standard_temp_file): Ditto.
6737 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6738 of $GDB_PARALLEL.
6739
6ebea266
DE
67402015-07-24 Doug Evans <dje@google.com>
6741
6742 * lib/future.exp (gdb_default_target_compile): New option
6743 "early_flags".
6744 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6745 --as-needed.
6746
1e76a7e9
SDJ
67472015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6748
6749 * gdb.base/catch-syscall.exp: Call gdb_exit before
6750 gdb_skip_xml_test.
6751
5068630a
PA
67522015-07-24 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.python/py-events.exp: Accept output between the stop event
6755 and the prompt.
6756 * gdb.python/py-evsignal.exp: Likewise.
6757 * gdb.python/py-evthreads.exp: Likewise.
6758
77598427
PA
67592015-07-24 Pedro Alves <palves@redhat.com>
6760
6761 PR gdb/18717
6762 * gdb.threads/non-ldr-exit.c: New file.
6763 * gdb.threads/non-ldr-exit.exp: New file.
6764
11e6c98f
YQ
67652015-07-24 Yao Qi <yao.qi@linaro.org>
6766
6767 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6768 restarting process.
6769
51aee833
YQ
67702015-07-24 Yao Qi <yao.qi@linaro.org>
6771
6772 * gdb.server/ext-restart.exp: New file.
6773
8cfe207c
YQ
67742015-07-24 Yao Qi <yao.qi@linaro.org>
6775
6776 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6777 argument options.
6778 * gdb.server/ext-wrapper.exp: New file.
6779
cc12ce38
DE
67802015-07-23 Doug Evans <dje@google.com>
6781
6782 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6783 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6784
d0d84780
PMR
67852015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6786
6787 * gdb.ada/var_arr_typedef.exp: New testcase.
6788 * gdb.ada/var_arr_typedef/pack.adb: New file.
6789 * gdb.ada/var_arr_typedef/pack.ads: New file.
6790 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6791
8b558f79
JB
67922015-07-20 Joel Brobecker <brobecker@adacore.com>
6793
6794 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6795
775a3298
JK
67962015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6797
6798 * gdb.arch/i386-biarch-core.exp: Replace istarget
6799 by "complete set gnutarget". Remove expectation for the "core-file"
6800 command.
6801
db1ff28b
JK
68022015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6803
6804 Revert the previous commit:
6805 Tests for validate symbol file using build-id.
6806
0a94970d
JK
68072015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6808
6809 Tests for validate symbol file using build-id.
6810 * gdb.base/solib-mismatch-lib.c: New file.
6811 * gdb.base/solib-mismatch-libmod.c: New file.
6812 * gdb.base/solib-mismatch.c: New file.
6813 * gdb.base/solib-mismatch.exp: New file.
6814
03346981
SL
68152015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6816
6817 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6818 nios2-*-linux*.
6819 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6820 * gdb.base/siginfo.exp: Likewise.
6821 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6822
42422cc7
PL
68232015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6824
6825 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6826 Move it to ...
6827 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6828 ... here.
6829 * gdb.trace/range-stepping.exp: Check that the target supports
6830 range stepping.
6831
cfa68bae
JK
68322015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6833
6834 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6835
8ffdba26
PA
68362015-07-14 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.base/killed-outside.exp: New file.
6839 * gdb.base/killed-outside.c: New file.
6840
218a5a11
JK
68412015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6842
6843 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6844 (n at main): New.
6845 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6846
e03ed3c6
AA
68472015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6848
6849 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6850 infcall tests instead of setting up for KFAIL.
6851
485668e5
MM
68522015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6853
6854 * gdb.btrace/record_goto-step.exp: New.
6855
08464196
JK
68562015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6857
6858 PR compile/18484
6859 * gdb.compile/compile.c (struct struct_type): Add volatile to
6860 selffield's type.
6861 * gdb.compile/compile.exp
6862 (compile code struct_object.selffield = &struct_object): Skip further
6863 struct_object tests if this one xfails.
6864
bcf5c1d9
RC
68652015-07-08 Robert O'Callahan <robert@ocallahan.org>
6866
6867 PR exp/18617
6868 * gdb.trace/ax.exp: Add test.
6869
4931af25
YQ
68702015-07-07 Yao Qi <yao.qi@linaro.org>
6871
6872 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6873 instead of istarget "aarch64*-*-*".
6874 * gdb.arch/aarch64-fp.exp: Likewise.
6875 * gdb.base/float.exp: Likewise.
6876 * gdb.reverse/aarch64.exp: Likewise.
6877 * lib/gdb.exp (is_aarch64_target): New proc.
6878
9fcf688e
YQ
68792015-07-07 Yao Qi <yao.qi@linaro.org>
6880
6881 * lib/gdb.exp (is_aarch32_target): New proc.
6882 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6883 instead of "istarget "arm*-*-*"".
6884 * gdb.arch/arm-disp-step.exp: Likewise.
6885 * gdb.arch/thumb-bx-pc.exp: Likewise.
6886 * gdb.arch/thumb-prologue.exp: Likewise.
6887 * gdb.arch/thumb-singlestep.exp: Likewise.
6888 * gdb.base/disp-step-syscall.exp: Likewise.
6889 * gdb.base/float.exp: Likewise.
6890
fbd8d50d
YQ
68912015-07-07 Yao Qi <yao.qi@linaro.org>
6892
6893 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6894 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6895
71be1fdc
YQ
68962015-07-07 Yao Qi <yao.qi@linaro.org>
6897
6898 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6899 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6900 if it exists.
6901 * gdb.multi/multi-arch.exp: Likewise.
6902
3e221d36
SM
69032015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6904
6905 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6906 print.
6907
d441430b
YQ
69082015-07-07 Yao Qi <yao.qi@linaro.org>
6909
6910 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6911
06f810bd
MG
69122015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6913
6914 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6915 '[' and ']' characters.
6916
5e61e7c0
IB
69172015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6918
6919 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6920
28bf096c
PA
69212015-06-29 Pedro Alves <palves@redhat.com>
6922
6923 PR threads/18127
6924 * gdb.threads/hand-call-new-thread.c: New file.
6925 * gdb.threads/hand-call-new-thread.c: New file.
6926
ee93cd5e
KS
69272015-06-26 Keith Seitz <keiths@redhat.com>
6928 Doug Evans <dje@google.com>
6929
6930 PR 16253
6931 * gdb.cp/var-tag-2.cc: New file.
6932 * gdb.cp/var-tag-3.cc: New file.
6933 * gdb.cp/var-tag-4.cc: New file.
6934 * gdb.cp/var-tag.cc: New file.
6935 * gdb.cp/var-tag.exp: New file.
6936
fc637f04
PP
69372015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6938
6939 * gdb.base/history-duplicates.exp: New test.
6940
2e52ae68
PP
69412015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6942
6943 * gdb.base/completion.exp: Test the completion of the "focus"
6944 command.
6945
6e22494e
JK
69462015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6947
6948 * gdb.arch/amd64-prologue-skip.S: New file.
6949 * gdb.arch/amd64-prologue-skip.exp: New file.
6950
bf7b9cd9
SM
69512015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6952
6953 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6954 is_address_zero_readable check.
6955
201e8dfd
PB
69562015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6957
6958 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6959 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6960
5cd867b4
YQ
69612015-06-24 Yao Qi <yao.qi@linaro.org>
6962
6963 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6964 linux targets.
6965
4d7be007
YQ
69662015-06-24 Yao Qi <yao.qi@linaro.org>
6967
6968 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6969 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6970 * gdb.base/siginfo-thread.exp: Likewise.
6971
07fcd301
YQ
69722015-06-22 Yao Qi <yao.qi@linaro.org>
6973
6974 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6975
52042a00
YQ
69762015-06-22 Yao Qi <yao.qi@linaro.org>
6977
6978 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6979 aarch64*-*-*.
6980 (skip_hw_watchpoint_tests): Likewise.
6981
74bd41ce
PP
69822015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6983
6984 * gdb.base/gdbinit-history.exp: Test the interaction between
6985 setting GDBHISTSIZE and setting the history size via .gdbinit.
6986
bc460514
PP
69872015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6988
6989 PR gdb/16999
6990 * gdb.base/gdbhistsize-history.exp: New test.
6991
b58c513b
PP
69922015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6993
6994 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6995 with GDBHISTSIZE.
6996 * gdb.base/readline.exp: Likewise.
6997
92046791
YQ
69982015-06-17 Yao Qi <yao.qi@linaro.org>
6999
7000 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7001 line.
7002
2093d2d3
PP
70032015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7004
7005 * gdb.base/gdbinit-history.exp: Add test case to check that
7006 an unlimited history file does not get truncated on exit.
7007
e6c693af
AA
70082015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7009
7010 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7011 (VECTOR): New macro. Use it...
7012 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7013 ...for these typedefs.
7014 (int8, char1, int1, double1): New typedefs.
7015 (struct just_int2, struct two_int2): New structures.
7016 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7017 (add_structvecs, add_singlevecs): New functions.
7018 (main): Call add_some_intvecs twice.
7019 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7020 the compile and exit upon failure. Try compiling for the "native"
7021 architecture. Test inferior function calls with vector arguments
7022 and vector return value handling with "finish" and "return".
7023
c74f7d1c
JT
70242015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7025
7026 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7027 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7028 PE file.
7029 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7030
98aa42ee
AT
70312015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7032
7033 PR breakpoints/16465
7034 * gdb.mi/mi-dprintf-pending.c: New file.
7035 * gdb.mi/mi-dprintf-pending.exp: New test.
7036 * gdb.mi/mi-dprintf-pendshr.c: New file.
7037
7d73c23c 70382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 7039 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
7040
7041 * gdb.arch/i386-mpx-map.c: New file.
7042 * gdb.arch/i386-mpx-map.exp: New File.
7043
70442015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7045
7046 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7047 * gdb.arch/i386-mpx.exp: Indentation fixed.
7048
70492015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7050
7051 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7052 function and improved indentation.
7053 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7054 gdb_test_multiple. Added additional tests to skip the test.
7055
70562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7057
7058 * gdb.arch/i386-avx512.c: Change path in include file.
7059 * gdb.arch/i386-avx512.exp: Change include dir path
7060 compilation flag.
7061 * gdb.arch/i386-mpx.c: Change path in include file.
7062 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7063 flag.
7064
d5eba19a
JK
70652015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7066
7067 * gdb.compile/compile-print.exp (compile print *vararray@3)
7068 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7069
7f361056
JK
70702015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7071
7072 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7073 (do not keep jit in memory): ... this.
7074 (expect 5): Change it to ...
7075 (expect no 5): ... this.
7076
3b462ec2
SM
70772015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7078
7079 PR gdb/15564
7080 * gdb.mi/mi-detach.exp: New file.
7081
e0619de6
JK
70822015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7083
7084 PR symtab/18392
7085 * gdb.arch/amd64-tailcall-self.S: New file.
7086 * gdb.arch/amd64-tailcall-self.c: New file.
7087 * gdb.arch/amd64-tailcall-self.exp: New file.
7088
e970cb34
DB
70892015-05-28 Don Breazeal <donb@codesourcery.com>
7090
7091 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7092 tests for remote targets by checking is_target_gdbserver.
7093
b2e2f908
DE
70942015-05-27 Doug Evans <dje@google.com>
7095
7096 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7097 * gdb.dwarf2/opaque-type-lookup.c: New file.
7098 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7099
82c7be31
DE
71002015-05-26 Doug Evans <dje@google.com>
7101
7102 * gdb.cp/iostream.cc: New file.
7103 * gdb.cp/iostream.exp: New file.
7104
b4f54984
DE
71052015-05-26 Doug Evans <dje@google.com>
7106
7107 * gdb.dwarf2/dw2-op-call.exp: Update.
7108 * gdb.dwarf2/dw4-sig-types.exp: Update.
7109 * gdb.dwarf2/implptr.exp: Update.
7110 * gdb.mi/mi-cmd-param-changed.exp: Update.
7111
4ea6efe9
DE
71122015-05-26 Doug Evans <dje@google.com>
7113
7114 * gdb.python/py-lazy-string.c: New file.
7115 * gdb.python/py-lazy-string.exp: New file.
7116 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7117 (main): Update. Add estring3.
7118 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7119 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7120
f6bb7db3
YQ
71212015-05-26 Omair Javaid <omair.javaid@linaro.org>
7122 Yao Qi <yao.qi@linaro.org>
7123
7124 * gdb.reverse/aarch64.c: New.
7125 * gdb.reverse/aarch64.exp: New.
7126
a81bfbd0
OJ
71272015-05-26 Omair Javaid <omair.javaid@linaro.org>
7128
25d49b86
PA
7129 * lib/gdb.exp (supports_process_record): Return true for
7130 aarch64*-linux*.
a81bfbd0
OJ
7131 (supports_reverse): Likewise.
7132
158bf1b4
PP
71332015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7134
7135 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7136 Use with_test_prefix.
7137
a0145030
AB
71382015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7139
7140 * gdb.base/completion.exp: Add test for completion of layout
7141 names.
7142
ebe3b578
AB
71432015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7144
7145 * lib/gdb.exp (skip_tui_tests): New proc.
7146 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7147
84204ed7
PA
71482015-05-19 Pedro Alves <palves@redhat.com>
7149
7150 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7151 Save the whole env array instead of just HOME. Unset HISTSIZE in
7152 the environment while testing. Restore whole environment
7153 afterwards.
7154
37442ce1
DE
71552015-05-16 Doug Evans <xdje42@gmail.com>
7156
7157 * gdb.guile/scm-ports.c: New file.
7158 * gdb.guile/scm-ports.exp: Add memory port tests.
7159
36de76f9
JK
71602015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7161
7162 * gdb.compile/compile-print.c: New file.
7163 * gdb.compile/compile-print.exp: New file.
7164
3a9558c4
JK
71652015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7166
7167 * gdb.compile/compile-ops.exp: Cast param to void.
7168 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7169 (compile code struct_object.selffield = &struct_object): Add xfail.
7170
aa715135
JG
71712015-05-15 Joel Brobecker <brobecker@adacore.com>
7172
7173 * gdb.ada/arr_enum_with_gap: New testcase.
7174
931e5bc3
JG
71752015-05-15 Joel Brobecker <brobecker@adacore.com>
7176
7177 * gdb.ada/byte_packed_arr: New testcase.
7178
9cd4d857
JB
71792015-05-15 Joel Brobecker <brobecker@adacore.com>
7180
7181 * gdb.ada/pckd_neg: New testcase.
7182
ebfd00d2
PP
71832015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7184
7185 PR gdb/17820
7186 * gdb.base/gdbinit-history.exp: New test.
7187 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7188 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7189
4c082a81
SC
71902015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7191
7192 * gdb.python/py-xmethods.cc: Enhance test case.
7193 * gdb.python/py-xmethods.exp: New tests.
7194 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7195 function.
7196 (B_indexoper): Likewise.
7197 (global_dm_list) : Add new xmethod worker functions.
7198
f7797074
SDJ
71992015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7200
7201 * gdb.base/coredump-filter.exp: Correctly unset
7202 "coredump_var_addr" array.
7203
a4674e4e
PA
72042015-05-08 Pedro Alves <palves@redhat.com>
7205
7206 * gdb.server/non-existing-program.exp: Unset spawn_id.
7207
df2eb078
SC
72082015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7209
7210 PR python/18291
7211 * gdb.python/py-xmethods.exp: Add tests.
7212
422349a3
YQ
72132015-05-08 Yao Qi <yao.qi@linaro.org>
7214
7215 PR gdb/18208
7216 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7217 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7218 function set_coredump_filter, and remove remote_exec call.
7219 Remove argument ipid. Callers update.
7220 (top level): Don't get inferior's PID.
7221
63fc80ce
AA
72222015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7223
7224 * gdb.base/watch_thread_num.exp: Skip test on targets without
7225 access watchpoints.
7226
80ad801e
PA
72272015-05-06 Pedro Alves <palves@redhat.com>
7228
7229 PR server/18081
7230 * gdb.server/non-existing-program.exp: New file.
7231
0fa7fe50
JB
72322015-05-05 Joel Brobecker <brobecker@adacore.com>
7233
7234 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7235
3ea89b92
PMR
72362015-05-05 Joel Brobecker <brobecker@adacore.com>
7237
7238 * gdb.ada/out_of_line_in_inlined: New testcase.
7239
87b8eff0
JB
72402015-05-05 Joel Brobecker <brobecker@adacore.com>
7241
7242 * gdb.ada/var_rec_arr: New testcase.
7243
5fccc635
YQ
72442015-04-30 Yao Qi <yao.qi@linaro.org>
7245
7246 * gdb.base/break-idempotent.exp: If
7247 skip_hw_watchpoint_multi_tests returns true, skip the tests
7248 on "rwatch" and "awatch".
7249
42d38f42
YQ
72502015-04-30 Yao Qi <yao.qi@linaro.org>
7251
7252 * gdb.base/relativedebug.exp: Invoke gdb command
7253 "info sharedlibrary", and if libc.so doesn't have debug info,
7254 skip the test.
7255
2ce1cdbf
DE
72562015-04-29 Doug Evans <dje@google.com>
7257
7258 * gdb.python/py-xmethods.exp: Add ptype tests.
7259 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7260 get_result_type method.
7261
f24a38c5
LM
72622015-04-29 Luis Machado <lgustavo@codesourcery.com>
7263
7264 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7265 the target does not support hardware watchpoints.
7266
ecbf2b3c
LM
72672015-04-29 Luis Machado <lgustavo@codesourcery.com>
7268
7269 * gdb.base/break-always.exp: Abort testing if writing to memory
7270 causes an error.
7271
34f5f757
DE
72722015-04-28 Doug Evans <dje@google.com>
7273
7274 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7275 * gdb.python/py-pp-registration.exp: ... here. New file.
7276 * gdb.python/py-pp-registration.c: New file.
7277 * gdb.python/py-pp-registration.py: New file.
7278
69b4374a
DE
72792015-04-28 Doug Evans <dje@google.com>
7280
7281 * gdb.python/py-bad-printers.c: New file.
7282 * gdb.python/py-bad-printers.py: New file.
7283 * gdb.python/py-bad-printers.exp: New file.
7284
59fb7612
SS
72852015-04-28 Sasha Smundak <asmundak@google.com>
7286
7287 * gdb.python/py-type.exp: New test.
7288
2631b16a
AW
72892015-04-28 Andy Wingo <wingo@igalia.com>
7290
7291 * gdb.python/py-parameter.exp:
7292 * gdb.guile/scm-parameter.exp: Escape the path that we are
7293 matching against, as it might contain characters that are special
7294 to regular expressions.
7295
460efde1
JB
72962015-04-27 Joel Brobecker <brobecker@adacore.com>
7297
7298 * gdb.ada/rec_comp: New testcase.
7299
2d369d8e
SDJ
73002015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7301
7302 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7303 before using it.
7304
cf75d6c3
AB
73052015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7306
7307 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7308 new tests for verilog output.
7309
8dbe7ca5
YQ
73102015-04-24 Yao Qi <yao.qi@linaro.org>
7311
7312 * boards/remote-gdbserver-on-localhost.exp: New file.
7313
4ef9fb2f
PA
73142015-04-23 Pedro Alves <palves@redhat.com>
7315
7316 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7317 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7318 "end of file", remove $inferior_spawn_id from the indirect list.
7319
0a803169
PA
73202015-04-23 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7323
749ef8f8
PA
73242015-04-23 Pedro Alves <palves@redhat.com>
7325
7326 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7327 on $any_spawn_id instead of only on $gdb_spawn_id.
7328
8aae4344
PM
73292015-04-21 Pierre Muller <muller@sourceware.org>
7330
7331 PR pascal/17815
7332 * lib/pascal.exp (gpc_compile): Add new option "class".
7333 (fpc_compile): Likewise.
7334 * gdb.pascal/case-insensitive-symbols.pas: New file.
7335 * gdb.pascal/case-insensitive-symbols.exp: New file.
7336
1586c8fb
GB
73372015-04-20 Gary Benson <gbenson@redhat.com>
7338
7339 * gdb.base/attach.exp: Fix three extended remote failures.
7340
1b6e6f5c
GB
73412015-04-17 Gary Benson <gbenson@redhat.com>
7342
7343 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7344 the main executable over the remote protocol.
7345
e797481d
PA
73462015-04-16 Pedro Alves <palves@redhat.com>
7347
7348 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7349 a new gdbserver if gdbserver_reconnect_p is set.
7350
1ca99c42
PA
73512015-04-16 Pedro Alves <palves@redhat.com>
7352
7353 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7354 is set, don't exit gdbserver.
7355
af9fd6f8
AA
73562015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7357
7358 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7359 appropriate .insn, such that an older assembler can be used.
7360 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7361 the z/Architecture instruction set on 31-bit targets as well.
7362
04ff1e61
AA
73632015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7364
7365 * gdb.go/handcall.exp: Remove all logic related to the first
7366 breakpoint and rely on go_runto_main instead.
7367 * gdb.go/strings.exp: Likewise.
7368 * gdb.go/unsafe.exp: Likewise.
7369 * gdb.go/hello.exp: Likewise. Also rename the remaining
7370 breakpoint marker to "breakpoint 1".
7371 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7372 * gdb.go/strings.go: Likewise.
7373 * gdb.go/unsafe.go: Likewise.
7374 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7375 "set breakpoint 2 here" and rename the remaining breakpoint marker
7376 to "breakpoint 1".
7377
40d2f8d6
SM
73782015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7379
7380 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7381 if itertools.imap is not present.
7382 * gdb.python/py-objfile.exp: Add parentheses.
7383 * gdb.python/py-type.exp: Same.
7384 * gdb.python/py-unwind-maint.py: Same.
7385
8cbc97c6
YQ
73862015-04-15 Yao Qi <yao.qi@linaro.org>
7387
7388 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7389 of ":$ptr_size" and set its form explicitly.
7390
45fd756c
YQ
73912015-04-15 Pedro Alves <palves@redhat.com>
7392 Yao Qi <yao.qi@linaro.org>
7393
7394 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7395 timeout by factor of 4.
7396 (test_regular_watch): Likewise.
7397 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7398 * gdb.reverse/sigall-reverse.exp: Likewise.
7399 * gdb.reverse/until-precsave.exp: Likewise.
7400 * lib/gdb.exp (with_timeout_factor): New proc.
7401 (gdb_expect): Move some code to ...
7402 (get_largest_timeout): ... here. New procedure.
7403
9e811bc3
LM
74042015-04-14 Luis Machado <lgustavo@codesourcery.com>
7405
7406 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7407
0ff6fcb2
LM
74082015-04-13 Luis Machado <lgustavo@codesourcery.com>
7409
7410 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7411 to write to the .text section.
7412
7578d5f7
LM
74132015-04-13 Luis Machado <lgustavo@codesourcery.com>
7414
7415 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7416 Handle the case of targets that do not provide PID information.
7417
2efe15c4
YQ
74182015-04-13 Yao Qi <yao.qi@linaro.org>
7419
7420 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7421 and use expect instead of gdb_expect.
7422
8cd8f2f8
SDJ
74232015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7424
7425 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7426 "coredump_var_addr" to avoid naming conflict with other testcases.
7427
9ee41772
PA
74282015-04-10 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7431 gdb_test_sequence and gdb_assert.
7432
07473109
PA
74332015-04-10 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7436 test messages that don't include the breakpoint address.
7437
de3db44c
YQ
74382015-04-10 Yao Qi <yao.qi@linaro.org>
7439
7440 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7441 false for some offset and width combinations which aren't
7442 supported by linux kernel.
7443
c79d856c
PA
74442015-04-10 Pedro Alves <palves@redhat.com>
7445
7446 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7447 procedure, factored out from ...
7448 (top level): ... here. Add "set displaced-stepping" testing axis.
7449 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7450 parameter "displaced". Use it.
7451 (top level): Use foreach and add "set displaced-stepping" testing
7452 axis.
7453
ebc90b50
PA
74542015-04-10 Pedro Alves <palves@redhat.com>
7455
7456 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7457 Remove comment.
7458 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7459 both the address of the instruction that triggers the watchpoint
7460 and the address of the instruction immediately after, and use
7461 those addresses for the test. Fix comment.
7462
8f572e5c
PA
74632015-04-10 Pedro Alves <palves@redhat.com>
7464
7465 * gdb.base/sigstep.exp (breakpoint_to_handler)
7466 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7467 Test "backtrace" in handler.
7468 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7469 (top level): Add new "displaced" test axis to
7470 breakpoint_to_handler, breakpoint_to_handler_entry and
7471 breakpoint_over_handler.
7472
8d707a12
PA
74732015-04-10 Pedro Alves <palves@redhat.com>
7474
7475 PR gdb/18216
7476 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7477
ef713951
YQ
74782015-04-10 Yao Qi <yao.qi@linaro.org>
7479
7480 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7481 (test_add_rn_pc): New function.
7482 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7483 (top level): Invoke test_add_rn_pc.
7484
906d60cf
PA
74852015-04-10 Pedro Alves <palves@redhat.com>
7486
7487 PR gdb/13858
7488 * gdb.base/step-over-no-symbols.exp: New file.
7489
f2983cc3
AW
74902015-04-09 Andy Wingo <wingo@igalia.com>
7491
7492 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7493 after the Python tests.
7494
6d62641c
SDJ
74952015-04-08 Keith Seitz <keiths@redhat.com>
7496
7497 PR python/16699
7498 * gdb.python/py-completion.exp: New tests for completion.
7499 * gdb.python/py-completion.py (CompleteLimit1): New class.
7500 (CompleteLimit2): Likewise.
7501 (CompleteLimit3): Likewise.
7502 (CompleteLimit4): Likewise.
7503 (CompleteLimit5): Likewise.
7504 (CompleteLimit6): Likewise.
7505 (CompleteLimit7): Likewise.
7506
f3770638
PA
75072015-04-08 Pedro Alves <palves@redhat.com>
7508
7509 PR gdb/18214
7510 PR gdb/18216
7511 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7512 function.
7513 (main): Install it as SIGUSR1 handler.
7514 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7515 parameter. Always use "setup" as prefix. Toggle "set
7516 displaced-stepping" off/on depending on global. Don't switch to
7517 thread 1 here.
7518 (top level): Add displaced stepping "off/on" test axis. Update
7519 "setup" calls. Wrap each subtest with with_test_prefix. Test
7520 continuing with a queued signal in each thread.
7521
4496bed7
PA
75222015-04-08 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7525 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7526 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7527 Return early if running to main fails.
7528 * gdb.trace/while-stepping.exp: Likewise.
7529
b97fde92
PA
75302015-04-07 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7533 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7534 interact with inferior program.
7535
f71c18e7
PA
75362015-04-07 Pedro Alves <palves@redhat.com>
7537
7538 * lib/gdb.exp (inferior_spawn_id): New global.
7539 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7540 spawn id after processing the user code.
7541 (default_gdb_start): Set inferior_spawn_id.
7542 (send_inferior): New procedure.
7543 * lib/gdbserver-support.exp (gdbserver_start): Set
7544 inferior_spawn_id.
7545 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7546
6423214f
PA
75472015-04-07 Pedro Alves <palves@redhat.com>
7548
7549 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7550 * lib/gdbserver-support.exp (gdbserver_start): Make
7551 $server_spawn_id global.
7552 (gdbserver_start): Don't wait for gdbserver's spawn id with
7553 expect_background.
7554 (close_gdbserver): New procedure.
7555 (gdb_exit): Rename the default version and reimplement.
7556
71c0ee8c
PA
75572015-04-07 Pedro Alves <palves@redhat.com>
7558
72f4393d 7559 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7560 append the substituted item, not the original item.
7561
203bc29b
PA
75622015-04-07 Pedro Alves <palves@redhat.com>
7563
7564 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7565 gdb_expect.
7566
508a3ddf
PA
75672015-04-07 Pedro Alves <palves@redhat.com>
7568
7569 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7570 output appearing once only.
7571
9f6dbe2b
PA
75722015-04-07 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7575 that doesn't expect anything. Return early if running to main
7576 fails.
7577
337532fa
YQ
75782015-04-07 Yao Qi <yao.qi@linaro.org>
7579
7580 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7581 (child_function): Call alarm.
7582 (main): Move call to alarm into the loop.
7583 * gdb.threads/non-stop-fair-events.exp: Build program with
7584 -DTIMEOUT=$timeout.
7585
01b622d4
DE
75862015-04-06 Doug Evans <xdje42@gmail.com>
7587
7588 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7589 Fix dest parameter to board_info.
7590 (fpc_compile): Ditto.
7591 (gdb_compile_pascal): Rename dest arg to destfile.
7592
961f4160
PMR
75932015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7594
7595 * gdb.ada/funcall_ref.exp: New file.
7596 * gdb.ada/funcall_ref/foo.adb: New file.
7597
cafda597
YQ
75982015-04-02 Yao Qi <yao.qi@linaro.org>
7599
7600 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7601 is remote.
7602
fed040c6
GB
76032015-04-02 Gary Benson <gbenson@redhat.com>
7604
7605 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7606
d11916aa
SS
76072015-04-01 Sasha Smundak <asmundak@google.com>
7608
7609 * gdb.python/py-unwind-maint.c: New file.
7610 * gdb.python/py-unwind-maint.exp: New test.
7611 * gdb.python/py-unwind-maint.py: New file.
7612 * gdb.python/py-unwind.c: New file.
7613 * gdb.python/py-unwind.exp: New test.
7614 * gdb.python/py-unwind.py: New test.
7615
a1471180
PA
76162015-04-01 Pedro Alves <palves@redhat.com>
7617
7618 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7619 to fail instead of non-existent $test.
7620
0bbeccb1
PA
76212015-04-01 Pedro Alves <palves@redhat.com>
7622
7623 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7624 GDBFLAGS if not empty.
7625
3c724c8c
PMR
76262015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7627
7628 * gdb.ada/complete.exp: Remove "multi_line".
7629 * gdb.ada/info_exc.exp: Remove "multi_line".
7630 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7631 * gdb.ada/ptype_field.exp: Remove "multi_line".
7632 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7633 * gdb.ada/tagged.exp: Remove "multi_line".
7634 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7635 [multi_line ...]
7636 * gdb.btrace/delta.exp: Likewise.
7637 * gdb.btrace/exception.exp: Likewise.
7638 * gdb.btrace/function_call_history.exp: Likewise.
7639 * gdb.btrace/instruction_history.exp: Likewise.
7640 * gdb.btrace/nohist.exp: Likewise.
7641 * gdb.btrace/record_goto.exp: Likewise.
7642 * gdb.btrace/segv.exp: Likewise.
7643 * gdb.btrace/stepi.exp: Likewise.
7644 * gdb.btrace/tailcall.exp: Likewise.
7645 * gdb.btrace/unknown_functions.exp: Likewise.
7646 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7647 * lib/gdb.exp: Add the "multi_line" helper.
7648
4eec2deb
PA
76492015-04-01 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.threads/tid-reuse.c: New file.
7652 * gdb.threads/tid-reuse.exp: New file.
7653
df8411da
SDJ
76542015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7655
7656 PR corefiles/16092
7657 * gdb.base/coredump-filter.c: New file.
7658 * gdb.base/coredump-filter.exp: Likewise.
7659
6ef37366
PM
76602015-03-27 Petr Machata <pmachata@redhat.com>
7661
7662 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7663 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7664 (Dwarf::assemble): Initialize them.
7665 (Dwarf::lines): New function.
7666
7ec911b0
JT
76672015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7668
7669 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7670 SYMBOL_PREFIX for x86_64-*-cygwin.
7671
ff908ebf
AW
76722015-03-26 Andy Wingo <wingo@igalia.com>
7673
7674 PR symtab/18148
7675 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7676 const_value but not a location.
7677 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7678 location defined in non-main CUs are visible.
7679
6d5f0679
YQ
76802015-03-26 Yao Qi <yao.qi@linaro.org>
7681
7682 PR testsuite/18139
7683 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7684 Add a line number entry for the same line.
7685 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7686 Add a line number entry for the same line.
7687
2898689b
YQ
76882015-03-26 Yao Qi <yao.qi@linaro.org>
7689
7690 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7691 .int 0.
7692 (func): Likewise. Add .Lfunc_1 label.
7693 Use .Lfunc_1 label.
7694 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7695 .int 0.
7696 (func): Likewise.
7697 Use .Lfunc_1 label.
7698
85180498
YQ
76992015-03-26 Yao Qi <yao.qi@linaro.org>
7700
7701 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7702 Call gdb_compile instead to compile each .s files without debug
7703 information.
7704
8aa08a8d
YQ
77052015-03-26 Yao Qi <yao.qi@linaro.org>
7706
7707 * gdb.base/savedregs.exp (process_saved_regs): Make
7708 "Saved registers:" optional in the pattern.
7709
66849923
MM
77102015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7711
7712 * gdb.btrace/next.exp: Merged into step.exp.
7713 * gdb.btrace/finish.exp: Merged into step.exp.
7714 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7715 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7716 "record goto" and checking the exact replay position.
7717 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7718 check for "Recording format" in "info record" output.
7719 * gdb.btrace/record_goto.exp: Choose test file based on target.
7720 * gdb.btrace/x86-record_goto.S: Renamed into ...
7721 * gdb.btrace/x86_64-record_goto.S: ... this.
7722 * gdb.btrace/i686-record_goto.S: New.
7723 * gdb.btrace/x86-tailcall.S: Renamed into ...
7724 * gdb.btrace/x86_64-tailcall.S: ... this.
7725 * gdb.btrace/i686-tailcall.S: New.
7726 * gdb.btrace/x86-tailcall.c: Renamed into ...
7727 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7728 separate statements. Update test.
7729 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7730 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7731 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7732 * gdb.btrace/tailcall.exp: Choose test file based on target.
7733 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7734
11cc1b74
MM
77352015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7736
7737 * gdb.btrace/exception.exp: Increase BTS buffer size.
7738
a25d8bf9
PA
77392015-03-24 Pedro Alves <palves@redhat.com>
7740
7741 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7742
856e7dd6
PA
77432015-03-24 Pedro Alves <palves@redhat.com>
7744
7745 * gdb.threads/schedlock.exp (test_step): No longer expect that
7746 "set scheduler-locking step" with "next" over a function call runs
7747 threads unlocked.
7748
ad235a41
AT
77492015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7750
7751 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7752
15630549
AT
77532015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7754
7755 PR breakpoints/16466
7756 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7757 * gdb.mi/mi-pending.c (thread_func): New function.
7758 (int main): Add threading support required.
7759 * gdb.mi/mi-pending.exp: Add tests for this issue.
7760 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7761 (pendfunc2): Remove stdio dependency.
7762 * gdb.mi/mi-pendshr2.c: New file.
7763
693dca06
KS
77642015-03-23 Keith Seitz <keiths@redhat.com>
7765
7766 * gdb.linespec/keywords.c: New file.
7767 * gdb.linespec/keywords.exp: New file.
7768
7e993ebf
KS
77692015-03-23 Keith Seitz <keiths@redhat.com>
7770
7771 PR gdb/18021
7772 * gdb.dwarf2/staticvirtual.exp: New test.
7773
bc23328c
JK
77742015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7775
7776 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7777 * README: Remove HP-UX and gdb.hp.
7778 (configuration):
7779 * configure: Regenerate.
7780 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7781 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7782 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7783 gdb.hp/gdb.defects/Makefile.
7784 * gdb.hp/Makefile.in: File deleted.
7785 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7786 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7787 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7788 * gdb.hp/gdb.aCC/run.c: File deleted.
7789 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7790 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7791 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7792 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7793 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7794 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7795 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7796 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7797 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7798 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7799 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7800 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7801 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7802 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7803 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7804 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7805 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7806 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7807 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7808 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7809 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7810 * gdb.hp/gdb.compat/average.c: File deleted.
7811 * gdb.hp/gdb.compat/sum.c: File deleted.
7812 * gdb.hp/gdb.compat/xdb.c: File deleted.
7813 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7814 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7815 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7816 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7817 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7818 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7819 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7820 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7821 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7822 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7823 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7824 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7825 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7826 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7827 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7828 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7829 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7830 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7831 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7832 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7833 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7834 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7835 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7836 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7837 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7838 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7839 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7840 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7841 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7842 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7843 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7844 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7845 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7846 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7847 * gdb.hp/tools/odump: File deleted.
7848
8bf3b159
PA
78492015-03-19 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7852 (saw_thread_3): New globals.
7853 (top level): Increment them when an event for the corresponding
7854 thread is seen.
7855 (no thread starvation): New test.
7856
eb54c8bf
PA
78572015-03-19 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.threads/continue-pending-status.c: New file.
7860 * gdb.threads/continue-pending-status.exp: New file.
7861
32d2e5d6
PA
78622015-03-18 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7865 Use gdb_is_target_remote instead of is_remote. Use
7866 gdb_test_multiple instead of gdb_expect. Exit early if
7867 gdb_test_multiple hits its internal matches. Tighten stepi tests
7868 expected output. Fail on exit with any signal, instead of just
7869 SIGILL.
7870
f68f11b7
YQ
78712015-03-18 Yao Qi <yao.qi@linaro.org>
7872
7873 PR tdep/18107
7874 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7875 variable.
7876 * gdb.base/catch-syscall.exp: Don't skip it on
7877 aarch64*-*-linux* target. Remove elements in all_syscalls.
7878 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7879 target.
7880 (setup_all_syscalls): New proc.
7881
ca5fd19b
YQ
78822015-03-16 Yao Qi <yao.qi@linaro.org>
7883
7884 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7885 (top level): Skip tests if valid_addr_p returns false for
7886 $cmd1 or $cmd2.
7887
85642ba0
AW
78882015-03-11 Andy Wingo <wingo@igalia.com>
7889
7890 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7891
e03f9645
YQ
78922015-03-11 Yao Qi <yao.qi@linaro.org>
7893
7894 * gdb.base/catch-syscall.exp: Fix typo in comments.
7895
5d0962b2
YQ
78962015-03-11 Yao Qi <yao.qi@linaro.org>
7897
7898 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7899
b2df3cef
PA
79002015-03-09 Pedro Alves <palves@redhat.com>
7901
7902 * dg-extract-results.py: Delete.
7903
ef878e53
PA
79042015-03-09 Pedro Alves <palves@redhat.com>
7905
7906 Merge dg-extract-results.sh from GCC upstream (r218843).
7907
7908 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7909 * dg-extract-results.sh: Use --text with grep to avoid issues with
7910 binary files. Fall back to cat -v, if that doesn't work.
7911
9494d219
PA
79122015-03-05 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7915
a8d9763a
SM
79162015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * lib/mi-support.exp (mi_expect_interrupt): Accept
7919 alternative event for when in all-stop mode.
7920
be9957b8
PA
79212015-03-04 Pedro Alves <palves@redhat.com>
7922
7923 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7924
d57be0f4 79252015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7926
7927 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7928
c214c7cf
AA
79292015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7930
7931 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7932 regexps for GDB's current line display, accept a hex address
7933 preceding the line number.
7934
6d74a497
AA
79352015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7936
7937 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7938 the 'arch1' variable for "s390*-linux*" targets.
7939
511aee7c
PA
79402015-03-04 Pedro Alves <palves@redhat.com>
7941
7942 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7943 (main): Pass missing retval argument to pthread_join call.
7944
95e50b27
PA
79452015-03-02 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7948 (top level): Call do_test with non-stop as well.
7949
28054d69
PA
79502015-03-02 Pedro Alves <palves@redhat.com>
7951
7952 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7953 -1.
7954
4fa5d7b4
AA
79552015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7956
7957 * gdb.arch/s390-vregs.exp: New test.
7958 * gdb.arch/s390-vregs.S: New file.
7959
97c18565
PA
79602015-02-27 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7963 call to catch_command_errors.
7964 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7965 catch_command_errors.
7966
a37bfa30
PA
79672015-02-27 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7970 "true" for boolean result.
7971 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7972 prototype of main.
7973
6f98576f
PA
79742015-02-27 Pedro Alves <palves@redhat.com>
7975
7976 * lib/unbuffer_output.c: New file.
7977 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7978 (main): Call gdb_unbuffer_output.
7979
eba5ab56
YQ
79802015-02-27 Yao Qi <yao.qi@linaro.org>
7981
7982 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7983 target.
7984
0def5aaa
DE
79852015-02-26 Doug Evans <dje@google.com>
7986
7987 * gdb.cp/class2.cc (Dbase, D): New classes.
7988 (main): New local delta.
7989 * gdb.cp/class2.exp: Test printing delta.
7990 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7991 (dynbar): New global.
7992 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7993
081a1c2c
JK
79942015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7995
7996 * gdb.compile/compile-ifunc.c: New file.
7997 * gdb.compile/compile-ifunc.exp: New file.
7998
2f41223f
AT
79992015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8000
8001 * gdb.base/structs.exp: Check for correct struct on finish.
8002
03eddd80
YQ
80032015-02-26 Yao Qi <yao.qi@linaro.org>
8004
8005 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8006 is zero.
8007
80c57053
JK
80082015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8009
8010 * gdb.arch/cordic.ko.bz2: New file.
8011 * gdb.arch/cordic.ko.debug.bz2: New file.
8012 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8013
21613c12
YQ
80142015-02-25 Yao Qi <yao.qi@linaro.org>
8015
8016 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8017 aarch64*-*-* target.
8018
d8b901ed
PA
80192015-02-23 Pedro Alves <palves@redhat.com>
8020
8021 * lib/gdb.exp (delete_breakpoints): Rewrite using
8022 gdb_test_multiple.
8023
e5b85ead
PA
80242015-02-23 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/info-os.c: Include stdlib.h.
8027
85c3a371
DE
80282015-02-22 Doug Evans <xdje42@gmail.com>
8029
8030 PR symtab/17855
8031 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8032 is read after symbols have been re-read.
8033 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8034 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8035
96553a0c
DE
80362015-02-21 Doug Evans <dje@google.com>
8037
8038 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8039
97a0c697
JK
80402015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8041
8042 PR corefiles/17808
8043 * gdb.arch/i386-biarch-core.core.bz2: New file.
8044 * gdb.arch/i386-biarch-core.exp: New file.
8045
a47cd6e9
PA
80462015-02-21 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8049 runto_main fails.
8050
c5facdc4
PA
80512015-02-20 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8054 info probes.
8055
2db9a427
PA
80562015-02-20 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8059
60fb7e9e
PA
80602015-02-20 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8063 clean_restart before gdb_target_supports_trace.
8064
5c5019c2
PA
80652015-02-20 Pedro Alves <palves@redhat.com>
8066
8067 PR threads/18006
8068 * gdb.threads/clone-thread_db.c: New file.
8069 * gdb.threads/clone-thread_db.exp: New file.
8070
c9587f88
AT
80712015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8072
8073 PR breakpoints/16812
8074 * gdb.base/catch-gdb-caused-signals.c: New file.
8075 * gdb.base/catch-gdb-caused-signals.exp: New file.
8076
f6a88844
JM
80772015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8078
8079 * configure: Regenerated.
8080 * configure.ac: Use GDB_AC_TRANSFORM.
8081 * aclocal.m4: sinclude ../transform.m4.
8082
497c491b
JM
80832015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8084
8085 * lib/dtrace.exp: New file.
8086 * gdb.base/dtrace-probe.exp: Likewise.
8087 * gdb.base/dtrace-probe.d: Likewise.
8088 * gdb.base/dtrace-probe.c: Likewise.
8089 * lib/pdtrace.in: Likewise.
8090 * configure.ac: Output variables with the transformed names of
8091 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8092 * configure: Regenerated.
8093
03e98035
JM
80942015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8095
8096 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8097 expected message when trying to access $_probe_* convenience
8098 variables while not on a probe.
8099
63cc30e9
JK
81002015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8101
8102 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8103
0703599a
PA
81042015-02-11 Pedro Alves <pedro@codesourcery.com>
8105
8106 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8107 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8108
7e60a48e
DE
81092015-02-10 Doug Evans <xdje42@gmail.com>
8110
8111 * lib/gdb.exp (gdb_load): Always return a result.
8112
01b088bc
PA
81132015-02-10 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.threads/signal-sigtrap.c: New file.
8116 * gdb.threads/signal-sigtrap.exp: New file.
8117
b05ec7a5
AT
81182015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8119
8120 * gdb.trace/no-attach-trace.c: New file.
8121 * gdb.trace/no-attach-trace.exp: New file.
8122
a2c2acaf
MW
81232015-02-09 Mark Wielaard <mjw@redhat.com>
8124
8125 * gdb.dwarf2/atomic.c: New file.
8126 * gdb.dwarf2/atomic-type.exp: Likewise.
8127
31fd9caa
MM
81282015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8129
8130 * gdb.btrace/buffer-size.exp: Update "info record" output.
8131 * gdb.btrace/delta.exp: Update "info record" output.
8132 * gdb.btrace/enable.exp: Update "info record" output.
8133 * gdb.btrace/finish.exp: Update "info record" output.
8134 * gdb.btrace/instruction_history.exp: Update "info record" output.
8135 * gdb.btrace/next.exp: Update "info record" output.
8136 * gdb.btrace/nexti.exp: Update "info record" output.
8137 * gdb.btrace/step.exp: Update "info record" output.
8138 * gdb.btrace/stepi.exp: Update "info record" output.
8139 * gdb.btrace/nohist.exp: Update "info record" output.
8140
d33501a5
MM
81412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8142
8143 * gdb.btrace/buffer-size: New.
8144
f4abbc16
MM
81452015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8146
8147 * gdb.btrace/delta.exp: Update "info record" output.
8148 * gdb.btrace/enable.exp: Update "info record" output.
8149 * gdb.btrace/finish.exp: Update "info record" output.
8150 * gdb.btrace/instruction_history.exp: Update "info record" output.
8151 * gdb.btrace/next.exp: Update "info record" output.
8152 * gdb.btrace/nexti.exp: Update "info record" output.
8153 * gdb.btrace/step.exp: Update "info record" output.
8154 * gdb.btrace/stepi.exp: Update "info record" output.
8155 * gdb.btrace/nohist.exp: Update "info record" output.
8156
b9d61307
SM
81572015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8158
8159 PR gdb/15678
8160 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8161
e584fdbc
PA
81622015-02-06 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8165 macro.
8166 (seconds_left, again): New globals.
8167 (main): Wait seconds_left in a 1-second sleep loop instead of
8168 sleeping 180 seconds. If 'again' is set, reset the seconds
8169 counter.
8170 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8171 'again' in the inferior before detaching. Print the seconds left.
8172 (options): New global.
8173 (top level): Build program with -DTIMEOUT=$timeout.
8174
77f41761
PA
81752015-02-06 Pedro Alves <palves@redhat.com>
8176
8177 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8178 determine how many seconds to pass to 'alarm'.
8179 * gdb.base/gdb-sigterm.exp (top level): Build program with
8180 -DTIMEOUT=$timeout.
8181 (do_test): Return success/failure indication. Add more verbose
8182 logging. Don't fail if 200 single steps are seen. Instead, fail
8183 when the test times out.
8184 (passes): New global.
8185 (top level): Break the testing loop if testing fails on any
8186 iteration. Use gdb_assert.
8187
b9394193
DB
81882015-02-04 Don Breazeal <donb@codesourcery.com>
8189
8190 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8191 and initialize them.
8192 (ipc_cleanup): New function.
8193 (main): Don't declare shmid, semid, and msqid. Add a call to
8194 atexit so that we call ipc_cleanup on exit.
8195
42d9e528
PA
81962015-02-04 Pedro Alves <palves@redhat.com>
8197
8198 * boards/native-extended-gdbserver.exp: Remove any target variant
8199 specifications from the board name before clearing the isremote
8200 flag from board_info.
8201
ae6ae975
DE
82022015-01-31 Doug Evans <xdje42@gmail.com>
8203
8204 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8205
cfb069a8
GB
82062015-01-31 Gary Benson <gbenson@redhat.com>
8207
8208 * gdb.base/completion.exp: Disable completion limiting for
8209 existing tests. Add new tests to check completion limiting.
8210 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8211
5dd31d79
DE
82122015-01-31 Doug Evans <xdje42@gmail.com>
8213
8214 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8215
9f050062
DE
82162015-01-31 Doug Evans <xdje42@gmail.com>
8217
8218 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8219 entries. Duplicate file section script entries.
8220 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8221 inlined entries. Add test for safe-path rejection.
8222 * gdb.python/py-section-script.c: Add duplicate inlined section script
8223 entries. Duplicate file section script entries.
8224 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8225 inlined entries. Add test for safe-path rejection.
8226
df25ebbd
JB
82272015-01-29 Joel Brobecker <brobecker@adacore.com>
8228
8229 * gdb.ada/disc_arr_bound: New testcase.
8230
4a0ca9ec
JB
82312015-01-29 Joel Brobecker <brobecker@adacore.com>
8232
8233 * gdb.ada/mi_var_array: New testcase.
8234
3a8b707a
DE
82352015-01-27 Doug Evans <dje@google.com>
8236
8237 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8238 Add test for objfile.filename, objfile.username after objfile
8239 has been unloaded.
8240
f8313f6e
JB
82412015-01-26 Joel Brobecker <brobecker@adacore.com>
8242
8243 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8244 the second test to print the name attribute of value
8245 returned by the call to gdb.lookup_type, and adjust
8246 the expected output accordingly.
8247
37bc665e
MW
82482015-01-25 Mark Wielaard <mjw@redhat.com>
8249
8250 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8251 * gdb.base/disp-step-fork.c: Include unistd.h.
8252 * gdb.base/siginfo-obj.c: Include stdio.h.
8253 * gdb.base/siginfo-thread.c: Likewise.
8254 * gdb.mi/non-stop.c: Include unistd.h.
8255 * gdb.mi/nsthrexec.c: Include stdio.h.
8256 * gdb.mi/pthreads.c: Include unistd.h.
8257 * gdb.modula2/unbounded1.c (main): Declare returns int.
8258 * gdb.reverse/consecutive-reverse.c: Likewise.
8259 * gdb.threads/create-fail.c: Include unistd.h.
8260 * gdb.threads/killed.c: Likewise.
8261 * gdb.threads/linux-dp.c: Likewise.
8262 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8263 * gdb.threads/non-ldr-exc-2.c: Likewise.
8264 * gdb.threads/non-ldr-exc-3.c: Likewise.
8265 * gdb.threads/non-ldr-exc-4.c: Likewise.
8266 * gdb.threads/pthreads.c: Include unistd.h.
8267 (main): Declare returns int.
8268 * gdb.threads/tls-main.c (foo): New declaration.
8269 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8270
f7e5394d
SM
82712015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8272
8273 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8274 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8275
743649fd
MW
82762015-01-15 Mark Wielaard <mjw@redhat.com>
8277
8278 * gdb.base/noreturn-return.c: New file.
8279 * gdb.base/noreturn-return.exp: New file.
8280 * gdb.base/noreturn-finish.c: New file.
8281 * gdb.base/noreturn-finish.exp: New file.
8282
198297aa
PA
82832015-01-23 Pedro Alves <palves@redhat.com>
8284
8285 * gdb.threads/continue-pending-after-query.c: New file.
8286 * gdb.threads/continue-pending-after-query.exp: New file.
8287
717cf30c
AG
82882015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8289 Simon Marchi <simon.marchi@ericsson.com>
8290
8291 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8292 * gdb.base/valgrind-db-attach.exp: Same.
8293 * gdb.base/valgrind-infcall.exp: Same.
8294 * lib/mi-support.exp (default_mi_gdb_start): Same.
8295 * lib/prompt.exp (default_prompt_gdb_start): Same.
8296 * lib/gdb.exp (default_gdb_spawn): Same.
8297 (gdb_interact): New.
8298
8299
4b62a76e
JK
83002015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8301
8302 * gdb.compile/compile.exp (pointer to jit function): New test.
8303
b4cdae6f
WW
83042015-01-17 Wei-cheng Wang <cole945@gmail.com>
8305
8306 * lib/gdb.exp (supports_process_record): Return true for
8307 powerpc*-*-linux*.
8308 (supports_reverse): Likewise.
8309
d221e7ef
DB
83102015-01-15 Don Breazeal <donb@codesourcery.com>
8311
8312 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8313 instead of checking whether the target board is remote and
8314 use spawn_wait_for_attach instead of exec/sleep.
8315 * gdb.base/attach-twice.exp: Likewise.
8316
bafffb51
JB
83172015-01-15 Joel Brobecker <brobecker@adacore.com>
8318
8319 * gdb.ada/var_arr_attrs: New testcase.
8320
5589af0e
PA
83212015-01-14 Pedro Alves <palves@redhat.com>
8322 Joel Brobecker <brobecker@adacore.com>
8323
8324 PR gdb/17525
8325 * gdb.base/bp-cmds-execution-x-script.c: New file.
8326 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8327 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8328
6c400b59
PA
83292015-01-14 Pedro Alves <palves@redhat.com>
8330
8331 PR cli/17828
8332 * gdb.base/batch-preserve-term-settings.c: New file.
8333 * gdb.base/batch-preserve-term-settings.exp: New file.
8334
e02c96a7
DE
83352015-01-13 Doug Evans <dje@google.com>
8336
8337 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8338 binary.
8339
576fd14c
JB
83402015-01-13 Joel Brobecker <brobecker@adacore.com>
8341
8342 * Makefile.in (clean mostlyclean): Do not delete *.py.
8343
04dccad0
JB
83442015-01-13 Joel Brobecker <brobecker@adacore.com>
8345
8346 * gdb.python/py-lookup-type.exp: New file.
8347
3d230f71
PA
83482015-01-12 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8351 restore GDBFLAGS before returning.
8352
7e67715d
JK
83532015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8354
8355 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8356 is_amd64_regs_target and is_x86_like_target.
8357
f2e0d4b4
DE
83582015-01-11 Doug Evans <xdje42@gmail.com>
8359
8360 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8361 is given without an explicit form.
8362 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8363 attributes.
8364 * gdb.dwarf/corrupt.exp: Ditto.
8365 * gdb.dwarf2/enum-type.exp: Ditto.
8366 * gdb.trace/entry-values.exp: Ditto.
8367 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8368
439250fb
DE
83692015-01-11 Doug Evans <xdje42@gmail.com>
8370
8371 PR gdb/15830
8372 * gdb.base/maint.exp: Remove references to "maint demangle".
8373 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8374 Add tests for explicitly specifying language to demangle.
8375 * gdb.dlang/demangle.exp: Ditto.
8376
ede9f622
PA
83772015-01-09 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.threads/non-stop-fair-events.c: New file.
8380 * gdb.threads/non-stop-fair-events.exp: New file.
8381
a7b796db
PA
83822015-01-09 Pedro Alves <palves@redhat.com>
8383
8384 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8385 the global scope. Set a breakpoint after all threads are started
8386 rather than stepping over two source lines. Expect the prompt.
8387 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8388 global.
8389 (NUM): Now 15.
8390 (main): Use threads_started_barrier to wait for all threads to
8391 start. Main thread no longer calls thread_function. Exit after
8392 180 seconds.
8393 (loop): New function.
8394 (thread_function): Wait on threads_started_barrier barrier. Call
8395 'loop' at each iteration.
8396 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8397 threads have started, instead of hardcoding number of "next"
8398 steps. Use an access watchpoint instead of a write watchpoint.
8399
9665ffdd
PA
84002015-01-09 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8403 (thread_func): Wait on barrier.
8404 (main): Wait for all threads to start before stopping GDB.
8405 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8406 global.
8407 (thread1_func, thread2_func): Wait on barrier.
8408 (main): Wait for all threads to start before stopping GDB.
8409 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8410 New global.
8411 (thread1_func, thread2_func): Wait on barrier.
8412 (main): Wait for all threads to start before stopping GDB.
8413
c945a99f
PA
84142015-01-09 Pedro Alves <palves@redhat.com>
8415
8416 * gdb.threads/attach-many-short-lived-threads.c: New file.
8417 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8418
c1a747c1
PA
84192014-01-09 Pedro Alves <palves@redhat.com>
8420
8421 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8422 instead of to thread 2.
8423 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8424 Add barrier around each pthread_create call instead of around all
8425 calls.
8426 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8427 Set a break on thread_function and have the child threads hit it
8428 one at at a time.
8429
60b3033e
PA
84302015-01-09 Pedro Alves <palves@redhat.com>
8431
8432 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8433 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8434 false.
8435 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8436 checking whether the target board is remote.
8437 * gdb.multi/multi-attach.exp: Likewise.
8438 * gdb.python/py-sync-interp.exp: Likewise.
8439 * gdb.server/ext-attach.exp: Likewise.
8440 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8441 tests that need to attach, instead of checking whether the target
8442 board is remote at the top of the file.
8443
acc018ac
YQ
84442015-01-08 Yao Qi <yao@codesourcery.com>
8445
8446 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8447
50a18af8
JK
84482015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8449
8450 Fix testcase compilation.
8451 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8452
8503d6e1
JB
84532015-01-06 Joel Brobecker <brobecker@adacore.com>
8454
8455 * gdb.python/py-type.exp: Add a couple test about empty
8456 array creation, and negative-length array creation.
8457
cc73dbcc
DE
84582015-01-02 Doug Evans <xdje42@gmail.com>
8459
8460 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8461
0300bbc7
DE
84622015-01-02 Doug Evans <dje@google.com>
8463
8464 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8465
9d85a0ec
YQ
84662014-12-29 Yao Qi <yao@codesourcery.com>
8467
8468 * gdb.trace/entry-values.exp: Update comments. Rename variable
8469 bar_call_foo to returned_from_foo.
8470
87186c6a
MMN
84712014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8472
8473 PR gdb/17394
8474 * gdb.linespec/break-asm-file.c: New file.
8475 * gdb.linespec/break-asm-file.exp: New file.
8476 * gdb.linespec/break-asm-file0.s: New file.
8477 * gdb.linespec/break-asm-file1.s: New file.
8478
1bab7383
YQ
84792014-12-18 Nigel Stephens <nigel@mips.com>
8480 Maciej W. Rozycki <macro@codesourcery.com>
8481
8482 * gdb.base/float.exp: Handle the new output from "info float" on
8483 MIPS targets.
8484
1bc1068a
JK
84852014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8486
8487 Fix MinGW compilation.
8488 * gdb.compile/compile-ops.exp: Update untested message if
8489 !skip_compile_feature_tests.
8490 * gdb.compile/compile-setjmp.exp: Likewise.
8491 * gdb.compile/compile-tls.exp: Likewise.
8492 * gdb.compile/compile.exp: Likewise.
8493 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8494 supported on this host".
8495
b6615d10
DE
84962014-12-16 Doug Evans <xdje42@gmail.com>
8497
8498 * boards/stabs.exp: New file.
8499
25dda427
AA
85002014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8501
8502 * gdb.base/completion.exp: Adjust to format changes of "maint
8503 print user-registers".
8504
bf330350
CU
85052014-12-16 Catalin Udma <catalin.udma@freescale.com>
8506
8507 PR server/17457
8508 * gdb.arch/aarch64-fp.c: New file.
8509 * gdb.arch/aarch64-fp.exp: New file.
8510
395cf596
SDJ
85112014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8512
8513 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8514 r210637, r210913, r211666, r215400, r215817).
8515
8516 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8517 * dg-extract-results.py: New file.
8518 * dg-extract-results.sh: Use it if the environment seems
8519 suitable.
8520
8521 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8522
8523 * dg-extract-results.py (parse_run): Handle warnings that
8524 are printed before a test harness is run.
8525
8526 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8527
8528 * dg-extract-results.py (Named): Remove __cmp__ method.
8529 (output_variation): Use a key to sort variation.harnesses.
8530
8531 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8532
8533 * dg-extract-results.py: For Python 3, force sys.stdout to
8534 handle surrogate escape sequences.
8535 (safe_open): New function.
8536 (output_segment, main): Use it.
8537
8538 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8539
8540 * dg-extract-results.py (Prog.result_re): Include options
8541 in test name.
8542
8543 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8544
8545 * dg-extract-results.py (output_variation): Always sort if
8546 do_sum.
8547
e882ef3c
SM
85482014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8549
8550 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8551 as long as we get pagination notifications.
8552
4992aa20
JM
85532014-12-15 Jason Merrill <jason@redhat.com>
8554
8555 * Makefile.in (check-gdb.%): Restore.
8556 * README: Mention it.
8557
c1b5a1a6
JB
85582014-12-13 Joel Brobecker <brobecker@adacore.com>
8559
8560 * gdb.ada/str_uninit: New testcase.
8561
5537b577
JK
85622014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8563
8564 PR symtab/17642
8565 * gdb.base/vla-stub-define.c: New file.
8566 * gdb.base/vla-stub.c: New file.
8567 * gdb.base/vla-stub.exp: New file.
8568
bb2ec1b3
TT
85692014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8570 Jan Kratochvil <jan.kratochvil@redhat.com>
8571 Tom Tromey <tromey@redhat.com>
8572
8573 * configure.ac: Add gdb.compile/.
8574 * configure: Regenerate.
8575 * gdb.compile/Makefile.in: New file.
8576 * gdb.compile/compile-ops.exp: New file.
8577 * gdb.compile/compile-ops.c: New file.
8578 * gdb.compile/compile-tls.c: New file.
8579 * gdb.compile/compile-tls.exp: New file.
8580 * gdb.compile/compile-constvar.S: New file.
8581 * gdb.compile/compile-constvar.c: New file.
8582 * gdb.compile/compile-mod.c: New file.
8583 * gdb.compile/compile-nodebug.c: New file.
8584 * gdb.compile/compile-setjmp-mod.c: New file.
8585 * gdb.compile/compile-setjmp.c: New file.
8586 * gdb.compile/compile-setjmp.exp: New file.
8587 * gdb.compile/compile-shlib.c: New file.
8588 * gdb.compile/compile.c: New file.
8589 * gdb.compile/compile.exp: New file.
8590 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8591
4ff709eb
TT
85922014-12-12 Tom Tromey <tromey@redhat.com>
8593
8594 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8595 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8596
6dddd6a5
DE
85972014-12-12 Doug Evans <dje@google.com>
8598
8599 * lib/gdb-python.exp (get_python_valueof): New function.
8600 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8601
71c24708
AA
86022014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8603
8604 * gdb.base/completion.exp: Add test for completion of "info
8605 registers ".
8606
3e29f34a
MR
86072014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8608
8609 * gdb.base/func-ptrs.c: New file.
8610 * gdb.base/func-ptrs.exp: New file.
8611
fc126975
SM
86122014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8613
8614 PR breakpoints/17012
8615 * gdb.base/dprintf-detach.c: New file.
8616 * gdb.base/dprintf-detach.exp: New file.
8617
0a46d518
SM
86182014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8619
8620 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8621 * lib/gdb.exp (target_is_gdbserver): New procedure.
8622
a0be3e44
DE
86232014-12-08 Doug Evans <dje@google.com>
8624
8625 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8626
df1b803a
YQ
86272014-12-05 Yao Qi <yao@codesourcery.com>
8628
8629 * gdb.guile/scm-error.exp: Remove the third argument to
8630 gdb_remote_download.
8631 * gdb.guile/scm-frame-args.exp: Likewise.
8632 * gdb.guile/scm-section-script.exp: Likewise.
8633
ddb9f679
YQ
86342014-12-05 Yao Qi <yao@codesourcery.com>
8635
8636 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8637
86e4ed39
DE
86382014-12-04 Doug Evans <dje@google.com>
8639
8640 * gdb.python/py-objfile.exp: Add tests for
8641 objfile.add_separate_debug_file.
8642
7c50a931
DE
86432014-12-04 Doug Evans <dje@google.com>
8644
8645 * lib/gdb.exp (get_build_id): New function.
8646 (build_id_debug_filename_get): Rewrite to use it.
8647 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8648
621661e3
MR
86492014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8650
8651 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8652 `method(long)', not just 0x0.
8653 * gdb.cp/nsalias.exp: Align code labels to 4.
8654 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8655 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8656 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8657 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8658 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8659 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8660
29f0c3b7
DE
86612014-12-02 Doug Evans <dje@google.com>
8662
e1e061e7 8663 PR symtab/17602
29f0c3b7 8664 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8665 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8666 * gdb.cp/anon-ns.exp: Update.
8667
162078c8
NB
86682014-12-02 Nick Bull <nicholaspbull@gmail.com>
8669
8670 * gdb.python/py-events.py (inferior_call_handler): New.
8671 (register_changed_handler, memory_changed_handler): New.
8672 (test_events.invoke): Register new handlers.
8673 * gdb.python/py-events.exp: Add tests for inferior call,
8674 memory_changed and register_changed events.
8675
fdb09caf
AA
86762014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8677
8678 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8679 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8680 if the linker doesn't understand this.
8681
55cfb2c4
SM
86822014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8683
8684 * gdb.python/python.exp: Change expected reply to help().
8685
9e8cd6df
YQ
86862014-12-01 Yao Qi <yao@codesourcery.com>
8687
8688 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8689 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8690 * configure: Re-generated.
8691
6c659fc2
SC
86922014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8693
8694 * gdb.cp/chained-calls.cc: New file.
8695 * gdb.cp/chained-calls.exp: New file.
8696 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8697
d7fc3181
SM
86982014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8699
8700 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8701 * gdb.dwarf2/symtab-producer.exp: Same.
8702 * gdb.gdb/python-interrupts.exp: Same.
8703 * gdb.gdb/python-selftest.exp: Same.
8704 * gdb.python/py-linetable.exp: Same.
8705 * gdb.python/py-type.exp: Same.
8706 * gdb.python/py-value-cc.exp: Same.
8707 * gdb.python/py-value.exp: Same.
8708
10e79639
YQ
87092014-11-28 Yao Qi <yao@codesourcery.com>
8710
8711 * gdb.base/break-probes.exp: Match library name prefixed with
8712 sysroot.
8713
f28a0564
SM
87142014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8715
8716 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8717 test expected output. Add parentheses for the call to print.
8718 Remove L suffix from integers.
8719
3fe1ce1d
DE
87202014-11-26 Doug Evans <dje@google.com>
8721
8722 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8723
84429e27
YQ
87242014-11-22 Yao Qi <yao@codesourcery.com>
8725
8726 * gdb.trace/entry-values.c: Remove asms.
8727 (foo): Add foo_label.
8728 (bar): Add bar_label.
8729 * gdb.trace/entry-values.exp: Remove code computing foo's
8730 length and bar's length.
8731 (Dwarf::assemble): Invoke function_range for bar and use
8732 MACRO_AT_func for foo.
8733
26741859
YQ
87342014-11-22 Yao Qi <yao@codesourcery.com>
8735
8736 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8737 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8738 Use .Lgcc43_procstart instead of gcc43.
8739
45e44d27
JB
87402014-11-21 Joel Brobecker <brobecker@adacore.com>
8741
8742 * gdb.ada/n_arr_bound: New testcase.
8743
458c8db8
SDJ
87442014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8745
8746 PR breakpoints/10737
8747 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8748 test_catch_syscall_multi_arch.
8749 (test_catch_syscall_multi_arch): New function.
8750
43f3e411
DE
87512014-11-20 Doug Evans <xdje42@gmail.com>
8752
8753 * gdb.base/maint.exp: Update expected output.
8754
0d7b2549
AA
87552014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8756
8757 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8758 4-byte instruction on S390.
8759
8908fca5
JB
87602014-11-19 Joel Brobecker <brobecker@adacore.com>
8761
8762 * gdb.ada/arr_arr: New testcase.
8763
4a46959e
JB
87642014-11-19 Joel Brobecker <brobecker@adacore.com>
8765
8766 * gdb.ada/pkd_arr_elem: New Testcase.
8767
470e2f4e
LM
87682014-11-18 Luis Machado <lgustavo@codesourcery.com>
8769
8770 * gdb.reverse/break-precsave: Expect completion message for
8771 core file reads.
8772 * gdb.reverse/consecutive-precsave.exp: Likewise.
8773 * gdb.reverse/finish-precsave.exp: Likewise.
8774 * gdb.reverse/i386-precsave.exp: Likewise.
8775 * gdb.reverse/machinestate-precsave.exp: Likewise.
8776 * gdb.reverse/sigall-precsave.exp: Likewise.
8777 * gdb.reverse/solib-precsave.exp: Likewise.
8778 * gdb.reverse/step-precsave.exp: Likewise.
8779 * gdb.reverse/until-precsave.exp: Likewise.
8780 * gdb.reverse/watch-precsave.exp: Likewise.
8781
a267f3ad
AA
87822014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8783
8784 * gdb.base/bp-permanent.c: Include unistd.h.
8785 * gdb.python/py-framefilter-mi.c (main): Add return type.
8786 * gdb.python/py-framefilter.c (main): Likewise.
8787 * gdb.trace/actions-changed.c (main): Likewise.
8788
12084a9a
AA
87892014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8790
8791 * gdb.mi/until.c: Add eye-catchers.
8792 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8793 line numbers.
8794
dc7e1a77
AA
87952014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8796
8797 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8798 function header variants in break1.c.
8799 * gdb.base/ena-dis-br.exp: Likewise.
8800 * gdb.base/hbreak2.exp: Likewise.
8801 * gdb.reverse/until-precsave.exp: Drop references to removed
8802 non-prototype function header variants in ur1.c.
8803 * gdb.reverse/until-reverse.exp: Likewise.
8804
41c77605
PM
88052014-11-17 Petr Machata <pmachata@redhat.com>
8806
8807 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8808 ${_cu_offset_size} bytes abbrev offset.
8809
34248c3a
DE
88102014-11-15 Doug Evans <xdje42@gmail.com>
8811
8812 PR symtab/17559
8813 * gdb.base/line-symtabs.exp: New file.
8814 * gdb.base/line-symtabs.c: New file.
8815 * gdb.base/line-symtabs.h: New file.
8816
646da059
YQ
88172014-11-14 Yao Qi <yao@codesourcery.com>
8818
8819 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8820 (func): Add label func_label.
8821 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8822 Replace low_pc and high_pc with MACRO_AT_range.
8823 Replace name, low_pc and high_pc with MACRO_AT_func.
8824
9301ebe6
YQ
88252014-11-14 Yao Qi <yao@codesourcery.com>
8826
8827 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8828 Replace name, low_pc and high_pc with MACRO_AT_func.
8829
f166b542
YQ
88302014-11-14 Yao Qi <yao@codesourcery.com>
8831
8832 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8833 produce debug information.
8834 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8835
0f6e71e3
YQ
88362014-11-14 Yao Qi <yao@codesourcery.com>
8837
8838 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8839 object and get function length.
8840 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8841 with MACRO_AT_func.
8842 (top-level): Replace gdb_compile and clean_restart with
8843 prepare_for_testing.
8844 * gdb.dwarf2/main.c (main): Add label main_label.
8845
876c4df9
YQ
88462014-11-14 Yao Qi <yao@codesourcery.com>
8847
8848 * lib/dwarf.exp (function_range): New procedure.
8849 (Dwarf::_handle_macro_at_func): New procedure.
8850 (Dwarf::_handle_macro_at_range): New procedure.
8851 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8852
02ad9cf1
YQ
88532014-11-14 Yao Qi <yao@codesourcery.com>
8854
8855 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8856 (_handle_attribute): New procedure.
8857
a59add0c
AA
88582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8859
8860 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8861 * gdb.base/call-sc.c (zed): Likewise.
8862 * gdb.base/checkpoint.c (main): Likewise.
8863 * gdb.base/dump.c (main): Likewise.
8864 * gdb.base/gcore.c (main): Likewise.
8865 * gdb.base/huge.c (main): Likewise.
8866 * gdb.base/multi-forks.c (main): Likewise.
8867 * gdb.base/pr10179-a.c (main): Likewise.
8868 * gdb.base/savedregs.c (main): Likewise.
8869 * gdb.base/sigaltstack.c (main): Likewise.
8870 * gdb.base/siginfo.c (main): Likewise.
8871 * gdb.base/structs.c (zed): Likewise.
8872 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8873 * gdb.mi/mi-syn-frame.c (main): Likewise.
8874 * gdb.mi/until.c (foo, main): Likewise.
8875 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8876 * gdb.base/solib-weak.c (foo): Declare.
8877 * gdb.base/attach-twice.c: Include stdio.h.
8878 * gdb.base/weaklib1.c: Likewise.
8879 * gdb.base/weaklib2.c: Likewise.
8880 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8881 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8882 unistd.h.
8883 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8884 * gdb.mi/mi-exit-code.c: Likewise.
8885 * gdb.base/break-interp-lib.c: Include string.h.
8886 * gdb.base/coremaker.c: Likewise.
8887 * gdb.base/testenv.c: Likewise.
8888 * gdb.python/py-finish-breakpoint.c: Likewise.
8889 * gdb.base/inferior-died.c: Include sys/wait.h.
8890 * gdb.base/fileio.c: Include time.h.
8891 * gdb.base/async-shell.c: Include unistd.h.
8892 * gdb.base/dprintf-non-stop.c: Likewise.
8893 * gdb.base/info-os.c: Likewise.
8894 * gdb.mi/mi-console.c: Likewise.
8895 * gdb.mi/watch-nonstop.c: Likewise.
8896 * gdb.python/py-events.c: Likewise.
8897 * gdb.base/async.c (baz): Move up before its invocation.
8898 * gdb.base/code_elim2.c (my_global_func): Likewise.
8899 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8900 * gdb.base/advance.c (func2): Likewise.
8901
3b5d5997
AA
89022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8903
8904 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8905 variant.
8906 * gdb.base/annota3.c: Likewise.
8907 * gdb.base/async.c: Likewise.
8908 * gdb.base/average.c: Likewise.
8909 * gdb.base/call-ar-st.c: Likewise.
8910 * gdb.base/call-rt-st.c: Likewise.
8911 * gdb.base/call-sc.c: Likewise.
8912 * gdb.base/call-strs.c: Likewise.
8913 * gdb.base/ending-run.c: Likewise.
8914 * gdb.base/execd-prog.c: Likewise.
8915 * gdb.base/exprs.c: Likewise.
8916 * gdb.base/foll-exec.c: Likewise.
8917 * gdb.base/foll-fork.c: Likewise.
8918 * gdb.base/foll-vfork.c: Likewise.
8919 * gdb.base/funcargs.c: Likewise.
8920 * gdb.base/gcore.c: Likewise.
8921 * gdb.base/jump.c: Likewise.
8922 * gdb.base/langs0.c: Likewise.
8923 * gdb.base/langs1.c: Likewise.
8924 * gdb.base/langs2.c: Likewise.
8925 * gdb.base/mips_pro.c: Likewise.
8926 * gdb.base/nodebug.c: Likewise.
8927 * gdb.base/opaque0.c: Likewise.
8928 * gdb.base/opaque1.c: Likewise.
8929 * gdb.base/recurse.c: Likewise.
8930 * gdb.base/run.c: Likewise.
8931 * gdb.base/scope0.c: Likewise.
8932 * gdb.base/scope1.c: Likewise.
8933 * gdb.base/setshow.c: Likewise.
8934 * gdb.base/setvar.c: Likewise.
8935 * gdb.base/shmain.c: Likewise.
8936 * gdb.base/shr1.c: Likewise.
8937 * gdb.base/shr2.c: Likewise.
8938 * gdb.base/sigall.c: Likewise.
8939 * gdb.base/signals.c: Likewise.
8940 * gdb.base/so-indr-cl.c: Likewise.
8941 * gdb.base/solib2.c: Likewise.
8942 * gdb.base/structs.c: Likewise.
8943 * gdb.base/sum.c: Likewise.
8944 * gdb.base/vforked-prog.c: Likewise.
8945 * gdb.base/watchpoint.c: Likewise.
8946 * gdb.reverse/shr2.c: Likewise.
8947 * gdb.reverse/until-reverse.c: Likewise.
8948 * gdb.reverse/ur1.c: Likewise.
8949 * gdb.reverse/watch-reverse.c: Likewise.
8950
066a77c5
AA
89512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8952
8953 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8954 variant.
8955 * gdb.base/sepdebug.exp: Drop references to removed code.
8956
4f204ea5
AA
89572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8958
8959 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8960 variant. Preserve original line numbering.
8961 * gdb.base/list1.c: Likewise.
8962
3b377a3a
AA
89632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8964
8965 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8966 variant.
8967 * gdb.base/break1.c: Likewise.
8968 * gdb.base/break.exp: Drop references to removed code.
8969
e444df73
AA
89702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8971
8972 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8973 variant.
8974
8008f2a7
AA
89752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8976
8977 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8978
a5a06887
AA
89792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8980
8981 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8982 logic into perform_all_tests() and invoke it with and without
8983 function header prototypes.
8984 (do_function_calls): Remove conditional XFAIL for PR 5318.
8985 (rerun_and_prepare): Remove duplicate code.
8986 (perform_all_tests): New. Main logic moved here.
8987
44dba9b9
AA
89882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8989
8990 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8991 code guarded by #ifdef NO_PROTOTYPES.
8992 (t_double_many_args): Likewise.
8993 (DEF_FUNC_MANY_ARGS_1): Likewise.
8994 (DEF_FUNC_VALUES_1): Likewise.
8995 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8996 guarded by #ifdef PROTOTYPES.
8997
d1fbcd56
AA
89982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8999
9000 * gdb.mi/mi-console.c: Add eye-catcher.
9001 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9002 instead of literal line number.
9003
b0e59b8f
AA
90042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9005
9006 * gdb.base/shr2.c: Add eye-catcher.
9007 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9008 line number.
9009
78f98cca
AA
90102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9011
9012 * gdb.base/jump.c: Add eye-catchers.
9013 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9014 numbers.
9015
58fa2af0
AA
90162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9017
9018 * gdb.base/execd-prog.c: Add eye-catchers.
9019 * gdb.base/foll-exec.c: Likewise.
9020 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9021 line numbers.
9022
04e5059b
AA
90232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9024
9025 * gdb.base/ending-run.c: Add eye-catchers.
9026 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9027 literal line numbers.
9028
dbfdb174
AA
90292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9030
9031 * gdb.base/call-rt-st.c: Add eye-catchers.
9032 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9033 literal line numbers.
9034
888a2ade
AA
90352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9036
9037 * gdb.base/call-ar-st.c: Add eye-catchers.
9038 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9039 literal line numbers.
9040
6acc2dde
AA
90412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9042
9043 * gdb.base/average.c: Add eye-catchers.
9044 * gdb.base/sum.c: Likewise.
9045 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9046 regexps dynamically.
9047
9ecfcd1d
AA
90482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9049
9050 * gdb.base/solib1.c: Add eye-catchers.
9051 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9052 literal line numbers.
9053
78708b7c
PA
90542014-11-12 Pedro Alves <palves@redhat.com>
9055
9056 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9057 leader has exited.
9058
af48d08f
PA
90592014-11-12 Pedro Alves <palves@redhat.com>
9060
9061 * gdb.arch/i386-bp_permanent.c: New file.
9062 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9063 (srcfile): Set to i386-bp_permanent.c.
9064 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9065 that stepi does not execute the 'leave' instruction, instead of
9066 testing it does execute.
9067 * gdb.base/bp-permanent.c: New file.
9068 * gdb.base/bp-permanent.exp: New file.
9069
af3768e9
DE
90702014-11-10 Doug Evans <xdje42@gmail.com>
9071
9072 PR symtab/17564
9073 * gdb.base/symtab-search-order.exp: New file.
9074 * gdb.base/symtab-search-order.c: New file.
9075 * gdb.base/symtab-search-order-1.c: New file.
9076 * gdb.base/symtab-search-order-shlib-1.c: New file.
9077
9de00a4a
PA
90782014-11-07 Pedro Alves <palves@redhat.com>
9079
9080 PR gdb/17511
9081 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9082 i?86-*-linux*.
9083
e0f52461
SC
90842014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9085
9086 PR c++/17494
9087 * gdb.cp/pr17494.cc: New file.
9088 * gdb.cp/pr17494.exp: New file.
9089
6ce8c980
YQ
90902014-11-02 Yao Qi <yao@codesourcery.com>
9091
9092 * gdb.python/python.exp: Get working directory and match the
9093 output of "set extended-prompt \\w " with it.
9094
02be9a71
DE
90952014-10-30 Doug Evans <dje@google.com>
9096
9097 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9098 in objfiles.
9099 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9100 in progspaces.
9101
3bdff46b
LM
91022014-10-30 Janis Johnson <janisjo@codesourcery.com>
9103
9104 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9105 * gdb.base/realname-expand.exp: Likewise.
9106 * gdb.linespec/macro-relative.exp: Likewise.
9107
ab917dfb
PA
91082014-10-29 Pedro Alves <palves@redhat.com>
9109
9110 PR gdb/17408
9111 * gdb.threads/schedlock.c (some_function): New function.
9112 (call_function): New global.
9113 (MAYBE_CALL_SOME_FUNCTION): New macro.
9114 (thread_function): Call it.
9115 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9116 and use it instead of a global counter. Adjust all callers.
9117 (get_current_thread): Use "find current thread" for test message
9118 here rather than having all callers pass down the same string.
9119 (goto_loop): New procedure, factored out from ...
9120 (my_continue): ... this.
9121 (step_ten_loops): Change parameter from test message to command to
9122 use. Adjust.
9123 (list_count): Delete global.
9124 (check_result): New procedure, factored out from duplicate top
9125 level code.
9126 (continue tests): Wrap in with_test_prefix.
9127 (test_step): New procedure, factored out from duplicate top level
9128 code.
9129 (top level): Test "step" in combination with all scheduler-locking
9130 modes. Test "next" in combination with all scheduler-locking
9131 modes, and in combination with stepping over a function call or
9132 not.
9133 * gdb.threads/next-bp-other-thread.c: New file.
9134 * gdb.threads/next-bp-other-thread.exp: New file.
9135
d3d4baed
PA
91362014-10-29 Pedro Alves <palves@redhat.com>
9137
9138 PR python/17372
9139 * gdb.python/python.exp: Test a multi-line command that spawns
9140 interactive Python.
9141 * gdb.base/multi-line-starts-subshell.exp: New file.
9142
563e8d85
YQ
91432014-10-29 Yao Qi <yao@codesourcery.com>
9144
9145 * gdb.base/fileio.exp: Make directories on host.
9146
0ea4d52e
YQ
91472014-10-29 Yao Qi <yao@codesourcery.com>
9148
9149 * gdb.base/fileio.c (test_write): Close the file.
9150
7f5ef605
PA
91512014-10-28 Pedro Alves <palves@redhat.com>
9152
9153 PR gdb/12623
9154 * gdb.base/sigstep.c (no_handler): New global.
9155 (main): If 'no_handler is true, set the signal handlers to
9156 SIG_IGN.
9157 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9158 with_sw_watch and no_handler parameters. Handle them.
9159 (top level) <stepping over handler when stopped at a breakpoint
9160 test>: Add a test axis for testing with a software watchpoint, and
9161 another for testing with the signal handler set to SIG_IGN.
9162 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9163 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9164
abbdbd03
PA
91652014-10-28 Pedro Alves <palves@redhat.com>
9166
9167 PR gdb/17511
9168 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9169 * gdb.base/sigstep.exp (other_handler_location): New global.
9170 (advance): Support stepping into the signal handler, and running
9171 commands while in the handler.
9172 (in_handler_map): New global.
9173 (top level): In the advance test, add combinations for getting
9174 into the handler with stepping commands, and for running commands
9175 in the handler. Add comment descripting the advancei tests.
9176
1df4399f
PA
91772014-10-28 Pedro Alves <palves@redhat.com>
9178
9179 * gdb.base/sigstep.exp: Use build_executable instead of
9180 prepare_for_testing.
9181 (top level): Move code that starts GDB, runs to main and creates a
9182 display to ...
9183 (restart): ... this new procedure.
9184 (top level): Move backtrace from signal handler test to ...
9185 (validate_backtrace): ... this new procedure.
9186 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9187 with_test_prefix. Always restart GDB.
9188 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9189 with_test_prefix. Always restart GDB. No need to delete
9190 breakpoints after the test.
9191 (test_skip_handler): Remove prefix parameter.
9192 (skip_over_handler, breakpoint_to_handler)
9193 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9194 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9195 restart GDB. No need to delete breakpoints after the test.
9196 (top level): Use foreach to call the test procedures with
9197 different commands.
9198
a5b6e449
PA
91992014-10-28 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9202 instead of GNATS numbers.
9203 * gdb.base/sigbpt.exp: Likewise.
9204 * gdb.base/siginfo.exp: Likewise.
9205 * gdb.base/sigstep.exp: Likewise.
9206
e5f8a7cc
PA
92072014-10-27 Pedro Alves <palves@redhat.com>
9208
9209 * gdb.base/sigstep.c (dummy): New global.
9210 (main): Issue a couple writes to the new global.
9211 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9212 procedures.
9213 (skip_over_handler): Use test_skip_handler.
9214 (top level): Call skip_over_handler for stepi and nexti too.
9215 (breakpoint_over_handler): Use test_skip_handler.
9216 (top level): Call breakpoint_over_handler for stepi and nexti too.
9217
763905a3
YQ
92182014-10-27 Yao Qi <yao@codesourcery.com>
9219
9220 * gdb.trace/tfile.c (adjust_function_address)
9221 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9222 function descriptor.
9223
6f259a23
DB
92242014-10-24 Don Breazeal <donb@codesourcery.com>
9225
9226 * gdb.base/foll-fork.exp (test_follow_fork,
9227 catch_fork_child_follow): Check for updated fork messages emitted
9228 from infrun.c.
9229 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9230 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9231 vfork_and_exec_child_follow_through_step): Check for updated vfork
9232 messages emitted from infrun.c.
9233
09dd9a69
PA
92342014-10-24 Pedro Alves <palves@redhat.com>
9235
9236 * gdb.base/corefile.exp: Remove references to ultrix.
9237 * gdb.base/interrupt.exp: Likewise.
9238 * gdb.base/whatis.exp: Likewise.
9239 * gdb.gdb/selftest.exp: Likewise.
9240 * gdb.threads/manythreads.exp: Likewise.
9241 * gdb.threads/print-threads.exp: Likewise.
9242 * gdb.threads/pthreads.exp:: Likewise.
9243 * gdb.threads/schedlock.exp: Likewise.
9244
3433cfa5
SC
92452014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9246
9247 * gdb.cp/non-trivial-retval.cc: Add a test case.
9248 * gdb.cp/non-trivial-retval.exp: Add a test.
9249
092f880b
YQ
92502014-10-20 Yao Qi <yao@codesourcery.com>
9251
9252 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9253 * gdb.python/py-objfile-script-gdb.py: New file.
9254 * gdb.python/py-objfile-script.exp: Update reference to
9255 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9256 of remote_download. Remove the dest file.
9257
acbdb7f3
YQ
92582014-10-20 Yao Qi <yao@codesourcery.com>
9259
9260 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9261 * gdb.base/step-line.exp: Likewise.
9262 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9263 * gdb.dwarf2/dw2-basic.exp: Likewise.
9264 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9265 * gdb.dwarf2/dw2-filename.exp: Likewise.
9266 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9267 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9268 * gdb.dwarf2/dw2-producer.exp: Likewise.
9269 * gdb.dwarf2/mac-fileno.exp: Likewise.
9270 * gdb.python/py-frame-args.exp: Likewise.
9271 * gdb.python/py-framefilter.exp: Likewise.
9272 * gdb.python/py-mi.exp: Likewise.
9273 * gdb.python/py-objfile-script.exp: Likewise
9274 * gdb.python/py-pp-integral.exp: Likewise.
9275 * gdb.python/py-pp-re-notag.exp: Likewise.
9276 * gdb.python/py-prettyprint.exp: Likewise.
9277 * gdb.python/py-section-script.exp: Likewise.
9278 * gdb.python/py-typeprint.exp: Likewise.
9279 * gdb.python/py-xmethods.exp: Likewise.
9280 * gdb.stabs/weird.exp: Likewise.
9281 * gdb.xml/tdesc-regs.exp: Likewise.
9282
bd286a29
KCY
92832014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9284
9285 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9286 (out_cu): Use addr_len for the size of addresses.
9287 (out_line): Likewise. Size DW_LNE_set_address instruction
9288 according to addr_len.
9289 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9290 (FUNC): Add START_INSNS to definition.
9291
673dc4a0
YQ
92922014-10-18 Yao Qi <yao@codesourcery.com>
9293
9294 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9295 gdb_has_argv0 return true.
9296 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9297 check [target_info exists noargs], check [gdb_has_argv0]
9298 instead.
9299 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9300 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9301 procedures.
9302
4ffbba72
DE
93032014-10-17 Doug Evans <dje@google.com>
9304
9305 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9306 event.
9307 * gdb.python/py-events.py: Add clear_objfiles event.
9308
d096d8c1
DE
93092014-10-17 Doug Evans <dje@google.com>
9310
9311 * gdb.python/py-objfile.exp: Test progspace attribute.
9312
a80db015
LM
93132014-10-17 Luis Machado <lgustavo@codesourcery.com>
9314
9315 * gdb.guile/scm-breakpoint.exp: Do not assume any
9316 directory separators when matching source file paths.
9317 * gdb.python/py-breakpoint.exp: Likewise.
9318 * gdb.reverse/break-precsave.exp: Likewise.
9319 * gdb.reverse/break-reverse.exp: Likewise.
9320 * gdb.reverse/consecutive-precsave.exp: Likewise.
9321 * gdb.reverse/finish-precsave.exp: Likewise.
9322 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9323 * gdb.reverse/finish-reverse.exp: Likewise.
9324 * gdb.reverse/i386-precsave.exp: Likewise.
9325 * gdb.reverse/i387-env-reverse.exp: Likewise.
9326 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9327 * gdb.reverse/machinestate-precsave.exp: Likewise.
9328 * gdb.reverse/machinestate.exp: Likewise.
9329 * gdb.reverse/sigall-precsave.exp: Likewise.
9330 * gdb.reverse/solib-precsave.exp: Likewise.
9331 * gdb.reverse/step-precsave.exp: Likewise.
9332 * gdb.reverse/until-precsave.exp: Likewise.
9333 * gdb.reverse/watch-precsave.exp: Likewise.
9334 * gdb.reverse/watch-reverse.exp: Likewise.
9335
b22089ab
YQ
93362014-10-17 Yao Qi <yao@codesourcery.com>
9337
9338 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9339 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9340
6c4486e6
PA
93412014-10-17 Pedro Alves <palves@redhat.com>
9342
9343 PR gdb/17471
9344 * gdb.base/bg-execution-repeat.c: New file.
9345 * gdb.base/bg-execution-repeat.exp: New file.
9346
0ff33695
PA
93472014-10-17 Pedro Alves <palves@redhat.com>
9348
9349 PR gdb/17300
9350 * gdb.base/continue-all-already-running.c: New file.
9351 * gdb.base/continue-all-already-running.exp: New file.
9352
6fdebc3d
PA
93532014-10-17 Pedro Alves <palves@redhat.com>
9354
9355 PR gdb/17472
9356 * gdb.base/annota-input-while-running.c: New file.
9357 * gdb.base/annota-input-while-running.exp: New file.
9358
32a8097b
PA
93592014-10-17 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.base/callfuncs.exp: emove references to osf.
9362 * gdb.base/sigall.exp: Likewise.
9363 * gdb.gdb/selftest.exp: Likewise.
9364 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9365 * gdb.mi/non-stop.c: Likewise.
9366 * gdb.mi/pthreads.c: Likewise.
9367 * gdb.reverse/sigall-precsave.exp: Likewise.
9368 * gdb.reverse/sigall-reverse.exp: Likewise.
9369 * gdb.threads/pthreads.c: Likewise.
9370 * gdb.threads/pthreads.exp: Likewise.
9371
7a3517ff
YQ
93722014-10-17 Yao Qi <yao@codesourcery.com>
9373
9374 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9375 check 'target_info exists noargs'.
9376 (test_command_prompt_position): Likewise.
9377 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9378 Remove "set args".
9379 (progvar_simple_while_test): Likewise.
9380 (progvar_complex_if_while_test): Likewise.
9381 (if_while_breakpoint_command_test): Likewise.
9382 (infrun_breakpoint_command_test): Likewise.
9383 (breakpoint_command_test): Likewise.
9384 (watchpoint_command_test): Likewise.
9385 (bp_deleted_in_command_test): Likewise.
9386 (temporary_breakpoint_commands): Likewise.
9387
bb99c472
YQ
93882014-10-16 Yao Qi <yao@codesourcery.com>
9389
9390 * gdb.base/remotetimeout.exp: Remove noargs checking.
9391
7c16b83e
PA
93922014-10-15 Pedro Alves <palves@redhat.com>
9393
9394 PR breakpoints/9649
9395 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9396 * gdb.base/breakpoint-in-ro-region.exp
9397 (probe_target_hardware_step): New procedure.
9398 (top level): Probe hardware stepping and hardware breakpoint
9399 support. Test stepping through a read-only region, with both
9400 "breakpoint auto-hw" on and off and both "always-inserted" on and
9401 off.
9402
35a49624
IB
94032014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9404
9405 * gdb.dlang/demangle.exp: Update for demangling changes.
9406
2d1c107c
SC
94072014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9408
9409 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9410 * gdb.cp/non-trivial-retval.exp: Add new tests.
9411
778811d5
SC
94122014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9413
9414 PR c++/13403
9415 PR c++/15154
9416 * gdb.cp/non-trivial-retval.cc: New file.
9417 * gdb.cp/non-trivial-retval.exp: New file.
9418
10c5f0a8
YQ
94192014-10-15 Yao Qi <yao@codesourcery.com>
9420
9421 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9422 remote host.
9423
65d7b369
YQ
94242014-10-15 Yao Qi <yao@codesourcery.com>
9425
9426 * gdb.python/py-symbol.exp: Match file base name if host is
9427 remote, otherwise match file name with dir name.
9428 * gdb.python/py-symtab.exp: Likewise.
9429 * gdb.python/python.exp: Likewise.
9430
46dc1394
YQ
94312014-10-15 Yao Qi <yao@codesourcery.com>
9432
9433 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9434 pattern.
9435 * gdb.python/py-symtab.exp: Likewise.
9436 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9437 locationn.
9438
c40cc657
JB
94392014-10-14 Joel Brobecker <brobecker@adacore.com>
9440
9441 * gdb.ada/addr_arith: New testcase.
9442
2abf49e1
MR
94432014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9444
9445 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9446 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9447 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9448 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9449
f7088df3
SDJ
94502014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9451
9452 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9453 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9454 * gdb.arch/stap-eval-lang-ada.exp: New file.
9455
4dc06805
YQ
94562014-10-14 Yao Qi <yao@codesourcery.com>
9457
9458 * gdb.mi/mi-var-child.c (nothing1): New function.
9459 (nothing2): New function.
9460 (do_children_tests): Set function pointers by nothing1 and
9461 nothing2.
9462 * gdb.mi/mi-var-child.exp: Step over new added statements.
9463 Update test to match the new output.
9464 * gdb.mi/var-cmd.c (nothing1): New function.
9465 (nothing2): New function.
9466 (do_children_tests): Set function pointers by nothing1 and
9467 nothing2.
9468 * gdb.mi/mi-var-display.exp: Update test to match output.
9469 Step to the line specified by $line_dct_nothing.
9470 Increase the number of lines to step.
9471
46a93de2
YQ
94722014-10-14 Yao Qi <yao@codesourcery.com>
9473
9474 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9475 tests.
9476 * gdb.mi/mi2-var-child.exp: Likewise.
9477
14ea52ee
DE
94782014-10-13 Doug Evans <dje@google.com>
9479
9480 * gdb.python/py-objfile.exp: Change name of file name test.
9481
e5c6e92b
DE
94822014-10-13 Doug Evans <dje@google.com>
9483
9484 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9485 from the start of the CU.
9486
c780cc2f
JK
94872014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9488 Yao Qi <yao@codesourcery.com>
9489
9490 Fix "save breakpoints" for "catch" command.
9491 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9492 Remove -nonewline. Match also the added "main" line.
9493
99894e11
JK
94942014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9495
9496 Fix "save breakpoints" for "disable $bpnum" command.
9497 * gdb.base/save-bp.c (main): Add label.
9498 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9499
6e1ac5a3
JK
95002014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9501
9502 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9503
754dd2b0
YQ
95042014-10-11 Yao Qi <yao@codesourcery.com>
9505
9506 * gdb.server/server-kill.exp: Execute command
9507 "set remote trace-status-packet on" before "tstatus".
9508
f90183d7
YQ
95092014-10-11 Yao Qi <yao@codesourcery.com>
9510
9511 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9512 (main): Call getppid.
9513 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9514 and continue to it. Read variable "server_pid".
9515
bf40a607
YQ
95162014-10-11 Yao Qi <yao@codesourcery.com>
9517
9518 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9519
052ca370
YQ
95202014-10-11 Yao Qi <yao@codesourcery.com>
9521
9522 * gdb.threads/thread-find.exp: Don't execute command
9523 "info threads".
9524 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9525 * gdb.threads/linux-dp.exp: Don't check the condition
9526 $threads_created equals to zero.
9527
3831839c
PA
95282014-10-10 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.base/bigcore.exp: Remove references to IRIX.
9531 * gdb.base/funcargs.exp: Likewise.
9532 * gdb.base/interrupt.exp: Likewise.
9533 * gdb.base/mips_pro.exp: Likewise.
9534 * gdb.base/nodebug.exp: Likewise.
9535 * gdb.base/setvar.exp: Likewise.
9536 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9537
8b9a549d
PA
95382014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9539 Pedro Alves <palves@redhat.com>
9540
9541 PR symtab/14466
9542 * gdb.base/vdso-warning.c: New file.
9543 * gdb.base/vdso-warning.exp: New file.
9544
d48ba5e8
DE
95452014-10-02 Doug Evans <dje@google.com>
9546
9547 * gdb.base/structs.c (main): Don't run forever.
9548
2278c276
PA
95492014-10-02 Pedro Alves <palves@redhat.com>
9550
9551 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9552 (top level) <stop threads 1, stop threads 2>: Use it.
9553
b57bacec
PA
95542014-10-02 Pedro Alves <palves@redhat.com>
9555
9556 * gdb.threads/break-while-running.exp (test): Add new
9557 'update_thread_list' argument. Skip "info threads" if false.
9558 (top level): Add new 'update_thread_list' axis.
9559
13fd3ff3
PA
95602014-10-02 Pedro Alves <palves@redhat.com>
9561
9562 PR breakpoints/17431
9563 * gdb.base/execl-update-breakpoints.c: New file.
9564 * gdb.base/execl-update-breakpoints.exp: New file.
9565
0fec99e8
PA
95662014-10-01 Pedro Alves <palves@redhat.com>
9567
9568 * gdb.base/breakpoint-in-ro-region.c: New file.
9569 * gdb.base/breakpoint-in-ro-region.exp: New file.
9570
2ddf4301
SM
95712014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9572
9573 * gdb.mi/mi-exit-code.exp: New file.
9574 * gdb.mi/mi-exit-code.c: New file.
9575
6a5f3f43
YQ
95762014-09-30 Yao Qi <yao@codesourcery.com>
9577
9578 * lib/prelink-support.exp (build_executable_own_libs): Error if
9579 the target isn't native.
9580
345bcc73
YQ
95812014-09-30 Yao Qi <yao@codesourcery.com>
9582
9583 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9584 false.
9585
a25a5a45
PA
95862014-09-22 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.threads/break-while-running.exp: New file.
9589 * gdb.threads/break-while-running.c: New file.
9590
00ba3162
YQ
95912014-09-19 Yao Qi <yao@codesourcery.com>
9592
9593 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9594 Invoke test. Restart GDB with --readnow and invoke test again.
9595
c3b7b696
YQ
95962014-09-19 Yao Qi <yao@codesourcery.com>
9597
9598 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9599 proc set_breakpoint_on_gcd_function. Invoke
9600 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9601 invoke set_breakpoint_on_gcd_function again.
9602
2b4fd423
DE
96032014-09-18 Doug Evans <dje@google.com>
9604
9605 * gdb.dwarf2/symtab-producer.exp: New file.
9606
a5947601
SDJ
96072014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9608
9609 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9610 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9611 * gdb.base/global-var-nested-by-dso.c: Likewise.
9612 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9613
91c19059
SDJ
96142014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9615 Pedro Alves <palves@redhat.com>
9616
9617 * gdb.base/watch-bitfields.exp: Pass string other than test file
9618 name to prepare_for_testing.
9619 (watch): New procedure.
9620 (expect_watchpoint): Use with_test_prefix.
9621 (top level): Factor out tests to ...
9622 (test_watch_location, test_regular_watch): ... these new
9623 procedures, and use with_test_prefix and gdb_continue_to_end.
9624
bb9d5f81
PP
96252014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9626
9627 PR breakpoints/12526
9628 * gdb.base/watch-bitfields.exp: New file.
9629 * gdb.base/watch-bitfields.c: New file.
9630
635856f5
PA
96312014-09-16 Pedro Alves <palves@redhat.com>
9632
9633 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9634 software and hardware addresses, not software address against
9635 itself.
9636
7280ceea
PA
96372014-09-16 Pedro Alves <palves@redhat.com>
9638
9639 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9640 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9641
428b16bd
PA
96422014-09-16 Pedro Alves <palves@redhat.com>
9643
9644 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9645 files.
9646 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9647 "*-*-vxworks*" throughout.
9648 * gdb.base/break.exp: Likewise.
9649 * gdb.base/default.exp: Likewise.
9650 * gdb.base/scope.exp: Likewise.
9651 * gdb.base/sepdebug.exp: Likewise.
9652 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9653 throughout.
9654 * gdb.base/run.c: Likewise.
9655 * gdb.base/sepdebug.c: Likewise.
9656 * gdb.hp/gdb.aCC/run.c: Likewise.
9657 * gdb.reverse/until-reverse.c: Likewise.
9658 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9659
666d413c
YQ
96602014-09-16 Yao Qi <yao@codesourcery.com>
9661
9662 * boards/local-remote-host-native.exp: New file.
9663
57cbd724
DE
96642014-09-14 Doug Evans <xdje42@gmail.com>
9665
9666 * gdb.threads/queue-signal.c (thread_count): New variable.
9667 (thread_count_mutex, thread_count_condvar): New variables.
9668 (incr_thread_count, wait_all_threads_running): New functions.
9669 (main): Wait for all threads to be in their thread functions.
9670
81219e53
DE
96712014-09-13 Doug Evans <xdje42@gmail.com>
9672
9673 * gdb.threads/queue-signal.c: New file.
9674 * gdb.threads/queue-signal.exp: New file.
9675
3714cea7
DE
96762014-09-13 Doug Evans <xdje42@gmail.com>
9677
9678 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9679 be consistent with what default_gdb_init uses.
9680 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9681 the plain text of the prompt. Add some logging printfs.
9682 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9683
fa43b1d7
PA
96842014-09-12 Pedro Alves <palves@redhat.com>
9685
9686 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9687 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9688 * gdb.arch/i386-size-overlap.exp: Likewise.
9689 * gdb.arch/i386-size.exp: Likewise.
9690 * gdb.arch/i386-unwind.exp: Likewise.
9691 * gdb.base/a2-run.exp: Likewise.
9692 * gdb.base/break.exp: Likewise.
9693 * gdb.base/charset.exp: Likewise.
9694 * gdb.base/chng-syms.exp: Likewise.
9695 * gdb.base/commands.exp: Likewise.
9696 * gdb.base/dbx.exp: Likewise.
9697 * gdb.base/find.exp: Likewise.
9698 * gdb.base/funcargs.exp: Likewise.
9699 * gdb.base/jit-simple.exp: Likewise.
9700 * gdb.base/reread.exp: Likewise.
9701 * gdb.base/sepdebug.exp: Likewise.
9702 * gdb.base/step-bt.exp: Likewise.
9703 * gdb.cp/mb-inline.exp: Likewise.
9704 * gdb.cp/mb-templates.exp: Likewise.
9705 * gdb.objc/basicclass.exp: Likewise.
9706 * gdb.threads/killed.exp: Likewise.
9707
9d9bf2df
EBM
97082014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9709
9710 PR tdep/17379
9711 * gdb.arch/powerpc-stackless.S: New file.
9712 * gdb.arch/powerpc-stackless.exp: New file.
9713
1cf2f1b0
JK
97142014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 * gdb.base/attach.c: Include unistd.h.
9717 (main): Call alarm. Add label postloop.
9718 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9719 gdb_breakpoint, gdb_continue_to_breakpoint.
9720 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9721
98880d46
PA
97222014-09-11 Pedro Alves <palves@redhat.com>
9723
9724 PR gdb/17347
9725 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9726 * gdb.base/attach.exp (test_command_line_attach_run): New
9727 procedure.
9728 (top level): Call it.
9729
4c92ff2c
PA
97302014-09-11 Pedro Alves <palves@redhat.com>
9731
9732 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9733 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9734 (do_command_attach_tests): Use spawn_wait_for_attach.
9735 * gdb.base/solib-overlap.exp: Likewise.
9736 * gdb.multi/multi-attach.exp: Likewise.
9737 * gdb.python/py-prompt.exp: Likewise.
9738 * gdb.python/py-sync-interp.exp: Likewise.
9739 * gdb.server/ext-attach.exp: Likewise.
9740
3adc1a7d
GKB
97412014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9742
9743 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9744 command in testcase. Simplify testcase.
9745
96334934
JB
97462014-09-10 Joel Brobecker <brobecker@adacore.com>
9747
9748 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9749
eb479039
JB
97502014-09-10 Joel Brobecker <brobecker@adacore.com>
9751
9752 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9753
deede10c
JB
97542014-09-10 Joel Brobecker <brobecker@adacore.com>
9755
9756 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9757
7828a5f5
JB
97582014-09-10 Joel Brobecker <brobecker@adacore.com>
9759
9760 * gdb.dwarf2/dynarr-ptr.c: New file.
9761 * gdb.dwarf2/dynarr-ptr.exp: New file.
9762
33aeebcf
MR
97632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9764
9765 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9766 of 30 rather than hardcoding 120 for a slow test case. Take the
9767 `gdb,timeout' target setting into account for this calculation.
9768 Don't extend the timeout for the test cases that don't need it.
9769
7b415901
MR
97702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9771
9772 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9773 a factor of 2 for a slow test case. Take the `gdb,timeout'
9774 target setting into account for this calculation.
9775 * gdb.reverse/until-precsave.exp: Increase the timeout by
9776 a factor of 15 and 3 respectively rather than adding 120
9777 for a pair of slow test cases. Take the `gdb,timeout'
9778 target setting into account for this calculation.
9779
4a40f85a
MR
97802014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9781
9782 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9783 timeout, don't pass one down to gdb_expect.
9784 (gdb_expect): Rework timeout selection.
9785
09635af7
MR
97862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9787
9788 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9789 exception on timeout.
9790 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9791 (gdbserver_start_extended): Catch any `gdbserver_start' error
9792 exceptions.
9793 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9794 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9795 `gdbserver_gdb_load' error exceptions.
9796
2bdd10b7
MR
97972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9798
9799 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9800 120 on waiting for the TCP socket to open.
9801
316935f0
DE
98022014-09-09 Doug Evans <xdje42@gmail.com>
9803
9804 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9805 _caller_matches, _any_caller_is, _any_caller_matches.
9806
83740597
DE
98072014-09-09 Doug Evans <xdje42@gmail.com>
9808
9809 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9810
4c122fc3
YQ
98112014-09-09 Yao Qi <yao@codesourcery.com>
9812
9813 * gdb.mi/mi-var-display.exp: Set print symbol off.
9814
a9f116cb
GKB
98152014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9816
9817 PR gdb/17035
9818 * gdb.base/commands.exp: Add tests to verify user-defined
9819 commands with empty bodies.
9820 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9821 python commands in `show user command`.
9822 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9823 scheme commands in `show user command`.
9824
c75bd3a2
JK
98252014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9826
9827 PR python/17355
9828 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9829 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9830 * gdb.python/py-framefilter-invalidarg.exp: New file.
9831 * gdb.python/py-framefilter-invalidarg.py: New file.
9832
faa42425
DE
98332014-09-06 Doug Evans <xdje42@gmail.com>
9834
9835 PR 15276
9836 * gdb.python/py-caller-is.c: New file.
9837 * gdb.python/py-caller-is.exp: New file.
9838
474ca4f6
SDJ
98392014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9840
9841 PR gdb/17235
9842 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9843 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9844
eb0b0463
SDJ
98452014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9846
9847 PR fortran/17237
9848 * gdb.fortran/print-formatted.exp: New file.
9849 * gdb.fortran/print-formatted.f90: Likewise.
9850
5f3b99cf
SS
98512014-09-03 Sasha Smundak <asmundak@google.com>
9852
9853 * gdb.python/py-frame.exp: Test Frame.read_register.
9854
7d793aa9
SDJ
98552014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9856
9857 PR python/16699
9858 * gdb.python/py-completion.exp: New file.
9859 * gdb.python/py-completion.py: Likewise.
9860
fb0576e9
DE
98612014-08-28 Doug Evans <dje@google.com>
9862
9863 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9864 eax,etc. are live with values set by gdb and thus the compiler can't
9865 use them.
9866 * gdb.arch/i386-pseudo.c (main): Ditto.
9867
ee92b0dd
DE
98682014-08-27 Doug Evans <dje@google.com>
9869
9870 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9871
6649db35
DE
98722014-08-25 Doug Evans <dje@google.com>
9873
9874 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9875 (main): Ditto.
9876
564b7600
DE
98772014-08-25 Doug Evans <dje@google.com>
9878
9879 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9880
3881fb67
YQ
98812014-08-24 Yao Qi <yao@codesourcery.com>
9882
9883 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9884 symbol off.
9885 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9886
a05a36a5
DE
98872014-08-22 Doug Evans <dje@google.com>
9888
9889 PR 17276
9890 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9891 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9892 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9893
7c343b48
YQ
98942014-08-22 Yao Qi <yao@codesourcery.com>
9895
9896 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9897 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9898 * gdb.python/python.exp: Likewise. Use .py file on the host
9899 instead of the build.
9900
22fd09ae
JK
99012014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9902
9903 * gdb.threads/gcore-stale-thread.c: New file.
9904 * gdb.threads/gcore-stale-thread.exp: New file.
9905
a8454a7c
PA
99062014-08-21 Pedro Alves <palves@redhat.com>
9907
9908 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9909 * gdb.base/gcore-relro-pie.exp: Likewise.
9910 * gdb.base/gcore-relro.exp: Likewise.
9911 * gdb.base/gcore.exp: Likewise.
9912 * gdb.base/print-symbol-loading.exp: Likewise.
9913 * gdb.threads/gcore-thread.exp: Likewise.
9914 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9915
2a31c623
PA
99162014-08-20 Pedro Alves <palves@redhat.com>
9917 Jan Kratochvil <jan.kratochvil@redhat.com>
9918
9919 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9920 configure.
9921 (EXPECT): Handle READ1 being set.
9922 (all): Depend on EXTRA_RULES.
9923 (check-read1, expect-read1, read1.so, read1): New rules.
9924 * README (Testsuite Parameters): Document the READ1 make variable.
9925 (Race detection): New section.
9926 * configure: Regenerate.
9927 * configure.ac: If build==host==target, and running under a
9928 GNU/glibc system, add read1 to the extra Makefile rules.
9929 (EXTRA_RULES): AC_SUBST it.
9930 * lib/read1.c: New file.
9931
d36430db
JB
99322014-08-20 Joel Brobecker <brobecker@adacore.com>
9933
9934 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9935 the handling of variables declared as a typedef to an array
9936 which a DW_AT_data_location attribute.
9937
9a0dc9e3
PA
99382014-08-19 Andrew Burgess <aburgess@broadcom.com>
9939 Pedro Alves <palves@redhat.com>
9940
9941 PR symtab/14604
9942 PR symtab/14605
9943 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9944 gdb_test.
9945
0718a8da
PA
99462014-08-19 Pedro Alves <palves@redhat.com>
9947
9948 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9949
13b448cd
YQ
99502014-08-19 Yao Qi <yao@codesourcery.com>
9951
9952 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9953 right line.
9954
1cbf5077
DB
99552014-08-18 David Blaikie <dblaikie@gmail.com>
9956
9957 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9958
bf0fae19
JB
99592014-08-18 Joel Brobecker <brobecker@adacore.com>
9960
9961 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9962 attribute in array range.
9963
3c8c5dcc
JB
99642014-08-18 Joel Brobecker <brobecker@adacore.com>
9965
9966 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9967
e66d4446
SC
99682014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9969
9970 PR c++/17132
9971 * gdb.cp/pr17132.cc: New file.
9972 * gdb.cp/pr17132.exp: New file.
9973
940df408
SC
99742014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9975
9976 * gdb.python/py-xmethods.py (A_getarrayind)
9977 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9978 Use 'print' with function call syntax.
9979 (E_method_matcher.match): Fix tab vs space indentation mixup.
9980
ebcc6c3a
YQ
99812014-08-15 Yao Qi <yao@codesourcery.com>
9982
9983 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9984 false.
9985
775e0f04
YQ
99862014-08-15 Yao Qi <yao@codesourcery.com>
9987
9988 * gdb.cp/casts.exp: Set print symbol off.
9989 * gdb.cp/class2.exp: Likewise.
9990 * gdb.cp/overload.exp: Likewise.
9991 * gdb.cp/templates.exp: Likewise.
9992
d769e349
DE
99932014-08-11 Doug Evans <dje@google.com>
9994
9995 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9996 (test_load_shlib): Update.
9997
20c6f1e1
YQ
99982014-08-09 Yao Qi <yao@codesourcery.com>
9999
10000 * gdb.base/display.exp: Invoke is_address_zero_readable.
10001 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10002 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10003 * gdb.base/hbreak-unmapped.exp: Return if
10004 is_address_zero_readable returns true.
10005 * gdb.base/signest.exp: Likewise.
10006 * gdb.base/signull.exp: Likewise.
10007 * gdb.base/sigbpt.exp: Likewise.
10008 * gdb.guile/scm-disasm.exp: Do the test if
10009 is_address_zero_readable returns false.
10010 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10011 * gdb.python/py-arch.exp: Likewise.
10012 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10013 * lib/gdb.exp (is_address_zero_readable): New proc.
10014
5792e8e3
YQ
100152014-08-09 Yao Qi <yao@codesourcery.com>
10016
10017 PR testsuite/13443
10018 * gdb.mi/mi-var-display.exp: Make test messages unique.
10019
3cecbbbe
TT
100202014-08-04 Tom Tromey <tromey@redhat.com>
10021
10022 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10023 target 0".
10024
00b51ff5
TT
100252014-08-04 Tom Tromey <tromey@redhat.com>
10026
10027 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10028 "target_resume".
10029
6908c509
JB
100302014-08-01 Joel Brobecker <brobecker@adacore.com>
10031
10032 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10033 inner_vla_struct_object_size.
10034 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10035 as xfail.
10036
cc6563d2
PA
100372014-07-30 Pedro Alves <palves@redhat.com>
10038
10039 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10040 comment.
10041
7e09a223
YQ
100422014-07-29 Yao Qi <yao@codesourcery.com>
10043
10044 PR gdb/17206
10045 * gdb.base/until-nodebug.exp: New.
10046
7ebdbe92
DE
100472014-07-28 Doug Evans <xdje42@gmail.com>
10048
10049 PR guile/17203
10050 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10051 previously existing parameter, and previously ambiguously spelled
10052 parameter.
10053
fdb1adc6
WN
100542014-07-28 Will Newton <will.newton@linaro.org>
10055
10056 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10057
186fcde0
DE
100582014-07-26 Ludovic Courtès <ludo@gnu.org>
10059 Doug Evans <xdje42@gmail.com>
10060
10061 PR guile/17146
10062 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10063
70509625
PA
100642014-07-25 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.threads/signal-command-handle-nopass.c: New file.
10067 * gdb.threads/signal-command-handle-nopass.exp: New file.
10068 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10069 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10070 * gdb.threads/signal-delivered-right-thread.c: New file.
10071 * gdb.threads/signal-delivered-right-thread.exp: New file.
10072
c3f814a1
PA
100732014-07-25 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.base/double-prompt-target-event-error.exp
10076 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10077 match.
10078 (cancel_pagination_in_target_event): Rework double prompt
10079 detection.
10080 * gdb.base/paginate-after-ctrl-c-running.exp
10081 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10082 <return>' match.
10083 * gdb.base/paginate-bg-execution.exp
10084 (test_bg_execution_pagination_return)
10085 (test_bg_execution_pagination_cancel): Remove '-notransfer
10086 <return>' matches.
10087 * gdb.base/paginate-execution-startup.exp
10088 (test_fg_execution_pagination_return)
10089 (test_fg_execution_pagination_cancel): Remove '-notransfer
10090 <return>' matches.
10091 * gdb.base/paginate-inferior-exit.exp
10092 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10093 match.
10094 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10095 * lib/gdb.exp (pagination_prompt): Run text through
10096 string_to_regexp.
10097 (gdb_test_multiple): Match $pagination_prompt instead of
10098 "<return>".
10099 (string_to_regexp): Move to lib/gdb-utils.exp.
10100
e214cf6c
JK
101012014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10102
10103 * gdb.arch/amd64-entry-value-paramref.S: New file.
10104 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10105 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10106 * gdb.arch/amd64-optimout-repeat.S: New file.
10107 * gdb.arch/amd64-optimout-repeat.c: New file.
10108 * gdb.arch/amd64-optimout-repeat.exp: New file.
10109
17d0c5c8
JK
101102014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10111
10112 PR gdb/17170
10113 * gdb.base/statistics.exp: New file.
10114
b8b8facf
DE
101152014-07-17 Doug Evans <dje@google.com>
10116
74b49205 10117 PR gdb/17170
b8b8facf
DE
10118 * gdb.base/maint.exp: Update testing of per-command stats.
10119
1b5d0ab3
PA
101202014-07-16 Pedro Alves <palves@redhat.com>
10121
10122 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10123 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10124 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10125 (tfile_write_buf): New functions.
10126 (add_memory_block): Rewrite using the above.
10127 (adjust_function_address): New function.
10128 (FUNCTION_ADDRESS): New macro.
10129 (write_basic_trace_file): Remove short_x local, and use
10130 tfile_write_16. Change type of func_addr local to unsigned long
10131 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10132 here. Cast argument of add_memory_block to char pointer.
10133 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10134 (main): Remove parameters.
10135 * gdb.trace/tfile.exp: Remove nowarnings.
10136
4d974e88
SM
101372014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10138
10139 * gdb.base/debug-expr.exp: Test string evaluation with
10140 "debug expression" on.
10141
41e99568
PA
101422014-07-15 Pedro Alves <palves@redhat.com>
10143
10144 * gdb.base/reread.exp: Use clean_restart.
10145
487d9753
PL
101462014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10147
10148 * gdb.arch/avr-flash-qualifer.c: New.
10149 * gdb.arch/avr-flash-qualifer.exp: New.
10150
cc1c52ad
PA
101512014-07-14 Pedro Alves <palves@redhat.com>
10152
10153 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10154 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10155
1e973570
PA
101562014-07-14 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.base/double-prompt-target-event-error.c: New file.
10159 * gdb.base/double-prompt-target-event-error.exp: New file.
10160
93d6eb10
PA
101612014-07-14 Pedro Alves <palves@redhat.com>
10162
10163 PR gdb/17072
10164 * gdb.base/paginate-inferior-exit.c: New file.
10165 * gdb.base/paginate-inferior-exit.exp: New file.
10166
0017922d
PA
101672014-07-14 Pedro Alves <palves@redhat.com>
10168
10169 PR gdb/17072
10170 * gdb.base/paginate-bg-execution.c: New file.
10171 * gdb.base/paginate-bg-execution.exp: New file.
10172
94696ad3
PA
101732014-07-14 Pedro Alves <palves@redhat.com>
10174
10175 PR gdb/17072
10176 * gdb.base/paginate-execution-startup.c: New file.
10177 * gdb.base/paginate-execution-startup.exp: New file.
10178 * lib/gdb.exp (pagination_prompt): New global.
10179 (default_gdb_spawn): New procedure, factored out from
10180 default_gdb_spawn.
10181 (default_gdb_start): Adjust to call default_gdb_spawn.
10182 (gdb_spawn): New procedure.
10183
bd293940
PA
101842014-07-14 Pedro Alves <palves@redhat.com>
10185
10186 * lib/gdb.exp (gdb_assert): New procedure.
10187 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10188
c933f875
PA
101892014-07-14 Pedro Alves <palves@redhat.com>
10190
10191 * gdb.base/execution-termios.c: New file.
10192 * gdb.base/execution-termios.exp: New file.
10193
d98b7a16
TT
101942014-07-14 Tom Tromey <tromey@redhat.com>
10195
10196 * gdb.cp/vla-cxx.cc: New file.
10197 * gdb.cp/vla-cxx.exp: New file.
10198
548740d6
TT
101992014-07-14 Tom Tromey <tromey@redhat.com>
10200
10201 * gdb.reverse/rerun-prec.c: New file.
10202 * gdb.reverse/rerun-prec.exp: New file.
10203
a25eb028
MR
102042014-07-12 Maciej W. Rozycki <macro@mips.com>
10205 Maciej W. Rozycki <macro@codesourcery.com>
10206
10207 * lib/gdb-utils.exp: New file.
10208 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10209 inline `gdb_init_command' processing.
10210 (gdb_start_cmd): Likewise.
10211 * lib/mi-support.exp (mi_run_cmd): Likewise.
10212 * README: Document `gdb_init_command' and `gdb_init_commands'.
10213
218c2655
JK
102142014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10215
10216 Fix false FAIL running under a very long directory name.
10217 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10218 and "set print elements 10000". Twice.
10219
5401fde3
YQ
102202014-07-11 Yao Qi <yao@codesourcery.com>
10221
10222 * gdb.base/exprs.exp: "set print symbol off".
10223
e76126e8
PA
102242014-07-11 Pedro Alves <palves@redhat.com>
10225
10226 * gdb.threads/kill.c: New file.
10227 * gdb.threads/kill.exp: New file.
10228
2d6f0de6
YQ
102292014-07-10 Yao Qi <yao@codesourcery.com>
10230
10231 * gdb.trace/tfile.c (write_basic_trace_file)
10232 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10233 address written to trace file.
10234
7180e04a
PA
102352014-07-09 Pedro Alves <palves@redhat.com>
10236
10237 * gdb.base/attach-wait-input.exp: New file.
10238 * gdb.base/attach-wait-input.c: New file.
10239
9a9a7608
AB
102402014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10241
10242 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10243 setting up test structures.
10244 (main): Call new test function.
10245 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10246 test function, continue into test function and walk test
10247 structures.
10248
161ac41e
YQ
102492014-07-02 Yao Qi <yao@codesourcery.com>
10250
10251 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10252 'bar_start' at the beginning of functions 'foo' and 'bar'
10253 respectively.
10254 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10255 instead of 'foo' and 'bar'.
10256
1f267ae3
MM
102572014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10258
10259 * gdb.btrace/segv.exp: New.
10260 * gdb.btrace/segv.c: New.
10261
2b239efb
LM
102622014-07-02 Luis Machado <lgustavo@codesourcery.com>
10263
10264 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10265 instruction.
10266
cf363f18
MW
102672014-06-30 Mark Wielaard <mjw@redhat.com>
10268
10269 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10270 vulture, vilify, villar): New volatile array constants.
10271 (vindictive, vegetation): New const volatile array constants.
10272 * gdb.base/volatile.exp: Test volatile and const volatile array
10273 types.
10274
aebf9d24
AA
102752014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10276
10277 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10278 target lacks support for awatch, rwatch, or hbreak.
10279
b67a2c6f
YQ
102802014-06-27 Yao Qi <yao@codesourcery.com>
10281
10282 * gdb.multi/dummy-frame-restore.exp: New.
10283 * gdb.multi/dummy-frame-restore.c: New.
10284
aef92902
MM
102852014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10286
10287 * gdb.btrace/gcore.exp: New.
10288
8e9db26e
PA
102892014-06-23 Pedro Alves <palves@redhat.com>
10290
10291 * gdb.base/watchpoint-reuse-slot.c: New file.
10292 * gdb.base/watchpoint-reuse-slot.exp: New file.
10293
70afc5b7
SC
102942014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10295
10296 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10297 progspace's filename in 'info', 'enable' and 'disable' command
10298 tests.
10299
b972bd9c
JK
103002014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10301
10302 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10303 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10304 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10305
125f8a3d
GB
103062014-06-20 Gary Benson <gbenson@redhat.com>
10307
10308 * gdb.arch/i386-avx.exp: Fix include file location.
10309 * gdb.arch/i386-sse.exp: Likewise.
10310
3ed9baed
IB
103112014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10312
10313 * gdb.dlang/expression.exp: New file.
10314
034f788c
PA
103152014-06-19 Pedro Alves <palves@redhat.com>
10316
10317 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10318 out from ...
10319 (top level): ... here. Iterate running tests under different
10320 scheduler-locking settings.
10321
45371d0c
LM
103222014-06-18 Luis Machado <lgustavo@codesourcery.com>
10323
10324 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10325 to DW_FORM_addr and use non-zero addresses.
10326
5d376983
SC
103272014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10328
10329 PR gdb/17017
10330 * gdb.python/py-xmethods.cc: Add global function call counters and
10331 increment them in their respective functions. Remove "cout"
10332 statements.
10333 * gdb.python/py-xmethods.exp: Make tests check the global function
10334 call counters instead of depending on inferior IO.
10335
a1aa2221
LM
103362014-06-18 Don Breazeal <donb@codesourcery.com>
10337
10338 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10339 Deleted procedure.
10340 (explicit_fork_parent_follow): Deleted procedure.
10341 (explicit_fork_child_follow): Deleted procedure.
10342 (test_follow_fork): New procedure.
10343 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10344 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10345 procedure calls.
10346
0fc05997
YQ
103472014-06-17 Yao Qi <yao@codesourcery.com>
10348
10349 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10350 CP1252.
10351
70795c52
LM
103522014-06-17 Luis Machado <lgustavo@codesourcery.com>
10353
10354 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10355 Initialize ptr and S explicitly.
10356 (skip_type_update_when_not_use_rtti_test): Likewise.
10357
6be47f0c
KS
103582014-06-16 Keith Seitz <keiths@redhat.com>
10359
10360 PR mi/15863
10361 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10362 the inferior is started.
10363
d03de421
PA
103642014-06-16 Pedro Alves <palves@redhat.com>
10365
10366 * gdb.base/break-main-file-remove-fail.c: New file.
10367 * gdb.base/break-main-file-remove-fail.exp: New file.
10368 * gdb.base/break-unload-file.exp: Use build_executable instead of
10369 prepare_for_testing.
10370 (test_break): New parameter "initial_load". Handle it.
10371 (top level): Add initial_load cmdline/file axis.
10372
f9579b99
TT
103732014-06-12 Tom Tromey <tromey@redhat.com>
10374
10375 * gdb.base/completion.exp: Don't use directory name in test.
10376
3657956b
GB
103772014-06-09 Gary Benson <gbenson@redhat.com>
10378
10379 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10380 separate the always-available ANSI-standard signals from the
10381 signals that require checking.
10382 (main): Likewise.
10383 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10384 Likewise.
10385 (main): Likewise.
10386
4186eb54
KS
103872014-06-07 Keith Seitz <keiths@redhat.com>
10388
10389 Revert:
10390 PR c++/16253
10391 * gdb.cp/var-tag.cc: New file.
10392 * gdb.cp/var-tag.exp: New file.
10393 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10394 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10395 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10396 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10397
25326a28 103982014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10399
10400 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10401
829155c9
PA
104022014-06-06 Pedro Alves <palves@redhat.com>
10403
10404 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10405 in target debug output instead of looking at RSP packets,
10406 disabling the test on any target that uses hardware stepping.
10407 Update comments.
10408
61c8d22e
PA
104092014-06-06 Pedro Alves <palves@redhat.com>
10410
10411 * gdb.base/break-unload-file.exp: Fix typo.
10412
d9a47287
YQ
104132014-06-06 Yao Qi <yao@codesourcery.com>
10414
10415 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10416 from "jit_function" to "^jit_function".
10417
e5e01dbf
YQ
104182014-06-06 Yao Qi <yao@codesourcery.com>
10419
10420 * gdb.base/async.c (foo): Add one statement.
10421 * gdb.base/async.exp: Get the next instruction address and
10422 match the output of "nexti" by instruction address. Match
10423 the hex address in the output of "finish".
10424
73ba372c
GB
104252014-06-06 Gary Benson <gbenson@redhat.com>
10426
10427 * gdb.base/call-signals.c: Remove preprocessor conditionals
10428 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10429 SIGSEGV and SIGTERM.
10430 * gdb.base/sigall.c: Likewise.
10431 * gdb.base/unwindonsignal.c: Likewise.
10432 * gdb.reverse/sigall-reverse.c: Likewise.
10433
831517df
YQ
104342014-06-06 Yao Qi <yao@codesourcery.com>
10435
10436 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10437 readable, skip the test.
10438
b8b91e98
YQ
104392014-06-06 Yao Qi <yao@codesourcery.com>
10440
10441 * gdb.threads/staticthreads.c (thread_function): Move the line
10442 setting breakpoint on forward.
10443 * gdb.threads/staticthreads.exp: Update comments.
10444
fb934770
LC
104452014-06-05 Ludovic Courtès <ludo@gnu.org>
10446
10447 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10448 "history-append! type error".
10449
6ef284bd
SM
104502014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10451
10452 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10453 erroneous dprintf expected input.
10454
a872e241
DE
104552014-06-04 Doug Evans <xdje42@gmail.com>
10456
10457 * gdb.guile/scm-generics.exp: Delete.
10458
16f691fb
DE
104592014-06-04 Doug Evans <xdje42@gmail.com>
10460
10461 * gdb.guile/scm-breakpoint.exp: Update.
10462 Add tests for breakpoint registration.
10463
012370f6
TT
104642014-06-04 Tom Tromey <tromey@redhat.com>
10465
10466 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10467 VLA-in-union.
10468 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10469 inner_vla_struct, vla_union types. Initialize objects of those
10470 types and compute their sizes.
10471
9f5a4cef
HZ
104722014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10473 Hui Zhu <hui@codesourcery.com>
10474
10475 * gdb.base/fileio.exp: Add test for shell not available as well as
10476 available.
10477 * gdb.base/fileio.c (test_system): Check for shell twice.
10478
90a45c4d
YQ
104792014-06-04 Yao Qi <yao@codesourcery.com>
10480
10481 * gdb.base/auto-connect-native-target.exp: Remove redundant
10482 space from the regexp pattern.
10483
70017e41
YQ
104842014-06-04 Yao Qi <yao@codesourcery.com>
10485
10486 * gdb.base/default.exp: Replace "child" with "native" in
10487 regexp pattern.
10488
883964a7
SC
104892014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10490
10491 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10492 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10493 * gdb.python/py-xmethods.py: Python script supporting the
10494 new testcase and tests.
10495
ef370185
JB
104962014-06-03 Joel Brobecker <brobecker@adacore.com>
10497 Pedro Alves <palves@redhat.com>
10498
10499 PR breakpoints/17000
10500 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10501 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10502
1e2ccb61
BM
105032014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10504
10505 * gdb.base/subst.exp: Add tests to verify partial path matching
10506 output.
10507
c6ec5ab2
PA
105082014-06-03 Pedro Alves <palves@redhat.com>
10509
10510 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10511 target that doesn't use software single-stepping.
10512
835c559f
PA
105132014-06-03 Pedro Alves <palves@redhat.com>
10514
10515 PR breakpoints/17000
10516 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10517 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10518
06eb1586
DE
105192014-06-02 Doug Evans <xdje42@gmail.com>
10520
10521 * gdb.guile/scm-parameter.exp: New file.
10522
e698b8c4
DE
105232014-06-02 Doug Evans <xdje42@gmail.com>
10524
10525 * gdb.guile/scm-cmd.c: New file.
10526 * gdb.guile/scm-cmd.exp: New file.
10527
ded03782
DE
105282014-06-02 Doug Evans <xdje42@gmail.com>
10529
10530 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10531 pretty-printer lookup.
10532 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10533 (make-pp_s-printer): Call it.
10534 (make-pretty-printer-from-dict): New function.
10535 (lookup-pretty-printer-maker-from-dict): New function.
10536 (*pretty-printer*): Simplify.
10537 (make-objfile-pp_s-printer): New function.
10538 (install-objfile-pretty-printers!): New function.
10539 (make-progspace-pp_s-printer): New function.
10540 (install-progspace-pretty-printers!): New function.
10541 * gdb.guile/scm-progspace.c: New file.
10542 * gdb.guile/scm-progspace.exp: New file.
10543
41fac0cf
PA
105442014-06-02 Pedro Alves <palves@redhat.com>
10545
10546 * gdb.base/dprintf-bp-same-addr.c: New file.
10547 * gdb.base/dprintf-bp-same-addr.exp: New file.
10548
96ae5695
EBM
105492014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10550
10551 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10552 * gdb.arch/powerpc-power.s: Likewise.
10553
da02b3a8
JB
105542014-06-02 Joel Brobecker <brobecker@adacore.com>
10555
10556 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10557
c72b2e7b
YQ
105582014-06-01 Yao Qi <yao@codesourcery.com>
10559
10560 * gdb.base/watchpoint.exp (test_watch_location): Check null
10561 pointer can be dereferenced. If not, do the test, otherwise
10562 skip it.
10563
53e8a631
AB
105642014-05-30 Andrew Burgess <aburgess@broadcom.com>
10565
10566 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10567 results.
10568 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10569
938f0e2f
AB
105702014-05-30 Andrew Burgess <aburgess@broadcom.com>
10571
10572 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10573 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10574 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10575 * gdb.arch/amd64-invalid-stack-top.c: New file.
10576 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10577
9ba6657a
PA
105782014-05-30 Pedro Alves <palves@redhat.com>
10579
10580 PR breakpoints/17000
10581 * gdb.base/sss-bp-on-user-bp.c: New file.
10582 * gdb.base/sss-bp-on-user-bp.exp: New file.
10583
522c09bf
DB
105842014-05-30 David Blaikie <dblaikie@gmail.com>
10585
10586 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10587 gnu_inline semantics via attribute.
10588 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10589 source explicitly specifies the required semantics.
10590
bf4ef81e
MR
105912014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10592
10593 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10594
329ea579
PA
105952014-05-29 Pedro Alves <palves@redhat.com>
10596 Tom Tromey <tromey@redhat.com>
10597
10598 * gdb.base/async-shell.exp: Don't enable target-async.
10599 * gdb.base/async.exp
10600 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10601 parameter. Adjust.
10602 (top level): Don't test with "target-async".
10603 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10604 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10605 * gdb.base/inferior-died.exp: Don't enable target-async.
10606 * gdb.base/interrupt-noterm.exp: Likewise.
10607 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10608 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10609 * gdb.mi/mi-nonstop.exp: Likewise.
10610 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10611 * gdb.mi/mi-nsintrall.exp: Likewise.
10612 * gdb.mi/mi-nsmoribund.exp: Likewise.
10613 * gdb.mi/mi-nsthrexec.exp: Likewise.
10614 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10615 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10616 * gdb.python/py-evsignal.exp: Don't enable target-async.
10617 * gdb.python/py-evthreads.exp: Likewise.
10618 * gdb.python/py-prompt.exp: Likewise.
10619 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10620 * gdb.server/solib-list.exp: Don't enable target-async.
10621 * gdb.threads/thread-specific-bp.exp: Likewise.
10622 * lib/mi-support.exp: Adjust to use mi-async.
10623
fd664c91
PA
106242014-05-29 Pedro Alves <palves@redhat.com>
10625
10626 PR gdb/13860
10627 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10628 reason, even in sync mode.
10629
251bde03
PA
106302014-05-29 Pedro Alves <palves@redhat.com>
10631 Hui Zhu <hui@codesourcery.com>
10632
10633 PR PR15693
10634 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10635 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10636 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10637 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10638
7f3c0343
JB
106392014-05-28 Joel Brobecker <brobecker@adacore.com>
10640
10641 * config/monitor.exp (gdb_target_monitor): Replace use of
10642 "set remotebaud" by "set serial baud".
10643
b2715b27
AW
106442014-05-26 Andy Wingo <wingo@igalia.com>
10645
10646 * gdb.guile/scm-breakpoint.exp:
10647 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10648 properties instead of gdb-object-properties.
10649
498a4489
YQ
106502014-05-26 Yao Qi <yao@codesourcery.com>
10651
10652 * gdb.server/no-thread-db.exp: Specify source file name
10653 explicitly when setting a breakpoint.
10654
589fdceb
MM
106552014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10656
10657 * gdb.btrace/vdso.c: New.
10658 * gdb.btrace/vdso.exp: New.
10659
e9089e05
MM
106602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10661
10662 * gdb.base/gcore.exp (capture_command_output): Move ...
10663 * lib/gdb.exp (capture_command_output): ... here.
10664
67b5c0c1
MM
106652014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10666
10667 * gdb.btrace/data.exp: Test memory access during btrace replay.
10668
a2199296
SM
106692014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10670
10671 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10672
17b2616c
PA
106732014-05-21 Pedro Alves <palves@redhat.com>
10674
10675 PR gdb/13860
10676 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10677 (top level): Test that output related to execution commands is
10678 sent to the console with CLI commands, but not with MI commands.
10679 Test that breakpoint events are always mirrored to the console.
10680 Also expect the new source line to be output after a "next" in
10681 async mode too. Make it a pass/fail test.
10682 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10683 output.
10684 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10685
5166082f
PA
106862014-05-21 Pedro Alves <palves@redhat.com>
10687
10688 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10689 Use them to test variations of "list" after reaching a breakpoint.
10690 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10691 Test "list" with listsize 10 after reaching a breakpoint.
10692 * gdb.python/python.exp (decode_line current location line
10693 number): Adjust expected line number.
10694
2f25d70f
SM
106952014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10696
10697 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10698 behavior for $args, pass it directly to "run".
10699
ff604a67
MR
107002014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10701
10702 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10703 30000 to 65536.
10704
6a3cb8e8
PA
107052014-05-21 Pedro Alves <palves@redhat.com>
10706
10707 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10708 auto-connect-native-target off".
10709 * gdb.base/auto-connect-native-target.c: New file.
10710 * gdb.base/auto-connect-native-target.exp: New file.
10711
4ebfc96e
PA
107122014-05-21 Pedro Alves <palves@redhat.com>
10713
10714 * gdb.base/default.exp: Test "target native" instead of "target
10715 child".
10716
36d46afb
MW
107172014-05-21 Mark Wielaard <mjw@redhat.com>
10718
10719 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10720
5876f503
JK
107212014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10722
10723 Fix TLS access for -static -pthread.
10724 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10725 <HAVE_TLS> (thread_function, main): Initialize it.
10726 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10727 Add clean_restart.
10728 <$have_tls != "">: Check TLSVAR.
10729
0256a6ac
PA
107302014-05-21 Pedro Alves <palves@redhat.com>
10731
10732 * gdb.base/dcache-line-read-error.c: New.
10733 * gdb.base/dcache-line-read-error.exp: New.
10734
936d2992
PA
107352014-05-20 Pedro Alves <palves@redhat.com>
10736
10737 * gdb.base/compare-sections.c: New file.
10738 * gdb.base/compare-sections.exp: New file.
10739
802e8e6d
PA
107402014-05-20 Pedro Alves <palves@redhat.com>
10741
10742 * gdb.base/break-idempotent.c: New file.
10743 * gdb.base/break-idempotent.exp: New file.
10744
e59fa00f
MM
107452014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10746
10747 * gdb.btrace/nohist.exp: New.
10748
8b696e31
YQ
107492014-05-20 Yao Qi <yao@codesourcery.com>
10750
10751 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10752 gdb.reverse directory and gdb_reverse_timeout exists in board
10753 setting.
10754 * README: Document gdb_reverse_timeout.
10755
73c9764f
YQ
107562014-05-20 Yao Qi <yao@codesourcery.com>
10757
10758 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10759 'test_file_name'. Treat args as a string instead of a list.
10760 (gdb_init): Rename argument 'args' by 'test_file_name'.
10761
f1f4348a
JK
107622014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10763
10764 * gdb.arch/powerpc-power.exp: New file.
10765 * gdb.arch/powerpc-power.s: New file.
10766
0dbe70ce
DE
107672014-05-16 Doug Evans <dje@google.com>
10768
10769 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10770 * gdb.base/completion.exp: Check that all expected files exist
10771 before doing file completion.
0dbe70ce 10772
8d551b02
DE
107732014-05-16 Doug Evans <dje@google.com>
10774
10775 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10776 Update.
10777 (do_syscall_tests_without_xml): Update.
10778
73eb7709
PA
107792014-05-16 Pedro Alves <palves@redhat.com>
10780
10781 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10782 instead of "unknown output after running".
10783
3fae92fc
YQ
107842014-05-16 Yao Qi <yao@codesourcery.com>
10785
10786 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10787 file1.txt from host at the end.
10788 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10789
c2b2ccc5
DE
107902014-05-15 Doug Evans <dje@google.com>
10791
10792 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10793 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10794 loading file. Add test for TU lookup.
10795
8c217a4b
SM
107962014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10797
10798 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10799 calling "-exec-arguments" or "set args" before running the
10800 inferior.
10801
3deb39c6
SM
108022014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10803
10804 * lib/mi-support.exp (mi_expect_stop): Expect message for
10805 inferiors that exit with non-zero exit code.
10806
71a79f8c
YQ
108072014-05-14 Yao Qi <yao@codesourcery.com>
10808
10809 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10810 match absolute path on remote host.
10811 (test_file_list_exec_source_files): Remove "/" from the
10812 pattern.
10813
f23fcd46
YQ
108142014-05-14 Yao Qi <yao@codesourcery.com>
10815
10816 * boards/local-remote-host-notty.exp (${board}_file): New
10817 proc.
10818
9404b58f
KM
108192014-05-07 Kyle McMartin <kyle@redhat.com>
10820
10821 Pushed by Joel Brobecker <brobecker@adacore.com>.
10822 * gdb.arch/aarch64-atomic-inst.c: New file.
10823 * gdb.arch/aarch64-atomic-inst.exp: New file.
10824
5e45f04c
YQ
108252014-05-07 Yao Qi <yao@codesourcery.com>
10826
10827 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10828 in current context" too.
10829
c888a17d
KS
108302014-05-05 Keith Seitz <keiths@redhat.com>
10831
10832 * gdb.linespec/ls-dollar.exp: Add test for linespec
10833 file:convenience_variable.
10834
290a839c
YQ
108352014-05-05 Yao Qi <yao@codesourcery.com>
10836
10837 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10838 traceframes into tfile and ctf trace files. Read data from
10839 trace file and test collected data.
10840 (gdb_collect_locals_test): Likewise.
10841 (gdb_unavailable_registers_test): Likewise.
10842 (gdb_unavailable_floats): Likewise.
10843 (gdb_collect_globals_test): Likewise.
10844 (top-level): Append "ctf" to trace_file_targets if GDB
10845 supports.
10846
b5262cd0
YQ
108472014-05-05 Yao Qi <yao@codesourcery.com>
10848
10849 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10850 code to ...
10851 (gdb_collect_args_test_1): ... it. New proc.
10852 (gdb_collect_locals_test): Move some code to ...
10853 (gdb_collect_locals_test_1): ... it. New proc.
10854 (gdb_unavailable_registers_test): Move some code to ...
10855 (gdb_unavailable_registers_test_1): ... it. New proc.
10856 (gdb_unavailable_floats): Move some code to ...
10857 (gdb_unavailable_floats_1): ... it. New proc.
10858
30a1e6cc
SDJ
108592014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10860
10861 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10862 probes to test for bitness recognition.
10863 * gdb.arch/amd64-stap-optional-prefix.exp
10864 (test_probe_value_without_reg): New procedure.
10865 Add code to test for different kinds of bitness.
10866
f33da99a
SDJ
108672014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10868
10869 PR breakpoints/16889
10870 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10871 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10872
5b80f00d
PA
108732014-05-01 Pedro Alves <palves@redhat.com>
10874
10875 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10876 gdb_file_cmd if no file is specified.
10877 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10878 last_loaded_file to set the remote exec-file.
10879
f8c2a73c
PA
108802014-05-01 Pedro Alves <palves@redhat.com>
10881
10882 * boards/local-remote-host.exp: New file.
10883
be6e8ac7
PA
108842014-05-01 Pedro Alves <palves@redhat.com>
10885
10886 * boards/local-remote-host.exp: Rename to ...
10887 * boards/local-remote-host-notty.exp: ... this.
10888
cac0dc8f
JB
108892014-04-28 Joel Brobecker <brobecker@adacore.com>
10890
10891 * gdb.ada/dyn_arrayidx: New testcase.
10892
9730e6cc
YQ
108932014-04-26 Yao Qi <yao@codesourcery.com>
10894
10895 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10896 and compute the length of function main. Save it in
10897 $main_length.
10898 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10899 (top-level): Use gdb_compile to compile objects into
10900 executable and restart GDB. Remove invocation to
10901 prepare_for_testing.
10902
7ae1a6a6
PA
109032014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10904 Pedro Alves <palves@redhat.com>
10905
10906 PR server/16255
10907 * gdb.multi/multi-attach.c: New file.
10908 * gdb.multi/multi-attach.exp: New file.
10909
4082afcc
PA
109102014-04-25 Pedro Alves <palves@redhat.com>
10911
10912 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10913 user.
10914 (top level): Test that "set remote conditional-breakpoints-packet
10915 off" works as intended.
10916 * gdb.base/dprintf.exp: Test that "set remote
10917 breakpoint-commands-packet off" works as intended.
10918 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10919 New function.
10920 (top level): Call it.
10921 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10922 remote fast-tracepoints-packet off" works as intended.
10923 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10924 * lib/gdb.exp (gdb_is_target_remote): ... here.
10925
2abc3f8d
DB
109262014-04-24 David Blaikie <dblaikie@gmail.com>
10927
10928 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10929 ensure clang would not discard them.
10930 * gdb.base/gdbvars.c: Ditto.
10931 * gdb.base/memattr.c: Ditto.
10932 * gdb.base/whatis.c: Ditto.
10933 * gdb.python/py-prettyprint.c: Ditto.
10934 * gdb.trace/actions.c: Ditto.
10935 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10936 ensure clang would not discard it.
10937
bfd39632
DB
109382014-04-24 David Blaikie <dblaikie@gmail.com>
10939
10940 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10941 clang to emit the full definition of type required by the test
10942 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10943
22842ff6
DB
109442014-04-24 David Blaikie <dblaikie@gmail.com>
10945
10946 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10947 coax Clang into emitting the definition of the type.
10948 * gdb.cp/pr10728-x.h (y): Ditto.
10949 * gdb.cp/pr10728-y.cc (y): Ditto.
10950
c2e827ad
DB
109512014-04-24 David Blaikie <dblaikie@gmail.com>
10952
10953 * gdb.base/label.exp: XFAIL label related tests under Clang.
10954 * gdb.cp/cplabel.exp: Ditto.
10955 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10956 under Clang those using labels.
10957
4c2d33e7
YQ
109582014-04-25 Yao Qi <yao@codesourcery.com>
10959
10960 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10961 double_label.
10962 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10963 partial_label and double_label.
10964
56083b99
DB
109652014-04-24 David Blaikie <dblaikie@gmail.com>
10966
10967 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10968
25d4e99d
DB
109692014-04-24 David Blaikie <dblaikie@gmail.com>
10970
10971 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10972 of the function to work across GCC and Clang.
10973 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10974 pointer types (const void ** const V void **).
10975
01f9f808
MS
109762014-04-24 Michael Sturm <michael.sturm@mintel.com>
10977 Walfred Tedeschi <walfred.tedeschi@intel.com>
10978
10979 * Makefile.in (EXECUTABLES): Added i386-avx512.
10980 * gdb.arch/i386-avx512.c: New file.
10981 * gdb.arch/i386-avx512.exp: Likewise.
10982
4b48d439
KS
109832014-04-23 Keith Seitz <keiths@redhat.com>
10984
10985 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10986 (mi_make_breakpoint_table): New procedure.
10987 (mi_create_breakpoint): Use mi_make_breakpoint
10988 and return the result.
10989 (mi_make_breakpoint): New procedure.
10990 (mi_build_kv_pairs): New procedure.
10991
10992 * gdb.mi/mi-break.exp: Remove unused globals,
10993 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10994 All callers updated.
10995 * gdb.mi/mi-dprintf.exp: Use variable to track command
10996 number.
10997 Update all callers of mi_create_breakpoint and use
10998 mi_make_breakpoint_table.
10999 Remove any unused global variables.
11000 * gdb.mi/mi-nonstop.exp: Likewise.
11001 * gdb.mi/mi-nsintrall.exp: Likewise.
11002 * gdb.mi/mi-nsmoribund.exp: Likewise.
11003 * gdb.mi/mi-nsthrexec.exp: Likewise.
11004 * gdb.mi/mi-reverse.exp: Likewise.
11005 * gdb.mi/mi-simplerun.exp: Likewise.
11006 * gdb.mi/mi-stepn.exp: Likewise.
11007 * gdb.mi/mi-syn-frame.exp: Likewise.
11008 * gdb.mi/mi-until.exp: Likewise.
11009 * gdb.mi/mi-var-cp.exp: Likewise.
11010 * gdb.mi/mi-var-display.exp: Likewise.
11011 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11012 * gdb.mi/mi2-var-child.exp: Likewise.
11013 * gdb.mi/mi-vla-c99.exp: Likewise.
11014 * lib/mi-support.exp: Likewise.
11015
11016 From Ian Lance Taylor <iant@cygnus.com>:
11017 * lib/gdb.exp (parse_args): New procedure.
11018
08351840
PA
110192014-04-23 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/break-unload-file.c: New file.
11022 * gdb.base/break-unload-file.exp: New file.
11023 * gdb.base/sym-file-lib.c (baz): New function.
11024 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11025 field.
11026 (load): Store the segment's mapped size.
11027 (unload): New function.
11028 (unload_shlib): New function.
11029 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11030 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11031 set a breakpoint at baz, and call it.
11032 * gdb.base/sym-file.exp: New tests for stale breakpoint
11033 instructions.
11034
076855f9
PA
110352014-04-23 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11038 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11039 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11040 * gdb.base/hbreak-unmapped.c: New file.
11041 * gdb.base/hbreak-unmapped.exp: New file.
11042 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11043 * lib/gdb.exp (gdb_is_target_remote): ... here.
11044
483805cf
PA
110452014-04-22 Pedro Alves <palves@redhat.com>
11046
11047 * gdb.base/consecutive-step-over.c: New file.
11048 * gdb.base/consecutive-step-over.exp: New file.
11049
06d97543
PA
110502014-04-22 Pedro Alves <palves@redhat.com>
11051
11052 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11053 instead of send_gdb/gdb_expect.
11054
b4429ea2
YQ
110552014-04-22 Yao Qi <yao@codesourcery.com>
11056
11057 * lib/trace-support.exp (generate_tracefile): New procedure.
11058 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11059 return 0.
11060 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11061 if generate_tracefile returns 1.
11062
51d48146
PA
110632014-04-18 Tom Tromey <palves@redhat.com>
11064 Pedro alves <tromey@redhat.com>
11065
11066 PR backtrace/15558
11067 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11068 with a backtrace limit.
11069 * gdb.python/py-frame-inline.exp: Test running to an inline
11070 function with a backtrace limit, and printing the newest frame.
11071 * gdb.python/py-frame-inline.c (main): Call f.
11072
bd1dce5f
MS
110732014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11074
11075 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11076
40d1a503
MS
110772014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11078
11079 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11080 Drop prefix from unsupported source file path.
11081
389b98f7
YQ
110822014-04-17 Yao Qi <yao@codesourcery.com>
11083
11084 * lib/gdb.exp (with_target_charset): New proc.
11085 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11086 with_target_charset.
11087 (test_print_strings): Likewise.
11088 (test_repeat_bytes): Likewise.
11089 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11090 for some tests.
11091
22869d73
KS
110922014-04-16 Keith Seitz <keiths@redhat.com>
11093
11094 PR gdb/15827
11095 * gdb.dwarf2/corrupt.c: New file.
11096 * gdb.dwarf2/corrupt.exp: New file.
11097
c4f87ca6
KS
110982014-04-16 Keith Seitz <keiths@redhat.com>
11099
11100 PR c++/16597
11101 * gdb.cp/namelessclass.cc: New file.
11102 * gdb.cp/namelessclass.exp: New file.
11103 * gdb.cp/namelessclass.S: New file.
11104
ab19de87
DE
111052014-04-16 Doug Evans <dje@google.com>
11106
11107 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11108 Add comment.
11109 (gdbserver_default_get_comm_port): New function.
11110 (gdbserver_start): Check if board file provided
11111 "gdbserver,get_comm_port" and use it if so.
11112 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11113 (gdb,socketport): Set to "stdio".
11114 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11115 (stdio_gdbserver_template): Delete.
11116 (${board}_get_remote_address): Update.
11117 (${board}_build_remote_cmd): Delete.
11118 (${board}_get_comm_port): New function.
11119 (${board}_spawn): Update.
11120 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11121 Delete.
11122 (${board}_get_remote_address): Update.
11123 (${board}_get_comm_port): New function.
11124
fc98a809
AB
111252014-04-16 Andrew Burgess <aburgess@broadcom.com>
11126
11127 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11128 appearing in any order.
11129
87fd9e6e
DE
111302014-04-15 Doug Evans <dje@google.com>
11131
11132 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11133 uninitialized value of "description".
11134
099fc3ea
KS
111352014-04-15 Keith Seitz <keiths@redhat.com>
11136
11137 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11138 Remove unused globals.
11139 (test_running_the_program): Likewise.
11140 (test_controlled_execution): Likewise.
11141 (test_controlling_breakpoints): Likewise.
11142 (test_program_termination): Likewise.
11143
5da151d4
KS
111442014-04-15 Keith Seitz <keiths@redhat.com>
11145
11146 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11147 unused globals.
11148 (test_rbreak_creation_and_listing): Likewise.
11149 (test_ignore_count): Likewise.
11150 (test_error): Likewise.
11151
35e5d2f0
PA
111522014-04-15 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11155 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11156 sym-file-loader.c.
11157 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11158 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11159 to sym-file-loader.c.
11160 (struct library): Forward declare.
11161 (load_shlib, lookup_function): Change prototypes.
11162 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11163 (translate_offset): Remove declarations.
11164 (get_text_addr): New declaration.
11165 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11166 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11167 sym-file-loader.h.
11168 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11169 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11170 here from sym-file-loader.h.
11171 (struct library): New structure.
11172 (load_shlib, lookup_function): Change prototypes and adjust to
11173 work with a struct library.
11174 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11175 (translate_offset): Make static.
11176 (get_text_addr): New function.
11177 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11178
eb4c1710
PA
111792014-04-15 Pedro Alves <palves@redhat.com>
11180
11181 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11182
2d1baf52
PA
111832014-04-15 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.base/sym-file-loader.c: Include <limits.h>.
11186 (SELF_LINK): New define.
11187 (get_origin): New function.
11188 (load_shlib): Use it.
11189 * gdb.base/sym-file.exp: Don't early return if the target is
11190 remote. Use runto_main, and issue fail is that fails. Use
11191 gdb_load_shlibs.
11192 (shlib_name): Delete.
11193 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11194
7dd6df01
PA
111952014-04-15 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.base/sym-file.exp: Remove regex characters from test
11198 message. Don't refer to breakpoint numbers in test messages.
11199
b50c8614
KS
112002014-04-14 Keith Seitz <keiths@redhat.com>
11201
11202 PR c++/16253
11203 * gdb.cp/var-tag.cc: New file.
11204 * gdb.cp/var-tag.exp: New file.
11205 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11206 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11207 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11208 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11209
3d567982
TT
112102014-04-14 Tom Tromey <tromey@redhat.com>
11211
11212 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11213 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11214 type.
11215 * gdb.cp/enum-class.exp: New file.
11216 * gdb.cp/enum-class.cc: New file.
11217
0626fc76
TT
112182014-04-14 Tom Tromey <tromey@redhat.com>
11219
11220 * gdb.dwarf2/enum-type.exp: New file.
11221
dca325b3
SA
112222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11223
11224 * gdb.mi/mi-vla-c99.exp: New file.
11225 * gdb.mi/vla.c: New file.
11226
5854b38a
SA
112272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11228
11229 * gdb.base/vla-datatypes.c: New file.
11230 * gdb.base/vla-datatypes.exp: New file.
11231
463bb957
SA
112322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11233
11234 * gdb.base/vla-ptr.c: New file.
11235 * gdb.base/vla-ptr.exp: New file.
11236
3dd170be
SA
112372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11238
11239 * gdb.dwarf2/count.exp: New file.
11240
5ecaaa66
SA
112412014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11242
11243 * gdb.base/vla-sideeffect.c: New file.
11244 * gdb.base/vla-sideeffect.exp: New file.
11245
41f1ada5
DB
112462014-04-14 David Blaikie <dblaikie@gmail.com>
11247
11248 * gdb.mi/non-stop.c: Add return value for non-void function return
11249 statement.
11250 * gdb.threads/staticthreads.c: Ditto.
11251
0be03e84
DE
112522014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11253 Doug Evans <xdje42@gmail.com>
11254
11255 * gdb.guile/scm-value.c: Improve test case.
11256 * gdb.guile/scm-value.exp: Add new test.
11257
f180a1fb
DB
112582014-04-11 David Blaikie <dblaikie@gmail.com>
11259
11260 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11261 override Clang's default.
11262
6b662e19
JB
112632014-04-11 Joel Brobecker <brobecker@adacore.com>
11264
11265 Revert the following changes (regressions):
11266
11267 * gdb.base/vla-sideeffect.c: New file.
11268 * gdb.base/vla-sideeffect.exp: New file.
11269
11270 * gdb.dwarf2/count.exp: New file.
11271
11272 * gdb.base/vla-multi.c: New file.
11273 * gdb.base/vla-multi.exp: New file.
11274
11275 * gdb.base/vla-ptr.c: New file.
11276 * gdb.base/vla-ptr.exp: New file.
11277
11278 * gdb.base/vla-datatypes.c: New file.
11279 * gdb.base/vla-datatypes.exp: New file.
11280
11281 * gdb.mi/mi-vla-c99.exp: New file.
11282 * gdb.mi/vla.c: New file.
11283
245a5f0b
KS
112842014-04-11 Keith Seitz <keiths@redhat.com>
11285
11286 PR c++/16675
11287 * gdb.cp/cpsizeof.exp: New file.
11288 * gdb.cp/cpsizeof.cc: New file.
11289
58a84dcf
SA
112902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11291
191a8a90
JB
11292 * gdb.mi/mi-vla-c99.exp: New file.
11293 * gdb.mi/vla.c: New file.
58a84dcf 11294
c8655f75
SA
112952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11296
11297 * gdb.base/vla-datatypes.c: New file.
11298 * gdb.base/vla-datatypes.exp: New file.
11299
024e13b4
SA
113002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11301
11302 * gdb.base/vla-ptr.c: New file.
11303 * gdb.base/vla-ptr.exp: New file.
11304
1a237e0e
SA
113052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11306
11307 * gdb.base/vla-multi.c: New file.
11308 * gdb.base/vla-multi.exp: New file.
11309
504f3432
SA
113102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11311
11312 * gdb.dwarf2/count.exp: New file.
11313
3bce8237
SA
113142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11315
191a8a90
JB
11316 * gdb.base/vla-sideeffect.c: New file.
11317 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11318
322f9c21
YQ
113192014-04-11 Yao Qi <yao@codesourcery.com>
11320
11321 * gdb.base/completion.exp: Check file exists before running tests
11322 on file completion.
11323
d708bcd1
PA
113242014-04-10 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.base/cond-eval-mode.c: New file.
11327 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11328 prepare_for_testing to build the new file. Check result of
11329 runto_main.
11330 (test_break, test_watch): New procedures.
11331 (top level): Use them.
11332
ae1d2761
PM
113332014-04-08 Pierre Muller <muller@sourceware.org>
11334
11335 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11336 Ctrl-V use for mingw hosts.
11337
7af389b8
SC
113382014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11339
11340 * gdb.python/py-value.c: Improve test case.
11341 * gdb.python/py-value.exp: Add new test.
11342
5e703181
DE
113432014-04-07 David Blaikie <dblaikie@gmail.com>
11344
11345 * lib/compiler.c: Identify the clang compiler.
11346 * lib/compiler.cc: Ditto.
11347
9810b410
YQ
113482014-04-03 Yao Qi <yao@codesourcery.com>
11349
11350 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11351
98d1b8dc
AB
113522014-04-01 Anton Blanchard <anton@samba.org>
11353
11354 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11355 messages unique.
11356
3114cea1
AB
113572014-04-01 Anton Blanchard <anton@samba.org>
11358
11359 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11360 prepare_for_testing.
11361
62f7182c
AB
113622014-04-01 Anton Blanchard <anton@samba.org>
11363
11364 * gdb.arch/ppc64-atomic-inst.c: Remove.
11365 * gdb.arch/ppc64-atomic-inst.S: New file.
11366 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11367
770e7fc7
DE
113682014-03-31 Doug Evans <dje@google.com>
11369
11370 * gdb.base/print-symbol-loading-lib.c: New file.
11371 * gdb.base/print-symbol-loading-main.c: New file.
11372 * gdb.base/print-symbol-loading.exp: New file.
11373
46e2bafa
YQ
113742014-03-31 Yao Qi <yao@codesourcery.com>
11375
11376 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11377
8776cfe9
JB
113782014-03-28 Joel Brobecker <brobecker@adacore.com>
11379
11380 * gdb.ada/mi_dyn_arr: New testcase.
11381
5d1ef361
DE
113822014-03-27 Doug Evans <dje@google.com>
11383
11384 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11385
b5bee914
YQ
113862014-03-27 Yao Qi <yao@codesourcery.com>
11387
11388 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11389 if target is nios2-*-*.
11390
0d4d0e77
YQ
113912014-03-26 Yao Qi <yao@codesourcery.com>
11392
11393 * lib/gdb.exp (readline_is_used): New proc.
11394 * gdb.base/completion.exp: Move tests on command complete up.
11395 Skip the rest of tests if readline is not used.
11396 * gdb.ada/complete.exp: Skp the test if readline is not
11397 used.
11398 * gdb.base/filesym.exp: Likewise.
11399 * gdb.base/macscp.exp: Likewise.
11400 * gdb.base/readline-ask.exp: Likewise.
11401 * gdb.base/readline.exp: Likewise.
11402 * gdb.python/py-cmd.exp: Likewise.
11403 * gdb.trace/tfile.exp: Likewise.
11404
29361eee
YQ
114052014-03-26 Yao Qi <yao@codesourcery.com>
11406
11407 * gdb.base/macscp.exp: Fix code format issues.
11408
bc9a5525
UW
114092014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11410
11411 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11412 * gdb.asm/powerpc64le.inc: New file.
11413
d3839ede
PA
114142014-03-25 Pedro Alves <palves@redhat.com>
11415 Doug Evans <dje@google.com>
11416
11417 * gdb.base/source-execution.c: New file.
11418 * gdb.base/source-execution.exp: New file.
11419 * gdb.base/source-execution.gdb: New file.
11420
01672a57
DE
114212014-03-24 Doug Evans <dje@google.com>
11422
11423 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11424 using fission.
11425
88bbeca9
HZ
114262014-03-24 Hui Zhu <hui@codesourcery.com>
11427 Pedro Alves <palves@redhat.com>
11428
11429 PR breakpoints/16101
11430 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11431 test pass/fail messages. Detect missing support for dprintf when
11432 breakpoints are actually inserted.
11433 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11434 breakpoints are actually inserted.
11435 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11436 fails.
11437
d2348791
JK
114382014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11439
11440 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11441
feef67ab
DE
114422014-03-22 Doug Evans <xdje42@gmail.com>
11443
11444 * gdb.python/python.exp (python not supported): Verify multi-line
11445 python command issues an error.
25d743f9 11446 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11447 guile command issues an error.
feef67ab 11448
ecebef6a
MR
114492014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11450
11451 * gdb.threads/thread-specific.exp: Handle the lack of usable
11452 $this_breakpoint and $this_thread.
11453
ccdd1909
HZ
114542014-03-21 Hui Zhu <hui@codesourcery.com>
11455
11456 * gdb.base/attach.exp (do_command_attach_tests): New.
11457
beb460e8
PA
114582014-03-20 Tom Tromey <tromey@redhat.com>
11459 Pedro Alves <palves@redhat.com>
11460
11461 PR cli/15718
11462 * gdb.base/condbreak-call-false.c: New file.
11463 * gdb.base/condbreak-call-false.exp: New file.
11464
40acf43a
PA
114652014-03-20 Pedro Alves <palves@redhat.com>
11466
11467 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11468 Delete.
11469 (block_signals, unblock_signals): Delete.
11470 (child_function_2, main): Remove references to deleted variable
11471 and functions.
11472
9f5e1e02
PA
114732014-03-20 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11476 Use pthread_kill to signal thread 2.
11477 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11478 Adjust to make the test send itself a signal rather than using the
11479 host's "kill" command.
11480
99619bea
PA
114812014-03-20 Pedro Alves <palves@redhat.com>
11482
11483 * gdb.threads/multiple-step-overs.c: New file.
11484 * gdb.threads/multiple-step-overs.exp: New file.
11485 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11486 Adjust expected infrun debug output.
11487
2adfaa28
PA
114882014-03-20 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11491 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11492
31e77af2
PA
114932014-03-20 Pedro Alves <palves@redhat.com>
11494
11495 PR breakpoints/7143
11496 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11497 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11498 of gdb_test_multiple.
11499 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11500 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11501
b9f437de
PA
115022014-03-20 Pedro Alves <palves@redhat.com>
11503
11504 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11505 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11506
05adc73e
PA
115072014-03-19 Pedro Alves <palves@redhat.com>
11508
11509 * gdb.base/async.exp: Remove early return.
11510
6048b950
PA
115112014-03-19 Pedro Alves <palves@redhat.com>
11512
11513 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11514
8bcfb00a
PA
115152014-03-19 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.base/async.exp (test_background): Expect \r\n after
11518 "completed." in the fail pattern.
11519
884e37dc
PA
115202014-03-19 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.base/async.exp (test_background): New procedure.
11523 Use it for all background execution command tests.
11524
148e57e2
PA
115252014-03-19 Pedro Alves <palves@redhat.com>
11526
11527 * gdb.base/async.exp: Use prepare_for_testing.
11528
f48088c7
PA
115292014-03-19 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11532 the same line.
11533
e2f6c966
PA
115342014-03-19 Pedro Alves <palves@redhat.com>
11535
11536 * gdb.base/async.c (main): Add "jump here" and "until here" line
11537 marker comments.
11538 * gdb.base/async.exp (jump_here): New global.
11539 (jump& test): Use it.
11540 (until_here): New global.
11541 (until& test): Use it.
11542
c30568d4
PA
115432014-03-19 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.base/async.exp: Don't frob gdb_protocol.
11546
0172b6a7
DE
115472014-03-18 Doug Evans <xdje42@gmail.com>
11548
11549 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11550 Fix spelling of exec-done-display.
11551
06c868a8
JK
115522014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11553
11554 PR gdb/15358
11555 * gdb.base/gdb-sigterm.c: New file.
11556 * gdb.base/gdb-sigterm.exp: New file.
11557
0c7e1a46
PA
115582014-03-18 Pedro Alves <palves@redhat.com>
11559
11560 PR gdb/13860
11561 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11562 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11563 solib-event.
11564
f7c77d93
JB
115652014-03-17 Joel Brobecker <brobecker@adacore.com>
11566
11567 * gdb.ada/pckd_arr_ren: New testcase.
11568
5a1e8c7a
DE
115692014-03-13 Doug Evans <xdje42@gmail.com>
11570
11571 PR guile/16612
11572 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11573 collect after discarding symbols.
11574
350e1a76
DE
115752014-03-13 Ludovic Courtès <ludo@gnu.org>
11576 Doug Evans <xdje42@gmail.com>
11577
11578 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11579 to history survives a gc.
11580
a69900ae
PA
115812014-03-13 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.base/default.exp: Don't test "target procfs".
11584
5db9f0bd
PA
115852014-03-13 Pedro Alves <palves@redhat.com>
11586
11587 * gdb.base/default.exp: Update "target child" and "target procfs"
11588 tests to not expect "Unix".
11589
b3ccfe11
TT
115902014-03-12 Tom Tromey <tromey@redhat.com>
11591
11592 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11593 New procs. Add target-async tests.
11594 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11595 Add target-async tests.
11596
646f4417
AA
115972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11598
11599 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11600 'func_start' and 'func_end' for the beginning and end of the
11601 function code, respectively.
11602 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11603 'func_end' instead of 'func' and 'main'.
11604
288c211f
AA
116052014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11606
11607 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11608 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11609 generate the debug info assembler source.
11610
e0c0f156
AA
116112014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11612
11613 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11614 * gdb.dwarf2/arr-subrange.exp: Likewise.
11615 * gdb.dwarf2/dwz.exp: Likewise.
11616 * gdb.dwarf2/method-ptr.exp: Likewise.
11617 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11618 * gdb.dwarf2/subrange.exp: Likewise.
11619 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11620 * gdb.dwarf2/implptrpiece.exp: Likewise.
11621 * gdb.dwarf2/nostaticblock.exp: Likewise.
11622
0e5c4555
AA
116232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11624
11625 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11626 directory to absolute path name arguments.
11627
5ec18f2b
JG
116282014-03-10 Joel Brobecker <brobecker@adacore.com>
11629
11630 * gdb.ada/tagged_access: New testcase.
11631
847fc4f2
MM
116322014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11633
11634 * gdb.btrace/data.exp: Update expected output.
11635
cc3da688
YQ
116362014-03-06 Yao Qi <yao@codesourcery.com>
11637
11638 * gdb.trace/pr16508.exp: New file.
11639
0f26cec1
PA
116402014-03-05 Pedro Alves <palves@redhat.com>
11641
11642 PR gdb/16575
11643 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11644 procedure.
11645 (top level): Adjust to use it. Add tests that exercise breakpoint
11646 interaction with the code-cache.
11647
7a5a839f
LC
116482014-02-26 Ludovic Courtès <ludo@gnu.org>
11649
11650 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11651 test for 'history-append!'.
11652
31aa7e4e
JB
116532014-02-26 Joel Brobecker <brobecker@adacore.com>
11654
11655 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11656 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11657 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11658 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11659 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11660 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11661
1b588015
JB
116622014-02-26 Joel Brobecker <brobecker@adacore.com>
11663
11664 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11665 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11666 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11667
55426c9d
JB
116682014-02-26 Joel Brobecker <brobecker@adacore.com>
11669
11670 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11671
dc53a7ad
JB
116722014-02-26 Joel Brobecker <brobecker@adacore.com>
11673
11674 * gdb.dwarf2/arr-stride.c: New file.
11675 * gdb.dwarf2/arr-stride.exp: New file.
11676
12ab52e9
PA
116772014-02-26 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11680 that won't ever trigger. Make sure that GDB reports the correct
11681 breakpoint that caused the stop.
11682
849c862e
JK
116832014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11684
11685 PR gdb/16626
11686 * gdb.base/auto-load-script: New file.
11687 * gdb.base/auto-load.c: New file.
11688 * gdb.base/auto-load.exp: New file.
11689
71b7d793
JK
11690 PR gdb/16626
11691 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11692
e2f0d509
JK
116932014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11694
11695 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11696 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11697
50cc37c8
DE
116982014-02-24 Doug Evans <dje@google.com>
11699
11700 * lib/gdb.exp (run_on_host): Log error output if program fails.
11701
ea4758f2
PA
117022014-02-21 Pedro Alves <palves@redhat.com>
11703
11704 * gdb.threads/step-after-sr-lock.c: Rename to ...
11705 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11706 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11707 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11708 ... this.
11709
d7b30f67
SDJ
117102014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11711
11712 PR tdep/16397
11713 * gdb.arch/amd64-stap-special-operands.exp: New file.
11714 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11715 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11716 * gdb.arch/amd64-stap-triplet.S: Likewise.
11717 * gdb.arch/amd64-stap-triplet.c: Likewise.
11718
83deb43f
JB
117192014-02-20 Joel Brobecker <brobecker@adacore.com>
11720
11721 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11722 in .section pseudo-op.
11723
adde2bff
DE
117242014-02-20 lin zuojian <manjian2006@gmail.com>
11725 Joel Brobecker <brobecker@adacore.com>
11726 Doug Evans <xdje42@gmail.com>
11727
11728 PR symtab/16581
11729 * gdb.dwarf2/dw2-icycle.S: New file.
11730 * gdb.dwarf2/dw2-icycle.c: New file.
11731 * gdb.dwarf2/dw2-icycle.exp: New file.
11732
f7bd0f78
SC
117332014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11734
11735 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11736 operations on gdb.Value objects.
11737 * gdb.python/py-value-cc.exp: Add new test to test operations on
11738 gdb.Value objects.
11739
c17ef0d5
DE
117402014-02-18 Doug Evans <dje@google.com>
11741
11742 * Makefile.in (TESTS): New variable.
11743 (expanded_tests, expanded_tests_or_none): New variables
11744 (check-single): Pass $(expanded_tests_or_none) to runtest.
11745 (check-parallel): Only run tests in $(TESTS) if non-empty.
11746 (check/no-matching-tests-found): New rule.
11747 * README: Document TESTS makefile variable.
11748
5dd3176f
DE
117492014-02-18 Doug Evans <dje@google.com>
11750
11751 * Makefile.in (check-parallel): rm -rf outputs temp.
11752
0b10be4f
JK
117532014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11754
11755 Fix "ERROR: no fileid for" in the testsuite.
11756 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11757
85f224e7
DE
117582014-02-12 Doug Evans <dje@google.com>
11759
11760 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11761 (MISCELLANEOUS): New variable.
11762 (clean): rm -rf $(MISCELLANEOUS).
11763 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11764 dwp live in the same directory as symlinks, with each symlink pointed
11765 to a differently named file in a different directory.
11766
149b30ff
DE
117672014-02-11 Doug Evans <dje@google.com>
11768
11769 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11770 of Tcl file commands.
11771
1dfdac32
MK
117722014-02-10 Mark Kettenis <kettenis@gnu.org>
11773
11774 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11775 "kill -SIGUSR1 -1".
11776
aa4fb036
JB
117772014-02-10 Joel Brobecker <brobecker@adacore.com>
11778
11779 * gdb.ada/tick_length_array_enum_idx: New testcase.
11780
ed3ef339
DE
117812014-02-10 Doug Evans <xdje42@gmail.com>
11782
11783 * configure.ac (AC_OUTPUT): Add gdb.guile.
11784 * configure: Regenerate.
11785 * lib/gdb-guile.exp: New file.
11786 * lib/gdb.exp (get_target_charset): New function.
11787 * gdb.base/help.exp: Update expected output from "apropos apropos".
11788 * gdb.guile/Makefile.in: New file.
11789 * gdb.guile/guile.exp: New file.
11790 * gdb.guile/scm-arch.c: New file.
11791 * gdb.guile/scm-arch.exp: New file.
11792 * gdb.guile/scm-block.c: New file.
11793 * gdb.guile/scm-block.exp: New file.
11794 * gdb.guile/scm-breakpoint.c: New file.
11795 * gdb.guile/scm-breakpoint.exp: New file.
11796 * gdb.guile/scm-disasm.c: New file.
11797 * gdb.guile/scm-disasm.exp: New file.
11798 * gdb.guile/scm-equal.c: New file.
11799 * gdb.guile/scm-equal.exp: New file.
11800 * gdb.guile/scm-error.exp: New file.
11801 * gdb.guile/scm-error.scm: New file.
11802 * gdb.guile/scm-frame-args.c: New file.
11803 * gdb.guile/scm-frame-args.exp: New file.
11804 * gdb.guile/scm-frame-args.scm: New file.
11805 * gdb.guile/scm-frame-inline.c: New file.
11806 * gdb.guile/scm-frame-inline.exp: New file.
11807 * gdb.guile/scm-frame.c: New file.
11808 * gdb.guile/scm-frame.exp: New file.
11809 * gdb.guile/scm-generics.exp: New file.
11810 * gdb.guile/scm-gsmob.exp: New file.
11811 * gdb.guile/scm-iterator.c: New file.
11812 * gdb.guile/scm-iterator.exp: New file.
11813 * gdb.guile/scm-math.c: New file.
11814 * gdb.guile/scm-math.exp: New file.
11815 * gdb.guile/scm-objfile-script-gdb.in: New file.
11816 * gdb.guile/scm-objfile-script.c: New file.
11817 * gdb.guile/scm-objfile-script.exp: New file.
11818 * gdb.guile/scm-objfile.c: New file.
11819 * gdb.guile/scm-objfile.exp: New file.
11820 * gdb.guile/scm-ports.exp: New file.
11821 * gdb.guile/scm-pretty-print.c: New file.
11822 * gdb.guile/scm-pretty-print.exp: New file.
11823 * gdb.guile/scm-pretty-print.scm: New file.
11824 * gdb.guile/scm-section-script.c: New file.
11825 * gdb.guile/scm-section-script.exp: New file.
11826 * gdb.guile/scm-section-script.scm: New file.
11827 * gdb.guile/scm-symbol.c: New file.
11828 * gdb.guile/scm-symbol.exp: New file.
11829 * gdb.guile/scm-symtab-2.c: New file.
11830 * gdb.guile/scm-symtab.c: New file.
11831 * gdb.guile/scm-symtab.exp: New file.
11832 * gdb.guile/scm-type.c: New file.
11833 * gdb.guile/scm-type.exp: New file.
11834 * gdb.guile/scm-value-cc.cc: New file.
11835 * gdb.guile/scm-value-cc.exp: New file.
11836 * gdb.guile/scm-value.c: New file.
11837 * gdb.guile/scm-value.exp: New file.
11838 * gdb.guile/source2.scm: New file.
11839 * gdb.guile/types-module.cc: New file.
11840 * gdb.guile/types-module.exp: New file.
11841
7026a7c1
YQ
118422014-02-10 Yao Qi <yao@codesourcery.com>
11843
11844 PR testsuite/16543
11845 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11846 * configure: Regenerated.
11847 * Makefile.in: New file.
11848
6c466447
AS
118492014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11850
11851 * gdb.python/py-framefilter.exp: Fix typo.
11852
6e854735
YQ
118532014-02-08 Yao Qi <yao@codesourcery.com>
11854
11855 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11856 that no =breakpoint-modified is emitted when breakpoints are
11857 modified through MI commands.
11858
d137e6dc
PA
118592014-02-07 Pedro Alves <pedro@codesourcery.com>
11860 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.threads/step-after-sr-lock.c: New file.
11863 * gdb.threads/step-after-sr-lock.exp: New file.
11864
b5ee5a50
PA
118652014-02-07 Pedro Alves <palves@redhat.com>
11866
11867 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11868
3c77faf3
JK
118692014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11870
11871 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11872 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11873
6dddc817
DE
118742014-02-06 Doug Evans <xdje42@gmail.com>
11875
11876 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11877 output.
11878
11879 * gdb.gdb/python-interrupts.exp: New file.
11880
de7b2893
YQ
118812014-02-05 Yao Qi <yao@codesourcery.com>
11882
11883 * gdb.trace/report.exp (use_collected_data): Test the output
11884 of "info threads" and "info inferiors".
11885
66d032ac
YQ
118862014-02-05 Yao Qi <yao@codesourcery.com>
11887
11888 Revert this patch:
11889
11890 2013-05-24 Yao Qi <yao@codesourcery.com>
11891
11892 * gdb.trace/tfile.exp: Test inferior and thread.
11893
591a12a1
UW
118942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11895
11896 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11897 on a function.
11898 * gdb.base/step-bt.c: Call hello via function pointer to make
11899 sure its first instruction is executed on powerpc64le-linux.
11900
0ff3e01f
UW
119012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11902
11903 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11904
084ee545
UW
119052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11906
11907 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11908 of the test patterns for use on little-endian systems.
11909
6ed14ff3
UW
119102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11911
11912 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11913 (decimal_vector): Fix for little-endian.
11914
401e27fd
JM
119152014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11916
11917 * gdb.arch/sparc-sysstep.exp: New file.
11918 * gdb.arch/sparc-sysstep.c: Likewise.
11919
11920 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11921
8b924729
EBM
119222014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11923
11924 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11925
fb151210
JB
119262014-01-23 Tom Tromey <tromey@redhat.com>
11927
11928 * gdb.ada/array_char_idx: New testcase.
11929
0740f8d8
TT
119302014-01-23 Tom Tromey <tromey@redhat.com>
11931
11932 PR python/16487:
11933 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11934 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11935 classes.
11936
21909fa1
TT
119372014-01-23 Tom Tromey <tromey@redhat.com>
11938
11939 PR python/16491:
11940 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11941 string from an inferior frame.
11942 * gdb.python/py-framefilter-mi.exp: Update.
11943
87ce2a04
DE
119442014-01-22 Doug Evans <dje@google.com>
11945
11946 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11947
237b092b
AA
119482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11949
11950 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11951
d674a709
AA
119522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11953
11954 * gdb.trace/entry-values.exp: Remove excess space character from
11955 regex patterns. Handle s390 call instruction.
11956
20fa3390
AA
119572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11958
11959 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11960 define "*_start" label. Make "name" static.
11961 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11962 ${name} by references to ${name}_start.
11963
78466714
AA
119642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11965
11966 * gdb.base/info-macros.exp: Remove "debug" from the compile
11967 options.
11968
ec9f644a
IB
119692014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11970
11971 * gdb.dlang/demangle.exp: New file.
11972
94b1b47e
IB
119732014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11974
11975 * gdb.dlang/primitive-types.exp: New file.
11976
7f420862
IB
119772014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11978
11979 * configure.ac: Create gdb.dlang/Makefile.
11980 * configure: Regenerate.
11981 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11982 * gdb.dlang/Makefile.in: New file.
11983 * lib/d-support.exp: New file.
11984 * lib/gdb.exp (skip_d_tests): New proc.
11985
52834460
MM
119862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11987
11988 * gdb.btrace/delta.exp: Check reverse stepi.
11989 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11990 * gdb.btrace/finish.exp: New.
11991 * gdb.btrace/next.exp: New.
11992 * gdb.btrace/nexti.exp: New.
11993 * gdb.btrace/record_goto.c: Add comments.
11994 * gdb.btrace/step.exp: New.
11995 * gdb.btrace/stepi.exp: New.
11996 * gdb.btrace/multi-thread-step.c: New.
11997 * gdb.btrace/multi-thread-step.exp: New.
11998 * gdb.btrace/rn-dl-bind.c: New.
11999 * gdb.btrace/rn-dl-bind.exp: New.
12000 * gdb.btrace/data.c: New.
12001 * gdb.btrace/data.exp: New.
12002 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12003
6e07b1d2
MM
120042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12005
12006 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12007 * gdb.btrace/exception.exp: Update.
12008 * gdb.btrace/instruction_history.exp: Update.
12009 * gdb.btrace/record_goto.exp: Update.
12010 * gdb.btrace/tailcall.exp: Update.
12011 * gdb.btrace/unknown_functions.exp: Update.
12012 * gdb.btrace/delta.exp: New.
12013
0b722aec
MM
120142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12015
12016 * gdb.btrace/record_goto.exp: Add backtrace test.
12017 * gdb.btrace/tailcall.exp: Add backtrace test.
12018
066ce621
MM
120192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12020
12021 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12022 * gdb.btrace/record_goto.c: New.
12023 * gdb.btrace/record_goto.exp: New.
12024 * gdb.btrace/x86-record_goto.S: New.
12025
0688d04e
MM
120262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12027
12028 * gdb.btrace/function_call_history.exp: Update tests.
12029 * gdb.btrace/instruction_history.exp: Update tests.
12030
8710b709
MM
120312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12032
12033 * gdb.btrace/function_call_history.exp: Fix expected field
12034 order for "record function-call-history".
12035 Add new tests for "record function-call-history /c".
12036 * gdb.btrace/exception.cc: New.
12037 * gdb.btrace/exception.exp: New.
12038 * gdb.btrace/tailcall.exp: New.
12039 * gdb.btrace/x86-tailcall.S: New.
12040 * gdb.btrace/x86-tailcall.c: New.
12041 * gdb.btrace/unknown_functions.c: New.
12042 * gdb.btrace/unknown_functions.exp: New.
12043 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12044
5de9129b
MM
120452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12046
12047 * gdb.btrace/instruction_history.exp: Update.
12048 * gdb.btrace/function_call_history.exp: Update.
12049
23a7fe75
MM
120502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12051
12052 * gdb.btrace/function_call_history.exp: Fix expected function
12053 trace.
12054 * gdb.btrace/instruction_history.exp: Initialize traced.
12055 Remove traced_functions.
12056
724c7dd8
MM
120572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12058
12059 * gdb.btrace/function_call_history.exp: Update
12060 * gdb.btrace/instruction_history.exp: Update.
12061
6d78d93b
MM
120622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12063
12064 * gdb.btrace/enable.exp: Update expected text.
12065
93a360cc
OJ
120662014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12067
12068 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12069 bytes.
12070
3772b53f
MR
120712014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12072
12073 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12074
596662fa
OJ
120752014-01-15 Omair Javaid <omair.javaid@linaro.org>
12076
12077 * lib/gdb.exp (supports_process_record): Return true for
12078 arm*-linux*. (supports_reverse): Likewise.
12079
b5b08fb4
SC
120802014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12081
12082 PR python/15464
12083 PR python/16113
12084 * gdb.python/py-type.c: Enhance test case.
12085 * gdb.python/py-value-cc.cc: Likewise
12086 * gdb.python/py-type.exp: Add new tests.
12087 * gdb.python/py-value-cc.exp: Likewise
12088
52d7fb13
AA
120892014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12090 Pedro Alves <palves@redhat.com>
12091
12092 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12093 Make "name" extern.
12094 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12095 references to ${name}_start by references to ${name}.
12096
a2cd8cfe
JB
120972014-01-10 Joel Brobecker <brobecker@adacore.com>
12098
12099 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12100
4e23fced
JB
121012014-01-10 Joel Brobecker <brobecker@adacore.com>
12102
12103 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12104
c6a9e42c
PA
121052014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12106 Pedro Alves <palves@redhat.com>
12107
12108 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 12109 mi_gdb_target_load.
c6a9e42c 12110
b7ea362b
PA
121112014-01-08 Pedro Alves <palves@redhat.com>
12112
12113 * gdb.threads/reconnect-signal.c: New file.
12114 * gdb.threads/reconnect-signal.exp: New file.
12115
5e3f4fab
EBM
121162014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12117
12118 * gdb.base/source-dir.exp: New file.
12119
79301218
JB
121202014-01-07 Joel Brobecker <brobecker@adacore.com>
12121
12122 * gdb.ada/mi_interface: New testcase.
12123
8e355c5d
JB
121242014-01-07 Joel Brobecker <brobecker@adacore.com>
12125
12126 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12127 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12128 gdb.ada/pp-rec-component/pck.ads: New files.
12129
c0d48811
JB
121302014-01-07 Joel Brobecker <brobecker@adacore.com>
12131
12132 * gdb.python/py-pp-integral.c: New file.
12133 * gdb.python/py-pp-integral.py: New file.
12134 * gdb.python/py-pp-integral.exp: New file.
12135
17b609c3 12136For older changes see ChangeLog-1993-2013.
c906108c 12137\f
8d8cb839
EZ
12138;; Local Variables:
12139;; mode: change-log
12140;; left-margin: 8
12141;; fill-column: 74
12142;; version-control: never
12143;; End:
902f2ccb 12144
61baf725 12145 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
12146 Copying and distribution of this file, with or without modification,
12147 are permitted provided the copyright notice and this notice are preserved.