]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Handle "p 'S::method()::static_var'" (quoted) in symbol lookup
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e68cb8e0
PA
12017-09-04 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/local-static.exp: Also test with
4 class::method::variable wholly quoted.
5 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6
858be34c
PA
72017-09-04 Pedro Alves <palves@redhat.com>
8
9 * gdb.base/local-static.c: New.
10 * gdb.base/local-static.cc: New.
11 * gdb.base/local-static.exp: New.
12
46a4882b
PA
132017-09-04 Pedro Alves <palves@redhat.com>
14
15 * gdb.asm/asm-source.exp: Add casts to int.
16 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
17 (dataglobal64_1, dataglobal64_2): New globals.
18 * gdb.base/nodebug.exp: Test different expressions involving the
19 new globals, with print, whatis and ptype. Add casts to int.
20 * gdb.base/solib-display.exp: Add casts to int.
21 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
22 * gdb.cp/m-static.exp: Add cast to int.
23 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
24 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
25 tls variable with no debug info without a cast. Test with a cast
26 to int too.
27 * gdb.trace/entry-values.exp: Add casts.
28
2c5a2be1
PA
292017-09-04 Pedro Alves <palves@redhat.com>
30
31 * gdb.base/nodebug.exp: Test that ptype's error about functions
32 with unknown return type includes the function name too.
33
7022349d
PA
342017-09-04 Pedro Alves <palves@redhat.com>
35
36 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
37 return type of munmap in infcall.
38 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
39 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
40 type of ftell in infcall.
41 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
42 type of getpid in infcall.
43 * gdb.base/infcall-exec.exp: Cast return type of execlp in
44 infcall.
45 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
46 Bail on failure to extract the pid.
47 * gdb.base/nodebug.c: #include <stdint.h>.
48 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
49 New functions.
50 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
51 Change expected output of print/whatis/ptype with functions with
52 no debug info. Test all supported languages. Call
53 test_call_promotion.
54 * gdb.compile/compile.exp: Adjust expected output to expect
55 warning.
56 * gdb.threads/siginfo-threads.exp: Likewise.
57
54990598
PA
582017-09-04 Pedro Alves <palves@redhat.com>
59
60 * gdb.base/callfuncs.exp (do_function_calls): New parameter
61 "prototypes". Test calling float functions via prototyped and
62 unprototyped function pointers.
63 (perform_all_tests): New parameter "prototypes". Pass it down.
64 (top level): Pass down "prototypes" parameter to
65 perform_all_tests.
66
34d16ea2
SM
672017-09-04 Simon Marchi <simon.marchi@ericsson.com>
68
69 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
70 Test with nested loops.
71
9521ecda
SM
722017-09-04 Simon Marchi <simon.marchi@ericsson.com>
73
74 * gdb.base/commands.exp: Call the new procedures.
75 (loop_break_test, loop_continue_test): New procedures.
76
80a65e9b
SM
772017-09-04 Simon Marchi <simon.marchi@ericsson.com>
78
79 * gdb.base/commands.exp: Call new procedure.
80 (define_if_without_arg_test): New procedure.
81
e439fa14
PA
822017-09-04 Pedro Alves <palves@redhat.com>
83
84 * gdb.base/list-ambiguous.exp: New file.
85 * gdb.base/list-ambiguous0.c: New file.
86 * gdb.base/list-ambiguous1.c: New file.
87 * gdb.base/list.exp (test_list_range): Adjust expected output.
88
0a2dde4a
SDJ
892017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
90
91 * gdb.base/share-env-with-gdbserver.c: New file.
92 * gdb.base/share-env-with-gdbserver.exp: Likewise.
93
5e89eb3a
SM
942017-08-28 Simon Marchi <simon.marchi@ericsson.com>
95
96 * gdb.base/commands.exp (gdbvar_simple_if_test,
97 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
98 progvar_simple_if_test, progvar_simple_while_test,
99 progvar_complex_if_while_test, user_defined_command_test,
100 user_defined_command_args_eval,
101 user_defined_command_args_stack_test,
102 user_defined_command_manyargs_test, bp_deleted_in_command_test,
103 temporary_breakpoint_commands,
104 gdb_test_no_prompt, redefine_hook_test,
105 redefine_backtrace_test): Remove "global gdb_prompt".
106
fd437cbc
SM
1072017-08-28 Simon Marchi <simon.marchi@ericsson.com>
108
109 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
110 New proc, call it from toplevel.
111
87215ad1
SDJ
1122017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
113
114 PR remote/21852
115 * gdb.server/normal.c: New file, copied from gdb.base.
116 * gdb.server/run-without-local-binary.exp: New file.
117
58afddc6
WP
1182017-08-07 Weimin Pan <weimin.pan@oracle.com>
119
120 * gdb.arch/sparc64-adi.exp: New file.
121 * gdb.arch/sparc64-adi.c: New file.
122
5277199a
PA
1232017-08-22 Pedro Alves <palves@redhat.com>
124
125 * gdb.cp/overload.exp (line_range_pattern): New procedure.
126 (top level): Add "list all overloads" tests.
127
14278e1f
TT
1282017-08-22 Tom Tromey <tom@tromey.com>
129
130 * gdb.gdb/xfullpath.exp: Remove.
131
bf223d3e
PA
1322017-08-21 Pedro Alves <palves@redhat.com>
133
134 PR gdb/19487
135 * gdb.base/symbol-alias.c: New.
136 * gdb.base/symbol-alias2.c: New.
137 * gdb.base/symbol-alias.exp: New.
138
c973d0aa
PA
1392017-08-21 Pedro Alves <palves@redhat.com>
140
141 * gdb.base/dfp-test.c
142 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
143 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
144 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
145 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
146 * gdb.base/whatis-ptype-typedefs.c: New.
147 * gdb.base/whatis-ptype-typedefs.exp: New.
148 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
149 (an_int, an_int_type, an_int_type2): New globals.
150 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
151 involving typedefs and cast expressions.
152 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
153 (lookup_typedefs_function): New.
154 (typedefs_pretty_printers_dict): New.
155 (top level): Register lookup_typedefs_function in
156 gdb.pretty_printers.
157
6d580b63
YQ
1582017-08-18 Yao Qi <yao.qi@linaro.org>
159
160 * gdb.server/unittest.exp: New.
161
206726fb
SDJ
1622017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
163
164 PR gdb/21954
165 * gdb.base/environ.exp: Add test to check if 'unset environment'
166 works.
167
bf0ec4c2
AA
1682017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
169
170 * lib/gdb.exp (universal_compile_options): New caching proc.
171 (gdb_compile): Suppress GCC's coloring of messages.
172
d6382fff
TT
1732017-08-14 Tom Tromey <tom@tromey.com>
174
175 PR gdb/21675:
176 * gdb.base/printcmds.exp (test_radices): New function.
177 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
178 * gdb.base/sizeof.exp (check_valueof): Use p/d.
179 * lib/gdb.exp (get_integer_valueof): Use p/d.
180
c2c2dd9f
SM
1812017-08-12 Simon Marchi <simon.marchi@ericsson.com>
182
183 * lib/gdb.exp (get_valueof): Don't capture end-of-line
184 characters.
185
fdffd6f4
TT
1862017-08-05 Tom Tromey <tom@tromey.com>
187
188 * gdb.rust/simple.exp: Allow String to appear in a different
189 namespace.
190
27d41eac
YQ
1912017-07-26 Yao Qi <yao.qi@linaro.org>
192
193 * gdb.gdb/unittest.exp: Invoke command
194 "maintenance check xml-descriptions".
195
031ed05d
AA
1962017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
197
198 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
199 calling context.
200 (hex128): Drop erroneous calculation of parameters.
201
dcd27ddf
SM
2022017-07-22 Simon Marchi <simon.marchi@ericsson.com>
203
204 * gdb.python/py-unwind.exp: Disable stack protection when
205 building test file.
206
47e77640
PA
2072017-07-20 Pedro Alves <palves@redhat.com>
208
209 * gdb.base/default.exp (set language): Adjust expected output.
210
62d2a18a
PA
2112017-07-20 Pedro Alves <palves@redhat.com>
212
213 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
214 (test_minsym): ... this, and make static.
215 (get_pck__foo__bar__minsym): Rename to ...
216 (get_test_minsym): ... this.
217 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
218 symbol names and comments.
219 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
220 (get_test_minsym): ... this.
221 (pck__foo__bar__minsym__2): Rename to ...
222 (test_minsym): ... this.
223 (main): Adjust.
224
c45ec17c
PA
2252017-07-17 Pedro Alves <palves@redhat.com>
226
227 * gdb.base/completion.exp: Adjust expected output.
228 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
229 the completer works.
230
c6756f62
PA
2312017-07-17 Pedro Alves <palves@redhat.com>
232
233 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
234
5bd68487
AB
2352017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
238
8880f2a9
TT
2392017-07-14 Tom Tromey <tom@tromey.com>
240
241 PR rust/21764:
242 * gdb.rust/simple.exp: Add tests.
243
65547233
TT
2442017-07-14 Tom Tromey <tom@tromey.com>
245
246 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
247
8f14146e
PA
2482017-07-14 Pedro Alves <palves@redhat.com>
249
250 * gdb.linespec/base/one/thefile.cc (z1): New function.
251 * gdb.linespec/base/two/thefile.cc (z2): New function.
252 * gdb.linespec/linespec.exp: Add tests.
253
b4365d02
AB
2542017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
255
256 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
257 to mi_create_breakpoint.
258
5d2cbaa5
AB
2592017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
262 mi_create_breakpoint.
263
11cb5716
IB
2642017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
265
266 * gdb.dlang/demangle.exp: Update for demangling changes.
267
03278692
TT
2682017-07-09 Tom Tromey <tom@tromey.com>
269
270 * gdb.dwarf2/shortpiece.exp: New file.
271
33c5cd75
DB
2722017-07-06 David Blaikie <dblaikie@gmail.com>
273
274 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
275 built from fissiont-multi-cu{1,2}.c.
276 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
277 except putting 'main' and 'func' in separate CUs in the same DWO file.
278 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
279 test.
280 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
281 test.
282
8455d262
PA
2832017-07-06 Pedro Alves <palves@redhat.com>
284
285 * gdb.python/py-unwind.exp: Test flushregs.
286
dc4bde35
SDJ
2872017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
288
289 PR cli/21688
290 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
291 tests for alias commands and trailing whitespace.
292
51ed89aa
SDJ
2932017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
294
295 PR cli/21688
296 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
297 procedure. Call it.
298
eb17d413
PA
2992017-06-29 Pedro Alves <palves@redhat.com>
300
301 * gdb.base/printcmds.exp: Add tests.
302
41664b45
DG
3032017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
304
305 PR gdb/21337
306 * gdb.base/reread-readsym.exp: New file.
307 * gdb.base/reread-readsym.c: New file.
308
75312ae3
KB
3092017-06-21 Kevin Buettner <kevinb@redhat.com>
310
311 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
312 subpattern.
313
66953522
PB
3142017-06-19 Peter Bergner <bergner@vnet.ibm.com>
315
316 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
317 extended mnemonic.
318 * gdb.arch/powerpc-power9.s: Likewise.
319
5524b525
AA
3202017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
321
322 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
323 on 32-bit x86 targets. Exploit is_*_target macros where
324 appropriate.
325
03c8af18
AA
3262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
327
328 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
329 register pieces.
330
3bf31011
AA
3312017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
332
333 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
334 located in one or more DWARF pieces.
335
805acca0
AA
3362017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
337
338 * lib/gdb.exp (get_endianness): New proc.
339 * gdb.arch/aarch64-fp.exp: Use it.
340 * gdb.arch/altivec-regs.exp: Likewise.
341 * gdb.arch/e500-regs.exp: Likewise.
342 * gdb.arch/vsx-regs.exp: Likewise.
343 * gdb.base/dump.exp: Likewise.
344 * gdb.base/funcargs.exp: Likewise.
345 * gdb.base/gnu_vector.exp: Likewise.
346 * gdb.dwarf2/formdata16.exp: Likewise.
347 * gdb.dwarf2/implptrpiece.exp: Likewise.
348 * gdb.dwarf2/nonvar-access.exp: Likewise.
349 * gdb.python/py-inferior.exp: Likewise.
350 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
351
e9352324
AA
3522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
353
354 PR gdb/21226
355 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
356 stack value pieces are taken from the LSB end.
357
d5d1163e
AA
3582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
359
360 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
361 variable at nonzero offset.
362
0567c986
AA
3632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
364
365 * gdb.dwarf2/var-access.c: New file.
366 * gdb.dwarf2/var-access.exp: New test.
367 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
368
973e9aab
TT
3692017-06-12 Tom Tromey <tom@tromey.com>
370
371 * gdb.dwarf2/formdata16.exp: Add tests.
372
d9109c80
TT
3732017-06-12 Tom Tromey <tom@tromey.com>
374
375 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
376
30a25466
TT
3772017-06-12 Tom Tromey <tom@tromey.com>
378
379 PR exp/16225:
380 * gdb.reverse/i386-sse-reverse.exp: Update tests.
381 * gdb.arch/vsx-regs.exp: Update tests.
382 * gdb.arch/s390-vregs.exp (hex128): New proc.
383 Update test.
384 * gdb.arch/altivec-regs.exp: Update tests.
385
aefd8b33
SDJ
3862017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
387
388 * gdb.base/startup-with-shell.c: New file.
389 * gdb.base/startup-with-shell.exp: Likewise.
390
2090129c
SDJ
3912017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
392
393 * gdb.server/non-existing-program.exp: Update regex in order to
394 reflect the fact that gdbserver is now using fork_inferior (with a
395 shell) to startup the inferior.
396
8e86a419
SM
3972017-05-30 Simon Marchi <simon.marchi@ericsson.com>
398
399 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
400 support function calls from GDB.
401
e6cf65f2
TT
4022017-05-21 Tom Tromey <tom@tromey.com>
403
404 PR rust/21466:
405 * gdb.rust/unsized.exp: New file.
406 * gdb.rust/unsized.rs: New file.
407
43cc5389
TT
4082017-05-19 Tom Tromey <tom@tromey.com>
409
410 PR rust/21484:
411 * gdb.rust/watch.exp: New file.
412 * gdb.rust/watch.rs: New file.
413
ec8df234
TT
4142017-05-18 Tom Tromey <tom@tromey.com>
415
416 * gdb.rust/simple.exp: Allow Box to be qualified.
417
3e3e7fae
TP
4182017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
419
420 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
421
59cc050d
PA
4222017-05-18 Pedro Alves <palves@redhat.com>
423
424 * gdb.base/fileio.c (test_write, test_read, test_close)
425 (test_fstat): Don't print 'ret' in the fail path.
426
c8f6abd1
PA
4272017-05-18 Pedro Alves <palves@redhat.com>
428
429 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
430 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
431 (test_system, test_rename, test_unlink, test_time): Change
432 prototypes.
433 * gdb.base/fileio.exp (stop_msg): Adjust.
434
d2a03b77
PA
4352017-05-18 Pedro Alves <palves@redhat.com>
436
437 * gdb.base/fileio.c (null_str): New global.
438 (test_stat): Use it.
439 * gdb.base/fileio.exp: Remove nowarnings.
440
0d5c6999
YQ
4412017-05-17 Yao Qi <yao.qi@linaro.org>
442
443 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
444
21873064
YQ
4452017-05-17 Simon Marchi <simon.marchi@ericsson.com>
446
447 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
448 argument command.
449 (top-level): Invoke test_set_inferior_tty.
450
d512d31c
PA
4512017-05-04 Pedro Alves <palves@redhat.com>
452
453 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
454 Add parens to print call for Python 3.
455
90cef2ed
KS
4562017-05-03 Keith Seitz <keiths@redhat.com>
457
458 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
459 (main): Call it.
460
14f819c8
TW
4612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
462
463 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
464 to prev and next.
465
913aeadd
TW
4662017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
467
468 * gdb.python/py-record-btrace.exp: Remove test for
469 gdb.BtraceInstruction.error.
470
a3be24ad
TW
4712017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
472
473 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
474
ae20e79a
TW
4752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
476
477 * gdb.python/py-record-btrace-threads.c: New file.
478 * gdb.python/py-record-btrace-threads.exp: New file.
479
45ce1b47
SDJ
4802017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
481
482 PR testsuite/8595
483 * gdb.base/environ.exp: Make test available in all architectures.
484 Move bits related to "info program" testing to
485 gdb.base/info-program.exp. Rewrite tests to use the two new
486 procedures mentione below.
487 (test_set_show_env_var) New procedure.
488 (test_set_show_env_var_equal): Likewise.
489 * gdb.base/info-program.exp: New file.
490
e15c3eb4
KS
4912017-04-27 Keith Seitz <keiths@redhat.com>
492
493 * gdb.cp/oranking.cc (test15): New function.
494 (main): Call test15 and declare additional variables for testing.
495 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
496 "p foo101('abc')" tests.
497 Add tests for cv qualifier overloads.
498 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
499 "lvalue reference overload" test.
500 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
501 "print value of f1 on Child&& in f2" test.
502
3a3fd0fd
PA
5032017-04-19 Pedro Alves <palves@redhat.com>
504
505 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
506 procedure.
507 (top level): Call it.
508 * lib/gdb.exp (gdb_define_cmd): New procedure.
509
53375380
PA
5102017-04-12 Pedro Alves <palves@redhat.com>
511
512 PR gdb/21323
513 * gdb.cp/wide_char_types.c: Include <wchar.h>.
514 (wchar): New global.
515 * gdb.cp/wide_char_types.exp (wide_char_types_program)
516 (do_test_wide_char, wide_char_types_no_program, top level): Add
517 wchar_t testing.
518
53e710ac
PA
5192017-04-12 Pedro Alves <palves@redhat.com>
520
521 PR c++/21323
522 * gdb.cp/wide_char_types.c: New file.
523 * gdb.cp/wide_char_types.exp: New file.
524
0ad9d8c7
SDJ
5252017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
526
527 PR gdb/21352
528 * gdb.trace/tsv.exp: Add test for "tsave -r".
529
b1b45502
IB
5302017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
531
532 * gdb.dlang/watch-loc.c: New file.
533 * gdb.dlang/watch-loc.exp: New file.
534
ec13808e
JK
5352017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
536
537 * gdb.python/py-section-script.exp (sepdebug): New testcases.
538
fe5f7374
AK
5392017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
540
541 * gdb.arch/arc-analyze-prologue.S: New file.
542 * gdb.arch/arc-analyze-prologue.exp: Likewise.
543
eea78757
AK
5442017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
545
546 * gdb.arch/arc-decode-insn.S: New file.
547 * gdb.arch/arc-decode-insn.exp: Likewise.
548
5badf10a
IR
5492017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
550
551 PR tdep/20928
552 * gdb.arch/sparc64-regs.exp: New file.
553 * gdb.arch/sparc64-regs.S: Likewise.
554
cee59b3f
TW
5552017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
556
557 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
558 and memory view on Python 3.
559
c0f55cc6
AV
5602017-03-20 Artemiy Volkov <artemiyv@acm.org>
561 Keith Seitz <keiths@redhat.com>
562
563 PR gdb/14441
564 * gdb.cp/demangle.exp: Add rvalue reference tests.
565 * gdb.cp/rvalue-ref-casts.cc: New file.
566 * gdb.cp/rvalue-ref-casts.exp: New file.
567 * gdb.cp/rvalue-ref-overload.cc: New file.
568 * gdb.cp/rvalue-ref-overload.exp: New file.
569 * gdb.cp/rvalue-ref-params.cc: New file.
570 * gdb.cp/rvalue-ref-params.exp: New file.
571 * gdb.cp/rvalue-ref-sizeof.cc: New file.
572 * gdb.cp/rvalue-ref-sizeof.exp: New file.
573 * gdb.cp/rvalue-ref-types.cc: New file.
574 * gdb.cp/rvalue-ref-types.exp: New file.
575 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
576 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
577
51457a05
MAL
5782017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
579
580 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
581 New procedure.
582
5b291c04
MAL
5832017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
584
585 * lib/mi-support.exp (mi_gdb_test): Add additional message
586 for unexpected output.
587
59a56148
AA
5882017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
589
590 * gdb.base/examine-backward.c (Barrier): New character array
591 constant, to ensure that TestStrings is preceded by a string
592 terminator.
593
7942e96e
AA
5942017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
595
596 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
597 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
598 and implicit pointer into such a location.
599
6ebac3fb
DE
6002017-03-16 Doug Evans <dje@google.com>
601
602 * gdb.python/py-lazy-string (pointer): Really add new typedef.
603
ec3b243d
TP
6042017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
605
606 * gdb.cp/m-static.exp: Fix expectation for prototype of
607 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
608
6092017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
610
611 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
612 * gdb.guile/scm-lazy-string.c: New file.
613 * gdb.guile/scm-value.exp: Move lazy string tests to ...
614 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
615 for pointer, array, typedef lazy strings.
616
2cc36e25 6172017-03-16 Doug Evans <dje@google.com>
34b43320
DE
618
619 PR python/17728, python/18439, python/18779
620 * gdb.python/py-value.c (main) Delete locals sptr, sn.
621 * gdb.python/py-lazy-string.c (pointer): New typedef.
622 (main): New locals ptr, array, typedef_ptr.
623 * gdb.python/py-value.exp: Move lazy string tests to ...
624 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
625 array, typedef lazy strings.
ec3b243d 626
0efcde63
AK
6272017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
628
629 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
630 Add optional 'test' parameter.
631
7978d7c3
SM
6322017-03-13 Simon Marchi <simon.marchi@ericsson.com>
633
634 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
635 Skip for versions of DejaGnu < 1.5.
636
896c0c1e
SM
6372017-03-13 Simon Marchi <simon.marchi@ericsson.com>
638
639 * lib/gdb.exp (dejagnu_version): New proc.
640 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
641 Use dejagnu_version.
642
5f4d1085
KS
6432017-03-10 Keith Seitz <keiths@redhat.com>
644
645 PR c++/8128
646 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
647 type from destructor regexps.
648 Add a branch which actually passes the test.
649 Adjust "ptype t5i" test names.
650
1de05205
PA
6512017-03-08 Pedro Alves <palves@redhat.com>
652
653 * gdb.base/step-over-exit.exp: Add explicit test message.
654
c65d6b55
PA
6552017-03-08 Pedro Alves <palves@redhat.com>
656
657 PR gdb/18360
658 * gdb.threads/interrupt-while-step-over.c: New file.
659 * gdb.threads/interrupt-while-step-over.exp: New file.
660
2e86a283
PA
6612017-03-08 Pedro Alves <palves@redhat.com>
662
663 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
664 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
665
25dcbff6
PA
6662017-03-08 Pedro Alves <palves@redhat.com>
667
668 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
669 PKRU as not supported as a PASS.
670
dc9366eb
PA
6712017-03-08 Pedro Alves <palves@redhat.com>
672
673 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
674 prefix instead of $binfile1/$binfile2.
675 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
676 in test message.
677 * gdb.python/py-completion.exp: Use "load python file" as test
678 messages instead of unstable path names.
679
6e5d74e7
PA
6802017-03-08 Pedro Alves <palves@redhat.com>
681 Jan Kratochvil <jan.kratochvil@redhat.com>
682
683 PR cli/21218
684 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
685 New proc.
686 (top level): Call it.
687
9753a2f6
PA
6882017-03-08 Pedro Alves <palves@redhat.com>
689
690 PR tui/21216
691 * gdb.tui/tui-nl-filtered-output.exp: New file.
692
1a4dd9dd
PA
6932017-03-08 Pedro Alves <palves@redhat.com>
694
695 * gdb.base/completion.exp: Move TUI completion tests to ...
696 * gdb.tui/completion.exp: ... this new file.
697
7cbbff33
PA
6982017-03-08 Pedro Alves <palves@redhat.com>
699
700 * gdb.base/tui-disasm-long-lines.c,
701 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
702 gdb.base/tui-layout.exp: Move to ...
703 * gdb.tui/: ... this new directory.
704
5f6fd321
PA
7052017-03-07 Pedro Alves <palves@redhat.com>
706
707 * gdb.base/tui-layout.c: New file.
708 * gdb.base/tui-layout.exp: New file.
709
44959fa8
PA
7102017-03-07 Pedro Alves <palves@redhat.com>
711
712 * gdb.base/tui-layout.c: Rename to ...
713 * gdb.base/tui-disasm-long-lines.c: ... this.
714 * gdb.base/tui-layout.exp: Rename to ...
715 * gdb.base/tui-disasm-long-lines.exp: ... this.
716
f8c4e718
PA
7172017-03-07 Pedro Alves <palves@redhat.com>
718
719 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
720
6dbb839a 7212017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
722
723 * i386-mpx-call.c: New file.
724 * i386-mpx-call.exp: New file.
725
65b48a81
PB
7262017-02-28 Peter Bergner <bergner@vnet.ibm.com>
727
728 * gdb.arch/powerpc-power.exp: Delete test.
729 * gdb.arch/powerpc-power.s: Likewise.
730 * gdb.disasm/disassembler-options.exp: New test.
731 * gdb.arch/powerpc-altivec.exp: Likewise.
732 * gdb.arch/powerpc-altivec.s: Likewise.
733 * gdb.arch/powerpc-altivec2.exp: Likewise.
734 * gdb.arch/powerpc-altivec2.s: Likewise.
735 * gdb.arch/powerpc-altivec3.exp: Likewise.
736 * gdb.arch/powerpc-altivec3.s: Likewise.
737 * gdb.arch/powerpc-power7.exp: Likewise.
738 * gdb.arch/powerpc-power7.s: Likewise.
739 * gdb.arch/powerpc-power8.exp: Likewise.
740 * gdb.arch/powerpc-power8.s: Likewise.
741 * gdb.arch/powerpc-power9.exp: Likewise.
742 * gdb.arch/powerpc-power9.s: Likewise.
743 * gdb.arch/powerpc-vsx.exp: Likewise.
744 * gdb.arch/powerpc-vsx.s: Likewise.
745 * gdb.arch/powerpc-vsx2.exp: Likewise.
746 * gdb.arch/powerpc-vsx2.s: Likewise.
747 * gdb.arch/powerpc-vsx3.exp: Likewise.
748 * gdb.arch/powerpc-vsx3.s: Likewise.
749 * gdb.arch/arm-disassembler-options.exp: Likewise.
750 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
751 * gdb.arch/s390-disassembler-options.exp: Likewise.
752
17cd4947
LM
7532017-02-23 Luis Machado <lgustavo@codesourcery.com>
754
755 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
756 (check_supported_features): ... this. Changed return type to void.
757 (supports_rdseed): New static global.
758 (rdseed): Check supports_rdseed.
759 (initialize): Call check_supported_features.
760
2039d74e
EBM
7612017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
762
763 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
764 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
765 and lqarx/stqcx.
766 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
767 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
768
a51d7ecf
EBM
7692017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
770
771 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
772 uppercase.
773
0224619f
JK
7742017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
775
776 * gdb.dwarf2/formdata16.c: New file.
777 * gdb.dwarf2/formdata16.exp: New file.
778 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
779
216f72a1
JK
7802017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
781
782 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
783 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
784 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
785 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
786 DW_AT_GNU_*.
787
43988095
JK
7882017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
789
790 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
791
99e8a4f9
SDJ
7922017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
793
794 PR gdb/21164
795 * gdb.base/maint.exp: Add testcases for when the commands do
796 not have arguments.
797
b58a8c0c
TP
7982017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
799
800 * gdb.cp/chained-calls.exp: Use p instead of P.
801
4e746bb6
TW
8022017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
803
804 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
805 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
806
3f77c769
TT
8072017-02-14 Tom Tromey <tom@tromey.com>
808
809 PR python/13598:
810 * gdb.python/py-events.exp: Add before_prompt event tests.
811
075beec0
AA
8122017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
813
814 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
815
bf5f525c
LM
8162017-02-13 Luis Machado <lgustavo@codesourcery.com>
817
818 * gdb.linespec/explicit.c (my_unique_function_name): New function.
819 (main): Call my_unique_function_name.
820 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
821 completion of patterns with a single match.
822 Add missing -re switches to gdb_test_multiple calls.
823
13a66184
LM
8242017-02-13 Luis Machado <lgustavo@codesourcery.com>
825
826 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
827 return if core file is not recognized.
828
26a06916
SM
8292017-02-10 Simon Marchi <simon.marchi@ericsson.com>
830
831 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
832 and extra UIs.
833
b761ca9e
SM
8342017-02-10 Simon Marchi <simon.marchi@ericsson.com>
835
836 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
837 proc_with_prefix.
838
b964bee0
TT
8392017-02-10 Tom Tromey <tom@tromey.com>
840
841 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
842
18da0c51
MG
8432017-02-10 Martin Galvan <martingalvan@sourceware.org>
844
845 PR gdb/21122
846 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
847
604c4576
JG
8482017-02-08 Jerome Guitton <guitton@adacore.com>
849
850 * gdb.base/define.exp: Add test for command abbreviations
851 in define.
852
20b477a7
LM
8532017-02-06 Luis Machado <lgustavo@codesourcery.com>
854
855 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
856 * gdb.reverse/insn-reverse-x86.c: New file.
857
3f7b46f2
IR
8582017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
859
860 PR tdep/20936
861 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
862
f0fd41c1
TT
8632017-02-03 Tom Tromey <tom@tromey.com>
864
865 PR rust/21097:
866 * gdb.rust/simple.exp: Add new tests.
867
5be5dbf0
PA
8682017-02-02 Pedro Alves <palves@redhat.com>
869
870 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
871 tests.
872
7346ef59
AA
8732017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
874
875 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
876 taking a 2-byte value out of a 4-byte DWARF implicit value on
877 big-endian targets.
878 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
879 logic. Add test cases for DW_OP_implicit.
880
787f0025
MM
8812017-02-01 Markus Metzger <markus.t.metzger@intel.com>
882
883 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
884
68777c29
MM
8852017-02-01 Markus Metzger <markus.t.metzger@intel.com>
886
887 * gdb.btrace/enable.exp: Call gdb_exit before
888 skip_gdbserver_tests.
889
0a1c7e28
MM
8902017-02-01 Markus Metzger <markus.t.metzger@intel.com>
891
892 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
893 GDBFLAGS.
894
b5ac99b0
MM
8952017-02-01 Markus Metzger <markus.t.metzger@intel.com>
896
897 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
898 the test is skipped.
899 * gdb.btrace/data.exp: Likewise.
900 * gdb.btrace/delta.exp: Likewise.
901 * gdb.btrace/dlopen.exp: Likewise.
902 * gdb.btrace/enable-running.exp: Likewise.
903 * gdb.btrace/enable.exp: Likewise.
904 * gdb.btrace/exception.exp: Likewise.
905 * gdb.btrace/function_call_history.exp: Likewise.
906 * gdb.btrace/gcore.exp: Likewise.
907 * gdb.btrace/instruction_history.exp: Likewise.
908 * gdb.btrace/multi-thread-step.exp: Likewise.
909 * gdb.btrace/nohist.exp: Likewise.
910 * gdb.btrace/non-stop.exp: Likewise.
911 * gdb.btrace/reconnect.exp: Likewise.
912 * gdb.btrace/record_goto-step.exp: Likewise.
913 * gdb.btrace/record_goto.exp: Likewise.
914 * gdb.btrace/rn-dl-bind.exp: Likewise.
915 * gdb.btrace/segv.exp: Likewise.
916 * gdb.btrace/step.exp: Likewise.
917 * gdb.btrace/stepi.exp: Likewise.
918 * gdb.btrace/tailcall-only.exp: Likewise.
919 * gdb.btrace/tailcall.exp: Likewise.
920 * gdb.btrace/tsx.exp: Likewise.
921 * gdb.btrace/unknown_functions.exp: Likewise.
922 * gdb.btrace/vdso.exp: Likewise.
923
cd4007e4
MM
9242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
925
926 * gdb.btrace/enable-running.c: New.
927 * gdb.btrace/enable-running.exp: New.
928
2735833d
WT
9292017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
930
931 * gdb.arch/amd64-gs_base.c: New file.
932 * gdb.arch/amd64-gs_base.exp: New file.
933
b51e1e94
LM
9342017-01-26 Luis Machado <lgustavo@codesourcery.com>
935
936 * lib/memory.exp: Remove spurious empty newlines.
937
72ca0410
SM
9382017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
939
940 * gdb.python/py-bad-printers.exp: Load python file using "source".
941 * gdb.python/py-events.exp: Likewise.
942 * gdb.python/py-evsignal.exp: Likewise.
943 * gdb.python/py-evthreads.exp: Likewise.
944 * gdb.python/py-frame-args.exp: Likewise.
945 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
946 * gdb.python/py-framefilter-mi.exp: Likewise.
947 * gdb.python/py-framefilter.exp: Likewise.
948 * gdb.python/py-mi.exp: Likewise.
949 * gdb.python/py-pp-maint.exp: Likewise.
950 * gdb.python/py-pp-registration.exp: Likewise.
951 * gdb.python/py-prettyprint.exp: Likewise.
952 (run_lang_tests): Likewise.
953 * gdb.python/py-typeprint.exp: Likewise.
954
e309aa65
LM
9552017-01-26 Luis Machado <lgustavo@codesourcery.com>
956
957 * lib/memory.exp: New file.
958 * lib/gdb.exp: Load memory.exp.
959 * gdb.base/memattr.exp (delete_memory): Move proc to
960 lib/memory.exp and rename to delete_memory_regions.
961 Replace delete_memory with delete_memory_regions.
962 Cleanup memory regions before tests.
963 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
964 before tests.
965
515aff23
LM
9662017-01-26 Luis Machado <lgustavo@codesourcery.com>
967
968 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
969 files.
970 (initialize): New function conditionally defined.
971 (testcases): Move within conditional block.
972 (main): Call initialize.
973 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
974 of gdb.reverse/insn-reverse.c.
975 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
976 gdb.reverse/insn-reverse.c.
977
d8b49cf0
YQ
9782017-01-26 Yao Qi <yao.qi@linaro.org>
979
980 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
981 disassemble on address 0.
982
f13a9a0c
YQ
9832017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
984 Yao Qi <yao.qi@linaro.org>
985
986 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
987 * gdb.dwarf2/implptr-64bit.S: Remove.
988 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
989 variables in caller's context. Add DW_OP_implicit_value.
990
5ac95241
YQ
9912017-01-25 Yao Qi <yao.qi@linaro.org>
992
993 * lib/dwarf.exp (Dwarf::_location): Handle
994 DW_OP_GNU_implicit_pointer with proper size.
995
23e82930
LM
9962017-01-20 Luis Machado <lgustavo@codesourcery.com>
997
998 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
999 and add untested calls.
1000
d334ae25
LM
10012017-01-20 Luis Machado <lgustavo@codesourcery.com>
1002
1003 * gdb.python/python.exp: Check line number against what GDB thinks
1004 the line number is for func1.
1005
f5e6296e
IB
10062017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1007
1008 * gdb.dlang/debug-expr.exp: New file.
1009
5b362f04
LM
10102016-12-23 Luis Machado <lgustavo@codesourcery.com>
1011
1012 Fix test names for the following files:
1013
1014 * gdb.ada/exec_changed.exp
1015 * gdb.ada/info_types.exp
1016 * gdb.arch/aarch64-atomic-inst.exp
1017 * gdb.arch/aarch64-fp.exp
1018 * gdb.arch/altivec-abi.exp
1019 * gdb.arch/altivec-regs.exp
1020 * gdb.arch/amd64-byte.exp
1021 * gdb.arch/amd64-disp-step.exp
1022 * gdb.arch/amd64-dword.exp
1023 * gdb.arch/amd64-entry-value-inline.exp
1024 * gdb.arch/amd64-entry-value-param.exp
1025 * gdb.arch/amd64-entry-value-paramref.exp
1026 * gdb.arch/amd64-entry-value.exp
1027 * gdb.arch/amd64-i386-address.exp
1028 * gdb.arch/amd64-invalid-stack-middle.exp
1029 * gdb.arch/amd64-invalid-stack-top.exp
1030 * gdb.arch/amd64-optimout-repeat.exp
1031 * gdb.arch/amd64-prologue-skip.exp
1032 * gdb.arch/amd64-prologue-xmm.exp
1033 * gdb.arch/amd64-stap-special-operands.exp
1034 * gdb.arch/amd64-stap-wrong-subexp.exp
1035 * gdb.arch/amd64-tailcall-cxx.exp
1036 * gdb.arch/amd64-tailcall-noret.exp
1037 * gdb.arch/amd64-tailcall-ret.exp
1038 * gdb.arch/amd64-tailcall-self.exp
1039 * gdb.arch/amd64-word.exp
1040 * gdb.arch/arm-bl-branch-dest.exp
1041 * gdb.arch/arm-disp-step.exp
1042 * gdb.arch/arm-neon.exp
1043 * gdb.arch/arm-single-step-kernel-helper.exp
1044 * gdb.arch/avr-flash-qualifier.exp
1045 * gdb.arch/disp-step-insn-reloc.exp
1046 * gdb.arch/e500-abi.exp
1047 * gdb.arch/e500-regs.exp
1048 * gdb.arch/ftrace-insn-reloc.exp
1049 * gdb.arch/i386-avx512.exp
1050 * gdb.arch/i386-bp_permanent.exp
1051 * gdb.arch/i386-byte.exp
1052 * gdb.arch/i386-cfi-notcurrent.exp
1053 * gdb.arch/i386-disp-step.exp
1054 * gdb.arch/i386-dr3-watch.exp
1055 * gdb.arch/i386-float.exp
1056 * gdb.arch/i386-gnu-cfi.exp
1057 * gdb.arch/i386-mpx-map.exp
1058 * gdb.arch/i386-mpx-sigsegv.exp
1059 * gdb.arch/i386-mpx-simple_segv.exp
1060 * gdb.arch/i386-mpx.exp
1061 * gdb.arch/i386-permbkpt.exp
1062 * gdb.arch/i386-prologue.exp
1063 * gdb.arch/i386-signal.exp
1064 * gdb.arch/i386-size-overlap.exp
1065 * gdb.arch/i386-unwind.exp
1066 * gdb.arch/i386-word.exp
1067 * gdb.arch/mips-fcr.exp
1068 * gdb.arch/powerpc-d128-regs.exp
1069 * gdb.arch/powerpc-stackless.exp
1070 * gdb.arch/ppc64-atomic-inst.exp
1071 * gdb.arch/s390-stackless.exp
1072 * gdb.arch/s390-tdbregs.exp
1073 * gdb.arch/s390-vregs.exp
1074 * gdb.arch/sparc-sysstep.exp
1075 * gdb.arch/thumb-bx-pc.exp
1076 * gdb.arch/thumb-singlestep.exp
1077 * gdb.arch/thumb2-it.exp
1078 * gdb.arch/vsx-regs.exp
1079 * gdb.asm/asm-source.exp
1080 * gdb.base/a2-run.exp
1081 * gdb.base/advance.exp
1082 * gdb.base/all-bin.exp
1083 * gdb.base/anon.exp
1084 * gdb.base/args.exp
1085 * gdb.base/arithmet.exp
1086 * gdb.base/async-shell.exp
1087 * gdb.base/async.exp
1088 * gdb.base/attach-pie-noexec.exp
1089 * gdb.base/attach-twice.exp
1090 * gdb.base/auto-load.exp
1091 * gdb.base/bang.exp
1092 * gdb.base/bitfields.exp
1093 * gdb.base/break-always.exp
1094 * gdb.base/break-caller-line.exp
1095 * gdb.base/break-entry.exp
1096 * gdb.base/break-inline.exp
1097 * gdb.base/break-on-linker-gcd-function.exp
1098 * gdb.base/break-probes.exp
1099 * gdb.base/break.exp
1100 * gdb.base/breakpoint-shadow.exp
1101 * gdb.base/call-ar-st.exp
1102 * gdb.base/call-sc.exp
1103 * gdb.base/call-signal-resume.exp
1104 * gdb.base/call-strs.exp
1105 * gdb.base/callfuncs.exp
1106 * gdb.base/catch-fork-static.exp
1107 * gdb.base/catch-gdb-caused-signals.exp
1108 * gdb.base/catch-load.exp
1109 * gdb.base/catch-signal-fork.exp
1110 * gdb.base/catch-signal.exp
1111 * gdb.base/catch-syscall.exp
1112 * gdb.base/charset.exp
1113 * gdb.base/checkpoint.exp
1114 * gdb.base/chng-syms.exp
1115 * gdb.base/code-expr.exp
1116 * gdb.base/code_elim.exp
1117 * gdb.base/commands.exp
1118 * gdb.base/completion.exp
1119 * gdb.base/complex.exp
1120 * gdb.base/cond-expr.exp
1121 * gdb.base/condbreak.exp
1122 * gdb.base/consecutive.exp
1123 * gdb.base/continue-all-already-running.exp
1124 * gdb.base/coredump-filter.exp
1125 * gdb.base/corefile.exp
1126 * gdb.base/dbx.exp
1127 * gdb.base/debug-expr.exp
1128 * gdb.base/define.exp
1129 * gdb.base/del.exp
1130 * gdb.base/disabled-location.exp
1131 * gdb.base/disasm-end-cu.exp
1132 * gdb.base/disasm-optim.exp
1133 * gdb.base/display.exp
1134 * gdb.base/duplicate-bp.exp
1135 * gdb.base/ena-dis-br.exp
1136 * gdb.base/ending-run.exp
1137 * gdb.base/enumval.exp
1138 * gdb.base/environ.exp
1139 * gdb.base/eu-strip-infcall.exp
1140 * gdb.base/eval-avoid-side-effects.exp
1141 * gdb.base/eval-skip.exp
1142 * gdb.base/exitsignal.exp
1143 * gdb.base/expand-psymtabs.exp
1144 * gdb.base/filesym.exp
1145 * gdb.base/find-unmapped.exp
1146 * gdb.base/finish.exp
1147 * gdb.base/float.exp
1148 * gdb.base/foll-exec-mode.exp
1149 * gdb.base/foll-exec.exp
1150 * gdb.base/foll-fork.exp
1151 * gdb.base/fortran-sym-case.exp
1152 * gdb.base/freebpcmd.exp
1153 * gdb.base/func-ptr.exp
1154 * gdb.base/func-ptrs.exp
1155 * gdb.base/funcargs.exp
1156 * gdb.base/gcore-buffer-overflow.exp
1157 * gdb.base/gcore-relro-pie.exp
1158 * gdb.base/gcore-relro.exp
1159 * gdb.base/gcore.exp
1160 * gdb.base/gdb1090.exp
1161 * gdb.base/gdb11530.exp
1162 * gdb.base/gdb11531.exp
1163 * gdb.base/gdb1821.exp
1164 * gdb.base/gdbindex-stabs.exp
1165 * gdb.base/gdbvars.exp
1166 * gdb.base/hbreak.exp
1167 * gdb.base/hbreak2.exp
1168 * gdb.base/included.exp
1169 * gdb.base/infcall-input.exp
1170 * gdb.base/inferior-died.exp
1171 * gdb.base/infnan.exp
1172 * gdb.base/info-macros.exp
1173 * gdb.base/info-os.exp
1174 * gdb.base/info-proc.exp
1175 * gdb.base/info-shared.exp
1176 * gdb.base/info-target.exp
1177 * gdb.base/infoline.exp
1178 * gdb.base/interp.exp
1179 * gdb.base/interrupt.exp
1180 * gdb.base/jit-reader.exp
1181 * gdb.base/jit-simple.exp
1182 * gdb.base/kill-after-signal.exp
1183 * gdb.base/kill-detach-inferiors-cmd.exp
1184 * gdb.base/label.exp
1185 * gdb.base/langs.exp
1186 * gdb.base/ldbl_e308.exp
1187 * gdb.base/line-symtabs.exp
1188 * gdb.base/linespecs.exp
1189 * gdb.base/list.exp
1190 * gdb.base/long_long.exp
1191 * gdb.base/longest-types.exp
1192 * gdb.base/maint.exp
1193 * gdb.base/max-value-size.exp
1194 * gdb.base/memattr.exp
1195 * gdb.base/mips_pro.exp
1196 * gdb.base/morestack.exp
1197 * gdb.base/moribund-step.exp
1198 * gdb.base/multi-forks.exp
1199 * gdb.base/nested-addr.exp
1200 * gdb.base/nextoverexit.exp
1201 * gdb.base/noreturn-finish.exp
1202 * gdb.base/noreturn-return.exp
1203 * gdb.base/nostdlib.exp
1204 * gdb.base/offsets.exp
1205 * gdb.base/opaque.exp
1206 * gdb.base/pc-fp.exp
1207 * gdb.base/permissions.exp
1208 * gdb.base/print-symbol-loading.exp
1209 * gdb.base/prologue-include.exp
1210 * gdb.base/psymtab.exp
1211 * gdb.base/ptype.exp
1212 * gdb.base/random-signal.exp
1213 * gdb.base/randomize.exp
1214 * gdb.base/range-stepping.exp
1215 * gdb.base/readline-ask.exp
1216 * gdb.base/recpar.exp
1217 * gdb.base/recurse.exp
1218 * gdb.base/relational.exp
1219 * gdb.base/restore.exp
1220 * gdb.base/return-nodebug.exp
1221 * gdb.base/return.exp
1222 * gdb.base/run-after-attach.exp
1223 * gdb.base/save-bp.exp
1224 * gdb.base/scope.exp
1225 * gdb.base/sect-cmd.exp
1226 * gdb.base/set-lang-auto.exp
1227 * gdb.base/set-noassign.exp
1228 * gdb.base/setvar.exp
1229 * gdb.base/sigall.exp
1230 * gdb.base/sigbpt.exp
1231 * gdb.base/siginfo-addr.exp
1232 * gdb.base/siginfo-infcall.exp
1233 * gdb.base/siginfo-obj.exp
1234 * gdb.base/siginfo.exp
1235 * gdb.base/signals-state-child.exp
1236 * gdb.base/signest.exp
1237 * gdb.base/sigstep.exp
1238 * gdb.base/sizeof.exp
1239 * gdb.base/skip.exp
1240 * gdb.base/solib-corrupted.exp
1241 * gdb.base/solib-nodir.exp
1242 * gdb.base/solib-search.exp
1243 * gdb.base/stack-checking.exp
1244 * gdb.base/stale-infcall.exp
1245 * gdb.base/stap-probe.exp
1246 * gdb.base/start.exp
1247 * gdb.base/step-break.exp
1248 * gdb.base/step-bt.exp
1249 * gdb.base/step-line.exp
1250 * gdb.base/step-over-exit.exp
1251 * gdb.base/step-over-syscall.exp
1252 * gdb.base/step-resume-infcall.exp
1253 * gdb.base/step-test.exp
1254 * gdb.base/store.exp
1255 * gdb.base/structs3.exp
1256 * gdb.base/sym-file.exp
1257 * gdb.base/symbol-without-target_section.exp
1258 * gdb.base/term.exp
1259 * gdb.base/testenv.exp
1260 * gdb.base/ui-redirect.exp
1261 * gdb.base/until.exp
1262 * gdb.base/unwindonsignal.exp
1263 * gdb.base/value-double-free.exp
1264 * gdb.base/vla-datatypes.exp
1265 * gdb.base/vla-ptr.exp
1266 * gdb.base/vla-sideeffect.exp
1267 * gdb.base/volatile.exp
1268 * gdb.base/watch-cond-infcall.exp
1269 * gdb.base/watch-cond.exp
1270 * gdb.base/watch-non-mem.exp
1271 * gdb.base/watch-read.exp
1272 * gdb.base/watch-vfork.exp
1273 * gdb.base/watchpoint-cond-gone.exp
1274 * gdb.base/watchpoint-delete.exp
1275 * gdb.base/watchpoint-hw-hit-once.exp
1276 * gdb.base/watchpoint-hw.exp
1277 * gdb.base/watchpoint-stops-at-right-insn.exp
1278 * gdb.base/watchpoints.exp
1279 * gdb.base/wchar.exp
1280 * gdb.base/whatis-exp.exp
1281 * gdb.btrace/buffer-size.exp
1282 * gdb.btrace/data.exp
1283 * gdb.btrace/delta.exp
1284 * gdb.btrace/dlopen.exp
1285 * gdb.btrace/enable.exp
1286 * gdb.btrace/exception.exp
1287 * gdb.btrace/function_call_history.exp
1288 * gdb.btrace/gcore.exp
1289 * gdb.btrace/instruction_history.exp
1290 * gdb.btrace/nohist.exp
1291 * gdb.btrace/reconnect.exp
1292 * gdb.btrace/record_goto-step.exp
1293 * gdb.btrace/record_goto.exp
1294 * gdb.btrace/rn-dl-bind.exp
1295 * gdb.btrace/segv.exp
1296 * gdb.btrace/step.exp
1297 * gdb.btrace/stepi.exp
1298 * gdb.btrace/tailcall-only.exp
1299 * gdb.btrace/tailcall.exp
1300 * gdb.btrace/tsx.exp
1301 * gdb.btrace/unknown_functions.exp
1302 * gdb.btrace/vdso.exp
1303 * gdb.compile/compile-ifunc.exp
1304 * gdb.compile/compile-ops.exp
1305 * gdb.compile/compile-print.exp
1306 * gdb.compile/compile-setjmp.exp
1307 * gdb.cp/abstract-origin.exp
1308 * gdb.cp/ambiguous.exp
1309 * gdb.cp/annota2.exp
1310 * gdb.cp/annota3.exp
1311 * gdb.cp/anon-ns.exp
1312 * gdb.cp/anon-struct.exp
1313 * gdb.cp/anon-union.exp
1314 * gdb.cp/arg-reference.exp
1315 * gdb.cp/baseenum.exp
1316 * gdb.cp/bool.exp
1317 * gdb.cp/breakpoint.exp
1318 * gdb.cp/bs15503.exp
1319 * gdb.cp/call-c.exp
1320 * gdb.cp/casts.exp
1321 * gdb.cp/chained-calls.exp
1322 * gdb.cp/class2.exp
1323 * gdb.cp/classes.exp
1324 * gdb.cp/cmpd-minsyms.exp
1325 * gdb.cp/converts.exp
1326 * gdb.cp/cp-relocate.exp
1327 * gdb.cp/cpcompletion.exp
1328 * gdb.cp/cpexprs.exp
1329 * gdb.cp/cplabel.exp
1330 * gdb.cp/cplusfuncs.exp
1331 * gdb.cp/cpsizeof.exp
1332 * gdb.cp/ctti.exp
1333 * gdb.cp/derivation.exp
1334 * gdb.cp/destrprint.exp
1335 * gdb.cp/dispcxx.exp
1336 * gdb.cp/enum-class.exp
1337 * gdb.cp/exception.exp
1338 * gdb.cp/exceptprint.exp
1339 * gdb.cp/expand-psymtabs-cxx.exp
1340 * gdb.cp/expand-sals.exp
1341 * gdb.cp/extern-c.exp
1342 * gdb.cp/filename.exp
1343 * gdb.cp/formatted-ref.exp
1344 * gdb.cp/fpointer.exp
1345 * gdb.cp/gdb1355.exp
1346 * gdb.cp/gdb2495.exp
1347 * gdb.cp/hang.exp
1348 * gdb.cp/impl-this.exp
1349 * gdb.cp/infcall-dlopen.exp
1350 * gdb.cp/inherit.exp
1351 * gdb.cp/iostream.exp
1352 * gdb.cp/koenig.exp
1353 * gdb.cp/local.exp
1354 * gdb.cp/m-data.exp
1355 * gdb.cp/m-static.exp
1356 * gdb.cp/mb-ctor.exp
1357 * gdb.cp/mb-inline.exp
1358 * gdb.cp/mb-templates.exp
1359 * gdb.cp/member-name.exp
1360 * gdb.cp/member-ptr.exp
1361 * gdb.cp/meth-typedefs.exp
1362 * gdb.cp/method.exp
1363 * gdb.cp/method2.exp
1364 * gdb.cp/minsym-fallback.exp
1365 * gdb.cp/misc.exp
1366 * gdb.cp/namelessclass.exp
1367 * gdb.cp/namespace-enum.exp
1368 * gdb.cp/namespace-nested-import.exp
1369 * gdb.cp/namespace.exp
1370 * gdb.cp/nextoverthrow.exp
1371 * gdb.cp/no-dmgl-verbose.exp
1372 * gdb.cp/non-trivial-retval.exp
1373 * gdb.cp/noparam.exp
1374 * gdb.cp/nsdecl.exp
1375 * gdb.cp/nsimport.exp
1376 * gdb.cp/nsnested.exp
1377 * gdb.cp/nsnoimports.exp
1378 * gdb.cp/nsrecurs.exp
1379 * gdb.cp/nsstress.exp
1380 * gdb.cp/nsusing.exp
1381 * gdb.cp/operator.exp
1382 * gdb.cp/oranking.exp
1383 * gdb.cp/overload-const.exp
1384 * gdb.cp/overload.exp
1385 * gdb.cp/ovldbreak.exp
1386 * gdb.cp/ovsrch.exp
1387 * gdb.cp/paren-type.exp
1388 * gdb.cp/parse-lang.exp
1389 * gdb.cp/pass-by-ref.exp
1390 * gdb.cp/pr-1023.exp
1391 * gdb.cp/pr-1210.exp
1392 * gdb.cp/pr-574.exp
1393 * gdb.cp/pr10687.exp
1394 * gdb.cp/pr12028.exp
1395 * gdb.cp/pr17132.exp
1396 * gdb.cp/pr17494.exp
1397 * gdb.cp/pr9067.exp
1398 * gdb.cp/pr9167.exp
1399 * gdb.cp/pr9631.exp
1400 * gdb.cp/printmethod.exp
1401 * gdb.cp/psmang.exp
1402 * gdb.cp/psymtab-parameter.exp
1403 * gdb.cp/ptype-cv-cp.exp
1404 * gdb.cp/ptype-flags.exp
1405 * gdb.cp/re-set-overloaded.exp
1406 * gdb.cp/ref-types.exp
1407 * gdb.cp/rtti.exp
1408 * gdb.cp/scope-err.exp
1409 * gdb.cp/shadow.exp
1410 * gdb.cp/smartp.exp
1411 * gdb.cp/static-method.exp
1412 * gdb.cp/static-print-quit.exp
1413 * gdb.cp/temargs.exp
1414 * gdb.cp/templates.exp
1415 * gdb.cp/try_catch.exp
1416 * gdb.cp/typedef-operator.exp
1417 * gdb.cp/typeid.exp
1418 * gdb.cp/userdef.exp
1419 * gdb.cp/using-crash.exp
1420 * gdb.cp/var-tag.exp
1421 * gdb.cp/virtbase.exp
1422 * gdb.cp/virtfunc.exp
1423 * gdb.cp/virtfunc2.exp
1424 * gdb.cp/vla-cxx.exp
1425 * gdb.disasm/t01_mov.exp
1426 * gdb.disasm/t02_mova.exp
1427 * gdb.disasm/t03_add.exp
1428 * gdb.disasm/t04_sub.exp
1429 * gdb.disasm/t05_cmp.exp
1430 * gdb.disasm/t06_ari2.exp
1431 * gdb.disasm/t07_ari3.exp
1432 * gdb.disasm/t08_or.exp
1433 * gdb.disasm/t09_xor.exp
1434 * gdb.disasm/t10_and.exp
1435 * gdb.disasm/t11_logs.exp
1436 * gdb.disasm/t12_bit.exp
1437 * gdb.disasm/t13_otr.exp
1438 * gdb.dlang/circular.exp
1439 * gdb.dwarf2/arr-stride.exp
1440 * gdb.dwarf2/arr-subrange.exp
1441 * gdb.dwarf2/atomic-type.exp
1442 * gdb.dwarf2/bad-regnum.exp
1443 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1444 * gdb.dwarf2/callframecfa.exp
1445 * gdb.dwarf2/clztest.exp
1446 * gdb.dwarf2/corrupt.exp
1447 * gdb.dwarf2/data-loc.exp
1448 * gdb.dwarf2/dup-psym.exp
1449 * gdb.dwarf2/dw2-anon-mptr.exp
1450 * gdb.dwarf2/dw2-anonymous-func.exp
1451 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1452 * gdb.dwarf2/dw2-bad-unresolved.exp
1453 * gdb.dwarf2/dw2-basic.exp
1454 * gdb.dwarf2/dw2-canonicalize-type.exp
1455 * gdb.dwarf2/dw2-case-insensitive.exp
1456 * gdb.dwarf2/dw2-common-block.exp
1457 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1458 * gdb.dwarf2/dw2-compressed.exp
1459 * gdb.dwarf2/dw2-const.exp
1460 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1461 * gdb.dwarf2/dw2-cu-size.exp
1462 * gdb.dwarf2/dw2-dup-frame.exp
1463 * gdb.dwarf2/dw2-entry-value.exp
1464 * gdb.dwarf2/dw2-icycle.exp
1465 * gdb.dwarf2/dw2-ifort-parameter.exp
1466 * gdb.dwarf2/dw2-inline-break.exp
1467 * gdb.dwarf2/dw2-inline-param.exp
1468 * gdb.dwarf2/dw2-intercu.exp
1469 * gdb.dwarf2/dw2-intermix.exp
1470 * gdb.dwarf2/dw2-lexical-block-bare.exp
1471 * gdb.dwarf2/dw2-linkage-name-trust.exp
1472 * gdb.dwarf2/dw2-minsym-in-cu.exp
1473 * gdb.dwarf2/dw2-noloc.exp
1474 * gdb.dwarf2/dw2-op-call.exp
1475 * gdb.dwarf2/dw2-op-out-param.exp
1476 * gdb.dwarf2/dw2-opt-structptr.exp
1477 * gdb.dwarf2/dw2-param-error.exp
1478 * gdb.dwarf2/dw2-producer.exp
1479 * gdb.dwarf2/dw2-ranges-base.exp
1480 * gdb.dwarf2/dw2-ref-missing-frame.exp
1481 * gdb.dwarf2/dw2-reg-undefined.exp
1482 * gdb.dwarf2/dw2-regno-invalid.exp
1483 * gdb.dwarf2/dw2-restore.exp
1484 * gdb.dwarf2/dw2-restrict.exp
1485 * gdb.dwarf2/dw2-single-line-discriminators.exp
1486 * gdb.dwarf2/dw2-strp.exp
1487 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1488 * gdb.dwarf2/dw2-unresolved.exp
1489 * gdb.dwarf2/dw2-var-zero-addr.exp
1490 * gdb.dwarf2/dw4-sig-types.exp
1491 * gdb.dwarf2/dwz.exp
1492 * gdb.dwarf2/dynarr-ptr.exp
1493 * gdb.dwarf2/enum-type.exp
1494 * gdb.dwarf2/gdb-index.exp
1495 * gdb.dwarf2/implptr-64bit.exp
1496 * gdb.dwarf2/implptr-optimized-out.exp
1497 * gdb.dwarf2/implptr.exp
1498 * gdb.dwarf2/implref-array.exp
1499 * gdb.dwarf2/implref-const.exp
1500 * gdb.dwarf2/implref-global.exp
1501 * gdb.dwarf2/implref-struct.exp
1502 * gdb.dwarf2/mac-fileno.exp
1503 * gdb.dwarf2/main-subprogram.exp
1504 * gdb.dwarf2/member-ptr-forwardref.exp
1505 * gdb.dwarf2/method-ptr.exp
1506 * gdb.dwarf2/missing-sig-type.exp
1507 * gdb.dwarf2/nonvar-access.exp
1508 * gdb.dwarf2/opaque-type-lookup.exp
1509 * gdb.dwarf2/pieces-optimized-out.exp
1510 * gdb.dwarf2/pieces.exp
1511 * gdb.dwarf2/pr10770.exp
1512 * gdb.dwarf2/pr13961.exp
1513 * gdb.dwarf2/staticvirtual.exp
1514 * gdb.dwarf2/subrange.exp
1515 * gdb.dwarf2/symtab-producer.exp
1516 * gdb.dwarf2/trace-crash.exp
1517 * gdb.dwarf2/typeddwarf.exp
1518 * gdb.dwarf2/valop.exp
1519 * gdb.dwarf2/watch-notconst.exp
1520 * gdb.fortran/array-element.exp
1521 * gdb.fortran/charset.exp
1522 * gdb.fortran/common-block.exp
1523 * gdb.fortran/complex.exp
1524 * gdb.fortran/derived-type-function.exp
1525 * gdb.fortran/derived-type.exp
1526 * gdb.fortran/logical.exp
1527 * gdb.fortran/module.exp
1528 * gdb.fortran/multi-dim.exp
1529 * gdb.fortran/nested-funcs.exp
1530 * gdb.fortran/print-formatted.exp
1531 * gdb.fortran/subarray.exp
1532 * gdb.fortran/vla-alloc-assoc.exp
1533 * gdb.fortran/vla-datatypes.exp
1534 * gdb.fortran/vla-history.exp
1535 * gdb.fortran/vla-ptr-info.exp
1536 * gdb.fortran/vla-ptype-sub.exp
1537 * gdb.fortran/vla-ptype.exp
1538 * gdb.fortran/vla-sizeof.exp
1539 * gdb.fortran/vla-type.exp
1540 * gdb.fortran/vla-value-sub-arbitrary.exp
1541 * gdb.fortran/vla-value-sub-finish.exp
1542 * gdb.fortran/vla-value-sub.exp
1543 * gdb.fortran/vla-value.exp
1544 * gdb.fortran/whatis_type.exp
1545 * gdb.go/chan.exp
1546 * gdb.go/handcall.exp
1547 * gdb.go/hello.exp
1548 * gdb.go/integers.exp
1549 * gdb.go/methods.exp
1550 * gdb.go/package.exp
1551 * gdb.go/strings.exp
1552 * gdb.go/types.exp
1553 * gdb.go/unsafe.exp
1554 * gdb.guile/scm-arch.exp
1555 * gdb.guile/scm-block.exp
1556 * gdb.guile/scm-breakpoint.exp
1557 * gdb.guile/scm-cmd.exp
1558 * gdb.guile/scm-disasm.exp
1559 * gdb.guile/scm-equal.exp
1560 * gdb.guile/scm-frame-args.exp
1561 * gdb.guile/scm-frame-inline.exp
1562 * gdb.guile/scm-frame.exp
1563 * gdb.guile/scm-iterator.exp
1564 * gdb.guile/scm-math.exp
1565 * gdb.guile/scm-objfile.exp
1566 * gdb.guile/scm-ports.exp
1567 * gdb.guile/scm-symbol.exp
1568 * gdb.guile/scm-symtab.exp
1569 * gdb.guile/scm-value-cc.exp
1570 * gdb.guile/types-module.exp
1571 * gdb.linespec/break-ask.exp
1572 * gdb.linespec/cpexplicit.exp
1573 * gdb.linespec/explicit.exp
1574 * gdb.linespec/keywords.exp
1575 * gdb.linespec/linespec.exp
1576 * gdb.linespec/ls-dollar.exp
1577 * gdb.linespec/ls-errs.exp
1578 * gdb.linespec/skip-two.exp
1579 * gdb.linespec/thread.exp
1580 * gdb.mi/mi-async.exp
1581 * gdb.mi/mi-basics.exp
1582 * gdb.mi/mi-break.exp
1583 * gdb.mi/mi-catch-load.exp
1584 * gdb.mi/mi-cli.exp
1585 * gdb.mi/mi-cmd-param-changed.exp
1586 * gdb.mi/mi-console.exp
1587 * gdb.mi/mi-detach.exp
1588 * gdb.mi/mi-disassemble.exp
1589 * gdb.mi/mi-eval.exp
1590 * gdb.mi/mi-file-transfer.exp
1591 * gdb.mi/mi-file.exp
1592 * gdb.mi/mi-fill-memory.exp
1593 * gdb.mi/mi-inheritance-syntax-error.exp
1594 * gdb.mi/mi-linespec-err-cp.exp
1595 * gdb.mi/mi-logging.exp
1596 * gdb.mi/mi-memory-changed.exp
1597 * gdb.mi/mi-read-memory.exp
1598 * gdb.mi/mi-record-changed.exp
1599 * gdb.mi/mi-reg-undefined.exp
1600 * gdb.mi/mi-regs.exp
1601 * gdb.mi/mi-return.exp
1602 * gdb.mi/mi-reverse.exp
1603 * gdb.mi/mi-simplerun.exp
1604 * gdb.mi/mi-solib.exp
1605 * gdb.mi/mi-stack.exp
1606 * gdb.mi/mi-stepi.exp
1607 * gdb.mi/mi-syn-frame.exp
1608 * gdb.mi/mi-until.exp
1609 * gdb.mi/mi-var-block.exp
1610 * gdb.mi/mi-var-child.exp
1611 * gdb.mi/mi-var-cmd.exp
1612 * gdb.mi/mi-var-cp.exp
1613 * gdb.mi/mi-var-display.exp
1614 * gdb.mi/mi-var-invalidate.exp
1615 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1616 * gdb.mi/mi-vla-fortran.exp
1617 * gdb.mi/mi-watch.exp
1618 * gdb.mi/mi2-var-child.exp
1619 * gdb.mi/user-selected-context-sync.exp
1620 * gdb.modula2/unbounded-array.exp
1621 * gdb.multi/dummy-frame-restore.exp
1622 * gdb.multi/multi-arch-exec.exp
1623 * gdb.multi/multi-arch.exp
1624 * gdb.multi/tids.exp
1625 * gdb.multi/watchpoint-multi.exp
1626 * gdb.opencl/callfuncs.exp
1627 * gdb.opencl/convs_casts.exp
1628 * gdb.opencl/datatypes.exp
1629 * gdb.opencl/operators.exp
1630 * gdb.opencl/vec_comps.exp
1631 * gdb.opt/clobbered-registers-O2.exp
1632 * gdb.opt/inline-break.exp
1633 * gdb.opt/inline-bt.exp
1634 * gdb.opt/inline-cmds.exp
1635 * gdb.opt/inline-locals.exp
1636 * gdb.pascal/case-insensitive-symbols.exp
1637 * gdb.pascal/floats.exp
1638 * gdb.pascal/gdb11492.exp
1639 * gdb.python/lib-types.exp
1640 * gdb.python/py-arch.exp
1641 * gdb.python/py-as-string.exp
1642 * gdb.python/py-bad-printers.exp
1643 * gdb.python/py-block.exp
1644 * gdb.python/py-breakpoint-create-fail.exp
1645 * gdb.python/py-breakpoint.exp
1646 * gdb.python/py-caller-is.exp
1647 * gdb.python/py-cmd.exp
1648 * gdb.python/py-explore-cc.exp
1649 * gdb.python/py-explore.exp
1650 * gdb.python/py-finish-breakpoint.exp
1651 * gdb.python/py-finish-breakpoint2.exp
1652 * gdb.python/py-frame-args.exp
1653 * gdb.python/py-frame-inline.exp
1654 * gdb.python/py-frame.exp
1655 * gdb.python/py-framefilter-mi.exp
1656 * gdb.python/py-infthread.exp
1657 * gdb.python/py-lazy-string.exp
1658 * gdb.python/py-linetable.exp
1659 * gdb.python/py-mi-events.exp
1660 * gdb.python/py-mi-objfile.exp
1661 * gdb.python/py-mi.exp
1662 * gdb.python/py-objfile.exp
1663 * gdb.python/py-pp-integral.exp
1664 * gdb.python/py-pp-maint.exp
1665 * gdb.python/py-pp-re-notag.exp
1666 * gdb.python/py-pp-registration.exp
1667 * gdb.python/py-recurse-unwind.exp
1668 * gdb.python/py-strfns.exp
1669 * gdb.python/py-symbol.exp
1670 * gdb.python/py-symtab.exp
1671 * gdb.python/py-sync-interp.exp
1672 * gdb.python/py-typeprint.exp
1673 * gdb.python/py-unwind-maint.exp
1674 * gdb.python/py-unwind.exp
1675 * gdb.python/py-value-cc.exp
1676 * gdb.python/py-xmethods.exp
1677 * gdb.reverse/amd64-tailcall-reverse.exp
1678 * gdb.reverse/break-precsave.exp
1679 * gdb.reverse/break-reverse.exp
1680 * gdb.reverse/consecutive-precsave.exp
1681 * gdb.reverse/consecutive-reverse.exp
1682 * gdb.reverse/finish-precsave.exp
1683 * gdb.reverse/finish-reverse-bkpt.exp
1684 * gdb.reverse/finish-reverse.exp
1685 * gdb.reverse/fstatat-reverse.exp
1686 * gdb.reverse/getresuid-reverse.exp
1687 * gdb.reverse/i386-precsave.exp
1688 * gdb.reverse/i386-reverse.exp
1689 * gdb.reverse/i386-sse-reverse.exp
1690 * gdb.reverse/i387-env-reverse.exp
1691 * gdb.reverse/i387-stack-reverse.exp
1692 * gdb.reverse/insn-reverse.exp
1693 * gdb.reverse/machinestate-precsave.exp
1694 * gdb.reverse/machinestate.exp
1695 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1696 * gdb.reverse/pipe-reverse.exp
1697 * gdb.reverse/readv-reverse.exp
1698 * gdb.reverse/recvmsg-reverse.exp
1699 * gdb.reverse/rerun-prec.exp
1700 * gdb.reverse/s390-mvcle.exp
1701 * gdb.reverse/step-precsave.exp
1702 * gdb.reverse/step-reverse.exp
1703 * gdb.reverse/time-reverse.exp
1704 * gdb.reverse/until-precsave.exp
1705 * gdb.reverse/until-reverse.exp
1706 * gdb.reverse/waitpid-reverse.exp
1707 * gdb.reverse/watch-precsave.exp
1708 * gdb.reverse/watch-reverse.exp
1709 * gdb.rust/generics.exp
1710 * gdb.rust/methods.exp
1711 * gdb.rust/modules.exp
1712 * gdb.rust/simple.exp
1713 * gdb.server/connect-with-no-symbol-file.exp
1714 * gdb.server/ext-attach.exp
1715 * gdb.server/ext-restart.exp
1716 * gdb.server/ext-wrapper.exp
1717 * gdb.server/file-transfer.exp
1718 * gdb.server/server-exec-info.exp
1719 * gdb.server/server-kill.exp
1720 * gdb.server/server-mon.exp
1721 * gdb.server/wrapper.exp
1722 * gdb.stabs/exclfwd.exp
1723 * gdb.stabs/gdb11479.exp
1724 * gdb.threads/clone-new-thread-event.exp
1725 * gdb.threads/corethreads.exp
1726 * gdb.threads/current-lwp-dead.exp
1727 * gdb.threads/dlopen-libpthread.exp
1728 * gdb.threads/gcore-thread.exp
1729 * gdb.threads/sigstep-threads.exp
1730 * gdb.threads/watchpoint-fork.exp
1731 * gdb.trace/actions-changed.exp
1732 * gdb.trace/backtrace.exp
1733 * gdb.trace/change-loc.exp
1734 * gdb.trace/circ.exp
1735 * gdb.trace/collection.exp
1736 * gdb.trace/disconnected-tracing.exp
1737 * gdb.trace/ftrace.exp
1738 * gdb.trace/mi-trace-frame-collected.exp
1739 * gdb.trace/mi-trace-unavailable.exp
1740 * gdb.trace/mi-traceframe-changed.exp
1741 * gdb.trace/mi-tsv-changed.exp
1742 * gdb.trace/no-attach-trace.exp
1743 * gdb.trace/passc-dyn.exp
1744 * gdb.trace/qtro.exp
1745 * gdb.trace/range-stepping.exp
1746 * gdb.trace/read-memory.exp
1747 * gdb.trace/save-trace.exp
1748 * gdb.trace/signal.exp
1749 * gdb.trace/status-stop.exp
1750 * gdb.trace/tfile.exp
1751 * gdb.trace/trace-break.exp
1752 * gdb.trace/trace-buffer-size.exp
1753 * gdb.trace/trace-condition.exp
1754 * gdb.trace/tracefile-pseudo-reg.exp
1755 * gdb.trace/tstatus.exp
1756 * gdb.trace/unavailable.exp
1757 * gdb.trace/while-dyn.exp
1758 * gdb.trace/while-stepping.exp
1759
34c41c68
DE
17602016-12-22 Doug Evans <xdje42@gmail.com>
1761
1762 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1763 and msymbols.
1764
16e69324
YQ
17652016-12-19 Yao Qi <yao.qi@linaro.org>
1766
1767 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1768 (test_with_self): Don't call do_steps_and_nexts, and remove
1769 code about stepping into xmalloc.
1770
f94f411b
YQ
17712016-12-09 Yao Qi <yao.qi@linaro.org>
1772
1773 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1774
17752016-12-09 Yao Qi <yao.qi@linaro.org>
1776
1777 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1778
f1b5deee
PA
17792016-12-09 Pedro Alves <palves@redhat.com>
1780
1781 * gdb.base/all-architectures-0.exp: New file.
1782 * gdb.base/all-architectures-1.exp: New file.
1783 * gdb.base/all-architectures-2.exp: New file.
1784 * gdb.base/all-architectures-3.exp: New file.
1785 * gdb.base/all-architectures-4.exp: New file.
1786 * gdb.base/all-architectures-5.exp: New file.
1787 * gdb.base/all-architectures-6.exp: New file.
1788 * gdb.base/all-architectures-7.exp: New file.
1789 * gdb.base/all-architectures.exp.in: New file.
1790
364ca42e
YQ
17912016-12-09 Yao Qi <yao.qi@linaro.org>
1792
1793 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1794
107c2d62
LM
17952016-12-02 Luis Machado <lgustavo@codesourcery.com>
1796
1797 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1798 possible.
1799 Remove useless pattern-matching code.
1800
df3ee9ca
PA
18012016-12-02 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1804 procedure.
1805 (top level): Call it.
1806
ec835369
PA
18072016-12-02 Pedro Alves <palves@redhat.com>
1808
1809 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1810 New procedure.
1811 (top level): Call it.
1812
01770bbd
PA
18132016-12-02 Pedro Alves <palves@redhat.com>
1814
1815 PR cli/20559
1816 * gdb.base/commands.exp (user_defined_command_args_eval): New
1817 procedure.
1818 (top level): Call it.
1819
008459ea
LM
18202016-12-02 Luis Machado <lgustavo@codesourcery.com>
1821
1822 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1823 timeout handling.
1824
0c1b455e
TT
18252016-12-02 Tom Tromey <tom@tromey.com>
1826
1827 * gdb.dwarf2/main-subprogram.c: New file.
1828 * gdb.dwarf2/main-subprogram.exp: New file.
1829
018572b8
LM
18302016-12-01 Luis Machado <lgustavo@codesourcery.com>
1831
1832 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1833 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1834 gdb_test_no_output for a couple of cases.
1835 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1836
84c93cd5
LM
18372016-12-01 Luis Machado <lgustavo@codesourcery.com>
1838
1839 Fix test names and standardize compilation error messages throughout
1840 the following files:
1841
1842 * gdb.ada/start.exp
1843 * gdb.arch/alpha-step.exp
1844 * gdb.arch/e500-prologue.exp
1845 * gdb.arch/ftrace-insn-reloc.exp
1846 * gdb.arch/gdb1291.exp
1847 * gdb.arch/gdb1431.exp
1848 * gdb.arch/gdb1558.exp
1849 * gdb.arch/i386-dr3-watch.exp
1850 * gdb.arch/i386-sse-stack-align.exp
1851 * gdb.arch/ia64-breakpoint-shadow.exp
1852 * gdb.arch/pa-nullify.exp
1853 * gdb.arch/powerpc-aix-prologue.exp
1854 * gdb.arch/thumb-bx-pc.exp
1855 * gdb.base/annota1.exp
1856 * gdb.base/annota3.exp
1857 * gdb.base/arrayidx.exp
1858 * gdb.base/assign.exp
1859 * gdb.base/attach.exp
1860 * gdb.base/auxv.exp
1861 * gdb.base/bang.exp
1862 * gdb.base/bfp-test.exp
1863 * gdb.base/bigcore.exp
1864 * gdb.base/bitfields2.exp
1865 * gdb.base/break-fun-addr.exp
1866 * gdb.base/break-probes.exp
1867 * gdb.base/call-rt-st.exp
1868 * gdb.base/callexit.exp
1869 * gdb.base/catch-fork-kill.exp
1870 * gdb.base/charset.exp
1871 * gdb.base/checkpoint.exp
1872 * gdb.base/comprdebug.exp
1873 * gdb.base/constvars.exp
1874 * gdb.base/coredump-filter.exp
1875 * gdb.base/cursal.exp
1876 * gdb.base/cvexpr.exp
1877 * gdb.base/detach.exp
1878 * gdb.base/display.exp
1879 * gdb.base/dmsym.exp
1880 * gdb.base/dprintf-pending.exp
1881 * gdb.base/dso2dso.exp
1882 * gdb.base/dtrace-probe.exp
1883 * gdb.base/dump.exp
1884 * gdb.base/enum_cond.exp
1885 * gdb.base/exe-lock.exp
1886 * gdb.base/exec-invalid-sysroot.exp
1887 * gdb.base/execl-update-breakpoints.exp
1888 * gdb.base/exprs.exp
1889 * gdb.base/fileio.exp
1890 * gdb.base/find.exp
1891 * gdb.base/finish.exp
1892 * gdb.base/fixsection.exp
1893 * gdb.base/foll-vfork.exp
1894 * gdb.base/frame-args.exp
1895 * gdb.base/gcore.exp
1896 * gdb.base/gdb1250.exp
1897 * gdb.base/global-var-nested-by-dso.exp
1898 * gdb.base/gnu-ifunc.exp
1899 * gdb.base/hashline1.exp
1900 * gdb.base/hashline2.exp
1901 * gdb.base/hashline3.exp
1902 * gdb.base/hbreak-in-shr-unsupported.exp
1903 * gdb.base/huge.exp
1904 * gdb.base/infcall-input.exp
1905 * gdb.base/info-fun.exp
1906 * gdb.base/info-shared.exp
1907 * gdb.base/jit-simple.exp
1908 * gdb.base/jit-so.exp
1909 * gdb.base/jit.exp
1910 * gdb.base/jump.exp
1911 * gdb.base/label.exp
1912 * gdb.base/lineinc.exp
1913 * gdb.base/logical.exp
1914 * gdb.base/longjmp.exp
1915 * gdb.base/macscp.exp
1916 * gdb.base/miscexprs.exp
1917 * gdb.base/new-ui-echo.exp
1918 * gdb.base/new-ui-pending-input.exp
1919 * gdb.base/new-ui.exp
1920 * gdb.base/nodebug.exp
1921 * gdb.base/nofield.exp
1922 * gdb.base/offsets.exp
1923 * gdb.base/overlays.exp
1924 * gdb.base/pending.exp
1925 * gdb.base/pointers.exp
1926 * gdb.base/pr11022.exp
1927 * gdb.base/printcmds.exp
1928 * gdb.base/prologue.exp
1929 * gdb.base/ptr-typedef.exp
1930 * gdb.base/realname-expand.exp
1931 * gdb.base/relativedebug.exp
1932 * gdb.base/relocate.exp
1933 * gdb.base/remote.exp
1934 * gdb.base/reread.exp
1935 * gdb.base/return2.exp
1936 * gdb.base/savedregs.exp
1937 * gdb.base/sep.exp
1938 * gdb.base/sepdebug.exp
1939 * gdb.base/sepsymtab.exp
1940 * gdb.base/set-inferior-tty.exp
1941 * gdb.base/setshow.exp
1942 * gdb.base/shlib-call.exp
1943 * gdb.base/sigaltstack.exp
1944 * gdb.base/siginfo-addr.exp
1945 * gdb.base/signals.exp
1946 * gdb.base/signull.exp
1947 * gdb.base/sigrepeat.exp
1948 * gdb.base/so-impl-ld.exp
1949 * gdb.base/solib-display.exp
1950 * gdb.base/solib-overlap.exp
1951 * gdb.base/solib-search.exp
1952 * gdb.base/solib-symbol.exp
1953 * gdb.base/structs.exp
1954 * gdb.base/structs2.exp
1955 * gdb.base/symtab-search-order.exp
1956 * gdb.base/twice.exp
1957 * gdb.base/unload.exp
1958 * gdb.base/varargs.exp
1959 * gdb.base/watchpoint-solib.exp
1960 * gdb.base/watchpoint.exp
1961 * gdb.base/whatis.exp
1962 * gdb.base/wrong_frame_bt_full.exp
1963 * gdb.btrace/dlopen.exp
1964 * gdb.cell/ea-standalone.exp
1965 * gdb.cell/ea-test.exp
1966 * gdb.cp/dispcxx.exp
1967 * gdb.cp/gdb2384.exp
1968 * gdb.cp/method2.exp
1969 * gdb.cp/nextoverthrow.exp
1970 * gdb.cp/pr10728.exp
1971 * gdb.disasm/am33.exp
1972 * gdb.disasm/h8300s.exp
1973 * gdb.disasm/mn10300.exp
1974 * gdb.disasm/sh3.exp
1975 * gdb.dwarf2/dw2-dir-file-name.exp
1976 * gdb.fortran/complex.exp
1977 * gdb.fortran/library-module.exp
1978 * gdb.guile/scm-pretty-print.exp
1979 * gdb.guile/scm-symbol.exp
1980 * gdb.guile/scm-type.exp
1981 * gdb.guile/scm-value.exp
1982 * gdb.linespec/linespec.exp
1983 * gdb.mi/gdb701.exp
1984 * gdb.mi/gdb792.exp
1985 * gdb.mi/mi-breakpoint-changed.exp
1986 * gdb.mi/mi-dprintf-pending.exp
1987 * gdb.mi/mi-dprintf.exp
1988 * gdb.mi/mi-exit-code.exp
1989 * gdb.mi/mi-pending.exp
1990 * gdb.mi/mi-solib.exp
1991 * gdb.mi/new-ui-mi-sync.exp
1992 * gdb.mi/pr11022.exp
1993 * gdb.mi/user-selected-context-sync.exp
1994 * gdb.opt/solib-intra-step.exp
1995 * gdb.python/py-events.exp
1996 * gdb.python/py-finish-breakpoint.exp
1997 * gdb.python/py-mi.exp
1998 * gdb.python/py-prettyprint.exp
1999 * gdb.python/py-shared.exp
2000 * gdb.python/py-symbol.exp
2001 * gdb.python/py-template.exp
2002 * gdb.python/py-type.exp
2003 * gdb.python/py-value.exp
2004 * gdb.reverse/solib-precsave.exp
2005 * gdb.reverse/solib-reverse.exp
2006 * gdb.server/solib-list.exp
2007 * gdb.stabs/weird.exp
2008 * gdb.threads/reconnect-signal.exp
2009 * gdb.threads/stepi-random-signal.exp
2010 * gdb.trace/actions.exp
2011 * gdb.trace/ax.exp
2012 * gdb.trace/backtrace.exp
2013 * gdb.trace/change-loc.exp
2014 * gdb.trace/deltrace.exp
2015 * gdb.trace/ftrace-lock.exp
2016 * gdb.trace/ftrace.exp
2017 * gdb.trace/infotrace.exp
2018 * gdb.trace/mi-tracepoint-changed.exp
2019 * gdb.trace/packetlen.exp
2020 * gdb.trace/passcount.exp
2021 * gdb.trace/pending.exp
2022 * gdb.trace/range-stepping.exp
2023 * gdb.trace/report.exp
2024 * gdb.trace/stap-trace.exp
2025 * gdb.trace/tfind.exp
2026 * gdb.trace/trace-break.exp
2027 * gdb.trace/trace-condition.exp
2028 * gdb.trace/trace-enable-disable.exp
2029 * gdb.trace/trace-mt.exp
2030 * gdb.trace/tracecmd.exp
2031 * gdb.trace/tspeed.exp
2032 * gdb.trace/tsv.exp
2033 * lib/perftest.exp
2034
fb9feb35
LM
20352016-12-01 Luis Machado <lgustavo@codesourcery.com>
2036
2037 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2038 with gdb_test_no_output.
2039 Use command as test name.
2040
cd2ddb6c
LM
20412016-12-01 Luis Machado <lgustavo@codesourcery.com>
2042
2043 Fix test names starting with uppercase throughout the files.
2044
2045 * gdb.ada/assign_1.exp
2046 * gdb.ada/boolean_expr.exp
2047 * gdb.base/arrayidx.exp
2048 * gdb.base/del.exp
2049 * gdb.base/gcore-buffer-overflow.exp
2050 * gdb.base/testenv.exp
2051 * gdb.compile/compile.exp
2052 * gdb.python/py-framefilter-invalidarg.exp
2053 * gdb.python/py-framefilter.exp
2054
bb95117e
LM
20552016-12-01 Luis Machado <lgustavo@codesourcery.com>
2056
2057 Fix test names starting with uppercase throughout the files.
2058
2059 * gdb.ada/array_return.exp
2060 * gdb.ada/expr_delims.exp
2061 * gdb.ada/mi_dyn_arr.exp
2062 * gdb.ada/mi_interface.exp
2063 * gdb.ada/mi_var_array.exp
2064 * gdb.ada/watch_arg.exp
2065 * gdb.arch/alpha-step.exp
2066 * gdb.arch/altivec-regs.exp
2067 * gdb.arch/e500-regs.exp
2068 * gdb.arch/powerpc-d128-regs.exp
2069 * gdb.base/arrayidx.exp
2070 * gdb.base/break.exp
2071 * gdb.base/checkpoint.exp
2072 * gdb.base/debug-expr.exp
2073 * gdb.base/dmsym.exp
2074 * gdb.base/radix.exp
2075 * gdb.base/sepdebug.exp
2076 * gdb.base/testenv.exp
2077 * gdb.base/watch_thread_num.exp
2078 * gdb.base/watchpoint-cond-gone.exp
2079 * gdb.cell/break.exp
2080 * gdb.cell/ea-cache.exp
2081 * gdb.compile/compile.exp
2082 * gdb.cp/gdb2495.exp
2083 * gdb.gdb/selftest.exp
2084 * gdb.gdb/xfullpath.exp
2085 * gdb.go/hello.exp
2086 * gdb.go/integers.exp
2087 * gdb.objc/basicclass.exp
2088 * gdb.pascal/hello.exp
2089 * gdb.pascal/integers.exp
2090 * gdb.python/py-breakpoint.exp
2091 * gdb.python/py-cmd.exp
2092 * gdb.python/py-linetable.exp
2093 * gdb.python/py-xmethods.exp
2094 * gdb.python/python.exp
2095 * gdb.reverse/consecutive-precsave.exp
2096 * gdb.reverse/finish-precsave.exp
2097 * gdb.reverse/i386-precsave.exp
2098 * gdb.reverse/machinestate-precsave.exp
2099 * gdb.reverse/sigall-precsave.exp
2100 * gdb.reverse/solib-precsave.exp
2101 * gdb.reverse/step-precsave.exp
2102 * gdb.reverse/until-precsave.exp
2103 * gdb.reverse/watch-precsave.exp
2104 * gdb.threads/leader-exit.exp
2105 * gdb.threads/pthreads.exp
2106 * gdb.threads/wp-replication.exp
2107 * gdb.trace/actions.exp
2108 * gdb.trace/mi-tsv-changed.exp
2109 * gdb.trace/tsv.exp
2110
de97fdd4
LM
21112016-12-01 Luis Machado <lgustavo@codesourcery.com>
2112
2113 Fix test names starting with uppercase throughout the files.
2114
2115 * gdb.arch/i386-bp_permanent.exp
2116 * gdb.arch/i386-gnu-cfi.exp
2117 * gdb.base/disasm-end-cu.exp
2118 * gdb.base/macscp.exp
2119 * gdb.base/pending.exp
2120 * gdb.base/watch_thread_num.exp
2121 * gdb.cp/exception.exp
2122 * gdb.cp/gdb2495.exp
2123 * gdb.cp/local.exp
2124 * gdb.python/py-evsignal.exp
2125 * gdb.python/python.exp
2126 * gdb.trace/tracecmd.exp
2127
9f058c10
LM
21282016-12-01 Luis Machado <lgustavo@codesourcery.com>
2129
2130 Fix test names starting with uppercase throughout the files.
2131
2132 * gdb.base/charset.exp
2133 * gdb.base/eval.exp
2134 * gdb.base/multi-forks.exp
2135 * gdb.guile/scm-progspace.exp
2136 * gdb.opencl/datatypes.exp
2137 * gdb.python/py-block.exp
2138 * gdb.python/py-function.exp
2139 * gdb.python/py-symbol.exp
2140 * gdb.python/py-symtab.exp
2141 * gdb.python/py-xmethods.exp
2142 * gdb.reverse/break-precsave.exp
2143 * gdb.reverse/break-reverse.exp
2144 * gdb.reverse/consecutive-precsave.exp
2145 * gdb.reverse/consecutive-reverse.exp
2146 * gdb.reverse/finish-precsave.exp
2147 * gdb.reverse/finish-reverse-bkpt.exp
2148 * gdb.reverse/finish-reverse.exp
2149 * gdb.reverse/fstatat-reverse.exp
2150 * gdb.reverse/getresuid-reverse.exp
2151 * gdb.reverse/i386-precsave.exp
2152 * gdb.reverse/i386-reverse.exp
2153 * gdb.reverse/i386-sse-reverse.exp
2154 * gdb.reverse/i387-stack-reverse.exp
2155 * gdb.reverse/insn-reverse.exp
2156 * gdb.reverse/machinestate-precsave.exp
2157 * gdb.reverse/machinestate.exp
2158 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2159 * gdb.reverse/pipe-reverse.exp
2160 * gdb.reverse/readv-reverse.exp
2161 * gdb.reverse/recvmsg-reverse.exp
2162 * gdb.reverse/rerun-prec.exp
2163 * gdb.reverse/s390-mvcle.exp
2164 * gdb.reverse/sigall-precsave.exp
2165 * gdb.reverse/sigall-reverse.exp
2166 * gdb.reverse/solib-precsave.exp
2167 * gdb.reverse/solib-reverse.exp
2168 * gdb.reverse/step-precsave.exp
2169 * gdb.reverse/step-reverse.exp
2170 * gdb.reverse/time-reverse.exp
2171 * gdb.reverse/until-precsave.exp
2172 * gdb.reverse/until-reverse.exp
2173 * gdb.reverse/waitpid-reverse.exp
2174 * gdb.reverse/watch-precsave.exp
2175 * gdb.reverse/watch-reverse.exp
2176
cdc7edd7
LM
21772016-12-01 Luis Machado <lgustavo@codesourcery.com>
2178
2179 Fix test names starting with uppercase throughout the files.
2180
2181 * gdb.arch/i386-mpx-simple_segv.exp
2182 * gdb.arch/i386-mpx.exp
2183 * gdb.arch/i386-permbkpt.exp
2184 * gdb.arch/pa-nullify.exp
2185 * gdb.arch/powerpc-d128-regs.exp
2186 * gdb.arch/vsx-regs.exp
2187 * gdb.base/bfp-test.exp
2188 * gdb.base/break.exp
2189 * gdb.base/breakpoint-shadow.exp
2190 * gdb.base/callfuncs.exp
2191 * gdb.base/charset.exp
2192 * gdb.base/commands.exp
2193 * gdb.base/completion.exp
2194 * gdb.base/dfp-test.exp
2195 * gdb.base/echo.exp
2196 * gdb.base/ending-run.exp
2197 * gdb.base/eval.exp
2198 * gdb.base/expand-psymtabs.exp
2199 * gdb.base/float128.exp
2200 * gdb.base/floatn.exp
2201 * gdb.base/foll-exec-mode.exp
2202 * gdb.base/gdb1056.exp
2203 * gdb.base/gdb11531.exp
2204 * gdb.base/kill-after-signal.exp
2205 * gdb.base/multi-forks.exp
2206 * gdb.base/overlays.exp
2207 * gdb.base/pending.exp
2208 * gdb.base/sepdebug.exp
2209 * gdb.base/testenv.exp
2210 * gdb.base/valgrind-db-attach.exp
2211 * gdb.base/watch_thread_num.exp
2212 * gdb.base/watchpoint-cond-gone.exp
2213 * gdb.base/watchpoint.exp
2214 * gdb.base/watchpoints.exp
2215 * gdb.cp/arg-reference.exp
2216 * gdb.cp/baseenum.exp
2217 * gdb.cp/operator.exp
2218 * gdb.cp/shadow.exp
2219 * gdb.dwarf2/dw2-op-out-param.exp
2220 * gdb.dwarf2/dw2-reg-undefined.exp
2221 * gdb.go/chan.exp
2222 * gdb.go/hello.exp
2223 * gdb.go/integers.exp
2224 * gdb.go/methods.exp
2225 * gdb.go/package.exp
2226 * gdb.guile/scm-parameter.exp
2227 * gdb.guile/scm-progspace.exp
2228 * gdb.guile/scm-value.exp
2229 * gdb.mi/mi-pending.exp
2230 * gdb.mi/user-selected-context-sync.exp
2231 * gdb.multi/multi-attach.exp
2232 * gdb.multi/tids.exp
2233 * gdb.opt/clobbered-registers-O2.exp
2234 * gdb.pascal/floats.exp
2235 * gdb.pascal/integers.exp
2236 * gdb.python/py-block.exp
2237 * gdb.python/py-events.exp
2238 * gdb.python/py-parameter.exp
2239 * gdb.python/py-symbol.exp
2240 * gdb.python/py-symtab.exp
2241 * gdb.python/py-type.exp
2242 * gdb.python/py-value.exp
2243 * gdb.python/py-xmethods.exp
2244 * gdb.python/python.exp
2245 * gdb.reverse/break-precsave.exp
2246 * gdb.reverse/consecutive-precsave.exp
2247 * gdb.reverse/finish-precsave.exp
2248 * gdb.reverse/i386-precsave.exp
2249 * gdb.reverse/machinestate-precsave.exp
2250 * gdb.reverse/sigall-precsave.exp
2251 * gdb.reverse/solib-precsave.exp
2252 * gdb.reverse/step-precsave.exp
2253 * gdb.reverse/until-precsave.exp
2254 * gdb.reverse/watch-precsave.exp
2255 * gdb.server/ext-attach.exp
2256 * gdb.server/ext-restart.exp
2257 * gdb.server/ext-run.exp
2258 * gdb.server/ext-wrapper.exp
2259 * gdb.stabs/gdb11479.exp
2260 * gdb.stabs/weird.exp
2261 * gdb.threads/attach-many-short-lived-threads.exp
2262 * gdb.threads/kill.exp
2263 * gdb.threads/watchpoint-fork.exp
2264
bc6c7af4
LM
22652016-12-01 Luis Machado <lgustavo@codesourcery.com>
2266
2267 Fix test names starting with uppercase throughout all the files below.
2268
2269 * gdb.ada/array_return.exp
2270 * gdb.ada/catch_ex.exp
2271 * gdb.ada/info_exc.exp
2272 * gdb.ada/mi_catch_ex.exp
2273 * gdb.ada/mi_dyn_arr.exp
2274 * gdb.ada/mi_ex_cond.exp
2275 * gdb.ada/mi_exc_info.exp
2276 * gdb.ada/mi_interface.exp
2277 * gdb.ada/mi_task_arg.exp
2278 * gdb.ada/mi_task_info.exp
2279 * gdb.ada/mi_var_array.exp
2280 * gdb.arch/alpha-step.exp
2281 * gdb.arch/amd64-disp-step.exp
2282 * gdb.arch/arm-disp-step.exp
2283 * gdb.arch/disp-step-insn-reloc.exp
2284 * gdb.arch/e500-prologue.exp
2285 * gdb.arch/ftrace-insn-reloc.exp
2286 * gdb.arch/gdb1558.exp
2287 * gdb.arch/i386-bp_permanent.exp
2288 * gdb.arch/i386-disp-step.exp
2289 * gdb.arch/i386-float.exp
2290 * gdb.arch/i386-gnu-cfi.exp
2291 * gdb.arch/ia64-breakpoint-shadow.exp
2292 * gdb.arch/mips16-thunks.exp
2293 * gdb.arch/pa-nullify.exp
2294 * gdb.arch/powerpc-aix-prologue.exp
2295 * gdb.arch/powerpc-power.exp
2296 * gdb.arch/ppc-dfp.exp
2297 * gdb.arch/s390-tdbregs.exp
2298 * gdb.arch/spu-info.exp
2299 * gdb.arch/spu-ls.exp
2300 * gdb.arch/thumb-bx-pc.exp
2301 * gdb.base/advance.exp
2302 * gdb.base/annota-input-while-running.exp
2303 * gdb.base/arrayidx.exp
2304 * gdb.base/asmlabel.exp
2305 * gdb.base/async.exp
2306 * gdb.base/attach-wait-input.exp
2307 * gdb.base/auto-connect-native-target.exp
2308 * gdb.base/batch-preserve-term-settings.exp
2309 * gdb.base/bfp-test.exp
2310 * gdb.base/bigcore.exp
2311 * gdb.base/bp-permanent.exp
2312 * gdb.base/break-always.exp
2313 * gdb.base/break-fun-addr.exp
2314 * gdb.base/break-idempotent.exp
2315 * gdb.base/break-main-file-remove-fail.exp
2316 * gdb.base/break-probes.exp
2317 * gdb.base/break-unload-file.exp
2318 * gdb.base/break.exp
2319 * gdb.base/call-ar-st.exp
2320 * gdb.base/call-rt-st.exp
2321 * gdb.base/call-sc.exp
2322 * gdb.base/call-signal-resume.exp
2323 * gdb.base/call-strs.exp
2324 * gdb.base/callexit.exp
2325 * gdb.base/callfuncs.exp
2326 * gdb.base/catch-gdb-caused-signals.exp
2327 * gdb.base/catch-signal-siginfo-cond.exp
2328 * gdb.base/catch-syscall.exp
2329 * gdb.base/compare-sections.exp
2330 * gdb.base/cond-eval-mode.exp
2331 * gdb.base/condbreak-call-false.exp
2332 * gdb.base/consecutive-step-over.exp
2333 * gdb.base/cursal.exp
2334 * gdb.base/disabled-location.exp
2335 * gdb.base/disasm-end-cu.exp
2336 * gdb.base/display.exp
2337 * gdb.base/double-prompt-target-event-error.exp
2338 * gdb.base/dprintf-bp-same-addr.exp
2339 * gdb.base/dprintf-detach.exp
2340 * gdb.base/dprintf-next.exp
2341 * gdb.base/dprintf-non-stop.exp
2342 * gdb.base/dprintf-pending.exp
2343 * gdb.base/dso2dso.exp
2344 * gdb.base/ending-run.exp
2345 * gdb.base/enum_cond.exp
2346 * gdb.base/examine-backward.exp
2347 * gdb.base/exe-lock.exp
2348 * gdb.base/exec-invalid-sysroot.exp
2349 * gdb.base/execl-update-breakpoints.exp
2350 * gdb.base/execution-termios.exp
2351 * gdb.base/fileio.exp
2352 * gdb.base/fixsection.exp
2353 * gdb.base/foll-exec-mode.exp
2354 * gdb.base/foll-exec.exp
2355 * gdb.base/fork-running-state.exp
2356 * gdb.base/frame-args.exp
2357 * gdb.base/fullpath-expand.exp
2358 * gdb.base/func-ptr.exp
2359 * gdb.base/gcore-relro-pie.exp
2360 * gdb.base/gdb1090.exp
2361 * gdb.base/gdb1555.exp
2362 * gdb.base/global-var-nested-by-dso.exp
2363 * gdb.base/gnu-ifunc.exp
2364 * gdb.base/hbreak-in-shr-unsupported.exp
2365 * gdb.base/hbreak-unmapped.exp
2366 * gdb.base/hook-stop.exp
2367 * gdb.base/infcall-input.exp
2368 * gdb.base/info-fun.exp
2369 * gdb.base/info-shared.exp
2370 * gdb.base/interrupt-noterm.exp
2371 * gdb.base/jit-so.exp
2372 * gdb.base/jit.exp
2373 * gdb.base/line-symtabs.exp
2374 * gdb.base/list.exp
2375 * gdb.base/longjmp.exp
2376 * gdb.base/macscp.exp
2377 * gdb.base/max-value-size.exp
2378 * gdb.base/nodebug.exp
2379 * gdb.base/nofield.exp
2380 * gdb.base/overlays.exp
2381 * gdb.base/paginate-after-ctrl-c-running.exp
2382 * gdb.base/paginate-bg-execution.exp
2383 * gdb.base/paginate-inferior-exit.exp
2384 * gdb.base/pending.exp
2385 * gdb.base/pr11022.exp
2386 * gdb.base/printcmds.exp
2387 * gdb.base/ptr-typedef.exp
2388 * gdb.base/ptype.exp
2389 * gdb.base/randomize.exp
2390 * gdb.base/range-stepping.exp
2391 * gdb.base/realname-expand.exp
2392 * gdb.base/relativedebug.exp
2393 * gdb.base/remote.exp
2394 * gdb.base/savedregs.exp
2395 * gdb.base/sepdebug.exp
2396 * gdb.base/set-noassign.exp
2397 * gdb.base/shlib-call.exp
2398 * gdb.base/shreloc.exp
2399 * gdb.base/sigaltstack.exp
2400 * gdb.base/sigbpt.exp
2401 * gdb.base/siginfo-addr.exp
2402 * gdb.base/siginfo-obj.exp
2403 * gdb.base/siginfo-thread.exp
2404 * gdb.base/signest.exp
2405 * gdb.base/signull.exp
2406 * gdb.base/sigrepeat.exp
2407 * gdb.base/skip.exp
2408 * gdb.base/so-impl-ld.exp
2409 * gdb.base/solib-corrupted.exp
2410 * gdb.base/solib-disc.exp
2411 * gdb.base/solib-display.exp
2412 * gdb.base/solib-overlap.exp
2413 * gdb.base/solib-search.exp
2414 * gdb.base/solib-symbol.exp
2415 * gdb.base/source-execution.exp
2416 * gdb.base/sss-bp-on-user-bp-2.exp
2417 * gdb.base/sss-bp-on-user-bp.exp
2418 * gdb.base/stack-checking.exp
2419 * gdb.base/stale-infcall.exp
2420 * gdb.base/step-break.exp
2421 * gdb.base/step-line.exp
2422 * gdb.base/step-over-exit.exp
2423 * gdb.base/step-test.exp
2424 * gdb.base/structs.exp
2425 * gdb.base/sym-file.exp
2426 * gdb.base/symtab-search-order.exp
2427 * gdb.base/term.exp
2428 * gdb.base/type-opaque.exp
2429 * gdb.base/unload.exp
2430 * gdb.base/until-nodebug.exp
2431 * gdb.base/until.exp
2432 * gdb.base/unwindonsignal.exp
2433 * gdb.base/watch-cond.exp
2434 * gdb.base/watch-non-mem.exp
2435 * gdb.base/watch_thread_num.exp
2436 * gdb.base/watchpoint-reuse-slot.exp
2437 * gdb.base/watchpoint-solib.exp
2438 * gdb.base/watchpoint.exp
2439 * gdb.btrace/dlopen.exp
2440 * gdb.cell/arch.exp
2441 * gdb.cell/break.exp
2442 * gdb.cell/bt.exp
2443 * gdb.cell/core.exp
2444 * gdb.cell/data.exp
2445 * gdb.cell/dwarfaddr.exp
2446 * gdb.cell/ea-cache.exp
2447 * gdb.cell/ea-standalone.exp
2448 * gdb.cell/ea-test.exp
2449 * gdb.cell/f-regs.exp
2450 * gdb.cell/fork.exp
2451 * gdb.cell/gcore.exp
2452 * gdb.cell/mem-access.exp
2453 * gdb.cell/ptype.exp
2454 * gdb.cell/registers.exp
2455 * gdb.cell/sizeof.exp
2456 * gdb.cell/solib-symbol.exp
2457 * gdb.cell/solib.exp
2458 * gdb.compile/compile-tls.exp
2459 * gdb.cp/exception.exp
2460 * gdb.cp/gdb2495.exp
2461 * gdb.cp/local.exp
2462 * gdb.cp/mb-inline.exp
2463 * gdb.cp/mb-templates.exp
2464 * gdb.cp/pr10687.exp
2465 * gdb.cp/pr9167.exp
2466 * gdb.cp/scope-err.exp
2467 * gdb.cp/templates.exp
2468 * gdb.cp/virtfunc.exp
2469 * gdb.dwarf2/dw2-dir-file-name.exp
2470 * gdb.dwarf2/dw2-single-line-discriminators.exp
2471 * gdb.fortran/complex.exp
2472 * gdb.fortran/library-module.exp
2473 * gdb.guile/guile.exp
2474 * gdb.guile/scm-cmd.exp
2475 * gdb.guile/scm-frame-inline.exp
2476 * gdb.guile/scm-objfile.exp
2477 * gdb.guile/scm-pretty-print.exp
2478 * gdb.guile/scm-symbol.exp
2479 * gdb.guile/scm-type.exp
2480 * gdb.guile/scm-value.exp
2481 * gdb.linespec/keywords.exp
2482 * gdb.linespec/ls-errs.exp
2483 * gdb.linespec/macro-relative.exp
2484 * gdb.linespec/thread.exp
2485 * gdb.mi/mi-breakpoint-changed.exp
2486 * gdb.mi/mi-dprintf-pending.exp
2487 * gdb.mi/mi-fullname-deleted.exp
2488 * gdb.mi/mi-logging.exp
2489 * gdb.mi/mi-pending.exp
2490 * gdb.mi/mi-solib.exp
2491 * gdb.mi/new-ui-mi-sync.exp
2492 * gdb.mi/user-selected-context-sync.exp
2493 * gdb.multi/dummy-frame-restore.exp
2494 * gdb.multi/multi-arch-exec.exp
2495 * gdb.multi/remove-inferiors.exp
2496 * gdb.multi/watchpoint-multi-exit.exp
2497 * gdb.opt/solib-intra-step.exp
2498 * gdb.perf/backtrace.exp
2499 * gdb.perf/single-step.exp
2500 * gdb.perf/skip-command.exp
2501 * gdb.perf/skip-prologue.exp
2502 * gdb.perf/solib.exp
2503 * gdb.python/lib-types.exp
2504 * gdb.python/py-as-string.exp
2505 * gdb.python/py-bad-printers.exp
2506 * gdb.python/py-block.exp
2507 * gdb.python/py-breakpoint.exp
2508 * gdb.python/py-cmd.exp
2509 * gdb.python/py-events.exp
2510 * gdb.python/py-evthreads.exp
2511 * gdb.python/py-finish-breakpoint.exp
2512 * gdb.python/py-finish-breakpoint2.exp
2513 * gdb.python/py-frame-inline.exp
2514 * gdb.python/py-frame.exp
2515 * gdb.python/py-inferior.exp
2516 * gdb.python/py-infthread.exp
2517 * gdb.python/py-mi.exp
2518 * gdb.python/py-objfile.exp
2519 * gdb.python/py-pp-maint.exp
2520 * gdb.python/py-pp-registration.exp
2521 * gdb.python/py-prettyprint.exp
2522 * gdb.python/py-recurse-unwind.exp
2523 * gdb.python/py-shared.exp
2524 * gdb.python/py-symbol.exp
2525 * gdb.python/py-symtab.exp
2526 * gdb.python/py-template.exp
2527 * gdb.python/py-type.exp
2528 * gdb.python/py-unwind-maint.exp
2529 * gdb.python/py-unwind.exp
2530 * gdb.python/py-value.exp
2531 * gdb.python/python.exp
2532 * gdb.reverse/finish-reverse-bkpt.exp
2533 * gdb.reverse/insn-reverse.exp
2534 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2535 * gdb.reverse/solib-precsave.exp
2536 * gdb.reverse/solib-reverse.exp
2537 * gdb.stabs/gdb11479.exp
2538 * gdb.stabs/weird.exp
2539 * gdb.threads/fork-child-threads.exp
2540 * gdb.threads/fork-plus-threads.exp
2541 * gdb.threads/fork-thread-pending.exp
2542 * gdb.threads/forking-threads-plus-breakpoint.exp
2543 * gdb.threads/hand-call-in-threads.exp
2544 * gdb.threads/interrupted-hand-call.exp
2545 * gdb.threads/linux-dp.exp
2546 * gdb.threads/local-watch-wrong-thread.exp
2547 * gdb.threads/next-while-other-thread-longjmps.exp
2548 * gdb.threads/non-ldr-exit.exp
2549 * gdb.threads/pending-step.exp
2550 * gdb.threads/print-threads.exp
2551 * gdb.threads/process-dies-while-detaching.exp
2552 * gdb.threads/process-dies-while-handling-bp.exp
2553 * gdb.threads/pthreads.exp
2554 * gdb.threads/queue-signal.exp
2555 * gdb.threads/reconnect-signal.exp
2556 * gdb.threads/signal-command-handle-nopass.exp
2557 * gdb.threads/signal-command-multiple-signals-pending.exp
2558 * gdb.threads/signal-delivered-right-thread.exp
2559 * gdb.threads/signal-sigtrap.exp
2560 * gdb.threads/sigthread.exp
2561 * gdb.threads/staticthreads.exp
2562 * gdb.threads/stepi-random-signal.exp
2563 * gdb.threads/thread-unwindonsignal.exp
2564 * gdb.threads/thread_check.exp
2565 * gdb.threads/thread_events.exp
2566 * gdb.threads/tid-reuse.exp
2567 * gdb.threads/tls-nodebug.exp
2568 * gdb.threads/tls-shared.exp
2569 * gdb.threads/tls-so_extern.exp
2570 * gdb.threads/tls.exp
2571 * gdb.threads/wp-replication.exp
2572 * gdb.trace/actions-changed.exp
2573 * gdb.trace/actions.exp
2574 * gdb.trace/backtrace.exp
2575 * gdb.trace/change-loc.exp
2576 * gdb.trace/collection.exp
2577 * gdb.trace/deltrace.exp
2578 * gdb.trace/disconnected-tracing.exp
2579 * gdb.trace/entry-values.exp
2580 * gdb.trace/ftrace-lock.exp
2581 * gdb.trace/ftrace.exp
2582 * gdb.trace/infotrace.exp
2583 * gdb.trace/mi-trace-frame-collected.exp
2584 * gdb.trace/mi-trace-unavailable.exp
2585 * gdb.trace/mi-traceframe-changed.exp
2586 * gdb.trace/mi-tracepoint-changed.exp
2587 * gdb.trace/mi-tsv-changed.exp
2588 * gdb.trace/no-attach-trace.exp
2589 * gdb.trace/packetlen.exp
2590 * gdb.trace/passc-dyn.exp
2591 * gdb.trace/passcount.exp
2592 * gdb.trace/pending.exp
2593 * gdb.trace/pr16508.exp
2594 * gdb.trace/qtro.exp
2595 * gdb.trace/range-stepping.exp
2596 * gdb.trace/read-memory.exp
2597 * gdb.trace/report.exp
2598 * gdb.trace/save-trace.exp
2599 * gdb.trace/signal.exp
2600 * gdb.trace/stap-trace.exp
2601 * gdb.trace/status-stop.exp
2602 * gdb.trace/strace.exp
2603 * gdb.trace/tfile.exp
2604 * gdb.trace/tfind.exp
2605 * gdb.trace/trace-break.exp
2606 * gdb.trace/trace-condition.exp
2607 * gdb.trace/trace-enable-disable.exp
2608 * gdb.trace/trace-mt.exp
2609 * gdb.trace/tracecmd.exp
2610 * gdb.trace/tracefile-pseudo-reg.exp
2611 * gdb.trace/tspeed.exp
2612 * gdb.trace/tstatus.exp
2613 * gdb.trace/tsv.exp
2614 * gdb.trace/unavailable.exp
2615 * gdb.trace/while-dyn.exp
2616 * gdb.trace/while-stepping.exp
2617 * lib/gdb-guile.exp
2618 * lib/gdb.exp
2619 * lib/mi-support.exp
2620 * lib/pascal.exp
2621 * lib/perftest.exp
2622 * lib/prelink-support.exp
2623 * lib/selftest-support.exp
2624
ad02e4fe
SM
26252016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2626
2627 * Makefile.in: Include disable-implicit-rules.mk.
2628
22347e55
AA
26292016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2630
2631 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2632 non-byte-aligned bit fields.
2633
da5b30da
AA
26342016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2635
2636 PR gdb/12616
2637 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2638 respects the DW_AT_data_bit_offset attribute.
2639
b593ecca
SM
26402016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2641
2642 * gdb.base/default.exp: Fix output of "set language".
2643
3b165252
SM
26442016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2645
2646 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2647 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2648 make.
2649 * configure.ac: Remove checks for the make program.
2650 * configure: Re-generate.
2651
1a2f3d7f
KB
26522016-11-16 Kevin Buettner <kevinb@redhat.com>
2653
2654 * gdb.python/py-recurse-unwind.c (main): Add loop.
2655 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2656 to read_register() and gdb.parse_and_eval(). Make each code
2657 call a separate case that can be individually tested.
2658 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2659 proc. Call cont_and_backtrace for each of the code paths that
2660 we want to test in the unwinder.
2661
b7f38fda
AA
26622016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2663
2664 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2665 the definition of struct S.
2666
1f8db343
CM
26672016-11-11 Catherine Moore <clm@codesourcery.com>
2668
2669 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2670
fad0c9fb
PA
26712016-11-09 Pedro Alves <palves@redhat.com>
2672
2673 * gdb.base/commands.exp (runto_or_return): New procedure.
2674 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2675 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2676 (progvar_simple_while_test, progvar_complex_if_while_test)
2677 (if_while_breakpoint_command_test)
2678 (infrun_breakpoint_command_test, breakpoint_command_test)
2679 (user_defined_command_test, watchpoint_command_test)
2680 (test_command_prompt_position, redefine_hook_test)
2681 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2682 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2683 multi_line_input and multi_line. Remove gdb_expect and
2684 gdb_stop_suppressing_tests uses.
2685 * lib/gdb.exp (valnum_re): New global.
2686 (multi_line_input): New procedure.
2687
8354c62c
SM
26882016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2689
2690 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2691 Remove.
2692 (test_setup): Define with proc_with_prefix.
2693 (test_cli_inferior): Likewise.
2694 (test_cli_thread): Likewise.
2695 (test_cli_frame): Likewise.
2696 (test_cli_select_frame): Likewise.
2697 (test_cli_up_down): Likewise.
2698 (test_mi_thread_select): Likewise.
2699 (test_mi_stack_select_frame): Likewise.
2700 (test_cli_in_mi_inferior): Likewise.
2701 (test_cli_in_mi_thread): Likewise.
2702 (test_cli_in_mi_frame): Likewise.
2703 (top level): Do not use with_test_prefix_procname.
2704
64f367a2
PA
27052016-11-09 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.base/commands.exp (gdbvar_simple_if_test)
2708 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2709 (progvar_simple_if_test, progvar_simple_while_test)
2710 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2711 (infrun_breakpoint_command_test, breakpoint_command_test)
2712 (user_defined_command_test, watchpoint_command_test)
2713 (test_command_prompt_position, deprecated_command_test)
2714 (bp_deleted_in_command, temporary_breakpoint_commands)
2715 (stray_arg0_test, source_file_with_indented_comment)
2716 (recursive_source_test, if_commands_test)
2717 (error_clears_commands_left, redefine_hook_test)
2718 (redefine_backtrace_test): Use proc_with_prefix.
2719 * lib/gdb.exp (proc_with_prefix): New proc.
2720
0bb65f1e
AA
27212016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2722
2723 * gdb.base/tui-layout.c: New file.
2724 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2725 disassembly window contains very long lines.
2726
7353f247
TT
27272016-11-08 Tom Tromey <tom@tromey.com>
2728
2729 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2730 depend on Python 2.
2731
30a7bb83
TT
27322016-11-08 Tom Tromey <tom@tromey.com>
2733
2734 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2735 New method.
2736
cdf5a07c
MG
27372016-10-29 Manish Goregaokar <manish@mozilla.com>
2738
2806dc7e 2739 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2740
51a789c3
MG
27412016-10-27 Manish Goregaokar <manish@mozilla.com>
2742
2806dc7e
PA
2743 * gdb.rust/simple.rs: Add test for univariant enums without
2744 discriminants and for encoded struct-like enums.
51a789c3 2745
f610ab6d
PA
27462016-10-28 Pedro Alves <palves@redhat.com>
2747
2748 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2749 gdb_test_multiple, tighten regexps and match symtabs and line
2750 tables incrementally.
2751
b129b0ca
LM
27522016-10-28 Luis Machado <lgustavo@codesourcery.com>
2753
2754 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2755 general.
2756
ecf45d2c
SL
27572016-10-25 Luis Machado <lgustavo@codesourcery.com>
2758
2759 * gdb.base/exec-invalid-sysroot.exp: New file.
2760
b8d38ee4
JK
27612016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2762
2763 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2764
f90fd8c2
JK
27652016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2766
2767 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2768
2d2476aa
MR
27692016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2770
2806dc7e
PA
2771 * gdb.base/killed-outside.exp: Remove $options from a call to
2772 `prepare_for_testing'.
2d2476aa 2773
e42b25a0
SM
27742016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2775
2776 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2777 Change test message.
2778
3ccdb432
SM
27792016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2780
2781 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2782 Update comment.
2783
5bad3170
SM
27842016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2785
2786 * gdb.trace/mi-trace-save.exp: New file.
2787
5ad9dba7
YQ
27882016-10-13 Yao Qi <yao.qi@linaro.org>
2789
2790 * gdb.base/code_elim.exp (get_var_address): Remove.
2791 * gdb.base/relocate.exp: Likewise.
2792 * gdb.base/shreloc.exp: Likewise.
2793 * lib/gdb.exp (get_var_address): New.
2794
62df7e21
YQ
27952016-10-13 Yao Qi <yao.qi@linaro.org>
2796
2797 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2798 floating point tests if $skip_float_test is false.
2799
4dac951e
LM
28002016-10-12 Luis Machado <lgustavo@codesourcery.com>
2801
2802 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2803 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2804 argc values.
2805 Add 1 to argc so we guarantee distinct initial/modified argc values.
2806
8f1a8fc4
JK
28072016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2808
2809 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2810
16c85b5d
JK
28112016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2814 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2815 * gdb.arch/vsx-regs.exp: Likewise.
2816
1d0e042a
YQ
28172016-10-07 Yao Qi <yao.qi@linaro.org>
2818
2819 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2820
68dadef5
MM
28212016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2822
2823 * gdb.python/python.exp: Test decode_line("*0").
2824
33fa2c6e
DE
28252016-10-06 Doug Evans <dje@google.com>
2826
2827 * gdb.python/py-value.exp (test_value_creation): Add test for large
2828 unsigned 64-bit value.
2829
9c37b5ae
TT
28302016-10-06 Tom Tromey <tom@tromey.com>
2831
2832 * gdb.compile/compile.exp: Change java tests to rust.
2833 * gdb.base/setshow.exp: Change java tests to rust.
2834 * gdb.base/default.exp: Remove java from language list.
2835 * README (Examples): Update language example.
2836 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2837 test.
2838 * lib/gdb.exp (skip_java_tests): Remove.
2839 * lib/java.exp: Remove.
2840 * gdb.java: Remove.
2841
78b86327
MR
28422016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2843
2844 * gdb.arch/mips-fcr.exp: New test.
2845 * gdb.arch/mips-fcr.c: Source for the new test.
2846
7470adbb
MR
28472016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2848
2849 * gdb.base/solib-disc.exp: Use `standard_output_file'
2850 throughout.
2851
4a556533
PA
28522016-10-06 Pedro Alves <palves@redhat.com>
2853
2854 * gdb.base/jit-simple-dl.c: New file.
2855 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2856 * gdb.base/jit-simple.c: ... this.
2857 * gdb.base/jit-simple.exp (jit_run): Delete.
2858 (build_jit): New proc.
2859 (jit_test_reread): Recompile either the main program or the shared
2860 library, depending on what is being tested. Skip changing address
2861 if caller wants to. Compare before/after addresses. If testing
2862 standalone, explicitly load the binary. Test "maint info
2863 breakpoints".
2864 (top level): Add "standalone vs shared lib" and "change address"
2865 vs "same address" axes.
2866
5a122fbc
PA
28672016-10-06 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2870 call.
2871 (jit_run): Delete.
2872 (jit_test_reread): Use with_test_prefix. Reload the main binary
2873 explicitly. Compare the before/after addresses of the JIT
2874 descriptor.
2875
ee8da4b8
DE
28762016-08-15 Doug Evans <dje@google.com>
2877
2878 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2879 for single bitfields is bool.
2880 * gdb.xml/tdesc-regs.exp: Ditto.
2881
f389f6fe
JK
28822016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2883
2884 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2885
fdebf1a4
YQ
28862016-10-05 Yao Qi <yao.qi@linaro.org>
2887
2888 * lib/gdb.exp (support_complex_tests): Return zero if
2889 gdb_skip_float_test return true.
2890
9c36d954 28912016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2892 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2893
2894 PR gdb/20487
2895 * gdb.mi/user-selected-context-sync.exp: New file.
2896 * gdb.mi/user-selected-context-sync.c: New file.
2897
4034d0ff 28982016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2899 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2900
2901 PR gdb/20487
2902 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2903 =thread-select-event check.
2904
a4297203
PB
29052016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2906
2907 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2908 the compulsory L operand changes.
2909 * gdb.arch/powerpc-power.s: Likewise.
2910
bb805577
JK
29112016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2912
2913 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2914 * gdb.base/jit-attach-pie.c: New file.
2915 * gdb.base/jit-attach-pie.exp: New file.
2916
6d61dee5
PA
29172016-09-28 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.base/infcall-input.c: New file.
2920 * gdb.base/infcall-input.exp: New file.
2921
f73842fc
YQ
29222016-09-22 Yao Qi <yao.qi@linaro.org>
2923
2924 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2925 (gdb_exit): Rename it to ...
2926 (gdbserver_gdb_exit): ... Close GDBserver.
2927 (gdb_exit): New proc, call gdbserver_gdb_exit.
2928 (mi_gdb_exit): Likewise.
2929
90681dab
YQ
29302016-09-22 Yao Qi <yao.qi@linaro.org>
2931
2932 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2933 path.
2934 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2935 Remove duplication.
2936
9c211fd8
YQ
29372016-09-22 Yao Qi <yao.qi@linaro.org>
2938
2939 * lib/gdbserver-support.exp: Check the existence of
2940 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2941
ad0a504f
AK
29422016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2943
2944 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2945
36cf1806
TT
29462016-09-21 Tom Tromey <tom@tromey.com>
2947
2948 PR gdb/20604:
2949 * gdb.base/quit.exp: New file.
2950
74172ecf
SM
29512016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2952
2953 * .gitignore: New file.
2954
3d0ec882
MR
29552016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2956
2957 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2958 throughout.
2959
8193adea
AA
29602016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2961
2962 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2963
d41a5c09
JK
29642016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2965
2966 * gdb.cp/casts.cc (decltype): Move it ...
2967 (main): ... with its call to ...
2968 * gdb.cp/casts03.cc: ... a new file.
2969 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2970
d2dfe700
JK
29712016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2974
e2a92b16
PB
29752016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2976
2977 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2978 and sync up the test with tests in gas/testsuite/gas/ppc.
2979 * gdb.arch/powerpc-power.exp: Likewise.
2980
49b4de64
JK
29812016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2982
2983 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2984
2c29df25
SDJ
29852016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2986 Jan Kratochvil <jan.kratochvil@redhat.com>
2987
2988 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2989 make m1's definition to be different from m2's. Use 'dummy' as an
2990 argument for probe 'two'.
2991
cc3c2846
JB
29922016-09-10 Jon Beniston <jon@beniston.com>
2993
2994 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2995 for sim target.
2996
e1b2624a
AA
29972016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2998
2999 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3000 variable declaration.
3001 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3002 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3003 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3004 received HWCAP as its argument.
3005
4295e285
PA
30062016-09-06 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.base/new-ui-pending-input.c: New file.
3009 * gdb.base/new-ui-pending-input.exp: New file.
3010 * gdb.exp (clear_gdb_spawn_id): New procedure.
3011 (with_spawn_id): Check whether gdb_spawn_id exists before
3012 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3013 on exit.
3014
00d5215e
UW
30152016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3016
3017 * gdb.base/float128.c: New file.
3018 * gdb.base/float128.exp: Likewise.
3019 * gdb.base/floatn.c: Likewise.
3020 * gdb.base/floatn.exp: Likewise.
3021
a9ff5f12
UW
30222016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3023
3024 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3025
f245535c
PA
30262016-09-05 Pedro Alves <palves@redhat.com>
3027
3028 PR backtrace/19927
3029 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3030 unwinders are immediately called as side effect of "source" or
3031 "disable unwinder" commands.
3032 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3033
ae9cf263
YQ
30342016-09-02 Yao Qi <yao.qi@linaro.org>
3035
3036 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3037 is true and $type is "float" or "double".
3038
27aba047
YQ
30392016-09-02 Yao Qi <yao.qi@linaro.org>
3040
3041 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3042 true.
3043 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3044 * gdb.base/call-rt-st.exp: Likewise.
3045 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3046 return value instead of gdb,skip_float_test.
3047 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3048 (do_function_calls): Use its return value instead of
3049 gdb,skip_float_test.
3050 * gdb.base/finish.exp: Likewise.
3051 * gdb.base/funcargs.exp: Likewise.
3052 * gdb.base/return.exp: Likewise.
3053 * gdb.base/return2.exp: Likewise.
3054 * gdb.base/varargs.exp: Likewise.
3055 * lib/gdb.exp (gdb_skip_float_test): Change it to
3056 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3057
5af962df
AA
30582016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3059
3060 * gdb.multi/tids.exp: Test "thread apply all".
3061
7fac6910
JK
30622016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3063
3064 * gdb.base/default.exp (tty): Remove.
3065
bb1fe4ac
KB
30662016-08-24 Kevin Buettner <kevinb@redhat.com>
3067
2806dc7e
PA
3068 * gdb.python/py-recurse-unwind.c: New file.
3069 * gdb.python/py-recurse-unwind.py: New file.
3070 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 3071
0a1ddfa6
SM
30722016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3073
3074 * gdb.base/set-inferior-tty.exp: New file.
3075 * gdb.base/set-inferior-tty.c: New file.
3076
d9de1fe3
PA
30772016-08-23 Pedro Alves <palves@redhat.com>
3078
3079 PR gdb/20494
3080 * gdb.base/new-ui-echo.c: New file.
3081 * gdb.base/new-ui-echo.exp: New file.
3082
e9d9abd7
YQ
30832016-08-23 Yao Qi <yao.qi@linaro.org>
3084
3085 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3086 gdbserver_spawn.
3087 * gdb.server/connect-without-multi-process.exp (do_test):
3088 Likewise.
3089
3589529e
YQ
30902016-08-23 Yao Qi <yao.qi@linaro.org>
3091
3092 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3093 standalone_txt. Delete gdb_txt and standalone_txt on host
3094 and target. Spawn the binary on target. Copy files from
3095 target to host.
3096
6bb90213
PA
30972016-08-22 Pedro Alves <palves@redhat.com>
3098
3099 PR gdb/20505
3100 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3101 with_test_prefix. Factor out bits to ...
3102 (test_no_vdso): ... this new procedure.
3103
20c2c024
CL
31042016-08-19 Carl Love <cel@us.ibm.com>
3105
3106 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3107 maintaining separate logic for constructing the output path.
3108 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3109 * gdb.arch/ppc-dfp.exp: Likewise.
3110 * gdb.arch/ppc-fp.exp: Likewise.
3111 * gdb.arch/vsx-regs.exp: Likewise.
3112 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3113 binprefix for generating the additional binary files.
3114
0646e07d
PA
31152016-08-19 Pedro Alves <palves@redhat.com>
3116
3117 * gdb.trace/mi-trace-frame-collected.exp
3118 (test_trace_frame_collected): On x32, expect two registers.
3119
46da9242
CL
31202016-08-18 Carl Love <cel@us.ibm.com>
3121
3122 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3123 and sync up the test with tests in gas/testsuite/gas/ppc.
3124 * gdb.arch/powerpc-power.exp: Likewise.
3125
eb2332d7
SM
31262016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3127
3128 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3129 expected error message.
3130
63c61e04
SM
31312016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3132
3133 * gdb.multi/remove-inferiors.exp: New file.
3134 * gdb.multi/remove-inferiors.c: New file.
3135
7b17065f
YQ
31362016-08-12 Yao Qi <yao.qi@linaro.org>
3137
3138 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3139 argument list.
3140
01d3dedf
PA
31412016-08-10 Pedro Alves <palves@redhat.com>
3142
3143 PR gdb/19187
3144 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3145 setup_kfails.
3146
3eb7562a
PA
31472016-08-09 Pedro Alves <palves@redhat.com>
3148 Simon Marchi <simon.marchi@ericsson.com>
3149
3150 PR gdb/20418
3151 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3152 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3153
80614914
PA
31542016-08-09 Pedro Alves <palves@redhat.com>
3155
3156 PR mi/20431
3157 * gdb.mi/mi-cmd-error.exp: New file.
3158
f348d89a
PA
31592016-08-09 Pedro Alves <palves@redhat.com>
3160
3161 PR gdb/18653
3162 * gdb.base/signals-state-child.c: New file.
3163 * gdb.base/signals-state-child.exp: New file.
3164 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3165
e5ca03b4
PA
31662016-08-09 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3169
282a0691
TT
31702016-08-03 Tom Tromey <tom@tromey.com>
3171
3172 PR python/18565:
3173 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3174
41bfcd63
YQ
31752016-08-01 Yao Qi <yao.qi@linaro.org>
3176
3177 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3178 variable mode to "multi-process" if $multi_process is 1, otherwise
3179 set it to "single-process".
3180
e3465b24
YQ
31812016-08-01 Yao Qi <yao.qi@linaro.org>
3182
3183 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3184 * gdb.cp/cpexprs.exp: Likewise.
3185 * gdb.cp/m-static.exp: Likewise.
3186
0b31a4bc
TT
31872016-07-26 Tom Tromey <tom@tromey.com>
3188
3189 PR python/20190:
3190 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3191 test.
3192
e0461dbb
MM
31932016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3194
3195 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3196 selecting assembly source files.
3197 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3198 assembly source files.
3199 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3200 assembly source files.
3201 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3202 selecting assembly source files.
3203
8194e927
SM
32042016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3205
3206 * gdb.base/new-ui.exp (do_test_invalid_args): New
3207 procedure.
3208
c0272db5
TW
32092016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3210
3211 * gdb.btrace/reconnect.c: New file.
3212 * gdb.btrace/reconnect.exp: New file.
3213
e3487908
GKB
32142016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3215
3216 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3217 to test_catch_syscall_group.
3218 (test_catch_syscall_group): New.
3219
12df5c00
TT
32202016-07-21 Tom Tromey <tom@tromey.com>
3221
3222 * gdb.rust/simple.rs (main): Use empty struct expression.
3223 * gdb.rust/simple.exp: Add tests for empty struct expression.
3224
bae62ee2
YQ
32252016-07-21 Yao Qi <yao.qi@linaro.org>
3226
3227 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3228 if gdb_skip_xml_test is true on some targets.
3229
b1b53fb3
YQ
32302016-07-21 Yao Qi <yao.qi@linaro.org>
3231
3232 * gdb.server/solib-list.exp: Unset last_loaded_file.
3233
027d97f8
JK
32342016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3235
3236 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3237 "step into captured_main (args)".
3238
7674d381
JK
32392016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3240
3241 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3242
72b5d099
JK
32432016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3246
1f960ced
PA
32472016-07-19 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3250 * gdb.opt/inline-bt.exp: Likewise.
3251 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3252 additional_flags=-Winline.
3253 * gdb.opt/inline-locals.exp: Likewise.
3254 * gdb.opt/inline-markers.c (ATTR): Define.
3255 (inlined_fn): Use it.
3256
f25827c1
YQ
32572016-07-19 Yao Qi <yao.qi@linaro.org>
3258
3259 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3260 (test_with_self): Remove some code. Remove argument executable.
3261 (top-level): Use do_self_tests.
3262
37539ebe
DB
32632016-07-15 Zachary Welch <zwelch@codesourcery.com>
3264 Don Breazeal <donb@codesourcery.com>
3265
3266 * gdb.base/maint.exp: Escape paths used in regular expressions.
3267 * gdb.stabs/weird.exp: Likewise.
3268
dac790e1
TT
32692016-07-13 Tom Tromey <tom@tromey.com>
3270
3271 PR python/15620, PR python/18620:
3272 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3273 (test_bkpt_events): New procs.
3274
93daf339
TT
32752016-07-13 Tom Tromey <tom@tromey.com>
3276
3277 PR python/17698:
3278 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3279 test.
3280 (test_watchpoints): Likewise.
3281 (test_bkpt_pending): New proc.
3282
6571a381
TT
32832016-07-13 Tom Tromey <tom@tromey.com>
3284
3285 PR cli/18053:
3286 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3287 completion test.
3288
e8732474
JK
32892016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3292 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3293 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3294 f_label.
3295 (g): Rename g_end_lbl to g_label.
3296 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3297 low_pc and high_pc.
3298 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3299
e0f3fd7c
TT
33002016-07-12 Tom Tromey <tom@tromey.com>
3301
3302 PR python/19293:
3303 * gdb.python/py-unwind-maint.exp: Update tests.
3304
3cfe46b6
YQ
33052016-07-12 Yao Qi <yao.qi@linaro.org>
3306
3307 * lib/selftest-support.exp (selftest_setup): Match the output
3308 when captured_main is inlined.
3309
4f19a0e6
WT
33102016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3311
3312 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3313 New variables.
3314 (print this%a, print this%b, print this): New tests.
3315 * gdb.fortran/derived-types.f90 (this): New object and
3316 initialization.
3317
986cf455
SM
33182016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3319
3320 * gdb.ada/arraydim.exp: Remove extra directory level in build
3321 directory.
3322
f0464b23
SM
33232016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3324
3325 * lib/ada.exp: Remove extra directory level in build directory.
3326 * gdb.ada/cond_lang.exp: Likewise.
3327 * gdb.ada/exec_changed.exp: Likewise.
3328 * gdb.ada/lang_switch.exp: Likewise.
3329
42d94011
MG
33302016-07-06 Manish Goregaokar <manish@mozilla.com>
3331
2806dc7e
PA
3332 * simple.rs: Add test for raw pointer subscripting.
3333 * simple.exp: Add test expectations.
42d94011 3334
647c264c
YQ
33352016-07-05 Yao Qi <yao.qi@linaro.org>
3336
3337 * gdb.mi/mi-reverse.exp: Match =record-started output.
3338
20aa2c60
PA
33392016-07-01 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3342 procedure.
3343 (jit_reader_test): Test the jit reader's unwinder.
3344 * gdb.base/jithost.c (jit_function_00_code): New global.
3345 (main): Use memcpy to fill in the mmapped code, instead of poking
3346 bytes manually here.
3347 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3348 value.
3349 (read_debug_info): Save the function's range.
3350 (read_sp): New function.
3351 (unwind_frame): Use it. Also unwind RBP.
3352 (get_frame_id): Use read_sp.
3353 (gdb_init_reader): Use calloc instead of malloc.
3354 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3355 parameter. Use gdb_test_multiple.
3356
ced2dffb
PA
33572016-07-01 Pedro Alves <palves@redhat.com>
3358 Antoine Tremblay <antoine.tremblay@ericsson.com>
3359
3360 * gdb.threads/process-dies-while-detaching.c: New file.
3361 * gdb.threads/process-dies-while-detaching.exp: New file.
3362
63000888
PA
33632016-07-01 Pedro Alves <palves@redhat.com>
3364
3365 * gdb.multi/watchpoint-multi-exit.c: New file.
3366 * gdb.multi/watchpoint-multi-exit.exp: New file.
3367
038d4868
PA
33682016-06-30 Pedro Alves <palves@redhat.com>
3369
3370 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3371 unset inferior_spawn_id.
3372
994e9c83
PA
33732016-06-30 Pedro Alves <palves@redhat.com>
3374
3375 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3376 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3377
e5653468
YQ
33782016-06-29 Yao Qi <yao.qi@linaro.org>
3379
3380 * gdb.base/return.c: Add copyright header.
3381
803b47e5
TT
33822016-06-29 Tom Tromey <tom@tromey.com>
3383
3384 PR python/20129:
3385 * gdb.python/py-framefilter.exp: Add tests for setting priority
3386 and disabling of non-existent frame filter.
3387
28244707
YQ
33882016-06-29 Yao Qi <yao.qi@linaro.org>
3389
3390 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3391 0x0f07ff.
3392
a31d2f06
YQ
33932016-06-28 Yao Qi <yao.qi@linaro.org>
3394
3395 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3396 triplets. Start gdb, execute catch syscall, and continue. Check
3397 gdb's output to determine catch syscall is supported.
3398
921d8f54
MG
33992016-06-27 Manish Goregaokar <manish@mozilla.com>
3400
25d49b86
PA
3401 * gdb.rust/simple.rs: Add test for returning unit in a function.
3402 * gdb.rust/simple.exp: Add expectation for functions returning
3403 unit.
921d8f54 3404
f4952523
PMR
34052016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3406
3407 * gdb.python/py-breakpoint-create-fail.c,
3408 gdb.python/py-breakpoint-create-fail.exp,
3409 gdb.python/py-breakpoint-create-fail.py: New testcase.
3410
fccb08f8
MG
34112016-06-25 Manish Goregaokar <manish@mozilla.com>
3412
3413 PR gdb/20239
3414 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3415 * gdb.rust/simple.exp: Add test expectations for new NonZero
3416 tests.
fccb08f8 3417
6b850546
DT
34182016-06-24 David Taylor <dtaylor@emc.com>
3419
3420 * gdb.base/offsets.exp: New file.
3421 * gdb.base/offsets.c: New file.
3422
17621150
TT
34232016-06-23 Tom Tromey <tom@tromey.com>
3424
3425 PR gdb/16483:
3426 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3427 before any filters are loaded.
3428
04d59df6
WT
34292016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3430
3431 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3432 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3433 structs.
3434 * gdb.fortran/derived-type-function.exp: New file.
3435 * gdb.fortran/derived-type-function.f90: New file.
3436
3437
ac69f786
PA
34382016-06-21 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.base/new-ui.exp: New file.
3441 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3442 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3443 (with_spawn_id): New procedure.
3444
49940788
PA
34452016-06-21 Pedro Alves <palves@redhat.com>
3446
3447 * gdb.mi/mi-exec-run.exp: New file.
3448
ef274d26
PA
34492016-06-21 Pedro Alves <palves@redhat.com>
3450
3451 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3452 breakpoint command's output on the main UI.
3453 (test_break): New procedure, factored out from calls in the top
3454 level.
3455 (top level): Use foreach_with_prefix to test MI as main UI and as
3456 separate UI.
3457
468afe6c
PA
34582016-06-21 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3461 (test_awatch_creation_and_listing)
3462 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3463 Remove 'type' parameter.
3464 (test_watchpoint_all): New parameter mi_mode. Remove
3465 with_test_prefix.
3466 (top level): Use foreach_with_prefix, and add main/separate UI MI
3467 testing axis.
3468
51f77c37
PA
34692016-06-21 Pedro Alves <palves@redhat.com>
3470
3471 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3472 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3473 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3474 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3475 (gdb_main_spawn_id, mi_spawn_id): Declare and
3476 comment.
3477 (mi_create_inferior_pty): New procedure,
3478 factored out from default_mi_gdb_start.
3479 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3480 procedures.
3481 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3482 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3483 Use mi_create_inferior_pty.
3484 (mi_gdb_start): Use eval to pass down args list.
3485
8980e177
PA
34862016-06-21 Pedro Alves <palves@redhat.com>
3487
3488 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3489 * gdb.opt/inline-cmds.exp: Add MI tests.
3490
f38d3ad1
PA
34912016-06-21 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3494
45db7c09
PA
34952016-06-21 Pedro Alves <palves@redhat.com>
3496
3497 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3498 (top level): Use it instead of mi_execute_to.
3499
5a069ab3
PA
35002016-06-21 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3503 (cont_handler_str): New.
3504 (signal_stop_handler): Set stop_handler_str instead of printing to
3505 stdout.
3506 (continue_handler): Set cont_handler_str instead of printing to
3507 stdout.
3508 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3509 mi_send_resuming_command. Print stop_handler_str and
3510 cont_handler_str instead of expecting the python events print
3511 directly.
3512
2838cc1d
SD
35132016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3514
3515 * gdb.base/jit-reader.exp: New file.
3516 * gdb.base/jithost.c: New file.
3517 * gdb.base/jithost.h: New file.
3518 * gdb.base/jitreader.c : New file.
3519 * gdb.base/jit-protocol.h: New file.
3520
21a77091
YQ
35212016-06-17 Yao Qi <yao.qi@linaro.org>
3522
3523 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3524 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3525 and detach-on-fork. Adjust tests.
3526 (top level): Invoke break_cond_on_syscall with combinations of
3527 syscall, follow-fork-mode and detach-on-fork.
3528
f50bf8e5
YQ
35292016-06-17 Yao Qi <yao.qi@linaro.org>
3530
3531 * gdb.base/step-over-exit.c: New.
3532 * gdb.base/step-over-exit.exp: New.
3533
a28d8e50
YTL
35342016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3535
3536 * gdb.base/float.exp: Add target check for nds32*-*-*.
3537 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3538
cad8e26d
AB
35392016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3540
3541 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3542 for unsupported target features.
3543 * gdb.base/call-rt-st.exp: Likewise.
3544 * gdb.base/call-sc.exp: Likewise.
3545 * gdb.base/call-signal-resume.exp: Likewise.
3546 * gdb.base/call-strs.exp: Likewise.
3547 * gdb.base/callexit.exp: Likewise.
3548 * gdb.base/callfuncs.exp: Likewise.
3549 * gdb.base/nodebug.exp: Likewise.
3550 * gdb.base/printcmds.exp: Likewise.
3551 * gdb.base/ptype.exp: Likewise.
3552 * gdb.base/structs.exp: Likewise.
3553 * gdb.base/unwindonsignal.exp: Likewise.
3554 * gdb.cp/gdb2495.exp: Likewise.
3555 * gdb.cp/templates.exp: Likewise.
3556 * gdb.cp/virtfunc.exp: Likewise.
3557 * gdb.threads/hand-call-in-threads.exp: Likewise.
3558 * gdb.threads/interrupted-hand-call.exp: Likewise.
3559 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3560
347dc102
TT
35612016-06-10 Tom Tromey <tom@tromey.com>
3562
3563 PR rust/20110:
3564 * gdb.rust/expr.exp: Add test for integer constant larger than
3565 i32.
3566
5e13cf25
BH
35672016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3568
3569 * gdb.fortran/nested-funcs.exp: New.
3570 * gdb.fortran/nested-funcs.f90: New.
3571
bb556f1f
TK
35722016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3573
3574 * gdb.base/examine-backward.c: New file.
3575 * gdb.base/examine-backward.exp: New file.
3576
38b022b4
SM
35772016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3578
3579 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3580 matching.
3581
1b40ec05
TT
35822016-06-02 Tom Tromey <tom@tromey.com>
3583
3584 PR python/18984:
3585 * gdb.python/py-shared.exp: Add solib_name test.
3586
193bd378
SM
35872016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3588
3589 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3590
3326303b
MG
35912016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3592
3593 PR c++/19893
3594 * gdb.dwarf2/implref.exp: Rename to...
3595 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3596 * gdb.dwarf2/implref-array.c: New file.
3597 * gdb.dwarf2/implref-array.exp: Likewise.
3598 * gdb.dwarf2/implref-global.c: Likewise.
3599 * gdb.dwarf2/implref-global.exp: Likewise.
3600 * gdb.dwarf2/implref-struct.c: Likewise.
3601 * gdb.dwarf2/implref-struct.exp: Likewise.
3602
825c8ef2
AT
36032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3604
3605 * gdb.trace/trace-condition.exp: Add 64bit tests.
3606
2320162a
AT
36072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3608
3609 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3610 bits types.
3611 (main): Adapt to 8 to 64 bits types.
3612 * gdb.trace/trace-condition.exp: Add new tests.
3613
a7818233
AT
36142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3615
3616 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3617
0d336466
AT
36182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3619
3620 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3621 Move condition tests...
3622 * gdb.trace/trace-condition.exp: Here.
3623
7faeb45a
AT
36242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3625
3626 * gdb.trace/trace-condition.exp: Add counter-case tests.
3627
e385593e
JK
36282016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3629
3630 PR c++/15231
3631 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3632 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3633
744608cc
PA
36342016-05-27 Pedro Alves <palves@redhat.com>
3635
3636 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3637 New procedure.
3638 (top level): Call it, and bail out of DejaGnu is known to be bad.
3639
ac775bf4
AB
36402016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3641
3642 * gdb.base/whatis.c: Extend the test case.
3643 * gdb.base/whatis.exp: Add additional tests.
3644
2bbad2ea
BH
36452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3646
3647* gdb.fortran/type.f90: Add pointer variable.
3648* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3649
8b70175d
BH
36502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3651
3652 * gdb.fortran/vla-type.exp: Fix testcase name.
3653
86d8a848
BH
36542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3655
3656 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3657
e188eb36
BH
36582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3659
3660 * gdb.fortran/type.f90: Add nested structures.
3661 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3662 * gdb.fortran/derived-type.exp: Adapt expected output.
3663 * gdb.fortran/vla-type.exp: Adapt expected output.
3664
9b2db1fd
BH
36652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3666
3667 * gdb.fortran/whatis_type.exp: Adapt expected output.
3668
72b17055
BH
36692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3670
3671 * gdb.fortran/print_type.exp: Fix expected output.
3672 * gdb.fortran/whatis_type.exp: Fix expected output.
3673
3cd81d8d
BH
36742016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3675
3676 * gdb.fortran/whatis_type.exp: Use multi_line.
3677
ddae9462
TT
36782016-05-24 Tom Tromey <tom@tromey.com>
3679
3680 PR python/17386:
3681 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3682 use value as an index.
3683
1957f6b8
TT
36842016-05-23 Tom Tromey <tom@tromey.com>
3685
3686 PR python/17981:
3687 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3688 no-breakpoint case.
3689
026a9174
PA
36902016-05-24 Pedro Alves <palves@redhat.com>
3691
3692 PR gdb/19828
3693 * gdb.threads/clone-attach-detach.c: New file.
3694 * gdb.threads/clone-attach-detach.exp: New file.
3695
e70a7231
FR
36962016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3697
3698 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3699
0f6ed0e0
TT
37002016-05-23 Tom Tromey <tom@tromey.com>
3701
3702 PR python/19438, PR python/18393:
3703 * gdb.python/py-progspace.exp: Add "dir" test.
3704 * gdb.python/py-objfile.exp: Add "dir" test.
3705
ffd19d61
YQ
37062016-05-23 Yao Qi <yao.qi@linaro.org>
3707
3708 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3709 * gdb.arch/thumb2-it.exp: Likewise.
3710
9e8f9b05
SM
37112016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3712
3713 * gdb.mi/mi-threads-interrupt.c: New file.
3714 * gdb.mi/mi-threads-interrupt.exp: New file.
3715
61c6156d
SM
37162016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3717
3718 PR gdb/18077
3719 * gdb.mi/mi-async-run.exp: New file.
3720 * gdb.mi/mi-async-run.c: New file.
3721
67218854
TT
37222016-05-17 Tom Tromey <tom@tromey.com>
3723 Manish Goregaokar <manishsmail@gmail.com>
3724
3725 * lib/rust-support.exp: New file.
3726 * lib/gdb.exp (skip_rust_tests): New proc.
3727 (build_executable_from_specs): Handle rust.
3728 * lib/future.exp (gdb_find_rustc): New proc.
3729 (gdb_default_target_compile): Handle rust.
3730 * gdb.rust/expr.exp: New file.
3731 * gdb.rust/generics.exp: New file.
3732 * gdb.rust/generics.rs: New file.
3733 * gdb.rust/methods.exp: New file.
3734 * gdb.rust/methods.rs: New file.
3735 * gdb.rust/modules.exp: New file.
3736 * gdb.rust/modules.rs: New file.
3737 * gdb.rust/simple.exp: New file.
3738 * gdb.rust/simple.rs: New file.
3739
c44af4eb
TT
37402016-05-17 Tom Tromey <tom@tromey.com>
3741
3742 * gdb.base/default.exp (set language): Add rust.
3743
dcd1f979
TT
37442016-05-17 Tom Tromey <tom@tromey.com>
3745
3746 * gdb.gdb/unittest.exp: New file.
3747
155b7f57
YQ
37482016-05-16 Yao Qi <yao.qi@linaro.org>
3749
3750 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3751 shell_prompt. Update shell_prompt_re.
3752
8ddd5a6c
DE
37532016-05-12 Doug Evans <dje@google.com>
3754
3755 PR symtab/19999
3756 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3757 $options when building executable.
3758 * gdb.dwarf2/fission-loclists-pie.S: New file.
3759 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3760
02e370d9
SM
37612016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3762
3763 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3764 of [is_remote target],
3765
8929ad8b
SM
37662016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3767
3768 * lib/gdb.exp (use_gdb_stub): New procedure.
3769
6c447423
DE
37702016-05-03 Yunlian Jiang <yunlian@google.com>
3771 Doug Evans <dje@google.com>
3772
3773 PR symtab/19914
3774 * gdb.dwarf2/dwp-sepdebug.c: New file.
3775 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3776
444e826c
SM
37772016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3778
3779 * gdb.base/detach.exp: Remove is_remote check.
3780
740feeaa
SM
37812016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3782
3783 * gdb.base/annota-input-while-running.exp: Don't check for
3784 [is_remote target]. Enable annotations after running to main.
3785 Remove unused "set test..." line.
3786
9080ac9d
SM
37872016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3788
3789 * gdb.trace/trace-enable-disable.exp: New file.
3790 * gdb.trace/trace-enable-disable.c: New file.
3791
952ebca5
SM
37922016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3793
3794 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3795 use it in info sharedlibrary test.
3796 * gdb.trace/ftrace-lock.exp: Likewise.
3797 * gdb.trace/ftrace.exp: Likewise.
3798 * gdb.trace/range-stepping.exp: Likewise.
3799 * gdb.trace/trace-break.exp: Likewise.
3800 * gdb.trace/trace-condition.exp: Likewise.
3801 * gdb.trace/trace-mt.exp: Likewise.
3802
d9019901
SM
38032016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3804
3805 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3806 (gdb_load_shlib): ... this.
3807 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3808 gdb_load_shlib.
3809 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3810 * gdb.base/ctxobj.exp: Likewise.
3811 * gdb.base/dprintf-pending.exp: Likewise.
3812 * gdb.base/dso2dso.exp: Likewise.
3813 * gdb.base/fixsection.exp: Likewise.
3814 * gdb.base/gcore-relro.exp: Likewise.
3815 * gdb.base/gdb1555.exp: Likewise.
3816 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3817 * gdb.base/gnu-ifunc.exp: Likewise.
3818 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3819 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3820 * gdb.base/pending.exp: Likewise.
3821 * gdb.base/print-file-var.exp: Likewise.
3822 * gdb.base/print-symbol-loading.exp: Likewise.
3823 * gdb.base/shlib-call.exp: Likewise.
3824 * gdb.base/shreloc.exp: Likewise.
3825 * gdb.base/so-impl-ld.exp: Likewise.
3826 * gdb.base/solib-disc.exp: Likewise.
3827 * gdb.base/solib-nodir.exp: Likewise.
3828 * gdb.base/solib-overlap.exp: Likewise.
3829 * gdb.base/solib-symbol.exp: Likewise.
3830 * gdb.base/solib-weak.exp (do_test): Likewise.
3831 * gdb.base/sym-file.exp: Likewise.
3832 * gdb.base/symtab-search-order.exp: Likewise.
3833 * gdb.base/type-opaque.exp: Likewise.
3834 * gdb.base/unload.exp: Likewise.
3835 * gdb.base/watchpoint-solib.exp: Likewise.
3836 * gdb.compile/compile.exp: Likewise.
3837 * gdb.cp/gdb2384.exp: Likewise.
3838 * gdb.cp/infcall-dlopen.exp: Likewise.
3839 * gdb.cp/re-set-overloaded.exp: Likewise.
3840 * gdb.fortran/library-module.exp: Likewise.
3841 * gdb.opt/solib-intra-step.exp: Likewise.
3842 * gdb.python/py-finish-breakpoint.exp: Likewise.
3843 * gdb.python/py-shared.exp: Likewise.
3844 * gdb.reverse/solib-precsave.exp: Likewise.
3845 * gdb.reverse/solib-reverse.exp: Likewise.
3846 * gdb.server/solib-list.exp: Likewise.
3847 * gdb.threads/dlopen-libpthread.exp: Likewise.
3848 * gdb.threads/tls-shared.exp: Likewise.
3849 * gdb.threads/tls-so_extern.exp: Likewise.
3850 * gdb.trace/change-loc.exp: Likewise.
3851 * gdb.trace/ftrace-lock.exp: Likewise.
3852 * gdb.trace/ftrace.exp: Likewise.
3853 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3854 * gdb.trace/pending.exp: Likewise.
3855 * gdb.trace/range-stepping.exp: Likewise.
3856 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3857 (strace_info_marker): Likewise.
3858 (strace_probe_marker): Likewise.
3859 (strace_trace_on_same_addr): Likewise.
3860 (strace_trace_on_diff_addr): Likewise.
3861 * gdb.trace/trace-break.exp: Likewise.
3862 * gdb.trace/trace-condition.exp: Likewise.
3863 * gdb.trace/trace-mt.exp: Likewise.
3864
fca4cfd9
SM
38652016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3866
3867 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3868 result of gdb_remote_download.
3869 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3870 * gdb.base/dso2dso.exp: Likewise.
3871 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3872 * gdb.base/print-file-var.exp: Likewise.
3873 * gdb.base/shlib-call.exp: Likewise.
3874 * gdb.base/shreloc.exp: Likewise.
3875 * gdb.base/solib-overlap.exp: Likewise.
3876 * gdb.base/solib-weak.exp (do_test): Likewise.
3877 * gdb.base/unload.exp: Likewise.
3878
11cf4ffb
YQ
38792016-04-27 Yao Qi <yao.qi@linaro.org>
3880
3881 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3882 exists.
3883
3e2e34f8
KB
38842016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3885
3886 * vla-type.exp: Print structure from toplevel.
3887
8f07e298
BH
38882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3889
3890 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3891 of dynamic types.
3892 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3893 of dynamic types.
3894
9920b434
BH
38952016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3896
3897 * gdb.fortran/vla-type.f90: New file.
3898 * gdb.fortran/vla-type.exp: New file.
3899
f3abeff5
YQ
39002016-04-25 Yao Qi <yao.qi@linaro.org>
3901
3902 * gdb.base/branch-to-self.c: New file.
3903 * gdb.base/branch-to-self.exp: New file.
3904
0a5d52f0
YQ
39052016-04-22 Yao Qi <yao.qi@linaro.org>
3906
3907 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3908 more after $hex.
3909
495346f6
YQ
39102016-04-22 Yao Qi <yao.qi@linaro.org>
3911
3912 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3913 * gdb.base/annota3.exp: Likewise.
3914
4a7e075c
YQ
39152016-04-22 Yao Qi <yao.qi@linaro.org>
3916
3917 * gdb.reverse/step-precsave.exp: Do one step and test program
3918 stops in "callee" and do multiple steps until program goes out
3919 of "callee".
3920 * gdb.reverse/step-reverse.exp: Likewise.
3921
5b061e98
YQ
39222016-04-22 Yao Qi <yao.qi@linaro.org>
3923
3924 * gdb.trace/signal.exp: Also pass if
3925 $tracepoint_hits($i) > $iterations.
3926
5c5dc57f
YQ
39272016-04-22 Yao Qi <yao.qi@linaro.org>
3928
3929 * gdb.trace/signal.c: New file.
3930 * gdb.trace/signal.exp: New file.
3931
a55411b9
DE
39322016-04-19 Doug Evans <xdje42@gmail.com>
3933
3934 * gdb.base/bad-file.exp: New file.
3935
a22df60a
MG
39362016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3937
3938 * gdb.dwarf2/implref.exp: New file.
3939
0c13f7e5
BH
39402016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3941
3942 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3943 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3944 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3945 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3946 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3947 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3948 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3949 * lib/fortran.exp (fortran_int4): New procedure.
3950 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3951 (fortran_logical4): Likewise.
3952
9b9b09e9
BH
39532016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3954
3955 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3956
a14d1f4d
BH
39572016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3958
3959 * lib/compiler.c: Add Intel specific preprocessor macros.
3960 * lib/compiler.cc: Likewise.
25d49b86 3961
7d49b1d0
LM
39622016-04-13 Luis Machado <lgustavo@codesourcery.com>
3963
3964 * gdb.server/connect-with-no-symbol-file.c: New file.
3965 * gdb.server/connect-with-no-symbol-file.exp: New file.
3966
8392fa22
SM
39672016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3968
3969 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3970
8c4c4aeb
SM
39712016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3972
3973 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3974 standard output directory.
3975
45e3745e
AT
39762016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3977
3978 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3979
e26b7e41
MM
39802016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3981
3982 * gdb.btrace/instruction_history.c (loop): Add declaration.
3983
8ce09462
AT
39842016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3985
3986 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3987
2e88a1ea
SM
39882016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3989
3990 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3991 parentheses to print.
3992 (continue_handler): Likewise.
3993
f48e22e3
SM
39942016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3995
3996 * gdb.server/solib-list.exp: Remove is_remote check.
3997 Pass shlib= to gdb_compile. Don't link shared library with
3998 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3999 Run binary filename through "readlink -f" on the target.
4000
096be756
PA
40012016-04-08 Pedro Alves <palves@redhat.com>
4002
4003 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4004 interpreter filename as argument to gdbserver_spawn.
4005 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4006 Return empty if $last_loaded_file does not exist.
4007
06500533
JK
40082016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4009
4010 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4011 * gdb.base/jit-main.c: Use exit after usage.
4012
2d35e871
JK
40132016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4014
4015 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4016 GDBHISTSIZE prior to the tests.
4017 * gdb.base/gdbinit-history.exp: Likewise.
4018
40192016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
4020
4021 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4022 instead of build_executable. Use gdb_load_shlibs.
4023
c8064e7e
YQ
40242016-04-07 Yao Qi <yao.qi@linaro.org>
4025
4026 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4027 Execute "si" command.
4028
bde47561
YQ
40292016-04-07 Yao Qi <yao.qi@linaro.org>
4030
4031 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4032 number instead of the comments on some line.
4033
b16f8a3b
DB
40342016-04-06 Don Breazeal <donb@codesourcery.com>
4035
4036 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4037 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4038
c2f901df
SM
40392016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4040
4041 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4042 standard_output_file. Remove unused binfile variable.
4043
ac17fda0
CU
40442016-04-05 Catalin Udma <catalin.udma@freescale.com>
4045
4046 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4047 * gdb.python/py-mi-objfile.exp: Match "list main" output
4048 in console format.
4049
03a8c4df
SM
40502016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4051
4052 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4053 absolute.
4054
6e774b13
SM
40552016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4056
4057 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4058 absolute.
4059 * gdb.trace/ftrace.exp: Likewise.
4060 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4061 targets as well.
4062 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4063 (gdb_load_shlibs): Copy libraries to test directory when testing
4064 natively. Only set solib-search-path if testing remotely.
4065 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4066
7817ea46
SM
40672016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4068
4069 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4070 gdb_download. Use it even if the target is not remote.
4071 * gdb.base/jit.exp (compile_jit_test): Likewise.
4072 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4073 output directory if the destination board is local, otherwise use
4074 the standard remote_download from DejaGnu.
4075 (gdb_download): Remove.
4076 (gdb_load_shlibs): Use gdb_remote_download instead of
4077 gdb_download.
4078 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4079 Use gdb_remote_download instead of gdb_download. Use it even if
4080 the target is not remote.
4081 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4082 instead of gdb_download.
4083
7beb7f68
SM
40842016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4085
4086 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4087 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4088 run.
4089
cc63428a
AV
40902016-04-01 Artemiy Volkov <artemiyv@acm.org>
4091
4092 PR gdb/19820
4093 * gdb.base/printcmds.exp: Add artificial arrays tests.
4094
64cdf930
PA
40952016-03-31 Pedro Alves <palves@redhat.com>
4096
4097 PR gdb/19858
4098 * gdb.base/jit-main.c: Include unistd.h.
4099 (ATTACH): Define to 0 if not already defined.
4100 (wait_for_gdb, mypid): New globals.
4101 (WAIT_FOR_GDB): New macro.
4102 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4103 some breakpoint locations.
4104 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4105 New procedures.
4106 (one_jit_test): Add REATTACH parameter, and handle it. Use
4107 continue_to_test_location.
4108 (top level): Test attach, and adjusts calls to one_jit_test.
4109
40dea8cb
PA
41102016-03-31 Pedro Alves <palves@redhat.com>
4111
4112 PR gdb/19858
4113 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4114 BINSUFFIX parameter, and handle it.
4115 (top level): Adjust calls compile_jit_test.
4116
e7ea3ec7
CU
41172016-03-31 Catalin Udma <catalin.udma@freescale.com>
4118
4119 PR python/19743
4120 * gdb.python/py-mi-events-gdb.py: New file.
4121 * gdb.python/py-mi-events.c: New file.
4122 * gdb.python/py-mi-events.exp: New file.
4123
e6359af3
YQ
41242016-03-30 Yao Qi <yao.qi@linaro.org>
4125
4126 * gdb.reverse/until-precsave.exp: Match function name only.
4127 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4128 Move malloc to a condition block.
4129 * gdb.reverse/until-reverse.exp: Match function name only.
4130
a4105d04
MK
41312016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4132
4133 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4134 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4135 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4136 variable for GPR 0 instead of assuming it is register 0.
4137 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4138 * lib/trace-support.exp: Add s390 registers.
4139
bfa6adb9
YQ
41402016-03-29 Yao Qi <yao.qi@linaro.org>
4141
4142 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4143
1e6697ea
YQ
41442016-03-24 Yao Qi <yao.qi@linaro.org>
4145
4146 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4147 test message.
4148
64bcd522
AA
41492016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4150
4151 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4152 maintaining separate logic for constructing the output path.
4153
7868401b
DB
41542016-03-16 Don Breazeal <donb@codesourcery.com>
4155
4156 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4157 Retry fork and waitpid on interrupted system call errors.
4158 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4159 Use with_timeout_factor to increase timeout by factor of 10.
4160
1cafadb4
DB
41612016-03-15 Don Breazeal <donb@codesourcery.com>
4162
4163 * gdb.cp/scope-err.cc: New test program.
4164 * gdb.cp/scope-err.exp: New test script.
4165 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4166 lines and "set breakpoint here" comment.
4167 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4168 Fixed some whitespace and format issues.
4169 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4170 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4171
81516450
DE
41722016-03-15 Doug Evans <dje@google.com>
4173
4174 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4175 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4176 All callers updated. Add tests for enums, mixed flags register.
4177
aa52b601
DE
41782016-03-15 Doug Evans <dje@google.com>
4179
4180 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4181 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4182
fa4ff313
SM
41832016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4184
4185 * gdb.base/default.exp: Add $_as_string to the list of expected
4186 convenience functions.
4187
f2403c39
AB
41882016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4191
f2f3ccb9
SM
41922016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4193
4194 * gdb.python/py-as-string.exp: New file.
4195 * gdb.python/py-as-string.c: New file.
4196
00dbd492
PA
41972016-03-09 Pedro Alves <palves@redhat.com>
4198
4199 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4200 signal" -> "Thread NN received signal" output change.
4201 * gdb.threads/ia64-sigill.exp: Likewise.
4202 * gdb.threads/linux-dp.exp: Likewise.
4203 * gdb.threads/manythreads.exp: Likewise.
4204 * gdb.threads/pending-step.exp: Likewise.
4205 * gdb.threads/print-threads.exp: Likewise.
4206 * gdb.threads/sigstep-threads.exp: Likewise.
4207 * gdb.threads/staticthreads.exp: Likewise.
4208 * gdb.threads/tls.exp: Likewise.
4209
1e6697ea
YQ
42102016-03-09 Pedro Alves <palves@redhat.com>
4211
4212 * gdb.base/command-line-input.exp: New file.
4213
b04fd3be
MK
42142016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4215
4216 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4217 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4218 * gdb.trace/pending.exp: Accept leading dot before function name.
4219 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4220 * lib/trace-support.exp: Set registers for ppc.
4221
98fa59e9
MK
42222016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4223
4224 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4225 use it for disassembly; accept .main in addition to main in backtrace.
4226
f77198c8
MK
42272016-03-09 Wei-cheng Wang <cole945@gmail.com>
4228 Marcin Kościelnicki <koriakin@0x04.net>
4229
4230 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4231 (gdb_recursion_test_ptr): New global variable.
4232 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4233 gdb_recursion_test.
4234 (gdb_c_test): Ditto.
4235
ba84e0da
MK
42362016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4237
4238 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4239 ordering.
4240
4366d36e
MK
42412016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4242
4243 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4244 (bar): Add bar_start_lbl label.
4245 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4246 of foo/bar for emitting DWARF and tracing.
4247
5eb264df
SDJ
42482016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4249
4250 * analyze-racy-logs.py: Set executable bit.
4251
fb6a751f
SDJ
42522016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4253
4254 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4255 (CHECK_TARGET_TMP): Likewise.
4256 (check-single-racy): New rule.
4257 (check-parallel-racy): Likewise.
4258 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4259 (do-check-parallel-racy): New rule.
4260 (check-racy/%.exp): Likewise.
4261 * README (Racy testcases): New section.
4262 * analyze-racy-logs.py: New file.
4263
bdf7e230
DE
42642016-03-03 Doug Evans <dje@google.com>
4265
4266 * gdb.base/skip.exp: Use with_test_prefix.
4267
4719d415
YQ
42682016-03-03 Yao Qi <yao.qi@linaro.org>
4269
4270 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4271 Invoke step_over_syscall "clone" and break_cond_on_syscall
4272 "clone".
4273 * gdb.base/step-over-clone.c: New file.
4274
ea507862
YQ
42752016-03-03 Yao Qi <yao.qi@linaro.org>
4276
4277 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4278 code format.
4279
8fc8cbda
YQ
42802016-03-03 Yao Qi <yao.qi@linaro.org>
4281
4282 * gdb.base/disp-step-fork.c: Rename to ...
4283 * gdb.base/step-over-fork.c: ... it. New file.
4284 * gdb.base/disp-step-vfork.c: Rename to ...
4285 * gdb.base/step-over-vfork.c: ... it. New file.
4286 * gdb.base/disp-step-syscall.exp: Rename to ...
4287 * gdb.base/step-over-syscall.exp: ... it. New file.
4288 (disp_step_cross_syscall): Rename to ...
4289 (step_over_syscall): ... it.
4290
92fa70b0
YQ
42912016-03-03 Yao Qi <yao.qi@linaro.org>
4292
4293 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4294 If target supports condition evaluation on target, invoke
4295 break_cond_on_syscall for fork and vfork.
4296
e197ad3c
YQ
42972016-03-03 Yao Qi <yao.qi@linaro.org>
4298
4299 * gdb.base/disp-step-syscall.exp: Don't invoke
4300 support_displaced_stepping.
4301 (disp_step_cross_syscall): Test with displaced stepping off and
4302 on if supported.
4303
0b47da9f
YQ
43042016-03-03 Yao Qi <yao.qi@linaro.org>
4305
4306 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4307 proc.
4308 (setup): New proc.
4309 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4310 and setup.
4311
065ab6dc
BH
43122016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4313
4314 * gdb.fortran/vla-history.exp: Remove breakpoint.
4315
07e448ad 43162016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4317
25d49b86
PA
4318 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4319 exceeds timeout.
07e448ad 4320
9ac2d526 43212016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4322
25d49b86
PA
4323 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4324 breakpoint.
9ac2d526 4325
17807369
BH
43262016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4327
4328 * gdb.mi/vla.f90: Nullify pointer after declaration.
4329
86e501af
PA
43302016-03-01 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4333
1e903e32
PA
43342016-03-01 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4337 before anything else.
4338 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4339 _GNU_SOURCE here.
4340 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4341 before anything else.
4342 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4343
6ccb54e2
PA
43442016-03-01 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4347
30ca9da1
YQ
43482016-03-01 Yao Qi <yao.qi@linaro.org>
4349
4350 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4351 prepare_for_testing.
4352
dc856b38
YQ
43532016-03-01 Yao Qi <yao.qi@linaro.org>
4354
4355 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4356
4a932159
AA
43572016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4358
4359 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4360 manually constructing the output path.
4361
f2489477
AA
43622016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4363
4364 * gdb.arch/s390-stackless.S: New.
4365 * gdb.arch/s390-stackless.exp: New.
4366
38899f16
IB
43672016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4368
4369 * gdb.dlang/circular.c: New file.
4370 * gdb.dlang/circular.exp: New file.
4371
9fde51ed
YQ
43722016-02-26 Yao Qi <yao.qi@linaro.org>
4373
4374 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4375 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4376 (testcases): Update.
4377
ce90fefe
YQ
43782016-02-26 Yao Qi <yao.qi@linaro.org>
4379
4380 * gdb.reverse/aarch64.c: Rename to ...
4381 * gdb.reverse/insn-reverse.c: ... it.
4382 * gdb.reverse/aarch64.exp: Rename to ...
4383 * gdb.reverse/insn-reverse.exp: ... it.
4384
3263bceb
YQ
43852016-02-26 Yao Qi <yao.qi@linaro.org>
4386
4387 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4388 (testcase_ftype): New.
4389 (testcases): New array.
4390 (n_testcases): New.
4391 (main): Call each element in testcases.
4392 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4393 (read_testcase): New.
4394 Do the tests in a loop.
4395
6cb59ff1
YQ
43962016-02-25 Yao Qi <yao.qi@linaro.org>
4397
4398 * gdb.base/branches.c: Remove.
4399
ae91f625
MK
44002016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4401
4402 PR gdb/13808
4403 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4404
678b48b7
MK
44052016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4406
4407 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4408
7337a6f2
MK
44092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4410
4411 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4412 change x86_64 call_insn to 'callq'.
4413
861ca91f
AT
44142016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4415
4416 * gdb.trace/tfile-avx.c: Move to...
4417 * gdb.trace/tracefile-pseudo-reg.c: Here.
4418 * gdb.trace/tfile-avx.exp: Move to...
4419 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4420
bf74e428
GB
44212016-02-24 Gary Benson <gbenson@redhat.com>
4422
4423 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4424 message on attach.
4425
cce0e923
DE
44262016-02-23 Doug Evans <dje@google.com>
4427
4428 * gdb.base/skip.c (test_skip): New function.
4429 (end_test_skip_file_and_function): New function.
4430 (test_skip_file_and_function): New function.
4431 * gdb.base/skip1.c (test_skip): New function.
4432 (skip1_test_skip_file_and_function): New function.
4433 * gdb.base/skip.exp: Add tests for new skip options.
4434 * gdb.base/skip-solib.exp: Update expected output.
4435 * gdb.perf/skip-command.cc: New file.
4436 * gdb.perf/skip-command.exp: New file.
4437 * gdb.perf/skip-command.py: New file.
4438
4000e47e
MK
44392016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4440
4441 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4442 info registers pattern.
4443
24f75ead
IB
44442016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4445
4446 * lib/future.exp: Add D support.
4447 (gdb_find_gdc): New proc.
4448 (gdb_default_target_compile): Add D support.
4449
fbb7bcbe
WW
44502016-02-18 Wei-cheng Wang <cole945@gmail.com>
4451
4452 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4453 user+system time.
4454 (trace_speed_test): Determine the iteration count for a time
4455 between 15..30 seconds.
4456
012b3a21
WT
44572016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4458
4459 * gdb.arch/i386-mpx-sigsegv.c: New file.
4460 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4461 * gdb.arch/i386-mpx-simple_segv.c: New file.
4462 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4463
2d5189bd
YQ
44642016-02-18 Yao Qi <yao.qi@linaro.org>
4465
4466 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4467 Don't call setup_kfail.
4468
40fb20d0
YQ
44692016-02-18 Yao Qi <yao.qi@linaro.org>
4470
4471 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4472 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4473
21b1f8d2
DE
44742016-02-16 Doug Evans <dje@google.com>
4475
4476 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4477 * gdb.base/skip1.c: Ditto.
4478 * gdb.base/skip.exp: Whitespace cleanup.
4479
4041ed77
DB
44802016-02-16 Don Breazeal <donb@codesourcery.com>
4481
4482 PR remote/19496
4483 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4484 Remove kfail for PR remote/19496.
4485
c4ef31bf
SM
44862016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4487
4488 * lib/gdb.exp (standard_temp_file): Return a path specific to
4489 the runtest invocation.
4490
266b65b3
SM
44912016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4492
4493 * gdb.trace/save-trace.exp: Change relative path to be in the
4494 standard output directory.
4495
a7a0a6a9
JK
44962016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4497
4498 * gdb.arch/i386-prologue.c: Add missing prototypes.
4499
c99dbb42
JK
45002016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4501
4502 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4503 * gdb.arch/i386-prologue.exp: Likewise.
4504 * gdb.arch/i386-size.exp: Likewise.
4505
aa480355
SM
45062016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4507
4508 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4509 define object file path.
4510 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4511 file path.
4512 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4513 standard_output_file to define binfile.
4514
ba881f50
JK
45152016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4516
4517 Fix compatibility with recent gfortran-5.3.1.
4518 * gdb.fortran/vla-history.exp (print vla1 allocated)
4519 (print vla2 allocated, print $2, print $3): Remove
4520 (print $4): Rename to ...
4521 (print $2): ... here.
4522 (print $9): Rename to ...
4523 (print $5): ... here.
4524 (print $10): Rename to ...
4525 (print $6): ... here.
4526 * gdb.fortran/vla.f90: Add pvla initialization.
4527
e9fb005c
JK
45282016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4529
4530 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4531 New test.
4532 * gdb.fortran/vla-value-sub.exp: Likewise.
4533
e44e00ff
MK
45342016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4535
4536 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4537
97e94151
SM
45382016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4539
4540 * i386-biarch-core.exp: Define corefile using
4541 standard_output_file.
4542
01113bc1
YQ
45432016-02-12 Yao Qi <yao.qi@linaro.org>
4544
4545 * gdb.arch/arm-single-step-kernel-helper.c: New.
4546 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4547
33b4777c
MM
45482016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4549
4550 * gdb.btrace/tailcall-only.exp: New.
4551 * gdb.btrace/tailcall-only.c: New.
4552 * gdb.btrace/x86_64-tailcall-only.S: New.
4553 * gdb.btrace/i686-tailcall-only.S: New.
4554
acc23c11
PA
45552016-02-11 Pedro Alves <palves@redhat.com>
4556
4557 * README (Parallel testing): Add missing double quotes.
4558
e352bf0a
PA
45592016-02-11 Pedro Alves <palves@redhat.com>
4560
4561 * README (Parallel testing): New section.
4562 (GDB_PARALLEL): Rewrite.
4563 (FORCE_PARALLEL): Document.
4564
9f5fed78
MK
45652016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4566
4567 * gdb.trace/tfile-avx.c: New test.
4568 * gdb.trace/tfile-avx.exp: New test.
4569
9ef9e6a6
KS
45702016-02-09 Keith Seitz <keiths@redhat.com>
4571
4572 PR breakpoints/19546
4573 * gdb.base/infcall-exec.c: New file.
4574 * gdb.base/infcall-exec2.c: New file.
4575 * gdb.base/infcall-exec.exp: New file.
4576
a96e36da
KS
45772016-02-09 Keith Seitz <keiths@redhat.com>
4578
4579 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4580 (toplevel): Call test_bkpt_address.
4581
9f61929f
KS
45822016-02-09 Keith Seitz <keiths@redhat.com>
4583
4584 PR python/19506
4585 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4586 (toplevel): Call test_bkpt_address.
4587
1e94266c
SM
45882016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4589
4590 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4591 to AC_OUTPUT.
4592 * configure: Regenerate.
4593
2a7f3dff
PA
45942016-02-09 Pedro Alves <palves@redhat.com>
4595
4596 PR breakpoints/19548
4597 * gdb.base/execl-update-breakpoints.c (some_function): New
4598 function.
4599 (main): Call it.
4600 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4601 Tighten expected GDB output.
4602
2151ccc5
SM
46032016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4604
4605 * Makefile.in (ALL_SUBDIRS): Remove.
4606 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4607 (distclean maintainer-clean realclean): Likewise.
4608 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4609 * configure: Regenerate.
4610 * gdb.ada/Makefile.in: Delete.
4611 * gdb.arch/Makefile.in: Likewise.
4612 * gdb.asm/Makefile.in: Likewise.
4613 * gdb.base/Makefile.in: Likewise.
4614 * gdb.btrace/Makefile.in: Likewise.
4615 * gdb.cell/Makefile.in: Likewise.
4616 * gdb.compile/Makefile.in: Likewise.
4617 * gdb.cp/Makefile.in: Likewise.
4618 * gdb.disasm/Makefile.in: Likewise.
4619 * gdb.dlang/Makefile.in: Likewise.
4620 * gdb.dwarf2/Makefile.in: Likewise.
4621 * gdb.fortran/Makefile.in: Likewise.
4622 * gdb.gdb/Makefile.in: Likewise.
4623 * gdb.go/Makefile.in: Likewise.
4624 * gdb.guile/Makefile.in: Likewise.
4625 * gdb.java/Makefile.in: Likewise.
4626 * gdb.linespec/Makefile.in: Likewise.
4627 * gdb.mi/Makefile.in: Likewise.
4628 * gdb.modula2/Makefile.in: Likewise.
4629 * gdb.multi/Makefile.in: Likewise.
4630 * gdb.objc/Makefile.in: Likewise.
4631 * gdb.opencl/Makefile.in: Likewise.
4632 * gdb.opt/Makefile.in: Likewise.
4633 * gdb.pascal/Makefile.in: Likewise.
4634 * gdb.perf/Makefile.in: Likewise.
4635 * gdb.python/Makefile.in: Likewise.
4636 * gdb.reverse/Makefile.in: Likewise.
4637 * gdb.server/Makefile.in: Likewise.
4638 * gdb.stabs/Makefile.in: Likewise.
4639 * gdb.threads/Makefile.in: Likewise.
4640 * gdb.trace/Makefile.in: Likewise.
4641 * gdb.xml/Makefile.in: Likewise.
4642 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4643 GDB_PARALLEL.
4644 (standard_output_file): Remove check for GDB_PARALLEL, always
4645 return path in outputs/$subdir/$testname.
4646
437277d4
SM
46472016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4650 (site.exp): Assign abs_srcdir to tcl's srcdir.
4651
31d913c7
YQ
46522016-02-04 Yao Qi <yao.qi@linaro.org>
4653
4654 * gdb.base/foll-exec-mode.c: Include limits.h.
4655 (main): Add parameters argc and argv. Get directory from
4656 argv[0].
4657 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4658 compilation.
4659 * gdb.base/foll-exec.c: Include limits.h.
4660 (main): Add parameters argc and argv.
4661 Get directory from argv[0].
4662 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4663 Adjust tests on the number of lines as source code changed.
4664 * gdb.base/foll-vfork-exit.c: Include limits.h.
4665 (main): Add one line of statement before vfork.
4666 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4667 (main): Add parameters argc and argv. Get directory from
4668 argv[0].
4669 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4670 (setup_gdb): Set tbreak to skip some source lines.
4671 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4672 (main): Add parameters argc and argv. Get directory from
4673 argv[0].
4674 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4675 compilation.
4676 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4677 (main): Add parameters argc and argv. Get directory from
4678 argv[0].
4679 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4680 compilation.
4681
9482b9fb
DE
46822016-02-01 Doug Evans <dje@google.com>
4683
4684 * gdb.base/skip.exp: Clean up multiple references to same test name.
4685
6b2e4f10
PA
46862016-02-01 Pedro Alves <palves@redhat.com>
4687
ccb6afd6 4688 PR remote/19496
6b2e4f10
PA
4689 * gdb.threads/forking-threads-plus-breakpoint.exp
4690 (displaced_stepping_supported): New global.
4691 (probe_displaced_stepping_support): New procedure.
4692 (do_test): Add 'displaced' parameter, and use it.
4693 (top level): Check for displaced stepping support. Add displaced
4694 stepping on/off testing axis.
4695
37a8db1a
AB
46962016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4697
4698 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4699 pointer. Don't perform further tests on the unassociated pointer
4700 if the first test fails.
4701
5fdf6324
AB
47022016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4703
4704 * gdb.base/max-value-size.c: New file.
4705 * gdb.base/max-value-size.exp: New file.
4706 * gdb.base/huge.exp: Disable max-value-size for this test.
4707
935c6144
IB
47082016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4709
4710 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4711
7fe8399d
YQ
47122016-01-28 Yao Qi <yao.qi@linaro.org>
4713
4714 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4715
a2077e25
PA
47162016-01-25 Pedro Alves <palves@redhat.com>
4717
4718 PR threads/19461
4719 * gdb.base/fork-running-state.c: New file.
4720 * gdb.base/fork-running-state.exp: New file.
4721
1d2736d4
PA
47222016-01-25 Pedro Alves <palves@redhat.com>
4723
4724 PR gdb/19494
4725 * gdb.base/catch-fork-kill.c: New file.
4726 * gdb.base/catch-fork-kill.exp: New file.
4727
f1da4b11
PA
47282016-01-25 Pedro Alves <palves@redhat.com>
4729
4730 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4731 Delete, moved to lib/gdb.exp.
4732 * gdb.threads/forking-threads-plus-breakpoint.exp
4733 (foreach_with_prefix): Likewise.
4734 * gdb.threads/process-dies-while-handling-bp.exp
4735 (foreach_with_prefix): Likewise.
4736 * lib/gdb.exp (foreach_with_prefix): New procedure.
4737
45f38546
MK
47382016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4739
4740 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4741 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4742
dc29a1ce
MK
47432016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4744
4745 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4746 endian targets.
4747
092127d7
JK
47482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4749 Pedro Alves <palves@redhat.com>
4750
4751 Fix testsuite compatibility with Guile.
4752 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4753 number.
4754
31d765d3
JK
47552016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4756
4757 Fix testsuite compatibility with Guile.
4758 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4759 (thread 1): New test for backtrace through signal handler.
4760
1ac78c04
YQ
47612016-01-22 Yao Qi <yao.qi@linaro.org>
4762
4763 PR testsuite/19491
4764 * gdb.base/multi-forks.c: Include
4765 ../lib/unbuffer_output.c
4766 (main): Call gdb_unbuffer_output.
4767
4f5946a8
DE
47682016-01-21 Doug Evans <dje@google.com>
4769
4770 * lib/ada.exp (gdb_compile_ada): Fix typo.
4771
305e13e6
JB
47722016-01-21 Joel Brobecker <brobecker@adacore.com>
4773
4774 * gdb.base/break-fun-addr.exp: New file.
4775 * gdb.base/break-fun-addr1.c: New file.
4776 * gdb.base/break-fun-addr2.c: New file.
4777
5f5dfff6
SM
47782016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4779
4780 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4781 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4782 enum flag values.
4783
fd356fa2
AA
47842016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4785
4786 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4787 when GDB can not set the vector return value. Add more comments
4788 for clarification.
4789
9df22175
AT
47902016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4791
4792 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4793 command.
4794
41d1845e
SM
47952016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4796
4797 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4798
01ac6840
SM
47992016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4800
4801 * Makefile.in (check-single): Pass --status to runtest.
4802 (check/%.exp): Likewise.
4803
48042016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4805
4806 * Makefile.in (check-parallel): Propagate return code from make
4807 do-check-parallel.
4808
bd0a71fa
MK
48092016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4810
4811 * gdb.trace/ftrace.exp: Fix expected message on continue.
4812 * gdb.trace/pending.exp: Fix expected message on continue.
4813 * gdb.trace/trace-break.exp: Fix expected message on continue.
4814
8bcbad33
SM
48152016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4816
4817 * lib/gdb.exp (gdb_test): Remove unused global references.
4818
f303dbd6
PA
48192016-01-18 Pedro Alves <palves@redhat.com>
4820
4821 * gdb.base/async-shell.exp: Adjust expected output.
4822 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4823 * gdb.base/siginfo-thread.exp: Adjust expected output.
4824 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4825 * gdb.java/jnpe.exp: Adjust expected output.
4826 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4827 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4828 * gdb.threads/leader-exit.exp: Adjust expected output.
4829 * gdb.threads/manythreads.exp: Adjust expected output.
4830 * gdb.threads/pthreads.exp: Adjust expected output.
4831 * gdb.threads/schedlock.exp: Adjust expected output.
4832 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4833 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4834 expected output.
4835 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4836 output.
4837 * gdb.threads/sigthread.exp: Adjust expected output.
4838 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4839
b2789696
YQ
48402016-01-18 Yao Qi <yao.qi@linaro.org>
4841
4842 * gdb.guile/scm-section-script.c: Replace @progbits with
4843 %progbits.
4844 * gdb.python/py-section-script.c: Likewise.
4845
71ef29a8
PA
48462016-01-15 Pedro Alves <palves@redhat.com>
4847
4848 * gdb.multi/tids.exp: Test star wildcard ranges.
4849
3f5b7598
PA
48502016-01-15 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4853 command from "thread apply" invocation.
4854 (thr_apply_info_thr_invalid): Default the expected output to the
4855 input tid list.
4856 (top level): Add tests that use convenience variables. Add tests
4857 for "thread apply" with a valid TID list, but missing the command.
4858
663f6d42
PA
48592016-01-13 Pedro Alves <palves@redhat.com>
4860
4861 * gdb.base/default.exp: Expect $_gthread as well.
4862 * gdb.multi/tids.exp: Test $_gthread.
4863 * gdb.threads/thread-specific.exp: Test $_gthread.
4864
c84f6bbf
PA
48652016-01-13 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.multi/tids.exp: Test "info threads -gid".
4868
22a02324
PA
48692016-01-13 Pedro Alves <palves@redhat.com>
4870
4871 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4872 Breakpoint.thread.
4873 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4874
5d5658a1
PA
48752016-01-07 Pedro Alves <palves@redhat.com>
4876
4877 * gdb.base/break.exp: Adjust to output changes.
4878 * gdb.base/hbreak2.exp: Likewise.
4879 * gdb.base/sepdebug.exp: Likewise.
4880 * gdb.base/watch_thread_num.exp: Likewise.
4881 * gdb.linespec/keywords.exp: Likewise.
4882 * gdb.multi/info-threads.exp: Likewise.
4883 * gdb.threads/thread-find.exp: Likewise.
4884 * gdb.multi/tids.c: New file.
4885 * gdb.multi/tids.exp: New file.
4886
84654457
PA
48872016-01-13 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4890
e3940304
PA
48912016-01-13 Pedro Alves <palves@redhat.com>
4892
4893 * gdb.base/default.exp: Expect $_inferior as well.
4894 * gdb.multi/base.exp: Test $_inferior.
4895
a911d87a
PA
48962016-01-13 Pedro Alves <palves@redhat.com>
4897
4898 PR breakpoints/19388
4899 * gdb.base/catch-signal-siginfo-cond.c: New file.
4900 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4901
82075af2
JS
49022016-01-12 Josh Stone <jistone@redhat.com>
4903 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4904
4905 * gdb.base/catch-syscall.c (do_execve): New variable.
4906 (main): Conditionally trigger an execve.
4907 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4908 (test_catch_syscall_execve): New, check entry/return across execve.
4909 (do_syscall_tests): Call test_catch_syscall_execve.
4910
e46eeedd
PA
49112016-01-12 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.base/random-signal.exp (do_test): New procedure, with body
4914 of testcase moved in.
4915
01d8c27e
JK
49162016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4917 Pedro Alves <palves@redhat.com>
4918
4919 * gdb.base/funcargs.exp (finish from indirectly called function):
4920 Reintroduce the case for 'First'.
4921
9a706302
JK
49222016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4923 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4926 (tcatch_vfork_then_child_follow_exec)
4927 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4928 identification.
4929
c0ecb95f
JK
49302016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4933 and repeats to unlimited.
4934 * gdb.python/py-value.exp: Likewise.
4935 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4936 and repeats to unlimited.
4937
6cfc1fcb
JK
49382016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4939
4940 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4941 and reordering the functions.
4942 * gdb.multi/hangout.c: Likewise.
4943 * gdb.multi/hello.c: Likewise.
4944
582a1b00
SM
49452016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4946
4947 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4948 absolute.
4949 (SingleStatisticTestResult.report): Use dict.keys instead of
4950 dict.iterkeys.
4951
79bc59cb
PA
49522016-01-06 Pedro Alves <palves@redhat.com>
4953
4954 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4955
43368e1d
MM
49562016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4957
4958 * gdb.btrace/dlopen.exp: New.
4959 * gdb.btrace/dlopen.c: New.
4960 * gdb.btrace/dlopen-dso.c: New.
4961
79fad5b8
SL
49622015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4963
4964 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4965 PATTERN argument is optional.
4966
ab8314b3
JB
49672015-12-24 Joel Brobecker <brobecker@adacore.com>
4968
4969 * lib/ada.exp (target_compile_ada_from_dir): New function.
4970 (gdb_compile_ada): Reimplement avoiding the use of project files.
4971 * gdb.ada/gnat_ada.gpr: Delete.
4972 * gdb.ada/cond_lang.exp: Adjust test to make path before
4973 filename optional.
4974 * gdb.ada/small_reg_param.exp: Likewise.
4975
fe33faff
SM
49762015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4977
4978 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4979
6d265cb4
TP
49802015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4981
4982 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4983 case.
4984
10125099
SM
49852015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4986
4987 * gdb.base/break.exp: Remove dead code.
4988 * gdb.base/sepdebug.exp: Likewise.
4989
3ca22649
SM
49902015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4991
4992 * gdb.asm/asm-source.exp: Remove HP-UX references.
4993 * gdb.base/annota1.exp: Likewise.
4994 * gdb.base/annota3.exp: Likewise.
4995 * gdb.base/attach.exp: Likewise.
4996 * gdb.base/bigcore.exp: Likewise.
4997 * gdb.base/break.exp: Likewise.
4998 * gdb.base/call-ar-st.exp: Likewise.
4999 * gdb.base/callfuncs.exp: Likewise.
5000 * gdb.base/catch-fork-static.exp: Likewise.
5001 * gdb.base/display.exp: Likewise.
5002 * gdb.base/foll-exec-mode.exp: Likewise.
5003 * gdb.base/foll-exec.exp: Likewise.
5004 * gdb.base/foll-fork.exp: Likewise.
5005 * gdb.base/foll-vfork.exp: Likewise.
5006 * gdb.base/funcargs.exp: Likewise.
5007 * gdb.base/hbreak2.exp: Likewise.
5008 * gdb.base/inferior-died.exp: Likewise.
5009 * gdb.base/interrupt.exp: Likewise.
5010 * gdb.base/multi-forks.exp: Likewise.
5011 * gdb.base/nodebug.exp: Likewise.
5012 * gdb.base/sepdebug.exp: Likewise.
5013 * gdb.base/solib1.c: Likewise.
5014 * gdb.base/step-test.exp: Likewise.
5015 * gdb.mi/non-stop.c: Likewise.
5016 * gdb.mi/pthreads.c: Likewise.
5017 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5018 * gdb.threads/pthreads.c: Likewise.
5019 * gdb.threads/staticthreads.exp: Likewise.
5020 * lib/future.exp: Likewise.
5021 * lib/gdb.exp: Likewise.
5022 * gdb.base/so-indr-cl.c: Remove.
5023 * gdb.base/so-indr-cl.exp: Likewise.
5024 * gdb.base/solib.c: Likewise.
5025 * gdb.base/solib.exp: Likewise.
5026 * gdb.base/solib2.c: Likewise.
5027
b6304613
SM
50282015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5029
5030 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5031 * gdb.base/call-ar-st.exp: Likewise.
5032 * gdb.base/callfuncs.exp: Likewise.
5033 * gdb.base/condbreak.exp: Likewise.
5034 * gdb.base/constvars.exp: Likewise.
5035 * gdb.base/hbreak2.exp: Likewise.
5036 * gdb.base/langs.exp: Likewise.
5037 * gdb.base/list.exp: Likewise.
5038 * gdb.base/long_long.exp: Likewise.
5039 * gdb.base/ptype.exp: Likewise.
5040 * gdb.base/scope.exp: Likewise.
5041 * gdb.base/signals.exp: Likewise.
5042 * gdb.base/so-impl-ld.exp: Likewise.
5043 * gdb.base/varargs.exp: Likewise.
5044 * gdb.base/volatile.exp: Likewise.
5045 * gdb.base/whatis.exp: Likewise.
5046 * gdb.cp/cplusfuncs.exp: Likewise.
5047 * gdb.cp/inherit.exp: Likewise.
5048 * gdb.cp/local.exp: Likewise.
5049 * gdb.cp/member-ptr.exp: Likewise.
5050 * gdb.cp/method.exp: Likewise.
5051 * gdb.cp/overload.exp: Likewise.
5052 * gdb.cp/templates.exp: Likewise.
5053 * gdb.stabs/weird.exp: Likewise.
5054 * lib/compiler.c: Likewise.
5055 * lib/compiler.cc: Likewise.
5056 * lib/cp-support.exp: Likewise.
5057 * lib/gdb.exp: Likewise.
5058
bf401b07
SM
50592015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5060
5061 * configure.ac: Remove HP-UX case.
5062 * configure: Regenerate.
5063
aff9c0f8
SM
50642015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5065
5066 * lib/gdb.exp (gdb_compile): Add function doc.
5067
a6904d5a
PA
50682015-12-17 Pedro Alves <palves@redhat.com>
5069
5070 PR threads/19354
5071 * gdb.multi/info-threads.exp: New file.
5072
a22279dd
YQ
50732015-12-15 Yao Qi <yao.qi@linaro.org>
5074
5075 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5076 is aarch64*-*-*.
5077
0588c796
SL
50782015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5079
5080 * gdb.base/history-duplicates.exp: Skip if no readline support.
5081
5d978e17
SL
50822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5083
5084 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5085
7e763b86
SL
50862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5087
5088 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5089
87a3a92c
SL
50902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5091
5092 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5093 ctrl-C if nointerrupts target property is set.
5094 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5095 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5096 * gdb.base/paginate-bg-execution.exp: Likewise.
5097 * gdb.base/paginate-execution-startup.exp: Likewise.
5098 * gdb.base/random-signal.exp: Likewise.
5099 * gdb.base/range-stepping.exp: Likewise.
5100 * gdb.cp/annota2.exp: Likewise.
5101 * gdb.cp/annota3.exp: Likewise.
5102 * gdb.gdb/selftest.exp: Likewise.
5103 * gdb.threads/continue-pending-status.exp: Likewise.
5104 * gdb.threads/leader-exit.exp: Likewise.
5105 * gdb.threads/manythreads.exp: Likewise.
5106 * gdb.threads/pthreads.exp: Likewise.
5107 * gdb.threads/schedlock.exp: Likewise.
5108 * gdb.threads/sigthread.exp: Likewise.
5109
a8f077dc
DB
51102015-12-11 Don Breazeal <donb@codesourcery.com>
5111
5112 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5113 remote.
5114 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5115 * gdb.base/foll-exec.exp (main): Enable for target remote.
5116 * gdb.base/foll-fork.exp (main): Likewise.
5117 * gdb.base/foll-vfork.exp (main): Likewise.
5118 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5119 (proc continue_to_exit_bp_loc): Use clean_restart.
5120 * gdb.base/pie-execl.exp (main): Disable for target remote.
5121 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5122 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5123 * gdb.threads/execl.exp (main): Likewise.
5124 * gdb.threads/fork-child-threads.exp (main): Likewise.
5125 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5126 remote.
5127 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5128 remote.
5129 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5130 pid.tid style ptids, instead of just tid.
5131 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5132 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5133 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5134 ptids, instead of just tid.
5135
3b2464a8
AB
51362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5137
5138 * gdb.base/list.exp (test_list_forward): Add end of file error
5139 test.
5140 (test_repeat_list_command): Add end of file error test.
5141 (test_list_backwards): Add beginning of file error test.
5142
a0def019
AB
51432015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5144
5145 * gdb.base/list.exp (test_list_invalid_args): New function,
5146 defined, and called.
5147
5c000dff
AB
51482015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5149
5150 * gdb.base/list.exp (test_list): Make test names unique.
5151
f1637ebe
YQ
51522015-12-11 Yao Qi <yao.qi@linaro.org>
5153
5154 * gdb.base/coremaker2.c: Remove.
5155
36d6fc0a
PA
51562015-12-10 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.multi/base.exp: Remove stale "spaces" references.
5159
762f7747
PA
51602015-12-10 Pedro Alves <palves@redhat.com>
5161
5162 * gdb.multi/base.exp: Don't use nowarnings.
5163 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5164 * gdb.multi/hangout.c: Include stdio.h.
5165 * gdb.multi/hello.c: Include stdlib.h.
5166 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5167 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5168 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5169
28d2bfb9
AB
51702015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5171
5172 * gdb.dwarf2/dw2-ranges-base.c: New file.
5173 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5174 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5175 support additional line table, and debug ranges generation.
5176 (Dwarf::ranges): New function, generate .debug_ranges.
5177 (Dwarf::lines): Support generating simple line table programs.
5178 (Dwarf::assemble): Initialise new namespace variables.
5179
5fc2beac
KB
51802015-12-09 Kevin Buettner <kevinb@redhat.com>
5181
5182 * gdb.base/async.exp (proc test_background): Add case for
5183 asynchronous execution not supported.
5184
1c35a88f
LM
51852015-12-09 Luis Machado <lgustavo@codesourcery.com>
5186
5187 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5188 format and change test names to make them unique.
5189
b593e3d9
RK
51902015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5191 Pedro Alves <pedro@redhat.com>
5192
5193 PR gdb/18702
5194 Add checking of floatformats setup on x86_64 hosts.
5195 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5196 (smallval, bigval): New labels/constants.
5197 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5198 float" after loading bigval and smallval.
5199
d72413e6
PMR
52002015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5201
5202 * gdb.ada/fun_overload_menu.exp: New testcase.
5203 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5204
ece66d65
JS
52052015-12-04 Josh Stone <jistone@redhat.com>
5206
5207 * gdb.base/catch-fork-static.exp: New.
5208
41d0efca
YQ
52092015-12-03 Yao Qi <yao.qi@linaro.org>
5210
5211 * gdb.base/sizeof.c: Don't include stdio.h and
5212 ../lib/unbuffer_output.c.
5213 (main): New variable 'size' and 'value'. Remove printf and
5214 gdb_unbuffer_output. Assign return value to size and value.
5215 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5216 at the beginning.
5217 (check_sizeof): Check the result by printing variable 'size'.
5218 (check_valueof): Check the result by printing variable 'value'.
5219
99fd02d9
YQ
52202015-12-01 Yao Qi <yao.qi@linaro.org>
5221
5222 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5223 for aarch64*-*-linux* target.
5224
f2faf941
PA
52252015-11-30 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5228
04bf20c5
PA
52292015-11-30 Pedro Alves <palves@redhat.com>
5230
5231 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5232 Handle non-stop mode vCont replies.
5233
09df4675
PA
52342015-11-30 Pedro Alves <palves@redhat.com>
5235
5236 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5237 prepare_for_testing. Start gdb with "set non-stop on" appended to
5238 GDBFLAGS. Lax expected stop output.
5239
58b584af
YQ
52402015-11-27 Yao Qi <yao.qi@linaro.org>
5241
5242 * gdb.arch/arm-neon.exp: New.
5243 * gdb.arch/arm-neon.c: New.
5244
dfcb77a8
YQ
52452015-11-27 Yao Qi <yao.qi@linaro.org>
5246
5247 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5248
88e8ec1b
YQ
52492015-11-27 Yao Qi <yao.qi@linaro.org>
5250
5251 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5252 frames-invalid annotation.
5253
bfde72c2
YQ
52542015-11-27 Yao Qi <yao.qi@linaro.org>
5255
5256 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5257
f6512a69
SM
52582015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5259
5260 * gdb.threads/names.exp: New file.
5261 * gdb.threads/names.c: New file.
5262 * README: Mention gdb,no_thread_names.
5263
46a3515b
MM
52642015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5265
5266 PR 19297
5267 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5268 support" error.
5269
62147a22
PA
52702015-11-24 Pedro Alves <palves@redhat.com>
5271
5272 PR 17539
5273 * gdb.base/display.exp: Expect displays to be sorted in ascending
5274 order. Use multi_line.
5275 * gdb.base/solib-display.exp: Likewise.
5276
2f341b6e
PA
52772015-11-24 Pedro Alves <palves@redhat.com>
5278
5279 PR 17539
25d49b86
PA
5280 * gdb.base/display.exp: Expect displays to be sorted in ascending
5281 order. Use multi_line.
5282 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5283
7e0aa6aa
PA
52842015-11-24 Pedro Alves <palves@redhat.com>
5285
5286 PR 17539
5287 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5288 threads in ascending order.
5289 * gdb.base/foll-fork.exp: Likewise.
5290 * gdb.base/foll-vfork.exp: Likewise.
5291 * gdb.base/multi-forks.exp: Likewise.
5292 * gdb.mi/mi-nonstop.exp: Likewise.
5293 * gdb.mi/mi-nsintrall.exp: Likewise.
5294 * gdb.multi/base.exp: Likewise.
5295 * gdb.multi/multi-arch.exp: Likewise.
5296 * gdb.python/py-inferior.exp: Likewise.
5297 * gdb.threads/break-while-running.exp: Likewise.
5298 * gdb.threads/execl.exp: Likewise.
5299 * gdb.threads/gcore-thread.exp: Likewise.
5300 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5301 * gdb.threads/kill.exp: Likewise.
5302 * gdb.threads/linux-dp.exp: Likewise.
5303 * gdb.threads/multiple-step-overs.exp: Likewise.
5304 * gdb.threads/next-bp-other-thread.exp: Likewise.
5305 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5306 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5307 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5308 * gdb.threads/thread-find.exp: Likewise.
5309 * gdb.threads/tls.exp: Likewise.
5310 * lib/mi-support.exp (mi_reverse_list): Delete.
5311 (mi_check_thread_states): No longer reverse list.
5312
2cc57ad8
PA
53132015-11-24 Pedro Alves <palves@redhat.com>
5314
5315 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5316 use lowercase.
5317
c93e8391
SM
53182015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5319
5320 * gdb.trace/actions.c: Include trace-common.h.
5321 (main): Add a location for a fast tracepoint.
5322 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5323 the normal tracepoints.
5324 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5325
045ccf91
SM
53262015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5327
5328 * save-trace.exp: Factor out code to these...
5329 (gdb_save_tracepoints): New.
5330 (gdb_load_tracepoints): New.
5331 (do_save_load_test): New.
5332
5506f9f6
KB
53332015-11-23 Kevin Buettner <kevinb@redhat.com>
5334
5335 * gdb.base/asmlabel.exp: New test.
5336 * gdb.base/asmlabel.c: New test case.
5337
16c3b12f
JB
53382015-11-23 Joel Brobecker <brobecker@adacore.com>
5339
5340 * gdb.base/wrong_frame_bt_full-main.c: New file.
5341 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5342 * gdb.base/wrong_frame_bt_full.exp: New file.
5343
155bfbd3
JB
53442015-11-23 Joel Brobecker <brobecker@adacore.com>
5345
5346 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5347
bb097445
JM
53482015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5349
206853a0 5350 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5351 pstate register when comparing registers values in
5352 sparc64-*-linux-gnu targets to avoid spurious differences.
5353
9c88ed8f
JM
53542015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5355
206853a0 5356 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5357
96161e25
SL
53582015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5359
5360 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5361 as type argument to gdb_compile.
5362 * gdb.base/nested-subp2.exp: Likewise.
5363 * gdb.base/nested-subp3.exp: Likewise.
5364
340c2830
DV
53652015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5366
5367 * lib/dwarf.exp (_note): Fix left shift of negative value.
5368 * gdb.trace/trace-condition.exp: Likewise.
5369
c1862d0f
YQ
53702015-11-13 Yao Qi <yao.qi@linaro.org>
5371
5372 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5373 comments about d10v.
5374 (test_scalar_returns): Likewise.
5375 * gdb.base/d10v.ld: Remove.
5376 * gdb.base/overlays.exp: Remove the target triplet checking for
5377 d10v-*-*.
5378 * gdb.base/structs.exp (test_struct_returns): Remove the
5379 comments about d10v.
5380 (test_struct_calls): Likewise.
5381
77ae9c19
YQ
53822015-11-13 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5385 * gdb.base/gnu_vector.c: Don't include stdio.h.
5386 (main): Don't print res and call add_some_intvecs.
5387
430e004e
MK
53882015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5389
5390 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5391 macro.
5392 (func5): Removed.
5393 (func4): Use FAST_TRACEPOINT_LABEL.
5394 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5395 macro.
5396 (func): Removed.
5397 (thread_function): Use FAST_TRACEPOINT_LABEL.
5398 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5399 (func): Remove.
5400 (marker): Use FAST_TRACEPOINT_LABEL.
5401 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5402 (pendfunc1): Remove.
5403 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5404 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5405 (foo): Remove.
5406 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5407 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5408 macro.
5409 (func): Remove.
5410 (marker): Use FAST_TRACEPOINT_LABEL.
5411 * gdb.trace/trace-common.h: New header.
5412 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5413 macro.
5414 (func): Remove.
5415 (marker): Use FAST_TRACEPOINT_LABEL.
5416 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5417 (func): Remove.
5418 (thread_function): Use FAST_TRACEPOINT_LABEL.
5419
6e7675a7
MK
54202015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5421
5422 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5423 in front.
5424 * gdb.trace/change-loc.exp: Use global pcreg definition.
5425 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5426 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5427 in front.
5428 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5429 * gdb.trace/pending.exp: Likewise.
5430 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5431 * gdb.trace/trace-break.exp: Likewise.
5432 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5433 in front.
5434 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5435 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5436 in front.
5437 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5438
dddc0e16
JB
54392015-11-09 Joel Brobecker <brobecker@adacore.com>
5440
5441 * gdb.ada/fin_fun_out: New testcase.
5442
c6f0b406
KB
54432015-11-07 Kevin Buettner <kevinb@redhat.com>
5444
5445 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5446 value associated with DW_AT_byte_size.
5447 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5448 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5449 DW_AT_upper_bound.
5450
f01dcfd9
KB
54512015-11-07 Kevin Buettner <kevinb@redhat.com>
5452
5453 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5454 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5455 version.
5456 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5457 gdb.dwarf2/dw2-canonicalize-type.exp,
5458 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5459 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5460 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5461 provided by gdb_target_symbol_prefix_flags_asm.
5462 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5463 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5464 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5465 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5466 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5467 macros where needed). Use this macro for symbols which require
5468 the prefix provided by SYMBOL_PREFIX.
5469
2223449a
KB
54702015-11-05 Kevin Buettner <kevinb@redhat.com>
5471
5472 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5473 New procs.
5474 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5475 representing expressions, of more than one list element.
5476 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5477 to prepend linker symbol prefix to f.
5478 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5479 table_1 and table_2.
5480 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5481 Likewise, for f and g.
5482 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5483 for ptr.
5484 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5485 for main.
5486 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5487 table_1_ptr and table_2_ptr.
5488
6f2f1a3a
JK
54892015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5490 Joel Brobecker <brobecker@adacore.com>
5491
5492 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5493
566c56c9
MK
54942015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5495
5496 * gdb.reverse/s390-mvcle.c: New test.
5497 * gdb.reverse/s390-mvcle.exp: New file.
5498 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5499
d5f0636b
MK
55002015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5501
5502 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5503
7ad8b86c
MK
55042015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5505
5506 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5507 reaching marker2.
5508 * gdb.reverse/getresuid-reverse.exp: Likewise.
5509 * gdb.reverse/pipe-reverse.exp: Likewise.
5510 * gdb.reverse/readv-reverse.exp: Likewise.
5511 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5512 * gdb.reverse/time-reverse.exp: Likewise.
5513 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5514
4081c0f1
YQ
55152015-10-30 Yao Qi <yao.qi@linaro.org>
5516
5517 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5518 (empty_cycle): Remove.
5519 (main): Don't call empty_cycle. Don't use watch_count_done.
5520 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5521 empty_cycle. Rewrite the code counting HW watchpoints.
5522
452b4ba5
MK
55232015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5524
5525 * gdb.reverse/fstatat-reverse.c: New test.
5526 * gdb.reverse/fstatat-reverse.exp: New file.
5527 * gdb.reverse/getresuid-reverse.c: New test.
5528 * gdb.reverse/getresuid-reverse.exp: New file.
5529 * gdb.reverse/pipe-reverse.c: New test.
5530 * gdb.reverse/pipe-reverse.exp: New file.
5531 * gdb.reverse/readv-reverse.c: New test.
5532 * gdb.reverse/readv-reverse.exp: New file.
5533 * gdb.reverse/recvmsg-reverse.c: New test.
5534 * gdb.reverse/recvmsg-reverse.exp: New file.
5535 * gdb.reverse/time-reverse.c: New test.
5536 * gdb.reverse/time-reverse.exp: New file.
5537 * gdb.reverse/waitpid-reverse.c: New test.
5538 * gdb.reverse/waitpid-reverse.exp: New file.
5539
5e2e7507
JK
55402015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5541
5542 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5543
0fde2c53
DE
55442015-10-26 Doug Evans <dje@google.com>
5545
5546 PR symtab/17391
5547 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5548 * gdb.dwarf2/bad-regnum.c: New file.
5549 * gdb.dwarf2/bad-regnum.exp: New file.
5550
1a70ae97
DE
55512015-10-26 Doug Evans <dje@google.com>
5552
5553 PR python/18938
5554 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5555 file.
5556
27dc26ab
JK
55572015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5558
5559 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5560 for a change by "Mention language in compile error message".
5561
bed91f4d
SM
55622015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5563
5564 PR python/18073
5565 * gdb.python/py-type.c (C::a_method): New.
5566 (C::a_const_method): New.
5567 (C::a_static_method): New.
5568 (a_function): New.
5569 * gdb.python/py-type.exp (test_fields): Test getting fields
5570 from function and method.
5571
3f2f83dd
KB
55722015-10-21 Keven Boell <keven.boell@intel.com>
5573
5574 * gdb.fortran/vla-alloc-assoc.exp: New file.
5575 * gdb.fortran/vla-datatypes.exp: New file.
5576 * gdb.fortran/vla-datatypes.f90: New file.
5577 * gdb.fortran/vla-history.exp: New file.
5578 * gdb.fortran/vla-ptype-sub.exp: New file.
5579 * gdb.fortran/vla-ptype.exp: New file.
5580 * gdb.fortran/vla-sizeof.exp: New file.
5581 * gdb.fortran/vla-sub.f90: New file.
5582 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5583 * gdb.fortran/vla-value-sub-finish.exp: New file.
5584 * gdb.fortran/vla-value-sub.exp: New file.
5585 * gdb.fortran/vla-value.exp: New file.
5586 * gdb.fortran/vla-ptr-info.exp: New file.
5587 * gdb.mi/mi-vla-fortran.exp: New file.
5588 * gdb.mi/vla.f90: New file.
5589
27145d50
SL
55902015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5591
5592 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5593 of hardwired timeout value.
5594
5f3ff4f8
JK
55952015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5596 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5599 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5600
bfd09d20
JS
56012015-10-19 Josh Stone <jistone@redhat.com>
5602
5603 * gdb.base/catch-syscall.c: Include <sched.h>.
5604 (unknown_syscall): New variable.
5605 (main): Trigger a vfork and an unknown syscall.
5606 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5607 (unknown_syscall_number): Likewise.
5608 (check_call_to_syscall): Accept an optional syscall pattern.
5609 (check_return_from_syscall): Likewise.
5610 (check_continue): Likewise.
5611 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5612 (test_catch_syscall_skipping_return): New test toggling off 'catch
5613 syscall' to step over the syscall return, then toggling back on.
5614 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5615 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5616 (do_syscall_tests): Call test_catch_syscall_without_args and
5617 test_catch_syscall_mid_vfork.
5618 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5619 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5620
b32b93c6
AS
56212015-10-19 Andrew Stubbs <ams@codesourcery.com>
5622
5623 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5624 print g_vE): Add new pass patterns.
5625 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5626 print various symbol names for vptr fields.
5627
9d622bda
AB
56282015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5629
5630 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5631 results.
5632
0fd8ac1c
YQ
56332015-10-12 Yao Qi <yao.qi@linaro.org>
5634
5635 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5636
34240514
YQ
56372015-10-12 Yao Qi <yao.qi@linaro.org>
5638
5639 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5640 is aarch64*-*-linux*.
5641
8240f442
YQ
56422015-10-12 Yao Qi <yao.qi@linaro.org>
5643
5644 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5645 (can_relocate_bcond_true): ... it.
5646 (can_relocate_bcond_false): New function.
5647 (foo): Likewise.
5648 (can_relocate_bl): Likewise.
5649 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5650 can_relocate_bl.
5651
2520f728
PMR
56522015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5653
5654 * gdb.base/nested-addr.c: New file.
5655 * gdb.base/nested-addr.exp: New testcase.
5656
abcef95a
MM
56572015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5658
5659 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5660 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5661 its output. Ignore the output of "record goto begin" and instead
5662 check that GDB is replaying.
5663
145e3ddb
PA
56642015-10-09 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5667 (top level): Use it in the run with no args test.
5668
d5d8c4e1
IB
56692015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5670
5671 * gdb.dlang/properties.exp: New file.
5672
06e635ef
SL
56732015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5674
5675 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5676 whether or not address 0x1000 is mapped on the target.
5677
e019fd1d
SM
56782015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5679
5680 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5681 build.
5682
77ba2a67
MM
56832015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5684
5685 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5686 instruction-history test.
5687
c60eb31f
DE
56882015-09-28 Doug Evans <dje@google.com>
5689
5690 * gdb.base/gcore.c (array_func): Add reference to static_array.
5691
9a3c8263
SM
56922015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5693
5694 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5695 source line.
5696
9720e656
SL
56972015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5698
5699 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5700 short or char as base type.
5701
938d3bf2
SL
57022015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5703
5704 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5705 to allow any size enum.
5706
e6c2c623
PMR
57072015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5708
5709 * gdb.ada/array_ptr_renaming.exp: New testcase.
5710 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5711 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5712
06da0f77
PL
57132015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5714
5715 * gdb.trace/ftrace-lock.c: New file.
5716 * gdb.trace/ftrace-lock.exp: New file.
5717
4f51c22a
PL
57182015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5719
5720 * gdb.arch/insn-reloc.c: New file.
5721 * gdb.arch/ftrace-insn-reloc.exp: New file.
5722
7041adf4
PL
57232015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5724
5725 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5726 instruction.
5727 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5728 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5729 * gdb.trace/range-stepping.c: Likewise.
5730 * gdb.trace/trace-break.c: Likewise.
5731 * gdb.trace/trace-mt.c (thread_function): Likewise.
5732 * gdb.trace/ftrace.c (marker): Likewise.
5733 * gdb.trace/trace-condition.c (marker): Likewise.
5734 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5735 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5736 is_aarch64_target.
5737
015d2e7e
DE
57382015-09-18 Doug Evans <xdje42@gmail.com>
5739
5740 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5741 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5742
26b188a2
SL
57432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5744
5745 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5746 the breakpoint.
5747
79dc332b
SL
57482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5749
5750 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5751 the pending breakpoint. Remove timeout override for "Run till
5752 MI pending breakpoint on pendfunc3 on thread 2" test.
5753
f57929f2
SL
57542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5755
5756 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5757 filename pattern.
5758
3f469b17
SL
57592015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5760
5761 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5762 in breakpoint filename pattern.
5763
515b89b3
SL
57642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5765
7800dbe4
SL
5766 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5767
57682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5769
515b89b3
SL
5770 * gdb.linespec/explicit.exp: Check for readline support for
5771 tab-completion tests. Fix obvious typo.
5772
d2939ba2
MM
57732015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5774
5775 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5776 and replay.
5777
cbb55fa7
MM
57782015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5779
5780 * gdb.btrace/non-stop.c: New.
5781 * gdb.btrace/non-stop.exp: New.
5782
43691ca1
PL
57832015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5784 Yao Qi <yao.qi@linaro.org>
5785
5786 * gdb.trace/trace-condition.c: New file.
5787 * gdb.trace/trace-condition.exp: New file.
5788
d78908cf
WW
57892015-09-16 Wei-cheng Wang <cole945@gmail.com>
5790
5791 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5792 for testing bytecode compilation.
5793
1ed415e2
PA
57942015-09-16 Pedro Alves <palves@redhat.com>
5795 Sandra Loosemore <sandra@codesourcery.com>
5796
5797 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5798 (SECONDS): Redefine.
5799 (main): Call pthread_kill and alarm early.
5800 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5801 support.
5802 (test): If the target can't hardware step and doesn't support
5803 displaced stepping, increase the timeout.
5804
d136eff5
PA
58052015-09-16 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5808 (enable_debug): New procedures.
5809 (test): Use them. Bail out if waiting for threads fails.
5810 (top level): Bail out if a test fails.
5811
991f019c
YQ
58122015-09-16 Yao Qi <yao.qi@linaro.org>
5813
5814 * gdb.asm/asm-source.exp: Set asm-arch for
5815 aarch64*-*-* target.
5816 * gdb.asm/aarch64.inc: New file.
5817
bfca584f
PMR
58182015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5819
5820 * gdb.ada/array_of_variable_length.exp: New testcase.
5821 * gdb.ada/array_of_variable_length/foo.adb: New file.
5822 * gdb.ada/array_of_variable_length/pck.adb: New file.
5823 * gdb.ada/array_of_variable_length/pck.ads: New file.
5824
b326e587
DE
58252015-09-15 Doug Evans <dje@google.com>
5826
5827 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5828 of function static local variable.
5829
5382cfab
PW
58302015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5831
5832 * gdb.threads/tls-so_extern.exp: New test file.
5833 * gdb.threads/tls-so_extern.c: New test file.
5834 * gdb.threads/tls-so_extern_main.c: New test file.
5835
141c5cc4
JK
58362015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5837
5838 * gdb.opt/solib-intra-step-lib.c: New file.
5839 * gdb.opt/solib-intra-step-main.c: New file.
5840 * gdb.opt/solib-intra-step.exp: New file.
5841
d15dcecd
PA
58422015-09-15 Pedro Alves <palves@redhat.com>
5843
5844 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5845 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5846
4c2f2a79
PA
58472015-09-14 Pedro Alves <palves@redhat.com>
5848
5849 * gdb.base/hook-stop-continue.c: Delete.
5850 * gdb.base/hook-stop-continue.exp: Delete.
5851 * gdb.base/hook-stop-frame.c: Delete.
5852 * gdb.base/hook-stop-frame.exp: Delete.
5853 * gdb.base/hook-stop.c: New file.
5854 * gdb.base/hook-stop.exp: New file.
5855
919e6dbe
PMR
58562015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5857
5858 * gdb.ada/access_to_packed_array.exp: New testcase.
5859 * gdb.ada/access_to_packed_array/foo.adb: New file.
5860 * gdb.ada/access_to_packed_array/pack.adb: New file.
5861 * gdb.ada/access_to_packed_array/pack.ads: New file.
5862
157280a4
MM
58632015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5864
5865 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5866 buffer size test.
5867
2fd33e94
DB
58682015-09-11 Don Breazeal <donb@codesourcery.com>
5869
5870 * gdb.base/foll-exec.c: Add copyright header. Fix
5871 formatting issues.
5872 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5873 (do_exec_tests): Use clean_restart in place of zap_session,
5874 and for test initialization. Fix formatting issues. Use
5875 fail in place of perror.
5876 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5877 an expect statement to match an expression with output from
5878 the program under debug.
5879 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5880 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5881 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5882 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5883 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5884
e70b6e8e
DE
58852015-09-09 Doug Evans <dje@google.com>
5886
5887 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5888
7a551a51
DE
58892015-09-09 Doug Evans <dje@google.com>
5890
5891 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5892
4c666f84
DE
58932015-09-09 Doug Evans <dje@google.com>
5894
5895 * gdb.base/savedregs.exp: Fix typo.
5896
243a9253
PA
58972015-09-09 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5900
c0fa8fbd
SL
59012015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5902
5903 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5904 command actually switches threads. Give up on remaining
5905 tests if target fails to stop at breakpoint.
5906
cd7c1778
PMR
59072015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5908
5909 * gdb.ada/funcall_char.exp: New testcase.
5910 * gdb.ada/funcall_char/foo.adb: New file.
5911
dc5c8746
PMR
59122015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5913
5914 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5915 expected outputs. Add two testcases for completing ambiguous
5916 functions.
5917 * gdb.ada/complete/aux_pck.adb: New file.
5918 * gdb.ada/complete/aux_pck.ads: New file.
5919 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5920 Ambiguous_Func functions.
5921 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5922 * gdb.ada/complete/pck.adb: Likewise.
5923
4e83a1e7
UW
59242015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5925
5926 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5927 failures to run the test program under GDB.
5928
8ce74153
LM
59292015-08-26 Luis Machado <lgustavo@codesourcery.com>
5930
5931 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5932 to C.
5933
e9756d52
PP
59342015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5935
5936 * gdb.base/run-after-attach.exp: New test file.
5937 * gdb.base/run-after-attach.c: New test file.
5938
8d37573b
DB
59392015-08-26 Don Breazeal <donb@codesourcery.com>
5940
5941 * gdb.base/foll-exec-2.c: New test program.
5942 * gdb.base/foll-exec-2.exp: New test.
5943
63e43d3a
PMR
59442015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5945
5946 * gdb.base/nested-subp1.exp: New file.
5947 * gdb.base/nested-subp1.c: New file.
5948 * gdb.base/nested-subp2.exp: New file.
5949 * gdb.base/nested-subp2.c: New file.
5950 * gdb.base/nested-subp3.exp: New file.
5951 * gdb.base/nested-subp3.c: New file.
5952
3d40fbb5
PA
59532015-08-24 Pedro Alves <palves@redhat.com>
5954
5955 * gdb.server/connect-without-multi-process.c: New file.
5956 * gdb.server/connect-without-multi-process.exp: New file.
5957
4422ac93
LM
59582015-08-24 Luis Machado <lgustavo@codesourcery.com>
5959
5960 * gdb.opt/inline-markers.c: Make z int.
5961
91dddb86
LM
59622015-08-24 Luis Machado <lgustavo@codesourcery.com>
5963
5964 * gdb.opt/inline-markers.c: Make z volatile.
5965
a48847ee
LM
59662015-08-24 Luis Machado <lgustavo@codesourcery.com>
5967
5968 * gdb.opt/inline-bt.c: New volatile global z.
5969 * gdb.opt/inline-cmds.c: Likewise.
5970 * gdb.opt/inline-locals.c: Likewise.
5971 * gdb.opt/inline-markers.c: New extern global z.
5972 (marker): Use z.
5973 (inline_fn): Likewise.
5974
0ebbc52b
PA
59752015-08-24 Pedro Alves <palves@redhat.com>
5976
5977 * config/m32r-stub.exp: Remove file.
5978 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5979 * gdb.base/call-rt-st.exp: Likewise.
5980 * gdb.base/call-strs.exp: Likewise.
5981 * gdb.base/default.exp: Remove references to h8300-*-hms and
5982 *-*-udi*.
5983 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5984
77c365df
AA
59852015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5986
5987 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5988 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5989 and "return" use KFAIL when GDB can not read/write the vector
5990 return value.
5991
4313b8c0
GB
59922015-08-21 Gary Benson <gbenson@redhat.com>
5993
5994 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5995
0e433b32
PA
59962015-08-20 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.server/solib-list.exp: No longer expect an interior stop in
5999 non-stop mode.
6000
221e1a37
PA
60012015-08-20 Pedro Alves <palves@redhat.com>
6002
6003 * gdb.server/connect-stopped-target.c: New file.
6004 * gdb.server/connect-stopped-target.exp: New file.
6005
40e3ad0e
PA
60062015-08-20 Pedro Alves <palves@redhat.com>
6007
6008 * gdb.dwarf2/comp-unit-lang.exp: New file.
6009 * gdb.dwarf2/comp-unit-lang.c: New file.
6010
af39b327
PMR
60112015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6012
6013 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6014 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6015
7d45c7c3 60162015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 6017
7d45c7c3
KB
6018 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6019 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6020
4d6cceb4
DE
60212015-08-18 Doug Evans <dje@google.com>
6022 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6023
6024 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6025 skip_python_tests. New arg prompt_regexp.
6026 (skip_python_tests): New function.
6027 * lib/mi-support.exp (mi_skip_python_tests): New function.
6028 * gdb.python/py-mi-objfile-gdb.py: New file.
6029 * gdb.python/py-mi-objfile.c: New file.
6030 * gdb.python/py-mi-objfile.exp: New file.
6031
ad89c2aa
KS
60322015-08-17 Keith Seitz <keiths@redhat.com>
6033
6034 * gdb.linespec/explicit.exp: Move strace test from here ...
6035 * gdb.trace/strace.exp: ... to here.
6036
e3ae3c43
PP
60372015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6038
6039 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6040 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6041
604b2636
DE
60422015-08-14 Doug Evans <xdje42@gmail.com>
6043
6044 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6045 inferior before selecting a new file.
6046
6ff0ba5f
DE
60472015-08-14 Doug Evans <xdje42@gmail.com>
6048
6049 * gdb.mi/mi-disassemble.exp: Update.
6050 * gdb.base/disasm-optim.S: New file.
6051 * gdb.base/disasm-optim.c: New file.
6052 * gdb.base/disasm-optim.h: New file.
6053 * gdb.base/disasm-optim.exp: New file.
6054
9ca98f92
KS
60552015-08-14 Keith Seitz <keiths@redhat.com>
6056
6057 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6058 "evaluated-by".
6059
52bbc560
JB
60602015-08-13 Joel Brobecker <brobecker@adacore.com>
6061
6062 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6063
5d8c3ed3
PMR
60642015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6065
6066 * gdb.ada/fun_renaming.exp: New testcase.
6067 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6068 * gdb.ada/fun_renaming/pack.adb: New file.
6069 * gdb.ada/fun_renaming/pack.ads: New file.
6070
ea8812bc
KS
60712015-08-12 Keith Seitz <keiths@redhat.com>
6072
6073 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6074 gdb_get_line_number.
6075
4dafcdeb
JB
60762015-08-12 Joel Brobecker <brobecker@adacore.com>
6077
6078 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6079 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6080 gdb.base/dso2dso.exp: New files.
6081
5ba32597
SDJ
60822015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6083 Pedro Alves <palves@redhat.com>
6084 Keith Seitz <keiths@redhat.com>
6085
6086 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6087 GDBFLAGS.
6088
b6dafabf
PP
60892015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6090
6091 * gdb.base/gdbhistsize-history.exp
6092 (test_histsize_history_setting): Use save_vars.
6093 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6094 Use save_vars.
6095 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6096 * gdb.base/readline.exp: Use save_vars.
6097
abe8e607
PP
60982015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6099
6100 * lib/gdb.exp (save_vars): New proc.
6101
629500fa
KS
61022015-08-11 Keith Seitz <keiths@redhat.com>
6103
6104 * gdb.base/help.exp: Update help_breakpoint_text.
6105
eb8c4e2e
KS
61062015-08-11 Keith Seitz <keiths@redhat.com>
6107
6108 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6109 (at toplevel): Call test_explicit_breakpoints.
6110 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6111 breakpoints.
6112 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6113 breakpoint conditions, "-cond".
6114
87f0e720
KS
61152015-08-11 Keith Seitz <keiths@redhat.com>
6116
6117 * gdb.linespec/3explicit.c: New file.
6118 * gdb.linespec/cpexplicit.cc: New file.
6119 * gdb.linespec/cpexplicit.exp: New file.
6120 * gdb.linespec/explicit.c: New file.
6121 * gdb.linespec/explicit.exp: New file.
6122 * gdb.linespec/explicit2.c: New file.
6123 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6124 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6125 before using in the matching pattern.
6126 Clarify that `prefix' is a regular expression.
6127
f00aae0f
KS
61282015-08-11 Keith Seitz <keiths@redhat.com>
6129
6130 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6131 test.
6132 Add tests for missing ",FMT" and ",".
6133
e27852be
DE
61342015-08-10 Doug Evans <dje@google.com>
6135 Keith Seitz <keiths@redhat.com>
6136
6137 PR gdb/17960
6138 * gdb.base/completion.exp: Add location completer tests.
6139
7f03bd92
PA
61402015-08-07 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6143 tests here.
6144 (top level): Run do_test with and without displaced stepping.
6145
3fc8eb30
PA
61462015-08-07 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.base/valgrind-disp-step.c: New file.
6149 * gdb.base/valgrind-disp-step.exp: New file.
6150
d4569d7b
PA
61512015-08-07 Pedro Alves <palves@redhat.com>
6152
6153 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6154 Delete function.
6155 (main): Add alarm. Run an infinite loop instead of calling
6156 wait_threads.
6157 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6158 comment.
6159 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6160 Delete function.
6161 (main): Add alarm. Run an infinite loop instead of calling
6162 wait_threads.
6163 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6164 comment.
6165
e1316e60
PA
61662015-08-07 Pedro Alves <palves@redhat.com>
6167
6168 * gdb.base/checkpoint-ns.exp: New file.
6169 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6170 standard_testfile.
6171
da8c46d2
MM
61722015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6173
6174 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6175 * gdb.btrace/instruction_history.exp: Update.
6176 * gdb.btrace/tsx.exp: New.
6177 * gdb.btrace/tsx.c: New.
6178
de1c2c52
PA
61792015-08-06 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6182 increase timeout.
6183 * gdb.reverse/until-precsave.exp: Bump timeouts.
6184
782e0bf4
PA
61852015-08-06 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6188
83e97ed0
PA
61892015-08-06 Pedro Alves <palves@redhat.com>
6190
6191 PR gdb/18749
6192 * gdb.threads/process-dies-while-handling-bp.c: New file.
6193 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6194
863d01bd
PA
61952015-08-06 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6198 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6199
0a39bb32
PA
62002015-08-05 Pedro Alves <palves@redhat.com>
6201
6202 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6203 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6204
ee2d2b10
SL
62052015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6206
6207 * gdb.base/bp-permanent.exp: Report test as unsupported if
6208 the target cannot stop at the permanent breakpoint.
6209
4e1bdb00
DE
62102015-08-03 Doug Evans <dje@google.com>
6211
6212 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6213 10000.
6214
3d338901
DE
62152015-08-03 Doug Evans <dje@google.com>
6216
6217 * Makefile.in (workers/%.worker, build-perf): New rule.
6218 (GDB_PERFTEST_MODE): New variable.
6219 (check-perf): Use it.
6220 (clean): Clean up gdb.perf parallel build subdirs.
6221 * lib/build-piece.exp: New file.
6222 * lib/gdb.exp (make_gdb_parallel_path): New function
6223 (standard_output_file, standard_temp_file): Call it.
6224 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6225 of $GDB_PARALLEL.
6226 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6227
af061d3e
DE
62282015-08-03 Doug Evans <dje@google.com>
6229
8e1afc81 6230 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6231 (LOG_FILE_NAME): New global.
6232 (TextReporter.__init__): Initialize self.txt_sum.
6233 (TextReporter.report): Add support for multiple data-points.
6234 Move report to perftest.sum, put raw data in perftest.log.
6235 (TextReporter.start): Open sum and log files.
6236 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6237 * gdb.perf/lib/perftest/testresult.py
6238 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6239
2c8c5d37
PA
62402015-07-31 Pedro Alves <palves@redhat.com>
6241
6242 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6243 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6244 kill_wait_spawned_process instead of explicit "kill -9".
6245 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6246 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6247 kill_wait_spawned_process.
6248 * gdb.base/attach-twice.exp: Likewise.
6249 * gdb.base/attach.exp: Likewise.
6250 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6251 gdb_test_multiple.
6252 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6253 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6254 kill_wait_spawned_process.
6255 * gdb.base/valgrind-infcall.exp: Likewise.
6256 * gdb.multi/multi-attach.exp: Likewise.
6257 * gdb.python/py-prompt.exp: Likewise.
6258 * gdb.python/py-sync-interp.exp: Likewise.
6259 * gdb.server/ext-attach.exp: Likewise.
6260 * gdb.threads/attach-into-signal.exp (corefunc): Use
6261 spawn_wait_for_attach, spawn_id_get_pid and
6262 kill_wait_spawned_process.
6263 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6264 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6265 spawn_id_get_pid and kill_wait_spawned_process.
6266 * gdb.threads/attach-stopped.exp (corefunc): Use
6267 spawn_wait_for_attach, spawn_id_get_pid and
6268 kill_wait_spawned_process.
6269 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6270 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6271 kill_wait_spawned_process instead of explicit "kill -9".
6272 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6273 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6274 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6275 processes. Don't map cygwin/windows pids here. Now returns a
6276 spawn id list.
6277
032a0fca
SL
62782015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6279
6280 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6281 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6282 correct patch.
6283
61a934ca
SL
62842015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6285
6286 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6287
4bc4d428
SL
62882015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6289
6290 Reapply:
6291 2014-05-21 Mark Wielaard <mjw@redhat.com>
6292
6293 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6294
998d452a
PA
62952015-07-30 Pedro Alves <palves@redhat.com>
6296
6297 * linux-low.c (handle_extended_wait): Set the child's last
6298 reported status to TARGET_WAITKIND_STOPPED.
6299
69dde7dc
PA
63002015-07-30 Pedro Alves <palves@redhat.com>
6301
6302 PR threads/18600
6303 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6304 only shows inferior 1.
6305
4dd63d48
PA
63062015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6307 Pedro Alves <palves@redhat.com>
6308
6309 PR threads/18600
6310 * gdb.threads/fork-plus-threads.c: New file.
6311 * gdb.threads/fork-plus-threads.exp: New file.
6312
d618e4c5
PP
63132015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6314
6315 * gdb.base/batch-preserve-term-settings.exp
6316 (test_terminal_settings_preserved_after_cli_exit): Use
6317 send_quit_command.
6318
1eef6428
PA
63192015-07-29 Pedro Alves <palves@redhat.com>
6320 Don Breazeal <donb@codesourcery.com>
6321
6322 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6323 output from both inferior_spawn_id and gdb_spawn_id.
6324
7da5b897
SDJ
63252015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6326
6327 * gdb.threads/attach-into-signal.exp (corefunc): Use
6328 with_test_prefix on nested loops, uniquefying the test messages.
6329
dac804df
SDJ
63302015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6331
6332 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6333 commit.
6334
06265e53
PP
63352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6336
6337 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6338 New proc.
6339 (test_terminal_settings_preserved_after_sigterm): New test.
6340
18206ca3
PP
63412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6342
6343 * gdb.base/batch-preserve-term-settings.exp
6344 (test_terminal_settings_preserved_after_cli_exit): New test.
6345
90074d11
PP
63462015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6347
6348 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6349 manipulation of saved_gdbflags.
6350 (test_terminal_settings_preserved): Remove global declaration of
6351 the unused variable pagination_prompt. Remove manipulation of
6352 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6353 GDBFLAGS.
6354
eb1a7902
PA
63552015-07-29 Pedro Alves <palves@redhat.com>
6356
6357 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6358
8b75dd3b
PA
63592015-07-29 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6362 at the top.
6363
dedad4e3
PA
63642015-07-29 Pedro Alves <palves@redhat.com>
6365
6366 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6367 (main): Call gdb_unbuffer_output.
6368 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6369 (main): Call gdb_unbuffer_output.
6370 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6371 (main): Call gdb_unbuffer_output.
6372 * gdb.base/call-strs.exp: Adjust to step over the
6373 gdb_unbuffer_output call.
6374 * gdb.base/catch-gdb-caused-signals.c: Include
6375 "../lib/unbuffer_output.c".
6376 (main): Call gdb_unbuffer_output.
6377 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6378 (main): Call gdb_unbuffer_output.
6379 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6380 (main): Call gdb_unbuffer_output.
6381 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6382 (main): Call gdb_unbuffer_output.
6383 * gdb.base/shlib-call.exp: Adjust to step over the
6384 gdb_unbuffer_output call.
6385 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6386 (main): Call gdb_unbuffer_output.
6387 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6388 (main): Call gdb_unbuffer_output.
6389 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6390 (main): Rename to ...
6391 (test): ... this.
6392 (main): Reimplement.
6393 * gdb.base/varargs.exp: Run to test instead of to main.
6394 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6395 (main): Call gdb_unbuffer_output.
6396
58789a91
PA
63972015-07-29 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6400 factore out from mi_continue_dprintf. For call-style dprintfs,
6401 expect dprintf output out of $inferior_spawn_id.
6402 (mi_continue_dprintf): Use mi_expect_dprintf.
6403 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6404 (main): Call gdb_unbuffer_output.
6405
e8376742
PA
64062015-07-29 Pedro Alves <palves@redhat.com>
6407
6408 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6409 (default_mi_gdb_start): Set inferior_spawn_id instead of
6410 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6411 gdb_spawn_id.
6412 (mi_gdb_test): Always expect inferior output from both
6413 $inferior_spawn_id and $gdb_spawn_id.
6414
08280010
PA
64152015-07-29 Pedro Alves <palves@redhat.com>
6416
6417 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6418 send_inferior and $inferior_spawn_id.
6419
4d30e432
PA
64202015-07-29 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.gdb/complaints.exp (test_initial_complaints)
6423 (test_serial_complaints, test_short_complaints): Use
6424 gdb_test_stdio.
6425 (test_empty_complaint): Handle $inferior_spawn_id !=
6426 $gdb_spawn_id.
6427
0d30a335
PA
64282015-07-29 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.base/varargs.exp: Use gdb_test_stdio.
6431
39413b29
PA
64322015-07-29 Pedro Alves <palves@redhat.com>
6433
6434 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6435
7cb000a9
PA
64362015-07-29 Pedro Alves <palves@redhat.com>
6437
6438 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6439
d7b8ac82
PA
64402015-07-29 Pedro Alves <palves@redhat.com>
6441
6442 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6443 parameter into two new parameters, "inf_result" and "gdb_result".
6444 Expect inferior output and gdb output from $inferior_spawn_id and
6445 $gdb_spawn_id, respectively. Adjust all callers.
6446
789c3a0c
PA
64472015-07-29 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6450 of gdb_test_sequence.
6451
77e760c3
PA
64522015-07-29 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6455 (saw_spurious_output): Expect inferior output from
6456 $inferior_spawn_id. Use gdb_test_stdio.
6457
8396d2cd
PA
64582015-07-29 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.base/dprintf.exp: Use standard_testfile. Change
6461 prepare_for_testing call.
6462 (srcfile): Don't set.
6463 (restart): New procedure.
6464 (test_dprintf): New procecure, use to continue over dprintfs.
6465 (test_call, test_agent): New procedures, tests moved here.
6466 Restart gdb and recreate dprintfs. Adjust expected output.
6467
2051d61f
PA
64682015-07-29 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6471
452397af
PA
64722015-07-29 Pedro Alves <palves@redhat.com>
6473
6474 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6475
8aed9555
PA
64762015-07-29 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6479 gdb_test_stdio.
6480
188a61b4
PA
64812015-07-29 Pedro Alves <palves@redhat.com>
6482
6483 * lib/gdb.exp (gdb_test_stdio): New procedure.
6484
12264a45
PA
64852015-07-29 Pedro Alves <palves@redhat.com>
6486
6487 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6488
23ffc893
PA
64892015-07-29 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/call-signal-resume.exp: Remove check for
6492 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6493 * gdb.base/unwindonsignal.exp: Likewise.
6494 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6495 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6496
65566918
PA
64972015-07-29 Pedro Alves <palves@redhat.com>
6498
6499 * gdb.base/siginfo-addr.c (pass): New function.
6500 (handler): Call it iff si_addr is correct.
6501 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6502 Set a breakpoint at "pass" and continue to it.
6503
d60a9221
SDJ
65042015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6505
6506 * gdb.python/py-objfile.exp: Make some tests have unique names.
6507 * gdb.python/py-pp-registration.exp: Likewise.
6508
bde40b8f
PA
65092015-07-28 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6512
13e1dec8
SM
65132015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6514
6515 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6516
da33c9a7
SM
65172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6518
6519 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6520
077836f7
PP
65212015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6522
6523 * gdb.base/gdb-sigterm-2.exp: New test.
6524
b8cc7b2e
DE
65252015-07-25 Doug Evans <xdje42@gmail.com>
6526
6527 Revert:
6528 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6529 (workers/%.worker, build-perf): New rule.
6530 (GDB_PERFTEST_MODE): New variable.
6531 (check-perf): Use it.
6532 (clean): Clean up gdb.perf parallel build subdirs.
6533 * lib/build-piece.exp: New file.
6534 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6535 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6536 name.
6537 (standard_temp_file): Ditto.
6538 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6539 of $GDB_PARALLEL.
6540
c8bd4544
DE
65412015-07-24 Doug Evans <dje@google.com>
6542
6543 * gdb.perf/lib/perftest/utils.py: New file.
6544 * gdb.perf/gm-hello.cc: New file.
6545 * gdb.perf/gm-pervasive-typedef.cc: New file.
6546 * gdb.perf/gm-pervasive-typedef.h: New file.
6547 * gdb.perf/gm-std.cc: New file.
6548 * gdb.perf/gm-std.h: New file.
6549 * gdb.perf/gm-use-cerr.cc: New file.
6550 * gdb.perf/gm-utils.h: New file.
6551 * gdb.perf/gmonster-null-lookup.py: New file.
6552 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6553 * gdb.perf/gmonster-print-cerr.py: New file.
6554 * gdb.perf/gmonster-ptype-string.py: New file.
6555 * gdb.perf/gmonster-runto-main.py: New file.
6556 * gdb.perf/gmonster-select-file.py: New file.
6557 * gdb.perf/gmonster1-null-lookup.exp: New file.
6558 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6559 * gdb.perf/gmonster1-print-cerr.exp: New file.
6560 * gdb.perf/gmonster1-ptype-string.exp: New file.
6561 * gdb.perf/gmonster1-runto-main.exp: New file.
6562 * gdb.perf/gmonster1-select-file.exp: New file.
6563 * gdb.perf/gmonster1.cc: New file.
6564 * gdb.perf/gmonster1.exp: New file.
6565 * gdb.perf/gmonster2-null-lookup.exp: New file.
6566 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6567 * gdb.perf/gmonster2-print-cerr.exp: New file.
6568 * gdb.perf/gmonster2-ptype-string.exp: New file.
6569 * gdb.perf/gmonster2-runto-main.exp: New file.
6570 * gdb.perf/gmonster2-select-file.exp: New file.
6571 * gdb.perf/gmonster2.cc: New file.
6572 * gdb.perf/gmonster2.exp: New file.
6573
6eab34f3
DE
65742015-07-24 Doug Evans <dje@google.com>
6575
6576 * gdb.perf/README: New file.
6577 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6578 * lib/gen-perf-test.exp: New file.
6579
63738bfd
DE
65802015-07-24 Doug Evans <dje@google.com>
6581
6582 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6583 (PerfTest::startup): New function.
6584 (PerfTest::run): Return result of calling body.
6585 (PerfTest::assemble): Rewrite.
6586 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6587 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6588 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6589 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6590 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6591
7b606f95
DE
65922015-07-24 Doug Evans <dje@google.com>
6593
6594 * lib/gdb.exp (clean_restart): Make executable optional.
6595
a97b16b8
DE
65962015-07-24 Doug Evans <dje@google.com>
6597
6598 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6599 compiler_info references.
6600 * gdb.cp/temargs.exp: Ditto.
6601 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6602 (get_compiler_info): Early exit if already computed. Set compiler_info
6603 to "unknown" if there was a problem.
6604 (test_compiler_info): Add function comment. Call get_compiler_info.
6605
35baa57f
DE
66062015-07-24 Doug Evans <dje@google.com>
6607
6608 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6609 (workers/%.worker, build-perf): New rule.
6610 (GDB_PERFTEST_MODE): New variable.
6611 (check-perf): Use it.
6612 (clean): Clean up gdb.perf parallel build subdirs.
6613 * lib/build-piece.exp: New file.
6614 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6615 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6616 name.
6617 (standard_temp_file): Ditto.
6618 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6619 of $GDB_PARALLEL.
6620
6ebea266
DE
66212015-07-24 Doug Evans <dje@google.com>
6622
6623 * lib/future.exp (gdb_default_target_compile): New option
6624 "early_flags".
6625 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6626 --as-needed.
6627
1e76a7e9
SDJ
66282015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6629
6630 * gdb.base/catch-syscall.exp: Call gdb_exit before
6631 gdb_skip_xml_test.
6632
5068630a
PA
66332015-07-24 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.python/py-events.exp: Accept output between the stop event
6636 and the prompt.
6637 * gdb.python/py-evsignal.exp: Likewise.
6638 * gdb.python/py-evthreads.exp: Likewise.
6639
77598427
PA
66402015-07-24 Pedro Alves <palves@redhat.com>
6641
6642 PR gdb/18717
6643 * gdb.threads/non-ldr-exit.c: New file.
6644 * gdb.threads/non-ldr-exit.exp: New file.
6645
11e6c98f
YQ
66462015-07-24 Yao Qi <yao.qi@linaro.org>
6647
6648 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6649 restarting process.
6650
51aee833
YQ
66512015-07-24 Yao Qi <yao.qi@linaro.org>
6652
6653 * gdb.server/ext-restart.exp: New file.
6654
8cfe207c
YQ
66552015-07-24 Yao Qi <yao.qi@linaro.org>
6656
6657 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6658 argument options.
6659 * gdb.server/ext-wrapper.exp: New file.
6660
cc12ce38
DE
66612015-07-23 Doug Evans <dje@google.com>
6662
6663 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6664 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6665
d0d84780
PMR
66662015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6667
6668 * gdb.ada/var_arr_typedef.exp: New testcase.
6669 * gdb.ada/var_arr_typedef/pack.adb: New file.
6670 * gdb.ada/var_arr_typedef/pack.ads: New file.
6671 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6672
8b558f79
JB
66732015-07-20 Joel Brobecker <brobecker@adacore.com>
6674
6675 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6676
775a3298
JK
66772015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6678
6679 * gdb.arch/i386-biarch-core.exp: Replace istarget
6680 by "complete set gnutarget". Remove expectation for the "core-file"
6681 command.
6682
db1ff28b
JK
66832015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 Revert the previous commit:
6686 Tests for validate symbol file using build-id.
6687
0a94970d
JK
66882015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6689
6690 Tests for validate symbol file using build-id.
6691 * gdb.base/solib-mismatch-lib.c: New file.
6692 * gdb.base/solib-mismatch-libmod.c: New file.
6693 * gdb.base/solib-mismatch.c: New file.
6694 * gdb.base/solib-mismatch.exp: New file.
6695
03346981
SL
66962015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6697
6698 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6699 nios2-*-linux*.
6700 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6701 * gdb.base/siginfo.exp: Likewise.
6702 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6703
42422cc7
PL
67042015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6705
6706 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6707 Move it to ...
6708 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6709 ... here.
6710 * gdb.trace/range-stepping.exp: Check that the target supports
6711 range stepping.
6712
cfa68bae
JK
67132015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6714
6715 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6716
8ffdba26
PA
67172015-07-14 Pedro Alves <palves@redhat.com>
6718
6719 * gdb.base/killed-outside.exp: New file.
6720 * gdb.base/killed-outside.c: New file.
6721
218a5a11
JK
67222015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6723
6724 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6725 (n at main): New.
6726 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6727
e03ed3c6
AA
67282015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6729
6730 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6731 infcall tests instead of setting up for KFAIL.
6732
485668e5
MM
67332015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6734
6735 * gdb.btrace/record_goto-step.exp: New.
6736
08464196
JK
67372015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6738
6739 PR compile/18484
6740 * gdb.compile/compile.c (struct struct_type): Add volatile to
6741 selffield's type.
6742 * gdb.compile/compile.exp
6743 (compile code struct_object.selffield = &struct_object): Skip further
6744 struct_object tests if this one xfails.
6745
bcf5c1d9
RC
67462015-07-08 Robert O'Callahan <robert@ocallahan.org>
6747
6748 PR exp/18617
6749 * gdb.trace/ax.exp: Add test.
6750
4931af25
YQ
67512015-07-07 Yao Qi <yao.qi@linaro.org>
6752
6753 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6754 instead of istarget "aarch64*-*-*".
6755 * gdb.arch/aarch64-fp.exp: Likewise.
6756 * gdb.base/float.exp: Likewise.
6757 * gdb.reverse/aarch64.exp: Likewise.
6758 * lib/gdb.exp (is_aarch64_target): New proc.
6759
9fcf688e
YQ
67602015-07-07 Yao Qi <yao.qi@linaro.org>
6761
6762 * lib/gdb.exp (is_aarch32_target): New proc.
6763 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6764 instead of "istarget "arm*-*-*"".
6765 * gdb.arch/arm-disp-step.exp: Likewise.
6766 * gdb.arch/thumb-bx-pc.exp: Likewise.
6767 * gdb.arch/thumb-prologue.exp: Likewise.
6768 * gdb.arch/thumb-singlestep.exp: Likewise.
6769 * gdb.base/disp-step-syscall.exp: Likewise.
6770 * gdb.base/float.exp: Likewise.
6771
fbd8d50d
YQ
67722015-07-07 Yao Qi <yao.qi@linaro.org>
6773
6774 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6775 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6776
71be1fdc
YQ
67772015-07-07 Yao Qi <yao.qi@linaro.org>
6778
6779 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6780 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6781 if it exists.
6782 * gdb.multi/multi-arch.exp: Likewise.
6783
3e221d36
SM
67842015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6785
6786 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6787 print.
6788
d441430b
YQ
67892015-07-07 Yao Qi <yao.qi@linaro.org>
6790
6791 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6792
06f810bd
MG
67932015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6794
6795 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6796 '[' and ']' characters.
6797
5e61e7c0
IB
67982015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6799
6800 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6801
28bf096c
PA
68022015-06-29 Pedro Alves <palves@redhat.com>
6803
6804 PR threads/18127
6805 * gdb.threads/hand-call-new-thread.c: New file.
6806 * gdb.threads/hand-call-new-thread.c: New file.
6807
ee93cd5e
KS
68082015-06-26 Keith Seitz <keiths@redhat.com>
6809 Doug Evans <dje@google.com>
6810
6811 PR 16253
6812 * gdb.cp/var-tag-2.cc: New file.
6813 * gdb.cp/var-tag-3.cc: New file.
6814 * gdb.cp/var-tag-4.cc: New file.
6815 * gdb.cp/var-tag.cc: New file.
6816 * gdb.cp/var-tag.exp: New file.
6817
fc637f04
PP
68182015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6819
6820 * gdb.base/history-duplicates.exp: New test.
6821
2e52ae68
PP
68222015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6823
6824 * gdb.base/completion.exp: Test the completion of the "focus"
6825 command.
6826
6e22494e
JK
68272015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6828
6829 * gdb.arch/amd64-prologue-skip.S: New file.
6830 * gdb.arch/amd64-prologue-skip.exp: New file.
6831
bf7b9cd9
SM
68322015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6833
6834 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6835 is_address_zero_readable check.
6836
201e8dfd
PB
68372015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6838
6839 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6840 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6841
5cd867b4
YQ
68422015-06-24 Yao Qi <yao.qi@linaro.org>
6843
6844 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6845 linux targets.
6846
4d7be007
YQ
68472015-06-24 Yao Qi <yao.qi@linaro.org>
6848
6849 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6850 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6851 * gdb.base/siginfo-thread.exp: Likewise.
6852
07fcd301
YQ
68532015-06-22 Yao Qi <yao.qi@linaro.org>
6854
6855 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6856
52042a00
YQ
68572015-06-22 Yao Qi <yao.qi@linaro.org>
6858
6859 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6860 aarch64*-*-*.
6861 (skip_hw_watchpoint_tests): Likewise.
6862
74bd41ce
PP
68632015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6864
6865 * gdb.base/gdbinit-history.exp: Test the interaction between
6866 setting GDBHISTSIZE and setting the history size via .gdbinit.
6867
bc460514
PP
68682015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6869
6870 PR gdb/16999
6871 * gdb.base/gdbhistsize-history.exp: New test.
6872
b58c513b
PP
68732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6874
6875 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6876 with GDBHISTSIZE.
6877 * gdb.base/readline.exp: Likewise.
6878
92046791
YQ
68792015-06-17 Yao Qi <yao.qi@linaro.org>
6880
6881 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6882 line.
6883
2093d2d3
PP
68842015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6885
6886 * gdb.base/gdbinit-history.exp: Add test case to check that
6887 an unlimited history file does not get truncated on exit.
6888
e6c693af
AA
68892015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6890
6891 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6892 (VECTOR): New macro. Use it...
6893 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6894 ...for these typedefs.
6895 (int8, char1, int1, double1): New typedefs.
6896 (struct just_int2, struct two_int2): New structures.
6897 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6898 (add_structvecs, add_singlevecs): New functions.
6899 (main): Call add_some_intvecs twice.
6900 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6901 the compile and exit upon failure. Try compiling for the "native"
6902 architecture. Test inferior function calls with vector arguments
6903 and vector return value handling with "finish" and "return".
6904
c74f7d1c
JT
69052015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6906
6907 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6908 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6909 PE file.
6910 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6911
98aa42ee
AT
69122015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6913
6914 PR breakpoints/16465
6915 * gdb.mi/mi-dprintf-pending.c: New file.
6916 * gdb.mi/mi-dprintf-pending.exp: New test.
6917 * gdb.mi/mi-dprintf-pendshr.c: New file.
6918
7d73c23c 69192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6920 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6921
6922 * gdb.arch/i386-mpx-map.c: New file.
6923 * gdb.arch/i386-mpx-map.exp: New File.
6924
69252015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6926
6927 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6928 * gdb.arch/i386-mpx.exp: Indentation fixed.
6929
69302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6931
6932 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6933 function and improved indentation.
6934 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6935 gdb_test_multiple. Added additional tests to skip the test.
6936
69372015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6938
6939 * gdb.arch/i386-avx512.c: Change path in include file.
6940 * gdb.arch/i386-avx512.exp: Change include dir path
6941 compilation flag.
6942 * gdb.arch/i386-mpx.c: Change path in include file.
6943 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6944 flag.
6945
d5eba19a
JK
69462015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6947
6948 * gdb.compile/compile-print.exp (compile print *vararray@3)
6949 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6950
7f361056
JK
69512015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6954 (do not keep jit in memory): ... this.
6955 (expect 5): Change it to ...
6956 (expect no 5): ... this.
6957
3b462ec2
SM
69582015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6959
6960 PR gdb/15564
6961 * gdb.mi/mi-detach.exp: New file.
6962
e0619de6
JK
69632015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6964
6965 PR symtab/18392
6966 * gdb.arch/amd64-tailcall-self.S: New file.
6967 * gdb.arch/amd64-tailcall-self.c: New file.
6968 * gdb.arch/amd64-tailcall-self.exp: New file.
6969
e970cb34
DB
69702015-05-28 Don Breazeal <donb@codesourcery.com>
6971
6972 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6973 tests for remote targets by checking is_target_gdbserver.
6974
b2e2f908
DE
69752015-05-27 Doug Evans <dje@google.com>
6976
6977 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6978 * gdb.dwarf2/opaque-type-lookup.c: New file.
6979 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6980
82c7be31
DE
69812015-05-26 Doug Evans <dje@google.com>
6982
6983 * gdb.cp/iostream.cc: New file.
6984 * gdb.cp/iostream.exp: New file.
6985
b4f54984
DE
69862015-05-26 Doug Evans <dje@google.com>
6987
6988 * gdb.dwarf2/dw2-op-call.exp: Update.
6989 * gdb.dwarf2/dw4-sig-types.exp: Update.
6990 * gdb.dwarf2/implptr.exp: Update.
6991 * gdb.mi/mi-cmd-param-changed.exp: Update.
6992
4ea6efe9
DE
69932015-05-26 Doug Evans <dje@google.com>
6994
6995 * gdb.python/py-lazy-string.c: New file.
6996 * gdb.python/py-lazy-string.exp: New file.
6997 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6998 (main): Update. Add estring3.
6999 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7000 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7001
f6bb7db3
YQ
70022015-05-26 Omair Javaid <omair.javaid@linaro.org>
7003 Yao Qi <yao.qi@linaro.org>
7004
7005 * gdb.reverse/aarch64.c: New.
7006 * gdb.reverse/aarch64.exp: New.
7007
a81bfbd0
OJ
70082015-05-26 Omair Javaid <omair.javaid@linaro.org>
7009
25d49b86
PA
7010 * lib/gdb.exp (supports_process_record): Return true for
7011 aarch64*-linux*.
a81bfbd0
OJ
7012 (supports_reverse): Likewise.
7013
158bf1b4
PP
70142015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7015
7016 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7017 Use with_test_prefix.
7018
a0145030
AB
70192015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7020
7021 * gdb.base/completion.exp: Add test for completion of layout
7022 names.
7023
ebe3b578
AB
70242015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7025
7026 * lib/gdb.exp (skip_tui_tests): New proc.
7027 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7028
84204ed7
PA
70292015-05-19 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7032 Save the whole env array instead of just HOME. Unset HISTSIZE in
7033 the environment while testing. Restore whole environment
7034 afterwards.
7035
37442ce1
DE
70362015-05-16 Doug Evans <xdje42@gmail.com>
7037
7038 * gdb.guile/scm-ports.c: New file.
7039 * gdb.guile/scm-ports.exp: Add memory port tests.
7040
36de76f9
JK
70412015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7042
7043 * gdb.compile/compile-print.c: New file.
7044 * gdb.compile/compile-print.exp: New file.
7045
3a9558c4
JK
70462015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7047
7048 * gdb.compile/compile-ops.exp: Cast param to void.
7049 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7050 (compile code struct_object.selffield = &struct_object): Add xfail.
7051
aa715135
JG
70522015-05-15 Joel Brobecker <brobecker@adacore.com>
7053
7054 * gdb.ada/arr_enum_with_gap: New testcase.
7055
931e5bc3
JG
70562015-05-15 Joel Brobecker <brobecker@adacore.com>
7057
7058 * gdb.ada/byte_packed_arr: New testcase.
7059
9cd4d857
JB
70602015-05-15 Joel Brobecker <brobecker@adacore.com>
7061
7062 * gdb.ada/pckd_neg: New testcase.
7063
ebfd00d2
PP
70642015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7065
7066 PR gdb/17820
7067 * gdb.base/gdbinit-history.exp: New test.
7068 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7069 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7070
4c082a81
SC
70712015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7072
7073 * gdb.python/py-xmethods.cc: Enhance test case.
7074 * gdb.python/py-xmethods.exp: New tests.
7075 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7076 function.
7077 (B_indexoper): Likewise.
7078 (global_dm_list) : Add new xmethod worker functions.
7079
f7797074
SDJ
70802015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7081
7082 * gdb.base/coredump-filter.exp: Correctly unset
7083 "coredump_var_addr" array.
7084
a4674e4e
PA
70852015-05-08 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.server/non-existing-program.exp: Unset spawn_id.
7088
df2eb078
SC
70892015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7090
7091 PR python/18291
7092 * gdb.python/py-xmethods.exp: Add tests.
7093
422349a3
YQ
70942015-05-08 Yao Qi <yao.qi@linaro.org>
7095
7096 PR gdb/18208
7097 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7098 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7099 function set_coredump_filter, and remove remote_exec call.
7100 Remove argument ipid. Callers update.
7101 (top level): Don't get inferior's PID.
7102
63fc80ce
AA
71032015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7104
7105 * gdb.base/watch_thread_num.exp: Skip test on targets without
7106 access watchpoints.
7107
80ad801e
PA
71082015-05-06 Pedro Alves <palves@redhat.com>
7109
7110 PR server/18081
7111 * gdb.server/non-existing-program.exp: New file.
7112
0fa7fe50
JB
71132015-05-05 Joel Brobecker <brobecker@adacore.com>
7114
7115 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7116
3ea89b92
PMR
71172015-05-05 Joel Brobecker <brobecker@adacore.com>
7118
7119 * gdb.ada/out_of_line_in_inlined: New testcase.
7120
87b8eff0
JB
71212015-05-05 Joel Brobecker <brobecker@adacore.com>
7122
7123 * gdb.ada/var_rec_arr: New testcase.
7124
5fccc635
YQ
71252015-04-30 Yao Qi <yao.qi@linaro.org>
7126
7127 * gdb.base/break-idempotent.exp: If
7128 skip_hw_watchpoint_multi_tests returns true, skip the tests
7129 on "rwatch" and "awatch".
7130
42d38f42
YQ
71312015-04-30 Yao Qi <yao.qi@linaro.org>
7132
7133 * gdb.base/relativedebug.exp: Invoke gdb command
7134 "info sharedlibrary", and if libc.so doesn't have debug info,
7135 skip the test.
7136
2ce1cdbf
DE
71372015-04-29 Doug Evans <dje@google.com>
7138
7139 * gdb.python/py-xmethods.exp: Add ptype tests.
7140 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7141 get_result_type method.
7142
f24a38c5
LM
71432015-04-29 Luis Machado <lgustavo@codesourcery.com>
7144
7145 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7146 the target does not support hardware watchpoints.
7147
ecbf2b3c
LM
71482015-04-29 Luis Machado <lgustavo@codesourcery.com>
7149
7150 * gdb.base/break-always.exp: Abort testing if writing to memory
7151 causes an error.
7152
34f5f757
DE
71532015-04-28 Doug Evans <dje@google.com>
7154
7155 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7156 * gdb.python/py-pp-registration.exp: ... here. New file.
7157 * gdb.python/py-pp-registration.c: New file.
7158 * gdb.python/py-pp-registration.py: New file.
7159
69b4374a
DE
71602015-04-28 Doug Evans <dje@google.com>
7161
7162 * gdb.python/py-bad-printers.c: New file.
7163 * gdb.python/py-bad-printers.py: New file.
7164 * gdb.python/py-bad-printers.exp: New file.
7165
59fb7612
SS
71662015-04-28 Sasha Smundak <asmundak@google.com>
7167
7168 * gdb.python/py-type.exp: New test.
7169
2631b16a
AW
71702015-04-28 Andy Wingo <wingo@igalia.com>
7171
7172 * gdb.python/py-parameter.exp:
7173 * gdb.guile/scm-parameter.exp: Escape the path that we are
7174 matching against, as it might contain characters that are special
7175 to regular expressions.
7176
460efde1
JB
71772015-04-27 Joel Brobecker <brobecker@adacore.com>
7178
7179 * gdb.ada/rec_comp: New testcase.
7180
2d369d8e
SDJ
71812015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7182
7183 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7184 before using it.
7185
cf75d6c3
AB
71862015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7187
7188 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7189 new tests for verilog output.
7190
8dbe7ca5
YQ
71912015-04-24 Yao Qi <yao.qi@linaro.org>
7192
7193 * boards/remote-gdbserver-on-localhost.exp: New file.
7194
4ef9fb2f
PA
71952015-04-23 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7198 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7199 "end of file", remove $inferior_spawn_id from the indirect list.
7200
0a803169
PA
72012015-04-23 Pedro Alves <palves@redhat.com>
7202
7203 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7204
749ef8f8
PA
72052015-04-23 Pedro Alves <palves@redhat.com>
7206
7207 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7208 on $any_spawn_id instead of only on $gdb_spawn_id.
7209
8aae4344
PM
72102015-04-21 Pierre Muller <muller@sourceware.org>
7211
7212 PR pascal/17815
7213 * lib/pascal.exp (gpc_compile): Add new option "class".
7214 (fpc_compile): Likewise.
7215 * gdb.pascal/case-insensitive-symbols.pas: New file.
7216 * gdb.pascal/case-insensitive-symbols.exp: New file.
7217
1586c8fb
GB
72182015-04-20 Gary Benson <gbenson@redhat.com>
7219
7220 * gdb.base/attach.exp: Fix three extended remote failures.
7221
1b6e6f5c
GB
72222015-04-17 Gary Benson <gbenson@redhat.com>
7223
7224 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7225 the main executable over the remote protocol.
7226
e797481d
PA
72272015-04-16 Pedro Alves <palves@redhat.com>
7228
7229 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7230 a new gdbserver if gdbserver_reconnect_p is set.
7231
1ca99c42
PA
72322015-04-16 Pedro Alves <palves@redhat.com>
7233
7234 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7235 is set, don't exit gdbserver.
7236
af9fd6f8
AA
72372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7238
7239 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7240 appropriate .insn, such that an older assembler can be used.
7241 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7242 the z/Architecture instruction set on 31-bit targets as well.
7243
04ff1e61
AA
72442015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7245
7246 * gdb.go/handcall.exp: Remove all logic related to the first
7247 breakpoint and rely on go_runto_main instead.
7248 * gdb.go/strings.exp: Likewise.
7249 * gdb.go/unsafe.exp: Likewise.
7250 * gdb.go/hello.exp: Likewise. Also rename the remaining
7251 breakpoint marker to "breakpoint 1".
7252 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7253 * gdb.go/strings.go: Likewise.
7254 * gdb.go/unsafe.go: Likewise.
7255 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7256 "set breakpoint 2 here" and rename the remaining breakpoint marker
7257 to "breakpoint 1".
7258
40d2f8d6
SM
72592015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7260
7261 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7262 if itertools.imap is not present.
7263 * gdb.python/py-objfile.exp: Add parentheses.
7264 * gdb.python/py-type.exp: Same.
7265 * gdb.python/py-unwind-maint.py: Same.
7266
8cbc97c6
YQ
72672015-04-15 Yao Qi <yao.qi@linaro.org>
7268
7269 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7270 of ":$ptr_size" and set its form explicitly.
7271
45fd756c
YQ
72722015-04-15 Pedro Alves <palves@redhat.com>
7273 Yao Qi <yao.qi@linaro.org>
7274
7275 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7276 timeout by factor of 4.
7277 (test_regular_watch): Likewise.
7278 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7279 * gdb.reverse/sigall-reverse.exp: Likewise.
7280 * gdb.reverse/until-precsave.exp: Likewise.
7281 * lib/gdb.exp (with_timeout_factor): New proc.
7282 (gdb_expect): Move some code to ...
7283 (get_largest_timeout): ... here. New procedure.
7284
9e811bc3
LM
72852015-04-14 Luis Machado <lgustavo@codesourcery.com>
7286
7287 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7288
0ff6fcb2
LM
72892015-04-13 Luis Machado <lgustavo@codesourcery.com>
7290
7291 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7292 to write to the .text section.
7293
7578d5f7
LM
72942015-04-13 Luis Machado <lgustavo@codesourcery.com>
7295
7296 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7297 Handle the case of targets that do not provide PID information.
7298
2efe15c4
YQ
72992015-04-13 Yao Qi <yao.qi@linaro.org>
7300
7301 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7302 and use expect instead of gdb_expect.
7303
8cd8f2f8
SDJ
73042015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7305
7306 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7307 "coredump_var_addr" to avoid naming conflict with other testcases.
7308
9ee41772
PA
73092015-04-10 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7312 gdb_test_sequence and gdb_assert.
7313
07473109
PA
73142015-04-10 Pedro Alves <palves@redhat.com>
7315
7316 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7317 test messages that don't include the breakpoint address.
7318
de3db44c
YQ
73192015-04-10 Yao Qi <yao.qi@linaro.org>
7320
7321 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7322 false for some offset and width combinations which aren't
7323 supported by linux kernel.
7324
c79d856c
PA
73252015-04-10 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7328 procedure, factored out from ...
7329 (top level): ... here. Add "set displaced-stepping" testing axis.
7330 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7331 parameter "displaced". Use it.
7332 (top level): Use foreach and add "set displaced-stepping" testing
7333 axis.
7334
ebc90b50
PA
73352015-04-10 Pedro Alves <palves@redhat.com>
7336
7337 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7338 Remove comment.
7339 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7340 both the address of the instruction that triggers the watchpoint
7341 and the address of the instruction immediately after, and use
7342 those addresses for the test. Fix comment.
7343
8f572e5c
PA
73442015-04-10 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/sigstep.exp (breakpoint_to_handler)
7347 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7348 Test "backtrace" in handler.
7349 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7350 (top level): Add new "displaced" test axis to
7351 breakpoint_to_handler, breakpoint_to_handler_entry and
7352 breakpoint_over_handler.
7353
8d707a12
PA
73542015-04-10 Pedro Alves <palves@redhat.com>
7355
7356 PR gdb/18216
7357 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7358
ef713951
YQ
73592015-04-10 Yao Qi <yao.qi@linaro.org>
7360
7361 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7362 (test_add_rn_pc): New function.
7363 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7364 (top level): Invoke test_add_rn_pc.
7365
906d60cf
PA
73662015-04-10 Pedro Alves <palves@redhat.com>
7367
7368 PR gdb/13858
7369 * gdb.base/step-over-no-symbols.exp: New file.
7370
f2983cc3
AW
73712015-04-09 Andy Wingo <wingo@igalia.com>
7372
7373 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7374 after the Python tests.
7375
6d62641c
SDJ
73762015-04-08 Keith Seitz <keiths@redhat.com>
7377
7378 PR python/16699
7379 * gdb.python/py-completion.exp: New tests for completion.
7380 * gdb.python/py-completion.py (CompleteLimit1): New class.
7381 (CompleteLimit2): Likewise.
7382 (CompleteLimit3): Likewise.
7383 (CompleteLimit4): Likewise.
7384 (CompleteLimit5): Likewise.
7385 (CompleteLimit6): Likewise.
7386 (CompleteLimit7): Likewise.
7387
f3770638
PA
73882015-04-08 Pedro Alves <palves@redhat.com>
7389
7390 PR gdb/18214
7391 PR gdb/18216
7392 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7393 function.
7394 (main): Install it as SIGUSR1 handler.
7395 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7396 parameter. Always use "setup" as prefix. Toggle "set
7397 displaced-stepping" off/on depending on global. Don't switch to
7398 thread 1 here.
7399 (top level): Add displaced stepping "off/on" test axis. Update
7400 "setup" calls. Wrap each subtest with with_test_prefix. Test
7401 continuing with a queued signal in each thread.
7402
4496bed7
PA
74032015-04-08 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7406 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7407 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7408 Return early if running to main fails.
7409 * gdb.trace/while-stepping.exp: Likewise.
7410
b97fde92
PA
74112015-04-07 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7414 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7415 interact with inferior program.
7416
f71c18e7
PA
74172015-04-07 Pedro Alves <palves@redhat.com>
7418
7419 * lib/gdb.exp (inferior_spawn_id): New global.
7420 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7421 spawn id after processing the user code.
7422 (default_gdb_start): Set inferior_spawn_id.
7423 (send_inferior): New procedure.
7424 * lib/gdbserver-support.exp (gdbserver_start): Set
7425 inferior_spawn_id.
7426 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7427
6423214f
PA
74282015-04-07 Pedro Alves <palves@redhat.com>
7429
7430 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7431 * lib/gdbserver-support.exp (gdbserver_start): Make
7432 $server_spawn_id global.
7433 (gdbserver_start): Don't wait for gdbserver's spawn id with
7434 expect_background.
7435 (close_gdbserver): New procedure.
7436 (gdb_exit): Rename the default version and reimplement.
7437
71c0ee8c
PA
74382015-04-07 Pedro Alves <palves@redhat.com>
7439
72f4393d 7440 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7441 append the substituted item, not the original item.
7442
203bc29b
PA
74432015-04-07 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7446 gdb_expect.
7447
508a3ddf
PA
74482015-04-07 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7451 output appearing once only.
7452
9f6dbe2b
PA
74532015-04-07 Pedro Alves <palves@redhat.com>
7454
7455 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7456 that doesn't expect anything. Return early if running to main
7457 fails.
7458
337532fa
YQ
74592015-04-07 Yao Qi <yao.qi@linaro.org>
7460
7461 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7462 (child_function): Call alarm.
7463 (main): Move call to alarm into the loop.
7464 * gdb.threads/non-stop-fair-events.exp: Build program with
7465 -DTIMEOUT=$timeout.
7466
01b622d4
DE
74672015-04-06 Doug Evans <xdje42@gmail.com>
7468
7469 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7470 Fix dest parameter to board_info.
7471 (fpc_compile): Ditto.
7472 (gdb_compile_pascal): Rename dest arg to destfile.
7473
961f4160
PMR
74742015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7475
7476 * gdb.ada/funcall_ref.exp: New file.
7477 * gdb.ada/funcall_ref/foo.adb: New file.
7478
cafda597
YQ
74792015-04-02 Yao Qi <yao.qi@linaro.org>
7480
7481 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7482 is remote.
7483
fed040c6
GB
74842015-04-02 Gary Benson <gbenson@redhat.com>
7485
7486 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7487
d11916aa
SS
74882015-04-01 Sasha Smundak <asmundak@google.com>
7489
7490 * gdb.python/py-unwind-maint.c: New file.
7491 * gdb.python/py-unwind-maint.exp: New test.
7492 * gdb.python/py-unwind-maint.py: New file.
7493 * gdb.python/py-unwind.c: New file.
7494 * gdb.python/py-unwind.exp: New test.
7495 * gdb.python/py-unwind.py: New test.
7496
a1471180
PA
74972015-04-01 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7500 to fail instead of non-existent $test.
7501
0bbeccb1
PA
75022015-04-01 Pedro Alves <palves@redhat.com>
7503
7504 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7505 GDBFLAGS if not empty.
7506
3c724c8c
PMR
75072015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7508
7509 * gdb.ada/complete.exp: Remove "multi_line".
7510 * gdb.ada/info_exc.exp: Remove "multi_line".
7511 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7512 * gdb.ada/ptype_field.exp: Remove "multi_line".
7513 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7514 * gdb.ada/tagged.exp: Remove "multi_line".
7515 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7516 [multi_line ...]
7517 * gdb.btrace/delta.exp: Likewise.
7518 * gdb.btrace/exception.exp: Likewise.
7519 * gdb.btrace/function_call_history.exp: Likewise.
7520 * gdb.btrace/instruction_history.exp: Likewise.
7521 * gdb.btrace/nohist.exp: Likewise.
7522 * gdb.btrace/record_goto.exp: Likewise.
7523 * gdb.btrace/segv.exp: Likewise.
7524 * gdb.btrace/stepi.exp: Likewise.
7525 * gdb.btrace/tailcall.exp: Likewise.
7526 * gdb.btrace/unknown_functions.exp: Likewise.
7527 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7528 * lib/gdb.exp: Add the "multi_line" helper.
7529
4eec2deb
PA
75302015-04-01 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.threads/tid-reuse.c: New file.
7533 * gdb.threads/tid-reuse.exp: New file.
7534
df8411da
SDJ
75352015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7536
7537 PR corefiles/16092
7538 * gdb.base/coredump-filter.c: New file.
7539 * gdb.base/coredump-filter.exp: Likewise.
7540
6ef37366
PM
75412015-03-27 Petr Machata <pmachata@redhat.com>
7542
7543 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7544 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7545 (Dwarf::assemble): Initialize them.
7546 (Dwarf::lines): New function.
7547
7ec911b0
JT
75482015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7549
7550 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7551 SYMBOL_PREFIX for x86_64-*-cygwin.
7552
ff908ebf
AW
75532015-03-26 Andy Wingo <wingo@igalia.com>
7554
7555 PR symtab/18148
7556 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7557 const_value but not a location.
7558 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7559 location defined in non-main CUs are visible.
7560
6d5f0679
YQ
75612015-03-26 Yao Qi <yao.qi@linaro.org>
7562
7563 PR testsuite/18139
7564 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7565 Add a line number entry for the same line.
7566 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7567 Add a line number entry for the same line.
7568
2898689b
YQ
75692015-03-26 Yao Qi <yao.qi@linaro.org>
7570
7571 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7572 .int 0.
7573 (func): Likewise. Add .Lfunc_1 label.
7574 Use .Lfunc_1 label.
7575 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7576 .int 0.
7577 (func): Likewise.
7578 Use .Lfunc_1 label.
7579
85180498
YQ
75802015-03-26 Yao Qi <yao.qi@linaro.org>
7581
7582 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7583 Call gdb_compile instead to compile each .s files without debug
7584 information.
7585
8aa08a8d
YQ
75862015-03-26 Yao Qi <yao.qi@linaro.org>
7587
7588 * gdb.base/savedregs.exp (process_saved_regs): Make
7589 "Saved registers:" optional in the pattern.
7590
66849923
MM
75912015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7592
7593 * gdb.btrace/next.exp: Merged into step.exp.
7594 * gdb.btrace/finish.exp: Merged into step.exp.
7595 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7596 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7597 "record goto" and checking the exact replay position.
7598 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7599 check for "Recording format" in "info record" output.
7600 * gdb.btrace/record_goto.exp: Choose test file based on target.
7601 * gdb.btrace/x86-record_goto.S: Renamed into ...
7602 * gdb.btrace/x86_64-record_goto.S: ... this.
7603 * gdb.btrace/i686-record_goto.S: New.
7604 * gdb.btrace/x86-tailcall.S: Renamed into ...
7605 * gdb.btrace/x86_64-tailcall.S: ... this.
7606 * gdb.btrace/i686-tailcall.S: New.
7607 * gdb.btrace/x86-tailcall.c: Renamed into ...
7608 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7609 separate statements. Update test.
7610 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7611 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7612 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7613 * gdb.btrace/tailcall.exp: Choose test file based on target.
7614 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7615
11cc1b74
MM
76162015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7617
7618 * gdb.btrace/exception.exp: Increase BTS buffer size.
7619
a25d8bf9
PA
76202015-03-24 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7623
856e7dd6
PA
76242015-03-24 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.threads/schedlock.exp (test_step): No longer expect that
7627 "set scheduler-locking step" with "next" over a function call runs
7628 threads unlocked.
7629
ad235a41
AT
76302015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7631
7632 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7633
15630549
AT
76342015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7635
7636 PR breakpoints/16466
7637 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7638 * gdb.mi/mi-pending.c (thread_func): New function.
7639 (int main): Add threading support required.
7640 * gdb.mi/mi-pending.exp: Add tests for this issue.
7641 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7642 (pendfunc2): Remove stdio dependency.
7643 * gdb.mi/mi-pendshr2.c: New file.
7644
693dca06
KS
76452015-03-23 Keith Seitz <keiths@redhat.com>
7646
7647 * gdb.linespec/keywords.c: New file.
7648 * gdb.linespec/keywords.exp: New file.
7649
7e993ebf
KS
76502015-03-23 Keith Seitz <keiths@redhat.com>
7651
7652 PR gdb/18021
7653 * gdb.dwarf2/staticvirtual.exp: New test.
7654
bc23328c
JK
76552015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7656
7657 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7658 * README: Remove HP-UX and gdb.hp.
7659 (configuration):
7660 * configure: Regenerate.
7661 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7662 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7663 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7664 gdb.hp/gdb.defects/Makefile.
7665 * gdb.hp/Makefile.in: File deleted.
7666 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7667 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7668 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7669 * gdb.hp/gdb.aCC/run.c: File deleted.
7670 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7671 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7672 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7673 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7674 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7675 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7676 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7677 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7678 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7679 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7680 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7681 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7682 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7683 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7684 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7685 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7686 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7687 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7688 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7689 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7690 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7691 * gdb.hp/gdb.compat/average.c: File deleted.
7692 * gdb.hp/gdb.compat/sum.c: File deleted.
7693 * gdb.hp/gdb.compat/xdb.c: File deleted.
7694 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7695 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7696 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7697 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7698 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7699 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7700 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7701 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7702 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7703 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7704 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7705 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7706 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7707 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7708 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7709 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7710 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7711 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7712 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7713 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7714 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7715 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7716 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7717 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7718 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7719 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7720 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7721 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7722 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7723 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7724 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7725 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7726 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7727 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7728 * gdb.hp/tools/odump: File deleted.
7729
8bf3b159
PA
77302015-03-19 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7733 (saw_thread_3): New globals.
7734 (top level): Increment them when an event for the corresponding
7735 thread is seen.
7736 (no thread starvation): New test.
7737
eb54c8bf
PA
77382015-03-19 Pedro Alves <palves@redhat.com>
7739
7740 * gdb.threads/continue-pending-status.c: New file.
7741 * gdb.threads/continue-pending-status.exp: New file.
7742
32d2e5d6
PA
77432015-03-18 Pedro Alves <palves@redhat.com>
7744
7745 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7746 Use gdb_is_target_remote instead of is_remote. Use
7747 gdb_test_multiple instead of gdb_expect. Exit early if
7748 gdb_test_multiple hits its internal matches. Tighten stepi tests
7749 expected output. Fail on exit with any signal, instead of just
7750 SIGILL.
7751
f68f11b7
YQ
77522015-03-18 Yao Qi <yao.qi@linaro.org>
7753
7754 PR tdep/18107
7755 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7756 variable.
7757 * gdb.base/catch-syscall.exp: Don't skip it on
7758 aarch64*-*-linux* target. Remove elements in all_syscalls.
7759 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7760 target.
7761 (setup_all_syscalls): New proc.
7762
ca5fd19b
YQ
77632015-03-16 Yao Qi <yao.qi@linaro.org>
7764
7765 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7766 (top level): Skip tests if valid_addr_p returns false for
7767 $cmd1 or $cmd2.
7768
85642ba0
AW
77692015-03-11 Andy Wingo <wingo@igalia.com>
7770
7771 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7772
e03f9645
YQ
77732015-03-11 Yao Qi <yao.qi@linaro.org>
7774
7775 * gdb.base/catch-syscall.exp: Fix typo in comments.
7776
5d0962b2
YQ
77772015-03-11 Yao Qi <yao.qi@linaro.org>
7778
7779 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7780
b2df3cef
PA
77812015-03-09 Pedro Alves <palves@redhat.com>
7782
7783 * dg-extract-results.py: Delete.
7784
ef878e53
PA
77852015-03-09 Pedro Alves <palves@redhat.com>
7786
7787 Merge dg-extract-results.sh from GCC upstream (r218843).
7788
7789 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7790 * dg-extract-results.sh: Use --text with grep to avoid issues with
7791 binary files. Fall back to cat -v, if that doesn't work.
7792
9494d219
PA
77932015-03-05 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7796
a8d9763a
SM
77972015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7798
7799 * lib/mi-support.exp (mi_expect_interrupt): Accept
7800 alternative event for when in all-stop mode.
7801
be9957b8
PA
78022015-03-04 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7805
d57be0f4 78062015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7807
7808 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7809
c214c7cf
AA
78102015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7811
7812 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7813 regexps for GDB's current line display, accept a hex address
7814 preceding the line number.
7815
6d74a497
AA
78162015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7817
7818 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7819 the 'arch1' variable for "s390*-linux*" targets.
7820
511aee7c
PA
78212015-03-04 Pedro Alves <palves@redhat.com>
7822
7823 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7824 (main): Pass missing retval argument to pthread_join call.
7825
95e50b27
PA
78262015-03-02 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7829 (top level): Call do_test with non-stop as well.
7830
28054d69
PA
78312015-03-02 Pedro Alves <palves@redhat.com>
7832
7833 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7834 -1.
7835
4fa5d7b4
AA
78362015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7837
7838 * gdb.arch/s390-vregs.exp: New test.
7839 * gdb.arch/s390-vregs.S: New file.
7840
97c18565
PA
78412015-02-27 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7844 call to catch_command_errors.
7845 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7846 catch_command_errors.
7847
a37bfa30
PA
78482015-02-27 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7851 "true" for boolean result.
7852 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7853 prototype of main.
7854
6f98576f
PA
78552015-02-27 Pedro Alves <palves@redhat.com>
7856
7857 * lib/unbuffer_output.c: New file.
7858 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7859 (main): Call gdb_unbuffer_output.
7860
eba5ab56
YQ
78612015-02-27 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7864 target.
7865
0def5aaa
DE
78662015-02-26 Doug Evans <dje@google.com>
7867
7868 * gdb.cp/class2.cc (Dbase, D): New classes.
7869 (main): New local delta.
7870 * gdb.cp/class2.exp: Test printing delta.
7871 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7872 (dynbar): New global.
7873 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7874
081a1c2c
JK
78752015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7876
7877 * gdb.compile/compile-ifunc.c: New file.
7878 * gdb.compile/compile-ifunc.exp: New file.
7879
2f41223f
AT
78802015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7881
7882 * gdb.base/structs.exp: Check for correct struct on finish.
7883
03eddd80
YQ
78842015-02-26 Yao Qi <yao.qi@linaro.org>
7885
7886 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7887 is zero.
7888
80c57053
JK
78892015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 * gdb.arch/cordic.ko.bz2: New file.
7892 * gdb.arch/cordic.ko.debug.bz2: New file.
7893 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7894
21613c12
YQ
78952015-02-25 Yao Qi <yao.qi@linaro.org>
7896
7897 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7898 aarch64*-*-* target.
7899
d8b901ed
PA
79002015-02-23 Pedro Alves <palves@redhat.com>
7901
7902 * lib/gdb.exp (delete_breakpoints): Rewrite using
7903 gdb_test_multiple.
7904
e5b85ead
PA
79052015-02-23 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.base/info-os.c: Include stdlib.h.
7908
85c3a371
DE
79092015-02-22 Doug Evans <xdje42@gmail.com>
7910
7911 PR symtab/17855
7912 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7913 is read after symbols have been re-read.
7914 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7915 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7916
96553a0c
DE
79172015-02-21 Doug Evans <dje@google.com>
7918
7919 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7920
97a0c697
JK
79212015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7922
7923 PR corefiles/17808
7924 * gdb.arch/i386-biarch-core.core.bz2: New file.
7925 * gdb.arch/i386-biarch-core.exp: New file.
7926
a47cd6e9
PA
79272015-02-21 Pedro Alves <palves@redhat.com>
7928
7929 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7930 runto_main fails.
7931
c5facdc4
PA
79322015-02-20 Pedro Alves <palves@redhat.com>
7933
7934 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7935 info probes.
7936
2db9a427
PA
79372015-02-20 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7940
60fb7e9e
PA
79412015-02-20 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7944 clean_restart before gdb_target_supports_trace.
7945
5c5019c2
PA
79462015-02-20 Pedro Alves <palves@redhat.com>
7947
7948 PR threads/18006
7949 * gdb.threads/clone-thread_db.c: New file.
7950 * gdb.threads/clone-thread_db.exp: New file.
7951
c9587f88
AT
79522015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7953
7954 PR breakpoints/16812
7955 * gdb.base/catch-gdb-caused-signals.c: New file.
7956 * gdb.base/catch-gdb-caused-signals.exp: New file.
7957
f6a88844
JM
79582015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7959
7960 * configure: Regenerated.
7961 * configure.ac: Use GDB_AC_TRANSFORM.
7962 * aclocal.m4: sinclude ../transform.m4.
7963
497c491b
JM
79642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7965
7966 * lib/dtrace.exp: New file.
7967 * gdb.base/dtrace-probe.exp: Likewise.
7968 * gdb.base/dtrace-probe.d: Likewise.
7969 * gdb.base/dtrace-probe.c: Likewise.
7970 * lib/pdtrace.in: Likewise.
7971 * configure.ac: Output variables with the transformed names of
7972 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7973 * configure: Regenerated.
7974
03e98035
JM
79752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7976
7977 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7978 expected message when trying to access $_probe_* convenience
7979 variables while not on a probe.
7980
63cc30e9
JK
79812015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7982
7983 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7984
0703599a
PA
79852015-02-11 Pedro Alves <pedro@codesourcery.com>
7986
7987 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7988 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7989
7e60a48e
DE
79902015-02-10 Doug Evans <xdje42@gmail.com>
7991
7992 * lib/gdb.exp (gdb_load): Always return a result.
7993
01b088bc
PA
79942015-02-10 Pedro Alves <palves@redhat.com>
7995
7996 * gdb.threads/signal-sigtrap.c: New file.
7997 * gdb.threads/signal-sigtrap.exp: New file.
7998
b05ec7a5
AT
79992015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8000
8001 * gdb.trace/no-attach-trace.c: New file.
8002 * gdb.trace/no-attach-trace.exp: New file.
8003
a2c2acaf
MW
80042015-02-09 Mark Wielaard <mjw@redhat.com>
8005
8006 * gdb.dwarf2/atomic.c: New file.
8007 * gdb.dwarf2/atomic-type.exp: Likewise.
8008
31fd9caa
MM
80092015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8010
8011 * gdb.btrace/buffer-size.exp: Update "info record" output.
8012 * gdb.btrace/delta.exp: Update "info record" output.
8013 * gdb.btrace/enable.exp: Update "info record" output.
8014 * gdb.btrace/finish.exp: Update "info record" output.
8015 * gdb.btrace/instruction_history.exp: Update "info record" output.
8016 * gdb.btrace/next.exp: Update "info record" output.
8017 * gdb.btrace/nexti.exp: Update "info record" output.
8018 * gdb.btrace/step.exp: Update "info record" output.
8019 * gdb.btrace/stepi.exp: Update "info record" output.
8020 * gdb.btrace/nohist.exp: Update "info record" output.
8021
d33501a5
MM
80222015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8023
8024 * gdb.btrace/buffer-size: New.
8025
f4abbc16
MM
80262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8027
8028 * gdb.btrace/delta.exp: Update "info record" output.
8029 * gdb.btrace/enable.exp: Update "info record" output.
8030 * gdb.btrace/finish.exp: Update "info record" output.
8031 * gdb.btrace/instruction_history.exp: Update "info record" output.
8032 * gdb.btrace/next.exp: Update "info record" output.
8033 * gdb.btrace/nexti.exp: Update "info record" output.
8034 * gdb.btrace/step.exp: Update "info record" output.
8035 * gdb.btrace/stepi.exp: Update "info record" output.
8036 * gdb.btrace/nohist.exp: Update "info record" output.
8037
b9d61307
SM
80382015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8039
8040 PR gdb/15678
8041 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8042
e584fdbc
PA
80432015-02-06 Pedro Alves <palves@redhat.com>
8044
8045 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8046 macro.
8047 (seconds_left, again): New globals.
8048 (main): Wait seconds_left in a 1-second sleep loop instead of
8049 sleeping 180 seconds. If 'again' is set, reset the seconds
8050 counter.
8051 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8052 'again' in the inferior before detaching. Print the seconds left.
8053 (options): New global.
8054 (top level): Build program with -DTIMEOUT=$timeout.
8055
77f41761
PA
80562015-02-06 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8059 determine how many seconds to pass to 'alarm'.
8060 * gdb.base/gdb-sigterm.exp (top level): Build program with
8061 -DTIMEOUT=$timeout.
8062 (do_test): Return success/failure indication. Add more verbose
8063 logging. Don't fail if 200 single steps are seen. Instead, fail
8064 when the test times out.
8065 (passes): New global.
8066 (top level): Break the testing loop if testing fails on any
8067 iteration. Use gdb_assert.
8068
b9394193
DB
80692015-02-04 Don Breazeal <donb@codesourcery.com>
8070
8071 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8072 and initialize them.
8073 (ipc_cleanup): New function.
8074 (main): Don't declare shmid, semid, and msqid. Add a call to
8075 atexit so that we call ipc_cleanup on exit.
8076
42d9e528
PA
80772015-02-04 Pedro Alves <palves@redhat.com>
8078
8079 * boards/native-extended-gdbserver.exp: Remove any target variant
8080 specifications from the board name before clearing the isremote
8081 flag from board_info.
8082
ae6ae975
DE
80832015-01-31 Doug Evans <xdje42@gmail.com>
8084
8085 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8086
cfb069a8
GB
80872015-01-31 Gary Benson <gbenson@redhat.com>
8088
8089 * gdb.base/completion.exp: Disable completion limiting for
8090 existing tests. Add new tests to check completion limiting.
8091 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8092
5dd31d79
DE
80932015-01-31 Doug Evans <xdje42@gmail.com>
8094
8095 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8096
9f050062
DE
80972015-01-31 Doug Evans <xdje42@gmail.com>
8098
8099 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8100 entries. Duplicate file section script entries.
8101 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8102 inlined entries. Add test for safe-path rejection.
8103 * gdb.python/py-section-script.c: Add duplicate inlined section script
8104 entries. Duplicate file section script entries.
8105 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8106 inlined entries. Add test for safe-path rejection.
8107
df25ebbd
JB
81082015-01-29 Joel Brobecker <brobecker@adacore.com>
8109
8110 * gdb.ada/disc_arr_bound: New testcase.
8111
4a0ca9ec
JB
81122015-01-29 Joel Brobecker <brobecker@adacore.com>
8113
8114 * gdb.ada/mi_var_array: New testcase.
8115
3a8b707a
DE
81162015-01-27 Doug Evans <dje@google.com>
8117
8118 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8119 Add test for objfile.filename, objfile.username after objfile
8120 has been unloaded.
8121
f8313f6e
JB
81222015-01-26 Joel Brobecker <brobecker@adacore.com>
8123
8124 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8125 the second test to print the name attribute of value
8126 returned by the call to gdb.lookup_type, and adjust
8127 the expected output accordingly.
8128
37bc665e
MW
81292015-01-25 Mark Wielaard <mjw@redhat.com>
8130
8131 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8132 * gdb.base/disp-step-fork.c: Include unistd.h.
8133 * gdb.base/siginfo-obj.c: Include stdio.h.
8134 * gdb.base/siginfo-thread.c: Likewise.
8135 * gdb.mi/non-stop.c: Include unistd.h.
8136 * gdb.mi/nsthrexec.c: Include stdio.h.
8137 * gdb.mi/pthreads.c: Include unistd.h.
8138 * gdb.modula2/unbounded1.c (main): Declare returns int.
8139 * gdb.reverse/consecutive-reverse.c: Likewise.
8140 * gdb.threads/create-fail.c: Include unistd.h.
8141 * gdb.threads/killed.c: Likewise.
8142 * gdb.threads/linux-dp.c: Likewise.
8143 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8144 * gdb.threads/non-ldr-exc-2.c: Likewise.
8145 * gdb.threads/non-ldr-exc-3.c: Likewise.
8146 * gdb.threads/non-ldr-exc-4.c: Likewise.
8147 * gdb.threads/pthreads.c: Include unistd.h.
8148 (main): Declare returns int.
8149 * gdb.threads/tls-main.c (foo): New declaration.
8150 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8151
f7e5394d
SM
81522015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8153
8154 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8155 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8156
743649fd
MW
81572015-01-15 Mark Wielaard <mjw@redhat.com>
8158
8159 * gdb.base/noreturn-return.c: New file.
8160 * gdb.base/noreturn-return.exp: New file.
8161 * gdb.base/noreturn-finish.c: New file.
8162 * gdb.base/noreturn-finish.exp: New file.
8163
198297aa
PA
81642015-01-23 Pedro Alves <palves@redhat.com>
8165
8166 * gdb.threads/continue-pending-after-query.c: New file.
8167 * gdb.threads/continue-pending-after-query.exp: New file.
8168
717cf30c
AG
81692015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8170 Simon Marchi <simon.marchi@ericsson.com>
8171
8172 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8173 * gdb.base/valgrind-db-attach.exp: Same.
8174 * gdb.base/valgrind-infcall.exp: Same.
8175 * lib/mi-support.exp (default_mi_gdb_start): Same.
8176 * lib/prompt.exp (default_prompt_gdb_start): Same.
8177 * lib/gdb.exp (default_gdb_spawn): Same.
8178 (gdb_interact): New.
8179
8180
4b62a76e
JK
81812015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8182
8183 * gdb.compile/compile.exp (pointer to jit function): New test.
8184
b4cdae6f
WW
81852015-01-17 Wei-cheng Wang <cole945@gmail.com>
8186
8187 * lib/gdb.exp (supports_process_record): Return true for
8188 powerpc*-*-linux*.
8189 (supports_reverse): Likewise.
8190
d221e7ef
DB
81912015-01-15 Don Breazeal <donb@codesourcery.com>
8192
8193 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8194 instead of checking whether the target board is remote and
8195 use spawn_wait_for_attach instead of exec/sleep.
8196 * gdb.base/attach-twice.exp: Likewise.
8197
bafffb51
JB
81982015-01-15 Joel Brobecker <brobecker@adacore.com>
8199
8200 * gdb.ada/var_arr_attrs: New testcase.
8201
5589af0e
PA
82022015-01-14 Pedro Alves <palves@redhat.com>
8203 Joel Brobecker <brobecker@adacore.com>
8204
8205 PR gdb/17525
8206 * gdb.base/bp-cmds-execution-x-script.c: New file.
8207 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8208 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8209
6c400b59
PA
82102015-01-14 Pedro Alves <palves@redhat.com>
8211
8212 PR cli/17828
8213 * gdb.base/batch-preserve-term-settings.c: New file.
8214 * gdb.base/batch-preserve-term-settings.exp: New file.
8215
e02c96a7
DE
82162015-01-13 Doug Evans <dje@google.com>
8217
8218 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8219 binary.
8220
576fd14c
JB
82212015-01-13 Joel Brobecker <brobecker@adacore.com>
8222
8223 * Makefile.in (clean mostlyclean): Do not delete *.py.
8224
04dccad0
JB
82252015-01-13 Joel Brobecker <brobecker@adacore.com>
8226
8227 * gdb.python/py-lookup-type.exp: New file.
8228
3d230f71
PA
82292015-01-12 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8232 restore GDBFLAGS before returning.
8233
7e67715d
JK
82342015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8235
8236 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8237 is_amd64_regs_target and is_x86_like_target.
8238
f2e0d4b4
DE
82392015-01-11 Doug Evans <xdje42@gmail.com>
8240
8241 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8242 is given without an explicit form.
8243 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8244 attributes.
8245 * gdb.dwarf/corrupt.exp: Ditto.
8246 * gdb.dwarf2/enum-type.exp: Ditto.
8247 * gdb.trace/entry-values.exp: Ditto.
8248 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8249
439250fb
DE
82502015-01-11 Doug Evans <xdje42@gmail.com>
8251
8252 PR gdb/15830
8253 * gdb.base/maint.exp: Remove references to "maint demangle".
8254 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8255 Add tests for explicitly specifying language to demangle.
8256 * gdb.dlang/demangle.exp: Ditto.
8257
ede9f622
PA
82582015-01-09 Pedro Alves <palves@redhat.com>
8259
8260 * gdb.threads/non-stop-fair-events.c: New file.
8261 * gdb.threads/non-stop-fair-events.exp: New file.
8262
a7b796db
PA
82632015-01-09 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8266 the global scope. Set a breakpoint after all threads are started
8267 rather than stepping over two source lines. Expect the prompt.
8268 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8269 global.
8270 (NUM): Now 15.
8271 (main): Use threads_started_barrier to wait for all threads to
8272 start. Main thread no longer calls thread_function. Exit after
8273 180 seconds.
8274 (loop): New function.
8275 (thread_function): Wait on threads_started_barrier barrier. Call
8276 'loop' at each iteration.
8277 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8278 threads have started, instead of hardcoding number of "next"
8279 steps. Use an access watchpoint instead of a write watchpoint.
8280
9665ffdd
PA
82812015-01-09 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8284 (thread_func): Wait on barrier.
8285 (main): Wait for all threads to start before stopping GDB.
8286 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8287 global.
8288 (thread1_func, thread2_func): Wait on barrier.
8289 (main): Wait for all threads to start before stopping GDB.
8290 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8291 New global.
8292 (thread1_func, thread2_func): Wait on barrier.
8293 (main): Wait for all threads to start before stopping GDB.
8294
c945a99f
PA
82952015-01-09 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.threads/attach-many-short-lived-threads.c: New file.
8298 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8299
c1a747c1
PA
83002014-01-09 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8303 instead of to thread 2.
8304 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8305 Add barrier around each pthread_create call instead of around all
8306 calls.
8307 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8308 Set a break on thread_function and have the child threads hit it
8309 one at at a time.
8310
60b3033e
PA
83112015-01-09 Pedro Alves <palves@redhat.com>
8312
8313 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8314 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8315 false.
8316 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8317 checking whether the target board is remote.
8318 * gdb.multi/multi-attach.exp: Likewise.
8319 * gdb.python/py-sync-interp.exp: Likewise.
8320 * gdb.server/ext-attach.exp: Likewise.
8321 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8322 tests that need to attach, instead of checking whether the target
8323 board is remote at the top of the file.
8324
acc018ac
YQ
83252015-01-08 Yao Qi <yao@codesourcery.com>
8326
8327 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8328
50a18af8
JK
83292015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8330
8331 Fix testcase compilation.
8332 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8333
8503d6e1
JB
83342015-01-06 Joel Brobecker <brobecker@adacore.com>
8335
8336 * gdb.python/py-type.exp: Add a couple test about empty
8337 array creation, and negative-length array creation.
8338
cc73dbcc
DE
83392015-01-02 Doug Evans <xdje42@gmail.com>
8340
8341 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8342
0300bbc7
DE
83432015-01-02 Doug Evans <dje@google.com>
8344
8345 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8346
9d85a0ec
YQ
83472014-12-29 Yao Qi <yao@codesourcery.com>
8348
8349 * gdb.trace/entry-values.exp: Update comments. Rename variable
8350 bar_call_foo to returned_from_foo.
8351
87186c6a
MMN
83522014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8353
8354 PR gdb/17394
8355 * gdb.linespec/break-asm-file.c: New file.
8356 * gdb.linespec/break-asm-file.exp: New file.
8357 * gdb.linespec/break-asm-file0.s: New file.
8358 * gdb.linespec/break-asm-file1.s: New file.
8359
1bab7383
YQ
83602014-12-18 Nigel Stephens <nigel@mips.com>
8361 Maciej W. Rozycki <macro@codesourcery.com>
8362
8363 * gdb.base/float.exp: Handle the new output from "info float" on
8364 MIPS targets.
8365
1bc1068a
JK
83662014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8367
8368 Fix MinGW compilation.
8369 * gdb.compile/compile-ops.exp: Update untested message if
8370 !skip_compile_feature_tests.
8371 * gdb.compile/compile-setjmp.exp: Likewise.
8372 * gdb.compile/compile-tls.exp: Likewise.
8373 * gdb.compile/compile.exp: Likewise.
8374 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8375 supported on this host".
8376
b6615d10
DE
83772014-12-16 Doug Evans <xdje42@gmail.com>
8378
8379 * boards/stabs.exp: New file.
8380
25dda427
AA
83812014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8382
8383 * gdb.base/completion.exp: Adjust to format changes of "maint
8384 print user-registers".
8385
bf330350
CU
83862014-12-16 Catalin Udma <catalin.udma@freescale.com>
8387
8388 PR server/17457
8389 * gdb.arch/aarch64-fp.c: New file.
8390 * gdb.arch/aarch64-fp.exp: New file.
8391
395cf596
SDJ
83922014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8393
8394 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8395 r210637, r210913, r211666, r215400, r215817).
8396
8397 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8398 * dg-extract-results.py: New file.
8399 * dg-extract-results.sh: Use it if the environment seems
8400 suitable.
8401
8402 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8403
8404 * dg-extract-results.py (parse_run): Handle warnings that
8405 are printed before a test harness is run.
8406
8407 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8408
8409 * dg-extract-results.py (Named): Remove __cmp__ method.
8410 (output_variation): Use a key to sort variation.harnesses.
8411
8412 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8413
8414 * dg-extract-results.py: For Python 3, force sys.stdout to
8415 handle surrogate escape sequences.
8416 (safe_open): New function.
8417 (output_segment, main): Use it.
8418
8419 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8420
8421 * dg-extract-results.py (Prog.result_re): Include options
8422 in test name.
8423
8424 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8425
8426 * dg-extract-results.py (output_variation): Always sort if
8427 do_sum.
8428
e882ef3c
SM
84292014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8430
8431 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8432 as long as we get pagination notifications.
8433
4992aa20
JM
84342014-12-15 Jason Merrill <jason@redhat.com>
8435
8436 * Makefile.in (check-gdb.%): Restore.
8437 * README: Mention it.
8438
c1b5a1a6
JB
84392014-12-13 Joel Brobecker <brobecker@adacore.com>
8440
8441 * gdb.ada/str_uninit: New testcase.
8442
5537b577
JK
84432014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8444
8445 PR symtab/17642
8446 * gdb.base/vla-stub-define.c: New file.
8447 * gdb.base/vla-stub.c: New file.
8448 * gdb.base/vla-stub.exp: New file.
8449
bb2ec1b3
TT
84502014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8451 Jan Kratochvil <jan.kratochvil@redhat.com>
8452 Tom Tromey <tromey@redhat.com>
8453
8454 * configure.ac: Add gdb.compile/.
8455 * configure: Regenerate.
8456 * gdb.compile/Makefile.in: New file.
8457 * gdb.compile/compile-ops.exp: New file.
8458 * gdb.compile/compile-ops.c: New file.
8459 * gdb.compile/compile-tls.c: New file.
8460 * gdb.compile/compile-tls.exp: New file.
8461 * gdb.compile/compile-constvar.S: New file.
8462 * gdb.compile/compile-constvar.c: New file.
8463 * gdb.compile/compile-mod.c: New file.
8464 * gdb.compile/compile-nodebug.c: New file.
8465 * gdb.compile/compile-setjmp-mod.c: New file.
8466 * gdb.compile/compile-setjmp.c: New file.
8467 * gdb.compile/compile-setjmp.exp: New file.
8468 * gdb.compile/compile-shlib.c: New file.
8469 * gdb.compile/compile.c: New file.
8470 * gdb.compile/compile.exp: New file.
8471 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8472
4ff709eb
TT
84732014-12-12 Tom Tromey <tromey@redhat.com>
8474
8475 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8476 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8477
6dddd6a5
DE
84782014-12-12 Doug Evans <dje@google.com>
8479
8480 * lib/gdb-python.exp (get_python_valueof): New function.
8481 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8482
71c24708
AA
84832014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8484
8485 * gdb.base/completion.exp: Add test for completion of "info
8486 registers ".
8487
3e29f34a
MR
84882014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8489
8490 * gdb.base/func-ptrs.c: New file.
8491 * gdb.base/func-ptrs.exp: New file.
8492
fc126975
SM
84932014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8494
8495 PR breakpoints/17012
8496 * gdb.base/dprintf-detach.c: New file.
8497 * gdb.base/dprintf-detach.exp: New file.
8498
0a46d518
SM
84992014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8500
8501 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8502 * lib/gdb.exp (target_is_gdbserver): New procedure.
8503
a0be3e44
DE
85042014-12-08 Doug Evans <dje@google.com>
8505
8506 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8507
df1b803a
YQ
85082014-12-05 Yao Qi <yao@codesourcery.com>
8509
8510 * gdb.guile/scm-error.exp: Remove the third argument to
8511 gdb_remote_download.
8512 * gdb.guile/scm-frame-args.exp: Likewise.
8513 * gdb.guile/scm-section-script.exp: Likewise.
8514
ddb9f679
YQ
85152014-12-05 Yao Qi <yao@codesourcery.com>
8516
8517 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8518
86e4ed39
DE
85192014-12-04 Doug Evans <dje@google.com>
8520
8521 * gdb.python/py-objfile.exp: Add tests for
8522 objfile.add_separate_debug_file.
8523
7c50a931
DE
85242014-12-04 Doug Evans <dje@google.com>
8525
8526 * lib/gdb.exp (get_build_id): New function.
8527 (build_id_debug_filename_get): Rewrite to use it.
8528 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8529
621661e3
MR
85302014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8531
8532 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8533 `method(long)', not just 0x0.
8534 * gdb.cp/nsalias.exp: Align code labels to 4.
8535 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8536 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8537 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8538 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8539 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8540 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8541
29f0c3b7
DE
85422014-12-02 Doug Evans <dje@google.com>
8543
e1e061e7 8544 PR symtab/17602
29f0c3b7 8545 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8546 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8547 * gdb.cp/anon-ns.exp: Update.
8548
162078c8
NB
85492014-12-02 Nick Bull <nicholaspbull@gmail.com>
8550
8551 * gdb.python/py-events.py (inferior_call_handler): New.
8552 (register_changed_handler, memory_changed_handler): New.
8553 (test_events.invoke): Register new handlers.
8554 * gdb.python/py-events.exp: Add tests for inferior call,
8555 memory_changed and register_changed events.
8556
fdb09caf
AA
85572014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8558
8559 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8560 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8561 if the linker doesn't understand this.
8562
55cfb2c4
SM
85632014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8564
8565 * gdb.python/python.exp: Change expected reply to help().
8566
9e8cd6df
YQ
85672014-12-01 Yao Qi <yao@codesourcery.com>
8568
8569 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8570 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8571 * configure: Re-generated.
8572
6c659fc2
SC
85732014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8574
8575 * gdb.cp/chained-calls.cc: New file.
8576 * gdb.cp/chained-calls.exp: New file.
8577 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8578
d7fc3181
SM
85792014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8580
8581 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8582 * gdb.dwarf2/symtab-producer.exp: Same.
8583 * gdb.gdb/python-interrupts.exp: Same.
8584 * gdb.gdb/python-selftest.exp: Same.
8585 * gdb.python/py-linetable.exp: Same.
8586 * gdb.python/py-type.exp: Same.
8587 * gdb.python/py-value-cc.exp: Same.
8588 * gdb.python/py-value.exp: Same.
8589
10e79639
YQ
85902014-11-28 Yao Qi <yao@codesourcery.com>
8591
8592 * gdb.base/break-probes.exp: Match library name prefixed with
8593 sysroot.
8594
f28a0564
SM
85952014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8596
8597 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8598 test expected output. Add parentheses for the call to print.
8599 Remove L suffix from integers.
8600
3fe1ce1d
DE
86012014-11-26 Doug Evans <dje@google.com>
8602
8603 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8604
84429e27
YQ
86052014-11-22 Yao Qi <yao@codesourcery.com>
8606
8607 * gdb.trace/entry-values.c: Remove asms.
8608 (foo): Add foo_label.
8609 (bar): Add bar_label.
8610 * gdb.trace/entry-values.exp: Remove code computing foo's
8611 length and bar's length.
8612 (Dwarf::assemble): Invoke function_range for bar and use
8613 MACRO_AT_func for foo.
8614
26741859
YQ
86152014-11-22 Yao Qi <yao@codesourcery.com>
8616
8617 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8618 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8619 Use .Lgcc43_procstart instead of gcc43.
8620
45e44d27
JB
86212014-11-21 Joel Brobecker <brobecker@adacore.com>
8622
8623 * gdb.ada/n_arr_bound: New testcase.
8624
458c8db8
SDJ
86252014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8626
8627 PR breakpoints/10737
8628 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8629 test_catch_syscall_multi_arch.
8630 (test_catch_syscall_multi_arch): New function.
8631
43f3e411
DE
86322014-11-20 Doug Evans <xdje42@gmail.com>
8633
8634 * gdb.base/maint.exp: Update expected output.
8635
0d7b2549
AA
86362014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8637
8638 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8639 4-byte instruction on S390.
8640
8908fca5
JB
86412014-11-19 Joel Brobecker <brobecker@adacore.com>
8642
8643 * gdb.ada/arr_arr: New testcase.
8644
4a46959e
JB
86452014-11-19 Joel Brobecker <brobecker@adacore.com>
8646
8647 * gdb.ada/pkd_arr_elem: New Testcase.
8648
470e2f4e
LM
86492014-11-18 Luis Machado <lgustavo@codesourcery.com>
8650
8651 * gdb.reverse/break-precsave: Expect completion message for
8652 core file reads.
8653 * gdb.reverse/consecutive-precsave.exp: Likewise.
8654 * gdb.reverse/finish-precsave.exp: Likewise.
8655 * gdb.reverse/i386-precsave.exp: Likewise.
8656 * gdb.reverse/machinestate-precsave.exp: Likewise.
8657 * gdb.reverse/sigall-precsave.exp: Likewise.
8658 * gdb.reverse/solib-precsave.exp: Likewise.
8659 * gdb.reverse/step-precsave.exp: Likewise.
8660 * gdb.reverse/until-precsave.exp: Likewise.
8661 * gdb.reverse/watch-precsave.exp: Likewise.
8662
a267f3ad
AA
86632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8664
8665 * gdb.base/bp-permanent.c: Include unistd.h.
8666 * gdb.python/py-framefilter-mi.c (main): Add return type.
8667 * gdb.python/py-framefilter.c (main): Likewise.
8668 * gdb.trace/actions-changed.c (main): Likewise.
8669
12084a9a
AA
86702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8671
8672 * gdb.mi/until.c: Add eye-catchers.
8673 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8674 line numbers.
8675
dc7e1a77
AA
86762014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8677
8678 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8679 function header variants in break1.c.
8680 * gdb.base/ena-dis-br.exp: Likewise.
8681 * gdb.base/hbreak2.exp: Likewise.
8682 * gdb.reverse/until-precsave.exp: Drop references to removed
8683 non-prototype function header variants in ur1.c.
8684 * gdb.reverse/until-reverse.exp: Likewise.
8685
41c77605
PM
86862014-11-17 Petr Machata <pmachata@redhat.com>
8687
8688 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8689 ${_cu_offset_size} bytes abbrev offset.
8690
34248c3a
DE
86912014-11-15 Doug Evans <xdje42@gmail.com>
8692
8693 PR symtab/17559
8694 * gdb.base/line-symtabs.exp: New file.
8695 * gdb.base/line-symtabs.c: New file.
8696 * gdb.base/line-symtabs.h: New file.
8697
646da059
YQ
86982014-11-14 Yao Qi <yao@codesourcery.com>
8699
8700 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8701 (func): Add label func_label.
8702 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8703 Replace low_pc and high_pc with MACRO_AT_range.
8704 Replace name, low_pc and high_pc with MACRO_AT_func.
8705
9301ebe6
YQ
87062014-11-14 Yao Qi <yao@codesourcery.com>
8707
8708 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8709 Replace name, low_pc and high_pc with MACRO_AT_func.
8710
f166b542
YQ
87112014-11-14 Yao Qi <yao@codesourcery.com>
8712
8713 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8714 produce debug information.
8715 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8716
0f6e71e3
YQ
87172014-11-14 Yao Qi <yao@codesourcery.com>
8718
8719 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8720 object and get function length.
8721 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8722 with MACRO_AT_func.
8723 (top-level): Replace gdb_compile and clean_restart with
8724 prepare_for_testing.
8725 * gdb.dwarf2/main.c (main): Add label main_label.
8726
876c4df9
YQ
87272014-11-14 Yao Qi <yao@codesourcery.com>
8728
8729 * lib/dwarf.exp (function_range): New procedure.
8730 (Dwarf::_handle_macro_at_func): New procedure.
8731 (Dwarf::_handle_macro_at_range): New procedure.
8732 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8733
02ad9cf1
YQ
87342014-11-14 Yao Qi <yao@codesourcery.com>
8735
8736 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8737 (_handle_attribute): New procedure.
8738
a59add0c
AA
87392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8740
8741 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8742 * gdb.base/call-sc.c (zed): Likewise.
8743 * gdb.base/checkpoint.c (main): Likewise.
8744 * gdb.base/dump.c (main): Likewise.
8745 * gdb.base/gcore.c (main): Likewise.
8746 * gdb.base/huge.c (main): Likewise.
8747 * gdb.base/multi-forks.c (main): Likewise.
8748 * gdb.base/pr10179-a.c (main): Likewise.
8749 * gdb.base/savedregs.c (main): Likewise.
8750 * gdb.base/sigaltstack.c (main): Likewise.
8751 * gdb.base/siginfo.c (main): Likewise.
8752 * gdb.base/structs.c (zed): Likewise.
8753 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8754 * gdb.mi/mi-syn-frame.c (main): Likewise.
8755 * gdb.mi/until.c (foo, main): Likewise.
8756 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8757 * gdb.base/solib-weak.c (foo): Declare.
8758 * gdb.base/attach-twice.c: Include stdio.h.
8759 * gdb.base/weaklib1.c: Likewise.
8760 * gdb.base/weaklib2.c: Likewise.
8761 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8762 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8763 unistd.h.
8764 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8765 * gdb.mi/mi-exit-code.c: Likewise.
8766 * gdb.base/break-interp-lib.c: Include string.h.
8767 * gdb.base/coremaker.c: Likewise.
8768 * gdb.base/testenv.c: Likewise.
8769 * gdb.python/py-finish-breakpoint.c: Likewise.
8770 * gdb.base/inferior-died.c: Include sys/wait.h.
8771 * gdb.base/fileio.c: Include time.h.
8772 * gdb.base/async-shell.c: Include unistd.h.
8773 * gdb.base/dprintf-non-stop.c: Likewise.
8774 * gdb.base/info-os.c: Likewise.
8775 * gdb.mi/mi-console.c: Likewise.
8776 * gdb.mi/watch-nonstop.c: Likewise.
8777 * gdb.python/py-events.c: Likewise.
8778 * gdb.base/async.c (baz): Move up before its invocation.
8779 * gdb.base/code_elim2.c (my_global_func): Likewise.
8780 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8781 * gdb.base/advance.c (func2): Likewise.
8782
3b5d5997
AA
87832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8784
8785 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8786 variant.
8787 * gdb.base/annota3.c: Likewise.
8788 * gdb.base/async.c: Likewise.
8789 * gdb.base/average.c: Likewise.
8790 * gdb.base/call-ar-st.c: Likewise.
8791 * gdb.base/call-rt-st.c: Likewise.
8792 * gdb.base/call-sc.c: Likewise.
8793 * gdb.base/call-strs.c: Likewise.
8794 * gdb.base/ending-run.c: Likewise.
8795 * gdb.base/execd-prog.c: Likewise.
8796 * gdb.base/exprs.c: Likewise.
8797 * gdb.base/foll-exec.c: Likewise.
8798 * gdb.base/foll-fork.c: Likewise.
8799 * gdb.base/foll-vfork.c: Likewise.
8800 * gdb.base/funcargs.c: Likewise.
8801 * gdb.base/gcore.c: Likewise.
8802 * gdb.base/jump.c: Likewise.
8803 * gdb.base/langs0.c: Likewise.
8804 * gdb.base/langs1.c: Likewise.
8805 * gdb.base/langs2.c: Likewise.
8806 * gdb.base/mips_pro.c: Likewise.
8807 * gdb.base/nodebug.c: Likewise.
8808 * gdb.base/opaque0.c: Likewise.
8809 * gdb.base/opaque1.c: Likewise.
8810 * gdb.base/recurse.c: Likewise.
8811 * gdb.base/run.c: Likewise.
8812 * gdb.base/scope0.c: Likewise.
8813 * gdb.base/scope1.c: Likewise.
8814 * gdb.base/setshow.c: Likewise.
8815 * gdb.base/setvar.c: Likewise.
8816 * gdb.base/shmain.c: Likewise.
8817 * gdb.base/shr1.c: Likewise.
8818 * gdb.base/shr2.c: Likewise.
8819 * gdb.base/sigall.c: Likewise.
8820 * gdb.base/signals.c: Likewise.
8821 * gdb.base/so-indr-cl.c: Likewise.
8822 * gdb.base/solib2.c: Likewise.
8823 * gdb.base/structs.c: Likewise.
8824 * gdb.base/sum.c: Likewise.
8825 * gdb.base/vforked-prog.c: Likewise.
8826 * gdb.base/watchpoint.c: Likewise.
8827 * gdb.reverse/shr2.c: Likewise.
8828 * gdb.reverse/until-reverse.c: Likewise.
8829 * gdb.reverse/ur1.c: Likewise.
8830 * gdb.reverse/watch-reverse.c: Likewise.
8831
066a77c5
AA
88322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8833
8834 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8835 variant.
8836 * gdb.base/sepdebug.exp: Drop references to removed code.
8837
4f204ea5
AA
88382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8839
8840 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8841 variant. Preserve original line numbering.
8842 * gdb.base/list1.c: Likewise.
8843
3b377a3a
AA
88442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8845
8846 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8847 variant.
8848 * gdb.base/break1.c: Likewise.
8849 * gdb.base/break.exp: Drop references to removed code.
8850
e444df73
AA
88512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8852
8853 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8854 variant.
8855
8008f2a7
AA
88562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8857
8858 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8859
a5a06887
AA
88602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8861
8862 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8863 logic into perform_all_tests() and invoke it with and without
8864 function header prototypes.
8865 (do_function_calls): Remove conditional XFAIL for PR 5318.
8866 (rerun_and_prepare): Remove duplicate code.
8867 (perform_all_tests): New. Main logic moved here.
8868
44dba9b9
AA
88692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8870
8871 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8872 code guarded by #ifdef NO_PROTOTYPES.
8873 (t_double_many_args): Likewise.
8874 (DEF_FUNC_MANY_ARGS_1): Likewise.
8875 (DEF_FUNC_VALUES_1): Likewise.
8876 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8877 guarded by #ifdef PROTOTYPES.
8878
d1fbcd56
AA
88792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8880
8881 * gdb.mi/mi-console.c: Add eye-catcher.
8882 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8883 instead of literal line number.
8884
b0e59b8f
AA
88852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8886
8887 * gdb.base/shr2.c: Add eye-catcher.
8888 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8889 line number.
8890
78f98cca
AA
88912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8892
8893 * gdb.base/jump.c: Add eye-catchers.
8894 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8895 numbers.
8896
58fa2af0
AA
88972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8898
8899 * gdb.base/execd-prog.c: Add eye-catchers.
8900 * gdb.base/foll-exec.c: Likewise.
8901 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8902 line numbers.
8903
04e5059b
AA
89042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8905
8906 * gdb.base/ending-run.c: Add eye-catchers.
8907 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8908 literal line numbers.
8909
dbfdb174
AA
89102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8911
8912 * gdb.base/call-rt-st.c: Add eye-catchers.
8913 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8914 literal line numbers.
8915
888a2ade
AA
89162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8917
8918 * gdb.base/call-ar-st.c: Add eye-catchers.
8919 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8920 literal line numbers.
8921
6acc2dde
AA
89222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8923
8924 * gdb.base/average.c: Add eye-catchers.
8925 * gdb.base/sum.c: Likewise.
8926 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8927 regexps dynamically.
8928
9ecfcd1d
AA
89292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8930
8931 * gdb.base/solib1.c: Add eye-catchers.
8932 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8933 literal line numbers.
8934
78708b7c
PA
89352014-11-12 Pedro Alves <palves@redhat.com>
8936
8937 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8938 leader has exited.
8939
af48d08f
PA
89402014-11-12 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.arch/i386-bp_permanent.c: New file.
8943 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8944 (srcfile): Set to i386-bp_permanent.c.
8945 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8946 that stepi does not execute the 'leave' instruction, instead of
8947 testing it does execute.
8948 * gdb.base/bp-permanent.c: New file.
8949 * gdb.base/bp-permanent.exp: New file.
8950
af3768e9
DE
89512014-11-10 Doug Evans <xdje42@gmail.com>
8952
8953 PR symtab/17564
8954 * gdb.base/symtab-search-order.exp: New file.
8955 * gdb.base/symtab-search-order.c: New file.
8956 * gdb.base/symtab-search-order-1.c: New file.
8957 * gdb.base/symtab-search-order-shlib-1.c: New file.
8958
9de00a4a
PA
89592014-11-07 Pedro Alves <palves@redhat.com>
8960
8961 PR gdb/17511
8962 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8963 i?86-*-linux*.
8964
e0f52461
SC
89652014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8966
8967 PR c++/17494
8968 * gdb.cp/pr17494.cc: New file.
8969 * gdb.cp/pr17494.exp: New file.
8970
6ce8c980
YQ
89712014-11-02 Yao Qi <yao@codesourcery.com>
8972
8973 * gdb.python/python.exp: Get working directory and match the
8974 output of "set extended-prompt \\w " with it.
8975
02be9a71
DE
89762014-10-30 Doug Evans <dje@google.com>
8977
8978 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8979 in objfiles.
8980 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8981 in progspaces.
8982
3bdff46b
LM
89832014-10-30 Janis Johnson <janisjo@codesourcery.com>
8984
8985 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8986 * gdb.base/realname-expand.exp: Likewise.
8987 * gdb.linespec/macro-relative.exp: Likewise.
8988
ab917dfb
PA
89892014-10-29 Pedro Alves <palves@redhat.com>
8990
8991 PR gdb/17408
8992 * gdb.threads/schedlock.c (some_function): New function.
8993 (call_function): New global.
8994 (MAYBE_CALL_SOME_FUNCTION): New macro.
8995 (thread_function): Call it.
8996 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8997 and use it instead of a global counter. Adjust all callers.
8998 (get_current_thread): Use "find current thread" for test message
8999 here rather than having all callers pass down the same string.
9000 (goto_loop): New procedure, factored out from ...
9001 (my_continue): ... this.
9002 (step_ten_loops): Change parameter from test message to command to
9003 use. Adjust.
9004 (list_count): Delete global.
9005 (check_result): New procedure, factored out from duplicate top
9006 level code.
9007 (continue tests): Wrap in with_test_prefix.
9008 (test_step): New procedure, factored out from duplicate top level
9009 code.
9010 (top level): Test "step" in combination with all scheduler-locking
9011 modes. Test "next" in combination with all scheduler-locking
9012 modes, and in combination with stepping over a function call or
9013 not.
9014 * gdb.threads/next-bp-other-thread.c: New file.
9015 * gdb.threads/next-bp-other-thread.exp: New file.
9016
d3d4baed
PA
90172014-10-29 Pedro Alves <palves@redhat.com>
9018
9019 PR python/17372
9020 * gdb.python/python.exp: Test a multi-line command that spawns
9021 interactive Python.
9022 * gdb.base/multi-line-starts-subshell.exp: New file.
9023
563e8d85
YQ
90242014-10-29 Yao Qi <yao@codesourcery.com>
9025
9026 * gdb.base/fileio.exp: Make directories on host.
9027
0ea4d52e
YQ
90282014-10-29 Yao Qi <yao@codesourcery.com>
9029
9030 * gdb.base/fileio.c (test_write): Close the file.
9031
7f5ef605
PA
90322014-10-28 Pedro Alves <palves@redhat.com>
9033
9034 PR gdb/12623
9035 * gdb.base/sigstep.c (no_handler): New global.
9036 (main): If 'no_handler is true, set the signal handlers to
9037 SIG_IGN.
9038 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9039 with_sw_watch and no_handler parameters. Handle them.
9040 (top level) <stepping over handler when stopped at a breakpoint
9041 test>: Add a test axis for testing with a software watchpoint, and
9042 another for testing with the signal handler set to SIG_IGN.
9043 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9044 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9045
abbdbd03
PA
90462014-10-28 Pedro Alves <palves@redhat.com>
9047
9048 PR gdb/17511
9049 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9050 * gdb.base/sigstep.exp (other_handler_location): New global.
9051 (advance): Support stepping into the signal handler, and running
9052 commands while in the handler.
9053 (in_handler_map): New global.
9054 (top level): In the advance test, add combinations for getting
9055 into the handler with stepping commands, and for running commands
9056 in the handler. Add comment descripting the advancei tests.
9057
1df4399f
PA
90582014-10-28 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.base/sigstep.exp: Use build_executable instead of
9061 prepare_for_testing.
9062 (top level): Move code that starts GDB, runs to main and creates a
9063 display to ...
9064 (restart): ... this new procedure.
9065 (top level): Move backtrace from signal handler test to ...
9066 (validate_backtrace): ... this new procedure.
9067 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9068 with_test_prefix. Always restart GDB.
9069 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9070 with_test_prefix. Always restart GDB. No need to delete
9071 breakpoints after the test.
9072 (test_skip_handler): Remove prefix parameter.
9073 (skip_over_handler, breakpoint_to_handler)
9074 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9075 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9076 restart GDB. No need to delete breakpoints after the test.
9077 (top level): Use foreach to call the test procedures with
9078 different commands.
9079
a5b6e449
PA
90802014-10-28 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9083 instead of GNATS numbers.
9084 * gdb.base/sigbpt.exp: Likewise.
9085 * gdb.base/siginfo.exp: Likewise.
9086 * gdb.base/sigstep.exp: Likewise.
9087
e5f8a7cc
PA
90882014-10-27 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.base/sigstep.c (dummy): New global.
9091 (main): Issue a couple writes to the new global.
9092 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9093 procedures.
9094 (skip_over_handler): Use test_skip_handler.
9095 (top level): Call skip_over_handler for stepi and nexti too.
9096 (breakpoint_over_handler): Use test_skip_handler.
9097 (top level): Call breakpoint_over_handler for stepi and nexti too.
9098
763905a3
YQ
90992014-10-27 Yao Qi <yao@codesourcery.com>
9100
9101 * gdb.trace/tfile.c (adjust_function_address)
9102 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9103 function descriptor.
9104
6f259a23
DB
91052014-10-24 Don Breazeal <donb@codesourcery.com>
9106
9107 * gdb.base/foll-fork.exp (test_follow_fork,
9108 catch_fork_child_follow): Check for updated fork messages emitted
9109 from infrun.c.
9110 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9111 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9112 vfork_and_exec_child_follow_through_step): Check for updated vfork
9113 messages emitted from infrun.c.
9114
09dd9a69
PA
91152014-10-24 Pedro Alves <palves@redhat.com>
9116
9117 * gdb.base/corefile.exp: Remove references to ultrix.
9118 * gdb.base/interrupt.exp: Likewise.
9119 * gdb.base/whatis.exp: Likewise.
9120 * gdb.gdb/selftest.exp: Likewise.
9121 * gdb.threads/manythreads.exp: Likewise.
9122 * gdb.threads/print-threads.exp: Likewise.
9123 * gdb.threads/pthreads.exp:: Likewise.
9124 * gdb.threads/schedlock.exp: Likewise.
9125
3433cfa5
SC
91262014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9127
9128 * gdb.cp/non-trivial-retval.cc: Add a test case.
9129 * gdb.cp/non-trivial-retval.exp: Add a test.
9130
092f880b
YQ
91312014-10-20 Yao Qi <yao@codesourcery.com>
9132
9133 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9134 * gdb.python/py-objfile-script-gdb.py: New file.
9135 * gdb.python/py-objfile-script.exp: Update reference to
9136 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9137 of remote_download. Remove the dest file.
9138
acbdb7f3
YQ
91392014-10-20 Yao Qi <yao@codesourcery.com>
9140
9141 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9142 * gdb.base/step-line.exp: Likewise.
9143 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9144 * gdb.dwarf2/dw2-basic.exp: Likewise.
9145 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9146 * gdb.dwarf2/dw2-filename.exp: Likewise.
9147 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9148 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9149 * gdb.dwarf2/dw2-producer.exp: Likewise.
9150 * gdb.dwarf2/mac-fileno.exp: Likewise.
9151 * gdb.python/py-frame-args.exp: Likewise.
9152 * gdb.python/py-framefilter.exp: Likewise.
9153 * gdb.python/py-mi.exp: Likewise.
9154 * gdb.python/py-objfile-script.exp: Likewise
9155 * gdb.python/py-pp-integral.exp: Likewise.
9156 * gdb.python/py-pp-re-notag.exp: Likewise.
9157 * gdb.python/py-prettyprint.exp: Likewise.
9158 * gdb.python/py-section-script.exp: Likewise.
9159 * gdb.python/py-typeprint.exp: Likewise.
9160 * gdb.python/py-xmethods.exp: Likewise.
9161 * gdb.stabs/weird.exp: Likewise.
9162 * gdb.xml/tdesc-regs.exp: Likewise.
9163
bd286a29
KCY
91642014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9165
9166 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9167 (out_cu): Use addr_len for the size of addresses.
9168 (out_line): Likewise. Size DW_LNE_set_address instruction
9169 according to addr_len.
9170 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9171 (FUNC): Add START_INSNS to definition.
9172
673dc4a0
YQ
91732014-10-18 Yao Qi <yao@codesourcery.com>
9174
9175 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9176 gdb_has_argv0 return true.
9177 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9178 check [target_info exists noargs], check [gdb_has_argv0]
9179 instead.
9180 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9181 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9182 procedures.
9183
4ffbba72
DE
91842014-10-17 Doug Evans <dje@google.com>
9185
9186 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9187 event.
9188 * gdb.python/py-events.py: Add clear_objfiles event.
9189
d096d8c1
DE
91902014-10-17 Doug Evans <dje@google.com>
9191
9192 * gdb.python/py-objfile.exp: Test progspace attribute.
9193
a80db015
LM
91942014-10-17 Luis Machado <lgustavo@codesourcery.com>
9195
9196 * gdb.guile/scm-breakpoint.exp: Do not assume any
9197 directory separators when matching source file paths.
9198 * gdb.python/py-breakpoint.exp: Likewise.
9199 * gdb.reverse/break-precsave.exp: Likewise.
9200 * gdb.reverse/break-reverse.exp: Likewise.
9201 * gdb.reverse/consecutive-precsave.exp: Likewise.
9202 * gdb.reverse/finish-precsave.exp: Likewise.
9203 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9204 * gdb.reverse/finish-reverse.exp: Likewise.
9205 * gdb.reverse/i386-precsave.exp: Likewise.
9206 * gdb.reverse/i387-env-reverse.exp: Likewise.
9207 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9208 * gdb.reverse/machinestate-precsave.exp: Likewise.
9209 * gdb.reverse/machinestate.exp: Likewise.
9210 * gdb.reverse/sigall-precsave.exp: Likewise.
9211 * gdb.reverse/solib-precsave.exp: Likewise.
9212 * gdb.reverse/step-precsave.exp: Likewise.
9213 * gdb.reverse/until-precsave.exp: Likewise.
9214 * gdb.reverse/watch-precsave.exp: Likewise.
9215 * gdb.reverse/watch-reverse.exp: Likewise.
9216
b22089ab
YQ
92172014-10-17 Yao Qi <yao@codesourcery.com>
9218
9219 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9220 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9221
6c4486e6
PA
92222014-10-17 Pedro Alves <palves@redhat.com>
9223
9224 PR gdb/17471
9225 * gdb.base/bg-execution-repeat.c: New file.
9226 * gdb.base/bg-execution-repeat.exp: New file.
9227
0ff33695
PA
92282014-10-17 Pedro Alves <palves@redhat.com>
9229
9230 PR gdb/17300
9231 * gdb.base/continue-all-already-running.c: New file.
9232 * gdb.base/continue-all-already-running.exp: New file.
9233
6fdebc3d
PA
92342014-10-17 Pedro Alves <palves@redhat.com>
9235
9236 PR gdb/17472
9237 * gdb.base/annota-input-while-running.c: New file.
9238 * gdb.base/annota-input-while-running.exp: New file.
9239
32a8097b
PA
92402014-10-17 Pedro Alves <palves@redhat.com>
9241
9242 * gdb.base/callfuncs.exp: emove references to osf.
9243 * gdb.base/sigall.exp: Likewise.
9244 * gdb.gdb/selftest.exp: Likewise.
9245 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9246 * gdb.mi/non-stop.c: Likewise.
9247 * gdb.mi/pthreads.c: Likewise.
9248 * gdb.reverse/sigall-precsave.exp: Likewise.
9249 * gdb.reverse/sigall-reverse.exp: Likewise.
9250 * gdb.threads/pthreads.c: Likewise.
9251 * gdb.threads/pthreads.exp: Likewise.
9252
7a3517ff
YQ
92532014-10-17 Yao Qi <yao@codesourcery.com>
9254
9255 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9256 check 'target_info exists noargs'.
9257 (test_command_prompt_position): Likewise.
9258 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9259 Remove "set args".
9260 (progvar_simple_while_test): Likewise.
9261 (progvar_complex_if_while_test): Likewise.
9262 (if_while_breakpoint_command_test): Likewise.
9263 (infrun_breakpoint_command_test): Likewise.
9264 (breakpoint_command_test): Likewise.
9265 (watchpoint_command_test): Likewise.
9266 (bp_deleted_in_command_test): Likewise.
9267 (temporary_breakpoint_commands): Likewise.
9268
bb99c472
YQ
92692014-10-16 Yao Qi <yao@codesourcery.com>
9270
9271 * gdb.base/remotetimeout.exp: Remove noargs checking.
9272
7c16b83e
PA
92732014-10-15 Pedro Alves <palves@redhat.com>
9274
9275 PR breakpoints/9649
9276 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9277 * gdb.base/breakpoint-in-ro-region.exp
9278 (probe_target_hardware_step): New procedure.
9279 (top level): Probe hardware stepping and hardware breakpoint
9280 support. Test stepping through a read-only region, with both
9281 "breakpoint auto-hw" on and off and both "always-inserted" on and
9282 off.
9283
35a49624
IB
92842014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9285
9286 * gdb.dlang/demangle.exp: Update for demangling changes.
9287
2d1c107c
SC
92882014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9289
9290 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9291 * gdb.cp/non-trivial-retval.exp: Add new tests.
9292
778811d5
SC
92932014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9294
9295 PR c++/13403
9296 PR c++/15154
9297 * gdb.cp/non-trivial-retval.cc: New file.
9298 * gdb.cp/non-trivial-retval.exp: New file.
9299
10c5f0a8
YQ
93002014-10-15 Yao Qi <yao@codesourcery.com>
9301
9302 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9303 remote host.
9304
65d7b369
YQ
93052014-10-15 Yao Qi <yao@codesourcery.com>
9306
9307 * gdb.python/py-symbol.exp: Match file base name if host is
9308 remote, otherwise match file name with dir name.
9309 * gdb.python/py-symtab.exp: Likewise.
9310 * gdb.python/python.exp: Likewise.
9311
46dc1394
YQ
93122014-10-15 Yao Qi <yao@codesourcery.com>
9313
9314 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9315 pattern.
9316 * gdb.python/py-symtab.exp: Likewise.
9317 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9318 locationn.
9319
c40cc657
JB
93202014-10-14 Joel Brobecker <brobecker@adacore.com>
9321
9322 * gdb.ada/addr_arith: New testcase.
9323
2abf49e1
MR
93242014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9325
9326 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9327 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9328 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9329 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9330
f7088df3
SDJ
93312014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9332
9333 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9334 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9335 * gdb.arch/stap-eval-lang-ada.exp: New file.
9336
4dc06805
YQ
93372014-10-14 Yao Qi <yao@codesourcery.com>
9338
9339 * gdb.mi/mi-var-child.c (nothing1): New function.
9340 (nothing2): New function.
9341 (do_children_tests): Set function pointers by nothing1 and
9342 nothing2.
9343 * gdb.mi/mi-var-child.exp: Step over new added statements.
9344 Update test to match the new output.
9345 * gdb.mi/var-cmd.c (nothing1): New function.
9346 (nothing2): New function.
9347 (do_children_tests): Set function pointers by nothing1 and
9348 nothing2.
9349 * gdb.mi/mi-var-display.exp: Update test to match output.
9350 Step to the line specified by $line_dct_nothing.
9351 Increase the number of lines to step.
9352
46a93de2
YQ
93532014-10-14 Yao Qi <yao@codesourcery.com>
9354
9355 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9356 tests.
9357 * gdb.mi/mi2-var-child.exp: Likewise.
9358
14ea52ee
DE
93592014-10-13 Doug Evans <dje@google.com>
9360
9361 * gdb.python/py-objfile.exp: Change name of file name test.
9362
e5c6e92b
DE
93632014-10-13 Doug Evans <dje@google.com>
9364
9365 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9366 from the start of the CU.
9367
c780cc2f
JK
93682014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9369 Yao Qi <yao@codesourcery.com>
9370
9371 Fix "save breakpoints" for "catch" command.
9372 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9373 Remove -nonewline. Match also the added "main" line.
9374
99894e11
JK
93752014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9376
9377 Fix "save breakpoints" for "disable $bpnum" command.
9378 * gdb.base/save-bp.c (main): Add label.
9379 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9380
6e1ac5a3
JK
93812014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9382
9383 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9384
754dd2b0
YQ
93852014-10-11 Yao Qi <yao@codesourcery.com>
9386
9387 * gdb.server/server-kill.exp: Execute command
9388 "set remote trace-status-packet on" before "tstatus".
9389
f90183d7
YQ
93902014-10-11 Yao Qi <yao@codesourcery.com>
9391
9392 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9393 (main): Call getppid.
9394 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9395 and continue to it. Read variable "server_pid".
9396
bf40a607
YQ
93972014-10-11 Yao Qi <yao@codesourcery.com>
9398
9399 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9400
052ca370
YQ
94012014-10-11 Yao Qi <yao@codesourcery.com>
9402
9403 * gdb.threads/thread-find.exp: Don't execute command
9404 "info threads".
9405 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9406 * gdb.threads/linux-dp.exp: Don't check the condition
9407 $threads_created equals to zero.
9408
3831839c
PA
94092014-10-10 Pedro Alves <palves@redhat.com>
9410
9411 * gdb.base/bigcore.exp: Remove references to IRIX.
9412 * gdb.base/funcargs.exp: Likewise.
9413 * gdb.base/interrupt.exp: Likewise.
9414 * gdb.base/mips_pro.exp: Likewise.
9415 * gdb.base/nodebug.exp: Likewise.
9416 * gdb.base/setvar.exp: Likewise.
9417 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9418
8b9a549d
PA
94192014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9420 Pedro Alves <palves@redhat.com>
9421
9422 PR symtab/14466
9423 * gdb.base/vdso-warning.c: New file.
9424 * gdb.base/vdso-warning.exp: New file.
9425
d48ba5e8
DE
94262014-10-02 Doug Evans <dje@google.com>
9427
9428 * gdb.base/structs.c (main): Don't run forever.
9429
2278c276
PA
94302014-10-02 Pedro Alves <palves@redhat.com>
9431
9432 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9433 (top level) <stop threads 1, stop threads 2>: Use it.
9434
b57bacec
PA
94352014-10-02 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.threads/break-while-running.exp (test): Add new
9438 'update_thread_list' argument. Skip "info threads" if false.
9439 (top level): Add new 'update_thread_list' axis.
9440
13fd3ff3
PA
94412014-10-02 Pedro Alves <palves@redhat.com>
9442
9443 PR breakpoints/17431
9444 * gdb.base/execl-update-breakpoints.c: New file.
9445 * gdb.base/execl-update-breakpoints.exp: New file.
9446
0fec99e8
PA
94472014-10-01 Pedro Alves <palves@redhat.com>
9448
9449 * gdb.base/breakpoint-in-ro-region.c: New file.
9450 * gdb.base/breakpoint-in-ro-region.exp: New file.
9451
2ddf4301
SM
94522014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9453
9454 * gdb.mi/mi-exit-code.exp: New file.
9455 * gdb.mi/mi-exit-code.c: New file.
9456
6a5f3f43
YQ
94572014-09-30 Yao Qi <yao@codesourcery.com>
9458
9459 * lib/prelink-support.exp (build_executable_own_libs): Error if
9460 the target isn't native.
9461
345bcc73
YQ
94622014-09-30 Yao Qi <yao@codesourcery.com>
9463
9464 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9465 false.
9466
a25a5a45
PA
94672014-09-22 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.threads/break-while-running.exp: New file.
9470 * gdb.threads/break-while-running.c: New file.
9471
00ba3162
YQ
94722014-09-19 Yao Qi <yao@codesourcery.com>
9473
9474 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9475 Invoke test. Restart GDB with --readnow and invoke test again.
9476
c3b7b696
YQ
94772014-09-19 Yao Qi <yao@codesourcery.com>
9478
9479 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9480 proc set_breakpoint_on_gcd_function. Invoke
9481 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9482 invoke set_breakpoint_on_gcd_function again.
9483
2b4fd423
DE
94842014-09-18 Doug Evans <dje@google.com>
9485
9486 * gdb.dwarf2/symtab-producer.exp: New file.
9487
a5947601
SDJ
94882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9489
9490 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9491 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9492 * gdb.base/global-var-nested-by-dso.c: Likewise.
9493 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9494
91c19059
SDJ
94952014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9496 Pedro Alves <palves@redhat.com>
9497
9498 * gdb.base/watch-bitfields.exp: Pass string other than test file
9499 name to prepare_for_testing.
9500 (watch): New procedure.
9501 (expect_watchpoint): Use with_test_prefix.
9502 (top level): Factor out tests to ...
9503 (test_watch_location, test_regular_watch): ... these new
9504 procedures, and use with_test_prefix and gdb_continue_to_end.
9505
bb9d5f81
PP
95062014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9507
9508 PR breakpoints/12526
9509 * gdb.base/watch-bitfields.exp: New file.
9510 * gdb.base/watch-bitfields.c: New file.
9511
635856f5
PA
95122014-09-16 Pedro Alves <palves@redhat.com>
9513
9514 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9515 software and hardware addresses, not software address against
9516 itself.
9517
7280ceea
PA
95182014-09-16 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9521 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9522
428b16bd
PA
95232014-09-16 Pedro Alves <palves@redhat.com>
9524
9525 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9526 files.
9527 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9528 "*-*-vxworks*" throughout.
9529 * gdb.base/break.exp: Likewise.
9530 * gdb.base/default.exp: Likewise.
9531 * gdb.base/scope.exp: Likewise.
9532 * gdb.base/sepdebug.exp: Likewise.
9533 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9534 throughout.
9535 * gdb.base/run.c: Likewise.
9536 * gdb.base/sepdebug.c: Likewise.
9537 * gdb.hp/gdb.aCC/run.c: Likewise.
9538 * gdb.reverse/until-reverse.c: Likewise.
9539 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9540
666d413c
YQ
95412014-09-16 Yao Qi <yao@codesourcery.com>
9542
9543 * boards/local-remote-host-native.exp: New file.
9544
57cbd724
DE
95452014-09-14 Doug Evans <xdje42@gmail.com>
9546
9547 * gdb.threads/queue-signal.c (thread_count): New variable.
9548 (thread_count_mutex, thread_count_condvar): New variables.
9549 (incr_thread_count, wait_all_threads_running): New functions.
9550 (main): Wait for all threads to be in their thread functions.
9551
81219e53
DE
95522014-09-13 Doug Evans <xdje42@gmail.com>
9553
9554 * gdb.threads/queue-signal.c: New file.
9555 * gdb.threads/queue-signal.exp: New file.
9556
3714cea7
DE
95572014-09-13 Doug Evans <xdje42@gmail.com>
9558
9559 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9560 be consistent with what default_gdb_init uses.
9561 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9562 the plain text of the prompt. Add some logging printfs.
9563 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9564
fa43b1d7
PA
95652014-09-12 Pedro Alves <palves@redhat.com>
9566
9567 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9568 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9569 * gdb.arch/i386-size-overlap.exp: Likewise.
9570 * gdb.arch/i386-size.exp: Likewise.
9571 * gdb.arch/i386-unwind.exp: Likewise.
9572 * gdb.base/a2-run.exp: Likewise.
9573 * gdb.base/break.exp: Likewise.
9574 * gdb.base/charset.exp: Likewise.
9575 * gdb.base/chng-syms.exp: Likewise.
9576 * gdb.base/commands.exp: Likewise.
9577 * gdb.base/dbx.exp: Likewise.
9578 * gdb.base/find.exp: Likewise.
9579 * gdb.base/funcargs.exp: Likewise.
9580 * gdb.base/jit-simple.exp: Likewise.
9581 * gdb.base/reread.exp: Likewise.
9582 * gdb.base/sepdebug.exp: Likewise.
9583 * gdb.base/step-bt.exp: Likewise.
9584 * gdb.cp/mb-inline.exp: Likewise.
9585 * gdb.cp/mb-templates.exp: Likewise.
9586 * gdb.objc/basicclass.exp: Likewise.
9587 * gdb.threads/killed.exp: Likewise.
9588
9d9bf2df
EBM
95892014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9590
9591 PR tdep/17379
9592 * gdb.arch/powerpc-stackless.S: New file.
9593 * gdb.arch/powerpc-stackless.exp: New file.
9594
1cf2f1b0
JK
95952014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9596
9597 * gdb.base/attach.c: Include unistd.h.
9598 (main): Call alarm. Add label postloop.
9599 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9600 gdb_breakpoint, gdb_continue_to_breakpoint.
9601 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9602
98880d46
PA
96032014-09-11 Pedro Alves <palves@redhat.com>
9604
9605 PR gdb/17347
9606 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9607 * gdb.base/attach.exp (test_command_line_attach_run): New
9608 procedure.
9609 (top level): Call it.
9610
4c92ff2c
PA
96112014-09-11 Pedro Alves <palves@redhat.com>
9612
9613 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9614 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9615 (do_command_attach_tests): Use spawn_wait_for_attach.
9616 * gdb.base/solib-overlap.exp: Likewise.
9617 * gdb.multi/multi-attach.exp: Likewise.
9618 * gdb.python/py-prompt.exp: Likewise.
9619 * gdb.python/py-sync-interp.exp: Likewise.
9620 * gdb.server/ext-attach.exp: Likewise.
9621
3adc1a7d
GKB
96222014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9623
9624 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9625 command in testcase. Simplify testcase.
9626
96334934
JB
96272014-09-10 Joel Brobecker <brobecker@adacore.com>
9628
9629 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9630
eb479039
JB
96312014-09-10 Joel Brobecker <brobecker@adacore.com>
9632
9633 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9634
deede10c
JB
96352014-09-10 Joel Brobecker <brobecker@adacore.com>
9636
9637 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9638
7828a5f5
JB
96392014-09-10 Joel Brobecker <brobecker@adacore.com>
9640
9641 * gdb.dwarf2/dynarr-ptr.c: New file.
9642 * gdb.dwarf2/dynarr-ptr.exp: New file.
9643
33aeebcf
MR
96442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9645
9646 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9647 of 30 rather than hardcoding 120 for a slow test case. Take the
9648 `gdb,timeout' target setting into account for this calculation.
9649 Don't extend the timeout for the test cases that don't need it.
9650
7b415901
MR
96512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9652
9653 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9654 a factor of 2 for a slow test case. Take the `gdb,timeout'
9655 target setting into account for this calculation.
9656 * gdb.reverse/until-precsave.exp: Increase the timeout by
9657 a factor of 15 and 3 respectively rather than adding 120
9658 for a pair of slow test cases. Take the `gdb,timeout'
9659 target setting into account for this calculation.
9660
4a40f85a
MR
96612014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9662
9663 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9664 timeout, don't pass one down to gdb_expect.
9665 (gdb_expect): Rework timeout selection.
9666
09635af7
MR
96672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9668
9669 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9670 exception on timeout.
9671 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9672 (gdbserver_start_extended): Catch any `gdbserver_start' error
9673 exceptions.
9674 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9675 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9676 `gdbserver_gdb_load' error exceptions.
9677
2bdd10b7
MR
96782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9679
9680 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9681 120 on waiting for the TCP socket to open.
9682
316935f0
DE
96832014-09-09 Doug Evans <xdje42@gmail.com>
9684
9685 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9686 _caller_matches, _any_caller_is, _any_caller_matches.
9687
83740597
DE
96882014-09-09 Doug Evans <xdje42@gmail.com>
9689
9690 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9691
4c122fc3
YQ
96922014-09-09 Yao Qi <yao@codesourcery.com>
9693
9694 * gdb.mi/mi-var-display.exp: Set print symbol off.
9695
a9f116cb
GKB
96962014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9697
9698 PR gdb/17035
9699 * gdb.base/commands.exp: Add tests to verify user-defined
9700 commands with empty bodies.
9701 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9702 python commands in `show user command`.
9703 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9704 scheme commands in `show user command`.
9705
c75bd3a2
JK
97062014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9707
9708 PR python/17355
9709 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9710 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9711 * gdb.python/py-framefilter-invalidarg.exp: New file.
9712 * gdb.python/py-framefilter-invalidarg.py: New file.
9713
faa42425
DE
97142014-09-06 Doug Evans <xdje42@gmail.com>
9715
9716 PR 15276
9717 * gdb.python/py-caller-is.c: New file.
9718 * gdb.python/py-caller-is.exp: New file.
9719
474ca4f6
SDJ
97202014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9721
9722 PR gdb/17235
9723 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9724 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9725
eb0b0463
SDJ
97262014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9727
9728 PR fortran/17237
9729 * gdb.fortran/print-formatted.exp: New file.
9730 * gdb.fortran/print-formatted.f90: Likewise.
9731
5f3b99cf
SS
97322014-09-03 Sasha Smundak <asmundak@google.com>
9733
9734 * gdb.python/py-frame.exp: Test Frame.read_register.
9735
7d793aa9
SDJ
97362014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9737
9738 PR python/16699
9739 * gdb.python/py-completion.exp: New file.
9740 * gdb.python/py-completion.py: Likewise.
9741
fb0576e9
DE
97422014-08-28 Doug Evans <dje@google.com>
9743
9744 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9745 eax,etc. are live with values set by gdb and thus the compiler can't
9746 use them.
9747 * gdb.arch/i386-pseudo.c (main): Ditto.
9748
ee92b0dd
DE
97492014-08-27 Doug Evans <dje@google.com>
9750
9751 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9752
6649db35
DE
97532014-08-25 Doug Evans <dje@google.com>
9754
9755 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9756 (main): Ditto.
9757
564b7600
DE
97582014-08-25 Doug Evans <dje@google.com>
9759
9760 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9761
3881fb67
YQ
97622014-08-24 Yao Qi <yao@codesourcery.com>
9763
9764 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9765 symbol off.
9766 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9767
a05a36a5
DE
97682014-08-22 Doug Evans <dje@google.com>
9769
9770 PR 17276
9771 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9772 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9773 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9774
7c343b48
YQ
97752014-08-22 Yao Qi <yao@codesourcery.com>
9776
9777 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9778 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9779 * gdb.python/python.exp: Likewise. Use .py file on the host
9780 instead of the build.
9781
22fd09ae
JK
97822014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9783
9784 * gdb.threads/gcore-stale-thread.c: New file.
9785 * gdb.threads/gcore-stale-thread.exp: New file.
9786
a8454a7c
PA
97872014-08-21 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9790 * gdb.base/gcore-relro-pie.exp: Likewise.
9791 * gdb.base/gcore-relro.exp: Likewise.
9792 * gdb.base/gcore.exp: Likewise.
9793 * gdb.base/print-symbol-loading.exp: Likewise.
9794 * gdb.threads/gcore-thread.exp: Likewise.
9795 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9796
2a31c623
PA
97972014-08-20 Pedro Alves <palves@redhat.com>
9798 Jan Kratochvil <jan.kratochvil@redhat.com>
9799
9800 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9801 configure.
9802 (EXPECT): Handle READ1 being set.
9803 (all): Depend on EXTRA_RULES.
9804 (check-read1, expect-read1, read1.so, read1): New rules.
9805 * README (Testsuite Parameters): Document the READ1 make variable.
9806 (Race detection): New section.
9807 * configure: Regenerate.
9808 * configure.ac: If build==host==target, and running under a
9809 GNU/glibc system, add read1 to the extra Makefile rules.
9810 (EXTRA_RULES): AC_SUBST it.
9811 * lib/read1.c: New file.
9812
d36430db
JB
98132014-08-20 Joel Brobecker <brobecker@adacore.com>
9814
9815 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9816 the handling of variables declared as a typedef to an array
9817 which a DW_AT_data_location attribute.
9818
9a0dc9e3
PA
98192014-08-19 Andrew Burgess <aburgess@broadcom.com>
9820 Pedro Alves <palves@redhat.com>
9821
9822 PR symtab/14604
9823 PR symtab/14605
9824 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9825 gdb_test.
9826
0718a8da
PA
98272014-08-19 Pedro Alves <palves@redhat.com>
9828
9829 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9830
13b448cd
YQ
98312014-08-19 Yao Qi <yao@codesourcery.com>
9832
9833 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9834 right line.
9835
1cbf5077
DB
98362014-08-18 David Blaikie <dblaikie@gmail.com>
9837
9838 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9839
bf0fae19
JB
98402014-08-18 Joel Brobecker <brobecker@adacore.com>
9841
9842 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9843 attribute in array range.
9844
3c8c5dcc
JB
98452014-08-18 Joel Brobecker <brobecker@adacore.com>
9846
9847 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9848
e66d4446
SC
98492014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9850
9851 PR c++/17132
9852 * gdb.cp/pr17132.cc: New file.
9853 * gdb.cp/pr17132.exp: New file.
9854
940df408
SC
98552014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9856
9857 * gdb.python/py-xmethods.py (A_getarrayind)
9858 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9859 Use 'print' with function call syntax.
9860 (E_method_matcher.match): Fix tab vs space indentation mixup.
9861
ebcc6c3a
YQ
98622014-08-15 Yao Qi <yao@codesourcery.com>
9863
9864 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9865 false.
9866
775e0f04
YQ
98672014-08-15 Yao Qi <yao@codesourcery.com>
9868
9869 * gdb.cp/casts.exp: Set print symbol off.
9870 * gdb.cp/class2.exp: Likewise.
9871 * gdb.cp/overload.exp: Likewise.
9872 * gdb.cp/templates.exp: Likewise.
9873
d769e349
DE
98742014-08-11 Doug Evans <dje@google.com>
9875
9876 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9877 (test_load_shlib): Update.
9878
20c6f1e1
YQ
98792014-08-09 Yao Qi <yao@codesourcery.com>
9880
9881 * gdb.base/display.exp: Invoke is_address_zero_readable.
9882 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9883 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9884 * gdb.base/hbreak-unmapped.exp: Return if
9885 is_address_zero_readable returns true.
9886 * gdb.base/signest.exp: Likewise.
9887 * gdb.base/signull.exp: Likewise.
9888 * gdb.base/sigbpt.exp: Likewise.
9889 * gdb.guile/scm-disasm.exp: Do the test if
9890 is_address_zero_readable returns false.
9891 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9892 * gdb.python/py-arch.exp: Likewise.
9893 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9894 * lib/gdb.exp (is_address_zero_readable): New proc.
9895
5792e8e3
YQ
98962014-08-09 Yao Qi <yao@codesourcery.com>
9897
9898 PR testsuite/13443
9899 * gdb.mi/mi-var-display.exp: Make test messages unique.
9900
3cecbbbe
TT
99012014-08-04 Tom Tromey <tromey@redhat.com>
9902
9903 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9904 target 0".
9905
00b51ff5
TT
99062014-08-04 Tom Tromey <tromey@redhat.com>
9907
9908 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9909 "target_resume".
9910
6908c509
JB
99112014-08-01 Joel Brobecker <brobecker@adacore.com>
9912
9913 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9914 inner_vla_struct_object_size.
9915 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9916 as xfail.
9917
cc6563d2
PA
99182014-07-30 Pedro Alves <palves@redhat.com>
9919
9920 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9921 comment.
9922
7e09a223
YQ
99232014-07-29 Yao Qi <yao@codesourcery.com>
9924
9925 PR gdb/17206
9926 * gdb.base/until-nodebug.exp: New.
9927
7ebdbe92
DE
99282014-07-28 Doug Evans <xdje42@gmail.com>
9929
9930 PR guile/17203
9931 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9932 previously existing parameter, and previously ambiguously spelled
9933 parameter.
9934
fdb1adc6
WN
99352014-07-28 Will Newton <will.newton@linaro.org>
9936
9937 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9938
186fcde0
DE
99392014-07-26 Ludovic Courtès <ludo@gnu.org>
9940 Doug Evans <xdje42@gmail.com>
9941
9942 PR guile/17146
9943 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9944
70509625
PA
99452014-07-25 Pedro Alves <palves@redhat.com>
9946
9947 * gdb.threads/signal-command-handle-nopass.c: New file.
9948 * gdb.threads/signal-command-handle-nopass.exp: New file.
9949 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9950 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9951 * gdb.threads/signal-delivered-right-thread.c: New file.
9952 * gdb.threads/signal-delivered-right-thread.exp: New file.
9953
c3f814a1
PA
99542014-07-25 Pedro Alves <palves@redhat.com>
9955
9956 * gdb.base/double-prompt-target-event-error.exp
9957 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9958 match.
9959 (cancel_pagination_in_target_event): Rework double prompt
9960 detection.
9961 * gdb.base/paginate-after-ctrl-c-running.exp
9962 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9963 <return>' match.
9964 * gdb.base/paginate-bg-execution.exp
9965 (test_bg_execution_pagination_return)
9966 (test_bg_execution_pagination_cancel): Remove '-notransfer
9967 <return>' matches.
9968 * gdb.base/paginate-execution-startup.exp
9969 (test_fg_execution_pagination_return)
9970 (test_fg_execution_pagination_cancel): Remove '-notransfer
9971 <return>' matches.
9972 * gdb.base/paginate-inferior-exit.exp
9973 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9974 match.
9975 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9976 * lib/gdb.exp (pagination_prompt): Run text through
9977 string_to_regexp.
9978 (gdb_test_multiple): Match $pagination_prompt instead of
9979 "<return>".
9980 (string_to_regexp): Move to lib/gdb-utils.exp.
9981
e214cf6c
JK
99822014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9983
9984 * gdb.arch/amd64-entry-value-paramref.S: New file.
9985 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9986 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9987 * gdb.arch/amd64-optimout-repeat.S: New file.
9988 * gdb.arch/amd64-optimout-repeat.c: New file.
9989 * gdb.arch/amd64-optimout-repeat.exp: New file.
9990
17d0c5c8
JK
99912014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9992
9993 PR gdb/17170
9994 * gdb.base/statistics.exp: New file.
9995
b8b8facf
DE
99962014-07-17 Doug Evans <dje@google.com>
9997
74b49205 9998 PR gdb/17170
b8b8facf
DE
9999 * gdb.base/maint.exp: Update testing of per-command stats.
10000
1b5d0ab3
PA
100012014-07-16 Pedro Alves <palves@redhat.com>
10002
10003 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10004 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10005 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10006 (tfile_write_buf): New functions.
10007 (add_memory_block): Rewrite using the above.
10008 (adjust_function_address): New function.
10009 (FUNCTION_ADDRESS): New macro.
10010 (write_basic_trace_file): Remove short_x local, and use
10011 tfile_write_16. Change type of func_addr local to unsigned long
10012 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10013 here. Cast argument of add_memory_block to char pointer.
10014 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10015 (main): Remove parameters.
10016 * gdb.trace/tfile.exp: Remove nowarnings.
10017
4d974e88
SM
100182014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10019
10020 * gdb.base/debug-expr.exp: Test string evaluation with
10021 "debug expression" on.
10022
41e99568
PA
100232014-07-15 Pedro Alves <palves@redhat.com>
10024
10025 * gdb.base/reread.exp: Use clean_restart.
10026
487d9753
PL
100272014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10028
10029 * gdb.arch/avr-flash-qualifer.c: New.
10030 * gdb.arch/avr-flash-qualifer.exp: New.
10031
cc1c52ad
PA
100322014-07-14 Pedro Alves <palves@redhat.com>
10033
10034 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10035 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10036
1e973570
PA
100372014-07-14 Pedro Alves <palves@redhat.com>
10038
10039 * gdb.base/double-prompt-target-event-error.c: New file.
10040 * gdb.base/double-prompt-target-event-error.exp: New file.
10041
93d6eb10
PA
100422014-07-14 Pedro Alves <palves@redhat.com>
10043
10044 PR gdb/17072
10045 * gdb.base/paginate-inferior-exit.c: New file.
10046 * gdb.base/paginate-inferior-exit.exp: New file.
10047
0017922d
PA
100482014-07-14 Pedro Alves <palves@redhat.com>
10049
10050 PR gdb/17072
10051 * gdb.base/paginate-bg-execution.c: New file.
10052 * gdb.base/paginate-bg-execution.exp: New file.
10053
94696ad3
PA
100542014-07-14 Pedro Alves <palves@redhat.com>
10055
10056 PR gdb/17072
10057 * gdb.base/paginate-execution-startup.c: New file.
10058 * gdb.base/paginate-execution-startup.exp: New file.
10059 * lib/gdb.exp (pagination_prompt): New global.
10060 (default_gdb_spawn): New procedure, factored out from
10061 default_gdb_spawn.
10062 (default_gdb_start): Adjust to call default_gdb_spawn.
10063 (gdb_spawn): New procedure.
10064
bd293940
PA
100652014-07-14 Pedro Alves <palves@redhat.com>
10066
10067 * lib/gdb.exp (gdb_assert): New procedure.
10068 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10069
c933f875
PA
100702014-07-14 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/execution-termios.c: New file.
10073 * gdb.base/execution-termios.exp: New file.
10074
d98b7a16
TT
100752014-07-14 Tom Tromey <tromey@redhat.com>
10076
10077 * gdb.cp/vla-cxx.cc: New file.
10078 * gdb.cp/vla-cxx.exp: New file.
10079
548740d6
TT
100802014-07-14 Tom Tromey <tromey@redhat.com>
10081
10082 * gdb.reverse/rerun-prec.c: New file.
10083 * gdb.reverse/rerun-prec.exp: New file.
10084
a25eb028
MR
100852014-07-12 Maciej W. Rozycki <macro@mips.com>
10086 Maciej W. Rozycki <macro@codesourcery.com>
10087
10088 * lib/gdb-utils.exp: New file.
10089 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10090 inline `gdb_init_command' processing.
10091 (gdb_start_cmd): Likewise.
10092 * lib/mi-support.exp (mi_run_cmd): Likewise.
10093 * README: Document `gdb_init_command' and `gdb_init_commands'.
10094
218c2655
JK
100952014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10096
10097 Fix false FAIL running under a very long directory name.
10098 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10099 and "set print elements 10000". Twice.
10100
5401fde3
YQ
101012014-07-11 Yao Qi <yao@codesourcery.com>
10102
10103 * gdb.base/exprs.exp: "set print symbol off".
10104
e76126e8
PA
101052014-07-11 Pedro Alves <palves@redhat.com>
10106
10107 * gdb.threads/kill.c: New file.
10108 * gdb.threads/kill.exp: New file.
10109
2d6f0de6
YQ
101102014-07-10 Yao Qi <yao@codesourcery.com>
10111
10112 * gdb.trace/tfile.c (write_basic_trace_file)
10113 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10114 address written to trace file.
10115
7180e04a
PA
101162014-07-09 Pedro Alves <palves@redhat.com>
10117
10118 * gdb.base/attach-wait-input.exp: New file.
10119 * gdb.base/attach-wait-input.c: New file.
10120
9a9a7608
AB
101212014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10122
10123 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10124 setting up test structures.
10125 (main): Call new test function.
10126 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10127 test function, continue into test function and walk test
10128 structures.
10129
161ac41e
YQ
101302014-07-02 Yao Qi <yao@codesourcery.com>
10131
10132 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10133 'bar_start' at the beginning of functions 'foo' and 'bar'
10134 respectively.
10135 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10136 instead of 'foo' and 'bar'.
10137
1f267ae3
MM
101382014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10139
10140 * gdb.btrace/segv.exp: New.
10141 * gdb.btrace/segv.c: New.
10142
2b239efb
LM
101432014-07-02 Luis Machado <lgustavo@codesourcery.com>
10144
10145 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10146 instruction.
10147
cf363f18
MW
101482014-06-30 Mark Wielaard <mjw@redhat.com>
10149
10150 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10151 vulture, vilify, villar): New volatile array constants.
10152 (vindictive, vegetation): New const volatile array constants.
10153 * gdb.base/volatile.exp: Test volatile and const volatile array
10154 types.
10155
aebf9d24
AA
101562014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10157
10158 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10159 target lacks support for awatch, rwatch, or hbreak.
10160
b67a2c6f
YQ
101612014-06-27 Yao Qi <yao@codesourcery.com>
10162
10163 * gdb.multi/dummy-frame-restore.exp: New.
10164 * gdb.multi/dummy-frame-restore.c: New.
10165
aef92902
MM
101662014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10167
10168 * gdb.btrace/gcore.exp: New.
10169
8e9db26e
PA
101702014-06-23 Pedro Alves <palves@redhat.com>
10171
10172 * gdb.base/watchpoint-reuse-slot.c: New file.
10173 * gdb.base/watchpoint-reuse-slot.exp: New file.
10174
70afc5b7
SC
101752014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10176
10177 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10178 progspace's filename in 'info', 'enable' and 'disable' command
10179 tests.
10180
b972bd9c
JK
101812014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10184 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10185 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10186
125f8a3d
GB
101872014-06-20 Gary Benson <gbenson@redhat.com>
10188
10189 * gdb.arch/i386-avx.exp: Fix include file location.
10190 * gdb.arch/i386-sse.exp: Likewise.
10191
3ed9baed
IB
101922014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10193
10194 * gdb.dlang/expression.exp: New file.
10195
034f788c
PA
101962014-06-19 Pedro Alves <palves@redhat.com>
10197
10198 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10199 out from ...
10200 (top level): ... here. Iterate running tests under different
10201 scheduler-locking settings.
10202
45371d0c
LM
102032014-06-18 Luis Machado <lgustavo@codesourcery.com>
10204
10205 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10206 to DW_FORM_addr and use non-zero addresses.
10207
5d376983
SC
102082014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10209
10210 PR gdb/17017
10211 * gdb.python/py-xmethods.cc: Add global function call counters and
10212 increment them in their respective functions. Remove "cout"
10213 statements.
10214 * gdb.python/py-xmethods.exp: Make tests check the global function
10215 call counters instead of depending on inferior IO.
10216
a1aa2221
LM
102172014-06-18 Don Breazeal <donb@codesourcery.com>
10218
10219 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10220 Deleted procedure.
10221 (explicit_fork_parent_follow): Deleted procedure.
10222 (explicit_fork_child_follow): Deleted procedure.
10223 (test_follow_fork): New procedure.
10224 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10225 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10226 procedure calls.
10227
0fc05997
YQ
102282014-06-17 Yao Qi <yao@codesourcery.com>
10229
10230 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10231 CP1252.
10232
70795c52
LM
102332014-06-17 Luis Machado <lgustavo@codesourcery.com>
10234
10235 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10236 Initialize ptr and S explicitly.
10237 (skip_type_update_when_not_use_rtti_test): Likewise.
10238
6be47f0c
KS
102392014-06-16 Keith Seitz <keiths@redhat.com>
10240
10241 PR mi/15863
10242 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10243 the inferior is started.
10244
d03de421
PA
102452014-06-16 Pedro Alves <palves@redhat.com>
10246
10247 * gdb.base/break-main-file-remove-fail.c: New file.
10248 * gdb.base/break-main-file-remove-fail.exp: New file.
10249 * gdb.base/break-unload-file.exp: Use build_executable instead of
10250 prepare_for_testing.
10251 (test_break): New parameter "initial_load". Handle it.
10252 (top level): Add initial_load cmdline/file axis.
10253
f9579b99
TT
102542014-06-12 Tom Tromey <tromey@redhat.com>
10255
10256 * gdb.base/completion.exp: Don't use directory name in test.
10257
3657956b
GB
102582014-06-09 Gary Benson <gbenson@redhat.com>
10259
10260 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10261 separate the always-available ANSI-standard signals from the
10262 signals that require checking.
10263 (main): Likewise.
10264 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10265 Likewise.
10266 (main): Likewise.
10267
4186eb54
KS
102682014-06-07 Keith Seitz <keiths@redhat.com>
10269
10270 Revert:
10271 PR c++/16253
10272 * gdb.cp/var-tag.cc: New file.
10273 * gdb.cp/var-tag.exp: New file.
10274 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10275 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10276 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10277 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10278
25326a28 102792014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10280
10281 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10282
829155c9
PA
102832014-06-06 Pedro Alves <palves@redhat.com>
10284
10285 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10286 in target debug output instead of looking at RSP packets,
10287 disabling the test on any target that uses hardware stepping.
10288 Update comments.
10289
61c8d22e
PA
102902014-06-06 Pedro Alves <palves@redhat.com>
10291
10292 * gdb.base/break-unload-file.exp: Fix typo.
10293
d9a47287
YQ
102942014-06-06 Yao Qi <yao@codesourcery.com>
10295
10296 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10297 from "jit_function" to "^jit_function".
10298
e5e01dbf
YQ
102992014-06-06 Yao Qi <yao@codesourcery.com>
10300
10301 * gdb.base/async.c (foo): Add one statement.
10302 * gdb.base/async.exp: Get the next instruction address and
10303 match the output of "nexti" by instruction address. Match
10304 the hex address in the output of "finish".
10305
73ba372c
GB
103062014-06-06 Gary Benson <gbenson@redhat.com>
10307
10308 * gdb.base/call-signals.c: Remove preprocessor conditionals
10309 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10310 SIGSEGV and SIGTERM.
10311 * gdb.base/sigall.c: Likewise.
10312 * gdb.base/unwindonsignal.c: Likewise.
10313 * gdb.reverse/sigall-reverse.c: Likewise.
10314
831517df
YQ
103152014-06-06 Yao Qi <yao@codesourcery.com>
10316
10317 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10318 readable, skip the test.
10319
b8b91e98
YQ
103202014-06-06 Yao Qi <yao@codesourcery.com>
10321
10322 * gdb.threads/staticthreads.c (thread_function): Move the line
10323 setting breakpoint on forward.
10324 * gdb.threads/staticthreads.exp: Update comments.
10325
fb934770
LC
103262014-06-05 Ludovic Courtès <ludo@gnu.org>
10327
10328 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10329 "history-append! type error".
10330
6ef284bd
SM
103312014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10332
10333 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10334 erroneous dprintf expected input.
10335
a872e241
DE
103362014-06-04 Doug Evans <xdje42@gmail.com>
10337
10338 * gdb.guile/scm-generics.exp: Delete.
10339
16f691fb
DE
103402014-06-04 Doug Evans <xdje42@gmail.com>
10341
10342 * gdb.guile/scm-breakpoint.exp: Update.
10343 Add tests for breakpoint registration.
10344
012370f6
TT
103452014-06-04 Tom Tromey <tromey@redhat.com>
10346
10347 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10348 VLA-in-union.
10349 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10350 inner_vla_struct, vla_union types. Initialize objects of those
10351 types and compute their sizes.
10352
9f5a4cef
HZ
103532014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10354 Hui Zhu <hui@codesourcery.com>
10355
10356 * gdb.base/fileio.exp: Add test for shell not available as well as
10357 available.
10358 * gdb.base/fileio.c (test_system): Check for shell twice.
10359
90a45c4d
YQ
103602014-06-04 Yao Qi <yao@codesourcery.com>
10361
10362 * gdb.base/auto-connect-native-target.exp: Remove redundant
10363 space from the regexp pattern.
10364
70017e41
YQ
103652014-06-04 Yao Qi <yao@codesourcery.com>
10366
10367 * gdb.base/default.exp: Replace "child" with "native" in
10368 regexp pattern.
10369
883964a7
SC
103702014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10371
10372 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10373 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10374 * gdb.python/py-xmethods.py: Python script supporting the
10375 new testcase and tests.
10376
ef370185
JB
103772014-06-03 Joel Brobecker <brobecker@adacore.com>
10378 Pedro Alves <palves@redhat.com>
10379
10380 PR breakpoints/17000
10381 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10382 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10383
1e2ccb61
BM
103842014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10385
10386 * gdb.base/subst.exp: Add tests to verify partial path matching
10387 output.
10388
c6ec5ab2
PA
103892014-06-03 Pedro Alves <palves@redhat.com>
10390
10391 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10392 target that doesn't use software single-stepping.
10393
835c559f
PA
103942014-06-03 Pedro Alves <palves@redhat.com>
10395
10396 PR breakpoints/17000
10397 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10398 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10399
06eb1586
DE
104002014-06-02 Doug Evans <xdje42@gmail.com>
10401
10402 * gdb.guile/scm-parameter.exp: New file.
10403
e698b8c4
DE
104042014-06-02 Doug Evans <xdje42@gmail.com>
10405
10406 * gdb.guile/scm-cmd.c: New file.
10407 * gdb.guile/scm-cmd.exp: New file.
10408
ded03782
DE
104092014-06-02 Doug Evans <xdje42@gmail.com>
10410
10411 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10412 pretty-printer lookup.
10413 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10414 (make-pp_s-printer): Call it.
10415 (make-pretty-printer-from-dict): New function.
10416 (lookup-pretty-printer-maker-from-dict): New function.
10417 (*pretty-printer*): Simplify.
10418 (make-objfile-pp_s-printer): New function.
10419 (install-objfile-pretty-printers!): New function.
10420 (make-progspace-pp_s-printer): New function.
10421 (install-progspace-pretty-printers!): New function.
10422 * gdb.guile/scm-progspace.c: New file.
10423 * gdb.guile/scm-progspace.exp: New file.
10424
41fac0cf
PA
104252014-06-02 Pedro Alves <palves@redhat.com>
10426
10427 * gdb.base/dprintf-bp-same-addr.c: New file.
10428 * gdb.base/dprintf-bp-same-addr.exp: New file.
10429
96ae5695
EBM
104302014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10431
10432 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10433 * gdb.arch/powerpc-power.s: Likewise.
10434
da02b3a8
JB
104352014-06-02 Joel Brobecker <brobecker@adacore.com>
10436
10437 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10438
c72b2e7b
YQ
104392014-06-01 Yao Qi <yao@codesourcery.com>
10440
10441 * gdb.base/watchpoint.exp (test_watch_location): Check null
10442 pointer can be dereferenced. If not, do the test, otherwise
10443 skip it.
10444
53e8a631
AB
104452014-05-30 Andrew Burgess <aburgess@broadcom.com>
10446
10447 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10448 results.
10449 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10450
938f0e2f
AB
104512014-05-30 Andrew Burgess <aburgess@broadcom.com>
10452
10453 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10454 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10455 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10456 * gdb.arch/amd64-invalid-stack-top.c: New file.
10457 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10458
9ba6657a
PA
104592014-05-30 Pedro Alves <palves@redhat.com>
10460
10461 PR breakpoints/17000
10462 * gdb.base/sss-bp-on-user-bp.c: New file.
10463 * gdb.base/sss-bp-on-user-bp.exp: New file.
10464
522c09bf
DB
104652014-05-30 David Blaikie <dblaikie@gmail.com>
10466
10467 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10468 gnu_inline semantics via attribute.
10469 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10470 source explicitly specifies the required semantics.
10471
bf4ef81e
MR
104722014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10473
10474 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10475
329ea579
PA
104762014-05-29 Pedro Alves <palves@redhat.com>
10477 Tom Tromey <tromey@redhat.com>
10478
10479 * gdb.base/async-shell.exp: Don't enable target-async.
10480 * gdb.base/async.exp
10481 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10482 parameter. Adjust.
10483 (top level): Don't test with "target-async".
10484 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10485 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10486 * gdb.base/inferior-died.exp: Don't enable target-async.
10487 * gdb.base/interrupt-noterm.exp: Likewise.
10488 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10489 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10490 * gdb.mi/mi-nonstop.exp: Likewise.
10491 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10492 * gdb.mi/mi-nsintrall.exp: Likewise.
10493 * gdb.mi/mi-nsmoribund.exp: Likewise.
10494 * gdb.mi/mi-nsthrexec.exp: Likewise.
10495 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10496 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10497 * gdb.python/py-evsignal.exp: Don't enable target-async.
10498 * gdb.python/py-evthreads.exp: Likewise.
10499 * gdb.python/py-prompt.exp: Likewise.
10500 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10501 * gdb.server/solib-list.exp: Don't enable target-async.
10502 * gdb.threads/thread-specific-bp.exp: Likewise.
10503 * lib/mi-support.exp: Adjust to use mi-async.
10504
fd664c91
PA
105052014-05-29 Pedro Alves <palves@redhat.com>
10506
10507 PR gdb/13860
10508 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10509 reason, even in sync mode.
10510
251bde03
PA
105112014-05-29 Pedro Alves <palves@redhat.com>
10512 Hui Zhu <hui@codesourcery.com>
10513
10514 PR PR15693
10515 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10516 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10517 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10518 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10519
7f3c0343
JB
105202014-05-28 Joel Brobecker <brobecker@adacore.com>
10521
10522 * config/monitor.exp (gdb_target_monitor): Replace use of
10523 "set remotebaud" by "set serial baud".
10524
b2715b27
AW
105252014-05-26 Andy Wingo <wingo@igalia.com>
10526
10527 * gdb.guile/scm-breakpoint.exp:
10528 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10529 properties instead of gdb-object-properties.
10530
498a4489
YQ
105312014-05-26 Yao Qi <yao@codesourcery.com>
10532
10533 * gdb.server/no-thread-db.exp: Specify source file name
10534 explicitly when setting a breakpoint.
10535
589fdceb
MM
105362014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10537
10538 * gdb.btrace/vdso.c: New.
10539 * gdb.btrace/vdso.exp: New.
10540
e9089e05
MM
105412014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10542
10543 * gdb.base/gcore.exp (capture_command_output): Move ...
10544 * lib/gdb.exp (capture_command_output): ... here.
10545
67b5c0c1
MM
105462014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10547
10548 * gdb.btrace/data.exp: Test memory access during btrace replay.
10549
a2199296
SM
105502014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10551
10552 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10553
17b2616c
PA
105542014-05-21 Pedro Alves <palves@redhat.com>
10555
10556 PR gdb/13860
10557 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10558 (top level): Test that output related to execution commands is
10559 sent to the console with CLI commands, but not with MI commands.
10560 Test that breakpoint events are always mirrored to the console.
10561 Also expect the new source line to be output after a "next" in
10562 async mode too. Make it a pass/fail test.
10563 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10564 output.
10565 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10566
5166082f
PA
105672014-05-21 Pedro Alves <palves@redhat.com>
10568
10569 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10570 Use them to test variations of "list" after reaching a breakpoint.
10571 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10572 Test "list" with listsize 10 after reaching a breakpoint.
10573 * gdb.python/python.exp (decode_line current location line
10574 number): Adjust expected line number.
10575
2f25d70f
SM
105762014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10577
10578 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10579 behavior for $args, pass it directly to "run".
10580
ff604a67
MR
105812014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10582
10583 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10584 30000 to 65536.
10585
6a3cb8e8
PA
105862014-05-21 Pedro Alves <palves@redhat.com>
10587
10588 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10589 auto-connect-native-target off".
10590 * gdb.base/auto-connect-native-target.c: New file.
10591 * gdb.base/auto-connect-native-target.exp: New file.
10592
4ebfc96e
PA
105932014-05-21 Pedro Alves <palves@redhat.com>
10594
10595 * gdb.base/default.exp: Test "target native" instead of "target
10596 child".
10597
36d46afb
MW
105982014-05-21 Mark Wielaard <mjw@redhat.com>
10599
10600 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10601
5876f503
JK
106022014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10603
10604 Fix TLS access for -static -pthread.
10605 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10606 <HAVE_TLS> (thread_function, main): Initialize it.
10607 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10608 Add clean_restart.
10609 <$have_tls != "">: Check TLSVAR.
10610
0256a6ac
PA
106112014-05-21 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.base/dcache-line-read-error.c: New.
10614 * gdb.base/dcache-line-read-error.exp: New.
10615
936d2992
PA
106162014-05-20 Pedro Alves <palves@redhat.com>
10617
10618 * gdb.base/compare-sections.c: New file.
10619 * gdb.base/compare-sections.exp: New file.
10620
802e8e6d
PA
106212014-05-20 Pedro Alves <palves@redhat.com>
10622
10623 * gdb.base/break-idempotent.c: New file.
10624 * gdb.base/break-idempotent.exp: New file.
10625
e59fa00f
MM
106262014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10627
10628 * gdb.btrace/nohist.exp: New.
10629
8b696e31
YQ
106302014-05-20 Yao Qi <yao@codesourcery.com>
10631
10632 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10633 gdb.reverse directory and gdb_reverse_timeout exists in board
10634 setting.
10635 * README: Document gdb_reverse_timeout.
10636
73c9764f
YQ
106372014-05-20 Yao Qi <yao@codesourcery.com>
10638
10639 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10640 'test_file_name'. Treat args as a string instead of a list.
10641 (gdb_init): Rename argument 'args' by 'test_file_name'.
10642
f1f4348a
JK
106432014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10644
10645 * gdb.arch/powerpc-power.exp: New file.
10646 * gdb.arch/powerpc-power.s: New file.
10647
0dbe70ce
DE
106482014-05-16 Doug Evans <dje@google.com>
10649
10650 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10651 * gdb.base/completion.exp: Check that all expected files exist
10652 before doing file completion.
0dbe70ce 10653
8d551b02
DE
106542014-05-16 Doug Evans <dje@google.com>
10655
10656 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10657 Update.
10658 (do_syscall_tests_without_xml): Update.
10659
73eb7709
PA
106602014-05-16 Pedro Alves <palves@redhat.com>
10661
10662 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10663 instead of "unknown output after running".
10664
3fae92fc
YQ
106652014-05-16 Yao Qi <yao@codesourcery.com>
10666
10667 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10668 file1.txt from host at the end.
10669 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10670
c2b2ccc5
DE
106712014-05-15 Doug Evans <dje@google.com>
10672
10673 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10674 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10675 loading file. Add test for TU lookup.
10676
8c217a4b
SM
106772014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10678
10679 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10680 calling "-exec-arguments" or "set args" before running the
10681 inferior.
10682
3deb39c6
SM
106832014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10684
10685 * lib/mi-support.exp (mi_expect_stop): Expect message for
10686 inferiors that exit with non-zero exit code.
10687
71a79f8c
YQ
106882014-05-14 Yao Qi <yao@codesourcery.com>
10689
10690 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10691 match absolute path on remote host.
10692 (test_file_list_exec_source_files): Remove "/" from the
10693 pattern.
10694
f23fcd46
YQ
106952014-05-14 Yao Qi <yao@codesourcery.com>
10696
10697 * boards/local-remote-host-notty.exp (${board}_file): New
10698 proc.
10699
9404b58f
KM
107002014-05-07 Kyle McMartin <kyle@redhat.com>
10701
10702 Pushed by Joel Brobecker <brobecker@adacore.com>.
10703 * gdb.arch/aarch64-atomic-inst.c: New file.
10704 * gdb.arch/aarch64-atomic-inst.exp: New file.
10705
5e45f04c
YQ
107062014-05-07 Yao Qi <yao@codesourcery.com>
10707
10708 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10709 in current context" too.
10710
c888a17d
KS
107112014-05-05 Keith Seitz <keiths@redhat.com>
10712
10713 * gdb.linespec/ls-dollar.exp: Add test for linespec
10714 file:convenience_variable.
10715
290a839c
YQ
107162014-05-05 Yao Qi <yao@codesourcery.com>
10717
10718 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10719 traceframes into tfile and ctf trace files. Read data from
10720 trace file and test collected data.
10721 (gdb_collect_locals_test): Likewise.
10722 (gdb_unavailable_registers_test): Likewise.
10723 (gdb_unavailable_floats): Likewise.
10724 (gdb_collect_globals_test): Likewise.
10725 (top-level): Append "ctf" to trace_file_targets if GDB
10726 supports.
10727
b5262cd0
YQ
107282014-05-05 Yao Qi <yao@codesourcery.com>
10729
10730 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10731 code to ...
10732 (gdb_collect_args_test_1): ... it. New proc.
10733 (gdb_collect_locals_test): Move some code to ...
10734 (gdb_collect_locals_test_1): ... it. New proc.
10735 (gdb_unavailable_registers_test): Move some code to ...
10736 (gdb_unavailable_registers_test_1): ... it. New proc.
10737 (gdb_unavailable_floats): Move some code to ...
10738 (gdb_unavailable_floats_1): ... it. New proc.
10739
30a1e6cc
SDJ
107402014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10741
10742 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10743 probes to test for bitness recognition.
10744 * gdb.arch/amd64-stap-optional-prefix.exp
10745 (test_probe_value_without_reg): New procedure.
10746 Add code to test for different kinds of bitness.
10747
f33da99a
SDJ
107482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10749
10750 PR breakpoints/16889
10751 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10752 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10753
5b80f00d
PA
107542014-05-01 Pedro Alves <palves@redhat.com>
10755
10756 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10757 gdb_file_cmd if no file is specified.
10758 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10759 last_loaded_file to set the remote exec-file.
10760
f8c2a73c
PA
107612014-05-01 Pedro Alves <palves@redhat.com>
10762
10763 * boards/local-remote-host.exp: New file.
10764
be6e8ac7
PA
107652014-05-01 Pedro Alves <palves@redhat.com>
10766
10767 * boards/local-remote-host.exp: Rename to ...
10768 * boards/local-remote-host-notty.exp: ... this.
10769
cac0dc8f
JB
107702014-04-28 Joel Brobecker <brobecker@adacore.com>
10771
10772 * gdb.ada/dyn_arrayidx: New testcase.
10773
9730e6cc
YQ
107742014-04-26 Yao Qi <yao@codesourcery.com>
10775
10776 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10777 and compute the length of function main. Save it in
10778 $main_length.
10779 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10780 (top-level): Use gdb_compile to compile objects into
10781 executable and restart GDB. Remove invocation to
10782 prepare_for_testing.
10783
7ae1a6a6
PA
107842014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10785 Pedro Alves <palves@redhat.com>
10786
10787 PR server/16255
10788 * gdb.multi/multi-attach.c: New file.
10789 * gdb.multi/multi-attach.exp: New file.
10790
4082afcc
PA
107912014-04-25 Pedro Alves <palves@redhat.com>
10792
10793 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10794 user.
10795 (top level): Test that "set remote conditional-breakpoints-packet
10796 off" works as intended.
10797 * gdb.base/dprintf.exp: Test that "set remote
10798 breakpoint-commands-packet off" works as intended.
10799 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10800 New function.
10801 (top level): Call it.
10802 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10803 remote fast-tracepoints-packet off" works as intended.
10804 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10805 * lib/gdb.exp (gdb_is_target_remote): ... here.
10806
2abc3f8d
DB
108072014-04-24 David Blaikie <dblaikie@gmail.com>
10808
10809 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10810 ensure clang would not discard them.
10811 * gdb.base/gdbvars.c: Ditto.
10812 * gdb.base/memattr.c: Ditto.
10813 * gdb.base/whatis.c: Ditto.
10814 * gdb.python/py-prettyprint.c: Ditto.
10815 * gdb.trace/actions.c: Ditto.
10816 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10817 ensure clang would not discard it.
10818
bfd39632
DB
108192014-04-24 David Blaikie <dblaikie@gmail.com>
10820
10821 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10822 clang to emit the full definition of type required by the test
10823 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10824
22842ff6
DB
108252014-04-24 David Blaikie <dblaikie@gmail.com>
10826
10827 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10828 coax Clang into emitting the definition of the type.
10829 * gdb.cp/pr10728-x.h (y): Ditto.
10830 * gdb.cp/pr10728-y.cc (y): Ditto.
10831
c2e827ad
DB
108322014-04-24 David Blaikie <dblaikie@gmail.com>
10833
10834 * gdb.base/label.exp: XFAIL label related tests under Clang.
10835 * gdb.cp/cplabel.exp: Ditto.
10836 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10837 under Clang those using labels.
10838
4c2d33e7
YQ
108392014-04-25 Yao Qi <yao@codesourcery.com>
10840
10841 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10842 double_label.
10843 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10844 partial_label and double_label.
10845
56083b99
DB
108462014-04-24 David Blaikie <dblaikie@gmail.com>
10847
10848 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10849
25d4e99d
DB
108502014-04-24 David Blaikie <dblaikie@gmail.com>
10851
10852 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10853 of the function to work across GCC and Clang.
10854 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10855 pointer types (const void ** const V void **).
10856
01f9f808
MS
108572014-04-24 Michael Sturm <michael.sturm@mintel.com>
10858 Walfred Tedeschi <walfred.tedeschi@intel.com>
10859
10860 * Makefile.in (EXECUTABLES): Added i386-avx512.
10861 * gdb.arch/i386-avx512.c: New file.
10862 * gdb.arch/i386-avx512.exp: Likewise.
10863
4b48d439
KS
108642014-04-23 Keith Seitz <keiths@redhat.com>
10865
10866 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10867 (mi_make_breakpoint_table): New procedure.
10868 (mi_create_breakpoint): Use mi_make_breakpoint
10869 and return the result.
10870 (mi_make_breakpoint): New procedure.
10871 (mi_build_kv_pairs): New procedure.
10872
10873 * gdb.mi/mi-break.exp: Remove unused globals,
10874 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10875 All callers updated.
10876 * gdb.mi/mi-dprintf.exp: Use variable to track command
10877 number.
10878 Update all callers of mi_create_breakpoint and use
10879 mi_make_breakpoint_table.
10880 Remove any unused global variables.
10881 * gdb.mi/mi-nonstop.exp: Likewise.
10882 * gdb.mi/mi-nsintrall.exp: Likewise.
10883 * gdb.mi/mi-nsmoribund.exp: Likewise.
10884 * gdb.mi/mi-nsthrexec.exp: Likewise.
10885 * gdb.mi/mi-reverse.exp: Likewise.
10886 * gdb.mi/mi-simplerun.exp: Likewise.
10887 * gdb.mi/mi-stepn.exp: Likewise.
10888 * gdb.mi/mi-syn-frame.exp: Likewise.
10889 * gdb.mi/mi-until.exp: Likewise.
10890 * gdb.mi/mi-var-cp.exp: Likewise.
10891 * gdb.mi/mi-var-display.exp: Likewise.
10892 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10893 * gdb.mi/mi2-var-child.exp: Likewise.
10894 * gdb.mi/mi-vla-c99.exp: Likewise.
10895 * lib/mi-support.exp: Likewise.
10896
10897 From Ian Lance Taylor <iant@cygnus.com>:
10898 * lib/gdb.exp (parse_args): New procedure.
10899
08351840
PA
109002014-04-23 Pedro Alves <palves@redhat.com>
10901
10902 * gdb.base/break-unload-file.c: New file.
10903 * gdb.base/break-unload-file.exp: New file.
10904 * gdb.base/sym-file-lib.c (baz): New function.
10905 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10906 field.
10907 (load): Store the segment's mapped size.
10908 (unload): New function.
10909 (unload_shlib): New function.
10910 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10911 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10912 set a breakpoint at baz, and call it.
10913 * gdb.base/sym-file.exp: New tests for stale breakpoint
10914 instructions.
10915
076855f9
PA
109162014-04-23 Pedro Alves <palves@redhat.com>
10917
10918 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10919 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10920 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10921 * gdb.base/hbreak-unmapped.c: New file.
10922 * gdb.base/hbreak-unmapped.exp: New file.
10923 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10924 * lib/gdb.exp (gdb_is_target_remote): ... here.
10925
483805cf
PA
109262014-04-22 Pedro Alves <palves@redhat.com>
10927
10928 * gdb.base/consecutive-step-over.c: New file.
10929 * gdb.base/consecutive-step-over.exp: New file.
10930
06d97543
PA
109312014-04-22 Pedro Alves <palves@redhat.com>
10932
10933 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10934 instead of send_gdb/gdb_expect.
10935
b4429ea2
YQ
109362014-04-22 Yao Qi <yao@codesourcery.com>
10937
10938 * lib/trace-support.exp (generate_tracefile): New procedure.
10939 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10940 return 0.
10941 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10942 if generate_tracefile returns 1.
10943
51d48146
PA
109442014-04-18 Tom Tromey <palves@redhat.com>
10945 Pedro alves <tromey@redhat.com>
10946
10947 PR backtrace/15558
10948 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10949 with a backtrace limit.
10950 * gdb.python/py-frame-inline.exp: Test running to an inline
10951 function with a backtrace limit, and printing the newest frame.
10952 * gdb.python/py-frame-inline.c (main): Call f.
10953
bd1dce5f
MS
109542014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10955
10956 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10957
40d1a503
MS
109582014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10959
10960 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10961 Drop prefix from unsupported source file path.
10962
389b98f7
YQ
109632014-04-17 Yao Qi <yao@codesourcery.com>
10964
10965 * lib/gdb.exp (with_target_charset): New proc.
10966 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10967 with_target_charset.
10968 (test_print_strings): Likewise.
10969 (test_repeat_bytes): Likewise.
10970 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10971 for some tests.
10972
22869d73
KS
109732014-04-16 Keith Seitz <keiths@redhat.com>
10974
10975 PR gdb/15827
10976 * gdb.dwarf2/corrupt.c: New file.
10977 * gdb.dwarf2/corrupt.exp: New file.
10978
c4f87ca6
KS
109792014-04-16 Keith Seitz <keiths@redhat.com>
10980
10981 PR c++/16597
10982 * gdb.cp/namelessclass.cc: New file.
10983 * gdb.cp/namelessclass.exp: New file.
10984 * gdb.cp/namelessclass.S: New file.
10985
ab19de87
DE
109862014-04-16 Doug Evans <dje@google.com>
10987
10988 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10989 Add comment.
10990 (gdbserver_default_get_comm_port): New function.
10991 (gdbserver_start): Check if board file provided
10992 "gdbserver,get_comm_port" and use it if so.
10993 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10994 (gdb,socketport): Set to "stdio".
10995 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10996 (stdio_gdbserver_template): Delete.
10997 (${board}_get_remote_address): Update.
10998 (${board}_build_remote_cmd): Delete.
10999 (${board}_get_comm_port): New function.
11000 (${board}_spawn): Update.
11001 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11002 Delete.
11003 (${board}_get_remote_address): Update.
11004 (${board}_get_comm_port): New function.
11005
fc98a809
AB
110062014-04-16 Andrew Burgess <aburgess@broadcom.com>
11007
11008 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11009 appearing in any order.
11010
87fd9e6e
DE
110112014-04-15 Doug Evans <dje@google.com>
11012
11013 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11014 uninitialized value of "description".
11015
099fc3ea
KS
110162014-04-15 Keith Seitz <keiths@redhat.com>
11017
11018 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11019 Remove unused globals.
11020 (test_running_the_program): Likewise.
11021 (test_controlled_execution): Likewise.
11022 (test_controlling_breakpoints): Likewise.
11023 (test_program_termination): Likewise.
11024
5da151d4
KS
110252014-04-15 Keith Seitz <keiths@redhat.com>
11026
11027 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11028 unused globals.
11029 (test_rbreak_creation_and_listing): Likewise.
11030 (test_ignore_count): Likewise.
11031 (test_error): Likewise.
11032
35e5d2f0
PA
110332014-04-15 Pedro Alves <palves@redhat.com>
11034
11035 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11036 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11037 sym-file-loader.c.
11038 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11039 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11040 to sym-file-loader.c.
11041 (struct library): Forward declare.
11042 (load_shlib, lookup_function): Change prototypes.
11043 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11044 (translate_offset): Remove declarations.
11045 (get_text_addr): New declaration.
11046 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11047 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11048 sym-file-loader.h.
11049 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11050 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11051 here from sym-file-loader.h.
11052 (struct library): New structure.
11053 (load_shlib, lookup_function): Change prototypes and adjust to
11054 work with a struct library.
11055 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11056 (translate_offset): Make static.
11057 (get_text_addr): New function.
11058 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11059
eb4c1710
PA
110602014-04-15 Pedro Alves <palves@redhat.com>
11061
11062 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11063
2d1baf52
PA
110642014-04-15 Pedro Alves <palves@redhat.com>
11065
11066 * gdb.base/sym-file-loader.c: Include <limits.h>.
11067 (SELF_LINK): New define.
11068 (get_origin): New function.
11069 (load_shlib): Use it.
11070 * gdb.base/sym-file.exp: Don't early return if the target is
11071 remote. Use runto_main, and issue fail is that fails. Use
11072 gdb_load_shlibs.
11073 (shlib_name): Delete.
11074 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11075
7dd6df01
PA
110762014-04-15 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.base/sym-file.exp: Remove regex characters from test
11079 message. Don't refer to breakpoint numbers in test messages.
11080
b50c8614
KS
110812014-04-14 Keith Seitz <keiths@redhat.com>
11082
11083 PR c++/16253
11084 * gdb.cp/var-tag.cc: New file.
11085 * gdb.cp/var-tag.exp: New file.
11086 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11087 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11088 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11089 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11090
3d567982
TT
110912014-04-14 Tom Tromey <tromey@redhat.com>
11092
11093 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11094 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11095 type.
11096 * gdb.cp/enum-class.exp: New file.
11097 * gdb.cp/enum-class.cc: New file.
11098
0626fc76
TT
110992014-04-14 Tom Tromey <tromey@redhat.com>
11100
11101 * gdb.dwarf2/enum-type.exp: New file.
11102
dca325b3
SA
111032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11104
11105 * gdb.mi/mi-vla-c99.exp: New file.
11106 * gdb.mi/vla.c: New file.
11107
5854b38a
SA
111082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11109
11110 * gdb.base/vla-datatypes.c: New file.
11111 * gdb.base/vla-datatypes.exp: New file.
11112
463bb957
SA
111132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11114
11115 * gdb.base/vla-ptr.c: New file.
11116 * gdb.base/vla-ptr.exp: New file.
11117
3dd170be
SA
111182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11119
11120 * gdb.dwarf2/count.exp: New file.
11121
5ecaaa66
SA
111222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11123
11124 * gdb.base/vla-sideeffect.c: New file.
11125 * gdb.base/vla-sideeffect.exp: New file.
11126
41f1ada5
DB
111272014-04-14 David Blaikie <dblaikie@gmail.com>
11128
11129 * gdb.mi/non-stop.c: Add return value for non-void function return
11130 statement.
11131 * gdb.threads/staticthreads.c: Ditto.
11132
0be03e84
DE
111332014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11134 Doug Evans <xdje42@gmail.com>
11135
11136 * gdb.guile/scm-value.c: Improve test case.
11137 * gdb.guile/scm-value.exp: Add new test.
11138
f180a1fb
DB
111392014-04-11 David Blaikie <dblaikie@gmail.com>
11140
11141 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11142 override Clang's default.
11143
6b662e19
JB
111442014-04-11 Joel Brobecker <brobecker@adacore.com>
11145
11146 Revert the following changes (regressions):
11147
11148 * gdb.base/vla-sideeffect.c: New file.
11149 * gdb.base/vla-sideeffect.exp: New file.
11150
11151 * gdb.dwarf2/count.exp: New file.
11152
11153 * gdb.base/vla-multi.c: New file.
11154 * gdb.base/vla-multi.exp: New file.
11155
11156 * gdb.base/vla-ptr.c: New file.
11157 * gdb.base/vla-ptr.exp: New file.
11158
11159 * gdb.base/vla-datatypes.c: New file.
11160 * gdb.base/vla-datatypes.exp: New file.
11161
11162 * gdb.mi/mi-vla-c99.exp: New file.
11163 * gdb.mi/vla.c: New file.
11164
245a5f0b
KS
111652014-04-11 Keith Seitz <keiths@redhat.com>
11166
11167 PR c++/16675
11168 * gdb.cp/cpsizeof.exp: New file.
11169 * gdb.cp/cpsizeof.cc: New file.
11170
58a84dcf
SA
111712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11172
191a8a90
JB
11173 * gdb.mi/mi-vla-c99.exp: New file.
11174 * gdb.mi/vla.c: New file.
58a84dcf 11175
c8655f75
SA
111762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11177
11178 * gdb.base/vla-datatypes.c: New file.
11179 * gdb.base/vla-datatypes.exp: New file.
11180
024e13b4
SA
111812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11182
11183 * gdb.base/vla-ptr.c: New file.
11184 * gdb.base/vla-ptr.exp: New file.
11185
1a237e0e
SA
111862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11187
11188 * gdb.base/vla-multi.c: New file.
11189 * gdb.base/vla-multi.exp: New file.
11190
504f3432
SA
111912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11192
11193 * gdb.dwarf2/count.exp: New file.
11194
3bce8237
SA
111952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11196
191a8a90
JB
11197 * gdb.base/vla-sideeffect.c: New file.
11198 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11199
322f9c21
YQ
112002014-04-11 Yao Qi <yao@codesourcery.com>
11201
11202 * gdb.base/completion.exp: Check file exists before running tests
11203 on file completion.
11204
d708bcd1
PA
112052014-04-10 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.base/cond-eval-mode.c: New file.
11208 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11209 prepare_for_testing to build the new file. Check result of
11210 runto_main.
11211 (test_break, test_watch): New procedures.
11212 (top level): Use them.
11213
ae1d2761
PM
112142014-04-08 Pierre Muller <muller@sourceware.org>
11215
11216 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11217 Ctrl-V use for mingw hosts.
11218
7af389b8
SC
112192014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11220
11221 * gdb.python/py-value.c: Improve test case.
11222 * gdb.python/py-value.exp: Add new test.
11223
5e703181
DE
112242014-04-07 David Blaikie <dblaikie@gmail.com>
11225
11226 * lib/compiler.c: Identify the clang compiler.
11227 * lib/compiler.cc: Ditto.
11228
9810b410
YQ
112292014-04-03 Yao Qi <yao@codesourcery.com>
11230
11231 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11232
98d1b8dc
AB
112332014-04-01 Anton Blanchard <anton@samba.org>
11234
11235 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11236 messages unique.
11237
3114cea1
AB
112382014-04-01 Anton Blanchard <anton@samba.org>
11239
11240 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11241 prepare_for_testing.
11242
62f7182c
AB
112432014-04-01 Anton Blanchard <anton@samba.org>
11244
11245 * gdb.arch/ppc64-atomic-inst.c: Remove.
11246 * gdb.arch/ppc64-atomic-inst.S: New file.
11247 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11248
770e7fc7
DE
112492014-03-31 Doug Evans <dje@google.com>
11250
11251 * gdb.base/print-symbol-loading-lib.c: New file.
11252 * gdb.base/print-symbol-loading-main.c: New file.
11253 * gdb.base/print-symbol-loading.exp: New file.
11254
46e2bafa
YQ
112552014-03-31 Yao Qi <yao@codesourcery.com>
11256
11257 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11258
8776cfe9
JB
112592014-03-28 Joel Brobecker <brobecker@adacore.com>
11260
11261 * gdb.ada/mi_dyn_arr: New testcase.
11262
5d1ef361
DE
112632014-03-27 Doug Evans <dje@google.com>
11264
11265 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11266
b5bee914
YQ
112672014-03-27 Yao Qi <yao@codesourcery.com>
11268
11269 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11270 if target is nios2-*-*.
11271
0d4d0e77
YQ
112722014-03-26 Yao Qi <yao@codesourcery.com>
11273
11274 * lib/gdb.exp (readline_is_used): New proc.
11275 * gdb.base/completion.exp: Move tests on command complete up.
11276 Skip the rest of tests if readline is not used.
11277 * gdb.ada/complete.exp: Skp the test if readline is not
11278 used.
11279 * gdb.base/filesym.exp: Likewise.
11280 * gdb.base/macscp.exp: Likewise.
11281 * gdb.base/readline-ask.exp: Likewise.
11282 * gdb.base/readline.exp: Likewise.
11283 * gdb.python/py-cmd.exp: Likewise.
11284 * gdb.trace/tfile.exp: Likewise.
11285
29361eee
YQ
112862014-03-26 Yao Qi <yao@codesourcery.com>
11287
11288 * gdb.base/macscp.exp: Fix code format issues.
11289
bc9a5525
UW
112902014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11291
11292 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11293 * gdb.asm/powerpc64le.inc: New file.
11294
d3839ede
PA
112952014-03-25 Pedro Alves <palves@redhat.com>
11296 Doug Evans <dje@google.com>
11297
11298 * gdb.base/source-execution.c: New file.
11299 * gdb.base/source-execution.exp: New file.
11300 * gdb.base/source-execution.gdb: New file.
11301
01672a57
DE
113022014-03-24 Doug Evans <dje@google.com>
11303
11304 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11305 using fission.
11306
88bbeca9
HZ
113072014-03-24 Hui Zhu <hui@codesourcery.com>
11308 Pedro Alves <palves@redhat.com>
11309
11310 PR breakpoints/16101
11311 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11312 test pass/fail messages. Detect missing support for dprintf when
11313 breakpoints are actually inserted.
11314 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11315 breakpoints are actually inserted.
11316 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11317 fails.
11318
d2348791
JK
113192014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11320
11321 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11322
feef67ab
DE
113232014-03-22 Doug Evans <xdje42@gmail.com>
11324
11325 * gdb.python/python.exp (python not supported): Verify multi-line
11326 python command issues an error.
25d743f9 11327 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11328 guile command issues an error.
feef67ab 11329
ecebef6a
MR
113302014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11331
11332 * gdb.threads/thread-specific.exp: Handle the lack of usable
11333 $this_breakpoint and $this_thread.
11334
ccdd1909
HZ
113352014-03-21 Hui Zhu <hui@codesourcery.com>
11336
11337 * gdb.base/attach.exp (do_command_attach_tests): New.
11338
beb460e8
PA
113392014-03-20 Tom Tromey <tromey@redhat.com>
11340 Pedro Alves <palves@redhat.com>
11341
11342 PR cli/15718
11343 * gdb.base/condbreak-call-false.c: New file.
11344 * gdb.base/condbreak-call-false.exp: New file.
11345
40acf43a
PA
113462014-03-20 Pedro Alves <palves@redhat.com>
11347
11348 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11349 Delete.
11350 (block_signals, unblock_signals): Delete.
11351 (child_function_2, main): Remove references to deleted variable
11352 and functions.
11353
9f5e1e02
PA
113542014-03-20 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11357 Use pthread_kill to signal thread 2.
11358 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11359 Adjust to make the test send itself a signal rather than using the
11360 host's "kill" command.
11361
99619bea
PA
113622014-03-20 Pedro Alves <palves@redhat.com>
11363
11364 * gdb.threads/multiple-step-overs.c: New file.
11365 * gdb.threads/multiple-step-overs.exp: New file.
11366 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11367 Adjust expected infrun debug output.
11368
2adfaa28
PA
113692014-03-20 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11372 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11373
31e77af2
PA
113742014-03-20 Pedro Alves <palves@redhat.com>
11375
11376 PR breakpoints/7143
11377 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11378 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11379 of gdb_test_multiple.
11380 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11381 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11382
b9f437de
PA
113832014-03-20 Pedro Alves <palves@redhat.com>
11384
11385 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11386 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11387
05adc73e
PA
113882014-03-19 Pedro Alves <palves@redhat.com>
11389
11390 * gdb.base/async.exp: Remove early return.
11391
6048b950
PA
113922014-03-19 Pedro Alves <palves@redhat.com>
11393
11394 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11395
8bcfb00a
PA
113962014-03-19 Pedro Alves <palves@redhat.com>
11397
11398 * gdb.base/async.exp (test_background): Expect \r\n after
11399 "completed." in the fail pattern.
11400
884e37dc
PA
114012014-03-19 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.base/async.exp (test_background): New procedure.
11404 Use it for all background execution command tests.
11405
148e57e2
PA
114062014-03-19 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.base/async.exp: Use prepare_for_testing.
11409
f48088c7
PA
114102014-03-19 Pedro Alves <palves@redhat.com>
11411
11412 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11413 the same line.
11414
e2f6c966
PA
114152014-03-19 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.base/async.c (main): Add "jump here" and "until here" line
11418 marker comments.
11419 * gdb.base/async.exp (jump_here): New global.
11420 (jump& test): Use it.
11421 (until_here): New global.
11422 (until& test): Use it.
11423
c30568d4
PA
114242014-03-19 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.base/async.exp: Don't frob gdb_protocol.
11427
0172b6a7
DE
114282014-03-18 Doug Evans <xdje42@gmail.com>
11429
11430 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11431 Fix spelling of exec-done-display.
11432
06c868a8
JK
114332014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11434
11435 PR gdb/15358
11436 * gdb.base/gdb-sigterm.c: New file.
11437 * gdb.base/gdb-sigterm.exp: New file.
11438
0c7e1a46
PA
114392014-03-18 Pedro Alves <palves@redhat.com>
11440
11441 PR gdb/13860
11442 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11443 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11444 solib-event.
11445
f7c77d93
JB
114462014-03-17 Joel Brobecker <brobecker@adacore.com>
11447
11448 * gdb.ada/pckd_arr_ren: New testcase.
11449
5a1e8c7a
DE
114502014-03-13 Doug Evans <xdje42@gmail.com>
11451
11452 PR guile/16612
11453 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11454 collect after discarding symbols.
11455
350e1a76
DE
114562014-03-13 Ludovic Courtès <ludo@gnu.org>
11457 Doug Evans <xdje42@gmail.com>
11458
11459 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11460 to history survives a gc.
11461
a69900ae
PA
114622014-03-13 Pedro Alves <palves@redhat.com>
11463
11464 * gdb.base/default.exp: Don't test "target procfs".
11465
5db9f0bd
PA
114662014-03-13 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.base/default.exp: Update "target child" and "target procfs"
11469 tests to not expect "Unix".
11470
b3ccfe11
TT
114712014-03-12 Tom Tromey <tromey@redhat.com>
11472
11473 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11474 New procs. Add target-async tests.
11475 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11476 Add target-async tests.
11477
646f4417
AA
114782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11479
11480 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11481 'func_start' and 'func_end' for the beginning and end of the
11482 function code, respectively.
11483 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11484 'func_end' instead of 'func' and 'main'.
11485
288c211f
AA
114862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11487
11488 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11489 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11490 generate the debug info assembler source.
11491
e0c0f156
AA
114922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11493
11494 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11495 * gdb.dwarf2/arr-subrange.exp: Likewise.
11496 * gdb.dwarf2/dwz.exp: Likewise.
11497 * gdb.dwarf2/method-ptr.exp: Likewise.
11498 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11499 * gdb.dwarf2/subrange.exp: Likewise.
11500 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11501 * gdb.dwarf2/implptrpiece.exp: Likewise.
11502 * gdb.dwarf2/nostaticblock.exp: Likewise.
11503
0e5c4555
AA
115042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11505
11506 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11507 directory to absolute path name arguments.
11508
5ec18f2b
JG
115092014-03-10 Joel Brobecker <brobecker@adacore.com>
11510
11511 * gdb.ada/tagged_access: New testcase.
11512
847fc4f2
MM
115132014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11514
11515 * gdb.btrace/data.exp: Update expected output.
11516
cc3da688
YQ
115172014-03-06 Yao Qi <yao@codesourcery.com>
11518
11519 * gdb.trace/pr16508.exp: New file.
11520
0f26cec1
PA
115212014-03-05 Pedro Alves <palves@redhat.com>
11522
11523 PR gdb/16575
11524 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11525 procedure.
11526 (top level): Adjust to use it. Add tests that exercise breakpoint
11527 interaction with the code-cache.
11528
7a5a839f
LC
115292014-02-26 Ludovic Courtès <ludo@gnu.org>
11530
11531 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11532 test for 'history-append!'.
11533
31aa7e4e
JB
115342014-02-26 Joel Brobecker <brobecker@adacore.com>
11535
11536 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11537 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11538 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11539 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11540 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11541 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11542
1b588015
JB
115432014-02-26 Joel Brobecker <brobecker@adacore.com>
11544
11545 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11546 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11547 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11548
55426c9d
JB
115492014-02-26 Joel Brobecker <brobecker@adacore.com>
11550
11551 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11552
dc53a7ad
JB
115532014-02-26 Joel Brobecker <brobecker@adacore.com>
11554
11555 * gdb.dwarf2/arr-stride.c: New file.
11556 * gdb.dwarf2/arr-stride.exp: New file.
11557
12ab52e9
PA
115582014-02-26 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11561 that won't ever trigger. Make sure that GDB reports the correct
11562 breakpoint that caused the stop.
11563
849c862e
JK
115642014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11565
11566 PR gdb/16626
11567 * gdb.base/auto-load-script: New file.
11568 * gdb.base/auto-load.c: New file.
11569 * gdb.base/auto-load.exp: New file.
11570
71b7d793
JK
11571 PR gdb/16626
11572 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11573
e2f0d509
JK
115742014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11575
11576 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11577 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11578
50cc37c8
DE
115792014-02-24 Doug Evans <dje@google.com>
11580
11581 * lib/gdb.exp (run_on_host): Log error output if program fails.
11582
ea4758f2
PA
115832014-02-21 Pedro Alves <palves@redhat.com>
11584
11585 * gdb.threads/step-after-sr-lock.c: Rename to ...
11586 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11587 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11588 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11589 ... this.
11590
d7b30f67
SDJ
115912014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11592
11593 PR tdep/16397
11594 * gdb.arch/amd64-stap-special-operands.exp: New file.
11595 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11596 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11597 * gdb.arch/amd64-stap-triplet.S: Likewise.
11598 * gdb.arch/amd64-stap-triplet.c: Likewise.
11599
83deb43f
JB
116002014-02-20 Joel Brobecker <brobecker@adacore.com>
11601
11602 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11603 in .section pseudo-op.
11604
adde2bff
DE
116052014-02-20 lin zuojian <manjian2006@gmail.com>
11606 Joel Brobecker <brobecker@adacore.com>
11607 Doug Evans <xdje42@gmail.com>
11608
11609 PR symtab/16581
11610 * gdb.dwarf2/dw2-icycle.S: New file.
11611 * gdb.dwarf2/dw2-icycle.c: New file.
11612 * gdb.dwarf2/dw2-icycle.exp: New file.
11613
f7bd0f78
SC
116142014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11615
11616 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11617 operations on gdb.Value objects.
11618 * gdb.python/py-value-cc.exp: Add new test to test operations on
11619 gdb.Value objects.
11620
c17ef0d5
DE
116212014-02-18 Doug Evans <dje@google.com>
11622
11623 * Makefile.in (TESTS): New variable.
11624 (expanded_tests, expanded_tests_or_none): New variables
11625 (check-single): Pass $(expanded_tests_or_none) to runtest.
11626 (check-parallel): Only run tests in $(TESTS) if non-empty.
11627 (check/no-matching-tests-found): New rule.
11628 * README: Document TESTS makefile variable.
11629
5dd3176f
DE
116302014-02-18 Doug Evans <dje@google.com>
11631
11632 * Makefile.in (check-parallel): rm -rf outputs temp.
11633
0b10be4f
JK
116342014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11635
11636 Fix "ERROR: no fileid for" in the testsuite.
11637 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11638
85f224e7
DE
116392014-02-12 Doug Evans <dje@google.com>
11640
11641 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11642 (MISCELLANEOUS): New variable.
11643 (clean): rm -rf $(MISCELLANEOUS).
11644 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11645 dwp live in the same directory as symlinks, with each symlink pointed
11646 to a differently named file in a different directory.
11647
149b30ff
DE
116482014-02-11 Doug Evans <dje@google.com>
11649
11650 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11651 of Tcl file commands.
11652
1dfdac32
MK
116532014-02-10 Mark Kettenis <kettenis@gnu.org>
11654
11655 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11656 "kill -SIGUSR1 -1".
11657
aa4fb036
JB
116582014-02-10 Joel Brobecker <brobecker@adacore.com>
11659
11660 * gdb.ada/tick_length_array_enum_idx: New testcase.
11661
ed3ef339
DE
116622014-02-10 Doug Evans <xdje42@gmail.com>
11663
11664 * configure.ac (AC_OUTPUT): Add gdb.guile.
11665 * configure: Regenerate.
11666 * lib/gdb-guile.exp: New file.
11667 * lib/gdb.exp (get_target_charset): New function.
11668 * gdb.base/help.exp: Update expected output from "apropos apropos".
11669 * gdb.guile/Makefile.in: New file.
11670 * gdb.guile/guile.exp: New file.
11671 * gdb.guile/scm-arch.c: New file.
11672 * gdb.guile/scm-arch.exp: New file.
11673 * gdb.guile/scm-block.c: New file.
11674 * gdb.guile/scm-block.exp: New file.
11675 * gdb.guile/scm-breakpoint.c: New file.
11676 * gdb.guile/scm-breakpoint.exp: New file.
11677 * gdb.guile/scm-disasm.c: New file.
11678 * gdb.guile/scm-disasm.exp: New file.
11679 * gdb.guile/scm-equal.c: New file.
11680 * gdb.guile/scm-equal.exp: New file.
11681 * gdb.guile/scm-error.exp: New file.
11682 * gdb.guile/scm-error.scm: New file.
11683 * gdb.guile/scm-frame-args.c: New file.
11684 * gdb.guile/scm-frame-args.exp: New file.
11685 * gdb.guile/scm-frame-args.scm: New file.
11686 * gdb.guile/scm-frame-inline.c: New file.
11687 * gdb.guile/scm-frame-inline.exp: New file.
11688 * gdb.guile/scm-frame.c: New file.
11689 * gdb.guile/scm-frame.exp: New file.
11690 * gdb.guile/scm-generics.exp: New file.
11691 * gdb.guile/scm-gsmob.exp: New file.
11692 * gdb.guile/scm-iterator.c: New file.
11693 * gdb.guile/scm-iterator.exp: New file.
11694 * gdb.guile/scm-math.c: New file.
11695 * gdb.guile/scm-math.exp: New file.
11696 * gdb.guile/scm-objfile-script-gdb.in: New file.
11697 * gdb.guile/scm-objfile-script.c: New file.
11698 * gdb.guile/scm-objfile-script.exp: New file.
11699 * gdb.guile/scm-objfile.c: New file.
11700 * gdb.guile/scm-objfile.exp: New file.
11701 * gdb.guile/scm-ports.exp: New file.
11702 * gdb.guile/scm-pretty-print.c: New file.
11703 * gdb.guile/scm-pretty-print.exp: New file.
11704 * gdb.guile/scm-pretty-print.scm: New file.
11705 * gdb.guile/scm-section-script.c: New file.
11706 * gdb.guile/scm-section-script.exp: New file.
11707 * gdb.guile/scm-section-script.scm: New file.
11708 * gdb.guile/scm-symbol.c: New file.
11709 * gdb.guile/scm-symbol.exp: New file.
11710 * gdb.guile/scm-symtab-2.c: New file.
11711 * gdb.guile/scm-symtab.c: New file.
11712 * gdb.guile/scm-symtab.exp: New file.
11713 * gdb.guile/scm-type.c: New file.
11714 * gdb.guile/scm-type.exp: New file.
11715 * gdb.guile/scm-value-cc.cc: New file.
11716 * gdb.guile/scm-value-cc.exp: New file.
11717 * gdb.guile/scm-value.c: New file.
11718 * gdb.guile/scm-value.exp: New file.
11719 * gdb.guile/source2.scm: New file.
11720 * gdb.guile/types-module.cc: New file.
11721 * gdb.guile/types-module.exp: New file.
11722
7026a7c1
YQ
117232014-02-10 Yao Qi <yao@codesourcery.com>
11724
11725 PR testsuite/16543
11726 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11727 * configure: Regenerated.
11728 * Makefile.in: New file.
11729
6c466447
AS
117302014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11731
11732 * gdb.python/py-framefilter.exp: Fix typo.
11733
6e854735
YQ
117342014-02-08 Yao Qi <yao@codesourcery.com>
11735
11736 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11737 that no =breakpoint-modified is emitted when breakpoints are
11738 modified through MI commands.
11739
d137e6dc
PA
117402014-02-07 Pedro Alves <pedro@codesourcery.com>
11741 Pedro Alves <palves@redhat.com>
11742
11743 * gdb.threads/step-after-sr-lock.c: New file.
11744 * gdb.threads/step-after-sr-lock.exp: New file.
11745
b5ee5a50
PA
117462014-02-07 Pedro Alves <palves@redhat.com>
11747
11748 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11749
3c77faf3
JK
117502014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11751
11752 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11753 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11754
6dddc817
DE
117552014-02-06 Doug Evans <xdje42@gmail.com>
11756
11757 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11758 output.
11759
11760 * gdb.gdb/python-interrupts.exp: New file.
11761
de7b2893
YQ
117622014-02-05 Yao Qi <yao@codesourcery.com>
11763
11764 * gdb.trace/report.exp (use_collected_data): Test the output
11765 of "info threads" and "info inferiors".
11766
66d032ac
YQ
117672014-02-05 Yao Qi <yao@codesourcery.com>
11768
11769 Revert this patch:
11770
11771 2013-05-24 Yao Qi <yao@codesourcery.com>
11772
11773 * gdb.trace/tfile.exp: Test inferior and thread.
11774
591a12a1
UW
117752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11776
11777 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11778 on a function.
11779 * gdb.base/step-bt.c: Call hello via function pointer to make
11780 sure its first instruction is executed on powerpc64le-linux.
11781
0ff3e01f
UW
117822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11783
11784 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11785
084ee545
UW
117862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11787
11788 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11789 of the test patterns for use on little-endian systems.
11790
6ed14ff3
UW
117912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11792
11793 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11794 (decimal_vector): Fix for little-endian.
11795
401e27fd
JM
117962014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11797
11798 * gdb.arch/sparc-sysstep.exp: New file.
11799 * gdb.arch/sparc-sysstep.c: Likewise.
11800
11801 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11802
8b924729
EBM
118032014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11804
11805 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11806
fb151210
JB
118072014-01-23 Tom Tromey <tromey@redhat.com>
11808
11809 * gdb.ada/array_char_idx: New testcase.
11810
0740f8d8
TT
118112014-01-23 Tom Tromey <tromey@redhat.com>
11812
11813 PR python/16487:
11814 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11815 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11816 classes.
11817
21909fa1
TT
118182014-01-23 Tom Tromey <tromey@redhat.com>
11819
11820 PR python/16491:
11821 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11822 string from an inferior frame.
11823 * gdb.python/py-framefilter-mi.exp: Update.
11824
87ce2a04
DE
118252014-01-22 Doug Evans <dje@google.com>
11826
11827 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11828
237b092b
AA
118292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11830
11831 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11832
d674a709
AA
118332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11834
11835 * gdb.trace/entry-values.exp: Remove excess space character from
11836 regex patterns. Handle s390 call instruction.
11837
20fa3390
AA
118382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11839
11840 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11841 define "*_start" label. Make "name" static.
11842 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11843 ${name} by references to ${name}_start.
11844
78466714
AA
118452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11846
11847 * gdb.base/info-macros.exp: Remove "debug" from the compile
11848 options.
11849
ec9f644a
IB
118502014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11851
11852 * gdb.dlang/demangle.exp: New file.
11853
94b1b47e
IB
118542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11855
11856 * gdb.dlang/primitive-types.exp: New file.
11857
7f420862
IB
118582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11859
11860 * configure.ac: Create gdb.dlang/Makefile.
11861 * configure: Regenerate.
11862 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11863 * gdb.dlang/Makefile.in: New file.
11864 * lib/d-support.exp: New file.
11865 * lib/gdb.exp (skip_d_tests): New proc.
11866
52834460
MM
118672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11868
11869 * gdb.btrace/delta.exp: Check reverse stepi.
11870 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11871 * gdb.btrace/finish.exp: New.
11872 * gdb.btrace/next.exp: New.
11873 * gdb.btrace/nexti.exp: New.
11874 * gdb.btrace/record_goto.c: Add comments.
11875 * gdb.btrace/step.exp: New.
11876 * gdb.btrace/stepi.exp: New.
11877 * gdb.btrace/multi-thread-step.c: New.
11878 * gdb.btrace/multi-thread-step.exp: New.
11879 * gdb.btrace/rn-dl-bind.c: New.
11880 * gdb.btrace/rn-dl-bind.exp: New.
11881 * gdb.btrace/data.c: New.
11882 * gdb.btrace/data.exp: New.
11883 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11884
6e07b1d2
MM
118852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11886
11887 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11888 * gdb.btrace/exception.exp: Update.
11889 * gdb.btrace/instruction_history.exp: Update.
11890 * gdb.btrace/record_goto.exp: Update.
11891 * gdb.btrace/tailcall.exp: Update.
11892 * gdb.btrace/unknown_functions.exp: Update.
11893 * gdb.btrace/delta.exp: New.
11894
0b722aec
MM
118952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11896
11897 * gdb.btrace/record_goto.exp: Add backtrace test.
11898 * gdb.btrace/tailcall.exp: Add backtrace test.
11899
066ce621
MM
119002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11901
11902 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11903 * gdb.btrace/record_goto.c: New.
11904 * gdb.btrace/record_goto.exp: New.
11905 * gdb.btrace/x86-record_goto.S: New.
11906
0688d04e
MM
119072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11908
11909 * gdb.btrace/function_call_history.exp: Update tests.
11910 * gdb.btrace/instruction_history.exp: Update tests.
11911
8710b709
MM
119122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11913
11914 * gdb.btrace/function_call_history.exp: Fix expected field
11915 order for "record function-call-history".
11916 Add new tests for "record function-call-history /c".
11917 * gdb.btrace/exception.cc: New.
11918 * gdb.btrace/exception.exp: New.
11919 * gdb.btrace/tailcall.exp: New.
11920 * gdb.btrace/x86-tailcall.S: New.
11921 * gdb.btrace/x86-tailcall.c: New.
11922 * gdb.btrace/unknown_functions.c: New.
11923 * gdb.btrace/unknown_functions.exp: New.
11924 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11925
5de9129b
MM
119262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11927
11928 * gdb.btrace/instruction_history.exp: Update.
11929 * gdb.btrace/function_call_history.exp: Update.
11930
23a7fe75
MM
119312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11932
11933 * gdb.btrace/function_call_history.exp: Fix expected function
11934 trace.
11935 * gdb.btrace/instruction_history.exp: Initialize traced.
11936 Remove traced_functions.
11937
724c7dd8
MM
119382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11939
11940 * gdb.btrace/function_call_history.exp: Update
11941 * gdb.btrace/instruction_history.exp: Update.
11942
6d78d93b
MM
119432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11944
11945 * gdb.btrace/enable.exp: Update expected text.
11946
93a360cc
OJ
119472014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11948
11949 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11950 bytes.
11951
3772b53f
MR
119522014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11953
11954 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11955
596662fa
OJ
119562014-01-15 Omair Javaid <omair.javaid@linaro.org>
11957
11958 * lib/gdb.exp (supports_process_record): Return true for
11959 arm*-linux*. (supports_reverse): Likewise.
11960
b5b08fb4
SC
119612014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11962
11963 PR python/15464
11964 PR python/16113
11965 * gdb.python/py-type.c: Enhance test case.
11966 * gdb.python/py-value-cc.cc: Likewise
11967 * gdb.python/py-type.exp: Add new tests.
11968 * gdb.python/py-value-cc.exp: Likewise
11969
52d7fb13
AA
119702014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11971 Pedro Alves <palves@redhat.com>
11972
11973 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11974 Make "name" extern.
11975 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11976 references to ${name}_start by references to ${name}.
11977
a2cd8cfe
JB
119782014-01-10 Joel Brobecker <brobecker@adacore.com>
11979
11980 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11981
4e23fced
JB
119822014-01-10 Joel Brobecker <brobecker@adacore.com>
11983
11984 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11985
c6a9e42c
PA
119862014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11987 Pedro Alves <palves@redhat.com>
11988
11989 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11990 mi_gdb_target_load.
c6a9e42c 11991
b7ea362b
PA
119922014-01-08 Pedro Alves <palves@redhat.com>
11993
11994 * gdb.threads/reconnect-signal.c: New file.
11995 * gdb.threads/reconnect-signal.exp: New file.
11996
5e3f4fab
EBM
119972014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11998
11999 * gdb.base/source-dir.exp: New file.
12000
79301218
JB
120012014-01-07 Joel Brobecker <brobecker@adacore.com>
12002
12003 * gdb.ada/mi_interface: New testcase.
12004
8e355c5d
JB
120052014-01-07 Joel Brobecker <brobecker@adacore.com>
12006
12007 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12008 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12009 gdb.ada/pp-rec-component/pck.ads: New files.
12010
c0d48811
JB
120112014-01-07 Joel Brobecker <brobecker@adacore.com>
12012
12013 * gdb.python/py-pp-integral.c: New file.
12014 * gdb.python/py-pp-integral.py: New file.
12015 * gdb.python/py-pp-integral.exp: New file.
12016
17b609c3 12017For older changes see ChangeLog-1993-2013.
c906108c 12018\f
8d8cb839
EZ
12019;; Local Variables:
12020;; mode: change-log
12021;; left-margin: 8
12022;; fill-column: 74
12023;; version-control: never
12024;; End:
902f2ccb 12025
61baf725 12026 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
12027 Copying and distribution of this file, with or without modification,
12028 are permitted provided the copyright notice and this notice are preserved.