ld: Don't allow '~' as the first char in symbol name
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b3b7c423
SL
12017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2
3 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4
3b4b2f16
UW
52017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6
7 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8 integer-to-dfp conversion.
9 * gdb.base/dfp-test.exp: Likewise.
10
5cd63fda
PA
112017-10-04 Pedro Alves <palves@redhat.com>
12
13 * gdb.multi/hangout.c: Include <unistd.h>.
14 (hangout_loop): New function.
15 (main): Call alarm. Call hangout_loop in a loop.
16 * gdb.multi/hello.c: Include <unistd.h>.
17 (hello_loop): New function.
18 (main): Call alarm. Call hangout_loop in a loop.
19 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
20 inferior with the other selected.
21
4c71c105
SM
222017-10-04 Simon Marchi <simon.marchi@ericsson.com>
23
24 * gdb.mi/list-thread-groups-available.exp: New file.
25 * gdb.mi/list-thread-groups-available.c: New file.
26
bc3b087d
SDJ
272017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
28
29 * gdb.base/set-cwd.exp: Make it available on
30 native-extended-gdbserver.
31
d092c5a2
SDJ
322017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
33
34 * gdb.base/set-cwd.c: New file.
35 * gdb.base/set-cwd.exp: Likewise.
36
45320ffa
TT
372017-10-02 Tom Tromey <tom@tromey.com>
38
39 PR rust/22236:
40 * gdb.rust/simple.rs (main): New variable "fslice".
41 * gdb.rust/simple.exp: Add slice tests. Update string tests.
42
b3e3859b
TT
432017-10-02 Tom Tromey <tom@tromey.com>
44
45 * gdb.rust/simple.exp: Test ptype of a slice.
46
01af5e0d
TT
472017-10-02 Tom Tromey <tom@tromey.com>
48
49 * gdb.rust/simple.exp: Test index of slice.
50
a9bbfbd8
TT
512017-09-27 Tom Tromey <tom@tromey.com>
52
53 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
54
df8899e5
TP
552017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
56 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/compare-sections.exp (get value of read-only section): Read
59 as unsigned value.
60 (corrupt read-only section): Likewise and don't set written if patching
61 failed.
62
757bf54b
KB
632017-09-21 Kevin Buettner <kevinb@redhat.com>
64
65 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
66 files.
67
06871ae8
PA
682017-09-20 Pedro Alves <palves@redhat.com>
69
70 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
71 symbol names in gdb's output.
72 * gdb.cp/overload.exp ("list all overloads"): Likewise.
73
e5f25bc5
PA
742017-09-20 Pedro Alves <palves@redhat.com>
75
76 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
77 Rename to ...
78 (test_list_ambiguous_symbol): ... this and add a symbol name
79 parameter. Adjust.
80 (test_list_ambiguous_function): Reimplement on top of
81 test_list_ambiguous_symbol and also test listing ambiguous
82 variables.
83 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
84 (ambiguous_fun): ... this.
85 (ambiguous_var): New.
86 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
87 (ambiguous_fun): ... this.
88 (ambiguous_var): New.
89
4e5a4f58
JB
902017-09-19 John Baldwin <jhb@FreeBSD.org>
91
92 * gdb.base/starti.c: New file.
93 * gdb.base/starti.exp: New file.
94 * lib/gdb.exp (gdb_starti_cmd): New procedure.
95
26e53f3e
PA
962017-09-14 Pedro Alves <palves@redhat.com>
97
98 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
99 (top level): Use it instead of runto.
100
cb791d59
TT
1012017-09-11 Tom Tromey <tom@tromey.com>
102
103 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
104
7c96f8c1
TT
1052017-09-11 Tom Tromey <tom@tromey.com>
106
107 * gdb.python/py-infthread.exp: Add tests for new_thread event.
108 * gdb.python/py-inferior.exp: Add tests for new inferior events.
109
469412dd
CW
1102017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
111
112 * gdb.fortran/printing-types.exp: New file.
113 * gdb.fortran/printing-types.exp: New file.
114
e0f86435
BH
1152017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
116
117 * gdb.fortran/vla-ptype.exp: Fix typos.
118 * gdb.fortran/vla-value.exp: Same.
119
9e9af4be
BH
1202017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
121
122 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
123 * gdb.mi/mi-var-child-f.exp: Likewise.
124 * gdb.mi/mi-vla-fortran.exp: Likewise.
125
a5ad232b
FP
1262017-09-08 Frank Penczek <frank.penczek@intel.com>
127 Christoph Weinmann <christoph.t.weinmann@intel.com>
128 Bernhard Heckel <bernhard.heckel@intel.com>
129
130 * gdb.fortran/ptr-indentation.f90: New file.
131 * gdb.fortran/ptr-indentation.exp: New file.
132
5aec60eb
TT
1332017-09-05 Tom Tromey <tom@tromey.com>
134
135 PR gdb/22010:
136 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
137
8f8f8152
TP
1382017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
139
140 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
141
fbd1b771
JK
1422017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
143
144 * gdb.threads/tls-nodebug-pie.c: New file.
145 * gdb.threads/tls-nodebug-pie.exp: New file.
146
5eb5f850
TT
1472017-09-05 Tom Tromey <tom@tromey.com>
148
149 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
150 for rust.
151
ae780a21
SM
1522017-09-05 Simon Marchi <simon.marchi@ericsson.com>
153
154 * gdb.multi/multi-arch-exec.exp: Test with different
155 "follow-exec-mode" settings.
156 (do_test): New procedure.
157
3693fdb3
PA
1582017-09-04 Pedro Alves <palves@redhat.com>
159
160 * gdb.base/func-static.c (S::method const, S::method volatile)
161 (S::method volatile const): New methods.
162 (c_s, v_s, cv_s): New instances.
163 (main): Call method() on them.
164 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
165 (cannot_resolve): New procedure.
166 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
167 print-quote-unquoted columns.
168 (do_test): Test printing each scope too.
169
e68cb8e0
PA
1702017-09-04 Pedro Alves <palves@redhat.com>
171
172 * gdb.base/local-static.exp: Also test with
173 class::method::variable wholly quoted.
174 * gdb.cp/m-static.exp (class::method::variable): Remove test.
175
858be34c
PA
1762017-09-04 Pedro Alves <palves@redhat.com>
177
178 * gdb.base/local-static.c: New.
179 * gdb.base/local-static.cc: New.
180 * gdb.base/local-static.exp: New.
181
46a4882b
PA
1822017-09-04 Pedro Alves <palves@redhat.com>
183
184 * gdb.asm/asm-source.exp: Add casts to int.
185 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
186 (dataglobal64_1, dataglobal64_2): New globals.
187 * gdb.base/nodebug.exp: Test different expressions involving the
188 new globals, with print, whatis and ptype. Add casts to int.
189 * gdb.base/solib-display.exp: Add casts to int.
190 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
191 * gdb.cp/m-static.exp: Add cast to int.
192 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
193 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
194 tls variable with no debug info without a cast. Test with a cast
195 to int too.
196 * gdb.trace/entry-values.exp: Add casts.
197
2c5a2be1
PA
1982017-09-04 Pedro Alves <palves@redhat.com>
199
200 * gdb.base/nodebug.exp: Test that ptype's error about functions
201 with unknown return type includes the function name too.
202
7022349d
PA
2032017-09-04 Pedro Alves <palves@redhat.com>
204
205 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
206 return type of munmap in infcall.
207 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
208 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
209 type of ftell in infcall.
210 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
211 type of getpid in infcall.
212 * gdb.base/infcall-exec.exp: Cast return type of execlp in
213 infcall.
214 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
215 Bail on failure to extract the pid.
216 * gdb.base/nodebug.c: #include <stdint.h>.
217 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
218 New functions.
219 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
220 Change expected output of print/whatis/ptype with functions with
221 no debug info. Test all supported languages. Call
222 test_call_promotion.
223 * gdb.compile/compile.exp: Adjust expected output to expect
224 warning.
225 * gdb.threads/siginfo-threads.exp: Likewise.
226
54990598
PA
2272017-09-04 Pedro Alves <palves@redhat.com>
228
229 * gdb.base/callfuncs.exp (do_function_calls): New parameter
230 "prototypes". Test calling float functions via prototyped and
231 unprototyped function pointers.
232 (perform_all_tests): New parameter "prototypes". Pass it down.
233 (top level): Pass down "prototypes" parameter to
234 perform_all_tests.
235
34d16ea2
SM
2362017-09-04 Simon Marchi <simon.marchi@ericsson.com>
237
238 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
239 Test with nested loops.
240
9521ecda
SM
2412017-09-04 Simon Marchi <simon.marchi@ericsson.com>
242
243 * gdb.base/commands.exp: Call the new procedures.
244 (loop_break_test, loop_continue_test): New procedures.
245
80a65e9b
SM
2462017-09-04 Simon Marchi <simon.marchi@ericsson.com>
247
248 * gdb.base/commands.exp: Call new procedure.
249 (define_if_without_arg_test): New procedure.
250
e439fa14
PA
2512017-09-04 Pedro Alves <palves@redhat.com>
252
253 * gdb.base/list-ambiguous.exp: New file.
254 * gdb.base/list-ambiguous0.c: New file.
255 * gdb.base/list-ambiguous1.c: New file.
256 * gdb.base/list.exp (test_list_range): Adjust expected output.
257
0a2dde4a
SDJ
2582017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
259
260 * gdb.base/share-env-with-gdbserver.c: New file.
261 * gdb.base/share-env-with-gdbserver.exp: Likewise.
262
5e89eb3a
SM
2632017-08-28 Simon Marchi <simon.marchi@ericsson.com>
264
265 * gdb.base/commands.exp (gdbvar_simple_if_test,
266 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
267 progvar_simple_if_test, progvar_simple_while_test,
268 progvar_complex_if_while_test, user_defined_command_test,
269 user_defined_command_args_eval,
270 user_defined_command_args_stack_test,
271 user_defined_command_manyargs_test, bp_deleted_in_command_test,
272 temporary_breakpoint_commands,
273 gdb_test_no_prompt, redefine_hook_test,
274 redefine_backtrace_test): Remove "global gdb_prompt".
275
fd437cbc
SM
2762017-08-28 Simon Marchi <simon.marchi@ericsson.com>
277
278 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
279 New proc, call it from toplevel.
280
87215ad1
SDJ
2812017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
282
283 PR remote/21852
284 * gdb.server/normal.c: New file, copied from gdb.base.
285 * gdb.server/run-without-local-binary.exp: New file.
286
58afddc6
WP
2872017-08-07 Weimin Pan <weimin.pan@oracle.com>
288
289 * gdb.arch/sparc64-adi.exp: New file.
290 * gdb.arch/sparc64-adi.c: New file.
291
5277199a
PA
2922017-08-22 Pedro Alves <palves@redhat.com>
293
294 * gdb.cp/overload.exp (line_range_pattern): New procedure.
295 (top level): Add "list all overloads" tests.
296
14278e1f
TT
2972017-08-22 Tom Tromey <tom@tromey.com>
298
299 * gdb.gdb/xfullpath.exp: Remove.
300
bf223d3e
PA
3012017-08-21 Pedro Alves <palves@redhat.com>
302
303 PR gdb/19487
304 * gdb.base/symbol-alias.c: New.
305 * gdb.base/symbol-alias2.c: New.
306 * gdb.base/symbol-alias.exp: New.
307
c973d0aa
PA
3082017-08-21 Pedro Alves <palves@redhat.com>
309
310 * gdb.base/dfp-test.c
311 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
312 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
313 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
314 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
315 * gdb.base/whatis-ptype-typedefs.c: New.
316 * gdb.base/whatis-ptype-typedefs.exp: New.
317 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
318 (an_int, an_int_type, an_int_type2): New globals.
319 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
320 involving typedefs and cast expressions.
321 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
322 (lookup_typedefs_function): New.
323 (typedefs_pretty_printers_dict): New.
324 (top level): Register lookup_typedefs_function in
325 gdb.pretty_printers.
326
6d580b63
YQ
3272017-08-18 Yao Qi <yao.qi@linaro.org>
328
329 * gdb.server/unittest.exp: New.
330
206726fb
SDJ
3312017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
332
333 PR gdb/21954
334 * gdb.base/environ.exp: Add test to check if 'unset environment'
335 works.
336
bf0ec4c2
AA
3372017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
338
339 * lib/gdb.exp (universal_compile_options): New caching proc.
340 (gdb_compile): Suppress GCC's coloring of messages.
341
d6382fff
TT
3422017-08-14 Tom Tromey <tom@tromey.com>
343
344 PR gdb/21675:
345 * gdb.base/printcmds.exp (test_radices): New function.
346 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
347 * gdb.base/sizeof.exp (check_valueof): Use p/d.
348 * lib/gdb.exp (get_integer_valueof): Use p/d.
349
c2c2dd9f
SM
3502017-08-12 Simon Marchi <simon.marchi@ericsson.com>
351
352 * lib/gdb.exp (get_valueof): Don't capture end-of-line
353 characters.
354
fdffd6f4
TT
3552017-08-05 Tom Tromey <tom@tromey.com>
356
357 * gdb.rust/simple.exp: Allow String to appear in a different
358 namespace.
359
27d41eac
YQ
3602017-07-26 Yao Qi <yao.qi@linaro.org>
361
362 * gdb.gdb/unittest.exp: Invoke command
363 "maintenance check xml-descriptions".
364
031ed05d
AA
3652017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
366
367 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
368 calling context.
369 (hex128): Drop erroneous calculation of parameters.
370
dcd27ddf
SM
3712017-07-22 Simon Marchi <simon.marchi@ericsson.com>
372
373 * gdb.python/py-unwind.exp: Disable stack protection when
374 building test file.
375
47e77640
PA
3762017-07-20 Pedro Alves <palves@redhat.com>
377
378 * gdb.base/default.exp (set language): Adjust expected output.
379
62d2a18a
PA
3802017-07-20 Pedro Alves <palves@redhat.com>
381
382 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
383 (test_minsym): ... this, and make static.
384 (get_pck__foo__bar__minsym): Rename to ...
385 (get_test_minsym): ... this.
386 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
387 symbol names and comments.
388 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
389 (get_test_minsym): ... this.
390 (pck__foo__bar__minsym__2): Rename to ...
391 (test_minsym): ... this.
392 (main): Adjust.
393
c45ec17c
PA
3942017-07-17 Pedro Alves <palves@redhat.com>
395
396 * gdb.base/completion.exp: Adjust expected output.
397 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
398 the completer works.
399
c6756f62
PA
4002017-07-17 Pedro Alves <palves@redhat.com>
401
402 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
403
5bd68487
AB
4042017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
405
406 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
407
8880f2a9
TT
4082017-07-14 Tom Tromey <tom@tromey.com>
409
410 PR rust/21764:
411 * gdb.rust/simple.exp: Add tests.
412
65547233
TT
4132017-07-14 Tom Tromey <tom@tromey.com>
414
415 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
416
8f14146e
PA
4172017-07-14 Pedro Alves <palves@redhat.com>
418
419 * gdb.linespec/base/one/thefile.cc (z1): New function.
420 * gdb.linespec/base/two/thefile.cc (z2): New function.
421 * gdb.linespec/linespec.exp: Add tests.
422
b4365d02
AB
4232017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
426 to mi_create_breakpoint.
427
5d2cbaa5
AB
4282017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
431 mi_create_breakpoint.
432
11cb5716
IB
4332017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
434
435 * gdb.dlang/demangle.exp: Update for demangling changes.
436
03278692
TT
4372017-07-09 Tom Tromey <tom@tromey.com>
438
439 * gdb.dwarf2/shortpiece.exp: New file.
440
33c5cd75
DB
4412017-07-06 David Blaikie <dblaikie@gmail.com>
442
443 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
444 built from fissiont-multi-cu{1,2}.c.
445 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
446 except putting 'main' and 'func' in separate CUs in the same DWO file.
447 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
448 test.
449 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
450 test.
451
8455d262
PA
4522017-07-06 Pedro Alves <palves@redhat.com>
453
454 * gdb.python/py-unwind.exp: Test flushregs.
455
dc4bde35
SDJ
4562017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
457
458 PR cli/21688
459 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
460 tests for alias commands and trailing whitespace.
461
51ed89aa
SDJ
4622017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
463
464 PR cli/21688
465 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
466 procedure. Call it.
467
eb17d413
PA
4682017-06-29 Pedro Alves <palves@redhat.com>
469
470 * gdb.base/printcmds.exp: Add tests.
471
41664b45
DG
4722017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
473
474 PR gdb/21337
475 * gdb.base/reread-readsym.exp: New file.
476 * gdb.base/reread-readsym.c: New file.
477
75312ae3
KB
4782017-06-21 Kevin Buettner <kevinb@redhat.com>
479
480 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
481 subpattern.
482
66953522
PB
4832017-06-19 Peter Bergner <bergner@vnet.ibm.com>
484
485 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
486 extended mnemonic.
487 * gdb.arch/powerpc-power9.s: Likewise.
488
5524b525
AA
4892017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
490
491 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
492 on 32-bit x86 targets. Exploit is_*_target macros where
493 appropriate.
494
03c8af18
AA
4952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
496
497 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
498 register pieces.
499
3bf31011
AA
5002017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
501
502 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
503 located in one or more DWARF pieces.
504
805acca0
AA
5052017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
506
507 * lib/gdb.exp (get_endianness): New proc.
508 * gdb.arch/aarch64-fp.exp: Use it.
509 * gdb.arch/altivec-regs.exp: Likewise.
510 * gdb.arch/e500-regs.exp: Likewise.
511 * gdb.arch/vsx-regs.exp: Likewise.
512 * gdb.base/dump.exp: Likewise.
513 * gdb.base/funcargs.exp: Likewise.
514 * gdb.base/gnu_vector.exp: Likewise.
515 * gdb.dwarf2/formdata16.exp: Likewise.
516 * gdb.dwarf2/implptrpiece.exp: Likewise.
517 * gdb.dwarf2/nonvar-access.exp: Likewise.
518 * gdb.python/py-inferior.exp: Likewise.
519 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
520
e9352324
AA
5212017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
522
523 PR gdb/21226
524 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
525 stack value pieces are taken from the LSB end.
526
d5d1163e
AA
5272017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
528
529 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
530 variable at nonzero offset.
531
0567c986
AA
5322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
533
534 * gdb.dwarf2/var-access.c: New file.
535 * gdb.dwarf2/var-access.exp: New test.
536 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
537
973e9aab
TT
5382017-06-12 Tom Tromey <tom@tromey.com>
539
540 * gdb.dwarf2/formdata16.exp: Add tests.
541
d9109c80
TT
5422017-06-12 Tom Tromey <tom@tromey.com>
543
544 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
545
30a25466
TT
5462017-06-12 Tom Tromey <tom@tromey.com>
547
548 PR exp/16225:
549 * gdb.reverse/i386-sse-reverse.exp: Update tests.
550 * gdb.arch/vsx-regs.exp: Update tests.
551 * gdb.arch/s390-vregs.exp (hex128): New proc.
552 Update test.
553 * gdb.arch/altivec-regs.exp: Update tests.
554
aefd8b33
SDJ
5552017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
556
557 * gdb.base/startup-with-shell.c: New file.
558 * gdb.base/startup-with-shell.exp: Likewise.
559
2090129c
SDJ
5602017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
561
562 * gdb.server/non-existing-program.exp: Update regex in order to
563 reflect the fact that gdbserver is now using fork_inferior (with a
564 shell) to startup the inferior.
565
8e86a419
SM
5662017-05-30 Simon Marchi <simon.marchi@ericsson.com>
567
568 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
569 support function calls from GDB.
570
e6cf65f2
TT
5712017-05-21 Tom Tromey <tom@tromey.com>
572
573 PR rust/21466:
574 * gdb.rust/unsized.exp: New file.
575 * gdb.rust/unsized.rs: New file.
576
43cc5389
TT
5772017-05-19 Tom Tromey <tom@tromey.com>
578
579 PR rust/21484:
580 * gdb.rust/watch.exp: New file.
581 * gdb.rust/watch.rs: New file.
582
ec8df234
TT
5832017-05-18 Tom Tromey <tom@tromey.com>
584
585 * gdb.rust/simple.exp: Allow Box to be qualified.
586
3e3e7fae
TP
5872017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
588
589 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
590
59cc050d
PA
5912017-05-18 Pedro Alves <palves@redhat.com>
592
593 * gdb.base/fileio.c (test_write, test_read, test_close)
594 (test_fstat): Don't print 'ret' in the fail path.
595
c8f6abd1
PA
5962017-05-18 Pedro Alves <palves@redhat.com>
597
598 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
599 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
600 (test_system, test_rename, test_unlink, test_time): Change
601 prototypes.
602 * gdb.base/fileio.exp (stop_msg): Adjust.
603
d2a03b77
PA
6042017-05-18 Pedro Alves <palves@redhat.com>
605
606 * gdb.base/fileio.c (null_str): New global.
607 (test_stat): Use it.
608 * gdb.base/fileio.exp: Remove nowarnings.
609
0d5c6999
YQ
6102017-05-17 Yao Qi <yao.qi@linaro.org>
611
612 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
613
21873064
YQ
6142017-05-17 Simon Marchi <simon.marchi@ericsson.com>
615
616 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
617 argument command.
618 (top-level): Invoke test_set_inferior_tty.
619
d512d31c
PA
6202017-05-04 Pedro Alves <palves@redhat.com>
621
622 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
623 Add parens to print call for Python 3.
624
90cef2ed
KS
6252017-05-03 Keith Seitz <keiths@redhat.com>
626
627 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
628 (main): Call it.
629
14f819c8
TW
6302017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
631
632 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
633 to prev and next.
634
913aeadd
TW
6352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
636
637 * gdb.python/py-record-btrace.exp: Remove test for
638 gdb.BtraceInstruction.error.
639
a3be24ad
TW
6402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
641
642 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
643
ae20e79a
TW
6442017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
645
646 * gdb.python/py-record-btrace-threads.c: New file.
647 * gdb.python/py-record-btrace-threads.exp: New file.
648
45ce1b47
SDJ
6492017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
650
651 PR testsuite/8595
652 * gdb.base/environ.exp: Make test available in all architectures.
653 Move bits related to "info program" testing to
654 gdb.base/info-program.exp. Rewrite tests to use the two new
655 procedures mentione below.
656 (test_set_show_env_var) New procedure.
657 (test_set_show_env_var_equal): Likewise.
658 * gdb.base/info-program.exp: New file.
659
e15c3eb4
KS
6602017-04-27 Keith Seitz <keiths@redhat.com>
661
662 * gdb.cp/oranking.cc (test15): New function.
663 (main): Call test15 and declare additional variables for testing.
664 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
665 "p foo101('abc')" tests.
666 Add tests for cv qualifier overloads.
667 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
668 "lvalue reference overload" test.
669 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
670 "print value of f1 on Child&& in f2" test.
671
3a3fd0fd
PA
6722017-04-19 Pedro Alves <palves@redhat.com>
673
674 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
675 procedure.
676 (top level): Call it.
677 * lib/gdb.exp (gdb_define_cmd): New procedure.
678
53375380
PA
6792017-04-12 Pedro Alves <palves@redhat.com>
680
681 PR gdb/21323
682 * gdb.cp/wide_char_types.c: Include <wchar.h>.
683 (wchar): New global.
684 * gdb.cp/wide_char_types.exp (wide_char_types_program)
685 (do_test_wide_char, wide_char_types_no_program, top level): Add
686 wchar_t testing.
687
53e710ac
PA
6882017-04-12 Pedro Alves <palves@redhat.com>
689
690 PR c++/21323
691 * gdb.cp/wide_char_types.c: New file.
692 * gdb.cp/wide_char_types.exp: New file.
693
0ad9d8c7
SDJ
6942017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
695
696 PR gdb/21352
697 * gdb.trace/tsv.exp: Add test for "tsave -r".
698
b1b45502
IB
6992017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
700
701 * gdb.dlang/watch-loc.c: New file.
702 * gdb.dlang/watch-loc.exp: New file.
703
ec13808e
JK
7042017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
705
706 * gdb.python/py-section-script.exp (sepdebug): New testcases.
707
fe5f7374
AK
7082017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
709
710 * gdb.arch/arc-analyze-prologue.S: New file.
711 * gdb.arch/arc-analyze-prologue.exp: Likewise.
712
eea78757
AK
7132017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
714
715 * gdb.arch/arc-decode-insn.S: New file.
716 * gdb.arch/arc-decode-insn.exp: Likewise.
717
5badf10a
IR
7182017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
719
720 PR tdep/20928
721 * gdb.arch/sparc64-regs.exp: New file.
722 * gdb.arch/sparc64-regs.S: Likewise.
723
cee59b3f
TW
7242017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
725
726 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
727 and memory view on Python 3.
728
c0f55cc6
AV
7292017-03-20 Artemiy Volkov <artemiyv@acm.org>
730 Keith Seitz <keiths@redhat.com>
731
732 PR gdb/14441
733 * gdb.cp/demangle.exp: Add rvalue reference tests.
734 * gdb.cp/rvalue-ref-casts.cc: New file.
735 * gdb.cp/rvalue-ref-casts.exp: New file.
736 * gdb.cp/rvalue-ref-overload.cc: New file.
737 * gdb.cp/rvalue-ref-overload.exp: New file.
738 * gdb.cp/rvalue-ref-params.cc: New file.
739 * gdb.cp/rvalue-ref-params.exp: New file.
740 * gdb.cp/rvalue-ref-sizeof.cc: New file.
741 * gdb.cp/rvalue-ref-sizeof.exp: New file.
742 * gdb.cp/rvalue-ref-types.cc: New file.
743 * gdb.cp/rvalue-ref-types.exp: New file.
744 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
745 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
746
51457a05
MAL
7472017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
748
749 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
750 New procedure.
751
5b291c04
MAL
7522017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
753
754 * lib/mi-support.exp (mi_gdb_test): Add additional message
755 for unexpected output.
756
59a56148
AA
7572017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
758
759 * gdb.base/examine-backward.c (Barrier): New character array
760 constant, to ensure that TestStrings is preceded by a string
761 terminator.
762
7942e96e
AA
7632017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
764
765 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
766 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
767 and implicit pointer into such a location.
768
6ebac3fb
DE
7692017-03-16 Doug Evans <dje@google.com>
770
771 * gdb.python/py-lazy-string (pointer): Really add new typedef.
772
ec3b243d
TP
7732017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
774
775 * gdb.cp/m-static.exp: Fix expectation for prototype of
776 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
777
7782017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
779
780 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
781 * gdb.guile/scm-lazy-string.c: New file.
782 * gdb.guile/scm-value.exp: Move lazy string tests to ...
783 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
784 for pointer, array, typedef lazy strings.
785
2cc36e25 7862017-03-16 Doug Evans <dje@google.com>
34b43320
DE
787
788 PR python/17728, python/18439, python/18779
789 * gdb.python/py-value.c (main) Delete locals sptr, sn.
790 * gdb.python/py-lazy-string.c (pointer): New typedef.
791 (main): New locals ptr, array, typedef_ptr.
792 * gdb.python/py-value.exp: Move lazy string tests to ...
793 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
794 array, typedef lazy strings.
ec3b243d 795
0efcde63
AK
7962017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
797
798 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
799 Add optional 'test' parameter.
800
7978d7c3
SM
8012017-03-13 Simon Marchi <simon.marchi@ericsson.com>
802
803 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
804 Skip for versions of DejaGnu < 1.5.
805
896c0c1e
SM
8062017-03-13 Simon Marchi <simon.marchi@ericsson.com>
807
808 * lib/gdb.exp (dejagnu_version): New proc.
809 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
810 Use dejagnu_version.
811
5f4d1085
KS
8122017-03-10 Keith Seitz <keiths@redhat.com>
813
814 PR c++/8128
815 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
816 type from destructor regexps.
817 Add a branch which actually passes the test.
818 Adjust "ptype t5i" test names.
819
1de05205
PA
8202017-03-08 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/step-over-exit.exp: Add explicit test message.
823
c65d6b55
PA
8242017-03-08 Pedro Alves <palves@redhat.com>
825
826 PR gdb/18360
827 * gdb.threads/interrupt-while-step-over.c: New file.
828 * gdb.threads/interrupt-while-step-over.exp: New file.
829
2e86a283
PA
8302017-03-08 Pedro Alves <palves@redhat.com>
831
832 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
833 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
834
25dcbff6
PA
8352017-03-08 Pedro Alves <palves@redhat.com>
836
837 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
838 PKRU as not supported as a PASS.
839
dc9366eb
PA
8402017-03-08 Pedro Alves <palves@redhat.com>
841
842 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
843 prefix instead of $binfile1/$binfile2.
844 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
845 in test message.
846 * gdb.python/py-completion.exp: Use "load python file" as test
847 messages instead of unstable path names.
848
6e5d74e7
PA
8492017-03-08 Pedro Alves <palves@redhat.com>
850 Jan Kratochvil <jan.kratochvil@redhat.com>
851
852 PR cli/21218
853 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
854 New proc.
855 (top level): Call it.
856
9753a2f6
PA
8572017-03-08 Pedro Alves <palves@redhat.com>
858
859 PR tui/21216
860 * gdb.tui/tui-nl-filtered-output.exp: New file.
861
1a4dd9dd
PA
8622017-03-08 Pedro Alves <palves@redhat.com>
863
864 * gdb.base/completion.exp: Move TUI completion tests to ...
865 * gdb.tui/completion.exp: ... this new file.
866
7cbbff33
PA
8672017-03-08 Pedro Alves <palves@redhat.com>
868
869 * gdb.base/tui-disasm-long-lines.c,
870 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
871 gdb.base/tui-layout.exp: Move to ...
872 * gdb.tui/: ... this new directory.
873
5f6fd321
PA
8742017-03-07 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/tui-layout.c: New file.
877 * gdb.base/tui-layout.exp: New file.
878
44959fa8
PA
8792017-03-07 Pedro Alves <palves@redhat.com>
880
881 * gdb.base/tui-layout.c: Rename to ...
882 * gdb.base/tui-disasm-long-lines.c: ... this.
883 * gdb.base/tui-layout.exp: Rename to ...
884 * gdb.base/tui-disasm-long-lines.exp: ... this.
885
f8c4e718
PA
8862017-03-07 Pedro Alves <palves@redhat.com>
887
888 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
889
6dbb839a 8902017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
891
892 * i386-mpx-call.c: New file.
893 * i386-mpx-call.exp: New file.
894
65b48a81
PB
8952017-02-28 Peter Bergner <bergner@vnet.ibm.com>
896
897 * gdb.arch/powerpc-power.exp: Delete test.
898 * gdb.arch/powerpc-power.s: Likewise.
899 * gdb.disasm/disassembler-options.exp: New test.
900 * gdb.arch/powerpc-altivec.exp: Likewise.
901 * gdb.arch/powerpc-altivec.s: Likewise.
902 * gdb.arch/powerpc-altivec2.exp: Likewise.
903 * gdb.arch/powerpc-altivec2.s: Likewise.
904 * gdb.arch/powerpc-altivec3.exp: Likewise.
905 * gdb.arch/powerpc-altivec3.s: Likewise.
906 * gdb.arch/powerpc-power7.exp: Likewise.
907 * gdb.arch/powerpc-power7.s: Likewise.
908 * gdb.arch/powerpc-power8.exp: Likewise.
909 * gdb.arch/powerpc-power8.s: Likewise.
910 * gdb.arch/powerpc-power9.exp: Likewise.
911 * gdb.arch/powerpc-power9.s: Likewise.
912 * gdb.arch/powerpc-vsx.exp: Likewise.
913 * gdb.arch/powerpc-vsx.s: Likewise.
914 * gdb.arch/powerpc-vsx2.exp: Likewise.
915 * gdb.arch/powerpc-vsx2.s: Likewise.
916 * gdb.arch/powerpc-vsx3.exp: Likewise.
917 * gdb.arch/powerpc-vsx3.s: Likewise.
918 * gdb.arch/arm-disassembler-options.exp: Likewise.
919 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
920 * gdb.arch/s390-disassembler-options.exp: Likewise.
921
17cd4947
LM
9222017-02-23 Luis Machado <lgustavo@codesourcery.com>
923
924 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
925 (check_supported_features): ... this. Changed return type to void.
926 (supports_rdseed): New static global.
927 (rdseed): Check supports_rdseed.
928 (initialize): Call check_supported_features.
929
2039d74e
EBM
9302017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
931
932 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
933 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
934 and lqarx/stqcx.
935 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
936 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
937
a51d7ecf
EBM
9382017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
939
940 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
941 uppercase.
942
0224619f
JK
9432017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
944
945 * gdb.dwarf2/formdata16.c: New file.
946 * gdb.dwarf2/formdata16.exp: New file.
947 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
948
216f72a1
JK
9492017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
950
951 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
952 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
953 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
954 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
955 DW_AT_GNU_*.
956
43988095
JK
9572017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
958
959 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
960
99e8a4f9
SDJ
9612017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
962
963 PR gdb/21164
964 * gdb.base/maint.exp: Add testcases for when the commands do
965 not have arguments.
966
b58a8c0c
TP
9672017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
968
969 * gdb.cp/chained-calls.exp: Use p instead of P.
970
4e746bb6
TW
9712017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
972
973 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
974 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
975
3f77c769
TT
9762017-02-14 Tom Tromey <tom@tromey.com>
977
978 PR python/13598:
979 * gdb.python/py-events.exp: Add before_prompt event tests.
980
075beec0
AA
9812017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
982
983 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
984
bf5f525c
LM
9852017-02-13 Luis Machado <lgustavo@codesourcery.com>
986
987 * gdb.linespec/explicit.c (my_unique_function_name): New function.
988 (main): Call my_unique_function_name.
989 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
990 completion of patterns with a single match.
991 Add missing -re switches to gdb_test_multiple calls.
992
13a66184
LM
9932017-02-13 Luis Machado <lgustavo@codesourcery.com>
994
995 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
996 return if core file is not recognized.
997
26a06916
SM
9982017-02-10 Simon Marchi <simon.marchi@ericsson.com>
999
1000 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
1001 and extra UIs.
1002
b761ca9e
SM
10032017-02-10 Simon Marchi <simon.marchi@ericsson.com>
1004
1005 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
1006 proc_with_prefix.
1007
b964bee0
TT
10082017-02-10 Tom Tromey <tom@tromey.com>
1009
1010 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
1011
18da0c51
MG
10122017-02-10 Martin Galvan <martingalvan@sourceware.org>
1013
1014 PR gdb/21122
1015 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
1016
604c4576
JG
10172017-02-08 Jerome Guitton <guitton@adacore.com>
1018
1019 * gdb.base/define.exp: Add test for command abbreviations
1020 in define.
1021
20b477a7
LM
10222017-02-06 Luis Machado <lgustavo@codesourcery.com>
1023
1024 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
1025 * gdb.reverse/insn-reverse-x86.c: New file.
1026
3f7b46f2
IR
10272017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1028
1029 PR tdep/20936
1030 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
1031
f0fd41c1
TT
10322017-02-03 Tom Tromey <tom@tromey.com>
1033
1034 PR rust/21097:
1035 * gdb.rust/simple.exp: Add new tests.
1036
5be5dbf0
PA
10372017-02-02 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
1040 tests.
1041
7346ef59
AA
10422017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1043
1044 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
1045 taking a 2-byte value out of a 4-byte DWARF implicit value on
1046 big-endian targets.
1047 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
1048 logic. Add test cases for DW_OP_implicit.
1049
787f0025
MM
10502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1051
1052 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
1053
68777c29
MM
10542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1055
1056 * gdb.btrace/enable.exp: Call gdb_exit before
1057 skip_gdbserver_tests.
1058
0a1c7e28
MM
10592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1060
1061 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
1062 GDBFLAGS.
1063
b5ac99b0
MM
10642017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1065
1066 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
1067 the test is skipped.
1068 * gdb.btrace/data.exp: Likewise.
1069 * gdb.btrace/delta.exp: Likewise.
1070 * gdb.btrace/dlopen.exp: Likewise.
1071 * gdb.btrace/enable-running.exp: Likewise.
1072 * gdb.btrace/enable.exp: Likewise.
1073 * gdb.btrace/exception.exp: Likewise.
1074 * gdb.btrace/function_call_history.exp: Likewise.
1075 * gdb.btrace/gcore.exp: Likewise.
1076 * gdb.btrace/instruction_history.exp: Likewise.
1077 * gdb.btrace/multi-thread-step.exp: Likewise.
1078 * gdb.btrace/nohist.exp: Likewise.
1079 * gdb.btrace/non-stop.exp: Likewise.
1080 * gdb.btrace/reconnect.exp: Likewise.
1081 * gdb.btrace/record_goto-step.exp: Likewise.
1082 * gdb.btrace/record_goto.exp: Likewise.
1083 * gdb.btrace/rn-dl-bind.exp: Likewise.
1084 * gdb.btrace/segv.exp: Likewise.
1085 * gdb.btrace/step.exp: Likewise.
1086 * gdb.btrace/stepi.exp: Likewise.
1087 * gdb.btrace/tailcall-only.exp: Likewise.
1088 * gdb.btrace/tailcall.exp: Likewise.
1089 * gdb.btrace/tsx.exp: Likewise.
1090 * gdb.btrace/unknown_functions.exp: Likewise.
1091 * gdb.btrace/vdso.exp: Likewise.
1092
cd4007e4
MM
10932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
1094
1095 * gdb.btrace/enable-running.c: New.
1096 * gdb.btrace/enable-running.exp: New.
1097
2735833d
WT
10982017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1099
1100 * gdb.arch/amd64-gs_base.c: New file.
1101 * gdb.arch/amd64-gs_base.exp: New file.
1102
b51e1e94
LM
11032017-01-26 Luis Machado <lgustavo@codesourcery.com>
1104
1105 * lib/memory.exp: Remove spurious empty newlines.
1106
72ca0410
SM
11072017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
1108
1109 * gdb.python/py-bad-printers.exp: Load python file using "source".
1110 * gdb.python/py-events.exp: Likewise.
1111 * gdb.python/py-evsignal.exp: Likewise.
1112 * gdb.python/py-evthreads.exp: Likewise.
1113 * gdb.python/py-frame-args.exp: Likewise.
1114 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1115 * gdb.python/py-framefilter-mi.exp: Likewise.
1116 * gdb.python/py-framefilter.exp: Likewise.
1117 * gdb.python/py-mi.exp: Likewise.
1118 * gdb.python/py-pp-maint.exp: Likewise.
1119 * gdb.python/py-pp-registration.exp: Likewise.
1120 * gdb.python/py-prettyprint.exp: Likewise.
1121 (run_lang_tests): Likewise.
1122 * gdb.python/py-typeprint.exp: Likewise.
1123
e309aa65
LM
11242017-01-26 Luis Machado <lgustavo@codesourcery.com>
1125
1126 * lib/memory.exp: New file.
1127 * lib/gdb.exp: Load memory.exp.
1128 * gdb.base/memattr.exp (delete_memory): Move proc to
1129 lib/memory.exp and rename to delete_memory_regions.
1130 Replace delete_memory with delete_memory_regions.
1131 Cleanup memory regions before tests.
1132 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1133 before tests.
1134
515aff23
LM
11352017-01-26 Luis Machado <lgustavo@codesourcery.com>
1136
1137 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1138 files.
1139 (initialize): New function conditionally defined.
1140 (testcases): Move within conditional block.
1141 (main): Call initialize.
1142 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1143 of gdb.reverse/insn-reverse.c.
1144 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1145 gdb.reverse/insn-reverse.c.
1146
d8b49cf0
YQ
11472017-01-26 Yao Qi <yao.qi@linaro.org>
1148
1149 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1150 disassemble on address 0.
1151
f13a9a0c
YQ
11522017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1153 Yao Qi <yao.qi@linaro.org>
1154
1155 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1156 * gdb.dwarf2/implptr-64bit.S: Remove.
1157 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1158 variables in caller's context. Add DW_OP_implicit_value.
1159
5ac95241
YQ
11602017-01-25 Yao Qi <yao.qi@linaro.org>
1161
1162 * lib/dwarf.exp (Dwarf::_location): Handle
1163 DW_OP_GNU_implicit_pointer with proper size.
1164
23e82930
LM
11652017-01-20 Luis Machado <lgustavo@codesourcery.com>
1166
1167 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1168 and add untested calls.
1169
d334ae25
LM
11702017-01-20 Luis Machado <lgustavo@codesourcery.com>
1171
1172 * gdb.python/python.exp: Check line number against what GDB thinks
1173 the line number is for func1.
1174
f5e6296e
IB
11752017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1176
1177 * gdb.dlang/debug-expr.exp: New file.
1178
5b362f04
LM
11792016-12-23 Luis Machado <lgustavo@codesourcery.com>
1180
1181 Fix test names for the following files:
1182
1183 * gdb.ada/exec_changed.exp
1184 * gdb.ada/info_types.exp
1185 * gdb.arch/aarch64-atomic-inst.exp
1186 * gdb.arch/aarch64-fp.exp
1187 * gdb.arch/altivec-abi.exp
1188 * gdb.arch/altivec-regs.exp
1189 * gdb.arch/amd64-byte.exp
1190 * gdb.arch/amd64-disp-step.exp
1191 * gdb.arch/amd64-dword.exp
1192 * gdb.arch/amd64-entry-value-inline.exp
1193 * gdb.arch/amd64-entry-value-param.exp
1194 * gdb.arch/amd64-entry-value-paramref.exp
1195 * gdb.arch/amd64-entry-value.exp
1196 * gdb.arch/amd64-i386-address.exp
1197 * gdb.arch/amd64-invalid-stack-middle.exp
1198 * gdb.arch/amd64-invalid-stack-top.exp
1199 * gdb.arch/amd64-optimout-repeat.exp
1200 * gdb.arch/amd64-prologue-skip.exp
1201 * gdb.arch/amd64-prologue-xmm.exp
1202 * gdb.arch/amd64-stap-special-operands.exp
1203 * gdb.arch/amd64-stap-wrong-subexp.exp
1204 * gdb.arch/amd64-tailcall-cxx.exp
1205 * gdb.arch/amd64-tailcall-noret.exp
1206 * gdb.arch/amd64-tailcall-ret.exp
1207 * gdb.arch/amd64-tailcall-self.exp
1208 * gdb.arch/amd64-word.exp
1209 * gdb.arch/arm-bl-branch-dest.exp
1210 * gdb.arch/arm-disp-step.exp
1211 * gdb.arch/arm-neon.exp
1212 * gdb.arch/arm-single-step-kernel-helper.exp
1213 * gdb.arch/avr-flash-qualifier.exp
1214 * gdb.arch/disp-step-insn-reloc.exp
1215 * gdb.arch/e500-abi.exp
1216 * gdb.arch/e500-regs.exp
1217 * gdb.arch/ftrace-insn-reloc.exp
1218 * gdb.arch/i386-avx512.exp
1219 * gdb.arch/i386-bp_permanent.exp
1220 * gdb.arch/i386-byte.exp
1221 * gdb.arch/i386-cfi-notcurrent.exp
1222 * gdb.arch/i386-disp-step.exp
1223 * gdb.arch/i386-dr3-watch.exp
1224 * gdb.arch/i386-float.exp
1225 * gdb.arch/i386-gnu-cfi.exp
1226 * gdb.arch/i386-mpx-map.exp
1227 * gdb.arch/i386-mpx-sigsegv.exp
1228 * gdb.arch/i386-mpx-simple_segv.exp
1229 * gdb.arch/i386-mpx.exp
1230 * gdb.arch/i386-permbkpt.exp
1231 * gdb.arch/i386-prologue.exp
1232 * gdb.arch/i386-signal.exp
1233 * gdb.arch/i386-size-overlap.exp
1234 * gdb.arch/i386-unwind.exp
1235 * gdb.arch/i386-word.exp
1236 * gdb.arch/mips-fcr.exp
1237 * gdb.arch/powerpc-d128-regs.exp
1238 * gdb.arch/powerpc-stackless.exp
1239 * gdb.arch/ppc64-atomic-inst.exp
1240 * gdb.arch/s390-stackless.exp
1241 * gdb.arch/s390-tdbregs.exp
1242 * gdb.arch/s390-vregs.exp
1243 * gdb.arch/sparc-sysstep.exp
1244 * gdb.arch/thumb-bx-pc.exp
1245 * gdb.arch/thumb-singlestep.exp
1246 * gdb.arch/thumb2-it.exp
1247 * gdb.arch/vsx-regs.exp
1248 * gdb.asm/asm-source.exp
1249 * gdb.base/a2-run.exp
1250 * gdb.base/advance.exp
1251 * gdb.base/all-bin.exp
1252 * gdb.base/anon.exp
1253 * gdb.base/args.exp
1254 * gdb.base/arithmet.exp
1255 * gdb.base/async-shell.exp
1256 * gdb.base/async.exp
1257 * gdb.base/attach-pie-noexec.exp
1258 * gdb.base/attach-twice.exp
1259 * gdb.base/auto-load.exp
1260 * gdb.base/bang.exp
1261 * gdb.base/bitfields.exp
1262 * gdb.base/break-always.exp
1263 * gdb.base/break-caller-line.exp
1264 * gdb.base/break-entry.exp
1265 * gdb.base/break-inline.exp
1266 * gdb.base/break-on-linker-gcd-function.exp
1267 * gdb.base/break-probes.exp
1268 * gdb.base/break.exp
1269 * gdb.base/breakpoint-shadow.exp
1270 * gdb.base/call-ar-st.exp
1271 * gdb.base/call-sc.exp
1272 * gdb.base/call-signal-resume.exp
1273 * gdb.base/call-strs.exp
1274 * gdb.base/callfuncs.exp
1275 * gdb.base/catch-fork-static.exp
1276 * gdb.base/catch-gdb-caused-signals.exp
1277 * gdb.base/catch-load.exp
1278 * gdb.base/catch-signal-fork.exp
1279 * gdb.base/catch-signal.exp
1280 * gdb.base/catch-syscall.exp
1281 * gdb.base/charset.exp
1282 * gdb.base/checkpoint.exp
1283 * gdb.base/chng-syms.exp
1284 * gdb.base/code-expr.exp
1285 * gdb.base/code_elim.exp
1286 * gdb.base/commands.exp
1287 * gdb.base/completion.exp
1288 * gdb.base/complex.exp
1289 * gdb.base/cond-expr.exp
1290 * gdb.base/condbreak.exp
1291 * gdb.base/consecutive.exp
1292 * gdb.base/continue-all-already-running.exp
1293 * gdb.base/coredump-filter.exp
1294 * gdb.base/corefile.exp
1295 * gdb.base/dbx.exp
1296 * gdb.base/debug-expr.exp
1297 * gdb.base/define.exp
1298 * gdb.base/del.exp
1299 * gdb.base/disabled-location.exp
1300 * gdb.base/disasm-end-cu.exp
1301 * gdb.base/disasm-optim.exp
1302 * gdb.base/display.exp
1303 * gdb.base/duplicate-bp.exp
1304 * gdb.base/ena-dis-br.exp
1305 * gdb.base/ending-run.exp
1306 * gdb.base/enumval.exp
1307 * gdb.base/environ.exp
1308 * gdb.base/eu-strip-infcall.exp
1309 * gdb.base/eval-avoid-side-effects.exp
1310 * gdb.base/eval-skip.exp
1311 * gdb.base/exitsignal.exp
1312 * gdb.base/expand-psymtabs.exp
1313 * gdb.base/filesym.exp
1314 * gdb.base/find-unmapped.exp
1315 * gdb.base/finish.exp
1316 * gdb.base/float.exp
1317 * gdb.base/foll-exec-mode.exp
1318 * gdb.base/foll-exec.exp
1319 * gdb.base/foll-fork.exp
1320 * gdb.base/fortran-sym-case.exp
1321 * gdb.base/freebpcmd.exp
1322 * gdb.base/func-ptr.exp
1323 * gdb.base/func-ptrs.exp
1324 * gdb.base/funcargs.exp
1325 * gdb.base/gcore-buffer-overflow.exp
1326 * gdb.base/gcore-relro-pie.exp
1327 * gdb.base/gcore-relro.exp
1328 * gdb.base/gcore.exp
1329 * gdb.base/gdb1090.exp
1330 * gdb.base/gdb11530.exp
1331 * gdb.base/gdb11531.exp
1332 * gdb.base/gdb1821.exp
1333 * gdb.base/gdbindex-stabs.exp
1334 * gdb.base/gdbvars.exp
1335 * gdb.base/hbreak.exp
1336 * gdb.base/hbreak2.exp
1337 * gdb.base/included.exp
1338 * gdb.base/infcall-input.exp
1339 * gdb.base/inferior-died.exp
1340 * gdb.base/infnan.exp
1341 * gdb.base/info-macros.exp
1342 * gdb.base/info-os.exp
1343 * gdb.base/info-proc.exp
1344 * gdb.base/info-shared.exp
1345 * gdb.base/info-target.exp
1346 * gdb.base/infoline.exp
1347 * gdb.base/interp.exp
1348 * gdb.base/interrupt.exp
1349 * gdb.base/jit-reader.exp
1350 * gdb.base/jit-simple.exp
1351 * gdb.base/kill-after-signal.exp
1352 * gdb.base/kill-detach-inferiors-cmd.exp
1353 * gdb.base/label.exp
1354 * gdb.base/langs.exp
1355 * gdb.base/ldbl_e308.exp
1356 * gdb.base/line-symtabs.exp
1357 * gdb.base/linespecs.exp
1358 * gdb.base/list.exp
1359 * gdb.base/long_long.exp
1360 * gdb.base/longest-types.exp
1361 * gdb.base/maint.exp
1362 * gdb.base/max-value-size.exp
1363 * gdb.base/memattr.exp
1364 * gdb.base/mips_pro.exp
1365 * gdb.base/morestack.exp
1366 * gdb.base/moribund-step.exp
1367 * gdb.base/multi-forks.exp
1368 * gdb.base/nested-addr.exp
1369 * gdb.base/nextoverexit.exp
1370 * gdb.base/noreturn-finish.exp
1371 * gdb.base/noreturn-return.exp
1372 * gdb.base/nostdlib.exp
1373 * gdb.base/offsets.exp
1374 * gdb.base/opaque.exp
1375 * gdb.base/pc-fp.exp
1376 * gdb.base/permissions.exp
1377 * gdb.base/print-symbol-loading.exp
1378 * gdb.base/prologue-include.exp
1379 * gdb.base/psymtab.exp
1380 * gdb.base/ptype.exp
1381 * gdb.base/random-signal.exp
1382 * gdb.base/randomize.exp
1383 * gdb.base/range-stepping.exp
1384 * gdb.base/readline-ask.exp
1385 * gdb.base/recpar.exp
1386 * gdb.base/recurse.exp
1387 * gdb.base/relational.exp
1388 * gdb.base/restore.exp
1389 * gdb.base/return-nodebug.exp
1390 * gdb.base/return.exp
1391 * gdb.base/run-after-attach.exp
1392 * gdb.base/save-bp.exp
1393 * gdb.base/scope.exp
1394 * gdb.base/sect-cmd.exp
1395 * gdb.base/set-lang-auto.exp
1396 * gdb.base/set-noassign.exp
1397 * gdb.base/setvar.exp
1398 * gdb.base/sigall.exp
1399 * gdb.base/sigbpt.exp
1400 * gdb.base/siginfo-addr.exp
1401 * gdb.base/siginfo-infcall.exp
1402 * gdb.base/siginfo-obj.exp
1403 * gdb.base/siginfo.exp
1404 * gdb.base/signals-state-child.exp
1405 * gdb.base/signest.exp
1406 * gdb.base/sigstep.exp
1407 * gdb.base/sizeof.exp
1408 * gdb.base/skip.exp
1409 * gdb.base/solib-corrupted.exp
1410 * gdb.base/solib-nodir.exp
1411 * gdb.base/solib-search.exp
1412 * gdb.base/stack-checking.exp
1413 * gdb.base/stale-infcall.exp
1414 * gdb.base/stap-probe.exp
1415 * gdb.base/start.exp
1416 * gdb.base/step-break.exp
1417 * gdb.base/step-bt.exp
1418 * gdb.base/step-line.exp
1419 * gdb.base/step-over-exit.exp
1420 * gdb.base/step-over-syscall.exp
1421 * gdb.base/step-resume-infcall.exp
1422 * gdb.base/step-test.exp
1423 * gdb.base/store.exp
1424 * gdb.base/structs3.exp
1425 * gdb.base/sym-file.exp
1426 * gdb.base/symbol-without-target_section.exp
1427 * gdb.base/term.exp
1428 * gdb.base/testenv.exp
1429 * gdb.base/ui-redirect.exp
1430 * gdb.base/until.exp
1431 * gdb.base/unwindonsignal.exp
1432 * gdb.base/value-double-free.exp
1433 * gdb.base/vla-datatypes.exp
1434 * gdb.base/vla-ptr.exp
1435 * gdb.base/vla-sideeffect.exp
1436 * gdb.base/volatile.exp
1437 * gdb.base/watch-cond-infcall.exp
1438 * gdb.base/watch-cond.exp
1439 * gdb.base/watch-non-mem.exp
1440 * gdb.base/watch-read.exp
1441 * gdb.base/watch-vfork.exp
1442 * gdb.base/watchpoint-cond-gone.exp
1443 * gdb.base/watchpoint-delete.exp
1444 * gdb.base/watchpoint-hw-hit-once.exp
1445 * gdb.base/watchpoint-hw.exp
1446 * gdb.base/watchpoint-stops-at-right-insn.exp
1447 * gdb.base/watchpoints.exp
1448 * gdb.base/wchar.exp
1449 * gdb.base/whatis-exp.exp
1450 * gdb.btrace/buffer-size.exp
1451 * gdb.btrace/data.exp
1452 * gdb.btrace/delta.exp
1453 * gdb.btrace/dlopen.exp
1454 * gdb.btrace/enable.exp
1455 * gdb.btrace/exception.exp
1456 * gdb.btrace/function_call_history.exp
1457 * gdb.btrace/gcore.exp
1458 * gdb.btrace/instruction_history.exp
1459 * gdb.btrace/nohist.exp
1460 * gdb.btrace/reconnect.exp
1461 * gdb.btrace/record_goto-step.exp
1462 * gdb.btrace/record_goto.exp
1463 * gdb.btrace/rn-dl-bind.exp
1464 * gdb.btrace/segv.exp
1465 * gdb.btrace/step.exp
1466 * gdb.btrace/stepi.exp
1467 * gdb.btrace/tailcall-only.exp
1468 * gdb.btrace/tailcall.exp
1469 * gdb.btrace/tsx.exp
1470 * gdb.btrace/unknown_functions.exp
1471 * gdb.btrace/vdso.exp
1472 * gdb.compile/compile-ifunc.exp
1473 * gdb.compile/compile-ops.exp
1474 * gdb.compile/compile-print.exp
1475 * gdb.compile/compile-setjmp.exp
1476 * gdb.cp/abstract-origin.exp
1477 * gdb.cp/ambiguous.exp
1478 * gdb.cp/annota2.exp
1479 * gdb.cp/annota3.exp
1480 * gdb.cp/anon-ns.exp
1481 * gdb.cp/anon-struct.exp
1482 * gdb.cp/anon-union.exp
1483 * gdb.cp/arg-reference.exp
1484 * gdb.cp/baseenum.exp
1485 * gdb.cp/bool.exp
1486 * gdb.cp/breakpoint.exp
1487 * gdb.cp/bs15503.exp
1488 * gdb.cp/call-c.exp
1489 * gdb.cp/casts.exp
1490 * gdb.cp/chained-calls.exp
1491 * gdb.cp/class2.exp
1492 * gdb.cp/classes.exp
1493 * gdb.cp/cmpd-minsyms.exp
1494 * gdb.cp/converts.exp
1495 * gdb.cp/cp-relocate.exp
1496 * gdb.cp/cpcompletion.exp
1497 * gdb.cp/cpexprs.exp
1498 * gdb.cp/cplabel.exp
1499 * gdb.cp/cplusfuncs.exp
1500 * gdb.cp/cpsizeof.exp
1501 * gdb.cp/ctti.exp
1502 * gdb.cp/derivation.exp
1503 * gdb.cp/destrprint.exp
1504 * gdb.cp/dispcxx.exp
1505 * gdb.cp/enum-class.exp
1506 * gdb.cp/exception.exp
1507 * gdb.cp/exceptprint.exp
1508 * gdb.cp/expand-psymtabs-cxx.exp
1509 * gdb.cp/expand-sals.exp
1510 * gdb.cp/extern-c.exp
1511 * gdb.cp/filename.exp
1512 * gdb.cp/formatted-ref.exp
1513 * gdb.cp/fpointer.exp
1514 * gdb.cp/gdb1355.exp
1515 * gdb.cp/gdb2495.exp
1516 * gdb.cp/hang.exp
1517 * gdb.cp/impl-this.exp
1518 * gdb.cp/infcall-dlopen.exp
1519 * gdb.cp/inherit.exp
1520 * gdb.cp/iostream.exp
1521 * gdb.cp/koenig.exp
1522 * gdb.cp/local.exp
1523 * gdb.cp/m-data.exp
1524 * gdb.cp/m-static.exp
1525 * gdb.cp/mb-ctor.exp
1526 * gdb.cp/mb-inline.exp
1527 * gdb.cp/mb-templates.exp
1528 * gdb.cp/member-name.exp
1529 * gdb.cp/member-ptr.exp
1530 * gdb.cp/meth-typedefs.exp
1531 * gdb.cp/method.exp
1532 * gdb.cp/method2.exp
1533 * gdb.cp/minsym-fallback.exp
1534 * gdb.cp/misc.exp
1535 * gdb.cp/namelessclass.exp
1536 * gdb.cp/namespace-enum.exp
1537 * gdb.cp/namespace-nested-import.exp
1538 * gdb.cp/namespace.exp
1539 * gdb.cp/nextoverthrow.exp
1540 * gdb.cp/no-dmgl-verbose.exp
1541 * gdb.cp/non-trivial-retval.exp
1542 * gdb.cp/noparam.exp
1543 * gdb.cp/nsdecl.exp
1544 * gdb.cp/nsimport.exp
1545 * gdb.cp/nsnested.exp
1546 * gdb.cp/nsnoimports.exp
1547 * gdb.cp/nsrecurs.exp
1548 * gdb.cp/nsstress.exp
1549 * gdb.cp/nsusing.exp
1550 * gdb.cp/operator.exp
1551 * gdb.cp/oranking.exp
1552 * gdb.cp/overload-const.exp
1553 * gdb.cp/overload.exp
1554 * gdb.cp/ovldbreak.exp
1555 * gdb.cp/ovsrch.exp
1556 * gdb.cp/paren-type.exp
1557 * gdb.cp/parse-lang.exp
1558 * gdb.cp/pass-by-ref.exp
1559 * gdb.cp/pr-1023.exp
1560 * gdb.cp/pr-1210.exp
1561 * gdb.cp/pr-574.exp
1562 * gdb.cp/pr10687.exp
1563 * gdb.cp/pr12028.exp
1564 * gdb.cp/pr17132.exp
1565 * gdb.cp/pr17494.exp
1566 * gdb.cp/pr9067.exp
1567 * gdb.cp/pr9167.exp
1568 * gdb.cp/pr9631.exp
1569 * gdb.cp/printmethod.exp
1570 * gdb.cp/psmang.exp
1571 * gdb.cp/psymtab-parameter.exp
1572 * gdb.cp/ptype-cv-cp.exp
1573 * gdb.cp/ptype-flags.exp
1574 * gdb.cp/re-set-overloaded.exp
1575 * gdb.cp/ref-types.exp
1576 * gdb.cp/rtti.exp
1577 * gdb.cp/scope-err.exp
1578 * gdb.cp/shadow.exp
1579 * gdb.cp/smartp.exp
1580 * gdb.cp/static-method.exp
1581 * gdb.cp/static-print-quit.exp
1582 * gdb.cp/temargs.exp
1583 * gdb.cp/templates.exp
1584 * gdb.cp/try_catch.exp
1585 * gdb.cp/typedef-operator.exp
1586 * gdb.cp/typeid.exp
1587 * gdb.cp/userdef.exp
1588 * gdb.cp/using-crash.exp
1589 * gdb.cp/var-tag.exp
1590 * gdb.cp/virtbase.exp
1591 * gdb.cp/virtfunc.exp
1592 * gdb.cp/virtfunc2.exp
1593 * gdb.cp/vla-cxx.exp
1594 * gdb.disasm/t01_mov.exp
1595 * gdb.disasm/t02_mova.exp
1596 * gdb.disasm/t03_add.exp
1597 * gdb.disasm/t04_sub.exp
1598 * gdb.disasm/t05_cmp.exp
1599 * gdb.disasm/t06_ari2.exp
1600 * gdb.disasm/t07_ari3.exp
1601 * gdb.disasm/t08_or.exp
1602 * gdb.disasm/t09_xor.exp
1603 * gdb.disasm/t10_and.exp
1604 * gdb.disasm/t11_logs.exp
1605 * gdb.disasm/t12_bit.exp
1606 * gdb.disasm/t13_otr.exp
1607 * gdb.dlang/circular.exp
1608 * gdb.dwarf2/arr-stride.exp
1609 * gdb.dwarf2/arr-subrange.exp
1610 * gdb.dwarf2/atomic-type.exp
1611 * gdb.dwarf2/bad-regnum.exp
1612 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1613 * gdb.dwarf2/callframecfa.exp
1614 * gdb.dwarf2/clztest.exp
1615 * gdb.dwarf2/corrupt.exp
1616 * gdb.dwarf2/data-loc.exp
1617 * gdb.dwarf2/dup-psym.exp
1618 * gdb.dwarf2/dw2-anon-mptr.exp
1619 * gdb.dwarf2/dw2-anonymous-func.exp
1620 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1621 * gdb.dwarf2/dw2-bad-unresolved.exp
1622 * gdb.dwarf2/dw2-basic.exp
1623 * gdb.dwarf2/dw2-canonicalize-type.exp
1624 * gdb.dwarf2/dw2-case-insensitive.exp
1625 * gdb.dwarf2/dw2-common-block.exp
1626 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1627 * gdb.dwarf2/dw2-compressed.exp
1628 * gdb.dwarf2/dw2-const.exp
1629 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1630 * gdb.dwarf2/dw2-cu-size.exp
1631 * gdb.dwarf2/dw2-dup-frame.exp
1632 * gdb.dwarf2/dw2-entry-value.exp
1633 * gdb.dwarf2/dw2-icycle.exp
1634 * gdb.dwarf2/dw2-ifort-parameter.exp
1635 * gdb.dwarf2/dw2-inline-break.exp
1636 * gdb.dwarf2/dw2-inline-param.exp
1637 * gdb.dwarf2/dw2-intercu.exp
1638 * gdb.dwarf2/dw2-intermix.exp
1639 * gdb.dwarf2/dw2-lexical-block-bare.exp
1640 * gdb.dwarf2/dw2-linkage-name-trust.exp
1641 * gdb.dwarf2/dw2-minsym-in-cu.exp
1642 * gdb.dwarf2/dw2-noloc.exp
1643 * gdb.dwarf2/dw2-op-call.exp
1644 * gdb.dwarf2/dw2-op-out-param.exp
1645 * gdb.dwarf2/dw2-opt-structptr.exp
1646 * gdb.dwarf2/dw2-param-error.exp
1647 * gdb.dwarf2/dw2-producer.exp
1648 * gdb.dwarf2/dw2-ranges-base.exp
1649 * gdb.dwarf2/dw2-ref-missing-frame.exp
1650 * gdb.dwarf2/dw2-reg-undefined.exp
1651 * gdb.dwarf2/dw2-regno-invalid.exp
1652 * gdb.dwarf2/dw2-restore.exp
1653 * gdb.dwarf2/dw2-restrict.exp
1654 * gdb.dwarf2/dw2-single-line-discriminators.exp
1655 * gdb.dwarf2/dw2-strp.exp
1656 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1657 * gdb.dwarf2/dw2-unresolved.exp
1658 * gdb.dwarf2/dw2-var-zero-addr.exp
1659 * gdb.dwarf2/dw4-sig-types.exp
1660 * gdb.dwarf2/dwz.exp
1661 * gdb.dwarf2/dynarr-ptr.exp
1662 * gdb.dwarf2/enum-type.exp
1663 * gdb.dwarf2/gdb-index.exp
1664 * gdb.dwarf2/implptr-64bit.exp
1665 * gdb.dwarf2/implptr-optimized-out.exp
1666 * gdb.dwarf2/implptr.exp
1667 * gdb.dwarf2/implref-array.exp
1668 * gdb.dwarf2/implref-const.exp
1669 * gdb.dwarf2/implref-global.exp
1670 * gdb.dwarf2/implref-struct.exp
1671 * gdb.dwarf2/mac-fileno.exp
1672 * gdb.dwarf2/main-subprogram.exp
1673 * gdb.dwarf2/member-ptr-forwardref.exp
1674 * gdb.dwarf2/method-ptr.exp
1675 * gdb.dwarf2/missing-sig-type.exp
1676 * gdb.dwarf2/nonvar-access.exp
1677 * gdb.dwarf2/opaque-type-lookup.exp
1678 * gdb.dwarf2/pieces-optimized-out.exp
1679 * gdb.dwarf2/pieces.exp
1680 * gdb.dwarf2/pr10770.exp
1681 * gdb.dwarf2/pr13961.exp
1682 * gdb.dwarf2/staticvirtual.exp
1683 * gdb.dwarf2/subrange.exp
1684 * gdb.dwarf2/symtab-producer.exp
1685 * gdb.dwarf2/trace-crash.exp
1686 * gdb.dwarf2/typeddwarf.exp
1687 * gdb.dwarf2/valop.exp
1688 * gdb.dwarf2/watch-notconst.exp
1689 * gdb.fortran/array-element.exp
1690 * gdb.fortran/charset.exp
1691 * gdb.fortran/common-block.exp
1692 * gdb.fortran/complex.exp
1693 * gdb.fortran/derived-type-function.exp
1694 * gdb.fortran/derived-type.exp
1695 * gdb.fortran/logical.exp
1696 * gdb.fortran/module.exp
1697 * gdb.fortran/multi-dim.exp
1698 * gdb.fortran/nested-funcs.exp
1699 * gdb.fortran/print-formatted.exp
1700 * gdb.fortran/subarray.exp
1701 * gdb.fortran/vla-alloc-assoc.exp
1702 * gdb.fortran/vla-datatypes.exp
1703 * gdb.fortran/vla-history.exp
1704 * gdb.fortran/vla-ptr-info.exp
1705 * gdb.fortran/vla-ptype-sub.exp
1706 * gdb.fortran/vla-ptype.exp
1707 * gdb.fortran/vla-sizeof.exp
1708 * gdb.fortran/vla-type.exp
1709 * gdb.fortran/vla-value-sub-arbitrary.exp
1710 * gdb.fortran/vla-value-sub-finish.exp
1711 * gdb.fortran/vla-value-sub.exp
1712 * gdb.fortran/vla-value.exp
1713 * gdb.fortran/whatis_type.exp
1714 * gdb.go/chan.exp
1715 * gdb.go/handcall.exp
1716 * gdb.go/hello.exp
1717 * gdb.go/integers.exp
1718 * gdb.go/methods.exp
1719 * gdb.go/package.exp
1720 * gdb.go/strings.exp
1721 * gdb.go/types.exp
1722 * gdb.go/unsafe.exp
1723 * gdb.guile/scm-arch.exp
1724 * gdb.guile/scm-block.exp
1725 * gdb.guile/scm-breakpoint.exp
1726 * gdb.guile/scm-cmd.exp
1727 * gdb.guile/scm-disasm.exp
1728 * gdb.guile/scm-equal.exp
1729 * gdb.guile/scm-frame-args.exp
1730 * gdb.guile/scm-frame-inline.exp
1731 * gdb.guile/scm-frame.exp
1732 * gdb.guile/scm-iterator.exp
1733 * gdb.guile/scm-math.exp
1734 * gdb.guile/scm-objfile.exp
1735 * gdb.guile/scm-ports.exp
1736 * gdb.guile/scm-symbol.exp
1737 * gdb.guile/scm-symtab.exp
1738 * gdb.guile/scm-value-cc.exp
1739 * gdb.guile/types-module.exp
1740 * gdb.linespec/break-ask.exp
1741 * gdb.linespec/cpexplicit.exp
1742 * gdb.linespec/explicit.exp
1743 * gdb.linespec/keywords.exp
1744 * gdb.linespec/linespec.exp
1745 * gdb.linespec/ls-dollar.exp
1746 * gdb.linespec/ls-errs.exp
1747 * gdb.linespec/skip-two.exp
1748 * gdb.linespec/thread.exp
1749 * gdb.mi/mi-async.exp
1750 * gdb.mi/mi-basics.exp
1751 * gdb.mi/mi-break.exp
1752 * gdb.mi/mi-catch-load.exp
1753 * gdb.mi/mi-cli.exp
1754 * gdb.mi/mi-cmd-param-changed.exp
1755 * gdb.mi/mi-console.exp
1756 * gdb.mi/mi-detach.exp
1757 * gdb.mi/mi-disassemble.exp
1758 * gdb.mi/mi-eval.exp
1759 * gdb.mi/mi-file-transfer.exp
1760 * gdb.mi/mi-file.exp
1761 * gdb.mi/mi-fill-memory.exp
1762 * gdb.mi/mi-inheritance-syntax-error.exp
1763 * gdb.mi/mi-linespec-err-cp.exp
1764 * gdb.mi/mi-logging.exp
1765 * gdb.mi/mi-memory-changed.exp
1766 * gdb.mi/mi-read-memory.exp
1767 * gdb.mi/mi-record-changed.exp
1768 * gdb.mi/mi-reg-undefined.exp
1769 * gdb.mi/mi-regs.exp
1770 * gdb.mi/mi-return.exp
1771 * gdb.mi/mi-reverse.exp
1772 * gdb.mi/mi-simplerun.exp
1773 * gdb.mi/mi-solib.exp
1774 * gdb.mi/mi-stack.exp
1775 * gdb.mi/mi-stepi.exp
1776 * gdb.mi/mi-syn-frame.exp
1777 * gdb.mi/mi-until.exp
1778 * gdb.mi/mi-var-block.exp
1779 * gdb.mi/mi-var-child.exp
1780 * gdb.mi/mi-var-cmd.exp
1781 * gdb.mi/mi-var-cp.exp
1782 * gdb.mi/mi-var-display.exp
1783 * gdb.mi/mi-var-invalidate.exp
1784 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1785 * gdb.mi/mi-vla-fortran.exp
1786 * gdb.mi/mi-watch.exp
1787 * gdb.mi/mi2-var-child.exp
1788 * gdb.mi/user-selected-context-sync.exp
1789 * gdb.modula2/unbounded-array.exp
1790 * gdb.multi/dummy-frame-restore.exp
1791 * gdb.multi/multi-arch-exec.exp
1792 * gdb.multi/multi-arch.exp
1793 * gdb.multi/tids.exp
1794 * gdb.multi/watchpoint-multi.exp
1795 * gdb.opencl/callfuncs.exp
1796 * gdb.opencl/convs_casts.exp
1797 * gdb.opencl/datatypes.exp
1798 * gdb.opencl/operators.exp
1799 * gdb.opencl/vec_comps.exp
1800 * gdb.opt/clobbered-registers-O2.exp
1801 * gdb.opt/inline-break.exp
1802 * gdb.opt/inline-bt.exp
1803 * gdb.opt/inline-cmds.exp
1804 * gdb.opt/inline-locals.exp
1805 * gdb.pascal/case-insensitive-symbols.exp
1806 * gdb.pascal/floats.exp
1807 * gdb.pascal/gdb11492.exp
1808 * gdb.python/lib-types.exp
1809 * gdb.python/py-arch.exp
1810 * gdb.python/py-as-string.exp
1811 * gdb.python/py-bad-printers.exp
1812 * gdb.python/py-block.exp
1813 * gdb.python/py-breakpoint-create-fail.exp
1814 * gdb.python/py-breakpoint.exp
1815 * gdb.python/py-caller-is.exp
1816 * gdb.python/py-cmd.exp
1817 * gdb.python/py-explore-cc.exp
1818 * gdb.python/py-explore.exp
1819 * gdb.python/py-finish-breakpoint.exp
1820 * gdb.python/py-finish-breakpoint2.exp
1821 * gdb.python/py-frame-args.exp
1822 * gdb.python/py-frame-inline.exp
1823 * gdb.python/py-frame.exp
1824 * gdb.python/py-framefilter-mi.exp
1825 * gdb.python/py-infthread.exp
1826 * gdb.python/py-lazy-string.exp
1827 * gdb.python/py-linetable.exp
1828 * gdb.python/py-mi-events.exp
1829 * gdb.python/py-mi-objfile.exp
1830 * gdb.python/py-mi.exp
1831 * gdb.python/py-objfile.exp
1832 * gdb.python/py-pp-integral.exp
1833 * gdb.python/py-pp-maint.exp
1834 * gdb.python/py-pp-re-notag.exp
1835 * gdb.python/py-pp-registration.exp
1836 * gdb.python/py-recurse-unwind.exp
1837 * gdb.python/py-strfns.exp
1838 * gdb.python/py-symbol.exp
1839 * gdb.python/py-symtab.exp
1840 * gdb.python/py-sync-interp.exp
1841 * gdb.python/py-typeprint.exp
1842 * gdb.python/py-unwind-maint.exp
1843 * gdb.python/py-unwind.exp
1844 * gdb.python/py-value-cc.exp
1845 * gdb.python/py-xmethods.exp
1846 * gdb.reverse/amd64-tailcall-reverse.exp
1847 * gdb.reverse/break-precsave.exp
1848 * gdb.reverse/break-reverse.exp
1849 * gdb.reverse/consecutive-precsave.exp
1850 * gdb.reverse/consecutive-reverse.exp
1851 * gdb.reverse/finish-precsave.exp
1852 * gdb.reverse/finish-reverse-bkpt.exp
1853 * gdb.reverse/finish-reverse.exp
1854 * gdb.reverse/fstatat-reverse.exp
1855 * gdb.reverse/getresuid-reverse.exp
1856 * gdb.reverse/i386-precsave.exp
1857 * gdb.reverse/i386-reverse.exp
1858 * gdb.reverse/i386-sse-reverse.exp
1859 * gdb.reverse/i387-env-reverse.exp
1860 * gdb.reverse/i387-stack-reverse.exp
1861 * gdb.reverse/insn-reverse.exp
1862 * gdb.reverse/machinestate-precsave.exp
1863 * gdb.reverse/machinestate.exp
1864 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1865 * gdb.reverse/pipe-reverse.exp
1866 * gdb.reverse/readv-reverse.exp
1867 * gdb.reverse/recvmsg-reverse.exp
1868 * gdb.reverse/rerun-prec.exp
1869 * gdb.reverse/s390-mvcle.exp
1870 * gdb.reverse/step-precsave.exp
1871 * gdb.reverse/step-reverse.exp
1872 * gdb.reverse/time-reverse.exp
1873 * gdb.reverse/until-precsave.exp
1874 * gdb.reverse/until-reverse.exp
1875 * gdb.reverse/waitpid-reverse.exp
1876 * gdb.reverse/watch-precsave.exp
1877 * gdb.reverse/watch-reverse.exp
1878 * gdb.rust/generics.exp
1879 * gdb.rust/methods.exp
1880 * gdb.rust/modules.exp
1881 * gdb.rust/simple.exp
1882 * gdb.server/connect-with-no-symbol-file.exp
1883 * gdb.server/ext-attach.exp
1884 * gdb.server/ext-restart.exp
1885 * gdb.server/ext-wrapper.exp
1886 * gdb.server/file-transfer.exp
1887 * gdb.server/server-exec-info.exp
1888 * gdb.server/server-kill.exp
1889 * gdb.server/server-mon.exp
1890 * gdb.server/wrapper.exp
1891 * gdb.stabs/exclfwd.exp
1892 * gdb.stabs/gdb11479.exp
1893 * gdb.threads/clone-new-thread-event.exp
1894 * gdb.threads/corethreads.exp
1895 * gdb.threads/current-lwp-dead.exp
1896 * gdb.threads/dlopen-libpthread.exp
1897 * gdb.threads/gcore-thread.exp
1898 * gdb.threads/sigstep-threads.exp
1899 * gdb.threads/watchpoint-fork.exp
1900 * gdb.trace/actions-changed.exp
1901 * gdb.trace/backtrace.exp
1902 * gdb.trace/change-loc.exp
1903 * gdb.trace/circ.exp
1904 * gdb.trace/collection.exp
1905 * gdb.trace/disconnected-tracing.exp
1906 * gdb.trace/ftrace.exp
1907 * gdb.trace/mi-trace-frame-collected.exp
1908 * gdb.trace/mi-trace-unavailable.exp
1909 * gdb.trace/mi-traceframe-changed.exp
1910 * gdb.trace/mi-tsv-changed.exp
1911 * gdb.trace/no-attach-trace.exp
1912 * gdb.trace/passc-dyn.exp
1913 * gdb.trace/qtro.exp
1914 * gdb.trace/range-stepping.exp
1915 * gdb.trace/read-memory.exp
1916 * gdb.trace/save-trace.exp
1917 * gdb.trace/signal.exp
1918 * gdb.trace/status-stop.exp
1919 * gdb.trace/tfile.exp
1920 * gdb.trace/trace-break.exp
1921 * gdb.trace/trace-buffer-size.exp
1922 * gdb.trace/trace-condition.exp
1923 * gdb.trace/tracefile-pseudo-reg.exp
1924 * gdb.trace/tstatus.exp
1925 * gdb.trace/unavailable.exp
1926 * gdb.trace/while-dyn.exp
1927 * gdb.trace/while-stepping.exp
1928
34c41c68
DE
19292016-12-22 Doug Evans <xdje42@gmail.com>
1930
1931 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1932 and msymbols.
1933
16e69324
YQ
19342016-12-19 Yao Qi <yao.qi@linaro.org>
1935
1936 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1937 (test_with_self): Don't call do_steps_and_nexts, and remove
1938 code about stepping into xmalloc.
1939
f94f411b
YQ
19402016-12-09 Yao Qi <yao.qi@linaro.org>
1941
1942 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1943
19442016-12-09 Yao Qi <yao.qi@linaro.org>
1945
1946 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1947
f1b5deee
PA
19482016-12-09 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.base/all-architectures-0.exp: New file.
1951 * gdb.base/all-architectures-1.exp: New file.
1952 * gdb.base/all-architectures-2.exp: New file.
1953 * gdb.base/all-architectures-3.exp: New file.
1954 * gdb.base/all-architectures-4.exp: New file.
1955 * gdb.base/all-architectures-5.exp: New file.
1956 * gdb.base/all-architectures-6.exp: New file.
1957 * gdb.base/all-architectures-7.exp: New file.
1958 * gdb.base/all-architectures.exp.in: New file.
1959
364ca42e
YQ
19602016-12-09 Yao Qi <yao.qi@linaro.org>
1961
1962 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1963
107c2d62
LM
19642016-12-02 Luis Machado <lgustavo@codesourcery.com>
1965
1966 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1967 possible.
1968 Remove useless pattern-matching code.
1969
df3ee9ca
PA
19702016-12-02 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1973 procedure.
1974 (top level): Call it.
1975
ec835369
PA
19762016-12-02 Pedro Alves <palves@redhat.com>
1977
1978 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1979 New procedure.
1980 (top level): Call it.
1981
01770bbd
PA
19822016-12-02 Pedro Alves <palves@redhat.com>
1983
1984 PR cli/20559
1985 * gdb.base/commands.exp (user_defined_command_args_eval): New
1986 procedure.
1987 (top level): Call it.
1988
008459ea
LM
19892016-12-02 Luis Machado <lgustavo@codesourcery.com>
1990
1991 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1992 timeout handling.
1993
0c1b455e
TT
19942016-12-02 Tom Tromey <tom@tromey.com>
1995
1996 * gdb.dwarf2/main-subprogram.c: New file.
1997 * gdb.dwarf2/main-subprogram.exp: New file.
1998
018572b8
LM
19992016-12-01 Luis Machado <lgustavo@codesourcery.com>
2000
2001 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
2002 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
2003 gdb_test_no_output for a couple of cases.
2004 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
2005
84c93cd5
LM
20062016-12-01 Luis Machado <lgustavo@codesourcery.com>
2007
2008 Fix test names and standardize compilation error messages throughout
2009 the following files:
2010
2011 * gdb.ada/start.exp
2012 * gdb.arch/alpha-step.exp
2013 * gdb.arch/e500-prologue.exp
2014 * gdb.arch/ftrace-insn-reloc.exp
2015 * gdb.arch/gdb1291.exp
2016 * gdb.arch/gdb1431.exp
2017 * gdb.arch/gdb1558.exp
2018 * gdb.arch/i386-dr3-watch.exp
2019 * gdb.arch/i386-sse-stack-align.exp
2020 * gdb.arch/ia64-breakpoint-shadow.exp
2021 * gdb.arch/pa-nullify.exp
2022 * gdb.arch/powerpc-aix-prologue.exp
2023 * gdb.arch/thumb-bx-pc.exp
2024 * gdb.base/annota1.exp
2025 * gdb.base/annota3.exp
2026 * gdb.base/arrayidx.exp
2027 * gdb.base/assign.exp
2028 * gdb.base/attach.exp
2029 * gdb.base/auxv.exp
2030 * gdb.base/bang.exp
2031 * gdb.base/bfp-test.exp
2032 * gdb.base/bigcore.exp
2033 * gdb.base/bitfields2.exp
2034 * gdb.base/break-fun-addr.exp
2035 * gdb.base/break-probes.exp
2036 * gdb.base/call-rt-st.exp
2037 * gdb.base/callexit.exp
2038 * gdb.base/catch-fork-kill.exp
2039 * gdb.base/charset.exp
2040 * gdb.base/checkpoint.exp
2041 * gdb.base/comprdebug.exp
2042 * gdb.base/constvars.exp
2043 * gdb.base/coredump-filter.exp
2044 * gdb.base/cursal.exp
2045 * gdb.base/cvexpr.exp
2046 * gdb.base/detach.exp
2047 * gdb.base/display.exp
2048 * gdb.base/dmsym.exp
2049 * gdb.base/dprintf-pending.exp
2050 * gdb.base/dso2dso.exp
2051 * gdb.base/dtrace-probe.exp
2052 * gdb.base/dump.exp
2053 * gdb.base/enum_cond.exp
2054 * gdb.base/exe-lock.exp
2055 * gdb.base/exec-invalid-sysroot.exp
2056 * gdb.base/execl-update-breakpoints.exp
2057 * gdb.base/exprs.exp
2058 * gdb.base/fileio.exp
2059 * gdb.base/find.exp
2060 * gdb.base/finish.exp
2061 * gdb.base/fixsection.exp
2062 * gdb.base/foll-vfork.exp
2063 * gdb.base/frame-args.exp
2064 * gdb.base/gcore.exp
2065 * gdb.base/gdb1250.exp
2066 * gdb.base/global-var-nested-by-dso.exp
2067 * gdb.base/gnu-ifunc.exp
2068 * gdb.base/hashline1.exp
2069 * gdb.base/hashline2.exp
2070 * gdb.base/hashline3.exp
2071 * gdb.base/hbreak-in-shr-unsupported.exp
2072 * gdb.base/huge.exp
2073 * gdb.base/infcall-input.exp
2074 * gdb.base/info-fun.exp
2075 * gdb.base/info-shared.exp
2076 * gdb.base/jit-simple.exp
2077 * gdb.base/jit-so.exp
2078 * gdb.base/jit.exp
2079 * gdb.base/jump.exp
2080 * gdb.base/label.exp
2081 * gdb.base/lineinc.exp
2082 * gdb.base/logical.exp
2083 * gdb.base/longjmp.exp
2084 * gdb.base/macscp.exp
2085 * gdb.base/miscexprs.exp
2086 * gdb.base/new-ui-echo.exp
2087 * gdb.base/new-ui-pending-input.exp
2088 * gdb.base/new-ui.exp
2089 * gdb.base/nodebug.exp
2090 * gdb.base/nofield.exp
2091 * gdb.base/offsets.exp
2092 * gdb.base/overlays.exp
2093 * gdb.base/pending.exp
2094 * gdb.base/pointers.exp
2095 * gdb.base/pr11022.exp
2096 * gdb.base/printcmds.exp
2097 * gdb.base/prologue.exp
2098 * gdb.base/ptr-typedef.exp
2099 * gdb.base/realname-expand.exp
2100 * gdb.base/relativedebug.exp
2101 * gdb.base/relocate.exp
2102 * gdb.base/remote.exp
2103 * gdb.base/reread.exp
2104 * gdb.base/return2.exp
2105 * gdb.base/savedregs.exp
2106 * gdb.base/sep.exp
2107 * gdb.base/sepdebug.exp
2108 * gdb.base/sepsymtab.exp
2109 * gdb.base/set-inferior-tty.exp
2110 * gdb.base/setshow.exp
2111 * gdb.base/shlib-call.exp
2112 * gdb.base/sigaltstack.exp
2113 * gdb.base/siginfo-addr.exp
2114 * gdb.base/signals.exp
2115 * gdb.base/signull.exp
2116 * gdb.base/sigrepeat.exp
2117 * gdb.base/so-impl-ld.exp
2118 * gdb.base/solib-display.exp
2119 * gdb.base/solib-overlap.exp
2120 * gdb.base/solib-search.exp
2121 * gdb.base/solib-symbol.exp
2122 * gdb.base/structs.exp
2123 * gdb.base/structs2.exp
2124 * gdb.base/symtab-search-order.exp
2125 * gdb.base/twice.exp
2126 * gdb.base/unload.exp
2127 * gdb.base/varargs.exp
2128 * gdb.base/watchpoint-solib.exp
2129 * gdb.base/watchpoint.exp
2130 * gdb.base/whatis.exp
2131 * gdb.base/wrong_frame_bt_full.exp
2132 * gdb.btrace/dlopen.exp
2133 * gdb.cell/ea-standalone.exp
2134 * gdb.cell/ea-test.exp
2135 * gdb.cp/dispcxx.exp
2136 * gdb.cp/gdb2384.exp
2137 * gdb.cp/method2.exp
2138 * gdb.cp/nextoverthrow.exp
2139 * gdb.cp/pr10728.exp
2140 * gdb.disasm/am33.exp
2141 * gdb.disasm/h8300s.exp
2142 * gdb.disasm/mn10300.exp
2143 * gdb.disasm/sh3.exp
2144 * gdb.dwarf2/dw2-dir-file-name.exp
2145 * gdb.fortran/complex.exp
2146 * gdb.fortran/library-module.exp
2147 * gdb.guile/scm-pretty-print.exp
2148 * gdb.guile/scm-symbol.exp
2149 * gdb.guile/scm-type.exp
2150 * gdb.guile/scm-value.exp
2151 * gdb.linespec/linespec.exp
2152 * gdb.mi/gdb701.exp
2153 * gdb.mi/gdb792.exp
2154 * gdb.mi/mi-breakpoint-changed.exp
2155 * gdb.mi/mi-dprintf-pending.exp
2156 * gdb.mi/mi-dprintf.exp
2157 * gdb.mi/mi-exit-code.exp
2158 * gdb.mi/mi-pending.exp
2159 * gdb.mi/mi-solib.exp
2160 * gdb.mi/new-ui-mi-sync.exp
2161 * gdb.mi/pr11022.exp
2162 * gdb.mi/user-selected-context-sync.exp
2163 * gdb.opt/solib-intra-step.exp
2164 * gdb.python/py-events.exp
2165 * gdb.python/py-finish-breakpoint.exp
2166 * gdb.python/py-mi.exp
2167 * gdb.python/py-prettyprint.exp
2168 * gdb.python/py-shared.exp
2169 * gdb.python/py-symbol.exp
2170 * gdb.python/py-template.exp
2171 * gdb.python/py-type.exp
2172 * gdb.python/py-value.exp
2173 * gdb.reverse/solib-precsave.exp
2174 * gdb.reverse/solib-reverse.exp
2175 * gdb.server/solib-list.exp
2176 * gdb.stabs/weird.exp
2177 * gdb.threads/reconnect-signal.exp
2178 * gdb.threads/stepi-random-signal.exp
2179 * gdb.trace/actions.exp
2180 * gdb.trace/ax.exp
2181 * gdb.trace/backtrace.exp
2182 * gdb.trace/change-loc.exp
2183 * gdb.trace/deltrace.exp
2184 * gdb.trace/ftrace-lock.exp
2185 * gdb.trace/ftrace.exp
2186 * gdb.trace/infotrace.exp
2187 * gdb.trace/mi-tracepoint-changed.exp
2188 * gdb.trace/packetlen.exp
2189 * gdb.trace/passcount.exp
2190 * gdb.trace/pending.exp
2191 * gdb.trace/range-stepping.exp
2192 * gdb.trace/report.exp
2193 * gdb.trace/stap-trace.exp
2194 * gdb.trace/tfind.exp
2195 * gdb.trace/trace-break.exp
2196 * gdb.trace/trace-condition.exp
2197 * gdb.trace/trace-enable-disable.exp
2198 * gdb.trace/trace-mt.exp
2199 * gdb.trace/tracecmd.exp
2200 * gdb.trace/tspeed.exp
2201 * gdb.trace/tsv.exp
2202 * lib/perftest.exp
2203
fb9feb35
LM
22042016-12-01 Luis Machado <lgustavo@codesourcery.com>
2205
2206 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2207 with gdb_test_no_output.
2208 Use command as test name.
2209
cd2ddb6c
LM
22102016-12-01 Luis Machado <lgustavo@codesourcery.com>
2211
2212 Fix test names starting with uppercase throughout the files.
2213
2214 * gdb.ada/assign_1.exp
2215 * gdb.ada/boolean_expr.exp
2216 * gdb.base/arrayidx.exp
2217 * gdb.base/del.exp
2218 * gdb.base/gcore-buffer-overflow.exp
2219 * gdb.base/testenv.exp
2220 * gdb.compile/compile.exp
2221 * gdb.python/py-framefilter-invalidarg.exp
2222 * gdb.python/py-framefilter.exp
2223
bb95117e
LM
22242016-12-01 Luis Machado <lgustavo@codesourcery.com>
2225
2226 Fix test names starting with uppercase throughout the files.
2227
2228 * gdb.ada/array_return.exp
2229 * gdb.ada/expr_delims.exp
2230 * gdb.ada/mi_dyn_arr.exp
2231 * gdb.ada/mi_interface.exp
2232 * gdb.ada/mi_var_array.exp
2233 * gdb.ada/watch_arg.exp
2234 * gdb.arch/alpha-step.exp
2235 * gdb.arch/altivec-regs.exp
2236 * gdb.arch/e500-regs.exp
2237 * gdb.arch/powerpc-d128-regs.exp
2238 * gdb.base/arrayidx.exp
2239 * gdb.base/break.exp
2240 * gdb.base/checkpoint.exp
2241 * gdb.base/debug-expr.exp
2242 * gdb.base/dmsym.exp
2243 * gdb.base/radix.exp
2244 * gdb.base/sepdebug.exp
2245 * gdb.base/testenv.exp
2246 * gdb.base/watch_thread_num.exp
2247 * gdb.base/watchpoint-cond-gone.exp
2248 * gdb.cell/break.exp
2249 * gdb.cell/ea-cache.exp
2250 * gdb.compile/compile.exp
2251 * gdb.cp/gdb2495.exp
2252 * gdb.gdb/selftest.exp
2253 * gdb.gdb/xfullpath.exp
2254 * gdb.go/hello.exp
2255 * gdb.go/integers.exp
2256 * gdb.objc/basicclass.exp
2257 * gdb.pascal/hello.exp
2258 * gdb.pascal/integers.exp
2259 * gdb.python/py-breakpoint.exp
2260 * gdb.python/py-cmd.exp
2261 * gdb.python/py-linetable.exp
2262 * gdb.python/py-xmethods.exp
2263 * gdb.python/python.exp
2264 * gdb.reverse/consecutive-precsave.exp
2265 * gdb.reverse/finish-precsave.exp
2266 * gdb.reverse/i386-precsave.exp
2267 * gdb.reverse/machinestate-precsave.exp
2268 * gdb.reverse/sigall-precsave.exp
2269 * gdb.reverse/solib-precsave.exp
2270 * gdb.reverse/step-precsave.exp
2271 * gdb.reverse/until-precsave.exp
2272 * gdb.reverse/watch-precsave.exp
2273 * gdb.threads/leader-exit.exp
2274 * gdb.threads/pthreads.exp
2275 * gdb.threads/wp-replication.exp
2276 * gdb.trace/actions.exp
2277 * gdb.trace/mi-tsv-changed.exp
2278 * gdb.trace/tsv.exp
2279
de97fdd4
LM
22802016-12-01 Luis Machado <lgustavo@codesourcery.com>
2281
2282 Fix test names starting with uppercase throughout the files.
2283
2284 * gdb.arch/i386-bp_permanent.exp
2285 * gdb.arch/i386-gnu-cfi.exp
2286 * gdb.base/disasm-end-cu.exp
2287 * gdb.base/macscp.exp
2288 * gdb.base/pending.exp
2289 * gdb.base/watch_thread_num.exp
2290 * gdb.cp/exception.exp
2291 * gdb.cp/gdb2495.exp
2292 * gdb.cp/local.exp
2293 * gdb.python/py-evsignal.exp
2294 * gdb.python/python.exp
2295 * gdb.trace/tracecmd.exp
2296
9f058c10
LM
22972016-12-01 Luis Machado <lgustavo@codesourcery.com>
2298
2299 Fix test names starting with uppercase throughout the files.
2300
2301 * gdb.base/charset.exp
2302 * gdb.base/eval.exp
2303 * gdb.base/multi-forks.exp
2304 * gdb.guile/scm-progspace.exp
2305 * gdb.opencl/datatypes.exp
2306 * gdb.python/py-block.exp
2307 * gdb.python/py-function.exp
2308 * gdb.python/py-symbol.exp
2309 * gdb.python/py-symtab.exp
2310 * gdb.python/py-xmethods.exp
2311 * gdb.reverse/break-precsave.exp
2312 * gdb.reverse/break-reverse.exp
2313 * gdb.reverse/consecutive-precsave.exp
2314 * gdb.reverse/consecutive-reverse.exp
2315 * gdb.reverse/finish-precsave.exp
2316 * gdb.reverse/finish-reverse-bkpt.exp
2317 * gdb.reverse/finish-reverse.exp
2318 * gdb.reverse/fstatat-reverse.exp
2319 * gdb.reverse/getresuid-reverse.exp
2320 * gdb.reverse/i386-precsave.exp
2321 * gdb.reverse/i386-reverse.exp
2322 * gdb.reverse/i386-sse-reverse.exp
2323 * gdb.reverse/i387-stack-reverse.exp
2324 * gdb.reverse/insn-reverse.exp
2325 * gdb.reverse/machinestate-precsave.exp
2326 * gdb.reverse/machinestate.exp
2327 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2328 * gdb.reverse/pipe-reverse.exp
2329 * gdb.reverse/readv-reverse.exp
2330 * gdb.reverse/recvmsg-reverse.exp
2331 * gdb.reverse/rerun-prec.exp
2332 * gdb.reverse/s390-mvcle.exp
2333 * gdb.reverse/sigall-precsave.exp
2334 * gdb.reverse/sigall-reverse.exp
2335 * gdb.reverse/solib-precsave.exp
2336 * gdb.reverse/solib-reverse.exp
2337 * gdb.reverse/step-precsave.exp
2338 * gdb.reverse/step-reverse.exp
2339 * gdb.reverse/time-reverse.exp
2340 * gdb.reverse/until-precsave.exp
2341 * gdb.reverse/until-reverse.exp
2342 * gdb.reverse/waitpid-reverse.exp
2343 * gdb.reverse/watch-precsave.exp
2344 * gdb.reverse/watch-reverse.exp
2345
cdc7edd7
LM
23462016-12-01 Luis Machado <lgustavo@codesourcery.com>
2347
2348 Fix test names starting with uppercase throughout the files.
2349
2350 * gdb.arch/i386-mpx-simple_segv.exp
2351 * gdb.arch/i386-mpx.exp
2352 * gdb.arch/i386-permbkpt.exp
2353 * gdb.arch/pa-nullify.exp
2354 * gdb.arch/powerpc-d128-regs.exp
2355 * gdb.arch/vsx-regs.exp
2356 * gdb.base/bfp-test.exp
2357 * gdb.base/break.exp
2358 * gdb.base/breakpoint-shadow.exp
2359 * gdb.base/callfuncs.exp
2360 * gdb.base/charset.exp
2361 * gdb.base/commands.exp
2362 * gdb.base/completion.exp
2363 * gdb.base/dfp-test.exp
2364 * gdb.base/echo.exp
2365 * gdb.base/ending-run.exp
2366 * gdb.base/eval.exp
2367 * gdb.base/expand-psymtabs.exp
2368 * gdb.base/float128.exp
2369 * gdb.base/floatn.exp
2370 * gdb.base/foll-exec-mode.exp
2371 * gdb.base/gdb1056.exp
2372 * gdb.base/gdb11531.exp
2373 * gdb.base/kill-after-signal.exp
2374 * gdb.base/multi-forks.exp
2375 * gdb.base/overlays.exp
2376 * gdb.base/pending.exp
2377 * gdb.base/sepdebug.exp
2378 * gdb.base/testenv.exp
2379 * gdb.base/valgrind-db-attach.exp
2380 * gdb.base/watch_thread_num.exp
2381 * gdb.base/watchpoint-cond-gone.exp
2382 * gdb.base/watchpoint.exp
2383 * gdb.base/watchpoints.exp
2384 * gdb.cp/arg-reference.exp
2385 * gdb.cp/baseenum.exp
2386 * gdb.cp/operator.exp
2387 * gdb.cp/shadow.exp
2388 * gdb.dwarf2/dw2-op-out-param.exp
2389 * gdb.dwarf2/dw2-reg-undefined.exp
2390 * gdb.go/chan.exp
2391 * gdb.go/hello.exp
2392 * gdb.go/integers.exp
2393 * gdb.go/methods.exp
2394 * gdb.go/package.exp
2395 * gdb.guile/scm-parameter.exp
2396 * gdb.guile/scm-progspace.exp
2397 * gdb.guile/scm-value.exp
2398 * gdb.mi/mi-pending.exp
2399 * gdb.mi/user-selected-context-sync.exp
2400 * gdb.multi/multi-attach.exp
2401 * gdb.multi/tids.exp
2402 * gdb.opt/clobbered-registers-O2.exp
2403 * gdb.pascal/floats.exp
2404 * gdb.pascal/integers.exp
2405 * gdb.python/py-block.exp
2406 * gdb.python/py-events.exp
2407 * gdb.python/py-parameter.exp
2408 * gdb.python/py-symbol.exp
2409 * gdb.python/py-symtab.exp
2410 * gdb.python/py-type.exp
2411 * gdb.python/py-value.exp
2412 * gdb.python/py-xmethods.exp
2413 * gdb.python/python.exp
2414 * gdb.reverse/break-precsave.exp
2415 * gdb.reverse/consecutive-precsave.exp
2416 * gdb.reverse/finish-precsave.exp
2417 * gdb.reverse/i386-precsave.exp
2418 * gdb.reverse/machinestate-precsave.exp
2419 * gdb.reverse/sigall-precsave.exp
2420 * gdb.reverse/solib-precsave.exp
2421 * gdb.reverse/step-precsave.exp
2422 * gdb.reverse/until-precsave.exp
2423 * gdb.reverse/watch-precsave.exp
2424 * gdb.server/ext-attach.exp
2425 * gdb.server/ext-restart.exp
2426 * gdb.server/ext-run.exp
2427 * gdb.server/ext-wrapper.exp
2428 * gdb.stabs/gdb11479.exp
2429 * gdb.stabs/weird.exp
2430 * gdb.threads/attach-many-short-lived-threads.exp
2431 * gdb.threads/kill.exp
2432 * gdb.threads/watchpoint-fork.exp
2433
bc6c7af4
LM
24342016-12-01 Luis Machado <lgustavo@codesourcery.com>
2435
2436 Fix test names starting with uppercase throughout all the files below.
2437
2438 * gdb.ada/array_return.exp
2439 * gdb.ada/catch_ex.exp
2440 * gdb.ada/info_exc.exp
2441 * gdb.ada/mi_catch_ex.exp
2442 * gdb.ada/mi_dyn_arr.exp
2443 * gdb.ada/mi_ex_cond.exp
2444 * gdb.ada/mi_exc_info.exp
2445 * gdb.ada/mi_interface.exp
2446 * gdb.ada/mi_task_arg.exp
2447 * gdb.ada/mi_task_info.exp
2448 * gdb.ada/mi_var_array.exp
2449 * gdb.arch/alpha-step.exp
2450 * gdb.arch/amd64-disp-step.exp
2451 * gdb.arch/arm-disp-step.exp
2452 * gdb.arch/disp-step-insn-reloc.exp
2453 * gdb.arch/e500-prologue.exp
2454 * gdb.arch/ftrace-insn-reloc.exp
2455 * gdb.arch/gdb1558.exp
2456 * gdb.arch/i386-bp_permanent.exp
2457 * gdb.arch/i386-disp-step.exp
2458 * gdb.arch/i386-float.exp
2459 * gdb.arch/i386-gnu-cfi.exp
2460 * gdb.arch/ia64-breakpoint-shadow.exp
2461 * gdb.arch/mips16-thunks.exp
2462 * gdb.arch/pa-nullify.exp
2463 * gdb.arch/powerpc-aix-prologue.exp
2464 * gdb.arch/powerpc-power.exp
2465 * gdb.arch/ppc-dfp.exp
2466 * gdb.arch/s390-tdbregs.exp
2467 * gdb.arch/spu-info.exp
2468 * gdb.arch/spu-ls.exp
2469 * gdb.arch/thumb-bx-pc.exp
2470 * gdb.base/advance.exp
2471 * gdb.base/annota-input-while-running.exp
2472 * gdb.base/arrayidx.exp
2473 * gdb.base/asmlabel.exp
2474 * gdb.base/async.exp
2475 * gdb.base/attach-wait-input.exp
2476 * gdb.base/auto-connect-native-target.exp
2477 * gdb.base/batch-preserve-term-settings.exp
2478 * gdb.base/bfp-test.exp
2479 * gdb.base/bigcore.exp
2480 * gdb.base/bp-permanent.exp
2481 * gdb.base/break-always.exp
2482 * gdb.base/break-fun-addr.exp
2483 * gdb.base/break-idempotent.exp
2484 * gdb.base/break-main-file-remove-fail.exp
2485 * gdb.base/break-probes.exp
2486 * gdb.base/break-unload-file.exp
2487 * gdb.base/break.exp
2488 * gdb.base/call-ar-st.exp
2489 * gdb.base/call-rt-st.exp
2490 * gdb.base/call-sc.exp
2491 * gdb.base/call-signal-resume.exp
2492 * gdb.base/call-strs.exp
2493 * gdb.base/callexit.exp
2494 * gdb.base/callfuncs.exp
2495 * gdb.base/catch-gdb-caused-signals.exp
2496 * gdb.base/catch-signal-siginfo-cond.exp
2497 * gdb.base/catch-syscall.exp
2498 * gdb.base/compare-sections.exp
2499 * gdb.base/cond-eval-mode.exp
2500 * gdb.base/condbreak-call-false.exp
2501 * gdb.base/consecutive-step-over.exp
2502 * gdb.base/cursal.exp
2503 * gdb.base/disabled-location.exp
2504 * gdb.base/disasm-end-cu.exp
2505 * gdb.base/display.exp
2506 * gdb.base/double-prompt-target-event-error.exp
2507 * gdb.base/dprintf-bp-same-addr.exp
2508 * gdb.base/dprintf-detach.exp
2509 * gdb.base/dprintf-next.exp
2510 * gdb.base/dprintf-non-stop.exp
2511 * gdb.base/dprintf-pending.exp
2512 * gdb.base/dso2dso.exp
2513 * gdb.base/ending-run.exp
2514 * gdb.base/enum_cond.exp
2515 * gdb.base/examine-backward.exp
2516 * gdb.base/exe-lock.exp
2517 * gdb.base/exec-invalid-sysroot.exp
2518 * gdb.base/execl-update-breakpoints.exp
2519 * gdb.base/execution-termios.exp
2520 * gdb.base/fileio.exp
2521 * gdb.base/fixsection.exp
2522 * gdb.base/foll-exec-mode.exp
2523 * gdb.base/foll-exec.exp
2524 * gdb.base/fork-running-state.exp
2525 * gdb.base/frame-args.exp
2526 * gdb.base/fullpath-expand.exp
2527 * gdb.base/func-ptr.exp
2528 * gdb.base/gcore-relro-pie.exp
2529 * gdb.base/gdb1090.exp
2530 * gdb.base/gdb1555.exp
2531 * gdb.base/global-var-nested-by-dso.exp
2532 * gdb.base/gnu-ifunc.exp
2533 * gdb.base/hbreak-in-shr-unsupported.exp
2534 * gdb.base/hbreak-unmapped.exp
2535 * gdb.base/hook-stop.exp
2536 * gdb.base/infcall-input.exp
2537 * gdb.base/info-fun.exp
2538 * gdb.base/info-shared.exp
2539 * gdb.base/interrupt-noterm.exp
2540 * gdb.base/jit-so.exp
2541 * gdb.base/jit.exp
2542 * gdb.base/line-symtabs.exp
2543 * gdb.base/list.exp
2544 * gdb.base/longjmp.exp
2545 * gdb.base/macscp.exp
2546 * gdb.base/max-value-size.exp
2547 * gdb.base/nodebug.exp
2548 * gdb.base/nofield.exp
2549 * gdb.base/overlays.exp
2550 * gdb.base/paginate-after-ctrl-c-running.exp
2551 * gdb.base/paginate-bg-execution.exp
2552 * gdb.base/paginate-inferior-exit.exp
2553 * gdb.base/pending.exp
2554 * gdb.base/pr11022.exp
2555 * gdb.base/printcmds.exp
2556 * gdb.base/ptr-typedef.exp
2557 * gdb.base/ptype.exp
2558 * gdb.base/randomize.exp
2559 * gdb.base/range-stepping.exp
2560 * gdb.base/realname-expand.exp
2561 * gdb.base/relativedebug.exp
2562 * gdb.base/remote.exp
2563 * gdb.base/savedregs.exp
2564 * gdb.base/sepdebug.exp
2565 * gdb.base/set-noassign.exp
2566 * gdb.base/shlib-call.exp
2567 * gdb.base/shreloc.exp
2568 * gdb.base/sigaltstack.exp
2569 * gdb.base/sigbpt.exp
2570 * gdb.base/siginfo-addr.exp
2571 * gdb.base/siginfo-obj.exp
2572 * gdb.base/siginfo-thread.exp
2573 * gdb.base/signest.exp
2574 * gdb.base/signull.exp
2575 * gdb.base/sigrepeat.exp
2576 * gdb.base/skip.exp
2577 * gdb.base/so-impl-ld.exp
2578 * gdb.base/solib-corrupted.exp
2579 * gdb.base/solib-disc.exp
2580 * gdb.base/solib-display.exp
2581 * gdb.base/solib-overlap.exp
2582 * gdb.base/solib-search.exp
2583 * gdb.base/solib-symbol.exp
2584 * gdb.base/source-execution.exp
2585 * gdb.base/sss-bp-on-user-bp-2.exp
2586 * gdb.base/sss-bp-on-user-bp.exp
2587 * gdb.base/stack-checking.exp
2588 * gdb.base/stale-infcall.exp
2589 * gdb.base/step-break.exp
2590 * gdb.base/step-line.exp
2591 * gdb.base/step-over-exit.exp
2592 * gdb.base/step-test.exp
2593 * gdb.base/structs.exp
2594 * gdb.base/sym-file.exp
2595 * gdb.base/symtab-search-order.exp
2596 * gdb.base/term.exp
2597 * gdb.base/type-opaque.exp
2598 * gdb.base/unload.exp
2599 * gdb.base/until-nodebug.exp
2600 * gdb.base/until.exp
2601 * gdb.base/unwindonsignal.exp
2602 * gdb.base/watch-cond.exp
2603 * gdb.base/watch-non-mem.exp
2604 * gdb.base/watch_thread_num.exp
2605 * gdb.base/watchpoint-reuse-slot.exp
2606 * gdb.base/watchpoint-solib.exp
2607 * gdb.base/watchpoint.exp
2608 * gdb.btrace/dlopen.exp
2609 * gdb.cell/arch.exp
2610 * gdb.cell/break.exp
2611 * gdb.cell/bt.exp
2612 * gdb.cell/core.exp
2613 * gdb.cell/data.exp
2614 * gdb.cell/dwarfaddr.exp
2615 * gdb.cell/ea-cache.exp
2616 * gdb.cell/ea-standalone.exp
2617 * gdb.cell/ea-test.exp
2618 * gdb.cell/f-regs.exp
2619 * gdb.cell/fork.exp
2620 * gdb.cell/gcore.exp
2621 * gdb.cell/mem-access.exp
2622 * gdb.cell/ptype.exp
2623 * gdb.cell/registers.exp
2624 * gdb.cell/sizeof.exp
2625 * gdb.cell/solib-symbol.exp
2626 * gdb.cell/solib.exp
2627 * gdb.compile/compile-tls.exp
2628 * gdb.cp/exception.exp
2629 * gdb.cp/gdb2495.exp
2630 * gdb.cp/local.exp
2631 * gdb.cp/mb-inline.exp
2632 * gdb.cp/mb-templates.exp
2633 * gdb.cp/pr10687.exp
2634 * gdb.cp/pr9167.exp
2635 * gdb.cp/scope-err.exp
2636 * gdb.cp/templates.exp
2637 * gdb.cp/virtfunc.exp
2638 * gdb.dwarf2/dw2-dir-file-name.exp
2639 * gdb.dwarf2/dw2-single-line-discriminators.exp
2640 * gdb.fortran/complex.exp
2641 * gdb.fortran/library-module.exp
2642 * gdb.guile/guile.exp
2643 * gdb.guile/scm-cmd.exp
2644 * gdb.guile/scm-frame-inline.exp
2645 * gdb.guile/scm-objfile.exp
2646 * gdb.guile/scm-pretty-print.exp
2647 * gdb.guile/scm-symbol.exp
2648 * gdb.guile/scm-type.exp
2649 * gdb.guile/scm-value.exp
2650 * gdb.linespec/keywords.exp
2651 * gdb.linespec/ls-errs.exp
2652 * gdb.linespec/macro-relative.exp
2653 * gdb.linespec/thread.exp
2654 * gdb.mi/mi-breakpoint-changed.exp
2655 * gdb.mi/mi-dprintf-pending.exp
2656 * gdb.mi/mi-fullname-deleted.exp
2657 * gdb.mi/mi-logging.exp
2658 * gdb.mi/mi-pending.exp
2659 * gdb.mi/mi-solib.exp
2660 * gdb.mi/new-ui-mi-sync.exp
2661 * gdb.mi/user-selected-context-sync.exp
2662 * gdb.multi/dummy-frame-restore.exp
2663 * gdb.multi/multi-arch-exec.exp
2664 * gdb.multi/remove-inferiors.exp
2665 * gdb.multi/watchpoint-multi-exit.exp
2666 * gdb.opt/solib-intra-step.exp
2667 * gdb.perf/backtrace.exp
2668 * gdb.perf/single-step.exp
2669 * gdb.perf/skip-command.exp
2670 * gdb.perf/skip-prologue.exp
2671 * gdb.perf/solib.exp
2672 * gdb.python/lib-types.exp
2673 * gdb.python/py-as-string.exp
2674 * gdb.python/py-bad-printers.exp
2675 * gdb.python/py-block.exp
2676 * gdb.python/py-breakpoint.exp
2677 * gdb.python/py-cmd.exp
2678 * gdb.python/py-events.exp
2679 * gdb.python/py-evthreads.exp
2680 * gdb.python/py-finish-breakpoint.exp
2681 * gdb.python/py-finish-breakpoint2.exp
2682 * gdb.python/py-frame-inline.exp
2683 * gdb.python/py-frame.exp
2684 * gdb.python/py-inferior.exp
2685 * gdb.python/py-infthread.exp
2686 * gdb.python/py-mi.exp
2687 * gdb.python/py-objfile.exp
2688 * gdb.python/py-pp-maint.exp
2689 * gdb.python/py-pp-registration.exp
2690 * gdb.python/py-prettyprint.exp
2691 * gdb.python/py-recurse-unwind.exp
2692 * gdb.python/py-shared.exp
2693 * gdb.python/py-symbol.exp
2694 * gdb.python/py-symtab.exp
2695 * gdb.python/py-template.exp
2696 * gdb.python/py-type.exp
2697 * gdb.python/py-unwind-maint.exp
2698 * gdb.python/py-unwind.exp
2699 * gdb.python/py-value.exp
2700 * gdb.python/python.exp
2701 * gdb.reverse/finish-reverse-bkpt.exp
2702 * gdb.reverse/insn-reverse.exp
2703 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2704 * gdb.reverse/solib-precsave.exp
2705 * gdb.reverse/solib-reverse.exp
2706 * gdb.stabs/gdb11479.exp
2707 * gdb.stabs/weird.exp
2708 * gdb.threads/fork-child-threads.exp
2709 * gdb.threads/fork-plus-threads.exp
2710 * gdb.threads/fork-thread-pending.exp
2711 * gdb.threads/forking-threads-plus-breakpoint.exp
2712 * gdb.threads/hand-call-in-threads.exp
2713 * gdb.threads/interrupted-hand-call.exp
2714 * gdb.threads/linux-dp.exp
2715 * gdb.threads/local-watch-wrong-thread.exp
2716 * gdb.threads/next-while-other-thread-longjmps.exp
2717 * gdb.threads/non-ldr-exit.exp
2718 * gdb.threads/pending-step.exp
2719 * gdb.threads/print-threads.exp
2720 * gdb.threads/process-dies-while-detaching.exp
2721 * gdb.threads/process-dies-while-handling-bp.exp
2722 * gdb.threads/pthreads.exp
2723 * gdb.threads/queue-signal.exp
2724 * gdb.threads/reconnect-signal.exp
2725 * gdb.threads/signal-command-handle-nopass.exp
2726 * gdb.threads/signal-command-multiple-signals-pending.exp
2727 * gdb.threads/signal-delivered-right-thread.exp
2728 * gdb.threads/signal-sigtrap.exp
2729 * gdb.threads/sigthread.exp
2730 * gdb.threads/staticthreads.exp
2731 * gdb.threads/stepi-random-signal.exp
2732 * gdb.threads/thread-unwindonsignal.exp
2733 * gdb.threads/thread_check.exp
2734 * gdb.threads/thread_events.exp
2735 * gdb.threads/tid-reuse.exp
2736 * gdb.threads/tls-nodebug.exp
2737 * gdb.threads/tls-shared.exp
2738 * gdb.threads/tls-so_extern.exp
2739 * gdb.threads/tls.exp
2740 * gdb.threads/wp-replication.exp
2741 * gdb.trace/actions-changed.exp
2742 * gdb.trace/actions.exp
2743 * gdb.trace/backtrace.exp
2744 * gdb.trace/change-loc.exp
2745 * gdb.trace/collection.exp
2746 * gdb.trace/deltrace.exp
2747 * gdb.trace/disconnected-tracing.exp
2748 * gdb.trace/entry-values.exp
2749 * gdb.trace/ftrace-lock.exp
2750 * gdb.trace/ftrace.exp
2751 * gdb.trace/infotrace.exp
2752 * gdb.trace/mi-trace-frame-collected.exp
2753 * gdb.trace/mi-trace-unavailable.exp
2754 * gdb.trace/mi-traceframe-changed.exp
2755 * gdb.trace/mi-tracepoint-changed.exp
2756 * gdb.trace/mi-tsv-changed.exp
2757 * gdb.trace/no-attach-trace.exp
2758 * gdb.trace/packetlen.exp
2759 * gdb.trace/passc-dyn.exp
2760 * gdb.trace/passcount.exp
2761 * gdb.trace/pending.exp
2762 * gdb.trace/pr16508.exp
2763 * gdb.trace/qtro.exp
2764 * gdb.trace/range-stepping.exp
2765 * gdb.trace/read-memory.exp
2766 * gdb.trace/report.exp
2767 * gdb.trace/save-trace.exp
2768 * gdb.trace/signal.exp
2769 * gdb.trace/stap-trace.exp
2770 * gdb.trace/status-stop.exp
2771 * gdb.trace/strace.exp
2772 * gdb.trace/tfile.exp
2773 * gdb.trace/tfind.exp
2774 * gdb.trace/trace-break.exp
2775 * gdb.trace/trace-condition.exp
2776 * gdb.trace/trace-enable-disable.exp
2777 * gdb.trace/trace-mt.exp
2778 * gdb.trace/tracecmd.exp
2779 * gdb.trace/tracefile-pseudo-reg.exp
2780 * gdb.trace/tspeed.exp
2781 * gdb.trace/tstatus.exp
2782 * gdb.trace/tsv.exp
2783 * gdb.trace/unavailable.exp
2784 * gdb.trace/while-dyn.exp
2785 * gdb.trace/while-stepping.exp
2786 * lib/gdb-guile.exp
2787 * lib/gdb.exp
2788 * lib/mi-support.exp
2789 * lib/pascal.exp
2790 * lib/perftest.exp
2791 * lib/prelink-support.exp
2792 * lib/selftest-support.exp
2793
ad02e4fe
SM
27942016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2795
2796 * Makefile.in: Include disable-implicit-rules.mk.
2797
22347e55
AA
27982016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2799
2800 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2801 non-byte-aligned bit fields.
2802
da5b30da
AA
28032016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2804
2805 PR gdb/12616
2806 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2807 respects the DW_AT_data_bit_offset attribute.
2808
b593ecca
SM
28092016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2810
2811 * gdb.base/default.exp: Fix output of "set language".
2812
3b165252
SM
28132016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2814
2815 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2816 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2817 make.
2818 * configure.ac: Remove checks for the make program.
2819 * configure: Re-generate.
2820
1a2f3d7f
KB
28212016-11-16 Kevin Buettner <kevinb@redhat.com>
2822
2823 * gdb.python/py-recurse-unwind.c (main): Add loop.
2824 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2825 to read_register() and gdb.parse_and_eval(). Make each code
2826 call a separate case that can be individually tested.
2827 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2828 proc. Call cont_and_backtrace for each of the code paths that
2829 we want to test in the unwinder.
2830
b7f38fda
AA
28312016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2832
2833 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2834 the definition of struct S.
2835
1f8db343
CM
28362016-11-11 Catherine Moore <clm@codesourcery.com>
2837
2838 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2839
fad0c9fb
PA
28402016-11-09 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.base/commands.exp (runto_or_return): New procedure.
2843 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2844 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2845 (progvar_simple_while_test, progvar_complex_if_while_test)
2846 (if_while_breakpoint_command_test)
2847 (infrun_breakpoint_command_test, breakpoint_command_test)
2848 (user_defined_command_test, watchpoint_command_test)
2849 (test_command_prompt_position, redefine_hook_test)
2850 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2851 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2852 multi_line_input and multi_line. Remove gdb_expect and
2853 gdb_stop_suppressing_tests uses.
2854 * lib/gdb.exp (valnum_re): New global.
2855 (multi_line_input): New procedure.
2856
8354c62c
SM
28572016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2858
2859 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2860 Remove.
2861 (test_setup): Define with proc_with_prefix.
2862 (test_cli_inferior): Likewise.
2863 (test_cli_thread): Likewise.
2864 (test_cli_frame): Likewise.
2865 (test_cli_select_frame): Likewise.
2866 (test_cli_up_down): Likewise.
2867 (test_mi_thread_select): Likewise.
2868 (test_mi_stack_select_frame): Likewise.
2869 (test_cli_in_mi_inferior): Likewise.
2870 (test_cli_in_mi_thread): Likewise.
2871 (test_cli_in_mi_frame): Likewise.
2872 (top level): Do not use with_test_prefix_procname.
2873
64f367a2
PA
28742016-11-09 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.base/commands.exp (gdbvar_simple_if_test)
2877 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2878 (progvar_simple_if_test, progvar_simple_while_test)
2879 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2880 (infrun_breakpoint_command_test, breakpoint_command_test)
2881 (user_defined_command_test, watchpoint_command_test)
2882 (test_command_prompt_position, deprecated_command_test)
2883 (bp_deleted_in_command, temporary_breakpoint_commands)
2884 (stray_arg0_test, source_file_with_indented_comment)
2885 (recursive_source_test, if_commands_test)
2886 (error_clears_commands_left, redefine_hook_test)
2887 (redefine_backtrace_test): Use proc_with_prefix.
2888 * lib/gdb.exp (proc_with_prefix): New proc.
2889
0bb65f1e
AA
28902016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2891
2892 * gdb.base/tui-layout.c: New file.
2893 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2894 disassembly window contains very long lines.
2895
7353f247
TT
28962016-11-08 Tom Tromey <tom@tromey.com>
2897
2898 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2899 depend on Python 2.
2900
30a7bb83
TT
29012016-11-08 Tom Tromey <tom@tromey.com>
2902
2903 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2904 New method.
2905
cdf5a07c
MG
29062016-10-29 Manish Goregaokar <manish@mozilla.com>
2907
2806dc7e 2908 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2909
51a789c3
MG
29102016-10-27 Manish Goregaokar <manish@mozilla.com>
2911
2806dc7e
PA
2912 * gdb.rust/simple.rs: Add test for univariant enums without
2913 discriminants and for encoded struct-like enums.
51a789c3 2914
f610ab6d
PA
29152016-10-28 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2918 gdb_test_multiple, tighten regexps and match symtabs and line
2919 tables incrementally.
2920
b129b0ca
LM
29212016-10-28 Luis Machado <lgustavo@codesourcery.com>
2922
2923 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2924 general.
2925
ecf45d2c
SL
29262016-10-25 Luis Machado <lgustavo@codesourcery.com>
2927
2928 * gdb.base/exec-invalid-sysroot.exp: New file.
2929
b8d38ee4
JK
29302016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2931
2932 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2933
f90fd8c2
JK
29342016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2935
2936 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2937
2d2476aa
MR
29382016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2939
2806dc7e
PA
2940 * gdb.base/killed-outside.exp: Remove $options from a call to
2941 `prepare_for_testing'.
2d2476aa 2942
e42b25a0
SM
29432016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2944
2945 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2946 Change test message.
2947
3ccdb432
SM
29482016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2949
2950 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2951 Update comment.
2952
5bad3170
SM
29532016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2954
2955 * gdb.trace/mi-trace-save.exp: New file.
2956
5ad9dba7
YQ
29572016-10-13 Yao Qi <yao.qi@linaro.org>
2958
2959 * gdb.base/code_elim.exp (get_var_address): Remove.
2960 * gdb.base/relocate.exp: Likewise.
2961 * gdb.base/shreloc.exp: Likewise.
2962 * lib/gdb.exp (get_var_address): New.
2963
62df7e21
YQ
29642016-10-13 Yao Qi <yao.qi@linaro.org>
2965
2966 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2967 floating point tests if $skip_float_test is false.
2968
4dac951e
LM
29692016-10-12 Luis Machado <lgustavo@codesourcery.com>
2970
2971 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2972 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2973 argc values.
2974 Add 1 to argc so we guarantee distinct initial/modified argc values.
2975
8f1a8fc4
JK
29762016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2977
2978 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2979
16c85b5d
JK
29802016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2981
2982 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2983 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2984 * gdb.arch/vsx-regs.exp: Likewise.
2985
1d0e042a
YQ
29862016-10-07 Yao Qi <yao.qi@linaro.org>
2987
2988 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2989
68dadef5
MM
29902016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2991
2992 * gdb.python/python.exp: Test decode_line("*0").
2993
33fa2c6e
DE
29942016-10-06 Doug Evans <dje@google.com>
2995
2996 * gdb.python/py-value.exp (test_value_creation): Add test for large
2997 unsigned 64-bit value.
2998
9c37b5ae
TT
29992016-10-06 Tom Tromey <tom@tromey.com>
3000
3001 * gdb.compile/compile.exp: Change java tests to rust.
3002 * gdb.base/setshow.exp: Change java tests to rust.
3003 * gdb.base/default.exp: Remove java from language list.
3004 * README (Examples): Update language example.
3005 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
3006 test.
3007 * lib/gdb.exp (skip_java_tests): Remove.
3008 * lib/java.exp: Remove.
3009 * gdb.java: Remove.
3010
78b86327
MR
30112016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3012
3013 * gdb.arch/mips-fcr.exp: New test.
3014 * gdb.arch/mips-fcr.c: Source for the new test.
3015
7470adbb
MR
30162016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3017
3018 * gdb.base/solib-disc.exp: Use `standard_output_file'
3019 throughout.
3020
4a556533
PA
30212016-10-06 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.base/jit-simple-dl.c: New file.
3024 * gdb.base/jit-simple-jit.c: New file, factored out from ...
3025 * gdb.base/jit-simple.c: ... this.
3026 * gdb.base/jit-simple.exp (jit_run): Delete.
3027 (build_jit): New proc.
3028 (jit_test_reread): Recompile either the main program or the shared
3029 library, depending on what is being tested. Skip changing address
3030 if caller wants to. Compare before/after addresses. If testing
3031 standalone, explicitly load the binary. Test "maint info
3032 breakpoints".
3033 (top level): Add "standalone vs shared lib" and "change address"
3034 vs "same address" axes.
3035
5a122fbc
PA
30362016-10-06 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
3039 call.
3040 (jit_run): Delete.
3041 (jit_test_reread): Use with_test_prefix. Reload the main binary
3042 explicitly. Compare the before/after addresses of the JIT
3043 descriptor.
3044
ee8da4b8
DE
30452016-08-15 Doug Evans <dje@google.com>
3046
3047 * gdb.xml/extra-regs.xml: Update, end field now required, default type
3048 for single bitfields is bool.
3049 * gdb.xml/tdesc-regs.exp: Ditto.
3050
f389f6fe
JK
30512016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3052
3053 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
3054
fdebf1a4
YQ
30552016-10-05 Yao Qi <yao.qi@linaro.org>
3056
3057 * lib/gdb.exp (support_complex_tests): Return zero if
3058 gdb_skip_float_test return true.
3059
9c36d954 30602016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3061 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
3062
3063 PR gdb/20487
3064 * gdb.mi/user-selected-context-sync.exp: New file.
3065 * gdb.mi/user-selected-context-sync.c: New file.
3066
4034d0ff 30672016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 3068 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
3069
3070 PR gdb/20487
3071 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
3072 =thread-select-event check.
3073
a4297203
PB
30742016-09-29 Peter Bergner <bergner@vnet.ibm.com>
3075
3076 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
3077 the compulsory L operand changes.
3078 * gdb.arch/powerpc-power.s: Likewise.
3079
bb805577
JK
30802016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3081
3082 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3083 * gdb.base/jit-attach-pie.c: New file.
3084 * gdb.base/jit-attach-pie.exp: New file.
3085
6d61dee5
PA
30862016-09-28 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.base/infcall-input.c: New file.
3089 * gdb.base/infcall-input.exp: New file.
3090
f73842fc
YQ
30912016-09-22 Yao Qi <yao.qi@linaro.org>
3092
3093 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
3094 (gdb_exit): Rename it to ...
3095 (gdbserver_gdb_exit): ... Close GDBserver.
3096 (gdb_exit): New proc, call gdbserver_gdb_exit.
3097 (mi_gdb_exit): Likewise.
3098
90681dab
YQ
30992016-09-22 Yao Qi <yao.qi@linaro.org>
3100
3101 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
3102 path.
3103 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
3104 Remove duplication.
3105
9c211fd8
YQ
31062016-09-22 Yao Qi <yao.qi@linaro.org>
3107
3108 * lib/gdbserver-support.exp: Check the existence of
3109 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
3110
ad0a504f
AK
31112016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3112
3113 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3114
36cf1806
TT
31152016-09-21 Tom Tromey <tom@tromey.com>
3116
3117 PR gdb/20604:
3118 * gdb.base/quit.exp: New file.
3119
74172ecf
SM
31202016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3121
3122 * .gitignore: New file.
3123
3d0ec882
MR
31242016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3125
3126 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3127 throughout.
3128
8193adea
AA
31292016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3130
3131 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3132
d41a5c09
JK
31332016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3134
3135 * gdb.cp/casts.cc (decltype): Move it ...
3136 (main): ... with its call to ...
3137 * gdb.cp/casts03.cc: ... a new file.
3138 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3139
d2dfe700
JK
31402016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3143
e2a92b16
PB
31442016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3145
3146 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3147 and sync up the test with tests in gas/testsuite/gas/ppc.
3148 * gdb.arch/powerpc-power.exp: Likewise.
3149
49b4de64
JK
31502016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3151
3152 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3153
2c29df25
SDJ
31542016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3155 Jan Kratochvil <jan.kratochvil@redhat.com>
3156
3157 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3158 make m1's definition to be different from m2's. Use 'dummy' as an
3159 argument for probe 'two'.
3160
cc3c2846
JB
31612016-09-10 Jon Beniston <jon@beniston.com>
3162
3163 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3164 for sim target.
3165
e1b2624a
AA
31662016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3167
3168 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3169 variable declaration.
3170 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3171 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3172 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3173 received HWCAP as its argument.
3174
4295e285
PA
31752016-09-06 Pedro Alves <palves@redhat.com>
3176
3177 * gdb.base/new-ui-pending-input.c: New file.
3178 * gdb.base/new-ui-pending-input.exp: New file.
3179 * gdb.exp (clear_gdb_spawn_id): New procedure.
3180 (with_spawn_id): Check whether gdb_spawn_id exists before
3181 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3182 on exit.
3183
00d5215e
UW
31842016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3185
3186 * gdb.base/float128.c: New file.
3187 * gdb.base/float128.exp: Likewise.
3188 * gdb.base/floatn.c: Likewise.
3189 * gdb.base/floatn.exp: Likewise.
3190
a9ff5f12
UW
31912016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3192
3193 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3194
f245535c
PA
31952016-09-05 Pedro Alves <palves@redhat.com>
3196
3197 PR backtrace/19927
3198 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3199 unwinders are immediately called as side effect of "source" or
3200 "disable unwinder" commands.
3201 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3202
ae9cf263
YQ
32032016-09-02 Yao Qi <yao.qi@linaro.org>
3204
3205 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3206 is true and $type is "float" or "double".
3207
27aba047
YQ
32082016-09-02 Yao Qi <yao.qi@linaro.org>
3209
3210 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3211 true.
3212 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3213 * gdb.base/call-rt-st.exp: Likewise.
3214 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3215 return value instead of gdb,skip_float_test.
3216 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3217 (do_function_calls): Use its return value instead of
3218 gdb,skip_float_test.
3219 * gdb.base/finish.exp: Likewise.
3220 * gdb.base/funcargs.exp: Likewise.
3221 * gdb.base/return.exp: Likewise.
3222 * gdb.base/return2.exp: Likewise.
3223 * gdb.base/varargs.exp: Likewise.
3224 * lib/gdb.exp (gdb_skip_float_test): Change it to
3225 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3226
5af962df
AA
32272016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3228
3229 * gdb.multi/tids.exp: Test "thread apply all".
3230
7fac6910
JK
32312016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 * gdb.base/default.exp (tty): Remove.
3234
bb1fe4ac
KB
32352016-08-24 Kevin Buettner <kevinb@redhat.com>
3236
2806dc7e
PA
3237 * gdb.python/py-recurse-unwind.c: New file.
3238 * gdb.python/py-recurse-unwind.py: New file.
3239 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 3240
0a1ddfa6
SM
32412016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3242
3243 * gdb.base/set-inferior-tty.exp: New file.
3244 * gdb.base/set-inferior-tty.c: New file.
3245
d9de1fe3
PA
32462016-08-23 Pedro Alves <palves@redhat.com>
3247
3248 PR gdb/20494
3249 * gdb.base/new-ui-echo.c: New file.
3250 * gdb.base/new-ui-echo.exp: New file.
3251
e9d9abd7
YQ
32522016-08-23 Yao Qi <yao.qi@linaro.org>
3253
3254 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3255 gdbserver_spawn.
3256 * gdb.server/connect-without-multi-process.exp (do_test):
3257 Likewise.
3258
3589529e
YQ
32592016-08-23 Yao Qi <yao.qi@linaro.org>
3260
3261 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3262 standalone_txt. Delete gdb_txt and standalone_txt on host
3263 and target. Spawn the binary on target. Copy files from
3264 target to host.
3265
6bb90213
PA
32662016-08-22 Pedro Alves <palves@redhat.com>
3267
3268 PR gdb/20505
3269 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3270 with_test_prefix. Factor out bits to ...
3271 (test_no_vdso): ... this new procedure.
3272
20c2c024
CL
32732016-08-19 Carl Love <cel@us.ibm.com>
3274
3275 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3276 maintaining separate logic for constructing the output path.
3277 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3278 * gdb.arch/ppc-dfp.exp: Likewise.
3279 * gdb.arch/ppc-fp.exp: Likewise.
3280 * gdb.arch/vsx-regs.exp: Likewise.
3281 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3282 binprefix for generating the additional binary files.
3283
0646e07d
PA
32842016-08-19 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.trace/mi-trace-frame-collected.exp
3287 (test_trace_frame_collected): On x32, expect two registers.
3288
46da9242
CL
32892016-08-18 Carl Love <cel@us.ibm.com>
3290
3291 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3292 and sync up the test with tests in gas/testsuite/gas/ppc.
3293 * gdb.arch/powerpc-power.exp: Likewise.
3294
eb2332d7
SM
32952016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3296
3297 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3298 expected error message.
3299
63c61e04
SM
33002016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3301
3302 * gdb.multi/remove-inferiors.exp: New file.
3303 * gdb.multi/remove-inferiors.c: New file.
3304
7b17065f
YQ
33052016-08-12 Yao Qi <yao.qi@linaro.org>
3306
3307 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3308 argument list.
3309
01d3dedf
PA
33102016-08-10 Pedro Alves <palves@redhat.com>
3311
3312 PR gdb/19187
3313 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3314 setup_kfails.
3315
3eb7562a
PA
33162016-08-09 Pedro Alves <palves@redhat.com>
3317 Simon Marchi <simon.marchi@ericsson.com>
3318
3319 PR gdb/20418
3320 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3321 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3322
80614914
PA
33232016-08-09 Pedro Alves <palves@redhat.com>
3324
3325 PR mi/20431
3326 * gdb.mi/mi-cmd-error.exp: New file.
3327
f348d89a
PA
33282016-08-09 Pedro Alves <palves@redhat.com>
3329
3330 PR gdb/18653
3331 * gdb.base/signals-state-child.c: New file.
3332 * gdb.base/signals-state-child.exp: New file.
3333 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3334
e5ca03b4
PA
33352016-08-09 Pedro Alves <palves@redhat.com>
3336
3337 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3338
282a0691
TT
33392016-08-03 Tom Tromey <tom@tromey.com>
3340
3341 PR python/18565:
3342 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3343
41bfcd63
YQ
33442016-08-01 Yao Qi <yao.qi@linaro.org>
3345
3346 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3347 variable mode to "multi-process" if $multi_process is 1, otherwise
3348 set it to "single-process".
3349
e3465b24
YQ
33502016-08-01 Yao Qi <yao.qi@linaro.org>
3351
3352 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3353 * gdb.cp/cpexprs.exp: Likewise.
3354 * gdb.cp/m-static.exp: Likewise.
3355
0b31a4bc
TT
33562016-07-26 Tom Tromey <tom@tromey.com>
3357
3358 PR python/20190:
3359 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3360 test.
3361
e0461dbb
MM
33622016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3363
3364 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3365 selecting assembly source files.
3366 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3367 assembly source files.
3368 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3369 assembly source files.
3370 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3371 selecting assembly source files.
3372
8194e927
SM
33732016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3374
3375 * gdb.base/new-ui.exp (do_test_invalid_args): New
3376 procedure.
3377
c0272db5
TW
33782016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3379
3380 * gdb.btrace/reconnect.c: New file.
3381 * gdb.btrace/reconnect.exp: New file.
3382
e3487908
GKB
33832016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3384
3385 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3386 to test_catch_syscall_group.
3387 (test_catch_syscall_group): New.
3388
12df5c00
TT
33892016-07-21 Tom Tromey <tom@tromey.com>
3390
3391 * gdb.rust/simple.rs (main): Use empty struct expression.
3392 * gdb.rust/simple.exp: Add tests for empty struct expression.
3393
bae62ee2
YQ
33942016-07-21 Yao Qi <yao.qi@linaro.org>
3395
3396 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3397 if gdb_skip_xml_test is true on some targets.
3398
b1b53fb3
YQ
33992016-07-21 Yao Qi <yao.qi@linaro.org>
3400
3401 * gdb.server/solib-list.exp: Unset last_loaded_file.
3402
027d97f8
JK
34032016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3404
3405 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3406 "step into captured_main (args)".
3407
7674d381
JK
34082016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3411
72b5d099
JK
34122016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3413
3414 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3415
1f960ced
PA
34162016-07-19 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3419 * gdb.opt/inline-bt.exp: Likewise.
3420 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3421 additional_flags=-Winline.
3422 * gdb.opt/inline-locals.exp: Likewise.
3423 * gdb.opt/inline-markers.c (ATTR): Define.
3424 (inlined_fn): Use it.
3425
f25827c1
YQ
34262016-07-19 Yao Qi <yao.qi@linaro.org>
3427
3428 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3429 (test_with_self): Remove some code. Remove argument executable.
3430 (top-level): Use do_self_tests.
3431
37539ebe
DB
34322016-07-15 Zachary Welch <zwelch@codesourcery.com>
3433 Don Breazeal <donb@codesourcery.com>
3434
3435 * gdb.base/maint.exp: Escape paths used in regular expressions.
3436 * gdb.stabs/weird.exp: Likewise.
3437
dac790e1
TT
34382016-07-13 Tom Tromey <tom@tromey.com>
3439
3440 PR python/15620, PR python/18620:
3441 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3442 (test_bkpt_events): New procs.
3443
93daf339
TT
34442016-07-13 Tom Tromey <tom@tromey.com>
3445
3446 PR python/17698:
3447 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3448 test.
3449 (test_watchpoints): Likewise.
3450 (test_bkpt_pending): New proc.
3451
6571a381
TT
34522016-07-13 Tom Tromey <tom@tromey.com>
3453
3454 PR cli/18053:
3455 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3456 completion test.
3457
e8732474
JK
34582016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3459
3460 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3461 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3462 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3463 f_label.
3464 (g): Rename g_end_lbl to g_label.
3465 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3466 low_pc and high_pc.
3467 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3468
e0f3fd7c
TT
34692016-07-12 Tom Tromey <tom@tromey.com>
3470
3471 PR python/19293:
3472 * gdb.python/py-unwind-maint.exp: Update tests.
3473
3cfe46b6
YQ
34742016-07-12 Yao Qi <yao.qi@linaro.org>
3475
3476 * lib/selftest-support.exp (selftest_setup): Match the output
3477 when captured_main is inlined.
3478
4f19a0e6
WT
34792016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3480
3481 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3482 New variables.
3483 (print this%a, print this%b, print this): New tests.
3484 * gdb.fortran/derived-types.f90 (this): New object and
3485 initialization.
3486
986cf455
SM
34872016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3488
3489 * gdb.ada/arraydim.exp: Remove extra directory level in build
3490 directory.
3491
f0464b23
SM
34922016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3493
3494 * lib/ada.exp: Remove extra directory level in build directory.
3495 * gdb.ada/cond_lang.exp: Likewise.
3496 * gdb.ada/exec_changed.exp: Likewise.
3497 * gdb.ada/lang_switch.exp: Likewise.
3498
42d94011
MG
34992016-07-06 Manish Goregaokar <manish@mozilla.com>
3500
2806dc7e
PA
3501 * simple.rs: Add test for raw pointer subscripting.
3502 * simple.exp: Add test expectations.
42d94011 3503
647c264c
YQ
35042016-07-05 Yao Qi <yao.qi@linaro.org>
3505
3506 * gdb.mi/mi-reverse.exp: Match =record-started output.
3507
20aa2c60
PA
35082016-07-01 Pedro Alves <palves@redhat.com>
3509
3510 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3511 procedure.
3512 (jit_reader_test): Test the jit reader's unwinder.
3513 * gdb.base/jithost.c (jit_function_00_code): New global.
3514 (main): Use memcpy to fill in the mmapped code, instead of poking
3515 bytes manually here.
3516 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3517 value.
3518 (read_debug_info): Save the function's range.
3519 (read_sp): New function.
3520 (unwind_frame): Use it. Also unwind RBP.
3521 (get_frame_id): Use read_sp.
3522 (gdb_init_reader): Use calloc instead of malloc.
3523 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3524 parameter. Use gdb_test_multiple.
3525
ced2dffb
PA
35262016-07-01 Pedro Alves <palves@redhat.com>
3527 Antoine Tremblay <antoine.tremblay@ericsson.com>
3528
3529 * gdb.threads/process-dies-while-detaching.c: New file.
3530 * gdb.threads/process-dies-while-detaching.exp: New file.
3531
63000888
PA
35322016-07-01 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.multi/watchpoint-multi-exit.c: New file.
3535 * gdb.multi/watchpoint-multi-exit.exp: New file.
3536
038d4868
PA
35372016-06-30 Pedro Alves <palves@redhat.com>
3538
3539 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3540 unset inferior_spawn_id.
3541
994e9c83
PA
35422016-06-30 Pedro Alves <palves@redhat.com>
3543
3544 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3545 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3546
e5653468
YQ
35472016-06-29 Yao Qi <yao.qi@linaro.org>
3548
3549 * gdb.base/return.c: Add copyright header.
3550
803b47e5
TT
35512016-06-29 Tom Tromey <tom@tromey.com>
3552
3553 PR python/20129:
3554 * gdb.python/py-framefilter.exp: Add tests for setting priority
3555 and disabling of non-existent frame filter.
3556
28244707
YQ
35572016-06-29 Yao Qi <yao.qi@linaro.org>
3558
3559 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3560 0x0f07ff.
3561
a31d2f06
YQ
35622016-06-28 Yao Qi <yao.qi@linaro.org>
3563
3564 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3565 triplets. Start gdb, execute catch syscall, and continue. Check
3566 gdb's output to determine catch syscall is supported.
3567
921d8f54
MG
35682016-06-27 Manish Goregaokar <manish@mozilla.com>
3569
25d49b86
PA
3570 * gdb.rust/simple.rs: Add test for returning unit in a function.
3571 * gdb.rust/simple.exp: Add expectation for functions returning
3572 unit.
921d8f54 3573
f4952523
PMR
35742016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3575
3576 * gdb.python/py-breakpoint-create-fail.c,
3577 gdb.python/py-breakpoint-create-fail.exp,
3578 gdb.python/py-breakpoint-create-fail.py: New testcase.
3579
fccb08f8
MG
35802016-06-25 Manish Goregaokar <manish@mozilla.com>
3581
3582 PR gdb/20239
3583 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3584 * gdb.rust/simple.exp: Add test expectations for new NonZero
3585 tests.
fccb08f8 3586
6b850546
DT
35872016-06-24 David Taylor <dtaylor@emc.com>
3588
3589 * gdb.base/offsets.exp: New file.
3590 * gdb.base/offsets.c: New file.
3591
17621150
TT
35922016-06-23 Tom Tromey <tom@tromey.com>
3593
3594 PR gdb/16483:
3595 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3596 before any filters are loaded.
3597
04d59df6
WT
35982016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3599
3600 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3601 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3602 structs.
3603 * gdb.fortran/derived-type-function.exp: New file.
3604 * gdb.fortran/derived-type-function.f90: New file.
3605
3606
ac69f786
PA
36072016-06-21 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/new-ui.exp: New file.
3610 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3611 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3612 (with_spawn_id): New procedure.
3613
49940788
PA
36142016-06-21 Pedro Alves <palves@redhat.com>
3615
3616 * gdb.mi/mi-exec-run.exp: New file.
3617
ef274d26
PA
36182016-06-21 Pedro Alves <palves@redhat.com>
3619
3620 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3621 breakpoint command's output on the main UI.
3622 (test_break): New procedure, factored out from calls in the top
3623 level.
3624 (top level): Use foreach_with_prefix to test MI as main UI and as
3625 separate UI.
3626
468afe6c
PA
36272016-06-21 Pedro Alves <palves@redhat.com>
3628
3629 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3630 (test_awatch_creation_and_listing)
3631 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3632 Remove 'type' parameter.
3633 (test_watchpoint_all): New parameter mi_mode. Remove
3634 with_test_prefix.
3635 (top level): Use foreach_with_prefix, and add main/separate UI MI
3636 testing axis.
3637
51f77c37
PA
36382016-06-21 Pedro Alves <palves@redhat.com>
3639
3640 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3641 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3642 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3643 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3644 (gdb_main_spawn_id, mi_spawn_id): Declare and
3645 comment.
3646 (mi_create_inferior_pty): New procedure,
3647 factored out from default_mi_gdb_start.
3648 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3649 procedures.
3650 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3651 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3652 Use mi_create_inferior_pty.
3653 (mi_gdb_start): Use eval to pass down args list.
3654
8980e177
PA
36552016-06-21 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3658 * gdb.opt/inline-cmds.exp: Add MI tests.
3659
f38d3ad1
PA
36602016-06-21 Pedro Alves <palves@redhat.com>
3661
3662 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3663
45db7c09
PA
36642016-06-21 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3667 (top level): Use it instead of mi_execute_to.
3668
5a069ab3
PA
36692016-06-21 Pedro Alves <palves@redhat.com>
3670
3671 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3672 (cont_handler_str): New.
3673 (signal_stop_handler): Set stop_handler_str instead of printing to
3674 stdout.
3675 (continue_handler): Set cont_handler_str instead of printing to
3676 stdout.
3677 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3678 mi_send_resuming_command. Print stop_handler_str and
3679 cont_handler_str instead of expecting the python events print
3680 directly.
3681
2838cc1d
SD
36822016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3683
3684 * gdb.base/jit-reader.exp: New file.
3685 * gdb.base/jithost.c: New file.
3686 * gdb.base/jithost.h: New file.
3687 * gdb.base/jitreader.c : New file.
3688 * gdb.base/jit-protocol.h: New file.
3689
21a77091
YQ
36902016-06-17 Yao Qi <yao.qi@linaro.org>
3691
3692 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3693 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3694 and detach-on-fork. Adjust tests.
3695 (top level): Invoke break_cond_on_syscall with combinations of
3696 syscall, follow-fork-mode and detach-on-fork.
3697
f50bf8e5
YQ
36982016-06-17 Yao Qi <yao.qi@linaro.org>
3699
3700 * gdb.base/step-over-exit.c: New.
3701 * gdb.base/step-over-exit.exp: New.
3702
a28d8e50
YTL
37032016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3704
3705 * gdb.base/float.exp: Add target check for nds32*-*-*.
3706 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3707
cad8e26d
AB
37082016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3709
3710 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3711 for unsupported target features.
3712 * gdb.base/call-rt-st.exp: Likewise.
3713 * gdb.base/call-sc.exp: Likewise.
3714 * gdb.base/call-signal-resume.exp: Likewise.
3715 * gdb.base/call-strs.exp: Likewise.
3716 * gdb.base/callexit.exp: Likewise.
3717 * gdb.base/callfuncs.exp: Likewise.
3718 * gdb.base/nodebug.exp: Likewise.
3719 * gdb.base/printcmds.exp: Likewise.
3720 * gdb.base/ptype.exp: Likewise.
3721 * gdb.base/structs.exp: Likewise.
3722 * gdb.base/unwindonsignal.exp: Likewise.
3723 * gdb.cp/gdb2495.exp: Likewise.
3724 * gdb.cp/templates.exp: Likewise.
3725 * gdb.cp/virtfunc.exp: Likewise.
3726 * gdb.threads/hand-call-in-threads.exp: Likewise.
3727 * gdb.threads/interrupted-hand-call.exp: Likewise.
3728 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3729
347dc102
TT
37302016-06-10 Tom Tromey <tom@tromey.com>
3731
3732 PR rust/20110:
3733 * gdb.rust/expr.exp: Add test for integer constant larger than
3734 i32.
3735
5e13cf25
BH
37362016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3737
3738 * gdb.fortran/nested-funcs.exp: New.
3739 * gdb.fortran/nested-funcs.f90: New.
3740
bb556f1f
TK
37412016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3742
3743 * gdb.base/examine-backward.c: New file.
3744 * gdb.base/examine-backward.exp: New file.
3745
38b022b4
SM
37462016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3747
3748 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3749 matching.
3750
1b40ec05
TT
37512016-06-02 Tom Tromey <tom@tromey.com>
3752
3753 PR python/18984:
3754 * gdb.python/py-shared.exp: Add solib_name test.
3755
193bd378
SM
37562016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3757
3758 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3759
3326303b
MG
37602016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3761
3762 PR c++/19893
3763 * gdb.dwarf2/implref.exp: Rename to...
3764 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3765 * gdb.dwarf2/implref-array.c: New file.
3766 * gdb.dwarf2/implref-array.exp: Likewise.
3767 * gdb.dwarf2/implref-global.c: Likewise.
3768 * gdb.dwarf2/implref-global.exp: Likewise.
3769 * gdb.dwarf2/implref-struct.c: Likewise.
3770 * gdb.dwarf2/implref-struct.exp: Likewise.
3771
825c8ef2
AT
37722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3773
3774 * gdb.trace/trace-condition.exp: Add 64bit tests.
3775
2320162a
AT
37762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3777
3778 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3779 bits types.
3780 (main): Adapt to 8 to 64 bits types.
3781 * gdb.trace/trace-condition.exp: Add new tests.
3782
a7818233
AT
37832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3784
3785 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3786
0d336466
AT
37872016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3788
3789 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3790 Move condition tests...
3791 * gdb.trace/trace-condition.exp: Here.
3792
7faeb45a
AT
37932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3794
3795 * gdb.trace/trace-condition.exp: Add counter-case tests.
3796
e385593e
JK
37972016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 PR c++/15231
3800 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3801 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3802
744608cc
PA
38032016-05-27 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3806 New procedure.
3807 (top level): Call it, and bail out of DejaGnu is known to be bad.
3808
ac775bf4
AB
38092016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3810
3811 * gdb.base/whatis.c: Extend the test case.
3812 * gdb.base/whatis.exp: Add additional tests.
3813
2bbad2ea
BH
38142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3815
3816* gdb.fortran/type.f90: Add pointer variable.
3817* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3818
8b70175d
BH
38192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3820
3821 * gdb.fortran/vla-type.exp: Fix testcase name.
3822
86d8a848
BH
38232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3824
3825 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3826
e188eb36
BH
38272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3828
3829 * gdb.fortran/type.f90: Add nested structures.
3830 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3831 * gdb.fortran/derived-type.exp: Adapt expected output.
3832 * gdb.fortran/vla-type.exp: Adapt expected output.
3833
9b2db1fd
BH
38342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3835
3836 * gdb.fortran/whatis_type.exp: Adapt expected output.
3837
72b17055
BH
38382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3839
3840 * gdb.fortran/print_type.exp: Fix expected output.
3841 * gdb.fortran/whatis_type.exp: Fix expected output.
3842
3cd81d8d
BH
38432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3844
3845 * gdb.fortran/whatis_type.exp: Use multi_line.
3846
ddae9462
TT
38472016-05-24 Tom Tromey <tom@tromey.com>
3848
3849 PR python/17386:
3850 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3851 use value as an index.
3852
1957f6b8
TT
38532016-05-23 Tom Tromey <tom@tromey.com>
3854
3855 PR python/17981:
3856 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3857 no-breakpoint case.
3858
026a9174
PA
38592016-05-24 Pedro Alves <palves@redhat.com>
3860
3861 PR gdb/19828
3862 * gdb.threads/clone-attach-detach.c: New file.
3863 * gdb.threads/clone-attach-detach.exp: New file.
3864
e70a7231
FR
38652016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3866
3867 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3868
0f6ed0e0
TT
38692016-05-23 Tom Tromey <tom@tromey.com>
3870
3871 PR python/19438, PR python/18393:
3872 * gdb.python/py-progspace.exp: Add "dir" test.
3873 * gdb.python/py-objfile.exp: Add "dir" test.
3874
ffd19d61
YQ
38752016-05-23 Yao Qi <yao.qi@linaro.org>
3876
3877 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3878 * gdb.arch/thumb2-it.exp: Likewise.
3879
9e8f9b05
SM
38802016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3881
3882 * gdb.mi/mi-threads-interrupt.c: New file.
3883 * gdb.mi/mi-threads-interrupt.exp: New file.
3884
61c6156d
SM
38852016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3886
3887 PR gdb/18077
3888 * gdb.mi/mi-async-run.exp: New file.
3889 * gdb.mi/mi-async-run.c: New file.
3890
67218854
TT
38912016-05-17 Tom Tromey <tom@tromey.com>
3892 Manish Goregaokar <manishsmail@gmail.com>
3893
3894 * lib/rust-support.exp: New file.
3895 * lib/gdb.exp (skip_rust_tests): New proc.
3896 (build_executable_from_specs): Handle rust.
3897 * lib/future.exp (gdb_find_rustc): New proc.
3898 (gdb_default_target_compile): Handle rust.
3899 * gdb.rust/expr.exp: New file.
3900 * gdb.rust/generics.exp: New file.
3901 * gdb.rust/generics.rs: New file.
3902 * gdb.rust/methods.exp: New file.
3903 * gdb.rust/methods.rs: New file.
3904 * gdb.rust/modules.exp: New file.
3905 * gdb.rust/modules.rs: New file.
3906 * gdb.rust/simple.exp: New file.
3907 * gdb.rust/simple.rs: New file.
3908
c44af4eb
TT
39092016-05-17 Tom Tromey <tom@tromey.com>
3910
3911 * gdb.base/default.exp (set language): Add rust.
3912
dcd1f979
TT
39132016-05-17 Tom Tromey <tom@tromey.com>
3914
3915 * gdb.gdb/unittest.exp: New file.
3916
155b7f57
YQ
39172016-05-16 Yao Qi <yao.qi@linaro.org>
3918
3919 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3920 shell_prompt. Update shell_prompt_re.
3921
8ddd5a6c
DE
39222016-05-12 Doug Evans <dje@google.com>
3923
3924 PR symtab/19999
3925 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3926 $options when building executable.
3927 * gdb.dwarf2/fission-loclists-pie.S: New file.
3928 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3929
02e370d9
SM
39302016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3931
3932 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3933 of [is_remote target],
3934
8929ad8b
SM
39352016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3936
3937 * lib/gdb.exp (use_gdb_stub): New procedure.
3938
6c447423
DE
39392016-05-03 Yunlian Jiang <yunlian@google.com>
3940 Doug Evans <dje@google.com>
3941
3942 PR symtab/19914
3943 * gdb.dwarf2/dwp-sepdebug.c: New file.
3944 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3945
444e826c
SM
39462016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3947
3948 * gdb.base/detach.exp: Remove is_remote check.
3949
740feeaa
SM
39502016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3951
3952 * gdb.base/annota-input-while-running.exp: Don't check for
3953 [is_remote target]. Enable annotations after running to main.
3954 Remove unused "set test..." line.
3955
9080ac9d
SM
39562016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3957
3958 * gdb.trace/trace-enable-disable.exp: New file.
3959 * gdb.trace/trace-enable-disable.c: New file.
3960
952ebca5
SM
39612016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3962
3963 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3964 use it in info sharedlibrary test.
3965 * gdb.trace/ftrace-lock.exp: Likewise.
3966 * gdb.trace/ftrace.exp: Likewise.
3967 * gdb.trace/range-stepping.exp: Likewise.
3968 * gdb.trace/trace-break.exp: Likewise.
3969 * gdb.trace/trace-condition.exp: Likewise.
3970 * gdb.trace/trace-mt.exp: Likewise.
3971
d9019901
SM
39722016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3973
3974 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3975 (gdb_load_shlib): ... this.
3976 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3977 gdb_load_shlib.
3978 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3979 * gdb.base/ctxobj.exp: Likewise.
3980 * gdb.base/dprintf-pending.exp: Likewise.
3981 * gdb.base/dso2dso.exp: Likewise.
3982 * gdb.base/fixsection.exp: Likewise.
3983 * gdb.base/gcore-relro.exp: Likewise.
3984 * gdb.base/gdb1555.exp: Likewise.
3985 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3986 * gdb.base/gnu-ifunc.exp: Likewise.
3987 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3988 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3989 * gdb.base/pending.exp: Likewise.
3990 * gdb.base/print-file-var.exp: Likewise.
3991 * gdb.base/print-symbol-loading.exp: Likewise.
3992 * gdb.base/shlib-call.exp: Likewise.
3993 * gdb.base/shreloc.exp: Likewise.
3994 * gdb.base/so-impl-ld.exp: Likewise.
3995 * gdb.base/solib-disc.exp: Likewise.
3996 * gdb.base/solib-nodir.exp: Likewise.
3997 * gdb.base/solib-overlap.exp: Likewise.
3998 * gdb.base/solib-symbol.exp: Likewise.
3999 * gdb.base/solib-weak.exp (do_test): Likewise.
4000 * gdb.base/sym-file.exp: Likewise.
4001 * gdb.base/symtab-search-order.exp: Likewise.
4002 * gdb.base/type-opaque.exp: Likewise.
4003 * gdb.base/unload.exp: Likewise.
4004 * gdb.base/watchpoint-solib.exp: Likewise.
4005 * gdb.compile/compile.exp: Likewise.
4006 * gdb.cp/gdb2384.exp: Likewise.
4007 * gdb.cp/infcall-dlopen.exp: Likewise.
4008 * gdb.cp/re-set-overloaded.exp: Likewise.
4009 * gdb.fortran/library-module.exp: Likewise.
4010 * gdb.opt/solib-intra-step.exp: Likewise.
4011 * gdb.python/py-finish-breakpoint.exp: Likewise.
4012 * gdb.python/py-shared.exp: Likewise.
4013 * gdb.reverse/solib-precsave.exp: Likewise.
4014 * gdb.reverse/solib-reverse.exp: Likewise.
4015 * gdb.server/solib-list.exp: Likewise.
4016 * gdb.threads/dlopen-libpthread.exp: Likewise.
4017 * gdb.threads/tls-shared.exp: Likewise.
4018 * gdb.threads/tls-so_extern.exp: Likewise.
4019 * gdb.trace/change-loc.exp: Likewise.
4020 * gdb.trace/ftrace-lock.exp: Likewise.
4021 * gdb.trace/ftrace.exp: Likewise.
4022 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
4023 * gdb.trace/pending.exp: Likewise.
4024 * gdb.trace/range-stepping.exp: Likewise.
4025 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
4026 (strace_info_marker): Likewise.
4027 (strace_probe_marker): Likewise.
4028 (strace_trace_on_same_addr): Likewise.
4029 (strace_trace_on_diff_addr): Likewise.
4030 * gdb.trace/trace-break.exp: Likewise.
4031 * gdb.trace/trace-condition.exp: Likewise.
4032 * gdb.trace/trace-mt.exp: Likewise.
4033
fca4cfd9
SM
40342016-04-27 Simon Marchi <simon.marchi@ericsson.com>
4035
4036 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
4037 result of gdb_remote_download.
4038 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
4039 * gdb.base/dso2dso.exp: Likewise.
4040 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4041 * gdb.base/print-file-var.exp: Likewise.
4042 * gdb.base/shlib-call.exp: Likewise.
4043 * gdb.base/shreloc.exp: Likewise.
4044 * gdb.base/solib-overlap.exp: Likewise.
4045 * gdb.base/solib-weak.exp (do_test): Likewise.
4046 * gdb.base/unload.exp: Likewise.
4047
11cf4ffb
YQ
40482016-04-27 Yao Qi <yao.qi@linaro.org>
4049
4050 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
4051 exists.
4052
3e2e34f8
KB
40532016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4054
4055 * vla-type.exp: Print structure from toplevel.
4056
8f07e298
BH
40572016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4058
4059 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
4060 of dynamic types.
4061 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
4062 of dynamic types.
4063
9920b434
BH
40642016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
4065
4066 * gdb.fortran/vla-type.f90: New file.
4067 * gdb.fortran/vla-type.exp: New file.
4068
f3abeff5
YQ
40692016-04-25 Yao Qi <yao.qi@linaro.org>
4070
4071 * gdb.base/branch-to-self.c: New file.
4072 * gdb.base/branch-to-self.exp: New file.
4073
0a5d52f0
YQ
40742016-04-22 Yao Qi <yao.qi@linaro.org>
4075
4076 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
4077 more after $hex.
4078
495346f6
YQ
40792016-04-22 Yao Qi <yao.qi@linaro.org>
4080
4081 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4082 * gdb.base/annota3.exp: Likewise.
4083
4a7e075c
YQ
40842016-04-22 Yao Qi <yao.qi@linaro.org>
4085
4086 * gdb.reverse/step-precsave.exp: Do one step and test program
4087 stops in "callee" and do multiple steps until program goes out
4088 of "callee".
4089 * gdb.reverse/step-reverse.exp: Likewise.
4090
5b061e98
YQ
40912016-04-22 Yao Qi <yao.qi@linaro.org>
4092
4093 * gdb.trace/signal.exp: Also pass if
4094 $tracepoint_hits($i) > $iterations.
4095
5c5dc57f
YQ
40962016-04-22 Yao Qi <yao.qi@linaro.org>
4097
4098 * gdb.trace/signal.c: New file.
4099 * gdb.trace/signal.exp: New file.
4100
a55411b9
DE
41012016-04-19 Doug Evans <xdje42@gmail.com>
4102
4103 * gdb.base/bad-file.exp: New file.
4104
a22df60a
MG
41052016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
4106
4107 * gdb.dwarf2/implref.exp: New file.
4108
0c13f7e5
BH
41092016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4110
4111 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
4112 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
4113 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4114 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4115 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4116 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4117 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4118 * lib/fortran.exp (fortran_int4): New procedure.
4119 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4120 (fortran_logical4): Likewise.
4121
9b9b09e9
BH
41222016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4123
4124 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4125
a14d1f4d
BH
41262016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4127
4128 * lib/compiler.c: Add Intel specific preprocessor macros.
4129 * lib/compiler.cc: Likewise.
25d49b86 4130
7d49b1d0
LM
41312016-04-13 Luis Machado <lgustavo@codesourcery.com>
4132
4133 * gdb.server/connect-with-no-symbol-file.c: New file.
4134 * gdb.server/connect-with-no-symbol-file.exp: New file.
4135
8392fa22
SM
41362016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4137
4138 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4139
8c4c4aeb
SM
41402016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4141
4142 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4143 standard output directory.
4144
45e3745e
AT
41452016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4146
4147 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4148
e26b7e41
MM
41492016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4150
4151 * gdb.btrace/instruction_history.c (loop): Add declaration.
4152
8ce09462
AT
41532016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4154
4155 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4156
2e88a1ea
SM
41572016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4158
4159 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4160 parentheses to print.
4161 (continue_handler): Likewise.
4162
f48e22e3
SM
41632016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4164
4165 * gdb.server/solib-list.exp: Remove is_remote check.
4166 Pass shlib= to gdb_compile. Don't link shared library with
4167 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4168 Run binary filename through "readlink -f" on the target.
4169
096be756
PA
41702016-04-08 Pedro Alves <palves@redhat.com>
4171
4172 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4173 interpreter filename as argument to gdbserver_spawn.
4174 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4175 Return empty if $last_loaded_file does not exist.
4176
06500533
JK
41772016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4178
4179 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4180 * gdb.base/jit-main.c: Use exit after usage.
4181
2d35e871
JK
41822016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4183
4184 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4185 GDBHISTSIZE prior to the tests.
4186 * gdb.base/gdbinit-history.exp: Likewise.
4187
41882016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
4189
4190 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4191 instead of build_executable. Use gdb_load_shlibs.
4192
c8064e7e
YQ
41932016-04-07 Yao Qi <yao.qi@linaro.org>
4194
4195 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4196 Execute "si" command.
4197
bde47561
YQ
41982016-04-07 Yao Qi <yao.qi@linaro.org>
4199
4200 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4201 number instead of the comments on some line.
4202
b16f8a3b
DB
42032016-04-06 Don Breazeal <donb@codesourcery.com>
4204
4205 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4206 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4207
c2f901df
SM
42082016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4209
4210 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4211 standard_output_file. Remove unused binfile variable.
4212
ac17fda0
CU
42132016-04-05 Catalin Udma <catalin.udma@freescale.com>
4214
4215 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4216 * gdb.python/py-mi-objfile.exp: Match "list main" output
4217 in console format.
4218
03a8c4df
SM
42192016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4220
4221 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4222 absolute.
4223
6e774b13
SM
42242016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4225
4226 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4227 absolute.
4228 * gdb.trace/ftrace.exp: Likewise.
4229 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4230 targets as well.
4231 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4232 (gdb_load_shlibs): Copy libraries to test directory when testing
4233 natively. Only set solib-search-path if testing remotely.
4234 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4235
7817ea46
SM
42362016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4237
4238 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4239 gdb_download. Use it even if the target is not remote.
4240 * gdb.base/jit.exp (compile_jit_test): Likewise.
4241 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4242 output directory if the destination board is local, otherwise use
4243 the standard remote_download from DejaGnu.
4244 (gdb_download): Remove.
4245 (gdb_load_shlibs): Use gdb_remote_download instead of
4246 gdb_download.
4247 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4248 Use gdb_remote_download instead of gdb_download. Use it even if
4249 the target is not remote.
4250 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4251 instead of gdb_download.
4252
7beb7f68
SM
42532016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4254
4255 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4256 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4257 run.
4258
cc63428a
AV
42592016-04-01 Artemiy Volkov <artemiyv@acm.org>
4260
4261 PR gdb/19820
4262 * gdb.base/printcmds.exp: Add artificial arrays tests.
4263
64cdf930
PA
42642016-03-31 Pedro Alves <palves@redhat.com>
4265
4266 PR gdb/19858
4267 * gdb.base/jit-main.c: Include unistd.h.
4268 (ATTACH): Define to 0 if not already defined.
4269 (wait_for_gdb, mypid): New globals.
4270 (WAIT_FOR_GDB): New macro.
4271 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4272 some breakpoint locations.
4273 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4274 New procedures.
4275 (one_jit_test): Add REATTACH parameter, and handle it. Use
4276 continue_to_test_location.
4277 (top level): Test attach, and adjusts calls to one_jit_test.
4278
40dea8cb
PA
42792016-03-31 Pedro Alves <palves@redhat.com>
4280
4281 PR gdb/19858
4282 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4283 BINSUFFIX parameter, and handle it.
4284 (top level): Adjust calls compile_jit_test.
4285
e7ea3ec7
CU
42862016-03-31 Catalin Udma <catalin.udma@freescale.com>
4287
4288 PR python/19743
4289 * gdb.python/py-mi-events-gdb.py: New file.
4290 * gdb.python/py-mi-events.c: New file.
4291 * gdb.python/py-mi-events.exp: New file.
4292
e6359af3
YQ
42932016-03-30 Yao Qi <yao.qi@linaro.org>
4294
4295 * gdb.reverse/until-precsave.exp: Match function name only.
4296 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4297 Move malloc to a condition block.
4298 * gdb.reverse/until-reverse.exp: Match function name only.
4299
a4105d04
MK
43002016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4301
4302 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4303 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4304 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4305 variable for GPR 0 instead of assuming it is register 0.
4306 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4307 * lib/trace-support.exp: Add s390 registers.
4308
bfa6adb9
YQ
43092016-03-29 Yao Qi <yao.qi@linaro.org>
4310
4311 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4312
1e6697ea
YQ
43132016-03-24 Yao Qi <yao.qi@linaro.org>
4314
4315 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4316 test message.
4317
64bcd522
AA
43182016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4319
4320 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4321 maintaining separate logic for constructing the output path.
4322
7868401b
DB
43232016-03-16 Don Breazeal <donb@codesourcery.com>
4324
4325 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4326 Retry fork and waitpid on interrupted system call errors.
4327 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4328 Use with_timeout_factor to increase timeout by factor of 10.
4329
1cafadb4
DB
43302016-03-15 Don Breazeal <donb@codesourcery.com>
4331
4332 * gdb.cp/scope-err.cc: New test program.
4333 * gdb.cp/scope-err.exp: New test script.
4334 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4335 lines and "set breakpoint here" comment.
4336 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4337 Fixed some whitespace and format issues.
4338 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4339 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4340
81516450
DE
43412016-03-15 Doug Evans <dje@google.com>
4342
4343 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4344 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4345 All callers updated. Add tests for enums, mixed flags register.
4346
aa52b601
DE
43472016-03-15 Doug Evans <dje@google.com>
4348
4349 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4350 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4351
fa4ff313
SM
43522016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4353
4354 * gdb.base/default.exp: Add $_as_string to the list of expected
4355 convenience functions.
4356
f2403c39
AB
43572016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4358
4359 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4360
f2f3ccb9
SM
43612016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4362
4363 * gdb.python/py-as-string.exp: New file.
4364 * gdb.python/py-as-string.c: New file.
4365
00dbd492
PA
43662016-03-09 Pedro Alves <palves@redhat.com>
4367
4368 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4369 signal" -> "Thread NN received signal" output change.
4370 * gdb.threads/ia64-sigill.exp: Likewise.
4371 * gdb.threads/linux-dp.exp: Likewise.
4372 * gdb.threads/manythreads.exp: Likewise.
4373 * gdb.threads/pending-step.exp: Likewise.
4374 * gdb.threads/print-threads.exp: Likewise.
4375 * gdb.threads/sigstep-threads.exp: Likewise.
4376 * gdb.threads/staticthreads.exp: Likewise.
4377 * gdb.threads/tls.exp: Likewise.
4378
1e6697ea
YQ
43792016-03-09 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.base/command-line-input.exp: New file.
4382
b04fd3be
MK
43832016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4384
4385 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4386 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4387 * gdb.trace/pending.exp: Accept leading dot before function name.
4388 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4389 * lib/trace-support.exp: Set registers for ppc.
4390
98fa59e9
MK
43912016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4392
4393 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4394 use it for disassembly; accept .main in addition to main in backtrace.
4395
f77198c8
MK
43962016-03-09 Wei-cheng Wang <cole945@gmail.com>
4397 Marcin Kościelnicki <koriakin@0x04.net>
4398
4399 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4400 (gdb_recursion_test_ptr): New global variable.
4401 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4402 gdb_recursion_test.
4403 (gdb_c_test): Ditto.
4404
ba84e0da
MK
44052016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4406
4407 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4408 ordering.
4409
4366d36e
MK
44102016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4411
4412 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4413 (bar): Add bar_start_lbl label.
4414 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4415 of foo/bar for emitting DWARF and tracing.
4416
5eb264df
SDJ
44172016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4418
4419 * analyze-racy-logs.py: Set executable bit.
4420
fb6a751f
SDJ
44212016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4422
4423 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4424 (CHECK_TARGET_TMP): Likewise.
4425 (check-single-racy): New rule.
4426 (check-parallel-racy): Likewise.
4427 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4428 (do-check-parallel-racy): New rule.
4429 (check-racy/%.exp): Likewise.
4430 * README (Racy testcases): New section.
4431 * analyze-racy-logs.py: New file.
4432
bdf7e230
DE
44332016-03-03 Doug Evans <dje@google.com>
4434
4435 * gdb.base/skip.exp: Use with_test_prefix.
4436
4719d415
YQ
44372016-03-03 Yao Qi <yao.qi@linaro.org>
4438
4439 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4440 Invoke step_over_syscall "clone" and break_cond_on_syscall
4441 "clone".
4442 * gdb.base/step-over-clone.c: New file.
4443
ea507862
YQ
44442016-03-03 Yao Qi <yao.qi@linaro.org>
4445
4446 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4447 code format.
4448
8fc8cbda
YQ
44492016-03-03 Yao Qi <yao.qi@linaro.org>
4450
4451 * gdb.base/disp-step-fork.c: Rename to ...
4452 * gdb.base/step-over-fork.c: ... it. New file.
4453 * gdb.base/disp-step-vfork.c: Rename to ...
4454 * gdb.base/step-over-vfork.c: ... it. New file.
4455 * gdb.base/disp-step-syscall.exp: Rename to ...
4456 * gdb.base/step-over-syscall.exp: ... it. New file.
4457 (disp_step_cross_syscall): Rename to ...
4458 (step_over_syscall): ... it.
4459
92fa70b0
YQ
44602016-03-03 Yao Qi <yao.qi@linaro.org>
4461
4462 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4463 If target supports condition evaluation on target, invoke
4464 break_cond_on_syscall for fork and vfork.
4465
e197ad3c
YQ
44662016-03-03 Yao Qi <yao.qi@linaro.org>
4467
4468 * gdb.base/disp-step-syscall.exp: Don't invoke
4469 support_displaced_stepping.
4470 (disp_step_cross_syscall): Test with displaced stepping off and
4471 on if supported.
4472
0b47da9f
YQ
44732016-03-03 Yao Qi <yao.qi@linaro.org>
4474
4475 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4476 proc.
4477 (setup): New proc.
4478 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4479 and setup.
4480
065ab6dc
BH
44812016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4482
4483 * gdb.fortran/vla-history.exp: Remove breakpoint.
4484
07e448ad 44852016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4486
25d49b86
PA
4487 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4488 exceeds timeout.
07e448ad 4489
9ac2d526 44902016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4491
25d49b86
PA
4492 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4493 breakpoint.
9ac2d526 4494
17807369
BH
44952016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4496
4497 * gdb.mi/vla.f90: Nullify pointer after declaration.
4498
86e501af
PA
44992016-03-01 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4502
1e903e32
PA
45032016-03-01 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4506 before anything else.
4507 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4508 _GNU_SOURCE here.
4509 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4510 before anything else.
4511 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4512
6ccb54e2
PA
45132016-03-01 Pedro Alves <palves@redhat.com>
4514
4515 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4516
30ca9da1
YQ
45172016-03-01 Yao Qi <yao.qi@linaro.org>
4518
4519 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4520 prepare_for_testing.
4521
dc856b38
YQ
45222016-03-01 Yao Qi <yao.qi@linaro.org>
4523
4524 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4525
4a932159
AA
45262016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4527
4528 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4529 manually constructing the output path.
4530
f2489477
AA
45312016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4532
4533 * gdb.arch/s390-stackless.S: New.
4534 * gdb.arch/s390-stackless.exp: New.
4535
38899f16
IB
45362016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4537
4538 * gdb.dlang/circular.c: New file.
4539 * gdb.dlang/circular.exp: New file.
4540
9fde51ed
YQ
45412016-02-26 Yao Qi <yao.qi@linaro.org>
4542
4543 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4544 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4545 (testcases): Update.
4546
ce90fefe
YQ
45472016-02-26 Yao Qi <yao.qi@linaro.org>
4548
4549 * gdb.reverse/aarch64.c: Rename to ...
4550 * gdb.reverse/insn-reverse.c: ... it.
4551 * gdb.reverse/aarch64.exp: Rename to ...
4552 * gdb.reverse/insn-reverse.exp: ... it.
4553
3263bceb
YQ
45542016-02-26 Yao Qi <yao.qi@linaro.org>
4555
4556 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4557 (testcase_ftype): New.
4558 (testcases): New array.
4559 (n_testcases): New.
4560 (main): Call each element in testcases.
4561 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4562 (read_testcase): New.
4563 Do the tests in a loop.
4564
6cb59ff1
YQ
45652016-02-25 Yao Qi <yao.qi@linaro.org>
4566
4567 * gdb.base/branches.c: Remove.
4568
ae91f625
MK
45692016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4570
4571 PR gdb/13808
4572 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4573
678b48b7
MK
45742016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4575
4576 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4577
7337a6f2
MK
45782016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4579
4580 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4581 change x86_64 call_insn to 'callq'.
4582
861ca91f
AT
45832016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4584
4585 * gdb.trace/tfile-avx.c: Move to...
4586 * gdb.trace/tracefile-pseudo-reg.c: Here.
4587 * gdb.trace/tfile-avx.exp: Move to...
4588 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4589
bf74e428
GB
45902016-02-24 Gary Benson <gbenson@redhat.com>
4591
4592 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4593 message on attach.
4594
cce0e923
DE
45952016-02-23 Doug Evans <dje@google.com>
4596
4597 * gdb.base/skip.c (test_skip): New function.
4598 (end_test_skip_file_and_function): New function.
4599 (test_skip_file_and_function): New function.
4600 * gdb.base/skip1.c (test_skip): New function.
4601 (skip1_test_skip_file_and_function): New function.
4602 * gdb.base/skip.exp: Add tests for new skip options.
4603 * gdb.base/skip-solib.exp: Update expected output.
4604 * gdb.perf/skip-command.cc: New file.
4605 * gdb.perf/skip-command.exp: New file.
4606 * gdb.perf/skip-command.py: New file.
4607
4000e47e
MK
46082016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4609
4610 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4611 info registers pattern.
4612
24f75ead
IB
46132016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4614
4615 * lib/future.exp: Add D support.
4616 (gdb_find_gdc): New proc.
4617 (gdb_default_target_compile): Add D support.
4618
fbb7bcbe
WW
46192016-02-18 Wei-cheng Wang <cole945@gmail.com>
4620
4621 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4622 user+system time.
4623 (trace_speed_test): Determine the iteration count for a time
4624 between 15..30 seconds.
4625
012b3a21
WT
46262016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4627
4628 * gdb.arch/i386-mpx-sigsegv.c: New file.
4629 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4630 * gdb.arch/i386-mpx-simple_segv.c: New file.
4631 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4632
2d5189bd
YQ
46332016-02-18 Yao Qi <yao.qi@linaro.org>
4634
4635 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4636 Don't call setup_kfail.
4637
40fb20d0
YQ
46382016-02-18 Yao Qi <yao.qi@linaro.org>
4639
4640 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4641 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4642
21b1f8d2
DE
46432016-02-16 Doug Evans <dje@google.com>
4644
4645 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4646 * gdb.base/skip1.c: Ditto.
4647 * gdb.base/skip.exp: Whitespace cleanup.
4648
4041ed77
DB
46492016-02-16 Don Breazeal <donb@codesourcery.com>
4650
4651 PR remote/19496
4652 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4653 Remove kfail for PR remote/19496.
4654
c4ef31bf
SM
46552016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4656
4657 * lib/gdb.exp (standard_temp_file): Return a path specific to
4658 the runtest invocation.
4659
266b65b3
SM
46602016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4661
4662 * gdb.trace/save-trace.exp: Change relative path to be in the
4663 standard output directory.
4664
a7a0a6a9
JK
46652016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4666
4667 * gdb.arch/i386-prologue.c: Add missing prototypes.
4668
c99dbb42
JK
46692016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4670
4671 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4672 * gdb.arch/i386-prologue.exp: Likewise.
4673 * gdb.arch/i386-size.exp: Likewise.
4674
aa480355
SM
46752016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4676
4677 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4678 define object file path.
4679 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4680 file path.
4681 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4682 standard_output_file to define binfile.
4683
ba881f50
JK
46842016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4685
4686 Fix compatibility with recent gfortran-5.3.1.
4687 * gdb.fortran/vla-history.exp (print vla1 allocated)
4688 (print vla2 allocated, print $2, print $3): Remove
4689 (print $4): Rename to ...
4690 (print $2): ... here.
4691 (print $9): Rename to ...
4692 (print $5): ... here.
4693 (print $10): Rename to ...
4694 (print $6): ... here.
4695 * gdb.fortran/vla.f90: Add pvla initialization.
4696
e9fb005c
JK
46972016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4698
4699 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4700 New test.
4701 * gdb.fortran/vla-value-sub.exp: Likewise.
4702
e44e00ff
MK
47032016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4704
4705 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4706
97e94151
SM
47072016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4708
4709 * i386-biarch-core.exp: Define corefile using
4710 standard_output_file.
4711
01113bc1
YQ
47122016-02-12 Yao Qi <yao.qi@linaro.org>
4713
4714 * gdb.arch/arm-single-step-kernel-helper.c: New.
4715 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4716
33b4777c
MM
47172016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4718
4719 * gdb.btrace/tailcall-only.exp: New.
4720 * gdb.btrace/tailcall-only.c: New.
4721 * gdb.btrace/x86_64-tailcall-only.S: New.
4722 * gdb.btrace/i686-tailcall-only.S: New.
4723
acc23c11
PA
47242016-02-11 Pedro Alves <palves@redhat.com>
4725
4726 * README (Parallel testing): Add missing double quotes.
4727
e352bf0a
PA
47282016-02-11 Pedro Alves <palves@redhat.com>
4729
4730 * README (Parallel testing): New section.
4731 (GDB_PARALLEL): Rewrite.
4732 (FORCE_PARALLEL): Document.
4733
9f5fed78
MK
47342016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4735
4736 * gdb.trace/tfile-avx.c: New test.
4737 * gdb.trace/tfile-avx.exp: New test.
4738
9ef9e6a6
KS
47392016-02-09 Keith Seitz <keiths@redhat.com>
4740
4741 PR breakpoints/19546
4742 * gdb.base/infcall-exec.c: New file.
4743 * gdb.base/infcall-exec2.c: New file.
4744 * gdb.base/infcall-exec.exp: New file.
4745
a96e36da
KS
47462016-02-09 Keith Seitz <keiths@redhat.com>
4747
4748 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4749 (toplevel): Call test_bkpt_address.
4750
9f61929f
KS
47512016-02-09 Keith Seitz <keiths@redhat.com>
4752
4753 PR python/19506
4754 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4755 (toplevel): Call test_bkpt_address.
4756
1e94266c
SM
47572016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4758
4759 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4760 to AC_OUTPUT.
4761 * configure: Regenerate.
4762
2a7f3dff
PA
47632016-02-09 Pedro Alves <palves@redhat.com>
4764
4765 PR breakpoints/19548
4766 * gdb.base/execl-update-breakpoints.c (some_function): New
4767 function.
4768 (main): Call it.
4769 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4770 Tighten expected GDB output.
4771
2151ccc5
SM
47722016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4773
4774 * Makefile.in (ALL_SUBDIRS): Remove.
4775 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4776 (distclean maintainer-clean realclean): Likewise.
4777 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4778 * configure: Regenerate.
4779 * gdb.ada/Makefile.in: Delete.
4780 * gdb.arch/Makefile.in: Likewise.
4781 * gdb.asm/Makefile.in: Likewise.
4782 * gdb.base/Makefile.in: Likewise.
4783 * gdb.btrace/Makefile.in: Likewise.
4784 * gdb.cell/Makefile.in: Likewise.
4785 * gdb.compile/Makefile.in: Likewise.
4786 * gdb.cp/Makefile.in: Likewise.
4787 * gdb.disasm/Makefile.in: Likewise.
4788 * gdb.dlang/Makefile.in: Likewise.
4789 * gdb.dwarf2/Makefile.in: Likewise.
4790 * gdb.fortran/Makefile.in: Likewise.
4791 * gdb.gdb/Makefile.in: Likewise.
4792 * gdb.go/Makefile.in: Likewise.
4793 * gdb.guile/Makefile.in: Likewise.
4794 * gdb.java/Makefile.in: Likewise.
4795 * gdb.linespec/Makefile.in: Likewise.
4796 * gdb.mi/Makefile.in: Likewise.
4797 * gdb.modula2/Makefile.in: Likewise.
4798 * gdb.multi/Makefile.in: Likewise.
4799 * gdb.objc/Makefile.in: Likewise.
4800 * gdb.opencl/Makefile.in: Likewise.
4801 * gdb.opt/Makefile.in: Likewise.
4802 * gdb.pascal/Makefile.in: Likewise.
4803 * gdb.perf/Makefile.in: Likewise.
4804 * gdb.python/Makefile.in: Likewise.
4805 * gdb.reverse/Makefile.in: Likewise.
4806 * gdb.server/Makefile.in: Likewise.
4807 * gdb.stabs/Makefile.in: Likewise.
4808 * gdb.threads/Makefile.in: Likewise.
4809 * gdb.trace/Makefile.in: Likewise.
4810 * gdb.xml/Makefile.in: Likewise.
4811 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4812 GDB_PARALLEL.
4813 (standard_output_file): Remove check for GDB_PARALLEL, always
4814 return path in outputs/$subdir/$testname.
4815
437277d4
SM
48162016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4817
4818 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4819 (site.exp): Assign abs_srcdir to tcl's srcdir.
4820
31d913c7
YQ
48212016-02-04 Yao Qi <yao.qi@linaro.org>
4822
4823 * gdb.base/foll-exec-mode.c: Include limits.h.
4824 (main): Add parameters argc and argv. Get directory from
4825 argv[0].
4826 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4827 compilation.
4828 * gdb.base/foll-exec.c: Include limits.h.
4829 (main): Add parameters argc and argv.
4830 Get directory from argv[0].
4831 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4832 Adjust tests on the number of lines as source code changed.
4833 * gdb.base/foll-vfork-exit.c: Include limits.h.
4834 (main): Add one line of statement before vfork.
4835 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4836 (main): Add parameters argc and argv. Get directory from
4837 argv[0].
4838 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4839 (setup_gdb): Set tbreak to skip some source lines.
4840 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4841 (main): Add parameters argc and argv. Get directory from
4842 argv[0].
4843 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4844 compilation.
4845 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4846 (main): Add parameters argc and argv. Get directory from
4847 argv[0].
4848 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4849 compilation.
4850
9482b9fb
DE
48512016-02-01 Doug Evans <dje@google.com>
4852
4853 * gdb.base/skip.exp: Clean up multiple references to same test name.
4854
6b2e4f10
PA
48552016-02-01 Pedro Alves <palves@redhat.com>
4856
ccb6afd6 4857 PR remote/19496
6b2e4f10
PA
4858 * gdb.threads/forking-threads-plus-breakpoint.exp
4859 (displaced_stepping_supported): New global.
4860 (probe_displaced_stepping_support): New procedure.
4861 (do_test): Add 'displaced' parameter, and use it.
4862 (top level): Check for displaced stepping support. Add displaced
4863 stepping on/off testing axis.
4864
37a8db1a
AB
48652016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4866
4867 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4868 pointer. Don't perform further tests on the unassociated pointer
4869 if the first test fails.
4870
5fdf6324
AB
48712016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4872
4873 * gdb.base/max-value-size.c: New file.
4874 * gdb.base/max-value-size.exp: New file.
4875 * gdb.base/huge.exp: Disable max-value-size for this test.
4876
935c6144
IB
48772016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4878
4879 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4880
7fe8399d
YQ
48812016-01-28 Yao Qi <yao.qi@linaro.org>
4882
4883 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4884
a2077e25
PA
48852016-01-25 Pedro Alves <palves@redhat.com>
4886
4887 PR threads/19461
4888 * gdb.base/fork-running-state.c: New file.
4889 * gdb.base/fork-running-state.exp: New file.
4890
1d2736d4
PA
48912016-01-25 Pedro Alves <palves@redhat.com>
4892
4893 PR gdb/19494
4894 * gdb.base/catch-fork-kill.c: New file.
4895 * gdb.base/catch-fork-kill.exp: New file.
4896
f1da4b11
PA
48972016-01-25 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4900 Delete, moved to lib/gdb.exp.
4901 * gdb.threads/forking-threads-plus-breakpoint.exp
4902 (foreach_with_prefix): Likewise.
4903 * gdb.threads/process-dies-while-handling-bp.exp
4904 (foreach_with_prefix): Likewise.
4905 * lib/gdb.exp (foreach_with_prefix): New procedure.
4906
45f38546
MK
49072016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4908
4909 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4910 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4911
dc29a1ce
MK
49122016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4913
4914 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4915 endian targets.
4916
092127d7
JK
49172016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4918 Pedro Alves <palves@redhat.com>
4919
4920 Fix testsuite compatibility with Guile.
4921 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4922 number.
4923
31d765d3
JK
49242016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4925
4926 Fix testsuite compatibility with Guile.
4927 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4928 (thread 1): New test for backtrace through signal handler.
4929
1ac78c04
YQ
49302016-01-22 Yao Qi <yao.qi@linaro.org>
4931
4932 PR testsuite/19491
4933 * gdb.base/multi-forks.c: Include
4934 ../lib/unbuffer_output.c
4935 (main): Call gdb_unbuffer_output.
4936
4f5946a8
DE
49372016-01-21 Doug Evans <dje@google.com>
4938
4939 * lib/ada.exp (gdb_compile_ada): Fix typo.
4940
305e13e6
JB
49412016-01-21 Joel Brobecker <brobecker@adacore.com>
4942
4943 * gdb.base/break-fun-addr.exp: New file.
4944 * gdb.base/break-fun-addr1.c: New file.
4945 * gdb.base/break-fun-addr2.c: New file.
4946
5f5dfff6
SM
49472016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4948
4949 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4950 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4951 enum flag values.
4952
fd356fa2
AA
49532016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4954
4955 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4956 when GDB can not set the vector return value. Add more comments
4957 for clarification.
4958
9df22175
AT
49592016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4960
4961 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4962 command.
4963
41d1845e
SM
49642016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4965
4966 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4967
01ac6840
SM
49682016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4969
4970 * Makefile.in (check-single): Pass --status to runtest.
4971 (check/%.exp): Likewise.
4972
49732016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4974
4975 * Makefile.in (check-parallel): Propagate return code from make
4976 do-check-parallel.
4977
bd0a71fa
MK
49782016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4979
4980 * gdb.trace/ftrace.exp: Fix expected message on continue.
4981 * gdb.trace/pending.exp: Fix expected message on continue.
4982 * gdb.trace/trace-break.exp: Fix expected message on continue.
4983
8bcbad33
SM
49842016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4985
4986 * lib/gdb.exp (gdb_test): Remove unused global references.
4987
f303dbd6
PA
49882016-01-18 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.base/async-shell.exp: Adjust expected output.
4991 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4992 * gdb.base/siginfo-thread.exp: Adjust expected output.
4993 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4994 * gdb.java/jnpe.exp: Adjust expected output.
4995 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4996 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4997 * gdb.threads/leader-exit.exp: Adjust expected output.
4998 * gdb.threads/manythreads.exp: Adjust expected output.
4999 * gdb.threads/pthreads.exp: Adjust expected output.
5000 * gdb.threads/schedlock.exp: Adjust expected output.
5001 * gdb.threads/siginfo-threads.exp: Adjust expected output.
5002 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
5003 expected output.
5004 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
5005 output.
5006 * gdb.threads/sigthread.exp: Adjust expected output.
5007 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
5008
b2789696
YQ
50092016-01-18 Yao Qi <yao.qi@linaro.org>
5010
5011 * gdb.guile/scm-section-script.c: Replace @progbits with
5012 %progbits.
5013 * gdb.python/py-section-script.c: Likewise.
5014
71ef29a8
PA
50152016-01-15 Pedro Alves <palves@redhat.com>
5016
5017 * gdb.multi/tids.exp: Test star wildcard ranges.
5018
3f5b7598
PA
50192016-01-15 Pedro Alves <palves@redhat.com>
5020
5021 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
5022 command from "thread apply" invocation.
5023 (thr_apply_info_thr_invalid): Default the expected output to the
5024 input tid list.
5025 (top level): Add tests that use convenience variables. Add tests
5026 for "thread apply" with a valid TID list, but missing the command.
5027
663f6d42
PA
50282016-01-13 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/default.exp: Expect $_gthread as well.
5031 * gdb.multi/tids.exp: Test $_gthread.
5032 * gdb.threads/thread-specific.exp: Test $_gthread.
5033
c84f6bbf
PA
50342016-01-13 Pedro Alves <palves@redhat.com>
5035
5036 * gdb.multi/tids.exp: Test "info threads -gid".
5037
22a02324
PA
50382016-01-13 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.multi/tids.exp: Test InferiorThread.global_num and
5041 Breakpoint.thread.
5042 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
5043
5d5658a1
PA
50442016-01-07 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.base/break.exp: Adjust to output changes.
5047 * gdb.base/hbreak2.exp: Likewise.
5048 * gdb.base/sepdebug.exp: Likewise.
5049 * gdb.base/watch_thread_num.exp: Likewise.
5050 * gdb.linespec/keywords.exp: Likewise.
5051 * gdb.multi/info-threads.exp: Likewise.
5052 * gdb.threads/thread-find.exp: Likewise.
5053 * gdb.multi/tids.c: New file.
5054 * gdb.multi/tids.exp: New file.
5055
84654457
PA
50562016-01-13 Pedro Alves <palves@redhat.com>
5057
5058 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
5059
e3940304
PA
50602016-01-13 Pedro Alves <palves@redhat.com>
5061
5062 * gdb.base/default.exp: Expect $_inferior as well.
5063 * gdb.multi/base.exp: Test $_inferior.
5064
a911d87a
PA
50652016-01-13 Pedro Alves <palves@redhat.com>
5066
5067 PR breakpoints/19388
5068 * gdb.base/catch-signal-siginfo-cond.c: New file.
5069 * gdb.base/catch-signal-siginfo-cond.exp: New file.
5070
82075af2
JS
50712016-01-12 Josh Stone <jistone@redhat.com>
5072 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5073
5074 * gdb.base/catch-syscall.c (do_execve): New variable.
5075 (main): Conditionally trigger an execve.
5076 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
5077 (test_catch_syscall_execve): New, check entry/return across execve.
5078 (do_syscall_tests): Call test_catch_syscall_execve.
5079
e46eeedd
PA
50802016-01-12 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.base/random-signal.exp (do_test): New procedure, with body
5083 of testcase moved in.
5084
01d8c27e
JK
50852016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5086 Pedro Alves <palves@redhat.com>
5087
5088 * gdb.base/funcargs.exp (finish from indirectly called function):
5089 Reintroduce the case for 'First'.
5090
9a706302
JK
50912016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5092 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5095 (tcatch_vfork_then_child_follow_exec)
5096 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
5097 identification.
5098
c0ecb95f
JK
50992016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5100
5101 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
5102 and repeats to unlimited.
5103 * gdb.python/py-value.exp: Likewise.
5104 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
5105 and repeats to unlimited.
5106
6cfc1fcb
JK
51072016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
5110 and reordering the functions.
5111 * gdb.multi/hangout.c: Likewise.
5112 * gdb.multi/hello.c: Likewise.
5113
582a1b00
SM
51142016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5115
5116 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5117 absolute.
5118 (SingleStatisticTestResult.report): Use dict.keys instead of
5119 dict.iterkeys.
5120
79bc59cb
PA
51212016-01-06 Pedro Alves <palves@redhat.com>
5122
5123 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5124
43368e1d
MM
51252016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5126
5127 * gdb.btrace/dlopen.exp: New.
5128 * gdb.btrace/dlopen.c: New.
5129 * gdb.btrace/dlopen-dso.c: New.
5130
79fad5b8
SL
51312015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5132
5133 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5134 PATTERN argument is optional.
5135
ab8314b3
JB
51362015-12-24 Joel Brobecker <brobecker@adacore.com>
5137
5138 * lib/ada.exp (target_compile_ada_from_dir): New function.
5139 (gdb_compile_ada): Reimplement avoiding the use of project files.
5140 * gdb.ada/gnat_ada.gpr: Delete.
5141 * gdb.ada/cond_lang.exp: Adjust test to make path before
5142 filename optional.
5143 * gdb.ada/small_reg_param.exp: Likewise.
5144
fe33faff
SM
51452015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5146
5147 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5148
6d265cb4
TP
51492015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5150
5151 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5152 case.
5153
10125099
SM
51542015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5155
5156 * gdb.base/break.exp: Remove dead code.
5157 * gdb.base/sepdebug.exp: Likewise.
5158
3ca22649
SM
51592015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5160
5161 * gdb.asm/asm-source.exp: Remove HP-UX references.
5162 * gdb.base/annota1.exp: Likewise.
5163 * gdb.base/annota3.exp: Likewise.
5164 * gdb.base/attach.exp: Likewise.
5165 * gdb.base/bigcore.exp: Likewise.
5166 * gdb.base/break.exp: Likewise.
5167 * gdb.base/call-ar-st.exp: Likewise.
5168 * gdb.base/callfuncs.exp: Likewise.
5169 * gdb.base/catch-fork-static.exp: Likewise.
5170 * gdb.base/display.exp: Likewise.
5171 * gdb.base/foll-exec-mode.exp: Likewise.
5172 * gdb.base/foll-exec.exp: Likewise.
5173 * gdb.base/foll-fork.exp: Likewise.
5174 * gdb.base/foll-vfork.exp: Likewise.
5175 * gdb.base/funcargs.exp: Likewise.
5176 * gdb.base/hbreak2.exp: Likewise.
5177 * gdb.base/inferior-died.exp: Likewise.
5178 * gdb.base/interrupt.exp: Likewise.
5179 * gdb.base/multi-forks.exp: Likewise.
5180 * gdb.base/nodebug.exp: Likewise.
5181 * gdb.base/sepdebug.exp: Likewise.
5182 * gdb.base/solib1.c: Likewise.
5183 * gdb.base/step-test.exp: Likewise.
5184 * gdb.mi/non-stop.c: Likewise.
5185 * gdb.mi/pthreads.c: Likewise.
5186 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5187 * gdb.threads/pthreads.c: Likewise.
5188 * gdb.threads/staticthreads.exp: Likewise.
5189 * lib/future.exp: Likewise.
5190 * lib/gdb.exp: Likewise.
5191 * gdb.base/so-indr-cl.c: Remove.
5192 * gdb.base/so-indr-cl.exp: Likewise.
5193 * gdb.base/solib.c: Likewise.
5194 * gdb.base/solib.exp: Likewise.
5195 * gdb.base/solib2.c: Likewise.
5196
b6304613
SM
51972015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5198
5199 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5200 * gdb.base/call-ar-st.exp: Likewise.
5201 * gdb.base/callfuncs.exp: Likewise.
5202 * gdb.base/condbreak.exp: Likewise.
5203 * gdb.base/constvars.exp: Likewise.
5204 * gdb.base/hbreak2.exp: Likewise.
5205 * gdb.base/langs.exp: Likewise.
5206 * gdb.base/list.exp: Likewise.
5207 * gdb.base/long_long.exp: Likewise.
5208 * gdb.base/ptype.exp: Likewise.
5209 * gdb.base/scope.exp: Likewise.
5210 * gdb.base/signals.exp: Likewise.
5211 * gdb.base/so-impl-ld.exp: Likewise.
5212 * gdb.base/varargs.exp: Likewise.
5213 * gdb.base/volatile.exp: Likewise.
5214 * gdb.base/whatis.exp: Likewise.
5215 * gdb.cp/cplusfuncs.exp: Likewise.
5216 * gdb.cp/inherit.exp: Likewise.
5217 * gdb.cp/local.exp: Likewise.
5218 * gdb.cp/member-ptr.exp: Likewise.
5219 * gdb.cp/method.exp: Likewise.
5220 * gdb.cp/overload.exp: Likewise.
5221 * gdb.cp/templates.exp: Likewise.
5222 * gdb.stabs/weird.exp: Likewise.
5223 * lib/compiler.c: Likewise.
5224 * lib/compiler.cc: Likewise.
5225 * lib/cp-support.exp: Likewise.
5226 * lib/gdb.exp: Likewise.
5227
bf401b07
SM
52282015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5229
5230 * configure.ac: Remove HP-UX case.
5231 * configure: Regenerate.
5232
aff9c0f8
SM
52332015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5234
5235 * lib/gdb.exp (gdb_compile): Add function doc.
5236
a6904d5a
PA
52372015-12-17 Pedro Alves <palves@redhat.com>
5238
5239 PR threads/19354
5240 * gdb.multi/info-threads.exp: New file.
5241
a22279dd
YQ
52422015-12-15 Yao Qi <yao.qi@linaro.org>
5243
5244 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5245 is aarch64*-*-*.
5246
0588c796
SL
52472015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5248
5249 * gdb.base/history-duplicates.exp: Skip if no readline support.
5250
5d978e17
SL
52512015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5252
5253 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5254
7e763b86
SL
52552015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5256
5257 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5258
87a3a92c
SL
52592015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5260
5261 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5262 ctrl-C if nointerrupts target property is set.
5263 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5264 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5265 * gdb.base/paginate-bg-execution.exp: Likewise.
5266 * gdb.base/paginate-execution-startup.exp: Likewise.
5267 * gdb.base/random-signal.exp: Likewise.
5268 * gdb.base/range-stepping.exp: Likewise.
5269 * gdb.cp/annota2.exp: Likewise.
5270 * gdb.cp/annota3.exp: Likewise.
5271 * gdb.gdb/selftest.exp: Likewise.
5272 * gdb.threads/continue-pending-status.exp: Likewise.
5273 * gdb.threads/leader-exit.exp: Likewise.
5274 * gdb.threads/manythreads.exp: Likewise.
5275 * gdb.threads/pthreads.exp: Likewise.
5276 * gdb.threads/schedlock.exp: Likewise.
5277 * gdb.threads/sigthread.exp: Likewise.
5278
a8f077dc
DB
52792015-12-11 Don Breazeal <donb@codesourcery.com>
5280
5281 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5282 remote.
5283 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5284 * gdb.base/foll-exec.exp (main): Enable for target remote.
5285 * gdb.base/foll-fork.exp (main): Likewise.
5286 * gdb.base/foll-vfork.exp (main): Likewise.
5287 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5288 (proc continue_to_exit_bp_loc): Use clean_restart.
5289 * gdb.base/pie-execl.exp (main): Disable for target remote.
5290 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5291 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5292 * gdb.threads/execl.exp (main): Likewise.
5293 * gdb.threads/fork-child-threads.exp (main): Likewise.
5294 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5295 remote.
5296 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5297 remote.
5298 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5299 pid.tid style ptids, instead of just tid.
5300 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5301 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5302 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5303 ptids, instead of just tid.
5304
3b2464a8
AB
53052015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5306
5307 * gdb.base/list.exp (test_list_forward): Add end of file error
5308 test.
5309 (test_repeat_list_command): Add end of file error test.
5310 (test_list_backwards): Add beginning of file error test.
5311
a0def019
AB
53122015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5313
5314 * gdb.base/list.exp (test_list_invalid_args): New function,
5315 defined, and called.
5316
5c000dff
AB
53172015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5318
5319 * gdb.base/list.exp (test_list): Make test names unique.
5320
f1637ebe
YQ
53212015-12-11 Yao Qi <yao.qi@linaro.org>
5322
5323 * gdb.base/coremaker2.c: Remove.
5324
36d6fc0a
PA
53252015-12-10 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.multi/base.exp: Remove stale "spaces" references.
5328
762f7747
PA
53292015-12-10 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.multi/base.exp: Don't use nowarnings.
5332 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5333 * gdb.multi/hangout.c: Include stdio.h.
5334 * gdb.multi/hello.c: Include stdlib.h.
5335 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5336 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5337 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5338
28d2bfb9
AB
53392015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5340
5341 * gdb.dwarf2/dw2-ranges-base.c: New file.
5342 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5343 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5344 support additional line table, and debug ranges generation.
5345 (Dwarf::ranges): New function, generate .debug_ranges.
5346 (Dwarf::lines): Support generating simple line table programs.
5347 (Dwarf::assemble): Initialise new namespace variables.
5348
5fc2beac
KB
53492015-12-09 Kevin Buettner <kevinb@redhat.com>
5350
5351 * gdb.base/async.exp (proc test_background): Add case for
5352 asynchronous execution not supported.
5353
1c35a88f
LM
53542015-12-09 Luis Machado <lgustavo@codesourcery.com>
5355
5356 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5357 format and change test names to make them unique.
5358
b593e3d9
RK
53592015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5360 Pedro Alves <pedro@redhat.com>
5361
5362 PR gdb/18702
5363 Add checking of floatformats setup on x86_64 hosts.
5364 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5365 (smallval, bigval): New labels/constants.
5366 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5367 float" after loading bigval and smallval.
5368
d72413e6
PMR
53692015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5370
5371 * gdb.ada/fun_overload_menu.exp: New testcase.
5372 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5373
ece66d65
JS
53742015-12-04 Josh Stone <jistone@redhat.com>
5375
5376 * gdb.base/catch-fork-static.exp: New.
5377
41d0efca
YQ
53782015-12-03 Yao Qi <yao.qi@linaro.org>
5379
5380 * gdb.base/sizeof.c: Don't include stdio.h and
5381 ../lib/unbuffer_output.c.
5382 (main): New variable 'size' and 'value'. Remove printf and
5383 gdb_unbuffer_output. Assign return value to size and value.
5384 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5385 at the beginning.
5386 (check_sizeof): Check the result by printing variable 'size'.
5387 (check_valueof): Check the result by printing variable 'value'.
5388
99fd02d9
YQ
53892015-12-01 Yao Qi <yao.qi@linaro.org>
5390
5391 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5392 for aarch64*-*-linux* target.
5393
f2faf941
PA
53942015-11-30 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5397
04bf20c5
PA
53982015-11-30 Pedro Alves <palves@redhat.com>
5399
5400 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5401 Handle non-stop mode vCont replies.
5402
09df4675
PA
54032015-11-30 Pedro Alves <palves@redhat.com>
5404
5405 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5406 prepare_for_testing. Start gdb with "set non-stop on" appended to
5407 GDBFLAGS. Lax expected stop output.
5408
58b584af
YQ
54092015-11-27 Yao Qi <yao.qi@linaro.org>
5410
5411 * gdb.arch/arm-neon.exp: New.
5412 * gdb.arch/arm-neon.c: New.
5413
dfcb77a8
YQ
54142015-11-27 Yao Qi <yao.qi@linaro.org>
5415
5416 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5417
88e8ec1b
YQ
54182015-11-27 Yao Qi <yao.qi@linaro.org>
5419
5420 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5421 frames-invalid annotation.
5422
bfde72c2
YQ
54232015-11-27 Yao Qi <yao.qi@linaro.org>
5424
5425 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5426
f6512a69
SM
54272015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5428
5429 * gdb.threads/names.exp: New file.
5430 * gdb.threads/names.c: New file.
5431 * README: Mention gdb,no_thread_names.
5432
46a3515b
MM
54332015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5434
5435 PR 19297
5436 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5437 support" error.
5438
62147a22
PA
54392015-11-24 Pedro Alves <palves@redhat.com>
5440
5441 PR 17539
5442 * gdb.base/display.exp: Expect displays to be sorted in ascending
5443 order. Use multi_line.
5444 * gdb.base/solib-display.exp: Likewise.
5445
2f341b6e
PA
54462015-11-24 Pedro Alves <palves@redhat.com>
5447
5448 PR 17539
25d49b86
PA
5449 * gdb.base/display.exp: Expect displays to be sorted in ascending
5450 order. Use multi_line.
5451 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5452
7e0aa6aa
PA
54532015-11-24 Pedro Alves <palves@redhat.com>
5454
5455 PR 17539
5456 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5457 threads in ascending order.
5458 * gdb.base/foll-fork.exp: Likewise.
5459 * gdb.base/foll-vfork.exp: Likewise.
5460 * gdb.base/multi-forks.exp: Likewise.
5461 * gdb.mi/mi-nonstop.exp: Likewise.
5462 * gdb.mi/mi-nsintrall.exp: Likewise.
5463 * gdb.multi/base.exp: Likewise.
5464 * gdb.multi/multi-arch.exp: Likewise.
5465 * gdb.python/py-inferior.exp: Likewise.
5466 * gdb.threads/break-while-running.exp: Likewise.
5467 * gdb.threads/execl.exp: Likewise.
5468 * gdb.threads/gcore-thread.exp: Likewise.
5469 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5470 * gdb.threads/kill.exp: Likewise.
5471 * gdb.threads/linux-dp.exp: Likewise.
5472 * gdb.threads/multiple-step-overs.exp: Likewise.
5473 * gdb.threads/next-bp-other-thread.exp: Likewise.
5474 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5475 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5476 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5477 * gdb.threads/thread-find.exp: Likewise.
5478 * gdb.threads/tls.exp: Likewise.
5479 * lib/mi-support.exp (mi_reverse_list): Delete.
5480 (mi_check_thread_states): No longer reverse list.
5481
2cc57ad8
PA
54822015-11-24 Pedro Alves <palves@redhat.com>
5483
5484 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5485 use lowercase.
5486
c93e8391
SM
54872015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5488
5489 * gdb.trace/actions.c: Include trace-common.h.
5490 (main): Add a location for a fast tracepoint.
5491 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5492 the normal tracepoints.
5493 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5494
045ccf91
SM
54952015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5496
5497 * save-trace.exp: Factor out code to these...
5498 (gdb_save_tracepoints): New.
5499 (gdb_load_tracepoints): New.
5500 (do_save_load_test): New.
5501
5506f9f6
KB
55022015-11-23 Kevin Buettner <kevinb@redhat.com>
5503
5504 * gdb.base/asmlabel.exp: New test.
5505 * gdb.base/asmlabel.c: New test case.
5506
16c3b12f
JB
55072015-11-23 Joel Brobecker <brobecker@adacore.com>
5508
5509 * gdb.base/wrong_frame_bt_full-main.c: New file.
5510 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5511 * gdb.base/wrong_frame_bt_full.exp: New file.
5512
155bfbd3
JB
55132015-11-23 Joel Brobecker <brobecker@adacore.com>
5514
5515 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5516
bb097445
JM
55172015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5518
206853a0 5519 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5520 pstate register when comparing registers values in
5521 sparc64-*-linux-gnu targets to avoid spurious differences.
5522
9c88ed8f
JM
55232015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5524
206853a0 5525 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5526
96161e25
SL
55272015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5528
5529 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5530 as type argument to gdb_compile.
5531 * gdb.base/nested-subp2.exp: Likewise.
5532 * gdb.base/nested-subp3.exp: Likewise.
5533
340c2830
DV
55342015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5535
5536 * lib/dwarf.exp (_note): Fix left shift of negative value.
5537 * gdb.trace/trace-condition.exp: Likewise.
5538
c1862d0f
YQ
55392015-11-13 Yao Qi <yao.qi@linaro.org>
5540
5541 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5542 comments about d10v.
5543 (test_scalar_returns): Likewise.
5544 * gdb.base/d10v.ld: Remove.
5545 * gdb.base/overlays.exp: Remove the target triplet checking for
5546 d10v-*-*.
5547 * gdb.base/structs.exp (test_struct_returns): Remove the
5548 comments about d10v.
5549 (test_struct_calls): Likewise.
5550
77ae9c19
YQ
55512015-11-13 Yao Qi <yao.qi@linaro.org>
5552
5553 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5554 * gdb.base/gnu_vector.c: Don't include stdio.h.
5555 (main): Don't print res and call add_some_intvecs.
5556
430e004e
MK
55572015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5558
5559 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5560 macro.
5561 (func5): Removed.
5562 (func4): Use FAST_TRACEPOINT_LABEL.
5563 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5564 macro.
5565 (func): Removed.
5566 (thread_function): Use FAST_TRACEPOINT_LABEL.
5567 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5568 (func): Remove.
5569 (marker): Use FAST_TRACEPOINT_LABEL.
5570 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5571 (pendfunc1): Remove.
5572 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5573 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5574 (foo): Remove.
5575 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5576 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5577 macro.
5578 (func): Remove.
5579 (marker): Use FAST_TRACEPOINT_LABEL.
5580 * gdb.trace/trace-common.h: New header.
5581 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5582 macro.
5583 (func): Remove.
5584 (marker): Use FAST_TRACEPOINT_LABEL.
5585 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5586 (func): Remove.
5587 (thread_function): Use FAST_TRACEPOINT_LABEL.
5588
6e7675a7
MK
55892015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5590
5591 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5592 in front.
5593 * gdb.trace/change-loc.exp: Use global pcreg definition.
5594 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5595 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5596 in front.
5597 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5598 * gdb.trace/pending.exp: Likewise.
5599 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5600 * gdb.trace/trace-break.exp: Likewise.
5601 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5602 in front.
5603 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5604 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5605 in front.
5606 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5607
dddc0e16
JB
56082015-11-09 Joel Brobecker <brobecker@adacore.com>
5609
5610 * gdb.ada/fin_fun_out: New testcase.
5611
c6f0b406
KB
56122015-11-07 Kevin Buettner <kevinb@redhat.com>
5613
5614 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5615 value associated with DW_AT_byte_size.
5616 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5617 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5618 DW_AT_upper_bound.
5619
f01dcfd9
KB
56202015-11-07 Kevin Buettner <kevinb@redhat.com>
5621
5622 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5623 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5624 version.
5625 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5626 gdb.dwarf2/dw2-canonicalize-type.exp,
5627 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5628 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5629 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5630 provided by gdb_target_symbol_prefix_flags_asm.
5631 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5632 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5633 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5634 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5635 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5636 macros where needed). Use this macro for symbols which require
5637 the prefix provided by SYMBOL_PREFIX.
5638
2223449a
KB
56392015-11-05 Kevin Buettner <kevinb@redhat.com>
5640
5641 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5642 New procs.
5643 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5644 representing expressions, of more than one list element.
5645 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5646 to prepend linker symbol prefix to f.
5647 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5648 table_1 and table_2.
5649 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5650 Likewise, for f and g.
5651 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5652 for ptr.
5653 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5654 for main.
5655 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5656 table_1_ptr and table_2_ptr.
5657
6f2f1a3a
JK
56582015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5659 Joel Brobecker <brobecker@adacore.com>
5660
5661 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5662
566c56c9
MK
56632015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5664
5665 * gdb.reverse/s390-mvcle.c: New test.
5666 * gdb.reverse/s390-mvcle.exp: New file.
5667 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5668
d5f0636b
MK
56692015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5670
5671 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5672
7ad8b86c
MK
56732015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5674
5675 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5676 reaching marker2.
5677 * gdb.reverse/getresuid-reverse.exp: Likewise.
5678 * gdb.reverse/pipe-reverse.exp: Likewise.
5679 * gdb.reverse/readv-reverse.exp: Likewise.
5680 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5681 * gdb.reverse/time-reverse.exp: Likewise.
5682 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5683
4081c0f1
YQ
56842015-10-30 Yao Qi <yao.qi@linaro.org>
5685
5686 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5687 (empty_cycle): Remove.
5688 (main): Don't call empty_cycle. Don't use watch_count_done.
5689 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5690 empty_cycle. Rewrite the code counting HW watchpoints.
5691
452b4ba5
MK
56922015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5693
5694 * gdb.reverse/fstatat-reverse.c: New test.
5695 * gdb.reverse/fstatat-reverse.exp: New file.
5696 * gdb.reverse/getresuid-reverse.c: New test.
5697 * gdb.reverse/getresuid-reverse.exp: New file.
5698 * gdb.reverse/pipe-reverse.c: New test.
5699 * gdb.reverse/pipe-reverse.exp: New file.
5700 * gdb.reverse/readv-reverse.c: New test.
5701 * gdb.reverse/readv-reverse.exp: New file.
5702 * gdb.reverse/recvmsg-reverse.c: New test.
5703 * gdb.reverse/recvmsg-reverse.exp: New file.
5704 * gdb.reverse/time-reverse.c: New test.
5705 * gdb.reverse/time-reverse.exp: New file.
5706 * gdb.reverse/waitpid-reverse.c: New test.
5707 * gdb.reverse/waitpid-reverse.exp: New file.
5708
5e2e7507
JK
57092015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5710
5711 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5712
0fde2c53
DE
57132015-10-26 Doug Evans <dje@google.com>
5714
5715 PR symtab/17391
5716 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5717 * gdb.dwarf2/bad-regnum.c: New file.
5718 * gdb.dwarf2/bad-regnum.exp: New file.
5719
1a70ae97
DE
57202015-10-26 Doug Evans <dje@google.com>
5721
5722 PR python/18938
5723 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5724 file.
5725
27dc26ab
JK
57262015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5727
5728 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5729 for a change by "Mention language in compile error message".
5730
bed91f4d
SM
57312015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5732
5733 PR python/18073
5734 * gdb.python/py-type.c (C::a_method): New.
5735 (C::a_const_method): New.
5736 (C::a_static_method): New.
5737 (a_function): New.
5738 * gdb.python/py-type.exp (test_fields): Test getting fields
5739 from function and method.
5740
3f2f83dd
KB
57412015-10-21 Keven Boell <keven.boell@intel.com>
5742
5743 * gdb.fortran/vla-alloc-assoc.exp: New file.
5744 * gdb.fortran/vla-datatypes.exp: New file.
5745 * gdb.fortran/vla-datatypes.f90: New file.
5746 * gdb.fortran/vla-history.exp: New file.
5747 * gdb.fortran/vla-ptype-sub.exp: New file.
5748 * gdb.fortran/vla-ptype.exp: New file.
5749 * gdb.fortran/vla-sizeof.exp: New file.
5750 * gdb.fortran/vla-sub.f90: New file.
5751 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5752 * gdb.fortran/vla-value-sub-finish.exp: New file.
5753 * gdb.fortran/vla-value-sub.exp: New file.
5754 * gdb.fortran/vla-value.exp: New file.
5755 * gdb.fortran/vla-ptr-info.exp: New file.
5756 * gdb.mi/mi-vla-fortran.exp: New file.
5757 * gdb.mi/vla.f90: New file.
5758
27145d50
SL
57592015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5760
5761 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5762 of hardwired timeout value.
5763
5f3ff4f8
JK
57642015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5765 Pedro Alves <palves@redhat.com>
5766
5767 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5768 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5769
bfd09d20
JS
57702015-10-19 Josh Stone <jistone@redhat.com>
5771
5772 * gdb.base/catch-syscall.c: Include <sched.h>.
5773 (unknown_syscall): New variable.
5774 (main): Trigger a vfork and an unknown syscall.
5775 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5776 (unknown_syscall_number): Likewise.
5777 (check_call_to_syscall): Accept an optional syscall pattern.
5778 (check_return_from_syscall): Likewise.
5779 (check_continue): Likewise.
5780 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5781 (test_catch_syscall_skipping_return): New test toggling off 'catch
5782 syscall' to step over the syscall return, then toggling back on.
5783 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5784 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5785 (do_syscall_tests): Call test_catch_syscall_without_args and
5786 test_catch_syscall_mid_vfork.
5787 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5788 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5789
b32b93c6
AS
57902015-10-19 Andrew Stubbs <ams@codesourcery.com>
5791
5792 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5793 print g_vE): Add new pass patterns.
5794 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5795 print various symbol names for vptr fields.
5796
9d622bda
AB
57972015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5798
5799 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5800 results.
5801
0fd8ac1c
YQ
58022015-10-12 Yao Qi <yao.qi@linaro.org>
5803
5804 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5805
34240514
YQ
58062015-10-12 Yao Qi <yao.qi@linaro.org>
5807
5808 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5809 is aarch64*-*-linux*.
5810
8240f442
YQ
58112015-10-12 Yao Qi <yao.qi@linaro.org>
5812
5813 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5814 (can_relocate_bcond_true): ... it.
5815 (can_relocate_bcond_false): New function.
5816 (foo): Likewise.
5817 (can_relocate_bl): Likewise.
5818 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5819 can_relocate_bl.
5820
2520f728
PMR
58212015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5822
5823 * gdb.base/nested-addr.c: New file.
5824 * gdb.base/nested-addr.exp: New testcase.
5825
abcef95a
MM
58262015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5827
5828 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5829 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5830 its output. Ignore the output of "record goto begin" and instead
5831 check that GDB is replaying.
5832
145e3ddb
PA
58332015-10-09 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5836 (top level): Use it in the run with no args test.
5837
d5d8c4e1
IB
58382015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5839
5840 * gdb.dlang/properties.exp: New file.
5841
06e635ef
SL
58422015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5843
5844 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5845 whether or not address 0x1000 is mapped on the target.
5846
e019fd1d
SM
58472015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5848
5849 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5850 build.
5851
77ba2a67
MM
58522015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5853
5854 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5855 instruction-history test.
5856
c60eb31f
DE
58572015-09-28 Doug Evans <dje@google.com>
5858
5859 * gdb.base/gcore.c (array_func): Add reference to static_array.
5860
9a3c8263
SM
58612015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5862
5863 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5864 source line.
5865
9720e656
SL
58662015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5867
5868 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5869 short or char as base type.
5870
938d3bf2
SL
58712015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5872
5873 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5874 to allow any size enum.
5875
e6c2c623
PMR
58762015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5877
5878 * gdb.ada/array_ptr_renaming.exp: New testcase.
5879 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5880 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5881
06da0f77
PL
58822015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5883
5884 * gdb.trace/ftrace-lock.c: New file.
5885 * gdb.trace/ftrace-lock.exp: New file.
5886
4f51c22a
PL
58872015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5888
5889 * gdb.arch/insn-reloc.c: New file.
5890 * gdb.arch/ftrace-insn-reloc.exp: New file.
5891
7041adf4
PL
58922015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5893
5894 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5895 instruction.
5896 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5897 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5898 * gdb.trace/range-stepping.c: Likewise.
5899 * gdb.trace/trace-break.c: Likewise.
5900 * gdb.trace/trace-mt.c (thread_function): Likewise.
5901 * gdb.trace/ftrace.c (marker): Likewise.
5902 * gdb.trace/trace-condition.c (marker): Likewise.
5903 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5904 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5905 is_aarch64_target.
5906
015d2e7e
DE
59072015-09-18 Doug Evans <xdje42@gmail.com>
5908
5909 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5910 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5911
26b188a2
SL
59122015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5913
5914 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5915 the breakpoint.
5916
79dc332b
SL
59172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5918
5919 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5920 the pending breakpoint. Remove timeout override for "Run till
5921 MI pending breakpoint on pendfunc3 on thread 2" test.
5922
f57929f2
SL
59232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5924
5925 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5926 filename pattern.
5927
3f469b17
SL
59282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5929
5930 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5931 in breakpoint filename pattern.
5932
515b89b3
SL
59332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5934
7800dbe4
SL
5935 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5936
59372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5938
515b89b3
SL
5939 * gdb.linespec/explicit.exp: Check for readline support for
5940 tab-completion tests. Fix obvious typo.
5941
d2939ba2
MM
59422015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5943
5944 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5945 and replay.
5946
cbb55fa7
MM
59472015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5948
5949 * gdb.btrace/non-stop.c: New.
5950 * gdb.btrace/non-stop.exp: New.
5951
43691ca1
PL
59522015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5953 Yao Qi <yao.qi@linaro.org>
5954
5955 * gdb.trace/trace-condition.c: New file.
5956 * gdb.trace/trace-condition.exp: New file.
5957
d78908cf
WW
59582015-09-16 Wei-cheng Wang <cole945@gmail.com>
5959
5960 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5961 for testing bytecode compilation.
5962
1ed415e2
PA
59632015-09-16 Pedro Alves <palves@redhat.com>
5964 Sandra Loosemore <sandra@codesourcery.com>
5965
5966 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5967 (SECONDS): Redefine.
5968 (main): Call pthread_kill and alarm early.
5969 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5970 support.
5971 (test): If the target can't hardware step and doesn't support
5972 displaced stepping, increase the timeout.
5973
d136eff5
PA
59742015-09-16 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5977 (enable_debug): New procedures.
5978 (test): Use them. Bail out if waiting for threads fails.
5979 (top level): Bail out if a test fails.
5980
991f019c
YQ
59812015-09-16 Yao Qi <yao.qi@linaro.org>
5982
5983 * gdb.asm/asm-source.exp: Set asm-arch for
5984 aarch64*-*-* target.
5985 * gdb.asm/aarch64.inc: New file.
5986
bfca584f
PMR
59872015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5988
5989 * gdb.ada/array_of_variable_length.exp: New testcase.
5990 * gdb.ada/array_of_variable_length/foo.adb: New file.
5991 * gdb.ada/array_of_variable_length/pck.adb: New file.
5992 * gdb.ada/array_of_variable_length/pck.ads: New file.
5993
b326e587
DE
59942015-09-15 Doug Evans <dje@google.com>
5995
5996 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5997 of function static local variable.
5998
5382cfab
PW
59992015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6000
6001 * gdb.threads/tls-so_extern.exp: New test file.
6002 * gdb.threads/tls-so_extern.c: New test file.
6003 * gdb.threads/tls-so_extern_main.c: New test file.
6004
141c5cc4
JK
60052015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6006
6007 * gdb.opt/solib-intra-step-lib.c: New file.
6008 * gdb.opt/solib-intra-step-main.c: New file.
6009 * gdb.opt/solib-intra-step.exp: New file.
6010
d15dcecd
PA
60112015-09-15 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
6014 gdb_continue_to_breakpoint instead of gdb_test_multiple.
6015
4c2f2a79
PA
60162015-09-14 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.base/hook-stop-continue.c: Delete.
6019 * gdb.base/hook-stop-continue.exp: Delete.
6020 * gdb.base/hook-stop-frame.c: Delete.
6021 * gdb.base/hook-stop-frame.exp: Delete.
6022 * gdb.base/hook-stop.c: New file.
6023 * gdb.base/hook-stop.exp: New file.
6024
919e6dbe
PMR
60252015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
6026
6027 * gdb.ada/access_to_packed_array.exp: New testcase.
6028 * gdb.ada/access_to_packed_array/foo.adb: New file.
6029 * gdb.ada/access_to_packed_array/pack.adb: New file.
6030 * gdb.ada/access_to_packed_array/pack.ads: New file.
6031
157280a4
MM
60322015-09-14 Markus Metzger <markus.t.metzger@intel.com>
6033
6034 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
6035 buffer size test.
6036
2fd33e94
DB
60372015-09-11 Don Breazeal <donb@codesourcery.com>
6038
6039 * gdb.base/foll-exec.c: Add copyright header. Fix
6040 formatting issues.
6041 * gdb.base/foll-exec.exp (zap_session): Delete proc.
6042 (do_exec_tests): Use clean_restart in place of zap_session,
6043 and for test initialization. Fix formatting issues. Use
6044 fail in place of perror.
6045 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
6046 an expect statement to match an expression with output from
6047 the program under debug.
6048 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
6049 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
6050 * gdb.threads/non-ldr-exc-2.exp: Likewise.
6051 * gdb.threads/non-ldr-exc-3.exp: Likewise.
6052 * gdb.threads/non-ldr-exc-4.exp: Likewise.
6053
e70b6e8e
DE
60542015-09-09 Doug Evans <dje@google.com>
6055
6056 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
6057
7a551a51
DE
60582015-09-09 Doug Evans <dje@google.com>
6059
6060 * gdb.base/pie-execl.exp: Fix result test of build_executable.
6061
4c666f84
DE
60622015-09-09 Doug Evans <dje@google.com>
6063
6064 * gdb.base/savedregs.exp: Fix typo.
6065
243a9253
PA
60662015-09-09 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.mi/mi-cli.exp: Add CLI finish tests.
6069
c0fa8fbd
SL
60702015-09-08 Sandra Loosemore <sandra@codesourcery.com>
6071
6072 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
6073 command actually switches threads. Give up on remaining
6074 tests if target fails to stop at breakpoint.
6075
cd7c1778
PMR
60762015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
6077
6078 * gdb.ada/funcall_char.exp: New testcase.
6079 * gdb.ada/funcall_char/foo.adb: New file.
6080
dc5c8746
PMR
60812015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
6082
6083 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
6084 expected outputs. Add two testcases for completing ambiguous
6085 functions.
6086 * gdb.ada/complete/aux_pck.adb: New file.
6087 * gdb.ada/complete/aux_pck.ads: New file.
6088 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
6089 Ambiguous_Func functions.
6090 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
6091 * gdb.ada/complete/pck.adb: Likewise.
6092
4e83a1e7
UW
60932015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
6094
6095 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
6096 failures to run the test program under GDB.
6097
8ce74153
LM
60982015-08-26 Luis Machado <lgustavo@codesourcery.com>
6099
6100 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
6101 to C.
6102
e9756d52
PP
61032015-08-26 Patrick Palka <patrick@parcs.ath.cx>
6104
6105 * gdb.base/run-after-attach.exp: New test file.
6106 * gdb.base/run-after-attach.c: New test file.
6107
8d37573b
DB
61082015-08-26 Don Breazeal <donb@codesourcery.com>
6109
6110 * gdb.base/foll-exec-2.c: New test program.
6111 * gdb.base/foll-exec-2.exp: New test.
6112
63e43d3a
PMR
61132015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6114
6115 * gdb.base/nested-subp1.exp: New file.
6116 * gdb.base/nested-subp1.c: New file.
6117 * gdb.base/nested-subp2.exp: New file.
6118 * gdb.base/nested-subp2.c: New file.
6119 * gdb.base/nested-subp3.exp: New file.
6120 * gdb.base/nested-subp3.c: New file.
6121
3d40fbb5
PA
61222015-08-24 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.server/connect-without-multi-process.c: New file.
6125 * gdb.server/connect-without-multi-process.exp: New file.
6126
4422ac93
LM
61272015-08-24 Luis Machado <lgustavo@codesourcery.com>
6128
6129 * gdb.opt/inline-markers.c: Make z int.
6130
91dddb86
LM
61312015-08-24 Luis Machado <lgustavo@codesourcery.com>
6132
6133 * gdb.opt/inline-markers.c: Make z volatile.
6134
a48847ee
LM
61352015-08-24 Luis Machado <lgustavo@codesourcery.com>
6136
6137 * gdb.opt/inline-bt.c: New volatile global z.
6138 * gdb.opt/inline-cmds.c: Likewise.
6139 * gdb.opt/inline-locals.c: Likewise.
6140 * gdb.opt/inline-markers.c: New extern global z.
6141 (marker): Use z.
6142 (inline_fn): Likewise.
6143
0ebbc52b
PA
61442015-08-24 Pedro Alves <palves@redhat.com>
6145
6146 * config/m32r-stub.exp: Remove file.
6147 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6148 * gdb.base/call-rt-st.exp: Likewise.
6149 * gdb.base/call-strs.exp: Likewise.
6150 * gdb.base/default.exp: Remove references to h8300-*-hms and
6151 *-*-udi*.
6152 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6153
77c365df
AA
61542015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6155
6156 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6157 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6158 and "return" use KFAIL when GDB can not read/write the vector
6159 return value.
6160
4313b8c0
GB
61612015-08-21 Gary Benson <gbenson@redhat.com>
6162
6163 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6164
0e433b32
PA
61652015-08-20 Pedro Alves <palves@redhat.com>
6166
6167 * gdb.server/solib-list.exp: No longer expect an interior stop in
6168 non-stop mode.
6169
221e1a37
PA
61702015-08-20 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.server/connect-stopped-target.c: New file.
6173 * gdb.server/connect-stopped-target.exp: New file.
6174
40e3ad0e
PA
61752015-08-20 Pedro Alves <palves@redhat.com>
6176
6177 * gdb.dwarf2/comp-unit-lang.exp: New file.
6178 * gdb.dwarf2/comp-unit-lang.c: New file.
6179
af39b327
PMR
61802015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6181
6182 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6183 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6184
7d45c7c3 61852015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 6186
7d45c7c3
KB
6187 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6188 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6189
4d6cceb4
DE
61902015-08-18 Doug Evans <dje@google.com>
6191 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6192
6193 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6194 skip_python_tests. New arg prompt_regexp.
6195 (skip_python_tests): New function.
6196 * lib/mi-support.exp (mi_skip_python_tests): New function.
6197 * gdb.python/py-mi-objfile-gdb.py: New file.
6198 * gdb.python/py-mi-objfile.c: New file.
6199 * gdb.python/py-mi-objfile.exp: New file.
6200
ad89c2aa
KS
62012015-08-17 Keith Seitz <keiths@redhat.com>
6202
6203 * gdb.linespec/explicit.exp: Move strace test from here ...
6204 * gdb.trace/strace.exp: ... to here.
6205
e3ae3c43
PP
62062015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6207
6208 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6209 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6210
604b2636
DE
62112015-08-14 Doug Evans <xdje42@gmail.com>
6212
6213 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6214 inferior before selecting a new file.
6215
6ff0ba5f
DE
62162015-08-14 Doug Evans <xdje42@gmail.com>
6217
6218 * gdb.mi/mi-disassemble.exp: Update.
6219 * gdb.base/disasm-optim.S: New file.
6220 * gdb.base/disasm-optim.c: New file.
6221 * gdb.base/disasm-optim.h: New file.
6222 * gdb.base/disasm-optim.exp: New file.
6223
9ca98f92
KS
62242015-08-14 Keith Seitz <keiths@redhat.com>
6225
6226 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6227 "evaluated-by".
6228
52bbc560
JB
62292015-08-13 Joel Brobecker <brobecker@adacore.com>
6230
6231 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6232
5d8c3ed3
PMR
62332015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6234
6235 * gdb.ada/fun_renaming.exp: New testcase.
6236 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6237 * gdb.ada/fun_renaming/pack.adb: New file.
6238 * gdb.ada/fun_renaming/pack.ads: New file.
6239
ea8812bc
KS
62402015-08-12 Keith Seitz <keiths@redhat.com>
6241
6242 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6243 gdb_get_line_number.
6244
4dafcdeb
JB
62452015-08-12 Joel Brobecker <brobecker@adacore.com>
6246
6247 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6248 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6249 gdb.base/dso2dso.exp: New files.
6250
5ba32597
SDJ
62512015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6252 Pedro Alves <palves@redhat.com>
6253 Keith Seitz <keiths@redhat.com>
6254
6255 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6256 GDBFLAGS.
6257
b6dafabf
PP
62582015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6259
6260 * gdb.base/gdbhistsize-history.exp
6261 (test_histsize_history_setting): Use save_vars.
6262 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6263 Use save_vars.
6264 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6265 * gdb.base/readline.exp: Use save_vars.
6266
abe8e607
PP
62672015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6268
6269 * lib/gdb.exp (save_vars): New proc.
6270
629500fa
KS
62712015-08-11 Keith Seitz <keiths@redhat.com>
6272
6273 * gdb.base/help.exp: Update help_breakpoint_text.
6274
eb8c4e2e
KS
62752015-08-11 Keith Seitz <keiths@redhat.com>
6276
6277 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6278 (at toplevel): Call test_explicit_breakpoints.
6279 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6280 breakpoints.
6281 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6282 breakpoint conditions, "-cond".
6283
87f0e720
KS
62842015-08-11 Keith Seitz <keiths@redhat.com>
6285
6286 * gdb.linespec/3explicit.c: New file.
6287 * gdb.linespec/cpexplicit.cc: New file.
6288 * gdb.linespec/cpexplicit.exp: New file.
6289 * gdb.linespec/explicit.c: New file.
6290 * gdb.linespec/explicit.exp: New file.
6291 * gdb.linespec/explicit2.c: New file.
6292 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6293 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6294 before using in the matching pattern.
6295 Clarify that `prefix' is a regular expression.
6296
f00aae0f
KS
62972015-08-11 Keith Seitz <keiths@redhat.com>
6298
6299 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6300 test.
6301 Add tests for missing ",FMT" and ",".
6302
e27852be
DE
63032015-08-10 Doug Evans <dje@google.com>
6304 Keith Seitz <keiths@redhat.com>
6305
6306 PR gdb/17960
6307 * gdb.base/completion.exp: Add location completer tests.
6308
7f03bd92
PA
63092015-08-07 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6312 tests here.
6313 (top level): Run do_test with and without displaced stepping.
6314
3fc8eb30
PA
63152015-08-07 Pedro Alves <palves@redhat.com>
6316
6317 * gdb.base/valgrind-disp-step.c: New file.
6318 * gdb.base/valgrind-disp-step.exp: New file.
6319
d4569d7b
PA
63202015-08-07 Pedro Alves <palves@redhat.com>
6321
6322 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6323 Delete function.
6324 (main): Add alarm. Run an infinite loop instead of calling
6325 wait_threads.
6326 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6327 comment.
6328 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6329 Delete function.
6330 (main): Add alarm. Run an infinite loop instead of calling
6331 wait_threads.
6332 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6333 comment.
6334
e1316e60
PA
63352015-08-07 Pedro Alves <palves@redhat.com>
6336
6337 * gdb.base/checkpoint-ns.exp: New file.
6338 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6339 standard_testfile.
6340
da8c46d2
MM
63412015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6342
6343 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6344 * gdb.btrace/instruction_history.exp: Update.
6345 * gdb.btrace/tsx.exp: New.
6346 * gdb.btrace/tsx.c: New.
6347
de1c2c52
PA
63482015-08-06 Pedro Alves <palves@redhat.com>
6349
6350 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6351 increase timeout.
6352 * gdb.reverse/until-precsave.exp: Bump timeouts.
6353
782e0bf4
PA
63542015-08-06 Pedro Alves <palves@redhat.com>
6355
6356 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6357
83e97ed0
PA
63582015-08-06 Pedro Alves <palves@redhat.com>
6359
6360 PR gdb/18749
6361 * gdb.threads/process-dies-while-handling-bp.c: New file.
6362 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6363
863d01bd
PA
63642015-08-06 Pedro Alves <palves@redhat.com>
6365
6366 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6367 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6368
0a39bb32
PA
63692015-08-05 Pedro Alves <palves@redhat.com>
6370
6371 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6372 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6373
ee2d2b10
SL
63742015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6375
6376 * gdb.base/bp-permanent.exp: Report test as unsupported if
6377 the target cannot stop at the permanent breakpoint.
6378
4e1bdb00
DE
63792015-08-03 Doug Evans <dje@google.com>
6380
6381 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6382 10000.
6383
3d338901
DE
63842015-08-03 Doug Evans <dje@google.com>
6385
6386 * Makefile.in (workers/%.worker, build-perf): New rule.
6387 (GDB_PERFTEST_MODE): New variable.
6388 (check-perf): Use it.
6389 (clean): Clean up gdb.perf parallel build subdirs.
6390 * lib/build-piece.exp: New file.
6391 * lib/gdb.exp (make_gdb_parallel_path): New function
6392 (standard_output_file, standard_temp_file): Call it.
6393 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6394 of $GDB_PARALLEL.
6395 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6396
af061d3e
DE
63972015-08-03 Doug Evans <dje@google.com>
6398
8e1afc81 6399 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6400 (LOG_FILE_NAME): New global.
6401 (TextReporter.__init__): Initialize self.txt_sum.
6402 (TextReporter.report): Add support for multiple data-points.
6403 Move report to perftest.sum, put raw data in perftest.log.
6404 (TextReporter.start): Open sum and log files.
6405 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6406 * gdb.perf/lib/perftest/testresult.py
6407 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6408
2c8c5d37
PA
64092015-07-31 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6412 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6413 kill_wait_spawned_process instead of explicit "kill -9".
6414 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6415 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6416 kill_wait_spawned_process.
6417 * gdb.base/attach-twice.exp: Likewise.
6418 * gdb.base/attach.exp: Likewise.
6419 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6420 gdb_test_multiple.
6421 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6422 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6423 kill_wait_spawned_process.
6424 * gdb.base/valgrind-infcall.exp: Likewise.
6425 * gdb.multi/multi-attach.exp: Likewise.
6426 * gdb.python/py-prompt.exp: Likewise.
6427 * gdb.python/py-sync-interp.exp: Likewise.
6428 * gdb.server/ext-attach.exp: Likewise.
6429 * gdb.threads/attach-into-signal.exp (corefunc): Use
6430 spawn_wait_for_attach, spawn_id_get_pid and
6431 kill_wait_spawned_process.
6432 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6433 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6434 spawn_id_get_pid and kill_wait_spawned_process.
6435 * gdb.threads/attach-stopped.exp (corefunc): Use
6436 spawn_wait_for_attach, spawn_id_get_pid and
6437 kill_wait_spawned_process.
6438 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6439 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6440 kill_wait_spawned_process instead of explicit "kill -9".
6441 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6442 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6443 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6444 processes. Don't map cygwin/windows pids here. Now returns a
6445 spawn id list.
6446
032a0fca
SL
64472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6448
6449 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6450 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6451 correct patch.
6452
61a934ca
SL
64532015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6454
6455 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6456
4bc4d428
SL
64572015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6458
6459 Reapply:
6460 2014-05-21 Mark Wielaard <mjw@redhat.com>
6461
6462 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6463
998d452a
PA
64642015-07-30 Pedro Alves <palves@redhat.com>
6465
6466 * linux-low.c (handle_extended_wait): Set the child's last
6467 reported status to TARGET_WAITKIND_STOPPED.
6468
69dde7dc
PA
64692015-07-30 Pedro Alves <palves@redhat.com>
6470
6471 PR threads/18600
6472 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6473 only shows inferior 1.
6474
4dd63d48
PA
64752015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6476 Pedro Alves <palves@redhat.com>
6477
6478 PR threads/18600
6479 * gdb.threads/fork-plus-threads.c: New file.
6480 * gdb.threads/fork-plus-threads.exp: New file.
6481
d618e4c5
PP
64822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6483
6484 * gdb.base/batch-preserve-term-settings.exp
6485 (test_terminal_settings_preserved_after_cli_exit): Use
6486 send_quit_command.
6487
1eef6428
PA
64882015-07-29 Pedro Alves <palves@redhat.com>
6489 Don Breazeal <donb@codesourcery.com>
6490
6491 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6492 output from both inferior_spawn_id and gdb_spawn_id.
6493
7da5b897
SDJ
64942015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6495
6496 * gdb.threads/attach-into-signal.exp (corefunc): Use
6497 with_test_prefix on nested loops, uniquefying the test messages.
6498
dac804df
SDJ
64992015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6500
6501 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6502 commit.
6503
06265e53
PP
65042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6505
6506 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6507 New proc.
6508 (test_terminal_settings_preserved_after_sigterm): New test.
6509
18206ca3
PP
65102015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6511
6512 * gdb.base/batch-preserve-term-settings.exp
6513 (test_terminal_settings_preserved_after_cli_exit): New test.
6514
90074d11
PP
65152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6516
6517 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6518 manipulation of saved_gdbflags.
6519 (test_terminal_settings_preserved): Remove global declaration of
6520 the unused variable pagination_prompt. Remove manipulation of
6521 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6522 GDBFLAGS.
6523
eb1a7902
PA
65242015-07-29 Pedro Alves <palves@redhat.com>
6525
6526 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6527
8b75dd3b
PA
65282015-07-29 Pedro Alves <palves@redhat.com>
6529
6530 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6531 at the top.
6532
dedad4e3
PA
65332015-07-29 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6536 (main): Call gdb_unbuffer_output.
6537 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6538 (main): Call gdb_unbuffer_output.
6539 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6540 (main): Call gdb_unbuffer_output.
6541 * gdb.base/call-strs.exp: Adjust to step over the
6542 gdb_unbuffer_output call.
6543 * gdb.base/catch-gdb-caused-signals.c: Include
6544 "../lib/unbuffer_output.c".
6545 (main): Call gdb_unbuffer_output.
6546 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6547 (main): Call gdb_unbuffer_output.
6548 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6549 (main): Call gdb_unbuffer_output.
6550 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6551 (main): Call gdb_unbuffer_output.
6552 * gdb.base/shlib-call.exp: Adjust to step over the
6553 gdb_unbuffer_output call.
6554 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6555 (main): Call gdb_unbuffer_output.
6556 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6557 (main): Call gdb_unbuffer_output.
6558 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6559 (main): Rename to ...
6560 (test): ... this.
6561 (main): Reimplement.
6562 * gdb.base/varargs.exp: Run to test instead of to main.
6563 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6564 (main): Call gdb_unbuffer_output.
6565
58789a91
PA
65662015-07-29 Pedro Alves <palves@redhat.com>
6567
6568 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6569 factore out from mi_continue_dprintf. For call-style dprintfs,
6570 expect dprintf output out of $inferior_spawn_id.
6571 (mi_continue_dprintf): Use mi_expect_dprintf.
6572 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6573 (main): Call gdb_unbuffer_output.
6574
e8376742
PA
65752015-07-29 Pedro Alves <palves@redhat.com>
6576
6577 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6578 (default_mi_gdb_start): Set inferior_spawn_id instead of
6579 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6580 gdb_spawn_id.
6581 (mi_gdb_test): Always expect inferior output from both
6582 $inferior_spawn_id and $gdb_spawn_id.
6583
08280010
PA
65842015-07-29 Pedro Alves <palves@redhat.com>
6585
6586 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6587 send_inferior and $inferior_spawn_id.
6588
4d30e432
PA
65892015-07-29 Pedro Alves <palves@redhat.com>
6590
6591 * gdb.gdb/complaints.exp (test_initial_complaints)
6592 (test_serial_complaints, test_short_complaints): Use
6593 gdb_test_stdio.
6594 (test_empty_complaint): Handle $inferior_spawn_id !=
6595 $gdb_spawn_id.
6596
0d30a335
PA
65972015-07-29 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/varargs.exp: Use gdb_test_stdio.
6600
39413b29
PA
66012015-07-29 Pedro Alves <palves@redhat.com>
6602
6603 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6604
7cb000a9
PA
66052015-07-29 Pedro Alves <palves@redhat.com>
6606
6607 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6608
d7b8ac82
PA
66092015-07-29 Pedro Alves <palves@redhat.com>
6610
6611 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6612 parameter into two new parameters, "inf_result" and "gdb_result".
6613 Expect inferior output and gdb output from $inferior_spawn_id and
6614 $gdb_spawn_id, respectively. Adjust all callers.
6615
789c3a0c
PA
66162015-07-29 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6619 of gdb_test_sequence.
6620
77e760c3
PA
66212015-07-29 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6624 (saw_spurious_output): Expect inferior output from
6625 $inferior_spawn_id. Use gdb_test_stdio.
6626
8396d2cd
PA
66272015-07-29 Pedro Alves <palves@redhat.com>
6628
6629 * gdb.base/dprintf.exp: Use standard_testfile. Change
6630 prepare_for_testing call.
6631 (srcfile): Don't set.
6632 (restart): New procedure.
6633 (test_dprintf): New procecure, use to continue over dprintfs.
6634 (test_call, test_agent): New procedures, tests moved here.
6635 Restart gdb and recreate dprintfs. Adjust expected output.
6636
2051d61f
PA
66372015-07-29 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6640
452397af
PA
66412015-07-29 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6644
8aed9555
PA
66452015-07-29 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6648 gdb_test_stdio.
6649
188a61b4
PA
66502015-07-29 Pedro Alves <palves@redhat.com>
6651
6652 * lib/gdb.exp (gdb_test_stdio): New procedure.
6653
12264a45
PA
66542015-07-29 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6657
23ffc893
PA
66582015-07-29 Pedro Alves <palves@redhat.com>
6659
6660 * gdb.base/call-signal-resume.exp: Remove check for
6661 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6662 * gdb.base/unwindonsignal.exp: Likewise.
6663 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6664 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6665
65566918
PA
66662015-07-29 Pedro Alves <palves@redhat.com>
6667
6668 * gdb.base/siginfo-addr.c (pass): New function.
6669 (handler): Call it iff si_addr is correct.
6670 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6671 Set a breakpoint at "pass" and continue to it.
6672
d60a9221
SDJ
66732015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6674
6675 * gdb.python/py-objfile.exp: Make some tests have unique names.
6676 * gdb.python/py-pp-registration.exp: Likewise.
6677
bde40b8f
PA
66782015-07-28 Pedro Alves <palves@redhat.com>
6679
6680 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6681
13e1dec8
SM
66822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6683
6684 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6685
da33c9a7
SM
66862015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6687
6688 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6689
077836f7
PP
66902015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6691
6692 * gdb.base/gdb-sigterm-2.exp: New test.
6693
b8cc7b2e
DE
66942015-07-25 Doug Evans <xdje42@gmail.com>
6695
6696 Revert:
6697 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6698 (workers/%.worker, build-perf): New rule.
6699 (GDB_PERFTEST_MODE): New variable.
6700 (check-perf): Use it.
6701 (clean): Clean up gdb.perf parallel build subdirs.
6702 * lib/build-piece.exp: New file.
6703 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6704 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6705 name.
6706 (standard_temp_file): Ditto.
6707 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6708 of $GDB_PARALLEL.
6709
c8bd4544
DE
67102015-07-24 Doug Evans <dje@google.com>
6711
6712 * gdb.perf/lib/perftest/utils.py: New file.
6713 * gdb.perf/gm-hello.cc: New file.
6714 * gdb.perf/gm-pervasive-typedef.cc: New file.
6715 * gdb.perf/gm-pervasive-typedef.h: New file.
6716 * gdb.perf/gm-std.cc: New file.
6717 * gdb.perf/gm-std.h: New file.
6718 * gdb.perf/gm-use-cerr.cc: New file.
6719 * gdb.perf/gm-utils.h: New file.
6720 * gdb.perf/gmonster-null-lookup.py: New file.
6721 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6722 * gdb.perf/gmonster-print-cerr.py: New file.
6723 * gdb.perf/gmonster-ptype-string.py: New file.
6724 * gdb.perf/gmonster-runto-main.py: New file.
6725 * gdb.perf/gmonster-select-file.py: New file.
6726 * gdb.perf/gmonster1-null-lookup.exp: New file.
6727 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6728 * gdb.perf/gmonster1-print-cerr.exp: New file.
6729 * gdb.perf/gmonster1-ptype-string.exp: New file.
6730 * gdb.perf/gmonster1-runto-main.exp: New file.
6731 * gdb.perf/gmonster1-select-file.exp: New file.
6732 * gdb.perf/gmonster1.cc: New file.
6733 * gdb.perf/gmonster1.exp: New file.
6734 * gdb.perf/gmonster2-null-lookup.exp: New file.
6735 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6736 * gdb.perf/gmonster2-print-cerr.exp: New file.
6737 * gdb.perf/gmonster2-ptype-string.exp: New file.
6738 * gdb.perf/gmonster2-runto-main.exp: New file.
6739 * gdb.perf/gmonster2-select-file.exp: New file.
6740 * gdb.perf/gmonster2.cc: New file.
6741 * gdb.perf/gmonster2.exp: New file.
6742
6eab34f3
DE
67432015-07-24 Doug Evans <dje@google.com>
6744
6745 * gdb.perf/README: New file.
6746 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6747 * lib/gen-perf-test.exp: New file.
6748
63738bfd
DE
67492015-07-24 Doug Evans <dje@google.com>
6750
6751 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6752 (PerfTest::startup): New function.
6753 (PerfTest::run): Return result of calling body.
6754 (PerfTest::assemble): Rewrite.
6755 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6756 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6757 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6758 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6759 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6760
7b606f95
DE
67612015-07-24 Doug Evans <dje@google.com>
6762
6763 * lib/gdb.exp (clean_restart): Make executable optional.
6764
a97b16b8
DE
67652015-07-24 Doug Evans <dje@google.com>
6766
6767 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6768 compiler_info references.
6769 * gdb.cp/temargs.exp: Ditto.
6770 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6771 (get_compiler_info): Early exit if already computed. Set compiler_info
6772 to "unknown" if there was a problem.
6773 (test_compiler_info): Add function comment. Call get_compiler_info.
6774
35baa57f
DE
67752015-07-24 Doug Evans <dje@google.com>
6776
6777 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6778 (workers/%.worker, build-perf): New rule.
6779 (GDB_PERFTEST_MODE): New variable.
6780 (check-perf): Use it.
6781 (clean): Clean up gdb.perf parallel build subdirs.
6782 * lib/build-piece.exp: New file.
6783 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6784 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6785 name.
6786 (standard_temp_file): Ditto.
6787 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6788 of $GDB_PARALLEL.
6789
6ebea266
DE
67902015-07-24 Doug Evans <dje@google.com>
6791
6792 * lib/future.exp (gdb_default_target_compile): New option
6793 "early_flags".
6794 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6795 --as-needed.
6796
1e76a7e9
SDJ
67972015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6798
6799 * gdb.base/catch-syscall.exp: Call gdb_exit before
6800 gdb_skip_xml_test.
6801
5068630a
PA
68022015-07-24 Pedro Alves <palves@redhat.com>
6803
6804 * gdb.python/py-events.exp: Accept output between the stop event
6805 and the prompt.
6806 * gdb.python/py-evsignal.exp: Likewise.
6807 * gdb.python/py-evthreads.exp: Likewise.
6808
77598427
PA
68092015-07-24 Pedro Alves <palves@redhat.com>
6810
6811 PR gdb/18717
6812 * gdb.threads/non-ldr-exit.c: New file.
6813 * gdb.threads/non-ldr-exit.exp: New file.
6814
11e6c98f
YQ
68152015-07-24 Yao Qi <yao.qi@linaro.org>
6816
6817 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6818 restarting process.
6819
51aee833
YQ
68202015-07-24 Yao Qi <yao.qi@linaro.org>
6821
6822 * gdb.server/ext-restart.exp: New file.
6823
8cfe207c
YQ
68242015-07-24 Yao Qi <yao.qi@linaro.org>
6825
6826 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6827 argument options.
6828 * gdb.server/ext-wrapper.exp: New file.
6829
cc12ce38
DE
68302015-07-23 Doug Evans <dje@google.com>
6831
6832 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6833 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6834
d0d84780
PMR
68352015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6836
6837 * gdb.ada/var_arr_typedef.exp: New testcase.
6838 * gdb.ada/var_arr_typedef/pack.adb: New file.
6839 * gdb.ada/var_arr_typedef/pack.ads: New file.
6840 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6841
8b558f79
JB
68422015-07-20 Joel Brobecker <brobecker@adacore.com>
6843
6844 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6845
775a3298
JK
68462015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6847
6848 * gdb.arch/i386-biarch-core.exp: Replace istarget
6849 by "complete set gnutarget". Remove expectation for the "core-file"
6850 command.
6851
db1ff28b
JK
68522015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6853
6854 Revert the previous commit:
6855 Tests for validate symbol file using build-id.
6856
0a94970d
JK
68572015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6858
6859 Tests for validate symbol file using build-id.
6860 * gdb.base/solib-mismatch-lib.c: New file.
6861 * gdb.base/solib-mismatch-libmod.c: New file.
6862 * gdb.base/solib-mismatch.c: New file.
6863 * gdb.base/solib-mismatch.exp: New file.
6864
03346981
SL
68652015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6866
6867 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6868 nios2-*-linux*.
6869 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6870 * gdb.base/siginfo.exp: Likewise.
6871 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6872
42422cc7
PL
68732015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6874
6875 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6876 Move it to ...
6877 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6878 ... here.
6879 * gdb.trace/range-stepping.exp: Check that the target supports
6880 range stepping.
6881
cfa68bae
JK
68822015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6883
6884 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6885
8ffdba26
PA
68862015-07-14 Pedro Alves <palves@redhat.com>
6887
6888 * gdb.base/killed-outside.exp: New file.
6889 * gdb.base/killed-outside.c: New file.
6890
218a5a11
JK
68912015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6892
6893 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6894 (n at main): New.
6895 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6896
e03ed3c6
AA
68972015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6898
6899 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6900 infcall tests instead of setting up for KFAIL.
6901
485668e5
MM
69022015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6903
6904 * gdb.btrace/record_goto-step.exp: New.
6905
08464196
JK
69062015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6907
6908 PR compile/18484
6909 * gdb.compile/compile.c (struct struct_type): Add volatile to
6910 selffield's type.
6911 * gdb.compile/compile.exp
6912 (compile code struct_object.selffield = &struct_object): Skip further
6913 struct_object tests if this one xfails.
6914
bcf5c1d9
RC
69152015-07-08 Robert O'Callahan <robert@ocallahan.org>
6916
6917 PR exp/18617
6918 * gdb.trace/ax.exp: Add test.
6919
4931af25
YQ
69202015-07-07 Yao Qi <yao.qi@linaro.org>
6921
6922 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6923 instead of istarget "aarch64*-*-*".
6924 * gdb.arch/aarch64-fp.exp: Likewise.
6925 * gdb.base/float.exp: Likewise.
6926 * gdb.reverse/aarch64.exp: Likewise.
6927 * lib/gdb.exp (is_aarch64_target): New proc.
6928
9fcf688e
YQ
69292015-07-07 Yao Qi <yao.qi@linaro.org>
6930
6931 * lib/gdb.exp (is_aarch32_target): New proc.
6932 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6933 instead of "istarget "arm*-*-*"".
6934 * gdb.arch/arm-disp-step.exp: Likewise.
6935 * gdb.arch/thumb-bx-pc.exp: Likewise.
6936 * gdb.arch/thumb-prologue.exp: Likewise.
6937 * gdb.arch/thumb-singlestep.exp: Likewise.
6938 * gdb.base/disp-step-syscall.exp: Likewise.
6939 * gdb.base/float.exp: Likewise.
6940
fbd8d50d
YQ
69412015-07-07 Yao Qi <yao.qi@linaro.org>
6942
6943 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6944 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6945
71be1fdc
YQ
69462015-07-07 Yao Qi <yao.qi@linaro.org>
6947
6948 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6949 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6950 if it exists.
6951 * gdb.multi/multi-arch.exp: Likewise.
6952
3e221d36
SM
69532015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6954
6955 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6956 print.
6957
d441430b
YQ
69582015-07-07 Yao Qi <yao.qi@linaro.org>
6959
6960 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6961
06f810bd
MG
69622015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6963
6964 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6965 '[' and ']' characters.
6966
5e61e7c0
IB
69672015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6968
6969 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6970
28bf096c
PA
69712015-06-29 Pedro Alves <palves@redhat.com>
6972
6973 PR threads/18127
6974 * gdb.threads/hand-call-new-thread.c: New file.
6975 * gdb.threads/hand-call-new-thread.c: New file.
6976
ee93cd5e
KS
69772015-06-26 Keith Seitz <keiths@redhat.com>
6978 Doug Evans <dje@google.com>
6979
6980 PR 16253
6981 * gdb.cp/var-tag-2.cc: New file.
6982 * gdb.cp/var-tag-3.cc: New file.
6983 * gdb.cp/var-tag-4.cc: New file.
6984 * gdb.cp/var-tag.cc: New file.
6985 * gdb.cp/var-tag.exp: New file.
6986
fc637f04
PP
69872015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6988
6989 * gdb.base/history-duplicates.exp: New test.
6990
2e52ae68
PP
69912015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6992
6993 * gdb.base/completion.exp: Test the completion of the "focus"
6994 command.
6995
6e22494e
JK
69962015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6997
6998 * gdb.arch/amd64-prologue-skip.S: New file.
6999 * gdb.arch/amd64-prologue-skip.exp: New file.
7000
bf7b9cd9
SM
70012015-06-25 Simon Marchi <simon.marchi@ericsson.com>
7002
7003 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
7004 is_address_zero_readable check.
7005
201e8dfd
PB
70062015-06-24 Peter Bergner <bergner@vnet.ibm.com>
7007
7008 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
7009 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
7010
5cd867b4
YQ
70112015-06-24 Yao Qi <yao.qi@linaro.org>
7012
7013 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
7014 linux targets.
7015
4d7be007
YQ
70162015-06-24 Yao Qi <yao.qi@linaro.org>
7017
7018 * lib/gdb.exp (supports_get_siginfo_type): New proc.
7019 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
7020 * gdb.base/siginfo-thread.exp: Likewise.
7021
07fcd301
YQ
70222015-06-22 Yao Qi <yao.qi@linaro.org>
7023
7024 * boards/remote-gdbserver-on-localhost.exp: Add comments.
7025
52042a00
YQ
70262015-06-22 Yao Qi <yao.qi@linaro.org>
7027
7028 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
7029 aarch64*-*-*.
7030 (skip_hw_watchpoint_tests): Likewise.
7031
74bd41ce
PP
70322015-06-18 Patrick Palka <patrick@parcs.ath.cx>
7033
7034 * gdb.base/gdbinit-history.exp: Test the interaction between
7035 setting GDBHISTSIZE and setting the history size via .gdbinit.
7036
bc460514
PP
70372015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7038
7039 PR gdb/16999
7040 * gdb.base/gdbhistsize-history.exp: New test.
7041
b58c513b
PP
70422015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7043
7044 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
7045 with GDBHISTSIZE.
7046 * gdb.base/readline.exp: Likewise.
7047
92046791
YQ
70482015-06-17 Yao Qi <yao.qi@linaro.org>
7049
7050 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
7051 line.
7052
2093d2d3
PP
70532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7054
7055 * gdb.base/gdbinit-history.exp: Add test case to check that
7056 an unlimited history file does not get truncated on exit.
7057
e6c693af
AA
70582015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7059
7060 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
7061 (VECTOR): New macro. Use it...
7062 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
7063 ...for these typedefs.
7064 (int8, char1, int1, double1): New typedefs.
7065 (struct just_int2, struct two_int2): New structures.
7066 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
7067 (add_structvecs, add_singlevecs): New functions.
7068 (main): Call add_some_intvecs twice.
7069 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
7070 the compile and exit upon failure. Try compiling for the "native"
7071 architecture. Test inferior function calls with vector arguments
7072 and vector return value handling with "finish" and "return".
7073
c74f7d1c
JT
70742015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7075
7076 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
7077 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
7078 PE file.
7079 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
7080
98aa42ee
AT
70812015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7082
7083 PR breakpoints/16465
7084 * gdb.mi/mi-dprintf-pending.c: New file.
7085 * gdb.mi/mi-dprintf-pending.exp: New test.
7086 * gdb.mi/mi-dprintf-pendshr.c: New file.
7087
7d73c23c 70882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 7089 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
7090
7091 * gdb.arch/i386-mpx-map.c: New file.
7092 * gdb.arch/i386-mpx-map.exp: New File.
7093
70942015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7095
7096 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
7097 * gdb.arch/i386-mpx.exp: Indentation fixed.
7098
70992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7100
7101 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
7102 function and improved indentation.
7103 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
7104 gdb_test_multiple. Added additional tests to skip the test.
7105
71062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7107
7108 * gdb.arch/i386-avx512.c: Change path in include file.
7109 * gdb.arch/i386-avx512.exp: Change include dir path
7110 compilation flag.
7111 * gdb.arch/i386-mpx.c: Change path in include file.
7112 * gdb.arch/i386-mpx.exp: Change include dir path compilation
7113 flag.
7114
d5eba19a
JK
71152015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7116
7117 * gdb.compile/compile-print.exp (compile print *vararray@3)
7118 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7119
7f361056
JK
71202015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7121
7122 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7123 (do not keep jit in memory): ... this.
7124 (expect 5): Change it to ...
7125 (expect no 5): ... this.
7126
3b462ec2
SM
71272015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7128
7129 PR gdb/15564
7130 * gdb.mi/mi-detach.exp: New file.
7131
e0619de6
JK
71322015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7133
7134 PR symtab/18392
7135 * gdb.arch/amd64-tailcall-self.S: New file.
7136 * gdb.arch/amd64-tailcall-self.c: New file.
7137 * gdb.arch/amd64-tailcall-self.exp: New file.
7138
e970cb34
DB
71392015-05-28 Don Breazeal <donb@codesourcery.com>
7140
7141 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7142 tests for remote targets by checking is_target_gdbserver.
7143
b2e2f908
DE
71442015-05-27 Doug Evans <dje@google.com>
7145
7146 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7147 * gdb.dwarf2/opaque-type-lookup.c: New file.
7148 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7149
82c7be31
DE
71502015-05-26 Doug Evans <dje@google.com>
7151
7152 * gdb.cp/iostream.cc: New file.
7153 * gdb.cp/iostream.exp: New file.
7154
b4f54984
DE
71552015-05-26 Doug Evans <dje@google.com>
7156
7157 * gdb.dwarf2/dw2-op-call.exp: Update.
7158 * gdb.dwarf2/dw4-sig-types.exp: Update.
7159 * gdb.dwarf2/implptr.exp: Update.
7160 * gdb.mi/mi-cmd-param-changed.exp: Update.
7161
4ea6efe9
DE
71622015-05-26 Doug Evans <dje@google.com>
7163
7164 * gdb.python/py-lazy-string.c: New file.
7165 * gdb.python/py-lazy-string.exp: New file.
7166 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7167 (main): Update. Add estring3.
7168 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7169 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7170
f6bb7db3
YQ
71712015-05-26 Omair Javaid <omair.javaid@linaro.org>
7172 Yao Qi <yao.qi@linaro.org>
7173
7174 * gdb.reverse/aarch64.c: New.
7175 * gdb.reverse/aarch64.exp: New.
7176
a81bfbd0
OJ
71772015-05-26 Omair Javaid <omair.javaid@linaro.org>
7178
25d49b86
PA
7179 * lib/gdb.exp (supports_process_record): Return true for
7180 aarch64*-linux*.
a81bfbd0
OJ
7181 (supports_reverse): Likewise.
7182
158bf1b4
PP
71832015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7184
7185 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7186 Use with_test_prefix.
7187
a0145030
AB
71882015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7189
7190 * gdb.base/completion.exp: Add test for completion of layout
7191 names.
7192
ebe3b578
AB
71932015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7194
7195 * lib/gdb.exp (skip_tui_tests): New proc.
7196 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7197
84204ed7
PA
71982015-05-19 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7201 Save the whole env array instead of just HOME. Unset HISTSIZE in
7202 the environment while testing. Restore whole environment
7203 afterwards.
7204
37442ce1
DE
72052015-05-16 Doug Evans <xdje42@gmail.com>
7206
7207 * gdb.guile/scm-ports.c: New file.
7208 * gdb.guile/scm-ports.exp: Add memory port tests.
7209
36de76f9
JK
72102015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7211
7212 * gdb.compile/compile-print.c: New file.
7213 * gdb.compile/compile-print.exp: New file.
7214
3a9558c4
JK
72152015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7216
7217 * gdb.compile/compile-ops.exp: Cast param to void.
7218 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7219 (compile code struct_object.selffield = &struct_object): Add xfail.
7220
aa715135
JG
72212015-05-15 Joel Brobecker <brobecker@adacore.com>
7222
7223 * gdb.ada/arr_enum_with_gap: New testcase.
7224
931e5bc3
JG
72252015-05-15 Joel Brobecker <brobecker@adacore.com>
7226
7227 * gdb.ada/byte_packed_arr: New testcase.
7228
9cd4d857
JB
72292015-05-15 Joel Brobecker <brobecker@adacore.com>
7230
7231 * gdb.ada/pckd_neg: New testcase.
7232
ebfd00d2
PP
72332015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7234
7235 PR gdb/17820
7236 * gdb.base/gdbinit-history.exp: New test.
7237 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7238 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7239
4c082a81
SC
72402015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7241
7242 * gdb.python/py-xmethods.cc: Enhance test case.
7243 * gdb.python/py-xmethods.exp: New tests.
7244 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7245 function.
7246 (B_indexoper): Likewise.
7247 (global_dm_list) : Add new xmethod worker functions.
7248
f7797074
SDJ
72492015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7250
7251 * gdb.base/coredump-filter.exp: Correctly unset
7252 "coredump_var_addr" array.
7253
a4674e4e
PA
72542015-05-08 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.server/non-existing-program.exp: Unset spawn_id.
7257
df2eb078
SC
72582015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7259
7260 PR python/18291
7261 * gdb.python/py-xmethods.exp: Add tests.
7262
422349a3
YQ
72632015-05-08 Yao Qi <yao.qi@linaro.org>
7264
7265 PR gdb/18208
7266 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7267 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7268 function set_coredump_filter, and remove remote_exec call.
7269 Remove argument ipid. Callers update.
7270 (top level): Don't get inferior's PID.
7271
63fc80ce
AA
72722015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7273
7274 * gdb.base/watch_thread_num.exp: Skip test on targets without
7275 access watchpoints.
7276
80ad801e
PA
72772015-05-06 Pedro Alves <palves@redhat.com>
7278
7279 PR server/18081
7280 * gdb.server/non-existing-program.exp: New file.
7281
0fa7fe50
JB
72822015-05-05 Joel Brobecker <brobecker@adacore.com>
7283
7284 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7285
3ea89b92
PMR
72862015-05-05 Joel Brobecker <brobecker@adacore.com>
7287
7288 * gdb.ada/out_of_line_in_inlined: New testcase.
7289
87b8eff0
JB
72902015-05-05 Joel Brobecker <brobecker@adacore.com>
7291
7292 * gdb.ada/var_rec_arr: New testcase.
7293
5fccc635
YQ
72942015-04-30 Yao Qi <yao.qi@linaro.org>
7295
7296 * gdb.base/break-idempotent.exp: If
7297 skip_hw_watchpoint_multi_tests returns true, skip the tests
7298 on "rwatch" and "awatch".
7299
42d38f42
YQ
73002015-04-30 Yao Qi <yao.qi@linaro.org>
7301
7302 * gdb.base/relativedebug.exp: Invoke gdb command
7303 "info sharedlibrary", and if libc.so doesn't have debug info,
7304 skip the test.
7305
2ce1cdbf
DE
73062015-04-29 Doug Evans <dje@google.com>
7307
7308 * gdb.python/py-xmethods.exp: Add ptype tests.
7309 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7310 get_result_type method.
7311
f24a38c5
LM
73122015-04-29 Luis Machado <lgustavo@codesourcery.com>
7313
7314 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7315 the target does not support hardware watchpoints.
7316
ecbf2b3c
LM
73172015-04-29 Luis Machado <lgustavo@codesourcery.com>
7318
7319 * gdb.base/break-always.exp: Abort testing if writing to memory
7320 causes an error.
7321
34f5f757
DE
73222015-04-28 Doug Evans <dje@google.com>
7323
7324 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7325 * gdb.python/py-pp-registration.exp: ... here. New file.
7326 * gdb.python/py-pp-registration.c: New file.
7327 * gdb.python/py-pp-registration.py: New file.
7328
69b4374a
DE
73292015-04-28 Doug Evans <dje@google.com>
7330
7331 * gdb.python/py-bad-printers.c: New file.
7332 * gdb.python/py-bad-printers.py: New file.
7333 * gdb.python/py-bad-printers.exp: New file.
7334
59fb7612
SS
73352015-04-28 Sasha Smundak <asmundak@google.com>
7336
7337 * gdb.python/py-type.exp: New test.
7338
2631b16a
AW
73392015-04-28 Andy Wingo <wingo@igalia.com>
7340
7341 * gdb.python/py-parameter.exp:
7342 * gdb.guile/scm-parameter.exp: Escape the path that we are
7343 matching against, as it might contain characters that are special
7344 to regular expressions.
7345
460efde1
JB
73462015-04-27 Joel Brobecker <brobecker@adacore.com>
7347
7348 * gdb.ada/rec_comp: New testcase.
7349
2d369d8e
SDJ
73502015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7351
7352 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7353 before using it.
7354
cf75d6c3
AB
73552015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7356
7357 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7358 new tests for verilog output.
7359
8dbe7ca5
YQ
73602015-04-24 Yao Qi <yao.qi@linaro.org>
7361
7362 * boards/remote-gdbserver-on-localhost.exp: New file.
7363
4ef9fb2f
PA
73642015-04-23 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7367 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7368 "end of file", remove $inferior_spawn_id from the indirect list.
7369
0a803169
PA
73702015-04-23 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7373
749ef8f8
PA
73742015-04-23 Pedro Alves <palves@redhat.com>
7375
7376 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7377 on $any_spawn_id instead of only on $gdb_spawn_id.
7378
8aae4344
PM
73792015-04-21 Pierre Muller <muller@sourceware.org>
7380
7381 PR pascal/17815
7382 * lib/pascal.exp (gpc_compile): Add new option "class".
7383 (fpc_compile): Likewise.
7384 * gdb.pascal/case-insensitive-symbols.pas: New file.
7385 * gdb.pascal/case-insensitive-symbols.exp: New file.
7386
1586c8fb
GB
73872015-04-20 Gary Benson <gbenson@redhat.com>
7388
7389 * gdb.base/attach.exp: Fix three extended remote failures.
7390
1b6e6f5c
GB
73912015-04-17 Gary Benson <gbenson@redhat.com>
7392
7393 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7394 the main executable over the remote protocol.
7395
e797481d
PA
73962015-04-16 Pedro Alves <palves@redhat.com>
7397
7398 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7399 a new gdbserver if gdbserver_reconnect_p is set.
7400
1ca99c42
PA
74012015-04-16 Pedro Alves <palves@redhat.com>
7402
7403 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7404 is set, don't exit gdbserver.
7405
af9fd6f8
AA
74062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7407
7408 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7409 appropriate .insn, such that an older assembler can be used.
7410 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7411 the z/Architecture instruction set on 31-bit targets as well.
7412
04ff1e61
AA
74132015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7414
7415 * gdb.go/handcall.exp: Remove all logic related to the first
7416 breakpoint and rely on go_runto_main instead.
7417 * gdb.go/strings.exp: Likewise.
7418 * gdb.go/unsafe.exp: Likewise.
7419 * gdb.go/hello.exp: Likewise. Also rename the remaining
7420 breakpoint marker to "breakpoint 1".
7421 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7422 * gdb.go/strings.go: Likewise.
7423 * gdb.go/unsafe.go: Likewise.
7424 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7425 "set breakpoint 2 here" and rename the remaining breakpoint marker
7426 to "breakpoint 1".
7427
40d2f8d6
SM
74282015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7429
7430 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7431 if itertools.imap is not present.
7432 * gdb.python/py-objfile.exp: Add parentheses.
7433 * gdb.python/py-type.exp: Same.
7434 * gdb.python/py-unwind-maint.py: Same.
7435
8cbc97c6
YQ
74362015-04-15 Yao Qi <yao.qi@linaro.org>
7437
7438 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7439 of ":$ptr_size" and set its form explicitly.
7440
45fd756c
YQ
74412015-04-15 Pedro Alves <palves@redhat.com>
7442 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7445 timeout by factor of 4.
7446 (test_regular_watch): Likewise.
7447 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7448 * gdb.reverse/sigall-reverse.exp: Likewise.
7449 * gdb.reverse/until-precsave.exp: Likewise.
7450 * lib/gdb.exp (with_timeout_factor): New proc.
7451 (gdb_expect): Move some code to ...
7452 (get_largest_timeout): ... here. New procedure.
7453
9e811bc3
LM
74542015-04-14 Luis Machado <lgustavo@codesourcery.com>
7455
7456 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7457
0ff6fcb2
LM
74582015-04-13 Luis Machado <lgustavo@codesourcery.com>
7459
7460 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7461 to write to the .text section.
7462
7578d5f7
LM
74632015-04-13 Luis Machado <lgustavo@codesourcery.com>
7464
7465 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7466 Handle the case of targets that do not provide PID information.
7467
2efe15c4
YQ
74682015-04-13 Yao Qi <yao.qi@linaro.org>
7469
7470 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7471 and use expect instead of gdb_expect.
7472
8cd8f2f8
SDJ
74732015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7474
7475 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7476 "coredump_var_addr" to avoid naming conflict with other testcases.
7477
9ee41772
PA
74782015-04-10 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7481 gdb_test_sequence and gdb_assert.
7482
07473109
PA
74832015-04-10 Pedro Alves <palves@redhat.com>
7484
7485 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7486 test messages that don't include the breakpoint address.
7487
de3db44c
YQ
74882015-04-10 Yao Qi <yao.qi@linaro.org>
7489
7490 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7491 false for some offset and width combinations which aren't
7492 supported by linux kernel.
7493
c79d856c
PA
74942015-04-10 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7497 procedure, factored out from ...
7498 (top level): ... here. Add "set displaced-stepping" testing axis.
7499 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7500 parameter "displaced". Use it.
7501 (top level): Use foreach and add "set displaced-stepping" testing
7502 axis.
7503
ebc90b50
PA
75042015-04-10 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7507 Remove comment.
7508 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7509 both the address of the instruction that triggers the watchpoint
7510 and the address of the instruction immediately after, and use
7511 those addresses for the test. Fix comment.
7512
8f572e5c
PA
75132015-04-10 Pedro Alves <palves@redhat.com>
7514
7515 * gdb.base/sigstep.exp (breakpoint_to_handler)
7516 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7517 Test "backtrace" in handler.
7518 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7519 (top level): Add new "displaced" test axis to
7520 breakpoint_to_handler, breakpoint_to_handler_entry and
7521 breakpoint_over_handler.
7522
8d707a12
PA
75232015-04-10 Pedro Alves <palves@redhat.com>
7524
7525 PR gdb/18216
7526 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7527
ef713951
YQ
75282015-04-10 Yao Qi <yao.qi@linaro.org>
7529
7530 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7531 (test_add_rn_pc): New function.
7532 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7533 (top level): Invoke test_add_rn_pc.
7534
906d60cf
PA
75352015-04-10 Pedro Alves <palves@redhat.com>
7536
7537 PR gdb/13858
7538 * gdb.base/step-over-no-symbols.exp: New file.
7539
f2983cc3
AW
75402015-04-09 Andy Wingo <wingo@igalia.com>
7541
7542 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7543 after the Python tests.
7544
6d62641c
SDJ
75452015-04-08 Keith Seitz <keiths@redhat.com>
7546
7547 PR python/16699
7548 * gdb.python/py-completion.exp: New tests for completion.
7549 * gdb.python/py-completion.py (CompleteLimit1): New class.
7550 (CompleteLimit2): Likewise.
7551 (CompleteLimit3): Likewise.
7552 (CompleteLimit4): Likewise.
7553 (CompleteLimit5): Likewise.
7554 (CompleteLimit6): Likewise.
7555 (CompleteLimit7): Likewise.
7556
f3770638
PA
75572015-04-08 Pedro Alves <palves@redhat.com>
7558
7559 PR gdb/18214
7560 PR gdb/18216
7561 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7562 function.
7563 (main): Install it as SIGUSR1 handler.
7564 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7565 parameter. Always use "setup" as prefix. Toggle "set
7566 displaced-stepping" off/on depending on global. Don't switch to
7567 thread 1 here.
7568 (top level): Add displaced stepping "off/on" test axis. Update
7569 "setup" calls. Wrap each subtest with with_test_prefix. Test
7570 continuing with a queued signal in each thread.
7571
4496bed7
PA
75722015-04-08 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7575 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7576 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7577 Return early if running to main fails.
7578 * gdb.trace/while-stepping.exp: Likewise.
7579
b97fde92
PA
75802015-04-07 Pedro Alves <palves@redhat.com>
7581
7582 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7583 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7584 interact with inferior program.
7585
f71c18e7
PA
75862015-04-07 Pedro Alves <palves@redhat.com>
7587
7588 * lib/gdb.exp (inferior_spawn_id): New global.
7589 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7590 spawn id after processing the user code.
7591 (default_gdb_start): Set inferior_spawn_id.
7592 (send_inferior): New procedure.
7593 * lib/gdbserver-support.exp (gdbserver_start): Set
7594 inferior_spawn_id.
7595 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7596
6423214f
PA
75972015-04-07 Pedro Alves <palves@redhat.com>
7598
7599 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7600 * lib/gdbserver-support.exp (gdbserver_start): Make
7601 $server_spawn_id global.
7602 (gdbserver_start): Don't wait for gdbserver's spawn id with
7603 expect_background.
7604 (close_gdbserver): New procedure.
7605 (gdb_exit): Rename the default version and reimplement.
7606
71c0ee8c
PA
76072015-04-07 Pedro Alves <palves@redhat.com>
7608
72f4393d 7609 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7610 append the substituted item, not the original item.
7611
203bc29b
PA
76122015-04-07 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7615 gdb_expect.
7616
508a3ddf
PA
76172015-04-07 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7620 output appearing once only.
7621
9f6dbe2b
PA
76222015-04-07 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7625 that doesn't expect anything. Return early if running to main
7626 fails.
7627
337532fa
YQ
76282015-04-07 Yao Qi <yao.qi@linaro.org>
7629
7630 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7631 (child_function): Call alarm.
7632 (main): Move call to alarm into the loop.
7633 * gdb.threads/non-stop-fair-events.exp: Build program with
7634 -DTIMEOUT=$timeout.
7635
01b622d4
DE
76362015-04-06 Doug Evans <xdje42@gmail.com>
7637
7638 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7639 Fix dest parameter to board_info.
7640 (fpc_compile): Ditto.
7641 (gdb_compile_pascal): Rename dest arg to destfile.
7642
961f4160
PMR
76432015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7644
7645 * gdb.ada/funcall_ref.exp: New file.
7646 * gdb.ada/funcall_ref/foo.adb: New file.
7647
cafda597
YQ
76482015-04-02 Yao Qi <yao.qi@linaro.org>
7649
7650 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7651 is remote.
7652
fed040c6
GB
76532015-04-02 Gary Benson <gbenson@redhat.com>
7654
7655 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7656
d11916aa
SS
76572015-04-01 Sasha Smundak <asmundak@google.com>
7658
7659 * gdb.python/py-unwind-maint.c: New file.
7660 * gdb.python/py-unwind-maint.exp: New test.
7661 * gdb.python/py-unwind-maint.py: New file.
7662 * gdb.python/py-unwind.c: New file.
7663 * gdb.python/py-unwind.exp: New test.
7664 * gdb.python/py-unwind.py: New test.
7665
a1471180
PA
76662015-04-01 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7669 to fail instead of non-existent $test.
7670
0bbeccb1
PA
76712015-04-01 Pedro Alves <palves@redhat.com>
7672
7673 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7674 GDBFLAGS if not empty.
7675
3c724c8c
PMR
76762015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7677
7678 * gdb.ada/complete.exp: Remove "multi_line".
7679 * gdb.ada/info_exc.exp: Remove "multi_line".
7680 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7681 * gdb.ada/ptype_field.exp: Remove "multi_line".
7682 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7683 * gdb.ada/tagged.exp: Remove "multi_line".
7684 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7685 [multi_line ...]
7686 * gdb.btrace/delta.exp: Likewise.
7687 * gdb.btrace/exception.exp: Likewise.
7688 * gdb.btrace/function_call_history.exp: Likewise.
7689 * gdb.btrace/instruction_history.exp: Likewise.
7690 * gdb.btrace/nohist.exp: Likewise.
7691 * gdb.btrace/record_goto.exp: Likewise.
7692 * gdb.btrace/segv.exp: Likewise.
7693 * gdb.btrace/stepi.exp: Likewise.
7694 * gdb.btrace/tailcall.exp: Likewise.
7695 * gdb.btrace/unknown_functions.exp: Likewise.
7696 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7697 * lib/gdb.exp: Add the "multi_line" helper.
7698
4eec2deb
PA
76992015-04-01 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.threads/tid-reuse.c: New file.
7702 * gdb.threads/tid-reuse.exp: New file.
7703
df8411da
SDJ
77042015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7705
7706 PR corefiles/16092
7707 * gdb.base/coredump-filter.c: New file.
7708 * gdb.base/coredump-filter.exp: Likewise.
7709
6ef37366
PM
77102015-03-27 Petr Machata <pmachata@redhat.com>
7711
7712 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7713 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7714 (Dwarf::assemble): Initialize them.
7715 (Dwarf::lines): New function.
7716
7ec911b0
JT
77172015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7718
7719 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7720 SYMBOL_PREFIX for x86_64-*-cygwin.
7721
ff908ebf
AW
77222015-03-26 Andy Wingo <wingo@igalia.com>
7723
7724 PR symtab/18148
7725 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7726 const_value but not a location.
7727 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7728 location defined in non-main CUs are visible.
7729
6d5f0679
YQ
77302015-03-26 Yao Qi <yao.qi@linaro.org>
7731
7732 PR testsuite/18139
7733 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7734 Add a line number entry for the same line.
7735 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7736 Add a line number entry for the same line.
7737
2898689b
YQ
77382015-03-26 Yao Qi <yao.qi@linaro.org>
7739
7740 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7741 .int 0.
7742 (func): Likewise. Add .Lfunc_1 label.
7743 Use .Lfunc_1 label.
7744 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7745 .int 0.
7746 (func): Likewise.
7747 Use .Lfunc_1 label.
7748
85180498
YQ
77492015-03-26 Yao Qi <yao.qi@linaro.org>
7750
7751 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7752 Call gdb_compile instead to compile each .s files without debug
7753 information.
7754
8aa08a8d
YQ
77552015-03-26 Yao Qi <yao.qi@linaro.org>
7756
7757 * gdb.base/savedregs.exp (process_saved_regs): Make
7758 "Saved registers:" optional in the pattern.
7759
66849923
MM
77602015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7761
7762 * gdb.btrace/next.exp: Merged into step.exp.
7763 * gdb.btrace/finish.exp: Merged into step.exp.
7764 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7765 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7766 "record goto" and checking the exact replay position.
7767 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7768 check for "Recording format" in "info record" output.
7769 * gdb.btrace/record_goto.exp: Choose test file based on target.
7770 * gdb.btrace/x86-record_goto.S: Renamed into ...
7771 * gdb.btrace/x86_64-record_goto.S: ... this.
7772 * gdb.btrace/i686-record_goto.S: New.
7773 * gdb.btrace/x86-tailcall.S: Renamed into ...
7774 * gdb.btrace/x86_64-tailcall.S: ... this.
7775 * gdb.btrace/i686-tailcall.S: New.
7776 * gdb.btrace/x86-tailcall.c: Renamed into ...
7777 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7778 separate statements. Update test.
7779 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7780 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7781 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7782 * gdb.btrace/tailcall.exp: Choose test file based on target.
7783 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7784
11cc1b74
MM
77852015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7786
7787 * gdb.btrace/exception.exp: Increase BTS buffer size.
7788
a25d8bf9
PA
77892015-03-24 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7792
856e7dd6
PA
77932015-03-24 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.threads/schedlock.exp (test_step): No longer expect that
7796 "set scheduler-locking step" with "next" over a function call runs
7797 threads unlocked.
7798
ad235a41
AT
77992015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7800
7801 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7802
15630549
AT
78032015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7804
7805 PR breakpoints/16466
7806 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7807 * gdb.mi/mi-pending.c (thread_func): New function.
7808 (int main): Add threading support required.
7809 * gdb.mi/mi-pending.exp: Add tests for this issue.
7810 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7811 (pendfunc2): Remove stdio dependency.
7812 * gdb.mi/mi-pendshr2.c: New file.
7813
693dca06
KS
78142015-03-23 Keith Seitz <keiths@redhat.com>
7815
7816 * gdb.linespec/keywords.c: New file.
7817 * gdb.linespec/keywords.exp: New file.
7818
7e993ebf
KS
78192015-03-23 Keith Seitz <keiths@redhat.com>
7820
7821 PR gdb/18021
7822 * gdb.dwarf2/staticvirtual.exp: New test.
7823
bc23328c
JK
78242015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7825
7826 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7827 * README: Remove HP-UX and gdb.hp.
7828 (configuration):
7829 * configure: Regenerate.
7830 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7831 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7832 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7833 gdb.hp/gdb.defects/Makefile.
7834 * gdb.hp/Makefile.in: File deleted.
7835 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7836 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7837 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7838 * gdb.hp/gdb.aCC/run.c: File deleted.
7839 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7840 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7841 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7842 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7843 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7844 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7845 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7846 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7847 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7848 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7849 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7850 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7851 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7852 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7853 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7854 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7855 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7856 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7857 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7858 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7859 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7860 * gdb.hp/gdb.compat/average.c: File deleted.
7861 * gdb.hp/gdb.compat/sum.c: File deleted.
7862 * gdb.hp/gdb.compat/xdb.c: File deleted.
7863 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7864 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7865 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7866 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7867 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7868 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7869 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7870 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7871 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7872 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7873 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7874 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7875 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7876 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7877 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7878 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7879 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7880 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7881 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7882 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7883 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7884 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7885 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7886 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7887 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7888 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7889 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7890 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7891 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7892 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7893 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7894 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7895 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7896 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7897 * gdb.hp/tools/odump: File deleted.
7898
8bf3b159
PA
78992015-03-19 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7902 (saw_thread_3): New globals.
7903 (top level): Increment them when an event for the corresponding
7904 thread is seen.
7905 (no thread starvation): New test.
7906
eb54c8bf
PA
79072015-03-19 Pedro Alves <palves@redhat.com>
7908
7909 * gdb.threads/continue-pending-status.c: New file.
7910 * gdb.threads/continue-pending-status.exp: New file.
7911
32d2e5d6
PA
79122015-03-18 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7915 Use gdb_is_target_remote instead of is_remote. Use
7916 gdb_test_multiple instead of gdb_expect. Exit early if
7917 gdb_test_multiple hits its internal matches. Tighten stepi tests
7918 expected output. Fail on exit with any signal, instead of just
7919 SIGILL.
7920
f68f11b7
YQ
79212015-03-18 Yao Qi <yao.qi@linaro.org>
7922
7923 PR tdep/18107
7924 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7925 variable.
7926 * gdb.base/catch-syscall.exp: Don't skip it on
7927 aarch64*-*-linux* target. Remove elements in all_syscalls.
7928 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7929 target.
7930 (setup_all_syscalls): New proc.
7931
ca5fd19b
YQ
79322015-03-16 Yao Qi <yao.qi@linaro.org>
7933
7934 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7935 (top level): Skip tests if valid_addr_p returns false for
7936 $cmd1 or $cmd2.
7937
85642ba0
AW
79382015-03-11 Andy Wingo <wingo@igalia.com>
7939
7940 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7941
e03f9645
YQ
79422015-03-11 Yao Qi <yao.qi@linaro.org>
7943
7944 * gdb.base/catch-syscall.exp: Fix typo in comments.
7945
5d0962b2
YQ
79462015-03-11 Yao Qi <yao.qi@linaro.org>
7947
7948 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7949
b2df3cef
PA
79502015-03-09 Pedro Alves <palves@redhat.com>
7951
7952 * dg-extract-results.py: Delete.
7953
ef878e53
PA
79542015-03-09 Pedro Alves <palves@redhat.com>
7955
7956 Merge dg-extract-results.sh from GCC upstream (r218843).
7957
7958 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7959 * dg-extract-results.sh: Use --text with grep to avoid issues with
7960 binary files. Fall back to cat -v, if that doesn't work.
7961
9494d219
PA
79622015-03-05 Pedro Alves <palves@redhat.com>
7963
7964 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7965
a8d9763a
SM
79662015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7967
7968 * lib/mi-support.exp (mi_expect_interrupt): Accept
7969 alternative event for when in all-stop mode.
7970
be9957b8
PA
79712015-03-04 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7974
d57be0f4 79752015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7976
7977 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7978
c214c7cf
AA
79792015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7980
7981 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7982 regexps for GDB's current line display, accept a hex address
7983 preceding the line number.
7984
6d74a497
AA
79852015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7986
7987 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7988 the 'arch1' variable for "s390*-linux*" targets.
7989
511aee7c
PA
79902015-03-04 Pedro Alves <palves@redhat.com>
7991
7992 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7993 (main): Pass missing retval argument to pthread_join call.
7994
95e50b27
PA
79952015-03-02 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7998 (top level): Call do_test with non-stop as well.
7999
28054d69
PA
80002015-03-02 Pedro Alves <palves@redhat.com>
8001
8002 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
8003 -1.
8004
4fa5d7b4
AA
80052015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8006
8007 * gdb.arch/s390-vregs.exp: New test.
8008 * gdb.arch/s390-vregs.S: New file.
8009
97c18565
PA
80102015-02-27 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
8013 call to catch_command_errors.
8014 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
8015 catch_command_errors.
8016
a37bfa30
PA
80172015-02-27 Pedro Alves <palves@redhat.com>
8018
8019 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
8020 "true" for boolean result.
8021 * gdb.gdb/selftest.exp (test_with_self): Also accept full
8022 prototype of main.
8023
6f98576f
PA
80242015-02-27 Pedro Alves <palves@redhat.com>
8025
8026 * lib/unbuffer_output.c: New file.
8027 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
8028 (main): Call gdb_unbuffer_output.
8029
eba5ab56
YQ
80302015-02-27 Yao Qi <yao.qi@linaro.org>
8031
8032 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
8033 target.
8034
0def5aaa
DE
80352015-02-26 Doug Evans <dje@google.com>
8036
8037 * gdb.cp/class2.cc (Dbase, D): New classes.
8038 (main): New local delta.
8039 * gdb.cp/class2.exp: Test printing delta.
8040 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
8041 (dynbar): New global.
8042 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
8043
081a1c2c
JK
80442015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8045
8046 * gdb.compile/compile-ifunc.c: New file.
8047 * gdb.compile/compile-ifunc.exp: New file.
8048
2f41223f
AT
80492015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8050
8051 * gdb.base/structs.exp: Check for correct struct on finish.
8052
03eddd80
YQ
80532015-02-26 Yao Qi <yao.qi@linaro.org>
8054
8055 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
8056 is zero.
8057
80c57053
JK
80582015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8059
8060 * gdb.arch/cordic.ko.bz2: New file.
8061 * gdb.arch/cordic.ko.debug.bz2: New file.
8062 * gdb.arch/ppc64-symtab-cordic.exp: New file.
8063
21613c12
YQ
80642015-02-25 Yao Qi <yao.qi@linaro.org>
8065
8066 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
8067 aarch64*-*-* target.
8068
d8b901ed
PA
80692015-02-23 Pedro Alves <palves@redhat.com>
8070
8071 * lib/gdb.exp (delete_breakpoints): Rewrite using
8072 gdb_test_multiple.
8073
e5b85ead
PA
80742015-02-23 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.base/info-os.c: Include stdlib.h.
8077
85c3a371
DE
80782015-02-22 Doug Evans <xdje42@gmail.com>
8079
8080 PR symtab/17855
8081 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
8082 is read after symbols have been re-read.
8083 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
8084 * gdb.ada/exec_changed/second.adb (Second): Ditto.
8085
96553a0c
DE
80862015-02-21 Doug Evans <dje@google.com>
8087
8088 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
8089
97a0c697
JK
80902015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8091
8092 PR corefiles/17808
8093 * gdb.arch/i386-biarch-core.core.bz2: New file.
8094 * gdb.arch/i386-biarch-core.exp: New file.
8095
a47cd6e9
PA
80962015-02-21 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
8099 runto_main fails.
8100
c5facdc4
PA
81012015-02-20 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
8104 info probes.
8105
2db9a427
PA
81062015-02-20 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.threads/multi-create-ns-info-thr.exp: New file.
8109
60fb7e9e
PA
81102015-02-20 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
8113 clean_restart before gdb_target_supports_trace.
8114
5c5019c2
PA
81152015-02-20 Pedro Alves <palves@redhat.com>
8116
8117 PR threads/18006
8118 * gdb.threads/clone-thread_db.c: New file.
8119 * gdb.threads/clone-thread_db.exp: New file.
8120
c9587f88
AT
81212015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8122
8123 PR breakpoints/16812
8124 * gdb.base/catch-gdb-caused-signals.c: New file.
8125 * gdb.base/catch-gdb-caused-signals.exp: New file.
8126
f6a88844
JM
81272015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8128
8129 * configure: Regenerated.
8130 * configure.ac: Use GDB_AC_TRANSFORM.
8131 * aclocal.m4: sinclude ../transform.m4.
8132
497c491b
JM
81332015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8134
8135 * lib/dtrace.exp: New file.
8136 * gdb.base/dtrace-probe.exp: Likewise.
8137 * gdb.base/dtrace-probe.d: Likewise.
8138 * gdb.base/dtrace-probe.c: Likewise.
8139 * lib/pdtrace.in: Likewise.
8140 * configure.ac: Output variables with the transformed names of
8141 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8142 * configure: Regenerated.
8143
03e98035
JM
81442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8145
8146 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8147 expected message when trying to access $_probe_* convenience
8148 variables while not on a probe.
8149
63cc30e9
JK
81502015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8151
8152 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8153
0703599a
PA
81542015-02-11 Pedro Alves <pedro@codesourcery.com>
8155
8156 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8157 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8158
7e60a48e
DE
81592015-02-10 Doug Evans <xdje42@gmail.com>
8160
8161 * lib/gdb.exp (gdb_load): Always return a result.
8162
01b088bc
PA
81632015-02-10 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.threads/signal-sigtrap.c: New file.
8166 * gdb.threads/signal-sigtrap.exp: New file.
8167
b05ec7a5
AT
81682015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8169
8170 * gdb.trace/no-attach-trace.c: New file.
8171 * gdb.trace/no-attach-trace.exp: New file.
8172
a2c2acaf
MW
81732015-02-09 Mark Wielaard <mjw@redhat.com>
8174
8175 * gdb.dwarf2/atomic.c: New file.
8176 * gdb.dwarf2/atomic-type.exp: Likewise.
8177
31fd9caa
MM
81782015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8179
8180 * gdb.btrace/buffer-size.exp: Update "info record" output.
8181 * gdb.btrace/delta.exp: Update "info record" output.
8182 * gdb.btrace/enable.exp: Update "info record" output.
8183 * gdb.btrace/finish.exp: Update "info record" output.
8184 * gdb.btrace/instruction_history.exp: Update "info record" output.
8185 * gdb.btrace/next.exp: Update "info record" output.
8186 * gdb.btrace/nexti.exp: Update "info record" output.
8187 * gdb.btrace/step.exp: Update "info record" output.
8188 * gdb.btrace/stepi.exp: Update "info record" output.
8189 * gdb.btrace/nohist.exp: Update "info record" output.
8190
d33501a5
MM
81912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8192
8193 * gdb.btrace/buffer-size: New.
8194
f4abbc16
MM
81952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8196
8197 * gdb.btrace/delta.exp: Update "info record" output.
8198 * gdb.btrace/enable.exp: Update "info record" output.
8199 * gdb.btrace/finish.exp: Update "info record" output.
8200 * gdb.btrace/instruction_history.exp: Update "info record" output.
8201 * gdb.btrace/next.exp: Update "info record" output.
8202 * gdb.btrace/nexti.exp: Update "info record" output.
8203 * gdb.btrace/step.exp: Update "info record" output.
8204 * gdb.btrace/stepi.exp: Update "info record" output.
8205 * gdb.btrace/nohist.exp: Update "info record" output.
8206
b9d61307
SM
82072015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8208
8209 PR gdb/15678
8210 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8211
e584fdbc
PA
82122015-02-06 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8215 macro.
8216 (seconds_left, again): New globals.
8217 (main): Wait seconds_left in a 1-second sleep loop instead of
8218 sleeping 180 seconds. If 'again' is set, reset the seconds
8219 counter.
8220 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8221 'again' in the inferior before detaching. Print the seconds left.
8222 (options): New global.
8223 (top level): Build program with -DTIMEOUT=$timeout.
8224
77f41761
PA
82252015-02-06 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8228 determine how many seconds to pass to 'alarm'.
8229 * gdb.base/gdb-sigterm.exp (top level): Build program with
8230 -DTIMEOUT=$timeout.
8231 (do_test): Return success/failure indication. Add more verbose
8232 logging. Don't fail if 200 single steps are seen. Instead, fail
8233 when the test times out.
8234 (passes): New global.
8235 (top level): Break the testing loop if testing fails on any
8236 iteration. Use gdb_assert.
8237
b9394193
DB
82382015-02-04 Don Breazeal <donb@codesourcery.com>
8239
8240 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8241 and initialize them.
8242 (ipc_cleanup): New function.
8243 (main): Don't declare shmid, semid, and msqid. Add a call to
8244 atexit so that we call ipc_cleanup on exit.
8245
42d9e528
PA
82462015-02-04 Pedro Alves <palves@redhat.com>
8247
8248 * boards/native-extended-gdbserver.exp: Remove any target variant
8249 specifications from the board name before clearing the isremote
8250 flag from board_info.
8251
ae6ae975
DE
82522015-01-31 Doug Evans <xdje42@gmail.com>
8253
8254 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8255
cfb069a8
GB
82562015-01-31 Gary Benson <gbenson@redhat.com>
8257
8258 * gdb.base/completion.exp: Disable completion limiting for
8259 existing tests. Add new tests to check completion limiting.
8260 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8261
5dd31d79
DE
82622015-01-31 Doug Evans <xdje42@gmail.com>
8263
8264 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8265
9f050062
DE
82662015-01-31 Doug Evans <xdje42@gmail.com>
8267
8268 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8269 entries. Duplicate file section script entries.
8270 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8271 inlined entries. Add test for safe-path rejection.
8272 * gdb.python/py-section-script.c: Add duplicate inlined section script
8273 entries. Duplicate file section script entries.
8274 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8275 inlined entries. Add test for safe-path rejection.
8276
df25ebbd
JB
82772015-01-29 Joel Brobecker <brobecker@adacore.com>
8278
8279 * gdb.ada/disc_arr_bound: New testcase.
8280
4a0ca9ec
JB
82812015-01-29 Joel Brobecker <brobecker@adacore.com>
8282
8283 * gdb.ada/mi_var_array: New testcase.
8284
3a8b707a
DE
82852015-01-27 Doug Evans <dje@google.com>
8286
8287 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8288 Add test for objfile.filename, objfile.username after objfile
8289 has been unloaded.
8290
f8313f6e
JB
82912015-01-26 Joel Brobecker <brobecker@adacore.com>
8292
8293 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8294 the second test to print the name attribute of value
8295 returned by the call to gdb.lookup_type, and adjust
8296 the expected output accordingly.
8297
37bc665e
MW
82982015-01-25 Mark Wielaard <mjw@redhat.com>
8299
8300 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8301 * gdb.base/disp-step-fork.c: Include unistd.h.
8302 * gdb.base/siginfo-obj.c: Include stdio.h.
8303 * gdb.base/siginfo-thread.c: Likewise.
8304 * gdb.mi/non-stop.c: Include unistd.h.
8305 * gdb.mi/nsthrexec.c: Include stdio.h.
8306 * gdb.mi/pthreads.c: Include unistd.h.
8307 * gdb.modula2/unbounded1.c (main): Declare returns int.
8308 * gdb.reverse/consecutive-reverse.c: Likewise.
8309 * gdb.threads/create-fail.c: Include unistd.h.
8310 * gdb.threads/killed.c: Likewise.
8311 * gdb.threads/linux-dp.c: Likewise.
8312 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8313 * gdb.threads/non-ldr-exc-2.c: Likewise.
8314 * gdb.threads/non-ldr-exc-3.c: Likewise.
8315 * gdb.threads/non-ldr-exc-4.c: Likewise.
8316 * gdb.threads/pthreads.c: Include unistd.h.
8317 (main): Declare returns int.
8318 * gdb.threads/tls-main.c (foo): New declaration.
8319 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8320
f7e5394d
SM
83212015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8322
8323 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8324 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8325
743649fd
MW
83262015-01-15 Mark Wielaard <mjw@redhat.com>
8327
8328 * gdb.base/noreturn-return.c: New file.
8329 * gdb.base/noreturn-return.exp: New file.
8330 * gdb.base/noreturn-finish.c: New file.
8331 * gdb.base/noreturn-finish.exp: New file.
8332
198297aa
PA
83332015-01-23 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.threads/continue-pending-after-query.c: New file.
8336 * gdb.threads/continue-pending-after-query.exp: New file.
8337
717cf30c
AG
83382015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8339 Simon Marchi <simon.marchi@ericsson.com>
8340
8341 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8342 * gdb.base/valgrind-db-attach.exp: Same.
8343 * gdb.base/valgrind-infcall.exp: Same.
8344 * lib/mi-support.exp (default_mi_gdb_start): Same.
8345 * lib/prompt.exp (default_prompt_gdb_start): Same.
8346 * lib/gdb.exp (default_gdb_spawn): Same.
8347 (gdb_interact): New.
8348
8349
4b62a76e
JK
83502015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8351
8352 * gdb.compile/compile.exp (pointer to jit function): New test.
8353
b4cdae6f
WW
83542015-01-17 Wei-cheng Wang <cole945@gmail.com>
8355
8356 * lib/gdb.exp (supports_process_record): Return true for
8357 powerpc*-*-linux*.
8358 (supports_reverse): Likewise.
8359
d221e7ef
DB
83602015-01-15 Don Breazeal <donb@codesourcery.com>
8361
8362 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8363 instead of checking whether the target board is remote and
8364 use spawn_wait_for_attach instead of exec/sleep.
8365 * gdb.base/attach-twice.exp: Likewise.
8366
bafffb51
JB
83672015-01-15 Joel Brobecker <brobecker@adacore.com>
8368
8369 * gdb.ada/var_arr_attrs: New testcase.
8370
5589af0e
PA
83712015-01-14 Pedro Alves <palves@redhat.com>
8372 Joel Brobecker <brobecker@adacore.com>
8373
8374 PR gdb/17525
8375 * gdb.base/bp-cmds-execution-x-script.c: New file.
8376 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8377 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8378
6c400b59
PA
83792015-01-14 Pedro Alves <palves@redhat.com>
8380
8381 PR cli/17828
8382 * gdb.base/batch-preserve-term-settings.c: New file.
8383 * gdb.base/batch-preserve-term-settings.exp: New file.
8384
e02c96a7
DE
83852015-01-13 Doug Evans <dje@google.com>
8386
8387 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8388 binary.
8389
576fd14c
JB
83902015-01-13 Joel Brobecker <brobecker@adacore.com>
8391
8392 * Makefile.in (clean mostlyclean): Do not delete *.py.
8393
04dccad0
JB
83942015-01-13 Joel Brobecker <brobecker@adacore.com>
8395
8396 * gdb.python/py-lookup-type.exp: New file.
8397
3d230f71
PA
83982015-01-12 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8401 restore GDBFLAGS before returning.
8402
7e67715d
JK
84032015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8404
8405 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8406 is_amd64_regs_target and is_x86_like_target.
8407
f2e0d4b4
DE
84082015-01-11 Doug Evans <xdje42@gmail.com>
8409
8410 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8411 is given without an explicit form.
8412 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8413 attributes.
8414 * gdb.dwarf/corrupt.exp: Ditto.
8415 * gdb.dwarf2/enum-type.exp: Ditto.
8416 * gdb.trace/entry-values.exp: Ditto.
8417 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8418
439250fb
DE
84192015-01-11 Doug Evans <xdje42@gmail.com>
8420
8421 PR gdb/15830
8422 * gdb.base/maint.exp: Remove references to "maint demangle".
8423 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8424 Add tests for explicitly specifying language to demangle.
8425 * gdb.dlang/demangle.exp: Ditto.
8426
ede9f622
PA
84272015-01-09 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.threads/non-stop-fair-events.c: New file.
8430 * gdb.threads/non-stop-fair-events.exp: New file.
8431
a7b796db
PA
84322015-01-09 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8435 the global scope. Set a breakpoint after all threads are started
8436 rather than stepping over two source lines. Expect the prompt.
8437 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8438 global.
8439 (NUM): Now 15.
8440 (main): Use threads_started_barrier to wait for all threads to
8441 start. Main thread no longer calls thread_function. Exit after
8442 180 seconds.
8443 (loop): New function.
8444 (thread_function): Wait on threads_started_barrier barrier. Call
8445 'loop' at each iteration.
8446 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8447 threads have started, instead of hardcoding number of "next"
8448 steps. Use an access watchpoint instead of a write watchpoint.
8449
9665ffdd
PA
84502015-01-09 Pedro Alves <palves@redhat.com>
8451
8452 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8453 (thread_func): Wait on barrier.
8454 (main): Wait for all threads to start before stopping GDB.
8455 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8456 global.
8457 (thread1_func, thread2_func): Wait on barrier.
8458 (main): Wait for all threads to start before stopping GDB.
8459 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8460 New global.
8461 (thread1_func, thread2_func): Wait on barrier.
8462 (main): Wait for all threads to start before stopping GDB.
8463
c945a99f
PA
84642015-01-09 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.threads/attach-many-short-lived-threads.c: New file.
8467 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8468
c1a747c1
PA
84692014-01-09 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8472 instead of to thread 2.
8473 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8474 Add barrier around each pthread_create call instead of around all
8475 calls.
8476 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8477 Set a break on thread_function and have the child threads hit it
8478 one at at a time.
8479
60b3033e
PA
84802015-01-09 Pedro Alves <palves@redhat.com>
8481
8482 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8483 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8484 false.
8485 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8486 checking whether the target board is remote.
8487 * gdb.multi/multi-attach.exp: Likewise.
8488 * gdb.python/py-sync-interp.exp: Likewise.
8489 * gdb.server/ext-attach.exp: Likewise.
8490 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8491 tests that need to attach, instead of checking whether the target
8492 board is remote at the top of the file.
8493
acc018ac
YQ
84942015-01-08 Yao Qi <yao@codesourcery.com>
8495
8496 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8497
50a18af8
JK
84982015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8499
8500 Fix testcase compilation.
8501 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8502
8503d6e1
JB
85032015-01-06 Joel Brobecker <brobecker@adacore.com>
8504
8505 * gdb.python/py-type.exp: Add a couple test about empty
8506 array creation, and negative-length array creation.
8507
cc73dbcc
DE
85082015-01-02 Doug Evans <xdje42@gmail.com>
8509
8510 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8511
0300bbc7
DE
85122015-01-02 Doug Evans <dje@google.com>
8513
8514 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8515
9d85a0ec
YQ
85162014-12-29 Yao Qi <yao@codesourcery.com>
8517
8518 * gdb.trace/entry-values.exp: Update comments. Rename variable
8519 bar_call_foo to returned_from_foo.
8520
87186c6a
MMN
85212014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8522
8523 PR gdb/17394
8524 * gdb.linespec/break-asm-file.c: New file.
8525 * gdb.linespec/break-asm-file.exp: New file.
8526 * gdb.linespec/break-asm-file0.s: New file.
8527 * gdb.linespec/break-asm-file1.s: New file.
8528
1bab7383
YQ
85292014-12-18 Nigel Stephens <nigel@mips.com>
8530 Maciej W. Rozycki <macro@codesourcery.com>
8531
8532 * gdb.base/float.exp: Handle the new output from "info float" on
8533 MIPS targets.
8534
1bc1068a
JK
85352014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8536
8537 Fix MinGW compilation.
8538 * gdb.compile/compile-ops.exp: Update untested message if
8539 !skip_compile_feature_tests.
8540 * gdb.compile/compile-setjmp.exp: Likewise.
8541 * gdb.compile/compile-tls.exp: Likewise.
8542 * gdb.compile/compile.exp: Likewise.
8543 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8544 supported on this host".
8545
b6615d10
DE
85462014-12-16 Doug Evans <xdje42@gmail.com>
8547
8548 * boards/stabs.exp: New file.
8549
25dda427
AA
85502014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8551
8552 * gdb.base/completion.exp: Adjust to format changes of "maint
8553 print user-registers".
8554
bf330350
CU
85552014-12-16 Catalin Udma <catalin.udma@freescale.com>
8556
8557 PR server/17457
8558 * gdb.arch/aarch64-fp.c: New file.
8559 * gdb.arch/aarch64-fp.exp: New file.
8560
395cf596
SDJ
85612014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8562
8563 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8564 r210637, r210913, r211666, r215400, r215817).
8565
8566 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8567 * dg-extract-results.py: New file.
8568 * dg-extract-results.sh: Use it if the environment seems
8569 suitable.
8570
8571 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8572
8573 * dg-extract-results.py (parse_run): Handle warnings that
8574 are printed before a test harness is run.
8575
8576 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8577
8578 * dg-extract-results.py (Named): Remove __cmp__ method.
8579 (output_variation): Use a key to sort variation.harnesses.
8580
8581 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8582
8583 * dg-extract-results.py: For Python 3, force sys.stdout to
8584 handle surrogate escape sequences.
8585 (safe_open): New function.
8586 (output_segment, main): Use it.
8587
8588 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8589
8590 * dg-extract-results.py (Prog.result_re): Include options
8591 in test name.
8592
8593 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8594
8595 * dg-extract-results.py (output_variation): Always sort if
8596 do_sum.
8597
e882ef3c
SM
85982014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8599
8600 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8601 as long as we get pagination notifications.
8602
4992aa20
JM
86032014-12-15 Jason Merrill <jason@redhat.com>
8604
8605 * Makefile.in (check-gdb.%): Restore.
8606 * README: Mention it.
8607
c1b5a1a6
JB
86082014-12-13 Joel Brobecker <brobecker@adacore.com>
8609
8610 * gdb.ada/str_uninit: New testcase.
8611
5537b577
JK
86122014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8613
8614 PR symtab/17642
8615 * gdb.base/vla-stub-define.c: New file.
8616 * gdb.base/vla-stub.c: New file.
8617 * gdb.base/vla-stub.exp: New file.
8618
bb2ec1b3
TT
86192014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8620 Jan Kratochvil <jan.kratochvil@redhat.com>
8621 Tom Tromey <tromey@redhat.com>
8622
8623 * configure.ac: Add gdb.compile/.
8624 * configure: Regenerate.
8625 * gdb.compile/Makefile.in: New file.
8626 * gdb.compile/compile-ops.exp: New file.
8627 * gdb.compile/compile-ops.c: New file.
8628 * gdb.compile/compile-tls.c: New file.
8629 * gdb.compile/compile-tls.exp: New file.
8630 * gdb.compile/compile-constvar.S: New file.
8631 * gdb.compile/compile-constvar.c: New file.
8632 * gdb.compile/compile-mod.c: New file.
8633 * gdb.compile/compile-nodebug.c: New file.
8634 * gdb.compile/compile-setjmp-mod.c: New file.
8635 * gdb.compile/compile-setjmp.c: New file.
8636 * gdb.compile/compile-setjmp.exp: New file.
8637 * gdb.compile/compile-shlib.c: New file.
8638 * gdb.compile/compile.c: New file.
8639 * gdb.compile/compile.exp: New file.
8640 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8641
4ff709eb
TT
86422014-12-12 Tom Tromey <tromey@redhat.com>
8643
8644 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8645 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8646
6dddd6a5
DE
86472014-12-12 Doug Evans <dje@google.com>
8648
8649 * lib/gdb-python.exp (get_python_valueof): New function.
8650 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8651
71c24708
AA
86522014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8653
8654 * gdb.base/completion.exp: Add test for completion of "info
8655 registers ".
8656
3e29f34a
MR
86572014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8658
8659 * gdb.base/func-ptrs.c: New file.
8660 * gdb.base/func-ptrs.exp: New file.
8661
fc126975
SM
86622014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8663
8664 PR breakpoints/17012
8665 * gdb.base/dprintf-detach.c: New file.
8666 * gdb.base/dprintf-detach.exp: New file.
8667
0a46d518
SM
86682014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8669
8670 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8671 * lib/gdb.exp (target_is_gdbserver): New procedure.
8672
a0be3e44
DE
86732014-12-08 Doug Evans <dje@google.com>
8674
8675 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8676
df1b803a
YQ
86772014-12-05 Yao Qi <yao@codesourcery.com>
8678
8679 * gdb.guile/scm-error.exp: Remove the third argument to
8680 gdb_remote_download.
8681 * gdb.guile/scm-frame-args.exp: Likewise.
8682 * gdb.guile/scm-section-script.exp: Likewise.
8683
ddb9f679
YQ
86842014-12-05 Yao Qi <yao@codesourcery.com>
8685
8686 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8687
86e4ed39
DE
86882014-12-04 Doug Evans <dje@google.com>
8689
8690 * gdb.python/py-objfile.exp: Add tests for
8691 objfile.add_separate_debug_file.
8692
7c50a931
DE
86932014-12-04 Doug Evans <dje@google.com>
8694
8695 * lib/gdb.exp (get_build_id): New function.
8696 (build_id_debug_filename_get): Rewrite to use it.
8697 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8698
621661e3
MR
86992014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8700
8701 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8702 `method(long)', not just 0x0.
8703 * gdb.cp/nsalias.exp: Align code labels to 4.
8704 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8705 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8706 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8707 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8708 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8709 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8710
29f0c3b7
DE
87112014-12-02 Doug Evans <dje@google.com>
8712
e1e061e7 8713 PR symtab/17602
29f0c3b7 8714 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8715 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8716 * gdb.cp/anon-ns.exp: Update.
8717
162078c8
NB
87182014-12-02 Nick Bull <nicholaspbull@gmail.com>
8719
8720 * gdb.python/py-events.py (inferior_call_handler): New.
8721 (register_changed_handler, memory_changed_handler): New.
8722 (test_events.invoke): Register new handlers.
8723 * gdb.python/py-events.exp: Add tests for inferior call,
8724 memory_changed and register_changed events.
8725
fdb09caf
AA
87262014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8727
8728 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8729 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8730 if the linker doesn't understand this.
8731
55cfb2c4
SM
87322014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8733
8734 * gdb.python/python.exp: Change expected reply to help().
8735
9e8cd6df
YQ
87362014-12-01 Yao Qi <yao@codesourcery.com>
8737
8738 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8739 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8740 * configure: Re-generated.
8741
6c659fc2
SC
87422014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8743
8744 * gdb.cp/chained-calls.cc: New file.
8745 * gdb.cp/chained-calls.exp: New file.
8746 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8747
d7fc3181
SM
87482014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8749
8750 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8751 * gdb.dwarf2/symtab-producer.exp: Same.
8752 * gdb.gdb/python-interrupts.exp: Same.
8753 * gdb.gdb/python-selftest.exp: Same.
8754 * gdb.python/py-linetable.exp: Same.
8755 * gdb.python/py-type.exp: Same.
8756 * gdb.python/py-value-cc.exp: Same.
8757 * gdb.python/py-value.exp: Same.
8758
10e79639
YQ
87592014-11-28 Yao Qi <yao@codesourcery.com>
8760
8761 * gdb.base/break-probes.exp: Match library name prefixed with
8762 sysroot.
8763
f28a0564
SM
87642014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8765
8766 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8767 test expected output. Add parentheses for the call to print.
8768 Remove L suffix from integers.
8769
3fe1ce1d
DE
87702014-11-26 Doug Evans <dje@google.com>
8771
8772 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8773
84429e27
YQ
87742014-11-22 Yao Qi <yao@codesourcery.com>
8775
8776 * gdb.trace/entry-values.c: Remove asms.
8777 (foo): Add foo_label.
8778 (bar): Add bar_label.
8779 * gdb.trace/entry-values.exp: Remove code computing foo's
8780 length and bar's length.
8781 (Dwarf::assemble): Invoke function_range for bar and use
8782 MACRO_AT_func for foo.
8783
26741859
YQ
87842014-11-22 Yao Qi <yao@codesourcery.com>
8785
8786 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8787 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8788 Use .Lgcc43_procstart instead of gcc43.
8789
45e44d27
JB
87902014-11-21 Joel Brobecker <brobecker@adacore.com>
8791
8792 * gdb.ada/n_arr_bound: New testcase.
8793
458c8db8
SDJ
87942014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8795
8796 PR breakpoints/10737
8797 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8798 test_catch_syscall_multi_arch.
8799 (test_catch_syscall_multi_arch): New function.
8800
43f3e411
DE
88012014-11-20 Doug Evans <xdje42@gmail.com>
8802
8803 * gdb.base/maint.exp: Update expected output.
8804
0d7b2549
AA
88052014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8806
8807 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8808 4-byte instruction on S390.
8809
8908fca5
JB
88102014-11-19 Joel Brobecker <brobecker@adacore.com>
8811
8812 * gdb.ada/arr_arr: New testcase.
8813
4a46959e
JB
88142014-11-19 Joel Brobecker <brobecker@adacore.com>
8815
8816 * gdb.ada/pkd_arr_elem: New Testcase.
8817
470e2f4e
LM
88182014-11-18 Luis Machado <lgustavo@codesourcery.com>
8819
8820 * gdb.reverse/break-precsave: Expect completion message for
8821 core file reads.
8822 * gdb.reverse/consecutive-precsave.exp: Likewise.
8823 * gdb.reverse/finish-precsave.exp: Likewise.
8824 * gdb.reverse/i386-precsave.exp: Likewise.
8825 * gdb.reverse/machinestate-precsave.exp: Likewise.
8826 * gdb.reverse/sigall-precsave.exp: Likewise.
8827 * gdb.reverse/solib-precsave.exp: Likewise.
8828 * gdb.reverse/step-precsave.exp: Likewise.
8829 * gdb.reverse/until-precsave.exp: Likewise.
8830 * gdb.reverse/watch-precsave.exp: Likewise.
8831
a267f3ad
AA
88322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8833
8834 * gdb.base/bp-permanent.c: Include unistd.h.
8835 * gdb.python/py-framefilter-mi.c (main): Add return type.
8836 * gdb.python/py-framefilter.c (main): Likewise.
8837 * gdb.trace/actions-changed.c (main): Likewise.
8838
12084a9a
AA
88392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8840
8841 * gdb.mi/until.c: Add eye-catchers.
8842 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8843 line numbers.
8844
dc7e1a77
AA
88452014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8846
8847 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8848 function header variants in break1.c.
8849 * gdb.base/ena-dis-br.exp: Likewise.
8850 * gdb.base/hbreak2.exp: Likewise.
8851 * gdb.reverse/until-precsave.exp: Drop references to removed
8852 non-prototype function header variants in ur1.c.
8853 * gdb.reverse/until-reverse.exp: Likewise.
8854
41c77605
PM
88552014-11-17 Petr Machata <pmachata@redhat.com>
8856
8857 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8858 ${_cu_offset_size} bytes abbrev offset.
8859
34248c3a
DE
88602014-11-15 Doug Evans <xdje42@gmail.com>
8861
8862 PR symtab/17559
8863 * gdb.base/line-symtabs.exp: New file.
8864 * gdb.base/line-symtabs.c: New file.
8865 * gdb.base/line-symtabs.h: New file.
8866
646da059
YQ
88672014-11-14 Yao Qi <yao@codesourcery.com>
8868
8869 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8870 (func): Add label func_label.
8871 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8872 Replace low_pc and high_pc with MACRO_AT_range.
8873 Replace name, low_pc and high_pc with MACRO_AT_func.
8874
9301ebe6
YQ
88752014-11-14 Yao Qi <yao@codesourcery.com>
8876
8877 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8878 Replace name, low_pc and high_pc with MACRO_AT_func.
8879
f166b542
YQ
88802014-11-14 Yao Qi <yao@codesourcery.com>
8881
8882 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8883 produce debug information.
8884 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8885
0f6e71e3
YQ
88862014-11-14 Yao Qi <yao@codesourcery.com>
8887
8888 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8889 object and get function length.
8890 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8891 with MACRO_AT_func.
8892 (top-level): Replace gdb_compile and clean_restart with
8893 prepare_for_testing.
8894 * gdb.dwarf2/main.c (main): Add label main_label.
8895
876c4df9
YQ
88962014-11-14 Yao Qi <yao@codesourcery.com>
8897
8898 * lib/dwarf.exp (function_range): New procedure.
8899 (Dwarf::_handle_macro_at_func): New procedure.
8900 (Dwarf::_handle_macro_at_range): New procedure.
8901 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8902
02ad9cf1
YQ
89032014-11-14 Yao Qi <yao@codesourcery.com>
8904
8905 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8906 (_handle_attribute): New procedure.
8907
a59add0c
AA
89082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8909
8910 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8911 * gdb.base/call-sc.c (zed): Likewise.
8912 * gdb.base/checkpoint.c (main): Likewise.
8913 * gdb.base/dump.c (main): Likewise.
8914 * gdb.base/gcore.c (main): Likewise.
8915 * gdb.base/huge.c (main): Likewise.
8916 * gdb.base/multi-forks.c (main): Likewise.
8917 * gdb.base/pr10179-a.c (main): Likewise.
8918 * gdb.base/savedregs.c (main): Likewise.
8919 * gdb.base/sigaltstack.c (main): Likewise.
8920 * gdb.base/siginfo.c (main): Likewise.
8921 * gdb.base/structs.c (zed): Likewise.
8922 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8923 * gdb.mi/mi-syn-frame.c (main): Likewise.
8924 * gdb.mi/until.c (foo, main): Likewise.
8925 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8926 * gdb.base/solib-weak.c (foo): Declare.
8927 * gdb.base/attach-twice.c: Include stdio.h.
8928 * gdb.base/weaklib1.c: Likewise.
8929 * gdb.base/weaklib2.c: Likewise.
8930 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8931 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8932 unistd.h.
8933 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8934 * gdb.mi/mi-exit-code.c: Likewise.
8935 * gdb.base/break-interp-lib.c: Include string.h.
8936 * gdb.base/coremaker.c: Likewise.
8937 * gdb.base/testenv.c: Likewise.
8938 * gdb.python/py-finish-breakpoint.c: Likewise.
8939 * gdb.base/inferior-died.c: Include sys/wait.h.
8940 * gdb.base/fileio.c: Include time.h.
8941 * gdb.base/async-shell.c: Include unistd.h.
8942 * gdb.base/dprintf-non-stop.c: Likewise.
8943 * gdb.base/info-os.c: Likewise.
8944 * gdb.mi/mi-console.c: Likewise.
8945 * gdb.mi/watch-nonstop.c: Likewise.
8946 * gdb.python/py-events.c: Likewise.
8947 * gdb.base/async.c (baz): Move up before its invocation.
8948 * gdb.base/code_elim2.c (my_global_func): Likewise.
8949 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8950 * gdb.base/advance.c (func2): Likewise.
8951
3b5d5997
AA
89522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8953
8954 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8955 variant.
8956 * gdb.base/annota3.c: Likewise.
8957 * gdb.base/async.c: Likewise.
8958 * gdb.base/average.c: Likewise.
8959 * gdb.base/call-ar-st.c: Likewise.
8960 * gdb.base/call-rt-st.c: Likewise.
8961 * gdb.base/call-sc.c: Likewise.
8962 * gdb.base/call-strs.c: Likewise.
8963 * gdb.base/ending-run.c: Likewise.
8964 * gdb.base/execd-prog.c: Likewise.
8965 * gdb.base/exprs.c: Likewise.
8966 * gdb.base/foll-exec.c: Likewise.
8967 * gdb.base/foll-fork.c: Likewise.
8968 * gdb.base/foll-vfork.c: Likewise.
8969 * gdb.base/funcargs.c: Likewise.
8970 * gdb.base/gcore.c: Likewise.
8971 * gdb.base/jump.c: Likewise.
8972 * gdb.base/langs0.c: Likewise.
8973 * gdb.base/langs1.c: Likewise.
8974 * gdb.base/langs2.c: Likewise.
8975 * gdb.base/mips_pro.c: Likewise.
8976 * gdb.base/nodebug.c: Likewise.
8977 * gdb.base/opaque0.c: Likewise.
8978 * gdb.base/opaque1.c: Likewise.
8979 * gdb.base/recurse.c: Likewise.
8980 * gdb.base/run.c: Likewise.
8981 * gdb.base/scope0.c: Likewise.
8982 * gdb.base/scope1.c: Likewise.
8983 * gdb.base/setshow.c: Likewise.
8984 * gdb.base/setvar.c: Likewise.
8985 * gdb.base/shmain.c: Likewise.
8986 * gdb.base/shr1.c: Likewise.
8987 * gdb.base/shr2.c: Likewise.
8988 * gdb.base/sigall.c: Likewise.
8989 * gdb.base/signals.c: Likewise.
8990 * gdb.base/so-indr-cl.c: Likewise.
8991 * gdb.base/solib2.c: Likewise.
8992 * gdb.base/structs.c: Likewise.
8993 * gdb.base/sum.c: Likewise.
8994 * gdb.base/vforked-prog.c: Likewise.
8995 * gdb.base/watchpoint.c: Likewise.
8996 * gdb.reverse/shr2.c: Likewise.
8997 * gdb.reverse/until-reverse.c: Likewise.
8998 * gdb.reverse/ur1.c: Likewise.
8999 * gdb.reverse/watch-reverse.c: Likewise.
9000
066a77c5
AA
90012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9002
9003 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
9004 variant.
9005 * gdb.base/sepdebug.exp: Drop references to removed code.
9006
4f204ea5
AA
90072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9008
9009 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
9010 variant. Preserve original line numbering.
9011 * gdb.base/list1.c: Likewise.
9012
3b377a3a
AA
90132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9014
9015 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
9016 variant.
9017 * gdb.base/break1.c: Likewise.
9018 * gdb.base/break.exp: Drop references to removed code.
9019
e444df73
AA
90202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9021
9022 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
9023 variant.
9024
8008f2a7
AA
90252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9026
9027 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
9028
a5a06887
AA
90292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9030
9031 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
9032 logic into perform_all_tests() and invoke it with and without
9033 function header prototypes.
9034 (do_function_calls): Remove conditional XFAIL for PR 5318.
9035 (rerun_and_prepare): Remove duplicate code.
9036 (perform_all_tests): New. Main logic moved here.
9037
44dba9b9
AA
90382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9039
9040 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
9041 code guarded by #ifdef NO_PROTOTYPES.
9042 (t_double_many_args): Likewise.
9043 (DEF_FUNC_MANY_ARGS_1): Likewise.
9044 (DEF_FUNC_VALUES_1): Likewise.
9045 (t_structs_ldc): Renamed from t_structs_fc in conditional code
9046 guarded by #ifdef PROTOTYPES.
9047
d1fbcd56
AA
90482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9049
9050 * gdb.mi/mi-console.c: Add eye-catcher.
9051 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
9052 instead of literal line number.
9053
b0e59b8f
AA
90542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9055
9056 * gdb.base/shr2.c: Add eye-catcher.
9057 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
9058 line number.
9059
78f98cca
AA
90602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9061
9062 * gdb.base/jump.c: Add eye-catchers.
9063 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
9064 numbers.
9065
58fa2af0
AA
90662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9067
9068 * gdb.base/execd-prog.c: Add eye-catchers.
9069 * gdb.base/foll-exec.c: Likewise.
9070 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
9071 line numbers.
9072
04e5059b
AA
90732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9074
9075 * gdb.base/ending-run.c: Add eye-catchers.
9076 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
9077 literal line numbers.
9078
dbfdb174
AA
90792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9080
9081 * gdb.base/call-rt-st.c: Add eye-catchers.
9082 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
9083 literal line numbers.
9084
888a2ade
AA
90852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9086
9087 * gdb.base/call-ar-st.c: Add eye-catchers.
9088 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
9089 literal line numbers.
9090
6acc2dde
AA
90912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9092
9093 * gdb.base/average.c: Add eye-catchers.
9094 * gdb.base/sum.c: Likewise.
9095 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
9096 regexps dynamically.
9097
9ecfcd1d
AA
90982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9099
9100 * gdb.base/solib1.c: Add eye-catchers.
9101 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
9102 literal line numbers.
9103
78708b7c
PA
91042014-11-12 Pedro Alves <palves@redhat.com>
9105
9106 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
9107 leader has exited.
9108
af48d08f
PA
91092014-11-12 Pedro Alves <palves@redhat.com>
9110
9111 * gdb.arch/i386-bp_permanent.c: New file.
9112 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
9113 (srcfile): Set to i386-bp_permanent.c.
9114 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9115 that stepi does not execute the 'leave' instruction, instead of
9116 testing it does execute.
9117 * gdb.base/bp-permanent.c: New file.
9118 * gdb.base/bp-permanent.exp: New file.
9119
af3768e9
DE
91202014-11-10 Doug Evans <xdje42@gmail.com>
9121
9122 PR symtab/17564
9123 * gdb.base/symtab-search-order.exp: New file.
9124 * gdb.base/symtab-search-order.c: New file.
9125 * gdb.base/symtab-search-order-1.c: New file.
9126 * gdb.base/symtab-search-order-shlib-1.c: New file.
9127
9de00a4a
PA
91282014-11-07 Pedro Alves <palves@redhat.com>
9129
9130 PR gdb/17511
9131 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9132 i?86-*-linux*.
9133
e0f52461
SC
91342014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9135
9136 PR c++/17494
9137 * gdb.cp/pr17494.cc: New file.
9138 * gdb.cp/pr17494.exp: New file.
9139
6ce8c980
YQ
91402014-11-02 Yao Qi <yao@codesourcery.com>
9141
9142 * gdb.python/python.exp: Get working directory and match the
9143 output of "set extended-prompt \\w " with it.
9144
02be9a71
DE
91452014-10-30 Doug Evans <dje@google.com>
9146
9147 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9148 in objfiles.
9149 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9150 in progspaces.
9151
3bdff46b
LM
91522014-10-30 Janis Johnson <janisjo@codesourcery.com>
9153
9154 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9155 * gdb.base/realname-expand.exp: Likewise.
9156 * gdb.linespec/macro-relative.exp: Likewise.
9157
ab917dfb
PA
91582014-10-29 Pedro Alves <palves@redhat.com>
9159
9160 PR gdb/17408
9161 * gdb.threads/schedlock.c (some_function): New function.
9162 (call_function): New global.
9163 (MAYBE_CALL_SOME_FUNCTION): New macro.
9164 (thread_function): Call it.
9165 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9166 and use it instead of a global counter. Adjust all callers.
9167 (get_current_thread): Use "find current thread" for test message
9168 here rather than having all callers pass down the same string.
9169 (goto_loop): New procedure, factored out from ...
9170 (my_continue): ... this.
9171 (step_ten_loops): Change parameter from test message to command to
9172 use. Adjust.
9173 (list_count): Delete global.
9174 (check_result): New procedure, factored out from duplicate top
9175 level code.
9176 (continue tests): Wrap in with_test_prefix.
9177 (test_step): New procedure, factored out from duplicate top level
9178 code.
9179 (top level): Test "step" in combination with all scheduler-locking
9180 modes. Test "next" in combination with all scheduler-locking
9181 modes, and in combination with stepping over a function call or
9182 not.
9183 * gdb.threads/next-bp-other-thread.c: New file.
9184 * gdb.threads/next-bp-other-thread.exp: New file.
9185
d3d4baed
PA
91862014-10-29 Pedro Alves <palves@redhat.com>
9187
9188 PR python/17372
9189 * gdb.python/python.exp: Test a multi-line command that spawns
9190 interactive Python.
9191 * gdb.base/multi-line-starts-subshell.exp: New file.
9192
563e8d85
YQ
91932014-10-29 Yao Qi <yao@codesourcery.com>
9194
9195 * gdb.base/fileio.exp: Make directories on host.
9196
0ea4d52e
YQ
91972014-10-29 Yao Qi <yao@codesourcery.com>
9198
9199 * gdb.base/fileio.c (test_write): Close the file.
9200
7f5ef605
PA
92012014-10-28 Pedro Alves <palves@redhat.com>
9202
9203 PR gdb/12623
9204 * gdb.base/sigstep.c (no_handler): New global.
9205 (main): If 'no_handler is true, set the signal handlers to
9206 SIG_IGN.
9207 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9208 with_sw_watch and no_handler parameters. Handle them.
9209 (top level) <stepping over handler when stopped at a breakpoint
9210 test>: Add a test axis for testing with a software watchpoint, and
9211 another for testing with the signal handler set to SIG_IGN.
9212 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9213 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9214
abbdbd03
PA
92152014-10-28 Pedro Alves <palves@redhat.com>
9216
9217 PR gdb/17511
9218 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9219 * gdb.base/sigstep.exp (other_handler_location): New global.
9220 (advance): Support stepping into the signal handler, and running
9221 commands while in the handler.
9222 (in_handler_map): New global.
9223 (top level): In the advance test, add combinations for getting
9224 into the handler with stepping commands, and for running commands
9225 in the handler. Add comment descripting the advancei tests.
9226
1df4399f
PA
92272014-10-28 Pedro Alves <palves@redhat.com>
9228
9229 * gdb.base/sigstep.exp: Use build_executable instead of
9230 prepare_for_testing.
9231 (top level): Move code that starts GDB, runs to main and creates a
9232 display to ...
9233 (restart): ... this new procedure.
9234 (top level): Move backtrace from signal handler test to ...
9235 (validate_backtrace): ... this new procedure.
9236 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9237 with_test_prefix. Always restart GDB.
9238 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9239 with_test_prefix. Always restart GDB. No need to delete
9240 breakpoints after the test.
9241 (test_skip_handler): Remove prefix parameter.
9242 (skip_over_handler, breakpoint_to_handler)
9243 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9244 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9245 restart GDB. No need to delete breakpoints after the test.
9246 (top level): Use foreach to call the test procedures with
9247 different commands.
9248
a5b6e449
PA
92492014-10-28 Pedro Alves <palves@redhat.com>
9250
9251 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9252 instead of GNATS numbers.
9253 * gdb.base/sigbpt.exp: Likewise.
9254 * gdb.base/siginfo.exp: Likewise.
9255 * gdb.base/sigstep.exp: Likewise.
9256
e5f8a7cc
PA
92572014-10-27 Pedro Alves <palves@redhat.com>
9258
9259 * gdb.base/sigstep.c (dummy): New global.
9260 (main): Issue a couple writes to the new global.
9261 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9262 procedures.
9263 (skip_over_handler): Use test_skip_handler.
9264 (top level): Call skip_over_handler for stepi and nexti too.
9265 (breakpoint_over_handler): Use test_skip_handler.
9266 (top level): Call breakpoint_over_handler for stepi and nexti too.
9267
763905a3
YQ
92682014-10-27 Yao Qi <yao@codesourcery.com>
9269
9270 * gdb.trace/tfile.c (adjust_function_address)
9271 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9272 function descriptor.
9273
6f259a23
DB
92742014-10-24 Don Breazeal <donb@codesourcery.com>
9275
9276 * gdb.base/foll-fork.exp (test_follow_fork,
9277 catch_fork_child_follow): Check for updated fork messages emitted
9278 from infrun.c.
9279 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9280 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9281 vfork_and_exec_child_follow_through_step): Check for updated vfork
9282 messages emitted from infrun.c.
9283
09dd9a69
PA
92842014-10-24 Pedro Alves <palves@redhat.com>
9285
9286 * gdb.base/corefile.exp: Remove references to ultrix.
9287 * gdb.base/interrupt.exp: Likewise.
9288 * gdb.base/whatis.exp: Likewise.
9289 * gdb.gdb/selftest.exp: Likewise.
9290 * gdb.threads/manythreads.exp: Likewise.
9291 * gdb.threads/print-threads.exp: Likewise.
9292 * gdb.threads/pthreads.exp:: Likewise.
9293 * gdb.threads/schedlock.exp: Likewise.
9294
3433cfa5
SC
92952014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9296
9297 * gdb.cp/non-trivial-retval.cc: Add a test case.
9298 * gdb.cp/non-trivial-retval.exp: Add a test.
9299
092f880b
YQ
93002014-10-20 Yao Qi <yao@codesourcery.com>
9301
9302 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9303 * gdb.python/py-objfile-script-gdb.py: New file.
9304 * gdb.python/py-objfile-script.exp: Update reference to
9305 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9306 of remote_download. Remove the dest file.
9307
acbdb7f3
YQ
93082014-10-20 Yao Qi <yao@codesourcery.com>
9309
9310 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9311 * gdb.base/step-line.exp: Likewise.
9312 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9313 * gdb.dwarf2/dw2-basic.exp: Likewise.
9314 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9315 * gdb.dwarf2/dw2-filename.exp: Likewise.
9316 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9317 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9318 * gdb.dwarf2/dw2-producer.exp: Likewise.
9319 * gdb.dwarf2/mac-fileno.exp: Likewise.
9320 * gdb.python/py-frame-args.exp: Likewise.
9321 * gdb.python/py-framefilter.exp: Likewise.
9322 * gdb.python/py-mi.exp: Likewise.
9323 * gdb.python/py-objfile-script.exp: Likewise
9324 * gdb.python/py-pp-integral.exp: Likewise.
9325 * gdb.python/py-pp-re-notag.exp: Likewise.
9326 * gdb.python/py-prettyprint.exp: Likewise.
9327 * gdb.python/py-section-script.exp: Likewise.
9328 * gdb.python/py-typeprint.exp: Likewise.
9329 * gdb.python/py-xmethods.exp: Likewise.
9330 * gdb.stabs/weird.exp: Likewise.
9331 * gdb.xml/tdesc-regs.exp: Likewise.
9332
bd286a29
KCY
93332014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9334
9335 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9336 (out_cu): Use addr_len for the size of addresses.
9337 (out_line): Likewise. Size DW_LNE_set_address instruction
9338 according to addr_len.
9339 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9340 (FUNC): Add START_INSNS to definition.
9341
673dc4a0
YQ
93422014-10-18 Yao Qi <yao@codesourcery.com>
9343
9344 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9345 gdb_has_argv0 return true.
9346 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9347 check [target_info exists noargs], check [gdb_has_argv0]
9348 instead.
9349 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9350 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9351 procedures.
9352
4ffbba72
DE
93532014-10-17 Doug Evans <dje@google.com>
9354
9355 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9356 event.
9357 * gdb.python/py-events.py: Add clear_objfiles event.
9358
d096d8c1
DE
93592014-10-17 Doug Evans <dje@google.com>
9360
9361 * gdb.python/py-objfile.exp: Test progspace attribute.
9362
a80db015
LM
93632014-10-17 Luis Machado <lgustavo@codesourcery.com>
9364
9365 * gdb.guile/scm-breakpoint.exp: Do not assume any
9366 directory separators when matching source file paths.
9367 * gdb.python/py-breakpoint.exp: Likewise.
9368 * gdb.reverse/break-precsave.exp: Likewise.
9369 * gdb.reverse/break-reverse.exp: Likewise.
9370 * gdb.reverse/consecutive-precsave.exp: Likewise.
9371 * gdb.reverse/finish-precsave.exp: Likewise.
9372 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9373 * gdb.reverse/finish-reverse.exp: Likewise.
9374 * gdb.reverse/i386-precsave.exp: Likewise.
9375 * gdb.reverse/i387-env-reverse.exp: Likewise.
9376 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9377 * gdb.reverse/machinestate-precsave.exp: Likewise.
9378 * gdb.reverse/machinestate.exp: Likewise.
9379 * gdb.reverse/sigall-precsave.exp: Likewise.
9380 * gdb.reverse/solib-precsave.exp: Likewise.
9381 * gdb.reverse/step-precsave.exp: Likewise.
9382 * gdb.reverse/until-precsave.exp: Likewise.
9383 * gdb.reverse/watch-precsave.exp: Likewise.
9384 * gdb.reverse/watch-reverse.exp: Likewise.
9385
b22089ab
YQ
93862014-10-17 Yao Qi <yao@codesourcery.com>
9387
9388 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9389 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9390
6c4486e6
PA
93912014-10-17 Pedro Alves <palves@redhat.com>
9392
9393 PR gdb/17471
9394 * gdb.base/bg-execution-repeat.c: New file.
9395 * gdb.base/bg-execution-repeat.exp: New file.
9396
0ff33695
PA
93972014-10-17 Pedro Alves <palves@redhat.com>
9398
9399 PR gdb/17300
9400 * gdb.base/continue-all-already-running.c: New file.
9401 * gdb.base/continue-all-already-running.exp: New file.
9402
6fdebc3d
PA
94032014-10-17 Pedro Alves <palves@redhat.com>
9404
9405 PR gdb/17472
9406 * gdb.base/annota-input-while-running.c: New file.
9407 * gdb.base/annota-input-while-running.exp: New file.
9408
32a8097b
PA
94092014-10-17 Pedro Alves <palves@redhat.com>
9410
9411 * gdb.base/callfuncs.exp: emove references to osf.
9412 * gdb.base/sigall.exp: Likewise.
9413 * gdb.gdb/selftest.exp: Likewise.
9414 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9415 * gdb.mi/non-stop.c: Likewise.
9416 * gdb.mi/pthreads.c: Likewise.
9417 * gdb.reverse/sigall-precsave.exp: Likewise.
9418 * gdb.reverse/sigall-reverse.exp: Likewise.
9419 * gdb.threads/pthreads.c: Likewise.
9420 * gdb.threads/pthreads.exp: Likewise.
9421
7a3517ff
YQ
94222014-10-17 Yao Qi <yao@codesourcery.com>
9423
9424 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9425 check 'target_info exists noargs'.
9426 (test_command_prompt_position): Likewise.
9427 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9428 Remove "set args".
9429 (progvar_simple_while_test): Likewise.
9430 (progvar_complex_if_while_test): Likewise.
9431 (if_while_breakpoint_command_test): Likewise.
9432 (infrun_breakpoint_command_test): Likewise.
9433 (breakpoint_command_test): Likewise.
9434 (watchpoint_command_test): Likewise.
9435 (bp_deleted_in_command_test): Likewise.
9436 (temporary_breakpoint_commands): Likewise.
9437
bb99c472
YQ
94382014-10-16 Yao Qi <yao@codesourcery.com>
9439
9440 * gdb.base/remotetimeout.exp: Remove noargs checking.
9441
7c16b83e
PA
94422014-10-15 Pedro Alves <palves@redhat.com>
9443
9444 PR breakpoints/9649
9445 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9446 * gdb.base/breakpoint-in-ro-region.exp
9447 (probe_target_hardware_step): New procedure.
9448 (top level): Probe hardware stepping and hardware breakpoint
9449 support. Test stepping through a read-only region, with both
9450 "breakpoint auto-hw" on and off and both "always-inserted" on and
9451 off.
9452
35a49624
IB
94532014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9454
9455 * gdb.dlang/demangle.exp: Update for demangling changes.
9456
2d1c107c
SC
94572014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9458
9459 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9460 * gdb.cp/non-trivial-retval.exp: Add new tests.
9461
778811d5
SC
94622014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9463
9464 PR c++/13403
9465 PR c++/15154
9466 * gdb.cp/non-trivial-retval.cc: New file.
9467 * gdb.cp/non-trivial-retval.exp: New file.
9468
10c5f0a8
YQ
94692014-10-15 Yao Qi <yao@codesourcery.com>
9470
9471 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9472 remote host.
9473
65d7b369
YQ
94742014-10-15 Yao Qi <yao@codesourcery.com>
9475
9476 * gdb.python/py-symbol.exp: Match file base name if host is
9477 remote, otherwise match file name with dir name.
9478 * gdb.python/py-symtab.exp: Likewise.
9479 * gdb.python/python.exp: Likewise.
9480
46dc1394
YQ
94812014-10-15 Yao Qi <yao@codesourcery.com>
9482
9483 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9484 pattern.
9485 * gdb.python/py-symtab.exp: Likewise.
9486 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9487 locationn.
9488
c40cc657
JB
94892014-10-14 Joel Brobecker <brobecker@adacore.com>
9490
9491 * gdb.ada/addr_arith: New testcase.
9492
2abf49e1
MR
94932014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9494
9495 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9496 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9497 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9498 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9499
f7088df3
SDJ
95002014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9501
9502 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9503 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9504 * gdb.arch/stap-eval-lang-ada.exp: New file.
9505
4dc06805
YQ
95062014-10-14 Yao Qi <yao@codesourcery.com>
9507
9508 * gdb.mi/mi-var-child.c (nothing1): New function.
9509 (nothing2): New function.
9510 (do_children_tests): Set function pointers by nothing1 and
9511 nothing2.
9512 * gdb.mi/mi-var-child.exp: Step over new added statements.
9513 Update test to match the new output.
9514 * gdb.mi/var-cmd.c (nothing1): New function.
9515 (nothing2): New function.
9516 (do_children_tests): Set function pointers by nothing1 and
9517 nothing2.
9518 * gdb.mi/mi-var-display.exp: Update test to match output.
9519 Step to the line specified by $line_dct_nothing.
9520 Increase the number of lines to step.
9521
46a93de2
YQ
95222014-10-14 Yao Qi <yao@codesourcery.com>
9523
9524 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9525 tests.
9526 * gdb.mi/mi2-var-child.exp: Likewise.
9527
14ea52ee
DE
95282014-10-13 Doug Evans <dje@google.com>
9529
9530 * gdb.python/py-objfile.exp: Change name of file name test.
9531
e5c6e92b
DE
95322014-10-13 Doug Evans <dje@google.com>
9533
9534 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9535 from the start of the CU.
9536
c780cc2f
JK
95372014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9538 Yao Qi <yao@codesourcery.com>
9539
9540 Fix "save breakpoints" for "catch" command.
9541 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9542 Remove -nonewline. Match also the added "main" line.
9543
99894e11
JK
95442014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9545
9546 Fix "save breakpoints" for "disable $bpnum" command.
9547 * gdb.base/save-bp.c (main): Add label.
9548 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9549
6e1ac5a3
JK
95502014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9551
9552 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9553
754dd2b0
YQ
95542014-10-11 Yao Qi <yao@codesourcery.com>
9555
9556 * gdb.server/server-kill.exp: Execute command
9557 "set remote trace-status-packet on" before "tstatus".
9558
f90183d7
YQ
95592014-10-11 Yao Qi <yao@codesourcery.com>
9560
9561 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9562 (main): Call getppid.
9563 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9564 and continue to it. Read variable "server_pid".
9565
bf40a607
YQ
95662014-10-11 Yao Qi <yao@codesourcery.com>
9567
9568 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9569
052ca370
YQ
95702014-10-11 Yao Qi <yao@codesourcery.com>
9571
9572 * gdb.threads/thread-find.exp: Don't execute command
9573 "info threads".
9574 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9575 * gdb.threads/linux-dp.exp: Don't check the condition
9576 $threads_created equals to zero.
9577
3831839c
PA
95782014-10-10 Pedro Alves <palves@redhat.com>
9579
9580 * gdb.base/bigcore.exp: Remove references to IRIX.
9581 * gdb.base/funcargs.exp: Likewise.
9582 * gdb.base/interrupt.exp: Likewise.
9583 * gdb.base/mips_pro.exp: Likewise.
9584 * gdb.base/nodebug.exp: Likewise.
9585 * gdb.base/setvar.exp: Likewise.
9586 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9587
8b9a549d
PA
95882014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9589 Pedro Alves <palves@redhat.com>
9590
9591 PR symtab/14466
9592 * gdb.base/vdso-warning.c: New file.
9593 * gdb.base/vdso-warning.exp: New file.
9594
d48ba5e8
DE
95952014-10-02 Doug Evans <dje@google.com>
9596
9597 * gdb.base/structs.c (main): Don't run forever.
9598
2278c276
PA
95992014-10-02 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9602 (top level) <stop threads 1, stop threads 2>: Use it.
9603
b57bacec
PA
96042014-10-02 Pedro Alves <palves@redhat.com>
9605
9606 * gdb.threads/break-while-running.exp (test): Add new
9607 'update_thread_list' argument. Skip "info threads" if false.
9608 (top level): Add new 'update_thread_list' axis.
9609
13fd3ff3
PA
96102014-10-02 Pedro Alves <palves@redhat.com>
9611
9612 PR breakpoints/17431
9613 * gdb.base/execl-update-breakpoints.c: New file.
9614 * gdb.base/execl-update-breakpoints.exp: New file.
9615
0fec99e8
PA
96162014-10-01 Pedro Alves <palves@redhat.com>
9617
9618 * gdb.base/breakpoint-in-ro-region.c: New file.
9619 * gdb.base/breakpoint-in-ro-region.exp: New file.
9620
2ddf4301
SM
96212014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9622
9623 * gdb.mi/mi-exit-code.exp: New file.
9624 * gdb.mi/mi-exit-code.c: New file.
9625
6a5f3f43
YQ
96262014-09-30 Yao Qi <yao@codesourcery.com>
9627
9628 * lib/prelink-support.exp (build_executable_own_libs): Error if
9629 the target isn't native.
9630
345bcc73
YQ
96312014-09-30 Yao Qi <yao@codesourcery.com>
9632
9633 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9634 false.
9635
a25a5a45
PA
96362014-09-22 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.threads/break-while-running.exp: New file.
9639 * gdb.threads/break-while-running.c: New file.
9640
00ba3162
YQ
96412014-09-19 Yao Qi <yao@codesourcery.com>
9642
9643 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9644 Invoke test. Restart GDB with --readnow and invoke test again.
9645
c3b7b696
YQ
96462014-09-19 Yao Qi <yao@codesourcery.com>
9647
9648 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9649 proc set_breakpoint_on_gcd_function. Invoke
9650 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9651 invoke set_breakpoint_on_gcd_function again.
9652
2b4fd423
DE
96532014-09-18 Doug Evans <dje@google.com>
9654
9655 * gdb.dwarf2/symtab-producer.exp: New file.
9656
a5947601
SDJ
96572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9658
9659 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9660 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9661 * gdb.base/global-var-nested-by-dso.c: Likewise.
9662 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9663
91c19059
SDJ
96642014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9665 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.base/watch-bitfields.exp: Pass string other than test file
9668 name to prepare_for_testing.
9669 (watch): New procedure.
9670 (expect_watchpoint): Use with_test_prefix.
9671 (top level): Factor out tests to ...
9672 (test_watch_location, test_regular_watch): ... these new
9673 procedures, and use with_test_prefix and gdb_continue_to_end.
9674
bb9d5f81
PP
96752014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9676
9677 PR breakpoints/12526
9678 * gdb.base/watch-bitfields.exp: New file.
9679 * gdb.base/watch-bitfields.c: New file.
9680
635856f5
PA
96812014-09-16 Pedro Alves <palves@redhat.com>
9682
9683 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9684 software and hardware addresses, not software address against
9685 itself.
9686
7280ceea
PA
96872014-09-16 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9690 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9691
428b16bd
PA
96922014-09-16 Pedro Alves <palves@redhat.com>
9693
9694 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9695 files.
9696 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9697 "*-*-vxworks*" throughout.
9698 * gdb.base/break.exp: Likewise.
9699 * gdb.base/default.exp: Likewise.
9700 * gdb.base/scope.exp: Likewise.
9701 * gdb.base/sepdebug.exp: Likewise.
9702 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9703 throughout.
9704 * gdb.base/run.c: Likewise.
9705 * gdb.base/sepdebug.c: Likewise.
9706 * gdb.hp/gdb.aCC/run.c: Likewise.
9707 * gdb.reverse/until-reverse.c: Likewise.
9708 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9709
666d413c
YQ
97102014-09-16 Yao Qi <yao@codesourcery.com>
9711
9712 * boards/local-remote-host-native.exp: New file.
9713
57cbd724
DE
97142014-09-14 Doug Evans <xdje42@gmail.com>
9715
9716 * gdb.threads/queue-signal.c (thread_count): New variable.
9717 (thread_count_mutex, thread_count_condvar): New variables.
9718 (incr_thread_count, wait_all_threads_running): New functions.
9719 (main): Wait for all threads to be in their thread functions.
9720
81219e53
DE
97212014-09-13 Doug Evans <xdje42@gmail.com>
9722
9723 * gdb.threads/queue-signal.c: New file.
9724 * gdb.threads/queue-signal.exp: New file.
9725
3714cea7
DE
97262014-09-13 Doug Evans <xdje42@gmail.com>
9727
9728 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9729 be consistent with what default_gdb_init uses.
9730 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9731 the plain text of the prompt. Add some logging printfs.
9732 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9733
fa43b1d7
PA
97342014-09-12 Pedro Alves <palves@redhat.com>
9735
9736 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9737 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9738 * gdb.arch/i386-size-overlap.exp: Likewise.
9739 * gdb.arch/i386-size.exp: Likewise.
9740 * gdb.arch/i386-unwind.exp: Likewise.
9741 * gdb.base/a2-run.exp: Likewise.
9742 * gdb.base/break.exp: Likewise.
9743 * gdb.base/charset.exp: Likewise.
9744 * gdb.base/chng-syms.exp: Likewise.
9745 * gdb.base/commands.exp: Likewise.
9746 * gdb.base/dbx.exp: Likewise.
9747 * gdb.base/find.exp: Likewise.
9748 * gdb.base/funcargs.exp: Likewise.
9749 * gdb.base/jit-simple.exp: Likewise.
9750 * gdb.base/reread.exp: Likewise.
9751 * gdb.base/sepdebug.exp: Likewise.
9752 * gdb.base/step-bt.exp: Likewise.
9753 * gdb.cp/mb-inline.exp: Likewise.
9754 * gdb.cp/mb-templates.exp: Likewise.
9755 * gdb.objc/basicclass.exp: Likewise.
9756 * gdb.threads/killed.exp: Likewise.
9757
9d9bf2df
EBM
97582014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9759
9760 PR tdep/17379
9761 * gdb.arch/powerpc-stackless.S: New file.
9762 * gdb.arch/powerpc-stackless.exp: New file.
9763
1cf2f1b0
JK
97642014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9765
9766 * gdb.base/attach.c: Include unistd.h.
9767 (main): Call alarm. Add label postloop.
9768 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9769 gdb_breakpoint, gdb_continue_to_breakpoint.
9770 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9771
98880d46
PA
97722014-09-11 Pedro Alves <palves@redhat.com>
9773
9774 PR gdb/17347
9775 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9776 * gdb.base/attach.exp (test_command_line_attach_run): New
9777 procedure.
9778 (top level): Call it.
9779
4c92ff2c
PA
97802014-09-11 Pedro Alves <palves@redhat.com>
9781
9782 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9783 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9784 (do_command_attach_tests): Use spawn_wait_for_attach.
9785 * gdb.base/solib-overlap.exp: Likewise.
9786 * gdb.multi/multi-attach.exp: Likewise.
9787 * gdb.python/py-prompt.exp: Likewise.
9788 * gdb.python/py-sync-interp.exp: Likewise.
9789 * gdb.server/ext-attach.exp: Likewise.
9790
3adc1a7d
GKB
97912014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9792
9793 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9794 command in testcase. Simplify testcase.
9795
96334934
JB
97962014-09-10 Joel Brobecker <brobecker@adacore.com>
9797
9798 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9799
eb479039
JB
98002014-09-10 Joel Brobecker <brobecker@adacore.com>
9801
9802 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9803
deede10c
JB
98042014-09-10 Joel Brobecker <brobecker@adacore.com>
9805
9806 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9807
7828a5f5
JB
98082014-09-10 Joel Brobecker <brobecker@adacore.com>
9809
9810 * gdb.dwarf2/dynarr-ptr.c: New file.
9811 * gdb.dwarf2/dynarr-ptr.exp: New file.
9812
33aeebcf
MR
98132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9814
9815 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9816 of 30 rather than hardcoding 120 for a slow test case. Take the
9817 `gdb,timeout' target setting into account for this calculation.
9818 Don't extend the timeout for the test cases that don't need it.
9819
7b415901
MR
98202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9821
9822 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9823 a factor of 2 for a slow test case. Take the `gdb,timeout'
9824 target setting into account for this calculation.
9825 * gdb.reverse/until-precsave.exp: Increase the timeout by
9826 a factor of 15 and 3 respectively rather than adding 120
9827 for a pair of slow test cases. Take the `gdb,timeout'
9828 target setting into account for this calculation.
9829
4a40f85a
MR
98302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9831
9832 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9833 timeout, don't pass one down to gdb_expect.
9834 (gdb_expect): Rework timeout selection.
9835
09635af7
MR
98362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9837
9838 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9839 exception on timeout.
9840 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9841 (gdbserver_start_extended): Catch any `gdbserver_start' error
9842 exceptions.
9843 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9844 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9845 `gdbserver_gdb_load' error exceptions.
9846
2bdd10b7
MR
98472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9848
9849 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9850 120 on waiting for the TCP socket to open.
9851
316935f0
DE
98522014-09-09 Doug Evans <xdje42@gmail.com>
9853
9854 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9855 _caller_matches, _any_caller_is, _any_caller_matches.
9856
83740597
DE
98572014-09-09 Doug Evans <xdje42@gmail.com>
9858
9859 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9860
4c122fc3
YQ
98612014-09-09 Yao Qi <yao@codesourcery.com>
9862
9863 * gdb.mi/mi-var-display.exp: Set print symbol off.
9864
a9f116cb
GKB
98652014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9866
9867 PR gdb/17035
9868 * gdb.base/commands.exp: Add tests to verify user-defined
9869 commands with empty bodies.
9870 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9871 python commands in `show user command`.
9872 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9873 scheme commands in `show user command`.
9874
c75bd3a2
JK
98752014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9876
9877 PR python/17355
9878 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9879 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9880 * gdb.python/py-framefilter-invalidarg.exp: New file.
9881 * gdb.python/py-framefilter-invalidarg.py: New file.
9882
faa42425
DE
98832014-09-06 Doug Evans <xdje42@gmail.com>
9884
9885 PR 15276
9886 * gdb.python/py-caller-is.c: New file.
9887 * gdb.python/py-caller-is.exp: New file.
9888
474ca4f6
SDJ
98892014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9890
9891 PR gdb/17235
9892 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9893 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9894
eb0b0463
SDJ
98952014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9896
9897 PR fortran/17237
9898 * gdb.fortran/print-formatted.exp: New file.
9899 * gdb.fortran/print-formatted.f90: Likewise.
9900
5f3b99cf
SS
99012014-09-03 Sasha Smundak <asmundak@google.com>
9902
9903 * gdb.python/py-frame.exp: Test Frame.read_register.
9904
7d793aa9
SDJ
99052014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9906
9907 PR python/16699
9908 * gdb.python/py-completion.exp: New file.
9909 * gdb.python/py-completion.py: Likewise.
9910
fb0576e9
DE
99112014-08-28 Doug Evans <dje@google.com>
9912
9913 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9914 eax,etc. are live with values set by gdb and thus the compiler can't
9915 use them.
9916 * gdb.arch/i386-pseudo.c (main): Ditto.
9917
ee92b0dd
DE
99182014-08-27 Doug Evans <dje@google.com>
9919
9920 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9921
6649db35
DE
99222014-08-25 Doug Evans <dje@google.com>
9923
9924 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9925 (main): Ditto.
9926
564b7600
DE
99272014-08-25 Doug Evans <dje@google.com>
9928
9929 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9930
3881fb67
YQ
99312014-08-24 Yao Qi <yao@codesourcery.com>
9932
9933 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9934 symbol off.
9935 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9936
a05a36a5
DE
99372014-08-22 Doug Evans <dje@google.com>
9938
9939 PR 17276
9940 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9941 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9942 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9943
7c343b48
YQ
99442014-08-22 Yao Qi <yao@codesourcery.com>
9945
9946 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9947 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9948 * gdb.python/python.exp: Likewise. Use .py file on the host
9949 instead of the build.
9950
22fd09ae
JK
99512014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9952
9953 * gdb.threads/gcore-stale-thread.c: New file.
9954 * gdb.threads/gcore-stale-thread.exp: New file.
9955
a8454a7c
PA
99562014-08-21 Pedro Alves <palves@redhat.com>
9957
9958 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9959 * gdb.base/gcore-relro-pie.exp: Likewise.
9960 * gdb.base/gcore-relro.exp: Likewise.
9961 * gdb.base/gcore.exp: Likewise.
9962 * gdb.base/print-symbol-loading.exp: Likewise.
9963 * gdb.threads/gcore-thread.exp: Likewise.
9964 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9965
2a31c623
PA
99662014-08-20 Pedro Alves <palves@redhat.com>
9967 Jan Kratochvil <jan.kratochvil@redhat.com>
9968
9969 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9970 configure.
9971 (EXPECT): Handle READ1 being set.
9972 (all): Depend on EXTRA_RULES.
9973 (check-read1, expect-read1, read1.so, read1): New rules.
9974 * README (Testsuite Parameters): Document the READ1 make variable.
9975 (Race detection): New section.
9976 * configure: Regenerate.
9977 * configure.ac: If build==host==target, and running under a
9978 GNU/glibc system, add read1 to the extra Makefile rules.
9979 (EXTRA_RULES): AC_SUBST it.
9980 * lib/read1.c: New file.
9981
d36430db
JB
99822014-08-20 Joel Brobecker <brobecker@adacore.com>
9983
9984 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9985 the handling of variables declared as a typedef to an array
9986 which a DW_AT_data_location attribute.
9987
9a0dc9e3
PA
99882014-08-19 Andrew Burgess <aburgess@broadcom.com>
9989 Pedro Alves <palves@redhat.com>
9990
9991 PR symtab/14604
9992 PR symtab/14605
9993 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9994 gdb_test.
9995
0718a8da
PA
99962014-08-19 Pedro Alves <palves@redhat.com>
9997
9998 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9999
13b448cd
YQ
100002014-08-19 Yao Qi <yao@codesourcery.com>
10001
10002 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
10003 right line.
10004
1cbf5077
DB
100052014-08-18 David Blaikie <dblaikie@gmail.com>
10006
10007 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
10008
bf0fae19
JB
100092014-08-18 Joel Brobecker <brobecker@adacore.com>
10010
10011 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
10012 attribute in array range.
10013
3c8c5dcc
JB
100142014-08-18 Joel Brobecker <brobecker@adacore.com>
10015
10016 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
10017
e66d4446
SC
100182014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10019
10020 PR c++/17132
10021 * gdb.cp/pr17132.cc: New file.
10022 * gdb.cp/pr17132.exp: New file.
10023
940df408
SC
100242014-08-15 Siva Chandra Reddy <sivachandra@google.com>
10025
10026 * gdb.python/py-xmethods.py (A_getarrayind)
10027 (E_method_char_worker.__call__, E_method_int_worker.__call__):
10028 Use 'print' with function call syntax.
10029 (E_method_matcher.match): Fix tab vs space indentation mixup.
10030
ebcc6c3a
YQ
100312014-08-15 Yao Qi <yao@codesourcery.com>
10032
10033 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
10034 false.
10035
775e0f04
YQ
100362014-08-15 Yao Qi <yao@codesourcery.com>
10037
10038 * gdb.cp/casts.exp: Set print symbol off.
10039 * gdb.cp/class2.exp: Likewise.
10040 * gdb.cp/overload.exp: Likewise.
10041 * gdb.cp/templates.exp: Likewise.
10042
d769e349
DE
100432014-08-11 Doug Evans <dje@google.com>
10044
10045 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10046 (test_load_shlib): Update.
10047
20c6f1e1
YQ
100482014-08-09 Yao Qi <yao@codesourcery.com>
10049
10050 * gdb.base/display.exp: Invoke is_address_zero_readable.
10051 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
10052 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10053 * gdb.base/hbreak-unmapped.exp: Return if
10054 is_address_zero_readable returns true.
10055 * gdb.base/signest.exp: Likewise.
10056 * gdb.base/signull.exp: Likewise.
10057 * gdb.base/sigbpt.exp: Likewise.
10058 * gdb.guile/scm-disasm.exp: Do the test if
10059 is_address_zero_readable returns false.
10060 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
10061 * gdb.python/py-arch.exp: Likewise.
10062 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
10063 * lib/gdb.exp (is_address_zero_readable): New proc.
10064
5792e8e3
YQ
100652014-08-09 Yao Qi <yao@codesourcery.com>
10066
10067 PR testsuite/13443
10068 * gdb.mi/mi-var-display.exp: Make test messages unique.
10069
3cecbbbe
TT
100702014-08-04 Tom Tromey <tromey@redhat.com>
10071
10072 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
10073 target 0".
10074
00b51ff5
TT
100752014-08-04 Tom Tromey <tromey@redhat.com>
10076
10077 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
10078 "target_resume".
10079
6908c509
JB
100802014-08-01 Joel Brobecker <brobecker@adacore.com>
10081
10082 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
10083 inner_vla_struct_object_size.
10084 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
10085 as xfail.
10086
cc6563d2
PA
100872014-07-30 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.threads/signal-command-handle-nopass.exp (test): Add
10090 comment.
10091
7e09a223
YQ
100922014-07-29 Yao Qi <yao@codesourcery.com>
10093
10094 PR gdb/17206
10095 * gdb.base/until-nodebug.exp: New.
10096
7ebdbe92
DE
100972014-07-28 Doug Evans <xdje42@gmail.com>
10098
10099 PR guile/17203
10100 * gdb.guile/scm-parameter.exp: Add tests for trying to create
10101 previously existing parameter, and previously ambiguously spelled
10102 parameter.
10103
fdb1adc6
WN
101042014-07-28 Will Newton <will.newton@linaro.org>
10105
10106 * gdb.base/varargs.exp: Remove KFAILs for ARM.
10107
186fcde0
DE
101082014-07-26 Ludovic Courtès <ludo@gnu.org>
10109 Doug Evans <xdje42@gmail.com>
10110
10111 PR guile/17146
10112 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
10113
70509625
PA
101142014-07-25 Pedro Alves <palves@redhat.com>
10115
10116 * gdb.threads/signal-command-handle-nopass.c: New file.
10117 * gdb.threads/signal-command-handle-nopass.exp: New file.
10118 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10119 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10120 * gdb.threads/signal-delivered-right-thread.c: New file.
10121 * gdb.threads/signal-delivered-right-thread.exp: New file.
10122
c3f814a1
PA
101232014-07-25 Pedro Alves <palves@redhat.com>
10124
10125 * gdb.base/double-prompt-target-event-error.exp
10126 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10127 match.
10128 (cancel_pagination_in_target_event): Rework double prompt
10129 detection.
10130 * gdb.base/paginate-after-ctrl-c-running.exp
10131 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10132 <return>' match.
10133 * gdb.base/paginate-bg-execution.exp
10134 (test_bg_execution_pagination_return)
10135 (test_bg_execution_pagination_cancel): Remove '-notransfer
10136 <return>' matches.
10137 * gdb.base/paginate-execution-startup.exp
10138 (test_fg_execution_pagination_return)
10139 (test_fg_execution_pagination_cancel): Remove '-notransfer
10140 <return>' matches.
10141 * gdb.base/paginate-inferior-exit.exp
10142 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10143 match.
10144 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10145 * lib/gdb.exp (pagination_prompt): Run text through
10146 string_to_regexp.
10147 (gdb_test_multiple): Match $pagination_prompt instead of
10148 "<return>".
10149 (string_to_regexp): Move to lib/gdb-utils.exp.
10150
e214cf6c
JK
101512014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10152
10153 * gdb.arch/amd64-entry-value-paramref.S: New file.
10154 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10155 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10156 * gdb.arch/amd64-optimout-repeat.S: New file.
10157 * gdb.arch/amd64-optimout-repeat.c: New file.
10158 * gdb.arch/amd64-optimout-repeat.exp: New file.
10159
17d0c5c8
JK
101602014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10161
10162 PR gdb/17170
10163 * gdb.base/statistics.exp: New file.
10164
b8b8facf
DE
101652014-07-17 Doug Evans <dje@google.com>
10166
74b49205 10167 PR gdb/17170
b8b8facf
DE
10168 * gdb.base/maint.exp: Update testing of per-command stats.
10169
1b5d0ab3
PA
101702014-07-16 Pedro Alves <palves@redhat.com>
10171
10172 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10173 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10174 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10175 (tfile_write_buf): New functions.
10176 (add_memory_block): Rewrite using the above.
10177 (adjust_function_address): New function.
10178 (FUNCTION_ADDRESS): New macro.
10179 (write_basic_trace_file): Remove short_x local, and use
10180 tfile_write_16. Change type of func_addr local to unsigned long
10181 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10182 here. Cast argument of add_memory_block to char pointer.
10183 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10184 (main): Remove parameters.
10185 * gdb.trace/tfile.exp: Remove nowarnings.
10186
4d974e88
SM
101872014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10188
10189 * gdb.base/debug-expr.exp: Test string evaluation with
10190 "debug expression" on.
10191
41e99568
PA
101922014-07-15 Pedro Alves <palves@redhat.com>
10193
10194 * gdb.base/reread.exp: Use clean_restart.
10195
487d9753
PL
101962014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10197
10198 * gdb.arch/avr-flash-qualifer.c: New.
10199 * gdb.arch/avr-flash-qualifer.exp: New.
10200
cc1c52ad
PA
102012014-07-14 Pedro Alves <palves@redhat.com>
10202
10203 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10204 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10205
1e973570
PA
102062014-07-14 Pedro Alves <palves@redhat.com>
10207
10208 * gdb.base/double-prompt-target-event-error.c: New file.
10209 * gdb.base/double-prompt-target-event-error.exp: New file.
10210
93d6eb10
PA
102112014-07-14 Pedro Alves <palves@redhat.com>
10212
10213 PR gdb/17072
10214 * gdb.base/paginate-inferior-exit.c: New file.
10215 * gdb.base/paginate-inferior-exit.exp: New file.
10216
0017922d
PA
102172014-07-14 Pedro Alves <palves@redhat.com>
10218
10219 PR gdb/17072
10220 * gdb.base/paginate-bg-execution.c: New file.
10221 * gdb.base/paginate-bg-execution.exp: New file.
10222
94696ad3
PA
102232014-07-14 Pedro Alves <palves@redhat.com>
10224
10225 PR gdb/17072
10226 * gdb.base/paginate-execution-startup.c: New file.
10227 * gdb.base/paginate-execution-startup.exp: New file.
10228 * lib/gdb.exp (pagination_prompt): New global.
10229 (default_gdb_spawn): New procedure, factored out from
10230 default_gdb_spawn.
10231 (default_gdb_start): Adjust to call default_gdb_spawn.
10232 (gdb_spawn): New procedure.
10233
bd293940
PA
102342014-07-14 Pedro Alves <palves@redhat.com>
10235
10236 * lib/gdb.exp (gdb_assert): New procedure.
10237 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10238
c933f875
PA
102392014-07-14 Pedro Alves <palves@redhat.com>
10240
10241 * gdb.base/execution-termios.c: New file.
10242 * gdb.base/execution-termios.exp: New file.
10243
d98b7a16
TT
102442014-07-14 Tom Tromey <tromey@redhat.com>
10245
10246 * gdb.cp/vla-cxx.cc: New file.
10247 * gdb.cp/vla-cxx.exp: New file.
10248
548740d6
TT
102492014-07-14 Tom Tromey <tromey@redhat.com>
10250
10251 * gdb.reverse/rerun-prec.c: New file.
10252 * gdb.reverse/rerun-prec.exp: New file.
10253
a25eb028
MR
102542014-07-12 Maciej W. Rozycki <macro@mips.com>
10255 Maciej W. Rozycki <macro@codesourcery.com>
10256
10257 * lib/gdb-utils.exp: New file.
10258 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10259 inline `gdb_init_command' processing.
10260 (gdb_start_cmd): Likewise.
10261 * lib/mi-support.exp (mi_run_cmd): Likewise.
10262 * README: Document `gdb_init_command' and `gdb_init_commands'.
10263
218c2655
JK
102642014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10265
10266 Fix false FAIL running under a very long directory name.
10267 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10268 and "set print elements 10000". Twice.
10269
5401fde3
YQ
102702014-07-11 Yao Qi <yao@codesourcery.com>
10271
10272 * gdb.base/exprs.exp: "set print symbol off".
10273
e76126e8
PA
102742014-07-11 Pedro Alves <palves@redhat.com>
10275
10276 * gdb.threads/kill.c: New file.
10277 * gdb.threads/kill.exp: New file.
10278
2d6f0de6
YQ
102792014-07-10 Yao Qi <yao@codesourcery.com>
10280
10281 * gdb.trace/tfile.c (write_basic_trace_file)
10282 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10283 address written to trace file.
10284
7180e04a
PA
102852014-07-09 Pedro Alves <palves@redhat.com>
10286
10287 * gdb.base/attach-wait-input.exp: New file.
10288 * gdb.base/attach-wait-input.c: New file.
10289
9a9a7608
AB
102902014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10291
10292 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10293 setting up test structures.
10294 (main): Call new test function.
10295 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10296 test function, continue into test function and walk test
10297 structures.
10298
161ac41e
YQ
102992014-07-02 Yao Qi <yao@codesourcery.com>
10300
10301 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10302 'bar_start' at the beginning of functions 'foo' and 'bar'
10303 respectively.
10304 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10305 instead of 'foo' and 'bar'.
10306
1f267ae3
MM
103072014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10308
10309 * gdb.btrace/segv.exp: New.
10310 * gdb.btrace/segv.c: New.
10311
2b239efb
LM
103122014-07-02 Luis Machado <lgustavo@codesourcery.com>
10313
10314 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10315 instruction.
10316
cf363f18
MW
103172014-06-30 Mark Wielaard <mjw@redhat.com>
10318
10319 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10320 vulture, vilify, villar): New volatile array constants.
10321 (vindictive, vegetation): New const volatile array constants.
10322 * gdb.base/volatile.exp: Test volatile and const volatile array
10323 types.
10324
aebf9d24
AA
103252014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10326
10327 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10328 target lacks support for awatch, rwatch, or hbreak.
10329
b67a2c6f
YQ
103302014-06-27 Yao Qi <yao@codesourcery.com>
10331
10332 * gdb.multi/dummy-frame-restore.exp: New.
10333 * gdb.multi/dummy-frame-restore.c: New.
10334
aef92902
MM
103352014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10336
10337 * gdb.btrace/gcore.exp: New.
10338
8e9db26e
PA
103392014-06-23 Pedro Alves <palves@redhat.com>
10340
10341 * gdb.base/watchpoint-reuse-slot.c: New file.
10342 * gdb.base/watchpoint-reuse-slot.exp: New file.
10343
70afc5b7
SC
103442014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10345
10346 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10347 progspace's filename in 'info', 'enable' and 'disable' command
10348 tests.
10349
b972bd9c
JK
103502014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10351
10352 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10353 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10354 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10355
125f8a3d
GB
103562014-06-20 Gary Benson <gbenson@redhat.com>
10357
10358 * gdb.arch/i386-avx.exp: Fix include file location.
10359 * gdb.arch/i386-sse.exp: Likewise.
10360
3ed9baed
IB
103612014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10362
10363 * gdb.dlang/expression.exp: New file.
10364
034f788c
PA
103652014-06-19 Pedro Alves <palves@redhat.com>
10366
10367 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10368 out from ...
10369 (top level): ... here. Iterate running tests under different
10370 scheduler-locking settings.
10371
45371d0c
LM
103722014-06-18 Luis Machado <lgustavo@codesourcery.com>
10373
10374 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10375 to DW_FORM_addr and use non-zero addresses.
10376
5d376983
SC
103772014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10378
10379 PR gdb/17017
10380 * gdb.python/py-xmethods.cc: Add global function call counters and
10381 increment them in their respective functions. Remove "cout"
10382 statements.
10383 * gdb.python/py-xmethods.exp: Make tests check the global function
10384 call counters instead of depending on inferior IO.
10385
a1aa2221
LM
103862014-06-18 Don Breazeal <donb@codesourcery.com>
10387
10388 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10389 Deleted procedure.
10390 (explicit_fork_parent_follow): Deleted procedure.
10391 (explicit_fork_child_follow): Deleted procedure.
10392 (test_follow_fork): New procedure.
10393 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10394 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10395 procedure calls.
10396
0fc05997
YQ
103972014-06-17 Yao Qi <yao@codesourcery.com>
10398
10399 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10400 CP1252.
10401
70795c52
LM
104022014-06-17 Luis Machado <lgustavo@codesourcery.com>
10403
10404 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10405 Initialize ptr and S explicitly.
10406 (skip_type_update_when_not_use_rtti_test): Likewise.
10407
6be47f0c
KS
104082014-06-16 Keith Seitz <keiths@redhat.com>
10409
10410 PR mi/15863
10411 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10412 the inferior is started.
10413
d03de421
PA
104142014-06-16 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.base/break-main-file-remove-fail.c: New file.
10417 * gdb.base/break-main-file-remove-fail.exp: New file.
10418 * gdb.base/break-unload-file.exp: Use build_executable instead of
10419 prepare_for_testing.
10420 (test_break): New parameter "initial_load". Handle it.
10421 (top level): Add initial_load cmdline/file axis.
10422
f9579b99
TT
104232014-06-12 Tom Tromey <tromey@redhat.com>
10424
10425 * gdb.base/completion.exp: Don't use directory name in test.
10426
3657956b
GB
104272014-06-09 Gary Benson <gbenson@redhat.com>
10428
10429 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10430 separate the always-available ANSI-standard signals from the
10431 signals that require checking.
10432 (main): Likewise.
10433 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10434 Likewise.
10435 (main): Likewise.
10436
4186eb54
KS
104372014-06-07 Keith Seitz <keiths@redhat.com>
10438
10439 Revert:
10440 PR c++/16253
10441 * gdb.cp/var-tag.cc: New file.
10442 * gdb.cp/var-tag.exp: New file.
10443 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10444 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10445 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10446 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10447
25326a28 104482014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10449
10450 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10451
829155c9
PA
104522014-06-06 Pedro Alves <palves@redhat.com>
10453
10454 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10455 in target debug output instead of looking at RSP packets,
10456 disabling the test on any target that uses hardware stepping.
10457 Update comments.
10458
61c8d22e
PA
104592014-06-06 Pedro Alves <palves@redhat.com>
10460
10461 * gdb.base/break-unload-file.exp: Fix typo.
10462
d9a47287
YQ
104632014-06-06 Yao Qi <yao@codesourcery.com>
10464
10465 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10466 from "jit_function" to "^jit_function".
10467
e5e01dbf
YQ
104682014-06-06 Yao Qi <yao@codesourcery.com>
10469
10470 * gdb.base/async.c (foo): Add one statement.
10471 * gdb.base/async.exp: Get the next instruction address and
10472 match the output of "nexti" by instruction address. Match
10473 the hex address in the output of "finish".
10474
73ba372c
GB
104752014-06-06 Gary Benson <gbenson@redhat.com>
10476
10477 * gdb.base/call-signals.c: Remove preprocessor conditionals
10478 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10479 SIGSEGV and SIGTERM.
10480 * gdb.base/sigall.c: Likewise.
10481 * gdb.base/unwindonsignal.c: Likewise.
10482 * gdb.reverse/sigall-reverse.c: Likewise.
10483
831517df
YQ
104842014-06-06 Yao Qi <yao@codesourcery.com>
10485
10486 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10487 readable, skip the test.
10488
b8b91e98
YQ
104892014-06-06 Yao Qi <yao@codesourcery.com>
10490
10491 * gdb.threads/staticthreads.c (thread_function): Move the line
10492 setting breakpoint on forward.
10493 * gdb.threads/staticthreads.exp: Update comments.
10494
fb934770
LC
104952014-06-05 Ludovic Courtès <ludo@gnu.org>
10496
10497 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10498 "history-append! type error".
10499
6ef284bd
SM
105002014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10501
10502 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10503 erroneous dprintf expected input.
10504
a872e241
DE
105052014-06-04 Doug Evans <xdje42@gmail.com>
10506
10507 * gdb.guile/scm-generics.exp: Delete.
10508
16f691fb
DE
105092014-06-04 Doug Evans <xdje42@gmail.com>
10510
10511 * gdb.guile/scm-breakpoint.exp: Update.
10512 Add tests for breakpoint registration.
10513
012370f6
TT
105142014-06-04 Tom Tromey <tromey@redhat.com>
10515
10516 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10517 VLA-in-union.
10518 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10519 inner_vla_struct, vla_union types. Initialize objects of those
10520 types and compute their sizes.
10521
9f5a4cef
HZ
105222014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10523 Hui Zhu <hui@codesourcery.com>
10524
10525 * gdb.base/fileio.exp: Add test for shell not available as well as
10526 available.
10527 * gdb.base/fileio.c (test_system): Check for shell twice.
10528
90a45c4d
YQ
105292014-06-04 Yao Qi <yao@codesourcery.com>
10530
10531 * gdb.base/auto-connect-native-target.exp: Remove redundant
10532 space from the regexp pattern.
10533
70017e41
YQ
105342014-06-04 Yao Qi <yao@codesourcery.com>
10535
10536 * gdb.base/default.exp: Replace "child" with "native" in
10537 regexp pattern.
10538
883964a7
SC
105392014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10540
10541 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10542 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10543 * gdb.python/py-xmethods.py: Python script supporting the
10544 new testcase and tests.
10545
ef370185
JB
105462014-06-03 Joel Brobecker <brobecker@adacore.com>
10547 Pedro Alves <palves@redhat.com>
10548
10549 PR breakpoints/17000
10550 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10551 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10552
1e2ccb61
BM
105532014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10554
10555 * gdb.base/subst.exp: Add tests to verify partial path matching
10556 output.
10557
c6ec5ab2
PA
105582014-06-03 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10561 target that doesn't use software single-stepping.
10562
835c559f
PA
105632014-06-03 Pedro Alves <palves@redhat.com>
10564
10565 PR breakpoints/17000
10566 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10567 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10568
06eb1586
DE
105692014-06-02 Doug Evans <xdje42@gmail.com>
10570
10571 * gdb.guile/scm-parameter.exp: New file.
10572
e698b8c4
DE
105732014-06-02 Doug Evans <xdje42@gmail.com>
10574
10575 * gdb.guile/scm-cmd.c: New file.
10576 * gdb.guile/scm-cmd.exp: New file.
10577
ded03782
DE
105782014-06-02 Doug Evans <xdje42@gmail.com>
10579
10580 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10581 pretty-printer lookup.
10582 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10583 (make-pp_s-printer): Call it.
10584 (make-pretty-printer-from-dict): New function.
10585 (lookup-pretty-printer-maker-from-dict): New function.
10586 (*pretty-printer*): Simplify.
10587 (make-objfile-pp_s-printer): New function.
10588 (install-objfile-pretty-printers!): New function.
10589 (make-progspace-pp_s-printer): New function.
10590 (install-progspace-pretty-printers!): New function.
10591 * gdb.guile/scm-progspace.c: New file.
10592 * gdb.guile/scm-progspace.exp: New file.
10593
41fac0cf
PA
105942014-06-02 Pedro Alves <palves@redhat.com>
10595
10596 * gdb.base/dprintf-bp-same-addr.c: New file.
10597 * gdb.base/dprintf-bp-same-addr.exp: New file.
10598
96ae5695
EBM
105992014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10600
10601 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10602 * gdb.arch/powerpc-power.s: Likewise.
10603
da02b3a8
JB
106042014-06-02 Joel Brobecker <brobecker@adacore.com>
10605
10606 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10607
c72b2e7b
YQ
106082014-06-01 Yao Qi <yao@codesourcery.com>
10609
10610 * gdb.base/watchpoint.exp (test_watch_location): Check null
10611 pointer can be dereferenced. If not, do the test, otherwise
10612 skip it.
10613
53e8a631
AB
106142014-05-30 Andrew Burgess <aburgess@broadcom.com>
10615
10616 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10617 results.
10618 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10619
938f0e2f
AB
106202014-05-30 Andrew Burgess <aburgess@broadcom.com>
10621
10622 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10623 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10624 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10625 * gdb.arch/amd64-invalid-stack-top.c: New file.
10626 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10627
9ba6657a
PA
106282014-05-30 Pedro Alves <palves@redhat.com>
10629
10630 PR breakpoints/17000
10631 * gdb.base/sss-bp-on-user-bp.c: New file.
10632 * gdb.base/sss-bp-on-user-bp.exp: New file.
10633
522c09bf
DB
106342014-05-30 David Blaikie <dblaikie@gmail.com>
10635
10636 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10637 gnu_inline semantics via attribute.
10638 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10639 source explicitly specifies the required semantics.
10640
bf4ef81e
MR
106412014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10642
10643 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10644
329ea579
PA
106452014-05-29 Pedro Alves <palves@redhat.com>
10646 Tom Tromey <tromey@redhat.com>
10647
10648 * gdb.base/async-shell.exp: Don't enable target-async.
10649 * gdb.base/async.exp
10650 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10651 parameter. Adjust.
10652 (top level): Don't test with "target-async".
10653 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10654 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10655 * gdb.base/inferior-died.exp: Don't enable target-async.
10656 * gdb.base/interrupt-noterm.exp: Likewise.
10657 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10658 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10659 * gdb.mi/mi-nonstop.exp: Likewise.
10660 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10661 * gdb.mi/mi-nsintrall.exp: Likewise.
10662 * gdb.mi/mi-nsmoribund.exp: Likewise.
10663 * gdb.mi/mi-nsthrexec.exp: Likewise.
10664 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10665 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10666 * gdb.python/py-evsignal.exp: Don't enable target-async.
10667 * gdb.python/py-evthreads.exp: Likewise.
10668 * gdb.python/py-prompt.exp: Likewise.
10669 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10670 * gdb.server/solib-list.exp: Don't enable target-async.
10671 * gdb.threads/thread-specific-bp.exp: Likewise.
10672 * lib/mi-support.exp: Adjust to use mi-async.
10673
fd664c91
PA
106742014-05-29 Pedro Alves <palves@redhat.com>
10675
10676 PR gdb/13860
10677 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10678 reason, even in sync mode.
10679
251bde03
PA
106802014-05-29 Pedro Alves <palves@redhat.com>
10681 Hui Zhu <hui@codesourcery.com>
10682
10683 PR PR15693
10684 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10685 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10686 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10687 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10688
7f3c0343
JB
106892014-05-28 Joel Brobecker <brobecker@adacore.com>
10690
10691 * config/monitor.exp (gdb_target_monitor): Replace use of
10692 "set remotebaud" by "set serial baud".
10693
b2715b27
AW
106942014-05-26 Andy Wingo <wingo@igalia.com>
10695
10696 * gdb.guile/scm-breakpoint.exp:
10697 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10698 properties instead of gdb-object-properties.
10699
498a4489
YQ
107002014-05-26 Yao Qi <yao@codesourcery.com>
10701
10702 * gdb.server/no-thread-db.exp: Specify source file name
10703 explicitly when setting a breakpoint.
10704
589fdceb
MM
107052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10706
10707 * gdb.btrace/vdso.c: New.
10708 * gdb.btrace/vdso.exp: New.
10709
e9089e05
MM
107102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10711
10712 * gdb.base/gcore.exp (capture_command_output): Move ...
10713 * lib/gdb.exp (capture_command_output): ... here.
10714
67b5c0c1
MM
107152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10716
10717 * gdb.btrace/data.exp: Test memory access during btrace replay.
10718
a2199296
SM
107192014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10720
10721 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10722
17b2616c
PA
107232014-05-21 Pedro Alves <palves@redhat.com>
10724
10725 PR gdb/13860
10726 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10727 (top level): Test that output related to execution commands is
10728 sent to the console with CLI commands, but not with MI commands.
10729 Test that breakpoint events are always mirrored to the console.
10730 Also expect the new source line to be output after a "next" in
10731 async mode too. Make it a pass/fail test.
10732 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10733 output.
10734 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10735
5166082f
PA
107362014-05-21 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10739 Use them to test variations of "list" after reaching a breakpoint.
10740 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10741 Test "list" with listsize 10 after reaching a breakpoint.
10742 * gdb.python/python.exp (decode_line current location line
10743 number): Adjust expected line number.
10744
2f25d70f
SM
107452014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10746
10747 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10748 behavior for $args, pass it directly to "run".
10749
ff604a67
MR
107502014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10751
10752 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10753 30000 to 65536.
10754
6a3cb8e8
PA
107552014-05-21 Pedro Alves <palves@redhat.com>
10756
10757 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10758 auto-connect-native-target off".
10759 * gdb.base/auto-connect-native-target.c: New file.
10760 * gdb.base/auto-connect-native-target.exp: New file.
10761
4ebfc96e
PA
107622014-05-21 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.base/default.exp: Test "target native" instead of "target
10765 child".
10766
36d46afb
MW
107672014-05-21 Mark Wielaard <mjw@redhat.com>
10768
10769 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10770
5876f503
JK
107712014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10772
10773 Fix TLS access for -static -pthread.
10774 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10775 <HAVE_TLS> (thread_function, main): Initialize it.
10776 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10777 Add clean_restart.
10778 <$have_tls != "">: Check TLSVAR.
10779
0256a6ac
PA
107802014-05-21 Pedro Alves <palves@redhat.com>
10781
10782 * gdb.base/dcache-line-read-error.c: New.
10783 * gdb.base/dcache-line-read-error.exp: New.
10784
936d2992
PA
107852014-05-20 Pedro Alves <palves@redhat.com>
10786
10787 * gdb.base/compare-sections.c: New file.
10788 * gdb.base/compare-sections.exp: New file.
10789
802e8e6d
PA
107902014-05-20 Pedro Alves <palves@redhat.com>
10791
10792 * gdb.base/break-idempotent.c: New file.
10793 * gdb.base/break-idempotent.exp: New file.
10794
e59fa00f
MM
107952014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10796
10797 * gdb.btrace/nohist.exp: New.
10798
8b696e31
YQ
107992014-05-20 Yao Qi <yao@codesourcery.com>
10800
10801 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10802 gdb.reverse directory and gdb_reverse_timeout exists in board
10803 setting.
10804 * README: Document gdb_reverse_timeout.
10805
73c9764f
YQ
108062014-05-20 Yao Qi <yao@codesourcery.com>
10807
10808 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10809 'test_file_name'. Treat args as a string instead of a list.
10810 (gdb_init): Rename argument 'args' by 'test_file_name'.
10811
f1f4348a
JK
108122014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10813
10814 * gdb.arch/powerpc-power.exp: New file.
10815 * gdb.arch/powerpc-power.s: New file.
10816
0dbe70ce
DE
108172014-05-16 Doug Evans <dje@google.com>
10818
10819 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10820 * gdb.base/completion.exp: Check that all expected files exist
10821 before doing file completion.
0dbe70ce 10822
8d551b02
DE
108232014-05-16 Doug Evans <dje@google.com>
10824
10825 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10826 Update.
10827 (do_syscall_tests_without_xml): Update.
10828
73eb7709
PA
108292014-05-16 Pedro Alves <palves@redhat.com>
10830
10831 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10832 instead of "unknown output after running".
10833
3fae92fc
YQ
108342014-05-16 Yao Qi <yao@codesourcery.com>
10835
10836 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10837 file1.txt from host at the end.
10838 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10839
c2b2ccc5
DE
108402014-05-15 Doug Evans <dje@google.com>
10841
10842 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10843 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10844 loading file. Add test for TU lookup.
10845
8c217a4b
SM
108462014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10847
10848 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10849 calling "-exec-arguments" or "set args" before running the
10850 inferior.
10851
3deb39c6
SM
108522014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10853
10854 * lib/mi-support.exp (mi_expect_stop): Expect message for
10855 inferiors that exit with non-zero exit code.
10856
71a79f8c
YQ
108572014-05-14 Yao Qi <yao@codesourcery.com>
10858
10859 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10860 match absolute path on remote host.
10861 (test_file_list_exec_source_files): Remove "/" from the
10862 pattern.
10863
f23fcd46
YQ
108642014-05-14 Yao Qi <yao@codesourcery.com>
10865
10866 * boards/local-remote-host-notty.exp (${board}_file): New
10867 proc.
10868
9404b58f
KM
108692014-05-07 Kyle McMartin <kyle@redhat.com>
10870
10871 Pushed by Joel Brobecker <brobecker@adacore.com>.
10872 * gdb.arch/aarch64-atomic-inst.c: New file.
10873 * gdb.arch/aarch64-atomic-inst.exp: New file.
10874
5e45f04c
YQ
108752014-05-07 Yao Qi <yao@codesourcery.com>
10876
10877 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10878 in current context" too.
10879
c888a17d
KS
108802014-05-05 Keith Seitz <keiths@redhat.com>
10881
10882 * gdb.linespec/ls-dollar.exp: Add test for linespec
10883 file:convenience_variable.
10884
290a839c
YQ
108852014-05-05 Yao Qi <yao@codesourcery.com>
10886
10887 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10888 traceframes into tfile and ctf trace files. Read data from
10889 trace file and test collected data.
10890 (gdb_collect_locals_test): Likewise.
10891 (gdb_unavailable_registers_test): Likewise.
10892 (gdb_unavailable_floats): Likewise.
10893 (gdb_collect_globals_test): Likewise.
10894 (top-level): Append "ctf" to trace_file_targets if GDB
10895 supports.
10896
b5262cd0
YQ
108972014-05-05 Yao Qi <yao@codesourcery.com>
10898
10899 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10900 code to ...
10901 (gdb_collect_args_test_1): ... it. New proc.
10902 (gdb_collect_locals_test): Move some code to ...
10903 (gdb_collect_locals_test_1): ... it. New proc.
10904 (gdb_unavailable_registers_test): Move some code to ...
10905 (gdb_unavailable_registers_test_1): ... it. New proc.
10906 (gdb_unavailable_floats): Move some code to ...
10907 (gdb_unavailable_floats_1): ... it. New proc.
10908
30a1e6cc
SDJ
109092014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10910
10911 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10912 probes to test for bitness recognition.
10913 * gdb.arch/amd64-stap-optional-prefix.exp
10914 (test_probe_value_without_reg): New procedure.
10915 Add code to test for different kinds of bitness.
10916
f33da99a
SDJ
109172014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10918
10919 PR breakpoints/16889
10920 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10921 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10922
5b80f00d
PA
109232014-05-01 Pedro Alves <palves@redhat.com>
10924
10925 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10926 gdb_file_cmd if no file is specified.
10927 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10928 last_loaded_file to set the remote exec-file.
10929
f8c2a73c
PA
109302014-05-01 Pedro Alves <palves@redhat.com>
10931
10932 * boards/local-remote-host.exp: New file.
10933
be6e8ac7
PA
109342014-05-01 Pedro Alves <palves@redhat.com>
10935
10936 * boards/local-remote-host.exp: Rename to ...
10937 * boards/local-remote-host-notty.exp: ... this.
10938
cac0dc8f
JB
109392014-04-28 Joel Brobecker <brobecker@adacore.com>
10940
10941 * gdb.ada/dyn_arrayidx: New testcase.
10942
9730e6cc
YQ
109432014-04-26 Yao Qi <yao@codesourcery.com>
10944
10945 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10946 and compute the length of function main. Save it in
10947 $main_length.
10948 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10949 (top-level): Use gdb_compile to compile objects into
10950 executable and restart GDB. Remove invocation to
10951 prepare_for_testing.
10952
7ae1a6a6
PA
109532014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10954 Pedro Alves <palves@redhat.com>
10955
10956 PR server/16255
10957 * gdb.multi/multi-attach.c: New file.
10958 * gdb.multi/multi-attach.exp: New file.
10959
4082afcc
PA
109602014-04-25 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10963 user.
10964 (top level): Test that "set remote conditional-breakpoints-packet
10965 off" works as intended.
10966 * gdb.base/dprintf.exp: Test that "set remote
10967 breakpoint-commands-packet off" works as intended.
10968 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10969 New function.
10970 (top level): Call it.
10971 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10972 remote fast-tracepoints-packet off" works as intended.
10973 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10974 * lib/gdb.exp (gdb_is_target_remote): ... here.
10975
2abc3f8d
DB
109762014-04-24 David Blaikie <dblaikie@gmail.com>
10977
10978 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10979 ensure clang would not discard them.
10980 * gdb.base/gdbvars.c: Ditto.
10981 * gdb.base/memattr.c: Ditto.
10982 * gdb.base/whatis.c: Ditto.
10983 * gdb.python/py-prettyprint.c: Ditto.
10984 * gdb.trace/actions.c: Ditto.
10985 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10986 ensure clang would not discard it.
10987
bfd39632
DB
109882014-04-24 David Blaikie <dblaikie@gmail.com>
10989
10990 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10991 clang to emit the full definition of type required by the test
10992 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10993
22842ff6
DB
109942014-04-24 David Blaikie <dblaikie@gmail.com>
10995
10996 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10997 coax Clang into emitting the definition of the type.
10998 * gdb.cp/pr10728-x.h (y): Ditto.
10999 * gdb.cp/pr10728-y.cc (y): Ditto.
11000
c2e827ad
DB
110012014-04-24 David Blaikie <dblaikie@gmail.com>
11002
11003 * gdb.base/label.exp: XFAIL label related tests under Clang.
11004 * gdb.cp/cplabel.exp: Ditto.
11005 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
11006 under Clang those using labels.
11007
4c2d33e7
YQ
110082014-04-25 Yao Qi <yao@codesourcery.com>
11009
11010 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
11011 double_label.
11012 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
11013 partial_label and double_label.
11014
56083b99
DB
110152014-04-24 David Blaikie <dblaikie@gmail.com>
11016
11017 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
11018
25d4e99d
DB
110192014-04-24 David Blaikie <dblaikie@gmail.com>
11020
11021 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
11022 of the function to work across GCC and Clang.
11023 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
11024 pointer types (const void ** const V void **).
11025
01f9f808
MS
110262014-04-24 Michael Sturm <michael.sturm@mintel.com>
11027 Walfred Tedeschi <walfred.tedeschi@intel.com>
11028
11029 * Makefile.in (EXECUTABLES): Added i386-avx512.
11030 * gdb.arch/i386-avx512.c: New file.
11031 * gdb.arch/i386-avx512.exp: Likewise.
11032
4b48d439
KS
110332014-04-23 Keith Seitz <keiths@redhat.com>
11034
11035 * lib/mi-support.exp (mi_list_breakpoints): Delete.
11036 (mi_make_breakpoint_table): New procedure.
11037 (mi_create_breakpoint): Use mi_make_breakpoint
11038 and return the result.
11039 (mi_make_breakpoint): New procedure.
11040 (mi_build_kv_pairs): New procedure.
11041
11042 * gdb.mi/mi-break.exp: Remove unused globals,
11043 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
11044 All callers updated.
11045 * gdb.mi/mi-dprintf.exp: Use variable to track command
11046 number.
11047 Update all callers of mi_create_breakpoint and use
11048 mi_make_breakpoint_table.
11049 Remove any unused global variables.
11050 * gdb.mi/mi-nonstop.exp: Likewise.
11051 * gdb.mi/mi-nsintrall.exp: Likewise.
11052 * gdb.mi/mi-nsmoribund.exp: Likewise.
11053 * gdb.mi/mi-nsthrexec.exp: Likewise.
11054 * gdb.mi/mi-reverse.exp: Likewise.
11055 * gdb.mi/mi-simplerun.exp: Likewise.
11056 * gdb.mi/mi-stepn.exp: Likewise.
11057 * gdb.mi/mi-syn-frame.exp: Likewise.
11058 * gdb.mi/mi-until.exp: Likewise.
11059 * gdb.mi/mi-var-cp.exp: Likewise.
11060 * gdb.mi/mi-var-display.exp: Likewise.
11061 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
11062 * gdb.mi/mi2-var-child.exp: Likewise.
11063 * gdb.mi/mi-vla-c99.exp: Likewise.
11064 * lib/mi-support.exp: Likewise.
11065
11066 From Ian Lance Taylor <iant@cygnus.com>:
11067 * lib/gdb.exp (parse_args): New procedure.
11068
08351840
PA
110692014-04-23 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.base/break-unload-file.c: New file.
11072 * gdb.base/break-unload-file.exp: New file.
11073 * gdb.base/sym-file-lib.c (baz): New function.
11074 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
11075 field.
11076 (load): Store the segment's mapped size.
11077 (unload): New function.
11078 (unload_shlib): New function.
11079 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
11080 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
11081 set a breakpoint at baz, and call it.
11082 * gdb.base/sym-file.exp: New tests for stale breakpoint
11083 instructions.
11084
076855f9
PA
110852014-04-23 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
11088 * gdb.base/hbreak-in-shr-unsupported.c: New file.
11089 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
11090 * gdb.base/hbreak-unmapped.c: New file.
11091 * gdb.base/hbreak-unmapped.exp: New file.
11092 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
11093 * lib/gdb.exp (gdb_is_target_remote): ... here.
11094
483805cf
PA
110952014-04-22 Pedro Alves <palves@redhat.com>
11096
11097 * gdb.base/consecutive-step-over.c: New file.
11098 * gdb.base/consecutive-step-over.exp: New file.
11099
06d97543
PA
111002014-04-22 Pedro Alves <palves@redhat.com>
11101
11102 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
11103 instead of send_gdb/gdb_expect.
11104
b4429ea2
YQ
111052014-04-22 Yao Qi <yao@codesourcery.com>
11106
11107 * lib/trace-support.exp (generate_tracefile): New procedure.
11108 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
11109 return 0.
11110 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
11111 if generate_tracefile returns 1.
11112
51d48146
PA
111132014-04-18 Tom Tromey <palves@redhat.com>
11114 Pedro alves <tromey@redhat.com>
11115
11116 PR backtrace/15558
11117 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11118 with a backtrace limit.
11119 * gdb.python/py-frame-inline.exp: Test running to an inline
11120 function with a backtrace limit, and printing the newest frame.
11121 * gdb.python/py-frame-inline.c (main): Call f.
11122
bd1dce5f
MS
111232014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11124
11125 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11126
40d1a503
MS
111272014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11128
11129 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11130 Drop prefix from unsupported source file path.
11131
389b98f7
YQ
111322014-04-17 Yao Qi <yao@codesourcery.com>
11133
11134 * lib/gdb.exp (with_target_charset): New proc.
11135 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11136 with_target_charset.
11137 (test_print_strings): Likewise.
11138 (test_repeat_bytes): Likewise.
11139 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11140 for some tests.
11141
22869d73
KS
111422014-04-16 Keith Seitz <keiths@redhat.com>
11143
11144 PR gdb/15827
11145 * gdb.dwarf2/corrupt.c: New file.
11146 * gdb.dwarf2/corrupt.exp: New file.
11147
c4f87ca6
KS
111482014-04-16 Keith Seitz <keiths@redhat.com>
11149
11150 PR c++/16597
11151 * gdb.cp/namelessclass.cc: New file.
11152 * gdb.cp/namelessclass.exp: New file.
11153 * gdb.cp/namelessclass.S: New file.
11154
ab19de87
DE
111552014-04-16 Doug Evans <dje@google.com>
11156
11157 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11158 Add comment.
11159 (gdbserver_default_get_comm_port): New function.
11160 (gdbserver_start): Check if board file provided
11161 "gdbserver,get_comm_port" and use it if so.
11162 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11163 (gdb,socketport): Set to "stdio".
11164 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11165 (stdio_gdbserver_template): Delete.
11166 (${board}_get_remote_address): Update.
11167 (${board}_build_remote_cmd): Delete.
11168 (${board}_get_comm_port): New function.
11169 (${board}_spawn): Update.
11170 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11171 Delete.
11172 (${board}_get_remote_address): Update.
11173 (${board}_get_comm_port): New function.
11174
fc98a809
AB
111752014-04-16 Andrew Burgess <aburgess@broadcom.com>
11176
11177 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11178 appearing in any order.
11179
87fd9e6e
DE
111802014-04-15 Doug Evans <dje@google.com>
11181
11182 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11183 uninitialized value of "description".
11184
099fc3ea
KS
111852014-04-15 Keith Seitz <keiths@redhat.com>
11186
11187 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11188 Remove unused globals.
11189 (test_running_the_program): Likewise.
11190 (test_controlled_execution): Likewise.
11191 (test_controlling_breakpoints): Likewise.
11192 (test_program_termination): Likewise.
11193
5da151d4
KS
111942014-04-15 Keith Seitz <keiths@redhat.com>
11195
11196 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11197 unused globals.
11198 (test_rbreak_creation_and_listing): Likewise.
11199 (test_ignore_count): Likewise.
11200 (test_error): Likewise.
11201
35e5d2f0
PA
112022014-04-15 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11205 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11206 sym-file-loader.c.
11207 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11208 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11209 to sym-file-loader.c.
11210 (struct library): Forward declare.
11211 (load_shlib, lookup_function): Change prototypes.
11212 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11213 (translate_offset): Remove declarations.
11214 (get_text_addr): New declaration.
11215 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11216 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11217 sym-file-loader.h.
11218 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11219 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11220 here from sym-file-loader.h.
11221 (struct library): New structure.
11222 (load_shlib, lookup_function): Change prototypes and adjust to
11223 work with a struct library.
11224 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11225 (translate_offset): Make static.
11226 (get_text_addr): New function.
11227 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11228
eb4c1710
PA
112292014-04-15 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11232
2d1baf52
PA
112332014-04-15 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.base/sym-file-loader.c: Include <limits.h>.
11236 (SELF_LINK): New define.
11237 (get_origin): New function.
11238 (load_shlib): Use it.
11239 * gdb.base/sym-file.exp: Don't early return if the target is
11240 remote. Use runto_main, and issue fail is that fails. Use
11241 gdb_load_shlibs.
11242 (shlib_name): Delete.
11243 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11244
7dd6df01
PA
112452014-04-15 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.base/sym-file.exp: Remove regex characters from test
11248 message. Don't refer to breakpoint numbers in test messages.
11249
b50c8614
KS
112502014-04-14 Keith Seitz <keiths@redhat.com>
11251
11252 PR c++/16253
11253 * gdb.cp/var-tag.cc: New file.
11254 * gdb.cp/var-tag.exp: New file.
11255 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11256 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11257 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11258 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11259
3d567982
TT
112602014-04-14 Tom Tromey <tromey@redhat.com>
11261
11262 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11263 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11264 type.
11265 * gdb.cp/enum-class.exp: New file.
11266 * gdb.cp/enum-class.cc: New file.
11267
0626fc76
TT
112682014-04-14 Tom Tromey <tromey@redhat.com>
11269
11270 * gdb.dwarf2/enum-type.exp: New file.
11271
dca325b3
SA
112722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11273
11274 * gdb.mi/mi-vla-c99.exp: New file.
11275 * gdb.mi/vla.c: New file.
11276
5854b38a
SA
112772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11278
11279 * gdb.base/vla-datatypes.c: New file.
11280 * gdb.base/vla-datatypes.exp: New file.
11281
463bb957
SA
112822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11283
11284 * gdb.base/vla-ptr.c: New file.
11285 * gdb.base/vla-ptr.exp: New file.
11286
3dd170be
SA
112872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11288
11289 * gdb.dwarf2/count.exp: New file.
11290
5ecaaa66
SA
112912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11292
11293 * gdb.base/vla-sideeffect.c: New file.
11294 * gdb.base/vla-sideeffect.exp: New file.
11295
41f1ada5
DB
112962014-04-14 David Blaikie <dblaikie@gmail.com>
11297
11298 * gdb.mi/non-stop.c: Add return value for non-void function return
11299 statement.
11300 * gdb.threads/staticthreads.c: Ditto.
11301
0be03e84
DE
113022014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11303 Doug Evans <xdje42@gmail.com>
11304
11305 * gdb.guile/scm-value.c: Improve test case.
11306 * gdb.guile/scm-value.exp: Add new test.
11307
f180a1fb
DB
113082014-04-11 David Blaikie <dblaikie@gmail.com>
11309
11310 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11311 override Clang's default.
11312
6b662e19
JB
113132014-04-11 Joel Brobecker <brobecker@adacore.com>
11314
11315 Revert the following changes (regressions):
11316
11317 * gdb.base/vla-sideeffect.c: New file.
11318 * gdb.base/vla-sideeffect.exp: New file.
11319
11320 * gdb.dwarf2/count.exp: New file.
11321
11322 * gdb.base/vla-multi.c: New file.
11323 * gdb.base/vla-multi.exp: New file.
11324
11325 * gdb.base/vla-ptr.c: New file.
11326 * gdb.base/vla-ptr.exp: New file.
11327
11328 * gdb.base/vla-datatypes.c: New file.
11329 * gdb.base/vla-datatypes.exp: New file.
11330
11331 * gdb.mi/mi-vla-c99.exp: New file.
11332 * gdb.mi/vla.c: New file.
11333
245a5f0b
KS
113342014-04-11 Keith Seitz <keiths@redhat.com>
11335
11336 PR c++/16675
11337 * gdb.cp/cpsizeof.exp: New file.
11338 * gdb.cp/cpsizeof.cc: New file.
11339
58a84dcf
SA
113402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11341
191a8a90
JB
11342 * gdb.mi/mi-vla-c99.exp: New file.
11343 * gdb.mi/vla.c: New file.
58a84dcf 11344
c8655f75
SA
113452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11346
11347 * gdb.base/vla-datatypes.c: New file.
11348 * gdb.base/vla-datatypes.exp: New file.
11349
024e13b4
SA
113502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11351
11352 * gdb.base/vla-ptr.c: New file.
11353 * gdb.base/vla-ptr.exp: New file.
11354
1a237e0e
SA
113552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11356
11357 * gdb.base/vla-multi.c: New file.
11358 * gdb.base/vla-multi.exp: New file.
11359
504f3432
SA
113602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11361
11362 * gdb.dwarf2/count.exp: New file.
11363
3bce8237
SA
113642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11365
191a8a90
JB
11366 * gdb.base/vla-sideeffect.c: New file.
11367 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11368
322f9c21
YQ
113692014-04-11 Yao Qi <yao@codesourcery.com>
11370
11371 * gdb.base/completion.exp: Check file exists before running tests
11372 on file completion.
11373
d708bcd1
PA
113742014-04-10 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/cond-eval-mode.c: New file.
11377 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11378 prepare_for_testing to build the new file. Check result of
11379 runto_main.
11380 (test_break, test_watch): New procedures.
11381 (top level): Use them.
11382
ae1d2761
PM
113832014-04-08 Pierre Muller <muller@sourceware.org>
11384
11385 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11386 Ctrl-V use for mingw hosts.
11387
7af389b8
SC
113882014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11389
11390 * gdb.python/py-value.c: Improve test case.
11391 * gdb.python/py-value.exp: Add new test.
11392
5e703181
DE
113932014-04-07 David Blaikie <dblaikie@gmail.com>
11394
11395 * lib/compiler.c: Identify the clang compiler.
11396 * lib/compiler.cc: Ditto.
11397
9810b410
YQ
113982014-04-03 Yao Qi <yao@codesourcery.com>
11399
11400 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11401
98d1b8dc
AB
114022014-04-01 Anton Blanchard <anton@samba.org>
11403
11404 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11405 messages unique.
11406
3114cea1
AB
114072014-04-01 Anton Blanchard <anton@samba.org>
11408
11409 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11410 prepare_for_testing.
11411
62f7182c
AB
114122014-04-01 Anton Blanchard <anton@samba.org>
11413
11414 * gdb.arch/ppc64-atomic-inst.c: Remove.
11415 * gdb.arch/ppc64-atomic-inst.S: New file.
11416 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11417
770e7fc7
DE
114182014-03-31 Doug Evans <dje@google.com>
11419
11420 * gdb.base/print-symbol-loading-lib.c: New file.
11421 * gdb.base/print-symbol-loading-main.c: New file.
11422 * gdb.base/print-symbol-loading.exp: New file.
11423
46e2bafa
YQ
114242014-03-31 Yao Qi <yao@codesourcery.com>
11425
11426 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11427
8776cfe9
JB
114282014-03-28 Joel Brobecker <brobecker@adacore.com>
11429
11430 * gdb.ada/mi_dyn_arr: New testcase.
11431
5d1ef361
DE
114322014-03-27 Doug Evans <dje@google.com>
11433
11434 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11435
b5bee914
YQ
114362014-03-27 Yao Qi <yao@codesourcery.com>
11437
11438 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11439 if target is nios2-*-*.
11440
0d4d0e77
YQ
114412014-03-26 Yao Qi <yao@codesourcery.com>
11442
11443 * lib/gdb.exp (readline_is_used): New proc.
11444 * gdb.base/completion.exp: Move tests on command complete up.
11445 Skip the rest of tests if readline is not used.
11446 * gdb.ada/complete.exp: Skp the test if readline is not
11447 used.
11448 * gdb.base/filesym.exp: Likewise.
11449 * gdb.base/macscp.exp: Likewise.
11450 * gdb.base/readline-ask.exp: Likewise.
11451 * gdb.base/readline.exp: Likewise.
11452 * gdb.python/py-cmd.exp: Likewise.
11453 * gdb.trace/tfile.exp: Likewise.
11454
29361eee
YQ
114552014-03-26 Yao Qi <yao@codesourcery.com>
11456
11457 * gdb.base/macscp.exp: Fix code format issues.
11458
bc9a5525
UW
114592014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11460
11461 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11462 * gdb.asm/powerpc64le.inc: New file.
11463
d3839ede
PA
114642014-03-25 Pedro Alves <palves@redhat.com>
11465 Doug Evans <dje@google.com>
11466
11467 * gdb.base/source-execution.c: New file.
11468 * gdb.base/source-execution.exp: New file.
11469 * gdb.base/source-execution.gdb: New file.
11470
01672a57
DE
114712014-03-24 Doug Evans <dje@google.com>
11472
11473 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11474 using fission.
11475
88bbeca9
HZ
114762014-03-24 Hui Zhu <hui@codesourcery.com>
11477 Pedro Alves <palves@redhat.com>
11478
11479 PR breakpoints/16101
11480 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11481 test pass/fail messages. Detect missing support for dprintf when
11482 breakpoints are actually inserted.
11483 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11484 breakpoints are actually inserted.
11485 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11486 fails.
11487
d2348791
JK
114882014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11491
feef67ab
DE
114922014-03-22 Doug Evans <xdje42@gmail.com>
11493
11494 * gdb.python/python.exp (python not supported): Verify multi-line
11495 python command issues an error.
25d743f9 11496 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11497 guile command issues an error.
feef67ab 11498
ecebef6a
MR
114992014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11500
11501 * gdb.threads/thread-specific.exp: Handle the lack of usable
11502 $this_breakpoint and $this_thread.
11503
ccdd1909
HZ
115042014-03-21 Hui Zhu <hui@codesourcery.com>
11505
11506 * gdb.base/attach.exp (do_command_attach_tests): New.
11507
beb460e8
PA
115082014-03-20 Tom Tromey <tromey@redhat.com>
11509 Pedro Alves <palves@redhat.com>
11510
11511 PR cli/15718
11512 * gdb.base/condbreak-call-false.c: New file.
11513 * gdb.base/condbreak-call-false.exp: New file.
11514
40acf43a
PA
115152014-03-20 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11518 Delete.
11519 (block_signals, unblock_signals): Delete.
11520 (child_function_2, main): Remove references to deleted variable
11521 and functions.
11522
9f5e1e02
PA
115232014-03-20 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11526 Use pthread_kill to signal thread 2.
11527 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11528 Adjust to make the test send itself a signal rather than using the
11529 host's "kill" command.
11530
99619bea
PA
115312014-03-20 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.threads/multiple-step-overs.c: New file.
11534 * gdb.threads/multiple-step-overs.exp: New file.
11535 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11536 Adjust expected infrun debug output.
11537
2adfaa28
PA
115382014-03-20 Pedro Alves <palves@redhat.com>
11539
11540 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11541 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11542
31e77af2
PA
115432014-03-20 Pedro Alves <palves@redhat.com>
11544
11545 PR breakpoints/7143
11546 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11547 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11548 of gdb_test_multiple.
11549 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11550 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11551
b9f437de
PA
115522014-03-20 Pedro Alves <palves@redhat.com>
11553
11554 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11555 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11556
05adc73e
PA
115572014-03-19 Pedro Alves <palves@redhat.com>
11558
11559 * gdb.base/async.exp: Remove early return.
11560
6048b950
PA
115612014-03-19 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11564
8bcfb00a
PA
115652014-03-19 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.base/async.exp (test_background): Expect \r\n after
11568 "completed." in the fail pattern.
11569
884e37dc
PA
115702014-03-19 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.base/async.exp (test_background): New procedure.
11573 Use it for all background execution command tests.
11574
148e57e2
PA
115752014-03-19 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.base/async.exp: Use prepare_for_testing.
11578
f48088c7
PA
115792014-03-19 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11582 the same line.
11583
e2f6c966
PA
115842014-03-19 Pedro Alves <palves@redhat.com>
11585
11586 * gdb.base/async.c (main): Add "jump here" and "until here" line
11587 marker comments.
11588 * gdb.base/async.exp (jump_here): New global.
11589 (jump& test): Use it.
11590 (until_here): New global.
11591 (until& test): Use it.
11592
c30568d4
PA
115932014-03-19 Pedro Alves <palves@redhat.com>
11594
11595 * gdb.base/async.exp: Don't frob gdb_protocol.
11596
0172b6a7
DE
115972014-03-18 Doug Evans <xdje42@gmail.com>
11598
11599 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11600 Fix spelling of exec-done-display.
11601
06c868a8
JK
116022014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11603
11604 PR gdb/15358
11605 * gdb.base/gdb-sigterm.c: New file.
11606 * gdb.base/gdb-sigterm.exp: New file.
11607
0c7e1a46
PA
116082014-03-18 Pedro Alves <palves@redhat.com>
11609
11610 PR gdb/13860
11611 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11612 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11613 solib-event.
11614
f7c77d93
JB
116152014-03-17 Joel Brobecker <brobecker@adacore.com>
11616
11617 * gdb.ada/pckd_arr_ren: New testcase.
11618
5a1e8c7a
DE
116192014-03-13 Doug Evans <xdje42@gmail.com>
11620
11621 PR guile/16612
11622 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11623 collect after discarding symbols.
11624
350e1a76
DE
116252014-03-13 Ludovic Courtès <ludo@gnu.org>
11626 Doug Evans <xdje42@gmail.com>
11627
11628 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11629 to history survives a gc.
11630
a69900ae
PA
116312014-03-13 Pedro Alves <palves@redhat.com>
11632
11633 * gdb.base/default.exp: Don't test "target procfs".
11634
5db9f0bd
PA
116352014-03-13 Pedro Alves <palves@redhat.com>
11636
11637 * gdb.base/default.exp: Update "target child" and "target procfs"
11638 tests to not expect "Unix".
11639
b3ccfe11
TT
116402014-03-12 Tom Tromey <tromey@redhat.com>
11641
11642 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11643 New procs. Add target-async tests.
11644 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11645 Add target-async tests.
11646
646f4417
AA
116472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11648
11649 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11650 'func_start' and 'func_end' for the beginning and end of the
11651 function code, respectively.
11652 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11653 'func_end' instead of 'func' and 'main'.
11654
288c211f
AA
116552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11656
11657 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11658 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11659 generate the debug info assembler source.
11660
e0c0f156
AA
116612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11662
11663 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11664 * gdb.dwarf2/arr-subrange.exp: Likewise.
11665 * gdb.dwarf2/dwz.exp: Likewise.
11666 * gdb.dwarf2/method-ptr.exp: Likewise.
11667 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11668 * gdb.dwarf2/subrange.exp: Likewise.
11669 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11670 * gdb.dwarf2/implptrpiece.exp: Likewise.
11671 * gdb.dwarf2/nostaticblock.exp: Likewise.
11672
0e5c4555
AA
116732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11674
11675 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11676 directory to absolute path name arguments.
11677
5ec18f2b
JG
116782014-03-10 Joel Brobecker <brobecker@adacore.com>
11679
11680 * gdb.ada/tagged_access: New testcase.
11681
847fc4f2
MM
116822014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11683
11684 * gdb.btrace/data.exp: Update expected output.
11685
cc3da688
YQ
116862014-03-06 Yao Qi <yao@codesourcery.com>
11687
11688 * gdb.trace/pr16508.exp: New file.
11689
0f26cec1
PA
116902014-03-05 Pedro Alves <palves@redhat.com>
11691
11692 PR gdb/16575
11693 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11694 procedure.
11695 (top level): Adjust to use it. Add tests that exercise breakpoint
11696 interaction with the code-cache.
11697
7a5a839f
LC
116982014-02-26 Ludovic Courtès <ludo@gnu.org>
11699
11700 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11701 test for 'history-append!'.
11702
31aa7e4e
JB
117032014-02-26 Joel Brobecker <brobecker@adacore.com>
11704
11705 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11706 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11707 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11708 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11709 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11710 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11711
1b588015
JB
117122014-02-26 Joel Brobecker <brobecker@adacore.com>
11713
11714 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11715 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11716 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11717
55426c9d
JB
117182014-02-26 Joel Brobecker <brobecker@adacore.com>
11719
11720 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11721
dc53a7ad
JB
117222014-02-26 Joel Brobecker <brobecker@adacore.com>
11723
11724 * gdb.dwarf2/arr-stride.c: New file.
11725 * gdb.dwarf2/arr-stride.exp: New file.
11726
12ab52e9
PA
117272014-02-26 Pedro Alves <palves@redhat.com>
11728
11729 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11730 that won't ever trigger. Make sure that GDB reports the correct
11731 breakpoint that caused the stop.
11732
849c862e
JK
117332014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11734
11735 PR gdb/16626
11736 * gdb.base/auto-load-script: New file.
11737 * gdb.base/auto-load.c: New file.
11738 * gdb.base/auto-load.exp: New file.
11739
71b7d793
JK
11740 PR gdb/16626
11741 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11742
e2f0d509
JK
117432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11744
11745 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11746 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11747
50cc37c8
DE
117482014-02-24 Doug Evans <dje@google.com>
11749
11750 * lib/gdb.exp (run_on_host): Log error output if program fails.
11751
ea4758f2
PA
117522014-02-21 Pedro Alves <palves@redhat.com>
11753
11754 * gdb.threads/step-after-sr-lock.c: Rename to ...
11755 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11756 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11757 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11758 ... this.
11759
d7b30f67
SDJ
117602014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11761
11762 PR tdep/16397
11763 * gdb.arch/amd64-stap-special-operands.exp: New file.
11764 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11765 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11766 * gdb.arch/amd64-stap-triplet.S: Likewise.
11767 * gdb.arch/amd64-stap-triplet.c: Likewise.
11768
83deb43f
JB
117692014-02-20 Joel Brobecker <brobecker@adacore.com>
11770
11771 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11772 in .section pseudo-op.
11773
adde2bff
DE
117742014-02-20 lin zuojian <manjian2006@gmail.com>
11775 Joel Brobecker <brobecker@adacore.com>
11776 Doug Evans <xdje42@gmail.com>
11777
11778 PR symtab/16581
11779 * gdb.dwarf2/dw2-icycle.S: New file.
11780 * gdb.dwarf2/dw2-icycle.c: New file.
11781 * gdb.dwarf2/dw2-icycle.exp: New file.
11782
f7bd0f78
SC
117832014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11784
11785 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11786 operations on gdb.Value objects.
11787 * gdb.python/py-value-cc.exp: Add new test to test operations on
11788 gdb.Value objects.
11789
c17ef0d5
DE
117902014-02-18 Doug Evans <dje@google.com>
11791
11792 * Makefile.in (TESTS): New variable.
11793 (expanded_tests, expanded_tests_or_none): New variables
11794 (check-single): Pass $(expanded_tests_or_none) to runtest.
11795 (check-parallel): Only run tests in $(TESTS) if non-empty.
11796 (check/no-matching-tests-found): New rule.
11797 * README: Document TESTS makefile variable.
11798
5dd3176f
DE
117992014-02-18 Doug Evans <dje@google.com>
11800
11801 * Makefile.in (check-parallel): rm -rf outputs temp.
11802
0b10be4f
JK
118032014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11804
11805 Fix "ERROR: no fileid for" in the testsuite.
11806 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11807
85f224e7
DE
118082014-02-12 Doug Evans <dje@google.com>
11809
11810 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11811 (MISCELLANEOUS): New variable.
11812 (clean): rm -rf $(MISCELLANEOUS).
11813 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11814 dwp live in the same directory as symlinks, with each symlink pointed
11815 to a differently named file in a different directory.
11816
149b30ff
DE
118172014-02-11 Doug Evans <dje@google.com>
11818
11819 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11820 of Tcl file commands.
11821
1dfdac32
MK
118222014-02-10 Mark Kettenis <kettenis@gnu.org>
11823
11824 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11825 "kill -SIGUSR1 -1".
11826
aa4fb036
JB
118272014-02-10 Joel Brobecker <brobecker@adacore.com>
11828
11829 * gdb.ada/tick_length_array_enum_idx: New testcase.
11830
ed3ef339
DE
118312014-02-10 Doug Evans <xdje42@gmail.com>
11832
11833 * configure.ac (AC_OUTPUT): Add gdb.guile.
11834 * configure: Regenerate.
11835 * lib/gdb-guile.exp: New file.
11836 * lib/gdb.exp (get_target_charset): New function.
11837 * gdb.base/help.exp: Update expected output from "apropos apropos".
11838 * gdb.guile/Makefile.in: New file.
11839 * gdb.guile/guile.exp: New file.
11840 * gdb.guile/scm-arch.c: New file.
11841 * gdb.guile/scm-arch.exp: New file.
11842 * gdb.guile/scm-block.c: New file.
11843 * gdb.guile/scm-block.exp: New file.
11844 * gdb.guile/scm-breakpoint.c: New file.
11845 * gdb.guile/scm-breakpoint.exp: New file.
11846 * gdb.guile/scm-disasm.c: New file.
11847 * gdb.guile/scm-disasm.exp: New file.
11848 * gdb.guile/scm-equal.c: New file.
11849 * gdb.guile/scm-equal.exp: New file.
11850 * gdb.guile/scm-error.exp: New file.
11851 * gdb.guile/scm-error.scm: New file.
11852 * gdb.guile/scm-frame-args.c: New file.
11853 * gdb.guile/scm-frame-args.exp: New file.
11854 * gdb.guile/scm-frame-args.scm: New file.
11855 * gdb.guile/scm-frame-inline.c: New file.
11856 * gdb.guile/scm-frame-inline.exp: New file.
11857 * gdb.guile/scm-frame.c: New file.
11858 * gdb.guile/scm-frame.exp: New file.
11859 * gdb.guile/scm-generics.exp: New file.
11860 * gdb.guile/scm-gsmob.exp: New file.
11861 * gdb.guile/scm-iterator.c: New file.
11862 * gdb.guile/scm-iterator.exp: New file.
11863 * gdb.guile/scm-math.c: New file.
11864 * gdb.guile/scm-math.exp: New file.
11865 * gdb.guile/scm-objfile-script-gdb.in: New file.
11866 * gdb.guile/scm-objfile-script.c: New file.
11867 * gdb.guile/scm-objfile-script.exp: New file.
11868 * gdb.guile/scm-objfile.c: New file.
11869 * gdb.guile/scm-objfile.exp: New file.
11870 * gdb.guile/scm-ports.exp: New file.
11871 * gdb.guile/scm-pretty-print.c: New file.
11872 * gdb.guile/scm-pretty-print.exp: New file.
11873 * gdb.guile/scm-pretty-print.scm: New file.
11874 * gdb.guile/scm-section-script.c: New file.
11875 * gdb.guile/scm-section-script.exp: New file.
11876 * gdb.guile/scm-section-script.scm: New file.
11877 * gdb.guile/scm-symbol.c: New file.
11878 * gdb.guile/scm-symbol.exp: New file.
11879 * gdb.guile/scm-symtab-2.c: New file.
11880 * gdb.guile/scm-symtab.c: New file.
11881 * gdb.guile/scm-symtab.exp: New file.
11882 * gdb.guile/scm-type.c: New file.
11883 * gdb.guile/scm-type.exp: New file.
11884 * gdb.guile/scm-value-cc.cc: New file.
11885 * gdb.guile/scm-value-cc.exp: New file.
11886 * gdb.guile/scm-value.c: New file.
11887 * gdb.guile/scm-value.exp: New file.
11888 * gdb.guile/source2.scm: New file.
11889 * gdb.guile/types-module.cc: New file.
11890 * gdb.guile/types-module.exp: New file.
11891
7026a7c1
YQ
118922014-02-10 Yao Qi <yao@codesourcery.com>
11893
11894 PR testsuite/16543
11895 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11896 * configure: Regenerated.
11897 * Makefile.in: New file.
11898
6c466447
AS
118992014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11900
11901 * gdb.python/py-framefilter.exp: Fix typo.
11902
6e854735
YQ
119032014-02-08 Yao Qi <yao@codesourcery.com>
11904
11905 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11906 that no =breakpoint-modified is emitted when breakpoints are
11907 modified through MI commands.
11908
d137e6dc
PA
119092014-02-07 Pedro Alves <pedro@codesourcery.com>
11910 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.threads/step-after-sr-lock.c: New file.
11913 * gdb.threads/step-after-sr-lock.exp: New file.
11914
b5ee5a50
PA
119152014-02-07 Pedro Alves <palves@redhat.com>
11916
11917 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11918
3c77faf3
JK
119192014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11920
11921 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11922 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11923
6dddc817
DE
119242014-02-06 Doug Evans <xdje42@gmail.com>
11925
11926 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11927 output.
11928
11929 * gdb.gdb/python-interrupts.exp: New file.
11930
de7b2893
YQ
119312014-02-05 Yao Qi <yao@codesourcery.com>
11932
11933 * gdb.trace/report.exp (use_collected_data): Test the output
11934 of "info threads" and "info inferiors".
11935
66d032ac
YQ
119362014-02-05 Yao Qi <yao@codesourcery.com>
11937
11938 Revert this patch:
11939
11940 2013-05-24 Yao Qi <yao@codesourcery.com>
11941
11942 * gdb.trace/tfile.exp: Test inferior and thread.
11943
591a12a1
UW
119442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11945
11946 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11947 on a function.
11948 * gdb.base/step-bt.c: Call hello via function pointer to make
11949 sure its first instruction is executed on powerpc64le-linux.
11950
0ff3e01f
UW
119512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11952
11953 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11954
084ee545
UW
119552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11956
11957 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11958 of the test patterns for use on little-endian systems.
11959
6ed14ff3
UW
119602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11961
11962 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11963 (decimal_vector): Fix for little-endian.
11964
401e27fd
JM
119652014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11966
11967 * gdb.arch/sparc-sysstep.exp: New file.
11968 * gdb.arch/sparc-sysstep.c: Likewise.
11969
11970 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11971
8b924729
EBM
119722014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11973
11974 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11975
fb151210
JB
119762014-01-23 Tom Tromey <tromey@redhat.com>
11977
11978 * gdb.ada/array_char_idx: New testcase.
11979
0740f8d8
TT
119802014-01-23 Tom Tromey <tromey@redhat.com>
11981
11982 PR python/16487:
11983 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11984 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11985 classes.
11986
21909fa1
TT
119872014-01-23 Tom Tromey <tromey@redhat.com>
11988
11989 PR python/16491:
11990 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11991 string from an inferior frame.
11992 * gdb.python/py-framefilter-mi.exp: Update.
11993
87ce2a04
DE
119942014-01-22 Doug Evans <dje@google.com>
11995
11996 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11997
237b092b
AA
119982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11999
12000 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
12001
d674a709
AA
120022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12003
12004 * gdb.trace/entry-values.exp: Remove excess space character from
12005 regex patterns. Handle s390 call instruction.
12006
20fa3390
AA
120072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12008
12009 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
12010 define "*_start" label. Make "name" static.
12011 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
12012 ${name} by references to ${name}_start.
12013
78466714
AA
120142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
12015
12016 * gdb.base/info-macros.exp: Remove "debug" from the compile
12017 options.
12018
ec9f644a
IB
120192014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12020
12021 * gdb.dlang/demangle.exp: New file.
12022
94b1b47e
IB
120232014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12024
12025 * gdb.dlang/primitive-types.exp: New file.
12026
7f420862
IB
120272014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
12028
12029 * configure.ac: Create gdb.dlang/Makefile.
12030 * configure: Regenerate.
12031 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
12032 * gdb.dlang/Makefile.in: New file.
12033 * lib/d-support.exp: New file.
12034 * lib/gdb.exp (skip_d_tests): New proc.
12035
52834460
MM
120362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12037
12038 * gdb.btrace/delta.exp: Check reverse stepi.
12039 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
12040 * gdb.btrace/finish.exp: New.
12041 * gdb.btrace/next.exp: New.
12042 * gdb.btrace/nexti.exp: New.
12043 * gdb.btrace/record_goto.c: Add comments.
12044 * gdb.btrace/step.exp: New.
12045 * gdb.btrace/stepi.exp: New.
12046 * gdb.btrace/multi-thread-step.c: New.
12047 * gdb.btrace/multi-thread-step.exp: New.
12048 * gdb.btrace/rn-dl-bind.c: New.
12049 * gdb.btrace/rn-dl-bind.exp: New.
12050 * gdb.btrace/data.c: New.
12051 * gdb.btrace/data.exp: New.
12052 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12053
6e07b1d2
MM
120542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12055
12056 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
12057 * gdb.btrace/exception.exp: Update.
12058 * gdb.btrace/instruction_history.exp: Update.
12059 * gdb.btrace/record_goto.exp: Update.
12060 * gdb.btrace/tailcall.exp: Update.
12061 * gdb.btrace/unknown_functions.exp: Update.
12062 * gdb.btrace/delta.exp: New.
12063
0b722aec
MM
120642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12065
12066 * gdb.btrace/record_goto.exp: Add backtrace test.
12067 * gdb.btrace/tailcall.exp: Add backtrace test.
12068
066ce621
MM
120692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12070
12071 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
12072 * gdb.btrace/record_goto.c: New.
12073 * gdb.btrace/record_goto.exp: New.
12074 * gdb.btrace/x86-record_goto.S: New.
12075
0688d04e
MM
120762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12077
12078 * gdb.btrace/function_call_history.exp: Update tests.
12079 * gdb.btrace/instruction_history.exp: Update tests.
12080
8710b709
MM
120812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12082
12083 * gdb.btrace/function_call_history.exp: Fix expected field
12084 order for "record function-call-history".
12085 Add new tests for "record function-call-history /c".
12086 * gdb.btrace/exception.cc: New.
12087 * gdb.btrace/exception.exp: New.
12088 * gdb.btrace/tailcall.exp: New.
12089 * gdb.btrace/x86-tailcall.S: New.
12090 * gdb.btrace/x86-tailcall.c: New.
12091 * gdb.btrace/unknown_functions.c: New.
12092 * gdb.btrace/unknown_functions.exp: New.
12093 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
12094
5de9129b
MM
120952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12096
12097 * gdb.btrace/instruction_history.exp: Update.
12098 * gdb.btrace/function_call_history.exp: Update.
12099
23a7fe75
MM
121002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12101
12102 * gdb.btrace/function_call_history.exp: Fix expected function
12103 trace.
12104 * gdb.btrace/instruction_history.exp: Initialize traced.
12105 Remove traced_functions.
12106
724c7dd8
MM
121072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12108
12109 * gdb.btrace/function_call_history.exp: Update
12110 * gdb.btrace/instruction_history.exp: Update.
12111
6d78d93b
MM
121122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
12113
12114 * gdb.btrace/enable.exp: Update expected text.
12115
93a360cc
OJ
121162014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12117
12118 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12119 bytes.
12120
3772b53f
MR
121212014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12122
12123 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12124
596662fa
OJ
121252014-01-15 Omair Javaid <omair.javaid@linaro.org>
12126
12127 * lib/gdb.exp (supports_process_record): Return true for
12128 arm*-linux*. (supports_reverse): Likewise.
12129
b5b08fb4
SC
121302014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12131
12132 PR python/15464
12133 PR python/16113
12134 * gdb.python/py-type.c: Enhance test case.
12135 * gdb.python/py-value-cc.cc: Likewise
12136 * gdb.python/py-type.exp: Add new tests.
12137 * gdb.python/py-value-cc.exp: Likewise
12138
52d7fb13
AA
121392014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12140 Pedro Alves <palves@redhat.com>
12141
12142 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12143 Make "name" extern.
12144 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12145 references to ${name}_start by references to ${name}.
12146
a2cd8cfe
JB
121472014-01-10 Joel Brobecker <brobecker@adacore.com>
12148
12149 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12150
4e23fced
JB
121512014-01-10 Joel Brobecker <brobecker@adacore.com>
12152
12153 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12154
c6a9e42c
PA
121552014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12156 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 12159 mi_gdb_target_load.
c6a9e42c 12160
b7ea362b
PA
121612014-01-08 Pedro Alves <palves@redhat.com>
12162
12163 * gdb.threads/reconnect-signal.c: New file.
12164 * gdb.threads/reconnect-signal.exp: New file.
12165
5e3f4fab
EBM
121662014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12167
12168 * gdb.base/source-dir.exp: New file.
12169
79301218
JB
121702014-01-07 Joel Brobecker <brobecker@adacore.com>
12171
12172 * gdb.ada/mi_interface: New testcase.
12173
8e355c5d
JB
121742014-01-07 Joel Brobecker <brobecker@adacore.com>
12175
12176 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12177 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12178 gdb.ada/pp-rec-component/pck.ads: New files.
12179
c0d48811
JB
121802014-01-07 Joel Brobecker <brobecker@adacore.com>
12181
12182 * gdb.python/py-pp-integral.c: New file.
12183 * gdb.python/py-pp-integral.py: New file.
12184 * gdb.python/py-pp-integral.exp: New file.
12185
17b609c3 12186For older changes see ChangeLog-1993-2013.
c906108c 12187\f
8d8cb839
EZ
12188;; Local Variables:
12189;; mode: change-log
12190;; left-margin: 8
12191;; fill-column: 74
12192;; version-control: never
12193;; End:
902f2ccb 12194
61baf725 12195 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
12196 Copying and distribution of this file, with or without modification,
12197 are permitted provided the copyright notice and this notice are preserved.
This page took 3.802314 seconds and 4 git commands to generate.