[BFD][AARCH64]Properly truncate no overflow checking relocation value for load/store...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d0ac1c44
SM
12018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2
3 * configure.ac: Remove AC_PREREQ.
4 * configure: Re-generate.
5
61b04dd0
PA
62018-06-19 Pedro Alves <palves@redhat.com>
7
8 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9 (func_extern_caller): New.
10 (main): Call func_extern_caller.
11 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
12 logic change.
13
f63b508a
SM
142018-06-18 Weimin Pan <weimin.pan@oracle.com>
15
16 PR gdb/16841
17 * gdb.cp/typedef-base.cc: New file.
18 * gdb.cp/typedef-base.exp: New file.
19
0fe3a558
TV
202018-06-18 Tom de Vries <tdevries@suse.de>
21
22 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
23
7010835a
AB
242018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
25 Richard Bunt <Richard.Bunt@arm.com>
26
27 * gdb.threads/attach-slow-waitpid.c: New file.
28 * gdb.threads/attach-slow-waitpid.exp: New file.
29 * gdb.threads/slow-waitpid.c: New file.
30
14897d65
PA
312018-06-14 Pedro Alves <palves@redhat.com>
32
33 * gdb.base/fork-running-state.c: Include <errno.h>.
34 (exit_if_relative_exits): New.
35 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
36 exits.
37 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
38 child exits.
39
5d9a0608
TV
402018-06-14 Tom de Vries <tdevries@suse.de>
41
42 PR cli/22573
43 * gdb.base/finish-pretty.c: New test.
44 * gdb.base/finish-pretty.exp: New file.
45
11ae5818
PA
462018-06-14 Pedro Alves <palves@redhat.com>
47
48 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
49 gdb's expected startup output.
50
1d39de44
PA
512018-06-14 Pedro Alves <palves@redhat.com>
52
53 * lib/selftest-support.exp (selftest_setup): Remove inlined
54 function handling.
55
70ee0000
TV
562018-06-14 Tom de Vries <tdevries@suse.de>
57
58 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
59 matching of breakpoint printing.
60
11f4b608
TV
612018-06-13 Tom de Vries <tdevries@suse.de>
62
63 PR testsuite/23269
64 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
65 (fork_child): ... here, and ...
66 (fork_parent): ... here.
67
682018-06-12 Tom de Vries <tdevries@suse.de>
69
70 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
71
9516f85a
AB
722018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
73 Stephen Roberts <stephen.roberts@arm.com>
74
75 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
76 rewrite test to describe action performed, rather than possible
77 failure.
78
5045b3d7
GB
792018-06-08 Gary Benson <gbenson@redhat.com>
80
81 * gdb.threads/check-libthread-db.exp: New file.
82 * gdb.threads/check-libthread-db.c: Likewise.
83
c61b06a1
TT
842018-06-05 Tom Tromey <tom@tromey.com>
85
86 * gdb.base/default.exp: Update expected "show version" output.
87
eb6af809
TT
882018-06-05 Tom Tromey <tom@tromey.com>
89
90 PR cli/12326:
91 * gdb.cp/static-print-quit.exp: Update.
92 * lib/gdb.exp (pagination_prompt): Update.
93 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
94 * gdb.python/python.exp: Update.
95
178d6a63
JB
962018-06-04 Joel Brobecker <brobecker@adacore.com>
97
98 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
99
8e817061
JB
1002018-06-01 Joel Brobecker <brobecker@adacore.com>
101
102 * gdb.ada/bp_fun_addr: New testcase.
103
e86ca25f
TT
1042018-06-01 Tom Tromey <tom@tromey.com>
105
106 * gdb.xml/tdesc-regs.exp (load_description): Update expected
107 results.
108 * gdb.dwarf2/method-ptr.exp: Set language to C++.
109 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
110 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
111 * gdb.base/maint.exp (maint_pass_if): Update.
112
4b2dfa9d
MR
1132018-05-31 Maciej W. Rozycki <macro@mips.com>
114
115 * gdb.base/endian.exp: New test.
116 * gdb.base/endian.c: New test source.
117
45f25d6c
AB
1182018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 PR gdb/23203
121 * gdb.base/bt-selected-frame.c: New file.
122 * gdb.base/bt-selected-frame.exp: New file.
123 * lib/gdb.exp (get_current_frame_number): New function.
124
d9f6d7f8
MR
1252018-05-24 Maciej W. Rozycki <macro@mips.com>
126 Pedro Alves <palves@redhat.com>
127
128 * gdb.threads/tls-core.c: Include <stdlib.h>
129 (thread_proc): Call `abort'.
130 * gdb.threads/tls-core.exp: Generate a core with core_find too.
131 (tls_core_test): New procedure, bits factored out from ...
132 (top level): ... here. Test both native cores and gcore cores.
133
ff1cf532
TT
1342018-05-23 Tom Tromey <tom@tromey.com>
135
136 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
137
b98664d3
TT
1382018-05-23 Tom Tromey <tom@tromey.com>
139
140 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
141 symfile_complaints.
142 (test_short_complaints): Likewise.
143 (test_empty_complaints): Likewise.
144 (test_initial_complaints): Update.
145
4e9668d0
TT
1462018-05-23 Tom Tromey <tom@tromey.com>
147
148 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
149
43ba33c7
TT
1502018-05-23 Tom Tromey <tom@tromey.com>
151
152 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
153 (test_short_complaints): Update.
154
035522c0
PA
1552018-05-22 Pedro Alves <palves@redhat.com>
156
157 * gdb.base/remote.exp: Only gdb_start after compiling the
158 testcase. Issue "disconnect" before testing "set remote" command
159 defaults. Issue clean_restart before running to main.
160
cc0be08f
PA
1612018-05-22 Pedro Alves <palves@redhat.com>
162
163 * gdb.base/remote.exp: Adjust expected output of "show remote
164 memory-write-packet-size". Add tests for "set remote
165 memory-write-packet-size 0" and "set remote
166 memory-write-packet-size fixed/limit".
167
b1b60145
PA
1682018-05-22 Pedro Alves <palves@redhat.com>
169
170 PR gdb/22973
171 * gdb.base/utf8-identifiers.c: New file.
172 * gdb.base/utf8-identifiers.exp: New file.
173
0ec848ad
PFC
1742018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
175
176 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
177
2c3305f6
PFC
1782018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
179
180 * gdb.arch/powerpc-vsx-gcore.exp: New file.
181
ce1e8424
TT
1822018-05-18 Tom Tromey <tom@tromey.com>
183
184 * gdb.base/ptype-offsets.exp: Update.
185
ddfe970e
KS
1862018-05-17 Keith Seitz <keiths@redhat.com>
187
188 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
189 in expected breakpoint stop locations.
190 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
191 move to proper scope to test variable values.
192 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
193 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
194 New functions.
195 (main): Call not_inline_func3.
196 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
197 inline_func1, inline_func2, and inline_func3. Test that when each
198 breakpoint is hit, GDB properly reports both the stop location
199 and the backtrace. Repeat tests for temporary breakpoints.
200
0726fcc6
MR
2012018-05-15 Maciej W. Rozycki <macro@mips.com>
202
203 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
204 rather then trying to access it in determining whether the PID
205 of `gdbserver' could have been retrieved.
206
8ee22052
AB
2072018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * gdb.arch/amd64-init-x87-values.S: New file.
210 * gdb.arch/amd64-init-x87-values.exp: New file.
211
7785df48
JK
2122018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
213
214 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
215
56bcdbea
TT
2162018-05-04 Tom Tromey <tom@tromey.com>
217
218 PR python/22730:
219 * gdb.python/python.exp: Test multi-line execute.
220
a913fffb
TT
2212018-05-04 Tom Tromey <tom@tromey.com>
222
223 PR python/22731:
224 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
225
7a2c85f2
TT
2262018-05-04 Tom Tromey <tom@tromey.com>
227
228 PR gdb/11750:
229 * gdb.base/define.exp: Test defining a user command inside a user
230 command.
231 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
232
a3b60e45
JK
2332018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
234 Pedro Alves <palves@redhat.com>
235
236 PR breakpoints/19806 and support for PR external/20207.
237 * gdb.base/watchpoint-unaligned.c: New file.
238 * gdb.base/watchpoint-unaligned.exp: New file.
239
45fe4a03
AB
2402018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
241
242 * gdb.base/maint.exp: Make test names unique, use
243 test_prefix_command_help to test 'help maint info', and remove
244 repeated test of 'help maint'.
245
9be2ae8f
TT
2462018-05-04 Tom Tromey <tom@tromey.com>
247
248 PR gdb/22619:
249 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
250 behavior.
251
11859c31
AB
2522018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * gdb.base/maint.exp: Process output from 'maint print registers'
255 line at a time.
256
089a9490
AB
2572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
260 timeout.
261
9b0797e2
AB
2622018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
265 filter pattern.
266
f6ac5f3d
PA
2672018-05-02 Pedro Alves <palves@redhat.com>
268
269 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
270 to_log_command renames.
271 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
272
77d3c63b
TT
2732018-05-02 Tom Tromey <tom@tromey.com>
274
275 * gdb.python/py-parameter.exp: Set test message.
276
0489430a
TT
2772018-05-02 Tom Tromey <tom@tromey.com>
278
279 PR python/20084:
280 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
281 PARAM_ZUINTEGER_UNLIMITED tests.
282
1632f8ba
DR
2832018-04-28 Dan Robertson <danlrobertson89@gmail.com>
284
285 PR rust/23124
286 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
287 when casting.
288
6d7bb824
TT
2892018-04-30 Tom Tromey <tom@tromey.com>
290
291 * gdb.python/py-type.exp: Check align attribute.
292 * gdb.python/py-type.c: New "aligncheck" global.
293
007e1530
TT
2942018-04-30 Tom Tromey <tom@tromey.com>
295
296 PR exp/17095:
297 * gdb.dwarf2/dw2-align.exp: New file.
298 * gdb.cp/align.exp: New file.
299 * gdb.base/align.exp: New file.
300 * lib/gdb.exp (gdb_int128_helper): New proc.
301 (has_int128_c, has_int128_cxx): New caching procs.
302
6873858b
TT
3032018-04-27 Tom Tromey <tom@tromey.com>
304
305 PR rust/22545:
306 * gdb.rust/simple.exp: Add inclusive range tests.
307
79188d8d
PA
3082018-04-26 Pedro Alves <palves@redhat.com>
309
310 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
311 ifunc breakpoint locations correctly of ifunc breakpoints set
312 while the program resolves the ifunc.
313
c7075ad5
PA
3142018-04-26 Pedro Alves <palves@redhat.com>
315
316 * gdb.base/gnu-ifunc-final.c: New file.
317 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
318 * gdb.base/gnu-ifunc.exp (executable): Delete.
319 (staticexecutable): Adjust.
320 (lib_opts, exec_opts): Delete.
321 (make_binsuffix, build, set-break): New procedures.
322 (misc_tests): New, with tests factored out from the top level.
323 (top level): Test different combinations of ifunc resolver name,
324 resolver with and with debug info, and ifunc target with and
325 without debug info. Wrap static tests with with_target_prefix.
326
8388016d
PA
3272018-04-26 Pedro Alves <palves@redhat.com>
328
329 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
330 return type" warnings.
331
249b5733
PA
3322018-04-25 Pedro Alves <palves@redhat.com>
333
334 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
335 killed".
336 * gdb.base/kill-after-signal.exp: Likewise.
337 * gdb.threads/kill.exp: Likewise.
338
f67c0c91
SDJ
3392018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
340 Sergio Durigan Junior <sergiodj@redhat.com>
341 Pedro Alves <palves@redhat.com>
342
343 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
344 regexps to expect for '[Inferior ... detached]' as well.
345 * gdb.base/attach.exp: Likewise.
346 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
347 "gdb_continue_to_end".
348 (test_catch_syscall_with_wrong_args): Likewise.
349 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
350 ']'. Don't set 'verbose' on.
351 * gdb.base/foll-vfork.exp: Likewise.
352 * gdb.base/fork-print-inferior-events.c: New file.
353 * gdb.base/fork-print-inferior-events.exp: New file.
354 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
355 '[Inferior ... has been killed]' message.
356 * gdb.base/kill-after-signal.exp: Likewise.
357 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
358 detach message.
359 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
360 message.
361 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
362 regexps to expect for '[Inferior ... detached]' as well.
363 * gdb.threads/process-dies-while-detaching.exp: Likewise.
364
0a8ddac4
SM
3652018-04-24 Simon Marchi <simon.marchi@ericsson.com>
366
367 PR gdb/23104
368 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
369
d27d16bf
RB
3702018-04-19 Richard Bunt <richard.bunt@arm.com>
371
372 * gdb.threads/multiple-successive-infcall.c: New test.
373 * gdb.threads/multiple-successive-infcall.exp: New file.
374
a037790e
TT
3752018-04-17 Tom Tromey <tom@tromey.com>
376
377 * gdb.rust/simple.rs (Union): New type.
378 (main): New local "u".
379 * gdb.rust/simple.exp (test_one_slice): Add new test case.
380
e3a91079
AA
3812018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
382
383 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
384 number information in output of "whereis" command.
385 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
386
b744723f
AA
3872018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
388
389 * gdb.ada/info_types.exp: Adjust expected output to the line
390 numbers now printed by "info var/func/type".
391 * gdb.base/completion.exp: Likewise.
392 * gdb.base/included.exp: Likewise.
393 * gdb.cp/cp-relocate.exp: Likewise.
394 * gdb.cp/cplusfuncs.exp: Likewise.
395 * gdb.cp/namespace.exp: Likewise.
396 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
397
4a4495d6
MM
3982018-04-13 Markus Metzger <markus.t.metzger@intel.com>
399
400 * gdb.btrace/cpu.exp: New.
401
1d509aa6
MM
4022018-04-13 Markus Metzger <markus.t.metzger@intel.com>
403
404 * gdb.base/step-indirect-call-thunk.exp: New.
405 * gdb.base/step-indirect-call-thunk.c: New.
406 * gdb.reverse/step-indirect-call-thunk.exp: New.
407 * gdb.reverse/step-indirect-call-thunk.c: New.
408
6295b6da
SM
4092018-04-11 Simon Marchi <simon.marchi@ericsson.com>
410
411 * gdb.base/pie-fork.c: New file.
412 * gdb.base/pie-fork.exp: New file.
413
50146e70
TT
4142018-04-11 Tom Tromey <tom@tromey.com>
415
416 * gdb.rust/simple.exp: Add test for ".." struct initializer.
417
f50d8a2e
PA
4182018-04-10 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
421 exits. Instead loop running forever.
422 (fork_parent): Run forever too.
423
a0be7a36
SM
4242018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
425
426 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
427 mi_continue_to_line.
428 * gdb.mi/mi-stack.c (callee4): Add comment.
429
9b73db36
SM
4302018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
431
432 * gdb.mi/mi-stack.exp: Fix indentation.
433
c912f608
SM
4342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
435
436 PR gdb/22979
437 * gdb.arch/amd64-osabi.exp: New file.
438
26540402
SM
4392018-04-07 Simon Marchi <simon.marchi@ericsson.com>
440
441 PR gdb/22980
442 * gdb.base/osabi.exp: New file.
443
121ad66c 4442018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
445
446 * gdb.cp/static-typedef-print.exp: New file.
447 * gdb.cp/static-typedef-print.cc: New file.
448
3fcded8f
JB
4492018-03-27 Joel Brobecker <brobecker@adacore.com>
450
451 * gdb.ada/varsize_limit: New testcase.
452
59cc4834
JB
4532018-03-27 Joel Brobecker <brobecker@adacore.com>
454
455 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
456
457 * gdb.ada/notcplusplus: New testcase.
458
459 * gdb.base/c-linkage-name.c: New file.
460 * gdb.base/c-linkage-name.exp: New testcase.
461
4ca59a9f
TT
4622018-03-26 Tom Tromey <tom@tromey.com>
463
464 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
465 * gdb.python/py-framefilter.py (name_error): New global.
466 (ErrorInName.function): Use name_error.
467
978d6c75
TT
4682018-03-26 Tom Tromey <tom@tromey.com>
469
470 PR backtrace/15582:
471 * gdb.python/py-framefilter.exp: Add "bt hide" test.
472
b7fee5a3
KS
4732018-03-23 Keith Seitz <keiths@redhat.com>
474
475 PR c++/22968
476 * gdb.cp/subtypes.exp: New file.
477 * gdb.cp/subtypes.h: New file.
478 * gdb.cp/subtypes.cc: New file.
479 * gdb.cp/subtypes-2.cc: New file.
480
376be529
AB
4812018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
484 (done): Call '_exit' not 'exit' to avoid atexit handlers.
485 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
486 -nostartfiles when compiling the test. Confirm that all registers
487 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
488
066cfa98
AB
4892018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
492 option, syntax was wrong anyway.
493 * gdb.arch/arm-disp-step.exp: Likewise.
494 * gdb.arch/sparc64-regs.exp: Likewise.
495 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
496 option, syntax was wrong anyway, switch to use
497 prepare_for_testing.
498 * gdb.arch/i386-disp-step.exp: Likewise.
499
079670b9
AA
5002018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
501
502 * gdb.ada/exec_changed.exp: Replace "target_info exists
503 use_gdb_stub" by "use_gdb_stub".
504 * gdb.ada/start.exp: Likewise.
505 * gdb.base/async-shell.exp: Likewise.
506 * gdb.base/attach-pie-misread.exp: Likewise.
507 * gdb.base/attach-wait-input.exp: Likewise.
508 * gdb.base/break-entry.exp: Likewise.
509 * gdb.base/break-interp.exp: Likewise.
510 * gdb.base/dprintf-detach.exp: Likewise.
511 * gdb.base/nostdlib.exp: Likewise.
512 * gdb.base/solib-nodir.exp: Likewise.
513 * gdb.base/statistics.exp: Likewise.
514 * gdb.base/testenv.exp: Likewise.
515 * gdb.mi/mi-exec-run.exp: Likewise.
516 * gdb.mi/mi-start.exp: Likewise.
517 * gdb.multi/dummy-frame-restore.exp: Likewise.
518 * gdb.multi/multi-arch-exec.exp: Likewise.
519 * gdb.multi/multi-arch.exp: Likewise.
520 * gdb.multi/tids.exp: Likewise.
521 * gdb.multi/watchpoint-multi.exp: Likewise.
522 * gdb.python/py-events.exp: Likewise.
523 * gdb.threads/attach-into-signal.exp: Likewise.
524 * gdb.threads/attach-stopped.exp: Likewise.
525 * gdb.threads/threadapply.exp: Likewise.
526 * lib/selftest-support.exp: Likewise.
527
26d6cec4
AA
5282018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
529
530 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
531
4ee89e90
SR
5322018-03-20 Stephen Roberts <stephen.roberts@arm.com>
533
534 * gdb.perf/template-breakpoints.cc: New file.
535 * gdb.perf/template-breakpoints.exp: New file.
536 * gdb.perf/template-breakpoints.py: New file.
537
92630041
TT
5382018-03-19 Tom Tromey <tom@tromey.com>
539
540 * gdb.rust/simple.rs (main): Add local variables field1, field2,
541 y0.
542 * gdb.rust/simple.exp: Test bare identifier form of struct
543 initializer.
544
76727919
TT
5452018-03-19 Tom Tromey <tom@tromey.com>
546
547 * gdb.gdb/observer.exp: Remove.
548
194ed413
AA
5492018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
550
551 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
552 "qualified" option when setting breakpoints.
553 * gdb.trace/backtrace.exp: Likewise.
554 * gdb.trace/circ.exp: Likewise.
555 * gdb.trace/collection.exp: Likewise.
556 * gdb.trace/disconnected-tracing.exp: Likewise.
557 * gdb.trace/ftrace-lock.exp: Likewise.
558 * gdb.trace/ftrace.exp: Likewise.
559 * gdb.trace/infotrace.exp: Likewise.
560 * gdb.trace/packetlen.exp: Likewise.
561 * gdb.trace/passc-dyn.exp: Likewise.
562 * gdb.trace/qtro.exp: Likewise.
563 * gdb.trace/read-memory.exp: Likewise.
564 * gdb.trace/report.exp: Likewise.
565 * gdb.trace/signal.exp: Likewise.
566 * gdb.trace/status-stop.exp: Likewise.
567 * gdb.trace/strace.exp: Likewise.
568 * gdb.trace/tfind.exp: Likewise.
569 * gdb.trace/trace-break.exp: Likewise.
570 * gdb.trace/trace-condition.exp: Likewise.
571 * gdb.trace/trace-mt.exp: Likewise.
572 * gdb.trace/tstatus.exp: Likewise.
573 * gdb.trace/tsv.exp: Likewise.
574 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
575 * gdb.trace/unavailable.exp: Likewise.
576 * gdb.trace/while-dyn.exp: Likewise.
577
8b067d2c
AA
5782018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
579
580 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
581 that libinproctrace is copied to the target.
582
3ae9ce5d
TT
5832018-03-14 Tom Tromey <tom@tromey.com>
584
585 PR cli/14977:
586 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
587 a null pointer.
588 * gdb.base/wchar.exp: Likewise.
589
b8c2339b
TT
5902018-03-14 Tom Tromey <tom@tromey.com>
591
592 PR cli/19918:
593 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
594 flag.
595
4872dc46
SM
5962018-03-08 Simon Marchi <simon.marchi@ericsson.com>
597
598 PR gdb/22841
599 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
600 "target" to remote_exec.
601
e4fe3756
SM
6022018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
603
604 PR gdb/22841
605 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
606 ${board}_upload): Remove.
607
e95a97d4
AA
6082018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
609
610 * gdb.cp/watch-cp.cc: New test.
611 * gdb.cp/watch-cp.exp: New file.
612
dbbb1059
AB
6132018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * gdb.base/infcall-nested-structs.exp: New file.
616 * gdb.base/infcall-nested-structs.c: New file.
617 * gdb.base/float.exp: Add riscv support.
618
ecc054c0
TP
6192018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
620
621 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
622 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
623
25e3c82c
SDJ
6242018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
625
626 * gdb.server/abspath.exp: New file.
627 * lib/gdb.exp (with_cwd): New procedure.
628
3083294d
SM
6292018-02-28 Simon Marchi <simon.marchi@ericsson.com>
630
631 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
632 use it.
633 (gdb_is_target_remote_prompt): New proc.
634 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
635 (gdb_is_target_native): Pass prompt parameter to
636 gdb_is_target_1.
637
3275ef47
SM
6382018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
639
640 * gdb.base/load-command.c: New file.
641 * gdb.base/load-command.exp: New file.
642 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
643 (gdb_is_target_1): ...this, and generalize for other targets
644 than just remote.
645 (gdb_is_target_remote): Use gdb_is_target_1.
646 (gdb_is_target_native): use gdb_is_target_1.
647
6893c19a
TT
6482018-02-26 Tom Tromey <tom@tromey.com>
649
650 PR python/16497:
651 * gdb.python/py-framefilter.exp: Update test.
652
2ddeaf8a
TT
6532018-02-26 Tom Tromey <tom@tromey.com>
654
655 * gdb.dwarf2/variant.c: New file.
656 * gdb.dwarf2/variant.exp: New file.
657
c9317f21
TT
6582018-02-26 Tom Tromey <tom@tromey.com>
659
660 * gdb.rust/simple.exp: Accept more possible results in enum test.
661
6f6d0c26
SM
6622018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
663
664 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
665 parentheses.
666
11b03145
MR
6672018-02-23 Maciej W. Rozycki <macro@mips.com>
668
669 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
670 name of a variable: $actual_linejj -> $actual_line.
671
54a27fe5
JB
6722018-02-21 John Baldwin <jhb@FreeBSD.org>
673
674 * gdb.arch/amd64-i386-address.exp: Fix a typo.
675
de65820c
MM
6762018-02-20 Markus Metzger <markus.t.metzger@intel.com>
677
678 * gdb.btrace/buffer-size.exp: Do not force BTS.
679
980548fd
PA
6802018-02-14 Pedro Alves <palves@redhat.com>
681
682 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
683 getting a "Quit".
684
c4e12631
MM
6852018-02-09 Markus Metzger <markus.t.metzger@intel.com>
686
687 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
688 Fix test name.
689
c2e0e465
SM
6902018-02-07 Simon Marchi <simon.marchi@ericsson.com>
691
692 * gdb.cp/m-static.exp: Check type of optimized out static
693 member.
694
f7216783
AB
6952018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
696
697 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
698 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
699
0625771b
LS
7002018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
701 Leszek Swirski <leszeks@google.com>
702
703 * gdb.python/py-prettyprint.c
704 (struct to_string_returns_value_inner,
705 struct to_string_returns_value_wrapper): New.
706 (main): Add tsrvw variable.
707 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
708 ToStringReturnsValueWrapper): New classes.
709 (register_pretty_printers): Register new pretty-printers.
710 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
711 recursive pretty printer.
712 * gdb.python/py-mi.exp: Likewise.
713
59498c30
LS
7142018-02-01 Leszek Swirski <leszeks@google.com>
715
716 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
717 functions with the same name as an include file are parsed
718 correctly.
719
d4d38844
YQ
7202018-02-01 Yao Qi <yao.qi@linaro.org>
721
722 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
723 "\[^\r\n\]*".
724
07e5f5cf
NP
7252018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
726
727 * gdb.arch/powerpc-prologue-frame.s: New file.
728 * gdb.arch/powerpc-prologue-frame.c: Likewise.
729 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
730
929b5ad4
JB
7312018-01-31 Joel Brobecker <brobecker@adacore.com>
732
733 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
734
e671cd59
PA
7352018-01-30 Pedro Alves <palves@redhat.com>
736
737 PR gdb/13211
738 * gdb.base/interrupt-daemon.c: New.
739 * gdb.base/interrupt-daemon.exp: New.
740 * gdb.multi/multi-term-settings.c: New.
741 * gdb.multi/multi-term-settings.exp: New.
742
fc413dc4
JB
7432018-01-30 Joel Brobecker <brobecker@adacore.com>
744
745 * gdb.base/break.exp: Save the location where the breakpoint
746 on break.c:47 was actually inserted when debugging the version
747 compiled at -O2 and use it in the expected output of the "info
748 break" test performed soon after.
749
5c319bb2
PA
7502018-01-22 Pedro Alves <palves@redhat.com>
751 Sergio Durigan Junior <sergiodj@redhat.com>
752
753 * gdb.base/whatis.exp: Add tests for 'set print object on' +
754 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
755
a9e40818
JB
7562018-01-22 Joel Brobecker <brobecker@adacore.com>
757
758 * gdb.base/break-include.c, gdb.base/break-include.inc,
759 gdb.base/break-include.exp: New files.
760 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
761 line number now being the actual line number where the breakpoint
762 was inserted.
763 * gdb.mi/mi-break.exp: Likewise.
764 * gdb.mi/mi-reverse.exp: Likewise.
765 * gdb.mi/mi-simplerun.exp: Ditto.
766
e707fc44
AB
7672018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
768
769 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
770 varobj.
771 * gdb.mi/mi-var-create-rtti.exp: Likewise.
772
ae451627
AB
7732018-01-21 Don Breazeal <donb@codesourcery.com>
774 Andrew Burgess <andrew.burgess@embecosm.com>
775
776 * gdb.mi/basics.c: Add new global.
777 * gdb.mi/mi-frame-regs.exp: New file.
778 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
779 case.
780
b1b189e0
AB
7812018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
784 non-parameter, and on an unknown symbol.
785
fcfcc376
TT
7862018-01-19 Tom Tromey <tom@tromey.com>
787
788 * gdb.rust/modules.rs (TWENTY_THREE): New global.
789 * gdb.rust/modules.exp: Add ::-qualified lookup test.
790
634c1c31
AA
7912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
792
793 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
794 setrlimit and chdir to int.
795
d6ad07fd
AA
7962018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
797
798 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
799 function.
800 (my_tend): Likewise.
801 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
802 rationale of avoiding FP- and vector instructions.
803
adf8243b
RK
8042018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
805
806 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
807 "info reg" with "\[ \t\]*".
808 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
809 "\[ \t\]+".
810 * gdb.arch/s390-multiarch.exp: Ditto.
811 * gdb.base/pc-fp.exp: Ditto.
812 * gdb.reverse/i386-precsave.exp: Ditto.
813 * gdb.reverse/i386-reverse.exp: Ditto.
814 * gdb.reverse/i387-env-reverse.exp: Ditto.
815 * gdb.reverse/i387-stack-reverse.exp: Ditto.
816
dcc06925
AA
8172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
818
819 * lib/gdb.exp (gdb_compile): Re-enable use of
820 universal_compile_options for languages other than Rust.
821
25d4fd80
AA
8222018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
823
824 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
825
ee7f689e 8262018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
827
828 PR gdb/16577
829 * gdb.base/solib-vanish.exp: New.
830 * gdb.base/solib-vanish-main.c: New.
831 * gdb.base/solib-vanish-lib1.c: New.
832 * gdb.base/solib-vanish-lib2.c: New.
833
d8447b6b
YQ
8342018-01-17 Yao Qi <yao.qi@linaro.org>
835
836 * gdb.compile/compile.exp: Match the address printed for
837 frame in the output of command "bt".
838
86d6a90c
TT
8392018-01-15 Tom Tromey <tom@tromey.com>
840
841 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
842 compute sp_reg.
843
cbcdb1aa
AB
8442018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
845
846 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
847 to prepare.
848 (prepare): Return 0 on error, 1 on success.
849
eea61984
PA
8502018-01-12 Pedro Alves <palves@redhat.com>
851
852 * gdb.base/continue-after-aborted-step-over.c: New.
853 * gdb.base/continue-after-aborted-step-over.exp: New.
854
6181e9c2
SM
8552018-01-11 Simon Marchi <simon.marchi@ericsson.com>
856
857 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
858 options when not creating an executable.
859
3cada740
PA
8602018-01-11 Pedro Alves <palves@redhat.com>
861
862 PR remote/22597
863 * gdb.server/stop-reply-no-thread.c: New file.
864 * gdb.server/stop-reply-no-thread.exp: New file.
865
c63d3e8d
PA
8662018-01-10 Pedro Alves <palves@redhat.com>
867
868 PR gdb/22670
869 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
870 functions too. Test setting breakpoints and printing C functions
871 with no debug info too.
872 * gdb.ada/bp_c_mixed_case/qux.c: New file.
873
d4c2a405
PA
8742018-01-10 Pedro Alves <palves@redhat.com>
875
876 PR gdb/22670
877 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
878 a fail.
879
8825213e
PA
8802018-01-10 Pedro Alves <palves@redhat.com>
881
882 PR gdb/22670
883 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
884
605fd3c6
YQ
8852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
886
887 * gdb.server/unittest.exp: Match the output in non-development
888 mode.
889
1e5ded6c
YQ
8902018-01-08 Simon Marchi <simon.marchi@ericsson.com>
891
892 * gdb.gdb/unittest.exp: Match output in non-development mode.
893
30066b0b
JB
8942018-01-08 Joel Brobecker <brobecker@adacore.com>
895
896 * gdb.ada/access_tagged_param.exp: Relax expected output
897 for value of "ObjL" in "continue" to pck.inspect breakpoint
898 test.
899
04bafb1e
XR
9002018-01-08 Joel Brobecker <brobecker@adacore.com>
901
9f86398b
JB
902 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
903 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 904
e379cee6
PA
9052018-01-05 Pedro Alves <palves@redhat.com>
906
907 PR gdb/18653
908 * gdb.base/libsegfault.exp: New.
909
de63c46b
PA
9102018-01-05 Joel Brobecker <brobecker@adacore.com>
911
912 PR gdb/22670
913 * gdb.ada/access_tagged_param.exp: New file.
914 * gdb.ada/access_tagged_param/foo.adb: New file.
915
f98fc17b
PA
9162018-01-05 Pedro Alves <palves@redhat.com>
917
918 PR gdb/22670
919 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
920 exercise lower case too, and to exercise both full matching and
921 wild matching.
922
342f8240
JB
9232018-01-05 Joel Brobecker <brobecker@adacore.com>
924
925 * gdb.ada/rename_subscript_param: New testcase.
926
7150d33c
JG
9272018-01-05 Jerome Guitton <guitton@adacore.com>
928
929 * gdb.ada/arr_acc_idx_w_gap: New testcase.
930
cc0e770c
JB
9312018-01-05 Joel Brobecker <brobecker@adacore.com>
932
933 * gdb.ada/convvar_comp: New testcase.
934
672a41aa 9352018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
936
937 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
938 (My_Table): New global variable.
939 * testsuite/gdb.ada/array_char_idx.exp: Add test.
940
7365ec2f
JB
9412018-01-04 Joel Brobecker <brobecker@adacore.com>
942
943 PR gdb/22670
944 * gdb.ada/maint_with_ada: New testcase.
945
289483b6
JB
9462018-01-04 Joel Brobecker <brobecker@adacore.com>
947
948 PR gdb/22670
949 * gdb.ada/bp_c_mixed_case: New testcase.
950
344420da
JB
9512018-01-04 Joel Brobecker <brobecker@adacore.com>
952
953 PR gdb/22670
954 * gdb.ada/complete.exp: Add "complete break ada" test.
955
66fc87a0
JB
9562018-01-04 Joel Brobecker <brobecker@adacore.com>
957
958 PR gdb/22670
959 * gdb.ada/info_addr_mixed_case: New testcase.
960
9f757bf7
XR
9612018-01-03 Xavier Roirand <roirand@adacore.com>
962
963 * gdb.ada/excep_handle.exp: New testcase.
964 * gdb.ada/excep_handle/foo.adb: New file.
965 * gdb.ada/excep_handle/pck.ads: New file.
966
bd570f80
JB
9672018-01-03 Joel Brobecker <brobecker@adacore.com>
968
969 * gdb.base/step-line.c: Add extra empty line in copyright header.
970 * gdb.base/step-line.inp: Likewise.
971
9fe561ab
JB
9722018-01-02 Joel Brobecker <brobecker@adacore.com>
973
974 * gdb.ada/dyn_stride.exp: Add slice test.
975
a405673c
JB
9762018-01-02 Joel Brobecker <brobecker@adacore.com>
977
978 * gdb.ada/dyn_stride: New testcase.
979
cef0f868
SH
9802017-12-27 Stafford Horne <shorne@gmail.com>
981
982 * gdb.xml/extra-regs.xml: Add example foo reggroup.
983 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
984
b67d92b0
SH
9852017-12-27 Stafford Horne <shorne@gmail.com>
986
987 * gdb.base/reggroups.c: New file.
988 * gdb.base/reggroups.exp: New file.
989
eccab96d
JB
9902017-12-18 Joel Brobecker <brobecker@adacore.com>
991
992 * gdb.dwarf2/ada-valprint-error.c: New file.
993 * gdb.dwarf2/ada-valprint-error.exp: New file.
994
0e2da9f0
JB
9952017-12-18 Joel Brobecker <brobecker@adacore.com>
996
997 * gdb.ada/assign_arr: New testcase.
998
cb923fcc
XR
9992017-12-18 Xavier Roirand <roirand@adacore.com>
1000
1001 * gdb.ada/funcall_ptr: New testcase.
1002
7c161838
SDJ
10032017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1004
1005 PR cli/16224
1006 * gdb.base/ptype-offsets.cc: New file.
1007 * gdb.base/ptype-offsets.exp: New file.
1008
1af17fd9
YQ
10092017-12-15 Yao Qi <yao.qi@linaro.org>
1010
1011 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1012 if XML is disabled.
1013
828d5846
XR
10142017-12-15 Xavier Roirand <roirand@adacore.com>
1015
1016 * gdb.ada/same_component_name: New testcase.
1017
79e8fcaa
JB
10182017-12-14 Joel Brobecker <brobecker@adacore.com>
1019
1020 * gdb.ada/str_binop_equal: New testcase.
1021
e05fa6f9
JB
10222017-12-14 Joel Brobecker <brobecker@adacore.com>
1023
1024 * gdb.ada/task_switch_in_core: New testcase.
1025
b89641ba
SM
10262017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1027
1028 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1029 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1030 call test_bkpt_qualified.
1031 (test_bkpt_qualified): New proc.
1032
6892d2e4
PA
10332017-12-13 Pedro Alves <palves@redhat.com>
1034
1035 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1036 Tighten regexp by matching with an anchor.
1037
a22ecf70
PA
10382017-12-13 Pedro Alves <palves@redhat.com>
1039
1040 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1041 ("expression with namespace"): New set of tests.
1042 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1043 (Nested::Test_NS::qux): New.
1044 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1045 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1046
9937536c
JB
10472017-12-13 Joel Brobecker <brobecker@adacore.com>
1048
1049 * gdb.base/server-del-break.c: New file.
1050 * gdb.base/server-del-break.exp: New file.
1051
fe49c6f5
SH
10522017-12-12 Stafford Horne <shorne@gmail.com>
1053
1054 * gdb.xml/tdesc-regs.exp: Add or1k support.
1055
c3d18620
SH
10562017-12-12 Stafford Horne <shorne@gmail.com>
1057
1058 * gdb.base/bp-permanent.c: Define nop of or1k.
1059
c5f9cfc8
JB
10602017-12-11 Joel Brobecker <brobecker@adacore.com>
1061
1062 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1063 output with components being reordered.
1064
a9c135fc
JB
10652017-12-11 Joel Brobecker <brobecker@adacore.com>
1066
1067 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1068 output with components being reordered.
1069
927aa2e7
JK
10702017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1071 Pedro Alves <palves@redhat.com>
1072
1073 * gdb.base/maint.exp (check for .gdb_index): Check also for
1074 .debug_names.
1075 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1076 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1077 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1078 (.gdb_index used after symbol reloading): Support also .debug_names.
1079 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1080
f17d9474
YQ
10812017-12-08 Yao Qi <yao.qi@linaro.org>
1082
1083 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1084 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1085
a0de8c21
YQ
10862017-12-08 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1089 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1090
a738ea1d
YQ
10912017-12-08 Yao Qi <yao.qi@linaro.org>
1092
1093 * gdb.arch/aarch64-tagged-pointer.c: New file.
1094 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1095
1cd9a73b
SDJ
10962017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1097
1098 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1099 "int".
1100
fa6eb693
KS
11012017-12-07 Keith Seitz <keiths@redhat.com>
1102
1103 PR breakpoints/22569
1104 * gdb.linespec/ls-errs.exp: Change expected result of "break
1105 -source this file has spaces.c -line 3".
1106 Check that an explicit source file followed by whitespace is
1107 identified as an invalid explicit location.
1108
883fd55a
KS
11092017-12-07 Keith Seitz <keiths@redhat.com>
1110
1111 * gdb.cp/nested-types.cc: New file.
1112 * gdb.cp/nested-types.exp: New file.
1113 * lib/cp-support.exp: Load data-structures.exp library.
1114 (debug_cp_test_ptype_class): New global.
1115 (cp_ptype_class_verbose, next_line): New procedures.
1116 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1117 Add and document new return value.
1118 Switch the list of lines to a queue.
1119 Add support for new `type' key for nested type definitions.
1120 Add debugging/troubleshooting messages.
1121 * lib/data-structures.exp: New file.
1122
ec72db3e
SM
11232017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1124
1125 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1126 with proc_with_prefix, don't use with_test_prefix.
1127
99598d71
TT
11282017-12-07 Tom Tromey <tom@tromey.com>
1129
1130 * gdb.base/break.exp: Add test for empty "commands".
1131
a8806230
YQ
11322017-12-07 Yao Qi <yao.qi@linaro.org>
1133
1134 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1135 malloc and catch syscall.
1136
824cc835
PM
11372017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1138
1139 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1140 tests for explicit locations.
1141
7cc244de
PA
11422017-12-06 Pedro Alves <palves@redhat.com>
1143
1144 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1145 force-disabling XML descriptions.
1146
50a1fdd5
PA
11472017-12-04 Pedro Alves <palves@redhat.com>
1148
1149 PR gdb/22499
1150 * gdb.arch/amd64-disp-step-avx.S: New file.
1151 * gdb.arch/amd64-disp-step-avx.exp: New file.
1152
f0fb2488
PA
11532017-12-03 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1156 and <string.h>.
1157 (parent_function): Print distinct messages when waitpid fails, or
1158 the child exits with a signal, or the child exits for an unhandled
1159 reason.
1160 * gdb.threads/process-dies-while-detaching.exp
1161 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1162 it. Wait for both inferior output and GDB's prompt. Use an
1163 indirect spawn id list.
1164 (do_detach): New parameter 'child_exit'. Use it to compute
1165 expected inferior output.
1166 (test_detach, test_detach_watch, test_detach_killed_outside):
1167 Adjust to pass down the expected child exit kind.
1168
97cbe998
SDJ
11692017-12-01 Joel Brobecker <brobecker@adacore.com>
1170 Sergio Durigan Junior <sergiodj@redhat.com>
1171 Pedro Alves <palves@redhat.com>
1172
1173 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1174
40fc416f
SDJ
11752017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1176
1177 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1178 to 'symbol-file' and 'add-symbol-file' can be
1179 position-independent.
1180
1cc75e92
YQ
11812017-12-01 Yao Qi <yao.qi@linaro.org>
1182
1183 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1184 the URL in copyright header.
1185 * gdb.arch/aarch64-fp.exp: Likewise.
1186 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1187 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1188 * gdb.base/expand-psymtabs.exp: Likewise.
1189 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1190 * gdb.fortran/common-block.exp: Likewise.
1191 * gdb.fortran/common-block.f90: Likewise.
1192 * gdb.fortran/logical.exp: Likewise.
1193 * gdb.fortran/vla-datatypes.f90: Likewise.
1194 * gdb.fortran/vla-sub.f90: Likewise.
1195
875fb7a7
JB
11962017-11-30 Joel Brobecker <brobecker@adacore.com>
1197
1198 * gdb.ada/repeat_dyn: New testcase.
1199
6f14765f
UW
12002017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1201
1202 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1203 Update for changed thread numbering.
1204 * gdb.cell/bt.exp: Update for changed GDB output.
1205
f1af7b94
SM
12062017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1207
1208 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1209 setting isremote by hand.
1210 * boards/dwarf4-gdb-index.exp: Likewise.
1211 * boards/fission.exp: Likewise.
1212 * boards/stabs.exp: Likewise.
1213
e3919f3e
PA
12142017-11-30 Pedro Alves <palves@redhat.com>
1215
1216 * gdb.linespec/cpls-ops.exp
1217 (check_explicit_skips_function_argument): Extract the underlying
1218 type of size_t instead of hardcoding it.
1219
bd69330d
PA
12202017-11-29 Pedro Alves <palves@redhat.com>
1221
1222 PR c++/19436
1223 * gdb.linespec/cpls-abi-tag.cc: New file.
1224 * gdb.linespec/cpls-abi-tag.exp: New file.
1225
a20714ff
PA
12262017-11-29 Pedro Alves <palves@redhat.com>
1227
1228 * gdb.base/langs.exp: Use -qualified.
1229 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1230 it.
1231 * gdb.cp/namespace.exp: Use -qualified.
1232 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1233 (overload-3, template-overload, template-ret-type, const-overload)
1234 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1235 procedures.
1236 (test_driver): Call them.
1237 * gdb.cp/save-bp-qualified.cc: New.
1238 * gdb.cp/save-bp-qualified.exp: New.
1239 * gdb.linespec/explicit.exp: Test -qualified.
1240 * lib/completion-support.exp (completion::explicit_opts_list): Add
1241 "-qualified".
1242 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1243
f6f1d339
PM
12442017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1245
1246 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1247
02ca603a
TT
12482017-11-29 Tom Tromey <tom@tromey.com>
1249
1250 * gdb.base/relocate.exp: Update invalid argument test.
1251 Add new tests for invalid arguments.
1252
ed6c0bfb
TP
12532017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1254
1255 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1256 Return 0 as a long.
1257 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1258
f106e10e
TP
12592017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1260
1261 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1262 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1263 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1264 func ().
1265 * gdb.cp/shadow.cc (B.func): Return 0.
1266
10329bb2
JB
12672017-11-27 Joel Brobecker <brobecker@adacore.com>
1268
1269 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1270 expected output in gdb_expect call to allow the exception
1271 message to be present as well. Fix syntax confusion to avoid
1272 TCL thinking that exception_name is an array.
1273
617cd4bc
UW
12742017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1275
1276 * gdb.arch/spu-info.c: Include <unistd.h>.
1277 (do_signal_test): Fix broken calls to write.
1278 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1279 Fix checks for empty mailboxes. Update signal tests for corrected
1280 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1281 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1282 * gdb.cell/arch.exp: Use standard_output_file.
1283 * gdb.cell/break.exp: Likewise.
1284 * gdb.cell/bt.exp: Likewise.
1285 * gdb.cell/core.exp: Likewise.
1286 * gdb.cell/dwarfaddr.exp: Likewise.
1287 * gdb.cell/ea-cache.exp: Likewise.
1288 * gdb.cell/ea-standalone.exp: Likewise.
1289 * gdb.cell/f-regs.exp: Likewise.
1290 * gdb.cell/fork.exp: Likewise.
1291 * gdb.cell/gcore.exp: Likewise.
1292 * gdb.cell/mem-access.exp: Likewise.
1293 * gdb.cell/ptype.exp: Likewise.
1294 * gdb.cell/registers.exp: Likewise.
1295 * gdb.cell/sizeof.exp: Likewise.
1296 * gdb.cell/solib-symbol.exp: Likewise.
1297 * gdb.cell/solib.exp: Likewise.
617cd4bc 1298
a81aaca0
PA
12992017-11-25 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.base/complete-empty.exp: New file.
1302 * gdb.base/completion.exp: Adjust.
1303
6a3c6ee4
PA
13042017-11-25 Pedro Alves <palves@redhat.com>
1305
1306 * gdb.linespec/cpls-ops.cc: New file.
1307 * gdb.linespec/cpls-ops.exp: New file.
1308 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1309 factored out from ...
1310 (test_complete_prefix_range): ... this.
1311
8955eb2d
PA
13122017-11-24 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.linespec/cpcompletion.exp: New file.
1315 * gdb.linespec/cpls-hyphen.cc: New file.
1316 * gdb.linespec/cpls.cc: New file.
1317 * gdb.linespec/cpls2.cc: New file.
1318 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1319 test to use test_gdb_complete_unique. Add label completion,
1320 keyword completion and explicit location completion tests.
1321 * lib/completion-support.exp: New file.
1322
e547c119
JB
13232017-11-24 Joel Brobecker <brobecker@adacore.com>
1324
1325 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1326 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1327 when hitting an exception catchpoint.
1328
7c3c1aa8
YQ
13292017-11-22 Yao Qi <yao.qi@linaro.org>
1330
1331 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1332
41bd68f5
SM
13332017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1334
1335 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1336 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1337 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1338
1daad298
YQ
13392017-11-22 Yao Qi <yao.qi@linaro.org>
1340
1341 * gdb.base/info-os.exp: Pass pthreads.
1342 * gdb.multi/multi-attach.exp: Likewise.
1343
88465e87
YQ
13442017-11-22 Yao Qi <yao.qi@linaro.org>
1345
1346 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1347 compiler.
1348
dc196b23
YQ
13492017-11-22 Yao Qi <yao.qi@linaro.org>
1350
1351 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1352 * gdb.base/break-interp.exp: Likewise.
1353 * gdb.base/jit-attach-pie.exp: Likewise.
1354
2400729e
UW
13552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1356
1357 * gdb.base/float128.c (large128): New variable.
1358 * gdb.base/float128.exp: Add test to print largest __float128 value.
1359
7a26362d
UW
13602017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1361
1362 * gdb.arch/vsx-regs.exp: Update register content checks.
1363
ed0f4273
UW
13642017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1365
1366 * gdb.arch/ppc-longdouble.exp: New file.
1367 * gdb.arch/ppc-longdouble.c: Likewise.
1368
a25d69c6
PA
13692017-11-21 Pedro Alves <palves@redhat.com>
1370
1371 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1372
73fcf641
PA
13732017-11-20 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1376 (long_double_typedef): New typedefs.
1377 Use DEF on double and long double.
1378 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1379 cases.
1380 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1381 and 'long_double_ptr_same_size' locals. Use them to decide
1382 whether cast from array/function to float is valid/invalid.
1383
71a3c369
TT
13842017-11-17 Tom Tromey <tom@tromey.com>
1385
1386 * gdb.rust/traits.rs: New file.
1387 * gdb.rust/traits.exp: New file.
1388
ced9779b
JB
13892017-11-17 Joel Brobecker <brobecker@adacore.com>
1390
1391 * gdb.ada/minsyms: New testcase.
1392
a0922d80
PA
13932017-11-16 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1396 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1397
ea04e54c
PA
13982017-11-16 Pedro Alves <palves@redhat.com>
1399
1400 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1401 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1402
e849ea89
PA
14032017-11-16 Pedro Alves <palves@redhat.com>
1404
1405 * gdb.server/reconnect-ctrl-c.c: New file.
1406 * gdb.server/reconnect-ctrl-c.exp: New file.
1407
d8ae99a7
PM
14082017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1409
1410 * gdb.python/py-rbreak.exp: New file.
1411 * gdb.python/py-rbreak.c: New file.
1412 * gdb.python/py-rbreak-func2.c: New file.
1413
968a13f8
PA
14142017-11-16 Pedro Alves <palves@redhat.com>
1415
1416 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1417 pattern.
1418 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1419 GDB.
1420
71774bc9
SM
14212017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1422
1423 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1424 regex.
1425
ddbb44cf
SM
14262017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1427
1428 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1429 test names.
1430
584a564f
PA
14312017-11-09 Pedro Alves <palves@redhat.com>
1432
1433 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1434 factored out from ...
1435 (top level): ... here, and adjusted to avoid expecting beyond the
1436 prompt in a single gdb_test_multiple.
1437
5ed7a928
PA
14382017-11-09 Pedro Alves <palves@redhat.com>
1439
1440 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1441 output.
1442 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1443 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1444 * gdb.server/ext-run.exp ("kill" test): Likewise.
1445 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1446
a60e0738
PA
14472017-11-09 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1450 match till end of line.
1451
2c88253f
PA
14522017-11-09 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1455
c7a38517
PA
14562017-11-09 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1459 New procedures, factored out from ...
1460 (top level): ... here, and adjusted to avoid expecting beyond the
1461 prompt in one go.
1462
f29f4b6b
PA
14632017-11-09 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1466 output. Fix '?' match.
1467
286acbb5
JB
14682017-11-08 Joel Brobecker <brobecker@adacore.com>
1469
1470 * gdb.ada/scoped_watch: New testcase.
1471 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1472 which is actually correct.
1473 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1474 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1475
62d7ae92
PA
14762017-11-08 Pedro Alves <palves@redhat.com>
1477
1478 * gdb.gdb/complaints.exp (test_initial_complaints)
1479 (test_serial_complaints, test_short_complaints): Call
1480 complaint_internal instead of complaint.
1481
280ca31f
DT
14822017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1483
1484 * gdb.threads/tls-core.c: New file.
1485 * gdb.threads/tls-core.exp: Likewise.
1486
b5ec771e
PA
14872017-11-08 Pedro Alves <palves@redhat.com>
1488
1489 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1490 (p Exported_Capitalized): New test.
1491 (p exported_capitalized): New test.
1492
a02b41a7
PA
14932017-11-07 Pedro Alves <palves@redhat.com>
1494
1495 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1496
95e95a6d
PA
14972017-11-07 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1500 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1501 (disable_invalid, disable_inverted, disable_negative): New
1502 procedures.
1503 ("bad numbers"): New set of tests.
1504
cee62dbd
PA
15052017-11-07 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.cp/ena-dis-br-range.exp: Add tests.
1508
cc638e86
PA
15092017-11-07 Pedro Alves <palves@redhat.com>
1510
1511 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1512
d0fe4701
XR
15132017-11-07 Xavier Roirand <roirand@adacore.com>
1514 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.base/ena-dis-br.exp: Add reference to
1517 gdb.cp/ena-dis-br-range.exp.
1518 * gdb.cp/ena-dis-br-range.exp: New file.
1519 * gdb.cp/ena-dis-br-range.cc: New file.
1520
46f67f80
PA
15212017-11-06 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.base/attach-non-pgrp-leader.c: New.
1524 * gdb.base/attach-non-pgrp-leader.exp: New.
1525
726e1356
PA
15262017-11-06 Pedro Alves <palves@redhat.com>
1527
1528 * configure.ac: No longer check for termio.h and sgtty.h.
1529 * configure: Regenerate.
1530 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1531 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1532 Remove termio and sgtty code.
1533
50ab6ace
YQ
15342017-11-03 Yao Qi <yao.qi@linaro.org>
1535
1536 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1537 in GDB is disabled.
1538
8e68731c
YQ
15392017-11-03 Yao Qi <yao.qi@linaro.org>
1540
1541 * gdb.python/py-thrhandle.exp: Skip it if python is not
1542 enabled.
1543
3a87ae65
SM
15442017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1545
1546 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1547 as a breakpoint command.
1548
484d8d36
MD
15492017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1550
1551 PR python/21213
1552 * gdb.python/py-infthread.exp: Test calling
1553 InferiorThread.inferior () multiple times in a row.
1554
4a27f119
KS
15552017-10-27 Keith Seitz <keiths@redhat.com>
1556
1557 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1558 Test "info break" for every inlined function breakpoint.
1559
bb11dd58
YQ
15602017-10-27 Yao Qi <yao.qi@linaro.org>
1561
1562 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1563
a43f3893
PF
15642017-10-26 Patrick Frants <osscontribute@gmail.com>
1565
1566 * gdb.cp/classes.exp (test_static_members): Test printing
1567 Outer::instance.
1568 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1569 (Inner::instance, Outer::instance): New.
1570
792ccf00
PA
15712017-10-24 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1574 extra console" test in two stages.
1575
eb2bfbad
PA
15762017-10-24 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1579
1f75a651
PA
15802017-10-24 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1583 loop.
1584
779990d9
PA
15852017-10-24 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1588 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1589
ad9b8f5d
PA
15902017-10-24 Pedro Alves <palves@redhat.com>
1591
1592 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1593 parameter and handle it. Don't output read value in test name.
1594
fee6da6e
PA
15952017-10-24 Pedro Alves <palves@redhat.com>
1596
1597 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1598 custom test name.
1599
10389c2c
PA
16002017-10-24 Pedro Alves <palves@redhat.com>
1601
1602 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1603 include the unstable output directory name in the test's name.
1604 (initial_setup_simple) <'set args'>: Use custom test name.
1605
a80e65a9
PA
16062017-10-24 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1609 with explicit test name.
1610
15763a09
PA
16112017-10-20 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1614 'wait -i'. Use gdb_assert and remote_close.
1615
49a4ce2e
AB
16162017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1617
1618 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1619 number from variable rather than hard-coded.
1620
a75868f5
PA
16212017-10-19 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.base/long-inferior-output.c: New file.
1624 * gdb.base/long-inferior-output.exp: New file.
1625
c8ba13ad
KS
16262017-11-18 Keith Seitz <keiths@redhat.com>
1627
1628 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1629 method.
1630 (main): Call it.
1631 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1632 Add additional user-defined conversion operator tests.
1633
b27de576
PA
16342017-10-17 Pedro Alves <palves@redhat.com>
1635
1636 * boards/native-stdio-gdbserver.exp: Load "local-board".
1637
8484c955
PA
16382017-10-17 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.base/quit-live.c: New file.
1641 * gdb.base/quit-live.exp: New file.
1642
83d5a34d
KS
16432017-10-16 Keith Seitz <keiths@redhat.com>
1644
1645 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1646 (class_with_protected_typedef, class_with_private_typedef)
1647 (struct_with_public_typedef, struct_with_protected_typedef)
1648 (struct_with_private_typedef): New classes/structs.
1649 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1650 typedefs and access specifiers.
1651
739b3f1d
PA
16522017-10-16 Pedro Alves <palves@redhat.com>
1653 Simon Marchi <simon.marchi@polymtl.ca>
1654
1655 * README (Local vs Remote vs Native): New section.
1656 * boards/local-board.exp: New file, with bits factored out from
1657 ...
1658 * boards/native-extended-gdbserver.exp: ... here. Load
1659 "local-board".
1660 * boards/native-gdbserver.exp: Load "local-board".
1661 (${board}_spawn, ${board}_exec): Delete.
1662 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1663 ...
1664 * boards/stdio-gdbserver-base.exp: ... this new file.
1665 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1666 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1667 procedure.
1668 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1669 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1670 stdio_gdbserver_command.
1671 (${board}_get_remote_address, ${board}_get_comm_port)
1672 (${board}_download, ${board}_upload): Delete.
1673 (get_target_remote_pipe_cmd): New.
1674
fe68b953
SM
16752017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1676
1677 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1678 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1679 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1680 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1681 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1682 remove with_test_prefix.
1683
300b6685
PA
16842017-10-13 Pedro Alves <palves@redhat.com>
1685
1686 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1687 * gdb.base/annota1.exp: Use it instead of is_remote.
1688 * gdb.base/annota3.exp: Use it instead of is_remote.
1689 * gdb.cp/annota2.exp: Use it instead of is_remote.
1690 * gdb.cp/annota3.exp: Use it instead of is_remote.
1691 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1692
50500caf
PA
16932017-10-13 Pedro Alves <palves@redhat.com>
1694
1695 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1696 (test_num_test_vars, run_and_count_vars, find_env)
1697 (test_set_unset_env, test_inherit_env_var): New procedures.
1698 (top level): Use them.
1699
dad0c6d2
PA
17002017-10-13 Pedro Alves <palves@redhat.com>
1701
1702 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1703 also skip on stub-like targets.
1704
8b0553c1
PA
17052017-10-13 Pedro Alves <palves@redhat.com>
1706
1707 PR gdb/22293
1708 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1709 (top level): Move some tests to ...
1710 (test_not_found): ... this new procedure.
1711 (top level): Call it.
1712
7594f623
PA
17132017-10-13 Pedro Alves <palves@redhat.com>
1714
1715 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1716 expect different "info terminal" output if testing with a
1717 non-native target.
1718
ebe3b402
PA
17192017-10-13 Pedro Alves <palves@redhat.com>
1720 Simon Marchi <simon.marchi@polymtl.ca>
1721
1722 PR python/12966
1723 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1724
42f1b161
PA
17252017-10-13 Pedro Alves <palves@redhat.com>
1726
1727 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1728 already.
1729
8d6ef72b
PA
17302017-10-13 Pedro Alves <palves@redhat.com>
1731
1732 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1733 is_remote.
1734
d7bcd5b8
PA
17352017-10-13 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1738 is_remote.
1739
df479dc6
PA
17402017-10-13 Pedro Alves <palves@redhat.com>
1741
1742 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1743 is set.
1744 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1745 instead of is_remote.
1746
23fb630a
PA
17472017-10-13 Pedro Alves <palves@redhat.com>
1748
1749 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1750 (top level): Add comment.
1751
cc77b1dc
PA
17522017-10-13 Pedro Alves <palves@redhat.com>
1753
1754 * gdb.base/remote.exp (top level): Fix comment typo and add
1755 missing return.
1756
27c9e813
PA
17572017-10-13 Pedro Alves <palves@redhat.com>
1758 Simon Marchi <simon.marchi@polymtl.ca>
1759
1760 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1761 calls and add comments. Skip test if use_gdb_stub is set.
1762 (top level): Use "set cwd" command instead of "cd" command.
1763
5e830d98
PA
17642017-10-13 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1767 is_remote target check.
1768
f5ca0032
PA
17692017-10-13 Pedro Alves <palves@redhat.com>
1770
1771 * gdb.base/scope.exp: Use build_executable + clean_restart +
1772 gdb_file_cmd instead of prepare_for_testing and no longer skip
1773 "before run" tests on is_remote target boards. Update comments.
1774 * boards/native-extended-gdbserver.exp
1775 (extended_gdbserver_load_last_file): New, factored out from ...
1776 (gdb_load): ... this. Move further below and add comment.
1777 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1778
8aed1c0d
PA
17792017-10-12 Pedro Alves <palves@redhat.com>
1780
1781 * gdb.base/attach.exp: Remove references to gdb64.
1782 * gdb.base/dbx.exp: Remove references to gdb64.
1783
cfa34c87
SM
17842017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1785 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.base/label.exp: Remove is_remote target check.
1788
9192b7de
PA
17892017-10-12 Pedro Alves <palves@redhat.com>
1790
1791 * gdb.base/auvx.exp (coredir): Update comment.
1792 (top level) <core_works>: Use "set cwd" command instead of "cd"
1793 command.
1794
6bf0052d
PA
17952017-10-12 Pedro Alves <palves@redhat.com>
1796 Simon Marchi <simon.marchi@polymtl.ca>
1797
1798 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1799 target boards.
1800
e48ef82d
PA
18012017-10-12 Pedro Alves <palves@redhat.com>
1802 Simon Marchi <simon.marchi@polymtl.ca>
1803
1804 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1805 Instead skip if there's any gdb_protocol set.
1806
8d7aea57
SM
18072017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1808 Pedro Alves <palves@redhat.com>
1809
1810 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1811
30440677
PA
18122017-10-12 Pedro Alves <palves@redhat.com>
1813 Simon Marchi <simon.marchi@polymtl.ca>
1814
1815 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1816 instead of on dejagnu remote boards.
1817
4e04f045 18182017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1819 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1820
1821 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1822 checks. Use build_executable + clean_restart instead of
1823 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1824 of enabling non-stop after starting gdb.
1825
871a186e
PA
18262017-10-12 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1829 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1830 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1831 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1832
56d704da
AK
18332017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1834
1835 * gdb.arch/arc-tdesc-cpu.exp: New file.
1836 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1837
2f20e312
SM
18382017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1839
1840 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1841
65630365
PA
18422017-10-10 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1845 expect CLI output.
1846
bf469271
PA
18472017-10-10 Pedro Alves <palves@redhat.com>
1848
1849 * lib/selftest-support.exp (selftest_setup): Update for
1850 captured_command_loop's prototype change.
1851
777a42f1
PA
18522017-10-09 Pedro Alves <palves@redhat.com>
1853
1854 Test both arch1=>arch2 and arch2=>arch1.
1855
1856 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1857 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1858 factored out to...
1859 (append_arch1_options, append_arch2_options, append_arch_options)
1860 (build_executables): New procedures.
1861 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1862 local.
1863 (top level): Add new 'first_arch' testing axis.
1864
cbd2b4e3
PA
18652017-10-09 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1868 (barrier): New.
1869 (thread_start, all_started): New functions.
1870 (main): Spawn new thread and wait until it is scheduled.
1871 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1872 option.
1873 (do_test): Add 'selected_thread' parameter. Run to all_started
1874 instead of main. Explicitly set the breakpoint at main. Switch
1875 to the SELECTED_THREAD thread.
1876 (top level): Test handling the exec event with either the main
1877 thread or the second thread selected.
1878
5c9e4427
PA
18792017-10-09 Pedro Alves <palves@redhat.com>
1880
1881 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1882 logic. Move STOP marker after the value checks.
1883 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1884 regexp.
1885
b3b7c423
SL
18862017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1887
1888 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1889
3b4b2f16
UW
18902017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1891
1892 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1893 integer-to-dfp conversion.
1894 * gdb.base/dfp-test.exp: Likewise.
1895
5cd63fda
PA
18962017-10-04 Pedro Alves <palves@redhat.com>
1897
1898 * gdb.multi/hangout.c: Include <unistd.h>.
1899 (hangout_loop): New function.
1900 (main): Call alarm. Call hangout_loop in a loop.
1901 * gdb.multi/hello.c: Include <unistd.h>.
1902 (hello_loop): New function.
1903 (main): Call alarm. Call hangout_loop in a loop.
1904 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1905 inferior with the other selected.
1906
4c71c105
SM
19072017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1908
1909 * gdb.mi/list-thread-groups-available.exp: New file.
1910 * gdb.mi/list-thread-groups-available.c: New file.
1911
bc3b087d
SDJ
19122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1913
1914 * gdb.base/set-cwd.exp: Make it available on
1915 native-extended-gdbserver.
1916
d092c5a2
SDJ
19172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1918
1919 * gdb.base/set-cwd.c: New file.
1920 * gdb.base/set-cwd.exp: Likewise.
1921
45320ffa
TT
19222017-10-02 Tom Tromey <tom@tromey.com>
1923
1924 PR rust/22236:
1925 * gdb.rust/simple.rs (main): New variable "fslice".
1926 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1927
b3e3859b
TT
19282017-10-02 Tom Tromey <tom@tromey.com>
1929
1930 * gdb.rust/simple.exp: Test ptype of a slice.
1931
01af5e0d
TT
19322017-10-02 Tom Tromey <tom@tromey.com>
1933
1934 * gdb.rust/simple.exp: Test index of slice.
1935
a9bbfbd8
TT
19362017-09-27 Tom Tromey <tom@tromey.com>
1937
1938 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1939
df8899e5
TP
19402017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1941 Pedro Alves <palves@redhat.com>
1942
1943 * gdb.base/compare-sections.exp (get value of read-only section): Read
1944 as unsigned value.
1945 (corrupt read-only section): Likewise and don't set written if patching
1946 failed.
1947
757bf54b
KB
19482017-09-21 Kevin Buettner <kevinb@redhat.com>
1949
1950 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1951 files.
1952
06871ae8
PA
19532017-09-20 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1956 symbol names in gdb's output.
1957 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1958
e5f25bc5
PA
19592017-09-20 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1962 Rename to ...
1963 (test_list_ambiguous_symbol): ... this and add a symbol name
1964 parameter. Adjust.
1965 (test_list_ambiguous_function): Reimplement on top of
1966 test_list_ambiguous_symbol and also test listing ambiguous
1967 variables.
1968 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1969 (ambiguous_fun): ... this.
1970 (ambiguous_var): New.
1971 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1972 (ambiguous_fun): ... this.
1973 (ambiguous_var): New.
1974
4e5a4f58
JB
19752017-09-19 John Baldwin <jhb@FreeBSD.org>
1976
1977 * gdb.base/starti.c: New file.
1978 * gdb.base/starti.exp: New file.
1979 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1980
26e53f3e
PA
19812017-09-14 Pedro Alves <palves@redhat.com>
1982
1983 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1984 (top level): Use it instead of runto.
1985
cb791d59
TT
19862017-09-11 Tom Tromey <tom@tromey.com>
1987
1988 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1989
7c96f8c1
TT
19902017-09-11 Tom Tromey <tom@tromey.com>
1991
1992 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1993 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1994
469412dd
CW
19952017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1996
1997 * gdb.fortran/printing-types.exp: New file.
1998 * gdb.fortran/printing-types.exp: New file.
1999
e0f86435
BH
20002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2001
2002 * gdb.fortran/vla-ptype.exp: Fix typos.
2003 * gdb.fortran/vla-value.exp: Same.
2004
9e9af4be
BH
20052017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2006
2007 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2008 * gdb.mi/mi-var-child-f.exp: Likewise.
2009 * gdb.mi/mi-vla-fortran.exp: Likewise.
2010
a5ad232b
FP
20112017-09-08 Frank Penczek <frank.penczek@intel.com>
2012 Christoph Weinmann <christoph.t.weinmann@intel.com>
2013 Bernhard Heckel <bernhard.heckel@intel.com>
2014
2015 * gdb.fortran/ptr-indentation.f90: New file.
2016 * gdb.fortran/ptr-indentation.exp: New file.
2017
5aec60eb
TT
20182017-09-05 Tom Tromey <tom@tromey.com>
2019
2020 PR gdb/22010:
2021 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2022
8f8f8152
TP
20232017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2024
2025 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2026
fbd1b771
JK
20272017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2028
2029 * gdb.threads/tls-nodebug-pie.c: New file.
2030 * gdb.threads/tls-nodebug-pie.exp: New file.
2031
5eb5f850
TT
20322017-09-05 Tom Tromey <tom@tromey.com>
2033
2034 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2035 for rust.
2036
ae780a21
SM
20372017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2038
2039 * gdb.multi/multi-arch-exec.exp: Test with different
2040 "follow-exec-mode" settings.
2041 (do_test): New procedure.
2042
3693fdb3
PA
20432017-09-04 Pedro Alves <palves@redhat.com>
2044
2045 * gdb.base/func-static.c (S::method const, S::method volatile)
2046 (S::method volatile const): New methods.
2047 (c_s, v_s, cv_s): New instances.
2048 (main): Call method() on them.
2049 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2050 (cannot_resolve): New procedure.
2051 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2052 print-quote-unquoted columns.
2053 (do_test): Test printing each scope too.
2054
e68cb8e0
PA
20552017-09-04 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/local-static.exp: Also test with
2058 class::method::variable wholly quoted.
2059 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2060
858be34c
PA
20612017-09-04 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.base/local-static.c: New.
2064 * gdb.base/local-static.cc: New.
2065 * gdb.base/local-static.exp: New.
2066
46a4882b
PA
20672017-09-04 Pedro Alves <palves@redhat.com>
2068
2069 * gdb.asm/asm-source.exp: Add casts to int.
2070 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2071 (dataglobal64_1, dataglobal64_2): New globals.
2072 * gdb.base/nodebug.exp: Test different expressions involving the
2073 new globals, with print, whatis and ptype. Add casts to int.
2074 * gdb.base/solib-display.exp: Add casts to int.
2075 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2076 * gdb.cp/m-static.exp: Add cast to int.
2077 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2078 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2079 tls variable with no debug info without a cast. Test with a cast
2080 to int too.
2081 * gdb.trace/entry-values.exp: Add casts.
2082
2c5a2be1
PA
20832017-09-04 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.base/nodebug.exp: Test that ptype's error about functions
2086 with unknown return type includes the function name too.
2087
7022349d
PA
20882017-09-04 Pedro Alves <palves@redhat.com>
2089
2090 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2091 return type of munmap in infcall.
2092 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2093 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2094 type of ftell in infcall.
2095 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2096 type of getpid in infcall.
2097 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2098 infcall.
2099 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2100 Bail on failure to extract the pid.
2101 * gdb.base/nodebug.c: #include <stdint.h>.
2102 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2103 New functions.
2104 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2105 Change expected output of print/whatis/ptype with functions with
2106 no debug info. Test all supported languages. Call
2107 test_call_promotion.
2108 * gdb.compile/compile.exp: Adjust expected output to expect
2109 warning.
2110 * gdb.threads/siginfo-threads.exp: Likewise.
2111
54990598
PA
21122017-09-04 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2115 "prototypes". Test calling float functions via prototyped and
2116 unprototyped function pointers.
2117 (perform_all_tests): New parameter "prototypes". Pass it down.
2118 (top level): Pass down "prototypes" parameter to
2119 perform_all_tests.
2120
34d16ea2
SM
21212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2122
2123 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2124 Test with nested loops.
2125
9521ecda
SM
21262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2127
2128 * gdb.base/commands.exp: Call the new procedures.
2129 (loop_break_test, loop_continue_test): New procedures.
2130
80a65e9b
SM
21312017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2132
2133 * gdb.base/commands.exp: Call new procedure.
2134 (define_if_without_arg_test): New procedure.
2135
e439fa14
PA
21362017-09-04 Pedro Alves <palves@redhat.com>
2137
2138 * gdb.base/list-ambiguous.exp: New file.
2139 * gdb.base/list-ambiguous0.c: New file.
2140 * gdb.base/list-ambiguous1.c: New file.
2141 * gdb.base/list.exp (test_list_range): Adjust expected output.
2142
0a2dde4a
SDJ
21432017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2144
2145 * gdb.base/share-env-with-gdbserver.c: New file.
2146 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2147
5e89eb3a
SM
21482017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2149
2150 * gdb.base/commands.exp (gdbvar_simple_if_test,
2151 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2152 progvar_simple_if_test, progvar_simple_while_test,
2153 progvar_complex_if_while_test, user_defined_command_test,
2154 user_defined_command_args_eval,
2155 user_defined_command_args_stack_test,
2156 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2157 temporary_breakpoint_commands,
2158 gdb_test_no_prompt, redefine_hook_test,
2159 redefine_backtrace_test): Remove "global gdb_prompt".
2160
fd437cbc
SM
21612017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2162
2163 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2164 New proc, call it from toplevel.
2165
87215ad1
SDJ
21662017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2167
2168 PR remote/21852
2169 * gdb.server/normal.c: New file, copied from gdb.base.
2170 * gdb.server/run-without-local-binary.exp: New file.
2171
58afddc6
WP
21722017-08-07 Weimin Pan <weimin.pan@oracle.com>
2173
2174 * gdb.arch/sparc64-adi.exp: New file.
2175 * gdb.arch/sparc64-adi.c: New file.
2176
5277199a
PA
21772017-08-22 Pedro Alves <palves@redhat.com>
2178
2179 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2180 (top level): Add "list all overloads" tests.
2181
14278e1f
TT
21822017-08-22 Tom Tromey <tom@tromey.com>
2183
2184 * gdb.gdb/xfullpath.exp: Remove.
2185
bf223d3e
PA
21862017-08-21 Pedro Alves <palves@redhat.com>
2187
2188 PR gdb/19487
2189 * gdb.base/symbol-alias.c: New.
2190 * gdb.base/symbol-alias2.c: New.
2191 * gdb.base/symbol-alias.exp: New.
2192
c973d0aa
PA
21932017-08-21 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.base/dfp-test.c
2196 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2197 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2198 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2199 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2200 * gdb.base/whatis-ptype-typedefs.c: New.
2201 * gdb.base/whatis-ptype-typedefs.exp: New.
2202 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2203 (an_int, an_int_type, an_int_type2): New globals.
2204 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2205 involving typedefs and cast expressions.
2206 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2207 (lookup_typedefs_function): New.
2208 (typedefs_pretty_printers_dict): New.
2209 (top level): Register lookup_typedefs_function in
2210 gdb.pretty_printers.
2211
6d580b63
YQ
22122017-08-18 Yao Qi <yao.qi@linaro.org>
2213
2214 * gdb.server/unittest.exp: New.
2215
206726fb
SDJ
22162017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2217
2218 PR gdb/21954
2219 * gdb.base/environ.exp: Add test to check if 'unset environment'
2220 works.
2221
bf0ec4c2
AA
22222017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2223
2224 * lib/gdb.exp (universal_compile_options): New caching proc.
2225 (gdb_compile): Suppress GCC's coloring of messages.
2226
d6382fff
TT
22272017-08-14 Tom Tromey <tom@tromey.com>
2228
2229 PR gdb/21675:
2230 * gdb.base/printcmds.exp (test_radices): New function.
2231 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2232 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2233 * lib/gdb.exp (get_integer_valueof): Use p/d.
2234
c2c2dd9f
SM
22352017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2236
2237 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2238 characters.
2239
fdffd6f4
TT
22402017-08-05 Tom Tromey <tom@tromey.com>
2241
2242 * gdb.rust/simple.exp: Allow String to appear in a different
2243 namespace.
2244
27d41eac
YQ
22452017-07-26 Yao Qi <yao.qi@linaro.org>
2246
2247 * gdb.gdb/unittest.exp: Invoke command
2248 "maintenance check xml-descriptions".
2249
031ed05d
AA
22502017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2251
2252 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2253 calling context.
2254 (hex128): Drop erroneous calculation of parameters.
2255
dcd27ddf
SM
22562017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2257
2258 * gdb.python/py-unwind.exp: Disable stack protection when
2259 building test file.
2260
47e77640
PA
22612017-07-20 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.base/default.exp (set language): Adjust expected output.
2264
62d2a18a
PA
22652017-07-20 Pedro Alves <palves@redhat.com>
2266
2267 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2268 (test_minsym): ... this, and make static.
2269 (get_pck__foo__bar__minsym): Rename to ...
2270 (get_test_minsym): ... this.
2271 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2272 symbol names and comments.
2273 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2274 (get_test_minsym): ... this.
2275 (pck__foo__bar__minsym__2): Rename to ...
2276 (test_minsym): ... this.
2277 (main): Adjust.
2278
c45ec17c
PA
22792017-07-17 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.base/completion.exp: Adjust expected output.
2282 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2283 the completer works.
2284
c6756f62
PA
22852017-07-17 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2288
5bd68487
AB
22892017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2290
2291 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2292
8880f2a9
TT
22932017-07-14 Tom Tromey <tom@tromey.com>
2294
2295 PR rust/21764:
2296 * gdb.rust/simple.exp: Add tests.
2297
65547233
TT
22982017-07-14 Tom Tromey <tom@tromey.com>
2299
2300 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2301
8f14146e
PA
23022017-07-14 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.linespec/base/one/thefile.cc (z1): New function.
2305 * gdb.linespec/base/two/thefile.cc (z2): New function.
2306 * gdb.linespec/linespec.exp: Add tests.
2307
b4365d02
AB
23082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2311 to mi_create_breakpoint.
2312
5d2cbaa5
AB
23132017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2316 mi_create_breakpoint.
2317
11cb5716
IB
23182017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2319
2320 * gdb.dlang/demangle.exp: Update for demangling changes.
2321
03278692
TT
23222017-07-09 Tom Tromey <tom@tromey.com>
2323
2324 * gdb.dwarf2/shortpiece.exp: New file.
2325
33c5cd75
DB
23262017-07-06 David Blaikie <dblaikie@gmail.com>
2327
2328 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2329 built from fissiont-multi-cu{1,2}.c.
2330 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2331 except putting 'main' and 'func' in separate CUs in the same DWO file.
2332 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2333 test.
2334 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2335 test.
2336
8455d262
PA
23372017-07-06 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.python/py-unwind.exp: Test flushregs.
2340
dc4bde35
SDJ
23412017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2342
2343 PR cli/21688
2344 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2345 tests for alias commands and trailing whitespace.
2346
51ed89aa
SDJ
23472017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2348
2349 PR cli/21688
2350 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2351 procedure. Call it.
2352
eb17d413
PA
23532017-06-29 Pedro Alves <palves@redhat.com>
2354
2355 * gdb.base/printcmds.exp: Add tests.
2356
41664b45
DG
23572017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2358
2359 PR gdb/21337
2360 * gdb.base/reread-readsym.exp: New file.
2361 * gdb.base/reread-readsym.c: New file.
2362
75312ae3
KB
23632017-06-21 Kevin Buettner <kevinb@redhat.com>
2364
2365 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2366 subpattern.
2367
66953522
PB
23682017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2369
2370 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2371 extended mnemonic.
2372 * gdb.arch/powerpc-power9.s: Likewise.
2373
5524b525
AA
23742017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2375
2376 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2377 on 32-bit x86 targets. Exploit is_*_target macros where
2378 appropriate.
2379
03c8af18
AA
23802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2381
2382 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2383 register pieces.
2384
3bf31011
AA
23852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2386
2387 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2388 located in one or more DWARF pieces.
2389
805acca0
AA
23902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2391
2392 * lib/gdb.exp (get_endianness): New proc.
2393 * gdb.arch/aarch64-fp.exp: Use it.
2394 * gdb.arch/altivec-regs.exp: Likewise.
2395 * gdb.arch/e500-regs.exp: Likewise.
2396 * gdb.arch/vsx-regs.exp: Likewise.
2397 * gdb.base/dump.exp: Likewise.
2398 * gdb.base/funcargs.exp: Likewise.
2399 * gdb.base/gnu_vector.exp: Likewise.
2400 * gdb.dwarf2/formdata16.exp: Likewise.
2401 * gdb.dwarf2/implptrpiece.exp: Likewise.
2402 * gdb.dwarf2/nonvar-access.exp: Likewise.
2403 * gdb.python/py-inferior.exp: Likewise.
2404 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2405
e9352324
AA
24062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2407
2408 PR gdb/21226
2409 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2410 stack value pieces are taken from the LSB end.
2411
d5d1163e
AA
24122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2413
2414 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2415 variable at nonzero offset.
2416
0567c986
AA
24172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2418
2419 * gdb.dwarf2/var-access.c: New file.
2420 * gdb.dwarf2/var-access.exp: New test.
2421 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2422
973e9aab
TT
24232017-06-12 Tom Tromey <tom@tromey.com>
2424
2425 * gdb.dwarf2/formdata16.exp: Add tests.
2426
d9109c80
TT
24272017-06-12 Tom Tromey <tom@tromey.com>
2428
2429 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2430
30a25466
TT
24312017-06-12 Tom Tromey <tom@tromey.com>
2432
2433 PR exp/16225:
2434 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2435 * gdb.arch/vsx-regs.exp: Update tests.
2436 * gdb.arch/s390-vregs.exp (hex128): New proc.
2437 Update test.
2438 * gdb.arch/altivec-regs.exp: Update tests.
2439
aefd8b33
SDJ
24402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2441
2442 * gdb.base/startup-with-shell.c: New file.
2443 * gdb.base/startup-with-shell.exp: Likewise.
2444
2090129c
SDJ
24452017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2446
2447 * gdb.server/non-existing-program.exp: Update regex in order to
2448 reflect the fact that gdbserver is now using fork_inferior (with a
2449 shell) to startup the inferior.
2450
8e86a419
SM
24512017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2452
2453 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2454 support function calls from GDB.
2455
e6cf65f2
TT
24562017-05-21 Tom Tromey <tom@tromey.com>
2457
2458 PR rust/21466:
2459 * gdb.rust/unsized.exp: New file.
2460 * gdb.rust/unsized.rs: New file.
2461
43cc5389
TT
24622017-05-19 Tom Tromey <tom@tromey.com>
2463
2464 PR rust/21484:
2465 * gdb.rust/watch.exp: New file.
2466 * gdb.rust/watch.rs: New file.
2467
ec8df234
TT
24682017-05-18 Tom Tromey <tom@tromey.com>
2469
2470 * gdb.rust/simple.exp: Allow Box to be qualified.
2471
3e3e7fae
TP
24722017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2473
2474 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2475
59cc050d
PA
24762017-05-18 Pedro Alves <palves@redhat.com>
2477
2478 * gdb.base/fileio.c (test_write, test_read, test_close)
2479 (test_fstat): Don't print 'ret' in the fail path.
2480
c8f6abd1
PA
24812017-05-18 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2484 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2485 (test_system, test_rename, test_unlink, test_time): Change
2486 prototypes.
2487 * gdb.base/fileio.exp (stop_msg): Adjust.
2488
d2a03b77
PA
24892017-05-18 Pedro Alves <palves@redhat.com>
2490
2491 * gdb.base/fileio.c (null_str): New global.
2492 (test_stat): Use it.
2493 * gdb.base/fileio.exp: Remove nowarnings.
2494
0d5c6999
YQ
24952017-05-17 Yao Qi <yao.qi@linaro.org>
2496
2497 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2498
21873064
YQ
24992017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2500
2501 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2502 argument command.
2503 (top-level): Invoke test_set_inferior_tty.
2504
d512d31c
PA
25052017-05-04 Pedro Alves <palves@redhat.com>
2506
2507 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2508 Add parens to print call for Python 3.
2509
90cef2ed
KS
25102017-05-03 Keith Seitz <keiths@redhat.com>
2511
2512 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2513 (main): Call it.
2514
14f819c8
TW
25152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2516
2517 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2518 to prev and next.
2519
913aeadd
TW
25202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2521
2522 * gdb.python/py-record-btrace.exp: Remove test for
2523 gdb.BtraceInstruction.error.
2524
a3be24ad
TW
25252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2526
2527 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2528
ae20e79a
TW
25292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2530
2531 * gdb.python/py-record-btrace-threads.c: New file.
2532 * gdb.python/py-record-btrace-threads.exp: New file.
2533
45ce1b47
SDJ
25342017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2535
2536 PR testsuite/8595
2537 * gdb.base/environ.exp: Make test available in all architectures.
2538 Move bits related to "info program" testing to
2539 gdb.base/info-program.exp. Rewrite tests to use the two new
2540 procedures mentione below.
2541 (test_set_show_env_var) New procedure.
2542 (test_set_show_env_var_equal): Likewise.
2543 * gdb.base/info-program.exp: New file.
2544
e15c3eb4
KS
25452017-04-27 Keith Seitz <keiths@redhat.com>
2546
2547 * gdb.cp/oranking.cc (test15): New function.
2548 (main): Call test15 and declare additional variables for testing.
2549 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2550 "p foo101('abc')" tests.
2551 Add tests for cv qualifier overloads.
2552 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2553 "lvalue reference overload" test.
2554 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2555 "print value of f1 on Child&& in f2" test.
2556
3a3fd0fd
PA
25572017-04-19 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2560 procedure.
2561 (top level): Call it.
2562 * lib/gdb.exp (gdb_define_cmd): New procedure.
2563
53375380
PA
25642017-04-12 Pedro Alves <palves@redhat.com>
2565
2566 PR gdb/21323
2567 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2568 (wchar): New global.
2569 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2570 (do_test_wide_char, wide_char_types_no_program, top level): Add
2571 wchar_t testing.
2572
53e710ac
PA
25732017-04-12 Pedro Alves <palves@redhat.com>
2574
2575 PR c++/21323
2576 * gdb.cp/wide_char_types.c: New file.
2577 * gdb.cp/wide_char_types.exp: New file.
2578
0ad9d8c7
SDJ
25792017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2580
2581 PR gdb/21352
2582 * gdb.trace/tsv.exp: Add test for "tsave -r".
2583
b1b45502
IB
25842017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2585
2586 * gdb.dlang/watch-loc.c: New file.
2587 * gdb.dlang/watch-loc.exp: New file.
2588
ec13808e
JK
25892017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2590
2591 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2592
fe5f7374
AK
25932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2594
2595 * gdb.arch/arc-analyze-prologue.S: New file.
2596 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2597
eea78757
AK
25982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2599
2600 * gdb.arch/arc-decode-insn.S: New file.
2601 * gdb.arch/arc-decode-insn.exp: Likewise.
2602
5badf10a
IR
26032017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2604
2605 PR tdep/20928
2606 * gdb.arch/sparc64-regs.exp: New file.
2607 * gdb.arch/sparc64-regs.S: Likewise.
2608
cee59b3f
TW
26092017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2610
2611 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2612 and memory view on Python 3.
2613
c0f55cc6
AV
26142017-03-20 Artemiy Volkov <artemiyv@acm.org>
2615 Keith Seitz <keiths@redhat.com>
2616
2617 PR gdb/14441
2618 * gdb.cp/demangle.exp: Add rvalue reference tests.
2619 * gdb.cp/rvalue-ref-casts.cc: New file.
2620 * gdb.cp/rvalue-ref-casts.exp: New file.
2621 * gdb.cp/rvalue-ref-overload.cc: New file.
2622 * gdb.cp/rvalue-ref-overload.exp: New file.
2623 * gdb.cp/rvalue-ref-params.cc: New file.
2624 * gdb.cp/rvalue-ref-params.exp: New file.
2625 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2626 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2627 * gdb.cp/rvalue-ref-types.cc: New file.
2628 * gdb.cp/rvalue-ref-types.exp: New file.
2629 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2630 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2631
51457a05
MAL
26322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2633
2634 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2635 New procedure.
2636
5b291c04
MAL
26372017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2638
2639 * lib/mi-support.exp (mi_gdb_test): Add additional message
2640 for unexpected output.
2641
59a56148
AA
26422017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2643
2644 * gdb.base/examine-backward.c (Barrier): New character array
2645 constant, to ensure that TestStrings is preceded by a string
2646 terminator.
2647
7942e96e
AA
26482017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2649
2650 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2651 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2652 and implicit pointer into such a location.
2653
6ebac3fb
DE
26542017-03-16 Doug Evans <dje@google.com>
2655
2656 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2657
ec3b243d
TP
26582017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2659
2660 * gdb.cp/m-static.exp: Fix expectation for prototype of
2661 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2662
26632017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2664
2665 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2666 * gdb.guile/scm-lazy-string.c: New file.
2667 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2668 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2669 for pointer, array, typedef lazy strings.
2670
2cc36e25 26712017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2672
2673 PR python/17728, python/18439, python/18779
2674 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2675 * gdb.python/py-lazy-string.c (pointer): New typedef.
2676 (main): New locals ptr, array, typedef_ptr.
2677 * gdb.python/py-value.exp: Move lazy string tests to ...
2678 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2679 array, typedef lazy strings.
ec3b243d 2680
0efcde63
AK
26812017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2682
2683 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2684 Add optional 'test' parameter.
2685
7978d7c3
SM
26862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2687
2688 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2689 Skip for versions of DejaGnu < 1.5.
2690
896c0c1e
SM
26912017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2692
2693 * lib/gdb.exp (dejagnu_version): New proc.
2694 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2695 Use dejagnu_version.
2696
5f4d1085
KS
26972017-03-10 Keith Seitz <keiths@redhat.com>
2698
2699 PR c++/8128
2700 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2701 type from destructor regexps.
2702 Add a branch which actually passes the test.
2703 Adjust "ptype t5i" test names.
2704
1de05205
PA
27052017-03-08 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.base/step-over-exit.exp: Add explicit test message.
2708
c65d6b55
PA
27092017-03-08 Pedro Alves <palves@redhat.com>
2710
2711 PR gdb/18360
2712 * gdb.threads/interrupt-while-step-over.c: New file.
2713 * gdb.threads/interrupt-while-step-over.exp: New file.
2714
2e86a283
PA
27152017-03-08 Pedro Alves <palves@redhat.com>
2716
2717 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2718 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2719
25dcbff6
PA
27202017-03-08 Pedro Alves <palves@redhat.com>
2721
2722 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2723 PKRU as not supported as a PASS.
2724
dc9366eb
PA
27252017-03-08 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2728 prefix instead of $binfile1/$binfile2.
2729 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2730 in test message.
2731 * gdb.python/py-completion.exp: Use "load python file" as test
2732 messages instead of unstable path names.
2733
6e5d74e7
PA
27342017-03-08 Pedro Alves <palves@redhat.com>
2735 Jan Kratochvil <jan.kratochvil@redhat.com>
2736
2737 PR cli/21218
2738 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2739 New proc.
2740 (top level): Call it.
2741
9753a2f6
PA
27422017-03-08 Pedro Alves <palves@redhat.com>
2743
2744 PR tui/21216
2745 * gdb.tui/tui-nl-filtered-output.exp: New file.
2746
1a4dd9dd
PA
27472017-03-08 Pedro Alves <palves@redhat.com>
2748
2749 * gdb.base/completion.exp: Move TUI completion tests to ...
2750 * gdb.tui/completion.exp: ... this new file.
2751
7cbbff33
PA
27522017-03-08 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.base/tui-disasm-long-lines.c,
2755 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2756 gdb.base/tui-layout.exp: Move to ...
2757 * gdb.tui/: ... this new directory.
2758
5f6fd321
PA
27592017-03-07 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.base/tui-layout.c: New file.
2762 * gdb.base/tui-layout.exp: New file.
2763
44959fa8
PA
27642017-03-07 Pedro Alves <palves@redhat.com>
2765
2766 * gdb.base/tui-layout.c: Rename to ...
2767 * gdb.base/tui-disasm-long-lines.c: ... this.
2768 * gdb.base/tui-layout.exp: Rename to ...
2769 * gdb.base/tui-disasm-long-lines.exp: ... this.
2770
f8c4e718
PA
27712017-03-07 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2774
6dbb839a 27752017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2776
2777 * i386-mpx-call.c: New file.
2778 * i386-mpx-call.exp: New file.
2779
65b48a81
PB
27802017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2781
2782 * gdb.arch/powerpc-power.exp: Delete test.
2783 * gdb.arch/powerpc-power.s: Likewise.
2784 * gdb.disasm/disassembler-options.exp: New test.
2785 * gdb.arch/powerpc-altivec.exp: Likewise.
2786 * gdb.arch/powerpc-altivec.s: Likewise.
2787 * gdb.arch/powerpc-altivec2.exp: Likewise.
2788 * gdb.arch/powerpc-altivec2.s: Likewise.
2789 * gdb.arch/powerpc-altivec3.exp: Likewise.
2790 * gdb.arch/powerpc-altivec3.s: Likewise.
2791 * gdb.arch/powerpc-power7.exp: Likewise.
2792 * gdb.arch/powerpc-power7.s: Likewise.
2793 * gdb.arch/powerpc-power8.exp: Likewise.
2794 * gdb.arch/powerpc-power8.s: Likewise.
2795 * gdb.arch/powerpc-power9.exp: Likewise.
2796 * gdb.arch/powerpc-power9.s: Likewise.
2797 * gdb.arch/powerpc-vsx.exp: Likewise.
2798 * gdb.arch/powerpc-vsx.s: Likewise.
2799 * gdb.arch/powerpc-vsx2.exp: Likewise.
2800 * gdb.arch/powerpc-vsx2.s: Likewise.
2801 * gdb.arch/powerpc-vsx3.exp: Likewise.
2802 * gdb.arch/powerpc-vsx3.s: Likewise.
2803 * gdb.arch/arm-disassembler-options.exp: Likewise.
2804 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2805 * gdb.arch/s390-disassembler-options.exp: Likewise.
2806
17cd4947
LM
28072017-02-23 Luis Machado <lgustavo@codesourcery.com>
2808
2809 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2810 (check_supported_features): ... this. Changed return type to void.
2811 (supports_rdseed): New static global.
2812 (rdseed): Check supports_rdseed.
2813 (initialize): Call check_supported_features.
2814
2039d74e
EBM
28152017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2816
2817 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2818 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2819 and lqarx/stqcx.
2820 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2821 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2822
a51d7ecf
EBM
28232017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2824
2825 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2826 uppercase.
2827
0224619f
JK
28282017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2829
2830 * gdb.dwarf2/formdata16.c: New file.
2831 * gdb.dwarf2/formdata16.exp: New file.
2832 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2833
216f72a1
JK
28342017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2837 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2838 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2839 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2840 DW_AT_GNU_*.
2841
43988095
JK
28422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2845
99e8a4f9
SDJ
28462017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2847
2848 PR gdb/21164
2849 * gdb.base/maint.exp: Add testcases for when the commands do
2850 not have arguments.
2851
b58a8c0c
TP
28522017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2853
2854 * gdb.cp/chained-calls.exp: Use p instead of P.
2855
4e746bb6
TW
28562017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2857
2858 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2859 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2860
3f77c769
TT
28612017-02-14 Tom Tromey <tom@tromey.com>
2862
2863 PR python/13598:
2864 * gdb.python/py-events.exp: Add before_prompt event tests.
2865
075beec0
AA
28662017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2867
2868 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2869
bf5f525c
LM
28702017-02-13 Luis Machado <lgustavo@codesourcery.com>
2871
2872 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2873 (main): Call my_unique_function_name.
2874 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2875 completion of patterns with a single match.
2876 Add missing -re switches to gdb_test_multiple calls.
2877
13a66184
LM
28782017-02-13 Luis Machado <lgustavo@codesourcery.com>
2879
2880 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2881 return if core file is not recognized.
2882
26a06916
SM
28832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2884
2885 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2886 and extra UIs.
2887
b761ca9e
SM
28882017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2889
2890 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2891 proc_with_prefix.
2892
b964bee0
TT
28932017-02-10 Tom Tromey <tom@tromey.com>
2894
2895 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2896
18da0c51
MG
28972017-02-10 Martin Galvan <martingalvan@sourceware.org>
2898
2899 PR gdb/21122
2900 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2901
604c4576
JG
29022017-02-08 Jerome Guitton <guitton@adacore.com>
2903
2904 * gdb.base/define.exp: Add test for command abbreviations
2905 in define.
2906
20b477a7
LM
29072017-02-06 Luis Machado <lgustavo@codesourcery.com>
2908
2909 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2910 * gdb.reverse/insn-reverse-x86.c: New file.
2911
3f7b46f2
IR
29122017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2913
2914 PR tdep/20936
2915 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2916
f0fd41c1
TT
29172017-02-03 Tom Tromey <tom@tromey.com>
2918
2919 PR rust/21097:
2920 * gdb.rust/simple.exp: Add new tests.
2921
5be5dbf0
PA
29222017-02-02 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2925 tests.
2926
7346ef59
AA
29272017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2928
2929 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2930 taking a 2-byte value out of a 4-byte DWARF implicit value on
2931 big-endian targets.
2932 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2933 logic. Add test cases for DW_OP_implicit.
2934
787f0025
MM
29352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2936
2937 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2938
68777c29
MM
29392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2940
2941 * gdb.btrace/enable.exp: Call gdb_exit before
2942 skip_gdbserver_tests.
2943
0a1c7e28
MM
29442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2945
2946 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2947 GDBFLAGS.
2948
b5ac99b0
MM
29492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2950
2951 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2952 the test is skipped.
2953 * gdb.btrace/data.exp: Likewise.
2954 * gdb.btrace/delta.exp: Likewise.
2955 * gdb.btrace/dlopen.exp: Likewise.
2956 * gdb.btrace/enable-running.exp: Likewise.
2957 * gdb.btrace/enable.exp: Likewise.
2958 * gdb.btrace/exception.exp: Likewise.
2959 * gdb.btrace/function_call_history.exp: Likewise.
2960 * gdb.btrace/gcore.exp: Likewise.
2961 * gdb.btrace/instruction_history.exp: Likewise.
2962 * gdb.btrace/multi-thread-step.exp: Likewise.
2963 * gdb.btrace/nohist.exp: Likewise.
2964 * gdb.btrace/non-stop.exp: Likewise.
2965 * gdb.btrace/reconnect.exp: Likewise.
2966 * gdb.btrace/record_goto-step.exp: Likewise.
2967 * gdb.btrace/record_goto.exp: Likewise.
2968 * gdb.btrace/rn-dl-bind.exp: Likewise.
2969 * gdb.btrace/segv.exp: Likewise.
2970 * gdb.btrace/step.exp: Likewise.
2971 * gdb.btrace/stepi.exp: Likewise.
2972 * gdb.btrace/tailcall-only.exp: Likewise.
2973 * gdb.btrace/tailcall.exp: Likewise.
2974 * gdb.btrace/tsx.exp: Likewise.
2975 * gdb.btrace/unknown_functions.exp: Likewise.
2976 * gdb.btrace/vdso.exp: Likewise.
2977
cd4007e4
MM
29782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2979
2980 * gdb.btrace/enable-running.c: New.
2981 * gdb.btrace/enable-running.exp: New.
2982
2735833d
WT
29832017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2984
2985 * gdb.arch/amd64-gs_base.c: New file.
2986 * gdb.arch/amd64-gs_base.exp: New file.
2987
b51e1e94
LM
29882017-01-26 Luis Machado <lgustavo@codesourcery.com>
2989
2990 * lib/memory.exp: Remove spurious empty newlines.
2991
72ca0410
SM
29922017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2993
2994 * gdb.python/py-bad-printers.exp: Load python file using "source".
2995 * gdb.python/py-events.exp: Likewise.
2996 * gdb.python/py-evsignal.exp: Likewise.
2997 * gdb.python/py-evthreads.exp: Likewise.
2998 * gdb.python/py-frame-args.exp: Likewise.
2999 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3000 * gdb.python/py-framefilter-mi.exp: Likewise.
3001 * gdb.python/py-framefilter.exp: Likewise.
3002 * gdb.python/py-mi.exp: Likewise.
3003 * gdb.python/py-pp-maint.exp: Likewise.
3004 * gdb.python/py-pp-registration.exp: Likewise.
3005 * gdb.python/py-prettyprint.exp: Likewise.
3006 (run_lang_tests): Likewise.
3007 * gdb.python/py-typeprint.exp: Likewise.
3008
e309aa65
LM
30092017-01-26 Luis Machado <lgustavo@codesourcery.com>
3010
3011 * lib/memory.exp: New file.
3012 * lib/gdb.exp: Load memory.exp.
3013 * gdb.base/memattr.exp (delete_memory): Move proc to
3014 lib/memory.exp and rename to delete_memory_regions.
3015 Replace delete_memory with delete_memory_regions.
3016 Cleanup memory regions before tests.
3017 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3018 before tests.
3019
515aff23
LM
30202017-01-26 Luis Machado <lgustavo@codesourcery.com>
3021
3022 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3023 files.
3024 (initialize): New function conditionally defined.
3025 (testcases): Move within conditional block.
3026 (main): Call initialize.
3027 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3028 of gdb.reverse/insn-reverse.c.
3029 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3030 gdb.reverse/insn-reverse.c.
3031
d8b49cf0
YQ
30322017-01-26 Yao Qi <yao.qi@linaro.org>
3033
3034 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3035 disassemble on address 0.
3036
f13a9a0c
YQ
30372017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3038 Yao Qi <yao.qi@linaro.org>
3039
3040 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3041 * gdb.dwarf2/implptr-64bit.S: Remove.
3042 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3043 variables in caller's context. Add DW_OP_implicit_value.
3044
5ac95241
YQ
30452017-01-25 Yao Qi <yao.qi@linaro.org>
3046
3047 * lib/dwarf.exp (Dwarf::_location): Handle
3048 DW_OP_GNU_implicit_pointer with proper size.
3049
23e82930
LM
30502017-01-20 Luis Machado <lgustavo@codesourcery.com>
3051
3052 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3053 and add untested calls.
3054
d334ae25
LM
30552017-01-20 Luis Machado <lgustavo@codesourcery.com>
3056
3057 * gdb.python/python.exp: Check line number against what GDB thinks
3058 the line number is for func1.
3059
f5e6296e
IB
30602017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3061
3062 * gdb.dlang/debug-expr.exp: New file.
3063
5b362f04
LM
30642016-12-23 Luis Machado <lgustavo@codesourcery.com>
3065
3066 Fix test names for the following files:
3067
3068 * gdb.ada/exec_changed.exp
3069 * gdb.ada/info_types.exp
3070 * gdb.arch/aarch64-atomic-inst.exp
3071 * gdb.arch/aarch64-fp.exp
3072 * gdb.arch/altivec-abi.exp
3073 * gdb.arch/altivec-regs.exp
3074 * gdb.arch/amd64-byte.exp
3075 * gdb.arch/amd64-disp-step.exp
3076 * gdb.arch/amd64-dword.exp
3077 * gdb.arch/amd64-entry-value-inline.exp
3078 * gdb.arch/amd64-entry-value-param.exp
3079 * gdb.arch/amd64-entry-value-paramref.exp
3080 * gdb.arch/amd64-entry-value.exp
3081 * gdb.arch/amd64-i386-address.exp
3082 * gdb.arch/amd64-invalid-stack-middle.exp
3083 * gdb.arch/amd64-invalid-stack-top.exp
3084 * gdb.arch/amd64-optimout-repeat.exp
3085 * gdb.arch/amd64-prologue-skip.exp
3086 * gdb.arch/amd64-prologue-xmm.exp
3087 * gdb.arch/amd64-stap-special-operands.exp
3088 * gdb.arch/amd64-stap-wrong-subexp.exp
3089 * gdb.arch/amd64-tailcall-cxx.exp
3090 * gdb.arch/amd64-tailcall-noret.exp
3091 * gdb.arch/amd64-tailcall-ret.exp
3092 * gdb.arch/amd64-tailcall-self.exp
3093 * gdb.arch/amd64-word.exp
3094 * gdb.arch/arm-bl-branch-dest.exp
3095 * gdb.arch/arm-disp-step.exp
3096 * gdb.arch/arm-neon.exp
3097 * gdb.arch/arm-single-step-kernel-helper.exp
3098 * gdb.arch/avr-flash-qualifier.exp
3099 * gdb.arch/disp-step-insn-reloc.exp
3100 * gdb.arch/e500-abi.exp
3101 * gdb.arch/e500-regs.exp
3102 * gdb.arch/ftrace-insn-reloc.exp
3103 * gdb.arch/i386-avx512.exp
3104 * gdb.arch/i386-bp_permanent.exp
3105 * gdb.arch/i386-byte.exp
3106 * gdb.arch/i386-cfi-notcurrent.exp
3107 * gdb.arch/i386-disp-step.exp
3108 * gdb.arch/i386-dr3-watch.exp
3109 * gdb.arch/i386-float.exp
3110 * gdb.arch/i386-gnu-cfi.exp
3111 * gdb.arch/i386-mpx-map.exp
3112 * gdb.arch/i386-mpx-sigsegv.exp
3113 * gdb.arch/i386-mpx-simple_segv.exp
3114 * gdb.arch/i386-mpx.exp
3115 * gdb.arch/i386-permbkpt.exp
3116 * gdb.arch/i386-prologue.exp
3117 * gdb.arch/i386-signal.exp
3118 * gdb.arch/i386-size-overlap.exp
3119 * gdb.arch/i386-unwind.exp
3120 * gdb.arch/i386-word.exp
3121 * gdb.arch/mips-fcr.exp
3122 * gdb.arch/powerpc-d128-regs.exp
3123 * gdb.arch/powerpc-stackless.exp
3124 * gdb.arch/ppc64-atomic-inst.exp
3125 * gdb.arch/s390-stackless.exp
3126 * gdb.arch/s390-tdbregs.exp
3127 * gdb.arch/s390-vregs.exp
3128 * gdb.arch/sparc-sysstep.exp
3129 * gdb.arch/thumb-bx-pc.exp
3130 * gdb.arch/thumb-singlestep.exp
3131 * gdb.arch/thumb2-it.exp
3132 * gdb.arch/vsx-regs.exp
3133 * gdb.asm/asm-source.exp
3134 * gdb.base/a2-run.exp
3135 * gdb.base/advance.exp
3136 * gdb.base/all-bin.exp
3137 * gdb.base/anon.exp
3138 * gdb.base/args.exp
3139 * gdb.base/arithmet.exp
3140 * gdb.base/async-shell.exp
3141 * gdb.base/async.exp
3142 * gdb.base/attach-pie-noexec.exp
3143 * gdb.base/attach-twice.exp
3144 * gdb.base/auto-load.exp
3145 * gdb.base/bang.exp
3146 * gdb.base/bitfields.exp
3147 * gdb.base/break-always.exp
3148 * gdb.base/break-caller-line.exp
3149 * gdb.base/break-entry.exp
3150 * gdb.base/break-inline.exp
3151 * gdb.base/break-on-linker-gcd-function.exp
3152 * gdb.base/break-probes.exp
3153 * gdb.base/break.exp
3154 * gdb.base/breakpoint-shadow.exp
3155 * gdb.base/call-ar-st.exp
3156 * gdb.base/call-sc.exp
3157 * gdb.base/call-signal-resume.exp
3158 * gdb.base/call-strs.exp
3159 * gdb.base/callfuncs.exp
3160 * gdb.base/catch-fork-static.exp
3161 * gdb.base/catch-gdb-caused-signals.exp
3162 * gdb.base/catch-load.exp
3163 * gdb.base/catch-signal-fork.exp
3164 * gdb.base/catch-signal.exp
3165 * gdb.base/catch-syscall.exp
3166 * gdb.base/charset.exp
3167 * gdb.base/checkpoint.exp
3168 * gdb.base/chng-syms.exp
3169 * gdb.base/code-expr.exp
3170 * gdb.base/code_elim.exp
3171 * gdb.base/commands.exp
3172 * gdb.base/completion.exp
3173 * gdb.base/complex.exp
3174 * gdb.base/cond-expr.exp
3175 * gdb.base/condbreak.exp
3176 * gdb.base/consecutive.exp
3177 * gdb.base/continue-all-already-running.exp
3178 * gdb.base/coredump-filter.exp
3179 * gdb.base/corefile.exp
3180 * gdb.base/dbx.exp
3181 * gdb.base/debug-expr.exp
3182 * gdb.base/define.exp
3183 * gdb.base/del.exp
3184 * gdb.base/disabled-location.exp
3185 * gdb.base/disasm-end-cu.exp
3186 * gdb.base/disasm-optim.exp
3187 * gdb.base/display.exp
3188 * gdb.base/duplicate-bp.exp
3189 * gdb.base/ena-dis-br.exp
3190 * gdb.base/ending-run.exp
3191 * gdb.base/enumval.exp
3192 * gdb.base/environ.exp
3193 * gdb.base/eu-strip-infcall.exp
3194 * gdb.base/eval-avoid-side-effects.exp
3195 * gdb.base/eval-skip.exp
3196 * gdb.base/exitsignal.exp
3197 * gdb.base/expand-psymtabs.exp
3198 * gdb.base/filesym.exp
3199 * gdb.base/find-unmapped.exp
3200 * gdb.base/finish.exp
3201 * gdb.base/float.exp
3202 * gdb.base/foll-exec-mode.exp
3203 * gdb.base/foll-exec.exp
3204 * gdb.base/foll-fork.exp
3205 * gdb.base/fortran-sym-case.exp
3206 * gdb.base/freebpcmd.exp
3207 * gdb.base/func-ptr.exp
3208 * gdb.base/func-ptrs.exp
3209 * gdb.base/funcargs.exp
3210 * gdb.base/gcore-buffer-overflow.exp
3211 * gdb.base/gcore-relro-pie.exp
3212 * gdb.base/gcore-relro.exp
3213 * gdb.base/gcore.exp
3214 * gdb.base/gdb1090.exp
3215 * gdb.base/gdb11530.exp
3216 * gdb.base/gdb11531.exp
3217 * gdb.base/gdb1821.exp
3218 * gdb.base/gdbindex-stabs.exp
3219 * gdb.base/gdbvars.exp
3220 * gdb.base/hbreak.exp
3221 * gdb.base/hbreak2.exp
3222 * gdb.base/included.exp
3223 * gdb.base/infcall-input.exp
3224 * gdb.base/inferior-died.exp
3225 * gdb.base/infnan.exp
3226 * gdb.base/info-macros.exp
3227 * gdb.base/info-os.exp
3228 * gdb.base/info-proc.exp
3229 * gdb.base/info-shared.exp
3230 * gdb.base/info-target.exp
3231 * gdb.base/infoline.exp
3232 * gdb.base/interp.exp
3233 * gdb.base/interrupt.exp
3234 * gdb.base/jit-reader.exp
3235 * gdb.base/jit-simple.exp
3236 * gdb.base/kill-after-signal.exp
3237 * gdb.base/kill-detach-inferiors-cmd.exp
3238 * gdb.base/label.exp
3239 * gdb.base/langs.exp
3240 * gdb.base/ldbl_e308.exp
3241 * gdb.base/line-symtabs.exp
3242 * gdb.base/linespecs.exp
3243 * gdb.base/list.exp
3244 * gdb.base/long_long.exp
3245 * gdb.base/longest-types.exp
3246 * gdb.base/maint.exp
3247 * gdb.base/max-value-size.exp
3248 * gdb.base/memattr.exp
3249 * gdb.base/mips_pro.exp
3250 * gdb.base/morestack.exp
3251 * gdb.base/moribund-step.exp
3252 * gdb.base/multi-forks.exp
3253 * gdb.base/nested-addr.exp
3254 * gdb.base/nextoverexit.exp
3255 * gdb.base/noreturn-finish.exp
3256 * gdb.base/noreturn-return.exp
3257 * gdb.base/nostdlib.exp
3258 * gdb.base/offsets.exp
3259 * gdb.base/opaque.exp
3260 * gdb.base/pc-fp.exp
3261 * gdb.base/permissions.exp
3262 * gdb.base/print-symbol-loading.exp
3263 * gdb.base/prologue-include.exp
3264 * gdb.base/psymtab.exp
3265 * gdb.base/ptype.exp
3266 * gdb.base/random-signal.exp
3267 * gdb.base/randomize.exp
3268 * gdb.base/range-stepping.exp
3269 * gdb.base/readline-ask.exp
3270 * gdb.base/recpar.exp
3271 * gdb.base/recurse.exp
3272 * gdb.base/relational.exp
3273 * gdb.base/restore.exp
3274 * gdb.base/return-nodebug.exp
3275 * gdb.base/return.exp
3276 * gdb.base/run-after-attach.exp
3277 * gdb.base/save-bp.exp
3278 * gdb.base/scope.exp
3279 * gdb.base/sect-cmd.exp
3280 * gdb.base/set-lang-auto.exp
3281 * gdb.base/set-noassign.exp
3282 * gdb.base/setvar.exp
3283 * gdb.base/sigall.exp
3284 * gdb.base/sigbpt.exp
3285 * gdb.base/siginfo-addr.exp
3286 * gdb.base/siginfo-infcall.exp
3287 * gdb.base/siginfo-obj.exp
3288 * gdb.base/siginfo.exp
3289 * gdb.base/signals-state-child.exp
3290 * gdb.base/signest.exp
3291 * gdb.base/sigstep.exp
3292 * gdb.base/sizeof.exp
3293 * gdb.base/skip.exp
3294 * gdb.base/solib-corrupted.exp
3295 * gdb.base/solib-nodir.exp
3296 * gdb.base/solib-search.exp
3297 * gdb.base/stack-checking.exp
3298 * gdb.base/stale-infcall.exp
3299 * gdb.base/stap-probe.exp
3300 * gdb.base/start.exp
3301 * gdb.base/step-break.exp
3302 * gdb.base/step-bt.exp
3303 * gdb.base/step-line.exp
3304 * gdb.base/step-over-exit.exp
3305 * gdb.base/step-over-syscall.exp
3306 * gdb.base/step-resume-infcall.exp
3307 * gdb.base/step-test.exp
3308 * gdb.base/store.exp
3309 * gdb.base/structs3.exp
3310 * gdb.base/sym-file.exp
3311 * gdb.base/symbol-without-target_section.exp
3312 * gdb.base/term.exp
3313 * gdb.base/testenv.exp
3314 * gdb.base/ui-redirect.exp
3315 * gdb.base/until.exp
3316 * gdb.base/unwindonsignal.exp
3317 * gdb.base/value-double-free.exp
3318 * gdb.base/vla-datatypes.exp
3319 * gdb.base/vla-ptr.exp
3320 * gdb.base/vla-sideeffect.exp
3321 * gdb.base/volatile.exp
3322 * gdb.base/watch-cond-infcall.exp
3323 * gdb.base/watch-cond.exp
3324 * gdb.base/watch-non-mem.exp
3325 * gdb.base/watch-read.exp
3326 * gdb.base/watch-vfork.exp
3327 * gdb.base/watchpoint-cond-gone.exp
3328 * gdb.base/watchpoint-delete.exp
3329 * gdb.base/watchpoint-hw-hit-once.exp
3330 * gdb.base/watchpoint-hw.exp
3331 * gdb.base/watchpoint-stops-at-right-insn.exp
3332 * gdb.base/watchpoints.exp
3333 * gdb.base/wchar.exp
3334 * gdb.base/whatis-exp.exp
3335 * gdb.btrace/buffer-size.exp
3336 * gdb.btrace/data.exp
3337 * gdb.btrace/delta.exp
3338 * gdb.btrace/dlopen.exp
3339 * gdb.btrace/enable.exp
3340 * gdb.btrace/exception.exp
3341 * gdb.btrace/function_call_history.exp
3342 * gdb.btrace/gcore.exp
3343 * gdb.btrace/instruction_history.exp
3344 * gdb.btrace/nohist.exp
3345 * gdb.btrace/reconnect.exp
3346 * gdb.btrace/record_goto-step.exp
3347 * gdb.btrace/record_goto.exp
3348 * gdb.btrace/rn-dl-bind.exp
3349 * gdb.btrace/segv.exp
3350 * gdb.btrace/step.exp
3351 * gdb.btrace/stepi.exp
3352 * gdb.btrace/tailcall-only.exp
3353 * gdb.btrace/tailcall.exp
3354 * gdb.btrace/tsx.exp
3355 * gdb.btrace/unknown_functions.exp
3356 * gdb.btrace/vdso.exp
3357 * gdb.compile/compile-ifunc.exp
3358 * gdb.compile/compile-ops.exp
3359 * gdb.compile/compile-print.exp
3360 * gdb.compile/compile-setjmp.exp
3361 * gdb.cp/abstract-origin.exp
3362 * gdb.cp/ambiguous.exp
3363 * gdb.cp/annota2.exp
3364 * gdb.cp/annota3.exp
3365 * gdb.cp/anon-ns.exp
3366 * gdb.cp/anon-struct.exp
3367 * gdb.cp/anon-union.exp
3368 * gdb.cp/arg-reference.exp
3369 * gdb.cp/baseenum.exp
3370 * gdb.cp/bool.exp
3371 * gdb.cp/breakpoint.exp
3372 * gdb.cp/bs15503.exp
3373 * gdb.cp/call-c.exp
3374 * gdb.cp/casts.exp
3375 * gdb.cp/chained-calls.exp
3376 * gdb.cp/class2.exp
3377 * gdb.cp/classes.exp
3378 * gdb.cp/cmpd-minsyms.exp
3379 * gdb.cp/converts.exp
3380 * gdb.cp/cp-relocate.exp
3381 * gdb.cp/cpcompletion.exp
3382 * gdb.cp/cpexprs.exp
3383 * gdb.cp/cplabel.exp
3384 * gdb.cp/cplusfuncs.exp
3385 * gdb.cp/cpsizeof.exp
3386 * gdb.cp/ctti.exp
3387 * gdb.cp/derivation.exp
3388 * gdb.cp/destrprint.exp
3389 * gdb.cp/dispcxx.exp
3390 * gdb.cp/enum-class.exp
3391 * gdb.cp/exception.exp
3392 * gdb.cp/exceptprint.exp
3393 * gdb.cp/expand-psymtabs-cxx.exp
3394 * gdb.cp/expand-sals.exp
3395 * gdb.cp/extern-c.exp
3396 * gdb.cp/filename.exp
3397 * gdb.cp/formatted-ref.exp
3398 * gdb.cp/fpointer.exp
3399 * gdb.cp/gdb1355.exp
3400 * gdb.cp/gdb2495.exp
3401 * gdb.cp/hang.exp
3402 * gdb.cp/impl-this.exp
3403 * gdb.cp/infcall-dlopen.exp
3404 * gdb.cp/inherit.exp
3405 * gdb.cp/iostream.exp
3406 * gdb.cp/koenig.exp
3407 * gdb.cp/local.exp
3408 * gdb.cp/m-data.exp
3409 * gdb.cp/m-static.exp
3410 * gdb.cp/mb-ctor.exp
3411 * gdb.cp/mb-inline.exp
3412 * gdb.cp/mb-templates.exp
3413 * gdb.cp/member-name.exp
3414 * gdb.cp/member-ptr.exp
3415 * gdb.cp/meth-typedefs.exp
3416 * gdb.cp/method.exp
3417 * gdb.cp/method2.exp
3418 * gdb.cp/minsym-fallback.exp
3419 * gdb.cp/misc.exp
3420 * gdb.cp/namelessclass.exp
3421 * gdb.cp/namespace-enum.exp
3422 * gdb.cp/namespace-nested-import.exp
3423 * gdb.cp/namespace.exp
3424 * gdb.cp/nextoverthrow.exp
3425 * gdb.cp/no-dmgl-verbose.exp
3426 * gdb.cp/non-trivial-retval.exp
3427 * gdb.cp/noparam.exp
3428 * gdb.cp/nsdecl.exp
3429 * gdb.cp/nsimport.exp
3430 * gdb.cp/nsnested.exp
3431 * gdb.cp/nsnoimports.exp
3432 * gdb.cp/nsrecurs.exp
3433 * gdb.cp/nsstress.exp
3434 * gdb.cp/nsusing.exp
3435 * gdb.cp/operator.exp
3436 * gdb.cp/oranking.exp
3437 * gdb.cp/overload-const.exp
3438 * gdb.cp/overload.exp
3439 * gdb.cp/ovldbreak.exp
3440 * gdb.cp/ovsrch.exp
3441 * gdb.cp/paren-type.exp
3442 * gdb.cp/parse-lang.exp
3443 * gdb.cp/pass-by-ref.exp
3444 * gdb.cp/pr-1023.exp
3445 * gdb.cp/pr-1210.exp
3446 * gdb.cp/pr-574.exp
3447 * gdb.cp/pr10687.exp
3448 * gdb.cp/pr12028.exp
3449 * gdb.cp/pr17132.exp
3450 * gdb.cp/pr17494.exp
3451 * gdb.cp/pr9067.exp
3452 * gdb.cp/pr9167.exp
3453 * gdb.cp/pr9631.exp
3454 * gdb.cp/printmethod.exp
3455 * gdb.cp/psmang.exp
3456 * gdb.cp/psymtab-parameter.exp
3457 * gdb.cp/ptype-cv-cp.exp
3458 * gdb.cp/ptype-flags.exp
3459 * gdb.cp/re-set-overloaded.exp
3460 * gdb.cp/ref-types.exp
3461 * gdb.cp/rtti.exp
3462 * gdb.cp/scope-err.exp
3463 * gdb.cp/shadow.exp
3464 * gdb.cp/smartp.exp
3465 * gdb.cp/static-method.exp
3466 * gdb.cp/static-print-quit.exp
3467 * gdb.cp/temargs.exp
3468 * gdb.cp/templates.exp
3469 * gdb.cp/try_catch.exp
3470 * gdb.cp/typedef-operator.exp
3471 * gdb.cp/typeid.exp
3472 * gdb.cp/userdef.exp
3473 * gdb.cp/using-crash.exp
3474 * gdb.cp/var-tag.exp
3475 * gdb.cp/virtbase.exp
3476 * gdb.cp/virtfunc.exp
3477 * gdb.cp/virtfunc2.exp
3478 * gdb.cp/vla-cxx.exp
3479 * gdb.disasm/t01_mov.exp
3480 * gdb.disasm/t02_mova.exp
3481 * gdb.disasm/t03_add.exp
3482 * gdb.disasm/t04_sub.exp
3483 * gdb.disasm/t05_cmp.exp
3484 * gdb.disasm/t06_ari2.exp
3485 * gdb.disasm/t07_ari3.exp
3486 * gdb.disasm/t08_or.exp
3487 * gdb.disasm/t09_xor.exp
3488 * gdb.disasm/t10_and.exp
3489 * gdb.disasm/t11_logs.exp
3490 * gdb.disasm/t12_bit.exp
3491 * gdb.disasm/t13_otr.exp
3492 * gdb.dlang/circular.exp
3493 * gdb.dwarf2/arr-stride.exp
3494 * gdb.dwarf2/arr-subrange.exp
3495 * gdb.dwarf2/atomic-type.exp
3496 * gdb.dwarf2/bad-regnum.exp
3497 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3498 * gdb.dwarf2/callframecfa.exp
3499 * gdb.dwarf2/clztest.exp
3500 * gdb.dwarf2/corrupt.exp
3501 * gdb.dwarf2/data-loc.exp
3502 * gdb.dwarf2/dup-psym.exp
3503 * gdb.dwarf2/dw2-anon-mptr.exp
3504 * gdb.dwarf2/dw2-anonymous-func.exp
3505 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3506 * gdb.dwarf2/dw2-bad-unresolved.exp
3507 * gdb.dwarf2/dw2-basic.exp
3508 * gdb.dwarf2/dw2-canonicalize-type.exp
3509 * gdb.dwarf2/dw2-case-insensitive.exp
3510 * gdb.dwarf2/dw2-common-block.exp
3511 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3512 * gdb.dwarf2/dw2-compressed.exp
3513 * gdb.dwarf2/dw2-const.exp
3514 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3515 * gdb.dwarf2/dw2-cu-size.exp
3516 * gdb.dwarf2/dw2-dup-frame.exp
3517 * gdb.dwarf2/dw2-entry-value.exp
3518 * gdb.dwarf2/dw2-icycle.exp
3519 * gdb.dwarf2/dw2-ifort-parameter.exp
3520 * gdb.dwarf2/dw2-inline-break.exp
3521 * gdb.dwarf2/dw2-inline-param.exp
3522 * gdb.dwarf2/dw2-intercu.exp
3523 * gdb.dwarf2/dw2-intermix.exp
3524 * gdb.dwarf2/dw2-lexical-block-bare.exp
3525 * gdb.dwarf2/dw2-linkage-name-trust.exp
3526 * gdb.dwarf2/dw2-minsym-in-cu.exp
3527 * gdb.dwarf2/dw2-noloc.exp
3528 * gdb.dwarf2/dw2-op-call.exp
3529 * gdb.dwarf2/dw2-op-out-param.exp
3530 * gdb.dwarf2/dw2-opt-structptr.exp
3531 * gdb.dwarf2/dw2-param-error.exp
3532 * gdb.dwarf2/dw2-producer.exp
3533 * gdb.dwarf2/dw2-ranges-base.exp
3534 * gdb.dwarf2/dw2-ref-missing-frame.exp
3535 * gdb.dwarf2/dw2-reg-undefined.exp
3536 * gdb.dwarf2/dw2-regno-invalid.exp
3537 * gdb.dwarf2/dw2-restore.exp
3538 * gdb.dwarf2/dw2-restrict.exp
3539 * gdb.dwarf2/dw2-single-line-discriminators.exp
3540 * gdb.dwarf2/dw2-strp.exp
3541 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3542 * gdb.dwarf2/dw2-unresolved.exp
3543 * gdb.dwarf2/dw2-var-zero-addr.exp
3544 * gdb.dwarf2/dw4-sig-types.exp
3545 * gdb.dwarf2/dwz.exp
3546 * gdb.dwarf2/dynarr-ptr.exp
3547 * gdb.dwarf2/enum-type.exp
3548 * gdb.dwarf2/gdb-index.exp
3549 * gdb.dwarf2/implptr-64bit.exp
3550 * gdb.dwarf2/implptr-optimized-out.exp
3551 * gdb.dwarf2/implptr.exp
3552 * gdb.dwarf2/implref-array.exp
3553 * gdb.dwarf2/implref-const.exp
3554 * gdb.dwarf2/implref-global.exp
3555 * gdb.dwarf2/implref-struct.exp
3556 * gdb.dwarf2/mac-fileno.exp
3557 * gdb.dwarf2/main-subprogram.exp
3558 * gdb.dwarf2/member-ptr-forwardref.exp
3559 * gdb.dwarf2/method-ptr.exp
3560 * gdb.dwarf2/missing-sig-type.exp
3561 * gdb.dwarf2/nonvar-access.exp
3562 * gdb.dwarf2/opaque-type-lookup.exp
3563 * gdb.dwarf2/pieces-optimized-out.exp
3564 * gdb.dwarf2/pieces.exp
3565 * gdb.dwarf2/pr10770.exp
3566 * gdb.dwarf2/pr13961.exp
3567 * gdb.dwarf2/staticvirtual.exp
3568 * gdb.dwarf2/subrange.exp
3569 * gdb.dwarf2/symtab-producer.exp
3570 * gdb.dwarf2/trace-crash.exp
3571 * gdb.dwarf2/typeddwarf.exp
3572 * gdb.dwarf2/valop.exp
3573 * gdb.dwarf2/watch-notconst.exp
3574 * gdb.fortran/array-element.exp
3575 * gdb.fortran/charset.exp
3576 * gdb.fortran/common-block.exp
3577 * gdb.fortran/complex.exp
3578 * gdb.fortran/derived-type-function.exp
3579 * gdb.fortran/derived-type.exp
3580 * gdb.fortran/logical.exp
3581 * gdb.fortran/module.exp
3582 * gdb.fortran/multi-dim.exp
3583 * gdb.fortran/nested-funcs.exp
3584 * gdb.fortran/print-formatted.exp
3585 * gdb.fortran/subarray.exp
3586 * gdb.fortran/vla-alloc-assoc.exp
3587 * gdb.fortran/vla-datatypes.exp
3588 * gdb.fortran/vla-history.exp
3589 * gdb.fortran/vla-ptr-info.exp
3590 * gdb.fortran/vla-ptype-sub.exp
3591 * gdb.fortran/vla-ptype.exp
3592 * gdb.fortran/vla-sizeof.exp
3593 * gdb.fortran/vla-type.exp
3594 * gdb.fortran/vla-value-sub-arbitrary.exp
3595 * gdb.fortran/vla-value-sub-finish.exp
3596 * gdb.fortran/vla-value-sub.exp
3597 * gdb.fortran/vla-value.exp
3598 * gdb.fortran/whatis_type.exp
3599 * gdb.go/chan.exp
3600 * gdb.go/handcall.exp
3601 * gdb.go/hello.exp
3602 * gdb.go/integers.exp
3603 * gdb.go/methods.exp
3604 * gdb.go/package.exp
3605 * gdb.go/strings.exp
3606 * gdb.go/types.exp
3607 * gdb.go/unsafe.exp
3608 * gdb.guile/scm-arch.exp
3609 * gdb.guile/scm-block.exp
3610 * gdb.guile/scm-breakpoint.exp
3611 * gdb.guile/scm-cmd.exp
3612 * gdb.guile/scm-disasm.exp
3613 * gdb.guile/scm-equal.exp
3614 * gdb.guile/scm-frame-args.exp
3615 * gdb.guile/scm-frame-inline.exp
3616 * gdb.guile/scm-frame.exp
3617 * gdb.guile/scm-iterator.exp
3618 * gdb.guile/scm-math.exp
3619 * gdb.guile/scm-objfile.exp
3620 * gdb.guile/scm-ports.exp
3621 * gdb.guile/scm-symbol.exp
3622 * gdb.guile/scm-symtab.exp
3623 * gdb.guile/scm-value-cc.exp
3624 * gdb.guile/types-module.exp
3625 * gdb.linespec/break-ask.exp
3626 * gdb.linespec/cpexplicit.exp
3627 * gdb.linespec/explicit.exp
3628 * gdb.linespec/keywords.exp
3629 * gdb.linespec/linespec.exp
3630 * gdb.linespec/ls-dollar.exp
3631 * gdb.linespec/ls-errs.exp
3632 * gdb.linespec/skip-two.exp
3633 * gdb.linespec/thread.exp
3634 * gdb.mi/mi-async.exp
3635 * gdb.mi/mi-basics.exp
3636 * gdb.mi/mi-break.exp
3637 * gdb.mi/mi-catch-load.exp
3638 * gdb.mi/mi-cli.exp
3639 * gdb.mi/mi-cmd-param-changed.exp
3640 * gdb.mi/mi-console.exp
3641 * gdb.mi/mi-detach.exp
3642 * gdb.mi/mi-disassemble.exp
3643 * gdb.mi/mi-eval.exp
3644 * gdb.mi/mi-file-transfer.exp
3645 * gdb.mi/mi-file.exp
3646 * gdb.mi/mi-fill-memory.exp
3647 * gdb.mi/mi-inheritance-syntax-error.exp
3648 * gdb.mi/mi-linespec-err-cp.exp
3649 * gdb.mi/mi-logging.exp
3650 * gdb.mi/mi-memory-changed.exp
3651 * gdb.mi/mi-read-memory.exp
3652 * gdb.mi/mi-record-changed.exp
3653 * gdb.mi/mi-reg-undefined.exp
3654 * gdb.mi/mi-regs.exp
3655 * gdb.mi/mi-return.exp
3656 * gdb.mi/mi-reverse.exp
3657 * gdb.mi/mi-simplerun.exp
3658 * gdb.mi/mi-solib.exp
3659 * gdb.mi/mi-stack.exp
3660 * gdb.mi/mi-stepi.exp
3661 * gdb.mi/mi-syn-frame.exp
3662 * gdb.mi/mi-until.exp
3663 * gdb.mi/mi-var-block.exp
3664 * gdb.mi/mi-var-child.exp
3665 * gdb.mi/mi-var-cmd.exp
3666 * gdb.mi/mi-var-cp.exp
3667 * gdb.mi/mi-var-display.exp
3668 * gdb.mi/mi-var-invalidate.exp
3669 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3670 * gdb.mi/mi-vla-fortran.exp
3671 * gdb.mi/mi-watch.exp
3672 * gdb.mi/mi2-var-child.exp
3673 * gdb.mi/user-selected-context-sync.exp
3674 * gdb.modula2/unbounded-array.exp
3675 * gdb.multi/dummy-frame-restore.exp
3676 * gdb.multi/multi-arch-exec.exp
3677 * gdb.multi/multi-arch.exp
3678 * gdb.multi/tids.exp
3679 * gdb.multi/watchpoint-multi.exp
3680 * gdb.opencl/callfuncs.exp
3681 * gdb.opencl/convs_casts.exp
3682 * gdb.opencl/datatypes.exp
3683 * gdb.opencl/operators.exp
3684 * gdb.opencl/vec_comps.exp
3685 * gdb.opt/clobbered-registers-O2.exp
3686 * gdb.opt/inline-break.exp
3687 * gdb.opt/inline-bt.exp
3688 * gdb.opt/inline-cmds.exp
3689 * gdb.opt/inline-locals.exp
3690 * gdb.pascal/case-insensitive-symbols.exp
3691 * gdb.pascal/floats.exp
3692 * gdb.pascal/gdb11492.exp
3693 * gdb.python/lib-types.exp
3694 * gdb.python/py-arch.exp
3695 * gdb.python/py-as-string.exp
3696 * gdb.python/py-bad-printers.exp
3697 * gdb.python/py-block.exp
3698 * gdb.python/py-breakpoint-create-fail.exp
3699 * gdb.python/py-breakpoint.exp
3700 * gdb.python/py-caller-is.exp
3701 * gdb.python/py-cmd.exp
3702 * gdb.python/py-explore-cc.exp
3703 * gdb.python/py-explore.exp
3704 * gdb.python/py-finish-breakpoint.exp
3705 * gdb.python/py-finish-breakpoint2.exp
3706 * gdb.python/py-frame-args.exp
3707 * gdb.python/py-frame-inline.exp
3708 * gdb.python/py-frame.exp
3709 * gdb.python/py-framefilter-mi.exp
3710 * gdb.python/py-infthread.exp
3711 * gdb.python/py-lazy-string.exp
3712 * gdb.python/py-linetable.exp
3713 * gdb.python/py-mi-events.exp
3714 * gdb.python/py-mi-objfile.exp
3715 * gdb.python/py-mi.exp
3716 * gdb.python/py-objfile.exp
3717 * gdb.python/py-pp-integral.exp
3718 * gdb.python/py-pp-maint.exp
3719 * gdb.python/py-pp-re-notag.exp
3720 * gdb.python/py-pp-registration.exp
3721 * gdb.python/py-recurse-unwind.exp
3722 * gdb.python/py-strfns.exp
3723 * gdb.python/py-symbol.exp
3724 * gdb.python/py-symtab.exp
3725 * gdb.python/py-sync-interp.exp
3726 * gdb.python/py-typeprint.exp
3727 * gdb.python/py-unwind-maint.exp
3728 * gdb.python/py-unwind.exp
3729 * gdb.python/py-value-cc.exp
3730 * gdb.python/py-xmethods.exp
3731 * gdb.reverse/amd64-tailcall-reverse.exp
3732 * gdb.reverse/break-precsave.exp
3733 * gdb.reverse/break-reverse.exp
3734 * gdb.reverse/consecutive-precsave.exp
3735 * gdb.reverse/consecutive-reverse.exp
3736 * gdb.reverse/finish-precsave.exp
3737 * gdb.reverse/finish-reverse-bkpt.exp
3738 * gdb.reverse/finish-reverse.exp
3739 * gdb.reverse/fstatat-reverse.exp
3740 * gdb.reverse/getresuid-reverse.exp
3741 * gdb.reverse/i386-precsave.exp
3742 * gdb.reverse/i386-reverse.exp
3743 * gdb.reverse/i386-sse-reverse.exp
3744 * gdb.reverse/i387-env-reverse.exp
3745 * gdb.reverse/i387-stack-reverse.exp
3746 * gdb.reverse/insn-reverse.exp
3747 * gdb.reverse/machinestate-precsave.exp
3748 * gdb.reverse/machinestate.exp
3749 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3750 * gdb.reverse/pipe-reverse.exp
3751 * gdb.reverse/readv-reverse.exp
3752 * gdb.reverse/recvmsg-reverse.exp
3753 * gdb.reverse/rerun-prec.exp
3754 * gdb.reverse/s390-mvcle.exp
3755 * gdb.reverse/step-precsave.exp
3756 * gdb.reverse/step-reverse.exp
3757 * gdb.reverse/time-reverse.exp
3758 * gdb.reverse/until-precsave.exp
3759 * gdb.reverse/until-reverse.exp
3760 * gdb.reverse/waitpid-reverse.exp
3761 * gdb.reverse/watch-precsave.exp
3762 * gdb.reverse/watch-reverse.exp
3763 * gdb.rust/generics.exp
3764 * gdb.rust/methods.exp
3765 * gdb.rust/modules.exp
3766 * gdb.rust/simple.exp
3767 * gdb.server/connect-with-no-symbol-file.exp
3768 * gdb.server/ext-attach.exp
3769 * gdb.server/ext-restart.exp
3770 * gdb.server/ext-wrapper.exp
3771 * gdb.server/file-transfer.exp
3772 * gdb.server/server-exec-info.exp
3773 * gdb.server/server-kill.exp
3774 * gdb.server/server-mon.exp
3775 * gdb.server/wrapper.exp
3776 * gdb.stabs/exclfwd.exp
3777 * gdb.stabs/gdb11479.exp
3778 * gdb.threads/clone-new-thread-event.exp
3779 * gdb.threads/corethreads.exp
3780 * gdb.threads/current-lwp-dead.exp
3781 * gdb.threads/dlopen-libpthread.exp
3782 * gdb.threads/gcore-thread.exp
3783 * gdb.threads/sigstep-threads.exp
3784 * gdb.threads/watchpoint-fork.exp
3785 * gdb.trace/actions-changed.exp
3786 * gdb.trace/backtrace.exp
3787 * gdb.trace/change-loc.exp
3788 * gdb.trace/circ.exp
3789 * gdb.trace/collection.exp
3790 * gdb.trace/disconnected-tracing.exp
3791 * gdb.trace/ftrace.exp
3792 * gdb.trace/mi-trace-frame-collected.exp
3793 * gdb.trace/mi-trace-unavailable.exp
3794 * gdb.trace/mi-traceframe-changed.exp
3795 * gdb.trace/mi-tsv-changed.exp
3796 * gdb.trace/no-attach-trace.exp
3797 * gdb.trace/passc-dyn.exp
3798 * gdb.trace/qtro.exp
3799 * gdb.trace/range-stepping.exp
3800 * gdb.trace/read-memory.exp
3801 * gdb.trace/save-trace.exp
3802 * gdb.trace/signal.exp
3803 * gdb.trace/status-stop.exp
3804 * gdb.trace/tfile.exp
3805 * gdb.trace/trace-break.exp
3806 * gdb.trace/trace-buffer-size.exp
3807 * gdb.trace/trace-condition.exp
3808 * gdb.trace/tracefile-pseudo-reg.exp
3809 * gdb.trace/tstatus.exp
3810 * gdb.trace/unavailable.exp
3811 * gdb.trace/while-dyn.exp
3812 * gdb.trace/while-stepping.exp
3813
34c41c68
DE
38142016-12-22 Doug Evans <xdje42@gmail.com>
3815
3816 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3817 and msymbols.
3818
16e69324
YQ
38192016-12-19 Yao Qi <yao.qi@linaro.org>
3820
3821 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3822 (test_with_self): Don't call do_steps_and_nexts, and remove
3823 code about stepping into xmalloc.
3824
f94f411b
YQ
38252016-12-09 Yao Qi <yao.qi@linaro.org>
3826
3827 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3828
38292016-12-09 Yao Qi <yao.qi@linaro.org>
3830
3831 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3832
f1b5deee
PA
38332016-12-09 Pedro Alves <palves@redhat.com>
3834
3835 * gdb.base/all-architectures-0.exp: New file.
3836 * gdb.base/all-architectures-1.exp: New file.
3837 * gdb.base/all-architectures-2.exp: New file.
3838 * gdb.base/all-architectures-3.exp: New file.
3839 * gdb.base/all-architectures-4.exp: New file.
3840 * gdb.base/all-architectures-5.exp: New file.
3841 * gdb.base/all-architectures-6.exp: New file.
3842 * gdb.base/all-architectures-7.exp: New file.
3843 * gdb.base/all-architectures.exp.in: New file.
3844
364ca42e
YQ
38452016-12-09 Yao Qi <yao.qi@linaro.org>
3846
3847 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3848
107c2d62
LM
38492016-12-02 Luis Machado <lgustavo@codesourcery.com>
3850
3851 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3852 possible.
3853 Remove useless pattern-matching code.
3854
df3ee9ca
PA
38552016-12-02 Pedro Alves <palves@redhat.com>
3856
3857 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3858 procedure.
3859 (top level): Call it.
3860
ec835369
PA
38612016-12-02 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3864 New procedure.
3865 (top level): Call it.
3866
01770bbd
PA
38672016-12-02 Pedro Alves <palves@redhat.com>
3868
3869 PR cli/20559
3870 * gdb.base/commands.exp (user_defined_command_args_eval): New
3871 procedure.
3872 (top level): Call it.
3873
008459ea
LM
38742016-12-02 Luis Machado <lgustavo@codesourcery.com>
3875
3876 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3877 timeout handling.
3878
0c1b455e
TT
38792016-12-02 Tom Tromey <tom@tromey.com>
3880
3881 * gdb.dwarf2/main-subprogram.c: New file.
3882 * gdb.dwarf2/main-subprogram.exp: New file.
3883
018572b8
LM
38842016-12-01 Luis Machado <lgustavo@codesourcery.com>
3885
3886 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3887 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3888 gdb_test_no_output for a couple of cases.
3889 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3890
84c93cd5
LM
38912016-12-01 Luis Machado <lgustavo@codesourcery.com>
3892
3893 Fix test names and standardize compilation error messages throughout
3894 the following files:
3895
3896 * gdb.ada/start.exp
3897 * gdb.arch/alpha-step.exp
3898 * gdb.arch/e500-prologue.exp
3899 * gdb.arch/ftrace-insn-reloc.exp
3900 * gdb.arch/gdb1291.exp
3901 * gdb.arch/gdb1431.exp
3902 * gdb.arch/gdb1558.exp
3903 * gdb.arch/i386-dr3-watch.exp
3904 * gdb.arch/i386-sse-stack-align.exp
3905 * gdb.arch/ia64-breakpoint-shadow.exp
3906 * gdb.arch/pa-nullify.exp
3907 * gdb.arch/powerpc-aix-prologue.exp
3908 * gdb.arch/thumb-bx-pc.exp
3909 * gdb.base/annota1.exp
3910 * gdb.base/annota3.exp
3911 * gdb.base/arrayidx.exp
3912 * gdb.base/assign.exp
3913 * gdb.base/attach.exp
3914 * gdb.base/auxv.exp
3915 * gdb.base/bang.exp
3916 * gdb.base/bfp-test.exp
3917 * gdb.base/bigcore.exp
3918 * gdb.base/bitfields2.exp
3919 * gdb.base/break-fun-addr.exp
3920 * gdb.base/break-probes.exp
3921 * gdb.base/call-rt-st.exp
3922 * gdb.base/callexit.exp
3923 * gdb.base/catch-fork-kill.exp
3924 * gdb.base/charset.exp
3925 * gdb.base/checkpoint.exp
3926 * gdb.base/comprdebug.exp
3927 * gdb.base/constvars.exp
3928 * gdb.base/coredump-filter.exp
3929 * gdb.base/cursal.exp
3930 * gdb.base/cvexpr.exp
3931 * gdb.base/detach.exp
3932 * gdb.base/display.exp
3933 * gdb.base/dmsym.exp
3934 * gdb.base/dprintf-pending.exp
3935 * gdb.base/dso2dso.exp
3936 * gdb.base/dtrace-probe.exp
3937 * gdb.base/dump.exp
3938 * gdb.base/enum_cond.exp
3939 * gdb.base/exe-lock.exp
3940 * gdb.base/exec-invalid-sysroot.exp
3941 * gdb.base/execl-update-breakpoints.exp
3942 * gdb.base/exprs.exp
3943 * gdb.base/fileio.exp
3944 * gdb.base/find.exp
3945 * gdb.base/finish.exp
3946 * gdb.base/fixsection.exp
3947 * gdb.base/foll-vfork.exp
3948 * gdb.base/frame-args.exp
3949 * gdb.base/gcore.exp
3950 * gdb.base/gdb1250.exp
3951 * gdb.base/global-var-nested-by-dso.exp
3952 * gdb.base/gnu-ifunc.exp
3953 * gdb.base/hashline1.exp
3954 * gdb.base/hashline2.exp
3955 * gdb.base/hashline3.exp
3956 * gdb.base/hbreak-in-shr-unsupported.exp
3957 * gdb.base/huge.exp
3958 * gdb.base/infcall-input.exp
3959 * gdb.base/info-fun.exp
3960 * gdb.base/info-shared.exp
3961 * gdb.base/jit-simple.exp
3962 * gdb.base/jit-so.exp
3963 * gdb.base/jit.exp
3964 * gdb.base/jump.exp
3965 * gdb.base/label.exp
3966 * gdb.base/lineinc.exp
3967 * gdb.base/logical.exp
3968 * gdb.base/longjmp.exp
3969 * gdb.base/macscp.exp
3970 * gdb.base/miscexprs.exp
3971 * gdb.base/new-ui-echo.exp
3972 * gdb.base/new-ui-pending-input.exp
3973 * gdb.base/new-ui.exp
3974 * gdb.base/nodebug.exp
3975 * gdb.base/nofield.exp
3976 * gdb.base/offsets.exp
3977 * gdb.base/overlays.exp
3978 * gdb.base/pending.exp
3979 * gdb.base/pointers.exp
3980 * gdb.base/pr11022.exp
3981 * gdb.base/printcmds.exp
3982 * gdb.base/prologue.exp
3983 * gdb.base/ptr-typedef.exp
3984 * gdb.base/realname-expand.exp
3985 * gdb.base/relativedebug.exp
3986 * gdb.base/relocate.exp
3987 * gdb.base/remote.exp
3988 * gdb.base/reread.exp
3989 * gdb.base/return2.exp
3990 * gdb.base/savedregs.exp
3991 * gdb.base/sep.exp
3992 * gdb.base/sepdebug.exp
3993 * gdb.base/sepsymtab.exp
3994 * gdb.base/set-inferior-tty.exp
3995 * gdb.base/setshow.exp
3996 * gdb.base/shlib-call.exp
3997 * gdb.base/sigaltstack.exp
3998 * gdb.base/siginfo-addr.exp
3999 * gdb.base/signals.exp
4000 * gdb.base/signull.exp
4001 * gdb.base/sigrepeat.exp
4002 * gdb.base/so-impl-ld.exp
4003 * gdb.base/solib-display.exp
4004 * gdb.base/solib-overlap.exp
4005 * gdb.base/solib-search.exp
4006 * gdb.base/solib-symbol.exp
4007 * gdb.base/structs.exp
4008 * gdb.base/structs2.exp
4009 * gdb.base/symtab-search-order.exp
4010 * gdb.base/twice.exp
4011 * gdb.base/unload.exp
4012 * gdb.base/varargs.exp
4013 * gdb.base/watchpoint-solib.exp
4014 * gdb.base/watchpoint.exp
4015 * gdb.base/whatis.exp
4016 * gdb.base/wrong_frame_bt_full.exp
4017 * gdb.btrace/dlopen.exp
4018 * gdb.cell/ea-standalone.exp
4019 * gdb.cell/ea-test.exp
4020 * gdb.cp/dispcxx.exp
4021 * gdb.cp/gdb2384.exp
4022 * gdb.cp/method2.exp
4023 * gdb.cp/nextoverthrow.exp
4024 * gdb.cp/pr10728.exp
4025 * gdb.disasm/am33.exp
4026 * gdb.disasm/h8300s.exp
4027 * gdb.disasm/mn10300.exp
4028 * gdb.disasm/sh3.exp
4029 * gdb.dwarf2/dw2-dir-file-name.exp
4030 * gdb.fortran/complex.exp
4031 * gdb.fortran/library-module.exp
4032 * gdb.guile/scm-pretty-print.exp
4033 * gdb.guile/scm-symbol.exp
4034 * gdb.guile/scm-type.exp
4035 * gdb.guile/scm-value.exp
4036 * gdb.linespec/linespec.exp
4037 * gdb.mi/gdb701.exp
4038 * gdb.mi/gdb792.exp
4039 * gdb.mi/mi-breakpoint-changed.exp
4040 * gdb.mi/mi-dprintf-pending.exp
4041 * gdb.mi/mi-dprintf.exp
4042 * gdb.mi/mi-exit-code.exp
4043 * gdb.mi/mi-pending.exp
4044 * gdb.mi/mi-solib.exp
4045 * gdb.mi/new-ui-mi-sync.exp
4046 * gdb.mi/pr11022.exp
4047 * gdb.mi/user-selected-context-sync.exp
4048 * gdb.opt/solib-intra-step.exp
4049 * gdb.python/py-events.exp
4050 * gdb.python/py-finish-breakpoint.exp
4051 * gdb.python/py-mi.exp
4052 * gdb.python/py-prettyprint.exp
4053 * gdb.python/py-shared.exp
4054 * gdb.python/py-symbol.exp
4055 * gdb.python/py-template.exp
4056 * gdb.python/py-type.exp
4057 * gdb.python/py-value.exp
4058 * gdb.reverse/solib-precsave.exp
4059 * gdb.reverse/solib-reverse.exp
4060 * gdb.server/solib-list.exp
4061 * gdb.stabs/weird.exp
4062 * gdb.threads/reconnect-signal.exp
4063 * gdb.threads/stepi-random-signal.exp
4064 * gdb.trace/actions.exp
4065 * gdb.trace/ax.exp
4066 * gdb.trace/backtrace.exp
4067 * gdb.trace/change-loc.exp
4068 * gdb.trace/deltrace.exp
4069 * gdb.trace/ftrace-lock.exp
4070 * gdb.trace/ftrace.exp
4071 * gdb.trace/infotrace.exp
4072 * gdb.trace/mi-tracepoint-changed.exp
4073 * gdb.trace/packetlen.exp
4074 * gdb.trace/passcount.exp
4075 * gdb.trace/pending.exp
4076 * gdb.trace/range-stepping.exp
4077 * gdb.trace/report.exp
4078 * gdb.trace/stap-trace.exp
4079 * gdb.trace/tfind.exp
4080 * gdb.trace/trace-break.exp
4081 * gdb.trace/trace-condition.exp
4082 * gdb.trace/trace-enable-disable.exp
4083 * gdb.trace/trace-mt.exp
4084 * gdb.trace/tracecmd.exp
4085 * gdb.trace/tspeed.exp
4086 * gdb.trace/tsv.exp
4087 * lib/perftest.exp
4088
fb9feb35
LM
40892016-12-01 Luis Machado <lgustavo@codesourcery.com>
4090
4091 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4092 with gdb_test_no_output.
4093 Use command as test name.
4094
cd2ddb6c
LM
40952016-12-01 Luis Machado <lgustavo@codesourcery.com>
4096
4097 Fix test names starting with uppercase throughout the files.
4098
4099 * gdb.ada/assign_1.exp
4100 * gdb.ada/boolean_expr.exp
4101 * gdb.base/arrayidx.exp
4102 * gdb.base/del.exp
4103 * gdb.base/gcore-buffer-overflow.exp
4104 * gdb.base/testenv.exp
4105 * gdb.compile/compile.exp
4106 * gdb.python/py-framefilter-invalidarg.exp
4107 * gdb.python/py-framefilter.exp
4108
bb95117e
LM
41092016-12-01 Luis Machado <lgustavo@codesourcery.com>
4110
4111 Fix test names starting with uppercase throughout the files.
4112
4113 * gdb.ada/array_return.exp
4114 * gdb.ada/expr_delims.exp
4115 * gdb.ada/mi_dyn_arr.exp
4116 * gdb.ada/mi_interface.exp
4117 * gdb.ada/mi_var_array.exp
4118 * gdb.ada/watch_arg.exp
4119 * gdb.arch/alpha-step.exp
4120 * gdb.arch/altivec-regs.exp
4121 * gdb.arch/e500-regs.exp
4122 * gdb.arch/powerpc-d128-regs.exp
4123 * gdb.base/arrayidx.exp
4124 * gdb.base/break.exp
4125 * gdb.base/checkpoint.exp
4126 * gdb.base/debug-expr.exp
4127 * gdb.base/dmsym.exp
4128 * gdb.base/radix.exp
4129 * gdb.base/sepdebug.exp
4130 * gdb.base/testenv.exp
4131 * gdb.base/watch_thread_num.exp
4132 * gdb.base/watchpoint-cond-gone.exp
4133 * gdb.cell/break.exp
4134 * gdb.cell/ea-cache.exp
4135 * gdb.compile/compile.exp
4136 * gdb.cp/gdb2495.exp
4137 * gdb.gdb/selftest.exp
4138 * gdb.gdb/xfullpath.exp
4139 * gdb.go/hello.exp
4140 * gdb.go/integers.exp
4141 * gdb.objc/basicclass.exp
4142 * gdb.pascal/hello.exp
4143 * gdb.pascal/integers.exp
4144 * gdb.python/py-breakpoint.exp
4145 * gdb.python/py-cmd.exp
4146 * gdb.python/py-linetable.exp
4147 * gdb.python/py-xmethods.exp
4148 * gdb.python/python.exp
4149 * gdb.reverse/consecutive-precsave.exp
4150 * gdb.reverse/finish-precsave.exp
4151 * gdb.reverse/i386-precsave.exp
4152 * gdb.reverse/machinestate-precsave.exp
4153 * gdb.reverse/sigall-precsave.exp
4154 * gdb.reverse/solib-precsave.exp
4155 * gdb.reverse/step-precsave.exp
4156 * gdb.reverse/until-precsave.exp
4157 * gdb.reverse/watch-precsave.exp
4158 * gdb.threads/leader-exit.exp
4159 * gdb.threads/pthreads.exp
4160 * gdb.threads/wp-replication.exp
4161 * gdb.trace/actions.exp
4162 * gdb.trace/mi-tsv-changed.exp
4163 * gdb.trace/tsv.exp
4164
de97fdd4
LM
41652016-12-01 Luis Machado <lgustavo@codesourcery.com>
4166
4167 Fix test names starting with uppercase throughout the files.
4168
4169 * gdb.arch/i386-bp_permanent.exp
4170 * gdb.arch/i386-gnu-cfi.exp
4171 * gdb.base/disasm-end-cu.exp
4172 * gdb.base/macscp.exp
4173 * gdb.base/pending.exp
4174 * gdb.base/watch_thread_num.exp
4175 * gdb.cp/exception.exp
4176 * gdb.cp/gdb2495.exp
4177 * gdb.cp/local.exp
4178 * gdb.python/py-evsignal.exp
4179 * gdb.python/python.exp
4180 * gdb.trace/tracecmd.exp
4181
9f058c10
LM
41822016-12-01 Luis Machado <lgustavo@codesourcery.com>
4183
4184 Fix test names starting with uppercase throughout the files.
4185
4186 * gdb.base/charset.exp
4187 * gdb.base/eval.exp
4188 * gdb.base/multi-forks.exp
4189 * gdb.guile/scm-progspace.exp
4190 * gdb.opencl/datatypes.exp
4191 * gdb.python/py-block.exp
4192 * gdb.python/py-function.exp
4193 * gdb.python/py-symbol.exp
4194 * gdb.python/py-symtab.exp
4195 * gdb.python/py-xmethods.exp
4196 * gdb.reverse/break-precsave.exp
4197 * gdb.reverse/break-reverse.exp
4198 * gdb.reverse/consecutive-precsave.exp
4199 * gdb.reverse/consecutive-reverse.exp
4200 * gdb.reverse/finish-precsave.exp
4201 * gdb.reverse/finish-reverse-bkpt.exp
4202 * gdb.reverse/finish-reverse.exp
4203 * gdb.reverse/fstatat-reverse.exp
4204 * gdb.reverse/getresuid-reverse.exp
4205 * gdb.reverse/i386-precsave.exp
4206 * gdb.reverse/i386-reverse.exp
4207 * gdb.reverse/i386-sse-reverse.exp
4208 * gdb.reverse/i387-stack-reverse.exp
4209 * gdb.reverse/insn-reverse.exp
4210 * gdb.reverse/machinestate-precsave.exp
4211 * gdb.reverse/machinestate.exp
4212 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4213 * gdb.reverse/pipe-reverse.exp
4214 * gdb.reverse/readv-reverse.exp
4215 * gdb.reverse/recvmsg-reverse.exp
4216 * gdb.reverse/rerun-prec.exp
4217 * gdb.reverse/s390-mvcle.exp
4218 * gdb.reverse/sigall-precsave.exp
4219 * gdb.reverse/sigall-reverse.exp
4220 * gdb.reverse/solib-precsave.exp
4221 * gdb.reverse/solib-reverse.exp
4222 * gdb.reverse/step-precsave.exp
4223 * gdb.reverse/step-reverse.exp
4224 * gdb.reverse/time-reverse.exp
4225 * gdb.reverse/until-precsave.exp
4226 * gdb.reverse/until-reverse.exp
4227 * gdb.reverse/waitpid-reverse.exp
4228 * gdb.reverse/watch-precsave.exp
4229 * gdb.reverse/watch-reverse.exp
4230
cdc7edd7
LM
42312016-12-01 Luis Machado <lgustavo@codesourcery.com>
4232
4233 Fix test names starting with uppercase throughout the files.
4234
4235 * gdb.arch/i386-mpx-simple_segv.exp
4236 * gdb.arch/i386-mpx.exp
4237 * gdb.arch/i386-permbkpt.exp
4238 * gdb.arch/pa-nullify.exp
4239 * gdb.arch/powerpc-d128-regs.exp
4240 * gdb.arch/vsx-regs.exp
4241 * gdb.base/bfp-test.exp
4242 * gdb.base/break.exp
4243 * gdb.base/breakpoint-shadow.exp
4244 * gdb.base/callfuncs.exp
4245 * gdb.base/charset.exp
4246 * gdb.base/commands.exp
4247 * gdb.base/completion.exp
4248 * gdb.base/dfp-test.exp
4249 * gdb.base/echo.exp
4250 * gdb.base/ending-run.exp
4251 * gdb.base/eval.exp
4252 * gdb.base/expand-psymtabs.exp
4253 * gdb.base/float128.exp
4254 * gdb.base/floatn.exp
4255 * gdb.base/foll-exec-mode.exp
4256 * gdb.base/gdb1056.exp
4257 * gdb.base/gdb11531.exp
4258 * gdb.base/kill-after-signal.exp
4259 * gdb.base/multi-forks.exp
4260 * gdb.base/overlays.exp
4261 * gdb.base/pending.exp
4262 * gdb.base/sepdebug.exp
4263 * gdb.base/testenv.exp
4264 * gdb.base/valgrind-db-attach.exp
4265 * gdb.base/watch_thread_num.exp
4266 * gdb.base/watchpoint-cond-gone.exp
4267 * gdb.base/watchpoint.exp
4268 * gdb.base/watchpoints.exp
4269 * gdb.cp/arg-reference.exp
4270 * gdb.cp/baseenum.exp
4271 * gdb.cp/operator.exp
4272 * gdb.cp/shadow.exp
4273 * gdb.dwarf2/dw2-op-out-param.exp
4274 * gdb.dwarf2/dw2-reg-undefined.exp
4275 * gdb.go/chan.exp
4276 * gdb.go/hello.exp
4277 * gdb.go/integers.exp
4278 * gdb.go/methods.exp
4279 * gdb.go/package.exp
4280 * gdb.guile/scm-parameter.exp
4281 * gdb.guile/scm-progspace.exp
4282 * gdb.guile/scm-value.exp
4283 * gdb.mi/mi-pending.exp
4284 * gdb.mi/user-selected-context-sync.exp
4285 * gdb.multi/multi-attach.exp
4286 * gdb.multi/tids.exp
4287 * gdb.opt/clobbered-registers-O2.exp
4288 * gdb.pascal/floats.exp
4289 * gdb.pascal/integers.exp
4290 * gdb.python/py-block.exp
4291 * gdb.python/py-events.exp
4292 * gdb.python/py-parameter.exp
4293 * gdb.python/py-symbol.exp
4294 * gdb.python/py-symtab.exp
4295 * gdb.python/py-type.exp
4296 * gdb.python/py-value.exp
4297 * gdb.python/py-xmethods.exp
4298 * gdb.python/python.exp
4299 * gdb.reverse/break-precsave.exp
4300 * gdb.reverse/consecutive-precsave.exp
4301 * gdb.reverse/finish-precsave.exp
4302 * gdb.reverse/i386-precsave.exp
4303 * gdb.reverse/machinestate-precsave.exp
4304 * gdb.reverse/sigall-precsave.exp
4305 * gdb.reverse/solib-precsave.exp
4306 * gdb.reverse/step-precsave.exp
4307 * gdb.reverse/until-precsave.exp
4308 * gdb.reverse/watch-precsave.exp
4309 * gdb.server/ext-attach.exp
4310 * gdb.server/ext-restart.exp
4311 * gdb.server/ext-run.exp
4312 * gdb.server/ext-wrapper.exp
4313 * gdb.stabs/gdb11479.exp
4314 * gdb.stabs/weird.exp
4315 * gdb.threads/attach-many-short-lived-threads.exp
4316 * gdb.threads/kill.exp
4317 * gdb.threads/watchpoint-fork.exp
4318
bc6c7af4
LM
43192016-12-01 Luis Machado <lgustavo@codesourcery.com>
4320
4321 Fix test names starting with uppercase throughout all the files below.
4322
4323 * gdb.ada/array_return.exp
4324 * gdb.ada/catch_ex.exp
4325 * gdb.ada/info_exc.exp
4326 * gdb.ada/mi_catch_ex.exp
4327 * gdb.ada/mi_dyn_arr.exp
4328 * gdb.ada/mi_ex_cond.exp
4329 * gdb.ada/mi_exc_info.exp
4330 * gdb.ada/mi_interface.exp
4331 * gdb.ada/mi_task_arg.exp
4332 * gdb.ada/mi_task_info.exp
4333 * gdb.ada/mi_var_array.exp
4334 * gdb.arch/alpha-step.exp
4335 * gdb.arch/amd64-disp-step.exp
4336 * gdb.arch/arm-disp-step.exp
4337 * gdb.arch/disp-step-insn-reloc.exp
4338 * gdb.arch/e500-prologue.exp
4339 * gdb.arch/ftrace-insn-reloc.exp
4340 * gdb.arch/gdb1558.exp
4341 * gdb.arch/i386-bp_permanent.exp
4342 * gdb.arch/i386-disp-step.exp
4343 * gdb.arch/i386-float.exp
4344 * gdb.arch/i386-gnu-cfi.exp
4345 * gdb.arch/ia64-breakpoint-shadow.exp
4346 * gdb.arch/mips16-thunks.exp
4347 * gdb.arch/pa-nullify.exp
4348 * gdb.arch/powerpc-aix-prologue.exp
4349 * gdb.arch/powerpc-power.exp
4350 * gdb.arch/ppc-dfp.exp
4351 * gdb.arch/s390-tdbregs.exp
4352 * gdb.arch/spu-info.exp
4353 * gdb.arch/spu-ls.exp
4354 * gdb.arch/thumb-bx-pc.exp
4355 * gdb.base/advance.exp
4356 * gdb.base/annota-input-while-running.exp
4357 * gdb.base/arrayidx.exp
4358 * gdb.base/asmlabel.exp
4359 * gdb.base/async.exp
4360 * gdb.base/attach-wait-input.exp
4361 * gdb.base/auto-connect-native-target.exp
4362 * gdb.base/batch-preserve-term-settings.exp
4363 * gdb.base/bfp-test.exp
4364 * gdb.base/bigcore.exp
4365 * gdb.base/bp-permanent.exp
4366 * gdb.base/break-always.exp
4367 * gdb.base/break-fun-addr.exp
4368 * gdb.base/break-idempotent.exp
4369 * gdb.base/break-main-file-remove-fail.exp
4370 * gdb.base/break-probes.exp
4371 * gdb.base/break-unload-file.exp
4372 * gdb.base/break.exp
4373 * gdb.base/call-ar-st.exp
4374 * gdb.base/call-rt-st.exp
4375 * gdb.base/call-sc.exp
4376 * gdb.base/call-signal-resume.exp
4377 * gdb.base/call-strs.exp
4378 * gdb.base/callexit.exp
4379 * gdb.base/callfuncs.exp
4380 * gdb.base/catch-gdb-caused-signals.exp
4381 * gdb.base/catch-signal-siginfo-cond.exp
4382 * gdb.base/catch-syscall.exp
4383 * gdb.base/compare-sections.exp
4384 * gdb.base/cond-eval-mode.exp
4385 * gdb.base/condbreak-call-false.exp
4386 * gdb.base/consecutive-step-over.exp
4387 * gdb.base/cursal.exp
4388 * gdb.base/disabled-location.exp
4389 * gdb.base/disasm-end-cu.exp
4390 * gdb.base/display.exp
4391 * gdb.base/double-prompt-target-event-error.exp
4392 * gdb.base/dprintf-bp-same-addr.exp
4393 * gdb.base/dprintf-detach.exp
4394 * gdb.base/dprintf-next.exp
4395 * gdb.base/dprintf-non-stop.exp
4396 * gdb.base/dprintf-pending.exp
4397 * gdb.base/dso2dso.exp
4398 * gdb.base/ending-run.exp
4399 * gdb.base/enum_cond.exp
4400 * gdb.base/examine-backward.exp
4401 * gdb.base/exe-lock.exp
4402 * gdb.base/exec-invalid-sysroot.exp
4403 * gdb.base/execl-update-breakpoints.exp
4404 * gdb.base/execution-termios.exp
4405 * gdb.base/fileio.exp
4406 * gdb.base/fixsection.exp
4407 * gdb.base/foll-exec-mode.exp
4408 * gdb.base/foll-exec.exp
4409 * gdb.base/fork-running-state.exp
4410 * gdb.base/frame-args.exp
4411 * gdb.base/fullpath-expand.exp
4412 * gdb.base/func-ptr.exp
4413 * gdb.base/gcore-relro-pie.exp
4414 * gdb.base/gdb1090.exp
4415 * gdb.base/gdb1555.exp
4416 * gdb.base/global-var-nested-by-dso.exp
4417 * gdb.base/gnu-ifunc.exp
4418 * gdb.base/hbreak-in-shr-unsupported.exp
4419 * gdb.base/hbreak-unmapped.exp
4420 * gdb.base/hook-stop.exp
4421 * gdb.base/infcall-input.exp
4422 * gdb.base/info-fun.exp
4423 * gdb.base/info-shared.exp
4424 * gdb.base/interrupt-noterm.exp
4425 * gdb.base/jit-so.exp
4426 * gdb.base/jit.exp
4427 * gdb.base/line-symtabs.exp
4428 * gdb.base/list.exp
4429 * gdb.base/longjmp.exp
4430 * gdb.base/macscp.exp
4431 * gdb.base/max-value-size.exp
4432 * gdb.base/nodebug.exp
4433 * gdb.base/nofield.exp
4434 * gdb.base/overlays.exp
4435 * gdb.base/paginate-after-ctrl-c-running.exp
4436 * gdb.base/paginate-bg-execution.exp
4437 * gdb.base/paginate-inferior-exit.exp
4438 * gdb.base/pending.exp
4439 * gdb.base/pr11022.exp
4440 * gdb.base/printcmds.exp
4441 * gdb.base/ptr-typedef.exp
4442 * gdb.base/ptype.exp
4443 * gdb.base/randomize.exp
4444 * gdb.base/range-stepping.exp
4445 * gdb.base/realname-expand.exp
4446 * gdb.base/relativedebug.exp
4447 * gdb.base/remote.exp
4448 * gdb.base/savedregs.exp
4449 * gdb.base/sepdebug.exp
4450 * gdb.base/set-noassign.exp
4451 * gdb.base/shlib-call.exp
4452 * gdb.base/shreloc.exp
4453 * gdb.base/sigaltstack.exp
4454 * gdb.base/sigbpt.exp
4455 * gdb.base/siginfo-addr.exp
4456 * gdb.base/siginfo-obj.exp
4457 * gdb.base/siginfo-thread.exp
4458 * gdb.base/signest.exp
4459 * gdb.base/signull.exp
4460 * gdb.base/sigrepeat.exp
4461 * gdb.base/skip.exp
4462 * gdb.base/so-impl-ld.exp
4463 * gdb.base/solib-corrupted.exp
4464 * gdb.base/solib-disc.exp
4465 * gdb.base/solib-display.exp
4466 * gdb.base/solib-overlap.exp
4467 * gdb.base/solib-search.exp
4468 * gdb.base/solib-symbol.exp
4469 * gdb.base/source-execution.exp
4470 * gdb.base/sss-bp-on-user-bp-2.exp
4471 * gdb.base/sss-bp-on-user-bp.exp
4472 * gdb.base/stack-checking.exp
4473 * gdb.base/stale-infcall.exp
4474 * gdb.base/step-break.exp
4475 * gdb.base/step-line.exp
4476 * gdb.base/step-over-exit.exp
4477 * gdb.base/step-test.exp
4478 * gdb.base/structs.exp
4479 * gdb.base/sym-file.exp
4480 * gdb.base/symtab-search-order.exp
4481 * gdb.base/term.exp
4482 * gdb.base/type-opaque.exp
4483 * gdb.base/unload.exp
4484 * gdb.base/until-nodebug.exp
4485 * gdb.base/until.exp
4486 * gdb.base/unwindonsignal.exp
4487 * gdb.base/watch-cond.exp
4488 * gdb.base/watch-non-mem.exp
4489 * gdb.base/watch_thread_num.exp
4490 * gdb.base/watchpoint-reuse-slot.exp
4491 * gdb.base/watchpoint-solib.exp
4492 * gdb.base/watchpoint.exp
4493 * gdb.btrace/dlopen.exp
4494 * gdb.cell/arch.exp
4495 * gdb.cell/break.exp
4496 * gdb.cell/bt.exp
4497 * gdb.cell/core.exp
4498 * gdb.cell/data.exp
4499 * gdb.cell/dwarfaddr.exp
4500 * gdb.cell/ea-cache.exp
4501 * gdb.cell/ea-standalone.exp
4502 * gdb.cell/ea-test.exp
4503 * gdb.cell/f-regs.exp
4504 * gdb.cell/fork.exp
4505 * gdb.cell/gcore.exp
4506 * gdb.cell/mem-access.exp
4507 * gdb.cell/ptype.exp
4508 * gdb.cell/registers.exp
4509 * gdb.cell/sizeof.exp
4510 * gdb.cell/solib-symbol.exp
4511 * gdb.cell/solib.exp
4512 * gdb.compile/compile-tls.exp
4513 * gdb.cp/exception.exp
4514 * gdb.cp/gdb2495.exp
4515 * gdb.cp/local.exp
4516 * gdb.cp/mb-inline.exp
4517 * gdb.cp/mb-templates.exp
4518 * gdb.cp/pr10687.exp
4519 * gdb.cp/pr9167.exp
4520 * gdb.cp/scope-err.exp
4521 * gdb.cp/templates.exp
4522 * gdb.cp/virtfunc.exp
4523 * gdb.dwarf2/dw2-dir-file-name.exp
4524 * gdb.dwarf2/dw2-single-line-discriminators.exp
4525 * gdb.fortran/complex.exp
4526 * gdb.fortran/library-module.exp
4527 * gdb.guile/guile.exp
4528 * gdb.guile/scm-cmd.exp
4529 * gdb.guile/scm-frame-inline.exp
4530 * gdb.guile/scm-objfile.exp
4531 * gdb.guile/scm-pretty-print.exp
4532 * gdb.guile/scm-symbol.exp
4533 * gdb.guile/scm-type.exp
4534 * gdb.guile/scm-value.exp
4535 * gdb.linespec/keywords.exp
4536 * gdb.linespec/ls-errs.exp
4537 * gdb.linespec/macro-relative.exp
4538 * gdb.linespec/thread.exp
4539 * gdb.mi/mi-breakpoint-changed.exp
4540 * gdb.mi/mi-dprintf-pending.exp
4541 * gdb.mi/mi-fullname-deleted.exp
4542 * gdb.mi/mi-logging.exp
4543 * gdb.mi/mi-pending.exp
4544 * gdb.mi/mi-solib.exp
4545 * gdb.mi/new-ui-mi-sync.exp
4546 * gdb.mi/user-selected-context-sync.exp
4547 * gdb.multi/dummy-frame-restore.exp
4548 * gdb.multi/multi-arch-exec.exp
4549 * gdb.multi/remove-inferiors.exp
4550 * gdb.multi/watchpoint-multi-exit.exp
4551 * gdb.opt/solib-intra-step.exp
4552 * gdb.perf/backtrace.exp
4553 * gdb.perf/single-step.exp
4554 * gdb.perf/skip-command.exp
4555 * gdb.perf/skip-prologue.exp
4556 * gdb.perf/solib.exp
4557 * gdb.python/lib-types.exp
4558 * gdb.python/py-as-string.exp
4559 * gdb.python/py-bad-printers.exp
4560 * gdb.python/py-block.exp
4561 * gdb.python/py-breakpoint.exp
4562 * gdb.python/py-cmd.exp
4563 * gdb.python/py-events.exp
4564 * gdb.python/py-evthreads.exp
4565 * gdb.python/py-finish-breakpoint.exp
4566 * gdb.python/py-finish-breakpoint2.exp
4567 * gdb.python/py-frame-inline.exp
4568 * gdb.python/py-frame.exp
4569 * gdb.python/py-inferior.exp
4570 * gdb.python/py-infthread.exp
4571 * gdb.python/py-mi.exp
4572 * gdb.python/py-objfile.exp
4573 * gdb.python/py-pp-maint.exp
4574 * gdb.python/py-pp-registration.exp
4575 * gdb.python/py-prettyprint.exp
4576 * gdb.python/py-recurse-unwind.exp
4577 * gdb.python/py-shared.exp
4578 * gdb.python/py-symbol.exp
4579 * gdb.python/py-symtab.exp
4580 * gdb.python/py-template.exp
4581 * gdb.python/py-type.exp
4582 * gdb.python/py-unwind-maint.exp
4583 * gdb.python/py-unwind.exp
4584 * gdb.python/py-value.exp
4585 * gdb.python/python.exp
4586 * gdb.reverse/finish-reverse-bkpt.exp
4587 * gdb.reverse/insn-reverse.exp
4588 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4589 * gdb.reverse/solib-precsave.exp
4590 * gdb.reverse/solib-reverse.exp
4591 * gdb.stabs/gdb11479.exp
4592 * gdb.stabs/weird.exp
4593 * gdb.threads/fork-child-threads.exp
4594 * gdb.threads/fork-plus-threads.exp
4595 * gdb.threads/fork-thread-pending.exp
4596 * gdb.threads/forking-threads-plus-breakpoint.exp
4597 * gdb.threads/hand-call-in-threads.exp
4598 * gdb.threads/interrupted-hand-call.exp
4599 * gdb.threads/linux-dp.exp
4600 * gdb.threads/local-watch-wrong-thread.exp
4601 * gdb.threads/next-while-other-thread-longjmps.exp
4602 * gdb.threads/non-ldr-exit.exp
4603 * gdb.threads/pending-step.exp
4604 * gdb.threads/print-threads.exp
4605 * gdb.threads/process-dies-while-detaching.exp
4606 * gdb.threads/process-dies-while-handling-bp.exp
4607 * gdb.threads/pthreads.exp
4608 * gdb.threads/queue-signal.exp
4609 * gdb.threads/reconnect-signal.exp
4610 * gdb.threads/signal-command-handle-nopass.exp
4611 * gdb.threads/signal-command-multiple-signals-pending.exp
4612 * gdb.threads/signal-delivered-right-thread.exp
4613 * gdb.threads/signal-sigtrap.exp
4614 * gdb.threads/sigthread.exp
4615 * gdb.threads/staticthreads.exp
4616 * gdb.threads/stepi-random-signal.exp
4617 * gdb.threads/thread-unwindonsignal.exp
4618 * gdb.threads/thread_check.exp
4619 * gdb.threads/thread_events.exp
4620 * gdb.threads/tid-reuse.exp
4621 * gdb.threads/tls-nodebug.exp
4622 * gdb.threads/tls-shared.exp
4623 * gdb.threads/tls-so_extern.exp
4624 * gdb.threads/tls.exp
4625 * gdb.threads/wp-replication.exp
4626 * gdb.trace/actions-changed.exp
4627 * gdb.trace/actions.exp
4628 * gdb.trace/backtrace.exp
4629 * gdb.trace/change-loc.exp
4630 * gdb.trace/collection.exp
4631 * gdb.trace/deltrace.exp
4632 * gdb.trace/disconnected-tracing.exp
4633 * gdb.trace/entry-values.exp
4634 * gdb.trace/ftrace-lock.exp
4635 * gdb.trace/ftrace.exp
4636 * gdb.trace/infotrace.exp
4637 * gdb.trace/mi-trace-frame-collected.exp
4638 * gdb.trace/mi-trace-unavailable.exp
4639 * gdb.trace/mi-traceframe-changed.exp
4640 * gdb.trace/mi-tracepoint-changed.exp
4641 * gdb.trace/mi-tsv-changed.exp
4642 * gdb.trace/no-attach-trace.exp
4643 * gdb.trace/packetlen.exp
4644 * gdb.trace/passc-dyn.exp
4645 * gdb.trace/passcount.exp
4646 * gdb.trace/pending.exp
4647 * gdb.trace/pr16508.exp
4648 * gdb.trace/qtro.exp
4649 * gdb.trace/range-stepping.exp
4650 * gdb.trace/read-memory.exp
4651 * gdb.trace/report.exp
4652 * gdb.trace/save-trace.exp
4653 * gdb.trace/signal.exp
4654 * gdb.trace/stap-trace.exp
4655 * gdb.trace/status-stop.exp
4656 * gdb.trace/strace.exp
4657 * gdb.trace/tfile.exp
4658 * gdb.trace/tfind.exp
4659 * gdb.trace/trace-break.exp
4660 * gdb.trace/trace-condition.exp
4661 * gdb.trace/trace-enable-disable.exp
4662 * gdb.trace/trace-mt.exp
4663 * gdb.trace/tracecmd.exp
4664 * gdb.trace/tracefile-pseudo-reg.exp
4665 * gdb.trace/tspeed.exp
4666 * gdb.trace/tstatus.exp
4667 * gdb.trace/tsv.exp
4668 * gdb.trace/unavailable.exp
4669 * gdb.trace/while-dyn.exp
4670 * gdb.trace/while-stepping.exp
4671 * lib/gdb-guile.exp
4672 * lib/gdb.exp
4673 * lib/mi-support.exp
4674 * lib/pascal.exp
4675 * lib/perftest.exp
4676 * lib/prelink-support.exp
4677 * lib/selftest-support.exp
4678
ad02e4fe
SM
46792016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4680
4681 * Makefile.in: Include disable-implicit-rules.mk.
4682
22347e55
AA
46832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4684
4685 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4686 non-byte-aligned bit fields.
4687
da5b30da
AA
46882016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4689
4690 PR gdb/12616
4691 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4692 respects the DW_AT_data_bit_offset attribute.
4693
b593ecca
SM
46942016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4695
4696 * gdb.base/default.exp: Fix output of "set language".
4697
3b165252
SM
46982016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4699
4700 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4701 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4702 make.
4703 * configure.ac: Remove checks for the make program.
4704 * configure: Re-generate.
4705
1a2f3d7f
KB
47062016-11-16 Kevin Buettner <kevinb@redhat.com>
4707
4708 * gdb.python/py-recurse-unwind.c (main): Add loop.
4709 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4710 to read_register() and gdb.parse_and_eval(). Make each code
4711 call a separate case that can be individually tested.
4712 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4713 proc. Call cont_and_backtrace for each of the code paths that
4714 we want to test in the unwinder.
4715
b7f38fda
AA
47162016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4717
4718 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4719 the definition of struct S.
4720
1f8db343
CM
47212016-11-11 Catherine Moore <clm@codesourcery.com>
4722
4723 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4724
fad0c9fb
PA
47252016-11-09 Pedro Alves <palves@redhat.com>
4726
4727 * gdb.base/commands.exp (runto_or_return): New procedure.
4728 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4729 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4730 (progvar_simple_while_test, progvar_complex_if_while_test)
4731 (if_while_breakpoint_command_test)
4732 (infrun_breakpoint_command_test, breakpoint_command_test)
4733 (user_defined_command_test, watchpoint_command_test)
4734 (test_command_prompt_position, redefine_hook_test)
4735 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4736 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4737 multi_line_input and multi_line. Remove gdb_expect and
4738 gdb_stop_suppressing_tests uses.
4739 * lib/gdb.exp (valnum_re): New global.
4740 (multi_line_input): New procedure.
4741
8354c62c
SM
47422016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4743
4744 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4745 Remove.
4746 (test_setup): Define with proc_with_prefix.
4747 (test_cli_inferior): Likewise.
4748 (test_cli_thread): Likewise.
4749 (test_cli_frame): Likewise.
4750 (test_cli_select_frame): Likewise.
4751 (test_cli_up_down): Likewise.
4752 (test_mi_thread_select): Likewise.
4753 (test_mi_stack_select_frame): Likewise.
4754 (test_cli_in_mi_inferior): Likewise.
4755 (test_cli_in_mi_thread): Likewise.
4756 (test_cli_in_mi_frame): Likewise.
4757 (top level): Do not use with_test_prefix_procname.
4758
64f367a2
PA
47592016-11-09 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.base/commands.exp (gdbvar_simple_if_test)
4762 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4763 (progvar_simple_if_test, progvar_simple_while_test)
4764 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4765 (infrun_breakpoint_command_test, breakpoint_command_test)
4766 (user_defined_command_test, watchpoint_command_test)
4767 (test_command_prompt_position, deprecated_command_test)
4768 (bp_deleted_in_command, temporary_breakpoint_commands)
4769 (stray_arg0_test, source_file_with_indented_comment)
4770 (recursive_source_test, if_commands_test)
4771 (error_clears_commands_left, redefine_hook_test)
4772 (redefine_backtrace_test): Use proc_with_prefix.
4773 * lib/gdb.exp (proc_with_prefix): New proc.
4774
0bb65f1e
AA
47752016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4776
4777 * gdb.base/tui-layout.c: New file.
4778 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4779 disassembly window contains very long lines.
4780
7353f247
TT
47812016-11-08 Tom Tromey <tom@tromey.com>
4782
4783 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4784 depend on Python 2.
4785
30a7bb83
TT
47862016-11-08 Tom Tromey <tom@tromey.com>
4787
4788 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4789 New method.
4790
cdf5a07c
MG
47912016-10-29 Manish Goregaokar <manish@mozilla.com>
4792
2806dc7e 4793 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4794
51a789c3
MG
47952016-10-27 Manish Goregaokar <manish@mozilla.com>
4796
2806dc7e
PA
4797 * gdb.rust/simple.rs: Add test for univariant enums without
4798 discriminants and for encoded struct-like enums.
51a789c3 4799
f610ab6d
PA
48002016-10-28 Pedro Alves <palves@redhat.com>
4801
4802 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4803 gdb_test_multiple, tighten regexps and match symtabs and line
4804 tables incrementally.
4805
b129b0ca
LM
48062016-10-28 Luis Machado <lgustavo@codesourcery.com>
4807
4808 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4809 general.
4810
ecf45d2c
SL
48112016-10-25 Luis Machado <lgustavo@codesourcery.com>
4812
4813 * gdb.base/exec-invalid-sysroot.exp: New file.
4814
b8d38ee4
JK
48152016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4816
4817 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4818
f90fd8c2
JK
48192016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4820
4821 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4822
2d2476aa
MR
48232016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4824
2806dc7e
PA
4825 * gdb.base/killed-outside.exp: Remove $options from a call to
4826 `prepare_for_testing'.
2d2476aa 4827
e42b25a0
SM
48282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4829
4830 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4831 Change test message.
4832
3ccdb432
SM
48332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4834
4835 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4836 Update comment.
4837
5bad3170
SM
48382016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4839
4840 * gdb.trace/mi-trace-save.exp: New file.
4841
5ad9dba7
YQ
48422016-10-13 Yao Qi <yao.qi@linaro.org>
4843
4844 * gdb.base/code_elim.exp (get_var_address): Remove.
4845 * gdb.base/relocate.exp: Likewise.
4846 * gdb.base/shreloc.exp: Likewise.
4847 * lib/gdb.exp (get_var_address): New.
4848
62df7e21
YQ
48492016-10-13 Yao Qi <yao.qi@linaro.org>
4850
4851 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4852 floating point tests if $skip_float_test is false.
4853
4dac951e
LM
48542016-10-12 Luis Machado <lgustavo@codesourcery.com>
4855
4856 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4857 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4858 argc values.
4859 Add 1 to argc so we guarantee distinct initial/modified argc values.
4860
8f1a8fc4
JK
48612016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4864
16c85b5d
JK
48652016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4866
4867 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4868 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4869 * gdb.arch/vsx-regs.exp: Likewise.
4870
1d0e042a
YQ
48712016-10-07 Yao Qi <yao.qi@linaro.org>
4872
4873 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4874
68dadef5
MM
48752016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4876
4877 * gdb.python/python.exp: Test decode_line("*0").
4878
33fa2c6e
DE
48792016-10-06 Doug Evans <dje@google.com>
4880
4881 * gdb.python/py-value.exp (test_value_creation): Add test for large
4882 unsigned 64-bit value.
4883
9c37b5ae
TT
48842016-10-06 Tom Tromey <tom@tromey.com>
4885
4886 * gdb.compile/compile.exp: Change java tests to rust.
4887 * gdb.base/setshow.exp: Change java tests to rust.
4888 * gdb.base/default.exp: Remove java from language list.
4889 * README (Examples): Update language example.
4890 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4891 test.
4892 * lib/gdb.exp (skip_java_tests): Remove.
4893 * lib/java.exp: Remove.
4894 * gdb.java: Remove.
4895
78b86327
MR
48962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4897
4898 * gdb.arch/mips-fcr.exp: New test.
4899 * gdb.arch/mips-fcr.c: Source for the new test.
4900
7470adbb
MR
49012016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4902
4903 * gdb.base/solib-disc.exp: Use `standard_output_file'
4904 throughout.
4905
4a556533
PA
49062016-10-06 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.base/jit-simple-dl.c: New file.
4909 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4910 * gdb.base/jit-simple.c: ... this.
4911 * gdb.base/jit-simple.exp (jit_run): Delete.
4912 (build_jit): New proc.
4913 (jit_test_reread): Recompile either the main program or the shared
4914 library, depending on what is being tested. Skip changing address
4915 if caller wants to. Compare before/after addresses. If testing
4916 standalone, explicitly load the binary. Test "maint info
4917 breakpoints".
4918 (top level): Add "standalone vs shared lib" and "change address"
4919 vs "same address" axes.
4920
5a122fbc
PA
49212016-10-06 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4924 call.
4925 (jit_run): Delete.
4926 (jit_test_reread): Use with_test_prefix. Reload the main binary
4927 explicitly. Compare the before/after addresses of the JIT
4928 descriptor.
4929
ee8da4b8
DE
49302016-08-15 Doug Evans <dje@google.com>
4931
4932 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4933 for single bitfields is bool.
4934 * gdb.xml/tdesc-regs.exp: Ditto.
4935
f389f6fe
JK
49362016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4937
4938 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4939
fdebf1a4
YQ
49402016-10-05 Yao Qi <yao.qi@linaro.org>
4941
4942 * lib/gdb.exp (support_complex_tests): Return zero if
4943 gdb_skip_float_test return true.
4944
9c36d954 49452016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4946 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4947
4948 PR gdb/20487
4949 * gdb.mi/user-selected-context-sync.exp: New file.
4950 * gdb.mi/user-selected-context-sync.c: New file.
4951
4034d0ff 49522016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4953 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4954
4955 PR gdb/20487
4956 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4957 =thread-select-event check.
4958
a4297203
PB
49592016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4960
4961 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4962 the compulsory L operand changes.
4963 * gdb.arch/powerpc-power.s: Likewise.
4964
bb805577
JK
49652016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4966
4967 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4968 * gdb.base/jit-attach-pie.c: New file.
4969 * gdb.base/jit-attach-pie.exp: New file.
4970
6d61dee5
PA
49712016-09-28 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/infcall-input.c: New file.
4974 * gdb.base/infcall-input.exp: New file.
4975
f73842fc
YQ
49762016-09-22 Yao Qi <yao.qi@linaro.org>
4977
4978 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4979 (gdb_exit): Rename it to ...
4980 (gdbserver_gdb_exit): ... Close GDBserver.
4981 (gdb_exit): New proc, call gdbserver_gdb_exit.
4982 (mi_gdb_exit): Likewise.
4983
90681dab
YQ
49842016-09-22 Yao Qi <yao.qi@linaro.org>
4985
4986 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4987 path.
4988 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4989 Remove duplication.
4990
9c211fd8
YQ
49912016-09-22 Yao Qi <yao.qi@linaro.org>
4992
4993 * lib/gdbserver-support.exp: Check the existence of
4994 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4995
ad0a504f
AK
49962016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4997
4998 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4999
36cf1806
TT
50002016-09-21 Tom Tromey <tom@tromey.com>
5001
5002 PR gdb/20604:
5003 * gdb.base/quit.exp: New file.
5004
74172ecf
SM
50052016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5006
5007 * .gitignore: New file.
5008
3d0ec882
MR
50092016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5010
5011 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5012 throughout.
5013
8193adea
AA
50142016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5015
5016 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5017
d41a5c09
JK
50182016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5019
5020 * gdb.cp/casts.cc (decltype): Move it ...
5021 (main): ... with its call to ...
5022 * gdb.cp/casts03.cc: ... a new file.
5023 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5024
d2dfe700
JK
50252016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5026
5027 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5028
e2a92b16
PB
50292016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5030
5031 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5032 and sync up the test with tests in gas/testsuite/gas/ppc.
5033 * gdb.arch/powerpc-power.exp: Likewise.
5034
49b4de64
JK
50352016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5038
2c29df25
SDJ
50392016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5040 Jan Kratochvil <jan.kratochvil@redhat.com>
5041
5042 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5043 make m1's definition to be different from m2's. Use 'dummy' as an
5044 argument for probe 'two'.
5045
cc3c2846
JB
50462016-09-10 Jon Beniston <jon@beniston.com>
5047
5048 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5049 for sim target.
5050
e1b2624a
AA
50512016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5052
5053 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5054 variable declaration.
5055 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5056 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5057 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5058 received HWCAP as its argument.
5059
4295e285
PA
50602016-09-06 Pedro Alves <palves@redhat.com>
5061
5062 * gdb.base/new-ui-pending-input.c: New file.
5063 * gdb.base/new-ui-pending-input.exp: New file.
5064 * gdb.exp (clear_gdb_spawn_id): New procedure.
5065 (with_spawn_id): Check whether gdb_spawn_id exists before
5066 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5067 on exit.
5068
00d5215e
UW
50692016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5070
5071 * gdb.base/float128.c: New file.
5072 * gdb.base/float128.exp: Likewise.
5073 * gdb.base/floatn.c: Likewise.
5074 * gdb.base/floatn.exp: Likewise.
5075
a9ff5f12
UW
50762016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5077
5078 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5079
f245535c
PA
50802016-09-05 Pedro Alves <palves@redhat.com>
5081
5082 PR backtrace/19927
5083 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5084 unwinders are immediately called as side effect of "source" or
5085 "disable unwinder" commands.
5086 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5087
ae9cf263
YQ
50882016-09-02 Yao Qi <yao.qi@linaro.org>
5089
5090 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5091 is true and $type is "float" or "double".
5092
27aba047
YQ
50932016-09-02 Yao Qi <yao.qi@linaro.org>
5094
5095 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5096 true.
5097 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5098 * gdb.base/call-rt-st.exp: Likewise.
5099 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5100 return value instead of gdb,skip_float_test.
5101 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5102 (do_function_calls): Use its return value instead of
5103 gdb,skip_float_test.
5104 * gdb.base/finish.exp: Likewise.
5105 * gdb.base/funcargs.exp: Likewise.
5106 * gdb.base/return.exp: Likewise.
5107 * gdb.base/return2.exp: Likewise.
5108 * gdb.base/varargs.exp: Likewise.
5109 * lib/gdb.exp (gdb_skip_float_test): Change it to
5110 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5111
5af962df
AA
51122016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5113
5114 * gdb.multi/tids.exp: Test "thread apply all".
5115
7fac6910
JK
51162016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5117
5118 * gdb.base/default.exp (tty): Remove.
5119
bb1fe4ac
KB
51202016-08-24 Kevin Buettner <kevinb@redhat.com>
5121
2806dc7e
PA
5122 * gdb.python/py-recurse-unwind.c: New file.
5123 * gdb.python/py-recurse-unwind.py: New file.
5124 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5125
0a1ddfa6
SM
51262016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5127
5128 * gdb.base/set-inferior-tty.exp: New file.
5129 * gdb.base/set-inferior-tty.c: New file.
5130
d9de1fe3
PA
51312016-08-23 Pedro Alves <palves@redhat.com>
5132
5133 PR gdb/20494
5134 * gdb.base/new-ui-echo.c: New file.
5135 * gdb.base/new-ui-echo.exp: New file.
5136
e9d9abd7
YQ
51372016-08-23 Yao Qi <yao.qi@linaro.org>
5138
5139 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5140 gdbserver_spawn.
5141 * gdb.server/connect-without-multi-process.exp (do_test):
5142 Likewise.
5143
3589529e
YQ
51442016-08-23 Yao Qi <yao.qi@linaro.org>
5145
5146 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5147 standalone_txt. Delete gdb_txt and standalone_txt on host
5148 and target. Spawn the binary on target. Copy files from
5149 target to host.
5150
6bb90213
PA
51512016-08-22 Pedro Alves <palves@redhat.com>
5152
5153 PR gdb/20505
5154 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5155 with_test_prefix. Factor out bits to ...
5156 (test_no_vdso): ... this new procedure.
5157
20c2c024
CL
51582016-08-19 Carl Love <cel@us.ibm.com>
5159
5160 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5161 maintaining separate logic for constructing the output path.
5162 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5163 * gdb.arch/ppc-dfp.exp: Likewise.
5164 * gdb.arch/ppc-fp.exp: Likewise.
5165 * gdb.arch/vsx-regs.exp: Likewise.
5166 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5167 binprefix for generating the additional binary files.
5168
0646e07d
PA
51692016-08-19 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.trace/mi-trace-frame-collected.exp
5172 (test_trace_frame_collected): On x32, expect two registers.
5173
46da9242
CL
51742016-08-18 Carl Love <cel@us.ibm.com>
5175
5176 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5177 and sync up the test with tests in gas/testsuite/gas/ppc.
5178 * gdb.arch/powerpc-power.exp: Likewise.
5179
eb2332d7
SM
51802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5181
5182 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5183 expected error message.
5184
63c61e04
SM
51852016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5186
5187 * gdb.multi/remove-inferiors.exp: New file.
5188 * gdb.multi/remove-inferiors.c: New file.
5189
7b17065f
YQ
51902016-08-12 Yao Qi <yao.qi@linaro.org>
5191
5192 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5193 argument list.
5194
01d3dedf
PA
51952016-08-10 Pedro Alves <palves@redhat.com>
5196
5197 PR gdb/19187
5198 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5199 setup_kfails.
5200
3eb7562a
PA
52012016-08-09 Pedro Alves <palves@redhat.com>
5202 Simon Marchi <simon.marchi@ericsson.com>
5203
5204 PR gdb/20418
5205 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5206 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5207
80614914
PA
52082016-08-09 Pedro Alves <palves@redhat.com>
5209
5210 PR mi/20431
5211 * gdb.mi/mi-cmd-error.exp: New file.
5212
f348d89a
PA
52132016-08-09 Pedro Alves <palves@redhat.com>
5214
5215 PR gdb/18653
5216 * gdb.base/signals-state-child.c: New file.
5217 * gdb.base/signals-state-child.exp: New file.
5218 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5219
e5ca03b4
PA
52202016-08-09 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5223
282a0691
TT
52242016-08-03 Tom Tromey <tom@tromey.com>
5225
5226 PR python/18565:
5227 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5228
41bfcd63
YQ
52292016-08-01 Yao Qi <yao.qi@linaro.org>
5230
5231 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5232 variable mode to "multi-process" if $multi_process is 1, otherwise
5233 set it to "single-process".
5234
e3465b24
YQ
52352016-08-01 Yao Qi <yao.qi@linaro.org>
5236
5237 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5238 * gdb.cp/cpexprs.exp: Likewise.
5239 * gdb.cp/m-static.exp: Likewise.
5240
0b31a4bc
TT
52412016-07-26 Tom Tromey <tom@tromey.com>
5242
5243 PR python/20190:
5244 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5245 test.
5246
e0461dbb
MM
52472016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5248
5249 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5250 selecting assembly source files.
5251 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5252 assembly source files.
5253 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5254 assembly source files.
5255 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5256 selecting assembly source files.
5257
8194e927
SM
52582016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5259
5260 * gdb.base/new-ui.exp (do_test_invalid_args): New
5261 procedure.
5262
c0272db5
TW
52632016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5264
5265 * gdb.btrace/reconnect.c: New file.
5266 * gdb.btrace/reconnect.exp: New file.
5267
e3487908
GKB
52682016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5269
5270 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5271 to test_catch_syscall_group.
5272 (test_catch_syscall_group): New.
5273
12df5c00
TT
52742016-07-21 Tom Tromey <tom@tromey.com>
5275
5276 * gdb.rust/simple.rs (main): Use empty struct expression.
5277 * gdb.rust/simple.exp: Add tests for empty struct expression.
5278
bae62ee2
YQ
52792016-07-21 Yao Qi <yao.qi@linaro.org>
5280
5281 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5282 if gdb_skip_xml_test is true on some targets.
5283
b1b53fb3
YQ
52842016-07-21 Yao Qi <yao.qi@linaro.org>
5285
5286 * gdb.server/solib-list.exp: Unset last_loaded_file.
5287
027d97f8
JK
52882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5289
5290 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5291 "step into captured_main (args)".
5292
7674d381
JK
52932016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5294
5295 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5296
72b5d099
JK
52972016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5298
5299 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5300
1f960ced
PA
53012016-07-19 Pedro Alves <palves@redhat.com>
5302
5303 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5304 * gdb.opt/inline-bt.exp: Likewise.
5305 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5306 additional_flags=-Winline.
5307 * gdb.opt/inline-locals.exp: Likewise.
5308 * gdb.opt/inline-markers.c (ATTR): Define.
5309 (inlined_fn): Use it.
5310
f25827c1
YQ
53112016-07-19 Yao Qi <yao.qi@linaro.org>
5312
5313 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5314 (test_with_self): Remove some code. Remove argument executable.
5315 (top-level): Use do_self_tests.
5316
37539ebe
DB
53172016-07-15 Zachary Welch <zwelch@codesourcery.com>
5318 Don Breazeal <donb@codesourcery.com>
5319
5320 * gdb.base/maint.exp: Escape paths used in regular expressions.
5321 * gdb.stabs/weird.exp: Likewise.
5322
dac790e1
TT
53232016-07-13 Tom Tromey <tom@tromey.com>
5324
5325 PR python/15620, PR python/18620:
5326 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5327 (test_bkpt_events): New procs.
5328
93daf339
TT
53292016-07-13 Tom Tromey <tom@tromey.com>
5330
5331 PR python/17698:
5332 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5333 test.
5334 (test_watchpoints): Likewise.
5335 (test_bkpt_pending): New proc.
5336
6571a381
TT
53372016-07-13 Tom Tromey <tom@tromey.com>
5338
5339 PR cli/18053:
5340 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5341 completion test.
5342
e8732474
JK
53432016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5344
5345 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5346 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5347 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5348 f_label.
5349 (g): Rename g_end_lbl to g_label.
5350 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5351 low_pc and high_pc.
5352 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5353
e0f3fd7c
TT
53542016-07-12 Tom Tromey <tom@tromey.com>
5355
5356 PR python/19293:
5357 * gdb.python/py-unwind-maint.exp: Update tests.
5358
3cfe46b6
YQ
53592016-07-12 Yao Qi <yao.qi@linaro.org>
5360
5361 * lib/selftest-support.exp (selftest_setup): Match the output
5362 when captured_main is inlined.
5363
4f19a0e6
WT
53642016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5365
5366 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5367 New variables.
5368 (print this%a, print this%b, print this): New tests.
5369 * gdb.fortran/derived-types.f90 (this): New object and
5370 initialization.
5371
986cf455
SM
53722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5373
5374 * gdb.ada/arraydim.exp: Remove extra directory level in build
5375 directory.
5376
f0464b23
SM
53772016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5378
5379 * lib/ada.exp: Remove extra directory level in build directory.
5380 * gdb.ada/cond_lang.exp: Likewise.
5381 * gdb.ada/exec_changed.exp: Likewise.
5382 * gdb.ada/lang_switch.exp: Likewise.
5383
42d94011
MG
53842016-07-06 Manish Goregaokar <manish@mozilla.com>
5385
2806dc7e
PA
5386 * simple.rs: Add test for raw pointer subscripting.
5387 * simple.exp: Add test expectations.
42d94011 5388
647c264c
YQ
53892016-07-05 Yao Qi <yao.qi@linaro.org>
5390
5391 * gdb.mi/mi-reverse.exp: Match =record-started output.
5392
20aa2c60
PA
53932016-07-01 Pedro Alves <palves@redhat.com>
5394
5395 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5396 procedure.
5397 (jit_reader_test): Test the jit reader's unwinder.
5398 * gdb.base/jithost.c (jit_function_00_code): New global.
5399 (main): Use memcpy to fill in the mmapped code, instead of poking
5400 bytes manually here.
5401 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5402 value.
5403 (read_debug_info): Save the function's range.
5404 (read_sp): New function.
5405 (unwind_frame): Use it. Also unwind RBP.
5406 (get_frame_id): Use read_sp.
5407 (gdb_init_reader): Use calloc instead of malloc.
5408 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5409 parameter. Use gdb_test_multiple.
5410
ced2dffb
PA
54112016-07-01 Pedro Alves <palves@redhat.com>
5412 Antoine Tremblay <antoine.tremblay@ericsson.com>
5413
5414 * gdb.threads/process-dies-while-detaching.c: New file.
5415 * gdb.threads/process-dies-while-detaching.exp: New file.
5416
63000888
PA
54172016-07-01 Pedro Alves <palves@redhat.com>
5418
5419 * gdb.multi/watchpoint-multi-exit.c: New file.
5420 * gdb.multi/watchpoint-multi-exit.exp: New file.
5421
038d4868
PA
54222016-06-30 Pedro Alves <palves@redhat.com>
5423
5424 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5425 unset inferior_spawn_id.
5426
994e9c83
PA
54272016-06-30 Pedro Alves <palves@redhat.com>
5428
5429 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5430 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5431
e5653468
YQ
54322016-06-29 Yao Qi <yao.qi@linaro.org>
5433
5434 * gdb.base/return.c: Add copyright header.
5435
803b47e5
TT
54362016-06-29 Tom Tromey <tom@tromey.com>
5437
5438 PR python/20129:
5439 * gdb.python/py-framefilter.exp: Add tests for setting priority
5440 and disabling of non-existent frame filter.
5441
28244707
YQ
54422016-06-29 Yao Qi <yao.qi@linaro.org>
5443
5444 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5445 0x0f07ff.
5446
a31d2f06
YQ
54472016-06-28 Yao Qi <yao.qi@linaro.org>
5448
5449 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5450 triplets. Start gdb, execute catch syscall, and continue. Check
5451 gdb's output to determine catch syscall is supported.
5452
921d8f54
MG
54532016-06-27 Manish Goregaokar <manish@mozilla.com>
5454
25d49b86
PA
5455 * gdb.rust/simple.rs: Add test for returning unit in a function.
5456 * gdb.rust/simple.exp: Add expectation for functions returning
5457 unit.
921d8f54 5458
f4952523
PMR
54592016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5460
5461 * gdb.python/py-breakpoint-create-fail.c,
5462 gdb.python/py-breakpoint-create-fail.exp,
5463 gdb.python/py-breakpoint-create-fail.py: New testcase.
5464
fccb08f8
MG
54652016-06-25 Manish Goregaokar <manish@mozilla.com>
5466
5467 PR gdb/20239
5468 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5469 * gdb.rust/simple.exp: Add test expectations for new NonZero
5470 tests.
fccb08f8 5471
6b850546
DT
54722016-06-24 David Taylor <dtaylor@emc.com>
5473
5474 * gdb.base/offsets.exp: New file.
5475 * gdb.base/offsets.c: New file.
5476
17621150
TT
54772016-06-23 Tom Tromey <tom@tromey.com>
5478
5479 PR gdb/16483:
5480 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5481 before any filters are loaded.
5482
04d59df6
WT
54832016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5484
5485 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5486 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5487 structs.
5488 * gdb.fortran/derived-type-function.exp: New file.
5489 * gdb.fortran/derived-type-function.f90: New file.
5490
5491
ac69f786
PA
54922016-06-21 Pedro Alves <palves@redhat.com>
5493
5494 * gdb.base/new-ui.exp: New file.
5495 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5496 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5497 (with_spawn_id): New procedure.
5498
49940788
PA
54992016-06-21 Pedro Alves <palves@redhat.com>
5500
5501 * gdb.mi/mi-exec-run.exp: New file.
5502
ef274d26
PA
55032016-06-21 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5506 breakpoint command's output on the main UI.
5507 (test_break): New procedure, factored out from calls in the top
5508 level.
5509 (top level): Use foreach_with_prefix to test MI as main UI and as
5510 separate UI.
5511
468afe6c
PA
55122016-06-21 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5515 (test_awatch_creation_and_listing)
5516 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5517 Remove 'type' parameter.
5518 (test_watchpoint_all): New parameter mi_mode. Remove
5519 with_test_prefix.
5520 (top level): Use foreach_with_prefix, and add main/separate UI MI
5521 testing axis.
5522
51f77c37
PA
55232016-06-21 Pedro Alves <palves@redhat.com>
5524
5525 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5526 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5527 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5528 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5529 (gdb_main_spawn_id, mi_spawn_id): Declare and
5530 comment.
5531 (mi_create_inferior_pty): New procedure,
5532 factored out from default_mi_gdb_start.
5533 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5534 procedures.
5535 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5536 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5537 Use mi_create_inferior_pty.
5538 (mi_gdb_start): Use eval to pass down args list.
5539
8980e177
PA
55402016-06-21 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5543 * gdb.opt/inline-cmds.exp: Add MI tests.
5544
f38d3ad1
PA
55452016-06-21 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5548
45db7c09
PA
55492016-06-21 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5552 (top level): Use it instead of mi_execute_to.
5553
5a069ab3
PA
55542016-06-21 Pedro Alves <palves@redhat.com>
5555
5556 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5557 (cont_handler_str): New.
5558 (signal_stop_handler): Set stop_handler_str instead of printing to
5559 stdout.
5560 (continue_handler): Set cont_handler_str instead of printing to
5561 stdout.
5562 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5563 mi_send_resuming_command. Print stop_handler_str and
5564 cont_handler_str instead of expecting the python events print
5565 directly.
5566
2838cc1d
SD
55672016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5568
5569 * gdb.base/jit-reader.exp: New file.
5570 * gdb.base/jithost.c: New file.
5571 * gdb.base/jithost.h: New file.
5572 * gdb.base/jitreader.c : New file.
5573 * gdb.base/jit-protocol.h: New file.
5574
21a77091
YQ
55752016-06-17 Yao Qi <yao.qi@linaro.org>
5576
5577 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5578 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5579 and detach-on-fork. Adjust tests.
5580 (top level): Invoke break_cond_on_syscall with combinations of
5581 syscall, follow-fork-mode and detach-on-fork.
5582
f50bf8e5
YQ
55832016-06-17 Yao Qi <yao.qi@linaro.org>
5584
5585 * gdb.base/step-over-exit.c: New.
5586 * gdb.base/step-over-exit.exp: New.
5587
a28d8e50
YTL
55882016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5589
5590 * gdb.base/float.exp: Add target check for nds32*-*-*.
5591 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5592
cad8e26d
AB
55932016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5594
5595 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5596 for unsupported target features.
5597 * gdb.base/call-rt-st.exp: Likewise.
5598 * gdb.base/call-sc.exp: Likewise.
5599 * gdb.base/call-signal-resume.exp: Likewise.
5600 * gdb.base/call-strs.exp: Likewise.
5601 * gdb.base/callexit.exp: Likewise.
5602 * gdb.base/callfuncs.exp: Likewise.
5603 * gdb.base/nodebug.exp: Likewise.
5604 * gdb.base/printcmds.exp: Likewise.
5605 * gdb.base/ptype.exp: Likewise.
5606 * gdb.base/structs.exp: Likewise.
5607 * gdb.base/unwindonsignal.exp: Likewise.
5608 * gdb.cp/gdb2495.exp: Likewise.
5609 * gdb.cp/templates.exp: Likewise.
5610 * gdb.cp/virtfunc.exp: Likewise.
5611 * gdb.threads/hand-call-in-threads.exp: Likewise.
5612 * gdb.threads/interrupted-hand-call.exp: Likewise.
5613 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5614
347dc102
TT
56152016-06-10 Tom Tromey <tom@tromey.com>
5616
5617 PR rust/20110:
5618 * gdb.rust/expr.exp: Add test for integer constant larger than
5619 i32.
5620
5e13cf25
BH
56212016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5622
5623 * gdb.fortran/nested-funcs.exp: New.
5624 * gdb.fortran/nested-funcs.f90: New.
5625
bb556f1f
TK
56262016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5627
5628 * gdb.base/examine-backward.c: New file.
5629 * gdb.base/examine-backward.exp: New file.
5630
38b022b4
SM
56312016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5632
5633 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5634 matching.
5635
1b40ec05
TT
56362016-06-02 Tom Tromey <tom@tromey.com>
5637
5638 PR python/18984:
5639 * gdb.python/py-shared.exp: Add solib_name test.
5640
193bd378
SM
56412016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5642
5643 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5644
3326303b
MG
56452016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5646
5647 PR c++/19893
5648 * gdb.dwarf2/implref.exp: Rename to...
5649 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5650 * gdb.dwarf2/implref-array.c: New file.
5651 * gdb.dwarf2/implref-array.exp: Likewise.
5652 * gdb.dwarf2/implref-global.c: Likewise.
5653 * gdb.dwarf2/implref-global.exp: Likewise.
5654 * gdb.dwarf2/implref-struct.c: Likewise.
5655 * gdb.dwarf2/implref-struct.exp: Likewise.
5656
825c8ef2
AT
56572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5658
5659 * gdb.trace/trace-condition.exp: Add 64bit tests.
5660
2320162a
AT
56612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5662
5663 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5664 bits types.
5665 (main): Adapt to 8 to 64 bits types.
5666 * gdb.trace/trace-condition.exp: Add new tests.
5667
a7818233
AT
56682016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5669
5670 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5671
0d336466
AT
56722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5673
5674 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5675 Move condition tests...
5676 * gdb.trace/trace-condition.exp: Here.
5677
7faeb45a
AT
56782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5679
5680 * gdb.trace/trace-condition.exp: Add counter-case tests.
5681
e385593e
JK
56822016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5683
5684 PR c++/15231
5685 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5686 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5687
744608cc
PA
56882016-05-27 Pedro Alves <palves@redhat.com>
5689
5690 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5691 New procedure.
5692 (top level): Call it, and bail out of DejaGnu is known to be bad.
5693
ac775bf4
AB
56942016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5695
5696 * gdb.base/whatis.c: Extend the test case.
5697 * gdb.base/whatis.exp: Add additional tests.
5698
2bbad2ea
BH
56992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5700
5701* gdb.fortran/type.f90: Add pointer variable.
5702* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5703
8b70175d
BH
57042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5705
5706 * gdb.fortran/vla-type.exp: Fix testcase name.
5707
86d8a848
BH
57082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5709
5710 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5711
e188eb36
BH
57122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5713
5714 * gdb.fortran/type.f90: Add nested structures.
5715 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5716 * gdb.fortran/derived-type.exp: Adapt expected output.
5717 * gdb.fortran/vla-type.exp: Adapt expected output.
5718
9b2db1fd
BH
57192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5720
5721 * gdb.fortran/whatis_type.exp: Adapt expected output.
5722
72b17055
BH
57232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5724
5725 * gdb.fortran/print_type.exp: Fix expected output.
5726 * gdb.fortran/whatis_type.exp: Fix expected output.
5727
3cd81d8d
BH
57282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5729
5730 * gdb.fortran/whatis_type.exp: Use multi_line.
5731
ddae9462
TT
57322016-05-24 Tom Tromey <tom@tromey.com>
5733
5734 PR python/17386:
5735 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5736 use value as an index.
5737
1957f6b8
TT
57382016-05-23 Tom Tromey <tom@tromey.com>
5739
5740 PR python/17981:
5741 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5742 no-breakpoint case.
5743
026a9174
PA
57442016-05-24 Pedro Alves <palves@redhat.com>
5745
5746 PR gdb/19828
5747 * gdb.threads/clone-attach-detach.c: New file.
5748 * gdb.threads/clone-attach-detach.exp: New file.
5749
e70a7231
FR
57502016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5751
5752 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5753
0f6ed0e0
TT
57542016-05-23 Tom Tromey <tom@tromey.com>
5755
5756 PR python/19438, PR python/18393:
5757 * gdb.python/py-progspace.exp: Add "dir" test.
5758 * gdb.python/py-objfile.exp: Add "dir" test.
5759
ffd19d61
YQ
57602016-05-23 Yao Qi <yao.qi@linaro.org>
5761
5762 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5763 * gdb.arch/thumb2-it.exp: Likewise.
5764
9e8f9b05
SM
57652016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5766
5767 * gdb.mi/mi-threads-interrupt.c: New file.
5768 * gdb.mi/mi-threads-interrupt.exp: New file.
5769
61c6156d
SM
57702016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5771
5772 PR gdb/18077
5773 * gdb.mi/mi-async-run.exp: New file.
5774 * gdb.mi/mi-async-run.c: New file.
5775
67218854
TT
57762016-05-17 Tom Tromey <tom@tromey.com>
5777 Manish Goregaokar <manishsmail@gmail.com>
5778
5779 * lib/rust-support.exp: New file.
5780 * lib/gdb.exp (skip_rust_tests): New proc.
5781 (build_executable_from_specs): Handle rust.
5782 * lib/future.exp (gdb_find_rustc): New proc.
5783 (gdb_default_target_compile): Handle rust.
5784 * gdb.rust/expr.exp: New file.
5785 * gdb.rust/generics.exp: New file.
5786 * gdb.rust/generics.rs: New file.
5787 * gdb.rust/methods.exp: New file.
5788 * gdb.rust/methods.rs: New file.
5789 * gdb.rust/modules.exp: New file.
5790 * gdb.rust/modules.rs: New file.
5791 * gdb.rust/simple.exp: New file.
5792 * gdb.rust/simple.rs: New file.
5793
c44af4eb
TT
57942016-05-17 Tom Tromey <tom@tromey.com>
5795
5796 * gdb.base/default.exp (set language): Add rust.
5797
dcd1f979
TT
57982016-05-17 Tom Tromey <tom@tromey.com>
5799
5800 * gdb.gdb/unittest.exp: New file.
5801
155b7f57
YQ
58022016-05-16 Yao Qi <yao.qi@linaro.org>
5803
5804 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5805 shell_prompt. Update shell_prompt_re.
5806
8ddd5a6c
DE
58072016-05-12 Doug Evans <dje@google.com>
5808
5809 PR symtab/19999
5810 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5811 $options when building executable.
5812 * gdb.dwarf2/fission-loclists-pie.S: New file.
5813 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5814
02e370d9
SM
58152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5816
5817 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5818 of [is_remote target],
5819
8929ad8b
SM
58202016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5821
5822 * lib/gdb.exp (use_gdb_stub): New procedure.
5823
6c447423
DE
58242016-05-03 Yunlian Jiang <yunlian@google.com>
5825 Doug Evans <dje@google.com>
5826
5827 PR symtab/19914
5828 * gdb.dwarf2/dwp-sepdebug.c: New file.
5829 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5830
444e826c
SM
58312016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5832
5833 * gdb.base/detach.exp: Remove is_remote check.
5834
740feeaa
SM
58352016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5836
5837 * gdb.base/annota-input-while-running.exp: Don't check for
5838 [is_remote target]. Enable annotations after running to main.
5839 Remove unused "set test..." line.
5840
9080ac9d
SM
58412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5842
5843 * gdb.trace/trace-enable-disable.exp: New file.
5844 * gdb.trace/trace-enable-disable.c: New file.
5845
952ebca5
SM
58462016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5847
5848 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5849 use it in info sharedlibrary test.
5850 * gdb.trace/ftrace-lock.exp: Likewise.
5851 * gdb.trace/ftrace.exp: Likewise.
5852 * gdb.trace/range-stepping.exp: Likewise.
5853 * gdb.trace/trace-break.exp: Likewise.
5854 * gdb.trace/trace-condition.exp: Likewise.
5855 * gdb.trace/trace-mt.exp: Likewise.
5856
d9019901
SM
58572016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5858
5859 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5860 (gdb_load_shlib): ... this.
5861 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5862 gdb_load_shlib.
5863 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5864 * gdb.base/ctxobj.exp: Likewise.
5865 * gdb.base/dprintf-pending.exp: Likewise.
5866 * gdb.base/dso2dso.exp: Likewise.
5867 * gdb.base/fixsection.exp: Likewise.
5868 * gdb.base/gcore-relro.exp: Likewise.
5869 * gdb.base/gdb1555.exp: Likewise.
5870 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5871 * gdb.base/gnu-ifunc.exp: Likewise.
5872 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5873 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5874 * gdb.base/pending.exp: Likewise.
5875 * gdb.base/print-file-var.exp: Likewise.
5876 * gdb.base/print-symbol-loading.exp: Likewise.
5877 * gdb.base/shlib-call.exp: Likewise.
5878 * gdb.base/shreloc.exp: Likewise.
5879 * gdb.base/so-impl-ld.exp: Likewise.
5880 * gdb.base/solib-disc.exp: Likewise.
5881 * gdb.base/solib-nodir.exp: Likewise.
5882 * gdb.base/solib-overlap.exp: Likewise.
5883 * gdb.base/solib-symbol.exp: Likewise.
5884 * gdb.base/solib-weak.exp (do_test): Likewise.
5885 * gdb.base/sym-file.exp: Likewise.
5886 * gdb.base/symtab-search-order.exp: Likewise.
5887 * gdb.base/type-opaque.exp: Likewise.
5888 * gdb.base/unload.exp: Likewise.
5889 * gdb.base/watchpoint-solib.exp: Likewise.
5890 * gdb.compile/compile.exp: Likewise.
5891 * gdb.cp/gdb2384.exp: Likewise.
5892 * gdb.cp/infcall-dlopen.exp: Likewise.
5893 * gdb.cp/re-set-overloaded.exp: Likewise.
5894 * gdb.fortran/library-module.exp: Likewise.
5895 * gdb.opt/solib-intra-step.exp: Likewise.
5896 * gdb.python/py-finish-breakpoint.exp: Likewise.
5897 * gdb.python/py-shared.exp: Likewise.
5898 * gdb.reverse/solib-precsave.exp: Likewise.
5899 * gdb.reverse/solib-reverse.exp: Likewise.
5900 * gdb.server/solib-list.exp: Likewise.
5901 * gdb.threads/dlopen-libpthread.exp: Likewise.
5902 * gdb.threads/tls-shared.exp: Likewise.
5903 * gdb.threads/tls-so_extern.exp: Likewise.
5904 * gdb.trace/change-loc.exp: Likewise.
5905 * gdb.trace/ftrace-lock.exp: Likewise.
5906 * gdb.trace/ftrace.exp: Likewise.
5907 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5908 * gdb.trace/pending.exp: Likewise.
5909 * gdb.trace/range-stepping.exp: Likewise.
5910 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5911 (strace_info_marker): Likewise.
5912 (strace_probe_marker): Likewise.
5913 (strace_trace_on_same_addr): Likewise.
5914 (strace_trace_on_diff_addr): Likewise.
5915 * gdb.trace/trace-break.exp: Likewise.
5916 * gdb.trace/trace-condition.exp: Likewise.
5917 * gdb.trace/trace-mt.exp: Likewise.
5918
fca4cfd9
SM
59192016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5920
5921 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5922 result of gdb_remote_download.
5923 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5924 * gdb.base/dso2dso.exp: Likewise.
5925 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5926 * gdb.base/print-file-var.exp: Likewise.
5927 * gdb.base/shlib-call.exp: Likewise.
5928 * gdb.base/shreloc.exp: Likewise.
5929 * gdb.base/solib-overlap.exp: Likewise.
5930 * gdb.base/solib-weak.exp (do_test): Likewise.
5931 * gdb.base/unload.exp: Likewise.
5932
11cf4ffb
YQ
59332016-04-27 Yao Qi <yao.qi@linaro.org>
5934
5935 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5936 exists.
5937
3e2e34f8
KB
59382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5939
5940 * vla-type.exp: Print structure from toplevel.
5941
8f07e298
BH
59422016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5943
5944 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5945 of dynamic types.
5946 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5947 of dynamic types.
5948
9920b434
BH
59492016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5950
5951 * gdb.fortran/vla-type.f90: New file.
5952 * gdb.fortran/vla-type.exp: New file.
5953
f3abeff5
YQ
59542016-04-25 Yao Qi <yao.qi@linaro.org>
5955
5956 * gdb.base/branch-to-self.c: New file.
5957 * gdb.base/branch-to-self.exp: New file.
5958
0a5d52f0
YQ
59592016-04-22 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5962 more after $hex.
5963
495346f6
YQ
59642016-04-22 Yao Qi <yao.qi@linaro.org>
5965
5966 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5967 * gdb.base/annota3.exp: Likewise.
5968
4a7e075c
YQ
59692016-04-22 Yao Qi <yao.qi@linaro.org>
5970
5971 * gdb.reverse/step-precsave.exp: Do one step and test program
5972 stops in "callee" and do multiple steps until program goes out
5973 of "callee".
5974 * gdb.reverse/step-reverse.exp: Likewise.
5975
5b061e98
YQ
59762016-04-22 Yao Qi <yao.qi@linaro.org>
5977
5978 * gdb.trace/signal.exp: Also pass if
5979 $tracepoint_hits($i) > $iterations.
5980
5c5dc57f
YQ
59812016-04-22 Yao Qi <yao.qi@linaro.org>
5982
5983 * gdb.trace/signal.c: New file.
5984 * gdb.trace/signal.exp: New file.
5985
a55411b9
DE
59862016-04-19 Doug Evans <xdje42@gmail.com>
5987
5988 * gdb.base/bad-file.exp: New file.
5989
a22df60a
MG
59902016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5991
5992 * gdb.dwarf2/implref.exp: New file.
5993
0c13f7e5
BH
59942016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5995
5996 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5997 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5998 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5999 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6000 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6001 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6002 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6003 * lib/fortran.exp (fortran_int4): New procedure.
6004 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6005 (fortran_logical4): Likewise.
6006
9b9b09e9
BH
60072016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6008
6009 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6010
a14d1f4d
BH
60112016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6012
6013 * lib/compiler.c: Add Intel specific preprocessor macros.
6014 * lib/compiler.cc: Likewise.
25d49b86 6015
7d49b1d0
LM
60162016-04-13 Luis Machado <lgustavo@codesourcery.com>
6017
6018 * gdb.server/connect-with-no-symbol-file.c: New file.
6019 * gdb.server/connect-with-no-symbol-file.exp: New file.
6020
8392fa22
SM
60212016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6022
6023 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6024
8c4c4aeb
SM
60252016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6026
6027 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6028 standard output directory.
6029
45e3745e
AT
60302016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6031
6032 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6033
e26b7e41
MM
60342016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6035
6036 * gdb.btrace/instruction_history.c (loop): Add declaration.
6037
8ce09462
AT
60382016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6039
6040 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6041
2e88a1ea
SM
60422016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6043
6044 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6045 parentheses to print.
6046 (continue_handler): Likewise.
6047
f48e22e3
SM
60482016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6049
6050 * gdb.server/solib-list.exp: Remove is_remote check.
6051 Pass shlib= to gdb_compile. Don't link shared library with
6052 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6053 Run binary filename through "readlink -f" on the target.
6054
096be756
PA
60552016-04-08 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6058 interpreter filename as argument to gdbserver_spawn.
6059 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6060 Return empty if $last_loaded_file does not exist.
6061
06500533
JK
60622016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6065 * gdb.base/jit-main.c: Use exit after usage.
6066
2d35e871
JK
60672016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6068
6069 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6070 GDBHISTSIZE prior to the tests.
6071 * gdb.base/gdbinit-history.exp: Likewise.
6072
60732016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6074
6075 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6076 instead of build_executable. Use gdb_load_shlibs.
6077
c8064e7e
YQ
60782016-04-07 Yao Qi <yao.qi@linaro.org>
6079
6080 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6081 Execute "si" command.
6082
bde47561
YQ
60832016-04-07 Yao Qi <yao.qi@linaro.org>
6084
6085 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6086 number instead of the comments on some line.
6087
b16f8a3b
DB
60882016-04-06 Don Breazeal <donb@codesourcery.com>
6089
6090 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6091 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6092
c2f901df
SM
60932016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6094
6095 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6096 standard_output_file. Remove unused binfile variable.
6097
ac17fda0
CU
60982016-04-05 Catalin Udma <catalin.udma@freescale.com>
6099
6100 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6101 * gdb.python/py-mi-objfile.exp: Match "list main" output
6102 in console format.
6103
03a8c4df
SM
61042016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6105
6106 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6107 absolute.
6108
6e774b13
SM
61092016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6110
6111 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6112 absolute.
6113 * gdb.trace/ftrace.exp: Likewise.
6114 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6115 targets as well.
6116 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6117 (gdb_load_shlibs): Copy libraries to test directory when testing
6118 natively. Only set solib-search-path if testing remotely.
6119 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6120
7817ea46
SM
61212016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6122
6123 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6124 gdb_download. Use it even if the target is not remote.
6125 * gdb.base/jit.exp (compile_jit_test): Likewise.
6126 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6127 output directory if the destination board is local, otherwise use
6128 the standard remote_download from DejaGnu.
6129 (gdb_download): Remove.
6130 (gdb_load_shlibs): Use gdb_remote_download instead of
6131 gdb_download.
6132 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6133 Use gdb_remote_download instead of gdb_download. Use it even if
6134 the target is not remote.
6135 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6136 instead of gdb_download.
6137
7beb7f68
SM
61382016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6139
6140 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6141 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6142 run.
6143
cc63428a
AV
61442016-04-01 Artemiy Volkov <artemiyv@acm.org>
6145
6146 PR gdb/19820
6147 * gdb.base/printcmds.exp: Add artificial arrays tests.
6148
64cdf930
PA
61492016-03-31 Pedro Alves <palves@redhat.com>
6150
6151 PR gdb/19858
6152 * gdb.base/jit-main.c: Include unistd.h.
6153 (ATTACH): Define to 0 if not already defined.
6154 (wait_for_gdb, mypid): New globals.
6155 (WAIT_FOR_GDB): New macro.
6156 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6157 some breakpoint locations.
6158 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6159 New procedures.
6160 (one_jit_test): Add REATTACH parameter, and handle it. Use
6161 continue_to_test_location.
6162 (top level): Test attach, and adjusts calls to one_jit_test.
6163
40dea8cb
PA
61642016-03-31 Pedro Alves <palves@redhat.com>
6165
6166 PR gdb/19858
6167 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6168 BINSUFFIX parameter, and handle it.
6169 (top level): Adjust calls compile_jit_test.
6170
e7ea3ec7
CU
61712016-03-31 Catalin Udma <catalin.udma@freescale.com>
6172
6173 PR python/19743
6174 * gdb.python/py-mi-events-gdb.py: New file.
6175 * gdb.python/py-mi-events.c: New file.
6176 * gdb.python/py-mi-events.exp: New file.
6177
e6359af3
YQ
61782016-03-30 Yao Qi <yao.qi@linaro.org>
6179
6180 * gdb.reverse/until-precsave.exp: Match function name only.
6181 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6182 Move malloc to a condition block.
6183 * gdb.reverse/until-reverse.exp: Match function name only.
6184
a4105d04
MK
61852016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6186
6187 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6188 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6189 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6190 variable for GPR 0 instead of assuming it is register 0.
6191 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6192 * lib/trace-support.exp: Add s390 registers.
6193
bfa6adb9
YQ
61942016-03-29 Yao Qi <yao.qi@linaro.org>
6195
6196 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6197
1e6697ea
YQ
61982016-03-24 Yao Qi <yao.qi@linaro.org>
6199
6200 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6201 test message.
6202
64bcd522
AA
62032016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6204
6205 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6206 maintaining separate logic for constructing the output path.
6207
7868401b
DB
62082016-03-16 Don Breazeal <donb@codesourcery.com>
6209
6210 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6211 Retry fork and waitpid on interrupted system call errors.
6212 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6213 Use with_timeout_factor to increase timeout by factor of 10.
6214
1cafadb4
DB
62152016-03-15 Don Breazeal <donb@codesourcery.com>
6216
6217 * gdb.cp/scope-err.cc: New test program.
6218 * gdb.cp/scope-err.exp: New test script.
6219 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6220 lines and "set breakpoint here" comment.
6221 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6222 Fixed some whitespace and format issues.
6223 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6224 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6225
81516450
DE
62262016-03-15 Doug Evans <dje@google.com>
6227
6228 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6229 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6230 All callers updated. Add tests for enums, mixed flags register.
6231
aa52b601
DE
62322016-03-15 Doug Evans <dje@google.com>
6233
6234 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6235 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6236
fa4ff313
SM
62372016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6238
6239 * gdb.base/default.exp: Add $_as_string to the list of expected
6240 convenience functions.
6241
f2403c39
AB
62422016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6243
6244 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6245
f2f3ccb9
SM
62462016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6247
6248 * gdb.python/py-as-string.exp: New file.
6249 * gdb.python/py-as-string.c: New file.
6250
00dbd492
PA
62512016-03-09 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6254 signal" -> "Thread NN received signal" output change.
6255 * gdb.threads/ia64-sigill.exp: Likewise.
6256 * gdb.threads/linux-dp.exp: Likewise.
6257 * gdb.threads/manythreads.exp: Likewise.
6258 * gdb.threads/pending-step.exp: Likewise.
6259 * gdb.threads/print-threads.exp: Likewise.
6260 * gdb.threads/sigstep-threads.exp: Likewise.
6261 * gdb.threads/staticthreads.exp: Likewise.
6262 * gdb.threads/tls.exp: Likewise.
6263
1e6697ea
YQ
62642016-03-09 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.base/command-line-input.exp: New file.
6267
b04fd3be
MK
62682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6269
6270 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6271 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6272 * gdb.trace/pending.exp: Accept leading dot before function name.
6273 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6274 * lib/trace-support.exp: Set registers for ppc.
6275
98fa59e9
MK
62762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6277
6278 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6279 use it for disassembly; accept .main in addition to main in backtrace.
6280
f77198c8
MK
62812016-03-09 Wei-cheng Wang <cole945@gmail.com>
6282 Marcin Kościelnicki <koriakin@0x04.net>
6283
6284 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6285 (gdb_recursion_test_ptr): New global variable.
6286 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6287 gdb_recursion_test.
6288 (gdb_c_test): Ditto.
6289
ba84e0da
MK
62902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6291
6292 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6293 ordering.
6294
4366d36e
MK
62952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6296
6297 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6298 (bar): Add bar_start_lbl label.
6299 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6300 of foo/bar for emitting DWARF and tracing.
6301
5eb264df
SDJ
63022016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6303
6304 * analyze-racy-logs.py: Set executable bit.
6305
fb6a751f
SDJ
63062016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6307
6308 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6309 (CHECK_TARGET_TMP): Likewise.
6310 (check-single-racy): New rule.
6311 (check-parallel-racy): Likewise.
6312 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6313 (do-check-parallel-racy): New rule.
6314 (check-racy/%.exp): Likewise.
6315 * README (Racy testcases): New section.
6316 * analyze-racy-logs.py: New file.
6317
bdf7e230
DE
63182016-03-03 Doug Evans <dje@google.com>
6319
6320 * gdb.base/skip.exp: Use with_test_prefix.
6321
4719d415
YQ
63222016-03-03 Yao Qi <yao.qi@linaro.org>
6323
6324 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6325 Invoke step_over_syscall "clone" and break_cond_on_syscall
6326 "clone".
6327 * gdb.base/step-over-clone.c: New file.
6328
ea507862
YQ
63292016-03-03 Yao Qi <yao.qi@linaro.org>
6330
6331 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6332 code format.
6333
8fc8cbda
YQ
63342016-03-03 Yao Qi <yao.qi@linaro.org>
6335
6336 * gdb.base/disp-step-fork.c: Rename to ...
6337 * gdb.base/step-over-fork.c: ... it. New file.
6338 * gdb.base/disp-step-vfork.c: Rename to ...
6339 * gdb.base/step-over-vfork.c: ... it. New file.
6340 * gdb.base/disp-step-syscall.exp: Rename to ...
6341 * gdb.base/step-over-syscall.exp: ... it. New file.
6342 (disp_step_cross_syscall): Rename to ...
6343 (step_over_syscall): ... it.
6344
92fa70b0
YQ
63452016-03-03 Yao Qi <yao.qi@linaro.org>
6346
6347 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6348 If target supports condition evaluation on target, invoke
6349 break_cond_on_syscall for fork and vfork.
6350
e197ad3c
YQ
63512016-03-03 Yao Qi <yao.qi@linaro.org>
6352
6353 * gdb.base/disp-step-syscall.exp: Don't invoke
6354 support_displaced_stepping.
6355 (disp_step_cross_syscall): Test with displaced stepping off and
6356 on if supported.
6357
0b47da9f
YQ
63582016-03-03 Yao Qi <yao.qi@linaro.org>
6359
6360 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6361 proc.
6362 (setup): New proc.
6363 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6364 and setup.
6365
065ab6dc
BH
63662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6367
6368 * gdb.fortran/vla-history.exp: Remove breakpoint.
6369
07e448ad 63702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6371
25d49b86
PA
6372 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6373 exceeds timeout.
07e448ad 6374
9ac2d526 63752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6376
25d49b86
PA
6377 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6378 breakpoint.
9ac2d526 6379
17807369
BH
63802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6381
6382 * gdb.mi/vla.f90: Nullify pointer after declaration.
6383
86e501af
PA
63842016-03-01 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6387
1e903e32
PA
63882016-03-01 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6391 before anything else.
6392 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6393 _GNU_SOURCE here.
6394 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6395 before anything else.
6396 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6397
6ccb54e2
PA
63982016-03-01 Pedro Alves <palves@redhat.com>
6399
6400 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6401
30ca9da1
YQ
64022016-03-01 Yao Qi <yao.qi@linaro.org>
6403
6404 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6405 prepare_for_testing.
6406
dc856b38
YQ
64072016-03-01 Yao Qi <yao.qi@linaro.org>
6408
6409 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6410
4a932159
AA
64112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6412
6413 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6414 manually constructing the output path.
6415
f2489477
AA
64162016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6417
6418 * gdb.arch/s390-stackless.S: New.
6419 * gdb.arch/s390-stackless.exp: New.
6420
38899f16
IB
64212016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6422
6423 * gdb.dlang/circular.c: New file.
6424 * gdb.dlang/circular.exp: New file.
6425
9fde51ed
YQ
64262016-02-26 Yao Qi <yao.qi@linaro.org>
6427
6428 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6429 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6430 (testcases): Update.
6431
ce90fefe
YQ
64322016-02-26 Yao Qi <yao.qi@linaro.org>
6433
6434 * gdb.reverse/aarch64.c: Rename to ...
6435 * gdb.reverse/insn-reverse.c: ... it.
6436 * gdb.reverse/aarch64.exp: Rename to ...
6437 * gdb.reverse/insn-reverse.exp: ... it.
6438
3263bceb
YQ
64392016-02-26 Yao Qi <yao.qi@linaro.org>
6440
6441 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6442 (testcase_ftype): New.
6443 (testcases): New array.
6444 (n_testcases): New.
6445 (main): Call each element in testcases.
6446 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6447 (read_testcase): New.
6448 Do the tests in a loop.
6449
6cb59ff1
YQ
64502016-02-25 Yao Qi <yao.qi@linaro.org>
6451
6452 * gdb.base/branches.c: Remove.
6453
ae91f625
MK
64542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6455
6456 PR gdb/13808
6457 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6458
678b48b7
MK
64592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6460
6461 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6462
7337a6f2
MK
64632016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6464
6465 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6466 change x86_64 call_insn to 'callq'.
6467
861ca91f
AT
64682016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6469
6470 * gdb.trace/tfile-avx.c: Move to...
6471 * gdb.trace/tracefile-pseudo-reg.c: Here.
6472 * gdb.trace/tfile-avx.exp: Move to...
6473 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6474
bf74e428
GB
64752016-02-24 Gary Benson <gbenson@redhat.com>
6476
6477 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6478 message on attach.
6479
cce0e923
DE
64802016-02-23 Doug Evans <dje@google.com>
6481
6482 * gdb.base/skip.c (test_skip): New function.
6483 (end_test_skip_file_and_function): New function.
6484 (test_skip_file_and_function): New function.
6485 * gdb.base/skip1.c (test_skip): New function.
6486 (skip1_test_skip_file_and_function): New function.
6487 * gdb.base/skip.exp: Add tests for new skip options.
6488 * gdb.base/skip-solib.exp: Update expected output.
6489 * gdb.perf/skip-command.cc: New file.
6490 * gdb.perf/skip-command.exp: New file.
6491 * gdb.perf/skip-command.py: New file.
6492
4000e47e
MK
64932016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6494
6495 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6496 info registers pattern.
6497
24f75ead
IB
64982016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6499
6500 * lib/future.exp: Add D support.
6501 (gdb_find_gdc): New proc.
6502 (gdb_default_target_compile): Add D support.
6503
fbb7bcbe
WW
65042016-02-18 Wei-cheng Wang <cole945@gmail.com>
6505
6506 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6507 user+system time.
6508 (trace_speed_test): Determine the iteration count for a time
6509 between 15..30 seconds.
6510
012b3a21
WT
65112016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6512
6513 * gdb.arch/i386-mpx-sigsegv.c: New file.
6514 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6515 * gdb.arch/i386-mpx-simple_segv.c: New file.
6516 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6517
2d5189bd
YQ
65182016-02-18 Yao Qi <yao.qi@linaro.org>
6519
6520 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6521 Don't call setup_kfail.
6522
40fb20d0
YQ
65232016-02-18 Yao Qi <yao.qi@linaro.org>
6524
6525 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6526 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6527
21b1f8d2
DE
65282016-02-16 Doug Evans <dje@google.com>
6529
6530 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6531 * gdb.base/skip1.c: Ditto.
6532 * gdb.base/skip.exp: Whitespace cleanup.
6533
4041ed77
DB
65342016-02-16 Don Breazeal <donb@codesourcery.com>
6535
6536 PR remote/19496
6537 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6538 Remove kfail for PR remote/19496.
6539
c4ef31bf
SM
65402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6541
6542 * lib/gdb.exp (standard_temp_file): Return a path specific to
6543 the runtest invocation.
6544
266b65b3
SM
65452016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6546
6547 * gdb.trace/save-trace.exp: Change relative path to be in the
6548 standard output directory.
6549
a7a0a6a9
JK
65502016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6551
6552 * gdb.arch/i386-prologue.c: Add missing prototypes.
6553
c99dbb42
JK
65542016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6555
6556 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6557 * gdb.arch/i386-prologue.exp: Likewise.
6558 * gdb.arch/i386-size.exp: Likewise.
6559
aa480355
SM
65602016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6561
6562 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6563 define object file path.
6564 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6565 file path.
6566 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6567 standard_output_file to define binfile.
6568
ba881f50
JK
65692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 Fix compatibility with recent gfortran-5.3.1.
6572 * gdb.fortran/vla-history.exp (print vla1 allocated)
6573 (print vla2 allocated, print $2, print $3): Remove
6574 (print $4): Rename to ...
6575 (print $2): ... here.
6576 (print $9): Rename to ...
6577 (print $5): ... here.
6578 (print $10): Rename to ...
6579 (print $6): ... here.
6580 * gdb.fortran/vla.f90: Add pvla initialization.
6581
e9fb005c
JK
65822016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6583
6584 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6585 New test.
6586 * gdb.fortran/vla-value-sub.exp: Likewise.
6587
e44e00ff
MK
65882016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6589
6590 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6591
97e94151
SM
65922016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6593
6594 * i386-biarch-core.exp: Define corefile using
6595 standard_output_file.
6596
01113bc1
YQ
65972016-02-12 Yao Qi <yao.qi@linaro.org>
6598
6599 * gdb.arch/arm-single-step-kernel-helper.c: New.
6600 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6601
33b4777c
MM
66022016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6603
6604 * gdb.btrace/tailcall-only.exp: New.
6605 * gdb.btrace/tailcall-only.c: New.
6606 * gdb.btrace/x86_64-tailcall-only.S: New.
6607 * gdb.btrace/i686-tailcall-only.S: New.
6608
acc23c11
PA
66092016-02-11 Pedro Alves <palves@redhat.com>
6610
6611 * README (Parallel testing): Add missing double quotes.
6612
e352bf0a
PA
66132016-02-11 Pedro Alves <palves@redhat.com>
6614
6615 * README (Parallel testing): New section.
6616 (GDB_PARALLEL): Rewrite.
6617 (FORCE_PARALLEL): Document.
6618
9f5fed78
MK
66192016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6620
6621 * gdb.trace/tfile-avx.c: New test.
6622 * gdb.trace/tfile-avx.exp: New test.
6623
9ef9e6a6
KS
66242016-02-09 Keith Seitz <keiths@redhat.com>
6625
6626 PR breakpoints/19546
6627 * gdb.base/infcall-exec.c: New file.
6628 * gdb.base/infcall-exec2.c: New file.
6629 * gdb.base/infcall-exec.exp: New file.
6630
a96e36da
KS
66312016-02-09 Keith Seitz <keiths@redhat.com>
6632
6633 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6634 (toplevel): Call test_bkpt_address.
6635
9f61929f
KS
66362016-02-09 Keith Seitz <keiths@redhat.com>
6637
6638 PR python/19506
6639 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6640 (toplevel): Call test_bkpt_address.
6641
1e94266c
SM
66422016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6643
6644 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6645 to AC_OUTPUT.
6646 * configure: Regenerate.
6647
2a7f3dff
PA
66482016-02-09 Pedro Alves <palves@redhat.com>
6649
6650 PR breakpoints/19548
6651 * gdb.base/execl-update-breakpoints.c (some_function): New
6652 function.
6653 (main): Call it.
6654 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6655 Tighten expected GDB output.
6656
2151ccc5
SM
66572016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6658
6659 * Makefile.in (ALL_SUBDIRS): Remove.
6660 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6661 (distclean maintainer-clean realclean): Likewise.
6662 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6663 * configure: Regenerate.
6664 * gdb.ada/Makefile.in: Delete.
6665 * gdb.arch/Makefile.in: Likewise.
6666 * gdb.asm/Makefile.in: Likewise.
6667 * gdb.base/Makefile.in: Likewise.
6668 * gdb.btrace/Makefile.in: Likewise.
6669 * gdb.cell/Makefile.in: Likewise.
6670 * gdb.compile/Makefile.in: Likewise.
6671 * gdb.cp/Makefile.in: Likewise.
6672 * gdb.disasm/Makefile.in: Likewise.
6673 * gdb.dlang/Makefile.in: Likewise.
6674 * gdb.dwarf2/Makefile.in: Likewise.
6675 * gdb.fortran/Makefile.in: Likewise.
6676 * gdb.gdb/Makefile.in: Likewise.
6677 * gdb.go/Makefile.in: Likewise.
6678 * gdb.guile/Makefile.in: Likewise.
6679 * gdb.java/Makefile.in: Likewise.
6680 * gdb.linespec/Makefile.in: Likewise.
6681 * gdb.mi/Makefile.in: Likewise.
6682 * gdb.modula2/Makefile.in: Likewise.
6683 * gdb.multi/Makefile.in: Likewise.
6684 * gdb.objc/Makefile.in: Likewise.
6685 * gdb.opencl/Makefile.in: Likewise.
6686 * gdb.opt/Makefile.in: Likewise.
6687 * gdb.pascal/Makefile.in: Likewise.
6688 * gdb.perf/Makefile.in: Likewise.
6689 * gdb.python/Makefile.in: Likewise.
6690 * gdb.reverse/Makefile.in: Likewise.
6691 * gdb.server/Makefile.in: Likewise.
6692 * gdb.stabs/Makefile.in: Likewise.
6693 * gdb.threads/Makefile.in: Likewise.
6694 * gdb.trace/Makefile.in: Likewise.
6695 * gdb.xml/Makefile.in: Likewise.
6696 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6697 GDB_PARALLEL.
6698 (standard_output_file): Remove check for GDB_PARALLEL, always
6699 return path in outputs/$subdir/$testname.
6700
437277d4
SM
67012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6702
6703 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6704 (site.exp): Assign abs_srcdir to tcl's srcdir.
6705
31d913c7
YQ
67062016-02-04 Yao Qi <yao.qi@linaro.org>
6707
6708 * gdb.base/foll-exec-mode.c: Include limits.h.
6709 (main): Add parameters argc and argv. Get directory from
6710 argv[0].
6711 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6712 compilation.
6713 * gdb.base/foll-exec.c: Include limits.h.
6714 (main): Add parameters argc and argv.
6715 Get directory from argv[0].
6716 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6717 Adjust tests on the number of lines as source code changed.
6718 * gdb.base/foll-vfork-exit.c: Include limits.h.
6719 (main): Add one line of statement before vfork.
6720 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6721 (main): Add parameters argc and argv. Get directory from
6722 argv[0].
6723 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6724 (setup_gdb): Set tbreak to skip some source lines.
6725 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6726 (main): Add parameters argc and argv. Get directory from
6727 argv[0].
6728 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6729 compilation.
6730 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6731 (main): Add parameters argc and argv. Get directory from
6732 argv[0].
6733 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6734 compilation.
6735
9482b9fb
DE
67362016-02-01 Doug Evans <dje@google.com>
6737
6738 * gdb.base/skip.exp: Clean up multiple references to same test name.
6739
6b2e4f10
PA
67402016-02-01 Pedro Alves <palves@redhat.com>
6741
ccb6afd6 6742 PR remote/19496
6b2e4f10
PA
6743 * gdb.threads/forking-threads-plus-breakpoint.exp
6744 (displaced_stepping_supported): New global.
6745 (probe_displaced_stepping_support): New procedure.
6746 (do_test): Add 'displaced' parameter, and use it.
6747 (top level): Check for displaced stepping support. Add displaced
6748 stepping on/off testing axis.
6749
37a8db1a
AB
67502016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6751
6752 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6753 pointer. Don't perform further tests on the unassociated pointer
6754 if the first test fails.
6755
5fdf6324
AB
67562016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6757
6758 * gdb.base/max-value-size.c: New file.
6759 * gdb.base/max-value-size.exp: New file.
6760 * gdb.base/huge.exp: Disable max-value-size for this test.
6761
935c6144
IB
67622016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6763
6764 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6765
7fe8399d
YQ
67662016-01-28 Yao Qi <yao.qi@linaro.org>
6767
6768 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6769
a2077e25
PA
67702016-01-25 Pedro Alves <palves@redhat.com>
6771
6772 PR threads/19461
6773 * gdb.base/fork-running-state.c: New file.
6774 * gdb.base/fork-running-state.exp: New file.
6775
1d2736d4
PA
67762016-01-25 Pedro Alves <palves@redhat.com>
6777
6778 PR gdb/19494
6779 * gdb.base/catch-fork-kill.c: New file.
6780 * gdb.base/catch-fork-kill.exp: New file.
6781
f1da4b11
PA
67822016-01-25 Pedro Alves <palves@redhat.com>
6783
6784 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6785 Delete, moved to lib/gdb.exp.
6786 * gdb.threads/forking-threads-plus-breakpoint.exp
6787 (foreach_with_prefix): Likewise.
6788 * gdb.threads/process-dies-while-handling-bp.exp
6789 (foreach_with_prefix): Likewise.
6790 * lib/gdb.exp (foreach_with_prefix): New procedure.
6791
45f38546
MK
67922016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6793
6794 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6795 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6796
dc29a1ce
MK
67972016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6798
6799 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6800 endian targets.
6801
092127d7
JK
68022016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6803 Pedro Alves <palves@redhat.com>
6804
6805 Fix testsuite compatibility with Guile.
6806 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6807 number.
6808
31d765d3
JK
68092016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6810
6811 Fix testsuite compatibility with Guile.
6812 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6813 (thread 1): New test for backtrace through signal handler.
6814
1ac78c04
YQ
68152016-01-22 Yao Qi <yao.qi@linaro.org>
6816
6817 PR testsuite/19491
6818 * gdb.base/multi-forks.c: Include
6819 ../lib/unbuffer_output.c
6820 (main): Call gdb_unbuffer_output.
6821
4f5946a8
DE
68222016-01-21 Doug Evans <dje@google.com>
6823
6824 * lib/ada.exp (gdb_compile_ada): Fix typo.
6825
305e13e6
JB
68262016-01-21 Joel Brobecker <brobecker@adacore.com>
6827
6828 * gdb.base/break-fun-addr.exp: New file.
6829 * gdb.base/break-fun-addr1.c: New file.
6830 * gdb.base/break-fun-addr2.c: New file.
6831
5f5dfff6
SM
68322016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6833
6834 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6835 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6836 enum flag values.
6837
fd356fa2
AA
68382016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6839
6840 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6841 when GDB can not set the vector return value. Add more comments
6842 for clarification.
6843
9df22175
AT
68442016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6845
6846 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6847 command.
6848
41d1845e
SM
68492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6850
6851 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6852
01ac6840
SM
68532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6854
6855 * Makefile.in (check-single): Pass --status to runtest.
6856 (check/%.exp): Likewise.
6857
68582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6859
6860 * Makefile.in (check-parallel): Propagate return code from make
6861 do-check-parallel.
6862
bd0a71fa
MK
68632016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6864
6865 * gdb.trace/ftrace.exp: Fix expected message on continue.
6866 * gdb.trace/pending.exp: Fix expected message on continue.
6867 * gdb.trace/trace-break.exp: Fix expected message on continue.
6868
8bcbad33
SM
68692016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6870
6871 * lib/gdb.exp (gdb_test): Remove unused global references.
6872
f303dbd6
PA
68732016-01-18 Pedro Alves <palves@redhat.com>
6874
6875 * gdb.base/async-shell.exp: Adjust expected output.
6876 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6877 * gdb.base/siginfo-thread.exp: Adjust expected output.
6878 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6879 * gdb.java/jnpe.exp: Adjust expected output.
6880 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6881 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6882 * gdb.threads/leader-exit.exp: Adjust expected output.
6883 * gdb.threads/manythreads.exp: Adjust expected output.
6884 * gdb.threads/pthreads.exp: Adjust expected output.
6885 * gdb.threads/schedlock.exp: Adjust expected output.
6886 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6887 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6888 expected output.
6889 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6890 output.
6891 * gdb.threads/sigthread.exp: Adjust expected output.
6892 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6893
b2789696
YQ
68942016-01-18 Yao Qi <yao.qi@linaro.org>
6895
6896 * gdb.guile/scm-section-script.c: Replace @progbits with
6897 %progbits.
6898 * gdb.python/py-section-script.c: Likewise.
6899
71ef29a8
PA
69002016-01-15 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.multi/tids.exp: Test star wildcard ranges.
6903
3f5b7598
PA
69042016-01-15 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6907 command from "thread apply" invocation.
6908 (thr_apply_info_thr_invalid): Default the expected output to the
6909 input tid list.
6910 (top level): Add tests that use convenience variables. Add tests
6911 for "thread apply" with a valid TID list, but missing the command.
6912
663f6d42
PA
69132016-01-13 Pedro Alves <palves@redhat.com>
6914
6915 * gdb.base/default.exp: Expect $_gthread as well.
6916 * gdb.multi/tids.exp: Test $_gthread.
6917 * gdb.threads/thread-specific.exp: Test $_gthread.
6918
c84f6bbf
PA
69192016-01-13 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.multi/tids.exp: Test "info threads -gid".
6922
22a02324
PA
69232016-01-13 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6926 Breakpoint.thread.
6927 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6928
5d5658a1
PA
69292016-01-07 Pedro Alves <palves@redhat.com>
6930
6931 * gdb.base/break.exp: Adjust to output changes.
6932 * gdb.base/hbreak2.exp: Likewise.
6933 * gdb.base/sepdebug.exp: Likewise.
6934 * gdb.base/watch_thread_num.exp: Likewise.
6935 * gdb.linespec/keywords.exp: Likewise.
6936 * gdb.multi/info-threads.exp: Likewise.
6937 * gdb.threads/thread-find.exp: Likewise.
6938 * gdb.multi/tids.c: New file.
6939 * gdb.multi/tids.exp: New file.
6940
84654457
PA
69412016-01-13 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6944
e3940304
PA
69452016-01-13 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.base/default.exp: Expect $_inferior as well.
6948 * gdb.multi/base.exp: Test $_inferior.
6949
a911d87a
PA
69502016-01-13 Pedro Alves <palves@redhat.com>
6951
6952 PR breakpoints/19388
6953 * gdb.base/catch-signal-siginfo-cond.c: New file.
6954 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6955
82075af2
JS
69562016-01-12 Josh Stone <jistone@redhat.com>
6957 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6958
6959 * gdb.base/catch-syscall.c (do_execve): New variable.
6960 (main): Conditionally trigger an execve.
6961 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6962 (test_catch_syscall_execve): New, check entry/return across execve.
6963 (do_syscall_tests): Call test_catch_syscall_execve.
6964
e46eeedd
PA
69652016-01-12 Pedro Alves <palves@redhat.com>
6966
6967 * gdb.base/random-signal.exp (do_test): New procedure, with body
6968 of testcase moved in.
6969
01d8c27e
JK
69702016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6971 Pedro Alves <palves@redhat.com>
6972
6973 * gdb.base/funcargs.exp (finish from indirectly called function):
6974 Reintroduce the case for 'First'.
6975
9a706302
JK
69762016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6977 Pedro Alves <palves@redhat.com>
6978
6979 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6980 (tcatch_vfork_then_child_follow_exec)
6981 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6982 identification.
6983
c0ecb95f
JK
69842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6985
6986 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6987 and repeats to unlimited.
6988 * gdb.python/py-value.exp: Likewise.
6989 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6990 and repeats to unlimited.
6991
6cfc1fcb
JK
69922016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6993
6994 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6995 and reordering the functions.
6996 * gdb.multi/hangout.c: Likewise.
6997 * gdb.multi/hello.c: Likewise.
6998
582a1b00
SM
69992016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7000
7001 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7002 absolute.
7003 (SingleStatisticTestResult.report): Use dict.keys instead of
7004 dict.iterkeys.
7005
79bc59cb
PA
70062016-01-06 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7009
43368e1d
MM
70102016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7011
7012 * gdb.btrace/dlopen.exp: New.
7013 * gdb.btrace/dlopen.c: New.
7014 * gdb.btrace/dlopen-dso.c: New.
7015
79fad5b8
SL
70162015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7017
7018 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7019 PATTERN argument is optional.
7020
ab8314b3
JB
70212015-12-24 Joel Brobecker <brobecker@adacore.com>
7022
7023 * lib/ada.exp (target_compile_ada_from_dir): New function.
7024 (gdb_compile_ada): Reimplement avoiding the use of project files.
7025 * gdb.ada/gnat_ada.gpr: Delete.
7026 * gdb.ada/cond_lang.exp: Adjust test to make path before
7027 filename optional.
7028 * gdb.ada/small_reg_param.exp: Likewise.
7029
fe33faff
SM
70302015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7031
7032 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7033
6d265cb4
TP
70342015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7035
7036 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7037 case.
7038
10125099
SM
70392015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7040
7041 * gdb.base/break.exp: Remove dead code.
7042 * gdb.base/sepdebug.exp: Likewise.
7043
3ca22649
SM
70442015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7045
7046 * gdb.asm/asm-source.exp: Remove HP-UX references.
7047 * gdb.base/annota1.exp: Likewise.
7048 * gdb.base/annota3.exp: Likewise.
7049 * gdb.base/attach.exp: Likewise.
7050 * gdb.base/bigcore.exp: Likewise.
7051 * gdb.base/break.exp: Likewise.
7052 * gdb.base/call-ar-st.exp: Likewise.
7053 * gdb.base/callfuncs.exp: Likewise.
7054 * gdb.base/catch-fork-static.exp: Likewise.
7055 * gdb.base/display.exp: Likewise.
7056 * gdb.base/foll-exec-mode.exp: Likewise.
7057 * gdb.base/foll-exec.exp: Likewise.
7058 * gdb.base/foll-fork.exp: Likewise.
7059 * gdb.base/foll-vfork.exp: Likewise.
7060 * gdb.base/funcargs.exp: Likewise.
7061 * gdb.base/hbreak2.exp: Likewise.
7062 * gdb.base/inferior-died.exp: Likewise.
7063 * gdb.base/interrupt.exp: Likewise.
7064 * gdb.base/multi-forks.exp: Likewise.
7065 * gdb.base/nodebug.exp: Likewise.
7066 * gdb.base/sepdebug.exp: Likewise.
7067 * gdb.base/solib1.c: Likewise.
7068 * gdb.base/step-test.exp: Likewise.
7069 * gdb.mi/non-stop.c: Likewise.
7070 * gdb.mi/pthreads.c: Likewise.
7071 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7072 * gdb.threads/pthreads.c: Likewise.
7073 * gdb.threads/staticthreads.exp: Likewise.
7074 * lib/future.exp: Likewise.
7075 * lib/gdb.exp: Likewise.
7076 * gdb.base/so-indr-cl.c: Remove.
7077 * gdb.base/so-indr-cl.exp: Likewise.
7078 * gdb.base/solib.c: Likewise.
7079 * gdb.base/solib.exp: Likewise.
7080 * gdb.base/solib2.c: Likewise.
7081
b6304613
SM
70822015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7083
7084 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7085 * gdb.base/call-ar-st.exp: Likewise.
7086 * gdb.base/callfuncs.exp: Likewise.
7087 * gdb.base/condbreak.exp: Likewise.
7088 * gdb.base/constvars.exp: Likewise.
7089 * gdb.base/hbreak2.exp: Likewise.
7090 * gdb.base/langs.exp: Likewise.
7091 * gdb.base/list.exp: Likewise.
7092 * gdb.base/long_long.exp: Likewise.
7093 * gdb.base/ptype.exp: Likewise.
7094 * gdb.base/scope.exp: Likewise.
7095 * gdb.base/signals.exp: Likewise.
7096 * gdb.base/so-impl-ld.exp: Likewise.
7097 * gdb.base/varargs.exp: Likewise.
7098 * gdb.base/volatile.exp: Likewise.
7099 * gdb.base/whatis.exp: Likewise.
7100 * gdb.cp/cplusfuncs.exp: Likewise.
7101 * gdb.cp/inherit.exp: Likewise.
7102 * gdb.cp/local.exp: Likewise.
7103 * gdb.cp/member-ptr.exp: Likewise.
7104 * gdb.cp/method.exp: Likewise.
7105 * gdb.cp/overload.exp: Likewise.
7106 * gdb.cp/templates.exp: Likewise.
7107 * gdb.stabs/weird.exp: Likewise.
7108 * lib/compiler.c: Likewise.
7109 * lib/compiler.cc: Likewise.
7110 * lib/cp-support.exp: Likewise.
7111 * lib/gdb.exp: Likewise.
7112
bf401b07
SM
71132015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7114
7115 * configure.ac: Remove HP-UX case.
7116 * configure: Regenerate.
7117
aff9c0f8
SM
71182015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7119
7120 * lib/gdb.exp (gdb_compile): Add function doc.
7121
a6904d5a
PA
71222015-12-17 Pedro Alves <palves@redhat.com>
7123
7124 PR threads/19354
7125 * gdb.multi/info-threads.exp: New file.
7126
a22279dd
YQ
71272015-12-15 Yao Qi <yao.qi@linaro.org>
7128
7129 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7130 is aarch64*-*-*.
7131
0588c796
SL
71322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7133
7134 * gdb.base/history-duplicates.exp: Skip if no readline support.
7135
5d978e17
SL
71362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7137
7138 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7139
7e763b86
SL
71402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7141
7142 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7143
87a3a92c
SL
71442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7145
7146 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7147 ctrl-C if nointerrupts target property is set.
7148 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7149 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7150 * gdb.base/paginate-bg-execution.exp: Likewise.
7151 * gdb.base/paginate-execution-startup.exp: Likewise.
7152 * gdb.base/random-signal.exp: Likewise.
7153 * gdb.base/range-stepping.exp: Likewise.
7154 * gdb.cp/annota2.exp: Likewise.
7155 * gdb.cp/annota3.exp: Likewise.
7156 * gdb.gdb/selftest.exp: Likewise.
7157 * gdb.threads/continue-pending-status.exp: Likewise.
7158 * gdb.threads/leader-exit.exp: Likewise.
7159 * gdb.threads/manythreads.exp: Likewise.
7160 * gdb.threads/pthreads.exp: Likewise.
7161 * gdb.threads/schedlock.exp: Likewise.
7162 * gdb.threads/sigthread.exp: Likewise.
7163
a8f077dc
DB
71642015-12-11 Don Breazeal <donb@codesourcery.com>
7165
7166 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7167 remote.
7168 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7169 * gdb.base/foll-exec.exp (main): Enable for target remote.
7170 * gdb.base/foll-fork.exp (main): Likewise.
7171 * gdb.base/foll-vfork.exp (main): Likewise.
7172 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7173 (proc continue_to_exit_bp_loc): Use clean_restart.
7174 * gdb.base/pie-execl.exp (main): Disable for target remote.
7175 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7176 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7177 * gdb.threads/execl.exp (main): Likewise.
7178 * gdb.threads/fork-child-threads.exp (main): Likewise.
7179 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7180 remote.
7181 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7182 remote.
7183 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7184 pid.tid style ptids, instead of just tid.
7185 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7186 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7187 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7188 ptids, instead of just tid.
7189
3b2464a8
AB
71902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7191
7192 * gdb.base/list.exp (test_list_forward): Add end of file error
7193 test.
7194 (test_repeat_list_command): Add end of file error test.
7195 (test_list_backwards): Add beginning of file error test.
7196
a0def019
AB
71972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7198
7199 * gdb.base/list.exp (test_list_invalid_args): New function,
7200 defined, and called.
7201
5c000dff
AB
72022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7203
7204 * gdb.base/list.exp (test_list): Make test names unique.
7205
f1637ebe
YQ
72062015-12-11 Yao Qi <yao.qi@linaro.org>
7207
7208 * gdb.base/coremaker2.c: Remove.
7209
36d6fc0a
PA
72102015-12-10 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.multi/base.exp: Remove stale "spaces" references.
7213
762f7747
PA
72142015-12-10 Pedro Alves <palves@redhat.com>
7215
7216 * gdb.multi/base.exp: Don't use nowarnings.
7217 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7218 * gdb.multi/hangout.c: Include stdio.h.
7219 * gdb.multi/hello.c: Include stdlib.h.
7220 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7221 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7222 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7223
28d2bfb9
AB
72242015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7225
7226 * gdb.dwarf2/dw2-ranges-base.c: New file.
7227 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7228 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7229 support additional line table, and debug ranges generation.
7230 (Dwarf::ranges): New function, generate .debug_ranges.
7231 (Dwarf::lines): Support generating simple line table programs.
7232 (Dwarf::assemble): Initialise new namespace variables.
7233
5fc2beac
KB
72342015-12-09 Kevin Buettner <kevinb@redhat.com>
7235
7236 * gdb.base/async.exp (proc test_background): Add case for
7237 asynchronous execution not supported.
7238
1c35a88f
LM
72392015-12-09 Luis Machado <lgustavo@codesourcery.com>
7240
7241 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7242 format and change test names to make them unique.
7243
b593e3d9
RK
72442015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7245 Pedro Alves <pedro@redhat.com>
7246
7247 PR gdb/18702
7248 Add checking of floatformats setup on x86_64 hosts.
7249 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7250 (smallval, bigval): New labels/constants.
7251 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7252 float" after loading bigval and smallval.
7253
d72413e6
PMR
72542015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7255
7256 * gdb.ada/fun_overload_menu.exp: New testcase.
7257 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7258
ece66d65
JS
72592015-12-04 Josh Stone <jistone@redhat.com>
7260
7261 * gdb.base/catch-fork-static.exp: New.
7262
41d0efca
YQ
72632015-12-03 Yao Qi <yao.qi@linaro.org>
7264
7265 * gdb.base/sizeof.c: Don't include stdio.h and
7266 ../lib/unbuffer_output.c.
7267 (main): New variable 'size' and 'value'. Remove printf and
7268 gdb_unbuffer_output. Assign return value to size and value.
7269 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7270 at the beginning.
7271 (check_sizeof): Check the result by printing variable 'size'.
7272 (check_valueof): Check the result by printing variable 'value'.
7273
99fd02d9
YQ
72742015-12-01 Yao Qi <yao.qi@linaro.org>
7275
7276 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7277 for aarch64*-*-linux* target.
7278
f2faf941
PA
72792015-11-30 Pedro Alves <palves@redhat.com>
7280
7281 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7282
04bf20c5
PA
72832015-11-30 Pedro Alves <palves@redhat.com>
7284
7285 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7286 Handle non-stop mode vCont replies.
7287
09df4675
PA
72882015-11-30 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7291 prepare_for_testing. Start gdb with "set non-stop on" appended to
7292 GDBFLAGS. Lax expected stop output.
7293
58b584af
YQ
72942015-11-27 Yao Qi <yao.qi@linaro.org>
7295
7296 * gdb.arch/arm-neon.exp: New.
7297 * gdb.arch/arm-neon.c: New.
7298
dfcb77a8
YQ
72992015-11-27 Yao Qi <yao.qi@linaro.org>
7300
7301 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7302
88e8ec1b
YQ
73032015-11-27 Yao Qi <yao.qi@linaro.org>
7304
7305 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7306 frames-invalid annotation.
7307
bfde72c2
YQ
73082015-11-27 Yao Qi <yao.qi@linaro.org>
7309
7310 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7311
f6512a69
SM
73122015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7313
7314 * gdb.threads/names.exp: New file.
7315 * gdb.threads/names.c: New file.
7316 * README: Mention gdb,no_thread_names.
7317
46a3515b
MM
73182015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7319
7320 PR 19297
7321 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7322 support" error.
7323
62147a22
PA
73242015-11-24 Pedro Alves <palves@redhat.com>
7325
7326 PR 17539
7327 * gdb.base/display.exp: Expect displays to be sorted in ascending
7328 order. Use multi_line.
7329 * gdb.base/solib-display.exp: Likewise.
7330
2f341b6e
PA
73312015-11-24 Pedro Alves <palves@redhat.com>
7332
7333 PR 17539
25d49b86
PA
7334 * gdb.base/display.exp: Expect displays to be sorted in ascending
7335 order. Use multi_line.
7336 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7337
7e0aa6aa
PA
73382015-11-24 Pedro Alves <palves@redhat.com>
7339
7340 PR 17539
7341 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7342 threads in ascending order.
7343 * gdb.base/foll-fork.exp: Likewise.
7344 * gdb.base/foll-vfork.exp: Likewise.
7345 * gdb.base/multi-forks.exp: Likewise.
7346 * gdb.mi/mi-nonstop.exp: Likewise.
7347 * gdb.mi/mi-nsintrall.exp: Likewise.
7348 * gdb.multi/base.exp: Likewise.
7349 * gdb.multi/multi-arch.exp: Likewise.
7350 * gdb.python/py-inferior.exp: Likewise.
7351 * gdb.threads/break-while-running.exp: Likewise.
7352 * gdb.threads/execl.exp: Likewise.
7353 * gdb.threads/gcore-thread.exp: Likewise.
7354 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7355 * gdb.threads/kill.exp: Likewise.
7356 * gdb.threads/linux-dp.exp: Likewise.
7357 * gdb.threads/multiple-step-overs.exp: Likewise.
7358 * gdb.threads/next-bp-other-thread.exp: Likewise.
7359 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7360 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7361 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7362 * gdb.threads/thread-find.exp: Likewise.
7363 * gdb.threads/tls.exp: Likewise.
7364 * lib/mi-support.exp (mi_reverse_list): Delete.
7365 (mi_check_thread_states): No longer reverse list.
7366
2cc57ad8
PA
73672015-11-24 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7370 use lowercase.
7371
c93e8391
SM
73722015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7373
7374 * gdb.trace/actions.c: Include trace-common.h.
7375 (main): Add a location for a fast tracepoint.
7376 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7377 the normal tracepoints.
7378 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7379
045ccf91
SM
73802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7381
7382 * save-trace.exp: Factor out code to these...
7383 (gdb_save_tracepoints): New.
7384 (gdb_load_tracepoints): New.
7385 (do_save_load_test): New.
7386
5506f9f6
KB
73872015-11-23 Kevin Buettner <kevinb@redhat.com>
7388
7389 * gdb.base/asmlabel.exp: New test.
7390 * gdb.base/asmlabel.c: New test case.
7391
16c3b12f
JB
73922015-11-23 Joel Brobecker <brobecker@adacore.com>
7393
7394 * gdb.base/wrong_frame_bt_full-main.c: New file.
7395 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7396 * gdb.base/wrong_frame_bt_full.exp: New file.
7397
155bfbd3
JB
73982015-11-23 Joel Brobecker <brobecker@adacore.com>
7399
7400 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7401
bb097445
JM
74022015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7403
206853a0 7404 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7405 pstate register when comparing registers values in
7406 sparc64-*-linux-gnu targets to avoid spurious differences.
7407
9c88ed8f
JM
74082015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7409
206853a0 7410 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7411
96161e25
SL
74122015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7413
7414 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7415 as type argument to gdb_compile.
7416 * gdb.base/nested-subp2.exp: Likewise.
7417 * gdb.base/nested-subp3.exp: Likewise.
7418
340c2830
DV
74192015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7420
7421 * lib/dwarf.exp (_note): Fix left shift of negative value.
7422 * gdb.trace/trace-condition.exp: Likewise.
7423
c1862d0f
YQ
74242015-11-13 Yao Qi <yao.qi@linaro.org>
7425
7426 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7427 comments about d10v.
7428 (test_scalar_returns): Likewise.
7429 * gdb.base/d10v.ld: Remove.
7430 * gdb.base/overlays.exp: Remove the target triplet checking for
7431 d10v-*-*.
7432 * gdb.base/structs.exp (test_struct_returns): Remove the
7433 comments about d10v.
7434 (test_struct_calls): Likewise.
7435
77ae9c19
YQ
74362015-11-13 Yao Qi <yao.qi@linaro.org>
7437
7438 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7439 * gdb.base/gnu_vector.c: Don't include stdio.h.
7440 (main): Don't print res and call add_some_intvecs.
7441
430e004e
MK
74422015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7443
7444 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7445 macro.
7446 (func5): Removed.
7447 (func4): Use FAST_TRACEPOINT_LABEL.
7448 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7449 macro.
7450 (func): Removed.
7451 (thread_function): Use FAST_TRACEPOINT_LABEL.
7452 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7453 (func): Remove.
7454 (marker): Use FAST_TRACEPOINT_LABEL.
7455 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7456 (pendfunc1): Remove.
7457 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7458 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7459 (foo): Remove.
7460 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7461 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7462 macro.
7463 (func): Remove.
7464 (marker): Use FAST_TRACEPOINT_LABEL.
7465 * gdb.trace/trace-common.h: New header.
7466 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7467 macro.
7468 (func): Remove.
7469 (marker): Use FAST_TRACEPOINT_LABEL.
7470 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7471 (func): Remove.
7472 (thread_function): Use FAST_TRACEPOINT_LABEL.
7473
6e7675a7
MK
74742015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7475
7476 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7477 in front.
7478 * gdb.trace/change-loc.exp: Use global pcreg definition.
7479 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7480 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7481 in front.
7482 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7483 * gdb.trace/pending.exp: Likewise.
7484 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7485 * gdb.trace/trace-break.exp: Likewise.
7486 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7487 in front.
7488 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7489 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7490 in front.
7491 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7492
dddc0e16
JB
74932015-11-09 Joel Brobecker <brobecker@adacore.com>
7494
7495 * gdb.ada/fin_fun_out: New testcase.
7496
c6f0b406
KB
74972015-11-07 Kevin Buettner <kevinb@redhat.com>
7498
7499 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7500 value associated with DW_AT_byte_size.
7501 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7502 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7503 DW_AT_upper_bound.
7504
f01dcfd9
KB
75052015-11-07 Kevin Buettner <kevinb@redhat.com>
7506
7507 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7508 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7509 version.
7510 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7511 gdb.dwarf2/dw2-canonicalize-type.exp,
7512 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7513 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7514 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7515 provided by gdb_target_symbol_prefix_flags_asm.
7516 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7517 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7518 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7519 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7520 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7521 macros where needed). Use this macro for symbols which require
7522 the prefix provided by SYMBOL_PREFIX.
7523
2223449a
KB
75242015-11-05 Kevin Buettner <kevinb@redhat.com>
7525
7526 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7527 New procs.
7528 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7529 representing expressions, of more than one list element.
7530 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7531 to prepend linker symbol prefix to f.
7532 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7533 table_1 and table_2.
7534 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7535 Likewise, for f and g.
7536 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7537 for ptr.
7538 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7539 for main.
7540 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7541 table_1_ptr and table_2_ptr.
7542
6f2f1a3a
JK
75432015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7544 Joel Brobecker <brobecker@adacore.com>
7545
7546 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7547
566c56c9
MK
75482015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7549
7550 * gdb.reverse/s390-mvcle.c: New test.
7551 * gdb.reverse/s390-mvcle.exp: New file.
7552 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7553
d5f0636b
MK
75542015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7555
7556 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7557
7ad8b86c
MK
75582015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7559
7560 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7561 reaching marker2.
7562 * gdb.reverse/getresuid-reverse.exp: Likewise.
7563 * gdb.reverse/pipe-reverse.exp: Likewise.
7564 * gdb.reverse/readv-reverse.exp: Likewise.
7565 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7566 * gdb.reverse/time-reverse.exp: Likewise.
7567 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7568
4081c0f1
YQ
75692015-10-30 Yao Qi <yao.qi@linaro.org>
7570
7571 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7572 (empty_cycle): Remove.
7573 (main): Don't call empty_cycle. Don't use watch_count_done.
7574 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7575 empty_cycle. Rewrite the code counting HW watchpoints.
7576
452b4ba5
MK
75772015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7578
7579 * gdb.reverse/fstatat-reverse.c: New test.
7580 * gdb.reverse/fstatat-reverse.exp: New file.
7581 * gdb.reverse/getresuid-reverse.c: New test.
7582 * gdb.reverse/getresuid-reverse.exp: New file.
7583 * gdb.reverse/pipe-reverse.c: New test.
7584 * gdb.reverse/pipe-reverse.exp: New file.
7585 * gdb.reverse/readv-reverse.c: New test.
7586 * gdb.reverse/readv-reverse.exp: New file.
7587 * gdb.reverse/recvmsg-reverse.c: New test.
7588 * gdb.reverse/recvmsg-reverse.exp: New file.
7589 * gdb.reverse/time-reverse.c: New test.
7590 * gdb.reverse/time-reverse.exp: New file.
7591 * gdb.reverse/waitpid-reverse.c: New test.
7592 * gdb.reverse/waitpid-reverse.exp: New file.
7593
5e2e7507
JK
75942015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7595
7596 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7597
0fde2c53
DE
75982015-10-26 Doug Evans <dje@google.com>
7599
7600 PR symtab/17391
7601 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7602 * gdb.dwarf2/bad-regnum.c: New file.
7603 * gdb.dwarf2/bad-regnum.exp: New file.
7604
1a70ae97
DE
76052015-10-26 Doug Evans <dje@google.com>
7606
7607 PR python/18938
7608 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7609 file.
7610
27dc26ab
JK
76112015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7612
7613 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7614 for a change by "Mention language in compile error message".
7615
bed91f4d
SM
76162015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7617
7618 PR python/18073
7619 * gdb.python/py-type.c (C::a_method): New.
7620 (C::a_const_method): New.
7621 (C::a_static_method): New.
7622 (a_function): New.
7623 * gdb.python/py-type.exp (test_fields): Test getting fields
7624 from function and method.
7625
3f2f83dd
KB
76262015-10-21 Keven Boell <keven.boell@intel.com>
7627
7628 * gdb.fortran/vla-alloc-assoc.exp: New file.
7629 * gdb.fortran/vla-datatypes.exp: New file.
7630 * gdb.fortran/vla-datatypes.f90: New file.
7631 * gdb.fortran/vla-history.exp: New file.
7632 * gdb.fortran/vla-ptype-sub.exp: New file.
7633 * gdb.fortran/vla-ptype.exp: New file.
7634 * gdb.fortran/vla-sizeof.exp: New file.
7635 * gdb.fortran/vla-sub.f90: New file.
7636 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7637 * gdb.fortran/vla-value-sub-finish.exp: New file.
7638 * gdb.fortran/vla-value-sub.exp: New file.
7639 * gdb.fortran/vla-value.exp: New file.
7640 * gdb.fortran/vla-ptr-info.exp: New file.
7641 * gdb.mi/mi-vla-fortran.exp: New file.
7642 * gdb.mi/vla.f90: New file.
7643
27145d50
SL
76442015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7645
7646 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7647 of hardwired timeout value.
7648
5f3ff4f8
JK
76492015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7650 Pedro Alves <palves@redhat.com>
7651
7652 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7653 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7654
bfd09d20
JS
76552015-10-19 Josh Stone <jistone@redhat.com>
7656
7657 * gdb.base/catch-syscall.c: Include <sched.h>.
7658 (unknown_syscall): New variable.
7659 (main): Trigger a vfork and an unknown syscall.
7660 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7661 (unknown_syscall_number): Likewise.
7662 (check_call_to_syscall): Accept an optional syscall pattern.
7663 (check_return_from_syscall): Likewise.
7664 (check_continue): Likewise.
7665 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7666 (test_catch_syscall_skipping_return): New test toggling off 'catch
7667 syscall' to step over the syscall return, then toggling back on.
7668 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7669 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7670 (do_syscall_tests): Call test_catch_syscall_without_args and
7671 test_catch_syscall_mid_vfork.
7672 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7673 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7674
b32b93c6
AS
76752015-10-19 Andrew Stubbs <ams@codesourcery.com>
7676
7677 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7678 print g_vE): Add new pass patterns.
7679 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7680 print various symbol names for vptr fields.
7681
9d622bda
AB
76822015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7683
7684 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7685 results.
7686
0fd8ac1c
YQ
76872015-10-12 Yao Qi <yao.qi@linaro.org>
7688
7689 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7690
34240514
YQ
76912015-10-12 Yao Qi <yao.qi@linaro.org>
7692
7693 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7694 is aarch64*-*-linux*.
7695
8240f442
YQ
76962015-10-12 Yao Qi <yao.qi@linaro.org>
7697
7698 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7699 (can_relocate_bcond_true): ... it.
7700 (can_relocate_bcond_false): New function.
7701 (foo): Likewise.
7702 (can_relocate_bl): Likewise.
7703 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7704 can_relocate_bl.
7705
2520f728
PMR
77062015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7707
7708 * gdb.base/nested-addr.c: New file.
7709 * gdb.base/nested-addr.exp: New testcase.
7710
abcef95a
MM
77112015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7712
7713 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7714 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7715 its output. Ignore the output of "record goto begin" and instead
7716 check that GDB is replaying.
7717
145e3ddb
PA
77182015-10-09 Pedro Alves <palves@redhat.com>
7719
7720 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7721 (top level): Use it in the run with no args test.
7722
d5d8c4e1
IB
77232015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7724
7725 * gdb.dlang/properties.exp: New file.
7726
06e635ef
SL
77272015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7728
7729 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7730 whether or not address 0x1000 is mapped on the target.
7731
e019fd1d
SM
77322015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7733
7734 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7735 build.
7736
77ba2a67
MM
77372015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7738
7739 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7740 instruction-history test.
7741
c60eb31f
DE
77422015-09-28 Doug Evans <dje@google.com>
7743
7744 * gdb.base/gcore.c (array_func): Add reference to static_array.
7745
9a3c8263
SM
77462015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7747
7748 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7749 source line.
7750
9720e656
SL
77512015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7752
7753 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7754 short or char as base type.
7755
938d3bf2
SL
77562015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7757
7758 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7759 to allow any size enum.
7760
e6c2c623
PMR
77612015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7762
7763 * gdb.ada/array_ptr_renaming.exp: New testcase.
7764 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7765 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7766
06da0f77
PL
77672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7768
7769 * gdb.trace/ftrace-lock.c: New file.
7770 * gdb.trace/ftrace-lock.exp: New file.
7771
4f51c22a
PL
77722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7773
7774 * gdb.arch/insn-reloc.c: New file.
7775 * gdb.arch/ftrace-insn-reloc.exp: New file.
7776
7041adf4
PL
77772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7778
7779 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7780 instruction.
7781 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7782 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7783 * gdb.trace/range-stepping.c: Likewise.
7784 * gdb.trace/trace-break.c: Likewise.
7785 * gdb.trace/trace-mt.c (thread_function): Likewise.
7786 * gdb.trace/ftrace.c (marker): Likewise.
7787 * gdb.trace/trace-condition.c (marker): Likewise.
7788 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7789 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7790 is_aarch64_target.
7791
015d2e7e
DE
77922015-09-18 Doug Evans <xdje42@gmail.com>
7793
7794 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7795 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7796
26b188a2
SL
77972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7798
7799 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7800 the breakpoint.
7801
79dc332b
SL
78022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7803
7804 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7805 the pending breakpoint. Remove timeout override for "Run till
7806 MI pending breakpoint on pendfunc3 on thread 2" test.
7807
f57929f2
SL
78082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7809
7810 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7811 filename pattern.
7812
3f469b17
SL
78132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7814
7815 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7816 in breakpoint filename pattern.
7817
515b89b3
SL
78182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7819
7800dbe4
SL
7820 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7821
78222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7823
515b89b3
SL
7824 * gdb.linespec/explicit.exp: Check for readline support for
7825 tab-completion tests. Fix obvious typo.
7826
d2939ba2
MM
78272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7828
7829 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7830 and replay.
7831
cbb55fa7
MM
78322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7833
7834 * gdb.btrace/non-stop.c: New.
7835 * gdb.btrace/non-stop.exp: New.
7836
43691ca1
PL
78372015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7838 Yao Qi <yao.qi@linaro.org>
7839
7840 * gdb.trace/trace-condition.c: New file.
7841 * gdb.trace/trace-condition.exp: New file.
7842
d78908cf
WW
78432015-09-16 Wei-cheng Wang <cole945@gmail.com>
7844
7845 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7846 for testing bytecode compilation.
7847
1ed415e2
PA
78482015-09-16 Pedro Alves <palves@redhat.com>
7849 Sandra Loosemore <sandra@codesourcery.com>
7850
7851 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7852 (SECONDS): Redefine.
7853 (main): Call pthread_kill and alarm early.
7854 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7855 support.
7856 (test): If the target can't hardware step and doesn't support
7857 displaced stepping, increase the timeout.
7858
d136eff5
PA
78592015-09-16 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7862 (enable_debug): New procedures.
7863 (test): Use them. Bail out if waiting for threads fails.
7864 (top level): Bail out if a test fails.
7865
991f019c
YQ
78662015-09-16 Yao Qi <yao.qi@linaro.org>
7867
7868 * gdb.asm/asm-source.exp: Set asm-arch for
7869 aarch64*-*-* target.
7870 * gdb.asm/aarch64.inc: New file.
7871
bfca584f
PMR
78722015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7873
7874 * gdb.ada/array_of_variable_length.exp: New testcase.
7875 * gdb.ada/array_of_variable_length/foo.adb: New file.
7876 * gdb.ada/array_of_variable_length/pck.adb: New file.
7877 * gdb.ada/array_of_variable_length/pck.ads: New file.
7878
b326e587
DE
78792015-09-15 Doug Evans <dje@google.com>
7880
7881 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7882 of function static local variable.
7883
5382cfab
PW
78842015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7885
7886 * gdb.threads/tls-so_extern.exp: New test file.
7887 * gdb.threads/tls-so_extern.c: New test file.
7888 * gdb.threads/tls-so_extern_main.c: New test file.
7889
141c5cc4
JK
78902015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7891
7892 * gdb.opt/solib-intra-step-lib.c: New file.
7893 * gdb.opt/solib-intra-step-main.c: New file.
7894 * gdb.opt/solib-intra-step.exp: New file.
7895
d15dcecd
PA
78962015-09-15 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7899 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7900
4c2f2a79
PA
79012015-09-14 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.base/hook-stop-continue.c: Delete.
7904 * gdb.base/hook-stop-continue.exp: Delete.
7905 * gdb.base/hook-stop-frame.c: Delete.
7906 * gdb.base/hook-stop-frame.exp: Delete.
7907 * gdb.base/hook-stop.c: New file.
7908 * gdb.base/hook-stop.exp: New file.
7909
919e6dbe
PMR
79102015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7911
7912 * gdb.ada/access_to_packed_array.exp: New testcase.
7913 * gdb.ada/access_to_packed_array/foo.adb: New file.
7914 * gdb.ada/access_to_packed_array/pack.adb: New file.
7915 * gdb.ada/access_to_packed_array/pack.ads: New file.
7916
157280a4
MM
79172015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7918
7919 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7920 buffer size test.
7921
2fd33e94
DB
79222015-09-11 Don Breazeal <donb@codesourcery.com>
7923
7924 * gdb.base/foll-exec.c: Add copyright header. Fix
7925 formatting issues.
7926 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7927 (do_exec_tests): Use clean_restart in place of zap_session,
7928 and for test initialization. Fix formatting issues. Use
7929 fail in place of perror.
7930 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7931 an expect statement to match an expression with output from
7932 the program under debug.
7933 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7934 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7935 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7936 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7937 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7938
e70b6e8e
DE
79392015-09-09 Doug Evans <dje@google.com>
7940
7941 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7942
7a551a51
DE
79432015-09-09 Doug Evans <dje@google.com>
7944
7945 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7946
4c666f84
DE
79472015-09-09 Doug Evans <dje@google.com>
7948
7949 * gdb.base/savedregs.exp: Fix typo.
7950
243a9253
PA
79512015-09-09 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7954
c0fa8fbd
SL
79552015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7956
7957 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7958 command actually switches threads. Give up on remaining
7959 tests if target fails to stop at breakpoint.
7960
cd7c1778
PMR
79612015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7962
7963 * gdb.ada/funcall_char.exp: New testcase.
7964 * gdb.ada/funcall_char/foo.adb: New file.
7965
dc5c8746
PMR
79662015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7967
7968 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7969 expected outputs. Add two testcases for completing ambiguous
7970 functions.
7971 * gdb.ada/complete/aux_pck.adb: New file.
7972 * gdb.ada/complete/aux_pck.ads: New file.
7973 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7974 Ambiguous_Func functions.
7975 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7976 * gdb.ada/complete/pck.adb: Likewise.
7977
4e83a1e7
UW
79782015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7979
7980 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7981 failures to run the test program under GDB.
7982
8ce74153
LM
79832015-08-26 Luis Machado <lgustavo@codesourcery.com>
7984
7985 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7986 to C.
7987
e9756d52
PP
79882015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7989
7990 * gdb.base/run-after-attach.exp: New test file.
7991 * gdb.base/run-after-attach.c: New test file.
7992
8d37573b
DB
79932015-08-26 Don Breazeal <donb@codesourcery.com>
7994
7995 * gdb.base/foll-exec-2.c: New test program.
7996 * gdb.base/foll-exec-2.exp: New test.
7997
63e43d3a
PMR
79982015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7999
8000 * gdb.base/nested-subp1.exp: New file.
8001 * gdb.base/nested-subp1.c: New file.
8002 * gdb.base/nested-subp2.exp: New file.
8003 * gdb.base/nested-subp2.c: New file.
8004 * gdb.base/nested-subp3.exp: New file.
8005 * gdb.base/nested-subp3.c: New file.
8006
3d40fbb5
PA
80072015-08-24 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.server/connect-without-multi-process.c: New file.
8010 * gdb.server/connect-without-multi-process.exp: New file.
8011
4422ac93
LM
80122015-08-24 Luis Machado <lgustavo@codesourcery.com>
8013
8014 * gdb.opt/inline-markers.c: Make z int.
8015
91dddb86
LM
80162015-08-24 Luis Machado <lgustavo@codesourcery.com>
8017
8018 * gdb.opt/inline-markers.c: Make z volatile.
8019
a48847ee
LM
80202015-08-24 Luis Machado <lgustavo@codesourcery.com>
8021
8022 * gdb.opt/inline-bt.c: New volatile global z.
8023 * gdb.opt/inline-cmds.c: Likewise.
8024 * gdb.opt/inline-locals.c: Likewise.
8025 * gdb.opt/inline-markers.c: New extern global z.
8026 (marker): Use z.
8027 (inline_fn): Likewise.
8028
0ebbc52b
PA
80292015-08-24 Pedro Alves <palves@redhat.com>
8030
8031 * config/m32r-stub.exp: Remove file.
8032 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8033 * gdb.base/call-rt-st.exp: Likewise.
8034 * gdb.base/call-strs.exp: Likewise.
8035 * gdb.base/default.exp: Remove references to h8300-*-hms and
8036 *-*-udi*.
8037 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8038
77c365df
AA
80392015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8040
8041 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8042 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8043 and "return" use KFAIL when GDB can not read/write the vector
8044 return value.
8045
4313b8c0
GB
80462015-08-21 Gary Benson <gbenson@redhat.com>
8047
8048 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8049
0e433b32
PA
80502015-08-20 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.server/solib-list.exp: No longer expect an interior stop in
8053 non-stop mode.
8054
221e1a37
PA
80552015-08-20 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.server/connect-stopped-target.c: New file.
8058 * gdb.server/connect-stopped-target.exp: New file.
8059
40e3ad0e
PA
80602015-08-20 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.dwarf2/comp-unit-lang.exp: New file.
8063 * gdb.dwarf2/comp-unit-lang.c: New file.
8064
af39b327
PMR
80652015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8066
8067 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8068 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8069
7d45c7c3 80702015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8071
7d45c7c3
KB
8072 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8073 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8074
4d6cceb4
DE
80752015-08-18 Doug Evans <dje@google.com>
8076 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8077
8078 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8079 skip_python_tests. New arg prompt_regexp.
8080 (skip_python_tests): New function.
8081 * lib/mi-support.exp (mi_skip_python_tests): New function.
8082 * gdb.python/py-mi-objfile-gdb.py: New file.
8083 * gdb.python/py-mi-objfile.c: New file.
8084 * gdb.python/py-mi-objfile.exp: New file.
8085
ad89c2aa
KS
80862015-08-17 Keith Seitz <keiths@redhat.com>
8087
8088 * gdb.linespec/explicit.exp: Move strace test from here ...
8089 * gdb.trace/strace.exp: ... to here.
8090
e3ae3c43
PP
80912015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8092
8093 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8094 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8095
604b2636
DE
80962015-08-14 Doug Evans <xdje42@gmail.com>
8097
8098 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8099 inferior before selecting a new file.
8100
6ff0ba5f
DE
81012015-08-14 Doug Evans <xdje42@gmail.com>
8102
8103 * gdb.mi/mi-disassemble.exp: Update.
8104 * gdb.base/disasm-optim.S: New file.
8105 * gdb.base/disasm-optim.c: New file.
8106 * gdb.base/disasm-optim.h: New file.
8107 * gdb.base/disasm-optim.exp: New file.
8108
9ca98f92
KS
81092015-08-14 Keith Seitz <keiths@redhat.com>
8110
8111 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8112 "evaluated-by".
8113
52bbc560
JB
81142015-08-13 Joel Brobecker <brobecker@adacore.com>
8115
8116 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8117
5d8c3ed3
PMR
81182015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8119
8120 * gdb.ada/fun_renaming.exp: New testcase.
8121 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8122 * gdb.ada/fun_renaming/pack.adb: New file.
8123 * gdb.ada/fun_renaming/pack.ads: New file.
8124
ea8812bc
KS
81252015-08-12 Keith Seitz <keiths@redhat.com>
8126
8127 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8128 gdb_get_line_number.
8129
4dafcdeb
JB
81302015-08-12 Joel Brobecker <brobecker@adacore.com>
8131
8132 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8133 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8134 gdb.base/dso2dso.exp: New files.
8135
5ba32597
SDJ
81362015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8137 Pedro Alves <palves@redhat.com>
8138 Keith Seitz <keiths@redhat.com>
8139
8140 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8141 GDBFLAGS.
8142
b6dafabf
PP
81432015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8144
8145 * gdb.base/gdbhistsize-history.exp
8146 (test_histsize_history_setting): Use save_vars.
8147 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8148 Use save_vars.
8149 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8150 * gdb.base/readline.exp: Use save_vars.
8151
abe8e607
PP
81522015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8153
8154 * lib/gdb.exp (save_vars): New proc.
8155
629500fa
KS
81562015-08-11 Keith Seitz <keiths@redhat.com>
8157
8158 * gdb.base/help.exp: Update help_breakpoint_text.
8159
eb8c4e2e
KS
81602015-08-11 Keith Seitz <keiths@redhat.com>
8161
8162 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8163 (at toplevel): Call test_explicit_breakpoints.
8164 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8165 breakpoints.
8166 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8167 breakpoint conditions, "-cond".
8168
87f0e720
KS
81692015-08-11 Keith Seitz <keiths@redhat.com>
8170
8171 * gdb.linespec/3explicit.c: New file.
8172 * gdb.linespec/cpexplicit.cc: New file.
8173 * gdb.linespec/cpexplicit.exp: New file.
8174 * gdb.linespec/explicit.c: New file.
8175 * gdb.linespec/explicit.exp: New file.
8176 * gdb.linespec/explicit2.c: New file.
8177 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8178 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8179 before using in the matching pattern.
8180 Clarify that `prefix' is a regular expression.
8181
f00aae0f
KS
81822015-08-11 Keith Seitz <keiths@redhat.com>
8183
8184 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8185 test.
8186 Add tests for missing ",FMT" and ",".
8187
e27852be
DE
81882015-08-10 Doug Evans <dje@google.com>
8189 Keith Seitz <keiths@redhat.com>
8190
8191 PR gdb/17960
8192 * gdb.base/completion.exp: Add location completer tests.
8193
7f03bd92
PA
81942015-08-07 Pedro Alves <palves@redhat.com>
8195
8196 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8197 tests here.
8198 (top level): Run do_test with and without displaced stepping.
8199
3fc8eb30
PA
82002015-08-07 Pedro Alves <palves@redhat.com>
8201
8202 * gdb.base/valgrind-disp-step.c: New file.
8203 * gdb.base/valgrind-disp-step.exp: New file.
8204
d4569d7b
PA
82052015-08-07 Pedro Alves <palves@redhat.com>
8206
8207 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8208 Delete function.
8209 (main): Add alarm. Run an infinite loop instead of calling
8210 wait_threads.
8211 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8212 comment.
8213 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8214 Delete function.
8215 (main): Add alarm. Run an infinite loop instead of calling
8216 wait_threads.
8217 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8218 comment.
8219
e1316e60
PA
82202015-08-07 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.base/checkpoint-ns.exp: New file.
8223 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8224 standard_testfile.
8225
da8c46d2
MM
82262015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8227
8228 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8229 * gdb.btrace/instruction_history.exp: Update.
8230 * gdb.btrace/tsx.exp: New.
8231 * gdb.btrace/tsx.c: New.
8232
de1c2c52
PA
82332015-08-06 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8236 increase timeout.
8237 * gdb.reverse/until-precsave.exp: Bump timeouts.
8238
782e0bf4
PA
82392015-08-06 Pedro Alves <palves@redhat.com>
8240
8241 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8242
83e97ed0
PA
82432015-08-06 Pedro Alves <palves@redhat.com>
8244
8245 PR gdb/18749
8246 * gdb.threads/process-dies-while-handling-bp.c: New file.
8247 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8248
863d01bd
PA
82492015-08-06 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8252 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8253
0a39bb32
PA
82542015-08-05 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8257 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8258
ee2d2b10
SL
82592015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8260
8261 * gdb.base/bp-permanent.exp: Report test as unsupported if
8262 the target cannot stop at the permanent breakpoint.
8263
4e1bdb00
DE
82642015-08-03 Doug Evans <dje@google.com>
8265
8266 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8267 10000.
8268
3d338901
DE
82692015-08-03 Doug Evans <dje@google.com>
8270
8271 * Makefile.in (workers/%.worker, build-perf): New rule.
8272 (GDB_PERFTEST_MODE): New variable.
8273 (check-perf): Use it.
8274 (clean): Clean up gdb.perf parallel build subdirs.
8275 * lib/build-piece.exp: New file.
8276 * lib/gdb.exp (make_gdb_parallel_path): New function
8277 (standard_output_file, standard_temp_file): Call it.
8278 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8279 of $GDB_PARALLEL.
8280 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8281
af061d3e
DE
82822015-08-03 Doug Evans <dje@google.com>
8283
8e1afc81 8284 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8285 (LOG_FILE_NAME): New global.
8286 (TextReporter.__init__): Initialize self.txt_sum.
8287 (TextReporter.report): Add support for multiple data-points.
8288 Move report to perftest.sum, put raw data in perftest.log.
8289 (TextReporter.start): Open sum and log files.
8290 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8291 * gdb.perf/lib/perftest/testresult.py
8292 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8293
2c8c5d37
PA
82942015-07-31 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8297 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8298 kill_wait_spawned_process instead of explicit "kill -9".
8299 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8300 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8301 kill_wait_spawned_process.
8302 * gdb.base/attach-twice.exp: Likewise.
8303 * gdb.base/attach.exp: Likewise.
8304 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8305 gdb_test_multiple.
8306 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8307 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8308 kill_wait_spawned_process.
8309 * gdb.base/valgrind-infcall.exp: Likewise.
8310 * gdb.multi/multi-attach.exp: Likewise.
8311 * gdb.python/py-prompt.exp: Likewise.
8312 * gdb.python/py-sync-interp.exp: Likewise.
8313 * gdb.server/ext-attach.exp: Likewise.
8314 * gdb.threads/attach-into-signal.exp (corefunc): Use
8315 spawn_wait_for_attach, spawn_id_get_pid and
8316 kill_wait_spawned_process.
8317 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8318 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8319 spawn_id_get_pid and kill_wait_spawned_process.
8320 * gdb.threads/attach-stopped.exp (corefunc): Use
8321 spawn_wait_for_attach, spawn_id_get_pid and
8322 kill_wait_spawned_process.
8323 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8324 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8325 kill_wait_spawned_process instead of explicit "kill -9".
8326 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8327 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8328 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8329 processes. Don't map cygwin/windows pids here. Now returns a
8330 spawn id list.
8331
032a0fca
SL
83322015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8333
8334 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8335 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8336 correct patch.
8337
61a934ca
SL
83382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8339
8340 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8341
4bc4d428
SL
83422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8343
8344 Reapply:
8345 2014-05-21 Mark Wielaard <mjw@redhat.com>
8346
8347 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8348
998d452a
PA
83492015-07-30 Pedro Alves <palves@redhat.com>
8350
8351 * linux-low.c (handle_extended_wait): Set the child's last
8352 reported status to TARGET_WAITKIND_STOPPED.
8353
69dde7dc
PA
83542015-07-30 Pedro Alves <palves@redhat.com>
8355
8356 PR threads/18600
8357 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8358 only shows inferior 1.
8359
4dd63d48
PA
83602015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8361 Pedro Alves <palves@redhat.com>
8362
8363 PR threads/18600
8364 * gdb.threads/fork-plus-threads.c: New file.
8365 * gdb.threads/fork-plus-threads.exp: New file.
8366
d618e4c5
PP
83672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8368
8369 * gdb.base/batch-preserve-term-settings.exp
8370 (test_terminal_settings_preserved_after_cli_exit): Use
8371 send_quit_command.
8372
1eef6428
PA
83732015-07-29 Pedro Alves <palves@redhat.com>
8374 Don Breazeal <donb@codesourcery.com>
8375
8376 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8377 output from both inferior_spawn_id and gdb_spawn_id.
8378
7da5b897
SDJ
83792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8380
8381 * gdb.threads/attach-into-signal.exp (corefunc): Use
8382 with_test_prefix on nested loops, uniquefying the test messages.
8383
dac804df
SDJ
83842015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8385
8386 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8387 commit.
8388
06265e53
PP
83892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8390
8391 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8392 New proc.
8393 (test_terminal_settings_preserved_after_sigterm): New test.
8394
18206ca3
PP
83952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8396
8397 * gdb.base/batch-preserve-term-settings.exp
8398 (test_terminal_settings_preserved_after_cli_exit): New test.
8399
90074d11
PP
84002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8401
8402 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8403 manipulation of saved_gdbflags.
8404 (test_terminal_settings_preserved): Remove global declaration of
8405 the unused variable pagination_prompt. Remove manipulation of
8406 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8407 GDBFLAGS.
8408
eb1a7902
PA
84092015-07-29 Pedro Alves <palves@redhat.com>
8410
8411 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8412
8b75dd3b
PA
84132015-07-29 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8416 at the top.
8417
dedad4e3
PA
84182015-07-29 Pedro Alves <palves@redhat.com>
8419
8420 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8421 (main): Call gdb_unbuffer_output.
8422 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8423 (main): Call gdb_unbuffer_output.
8424 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8425 (main): Call gdb_unbuffer_output.
8426 * gdb.base/call-strs.exp: Adjust to step over the
8427 gdb_unbuffer_output call.
8428 * gdb.base/catch-gdb-caused-signals.c: Include
8429 "../lib/unbuffer_output.c".
8430 (main): Call gdb_unbuffer_output.
8431 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8432 (main): Call gdb_unbuffer_output.
8433 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8434 (main): Call gdb_unbuffer_output.
8435 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8436 (main): Call gdb_unbuffer_output.
8437 * gdb.base/shlib-call.exp: Adjust to step over the
8438 gdb_unbuffer_output call.
8439 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8440 (main): Call gdb_unbuffer_output.
8441 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8442 (main): Call gdb_unbuffer_output.
8443 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8444 (main): Rename to ...
8445 (test): ... this.
8446 (main): Reimplement.
8447 * gdb.base/varargs.exp: Run to test instead of to main.
8448 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8449 (main): Call gdb_unbuffer_output.
8450
58789a91
PA
84512015-07-29 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8454 factore out from mi_continue_dprintf. For call-style dprintfs,
8455 expect dprintf output out of $inferior_spawn_id.
8456 (mi_continue_dprintf): Use mi_expect_dprintf.
8457 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8458 (main): Call gdb_unbuffer_output.
8459
e8376742
PA
84602015-07-29 Pedro Alves <palves@redhat.com>
8461
8462 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8463 (default_mi_gdb_start): Set inferior_spawn_id instead of
8464 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8465 gdb_spawn_id.
8466 (mi_gdb_test): Always expect inferior output from both
8467 $inferior_spawn_id and $gdb_spawn_id.
8468
08280010
PA
84692015-07-29 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8472 send_inferior and $inferior_spawn_id.
8473
4d30e432
PA
84742015-07-29 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.gdb/complaints.exp (test_initial_complaints)
8477 (test_serial_complaints, test_short_complaints): Use
8478 gdb_test_stdio.
8479 (test_empty_complaint): Handle $inferior_spawn_id !=
8480 $gdb_spawn_id.
8481
0d30a335
PA
84822015-07-29 Pedro Alves <palves@redhat.com>
8483
8484 * gdb.base/varargs.exp: Use gdb_test_stdio.
8485
39413b29
PA
84862015-07-29 Pedro Alves <palves@redhat.com>
8487
8488 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8489
7cb000a9
PA
84902015-07-29 Pedro Alves <palves@redhat.com>
8491
8492 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8493
d7b8ac82
PA
84942015-07-29 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8497 parameter into two new parameters, "inf_result" and "gdb_result".
8498 Expect inferior output and gdb output from $inferior_spawn_id and
8499 $gdb_spawn_id, respectively. Adjust all callers.
8500
789c3a0c
PA
85012015-07-29 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8504 of gdb_test_sequence.
8505
77e760c3
PA
85062015-07-29 Pedro Alves <palves@redhat.com>
8507
8508 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8509 (saw_spurious_output): Expect inferior output from
8510 $inferior_spawn_id. Use gdb_test_stdio.
8511
8396d2cd
PA
85122015-07-29 Pedro Alves <palves@redhat.com>
8513
8514 * gdb.base/dprintf.exp: Use standard_testfile. Change
8515 prepare_for_testing call.
8516 (srcfile): Don't set.
8517 (restart): New procedure.
8518 (test_dprintf): New procecure, use to continue over dprintfs.
8519 (test_call, test_agent): New procedures, tests moved here.
8520 Restart gdb and recreate dprintfs. Adjust expected output.
8521
2051d61f
PA
85222015-07-29 Pedro Alves <palves@redhat.com>
8523
8524 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8525
452397af
PA
85262015-07-29 Pedro Alves <palves@redhat.com>
8527
8528 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8529
8aed9555
PA
85302015-07-29 Pedro Alves <palves@redhat.com>
8531
8532 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8533 gdb_test_stdio.
8534
188a61b4
PA
85352015-07-29 Pedro Alves <palves@redhat.com>
8536
8537 * lib/gdb.exp (gdb_test_stdio): New procedure.
8538
12264a45
PA
85392015-07-29 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8542
23ffc893
PA
85432015-07-29 Pedro Alves <palves@redhat.com>
8544
8545 * gdb.base/call-signal-resume.exp: Remove check for
8546 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8547 * gdb.base/unwindonsignal.exp: Likewise.
8548 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8549 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8550
65566918
PA
85512015-07-29 Pedro Alves <palves@redhat.com>
8552
8553 * gdb.base/siginfo-addr.c (pass): New function.
8554 (handler): Call it iff si_addr is correct.
8555 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8556 Set a breakpoint at "pass" and continue to it.
8557
d60a9221
SDJ
85582015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8559
8560 * gdb.python/py-objfile.exp: Make some tests have unique names.
8561 * gdb.python/py-pp-registration.exp: Likewise.
8562
bde40b8f
PA
85632015-07-28 Pedro Alves <palves@redhat.com>
8564
8565 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8566
13e1dec8
SM
85672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8568
8569 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8570
da33c9a7
SM
85712015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8572
8573 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8574
077836f7
PP
85752015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8576
8577 * gdb.base/gdb-sigterm-2.exp: New test.
8578
b8cc7b2e
DE
85792015-07-25 Doug Evans <xdje42@gmail.com>
8580
8581 Revert:
8582 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8583 (workers/%.worker, build-perf): New rule.
8584 (GDB_PERFTEST_MODE): New variable.
8585 (check-perf): Use it.
8586 (clean): Clean up gdb.perf parallel build subdirs.
8587 * lib/build-piece.exp: New file.
8588 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8589 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8590 name.
8591 (standard_temp_file): Ditto.
8592 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8593 of $GDB_PARALLEL.
8594
c8bd4544
DE
85952015-07-24 Doug Evans <dje@google.com>
8596
8597 * gdb.perf/lib/perftest/utils.py: New file.
8598 * gdb.perf/gm-hello.cc: New file.
8599 * gdb.perf/gm-pervasive-typedef.cc: New file.
8600 * gdb.perf/gm-pervasive-typedef.h: New file.
8601 * gdb.perf/gm-std.cc: New file.
8602 * gdb.perf/gm-std.h: New file.
8603 * gdb.perf/gm-use-cerr.cc: New file.
8604 * gdb.perf/gm-utils.h: New file.
8605 * gdb.perf/gmonster-null-lookup.py: New file.
8606 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8607 * gdb.perf/gmonster-print-cerr.py: New file.
8608 * gdb.perf/gmonster-ptype-string.py: New file.
8609 * gdb.perf/gmonster-runto-main.py: New file.
8610 * gdb.perf/gmonster-select-file.py: New file.
8611 * gdb.perf/gmonster1-null-lookup.exp: New file.
8612 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8613 * gdb.perf/gmonster1-print-cerr.exp: New file.
8614 * gdb.perf/gmonster1-ptype-string.exp: New file.
8615 * gdb.perf/gmonster1-runto-main.exp: New file.
8616 * gdb.perf/gmonster1-select-file.exp: New file.
8617 * gdb.perf/gmonster1.cc: New file.
8618 * gdb.perf/gmonster1.exp: New file.
8619 * gdb.perf/gmonster2-null-lookup.exp: New file.
8620 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8621 * gdb.perf/gmonster2-print-cerr.exp: New file.
8622 * gdb.perf/gmonster2-ptype-string.exp: New file.
8623 * gdb.perf/gmonster2-runto-main.exp: New file.
8624 * gdb.perf/gmonster2-select-file.exp: New file.
8625 * gdb.perf/gmonster2.cc: New file.
8626 * gdb.perf/gmonster2.exp: New file.
8627
6eab34f3
DE
86282015-07-24 Doug Evans <dje@google.com>
8629
8630 * gdb.perf/README: New file.
8631 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8632 * lib/gen-perf-test.exp: New file.
8633
63738bfd
DE
86342015-07-24 Doug Evans <dje@google.com>
8635
8636 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8637 (PerfTest::startup): New function.
8638 (PerfTest::run): Return result of calling body.
8639 (PerfTest::assemble): Rewrite.
8640 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8641 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8642 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8643 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8644 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8645
7b606f95
DE
86462015-07-24 Doug Evans <dje@google.com>
8647
8648 * lib/gdb.exp (clean_restart): Make executable optional.
8649
a97b16b8
DE
86502015-07-24 Doug Evans <dje@google.com>
8651
8652 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8653 compiler_info references.
8654 * gdb.cp/temargs.exp: Ditto.
8655 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8656 (get_compiler_info): Early exit if already computed. Set compiler_info
8657 to "unknown" if there was a problem.
8658 (test_compiler_info): Add function comment. Call get_compiler_info.
8659
35baa57f
DE
86602015-07-24 Doug Evans <dje@google.com>
8661
8662 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8663 (workers/%.worker, build-perf): New rule.
8664 (GDB_PERFTEST_MODE): New variable.
8665 (check-perf): Use it.
8666 (clean): Clean up gdb.perf parallel build subdirs.
8667 * lib/build-piece.exp: New file.
8668 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8669 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8670 name.
8671 (standard_temp_file): Ditto.
8672 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8673 of $GDB_PARALLEL.
8674
6ebea266
DE
86752015-07-24 Doug Evans <dje@google.com>
8676
8677 * lib/future.exp (gdb_default_target_compile): New option
8678 "early_flags".
8679 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8680 --as-needed.
8681
1e76a7e9
SDJ
86822015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8683
8684 * gdb.base/catch-syscall.exp: Call gdb_exit before
8685 gdb_skip_xml_test.
8686
5068630a
PA
86872015-07-24 Pedro Alves <palves@redhat.com>
8688
8689 * gdb.python/py-events.exp: Accept output between the stop event
8690 and the prompt.
8691 * gdb.python/py-evsignal.exp: Likewise.
8692 * gdb.python/py-evthreads.exp: Likewise.
8693
77598427
PA
86942015-07-24 Pedro Alves <palves@redhat.com>
8695
8696 PR gdb/18717
8697 * gdb.threads/non-ldr-exit.c: New file.
8698 * gdb.threads/non-ldr-exit.exp: New file.
8699
11e6c98f
YQ
87002015-07-24 Yao Qi <yao.qi@linaro.org>
8701
8702 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8703 restarting process.
8704
51aee833
YQ
87052015-07-24 Yao Qi <yao.qi@linaro.org>
8706
8707 * gdb.server/ext-restart.exp: New file.
8708
8cfe207c
YQ
87092015-07-24 Yao Qi <yao.qi@linaro.org>
8710
8711 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8712 argument options.
8713 * gdb.server/ext-wrapper.exp: New file.
8714
cc12ce38
DE
87152015-07-23 Doug Evans <dje@google.com>
8716
8717 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8718 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8719
d0d84780
PMR
87202015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8721
8722 * gdb.ada/var_arr_typedef.exp: New testcase.
8723 * gdb.ada/var_arr_typedef/pack.adb: New file.
8724 * gdb.ada/var_arr_typedef/pack.ads: New file.
8725 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8726
8b558f79
JB
87272015-07-20 Joel Brobecker <brobecker@adacore.com>
8728
8729 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8730
775a3298
JK
87312015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8732
8733 * gdb.arch/i386-biarch-core.exp: Replace istarget
8734 by "complete set gnutarget". Remove expectation for the "core-file"
8735 command.
8736
db1ff28b
JK
87372015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8738
8739 Revert the previous commit:
8740 Tests for validate symbol file using build-id.
8741
0a94970d
JK
87422015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8743
8744 Tests for validate symbol file using build-id.
8745 * gdb.base/solib-mismatch-lib.c: New file.
8746 * gdb.base/solib-mismatch-libmod.c: New file.
8747 * gdb.base/solib-mismatch.c: New file.
8748 * gdb.base/solib-mismatch.exp: New file.
8749
03346981
SL
87502015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8751
8752 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8753 nios2-*-linux*.
8754 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8755 * gdb.base/siginfo.exp: Likewise.
8756 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8757
42422cc7
PL
87582015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8759
8760 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8761 Move it to ...
8762 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8763 ... here.
8764 * gdb.trace/range-stepping.exp: Check that the target supports
8765 range stepping.
8766
cfa68bae
JK
87672015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8768
8769 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8770
8ffdba26
PA
87712015-07-14 Pedro Alves <palves@redhat.com>
8772
8773 * gdb.base/killed-outside.exp: New file.
8774 * gdb.base/killed-outside.c: New file.
8775
218a5a11
JK
87762015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8777
8778 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8779 (n at main): New.
8780 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8781
e03ed3c6
AA
87822015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8783
8784 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8785 infcall tests instead of setting up for KFAIL.
8786
485668e5
MM
87872015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8788
8789 * gdb.btrace/record_goto-step.exp: New.
8790
08464196
JK
87912015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8792
8793 PR compile/18484
8794 * gdb.compile/compile.c (struct struct_type): Add volatile to
8795 selffield's type.
8796 * gdb.compile/compile.exp
8797 (compile code struct_object.selffield = &struct_object): Skip further
8798 struct_object tests if this one xfails.
8799
bcf5c1d9
RC
88002015-07-08 Robert O'Callahan <robert@ocallahan.org>
8801
8802 PR exp/18617
8803 * gdb.trace/ax.exp: Add test.
8804
4931af25
YQ
88052015-07-07 Yao Qi <yao.qi@linaro.org>
8806
8807 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8808 instead of istarget "aarch64*-*-*".
8809 * gdb.arch/aarch64-fp.exp: Likewise.
8810 * gdb.base/float.exp: Likewise.
8811 * gdb.reverse/aarch64.exp: Likewise.
8812 * lib/gdb.exp (is_aarch64_target): New proc.
8813
9fcf688e
YQ
88142015-07-07 Yao Qi <yao.qi@linaro.org>
8815
8816 * lib/gdb.exp (is_aarch32_target): New proc.
8817 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8818 instead of "istarget "arm*-*-*"".
8819 * gdb.arch/arm-disp-step.exp: Likewise.
8820 * gdb.arch/thumb-bx-pc.exp: Likewise.
8821 * gdb.arch/thumb-prologue.exp: Likewise.
8822 * gdb.arch/thumb-singlestep.exp: Likewise.
8823 * gdb.base/disp-step-syscall.exp: Likewise.
8824 * gdb.base/float.exp: Likewise.
8825
fbd8d50d
YQ
88262015-07-07 Yao Qi <yao.qi@linaro.org>
8827
8828 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8829 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8830
71be1fdc
YQ
88312015-07-07 Yao Qi <yao.qi@linaro.org>
8832
8833 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8834 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8835 if it exists.
8836 * gdb.multi/multi-arch.exp: Likewise.
8837
3e221d36
SM
88382015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8839
8840 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8841 print.
8842
d441430b
YQ
88432015-07-07 Yao Qi <yao.qi@linaro.org>
8844
8845 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8846
06f810bd
MG
88472015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8848
8849 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8850 '[' and ']' characters.
8851
5e61e7c0
IB
88522015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8853
8854 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8855
28bf096c
PA
88562015-06-29 Pedro Alves <palves@redhat.com>
8857
8858 PR threads/18127
8859 * gdb.threads/hand-call-new-thread.c: New file.
8860 * gdb.threads/hand-call-new-thread.c: New file.
8861
ee93cd5e
KS
88622015-06-26 Keith Seitz <keiths@redhat.com>
8863 Doug Evans <dje@google.com>
8864
8865 PR 16253
8866 * gdb.cp/var-tag-2.cc: New file.
8867 * gdb.cp/var-tag-3.cc: New file.
8868 * gdb.cp/var-tag-4.cc: New file.
8869 * gdb.cp/var-tag.cc: New file.
8870 * gdb.cp/var-tag.exp: New file.
8871
fc637f04
PP
88722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8873
8874 * gdb.base/history-duplicates.exp: New test.
8875
2e52ae68
PP
88762015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8877
8878 * gdb.base/completion.exp: Test the completion of the "focus"
8879 command.
8880
6e22494e
JK
88812015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8882
8883 * gdb.arch/amd64-prologue-skip.S: New file.
8884 * gdb.arch/amd64-prologue-skip.exp: New file.
8885
bf7b9cd9
SM
88862015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8887
8888 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8889 is_address_zero_readable check.
8890
201e8dfd
PB
88912015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8892
8893 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8894 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8895
5cd867b4
YQ
88962015-06-24 Yao Qi <yao.qi@linaro.org>
8897
8898 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8899 linux targets.
8900
4d7be007
YQ
89012015-06-24 Yao Qi <yao.qi@linaro.org>
8902
8903 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8904 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8905 * gdb.base/siginfo-thread.exp: Likewise.
8906
07fcd301
YQ
89072015-06-22 Yao Qi <yao.qi@linaro.org>
8908
8909 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8910
52042a00
YQ
89112015-06-22 Yao Qi <yao.qi@linaro.org>
8912
8913 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8914 aarch64*-*-*.
8915 (skip_hw_watchpoint_tests): Likewise.
8916
74bd41ce
PP
89172015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8918
8919 * gdb.base/gdbinit-history.exp: Test the interaction between
8920 setting GDBHISTSIZE and setting the history size via .gdbinit.
8921
bc460514
PP
89222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8923
8924 PR gdb/16999
8925 * gdb.base/gdbhistsize-history.exp: New test.
8926
b58c513b
PP
89272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8928
8929 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8930 with GDBHISTSIZE.
8931 * gdb.base/readline.exp: Likewise.
8932
92046791
YQ
89332015-06-17 Yao Qi <yao.qi@linaro.org>
8934
8935 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8936 line.
8937
2093d2d3
PP
89382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8939
8940 * gdb.base/gdbinit-history.exp: Add test case to check that
8941 an unlimited history file does not get truncated on exit.
8942
e6c693af
AA
89432015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8944
8945 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8946 (VECTOR): New macro. Use it...
8947 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8948 ...for these typedefs.
8949 (int8, char1, int1, double1): New typedefs.
8950 (struct just_int2, struct two_int2): New structures.
8951 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8952 (add_structvecs, add_singlevecs): New functions.
8953 (main): Call add_some_intvecs twice.
8954 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8955 the compile and exit upon failure. Try compiling for the "native"
8956 architecture. Test inferior function calls with vector arguments
8957 and vector return value handling with "finish" and "return".
8958
c74f7d1c
JT
89592015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8960
8961 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8962 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8963 PE file.
8964 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8965
98aa42ee
AT
89662015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8967
8968 PR breakpoints/16465
8969 * gdb.mi/mi-dprintf-pending.c: New file.
8970 * gdb.mi/mi-dprintf-pending.exp: New test.
8971 * gdb.mi/mi-dprintf-pendshr.c: New file.
8972
7d73c23c 89732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8974 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8975
8976 * gdb.arch/i386-mpx-map.c: New file.
8977 * gdb.arch/i386-mpx-map.exp: New File.
8978
89792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8980
8981 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8982 * gdb.arch/i386-mpx.exp: Indentation fixed.
8983
89842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8985
8986 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8987 function and improved indentation.
8988 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8989 gdb_test_multiple. Added additional tests to skip the test.
8990
89912015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8992
8993 * gdb.arch/i386-avx512.c: Change path in include file.
8994 * gdb.arch/i386-avx512.exp: Change include dir path
8995 compilation flag.
8996 * gdb.arch/i386-mpx.c: Change path in include file.
8997 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8998 flag.
8999
d5eba19a
JK
90002015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9001
9002 * gdb.compile/compile-print.exp (compile print *vararray@3)
9003 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9004
7f361056
JK
90052015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9006
9007 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9008 (do not keep jit in memory): ... this.
9009 (expect 5): Change it to ...
9010 (expect no 5): ... this.
9011
3b462ec2
SM
90122015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9013
9014 PR gdb/15564
9015 * gdb.mi/mi-detach.exp: New file.
9016
e0619de6
JK
90172015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9018
9019 PR symtab/18392
9020 * gdb.arch/amd64-tailcall-self.S: New file.
9021 * gdb.arch/amd64-tailcall-self.c: New file.
9022 * gdb.arch/amd64-tailcall-self.exp: New file.
9023
e970cb34
DB
90242015-05-28 Don Breazeal <donb@codesourcery.com>
9025
9026 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9027 tests for remote targets by checking is_target_gdbserver.
9028
b2e2f908
DE
90292015-05-27 Doug Evans <dje@google.com>
9030
9031 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9032 * gdb.dwarf2/opaque-type-lookup.c: New file.
9033 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9034
82c7be31
DE
90352015-05-26 Doug Evans <dje@google.com>
9036
9037 * gdb.cp/iostream.cc: New file.
9038 * gdb.cp/iostream.exp: New file.
9039
b4f54984
DE
90402015-05-26 Doug Evans <dje@google.com>
9041
9042 * gdb.dwarf2/dw2-op-call.exp: Update.
9043 * gdb.dwarf2/dw4-sig-types.exp: Update.
9044 * gdb.dwarf2/implptr.exp: Update.
9045 * gdb.mi/mi-cmd-param-changed.exp: Update.
9046
4ea6efe9
DE
90472015-05-26 Doug Evans <dje@google.com>
9048
9049 * gdb.python/py-lazy-string.c: New file.
9050 * gdb.python/py-lazy-string.exp: New file.
9051 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9052 (main): Update. Add estring3.
9053 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9054 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9055
f6bb7db3
YQ
90562015-05-26 Omair Javaid <omair.javaid@linaro.org>
9057 Yao Qi <yao.qi@linaro.org>
9058
9059 * gdb.reverse/aarch64.c: New.
9060 * gdb.reverse/aarch64.exp: New.
9061
a81bfbd0
OJ
90622015-05-26 Omair Javaid <omair.javaid@linaro.org>
9063
25d49b86
PA
9064 * lib/gdb.exp (supports_process_record): Return true for
9065 aarch64*-linux*.
a81bfbd0
OJ
9066 (supports_reverse): Likewise.
9067
158bf1b4
PP
90682015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9069
9070 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9071 Use with_test_prefix.
9072
a0145030
AB
90732015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9074
9075 * gdb.base/completion.exp: Add test for completion of layout
9076 names.
9077
ebe3b578
AB
90782015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9079
9080 * lib/gdb.exp (skip_tui_tests): New proc.
9081 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9082
84204ed7
PA
90832015-05-19 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9086 Save the whole env array instead of just HOME. Unset HISTSIZE in
9087 the environment while testing. Restore whole environment
9088 afterwards.
9089
37442ce1
DE
90902015-05-16 Doug Evans <xdje42@gmail.com>
9091
9092 * gdb.guile/scm-ports.c: New file.
9093 * gdb.guile/scm-ports.exp: Add memory port tests.
9094
36de76f9
JK
90952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9096
9097 * gdb.compile/compile-print.c: New file.
9098 * gdb.compile/compile-print.exp: New file.
9099
3a9558c4
JK
91002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 * gdb.compile/compile-ops.exp: Cast param to void.
9103 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9104 (compile code struct_object.selffield = &struct_object): Add xfail.
9105
aa715135
JG
91062015-05-15 Joel Brobecker <brobecker@adacore.com>
9107
9108 * gdb.ada/arr_enum_with_gap: New testcase.
9109
931e5bc3
JG
91102015-05-15 Joel Brobecker <brobecker@adacore.com>
9111
9112 * gdb.ada/byte_packed_arr: New testcase.
9113
9cd4d857
JB
91142015-05-15 Joel Brobecker <brobecker@adacore.com>
9115
9116 * gdb.ada/pckd_neg: New testcase.
9117
ebfd00d2
PP
91182015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9119
9120 PR gdb/17820
9121 * gdb.base/gdbinit-history.exp: New test.
9122 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9123 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9124
4c082a81
SC
91252015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9126
9127 * gdb.python/py-xmethods.cc: Enhance test case.
9128 * gdb.python/py-xmethods.exp: New tests.
9129 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9130 function.
9131 (B_indexoper): Likewise.
9132 (global_dm_list) : Add new xmethod worker functions.
9133
f7797074
SDJ
91342015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9135
9136 * gdb.base/coredump-filter.exp: Correctly unset
9137 "coredump_var_addr" array.
9138
a4674e4e
PA
91392015-05-08 Pedro Alves <palves@redhat.com>
9140
9141 * gdb.server/non-existing-program.exp: Unset spawn_id.
9142
df2eb078
SC
91432015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9144
9145 PR python/18291
9146 * gdb.python/py-xmethods.exp: Add tests.
9147
422349a3
YQ
91482015-05-08 Yao Qi <yao.qi@linaro.org>
9149
9150 PR gdb/18208
9151 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9152 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9153 function set_coredump_filter, and remove remote_exec call.
9154 Remove argument ipid. Callers update.
9155 (top level): Don't get inferior's PID.
9156
63fc80ce
AA
91572015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9158
9159 * gdb.base/watch_thread_num.exp: Skip test on targets without
9160 access watchpoints.
9161
80ad801e
PA
91622015-05-06 Pedro Alves <palves@redhat.com>
9163
9164 PR server/18081
9165 * gdb.server/non-existing-program.exp: New file.
9166
0fa7fe50
JB
91672015-05-05 Joel Brobecker <brobecker@adacore.com>
9168
9169 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9170
3ea89b92
PMR
91712015-05-05 Joel Brobecker <brobecker@adacore.com>
9172
9173 * gdb.ada/out_of_line_in_inlined: New testcase.
9174
87b8eff0
JB
91752015-05-05 Joel Brobecker <brobecker@adacore.com>
9176
9177 * gdb.ada/var_rec_arr: New testcase.
9178
5fccc635
YQ
91792015-04-30 Yao Qi <yao.qi@linaro.org>
9180
9181 * gdb.base/break-idempotent.exp: If
9182 skip_hw_watchpoint_multi_tests returns true, skip the tests
9183 on "rwatch" and "awatch".
9184
42d38f42
YQ
91852015-04-30 Yao Qi <yao.qi@linaro.org>
9186
9187 * gdb.base/relativedebug.exp: Invoke gdb command
9188 "info sharedlibrary", and if libc.so doesn't have debug info,
9189 skip the test.
9190
2ce1cdbf
DE
91912015-04-29 Doug Evans <dje@google.com>
9192
9193 * gdb.python/py-xmethods.exp: Add ptype tests.
9194 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9195 get_result_type method.
9196
f24a38c5
LM
91972015-04-29 Luis Machado <lgustavo@codesourcery.com>
9198
9199 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9200 the target does not support hardware watchpoints.
9201
ecbf2b3c
LM
92022015-04-29 Luis Machado <lgustavo@codesourcery.com>
9203
9204 * gdb.base/break-always.exp: Abort testing if writing to memory
9205 causes an error.
9206
34f5f757
DE
92072015-04-28 Doug Evans <dje@google.com>
9208
9209 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9210 * gdb.python/py-pp-registration.exp: ... here. New file.
9211 * gdb.python/py-pp-registration.c: New file.
9212 * gdb.python/py-pp-registration.py: New file.
9213
69b4374a
DE
92142015-04-28 Doug Evans <dje@google.com>
9215
9216 * gdb.python/py-bad-printers.c: New file.
9217 * gdb.python/py-bad-printers.py: New file.
9218 * gdb.python/py-bad-printers.exp: New file.
9219
59fb7612
SS
92202015-04-28 Sasha Smundak <asmundak@google.com>
9221
9222 * gdb.python/py-type.exp: New test.
9223
2631b16a
AW
92242015-04-28 Andy Wingo <wingo@igalia.com>
9225
9226 * gdb.python/py-parameter.exp:
9227 * gdb.guile/scm-parameter.exp: Escape the path that we are
9228 matching against, as it might contain characters that are special
9229 to regular expressions.
9230
460efde1
JB
92312015-04-27 Joel Brobecker <brobecker@adacore.com>
9232
9233 * gdb.ada/rec_comp: New testcase.
9234
2d369d8e
SDJ
92352015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9236
9237 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9238 before using it.
9239
cf75d6c3
AB
92402015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9241
9242 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9243 new tests for verilog output.
9244
8dbe7ca5
YQ
92452015-04-24 Yao Qi <yao.qi@linaro.org>
9246
9247 * boards/remote-gdbserver-on-localhost.exp: New file.
9248
4ef9fb2f
PA
92492015-04-23 Pedro Alves <palves@redhat.com>
9250
9251 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9252 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9253 "end of file", remove $inferior_spawn_id from the indirect list.
9254
0a803169
PA
92552015-04-23 Pedro Alves <palves@redhat.com>
9256
9257 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9258
749ef8f8
PA
92592015-04-23 Pedro Alves <palves@redhat.com>
9260
9261 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9262 on $any_spawn_id instead of only on $gdb_spawn_id.
9263
8aae4344
PM
92642015-04-21 Pierre Muller <muller@sourceware.org>
9265
9266 PR pascal/17815
9267 * lib/pascal.exp (gpc_compile): Add new option "class".
9268 (fpc_compile): Likewise.
9269 * gdb.pascal/case-insensitive-symbols.pas: New file.
9270 * gdb.pascal/case-insensitive-symbols.exp: New file.
9271
1586c8fb
GB
92722015-04-20 Gary Benson <gbenson@redhat.com>
9273
9274 * gdb.base/attach.exp: Fix three extended remote failures.
9275
1b6e6f5c
GB
92762015-04-17 Gary Benson <gbenson@redhat.com>
9277
9278 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9279 the main executable over the remote protocol.
9280
e797481d
PA
92812015-04-16 Pedro Alves <palves@redhat.com>
9282
9283 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9284 a new gdbserver if gdbserver_reconnect_p is set.
9285
1ca99c42
PA
92862015-04-16 Pedro Alves <palves@redhat.com>
9287
9288 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9289 is set, don't exit gdbserver.
9290
af9fd6f8
AA
92912015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9292
9293 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9294 appropriate .insn, such that an older assembler can be used.
9295 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9296 the z/Architecture instruction set on 31-bit targets as well.
9297
04ff1e61
AA
92982015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9299
9300 * gdb.go/handcall.exp: Remove all logic related to the first
9301 breakpoint and rely on go_runto_main instead.
9302 * gdb.go/strings.exp: Likewise.
9303 * gdb.go/unsafe.exp: Likewise.
9304 * gdb.go/hello.exp: Likewise. Also rename the remaining
9305 breakpoint marker to "breakpoint 1".
9306 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9307 * gdb.go/strings.go: Likewise.
9308 * gdb.go/unsafe.go: Likewise.
9309 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9310 "set breakpoint 2 here" and rename the remaining breakpoint marker
9311 to "breakpoint 1".
9312
40d2f8d6
SM
93132015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9314
9315 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9316 if itertools.imap is not present.
9317 * gdb.python/py-objfile.exp: Add parentheses.
9318 * gdb.python/py-type.exp: Same.
9319 * gdb.python/py-unwind-maint.py: Same.
9320
8cbc97c6
YQ
93212015-04-15 Yao Qi <yao.qi@linaro.org>
9322
9323 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9324 of ":$ptr_size" and set its form explicitly.
9325
45fd756c
YQ
93262015-04-15 Pedro Alves <palves@redhat.com>
9327 Yao Qi <yao.qi@linaro.org>
9328
9329 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9330 timeout by factor of 4.
9331 (test_regular_watch): Likewise.
9332 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9333 * gdb.reverse/sigall-reverse.exp: Likewise.
9334 * gdb.reverse/until-precsave.exp: Likewise.
9335 * lib/gdb.exp (with_timeout_factor): New proc.
9336 (gdb_expect): Move some code to ...
9337 (get_largest_timeout): ... here. New procedure.
9338
9e811bc3
LM
93392015-04-14 Luis Machado <lgustavo@codesourcery.com>
9340
9341 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9342
0ff6fcb2
LM
93432015-04-13 Luis Machado <lgustavo@codesourcery.com>
9344
9345 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9346 to write to the .text section.
9347
7578d5f7
LM
93482015-04-13 Luis Machado <lgustavo@codesourcery.com>
9349
9350 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9351 Handle the case of targets that do not provide PID information.
9352
2efe15c4
YQ
93532015-04-13 Yao Qi <yao.qi@linaro.org>
9354
9355 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9356 and use expect instead of gdb_expect.
9357
8cd8f2f8
SDJ
93582015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9359
9360 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9361 "coredump_var_addr" to avoid naming conflict with other testcases.
9362
9ee41772
PA
93632015-04-10 Pedro Alves <palves@redhat.com>
9364
9365 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9366 gdb_test_sequence and gdb_assert.
9367
07473109
PA
93682015-04-10 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9371 test messages that don't include the breakpoint address.
9372
de3db44c
YQ
93732015-04-10 Yao Qi <yao.qi@linaro.org>
9374
9375 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9376 false for some offset and width combinations which aren't
9377 supported by linux kernel.
9378
c79d856c
PA
93792015-04-10 Pedro Alves <palves@redhat.com>
9380
9381 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9382 procedure, factored out from ...
9383 (top level): ... here. Add "set displaced-stepping" testing axis.
9384 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9385 parameter "displaced". Use it.
9386 (top level): Use foreach and add "set displaced-stepping" testing
9387 axis.
9388
ebc90b50
PA
93892015-04-10 Pedro Alves <palves@redhat.com>
9390
9391 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9392 Remove comment.
9393 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9394 both the address of the instruction that triggers the watchpoint
9395 and the address of the instruction immediately after, and use
9396 those addresses for the test. Fix comment.
9397
8f572e5c
PA
93982015-04-10 Pedro Alves <palves@redhat.com>
9399
9400 * gdb.base/sigstep.exp (breakpoint_to_handler)
9401 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9402 Test "backtrace" in handler.
9403 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9404 (top level): Add new "displaced" test axis to
9405 breakpoint_to_handler, breakpoint_to_handler_entry and
9406 breakpoint_over_handler.
9407
8d707a12
PA
94082015-04-10 Pedro Alves <palves@redhat.com>
9409
9410 PR gdb/18216
9411 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9412
ef713951
YQ
94132015-04-10 Yao Qi <yao.qi@linaro.org>
9414
9415 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9416 (test_add_rn_pc): New function.
9417 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9418 (top level): Invoke test_add_rn_pc.
9419
906d60cf
PA
94202015-04-10 Pedro Alves <palves@redhat.com>
9421
9422 PR gdb/13858
9423 * gdb.base/step-over-no-symbols.exp: New file.
9424
f2983cc3
AW
94252015-04-09 Andy Wingo <wingo@igalia.com>
9426
9427 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9428 after the Python tests.
9429
6d62641c
SDJ
94302015-04-08 Keith Seitz <keiths@redhat.com>
9431
9432 PR python/16699
9433 * gdb.python/py-completion.exp: New tests for completion.
9434 * gdb.python/py-completion.py (CompleteLimit1): New class.
9435 (CompleteLimit2): Likewise.
9436 (CompleteLimit3): Likewise.
9437 (CompleteLimit4): Likewise.
9438 (CompleteLimit5): Likewise.
9439 (CompleteLimit6): Likewise.
9440 (CompleteLimit7): Likewise.
9441
f3770638
PA
94422015-04-08 Pedro Alves <palves@redhat.com>
9443
9444 PR gdb/18214
9445 PR gdb/18216
9446 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9447 function.
9448 (main): Install it as SIGUSR1 handler.
9449 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9450 parameter. Always use "setup" as prefix. Toggle "set
9451 displaced-stepping" off/on depending on global. Don't switch to
9452 thread 1 here.
9453 (top level): Add displaced stepping "off/on" test axis. Update
9454 "setup" calls. Wrap each subtest with with_test_prefix. Test
9455 continuing with a queued signal in each thread.
9456
4496bed7
PA
94572015-04-08 Pedro Alves <palves@redhat.com>
9458
9459 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9460 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9461 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9462 Return early if running to main fails.
9463 * gdb.trace/while-stepping.exp: Likewise.
9464
b97fde92
PA
94652015-04-07 Pedro Alves <palves@redhat.com>
9466
9467 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9468 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9469 interact with inferior program.
9470
f71c18e7
PA
94712015-04-07 Pedro Alves <palves@redhat.com>
9472
9473 * lib/gdb.exp (inferior_spawn_id): New global.
9474 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9475 spawn id after processing the user code.
9476 (default_gdb_start): Set inferior_spawn_id.
9477 (send_inferior): New procedure.
9478 * lib/gdbserver-support.exp (gdbserver_start): Set
9479 inferior_spawn_id.
9480 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9481
6423214f
PA
94822015-04-07 Pedro Alves <palves@redhat.com>
9483
9484 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9485 * lib/gdbserver-support.exp (gdbserver_start): Make
9486 $server_spawn_id global.
9487 (gdbserver_start): Don't wait for gdbserver's spawn id with
9488 expect_background.
9489 (close_gdbserver): New procedure.
9490 (gdb_exit): Rename the default version and reimplement.
9491
71c0ee8c
PA
94922015-04-07 Pedro Alves <palves@redhat.com>
9493
72f4393d 9494 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9495 append the substituted item, not the original item.
9496
203bc29b
PA
94972015-04-07 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9500 gdb_expect.
9501
508a3ddf
PA
95022015-04-07 Pedro Alves <palves@redhat.com>
9503
9504 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9505 output appearing once only.
9506
9f6dbe2b
PA
95072015-04-07 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9510 that doesn't expect anything. Return early if running to main
9511 fails.
9512
337532fa
YQ
95132015-04-07 Yao Qi <yao.qi@linaro.org>
9514
9515 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9516 (child_function): Call alarm.
9517 (main): Move call to alarm into the loop.
9518 * gdb.threads/non-stop-fair-events.exp: Build program with
9519 -DTIMEOUT=$timeout.
9520
01b622d4
DE
95212015-04-06 Doug Evans <xdje42@gmail.com>
9522
9523 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9524 Fix dest parameter to board_info.
9525 (fpc_compile): Ditto.
9526 (gdb_compile_pascal): Rename dest arg to destfile.
9527
961f4160
PMR
95282015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9529
9530 * gdb.ada/funcall_ref.exp: New file.
9531 * gdb.ada/funcall_ref/foo.adb: New file.
9532
cafda597
YQ
95332015-04-02 Yao Qi <yao.qi@linaro.org>
9534
9535 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9536 is remote.
9537
fed040c6
GB
95382015-04-02 Gary Benson <gbenson@redhat.com>
9539
9540 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9541
d11916aa
SS
95422015-04-01 Sasha Smundak <asmundak@google.com>
9543
9544 * gdb.python/py-unwind-maint.c: New file.
9545 * gdb.python/py-unwind-maint.exp: New test.
9546 * gdb.python/py-unwind-maint.py: New file.
9547 * gdb.python/py-unwind.c: New file.
9548 * gdb.python/py-unwind.exp: New test.
9549 * gdb.python/py-unwind.py: New test.
9550
a1471180
PA
95512015-04-01 Pedro Alves <palves@redhat.com>
9552
9553 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9554 to fail instead of non-existent $test.
9555
0bbeccb1
PA
95562015-04-01 Pedro Alves <palves@redhat.com>
9557
9558 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9559 GDBFLAGS if not empty.
9560
3c724c8c
PMR
95612015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9562
9563 * gdb.ada/complete.exp: Remove "multi_line".
9564 * gdb.ada/info_exc.exp: Remove "multi_line".
9565 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9566 * gdb.ada/ptype_field.exp: Remove "multi_line".
9567 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9568 * gdb.ada/tagged.exp: Remove "multi_line".
9569 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9570 [multi_line ...]
9571 * gdb.btrace/delta.exp: Likewise.
9572 * gdb.btrace/exception.exp: Likewise.
9573 * gdb.btrace/function_call_history.exp: Likewise.
9574 * gdb.btrace/instruction_history.exp: Likewise.
9575 * gdb.btrace/nohist.exp: Likewise.
9576 * gdb.btrace/record_goto.exp: Likewise.
9577 * gdb.btrace/segv.exp: Likewise.
9578 * gdb.btrace/stepi.exp: Likewise.
9579 * gdb.btrace/tailcall.exp: Likewise.
9580 * gdb.btrace/unknown_functions.exp: Likewise.
9581 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9582 * lib/gdb.exp: Add the "multi_line" helper.
9583
4eec2deb
PA
95842015-04-01 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.threads/tid-reuse.c: New file.
9587 * gdb.threads/tid-reuse.exp: New file.
9588
df8411da
SDJ
95892015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9590
9591 PR corefiles/16092
9592 * gdb.base/coredump-filter.c: New file.
9593 * gdb.base/coredump-filter.exp: Likewise.
9594
6ef37366
PM
95952015-03-27 Petr Machata <pmachata@redhat.com>
9596
9597 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9598 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9599 (Dwarf::assemble): Initialize them.
9600 (Dwarf::lines): New function.
9601
7ec911b0
JT
96022015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9603
9604 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9605 SYMBOL_PREFIX for x86_64-*-cygwin.
9606
ff908ebf
AW
96072015-03-26 Andy Wingo <wingo@igalia.com>
9608
9609 PR symtab/18148
9610 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9611 const_value but not a location.
9612 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9613 location defined in non-main CUs are visible.
9614
6d5f0679
YQ
96152015-03-26 Yao Qi <yao.qi@linaro.org>
9616
9617 PR testsuite/18139
9618 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9619 Add a line number entry for the same line.
9620 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9621 Add a line number entry for the same line.
9622
2898689b
YQ
96232015-03-26 Yao Qi <yao.qi@linaro.org>
9624
9625 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9626 .int 0.
9627 (func): Likewise. Add .Lfunc_1 label.
9628 Use .Lfunc_1 label.
9629 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9630 .int 0.
9631 (func): Likewise.
9632 Use .Lfunc_1 label.
9633
85180498
YQ
96342015-03-26 Yao Qi <yao.qi@linaro.org>
9635
9636 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9637 Call gdb_compile instead to compile each .s files without debug
9638 information.
9639
8aa08a8d
YQ
96402015-03-26 Yao Qi <yao.qi@linaro.org>
9641
9642 * gdb.base/savedregs.exp (process_saved_regs): Make
9643 "Saved registers:" optional in the pattern.
9644
66849923
MM
96452015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9646
9647 * gdb.btrace/next.exp: Merged into step.exp.
9648 * gdb.btrace/finish.exp: Merged into step.exp.
9649 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9650 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9651 "record goto" and checking the exact replay position.
9652 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9653 check for "Recording format" in "info record" output.
9654 * gdb.btrace/record_goto.exp: Choose test file based on target.
9655 * gdb.btrace/x86-record_goto.S: Renamed into ...
9656 * gdb.btrace/x86_64-record_goto.S: ... this.
9657 * gdb.btrace/i686-record_goto.S: New.
9658 * gdb.btrace/x86-tailcall.S: Renamed into ...
9659 * gdb.btrace/x86_64-tailcall.S: ... this.
9660 * gdb.btrace/i686-tailcall.S: New.
9661 * gdb.btrace/x86-tailcall.c: Renamed into ...
9662 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9663 separate statements. Update test.
9664 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9665 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9666 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9667 * gdb.btrace/tailcall.exp: Choose test file based on target.
9668 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9669
11cc1b74
MM
96702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9671
9672 * gdb.btrace/exception.exp: Increase BTS buffer size.
9673
a25d8bf9
PA
96742015-03-24 Pedro Alves <palves@redhat.com>
9675
9676 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9677
856e7dd6
PA
96782015-03-24 Pedro Alves <palves@redhat.com>
9679
9680 * gdb.threads/schedlock.exp (test_step): No longer expect that
9681 "set scheduler-locking step" with "next" over a function call runs
9682 threads unlocked.
9683
ad235a41
AT
96842015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9685
9686 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9687
15630549
AT
96882015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9689
9690 PR breakpoints/16466
9691 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9692 * gdb.mi/mi-pending.c (thread_func): New function.
9693 (int main): Add threading support required.
9694 * gdb.mi/mi-pending.exp: Add tests for this issue.
9695 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9696 (pendfunc2): Remove stdio dependency.
9697 * gdb.mi/mi-pendshr2.c: New file.
9698
693dca06
KS
96992015-03-23 Keith Seitz <keiths@redhat.com>
9700
9701 * gdb.linespec/keywords.c: New file.
9702 * gdb.linespec/keywords.exp: New file.
9703
7e993ebf
KS
97042015-03-23 Keith Seitz <keiths@redhat.com>
9705
9706 PR gdb/18021
9707 * gdb.dwarf2/staticvirtual.exp: New test.
9708
bc23328c
JK
97092015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9710
9711 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9712 * README: Remove HP-UX and gdb.hp.
9713 (configuration):
9714 * configure: Regenerate.
9715 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9716 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9717 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9718 gdb.hp/gdb.defects/Makefile.
9719 * gdb.hp/Makefile.in: File deleted.
9720 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9721 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9722 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9723 * gdb.hp/gdb.aCC/run.c: File deleted.
9724 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9725 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9726 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9727 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9728 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9729 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9730 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9731 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9732 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9733 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9734 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9735 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9736 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9737 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9738 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9739 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9740 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9741 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9742 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9743 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9744 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9745 * gdb.hp/gdb.compat/average.c: File deleted.
9746 * gdb.hp/gdb.compat/sum.c: File deleted.
9747 * gdb.hp/gdb.compat/xdb.c: File deleted.
9748 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9749 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9750 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9751 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9752 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9753 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9754 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9755 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9756 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9757 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9758 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9759 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9760 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9761 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9762 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9763 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9764 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9765 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9766 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9767 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9768 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9769 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9770 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9771 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9772 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9773 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9774 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9775 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9776 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9777 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9778 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9779 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9780 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9781 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9782 * gdb.hp/tools/odump: File deleted.
9783
8bf3b159
PA
97842015-03-19 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9787 (saw_thread_3): New globals.
9788 (top level): Increment them when an event for the corresponding
9789 thread is seen.
9790 (no thread starvation): New test.
9791
eb54c8bf
PA
97922015-03-19 Pedro Alves <palves@redhat.com>
9793
9794 * gdb.threads/continue-pending-status.c: New file.
9795 * gdb.threads/continue-pending-status.exp: New file.
9796
32d2e5d6
PA
97972015-03-18 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9800 Use gdb_is_target_remote instead of is_remote. Use
9801 gdb_test_multiple instead of gdb_expect. Exit early if
9802 gdb_test_multiple hits its internal matches. Tighten stepi tests
9803 expected output. Fail on exit with any signal, instead of just
9804 SIGILL.
9805
f68f11b7
YQ
98062015-03-18 Yao Qi <yao.qi@linaro.org>
9807
9808 PR tdep/18107
9809 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9810 variable.
9811 * gdb.base/catch-syscall.exp: Don't skip it on
9812 aarch64*-*-linux* target. Remove elements in all_syscalls.
9813 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9814 target.
9815 (setup_all_syscalls): New proc.
9816
ca5fd19b
YQ
98172015-03-16 Yao Qi <yao.qi@linaro.org>
9818
9819 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9820 (top level): Skip tests if valid_addr_p returns false for
9821 $cmd1 or $cmd2.
9822
85642ba0
AW
98232015-03-11 Andy Wingo <wingo@igalia.com>
9824
9825 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9826
e03f9645
YQ
98272015-03-11 Yao Qi <yao.qi@linaro.org>
9828
9829 * gdb.base/catch-syscall.exp: Fix typo in comments.
9830
5d0962b2
YQ
98312015-03-11 Yao Qi <yao.qi@linaro.org>
9832
9833 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9834
b2df3cef
PA
98352015-03-09 Pedro Alves <palves@redhat.com>
9836
9837 * dg-extract-results.py: Delete.
9838
ef878e53
PA
98392015-03-09 Pedro Alves <palves@redhat.com>
9840
9841 Merge dg-extract-results.sh from GCC upstream (r218843).
9842
9843 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9844 * dg-extract-results.sh: Use --text with grep to avoid issues with
9845 binary files. Fall back to cat -v, if that doesn't work.
9846
9494d219
PA
98472015-03-05 Pedro Alves <palves@redhat.com>
9848
9849 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9850
a8d9763a
SM
98512015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9852
9853 * lib/mi-support.exp (mi_expect_interrupt): Accept
9854 alternative event for when in all-stop mode.
9855
be9957b8
PA
98562015-03-04 Pedro Alves <palves@redhat.com>
9857
9858 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9859
d57be0f4 98602015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9861
9862 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9863
c214c7cf
AA
98642015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9865
9866 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9867 regexps for GDB's current line display, accept a hex address
9868 preceding the line number.
9869
6d74a497
AA
98702015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9871
9872 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9873 the 'arch1' variable for "s390*-linux*" targets.
9874
511aee7c
PA
98752015-03-04 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9878 (main): Pass missing retval argument to pthread_join call.
9879
95e50b27
PA
98802015-03-02 Pedro Alves <palves@redhat.com>
9881
9882 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9883 (top level): Call do_test with non-stop as well.
9884
28054d69
PA
98852015-03-02 Pedro Alves <palves@redhat.com>
9886
9887 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9888 -1.
9889
4fa5d7b4
AA
98902015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9891
9892 * gdb.arch/s390-vregs.exp: New test.
9893 * gdb.arch/s390-vregs.S: New file.
9894
97c18565
PA
98952015-02-27 Pedro Alves <palves@redhat.com>
9896
9897 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9898 call to catch_command_errors.
9899 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9900 catch_command_errors.
9901
a37bfa30
PA
99022015-02-27 Pedro Alves <palves@redhat.com>
9903
9904 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9905 "true" for boolean result.
9906 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9907 prototype of main.
9908
6f98576f
PA
99092015-02-27 Pedro Alves <palves@redhat.com>
9910
9911 * lib/unbuffer_output.c: New file.
9912 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9913 (main): Call gdb_unbuffer_output.
9914
eba5ab56
YQ
99152015-02-27 Yao Qi <yao.qi@linaro.org>
9916
9917 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9918 target.
9919
0def5aaa
DE
99202015-02-26 Doug Evans <dje@google.com>
9921
9922 * gdb.cp/class2.cc (Dbase, D): New classes.
9923 (main): New local delta.
9924 * gdb.cp/class2.exp: Test printing delta.
9925 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9926 (dynbar): New global.
9927 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9928
081a1c2c
JK
99292015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9930
9931 * gdb.compile/compile-ifunc.c: New file.
9932 * gdb.compile/compile-ifunc.exp: New file.
9933
2f41223f
AT
99342015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9935
9936 * gdb.base/structs.exp: Check for correct struct on finish.
9937
03eddd80
YQ
99382015-02-26 Yao Qi <yao.qi@linaro.org>
9939
9940 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9941 is zero.
9942
80c57053
JK
99432015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9944
9945 * gdb.arch/cordic.ko.bz2: New file.
9946 * gdb.arch/cordic.ko.debug.bz2: New file.
9947 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9948
21613c12
YQ
99492015-02-25 Yao Qi <yao.qi@linaro.org>
9950
9951 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9952 aarch64*-*-* target.
9953
d8b901ed
PA
99542015-02-23 Pedro Alves <palves@redhat.com>
9955
9956 * lib/gdb.exp (delete_breakpoints): Rewrite using
9957 gdb_test_multiple.
9958
e5b85ead
PA
99592015-02-23 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.base/info-os.c: Include stdlib.h.
9962
85c3a371
DE
99632015-02-22 Doug Evans <xdje42@gmail.com>
9964
9965 PR symtab/17855
9966 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9967 is read after symbols have been re-read.
9968 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9969 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9970
96553a0c
DE
99712015-02-21 Doug Evans <dje@google.com>
9972
9973 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9974
97a0c697
JK
99752015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9976
9977 PR corefiles/17808
9978 * gdb.arch/i386-biarch-core.core.bz2: New file.
9979 * gdb.arch/i386-biarch-core.exp: New file.
9980
a47cd6e9
PA
99812015-02-21 Pedro Alves <palves@redhat.com>
9982
9983 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9984 runto_main fails.
9985
c5facdc4
PA
99862015-02-20 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9989 info probes.
9990
2db9a427
PA
99912015-02-20 Pedro Alves <palves@redhat.com>
9992
9993 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9994
60fb7e9e
PA
99952015-02-20 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9998 clean_restart before gdb_target_supports_trace.
9999
5c5019c2
PA
100002015-02-20 Pedro Alves <palves@redhat.com>
10001
10002 PR threads/18006
10003 * gdb.threads/clone-thread_db.c: New file.
10004 * gdb.threads/clone-thread_db.exp: New file.
10005
c9587f88
AT
100062015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10007
10008 PR breakpoints/16812
10009 * gdb.base/catch-gdb-caused-signals.c: New file.
10010 * gdb.base/catch-gdb-caused-signals.exp: New file.
10011
f6a88844
JM
100122015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10013
10014 * configure: Regenerated.
10015 * configure.ac: Use GDB_AC_TRANSFORM.
10016 * aclocal.m4: sinclude ../transform.m4.
10017
497c491b
JM
100182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10019
10020 * lib/dtrace.exp: New file.
10021 * gdb.base/dtrace-probe.exp: Likewise.
10022 * gdb.base/dtrace-probe.d: Likewise.
10023 * gdb.base/dtrace-probe.c: Likewise.
10024 * lib/pdtrace.in: Likewise.
10025 * configure.ac: Output variables with the transformed names of
10026 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10027 * configure: Regenerated.
10028
03e98035
JM
100292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10030
10031 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10032 expected message when trying to access $_probe_* convenience
10033 variables while not on a probe.
10034
63cc30e9
JK
100352015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10036
10037 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10038
0703599a
PA
100392015-02-11 Pedro Alves <pedro@codesourcery.com>
10040
10041 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10042 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10043
7e60a48e
DE
100442015-02-10 Doug Evans <xdje42@gmail.com>
10045
10046 * lib/gdb.exp (gdb_load): Always return a result.
10047
01b088bc
PA
100482015-02-10 Pedro Alves <palves@redhat.com>
10049
10050 * gdb.threads/signal-sigtrap.c: New file.
10051 * gdb.threads/signal-sigtrap.exp: New file.
10052
b05ec7a5
AT
100532015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10054
10055 * gdb.trace/no-attach-trace.c: New file.
10056 * gdb.trace/no-attach-trace.exp: New file.
10057
a2c2acaf
MW
100582015-02-09 Mark Wielaard <mjw@redhat.com>
10059
10060 * gdb.dwarf2/atomic.c: New file.
10061 * gdb.dwarf2/atomic-type.exp: Likewise.
10062
31fd9caa
MM
100632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10064
10065 * gdb.btrace/buffer-size.exp: Update "info record" output.
10066 * gdb.btrace/delta.exp: Update "info record" output.
10067 * gdb.btrace/enable.exp: Update "info record" output.
10068 * gdb.btrace/finish.exp: Update "info record" output.
10069 * gdb.btrace/instruction_history.exp: Update "info record" output.
10070 * gdb.btrace/next.exp: Update "info record" output.
10071 * gdb.btrace/nexti.exp: Update "info record" output.
10072 * gdb.btrace/step.exp: Update "info record" output.
10073 * gdb.btrace/stepi.exp: Update "info record" output.
10074 * gdb.btrace/nohist.exp: Update "info record" output.
10075
d33501a5
MM
100762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10077
10078 * gdb.btrace/buffer-size: New.
10079
f4abbc16
MM
100802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10081
10082 * gdb.btrace/delta.exp: Update "info record" output.
10083 * gdb.btrace/enable.exp: Update "info record" output.
10084 * gdb.btrace/finish.exp: Update "info record" output.
10085 * gdb.btrace/instruction_history.exp: Update "info record" output.
10086 * gdb.btrace/next.exp: Update "info record" output.
10087 * gdb.btrace/nexti.exp: Update "info record" output.
10088 * gdb.btrace/step.exp: Update "info record" output.
10089 * gdb.btrace/stepi.exp: Update "info record" output.
10090 * gdb.btrace/nohist.exp: Update "info record" output.
10091
b9d61307
SM
100922015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10093
10094 PR gdb/15678
10095 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10096
e584fdbc
PA
100972015-02-06 Pedro Alves <palves@redhat.com>
10098
10099 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10100 macro.
10101 (seconds_left, again): New globals.
10102 (main): Wait seconds_left in a 1-second sleep loop instead of
10103 sleeping 180 seconds. If 'again' is set, reset the seconds
10104 counter.
10105 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10106 'again' in the inferior before detaching. Print the seconds left.
10107 (options): New global.
10108 (top level): Build program with -DTIMEOUT=$timeout.
10109
77f41761
PA
101102015-02-06 Pedro Alves <palves@redhat.com>
10111
10112 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10113 determine how many seconds to pass to 'alarm'.
10114 * gdb.base/gdb-sigterm.exp (top level): Build program with
10115 -DTIMEOUT=$timeout.
10116 (do_test): Return success/failure indication. Add more verbose
10117 logging. Don't fail if 200 single steps are seen. Instead, fail
10118 when the test times out.
10119 (passes): New global.
10120 (top level): Break the testing loop if testing fails on any
10121 iteration. Use gdb_assert.
10122
b9394193
DB
101232015-02-04 Don Breazeal <donb@codesourcery.com>
10124
10125 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10126 and initialize them.
10127 (ipc_cleanup): New function.
10128 (main): Don't declare shmid, semid, and msqid. Add a call to
10129 atexit so that we call ipc_cleanup on exit.
10130
42d9e528
PA
101312015-02-04 Pedro Alves <palves@redhat.com>
10132
10133 * boards/native-extended-gdbserver.exp: Remove any target variant
10134 specifications from the board name before clearing the isremote
10135 flag from board_info.
10136
ae6ae975
DE
101372015-01-31 Doug Evans <xdje42@gmail.com>
10138
10139 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10140
cfb069a8
GB
101412015-01-31 Gary Benson <gbenson@redhat.com>
10142
10143 * gdb.base/completion.exp: Disable completion limiting for
10144 existing tests. Add new tests to check completion limiting.
10145 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10146
5dd31d79
DE
101472015-01-31 Doug Evans <xdje42@gmail.com>
10148
10149 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10150
9f050062
DE
101512015-01-31 Doug Evans <xdje42@gmail.com>
10152
10153 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10154 entries. Duplicate file section script entries.
10155 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10156 inlined entries. Add test for safe-path rejection.
10157 * gdb.python/py-section-script.c: Add duplicate inlined section script
10158 entries. Duplicate file section script entries.
10159 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10160 inlined entries. Add test for safe-path rejection.
10161
df25ebbd
JB
101622015-01-29 Joel Brobecker <brobecker@adacore.com>
10163
10164 * gdb.ada/disc_arr_bound: New testcase.
10165
4a0ca9ec
JB
101662015-01-29 Joel Brobecker <brobecker@adacore.com>
10167
10168 * gdb.ada/mi_var_array: New testcase.
10169
3a8b707a
DE
101702015-01-27 Doug Evans <dje@google.com>
10171
10172 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10173 Add test for objfile.filename, objfile.username after objfile
10174 has been unloaded.
10175
f8313f6e
JB
101762015-01-26 Joel Brobecker <brobecker@adacore.com>
10177
10178 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10179 the second test to print the name attribute of value
10180 returned by the call to gdb.lookup_type, and adjust
10181 the expected output accordingly.
10182
37bc665e
MW
101832015-01-25 Mark Wielaard <mjw@redhat.com>
10184
10185 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10186 * gdb.base/disp-step-fork.c: Include unistd.h.
10187 * gdb.base/siginfo-obj.c: Include stdio.h.
10188 * gdb.base/siginfo-thread.c: Likewise.
10189 * gdb.mi/non-stop.c: Include unistd.h.
10190 * gdb.mi/nsthrexec.c: Include stdio.h.
10191 * gdb.mi/pthreads.c: Include unistd.h.
10192 * gdb.modula2/unbounded1.c (main): Declare returns int.
10193 * gdb.reverse/consecutive-reverse.c: Likewise.
10194 * gdb.threads/create-fail.c: Include unistd.h.
10195 * gdb.threads/killed.c: Likewise.
10196 * gdb.threads/linux-dp.c: Likewise.
10197 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10198 * gdb.threads/non-ldr-exc-2.c: Likewise.
10199 * gdb.threads/non-ldr-exc-3.c: Likewise.
10200 * gdb.threads/non-ldr-exc-4.c: Likewise.
10201 * gdb.threads/pthreads.c: Include unistd.h.
10202 (main): Declare returns int.
10203 * gdb.threads/tls-main.c (foo): New declaration.
10204 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10205
f7e5394d
SM
102062015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10207
10208 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10209 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10210
743649fd
MW
102112015-01-15 Mark Wielaard <mjw@redhat.com>
10212
10213 * gdb.base/noreturn-return.c: New file.
10214 * gdb.base/noreturn-return.exp: New file.
10215 * gdb.base/noreturn-finish.c: New file.
10216 * gdb.base/noreturn-finish.exp: New file.
10217
198297aa
PA
102182015-01-23 Pedro Alves <palves@redhat.com>
10219
10220 * gdb.threads/continue-pending-after-query.c: New file.
10221 * gdb.threads/continue-pending-after-query.exp: New file.
10222
717cf30c
AG
102232015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10224 Simon Marchi <simon.marchi@ericsson.com>
10225
10226 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10227 * gdb.base/valgrind-db-attach.exp: Same.
10228 * gdb.base/valgrind-infcall.exp: Same.
10229 * lib/mi-support.exp (default_mi_gdb_start): Same.
10230 * lib/prompt.exp (default_prompt_gdb_start): Same.
10231 * lib/gdb.exp (default_gdb_spawn): Same.
10232 (gdb_interact): New.
10233
10234
4b62a76e
JK
102352015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10236
10237 * gdb.compile/compile.exp (pointer to jit function): New test.
10238
b4cdae6f
WW
102392015-01-17 Wei-cheng Wang <cole945@gmail.com>
10240
10241 * lib/gdb.exp (supports_process_record): Return true for
10242 powerpc*-*-linux*.
10243 (supports_reverse): Likewise.
10244
d221e7ef
DB
102452015-01-15 Don Breazeal <donb@codesourcery.com>
10246
10247 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10248 instead of checking whether the target board is remote and
10249 use spawn_wait_for_attach instead of exec/sleep.
10250 * gdb.base/attach-twice.exp: Likewise.
10251
bafffb51
JB
102522015-01-15 Joel Brobecker <brobecker@adacore.com>
10253
10254 * gdb.ada/var_arr_attrs: New testcase.
10255
5589af0e
PA
102562015-01-14 Pedro Alves <palves@redhat.com>
10257 Joel Brobecker <brobecker@adacore.com>
10258
10259 PR gdb/17525
10260 * gdb.base/bp-cmds-execution-x-script.c: New file.
10261 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10262 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10263
6c400b59
PA
102642015-01-14 Pedro Alves <palves@redhat.com>
10265
10266 PR cli/17828
10267 * gdb.base/batch-preserve-term-settings.c: New file.
10268 * gdb.base/batch-preserve-term-settings.exp: New file.
10269
e02c96a7
DE
102702015-01-13 Doug Evans <dje@google.com>
10271
10272 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10273 binary.
10274
576fd14c
JB
102752015-01-13 Joel Brobecker <brobecker@adacore.com>
10276
10277 * Makefile.in (clean mostlyclean): Do not delete *.py.
10278
04dccad0
JB
102792015-01-13 Joel Brobecker <brobecker@adacore.com>
10280
10281 * gdb.python/py-lookup-type.exp: New file.
10282
3d230f71
PA
102832015-01-12 Pedro Alves <palves@redhat.com>
10284
10285 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10286 restore GDBFLAGS before returning.
10287
7e67715d
JK
102882015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10289
10290 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10291 is_amd64_regs_target and is_x86_like_target.
10292
f2e0d4b4
DE
102932015-01-11 Doug Evans <xdje42@gmail.com>
10294
10295 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10296 is given without an explicit form.
10297 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10298 attributes.
10299 * gdb.dwarf/corrupt.exp: Ditto.
10300 * gdb.dwarf2/enum-type.exp: Ditto.
10301 * gdb.trace/entry-values.exp: Ditto.
10302 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10303
439250fb
DE
103042015-01-11 Doug Evans <xdje42@gmail.com>
10305
10306 PR gdb/15830
10307 * gdb.base/maint.exp: Remove references to "maint demangle".
10308 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10309 Add tests for explicitly specifying language to demangle.
10310 * gdb.dlang/demangle.exp: Ditto.
10311
ede9f622
PA
103122015-01-09 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.threads/non-stop-fair-events.c: New file.
10315 * gdb.threads/non-stop-fair-events.exp: New file.
10316
a7b796db
PA
103172015-01-09 Pedro Alves <palves@redhat.com>
10318
10319 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10320 the global scope. Set a breakpoint after all threads are started
10321 rather than stepping over two source lines. Expect the prompt.
10322 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10323 global.
10324 (NUM): Now 15.
10325 (main): Use threads_started_barrier to wait for all threads to
10326 start. Main thread no longer calls thread_function. Exit after
10327 180 seconds.
10328 (loop): New function.
10329 (thread_function): Wait on threads_started_barrier barrier. Call
10330 'loop' at each iteration.
10331 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10332 threads have started, instead of hardcoding number of "next"
10333 steps. Use an access watchpoint instead of a write watchpoint.
10334
9665ffdd
PA
103352015-01-09 Pedro Alves <palves@redhat.com>
10336
10337 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10338 (thread_func): Wait on barrier.
10339 (main): Wait for all threads to start before stopping GDB.
10340 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10341 global.
10342 (thread1_func, thread2_func): Wait on barrier.
10343 (main): Wait for all threads to start before stopping GDB.
10344 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10345 New global.
10346 (thread1_func, thread2_func): Wait on barrier.
10347 (main): Wait for all threads to start before stopping GDB.
10348
c945a99f
PA
103492015-01-09 Pedro Alves <palves@redhat.com>
10350
10351 * gdb.threads/attach-many-short-lived-threads.c: New file.
10352 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10353
c1a747c1
PA
103542014-01-09 Pedro Alves <palves@redhat.com>
10355
10356 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10357 instead of to thread 2.
10358 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10359 Add barrier around each pthread_create call instead of around all
10360 calls.
10361 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10362 Set a break on thread_function and have the child threads hit it
10363 one at at a time.
10364
60b3033e
PA
103652015-01-09 Pedro Alves <palves@redhat.com>
10366
10367 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10368 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10369 false.
10370 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10371 checking whether the target board is remote.
10372 * gdb.multi/multi-attach.exp: Likewise.
10373 * gdb.python/py-sync-interp.exp: Likewise.
10374 * gdb.server/ext-attach.exp: Likewise.
10375 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10376 tests that need to attach, instead of checking whether the target
10377 board is remote at the top of the file.
10378
acc018ac
YQ
103792015-01-08 Yao Qi <yao@codesourcery.com>
10380
10381 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10382
50a18af8
JK
103832015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10384
10385 Fix testcase compilation.
10386 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10387
8503d6e1
JB
103882015-01-06 Joel Brobecker <brobecker@adacore.com>
10389
10390 * gdb.python/py-type.exp: Add a couple test about empty
10391 array creation, and negative-length array creation.
10392
cc73dbcc
DE
103932015-01-02 Doug Evans <xdje42@gmail.com>
10394
10395 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10396
0300bbc7
DE
103972015-01-02 Doug Evans <dje@google.com>
10398
10399 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10400
9d85a0ec
YQ
104012014-12-29 Yao Qi <yao@codesourcery.com>
10402
10403 * gdb.trace/entry-values.exp: Update comments. Rename variable
10404 bar_call_foo to returned_from_foo.
10405
87186c6a
MMN
104062014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10407
10408 PR gdb/17394
10409 * gdb.linespec/break-asm-file.c: New file.
10410 * gdb.linespec/break-asm-file.exp: New file.
10411 * gdb.linespec/break-asm-file0.s: New file.
10412 * gdb.linespec/break-asm-file1.s: New file.
10413
1bab7383
YQ
104142014-12-18 Nigel Stephens <nigel@mips.com>
10415 Maciej W. Rozycki <macro@codesourcery.com>
10416
10417 * gdb.base/float.exp: Handle the new output from "info float" on
10418 MIPS targets.
10419
1bc1068a
JK
104202014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10421
10422 Fix MinGW compilation.
10423 * gdb.compile/compile-ops.exp: Update untested message if
10424 !skip_compile_feature_tests.
10425 * gdb.compile/compile-setjmp.exp: Likewise.
10426 * gdb.compile/compile-tls.exp: Likewise.
10427 * gdb.compile/compile.exp: Likewise.
10428 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10429 supported on this host".
10430
b6615d10
DE
104312014-12-16 Doug Evans <xdje42@gmail.com>
10432
10433 * boards/stabs.exp: New file.
10434
25dda427
AA
104352014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10436
10437 * gdb.base/completion.exp: Adjust to format changes of "maint
10438 print user-registers".
10439
bf330350
CU
104402014-12-16 Catalin Udma <catalin.udma@freescale.com>
10441
10442 PR server/17457
10443 * gdb.arch/aarch64-fp.c: New file.
10444 * gdb.arch/aarch64-fp.exp: New file.
10445
395cf596
SDJ
104462014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10447
10448 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10449 r210637, r210913, r211666, r215400, r215817).
10450
10451 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10452 * dg-extract-results.py: New file.
10453 * dg-extract-results.sh: Use it if the environment seems
10454 suitable.
10455
10456 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10457
10458 * dg-extract-results.py (parse_run): Handle warnings that
10459 are printed before a test harness is run.
10460
10461 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10462
10463 * dg-extract-results.py (Named): Remove __cmp__ method.
10464 (output_variation): Use a key to sort variation.harnesses.
10465
10466 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10467
10468 * dg-extract-results.py: For Python 3, force sys.stdout to
10469 handle surrogate escape sequences.
10470 (safe_open): New function.
10471 (output_segment, main): Use it.
10472
10473 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10474
10475 * dg-extract-results.py (Prog.result_re): Include options
10476 in test name.
10477
10478 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10479
10480 * dg-extract-results.py (output_variation): Always sort if
10481 do_sum.
10482
e882ef3c
SM
104832014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10484
10485 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10486 as long as we get pagination notifications.
10487
4992aa20
JM
104882014-12-15 Jason Merrill <jason@redhat.com>
10489
10490 * Makefile.in (check-gdb.%): Restore.
10491 * README: Mention it.
10492
c1b5a1a6
JB
104932014-12-13 Joel Brobecker <brobecker@adacore.com>
10494
10495 * gdb.ada/str_uninit: New testcase.
10496
5537b577
JK
104972014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10498
10499 PR symtab/17642
10500 * gdb.base/vla-stub-define.c: New file.
10501 * gdb.base/vla-stub.c: New file.
10502 * gdb.base/vla-stub.exp: New file.
10503
bb2ec1b3
TT
105042014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10505 Jan Kratochvil <jan.kratochvil@redhat.com>
10506 Tom Tromey <tromey@redhat.com>
10507
10508 * configure.ac: Add gdb.compile/.
10509 * configure: Regenerate.
10510 * gdb.compile/Makefile.in: New file.
10511 * gdb.compile/compile-ops.exp: New file.
10512 * gdb.compile/compile-ops.c: New file.
10513 * gdb.compile/compile-tls.c: New file.
10514 * gdb.compile/compile-tls.exp: New file.
10515 * gdb.compile/compile-constvar.S: New file.
10516 * gdb.compile/compile-constvar.c: New file.
10517 * gdb.compile/compile-mod.c: New file.
10518 * gdb.compile/compile-nodebug.c: New file.
10519 * gdb.compile/compile-setjmp-mod.c: New file.
10520 * gdb.compile/compile-setjmp.c: New file.
10521 * gdb.compile/compile-setjmp.exp: New file.
10522 * gdb.compile/compile-shlib.c: New file.
10523 * gdb.compile/compile.c: New file.
10524 * gdb.compile/compile.exp: New file.
10525 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10526
4ff709eb
TT
105272014-12-12 Tom Tromey <tromey@redhat.com>
10528
10529 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10530 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10531
6dddd6a5
DE
105322014-12-12 Doug Evans <dje@google.com>
10533
10534 * lib/gdb-python.exp (get_python_valueof): New function.
10535 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10536
71c24708
AA
105372014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10538
10539 * gdb.base/completion.exp: Add test for completion of "info
10540 registers ".
10541
3e29f34a
MR
105422014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10543
10544 * gdb.base/func-ptrs.c: New file.
10545 * gdb.base/func-ptrs.exp: New file.
10546
fc126975
SM
105472014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10548
10549 PR breakpoints/17012
10550 * gdb.base/dprintf-detach.c: New file.
10551 * gdb.base/dprintf-detach.exp: New file.
10552
0a46d518
SM
105532014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10554
10555 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10556 * lib/gdb.exp (target_is_gdbserver): New procedure.
10557
a0be3e44
DE
105582014-12-08 Doug Evans <dje@google.com>
10559
10560 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10561
df1b803a
YQ
105622014-12-05 Yao Qi <yao@codesourcery.com>
10563
10564 * gdb.guile/scm-error.exp: Remove the third argument to
10565 gdb_remote_download.
10566 * gdb.guile/scm-frame-args.exp: Likewise.
10567 * gdb.guile/scm-section-script.exp: Likewise.
10568
ddb9f679
YQ
105692014-12-05 Yao Qi <yao@codesourcery.com>
10570
10571 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10572
86e4ed39
DE
105732014-12-04 Doug Evans <dje@google.com>
10574
10575 * gdb.python/py-objfile.exp: Add tests for
10576 objfile.add_separate_debug_file.
10577
7c50a931
DE
105782014-12-04 Doug Evans <dje@google.com>
10579
10580 * lib/gdb.exp (get_build_id): New function.
10581 (build_id_debug_filename_get): Rewrite to use it.
10582 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10583
621661e3
MR
105842014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10585
10586 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10587 `method(long)', not just 0x0.
10588 * gdb.cp/nsalias.exp: Align code labels to 4.
10589 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10590 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10591 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10592 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10593 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10594 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10595
29f0c3b7
DE
105962014-12-02 Doug Evans <dje@google.com>
10597
e1e061e7 10598 PR symtab/17602
29f0c3b7 10599 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10600 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10601 * gdb.cp/anon-ns.exp: Update.
10602
162078c8
NB
106032014-12-02 Nick Bull <nicholaspbull@gmail.com>
10604
10605 * gdb.python/py-events.py (inferior_call_handler): New.
10606 (register_changed_handler, memory_changed_handler): New.
10607 (test_events.invoke): Register new handlers.
10608 * gdb.python/py-events.exp: Add tests for inferior call,
10609 memory_changed and register_changed events.
10610
fdb09caf
AA
106112014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10612
10613 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10614 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10615 if the linker doesn't understand this.
10616
55cfb2c4
SM
106172014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10618
10619 * gdb.python/python.exp: Change expected reply to help().
10620
9e8cd6df
YQ
106212014-12-01 Yao Qi <yao@codesourcery.com>
10622
10623 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10624 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10625 * configure: Re-generated.
10626
6c659fc2
SC
106272014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10628
10629 * gdb.cp/chained-calls.cc: New file.
10630 * gdb.cp/chained-calls.exp: New file.
10631 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10632
d7fc3181
SM
106332014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10634
10635 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10636 * gdb.dwarf2/symtab-producer.exp: Same.
10637 * gdb.gdb/python-interrupts.exp: Same.
10638 * gdb.gdb/python-selftest.exp: Same.
10639 * gdb.python/py-linetable.exp: Same.
10640 * gdb.python/py-type.exp: Same.
10641 * gdb.python/py-value-cc.exp: Same.
10642 * gdb.python/py-value.exp: Same.
10643
10e79639
YQ
106442014-11-28 Yao Qi <yao@codesourcery.com>
10645
10646 * gdb.base/break-probes.exp: Match library name prefixed with
10647 sysroot.
10648
f28a0564
SM
106492014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10650
10651 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10652 test expected output. Add parentheses for the call to print.
10653 Remove L suffix from integers.
10654
3fe1ce1d
DE
106552014-11-26 Doug Evans <dje@google.com>
10656
10657 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10658
84429e27
YQ
106592014-11-22 Yao Qi <yao@codesourcery.com>
10660
10661 * gdb.trace/entry-values.c: Remove asms.
10662 (foo): Add foo_label.
10663 (bar): Add bar_label.
10664 * gdb.trace/entry-values.exp: Remove code computing foo's
10665 length and bar's length.
10666 (Dwarf::assemble): Invoke function_range for bar and use
10667 MACRO_AT_func for foo.
10668
26741859
YQ
106692014-11-22 Yao Qi <yao@codesourcery.com>
10670
10671 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10672 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10673 Use .Lgcc43_procstart instead of gcc43.
10674
45e44d27
JB
106752014-11-21 Joel Brobecker <brobecker@adacore.com>
10676
10677 * gdb.ada/n_arr_bound: New testcase.
10678
458c8db8
SDJ
106792014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10680
10681 PR breakpoints/10737
10682 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10683 test_catch_syscall_multi_arch.
10684 (test_catch_syscall_multi_arch): New function.
10685
43f3e411
DE
106862014-11-20 Doug Evans <xdje42@gmail.com>
10687
10688 * gdb.base/maint.exp: Update expected output.
10689
0d7b2549
AA
106902014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10691
10692 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10693 4-byte instruction on S390.
10694
8908fca5
JB
106952014-11-19 Joel Brobecker <brobecker@adacore.com>
10696
10697 * gdb.ada/arr_arr: New testcase.
10698
4a46959e
JB
106992014-11-19 Joel Brobecker <brobecker@adacore.com>
10700
10701 * gdb.ada/pkd_arr_elem: New Testcase.
10702
470e2f4e
LM
107032014-11-18 Luis Machado <lgustavo@codesourcery.com>
10704
10705 * gdb.reverse/break-precsave: Expect completion message for
10706 core file reads.
10707 * gdb.reverse/consecutive-precsave.exp: Likewise.
10708 * gdb.reverse/finish-precsave.exp: Likewise.
10709 * gdb.reverse/i386-precsave.exp: Likewise.
10710 * gdb.reverse/machinestate-precsave.exp: Likewise.
10711 * gdb.reverse/sigall-precsave.exp: Likewise.
10712 * gdb.reverse/solib-precsave.exp: Likewise.
10713 * gdb.reverse/step-precsave.exp: Likewise.
10714 * gdb.reverse/until-precsave.exp: Likewise.
10715 * gdb.reverse/watch-precsave.exp: Likewise.
10716
a267f3ad
AA
107172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10718
10719 * gdb.base/bp-permanent.c: Include unistd.h.
10720 * gdb.python/py-framefilter-mi.c (main): Add return type.
10721 * gdb.python/py-framefilter.c (main): Likewise.
10722 * gdb.trace/actions-changed.c (main): Likewise.
10723
12084a9a
AA
107242014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10725
10726 * gdb.mi/until.c: Add eye-catchers.
10727 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10728 line numbers.
10729
dc7e1a77
AA
107302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10731
10732 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10733 function header variants in break1.c.
10734 * gdb.base/ena-dis-br.exp: Likewise.
10735 * gdb.base/hbreak2.exp: Likewise.
10736 * gdb.reverse/until-precsave.exp: Drop references to removed
10737 non-prototype function header variants in ur1.c.
10738 * gdb.reverse/until-reverse.exp: Likewise.
10739
41c77605
PM
107402014-11-17 Petr Machata <pmachata@redhat.com>
10741
10742 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10743 ${_cu_offset_size} bytes abbrev offset.
10744
34248c3a
DE
107452014-11-15 Doug Evans <xdje42@gmail.com>
10746
10747 PR symtab/17559
10748 * gdb.base/line-symtabs.exp: New file.
10749 * gdb.base/line-symtabs.c: New file.
10750 * gdb.base/line-symtabs.h: New file.
10751
646da059
YQ
107522014-11-14 Yao Qi <yao@codesourcery.com>
10753
10754 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10755 (func): Add label func_label.
10756 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10757 Replace low_pc and high_pc with MACRO_AT_range.
10758 Replace name, low_pc and high_pc with MACRO_AT_func.
10759
9301ebe6
YQ
107602014-11-14 Yao Qi <yao@codesourcery.com>
10761
10762 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10763 Replace name, low_pc and high_pc with MACRO_AT_func.
10764
f166b542
YQ
107652014-11-14 Yao Qi <yao@codesourcery.com>
10766
10767 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10768 produce debug information.
10769 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10770
0f6e71e3
YQ
107712014-11-14 Yao Qi <yao@codesourcery.com>
10772
10773 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10774 object and get function length.
10775 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10776 with MACRO_AT_func.
10777 (top-level): Replace gdb_compile and clean_restart with
10778 prepare_for_testing.
10779 * gdb.dwarf2/main.c (main): Add label main_label.
10780
876c4df9
YQ
107812014-11-14 Yao Qi <yao@codesourcery.com>
10782
10783 * lib/dwarf.exp (function_range): New procedure.
10784 (Dwarf::_handle_macro_at_func): New procedure.
10785 (Dwarf::_handle_macro_at_range): New procedure.
10786 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10787
02ad9cf1
YQ
107882014-11-14 Yao Qi <yao@codesourcery.com>
10789
10790 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10791 (_handle_attribute): New procedure.
10792
a59add0c
AA
107932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10794
10795 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10796 * gdb.base/call-sc.c (zed): Likewise.
10797 * gdb.base/checkpoint.c (main): Likewise.
10798 * gdb.base/dump.c (main): Likewise.
10799 * gdb.base/gcore.c (main): Likewise.
10800 * gdb.base/huge.c (main): Likewise.
10801 * gdb.base/multi-forks.c (main): Likewise.
10802 * gdb.base/pr10179-a.c (main): Likewise.
10803 * gdb.base/savedregs.c (main): Likewise.
10804 * gdb.base/sigaltstack.c (main): Likewise.
10805 * gdb.base/siginfo.c (main): Likewise.
10806 * gdb.base/structs.c (zed): Likewise.
10807 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10808 * gdb.mi/mi-syn-frame.c (main): Likewise.
10809 * gdb.mi/until.c (foo, main): Likewise.
10810 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10811 * gdb.base/solib-weak.c (foo): Declare.
10812 * gdb.base/attach-twice.c: Include stdio.h.
10813 * gdb.base/weaklib1.c: Likewise.
10814 * gdb.base/weaklib2.c: Likewise.
10815 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10816 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10817 unistd.h.
10818 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10819 * gdb.mi/mi-exit-code.c: Likewise.
10820 * gdb.base/break-interp-lib.c: Include string.h.
10821 * gdb.base/coremaker.c: Likewise.
10822 * gdb.base/testenv.c: Likewise.
10823 * gdb.python/py-finish-breakpoint.c: Likewise.
10824 * gdb.base/inferior-died.c: Include sys/wait.h.
10825 * gdb.base/fileio.c: Include time.h.
10826 * gdb.base/async-shell.c: Include unistd.h.
10827 * gdb.base/dprintf-non-stop.c: Likewise.
10828 * gdb.base/info-os.c: Likewise.
10829 * gdb.mi/mi-console.c: Likewise.
10830 * gdb.mi/watch-nonstop.c: Likewise.
10831 * gdb.python/py-events.c: Likewise.
10832 * gdb.base/async.c (baz): Move up before its invocation.
10833 * gdb.base/code_elim2.c (my_global_func): Likewise.
10834 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10835 * gdb.base/advance.c (func2): Likewise.
10836
3b5d5997
AA
108372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10838
10839 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10840 variant.
10841 * gdb.base/annota3.c: Likewise.
10842 * gdb.base/async.c: Likewise.
10843 * gdb.base/average.c: Likewise.
10844 * gdb.base/call-ar-st.c: Likewise.
10845 * gdb.base/call-rt-st.c: Likewise.
10846 * gdb.base/call-sc.c: Likewise.
10847 * gdb.base/call-strs.c: Likewise.
10848 * gdb.base/ending-run.c: Likewise.
10849 * gdb.base/execd-prog.c: Likewise.
10850 * gdb.base/exprs.c: Likewise.
10851 * gdb.base/foll-exec.c: Likewise.
10852 * gdb.base/foll-fork.c: Likewise.
10853 * gdb.base/foll-vfork.c: Likewise.
10854 * gdb.base/funcargs.c: Likewise.
10855 * gdb.base/gcore.c: Likewise.
10856 * gdb.base/jump.c: Likewise.
10857 * gdb.base/langs0.c: Likewise.
10858 * gdb.base/langs1.c: Likewise.
10859 * gdb.base/langs2.c: Likewise.
10860 * gdb.base/mips_pro.c: Likewise.
10861 * gdb.base/nodebug.c: Likewise.
10862 * gdb.base/opaque0.c: Likewise.
10863 * gdb.base/opaque1.c: Likewise.
10864 * gdb.base/recurse.c: Likewise.
10865 * gdb.base/run.c: Likewise.
10866 * gdb.base/scope0.c: Likewise.
10867 * gdb.base/scope1.c: Likewise.
10868 * gdb.base/setshow.c: Likewise.
10869 * gdb.base/setvar.c: Likewise.
10870 * gdb.base/shmain.c: Likewise.
10871 * gdb.base/shr1.c: Likewise.
10872 * gdb.base/shr2.c: Likewise.
10873 * gdb.base/sigall.c: Likewise.
10874 * gdb.base/signals.c: Likewise.
10875 * gdb.base/so-indr-cl.c: Likewise.
10876 * gdb.base/solib2.c: Likewise.
10877 * gdb.base/structs.c: Likewise.
10878 * gdb.base/sum.c: Likewise.
10879 * gdb.base/vforked-prog.c: Likewise.
10880 * gdb.base/watchpoint.c: Likewise.
10881 * gdb.reverse/shr2.c: Likewise.
10882 * gdb.reverse/until-reverse.c: Likewise.
10883 * gdb.reverse/ur1.c: Likewise.
10884 * gdb.reverse/watch-reverse.c: Likewise.
10885
066a77c5
AA
108862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10887
10888 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10889 variant.
10890 * gdb.base/sepdebug.exp: Drop references to removed code.
10891
4f204ea5
AA
108922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10893
10894 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10895 variant. Preserve original line numbering.
10896 * gdb.base/list1.c: Likewise.
10897
3b377a3a
AA
108982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10899
10900 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10901 variant.
10902 * gdb.base/break1.c: Likewise.
10903 * gdb.base/break.exp: Drop references to removed code.
10904
e444df73
AA
109052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10906
10907 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10908 variant.
10909
8008f2a7
AA
109102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10911
10912 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10913
a5a06887
AA
109142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10915
10916 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10917 logic into perform_all_tests() and invoke it with and without
10918 function header prototypes.
10919 (do_function_calls): Remove conditional XFAIL for PR 5318.
10920 (rerun_and_prepare): Remove duplicate code.
10921 (perform_all_tests): New. Main logic moved here.
10922
44dba9b9
AA
109232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10924
10925 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10926 code guarded by #ifdef NO_PROTOTYPES.
10927 (t_double_many_args): Likewise.
10928 (DEF_FUNC_MANY_ARGS_1): Likewise.
10929 (DEF_FUNC_VALUES_1): Likewise.
10930 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10931 guarded by #ifdef PROTOTYPES.
10932
d1fbcd56
AA
109332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10934
10935 * gdb.mi/mi-console.c: Add eye-catcher.
10936 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10937 instead of literal line number.
10938
b0e59b8f
AA
109392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10940
10941 * gdb.base/shr2.c: Add eye-catcher.
10942 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10943 line number.
10944
78f98cca
AA
109452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10946
10947 * gdb.base/jump.c: Add eye-catchers.
10948 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10949 numbers.
10950
58fa2af0
AA
109512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10952
10953 * gdb.base/execd-prog.c: Add eye-catchers.
10954 * gdb.base/foll-exec.c: Likewise.
10955 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10956 line numbers.
10957
04e5059b
AA
109582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10959
10960 * gdb.base/ending-run.c: Add eye-catchers.
10961 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10962 literal line numbers.
10963
dbfdb174
AA
109642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10965
10966 * gdb.base/call-rt-st.c: Add eye-catchers.
10967 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10968 literal line numbers.
10969
888a2ade
AA
109702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10971
10972 * gdb.base/call-ar-st.c: Add eye-catchers.
10973 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10974 literal line numbers.
10975
6acc2dde
AA
109762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10977
10978 * gdb.base/average.c: Add eye-catchers.
10979 * gdb.base/sum.c: Likewise.
10980 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10981 regexps dynamically.
10982
9ecfcd1d
AA
109832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10984
10985 * gdb.base/solib1.c: Add eye-catchers.
10986 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10987 literal line numbers.
10988
78708b7c
PA
109892014-11-12 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10992 leader has exited.
10993
af48d08f
PA
109942014-11-12 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.arch/i386-bp_permanent.c: New file.
10997 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10998 (srcfile): Set to i386-bp_permanent.c.
10999 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11000 that stepi does not execute the 'leave' instruction, instead of
11001 testing it does execute.
11002 * gdb.base/bp-permanent.c: New file.
11003 * gdb.base/bp-permanent.exp: New file.
11004
af3768e9
DE
110052014-11-10 Doug Evans <xdje42@gmail.com>
11006
11007 PR symtab/17564
11008 * gdb.base/symtab-search-order.exp: New file.
11009 * gdb.base/symtab-search-order.c: New file.
11010 * gdb.base/symtab-search-order-1.c: New file.
11011 * gdb.base/symtab-search-order-shlib-1.c: New file.
11012
9de00a4a
PA
110132014-11-07 Pedro Alves <palves@redhat.com>
11014
11015 PR gdb/17511
11016 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11017 i?86-*-linux*.
11018
e0f52461
SC
110192014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11020
11021 PR c++/17494
11022 * gdb.cp/pr17494.cc: New file.
11023 * gdb.cp/pr17494.exp: New file.
11024
6ce8c980
YQ
110252014-11-02 Yao Qi <yao@codesourcery.com>
11026
11027 * gdb.python/python.exp: Get working directory and match the
11028 output of "set extended-prompt \\w " with it.
11029
02be9a71
DE
110302014-10-30 Doug Evans <dje@google.com>
11031
11032 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11033 in objfiles.
11034 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11035 in progspaces.
11036
3bdff46b
LM
110372014-10-30 Janis Johnson <janisjo@codesourcery.com>
11038
11039 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11040 * gdb.base/realname-expand.exp: Likewise.
11041 * gdb.linespec/macro-relative.exp: Likewise.
11042
ab917dfb
PA
110432014-10-29 Pedro Alves <palves@redhat.com>
11044
11045 PR gdb/17408
11046 * gdb.threads/schedlock.c (some_function): New function.
11047 (call_function): New global.
11048 (MAYBE_CALL_SOME_FUNCTION): New macro.
11049 (thread_function): Call it.
11050 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11051 and use it instead of a global counter. Adjust all callers.
11052 (get_current_thread): Use "find current thread" for test message
11053 here rather than having all callers pass down the same string.
11054 (goto_loop): New procedure, factored out from ...
11055 (my_continue): ... this.
11056 (step_ten_loops): Change parameter from test message to command to
11057 use. Adjust.
11058 (list_count): Delete global.
11059 (check_result): New procedure, factored out from duplicate top
11060 level code.
11061 (continue tests): Wrap in with_test_prefix.
11062 (test_step): New procedure, factored out from duplicate top level
11063 code.
11064 (top level): Test "step" in combination with all scheduler-locking
11065 modes. Test "next" in combination with all scheduler-locking
11066 modes, and in combination with stepping over a function call or
11067 not.
11068 * gdb.threads/next-bp-other-thread.c: New file.
11069 * gdb.threads/next-bp-other-thread.exp: New file.
11070
d3d4baed
PA
110712014-10-29 Pedro Alves <palves@redhat.com>
11072
11073 PR python/17372
11074 * gdb.python/python.exp: Test a multi-line command that spawns
11075 interactive Python.
11076 * gdb.base/multi-line-starts-subshell.exp: New file.
11077
563e8d85
YQ
110782014-10-29 Yao Qi <yao@codesourcery.com>
11079
11080 * gdb.base/fileio.exp: Make directories on host.
11081
0ea4d52e
YQ
110822014-10-29 Yao Qi <yao@codesourcery.com>
11083
11084 * gdb.base/fileio.c (test_write): Close the file.
11085
7f5ef605
PA
110862014-10-28 Pedro Alves <palves@redhat.com>
11087
11088 PR gdb/12623
11089 * gdb.base/sigstep.c (no_handler): New global.
11090 (main): If 'no_handler is true, set the signal handlers to
11091 SIG_IGN.
11092 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11093 with_sw_watch and no_handler parameters. Handle them.
11094 (top level) <stepping over handler when stopped at a breakpoint
11095 test>: Add a test axis for testing with a software watchpoint, and
11096 another for testing with the signal handler set to SIG_IGN.
11097 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11098 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11099
abbdbd03
PA
111002014-10-28 Pedro Alves <palves@redhat.com>
11101
11102 PR gdb/17511
11103 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11104 * gdb.base/sigstep.exp (other_handler_location): New global.
11105 (advance): Support stepping into the signal handler, and running
11106 commands while in the handler.
11107 (in_handler_map): New global.
11108 (top level): In the advance test, add combinations for getting
11109 into the handler with stepping commands, and for running commands
11110 in the handler. Add comment descripting the advancei tests.
11111
1df4399f
PA
111122014-10-28 Pedro Alves <palves@redhat.com>
11113
11114 * gdb.base/sigstep.exp: Use build_executable instead of
11115 prepare_for_testing.
11116 (top level): Move code that starts GDB, runs to main and creates a
11117 display to ...
11118 (restart): ... this new procedure.
11119 (top level): Move backtrace from signal handler test to ...
11120 (validate_backtrace): ... this new procedure.
11121 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11122 with_test_prefix. Always restart GDB.
11123 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11124 with_test_prefix. Always restart GDB. No need to delete
11125 breakpoints after the test.
11126 (test_skip_handler): Remove prefix parameter.
11127 (skip_over_handler, breakpoint_to_handler)
11128 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11129 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11130 restart GDB. No need to delete breakpoints after the test.
11131 (top level): Use foreach to call the test procedures with
11132 different commands.
11133
a5b6e449
PA
111342014-10-28 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11137 instead of GNATS numbers.
11138 * gdb.base/sigbpt.exp: Likewise.
11139 * gdb.base/siginfo.exp: Likewise.
11140 * gdb.base/sigstep.exp: Likewise.
11141
e5f8a7cc
PA
111422014-10-27 Pedro Alves <palves@redhat.com>
11143
11144 * gdb.base/sigstep.c (dummy): New global.
11145 (main): Issue a couple writes to the new global.
11146 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11147 procedures.
11148 (skip_over_handler): Use test_skip_handler.
11149 (top level): Call skip_over_handler for stepi and nexti too.
11150 (breakpoint_over_handler): Use test_skip_handler.
11151 (top level): Call breakpoint_over_handler for stepi and nexti too.
11152
763905a3
YQ
111532014-10-27 Yao Qi <yao@codesourcery.com>
11154
11155 * gdb.trace/tfile.c (adjust_function_address)
11156 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11157 function descriptor.
11158
6f259a23
DB
111592014-10-24 Don Breazeal <donb@codesourcery.com>
11160
11161 * gdb.base/foll-fork.exp (test_follow_fork,
11162 catch_fork_child_follow): Check for updated fork messages emitted
11163 from infrun.c.
11164 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11165 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11166 vfork_and_exec_child_follow_through_step): Check for updated vfork
11167 messages emitted from infrun.c.
11168
09dd9a69
PA
111692014-10-24 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.base/corefile.exp: Remove references to ultrix.
11172 * gdb.base/interrupt.exp: Likewise.
11173 * gdb.base/whatis.exp: Likewise.
11174 * gdb.gdb/selftest.exp: Likewise.
11175 * gdb.threads/manythreads.exp: Likewise.
11176 * gdb.threads/print-threads.exp: Likewise.
11177 * gdb.threads/pthreads.exp:: Likewise.
11178 * gdb.threads/schedlock.exp: Likewise.
11179
3433cfa5
SC
111802014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11181
11182 * gdb.cp/non-trivial-retval.cc: Add a test case.
11183 * gdb.cp/non-trivial-retval.exp: Add a test.
11184
092f880b
YQ
111852014-10-20 Yao Qi <yao@codesourcery.com>
11186
11187 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11188 * gdb.python/py-objfile-script-gdb.py: New file.
11189 * gdb.python/py-objfile-script.exp: Update reference to
11190 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11191 of remote_download. Remove the dest file.
11192
acbdb7f3
YQ
111932014-10-20 Yao Qi <yao@codesourcery.com>
11194
11195 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11196 * gdb.base/step-line.exp: Likewise.
11197 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11198 * gdb.dwarf2/dw2-basic.exp: Likewise.
11199 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11200 * gdb.dwarf2/dw2-filename.exp: Likewise.
11201 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11202 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11203 * gdb.dwarf2/dw2-producer.exp: Likewise.
11204 * gdb.dwarf2/mac-fileno.exp: Likewise.
11205 * gdb.python/py-frame-args.exp: Likewise.
11206 * gdb.python/py-framefilter.exp: Likewise.
11207 * gdb.python/py-mi.exp: Likewise.
11208 * gdb.python/py-objfile-script.exp: Likewise
11209 * gdb.python/py-pp-integral.exp: Likewise.
11210 * gdb.python/py-pp-re-notag.exp: Likewise.
11211 * gdb.python/py-prettyprint.exp: Likewise.
11212 * gdb.python/py-section-script.exp: Likewise.
11213 * gdb.python/py-typeprint.exp: Likewise.
11214 * gdb.python/py-xmethods.exp: Likewise.
11215 * gdb.stabs/weird.exp: Likewise.
11216 * gdb.xml/tdesc-regs.exp: Likewise.
11217
bd286a29
KCY
112182014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11219
11220 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11221 (out_cu): Use addr_len for the size of addresses.
11222 (out_line): Likewise. Size DW_LNE_set_address instruction
11223 according to addr_len.
11224 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11225 (FUNC): Add START_INSNS to definition.
11226
673dc4a0
YQ
112272014-10-18 Yao Qi <yao@codesourcery.com>
11228
11229 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11230 gdb_has_argv0 return true.
11231 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11232 check [target_info exists noargs], check [gdb_has_argv0]
11233 instead.
11234 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11235 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11236 procedures.
11237
4ffbba72
DE
112382014-10-17 Doug Evans <dje@google.com>
11239
11240 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11241 event.
11242 * gdb.python/py-events.py: Add clear_objfiles event.
11243
d096d8c1
DE
112442014-10-17 Doug Evans <dje@google.com>
11245
11246 * gdb.python/py-objfile.exp: Test progspace attribute.
11247
a80db015
LM
112482014-10-17 Luis Machado <lgustavo@codesourcery.com>
11249
11250 * gdb.guile/scm-breakpoint.exp: Do not assume any
11251 directory separators when matching source file paths.
11252 * gdb.python/py-breakpoint.exp: Likewise.
11253 * gdb.reverse/break-precsave.exp: Likewise.
11254 * gdb.reverse/break-reverse.exp: Likewise.
11255 * gdb.reverse/consecutive-precsave.exp: Likewise.
11256 * gdb.reverse/finish-precsave.exp: Likewise.
11257 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11258 * gdb.reverse/finish-reverse.exp: Likewise.
11259 * gdb.reverse/i386-precsave.exp: Likewise.
11260 * gdb.reverse/i387-env-reverse.exp: Likewise.
11261 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11262 * gdb.reverse/machinestate-precsave.exp: Likewise.
11263 * gdb.reverse/machinestate.exp: Likewise.
11264 * gdb.reverse/sigall-precsave.exp: Likewise.
11265 * gdb.reverse/solib-precsave.exp: Likewise.
11266 * gdb.reverse/step-precsave.exp: Likewise.
11267 * gdb.reverse/until-precsave.exp: Likewise.
11268 * gdb.reverse/watch-precsave.exp: Likewise.
11269 * gdb.reverse/watch-reverse.exp: Likewise.
11270
b22089ab
YQ
112712014-10-17 Yao Qi <yao@codesourcery.com>
11272
11273 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11274 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11275
6c4486e6
PA
112762014-10-17 Pedro Alves <palves@redhat.com>
11277
11278 PR gdb/17471
11279 * gdb.base/bg-execution-repeat.c: New file.
11280 * gdb.base/bg-execution-repeat.exp: New file.
11281
0ff33695
PA
112822014-10-17 Pedro Alves <palves@redhat.com>
11283
11284 PR gdb/17300
11285 * gdb.base/continue-all-already-running.c: New file.
11286 * gdb.base/continue-all-already-running.exp: New file.
11287
6fdebc3d
PA
112882014-10-17 Pedro Alves <palves@redhat.com>
11289
11290 PR gdb/17472
11291 * gdb.base/annota-input-while-running.c: New file.
11292 * gdb.base/annota-input-while-running.exp: New file.
11293
32a8097b
PA
112942014-10-17 Pedro Alves <palves@redhat.com>
11295
11296 * gdb.base/callfuncs.exp: emove references to osf.
11297 * gdb.base/sigall.exp: Likewise.
11298 * gdb.gdb/selftest.exp: Likewise.
11299 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11300 * gdb.mi/non-stop.c: Likewise.
11301 * gdb.mi/pthreads.c: Likewise.
11302 * gdb.reverse/sigall-precsave.exp: Likewise.
11303 * gdb.reverse/sigall-reverse.exp: Likewise.
11304 * gdb.threads/pthreads.c: Likewise.
11305 * gdb.threads/pthreads.exp: Likewise.
11306
7a3517ff
YQ
113072014-10-17 Yao Qi <yao@codesourcery.com>
11308
11309 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11310 check 'target_info exists noargs'.
11311 (test_command_prompt_position): Likewise.
11312 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11313 Remove "set args".
11314 (progvar_simple_while_test): Likewise.
11315 (progvar_complex_if_while_test): Likewise.
11316 (if_while_breakpoint_command_test): Likewise.
11317 (infrun_breakpoint_command_test): Likewise.
11318 (breakpoint_command_test): Likewise.
11319 (watchpoint_command_test): Likewise.
11320 (bp_deleted_in_command_test): Likewise.
11321 (temporary_breakpoint_commands): Likewise.
11322
bb99c472
YQ
113232014-10-16 Yao Qi <yao@codesourcery.com>
11324
11325 * gdb.base/remotetimeout.exp: Remove noargs checking.
11326
7c16b83e
PA
113272014-10-15 Pedro Alves <palves@redhat.com>
11328
11329 PR breakpoints/9649
11330 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11331 * gdb.base/breakpoint-in-ro-region.exp
11332 (probe_target_hardware_step): New procedure.
11333 (top level): Probe hardware stepping and hardware breakpoint
11334 support. Test stepping through a read-only region, with both
11335 "breakpoint auto-hw" on and off and both "always-inserted" on and
11336 off.
11337
35a49624
IB
113382014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11339
11340 * gdb.dlang/demangle.exp: Update for demangling changes.
11341
2d1c107c
SC
113422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11343
11344 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11345 * gdb.cp/non-trivial-retval.exp: Add new tests.
11346
778811d5
SC
113472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11348
11349 PR c++/13403
11350 PR c++/15154
11351 * gdb.cp/non-trivial-retval.cc: New file.
11352 * gdb.cp/non-trivial-retval.exp: New file.
11353
10c5f0a8
YQ
113542014-10-15 Yao Qi <yao@codesourcery.com>
11355
11356 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11357 remote host.
11358
65d7b369
YQ
113592014-10-15 Yao Qi <yao@codesourcery.com>
11360
11361 * gdb.python/py-symbol.exp: Match file base name if host is
11362 remote, otherwise match file name with dir name.
11363 * gdb.python/py-symtab.exp: Likewise.
11364 * gdb.python/python.exp: Likewise.
11365
46dc1394
YQ
113662014-10-15 Yao Qi <yao@codesourcery.com>
11367
11368 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11369 pattern.
11370 * gdb.python/py-symtab.exp: Likewise.
11371 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11372 locationn.
11373
c40cc657
JB
113742014-10-14 Joel Brobecker <brobecker@adacore.com>
11375
11376 * gdb.ada/addr_arith: New testcase.
11377
2abf49e1
MR
113782014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11379
11380 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11381 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11382 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11383 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11384
f7088df3
SDJ
113852014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11386
11387 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11388 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11389 * gdb.arch/stap-eval-lang-ada.exp: New file.
11390
4dc06805
YQ
113912014-10-14 Yao Qi <yao@codesourcery.com>
11392
11393 * gdb.mi/mi-var-child.c (nothing1): New function.
11394 (nothing2): New function.
11395 (do_children_tests): Set function pointers by nothing1 and
11396 nothing2.
11397 * gdb.mi/mi-var-child.exp: Step over new added statements.
11398 Update test to match the new output.
11399 * gdb.mi/var-cmd.c (nothing1): New function.
11400 (nothing2): New function.
11401 (do_children_tests): Set function pointers by nothing1 and
11402 nothing2.
11403 * gdb.mi/mi-var-display.exp: Update test to match output.
11404 Step to the line specified by $line_dct_nothing.
11405 Increase the number of lines to step.
11406
46a93de2
YQ
114072014-10-14 Yao Qi <yao@codesourcery.com>
11408
11409 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11410 tests.
11411 * gdb.mi/mi2-var-child.exp: Likewise.
11412
14ea52ee
DE
114132014-10-13 Doug Evans <dje@google.com>
11414
11415 * gdb.python/py-objfile.exp: Change name of file name test.
11416
e5c6e92b
DE
114172014-10-13 Doug Evans <dje@google.com>
11418
11419 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11420 from the start of the CU.
11421
c780cc2f
JK
114222014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11423 Yao Qi <yao@codesourcery.com>
11424
11425 Fix "save breakpoints" for "catch" command.
11426 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11427 Remove -nonewline. Match also the added "main" line.
11428
99894e11
JK
114292014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11430
11431 Fix "save breakpoints" for "disable $bpnum" command.
11432 * gdb.base/save-bp.c (main): Add label.
11433 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11434
6e1ac5a3
JK
114352014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11436
11437 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11438
754dd2b0
YQ
114392014-10-11 Yao Qi <yao@codesourcery.com>
11440
11441 * gdb.server/server-kill.exp: Execute command
11442 "set remote trace-status-packet on" before "tstatus".
11443
f90183d7
YQ
114442014-10-11 Yao Qi <yao@codesourcery.com>
11445
11446 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11447 (main): Call getppid.
11448 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11449 and continue to it. Read variable "server_pid".
11450
bf40a607
YQ
114512014-10-11 Yao Qi <yao@codesourcery.com>
11452
11453 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11454
052ca370
YQ
114552014-10-11 Yao Qi <yao@codesourcery.com>
11456
11457 * gdb.threads/thread-find.exp: Don't execute command
11458 "info threads".
11459 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11460 * gdb.threads/linux-dp.exp: Don't check the condition
11461 $threads_created equals to zero.
11462
3831839c
PA
114632014-10-10 Pedro Alves <palves@redhat.com>
11464
11465 * gdb.base/bigcore.exp: Remove references to IRIX.
11466 * gdb.base/funcargs.exp: Likewise.
11467 * gdb.base/interrupt.exp: Likewise.
11468 * gdb.base/mips_pro.exp: Likewise.
11469 * gdb.base/nodebug.exp: Likewise.
11470 * gdb.base/setvar.exp: Likewise.
11471 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11472
8b9a549d
PA
114732014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11474 Pedro Alves <palves@redhat.com>
11475
11476 PR symtab/14466
11477 * gdb.base/vdso-warning.c: New file.
11478 * gdb.base/vdso-warning.exp: New file.
11479
d48ba5e8
DE
114802014-10-02 Doug Evans <dje@google.com>
11481
11482 * gdb.base/structs.c (main): Don't run forever.
11483
2278c276
PA
114842014-10-02 Pedro Alves <palves@redhat.com>
11485
11486 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11487 (top level) <stop threads 1, stop threads 2>: Use it.
11488
b57bacec
PA
114892014-10-02 Pedro Alves <palves@redhat.com>
11490
11491 * gdb.threads/break-while-running.exp (test): Add new
11492 'update_thread_list' argument. Skip "info threads" if false.
11493 (top level): Add new 'update_thread_list' axis.
11494
13fd3ff3
PA
114952014-10-02 Pedro Alves <palves@redhat.com>
11496
11497 PR breakpoints/17431
11498 * gdb.base/execl-update-breakpoints.c: New file.
11499 * gdb.base/execl-update-breakpoints.exp: New file.
11500
0fec99e8
PA
115012014-10-01 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.base/breakpoint-in-ro-region.c: New file.
11504 * gdb.base/breakpoint-in-ro-region.exp: New file.
11505
2ddf4301
SM
115062014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11507
11508 * gdb.mi/mi-exit-code.exp: New file.
11509 * gdb.mi/mi-exit-code.c: New file.
11510
6a5f3f43
YQ
115112014-09-30 Yao Qi <yao@codesourcery.com>
11512
11513 * lib/prelink-support.exp (build_executable_own_libs): Error if
11514 the target isn't native.
11515
345bcc73
YQ
115162014-09-30 Yao Qi <yao@codesourcery.com>
11517
11518 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11519 false.
11520
a25a5a45
PA
115212014-09-22 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.threads/break-while-running.exp: New file.
11524 * gdb.threads/break-while-running.c: New file.
11525
00ba3162
YQ
115262014-09-19 Yao Qi <yao@codesourcery.com>
11527
11528 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11529 Invoke test. Restart GDB with --readnow and invoke test again.
11530
c3b7b696
YQ
115312014-09-19 Yao Qi <yao@codesourcery.com>
11532
11533 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11534 proc set_breakpoint_on_gcd_function. Invoke
11535 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11536 invoke set_breakpoint_on_gcd_function again.
11537
2b4fd423
DE
115382014-09-18 Doug Evans <dje@google.com>
11539
11540 * gdb.dwarf2/symtab-producer.exp: New file.
11541
a5947601
SDJ
115422014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11543
11544 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11545 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11546 * gdb.base/global-var-nested-by-dso.c: Likewise.
11547 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11548
91c19059
SDJ
115492014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11550 Pedro Alves <palves@redhat.com>
11551
11552 * gdb.base/watch-bitfields.exp: Pass string other than test file
11553 name to prepare_for_testing.
11554 (watch): New procedure.
11555 (expect_watchpoint): Use with_test_prefix.
11556 (top level): Factor out tests to ...
11557 (test_watch_location, test_regular_watch): ... these new
11558 procedures, and use with_test_prefix and gdb_continue_to_end.
11559
bb9d5f81
PP
115602014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11561
11562 PR breakpoints/12526
11563 * gdb.base/watch-bitfields.exp: New file.
11564 * gdb.base/watch-bitfields.c: New file.
11565
635856f5
PA
115662014-09-16 Pedro Alves <palves@redhat.com>
11567
11568 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11569 software and hardware addresses, not software address against
11570 itself.
11571
7280ceea
PA
115722014-09-16 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11575 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11576
428b16bd
PA
115772014-09-16 Pedro Alves <palves@redhat.com>
11578
11579 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11580 files.
11581 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11582 "*-*-vxworks*" throughout.
11583 * gdb.base/break.exp: Likewise.
11584 * gdb.base/default.exp: Likewise.
11585 * gdb.base/scope.exp: Likewise.
11586 * gdb.base/sepdebug.exp: Likewise.
11587 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11588 throughout.
11589 * gdb.base/run.c: Likewise.
11590 * gdb.base/sepdebug.c: Likewise.
11591 * gdb.hp/gdb.aCC/run.c: Likewise.
11592 * gdb.reverse/until-reverse.c: Likewise.
11593 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11594
666d413c
YQ
115952014-09-16 Yao Qi <yao@codesourcery.com>
11596
11597 * boards/local-remote-host-native.exp: New file.
11598
57cbd724
DE
115992014-09-14 Doug Evans <xdje42@gmail.com>
11600
11601 * gdb.threads/queue-signal.c (thread_count): New variable.
11602 (thread_count_mutex, thread_count_condvar): New variables.
11603 (incr_thread_count, wait_all_threads_running): New functions.
11604 (main): Wait for all threads to be in their thread functions.
11605
81219e53
DE
116062014-09-13 Doug Evans <xdje42@gmail.com>
11607
11608 * gdb.threads/queue-signal.c: New file.
11609 * gdb.threads/queue-signal.exp: New file.
11610
3714cea7
DE
116112014-09-13 Doug Evans <xdje42@gmail.com>
11612
11613 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11614 be consistent with what default_gdb_init uses.
11615 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11616 the plain text of the prompt. Add some logging printfs.
11617 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11618
fa43b1d7
PA
116192014-09-12 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11622 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11623 * gdb.arch/i386-size-overlap.exp: Likewise.
11624 * gdb.arch/i386-size.exp: Likewise.
11625 * gdb.arch/i386-unwind.exp: Likewise.
11626 * gdb.base/a2-run.exp: Likewise.
11627 * gdb.base/break.exp: Likewise.
11628 * gdb.base/charset.exp: Likewise.
11629 * gdb.base/chng-syms.exp: Likewise.
11630 * gdb.base/commands.exp: Likewise.
11631 * gdb.base/dbx.exp: Likewise.
11632 * gdb.base/find.exp: Likewise.
11633 * gdb.base/funcargs.exp: Likewise.
11634 * gdb.base/jit-simple.exp: Likewise.
11635 * gdb.base/reread.exp: Likewise.
11636 * gdb.base/sepdebug.exp: Likewise.
11637 * gdb.base/step-bt.exp: Likewise.
11638 * gdb.cp/mb-inline.exp: Likewise.
11639 * gdb.cp/mb-templates.exp: Likewise.
11640 * gdb.objc/basicclass.exp: Likewise.
11641 * gdb.threads/killed.exp: Likewise.
11642
9d9bf2df
EBM
116432014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11644
11645 PR tdep/17379
11646 * gdb.arch/powerpc-stackless.S: New file.
11647 * gdb.arch/powerpc-stackless.exp: New file.
11648
1cf2f1b0
JK
116492014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11650
11651 * gdb.base/attach.c: Include unistd.h.
11652 (main): Call alarm. Add label postloop.
11653 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11654 gdb_breakpoint, gdb_continue_to_breakpoint.
11655 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11656
98880d46
PA
116572014-09-11 Pedro Alves <palves@redhat.com>
11658
11659 PR gdb/17347
11660 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11661 * gdb.base/attach.exp (test_command_line_attach_run): New
11662 procedure.
11663 (top level): Call it.
11664
4c92ff2c
PA
116652014-09-11 Pedro Alves <palves@redhat.com>
11666
11667 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11668 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11669 (do_command_attach_tests): Use spawn_wait_for_attach.
11670 * gdb.base/solib-overlap.exp: Likewise.
11671 * gdb.multi/multi-attach.exp: Likewise.
11672 * gdb.python/py-prompt.exp: Likewise.
11673 * gdb.python/py-sync-interp.exp: Likewise.
11674 * gdb.server/ext-attach.exp: Likewise.
11675
3adc1a7d
GKB
116762014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11677
11678 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11679 command in testcase. Simplify testcase.
11680
96334934
JB
116812014-09-10 Joel Brobecker <brobecker@adacore.com>
11682
11683 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11684
eb479039
JB
116852014-09-10 Joel Brobecker <brobecker@adacore.com>
11686
11687 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11688
deede10c
JB
116892014-09-10 Joel Brobecker <brobecker@adacore.com>
11690
11691 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11692
7828a5f5
JB
116932014-09-10 Joel Brobecker <brobecker@adacore.com>
11694
11695 * gdb.dwarf2/dynarr-ptr.c: New file.
11696 * gdb.dwarf2/dynarr-ptr.exp: New file.
11697
33aeebcf
MR
116982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11699
11700 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11701 of 30 rather than hardcoding 120 for a slow test case. Take the
11702 `gdb,timeout' target setting into account for this calculation.
11703 Don't extend the timeout for the test cases that don't need it.
11704
7b415901
MR
117052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11706
11707 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11708 a factor of 2 for a slow test case. Take the `gdb,timeout'
11709 target setting into account for this calculation.
11710 * gdb.reverse/until-precsave.exp: Increase the timeout by
11711 a factor of 15 and 3 respectively rather than adding 120
11712 for a pair of slow test cases. Take the `gdb,timeout'
11713 target setting into account for this calculation.
11714
4a40f85a
MR
117152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11716
11717 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11718 timeout, don't pass one down to gdb_expect.
11719 (gdb_expect): Rework timeout selection.
11720
09635af7
MR
117212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11722
11723 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11724 exception on timeout.
11725 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11726 (gdbserver_start_extended): Catch any `gdbserver_start' error
11727 exceptions.
11728 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11729 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11730 `gdbserver_gdb_load' error exceptions.
11731
2bdd10b7
MR
117322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11733
11734 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11735 120 on waiting for the TCP socket to open.
11736
316935f0
DE
117372014-09-09 Doug Evans <xdje42@gmail.com>
11738
11739 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11740 _caller_matches, _any_caller_is, _any_caller_matches.
11741
83740597
DE
117422014-09-09 Doug Evans <xdje42@gmail.com>
11743
11744 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11745
4c122fc3
YQ
117462014-09-09 Yao Qi <yao@codesourcery.com>
11747
11748 * gdb.mi/mi-var-display.exp: Set print symbol off.
11749
a9f116cb
GKB
117502014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11751
11752 PR gdb/17035
11753 * gdb.base/commands.exp: Add tests to verify user-defined
11754 commands with empty bodies.
11755 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11756 python commands in `show user command`.
11757 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11758 scheme commands in `show user command`.
11759
c75bd3a2
JK
117602014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11761
11762 PR python/17355
11763 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11764 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11765 * gdb.python/py-framefilter-invalidarg.exp: New file.
11766 * gdb.python/py-framefilter-invalidarg.py: New file.
11767
faa42425
DE
117682014-09-06 Doug Evans <xdje42@gmail.com>
11769
11770 PR 15276
11771 * gdb.python/py-caller-is.c: New file.
11772 * gdb.python/py-caller-is.exp: New file.
11773
474ca4f6
SDJ
117742014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11775
11776 PR gdb/17235
11777 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11778 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11779
eb0b0463
SDJ
117802014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11781
11782 PR fortran/17237
11783 * gdb.fortran/print-formatted.exp: New file.
11784 * gdb.fortran/print-formatted.f90: Likewise.
11785
5f3b99cf
SS
117862014-09-03 Sasha Smundak <asmundak@google.com>
11787
11788 * gdb.python/py-frame.exp: Test Frame.read_register.
11789
7d793aa9
SDJ
117902014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11791
11792 PR python/16699
11793 * gdb.python/py-completion.exp: New file.
11794 * gdb.python/py-completion.py: Likewise.
11795
fb0576e9
DE
117962014-08-28 Doug Evans <dje@google.com>
11797
11798 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11799 eax,etc. are live with values set by gdb and thus the compiler can't
11800 use them.
11801 * gdb.arch/i386-pseudo.c (main): Ditto.
11802
ee92b0dd
DE
118032014-08-27 Doug Evans <dje@google.com>
11804
11805 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11806
6649db35
DE
118072014-08-25 Doug Evans <dje@google.com>
11808
11809 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11810 (main): Ditto.
11811
564b7600
DE
118122014-08-25 Doug Evans <dje@google.com>
11813
11814 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11815
3881fb67
YQ
118162014-08-24 Yao Qi <yao@codesourcery.com>
11817
11818 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11819 symbol off.
11820 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11821
a05a36a5
DE
118222014-08-22 Doug Evans <dje@google.com>
11823
11824 PR 17276
11825 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11826 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11827 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11828
7c343b48
YQ
118292014-08-22 Yao Qi <yao@codesourcery.com>
11830
11831 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11832 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11833 * gdb.python/python.exp: Likewise. Use .py file on the host
11834 instead of the build.
11835
22fd09ae
JK
118362014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11837
11838 * gdb.threads/gcore-stale-thread.c: New file.
11839 * gdb.threads/gcore-stale-thread.exp: New file.
11840
a8454a7c
PA
118412014-08-21 Pedro Alves <palves@redhat.com>
11842
11843 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11844 * gdb.base/gcore-relro-pie.exp: Likewise.
11845 * gdb.base/gcore-relro.exp: Likewise.
11846 * gdb.base/gcore.exp: Likewise.
11847 * gdb.base/print-symbol-loading.exp: Likewise.
11848 * gdb.threads/gcore-thread.exp: Likewise.
11849 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11850
2a31c623
PA
118512014-08-20 Pedro Alves <palves@redhat.com>
11852 Jan Kratochvil <jan.kratochvil@redhat.com>
11853
11854 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11855 configure.
11856 (EXPECT): Handle READ1 being set.
11857 (all): Depend on EXTRA_RULES.
11858 (check-read1, expect-read1, read1.so, read1): New rules.
11859 * README (Testsuite Parameters): Document the READ1 make variable.
11860 (Race detection): New section.
11861 * configure: Regenerate.
11862 * configure.ac: If build==host==target, and running under a
11863 GNU/glibc system, add read1 to the extra Makefile rules.
11864 (EXTRA_RULES): AC_SUBST it.
11865 * lib/read1.c: New file.
11866
d36430db
JB
118672014-08-20 Joel Brobecker <brobecker@adacore.com>
11868
11869 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11870 the handling of variables declared as a typedef to an array
11871 which a DW_AT_data_location attribute.
11872
9a0dc9e3
PA
118732014-08-19 Andrew Burgess <aburgess@broadcom.com>
11874 Pedro Alves <palves@redhat.com>
11875
11876 PR symtab/14604
11877 PR symtab/14605
11878 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11879 gdb_test.
11880
0718a8da
PA
118812014-08-19 Pedro Alves <palves@redhat.com>
11882
11883 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11884
13b448cd
YQ
118852014-08-19 Yao Qi <yao@codesourcery.com>
11886
11887 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11888 right line.
11889
1cbf5077
DB
118902014-08-18 David Blaikie <dblaikie@gmail.com>
11891
11892 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11893
bf0fae19
JB
118942014-08-18 Joel Brobecker <brobecker@adacore.com>
11895
11896 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11897 attribute in array range.
11898
3c8c5dcc
JB
118992014-08-18 Joel Brobecker <brobecker@adacore.com>
11900
11901 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11902
e66d4446
SC
119032014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11904
11905 PR c++/17132
11906 * gdb.cp/pr17132.cc: New file.
11907 * gdb.cp/pr17132.exp: New file.
11908
940df408
SC
119092014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11910
11911 * gdb.python/py-xmethods.py (A_getarrayind)
11912 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11913 Use 'print' with function call syntax.
11914 (E_method_matcher.match): Fix tab vs space indentation mixup.
11915
ebcc6c3a
YQ
119162014-08-15 Yao Qi <yao@codesourcery.com>
11917
11918 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11919 false.
11920
775e0f04
YQ
119212014-08-15 Yao Qi <yao@codesourcery.com>
11922
11923 * gdb.cp/casts.exp: Set print symbol off.
11924 * gdb.cp/class2.exp: Likewise.
11925 * gdb.cp/overload.exp: Likewise.
11926 * gdb.cp/templates.exp: Likewise.
11927
d769e349
DE
119282014-08-11 Doug Evans <dje@google.com>
11929
11930 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11931 (test_load_shlib): Update.
11932
20c6f1e1
YQ
119332014-08-09 Yao Qi <yao@codesourcery.com>
11934
11935 * gdb.base/display.exp: Invoke is_address_zero_readable.
11936 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11937 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11938 * gdb.base/hbreak-unmapped.exp: Return if
11939 is_address_zero_readable returns true.
11940 * gdb.base/signest.exp: Likewise.
11941 * gdb.base/signull.exp: Likewise.
11942 * gdb.base/sigbpt.exp: Likewise.
11943 * gdb.guile/scm-disasm.exp: Do the test if
11944 is_address_zero_readable returns false.
11945 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11946 * gdb.python/py-arch.exp: Likewise.
11947 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11948 * lib/gdb.exp (is_address_zero_readable): New proc.
11949
5792e8e3
YQ
119502014-08-09 Yao Qi <yao@codesourcery.com>
11951
11952 PR testsuite/13443
11953 * gdb.mi/mi-var-display.exp: Make test messages unique.
11954
3cecbbbe
TT
119552014-08-04 Tom Tromey <tromey@redhat.com>
11956
11957 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11958 target 0".
11959
00b51ff5
TT
119602014-08-04 Tom Tromey <tromey@redhat.com>
11961
11962 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11963 "target_resume".
11964
6908c509
JB
119652014-08-01 Joel Brobecker <brobecker@adacore.com>
11966
11967 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11968 inner_vla_struct_object_size.
11969 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11970 as xfail.
11971
cc6563d2
PA
119722014-07-30 Pedro Alves <palves@redhat.com>
11973
11974 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11975 comment.
11976
7e09a223
YQ
119772014-07-29 Yao Qi <yao@codesourcery.com>
11978
11979 PR gdb/17206
11980 * gdb.base/until-nodebug.exp: New.
11981
7ebdbe92
DE
119822014-07-28 Doug Evans <xdje42@gmail.com>
11983
11984 PR guile/17203
11985 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11986 previously existing parameter, and previously ambiguously spelled
11987 parameter.
11988
fdb1adc6
WN
119892014-07-28 Will Newton <will.newton@linaro.org>
11990
11991 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11992
186fcde0
DE
119932014-07-26 Ludovic Courtès <ludo@gnu.org>
11994 Doug Evans <xdje42@gmail.com>
11995
11996 PR guile/17146
11997 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11998
70509625
PA
119992014-07-25 Pedro Alves <palves@redhat.com>
12000
12001 * gdb.threads/signal-command-handle-nopass.c: New file.
12002 * gdb.threads/signal-command-handle-nopass.exp: New file.
12003 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12004 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12005 * gdb.threads/signal-delivered-right-thread.c: New file.
12006 * gdb.threads/signal-delivered-right-thread.exp: New file.
12007
c3f814a1
PA
120082014-07-25 Pedro Alves <palves@redhat.com>
12009
12010 * gdb.base/double-prompt-target-event-error.exp
12011 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12012 match.
12013 (cancel_pagination_in_target_event): Rework double prompt
12014 detection.
12015 * gdb.base/paginate-after-ctrl-c-running.exp
12016 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12017 <return>' match.
12018 * gdb.base/paginate-bg-execution.exp
12019 (test_bg_execution_pagination_return)
12020 (test_bg_execution_pagination_cancel): Remove '-notransfer
12021 <return>' matches.
12022 * gdb.base/paginate-execution-startup.exp
12023 (test_fg_execution_pagination_return)
12024 (test_fg_execution_pagination_cancel): Remove '-notransfer
12025 <return>' matches.
12026 * gdb.base/paginate-inferior-exit.exp
12027 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12028 match.
12029 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12030 * lib/gdb.exp (pagination_prompt): Run text through
12031 string_to_regexp.
12032 (gdb_test_multiple): Match $pagination_prompt instead of
12033 "<return>".
12034 (string_to_regexp): Move to lib/gdb-utils.exp.
12035
e214cf6c
JK
120362014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12037
12038 * gdb.arch/amd64-entry-value-paramref.S: New file.
12039 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12040 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12041 * gdb.arch/amd64-optimout-repeat.S: New file.
12042 * gdb.arch/amd64-optimout-repeat.c: New file.
12043 * gdb.arch/amd64-optimout-repeat.exp: New file.
12044
17d0c5c8
JK
120452014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12046
12047 PR gdb/17170
12048 * gdb.base/statistics.exp: New file.
12049
b8b8facf
DE
120502014-07-17 Doug Evans <dje@google.com>
12051
74b49205 12052 PR gdb/17170
b8b8facf
DE
12053 * gdb.base/maint.exp: Update testing of per-command stats.
12054
1b5d0ab3
PA
120552014-07-16 Pedro Alves <palves@redhat.com>
12056
12057 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12058 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12059 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12060 (tfile_write_buf): New functions.
12061 (add_memory_block): Rewrite using the above.
12062 (adjust_function_address): New function.
12063 (FUNCTION_ADDRESS): New macro.
12064 (write_basic_trace_file): Remove short_x local, and use
12065 tfile_write_16. Change type of func_addr local to unsigned long
12066 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12067 here. Cast argument of add_memory_block to char pointer.
12068 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12069 (main): Remove parameters.
12070 * gdb.trace/tfile.exp: Remove nowarnings.
12071
4d974e88
SM
120722014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12073
12074 * gdb.base/debug-expr.exp: Test string evaluation with
12075 "debug expression" on.
12076
41e99568
PA
120772014-07-15 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.base/reread.exp: Use clean_restart.
12080
487d9753
PL
120812014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12082
12083 * gdb.arch/avr-flash-qualifer.c: New.
12084 * gdb.arch/avr-flash-qualifer.exp: New.
12085
cc1c52ad
PA
120862014-07-14 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12089 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12090
1e973570
PA
120912014-07-14 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.base/double-prompt-target-event-error.c: New file.
12094 * gdb.base/double-prompt-target-event-error.exp: New file.
12095
93d6eb10
PA
120962014-07-14 Pedro Alves <palves@redhat.com>
12097
12098 PR gdb/17072
12099 * gdb.base/paginate-inferior-exit.c: New file.
12100 * gdb.base/paginate-inferior-exit.exp: New file.
12101
0017922d
PA
121022014-07-14 Pedro Alves <palves@redhat.com>
12103
12104 PR gdb/17072
12105 * gdb.base/paginate-bg-execution.c: New file.
12106 * gdb.base/paginate-bg-execution.exp: New file.
12107
94696ad3
PA
121082014-07-14 Pedro Alves <palves@redhat.com>
12109
12110 PR gdb/17072
12111 * gdb.base/paginate-execution-startup.c: New file.
12112 * gdb.base/paginate-execution-startup.exp: New file.
12113 * lib/gdb.exp (pagination_prompt): New global.
12114 (default_gdb_spawn): New procedure, factored out from
12115 default_gdb_spawn.
12116 (default_gdb_start): Adjust to call default_gdb_spawn.
12117 (gdb_spawn): New procedure.
12118
bd293940
PA
121192014-07-14 Pedro Alves <palves@redhat.com>
12120
12121 * lib/gdb.exp (gdb_assert): New procedure.
12122 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12123
c933f875
PA
121242014-07-14 Pedro Alves <palves@redhat.com>
12125
12126 * gdb.base/execution-termios.c: New file.
12127 * gdb.base/execution-termios.exp: New file.
12128
d98b7a16
TT
121292014-07-14 Tom Tromey <tromey@redhat.com>
12130
12131 * gdb.cp/vla-cxx.cc: New file.
12132 * gdb.cp/vla-cxx.exp: New file.
12133
548740d6
TT
121342014-07-14 Tom Tromey <tromey@redhat.com>
12135
12136 * gdb.reverse/rerun-prec.c: New file.
12137 * gdb.reverse/rerun-prec.exp: New file.
12138
a25eb028
MR
121392014-07-12 Maciej W. Rozycki <macro@mips.com>
12140 Maciej W. Rozycki <macro@codesourcery.com>
12141
12142 * lib/gdb-utils.exp: New file.
12143 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12144 inline `gdb_init_command' processing.
12145 (gdb_start_cmd): Likewise.
12146 * lib/mi-support.exp (mi_run_cmd): Likewise.
12147 * README: Document `gdb_init_command' and `gdb_init_commands'.
12148
218c2655
JK
121492014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12150
12151 Fix false FAIL running under a very long directory name.
12152 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12153 and "set print elements 10000". Twice.
12154
5401fde3
YQ
121552014-07-11 Yao Qi <yao@codesourcery.com>
12156
12157 * gdb.base/exprs.exp: "set print symbol off".
12158
e76126e8
PA
121592014-07-11 Pedro Alves <palves@redhat.com>
12160
12161 * gdb.threads/kill.c: New file.
12162 * gdb.threads/kill.exp: New file.
12163
2d6f0de6
YQ
121642014-07-10 Yao Qi <yao@codesourcery.com>
12165
12166 * gdb.trace/tfile.c (write_basic_trace_file)
12167 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12168 address written to trace file.
12169
7180e04a
PA
121702014-07-09 Pedro Alves <palves@redhat.com>
12171
12172 * gdb.base/attach-wait-input.exp: New file.
12173 * gdb.base/attach-wait-input.c: New file.
12174
9a9a7608
AB
121752014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12176
12177 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12178 setting up test structures.
12179 (main): Call new test function.
12180 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12181 test function, continue into test function and walk test
12182 structures.
12183
161ac41e
YQ
121842014-07-02 Yao Qi <yao@codesourcery.com>
12185
12186 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12187 'bar_start' at the beginning of functions 'foo' and 'bar'
12188 respectively.
12189 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12190 instead of 'foo' and 'bar'.
12191
1f267ae3
MM
121922014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12193
12194 * gdb.btrace/segv.exp: New.
12195 * gdb.btrace/segv.c: New.
12196
2b239efb
LM
121972014-07-02 Luis Machado <lgustavo@codesourcery.com>
12198
12199 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12200 instruction.
12201
cf363f18
MW
122022014-06-30 Mark Wielaard <mjw@redhat.com>
12203
12204 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12205 vulture, vilify, villar): New volatile array constants.
12206 (vindictive, vegetation): New const volatile array constants.
12207 * gdb.base/volatile.exp: Test volatile and const volatile array
12208 types.
12209
aebf9d24
AA
122102014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12211
12212 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12213 target lacks support for awatch, rwatch, or hbreak.
12214
b67a2c6f
YQ
122152014-06-27 Yao Qi <yao@codesourcery.com>
12216
12217 * gdb.multi/dummy-frame-restore.exp: New.
12218 * gdb.multi/dummy-frame-restore.c: New.
12219
aef92902
MM
122202014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12221
12222 * gdb.btrace/gcore.exp: New.
12223
8e9db26e
PA
122242014-06-23 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.base/watchpoint-reuse-slot.c: New file.
12227 * gdb.base/watchpoint-reuse-slot.exp: New file.
12228
70afc5b7
SC
122292014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12230
12231 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12232 progspace's filename in 'info', 'enable' and 'disable' command
12233 tests.
12234
b972bd9c
JK
122352014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12236
12237 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12238 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12239 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12240
125f8a3d
GB
122412014-06-20 Gary Benson <gbenson@redhat.com>
12242
12243 * gdb.arch/i386-avx.exp: Fix include file location.
12244 * gdb.arch/i386-sse.exp: Likewise.
12245
3ed9baed
IB
122462014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12247
12248 * gdb.dlang/expression.exp: New file.
12249
034f788c
PA
122502014-06-19 Pedro Alves <palves@redhat.com>
12251
12252 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12253 out from ...
12254 (top level): ... here. Iterate running tests under different
12255 scheduler-locking settings.
12256
45371d0c
LM
122572014-06-18 Luis Machado <lgustavo@codesourcery.com>
12258
12259 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12260 to DW_FORM_addr and use non-zero addresses.
12261
5d376983
SC
122622014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12263
12264 PR gdb/17017
12265 * gdb.python/py-xmethods.cc: Add global function call counters and
12266 increment them in their respective functions. Remove "cout"
12267 statements.
12268 * gdb.python/py-xmethods.exp: Make tests check the global function
12269 call counters instead of depending on inferior IO.
12270
a1aa2221
LM
122712014-06-18 Don Breazeal <donb@codesourcery.com>
12272
12273 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12274 Deleted procedure.
12275 (explicit_fork_parent_follow): Deleted procedure.
12276 (explicit_fork_child_follow): Deleted procedure.
12277 (test_follow_fork): New procedure.
12278 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12279 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12280 procedure calls.
12281
0fc05997
YQ
122822014-06-17 Yao Qi <yao@codesourcery.com>
12283
12284 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12285 CP1252.
12286
70795c52
LM
122872014-06-17 Luis Machado <lgustavo@codesourcery.com>
12288
12289 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12290 Initialize ptr and S explicitly.
12291 (skip_type_update_when_not_use_rtti_test): Likewise.
12292
6be47f0c
KS
122932014-06-16 Keith Seitz <keiths@redhat.com>
12294
12295 PR mi/15863
12296 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12297 the inferior is started.
12298
d03de421
PA
122992014-06-16 Pedro Alves <palves@redhat.com>
12300
12301 * gdb.base/break-main-file-remove-fail.c: New file.
12302 * gdb.base/break-main-file-remove-fail.exp: New file.
12303 * gdb.base/break-unload-file.exp: Use build_executable instead of
12304 prepare_for_testing.
12305 (test_break): New parameter "initial_load". Handle it.
12306 (top level): Add initial_load cmdline/file axis.
12307
f9579b99
TT
123082014-06-12 Tom Tromey <tromey@redhat.com>
12309
12310 * gdb.base/completion.exp: Don't use directory name in test.
12311
3657956b
GB
123122014-06-09 Gary Benson <gbenson@redhat.com>
12313
12314 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12315 separate the always-available ANSI-standard signals from the
12316 signals that require checking.
12317 (main): Likewise.
12318 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12319 Likewise.
12320 (main): Likewise.
12321
4186eb54
KS
123222014-06-07 Keith Seitz <keiths@redhat.com>
12323
12324 Revert:
12325 PR c++/16253
12326 * gdb.cp/var-tag.cc: New file.
12327 * gdb.cp/var-tag.exp: New file.
12328 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12329 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12330 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12331 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12332
25326a28 123332014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12334
12335 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12336
829155c9
PA
123372014-06-06 Pedro Alves <palves@redhat.com>
12338
12339 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12340 in target debug output instead of looking at RSP packets,
12341 disabling the test on any target that uses hardware stepping.
12342 Update comments.
12343
61c8d22e
PA
123442014-06-06 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.base/break-unload-file.exp: Fix typo.
12347
d9a47287
YQ
123482014-06-06 Yao Qi <yao@codesourcery.com>
12349
12350 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12351 from "jit_function" to "^jit_function".
12352
e5e01dbf
YQ
123532014-06-06 Yao Qi <yao@codesourcery.com>
12354
12355 * gdb.base/async.c (foo): Add one statement.
12356 * gdb.base/async.exp: Get the next instruction address and
12357 match the output of "nexti" by instruction address. Match
12358 the hex address in the output of "finish".
12359
73ba372c
GB
123602014-06-06 Gary Benson <gbenson@redhat.com>
12361
12362 * gdb.base/call-signals.c: Remove preprocessor conditionals
12363 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12364 SIGSEGV and SIGTERM.
12365 * gdb.base/sigall.c: Likewise.
12366 * gdb.base/unwindonsignal.c: Likewise.
12367 * gdb.reverse/sigall-reverse.c: Likewise.
12368
831517df
YQ
123692014-06-06 Yao Qi <yao@codesourcery.com>
12370
12371 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12372 readable, skip the test.
12373
b8b91e98
YQ
123742014-06-06 Yao Qi <yao@codesourcery.com>
12375
12376 * gdb.threads/staticthreads.c (thread_function): Move the line
12377 setting breakpoint on forward.
12378 * gdb.threads/staticthreads.exp: Update comments.
12379
fb934770
LC
123802014-06-05 Ludovic Courtès <ludo@gnu.org>
12381
12382 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12383 "history-append! type error".
12384
6ef284bd
SM
123852014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12386
12387 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12388 erroneous dprintf expected input.
12389
a872e241
DE
123902014-06-04 Doug Evans <xdje42@gmail.com>
12391
12392 * gdb.guile/scm-generics.exp: Delete.
12393
16f691fb
DE
123942014-06-04 Doug Evans <xdje42@gmail.com>
12395
12396 * gdb.guile/scm-breakpoint.exp: Update.
12397 Add tests for breakpoint registration.
12398
012370f6
TT
123992014-06-04 Tom Tromey <tromey@redhat.com>
12400
12401 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12402 VLA-in-union.
12403 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12404 inner_vla_struct, vla_union types. Initialize objects of those
12405 types and compute their sizes.
12406
9f5a4cef
HZ
124072014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12408 Hui Zhu <hui@codesourcery.com>
12409
12410 * gdb.base/fileio.exp: Add test for shell not available as well as
12411 available.
12412 * gdb.base/fileio.c (test_system): Check for shell twice.
12413
90a45c4d
YQ
124142014-06-04 Yao Qi <yao@codesourcery.com>
12415
12416 * gdb.base/auto-connect-native-target.exp: Remove redundant
12417 space from the regexp pattern.
12418
70017e41
YQ
124192014-06-04 Yao Qi <yao@codesourcery.com>
12420
12421 * gdb.base/default.exp: Replace "child" with "native" in
12422 regexp pattern.
12423
883964a7
SC
124242014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12425
12426 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12427 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12428 * gdb.python/py-xmethods.py: Python script supporting the
12429 new testcase and tests.
12430
ef370185
JB
124312014-06-03 Joel Brobecker <brobecker@adacore.com>
12432 Pedro Alves <palves@redhat.com>
12433
12434 PR breakpoints/17000
12435 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12436 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12437
1e2ccb61
BM
124382014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12439
12440 * gdb.base/subst.exp: Add tests to verify partial path matching
12441 output.
12442
c6ec5ab2
PA
124432014-06-03 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12446 target that doesn't use software single-stepping.
12447
835c559f
PA
124482014-06-03 Pedro Alves <palves@redhat.com>
12449
12450 PR breakpoints/17000
12451 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12452 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12453
06eb1586
DE
124542014-06-02 Doug Evans <xdje42@gmail.com>
12455
12456 * gdb.guile/scm-parameter.exp: New file.
12457
e698b8c4
DE
124582014-06-02 Doug Evans <xdje42@gmail.com>
12459
12460 * gdb.guile/scm-cmd.c: New file.
12461 * gdb.guile/scm-cmd.exp: New file.
12462
ded03782
DE
124632014-06-02 Doug Evans <xdje42@gmail.com>
12464
12465 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12466 pretty-printer lookup.
12467 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12468 (make-pp_s-printer): Call it.
12469 (make-pretty-printer-from-dict): New function.
12470 (lookup-pretty-printer-maker-from-dict): New function.
12471 (*pretty-printer*): Simplify.
12472 (make-objfile-pp_s-printer): New function.
12473 (install-objfile-pretty-printers!): New function.
12474 (make-progspace-pp_s-printer): New function.
12475 (install-progspace-pretty-printers!): New function.
12476 * gdb.guile/scm-progspace.c: New file.
12477 * gdb.guile/scm-progspace.exp: New file.
12478
41fac0cf
PA
124792014-06-02 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.base/dprintf-bp-same-addr.c: New file.
12482 * gdb.base/dprintf-bp-same-addr.exp: New file.
12483
96ae5695
EBM
124842014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12485
12486 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12487 * gdb.arch/powerpc-power.s: Likewise.
12488
da02b3a8
JB
124892014-06-02 Joel Brobecker <brobecker@adacore.com>
12490
12491 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12492
c72b2e7b
YQ
124932014-06-01 Yao Qi <yao@codesourcery.com>
12494
12495 * gdb.base/watchpoint.exp (test_watch_location): Check null
12496 pointer can be dereferenced. If not, do the test, otherwise
12497 skip it.
12498
53e8a631
AB
124992014-05-30 Andrew Burgess <aburgess@broadcom.com>
12500
12501 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12502 results.
12503 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12504
938f0e2f
AB
125052014-05-30 Andrew Burgess <aburgess@broadcom.com>
12506
12507 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12508 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12509 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12510 * gdb.arch/amd64-invalid-stack-top.c: New file.
12511 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12512
9ba6657a
PA
125132014-05-30 Pedro Alves <palves@redhat.com>
12514
12515 PR breakpoints/17000
12516 * gdb.base/sss-bp-on-user-bp.c: New file.
12517 * gdb.base/sss-bp-on-user-bp.exp: New file.
12518
522c09bf
DB
125192014-05-30 David Blaikie <dblaikie@gmail.com>
12520
12521 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12522 gnu_inline semantics via attribute.
12523 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12524 source explicitly specifies the required semantics.
12525
bf4ef81e
MR
125262014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12527
12528 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12529
329ea579
PA
125302014-05-29 Pedro Alves <palves@redhat.com>
12531 Tom Tromey <tromey@redhat.com>
12532
12533 * gdb.base/async-shell.exp: Don't enable target-async.
12534 * gdb.base/async.exp
12535 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12536 parameter. Adjust.
12537 (top level): Don't test with "target-async".
12538 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12539 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12540 * gdb.base/inferior-died.exp: Don't enable target-async.
12541 * gdb.base/interrupt-noterm.exp: Likewise.
12542 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12543 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12544 * gdb.mi/mi-nonstop.exp: Likewise.
12545 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12546 * gdb.mi/mi-nsintrall.exp: Likewise.
12547 * gdb.mi/mi-nsmoribund.exp: Likewise.
12548 * gdb.mi/mi-nsthrexec.exp: Likewise.
12549 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12550 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12551 * gdb.python/py-evsignal.exp: Don't enable target-async.
12552 * gdb.python/py-evthreads.exp: Likewise.
12553 * gdb.python/py-prompt.exp: Likewise.
12554 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12555 * gdb.server/solib-list.exp: Don't enable target-async.
12556 * gdb.threads/thread-specific-bp.exp: Likewise.
12557 * lib/mi-support.exp: Adjust to use mi-async.
12558
fd664c91
PA
125592014-05-29 Pedro Alves <palves@redhat.com>
12560
12561 PR gdb/13860
12562 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12563 reason, even in sync mode.
12564
251bde03
PA
125652014-05-29 Pedro Alves <palves@redhat.com>
12566 Hui Zhu <hui@codesourcery.com>
12567
12568 PR PR15693
12569 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12570 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12571 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12572 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12573
7f3c0343
JB
125742014-05-28 Joel Brobecker <brobecker@adacore.com>
12575
12576 * config/monitor.exp (gdb_target_monitor): Replace use of
12577 "set remotebaud" by "set serial baud".
12578
b2715b27
AW
125792014-05-26 Andy Wingo <wingo@igalia.com>
12580
12581 * gdb.guile/scm-breakpoint.exp:
12582 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12583 properties instead of gdb-object-properties.
12584
498a4489
YQ
125852014-05-26 Yao Qi <yao@codesourcery.com>
12586
12587 * gdb.server/no-thread-db.exp: Specify source file name
12588 explicitly when setting a breakpoint.
12589
589fdceb
MM
125902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12591
12592 * gdb.btrace/vdso.c: New.
12593 * gdb.btrace/vdso.exp: New.
12594
e9089e05
MM
125952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12596
12597 * gdb.base/gcore.exp (capture_command_output): Move ...
12598 * lib/gdb.exp (capture_command_output): ... here.
12599
67b5c0c1
MM
126002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12601
12602 * gdb.btrace/data.exp: Test memory access during btrace replay.
12603
a2199296
SM
126042014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12605
12606 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12607
17b2616c
PA
126082014-05-21 Pedro Alves <palves@redhat.com>
12609
12610 PR gdb/13860
12611 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12612 (top level): Test that output related to execution commands is
12613 sent to the console with CLI commands, but not with MI commands.
12614 Test that breakpoint events are always mirrored to the console.
12615 Also expect the new source line to be output after a "next" in
12616 async mode too. Make it a pass/fail test.
12617 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12618 output.
12619 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12620
5166082f
PA
126212014-05-21 Pedro Alves <palves@redhat.com>
12622
12623 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12624 Use them to test variations of "list" after reaching a breakpoint.
12625 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12626 Test "list" with listsize 10 after reaching a breakpoint.
12627 * gdb.python/python.exp (decode_line current location line
12628 number): Adjust expected line number.
12629
2f25d70f
SM
126302014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12631
12632 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12633 behavior for $args, pass it directly to "run".
12634
ff604a67
MR
126352014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12636
12637 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12638 30000 to 65536.
12639
6a3cb8e8
PA
126402014-05-21 Pedro Alves <palves@redhat.com>
12641
12642 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12643 auto-connect-native-target off".
12644 * gdb.base/auto-connect-native-target.c: New file.
12645 * gdb.base/auto-connect-native-target.exp: New file.
12646
4ebfc96e
PA
126472014-05-21 Pedro Alves <palves@redhat.com>
12648
12649 * gdb.base/default.exp: Test "target native" instead of "target
12650 child".
12651
36d46afb
MW
126522014-05-21 Mark Wielaard <mjw@redhat.com>
12653
12654 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12655
5876f503
JK
126562014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12657
12658 Fix TLS access for -static -pthread.
12659 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12660 <HAVE_TLS> (thread_function, main): Initialize it.
12661 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12662 Add clean_restart.
12663 <$have_tls != "">: Check TLSVAR.
12664
0256a6ac
PA
126652014-05-21 Pedro Alves <palves@redhat.com>
12666
12667 * gdb.base/dcache-line-read-error.c: New.
12668 * gdb.base/dcache-line-read-error.exp: New.
12669
936d2992
PA
126702014-05-20 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.base/compare-sections.c: New file.
12673 * gdb.base/compare-sections.exp: New file.
12674
802e8e6d
PA
126752014-05-20 Pedro Alves <palves@redhat.com>
12676
12677 * gdb.base/break-idempotent.c: New file.
12678 * gdb.base/break-idempotent.exp: New file.
12679
e59fa00f
MM
126802014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12681
12682 * gdb.btrace/nohist.exp: New.
12683
8b696e31
YQ
126842014-05-20 Yao Qi <yao@codesourcery.com>
12685
12686 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12687 gdb.reverse directory and gdb_reverse_timeout exists in board
12688 setting.
12689 * README: Document gdb_reverse_timeout.
12690
73c9764f
YQ
126912014-05-20 Yao Qi <yao@codesourcery.com>
12692
12693 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12694 'test_file_name'. Treat args as a string instead of a list.
12695 (gdb_init): Rename argument 'args' by 'test_file_name'.
12696
f1f4348a
JK
126972014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12698
12699 * gdb.arch/powerpc-power.exp: New file.
12700 * gdb.arch/powerpc-power.s: New file.
12701
0dbe70ce
DE
127022014-05-16 Doug Evans <dje@google.com>
12703
12704 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12705 * gdb.base/completion.exp: Check that all expected files exist
12706 before doing file completion.
0dbe70ce 12707
8d551b02
DE
127082014-05-16 Doug Evans <dje@google.com>
12709
12710 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12711 Update.
12712 (do_syscall_tests_without_xml): Update.
12713
73eb7709
PA
127142014-05-16 Pedro Alves <palves@redhat.com>
12715
12716 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12717 instead of "unknown output after running".
12718
3fae92fc
YQ
127192014-05-16 Yao Qi <yao@codesourcery.com>
12720
12721 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12722 file1.txt from host at the end.
12723 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12724
c2b2ccc5
DE
127252014-05-15 Doug Evans <dje@google.com>
12726
12727 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12728 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12729 loading file. Add test for TU lookup.
12730
8c217a4b
SM
127312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12732
12733 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12734 calling "-exec-arguments" or "set args" before running the
12735 inferior.
12736
3deb39c6
SM
127372014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12738
12739 * lib/mi-support.exp (mi_expect_stop): Expect message for
12740 inferiors that exit with non-zero exit code.
12741
71a79f8c
YQ
127422014-05-14 Yao Qi <yao@codesourcery.com>
12743
12744 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12745 match absolute path on remote host.
12746 (test_file_list_exec_source_files): Remove "/" from the
12747 pattern.
12748
f23fcd46
YQ
127492014-05-14 Yao Qi <yao@codesourcery.com>
12750
12751 * boards/local-remote-host-notty.exp (${board}_file): New
12752 proc.
12753
9404b58f
KM
127542014-05-07 Kyle McMartin <kyle@redhat.com>
12755
12756 Pushed by Joel Brobecker <brobecker@adacore.com>.
12757 * gdb.arch/aarch64-atomic-inst.c: New file.
12758 * gdb.arch/aarch64-atomic-inst.exp: New file.
12759
5e45f04c
YQ
127602014-05-07 Yao Qi <yao@codesourcery.com>
12761
12762 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12763 in current context" too.
12764
c888a17d
KS
127652014-05-05 Keith Seitz <keiths@redhat.com>
12766
12767 * gdb.linespec/ls-dollar.exp: Add test for linespec
12768 file:convenience_variable.
12769
290a839c
YQ
127702014-05-05 Yao Qi <yao@codesourcery.com>
12771
12772 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12773 traceframes into tfile and ctf trace files. Read data from
12774 trace file and test collected data.
12775 (gdb_collect_locals_test): Likewise.
12776 (gdb_unavailable_registers_test): Likewise.
12777 (gdb_unavailable_floats): Likewise.
12778 (gdb_collect_globals_test): Likewise.
12779 (top-level): Append "ctf" to trace_file_targets if GDB
12780 supports.
12781
b5262cd0
YQ
127822014-05-05 Yao Qi <yao@codesourcery.com>
12783
12784 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12785 code to ...
12786 (gdb_collect_args_test_1): ... it. New proc.
12787 (gdb_collect_locals_test): Move some code to ...
12788 (gdb_collect_locals_test_1): ... it. New proc.
12789 (gdb_unavailable_registers_test): Move some code to ...
12790 (gdb_unavailable_registers_test_1): ... it. New proc.
12791 (gdb_unavailable_floats): Move some code to ...
12792 (gdb_unavailable_floats_1): ... it. New proc.
12793
30a1e6cc
SDJ
127942014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12795
12796 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12797 probes to test for bitness recognition.
12798 * gdb.arch/amd64-stap-optional-prefix.exp
12799 (test_probe_value_without_reg): New procedure.
12800 Add code to test for different kinds of bitness.
12801
f33da99a
SDJ
128022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12803
12804 PR breakpoints/16889
12805 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12806 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12807
5b80f00d
PA
128082014-05-01 Pedro Alves <palves@redhat.com>
12809
12810 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12811 gdb_file_cmd if no file is specified.
12812 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12813 last_loaded_file to set the remote exec-file.
12814
f8c2a73c
PA
128152014-05-01 Pedro Alves <palves@redhat.com>
12816
12817 * boards/local-remote-host.exp: New file.
12818
be6e8ac7
PA
128192014-05-01 Pedro Alves <palves@redhat.com>
12820
12821 * boards/local-remote-host.exp: Rename to ...
12822 * boards/local-remote-host-notty.exp: ... this.
12823
cac0dc8f
JB
128242014-04-28 Joel Brobecker <brobecker@adacore.com>
12825
12826 * gdb.ada/dyn_arrayidx: New testcase.
12827
9730e6cc
YQ
128282014-04-26 Yao Qi <yao@codesourcery.com>
12829
12830 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12831 and compute the length of function main. Save it in
12832 $main_length.
12833 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12834 (top-level): Use gdb_compile to compile objects into
12835 executable and restart GDB. Remove invocation to
12836 prepare_for_testing.
12837
7ae1a6a6
PA
128382014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12839 Pedro Alves <palves@redhat.com>
12840
12841 PR server/16255
12842 * gdb.multi/multi-attach.c: New file.
12843 * gdb.multi/multi-attach.exp: New file.
12844
4082afcc
PA
128452014-04-25 Pedro Alves <palves@redhat.com>
12846
12847 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12848 user.
12849 (top level): Test that "set remote conditional-breakpoints-packet
12850 off" works as intended.
12851 * gdb.base/dprintf.exp: Test that "set remote
12852 breakpoint-commands-packet off" works as intended.
12853 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12854 New function.
12855 (top level): Call it.
12856 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12857 remote fast-tracepoints-packet off" works as intended.
12858 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12859 * lib/gdb.exp (gdb_is_target_remote): ... here.
12860
2abc3f8d
DB
128612014-04-24 David Blaikie <dblaikie@gmail.com>
12862
12863 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12864 ensure clang would not discard them.
12865 * gdb.base/gdbvars.c: Ditto.
12866 * gdb.base/memattr.c: Ditto.
12867 * gdb.base/whatis.c: Ditto.
12868 * gdb.python/py-prettyprint.c: Ditto.
12869 * gdb.trace/actions.c: Ditto.
12870 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12871 ensure clang would not discard it.
12872
bfd39632
DB
128732014-04-24 David Blaikie <dblaikie@gmail.com>
12874
12875 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12876 clang to emit the full definition of type required by the test
12877 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12878
22842ff6
DB
128792014-04-24 David Blaikie <dblaikie@gmail.com>
12880
12881 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12882 coax Clang into emitting the definition of the type.
12883 * gdb.cp/pr10728-x.h (y): Ditto.
12884 * gdb.cp/pr10728-y.cc (y): Ditto.
12885
c2e827ad
DB
128862014-04-24 David Blaikie <dblaikie@gmail.com>
12887
12888 * gdb.base/label.exp: XFAIL label related tests under Clang.
12889 * gdb.cp/cplabel.exp: Ditto.
12890 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12891 under Clang those using labels.
12892
4c2d33e7
YQ
128932014-04-25 Yao Qi <yao@codesourcery.com>
12894
12895 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12896 double_label.
12897 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12898 partial_label and double_label.
12899
56083b99
DB
129002014-04-24 David Blaikie <dblaikie@gmail.com>
12901
12902 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12903
25d4e99d
DB
129042014-04-24 David Blaikie <dblaikie@gmail.com>
12905
12906 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12907 of the function to work across GCC and Clang.
12908 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12909 pointer types (const void ** const V void **).
12910
01f9f808
MS
129112014-04-24 Michael Sturm <michael.sturm@mintel.com>
12912 Walfred Tedeschi <walfred.tedeschi@intel.com>
12913
12914 * Makefile.in (EXECUTABLES): Added i386-avx512.
12915 * gdb.arch/i386-avx512.c: New file.
12916 * gdb.arch/i386-avx512.exp: Likewise.
12917
4b48d439
KS
129182014-04-23 Keith Seitz <keiths@redhat.com>
12919
12920 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12921 (mi_make_breakpoint_table): New procedure.
12922 (mi_create_breakpoint): Use mi_make_breakpoint
12923 and return the result.
12924 (mi_make_breakpoint): New procedure.
12925 (mi_build_kv_pairs): New procedure.
12926
12927 * gdb.mi/mi-break.exp: Remove unused globals,
12928 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12929 All callers updated.
12930 * gdb.mi/mi-dprintf.exp: Use variable to track command
12931 number.
12932 Update all callers of mi_create_breakpoint and use
12933 mi_make_breakpoint_table.
12934 Remove any unused global variables.
12935 * gdb.mi/mi-nonstop.exp: Likewise.
12936 * gdb.mi/mi-nsintrall.exp: Likewise.
12937 * gdb.mi/mi-nsmoribund.exp: Likewise.
12938 * gdb.mi/mi-nsthrexec.exp: Likewise.
12939 * gdb.mi/mi-reverse.exp: Likewise.
12940 * gdb.mi/mi-simplerun.exp: Likewise.
12941 * gdb.mi/mi-stepn.exp: Likewise.
12942 * gdb.mi/mi-syn-frame.exp: Likewise.
12943 * gdb.mi/mi-until.exp: Likewise.
12944 * gdb.mi/mi-var-cp.exp: Likewise.
12945 * gdb.mi/mi-var-display.exp: Likewise.
12946 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12947 * gdb.mi/mi2-var-child.exp: Likewise.
12948 * gdb.mi/mi-vla-c99.exp: Likewise.
12949 * lib/mi-support.exp: Likewise.
12950
12951 From Ian Lance Taylor <iant@cygnus.com>:
12952 * lib/gdb.exp (parse_args): New procedure.
12953
08351840
PA
129542014-04-23 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.base/break-unload-file.c: New file.
12957 * gdb.base/break-unload-file.exp: New file.
12958 * gdb.base/sym-file-lib.c (baz): New function.
12959 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12960 field.
12961 (load): Store the segment's mapped size.
12962 (unload): New function.
12963 (unload_shlib): New function.
12964 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12965 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12966 set a breakpoint at baz, and call it.
12967 * gdb.base/sym-file.exp: New tests for stale breakpoint
12968 instructions.
12969
076855f9
PA
129702014-04-23 Pedro Alves <palves@redhat.com>
12971
12972 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12973 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12974 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12975 * gdb.base/hbreak-unmapped.c: New file.
12976 * gdb.base/hbreak-unmapped.exp: New file.
12977 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12978 * lib/gdb.exp (gdb_is_target_remote): ... here.
12979
483805cf
PA
129802014-04-22 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.base/consecutive-step-over.c: New file.
12983 * gdb.base/consecutive-step-over.exp: New file.
12984
06d97543
PA
129852014-04-22 Pedro Alves <palves@redhat.com>
12986
12987 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12988 instead of send_gdb/gdb_expect.
12989
b4429ea2
YQ
129902014-04-22 Yao Qi <yao@codesourcery.com>
12991
12992 * lib/trace-support.exp (generate_tracefile): New procedure.
12993 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12994 return 0.
12995 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12996 if generate_tracefile returns 1.
12997
51d48146
PA
129982014-04-18 Tom Tromey <palves@redhat.com>
12999 Pedro alves <tromey@redhat.com>
13000
13001 PR backtrace/15558
13002 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13003 with a backtrace limit.
13004 * gdb.python/py-frame-inline.exp: Test running to an inline
13005 function with a backtrace limit, and printing the newest frame.
13006 * gdb.python/py-frame-inline.c (main): Call f.
13007
bd1dce5f
MS
130082014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13009
13010 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13011
40d1a503
MS
130122014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13013
13014 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13015 Drop prefix from unsupported source file path.
13016
389b98f7
YQ
130172014-04-17 Yao Qi <yao@codesourcery.com>
13018
13019 * lib/gdb.exp (with_target_charset): New proc.
13020 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13021 with_target_charset.
13022 (test_print_strings): Likewise.
13023 (test_repeat_bytes): Likewise.
13024 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13025 for some tests.
13026
22869d73
KS
130272014-04-16 Keith Seitz <keiths@redhat.com>
13028
13029 PR gdb/15827
13030 * gdb.dwarf2/corrupt.c: New file.
13031 * gdb.dwarf2/corrupt.exp: New file.
13032
c4f87ca6
KS
130332014-04-16 Keith Seitz <keiths@redhat.com>
13034
13035 PR c++/16597
13036 * gdb.cp/namelessclass.cc: New file.
13037 * gdb.cp/namelessclass.exp: New file.
13038 * gdb.cp/namelessclass.S: New file.
13039
ab19de87
DE
130402014-04-16 Doug Evans <dje@google.com>
13041
13042 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13043 Add comment.
13044 (gdbserver_default_get_comm_port): New function.
13045 (gdbserver_start): Check if board file provided
13046 "gdbserver,get_comm_port" and use it if so.
13047 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13048 (gdb,socketport): Set to "stdio".
13049 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13050 (stdio_gdbserver_template): Delete.
13051 (${board}_get_remote_address): Update.
13052 (${board}_build_remote_cmd): Delete.
13053 (${board}_get_comm_port): New function.
13054 (${board}_spawn): Update.
13055 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13056 Delete.
13057 (${board}_get_remote_address): Update.
13058 (${board}_get_comm_port): New function.
13059
fc98a809
AB
130602014-04-16 Andrew Burgess <aburgess@broadcom.com>
13061
13062 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13063 appearing in any order.
13064
87fd9e6e
DE
130652014-04-15 Doug Evans <dje@google.com>
13066
13067 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13068 uninitialized value of "description".
13069
099fc3ea
KS
130702014-04-15 Keith Seitz <keiths@redhat.com>
13071
13072 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13073 Remove unused globals.
13074 (test_running_the_program): Likewise.
13075 (test_controlled_execution): Likewise.
13076 (test_controlling_breakpoints): Likewise.
13077 (test_program_termination): Likewise.
13078
5da151d4
KS
130792014-04-15 Keith Seitz <keiths@redhat.com>
13080
13081 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13082 unused globals.
13083 (test_rbreak_creation_and_listing): Likewise.
13084 (test_ignore_count): Likewise.
13085 (test_error): Likewise.
13086
35e5d2f0
PA
130872014-04-15 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13090 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13091 sym-file-loader.c.
13092 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13093 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13094 to sym-file-loader.c.
13095 (struct library): Forward declare.
13096 (load_shlib, lookup_function): Change prototypes.
13097 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13098 (translate_offset): Remove declarations.
13099 (get_text_addr): New declaration.
13100 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13101 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13102 sym-file-loader.h.
13103 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13104 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13105 here from sym-file-loader.h.
13106 (struct library): New structure.
13107 (load_shlib, lookup_function): Change prototypes and adjust to
13108 work with a struct library.
13109 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13110 (translate_offset): Make static.
13111 (get_text_addr): New function.
13112 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13113
eb4c1710
PA
131142014-04-15 Pedro Alves <palves@redhat.com>
13115
13116 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13117
2d1baf52
PA
131182014-04-15 Pedro Alves <palves@redhat.com>
13119
13120 * gdb.base/sym-file-loader.c: Include <limits.h>.
13121 (SELF_LINK): New define.
13122 (get_origin): New function.
13123 (load_shlib): Use it.
13124 * gdb.base/sym-file.exp: Don't early return if the target is
13125 remote. Use runto_main, and issue fail is that fails. Use
13126 gdb_load_shlibs.
13127 (shlib_name): Delete.
13128 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13129
7dd6df01
PA
131302014-04-15 Pedro Alves <palves@redhat.com>
13131
13132 * gdb.base/sym-file.exp: Remove regex characters from test
13133 message. Don't refer to breakpoint numbers in test messages.
13134
b50c8614
KS
131352014-04-14 Keith Seitz <keiths@redhat.com>
13136
13137 PR c++/16253
13138 * gdb.cp/var-tag.cc: New file.
13139 * gdb.cp/var-tag.exp: New file.
13140 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13141 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13142 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13143 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13144
3d567982
TT
131452014-04-14 Tom Tromey <tromey@redhat.com>
13146
13147 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13148 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13149 type.
13150 * gdb.cp/enum-class.exp: New file.
13151 * gdb.cp/enum-class.cc: New file.
13152
0626fc76
TT
131532014-04-14 Tom Tromey <tromey@redhat.com>
13154
13155 * gdb.dwarf2/enum-type.exp: New file.
13156
dca325b3
SA
131572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13158
13159 * gdb.mi/mi-vla-c99.exp: New file.
13160 * gdb.mi/vla.c: New file.
13161
5854b38a
SA
131622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13163
13164 * gdb.base/vla-datatypes.c: New file.
13165 * gdb.base/vla-datatypes.exp: New file.
13166
463bb957
SA
131672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13168
13169 * gdb.base/vla-ptr.c: New file.
13170 * gdb.base/vla-ptr.exp: New file.
13171
3dd170be
SA
131722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13173
13174 * gdb.dwarf2/count.exp: New file.
13175
5ecaaa66
SA
131762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13177
13178 * gdb.base/vla-sideeffect.c: New file.
13179 * gdb.base/vla-sideeffect.exp: New file.
13180
41f1ada5
DB
131812014-04-14 David Blaikie <dblaikie@gmail.com>
13182
13183 * gdb.mi/non-stop.c: Add return value for non-void function return
13184 statement.
13185 * gdb.threads/staticthreads.c: Ditto.
13186
0be03e84
DE
131872014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13188 Doug Evans <xdje42@gmail.com>
13189
13190 * gdb.guile/scm-value.c: Improve test case.
13191 * gdb.guile/scm-value.exp: Add new test.
13192
f180a1fb
DB
131932014-04-11 David Blaikie <dblaikie@gmail.com>
13194
13195 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13196 override Clang's default.
13197
6b662e19
JB
131982014-04-11 Joel Brobecker <brobecker@adacore.com>
13199
13200 Revert the following changes (regressions):
13201
13202 * gdb.base/vla-sideeffect.c: New file.
13203 * gdb.base/vla-sideeffect.exp: New file.
13204
13205 * gdb.dwarf2/count.exp: New file.
13206
13207 * gdb.base/vla-multi.c: New file.
13208 * gdb.base/vla-multi.exp: New file.
13209
13210 * gdb.base/vla-ptr.c: New file.
13211 * gdb.base/vla-ptr.exp: New file.
13212
13213 * gdb.base/vla-datatypes.c: New file.
13214 * gdb.base/vla-datatypes.exp: New file.
13215
13216 * gdb.mi/mi-vla-c99.exp: New file.
13217 * gdb.mi/vla.c: New file.
13218
245a5f0b
KS
132192014-04-11 Keith Seitz <keiths@redhat.com>
13220
13221 PR c++/16675
13222 * gdb.cp/cpsizeof.exp: New file.
13223 * gdb.cp/cpsizeof.cc: New file.
13224
58a84dcf
SA
132252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13226
191a8a90
JB
13227 * gdb.mi/mi-vla-c99.exp: New file.
13228 * gdb.mi/vla.c: New file.
58a84dcf 13229
c8655f75
SA
132302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13231
13232 * gdb.base/vla-datatypes.c: New file.
13233 * gdb.base/vla-datatypes.exp: New file.
13234
024e13b4
SA
132352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13236
13237 * gdb.base/vla-ptr.c: New file.
13238 * gdb.base/vla-ptr.exp: New file.
13239
1a237e0e
SA
132402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13241
13242 * gdb.base/vla-multi.c: New file.
13243 * gdb.base/vla-multi.exp: New file.
13244
504f3432
SA
132452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13246
13247 * gdb.dwarf2/count.exp: New file.
13248
3bce8237
SA
132492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13250
191a8a90
JB
13251 * gdb.base/vla-sideeffect.c: New file.
13252 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13253
322f9c21
YQ
132542014-04-11 Yao Qi <yao@codesourcery.com>
13255
13256 * gdb.base/completion.exp: Check file exists before running tests
13257 on file completion.
13258
d708bcd1
PA
132592014-04-10 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.base/cond-eval-mode.c: New file.
13262 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13263 prepare_for_testing to build the new file. Check result of
13264 runto_main.
13265 (test_break, test_watch): New procedures.
13266 (top level): Use them.
13267
ae1d2761
PM
132682014-04-08 Pierre Muller <muller@sourceware.org>
13269
13270 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13271 Ctrl-V use for mingw hosts.
13272
7af389b8
SC
132732014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13274
13275 * gdb.python/py-value.c: Improve test case.
13276 * gdb.python/py-value.exp: Add new test.
13277
5e703181
DE
132782014-04-07 David Blaikie <dblaikie@gmail.com>
13279
13280 * lib/compiler.c: Identify the clang compiler.
13281 * lib/compiler.cc: Ditto.
13282
9810b410
YQ
132832014-04-03 Yao Qi <yao@codesourcery.com>
13284
13285 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13286
98d1b8dc
AB
132872014-04-01 Anton Blanchard <anton@samba.org>
13288
13289 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13290 messages unique.
13291
3114cea1
AB
132922014-04-01 Anton Blanchard <anton@samba.org>
13293
13294 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13295 prepare_for_testing.
13296
62f7182c
AB
132972014-04-01 Anton Blanchard <anton@samba.org>
13298
13299 * gdb.arch/ppc64-atomic-inst.c: Remove.
13300 * gdb.arch/ppc64-atomic-inst.S: New file.
13301 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13302
770e7fc7
DE
133032014-03-31 Doug Evans <dje@google.com>
13304
13305 * gdb.base/print-symbol-loading-lib.c: New file.
13306 * gdb.base/print-symbol-loading-main.c: New file.
13307 * gdb.base/print-symbol-loading.exp: New file.
13308
46e2bafa
YQ
133092014-03-31 Yao Qi <yao@codesourcery.com>
13310
13311 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13312
8776cfe9
JB
133132014-03-28 Joel Brobecker <brobecker@adacore.com>
13314
13315 * gdb.ada/mi_dyn_arr: New testcase.
13316
5d1ef361
DE
133172014-03-27 Doug Evans <dje@google.com>
13318
13319 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13320
b5bee914
YQ
133212014-03-27 Yao Qi <yao@codesourcery.com>
13322
13323 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13324 if target is nios2-*-*.
13325
0d4d0e77
YQ
133262014-03-26 Yao Qi <yao@codesourcery.com>
13327
13328 * lib/gdb.exp (readline_is_used): New proc.
13329 * gdb.base/completion.exp: Move tests on command complete up.
13330 Skip the rest of tests if readline is not used.
13331 * gdb.ada/complete.exp: Skp the test if readline is not
13332 used.
13333 * gdb.base/filesym.exp: Likewise.
13334 * gdb.base/macscp.exp: Likewise.
13335 * gdb.base/readline-ask.exp: Likewise.
13336 * gdb.base/readline.exp: Likewise.
13337 * gdb.python/py-cmd.exp: Likewise.
13338 * gdb.trace/tfile.exp: Likewise.
13339
29361eee
YQ
133402014-03-26 Yao Qi <yao@codesourcery.com>
13341
13342 * gdb.base/macscp.exp: Fix code format issues.
13343
bc9a5525
UW
133442014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13345
13346 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13347 * gdb.asm/powerpc64le.inc: New file.
13348
d3839ede
PA
133492014-03-25 Pedro Alves <palves@redhat.com>
13350 Doug Evans <dje@google.com>
13351
13352 * gdb.base/source-execution.c: New file.
13353 * gdb.base/source-execution.exp: New file.
13354 * gdb.base/source-execution.gdb: New file.
13355
01672a57
DE
133562014-03-24 Doug Evans <dje@google.com>
13357
13358 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13359 using fission.
13360
88bbeca9
HZ
133612014-03-24 Hui Zhu <hui@codesourcery.com>
13362 Pedro Alves <palves@redhat.com>
13363
13364 PR breakpoints/16101
13365 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13366 test pass/fail messages. Detect missing support for dprintf when
13367 breakpoints are actually inserted.
13368 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13369 breakpoints are actually inserted.
13370 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13371 fails.
13372
d2348791
JK
133732014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13376
feef67ab
DE
133772014-03-22 Doug Evans <xdje42@gmail.com>
13378
13379 * gdb.python/python.exp (python not supported): Verify multi-line
13380 python command issues an error.
25d743f9 13381 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13382 guile command issues an error.
feef67ab 13383
ecebef6a
MR
133842014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13385
13386 * gdb.threads/thread-specific.exp: Handle the lack of usable
13387 $this_breakpoint and $this_thread.
13388
ccdd1909
HZ
133892014-03-21 Hui Zhu <hui@codesourcery.com>
13390
13391 * gdb.base/attach.exp (do_command_attach_tests): New.
13392
beb460e8
PA
133932014-03-20 Tom Tromey <tromey@redhat.com>
13394 Pedro Alves <palves@redhat.com>
13395
13396 PR cli/15718
13397 * gdb.base/condbreak-call-false.c: New file.
13398 * gdb.base/condbreak-call-false.exp: New file.
13399
40acf43a
PA
134002014-03-20 Pedro Alves <palves@redhat.com>
13401
13402 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13403 Delete.
13404 (block_signals, unblock_signals): Delete.
13405 (child_function_2, main): Remove references to deleted variable
13406 and functions.
13407
9f5e1e02
PA
134082014-03-20 Pedro Alves <palves@redhat.com>
13409
13410 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13411 Use pthread_kill to signal thread 2.
13412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13413 Adjust to make the test send itself a signal rather than using the
13414 host's "kill" command.
13415
99619bea
PA
134162014-03-20 Pedro Alves <palves@redhat.com>
13417
13418 * gdb.threads/multiple-step-overs.c: New file.
13419 * gdb.threads/multiple-step-overs.exp: New file.
13420 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13421 Adjust expected infrun debug output.
13422
2adfaa28
PA
134232014-03-20 Pedro Alves <palves@redhat.com>
13424
13425 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13426 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13427
31e77af2
PA
134282014-03-20 Pedro Alves <palves@redhat.com>
13429
13430 PR breakpoints/7143
13431 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13432 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13433 of gdb_test_multiple.
13434 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13435 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13436
b9f437de
PA
134372014-03-20 Pedro Alves <palves@redhat.com>
13438
13439 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13440 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13441
05adc73e
PA
134422014-03-19 Pedro Alves <palves@redhat.com>
13443
13444 * gdb.base/async.exp: Remove early return.
13445
6048b950
PA
134462014-03-19 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13449
8bcfb00a
PA
134502014-03-19 Pedro Alves <palves@redhat.com>
13451
13452 * gdb.base/async.exp (test_background): Expect \r\n after
13453 "completed." in the fail pattern.
13454
884e37dc
PA
134552014-03-19 Pedro Alves <palves@redhat.com>
13456
13457 * gdb.base/async.exp (test_background): New procedure.
13458 Use it for all background execution command tests.
13459
148e57e2
PA
134602014-03-19 Pedro Alves <palves@redhat.com>
13461
13462 * gdb.base/async.exp: Use prepare_for_testing.
13463
f48088c7
PA
134642014-03-19 Pedro Alves <palves@redhat.com>
13465
13466 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13467 the same line.
13468
e2f6c966
PA
134692014-03-19 Pedro Alves <palves@redhat.com>
13470
13471 * gdb.base/async.c (main): Add "jump here" and "until here" line
13472 marker comments.
13473 * gdb.base/async.exp (jump_here): New global.
13474 (jump& test): Use it.
13475 (until_here): New global.
13476 (until& test): Use it.
13477
c30568d4
PA
134782014-03-19 Pedro Alves <palves@redhat.com>
13479
13480 * gdb.base/async.exp: Don't frob gdb_protocol.
13481
0172b6a7
DE
134822014-03-18 Doug Evans <xdje42@gmail.com>
13483
13484 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13485 Fix spelling of exec-done-display.
13486
06c868a8
JK
134872014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13488
13489 PR gdb/15358
13490 * gdb.base/gdb-sigterm.c: New file.
13491 * gdb.base/gdb-sigterm.exp: New file.
13492
0c7e1a46
PA
134932014-03-18 Pedro Alves <palves@redhat.com>
13494
13495 PR gdb/13860
13496 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13497 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13498 solib-event.
13499
f7c77d93
JB
135002014-03-17 Joel Brobecker <brobecker@adacore.com>
13501
13502 * gdb.ada/pckd_arr_ren: New testcase.
13503
5a1e8c7a
DE
135042014-03-13 Doug Evans <xdje42@gmail.com>
13505
13506 PR guile/16612
13507 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13508 collect after discarding symbols.
13509
350e1a76
DE
135102014-03-13 Ludovic Courtès <ludo@gnu.org>
13511 Doug Evans <xdje42@gmail.com>
13512
13513 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13514 to history survives a gc.
13515
a69900ae
PA
135162014-03-13 Pedro Alves <palves@redhat.com>
13517
13518 * gdb.base/default.exp: Don't test "target procfs".
13519
5db9f0bd
PA
135202014-03-13 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.base/default.exp: Update "target child" and "target procfs"
13523 tests to not expect "Unix".
13524
b3ccfe11
TT
135252014-03-12 Tom Tromey <tromey@redhat.com>
13526
13527 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13528 New procs. Add target-async tests.
13529 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13530 Add target-async tests.
13531
646f4417
AA
135322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13533
13534 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13535 'func_start' and 'func_end' for the beginning and end of the
13536 function code, respectively.
13537 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13538 'func_end' instead of 'func' and 'main'.
13539
288c211f
AA
135402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13541
13542 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13543 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13544 generate the debug info assembler source.
13545
e0c0f156
AA
135462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13547
13548 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13549 * gdb.dwarf2/arr-subrange.exp: Likewise.
13550 * gdb.dwarf2/dwz.exp: Likewise.
13551 * gdb.dwarf2/method-ptr.exp: Likewise.
13552 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13553 * gdb.dwarf2/subrange.exp: Likewise.
13554 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13555 * gdb.dwarf2/implptrpiece.exp: Likewise.
13556 * gdb.dwarf2/nostaticblock.exp: Likewise.
13557
0e5c4555
AA
135582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13559
13560 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13561 directory to absolute path name arguments.
13562
5ec18f2b
JG
135632014-03-10 Joel Brobecker <brobecker@adacore.com>
13564
13565 * gdb.ada/tagged_access: New testcase.
13566
847fc4f2
MM
135672014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13568
13569 * gdb.btrace/data.exp: Update expected output.
13570
cc3da688
YQ
135712014-03-06 Yao Qi <yao@codesourcery.com>
13572
13573 * gdb.trace/pr16508.exp: New file.
13574
0f26cec1
PA
135752014-03-05 Pedro Alves <palves@redhat.com>
13576
13577 PR gdb/16575
13578 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13579 procedure.
13580 (top level): Adjust to use it. Add tests that exercise breakpoint
13581 interaction with the code-cache.
13582
7a5a839f
LC
135832014-02-26 Ludovic Courtès <ludo@gnu.org>
13584
13585 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13586 test for 'history-append!'.
13587
31aa7e4e
JB
135882014-02-26 Joel Brobecker <brobecker@adacore.com>
13589
13590 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13591 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13592 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13593 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13594 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13595 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13596
1b588015
JB
135972014-02-26 Joel Brobecker <brobecker@adacore.com>
13598
13599 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13600 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13601 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13602
55426c9d
JB
136032014-02-26 Joel Brobecker <brobecker@adacore.com>
13604
13605 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13606
dc53a7ad
JB
136072014-02-26 Joel Brobecker <brobecker@adacore.com>
13608
13609 * gdb.dwarf2/arr-stride.c: New file.
13610 * gdb.dwarf2/arr-stride.exp: New file.
13611
12ab52e9
PA
136122014-02-26 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13615 that won't ever trigger. Make sure that GDB reports the correct
13616 breakpoint that caused the stop.
13617
849c862e
JK
136182014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13619
13620 PR gdb/16626
13621 * gdb.base/auto-load-script: New file.
13622 * gdb.base/auto-load.c: New file.
13623 * gdb.base/auto-load.exp: New file.
13624
71b7d793
JK
13625 PR gdb/16626
13626 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13627
e2f0d509
JK
136282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13629
13630 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13631 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13632
50cc37c8
DE
136332014-02-24 Doug Evans <dje@google.com>
13634
13635 * lib/gdb.exp (run_on_host): Log error output if program fails.
13636
ea4758f2
PA
136372014-02-21 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.threads/step-after-sr-lock.c: Rename to ...
13640 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13641 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13642 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13643 ... this.
13644
d7b30f67
SDJ
136452014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13646
13647 PR tdep/16397
13648 * gdb.arch/amd64-stap-special-operands.exp: New file.
13649 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13650 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13651 * gdb.arch/amd64-stap-triplet.S: Likewise.
13652 * gdb.arch/amd64-stap-triplet.c: Likewise.
13653
83deb43f
JB
136542014-02-20 Joel Brobecker <brobecker@adacore.com>
13655
13656 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13657 in .section pseudo-op.
13658
adde2bff
DE
136592014-02-20 lin zuojian <manjian2006@gmail.com>
13660 Joel Brobecker <brobecker@adacore.com>
13661 Doug Evans <xdje42@gmail.com>
13662
13663 PR symtab/16581
13664 * gdb.dwarf2/dw2-icycle.S: New file.
13665 * gdb.dwarf2/dw2-icycle.c: New file.
13666 * gdb.dwarf2/dw2-icycle.exp: New file.
13667
f7bd0f78
SC
136682014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13669
13670 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13671 operations on gdb.Value objects.
13672 * gdb.python/py-value-cc.exp: Add new test to test operations on
13673 gdb.Value objects.
13674
c17ef0d5
DE
136752014-02-18 Doug Evans <dje@google.com>
13676
13677 * Makefile.in (TESTS): New variable.
13678 (expanded_tests, expanded_tests_or_none): New variables
13679 (check-single): Pass $(expanded_tests_or_none) to runtest.
13680 (check-parallel): Only run tests in $(TESTS) if non-empty.
13681 (check/no-matching-tests-found): New rule.
13682 * README: Document TESTS makefile variable.
13683
5dd3176f
DE
136842014-02-18 Doug Evans <dje@google.com>
13685
13686 * Makefile.in (check-parallel): rm -rf outputs temp.
13687
0b10be4f
JK
136882014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13689
13690 Fix "ERROR: no fileid for" in the testsuite.
13691 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13692
85f224e7
DE
136932014-02-12 Doug Evans <dje@google.com>
13694
13695 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13696 (MISCELLANEOUS): New variable.
13697 (clean): rm -rf $(MISCELLANEOUS).
13698 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13699 dwp live in the same directory as symlinks, with each symlink pointed
13700 to a differently named file in a different directory.
13701
149b30ff
DE
137022014-02-11 Doug Evans <dje@google.com>
13703
13704 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13705 of Tcl file commands.
13706
1dfdac32
MK
137072014-02-10 Mark Kettenis <kettenis@gnu.org>
13708
13709 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13710 "kill -SIGUSR1 -1".
13711
aa4fb036
JB
137122014-02-10 Joel Brobecker <brobecker@adacore.com>
13713
13714 * gdb.ada/tick_length_array_enum_idx: New testcase.
13715
ed3ef339
DE
137162014-02-10 Doug Evans <xdje42@gmail.com>
13717
13718 * configure.ac (AC_OUTPUT): Add gdb.guile.
13719 * configure: Regenerate.
13720 * lib/gdb-guile.exp: New file.
13721 * lib/gdb.exp (get_target_charset): New function.
13722 * gdb.base/help.exp: Update expected output from "apropos apropos".
13723 * gdb.guile/Makefile.in: New file.
13724 * gdb.guile/guile.exp: New file.
13725 * gdb.guile/scm-arch.c: New file.
13726 * gdb.guile/scm-arch.exp: New file.
13727 * gdb.guile/scm-block.c: New file.
13728 * gdb.guile/scm-block.exp: New file.
13729 * gdb.guile/scm-breakpoint.c: New file.
13730 * gdb.guile/scm-breakpoint.exp: New file.
13731 * gdb.guile/scm-disasm.c: New file.
13732 * gdb.guile/scm-disasm.exp: New file.
13733 * gdb.guile/scm-equal.c: New file.
13734 * gdb.guile/scm-equal.exp: New file.
13735 * gdb.guile/scm-error.exp: New file.
13736 * gdb.guile/scm-error.scm: New file.
13737 * gdb.guile/scm-frame-args.c: New file.
13738 * gdb.guile/scm-frame-args.exp: New file.
13739 * gdb.guile/scm-frame-args.scm: New file.
13740 * gdb.guile/scm-frame-inline.c: New file.
13741 * gdb.guile/scm-frame-inline.exp: New file.
13742 * gdb.guile/scm-frame.c: New file.
13743 * gdb.guile/scm-frame.exp: New file.
13744 * gdb.guile/scm-generics.exp: New file.
13745 * gdb.guile/scm-gsmob.exp: New file.
13746 * gdb.guile/scm-iterator.c: New file.
13747 * gdb.guile/scm-iterator.exp: New file.
13748 * gdb.guile/scm-math.c: New file.
13749 * gdb.guile/scm-math.exp: New file.
13750 * gdb.guile/scm-objfile-script-gdb.in: New file.
13751 * gdb.guile/scm-objfile-script.c: New file.
13752 * gdb.guile/scm-objfile-script.exp: New file.
13753 * gdb.guile/scm-objfile.c: New file.
13754 * gdb.guile/scm-objfile.exp: New file.
13755 * gdb.guile/scm-ports.exp: New file.
13756 * gdb.guile/scm-pretty-print.c: New file.
13757 * gdb.guile/scm-pretty-print.exp: New file.
13758 * gdb.guile/scm-pretty-print.scm: New file.
13759 * gdb.guile/scm-section-script.c: New file.
13760 * gdb.guile/scm-section-script.exp: New file.
13761 * gdb.guile/scm-section-script.scm: New file.
13762 * gdb.guile/scm-symbol.c: New file.
13763 * gdb.guile/scm-symbol.exp: New file.
13764 * gdb.guile/scm-symtab-2.c: New file.
13765 * gdb.guile/scm-symtab.c: New file.
13766 * gdb.guile/scm-symtab.exp: New file.
13767 * gdb.guile/scm-type.c: New file.
13768 * gdb.guile/scm-type.exp: New file.
13769 * gdb.guile/scm-value-cc.cc: New file.
13770 * gdb.guile/scm-value-cc.exp: New file.
13771 * gdb.guile/scm-value.c: New file.
13772 * gdb.guile/scm-value.exp: New file.
13773 * gdb.guile/source2.scm: New file.
13774 * gdb.guile/types-module.cc: New file.
13775 * gdb.guile/types-module.exp: New file.
13776
7026a7c1
YQ
137772014-02-10 Yao Qi <yao@codesourcery.com>
13778
13779 PR testsuite/16543
13780 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13781 * configure: Regenerated.
13782 * Makefile.in: New file.
13783
6c466447
AS
137842014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13785
13786 * gdb.python/py-framefilter.exp: Fix typo.
13787
6e854735
YQ
137882014-02-08 Yao Qi <yao@codesourcery.com>
13789
13790 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13791 that no =breakpoint-modified is emitted when breakpoints are
13792 modified through MI commands.
13793
d137e6dc
PA
137942014-02-07 Pedro Alves <pedro@codesourcery.com>
13795 Pedro Alves <palves@redhat.com>
13796
13797 * gdb.threads/step-after-sr-lock.c: New file.
13798 * gdb.threads/step-after-sr-lock.exp: New file.
13799
b5ee5a50
PA
138002014-02-07 Pedro Alves <palves@redhat.com>
13801
13802 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13803
3c77faf3
JK
138042014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13805
13806 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13807 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13808
6dddc817
DE
138092014-02-06 Doug Evans <xdje42@gmail.com>
13810
13811 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13812 output.
13813
13814 * gdb.gdb/python-interrupts.exp: New file.
13815
de7b2893
YQ
138162014-02-05 Yao Qi <yao@codesourcery.com>
13817
13818 * gdb.trace/report.exp (use_collected_data): Test the output
13819 of "info threads" and "info inferiors".
13820
66d032ac
YQ
138212014-02-05 Yao Qi <yao@codesourcery.com>
13822
13823 Revert this patch:
13824
13825 2013-05-24 Yao Qi <yao@codesourcery.com>
13826
13827 * gdb.trace/tfile.exp: Test inferior and thread.
13828
591a12a1
UW
138292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13830
13831 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13832 on a function.
13833 * gdb.base/step-bt.c: Call hello via function pointer to make
13834 sure its first instruction is executed on powerpc64le-linux.
13835
0ff3e01f
UW
138362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13837
13838 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13839
084ee545
UW
138402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13841
13842 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13843 of the test patterns for use on little-endian systems.
13844
6ed14ff3
UW
138452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13846
13847 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13848 (decimal_vector): Fix for little-endian.
13849
401e27fd
JM
138502014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13851
13852 * gdb.arch/sparc-sysstep.exp: New file.
13853 * gdb.arch/sparc-sysstep.c: Likewise.
13854
13855 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13856
8b924729
EBM
138572014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13858
13859 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13860
fb151210
JB
138612014-01-23 Tom Tromey <tromey@redhat.com>
13862
13863 * gdb.ada/array_char_idx: New testcase.
13864
0740f8d8
TT
138652014-01-23 Tom Tromey <tromey@redhat.com>
13866
13867 PR python/16487:
13868 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13869 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13870 classes.
13871
21909fa1
TT
138722014-01-23 Tom Tromey <tromey@redhat.com>
13873
13874 PR python/16491:
13875 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13876 string from an inferior frame.
13877 * gdb.python/py-framefilter-mi.exp: Update.
13878
87ce2a04
DE
138792014-01-22 Doug Evans <dje@google.com>
13880
13881 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13882
237b092b
AA
138832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13884
13885 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13886
d674a709
AA
138872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13888
13889 * gdb.trace/entry-values.exp: Remove excess space character from
13890 regex patterns. Handle s390 call instruction.
13891
20fa3390
AA
138922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13893
13894 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13895 define "*_start" label. Make "name" static.
13896 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13897 ${name} by references to ${name}_start.
13898
78466714
AA
138992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13900
13901 * gdb.base/info-macros.exp: Remove "debug" from the compile
13902 options.
13903
ec9f644a
IB
139042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13905
13906 * gdb.dlang/demangle.exp: New file.
13907
94b1b47e
IB
139082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13909
13910 * gdb.dlang/primitive-types.exp: New file.
13911
7f420862
IB
139122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13913
13914 * configure.ac: Create gdb.dlang/Makefile.
13915 * configure: Regenerate.
13916 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13917 * gdb.dlang/Makefile.in: New file.
13918 * lib/d-support.exp: New file.
13919 * lib/gdb.exp (skip_d_tests): New proc.
13920
52834460
MM
139212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13922
13923 * gdb.btrace/delta.exp: Check reverse stepi.
13924 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13925 * gdb.btrace/finish.exp: New.
13926 * gdb.btrace/next.exp: New.
13927 * gdb.btrace/nexti.exp: New.
13928 * gdb.btrace/record_goto.c: Add comments.
13929 * gdb.btrace/step.exp: New.
13930 * gdb.btrace/stepi.exp: New.
13931 * gdb.btrace/multi-thread-step.c: New.
13932 * gdb.btrace/multi-thread-step.exp: New.
13933 * gdb.btrace/rn-dl-bind.c: New.
13934 * gdb.btrace/rn-dl-bind.exp: New.
13935 * gdb.btrace/data.c: New.
13936 * gdb.btrace/data.exp: New.
13937 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13938
6e07b1d2
MM
139392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13940
13941 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13942 * gdb.btrace/exception.exp: Update.
13943 * gdb.btrace/instruction_history.exp: Update.
13944 * gdb.btrace/record_goto.exp: Update.
13945 * gdb.btrace/tailcall.exp: Update.
13946 * gdb.btrace/unknown_functions.exp: Update.
13947 * gdb.btrace/delta.exp: New.
13948
0b722aec
MM
139492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13950
13951 * gdb.btrace/record_goto.exp: Add backtrace test.
13952 * gdb.btrace/tailcall.exp: Add backtrace test.
13953
066ce621
MM
139542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13955
13956 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13957 * gdb.btrace/record_goto.c: New.
13958 * gdb.btrace/record_goto.exp: New.
13959 * gdb.btrace/x86-record_goto.S: New.
13960
0688d04e
MM
139612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13962
13963 * gdb.btrace/function_call_history.exp: Update tests.
13964 * gdb.btrace/instruction_history.exp: Update tests.
13965
8710b709
MM
139662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13967
13968 * gdb.btrace/function_call_history.exp: Fix expected field
13969 order for "record function-call-history".
13970 Add new tests for "record function-call-history /c".
13971 * gdb.btrace/exception.cc: New.
13972 * gdb.btrace/exception.exp: New.
13973 * gdb.btrace/tailcall.exp: New.
13974 * gdb.btrace/x86-tailcall.S: New.
13975 * gdb.btrace/x86-tailcall.c: New.
13976 * gdb.btrace/unknown_functions.c: New.
13977 * gdb.btrace/unknown_functions.exp: New.
13978 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13979
5de9129b
MM
139802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13981
13982 * gdb.btrace/instruction_history.exp: Update.
13983 * gdb.btrace/function_call_history.exp: Update.
13984
23a7fe75
MM
139852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13986
13987 * gdb.btrace/function_call_history.exp: Fix expected function
13988 trace.
13989 * gdb.btrace/instruction_history.exp: Initialize traced.
13990 Remove traced_functions.
13991
724c7dd8
MM
139922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13993
13994 * gdb.btrace/function_call_history.exp: Update
13995 * gdb.btrace/instruction_history.exp: Update.
13996
6d78d93b
MM
139972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13998
13999 * gdb.btrace/enable.exp: Update expected text.
14000
93a360cc
OJ
140012014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14002
14003 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14004 bytes.
14005
3772b53f
MR
140062014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14007
14008 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14009
596662fa
OJ
140102014-01-15 Omair Javaid <omair.javaid@linaro.org>
14011
14012 * lib/gdb.exp (supports_process_record): Return true for
14013 arm*-linux*. (supports_reverse): Likewise.
14014
b5b08fb4
SC
140152014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14016
14017 PR python/15464
14018 PR python/16113
14019 * gdb.python/py-type.c: Enhance test case.
14020 * gdb.python/py-value-cc.cc: Likewise
14021 * gdb.python/py-type.exp: Add new tests.
14022 * gdb.python/py-value-cc.exp: Likewise
14023
52d7fb13
AA
140242014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14025 Pedro Alves <palves@redhat.com>
14026
14027 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14028 Make "name" extern.
14029 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14030 references to ${name}_start by references to ${name}.
14031
a2cd8cfe
JB
140322014-01-10 Joel Brobecker <brobecker@adacore.com>
14033
14034 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14035
4e23fced
JB
140362014-01-10 Joel Brobecker <brobecker@adacore.com>
14037
14038 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14039
c6a9e42c
PA
140402014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14041 Pedro Alves <palves@redhat.com>
14042
14043 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14044 mi_gdb_target_load.
c6a9e42c 14045
b7ea362b
PA
140462014-01-08 Pedro Alves <palves@redhat.com>
14047
14048 * gdb.threads/reconnect-signal.c: New file.
14049 * gdb.threads/reconnect-signal.exp: New file.
14050
5e3f4fab
EBM
140512014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14052
14053 * gdb.base/source-dir.exp: New file.
14054
79301218
JB
140552014-01-07 Joel Brobecker <brobecker@adacore.com>
14056
14057 * gdb.ada/mi_interface: New testcase.
14058
8e355c5d
JB
140592014-01-07 Joel Brobecker <brobecker@adacore.com>
14060
14061 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14062 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14063 gdb.ada/pp-rec-component/pck.ads: New files.
14064
c0d48811
JB
140652014-01-07 Joel Brobecker <brobecker@adacore.com>
14066
14067 * gdb.python/py-pp-integral.c: New file.
14068 * gdb.python/py-pp-integral.py: New file.
14069 * gdb.python/py-pp-integral.exp: New file.
14070
17b609c3 14071For older changes see ChangeLog-1993-2013.
c906108c 14072\f
8d8cb839
EZ
14073;; Local Variables:
14074;; mode: change-log
14075;; left-margin: 8
14076;; fill-column: 74
14077;; version-control: never
14078;; End:
902f2ccb 14079
e2882c85 14080 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14081 Copying and distribution of this file, with or without modification,
14082 are permitted provided the copyright notice and this notice are preserved.
This page took 4.642491 seconds and 4 git commands to generate.