]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
include: Sync with GCC
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
61b04dd0
PA
12018-06-19 Pedro Alves <palves@redhat.com>
2
3 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4 (func_extern_caller): New.
5 (main): Call func_extern_caller.
6 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
7 logic change.
8
f63b508a
SM
92018-06-18 Weimin Pan <weimin.pan@oracle.com>
10
11 PR gdb/16841
12 * gdb.cp/typedef-base.cc: New file.
13 * gdb.cp/typedef-base.exp: New file.
14
0fe3a558
TV
152018-06-18 Tom de Vries <tdevries@suse.de>
16
17 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
18
7010835a
AB
192018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
20 Richard Bunt <Richard.Bunt@arm.com>
21
22 * gdb.threads/attach-slow-waitpid.c: New file.
23 * gdb.threads/attach-slow-waitpid.exp: New file.
24 * gdb.threads/slow-waitpid.c: New file.
25
14897d65
PA
262018-06-14 Pedro Alves <palves@redhat.com>
27
28 * gdb.base/fork-running-state.c: Include <errno.h>.
29 (exit_if_relative_exits): New.
30 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
31 exits.
32 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
33 child exits.
34
5d9a0608
TV
352018-06-14 Tom de Vries <tdevries@suse.de>
36
37 PR cli/22573
38 * gdb.base/finish-pretty.c: New test.
39 * gdb.base/finish-pretty.exp: New file.
40
11ae5818
PA
412018-06-14 Pedro Alves <palves@redhat.com>
42
43 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
44 gdb's expected startup output.
45
1d39de44
PA
462018-06-14 Pedro Alves <palves@redhat.com>
47
48 * lib/selftest-support.exp (selftest_setup): Remove inlined
49 function handling.
50
70ee0000
TV
512018-06-14 Tom de Vries <tdevries@suse.de>
52
53 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
54 matching of breakpoint printing.
55
11f4b608
TV
562018-06-13 Tom de Vries <tdevries@suse.de>
57
58 PR testsuite/23269
59 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
60 (fork_child): ... here, and ...
61 (fork_parent): ... here.
62
632018-06-12 Tom de Vries <tdevries@suse.de>
64
65 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
66
9516f85a
AB
672018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
68 Stephen Roberts <stephen.roberts@arm.com>
69
70 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
71 rewrite test to describe action performed, rather than possible
72 failure.
73
5045b3d7
GB
742018-06-08 Gary Benson <gbenson@redhat.com>
75
76 * gdb.threads/check-libthread-db.exp: New file.
77 * gdb.threads/check-libthread-db.c: Likewise.
78
c61b06a1
TT
792018-06-05 Tom Tromey <tom@tromey.com>
80
81 * gdb.base/default.exp: Update expected "show version" output.
82
eb6af809
TT
832018-06-05 Tom Tromey <tom@tromey.com>
84
85 PR cli/12326:
86 * gdb.cp/static-print-quit.exp: Update.
87 * lib/gdb.exp (pagination_prompt): Update.
88 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
89 * gdb.python/python.exp: Update.
90
178d6a63
JB
912018-06-04 Joel Brobecker <brobecker@adacore.com>
92
93 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
94
8e817061
JB
952018-06-01 Joel Brobecker <brobecker@adacore.com>
96
97 * gdb.ada/bp_fun_addr: New testcase.
98
e86ca25f
TT
992018-06-01 Tom Tromey <tom@tromey.com>
100
101 * gdb.xml/tdesc-regs.exp (load_description): Update expected
102 results.
103 * gdb.dwarf2/method-ptr.exp: Set language to C++.
104 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
105 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
106 * gdb.base/maint.exp (maint_pass_if): Update.
107
4b2dfa9d
MR
1082018-05-31 Maciej W. Rozycki <macro@mips.com>
109
110 * gdb.base/endian.exp: New test.
111 * gdb.base/endian.c: New test source.
112
45f25d6c
AB
1132018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 PR gdb/23203
116 * gdb.base/bt-selected-frame.c: New file.
117 * gdb.base/bt-selected-frame.exp: New file.
118 * lib/gdb.exp (get_current_frame_number): New function.
119
d9f6d7f8
MR
1202018-05-24 Maciej W. Rozycki <macro@mips.com>
121 Pedro Alves <palves@redhat.com>
122
123 * gdb.threads/tls-core.c: Include <stdlib.h>
124 (thread_proc): Call `abort'.
125 * gdb.threads/tls-core.exp: Generate a core with core_find too.
126 (tls_core_test): New procedure, bits factored out from ...
127 (top level): ... here. Test both native cores and gcore cores.
128
ff1cf532
TT
1292018-05-23 Tom Tromey <tom@tromey.com>
130
131 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
132
b98664d3
TT
1332018-05-23 Tom Tromey <tom@tromey.com>
134
135 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
136 symfile_complaints.
137 (test_short_complaints): Likewise.
138 (test_empty_complaints): Likewise.
139 (test_initial_complaints): Update.
140
4e9668d0
TT
1412018-05-23 Tom Tromey <tom@tromey.com>
142
143 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
144
43ba33c7
TT
1452018-05-23 Tom Tromey <tom@tromey.com>
146
147 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
148 (test_short_complaints): Update.
149
035522c0
PA
1502018-05-22 Pedro Alves <palves@redhat.com>
151
152 * gdb.base/remote.exp: Only gdb_start after compiling the
153 testcase. Issue "disconnect" before testing "set remote" command
154 defaults. Issue clean_restart before running to main.
155
cc0be08f
PA
1562018-05-22 Pedro Alves <palves@redhat.com>
157
158 * gdb.base/remote.exp: Adjust expected output of "show remote
159 memory-write-packet-size". Add tests for "set remote
160 memory-write-packet-size 0" and "set remote
161 memory-write-packet-size fixed/limit".
162
b1b60145
PA
1632018-05-22 Pedro Alves <palves@redhat.com>
164
165 PR gdb/22973
166 * gdb.base/utf8-identifiers.c: New file.
167 * gdb.base/utf8-identifiers.exp: New file.
168
0ec848ad
PFC
1692018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
170
171 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
172
2c3305f6
PFC
1732018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
174
175 * gdb.arch/powerpc-vsx-gcore.exp: New file.
176
ce1e8424
TT
1772018-05-18 Tom Tromey <tom@tromey.com>
178
179 * gdb.base/ptype-offsets.exp: Update.
180
ddfe970e
KS
1812018-05-17 Keith Seitz <keiths@redhat.com>
182
183 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
184 in expected breakpoint stop locations.
185 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
186 move to proper scope to test variable values.
187 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
188 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
189 New functions.
190 (main): Call not_inline_func3.
191 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
192 inline_func1, inline_func2, and inline_func3. Test that when each
193 breakpoint is hit, GDB properly reports both the stop location
194 and the backtrace. Repeat tests for temporary breakpoints.
195
0726fcc6
MR
1962018-05-15 Maciej W. Rozycki <macro@mips.com>
197
198 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
199 rather then trying to access it in determining whether the PID
200 of `gdbserver' could have been retrieved.
201
8ee22052
AB
2022018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * gdb.arch/amd64-init-x87-values.S: New file.
205 * gdb.arch/amd64-init-x87-values.exp: New file.
206
7785df48
JK
2072018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
208
209 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
210
56bcdbea
TT
2112018-05-04 Tom Tromey <tom@tromey.com>
212
213 PR python/22730:
214 * gdb.python/python.exp: Test multi-line execute.
215
a913fffb
TT
2162018-05-04 Tom Tromey <tom@tromey.com>
217
218 PR python/22731:
219 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
220
7a2c85f2
TT
2212018-05-04 Tom Tromey <tom@tromey.com>
222
223 PR gdb/11750:
224 * gdb.base/define.exp: Test defining a user command inside a user
225 command.
226 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
227
a3b60e45
JK
2282018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
229 Pedro Alves <palves@redhat.com>
230
231 PR breakpoints/19806 and support for PR external/20207.
232 * gdb.base/watchpoint-unaligned.c: New file.
233 * gdb.base/watchpoint-unaligned.exp: New file.
234
45fe4a03
AB
2352018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.base/maint.exp: Make test names unique, use
238 test_prefix_command_help to test 'help maint info', and remove
239 repeated test of 'help maint'.
240
9be2ae8f
TT
2412018-05-04 Tom Tromey <tom@tromey.com>
242
243 PR gdb/22619:
244 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
245 behavior.
246
11859c31
AB
2472018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.base/maint.exp: Process output from 'maint print registers'
250 line at a time.
251
089a9490
AB
2522018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
255 timeout.
256
9b0797e2
AB
2572018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
260 filter pattern.
261
f6ac5f3d
PA
2622018-05-02 Pedro Alves <palves@redhat.com>
263
264 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
265 to_log_command renames.
266 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
267
77d3c63b
TT
2682018-05-02 Tom Tromey <tom@tromey.com>
269
270 * gdb.python/py-parameter.exp: Set test message.
271
0489430a
TT
2722018-05-02 Tom Tromey <tom@tromey.com>
273
274 PR python/20084:
275 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
276 PARAM_ZUINTEGER_UNLIMITED tests.
277
1632f8ba
DR
2782018-04-28 Dan Robertson <danlrobertson89@gmail.com>
279
280 PR rust/23124
281 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
282 when casting.
283
6d7bb824
TT
2842018-04-30 Tom Tromey <tom@tromey.com>
285
286 * gdb.python/py-type.exp: Check align attribute.
287 * gdb.python/py-type.c: New "aligncheck" global.
288
007e1530
TT
2892018-04-30 Tom Tromey <tom@tromey.com>
290
291 PR exp/17095:
292 * gdb.dwarf2/dw2-align.exp: New file.
293 * gdb.cp/align.exp: New file.
294 * gdb.base/align.exp: New file.
295 * lib/gdb.exp (gdb_int128_helper): New proc.
296 (has_int128_c, has_int128_cxx): New caching procs.
297
6873858b
TT
2982018-04-27 Tom Tromey <tom@tromey.com>
299
300 PR rust/22545:
301 * gdb.rust/simple.exp: Add inclusive range tests.
302
79188d8d
PA
3032018-04-26 Pedro Alves <palves@redhat.com>
304
305 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
306 ifunc breakpoint locations correctly of ifunc breakpoints set
307 while the program resolves the ifunc.
308
c7075ad5
PA
3092018-04-26 Pedro Alves <palves@redhat.com>
310
311 * gdb.base/gnu-ifunc-final.c: New file.
312 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
313 * gdb.base/gnu-ifunc.exp (executable): Delete.
314 (staticexecutable): Adjust.
315 (lib_opts, exec_opts): Delete.
316 (make_binsuffix, build, set-break): New procedures.
317 (misc_tests): New, with tests factored out from the top level.
318 (top level): Test different combinations of ifunc resolver name,
319 resolver with and with debug info, and ifunc target with and
320 without debug info. Wrap static tests with with_target_prefix.
321
8388016d
PA
3222018-04-26 Pedro Alves <palves@redhat.com>
323
324 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
325 return type" warnings.
326
249b5733
PA
3272018-04-25 Pedro Alves <palves@redhat.com>
328
329 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
330 killed".
331 * gdb.base/kill-after-signal.exp: Likewise.
332 * gdb.threads/kill.exp: Likewise.
333
f67c0c91
SDJ
3342018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
335 Sergio Durigan Junior <sergiodj@redhat.com>
336 Pedro Alves <palves@redhat.com>
337
338 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
339 regexps to expect for '[Inferior ... detached]' as well.
340 * gdb.base/attach.exp: Likewise.
341 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
342 "gdb_continue_to_end".
343 (test_catch_syscall_with_wrong_args): Likewise.
344 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
345 ']'. Don't set 'verbose' on.
346 * gdb.base/foll-vfork.exp: Likewise.
347 * gdb.base/fork-print-inferior-events.c: New file.
348 * gdb.base/fork-print-inferior-events.exp: New file.
349 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
350 '[Inferior ... has been killed]' message.
351 * gdb.base/kill-after-signal.exp: Likewise.
352 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
353 detach message.
354 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
355 message.
356 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
357 regexps to expect for '[Inferior ... detached]' as well.
358 * gdb.threads/process-dies-while-detaching.exp: Likewise.
359
0a8ddac4
SM
3602018-04-24 Simon Marchi <simon.marchi@ericsson.com>
361
362 PR gdb/23104
363 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
364
d27d16bf
RB
3652018-04-19 Richard Bunt <richard.bunt@arm.com>
366
367 * gdb.threads/multiple-successive-infcall.c: New test.
368 * gdb.threads/multiple-successive-infcall.exp: New file.
369
a037790e
TT
3702018-04-17 Tom Tromey <tom@tromey.com>
371
372 * gdb.rust/simple.rs (Union): New type.
373 (main): New local "u".
374 * gdb.rust/simple.exp (test_one_slice): Add new test case.
375
e3a91079
AA
3762018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
377
378 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
379 number information in output of "whereis" command.
380 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
381
b744723f
AA
3822018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
383
384 * gdb.ada/info_types.exp: Adjust expected output to the line
385 numbers now printed by "info var/func/type".
386 * gdb.base/completion.exp: Likewise.
387 * gdb.base/included.exp: Likewise.
388 * gdb.cp/cp-relocate.exp: Likewise.
389 * gdb.cp/cplusfuncs.exp: Likewise.
390 * gdb.cp/namespace.exp: Likewise.
391 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
392
4a4495d6
MM
3932018-04-13 Markus Metzger <markus.t.metzger@intel.com>
394
395 * gdb.btrace/cpu.exp: New.
396
1d509aa6
MM
3972018-04-13 Markus Metzger <markus.t.metzger@intel.com>
398
399 * gdb.base/step-indirect-call-thunk.exp: New.
400 * gdb.base/step-indirect-call-thunk.c: New.
401 * gdb.reverse/step-indirect-call-thunk.exp: New.
402 * gdb.reverse/step-indirect-call-thunk.c: New.
403
6295b6da
SM
4042018-04-11 Simon Marchi <simon.marchi@ericsson.com>
405
406 * gdb.base/pie-fork.c: New file.
407 * gdb.base/pie-fork.exp: New file.
408
50146e70
TT
4092018-04-11 Tom Tromey <tom@tromey.com>
410
411 * gdb.rust/simple.exp: Add test for ".." struct initializer.
412
f50d8a2e
PA
4132018-04-10 Pedro Alves <palves@redhat.com>
414
415 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
416 exits. Instead loop running forever.
417 (fork_parent): Run forever too.
418
a0be7a36
SM
4192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
420
421 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
422 mi_continue_to_line.
423 * gdb.mi/mi-stack.c (callee4): Add comment.
424
9b73db36
SM
4252018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
426
427 * gdb.mi/mi-stack.exp: Fix indentation.
428
c912f608
SM
4292018-04-07 Simon Marchi <simon.marchi@ericsson.com>
430
431 PR gdb/22979
432 * gdb.arch/amd64-osabi.exp: New file.
433
26540402
SM
4342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
435
436 PR gdb/22980
437 * gdb.base/osabi.exp: New file.
438
121ad66c 4392018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
440
441 * gdb.cp/static-typedef-print.exp: New file.
442 * gdb.cp/static-typedef-print.cc: New file.
443
3fcded8f
JB
4442018-03-27 Joel Brobecker <brobecker@adacore.com>
445
446 * gdb.ada/varsize_limit: New testcase.
447
59cc4834
JB
4482018-03-27 Joel Brobecker <brobecker@adacore.com>
449
450 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
451
452 * gdb.ada/notcplusplus: New testcase.
453
454 * gdb.base/c-linkage-name.c: New file.
455 * gdb.base/c-linkage-name.exp: New testcase.
456
4ca59a9f
TT
4572018-03-26 Tom Tromey <tom@tromey.com>
458
459 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
460 * gdb.python/py-framefilter.py (name_error): New global.
461 (ErrorInName.function): Use name_error.
462
978d6c75
TT
4632018-03-26 Tom Tromey <tom@tromey.com>
464
465 PR backtrace/15582:
466 * gdb.python/py-framefilter.exp: Add "bt hide" test.
467
b7fee5a3
KS
4682018-03-23 Keith Seitz <keiths@redhat.com>
469
470 PR c++/22968
471 * gdb.cp/subtypes.exp: New file.
472 * gdb.cp/subtypes.h: New file.
473 * gdb.cp/subtypes.cc: New file.
474 * gdb.cp/subtypes-2.cc: New file.
475
376be529
AB
4762018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
479 (done): Call '_exit' not 'exit' to avoid atexit handlers.
480 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
481 -nostartfiles when compiling the test. Confirm that all registers
482 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
483
066cfa98
AB
4842018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
487 option, syntax was wrong anyway.
488 * gdb.arch/arm-disp-step.exp: Likewise.
489 * gdb.arch/sparc64-regs.exp: Likewise.
490 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
491 option, syntax was wrong anyway, switch to use
492 prepare_for_testing.
493 * gdb.arch/i386-disp-step.exp: Likewise.
494
079670b9
AA
4952018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
496
497 * gdb.ada/exec_changed.exp: Replace "target_info exists
498 use_gdb_stub" by "use_gdb_stub".
499 * gdb.ada/start.exp: Likewise.
500 * gdb.base/async-shell.exp: Likewise.
501 * gdb.base/attach-pie-misread.exp: Likewise.
502 * gdb.base/attach-wait-input.exp: Likewise.
503 * gdb.base/break-entry.exp: Likewise.
504 * gdb.base/break-interp.exp: Likewise.
505 * gdb.base/dprintf-detach.exp: Likewise.
506 * gdb.base/nostdlib.exp: Likewise.
507 * gdb.base/solib-nodir.exp: Likewise.
508 * gdb.base/statistics.exp: Likewise.
509 * gdb.base/testenv.exp: Likewise.
510 * gdb.mi/mi-exec-run.exp: Likewise.
511 * gdb.mi/mi-start.exp: Likewise.
512 * gdb.multi/dummy-frame-restore.exp: Likewise.
513 * gdb.multi/multi-arch-exec.exp: Likewise.
514 * gdb.multi/multi-arch.exp: Likewise.
515 * gdb.multi/tids.exp: Likewise.
516 * gdb.multi/watchpoint-multi.exp: Likewise.
517 * gdb.python/py-events.exp: Likewise.
518 * gdb.threads/attach-into-signal.exp: Likewise.
519 * gdb.threads/attach-stopped.exp: Likewise.
520 * gdb.threads/threadapply.exp: Likewise.
521 * lib/selftest-support.exp: Likewise.
522
26d6cec4
AA
5232018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
524
525 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
526
4ee89e90
SR
5272018-03-20 Stephen Roberts <stephen.roberts@arm.com>
528
529 * gdb.perf/template-breakpoints.cc: New file.
530 * gdb.perf/template-breakpoints.exp: New file.
531 * gdb.perf/template-breakpoints.py: New file.
532
92630041
TT
5332018-03-19 Tom Tromey <tom@tromey.com>
534
535 * gdb.rust/simple.rs (main): Add local variables field1, field2,
536 y0.
537 * gdb.rust/simple.exp: Test bare identifier form of struct
538 initializer.
539
76727919
TT
5402018-03-19 Tom Tromey <tom@tromey.com>
541
542 * gdb.gdb/observer.exp: Remove.
543
194ed413
AA
5442018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
545
546 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
547 "qualified" option when setting breakpoints.
548 * gdb.trace/backtrace.exp: Likewise.
549 * gdb.trace/circ.exp: Likewise.
550 * gdb.trace/collection.exp: Likewise.
551 * gdb.trace/disconnected-tracing.exp: Likewise.
552 * gdb.trace/ftrace-lock.exp: Likewise.
553 * gdb.trace/ftrace.exp: Likewise.
554 * gdb.trace/infotrace.exp: Likewise.
555 * gdb.trace/packetlen.exp: Likewise.
556 * gdb.trace/passc-dyn.exp: Likewise.
557 * gdb.trace/qtro.exp: Likewise.
558 * gdb.trace/read-memory.exp: Likewise.
559 * gdb.trace/report.exp: Likewise.
560 * gdb.trace/signal.exp: Likewise.
561 * gdb.trace/status-stop.exp: Likewise.
562 * gdb.trace/strace.exp: Likewise.
563 * gdb.trace/tfind.exp: Likewise.
564 * gdb.trace/trace-break.exp: Likewise.
565 * gdb.trace/trace-condition.exp: Likewise.
566 * gdb.trace/trace-mt.exp: Likewise.
567 * gdb.trace/tstatus.exp: Likewise.
568 * gdb.trace/tsv.exp: Likewise.
569 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
570 * gdb.trace/unavailable.exp: Likewise.
571 * gdb.trace/while-dyn.exp: Likewise.
572
8b067d2c
AA
5732018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
574
575 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
576 that libinproctrace is copied to the target.
577
3ae9ce5d
TT
5782018-03-14 Tom Tromey <tom@tromey.com>
579
580 PR cli/14977:
581 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
582 a null pointer.
583 * gdb.base/wchar.exp: Likewise.
584
b8c2339b
TT
5852018-03-14 Tom Tromey <tom@tromey.com>
586
587 PR cli/19918:
588 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
589 flag.
590
4872dc46
SM
5912018-03-08 Simon Marchi <simon.marchi@ericsson.com>
592
593 PR gdb/22841
594 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
595 "target" to remote_exec.
596
e4fe3756
SM
5972018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
598
599 PR gdb/22841
600 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
601 ${board}_upload): Remove.
602
e95a97d4
AA
6032018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
604
605 * gdb.cp/watch-cp.cc: New test.
606 * gdb.cp/watch-cp.exp: New file.
607
dbbb1059
AB
6082018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 * gdb.base/infcall-nested-structs.exp: New file.
611 * gdb.base/infcall-nested-structs.c: New file.
612 * gdb.base/float.exp: Add riscv support.
613
ecc054c0
TP
6142018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
615
616 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
617 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
618
25e3c82c
SDJ
6192018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
620
621 * gdb.server/abspath.exp: New file.
622 * lib/gdb.exp (with_cwd): New procedure.
623
3083294d
SM
6242018-02-28 Simon Marchi <simon.marchi@ericsson.com>
625
626 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
627 use it.
628 (gdb_is_target_remote_prompt): New proc.
629 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
630 (gdb_is_target_native): Pass prompt parameter to
631 gdb_is_target_1.
632
3275ef47
SM
6332018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
634
635 * gdb.base/load-command.c: New file.
636 * gdb.base/load-command.exp: New file.
637 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
638 (gdb_is_target_1): ...this, and generalize for other targets
639 than just remote.
640 (gdb_is_target_remote): Use gdb_is_target_1.
641 (gdb_is_target_native): use gdb_is_target_1.
642
6893c19a
TT
6432018-02-26 Tom Tromey <tom@tromey.com>
644
645 PR python/16497:
646 * gdb.python/py-framefilter.exp: Update test.
647
2ddeaf8a
TT
6482018-02-26 Tom Tromey <tom@tromey.com>
649
650 * gdb.dwarf2/variant.c: New file.
651 * gdb.dwarf2/variant.exp: New file.
652
c9317f21
TT
6532018-02-26 Tom Tromey <tom@tromey.com>
654
655 * gdb.rust/simple.exp: Accept more possible results in enum test.
656
6f6d0c26
SM
6572018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
658
659 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
660 parentheses.
661
11b03145
MR
6622018-02-23 Maciej W. Rozycki <macro@mips.com>
663
664 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
665 name of a variable: $actual_linejj -> $actual_line.
666
54a27fe5
JB
6672018-02-21 John Baldwin <jhb@FreeBSD.org>
668
669 * gdb.arch/amd64-i386-address.exp: Fix a typo.
670
de65820c
MM
6712018-02-20 Markus Metzger <markus.t.metzger@intel.com>
672
673 * gdb.btrace/buffer-size.exp: Do not force BTS.
674
980548fd
PA
6752018-02-14 Pedro Alves <palves@redhat.com>
676
677 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
678 getting a "Quit".
679
c4e12631
MM
6802018-02-09 Markus Metzger <markus.t.metzger@intel.com>
681
682 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
683 Fix test name.
684
c2e0e465
SM
6852018-02-07 Simon Marchi <simon.marchi@ericsson.com>
686
687 * gdb.cp/m-static.exp: Check type of optimized out static
688 member.
689
f7216783
AB
6902018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
691
692 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
693 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
694
0625771b
LS
6952018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
696 Leszek Swirski <leszeks@google.com>
697
698 * gdb.python/py-prettyprint.c
699 (struct to_string_returns_value_inner,
700 struct to_string_returns_value_wrapper): New.
701 (main): Add tsrvw variable.
702 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
703 ToStringReturnsValueWrapper): New classes.
704 (register_pretty_printers): Register new pretty-printers.
705 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
706 recursive pretty printer.
707 * gdb.python/py-mi.exp: Likewise.
708
59498c30
LS
7092018-02-01 Leszek Swirski <leszeks@google.com>
710
711 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
712 functions with the same name as an include file are parsed
713 correctly.
714
d4d38844
YQ
7152018-02-01 Yao Qi <yao.qi@linaro.org>
716
717 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
718 "\[^\r\n\]*".
719
07e5f5cf
NP
7202018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
721
722 * gdb.arch/powerpc-prologue-frame.s: New file.
723 * gdb.arch/powerpc-prologue-frame.c: Likewise.
724 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
725
929b5ad4
JB
7262018-01-31 Joel Brobecker <brobecker@adacore.com>
727
728 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
729
e671cd59
PA
7302018-01-30 Pedro Alves <palves@redhat.com>
731
732 PR gdb/13211
733 * gdb.base/interrupt-daemon.c: New.
734 * gdb.base/interrupt-daemon.exp: New.
735 * gdb.multi/multi-term-settings.c: New.
736 * gdb.multi/multi-term-settings.exp: New.
737
fc413dc4
JB
7382018-01-30 Joel Brobecker <brobecker@adacore.com>
739
740 * gdb.base/break.exp: Save the location where the breakpoint
741 on break.c:47 was actually inserted when debugging the version
742 compiled at -O2 and use it in the expected output of the "info
743 break" test performed soon after.
744
5c319bb2
PA
7452018-01-22 Pedro Alves <palves@redhat.com>
746 Sergio Durigan Junior <sergiodj@redhat.com>
747
748 * gdb.base/whatis.exp: Add tests for 'set print object on' +
749 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
750
a9e40818
JB
7512018-01-22 Joel Brobecker <brobecker@adacore.com>
752
753 * gdb.base/break-include.c, gdb.base/break-include.inc,
754 gdb.base/break-include.exp: New files.
755 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
756 line number now being the actual line number where the breakpoint
757 was inserted.
758 * gdb.mi/mi-break.exp: Likewise.
759 * gdb.mi/mi-reverse.exp: Likewise.
760 * gdb.mi/mi-simplerun.exp: Ditto.
761
e707fc44
AB
7622018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
765 varobj.
766 * gdb.mi/mi-var-create-rtti.exp: Likewise.
767
ae451627
AB
7682018-01-21 Don Breazeal <donb@codesourcery.com>
769 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * gdb.mi/basics.c: Add new global.
772 * gdb.mi/mi-frame-regs.exp: New file.
773 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
774 case.
775
b1b189e0
AB
7762018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
779 non-parameter, and on an unknown symbol.
780
fcfcc376
TT
7812018-01-19 Tom Tromey <tom@tromey.com>
782
783 * gdb.rust/modules.rs (TWENTY_THREE): New global.
784 * gdb.rust/modules.exp: Add ::-qualified lookup test.
785
634c1c31
AA
7862018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
787
788 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
789 setrlimit and chdir to int.
790
d6ad07fd
AA
7912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
792
793 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
794 function.
795 (my_tend): Likewise.
796 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
797 rationale of avoiding FP- and vector instructions.
798
adf8243b
RK
7992018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
800
801 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
802 "info reg" with "\[ \t\]*".
803 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
804 "\[ \t\]+".
805 * gdb.arch/s390-multiarch.exp: Ditto.
806 * gdb.base/pc-fp.exp: Ditto.
807 * gdb.reverse/i386-precsave.exp: Ditto.
808 * gdb.reverse/i386-reverse.exp: Ditto.
809 * gdb.reverse/i387-env-reverse.exp: Ditto.
810 * gdb.reverse/i387-stack-reverse.exp: Ditto.
811
dcc06925
AA
8122018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
813
814 * lib/gdb.exp (gdb_compile): Re-enable use of
815 universal_compile_options for languages other than Rust.
816
25d4fd80
AA
8172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
818
819 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
820
ee7f689e 8212018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
822
823 PR gdb/16577
824 * gdb.base/solib-vanish.exp: New.
825 * gdb.base/solib-vanish-main.c: New.
826 * gdb.base/solib-vanish-lib1.c: New.
827 * gdb.base/solib-vanish-lib2.c: New.
828
d8447b6b
YQ
8292018-01-17 Yao Qi <yao.qi@linaro.org>
830
831 * gdb.compile/compile.exp: Match the address printed for
832 frame in the output of command "bt".
833
86d6a90c
TT
8342018-01-15 Tom Tromey <tom@tromey.com>
835
836 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
837 compute sp_reg.
838
cbcdb1aa
AB
8392018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
840
841 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
842 to prepare.
843 (prepare): Return 0 on error, 1 on success.
844
eea61984
PA
8452018-01-12 Pedro Alves <palves@redhat.com>
846
847 * gdb.base/continue-after-aborted-step-over.c: New.
848 * gdb.base/continue-after-aborted-step-over.exp: New.
849
6181e9c2
SM
8502018-01-11 Simon Marchi <simon.marchi@ericsson.com>
851
852 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
853 options when not creating an executable.
854
3cada740
PA
8552018-01-11 Pedro Alves <palves@redhat.com>
856
857 PR remote/22597
858 * gdb.server/stop-reply-no-thread.c: New file.
859 * gdb.server/stop-reply-no-thread.exp: New file.
860
c63d3e8d
PA
8612018-01-10 Pedro Alves <palves@redhat.com>
862
863 PR gdb/22670
864 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
865 functions too. Test setting breakpoints and printing C functions
866 with no debug info too.
867 * gdb.ada/bp_c_mixed_case/qux.c: New file.
868
d4c2a405
PA
8692018-01-10 Pedro Alves <palves@redhat.com>
870
871 PR gdb/22670
872 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
873 a fail.
874
8825213e
PA
8752018-01-10 Pedro Alves <palves@redhat.com>
876
877 PR gdb/22670
878 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
879
605fd3c6
YQ
8802018-01-08 Simon Marchi <simon.marchi@ericsson.com>
881
882 * gdb.server/unittest.exp: Match the output in non-development
883 mode.
884
1e5ded6c
YQ
8852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
886
887 * gdb.gdb/unittest.exp: Match output in non-development mode.
888
30066b0b
JB
8892018-01-08 Joel Brobecker <brobecker@adacore.com>
890
891 * gdb.ada/access_tagged_param.exp: Relax expected output
892 for value of "ObjL" in "continue" to pck.inspect breakpoint
893 test.
894
04bafb1e
XR
8952018-01-08 Joel Brobecker <brobecker@adacore.com>
896
9f86398b
JB
897 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
898 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 899
e379cee6
PA
9002018-01-05 Pedro Alves <palves@redhat.com>
901
902 PR gdb/18653
903 * gdb.base/libsegfault.exp: New.
904
de63c46b
PA
9052018-01-05 Joel Brobecker <brobecker@adacore.com>
906
907 PR gdb/22670
908 * gdb.ada/access_tagged_param.exp: New file.
909 * gdb.ada/access_tagged_param/foo.adb: New file.
910
f98fc17b
PA
9112018-01-05 Pedro Alves <palves@redhat.com>
912
913 PR gdb/22670
914 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
915 exercise lower case too, and to exercise both full matching and
916 wild matching.
917
342f8240
JB
9182018-01-05 Joel Brobecker <brobecker@adacore.com>
919
920 * gdb.ada/rename_subscript_param: New testcase.
921
7150d33c
JG
9222018-01-05 Jerome Guitton <guitton@adacore.com>
923
924 * gdb.ada/arr_acc_idx_w_gap: New testcase.
925
cc0e770c
JB
9262018-01-05 Joel Brobecker <brobecker@adacore.com>
927
928 * gdb.ada/convvar_comp: New testcase.
929
672a41aa 9302018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
931
932 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
933 (My_Table): New global variable.
934 * testsuite/gdb.ada/array_char_idx.exp: Add test.
935
7365ec2f
JB
9362018-01-04 Joel Brobecker <brobecker@adacore.com>
937
938 PR gdb/22670
939 * gdb.ada/maint_with_ada: New testcase.
940
289483b6
JB
9412018-01-04 Joel Brobecker <brobecker@adacore.com>
942
943 PR gdb/22670
944 * gdb.ada/bp_c_mixed_case: New testcase.
945
344420da
JB
9462018-01-04 Joel Brobecker <brobecker@adacore.com>
947
948 PR gdb/22670
949 * gdb.ada/complete.exp: Add "complete break ada" test.
950
66fc87a0
JB
9512018-01-04 Joel Brobecker <brobecker@adacore.com>
952
953 PR gdb/22670
954 * gdb.ada/info_addr_mixed_case: New testcase.
955
9f757bf7
XR
9562018-01-03 Xavier Roirand <roirand@adacore.com>
957
958 * gdb.ada/excep_handle.exp: New testcase.
959 * gdb.ada/excep_handle/foo.adb: New file.
960 * gdb.ada/excep_handle/pck.ads: New file.
961
bd570f80
JB
9622018-01-03 Joel Brobecker <brobecker@adacore.com>
963
964 * gdb.base/step-line.c: Add extra empty line in copyright header.
965 * gdb.base/step-line.inp: Likewise.
966
9fe561ab
JB
9672018-01-02 Joel Brobecker <brobecker@adacore.com>
968
969 * gdb.ada/dyn_stride.exp: Add slice test.
970
a405673c
JB
9712018-01-02 Joel Brobecker <brobecker@adacore.com>
972
973 * gdb.ada/dyn_stride: New testcase.
974
cef0f868
SH
9752017-12-27 Stafford Horne <shorne@gmail.com>
976
977 * gdb.xml/extra-regs.xml: Add example foo reggroup.
978 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
979
b67d92b0
SH
9802017-12-27 Stafford Horne <shorne@gmail.com>
981
982 * gdb.base/reggroups.c: New file.
983 * gdb.base/reggroups.exp: New file.
984
eccab96d
JB
9852017-12-18 Joel Brobecker <brobecker@adacore.com>
986
987 * gdb.dwarf2/ada-valprint-error.c: New file.
988 * gdb.dwarf2/ada-valprint-error.exp: New file.
989
0e2da9f0
JB
9902017-12-18 Joel Brobecker <brobecker@adacore.com>
991
992 * gdb.ada/assign_arr: New testcase.
993
cb923fcc
XR
9942017-12-18 Xavier Roirand <roirand@adacore.com>
995
996 * gdb.ada/funcall_ptr: New testcase.
997
7c161838
SDJ
9982017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
999
1000 PR cli/16224
1001 * gdb.base/ptype-offsets.cc: New file.
1002 * gdb.base/ptype-offsets.exp: New file.
1003
1af17fd9
YQ
10042017-12-15 Yao Qi <yao.qi@linaro.org>
1005
1006 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1007 if XML is disabled.
1008
828d5846
XR
10092017-12-15 Xavier Roirand <roirand@adacore.com>
1010
1011 * gdb.ada/same_component_name: New testcase.
1012
79e8fcaa
JB
10132017-12-14 Joel Brobecker <brobecker@adacore.com>
1014
1015 * gdb.ada/str_binop_equal: New testcase.
1016
e05fa6f9
JB
10172017-12-14 Joel Brobecker <brobecker@adacore.com>
1018
1019 * gdb.ada/task_switch_in_core: New testcase.
1020
b89641ba
SM
10212017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1022
1023 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1024 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1025 call test_bkpt_qualified.
1026 (test_bkpt_qualified): New proc.
1027
6892d2e4
PA
10282017-12-13 Pedro Alves <palves@redhat.com>
1029
1030 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1031 Tighten regexp by matching with an anchor.
1032
a22ecf70
PA
10332017-12-13 Pedro Alves <palves@redhat.com>
1034
1035 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1036 ("expression with namespace"): New set of tests.
1037 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1038 (Nested::Test_NS::qux): New.
1039 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1040 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1041
9937536c
JB
10422017-12-13 Joel Brobecker <brobecker@adacore.com>
1043
1044 * gdb.base/server-del-break.c: New file.
1045 * gdb.base/server-del-break.exp: New file.
1046
fe49c6f5
SH
10472017-12-12 Stafford Horne <shorne@gmail.com>
1048
1049 * gdb.xml/tdesc-regs.exp: Add or1k support.
1050
c3d18620
SH
10512017-12-12 Stafford Horne <shorne@gmail.com>
1052
1053 * gdb.base/bp-permanent.c: Define nop of or1k.
1054
c5f9cfc8
JB
10552017-12-11 Joel Brobecker <brobecker@adacore.com>
1056
1057 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1058 output with components being reordered.
1059
a9c135fc
JB
10602017-12-11 Joel Brobecker <brobecker@adacore.com>
1061
1062 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1063 output with components being reordered.
1064
927aa2e7
JK
10652017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1066 Pedro Alves <palves@redhat.com>
1067
1068 * gdb.base/maint.exp (check for .gdb_index): Check also for
1069 .debug_names.
1070 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1071 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1072 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1073 (.gdb_index used after symbol reloading): Support also .debug_names.
1074 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1075
f17d9474
YQ
10762017-12-08 Yao Qi <yao.qi@linaro.org>
1077
1078 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1079 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1080
a0de8c21
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 test for breakpoint.
1085
a738ea1d
YQ
10862017-12-08 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.arch/aarch64-tagged-pointer.c: New file.
1089 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1090
1cd9a73b
SDJ
10912017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1092
1093 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1094 "int".
1095
fa6eb693
KS
10962017-12-07 Keith Seitz <keiths@redhat.com>
1097
1098 PR breakpoints/22569
1099 * gdb.linespec/ls-errs.exp: Change expected result of "break
1100 -source this file has spaces.c -line 3".
1101 Check that an explicit source file followed by whitespace is
1102 identified as an invalid explicit location.
1103
883fd55a
KS
11042017-12-07 Keith Seitz <keiths@redhat.com>
1105
1106 * gdb.cp/nested-types.cc: New file.
1107 * gdb.cp/nested-types.exp: New file.
1108 * lib/cp-support.exp: Load data-structures.exp library.
1109 (debug_cp_test_ptype_class): New global.
1110 (cp_ptype_class_verbose, next_line): New procedures.
1111 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1112 Add and document new return value.
1113 Switch the list of lines to a queue.
1114 Add support for new `type' key for nested type definitions.
1115 Add debugging/troubleshooting messages.
1116 * lib/data-structures.exp: New file.
1117
ec72db3e
SM
11182017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1119
1120 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1121 with proc_with_prefix, don't use with_test_prefix.
1122
99598d71
TT
11232017-12-07 Tom Tromey <tom@tromey.com>
1124
1125 * gdb.base/break.exp: Add test for empty "commands".
1126
a8806230
YQ
11272017-12-07 Yao Qi <yao.qi@linaro.org>
1128
1129 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1130 malloc and catch syscall.
1131
824cc835
PM
11322017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1133
1134 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1135 tests for explicit locations.
1136
7cc244de
PA
11372017-12-06 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1140 force-disabling XML descriptions.
1141
50a1fdd5
PA
11422017-12-04 Pedro Alves <palves@redhat.com>
1143
1144 PR gdb/22499
1145 * gdb.arch/amd64-disp-step-avx.S: New file.
1146 * gdb.arch/amd64-disp-step-avx.exp: New file.
1147
f0fb2488
PA
11482017-12-03 Pedro Alves <palves@redhat.com>
1149
1150 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1151 and <string.h>.
1152 (parent_function): Print distinct messages when waitpid fails, or
1153 the child exits with a signal, or the child exits for an unhandled
1154 reason.
1155 * gdb.threads/process-dies-while-detaching.exp
1156 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1157 it. Wait for both inferior output and GDB's prompt. Use an
1158 indirect spawn id list.
1159 (do_detach): New parameter 'child_exit'. Use it to compute
1160 expected inferior output.
1161 (test_detach, test_detach_watch, test_detach_killed_outside):
1162 Adjust to pass down the expected child exit kind.
1163
97cbe998
SDJ
11642017-12-01 Joel Brobecker <brobecker@adacore.com>
1165 Sergio Durigan Junior <sergiodj@redhat.com>
1166 Pedro Alves <palves@redhat.com>
1167
1168 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1169
40fc416f
SDJ
11702017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1171
1172 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1173 to 'symbol-file' and 'add-symbol-file' can be
1174 position-independent.
1175
1cc75e92
YQ
11762017-12-01 Yao Qi <yao.qi@linaro.org>
1177
1178 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1179 the URL in copyright header.
1180 * gdb.arch/aarch64-fp.exp: Likewise.
1181 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1182 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1183 * gdb.base/expand-psymtabs.exp: Likewise.
1184 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1185 * gdb.fortran/common-block.exp: Likewise.
1186 * gdb.fortran/common-block.f90: Likewise.
1187 * gdb.fortran/logical.exp: Likewise.
1188 * gdb.fortran/vla-datatypes.f90: Likewise.
1189 * gdb.fortran/vla-sub.f90: Likewise.
1190
875fb7a7
JB
11912017-11-30 Joel Brobecker <brobecker@adacore.com>
1192
1193 * gdb.ada/repeat_dyn: New testcase.
1194
6f14765f
UW
11952017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1196
1197 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1198 Update for changed thread numbering.
1199 * gdb.cell/bt.exp: Update for changed GDB output.
1200
f1af7b94
SM
12012017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1202
1203 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1204 setting isremote by hand.
1205 * boards/dwarf4-gdb-index.exp: Likewise.
1206 * boards/fission.exp: Likewise.
1207 * boards/stabs.exp: Likewise.
1208
e3919f3e
PA
12092017-11-30 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.linespec/cpls-ops.exp
1212 (check_explicit_skips_function_argument): Extract the underlying
1213 type of size_t instead of hardcoding it.
1214
bd69330d
PA
12152017-11-29 Pedro Alves <palves@redhat.com>
1216
1217 PR c++/19436
1218 * gdb.linespec/cpls-abi-tag.cc: New file.
1219 * gdb.linespec/cpls-abi-tag.exp: New file.
1220
a20714ff
PA
12212017-11-29 Pedro Alves <palves@redhat.com>
1222
1223 * gdb.base/langs.exp: Use -qualified.
1224 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1225 it.
1226 * gdb.cp/namespace.exp: Use -qualified.
1227 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1228 (overload-3, template-overload, template-ret-type, const-overload)
1229 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1230 procedures.
1231 (test_driver): Call them.
1232 * gdb.cp/save-bp-qualified.cc: New.
1233 * gdb.cp/save-bp-qualified.exp: New.
1234 * gdb.linespec/explicit.exp: Test -qualified.
1235 * lib/completion-support.exp (completion::explicit_opts_list): Add
1236 "-qualified".
1237 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1238
f6f1d339
PM
12392017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1240
1241 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1242
02ca603a
TT
12432017-11-29 Tom Tromey <tom@tromey.com>
1244
1245 * gdb.base/relocate.exp: Update invalid argument test.
1246 Add new tests for invalid arguments.
1247
ed6c0bfb
TP
12482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1249
1250 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1251 Return 0 as a long.
1252 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1253
f106e10e
TP
12542017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1255
1256 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1257 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1258 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1259 func ().
1260 * gdb.cp/shadow.cc (B.func): Return 0.
1261
10329bb2
JB
12622017-11-27 Joel Brobecker <brobecker@adacore.com>
1263
1264 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1265 expected output in gdb_expect call to allow the exception
1266 message to be present as well. Fix syntax confusion to avoid
1267 TCL thinking that exception_name is an array.
1268
617cd4bc
UW
12692017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1270
1271 * gdb.arch/spu-info.c: Include <unistd.h>.
1272 (do_signal_test): Fix broken calls to write.
1273 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1274 Fix checks for empty mailboxes. Update signal tests for corrected
1275 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1276 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1277 * gdb.cell/arch.exp: Use standard_output_file.
1278 * gdb.cell/break.exp: Likewise.
1279 * gdb.cell/bt.exp: Likewise.
1280 * gdb.cell/core.exp: Likewise.
1281 * gdb.cell/dwarfaddr.exp: Likewise.
1282 * gdb.cell/ea-cache.exp: Likewise.
1283 * gdb.cell/ea-standalone.exp: Likewise.
1284 * gdb.cell/f-regs.exp: Likewise.
1285 * gdb.cell/fork.exp: Likewise.
1286 * gdb.cell/gcore.exp: Likewise.
1287 * gdb.cell/mem-access.exp: Likewise.
1288 * gdb.cell/ptype.exp: Likewise.
1289 * gdb.cell/registers.exp: Likewise.
1290 * gdb.cell/sizeof.exp: Likewise.
1291 * gdb.cell/solib-symbol.exp: Likewise.
1292 * gdb.cell/solib.exp: Likewise.
617cd4bc 1293
a81aaca0
PA
12942017-11-25 Pedro Alves <palves@redhat.com>
1295
1296 * gdb.base/complete-empty.exp: New file.
1297 * gdb.base/completion.exp: Adjust.
1298
6a3c6ee4
PA
12992017-11-25 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.linespec/cpls-ops.cc: New file.
1302 * gdb.linespec/cpls-ops.exp: New file.
1303 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1304 factored out from ...
1305 (test_complete_prefix_range): ... this.
1306
8955eb2d
PA
13072017-11-24 Pedro Alves <palves@redhat.com>
1308
1309 * gdb.linespec/cpcompletion.exp: New file.
1310 * gdb.linespec/cpls-hyphen.cc: New file.
1311 * gdb.linespec/cpls.cc: New file.
1312 * gdb.linespec/cpls2.cc: New file.
1313 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1314 test to use test_gdb_complete_unique. Add label completion,
1315 keyword completion and explicit location completion tests.
1316 * lib/completion-support.exp: New file.
1317
e547c119
JB
13182017-11-24 Joel Brobecker <brobecker@adacore.com>
1319
1320 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1321 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1322 when hitting an exception catchpoint.
1323
7c3c1aa8
YQ
13242017-11-22 Yao Qi <yao.qi@linaro.org>
1325
1326 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1327
41bd68f5
SM
13282017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1329
1330 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1331 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1332 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1333
1daad298
YQ
13342017-11-22 Yao Qi <yao.qi@linaro.org>
1335
1336 * gdb.base/info-os.exp: Pass pthreads.
1337 * gdb.multi/multi-attach.exp: Likewise.
1338
88465e87
YQ
13392017-11-22 Yao Qi <yao.qi@linaro.org>
1340
1341 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1342 compiler.
1343
dc196b23
YQ
13442017-11-22 Yao Qi <yao.qi@linaro.org>
1345
1346 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1347 * gdb.base/break-interp.exp: Likewise.
1348 * gdb.base/jit-attach-pie.exp: Likewise.
1349
2400729e
UW
13502017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1351
1352 * gdb.base/float128.c (large128): New variable.
1353 * gdb.base/float128.exp: Add test to print largest __float128 value.
1354
7a26362d
UW
13552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1356
1357 * gdb.arch/vsx-regs.exp: Update register content checks.
1358
ed0f4273
UW
13592017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1360
1361 * gdb.arch/ppc-longdouble.exp: New file.
1362 * gdb.arch/ppc-longdouble.c: Likewise.
1363
a25d69c6
PA
13642017-11-21 Pedro Alves <palves@redhat.com>
1365
1366 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1367
73fcf641
PA
13682017-11-20 Pedro Alves <palves@redhat.com>
1369
1370 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1371 (long_double_typedef): New typedefs.
1372 Use DEF on double and long double.
1373 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1374 cases.
1375 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1376 and 'long_double_ptr_same_size' locals. Use them to decide
1377 whether cast from array/function to float is valid/invalid.
1378
71a3c369
TT
13792017-11-17 Tom Tromey <tom@tromey.com>
1380
1381 * gdb.rust/traits.rs: New file.
1382 * gdb.rust/traits.exp: New file.
1383
ced9779b
JB
13842017-11-17 Joel Brobecker <brobecker@adacore.com>
1385
1386 * gdb.ada/minsyms: New testcase.
1387
a0922d80
PA
13882017-11-16 Pedro Alves <palves@redhat.com>
1389
1390 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1391 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1392
ea04e54c
PA
13932017-11-16 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1396 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1397
e849ea89
PA
13982017-11-16 Pedro Alves <palves@redhat.com>
1399
1400 * gdb.server/reconnect-ctrl-c.c: New file.
1401 * gdb.server/reconnect-ctrl-c.exp: New file.
1402
d8ae99a7
PM
14032017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1404
1405 * gdb.python/py-rbreak.exp: New file.
1406 * gdb.python/py-rbreak.c: New file.
1407 * gdb.python/py-rbreak-func2.c: New file.
1408
968a13f8
PA
14092017-11-16 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1412 pattern.
1413 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1414 GDB.
1415
71774bc9
SM
14162017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1417
1418 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1419 regex.
1420
ddbb44cf
SM
14212017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1422
1423 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1424 test names.
1425
584a564f
PA
14262017-11-09 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1429 factored out from ...
1430 (top level): ... here, and adjusted to avoid expecting beyond the
1431 prompt in a single gdb_test_multiple.
1432
5ed7a928
PA
14332017-11-09 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1436 output.
1437 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1438 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1439 * gdb.server/ext-run.exp ("kill" test): Likewise.
1440 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1441
a60e0738
PA
14422017-11-09 Pedro Alves <palves@redhat.com>
1443
1444 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1445 match till end of line.
1446
2c88253f
PA
14472017-11-09 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1450
c7a38517
PA
14512017-11-09 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1454 New procedures, factored out from ...
1455 (top level): ... here, and adjusted to avoid expecting beyond the
1456 prompt in one go.
1457
f29f4b6b
PA
14582017-11-09 Pedro Alves <palves@redhat.com>
1459
1460 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1461 output. Fix '?' match.
1462
286acbb5
JB
14632017-11-08 Joel Brobecker <brobecker@adacore.com>
1464
1465 * gdb.ada/scoped_watch: New testcase.
1466 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1467 which is actually correct.
1468 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1469 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1470
62d7ae92
PA
14712017-11-08 Pedro Alves <palves@redhat.com>
1472
1473 * gdb.gdb/complaints.exp (test_initial_complaints)
1474 (test_serial_complaints, test_short_complaints): Call
1475 complaint_internal instead of complaint.
1476
280ca31f
DT
14772017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1478
1479 * gdb.threads/tls-core.c: New file.
1480 * gdb.threads/tls-core.exp: Likewise.
1481
b5ec771e
PA
14822017-11-08 Pedro Alves <palves@redhat.com>
1483
1484 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1485 (p Exported_Capitalized): New test.
1486 (p exported_capitalized): New test.
1487
a02b41a7
PA
14882017-11-07 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1491
95e95a6d
PA
14922017-11-07 Pedro Alves <palves@redhat.com>
1493
1494 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1495 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1496 (disable_invalid, disable_inverted, disable_negative): New
1497 procedures.
1498 ("bad numbers"): New set of tests.
1499
cee62dbd
PA
15002017-11-07 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.cp/ena-dis-br-range.exp: Add tests.
1503
cc638e86
PA
15042017-11-07 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1507
d0fe4701
XR
15082017-11-07 Xavier Roirand <roirand@adacore.com>
1509 Pedro Alves <palves@redhat.com>
1510
1511 * gdb.base/ena-dis-br.exp: Add reference to
1512 gdb.cp/ena-dis-br-range.exp.
1513 * gdb.cp/ena-dis-br-range.exp: New file.
1514 * gdb.cp/ena-dis-br-range.cc: New file.
1515
46f67f80
PA
15162017-11-06 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.base/attach-non-pgrp-leader.c: New.
1519 * gdb.base/attach-non-pgrp-leader.exp: New.
1520
726e1356
PA
15212017-11-06 Pedro Alves <palves@redhat.com>
1522
1523 * configure.ac: No longer check for termio.h and sgtty.h.
1524 * configure: Regenerate.
1525 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1526 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1527 Remove termio and sgtty code.
1528
50ab6ace
YQ
15292017-11-03 Yao Qi <yao.qi@linaro.org>
1530
1531 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1532 in GDB is disabled.
1533
8e68731c
YQ
15342017-11-03 Yao Qi <yao.qi@linaro.org>
1535
1536 * gdb.python/py-thrhandle.exp: Skip it if python is not
1537 enabled.
1538
3a87ae65
SM
15392017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1540
1541 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1542 as a breakpoint command.
1543
484d8d36
MD
15442017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1545
1546 PR python/21213
1547 * gdb.python/py-infthread.exp: Test calling
1548 InferiorThread.inferior () multiple times in a row.
1549
4a27f119
KS
15502017-10-27 Keith Seitz <keiths@redhat.com>
1551
1552 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1553 Test "info break" for every inlined function breakpoint.
1554
bb11dd58
YQ
15552017-10-27 Yao Qi <yao.qi@linaro.org>
1556
1557 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1558
a43f3893
PF
15592017-10-26 Patrick Frants <osscontribute@gmail.com>
1560
1561 * gdb.cp/classes.exp (test_static_members): Test printing
1562 Outer::instance.
1563 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1564 (Inner::instance, Outer::instance): New.
1565
792ccf00
PA
15662017-10-24 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1569 extra console" test in two stages.
1570
eb2bfbad
PA
15712017-10-24 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1574
1f75a651
PA
15752017-10-24 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1578 loop.
1579
779990d9
PA
15802017-10-24 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1583 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1584
ad9b8f5d
PA
15852017-10-24 Pedro Alves <palves@redhat.com>
1586
1587 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1588 parameter and handle it. Don't output read value in test name.
1589
fee6da6e
PA
15902017-10-24 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1593 custom test name.
1594
10389c2c
PA
15952017-10-24 Pedro Alves <palves@redhat.com>
1596
1597 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1598 include the unstable output directory name in the test's name.
1599 (initial_setup_simple) <'set args'>: Use custom test name.
1600
a80e65a9
PA
16012017-10-24 Pedro Alves <palves@redhat.com>
1602
1603 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1604 with explicit test name.
1605
15763a09
PA
16062017-10-20 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1609 'wait -i'. Use gdb_assert and remote_close.
1610
49a4ce2e
AB
16112017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1614 number from variable rather than hard-coded.
1615
a75868f5
PA
16162017-10-19 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.base/long-inferior-output.c: New file.
1619 * gdb.base/long-inferior-output.exp: New file.
1620
c8ba13ad
KS
16212017-11-18 Keith Seitz <keiths@redhat.com>
1622
1623 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1624 method.
1625 (main): Call it.
1626 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1627 Add additional user-defined conversion operator tests.
1628
b27de576
PA
16292017-10-17 Pedro Alves <palves@redhat.com>
1630
1631 * boards/native-stdio-gdbserver.exp: Load "local-board".
1632
8484c955
PA
16332017-10-17 Pedro Alves <palves@redhat.com>
1634
1635 * gdb.base/quit-live.c: New file.
1636 * gdb.base/quit-live.exp: New file.
1637
83d5a34d
KS
16382017-10-16 Keith Seitz <keiths@redhat.com>
1639
1640 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1641 (class_with_protected_typedef, class_with_private_typedef)
1642 (struct_with_public_typedef, struct_with_protected_typedef)
1643 (struct_with_private_typedef): New classes/structs.
1644 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1645 typedefs and access specifiers.
1646
739b3f1d
PA
16472017-10-16 Pedro Alves <palves@redhat.com>
1648 Simon Marchi <simon.marchi@polymtl.ca>
1649
1650 * README (Local vs Remote vs Native): New section.
1651 * boards/local-board.exp: New file, with bits factored out from
1652 ...
1653 * boards/native-extended-gdbserver.exp: ... here. Load
1654 "local-board".
1655 * boards/native-gdbserver.exp: Load "local-board".
1656 (${board}_spawn, ${board}_exec): Delete.
1657 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1658 ...
1659 * boards/stdio-gdbserver-base.exp: ... this new file.
1660 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1661 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1662 procedure.
1663 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1664 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1665 stdio_gdbserver_command.
1666 (${board}_get_remote_address, ${board}_get_comm_port)
1667 (${board}_download, ${board}_upload): Delete.
1668 (get_target_remote_pipe_cmd): New.
1669
fe68b953
SM
16702017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1671
1672 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1673 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1674 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1675 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1676 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1677 remove with_test_prefix.
1678
300b6685
PA
16792017-10-13 Pedro Alves <palves@redhat.com>
1680
1681 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1682 * gdb.base/annota1.exp: Use it instead of is_remote.
1683 * gdb.base/annota3.exp: Use it instead of is_remote.
1684 * gdb.cp/annota2.exp: Use it instead of is_remote.
1685 * gdb.cp/annota3.exp: Use it instead of is_remote.
1686 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1687
50500caf
PA
16882017-10-13 Pedro Alves <palves@redhat.com>
1689
1690 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1691 (test_num_test_vars, run_and_count_vars, find_env)
1692 (test_set_unset_env, test_inherit_env_var): New procedures.
1693 (top level): Use them.
1694
dad0c6d2
PA
16952017-10-13 Pedro Alves <palves@redhat.com>
1696
1697 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1698 also skip on stub-like targets.
1699
8b0553c1
PA
17002017-10-13 Pedro Alves <palves@redhat.com>
1701
1702 PR gdb/22293
1703 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1704 (top level): Move some tests to ...
1705 (test_not_found): ... this new procedure.
1706 (top level): Call it.
1707
7594f623
PA
17082017-10-13 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1711 expect different "info terminal" output if testing with a
1712 non-native target.
1713
ebe3b402
PA
17142017-10-13 Pedro Alves <palves@redhat.com>
1715 Simon Marchi <simon.marchi@polymtl.ca>
1716
1717 PR python/12966
1718 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1719
42f1b161
PA
17202017-10-13 Pedro Alves <palves@redhat.com>
1721
1722 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1723 already.
1724
8d6ef72b
PA
17252017-10-13 Pedro Alves <palves@redhat.com>
1726
1727 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1728 is_remote.
1729
d7bcd5b8
PA
17302017-10-13 Pedro Alves <palves@redhat.com>
1731
1732 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1733 is_remote.
1734
df479dc6
PA
17352017-10-13 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1738 is set.
1739 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1740 instead of is_remote.
1741
23fb630a
PA
17422017-10-13 Pedro Alves <palves@redhat.com>
1743
1744 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1745 (top level): Add comment.
1746
cc77b1dc
PA
17472017-10-13 Pedro Alves <palves@redhat.com>
1748
1749 * gdb.base/remote.exp (top level): Fix comment typo and add
1750 missing return.
1751
27c9e813
PA
17522017-10-13 Pedro Alves <palves@redhat.com>
1753 Simon Marchi <simon.marchi@polymtl.ca>
1754
1755 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1756 calls and add comments. Skip test if use_gdb_stub is set.
1757 (top level): Use "set cwd" command instead of "cd" command.
1758
5e830d98
PA
17592017-10-13 Pedro Alves <palves@redhat.com>
1760
1761 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1762 is_remote target check.
1763
f5ca0032
PA
17642017-10-13 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.base/scope.exp: Use build_executable + clean_restart +
1767 gdb_file_cmd instead of prepare_for_testing and no longer skip
1768 "before run" tests on is_remote target boards. Update comments.
1769 * boards/native-extended-gdbserver.exp
1770 (extended_gdbserver_load_last_file): New, factored out from ...
1771 (gdb_load): ... this. Move further below and add comment.
1772 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1773
8aed1c0d
PA
17742017-10-12 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.base/attach.exp: Remove references to gdb64.
1777 * gdb.base/dbx.exp: Remove references to gdb64.
1778
cfa34c87
SM
17792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1780 Pedro Alves <palves@redhat.com>
1781
1782 * gdb.base/label.exp: Remove is_remote target check.
1783
9192b7de
PA
17842017-10-12 Pedro Alves <palves@redhat.com>
1785
1786 * gdb.base/auvx.exp (coredir): Update comment.
1787 (top level) <core_works>: Use "set cwd" command instead of "cd"
1788 command.
1789
6bf0052d
PA
17902017-10-12 Pedro Alves <palves@redhat.com>
1791 Simon Marchi <simon.marchi@polymtl.ca>
1792
1793 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1794 target boards.
1795
e48ef82d
PA
17962017-10-12 Pedro Alves <palves@redhat.com>
1797 Simon Marchi <simon.marchi@polymtl.ca>
1798
1799 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1800 Instead skip if there's any gdb_protocol set.
1801
8d7aea57
SM
18022017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1803 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1806
30440677
PA
18072017-10-12 Pedro Alves <palves@redhat.com>
1808 Simon Marchi <simon.marchi@polymtl.ca>
1809
1810 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1811 instead of on dejagnu remote boards.
1812
4e04f045 18132017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1814 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1815
1816 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1817 checks. Use build_executable + clean_restart instead of
1818 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1819 of enabling non-stop after starting gdb.
1820
871a186e
PA
18212017-10-12 Pedro Alves <palves@redhat.com>
1822
1823 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1824 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1825 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1826 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1827
56d704da
AK
18282017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1829
1830 * gdb.arch/arc-tdesc-cpu.exp: New file.
1831 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1832
2f20e312
SM
18332017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1834
1835 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1836
65630365
PA
18372017-10-10 Pedro Alves <palves@redhat.com>
1838
1839 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1840 expect CLI output.
1841
bf469271
PA
18422017-10-10 Pedro Alves <palves@redhat.com>
1843
1844 * lib/selftest-support.exp (selftest_setup): Update for
1845 captured_command_loop's prototype change.
1846
777a42f1
PA
18472017-10-09 Pedro Alves <palves@redhat.com>
1848
1849 Test both arch1=>arch2 and arch2=>arch1.
1850
1851 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1852 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1853 factored out to...
1854 (append_arch1_options, append_arch2_options, append_arch_options)
1855 (build_executables): New procedures.
1856 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1857 local.
1858 (top level): Add new 'first_arch' testing axis.
1859
cbd2b4e3
PA
18602017-10-09 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1863 (barrier): New.
1864 (thread_start, all_started): New functions.
1865 (main): Spawn new thread and wait until it is scheduled.
1866 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1867 option.
1868 (do_test): Add 'selected_thread' parameter. Run to all_started
1869 instead of main. Explicitly set the breakpoint at main. Switch
1870 to the SELECTED_THREAD thread.
1871 (top level): Test handling the exec event with either the main
1872 thread or the second thread selected.
1873
5c9e4427
PA
18742017-10-09 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1877 logic. Move STOP marker after the value checks.
1878 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1879 regexp.
1880
b3b7c423
SL
18812017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1882
1883 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1884
3b4b2f16
UW
18852017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1886
1887 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1888 integer-to-dfp conversion.
1889 * gdb.base/dfp-test.exp: Likewise.
1890
5cd63fda
PA
18912017-10-04 Pedro Alves <palves@redhat.com>
1892
1893 * gdb.multi/hangout.c: Include <unistd.h>.
1894 (hangout_loop): New function.
1895 (main): Call alarm. Call hangout_loop in a loop.
1896 * gdb.multi/hello.c: Include <unistd.h>.
1897 (hello_loop): New function.
1898 (main): Call alarm. Call hangout_loop in a loop.
1899 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1900 inferior with the other selected.
1901
4c71c105
SM
19022017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1903
1904 * gdb.mi/list-thread-groups-available.exp: New file.
1905 * gdb.mi/list-thread-groups-available.c: New file.
1906
bc3b087d
SDJ
19072017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1908
1909 * gdb.base/set-cwd.exp: Make it available on
1910 native-extended-gdbserver.
1911
d092c5a2
SDJ
19122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1913
1914 * gdb.base/set-cwd.c: New file.
1915 * gdb.base/set-cwd.exp: Likewise.
1916
45320ffa
TT
19172017-10-02 Tom Tromey <tom@tromey.com>
1918
1919 PR rust/22236:
1920 * gdb.rust/simple.rs (main): New variable "fslice".
1921 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1922
b3e3859b
TT
19232017-10-02 Tom Tromey <tom@tromey.com>
1924
1925 * gdb.rust/simple.exp: Test ptype of a slice.
1926
01af5e0d
TT
19272017-10-02 Tom Tromey <tom@tromey.com>
1928
1929 * gdb.rust/simple.exp: Test index of slice.
1930
a9bbfbd8
TT
19312017-09-27 Tom Tromey <tom@tromey.com>
1932
1933 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1934
df8899e5
TP
19352017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1936 Pedro Alves <palves@redhat.com>
1937
1938 * gdb.base/compare-sections.exp (get value of read-only section): Read
1939 as unsigned value.
1940 (corrupt read-only section): Likewise and don't set written if patching
1941 failed.
1942
757bf54b
KB
19432017-09-21 Kevin Buettner <kevinb@redhat.com>
1944
1945 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1946 files.
1947
06871ae8
PA
19482017-09-20 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1951 symbol names in gdb's output.
1952 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1953
e5f25bc5
PA
19542017-09-20 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1957 Rename to ...
1958 (test_list_ambiguous_symbol): ... this and add a symbol name
1959 parameter. Adjust.
1960 (test_list_ambiguous_function): Reimplement on top of
1961 test_list_ambiguous_symbol and also test listing ambiguous
1962 variables.
1963 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1964 (ambiguous_fun): ... this.
1965 (ambiguous_var): New.
1966 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1967 (ambiguous_fun): ... this.
1968 (ambiguous_var): New.
1969
4e5a4f58
JB
19702017-09-19 John Baldwin <jhb@FreeBSD.org>
1971
1972 * gdb.base/starti.c: New file.
1973 * gdb.base/starti.exp: New file.
1974 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1975
26e53f3e
PA
19762017-09-14 Pedro Alves <palves@redhat.com>
1977
1978 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1979 (top level): Use it instead of runto.
1980
cb791d59
TT
19812017-09-11 Tom Tromey <tom@tromey.com>
1982
1983 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1984
7c96f8c1
TT
19852017-09-11 Tom Tromey <tom@tromey.com>
1986
1987 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1988 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1989
469412dd
CW
19902017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1991
1992 * gdb.fortran/printing-types.exp: New file.
1993 * gdb.fortran/printing-types.exp: New file.
1994
e0f86435
BH
19952017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1996
1997 * gdb.fortran/vla-ptype.exp: Fix typos.
1998 * gdb.fortran/vla-value.exp: Same.
1999
9e9af4be
BH
20002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2001
2002 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2003 * gdb.mi/mi-var-child-f.exp: Likewise.
2004 * gdb.mi/mi-vla-fortran.exp: Likewise.
2005
a5ad232b
FP
20062017-09-08 Frank Penczek <frank.penczek@intel.com>
2007 Christoph Weinmann <christoph.t.weinmann@intel.com>
2008 Bernhard Heckel <bernhard.heckel@intel.com>
2009
2010 * gdb.fortran/ptr-indentation.f90: New file.
2011 * gdb.fortran/ptr-indentation.exp: New file.
2012
5aec60eb
TT
20132017-09-05 Tom Tromey <tom@tromey.com>
2014
2015 PR gdb/22010:
2016 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2017
8f8f8152
TP
20182017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2019
2020 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2021
fbd1b771
JK
20222017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2023
2024 * gdb.threads/tls-nodebug-pie.c: New file.
2025 * gdb.threads/tls-nodebug-pie.exp: New file.
2026
5eb5f850
TT
20272017-09-05 Tom Tromey <tom@tromey.com>
2028
2029 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2030 for rust.
2031
ae780a21
SM
20322017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2033
2034 * gdb.multi/multi-arch-exec.exp: Test with different
2035 "follow-exec-mode" settings.
2036 (do_test): New procedure.
2037
3693fdb3
PA
20382017-09-04 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.base/func-static.c (S::method const, S::method volatile)
2041 (S::method volatile const): New methods.
2042 (c_s, v_s, cv_s): New instances.
2043 (main): Call method() on them.
2044 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2045 (cannot_resolve): New procedure.
2046 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2047 print-quote-unquoted columns.
2048 (do_test): Test printing each scope too.
2049
e68cb8e0
PA
20502017-09-04 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.base/local-static.exp: Also test with
2053 class::method::variable wholly quoted.
2054 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2055
858be34c
PA
20562017-09-04 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.base/local-static.c: New.
2059 * gdb.base/local-static.cc: New.
2060 * gdb.base/local-static.exp: New.
2061
46a4882b
PA
20622017-09-04 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.asm/asm-source.exp: Add casts to int.
2065 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2066 (dataglobal64_1, dataglobal64_2): New globals.
2067 * gdb.base/nodebug.exp: Test different expressions involving the
2068 new globals, with print, whatis and ptype. Add casts to int.
2069 * gdb.base/solib-display.exp: Add casts to int.
2070 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2071 * gdb.cp/m-static.exp: Add cast to int.
2072 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2073 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2074 tls variable with no debug info without a cast. Test with a cast
2075 to int too.
2076 * gdb.trace/entry-values.exp: Add casts.
2077
2c5a2be1
PA
20782017-09-04 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/nodebug.exp: Test that ptype's error about functions
2081 with unknown return type includes the function name too.
2082
7022349d
PA
20832017-09-04 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2086 return type of munmap in infcall.
2087 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2088 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2089 type of ftell in infcall.
2090 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2091 type of getpid in infcall.
2092 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2093 infcall.
2094 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2095 Bail on failure to extract the pid.
2096 * gdb.base/nodebug.c: #include <stdint.h>.
2097 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2098 New functions.
2099 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2100 Change expected output of print/whatis/ptype with functions with
2101 no debug info. Test all supported languages. Call
2102 test_call_promotion.
2103 * gdb.compile/compile.exp: Adjust expected output to expect
2104 warning.
2105 * gdb.threads/siginfo-threads.exp: Likewise.
2106
54990598
PA
21072017-09-04 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2110 "prototypes". Test calling float functions via prototyped and
2111 unprototyped function pointers.
2112 (perform_all_tests): New parameter "prototypes". Pass it down.
2113 (top level): Pass down "prototypes" parameter to
2114 perform_all_tests.
2115
34d16ea2
SM
21162017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2117
2118 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2119 Test with nested loops.
2120
9521ecda
SM
21212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2122
2123 * gdb.base/commands.exp: Call the new procedures.
2124 (loop_break_test, loop_continue_test): New procedures.
2125
80a65e9b
SM
21262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2127
2128 * gdb.base/commands.exp: Call new procedure.
2129 (define_if_without_arg_test): New procedure.
2130
e439fa14
PA
21312017-09-04 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.base/list-ambiguous.exp: New file.
2134 * gdb.base/list-ambiguous0.c: New file.
2135 * gdb.base/list-ambiguous1.c: New file.
2136 * gdb.base/list.exp (test_list_range): Adjust expected output.
2137
0a2dde4a
SDJ
21382017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2139
2140 * gdb.base/share-env-with-gdbserver.c: New file.
2141 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2142
5e89eb3a
SM
21432017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2144
2145 * gdb.base/commands.exp (gdbvar_simple_if_test,
2146 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2147 progvar_simple_if_test, progvar_simple_while_test,
2148 progvar_complex_if_while_test, user_defined_command_test,
2149 user_defined_command_args_eval,
2150 user_defined_command_args_stack_test,
2151 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2152 temporary_breakpoint_commands,
2153 gdb_test_no_prompt, redefine_hook_test,
2154 redefine_backtrace_test): Remove "global gdb_prompt".
2155
fd437cbc
SM
21562017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2157
2158 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2159 New proc, call it from toplevel.
2160
87215ad1
SDJ
21612017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2162
2163 PR remote/21852
2164 * gdb.server/normal.c: New file, copied from gdb.base.
2165 * gdb.server/run-without-local-binary.exp: New file.
2166
58afddc6
WP
21672017-08-07 Weimin Pan <weimin.pan@oracle.com>
2168
2169 * gdb.arch/sparc64-adi.exp: New file.
2170 * gdb.arch/sparc64-adi.c: New file.
2171
5277199a
PA
21722017-08-22 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2175 (top level): Add "list all overloads" tests.
2176
14278e1f
TT
21772017-08-22 Tom Tromey <tom@tromey.com>
2178
2179 * gdb.gdb/xfullpath.exp: Remove.
2180
bf223d3e
PA
21812017-08-21 Pedro Alves <palves@redhat.com>
2182
2183 PR gdb/19487
2184 * gdb.base/symbol-alias.c: New.
2185 * gdb.base/symbol-alias2.c: New.
2186 * gdb.base/symbol-alias.exp: New.
2187
c973d0aa
PA
21882017-08-21 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/dfp-test.c
2191 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2192 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2193 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2194 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2195 * gdb.base/whatis-ptype-typedefs.c: New.
2196 * gdb.base/whatis-ptype-typedefs.exp: New.
2197 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2198 (an_int, an_int_type, an_int_type2): New globals.
2199 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2200 involving typedefs and cast expressions.
2201 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2202 (lookup_typedefs_function): New.
2203 (typedefs_pretty_printers_dict): New.
2204 (top level): Register lookup_typedefs_function in
2205 gdb.pretty_printers.
2206
6d580b63
YQ
22072017-08-18 Yao Qi <yao.qi@linaro.org>
2208
2209 * gdb.server/unittest.exp: New.
2210
206726fb
SDJ
22112017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2212
2213 PR gdb/21954
2214 * gdb.base/environ.exp: Add test to check if 'unset environment'
2215 works.
2216
bf0ec4c2
AA
22172017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2218
2219 * lib/gdb.exp (universal_compile_options): New caching proc.
2220 (gdb_compile): Suppress GCC's coloring of messages.
2221
d6382fff
TT
22222017-08-14 Tom Tromey <tom@tromey.com>
2223
2224 PR gdb/21675:
2225 * gdb.base/printcmds.exp (test_radices): New function.
2226 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2227 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2228 * lib/gdb.exp (get_integer_valueof): Use p/d.
2229
c2c2dd9f
SM
22302017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2231
2232 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2233 characters.
2234
fdffd6f4
TT
22352017-08-05 Tom Tromey <tom@tromey.com>
2236
2237 * gdb.rust/simple.exp: Allow String to appear in a different
2238 namespace.
2239
27d41eac
YQ
22402017-07-26 Yao Qi <yao.qi@linaro.org>
2241
2242 * gdb.gdb/unittest.exp: Invoke command
2243 "maintenance check xml-descriptions".
2244
031ed05d
AA
22452017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2246
2247 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2248 calling context.
2249 (hex128): Drop erroneous calculation of parameters.
2250
dcd27ddf
SM
22512017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2252
2253 * gdb.python/py-unwind.exp: Disable stack protection when
2254 building test file.
2255
47e77640
PA
22562017-07-20 Pedro Alves <palves@redhat.com>
2257
2258 * gdb.base/default.exp (set language): Adjust expected output.
2259
62d2a18a
PA
22602017-07-20 Pedro Alves <palves@redhat.com>
2261
2262 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2263 (test_minsym): ... this, and make static.
2264 (get_pck__foo__bar__minsym): Rename to ...
2265 (get_test_minsym): ... this.
2266 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2267 symbol names and comments.
2268 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2269 (get_test_minsym): ... this.
2270 (pck__foo__bar__minsym__2): Rename to ...
2271 (test_minsym): ... this.
2272 (main): Adjust.
2273
c45ec17c
PA
22742017-07-17 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.base/completion.exp: Adjust expected output.
2277 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2278 the completer works.
2279
c6756f62
PA
22802017-07-17 Pedro Alves <palves@redhat.com>
2281
2282 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2283
5bd68487
AB
22842017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2287
8880f2a9
TT
22882017-07-14 Tom Tromey <tom@tromey.com>
2289
2290 PR rust/21764:
2291 * gdb.rust/simple.exp: Add tests.
2292
65547233
TT
22932017-07-14 Tom Tromey <tom@tromey.com>
2294
2295 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2296
8f14146e
PA
22972017-07-14 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.linespec/base/one/thefile.cc (z1): New function.
2300 * gdb.linespec/base/two/thefile.cc (z2): New function.
2301 * gdb.linespec/linespec.exp: Add tests.
2302
b4365d02
AB
23032017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2304
2305 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2306 to mi_create_breakpoint.
2307
5d2cbaa5
AB
23082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2311 mi_create_breakpoint.
2312
11cb5716
IB
23132017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2314
2315 * gdb.dlang/demangle.exp: Update for demangling changes.
2316
03278692
TT
23172017-07-09 Tom Tromey <tom@tromey.com>
2318
2319 * gdb.dwarf2/shortpiece.exp: New file.
2320
33c5cd75
DB
23212017-07-06 David Blaikie <dblaikie@gmail.com>
2322
2323 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2324 built from fissiont-multi-cu{1,2}.c.
2325 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2326 except putting 'main' and 'func' in separate CUs in the same DWO file.
2327 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2328 test.
2329 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2330 test.
2331
8455d262
PA
23322017-07-06 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.python/py-unwind.exp: Test flushregs.
2335
dc4bde35
SDJ
23362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2337
2338 PR cli/21688
2339 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2340 tests for alias commands and trailing whitespace.
2341
51ed89aa
SDJ
23422017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2343
2344 PR cli/21688
2345 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2346 procedure. Call it.
2347
eb17d413
PA
23482017-06-29 Pedro Alves <palves@redhat.com>
2349
2350 * gdb.base/printcmds.exp: Add tests.
2351
41664b45
DG
23522017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2353
2354 PR gdb/21337
2355 * gdb.base/reread-readsym.exp: New file.
2356 * gdb.base/reread-readsym.c: New file.
2357
75312ae3
KB
23582017-06-21 Kevin Buettner <kevinb@redhat.com>
2359
2360 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2361 subpattern.
2362
66953522
PB
23632017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2364
2365 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2366 extended mnemonic.
2367 * gdb.arch/powerpc-power9.s: Likewise.
2368
5524b525
AA
23692017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2370
2371 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2372 on 32-bit x86 targets. Exploit is_*_target macros where
2373 appropriate.
2374
03c8af18
AA
23752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2376
2377 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2378 register pieces.
2379
3bf31011
AA
23802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2381
2382 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2383 located in one or more DWARF pieces.
2384
805acca0
AA
23852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2386
2387 * lib/gdb.exp (get_endianness): New proc.
2388 * gdb.arch/aarch64-fp.exp: Use it.
2389 * gdb.arch/altivec-regs.exp: Likewise.
2390 * gdb.arch/e500-regs.exp: Likewise.
2391 * gdb.arch/vsx-regs.exp: Likewise.
2392 * gdb.base/dump.exp: Likewise.
2393 * gdb.base/funcargs.exp: Likewise.
2394 * gdb.base/gnu_vector.exp: Likewise.
2395 * gdb.dwarf2/formdata16.exp: Likewise.
2396 * gdb.dwarf2/implptrpiece.exp: Likewise.
2397 * gdb.dwarf2/nonvar-access.exp: Likewise.
2398 * gdb.python/py-inferior.exp: Likewise.
2399 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2400
e9352324
AA
24012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2402
2403 PR gdb/21226
2404 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2405 stack value pieces are taken from the LSB end.
2406
d5d1163e
AA
24072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2408
2409 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2410 variable at nonzero offset.
2411
0567c986
AA
24122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2413
2414 * gdb.dwarf2/var-access.c: New file.
2415 * gdb.dwarf2/var-access.exp: New test.
2416 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2417
973e9aab
TT
24182017-06-12 Tom Tromey <tom@tromey.com>
2419
2420 * gdb.dwarf2/formdata16.exp: Add tests.
2421
d9109c80
TT
24222017-06-12 Tom Tromey <tom@tromey.com>
2423
2424 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2425
30a25466
TT
24262017-06-12 Tom Tromey <tom@tromey.com>
2427
2428 PR exp/16225:
2429 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2430 * gdb.arch/vsx-regs.exp: Update tests.
2431 * gdb.arch/s390-vregs.exp (hex128): New proc.
2432 Update test.
2433 * gdb.arch/altivec-regs.exp: Update tests.
2434
aefd8b33
SDJ
24352017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2436
2437 * gdb.base/startup-with-shell.c: New file.
2438 * gdb.base/startup-with-shell.exp: Likewise.
2439
2090129c
SDJ
24402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2441
2442 * gdb.server/non-existing-program.exp: Update regex in order to
2443 reflect the fact that gdbserver is now using fork_inferior (with a
2444 shell) to startup the inferior.
2445
8e86a419
SM
24462017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2447
2448 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2449 support function calls from GDB.
2450
e6cf65f2
TT
24512017-05-21 Tom Tromey <tom@tromey.com>
2452
2453 PR rust/21466:
2454 * gdb.rust/unsized.exp: New file.
2455 * gdb.rust/unsized.rs: New file.
2456
43cc5389
TT
24572017-05-19 Tom Tromey <tom@tromey.com>
2458
2459 PR rust/21484:
2460 * gdb.rust/watch.exp: New file.
2461 * gdb.rust/watch.rs: New file.
2462
ec8df234
TT
24632017-05-18 Tom Tromey <tom@tromey.com>
2464
2465 * gdb.rust/simple.exp: Allow Box to be qualified.
2466
3e3e7fae
TP
24672017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2468
2469 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2470
59cc050d
PA
24712017-05-18 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/fileio.c (test_write, test_read, test_close)
2474 (test_fstat): Don't print 'ret' in the fail path.
2475
c8f6abd1
PA
24762017-05-18 Pedro Alves <palves@redhat.com>
2477
2478 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2479 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2480 (test_system, test_rename, test_unlink, test_time): Change
2481 prototypes.
2482 * gdb.base/fileio.exp (stop_msg): Adjust.
2483
d2a03b77
PA
24842017-05-18 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.base/fileio.c (null_str): New global.
2487 (test_stat): Use it.
2488 * gdb.base/fileio.exp: Remove nowarnings.
2489
0d5c6999
YQ
24902017-05-17 Yao Qi <yao.qi@linaro.org>
2491
2492 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2493
21873064
YQ
24942017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2495
2496 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2497 argument command.
2498 (top-level): Invoke test_set_inferior_tty.
2499
d512d31c
PA
25002017-05-04 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2503 Add parens to print call for Python 3.
2504
90cef2ed
KS
25052017-05-03 Keith Seitz <keiths@redhat.com>
2506
2507 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2508 (main): Call it.
2509
14f819c8
TW
25102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2511
2512 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2513 to prev and next.
2514
913aeadd
TW
25152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2516
2517 * gdb.python/py-record-btrace.exp: Remove test for
2518 gdb.BtraceInstruction.error.
2519
a3be24ad
TW
25202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2521
2522 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2523
ae20e79a
TW
25242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2525
2526 * gdb.python/py-record-btrace-threads.c: New file.
2527 * gdb.python/py-record-btrace-threads.exp: New file.
2528
45ce1b47
SDJ
25292017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2530
2531 PR testsuite/8595
2532 * gdb.base/environ.exp: Make test available in all architectures.
2533 Move bits related to "info program" testing to
2534 gdb.base/info-program.exp. Rewrite tests to use the two new
2535 procedures mentione below.
2536 (test_set_show_env_var) New procedure.
2537 (test_set_show_env_var_equal): Likewise.
2538 * gdb.base/info-program.exp: New file.
2539
e15c3eb4
KS
25402017-04-27 Keith Seitz <keiths@redhat.com>
2541
2542 * gdb.cp/oranking.cc (test15): New function.
2543 (main): Call test15 and declare additional variables for testing.
2544 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2545 "p foo101('abc')" tests.
2546 Add tests for cv qualifier overloads.
2547 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2548 "lvalue reference overload" test.
2549 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2550 "print value of f1 on Child&& in f2" test.
2551
3a3fd0fd
PA
25522017-04-19 Pedro Alves <palves@redhat.com>
2553
2554 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2555 procedure.
2556 (top level): Call it.
2557 * lib/gdb.exp (gdb_define_cmd): New procedure.
2558
53375380
PA
25592017-04-12 Pedro Alves <palves@redhat.com>
2560
2561 PR gdb/21323
2562 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2563 (wchar): New global.
2564 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2565 (do_test_wide_char, wide_char_types_no_program, top level): Add
2566 wchar_t testing.
2567
53e710ac
PA
25682017-04-12 Pedro Alves <palves@redhat.com>
2569
2570 PR c++/21323
2571 * gdb.cp/wide_char_types.c: New file.
2572 * gdb.cp/wide_char_types.exp: New file.
2573
0ad9d8c7
SDJ
25742017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2575
2576 PR gdb/21352
2577 * gdb.trace/tsv.exp: Add test for "tsave -r".
2578
b1b45502
IB
25792017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2580
2581 * gdb.dlang/watch-loc.c: New file.
2582 * gdb.dlang/watch-loc.exp: New file.
2583
ec13808e
JK
25842017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2587
fe5f7374
AK
25882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2589
2590 * gdb.arch/arc-analyze-prologue.S: New file.
2591 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2592
eea78757
AK
25932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2594
2595 * gdb.arch/arc-decode-insn.S: New file.
2596 * gdb.arch/arc-decode-insn.exp: Likewise.
2597
5badf10a
IR
25982017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2599
2600 PR tdep/20928
2601 * gdb.arch/sparc64-regs.exp: New file.
2602 * gdb.arch/sparc64-regs.S: Likewise.
2603
cee59b3f
TW
26042017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2605
2606 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2607 and memory view on Python 3.
2608
c0f55cc6
AV
26092017-03-20 Artemiy Volkov <artemiyv@acm.org>
2610 Keith Seitz <keiths@redhat.com>
2611
2612 PR gdb/14441
2613 * gdb.cp/demangle.exp: Add rvalue reference tests.
2614 * gdb.cp/rvalue-ref-casts.cc: New file.
2615 * gdb.cp/rvalue-ref-casts.exp: New file.
2616 * gdb.cp/rvalue-ref-overload.cc: New file.
2617 * gdb.cp/rvalue-ref-overload.exp: New file.
2618 * gdb.cp/rvalue-ref-params.cc: New file.
2619 * gdb.cp/rvalue-ref-params.exp: New file.
2620 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2621 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2622 * gdb.cp/rvalue-ref-types.cc: New file.
2623 * gdb.cp/rvalue-ref-types.exp: New file.
2624 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2625 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2626
51457a05
MAL
26272017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2628
2629 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2630 New procedure.
2631
5b291c04
MAL
26322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2633
2634 * lib/mi-support.exp (mi_gdb_test): Add additional message
2635 for unexpected output.
2636
59a56148
AA
26372017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2638
2639 * gdb.base/examine-backward.c (Barrier): New character array
2640 constant, to ensure that TestStrings is preceded by a string
2641 terminator.
2642
7942e96e
AA
26432017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2644
2645 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2646 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2647 and implicit pointer into such a location.
2648
6ebac3fb
DE
26492017-03-16 Doug Evans <dje@google.com>
2650
2651 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2652
ec3b243d
TP
26532017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2654
2655 * gdb.cp/m-static.exp: Fix expectation for prototype of
2656 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2657
26582017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2659
2660 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2661 * gdb.guile/scm-lazy-string.c: New file.
2662 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2663 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2664 for pointer, array, typedef lazy strings.
2665
2cc36e25 26662017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2667
2668 PR python/17728, python/18439, python/18779
2669 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2670 * gdb.python/py-lazy-string.c (pointer): New typedef.
2671 (main): New locals ptr, array, typedef_ptr.
2672 * gdb.python/py-value.exp: Move lazy string tests to ...
2673 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2674 array, typedef lazy strings.
ec3b243d 2675
0efcde63
AK
26762017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2677
2678 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2679 Add optional 'test' parameter.
2680
7978d7c3
SM
26812017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2682
2683 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2684 Skip for versions of DejaGnu < 1.5.
2685
896c0c1e
SM
26862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2687
2688 * lib/gdb.exp (dejagnu_version): New proc.
2689 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2690 Use dejagnu_version.
2691
5f4d1085
KS
26922017-03-10 Keith Seitz <keiths@redhat.com>
2693
2694 PR c++/8128
2695 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2696 type from destructor regexps.
2697 Add a branch which actually passes the test.
2698 Adjust "ptype t5i" test names.
2699
1de05205
PA
27002017-03-08 Pedro Alves <palves@redhat.com>
2701
2702 * gdb.base/step-over-exit.exp: Add explicit test message.
2703
c65d6b55
PA
27042017-03-08 Pedro Alves <palves@redhat.com>
2705
2706 PR gdb/18360
2707 * gdb.threads/interrupt-while-step-over.c: New file.
2708 * gdb.threads/interrupt-while-step-over.exp: New file.
2709
2e86a283
PA
27102017-03-08 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2713 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2714
25dcbff6
PA
27152017-03-08 Pedro Alves <palves@redhat.com>
2716
2717 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2718 PKRU as not supported as a PASS.
2719
dc9366eb
PA
27202017-03-08 Pedro Alves <palves@redhat.com>
2721
2722 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2723 prefix instead of $binfile1/$binfile2.
2724 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2725 in test message.
2726 * gdb.python/py-completion.exp: Use "load python file" as test
2727 messages instead of unstable path names.
2728
6e5d74e7
PA
27292017-03-08 Pedro Alves <palves@redhat.com>
2730 Jan Kratochvil <jan.kratochvil@redhat.com>
2731
2732 PR cli/21218
2733 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2734 New proc.
2735 (top level): Call it.
2736
9753a2f6
PA
27372017-03-08 Pedro Alves <palves@redhat.com>
2738
2739 PR tui/21216
2740 * gdb.tui/tui-nl-filtered-output.exp: New file.
2741
1a4dd9dd
PA
27422017-03-08 Pedro Alves <palves@redhat.com>
2743
2744 * gdb.base/completion.exp: Move TUI completion tests to ...
2745 * gdb.tui/completion.exp: ... this new file.
2746
7cbbff33
PA
27472017-03-08 Pedro Alves <palves@redhat.com>
2748
2749 * gdb.base/tui-disasm-long-lines.c,
2750 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2751 gdb.base/tui-layout.exp: Move to ...
2752 * gdb.tui/: ... this new directory.
2753
5f6fd321
PA
27542017-03-07 Pedro Alves <palves@redhat.com>
2755
2756 * gdb.base/tui-layout.c: New file.
2757 * gdb.base/tui-layout.exp: New file.
2758
44959fa8
PA
27592017-03-07 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.base/tui-layout.c: Rename to ...
2762 * gdb.base/tui-disasm-long-lines.c: ... this.
2763 * gdb.base/tui-layout.exp: Rename to ...
2764 * gdb.base/tui-disasm-long-lines.exp: ... this.
2765
f8c4e718
PA
27662017-03-07 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2769
6dbb839a 27702017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2771
2772 * i386-mpx-call.c: New file.
2773 * i386-mpx-call.exp: New file.
2774
65b48a81
PB
27752017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2776
2777 * gdb.arch/powerpc-power.exp: Delete test.
2778 * gdb.arch/powerpc-power.s: Likewise.
2779 * gdb.disasm/disassembler-options.exp: New test.
2780 * gdb.arch/powerpc-altivec.exp: Likewise.
2781 * gdb.arch/powerpc-altivec.s: Likewise.
2782 * gdb.arch/powerpc-altivec2.exp: Likewise.
2783 * gdb.arch/powerpc-altivec2.s: Likewise.
2784 * gdb.arch/powerpc-altivec3.exp: Likewise.
2785 * gdb.arch/powerpc-altivec3.s: Likewise.
2786 * gdb.arch/powerpc-power7.exp: Likewise.
2787 * gdb.arch/powerpc-power7.s: Likewise.
2788 * gdb.arch/powerpc-power8.exp: Likewise.
2789 * gdb.arch/powerpc-power8.s: Likewise.
2790 * gdb.arch/powerpc-power9.exp: Likewise.
2791 * gdb.arch/powerpc-power9.s: Likewise.
2792 * gdb.arch/powerpc-vsx.exp: Likewise.
2793 * gdb.arch/powerpc-vsx.s: Likewise.
2794 * gdb.arch/powerpc-vsx2.exp: Likewise.
2795 * gdb.arch/powerpc-vsx2.s: Likewise.
2796 * gdb.arch/powerpc-vsx3.exp: Likewise.
2797 * gdb.arch/powerpc-vsx3.s: Likewise.
2798 * gdb.arch/arm-disassembler-options.exp: Likewise.
2799 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2800 * gdb.arch/s390-disassembler-options.exp: Likewise.
2801
17cd4947
LM
28022017-02-23 Luis Machado <lgustavo@codesourcery.com>
2803
2804 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2805 (check_supported_features): ... this. Changed return type to void.
2806 (supports_rdseed): New static global.
2807 (rdseed): Check supports_rdseed.
2808 (initialize): Call check_supported_features.
2809
2039d74e
EBM
28102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2811
2812 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2813 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2814 and lqarx/stqcx.
2815 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2816 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2817
a51d7ecf
EBM
28182017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2819
2820 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2821 uppercase.
2822
0224619f
JK
28232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2824
2825 * gdb.dwarf2/formdata16.c: New file.
2826 * gdb.dwarf2/formdata16.exp: New file.
2827 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2828
216f72a1
JK
28292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2832 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2833 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2834 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2835 DW_AT_GNU_*.
2836
43988095
JK
28372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2838
2839 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2840
99e8a4f9
SDJ
28412017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2842
2843 PR gdb/21164
2844 * gdb.base/maint.exp: Add testcases for when the commands do
2845 not have arguments.
2846
b58a8c0c
TP
28472017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2848
2849 * gdb.cp/chained-calls.exp: Use p instead of P.
2850
4e746bb6
TW
28512017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2852
2853 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2854 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2855
3f77c769
TT
28562017-02-14 Tom Tromey <tom@tromey.com>
2857
2858 PR python/13598:
2859 * gdb.python/py-events.exp: Add before_prompt event tests.
2860
075beec0
AA
28612017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2862
2863 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2864
bf5f525c
LM
28652017-02-13 Luis Machado <lgustavo@codesourcery.com>
2866
2867 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2868 (main): Call my_unique_function_name.
2869 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2870 completion of patterns with a single match.
2871 Add missing -re switches to gdb_test_multiple calls.
2872
13a66184
LM
28732017-02-13 Luis Machado <lgustavo@codesourcery.com>
2874
2875 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2876 return if core file is not recognized.
2877
26a06916
SM
28782017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2879
2880 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2881 and extra UIs.
2882
b761ca9e
SM
28832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2884
2885 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2886 proc_with_prefix.
2887
b964bee0
TT
28882017-02-10 Tom Tromey <tom@tromey.com>
2889
2890 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2891
18da0c51
MG
28922017-02-10 Martin Galvan <martingalvan@sourceware.org>
2893
2894 PR gdb/21122
2895 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2896
604c4576
JG
28972017-02-08 Jerome Guitton <guitton@adacore.com>
2898
2899 * gdb.base/define.exp: Add test for command abbreviations
2900 in define.
2901
20b477a7
LM
29022017-02-06 Luis Machado <lgustavo@codesourcery.com>
2903
2904 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2905 * gdb.reverse/insn-reverse-x86.c: New file.
2906
3f7b46f2
IR
29072017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2908
2909 PR tdep/20936
2910 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2911
f0fd41c1
TT
29122017-02-03 Tom Tromey <tom@tromey.com>
2913
2914 PR rust/21097:
2915 * gdb.rust/simple.exp: Add new tests.
2916
5be5dbf0
PA
29172017-02-02 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2920 tests.
2921
7346ef59
AA
29222017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2923
2924 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2925 taking a 2-byte value out of a 4-byte DWARF implicit value on
2926 big-endian targets.
2927 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2928 logic. Add test cases for DW_OP_implicit.
2929
787f0025
MM
29302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2931
2932 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2933
68777c29
MM
29342017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2935
2936 * gdb.btrace/enable.exp: Call gdb_exit before
2937 skip_gdbserver_tests.
2938
0a1c7e28
MM
29392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2940
2941 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2942 GDBFLAGS.
2943
b5ac99b0
MM
29442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2945
2946 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2947 the test is skipped.
2948 * gdb.btrace/data.exp: Likewise.
2949 * gdb.btrace/delta.exp: Likewise.
2950 * gdb.btrace/dlopen.exp: Likewise.
2951 * gdb.btrace/enable-running.exp: Likewise.
2952 * gdb.btrace/enable.exp: Likewise.
2953 * gdb.btrace/exception.exp: Likewise.
2954 * gdb.btrace/function_call_history.exp: Likewise.
2955 * gdb.btrace/gcore.exp: Likewise.
2956 * gdb.btrace/instruction_history.exp: Likewise.
2957 * gdb.btrace/multi-thread-step.exp: Likewise.
2958 * gdb.btrace/nohist.exp: Likewise.
2959 * gdb.btrace/non-stop.exp: Likewise.
2960 * gdb.btrace/reconnect.exp: Likewise.
2961 * gdb.btrace/record_goto-step.exp: Likewise.
2962 * gdb.btrace/record_goto.exp: Likewise.
2963 * gdb.btrace/rn-dl-bind.exp: Likewise.
2964 * gdb.btrace/segv.exp: Likewise.
2965 * gdb.btrace/step.exp: Likewise.
2966 * gdb.btrace/stepi.exp: Likewise.
2967 * gdb.btrace/tailcall-only.exp: Likewise.
2968 * gdb.btrace/tailcall.exp: Likewise.
2969 * gdb.btrace/tsx.exp: Likewise.
2970 * gdb.btrace/unknown_functions.exp: Likewise.
2971 * gdb.btrace/vdso.exp: Likewise.
2972
cd4007e4
MM
29732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2974
2975 * gdb.btrace/enable-running.c: New.
2976 * gdb.btrace/enable-running.exp: New.
2977
2735833d
WT
29782017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2979
2980 * gdb.arch/amd64-gs_base.c: New file.
2981 * gdb.arch/amd64-gs_base.exp: New file.
2982
b51e1e94
LM
29832017-01-26 Luis Machado <lgustavo@codesourcery.com>
2984
2985 * lib/memory.exp: Remove spurious empty newlines.
2986
72ca0410
SM
29872017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2988
2989 * gdb.python/py-bad-printers.exp: Load python file using "source".
2990 * gdb.python/py-events.exp: Likewise.
2991 * gdb.python/py-evsignal.exp: Likewise.
2992 * gdb.python/py-evthreads.exp: Likewise.
2993 * gdb.python/py-frame-args.exp: Likewise.
2994 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2995 * gdb.python/py-framefilter-mi.exp: Likewise.
2996 * gdb.python/py-framefilter.exp: Likewise.
2997 * gdb.python/py-mi.exp: Likewise.
2998 * gdb.python/py-pp-maint.exp: Likewise.
2999 * gdb.python/py-pp-registration.exp: Likewise.
3000 * gdb.python/py-prettyprint.exp: Likewise.
3001 (run_lang_tests): Likewise.
3002 * gdb.python/py-typeprint.exp: Likewise.
3003
e309aa65
LM
30042017-01-26 Luis Machado <lgustavo@codesourcery.com>
3005
3006 * lib/memory.exp: New file.
3007 * lib/gdb.exp: Load memory.exp.
3008 * gdb.base/memattr.exp (delete_memory): Move proc to
3009 lib/memory.exp and rename to delete_memory_regions.
3010 Replace delete_memory with delete_memory_regions.
3011 Cleanup memory regions before tests.
3012 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3013 before tests.
3014
515aff23
LM
30152017-01-26 Luis Machado <lgustavo@codesourcery.com>
3016
3017 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3018 files.
3019 (initialize): New function conditionally defined.
3020 (testcases): Move within conditional block.
3021 (main): Call initialize.
3022 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3023 of gdb.reverse/insn-reverse.c.
3024 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3025 gdb.reverse/insn-reverse.c.
3026
d8b49cf0
YQ
30272017-01-26 Yao Qi <yao.qi@linaro.org>
3028
3029 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3030 disassemble on address 0.
3031
f13a9a0c
YQ
30322017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3033 Yao Qi <yao.qi@linaro.org>
3034
3035 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3036 * gdb.dwarf2/implptr-64bit.S: Remove.
3037 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3038 variables in caller's context. Add DW_OP_implicit_value.
3039
5ac95241
YQ
30402017-01-25 Yao Qi <yao.qi@linaro.org>
3041
3042 * lib/dwarf.exp (Dwarf::_location): Handle
3043 DW_OP_GNU_implicit_pointer with proper size.
3044
23e82930
LM
30452017-01-20 Luis Machado <lgustavo@codesourcery.com>
3046
3047 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3048 and add untested calls.
3049
d334ae25
LM
30502017-01-20 Luis Machado <lgustavo@codesourcery.com>
3051
3052 * gdb.python/python.exp: Check line number against what GDB thinks
3053 the line number is for func1.
3054
f5e6296e
IB
30552017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3056
3057 * gdb.dlang/debug-expr.exp: New file.
3058
5b362f04
LM
30592016-12-23 Luis Machado <lgustavo@codesourcery.com>
3060
3061 Fix test names for the following files:
3062
3063 * gdb.ada/exec_changed.exp
3064 * gdb.ada/info_types.exp
3065 * gdb.arch/aarch64-atomic-inst.exp
3066 * gdb.arch/aarch64-fp.exp
3067 * gdb.arch/altivec-abi.exp
3068 * gdb.arch/altivec-regs.exp
3069 * gdb.arch/amd64-byte.exp
3070 * gdb.arch/amd64-disp-step.exp
3071 * gdb.arch/amd64-dword.exp
3072 * gdb.arch/amd64-entry-value-inline.exp
3073 * gdb.arch/amd64-entry-value-param.exp
3074 * gdb.arch/amd64-entry-value-paramref.exp
3075 * gdb.arch/amd64-entry-value.exp
3076 * gdb.arch/amd64-i386-address.exp
3077 * gdb.arch/amd64-invalid-stack-middle.exp
3078 * gdb.arch/amd64-invalid-stack-top.exp
3079 * gdb.arch/amd64-optimout-repeat.exp
3080 * gdb.arch/amd64-prologue-skip.exp
3081 * gdb.arch/amd64-prologue-xmm.exp
3082 * gdb.arch/amd64-stap-special-operands.exp
3083 * gdb.arch/amd64-stap-wrong-subexp.exp
3084 * gdb.arch/amd64-tailcall-cxx.exp
3085 * gdb.arch/amd64-tailcall-noret.exp
3086 * gdb.arch/amd64-tailcall-ret.exp
3087 * gdb.arch/amd64-tailcall-self.exp
3088 * gdb.arch/amd64-word.exp
3089 * gdb.arch/arm-bl-branch-dest.exp
3090 * gdb.arch/arm-disp-step.exp
3091 * gdb.arch/arm-neon.exp
3092 * gdb.arch/arm-single-step-kernel-helper.exp
3093 * gdb.arch/avr-flash-qualifier.exp
3094 * gdb.arch/disp-step-insn-reloc.exp
3095 * gdb.arch/e500-abi.exp
3096 * gdb.arch/e500-regs.exp
3097 * gdb.arch/ftrace-insn-reloc.exp
3098 * gdb.arch/i386-avx512.exp
3099 * gdb.arch/i386-bp_permanent.exp
3100 * gdb.arch/i386-byte.exp
3101 * gdb.arch/i386-cfi-notcurrent.exp
3102 * gdb.arch/i386-disp-step.exp
3103 * gdb.arch/i386-dr3-watch.exp
3104 * gdb.arch/i386-float.exp
3105 * gdb.arch/i386-gnu-cfi.exp
3106 * gdb.arch/i386-mpx-map.exp
3107 * gdb.arch/i386-mpx-sigsegv.exp
3108 * gdb.arch/i386-mpx-simple_segv.exp
3109 * gdb.arch/i386-mpx.exp
3110 * gdb.arch/i386-permbkpt.exp
3111 * gdb.arch/i386-prologue.exp
3112 * gdb.arch/i386-signal.exp
3113 * gdb.arch/i386-size-overlap.exp
3114 * gdb.arch/i386-unwind.exp
3115 * gdb.arch/i386-word.exp
3116 * gdb.arch/mips-fcr.exp
3117 * gdb.arch/powerpc-d128-regs.exp
3118 * gdb.arch/powerpc-stackless.exp
3119 * gdb.arch/ppc64-atomic-inst.exp
3120 * gdb.arch/s390-stackless.exp
3121 * gdb.arch/s390-tdbregs.exp
3122 * gdb.arch/s390-vregs.exp
3123 * gdb.arch/sparc-sysstep.exp
3124 * gdb.arch/thumb-bx-pc.exp
3125 * gdb.arch/thumb-singlestep.exp
3126 * gdb.arch/thumb2-it.exp
3127 * gdb.arch/vsx-regs.exp
3128 * gdb.asm/asm-source.exp
3129 * gdb.base/a2-run.exp
3130 * gdb.base/advance.exp
3131 * gdb.base/all-bin.exp
3132 * gdb.base/anon.exp
3133 * gdb.base/args.exp
3134 * gdb.base/arithmet.exp
3135 * gdb.base/async-shell.exp
3136 * gdb.base/async.exp
3137 * gdb.base/attach-pie-noexec.exp
3138 * gdb.base/attach-twice.exp
3139 * gdb.base/auto-load.exp
3140 * gdb.base/bang.exp
3141 * gdb.base/bitfields.exp
3142 * gdb.base/break-always.exp
3143 * gdb.base/break-caller-line.exp
3144 * gdb.base/break-entry.exp
3145 * gdb.base/break-inline.exp
3146 * gdb.base/break-on-linker-gcd-function.exp
3147 * gdb.base/break-probes.exp
3148 * gdb.base/break.exp
3149 * gdb.base/breakpoint-shadow.exp
3150 * gdb.base/call-ar-st.exp
3151 * gdb.base/call-sc.exp
3152 * gdb.base/call-signal-resume.exp
3153 * gdb.base/call-strs.exp
3154 * gdb.base/callfuncs.exp
3155 * gdb.base/catch-fork-static.exp
3156 * gdb.base/catch-gdb-caused-signals.exp
3157 * gdb.base/catch-load.exp
3158 * gdb.base/catch-signal-fork.exp
3159 * gdb.base/catch-signal.exp
3160 * gdb.base/catch-syscall.exp
3161 * gdb.base/charset.exp
3162 * gdb.base/checkpoint.exp
3163 * gdb.base/chng-syms.exp
3164 * gdb.base/code-expr.exp
3165 * gdb.base/code_elim.exp
3166 * gdb.base/commands.exp
3167 * gdb.base/completion.exp
3168 * gdb.base/complex.exp
3169 * gdb.base/cond-expr.exp
3170 * gdb.base/condbreak.exp
3171 * gdb.base/consecutive.exp
3172 * gdb.base/continue-all-already-running.exp
3173 * gdb.base/coredump-filter.exp
3174 * gdb.base/corefile.exp
3175 * gdb.base/dbx.exp
3176 * gdb.base/debug-expr.exp
3177 * gdb.base/define.exp
3178 * gdb.base/del.exp
3179 * gdb.base/disabled-location.exp
3180 * gdb.base/disasm-end-cu.exp
3181 * gdb.base/disasm-optim.exp
3182 * gdb.base/display.exp
3183 * gdb.base/duplicate-bp.exp
3184 * gdb.base/ena-dis-br.exp
3185 * gdb.base/ending-run.exp
3186 * gdb.base/enumval.exp
3187 * gdb.base/environ.exp
3188 * gdb.base/eu-strip-infcall.exp
3189 * gdb.base/eval-avoid-side-effects.exp
3190 * gdb.base/eval-skip.exp
3191 * gdb.base/exitsignal.exp
3192 * gdb.base/expand-psymtabs.exp
3193 * gdb.base/filesym.exp
3194 * gdb.base/find-unmapped.exp
3195 * gdb.base/finish.exp
3196 * gdb.base/float.exp
3197 * gdb.base/foll-exec-mode.exp
3198 * gdb.base/foll-exec.exp
3199 * gdb.base/foll-fork.exp
3200 * gdb.base/fortran-sym-case.exp
3201 * gdb.base/freebpcmd.exp
3202 * gdb.base/func-ptr.exp
3203 * gdb.base/func-ptrs.exp
3204 * gdb.base/funcargs.exp
3205 * gdb.base/gcore-buffer-overflow.exp
3206 * gdb.base/gcore-relro-pie.exp
3207 * gdb.base/gcore-relro.exp
3208 * gdb.base/gcore.exp
3209 * gdb.base/gdb1090.exp
3210 * gdb.base/gdb11530.exp
3211 * gdb.base/gdb11531.exp
3212 * gdb.base/gdb1821.exp
3213 * gdb.base/gdbindex-stabs.exp
3214 * gdb.base/gdbvars.exp
3215 * gdb.base/hbreak.exp
3216 * gdb.base/hbreak2.exp
3217 * gdb.base/included.exp
3218 * gdb.base/infcall-input.exp
3219 * gdb.base/inferior-died.exp
3220 * gdb.base/infnan.exp
3221 * gdb.base/info-macros.exp
3222 * gdb.base/info-os.exp
3223 * gdb.base/info-proc.exp
3224 * gdb.base/info-shared.exp
3225 * gdb.base/info-target.exp
3226 * gdb.base/infoline.exp
3227 * gdb.base/interp.exp
3228 * gdb.base/interrupt.exp
3229 * gdb.base/jit-reader.exp
3230 * gdb.base/jit-simple.exp
3231 * gdb.base/kill-after-signal.exp
3232 * gdb.base/kill-detach-inferiors-cmd.exp
3233 * gdb.base/label.exp
3234 * gdb.base/langs.exp
3235 * gdb.base/ldbl_e308.exp
3236 * gdb.base/line-symtabs.exp
3237 * gdb.base/linespecs.exp
3238 * gdb.base/list.exp
3239 * gdb.base/long_long.exp
3240 * gdb.base/longest-types.exp
3241 * gdb.base/maint.exp
3242 * gdb.base/max-value-size.exp
3243 * gdb.base/memattr.exp
3244 * gdb.base/mips_pro.exp
3245 * gdb.base/morestack.exp
3246 * gdb.base/moribund-step.exp
3247 * gdb.base/multi-forks.exp
3248 * gdb.base/nested-addr.exp
3249 * gdb.base/nextoverexit.exp
3250 * gdb.base/noreturn-finish.exp
3251 * gdb.base/noreturn-return.exp
3252 * gdb.base/nostdlib.exp
3253 * gdb.base/offsets.exp
3254 * gdb.base/opaque.exp
3255 * gdb.base/pc-fp.exp
3256 * gdb.base/permissions.exp
3257 * gdb.base/print-symbol-loading.exp
3258 * gdb.base/prologue-include.exp
3259 * gdb.base/psymtab.exp
3260 * gdb.base/ptype.exp
3261 * gdb.base/random-signal.exp
3262 * gdb.base/randomize.exp
3263 * gdb.base/range-stepping.exp
3264 * gdb.base/readline-ask.exp
3265 * gdb.base/recpar.exp
3266 * gdb.base/recurse.exp
3267 * gdb.base/relational.exp
3268 * gdb.base/restore.exp
3269 * gdb.base/return-nodebug.exp
3270 * gdb.base/return.exp
3271 * gdb.base/run-after-attach.exp
3272 * gdb.base/save-bp.exp
3273 * gdb.base/scope.exp
3274 * gdb.base/sect-cmd.exp
3275 * gdb.base/set-lang-auto.exp
3276 * gdb.base/set-noassign.exp
3277 * gdb.base/setvar.exp
3278 * gdb.base/sigall.exp
3279 * gdb.base/sigbpt.exp
3280 * gdb.base/siginfo-addr.exp
3281 * gdb.base/siginfo-infcall.exp
3282 * gdb.base/siginfo-obj.exp
3283 * gdb.base/siginfo.exp
3284 * gdb.base/signals-state-child.exp
3285 * gdb.base/signest.exp
3286 * gdb.base/sigstep.exp
3287 * gdb.base/sizeof.exp
3288 * gdb.base/skip.exp
3289 * gdb.base/solib-corrupted.exp
3290 * gdb.base/solib-nodir.exp
3291 * gdb.base/solib-search.exp
3292 * gdb.base/stack-checking.exp
3293 * gdb.base/stale-infcall.exp
3294 * gdb.base/stap-probe.exp
3295 * gdb.base/start.exp
3296 * gdb.base/step-break.exp
3297 * gdb.base/step-bt.exp
3298 * gdb.base/step-line.exp
3299 * gdb.base/step-over-exit.exp
3300 * gdb.base/step-over-syscall.exp
3301 * gdb.base/step-resume-infcall.exp
3302 * gdb.base/step-test.exp
3303 * gdb.base/store.exp
3304 * gdb.base/structs3.exp
3305 * gdb.base/sym-file.exp
3306 * gdb.base/symbol-without-target_section.exp
3307 * gdb.base/term.exp
3308 * gdb.base/testenv.exp
3309 * gdb.base/ui-redirect.exp
3310 * gdb.base/until.exp
3311 * gdb.base/unwindonsignal.exp
3312 * gdb.base/value-double-free.exp
3313 * gdb.base/vla-datatypes.exp
3314 * gdb.base/vla-ptr.exp
3315 * gdb.base/vla-sideeffect.exp
3316 * gdb.base/volatile.exp
3317 * gdb.base/watch-cond-infcall.exp
3318 * gdb.base/watch-cond.exp
3319 * gdb.base/watch-non-mem.exp
3320 * gdb.base/watch-read.exp
3321 * gdb.base/watch-vfork.exp
3322 * gdb.base/watchpoint-cond-gone.exp
3323 * gdb.base/watchpoint-delete.exp
3324 * gdb.base/watchpoint-hw-hit-once.exp
3325 * gdb.base/watchpoint-hw.exp
3326 * gdb.base/watchpoint-stops-at-right-insn.exp
3327 * gdb.base/watchpoints.exp
3328 * gdb.base/wchar.exp
3329 * gdb.base/whatis-exp.exp
3330 * gdb.btrace/buffer-size.exp
3331 * gdb.btrace/data.exp
3332 * gdb.btrace/delta.exp
3333 * gdb.btrace/dlopen.exp
3334 * gdb.btrace/enable.exp
3335 * gdb.btrace/exception.exp
3336 * gdb.btrace/function_call_history.exp
3337 * gdb.btrace/gcore.exp
3338 * gdb.btrace/instruction_history.exp
3339 * gdb.btrace/nohist.exp
3340 * gdb.btrace/reconnect.exp
3341 * gdb.btrace/record_goto-step.exp
3342 * gdb.btrace/record_goto.exp
3343 * gdb.btrace/rn-dl-bind.exp
3344 * gdb.btrace/segv.exp
3345 * gdb.btrace/step.exp
3346 * gdb.btrace/stepi.exp
3347 * gdb.btrace/tailcall-only.exp
3348 * gdb.btrace/tailcall.exp
3349 * gdb.btrace/tsx.exp
3350 * gdb.btrace/unknown_functions.exp
3351 * gdb.btrace/vdso.exp
3352 * gdb.compile/compile-ifunc.exp
3353 * gdb.compile/compile-ops.exp
3354 * gdb.compile/compile-print.exp
3355 * gdb.compile/compile-setjmp.exp
3356 * gdb.cp/abstract-origin.exp
3357 * gdb.cp/ambiguous.exp
3358 * gdb.cp/annota2.exp
3359 * gdb.cp/annota3.exp
3360 * gdb.cp/anon-ns.exp
3361 * gdb.cp/anon-struct.exp
3362 * gdb.cp/anon-union.exp
3363 * gdb.cp/arg-reference.exp
3364 * gdb.cp/baseenum.exp
3365 * gdb.cp/bool.exp
3366 * gdb.cp/breakpoint.exp
3367 * gdb.cp/bs15503.exp
3368 * gdb.cp/call-c.exp
3369 * gdb.cp/casts.exp
3370 * gdb.cp/chained-calls.exp
3371 * gdb.cp/class2.exp
3372 * gdb.cp/classes.exp
3373 * gdb.cp/cmpd-minsyms.exp
3374 * gdb.cp/converts.exp
3375 * gdb.cp/cp-relocate.exp
3376 * gdb.cp/cpcompletion.exp
3377 * gdb.cp/cpexprs.exp
3378 * gdb.cp/cplabel.exp
3379 * gdb.cp/cplusfuncs.exp
3380 * gdb.cp/cpsizeof.exp
3381 * gdb.cp/ctti.exp
3382 * gdb.cp/derivation.exp
3383 * gdb.cp/destrprint.exp
3384 * gdb.cp/dispcxx.exp
3385 * gdb.cp/enum-class.exp
3386 * gdb.cp/exception.exp
3387 * gdb.cp/exceptprint.exp
3388 * gdb.cp/expand-psymtabs-cxx.exp
3389 * gdb.cp/expand-sals.exp
3390 * gdb.cp/extern-c.exp
3391 * gdb.cp/filename.exp
3392 * gdb.cp/formatted-ref.exp
3393 * gdb.cp/fpointer.exp
3394 * gdb.cp/gdb1355.exp
3395 * gdb.cp/gdb2495.exp
3396 * gdb.cp/hang.exp
3397 * gdb.cp/impl-this.exp
3398 * gdb.cp/infcall-dlopen.exp
3399 * gdb.cp/inherit.exp
3400 * gdb.cp/iostream.exp
3401 * gdb.cp/koenig.exp
3402 * gdb.cp/local.exp
3403 * gdb.cp/m-data.exp
3404 * gdb.cp/m-static.exp
3405 * gdb.cp/mb-ctor.exp
3406 * gdb.cp/mb-inline.exp
3407 * gdb.cp/mb-templates.exp
3408 * gdb.cp/member-name.exp
3409 * gdb.cp/member-ptr.exp
3410 * gdb.cp/meth-typedefs.exp
3411 * gdb.cp/method.exp
3412 * gdb.cp/method2.exp
3413 * gdb.cp/minsym-fallback.exp
3414 * gdb.cp/misc.exp
3415 * gdb.cp/namelessclass.exp
3416 * gdb.cp/namespace-enum.exp
3417 * gdb.cp/namespace-nested-import.exp
3418 * gdb.cp/namespace.exp
3419 * gdb.cp/nextoverthrow.exp
3420 * gdb.cp/no-dmgl-verbose.exp
3421 * gdb.cp/non-trivial-retval.exp
3422 * gdb.cp/noparam.exp
3423 * gdb.cp/nsdecl.exp
3424 * gdb.cp/nsimport.exp
3425 * gdb.cp/nsnested.exp
3426 * gdb.cp/nsnoimports.exp
3427 * gdb.cp/nsrecurs.exp
3428 * gdb.cp/nsstress.exp
3429 * gdb.cp/nsusing.exp
3430 * gdb.cp/operator.exp
3431 * gdb.cp/oranking.exp
3432 * gdb.cp/overload-const.exp
3433 * gdb.cp/overload.exp
3434 * gdb.cp/ovldbreak.exp
3435 * gdb.cp/ovsrch.exp
3436 * gdb.cp/paren-type.exp
3437 * gdb.cp/parse-lang.exp
3438 * gdb.cp/pass-by-ref.exp
3439 * gdb.cp/pr-1023.exp
3440 * gdb.cp/pr-1210.exp
3441 * gdb.cp/pr-574.exp
3442 * gdb.cp/pr10687.exp
3443 * gdb.cp/pr12028.exp
3444 * gdb.cp/pr17132.exp
3445 * gdb.cp/pr17494.exp
3446 * gdb.cp/pr9067.exp
3447 * gdb.cp/pr9167.exp
3448 * gdb.cp/pr9631.exp
3449 * gdb.cp/printmethod.exp
3450 * gdb.cp/psmang.exp
3451 * gdb.cp/psymtab-parameter.exp
3452 * gdb.cp/ptype-cv-cp.exp
3453 * gdb.cp/ptype-flags.exp
3454 * gdb.cp/re-set-overloaded.exp
3455 * gdb.cp/ref-types.exp
3456 * gdb.cp/rtti.exp
3457 * gdb.cp/scope-err.exp
3458 * gdb.cp/shadow.exp
3459 * gdb.cp/smartp.exp
3460 * gdb.cp/static-method.exp
3461 * gdb.cp/static-print-quit.exp
3462 * gdb.cp/temargs.exp
3463 * gdb.cp/templates.exp
3464 * gdb.cp/try_catch.exp
3465 * gdb.cp/typedef-operator.exp
3466 * gdb.cp/typeid.exp
3467 * gdb.cp/userdef.exp
3468 * gdb.cp/using-crash.exp
3469 * gdb.cp/var-tag.exp
3470 * gdb.cp/virtbase.exp
3471 * gdb.cp/virtfunc.exp
3472 * gdb.cp/virtfunc2.exp
3473 * gdb.cp/vla-cxx.exp
3474 * gdb.disasm/t01_mov.exp
3475 * gdb.disasm/t02_mova.exp
3476 * gdb.disasm/t03_add.exp
3477 * gdb.disasm/t04_sub.exp
3478 * gdb.disasm/t05_cmp.exp
3479 * gdb.disasm/t06_ari2.exp
3480 * gdb.disasm/t07_ari3.exp
3481 * gdb.disasm/t08_or.exp
3482 * gdb.disasm/t09_xor.exp
3483 * gdb.disasm/t10_and.exp
3484 * gdb.disasm/t11_logs.exp
3485 * gdb.disasm/t12_bit.exp
3486 * gdb.disasm/t13_otr.exp
3487 * gdb.dlang/circular.exp
3488 * gdb.dwarf2/arr-stride.exp
3489 * gdb.dwarf2/arr-subrange.exp
3490 * gdb.dwarf2/atomic-type.exp
3491 * gdb.dwarf2/bad-regnum.exp
3492 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3493 * gdb.dwarf2/callframecfa.exp
3494 * gdb.dwarf2/clztest.exp
3495 * gdb.dwarf2/corrupt.exp
3496 * gdb.dwarf2/data-loc.exp
3497 * gdb.dwarf2/dup-psym.exp
3498 * gdb.dwarf2/dw2-anon-mptr.exp
3499 * gdb.dwarf2/dw2-anonymous-func.exp
3500 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3501 * gdb.dwarf2/dw2-bad-unresolved.exp
3502 * gdb.dwarf2/dw2-basic.exp
3503 * gdb.dwarf2/dw2-canonicalize-type.exp
3504 * gdb.dwarf2/dw2-case-insensitive.exp
3505 * gdb.dwarf2/dw2-common-block.exp
3506 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3507 * gdb.dwarf2/dw2-compressed.exp
3508 * gdb.dwarf2/dw2-const.exp
3509 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3510 * gdb.dwarf2/dw2-cu-size.exp
3511 * gdb.dwarf2/dw2-dup-frame.exp
3512 * gdb.dwarf2/dw2-entry-value.exp
3513 * gdb.dwarf2/dw2-icycle.exp
3514 * gdb.dwarf2/dw2-ifort-parameter.exp
3515 * gdb.dwarf2/dw2-inline-break.exp
3516 * gdb.dwarf2/dw2-inline-param.exp
3517 * gdb.dwarf2/dw2-intercu.exp
3518 * gdb.dwarf2/dw2-intermix.exp
3519 * gdb.dwarf2/dw2-lexical-block-bare.exp
3520 * gdb.dwarf2/dw2-linkage-name-trust.exp
3521 * gdb.dwarf2/dw2-minsym-in-cu.exp
3522 * gdb.dwarf2/dw2-noloc.exp
3523 * gdb.dwarf2/dw2-op-call.exp
3524 * gdb.dwarf2/dw2-op-out-param.exp
3525 * gdb.dwarf2/dw2-opt-structptr.exp
3526 * gdb.dwarf2/dw2-param-error.exp
3527 * gdb.dwarf2/dw2-producer.exp
3528 * gdb.dwarf2/dw2-ranges-base.exp
3529 * gdb.dwarf2/dw2-ref-missing-frame.exp
3530 * gdb.dwarf2/dw2-reg-undefined.exp
3531 * gdb.dwarf2/dw2-regno-invalid.exp
3532 * gdb.dwarf2/dw2-restore.exp
3533 * gdb.dwarf2/dw2-restrict.exp
3534 * gdb.dwarf2/dw2-single-line-discriminators.exp
3535 * gdb.dwarf2/dw2-strp.exp
3536 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3537 * gdb.dwarf2/dw2-unresolved.exp
3538 * gdb.dwarf2/dw2-var-zero-addr.exp
3539 * gdb.dwarf2/dw4-sig-types.exp
3540 * gdb.dwarf2/dwz.exp
3541 * gdb.dwarf2/dynarr-ptr.exp
3542 * gdb.dwarf2/enum-type.exp
3543 * gdb.dwarf2/gdb-index.exp
3544 * gdb.dwarf2/implptr-64bit.exp
3545 * gdb.dwarf2/implptr-optimized-out.exp
3546 * gdb.dwarf2/implptr.exp
3547 * gdb.dwarf2/implref-array.exp
3548 * gdb.dwarf2/implref-const.exp
3549 * gdb.dwarf2/implref-global.exp
3550 * gdb.dwarf2/implref-struct.exp
3551 * gdb.dwarf2/mac-fileno.exp
3552 * gdb.dwarf2/main-subprogram.exp
3553 * gdb.dwarf2/member-ptr-forwardref.exp
3554 * gdb.dwarf2/method-ptr.exp
3555 * gdb.dwarf2/missing-sig-type.exp
3556 * gdb.dwarf2/nonvar-access.exp
3557 * gdb.dwarf2/opaque-type-lookup.exp
3558 * gdb.dwarf2/pieces-optimized-out.exp
3559 * gdb.dwarf2/pieces.exp
3560 * gdb.dwarf2/pr10770.exp
3561 * gdb.dwarf2/pr13961.exp
3562 * gdb.dwarf2/staticvirtual.exp
3563 * gdb.dwarf2/subrange.exp
3564 * gdb.dwarf2/symtab-producer.exp
3565 * gdb.dwarf2/trace-crash.exp
3566 * gdb.dwarf2/typeddwarf.exp
3567 * gdb.dwarf2/valop.exp
3568 * gdb.dwarf2/watch-notconst.exp
3569 * gdb.fortran/array-element.exp
3570 * gdb.fortran/charset.exp
3571 * gdb.fortran/common-block.exp
3572 * gdb.fortran/complex.exp
3573 * gdb.fortran/derived-type-function.exp
3574 * gdb.fortran/derived-type.exp
3575 * gdb.fortran/logical.exp
3576 * gdb.fortran/module.exp
3577 * gdb.fortran/multi-dim.exp
3578 * gdb.fortran/nested-funcs.exp
3579 * gdb.fortran/print-formatted.exp
3580 * gdb.fortran/subarray.exp
3581 * gdb.fortran/vla-alloc-assoc.exp
3582 * gdb.fortran/vla-datatypes.exp
3583 * gdb.fortran/vla-history.exp
3584 * gdb.fortran/vla-ptr-info.exp
3585 * gdb.fortran/vla-ptype-sub.exp
3586 * gdb.fortran/vla-ptype.exp
3587 * gdb.fortran/vla-sizeof.exp
3588 * gdb.fortran/vla-type.exp
3589 * gdb.fortran/vla-value-sub-arbitrary.exp
3590 * gdb.fortran/vla-value-sub-finish.exp
3591 * gdb.fortran/vla-value-sub.exp
3592 * gdb.fortran/vla-value.exp
3593 * gdb.fortran/whatis_type.exp
3594 * gdb.go/chan.exp
3595 * gdb.go/handcall.exp
3596 * gdb.go/hello.exp
3597 * gdb.go/integers.exp
3598 * gdb.go/methods.exp
3599 * gdb.go/package.exp
3600 * gdb.go/strings.exp
3601 * gdb.go/types.exp
3602 * gdb.go/unsafe.exp
3603 * gdb.guile/scm-arch.exp
3604 * gdb.guile/scm-block.exp
3605 * gdb.guile/scm-breakpoint.exp
3606 * gdb.guile/scm-cmd.exp
3607 * gdb.guile/scm-disasm.exp
3608 * gdb.guile/scm-equal.exp
3609 * gdb.guile/scm-frame-args.exp
3610 * gdb.guile/scm-frame-inline.exp
3611 * gdb.guile/scm-frame.exp
3612 * gdb.guile/scm-iterator.exp
3613 * gdb.guile/scm-math.exp
3614 * gdb.guile/scm-objfile.exp
3615 * gdb.guile/scm-ports.exp
3616 * gdb.guile/scm-symbol.exp
3617 * gdb.guile/scm-symtab.exp
3618 * gdb.guile/scm-value-cc.exp
3619 * gdb.guile/types-module.exp
3620 * gdb.linespec/break-ask.exp
3621 * gdb.linespec/cpexplicit.exp
3622 * gdb.linespec/explicit.exp
3623 * gdb.linespec/keywords.exp
3624 * gdb.linespec/linespec.exp
3625 * gdb.linespec/ls-dollar.exp
3626 * gdb.linespec/ls-errs.exp
3627 * gdb.linespec/skip-two.exp
3628 * gdb.linespec/thread.exp
3629 * gdb.mi/mi-async.exp
3630 * gdb.mi/mi-basics.exp
3631 * gdb.mi/mi-break.exp
3632 * gdb.mi/mi-catch-load.exp
3633 * gdb.mi/mi-cli.exp
3634 * gdb.mi/mi-cmd-param-changed.exp
3635 * gdb.mi/mi-console.exp
3636 * gdb.mi/mi-detach.exp
3637 * gdb.mi/mi-disassemble.exp
3638 * gdb.mi/mi-eval.exp
3639 * gdb.mi/mi-file-transfer.exp
3640 * gdb.mi/mi-file.exp
3641 * gdb.mi/mi-fill-memory.exp
3642 * gdb.mi/mi-inheritance-syntax-error.exp
3643 * gdb.mi/mi-linespec-err-cp.exp
3644 * gdb.mi/mi-logging.exp
3645 * gdb.mi/mi-memory-changed.exp
3646 * gdb.mi/mi-read-memory.exp
3647 * gdb.mi/mi-record-changed.exp
3648 * gdb.mi/mi-reg-undefined.exp
3649 * gdb.mi/mi-regs.exp
3650 * gdb.mi/mi-return.exp
3651 * gdb.mi/mi-reverse.exp
3652 * gdb.mi/mi-simplerun.exp
3653 * gdb.mi/mi-solib.exp
3654 * gdb.mi/mi-stack.exp
3655 * gdb.mi/mi-stepi.exp
3656 * gdb.mi/mi-syn-frame.exp
3657 * gdb.mi/mi-until.exp
3658 * gdb.mi/mi-var-block.exp
3659 * gdb.mi/mi-var-child.exp
3660 * gdb.mi/mi-var-cmd.exp
3661 * gdb.mi/mi-var-cp.exp
3662 * gdb.mi/mi-var-display.exp
3663 * gdb.mi/mi-var-invalidate.exp
3664 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3665 * gdb.mi/mi-vla-fortran.exp
3666 * gdb.mi/mi-watch.exp
3667 * gdb.mi/mi2-var-child.exp
3668 * gdb.mi/user-selected-context-sync.exp
3669 * gdb.modula2/unbounded-array.exp
3670 * gdb.multi/dummy-frame-restore.exp
3671 * gdb.multi/multi-arch-exec.exp
3672 * gdb.multi/multi-arch.exp
3673 * gdb.multi/tids.exp
3674 * gdb.multi/watchpoint-multi.exp
3675 * gdb.opencl/callfuncs.exp
3676 * gdb.opencl/convs_casts.exp
3677 * gdb.opencl/datatypes.exp
3678 * gdb.opencl/operators.exp
3679 * gdb.opencl/vec_comps.exp
3680 * gdb.opt/clobbered-registers-O2.exp
3681 * gdb.opt/inline-break.exp
3682 * gdb.opt/inline-bt.exp
3683 * gdb.opt/inline-cmds.exp
3684 * gdb.opt/inline-locals.exp
3685 * gdb.pascal/case-insensitive-symbols.exp
3686 * gdb.pascal/floats.exp
3687 * gdb.pascal/gdb11492.exp
3688 * gdb.python/lib-types.exp
3689 * gdb.python/py-arch.exp
3690 * gdb.python/py-as-string.exp
3691 * gdb.python/py-bad-printers.exp
3692 * gdb.python/py-block.exp
3693 * gdb.python/py-breakpoint-create-fail.exp
3694 * gdb.python/py-breakpoint.exp
3695 * gdb.python/py-caller-is.exp
3696 * gdb.python/py-cmd.exp
3697 * gdb.python/py-explore-cc.exp
3698 * gdb.python/py-explore.exp
3699 * gdb.python/py-finish-breakpoint.exp
3700 * gdb.python/py-finish-breakpoint2.exp
3701 * gdb.python/py-frame-args.exp
3702 * gdb.python/py-frame-inline.exp
3703 * gdb.python/py-frame.exp
3704 * gdb.python/py-framefilter-mi.exp
3705 * gdb.python/py-infthread.exp
3706 * gdb.python/py-lazy-string.exp
3707 * gdb.python/py-linetable.exp
3708 * gdb.python/py-mi-events.exp
3709 * gdb.python/py-mi-objfile.exp
3710 * gdb.python/py-mi.exp
3711 * gdb.python/py-objfile.exp
3712 * gdb.python/py-pp-integral.exp
3713 * gdb.python/py-pp-maint.exp
3714 * gdb.python/py-pp-re-notag.exp
3715 * gdb.python/py-pp-registration.exp
3716 * gdb.python/py-recurse-unwind.exp
3717 * gdb.python/py-strfns.exp
3718 * gdb.python/py-symbol.exp
3719 * gdb.python/py-symtab.exp
3720 * gdb.python/py-sync-interp.exp
3721 * gdb.python/py-typeprint.exp
3722 * gdb.python/py-unwind-maint.exp
3723 * gdb.python/py-unwind.exp
3724 * gdb.python/py-value-cc.exp
3725 * gdb.python/py-xmethods.exp
3726 * gdb.reverse/amd64-tailcall-reverse.exp
3727 * gdb.reverse/break-precsave.exp
3728 * gdb.reverse/break-reverse.exp
3729 * gdb.reverse/consecutive-precsave.exp
3730 * gdb.reverse/consecutive-reverse.exp
3731 * gdb.reverse/finish-precsave.exp
3732 * gdb.reverse/finish-reverse-bkpt.exp
3733 * gdb.reverse/finish-reverse.exp
3734 * gdb.reverse/fstatat-reverse.exp
3735 * gdb.reverse/getresuid-reverse.exp
3736 * gdb.reverse/i386-precsave.exp
3737 * gdb.reverse/i386-reverse.exp
3738 * gdb.reverse/i386-sse-reverse.exp
3739 * gdb.reverse/i387-env-reverse.exp
3740 * gdb.reverse/i387-stack-reverse.exp
3741 * gdb.reverse/insn-reverse.exp
3742 * gdb.reverse/machinestate-precsave.exp
3743 * gdb.reverse/machinestate.exp
3744 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3745 * gdb.reverse/pipe-reverse.exp
3746 * gdb.reverse/readv-reverse.exp
3747 * gdb.reverse/recvmsg-reverse.exp
3748 * gdb.reverse/rerun-prec.exp
3749 * gdb.reverse/s390-mvcle.exp
3750 * gdb.reverse/step-precsave.exp
3751 * gdb.reverse/step-reverse.exp
3752 * gdb.reverse/time-reverse.exp
3753 * gdb.reverse/until-precsave.exp
3754 * gdb.reverse/until-reverse.exp
3755 * gdb.reverse/waitpid-reverse.exp
3756 * gdb.reverse/watch-precsave.exp
3757 * gdb.reverse/watch-reverse.exp
3758 * gdb.rust/generics.exp
3759 * gdb.rust/methods.exp
3760 * gdb.rust/modules.exp
3761 * gdb.rust/simple.exp
3762 * gdb.server/connect-with-no-symbol-file.exp
3763 * gdb.server/ext-attach.exp
3764 * gdb.server/ext-restart.exp
3765 * gdb.server/ext-wrapper.exp
3766 * gdb.server/file-transfer.exp
3767 * gdb.server/server-exec-info.exp
3768 * gdb.server/server-kill.exp
3769 * gdb.server/server-mon.exp
3770 * gdb.server/wrapper.exp
3771 * gdb.stabs/exclfwd.exp
3772 * gdb.stabs/gdb11479.exp
3773 * gdb.threads/clone-new-thread-event.exp
3774 * gdb.threads/corethreads.exp
3775 * gdb.threads/current-lwp-dead.exp
3776 * gdb.threads/dlopen-libpthread.exp
3777 * gdb.threads/gcore-thread.exp
3778 * gdb.threads/sigstep-threads.exp
3779 * gdb.threads/watchpoint-fork.exp
3780 * gdb.trace/actions-changed.exp
3781 * gdb.trace/backtrace.exp
3782 * gdb.trace/change-loc.exp
3783 * gdb.trace/circ.exp
3784 * gdb.trace/collection.exp
3785 * gdb.trace/disconnected-tracing.exp
3786 * gdb.trace/ftrace.exp
3787 * gdb.trace/mi-trace-frame-collected.exp
3788 * gdb.trace/mi-trace-unavailable.exp
3789 * gdb.trace/mi-traceframe-changed.exp
3790 * gdb.trace/mi-tsv-changed.exp
3791 * gdb.trace/no-attach-trace.exp
3792 * gdb.trace/passc-dyn.exp
3793 * gdb.trace/qtro.exp
3794 * gdb.trace/range-stepping.exp
3795 * gdb.trace/read-memory.exp
3796 * gdb.trace/save-trace.exp
3797 * gdb.trace/signal.exp
3798 * gdb.trace/status-stop.exp
3799 * gdb.trace/tfile.exp
3800 * gdb.trace/trace-break.exp
3801 * gdb.trace/trace-buffer-size.exp
3802 * gdb.trace/trace-condition.exp
3803 * gdb.trace/tracefile-pseudo-reg.exp
3804 * gdb.trace/tstatus.exp
3805 * gdb.trace/unavailable.exp
3806 * gdb.trace/while-dyn.exp
3807 * gdb.trace/while-stepping.exp
3808
34c41c68
DE
38092016-12-22 Doug Evans <xdje42@gmail.com>
3810
3811 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3812 and msymbols.
3813
16e69324
YQ
38142016-12-19 Yao Qi <yao.qi@linaro.org>
3815
3816 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3817 (test_with_self): Don't call do_steps_and_nexts, and remove
3818 code about stepping into xmalloc.
3819
f94f411b
YQ
38202016-12-09 Yao Qi <yao.qi@linaro.org>
3821
3822 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3823
38242016-12-09 Yao Qi <yao.qi@linaro.org>
3825
3826 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3827
f1b5deee
PA
38282016-12-09 Pedro Alves <palves@redhat.com>
3829
3830 * gdb.base/all-architectures-0.exp: New file.
3831 * gdb.base/all-architectures-1.exp: New file.
3832 * gdb.base/all-architectures-2.exp: New file.
3833 * gdb.base/all-architectures-3.exp: New file.
3834 * gdb.base/all-architectures-4.exp: New file.
3835 * gdb.base/all-architectures-5.exp: New file.
3836 * gdb.base/all-architectures-6.exp: New file.
3837 * gdb.base/all-architectures-7.exp: New file.
3838 * gdb.base/all-architectures.exp.in: New file.
3839
364ca42e
YQ
38402016-12-09 Yao Qi <yao.qi@linaro.org>
3841
3842 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3843
107c2d62
LM
38442016-12-02 Luis Machado <lgustavo@codesourcery.com>
3845
3846 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3847 possible.
3848 Remove useless pattern-matching code.
3849
df3ee9ca
PA
38502016-12-02 Pedro Alves <palves@redhat.com>
3851
3852 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3853 procedure.
3854 (top level): Call it.
3855
ec835369
PA
38562016-12-02 Pedro Alves <palves@redhat.com>
3857
3858 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3859 New procedure.
3860 (top level): Call it.
3861
01770bbd
PA
38622016-12-02 Pedro Alves <palves@redhat.com>
3863
3864 PR cli/20559
3865 * gdb.base/commands.exp (user_defined_command_args_eval): New
3866 procedure.
3867 (top level): Call it.
3868
008459ea
LM
38692016-12-02 Luis Machado <lgustavo@codesourcery.com>
3870
3871 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3872 timeout handling.
3873
0c1b455e
TT
38742016-12-02 Tom Tromey <tom@tromey.com>
3875
3876 * gdb.dwarf2/main-subprogram.c: New file.
3877 * gdb.dwarf2/main-subprogram.exp: New file.
3878
018572b8
LM
38792016-12-01 Luis Machado <lgustavo@codesourcery.com>
3880
3881 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3882 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3883 gdb_test_no_output for a couple of cases.
3884 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3885
84c93cd5
LM
38862016-12-01 Luis Machado <lgustavo@codesourcery.com>
3887
3888 Fix test names and standardize compilation error messages throughout
3889 the following files:
3890
3891 * gdb.ada/start.exp
3892 * gdb.arch/alpha-step.exp
3893 * gdb.arch/e500-prologue.exp
3894 * gdb.arch/ftrace-insn-reloc.exp
3895 * gdb.arch/gdb1291.exp
3896 * gdb.arch/gdb1431.exp
3897 * gdb.arch/gdb1558.exp
3898 * gdb.arch/i386-dr3-watch.exp
3899 * gdb.arch/i386-sse-stack-align.exp
3900 * gdb.arch/ia64-breakpoint-shadow.exp
3901 * gdb.arch/pa-nullify.exp
3902 * gdb.arch/powerpc-aix-prologue.exp
3903 * gdb.arch/thumb-bx-pc.exp
3904 * gdb.base/annota1.exp
3905 * gdb.base/annota3.exp
3906 * gdb.base/arrayidx.exp
3907 * gdb.base/assign.exp
3908 * gdb.base/attach.exp
3909 * gdb.base/auxv.exp
3910 * gdb.base/bang.exp
3911 * gdb.base/bfp-test.exp
3912 * gdb.base/bigcore.exp
3913 * gdb.base/bitfields2.exp
3914 * gdb.base/break-fun-addr.exp
3915 * gdb.base/break-probes.exp
3916 * gdb.base/call-rt-st.exp
3917 * gdb.base/callexit.exp
3918 * gdb.base/catch-fork-kill.exp
3919 * gdb.base/charset.exp
3920 * gdb.base/checkpoint.exp
3921 * gdb.base/comprdebug.exp
3922 * gdb.base/constvars.exp
3923 * gdb.base/coredump-filter.exp
3924 * gdb.base/cursal.exp
3925 * gdb.base/cvexpr.exp
3926 * gdb.base/detach.exp
3927 * gdb.base/display.exp
3928 * gdb.base/dmsym.exp
3929 * gdb.base/dprintf-pending.exp
3930 * gdb.base/dso2dso.exp
3931 * gdb.base/dtrace-probe.exp
3932 * gdb.base/dump.exp
3933 * gdb.base/enum_cond.exp
3934 * gdb.base/exe-lock.exp
3935 * gdb.base/exec-invalid-sysroot.exp
3936 * gdb.base/execl-update-breakpoints.exp
3937 * gdb.base/exprs.exp
3938 * gdb.base/fileio.exp
3939 * gdb.base/find.exp
3940 * gdb.base/finish.exp
3941 * gdb.base/fixsection.exp
3942 * gdb.base/foll-vfork.exp
3943 * gdb.base/frame-args.exp
3944 * gdb.base/gcore.exp
3945 * gdb.base/gdb1250.exp
3946 * gdb.base/global-var-nested-by-dso.exp
3947 * gdb.base/gnu-ifunc.exp
3948 * gdb.base/hashline1.exp
3949 * gdb.base/hashline2.exp
3950 * gdb.base/hashline3.exp
3951 * gdb.base/hbreak-in-shr-unsupported.exp
3952 * gdb.base/huge.exp
3953 * gdb.base/infcall-input.exp
3954 * gdb.base/info-fun.exp
3955 * gdb.base/info-shared.exp
3956 * gdb.base/jit-simple.exp
3957 * gdb.base/jit-so.exp
3958 * gdb.base/jit.exp
3959 * gdb.base/jump.exp
3960 * gdb.base/label.exp
3961 * gdb.base/lineinc.exp
3962 * gdb.base/logical.exp
3963 * gdb.base/longjmp.exp
3964 * gdb.base/macscp.exp
3965 * gdb.base/miscexprs.exp
3966 * gdb.base/new-ui-echo.exp
3967 * gdb.base/new-ui-pending-input.exp
3968 * gdb.base/new-ui.exp
3969 * gdb.base/nodebug.exp
3970 * gdb.base/nofield.exp
3971 * gdb.base/offsets.exp
3972 * gdb.base/overlays.exp
3973 * gdb.base/pending.exp
3974 * gdb.base/pointers.exp
3975 * gdb.base/pr11022.exp
3976 * gdb.base/printcmds.exp
3977 * gdb.base/prologue.exp
3978 * gdb.base/ptr-typedef.exp
3979 * gdb.base/realname-expand.exp
3980 * gdb.base/relativedebug.exp
3981 * gdb.base/relocate.exp
3982 * gdb.base/remote.exp
3983 * gdb.base/reread.exp
3984 * gdb.base/return2.exp
3985 * gdb.base/savedregs.exp
3986 * gdb.base/sep.exp
3987 * gdb.base/sepdebug.exp
3988 * gdb.base/sepsymtab.exp
3989 * gdb.base/set-inferior-tty.exp
3990 * gdb.base/setshow.exp
3991 * gdb.base/shlib-call.exp
3992 * gdb.base/sigaltstack.exp
3993 * gdb.base/siginfo-addr.exp
3994 * gdb.base/signals.exp
3995 * gdb.base/signull.exp
3996 * gdb.base/sigrepeat.exp
3997 * gdb.base/so-impl-ld.exp
3998 * gdb.base/solib-display.exp
3999 * gdb.base/solib-overlap.exp
4000 * gdb.base/solib-search.exp
4001 * gdb.base/solib-symbol.exp
4002 * gdb.base/structs.exp
4003 * gdb.base/structs2.exp
4004 * gdb.base/symtab-search-order.exp
4005 * gdb.base/twice.exp
4006 * gdb.base/unload.exp
4007 * gdb.base/varargs.exp
4008 * gdb.base/watchpoint-solib.exp
4009 * gdb.base/watchpoint.exp
4010 * gdb.base/whatis.exp
4011 * gdb.base/wrong_frame_bt_full.exp
4012 * gdb.btrace/dlopen.exp
4013 * gdb.cell/ea-standalone.exp
4014 * gdb.cell/ea-test.exp
4015 * gdb.cp/dispcxx.exp
4016 * gdb.cp/gdb2384.exp
4017 * gdb.cp/method2.exp
4018 * gdb.cp/nextoverthrow.exp
4019 * gdb.cp/pr10728.exp
4020 * gdb.disasm/am33.exp
4021 * gdb.disasm/h8300s.exp
4022 * gdb.disasm/mn10300.exp
4023 * gdb.disasm/sh3.exp
4024 * gdb.dwarf2/dw2-dir-file-name.exp
4025 * gdb.fortran/complex.exp
4026 * gdb.fortran/library-module.exp
4027 * gdb.guile/scm-pretty-print.exp
4028 * gdb.guile/scm-symbol.exp
4029 * gdb.guile/scm-type.exp
4030 * gdb.guile/scm-value.exp
4031 * gdb.linespec/linespec.exp
4032 * gdb.mi/gdb701.exp
4033 * gdb.mi/gdb792.exp
4034 * gdb.mi/mi-breakpoint-changed.exp
4035 * gdb.mi/mi-dprintf-pending.exp
4036 * gdb.mi/mi-dprintf.exp
4037 * gdb.mi/mi-exit-code.exp
4038 * gdb.mi/mi-pending.exp
4039 * gdb.mi/mi-solib.exp
4040 * gdb.mi/new-ui-mi-sync.exp
4041 * gdb.mi/pr11022.exp
4042 * gdb.mi/user-selected-context-sync.exp
4043 * gdb.opt/solib-intra-step.exp
4044 * gdb.python/py-events.exp
4045 * gdb.python/py-finish-breakpoint.exp
4046 * gdb.python/py-mi.exp
4047 * gdb.python/py-prettyprint.exp
4048 * gdb.python/py-shared.exp
4049 * gdb.python/py-symbol.exp
4050 * gdb.python/py-template.exp
4051 * gdb.python/py-type.exp
4052 * gdb.python/py-value.exp
4053 * gdb.reverse/solib-precsave.exp
4054 * gdb.reverse/solib-reverse.exp
4055 * gdb.server/solib-list.exp
4056 * gdb.stabs/weird.exp
4057 * gdb.threads/reconnect-signal.exp
4058 * gdb.threads/stepi-random-signal.exp
4059 * gdb.trace/actions.exp
4060 * gdb.trace/ax.exp
4061 * gdb.trace/backtrace.exp
4062 * gdb.trace/change-loc.exp
4063 * gdb.trace/deltrace.exp
4064 * gdb.trace/ftrace-lock.exp
4065 * gdb.trace/ftrace.exp
4066 * gdb.trace/infotrace.exp
4067 * gdb.trace/mi-tracepoint-changed.exp
4068 * gdb.trace/packetlen.exp
4069 * gdb.trace/passcount.exp
4070 * gdb.trace/pending.exp
4071 * gdb.trace/range-stepping.exp
4072 * gdb.trace/report.exp
4073 * gdb.trace/stap-trace.exp
4074 * gdb.trace/tfind.exp
4075 * gdb.trace/trace-break.exp
4076 * gdb.trace/trace-condition.exp
4077 * gdb.trace/trace-enable-disable.exp
4078 * gdb.trace/trace-mt.exp
4079 * gdb.trace/tracecmd.exp
4080 * gdb.trace/tspeed.exp
4081 * gdb.trace/tsv.exp
4082 * lib/perftest.exp
4083
fb9feb35
LM
40842016-12-01 Luis Machado <lgustavo@codesourcery.com>
4085
4086 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4087 with gdb_test_no_output.
4088 Use command as test name.
4089
cd2ddb6c
LM
40902016-12-01 Luis Machado <lgustavo@codesourcery.com>
4091
4092 Fix test names starting with uppercase throughout the files.
4093
4094 * gdb.ada/assign_1.exp
4095 * gdb.ada/boolean_expr.exp
4096 * gdb.base/arrayidx.exp
4097 * gdb.base/del.exp
4098 * gdb.base/gcore-buffer-overflow.exp
4099 * gdb.base/testenv.exp
4100 * gdb.compile/compile.exp
4101 * gdb.python/py-framefilter-invalidarg.exp
4102 * gdb.python/py-framefilter.exp
4103
bb95117e
LM
41042016-12-01 Luis Machado <lgustavo@codesourcery.com>
4105
4106 Fix test names starting with uppercase throughout the files.
4107
4108 * gdb.ada/array_return.exp
4109 * gdb.ada/expr_delims.exp
4110 * gdb.ada/mi_dyn_arr.exp
4111 * gdb.ada/mi_interface.exp
4112 * gdb.ada/mi_var_array.exp
4113 * gdb.ada/watch_arg.exp
4114 * gdb.arch/alpha-step.exp
4115 * gdb.arch/altivec-regs.exp
4116 * gdb.arch/e500-regs.exp
4117 * gdb.arch/powerpc-d128-regs.exp
4118 * gdb.base/arrayidx.exp
4119 * gdb.base/break.exp
4120 * gdb.base/checkpoint.exp
4121 * gdb.base/debug-expr.exp
4122 * gdb.base/dmsym.exp
4123 * gdb.base/radix.exp
4124 * gdb.base/sepdebug.exp
4125 * gdb.base/testenv.exp
4126 * gdb.base/watch_thread_num.exp
4127 * gdb.base/watchpoint-cond-gone.exp
4128 * gdb.cell/break.exp
4129 * gdb.cell/ea-cache.exp
4130 * gdb.compile/compile.exp
4131 * gdb.cp/gdb2495.exp
4132 * gdb.gdb/selftest.exp
4133 * gdb.gdb/xfullpath.exp
4134 * gdb.go/hello.exp
4135 * gdb.go/integers.exp
4136 * gdb.objc/basicclass.exp
4137 * gdb.pascal/hello.exp
4138 * gdb.pascal/integers.exp
4139 * gdb.python/py-breakpoint.exp
4140 * gdb.python/py-cmd.exp
4141 * gdb.python/py-linetable.exp
4142 * gdb.python/py-xmethods.exp
4143 * gdb.python/python.exp
4144 * gdb.reverse/consecutive-precsave.exp
4145 * gdb.reverse/finish-precsave.exp
4146 * gdb.reverse/i386-precsave.exp
4147 * gdb.reverse/machinestate-precsave.exp
4148 * gdb.reverse/sigall-precsave.exp
4149 * gdb.reverse/solib-precsave.exp
4150 * gdb.reverse/step-precsave.exp
4151 * gdb.reverse/until-precsave.exp
4152 * gdb.reverse/watch-precsave.exp
4153 * gdb.threads/leader-exit.exp
4154 * gdb.threads/pthreads.exp
4155 * gdb.threads/wp-replication.exp
4156 * gdb.trace/actions.exp
4157 * gdb.trace/mi-tsv-changed.exp
4158 * gdb.trace/tsv.exp
4159
de97fdd4
LM
41602016-12-01 Luis Machado <lgustavo@codesourcery.com>
4161
4162 Fix test names starting with uppercase throughout the files.
4163
4164 * gdb.arch/i386-bp_permanent.exp
4165 * gdb.arch/i386-gnu-cfi.exp
4166 * gdb.base/disasm-end-cu.exp
4167 * gdb.base/macscp.exp
4168 * gdb.base/pending.exp
4169 * gdb.base/watch_thread_num.exp
4170 * gdb.cp/exception.exp
4171 * gdb.cp/gdb2495.exp
4172 * gdb.cp/local.exp
4173 * gdb.python/py-evsignal.exp
4174 * gdb.python/python.exp
4175 * gdb.trace/tracecmd.exp
4176
9f058c10
LM
41772016-12-01 Luis Machado <lgustavo@codesourcery.com>
4178
4179 Fix test names starting with uppercase throughout the files.
4180
4181 * gdb.base/charset.exp
4182 * gdb.base/eval.exp
4183 * gdb.base/multi-forks.exp
4184 * gdb.guile/scm-progspace.exp
4185 * gdb.opencl/datatypes.exp
4186 * gdb.python/py-block.exp
4187 * gdb.python/py-function.exp
4188 * gdb.python/py-symbol.exp
4189 * gdb.python/py-symtab.exp
4190 * gdb.python/py-xmethods.exp
4191 * gdb.reverse/break-precsave.exp
4192 * gdb.reverse/break-reverse.exp
4193 * gdb.reverse/consecutive-precsave.exp
4194 * gdb.reverse/consecutive-reverse.exp
4195 * gdb.reverse/finish-precsave.exp
4196 * gdb.reverse/finish-reverse-bkpt.exp
4197 * gdb.reverse/finish-reverse.exp
4198 * gdb.reverse/fstatat-reverse.exp
4199 * gdb.reverse/getresuid-reverse.exp
4200 * gdb.reverse/i386-precsave.exp
4201 * gdb.reverse/i386-reverse.exp
4202 * gdb.reverse/i386-sse-reverse.exp
4203 * gdb.reverse/i387-stack-reverse.exp
4204 * gdb.reverse/insn-reverse.exp
4205 * gdb.reverse/machinestate-precsave.exp
4206 * gdb.reverse/machinestate.exp
4207 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4208 * gdb.reverse/pipe-reverse.exp
4209 * gdb.reverse/readv-reverse.exp
4210 * gdb.reverse/recvmsg-reverse.exp
4211 * gdb.reverse/rerun-prec.exp
4212 * gdb.reverse/s390-mvcle.exp
4213 * gdb.reverse/sigall-precsave.exp
4214 * gdb.reverse/sigall-reverse.exp
4215 * gdb.reverse/solib-precsave.exp
4216 * gdb.reverse/solib-reverse.exp
4217 * gdb.reverse/step-precsave.exp
4218 * gdb.reverse/step-reverse.exp
4219 * gdb.reverse/time-reverse.exp
4220 * gdb.reverse/until-precsave.exp
4221 * gdb.reverse/until-reverse.exp
4222 * gdb.reverse/waitpid-reverse.exp
4223 * gdb.reverse/watch-precsave.exp
4224 * gdb.reverse/watch-reverse.exp
4225
cdc7edd7
LM
42262016-12-01 Luis Machado <lgustavo@codesourcery.com>
4227
4228 Fix test names starting with uppercase throughout the files.
4229
4230 * gdb.arch/i386-mpx-simple_segv.exp
4231 * gdb.arch/i386-mpx.exp
4232 * gdb.arch/i386-permbkpt.exp
4233 * gdb.arch/pa-nullify.exp
4234 * gdb.arch/powerpc-d128-regs.exp
4235 * gdb.arch/vsx-regs.exp
4236 * gdb.base/bfp-test.exp
4237 * gdb.base/break.exp
4238 * gdb.base/breakpoint-shadow.exp
4239 * gdb.base/callfuncs.exp
4240 * gdb.base/charset.exp
4241 * gdb.base/commands.exp
4242 * gdb.base/completion.exp
4243 * gdb.base/dfp-test.exp
4244 * gdb.base/echo.exp
4245 * gdb.base/ending-run.exp
4246 * gdb.base/eval.exp
4247 * gdb.base/expand-psymtabs.exp
4248 * gdb.base/float128.exp
4249 * gdb.base/floatn.exp
4250 * gdb.base/foll-exec-mode.exp
4251 * gdb.base/gdb1056.exp
4252 * gdb.base/gdb11531.exp
4253 * gdb.base/kill-after-signal.exp
4254 * gdb.base/multi-forks.exp
4255 * gdb.base/overlays.exp
4256 * gdb.base/pending.exp
4257 * gdb.base/sepdebug.exp
4258 * gdb.base/testenv.exp
4259 * gdb.base/valgrind-db-attach.exp
4260 * gdb.base/watch_thread_num.exp
4261 * gdb.base/watchpoint-cond-gone.exp
4262 * gdb.base/watchpoint.exp
4263 * gdb.base/watchpoints.exp
4264 * gdb.cp/arg-reference.exp
4265 * gdb.cp/baseenum.exp
4266 * gdb.cp/operator.exp
4267 * gdb.cp/shadow.exp
4268 * gdb.dwarf2/dw2-op-out-param.exp
4269 * gdb.dwarf2/dw2-reg-undefined.exp
4270 * gdb.go/chan.exp
4271 * gdb.go/hello.exp
4272 * gdb.go/integers.exp
4273 * gdb.go/methods.exp
4274 * gdb.go/package.exp
4275 * gdb.guile/scm-parameter.exp
4276 * gdb.guile/scm-progspace.exp
4277 * gdb.guile/scm-value.exp
4278 * gdb.mi/mi-pending.exp
4279 * gdb.mi/user-selected-context-sync.exp
4280 * gdb.multi/multi-attach.exp
4281 * gdb.multi/tids.exp
4282 * gdb.opt/clobbered-registers-O2.exp
4283 * gdb.pascal/floats.exp
4284 * gdb.pascal/integers.exp
4285 * gdb.python/py-block.exp
4286 * gdb.python/py-events.exp
4287 * gdb.python/py-parameter.exp
4288 * gdb.python/py-symbol.exp
4289 * gdb.python/py-symtab.exp
4290 * gdb.python/py-type.exp
4291 * gdb.python/py-value.exp
4292 * gdb.python/py-xmethods.exp
4293 * gdb.python/python.exp
4294 * gdb.reverse/break-precsave.exp
4295 * gdb.reverse/consecutive-precsave.exp
4296 * gdb.reverse/finish-precsave.exp
4297 * gdb.reverse/i386-precsave.exp
4298 * gdb.reverse/machinestate-precsave.exp
4299 * gdb.reverse/sigall-precsave.exp
4300 * gdb.reverse/solib-precsave.exp
4301 * gdb.reverse/step-precsave.exp
4302 * gdb.reverse/until-precsave.exp
4303 * gdb.reverse/watch-precsave.exp
4304 * gdb.server/ext-attach.exp
4305 * gdb.server/ext-restart.exp
4306 * gdb.server/ext-run.exp
4307 * gdb.server/ext-wrapper.exp
4308 * gdb.stabs/gdb11479.exp
4309 * gdb.stabs/weird.exp
4310 * gdb.threads/attach-many-short-lived-threads.exp
4311 * gdb.threads/kill.exp
4312 * gdb.threads/watchpoint-fork.exp
4313
bc6c7af4
LM
43142016-12-01 Luis Machado <lgustavo@codesourcery.com>
4315
4316 Fix test names starting with uppercase throughout all the files below.
4317
4318 * gdb.ada/array_return.exp
4319 * gdb.ada/catch_ex.exp
4320 * gdb.ada/info_exc.exp
4321 * gdb.ada/mi_catch_ex.exp
4322 * gdb.ada/mi_dyn_arr.exp
4323 * gdb.ada/mi_ex_cond.exp
4324 * gdb.ada/mi_exc_info.exp
4325 * gdb.ada/mi_interface.exp
4326 * gdb.ada/mi_task_arg.exp
4327 * gdb.ada/mi_task_info.exp
4328 * gdb.ada/mi_var_array.exp
4329 * gdb.arch/alpha-step.exp
4330 * gdb.arch/amd64-disp-step.exp
4331 * gdb.arch/arm-disp-step.exp
4332 * gdb.arch/disp-step-insn-reloc.exp
4333 * gdb.arch/e500-prologue.exp
4334 * gdb.arch/ftrace-insn-reloc.exp
4335 * gdb.arch/gdb1558.exp
4336 * gdb.arch/i386-bp_permanent.exp
4337 * gdb.arch/i386-disp-step.exp
4338 * gdb.arch/i386-float.exp
4339 * gdb.arch/i386-gnu-cfi.exp
4340 * gdb.arch/ia64-breakpoint-shadow.exp
4341 * gdb.arch/mips16-thunks.exp
4342 * gdb.arch/pa-nullify.exp
4343 * gdb.arch/powerpc-aix-prologue.exp
4344 * gdb.arch/powerpc-power.exp
4345 * gdb.arch/ppc-dfp.exp
4346 * gdb.arch/s390-tdbregs.exp
4347 * gdb.arch/spu-info.exp
4348 * gdb.arch/spu-ls.exp
4349 * gdb.arch/thumb-bx-pc.exp
4350 * gdb.base/advance.exp
4351 * gdb.base/annota-input-while-running.exp
4352 * gdb.base/arrayidx.exp
4353 * gdb.base/asmlabel.exp
4354 * gdb.base/async.exp
4355 * gdb.base/attach-wait-input.exp
4356 * gdb.base/auto-connect-native-target.exp
4357 * gdb.base/batch-preserve-term-settings.exp
4358 * gdb.base/bfp-test.exp
4359 * gdb.base/bigcore.exp
4360 * gdb.base/bp-permanent.exp
4361 * gdb.base/break-always.exp
4362 * gdb.base/break-fun-addr.exp
4363 * gdb.base/break-idempotent.exp
4364 * gdb.base/break-main-file-remove-fail.exp
4365 * gdb.base/break-probes.exp
4366 * gdb.base/break-unload-file.exp
4367 * gdb.base/break.exp
4368 * gdb.base/call-ar-st.exp
4369 * gdb.base/call-rt-st.exp
4370 * gdb.base/call-sc.exp
4371 * gdb.base/call-signal-resume.exp
4372 * gdb.base/call-strs.exp
4373 * gdb.base/callexit.exp
4374 * gdb.base/callfuncs.exp
4375 * gdb.base/catch-gdb-caused-signals.exp
4376 * gdb.base/catch-signal-siginfo-cond.exp
4377 * gdb.base/catch-syscall.exp
4378 * gdb.base/compare-sections.exp
4379 * gdb.base/cond-eval-mode.exp
4380 * gdb.base/condbreak-call-false.exp
4381 * gdb.base/consecutive-step-over.exp
4382 * gdb.base/cursal.exp
4383 * gdb.base/disabled-location.exp
4384 * gdb.base/disasm-end-cu.exp
4385 * gdb.base/display.exp
4386 * gdb.base/double-prompt-target-event-error.exp
4387 * gdb.base/dprintf-bp-same-addr.exp
4388 * gdb.base/dprintf-detach.exp
4389 * gdb.base/dprintf-next.exp
4390 * gdb.base/dprintf-non-stop.exp
4391 * gdb.base/dprintf-pending.exp
4392 * gdb.base/dso2dso.exp
4393 * gdb.base/ending-run.exp
4394 * gdb.base/enum_cond.exp
4395 * gdb.base/examine-backward.exp
4396 * gdb.base/exe-lock.exp
4397 * gdb.base/exec-invalid-sysroot.exp
4398 * gdb.base/execl-update-breakpoints.exp
4399 * gdb.base/execution-termios.exp
4400 * gdb.base/fileio.exp
4401 * gdb.base/fixsection.exp
4402 * gdb.base/foll-exec-mode.exp
4403 * gdb.base/foll-exec.exp
4404 * gdb.base/fork-running-state.exp
4405 * gdb.base/frame-args.exp
4406 * gdb.base/fullpath-expand.exp
4407 * gdb.base/func-ptr.exp
4408 * gdb.base/gcore-relro-pie.exp
4409 * gdb.base/gdb1090.exp
4410 * gdb.base/gdb1555.exp
4411 * gdb.base/global-var-nested-by-dso.exp
4412 * gdb.base/gnu-ifunc.exp
4413 * gdb.base/hbreak-in-shr-unsupported.exp
4414 * gdb.base/hbreak-unmapped.exp
4415 * gdb.base/hook-stop.exp
4416 * gdb.base/infcall-input.exp
4417 * gdb.base/info-fun.exp
4418 * gdb.base/info-shared.exp
4419 * gdb.base/interrupt-noterm.exp
4420 * gdb.base/jit-so.exp
4421 * gdb.base/jit.exp
4422 * gdb.base/line-symtabs.exp
4423 * gdb.base/list.exp
4424 * gdb.base/longjmp.exp
4425 * gdb.base/macscp.exp
4426 * gdb.base/max-value-size.exp
4427 * gdb.base/nodebug.exp
4428 * gdb.base/nofield.exp
4429 * gdb.base/overlays.exp
4430 * gdb.base/paginate-after-ctrl-c-running.exp
4431 * gdb.base/paginate-bg-execution.exp
4432 * gdb.base/paginate-inferior-exit.exp
4433 * gdb.base/pending.exp
4434 * gdb.base/pr11022.exp
4435 * gdb.base/printcmds.exp
4436 * gdb.base/ptr-typedef.exp
4437 * gdb.base/ptype.exp
4438 * gdb.base/randomize.exp
4439 * gdb.base/range-stepping.exp
4440 * gdb.base/realname-expand.exp
4441 * gdb.base/relativedebug.exp
4442 * gdb.base/remote.exp
4443 * gdb.base/savedregs.exp
4444 * gdb.base/sepdebug.exp
4445 * gdb.base/set-noassign.exp
4446 * gdb.base/shlib-call.exp
4447 * gdb.base/shreloc.exp
4448 * gdb.base/sigaltstack.exp
4449 * gdb.base/sigbpt.exp
4450 * gdb.base/siginfo-addr.exp
4451 * gdb.base/siginfo-obj.exp
4452 * gdb.base/siginfo-thread.exp
4453 * gdb.base/signest.exp
4454 * gdb.base/signull.exp
4455 * gdb.base/sigrepeat.exp
4456 * gdb.base/skip.exp
4457 * gdb.base/so-impl-ld.exp
4458 * gdb.base/solib-corrupted.exp
4459 * gdb.base/solib-disc.exp
4460 * gdb.base/solib-display.exp
4461 * gdb.base/solib-overlap.exp
4462 * gdb.base/solib-search.exp
4463 * gdb.base/solib-symbol.exp
4464 * gdb.base/source-execution.exp
4465 * gdb.base/sss-bp-on-user-bp-2.exp
4466 * gdb.base/sss-bp-on-user-bp.exp
4467 * gdb.base/stack-checking.exp
4468 * gdb.base/stale-infcall.exp
4469 * gdb.base/step-break.exp
4470 * gdb.base/step-line.exp
4471 * gdb.base/step-over-exit.exp
4472 * gdb.base/step-test.exp
4473 * gdb.base/structs.exp
4474 * gdb.base/sym-file.exp
4475 * gdb.base/symtab-search-order.exp
4476 * gdb.base/term.exp
4477 * gdb.base/type-opaque.exp
4478 * gdb.base/unload.exp
4479 * gdb.base/until-nodebug.exp
4480 * gdb.base/until.exp
4481 * gdb.base/unwindonsignal.exp
4482 * gdb.base/watch-cond.exp
4483 * gdb.base/watch-non-mem.exp
4484 * gdb.base/watch_thread_num.exp
4485 * gdb.base/watchpoint-reuse-slot.exp
4486 * gdb.base/watchpoint-solib.exp
4487 * gdb.base/watchpoint.exp
4488 * gdb.btrace/dlopen.exp
4489 * gdb.cell/arch.exp
4490 * gdb.cell/break.exp
4491 * gdb.cell/bt.exp
4492 * gdb.cell/core.exp
4493 * gdb.cell/data.exp
4494 * gdb.cell/dwarfaddr.exp
4495 * gdb.cell/ea-cache.exp
4496 * gdb.cell/ea-standalone.exp
4497 * gdb.cell/ea-test.exp
4498 * gdb.cell/f-regs.exp
4499 * gdb.cell/fork.exp
4500 * gdb.cell/gcore.exp
4501 * gdb.cell/mem-access.exp
4502 * gdb.cell/ptype.exp
4503 * gdb.cell/registers.exp
4504 * gdb.cell/sizeof.exp
4505 * gdb.cell/solib-symbol.exp
4506 * gdb.cell/solib.exp
4507 * gdb.compile/compile-tls.exp
4508 * gdb.cp/exception.exp
4509 * gdb.cp/gdb2495.exp
4510 * gdb.cp/local.exp
4511 * gdb.cp/mb-inline.exp
4512 * gdb.cp/mb-templates.exp
4513 * gdb.cp/pr10687.exp
4514 * gdb.cp/pr9167.exp
4515 * gdb.cp/scope-err.exp
4516 * gdb.cp/templates.exp
4517 * gdb.cp/virtfunc.exp
4518 * gdb.dwarf2/dw2-dir-file-name.exp
4519 * gdb.dwarf2/dw2-single-line-discriminators.exp
4520 * gdb.fortran/complex.exp
4521 * gdb.fortran/library-module.exp
4522 * gdb.guile/guile.exp
4523 * gdb.guile/scm-cmd.exp
4524 * gdb.guile/scm-frame-inline.exp
4525 * gdb.guile/scm-objfile.exp
4526 * gdb.guile/scm-pretty-print.exp
4527 * gdb.guile/scm-symbol.exp
4528 * gdb.guile/scm-type.exp
4529 * gdb.guile/scm-value.exp
4530 * gdb.linespec/keywords.exp
4531 * gdb.linespec/ls-errs.exp
4532 * gdb.linespec/macro-relative.exp
4533 * gdb.linespec/thread.exp
4534 * gdb.mi/mi-breakpoint-changed.exp
4535 * gdb.mi/mi-dprintf-pending.exp
4536 * gdb.mi/mi-fullname-deleted.exp
4537 * gdb.mi/mi-logging.exp
4538 * gdb.mi/mi-pending.exp
4539 * gdb.mi/mi-solib.exp
4540 * gdb.mi/new-ui-mi-sync.exp
4541 * gdb.mi/user-selected-context-sync.exp
4542 * gdb.multi/dummy-frame-restore.exp
4543 * gdb.multi/multi-arch-exec.exp
4544 * gdb.multi/remove-inferiors.exp
4545 * gdb.multi/watchpoint-multi-exit.exp
4546 * gdb.opt/solib-intra-step.exp
4547 * gdb.perf/backtrace.exp
4548 * gdb.perf/single-step.exp
4549 * gdb.perf/skip-command.exp
4550 * gdb.perf/skip-prologue.exp
4551 * gdb.perf/solib.exp
4552 * gdb.python/lib-types.exp
4553 * gdb.python/py-as-string.exp
4554 * gdb.python/py-bad-printers.exp
4555 * gdb.python/py-block.exp
4556 * gdb.python/py-breakpoint.exp
4557 * gdb.python/py-cmd.exp
4558 * gdb.python/py-events.exp
4559 * gdb.python/py-evthreads.exp
4560 * gdb.python/py-finish-breakpoint.exp
4561 * gdb.python/py-finish-breakpoint2.exp
4562 * gdb.python/py-frame-inline.exp
4563 * gdb.python/py-frame.exp
4564 * gdb.python/py-inferior.exp
4565 * gdb.python/py-infthread.exp
4566 * gdb.python/py-mi.exp
4567 * gdb.python/py-objfile.exp
4568 * gdb.python/py-pp-maint.exp
4569 * gdb.python/py-pp-registration.exp
4570 * gdb.python/py-prettyprint.exp
4571 * gdb.python/py-recurse-unwind.exp
4572 * gdb.python/py-shared.exp
4573 * gdb.python/py-symbol.exp
4574 * gdb.python/py-symtab.exp
4575 * gdb.python/py-template.exp
4576 * gdb.python/py-type.exp
4577 * gdb.python/py-unwind-maint.exp
4578 * gdb.python/py-unwind.exp
4579 * gdb.python/py-value.exp
4580 * gdb.python/python.exp
4581 * gdb.reverse/finish-reverse-bkpt.exp
4582 * gdb.reverse/insn-reverse.exp
4583 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4584 * gdb.reverse/solib-precsave.exp
4585 * gdb.reverse/solib-reverse.exp
4586 * gdb.stabs/gdb11479.exp
4587 * gdb.stabs/weird.exp
4588 * gdb.threads/fork-child-threads.exp
4589 * gdb.threads/fork-plus-threads.exp
4590 * gdb.threads/fork-thread-pending.exp
4591 * gdb.threads/forking-threads-plus-breakpoint.exp
4592 * gdb.threads/hand-call-in-threads.exp
4593 * gdb.threads/interrupted-hand-call.exp
4594 * gdb.threads/linux-dp.exp
4595 * gdb.threads/local-watch-wrong-thread.exp
4596 * gdb.threads/next-while-other-thread-longjmps.exp
4597 * gdb.threads/non-ldr-exit.exp
4598 * gdb.threads/pending-step.exp
4599 * gdb.threads/print-threads.exp
4600 * gdb.threads/process-dies-while-detaching.exp
4601 * gdb.threads/process-dies-while-handling-bp.exp
4602 * gdb.threads/pthreads.exp
4603 * gdb.threads/queue-signal.exp
4604 * gdb.threads/reconnect-signal.exp
4605 * gdb.threads/signal-command-handle-nopass.exp
4606 * gdb.threads/signal-command-multiple-signals-pending.exp
4607 * gdb.threads/signal-delivered-right-thread.exp
4608 * gdb.threads/signal-sigtrap.exp
4609 * gdb.threads/sigthread.exp
4610 * gdb.threads/staticthreads.exp
4611 * gdb.threads/stepi-random-signal.exp
4612 * gdb.threads/thread-unwindonsignal.exp
4613 * gdb.threads/thread_check.exp
4614 * gdb.threads/thread_events.exp
4615 * gdb.threads/tid-reuse.exp
4616 * gdb.threads/tls-nodebug.exp
4617 * gdb.threads/tls-shared.exp
4618 * gdb.threads/tls-so_extern.exp
4619 * gdb.threads/tls.exp
4620 * gdb.threads/wp-replication.exp
4621 * gdb.trace/actions-changed.exp
4622 * gdb.trace/actions.exp
4623 * gdb.trace/backtrace.exp
4624 * gdb.trace/change-loc.exp
4625 * gdb.trace/collection.exp
4626 * gdb.trace/deltrace.exp
4627 * gdb.trace/disconnected-tracing.exp
4628 * gdb.trace/entry-values.exp
4629 * gdb.trace/ftrace-lock.exp
4630 * gdb.trace/ftrace.exp
4631 * gdb.trace/infotrace.exp
4632 * gdb.trace/mi-trace-frame-collected.exp
4633 * gdb.trace/mi-trace-unavailable.exp
4634 * gdb.trace/mi-traceframe-changed.exp
4635 * gdb.trace/mi-tracepoint-changed.exp
4636 * gdb.trace/mi-tsv-changed.exp
4637 * gdb.trace/no-attach-trace.exp
4638 * gdb.trace/packetlen.exp
4639 * gdb.trace/passc-dyn.exp
4640 * gdb.trace/passcount.exp
4641 * gdb.trace/pending.exp
4642 * gdb.trace/pr16508.exp
4643 * gdb.trace/qtro.exp
4644 * gdb.trace/range-stepping.exp
4645 * gdb.trace/read-memory.exp
4646 * gdb.trace/report.exp
4647 * gdb.trace/save-trace.exp
4648 * gdb.trace/signal.exp
4649 * gdb.trace/stap-trace.exp
4650 * gdb.trace/status-stop.exp
4651 * gdb.trace/strace.exp
4652 * gdb.trace/tfile.exp
4653 * gdb.trace/tfind.exp
4654 * gdb.trace/trace-break.exp
4655 * gdb.trace/trace-condition.exp
4656 * gdb.trace/trace-enable-disable.exp
4657 * gdb.trace/trace-mt.exp
4658 * gdb.trace/tracecmd.exp
4659 * gdb.trace/tracefile-pseudo-reg.exp
4660 * gdb.trace/tspeed.exp
4661 * gdb.trace/tstatus.exp
4662 * gdb.trace/tsv.exp
4663 * gdb.trace/unavailable.exp
4664 * gdb.trace/while-dyn.exp
4665 * gdb.trace/while-stepping.exp
4666 * lib/gdb-guile.exp
4667 * lib/gdb.exp
4668 * lib/mi-support.exp
4669 * lib/pascal.exp
4670 * lib/perftest.exp
4671 * lib/prelink-support.exp
4672 * lib/selftest-support.exp
4673
ad02e4fe
SM
46742016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4675
4676 * Makefile.in: Include disable-implicit-rules.mk.
4677
22347e55
AA
46782016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4679
4680 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4681 non-byte-aligned bit fields.
4682
da5b30da
AA
46832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4684
4685 PR gdb/12616
4686 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4687 respects the DW_AT_data_bit_offset attribute.
4688
b593ecca
SM
46892016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4690
4691 * gdb.base/default.exp: Fix output of "set language".
4692
3b165252
SM
46932016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4694
4695 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4696 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4697 make.
4698 * configure.ac: Remove checks for the make program.
4699 * configure: Re-generate.
4700
1a2f3d7f
KB
47012016-11-16 Kevin Buettner <kevinb@redhat.com>
4702
4703 * gdb.python/py-recurse-unwind.c (main): Add loop.
4704 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4705 to read_register() and gdb.parse_and_eval(). Make each code
4706 call a separate case that can be individually tested.
4707 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4708 proc. Call cont_and_backtrace for each of the code paths that
4709 we want to test in the unwinder.
4710
b7f38fda
AA
47112016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4712
4713 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4714 the definition of struct S.
4715
1f8db343
CM
47162016-11-11 Catherine Moore <clm@codesourcery.com>
4717
4718 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4719
fad0c9fb
PA
47202016-11-09 Pedro Alves <palves@redhat.com>
4721
4722 * gdb.base/commands.exp (runto_or_return): New procedure.
4723 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4724 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4725 (progvar_simple_while_test, progvar_complex_if_while_test)
4726 (if_while_breakpoint_command_test)
4727 (infrun_breakpoint_command_test, breakpoint_command_test)
4728 (user_defined_command_test, watchpoint_command_test)
4729 (test_command_prompt_position, redefine_hook_test)
4730 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4731 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4732 multi_line_input and multi_line. Remove gdb_expect and
4733 gdb_stop_suppressing_tests uses.
4734 * lib/gdb.exp (valnum_re): New global.
4735 (multi_line_input): New procedure.
4736
8354c62c
SM
47372016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4738
4739 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4740 Remove.
4741 (test_setup): Define with proc_with_prefix.
4742 (test_cli_inferior): Likewise.
4743 (test_cli_thread): Likewise.
4744 (test_cli_frame): Likewise.
4745 (test_cli_select_frame): Likewise.
4746 (test_cli_up_down): Likewise.
4747 (test_mi_thread_select): Likewise.
4748 (test_mi_stack_select_frame): Likewise.
4749 (test_cli_in_mi_inferior): Likewise.
4750 (test_cli_in_mi_thread): Likewise.
4751 (test_cli_in_mi_frame): Likewise.
4752 (top level): Do not use with_test_prefix_procname.
4753
64f367a2
PA
47542016-11-09 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.base/commands.exp (gdbvar_simple_if_test)
4757 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4758 (progvar_simple_if_test, progvar_simple_while_test)
4759 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4760 (infrun_breakpoint_command_test, breakpoint_command_test)
4761 (user_defined_command_test, watchpoint_command_test)
4762 (test_command_prompt_position, deprecated_command_test)
4763 (bp_deleted_in_command, temporary_breakpoint_commands)
4764 (stray_arg0_test, source_file_with_indented_comment)
4765 (recursive_source_test, if_commands_test)
4766 (error_clears_commands_left, redefine_hook_test)
4767 (redefine_backtrace_test): Use proc_with_prefix.
4768 * lib/gdb.exp (proc_with_prefix): New proc.
4769
0bb65f1e
AA
47702016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4771
4772 * gdb.base/tui-layout.c: New file.
4773 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4774 disassembly window contains very long lines.
4775
7353f247
TT
47762016-11-08 Tom Tromey <tom@tromey.com>
4777
4778 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4779 depend on Python 2.
4780
30a7bb83
TT
47812016-11-08 Tom Tromey <tom@tromey.com>
4782
4783 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4784 New method.
4785
cdf5a07c
MG
47862016-10-29 Manish Goregaokar <manish@mozilla.com>
4787
2806dc7e 4788 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4789
51a789c3
MG
47902016-10-27 Manish Goregaokar <manish@mozilla.com>
4791
2806dc7e
PA
4792 * gdb.rust/simple.rs: Add test for univariant enums without
4793 discriminants and for encoded struct-like enums.
51a789c3 4794
f610ab6d
PA
47952016-10-28 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4798 gdb_test_multiple, tighten regexps and match symtabs and line
4799 tables incrementally.
4800
b129b0ca
LM
48012016-10-28 Luis Machado <lgustavo@codesourcery.com>
4802
4803 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4804 general.
4805
ecf45d2c
SL
48062016-10-25 Luis Machado <lgustavo@codesourcery.com>
4807
4808 * gdb.base/exec-invalid-sysroot.exp: New file.
4809
b8d38ee4
JK
48102016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4811
4812 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4813
f90fd8c2
JK
48142016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4815
4816 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4817
2d2476aa
MR
48182016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4819
2806dc7e
PA
4820 * gdb.base/killed-outside.exp: Remove $options from a call to
4821 `prepare_for_testing'.
2d2476aa 4822
e42b25a0
SM
48232016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4824
4825 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4826 Change test message.
4827
3ccdb432
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 Update comment.
4832
5bad3170
SM
48332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4834
4835 * gdb.trace/mi-trace-save.exp: New file.
4836
5ad9dba7
YQ
48372016-10-13 Yao Qi <yao.qi@linaro.org>
4838
4839 * gdb.base/code_elim.exp (get_var_address): Remove.
4840 * gdb.base/relocate.exp: Likewise.
4841 * gdb.base/shreloc.exp: Likewise.
4842 * lib/gdb.exp (get_var_address): New.
4843
62df7e21
YQ
48442016-10-13 Yao Qi <yao.qi@linaro.org>
4845
4846 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4847 floating point tests if $skip_float_test is false.
4848
4dac951e
LM
48492016-10-12 Luis Machado <lgustavo@codesourcery.com>
4850
4851 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4852 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4853 argc values.
4854 Add 1 to argc so we guarantee distinct initial/modified argc values.
4855
8f1a8fc4
JK
48562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4857
4858 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4859
16c85b5d
JK
48602016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4861
4862 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4863 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4864 * gdb.arch/vsx-regs.exp: Likewise.
4865
1d0e042a
YQ
48662016-10-07 Yao Qi <yao.qi@linaro.org>
4867
4868 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4869
68dadef5
MM
48702016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4871
4872 * gdb.python/python.exp: Test decode_line("*0").
4873
33fa2c6e
DE
48742016-10-06 Doug Evans <dje@google.com>
4875
4876 * gdb.python/py-value.exp (test_value_creation): Add test for large
4877 unsigned 64-bit value.
4878
9c37b5ae
TT
48792016-10-06 Tom Tromey <tom@tromey.com>
4880
4881 * gdb.compile/compile.exp: Change java tests to rust.
4882 * gdb.base/setshow.exp: Change java tests to rust.
4883 * gdb.base/default.exp: Remove java from language list.
4884 * README (Examples): Update language example.
4885 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4886 test.
4887 * lib/gdb.exp (skip_java_tests): Remove.
4888 * lib/java.exp: Remove.
4889 * gdb.java: Remove.
4890
78b86327
MR
48912016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4892
4893 * gdb.arch/mips-fcr.exp: New test.
4894 * gdb.arch/mips-fcr.c: Source for the new test.
4895
7470adbb
MR
48962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4897
4898 * gdb.base/solib-disc.exp: Use `standard_output_file'
4899 throughout.
4900
4a556533
PA
49012016-10-06 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.base/jit-simple-dl.c: New file.
4904 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4905 * gdb.base/jit-simple.c: ... this.
4906 * gdb.base/jit-simple.exp (jit_run): Delete.
4907 (build_jit): New proc.
4908 (jit_test_reread): Recompile either the main program or the shared
4909 library, depending on what is being tested. Skip changing address
4910 if caller wants to. Compare before/after addresses. If testing
4911 standalone, explicitly load the binary. Test "maint info
4912 breakpoints".
4913 (top level): Add "standalone vs shared lib" and "change address"
4914 vs "same address" axes.
4915
5a122fbc
PA
49162016-10-06 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4919 call.
4920 (jit_run): Delete.
4921 (jit_test_reread): Use with_test_prefix. Reload the main binary
4922 explicitly. Compare the before/after addresses of the JIT
4923 descriptor.
4924
ee8da4b8
DE
49252016-08-15 Doug Evans <dje@google.com>
4926
4927 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4928 for single bitfields is bool.
4929 * gdb.xml/tdesc-regs.exp: Ditto.
4930
f389f6fe
JK
49312016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4932
4933 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4934
fdebf1a4
YQ
49352016-10-05 Yao Qi <yao.qi@linaro.org>
4936
4937 * lib/gdb.exp (support_complex_tests): Return zero if
4938 gdb_skip_float_test return true.
4939
9c36d954 49402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4941 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4942
4943 PR gdb/20487
4944 * gdb.mi/user-selected-context-sync.exp: New file.
4945 * gdb.mi/user-selected-context-sync.c: New file.
4946
4034d0ff 49472016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4948 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4949
4950 PR gdb/20487
4951 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4952 =thread-select-event check.
4953
a4297203
PB
49542016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4955
4956 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4957 the compulsory L operand changes.
4958 * gdb.arch/powerpc-power.s: Likewise.
4959
bb805577
JK
49602016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4961
4962 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4963 * gdb.base/jit-attach-pie.c: New file.
4964 * gdb.base/jit-attach-pie.exp: New file.
4965
6d61dee5
PA
49662016-09-28 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.base/infcall-input.c: New file.
4969 * gdb.base/infcall-input.exp: New file.
4970
f73842fc
YQ
49712016-09-22 Yao Qi <yao.qi@linaro.org>
4972
4973 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4974 (gdb_exit): Rename it to ...
4975 (gdbserver_gdb_exit): ... Close GDBserver.
4976 (gdb_exit): New proc, call gdbserver_gdb_exit.
4977 (mi_gdb_exit): Likewise.
4978
90681dab
YQ
49792016-09-22 Yao Qi <yao.qi@linaro.org>
4980
4981 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4982 path.
4983 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4984 Remove duplication.
4985
9c211fd8
YQ
49862016-09-22 Yao Qi <yao.qi@linaro.org>
4987
4988 * lib/gdbserver-support.exp: Check the existence of
4989 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4990
ad0a504f
AK
49912016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4992
4993 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4994
36cf1806
TT
49952016-09-21 Tom Tromey <tom@tromey.com>
4996
4997 PR gdb/20604:
4998 * gdb.base/quit.exp: New file.
4999
74172ecf
SM
50002016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5001
5002 * .gitignore: New file.
5003
3d0ec882
MR
50042016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5005
5006 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5007 throughout.
5008
8193adea
AA
50092016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5010
5011 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5012
d41a5c09
JK
50132016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5014
5015 * gdb.cp/casts.cc (decltype): Move it ...
5016 (main): ... with its call to ...
5017 * gdb.cp/casts03.cc: ... a new file.
5018 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5019
d2dfe700
JK
50202016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5021
5022 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5023
e2a92b16
PB
50242016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5025
5026 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5027 and sync up the test with tests in gas/testsuite/gas/ppc.
5028 * gdb.arch/powerpc-power.exp: Likewise.
5029
49b4de64
JK
50302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5031
5032 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5033
2c29df25
SDJ
50342016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5035 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5038 make m1's definition to be different from m2's. Use 'dummy' as an
5039 argument for probe 'two'.
5040
cc3c2846
JB
50412016-09-10 Jon Beniston <jon@beniston.com>
5042
5043 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5044 for sim target.
5045
e1b2624a
AA
50462016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5047
5048 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5049 variable declaration.
5050 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5051 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5052 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5053 received HWCAP as its argument.
5054
4295e285
PA
50552016-09-06 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/new-ui-pending-input.c: New file.
5058 * gdb.base/new-ui-pending-input.exp: New file.
5059 * gdb.exp (clear_gdb_spawn_id): New procedure.
5060 (with_spawn_id): Check whether gdb_spawn_id exists before
5061 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5062 on exit.
5063
00d5215e
UW
50642016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5065
5066 * gdb.base/float128.c: New file.
5067 * gdb.base/float128.exp: Likewise.
5068 * gdb.base/floatn.c: Likewise.
5069 * gdb.base/floatn.exp: Likewise.
5070
a9ff5f12
UW
50712016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5072
5073 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5074
f245535c
PA
50752016-09-05 Pedro Alves <palves@redhat.com>
5076
5077 PR backtrace/19927
5078 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5079 unwinders are immediately called as side effect of "source" or
5080 "disable unwinder" commands.
5081 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5082
ae9cf263
YQ
50832016-09-02 Yao Qi <yao.qi@linaro.org>
5084
5085 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5086 is true and $type is "float" or "double".
5087
27aba047
YQ
50882016-09-02 Yao Qi <yao.qi@linaro.org>
5089
5090 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5091 true.
5092 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5093 * gdb.base/call-rt-st.exp: Likewise.
5094 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5095 return value instead of gdb,skip_float_test.
5096 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5097 (do_function_calls): Use its return value instead of
5098 gdb,skip_float_test.
5099 * gdb.base/finish.exp: Likewise.
5100 * gdb.base/funcargs.exp: Likewise.
5101 * gdb.base/return.exp: Likewise.
5102 * gdb.base/return2.exp: Likewise.
5103 * gdb.base/varargs.exp: Likewise.
5104 * lib/gdb.exp (gdb_skip_float_test): Change it to
5105 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5106
5af962df
AA
51072016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5108
5109 * gdb.multi/tids.exp: Test "thread apply all".
5110
7fac6910
JK
51112016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5112
5113 * gdb.base/default.exp (tty): Remove.
5114
bb1fe4ac
KB
51152016-08-24 Kevin Buettner <kevinb@redhat.com>
5116
2806dc7e
PA
5117 * gdb.python/py-recurse-unwind.c: New file.
5118 * gdb.python/py-recurse-unwind.py: New file.
5119 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5120
0a1ddfa6
SM
51212016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5122
5123 * gdb.base/set-inferior-tty.exp: New file.
5124 * gdb.base/set-inferior-tty.c: New file.
5125
d9de1fe3
PA
51262016-08-23 Pedro Alves <palves@redhat.com>
5127
5128 PR gdb/20494
5129 * gdb.base/new-ui-echo.c: New file.
5130 * gdb.base/new-ui-echo.exp: New file.
5131
e9d9abd7
YQ
51322016-08-23 Yao Qi <yao.qi@linaro.org>
5133
5134 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5135 gdbserver_spawn.
5136 * gdb.server/connect-without-multi-process.exp (do_test):
5137 Likewise.
5138
3589529e
YQ
51392016-08-23 Yao Qi <yao.qi@linaro.org>
5140
5141 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5142 standalone_txt. Delete gdb_txt and standalone_txt on host
5143 and target. Spawn the binary on target. Copy files from
5144 target to host.
5145
6bb90213
PA
51462016-08-22 Pedro Alves <palves@redhat.com>
5147
5148 PR gdb/20505
5149 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5150 with_test_prefix. Factor out bits to ...
5151 (test_no_vdso): ... this new procedure.
5152
20c2c024
CL
51532016-08-19 Carl Love <cel@us.ibm.com>
5154
5155 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5156 maintaining separate logic for constructing the output path.
5157 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5158 * gdb.arch/ppc-dfp.exp: Likewise.
5159 * gdb.arch/ppc-fp.exp: Likewise.
5160 * gdb.arch/vsx-regs.exp: Likewise.
5161 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5162 binprefix for generating the additional binary files.
5163
0646e07d
PA
51642016-08-19 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.trace/mi-trace-frame-collected.exp
5167 (test_trace_frame_collected): On x32, expect two registers.
5168
46da9242
CL
51692016-08-18 Carl Love <cel@us.ibm.com>
5170
5171 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5172 and sync up the test with tests in gas/testsuite/gas/ppc.
5173 * gdb.arch/powerpc-power.exp: Likewise.
5174
eb2332d7
SM
51752016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5176
5177 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5178 expected error message.
5179
63c61e04
SM
51802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5181
5182 * gdb.multi/remove-inferiors.exp: New file.
5183 * gdb.multi/remove-inferiors.c: New file.
5184
7b17065f
YQ
51852016-08-12 Yao Qi <yao.qi@linaro.org>
5186
5187 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5188 argument list.
5189
01d3dedf
PA
51902016-08-10 Pedro Alves <palves@redhat.com>
5191
5192 PR gdb/19187
5193 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5194 setup_kfails.
5195
3eb7562a
PA
51962016-08-09 Pedro Alves <palves@redhat.com>
5197 Simon Marchi <simon.marchi@ericsson.com>
5198
5199 PR gdb/20418
5200 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5201 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5202
80614914
PA
52032016-08-09 Pedro Alves <palves@redhat.com>
5204
5205 PR mi/20431
5206 * gdb.mi/mi-cmd-error.exp: New file.
5207
f348d89a
PA
52082016-08-09 Pedro Alves <palves@redhat.com>
5209
5210 PR gdb/18653
5211 * gdb.base/signals-state-child.c: New file.
5212 * gdb.base/signals-state-child.exp: New file.
5213 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5214
e5ca03b4
PA
52152016-08-09 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5218
282a0691
TT
52192016-08-03 Tom Tromey <tom@tromey.com>
5220
5221 PR python/18565:
5222 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5223
41bfcd63
YQ
52242016-08-01 Yao Qi <yao.qi@linaro.org>
5225
5226 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5227 variable mode to "multi-process" if $multi_process is 1, otherwise
5228 set it to "single-process".
5229
e3465b24
YQ
52302016-08-01 Yao Qi <yao.qi@linaro.org>
5231
5232 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5233 * gdb.cp/cpexprs.exp: Likewise.
5234 * gdb.cp/m-static.exp: Likewise.
5235
0b31a4bc
TT
52362016-07-26 Tom Tromey <tom@tromey.com>
5237
5238 PR python/20190:
5239 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5240 test.
5241
e0461dbb
MM
52422016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5243
5244 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5245 selecting assembly source files.
5246 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5247 assembly source files.
5248 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5249 assembly source files.
5250 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5251 selecting assembly source files.
5252
8194e927
SM
52532016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5254
5255 * gdb.base/new-ui.exp (do_test_invalid_args): New
5256 procedure.
5257
c0272db5
TW
52582016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5259
5260 * gdb.btrace/reconnect.c: New file.
5261 * gdb.btrace/reconnect.exp: New file.
5262
e3487908
GKB
52632016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5264
5265 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5266 to test_catch_syscall_group.
5267 (test_catch_syscall_group): New.
5268
12df5c00
TT
52692016-07-21 Tom Tromey <tom@tromey.com>
5270
5271 * gdb.rust/simple.rs (main): Use empty struct expression.
5272 * gdb.rust/simple.exp: Add tests for empty struct expression.
5273
bae62ee2
YQ
52742016-07-21 Yao Qi <yao.qi@linaro.org>
5275
5276 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5277 if gdb_skip_xml_test is true on some targets.
5278
b1b53fb3
YQ
52792016-07-21 Yao Qi <yao.qi@linaro.org>
5280
5281 * gdb.server/solib-list.exp: Unset last_loaded_file.
5282
027d97f8
JK
52832016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5284
5285 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5286 "step into captured_main (args)".
5287
7674d381
JK
52882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5289
5290 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5291
72b5d099
JK
52922016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5293
5294 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5295
1f960ced
PA
52962016-07-19 Pedro Alves <palves@redhat.com>
5297
5298 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5299 * gdb.opt/inline-bt.exp: Likewise.
5300 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5301 additional_flags=-Winline.
5302 * gdb.opt/inline-locals.exp: Likewise.
5303 * gdb.opt/inline-markers.c (ATTR): Define.
5304 (inlined_fn): Use it.
5305
f25827c1
YQ
53062016-07-19 Yao Qi <yao.qi@linaro.org>
5307
5308 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5309 (test_with_self): Remove some code. Remove argument executable.
5310 (top-level): Use do_self_tests.
5311
37539ebe
DB
53122016-07-15 Zachary Welch <zwelch@codesourcery.com>
5313 Don Breazeal <donb@codesourcery.com>
5314
5315 * gdb.base/maint.exp: Escape paths used in regular expressions.
5316 * gdb.stabs/weird.exp: Likewise.
5317
dac790e1
TT
53182016-07-13 Tom Tromey <tom@tromey.com>
5319
5320 PR python/15620, PR python/18620:
5321 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5322 (test_bkpt_events): New procs.
5323
93daf339
TT
53242016-07-13 Tom Tromey <tom@tromey.com>
5325
5326 PR python/17698:
5327 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5328 test.
5329 (test_watchpoints): Likewise.
5330 (test_bkpt_pending): New proc.
5331
6571a381
TT
53322016-07-13 Tom Tromey <tom@tromey.com>
5333
5334 PR cli/18053:
5335 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5336 completion test.
5337
e8732474
JK
53382016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5339
5340 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5341 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5342 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5343 f_label.
5344 (g): Rename g_end_lbl to g_label.
5345 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5346 low_pc and high_pc.
5347 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5348
e0f3fd7c
TT
53492016-07-12 Tom Tromey <tom@tromey.com>
5350
5351 PR python/19293:
5352 * gdb.python/py-unwind-maint.exp: Update tests.
5353
3cfe46b6
YQ
53542016-07-12 Yao Qi <yao.qi@linaro.org>
5355
5356 * lib/selftest-support.exp (selftest_setup): Match the output
5357 when captured_main is inlined.
5358
4f19a0e6
WT
53592016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5360
5361 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5362 New variables.
5363 (print this%a, print this%b, print this): New tests.
5364 * gdb.fortran/derived-types.f90 (this): New object and
5365 initialization.
5366
986cf455
SM
53672016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5368
5369 * gdb.ada/arraydim.exp: Remove extra directory level in build
5370 directory.
5371
f0464b23
SM
53722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5373
5374 * lib/ada.exp: Remove extra directory level in build directory.
5375 * gdb.ada/cond_lang.exp: Likewise.
5376 * gdb.ada/exec_changed.exp: Likewise.
5377 * gdb.ada/lang_switch.exp: Likewise.
5378
42d94011
MG
53792016-07-06 Manish Goregaokar <manish@mozilla.com>
5380
2806dc7e
PA
5381 * simple.rs: Add test for raw pointer subscripting.
5382 * simple.exp: Add test expectations.
42d94011 5383
647c264c
YQ
53842016-07-05 Yao Qi <yao.qi@linaro.org>
5385
5386 * gdb.mi/mi-reverse.exp: Match =record-started output.
5387
20aa2c60
PA
53882016-07-01 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5391 procedure.
5392 (jit_reader_test): Test the jit reader's unwinder.
5393 * gdb.base/jithost.c (jit_function_00_code): New global.
5394 (main): Use memcpy to fill in the mmapped code, instead of poking
5395 bytes manually here.
5396 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5397 value.
5398 (read_debug_info): Save the function's range.
5399 (read_sp): New function.
5400 (unwind_frame): Use it. Also unwind RBP.
5401 (get_frame_id): Use read_sp.
5402 (gdb_init_reader): Use calloc instead of malloc.
5403 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5404 parameter. Use gdb_test_multiple.
5405
ced2dffb
PA
54062016-07-01 Pedro Alves <palves@redhat.com>
5407 Antoine Tremblay <antoine.tremblay@ericsson.com>
5408
5409 * gdb.threads/process-dies-while-detaching.c: New file.
5410 * gdb.threads/process-dies-while-detaching.exp: New file.
5411
63000888
PA
54122016-07-01 Pedro Alves <palves@redhat.com>
5413
5414 * gdb.multi/watchpoint-multi-exit.c: New file.
5415 * gdb.multi/watchpoint-multi-exit.exp: New file.
5416
038d4868
PA
54172016-06-30 Pedro Alves <palves@redhat.com>
5418
5419 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5420 unset inferior_spawn_id.
5421
994e9c83
PA
54222016-06-30 Pedro Alves <palves@redhat.com>
5423
5424 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5425 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5426
e5653468
YQ
54272016-06-29 Yao Qi <yao.qi@linaro.org>
5428
5429 * gdb.base/return.c: Add copyright header.
5430
803b47e5
TT
54312016-06-29 Tom Tromey <tom@tromey.com>
5432
5433 PR python/20129:
5434 * gdb.python/py-framefilter.exp: Add tests for setting priority
5435 and disabling of non-existent frame filter.
5436
28244707
YQ
54372016-06-29 Yao Qi <yao.qi@linaro.org>
5438
5439 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5440 0x0f07ff.
5441
a31d2f06
YQ
54422016-06-28 Yao Qi <yao.qi@linaro.org>
5443
5444 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5445 triplets. Start gdb, execute catch syscall, and continue. Check
5446 gdb's output to determine catch syscall is supported.
5447
921d8f54
MG
54482016-06-27 Manish Goregaokar <manish@mozilla.com>
5449
25d49b86
PA
5450 * gdb.rust/simple.rs: Add test for returning unit in a function.
5451 * gdb.rust/simple.exp: Add expectation for functions returning
5452 unit.
921d8f54 5453
f4952523
PMR
54542016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5455
5456 * gdb.python/py-breakpoint-create-fail.c,
5457 gdb.python/py-breakpoint-create-fail.exp,
5458 gdb.python/py-breakpoint-create-fail.py: New testcase.
5459
fccb08f8
MG
54602016-06-25 Manish Goregaokar <manish@mozilla.com>
5461
5462 PR gdb/20239
5463 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5464 * gdb.rust/simple.exp: Add test expectations for new NonZero
5465 tests.
fccb08f8 5466
6b850546
DT
54672016-06-24 David Taylor <dtaylor@emc.com>
5468
5469 * gdb.base/offsets.exp: New file.
5470 * gdb.base/offsets.c: New file.
5471
17621150
TT
54722016-06-23 Tom Tromey <tom@tromey.com>
5473
5474 PR gdb/16483:
5475 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5476 before any filters are loaded.
5477
04d59df6
WT
54782016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5479
5480 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5481 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5482 structs.
5483 * gdb.fortran/derived-type-function.exp: New file.
5484 * gdb.fortran/derived-type-function.f90: New file.
5485
5486
ac69f786
PA
54872016-06-21 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/new-ui.exp: New file.
5490 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5491 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5492 (with_spawn_id): New procedure.
5493
49940788
PA
54942016-06-21 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.mi/mi-exec-run.exp: New file.
5497
ef274d26
PA
54982016-06-21 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5501 breakpoint command's output on the main UI.
5502 (test_break): New procedure, factored out from calls in the top
5503 level.
5504 (top level): Use foreach_with_prefix to test MI as main UI and as
5505 separate UI.
5506
468afe6c
PA
55072016-06-21 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5510 (test_awatch_creation_and_listing)
5511 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5512 Remove 'type' parameter.
5513 (test_watchpoint_all): New parameter mi_mode. Remove
5514 with_test_prefix.
5515 (top level): Use foreach_with_prefix, and add main/separate UI MI
5516 testing axis.
5517
51f77c37
PA
55182016-06-21 Pedro Alves <palves@redhat.com>
5519
5520 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5521 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5522 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5523 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5524 (gdb_main_spawn_id, mi_spawn_id): Declare and
5525 comment.
5526 (mi_create_inferior_pty): New procedure,
5527 factored out from default_mi_gdb_start.
5528 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5529 procedures.
5530 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5531 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5532 Use mi_create_inferior_pty.
5533 (mi_gdb_start): Use eval to pass down args list.
5534
8980e177
PA
55352016-06-21 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5538 * gdb.opt/inline-cmds.exp: Add MI tests.
5539
f38d3ad1
PA
55402016-06-21 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5543
45db7c09
PA
55442016-06-21 Pedro Alves <palves@redhat.com>
5545
5546 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5547 (top level): Use it instead of mi_execute_to.
5548
5a069ab3
PA
55492016-06-21 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5552 (cont_handler_str): New.
5553 (signal_stop_handler): Set stop_handler_str instead of printing to
5554 stdout.
5555 (continue_handler): Set cont_handler_str instead of printing to
5556 stdout.
5557 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5558 mi_send_resuming_command. Print stop_handler_str and
5559 cont_handler_str instead of expecting the python events print
5560 directly.
5561
2838cc1d
SD
55622016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5563
5564 * gdb.base/jit-reader.exp: New file.
5565 * gdb.base/jithost.c: New file.
5566 * gdb.base/jithost.h: New file.
5567 * gdb.base/jitreader.c : New file.
5568 * gdb.base/jit-protocol.h: New file.
5569
21a77091
YQ
55702016-06-17 Yao Qi <yao.qi@linaro.org>
5571
5572 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5573 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5574 and detach-on-fork. Adjust tests.
5575 (top level): Invoke break_cond_on_syscall with combinations of
5576 syscall, follow-fork-mode and detach-on-fork.
5577
f50bf8e5
YQ
55782016-06-17 Yao Qi <yao.qi@linaro.org>
5579
5580 * gdb.base/step-over-exit.c: New.
5581 * gdb.base/step-over-exit.exp: New.
5582
a28d8e50
YTL
55832016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5584
5585 * gdb.base/float.exp: Add target check for nds32*-*-*.
5586 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5587
cad8e26d
AB
55882016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5589
5590 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5591 for unsupported target features.
5592 * gdb.base/call-rt-st.exp: Likewise.
5593 * gdb.base/call-sc.exp: Likewise.
5594 * gdb.base/call-signal-resume.exp: Likewise.
5595 * gdb.base/call-strs.exp: Likewise.
5596 * gdb.base/callexit.exp: Likewise.
5597 * gdb.base/callfuncs.exp: Likewise.
5598 * gdb.base/nodebug.exp: Likewise.
5599 * gdb.base/printcmds.exp: Likewise.
5600 * gdb.base/ptype.exp: Likewise.
5601 * gdb.base/structs.exp: Likewise.
5602 * gdb.base/unwindonsignal.exp: Likewise.
5603 * gdb.cp/gdb2495.exp: Likewise.
5604 * gdb.cp/templates.exp: Likewise.
5605 * gdb.cp/virtfunc.exp: Likewise.
5606 * gdb.threads/hand-call-in-threads.exp: Likewise.
5607 * gdb.threads/interrupted-hand-call.exp: Likewise.
5608 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5609
347dc102
TT
56102016-06-10 Tom Tromey <tom@tromey.com>
5611
5612 PR rust/20110:
5613 * gdb.rust/expr.exp: Add test for integer constant larger than
5614 i32.
5615
5e13cf25
BH
56162016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5617
5618 * gdb.fortran/nested-funcs.exp: New.
5619 * gdb.fortran/nested-funcs.f90: New.
5620
bb556f1f
TK
56212016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5622
5623 * gdb.base/examine-backward.c: New file.
5624 * gdb.base/examine-backward.exp: New file.
5625
38b022b4
SM
56262016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5627
5628 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5629 matching.
5630
1b40ec05
TT
56312016-06-02 Tom Tromey <tom@tromey.com>
5632
5633 PR python/18984:
5634 * gdb.python/py-shared.exp: Add solib_name test.
5635
193bd378
SM
56362016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5637
5638 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5639
3326303b
MG
56402016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5641
5642 PR c++/19893
5643 * gdb.dwarf2/implref.exp: Rename to...
5644 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5645 * gdb.dwarf2/implref-array.c: New file.
5646 * gdb.dwarf2/implref-array.exp: Likewise.
5647 * gdb.dwarf2/implref-global.c: Likewise.
5648 * gdb.dwarf2/implref-global.exp: Likewise.
5649 * gdb.dwarf2/implref-struct.c: Likewise.
5650 * gdb.dwarf2/implref-struct.exp: Likewise.
5651
825c8ef2
AT
56522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5653
5654 * gdb.trace/trace-condition.exp: Add 64bit tests.
5655
2320162a
AT
56562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5657
5658 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5659 bits types.
5660 (main): Adapt to 8 to 64 bits types.
5661 * gdb.trace/trace-condition.exp: Add new tests.
5662
a7818233
AT
56632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5664
5665 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5666
0d336466
AT
56672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5668
5669 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5670 Move condition tests...
5671 * gdb.trace/trace-condition.exp: Here.
5672
7faeb45a
AT
56732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5674
5675 * gdb.trace/trace-condition.exp: Add counter-case tests.
5676
e385593e
JK
56772016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5678
5679 PR c++/15231
5680 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5681 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5682
744608cc
PA
56832016-05-27 Pedro Alves <palves@redhat.com>
5684
5685 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5686 New procedure.
5687 (top level): Call it, and bail out of DejaGnu is known to be bad.
5688
ac775bf4
AB
56892016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * gdb.base/whatis.c: Extend the test case.
5692 * gdb.base/whatis.exp: Add additional tests.
5693
2bbad2ea
BH
56942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5695
5696* gdb.fortran/type.f90: Add pointer variable.
5697* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5698
8b70175d
BH
56992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5700
5701 * gdb.fortran/vla-type.exp: Fix testcase name.
5702
86d8a848
BH
57032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5704
5705 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5706
e188eb36
BH
57072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5708
5709 * gdb.fortran/type.f90: Add nested structures.
5710 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5711 * gdb.fortran/derived-type.exp: Adapt expected output.
5712 * gdb.fortran/vla-type.exp: Adapt expected output.
5713
9b2db1fd
BH
57142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5715
5716 * gdb.fortran/whatis_type.exp: Adapt expected output.
5717
72b17055
BH
57182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5719
5720 * gdb.fortran/print_type.exp: Fix expected output.
5721 * gdb.fortran/whatis_type.exp: Fix expected output.
5722
3cd81d8d
BH
57232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5724
5725 * gdb.fortran/whatis_type.exp: Use multi_line.
5726
ddae9462
TT
57272016-05-24 Tom Tromey <tom@tromey.com>
5728
5729 PR python/17386:
5730 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5731 use value as an index.
5732
1957f6b8
TT
57332016-05-23 Tom Tromey <tom@tromey.com>
5734
5735 PR python/17981:
5736 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5737 no-breakpoint case.
5738
026a9174
PA
57392016-05-24 Pedro Alves <palves@redhat.com>
5740
5741 PR gdb/19828
5742 * gdb.threads/clone-attach-detach.c: New file.
5743 * gdb.threads/clone-attach-detach.exp: New file.
5744
e70a7231
FR
57452016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5746
5747 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5748
0f6ed0e0
TT
57492016-05-23 Tom Tromey <tom@tromey.com>
5750
5751 PR python/19438, PR python/18393:
5752 * gdb.python/py-progspace.exp: Add "dir" test.
5753 * gdb.python/py-objfile.exp: Add "dir" test.
5754
ffd19d61
YQ
57552016-05-23 Yao Qi <yao.qi@linaro.org>
5756
5757 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5758 * gdb.arch/thumb2-it.exp: Likewise.
5759
9e8f9b05
SM
57602016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * gdb.mi/mi-threads-interrupt.c: New file.
5763 * gdb.mi/mi-threads-interrupt.exp: New file.
5764
61c6156d
SM
57652016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5766
5767 PR gdb/18077
5768 * gdb.mi/mi-async-run.exp: New file.
5769 * gdb.mi/mi-async-run.c: New file.
5770
67218854
TT
57712016-05-17 Tom Tromey <tom@tromey.com>
5772 Manish Goregaokar <manishsmail@gmail.com>
5773
5774 * lib/rust-support.exp: New file.
5775 * lib/gdb.exp (skip_rust_tests): New proc.
5776 (build_executable_from_specs): Handle rust.
5777 * lib/future.exp (gdb_find_rustc): New proc.
5778 (gdb_default_target_compile): Handle rust.
5779 * gdb.rust/expr.exp: New file.
5780 * gdb.rust/generics.exp: New file.
5781 * gdb.rust/generics.rs: New file.
5782 * gdb.rust/methods.exp: New file.
5783 * gdb.rust/methods.rs: New file.
5784 * gdb.rust/modules.exp: New file.
5785 * gdb.rust/modules.rs: New file.
5786 * gdb.rust/simple.exp: New file.
5787 * gdb.rust/simple.rs: New file.
5788
c44af4eb
TT
57892016-05-17 Tom Tromey <tom@tromey.com>
5790
5791 * gdb.base/default.exp (set language): Add rust.
5792
dcd1f979
TT
57932016-05-17 Tom Tromey <tom@tromey.com>
5794
5795 * gdb.gdb/unittest.exp: New file.
5796
155b7f57
YQ
57972016-05-16 Yao Qi <yao.qi@linaro.org>
5798
5799 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5800 shell_prompt. Update shell_prompt_re.
5801
8ddd5a6c
DE
58022016-05-12 Doug Evans <dje@google.com>
5803
5804 PR symtab/19999
5805 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5806 $options when building executable.
5807 * gdb.dwarf2/fission-loclists-pie.S: New file.
5808 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5809
02e370d9
SM
58102016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5811
5812 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5813 of [is_remote target],
5814
8929ad8b
SM
58152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5816
5817 * lib/gdb.exp (use_gdb_stub): New procedure.
5818
6c447423
DE
58192016-05-03 Yunlian Jiang <yunlian@google.com>
5820 Doug Evans <dje@google.com>
5821
5822 PR symtab/19914
5823 * gdb.dwarf2/dwp-sepdebug.c: New file.
5824 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5825
444e826c
SM
58262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5827
5828 * gdb.base/detach.exp: Remove is_remote check.
5829
740feeaa
SM
58302016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5831
5832 * gdb.base/annota-input-while-running.exp: Don't check for
5833 [is_remote target]. Enable annotations after running to main.
5834 Remove unused "set test..." line.
5835
9080ac9d
SM
58362016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5837
5838 * gdb.trace/trace-enable-disable.exp: New file.
5839 * gdb.trace/trace-enable-disable.c: New file.
5840
952ebca5
SM
58412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5842
5843 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5844 use it in info sharedlibrary test.
5845 * gdb.trace/ftrace-lock.exp: Likewise.
5846 * gdb.trace/ftrace.exp: Likewise.
5847 * gdb.trace/range-stepping.exp: Likewise.
5848 * gdb.trace/trace-break.exp: Likewise.
5849 * gdb.trace/trace-condition.exp: Likewise.
5850 * gdb.trace/trace-mt.exp: Likewise.
5851
d9019901
SM
58522016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5853
5854 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5855 (gdb_load_shlib): ... this.
5856 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5857 gdb_load_shlib.
5858 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5859 * gdb.base/ctxobj.exp: Likewise.
5860 * gdb.base/dprintf-pending.exp: Likewise.
5861 * gdb.base/dso2dso.exp: Likewise.
5862 * gdb.base/fixsection.exp: Likewise.
5863 * gdb.base/gcore-relro.exp: Likewise.
5864 * gdb.base/gdb1555.exp: Likewise.
5865 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5866 * gdb.base/gnu-ifunc.exp: Likewise.
5867 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5868 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5869 * gdb.base/pending.exp: Likewise.
5870 * gdb.base/print-file-var.exp: Likewise.
5871 * gdb.base/print-symbol-loading.exp: Likewise.
5872 * gdb.base/shlib-call.exp: Likewise.
5873 * gdb.base/shreloc.exp: Likewise.
5874 * gdb.base/so-impl-ld.exp: Likewise.
5875 * gdb.base/solib-disc.exp: Likewise.
5876 * gdb.base/solib-nodir.exp: Likewise.
5877 * gdb.base/solib-overlap.exp: Likewise.
5878 * gdb.base/solib-symbol.exp: Likewise.
5879 * gdb.base/solib-weak.exp (do_test): Likewise.
5880 * gdb.base/sym-file.exp: Likewise.
5881 * gdb.base/symtab-search-order.exp: Likewise.
5882 * gdb.base/type-opaque.exp: Likewise.
5883 * gdb.base/unload.exp: Likewise.
5884 * gdb.base/watchpoint-solib.exp: Likewise.
5885 * gdb.compile/compile.exp: Likewise.
5886 * gdb.cp/gdb2384.exp: Likewise.
5887 * gdb.cp/infcall-dlopen.exp: Likewise.
5888 * gdb.cp/re-set-overloaded.exp: Likewise.
5889 * gdb.fortran/library-module.exp: Likewise.
5890 * gdb.opt/solib-intra-step.exp: Likewise.
5891 * gdb.python/py-finish-breakpoint.exp: Likewise.
5892 * gdb.python/py-shared.exp: Likewise.
5893 * gdb.reverse/solib-precsave.exp: Likewise.
5894 * gdb.reverse/solib-reverse.exp: Likewise.
5895 * gdb.server/solib-list.exp: Likewise.
5896 * gdb.threads/dlopen-libpthread.exp: Likewise.
5897 * gdb.threads/tls-shared.exp: Likewise.
5898 * gdb.threads/tls-so_extern.exp: Likewise.
5899 * gdb.trace/change-loc.exp: Likewise.
5900 * gdb.trace/ftrace-lock.exp: Likewise.
5901 * gdb.trace/ftrace.exp: Likewise.
5902 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5903 * gdb.trace/pending.exp: Likewise.
5904 * gdb.trace/range-stepping.exp: Likewise.
5905 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5906 (strace_info_marker): Likewise.
5907 (strace_probe_marker): Likewise.
5908 (strace_trace_on_same_addr): Likewise.
5909 (strace_trace_on_diff_addr): Likewise.
5910 * gdb.trace/trace-break.exp: Likewise.
5911 * gdb.trace/trace-condition.exp: Likewise.
5912 * gdb.trace/trace-mt.exp: Likewise.
5913
fca4cfd9
SM
59142016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5915
5916 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5917 result of gdb_remote_download.
5918 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5919 * gdb.base/dso2dso.exp: Likewise.
5920 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5921 * gdb.base/print-file-var.exp: Likewise.
5922 * gdb.base/shlib-call.exp: Likewise.
5923 * gdb.base/shreloc.exp: Likewise.
5924 * gdb.base/solib-overlap.exp: Likewise.
5925 * gdb.base/solib-weak.exp (do_test): Likewise.
5926 * gdb.base/unload.exp: Likewise.
5927
11cf4ffb
YQ
59282016-04-27 Yao Qi <yao.qi@linaro.org>
5929
5930 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5931 exists.
5932
3e2e34f8
KB
59332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5934
5935 * vla-type.exp: Print structure from toplevel.
5936
8f07e298
BH
59372016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5938
5939 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5940 of dynamic types.
5941 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5942 of dynamic types.
5943
9920b434
BH
59442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5945
5946 * gdb.fortran/vla-type.f90: New file.
5947 * gdb.fortran/vla-type.exp: New file.
5948
f3abeff5
YQ
59492016-04-25 Yao Qi <yao.qi@linaro.org>
5950
5951 * gdb.base/branch-to-self.c: New file.
5952 * gdb.base/branch-to-self.exp: New file.
5953
0a5d52f0
YQ
59542016-04-22 Yao Qi <yao.qi@linaro.org>
5955
5956 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5957 more after $hex.
5958
495346f6
YQ
59592016-04-22 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5962 * gdb.base/annota3.exp: Likewise.
5963
4a7e075c
YQ
59642016-04-22 Yao Qi <yao.qi@linaro.org>
5965
5966 * gdb.reverse/step-precsave.exp: Do one step and test program
5967 stops in "callee" and do multiple steps until program goes out
5968 of "callee".
5969 * gdb.reverse/step-reverse.exp: Likewise.
5970
5b061e98
YQ
59712016-04-22 Yao Qi <yao.qi@linaro.org>
5972
5973 * gdb.trace/signal.exp: Also pass if
5974 $tracepoint_hits($i) > $iterations.
5975
5c5dc57f
YQ
59762016-04-22 Yao Qi <yao.qi@linaro.org>
5977
5978 * gdb.trace/signal.c: New file.
5979 * gdb.trace/signal.exp: New file.
5980
a55411b9
DE
59812016-04-19 Doug Evans <xdje42@gmail.com>
5982
5983 * gdb.base/bad-file.exp: New file.
5984
a22df60a
MG
59852016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5986
5987 * gdb.dwarf2/implref.exp: New file.
5988
0c13f7e5
BH
59892016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5990
5991 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5992 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5993 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5994 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5995 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5996 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5997 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5998 * lib/fortran.exp (fortran_int4): New procedure.
5999 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6000 (fortran_logical4): Likewise.
6001
9b9b09e9
BH
60022016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6003
6004 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6005
a14d1f4d
BH
60062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6007
6008 * lib/compiler.c: Add Intel specific preprocessor macros.
6009 * lib/compiler.cc: Likewise.
25d49b86 6010
7d49b1d0
LM
60112016-04-13 Luis Machado <lgustavo@codesourcery.com>
6012
6013 * gdb.server/connect-with-no-symbol-file.c: New file.
6014 * gdb.server/connect-with-no-symbol-file.exp: New file.
6015
8392fa22
SM
60162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6017
6018 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6019
8c4c4aeb
SM
60202016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6021
6022 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6023 standard output directory.
6024
45e3745e
AT
60252016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6026
6027 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6028
e26b7e41
MM
60292016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6030
6031 * gdb.btrace/instruction_history.c (loop): Add declaration.
6032
8ce09462
AT
60332016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6034
6035 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6036
2e88a1ea
SM
60372016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6038
6039 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6040 parentheses to print.
6041 (continue_handler): Likewise.
6042
f48e22e3
SM
60432016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6044
6045 * gdb.server/solib-list.exp: Remove is_remote check.
6046 Pass shlib= to gdb_compile. Don't link shared library with
6047 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6048 Run binary filename through "readlink -f" on the target.
6049
096be756
PA
60502016-04-08 Pedro Alves <palves@redhat.com>
6051
6052 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6053 interpreter filename as argument to gdbserver_spawn.
6054 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6055 Return empty if $last_loaded_file does not exist.
6056
06500533
JK
60572016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6058
6059 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6060 * gdb.base/jit-main.c: Use exit after usage.
6061
2d35e871
JK
60622016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6065 GDBHISTSIZE prior to the tests.
6066 * gdb.base/gdbinit-history.exp: Likewise.
6067
60682016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6069
6070 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6071 instead of build_executable. Use gdb_load_shlibs.
6072
c8064e7e
YQ
60732016-04-07 Yao Qi <yao.qi@linaro.org>
6074
6075 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6076 Execute "si" command.
6077
bde47561
YQ
60782016-04-07 Yao Qi <yao.qi@linaro.org>
6079
6080 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6081 number instead of the comments on some line.
6082
b16f8a3b
DB
60832016-04-06 Don Breazeal <donb@codesourcery.com>
6084
6085 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6086 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6087
c2f901df
SM
60882016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6089
6090 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6091 standard_output_file. Remove unused binfile variable.
6092
ac17fda0
CU
60932016-04-05 Catalin Udma <catalin.udma@freescale.com>
6094
6095 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6096 * gdb.python/py-mi-objfile.exp: Match "list main" output
6097 in console format.
6098
03a8c4df
SM
60992016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6100
6101 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6102 absolute.
6103
6e774b13
SM
61042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6105
6106 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6107 absolute.
6108 * gdb.trace/ftrace.exp: Likewise.
6109 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6110 targets as well.
6111 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6112 (gdb_load_shlibs): Copy libraries to test directory when testing
6113 natively. Only set solib-search-path if testing remotely.
6114 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6115
7817ea46
SM
61162016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6117
6118 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6119 gdb_download. Use it even if the target is not remote.
6120 * gdb.base/jit.exp (compile_jit_test): Likewise.
6121 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6122 output directory if the destination board is local, otherwise use
6123 the standard remote_download from DejaGnu.
6124 (gdb_download): Remove.
6125 (gdb_load_shlibs): Use gdb_remote_download instead of
6126 gdb_download.
6127 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6128 Use gdb_remote_download instead of gdb_download. Use it even if
6129 the target is not remote.
6130 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6131 instead of gdb_download.
6132
7beb7f68
SM
61332016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6134
6135 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6136 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6137 run.
6138
cc63428a
AV
61392016-04-01 Artemiy Volkov <artemiyv@acm.org>
6140
6141 PR gdb/19820
6142 * gdb.base/printcmds.exp: Add artificial arrays tests.
6143
64cdf930
PA
61442016-03-31 Pedro Alves <palves@redhat.com>
6145
6146 PR gdb/19858
6147 * gdb.base/jit-main.c: Include unistd.h.
6148 (ATTACH): Define to 0 if not already defined.
6149 (wait_for_gdb, mypid): New globals.
6150 (WAIT_FOR_GDB): New macro.
6151 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6152 some breakpoint locations.
6153 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6154 New procedures.
6155 (one_jit_test): Add REATTACH parameter, and handle it. Use
6156 continue_to_test_location.
6157 (top level): Test attach, and adjusts calls to one_jit_test.
6158
40dea8cb
PA
61592016-03-31 Pedro Alves <palves@redhat.com>
6160
6161 PR gdb/19858
6162 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6163 BINSUFFIX parameter, and handle it.
6164 (top level): Adjust calls compile_jit_test.
6165
e7ea3ec7
CU
61662016-03-31 Catalin Udma <catalin.udma@freescale.com>
6167
6168 PR python/19743
6169 * gdb.python/py-mi-events-gdb.py: New file.
6170 * gdb.python/py-mi-events.c: New file.
6171 * gdb.python/py-mi-events.exp: New file.
6172
e6359af3
YQ
61732016-03-30 Yao Qi <yao.qi@linaro.org>
6174
6175 * gdb.reverse/until-precsave.exp: Match function name only.
6176 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6177 Move malloc to a condition block.
6178 * gdb.reverse/until-reverse.exp: Match function name only.
6179
a4105d04
MK
61802016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6181
6182 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6183 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6184 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6185 variable for GPR 0 instead of assuming it is register 0.
6186 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6187 * lib/trace-support.exp: Add s390 registers.
6188
bfa6adb9
YQ
61892016-03-29 Yao Qi <yao.qi@linaro.org>
6190
6191 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6192
1e6697ea
YQ
61932016-03-24 Yao Qi <yao.qi@linaro.org>
6194
6195 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6196 test message.
6197
64bcd522
AA
61982016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6199
6200 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6201 maintaining separate logic for constructing the output path.
6202
7868401b
DB
62032016-03-16 Don Breazeal <donb@codesourcery.com>
6204
6205 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6206 Retry fork and waitpid on interrupted system call errors.
6207 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6208 Use with_timeout_factor to increase timeout by factor of 10.
6209
1cafadb4
DB
62102016-03-15 Don Breazeal <donb@codesourcery.com>
6211
6212 * gdb.cp/scope-err.cc: New test program.
6213 * gdb.cp/scope-err.exp: New test script.
6214 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6215 lines and "set breakpoint here" comment.
6216 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6217 Fixed some whitespace and format issues.
6218 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6219 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6220
81516450
DE
62212016-03-15 Doug Evans <dje@google.com>
6222
6223 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6224 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6225 All callers updated. Add tests for enums, mixed flags register.
6226
aa52b601
DE
62272016-03-15 Doug Evans <dje@google.com>
6228
6229 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6230 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6231
fa4ff313
SM
62322016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6233
6234 * gdb.base/default.exp: Add $_as_string to the list of expected
6235 convenience functions.
6236
f2403c39
AB
62372016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6238
6239 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6240
f2f3ccb9
SM
62412016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6242
6243 * gdb.python/py-as-string.exp: New file.
6244 * gdb.python/py-as-string.c: New file.
6245
00dbd492
PA
62462016-03-09 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6249 signal" -> "Thread NN received signal" output change.
6250 * gdb.threads/ia64-sigill.exp: Likewise.
6251 * gdb.threads/linux-dp.exp: Likewise.
6252 * gdb.threads/manythreads.exp: Likewise.
6253 * gdb.threads/pending-step.exp: Likewise.
6254 * gdb.threads/print-threads.exp: Likewise.
6255 * gdb.threads/sigstep-threads.exp: Likewise.
6256 * gdb.threads/staticthreads.exp: Likewise.
6257 * gdb.threads/tls.exp: Likewise.
6258
1e6697ea
YQ
62592016-03-09 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.base/command-line-input.exp: New file.
6262
b04fd3be
MK
62632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6264
6265 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6266 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6267 * gdb.trace/pending.exp: Accept leading dot before function name.
6268 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6269 * lib/trace-support.exp: Set registers for ppc.
6270
98fa59e9
MK
62712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6272
6273 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6274 use it for disassembly; accept .main in addition to main in backtrace.
6275
f77198c8
MK
62762016-03-09 Wei-cheng Wang <cole945@gmail.com>
6277 Marcin Kościelnicki <koriakin@0x04.net>
6278
6279 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6280 (gdb_recursion_test_ptr): New global variable.
6281 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6282 gdb_recursion_test.
6283 (gdb_c_test): Ditto.
6284
ba84e0da
MK
62852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6286
6287 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6288 ordering.
6289
4366d36e
MK
62902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6291
6292 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6293 (bar): Add bar_start_lbl label.
6294 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6295 of foo/bar for emitting DWARF and tracing.
6296
5eb264df
SDJ
62972016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6298
6299 * analyze-racy-logs.py: Set executable bit.
6300
fb6a751f
SDJ
63012016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6302
6303 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6304 (CHECK_TARGET_TMP): Likewise.
6305 (check-single-racy): New rule.
6306 (check-parallel-racy): Likewise.
6307 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6308 (do-check-parallel-racy): New rule.
6309 (check-racy/%.exp): Likewise.
6310 * README (Racy testcases): New section.
6311 * analyze-racy-logs.py: New file.
6312
bdf7e230
DE
63132016-03-03 Doug Evans <dje@google.com>
6314
6315 * gdb.base/skip.exp: Use with_test_prefix.
6316
4719d415
YQ
63172016-03-03 Yao Qi <yao.qi@linaro.org>
6318
6319 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6320 Invoke step_over_syscall "clone" and break_cond_on_syscall
6321 "clone".
6322 * gdb.base/step-over-clone.c: New file.
6323
ea507862
YQ
63242016-03-03 Yao Qi <yao.qi@linaro.org>
6325
6326 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6327 code format.
6328
8fc8cbda
YQ
63292016-03-03 Yao Qi <yao.qi@linaro.org>
6330
6331 * gdb.base/disp-step-fork.c: Rename to ...
6332 * gdb.base/step-over-fork.c: ... it. New file.
6333 * gdb.base/disp-step-vfork.c: Rename to ...
6334 * gdb.base/step-over-vfork.c: ... it. New file.
6335 * gdb.base/disp-step-syscall.exp: Rename to ...
6336 * gdb.base/step-over-syscall.exp: ... it. New file.
6337 (disp_step_cross_syscall): Rename to ...
6338 (step_over_syscall): ... it.
6339
92fa70b0
YQ
63402016-03-03 Yao Qi <yao.qi@linaro.org>
6341
6342 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6343 If target supports condition evaluation on target, invoke
6344 break_cond_on_syscall for fork and vfork.
6345
e197ad3c
YQ
63462016-03-03 Yao Qi <yao.qi@linaro.org>
6347
6348 * gdb.base/disp-step-syscall.exp: Don't invoke
6349 support_displaced_stepping.
6350 (disp_step_cross_syscall): Test with displaced stepping off and
6351 on if supported.
6352
0b47da9f
YQ
63532016-03-03 Yao Qi <yao.qi@linaro.org>
6354
6355 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6356 proc.
6357 (setup): New proc.
6358 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6359 and setup.
6360
065ab6dc
BH
63612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6362
6363 * gdb.fortran/vla-history.exp: Remove breakpoint.
6364
07e448ad 63652016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6366
25d49b86
PA
6367 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6368 exceeds timeout.
07e448ad 6369
9ac2d526 63702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6371
25d49b86
PA
6372 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6373 breakpoint.
9ac2d526 6374
17807369
BH
63752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6376
6377 * gdb.mi/vla.f90: Nullify pointer after declaration.
6378
86e501af
PA
63792016-03-01 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6382
1e903e32
PA
63832016-03-01 Pedro Alves <palves@redhat.com>
6384
6385 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6386 before anything else.
6387 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6388 _GNU_SOURCE here.
6389 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6390 before anything else.
6391 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6392
6ccb54e2
PA
63932016-03-01 Pedro Alves <palves@redhat.com>
6394
6395 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6396
30ca9da1
YQ
63972016-03-01 Yao Qi <yao.qi@linaro.org>
6398
6399 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6400 prepare_for_testing.
6401
dc856b38
YQ
64022016-03-01 Yao Qi <yao.qi@linaro.org>
6403
6404 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6405
4a932159
AA
64062016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6407
6408 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6409 manually constructing the output path.
6410
f2489477
AA
64112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6412
6413 * gdb.arch/s390-stackless.S: New.
6414 * gdb.arch/s390-stackless.exp: New.
6415
38899f16
IB
64162016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6417
6418 * gdb.dlang/circular.c: New file.
6419 * gdb.dlang/circular.exp: New file.
6420
9fde51ed
YQ
64212016-02-26 Yao Qi <yao.qi@linaro.org>
6422
6423 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6424 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6425 (testcases): Update.
6426
ce90fefe
YQ
64272016-02-26 Yao Qi <yao.qi@linaro.org>
6428
6429 * gdb.reverse/aarch64.c: Rename to ...
6430 * gdb.reverse/insn-reverse.c: ... it.
6431 * gdb.reverse/aarch64.exp: Rename to ...
6432 * gdb.reverse/insn-reverse.exp: ... it.
6433
3263bceb
YQ
64342016-02-26 Yao Qi <yao.qi@linaro.org>
6435
6436 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6437 (testcase_ftype): New.
6438 (testcases): New array.
6439 (n_testcases): New.
6440 (main): Call each element in testcases.
6441 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6442 (read_testcase): New.
6443 Do the tests in a loop.
6444
6cb59ff1
YQ
64452016-02-25 Yao Qi <yao.qi@linaro.org>
6446
6447 * gdb.base/branches.c: Remove.
6448
ae91f625
MK
64492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6450
6451 PR gdb/13808
6452 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6453
678b48b7
MK
64542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6455
6456 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6457
7337a6f2
MK
64582016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6459
6460 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6461 change x86_64 call_insn to 'callq'.
6462
861ca91f
AT
64632016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6464
6465 * gdb.trace/tfile-avx.c: Move to...
6466 * gdb.trace/tracefile-pseudo-reg.c: Here.
6467 * gdb.trace/tfile-avx.exp: Move to...
6468 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6469
bf74e428
GB
64702016-02-24 Gary Benson <gbenson@redhat.com>
6471
6472 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6473 message on attach.
6474
cce0e923
DE
64752016-02-23 Doug Evans <dje@google.com>
6476
6477 * gdb.base/skip.c (test_skip): New function.
6478 (end_test_skip_file_and_function): New function.
6479 (test_skip_file_and_function): New function.
6480 * gdb.base/skip1.c (test_skip): New function.
6481 (skip1_test_skip_file_and_function): New function.
6482 * gdb.base/skip.exp: Add tests for new skip options.
6483 * gdb.base/skip-solib.exp: Update expected output.
6484 * gdb.perf/skip-command.cc: New file.
6485 * gdb.perf/skip-command.exp: New file.
6486 * gdb.perf/skip-command.py: New file.
6487
4000e47e
MK
64882016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6489
6490 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6491 info registers pattern.
6492
24f75ead
IB
64932016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6494
6495 * lib/future.exp: Add D support.
6496 (gdb_find_gdc): New proc.
6497 (gdb_default_target_compile): Add D support.
6498
fbb7bcbe
WW
64992016-02-18 Wei-cheng Wang <cole945@gmail.com>
6500
6501 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6502 user+system time.
6503 (trace_speed_test): Determine the iteration count for a time
6504 between 15..30 seconds.
6505
012b3a21
WT
65062016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6507
6508 * gdb.arch/i386-mpx-sigsegv.c: New file.
6509 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6510 * gdb.arch/i386-mpx-simple_segv.c: New file.
6511 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6512
2d5189bd
YQ
65132016-02-18 Yao Qi <yao.qi@linaro.org>
6514
6515 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6516 Don't call setup_kfail.
6517
40fb20d0
YQ
65182016-02-18 Yao Qi <yao.qi@linaro.org>
6519
6520 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6521 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6522
21b1f8d2
DE
65232016-02-16 Doug Evans <dje@google.com>
6524
6525 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6526 * gdb.base/skip1.c: Ditto.
6527 * gdb.base/skip.exp: Whitespace cleanup.
6528
4041ed77
DB
65292016-02-16 Don Breazeal <donb@codesourcery.com>
6530
6531 PR remote/19496
6532 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6533 Remove kfail for PR remote/19496.
6534
c4ef31bf
SM
65352016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6536
6537 * lib/gdb.exp (standard_temp_file): Return a path specific to
6538 the runtest invocation.
6539
266b65b3
SM
65402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6541
6542 * gdb.trace/save-trace.exp: Change relative path to be in the
6543 standard output directory.
6544
a7a0a6a9
JK
65452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6546
6547 * gdb.arch/i386-prologue.c: Add missing prototypes.
6548
c99dbb42
JK
65492016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6552 * gdb.arch/i386-prologue.exp: Likewise.
6553 * gdb.arch/i386-size.exp: Likewise.
6554
aa480355
SM
65552016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6556
6557 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6558 define object file path.
6559 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6560 file path.
6561 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6562 standard_output_file to define binfile.
6563
ba881f50
JK
65642016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6565
6566 Fix compatibility with recent gfortran-5.3.1.
6567 * gdb.fortran/vla-history.exp (print vla1 allocated)
6568 (print vla2 allocated, print $2, print $3): Remove
6569 (print $4): Rename to ...
6570 (print $2): ... here.
6571 (print $9): Rename to ...
6572 (print $5): ... here.
6573 (print $10): Rename to ...
6574 (print $6): ... here.
6575 * gdb.fortran/vla.f90: Add pvla initialization.
6576
e9fb005c
JK
65772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6578
6579 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6580 New test.
6581 * gdb.fortran/vla-value-sub.exp: Likewise.
6582
e44e00ff
MK
65832016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6584
6585 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6586
97e94151
SM
65872016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6588
6589 * i386-biarch-core.exp: Define corefile using
6590 standard_output_file.
6591
01113bc1
YQ
65922016-02-12 Yao Qi <yao.qi@linaro.org>
6593
6594 * gdb.arch/arm-single-step-kernel-helper.c: New.
6595 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6596
33b4777c
MM
65972016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6598
6599 * gdb.btrace/tailcall-only.exp: New.
6600 * gdb.btrace/tailcall-only.c: New.
6601 * gdb.btrace/x86_64-tailcall-only.S: New.
6602 * gdb.btrace/i686-tailcall-only.S: New.
6603
acc23c11
PA
66042016-02-11 Pedro Alves <palves@redhat.com>
6605
6606 * README (Parallel testing): Add missing double quotes.
6607
e352bf0a
PA
66082016-02-11 Pedro Alves <palves@redhat.com>
6609
6610 * README (Parallel testing): New section.
6611 (GDB_PARALLEL): Rewrite.
6612 (FORCE_PARALLEL): Document.
6613
9f5fed78
MK
66142016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6615
6616 * gdb.trace/tfile-avx.c: New test.
6617 * gdb.trace/tfile-avx.exp: New test.
6618
9ef9e6a6
KS
66192016-02-09 Keith Seitz <keiths@redhat.com>
6620
6621 PR breakpoints/19546
6622 * gdb.base/infcall-exec.c: New file.
6623 * gdb.base/infcall-exec2.c: New file.
6624 * gdb.base/infcall-exec.exp: New file.
6625
a96e36da
KS
66262016-02-09 Keith Seitz <keiths@redhat.com>
6627
6628 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6629 (toplevel): Call test_bkpt_address.
6630
9f61929f
KS
66312016-02-09 Keith Seitz <keiths@redhat.com>
6632
6633 PR python/19506
6634 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6635 (toplevel): Call test_bkpt_address.
6636
1e94266c
SM
66372016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6638
6639 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6640 to AC_OUTPUT.
6641 * configure: Regenerate.
6642
2a7f3dff
PA
66432016-02-09 Pedro Alves <palves@redhat.com>
6644
6645 PR breakpoints/19548
6646 * gdb.base/execl-update-breakpoints.c (some_function): New
6647 function.
6648 (main): Call it.
6649 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6650 Tighten expected GDB output.
6651
2151ccc5
SM
66522016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6653
6654 * Makefile.in (ALL_SUBDIRS): Remove.
6655 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6656 (distclean maintainer-clean realclean): Likewise.
6657 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6658 * configure: Regenerate.
6659 * gdb.ada/Makefile.in: Delete.
6660 * gdb.arch/Makefile.in: Likewise.
6661 * gdb.asm/Makefile.in: Likewise.
6662 * gdb.base/Makefile.in: Likewise.
6663 * gdb.btrace/Makefile.in: Likewise.
6664 * gdb.cell/Makefile.in: Likewise.
6665 * gdb.compile/Makefile.in: Likewise.
6666 * gdb.cp/Makefile.in: Likewise.
6667 * gdb.disasm/Makefile.in: Likewise.
6668 * gdb.dlang/Makefile.in: Likewise.
6669 * gdb.dwarf2/Makefile.in: Likewise.
6670 * gdb.fortran/Makefile.in: Likewise.
6671 * gdb.gdb/Makefile.in: Likewise.
6672 * gdb.go/Makefile.in: Likewise.
6673 * gdb.guile/Makefile.in: Likewise.
6674 * gdb.java/Makefile.in: Likewise.
6675 * gdb.linespec/Makefile.in: Likewise.
6676 * gdb.mi/Makefile.in: Likewise.
6677 * gdb.modula2/Makefile.in: Likewise.
6678 * gdb.multi/Makefile.in: Likewise.
6679 * gdb.objc/Makefile.in: Likewise.
6680 * gdb.opencl/Makefile.in: Likewise.
6681 * gdb.opt/Makefile.in: Likewise.
6682 * gdb.pascal/Makefile.in: Likewise.
6683 * gdb.perf/Makefile.in: Likewise.
6684 * gdb.python/Makefile.in: Likewise.
6685 * gdb.reverse/Makefile.in: Likewise.
6686 * gdb.server/Makefile.in: Likewise.
6687 * gdb.stabs/Makefile.in: Likewise.
6688 * gdb.threads/Makefile.in: Likewise.
6689 * gdb.trace/Makefile.in: Likewise.
6690 * gdb.xml/Makefile.in: Likewise.
6691 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6692 GDB_PARALLEL.
6693 (standard_output_file): Remove check for GDB_PARALLEL, always
6694 return path in outputs/$subdir/$testname.
6695
437277d4
SM
66962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6697
6698 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6699 (site.exp): Assign abs_srcdir to tcl's srcdir.
6700
31d913c7
YQ
67012016-02-04 Yao Qi <yao.qi@linaro.org>
6702
6703 * gdb.base/foll-exec-mode.c: Include limits.h.
6704 (main): Add parameters argc and argv. Get directory from
6705 argv[0].
6706 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6707 compilation.
6708 * gdb.base/foll-exec.c: Include limits.h.
6709 (main): Add parameters argc and argv.
6710 Get directory from argv[0].
6711 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6712 Adjust tests on the number of lines as source code changed.
6713 * gdb.base/foll-vfork-exit.c: Include limits.h.
6714 (main): Add one line of statement before vfork.
6715 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6716 (main): Add parameters argc and argv. Get directory from
6717 argv[0].
6718 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6719 (setup_gdb): Set tbreak to skip some source lines.
6720 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6721 (main): Add parameters argc and argv. Get directory from
6722 argv[0].
6723 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6724 compilation.
6725 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6726 (main): Add parameters argc and argv. Get directory from
6727 argv[0].
6728 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6729 compilation.
6730
9482b9fb
DE
67312016-02-01 Doug Evans <dje@google.com>
6732
6733 * gdb.base/skip.exp: Clean up multiple references to same test name.
6734
6b2e4f10
PA
67352016-02-01 Pedro Alves <palves@redhat.com>
6736
ccb6afd6 6737 PR remote/19496
6b2e4f10
PA
6738 * gdb.threads/forking-threads-plus-breakpoint.exp
6739 (displaced_stepping_supported): New global.
6740 (probe_displaced_stepping_support): New procedure.
6741 (do_test): Add 'displaced' parameter, and use it.
6742 (top level): Check for displaced stepping support. Add displaced
6743 stepping on/off testing axis.
6744
37a8db1a
AB
67452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6746
6747 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6748 pointer. Don't perform further tests on the unassociated pointer
6749 if the first test fails.
6750
5fdf6324
AB
67512016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6752
6753 * gdb.base/max-value-size.c: New file.
6754 * gdb.base/max-value-size.exp: New file.
6755 * gdb.base/huge.exp: Disable max-value-size for this test.
6756
935c6144
IB
67572016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6758
6759 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6760
7fe8399d
YQ
67612016-01-28 Yao Qi <yao.qi@linaro.org>
6762
6763 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6764
a2077e25
PA
67652016-01-25 Pedro Alves <palves@redhat.com>
6766
6767 PR threads/19461
6768 * gdb.base/fork-running-state.c: New file.
6769 * gdb.base/fork-running-state.exp: New file.
6770
1d2736d4
PA
67712016-01-25 Pedro Alves <palves@redhat.com>
6772
6773 PR gdb/19494
6774 * gdb.base/catch-fork-kill.c: New file.
6775 * gdb.base/catch-fork-kill.exp: New file.
6776
f1da4b11
PA
67772016-01-25 Pedro Alves <palves@redhat.com>
6778
6779 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6780 Delete, moved to lib/gdb.exp.
6781 * gdb.threads/forking-threads-plus-breakpoint.exp
6782 (foreach_with_prefix): Likewise.
6783 * gdb.threads/process-dies-while-handling-bp.exp
6784 (foreach_with_prefix): Likewise.
6785 * lib/gdb.exp (foreach_with_prefix): New procedure.
6786
45f38546
MK
67872016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6788
6789 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6790 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6791
dc29a1ce
MK
67922016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6793
6794 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6795 endian targets.
6796
092127d7
JK
67972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6798 Pedro Alves <palves@redhat.com>
6799
6800 Fix testsuite compatibility with Guile.
6801 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6802 number.
6803
31d765d3
JK
68042016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 Fix testsuite compatibility with Guile.
6807 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6808 (thread 1): New test for backtrace through signal handler.
6809
1ac78c04
YQ
68102016-01-22 Yao Qi <yao.qi@linaro.org>
6811
6812 PR testsuite/19491
6813 * gdb.base/multi-forks.c: Include
6814 ../lib/unbuffer_output.c
6815 (main): Call gdb_unbuffer_output.
6816
4f5946a8
DE
68172016-01-21 Doug Evans <dje@google.com>
6818
6819 * lib/ada.exp (gdb_compile_ada): Fix typo.
6820
305e13e6
JB
68212016-01-21 Joel Brobecker <brobecker@adacore.com>
6822
6823 * gdb.base/break-fun-addr.exp: New file.
6824 * gdb.base/break-fun-addr1.c: New file.
6825 * gdb.base/break-fun-addr2.c: New file.
6826
5f5dfff6
SM
68272016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6828
6829 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6830 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6831 enum flag values.
6832
fd356fa2
AA
68332016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6834
6835 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6836 when GDB can not set the vector return value. Add more comments
6837 for clarification.
6838
9df22175
AT
68392016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6840
6841 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6842 command.
6843
41d1845e
SM
68442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6845
6846 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6847
01ac6840
SM
68482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6849
6850 * Makefile.in (check-single): Pass --status to runtest.
6851 (check/%.exp): Likewise.
6852
68532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6854
6855 * Makefile.in (check-parallel): Propagate return code from make
6856 do-check-parallel.
6857
bd0a71fa
MK
68582016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6859
6860 * gdb.trace/ftrace.exp: Fix expected message on continue.
6861 * gdb.trace/pending.exp: Fix expected message on continue.
6862 * gdb.trace/trace-break.exp: Fix expected message on continue.
6863
8bcbad33
SM
68642016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6865
6866 * lib/gdb.exp (gdb_test): Remove unused global references.
6867
f303dbd6
PA
68682016-01-18 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/async-shell.exp: Adjust expected output.
6871 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6872 * gdb.base/siginfo-thread.exp: Adjust expected output.
6873 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6874 * gdb.java/jnpe.exp: Adjust expected output.
6875 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6876 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6877 * gdb.threads/leader-exit.exp: Adjust expected output.
6878 * gdb.threads/manythreads.exp: Adjust expected output.
6879 * gdb.threads/pthreads.exp: Adjust expected output.
6880 * gdb.threads/schedlock.exp: Adjust expected output.
6881 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6882 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6883 expected output.
6884 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6885 output.
6886 * gdb.threads/sigthread.exp: Adjust expected output.
6887 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6888
b2789696
YQ
68892016-01-18 Yao Qi <yao.qi@linaro.org>
6890
6891 * gdb.guile/scm-section-script.c: Replace @progbits with
6892 %progbits.
6893 * gdb.python/py-section-script.c: Likewise.
6894
71ef29a8
PA
68952016-01-15 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.multi/tids.exp: Test star wildcard ranges.
6898
3f5b7598
PA
68992016-01-15 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6902 command from "thread apply" invocation.
6903 (thr_apply_info_thr_invalid): Default the expected output to the
6904 input tid list.
6905 (top level): Add tests that use convenience variables. Add tests
6906 for "thread apply" with a valid TID list, but missing the command.
6907
663f6d42
PA
69082016-01-13 Pedro Alves <palves@redhat.com>
6909
6910 * gdb.base/default.exp: Expect $_gthread as well.
6911 * gdb.multi/tids.exp: Test $_gthread.
6912 * gdb.threads/thread-specific.exp: Test $_gthread.
6913
c84f6bbf
PA
69142016-01-13 Pedro Alves <palves@redhat.com>
6915
6916 * gdb.multi/tids.exp: Test "info threads -gid".
6917
22a02324
PA
69182016-01-13 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6921 Breakpoint.thread.
6922 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6923
5d5658a1
PA
69242016-01-07 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.base/break.exp: Adjust to output changes.
6927 * gdb.base/hbreak2.exp: Likewise.
6928 * gdb.base/sepdebug.exp: Likewise.
6929 * gdb.base/watch_thread_num.exp: Likewise.
6930 * gdb.linespec/keywords.exp: Likewise.
6931 * gdb.multi/info-threads.exp: Likewise.
6932 * gdb.threads/thread-find.exp: Likewise.
6933 * gdb.multi/tids.c: New file.
6934 * gdb.multi/tids.exp: New file.
6935
84654457
PA
69362016-01-13 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6939
e3940304
PA
69402016-01-13 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.base/default.exp: Expect $_inferior as well.
6943 * gdb.multi/base.exp: Test $_inferior.
6944
a911d87a
PA
69452016-01-13 Pedro Alves <palves@redhat.com>
6946
6947 PR breakpoints/19388
6948 * gdb.base/catch-signal-siginfo-cond.c: New file.
6949 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6950
82075af2
JS
69512016-01-12 Josh Stone <jistone@redhat.com>
6952 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6953
6954 * gdb.base/catch-syscall.c (do_execve): New variable.
6955 (main): Conditionally trigger an execve.
6956 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6957 (test_catch_syscall_execve): New, check entry/return across execve.
6958 (do_syscall_tests): Call test_catch_syscall_execve.
6959
e46eeedd
PA
69602016-01-12 Pedro Alves <palves@redhat.com>
6961
6962 * gdb.base/random-signal.exp (do_test): New procedure, with body
6963 of testcase moved in.
6964
01d8c27e
JK
69652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6966 Pedro Alves <palves@redhat.com>
6967
6968 * gdb.base/funcargs.exp (finish from indirectly called function):
6969 Reintroduce the case for 'First'.
6970
9a706302
JK
69712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6972 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6975 (tcatch_vfork_then_child_follow_exec)
6976 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6977 identification.
6978
c0ecb95f
JK
69792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6980
6981 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6982 and repeats to unlimited.
6983 * gdb.python/py-value.exp: Likewise.
6984 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6985 and repeats to unlimited.
6986
6cfc1fcb
JK
69872016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6988
6989 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6990 and reordering the functions.
6991 * gdb.multi/hangout.c: Likewise.
6992 * gdb.multi/hello.c: Likewise.
6993
582a1b00
SM
69942016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6995
6996 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6997 absolute.
6998 (SingleStatisticTestResult.report): Use dict.keys instead of
6999 dict.iterkeys.
7000
79bc59cb
PA
70012016-01-06 Pedro Alves <palves@redhat.com>
7002
7003 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7004
43368e1d
MM
70052016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7006
7007 * gdb.btrace/dlopen.exp: New.
7008 * gdb.btrace/dlopen.c: New.
7009 * gdb.btrace/dlopen-dso.c: New.
7010
79fad5b8
SL
70112015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7012
7013 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7014 PATTERN argument is optional.
7015
ab8314b3
JB
70162015-12-24 Joel Brobecker <brobecker@adacore.com>
7017
7018 * lib/ada.exp (target_compile_ada_from_dir): New function.
7019 (gdb_compile_ada): Reimplement avoiding the use of project files.
7020 * gdb.ada/gnat_ada.gpr: Delete.
7021 * gdb.ada/cond_lang.exp: Adjust test to make path before
7022 filename optional.
7023 * gdb.ada/small_reg_param.exp: Likewise.
7024
fe33faff
SM
70252015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7026
7027 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7028
6d265cb4
TP
70292015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7030
7031 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7032 case.
7033
10125099
SM
70342015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7035
7036 * gdb.base/break.exp: Remove dead code.
7037 * gdb.base/sepdebug.exp: Likewise.
7038
3ca22649
SM
70392015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7040
7041 * gdb.asm/asm-source.exp: Remove HP-UX references.
7042 * gdb.base/annota1.exp: Likewise.
7043 * gdb.base/annota3.exp: Likewise.
7044 * gdb.base/attach.exp: Likewise.
7045 * gdb.base/bigcore.exp: Likewise.
7046 * gdb.base/break.exp: Likewise.
7047 * gdb.base/call-ar-st.exp: Likewise.
7048 * gdb.base/callfuncs.exp: Likewise.
7049 * gdb.base/catch-fork-static.exp: Likewise.
7050 * gdb.base/display.exp: Likewise.
7051 * gdb.base/foll-exec-mode.exp: Likewise.
7052 * gdb.base/foll-exec.exp: Likewise.
7053 * gdb.base/foll-fork.exp: Likewise.
7054 * gdb.base/foll-vfork.exp: Likewise.
7055 * gdb.base/funcargs.exp: Likewise.
7056 * gdb.base/hbreak2.exp: Likewise.
7057 * gdb.base/inferior-died.exp: Likewise.
7058 * gdb.base/interrupt.exp: Likewise.
7059 * gdb.base/multi-forks.exp: Likewise.
7060 * gdb.base/nodebug.exp: Likewise.
7061 * gdb.base/sepdebug.exp: Likewise.
7062 * gdb.base/solib1.c: Likewise.
7063 * gdb.base/step-test.exp: Likewise.
7064 * gdb.mi/non-stop.c: Likewise.
7065 * gdb.mi/pthreads.c: Likewise.
7066 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7067 * gdb.threads/pthreads.c: Likewise.
7068 * gdb.threads/staticthreads.exp: Likewise.
7069 * lib/future.exp: Likewise.
7070 * lib/gdb.exp: Likewise.
7071 * gdb.base/so-indr-cl.c: Remove.
7072 * gdb.base/so-indr-cl.exp: Likewise.
7073 * gdb.base/solib.c: Likewise.
7074 * gdb.base/solib.exp: Likewise.
7075 * gdb.base/solib2.c: Likewise.
7076
b6304613
SM
70772015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7078
7079 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7080 * gdb.base/call-ar-st.exp: Likewise.
7081 * gdb.base/callfuncs.exp: Likewise.
7082 * gdb.base/condbreak.exp: Likewise.
7083 * gdb.base/constvars.exp: Likewise.
7084 * gdb.base/hbreak2.exp: Likewise.
7085 * gdb.base/langs.exp: Likewise.
7086 * gdb.base/list.exp: Likewise.
7087 * gdb.base/long_long.exp: Likewise.
7088 * gdb.base/ptype.exp: Likewise.
7089 * gdb.base/scope.exp: Likewise.
7090 * gdb.base/signals.exp: Likewise.
7091 * gdb.base/so-impl-ld.exp: Likewise.
7092 * gdb.base/varargs.exp: Likewise.
7093 * gdb.base/volatile.exp: Likewise.
7094 * gdb.base/whatis.exp: Likewise.
7095 * gdb.cp/cplusfuncs.exp: Likewise.
7096 * gdb.cp/inherit.exp: Likewise.
7097 * gdb.cp/local.exp: Likewise.
7098 * gdb.cp/member-ptr.exp: Likewise.
7099 * gdb.cp/method.exp: Likewise.
7100 * gdb.cp/overload.exp: Likewise.
7101 * gdb.cp/templates.exp: Likewise.
7102 * gdb.stabs/weird.exp: Likewise.
7103 * lib/compiler.c: Likewise.
7104 * lib/compiler.cc: Likewise.
7105 * lib/cp-support.exp: Likewise.
7106 * lib/gdb.exp: Likewise.
7107
bf401b07
SM
71082015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7109
7110 * configure.ac: Remove HP-UX case.
7111 * configure: Regenerate.
7112
aff9c0f8
SM
71132015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7114
7115 * lib/gdb.exp (gdb_compile): Add function doc.
7116
a6904d5a
PA
71172015-12-17 Pedro Alves <palves@redhat.com>
7118
7119 PR threads/19354
7120 * gdb.multi/info-threads.exp: New file.
7121
a22279dd
YQ
71222015-12-15 Yao Qi <yao.qi@linaro.org>
7123
7124 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7125 is aarch64*-*-*.
7126
0588c796
SL
71272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7128
7129 * gdb.base/history-duplicates.exp: Skip if no readline support.
7130
5d978e17
SL
71312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7132
7133 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7134
7e763b86
SL
71352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7136
7137 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7138
87a3a92c
SL
71392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7140
7141 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7142 ctrl-C if nointerrupts target property is set.
7143 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7144 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7145 * gdb.base/paginate-bg-execution.exp: Likewise.
7146 * gdb.base/paginate-execution-startup.exp: Likewise.
7147 * gdb.base/random-signal.exp: Likewise.
7148 * gdb.base/range-stepping.exp: Likewise.
7149 * gdb.cp/annota2.exp: Likewise.
7150 * gdb.cp/annota3.exp: Likewise.
7151 * gdb.gdb/selftest.exp: Likewise.
7152 * gdb.threads/continue-pending-status.exp: Likewise.
7153 * gdb.threads/leader-exit.exp: Likewise.
7154 * gdb.threads/manythreads.exp: Likewise.
7155 * gdb.threads/pthreads.exp: Likewise.
7156 * gdb.threads/schedlock.exp: Likewise.
7157 * gdb.threads/sigthread.exp: Likewise.
7158
a8f077dc
DB
71592015-12-11 Don Breazeal <donb@codesourcery.com>
7160
7161 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7162 remote.
7163 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7164 * gdb.base/foll-exec.exp (main): Enable for target remote.
7165 * gdb.base/foll-fork.exp (main): Likewise.
7166 * gdb.base/foll-vfork.exp (main): Likewise.
7167 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7168 (proc continue_to_exit_bp_loc): Use clean_restart.
7169 * gdb.base/pie-execl.exp (main): Disable for target remote.
7170 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7171 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7172 * gdb.threads/execl.exp (main): Likewise.
7173 * gdb.threads/fork-child-threads.exp (main): Likewise.
7174 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7175 remote.
7176 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7177 remote.
7178 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7179 pid.tid style ptids, instead of just tid.
7180 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7181 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7182 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7183 ptids, instead of just tid.
7184
3b2464a8
AB
71852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7186
7187 * gdb.base/list.exp (test_list_forward): Add end of file error
7188 test.
7189 (test_repeat_list_command): Add end of file error test.
7190 (test_list_backwards): Add beginning of file error test.
7191
a0def019
AB
71922015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7193
7194 * gdb.base/list.exp (test_list_invalid_args): New function,
7195 defined, and called.
7196
5c000dff
AB
71972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7198
7199 * gdb.base/list.exp (test_list): Make test names unique.
7200
f1637ebe
YQ
72012015-12-11 Yao Qi <yao.qi@linaro.org>
7202
7203 * gdb.base/coremaker2.c: Remove.
7204
36d6fc0a
PA
72052015-12-10 Pedro Alves <palves@redhat.com>
7206
7207 * gdb.multi/base.exp: Remove stale "spaces" references.
7208
762f7747
PA
72092015-12-10 Pedro Alves <palves@redhat.com>
7210
7211 * gdb.multi/base.exp: Don't use nowarnings.
7212 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7213 * gdb.multi/hangout.c: Include stdio.h.
7214 * gdb.multi/hello.c: Include stdlib.h.
7215 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7216 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7217 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7218
28d2bfb9
AB
72192015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7220
7221 * gdb.dwarf2/dw2-ranges-base.c: New file.
7222 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7223 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7224 support additional line table, and debug ranges generation.
7225 (Dwarf::ranges): New function, generate .debug_ranges.
7226 (Dwarf::lines): Support generating simple line table programs.
7227 (Dwarf::assemble): Initialise new namespace variables.
7228
5fc2beac
KB
72292015-12-09 Kevin Buettner <kevinb@redhat.com>
7230
7231 * gdb.base/async.exp (proc test_background): Add case for
7232 asynchronous execution not supported.
7233
1c35a88f
LM
72342015-12-09 Luis Machado <lgustavo@codesourcery.com>
7235
7236 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7237 format and change test names to make them unique.
7238
b593e3d9
RK
72392015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7240 Pedro Alves <pedro@redhat.com>
7241
7242 PR gdb/18702
7243 Add checking of floatformats setup on x86_64 hosts.
7244 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7245 (smallval, bigval): New labels/constants.
7246 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7247 float" after loading bigval and smallval.
7248
d72413e6
PMR
72492015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7250
7251 * gdb.ada/fun_overload_menu.exp: New testcase.
7252 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7253
ece66d65
JS
72542015-12-04 Josh Stone <jistone@redhat.com>
7255
7256 * gdb.base/catch-fork-static.exp: New.
7257
41d0efca
YQ
72582015-12-03 Yao Qi <yao.qi@linaro.org>
7259
7260 * gdb.base/sizeof.c: Don't include stdio.h and
7261 ../lib/unbuffer_output.c.
7262 (main): New variable 'size' and 'value'. Remove printf and
7263 gdb_unbuffer_output. Assign return value to size and value.
7264 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7265 at the beginning.
7266 (check_sizeof): Check the result by printing variable 'size'.
7267 (check_valueof): Check the result by printing variable 'value'.
7268
99fd02d9
YQ
72692015-12-01 Yao Qi <yao.qi@linaro.org>
7270
7271 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7272 for aarch64*-*-linux* target.
7273
f2faf941
PA
72742015-11-30 Pedro Alves <palves@redhat.com>
7275
7276 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7277
04bf20c5
PA
72782015-11-30 Pedro Alves <palves@redhat.com>
7279
7280 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7281 Handle non-stop mode vCont replies.
7282
09df4675
PA
72832015-11-30 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7286 prepare_for_testing. Start gdb with "set non-stop on" appended to
7287 GDBFLAGS. Lax expected stop output.
7288
58b584af
YQ
72892015-11-27 Yao Qi <yao.qi@linaro.org>
7290
7291 * gdb.arch/arm-neon.exp: New.
7292 * gdb.arch/arm-neon.c: New.
7293
dfcb77a8
YQ
72942015-11-27 Yao Qi <yao.qi@linaro.org>
7295
7296 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7297
88e8ec1b
YQ
72982015-11-27 Yao Qi <yao.qi@linaro.org>
7299
7300 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7301 frames-invalid annotation.
7302
bfde72c2
YQ
73032015-11-27 Yao Qi <yao.qi@linaro.org>
7304
7305 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7306
f6512a69
SM
73072015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7308
7309 * gdb.threads/names.exp: New file.
7310 * gdb.threads/names.c: New file.
7311 * README: Mention gdb,no_thread_names.
7312
46a3515b
MM
73132015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7314
7315 PR 19297
7316 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7317 support" error.
7318
62147a22
PA
73192015-11-24 Pedro Alves <palves@redhat.com>
7320
7321 PR 17539
7322 * gdb.base/display.exp: Expect displays to be sorted in ascending
7323 order. Use multi_line.
7324 * gdb.base/solib-display.exp: Likewise.
7325
2f341b6e
PA
73262015-11-24 Pedro Alves <palves@redhat.com>
7327
7328 PR 17539
25d49b86
PA
7329 * gdb.base/display.exp: Expect displays to be sorted in ascending
7330 order. Use multi_line.
7331 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7332
7e0aa6aa
PA
73332015-11-24 Pedro Alves <palves@redhat.com>
7334
7335 PR 17539
7336 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7337 threads in ascending order.
7338 * gdb.base/foll-fork.exp: Likewise.
7339 * gdb.base/foll-vfork.exp: Likewise.
7340 * gdb.base/multi-forks.exp: Likewise.
7341 * gdb.mi/mi-nonstop.exp: Likewise.
7342 * gdb.mi/mi-nsintrall.exp: Likewise.
7343 * gdb.multi/base.exp: Likewise.
7344 * gdb.multi/multi-arch.exp: Likewise.
7345 * gdb.python/py-inferior.exp: Likewise.
7346 * gdb.threads/break-while-running.exp: Likewise.
7347 * gdb.threads/execl.exp: Likewise.
7348 * gdb.threads/gcore-thread.exp: Likewise.
7349 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7350 * gdb.threads/kill.exp: Likewise.
7351 * gdb.threads/linux-dp.exp: Likewise.
7352 * gdb.threads/multiple-step-overs.exp: Likewise.
7353 * gdb.threads/next-bp-other-thread.exp: Likewise.
7354 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7355 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7356 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7357 * gdb.threads/thread-find.exp: Likewise.
7358 * gdb.threads/tls.exp: Likewise.
7359 * lib/mi-support.exp (mi_reverse_list): Delete.
7360 (mi_check_thread_states): No longer reverse list.
7361
2cc57ad8
PA
73622015-11-24 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7365 use lowercase.
7366
c93e8391
SM
73672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7368
7369 * gdb.trace/actions.c: Include trace-common.h.
7370 (main): Add a location for a fast tracepoint.
7371 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7372 the normal tracepoints.
7373 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7374
045ccf91
SM
73752015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7376
7377 * save-trace.exp: Factor out code to these...
7378 (gdb_save_tracepoints): New.
7379 (gdb_load_tracepoints): New.
7380 (do_save_load_test): New.
7381
5506f9f6
KB
73822015-11-23 Kevin Buettner <kevinb@redhat.com>
7383
7384 * gdb.base/asmlabel.exp: New test.
7385 * gdb.base/asmlabel.c: New test case.
7386
16c3b12f
JB
73872015-11-23 Joel Brobecker <brobecker@adacore.com>
7388
7389 * gdb.base/wrong_frame_bt_full-main.c: New file.
7390 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7391 * gdb.base/wrong_frame_bt_full.exp: New file.
7392
155bfbd3
JB
73932015-11-23 Joel Brobecker <brobecker@adacore.com>
7394
7395 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7396
bb097445
JM
73972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7398
206853a0 7399 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7400 pstate register when comparing registers values in
7401 sparc64-*-linux-gnu targets to avoid spurious differences.
7402
9c88ed8f
JM
74032015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7404
206853a0 7405 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7406
96161e25
SL
74072015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7408
7409 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7410 as type argument to gdb_compile.
7411 * gdb.base/nested-subp2.exp: Likewise.
7412 * gdb.base/nested-subp3.exp: Likewise.
7413
340c2830
DV
74142015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7415
7416 * lib/dwarf.exp (_note): Fix left shift of negative value.
7417 * gdb.trace/trace-condition.exp: Likewise.
7418
c1862d0f
YQ
74192015-11-13 Yao Qi <yao.qi@linaro.org>
7420
7421 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7422 comments about d10v.
7423 (test_scalar_returns): Likewise.
7424 * gdb.base/d10v.ld: Remove.
7425 * gdb.base/overlays.exp: Remove the target triplet checking for
7426 d10v-*-*.
7427 * gdb.base/structs.exp (test_struct_returns): Remove the
7428 comments about d10v.
7429 (test_struct_calls): Likewise.
7430
77ae9c19
YQ
74312015-11-13 Yao Qi <yao.qi@linaro.org>
7432
7433 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7434 * gdb.base/gnu_vector.c: Don't include stdio.h.
7435 (main): Don't print res and call add_some_intvecs.
7436
430e004e
MK
74372015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7438
7439 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7440 macro.
7441 (func5): Removed.
7442 (func4): Use FAST_TRACEPOINT_LABEL.
7443 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7444 macro.
7445 (func): Removed.
7446 (thread_function): Use FAST_TRACEPOINT_LABEL.
7447 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7448 (func): Remove.
7449 (marker): Use FAST_TRACEPOINT_LABEL.
7450 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7451 (pendfunc1): Remove.
7452 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7453 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7454 (foo): Remove.
7455 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7456 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7457 macro.
7458 (func): Remove.
7459 (marker): Use FAST_TRACEPOINT_LABEL.
7460 * gdb.trace/trace-common.h: New header.
7461 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7462 macro.
7463 (func): Remove.
7464 (marker): Use FAST_TRACEPOINT_LABEL.
7465 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7466 (func): Remove.
7467 (thread_function): Use FAST_TRACEPOINT_LABEL.
7468
6e7675a7
MK
74692015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7470
7471 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7472 in front.
7473 * gdb.trace/change-loc.exp: Use global pcreg definition.
7474 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7475 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7476 in front.
7477 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7478 * gdb.trace/pending.exp: Likewise.
7479 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7480 * gdb.trace/trace-break.exp: Likewise.
7481 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7482 in front.
7483 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7484 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7485 in front.
7486 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7487
dddc0e16
JB
74882015-11-09 Joel Brobecker <brobecker@adacore.com>
7489
7490 * gdb.ada/fin_fun_out: New testcase.
7491
c6f0b406
KB
74922015-11-07 Kevin Buettner <kevinb@redhat.com>
7493
7494 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7495 value associated with DW_AT_byte_size.
7496 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7497 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7498 DW_AT_upper_bound.
7499
f01dcfd9
KB
75002015-11-07 Kevin Buettner <kevinb@redhat.com>
7501
7502 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7503 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7504 version.
7505 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7506 gdb.dwarf2/dw2-canonicalize-type.exp,
7507 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7508 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7509 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7510 provided by gdb_target_symbol_prefix_flags_asm.
7511 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7512 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7513 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7514 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7515 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7516 macros where needed). Use this macro for symbols which require
7517 the prefix provided by SYMBOL_PREFIX.
7518
2223449a
KB
75192015-11-05 Kevin Buettner <kevinb@redhat.com>
7520
7521 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7522 New procs.
7523 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7524 representing expressions, of more than one list element.
7525 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7526 to prepend linker symbol prefix to f.
7527 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7528 table_1 and table_2.
7529 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7530 Likewise, for f and g.
7531 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7532 for ptr.
7533 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7534 for main.
7535 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7536 table_1_ptr and table_2_ptr.
7537
6f2f1a3a
JK
75382015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7539 Joel Brobecker <brobecker@adacore.com>
7540
7541 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7542
566c56c9
MK
75432015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7544
7545 * gdb.reverse/s390-mvcle.c: New test.
7546 * gdb.reverse/s390-mvcle.exp: New file.
7547 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7548
d5f0636b
MK
75492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7550
7551 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7552
7ad8b86c
MK
75532015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7554
7555 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7556 reaching marker2.
7557 * gdb.reverse/getresuid-reverse.exp: Likewise.
7558 * gdb.reverse/pipe-reverse.exp: Likewise.
7559 * gdb.reverse/readv-reverse.exp: Likewise.
7560 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7561 * gdb.reverse/time-reverse.exp: Likewise.
7562 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7563
4081c0f1
YQ
75642015-10-30 Yao Qi <yao.qi@linaro.org>
7565
7566 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7567 (empty_cycle): Remove.
7568 (main): Don't call empty_cycle. Don't use watch_count_done.
7569 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7570 empty_cycle. Rewrite the code counting HW watchpoints.
7571
452b4ba5
MK
75722015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7573
7574 * gdb.reverse/fstatat-reverse.c: New test.
7575 * gdb.reverse/fstatat-reverse.exp: New file.
7576 * gdb.reverse/getresuid-reverse.c: New test.
7577 * gdb.reverse/getresuid-reverse.exp: New file.
7578 * gdb.reverse/pipe-reverse.c: New test.
7579 * gdb.reverse/pipe-reverse.exp: New file.
7580 * gdb.reverse/readv-reverse.c: New test.
7581 * gdb.reverse/readv-reverse.exp: New file.
7582 * gdb.reverse/recvmsg-reverse.c: New test.
7583 * gdb.reverse/recvmsg-reverse.exp: New file.
7584 * gdb.reverse/time-reverse.c: New test.
7585 * gdb.reverse/time-reverse.exp: New file.
7586 * gdb.reverse/waitpid-reverse.c: New test.
7587 * gdb.reverse/waitpid-reverse.exp: New file.
7588
5e2e7507
JK
75892015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7590
7591 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7592
0fde2c53
DE
75932015-10-26 Doug Evans <dje@google.com>
7594
7595 PR symtab/17391
7596 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7597 * gdb.dwarf2/bad-regnum.c: New file.
7598 * gdb.dwarf2/bad-regnum.exp: New file.
7599
1a70ae97
DE
76002015-10-26 Doug Evans <dje@google.com>
7601
7602 PR python/18938
7603 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7604 file.
7605
27dc26ab
JK
76062015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7607
7608 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7609 for a change by "Mention language in compile error message".
7610
bed91f4d
SM
76112015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7612
7613 PR python/18073
7614 * gdb.python/py-type.c (C::a_method): New.
7615 (C::a_const_method): New.
7616 (C::a_static_method): New.
7617 (a_function): New.
7618 * gdb.python/py-type.exp (test_fields): Test getting fields
7619 from function and method.
7620
3f2f83dd
KB
76212015-10-21 Keven Boell <keven.boell@intel.com>
7622
7623 * gdb.fortran/vla-alloc-assoc.exp: New file.
7624 * gdb.fortran/vla-datatypes.exp: New file.
7625 * gdb.fortran/vla-datatypes.f90: New file.
7626 * gdb.fortran/vla-history.exp: New file.
7627 * gdb.fortran/vla-ptype-sub.exp: New file.
7628 * gdb.fortran/vla-ptype.exp: New file.
7629 * gdb.fortran/vla-sizeof.exp: New file.
7630 * gdb.fortran/vla-sub.f90: New file.
7631 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7632 * gdb.fortran/vla-value-sub-finish.exp: New file.
7633 * gdb.fortran/vla-value-sub.exp: New file.
7634 * gdb.fortran/vla-value.exp: New file.
7635 * gdb.fortran/vla-ptr-info.exp: New file.
7636 * gdb.mi/mi-vla-fortran.exp: New file.
7637 * gdb.mi/vla.f90: New file.
7638
27145d50
SL
76392015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7640
7641 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7642 of hardwired timeout value.
7643
5f3ff4f8
JK
76442015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7645 Pedro Alves <palves@redhat.com>
7646
7647 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7648 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7649
bfd09d20
JS
76502015-10-19 Josh Stone <jistone@redhat.com>
7651
7652 * gdb.base/catch-syscall.c: Include <sched.h>.
7653 (unknown_syscall): New variable.
7654 (main): Trigger a vfork and an unknown syscall.
7655 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7656 (unknown_syscall_number): Likewise.
7657 (check_call_to_syscall): Accept an optional syscall pattern.
7658 (check_return_from_syscall): Likewise.
7659 (check_continue): Likewise.
7660 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7661 (test_catch_syscall_skipping_return): New test toggling off 'catch
7662 syscall' to step over the syscall return, then toggling back on.
7663 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7664 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7665 (do_syscall_tests): Call test_catch_syscall_without_args and
7666 test_catch_syscall_mid_vfork.
7667 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7668 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7669
b32b93c6
AS
76702015-10-19 Andrew Stubbs <ams@codesourcery.com>
7671
7672 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7673 print g_vE): Add new pass patterns.
7674 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7675 print various symbol names for vptr fields.
7676
9d622bda
AB
76772015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7678
7679 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7680 results.
7681
0fd8ac1c
YQ
76822015-10-12 Yao Qi <yao.qi@linaro.org>
7683
7684 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7685
34240514
YQ
76862015-10-12 Yao Qi <yao.qi@linaro.org>
7687
7688 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7689 is aarch64*-*-linux*.
7690
8240f442
YQ
76912015-10-12 Yao Qi <yao.qi@linaro.org>
7692
7693 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7694 (can_relocate_bcond_true): ... it.
7695 (can_relocate_bcond_false): New function.
7696 (foo): Likewise.
7697 (can_relocate_bl): Likewise.
7698 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7699 can_relocate_bl.
7700
2520f728
PMR
77012015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7702
7703 * gdb.base/nested-addr.c: New file.
7704 * gdb.base/nested-addr.exp: New testcase.
7705
abcef95a
MM
77062015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7707
7708 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7709 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7710 its output. Ignore the output of "record goto begin" and instead
7711 check that GDB is replaying.
7712
145e3ddb
PA
77132015-10-09 Pedro Alves <palves@redhat.com>
7714
7715 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7716 (top level): Use it in the run with no args test.
7717
d5d8c4e1
IB
77182015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7719
7720 * gdb.dlang/properties.exp: New file.
7721
06e635ef
SL
77222015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7723
7724 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7725 whether or not address 0x1000 is mapped on the target.
7726
e019fd1d
SM
77272015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7728
7729 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7730 build.
7731
77ba2a67
MM
77322015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7733
7734 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7735 instruction-history test.
7736
c60eb31f
DE
77372015-09-28 Doug Evans <dje@google.com>
7738
7739 * gdb.base/gcore.c (array_func): Add reference to static_array.
7740
9a3c8263
SM
77412015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7742
7743 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7744 source line.
7745
9720e656
SL
77462015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7747
7748 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7749 short or char as base type.
7750
938d3bf2
SL
77512015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7752
7753 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7754 to allow any size enum.
7755
e6c2c623
PMR
77562015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7757
7758 * gdb.ada/array_ptr_renaming.exp: New testcase.
7759 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7760 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7761
06da0f77
PL
77622015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7763
7764 * gdb.trace/ftrace-lock.c: New file.
7765 * gdb.trace/ftrace-lock.exp: New file.
7766
4f51c22a
PL
77672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7768
7769 * gdb.arch/insn-reloc.c: New file.
7770 * gdb.arch/ftrace-insn-reloc.exp: New file.
7771
7041adf4
PL
77722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7773
7774 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7775 instruction.
7776 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7777 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7778 * gdb.trace/range-stepping.c: Likewise.
7779 * gdb.trace/trace-break.c: Likewise.
7780 * gdb.trace/trace-mt.c (thread_function): Likewise.
7781 * gdb.trace/ftrace.c (marker): Likewise.
7782 * gdb.trace/trace-condition.c (marker): Likewise.
7783 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7784 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7785 is_aarch64_target.
7786
015d2e7e
DE
77872015-09-18 Doug Evans <xdje42@gmail.com>
7788
7789 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7790 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7791
26b188a2
SL
77922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7793
7794 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7795 the breakpoint.
7796
79dc332b
SL
77972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7798
7799 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7800 the pending breakpoint. Remove timeout override for "Run till
7801 MI pending breakpoint on pendfunc3 on thread 2" test.
7802
f57929f2
SL
78032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7804
7805 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7806 filename pattern.
7807
3f469b17
SL
78082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7809
7810 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7811 in breakpoint filename pattern.
7812
515b89b3
SL
78132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7814
7800dbe4
SL
7815 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7816
78172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7818
515b89b3
SL
7819 * gdb.linespec/explicit.exp: Check for readline support for
7820 tab-completion tests. Fix obvious typo.
7821
d2939ba2
MM
78222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7823
7824 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7825 and replay.
7826
cbb55fa7
MM
78272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7828
7829 * gdb.btrace/non-stop.c: New.
7830 * gdb.btrace/non-stop.exp: New.
7831
43691ca1
PL
78322015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7833 Yao Qi <yao.qi@linaro.org>
7834
7835 * gdb.trace/trace-condition.c: New file.
7836 * gdb.trace/trace-condition.exp: New file.
7837
d78908cf
WW
78382015-09-16 Wei-cheng Wang <cole945@gmail.com>
7839
7840 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7841 for testing bytecode compilation.
7842
1ed415e2
PA
78432015-09-16 Pedro Alves <palves@redhat.com>
7844 Sandra Loosemore <sandra@codesourcery.com>
7845
7846 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7847 (SECONDS): Redefine.
7848 (main): Call pthread_kill and alarm early.
7849 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7850 support.
7851 (test): If the target can't hardware step and doesn't support
7852 displaced stepping, increase the timeout.
7853
d136eff5
PA
78542015-09-16 Pedro Alves <palves@redhat.com>
7855
7856 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7857 (enable_debug): New procedures.
7858 (test): Use them. Bail out if waiting for threads fails.
7859 (top level): Bail out if a test fails.
7860
991f019c
YQ
78612015-09-16 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.asm/asm-source.exp: Set asm-arch for
7864 aarch64*-*-* target.
7865 * gdb.asm/aarch64.inc: New file.
7866
bfca584f
PMR
78672015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7868
7869 * gdb.ada/array_of_variable_length.exp: New testcase.
7870 * gdb.ada/array_of_variable_length/foo.adb: New file.
7871 * gdb.ada/array_of_variable_length/pck.adb: New file.
7872 * gdb.ada/array_of_variable_length/pck.ads: New file.
7873
b326e587
DE
78742015-09-15 Doug Evans <dje@google.com>
7875
7876 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7877 of function static local variable.
7878
5382cfab
PW
78792015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7880
7881 * gdb.threads/tls-so_extern.exp: New test file.
7882 * gdb.threads/tls-so_extern.c: New test file.
7883 * gdb.threads/tls-so_extern_main.c: New test file.
7884
141c5cc4
JK
78852015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7886
7887 * gdb.opt/solib-intra-step-lib.c: New file.
7888 * gdb.opt/solib-intra-step-main.c: New file.
7889 * gdb.opt/solib-intra-step.exp: New file.
7890
d15dcecd
PA
78912015-09-15 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7894 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7895
4c2f2a79
PA
78962015-09-14 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.base/hook-stop-continue.c: Delete.
7899 * gdb.base/hook-stop-continue.exp: Delete.
7900 * gdb.base/hook-stop-frame.c: Delete.
7901 * gdb.base/hook-stop-frame.exp: Delete.
7902 * gdb.base/hook-stop.c: New file.
7903 * gdb.base/hook-stop.exp: New file.
7904
919e6dbe
PMR
79052015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7906
7907 * gdb.ada/access_to_packed_array.exp: New testcase.
7908 * gdb.ada/access_to_packed_array/foo.adb: New file.
7909 * gdb.ada/access_to_packed_array/pack.adb: New file.
7910 * gdb.ada/access_to_packed_array/pack.ads: New file.
7911
157280a4
MM
79122015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7913
7914 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7915 buffer size test.
7916
2fd33e94
DB
79172015-09-11 Don Breazeal <donb@codesourcery.com>
7918
7919 * gdb.base/foll-exec.c: Add copyright header. Fix
7920 formatting issues.
7921 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7922 (do_exec_tests): Use clean_restart in place of zap_session,
7923 and for test initialization. Fix formatting issues. Use
7924 fail in place of perror.
7925 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7926 an expect statement to match an expression with output from
7927 the program under debug.
7928 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7929 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7930 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7931 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7932 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7933
e70b6e8e
DE
79342015-09-09 Doug Evans <dje@google.com>
7935
7936 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7937
7a551a51
DE
79382015-09-09 Doug Evans <dje@google.com>
7939
7940 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7941
4c666f84
DE
79422015-09-09 Doug Evans <dje@google.com>
7943
7944 * gdb.base/savedregs.exp: Fix typo.
7945
243a9253
PA
79462015-09-09 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7949
c0fa8fbd
SL
79502015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7951
7952 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7953 command actually switches threads. Give up on remaining
7954 tests if target fails to stop at breakpoint.
7955
cd7c1778
PMR
79562015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7957
7958 * gdb.ada/funcall_char.exp: New testcase.
7959 * gdb.ada/funcall_char/foo.adb: New file.
7960
dc5c8746
PMR
79612015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7962
7963 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7964 expected outputs. Add two testcases for completing ambiguous
7965 functions.
7966 * gdb.ada/complete/aux_pck.adb: New file.
7967 * gdb.ada/complete/aux_pck.ads: New file.
7968 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7969 Ambiguous_Func functions.
7970 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7971 * gdb.ada/complete/pck.adb: Likewise.
7972
4e83a1e7
UW
79732015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7974
7975 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7976 failures to run the test program under GDB.
7977
8ce74153
LM
79782015-08-26 Luis Machado <lgustavo@codesourcery.com>
7979
7980 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7981 to C.
7982
e9756d52
PP
79832015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7984
7985 * gdb.base/run-after-attach.exp: New test file.
7986 * gdb.base/run-after-attach.c: New test file.
7987
8d37573b
DB
79882015-08-26 Don Breazeal <donb@codesourcery.com>
7989
7990 * gdb.base/foll-exec-2.c: New test program.
7991 * gdb.base/foll-exec-2.exp: New test.
7992
63e43d3a
PMR
79932015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7994
7995 * gdb.base/nested-subp1.exp: New file.
7996 * gdb.base/nested-subp1.c: New file.
7997 * gdb.base/nested-subp2.exp: New file.
7998 * gdb.base/nested-subp2.c: New file.
7999 * gdb.base/nested-subp3.exp: New file.
8000 * gdb.base/nested-subp3.c: New file.
8001
3d40fbb5
PA
80022015-08-24 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.server/connect-without-multi-process.c: New file.
8005 * gdb.server/connect-without-multi-process.exp: New file.
8006
4422ac93
LM
80072015-08-24 Luis Machado <lgustavo@codesourcery.com>
8008
8009 * gdb.opt/inline-markers.c: Make z int.
8010
91dddb86
LM
80112015-08-24 Luis Machado <lgustavo@codesourcery.com>
8012
8013 * gdb.opt/inline-markers.c: Make z volatile.
8014
a48847ee
LM
80152015-08-24 Luis Machado <lgustavo@codesourcery.com>
8016
8017 * gdb.opt/inline-bt.c: New volatile global z.
8018 * gdb.opt/inline-cmds.c: Likewise.
8019 * gdb.opt/inline-locals.c: Likewise.
8020 * gdb.opt/inline-markers.c: New extern global z.
8021 (marker): Use z.
8022 (inline_fn): Likewise.
8023
0ebbc52b
PA
80242015-08-24 Pedro Alves <palves@redhat.com>
8025
8026 * config/m32r-stub.exp: Remove file.
8027 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8028 * gdb.base/call-rt-st.exp: Likewise.
8029 * gdb.base/call-strs.exp: Likewise.
8030 * gdb.base/default.exp: Remove references to h8300-*-hms and
8031 *-*-udi*.
8032 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8033
77c365df
AA
80342015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8035
8036 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8037 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8038 and "return" use KFAIL when GDB can not read/write the vector
8039 return value.
8040
4313b8c0
GB
80412015-08-21 Gary Benson <gbenson@redhat.com>
8042
8043 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8044
0e433b32
PA
80452015-08-20 Pedro Alves <palves@redhat.com>
8046
8047 * gdb.server/solib-list.exp: No longer expect an interior stop in
8048 non-stop mode.
8049
221e1a37
PA
80502015-08-20 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.server/connect-stopped-target.c: New file.
8053 * gdb.server/connect-stopped-target.exp: New file.
8054
40e3ad0e
PA
80552015-08-20 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.dwarf2/comp-unit-lang.exp: New file.
8058 * gdb.dwarf2/comp-unit-lang.c: New file.
8059
af39b327
PMR
80602015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8061
8062 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8063 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8064
7d45c7c3 80652015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8066
7d45c7c3
KB
8067 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8068 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8069
4d6cceb4
DE
80702015-08-18 Doug Evans <dje@google.com>
8071 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8072
8073 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8074 skip_python_tests. New arg prompt_regexp.
8075 (skip_python_tests): New function.
8076 * lib/mi-support.exp (mi_skip_python_tests): New function.
8077 * gdb.python/py-mi-objfile-gdb.py: New file.
8078 * gdb.python/py-mi-objfile.c: New file.
8079 * gdb.python/py-mi-objfile.exp: New file.
8080
ad89c2aa
KS
80812015-08-17 Keith Seitz <keiths@redhat.com>
8082
8083 * gdb.linespec/explicit.exp: Move strace test from here ...
8084 * gdb.trace/strace.exp: ... to here.
8085
e3ae3c43
PP
80862015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8087
8088 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8089 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8090
604b2636
DE
80912015-08-14 Doug Evans <xdje42@gmail.com>
8092
8093 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8094 inferior before selecting a new file.
8095
6ff0ba5f
DE
80962015-08-14 Doug Evans <xdje42@gmail.com>
8097
8098 * gdb.mi/mi-disassemble.exp: Update.
8099 * gdb.base/disasm-optim.S: New file.
8100 * gdb.base/disasm-optim.c: New file.
8101 * gdb.base/disasm-optim.h: New file.
8102 * gdb.base/disasm-optim.exp: New file.
8103
9ca98f92
KS
81042015-08-14 Keith Seitz <keiths@redhat.com>
8105
8106 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8107 "evaluated-by".
8108
52bbc560
JB
81092015-08-13 Joel Brobecker <brobecker@adacore.com>
8110
8111 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8112
5d8c3ed3
PMR
81132015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8114
8115 * gdb.ada/fun_renaming.exp: New testcase.
8116 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8117 * gdb.ada/fun_renaming/pack.adb: New file.
8118 * gdb.ada/fun_renaming/pack.ads: New file.
8119
ea8812bc
KS
81202015-08-12 Keith Seitz <keiths@redhat.com>
8121
8122 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8123 gdb_get_line_number.
8124
4dafcdeb
JB
81252015-08-12 Joel Brobecker <brobecker@adacore.com>
8126
8127 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8128 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8129 gdb.base/dso2dso.exp: New files.
8130
5ba32597
SDJ
81312015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8132 Pedro Alves <palves@redhat.com>
8133 Keith Seitz <keiths@redhat.com>
8134
8135 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8136 GDBFLAGS.
8137
b6dafabf
PP
81382015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8139
8140 * gdb.base/gdbhistsize-history.exp
8141 (test_histsize_history_setting): Use save_vars.
8142 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8143 Use save_vars.
8144 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8145 * gdb.base/readline.exp: Use save_vars.
8146
abe8e607
PP
81472015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8148
8149 * lib/gdb.exp (save_vars): New proc.
8150
629500fa
KS
81512015-08-11 Keith Seitz <keiths@redhat.com>
8152
8153 * gdb.base/help.exp: Update help_breakpoint_text.
8154
eb8c4e2e
KS
81552015-08-11 Keith Seitz <keiths@redhat.com>
8156
8157 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8158 (at toplevel): Call test_explicit_breakpoints.
8159 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8160 breakpoints.
8161 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8162 breakpoint conditions, "-cond".
8163
87f0e720
KS
81642015-08-11 Keith Seitz <keiths@redhat.com>
8165
8166 * gdb.linespec/3explicit.c: New file.
8167 * gdb.linespec/cpexplicit.cc: New file.
8168 * gdb.linespec/cpexplicit.exp: New file.
8169 * gdb.linespec/explicit.c: New file.
8170 * gdb.linespec/explicit.exp: New file.
8171 * gdb.linespec/explicit2.c: New file.
8172 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8173 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8174 before using in the matching pattern.
8175 Clarify that `prefix' is a regular expression.
8176
f00aae0f
KS
81772015-08-11 Keith Seitz <keiths@redhat.com>
8178
8179 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8180 test.
8181 Add tests for missing ",FMT" and ",".
8182
e27852be
DE
81832015-08-10 Doug Evans <dje@google.com>
8184 Keith Seitz <keiths@redhat.com>
8185
8186 PR gdb/17960
8187 * gdb.base/completion.exp: Add location completer tests.
8188
7f03bd92
PA
81892015-08-07 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8192 tests here.
8193 (top level): Run do_test with and without displaced stepping.
8194
3fc8eb30
PA
81952015-08-07 Pedro Alves <palves@redhat.com>
8196
8197 * gdb.base/valgrind-disp-step.c: New file.
8198 * gdb.base/valgrind-disp-step.exp: New file.
8199
d4569d7b
PA
82002015-08-07 Pedro Alves <palves@redhat.com>
8201
8202 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8203 Delete function.
8204 (main): Add alarm. Run an infinite loop instead of calling
8205 wait_threads.
8206 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8207 comment.
8208 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8209 Delete function.
8210 (main): Add alarm. Run an infinite loop instead of calling
8211 wait_threads.
8212 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8213 comment.
8214
e1316e60
PA
82152015-08-07 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.base/checkpoint-ns.exp: New file.
8218 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8219 standard_testfile.
8220
da8c46d2
MM
82212015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8222
8223 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8224 * gdb.btrace/instruction_history.exp: Update.
8225 * gdb.btrace/tsx.exp: New.
8226 * gdb.btrace/tsx.c: New.
8227
de1c2c52
PA
82282015-08-06 Pedro Alves <palves@redhat.com>
8229
8230 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8231 increase timeout.
8232 * gdb.reverse/until-precsave.exp: Bump timeouts.
8233
782e0bf4
PA
82342015-08-06 Pedro Alves <palves@redhat.com>
8235
8236 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8237
83e97ed0
PA
82382015-08-06 Pedro Alves <palves@redhat.com>
8239
8240 PR gdb/18749
8241 * gdb.threads/process-dies-while-handling-bp.c: New file.
8242 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8243
863d01bd
PA
82442015-08-06 Pedro Alves <palves@redhat.com>
8245
8246 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8247 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8248
0a39bb32
PA
82492015-08-05 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8252 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8253
ee2d2b10
SL
82542015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8255
8256 * gdb.base/bp-permanent.exp: Report test as unsupported if
8257 the target cannot stop at the permanent breakpoint.
8258
4e1bdb00
DE
82592015-08-03 Doug Evans <dje@google.com>
8260
8261 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8262 10000.
8263
3d338901
DE
82642015-08-03 Doug Evans <dje@google.com>
8265
8266 * Makefile.in (workers/%.worker, build-perf): New rule.
8267 (GDB_PERFTEST_MODE): New variable.
8268 (check-perf): Use it.
8269 (clean): Clean up gdb.perf parallel build subdirs.
8270 * lib/build-piece.exp: New file.
8271 * lib/gdb.exp (make_gdb_parallel_path): New function
8272 (standard_output_file, standard_temp_file): Call it.
8273 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8274 of $GDB_PARALLEL.
8275 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8276
af061d3e
DE
82772015-08-03 Doug Evans <dje@google.com>
8278
8e1afc81 8279 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8280 (LOG_FILE_NAME): New global.
8281 (TextReporter.__init__): Initialize self.txt_sum.
8282 (TextReporter.report): Add support for multiple data-points.
8283 Move report to perftest.sum, put raw data in perftest.log.
8284 (TextReporter.start): Open sum and log files.
8285 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8286 * gdb.perf/lib/perftest/testresult.py
8287 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8288
2c8c5d37
PA
82892015-07-31 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8292 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8293 kill_wait_spawned_process instead of explicit "kill -9".
8294 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8295 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8296 kill_wait_spawned_process.
8297 * gdb.base/attach-twice.exp: Likewise.
8298 * gdb.base/attach.exp: Likewise.
8299 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8300 gdb_test_multiple.
8301 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8302 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8303 kill_wait_spawned_process.
8304 * gdb.base/valgrind-infcall.exp: Likewise.
8305 * gdb.multi/multi-attach.exp: Likewise.
8306 * gdb.python/py-prompt.exp: Likewise.
8307 * gdb.python/py-sync-interp.exp: Likewise.
8308 * gdb.server/ext-attach.exp: Likewise.
8309 * gdb.threads/attach-into-signal.exp (corefunc): Use
8310 spawn_wait_for_attach, spawn_id_get_pid and
8311 kill_wait_spawned_process.
8312 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8313 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8314 spawn_id_get_pid and kill_wait_spawned_process.
8315 * gdb.threads/attach-stopped.exp (corefunc): Use
8316 spawn_wait_for_attach, spawn_id_get_pid and
8317 kill_wait_spawned_process.
8318 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8319 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8320 kill_wait_spawned_process instead of explicit "kill -9".
8321 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8322 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8323 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8324 processes. Don't map cygwin/windows pids here. Now returns a
8325 spawn id list.
8326
032a0fca
SL
83272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8328
8329 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8330 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8331 correct patch.
8332
61a934ca
SL
83332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8334
8335 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8336
4bc4d428
SL
83372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8338
8339 Reapply:
8340 2014-05-21 Mark Wielaard <mjw@redhat.com>
8341
8342 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8343
998d452a
PA
83442015-07-30 Pedro Alves <palves@redhat.com>
8345
8346 * linux-low.c (handle_extended_wait): Set the child's last
8347 reported status to TARGET_WAITKIND_STOPPED.
8348
69dde7dc
PA
83492015-07-30 Pedro Alves <palves@redhat.com>
8350
8351 PR threads/18600
8352 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8353 only shows inferior 1.
8354
4dd63d48
PA
83552015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8356 Pedro Alves <palves@redhat.com>
8357
8358 PR threads/18600
8359 * gdb.threads/fork-plus-threads.c: New file.
8360 * gdb.threads/fork-plus-threads.exp: New file.
8361
d618e4c5
PP
83622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8363
8364 * gdb.base/batch-preserve-term-settings.exp
8365 (test_terminal_settings_preserved_after_cli_exit): Use
8366 send_quit_command.
8367
1eef6428
PA
83682015-07-29 Pedro Alves <palves@redhat.com>
8369 Don Breazeal <donb@codesourcery.com>
8370
8371 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8372 output from both inferior_spawn_id and gdb_spawn_id.
8373
7da5b897
SDJ
83742015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8375
8376 * gdb.threads/attach-into-signal.exp (corefunc): Use
8377 with_test_prefix on nested loops, uniquefying the test messages.
8378
dac804df
SDJ
83792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8380
8381 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8382 commit.
8383
06265e53
PP
83842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8385
8386 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8387 New proc.
8388 (test_terminal_settings_preserved_after_sigterm): New test.
8389
18206ca3
PP
83902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8391
8392 * gdb.base/batch-preserve-term-settings.exp
8393 (test_terminal_settings_preserved_after_cli_exit): New test.
8394
90074d11
PP
83952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8396
8397 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8398 manipulation of saved_gdbflags.
8399 (test_terminal_settings_preserved): Remove global declaration of
8400 the unused variable pagination_prompt. Remove manipulation of
8401 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8402 GDBFLAGS.
8403
eb1a7902
PA
84042015-07-29 Pedro Alves <palves@redhat.com>
8405
8406 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8407
8b75dd3b
PA
84082015-07-29 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8411 at the top.
8412
dedad4e3
PA
84132015-07-29 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8416 (main): Call gdb_unbuffer_output.
8417 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8418 (main): Call gdb_unbuffer_output.
8419 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8420 (main): Call gdb_unbuffer_output.
8421 * gdb.base/call-strs.exp: Adjust to step over the
8422 gdb_unbuffer_output call.
8423 * gdb.base/catch-gdb-caused-signals.c: Include
8424 "../lib/unbuffer_output.c".
8425 (main): Call gdb_unbuffer_output.
8426 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8427 (main): Call gdb_unbuffer_output.
8428 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8429 (main): Call gdb_unbuffer_output.
8430 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8431 (main): Call gdb_unbuffer_output.
8432 * gdb.base/shlib-call.exp: Adjust to step over the
8433 gdb_unbuffer_output call.
8434 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8435 (main): Call gdb_unbuffer_output.
8436 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8437 (main): Call gdb_unbuffer_output.
8438 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8439 (main): Rename to ...
8440 (test): ... this.
8441 (main): Reimplement.
8442 * gdb.base/varargs.exp: Run to test instead of to main.
8443 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8444 (main): Call gdb_unbuffer_output.
8445
58789a91
PA
84462015-07-29 Pedro Alves <palves@redhat.com>
8447
8448 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8449 factore out from mi_continue_dprintf. For call-style dprintfs,
8450 expect dprintf output out of $inferior_spawn_id.
8451 (mi_continue_dprintf): Use mi_expect_dprintf.
8452 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8453 (main): Call gdb_unbuffer_output.
8454
e8376742
PA
84552015-07-29 Pedro Alves <palves@redhat.com>
8456
8457 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8458 (default_mi_gdb_start): Set inferior_spawn_id instead of
8459 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8460 gdb_spawn_id.
8461 (mi_gdb_test): Always expect inferior output from both
8462 $inferior_spawn_id and $gdb_spawn_id.
8463
08280010
PA
84642015-07-29 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8467 send_inferior and $inferior_spawn_id.
8468
4d30e432
PA
84692015-07-29 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.gdb/complaints.exp (test_initial_complaints)
8472 (test_serial_complaints, test_short_complaints): Use
8473 gdb_test_stdio.
8474 (test_empty_complaint): Handle $inferior_spawn_id !=
8475 $gdb_spawn_id.
8476
0d30a335
PA
84772015-07-29 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.base/varargs.exp: Use gdb_test_stdio.
8480
39413b29
PA
84812015-07-29 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8484
7cb000a9
PA
84852015-07-29 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8488
d7b8ac82
PA
84892015-07-29 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8492 parameter into two new parameters, "inf_result" and "gdb_result".
8493 Expect inferior output and gdb output from $inferior_spawn_id and
8494 $gdb_spawn_id, respectively. Adjust all callers.
8495
789c3a0c
PA
84962015-07-29 Pedro Alves <palves@redhat.com>
8497
8498 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8499 of gdb_test_sequence.
8500
77e760c3
PA
85012015-07-29 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8504 (saw_spurious_output): Expect inferior output from
8505 $inferior_spawn_id. Use gdb_test_stdio.
8506
8396d2cd
PA
85072015-07-29 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/dprintf.exp: Use standard_testfile. Change
8510 prepare_for_testing call.
8511 (srcfile): Don't set.
8512 (restart): New procedure.
8513 (test_dprintf): New procecure, use to continue over dprintfs.
8514 (test_call, test_agent): New procedures, tests moved here.
8515 Restart gdb and recreate dprintfs. Adjust expected output.
8516
2051d61f
PA
85172015-07-29 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8520
452397af
PA
85212015-07-29 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8524
8aed9555
PA
85252015-07-29 Pedro Alves <palves@redhat.com>
8526
8527 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8528 gdb_test_stdio.
8529
188a61b4
PA
85302015-07-29 Pedro Alves <palves@redhat.com>
8531
8532 * lib/gdb.exp (gdb_test_stdio): New procedure.
8533
12264a45
PA
85342015-07-29 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8537
23ffc893
PA
85382015-07-29 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.base/call-signal-resume.exp: Remove check for
8541 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8542 * gdb.base/unwindonsignal.exp: Likewise.
8543 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8544 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8545
65566918
PA
85462015-07-29 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.base/siginfo-addr.c (pass): New function.
8549 (handler): Call it iff si_addr is correct.
8550 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8551 Set a breakpoint at "pass" and continue to it.
8552
d60a9221
SDJ
85532015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8554
8555 * gdb.python/py-objfile.exp: Make some tests have unique names.
8556 * gdb.python/py-pp-registration.exp: Likewise.
8557
bde40b8f
PA
85582015-07-28 Pedro Alves <palves@redhat.com>
8559
8560 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8561
13e1dec8
SM
85622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8563
8564 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8565
da33c9a7
SM
85662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8567
8568 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8569
077836f7
PP
85702015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8571
8572 * gdb.base/gdb-sigterm-2.exp: New test.
8573
b8cc7b2e
DE
85742015-07-25 Doug Evans <xdje42@gmail.com>
8575
8576 Revert:
8577 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8578 (workers/%.worker, build-perf): New rule.
8579 (GDB_PERFTEST_MODE): New variable.
8580 (check-perf): Use it.
8581 (clean): Clean up gdb.perf parallel build subdirs.
8582 * lib/build-piece.exp: New file.
8583 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8584 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8585 name.
8586 (standard_temp_file): Ditto.
8587 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8588 of $GDB_PARALLEL.
8589
c8bd4544
DE
85902015-07-24 Doug Evans <dje@google.com>
8591
8592 * gdb.perf/lib/perftest/utils.py: New file.
8593 * gdb.perf/gm-hello.cc: New file.
8594 * gdb.perf/gm-pervasive-typedef.cc: New file.
8595 * gdb.perf/gm-pervasive-typedef.h: New file.
8596 * gdb.perf/gm-std.cc: New file.
8597 * gdb.perf/gm-std.h: New file.
8598 * gdb.perf/gm-use-cerr.cc: New file.
8599 * gdb.perf/gm-utils.h: New file.
8600 * gdb.perf/gmonster-null-lookup.py: New file.
8601 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8602 * gdb.perf/gmonster-print-cerr.py: New file.
8603 * gdb.perf/gmonster-ptype-string.py: New file.
8604 * gdb.perf/gmonster-runto-main.py: New file.
8605 * gdb.perf/gmonster-select-file.py: New file.
8606 * gdb.perf/gmonster1-null-lookup.exp: New file.
8607 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8608 * gdb.perf/gmonster1-print-cerr.exp: New file.
8609 * gdb.perf/gmonster1-ptype-string.exp: New file.
8610 * gdb.perf/gmonster1-runto-main.exp: New file.
8611 * gdb.perf/gmonster1-select-file.exp: New file.
8612 * gdb.perf/gmonster1.cc: New file.
8613 * gdb.perf/gmonster1.exp: New file.
8614 * gdb.perf/gmonster2-null-lookup.exp: New file.
8615 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8616 * gdb.perf/gmonster2-print-cerr.exp: New file.
8617 * gdb.perf/gmonster2-ptype-string.exp: New file.
8618 * gdb.perf/gmonster2-runto-main.exp: New file.
8619 * gdb.perf/gmonster2-select-file.exp: New file.
8620 * gdb.perf/gmonster2.cc: New file.
8621 * gdb.perf/gmonster2.exp: New file.
8622
6eab34f3
DE
86232015-07-24 Doug Evans <dje@google.com>
8624
8625 * gdb.perf/README: New file.
8626 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8627 * lib/gen-perf-test.exp: New file.
8628
63738bfd
DE
86292015-07-24 Doug Evans <dje@google.com>
8630
8631 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8632 (PerfTest::startup): New function.
8633 (PerfTest::run): Return result of calling body.
8634 (PerfTest::assemble): Rewrite.
8635 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8636 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8637 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8638 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8639 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8640
7b606f95
DE
86412015-07-24 Doug Evans <dje@google.com>
8642
8643 * lib/gdb.exp (clean_restart): Make executable optional.
8644
a97b16b8
DE
86452015-07-24 Doug Evans <dje@google.com>
8646
8647 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8648 compiler_info references.
8649 * gdb.cp/temargs.exp: Ditto.
8650 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8651 (get_compiler_info): Early exit if already computed. Set compiler_info
8652 to "unknown" if there was a problem.
8653 (test_compiler_info): Add function comment. Call get_compiler_info.
8654
35baa57f
DE
86552015-07-24 Doug Evans <dje@google.com>
8656
8657 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8658 (workers/%.worker, build-perf): New rule.
8659 (GDB_PERFTEST_MODE): New variable.
8660 (check-perf): Use it.
8661 (clean): Clean up gdb.perf parallel build subdirs.
8662 * lib/build-piece.exp: New file.
8663 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8664 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8665 name.
8666 (standard_temp_file): Ditto.
8667 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8668 of $GDB_PARALLEL.
8669
6ebea266
DE
86702015-07-24 Doug Evans <dje@google.com>
8671
8672 * lib/future.exp (gdb_default_target_compile): New option
8673 "early_flags".
8674 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8675 --as-needed.
8676
1e76a7e9
SDJ
86772015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8678
8679 * gdb.base/catch-syscall.exp: Call gdb_exit before
8680 gdb_skip_xml_test.
8681
5068630a
PA
86822015-07-24 Pedro Alves <palves@redhat.com>
8683
8684 * gdb.python/py-events.exp: Accept output between the stop event
8685 and the prompt.
8686 * gdb.python/py-evsignal.exp: Likewise.
8687 * gdb.python/py-evthreads.exp: Likewise.
8688
77598427
PA
86892015-07-24 Pedro Alves <palves@redhat.com>
8690
8691 PR gdb/18717
8692 * gdb.threads/non-ldr-exit.c: New file.
8693 * gdb.threads/non-ldr-exit.exp: New file.
8694
11e6c98f
YQ
86952015-07-24 Yao Qi <yao.qi@linaro.org>
8696
8697 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8698 restarting process.
8699
51aee833
YQ
87002015-07-24 Yao Qi <yao.qi@linaro.org>
8701
8702 * gdb.server/ext-restart.exp: New file.
8703
8cfe207c
YQ
87042015-07-24 Yao Qi <yao.qi@linaro.org>
8705
8706 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8707 argument options.
8708 * gdb.server/ext-wrapper.exp: New file.
8709
cc12ce38
DE
87102015-07-23 Doug Evans <dje@google.com>
8711
8712 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8713 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8714
d0d84780
PMR
87152015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8716
8717 * gdb.ada/var_arr_typedef.exp: New testcase.
8718 * gdb.ada/var_arr_typedef/pack.adb: New file.
8719 * gdb.ada/var_arr_typedef/pack.ads: New file.
8720 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8721
8b558f79
JB
87222015-07-20 Joel Brobecker <brobecker@adacore.com>
8723
8724 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8725
775a3298
JK
87262015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8727
8728 * gdb.arch/i386-biarch-core.exp: Replace istarget
8729 by "complete set gnutarget". Remove expectation for the "core-file"
8730 command.
8731
db1ff28b
JK
87322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8733
8734 Revert the previous commit:
8735 Tests for validate symbol file using build-id.
8736
0a94970d
JK
87372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8738
8739 Tests for validate symbol file using build-id.
8740 * gdb.base/solib-mismatch-lib.c: New file.
8741 * gdb.base/solib-mismatch-libmod.c: New file.
8742 * gdb.base/solib-mismatch.c: New file.
8743 * gdb.base/solib-mismatch.exp: New file.
8744
03346981
SL
87452015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8746
8747 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8748 nios2-*-linux*.
8749 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8750 * gdb.base/siginfo.exp: Likewise.
8751 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8752
42422cc7
PL
87532015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8754
8755 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8756 Move it to ...
8757 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8758 ... here.
8759 * gdb.trace/range-stepping.exp: Check that the target supports
8760 range stepping.
8761
cfa68bae
JK
87622015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8765
8ffdba26
PA
87662015-07-14 Pedro Alves <palves@redhat.com>
8767
8768 * gdb.base/killed-outside.exp: New file.
8769 * gdb.base/killed-outside.c: New file.
8770
218a5a11
JK
87712015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8772
8773 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8774 (n at main): New.
8775 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8776
e03ed3c6
AA
87772015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8778
8779 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8780 infcall tests instead of setting up for KFAIL.
8781
485668e5
MM
87822015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8783
8784 * gdb.btrace/record_goto-step.exp: New.
8785
08464196
JK
87862015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8787
8788 PR compile/18484
8789 * gdb.compile/compile.c (struct struct_type): Add volatile to
8790 selffield's type.
8791 * gdb.compile/compile.exp
8792 (compile code struct_object.selffield = &struct_object): Skip further
8793 struct_object tests if this one xfails.
8794
bcf5c1d9
RC
87952015-07-08 Robert O'Callahan <robert@ocallahan.org>
8796
8797 PR exp/18617
8798 * gdb.trace/ax.exp: Add test.
8799
4931af25
YQ
88002015-07-07 Yao Qi <yao.qi@linaro.org>
8801
8802 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8803 instead of istarget "aarch64*-*-*".
8804 * gdb.arch/aarch64-fp.exp: Likewise.
8805 * gdb.base/float.exp: Likewise.
8806 * gdb.reverse/aarch64.exp: Likewise.
8807 * lib/gdb.exp (is_aarch64_target): New proc.
8808
9fcf688e
YQ
88092015-07-07 Yao Qi <yao.qi@linaro.org>
8810
8811 * lib/gdb.exp (is_aarch32_target): New proc.
8812 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8813 instead of "istarget "arm*-*-*"".
8814 * gdb.arch/arm-disp-step.exp: Likewise.
8815 * gdb.arch/thumb-bx-pc.exp: Likewise.
8816 * gdb.arch/thumb-prologue.exp: Likewise.
8817 * gdb.arch/thumb-singlestep.exp: Likewise.
8818 * gdb.base/disp-step-syscall.exp: Likewise.
8819 * gdb.base/float.exp: Likewise.
8820
fbd8d50d
YQ
88212015-07-07 Yao Qi <yao.qi@linaro.org>
8822
8823 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8824 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8825
71be1fdc
YQ
88262015-07-07 Yao Qi <yao.qi@linaro.org>
8827
8828 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8829 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8830 if it exists.
8831 * gdb.multi/multi-arch.exp: Likewise.
8832
3e221d36
SM
88332015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8834
8835 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8836 print.
8837
d441430b
YQ
88382015-07-07 Yao Qi <yao.qi@linaro.org>
8839
8840 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8841
06f810bd
MG
88422015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8843
8844 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8845 '[' and ']' characters.
8846
5e61e7c0
IB
88472015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8848
8849 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8850
28bf096c
PA
88512015-06-29 Pedro Alves <palves@redhat.com>
8852
8853 PR threads/18127
8854 * gdb.threads/hand-call-new-thread.c: New file.
8855 * gdb.threads/hand-call-new-thread.c: New file.
8856
ee93cd5e
KS
88572015-06-26 Keith Seitz <keiths@redhat.com>
8858 Doug Evans <dje@google.com>
8859
8860 PR 16253
8861 * gdb.cp/var-tag-2.cc: New file.
8862 * gdb.cp/var-tag-3.cc: New file.
8863 * gdb.cp/var-tag-4.cc: New file.
8864 * gdb.cp/var-tag.cc: New file.
8865 * gdb.cp/var-tag.exp: New file.
8866
fc637f04
PP
88672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8868
8869 * gdb.base/history-duplicates.exp: New test.
8870
2e52ae68
PP
88712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8872
8873 * gdb.base/completion.exp: Test the completion of the "focus"
8874 command.
8875
6e22494e
JK
88762015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8877
8878 * gdb.arch/amd64-prologue-skip.S: New file.
8879 * gdb.arch/amd64-prologue-skip.exp: New file.
8880
bf7b9cd9
SM
88812015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8882
8883 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8884 is_address_zero_readable check.
8885
201e8dfd
PB
88862015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8887
8888 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8889 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8890
5cd867b4
YQ
88912015-06-24 Yao Qi <yao.qi@linaro.org>
8892
8893 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8894 linux targets.
8895
4d7be007
YQ
88962015-06-24 Yao Qi <yao.qi@linaro.org>
8897
8898 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8899 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8900 * gdb.base/siginfo-thread.exp: Likewise.
8901
07fcd301
YQ
89022015-06-22 Yao Qi <yao.qi@linaro.org>
8903
8904 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8905
52042a00
YQ
89062015-06-22 Yao Qi <yao.qi@linaro.org>
8907
8908 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8909 aarch64*-*-*.
8910 (skip_hw_watchpoint_tests): Likewise.
8911
74bd41ce
PP
89122015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8913
8914 * gdb.base/gdbinit-history.exp: Test the interaction between
8915 setting GDBHISTSIZE and setting the history size via .gdbinit.
8916
bc460514
PP
89172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8918
8919 PR gdb/16999
8920 * gdb.base/gdbhistsize-history.exp: New test.
8921
b58c513b
PP
89222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8923
8924 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8925 with GDBHISTSIZE.
8926 * gdb.base/readline.exp: Likewise.
8927
92046791
YQ
89282015-06-17 Yao Qi <yao.qi@linaro.org>
8929
8930 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8931 line.
8932
2093d2d3
PP
89332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8934
8935 * gdb.base/gdbinit-history.exp: Add test case to check that
8936 an unlimited history file does not get truncated on exit.
8937
e6c693af
AA
89382015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8939
8940 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8941 (VECTOR): New macro. Use it...
8942 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8943 ...for these typedefs.
8944 (int8, char1, int1, double1): New typedefs.
8945 (struct just_int2, struct two_int2): New structures.
8946 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8947 (add_structvecs, add_singlevecs): New functions.
8948 (main): Call add_some_intvecs twice.
8949 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8950 the compile and exit upon failure. Try compiling for the "native"
8951 architecture. Test inferior function calls with vector arguments
8952 and vector return value handling with "finish" and "return".
8953
c74f7d1c
JT
89542015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8955
8956 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8957 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8958 PE file.
8959 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8960
98aa42ee
AT
89612015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8962
8963 PR breakpoints/16465
8964 * gdb.mi/mi-dprintf-pending.c: New file.
8965 * gdb.mi/mi-dprintf-pending.exp: New test.
8966 * gdb.mi/mi-dprintf-pendshr.c: New file.
8967
7d73c23c 89682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8969 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8970
8971 * gdb.arch/i386-mpx-map.c: New file.
8972 * gdb.arch/i386-mpx-map.exp: New File.
8973
89742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8975
8976 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8977 * gdb.arch/i386-mpx.exp: Indentation fixed.
8978
89792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8980
8981 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8982 function and improved indentation.
8983 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8984 gdb_test_multiple. Added additional tests to skip the test.
8985
89862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8987
8988 * gdb.arch/i386-avx512.c: Change path in include file.
8989 * gdb.arch/i386-avx512.exp: Change include dir path
8990 compilation flag.
8991 * gdb.arch/i386-mpx.c: Change path in include file.
8992 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8993 flag.
8994
d5eba19a
JK
89952015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8996
8997 * gdb.compile/compile-print.exp (compile print *vararray@3)
8998 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8999
7f361056
JK
90002015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9001
9002 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9003 (do not keep jit in memory): ... this.
9004 (expect 5): Change it to ...
9005 (expect no 5): ... this.
9006
3b462ec2
SM
90072015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9008
9009 PR gdb/15564
9010 * gdb.mi/mi-detach.exp: New file.
9011
e0619de6
JK
90122015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9013
9014 PR symtab/18392
9015 * gdb.arch/amd64-tailcall-self.S: New file.
9016 * gdb.arch/amd64-tailcall-self.c: New file.
9017 * gdb.arch/amd64-tailcall-self.exp: New file.
9018
e970cb34
DB
90192015-05-28 Don Breazeal <donb@codesourcery.com>
9020
9021 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9022 tests for remote targets by checking is_target_gdbserver.
9023
b2e2f908
DE
90242015-05-27 Doug Evans <dje@google.com>
9025
9026 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9027 * gdb.dwarf2/opaque-type-lookup.c: New file.
9028 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9029
82c7be31
DE
90302015-05-26 Doug Evans <dje@google.com>
9031
9032 * gdb.cp/iostream.cc: New file.
9033 * gdb.cp/iostream.exp: New file.
9034
b4f54984
DE
90352015-05-26 Doug Evans <dje@google.com>
9036
9037 * gdb.dwarf2/dw2-op-call.exp: Update.
9038 * gdb.dwarf2/dw4-sig-types.exp: Update.
9039 * gdb.dwarf2/implptr.exp: Update.
9040 * gdb.mi/mi-cmd-param-changed.exp: Update.
9041
4ea6efe9
DE
90422015-05-26 Doug Evans <dje@google.com>
9043
9044 * gdb.python/py-lazy-string.c: New file.
9045 * gdb.python/py-lazy-string.exp: New file.
9046 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9047 (main): Update. Add estring3.
9048 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9049 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9050
f6bb7db3
YQ
90512015-05-26 Omair Javaid <omair.javaid@linaro.org>
9052 Yao Qi <yao.qi@linaro.org>
9053
9054 * gdb.reverse/aarch64.c: New.
9055 * gdb.reverse/aarch64.exp: New.
9056
a81bfbd0
OJ
90572015-05-26 Omair Javaid <omair.javaid@linaro.org>
9058
25d49b86
PA
9059 * lib/gdb.exp (supports_process_record): Return true for
9060 aarch64*-linux*.
a81bfbd0
OJ
9061 (supports_reverse): Likewise.
9062
158bf1b4
PP
90632015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9064
9065 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9066 Use with_test_prefix.
9067
a0145030
AB
90682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9069
9070 * gdb.base/completion.exp: Add test for completion of layout
9071 names.
9072
ebe3b578
AB
90732015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9074
9075 * lib/gdb.exp (skip_tui_tests): New proc.
9076 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9077
84204ed7
PA
90782015-05-19 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9081 Save the whole env array instead of just HOME. Unset HISTSIZE in
9082 the environment while testing. Restore whole environment
9083 afterwards.
9084
37442ce1
DE
90852015-05-16 Doug Evans <xdje42@gmail.com>
9086
9087 * gdb.guile/scm-ports.c: New file.
9088 * gdb.guile/scm-ports.exp: Add memory port tests.
9089
36de76f9
JK
90902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9091
9092 * gdb.compile/compile-print.c: New file.
9093 * gdb.compile/compile-print.exp: New file.
9094
3a9558c4
JK
90952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9096
9097 * gdb.compile/compile-ops.exp: Cast param to void.
9098 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9099 (compile code struct_object.selffield = &struct_object): Add xfail.
9100
aa715135
JG
91012015-05-15 Joel Brobecker <brobecker@adacore.com>
9102
9103 * gdb.ada/arr_enum_with_gap: New testcase.
9104
931e5bc3
JG
91052015-05-15 Joel Brobecker <brobecker@adacore.com>
9106
9107 * gdb.ada/byte_packed_arr: New testcase.
9108
9cd4d857
JB
91092015-05-15 Joel Brobecker <brobecker@adacore.com>
9110
9111 * gdb.ada/pckd_neg: New testcase.
9112
ebfd00d2
PP
91132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9114
9115 PR gdb/17820
9116 * gdb.base/gdbinit-history.exp: New test.
9117 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9118 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9119
4c082a81
SC
91202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9121
9122 * gdb.python/py-xmethods.cc: Enhance test case.
9123 * gdb.python/py-xmethods.exp: New tests.
9124 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9125 function.
9126 (B_indexoper): Likewise.
9127 (global_dm_list) : Add new xmethod worker functions.
9128
f7797074
SDJ
91292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9130
9131 * gdb.base/coredump-filter.exp: Correctly unset
9132 "coredump_var_addr" array.
9133
a4674e4e
PA
91342015-05-08 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.server/non-existing-program.exp: Unset spawn_id.
9137
df2eb078
SC
91382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9139
9140 PR python/18291
9141 * gdb.python/py-xmethods.exp: Add tests.
9142
422349a3
YQ
91432015-05-08 Yao Qi <yao.qi@linaro.org>
9144
9145 PR gdb/18208
9146 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9147 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9148 function set_coredump_filter, and remove remote_exec call.
9149 Remove argument ipid. Callers update.
9150 (top level): Don't get inferior's PID.
9151
63fc80ce
AA
91522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9153
9154 * gdb.base/watch_thread_num.exp: Skip test on targets without
9155 access watchpoints.
9156
80ad801e
PA
91572015-05-06 Pedro Alves <palves@redhat.com>
9158
9159 PR server/18081
9160 * gdb.server/non-existing-program.exp: New file.
9161
0fa7fe50
JB
91622015-05-05 Joel Brobecker <brobecker@adacore.com>
9163
9164 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9165
3ea89b92
PMR
91662015-05-05 Joel Brobecker <brobecker@adacore.com>
9167
9168 * gdb.ada/out_of_line_in_inlined: New testcase.
9169
87b8eff0
JB
91702015-05-05 Joel Brobecker <brobecker@adacore.com>
9171
9172 * gdb.ada/var_rec_arr: New testcase.
9173
5fccc635
YQ
91742015-04-30 Yao Qi <yao.qi@linaro.org>
9175
9176 * gdb.base/break-idempotent.exp: If
9177 skip_hw_watchpoint_multi_tests returns true, skip the tests
9178 on "rwatch" and "awatch".
9179
42d38f42
YQ
91802015-04-30 Yao Qi <yao.qi@linaro.org>
9181
9182 * gdb.base/relativedebug.exp: Invoke gdb command
9183 "info sharedlibrary", and if libc.so doesn't have debug info,
9184 skip the test.
9185
2ce1cdbf
DE
91862015-04-29 Doug Evans <dje@google.com>
9187
9188 * gdb.python/py-xmethods.exp: Add ptype tests.
9189 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9190 get_result_type method.
9191
f24a38c5
LM
91922015-04-29 Luis Machado <lgustavo@codesourcery.com>
9193
9194 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9195 the target does not support hardware watchpoints.
9196
ecbf2b3c
LM
91972015-04-29 Luis Machado <lgustavo@codesourcery.com>
9198
9199 * gdb.base/break-always.exp: Abort testing if writing to memory
9200 causes an error.
9201
34f5f757
DE
92022015-04-28 Doug Evans <dje@google.com>
9203
9204 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9205 * gdb.python/py-pp-registration.exp: ... here. New file.
9206 * gdb.python/py-pp-registration.c: New file.
9207 * gdb.python/py-pp-registration.py: New file.
9208
69b4374a
DE
92092015-04-28 Doug Evans <dje@google.com>
9210
9211 * gdb.python/py-bad-printers.c: New file.
9212 * gdb.python/py-bad-printers.py: New file.
9213 * gdb.python/py-bad-printers.exp: New file.
9214
59fb7612
SS
92152015-04-28 Sasha Smundak <asmundak@google.com>
9216
9217 * gdb.python/py-type.exp: New test.
9218
2631b16a
AW
92192015-04-28 Andy Wingo <wingo@igalia.com>
9220
9221 * gdb.python/py-parameter.exp:
9222 * gdb.guile/scm-parameter.exp: Escape the path that we are
9223 matching against, as it might contain characters that are special
9224 to regular expressions.
9225
460efde1
JB
92262015-04-27 Joel Brobecker <brobecker@adacore.com>
9227
9228 * gdb.ada/rec_comp: New testcase.
9229
2d369d8e
SDJ
92302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9231
9232 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9233 before using it.
9234
cf75d6c3
AB
92352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9236
9237 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9238 new tests for verilog output.
9239
8dbe7ca5
YQ
92402015-04-24 Yao Qi <yao.qi@linaro.org>
9241
9242 * boards/remote-gdbserver-on-localhost.exp: New file.
9243
4ef9fb2f
PA
92442015-04-23 Pedro Alves <palves@redhat.com>
9245
9246 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9247 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9248 "end of file", remove $inferior_spawn_id from the indirect list.
9249
0a803169
PA
92502015-04-23 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9253
749ef8f8
PA
92542015-04-23 Pedro Alves <palves@redhat.com>
9255
9256 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9257 on $any_spawn_id instead of only on $gdb_spawn_id.
9258
8aae4344
PM
92592015-04-21 Pierre Muller <muller@sourceware.org>
9260
9261 PR pascal/17815
9262 * lib/pascal.exp (gpc_compile): Add new option "class".
9263 (fpc_compile): Likewise.
9264 * gdb.pascal/case-insensitive-symbols.pas: New file.
9265 * gdb.pascal/case-insensitive-symbols.exp: New file.
9266
1586c8fb
GB
92672015-04-20 Gary Benson <gbenson@redhat.com>
9268
9269 * gdb.base/attach.exp: Fix three extended remote failures.
9270
1b6e6f5c
GB
92712015-04-17 Gary Benson <gbenson@redhat.com>
9272
9273 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9274 the main executable over the remote protocol.
9275
e797481d
PA
92762015-04-16 Pedro Alves <palves@redhat.com>
9277
9278 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9279 a new gdbserver if gdbserver_reconnect_p is set.
9280
1ca99c42
PA
92812015-04-16 Pedro Alves <palves@redhat.com>
9282
9283 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9284 is set, don't exit gdbserver.
9285
af9fd6f8
AA
92862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9287
9288 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9289 appropriate .insn, such that an older assembler can be used.
9290 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9291 the z/Architecture instruction set on 31-bit targets as well.
9292
04ff1e61
AA
92932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9294
9295 * gdb.go/handcall.exp: Remove all logic related to the first
9296 breakpoint and rely on go_runto_main instead.
9297 * gdb.go/strings.exp: Likewise.
9298 * gdb.go/unsafe.exp: Likewise.
9299 * gdb.go/hello.exp: Likewise. Also rename the remaining
9300 breakpoint marker to "breakpoint 1".
9301 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9302 * gdb.go/strings.go: Likewise.
9303 * gdb.go/unsafe.go: Likewise.
9304 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9305 "set breakpoint 2 here" and rename the remaining breakpoint marker
9306 to "breakpoint 1".
9307
40d2f8d6
SM
93082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9309
9310 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9311 if itertools.imap is not present.
9312 * gdb.python/py-objfile.exp: Add parentheses.
9313 * gdb.python/py-type.exp: Same.
9314 * gdb.python/py-unwind-maint.py: Same.
9315
8cbc97c6
YQ
93162015-04-15 Yao Qi <yao.qi@linaro.org>
9317
9318 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9319 of ":$ptr_size" and set its form explicitly.
9320
45fd756c
YQ
93212015-04-15 Pedro Alves <palves@redhat.com>
9322 Yao Qi <yao.qi@linaro.org>
9323
9324 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9325 timeout by factor of 4.
9326 (test_regular_watch): Likewise.
9327 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9328 * gdb.reverse/sigall-reverse.exp: Likewise.
9329 * gdb.reverse/until-precsave.exp: Likewise.
9330 * lib/gdb.exp (with_timeout_factor): New proc.
9331 (gdb_expect): Move some code to ...
9332 (get_largest_timeout): ... here. New procedure.
9333
9e811bc3
LM
93342015-04-14 Luis Machado <lgustavo@codesourcery.com>
9335
9336 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9337
0ff6fcb2
LM
93382015-04-13 Luis Machado <lgustavo@codesourcery.com>
9339
9340 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9341 to write to the .text section.
9342
7578d5f7
LM
93432015-04-13 Luis Machado <lgustavo@codesourcery.com>
9344
9345 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9346 Handle the case of targets that do not provide PID information.
9347
2efe15c4
YQ
93482015-04-13 Yao Qi <yao.qi@linaro.org>
9349
9350 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9351 and use expect instead of gdb_expect.
9352
8cd8f2f8
SDJ
93532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9354
9355 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9356 "coredump_var_addr" to avoid naming conflict with other testcases.
9357
9ee41772
PA
93582015-04-10 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9361 gdb_test_sequence and gdb_assert.
9362
07473109
PA
93632015-04-10 Pedro Alves <palves@redhat.com>
9364
9365 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9366 test messages that don't include the breakpoint address.
9367
de3db44c
YQ
93682015-04-10 Yao Qi <yao.qi@linaro.org>
9369
9370 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9371 false for some offset and width combinations which aren't
9372 supported by linux kernel.
9373
c79d856c
PA
93742015-04-10 Pedro Alves <palves@redhat.com>
9375
9376 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9377 procedure, factored out from ...
9378 (top level): ... here. Add "set displaced-stepping" testing axis.
9379 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9380 parameter "displaced". Use it.
9381 (top level): Use foreach and add "set displaced-stepping" testing
9382 axis.
9383
ebc90b50
PA
93842015-04-10 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9387 Remove comment.
9388 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9389 both the address of the instruction that triggers the watchpoint
9390 and the address of the instruction immediately after, and use
9391 those addresses for the test. Fix comment.
9392
8f572e5c
PA
93932015-04-10 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.base/sigstep.exp (breakpoint_to_handler)
9396 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9397 Test "backtrace" in handler.
9398 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9399 (top level): Add new "displaced" test axis to
9400 breakpoint_to_handler, breakpoint_to_handler_entry and
9401 breakpoint_over_handler.
9402
8d707a12
PA
94032015-04-10 Pedro Alves <palves@redhat.com>
9404
9405 PR gdb/18216
9406 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9407
ef713951
YQ
94082015-04-10 Yao Qi <yao.qi@linaro.org>
9409
9410 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9411 (test_add_rn_pc): New function.
9412 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9413 (top level): Invoke test_add_rn_pc.
9414
906d60cf
PA
94152015-04-10 Pedro Alves <palves@redhat.com>
9416
9417 PR gdb/13858
9418 * gdb.base/step-over-no-symbols.exp: New file.
9419
f2983cc3
AW
94202015-04-09 Andy Wingo <wingo@igalia.com>
9421
9422 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9423 after the Python tests.
9424
6d62641c
SDJ
94252015-04-08 Keith Seitz <keiths@redhat.com>
9426
9427 PR python/16699
9428 * gdb.python/py-completion.exp: New tests for completion.
9429 * gdb.python/py-completion.py (CompleteLimit1): New class.
9430 (CompleteLimit2): Likewise.
9431 (CompleteLimit3): Likewise.
9432 (CompleteLimit4): Likewise.
9433 (CompleteLimit5): Likewise.
9434 (CompleteLimit6): Likewise.
9435 (CompleteLimit7): Likewise.
9436
f3770638
PA
94372015-04-08 Pedro Alves <palves@redhat.com>
9438
9439 PR gdb/18214
9440 PR gdb/18216
9441 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9442 function.
9443 (main): Install it as SIGUSR1 handler.
9444 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9445 parameter. Always use "setup" as prefix. Toggle "set
9446 displaced-stepping" off/on depending on global. Don't switch to
9447 thread 1 here.
9448 (top level): Add displaced stepping "off/on" test axis. Update
9449 "setup" calls. Wrap each subtest with with_test_prefix. Test
9450 continuing with a queued signal in each thread.
9451
4496bed7
PA
94522015-04-08 Pedro Alves <palves@redhat.com>
9453
9454 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9455 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9456 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9457 Return early if running to main fails.
9458 * gdb.trace/while-stepping.exp: Likewise.
9459
b97fde92
PA
94602015-04-07 Pedro Alves <palves@redhat.com>
9461
9462 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9463 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9464 interact with inferior program.
9465
f71c18e7
PA
94662015-04-07 Pedro Alves <palves@redhat.com>
9467
9468 * lib/gdb.exp (inferior_spawn_id): New global.
9469 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9470 spawn id after processing the user code.
9471 (default_gdb_start): Set inferior_spawn_id.
9472 (send_inferior): New procedure.
9473 * lib/gdbserver-support.exp (gdbserver_start): Set
9474 inferior_spawn_id.
9475 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9476
6423214f
PA
94772015-04-07 Pedro Alves <palves@redhat.com>
9478
9479 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9480 * lib/gdbserver-support.exp (gdbserver_start): Make
9481 $server_spawn_id global.
9482 (gdbserver_start): Don't wait for gdbserver's spawn id with
9483 expect_background.
9484 (close_gdbserver): New procedure.
9485 (gdb_exit): Rename the default version and reimplement.
9486
71c0ee8c
PA
94872015-04-07 Pedro Alves <palves@redhat.com>
9488
72f4393d 9489 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9490 append the substituted item, not the original item.
9491
203bc29b
PA
94922015-04-07 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9495 gdb_expect.
9496
508a3ddf
PA
94972015-04-07 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9500 output appearing once only.
9501
9f6dbe2b
PA
95022015-04-07 Pedro Alves <palves@redhat.com>
9503
9504 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9505 that doesn't expect anything. Return early if running to main
9506 fails.
9507
337532fa
YQ
95082015-04-07 Yao Qi <yao.qi@linaro.org>
9509
9510 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9511 (child_function): Call alarm.
9512 (main): Move call to alarm into the loop.
9513 * gdb.threads/non-stop-fair-events.exp: Build program with
9514 -DTIMEOUT=$timeout.
9515
01b622d4
DE
95162015-04-06 Doug Evans <xdje42@gmail.com>
9517
9518 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9519 Fix dest parameter to board_info.
9520 (fpc_compile): Ditto.
9521 (gdb_compile_pascal): Rename dest arg to destfile.
9522
961f4160
PMR
95232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9524
9525 * gdb.ada/funcall_ref.exp: New file.
9526 * gdb.ada/funcall_ref/foo.adb: New file.
9527
cafda597
YQ
95282015-04-02 Yao Qi <yao.qi@linaro.org>
9529
9530 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9531 is remote.
9532
fed040c6
GB
95332015-04-02 Gary Benson <gbenson@redhat.com>
9534
9535 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9536
d11916aa
SS
95372015-04-01 Sasha Smundak <asmundak@google.com>
9538
9539 * gdb.python/py-unwind-maint.c: New file.
9540 * gdb.python/py-unwind-maint.exp: New test.
9541 * gdb.python/py-unwind-maint.py: New file.
9542 * gdb.python/py-unwind.c: New file.
9543 * gdb.python/py-unwind.exp: New test.
9544 * gdb.python/py-unwind.py: New test.
9545
a1471180
PA
95462015-04-01 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9549 to fail instead of non-existent $test.
9550
0bbeccb1
PA
95512015-04-01 Pedro Alves <palves@redhat.com>
9552
9553 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9554 GDBFLAGS if not empty.
9555
3c724c8c
PMR
95562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9557
9558 * gdb.ada/complete.exp: Remove "multi_line".
9559 * gdb.ada/info_exc.exp: Remove "multi_line".
9560 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9561 * gdb.ada/ptype_field.exp: Remove "multi_line".
9562 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9563 * gdb.ada/tagged.exp: Remove "multi_line".
9564 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9565 [multi_line ...]
9566 * gdb.btrace/delta.exp: Likewise.
9567 * gdb.btrace/exception.exp: Likewise.
9568 * gdb.btrace/function_call_history.exp: Likewise.
9569 * gdb.btrace/instruction_history.exp: Likewise.
9570 * gdb.btrace/nohist.exp: Likewise.
9571 * gdb.btrace/record_goto.exp: Likewise.
9572 * gdb.btrace/segv.exp: Likewise.
9573 * gdb.btrace/stepi.exp: Likewise.
9574 * gdb.btrace/tailcall.exp: Likewise.
9575 * gdb.btrace/unknown_functions.exp: Likewise.
9576 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9577 * lib/gdb.exp: Add the "multi_line" helper.
9578
4eec2deb
PA
95792015-04-01 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.threads/tid-reuse.c: New file.
9582 * gdb.threads/tid-reuse.exp: New file.
9583
df8411da
SDJ
95842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9585
9586 PR corefiles/16092
9587 * gdb.base/coredump-filter.c: New file.
9588 * gdb.base/coredump-filter.exp: Likewise.
9589
6ef37366
PM
95902015-03-27 Petr Machata <pmachata@redhat.com>
9591
9592 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9593 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9594 (Dwarf::assemble): Initialize them.
9595 (Dwarf::lines): New function.
9596
7ec911b0
JT
95972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9598
9599 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9600 SYMBOL_PREFIX for x86_64-*-cygwin.
9601
ff908ebf
AW
96022015-03-26 Andy Wingo <wingo@igalia.com>
9603
9604 PR symtab/18148
9605 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9606 const_value but not a location.
9607 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9608 location defined in non-main CUs are visible.
9609
6d5f0679
YQ
96102015-03-26 Yao Qi <yao.qi@linaro.org>
9611
9612 PR testsuite/18139
9613 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9614 Add a line number entry for the same line.
9615 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9616 Add a line number entry for the same line.
9617
2898689b
YQ
96182015-03-26 Yao Qi <yao.qi@linaro.org>
9619
9620 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9621 .int 0.
9622 (func): Likewise. Add .Lfunc_1 label.
9623 Use .Lfunc_1 label.
9624 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9625 .int 0.
9626 (func): Likewise.
9627 Use .Lfunc_1 label.
9628
85180498
YQ
96292015-03-26 Yao Qi <yao.qi@linaro.org>
9630
9631 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9632 Call gdb_compile instead to compile each .s files without debug
9633 information.
9634
8aa08a8d
YQ
96352015-03-26 Yao Qi <yao.qi@linaro.org>
9636
9637 * gdb.base/savedregs.exp (process_saved_regs): Make
9638 "Saved registers:" optional in the pattern.
9639
66849923
MM
96402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9641
9642 * gdb.btrace/next.exp: Merged into step.exp.
9643 * gdb.btrace/finish.exp: Merged into step.exp.
9644 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9645 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9646 "record goto" and checking the exact replay position.
9647 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9648 check for "Recording format" in "info record" output.
9649 * gdb.btrace/record_goto.exp: Choose test file based on target.
9650 * gdb.btrace/x86-record_goto.S: Renamed into ...
9651 * gdb.btrace/x86_64-record_goto.S: ... this.
9652 * gdb.btrace/i686-record_goto.S: New.
9653 * gdb.btrace/x86-tailcall.S: Renamed into ...
9654 * gdb.btrace/x86_64-tailcall.S: ... this.
9655 * gdb.btrace/i686-tailcall.S: New.
9656 * gdb.btrace/x86-tailcall.c: Renamed into ...
9657 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9658 separate statements. Update test.
9659 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9660 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9661 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9662 * gdb.btrace/tailcall.exp: Choose test file based on target.
9663 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9664
11cc1b74
MM
96652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9666
9667 * gdb.btrace/exception.exp: Increase BTS buffer size.
9668
a25d8bf9
PA
96692015-03-24 Pedro Alves <palves@redhat.com>
9670
9671 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9672
856e7dd6
PA
96732015-03-24 Pedro Alves <palves@redhat.com>
9674
9675 * gdb.threads/schedlock.exp (test_step): No longer expect that
9676 "set scheduler-locking step" with "next" over a function call runs
9677 threads unlocked.
9678
ad235a41
AT
96792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9680
9681 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9682
15630549
AT
96832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9684
9685 PR breakpoints/16466
9686 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9687 * gdb.mi/mi-pending.c (thread_func): New function.
9688 (int main): Add threading support required.
9689 * gdb.mi/mi-pending.exp: Add tests for this issue.
9690 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9691 (pendfunc2): Remove stdio dependency.
9692 * gdb.mi/mi-pendshr2.c: New file.
9693
693dca06
KS
96942015-03-23 Keith Seitz <keiths@redhat.com>
9695
9696 * gdb.linespec/keywords.c: New file.
9697 * gdb.linespec/keywords.exp: New file.
9698
7e993ebf
KS
96992015-03-23 Keith Seitz <keiths@redhat.com>
9700
9701 PR gdb/18021
9702 * gdb.dwarf2/staticvirtual.exp: New test.
9703
bc23328c
JK
97042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9705
9706 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9707 * README: Remove HP-UX and gdb.hp.
9708 (configuration):
9709 * configure: Regenerate.
9710 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9711 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9712 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9713 gdb.hp/gdb.defects/Makefile.
9714 * gdb.hp/Makefile.in: File deleted.
9715 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9716 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9717 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9718 * gdb.hp/gdb.aCC/run.c: File deleted.
9719 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9720 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9721 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9722 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9723 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9724 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9725 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9726 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9727 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9728 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9729 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9730 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9731 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9732 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9733 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9734 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9735 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9736 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9737 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9738 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9739 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9740 * gdb.hp/gdb.compat/average.c: File deleted.
9741 * gdb.hp/gdb.compat/sum.c: File deleted.
9742 * gdb.hp/gdb.compat/xdb.c: File deleted.
9743 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9744 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9745 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9746 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9747 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9748 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9749 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9750 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9751 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9752 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9753 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9754 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9755 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9756 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9757 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9758 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9759 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9760 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9761 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9762 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9763 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9764 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9765 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9766 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9767 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9768 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9769 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9770 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9771 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9772 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9773 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9774 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9775 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9776 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9777 * gdb.hp/tools/odump: File deleted.
9778
8bf3b159
PA
97792015-03-19 Pedro Alves <palves@redhat.com>
9780
9781 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9782 (saw_thread_3): New globals.
9783 (top level): Increment them when an event for the corresponding
9784 thread is seen.
9785 (no thread starvation): New test.
9786
eb54c8bf
PA
97872015-03-19 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.threads/continue-pending-status.c: New file.
9790 * gdb.threads/continue-pending-status.exp: New file.
9791
32d2e5d6
PA
97922015-03-18 Pedro Alves <palves@redhat.com>
9793
9794 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9795 Use gdb_is_target_remote instead of is_remote. Use
9796 gdb_test_multiple instead of gdb_expect. Exit early if
9797 gdb_test_multiple hits its internal matches. Tighten stepi tests
9798 expected output. Fail on exit with any signal, instead of just
9799 SIGILL.
9800
f68f11b7
YQ
98012015-03-18 Yao Qi <yao.qi@linaro.org>
9802
9803 PR tdep/18107
9804 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9805 variable.
9806 * gdb.base/catch-syscall.exp: Don't skip it on
9807 aarch64*-*-linux* target. Remove elements in all_syscalls.
9808 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9809 target.
9810 (setup_all_syscalls): New proc.
9811
ca5fd19b
YQ
98122015-03-16 Yao Qi <yao.qi@linaro.org>
9813
9814 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9815 (top level): Skip tests if valid_addr_p returns false for
9816 $cmd1 or $cmd2.
9817
85642ba0
AW
98182015-03-11 Andy Wingo <wingo@igalia.com>
9819
9820 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9821
e03f9645
YQ
98222015-03-11 Yao Qi <yao.qi@linaro.org>
9823
9824 * gdb.base/catch-syscall.exp: Fix typo in comments.
9825
5d0962b2
YQ
98262015-03-11 Yao Qi <yao.qi@linaro.org>
9827
9828 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9829
b2df3cef
PA
98302015-03-09 Pedro Alves <palves@redhat.com>
9831
9832 * dg-extract-results.py: Delete.
9833
ef878e53
PA
98342015-03-09 Pedro Alves <palves@redhat.com>
9835
9836 Merge dg-extract-results.sh from GCC upstream (r218843).
9837
9838 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9839 * dg-extract-results.sh: Use --text with grep to avoid issues with
9840 binary files. Fall back to cat -v, if that doesn't work.
9841
9494d219
PA
98422015-03-05 Pedro Alves <palves@redhat.com>
9843
9844 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9845
a8d9763a
SM
98462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9847
9848 * lib/mi-support.exp (mi_expect_interrupt): Accept
9849 alternative event for when in all-stop mode.
9850
be9957b8
PA
98512015-03-04 Pedro Alves <palves@redhat.com>
9852
9853 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9854
d57be0f4 98552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9856
9857 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9858
c214c7cf
AA
98592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9860
9861 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9862 regexps for GDB's current line display, accept a hex address
9863 preceding the line number.
9864
6d74a497
AA
98652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9866
9867 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9868 the 'arch1' variable for "s390*-linux*" targets.
9869
511aee7c
PA
98702015-03-04 Pedro Alves <palves@redhat.com>
9871
9872 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9873 (main): Pass missing retval argument to pthread_join call.
9874
95e50b27
PA
98752015-03-02 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9878 (top level): Call do_test with non-stop as well.
9879
28054d69
PA
98802015-03-02 Pedro Alves <palves@redhat.com>
9881
9882 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9883 -1.
9884
4fa5d7b4
AA
98852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9886
9887 * gdb.arch/s390-vregs.exp: New test.
9888 * gdb.arch/s390-vregs.S: New file.
9889
97c18565
PA
98902015-02-27 Pedro Alves <palves@redhat.com>
9891
9892 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9893 call to catch_command_errors.
9894 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9895 catch_command_errors.
9896
a37bfa30
PA
98972015-02-27 Pedro Alves <palves@redhat.com>
9898
9899 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9900 "true" for boolean result.
9901 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9902 prototype of main.
9903
6f98576f
PA
99042015-02-27 Pedro Alves <palves@redhat.com>
9905
9906 * lib/unbuffer_output.c: New file.
9907 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9908 (main): Call gdb_unbuffer_output.
9909
eba5ab56
YQ
99102015-02-27 Yao Qi <yao.qi@linaro.org>
9911
9912 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9913 target.
9914
0def5aaa
DE
99152015-02-26 Doug Evans <dje@google.com>
9916
9917 * gdb.cp/class2.cc (Dbase, D): New classes.
9918 (main): New local delta.
9919 * gdb.cp/class2.exp: Test printing delta.
9920 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9921 (dynbar): New global.
9922 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9923
081a1c2c
JK
99242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9925
9926 * gdb.compile/compile-ifunc.c: New file.
9927 * gdb.compile/compile-ifunc.exp: New file.
9928
2f41223f
AT
99292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9930
9931 * gdb.base/structs.exp: Check for correct struct on finish.
9932
03eddd80
YQ
99332015-02-26 Yao Qi <yao.qi@linaro.org>
9934
9935 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9936 is zero.
9937
80c57053
JK
99382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9939
9940 * gdb.arch/cordic.ko.bz2: New file.
9941 * gdb.arch/cordic.ko.debug.bz2: New file.
9942 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9943
21613c12
YQ
99442015-02-25 Yao Qi <yao.qi@linaro.org>
9945
9946 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9947 aarch64*-*-* target.
9948
d8b901ed
PA
99492015-02-23 Pedro Alves <palves@redhat.com>
9950
9951 * lib/gdb.exp (delete_breakpoints): Rewrite using
9952 gdb_test_multiple.
9953
e5b85ead
PA
99542015-02-23 Pedro Alves <palves@redhat.com>
9955
9956 * gdb.base/info-os.c: Include stdlib.h.
9957
85c3a371
DE
99582015-02-22 Doug Evans <xdje42@gmail.com>
9959
9960 PR symtab/17855
9961 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9962 is read after symbols have been re-read.
9963 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9964 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9965
96553a0c
DE
99662015-02-21 Doug Evans <dje@google.com>
9967
9968 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9969
97a0c697
JK
99702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9971
9972 PR corefiles/17808
9973 * gdb.arch/i386-biarch-core.core.bz2: New file.
9974 * gdb.arch/i386-biarch-core.exp: New file.
9975
a47cd6e9
PA
99762015-02-21 Pedro Alves <palves@redhat.com>
9977
9978 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9979 runto_main fails.
9980
c5facdc4
PA
99812015-02-20 Pedro Alves <palves@redhat.com>
9982
9983 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9984 info probes.
9985
2db9a427
PA
99862015-02-20 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9989
60fb7e9e
PA
99902015-02-20 Pedro Alves <palves@redhat.com>
9991
9992 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9993 clean_restart before gdb_target_supports_trace.
9994
5c5019c2
PA
99952015-02-20 Pedro Alves <palves@redhat.com>
9996
9997 PR threads/18006
9998 * gdb.threads/clone-thread_db.c: New file.
9999 * gdb.threads/clone-thread_db.exp: New file.
10000
c9587f88
AT
100012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10002
10003 PR breakpoints/16812
10004 * gdb.base/catch-gdb-caused-signals.c: New file.
10005 * gdb.base/catch-gdb-caused-signals.exp: New file.
10006
f6a88844
JM
100072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10008
10009 * configure: Regenerated.
10010 * configure.ac: Use GDB_AC_TRANSFORM.
10011 * aclocal.m4: sinclude ../transform.m4.
10012
497c491b
JM
100132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10014
10015 * lib/dtrace.exp: New file.
10016 * gdb.base/dtrace-probe.exp: Likewise.
10017 * gdb.base/dtrace-probe.d: Likewise.
10018 * gdb.base/dtrace-probe.c: Likewise.
10019 * lib/pdtrace.in: Likewise.
10020 * configure.ac: Output variables with the transformed names of
10021 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10022 * configure: Regenerated.
10023
03e98035
JM
100242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10025
10026 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10027 expected message when trying to access $_probe_* convenience
10028 variables while not on a probe.
10029
63cc30e9
JK
100302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10031
10032 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10033
0703599a
PA
100342015-02-11 Pedro Alves <pedro@codesourcery.com>
10035
10036 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10037 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10038
7e60a48e
DE
100392015-02-10 Doug Evans <xdje42@gmail.com>
10040
10041 * lib/gdb.exp (gdb_load): Always return a result.
10042
01b088bc
PA
100432015-02-10 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.threads/signal-sigtrap.c: New file.
10046 * gdb.threads/signal-sigtrap.exp: New file.
10047
b05ec7a5
AT
100482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10049
10050 * gdb.trace/no-attach-trace.c: New file.
10051 * gdb.trace/no-attach-trace.exp: New file.
10052
a2c2acaf
MW
100532015-02-09 Mark Wielaard <mjw@redhat.com>
10054
10055 * gdb.dwarf2/atomic.c: New file.
10056 * gdb.dwarf2/atomic-type.exp: Likewise.
10057
31fd9caa
MM
100582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10059
10060 * gdb.btrace/buffer-size.exp: Update "info record" output.
10061 * gdb.btrace/delta.exp: Update "info record" output.
10062 * gdb.btrace/enable.exp: Update "info record" output.
10063 * gdb.btrace/finish.exp: Update "info record" output.
10064 * gdb.btrace/instruction_history.exp: Update "info record" output.
10065 * gdb.btrace/next.exp: Update "info record" output.
10066 * gdb.btrace/nexti.exp: Update "info record" output.
10067 * gdb.btrace/step.exp: Update "info record" output.
10068 * gdb.btrace/stepi.exp: Update "info record" output.
10069 * gdb.btrace/nohist.exp: Update "info record" output.
10070
d33501a5
MM
100712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10072
10073 * gdb.btrace/buffer-size: New.
10074
f4abbc16
MM
100752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10076
10077 * gdb.btrace/delta.exp: Update "info record" output.
10078 * gdb.btrace/enable.exp: Update "info record" output.
10079 * gdb.btrace/finish.exp: Update "info record" output.
10080 * gdb.btrace/instruction_history.exp: Update "info record" output.
10081 * gdb.btrace/next.exp: Update "info record" output.
10082 * gdb.btrace/nexti.exp: Update "info record" output.
10083 * gdb.btrace/step.exp: Update "info record" output.
10084 * gdb.btrace/stepi.exp: Update "info record" output.
10085 * gdb.btrace/nohist.exp: Update "info record" output.
10086
b9d61307
SM
100872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10088
10089 PR gdb/15678
10090 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10091
e584fdbc
PA
100922015-02-06 Pedro Alves <palves@redhat.com>
10093
10094 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10095 macro.
10096 (seconds_left, again): New globals.
10097 (main): Wait seconds_left in a 1-second sleep loop instead of
10098 sleeping 180 seconds. If 'again' is set, reset the seconds
10099 counter.
10100 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10101 'again' in the inferior before detaching. Print the seconds left.
10102 (options): New global.
10103 (top level): Build program with -DTIMEOUT=$timeout.
10104
77f41761
PA
101052015-02-06 Pedro Alves <palves@redhat.com>
10106
10107 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10108 determine how many seconds to pass to 'alarm'.
10109 * gdb.base/gdb-sigterm.exp (top level): Build program with
10110 -DTIMEOUT=$timeout.
10111 (do_test): Return success/failure indication. Add more verbose
10112 logging. Don't fail if 200 single steps are seen. Instead, fail
10113 when the test times out.
10114 (passes): New global.
10115 (top level): Break the testing loop if testing fails on any
10116 iteration. Use gdb_assert.
10117
b9394193
DB
101182015-02-04 Don Breazeal <donb@codesourcery.com>
10119
10120 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10121 and initialize them.
10122 (ipc_cleanup): New function.
10123 (main): Don't declare shmid, semid, and msqid. Add a call to
10124 atexit so that we call ipc_cleanup on exit.
10125
42d9e528
PA
101262015-02-04 Pedro Alves <palves@redhat.com>
10127
10128 * boards/native-extended-gdbserver.exp: Remove any target variant
10129 specifications from the board name before clearing the isremote
10130 flag from board_info.
10131
ae6ae975
DE
101322015-01-31 Doug Evans <xdje42@gmail.com>
10133
10134 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10135
cfb069a8
GB
101362015-01-31 Gary Benson <gbenson@redhat.com>
10137
10138 * gdb.base/completion.exp: Disable completion limiting for
10139 existing tests. Add new tests to check completion limiting.
10140 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10141
5dd31d79
DE
101422015-01-31 Doug Evans <xdje42@gmail.com>
10143
10144 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10145
9f050062
DE
101462015-01-31 Doug Evans <xdje42@gmail.com>
10147
10148 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10149 entries. Duplicate file section script entries.
10150 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10151 inlined entries. Add test for safe-path rejection.
10152 * gdb.python/py-section-script.c: Add duplicate inlined section script
10153 entries. Duplicate file section script entries.
10154 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10155 inlined entries. Add test for safe-path rejection.
10156
df25ebbd
JB
101572015-01-29 Joel Brobecker <brobecker@adacore.com>
10158
10159 * gdb.ada/disc_arr_bound: New testcase.
10160
4a0ca9ec
JB
101612015-01-29 Joel Brobecker <brobecker@adacore.com>
10162
10163 * gdb.ada/mi_var_array: New testcase.
10164
3a8b707a
DE
101652015-01-27 Doug Evans <dje@google.com>
10166
10167 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10168 Add test for objfile.filename, objfile.username after objfile
10169 has been unloaded.
10170
f8313f6e
JB
101712015-01-26 Joel Brobecker <brobecker@adacore.com>
10172
10173 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10174 the second test to print the name attribute of value
10175 returned by the call to gdb.lookup_type, and adjust
10176 the expected output accordingly.
10177
37bc665e
MW
101782015-01-25 Mark Wielaard <mjw@redhat.com>
10179
10180 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10181 * gdb.base/disp-step-fork.c: Include unistd.h.
10182 * gdb.base/siginfo-obj.c: Include stdio.h.
10183 * gdb.base/siginfo-thread.c: Likewise.
10184 * gdb.mi/non-stop.c: Include unistd.h.
10185 * gdb.mi/nsthrexec.c: Include stdio.h.
10186 * gdb.mi/pthreads.c: Include unistd.h.
10187 * gdb.modula2/unbounded1.c (main): Declare returns int.
10188 * gdb.reverse/consecutive-reverse.c: Likewise.
10189 * gdb.threads/create-fail.c: Include unistd.h.
10190 * gdb.threads/killed.c: Likewise.
10191 * gdb.threads/linux-dp.c: Likewise.
10192 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10193 * gdb.threads/non-ldr-exc-2.c: Likewise.
10194 * gdb.threads/non-ldr-exc-3.c: Likewise.
10195 * gdb.threads/non-ldr-exc-4.c: Likewise.
10196 * gdb.threads/pthreads.c: Include unistd.h.
10197 (main): Declare returns int.
10198 * gdb.threads/tls-main.c (foo): New declaration.
10199 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10200
f7e5394d
SM
102012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10202
10203 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10204 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10205
743649fd
MW
102062015-01-15 Mark Wielaard <mjw@redhat.com>
10207
10208 * gdb.base/noreturn-return.c: New file.
10209 * gdb.base/noreturn-return.exp: New file.
10210 * gdb.base/noreturn-finish.c: New file.
10211 * gdb.base/noreturn-finish.exp: New file.
10212
198297aa
PA
102132015-01-23 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.threads/continue-pending-after-query.c: New file.
10216 * gdb.threads/continue-pending-after-query.exp: New file.
10217
717cf30c
AG
102182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10219 Simon Marchi <simon.marchi@ericsson.com>
10220
10221 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10222 * gdb.base/valgrind-db-attach.exp: Same.
10223 * gdb.base/valgrind-infcall.exp: Same.
10224 * lib/mi-support.exp (default_mi_gdb_start): Same.
10225 * lib/prompt.exp (default_prompt_gdb_start): Same.
10226 * lib/gdb.exp (default_gdb_spawn): Same.
10227 (gdb_interact): New.
10228
10229
4b62a76e
JK
102302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10231
10232 * gdb.compile/compile.exp (pointer to jit function): New test.
10233
b4cdae6f
WW
102342015-01-17 Wei-cheng Wang <cole945@gmail.com>
10235
10236 * lib/gdb.exp (supports_process_record): Return true for
10237 powerpc*-*-linux*.
10238 (supports_reverse): Likewise.
10239
d221e7ef
DB
102402015-01-15 Don Breazeal <donb@codesourcery.com>
10241
10242 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10243 instead of checking whether the target board is remote and
10244 use spawn_wait_for_attach instead of exec/sleep.
10245 * gdb.base/attach-twice.exp: Likewise.
10246
bafffb51
JB
102472015-01-15 Joel Brobecker <brobecker@adacore.com>
10248
10249 * gdb.ada/var_arr_attrs: New testcase.
10250
5589af0e
PA
102512015-01-14 Pedro Alves <palves@redhat.com>
10252 Joel Brobecker <brobecker@adacore.com>
10253
10254 PR gdb/17525
10255 * gdb.base/bp-cmds-execution-x-script.c: New file.
10256 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10257 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10258
6c400b59
PA
102592015-01-14 Pedro Alves <palves@redhat.com>
10260
10261 PR cli/17828
10262 * gdb.base/batch-preserve-term-settings.c: New file.
10263 * gdb.base/batch-preserve-term-settings.exp: New file.
10264
e02c96a7
DE
102652015-01-13 Doug Evans <dje@google.com>
10266
10267 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10268 binary.
10269
576fd14c
JB
102702015-01-13 Joel Brobecker <brobecker@adacore.com>
10271
10272 * Makefile.in (clean mostlyclean): Do not delete *.py.
10273
04dccad0
JB
102742015-01-13 Joel Brobecker <brobecker@adacore.com>
10275
10276 * gdb.python/py-lookup-type.exp: New file.
10277
3d230f71
PA
102782015-01-12 Pedro Alves <palves@redhat.com>
10279
10280 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10281 restore GDBFLAGS before returning.
10282
7e67715d
JK
102832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10284
10285 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10286 is_amd64_regs_target and is_x86_like_target.
10287
f2e0d4b4
DE
102882015-01-11 Doug Evans <xdje42@gmail.com>
10289
10290 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10291 is given without an explicit form.
10292 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10293 attributes.
10294 * gdb.dwarf/corrupt.exp: Ditto.
10295 * gdb.dwarf2/enum-type.exp: Ditto.
10296 * gdb.trace/entry-values.exp: Ditto.
10297 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10298
439250fb
DE
102992015-01-11 Doug Evans <xdje42@gmail.com>
10300
10301 PR gdb/15830
10302 * gdb.base/maint.exp: Remove references to "maint demangle".
10303 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10304 Add tests for explicitly specifying language to demangle.
10305 * gdb.dlang/demangle.exp: Ditto.
10306
ede9f622
PA
103072015-01-09 Pedro Alves <palves@redhat.com>
10308
10309 * gdb.threads/non-stop-fair-events.c: New file.
10310 * gdb.threads/non-stop-fair-events.exp: New file.
10311
a7b796db
PA
103122015-01-09 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10315 the global scope. Set a breakpoint after all threads are started
10316 rather than stepping over two source lines. Expect the prompt.
10317 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10318 global.
10319 (NUM): Now 15.
10320 (main): Use threads_started_barrier to wait for all threads to
10321 start. Main thread no longer calls thread_function. Exit after
10322 180 seconds.
10323 (loop): New function.
10324 (thread_function): Wait on threads_started_barrier barrier. Call
10325 'loop' at each iteration.
10326 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10327 threads have started, instead of hardcoding number of "next"
10328 steps. Use an access watchpoint instead of a write watchpoint.
10329
9665ffdd
PA
103302015-01-09 Pedro Alves <palves@redhat.com>
10331
10332 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10333 (thread_func): Wait on barrier.
10334 (main): Wait for all threads to start before stopping GDB.
10335 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10336 global.
10337 (thread1_func, thread2_func): Wait on barrier.
10338 (main): Wait for all threads to start before stopping GDB.
10339 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10340 New global.
10341 (thread1_func, thread2_func): Wait on barrier.
10342 (main): Wait for all threads to start before stopping GDB.
10343
c945a99f
PA
103442015-01-09 Pedro Alves <palves@redhat.com>
10345
10346 * gdb.threads/attach-many-short-lived-threads.c: New file.
10347 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10348
c1a747c1
PA
103492014-01-09 Pedro Alves <palves@redhat.com>
10350
10351 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10352 instead of to thread 2.
10353 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10354 Add barrier around each pthread_create call instead of around all
10355 calls.
10356 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10357 Set a break on thread_function and have the child threads hit it
10358 one at at a time.
10359
60b3033e
PA
103602015-01-09 Pedro Alves <palves@redhat.com>
10361
10362 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10363 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10364 false.
10365 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10366 checking whether the target board is remote.
10367 * gdb.multi/multi-attach.exp: Likewise.
10368 * gdb.python/py-sync-interp.exp: Likewise.
10369 * gdb.server/ext-attach.exp: Likewise.
10370 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10371 tests that need to attach, instead of checking whether the target
10372 board is remote at the top of the file.
10373
acc018ac
YQ
103742015-01-08 Yao Qi <yao@codesourcery.com>
10375
10376 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10377
50a18af8
JK
103782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10379
10380 Fix testcase compilation.
10381 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10382
8503d6e1
JB
103832015-01-06 Joel Brobecker <brobecker@adacore.com>
10384
10385 * gdb.python/py-type.exp: Add a couple test about empty
10386 array creation, and negative-length array creation.
10387
cc73dbcc
DE
103882015-01-02 Doug Evans <xdje42@gmail.com>
10389
10390 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10391
0300bbc7
DE
103922015-01-02 Doug Evans <dje@google.com>
10393
10394 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10395
9d85a0ec
YQ
103962014-12-29 Yao Qi <yao@codesourcery.com>
10397
10398 * gdb.trace/entry-values.exp: Update comments. Rename variable
10399 bar_call_foo to returned_from_foo.
10400
87186c6a
MMN
104012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10402
10403 PR gdb/17394
10404 * gdb.linespec/break-asm-file.c: New file.
10405 * gdb.linespec/break-asm-file.exp: New file.
10406 * gdb.linespec/break-asm-file0.s: New file.
10407 * gdb.linespec/break-asm-file1.s: New file.
10408
1bab7383
YQ
104092014-12-18 Nigel Stephens <nigel@mips.com>
10410 Maciej W. Rozycki <macro@codesourcery.com>
10411
10412 * gdb.base/float.exp: Handle the new output from "info float" on
10413 MIPS targets.
10414
1bc1068a
JK
104152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10416
10417 Fix MinGW compilation.
10418 * gdb.compile/compile-ops.exp: Update untested message if
10419 !skip_compile_feature_tests.
10420 * gdb.compile/compile-setjmp.exp: Likewise.
10421 * gdb.compile/compile-tls.exp: Likewise.
10422 * gdb.compile/compile.exp: Likewise.
10423 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10424 supported on this host".
10425
b6615d10
DE
104262014-12-16 Doug Evans <xdje42@gmail.com>
10427
10428 * boards/stabs.exp: New file.
10429
25dda427
AA
104302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10431
10432 * gdb.base/completion.exp: Adjust to format changes of "maint
10433 print user-registers".
10434
bf330350
CU
104352014-12-16 Catalin Udma <catalin.udma@freescale.com>
10436
10437 PR server/17457
10438 * gdb.arch/aarch64-fp.c: New file.
10439 * gdb.arch/aarch64-fp.exp: New file.
10440
395cf596
SDJ
104412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10442
10443 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10444 r210637, r210913, r211666, r215400, r215817).
10445
10446 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10447 * dg-extract-results.py: New file.
10448 * dg-extract-results.sh: Use it if the environment seems
10449 suitable.
10450
10451 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10452
10453 * dg-extract-results.py (parse_run): Handle warnings that
10454 are printed before a test harness is run.
10455
10456 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10457
10458 * dg-extract-results.py (Named): Remove __cmp__ method.
10459 (output_variation): Use a key to sort variation.harnesses.
10460
10461 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10462
10463 * dg-extract-results.py: For Python 3, force sys.stdout to
10464 handle surrogate escape sequences.
10465 (safe_open): New function.
10466 (output_segment, main): Use it.
10467
10468 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10469
10470 * dg-extract-results.py (Prog.result_re): Include options
10471 in test name.
10472
10473 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10474
10475 * dg-extract-results.py (output_variation): Always sort if
10476 do_sum.
10477
e882ef3c
SM
104782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10479
10480 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10481 as long as we get pagination notifications.
10482
4992aa20
JM
104832014-12-15 Jason Merrill <jason@redhat.com>
10484
10485 * Makefile.in (check-gdb.%): Restore.
10486 * README: Mention it.
10487
c1b5a1a6
JB
104882014-12-13 Joel Brobecker <brobecker@adacore.com>
10489
10490 * gdb.ada/str_uninit: New testcase.
10491
5537b577
JK
104922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10493
10494 PR symtab/17642
10495 * gdb.base/vla-stub-define.c: New file.
10496 * gdb.base/vla-stub.c: New file.
10497 * gdb.base/vla-stub.exp: New file.
10498
bb2ec1b3
TT
104992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10500 Jan Kratochvil <jan.kratochvil@redhat.com>
10501 Tom Tromey <tromey@redhat.com>
10502
10503 * configure.ac: Add gdb.compile/.
10504 * configure: Regenerate.
10505 * gdb.compile/Makefile.in: New file.
10506 * gdb.compile/compile-ops.exp: New file.
10507 * gdb.compile/compile-ops.c: New file.
10508 * gdb.compile/compile-tls.c: New file.
10509 * gdb.compile/compile-tls.exp: New file.
10510 * gdb.compile/compile-constvar.S: New file.
10511 * gdb.compile/compile-constvar.c: New file.
10512 * gdb.compile/compile-mod.c: New file.
10513 * gdb.compile/compile-nodebug.c: New file.
10514 * gdb.compile/compile-setjmp-mod.c: New file.
10515 * gdb.compile/compile-setjmp.c: New file.
10516 * gdb.compile/compile-setjmp.exp: New file.
10517 * gdb.compile/compile-shlib.c: New file.
10518 * gdb.compile/compile.c: New file.
10519 * gdb.compile/compile.exp: New file.
10520 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10521
4ff709eb
TT
105222014-12-12 Tom Tromey <tromey@redhat.com>
10523
10524 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10525 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10526
6dddd6a5
DE
105272014-12-12 Doug Evans <dje@google.com>
10528
10529 * lib/gdb-python.exp (get_python_valueof): New function.
10530 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10531
71c24708
AA
105322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10533
10534 * gdb.base/completion.exp: Add test for completion of "info
10535 registers ".
10536
3e29f34a
MR
105372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10538
10539 * gdb.base/func-ptrs.c: New file.
10540 * gdb.base/func-ptrs.exp: New file.
10541
fc126975
SM
105422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10543
10544 PR breakpoints/17012
10545 * gdb.base/dprintf-detach.c: New file.
10546 * gdb.base/dprintf-detach.exp: New file.
10547
0a46d518
SM
105482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10549
10550 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10551 * lib/gdb.exp (target_is_gdbserver): New procedure.
10552
a0be3e44
DE
105532014-12-08 Doug Evans <dje@google.com>
10554
10555 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10556
df1b803a
YQ
105572014-12-05 Yao Qi <yao@codesourcery.com>
10558
10559 * gdb.guile/scm-error.exp: Remove the third argument to
10560 gdb_remote_download.
10561 * gdb.guile/scm-frame-args.exp: Likewise.
10562 * gdb.guile/scm-section-script.exp: Likewise.
10563
ddb9f679
YQ
105642014-12-05 Yao Qi <yao@codesourcery.com>
10565
10566 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10567
86e4ed39
DE
105682014-12-04 Doug Evans <dje@google.com>
10569
10570 * gdb.python/py-objfile.exp: Add tests for
10571 objfile.add_separate_debug_file.
10572
7c50a931
DE
105732014-12-04 Doug Evans <dje@google.com>
10574
10575 * lib/gdb.exp (get_build_id): New function.
10576 (build_id_debug_filename_get): Rewrite to use it.
10577 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10578
621661e3
MR
105792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10580
10581 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10582 `method(long)', not just 0x0.
10583 * gdb.cp/nsalias.exp: Align code labels to 4.
10584 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10585 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10586 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10587 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10588 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10589 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10590
29f0c3b7
DE
105912014-12-02 Doug Evans <dje@google.com>
10592
e1e061e7 10593 PR symtab/17602
29f0c3b7 10594 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10595 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10596 * gdb.cp/anon-ns.exp: Update.
10597
162078c8
NB
105982014-12-02 Nick Bull <nicholaspbull@gmail.com>
10599
10600 * gdb.python/py-events.py (inferior_call_handler): New.
10601 (register_changed_handler, memory_changed_handler): New.
10602 (test_events.invoke): Register new handlers.
10603 * gdb.python/py-events.exp: Add tests for inferior call,
10604 memory_changed and register_changed events.
10605
fdb09caf
AA
106062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10607
10608 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10609 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10610 if the linker doesn't understand this.
10611
55cfb2c4
SM
106122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10613
10614 * gdb.python/python.exp: Change expected reply to help().
10615
9e8cd6df
YQ
106162014-12-01 Yao Qi <yao@codesourcery.com>
10617
10618 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10619 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10620 * configure: Re-generated.
10621
6c659fc2
SC
106222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10623
10624 * gdb.cp/chained-calls.cc: New file.
10625 * gdb.cp/chained-calls.exp: New file.
10626 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10627
d7fc3181
SM
106282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10629
10630 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10631 * gdb.dwarf2/symtab-producer.exp: Same.
10632 * gdb.gdb/python-interrupts.exp: Same.
10633 * gdb.gdb/python-selftest.exp: Same.
10634 * gdb.python/py-linetable.exp: Same.
10635 * gdb.python/py-type.exp: Same.
10636 * gdb.python/py-value-cc.exp: Same.
10637 * gdb.python/py-value.exp: Same.
10638
10e79639
YQ
106392014-11-28 Yao Qi <yao@codesourcery.com>
10640
10641 * gdb.base/break-probes.exp: Match library name prefixed with
10642 sysroot.
10643
f28a0564
SM
106442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10645
10646 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10647 test expected output. Add parentheses for the call to print.
10648 Remove L suffix from integers.
10649
3fe1ce1d
DE
106502014-11-26 Doug Evans <dje@google.com>
10651
10652 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10653
84429e27
YQ
106542014-11-22 Yao Qi <yao@codesourcery.com>
10655
10656 * gdb.trace/entry-values.c: Remove asms.
10657 (foo): Add foo_label.
10658 (bar): Add bar_label.
10659 * gdb.trace/entry-values.exp: Remove code computing foo's
10660 length and bar's length.
10661 (Dwarf::assemble): Invoke function_range for bar and use
10662 MACRO_AT_func for foo.
10663
26741859
YQ
106642014-11-22 Yao Qi <yao@codesourcery.com>
10665
10666 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10667 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10668 Use .Lgcc43_procstart instead of gcc43.
10669
45e44d27
JB
106702014-11-21 Joel Brobecker <brobecker@adacore.com>
10671
10672 * gdb.ada/n_arr_bound: New testcase.
10673
458c8db8
SDJ
106742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10675
10676 PR breakpoints/10737
10677 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10678 test_catch_syscall_multi_arch.
10679 (test_catch_syscall_multi_arch): New function.
10680
43f3e411
DE
106812014-11-20 Doug Evans <xdje42@gmail.com>
10682
10683 * gdb.base/maint.exp: Update expected output.
10684
0d7b2549
AA
106852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10686
10687 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10688 4-byte instruction on S390.
10689
8908fca5
JB
106902014-11-19 Joel Brobecker <brobecker@adacore.com>
10691
10692 * gdb.ada/arr_arr: New testcase.
10693
4a46959e
JB
106942014-11-19 Joel Brobecker <brobecker@adacore.com>
10695
10696 * gdb.ada/pkd_arr_elem: New Testcase.
10697
470e2f4e
LM
106982014-11-18 Luis Machado <lgustavo@codesourcery.com>
10699
10700 * gdb.reverse/break-precsave: Expect completion message for
10701 core file reads.
10702 * gdb.reverse/consecutive-precsave.exp: Likewise.
10703 * gdb.reverse/finish-precsave.exp: Likewise.
10704 * gdb.reverse/i386-precsave.exp: Likewise.
10705 * gdb.reverse/machinestate-precsave.exp: Likewise.
10706 * gdb.reverse/sigall-precsave.exp: Likewise.
10707 * gdb.reverse/solib-precsave.exp: Likewise.
10708 * gdb.reverse/step-precsave.exp: Likewise.
10709 * gdb.reverse/until-precsave.exp: Likewise.
10710 * gdb.reverse/watch-precsave.exp: Likewise.
10711
a267f3ad
AA
107122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10713
10714 * gdb.base/bp-permanent.c: Include unistd.h.
10715 * gdb.python/py-framefilter-mi.c (main): Add return type.
10716 * gdb.python/py-framefilter.c (main): Likewise.
10717 * gdb.trace/actions-changed.c (main): Likewise.
10718
12084a9a
AA
107192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10720
10721 * gdb.mi/until.c: Add eye-catchers.
10722 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10723 line numbers.
10724
dc7e1a77
AA
107252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10726
10727 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10728 function header variants in break1.c.
10729 * gdb.base/ena-dis-br.exp: Likewise.
10730 * gdb.base/hbreak2.exp: Likewise.
10731 * gdb.reverse/until-precsave.exp: Drop references to removed
10732 non-prototype function header variants in ur1.c.
10733 * gdb.reverse/until-reverse.exp: Likewise.
10734
41c77605
PM
107352014-11-17 Petr Machata <pmachata@redhat.com>
10736
10737 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10738 ${_cu_offset_size} bytes abbrev offset.
10739
34248c3a
DE
107402014-11-15 Doug Evans <xdje42@gmail.com>
10741
10742 PR symtab/17559
10743 * gdb.base/line-symtabs.exp: New file.
10744 * gdb.base/line-symtabs.c: New file.
10745 * gdb.base/line-symtabs.h: New file.
10746
646da059
YQ
107472014-11-14 Yao Qi <yao@codesourcery.com>
10748
10749 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10750 (func): Add label func_label.
10751 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10752 Replace low_pc and high_pc with MACRO_AT_range.
10753 Replace name, low_pc and high_pc with MACRO_AT_func.
10754
9301ebe6
YQ
107552014-11-14 Yao Qi <yao@codesourcery.com>
10756
10757 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10758 Replace name, low_pc and high_pc with MACRO_AT_func.
10759
f166b542
YQ
107602014-11-14 Yao Qi <yao@codesourcery.com>
10761
10762 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10763 produce debug information.
10764 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10765
0f6e71e3
YQ
107662014-11-14 Yao Qi <yao@codesourcery.com>
10767
10768 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10769 object and get function length.
10770 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10771 with MACRO_AT_func.
10772 (top-level): Replace gdb_compile and clean_restart with
10773 prepare_for_testing.
10774 * gdb.dwarf2/main.c (main): Add label main_label.
10775
876c4df9
YQ
107762014-11-14 Yao Qi <yao@codesourcery.com>
10777
10778 * lib/dwarf.exp (function_range): New procedure.
10779 (Dwarf::_handle_macro_at_func): New procedure.
10780 (Dwarf::_handle_macro_at_range): New procedure.
10781 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10782
02ad9cf1
YQ
107832014-11-14 Yao Qi <yao@codesourcery.com>
10784
10785 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10786 (_handle_attribute): New procedure.
10787
a59add0c
AA
107882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10789
10790 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10791 * gdb.base/call-sc.c (zed): Likewise.
10792 * gdb.base/checkpoint.c (main): Likewise.
10793 * gdb.base/dump.c (main): Likewise.
10794 * gdb.base/gcore.c (main): Likewise.
10795 * gdb.base/huge.c (main): Likewise.
10796 * gdb.base/multi-forks.c (main): Likewise.
10797 * gdb.base/pr10179-a.c (main): Likewise.
10798 * gdb.base/savedregs.c (main): Likewise.
10799 * gdb.base/sigaltstack.c (main): Likewise.
10800 * gdb.base/siginfo.c (main): Likewise.
10801 * gdb.base/structs.c (zed): Likewise.
10802 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10803 * gdb.mi/mi-syn-frame.c (main): Likewise.
10804 * gdb.mi/until.c (foo, main): Likewise.
10805 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10806 * gdb.base/solib-weak.c (foo): Declare.
10807 * gdb.base/attach-twice.c: Include stdio.h.
10808 * gdb.base/weaklib1.c: Likewise.
10809 * gdb.base/weaklib2.c: Likewise.
10810 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10811 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10812 unistd.h.
10813 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10814 * gdb.mi/mi-exit-code.c: Likewise.
10815 * gdb.base/break-interp-lib.c: Include string.h.
10816 * gdb.base/coremaker.c: Likewise.
10817 * gdb.base/testenv.c: Likewise.
10818 * gdb.python/py-finish-breakpoint.c: Likewise.
10819 * gdb.base/inferior-died.c: Include sys/wait.h.
10820 * gdb.base/fileio.c: Include time.h.
10821 * gdb.base/async-shell.c: Include unistd.h.
10822 * gdb.base/dprintf-non-stop.c: Likewise.
10823 * gdb.base/info-os.c: Likewise.
10824 * gdb.mi/mi-console.c: Likewise.
10825 * gdb.mi/watch-nonstop.c: Likewise.
10826 * gdb.python/py-events.c: Likewise.
10827 * gdb.base/async.c (baz): Move up before its invocation.
10828 * gdb.base/code_elim2.c (my_global_func): Likewise.
10829 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10830 * gdb.base/advance.c (func2): Likewise.
10831
3b5d5997
AA
108322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10833
10834 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10835 variant.
10836 * gdb.base/annota3.c: Likewise.
10837 * gdb.base/async.c: Likewise.
10838 * gdb.base/average.c: Likewise.
10839 * gdb.base/call-ar-st.c: Likewise.
10840 * gdb.base/call-rt-st.c: Likewise.
10841 * gdb.base/call-sc.c: Likewise.
10842 * gdb.base/call-strs.c: Likewise.
10843 * gdb.base/ending-run.c: Likewise.
10844 * gdb.base/execd-prog.c: Likewise.
10845 * gdb.base/exprs.c: Likewise.
10846 * gdb.base/foll-exec.c: Likewise.
10847 * gdb.base/foll-fork.c: Likewise.
10848 * gdb.base/foll-vfork.c: Likewise.
10849 * gdb.base/funcargs.c: Likewise.
10850 * gdb.base/gcore.c: Likewise.
10851 * gdb.base/jump.c: Likewise.
10852 * gdb.base/langs0.c: Likewise.
10853 * gdb.base/langs1.c: Likewise.
10854 * gdb.base/langs2.c: Likewise.
10855 * gdb.base/mips_pro.c: Likewise.
10856 * gdb.base/nodebug.c: Likewise.
10857 * gdb.base/opaque0.c: Likewise.
10858 * gdb.base/opaque1.c: Likewise.
10859 * gdb.base/recurse.c: Likewise.
10860 * gdb.base/run.c: Likewise.
10861 * gdb.base/scope0.c: Likewise.
10862 * gdb.base/scope1.c: Likewise.
10863 * gdb.base/setshow.c: Likewise.
10864 * gdb.base/setvar.c: Likewise.
10865 * gdb.base/shmain.c: Likewise.
10866 * gdb.base/shr1.c: Likewise.
10867 * gdb.base/shr2.c: Likewise.
10868 * gdb.base/sigall.c: Likewise.
10869 * gdb.base/signals.c: Likewise.
10870 * gdb.base/so-indr-cl.c: Likewise.
10871 * gdb.base/solib2.c: Likewise.
10872 * gdb.base/structs.c: Likewise.
10873 * gdb.base/sum.c: Likewise.
10874 * gdb.base/vforked-prog.c: Likewise.
10875 * gdb.base/watchpoint.c: Likewise.
10876 * gdb.reverse/shr2.c: Likewise.
10877 * gdb.reverse/until-reverse.c: Likewise.
10878 * gdb.reverse/ur1.c: Likewise.
10879 * gdb.reverse/watch-reverse.c: Likewise.
10880
066a77c5
AA
108812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10882
10883 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10884 variant.
10885 * gdb.base/sepdebug.exp: Drop references to removed code.
10886
4f204ea5
AA
108872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10888
10889 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10890 variant. Preserve original line numbering.
10891 * gdb.base/list1.c: Likewise.
10892
3b377a3a
AA
108932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10894
10895 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10896 variant.
10897 * gdb.base/break1.c: Likewise.
10898 * gdb.base/break.exp: Drop references to removed code.
10899
e444df73
AA
109002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10901
10902 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10903 variant.
10904
8008f2a7
AA
109052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10906
10907 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10908
a5a06887
AA
109092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10910
10911 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10912 logic into perform_all_tests() and invoke it with and without
10913 function header prototypes.
10914 (do_function_calls): Remove conditional XFAIL for PR 5318.
10915 (rerun_and_prepare): Remove duplicate code.
10916 (perform_all_tests): New. Main logic moved here.
10917
44dba9b9
AA
109182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10919
10920 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10921 code guarded by #ifdef NO_PROTOTYPES.
10922 (t_double_many_args): Likewise.
10923 (DEF_FUNC_MANY_ARGS_1): Likewise.
10924 (DEF_FUNC_VALUES_1): Likewise.
10925 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10926 guarded by #ifdef PROTOTYPES.
10927
d1fbcd56
AA
109282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10929
10930 * gdb.mi/mi-console.c: Add eye-catcher.
10931 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10932 instead of literal line number.
10933
b0e59b8f
AA
109342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10935
10936 * gdb.base/shr2.c: Add eye-catcher.
10937 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10938 line number.
10939
78f98cca
AA
109402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10941
10942 * gdb.base/jump.c: Add eye-catchers.
10943 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10944 numbers.
10945
58fa2af0
AA
109462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10947
10948 * gdb.base/execd-prog.c: Add eye-catchers.
10949 * gdb.base/foll-exec.c: Likewise.
10950 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10951 line numbers.
10952
04e5059b
AA
109532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10954
10955 * gdb.base/ending-run.c: Add eye-catchers.
10956 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10957 literal line numbers.
10958
dbfdb174
AA
109592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10960
10961 * gdb.base/call-rt-st.c: Add eye-catchers.
10962 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10963 literal line numbers.
10964
888a2ade
AA
109652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10966
10967 * gdb.base/call-ar-st.c: Add eye-catchers.
10968 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10969 literal line numbers.
10970
6acc2dde
AA
109712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10972
10973 * gdb.base/average.c: Add eye-catchers.
10974 * gdb.base/sum.c: Likewise.
10975 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10976 regexps dynamically.
10977
9ecfcd1d
AA
109782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10979
10980 * gdb.base/solib1.c: Add eye-catchers.
10981 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10982 literal line numbers.
10983
78708b7c
PA
109842014-11-12 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10987 leader has exited.
10988
af48d08f
PA
109892014-11-12 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.arch/i386-bp_permanent.c: New file.
10992 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10993 (srcfile): Set to i386-bp_permanent.c.
10994 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10995 that stepi does not execute the 'leave' instruction, instead of
10996 testing it does execute.
10997 * gdb.base/bp-permanent.c: New file.
10998 * gdb.base/bp-permanent.exp: New file.
10999
af3768e9
DE
110002014-11-10 Doug Evans <xdje42@gmail.com>
11001
11002 PR symtab/17564
11003 * gdb.base/symtab-search-order.exp: New file.
11004 * gdb.base/symtab-search-order.c: New file.
11005 * gdb.base/symtab-search-order-1.c: New file.
11006 * gdb.base/symtab-search-order-shlib-1.c: New file.
11007
9de00a4a
PA
110082014-11-07 Pedro Alves <palves@redhat.com>
11009
11010 PR gdb/17511
11011 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11012 i?86-*-linux*.
11013
e0f52461
SC
110142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11015
11016 PR c++/17494
11017 * gdb.cp/pr17494.cc: New file.
11018 * gdb.cp/pr17494.exp: New file.
11019
6ce8c980
YQ
110202014-11-02 Yao Qi <yao@codesourcery.com>
11021
11022 * gdb.python/python.exp: Get working directory and match the
11023 output of "set extended-prompt \\w " with it.
11024
02be9a71
DE
110252014-10-30 Doug Evans <dje@google.com>
11026
11027 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11028 in objfiles.
11029 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11030 in progspaces.
11031
3bdff46b
LM
110322014-10-30 Janis Johnson <janisjo@codesourcery.com>
11033
11034 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11035 * gdb.base/realname-expand.exp: Likewise.
11036 * gdb.linespec/macro-relative.exp: Likewise.
11037
ab917dfb
PA
110382014-10-29 Pedro Alves <palves@redhat.com>
11039
11040 PR gdb/17408
11041 * gdb.threads/schedlock.c (some_function): New function.
11042 (call_function): New global.
11043 (MAYBE_CALL_SOME_FUNCTION): New macro.
11044 (thread_function): Call it.
11045 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11046 and use it instead of a global counter. Adjust all callers.
11047 (get_current_thread): Use "find current thread" for test message
11048 here rather than having all callers pass down the same string.
11049 (goto_loop): New procedure, factored out from ...
11050 (my_continue): ... this.
11051 (step_ten_loops): Change parameter from test message to command to
11052 use. Adjust.
11053 (list_count): Delete global.
11054 (check_result): New procedure, factored out from duplicate top
11055 level code.
11056 (continue tests): Wrap in with_test_prefix.
11057 (test_step): New procedure, factored out from duplicate top level
11058 code.
11059 (top level): Test "step" in combination with all scheduler-locking
11060 modes. Test "next" in combination with all scheduler-locking
11061 modes, and in combination with stepping over a function call or
11062 not.
11063 * gdb.threads/next-bp-other-thread.c: New file.
11064 * gdb.threads/next-bp-other-thread.exp: New file.
11065
d3d4baed
PA
110662014-10-29 Pedro Alves <palves@redhat.com>
11067
11068 PR python/17372
11069 * gdb.python/python.exp: Test a multi-line command that spawns
11070 interactive Python.
11071 * gdb.base/multi-line-starts-subshell.exp: New file.
11072
563e8d85
YQ
110732014-10-29 Yao Qi <yao@codesourcery.com>
11074
11075 * gdb.base/fileio.exp: Make directories on host.
11076
0ea4d52e
YQ
110772014-10-29 Yao Qi <yao@codesourcery.com>
11078
11079 * gdb.base/fileio.c (test_write): Close the file.
11080
7f5ef605
PA
110812014-10-28 Pedro Alves <palves@redhat.com>
11082
11083 PR gdb/12623
11084 * gdb.base/sigstep.c (no_handler): New global.
11085 (main): If 'no_handler is true, set the signal handlers to
11086 SIG_IGN.
11087 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11088 with_sw_watch and no_handler parameters. Handle them.
11089 (top level) <stepping over handler when stopped at a breakpoint
11090 test>: Add a test axis for testing with a software watchpoint, and
11091 another for testing with the signal handler set to SIG_IGN.
11092 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11093 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11094
abbdbd03
PA
110952014-10-28 Pedro Alves <palves@redhat.com>
11096
11097 PR gdb/17511
11098 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11099 * gdb.base/sigstep.exp (other_handler_location): New global.
11100 (advance): Support stepping into the signal handler, and running
11101 commands while in the handler.
11102 (in_handler_map): New global.
11103 (top level): In the advance test, add combinations for getting
11104 into the handler with stepping commands, and for running commands
11105 in the handler. Add comment descripting the advancei tests.
11106
1df4399f
PA
111072014-10-28 Pedro Alves <palves@redhat.com>
11108
11109 * gdb.base/sigstep.exp: Use build_executable instead of
11110 prepare_for_testing.
11111 (top level): Move code that starts GDB, runs to main and creates a
11112 display to ...
11113 (restart): ... this new procedure.
11114 (top level): Move backtrace from signal handler test to ...
11115 (validate_backtrace): ... this new procedure.
11116 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11117 with_test_prefix. Always restart GDB.
11118 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11119 with_test_prefix. Always restart GDB. No need to delete
11120 breakpoints after the test.
11121 (test_skip_handler): Remove prefix parameter.
11122 (skip_over_handler, breakpoint_to_handler)
11123 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11124 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11125 restart GDB. No need to delete breakpoints after the test.
11126 (top level): Use foreach to call the test procedures with
11127 different commands.
11128
a5b6e449
PA
111292014-10-28 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11132 instead of GNATS numbers.
11133 * gdb.base/sigbpt.exp: Likewise.
11134 * gdb.base/siginfo.exp: Likewise.
11135 * gdb.base/sigstep.exp: Likewise.
11136
e5f8a7cc
PA
111372014-10-27 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.base/sigstep.c (dummy): New global.
11140 (main): Issue a couple writes to the new global.
11141 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11142 procedures.
11143 (skip_over_handler): Use test_skip_handler.
11144 (top level): Call skip_over_handler for stepi and nexti too.
11145 (breakpoint_over_handler): Use test_skip_handler.
11146 (top level): Call breakpoint_over_handler for stepi and nexti too.
11147
763905a3
YQ
111482014-10-27 Yao Qi <yao@codesourcery.com>
11149
11150 * gdb.trace/tfile.c (adjust_function_address)
11151 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11152 function descriptor.
11153
6f259a23
DB
111542014-10-24 Don Breazeal <donb@codesourcery.com>
11155
11156 * gdb.base/foll-fork.exp (test_follow_fork,
11157 catch_fork_child_follow): Check for updated fork messages emitted
11158 from infrun.c.
11159 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11160 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11161 vfork_and_exec_child_follow_through_step): Check for updated vfork
11162 messages emitted from infrun.c.
11163
09dd9a69
PA
111642014-10-24 Pedro Alves <palves@redhat.com>
11165
11166 * gdb.base/corefile.exp: Remove references to ultrix.
11167 * gdb.base/interrupt.exp: Likewise.
11168 * gdb.base/whatis.exp: Likewise.
11169 * gdb.gdb/selftest.exp: Likewise.
11170 * gdb.threads/manythreads.exp: Likewise.
11171 * gdb.threads/print-threads.exp: Likewise.
11172 * gdb.threads/pthreads.exp:: Likewise.
11173 * gdb.threads/schedlock.exp: Likewise.
11174
3433cfa5
SC
111752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11176
11177 * gdb.cp/non-trivial-retval.cc: Add a test case.
11178 * gdb.cp/non-trivial-retval.exp: Add a test.
11179
092f880b
YQ
111802014-10-20 Yao Qi <yao@codesourcery.com>
11181
11182 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11183 * gdb.python/py-objfile-script-gdb.py: New file.
11184 * gdb.python/py-objfile-script.exp: Update reference to
11185 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11186 of remote_download. Remove the dest file.
11187
acbdb7f3
YQ
111882014-10-20 Yao Qi <yao@codesourcery.com>
11189
11190 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11191 * gdb.base/step-line.exp: Likewise.
11192 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11193 * gdb.dwarf2/dw2-basic.exp: Likewise.
11194 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11195 * gdb.dwarf2/dw2-filename.exp: Likewise.
11196 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11197 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11198 * gdb.dwarf2/dw2-producer.exp: Likewise.
11199 * gdb.dwarf2/mac-fileno.exp: Likewise.
11200 * gdb.python/py-frame-args.exp: Likewise.
11201 * gdb.python/py-framefilter.exp: Likewise.
11202 * gdb.python/py-mi.exp: Likewise.
11203 * gdb.python/py-objfile-script.exp: Likewise
11204 * gdb.python/py-pp-integral.exp: Likewise.
11205 * gdb.python/py-pp-re-notag.exp: Likewise.
11206 * gdb.python/py-prettyprint.exp: Likewise.
11207 * gdb.python/py-section-script.exp: Likewise.
11208 * gdb.python/py-typeprint.exp: Likewise.
11209 * gdb.python/py-xmethods.exp: Likewise.
11210 * gdb.stabs/weird.exp: Likewise.
11211 * gdb.xml/tdesc-regs.exp: Likewise.
11212
bd286a29
KCY
112132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11214
11215 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11216 (out_cu): Use addr_len for the size of addresses.
11217 (out_line): Likewise. Size DW_LNE_set_address instruction
11218 according to addr_len.
11219 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11220 (FUNC): Add START_INSNS to definition.
11221
673dc4a0
YQ
112222014-10-18 Yao Qi <yao@codesourcery.com>
11223
11224 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11225 gdb_has_argv0 return true.
11226 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11227 check [target_info exists noargs], check [gdb_has_argv0]
11228 instead.
11229 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11230 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11231 procedures.
11232
4ffbba72
DE
112332014-10-17 Doug Evans <dje@google.com>
11234
11235 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11236 event.
11237 * gdb.python/py-events.py: Add clear_objfiles event.
11238
d096d8c1
DE
112392014-10-17 Doug Evans <dje@google.com>
11240
11241 * gdb.python/py-objfile.exp: Test progspace attribute.
11242
a80db015
LM
112432014-10-17 Luis Machado <lgustavo@codesourcery.com>
11244
11245 * gdb.guile/scm-breakpoint.exp: Do not assume any
11246 directory separators when matching source file paths.
11247 * gdb.python/py-breakpoint.exp: Likewise.
11248 * gdb.reverse/break-precsave.exp: Likewise.
11249 * gdb.reverse/break-reverse.exp: Likewise.
11250 * gdb.reverse/consecutive-precsave.exp: Likewise.
11251 * gdb.reverse/finish-precsave.exp: Likewise.
11252 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11253 * gdb.reverse/finish-reverse.exp: Likewise.
11254 * gdb.reverse/i386-precsave.exp: Likewise.
11255 * gdb.reverse/i387-env-reverse.exp: Likewise.
11256 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11257 * gdb.reverse/machinestate-precsave.exp: Likewise.
11258 * gdb.reverse/machinestate.exp: Likewise.
11259 * gdb.reverse/sigall-precsave.exp: Likewise.
11260 * gdb.reverse/solib-precsave.exp: Likewise.
11261 * gdb.reverse/step-precsave.exp: Likewise.
11262 * gdb.reverse/until-precsave.exp: Likewise.
11263 * gdb.reverse/watch-precsave.exp: Likewise.
11264 * gdb.reverse/watch-reverse.exp: Likewise.
11265
b22089ab
YQ
112662014-10-17 Yao Qi <yao@codesourcery.com>
11267
11268 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11269 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11270
6c4486e6
PA
112712014-10-17 Pedro Alves <palves@redhat.com>
11272
11273 PR gdb/17471
11274 * gdb.base/bg-execution-repeat.c: New file.
11275 * gdb.base/bg-execution-repeat.exp: New file.
11276
0ff33695
PA
112772014-10-17 Pedro Alves <palves@redhat.com>
11278
11279 PR gdb/17300
11280 * gdb.base/continue-all-already-running.c: New file.
11281 * gdb.base/continue-all-already-running.exp: New file.
11282
6fdebc3d
PA
112832014-10-17 Pedro Alves <palves@redhat.com>
11284
11285 PR gdb/17472
11286 * gdb.base/annota-input-while-running.c: New file.
11287 * gdb.base/annota-input-while-running.exp: New file.
11288
32a8097b
PA
112892014-10-17 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.base/callfuncs.exp: emove references to osf.
11292 * gdb.base/sigall.exp: Likewise.
11293 * gdb.gdb/selftest.exp: Likewise.
11294 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11295 * gdb.mi/non-stop.c: Likewise.
11296 * gdb.mi/pthreads.c: Likewise.
11297 * gdb.reverse/sigall-precsave.exp: Likewise.
11298 * gdb.reverse/sigall-reverse.exp: Likewise.
11299 * gdb.threads/pthreads.c: Likewise.
11300 * gdb.threads/pthreads.exp: Likewise.
11301
7a3517ff
YQ
113022014-10-17 Yao Qi <yao@codesourcery.com>
11303
11304 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11305 check 'target_info exists noargs'.
11306 (test_command_prompt_position): Likewise.
11307 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11308 Remove "set args".
11309 (progvar_simple_while_test): Likewise.
11310 (progvar_complex_if_while_test): Likewise.
11311 (if_while_breakpoint_command_test): Likewise.
11312 (infrun_breakpoint_command_test): Likewise.
11313 (breakpoint_command_test): Likewise.
11314 (watchpoint_command_test): Likewise.
11315 (bp_deleted_in_command_test): Likewise.
11316 (temporary_breakpoint_commands): Likewise.
11317
bb99c472
YQ
113182014-10-16 Yao Qi <yao@codesourcery.com>
11319
11320 * gdb.base/remotetimeout.exp: Remove noargs checking.
11321
7c16b83e
PA
113222014-10-15 Pedro Alves <palves@redhat.com>
11323
11324 PR breakpoints/9649
11325 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11326 * gdb.base/breakpoint-in-ro-region.exp
11327 (probe_target_hardware_step): New procedure.
11328 (top level): Probe hardware stepping and hardware breakpoint
11329 support. Test stepping through a read-only region, with both
11330 "breakpoint auto-hw" on and off and both "always-inserted" on and
11331 off.
11332
35a49624
IB
113332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11334
11335 * gdb.dlang/demangle.exp: Update for demangling changes.
11336
2d1c107c
SC
113372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11338
11339 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11340 * gdb.cp/non-trivial-retval.exp: Add new tests.
11341
778811d5
SC
113422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11343
11344 PR c++/13403
11345 PR c++/15154
11346 * gdb.cp/non-trivial-retval.cc: New file.
11347 * gdb.cp/non-trivial-retval.exp: New file.
11348
10c5f0a8
YQ
113492014-10-15 Yao Qi <yao@codesourcery.com>
11350
11351 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11352 remote host.
11353
65d7b369
YQ
113542014-10-15 Yao Qi <yao@codesourcery.com>
11355
11356 * gdb.python/py-symbol.exp: Match file base name if host is
11357 remote, otherwise match file name with dir name.
11358 * gdb.python/py-symtab.exp: Likewise.
11359 * gdb.python/python.exp: Likewise.
11360
46dc1394
YQ
113612014-10-15 Yao Qi <yao@codesourcery.com>
11362
11363 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11364 pattern.
11365 * gdb.python/py-symtab.exp: Likewise.
11366 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11367 locationn.
11368
c40cc657
JB
113692014-10-14 Joel Brobecker <brobecker@adacore.com>
11370
11371 * gdb.ada/addr_arith: New testcase.
11372
2abf49e1
MR
113732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11374
11375 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11376 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11377 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11378 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11379
f7088df3
SDJ
113802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11381
11382 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11383 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11384 * gdb.arch/stap-eval-lang-ada.exp: New file.
11385
4dc06805
YQ
113862014-10-14 Yao Qi <yao@codesourcery.com>
11387
11388 * gdb.mi/mi-var-child.c (nothing1): New function.
11389 (nothing2): New function.
11390 (do_children_tests): Set function pointers by nothing1 and
11391 nothing2.
11392 * gdb.mi/mi-var-child.exp: Step over new added statements.
11393 Update test to match the new output.
11394 * gdb.mi/var-cmd.c (nothing1): New function.
11395 (nothing2): New function.
11396 (do_children_tests): Set function pointers by nothing1 and
11397 nothing2.
11398 * gdb.mi/mi-var-display.exp: Update test to match output.
11399 Step to the line specified by $line_dct_nothing.
11400 Increase the number of lines to step.
11401
46a93de2
YQ
114022014-10-14 Yao Qi <yao@codesourcery.com>
11403
11404 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11405 tests.
11406 * gdb.mi/mi2-var-child.exp: Likewise.
11407
14ea52ee
DE
114082014-10-13 Doug Evans <dje@google.com>
11409
11410 * gdb.python/py-objfile.exp: Change name of file name test.
11411
e5c6e92b
DE
114122014-10-13 Doug Evans <dje@google.com>
11413
11414 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11415 from the start of the CU.
11416
c780cc2f
JK
114172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11418 Yao Qi <yao@codesourcery.com>
11419
11420 Fix "save breakpoints" for "catch" command.
11421 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11422 Remove -nonewline. Match also the added "main" line.
11423
99894e11
JK
114242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11425
11426 Fix "save breakpoints" for "disable $bpnum" command.
11427 * gdb.base/save-bp.c (main): Add label.
11428 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11429
6e1ac5a3
JK
114302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11431
11432 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11433
754dd2b0
YQ
114342014-10-11 Yao Qi <yao@codesourcery.com>
11435
11436 * gdb.server/server-kill.exp: Execute command
11437 "set remote trace-status-packet on" before "tstatus".
11438
f90183d7
YQ
114392014-10-11 Yao Qi <yao@codesourcery.com>
11440
11441 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11442 (main): Call getppid.
11443 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11444 and continue to it. Read variable "server_pid".
11445
bf40a607
YQ
114462014-10-11 Yao Qi <yao@codesourcery.com>
11447
11448 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11449
052ca370
YQ
114502014-10-11 Yao Qi <yao@codesourcery.com>
11451
11452 * gdb.threads/thread-find.exp: Don't execute command
11453 "info threads".
11454 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11455 * gdb.threads/linux-dp.exp: Don't check the condition
11456 $threads_created equals to zero.
11457
3831839c
PA
114582014-10-10 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.base/bigcore.exp: Remove references to IRIX.
11461 * gdb.base/funcargs.exp: Likewise.
11462 * gdb.base/interrupt.exp: Likewise.
11463 * gdb.base/mips_pro.exp: Likewise.
11464 * gdb.base/nodebug.exp: Likewise.
11465 * gdb.base/setvar.exp: Likewise.
11466 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11467
8b9a549d
PA
114682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11469 Pedro Alves <palves@redhat.com>
11470
11471 PR symtab/14466
11472 * gdb.base/vdso-warning.c: New file.
11473 * gdb.base/vdso-warning.exp: New file.
11474
d48ba5e8
DE
114752014-10-02 Doug Evans <dje@google.com>
11476
11477 * gdb.base/structs.c (main): Don't run forever.
11478
2278c276
PA
114792014-10-02 Pedro Alves <palves@redhat.com>
11480
11481 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11482 (top level) <stop threads 1, stop threads 2>: Use it.
11483
b57bacec
PA
114842014-10-02 Pedro Alves <palves@redhat.com>
11485
11486 * gdb.threads/break-while-running.exp (test): Add new
11487 'update_thread_list' argument. Skip "info threads" if false.
11488 (top level): Add new 'update_thread_list' axis.
11489
13fd3ff3
PA
114902014-10-02 Pedro Alves <palves@redhat.com>
11491
11492 PR breakpoints/17431
11493 * gdb.base/execl-update-breakpoints.c: New file.
11494 * gdb.base/execl-update-breakpoints.exp: New file.
11495
0fec99e8
PA
114962014-10-01 Pedro Alves <palves@redhat.com>
11497
11498 * gdb.base/breakpoint-in-ro-region.c: New file.
11499 * gdb.base/breakpoint-in-ro-region.exp: New file.
11500
2ddf4301
SM
115012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11502
11503 * gdb.mi/mi-exit-code.exp: New file.
11504 * gdb.mi/mi-exit-code.c: New file.
11505
6a5f3f43
YQ
115062014-09-30 Yao Qi <yao@codesourcery.com>
11507
11508 * lib/prelink-support.exp (build_executable_own_libs): Error if
11509 the target isn't native.
11510
345bcc73
YQ
115112014-09-30 Yao Qi <yao@codesourcery.com>
11512
11513 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11514 false.
11515
a25a5a45
PA
115162014-09-22 Pedro Alves <palves@redhat.com>
11517
11518 * gdb.threads/break-while-running.exp: New file.
11519 * gdb.threads/break-while-running.c: New file.
11520
00ba3162
YQ
115212014-09-19 Yao Qi <yao@codesourcery.com>
11522
11523 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11524 Invoke test. Restart GDB with --readnow and invoke test again.
11525
c3b7b696
YQ
115262014-09-19 Yao Qi <yao@codesourcery.com>
11527
11528 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11529 proc set_breakpoint_on_gcd_function. Invoke
11530 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11531 invoke set_breakpoint_on_gcd_function again.
11532
2b4fd423
DE
115332014-09-18 Doug Evans <dje@google.com>
11534
11535 * gdb.dwarf2/symtab-producer.exp: New file.
11536
a5947601
SDJ
115372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11538
11539 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11540 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11541 * gdb.base/global-var-nested-by-dso.c: Likewise.
11542 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11543
91c19059
SDJ
115442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11545 Pedro Alves <palves@redhat.com>
11546
11547 * gdb.base/watch-bitfields.exp: Pass string other than test file
11548 name to prepare_for_testing.
11549 (watch): New procedure.
11550 (expect_watchpoint): Use with_test_prefix.
11551 (top level): Factor out tests to ...
11552 (test_watch_location, test_regular_watch): ... these new
11553 procedures, and use with_test_prefix and gdb_continue_to_end.
11554
bb9d5f81
PP
115552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11556
11557 PR breakpoints/12526
11558 * gdb.base/watch-bitfields.exp: New file.
11559 * gdb.base/watch-bitfields.c: New file.
11560
635856f5
PA
115612014-09-16 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11564 software and hardware addresses, not software address against
11565 itself.
11566
7280ceea
PA
115672014-09-16 Pedro Alves <palves@redhat.com>
11568
11569 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11570 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11571
428b16bd
PA
115722014-09-16 Pedro Alves <palves@redhat.com>
11573
11574 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11575 files.
11576 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11577 "*-*-vxworks*" throughout.
11578 * gdb.base/break.exp: Likewise.
11579 * gdb.base/default.exp: Likewise.
11580 * gdb.base/scope.exp: Likewise.
11581 * gdb.base/sepdebug.exp: Likewise.
11582 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11583 throughout.
11584 * gdb.base/run.c: Likewise.
11585 * gdb.base/sepdebug.c: Likewise.
11586 * gdb.hp/gdb.aCC/run.c: Likewise.
11587 * gdb.reverse/until-reverse.c: Likewise.
11588 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11589
666d413c
YQ
115902014-09-16 Yao Qi <yao@codesourcery.com>
11591
11592 * boards/local-remote-host-native.exp: New file.
11593
57cbd724
DE
115942014-09-14 Doug Evans <xdje42@gmail.com>
11595
11596 * gdb.threads/queue-signal.c (thread_count): New variable.
11597 (thread_count_mutex, thread_count_condvar): New variables.
11598 (incr_thread_count, wait_all_threads_running): New functions.
11599 (main): Wait for all threads to be in their thread functions.
11600
81219e53
DE
116012014-09-13 Doug Evans <xdje42@gmail.com>
11602
11603 * gdb.threads/queue-signal.c: New file.
11604 * gdb.threads/queue-signal.exp: New file.
11605
3714cea7
DE
116062014-09-13 Doug Evans <xdje42@gmail.com>
11607
11608 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11609 be consistent with what default_gdb_init uses.
11610 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11611 the plain text of the prompt. Add some logging printfs.
11612 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11613
fa43b1d7
PA
116142014-09-12 Pedro Alves <palves@redhat.com>
11615
11616 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11617 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11618 * gdb.arch/i386-size-overlap.exp: Likewise.
11619 * gdb.arch/i386-size.exp: Likewise.
11620 * gdb.arch/i386-unwind.exp: Likewise.
11621 * gdb.base/a2-run.exp: Likewise.
11622 * gdb.base/break.exp: Likewise.
11623 * gdb.base/charset.exp: Likewise.
11624 * gdb.base/chng-syms.exp: Likewise.
11625 * gdb.base/commands.exp: Likewise.
11626 * gdb.base/dbx.exp: Likewise.
11627 * gdb.base/find.exp: Likewise.
11628 * gdb.base/funcargs.exp: Likewise.
11629 * gdb.base/jit-simple.exp: Likewise.
11630 * gdb.base/reread.exp: Likewise.
11631 * gdb.base/sepdebug.exp: Likewise.
11632 * gdb.base/step-bt.exp: Likewise.
11633 * gdb.cp/mb-inline.exp: Likewise.
11634 * gdb.cp/mb-templates.exp: Likewise.
11635 * gdb.objc/basicclass.exp: Likewise.
11636 * gdb.threads/killed.exp: Likewise.
11637
9d9bf2df
EBM
116382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11639
11640 PR tdep/17379
11641 * gdb.arch/powerpc-stackless.S: New file.
11642 * gdb.arch/powerpc-stackless.exp: New file.
11643
1cf2f1b0
JK
116442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11645
11646 * gdb.base/attach.c: Include unistd.h.
11647 (main): Call alarm. Add label postloop.
11648 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11649 gdb_breakpoint, gdb_continue_to_breakpoint.
11650 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11651
98880d46
PA
116522014-09-11 Pedro Alves <palves@redhat.com>
11653
11654 PR gdb/17347
11655 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11656 * gdb.base/attach.exp (test_command_line_attach_run): New
11657 procedure.
11658 (top level): Call it.
11659
4c92ff2c
PA
116602014-09-11 Pedro Alves <palves@redhat.com>
11661
11662 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11663 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11664 (do_command_attach_tests): Use spawn_wait_for_attach.
11665 * gdb.base/solib-overlap.exp: Likewise.
11666 * gdb.multi/multi-attach.exp: Likewise.
11667 * gdb.python/py-prompt.exp: Likewise.
11668 * gdb.python/py-sync-interp.exp: Likewise.
11669 * gdb.server/ext-attach.exp: Likewise.
11670
3adc1a7d
GKB
116712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11672
11673 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11674 command in testcase. Simplify testcase.
11675
96334934
JB
116762014-09-10 Joel Brobecker <brobecker@adacore.com>
11677
11678 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11679
eb479039
JB
116802014-09-10 Joel Brobecker <brobecker@adacore.com>
11681
11682 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11683
deede10c
JB
116842014-09-10 Joel Brobecker <brobecker@adacore.com>
11685
11686 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11687
7828a5f5
JB
116882014-09-10 Joel Brobecker <brobecker@adacore.com>
11689
11690 * gdb.dwarf2/dynarr-ptr.c: New file.
11691 * gdb.dwarf2/dynarr-ptr.exp: New file.
11692
33aeebcf
MR
116932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11694
11695 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11696 of 30 rather than hardcoding 120 for a slow test case. Take the
11697 `gdb,timeout' target setting into account for this calculation.
11698 Don't extend the timeout for the test cases that don't need it.
11699
7b415901
MR
117002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11701
11702 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11703 a factor of 2 for a slow test case. Take the `gdb,timeout'
11704 target setting into account for this calculation.
11705 * gdb.reverse/until-precsave.exp: Increase the timeout by
11706 a factor of 15 and 3 respectively rather than adding 120
11707 for a pair of slow test cases. Take the `gdb,timeout'
11708 target setting into account for this calculation.
11709
4a40f85a
MR
117102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11711
11712 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11713 timeout, don't pass one down to gdb_expect.
11714 (gdb_expect): Rework timeout selection.
11715
09635af7
MR
117162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11717
11718 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11719 exception on timeout.
11720 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11721 (gdbserver_start_extended): Catch any `gdbserver_start' error
11722 exceptions.
11723 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11724 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11725 `gdbserver_gdb_load' error exceptions.
11726
2bdd10b7
MR
117272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11728
11729 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11730 120 on waiting for the TCP socket to open.
11731
316935f0
DE
117322014-09-09 Doug Evans <xdje42@gmail.com>
11733
11734 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11735 _caller_matches, _any_caller_is, _any_caller_matches.
11736
83740597
DE
117372014-09-09 Doug Evans <xdje42@gmail.com>
11738
11739 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11740
4c122fc3
YQ
117412014-09-09 Yao Qi <yao@codesourcery.com>
11742
11743 * gdb.mi/mi-var-display.exp: Set print symbol off.
11744
a9f116cb
GKB
117452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11746
11747 PR gdb/17035
11748 * gdb.base/commands.exp: Add tests to verify user-defined
11749 commands with empty bodies.
11750 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11751 python commands in `show user command`.
11752 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11753 scheme commands in `show user command`.
11754
c75bd3a2
JK
117552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11756
11757 PR python/17355
11758 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11759 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11760 * gdb.python/py-framefilter-invalidarg.exp: New file.
11761 * gdb.python/py-framefilter-invalidarg.py: New file.
11762
faa42425
DE
117632014-09-06 Doug Evans <xdje42@gmail.com>
11764
11765 PR 15276
11766 * gdb.python/py-caller-is.c: New file.
11767 * gdb.python/py-caller-is.exp: New file.
11768
474ca4f6
SDJ
117692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11770
11771 PR gdb/17235
11772 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11773 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11774
eb0b0463
SDJ
117752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11776
11777 PR fortran/17237
11778 * gdb.fortran/print-formatted.exp: New file.
11779 * gdb.fortran/print-formatted.f90: Likewise.
11780
5f3b99cf
SS
117812014-09-03 Sasha Smundak <asmundak@google.com>
11782
11783 * gdb.python/py-frame.exp: Test Frame.read_register.
11784
7d793aa9
SDJ
117852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11786
11787 PR python/16699
11788 * gdb.python/py-completion.exp: New file.
11789 * gdb.python/py-completion.py: Likewise.
11790
fb0576e9
DE
117912014-08-28 Doug Evans <dje@google.com>
11792
11793 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11794 eax,etc. are live with values set by gdb and thus the compiler can't
11795 use them.
11796 * gdb.arch/i386-pseudo.c (main): Ditto.
11797
ee92b0dd
DE
117982014-08-27 Doug Evans <dje@google.com>
11799
11800 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11801
6649db35
DE
118022014-08-25 Doug Evans <dje@google.com>
11803
11804 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11805 (main): Ditto.
11806
564b7600
DE
118072014-08-25 Doug Evans <dje@google.com>
11808
11809 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11810
3881fb67
YQ
118112014-08-24 Yao Qi <yao@codesourcery.com>
11812
11813 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11814 symbol off.
11815 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11816
a05a36a5
DE
118172014-08-22 Doug Evans <dje@google.com>
11818
11819 PR 17276
11820 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11821 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11822 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11823
7c343b48
YQ
118242014-08-22 Yao Qi <yao@codesourcery.com>
11825
11826 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11827 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11828 * gdb.python/python.exp: Likewise. Use .py file on the host
11829 instead of the build.
11830
22fd09ae
JK
118312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11832
11833 * gdb.threads/gcore-stale-thread.c: New file.
11834 * gdb.threads/gcore-stale-thread.exp: New file.
11835
a8454a7c
PA
118362014-08-21 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11839 * gdb.base/gcore-relro-pie.exp: Likewise.
11840 * gdb.base/gcore-relro.exp: Likewise.
11841 * gdb.base/gcore.exp: Likewise.
11842 * gdb.base/print-symbol-loading.exp: Likewise.
11843 * gdb.threads/gcore-thread.exp: Likewise.
11844 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11845
2a31c623
PA
118462014-08-20 Pedro Alves <palves@redhat.com>
11847 Jan Kratochvil <jan.kratochvil@redhat.com>
11848
11849 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11850 configure.
11851 (EXPECT): Handle READ1 being set.
11852 (all): Depend on EXTRA_RULES.
11853 (check-read1, expect-read1, read1.so, read1): New rules.
11854 * README (Testsuite Parameters): Document the READ1 make variable.
11855 (Race detection): New section.
11856 * configure: Regenerate.
11857 * configure.ac: If build==host==target, and running under a
11858 GNU/glibc system, add read1 to the extra Makefile rules.
11859 (EXTRA_RULES): AC_SUBST it.
11860 * lib/read1.c: New file.
11861
d36430db
JB
118622014-08-20 Joel Brobecker <brobecker@adacore.com>
11863
11864 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11865 the handling of variables declared as a typedef to an array
11866 which a DW_AT_data_location attribute.
11867
9a0dc9e3
PA
118682014-08-19 Andrew Burgess <aburgess@broadcom.com>
11869 Pedro Alves <palves@redhat.com>
11870
11871 PR symtab/14604
11872 PR symtab/14605
11873 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11874 gdb_test.
11875
0718a8da
PA
118762014-08-19 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11879
13b448cd
YQ
118802014-08-19 Yao Qi <yao@codesourcery.com>
11881
11882 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11883 right line.
11884
1cbf5077
DB
118852014-08-18 David Blaikie <dblaikie@gmail.com>
11886
11887 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11888
bf0fae19
JB
118892014-08-18 Joel Brobecker <brobecker@adacore.com>
11890
11891 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11892 attribute in array range.
11893
3c8c5dcc
JB
118942014-08-18 Joel Brobecker <brobecker@adacore.com>
11895
11896 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11897
e66d4446
SC
118982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11899
11900 PR c++/17132
11901 * gdb.cp/pr17132.cc: New file.
11902 * gdb.cp/pr17132.exp: New file.
11903
940df408
SC
119042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11905
11906 * gdb.python/py-xmethods.py (A_getarrayind)
11907 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11908 Use 'print' with function call syntax.
11909 (E_method_matcher.match): Fix tab vs space indentation mixup.
11910
ebcc6c3a
YQ
119112014-08-15 Yao Qi <yao@codesourcery.com>
11912
11913 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11914 false.
11915
775e0f04
YQ
119162014-08-15 Yao Qi <yao@codesourcery.com>
11917
11918 * gdb.cp/casts.exp: Set print symbol off.
11919 * gdb.cp/class2.exp: Likewise.
11920 * gdb.cp/overload.exp: Likewise.
11921 * gdb.cp/templates.exp: Likewise.
11922
d769e349
DE
119232014-08-11 Doug Evans <dje@google.com>
11924
11925 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11926 (test_load_shlib): Update.
11927
20c6f1e1
YQ
119282014-08-09 Yao Qi <yao@codesourcery.com>
11929
11930 * gdb.base/display.exp: Invoke is_address_zero_readable.
11931 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11932 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11933 * gdb.base/hbreak-unmapped.exp: Return if
11934 is_address_zero_readable returns true.
11935 * gdb.base/signest.exp: Likewise.
11936 * gdb.base/signull.exp: Likewise.
11937 * gdb.base/sigbpt.exp: Likewise.
11938 * gdb.guile/scm-disasm.exp: Do the test if
11939 is_address_zero_readable returns false.
11940 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11941 * gdb.python/py-arch.exp: Likewise.
11942 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11943 * lib/gdb.exp (is_address_zero_readable): New proc.
11944
5792e8e3
YQ
119452014-08-09 Yao Qi <yao@codesourcery.com>
11946
11947 PR testsuite/13443
11948 * gdb.mi/mi-var-display.exp: Make test messages unique.
11949
3cecbbbe
TT
119502014-08-04 Tom Tromey <tromey@redhat.com>
11951
11952 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11953 target 0".
11954
00b51ff5
TT
119552014-08-04 Tom Tromey <tromey@redhat.com>
11956
11957 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11958 "target_resume".
11959
6908c509
JB
119602014-08-01 Joel Brobecker <brobecker@adacore.com>
11961
11962 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11963 inner_vla_struct_object_size.
11964 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11965 as xfail.
11966
cc6563d2
PA
119672014-07-30 Pedro Alves <palves@redhat.com>
11968
11969 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11970 comment.
11971
7e09a223
YQ
119722014-07-29 Yao Qi <yao@codesourcery.com>
11973
11974 PR gdb/17206
11975 * gdb.base/until-nodebug.exp: New.
11976
7ebdbe92
DE
119772014-07-28 Doug Evans <xdje42@gmail.com>
11978
11979 PR guile/17203
11980 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11981 previously existing parameter, and previously ambiguously spelled
11982 parameter.
11983
fdb1adc6
WN
119842014-07-28 Will Newton <will.newton@linaro.org>
11985
11986 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11987
186fcde0
DE
119882014-07-26 Ludovic Courtès <ludo@gnu.org>
11989 Doug Evans <xdje42@gmail.com>
11990
11991 PR guile/17146
11992 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11993
70509625
PA
119942014-07-25 Pedro Alves <palves@redhat.com>
11995
11996 * gdb.threads/signal-command-handle-nopass.c: New file.
11997 * gdb.threads/signal-command-handle-nopass.exp: New file.
11998 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11999 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12000 * gdb.threads/signal-delivered-right-thread.c: New file.
12001 * gdb.threads/signal-delivered-right-thread.exp: New file.
12002
c3f814a1
PA
120032014-07-25 Pedro Alves <palves@redhat.com>
12004
12005 * gdb.base/double-prompt-target-event-error.exp
12006 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12007 match.
12008 (cancel_pagination_in_target_event): Rework double prompt
12009 detection.
12010 * gdb.base/paginate-after-ctrl-c-running.exp
12011 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12012 <return>' match.
12013 * gdb.base/paginate-bg-execution.exp
12014 (test_bg_execution_pagination_return)
12015 (test_bg_execution_pagination_cancel): Remove '-notransfer
12016 <return>' matches.
12017 * gdb.base/paginate-execution-startup.exp
12018 (test_fg_execution_pagination_return)
12019 (test_fg_execution_pagination_cancel): Remove '-notransfer
12020 <return>' matches.
12021 * gdb.base/paginate-inferior-exit.exp
12022 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12023 match.
12024 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12025 * lib/gdb.exp (pagination_prompt): Run text through
12026 string_to_regexp.
12027 (gdb_test_multiple): Match $pagination_prompt instead of
12028 "<return>".
12029 (string_to_regexp): Move to lib/gdb-utils.exp.
12030
e214cf6c
JK
120312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12032
12033 * gdb.arch/amd64-entry-value-paramref.S: New file.
12034 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12035 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12036 * gdb.arch/amd64-optimout-repeat.S: New file.
12037 * gdb.arch/amd64-optimout-repeat.c: New file.
12038 * gdb.arch/amd64-optimout-repeat.exp: New file.
12039
17d0c5c8
JK
120402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12041
12042 PR gdb/17170
12043 * gdb.base/statistics.exp: New file.
12044
b8b8facf
DE
120452014-07-17 Doug Evans <dje@google.com>
12046
74b49205 12047 PR gdb/17170
b8b8facf
DE
12048 * gdb.base/maint.exp: Update testing of per-command stats.
12049
1b5d0ab3
PA
120502014-07-16 Pedro Alves <palves@redhat.com>
12051
12052 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12053 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12054 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12055 (tfile_write_buf): New functions.
12056 (add_memory_block): Rewrite using the above.
12057 (adjust_function_address): New function.
12058 (FUNCTION_ADDRESS): New macro.
12059 (write_basic_trace_file): Remove short_x local, and use
12060 tfile_write_16. Change type of func_addr local to unsigned long
12061 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12062 here. Cast argument of add_memory_block to char pointer.
12063 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12064 (main): Remove parameters.
12065 * gdb.trace/tfile.exp: Remove nowarnings.
12066
4d974e88
SM
120672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12068
12069 * gdb.base/debug-expr.exp: Test string evaluation with
12070 "debug expression" on.
12071
41e99568
PA
120722014-07-15 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.base/reread.exp: Use clean_restart.
12075
487d9753
PL
120762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12077
12078 * gdb.arch/avr-flash-qualifer.c: New.
12079 * gdb.arch/avr-flash-qualifer.exp: New.
12080
cc1c52ad
PA
120812014-07-14 Pedro Alves <palves@redhat.com>
12082
12083 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12084 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12085
1e973570
PA
120862014-07-14 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.base/double-prompt-target-event-error.c: New file.
12089 * gdb.base/double-prompt-target-event-error.exp: New file.
12090
93d6eb10
PA
120912014-07-14 Pedro Alves <palves@redhat.com>
12092
12093 PR gdb/17072
12094 * gdb.base/paginate-inferior-exit.c: New file.
12095 * gdb.base/paginate-inferior-exit.exp: New file.
12096
0017922d
PA
120972014-07-14 Pedro Alves <palves@redhat.com>
12098
12099 PR gdb/17072
12100 * gdb.base/paginate-bg-execution.c: New file.
12101 * gdb.base/paginate-bg-execution.exp: New file.
12102
94696ad3
PA
121032014-07-14 Pedro Alves <palves@redhat.com>
12104
12105 PR gdb/17072
12106 * gdb.base/paginate-execution-startup.c: New file.
12107 * gdb.base/paginate-execution-startup.exp: New file.
12108 * lib/gdb.exp (pagination_prompt): New global.
12109 (default_gdb_spawn): New procedure, factored out from
12110 default_gdb_spawn.
12111 (default_gdb_start): Adjust to call default_gdb_spawn.
12112 (gdb_spawn): New procedure.
12113
bd293940
PA
121142014-07-14 Pedro Alves <palves@redhat.com>
12115
12116 * lib/gdb.exp (gdb_assert): New procedure.
12117 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12118
c933f875
PA
121192014-07-14 Pedro Alves <palves@redhat.com>
12120
12121 * gdb.base/execution-termios.c: New file.
12122 * gdb.base/execution-termios.exp: New file.
12123
d98b7a16
TT
121242014-07-14 Tom Tromey <tromey@redhat.com>
12125
12126 * gdb.cp/vla-cxx.cc: New file.
12127 * gdb.cp/vla-cxx.exp: New file.
12128
548740d6
TT
121292014-07-14 Tom Tromey <tromey@redhat.com>
12130
12131 * gdb.reverse/rerun-prec.c: New file.
12132 * gdb.reverse/rerun-prec.exp: New file.
12133
a25eb028
MR
121342014-07-12 Maciej W. Rozycki <macro@mips.com>
12135 Maciej W. Rozycki <macro@codesourcery.com>
12136
12137 * lib/gdb-utils.exp: New file.
12138 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12139 inline `gdb_init_command' processing.
12140 (gdb_start_cmd): Likewise.
12141 * lib/mi-support.exp (mi_run_cmd): Likewise.
12142 * README: Document `gdb_init_command' and `gdb_init_commands'.
12143
218c2655
JK
121442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12145
12146 Fix false FAIL running under a very long directory name.
12147 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12148 and "set print elements 10000". Twice.
12149
5401fde3
YQ
121502014-07-11 Yao Qi <yao@codesourcery.com>
12151
12152 * gdb.base/exprs.exp: "set print symbol off".
12153
e76126e8
PA
121542014-07-11 Pedro Alves <palves@redhat.com>
12155
12156 * gdb.threads/kill.c: New file.
12157 * gdb.threads/kill.exp: New file.
12158
2d6f0de6
YQ
121592014-07-10 Yao Qi <yao@codesourcery.com>
12160
12161 * gdb.trace/tfile.c (write_basic_trace_file)
12162 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12163 address written to trace file.
12164
7180e04a
PA
121652014-07-09 Pedro Alves <palves@redhat.com>
12166
12167 * gdb.base/attach-wait-input.exp: New file.
12168 * gdb.base/attach-wait-input.c: New file.
12169
9a9a7608
AB
121702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12171
12172 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12173 setting up test structures.
12174 (main): Call new test function.
12175 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12176 test function, continue into test function and walk test
12177 structures.
12178
161ac41e
YQ
121792014-07-02 Yao Qi <yao@codesourcery.com>
12180
12181 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12182 'bar_start' at the beginning of functions 'foo' and 'bar'
12183 respectively.
12184 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12185 instead of 'foo' and 'bar'.
12186
1f267ae3
MM
121872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12188
12189 * gdb.btrace/segv.exp: New.
12190 * gdb.btrace/segv.c: New.
12191
2b239efb
LM
121922014-07-02 Luis Machado <lgustavo@codesourcery.com>
12193
12194 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12195 instruction.
12196
cf363f18
MW
121972014-06-30 Mark Wielaard <mjw@redhat.com>
12198
12199 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12200 vulture, vilify, villar): New volatile array constants.
12201 (vindictive, vegetation): New const volatile array constants.
12202 * gdb.base/volatile.exp: Test volatile and const volatile array
12203 types.
12204
aebf9d24
AA
122052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12206
12207 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12208 target lacks support for awatch, rwatch, or hbreak.
12209
b67a2c6f
YQ
122102014-06-27 Yao Qi <yao@codesourcery.com>
12211
12212 * gdb.multi/dummy-frame-restore.exp: New.
12213 * gdb.multi/dummy-frame-restore.c: New.
12214
aef92902
MM
122152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12216
12217 * gdb.btrace/gcore.exp: New.
12218
8e9db26e
PA
122192014-06-23 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.base/watchpoint-reuse-slot.c: New file.
12222 * gdb.base/watchpoint-reuse-slot.exp: New file.
12223
70afc5b7
SC
122242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12225
12226 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12227 progspace's filename in 'info', 'enable' and 'disable' command
12228 tests.
12229
b972bd9c
JK
122302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12231
12232 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12233 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12234 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12235
125f8a3d
GB
122362014-06-20 Gary Benson <gbenson@redhat.com>
12237
12238 * gdb.arch/i386-avx.exp: Fix include file location.
12239 * gdb.arch/i386-sse.exp: Likewise.
12240
3ed9baed
IB
122412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12242
12243 * gdb.dlang/expression.exp: New file.
12244
034f788c
PA
122452014-06-19 Pedro Alves <palves@redhat.com>
12246
12247 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12248 out from ...
12249 (top level): ... here. Iterate running tests under different
12250 scheduler-locking settings.
12251
45371d0c
LM
122522014-06-18 Luis Machado <lgustavo@codesourcery.com>
12253
12254 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12255 to DW_FORM_addr and use non-zero addresses.
12256
5d376983
SC
122572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12258
12259 PR gdb/17017
12260 * gdb.python/py-xmethods.cc: Add global function call counters and
12261 increment them in their respective functions. Remove "cout"
12262 statements.
12263 * gdb.python/py-xmethods.exp: Make tests check the global function
12264 call counters instead of depending on inferior IO.
12265
a1aa2221
LM
122662014-06-18 Don Breazeal <donb@codesourcery.com>
12267
12268 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12269 Deleted procedure.
12270 (explicit_fork_parent_follow): Deleted procedure.
12271 (explicit_fork_child_follow): Deleted procedure.
12272 (test_follow_fork): New procedure.
12273 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12274 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12275 procedure calls.
12276
0fc05997
YQ
122772014-06-17 Yao Qi <yao@codesourcery.com>
12278
12279 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12280 CP1252.
12281
70795c52
LM
122822014-06-17 Luis Machado <lgustavo@codesourcery.com>
12283
12284 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12285 Initialize ptr and S explicitly.
12286 (skip_type_update_when_not_use_rtti_test): Likewise.
12287
6be47f0c
KS
122882014-06-16 Keith Seitz <keiths@redhat.com>
12289
12290 PR mi/15863
12291 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12292 the inferior is started.
12293
d03de421
PA
122942014-06-16 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.base/break-main-file-remove-fail.c: New file.
12297 * gdb.base/break-main-file-remove-fail.exp: New file.
12298 * gdb.base/break-unload-file.exp: Use build_executable instead of
12299 prepare_for_testing.
12300 (test_break): New parameter "initial_load". Handle it.
12301 (top level): Add initial_load cmdline/file axis.
12302
f9579b99
TT
123032014-06-12 Tom Tromey <tromey@redhat.com>
12304
12305 * gdb.base/completion.exp: Don't use directory name in test.
12306
3657956b
GB
123072014-06-09 Gary Benson <gbenson@redhat.com>
12308
12309 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12310 separate the always-available ANSI-standard signals from the
12311 signals that require checking.
12312 (main): Likewise.
12313 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12314 Likewise.
12315 (main): Likewise.
12316
4186eb54
KS
123172014-06-07 Keith Seitz <keiths@redhat.com>
12318
12319 Revert:
12320 PR c++/16253
12321 * gdb.cp/var-tag.cc: New file.
12322 * gdb.cp/var-tag.exp: New file.
12323 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12324 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12325 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12326 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12327
25326a28 123282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12329
12330 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12331
829155c9
PA
123322014-06-06 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12335 in target debug output instead of looking at RSP packets,
12336 disabling the test on any target that uses hardware stepping.
12337 Update comments.
12338
61c8d22e
PA
123392014-06-06 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.base/break-unload-file.exp: Fix typo.
12342
d9a47287
YQ
123432014-06-06 Yao Qi <yao@codesourcery.com>
12344
12345 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12346 from "jit_function" to "^jit_function".
12347
e5e01dbf
YQ
123482014-06-06 Yao Qi <yao@codesourcery.com>
12349
12350 * gdb.base/async.c (foo): Add one statement.
12351 * gdb.base/async.exp: Get the next instruction address and
12352 match the output of "nexti" by instruction address. Match
12353 the hex address in the output of "finish".
12354
73ba372c
GB
123552014-06-06 Gary Benson <gbenson@redhat.com>
12356
12357 * gdb.base/call-signals.c: Remove preprocessor conditionals
12358 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12359 SIGSEGV and SIGTERM.
12360 * gdb.base/sigall.c: Likewise.
12361 * gdb.base/unwindonsignal.c: Likewise.
12362 * gdb.reverse/sigall-reverse.c: Likewise.
12363
831517df
YQ
123642014-06-06 Yao Qi <yao@codesourcery.com>
12365
12366 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12367 readable, skip the test.
12368
b8b91e98
YQ
123692014-06-06 Yao Qi <yao@codesourcery.com>
12370
12371 * gdb.threads/staticthreads.c (thread_function): Move the line
12372 setting breakpoint on forward.
12373 * gdb.threads/staticthreads.exp: Update comments.
12374
fb934770
LC
123752014-06-05 Ludovic Courtès <ludo@gnu.org>
12376
12377 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12378 "history-append! type error".
12379
6ef284bd
SM
123802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12381
12382 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12383 erroneous dprintf expected input.
12384
a872e241
DE
123852014-06-04 Doug Evans <xdje42@gmail.com>
12386
12387 * gdb.guile/scm-generics.exp: Delete.
12388
16f691fb
DE
123892014-06-04 Doug Evans <xdje42@gmail.com>
12390
12391 * gdb.guile/scm-breakpoint.exp: Update.
12392 Add tests for breakpoint registration.
12393
012370f6
TT
123942014-06-04 Tom Tromey <tromey@redhat.com>
12395
12396 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12397 VLA-in-union.
12398 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12399 inner_vla_struct, vla_union types. Initialize objects of those
12400 types and compute their sizes.
12401
9f5a4cef
HZ
124022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12403 Hui Zhu <hui@codesourcery.com>
12404
12405 * gdb.base/fileio.exp: Add test for shell not available as well as
12406 available.
12407 * gdb.base/fileio.c (test_system): Check for shell twice.
12408
90a45c4d
YQ
124092014-06-04 Yao Qi <yao@codesourcery.com>
12410
12411 * gdb.base/auto-connect-native-target.exp: Remove redundant
12412 space from the regexp pattern.
12413
70017e41
YQ
124142014-06-04 Yao Qi <yao@codesourcery.com>
12415
12416 * gdb.base/default.exp: Replace "child" with "native" in
12417 regexp pattern.
12418
883964a7
SC
124192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12420
12421 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12422 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12423 * gdb.python/py-xmethods.py: Python script supporting the
12424 new testcase and tests.
12425
ef370185
JB
124262014-06-03 Joel Brobecker <brobecker@adacore.com>
12427 Pedro Alves <palves@redhat.com>
12428
12429 PR breakpoints/17000
12430 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12431 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12432
1e2ccb61
BM
124332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12434
12435 * gdb.base/subst.exp: Add tests to verify partial path matching
12436 output.
12437
c6ec5ab2
PA
124382014-06-03 Pedro Alves <palves@redhat.com>
12439
12440 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12441 target that doesn't use software single-stepping.
12442
835c559f
PA
124432014-06-03 Pedro Alves <palves@redhat.com>
12444
12445 PR breakpoints/17000
12446 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12447 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12448
06eb1586
DE
124492014-06-02 Doug Evans <xdje42@gmail.com>
12450
12451 * gdb.guile/scm-parameter.exp: New file.
12452
e698b8c4
DE
124532014-06-02 Doug Evans <xdje42@gmail.com>
12454
12455 * gdb.guile/scm-cmd.c: New file.
12456 * gdb.guile/scm-cmd.exp: New file.
12457
ded03782
DE
124582014-06-02 Doug Evans <xdje42@gmail.com>
12459
12460 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12461 pretty-printer lookup.
12462 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12463 (make-pp_s-printer): Call it.
12464 (make-pretty-printer-from-dict): New function.
12465 (lookup-pretty-printer-maker-from-dict): New function.
12466 (*pretty-printer*): Simplify.
12467 (make-objfile-pp_s-printer): New function.
12468 (install-objfile-pretty-printers!): New function.
12469 (make-progspace-pp_s-printer): New function.
12470 (install-progspace-pretty-printers!): New function.
12471 * gdb.guile/scm-progspace.c: New file.
12472 * gdb.guile/scm-progspace.exp: New file.
12473
41fac0cf
PA
124742014-06-02 Pedro Alves <palves@redhat.com>
12475
12476 * gdb.base/dprintf-bp-same-addr.c: New file.
12477 * gdb.base/dprintf-bp-same-addr.exp: New file.
12478
96ae5695
EBM
124792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12480
12481 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12482 * gdb.arch/powerpc-power.s: Likewise.
12483
da02b3a8
JB
124842014-06-02 Joel Brobecker <brobecker@adacore.com>
12485
12486 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12487
c72b2e7b
YQ
124882014-06-01 Yao Qi <yao@codesourcery.com>
12489
12490 * gdb.base/watchpoint.exp (test_watch_location): Check null
12491 pointer can be dereferenced. If not, do the test, otherwise
12492 skip it.
12493
53e8a631
AB
124942014-05-30 Andrew Burgess <aburgess@broadcom.com>
12495
12496 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12497 results.
12498 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12499
938f0e2f
AB
125002014-05-30 Andrew Burgess <aburgess@broadcom.com>
12501
12502 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12503 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12504 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12505 * gdb.arch/amd64-invalid-stack-top.c: New file.
12506 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12507
9ba6657a
PA
125082014-05-30 Pedro Alves <palves@redhat.com>
12509
12510 PR breakpoints/17000
12511 * gdb.base/sss-bp-on-user-bp.c: New file.
12512 * gdb.base/sss-bp-on-user-bp.exp: New file.
12513
522c09bf
DB
125142014-05-30 David Blaikie <dblaikie@gmail.com>
12515
12516 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12517 gnu_inline semantics via attribute.
12518 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12519 source explicitly specifies the required semantics.
12520
bf4ef81e
MR
125212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12522
12523 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12524
329ea579
PA
125252014-05-29 Pedro Alves <palves@redhat.com>
12526 Tom Tromey <tromey@redhat.com>
12527
12528 * gdb.base/async-shell.exp: Don't enable target-async.
12529 * gdb.base/async.exp
12530 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12531 parameter. Adjust.
12532 (top level): Don't test with "target-async".
12533 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12534 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12535 * gdb.base/inferior-died.exp: Don't enable target-async.
12536 * gdb.base/interrupt-noterm.exp: Likewise.
12537 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12538 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12539 * gdb.mi/mi-nonstop.exp: Likewise.
12540 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12541 * gdb.mi/mi-nsintrall.exp: Likewise.
12542 * gdb.mi/mi-nsmoribund.exp: Likewise.
12543 * gdb.mi/mi-nsthrexec.exp: Likewise.
12544 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12545 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12546 * gdb.python/py-evsignal.exp: Don't enable target-async.
12547 * gdb.python/py-evthreads.exp: Likewise.
12548 * gdb.python/py-prompt.exp: Likewise.
12549 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12550 * gdb.server/solib-list.exp: Don't enable target-async.
12551 * gdb.threads/thread-specific-bp.exp: Likewise.
12552 * lib/mi-support.exp: Adjust to use mi-async.
12553
fd664c91
PA
125542014-05-29 Pedro Alves <palves@redhat.com>
12555
12556 PR gdb/13860
12557 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12558 reason, even in sync mode.
12559
251bde03
PA
125602014-05-29 Pedro Alves <palves@redhat.com>
12561 Hui Zhu <hui@codesourcery.com>
12562
12563 PR PR15693
12564 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12565 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12566 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12567 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12568
7f3c0343
JB
125692014-05-28 Joel Brobecker <brobecker@adacore.com>
12570
12571 * config/monitor.exp (gdb_target_monitor): Replace use of
12572 "set remotebaud" by "set serial baud".
12573
b2715b27
AW
125742014-05-26 Andy Wingo <wingo@igalia.com>
12575
12576 * gdb.guile/scm-breakpoint.exp:
12577 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12578 properties instead of gdb-object-properties.
12579
498a4489
YQ
125802014-05-26 Yao Qi <yao@codesourcery.com>
12581
12582 * gdb.server/no-thread-db.exp: Specify source file name
12583 explicitly when setting a breakpoint.
12584
589fdceb
MM
125852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12586
12587 * gdb.btrace/vdso.c: New.
12588 * gdb.btrace/vdso.exp: New.
12589
e9089e05
MM
125902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12591
12592 * gdb.base/gcore.exp (capture_command_output): Move ...
12593 * lib/gdb.exp (capture_command_output): ... here.
12594
67b5c0c1
MM
125952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12596
12597 * gdb.btrace/data.exp: Test memory access during btrace replay.
12598
a2199296
SM
125992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12600
12601 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12602
17b2616c
PA
126032014-05-21 Pedro Alves <palves@redhat.com>
12604
12605 PR gdb/13860
12606 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12607 (top level): Test that output related to execution commands is
12608 sent to the console with CLI commands, but not with MI commands.
12609 Test that breakpoint events are always mirrored to the console.
12610 Also expect the new source line to be output after a "next" in
12611 async mode too. Make it a pass/fail test.
12612 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12613 output.
12614 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12615
5166082f
PA
126162014-05-21 Pedro Alves <palves@redhat.com>
12617
12618 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12619 Use them to test variations of "list" after reaching a breakpoint.
12620 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12621 Test "list" with listsize 10 after reaching a breakpoint.
12622 * gdb.python/python.exp (decode_line current location line
12623 number): Adjust expected line number.
12624
2f25d70f
SM
126252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12626
12627 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12628 behavior for $args, pass it directly to "run".
12629
ff604a67
MR
126302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12631
12632 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12633 30000 to 65536.
12634
6a3cb8e8
PA
126352014-05-21 Pedro Alves <palves@redhat.com>
12636
12637 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12638 auto-connect-native-target off".
12639 * gdb.base/auto-connect-native-target.c: New file.
12640 * gdb.base/auto-connect-native-target.exp: New file.
12641
4ebfc96e
PA
126422014-05-21 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.base/default.exp: Test "target native" instead of "target
12645 child".
12646
36d46afb
MW
126472014-05-21 Mark Wielaard <mjw@redhat.com>
12648
12649 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12650
5876f503
JK
126512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12652
12653 Fix TLS access for -static -pthread.
12654 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12655 <HAVE_TLS> (thread_function, main): Initialize it.
12656 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12657 Add clean_restart.
12658 <$have_tls != "">: Check TLSVAR.
12659
0256a6ac
PA
126602014-05-21 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.base/dcache-line-read-error.c: New.
12663 * gdb.base/dcache-line-read-error.exp: New.
12664
936d2992
PA
126652014-05-20 Pedro Alves <palves@redhat.com>
12666
12667 * gdb.base/compare-sections.c: New file.
12668 * gdb.base/compare-sections.exp: New file.
12669
802e8e6d
PA
126702014-05-20 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.base/break-idempotent.c: New file.
12673 * gdb.base/break-idempotent.exp: New file.
12674
e59fa00f
MM
126752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12676
12677 * gdb.btrace/nohist.exp: New.
12678
8b696e31
YQ
126792014-05-20 Yao Qi <yao@codesourcery.com>
12680
12681 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12682 gdb.reverse directory and gdb_reverse_timeout exists in board
12683 setting.
12684 * README: Document gdb_reverse_timeout.
12685
73c9764f
YQ
126862014-05-20 Yao Qi <yao@codesourcery.com>
12687
12688 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12689 'test_file_name'. Treat args as a string instead of a list.
12690 (gdb_init): Rename argument 'args' by 'test_file_name'.
12691
f1f4348a
JK
126922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12693
12694 * gdb.arch/powerpc-power.exp: New file.
12695 * gdb.arch/powerpc-power.s: New file.
12696
0dbe70ce
DE
126972014-05-16 Doug Evans <dje@google.com>
12698
12699 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12700 * gdb.base/completion.exp: Check that all expected files exist
12701 before doing file completion.
0dbe70ce 12702
8d551b02
DE
127032014-05-16 Doug Evans <dje@google.com>
12704
12705 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12706 Update.
12707 (do_syscall_tests_without_xml): Update.
12708
73eb7709
PA
127092014-05-16 Pedro Alves <palves@redhat.com>
12710
12711 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12712 instead of "unknown output after running".
12713
3fae92fc
YQ
127142014-05-16 Yao Qi <yao@codesourcery.com>
12715
12716 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12717 file1.txt from host at the end.
12718 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12719
c2b2ccc5
DE
127202014-05-15 Doug Evans <dje@google.com>
12721
12722 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12723 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12724 loading file. Add test for TU lookup.
12725
8c217a4b
SM
127262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12727
12728 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12729 calling "-exec-arguments" or "set args" before running the
12730 inferior.
12731
3deb39c6
SM
127322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12733
12734 * lib/mi-support.exp (mi_expect_stop): Expect message for
12735 inferiors that exit with non-zero exit code.
12736
71a79f8c
YQ
127372014-05-14 Yao Qi <yao@codesourcery.com>
12738
12739 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12740 match absolute path on remote host.
12741 (test_file_list_exec_source_files): Remove "/" from the
12742 pattern.
12743
f23fcd46
YQ
127442014-05-14 Yao Qi <yao@codesourcery.com>
12745
12746 * boards/local-remote-host-notty.exp (${board}_file): New
12747 proc.
12748
9404b58f
KM
127492014-05-07 Kyle McMartin <kyle@redhat.com>
12750
12751 Pushed by Joel Brobecker <brobecker@adacore.com>.
12752 * gdb.arch/aarch64-atomic-inst.c: New file.
12753 * gdb.arch/aarch64-atomic-inst.exp: New file.
12754
5e45f04c
YQ
127552014-05-07 Yao Qi <yao@codesourcery.com>
12756
12757 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12758 in current context" too.
12759
c888a17d
KS
127602014-05-05 Keith Seitz <keiths@redhat.com>
12761
12762 * gdb.linespec/ls-dollar.exp: Add test for linespec
12763 file:convenience_variable.
12764
290a839c
YQ
127652014-05-05 Yao Qi <yao@codesourcery.com>
12766
12767 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12768 traceframes into tfile and ctf trace files. Read data from
12769 trace file and test collected data.
12770 (gdb_collect_locals_test): Likewise.
12771 (gdb_unavailable_registers_test): Likewise.
12772 (gdb_unavailable_floats): Likewise.
12773 (gdb_collect_globals_test): Likewise.
12774 (top-level): Append "ctf" to trace_file_targets if GDB
12775 supports.
12776
b5262cd0
YQ
127772014-05-05 Yao Qi <yao@codesourcery.com>
12778
12779 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12780 code to ...
12781 (gdb_collect_args_test_1): ... it. New proc.
12782 (gdb_collect_locals_test): Move some code to ...
12783 (gdb_collect_locals_test_1): ... it. New proc.
12784 (gdb_unavailable_registers_test): Move some code to ...
12785 (gdb_unavailable_registers_test_1): ... it. New proc.
12786 (gdb_unavailable_floats): Move some code to ...
12787 (gdb_unavailable_floats_1): ... it. New proc.
12788
30a1e6cc
SDJ
127892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12790
12791 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12792 probes to test for bitness recognition.
12793 * gdb.arch/amd64-stap-optional-prefix.exp
12794 (test_probe_value_without_reg): New procedure.
12795 Add code to test for different kinds of bitness.
12796
f33da99a
SDJ
127972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12798
12799 PR breakpoints/16889
12800 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12801 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12802
5b80f00d
PA
128032014-05-01 Pedro Alves <palves@redhat.com>
12804
12805 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12806 gdb_file_cmd if no file is specified.
12807 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12808 last_loaded_file to set the remote exec-file.
12809
f8c2a73c
PA
128102014-05-01 Pedro Alves <palves@redhat.com>
12811
12812 * boards/local-remote-host.exp: New file.
12813
be6e8ac7
PA
128142014-05-01 Pedro Alves <palves@redhat.com>
12815
12816 * boards/local-remote-host.exp: Rename to ...
12817 * boards/local-remote-host-notty.exp: ... this.
12818
cac0dc8f
JB
128192014-04-28 Joel Brobecker <brobecker@adacore.com>
12820
12821 * gdb.ada/dyn_arrayidx: New testcase.
12822
9730e6cc
YQ
128232014-04-26 Yao Qi <yao@codesourcery.com>
12824
12825 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12826 and compute the length of function main. Save it in
12827 $main_length.
12828 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12829 (top-level): Use gdb_compile to compile objects into
12830 executable and restart GDB. Remove invocation to
12831 prepare_for_testing.
12832
7ae1a6a6
PA
128332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12834 Pedro Alves <palves@redhat.com>
12835
12836 PR server/16255
12837 * gdb.multi/multi-attach.c: New file.
12838 * gdb.multi/multi-attach.exp: New file.
12839
4082afcc
PA
128402014-04-25 Pedro Alves <palves@redhat.com>
12841
12842 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12843 user.
12844 (top level): Test that "set remote conditional-breakpoints-packet
12845 off" works as intended.
12846 * gdb.base/dprintf.exp: Test that "set remote
12847 breakpoint-commands-packet off" works as intended.
12848 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12849 New function.
12850 (top level): Call it.
12851 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12852 remote fast-tracepoints-packet off" works as intended.
12853 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12854 * lib/gdb.exp (gdb_is_target_remote): ... here.
12855
2abc3f8d
DB
128562014-04-24 David Blaikie <dblaikie@gmail.com>
12857
12858 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12859 ensure clang would not discard them.
12860 * gdb.base/gdbvars.c: Ditto.
12861 * gdb.base/memattr.c: Ditto.
12862 * gdb.base/whatis.c: Ditto.
12863 * gdb.python/py-prettyprint.c: Ditto.
12864 * gdb.trace/actions.c: Ditto.
12865 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12866 ensure clang would not discard it.
12867
bfd39632
DB
128682014-04-24 David Blaikie <dblaikie@gmail.com>
12869
12870 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12871 clang to emit the full definition of type required by the test
12872 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12873
22842ff6
DB
128742014-04-24 David Blaikie <dblaikie@gmail.com>
12875
12876 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12877 coax Clang into emitting the definition of the type.
12878 * gdb.cp/pr10728-x.h (y): Ditto.
12879 * gdb.cp/pr10728-y.cc (y): Ditto.
12880
c2e827ad
DB
128812014-04-24 David Blaikie <dblaikie@gmail.com>
12882
12883 * gdb.base/label.exp: XFAIL label related tests under Clang.
12884 * gdb.cp/cplabel.exp: Ditto.
12885 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12886 under Clang those using labels.
12887
4c2d33e7
YQ
128882014-04-25 Yao Qi <yao@codesourcery.com>
12889
12890 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12891 double_label.
12892 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12893 partial_label and double_label.
12894
56083b99
DB
128952014-04-24 David Blaikie <dblaikie@gmail.com>
12896
12897 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12898
25d4e99d
DB
128992014-04-24 David Blaikie <dblaikie@gmail.com>
12900
12901 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12902 of the function to work across GCC and Clang.
12903 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12904 pointer types (const void ** const V void **).
12905
01f9f808
MS
129062014-04-24 Michael Sturm <michael.sturm@mintel.com>
12907 Walfred Tedeschi <walfred.tedeschi@intel.com>
12908
12909 * Makefile.in (EXECUTABLES): Added i386-avx512.
12910 * gdb.arch/i386-avx512.c: New file.
12911 * gdb.arch/i386-avx512.exp: Likewise.
12912
4b48d439
KS
129132014-04-23 Keith Seitz <keiths@redhat.com>
12914
12915 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12916 (mi_make_breakpoint_table): New procedure.
12917 (mi_create_breakpoint): Use mi_make_breakpoint
12918 and return the result.
12919 (mi_make_breakpoint): New procedure.
12920 (mi_build_kv_pairs): New procedure.
12921
12922 * gdb.mi/mi-break.exp: Remove unused globals,
12923 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12924 All callers updated.
12925 * gdb.mi/mi-dprintf.exp: Use variable to track command
12926 number.
12927 Update all callers of mi_create_breakpoint and use
12928 mi_make_breakpoint_table.
12929 Remove any unused global variables.
12930 * gdb.mi/mi-nonstop.exp: Likewise.
12931 * gdb.mi/mi-nsintrall.exp: Likewise.
12932 * gdb.mi/mi-nsmoribund.exp: Likewise.
12933 * gdb.mi/mi-nsthrexec.exp: Likewise.
12934 * gdb.mi/mi-reverse.exp: Likewise.
12935 * gdb.mi/mi-simplerun.exp: Likewise.
12936 * gdb.mi/mi-stepn.exp: Likewise.
12937 * gdb.mi/mi-syn-frame.exp: Likewise.
12938 * gdb.mi/mi-until.exp: Likewise.
12939 * gdb.mi/mi-var-cp.exp: Likewise.
12940 * gdb.mi/mi-var-display.exp: Likewise.
12941 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12942 * gdb.mi/mi2-var-child.exp: Likewise.
12943 * gdb.mi/mi-vla-c99.exp: Likewise.
12944 * lib/mi-support.exp: Likewise.
12945
12946 From Ian Lance Taylor <iant@cygnus.com>:
12947 * lib/gdb.exp (parse_args): New procedure.
12948
08351840
PA
129492014-04-23 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.base/break-unload-file.c: New file.
12952 * gdb.base/break-unload-file.exp: New file.
12953 * gdb.base/sym-file-lib.c (baz): New function.
12954 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12955 field.
12956 (load): Store the segment's mapped size.
12957 (unload): New function.
12958 (unload_shlib): New function.
12959 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12960 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12961 set a breakpoint at baz, and call it.
12962 * gdb.base/sym-file.exp: New tests for stale breakpoint
12963 instructions.
12964
076855f9
PA
129652014-04-23 Pedro Alves <palves@redhat.com>
12966
12967 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12968 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12969 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12970 * gdb.base/hbreak-unmapped.c: New file.
12971 * gdb.base/hbreak-unmapped.exp: New file.
12972 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12973 * lib/gdb.exp (gdb_is_target_remote): ... here.
12974
483805cf
PA
129752014-04-22 Pedro Alves <palves@redhat.com>
12976
12977 * gdb.base/consecutive-step-over.c: New file.
12978 * gdb.base/consecutive-step-over.exp: New file.
12979
06d97543
PA
129802014-04-22 Pedro Alves <palves@redhat.com>
12981
12982 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12983 instead of send_gdb/gdb_expect.
12984
b4429ea2
YQ
129852014-04-22 Yao Qi <yao@codesourcery.com>
12986
12987 * lib/trace-support.exp (generate_tracefile): New procedure.
12988 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12989 return 0.
12990 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12991 if generate_tracefile returns 1.
12992
51d48146
PA
129932014-04-18 Tom Tromey <palves@redhat.com>
12994 Pedro alves <tromey@redhat.com>
12995
12996 PR backtrace/15558
12997 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12998 with a backtrace limit.
12999 * gdb.python/py-frame-inline.exp: Test running to an inline
13000 function with a backtrace limit, and printing the newest frame.
13001 * gdb.python/py-frame-inline.c (main): Call f.
13002
bd1dce5f
MS
130032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13004
13005 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13006
40d1a503
MS
130072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13008
13009 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13010 Drop prefix from unsupported source file path.
13011
389b98f7
YQ
130122014-04-17 Yao Qi <yao@codesourcery.com>
13013
13014 * lib/gdb.exp (with_target_charset): New proc.
13015 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13016 with_target_charset.
13017 (test_print_strings): Likewise.
13018 (test_repeat_bytes): Likewise.
13019 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13020 for some tests.
13021
22869d73
KS
130222014-04-16 Keith Seitz <keiths@redhat.com>
13023
13024 PR gdb/15827
13025 * gdb.dwarf2/corrupt.c: New file.
13026 * gdb.dwarf2/corrupt.exp: New file.
13027
c4f87ca6
KS
130282014-04-16 Keith Seitz <keiths@redhat.com>
13029
13030 PR c++/16597
13031 * gdb.cp/namelessclass.cc: New file.
13032 * gdb.cp/namelessclass.exp: New file.
13033 * gdb.cp/namelessclass.S: New file.
13034
ab19de87
DE
130352014-04-16 Doug Evans <dje@google.com>
13036
13037 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13038 Add comment.
13039 (gdbserver_default_get_comm_port): New function.
13040 (gdbserver_start): Check if board file provided
13041 "gdbserver,get_comm_port" and use it if so.
13042 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13043 (gdb,socketport): Set to "stdio".
13044 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13045 (stdio_gdbserver_template): Delete.
13046 (${board}_get_remote_address): Update.
13047 (${board}_build_remote_cmd): Delete.
13048 (${board}_get_comm_port): New function.
13049 (${board}_spawn): Update.
13050 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13051 Delete.
13052 (${board}_get_remote_address): Update.
13053 (${board}_get_comm_port): New function.
13054
fc98a809
AB
130552014-04-16 Andrew Burgess <aburgess@broadcom.com>
13056
13057 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13058 appearing in any order.
13059
87fd9e6e
DE
130602014-04-15 Doug Evans <dje@google.com>
13061
13062 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13063 uninitialized value of "description".
13064
099fc3ea
KS
130652014-04-15 Keith Seitz <keiths@redhat.com>
13066
13067 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13068 Remove unused globals.
13069 (test_running_the_program): Likewise.
13070 (test_controlled_execution): Likewise.
13071 (test_controlling_breakpoints): Likewise.
13072 (test_program_termination): Likewise.
13073
5da151d4
KS
130742014-04-15 Keith Seitz <keiths@redhat.com>
13075
13076 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13077 unused globals.
13078 (test_rbreak_creation_and_listing): Likewise.
13079 (test_ignore_count): Likewise.
13080 (test_error): Likewise.
13081
35e5d2f0
PA
130822014-04-15 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13085 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13086 sym-file-loader.c.
13087 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13088 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13089 to sym-file-loader.c.
13090 (struct library): Forward declare.
13091 (load_shlib, lookup_function): Change prototypes.
13092 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13093 (translate_offset): Remove declarations.
13094 (get_text_addr): New declaration.
13095 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13096 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13097 sym-file-loader.h.
13098 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13099 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13100 here from sym-file-loader.h.
13101 (struct library): New structure.
13102 (load_shlib, lookup_function): Change prototypes and adjust to
13103 work with a struct library.
13104 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13105 (translate_offset): Make static.
13106 (get_text_addr): New function.
13107 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13108
eb4c1710
PA
131092014-04-15 Pedro Alves <palves@redhat.com>
13110
13111 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13112
2d1baf52
PA
131132014-04-15 Pedro Alves <palves@redhat.com>
13114
13115 * gdb.base/sym-file-loader.c: Include <limits.h>.
13116 (SELF_LINK): New define.
13117 (get_origin): New function.
13118 (load_shlib): Use it.
13119 * gdb.base/sym-file.exp: Don't early return if the target is
13120 remote. Use runto_main, and issue fail is that fails. Use
13121 gdb_load_shlibs.
13122 (shlib_name): Delete.
13123 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13124
7dd6df01
PA
131252014-04-15 Pedro Alves <palves@redhat.com>
13126
13127 * gdb.base/sym-file.exp: Remove regex characters from test
13128 message. Don't refer to breakpoint numbers in test messages.
13129
b50c8614
KS
131302014-04-14 Keith Seitz <keiths@redhat.com>
13131
13132 PR c++/16253
13133 * gdb.cp/var-tag.cc: New file.
13134 * gdb.cp/var-tag.exp: New file.
13135 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13136 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13137 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13138 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13139
3d567982
TT
131402014-04-14 Tom Tromey <tromey@redhat.com>
13141
13142 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13143 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13144 type.
13145 * gdb.cp/enum-class.exp: New file.
13146 * gdb.cp/enum-class.cc: New file.
13147
0626fc76
TT
131482014-04-14 Tom Tromey <tromey@redhat.com>
13149
13150 * gdb.dwarf2/enum-type.exp: New file.
13151
dca325b3
SA
131522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13153
13154 * gdb.mi/mi-vla-c99.exp: New file.
13155 * gdb.mi/vla.c: New file.
13156
5854b38a
SA
131572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13158
13159 * gdb.base/vla-datatypes.c: New file.
13160 * gdb.base/vla-datatypes.exp: New file.
13161
463bb957
SA
131622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13163
13164 * gdb.base/vla-ptr.c: New file.
13165 * gdb.base/vla-ptr.exp: New file.
13166
3dd170be
SA
131672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13168
13169 * gdb.dwarf2/count.exp: New file.
13170
5ecaaa66
SA
131712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13172
13173 * gdb.base/vla-sideeffect.c: New file.
13174 * gdb.base/vla-sideeffect.exp: New file.
13175
41f1ada5
DB
131762014-04-14 David Blaikie <dblaikie@gmail.com>
13177
13178 * gdb.mi/non-stop.c: Add return value for non-void function return
13179 statement.
13180 * gdb.threads/staticthreads.c: Ditto.
13181
0be03e84
DE
131822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13183 Doug Evans <xdje42@gmail.com>
13184
13185 * gdb.guile/scm-value.c: Improve test case.
13186 * gdb.guile/scm-value.exp: Add new test.
13187
f180a1fb
DB
131882014-04-11 David Blaikie <dblaikie@gmail.com>
13189
13190 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13191 override Clang's default.
13192
6b662e19
JB
131932014-04-11 Joel Brobecker <brobecker@adacore.com>
13194
13195 Revert the following changes (regressions):
13196
13197 * gdb.base/vla-sideeffect.c: New file.
13198 * gdb.base/vla-sideeffect.exp: New file.
13199
13200 * gdb.dwarf2/count.exp: New file.
13201
13202 * gdb.base/vla-multi.c: New file.
13203 * gdb.base/vla-multi.exp: New file.
13204
13205 * gdb.base/vla-ptr.c: New file.
13206 * gdb.base/vla-ptr.exp: New file.
13207
13208 * gdb.base/vla-datatypes.c: New file.
13209 * gdb.base/vla-datatypes.exp: New file.
13210
13211 * gdb.mi/mi-vla-c99.exp: New file.
13212 * gdb.mi/vla.c: New file.
13213
245a5f0b
KS
132142014-04-11 Keith Seitz <keiths@redhat.com>
13215
13216 PR c++/16675
13217 * gdb.cp/cpsizeof.exp: New file.
13218 * gdb.cp/cpsizeof.cc: New file.
13219
58a84dcf
SA
132202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13221
191a8a90
JB
13222 * gdb.mi/mi-vla-c99.exp: New file.
13223 * gdb.mi/vla.c: New file.
58a84dcf 13224
c8655f75
SA
132252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13226
13227 * gdb.base/vla-datatypes.c: New file.
13228 * gdb.base/vla-datatypes.exp: New file.
13229
024e13b4
SA
132302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13231
13232 * gdb.base/vla-ptr.c: New file.
13233 * gdb.base/vla-ptr.exp: New file.
13234
1a237e0e
SA
132352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13236
13237 * gdb.base/vla-multi.c: New file.
13238 * gdb.base/vla-multi.exp: New file.
13239
504f3432
SA
132402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13241
13242 * gdb.dwarf2/count.exp: New file.
13243
3bce8237
SA
132442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13245
191a8a90
JB
13246 * gdb.base/vla-sideeffect.c: New file.
13247 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13248
322f9c21
YQ
132492014-04-11 Yao Qi <yao@codesourcery.com>
13250
13251 * gdb.base/completion.exp: Check file exists before running tests
13252 on file completion.
13253
d708bcd1
PA
132542014-04-10 Pedro Alves <palves@redhat.com>
13255
13256 * gdb.base/cond-eval-mode.c: New file.
13257 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13258 prepare_for_testing to build the new file. Check result of
13259 runto_main.
13260 (test_break, test_watch): New procedures.
13261 (top level): Use them.
13262
ae1d2761
PM
132632014-04-08 Pierre Muller <muller@sourceware.org>
13264
13265 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13266 Ctrl-V use for mingw hosts.
13267
7af389b8
SC
132682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13269
13270 * gdb.python/py-value.c: Improve test case.
13271 * gdb.python/py-value.exp: Add new test.
13272
5e703181
DE
132732014-04-07 David Blaikie <dblaikie@gmail.com>
13274
13275 * lib/compiler.c: Identify the clang compiler.
13276 * lib/compiler.cc: Ditto.
13277
9810b410
YQ
132782014-04-03 Yao Qi <yao@codesourcery.com>
13279
13280 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13281
98d1b8dc
AB
132822014-04-01 Anton Blanchard <anton@samba.org>
13283
13284 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13285 messages unique.
13286
3114cea1
AB
132872014-04-01 Anton Blanchard <anton@samba.org>
13288
13289 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13290 prepare_for_testing.
13291
62f7182c
AB
132922014-04-01 Anton Blanchard <anton@samba.org>
13293
13294 * gdb.arch/ppc64-atomic-inst.c: Remove.
13295 * gdb.arch/ppc64-atomic-inst.S: New file.
13296 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13297
770e7fc7
DE
132982014-03-31 Doug Evans <dje@google.com>
13299
13300 * gdb.base/print-symbol-loading-lib.c: New file.
13301 * gdb.base/print-symbol-loading-main.c: New file.
13302 * gdb.base/print-symbol-loading.exp: New file.
13303
46e2bafa
YQ
133042014-03-31 Yao Qi <yao@codesourcery.com>
13305
13306 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13307
8776cfe9
JB
133082014-03-28 Joel Brobecker <brobecker@adacore.com>
13309
13310 * gdb.ada/mi_dyn_arr: New testcase.
13311
5d1ef361
DE
133122014-03-27 Doug Evans <dje@google.com>
13313
13314 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13315
b5bee914
YQ
133162014-03-27 Yao Qi <yao@codesourcery.com>
13317
13318 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13319 if target is nios2-*-*.
13320
0d4d0e77
YQ
133212014-03-26 Yao Qi <yao@codesourcery.com>
13322
13323 * lib/gdb.exp (readline_is_used): New proc.
13324 * gdb.base/completion.exp: Move tests on command complete up.
13325 Skip the rest of tests if readline is not used.
13326 * gdb.ada/complete.exp: Skp the test if readline is not
13327 used.
13328 * gdb.base/filesym.exp: Likewise.
13329 * gdb.base/macscp.exp: Likewise.
13330 * gdb.base/readline-ask.exp: Likewise.
13331 * gdb.base/readline.exp: Likewise.
13332 * gdb.python/py-cmd.exp: Likewise.
13333 * gdb.trace/tfile.exp: Likewise.
13334
29361eee
YQ
133352014-03-26 Yao Qi <yao@codesourcery.com>
13336
13337 * gdb.base/macscp.exp: Fix code format issues.
13338
bc9a5525
UW
133392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13340
13341 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13342 * gdb.asm/powerpc64le.inc: New file.
13343
d3839ede
PA
133442014-03-25 Pedro Alves <palves@redhat.com>
13345 Doug Evans <dje@google.com>
13346
13347 * gdb.base/source-execution.c: New file.
13348 * gdb.base/source-execution.exp: New file.
13349 * gdb.base/source-execution.gdb: New file.
13350
01672a57
DE
133512014-03-24 Doug Evans <dje@google.com>
13352
13353 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13354 using fission.
13355
88bbeca9
HZ
133562014-03-24 Hui Zhu <hui@codesourcery.com>
13357 Pedro Alves <palves@redhat.com>
13358
13359 PR breakpoints/16101
13360 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13361 test pass/fail messages. Detect missing support for dprintf when
13362 breakpoints are actually inserted.
13363 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13364 breakpoints are actually inserted.
13365 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13366 fails.
13367
d2348791
JK
133682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13369
13370 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13371
feef67ab
DE
133722014-03-22 Doug Evans <xdje42@gmail.com>
13373
13374 * gdb.python/python.exp (python not supported): Verify multi-line
13375 python command issues an error.
25d743f9 13376 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13377 guile command issues an error.
feef67ab 13378
ecebef6a
MR
133792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13380
13381 * gdb.threads/thread-specific.exp: Handle the lack of usable
13382 $this_breakpoint and $this_thread.
13383
ccdd1909
HZ
133842014-03-21 Hui Zhu <hui@codesourcery.com>
13385
13386 * gdb.base/attach.exp (do_command_attach_tests): New.
13387
beb460e8
PA
133882014-03-20 Tom Tromey <tromey@redhat.com>
13389 Pedro Alves <palves@redhat.com>
13390
13391 PR cli/15718
13392 * gdb.base/condbreak-call-false.c: New file.
13393 * gdb.base/condbreak-call-false.exp: New file.
13394
40acf43a
PA
133952014-03-20 Pedro Alves <palves@redhat.com>
13396
13397 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13398 Delete.
13399 (block_signals, unblock_signals): Delete.
13400 (child_function_2, main): Remove references to deleted variable
13401 and functions.
13402
9f5e1e02
PA
134032014-03-20 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13406 Use pthread_kill to signal thread 2.
13407 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13408 Adjust to make the test send itself a signal rather than using the
13409 host's "kill" command.
13410
99619bea
PA
134112014-03-20 Pedro Alves <palves@redhat.com>
13412
13413 * gdb.threads/multiple-step-overs.c: New file.
13414 * gdb.threads/multiple-step-overs.exp: New file.
13415 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13416 Adjust expected infrun debug output.
13417
2adfaa28
PA
134182014-03-20 Pedro Alves <palves@redhat.com>
13419
13420 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13421 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13422
31e77af2
PA
134232014-03-20 Pedro Alves <palves@redhat.com>
13424
13425 PR breakpoints/7143
13426 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13427 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13428 of gdb_test_multiple.
13429 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13430 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13431
b9f437de
PA
134322014-03-20 Pedro Alves <palves@redhat.com>
13433
13434 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13435 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13436
05adc73e
PA
134372014-03-19 Pedro Alves <palves@redhat.com>
13438
13439 * gdb.base/async.exp: Remove early return.
13440
6048b950
PA
134412014-03-19 Pedro Alves <palves@redhat.com>
13442
13443 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13444
8bcfb00a
PA
134452014-03-19 Pedro Alves <palves@redhat.com>
13446
13447 * gdb.base/async.exp (test_background): Expect \r\n after
13448 "completed." in the fail pattern.
13449
884e37dc
PA
134502014-03-19 Pedro Alves <palves@redhat.com>
13451
13452 * gdb.base/async.exp (test_background): New procedure.
13453 Use it for all background execution command tests.
13454
148e57e2
PA
134552014-03-19 Pedro Alves <palves@redhat.com>
13456
13457 * gdb.base/async.exp: Use prepare_for_testing.
13458
f48088c7
PA
134592014-03-19 Pedro Alves <palves@redhat.com>
13460
13461 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13462 the same line.
13463
e2f6c966
PA
134642014-03-19 Pedro Alves <palves@redhat.com>
13465
13466 * gdb.base/async.c (main): Add "jump here" and "until here" line
13467 marker comments.
13468 * gdb.base/async.exp (jump_here): New global.
13469 (jump& test): Use it.
13470 (until_here): New global.
13471 (until& test): Use it.
13472
c30568d4
PA
134732014-03-19 Pedro Alves <palves@redhat.com>
13474
13475 * gdb.base/async.exp: Don't frob gdb_protocol.
13476
0172b6a7
DE
134772014-03-18 Doug Evans <xdje42@gmail.com>
13478
13479 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13480 Fix spelling of exec-done-display.
13481
06c868a8
JK
134822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13483
13484 PR gdb/15358
13485 * gdb.base/gdb-sigterm.c: New file.
13486 * gdb.base/gdb-sigterm.exp: New file.
13487
0c7e1a46
PA
134882014-03-18 Pedro Alves <palves@redhat.com>
13489
13490 PR gdb/13860
13491 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13492 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13493 solib-event.
13494
f7c77d93
JB
134952014-03-17 Joel Brobecker <brobecker@adacore.com>
13496
13497 * gdb.ada/pckd_arr_ren: New testcase.
13498
5a1e8c7a
DE
134992014-03-13 Doug Evans <xdje42@gmail.com>
13500
13501 PR guile/16612
13502 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13503 collect after discarding symbols.
13504
350e1a76
DE
135052014-03-13 Ludovic Courtès <ludo@gnu.org>
13506 Doug Evans <xdje42@gmail.com>
13507
13508 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13509 to history survives a gc.
13510
a69900ae
PA
135112014-03-13 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.base/default.exp: Don't test "target procfs".
13514
5db9f0bd
PA
135152014-03-13 Pedro Alves <palves@redhat.com>
13516
13517 * gdb.base/default.exp: Update "target child" and "target procfs"
13518 tests to not expect "Unix".
13519
b3ccfe11
TT
135202014-03-12 Tom Tromey <tromey@redhat.com>
13521
13522 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13523 New procs. Add target-async tests.
13524 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13525 Add target-async tests.
13526
646f4417
AA
135272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13528
13529 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13530 'func_start' and 'func_end' for the beginning and end of the
13531 function code, respectively.
13532 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13533 'func_end' instead of 'func' and 'main'.
13534
288c211f
AA
135352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13536
13537 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13538 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13539 generate the debug info assembler source.
13540
e0c0f156
AA
135412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13542
13543 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13544 * gdb.dwarf2/arr-subrange.exp: Likewise.
13545 * gdb.dwarf2/dwz.exp: Likewise.
13546 * gdb.dwarf2/method-ptr.exp: Likewise.
13547 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13548 * gdb.dwarf2/subrange.exp: Likewise.
13549 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13550 * gdb.dwarf2/implptrpiece.exp: Likewise.
13551 * gdb.dwarf2/nostaticblock.exp: Likewise.
13552
0e5c4555
AA
135532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13554
13555 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13556 directory to absolute path name arguments.
13557
5ec18f2b
JG
135582014-03-10 Joel Brobecker <brobecker@adacore.com>
13559
13560 * gdb.ada/tagged_access: New testcase.
13561
847fc4f2
MM
135622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13563
13564 * gdb.btrace/data.exp: Update expected output.
13565
cc3da688
YQ
135662014-03-06 Yao Qi <yao@codesourcery.com>
13567
13568 * gdb.trace/pr16508.exp: New file.
13569
0f26cec1
PA
135702014-03-05 Pedro Alves <palves@redhat.com>
13571
13572 PR gdb/16575
13573 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13574 procedure.
13575 (top level): Adjust to use it. Add tests that exercise breakpoint
13576 interaction with the code-cache.
13577
7a5a839f
LC
135782014-02-26 Ludovic Courtès <ludo@gnu.org>
13579
13580 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13581 test for 'history-append!'.
13582
31aa7e4e
JB
135832014-02-26 Joel Brobecker <brobecker@adacore.com>
13584
13585 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13586 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13587 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13588 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13589 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13590 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13591
1b588015
JB
135922014-02-26 Joel Brobecker <brobecker@adacore.com>
13593
13594 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13595 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13596 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13597
55426c9d
JB
135982014-02-26 Joel Brobecker <brobecker@adacore.com>
13599
13600 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13601
dc53a7ad
JB
136022014-02-26 Joel Brobecker <brobecker@adacore.com>
13603
13604 * gdb.dwarf2/arr-stride.c: New file.
13605 * gdb.dwarf2/arr-stride.exp: New file.
13606
12ab52e9
PA
136072014-02-26 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13610 that won't ever trigger. Make sure that GDB reports the correct
13611 breakpoint that caused the stop.
13612
849c862e
JK
136132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13614
13615 PR gdb/16626
13616 * gdb.base/auto-load-script: New file.
13617 * gdb.base/auto-load.c: New file.
13618 * gdb.base/auto-load.exp: New file.
13619
71b7d793
JK
13620 PR gdb/16626
13621 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13622
e2f0d509
JK
136232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13624
13625 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13626 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13627
50cc37c8
DE
136282014-02-24 Doug Evans <dje@google.com>
13629
13630 * lib/gdb.exp (run_on_host): Log error output if program fails.
13631
ea4758f2
PA
136322014-02-21 Pedro Alves <palves@redhat.com>
13633
13634 * gdb.threads/step-after-sr-lock.c: Rename to ...
13635 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13636 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13637 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13638 ... this.
13639
d7b30f67
SDJ
136402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13641
13642 PR tdep/16397
13643 * gdb.arch/amd64-stap-special-operands.exp: New file.
13644 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13645 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13646 * gdb.arch/amd64-stap-triplet.S: Likewise.
13647 * gdb.arch/amd64-stap-triplet.c: Likewise.
13648
83deb43f
JB
136492014-02-20 Joel Brobecker <brobecker@adacore.com>
13650
13651 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13652 in .section pseudo-op.
13653
adde2bff
DE
136542014-02-20 lin zuojian <manjian2006@gmail.com>
13655 Joel Brobecker <brobecker@adacore.com>
13656 Doug Evans <xdje42@gmail.com>
13657
13658 PR symtab/16581
13659 * gdb.dwarf2/dw2-icycle.S: New file.
13660 * gdb.dwarf2/dw2-icycle.c: New file.
13661 * gdb.dwarf2/dw2-icycle.exp: New file.
13662
f7bd0f78
SC
136632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13664
13665 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13666 operations on gdb.Value objects.
13667 * gdb.python/py-value-cc.exp: Add new test to test operations on
13668 gdb.Value objects.
13669
c17ef0d5
DE
136702014-02-18 Doug Evans <dje@google.com>
13671
13672 * Makefile.in (TESTS): New variable.
13673 (expanded_tests, expanded_tests_or_none): New variables
13674 (check-single): Pass $(expanded_tests_or_none) to runtest.
13675 (check-parallel): Only run tests in $(TESTS) if non-empty.
13676 (check/no-matching-tests-found): New rule.
13677 * README: Document TESTS makefile variable.
13678
5dd3176f
DE
136792014-02-18 Doug Evans <dje@google.com>
13680
13681 * Makefile.in (check-parallel): rm -rf outputs temp.
13682
0b10be4f
JK
136832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13684
13685 Fix "ERROR: no fileid for" in the testsuite.
13686 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13687
85f224e7
DE
136882014-02-12 Doug Evans <dje@google.com>
13689
13690 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13691 (MISCELLANEOUS): New variable.
13692 (clean): rm -rf $(MISCELLANEOUS).
13693 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13694 dwp live in the same directory as symlinks, with each symlink pointed
13695 to a differently named file in a different directory.
13696
149b30ff
DE
136972014-02-11 Doug Evans <dje@google.com>
13698
13699 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13700 of Tcl file commands.
13701
1dfdac32
MK
137022014-02-10 Mark Kettenis <kettenis@gnu.org>
13703
13704 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13705 "kill -SIGUSR1 -1".
13706
aa4fb036
JB
137072014-02-10 Joel Brobecker <brobecker@adacore.com>
13708
13709 * gdb.ada/tick_length_array_enum_idx: New testcase.
13710
ed3ef339
DE
137112014-02-10 Doug Evans <xdje42@gmail.com>
13712
13713 * configure.ac (AC_OUTPUT): Add gdb.guile.
13714 * configure: Regenerate.
13715 * lib/gdb-guile.exp: New file.
13716 * lib/gdb.exp (get_target_charset): New function.
13717 * gdb.base/help.exp: Update expected output from "apropos apropos".
13718 * gdb.guile/Makefile.in: New file.
13719 * gdb.guile/guile.exp: New file.
13720 * gdb.guile/scm-arch.c: New file.
13721 * gdb.guile/scm-arch.exp: New file.
13722 * gdb.guile/scm-block.c: New file.
13723 * gdb.guile/scm-block.exp: New file.
13724 * gdb.guile/scm-breakpoint.c: New file.
13725 * gdb.guile/scm-breakpoint.exp: New file.
13726 * gdb.guile/scm-disasm.c: New file.
13727 * gdb.guile/scm-disasm.exp: New file.
13728 * gdb.guile/scm-equal.c: New file.
13729 * gdb.guile/scm-equal.exp: New file.
13730 * gdb.guile/scm-error.exp: New file.
13731 * gdb.guile/scm-error.scm: New file.
13732 * gdb.guile/scm-frame-args.c: New file.
13733 * gdb.guile/scm-frame-args.exp: New file.
13734 * gdb.guile/scm-frame-args.scm: New file.
13735 * gdb.guile/scm-frame-inline.c: New file.
13736 * gdb.guile/scm-frame-inline.exp: New file.
13737 * gdb.guile/scm-frame.c: New file.
13738 * gdb.guile/scm-frame.exp: New file.
13739 * gdb.guile/scm-generics.exp: New file.
13740 * gdb.guile/scm-gsmob.exp: New file.
13741 * gdb.guile/scm-iterator.c: New file.
13742 * gdb.guile/scm-iterator.exp: New file.
13743 * gdb.guile/scm-math.c: New file.
13744 * gdb.guile/scm-math.exp: New file.
13745 * gdb.guile/scm-objfile-script-gdb.in: New file.
13746 * gdb.guile/scm-objfile-script.c: New file.
13747 * gdb.guile/scm-objfile-script.exp: New file.
13748 * gdb.guile/scm-objfile.c: New file.
13749 * gdb.guile/scm-objfile.exp: New file.
13750 * gdb.guile/scm-ports.exp: New file.
13751 * gdb.guile/scm-pretty-print.c: New file.
13752 * gdb.guile/scm-pretty-print.exp: New file.
13753 * gdb.guile/scm-pretty-print.scm: New file.
13754 * gdb.guile/scm-section-script.c: New file.
13755 * gdb.guile/scm-section-script.exp: New file.
13756 * gdb.guile/scm-section-script.scm: New file.
13757 * gdb.guile/scm-symbol.c: New file.
13758 * gdb.guile/scm-symbol.exp: New file.
13759 * gdb.guile/scm-symtab-2.c: New file.
13760 * gdb.guile/scm-symtab.c: New file.
13761 * gdb.guile/scm-symtab.exp: New file.
13762 * gdb.guile/scm-type.c: New file.
13763 * gdb.guile/scm-type.exp: New file.
13764 * gdb.guile/scm-value-cc.cc: New file.
13765 * gdb.guile/scm-value-cc.exp: New file.
13766 * gdb.guile/scm-value.c: New file.
13767 * gdb.guile/scm-value.exp: New file.
13768 * gdb.guile/source2.scm: New file.
13769 * gdb.guile/types-module.cc: New file.
13770 * gdb.guile/types-module.exp: New file.
13771
7026a7c1
YQ
137722014-02-10 Yao Qi <yao@codesourcery.com>
13773
13774 PR testsuite/16543
13775 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13776 * configure: Regenerated.
13777 * Makefile.in: New file.
13778
6c466447
AS
137792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13780
13781 * gdb.python/py-framefilter.exp: Fix typo.
13782
6e854735
YQ
137832014-02-08 Yao Qi <yao@codesourcery.com>
13784
13785 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13786 that no =breakpoint-modified is emitted when breakpoints are
13787 modified through MI commands.
13788
d137e6dc
PA
137892014-02-07 Pedro Alves <pedro@codesourcery.com>
13790 Pedro Alves <palves@redhat.com>
13791
13792 * gdb.threads/step-after-sr-lock.c: New file.
13793 * gdb.threads/step-after-sr-lock.exp: New file.
13794
b5ee5a50
PA
137952014-02-07 Pedro Alves <palves@redhat.com>
13796
13797 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13798
3c77faf3
JK
137992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13800
13801 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13802 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13803
6dddc817
DE
138042014-02-06 Doug Evans <xdje42@gmail.com>
13805
13806 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13807 output.
13808
13809 * gdb.gdb/python-interrupts.exp: New file.
13810
de7b2893
YQ
138112014-02-05 Yao Qi <yao@codesourcery.com>
13812
13813 * gdb.trace/report.exp (use_collected_data): Test the output
13814 of "info threads" and "info inferiors".
13815
66d032ac
YQ
138162014-02-05 Yao Qi <yao@codesourcery.com>
13817
13818 Revert this patch:
13819
13820 2013-05-24 Yao Qi <yao@codesourcery.com>
13821
13822 * gdb.trace/tfile.exp: Test inferior and thread.
13823
591a12a1
UW
138242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13825
13826 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13827 on a function.
13828 * gdb.base/step-bt.c: Call hello via function pointer to make
13829 sure its first instruction is executed on powerpc64le-linux.
13830
0ff3e01f
UW
138312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13832
13833 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13834
084ee545
UW
138352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13836
13837 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13838 of the test patterns for use on little-endian systems.
13839
6ed14ff3
UW
138402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13841
13842 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13843 (decimal_vector): Fix for little-endian.
13844
401e27fd
JM
138452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13846
13847 * gdb.arch/sparc-sysstep.exp: New file.
13848 * gdb.arch/sparc-sysstep.c: Likewise.
13849
13850 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13851
8b924729
EBM
138522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13853
13854 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13855
fb151210
JB
138562014-01-23 Tom Tromey <tromey@redhat.com>
13857
13858 * gdb.ada/array_char_idx: New testcase.
13859
0740f8d8
TT
138602014-01-23 Tom Tromey <tromey@redhat.com>
13861
13862 PR python/16487:
13863 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13864 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13865 classes.
13866
21909fa1
TT
138672014-01-23 Tom Tromey <tromey@redhat.com>
13868
13869 PR python/16491:
13870 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13871 string from an inferior frame.
13872 * gdb.python/py-framefilter-mi.exp: Update.
13873
87ce2a04
DE
138742014-01-22 Doug Evans <dje@google.com>
13875
13876 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13877
237b092b
AA
138782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13879
13880 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13881
d674a709
AA
138822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13883
13884 * gdb.trace/entry-values.exp: Remove excess space character from
13885 regex patterns. Handle s390 call instruction.
13886
20fa3390
AA
138872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13888
13889 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13890 define "*_start" label. Make "name" static.
13891 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13892 ${name} by references to ${name}_start.
13893
78466714
AA
138942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13895
13896 * gdb.base/info-macros.exp: Remove "debug" from the compile
13897 options.
13898
ec9f644a
IB
138992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13900
13901 * gdb.dlang/demangle.exp: New file.
13902
94b1b47e
IB
139032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13904
13905 * gdb.dlang/primitive-types.exp: New file.
13906
7f420862
IB
139072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13908
13909 * configure.ac: Create gdb.dlang/Makefile.
13910 * configure: Regenerate.
13911 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13912 * gdb.dlang/Makefile.in: New file.
13913 * lib/d-support.exp: New file.
13914 * lib/gdb.exp (skip_d_tests): New proc.
13915
52834460
MM
139162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13917
13918 * gdb.btrace/delta.exp: Check reverse stepi.
13919 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13920 * gdb.btrace/finish.exp: New.
13921 * gdb.btrace/next.exp: New.
13922 * gdb.btrace/nexti.exp: New.
13923 * gdb.btrace/record_goto.c: Add comments.
13924 * gdb.btrace/step.exp: New.
13925 * gdb.btrace/stepi.exp: New.
13926 * gdb.btrace/multi-thread-step.c: New.
13927 * gdb.btrace/multi-thread-step.exp: New.
13928 * gdb.btrace/rn-dl-bind.c: New.
13929 * gdb.btrace/rn-dl-bind.exp: New.
13930 * gdb.btrace/data.c: New.
13931 * gdb.btrace/data.exp: New.
13932 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13933
6e07b1d2
MM
139342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13935
13936 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13937 * gdb.btrace/exception.exp: Update.
13938 * gdb.btrace/instruction_history.exp: Update.
13939 * gdb.btrace/record_goto.exp: Update.
13940 * gdb.btrace/tailcall.exp: Update.
13941 * gdb.btrace/unknown_functions.exp: Update.
13942 * gdb.btrace/delta.exp: New.
13943
0b722aec
MM
139442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13945
13946 * gdb.btrace/record_goto.exp: Add backtrace test.
13947 * gdb.btrace/tailcall.exp: Add backtrace test.
13948
066ce621
MM
139492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13950
13951 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13952 * gdb.btrace/record_goto.c: New.
13953 * gdb.btrace/record_goto.exp: New.
13954 * gdb.btrace/x86-record_goto.S: New.
13955
0688d04e
MM
139562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13957
13958 * gdb.btrace/function_call_history.exp: Update tests.
13959 * gdb.btrace/instruction_history.exp: Update tests.
13960
8710b709
MM
139612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13962
13963 * gdb.btrace/function_call_history.exp: Fix expected field
13964 order for "record function-call-history".
13965 Add new tests for "record function-call-history /c".
13966 * gdb.btrace/exception.cc: New.
13967 * gdb.btrace/exception.exp: New.
13968 * gdb.btrace/tailcall.exp: New.
13969 * gdb.btrace/x86-tailcall.S: New.
13970 * gdb.btrace/x86-tailcall.c: New.
13971 * gdb.btrace/unknown_functions.c: New.
13972 * gdb.btrace/unknown_functions.exp: New.
13973 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13974
5de9129b
MM
139752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13976
13977 * gdb.btrace/instruction_history.exp: Update.
13978 * gdb.btrace/function_call_history.exp: Update.
13979
23a7fe75
MM
139802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13981
13982 * gdb.btrace/function_call_history.exp: Fix expected function
13983 trace.
13984 * gdb.btrace/instruction_history.exp: Initialize traced.
13985 Remove traced_functions.
13986
724c7dd8
MM
139872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13988
13989 * gdb.btrace/function_call_history.exp: Update
13990 * gdb.btrace/instruction_history.exp: Update.
13991
6d78d93b
MM
139922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13993
13994 * gdb.btrace/enable.exp: Update expected text.
13995
93a360cc
OJ
139962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13997
13998 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13999 bytes.
14000
3772b53f
MR
140012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14002
14003 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14004
596662fa
OJ
140052014-01-15 Omair Javaid <omair.javaid@linaro.org>
14006
14007 * lib/gdb.exp (supports_process_record): Return true for
14008 arm*-linux*. (supports_reverse): Likewise.
14009
b5b08fb4
SC
140102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14011
14012 PR python/15464
14013 PR python/16113
14014 * gdb.python/py-type.c: Enhance test case.
14015 * gdb.python/py-value-cc.cc: Likewise
14016 * gdb.python/py-type.exp: Add new tests.
14017 * gdb.python/py-value-cc.exp: Likewise
14018
52d7fb13
AA
140192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14020 Pedro Alves <palves@redhat.com>
14021
14022 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14023 Make "name" extern.
14024 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14025 references to ${name}_start by references to ${name}.
14026
a2cd8cfe
JB
140272014-01-10 Joel Brobecker <brobecker@adacore.com>
14028
14029 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14030
4e23fced
JB
140312014-01-10 Joel Brobecker <brobecker@adacore.com>
14032
14033 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14034
c6a9e42c
PA
140352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14036 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14039 mi_gdb_target_load.
c6a9e42c 14040
b7ea362b
PA
140412014-01-08 Pedro Alves <palves@redhat.com>
14042
14043 * gdb.threads/reconnect-signal.c: New file.
14044 * gdb.threads/reconnect-signal.exp: New file.
14045
5e3f4fab
EBM
140462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14047
14048 * gdb.base/source-dir.exp: New file.
14049
79301218
JB
140502014-01-07 Joel Brobecker <brobecker@adacore.com>
14051
14052 * gdb.ada/mi_interface: New testcase.
14053
8e355c5d
JB
140542014-01-07 Joel Brobecker <brobecker@adacore.com>
14055
14056 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14057 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14058 gdb.ada/pp-rec-component/pck.ads: New files.
14059
c0d48811
JB
140602014-01-07 Joel Brobecker <brobecker@adacore.com>
14061
14062 * gdb.python/py-pp-integral.c: New file.
14063 * gdb.python/py-pp-integral.py: New file.
14064 * gdb.python/py-pp-integral.exp: New file.
14065
17b609c3 14066For older changes see ChangeLog-1993-2013.
c906108c 14067\f
8d8cb839
EZ
14068;; Local Variables:
14069;; mode: change-log
14070;; left-margin: 8
14071;; fill-column: 74
14072;; version-control: never
14073;; End:
902f2ccb 14074
e2882c85 14075 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14076 Copying and distribution of this file, with or without modification,
14077 are permitted provided the copyright notice and this notice are preserved.