Remove struct keyword in range-based for-loop
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
1d554008
UW
12018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * gdb.base/float128.exp: Add comment and improved fail message
4 to the failure case of "print large128" test.
5
d0ac1c44
SM
62018-06-19 Simon Marchi <simon.marchi@ericsson.com>
7
8 * configure.ac: Remove AC_PREREQ.
9 * configure: Re-generate.
10
61b04dd0
PA
112018-06-19 Pedro Alves <palves@redhat.com>
12
13 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
14 (func_extern_caller): New.
15 (main): Call func_extern_caller.
16 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
17 logic change.
18
f63b508a
SM
192018-06-18 Weimin Pan <weimin.pan@oracle.com>
20
21 PR gdb/16841
22 * gdb.cp/typedef-base.cc: New file.
23 * gdb.cp/typedef-base.exp: New file.
24
0fe3a558
TV
252018-06-18 Tom de Vries <tdevries@suse.de>
26
27 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
28
7010835a
AB
292018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
30 Richard Bunt <Richard.Bunt@arm.com>
31
32 * gdb.threads/attach-slow-waitpid.c: New file.
33 * gdb.threads/attach-slow-waitpid.exp: New file.
34 * gdb.threads/slow-waitpid.c: New file.
35
14897d65
PA
362018-06-14 Pedro Alves <palves@redhat.com>
37
38 * gdb.base/fork-running-state.c: Include <errno.h>.
39 (exit_if_relative_exits): New.
40 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
41 exits.
42 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
43 child exits.
44
5d9a0608
TV
452018-06-14 Tom de Vries <tdevries@suse.de>
46
47 PR cli/22573
48 * gdb.base/finish-pretty.c: New test.
49 * gdb.base/finish-pretty.exp: New file.
50
11ae5818
PA
512018-06-14 Pedro Alves <palves@redhat.com>
52
53 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
54 gdb's expected startup output.
55
1d39de44
PA
562018-06-14 Pedro Alves <palves@redhat.com>
57
58 * lib/selftest-support.exp (selftest_setup): Remove inlined
59 function handling.
60
70ee0000
TV
612018-06-14 Tom de Vries <tdevries@suse.de>
62
63 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
64 matching of breakpoint printing.
65
11f4b608
TV
662018-06-13 Tom de Vries <tdevries@suse.de>
67
68 PR testsuite/23269
69 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
70 (fork_child): ... here, and ...
71 (fork_parent): ... here.
72
732018-06-12 Tom de Vries <tdevries@suse.de>
74
75 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
76
9516f85a
AB
772018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
78 Stephen Roberts <stephen.roberts@arm.com>
79
80 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
81 rewrite test to describe action performed, rather than possible
82 failure.
83
5045b3d7
GB
842018-06-08 Gary Benson <gbenson@redhat.com>
85
86 * gdb.threads/check-libthread-db.exp: New file.
87 * gdb.threads/check-libthread-db.c: Likewise.
88
c61b06a1
TT
892018-06-05 Tom Tromey <tom@tromey.com>
90
91 * gdb.base/default.exp: Update expected "show version" output.
92
eb6af809
TT
932018-06-05 Tom Tromey <tom@tromey.com>
94
95 PR cli/12326:
96 * gdb.cp/static-print-quit.exp: Update.
97 * lib/gdb.exp (pagination_prompt): Update.
98 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
99 * gdb.python/python.exp: Update.
100
178d6a63
JB
1012018-06-04 Joel Brobecker <brobecker@adacore.com>
102
103 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
104
8e817061
JB
1052018-06-01 Joel Brobecker <brobecker@adacore.com>
106
107 * gdb.ada/bp_fun_addr: New testcase.
108
e86ca25f
TT
1092018-06-01 Tom Tromey <tom@tromey.com>
110
111 * gdb.xml/tdesc-regs.exp (load_description): Update expected
112 results.
113 * gdb.dwarf2/method-ptr.exp: Set language to C++.
114 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
115 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
116 * gdb.base/maint.exp (maint_pass_if): Update.
117
4b2dfa9d
MR
1182018-05-31 Maciej W. Rozycki <macro@mips.com>
119
120 * gdb.base/endian.exp: New test.
121 * gdb.base/endian.c: New test source.
122
45f25d6c
AB
1232018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 PR gdb/23203
126 * gdb.base/bt-selected-frame.c: New file.
127 * gdb.base/bt-selected-frame.exp: New file.
128 * lib/gdb.exp (get_current_frame_number): New function.
129
d9f6d7f8
MR
1302018-05-24 Maciej W. Rozycki <macro@mips.com>
131 Pedro Alves <palves@redhat.com>
132
133 * gdb.threads/tls-core.c: Include <stdlib.h>
134 (thread_proc): Call `abort'.
135 * gdb.threads/tls-core.exp: Generate a core with core_find too.
136 (tls_core_test): New procedure, bits factored out from ...
137 (top level): ... here. Test both native cores and gcore cores.
138
ff1cf532
TT
1392018-05-23 Tom Tromey <tom@tromey.com>
140
141 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
142
b98664d3
TT
1432018-05-23 Tom Tromey <tom@tromey.com>
144
145 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
146 symfile_complaints.
147 (test_short_complaints): Likewise.
148 (test_empty_complaints): Likewise.
149 (test_initial_complaints): Update.
150
4e9668d0
TT
1512018-05-23 Tom Tromey <tom@tromey.com>
152
153 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
154
43ba33c7
TT
1552018-05-23 Tom Tromey <tom@tromey.com>
156
157 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
158 (test_short_complaints): Update.
159
035522c0
PA
1602018-05-22 Pedro Alves <palves@redhat.com>
161
162 * gdb.base/remote.exp: Only gdb_start after compiling the
163 testcase. Issue "disconnect" before testing "set remote" command
164 defaults. Issue clean_restart before running to main.
165
cc0be08f
PA
1662018-05-22 Pedro Alves <palves@redhat.com>
167
168 * gdb.base/remote.exp: Adjust expected output of "show remote
169 memory-write-packet-size". Add tests for "set remote
170 memory-write-packet-size 0" and "set remote
171 memory-write-packet-size fixed/limit".
172
b1b60145
PA
1732018-05-22 Pedro Alves <palves@redhat.com>
174
175 PR gdb/22973
176 * gdb.base/utf8-identifiers.c: New file.
177 * gdb.base/utf8-identifiers.exp: New file.
178
0ec848ad
PFC
1792018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
180
181 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
182
2c3305f6
PFC
1832018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
184
185 * gdb.arch/powerpc-vsx-gcore.exp: New file.
186
ce1e8424
TT
1872018-05-18 Tom Tromey <tom@tromey.com>
188
189 * gdb.base/ptype-offsets.exp: Update.
190
ddfe970e
KS
1912018-05-17 Keith Seitz <keiths@redhat.com>
192
193 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
194 in expected breakpoint stop locations.
195 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
196 move to proper scope to test variable values.
197 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
198 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
199 New functions.
200 (main): Call not_inline_func3.
201 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
202 inline_func1, inline_func2, and inline_func3. Test that when each
203 breakpoint is hit, GDB properly reports both the stop location
204 and the backtrace. Repeat tests for temporary breakpoints.
205
0726fcc6
MR
2062018-05-15 Maciej W. Rozycki <macro@mips.com>
207
208 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
209 rather then trying to access it in determining whether the PID
210 of `gdbserver' could have been retrieved.
211
8ee22052
AB
2122018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
213
214 * gdb.arch/amd64-init-x87-values.S: New file.
215 * gdb.arch/amd64-init-x87-values.exp: New file.
216
7785df48
JK
2172018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
218
219 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
220
56bcdbea
TT
2212018-05-04 Tom Tromey <tom@tromey.com>
222
223 PR python/22730:
224 * gdb.python/python.exp: Test multi-line execute.
225
a913fffb
TT
2262018-05-04 Tom Tromey <tom@tromey.com>
227
228 PR python/22731:
229 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
230
7a2c85f2
TT
2312018-05-04 Tom Tromey <tom@tromey.com>
232
233 PR gdb/11750:
234 * gdb.base/define.exp: Test defining a user command inside a user
235 command.
236 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
237
a3b60e45
JK
2382018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
239 Pedro Alves <palves@redhat.com>
240
241 PR breakpoints/19806 and support for PR external/20207.
242 * gdb.base/watchpoint-unaligned.c: New file.
243 * gdb.base/watchpoint-unaligned.exp: New file.
244
45fe4a03
AB
2452018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
246
247 * gdb.base/maint.exp: Make test names unique, use
248 test_prefix_command_help to test 'help maint info', and remove
249 repeated test of 'help maint'.
250
9be2ae8f
TT
2512018-05-04 Tom Tromey <tom@tromey.com>
252
253 PR gdb/22619:
254 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
255 behavior.
256
11859c31
AB
2572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * gdb.base/maint.exp: Process output from 'maint print registers'
260 line at a time.
261
089a9490
AB
2622018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
265 timeout.
266
9b0797e2
AB
2672018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
270 filter pattern.
271
f6ac5f3d
PA
2722018-05-02 Pedro Alves <palves@redhat.com>
273
274 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
275 to_log_command renames.
276 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
277
77d3c63b
TT
2782018-05-02 Tom Tromey <tom@tromey.com>
279
280 * gdb.python/py-parameter.exp: Set test message.
281
0489430a
TT
2822018-05-02 Tom Tromey <tom@tromey.com>
283
284 PR python/20084:
285 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
286 PARAM_ZUINTEGER_UNLIMITED tests.
287
1632f8ba
DR
2882018-04-28 Dan Robertson <danlrobertson89@gmail.com>
289
290 PR rust/23124
291 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
292 when casting.
293
6d7bb824
TT
2942018-04-30 Tom Tromey <tom@tromey.com>
295
296 * gdb.python/py-type.exp: Check align attribute.
297 * gdb.python/py-type.c: New "aligncheck" global.
298
007e1530
TT
2992018-04-30 Tom Tromey <tom@tromey.com>
300
301 PR exp/17095:
302 * gdb.dwarf2/dw2-align.exp: New file.
303 * gdb.cp/align.exp: New file.
304 * gdb.base/align.exp: New file.
305 * lib/gdb.exp (gdb_int128_helper): New proc.
306 (has_int128_c, has_int128_cxx): New caching procs.
307
6873858b
TT
3082018-04-27 Tom Tromey <tom@tromey.com>
309
310 PR rust/22545:
311 * gdb.rust/simple.exp: Add inclusive range tests.
312
79188d8d
PA
3132018-04-26 Pedro Alves <palves@redhat.com>
314
315 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
316 ifunc breakpoint locations correctly of ifunc breakpoints set
317 while the program resolves the ifunc.
318
c7075ad5
PA
3192018-04-26 Pedro Alves <palves@redhat.com>
320
321 * gdb.base/gnu-ifunc-final.c: New file.
322 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
323 * gdb.base/gnu-ifunc.exp (executable): Delete.
324 (staticexecutable): Adjust.
325 (lib_opts, exec_opts): Delete.
326 (make_binsuffix, build, set-break): New procedures.
327 (misc_tests): New, with tests factored out from the top level.
328 (top level): Test different combinations of ifunc resolver name,
329 resolver with and with debug info, and ifunc target with and
330 without debug info. Wrap static tests with with_target_prefix.
331
8388016d
PA
3322018-04-26 Pedro Alves <palves@redhat.com>
333
334 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
335 return type" warnings.
336
249b5733
PA
3372018-04-25 Pedro Alves <palves@redhat.com>
338
339 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
340 killed".
341 * gdb.base/kill-after-signal.exp: Likewise.
342 * gdb.threads/kill.exp: Likewise.
343
f67c0c91
SDJ
3442018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
345 Sergio Durigan Junior <sergiodj@redhat.com>
346 Pedro Alves <palves@redhat.com>
347
348 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
349 regexps to expect for '[Inferior ... detached]' as well.
350 * gdb.base/attach.exp: Likewise.
351 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
352 "gdb_continue_to_end".
353 (test_catch_syscall_with_wrong_args): Likewise.
354 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
355 ']'. Don't set 'verbose' on.
356 * gdb.base/foll-vfork.exp: Likewise.
357 * gdb.base/fork-print-inferior-events.c: New file.
358 * gdb.base/fork-print-inferior-events.exp: New file.
359 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
360 '[Inferior ... has been killed]' message.
361 * gdb.base/kill-after-signal.exp: Likewise.
362 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
363 detach message.
364 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
365 message.
366 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
367 regexps to expect for '[Inferior ... detached]' as well.
368 * gdb.threads/process-dies-while-detaching.exp: Likewise.
369
0a8ddac4
SM
3702018-04-24 Simon Marchi <simon.marchi@ericsson.com>
371
372 PR gdb/23104
373 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
374
d27d16bf
RB
3752018-04-19 Richard Bunt <richard.bunt@arm.com>
376
377 * gdb.threads/multiple-successive-infcall.c: New test.
378 * gdb.threads/multiple-successive-infcall.exp: New file.
379
a037790e
TT
3802018-04-17 Tom Tromey <tom@tromey.com>
381
382 * gdb.rust/simple.rs (Union): New type.
383 (main): New local "u".
384 * gdb.rust/simple.exp (test_one_slice): Add new test case.
385
e3a91079
AA
3862018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
387
388 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
389 number information in output of "whereis" command.
390 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
391
b744723f
AA
3922018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
393
394 * gdb.ada/info_types.exp: Adjust expected output to the line
395 numbers now printed by "info var/func/type".
396 * gdb.base/completion.exp: Likewise.
397 * gdb.base/included.exp: Likewise.
398 * gdb.cp/cp-relocate.exp: Likewise.
399 * gdb.cp/cplusfuncs.exp: Likewise.
400 * gdb.cp/namespace.exp: Likewise.
401 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
402
4a4495d6
MM
4032018-04-13 Markus Metzger <markus.t.metzger@intel.com>
404
405 * gdb.btrace/cpu.exp: New.
406
1d509aa6
MM
4072018-04-13 Markus Metzger <markus.t.metzger@intel.com>
408
409 * gdb.base/step-indirect-call-thunk.exp: New.
410 * gdb.base/step-indirect-call-thunk.c: New.
411 * gdb.reverse/step-indirect-call-thunk.exp: New.
412 * gdb.reverse/step-indirect-call-thunk.c: New.
413
6295b6da
SM
4142018-04-11 Simon Marchi <simon.marchi@ericsson.com>
415
416 * gdb.base/pie-fork.c: New file.
417 * gdb.base/pie-fork.exp: New file.
418
50146e70
TT
4192018-04-11 Tom Tromey <tom@tromey.com>
420
421 * gdb.rust/simple.exp: Add test for ".." struct initializer.
422
f50d8a2e
PA
4232018-04-10 Pedro Alves <palves@redhat.com>
424
425 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
426 exits. Instead loop running forever.
427 (fork_parent): Run forever too.
428
a0be7a36
SM
4292018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
430
431 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
432 mi_continue_to_line.
433 * gdb.mi/mi-stack.c (callee4): Add comment.
434
9b73db36
SM
4352018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
436
437 * gdb.mi/mi-stack.exp: Fix indentation.
438
c912f608
SM
4392018-04-07 Simon Marchi <simon.marchi@ericsson.com>
440
441 PR gdb/22979
442 * gdb.arch/amd64-osabi.exp: New file.
443
26540402
SM
4442018-04-07 Simon Marchi <simon.marchi@ericsson.com>
445
446 PR gdb/22980
447 * gdb.base/osabi.exp: New file.
448
121ad66c 4492018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
450
451 * gdb.cp/static-typedef-print.exp: New file.
452 * gdb.cp/static-typedef-print.cc: New file.
453
3fcded8f
JB
4542018-03-27 Joel Brobecker <brobecker@adacore.com>
455
456 * gdb.ada/varsize_limit: New testcase.
457
59cc4834
JB
4582018-03-27 Joel Brobecker <brobecker@adacore.com>
459
460 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
461
462 * gdb.ada/notcplusplus: New testcase.
463
464 * gdb.base/c-linkage-name.c: New file.
465 * gdb.base/c-linkage-name.exp: New testcase.
466
4ca59a9f
TT
4672018-03-26 Tom Tromey <tom@tromey.com>
468
469 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
470 * gdb.python/py-framefilter.py (name_error): New global.
471 (ErrorInName.function): Use name_error.
472
978d6c75
TT
4732018-03-26 Tom Tromey <tom@tromey.com>
474
475 PR backtrace/15582:
476 * gdb.python/py-framefilter.exp: Add "bt hide" test.
477
b7fee5a3
KS
4782018-03-23 Keith Seitz <keiths@redhat.com>
479
480 PR c++/22968
481 * gdb.cp/subtypes.exp: New file.
482 * gdb.cp/subtypes.h: New file.
483 * gdb.cp/subtypes.cc: New file.
484 * gdb.cp/subtypes-2.cc: New file.
485
376be529
AB
4862018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
489 (done): Call '_exit' not 'exit' to avoid atexit handlers.
490 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
491 -nostartfiles when compiling the test. Confirm that all registers
492 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
493
066cfa98
AB
4942018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
497 option, syntax was wrong anyway.
498 * gdb.arch/arm-disp-step.exp: Likewise.
499 * gdb.arch/sparc64-regs.exp: Likewise.
500 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
501 option, syntax was wrong anyway, switch to use
502 prepare_for_testing.
503 * gdb.arch/i386-disp-step.exp: Likewise.
504
079670b9
AA
5052018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
506
507 * gdb.ada/exec_changed.exp: Replace "target_info exists
508 use_gdb_stub" by "use_gdb_stub".
509 * gdb.ada/start.exp: Likewise.
510 * gdb.base/async-shell.exp: Likewise.
511 * gdb.base/attach-pie-misread.exp: Likewise.
512 * gdb.base/attach-wait-input.exp: Likewise.
513 * gdb.base/break-entry.exp: Likewise.
514 * gdb.base/break-interp.exp: Likewise.
515 * gdb.base/dprintf-detach.exp: Likewise.
516 * gdb.base/nostdlib.exp: Likewise.
517 * gdb.base/solib-nodir.exp: Likewise.
518 * gdb.base/statistics.exp: Likewise.
519 * gdb.base/testenv.exp: Likewise.
520 * gdb.mi/mi-exec-run.exp: Likewise.
521 * gdb.mi/mi-start.exp: Likewise.
522 * gdb.multi/dummy-frame-restore.exp: Likewise.
523 * gdb.multi/multi-arch-exec.exp: Likewise.
524 * gdb.multi/multi-arch.exp: Likewise.
525 * gdb.multi/tids.exp: Likewise.
526 * gdb.multi/watchpoint-multi.exp: Likewise.
527 * gdb.python/py-events.exp: Likewise.
528 * gdb.threads/attach-into-signal.exp: Likewise.
529 * gdb.threads/attach-stopped.exp: Likewise.
530 * gdb.threads/threadapply.exp: Likewise.
531 * lib/selftest-support.exp: Likewise.
532
26d6cec4
AA
5332018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
534
535 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
536
4ee89e90
SR
5372018-03-20 Stephen Roberts <stephen.roberts@arm.com>
538
539 * gdb.perf/template-breakpoints.cc: New file.
540 * gdb.perf/template-breakpoints.exp: New file.
541 * gdb.perf/template-breakpoints.py: New file.
542
92630041
TT
5432018-03-19 Tom Tromey <tom@tromey.com>
544
545 * gdb.rust/simple.rs (main): Add local variables field1, field2,
546 y0.
547 * gdb.rust/simple.exp: Test bare identifier form of struct
548 initializer.
549
76727919
TT
5502018-03-19 Tom Tromey <tom@tromey.com>
551
552 * gdb.gdb/observer.exp: Remove.
553
194ed413
AA
5542018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
555
556 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
557 "qualified" option when setting breakpoints.
558 * gdb.trace/backtrace.exp: Likewise.
559 * gdb.trace/circ.exp: Likewise.
560 * gdb.trace/collection.exp: Likewise.
561 * gdb.trace/disconnected-tracing.exp: Likewise.
562 * gdb.trace/ftrace-lock.exp: Likewise.
563 * gdb.trace/ftrace.exp: Likewise.
564 * gdb.trace/infotrace.exp: Likewise.
565 * gdb.trace/packetlen.exp: Likewise.
566 * gdb.trace/passc-dyn.exp: Likewise.
567 * gdb.trace/qtro.exp: Likewise.
568 * gdb.trace/read-memory.exp: Likewise.
569 * gdb.trace/report.exp: Likewise.
570 * gdb.trace/signal.exp: Likewise.
571 * gdb.trace/status-stop.exp: Likewise.
572 * gdb.trace/strace.exp: Likewise.
573 * gdb.trace/tfind.exp: Likewise.
574 * gdb.trace/trace-break.exp: Likewise.
575 * gdb.trace/trace-condition.exp: Likewise.
576 * gdb.trace/trace-mt.exp: Likewise.
577 * gdb.trace/tstatus.exp: Likewise.
578 * gdb.trace/tsv.exp: Likewise.
579 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
580 * gdb.trace/unavailable.exp: Likewise.
581 * gdb.trace/while-dyn.exp: Likewise.
582
8b067d2c
AA
5832018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
584
585 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
586 that libinproctrace is copied to the target.
587
3ae9ce5d
TT
5882018-03-14 Tom Tromey <tom@tromey.com>
589
590 PR cli/14977:
591 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
592 a null pointer.
593 * gdb.base/wchar.exp: Likewise.
594
b8c2339b
TT
5952018-03-14 Tom Tromey <tom@tromey.com>
596
597 PR cli/19918:
598 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
599 flag.
600
4872dc46
SM
6012018-03-08 Simon Marchi <simon.marchi@ericsson.com>
602
603 PR gdb/22841
604 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
605 "target" to remote_exec.
606
e4fe3756
SM
6072018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
608
609 PR gdb/22841
610 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
611 ${board}_upload): Remove.
612
e95a97d4
AA
6132018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
614
615 * gdb.cp/watch-cp.cc: New test.
616 * gdb.cp/watch-cp.exp: New file.
617
dbbb1059
AB
6182018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.base/infcall-nested-structs.exp: New file.
621 * gdb.base/infcall-nested-structs.c: New file.
622 * gdb.base/float.exp: Add riscv support.
623
ecc054c0
TP
6242018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
625
626 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
627 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
628
25e3c82c
SDJ
6292018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
630
631 * gdb.server/abspath.exp: New file.
632 * lib/gdb.exp (with_cwd): New procedure.
633
3083294d
SM
6342018-02-28 Simon Marchi <simon.marchi@ericsson.com>
635
636 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
637 use it.
638 (gdb_is_target_remote_prompt): New proc.
639 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
640 (gdb_is_target_native): Pass prompt parameter to
641 gdb_is_target_1.
642
3275ef47
SM
6432018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
644
645 * gdb.base/load-command.c: New file.
646 * gdb.base/load-command.exp: New file.
647 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
648 (gdb_is_target_1): ...this, and generalize for other targets
649 than just remote.
650 (gdb_is_target_remote): Use gdb_is_target_1.
651 (gdb_is_target_native): use gdb_is_target_1.
652
6893c19a
TT
6532018-02-26 Tom Tromey <tom@tromey.com>
654
655 PR python/16497:
656 * gdb.python/py-framefilter.exp: Update test.
657
2ddeaf8a
TT
6582018-02-26 Tom Tromey <tom@tromey.com>
659
660 * gdb.dwarf2/variant.c: New file.
661 * gdb.dwarf2/variant.exp: New file.
662
c9317f21
TT
6632018-02-26 Tom Tromey <tom@tromey.com>
664
665 * gdb.rust/simple.exp: Accept more possible results in enum test.
666
6f6d0c26
SM
6672018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
668
669 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
670 parentheses.
671
11b03145
MR
6722018-02-23 Maciej W. Rozycki <macro@mips.com>
673
674 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
675 name of a variable: $actual_linejj -> $actual_line.
676
54a27fe5
JB
6772018-02-21 John Baldwin <jhb@FreeBSD.org>
678
679 * gdb.arch/amd64-i386-address.exp: Fix a typo.
680
de65820c
MM
6812018-02-20 Markus Metzger <markus.t.metzger@intel.com>
682
683 * gdb.btrace/buffer-size.exp: Do not force BTS.
684
980548fd
PA
6852018-02-14 Pedro Alves <palves@redhat.com>
686
687 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
688 getting a "Quit".
689
c4e12631
MM
6902018-02-09 Markus Metzger <markus.t.metzger@intel.com>
691
692 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
693 Fix test name.
694
c2e0e465
SM
6952018-02-07 Simon Marchi <simon.marchi@ericsson.com>
696
697 * gdb.cp/m-static.exp: Check type of optimized out static
698 member.
699
f7216783
AB
7002018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
701
702 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
703 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
704
0625771b
LS
7052018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
706 Leszek Swirski <leszeks@google.com>
707
708 * gdb.python/py-prettyprint.c
709 (struct to_string_returns_value_inner,
710 struct to_string_returns_value_wrapper): New.
711 (main): Add tsrvw variable.
712 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
713 ToStringReturnsValueWrapper): New classes.
714 (register_pretty_printers): Register new pretty-printers.
715 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
716 recursive pretty printer.
717 * gdb.python/py-mi.exp: Likewise.
718
59498c30
LS
7192018-02-01 Leszek Swirski <leszeks@google.com>
720
721 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
722 functions with the same name as an include file are parsed
723 correctly.
724
d4d38844
YQ
7252018-02-01 Yao Qi <yao.qi@linaro.org>
726
727 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
728 "\[^\r\n\]*".
729
07e5f5cf
NP
7302018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
731
732 * gdb.arch/powerpc-prologue-frame.s: New file.
733 * gdb.arch/powerpc-prologue-frame.c: Likewise.
734 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
735
929b5ad4
JB
7362018-01-31 Joel Brobecker <brobecker@adacore.com>
737
738 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
739
e671cd59
PA
7402018-01-30 Pedro Alves <palves@redhat.com>
741
742 PR gdb/13211
743 * gdb.base/interrupt-daemon.c: New.
744 * gdb.base/interrupt-daemon.exp: New.
745 * gdb.multi/multi-term-settings.c: New.
746 * gdb.multi/multi-term-settings.exp: New.
747
fc413dc4
JB
7482018-01-30 Joel Brobecker <brobecker@adacore.com>
749
750 * gdb.base/break.exp: Save the location where the breakpoint
751 on break.c:47 was actually inserted when debugging the version
752 compiled at -O2 and use it in the expected output of the "info
753 break" test performed soon after.
754
5c319bb2
PA
7552018-01-22 Pedro Alves <palves@redhat.com>
756 Sergio Durigan Junior <sergiodj@redhat.com>
757
758 * gdb.base/whatis.exp: Add tests for 'set print object on' +
759 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
760
a9e40818
JB
7612018-01-22 Joel Brobecker <brobecker@adacore.com>
762
763 * gdb.base/break-include.c, gdb.base/break-include.inc,
764 gdb.base/break-include.exp: New files.
765 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
766 line number now being the actual line number where the breakpoint
767 was inserted.
768 * gdb.mi/mi-break.exp: Likewise.
769 * gdb.mi/mi-reverse.exp: Likewise.
770 * gdb.mi/mi-simplerun.exp: Ditto.
771
e707fc44
AB
7722018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
773
774 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
775 varobj.
776 * gdb.mi/mi-var-create-rtti.exp: Likewise.
777
ae451627
AB
7782018-01-21 Don Breazeal <donb@codesourcery.com>
779 Andrew Burgess <andrew.burgess@embecosm.com>
780
781 * gdb.mi/basics.c: Add new global.
782 * gdb.mi/mi-frame-regs.exp: New file.
783 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
784 case.
785
b1b189e0
AB
7862018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
789 non-parameter, and on an unknown symbol.
790
fcfcc376
TT
7912018-01-19 Tom Tromey <tom@tromey.com>
792
793 * gdb.rust/modules.rs (TWENTY_THREE): New global.
794 * gdb.rust/modules.exp: Add ::-qualified lookup test.
795
634c1c31
AA
7962018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
797
798 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
799 setrlimit and chdir to int.
800
d6ad07fd
AA
8012018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
802
803 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
804 function.
805 (my_tend): Likewise.
806 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
807 rationale of avoiding FP- and vector instructions.
808
adf8243b
RK
8092018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
810
811 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
812 "info reg" with "\[ \t\]*".
813 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
814 "\[ \t\]+".
815 * gdb.arch/s390-multiarch.exp: Ditto.
816 * gdb.base/pc-fp.exp: Ditto.
817 * gdb.reverse/i386-precsave.exp: Ditto.
818 * gdb.reverse/i386-reverse.exp: Ditto.
819 * gdb.reverse/i387-env-reverse.exp: Ditto.
820 * gdb.reverse/i387-stack-reverse.exp: Ditto.
821
dcc06925
AA
8222018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
823
824 * lib/gdb.exp (gdb_compile): Re-enable use of
825 universal_compile_options for languages other than Rust.
826
25d4fd80
AA
8272018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
828
829 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
830
ee7f689e 8312018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
832
833 PR gdb/16577
834 * gdb.base/solib-vanish.exp: New.
835 * gdb.base/solib-vanish-main.c: New.
836 * gdb.base/solib-vanish-lib1.c: New.
837 * gdb.base/solib-vanish-lib2.c: New.
838
d8447b6b
YQ
8392018-01-17 Yao Qi <yao.qi@linaro.org>
840
841 * gdb.compile/compile.exp: Match the address printed for
842 frame in the output of command "bt".
843
86d6a90c
TT
8442018-01-15 Tom Tromey <tom@tromey.com>
845
846 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
847 compute sp_reg.
848
cbcdb1aa
AB
8492018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
852 to prepare.
853 (prepare): Return 0 on error, 1 on success.
854
eea61984
PA
8552018-01-12 Pedro Alves <palves@redhat.com>
856
857 * gdb.base/continue-after-aborted-step-over.c: New.
858 * gdb.base/continue-after-aborted-step-over.exp: New.
859
6181e9c2
SM
8602018-01-11 Simon Marchi <simon.marchi@ericsson.com>
861
862 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
863 options when not creating an executable.
864
3cada740
PA
8652018-01-11 Pedro Alves <palves@redhat.com>
866
867 PR remote/22597
868 * gdb.server/stop-reply-no-thread.c: New file.
869 * gdb.server/stop-reply-no-thread.exp: New file.
870
c63d3e8d
PA
8712018-01-10 Pedro Alves <palves@redhat.com>
872
873 PR gdb/22670
874 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
875 functions too. Test setting breakpoints and printing C functions
876 with no debug info too.
877 * gdb.ada/bp_c_mixed_case/qux.c: New file.
878
d4c2a405
PA
8792018-01-10 Pedro Alves <palves@redhat.com>
880
881 PR gdb/22670
882 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
883 a fail.
884
8825213e
PA
8852018-01-10 Pedro Alves <palves@redhat.com>
886
887 PR gdb/22670
888 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
889
605fd3c6
YQ
8902018-01-08 Simon Marchi <simon.marchi@ericsson.com>
891
892 * gdb.server/unittest.exp: Match the output in non-development
893 mode.
894
1e5ded6c
YQ
8952018-01-08 Simon Marchi <simon.marchi@ericsson.com>
896
897 * gdb.gdb/unittest.exp: Match output in non-development mode.
898
30066b0b
JB
8992018-01-08 Joel Brobecker <brobecker@adacore.com>
900
901 * gdb.ada/access_tagged_param.exp: Relax expected output
902 for value of "ObjL" in "continue" to pck.inspect breakpoint
903 test.
904
04bafb1e
XR
9052018-01-08 Joel Brobecker <brobecker@adacore.com>
906
9f86398b
JB
907 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
908 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 909
e379cee6
PA
9102018-01-05 Pedro Alves <palves@redhat.com>
911
912 PR gdb/18653
913 * gdb.base/libsegfault.exp: New.
914
de63c46b
PA
9152018-01-05 Joel Brobecker <brobecker@adacore.com>
916
917 PR gdb/22670
918 * gdb.ada/access_tagged_param.exp: New file.
919 * gdb.ada/access_tagged_param/foo.adb: New file.
920
f98fc17b
PA
9212018-01-05 Pedro Alves <palves@redhat.com>
922
923 PR gdb/22670
924 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
925 exercise lower case too, and to exercise both full matching and
926 wild matching.
927
342f8240
JB
9282018-01-05 Joel Brobecker <brobecker@adacore.com>
929
930 * gdb.ada/rename_subscript_param: New testcase.
931
7150d33c
JG
9322018-01-05 Jerome Guitton <guitton@adacore.com>
933
934 * gdb.ada/arr_acc_idx_w_gap: New testcase.
935
cc0e770c
JB
9362018-01-05 Joel Brobecker <brobecker@adacore.com>
937
938 * gdb.ada/convvar_comp: New testcase.
939
672a41aa 9402018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
941
942 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
943 (My_Table): New global variable.
944 * testsuite/gdb.ada/array_char_idx.exp: Add test.
945
7365ec2f
JB
9462018-01-04 Joel Brobecker <brobecker@adacore.com>
947
948 PR gdb/22670
949 * gdb.ada/maint_with_ada: New testcase.
950
289483b6
JB
9512018-01-04 Joel Brobecker <brobecker@adacore.com>
952
953 PR gdb/22670
954 * gdb.ada/bp_c_mixed_case: New testcase.
955
344420da
JB
9562018-01-04 Joel Brobecker <brobecker@adacore.com>
957
958 PR gdb/22670
959 * gdb.ada/complete.exp: Add "complete break ada" test.
960
66fc87a0
JB
9612018-01-04 Joel Brobecker <brobecker@adacore.com>
962
963 PR gdb/22670
964 * gdb.ada/info_addr_mixed_case: New testcase.
965
9f757bf7
XR
9662018-01-03 Xavier Roirand <roirand@adacore.com>
967
968 * gdb.ada/excep_handle.exp: New testcase.
969 * gdb.ada/excep_handle/foo.adb: New file.
970 * gdb.ada/excep_handle/pck.ads: New file.
971
bd570f80
JB
9722018-01-03 Joel Brobecker <brobecker@adacore.com>
973
974 * gdb.base/step-line.c: Add extra empty line in copyright header.
975 * gdb.base/step-line.inp: Likewise.
976
9fe561ab
JB
9772018-01-02 Joel Brobecker <brobecker@adacore.com>
978
979 * gdb.ada/dyn_stride.exp: Add slice test.
980
a405673c
JB
9812018-01-02 Joel Brobecker <brobecker@adacore.com>
982
983 * gdb.ada/dyn_stride: New testcase.
984
cef0f868
SH
9852017-12-27 Stafford Horne <shorne@gmail.com>
986
987 * gdb.xml/extra-regs.xml: Add example foo reggroup.
988 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
989
b67d92b0
SH
9902017-12-27 Stafford Horne <shorne@gmail.com>
991
992 * gdb.base/reggroups.c: New file.
993 * gdb.base/reggroups.exp: New file.
994
eccab96d
JB
9952017-12-18 Joel Brobecker <brobecker@adacore.com>
996
997 * gdb.dwarf2/ada-valprint-error.c: New file.
998 * gdb.dwarf2/ada-valprint-error.exp: New file.
999
0e2da9f0
JB
10002017-12-18 Joel Brobecker <brobecker@adacore.com>
1001
1002 * gdb.ada/assign_arr: New testcase.
1003
cb923fcc
XR
10042017-12-18 Xavier Roirand <roirand@adacore.com>
1005
1006 * gdb.ada/funcall_ptr: New testcase.
1007
7c161838
SDJ
10082017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1009
1010 PR cli/16224
1011 * gdb.base/ptype-offsets.cc: New file.
1012 * gdb.base/ptype-offsets.exp: New file.
1013
1af17fd9
YQ
10142017-12-15 Yao Qi <yao.qi@linaro.org>
1015
1016 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1017 if XML is disabled.
1018
828d5846
XR
10192017-12-15 Xavier Roirand <roirand@adacore.com>
1020
1021 * gdb.ada/same_component_name: New testcase.
1022
79e8fcaa
JB
10232017-12-14 Joel Brobecker <brobecker@adacore.com>
1024
1025 * gdb.ada/str_binop_equal: New testcase.
1026
e05fa6f9
JB
10272017-12-14 Joel Brobecker <brobecker@adacore.com>
1028
1029 * gdb.ada/task_switch_in_core: New testcase.
1030
b89641ba
SM
10312017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1032
1033 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1034 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1035 call test_bkpt_qualified.
1036 (test_bkpt_qualified): New proc.
1037
6892d2e4
PA
10382017-12-13 Pedro Alves <palves@redhat.com>
1039
1040 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1041 Tighten regexp by matching with an anchor.
1042
a22ecf70
PA
10432017-12-13 Pedro Alves <palves@redhat.com>
1044
1045 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1046 ("expression with namespace"): New set of tests.
1047 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1048 (Nested::Test_NS::qux): New.
1049 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1050 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1051
9937536c
JB
10522017-12-13 Joel Brobecker <brobecker@adacore.com>
1053
1054 * gdb.base/server-del-break.c: New file.
1055 * gdb.base/server-del-break.exp: New file.
1056
fe49c6f5
SH
10572017-12-12 Stafford Horne <shorne@gmail.com>
1058
1059 * gdb.xml/tdesc-regs.exp: Add or1k support.
1060
c3d18620
SH
10612017-12-12 Stafford Horne <shorne@gmail.com>
1062
1063 * gdb.base/bp-permanent.c: Define nop of or1k.
1064
c5f9cfc8
JB
10652017-12-11 Joel Brobecker <brobecker@adacore.com>
1066
1067 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1068 output with components being reordered.
1069
a9c135fc
JB
10702017-12-11 Joel Brobecker <brobecker@adacore.com>
1071
1072 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1073 output with components being reordered.
1074
927aa2e7
JK
10752017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1076 Pedro Alves <palves@redhat.com>
1077
1078 * gdb.base/maint.exp (check for .gdb_index): Check also for
1079 .debug_names.
1080 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1081 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1082 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1083 (.gdb_index used after symbol reloading): Support also .debug_names.
1084 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1085
f17d9474
YQ
10862017-12-08 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1089 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1090
a0de8c21
YQ
10912017-12-08 Yao Qi <yao.qi@linaro.org>
1092
1093 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1094 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1095
a738ea1d
YQ
10962017-12-08 Yao Qi <yao.qi@linaro.org>
1097
1098 * gdb.arch/aarch64-tagged-pointer.c: New file.
1099 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1100
1cd9a73b
SDJ
11012017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1102
1103 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1104 "int".
1105
fa6eb693
KS
11062017-12-07 Keith Seitz <keiths@redhat.com>
1107
1108 PR breakpoints/22569
1109 * gdb.linespec/ls-errs.exp: Change expected result of "break
1110 -source this file has spaces.c -line 3".
1111 Check that an explicit source file followed by whitespace is
1112 identified as an invalid explicit location.
1113
883fd55a
KS
11142017-12-07 Keith Seitz <keiths@redhat.com>
1115
1116 * gdb.cp/nested-types.cc: New file.
1117 * gdb.cp/nested-types.exp: New file.
1118 * lib/cp-support.exp: Load data-structures.exp library.
1119 (debug_cp_test_ptype_class): New global.
1120 (cp_ptype_class_verbose, next_line): New procedures.
1121 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1122 Add and document new return value.
1123 Switch the list of lines to a queue.
1124 Add support for new `type' key for nested type definitions.
1125 Add debugging/troubleshooting messages.
1126 * lib/data-structures.exp: New file.
1127
ec72db3e
SM
11282017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1129
1130 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1131 with proc_with_prefix, don't use with_test_prefix.
1132
99598d71
TT
11332017-12-07 Tom Tromey <tom@tromey.com>
1134
1135 * gdb.base/break.exp: Add test for empty "commands".
1136
a8806230
YQ
11372017-12-07 Yao Qi <yao.qi@linaro.org>
1138
1139 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1140 malloc and catch syscall.
1141
824cc835
PM
11422017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1143
1144 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1145 tests for explicit locations.
1146
7cc244de
PA
11472017-12-06 Pedro Alves <palves@redhat.com>
1148
1149 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1150 force-disabling XML descriptions.
1151
50a1fdd5
PA
11522017-12-04 Pedro Alves <palves@redhat.com>
1153
1154 PR gdb/22499
1155 * gdb.arch/amd64-disp-step-avx.S: New file.
1156 * gdb.arch/amd64-disp-step-avx.exp: New file.
1157
f0fb2488
PA
11582017-12-03 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1161 and <string.h>.
1162 (parent_function): Print distinct messages when waitpid fails, or
1163 the child exits with a signal, or the child exits for an unhandled
1164 reason.
1165 * gdb.threads/process-dies-while-detaching.exp
1166 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1167 it. Wait for both inferior output and GDB's prompt. Use an
1168 indirect spawn id list.
1169 (do_detach): New parameter 'child_exit'. Use it to compute
1170 expected inferior output.
1171 (test_detach, test_detach_watch, test_detach_killed_outside):
1172 Adjust to pass down the expected child exit kind.
1173
97cbe998
SDJ
11742017-12-01 Joel Brobecker <brobecker@adacore.com>
1175 Sergio Durigan Junior <sergiodj@redhat.com>
1176 Pedro Alves <palves@redhat.com>
1177
1178 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1179
40fc416f
SDJ
11802017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1181
1182 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1183 to 'symbol-file' and 'add-symbol-file' can be
1184 position-independent.
1185
1cc75e92
YQ
11862017-12-01 Yao Qi <yao.qi@linaro.org>
1187
1188 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1189 the URL in copyright header.
1190 * gdb.arch/aarch64-fp.exp: Likewise.
1191 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1192 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1193 * gdb.base/expand-psymtabs.exp: Likewise.
1194 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1195 * gdb.fortran/common-block.exp: Likewise.
1196 * gdb.fortran/common-block.f90: Likewise.
1197 * gdb.fortran/logical.exp: Likewise.
1198 * gdb.fortran/vla-datatypes.f90: Likewise.
1199 * gdb.fortran/vla-sub.f90: Likewise.
1200
875fb7a7
JB
12012017-11-30 Joel Brobecker <brobecker@adacore.com>
1202
1203 * gdb.ada/repeat_dyn: New testcase.
1204
6f14765f
UW
12052017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1206
1207 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1208 Update for changed thread numbering.
1209 * gdb.cell/bt.exp: Update for changed GDB output.
1210
f1af7b94
SM
12112017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1212
1213 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1214 setting isremote by hand.
1215 * boards/dwarf4-gdb-index.exp: Likewise.
1216 * boards/fission.exp: Likewise.
1217 * boards/stabs.exp: Likewise.
1218
e3919f3e
PA
12192017-11-30 Pedro Alves <palves@redhat.com>
1220
1221 * gdb.linespec/cpls-ops.exp
1222 (check_explicit_skips_function_argument): Extract the underlying
1223 type of size_t instead of hardcoding it.
1224
bd69330d
PA
12252017-11-29 Pedro Alves <palves@redhat.com>
1226
1227 PR c++/19436
1228 * gdb.linespec/cpls-abi-tag.cc: New file.
1229 * gdb.linespec/cpls-abi-tag.exp: New file.
1230
a20714ff
PA
12312017-11-29 Pedro Alves <palves@redhat.com>
1232
1233 * gdb.base/langs.exp: Use -qualified.
1234 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1235 it.
1236 * gdb.cp/namespace.exp: Use -qualified.
1237 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1238 (overload-3, template-overload, template-ret-type, const-overload)
1239 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1240 procedures.
1241 (test_driver): Call them.
1242 * gdb.cp/save-bp-qualified.cc: New.
1243 * gdb.cp/save-bp-qualified.exp: New.
1244 * gdb.linespec/explicit.exp: Test -qualified.
1245 * lib/completion-support.exp (completion::explicit_opts_list): Add
1246 "-qualified".
1247 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1248
f6f1d339
PM
12492017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1250
1251 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1252
02ca603a
TT
12532017-11-29 Tom Tromey <tom@tromey.com>
1254
1255 * gdb.base/relocate.exp: Update invalid argument test.
1256 Add new tests for invalid arguments.
1257
ed6c0bfb
TP
12582017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1259
1260 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1261 Return 0 as a long.
1262 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1263
f106e10e
TP
12642017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1265
1266 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1267 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1268 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1269 func ().
1270 * gdb.cp/shadow.cc (B.func): Return 0.
1271
10329bb2
JB
12722017-11-27 Joel Brobecker <brobecker@adacore.com>
1273
1274 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1275 expected output in gdb_expect call to allow the exception
1276 message to be present as well. Fix syntax confusion to avoid
1277 TCL thinking that exception_name is an array.
1278
617cd4bc
UW
12792017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1280
1281 * gdb.arch/spu-info.c: Include <unistd.h>.
1282 (do_signal_test): Fix broken calls to write.
1283 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1284 Fix checks for empty mailboxes. Update signal tests for corrected
1285 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1286 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1287 * gdb.cell/arch.exp: Use standard_output_file.
1288 * gdb.cell/break.exp: Likewise.
1289 * gdb.cell/bt.exp: Likewise.
1290 * gdb.cell/core.exp: Likewise.
1291 * gdb.cell/dwarfaddr.exp: Likewise.
1292 * gdb.cell/ea-cache.exp: Likewise.
1293 * gdb.cell/ea-standalone.exp: Likewise.
1294 * gdb.cell/f-regs.exp: Likewise.
1295 * gdb.cell/fork.exp: Likewise.
1296 * gdb.cell/gcore.exp: Likewise.
1297 * gdb.cell/mem-access.exp: Likewise.
1298 * gdb.cell/ptype.exp: Likewise.
1299 * gdb.cell/registers.exp: Likewise.
1300 * gdb.cell/sizeof.exp: Likewise.
1301 * gdb.cell/solib-symbol.exp: Likewise.
1302 * gdb.cell/solib.exp: Likewise.
617cd4bc 1303
a81aaca0
PA
13042017-11-25 Pedro Alves <palves@redhat.com>
1305
1306 * gdb.base/complete-empty.exp: New file.
1307 * gdb.base/completion.exp: Adjust.
1308
6a3c6ee4
PA
13092017-11-25 Pedro Alves <palves@redhat.com>
1310
1311 * gdb.linespec/cpls-ops.cc: New file.
1312 * gdb.linespec/cpls-ops.exp: New file.
1313 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1314 factored out from ...
1315 (test_complete_prefix_range): ... this.
1316
8955eb2d
PA
13172017-11-24 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.linespec/cpcompletion.exp: New file.
1320 * gdb.linespec/cpls-hyphen.cc: New file.
1321 * gdb.linespec/cpls.cc: New file.
1322 * gdb.linespec/cpls2.cc: New file.
1323 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1324 test to use test_gdb_complete_unique. Add label completion,
1325 keyword completion and explicit location completion tests.
1326 * lib/completion-support.exp: New file.
1327
e547c119
JB
13282017-11-24 Joel Brobecker <brobecker@adacore.com>
1329
1330 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1331 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1332 when hitting an exception catchpoint.
1333
7c3c1aa8
YQ
13342017-11-22 Yao Qi <yao.qi@linaro.org>
1335
1336 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1337
41bd68f5
SM
13382017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1339
1340 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1341 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1342 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1343
1daad298
YQ
13442017-11-22 Yao Qi <yao.qi@linaro.org>
1345
1346 * gdb.base/info-os.exp: Pass pthreads.
1347 * gdb.multi/multi-attach.exp: Likewise.
1348
88465e87
YQ
13492017-11-22 Yao Qi <yao.qi@linaro.org>
1350
1351 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1352 compiler.
1353
dc196b23
YQ
13542017-11-22 Yao Qi <yao.qi@linaro.org>
1355
1356 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1357 * gdb.base/break-interp.exp: Likewise.
1358 * gdb.base/jit-attach-pie.exp: Likewise.
1359
2400729e
UW
13602017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1361
1362 * gdb.base/float128.c (large128): New variable.
1363 * gdb.base/float128.exp: Add test to print largest __float128 value.
1364
7a26362d
UW
13652017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1366
1367 * gdb.arch/vsx-regs.exp: Update register content checks.
1368
ed0f4273
UW
13692017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1370
1371 * gdb.arch/ppc-longdouble.exp: New file.
1372 * gdb.arch/ppc-longdouble.c: Likewise.
1373
a25d69c6
PA
13742017-11-21 Pedro Alves <palves@redhat.com>
1375
1376 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1377
73fcf641
PA
13782017-11-20 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1381 (long_double_typedef): New typedefs.
1382 Use DEF on double and long double.
1383 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1384 cases.
1385 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1386 and 'long_double_ptr_same_size' locals. Use them to decide
1387 whether cast from array/function to float is valid/invalid.
1388
71a3c369
TT
13892017-11-17 Tom Tromey <tom@tromey.com>
1390
1391 * gdb.rust/traits.rs: New file.
1392 * gdb.rust/traits.exp: New file.
1393
ced9779b
JB
13942017-11-17 Joel Brobecker <brobecker@adacore.com>
1395
1396 * gdb.ada/minsyms: New testcase.
1397
a0922d80
PA
13982017-11-16 Pedro Alves <palves@redhat.com>
1399
1400 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1401 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1402
ea04e54c
PA
14032017-11-16 Pedro Alves <palves@redhat.com>
1404
1405 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1406 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1407
e849ea89
PA
14082017-11-16 Pedro Alves <palves@redhat.com>
1409
1410 * gdb.server/reconnect-ctrl-c.c: New file.
1411 * gdb.server/reconnect-ctrl-c.exp: New file.
1412
d8ae99a7
PM
14132017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1414
1415 * gdb.python/py-rbreak.exp: New file.
1416 * gdb.python/py-rbreak.c: New file.
1417 * gdb.python/py-rbreak-func2.c: New file.
1418
968a13f8
PA
14192017-11-16 Pedro Alves <palves@redhat.com>
1420
1421 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1422 pattern.
1423 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1424 GDB.
1425
71774bc9
SM
14262017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1427
1428 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1429 regex.
1430
ddbb44cf
SM
14312017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1432
1433 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1434 test names.
1435
584a564f
PA
14362017-11-09 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1439 factored out from ...
1440 (top level): ... here, and adjusted to avoid expecting beyond the
1441 prompt in a single gdb_test_multiple.
1442
5ed7a928
PA
14432017-11-09 Pedro Alves <palves@redhat.com>
1444
1445 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1446 output.
1447 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1448 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1449 * gdb.server/ext-run.exp ("kill" test): Likewise.
1450 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1451
a60e0738
PA
14522017-11-09 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1455 match till end of line.
1456
2c88253f
PA
14572017-11-09 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1460
c7a38517
PA
14612017-11-09 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1464 New procedures, factored out from ...
1465 (top level): ... here, and adjusted to avoid expecting beyond the
1466 prompt in one go.
1467
f29f4b6b
PA
14682017-11-09 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1471 output. Fix '?' match.
1472
286acbb5
JB
14732017-11-08 Joel Brobecker <brobecker@adacore.com>
1474
1475 * gdb.ada/scoped_watch: New testcase.
1476 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1477 which is actually correct.
1478 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1479 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1480
62d7ae92
PA
14812017-11-08 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.gdb/complaints.exp (test_initial_complaints)
1484 (test_serial_complaints, test_short_complaints): Call
1485 complaint_internal instead of complaint.
1486
280ca31f
DT
14872017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1488
1489 * gdb.threads/tls-core.c: New file.
1490 * gdb.threads/tls-core.exp: Likewise.
1491
b5ec771e
PA
14922017-11-08 Pedro Alves <palves@redhat.com>
1493
1494 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1495 (p Exported_Capitalized): New test.
1496 (p exported_capitalized): New test.
1497
a02b41a7
PA
14982017-11-07 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1501
95e95a6d
PA
15022017-11-07 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1505 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1506 (disable_invalid, disable_inverted, disable_negative): New
1507 procedures.
1508 ("bad numbers"): New set of tests.
1509
cee62dbd
PA
15102017-11-07 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.cp/ena-dis-br-range.exp: Add tests.
1513
cc638e86
PA
15142017-11-07 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1517
d0fe4701
XR
15182017-11-07 Xavier Roirand <roirand@adacore.com>
1519 Pedro Alves <palves@redhat.com>
1520
1521 * gdb.base/ena-dis-br.exp: Add reference to
1522 gdb.cp/ena-dis-br-range.exp.
1523 * gdb.cp/ena-dis-br-range.exp: New file.
1524 * gdb.cp/ena-dis-br-range.cc: New file.
1525
46f67f80
PA
15262017-11-06 Pedro Alves <palves@redhat.com>
1527
1528 * gdb.base/attach-non-pgrp-leader.c: New.
1529 * gdb.base/attach-non-pgrp-leader.exp: New.
1530
726e1356
PA
15312017-11-06 Pedro Alves <palves@redhat.com>
1532
1533 * configure.ac: No longer check for termio.h and sgtty.h.
1534 * configure: Regenerate.
1535 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1536 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1537 Remove termio and sgtty code.
1538
50ab6ace
YQ
15392017-11-03 Yao Qi <yao.qi@linaro.org>
1540
1541 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1542 in GDB is disabled.
1543
8e68731c
YQ
15442017-11-03 Yao Qi <yao.qi@linaro.org>
1545
1546 * gdb.python/py-thrhandle.exp: Skip it if python is not
1547 enabled.
1548
3a87ae65
SM
15492017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1550
1551 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1552 as a breakpoint command.
1553
484d8d36
MD
15542017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1555
1556 PR python/21213
1557 * gdb.python/py-infthread.exp: Test calling
1558 InferiorThread.inferior () multiple times in a row.
1559
4a27f119
KS
15602017-10-27 Keith Seitz <keiths@redhat.com>
1561
1562 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1563 Test "info break" for every inlined function breakpoint.
1564
bb11dd58
YQ
15652017-10-27 Yao Qi <yao.qi@linaro.org>
1566
1567 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1568
a43f3893
PF
15692017-10-26 Patrick Frants <osscontribute@gmail.com>
1570
1571 * gdb.cp/classes.exp (test_static_members): Test printing
1572 Outer::instance.
1573 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1574 (Inner::instance, Outer::instance): New.
1575
792ccf00
PA
15762017-10-24 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1579 extra console" test in two stages.
1580
eb2bfbad
PA
15812017-10-24 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1584
1f75a651
PA
15852017-10-24 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1588 loop.
1589
779990d9
PA
15902017-10-24 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1593 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1594
ad9b8f5d
PA
15952017-10-24 Pedro Alves <palves@redhat.com>
1596
1597 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1598 parameter and handle it. Don't output read value in test name.
1599
fee6da6e
PA
16002017-10-24 Pedro Alves <palves@redhat.com>
1601
1602 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1603 custom test name.
1604
10389c2c
PA
16052017-10-24 Pedro Alves <palves@redhat.com>
1606
1607 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1608 include the unstable output directory name in the test's name.
1609 (initial_setup_simple) <'set args'>: Use custom test name.
1610
a80e65a9
PA
16112017-10-24 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1614 with explicit test name.
1615
15763a09
PA
16162017-10-20 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1619 'wait -i'. Use gdb_assert and remote_close.
1620
49a4ce2e
AB
16212017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1624 number from variable rather than hard-coded.
1625
a75868f5
PA
16262017-10-19 Pedro Alves <palves@redhat.com>
1627
1628 * gdb.base/long-inferior-output.c: New file.
1629 * gdb.base/long-inferior-output.exp: New file.
1630
c8ba13ad
KS
16312017-11-18 Keith Seitz <keiths@redhat.com>
1632
1633 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1634 method.
1635 (main): Call it.
1636 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1637 Add additional user-defined conversion operator tests.
1638
b27de576
PA
16392017-10-17 Pedro Alves <palves@redhat.com>
1640
1641 * boards/native-stdio-gdbserver.exp: Load "local-board".
1642
8484c955
PA
16432017-10-17 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.base/quit-live.c: New file.
1646 * gdb.base/quit-live.exp: New file.
1647
83d5a34d
KS
16482017-10-16 Keith Seitz <keiths@redhat.com>
1649
1650 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1651 (class_with_protected_typedef, class_with_private_typedef)
1652 (struct_with_public_typedef, struct_with_protected_typedef)
1653 (struct_with_private_typedef): New classes/structs.
1654 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1655 typedefs and access specifiers.
1656
739b3f1d
PA
16572017-10-16 Pedro Alves <palves@redhat.com>
1658 Simon Marchi <simon.marchi@polymtl.ca>
1659
1660 * README (Local vs Remote vs Native): New section.
1661 * boards/local-board.exp: New file, with bits factored out from
1662 ...
1663 * boards/native-extended-gdbserver.exp: ... here. Load
1664 "local-board".
1665 * boards/native-gdbserver.exp: Load "local-board".
1666 (${board}_spawn, ${board}_exec): Delete.
1667 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1668 ...
1669 * boards/stdio-gdbserver-base.exp: ... this new file.
1670 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1671 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1672 procedure.
1673 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1674 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1675 stdio_gdbserver_command.
1676 (${board}_get_remote_address, ${board}_get_comm_port)
1677 (${board}_download, ${board}_upload): Delete.
1678 (get_target_remote_pipe_cmd): New.
1679
fe68b953
SM
16802017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1681
1682 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1683 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1684 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1685 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1686 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1687 remove with_test_prefix.
1688
300b6685
PA
16892017-10-13 Pedro Alves <palves@redhat.com>
1690
1691 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1692 * gdb.base/annota1.exp: Use it instead of is_remote.
1693 * gdb.base/annota3.exp: Use it instead of is_remote.
1694 * gdb.cp/annota2.exp: Use it instead of is_remote.
1695 * gdb.cp/annota3.exp: Use it instead of is_remote.
1696 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1697
50500caf
PA
16982017-10-13 Pedro Alves <palves@redhat.com>
1699
1700 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1701 (test_num_test_vars, run_and_count_vars, find_env)
1702 (test_set_unset_env, test_inherit_env_var): New procedures.
1703 (top level): Use them.
1704
dad0c6d2
PA
17052017-10-13 Pedro Alves <palves@redhat.com>
1706
1707 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1708 also skip on stub-like targets.
1709
8b0553c1
PA
17102017-10-13 Pedro Alves <palves@redhat.com>
1711
1712 PR gdb/22293
1713 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1714 (top level): Move some tests to ...
1715 (test_not_found): ... this new procedure.
1716 (top level): Call it.
1717
7594f623
PA
17182017-10-13 Pedro Alves <palves@redhat.com>
1719
1720 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1721 expect different "info terminal" output if testing with a
1722 non-native target.
1723
ebe3b402
PA
17242017-10-13 Pedro Alves <palves@redhat.com>
1725 Simon Marchi <simon.marchi@polymtl.ca>
1726
1727 PR python/12966
1728 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1729
42f1b161
PA
17302017-10-13 Pedro Alves <palves@redhat.com>
1731
1732 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1733 already.
1734
8d6ef72b
PA
17352017-10-13 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1738 is_remote.
1739
d7bcd5b8
PA
17402017-10-13 Pedro Alves <palves@redhat.com>
1741
1742 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1743 is_remote.
1744
df479dc6
PA
17452017-10-13 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1748 is set.
1749 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1750 instead of is_remote.
1751
23fb630a
PA
17522017-10-13 Pedro Alves <palves@redhat.com>
1753
1754 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1755 (top level): Add comment.
1756
cc77b1dc
PA
17572017-10-13 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.base/remote.exp (top level): Fix comment typo and add
1760 missing return.
1761
27c9e813
PA
17622017-10-13 Pedro Alves <palves@redhat.com>
1763 Simon Marchi <simon.marchi@polymtl.ca>
1764
1765 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1766 calls and add comments. Skip test if use_gdb_stub is set.
1767 (top level): Use "set cwd" command instead of "cd" command.
1768
5e830d98
PA
17692017-10-13 Pedro Alves <palves@redhat.com>
1770
1771 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1772 is_remote target check.
1773
f5ca0032
PA
17742017-10-13 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.base/scope.exp: Use build_executable + clean_restart +
1777 gdb_file_cmd instead of prepare_for_testing and no longer skip
1778 "before run" tests on is_remote target boards. Update comments.
1779 * boards/native-extended-gdbserver.exp
1780 (extended_gdbserver_load_last_file): New, factored out from ...
1781 (gdb_load): ... this. Move further below and add comment.
1782 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1783
8aed1c0d
PA
17842017-10-12 Pedro Alves <palves@redhat.com>
1785
1786 * gdb.base/attach.exp: Remove references to gdb64.
1787 * gdb.base/dbx.exp: Remove references to gdb64.
1788
cfa34c87
SM
17892017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1790 Pedro Alves <palves@redhat.com>
1791
1792 * gdb.base/label.exp: Remove is_remote target check.
1793
9192b7de
PA
17942017-10-12 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.base/auvx.exp (coredir): Update comment.
1797 (top level) <core_works>: Use "set cwd" command instead of "cd"
1798 command.
1799
6bf0052d
PA
18002017-10-12 Pedro Alves <palves@redhat.com>
1801 Simon Marchi <simon.marchi@polymtl.ca>
1802
1803 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1804 target boards.
1805
e48ef82d
PA
18062017-10-12 Pedro Alves <palves@redhat.com>
1807 Simon Marchi <simon.marchi@polymtl.ca>
1808
1809 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1810 Instead skip if there's any gdb_protocol set.
1811
8d7aea57
SM
18122017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1813 Pedro Alves <palves@redhat.com>
1814
1815 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1816
30440677
PA
18172017-10-12 Pedro Alves <palves@redhat.com>
1818 Simon Marchi <simon.marchi@polymtl.ca>
1819
1820 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1821 instead of on dejagnu remote boards.
1822
4e04f045 18232017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1824 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1825
1826 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1827 checks. Use build_executable + clean_restart instead of
1828 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1829 of enabling non-stop after starting gdb.
1830
871a186e
PA
18312017-10-12 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1834 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1835 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1836 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1837
56d704da
AK
18382017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1839
1840 * gdb.arch/arc-tdesc-cpu.exp: New file.
1841 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1842
2f20e312
SM
18432017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1844
1845 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1846
65630365
PA
18472017-10-10 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1850 expect CLI output.
1851
bf469271
PA
18522017-10-10 Pedro Alves <palves@redhat.com>
1853
1854 * lib/selftest-support.exp (selftest_setup): Update for
1855 captured_command_loop's prototype change.
1856
777a42f1
PA
18572017-10-09 Pedro Alves <palves@redhat.com>
1858
1859 Test both arch1=>arch2 and arch2=>arch1.
1860
1861 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1862 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1863 factored out to...
1864 (append_arch1_options, append_arch2_options, append_arch_options)
1865 (build_executables): New procedures.
1866 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1867 local.
1868 (top level): Add new 'first_arch' testing axis.
1869
cbd2b4e3
PA
18702017-10-09 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1873 (barrier): New.
1874 (thread_start, all_started): New functions.
1875 (main): Spawn new thread and wait until it is scheduled.
1876 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1877 option.
1878 (do_test): Add 'selected_thread' parameter. Run to all_started
1879 instead of main. Explicitly set the breakpoint at main. Switch
1880 to the SELECTED_THREAD thread.
1881 (top level): Test handling the exec event with either the main
1882 thread or the second thread selected.
1883
5c9e4427
PA
18842017-10-09 Pedro Alves <palves@redhat.com>
1885
1886 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1887 logic. Move STOP marker after the value checks.
1888 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1889 regexp.
1890
b3b7c423
SL
18912017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1892
1893 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1894
3b4b2f16
UW
18952017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1896
1897 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1898 integer-to-dfp conversion.
1899 * gdb.base/dfp-test.exp: Likewise.
1900
5cd63fda
PA
19012017-10-04 Pedro Alves <palves@redhat.com>
1902
1903 * gdb.multi/hangout.c: Include <unistd.h>.
1904 (hangout_loop): New function.
1905 (main): Call alarm. Call hangout_loop in a loop.
1906 * gdb.multi/hello.c: Include <unistd.h>.
1907 (hello_loop): New function.
1908 (main): Call alarm. Call hangout_loop in a loop.
1909 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1910 inferior with the other selected.
1911
4c71c105
SM
19122017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1913
1914 * gdb.mi/list-thread-groups-available.exp: New file.
1915 * gdb.mi/list-thread-groups-available.c: New file.
1916
bc3b087d
SDJ
19172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1918
1919 * gdb.base/set-cwd.exp: Make it available on
1920 native-extended-gdbserver.
1921
d092c5a2
SDJ
19222017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1923
1924 * gdb.base/set-cwd.c: New file.
1925 * gdb.base/set-cwd.exp: Likewise.
1926
45320ffa
TT
19272017-10-02 Tom Tromey <tom@tromey.com>
1928
1929 PR rust/22236:
1930 * gdb.rust/simple.rs (main): New variable "fslice".
1931 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1932
b3e3859b
TT
19332017-10-02 Tom Tromey <tom@tromey.com>
1934
1935 * gdb.rust/simple.exp: Test ptype of a slice.
1936
01af5e0d
TT
19372017-10-02 Tom Tromey <tom@tromey.com>
1938
1939 * gdb.rust/simple.exp: Test index of slice.
1940
a9bbfbd8
TT
19412017-09-27 Tom Tromey <tom@tromey.com>
1942
1943 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1944
df8899e5
TP
19452017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1946 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.base/compare-sections.exp (get value of read-only section): Read
1949 as unsigned value.
1950 (corrupt read-only section): Likewise and don't set written if patching
1951 failed.
1952
757bf54b
KB
19532017-09-21 Kevin Buettner <kevinb@redhat.com>
1954
1955 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1956 files.
1957
06871ae8
PA
19582017-09-20 Pedro Alves <palves@redhat.com>
1959
1960 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1961 symbol names in gdb's output.
1962 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1963
e5f25bc5
PA
19642017-09-20 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1967 Rename to ...
1968 (test_list_ambiguous_symbol): ... this and add a symbol name
1969 parameter. Adjust.
1970 (test_list_ambiguous_function): Reimplement on top of
1971 test_list_ambiguous_symbol and also test listing ambiguous
1972 variables.
1973 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1974 (ambiguous_fun): ... this.
1975 (ambiguous_var): New.
1976 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1977 (ambiguous_fun): ... this.
1978 (ambiguous_var): New.
1979
4e5a4f58
JB
19802017-09-19 John Baldwin <jhb@FreeBSD.org>
1981
1982 * gdb.base/starti.c: New file.
1983 * gdb.base/starti.exp: New file.
1984 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1985
26e53f3e
PA
19862017-09-14 Pedro Alves <palves@redhat.com>
1987
1988 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1989 (top level): Use it instead of runto.
1990
cb791d59
TT
19912017-09-11 Tom Tromey <tom@tromey.com>
1992
1993 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1994
7c96f8c1
TT
19952017-09-11 Tom Tromey <tom@tromey.com>
1996
1997 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1998 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1999
469412dd
CW
20002017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2001
2002 * gdb.fortran/printing-types.exp: New file.
2003 * gdb.fortran/printing-types.exp: New file.
2004
e0f86435
BH
20052017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2006
2007 * gdb.fortran/vla-ptype.exp: Fix typos.
2008 * gdb.fortran/vla-value.exp: Same.
2009
9e9af4be
BH
20102017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2011
2012 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2013 * gdb.mi/mi-var-child-f.exp: Likewise.
2014 * gdb.mi/mi-vla-fortran.exp: Likewise.
2015
a5ad232b
FP
20162017-09-08 Frank Penczek <frank.penczek@intel.com>
2017 Christoph Weinmann <christoph.t.weinmann@intel.com>
2018 Bernhard Heckel <bernhard.heckel@intel.com>
2019
2020 * gdb.fortran/ptr-indentation.f90: New file.
2021 * gdb.fortran/ptr-indentation.exp: New file.
2022
5aec60eb
TT
20232017-09-05 Tom Tromey <tom@tromey.com>
2024
2025 PR gdb/22010:
2026 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2027
8f8f8152
TP
20282017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2029
2030 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2031
fbd1b771
JK
20322017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2033
2034 * gdb.threads/tls-nodebug-pie.c: New file.
2035 * gdb.threads/tls-nodebug-pie.exp: New file.
2036
5eb5f850
TT
20372017-09-05 Tom Tromey <tom@tromey.com>
2038
2039 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2040 for rust.
2041
ae780a21
SM
20422017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2043
2044 * gdb.multi/multi-arch-exec.exp: Test with different
2045 "follow-exec-mode" settings.
2046 (do_test): New procedure.
2047
3693fdb3
PA
20482017-09-04 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.base/func-static.c (S::method const, S::method volatile)
2051 (S::method volatile const): New methods.
2052 (c_s, v_s, cv_s): New instances.
2053 (main): Call method() on them.
2054 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2055 (cannot_resolve): New procedure.
2056 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2057 print-quote-unquoted columns.
2058 (do_test): Test printing each scope too.
2059
e68cb8e0
PA
20602017-09-04 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.base/local-static.exp: Also test with
2063 class::method::variable wholly quoted.
2064 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2065
858be34c
PA
20662017-09-04 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.base/local-static.c: New.
2069 * gdb.base/local-static.cc: New.
2070 * gdb.base/local-static.exp: New.
2071
46a4882b
PA
20722017-09-04 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.asm/asm-source.exp: Add casts to int.
2075 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2076 (dataglobal64_1, dataglobal64_2): New globals.
2077 * gdb.base/nodebug.exp: Test different expressions involving the
2078 new globals, with print, whatis and ptype. Add casts to int.
2079 * gdb.base/solib-display.exp: Add casts to int.
2080 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2081 * gdb.cp/m-static.exp: Add cast to int.
2082 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2083 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2084 tls variable with no debug info without a cast. Test with a cast
2085 to int too.
2086 * gdb.trace/entry-values.exp: Add casts.
2087
2c5a2be1
PA
20882017-09-04 Pedro Alves <palves@redhat.com>
2089
2090 * gdb.base/nodebug.exp: Test that ptype's error about functions
2091 with unknown return type includes the function name too.
2092
7022349d
PA
20932017-09-04 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2096 return type of munmap in infcall.
2097 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2098 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2099 type of ftell in infcall.
2100 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2101 type of getpid in infcall.
2102 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2103 infcall.
2104 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2105 Bail on failure to extract the pid.
2106 * gdb.base/nodebug.c: #include <stdint.h>.
2107 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2108 New functions.
2109 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2110 Change expected output of print/whatis/ptype with functions with
2111 no debug info. Test all supported languages. Call
2112 test_call_promotion.
2113 * gdb.compile/compile.exp: Adjust expected output to expect
2114 warning.
2115 * gdb.threads/siginfo-threads.exp: Likewise.
2116
54990598
PA
21172017-09-04 Pedro Alves <palves@redhat.com>
2118
2119 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2120 "prototypes". Test calling float functions via prototyped and
2121 unprototyped function pointers.
2122 (perform_all_tests): New parameter "prototypes". Pass it down.
2123 (top level): Pass down "prototypes" parameter to
2124 perform_all_tests.
2125
34d16ea2
SM
21262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2127
2128 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2129 Test with nested loops.
2130
9521ecda
SM
21312017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2132
2133 * gdb.base/commands.exp: Call the new procedures.
2134 (loop_break_test, loop_continue_test): New procedures.
2135
80a65e9b
SM
21362017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2137
2138 * gdb.base/commands.exp: Call new procedure.
2139 (define_if_without_arg_test): New procedure.
2140
e439fa14
PA
21412017-09-04 Pedro Alves <palves@redhat.com>
2142
2143 * gdb.base/list-ambiguous.exp: New file.
2144 * gdb.base/list-ambiguous0.c: New file.
2145 * gdb.base/list-ambiguous1.c: New file.
2146 * gdb.base/list.exp (test_list_range): Adjust expected output.
2147
0a2dde4a
SDJ
21482017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2149
2150 * gdb.base/share-env-with-gdbserver.c: New file.
2151 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2152
5e89eb3a
SM
21532017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2154
2155 * gdb.base/commands.exp (gdbvar_simple_if_test,
2156 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2157 progvar_simple_if_test, progvar_simple_while_test,
2158 progvar_complex_if_while_test, user_defined_command_test,
2159 user_defined_command_args_eval,
2160 user_defined_command_args_stack_test,
2161 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2162 temporary_breakpoint_commands,
2163 gdb_test_no_prompt, redefine_hook_test,
2164 redefine_backtrace_test): Remove "global gdb_prompt".
2165
fd437cbc
SM
21662017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2167
2168 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2169 New proc, call it from toplevel.
2170
87215ad1
SDJ
21712017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2172
2173 PR remote/21852
2174 * gdb.server/normal.c: New file, copied from gdb.base.
2175 * gdb.server/run-without-local-binary.exp: New file.
2176
58afddc6
WP
21772017-08-07 Weimin Pan <weimin.pan@oracle.com>
2178
2179 * gdb.arch/sparc64-adi.exp: New file.
2180 * gdb.arch/sparc64-adi.c: New file.
2181
5277199a
PA
21822017-08-22 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2185 (top level): Add "list all overloads" tests.
2186
14278e1f
TT
21872017-08-22 Tom Tromey <tom@tromey.com>
2188
2189 * gdb.gdb/xfullpath.exp: Remove.
2190
bf223d3e
PA
21912017-08-21 Pedro Alves <palves@redhat.com>
2192
2193 PR gdb/19487
2194 * gdb.base/symbol-alias.c: New.
2195 * gdb.base/symbol-alias2.c: New.
2196 * gdb.base/symbol-alias.exp: New.
2197
c973d0aa
PA
21982017-08-21 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.base/dfp-test.c
2201 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2202 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2203 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2204 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2205 * gdb.base/whatis-ptype-typedefs.c: New.
2206 * gdb.base/whatis-ptype-typedefs.exp: New.
2207 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2208 (an_int, an_int_type, an_int_type2): New globals.
2209 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2210 involving typedefs and cast expressions.
2211 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2212 (lookup_typedefs_function): New.
2213 (typedefs_pretty_printers_dict): New.
2214 (top level): Register lookup_typedefs_function in
2215 gdb.pretty_printers.
2216
6d580b63
YQ
22172017-08-18 Yao Qi <yao.qi@linaro.org>
2218
2219 * gdb.server/unittest.exp: New.
2220
206726fb
SDJ
22212017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2222
2223 PR gdb/21954
2224 * gdb.base/environ.exp: Add test to check if 'unset environment'
2225 works.
2226
bf0ec4c2
AA
22272017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2228
2229 * lib/gdb.exp (universal_compile_options): New caching proc.
2230 (gdb_compile): Suppress GCC's coloring of messages.
2231
d6382fff
TT
22322017-08-14 Tom Tromey <tom@tromey.com>
2233
2234 PR gdb/21675:
2235 * gdb.base/printcmds.exp (test_radices): New function.
2236 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2237 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2238 * lib/gdb.exp (get_integer_valueof): Use p/d.
2239
c2c2dd9f
SM
22402017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2241
2242 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2243 characters.
2244
fdffd6f4
TT
22452017-08-05 Tom Tromey <tom@tromey.com>
2246
2247 * gdb.rust/simple.exp: Allow String to appear in a different
2248 namespace.
2249
27d41eac
YQ
22502017-07-26 Yao Qi <yao.qi@linaro.org>
2251
2252 * gdb.gdb/unittest.exp: Invoke command
2253 "maintenance check xml-descriptions".
2254
031ed05d
AA
22552017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2256
2257 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2258 calling context.
2259 (hex128): Drop erroneous calculation of parameters.
2260
dcd27ddf
SM
22612017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2262
2263 * gdb.python/py-unwind.exp: Disable stack protection when
2264 building test file.
2265
47e77640
PA
22662017-07-20 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.base/default.exp (set language): Adjust expected output.
2269
62d2a18a
PA
22702017-07-20 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2273 (test_minsym): ... this, and make static.
2274 (get_pck__foo__bar__minsym): Rename to ...
2275 (get_test_minsym): ... this.
2276 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2277 symbol names and comments.
2278 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2279 (get_test_minsym): ... this.
2280 (pck__foo__bar__minsym__2): Rename to ...
2281 (test_minsym): ... this.
2282 (main): Adjust.
2283
c45ec17c
PA
22842017-07-17 Pedro Alves <palves@redhat.com>
2285
2286 * gdb.base/completion.exp: Adjust expected output.
2287 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2288 the completer works.
2289
c6756f62
PA
22902017-07-17 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2293
5bd68487
AB
22942017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2297
8880f2a9
TT
22982017-07-14 Tom Tromey <tom@tromey.com>
2299
2300 PR rust/21764:
2301 * gdb.rust/simple.exp: Add tests.
2302
65547233
TT
23032017-07-14 Tom Tromey <tom@tromey.com>
2304
2305 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2306
8f14146e
PA
23072017-07-14 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.linespec/base/one/thefile.cc (z1): New function.
2310 * gdb.linespec/base/two/thefile.cc (z2): New function.
2311 * gdb.linespec/linespec.exp: Add tests.
2312
b4365d02
AB
23132017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2316 to mi_create_breakpoint.
2317
5d2cbaa5
AB
23182017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2319
2320 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2321 mi_create_breakpoint.
2322
11cb5716
IB
23232017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2324
2325 * gdb.dlang/demangle.exp: Update for demangling changes.
2326
03278692
TT
23272017-07-09 Tom Tromey <tom@tromey.com>
2328
2329 * gdb.dwarf2/shortpiece.exp: New file.
2330
33c5cd75
DB
23312017-07-06 David Blaikie <dblaikie@gmail.com>
2332
2333 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2334 built from fissiont-multi-cu{1,2}.c.
2335 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2336 except putting 'main' and 'func' in separate CUs in the same DWO file.
2337 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2338 test.
2339 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2340 test.
2341
8455d262
PA
23422017-07-06 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.python/py-unwind.exp: Test flushregs.
2345
dc4bde35
SDJ
23462017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2347
2348 PR cli/21688
2349 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2350 tests for alias commands and trailing whitespace.
2351
51ed89aa
SDJ
23522017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2353
2354 PR cli/21688
2355 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2356 procedure. Call it.
2357
eb17d413
PA
23582017-06-29 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/printcmds.exp: Add tests.
2361
41664b45
DG
23622017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2363
2364 PR gdb/21337
2365 * gdb.base/reread-readsym.exp: New file.
2366 * gdb.base/reread-readsym.c: New file.
2367
75312ae3
KB
23682017-06-21 Kevin Buettner <kevinb@redhat.com>
2369
2370 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2371 subpattern.
2372
66953522
PB
23732017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2374
2375 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2376 extended mnemonic.
2377 * gdb.arch/powerpc-power9.s: Likewise.
2378
5524b525
AA
23792017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2380
2381 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2382 on 32-bit x86 targets. Exploit is_*_target macros where
2383 appropriate.
2384
03c8af18
AA
23852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2386
2387 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2388 register pieces.
2389
3bf31011
AA
23902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2391
2392 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2393 located in one or more DWARF pieces.
2394
805acca0
AA
23952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2396
2397 * lib/gdb.exp (get_endianness): New proc.
2398 * gdb.arch/aarch64-fp.exp: Use it.
2399 * gdb.arch/altivec-regs.exp: Likewise.
2400 * gdb.arch/e500-regs.exp: Likewise.
2401 * gdb.arch/vsx-regs.exp: Likewise.
2402 * gdb.base/dump.exp: Likewise.
2403 * gdb.base/funcargs.exp: Likewise.
2404 * gdb.base/gnu_vector.exp: Likewise.
2405 * gdb.dwarf2/formdata16.exp: Likewise.
2406 * gdb.dwarf2/implptrpiece.exp: Likewise.
2407 * gdb.dwarf2/nonvar-access.exp: Likewise.
2408 * gdb.python/py-inferior.exp: Likewise.
2409 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2410
e9352324
AA
24112017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2412
2413 PR gdb/21226
2414 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2415 stack value pieces are taken from the LSB end.
2416
d5d1163e
AA
24172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2418
2419 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2420 variable at nonzero offset.
2421
0567c986
AA
24222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2423
2424 * gdb.dwarf2/var-access.c: New file.
2425 * gdb.dwarf2/var-access.exp: New test.
2426 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2427
973e9aab
TT
24282017-06-12 Tom Tromey <tom@tromey.com>
2429
2430 * gdb.dwarf2/formdata16.exp: Add tests.
2431
d9109c80
TT
24322017-06-12 Tom Tromey <tom@tromey.com>
2433
2434 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2435
30a25466
TT
24362017-06-12 Tom Tromey <tom@tromey.com>
2437
2438 PR exp/16225:
2439 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2440 * gdb.arch/vsx-regs.exp: Update tests.
2441 * gdb.arch/s390-vregs.exp (hex128): New proc.
2442 Update test.
2443 * gdb.arch/altivec-regs.exp: Update tests.
2444
aefd8b33
SDJ
24452017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2446
2447 * gdb.base/startup-with-shell.c: New file.
2448 * gdb.base/startup-with-shell.exp: Likewise.
2449
2090129c
SDJ
24502017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2451
2452 * gdb.server/non-existing-program.exp: Update regex in order to
2453 reflect the fact that gdbserver is now using fork_inferior (with a
2454 shell) to startup the inferior.
2455
8e86a419
SM
24562017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2457
2458 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2459 support function calls from GDB.
2460
e6cf65f2
TT
24612017-05-21 Tom Tromey <tom@tromey.com>
2462
2463 PR rust/21466:
2464 * gdb.rust/unsized.exp: New file.
2465 * gdb.rust/unsized.rs: New file.
2466
43cc5389
TT
24672017-05-19 Tom Tromey <tom@tromey.com>
2468
2469 PR rust/21484:
2470 * gdb.rust/watch.exp: New file.
2471 * gdb.rust/watch.rs: New file.
2472
ec8df234
TT
24732017-05-18 Tom Tromey <tom@tromey.com>
2474
2475 * gdb.rust/simple.exp: Allow Box to be qualified.
2476
3e3e7fae
TP
24772017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2478
2479 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2480
59cc050d
PA
24812017-05-18 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.base/fileio.c (test_write, test_read, test_close)
2484 (test_fstat): Don't print 'ret' in the fail path.
2485
c8f6abd1
PA
24862017-05-18 Pedro Alves <palves@redhat.com>
2487
2488 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2489 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2490 (test_system, test_rename, test_unlink, test_time): Change
2491 prototypes.
2492 * gdb.base/fileio.exp (stop_msg): Adjust.
2493
d2a03b77
PA
24942017-05-18 Pedro Alves <palves@redhat.com>
2495
2496 * gdb.base/fileio.c (null_str): New global.
2497 (test_stat): Use it.
2498 * gdb.base/fileio.exp: Remove nowarnings.
2499
0d5c6999
YQ
25002017-05-17 Yao Qi <yao.qi@linaro.org>
2501
2502 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2503
21873064
YQ
25042017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2505
2506 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2507 argument command.
2508 (top-level): Invoke test_set_inferior_tty.
2509
d512d31c
PA
25102017-05-04 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2513 Add parens to print call for Python 3.
2514
90cef2ed
KS
25152017-05-03 Keith Seitz <keiths@redhat.com>
2516
2517 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2518 (main): Call it.
2519
14f819c8
TW
25202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2521
2522 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2523 to prev and next.
2524
913aeadd
TW
25252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2526
2527 * gdb.python/py-record-btrace.exp: Remove test for
2528 gdb.BtraceInstruction.error.
2529
a3be24ad
TW
25302017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2531
2532 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2533
ae20e79a
TW
25342017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2535
2536 * gdb.python/py-record-btrace-threads.c: New file.
2537 * gdb.python/py-record-btrace-threads.exp: New file.
2538
45ce1b47
SDJ
25392017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2540
2541 PR testsuite/8595
2542 * gdb.base/environ.exp: Make test available in all architectures.
2543 Move bits related to "info program" testing to
2544 gdb.base/info-program.exp. Rewrite tests to use the two new
2545 procedures mentione below.
2546 (test_set_show_env_var) New procedure.
2547 (test_set_show_env_var_equal): Likewise.
2548 * gdb.base/info-program.exp: New file.
2549
e15c3eb4
KS
25502017-04-27 Keith Seitz <keiths@redhat.com>
2551
2552 * gdb.cp/oranking.cc (test15): New function.
2553 (main): Call test15 and declare additional variables for testing.
2554 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2555 "p foo101('abc')" tests.
2556 Add tests for cv qualifier overloads.
2557 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2558 "lvalue reference overload" test.
2559 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2560 "print value of f1 on Child&& in f2" test.
2561
3a3fd0fd
PA
25622017-04-19 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2565 procedure.
2566 (top level): Call it.
2567 * lib/gdb.exp (gdb_define_cmd): New procedure.
2568
53375380
PA
25692017-04-12 Pedro Alves <palves@redhat.com>
2570
2571 PR gdb/21323
2572 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2573 (wchar): New global.
2574 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2575 (do_test_wide_char, wide_char_types_no_program, top level): Add
2576 wchar_t testing.
2577
53e710ac
PA
25782017-04-12 Pedro Alves <palves@redhat.com>
2579
2580 PR c++/21323
2581 * gdb.cp/wide_char_types.c: New file.
2582 * gdb.cp/wide_char_types.exp: New file.
2583
0ad9d8c7
SDJ
25842017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2585
2586 PR gdb/21352
2587 * gdb.trace/tsv.exp: Add test for "tsave -r".
2588
b1b45502
IB
25892017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2590
2591 * gdb.dlang/watch-loc.c: New file.
2592 * gdb.dlang/watch-loc.exp: New file.
2593
ec13808e
JK
25942017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2597
fe5f7374
AK
25982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2599
2600 * gdb.arch/arc-analyze-prologue.S: New file.
2601 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2602
eea78757
AK
26032017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2604
2605 * gdb.arch/arc-decode-insn.S: New file.
2606 * gdb.arch/arc-decode-insn.exp: Likewise.
2607
5badf10a
IR
26082017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2609
2610 PR tdep/20928
2611 * gdb.arch/sparc64-regs.exp: New file.
2612 * gdb.arch/sparc64-regs.S: Likewise.
2613
cee59b3f
TW
26142017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2615
2616 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2617 and memory view on Python 3.
2618
c0f55cc6
AV
26192017-03-20 Artemiy Volkov <artemiyv@acm.org>
2620 Keith Seitz <keiths@redhat.com>
2621
2622 PR gdb/14441
2623 * gdb.cp/demangle.exp: Add rvalue reference tests.
2624 * gdb.cp/rvalue-ref-casts.cc: New file.
2625 * gdb.cp/rvalue-ref-casts.exp: New file.
2626 * gdb.cp/rvalue-ref-overload.cc: New file.
2627 * gdb.cp/rvalue-ref-overload.exp: New file.
2628 * gdb.cp/rvalue-ref-params.cc: New file.
2629 * gdb.cp/rvalue-ref-params.exp: New file.
2630 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2631 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2632 * gdb.cp/rvalue-ref-types.cc: New file.
2633 * gdb.cp/rvalue-ref-types.exp: New file.
2634 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2635 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2636
51457a05
MAL
26372017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2638
2639 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2640 New procedure.
2641
5b291c04
MAL
26422017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2643
2644 * lib/mi-support.exp (mi_gdb_test): Add additional message
2645 for unexpected output.
2646
59a56148
AA
26472017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2648
2649 * gdb.base/examine-backward.c (Barrier): New character array
2650 constant, to ensure that TestStrings is preceded by a string
2651 terminator.
2652
7942e96e
AA
26532017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2654
2655 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2656 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2657 and implicit pointer into such a location.
2658
6ebac3fb
DE
26592017-03-16 Doug Evans <dje@google.com>
2660
2661 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2662
ec3b243d
TP
26632017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2664
2665 * gdb.cp/m-static.exp: Fix expectation for prototype of
2666 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2667
26682017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2669
2670 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2671 * gdb.guile/scm-lazy-string.c: New file.
2672 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2673 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2674 for pointer, array, typedef lazy strings.
2675
2cc36e25 26762017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2677
2678 PR python/17728, python/18439, python/18779
2679 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2680 * gdb.python/py-lazy-string.c (pointer): New typedef.
2681 (main): New locals ptr, array, typedef_ptr.
2682 * gdb.python/py-value.exp: Move lazy string tests to ...
2683 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2684 array, typedef lazy strings.
ec3b243d 2685
0efcde63
AK
26862017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2687
2688 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2689 Add optional 'test' parameter.
2690
7978d7c3
SM
26912017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2692
2693 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2694 Skip for versions of DejaGnu < 1.5.
2695
896c0c1e
SM
26962017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2697
2698 * lib/gdb.exp (dejagnu_version): New proc.
2699 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2700 Use dejagnu_version.
2701
5f4d1085
KS
27022017-03-10 Keith Seitz <keiths@redhat.com>
2703
2704 PR c++/8128
2705 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2706 type from destructor regexps.
2707 Add a branch which actually passes the test.
2708 Adjust "ptype t5i" test names.
2709
1de05205
PA
27102017-03-08 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.base/step-over-exit.exp: Add explicit test message.
2713
c65d6b55
PA
27142017-03-08 Pedro Alves <palves@redhat.com>
2715
2716 PR gdb/18360
2717 * gdb.threads/interrupt-while-step-over.c: New file.
2718 * gdb.threads/interrupt-while-step-over.exp: New file.
2719
2e86a283
PA
27202017-03-08 Pedro Alves <palves@redhat.com>
2721
2722 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2723 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2724
25dcbff6
PA
27252017-03-08 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2728 PKRU as not supported as a PASS.
2729
dc9366eb
PA
27302017-03-08 Pedro Alves <palves@redhat.com>
2731
2732 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2733 prefix instead of $binfile1/$binfile2.
2734 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2735 in test message.
2736 * gdb.python/py-completion.exp: Use "load python file" as test
2737 messages instead of unstable path names.
2738
6e5d74e7
PA
27392017-03-08 Pedro Alves <palves@redhat.com>
2740 Jan Kratochvil <jan.kratochvil@redhat.com>
2741
2742 PR cli/21218
2743 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2744 New proc.
2745 (top level): Call it.
2746
9753a2f6
PA
27472017-03-08 Pedro Alves <palves@redhat.com>
2748
2749 PR tui/21216
2750 * gdb.tui/tui-nl-filtered-output.exp: New file.
2751
1a4dd9dd
PA
27522017-03-08 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.base/completion.exp: Move TUI completion tests to ...
2755 * gdb.tui/completion.exp: ... this new file.
2756
7cbbff33
PA
27572017-03-08 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.base/tui-disasm-long-lines.c,
2760 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2761 gdb.base/tui-layout.exp: Move to ...
2762 * gdb.tui/: ... this new directory.
2763
5f6fd321
PA
27642017-03-07 Pedro Alves <palves@redhat.com>
2765
2766 * gdb.base/tui-layout.c: New file.
2767 * gdb.base/tui-layout.exp: New file.
2768
44959fa8
PA
27692017-03-07 Pedro Alves <palves@redhat.com>
2770
2771 * gdb.base/tui-layout.c: Rename to ...
2772 * gdb.base/tui-disasm-long-lines.c: ... this.
2773 * gdb.base/tui-layout.exp: Rename to ...
2774 * gdb.base/tui-disasm-long-lines.exp: ... this.
2775
f8c4e718
PA
27762017-03-07 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2779
6dbb839a 27802017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2781
2782 * i386-mpx-call.c: New file.
2783 * i386-mpx-call.exp: New file.
2784
65b48a81
PB
27852017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2786
2787 * gdb.arch/powerpc-power.exp: Delete test.
2788 * gdb.arch/powerpc-power.s: Likewise.
2789 * gdb.disasm/disassembler-options.exp: New test.
2790 * gdb.arch/powerpc-altivec.exp: Likewise.
2791 * gdb.arch/powerpc-altivec.s: Likewise.
2792 * gdb.arch/powerpc-altivec2.exp: Likewise.
2793 * gdb.arch/powerpc-altivec2.s: Likewise.
2794 * gdb.arch/powerpc-altivec3.exp: Likewise.
2795 * gdb.arch/powerpc-altivec3.s: Likewise.
2796 * gdb.arch/powerpc-power7.exp: Likewise.
2797 * gdb.arch/powerpc-power7.s: Likewise.
2798 * gdb.arch/powerpc-power8.exp: Likewise.
2799 * gdb.arch/powerpc-power8.s: Likewise.
2800 * gdb.arch/powerpc-power9.exp: Likewise.
2801 * gdb.arch/powerpc-power9.s: Likewise.
2802 * gdb.arch/powerpc-vsx.exp: Likewise.
2803 * gdb.arch/powerpc-vsx.s: Likewise.
2804 * gdb.arch/powerpc-vsx2.exp: Likewise.
2805 * gdb.arch/powerpc-vsx2.s: Likewise.
2806 * gdb.arch/powerpc-vsx3.exp: Likewise.
2807 * gdb.arch/powerpc-vsx3.s: Likewise.
2808 * gdb.arch/arm-disassembler-options.exp: Likewise.
2809 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2810 * gdb.arch/s390-disassembler-options.exp: Likewise.
2811
17cd4947
LM
28122017-02-23 Luis Machado <lgustavo@codesourcery.com>
2813
2814 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2815 (check_supported_features): ... this. Changed return type to void.
2816 (supports_rdseed): New static global.
2817 (rdseed): Check supports_rdseed.
2818 (initialize): Call check_supported_features.
2819
2039d74e
EBM
28202017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2821
2822 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2823 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2824 and lqarx/stqcx.
2825 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2826 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2827
a51d7ecf
EBM
28282017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2829
2830 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2831 uppercase.
2832
0224619f
JK
28332017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 * gdb.dwarf2/formdata16.c: New file.
2836 * gdb.dwarf2/formdata16.exp: New file.
2837 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2838
216f72a1
JK
28392017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2840
2841 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2842 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2843 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2844 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2845 DW_AT_GNU_*.
2846
43988095
JK
28472017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2848
2849 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2850
99e8a4f9
SDJ
28512017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2852
2853 PR gdb/21164
2854 * gdb.base/maint.exp: Add testcases for when the commands do
2855 not have arguments.
2856
b58a8c0c
TP
28572017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2858
2859 * gdb.cp/chained-calls.exp: Use p instead of P.
2860
4e746bb6
TW
28612017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2862
2863 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2864 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2865
3f77c769
TT
28662017-02-14 Tom Tromey <tom@tromey.com>
2867
2868 PR python/13598:
2869 * gdb.python/py-events.exp: Add before_prompt event tests.
2870
075beec0
AA
28712017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2872
2873 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2874
bf5f525c
LM
28752017-02-13 Luis Machado <lgustavo@codesourcery.com>
2876
2877 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2878 (main): Call my_unique_function_name.
2879 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2880 completion of patterns with a single match.
2881 Add missing -re switches to gdb_test_multiple calls.
2882
13a66184
LM
28832017-02-13 Luis Machado <lgustavo@codesourcery.com>
2884
2885 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2886 return if core file is not recognized.
2887
26a06916
SM
28882017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2889
2890 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2891 and extra UIs.
2892
b761ca9e
SM
28932017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2894
2895 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2896 proc_with_prefix.
2897
b964bee0
TT
28982017-02-10 Tom Tromey <tom@tromey.com>
2899
2900 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2901
18da0c51
MG
29022017-02-10 Martin Galvan <martingalvan@sourceware.org>
2903
2904 PR gdb/21122
2905 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2906
604c4576
JG
29072017-02-08 Jerome Guitton <guitton@adacore.com>
2908
2909 * gdb.base/define.exp: Add test for command abbreviations
2910 in define.
2911
20b477a7
LM
29122017-02-06 Luis Machado <lgustavo@codesourcery.com>
2913
2914 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2915 * gdb.reverse/insn-reverse-x86.c: New file.
2916
3f7b46f2
IR
29172017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2918
2919 PR tdep/20936
2920 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2921
f0fd41c1
TT
29222017-02-03 Tom Tromey <tom@tromey.com>
2923
2924 PR rust/21097:
2925 * gdb.rust/simple.exp: Add new tests.
2926
5be5dbf0
PA
29272017-02-02 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2930 tests.
2931
7346ef59
AA
29322017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2933
2934 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2935 taking a 2-byte value out of a 4-byte DWARF implicit value on
2936 big-endian targets.
2937 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2938 logic. Add test cases for DW_OP_implicit.
2939
787f0025
MM
29402017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2941
2942 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2943
68777c29
MM
29442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2945
2946 * gdb.btrace/enable.exp: Call gdb_exit before
2947 skip_gdbserver_tests.
2948
0a1c7e28
MM
29492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2950
2951 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2952 GDBFLAGS.
2953
b5ac99b0
MM
29542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2955
2956 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2957 the test is skipped.
2958 * gdb.btrace/data.exp: Likewise.
2959 * gdb.btrace/delta.exp: Likewise.
2960 * gdb.btrace/dlopen.exp: Likewise.
2961 * gdb.btrace/enable-running.exp: Likewise.
2962 * gdb.btrace/enable.exp: Likewise.
2963 * gdb.btrace/exception.exp: Likewise.
2964 * gdb.btrace/function_call_history.exp: Likewise.
2965 * gdb.btrace/gcore.exp: Likewise.
2966 * gdb.btrace/instruction_history.exp: Likewise.
2967 * gdb.btrace/multi-thread-step.exp: Likewise.
2968 * gdb.btrace/nohist.exp: Likewise.
2969 * gdb.btrace/non-stop.exp: Likewise.
2970 * gdb.btrace/reconnect.exp: Likewise.
2971 * gdb.btrace/record_goto-step.exp: Likewise.
2972 * gdb.btrace/record_goto.exp: Likewise.
2973 * gdb.btrace/rn-dl-bind.exp: Likewise.
2974 * gdb.btrace/segv.exp: Likewise.
2975 * gdb.btrace/step.exp: Likewise.
2976 * gdb.btrace/stepi.exp: Likewise.
2977 * gdb.btrace/tailcall-only.exp: Likewise.
2978 * gdb.btrace/tailcall.exp: Likewise.
2979 * gdb.btrace/tsx.exp: Likewise.
2980 * gdb.btrace/unknown_functions.exp: Likewise.
2981 * gdb.btrace/vdso.exp: Likewise.
2982
cd4007e4
MM
29832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2984
2985 * gdb.btrace/enable-running.c: New.
2986 * gdb.btrace/enable-running.exp: New.
2987
2735833d
WT
29882017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2989
2990 * gdb.arch/amd64-gs_base.c: New file.
2991 * gdb.arch/amd64-gs_base.exp: New file.
2992
b51e1e94
LM
29932017-01-26 Luis Machado <lgustavo@codesourcery.com>
2994
2995 * lib/memory.exp: Remove spurious empty newlines.
2996
72ca0410
SM
29972017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2998
2999 * gdb.python/py-bad-printers.exp: Load python file using "source".
3000 * gdb.python/py-events.exp: Likewise.
3001 * gdb.python/py-evsignal.exp: Likewise.
3002 * gdb.python/py-evthreads.exp: Likewise.
3003 * gdb.python/py-frame-args.exp: Likewise.
3004 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3005 * gdb.python/py-framefilter-mi.exp: Likewise.
3006 * gdb.python/py-framefilter.exp: Likewise.
3007 * gdb.python/py-mi.exp: Likewise.
3008 * gdb.python/py-pp-maint.exp: Likewise.
3009 * gdb.python/py-pp-registration.exp: Likewise.
3010 * gdb.python/py-prettyprint.exp: Likewise.
3011 (run_lang_tests): Likewise.
3012 * gdb.python/py-typeprint.exp: Likewise.
3013
e309aa65
LM
30142017-01-26 Luis Machado <lgustavo@codesourcery.com>
3015
3016 * lib/memory.exp: New file.
3017 * lib/gdb.exp: Load memory.exp.
3018 * gdb.base/memattr.exp (delete_memory): Move proc to
3019 lib/memory.exp and rename to delete_memory_regions.
3020 Replace delete_memory with delete_memory_regions.
3021 Cleanup memory regions before tests.
3022 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3023 before tests.
3024
515aff23
LM
30252017-01-26 Luis Machado <lgustavo@codesourcery.com>
3026
3027 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3028 files.
3029 (initialize): New function conditionally defined.
3030 (testcases): Move within conditional block.
3031 (main): Call initialize.
3032 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3033 of gdb.reverse/insn-reverse.c.
3034 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3035 gdb.reverse/insn-reverse.c.
3036
d8b49cf0
YQ
30372017-01-26 Yao Qi <yao.qi@linaro.org>
3038
3039 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3040 disassemble on address 0.
3041
f13a9a0c
YQ
30422017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3043 Yao Qi <yao.qi@linaro.org>
3044
3045 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3046 * gdb.dwarf2/implptr-64bit.S: Remove.
3047 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3048 variables in caller's context. Add DW_OP_implicit_value.
3049
5ac95241
YQ
30502017-01-25 Yao Qi <yao.qi@linaro.org>
3051
3052 * lib/dwarf.exp (Dwarf::_location): Handle
3053 DW_OP_GNU_implicit_pointer with proper size.
3054
23e82930
LM
30552017-01-20 Luis Machado <lgustavo@codesourcery.com>
3056
3057 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3058 and add untested calls.
3059
d334ae25
LM
30602017-01-20 Luis Machado <lgustavo@codesourcery.com>
3061
3062 * gdb.python/python.exp: Check line number against what GDB thinks
3063 the line number is for func1.
3064
f5e6296e
IB
30652017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3066
3067 * gdb.dlang/debug-expr.exp: New file.
3068
5b362f04
LM
30692016-12-23 Luis Machado <lgustavo@codesourcery.com>
3070
3071 Fix test names for the following files:
3072
3073 * gdb.ada/exec_changed.exp
3074 * gdb.ada/info_types.exp
3075 * gdb.arch/aarch64-atomic-inst.exp
3076 * gdb.arch/aarch64-fp.exp
3077 * gdb.arch/altivec-abi.exp
3078 * gdb.arch/altivec-regs.exp
3079 * gdb.arch/amd64-byte.exp
3080 * gdb.arch/amd64-disp-step.exp
3081 * gdb.arch/amd64-dword.exp
3082 * gdb.arch/amd64-entry-value-inline.exp
3083 * gdb.arch/amd64-entry-value-param.exp
3084 * gdb.arch/amd64-entry-value-paramref.exp
3085 * gdb.arch/amd64-entry-value.exp
3086 * gdb.arch/amd64-i386-address.exp
3087 * gdb.arch/amd64-invalid-stack-middle.exp
3088 * gdb.arch/amd64-invalid-stack-top.exp
3089 * gdb.arch/amd64-optimout-repeat.exp
3090 * gdb.arch/amd64-prologue-skip.exp
3091 * gdb.arch/amd64-prologue-xmm.exp
3092 * gdb.arch/amd64-stap-special-operands.exp
3093 * gdb.arch/amd64-stap-wrong-subexp.exp
3094 * gdb.arch/amd64-tailcall-cxx.exp
3095 * gdb.arch/amd64-tailcall-noret.exp
3096 * gdb.arch/amd64-tailcall-ret.exp
3097 * gdb.arch/amd64-tailcall-self.exp
3098 * gdb.arch/amd64-word.exp
3099 * gdb.arch/arm-bl-branch-dest.exp
3100 * gdb.arch/arm-disp-step.exp
3101 * gdb.arch/arm-neon.exp
3102 * gdb.arch/arm-single-step-kernel-helper.exp
3103 * gdb.arch/avr-flash-qualifier.exp
3104 * gdb.arch/disp-step-insn-reloc.exp
3105 * gdb.arch/e500-abi.exp
3106 * gdb.arch/e500-regs.exp
3107 * gdb.arch/ftrace-insn-reloc.exp
3108 * gdb.arch/i386-avx512.exp
3109 * gdb.arch/i386-bp_permanent.exp
3110 * gdb.arch/i386-byte.exp
3111 * gdb.arch/i386-cfi-notcurrent.exp
3112 * gdb.arch/i386-disp-step.exp
3113 * gdb.arch/i386-dr3-watch.exp
3114 * gdb.arch/i386-float.exp
3115 * gdb.arch/i386-gnu-cfi.exp
3116 * gdb.arch/i386-mpx-map.exp
3117 * gdb.arch/i386-mpx-sigsegv.exp
3118 * gdb.arch/i386-mpx-simple_segv.exp
3119 * gdb.arch/i386-mpx.exp
3120 * gdb.arch/i386-permbkpt.exp
3121 * gdb.arch/i386-prologue.exp
3122 * gdb.arch/i386-signal.exp
3123 * gdb.arch/i386-size-overlap.exp
3124 * gdb.arch/i386-unwind.exp
3125 * gdb.arch/i386-word.exp
3126 * gdb.arch/mips-fcr.exp
3127 * gdb.arch/powerpc-d128-regs.exp
3128 * gdb.arch/powerpc-stackless.exp
3129 * gdb.arch/ppc64-atomic-inst.exp
3130 * gdb.arch/s390-stackless.exp
3131 * gdb.arch/s390-tdbregs.exp
3132 * gdb.arch/s390-vregs.exp
3133 * gdb.arch/sparc-sysstep.exp
3134 * gdb.arch/thumb-bx-pc.exp
3135 * gdb.arch/thumb-singlestep.exp
3136 * gdb.arch/thumb2-it.exp
3137 * gdb.arch/vsx-regs.exp
3138 * gdb.asm/asm-source.exp
3139 * gdb.base/a2-run.exp
3140 * gdb.base/advance.exp
3141 * gdb.base/all-bin.exp
3142 * gdb.base/anon.exp
3143 * gdb.base/args.exp
3144 * gdb.base/arithmet.exp
3145 * gdb.base/async-shell.exp
3146 * gdb.base/async.exp
3147 * gdb.base/attach-pie-noexec.exp
3148 * gdb.base/attach-twice.exp
3149 * gdb.base/auto-load.exp
3150 * gdb.base/bang.exp
3151 * gdb.base/bitfields.exp
3152 * gdb.base/break-always.exp
3153 * gdb.base/break-caller-line.exp
3154 * gdb.base/break-entry.exp
3155 * gdb.base/break-inline.exp
3156 * gdb.base/break-on-linker-gcd-function.exp
3157 * gdb.base/break-probes.exp
3158 * gdb.base/break.exp
3159 * gdb.base/breakpoint-shadow.exp
3160 * gdb.base/call-ar-st.exp
3161 * gdb.base/call-sc.exp
3162 * gdb.base/call-signal-resume.exp
3163 * gdb.base/call-strs.exp
3164 * gdb.base/callfuncs.exp
3165 * gdb.base/catch-fork-static.exp
3166 * gdb.base/catch-gdb-caused-signals.exp
3167 * gdb.base/catch-load.exp
3168 * gdb.base/catch-signal-fork.exp
3169 * gdb.base/catch-signal.exp
3170 * gdb.base/catch-syscall.exp
3171 * gdb.base/charset.exp
3172 * gdb.base/checkpoint.exp
3173 * gdb.base/chng-syms.exp
3174 * gdb.base/code-expr.exp
3175 * gdb.base/code_elim.exp
3176 * gdb.base/commands.exp
3177 * gdb.base/completion.exp
3178 * gdb.base/complex.exp
3179 * gdb.base/cond-expr.exp
3180 * gdb.base/condbreak.exp
3181 * gdb.base/consecutive.exp
3182 * gdb.base/continue-all-already-running.exp
3183 * gdb.base/coredump-filter.exp
3184 * gdb.base/corefile.exp
3185 * gdb.base/dbx.exp
3186 * gdb.base/debug-expr.exp
3187 * gdb.base/define.exp
3188 * gdb.base/del.exp
3189 * gdb.base/disabled-location.exp
3190 * gdb.base/disasm-end-cu.exp
3191 * gdb.base/disasm-optim.exp
3192 * gdb.base/display.exp
3193 * gdb.base/duplicate-bp.exp
3194 * gdb.base/ena-dis-br.exp
3195 * gdb.base/ending-run.exp
3196 * gdb.base/enumval.exp
3197 * gdb.base/environ.exp
3198 * gdb.base/eu-strip-infcall.exp
3199 * gdb.base/eval-avoid-side-effects.exp
3200 * gdb.base/eval-skip.exp
3201 * gdb.base/exitsignal.exp
3202 * gdb.base/expand-psymtabs.exp
3203 * gdb.base/filesym.exp
3204 * gdb.base/find-unmapped.exp
3205 * gdb.base/finish.exp
3206 * gdb.base/float.exp
3207 * gdb.base/foll-exec-mode.exp
3208 * gdb.base/foll-exec.exp
3209 * gdb.base/foll-fork.exp
3210 * gdb.base/fortran-sym-case.exp
3211 * gdb.base/freebpcmd.exp
3212 * gdb.base/func-ptr.exp
3213 * gdb.base/func-ptrs.exp
3214 * gdb.base/funcargs.exp
3215 * gdb.base/gcore-buffer-overflow.exp
3216 * gdb.base/gcore-relro-pie.exp
3217 * gdb.base/gcore-relro.exp
3218 * gdb.base/gcore.exp
3219 * gdb.base/gdb1090.exp
3220 * gdb.base/gdb11530.exp
3221 * gdb.base/gdb11531.exp
3222 * gdb.base/gdb1821.exp
3223 * gdb.base/gdbindex-stabs.exp
3224 * gdb.base/gdbvars.exp
3225 * gdb.base/hbreak.exp
3226 * gdb.base/hbreak2.exp
3227 * gdb.base/included.exp
3228 * gdb.base/infcall-input.exp
3229 * gdb.base/inferior-died.exp
3230 * gdb.base/infnan.exp
3231 * gdb.base/info-macros.exp
3232 * gdb.base/info-os.exp
3233 * gdb.base/info-proc.exp
3234 * gdb.base/info-shared.exp
3235 * gdb.base/info-target.exp
3236 * gdb.base/infoline.exp
3237 * gdb.base/interp.exp
3238 * gdb.base/interrupt.exp
3239 * gdb.base/jit-reader.exp
3240 * gdb.base/jit-simple.exp
3241 * gdb.base/kill-after-signal.exp
3242 * gdb.base/kill-detach-inferiors-cmd.exp
3243 * gdb.base/label.exp
3244 * gdb.base/langs.exp
3245 * gdb.base/ldbl_e308.exp
3246 * gdb.base/line-symtabs.exp
3247 * gdb.base/linespecs.exp
3248 * gdb.base/list.exp
3249 * gdb.base/long_long.exp
3250 * gdb.base/longest-types.exp
3251 * gdb.base/maint.exp
3252 * gdb.base/max-value-size.exp
3253 * gdb.base/memattr.exp
3254 * gdb.base/mips_pro.exp
3255 * gdb.base/morestack.exp
3256 * gdb.base/moribund-step.exp
3257 * gdb.base/multi-forks.exp
3258 * gdb.base/nested-addr.exp
3259 * gdb.base/nextoverexit.exp
3260 * gdb.base/noreturn-finish.exp
3261 * gdb.base/noreturn-return.exp
3262 * gdb.base/nostdlib.exp
3263 * gdb.base/offsets.exp
3264 * gdb.base/opaque.exp
3265 * gdb.base/pc-fp.exp
3266 * gdb.base/permissions.exp
3267 * gdb.base/print-symbol-loading.exp
3268 * gdb.base/prologue-include.exp
3269 * gdb.base/psymtab.exp
3270 * gdb.base/ptype.exp
3271 * gdb.base/random-signal.exp
3272 * gdb.base/randomize.exp
3273 * gdb.base/range-stepping.exp
3274 * gdb.base/readline-ask.exp
3275 * gdb.base/recpar.exp
3276 * gdb.base/recurse.exp
3277 * gdb.base/relational.exp
3278 * gdb.base/restore.exp
3279 * gdb.base/return-nodebug.exp
3280 * gdb.base/return.exp
3281 * gdb.base/run-after-attach.exp
3282 * gdb.base/save-bp.exp
3283 * gdb.base/scope.exp
3284 * gdb.base/sect-cmd.exp
3285 * gdb.base/set-lang-auto.exp
3286 * gdb.base/set-noassign.exp
3287 * gdb.base/setvar.exp
3288 * gdb.base/sigall.exp
3289 * gdb.base/sigbpt.exp
3290 * gdb.base/siginfo-addr.exp
3291 * gdb.base/siginfo-infcall.exp
3292 * gdb.base/siginfo-obj.exp
3293 * gdb.base/siginfo.exp
3294 * gdb.base/signals-state-child.exp
3295 * gdb.base/signest.exp
3296 * gdb.base/sigstep.exp
3297 * gdb.base/sizeof.exp
3298 * gdb.base/skip.exp
3299 * gdb.base/solib-corrupted.exp
3300 * gdb.base/solib-nodir.exp
3301 * gdb.base/solib-search.exp
3302 * gdb.base/stack-checking.exp
3303 * gdb.base/stale-infcall.exp
3304 * gdb.base/stap-probe.exp
3305 * gdb.base/start.exp
3306 * gdb.base/step-break.exp
3307 * gdb.base/step-bt.exp
3308 * gdb.base/step-line.exp
3309 * gdb.base/step-over-exit.exp
3310 * gdb.base/step-over-syscall.exp
3311 * gdb.base/step-resume-infcall.exp
3312 * gdb.base/step-test.exp
3313 * gdb.base/store.exp
3314 * gdb.base/structs3.exp
3315 * gdb.base/sym-file.exp
3316 * gdb.base/symbol-without-target_section.exp
3317 * gdb.base/term.exp
3318 * gdb.base/testenv.exp
3319 * gdb.base/ui-redirect.exp
3320 * gdb.base/until.exp
3321 * gdb.base/unwindonsignal.exp
3322 * gdb.base/value-double-free.exp
3323 * gdb.base/vla-datatypes.exp
3324 * gdb.base/vla-ptr.exp
3325 * gdb.base/vla-sideeffect.exp
3326 * gdb.base/volatile.exp
3327 * gdb.base/watch-cond-infcall.exp
3328 * gdb.base/watch-cond.exp
3329 * gdb.base/watch-non-mem.exp
3330 * gdb.base/watch-read.exp
3331 * gdb.base/watch-vfork.exp
3332 * gdb.base/watchpoint-cond-gone.exp
3333 * gdb.base/watchpoint-delete.exp
3334 * gdb.base/watchpoint-hw-hit-once.exp
3335 * gdb.base/watchpoint-hw.exp
3336 * gdb.base/watchpoint-stops-at-right-insn.exp
3337 * gdb.base/watchpoints.exp
3338 * gdb.base/wchar.exp
3339 * gdb.base/whatis-exp.exp
3340 * gdb.btrace/buffer-size.exp
3341 * gdb.btrace/data.exp
3342 * gdb.btrace/delta.exp
3343 * gdb.btrace/dlopen.exp
3344 * gdb.btrace/enable.exp
3345 * gdb.btrace/exception.exp
3346 * gdb.btrace/function_call_history.exp
3347 * gdb.btrace/gcore.exp
3348 * gdb.btrace/instruction_history.exp
3349 * gdb.btrace/nohist.exp
3350 * gdb.btrace/reconnect.exp
3351 * gdb.btrace/record_goto-step.exp
3352 * gdb.btrace/record_goto.exp
3353 * gdb.btrace/rn-dl-bind.exp
3354 * gdb.btrace/segv.exp
3355 * gdb.btrace/step.exp
3356 * gdb.btrace/stepi.exp
3357 * gdb.btrace/tailcall-only.exp
3358 * gdb.btrace/tailcall.exp
3359 * gdb.btrace/tsx.exp
3360 * gdb.btrace/unknown_functions.exp
3361 * gdb.btrace/vdso.exp
3362 * gdb.compile/compile-ifunc.exp
3363 * gdb.compile/compile-ops.exp
3364 * gdb.compile/compile-print.exp
3365 * gdb.compile/compile-setjmp.exp
3366 * gdb.cp/abstract-origin.exp
3367 * gdb.cp/ambiguous.exp
3368 * gdb.cp/annota2.exp
3369 * gdb.cp/annota3.exp
3370 * gdb.cp/anon-ns.exp
3371 * gdb.cp/anon-struct.exp
3372 * gdb.cp/anon-union.exp
3373 * gdb.cp/arg-reference.exp
3374 * gdb.cp/baseenum.exp
3375 * gdb.cp/bool.exp
3376 * gdb.cp/breakpoint.exp
3377 * gdb.cp/bs15503.exp
3378 * gdb.cp/call-c.exp
3379 * gdb.cp/casts.exp
3380 * gdb.cp/chained-calls.exp
3381 * gdb.cp/class2.exp
3382 * gdb.cp/classes.exp
3383 * gdb.cp/cmpd-minsyms.exp
3384 * gdb.cp/converts.exp
3385 * gdb.cp/cp-relocate.exp
3386 * gdb.cp/cpcompletion.exp
3387 * gdb.cp/cpexprs.exp
3388 * gdb.cp/cplabel.exp
3389 * gdb.cp/cplusfuncs.exp
3390 * gdb.cp/cpsizeof.exp
3391 * gdb.cp/ctti.exp
3392 * gdb.cp/derivation.exp
3393 * gdb.cp/destrprint.exp
3394 * gdb.cp/dispcxx.exp
3395 * gdb.cp/enum-class.exp
3396 * gdb.cp/exception.exp
3397 * gdb.cp/exceptprint.exp
3398 * gdb.cp/expand-psymtabs-cxx.exp
3399 * gdb.cp/expand-sals.exp
3400 * gdb.cp/extern-c.exp
3401 * gdb.cp/filename.exp
3402 * gdb.cp/formatted-ref.exp
3403 * gdb.cp/fpointer.exp
3404 * gdb.cp/gdb1355.exp
3405 * gdb.cp/gdb2495.exp
3406 * gdb.cp/hang.exp
3407 * gdb.cp/impl-this.exp
3408 * gdb.cp/infcall-dlopen.exp
3409 * gdb.cp/inherit.exp
3410 * gdb.cp/iostream.exp
3411 * gdb.cp/koenig.exp
3412 * gdb.cp/local.exp
3413 * gdb.cp/m-data.exp
3414 * gdb.cp/m-static.exp
3415 * gdb.cp/mb-ctor.exp
3416 * gdb.cp/mb-inline.exp
3417 * gdb.cp/mb-templates.exp
3418 * gdb.cp/member-name.exp
3419 * gdb.cp/member-ptr.exp
3420 * gdb.cp/meth-typedefs.exp
3421 * gdb.cp/method.exp
3422 * gdb.cp/method2.exp
3423 * gdb.cp/minsym-fallback.exp
3424 * gdb.cp/misc.exp
3425 * gdb.cp/namelessclass.exp
3426 * gdb.cp/namespace-enum.exp
3427 * gdb.cp/namespace-nested-import.exp
3428 * gdb.cp/namespace.exp
3429 * gdb.cp/nextoverthrow.exp
3430 * gdb.cp/no-dmgl-verbose.exp
3431 * gdb.cp/non-trivial-retval.exp
3432 * gdb.cp/noparam.exp
3433 * gdb.cp/nsdecl.exp
3434 * gdb.cp/nsimport.exp
3435 * gdb.cp/nsnested.exp
3436 * gdb.cp/nsnoimports.exp
3437 * gdb.cp/nsrecurs.exp
3438 * gdb.cp/nsstress.exp
3439 * gdb.cp/nsusing.exp
3440 * gdb.cp/operator.exp
3441 * gdb.cp/oranking.exp
3442 * gdb.cp/overload-const.exp
3443 * gdb.cp/overload.exp
3444 * gdb.cp/ovldbreak.exp
3445 * gdb.cp/ovsrch.exp
3446 * gdb.cp/paren-type.exp
3447 * gdb.cp/parse-lang.exp
3448 * gdb.cp/pass-by-ref.exp
3449 * gdb.cp/pr-1023.exp
3450 * gdb.cp/pr-1210.exp
3451 * gdb.cp/pr-574.exp
3452 * gdb.cp/pr10687.exp
3453 * gdb.cp/pr12028.exp
3454 * gdb.cp/pr17132.exp
3455 * gdb.cp/pr17494.exp
3456 * gdb.cp/pr9067.exp
3457 * gdb.cp/pr9167.exp
3458 * gdb.cp/pr9631.exp
3459 * gdb.cp/printmethod.exp
3460 * gdb.cp/psmang.exp
3461 * gdb.cp/psymtab-parameter.exp
3462 * gdb.cp/ptype-cv-cp.exp
3463 * gdb.cp/ptype-flags.exp
3464 * gdb.cp/re-set-overloaded.exp
3465 * gdb.cp/ref-types.exp
3466 * gdb.cp/rtti.exp
3467 * gdb.cp/scope-err.exp
3468 * gdb.cp/shadow.exp
3469 * gdb.cp/smartp.exp
3470 * gdb.cp/static-method.exp
3471 * gdb.cp/static-print-quit.exp
3472 * gdb.cp/temargs.exp
3473 * gdb.cp/templates.exp
3474 * gdb.cp/try_catch.exp
3475 * gdb.cp/typedef-operator.exp
3476 * gdb.cp/typeid.exp
3477 * gdb.cp/userdef.exp
3478 * gdb.cp/using-crash.exp
3479 * gdb.cp/var-tag.exp
3480 * gdb.cp/virtbase.exp
3481 * gdb.cp/virtfunc.exp
3482 * gdb.cp/virtfunc2.exp
3483 * gdb.cp/vla-cxx.exp
3484 * gdb.disasm/t01_mov.exp
3485 * gdb.disasm/t02_mova.exp
3486 * gdb.disasm/t03_add.exp
3487 * gdb.disasm/t04_sub.exp
3488 * gdb.disasm/t05_cmp.exp
3489 * gdb.disasm/t06_ari2.exp
3490 * gdb.disasm/t07_ari3.exp
3491 * gdb.disasm/t08_or.exp
3492 * gdb.disasm/t09_xor.exp
3493 * gdb.disasm/t10_and.exp
3494 * gdb.disasm/t11_logs.exp
3495 * gdb.disasm/t12_bit.exp
3496 * gdb.disasm/t13_otr.exp
3497 * gdb.dlang/circular.exp
3498 * gdb.dwarf2/arr-stride.exp
3499 * gdb.dwarf2/arr-subrange.exp
3500 * gdb.dwarf2/atomic-type.exp
3501 * gdb.dwarf2/bad-regnum.exp
3502 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3503 * gdb.dwarf2/callframecfa.exp
3504 * gdb.dwarf2/clztest.exp
3505 * gdb.dwarf2/corrupt.exp
3506 * gdb.dwarf2/data-loc.exp
3507 * gdb.dwarf2/dup-psym.exp
3508 * gdb.dwarf2/dw2-anon-mptr.exp
3509 * gdb.dwarf2/dw2-anonymous-func.exp
3510 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3511 * gdb.dwarf2/dw2-bad-unresolved.exp
3512 * gdb.dwarf2/dw2-basic.exp
3513 * gdb.dwarf2/dw2-canonicalize-type.exp
3514 * gdb.dwarf2/dw2-case-insensitive.exp
3515 * gdb.dwarf2/dw2-common-block.exp
3516 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3517 * gdb.dwarf2/dw2-compressed.exp
3518 * gdb.dwarf2/dw2-const.exp
3519 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3520 * gdb.dwarf2/dw2-cu-size.exp
3521 * gdb.dwarf2/dw2-dup-frame.exp
3522 * gdb.dwarf2/dw2-entry-value.exp
3523 * gdb.dwarf2/dw2-icycle.exp
3524 * gdb.dwarf2/dw2-ifort-parameter.exp
3525 * gdb.dwarf2/dw2-inline-break.exp
3526 * gdb.dwarf2/dw2-inline-param.exp
3527 * gdb.dwarf2/dw2-intercu.exp
3528 * gdb.dwarf2/dw2-intermix.exp
3529 * gdb.dwarf2/dw2-lexical-block-bare.exp
3530 * gdb.dwarf2/dw2-linkage-name-trust.exp
3531 * gdb.dwarf2/dw2-minsym-in-cu.exp
3532 * gdb.dwarf2/dw2-noloc.exp
3533 * gdb.dwarf2/dw2-op-call.exp
3534 * gdb.dwarf2/dw2-op-out-param.exp
3535 * gdb.dwarf2/dw2-opt-structptr.exp
3536 * gdb.dwarf2/dw2-param-error.exp
3537 * gdb.dwarf2/dw2-producer.exp
3538 * gdb.dwarf2/dw2-ranges-base.exp
3539 * gdb.dwarf2/dw2-ref-missing-frame.exp
3540 * gdb.dwarf2/dw2-reg-undefined.exp
3541 * gdb.dwarf2/dw2-regno-invalid.exp
3542 * gdb.dwarf2/dw2-restore.exp
3543 * gdb.dwarf2/dw2-restrict.exp
3544 * gdb.dwarf2/dw2-single-line-discriminators.exp
3545 * gdb.dwarf2/dw2-strp.exp
3546 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3547 * gdb.dwarf2/dw2-unresolved.exp
3548 * gdb.dwarf2/dw2-var-zero-addr.exp
3549 * gdb.dwarf2/dw4-sig-types.exp
3550 * gdb.dwarf2/dwz.exp
3551 * gdb.dwarf2/dynarr-ptr.exp
3552 * gdb.dwarf2/enum-type.exp
3553 * gdb.dwarf2/gdb-index.exp
3554 * gdb.dwarf2/implptr-64bit.exp
3555 * gdb.dwarf2/implptr-optimized-out.exp
3556 * gdb.dwarf2/implptr.exp
3557 * gdb.dwarf2/implref-array.exp
3558 * gdb.dwarf2/implref-const.exp
3559 * gdb.dwarf2/implref-global.exp
3560 * gdb.dwarf2/implref-struct.exp
3561 * gdb.dwarf2/mac-fileno.exp
3562 * gdb.dwarf2/main-subprogram.exp
3563 * gdb.dwarf2/member-ptr-forwardref.exp
3564 * gdb.dwarf2/method-ptr.exp
3565 * gdb.dwarf2/missing-sig-type.exp
3566 * gdb.dwarf2/nonvar-access.exp
3567 * gdb.dwarf2/opaque-type-lookup.exp
3568 * gdb.dwarf2/pieces-optimized-out.exp
3569 * gdb.dwarf2/pieces.exp
3570 * gdb.dwarf2/pr10770.exp
3571 * gdb.dwarf2/pr13961.exp
3572 * gdb.dwarf2/staticvirtual.exp
3573 * gdb.dwarf2/subrange.exp
3574 * gdb.dwarf2/symtab-producer.exp
3575 * gdb.dwarf2/trace-crash.exp
3576 * gdb.dwarf2/typeddwarf.exp
3577 * gdb.dwarf2/valop.exp
3578 * gdb.dwarf2/watch-notconst.exp
3579 * gdb.fortran/array-element.exp
3580 * gdb.fortran/charset.exp
3581 * gdb.fortran/common-block.exp
3582 * gdb.fortran/complex.exp
3583 * gdb.fortran/derived-type-function.exp
3584 * gdb.fortran/derived-type.exp
3585 * gdb.fortran/logical.exp
3586 * gdb.fortran/module.exp
3587 * gdb.fortran/multi-dim.exp
3588 * gdb.fortran/nested-funcs.exp
3589 * gdb.fortran/print-formatted.exp
3590 * gdb.fortran/subarray.exp
3591 * gdb.fortran/vla-alloc-assoc.exp
3592 * gdb.fortran/vla-datatypes.exp
3593 * gdb.fortran/vla-history.exp
3594 * gdb.fortran/vla-ptr-info.exp
3595 * gdb.fortran/vla-ptype-sub.exp
3596 * gdb.fortran/vla-ptype.exp
3597 * gdb.fortran/vla-sizeof.exp
3598 * gdb.fortran/vla-type.exp
3599 * gdb.fortran/vla-value-sub-arbitrary.exp
3600 * gdb.fortran/vla-value-sub-finish.exp
3601 * gdb.fortran/vla-value-sub.exp
3602 * gdb.fortran/vla-value.exp
3603 * gdb.fortran/whatis_type.exp
3604 * gdb.go/chan.exp
3605 * gdb.go/handcall.exp
3606 * gdb.go/hello.exp
3607 * gdb.go/integers.exp
3608 * gdb.go/methods.exp
3609 * gdb.go/package.exp
3610 * gdb.go/strings.exp
3611 * gdb.go/types.exp
3612 * gdb.go/unsafe.exp
3613 * gdb.guile/scm-arch.exp
3614 * gdb.guile/scm-block.exp
3615 * gdb.guile/scm-breakpoint.exp
3616 * gdb.guile/scm-cmd.exp
3617 * gdb.guile/scm-disasm.exp
3618 * gdb.guile/scm-equal.exp
3619 * gdb.guile/scm-frame-args.exp
3620 * gdb.guile/scm-frame-inline.exp
3621 * gdb.guile/scm-frame.exp
3622 * gdb.guile/scm-iterator.exp
3623 * gdb.guile/scm-math.exp
3624 * gdb.guile/scm-objfile.exp
3625 * gdb.guile/scm-ports.exp
3626 * gdb.guile/scm-symbol.exp
3627 * gdb.guile/scm-symtab.exp
3628 * gdb.guile/scm-value-cc.exp
3629 * gdb.guile/types-module.exp
3630 * gdb.linespec/break-ask.exp
3631 * gdb.linespec/cpexplicit.exp
3632 * gdb.linespec/explicit.exp
3633 * gdb.linespec/keywords.exp
3634 * gdb.linespec/linespec.exp
3635 * gdb.linespec/ls-dollar.exp
3636 * gdb.linespec/ls-errs.exp
3637 * gdb.linespec/skip-two.exp
3638 * gdb.linespec/thread.exp
3639 * gdb.mi/mi-async.exp
3640 * gdb.mi/mi-basics.exp
3641 * gdb.mi/mi-break.exp
3642 * gdb.mi/mi-catch-load.exp
3643 * gdb.mi/mi-cli.exp
3644 * gdb.mi/mi-cmd-param-changed.exp
3645 * gdb.mi/mi-console.exp
3646 * gdb.mi/mi-detach.exp
3647 * gdb.mi/mi-disassemble.exp
3648 * gdb.mi/mi-eval.exp
3649 * gdb.mi/mi-file-transfer.exp
3650 * gdb.mi/mi-file.exp
3651 * gdb.mi/mi-fill-memory.exp
3652 * gdb.mi/mi-inheritance-syntax-error.exp
3653 * gdb.mi/mi-linespec-err-cp.exp
3654 * gdb.mi/mi-logging.exp
3655 * gdb.mi/mi-memory-changed.exp
3656 * gdb.mi/mi-read-memory.exp
3657 * gdb.mi/mi-record-changed.exp
3658 * gdb.mi/mi-reg-undefined.exp
3659 * gdb.mi/mi-regs.exp
3660 * gdb.mi/mi-return.exp
3661 * gdb.mi/mi-reverse.exp
3662 * gdb.mi/mi-simplerun.exp
3663 * gdb.mi/mi-solib.exp
3664 * gdb.mi/mi-stack.exp
3665 * gdb.mi/mi-stepi.exp
3666 * gdb.mi/mi-syn-frame.exp
3667 * gdb.mi/mi-until.exp
3668 * gdb.mi/mi-var-block.exp
3669 * gdb.mi/mi-var-child.exp
3670 * gdb.mi/mi-var-cmd.exp
3671 * gdb.mi/mi-var-cp.exp
3672 * gdb.mi/mi-var-display.exp
3673 * gdb.mi/mi-var-invalidate.exp
3674 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3675 * gdb.mi/mi-vla-fortran.exp
3676 * gdb.mi/mi-watch.exp
3677 * gdb.mi/mi2-var-child.exp
3678 * gdb.mi/user-selected-context-sync.exp
3679 * gdb.modula2/unbounded-array.exp
3680 * gdb.multi/dummy-frame-restore.exp
3681 * gdb.multi/multi-arch-exec.exp
3682 * gdb.multi/multi-arch.exp
3683 * gdb.multi/tids.exp
3684 * gdb.multi/watchpoint-multi.exp
3685 * gdb.opencl/callfuncs.exp
3686 * gdb.opencl/convs_casts.exp
3687 * gdb.opencl/datatypes.exp
3688 * gdb.opencl/operators.exp
3689 * gdb.opencl/vec_comps.exp
3690 * gdb.opt/clobbered-registers-O2.exp
3691 * gdb.opt/inline-break.exp
3692 * gdb.opt/inline-bt.exp
3693 * gdb.opt/inline-cmds.exp
3694 * gdb.opt/inline-locals.exp
3695 * gdb.pascal/case-insensitive-symbols.exp
3696 * gdb.pascal/floats.exp
3697 * gdb.pascal/gdb11492.exp
3698 * gdb.python/lib-types.exp
3699 * gdb.python/py-arch.exp
3700 * gdb.python/py-as-string.exp
3701 * gdb.python/py-bad-printers.exp
3702 * gdb.python/py-block.exp
3703 * gdb.python/py-breakpoint-create-fail.exp
3704 * gdb.python/py-breakpoint.exp
3705 * gdb.python/py-caller-is.exp
3706 * gdb.python/py-cmd.exp
3707 * gdb.python/py-explore-cc.exp
3708 * gdb.python/py-explore.exp
3709 * gdb.python/py-finish-breakpoint.exp
3710 * gdb.python/py-finish-breakpoint2.exp
3711 * gdb.python/py-frame-args.exp
3712 * gdb.python/py-frame-inline.exp
3713 * gdb.python/py-frame.exp
3714 * gdb.python/py-framefilter-mi.exp
3715 * gdb.python/py-infthread.exp
3716 * gdb.python/py-lazy-string.exp
3717 * gdb.python/py-linetable.exp
3718 * gdb.python/py-mi-events.exp
3719 * gdb.python/py-mi-objfile.exp
3720 * gdb.python/py-mi.exp
3721 * gdb.python/py-objfile.exp
3722 * gdb.python/py-pp-integral.exp
3723 * gdb.python/py-pp-maint.exp
3724 * gdb.python/py-pp-re-notag.exp
3725 * gdb.python/py-pp-registration.exp
3726 * gdb.python/py-recurse-unwind.exp
3727 * gdb.python/py-strfns.exp
3728 * gdb.python/py-symbol.exp
3729 * gdb.python/py-symtab.exp
3730 * gdb.python/py-sync-interp.exp
3731 * gdb.python/py-typeprint.exp
3732 * gdb.python/py-unwind-maint.exp
3733 * gdb.python/py-unwind.exp
3734 * gdb.python/py-value-cc.exp
3735 * gdb.python/py-xmethods.exp
3736 * gdb.reverse/amd64-tailcall-reverse.exp
3737 * gdb.reverse/break-precsave.exp
3738 * gdb.reverse/break-reverse.exp
3739 * gdb.reverse/consecutive-precsave.exp
3740 * gdb.reverse/consecutive-reverse.exp
3741 * gdb.reverse/finish-precsave.exp
3742 * gdb.reverse/finish-reverse-bkpt.exp
3743 * gdb.reverse/finish-reverse.exp
3744 * gdb.reverse/fstatat-reverse.exp
3745 * gdb.reverse/getresuid-reverse.exp
3746 * gdb.reverse/i386-precsave.exp
3747 * gdb.reverse/i386-reverse.exp
3748 * gdb.reverse/i386-sse-reverse.exp
3749 * gdb.reverse/i387-env-reverse.exp
3750 * gdb.reverse/i387-stack-reverse.exp
3751 * gdb.reverse/insn-reverse.exp
3752 * gdb.reverse/machinestate-precsave.exp
3753 * gdb.reverse/machinestate.exp
3754 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3755 * gdb.reverse/pipe-reverse.exp
3756 * gdb.reverse/readv-reverse.exp
3757 * gdb.reverse/recvmsg-reverse.exp
3758 * gdb.reverse/rerun-prec.exp
3759 * gdb.reverse/s390-mvcle.exp
3760 * gdb.reverse/step-precsave.exp
3761 * gdb.reverse/step-reverse.exp
3762 * gdb.reverse/time-reverse.exp
3763 * gdb.reverse/until-precsave.exp
3764 * gdb.reverse/until-reverse.exp
3765 * gdb.reverse/waitpid-reverse.exp
3766 * gdb.reverse/watch-precsave.exp
3767 * gdb.reverse/watch-reverse.exp
3768 * gdb.rust/generics.exp
3769 * gdb.rust/methods.exp
3770 * gdb.rust/modules.exp
3771 * gdb.rust/simple.exp
3772 * gdb.server/connect-with-no-symbol-file.exp
3773 * gdb.server/ext-attach.exp
3774 * gdb.server/ext-restart.exp
3775 * gdb.server/ext-wrapper.exp
3776 * gdb.server/file-transfer.exp
3777 * gdb.server/server-exec-info.exp
3778 * gdb.server/server-kill.exp
3779 * gdb.server/server-mon.exp
3780 * gdb.server/wrapper.exp
3781 * gdb.stabs/exclfwd.exp
3782 * gdb.stabs/gdb11479.exp
3783 * gdb.threads/clone-new-thread-event.exp
3784 * gdb.threads/corethreads.exp
3785 * gdb.threads/current-lwp-dead.exp
3786 * gdb.threads/dlopen-libpthread.exp
3787 * gdb.threads/gcore-thread.exp
3788 * gdb.threads/sigstep-threads.exp
3789 * gdb.threads/watchpoint-fork.exp
3790 * gdb.trace/actions-changed.exp
3791 * gdb.trace/backtrace.exp
3792 * gdb.trace/change-loc.exp
3793 * gdb.trace/circ.exp
3794 * gdb.trace/collection.exp
3795 * gdb.trace/disconnected-tracing.exp
3796 * gdb.trace/ftrace.exp
3797 * gdb.trace/mi-trace-frame-collected.exp
3798 * gdb.trace/mi-trace-unavailable.exp
3799 * gdb.trace/mi-traceframe-changed.exp
3800 * gdb.trace/mi-tsv-changed.exp
3801 * gdb.trace/no-attach-trace.exp
3802 * gdb.trace/passc-dyn.exp
3803 * gdb.trace/qtro.exp
3804 * gdb.trace/range-stepping.exp
3805 * gdb.trace/read-memory.exp
3806 * gdb.trace/save-trace.exp
3807 * gdb.trace/signal.exp
3808 * gdb.trace/status-stop.exp
3809 * gdb.trace/tfile.exp
3810 * gdb.trace/trace-break.exp
3811 * gdb.trace/trace-buffer-size.exp
3812 * gdb.trace/trace-condition.exp
3813 * gdb.trace/tracefile-pseudo-reg.exp
3814 * gdb.trace/tstatus.exp
3815 * gdb.trace/unavailable.exp
3816 * gdb.trace/while-dyn.exp
3817 * gdb.trace/while-stepping.exp
3818
34c41c68
DE
38192016-12-22 Doug Evans <xdje42@gmail.com>
3820
3821 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3822 and msymbols.
3823
16e69324
YQ
38242016-12-19 Yao Qi <yao.qi@linaro.org>
3825
3826 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3827 (test_with_self): Don't call do_steps_and_nexts, and remove
3828 code about stepping into xmalloc.
3829
f94f411b
YQ
38302016-12-09 Yao Qi <yao.qi@linaro.org>
3831
3832 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3833
38342016-12-09 Yao Qi <yao.qi@linaro.org>
3835
3836 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3837
f1b5deee
PA
38382016-12-09 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.base/all-architectures-0.exp: New file.
3841 * gdb.base/all-architectures-1.exp: New file.
3842 * gdb.base/all-architectures-2.exp: New file.
3843 * gdb.base/all-architectures-3.exp: New file.
3844 * gdb.base/all-architectures-4.exp: New file.
3845 * gdb.base/all-architectures-5.exp: New file.
3846 * gdb.base/all-architectures-6.exp: New file.
3847 * gdb.base/all-architectures-7.exp: New file.
3848 * gdb.base/all-architectures.exp.in: New file.
3849
364ca42e
YQ
38502016-12-09 Yao Qi <yao.qi@linaro.org>
3851
3852 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3853
107c2d62
LM
38542016-12-02 Luis Machado <lgustavo@codesourcery.com>
3855
3856 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3857 possible.
3858 Remove useless pattern-matching code.
3859
df3ee9ca
PA
38602016-12-02 Pedro Alves <palves@redhat.com>
3861
3862 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3863 procedure.
3864 (top level): Call it.
3865
ec835369
PA
38662016-12-02 Pedro Alves <palves@redhat.com>
3867
3868 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3869 New procedure.
3870 (top level): Call it.
3871
01770bbd
PA
38722016-12-02 Pedro Alves <palves@redhat.com>
3873
3874 PR cli/20559
3875 * gdb.base/commands.exp (user_defined_command_args_eval): New
3876 procedure.
3877 (top level): Call it.
3878
008459ea
LM
38792016-12-02 Luis Machado <lgustavo@codesourcery.com>
3880
3881 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3882 timeout handling.
3883
0c1b455e
TT
38842016-12-02 Tom Tromey <tom@tromey.com>
3885
3886 * gdb.dwarf2/main-subprogram.c: New file.
3887 * gdb.dwarf2/main-subprogram.exp: New file.
3888
018572b8
LM
38892016-12-01 Luis Machado <lgustavo@codesourcery.com>
3890
3891 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3892 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3893 gdb_test_no_output for a couple of cases.
3894 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3895
84c93cd5
LM
38962016-12-01 Luis Machado <lgustavo@codesourcery.com>
3897
3898 Fix test names and standardize compilation error messages throughout
3899 the following files:
3900
3901 * gdb.ada/start.exp
3902 * gdb.arch/alpha-step.exp
3903 * gdb.arch/e500-prologue.exp
3904 * gdb.arch/ftrace-insn-reloc.exp
3905 * gdb.arch/gdb1291.exp
3906 * gdb.arch/gdb1431.exp
3907 * gdb.arch/gdb1558.exp
3908 * gdb.arch/i386-dr3-watch.exp
3909 * gdb.arch/i386-sse-stack-align.exp
3910 * gdb.arch/ia64-breakpoint-shadow.exp
3911 * gdb.arch/pa-nullify.exp
3912 * gdb.arch/powerpc-aix-prologue.exp
3913 * gdb.arch/thumb-bx-pc.exp
3914 * gdb.base/annota1.exp
3915 * gdb.base/annota3.exp
3916 * gdb.base/arrayidx.exp
3917 * gdb.base/assign.exp
3918 * gdb.base/attach.exp
3919 * gdb.base/auxv.exp
3920 * gdb.base/bang.exp
3921 * gdb.base/bfp-test.exp
3922 * gdb.base/bigcore.exp
3923 * gdb.base/bitfields2.exp
3924 * gdb.base/break-fun-addr.exp
3925 * gdb.base/break-probes.exp
3926 * gdb.base/call-rt-st.exp
3927 * gdb.base/callexit.exp
3928 * gdb.base/catch-fork-kill.exp
3929 * gdb.base/charset.exp
3930 * gdb.base/checkpoint.exp
3931 * gdb.base/comprdebug.exp
3932 * gdb.base/constvars.exp
3933 * gdb.base/coredump-filter.exp
3934 * gdb.base/cursal.exp
3935 * gdb.base/cvexpr.exp
3936 * gdb.base/detach.exp
3937 * gdb.base/display.exp
3938 * gdb.base/dmsym.exp
3939 * gdb.base/dprintf-pending.exp
3940 * gdb.base/dso2dso.exp
3941 * gdb.base/dtrace-probe.exp
3942 * gdb.base/dump.exp
3943 * gdb.base/enum_cond.exp
3944 * gdb.base/exe-lock.exp
3945 * gdb.base/exec-invalid-sysroot.exp
3946 * gdb.base/execl-update-breakpoints.exp
3947 * gdb.base/exprs.exp
3948 * gdb.base/fileio.exp
3949 * gdb.base/find.exp
3950 * gdb.base/finish.exp
3951 * gdb.base/fixsection.exp
3952 * gdb.base/foll-vfork.exp
3953 * gdb.base/frame-args.exp
3954 * gdb.base/gcore.exp
3955 * gdb.base/gdb1250.exp
3956 * gdb.base/global-var-nested-by-dso.exp
3957 * gdb.base/gnu-ifunc.exp
3958 * gdb.base/hashline1.exp
3959 * gdb.base/hashline2.exp
3960 * gdb.base/hashline3.exp
3961 * gdb.base/hbreak-in-shr-unsupported.exp
3962 * gdb.base/huge.exp
3963 * gdb.base/infcall-input.exp
3964 * gdb.base/info-fun.exp
3965 * gdb.base/info-shared.exp
3966 * gdb.base/jit-simple.exp
3967 * gdb.base/jit-so.exp
3968 * gdb.base/jit.exp
3969 * gdb.base/jump.exp
3970 * gdb.base/label.exp
3971 * gdb.base/lineinc.exp
3972 * gdb.base/logical.exp
3973 * gdb.base/longjmp.exp
3974 * gdb.base/macscp.exp
3975 * gdb.base/miscexprs.exp
3976 * gdb.base/new-ui-echo.exp
3977 * gdb.base/new-ui-pending-input.exp
3978 * gdb.base/new-ui.exp
3979 * gdb.base/nodebug.exp
3980 * gdb.base/nofield.exp
3981 * gdb.base/offsets.exp
3982 * gdb.base/overlays.exp
3983 * gdb.base/pending.exp
3984 * gdb.base/pointers.exp
3985 * gdb.base/pr11022.exp
3986 * gdb.base/printcmds.exp
3987 * gdb.base/prologue.exp
3988 * gdb.base/ptr-typedef.exp
3989 * gdb.base/realname-expand.exp
3990 * gdb.base/relativedebug.exp
3991 * gdb.base/relocate.exp
3992 * gdb.base/remote.exp
3993 * gdb.base/reread.exp
3994 * gdb.base/return2.exp
3995 * gdb.base/savedregs.exp
3996 * gdb.base/sep.exp
3997 * gdb.base/sepdebug.exp
3998 * gdb.base/sepsymtab.exp
3999 * gdb.base/set-inferior-tty.exp
4000 * gdb.base/setshow.exp
4001 * gdb.base/shlib-call.exp
4002 * gdb.base/sigaltstack.exp
4003 * gdb.base/siginfo-addr.exp
4004 * gdb.base/signals.exp
4005 * gdb.base/signull.exp
4006 * gdb.base/sigrepeat.exp
4007 * gdb.base/so-impl-ld.exp
4008 * gdb.base/solib-display.exp
4009 * gdb.base/solib-overlap.exp
4010 * gdb.base/solib-search.exp
4011 * gdb.base/solib-symbol.exp
4012 * gdb.base/structs.exp
4013 * gdb.base/structs2.exp
4014 * gdb.base/symtab-search-order.exp
4015 * gdb.base/twice.exp
4016 * gdb.base/unload.exp
4017 * gdb.base/varargs.exp
4018 * gdb.base/watchpoint-solib.exp
4019 * gdb.base/watchpoint.exp
4020 * gdb.base/whatis.exp
4021 * gdb.base/wrong_frame_bt_full.exp
4022 * gdb.btrace/dlopen.exp
4023 * gdb.cell/ea-standalone.exp
4024 * gdb.cell/ea-test.exp
4025 * gdb.cp/dispcxx.exp
4026 * gdb.cp/gdb2384.exp
4027 * gdb.cp/method2.exp
4028 * gdb.cp/nextoverthrow.exp
4029 * gdb.cp/pr10728.exp
4030 * gdb.disasm/am33.exp
4031 * gdb.disasm/h8300s.exp
4032 * gdb.disasm/mn10300.exp
4033 * gdb.disasm/sh3.exp
4034 * gdb.dwarf2/dw2-dir-file-name.exp
4035 * gdb.fortran/complex.exp
4036 * gdb.fortran/library-module.exp
4037 * gdb.guile/scm-pretty-print.exp
4038 * gdb.guile/scm-symbol.exp
4039 * gdb.guile/scm-type.exp
4040 * gdb.guile/scm-value.exp
4041 * gdb.linespec/linespec.exp
4042 * gdb.mi/gdb701.exp
4043 * gdb.mi/gdb792.exp
4044 * gdb.mi/mi-breakpoint-changed.exp
4045 * gdb.mi/mi-dprintf-pending.exp
4046 * gdb.mi/mi-dprintf.exp
4047 * gdb.mi/mi-exit-code.exp
4048 * gdb.mi/mi-pending.exp
4049 * gdb.mi/mi-solib.exp
4050 * gdb.mi/new-ui-mi-sync.exp
4051 * gdb.mi/pr11022.exp
4052 * gdb.mi/user-selected-context-sync.exp
4053 * gdb.opt/solib-intra-step.exp
4054 * gdb.python/py-events.exp
4055 * gdb.python/py-finish-breakpoint.exp
4056 * gdb.python/py-mi.exp
4057 * gdb.python/py-prettyprint.exp
4058 * gdb.python/py-shared.exp
4059 * gdb.python/py-symbol.exp
4060 * gdb.python/py-template.exp
4061 * gdb.python/py-type.exp
4062 * gdb.python/py-value.exp
4063 * gdb.reverse/solib-precsave.exp
4064 * gdb.reverse/solib-reverse.exp
4065 * gdb.server/solib-list.exp
4066 * gdb.stabs/weird.exp
4067 * gdb.threads/reconnect-signal.exp
4068 * gdb.threads/stepi-random-signal.exp
4069 * gdb.trace/actions.exp
4070 * gdb.trace/ax.exp
4071 * gdb.trace/backtrace.exp
4072 * gdb.trace/change-loc.exp
4073 * gdb.trace/deltrace.exp
4074 * gdb.trace/ftrace-lock.exp
4075 * gdb.trace/ftrace.exp
4076 * gdb.trace/infotrace.exp
4077 * gdb.trace/mi-tracepoint-changed.exp
4078 * gdb.trace/packetlen.exp
4079 * gdb.trace/passcount.exp
4080 * gdb.trace/pending.exp
4081 * gdb.trace/range-stepping.exp
4082 * gdb.trace/report.exp
4083 * gdb.trace/stap-trace.exp
4084 * gdb.trace/tfind.exp
4085 * gdb.trace/trace-break.exp
4086 * gdb.trace/trace-condition.exp
4087 * gdb.trace/trace-enable-disable.exp
4088 * gdb.trace/trace-mt.exp
4089 * gdb.trace/tracecmd.exp
4090 * gdb.trace/tspeed.exp
4091 * gdb.trace/tsv.exp
4092 * lib/perftest.exp
4093
fb9feb35
LM
40942016-12-01 Luis Machado <lgustavo@codesourcery.com>
4095
4096 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4097 with gdb_test_no_output.
4098 Use command as test name.
4099
cd2ddb6c
LM
41002016-12-01 Luis Machado <lgustavo@codesourcery.com>
4101
4102 Fix test names starting with uppercase throughout the files.
4103
4104 * gdb.ada/assign_1.exp
4105 * gdb.ada/boolean_expr.exp
4106 * gdb.base/arrayidx.exp
4107 * gdb.base/del.exp
4108 * gdb.base/gcore-buffer-overflow.exp
4109 * gdb.base/testenv.exp
4110 * gdb.compile/compile.exp
4111 * gdb.python/py-framefilter-invalidarg.exp
4112 * gdb.python/py-framefilter.exp
4113
bb95117e
LM
41142016-12-01 Luis Machado <lgustavo@codesourcery.com>
4115
4116 Fix test names starting with uppercase throughout the files.
4117
4118 * gdb.ada/array_return.exp
4119 * gdb.ada/expr_delims.exp
4120 * gdb.ada/mi_dyn_arr.exp
4121 * gdb.ada/mi_interface.exp
4122 * gdb.ada/mi_var_array.exp
4123 * gdb.ada/watch_arg.exp
4124 * gdb.arch/alpha-step.exp
4125 * gdb.arch/altivec-regs.exp
4126 * gdb.arch/e500-regs.exp
4127 * gdb.arch/powerpc-d128-regs.exp
4128 * gdb.base/arrayidx.exp
4129 * gdb.base/break.exp
4130 * gdb.base/checkpoint.exp
4131 * gdb.base/debug-expr.exp
4132 * gdb.base/dmsym.exp
4133 * gdb.base/radix.exp
4134 * gdb.base/sepdebug.exp
4135 * gdb.base/testenv.exp
4136 * gdb.base/watch_thread_num.exp
4137 * gdb.base/watchpoint-cond-gone.exp
4138 * gdb.cell/break.exp
4139 * gdb.cell/ea-cache.exp
4140 * gdb.compile/compile.exp
4141 * gdb.cp/gdb2495.exp
4142 * gdb.gdb/selftest.exp
4143 * gdb.gdb/xfullpath.exp
4144 * gdb.go/hello.exp
4145 * gdb.go/integers.exp
4146 * gdb.objc/basicclass.exp
4147 * gdb.pascal/hello.exp
4148 * gdb.pascal/integers.exp
4149 * gdb.python/py-breakpoint.exp
4150 * gdb.python/py-cmd.exp
4151 * gdb.python/py-linetable.exp
4152 * gdb.python/py-xmethods.exp
4153 * gdb.python/python.exp
4154 * gdb.reverse/consecutive-precsave.exp
4155 * gdb.reverse/finish-precsave.exp
4156 * gdb.reverse/i386-precsave.exp
4157 * gdb.reverse/machinestate-precsave.exp
4158 * gdb.reverse/sigall-precsave.exp
4159 * gdb.reverse/solib-precsave.exp
4160 * gdb.reverse/step-precsave.exp
4161 * gdb.reverse/until-precsave.exp
4162 * gdb.reverse/watch-precsave.exp
4163 * gdb.threads/leader-exit.exp
4164 * gdb.threads/pthreads.exp
4165 * gdb.threads/wp-replication.exp
4166 * gdb.trace/actions.exp
4167 * gdb.trace/mi-tsv-changed.exp
4168 * gdb.trace/tsv.exp
4169
de97fdd4
LM
41702016-12-01 Luis Machado <lgustavo@codesourcery.com>
4171
4172 Fix test names starting with uppercase throughout the files.
4173
4174 * gdb.arch/i386-bp_permanent.exp
4175 * gdb.arch/i386-gnu-cfi.exp
4176 * gdb.base/disasm-end-cu.exp
4177 * gdb.base/macscp.exp
4178 * gdb.base/pending.exp
4179 * gdb.base/watch_thread_num.exp
4180 * gdb.cp/exception.exp
4181 * gdb.cp/gdb2495.exp
4182 * gdb.cp/local.exp
4183 * gdb.python/py-evsignal.exp
4184 * gdb.python/python.exp
4185 * gdb.trace/tracecmd.exp
4186
9f058c10
LM
41872016-12-01 Luis Machado <lgustavo@codesourcery.com>
4188
4189 Fix test names starting with uppercase throughout the files.
4190
4191 * gdb.base/charset.exp
4192 * gdb.base/eval.exp
4193 * gdb.base/multi-forks.exp
4194 * gdb.guile/scm-progspace.exp
4195 * gdb.opencl/datatypes.exp
4196 * gdb.python/py-block.exp
4197 * gdb.python/py-function.exp
4198 * gdb.python/py-symbol.exp
4199 * gdb.python/py-symtab.exp
4200 * gdb.python/py-xmethods.exp
4201 * gdb.reverse/break-precsave.exp
4202 * gdb.reverse/break-reverse.exp
4203 * gdb.reverse/consecutive-precsave.exp
4204 * gdb.reverse/consecutive-reverse.exp
4205 * gdb.reverse/finish-precsave.exp
4206 * gdb.reverse/finish-reverse-bkpt.exp
4207 * gdb.reverse/finish-reverse.exp
4208 * gdb.reverse/fstatat-reverse.exp
4209 * gdb.reverse/getresuid-reverse.exp
4210 * gdb.reverse/i386-precsave.exp
4211 * gdb.reverse/i386-reverse.exp
4212 * gdb.reverse/i386-sse-reverse.exp
4213 * gdb.reverse/i387-stack-reverse.exp
4214 * gdb.reverse/insn-reverse.exp
4215 * gdb.reverse/machinestate-precsave.exp
4216 * gdb.reverse/machinestate.exp
4217 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4218 * gdb.reverse/pipe-reverse.exp
4219 * gdb.reverse/readv-reverse.exp
4220 * gdb.reverse/recvmsg-reverse.exp
4221 * gdb.reverse/rerun-prec.exp
4222 * gdb.reverse/s390-mvcle.exp
4223 * gdb.reverse/sigall-precsave.exp
4224 * gdb.reverse/sigall-reverse.exp
4225 * gdb.reverse/solib-precsave.exp
4226 * gdb.reverse/solib-reverse.exp
4227 * gdb.reverse/step-precsave.exp
4228 * gdb.reverse/step-reverse.exp
4229 * gdb.reverse/time-reverse.exp
4230 * gdb.reverse/until-precsave.exp
4231 * gdb.reverse/until-reverse.exp
4232 * gdb.reverse/waitpid-reverse.exp
4233 * gdb.reverse/watch-precsave.exp
4234 * gdb.reverse/watch-reverse.exp
4235
cdc7edd7
LM
42362016-12-01 Luis Machado <lgustavo@codesourcery.com>
4237
4238 Fix test names starting with uppercase throughout the files.
4239
4240 * gdb.arch/i386-mpx-simple_segv.exp
4241 * gdb.arch/i386-mpx.exp
4242 * gdb.arch/i386-permbkpt.exp
4243 * gdb.arch/pa-nullify.exp
4244 * gdb.arch/powerpc-d128-regs.exp
4245 * gdb.arch/vsx-regs.exp
4246 * gdb.base/bfp-test.exp
4247 * gdb.base/break.exp
4248 * gdb.base/breakpoint-shadow.exp
4249 * gdb.base/callfuncs.exp
4250 * gdb.base/charset.exp
4251 * gdb.base/commands.exp
4252 * gdb.base/completion.exp
4253 * gdb.base/dfp-test.exp
4254 * gdb.base/echo.exp
4255 * gdb.base/ending-run.exp
4256 * gdb.base/eval.exp
4257 * gdb.base/expand-psymtabs.exp
4258 * gdb.base/float128.exp
4259 * gdb.base/floatn.exp
4260 * gdb.base/foll-exec-mode.exp
4261 * gdb.base/gdb1056.exp
4262 * gdb.base/gdb11531.exp
4263 * gdb.base/kill-after-signal.exp
4264 * gdb.base/multi-forks.exp
4265 * gdb.base/overlays.exp
4266 * gdb.base/pending.exp
4267 * gdb.base/sepdebug.exp
4268 * gdb.base/testenv.exp
4269 * gdb.base/valgrind-db-attach.exp
4270 * gdb.base/watch_thread_num.exp
4271 * gdb.base/watchpoint-cond-gone.exp
4272 * gdb.base/watchpoint.exp
4273 * gdb.base/watchpoints.exp
4274 * gdb.cp/arg-reference.exp
4275 * gdb.cp/baseenum.exp
4276 * gdb.cp/operator.exp
4277 * gdb.cp/shadow.exp
4278 * gdb.dwarf2/dw2-op-out-param.exp
4279 * gdb.dwarf2/dw2-reg-undefined.exp
4280 * gdb.go/chan.exp
4281 * gdb.go/hello.exp
4282 * gdb.go/integers.exp
4283 * gdb.go/methods.exp
4284 * gdb.go/package.exp
4285 * gdb.guile/scm-parameter.exp
4286 * gdb.guile/scm-progspace.exp
4287 * gdb.guile/scm-value.exp
4288 * gdb.mi/mi-pending.exp
4289 * gdb.mi/user-selected-context-sync.exp
4290 * gdb.multi/multi-attach.exp
4291 * gdb.multi/tids.exp
4292 * gdb.opt/clobbered-registers-O2.exp
4293 * gdb.pascal/floats.exp
4294 * gdb.pascal/integers.exp
4295 * gdb.python/py-block.exp
4296 * gdb.python/py-events.exp
4297 * gdb.python/py-parameter.exp
4298 * gdb.python/py-symbol.exp
4299 * gdb.python/py-symtab.exp
4300 * gdb.python/py-type.exp
4301 * gdb.python/py-value.exp
4302 * gdb.python/py-xmethods.exp
4303 * gdb.python/python.exp
4304 * gdb.reverse/break-precsave.exp
4305 * gdb.reverse/consecutive-precsave.exp
4306 * gdb.reverse/finish-precsave.exp
4307 * gdb.reverse/i386-precsave.exp
4308 * gdb.reverse/machinestate-precsave.exp
4309 * gdb.reverse/sigall-precsave.exp
4310 * gdb.reverse/solib-precsave.exp
4311 * gdb.reverse/step-precsave.exp
4312 * gdb.reverse/until-precsave.exp
4313 * gdb.reverse/watch-precsave.exp
4314 * gdb.server/ext-attach.exp
4315 * gdb.server/ext-restart.exp
4316 * gdb.server/ext-run.exp
4317 * gdb.server/ext-wrapper.exp
4318 * gdb.stabs/gdb11479.exp
4319 * gdb.stabs/weird.exp
4320 * gdb.threads/attach-many-short-lived-threads.exp
4321 * gdb.threads/kill.exp
4322 * gdb.threads/watchpoint-fork.exp
4323
bc6c7af4
LM
43242016-12-01 Luis Machado <lgustavo@codesourcery.com>
4325
4326 Fix test names starting with uppercase throughout all the files below.
4327
4328 * gdb.ada/array_return.exp
4329 * gdb.ada/catch_ex.exp
4330 * gdb.ada/info_exc.exp
4331 * gdb.ada/mi_catch_ex.exp
4332 * gdb.ada/mi_dyn_arr.exp
4333 * gdb.ada/mi_ex_cond.exp
4334 * gdb.ada/mi_exc_info.exp
4335 * gdb.ada/mi_interface.exp
4336 * gdb.ada/mi_task_arg.exp
4337 * gdb.ada/mi_task_info.exp
4338 * gdb.ada/mi_var_array.exp
4339 * gdb.arch/alpha-step.exp
4340 * gdb.arch/amd64-disp-step.exp
4341 * gdb.arch/arm-disp-step.exp
4342 * gdb.arch/disp-step-insn-reloc.exp
4343 * gdb.arch/e500-prologue.exp
4344 * gdb.arch/ftrace-insn-reloc.exp
4345 * gdb.arch/gdb1558.exp
4346 * gdb.arch/i386-bp_permanent.exp
4347 * gdb.arch/i386-disp-step.exp
4348 * gdb.arch/i386-float.exp
4349 * gdb.arch/i386-gnu-cfi.exp
4350 * gdb.arch/ia64-breakpoint-shadow.exp
4351 * gdb.arch/mips16-thunks.exp
4352 * gdb.arch/pa-nullify.exp
4353 * gdb.arch/powerpc-aix-prologue.exp
4354 * gdb.arch/powerpc-power.exp
4355 * gdb.arch/ppc-dfp.exp
4356 * gdb.arch/s390-tdbregs.exp
4357 * gdb.arch/spu-info.exp
4358 * gdb.arch/spu-ls.exp
4359 * gdb.arch/thumb-bx-pc.exp
4360 * gdb.base/advance.exp
4361 * gdb.base/annota-input-while-running.exp
4362 * gdb.base/arrayidx.exp
4363 * gdb.base/asmlabel.exp
4364 * gdb.base/async.exp
4365 * gdb.base/attach-wait-input.exp
4366 * gdb.base/auto-connect-native-target.exp
4367 * gdb.base/batch-preserve-term-settings.exp
4368 * gdb.base/bfp-test.exp
4369 * gdb.base/bigcore.exp
4370 * gdb.base/bp-permanent.exp
4371 * gdb.base/break-always.exp
4372 * gdb.base/break-fun-addr.exp
4373 * gdb.base/break-idempotent.exp
4374 * gdb.base/break-main-file-remove-fail.exp
4375 * gdb.base/break-probes.exp
4376 * gdb.base/break-unload-file.exp
4377 * gdb.base/break.exp
4378 * gdb.base/call-ar-st.exp
4379 * gdb.base/call-rt-st.exp
4380 * gdb.base/call-sc.exp
4381 * gdb.base/call-signal-resume.exp
4382 * gdb.base/call-strs.exp
4383 * gdb.base/callexit.exp
4384 * gdb.base/callfuncs.exp
4385 * gdb.base/catch-gdb-caused-signals.exp
4386 * gdb.base/catch-signal-siginfo-cond.exp
4387 * gdb.base/catch-syscall.exp
4388 * gdb.base/compare-sections.exp
4389 * gdb.base/cond-eval-mode.exp
4390 * gdb.base/condbreak-call-false.exp
4391 * gdb.base/consecutive-step-over.exp
4392 * gdb.base/cursal.exp
4393 * gdb.base/disabled-location.exp
4394 * gdb.base/disasm-end-cu.exp
4395 * gdb.base/display.exp
4396 * gdb.base/double-prompt-target-event-error.exp
4397 * gdb.base/dprintf-bp-same-addr.exp
4398 * gdb.base/dprintf-detach.exp
4399 * gdb.base/dprintf-next.exp
4400 * gdb.base/dprintf-non-stop.exp
4401 * gdb.base/dprintf-pending.exp
4402 * gdb.base/dso2dso.exp
4403 * gdb.base/ending-run.exp
4404 * gdb.base/enum_cond.exp
4405 * gdb.base/examine-backward.exp
4406 * gdb.base/exe-lock.exp
4407 * gdb.base/exec-invalid-sysroot.exp
4408 * gdb.base/execl-update-breakpoints.exp
4409 * gdb.base/execution-termios.exp
4410 * gdb.base/fileio.exp
4411 * gdb.base/fixsection.exp
4412 * gdb.base/foll-exec-mode.exp
4413 * gdb.base/foll-exec.exp
4414 * gdb.base/fork-running-state.exp
4415 * gdb.base/frame-args.exp
4416 * gdb.base/fullpath-expand.exp
4417 * gdb.base/func-ptr.exp
4418 * gdb.base/gcore-relro-pie.exp
4419 * gdb.base/gdb1090.exp
4420 * gdb.base/gdb1555.exp
4421 * gdb.base/global-var-nested-by-dso.exp
4422 * gdb.base/gnu-ifunc.exp
4423 * gdb.base/hbreak-in-shr-unsupported.exp
4424 * gdb.base/hbreak-unmapped.exp
4425 * gdb.base/hook-stop.exp
4426 * gdb.base/infcall-input.exp
4427 * gdb.base/info-fun.exp
4428 * gdb.base/info-shared.exp
4429 * gdb.base/interrupt-noterm.exp
4430 * gdb.base/jit-so.exp
4431 * gdb.base/jit.exp
4432 * gdb.base/line-symtabs.exp
4433 * gdb.base/list.exp
4434 * gdb.base/longjmp.exp
4435 * gdb.base/macscp.exp
4436 * gdb.base/max-value-size.exp
4437 * gdb.base/nodebug.exp
4438 * gdb.base/nofield.exp
4439 * gdb.base/overlays.exp
4440 * gdb.base/paginate-after-ctrl-c-running.exp
4441 * gdb.base/paginate-bg-execution.exp
4442 * gdb.base/paginate-inferior-exit.exp
4443 * gdb.base/pending.exp
4444 * gdb.base/pr11022.exp
4445 * gdb.base/printcmds.exp
4446 * gdb.base/ptr-typedef.exp
4447 * gdb.base/ptype.exp
4448 * gdb.base/randomize.exp
4449 * gdb.base/range-stepping.exp
4450 * gdb.base/realname-expand.exp
4451 * gdb.base/relativedebug.exp
4452 * gdb.base/remote.exp
4453 * gdb.base/savedregs.exp
4454 * gdb.base/sepdebug.exp
4455 * gdb.base/set-noassign.exp
4456 * gdb.base/shlib-call.exp
4457 * gdb.base/shreloc.exp
4458 * gdb.base/sigaltstack.exp
4459 * gdb.base/sigbpt.exp
4460 * gdb.base/siginfo-addr.exp
4461 * gdb.base/siginfo-obj.exp
4462 * gdb.base/siginfo-thread.exp
4463 * gdb.base/signest.exp
4464 * gdb.base/signull.exp
4465 * gdb.base/sigrepeat.exp
4466 * gdb.base/skip.exp
4467 * gdb.base/so-impl-ld.exp
4468 * gdb.base/solib-corrupted.exp
4469 * gdb.base/solib-disc.exp
4470 * gdb.base/solib-display.exp
4471 * gdb.base/solib-overlap.exp
4472 * gdb.base/solib-search.exp
4473 * gdb.base/solib-symbol.exp
4474 * gdb.base/source-execution.exp
4475 * gdb.base/sss-bp-on-user-bp-2.exp
4476 * gdb.base/sss-bp-on-user-bp.exp
4477 * gdb.base/stack-checking.exp
4478 * gdb.base/stale-infcall.exp
4479 * gdb.base/step-break.exp
4480 * gdb.base/step-line.exp
4481 * gdb.base/step-over-exit.exp
4482 * gdb.base/step-test.exp
4483 * gdb.base/structs.exp
4484 * gdb.base/sym-file.exp
4485 * gdb.base/symtab-search-order.exp
4486 * gdb.base/term.exp
4487 * gdb.base/type-opaque.exp
4488 * gdb.base/unload.exp
4489 * gdb.base/until-nodebug.exp
4490 * gdb.base/until.exp
4491 * gdb.base/unwindonsignal.exp
4492 * gdb.base/watch-cond.exp
4493 * gdb.base/watch-non-mem.exp
4494 * gdb.base/watch_thread_num.exp
4495 * gdb.base/watchpoint-reuse-slot.exp
4496 * gdb.base/watchpoint-solib.exp
4497 * gdb.base/watchpoint.exp
4498 * gdb.btrace/dlopen.exp
4499 * gdb.cell/arch.exp
4500 * gdb.cell/break.exp
4501 * gdb.cell/bt.exp
4502 * gdb.cell/core.exp
4503 * gdb.cell/data.exp
4504 * gdb.cell/dwarfaddr.exp
4505 * gdb.cell/ea-cache.exp
4506 * gdb.cell/ea-standalone.exp
4507 * gdb.cell/ea-test.exp
4508 * gdb.cell/f-regs.exp
4509 * gdb.cell/fork.exp
4510 * gdb.cell/gcore.exp
4511 * gdb.cell/mem-access.exp
4512 * gdb.cell/ptype.exp
4513 * gdb.cell/registers.exp
4514 * gdb.cell/sizeof.exp
4515 * gdb.cell/solib-symbol.exp
4516 * gdb.cell/solib.exp
4517 * gdb.compile/compile-tls.exp
4518 * gdb.cp/exception.exp
4519 * gdb.cp/gdb2495.exp
4520 * gdb.cp/local.exp
4521 * gdb.cp/mb-inline.exp
4522 * gdb.cp/mb-templates.exp
4523 * gdb.cp/pr10687.exp
4524 * gdb.cp/pr9167.exp
4525 * gdb.cp/scope-err.exp
4526 * gdb.cp/templates.exp
4527 * gdb.cp/virtfunc.exp
4528 * gdb.dwarf2/dw2-dir-file-name.exp
4529 * gdb.dwarf2/dw2-single-line-discriminators.exp
4530 * gdb.fortran/complex.exp
4531 * gdb.fortran/library-module.exp
4532 * gdb.guile/guile.exp
4533 * gdb.guile/scm-cmd.exp
4534 * gdb.guile/scm-frame-inline.exp
4535 * gdb.guile/scm-objfile.exp
4536 * gdb.guile/scm-pretty-print.exp
4537 * gdb.guile/scm-symbol.exp
4538 * gdb.guile/scm-type.exp
4539 * gdb.guile/scm-value.exp
4540 * gdb.linespec/keywords.exp
4541 * gdb.linespec/ls-errs.exp
4542 * gdb.linespec/macro-relative.exp
4543 * gdb.linespec/thread.exp
4544 * gdb.mi/mi-breakpoint-changed.exp
4545 * gdb.mi/mi-dprintf-pending.exp
4546 * gdb.mi/mi-fullname-deleted.exp
4547 * gdb.mi/mi-logging.exp
4548 * gdb.mi/mi-pending.exp
4549 * gdb.mi/mi-solib.exp
4550 * gdb.mi/new-ui-mi-sync.exp
4551 * gdb.mi/user-selected-context-sync.exp
4552 * gdb.multi/dummy-frame-restore.exp
4553 * gdb.multi/multi-arch-exec.exp
4554 * gdb.multi/remove-inferiors.exp
4555 * gdb.multi/watchpoint-multi-exit.exp
4556 * gdb.opt/solib-intra-step.exp
4557 * gdb.perf/backtrace.exp
4558 * gdb.perf/single-step.exp
4559 * gdb.perf/skip-command.exp
4560 * gdb.perf/skip-prologue.exp
4561 * gdb.perf/solib.exp
4562 * gdb.python/lib-types.exp
4563 * gdb.python/py-as-string.exp
4564 * gdb.python/py-bad-printers.exp
4565 * gdb.python/py-block.exp
4566 * gdb.python/py-breakpoint.exp
4567 * gdb.python/py-cmd.exp
4568 * gdb.python/py-events.exp
4569 * gdb.python/py-evthreads.exp
4570 * gdb.python/py-finish-breakpoint.exp
4571 * gdb.python/py-finish-breakpoint2.exp
4572 * gdb.python/py-frame-inline.exp
4573 * gdb.python/py-frame.exp
4574 * gdb.python/py-inferior.exp
4575 * gdb.python/py-infthread.exp
4576 * gdb.python/py-mi.exp
4577 * gdb.python/py-objfile.exp
4578 * gdb.python/py-pp-maint.exp
4579 * gdb.python/py-pp-registration.exp
4580 * gdb.python/py-prettyprint.exp
4581 * gdb.python/py-recurse-unwind.exp
4582 * gdb.python/py-shared.exp
4583 * gdb.python/py-symbol.exp
4584 * gdb.python/py-symtab.exp
4585 * gdb.python/py-template.exp
4586 * gdb.python/py-type.exp
4587 * gdb.python/py-unwind-maint.exp
4588 * gdb.python/py-unwind.exp
4589 * gdb.python/py-value.exp
4590 * gdb.python/python.exp
4591 * gdb.reverse/finish-reverse-bkpt.exp
4592 * gdb.reverse/insn-reverse.exp
4593 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4594 * gdb.reverse/solib-precsave.exp
4595 * gdb.reverse/solib-reverse.exp
4596 * gdb.stabs/gdb11479.exp
4597 * gdb.stabs/weird.exp
4598 * gdb.threads/fork-child-threads.exp
4599 * gdb.threads/fork-plus-threads.exp
4600 * gdb.threads/fork-thread-pending.exp
4601 * gdb.threads/forking-threads-plus-breakpoint.exp
4602 * gdb.threads/hand-call-in-threads.exp
4603 * gdb.threads/interrupted-hand-call.exp
4604 * gdb.threads/linux-dp.exp
4605 * gdb.threads/local-watch-wrong-thread.exp
4606 * gdb.threads/next-while-other-thread-longjmps.exp
4607 * gdb.threads/non-ldr-exit.exp
4608 * gdb.threads/pending-step.exp
4609 * gdb.threads/print-threads.exp
4610 * gdb.threads/process-dies-while-detaching.exp
4611 * gdb.threads/process-dies-while-handling-bp.exp
4612 * gdb.threads/pthreads.exp
4613 * gdb.threads/queue-signal.exp
4614 * gdb.threads/reconnect-signal.exp
4615 * gdb.threads/signal-command-handle-nopass.exp
4616 * gdb.threads/signal-command-multiple-signals-pending.exp
4617 * gdb.threads/signal-delivered-right-thread.exp
4618 * gdb.threads/signal-sigtrap.exp
4619 * gdb.threads/sigthread.exp
4620 * gdb.threads/staticthreads.exp
4621 * gdb.threads/stepi-random-signal.exp
4622 * gdb.threads/thread-unwindonsignal.exp
4623 * gdb.threads/thread_check.exp
4624 * gdb.threads/thread_events.exp
4625 * gdb.threads/tid-reuse.exp
4626 * gdb.threads/tls-nodebug.exp
4627 * gdb.threads/tls-shared.exp
4628 * gdb.threads/tls-so_extern.exp
4629 * gdb.threads/tls.exp
4630 * gdb.threads/wp-replication.exp
4631 * gdb.trace/actions-changed.exp
4632 * gdb.trace/actions.exp
4633 * gdb.trace/backtrace.exp
4634 * gdb.trace/change-loc.exp
4635 * gdb.trace/collection.exp
4636 * gdb.trace/deltrace.exp
4637 * gdb.trace/disconnected-tracing.exp
4638 * gdb.trace/entry-values.exp
4639 * gdb.trace/ftrace-lock.exp
4640 * gdb.trace/ftrace.exp
4641 * gdb.trace/infotrace.exp
4642 * gdb.trace/mi-trace-frame-collected.exp
4643 * gdb.trace/mi-trace-unavailable.exp
4644 * gdb.trace/mi-traceframe-changed.exp
4645 * gdb.trace/mi-tracepoint-changed.exp
4646 * gdb.trace/mi-tsv-changed.exp
4647 * gdb.trace/no-attach-trace.exp
4648 * gdb.trace/packetlen.exp
4649 * gdb.trace/passc-dyn.exp
4650 * gdb.trace/passcount.exp
4651 * gdb.trace/pending.exp
4652 * gdb.trace/pr16508.exp
4653 * gdb.trace/qtro.exp
4654 * gdb.trace/range-stepping.exp
4655 * gdb.trace/read-memory.exp
4656 * gdb.trace/report.exp
4657 * gdb.trace/save-trace.exp
4658 * gdb.trace/signal.exp
4659 * gdb.trace/stap-trace.exp
4660 * gdb.trace/status-stop.exp
4661 * gdb.trace/strace.exp
4662 * gdb.trace/tfile.exp
4663 * gdb.trace/tfind.exp
4664 * gdb.trace/trace-break.exp
4665 * gdb.trace/trace-condition.exp
4666 * gdb.trace/trace-enable-disable.exp
4667 * gdb.trace/trace-mt.exp
4668 * gdb.trace/tracecmd.exp
4669 * gdb.trace/tracefile-pseudo-reg.exp
4670 * gdb.trace/tspeed.exp
4671 * gdb.trace/tstatus.exp
4672 * gdb.trace/tsv.exp
4673 * gdb.trace/unavailable.exp
4674 * gdb.trace/while-dyn.exp
4675 * gdb.trace/while-stepping.exp
4676 * lib/gdb-guile.exp
4677 * lib/gdb.exp
4678 * lib/mi-support.exp
4679 * lib/pascal.exp
4680 * lib/perftest.exp
4681 * lib/prelink-support.exp
4682 * lib/selftest-support.exp
4683
ad02e4fe
SM
46842016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4685
4686 * Makefile.in: Include disable-implicit-rules.mk.
4687
22347e55
AA
46882016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4689
4690 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4691 non-byte-aligned bit fields.
4692
da5b30da
AA
46932016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4694
4695 PR gdb/12616
4696 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4697 respects the DW_AT_data_bit_offset attribute.
4698
b593ecca
SM
46992016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4700
4701 * gdb.base/default.exp: Fix output of "set language".
4702
3b165252
SM
47032016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4704
4705 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4706 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4707 make.
4708 * configure.ac: Remove checks for the make program.
4709 * configure: Re-generate.
4710
1a2f3d7f
KB
47112016-11-16 Kevin Buettner <kevinb@redhat.com>
4712
4713 * gdb.python/py-recurse-unwind.c (main): Add loop.
4714 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4715 to read_register() and gdb.parse_and_eval(). Make each code
4716 call a separate case that can be individually tested.
4717 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4718 proc. Call cont_and_backtrace for each of the code paths that
4719 we want to test in the unwinder.
4720
b7f38fda
AA
47212016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4722
4723 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4724 the definition of struct S.
4725
1f8db343
CM
47262016-11-11 Catherine Moore <clm@codesourcery.com>
4727
4728 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4729
fad0c9fb
PA
47302016-11-09 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.base/commands.exp (runto_or_return): New procedure.
4733 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4734 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4735 (progvar_simple_while_test, progvar_complex_if_while_test)
4736 (if_while_breakpoint_command_test)
4737 (infrun_breakpoint_command_test, breakpoint_command_test)
4738 (user_defined_command_test, watchpoint_command_test)
4739 (test_command_prompt_position, redefine_hook_test)
4740 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4741 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4742 multi_line_input and multi_line. Remove gdb_expect and
4743 gdb_stop_suppressing_tests uses.
4744 * lib/gdb.exp (valnum_re): New global.
4745 (multi_line_input): New procedure.
4746
8354c62c
SM
47472016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4748
4749 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4750 Remove.
4751 (test_setup): Define with proc_with_prefix.
4752 (test_cli_inferior): Likewise.
4753 (test_cli_thread): Likewise.
4754 (test_cli_frame): Likewise.
4755 (test_cli_select_frame): Likewise.
4756 (test_cli_up_down): Likewise.
4757 (test_mi_thread_select): Likewise.
4758 (test_mi_stack_select_frame): Likewise.
4759 (test_cli_in_mi_inferior): Likewise.
4760 (test_cli_in_mi_thread): Likewise.
4761 (test_cli_in_mi_frame): Likewise.
4762 (top level): Do not use with_test_prefix_procname.
4763
64f367a2
PA
47642016-11-09 Pedro Alves <palves@redhat.com>
4765
4766 * gdb.base/commands.exp (gdbvar_simple_if_test)
4767 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4768 (progvar_simple_if_test, progvar_simple_while_test)
4769 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4770 (infrun_breakpoint_command_test, breakpoint_command_test)
4771 (user_defined_command_test, watchpoint_command_test)
4772 (test_command_prompt_position, deprecated_command_test)
4773 (bp_deleted_in_command, temporary_breakpoint_commands)
4774 (stray_arg0_test, source_file_with_indented_comment)
4775 (recursive_source_test, if_commands_test)
4776 (error_clears_commands_left, redefine_hook_test)
4777 (redefine_backtrace_test): Use proc_with_prefix.
4778 * lib/gdb.exp (proc_with_prefix): New proc.
4779
0bb65f1e
AA
47802016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4781
4782 * gdb.base/tui-layout.c: New file.
4783 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4784 disassembly window contains very long lines.
4785
7353f247
TT
47862016-11-08 Tom Tromey <tom@tromey.com>
4787
4788 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4789 depend on Python 2.
4790
30a7bb83
TT
47912016-11-08 Tom Tromey <tom@tromey.com>
4792
4793 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4794 New method.
4795
cdf5a07c
MG
47962016-10-29 Manish Goregaokar <manish@mozilla.com>
4797
2806dc7e 4798 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4799
51a789c3
MG
48002016-10-27 Manish Goregaokar <manish@mozilla.com>
4801
2806dc7e
PA
4802 * gdb.rust/simple.rs: Add test for univariant enums without
4803 discriminants and for encoded struct-like enums.
51a789c3 4804
f610ab6d
PA
48052016-10-28 Pedro Alves <palves@redhat.com>
4806
4807 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4808 gdb_test_multiple, tighten regexps and match symtabs and line
4809 tables incrementally.
4810
b129b0ca
LM
48112016-10-28 Luis Machado <lgustavo@codesourcery.com>
4812
4813 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4814 general.
4815
ecf45d2c
SL
48162016-10-25 Luis Machado <lgustavo@codesourcery.com>
4817
4818 * gdb.base/exec-invalid-sysroot.exp: New file.
4819
b8d38ee4
JK
48202016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4821
4822 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4823
f90fd8c2
JK
48242016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4825
4826 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4827
2d2476aa
MR
48282016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4829
2806dc7e
PA
4830 * gdb.base/killed-outside.exp: Remove $options from a call to
4831 `prepare_for_testing'.
2d2476aa 4832
e42b25a0
SM
48332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4834
4835 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4836 Change test message.
4837
3ccdb432
SM
48382016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4839
4840 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4841 Update comment.
4842
5bad3170
SM
48432016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4844
4845 * gdb.trace/mi-trace-save.exp: New file.
4846
5ad9dba7
YQ
48472016-10-13 Yao Qi <yao.qi@linaro.org>
4848
4849 * gdb.base/code_elim.exp (get_var_address): Remove.
4850 * gdb.base/relocate.exp: Likewise.
4851 * gdb.base/shreloc.exp: Likewise.
4852 * lib/gdb.exp (get_var_address): New.
4853
62df7e21
YQ
48542016-10-13 Yao Qi <yao.qi@linaro.org>
4855
4856 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4857 floating point tests if $skip_float_test is false.
4858
4dac951e
LM
48592016-10-12 Luis Machado <lgustavo@codesourcery.com>
4860
4861 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4862 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4863 argc values.
4864 Add 1 to argc so we guarantee distinct initial/modified argc values.
4865
8f1a8fc4
JK
48662016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4867
4868 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4869
16c85b5d
JK
48702016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4871
4872 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4873 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4874 * gdb.arch/vsx-regs.exp: Likewise.
4875
1d0e042a
YQ
48762016-10-07 Yao Qi <yao.qi@linaro.org>
4877
4878 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4879
68dadef5
MM
48802016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4881
4882 * gdb.python/python.exp: Test decode_line("*0").
4883
33fa2c6e
DE
48842016-10-06 Doug Evans <dje@google.com>
4885
4886 * gdb.python/py-value.exp (test_value_creation): Add test for large
4887 unsigned 64-bit value.
4888
9c37b5ae
TT
48892016-10-06 Tom Tromey <tom@tromey.com>
4890
4891 * gdb.compile/compile.exp: Change java tests to rust.
4892 * gdb.base/setshow.exp: Change java tests to rust.
4893 * gdb.base/default.exp: Remove java from language list.
4894 * README (Examples): Update language example.
4895 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4896 test.
4897 * lib/gdb.exp (skip_java_tests): Remove.
4898 * lib/java.exp: Remove.
4899 * gdb.java: Remove.
4900
78b86327
MR
49012016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4902
4903 * gdb.arch/mips-fcr.exp: New test.
4904 * gdb.arch/mips-fcr.c: Source for the new test.
4905
7470adbb
MR
49062016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4907
4908 * gdb.base/solib-disc.exp: Use `standard_output_file'
4909 throughout.
4910
4a556533
PA
49112016-10-06 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.base/jit-simple-dl.c: New file.
4914 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4915 * gdb.base/jit-simple.c: ... this.
4916 * gdb.base/jit-simple.exp (jit_run): Delete.
4917 (build_jit): New proc.
4918 (jit_test_reread): Recompile either the main program or the shared
4919 library, depending on what is being tested. Skip changing address
4920 if caller wants to. Compare before/after addresses. If testing
4921 standalone, explicitly load the binary. Test "maint info
4922 breakpoints".
4923 (top level): Add "standalone vs shared lib" and "change address"
4924 vs "same address" axes.
4925
5a122fbc
PA
49262016-10-06 Pedro Alves <palves@redhat.com>
4927
4928 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4929 call.
4930 (jit_run): Delete.
4931 (jit_test_reread): Use with_test_prefix. Reload the main binary
4932 explicitly. Compare the before/after addresses of the JIT
4933 descriptor.
4934
ee8da4b8
DE
49352016-08-15 Doug Evans <dje@google.com>
4936
4937 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4938 for single bitfields is bool.
4939 * gdb.xml/tdesc-regs.exp: Ditto.
4940
f389f6fe
JK
49412016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4942
4943 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4944
fdebf1a4
YQ
49452016-10-05 Yao Qi <yao.qi@linaro.org>
4946
4947 * lib/gdb.exp (support_complex_tests): Return zero if
4948 gdb_skip_float_test return true.
4949
9c36d954 49502016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4951 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4952
4953 PR gdb/20487
4954 * gdb.mi/user-selected-context-sync.exp: New file.
4955 * gdb.mi/user-selected-context-sync.c: New file.
4956
4034d0ff 49572016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4958 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4959
4960 PR gdb/20487
4961 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4962 =thread-select-event check.
4963
a4297203
PB
49642016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4965
4966 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4967 the compulsory L operand changes.
4968 * gdb.arch/powerpc-power.s: Likewise.
4969
bb805577
JK
49702016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4971
4972 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4973 * gdb.base/jit-attach-pie.c: New file.
4974 * gdb.base/jit-attach-pie.exp: New file.
4975
6d61dee5
PA
49762016-09-28 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.base/infcall-input.c: New file.
4979 * gdb.base/infcall-input.exp: New file.
4980
f73842fc
YQ
49812016-09-22 Yao Qi <yao.qi@linaro.org>
4982
4983 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4984 (gdb_exit): Rename it to ...
4985 (gdbserver_gdb_exit): ... Close GDBserver.
4986 (gdb_exit): New proc, call gdbserver_gdb_exit.
4987 (mi_gdb_exit): Likewise.
4988
90681dab
YQ
49892016-09-22 Yao Qi <yao.qi@linaro.org>
4990
4991 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4992 path.
4993 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4994 Remove duplication.
4995
9c211fd8
YQ
49962016-09-22 Yao Qi <yao.qi@linaro.org>
4997
4998 * lib/gdbserver-support.exp: Check the existence of
4999 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5000
ad0a504f
AK
50012016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5002
5003 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5004
36cf1806
TT
50052016-09-21 Tom Tromey <tom@tromey.com>
5006
5007 PR gdb/20604:
5008 * gdb.base/quit.exp: New file.
5009
74172ecf
SM
50102016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5011
5012 * .gitignore: New file.
5013
3d0ec882
MR
50142016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5015
5016 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5017 throughout.
5018
8193adea
AA
50192016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5020
5021 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5022
d41a5c09
JK
50232016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5024
5025 * gdb.cp/casts.cc (decltype): Move it ...
5026 (main): ... with its call to ...
5027 * gdb.cp/casts03.cc: ... a new file.
5028 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5029
d2dfe700
JK
50302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5031
5032 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5033
e2a92b16
PB
50342016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5035
5036 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5037 and sync up the test with tests in gas/testsuite/gas/ppc.
5038 * gdb.arch/powerpc-power.exp: Likewise.
5039
49b4de64
JK
50402016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5041
5042 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5043
2c29df25
SDJ
50442016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5045 Jan Kratochvil <jan.kratochvil@redhat.com>
5046
5047 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5048 make m1's definition to be different from m2's. Use 'dummy' as an
5049 argument for probe 'two'.
5050
cc3c2846
JB
50512016-09-10 Jon Beniston <jon@beniston.com>
5052
5053 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5054 for sim target.
5055
e1b2624a
AA
50562016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5057
5058 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5059 variable declaration.
5060 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5061 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5062 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5063 received HWCAP as its argument.
5064
4295e285
PA
50652016-09-06 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.base/new-ui-pending-input.c: New file.
5068 * gdb.base/new-ui-pending-input.exp: New file.
5069 * gdb.exp (clear_gdb_spawn_id): New procedure.
5070 (with_spawn_id): Check whether gdb_spawn_id exists before
5071 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5072 on exit.
5073
00d5215e
UW
50742016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5075
5076 * gdb.base/float128.c: New file.
5077 * gdb.base/float128.exp: Likewise.
5078 * gdb.base/floatn.c: Likewise.
5079 * gdb.base/floatn.exp: Likewise.
5080
a9ff5f12
UW
50812016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5082
5083 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5084
f245535c
PA
50852016-09-05 Pedro Alves <palves@redhat.com>
5086
5087 PR backtrace/19927
5088 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5089 unwinders are immediately called as side effect of "source" or
5090 "disable unwinder" commands.
5091 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5092
ae9cf263
YQ
50932016-09-02 Yao Qi <yao.qi@linaro.org>
5094
5095 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5096 is true and $type is "float" or "double".
5097
27aba047
YQ
50982016-09-02 Yao Qi <yao.qi@linaro.org>
5099
5100 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5101 true.
5102 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5103 * gdb.base/call-rt-st.exp: Likewise.
5104 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5105 return value instead of gdb,skip_float_test.
5106 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5107 (do_function_calls): Use its return value instead of
5108 gdb,skip_float_test.
5109 * gdb.base/finish.exp: Likewise.
5110 * gdb.base/funcargs.exp: Likewise.
5111 * gdb.base/return.exp: Likewise.
5112 * gdb.base/return2.exp: Likewise.
5113 * gdb.base/varargs.exp: Likewise.
5114 * lib/gdb.exp (gdb_skip_float_test): Change it to
5115 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5116
5af962df
AA
51172016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5118
5119 * gdb.multi/tids.exp: Test "thread apply all".
5120
7fac6910
JK
51212016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5122
5123 * gdb.base/default.exp (tty): Remove.
5124
bb1fe4ac
KB
51252016-08-24 Kevin Buettner <kevinb@redhat.com>
5126
2806dc7e
PA
5127 * gdb.python/py-recurse-unwind.c: New file.
5128 * gdb.python/py-recurse-unwind.py: New file.
5129 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5130
0a1ddfa6
SM
51312016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5132
5133 * gdb.base/set-inferior-tty.exp: New file.
5134 * gdb.base/set-inferior-tty.c: New file.
5135
d9de1fe3
PA
51362016-08-23 Pedro Alves <palves@redhat.com>
5137
5138 PR gdb/20494
5139 * gdb.base/new-ui-echo.c: New file.
5140 * gdb.base/new-ui-echo.exp: New file.
5141
e9d9abd7
YQ
51422016-08-23 Yao Qi <yao.qi@linaro.org>
5143
5144 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5145 gdbserver_spawn.
5146 * gdb.server/connect-without-multi-process.exp (do_test):
5147 Likewise.
5148
3589529e
YQ
51492016-08-23 Yao Qi <yao.qi@linaro.org>
5150
5151 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5152 standalone_txt. Delete gdb_txt and standalone_txt on host
5153 and target. Spawn the binary on target. Copy files from
5154 target to host.
5155
6bb90213
PA
51562016-08-22 Pedro Alves <palves@redhat.com>
5157
5158 PR gdb/20505
5159 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5160 with_test_prefix. Factor out bits to ...
5161 (test_no_vdso): ... this new procedure.
5162
20c2c024
CL
51632016-08-19 Carl Love <cel@us.ibm.com>
5164
5165 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5166 maintaining separate logic for constructing the output path.
5167 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5168 * gdb.arch/ppc-dfp.exp: Likewise.
5169 * gdb.arch/ppc-fp.exp: Likewise.
5170 * gdb.arch/vsx-regs.exp: Likewise.
5171 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5172 binprefix for generating the additional binary files.
5173
0646e07d
PA
51742016-08-19 Pedro Alves <palves@redhat.com>
5175
5176 * gdb.trace/mi-trace-frame-collected.exp
5177 (test_trace_frame_collected): On x32, expect two registers.
5178
46da9242
CL
51792016-08-18 Carl Love <cel@us.ibm.com>
5180
5181 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5182 and sync up the test with tests in gas/testsuite/gas/ppc.
5183 * gdb.arch/powerpc-power.exp: Likewise.
5184
eb2332d7
SM
51852016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5186
5187 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5188 expected error message.
5189
63c61e04
SM
51902016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5191
5192 * gdb.multi/remove-inferiors.exp: New file.
5193 * gdb.multi/remove-inferiors.c: New file.
5194
7b17065f
YQ
51952016-08-12 Yao Qi <yao.qi@linaro.org>
5196
5197 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5198 argument list.
5199
01d3dedf
PA
52002016-08-10 Pedro Alves <palves@redhat.com>
5201
5202 PR gdb/19187
5203 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5204 setup_kfails.
5205
3eb7562a
PA
52062016-08-09 Pedro Alves <palves@redhat.com>
5207 Simon Marchi <simon.marchi@ericsson.com>
5208
5209 PR gdb/20418
5210 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5211 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5212
80614914
PA
52132016-08-09 Pedro Alves <palves@redhat.com>
5214
5215 PR mi/20431
5216 * gdb.mi/mi-cmd-error.exp: New file.
5217
f348d89a
PA
52182016-08-09 Pedro Alves <palves@redhat.com>
5219
5220 PR gdb/18653
5221 * gdb.base/signals-state-child.c: New file.
5222 * gdb.base/signals-state-child.exp: New file.
5223 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5224
e5ca03b4
PA
52252016-08-09 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5228
282a0691
TT
52292016-08-03 Tom Tromey <tom@tromey.com>
5230
5231 PR python/18565:
5232 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5233
41bfcd63
YQ
52342016-08-01 Yao Qi <yao.qi@linaro.org>
5235
5236 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5237 variable mode to "multi-process" if $multi_process is 1, otherwise
5238 set it to "single-process".
5239
e3465b24
YQ
52402016-08-01 Yao Qi <yao.qi@linaro.org>
5241
5242 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5243 * gdb.cp/cpexprs.exp: Likewise.
5244 * gdb.cp/m-static.exp: Likewise.
5245
0b31a4bc
TT
52462016-07-26 Tom Tromey <tom@tromey.com>
5247
5248 PR python/20190:
5249 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5250 test.
5251
e0461dbb
MM
52522016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5253
5254 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5255 selecting assembly source files.
5256 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5257 assembly source files.
5258 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5259 assembly source files.
5260 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5261 selecting assembly source files.
5262
8194e927
SM
52632016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5264
5265 * gdb.base/new-ui.exp (do_test_invalid_args): New
5266 procedure.
5267
c0272db5
TW
52682016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5269
5270 * gdb.btrace/reconnect.c: New file.
5271 * gdb.btrace/reconnect.exp: New file.
5272
e3487908
GKB
52732016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5274
5275 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5276 to test_catch_syscall_group.
5277 (test_catch_syscall_group): New.
5278
12df5c00
TT
52792016-07-21 Tom Tromey <tom@tromey.com>
5280
5281 * gdb.rust/simple.rs (main): Use empty struct expression.
5282 * gdb.rust/simple.exp: Add tests for empty struct expression.
5283
bae62ee2
YQ
52842016-07-21 Yao Qi <yao.qi@linaro.org>
5285
5286 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5287 if gdb_skip_xml_test is true on some targets.
5288
b1b53fb3
YQ
52892016-07-21 Yao Qi <yao.qi@linaro.org>
5290
5291 * gdb.server/solib-list.exp: Unset last_loaded_file.
5292
027d97f8
JK
52932016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5294
5295 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5296 "step into captured_main (args)".
5297
7674d381
JK
52982016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5299
5300 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5301
72b5d099
JK
53022016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5303
5304 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5305
1f960ced
PA
53062016-07-19 Pedro Alves <palves@redhat.com>
5307
5308 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5309 * gdb.opt/inline-bt.exp: Likewise.
5310 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5311 additional_flags=-Winline.
5312 * gdb.opt/inline-locals.exp: Likewise.
5313 * gdb.opt/inline-markers.c (ATTR): Define.
5314 (inlined_fn): Use it.
5315
f25827c1
YQ
53162016-07-19 Yao Qi <yao.qi@linaro.org>
5317
5318 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5319 (test_with_self): Remove some code. Remove argument executable.
5320 (top-level): Use do_self_tests.
5321
37539ebe
DB
53222016-07-15 Zachary Welch <zwelch@codesourcery.com>
5323 Don Breazeal <donb@codesourcery.com>
5324
5325 * gdb.base/maint.exp: Escape paths used in regular expressions.
5326 * gdb.stabs/weird.exp: Likewise.
5327
dac790e1
TT
53282016-07-13 Tom Tromey <tom@tromey.com>
5329
5330 PR python/15620, PR python/18620:
5331 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5332 (test_bkpt_events): New procs.
5333
93daf339
TT
53342016-07-13 Tom Tromey <tom@tromey.com>
5335
5336 PR python/17698:
5337 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5338 test.
5339 (test_watchpoints): Likewise.
5340 (test_bkpt_pending): New proc.
5341
6571a381
TT
53422016-07-13 Tom Tromey <tom@tromey.com>
5343
5344 PR cli/18053:
5345 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5346 completion test.
5347
e8732474
JK
53482016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5349
5350 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5351 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5352 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5353 f_label.
5354 (g): Rename g_end_lbl to g_label.
5355 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5356 low_pc and high_pc.
5357 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5358
e0f3fd7c
TT
53592016-07-12 Tom Tromey <tom@tromey.com>
5360
5361 PR python/19293:
5362 * gdb.python/py-unwind-maint.exp: Update tests.
5363
3cfe46b6
YQ
53642016-07-12 Yao Qi <yao.qi@linaro.org>
5365
5366 * lib/selftest-support.exp (selftest_setup): Match the output
5367 when captured_main is inlined.
5368
4f19a0e6
WT
53692016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5370
5371 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5372 New variables.
5373 (print this%a, print this%b, print this): New tests.
5374 * gdb.fortran/derived-types.f90 (this): New object and
5375 initialization.
5376
986cf455
SM
53772016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5378
5379 * gdb.ada/arraydim.exp: Remove extra directory level in build
5380 directory.
5381
f0464b23
SM
53822016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5383
5384 * lib/ada.exp: Remove extra directory level in build directory.
5385 * gdb.ada/cond_lang.exp: Likewise.
5386 * gdb.ada/exec_changed.exp: Likewise.
5387 * gdb.ada/lang_switch.exp: Likewise.
5388
42d94011
MG
53892016-07-06 Manish Goregaokar <manish@mozilla.com>
5390
2806dc7e
PA
5391 * simple.rs: Add test for raw pointer subscripting.
5392 * simple.exp: Add test expectations.
42d94011 5393
647c264c
YQ
53942016-07-05 Yao Qi <yao.qi@linaro.org>
5395
5396 * gdb.mi/mi-reverse.exp: Match =record-started output.
5397
20aa2c60
PA
53982016-07-01 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5401 procedure.
5402 (jit_reader_test): Test the jit reader's unwinder.
5403 * gdb.base/jithost.c (jit_function_00_code): New global.
5404 (main): Use memcpy to fill in the mmapped code, instead of poking
5405 bytes manually here.
5406 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5407 value.
5408 (read_debug_info): Save the function's range.
5409 (read_sp): New function.
5410 (unwind_frame): Use it. Also unwind RBP.
5411 (get_frame_id): Use read_sp.
5412 (gdb_init_reader): Use calloc instead of malloc.
5413 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5414 parameter. Use gdb_test_multiple.
5415
ced2dffb
PA
54162016-07-01 Pedro Alves <palves@redhat.com>
5417 Antoine Tremblay <antoine.tremblay@ericsson.com>
5418
5419 * gdb.threads/process-dies-while-detaching.c: New file.
5420 * gdb.threads/process-dies-while-detaching.exp: New file.
5421
63000888
PA
54222016-07-01 Pedro Alves <palves@redhat.com>
5423
5424 * gdb.multi/watchpoint-multi-exit.c: New file.
5425 * gdb.multi/watchpoint-multi-exit.exp: New file.
5426
038d4868
PA
54272016-06-30 Pedro Alves <palves@redhat.com>
5428
5429 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5430 unset inferior_spawn_id.
5431
994e9c83
PA
54322016-06-30 Pedro Alves <palves@redhat.com>
5433
5434 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5435 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5436
e5653468
YQ
54372016-06-29 Yao Qi <yao.qi@linaro.org>
5438
5439 * gdb.base/return.c: Add copyright header.
5440
803b47e5
TT
54412016-06-29 Tom Tromey <tom@tromey.com>
5442
5443 PR python/20129:
5444 * gdb.python/py-framefilter.exp: Add tests for setting priority
5445 and disabling of non-existent frame filter.
5446
28244707
YQ
54472016-06-29 Yao Qi <yao.qi@linaro.org>
5448
5449 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5450 0x0f07ff.
5451
a31d2f06
YQ
54522016-06-28 Yao Qi <yao.qi@linaro.org>
5453
5454 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5455 triplets. Start gdb, execute catch syscall, and continue. Check
5456 gdb's output to determine catch syscall is supported.
5457
921d8f54
MG
54582016-06-27 Manish Goregaokar <manish@mozilla.com>
5459
25d49b86
PA
5460 * gdb.rust/simple.rs: Add test for returning unit in a function.
5461 * gdb.rust/simple.exp: Add expectation for functions returning
5462 unit.
921d8f54 5463
f4952523
PMR
54642016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5465
5466 * gdb.python/py-breakpoint-create-fail.c,
5467 gdb.python/py-breakpoint-create-fail.exp,
5468 gdb.python/py-breakpoint-create-fail.py: New testcase.
5469
fccb08f8
MG
54702016-06-25 Manish Goregaokar <manish@mozilla.com>
5471
5472 PR gdb/20239
5473 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5474 * gdb.rust/simple.exp: Add test expectations for new NonZero
5475 tests.
fccb08f8 5476
6b850546
DT
54772016-06-24 David Taylor <dtaylor@emc.com>
5478
5479 * gdb.base/offsets.exp: New file.
5480 * gdb.base/offsets.c: New file.
5481
17621150
TT
54822016-06-23 Tom Tromey <tom@tromey.com>
5483
5484 PR gdb/16483:
5485 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5486 before any filters are loaded.
5487
04d59df6
WT
54882016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5489
5490 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5491 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5492 structs.
5493 * gdb.fortran/derived-type-function.exp: New file.
5494 * gdb.fortran/derived-type-function.f90: New file.
5495
5496
ac69f786
PA
54972016-06-21 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.base/new-ui.exp: New file.
5500 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5501 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5502 (with_spawn_id): New procedure.
5503
49940788
PA
55042016-06-21 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.mi/mi-exec-run.exp: New file.
5507
ef274d26
PA
55082016-06-21 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5511 breakpoint command's output on the main UI.
5512 (test_break): New procedure, factored out from calls in the top
5513 level.
5514 (top level): Use foreach_with_prefix to test MI as main UI and as
5515 separate UI.
5516
468afe6c
PA
55172016-06-21 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5520 (test_awatch_creation_and_listing)
5521 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5522 Remove 'type' parameter.
5523 (test_watchpoint_all): New parameter mi_mode. Remove
5524 with_test_prefix.
5525 (top level): Use foreach_with_prefix, and add main/separate UI MI
5526 testing axis.
5527
51f77c37
PA
55282016-06-21 Pedro Alves <palves@redhat.com>
5529
5530 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5531 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5532 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5533 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5534 (gdb_main_spawn_id, mi_spawn_id): Declare and
5535 comment.
5536 (mi_create_inferior_pty): New procedure,
5537 factored out from default_mi_gdb_start.
5538 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5539 procedures.
5540 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5541 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5542 Use mi_create_inferior_pty.
5543 (mi_gdb_start): Use eval to pass down args list.
5544
8980e177
PA
55452016-06-21 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5548 * gdb.opt/inline-cmds.exp: Add MI tests.
5549
f38d3ad1
PA
55502016-06-21 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5553
45db7c09
PA
55542016-06-21 Pedro Alves <palves@redhat.com>
5555
5556 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5557 (top level): Use it instead of mi_execute_to.
5558
5a069ab3
PA
55592016-06-21 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5562 (cont_handler_str): New.
5563 (signal_stop_handler): Set stop_handler_str instead of printing to
5564 stdout.
5565 (continue_handler): Set cont_handler_str instead of printing to
5566 stdout.
5567 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5568 mi_send_resuming_command. Print stop_handler_str and
5569 cont_handler_str instead of expecting the python events print
5570 directly.
5571
2838cc1d
SD
55722016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5573
5574 * gdb.base/jit-reader.exp: New file.
5575 * gdb.base/jithost.c: New file.
5576 * gdb.base/jithost.h: New file.
5577 * gdb.base/jitreader.c : New file.
5578 * gdb.base/jit-protocol.h: New file.
5579
21a77091
YQ
55802016-06-17 Yao Qi <yao.qi@linaro.org>
5581
5582 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5583 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5584 and detach-on-fork. Adjust tests.
5585 (top level): Invoke break_cond_on_syscall with combinations of
5586 syscall, follow-fork-mode and detach-on-fork.
5587
f50bf8e5
YQ
55882016-06-17 Yao Qi <yao.qi@linaro.org>
5589
5590 * gdb.base/step-over-exit.c: New.
5591 * gdb.base/step-over-exit.exp: New.
5592
a28d8e50
YTL
55932016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5594
5595 * gdb.base/float.exp: Add target check for nds32*-*-*.
5596 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5597
cad8e26d
AB
55982016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5599
5600 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5601 for unsupported target features.
5602 * gdb.base/call-rt-st.exp: Likewise.
5603 * gdb.base/call-sc.exp: Likewise.
5604 * gdb.base/call-signal-resume.exp: Likewise.
5605 * gdb.base/call-strs.exp: Likewise.
5606 * gdb.base/callexit.exp: Likewise.
5607 * gdb.base/callfuncs.exp: Likewise.
5608 * gdb.base/nodebug.exp: Likewise.
5609 * gdb.base/printcmds.exp: Likewise.
5610 * gdb.base/ptype.exp: Likewise.
5611 * gdb.base/structs.exp: Likewise.
5612 * gdb.base/unwindonsignal.exp: Likewise.
5613 * gdb.cp/gdb2495.exp: Likewise.
5614 * gdb.cp/templates.exp: Likewise.
5615 * gdb.cp/virtfunc.exp: Likewise.
5616 * gdb.threads/hand-call-in-threads.exp: Likewise.
5617 * gdb.threads/interrupted-hand-call.exp: Likewise.
5618 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5619
347dc102
TT
56202016-06-10 Tom Tromey <tom@tromey.com>
5621
5622 PR rust/20110:
5623 * gdb.rust/expr.exp: Add test for integer constant larger than
5624 i32.
5625
5e13cf25
BH
56262016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5627
5628 * gdb.fortran/nested-funcs.exp: New.
5629 * gdb.fortran/nested-funcs.f90: New.
5630
bb556f1f
TK
56312016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5632
5633 * gdb.base/examine-backward.c: New file.
5634 * gdb.base/examine-backward.exp: New file.
5635
38b022b4
SM
56362016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5637
5638 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5639 matching.
5640
1b40ec05
TT
56412016-06-02 Tom Tromey <tom@tromey.com>
5642
5643 PR python/18984:
5644 * gdb.python/py-shared.exp: Add solib_name test.
5645
193bd378
SM
56462016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5647
5648 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5649
3326303b
MG
56502016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5651
5652 PR c++/19893
5653 * gdb.dwarf2/implref.exp: Rename to...
5654 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5655 * gdb.dwarf2/implref-array.c: New file.
5656 * gdb.dwarf2/implref-array.exp: Likewise.
5657 * gdb.dwarf2/implref-global.c: Likewise.
5658 * gdb.dwarf2/implref-global.exp: Likewise.
5659 * gdb.dwarf2/implref-struct.c: Likewise.
5660 * gdb.dwarf2/implref-struct.exp: Likewise.
5661
825c8ef2
AT
56622016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5663
5664 * gdb.trace/trace-condition.exp: Add 64bit tests.
5665
2320162a
AT
56662016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5667
5668 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5669 bits types.
5670 (main): Adapt to 8 to 64 bits types.
5671 * gdb.trace/trace-condition.exp: Add new tests.
5672
a7818233
AT
56732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5674
5675 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5676
0d336466
AT
56772016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5678
5679 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5680 Move condition tests...
5681 * gdb.trace/trace-condition.exp: Here.
5682
7faeb45a
AT
56832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5684
5685 * gdb.trace/trace-condition.exp: Add counter-case tests.
5686
e385593e
JK
56872016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5688
5689 PR c++/15231
5690 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5691 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5692
744608cc
PA
56932016-05-27 Pedro Alves <palves@redhat.com>
5694
5695 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5696 New procedure.
5697 (top level): Call it, and bail out of DejaGnu is known to be bad.
5698
ac775bf4
AB
56992016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5700
5701 * gdb.base/whatis.c: Extend the test case.
5702 * gdb.base/whatis.exp: Add additional tests.
5703
2bbad2ea
BH
57042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5705
5706* gdb.fortran/type.f90: Add pointer variable.
5707* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5708
8b70175d
BH
57092016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5710
5711 * gdb.fortran/vla-type.exp: Fix testcase name.
5712
86d8a848
BH
57132016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5714
5715 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5716
e188eb36
BH
57172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5718
5719 * gdb.fortran/type.f90: Add nested structures.
5720 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5721 * gdb.fortran/derived-type.exp: Adapt expected output.
5722 * gdb.fortran/vla-type.exp: Adapt expected output.
5723
9b2db1fd
BH
57242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5725
5726 * gdb.fortran/whatis_type.exp: Adapt expected output.
5727
72b17055
BH
57282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5729
5730 * gdb.fortran/print_type.exp: Fix expected output.
5731 * gdb.fortran/whatis_type.exp: Fix expected output.
5732
3cd81d8d
BH
57332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5734
5735 * gdb.fortran/whatis_type.exp: Use multi_line.
5736
ddae9462
TT
57372016-05-24 Tom Tromey <tom@tromey.com>
5738
5739 PR python/17386:
5740 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5741 use value as an index.
5742
1957f6b8
TT
57432016-05-23 Tom Tromey <tom@tromey.com>
5744
5745 PR python/17981:
5746 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5747 no-breakpoint case.
5748
026a9174
PA
57492016-05-24 Pedro Alves <palves@redhat.com>
5750
5751 PR gdb/19828
5752 * gdb.threads/clone-attach-detach.c: New file.
5753 * gdb.threads/clone-attach-detach.exp: New file.
5754
e70a7231
FR
57552016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5756
5757 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5758
0f6ed0e0
TT
57592016-05-23 Tom Tromey <tom@tromey.com>
5760
5761 PR python/19438, PR python/18393:
5762 * gdb.python/py-progspace.exp: Add "dir" test.
5763 * gdb.python/py-objfile.exp: Add "dir" test.
5764
ffd19d61
YQ
57652016-05-23 Yao Qi <yao.qi@linaro.org>
5766
5767 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5768 * gdb.arch/thumb2-it.exp: Likewise.
5769
9e8f9b05
SM
57702016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5771
5772 * gdb.mi/mi-threads-interrupt.c: New file.
5773 * gdb.mi/mi-threads-interrupt.exp: New file.
5774
61c6156d
SM
57752016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5776
5777 PR gdb/18077
5778 * gdb.mi/mi-async-run.exp: New file.
5779 * gdb.mi/mi-async-run.c: New file.
5780
67218854
TT
57812016-05-17 Tom Tromey <tom@tromey.com>
5782 Manish Goregaokar <manishsmail@gmail.com>
5783
5784 * lib/rust-support.exp: New file.
5785 * lib/gdb.exp (skip_rust_tests): New proc.
5786 (build_executable_from_specs): Handle rust.
5787 * lib/future.exp (gdb_find_rustc): New proc.
5788 (gdb_default_target_compile): Handle rust.
5789 * gdb.rust/expr.exp: New file.
5790 * gdb.rust/generics.exp: New file.
5791 * gdb.rust/generics.rs: New file.
5792 * gdb.rust/methods.exp: New file.
5793 * gdb.rust/methods.rs: New file.
5794 * gdb.rust/modules.exp: New file.
5795 * gdb.rust/modules.rs: New file.
5796 * gdb.rust/simple.exp: New file.
5797 * gdb.rust/simple.rs: New file.
5798
c44af4eb
TT
57992016-05-17 Tom Tromey <tom@tromey.com>
5800
5801 * gdb.base/default.exp (set language): Add rust.
5802
dcd1f979
TT
58032016-05-17 Tom Tromey <tom@tromey.com>
5804
5805 * gdb.gdb/unittest.exp: New file.
5806
155b7f57
YQ
58072016-05-16 Yao Qi <yao.qi@linaro.org>
5808
5809 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5810 shell_prompt. Update shell_prompt_re.
5811
8ddd5a6c
DE
58122016-05-12 Doug Evans <dje@google.com>
5813
5814 PR symtab/19999
5815 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5816 $options when building executable.
5817 * gdb.dwarf2/fission-loclists-pie.S: New file.
5818 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5819
02e370d9
SM
58202016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5821
5822 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5823 of [is_remote target],
5824
8929ad8b
SM
58252016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5826
5827 * lib/gdb.exp (use_gdb_stub): New procedure.
5828
6c447423
DE
58292016-05-03 Yunlian Jiang <yunlian@google.com>
5830 Doug Evans <dje@google.com>
5831
5832 PR symtab/19914
5833 * gdb.dwarf2/dwp-sepdebug.c: New file.
5834 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5835
444e826c
SM
58362016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5837
5838 * gdb.base/detach.exp: Remove is_remote check.
5839
740feeaa
SM
58402016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5841
5842 * gdb.base/annota-input-while-running.exp: Don't check for
5843 [is_remote target]. Enable annotations after running to main.
5844 Remove unused "set test..." line.
5845
9080ac9d
SM
58462016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5847
5848 * gdb.trace/trace-enable-disable.exp: New file.
5849 * gdb.trace/trace-enable-disable.c: New file.
5850
952ebca5
SM
58512016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5852
5853 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5854 use it in info sharedlibrary test.
5855 * gdb.trace/ftrace-lock.exp: Likewise.
5856 * gdb.trace/ftrace.exp: Likewise.
5857 * gdb.trace/range-stepping.exp: Likewise.
5858 * gdb.trace/trace-break.exp: Likewise.
5859 * gdb.trace/trace-condition.exp: Likewise.
5860 * gdb.trace/trace-mt.exp: Likewise.
5861
d9019901
SM
58622016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5863
5864 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5865 (gdb_load_shlib): ... this.
5866 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5867 gdb_load_shlib.
5868 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5869 * gdb.base/ctxobj.exp: Likewise.
5870 * gdb.base/dprintf-pending.exp: Likewise.
5871 * gdb.base/dso2dso.exp: Likewise.
5872 * gdb.base/fixsection.exp: Likewise.
5873 * gdb.base/gcore-relro.exp: Likewise.
5874 * gdb.base/gdb1555.exp: Likewise.
5875 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5876 * gdb.base/gnu-ifunc.exp: Likewise.
5877 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5878 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5879 * gdb.base/pending.exp: Likewise.
5880 * gdb.base/print-file-var.exp: Likewise.
5881 * gdb.base/print-symbol-loading.exp: Likewise.
5882 * gdb.base/shlib-call.exp: Likewise.
5883 * gdb.base/shreloc.exp: Likewise.
5884 * gdb.base/so-impl-ld.exp: Likewise.
5885 * gdb.base/solib-disc.exp: Likewise.
5886 * gdb.base/solib-nodir.exp: Likewise.
5887 * gdb.base/solib-overlap.exp: Likewise.
5888 * gdb.base/solib-symbol.exp: Likewise.
5889 * gdb.base/solib-weak.exp (do_test): Likewise.
5890 * gdb.base/sym-file.exp: Likewise.
5891 * gdb.base/symtab-search-order.exp: Likewise.
5892 * gdb.base/type-opaque.exp: Likewise.
5893 * gdb.base/unload.exp: Likewise.
5894 * gdb.base/watchpoint-solib.exp: Likewise.
5895 * gdb.compile/compile.exp: Likewise.
5896 * gdb.cp/gdb2384.exp: Likewise.
5897 * gdb.cp/infcall-dlopen.exp: Likewise.
5898 * gdb.cp/re-set-overloaded.exp: Likewise.
5899 * gdb.fortran/library-module.exp: Likewise.
5900 * gdb.opt/solib-intra-step.exp: Likewise.
5901 * gdb.python/py-finish-breakpoint.exp: Likewise.
5902 * gdb.python/py-shared.exp: Likewise.
5903 * gdb.reverse/solib-precsave.exp: Likewise.
5904 * gdb.reverse/solib-reverse.exp: Likewise.
5905 * gdb.server/solib-list.exp: Likewise.
5906 * gdb.threads/dlopen-libpthread.exp: Likewise.
5907 * gdb.threads/tls-shared.exp: Likewise.
5908 * gdb.threads/tls-so_extern.exp: Likewise.
5909 * gdb.trace/change-loc.exp: Likewise.
5910 * gdb.trace/ftrace-lock.exp: Likewise.
5911 * gdb.trace/ftrace.exp: Likewise.
5912 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5913 * gdb.trace/pending.exp: Likewise.
5914 * gdb.trace/range-stepping.exp: Likewise.
5915 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5916 (strace_info_marker): Likewise.
5917 (strace_probe_marker): Likewise.
5918 (strace_trace_on_same_addr): Likewise.
5919 (strace_trace_on_diff_addr): Likewise.
5920 * gdb.trace/trace-break.exp: Likewise.
5921 * gdb.trace/trace-condition.exp: Likewise.
5922 * gdb.trace/trace-mt.exp: Likewise.
5923
fca4cfd9
SM
59242016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5925
5926 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5927 result of gdb_remote_download.
5928 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5929 * gdb.base/dso2dso.exp: Likewise.
5930 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5931 * gdb.base/print-file-var.exp: Likewise.
5932 * gdb.base/shlib-call.exp: Likewise.
5933 * gdb.base/shreloc.exp: Likewise.
5934 * gdb.base/solib-overlap.exp: Likewise.
5935 * gdb.base/solib-weak.exp (do_test): Likewise.
5936 * gdb.base/unload.exp: Likewise.
5937
11cf4ffb
YQ
59382016-04-27 Yao Qi <yao.qi@linaro.org>
5939
5940 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5941 exists.
5942
3e2e34f8
KB
59432016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5944
5945 * vla-type.exp: Print structure from toplevel.
5946
8f07e298
BH
59472016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5948
5949 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5950 of dynamic types.
5951 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5952 of dynamic types.
5953
9920b434
BH
59542016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5955
5956 * gdb.fortran/vla-type.f90: New file.
5957 * gdb.fortran/vla-type.exp: New file.
5958
f3abeff5
YQ
59592016-04-25 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.base/branch-to-self.c: New file.
5962 * gdb.base/branch-to-self.exp: New file.
5963
0a5d52f0
YQ
59642016-04-22 Yao Qi <yao.qi@linaro.org>
5965
5966 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5967 more after $hex.
5968
495346f6
YQ
59692016-04-22 Yao Qi <yao.qi@linaro.org>
5970
5971 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5972 * gdb.base/annota3.exp: Likewise.
5973
4a7e075c
YQ
59742016-04-22 Yao Qi <yao.qi@linaro.org>
5975
5976 * gdb.reverse/step-precsave.exp: Do one step and test program
5977 stops in "callee" and do multiple steps until program goes out
5978 of "callee".
5979 * gdb.reverse/step-reverse.exp: Likewise.
5980
5b061e98
YQ
59812016-04-22 Yao Qi <yao.qi@linaro.org>
5982
5983 * gdb.trace/signal.exp: Also pass if
5984 $tracepoint_hits($i) > $iterations.
5985
5c5dc57f
YQ
59862016-04-22 Yao Qi <yao.qi@linaro.org>
5987
5988 * gdb.trace/signal.c: New file.
5989 * gdb.trace/signal.exp: New file.
5990
a55411b9
DE
59912016-04-19 Doug Evans <xdje42@gmail.com>
5992
5993 * gdb.base/bad-file.exp: New file.
5994
a22df60a
MG
59952016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5996
5997 * gdb.dwarf2/implref.exp: New file.
5998
0c13f7e5
BH
59992016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6000
6001 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6002 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6003 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6004 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6005 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6006 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6007 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6008 * lib/fortran.exp (fortran_int4): New procedure.
6009 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6010 (fortran_logical4): Likewise.
6011
9b9b09e9
BH
60122016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6013
6014 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6015
a14d1f4d
BH
60162016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6017
6018 * lib/compiler.c: Add Intel specific preprocessor macros.
6019 * lib/compiler.cc: Likewise.
25d49b86 6020
7d49b1d0
LM
60212016-04-13 Luis Machado <lgustavo@codesourcery.com>
6022
6023 * gdb.server/connect-with-no-symbol-file.c: New file.
6024 * gdb.server/connect-with-no-symbol-file.exp: New file.
6025
8392fa22
SM
60262016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6027
6028 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6029
8c4c4aeb
SM
60302016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6031
6032 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6033 standard output directory.
6034
45e3745e
AT
60352016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6036
6037 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6038
e26b7e41
MM
60392016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6040
6041 * gdb.btrace/instruction_history.c (loop): Add declaration.
6042
8ce09462
AT
60432016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6044
6045 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6046
2e88a1ea
SM
60472016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6048
6049 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6050 parentheses to print.
6051 (continue_handler): Likewise.
6052
f48e22e3
SM
60532016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6054
6055 * gdb.server/solib-list.exp: Remove is_remote check.
6056 Pass shlib= to gdb_compile. Don't link shared library with
6057 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6058 Run binary filename through "readlink -f" on the target.
6059
096be756
PA
60602016-04-08 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6063 interpreter filename as argument to gdbserver_spawn.
6064 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6065 Return empty if $last_loaded_file does not exist.
6066
06500533
JK
60672016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6068
6069 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6070 * gdb.base/jit-main.c: Use exit after usage.
6071
2d35e871
JK
60722016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6075 GDBHISTSIZE prior to the tests.
6076 * gdb.base/gdbinit-history.exp: Likewise.
6077
60782016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6079
6080 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6081 instead of build_executable. Use gdb_load_shlibs.
6082
c8064e7e
YQ
60832016-04-07 Yao Qi <yao.qi@linaro.org>
6084
6085 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6086 Execute "si" command.
6087
bde47561
YQ
60882016-04-07 Yao Qi <yao.qi@linaro.org>
6089
6090 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6091 number instead of the comments on some line.
6092
b16f8a3b
DB
60932016-04-06 Don Breazeal <donb@codesourcery.com>
6094
6095 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6096 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6097
c2f901df
SM
60982016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6099
6100 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6101 standard_output_file. Remove unused binfile variable.
6102
ac17fda0
CU
61032016-04-05 Catalin Udma <catalin.udma@freescale.com>
6104
6105 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6106 * gdb.python/py-mi-objfile.exp: Match "list main" output
6107 in console format.
6108
03a8c4df
SM
61092016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6110
6111 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6112 absolute.
6113
6e774b13
SM
61142016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6115
6116 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6117 absolute.
6118 * gdb.trace/ftrace.exp: Likewise.
6119 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6120 targets as well.
6121 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6122 (gdb_load_shlibs): Copy libraries to test directory when testing
6123 natively. Only set solib-search-path if testing remotely.
6124 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6125
7817ea46
SM
61262016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6127
6128 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6129 gdb_download. Use it even if the target is not remote.
6130 * gdb.base/jit.exp (compile_jit_test): Likewise.
6131 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6132 output directory if the destination board is local, otherwise use
6133 the standard remote_download from DejaGnu.
6134 (gdb_download): Remove.
6135 (gdb_load_shlibs): Use gdb_remote_download instead of
6136 gdb_download.
6137 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6138 Use gdb_remote_download instead of gdb_download. Use it even if
6139 the target is not remote.
6140 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6141 instead of gdb_download.
6142
7beb7f68
SM
61432016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6144
6145 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6146 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6147 run.
6148
cc63428a
AV
61492016-04-01 Artemiy Volkov <artemiyv@acm.org>
6150
6151 PR gdb/19820
6152 * gdb.base/printcmds.exp: Add artificial arrays tests.
6153
64cdf930
PA
61542016-03-31 Pedro Alves <palves@redhat.com>
6155
6156 PR gdb/19858
6157 * gdb.base/jit-main.c: Include unistd.h.
6158 (ATTACH): Define to 0 if not already defined.
6159 (wait_for_gdb, mypid): New globals.
6160 (WAIT_FOR_GDB): New macro.
6161 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6162 some breakpoint locations.
6163 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6164 New procedures.
6165 (one_jit_test): Add REATTACH parameter, and handle it. Use
6166 continue_to_test_location.
6167 (top level): Test attach, and adjusts calls to one_jit_test.
6168
40dea8cb
PA
61692016-03-31 Pedro Alves <palves@redhat.com>
6170
6171 PR gdb/19858
6172 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6173 BINSUFFIX parameter, and handle it.
6174 (top level): Adjust calls compile_jit_test.
6175
e7ea3ec7
CU
61762016-03-31 Catalin Udma <catalin.udma@freescale.com>
6177
6178 PR python/19743
6179 * gdb.python/py-mi-events-gdb.py: New file.
6180 * gdb.python/py-mi-events.c: New file.
6181 * gdb.python/py-mi-events.exp: New file.
6182
e6359af3
YQ
61832016-03-30 Yao Qi <yao.qi@linaro.org>
6184
6185 * gdb.reverse/until-precsave.exp: Match function name only.
6186 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6187 Move malloc to a condition block.
6188 * gdb.reverse/until-reverse.exp: Match function name only.
6189
a4105d04
MK
61902016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6191
6192 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6193 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6194 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6195 variable for GPR 0 instead of assuming it is register 0.
6196 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6197 * lib/trace-support.exp: Add s390 registers.
6198
bfa6adb9
YQ
61992016-03-29 Yao Qi <yao.qi@linaro.org>
6200
6201 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6202
1e6697ea
YQ
62032016-03-24 Yao Qi <yao.qi@linaro.org>
6204
6205 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6206 test message.
6207
64bcd522
AA
62082016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6209
6210 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6211 maintaining separate logic for constructing the output path.
6212
7868401b
DB
62132016-03-16 Don Breazeal <donb@codesourcery.com>
6214
6215 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6216 Retry fork and waitpid on interrupted system call errors.
6217 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6218 Use with_timeout_factor to increase timeout by factor of 10.
6219
1cafadb4
DB
62202016-03-15 Don Breazeal <donb@codesourcery.com>
6221
6222 * gdb.cp/scope-err.cc: New test program.
6223 * gdb.cp/scope-err.exp: New test script.
6224 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6225 lines and "set breakpoint here" comment.
6226 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6227 Fixed some whitespace and format issues.
6228 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6229 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6230
81516450
DE
62312016-03-15 Doug Evans <dje@google.com>
6232
6233 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6234 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6235 All callers updated. Add tests for enums, mixed flags register.
6236
aa52b601
DE
62372016-03-15 Doug Evans <dje@google.com>
6238
6239 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6240 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6241
fa4ff313
SM
62422016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6243
6244 * gdb.base/default.exp: Add $_as_string to the list of expected
6245 convenience functions.
6246
f2403c39
AB
62472016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6248
6249 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6250
f2f3ccb9
SM
62512016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6252
6253 * gdb.python/py-as-string.exp: New file.
6254 * gdb.python/py-as-string.c: New file.
6255
00dbd492
PA
62562016-03-09 Pedro Alves <palves@redhat.com>
6257
6258 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6259 signal" -> "Thread NN received signal" output change.
6260 * gdb.threads/ia64-sigill.exp: Likewise.
6261 * gdb.threads/linux-dp.exp: Likewise.
6262 * gdb.threads/manythreads.exp: Likewise.
6263 * gdb.threads/pending-step.exp: Likewise.
6264 * gdb.threads/print-threads.exp: Likewise.
6265 * gdb.threads/sigstep-threads.exp: Likewise.
6266 * gdb.threads/staticthreads.exp: Likewise.
6267 * gdb.threads/tls.exp: Likewise.
6268
1e6697ea
YQ
62692016-03-09 Pedro Alves <palves@redhat.com>
6270
6271 * gdb.base/command-line-input.exp: New file.
6272
b04fd3be
MK
62732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6274
6275 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6276 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6277 * gdb.trace/pending.exp: Accept leading dot before function name.
6278 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6279 * lib/trace-support.exp: Set registers for ppc.
6280
98fa59e9
MK
62812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6282
6283 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6284 use it for disassembly; accept .main in addition to main in backtrace.
6285
f77198c8
MK
62862016-03-09 Wei-cheng Wang <cole945@gmail.com>
6287 Marcin Kościelnicki <koriakin@0x04.net>
6288
6289 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6290 (gdb_recursion_test_ptr): New global variable.
6291 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6292 gdb_recursion_test.
6293 (gdb_c_test): Ditto.
6294
ba84e0da
MK
62952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6296
6297 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6298 ordering.
6299
4366d36e
MK
63002016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6301
6302 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6303 (bar): Add bar_start_lbl label.
6304 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6305 of foo/bar for emitting DWARF and tracing.
6306
5eb264df
SDJ
63072016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6308
6309 * analyze-racy-logs.py: Set executable bit.
6310
fb6a751f
SDJ
63112016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6312
6313 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6314 (CHECK_TARGET_TMP): Likewise.
6315 (check-single-racy): New rule.
6316 (check-parallel-racy): Likewise.
6317 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6318 (do-check-parallel-racy): New rule.
6319 (check-racy/%.exp): Likewise.
6320 * README (Racy testcases): New section.
6321 * analyze-racy-logs.py: New file.
6322
bdf7e230
DE
63232016-03-03 Doug Evans <dje@google.com>
6324
6325 * gdb.base/skip.exp: Use with_test_prefix.
6326
4719d415
YQ
63272016-03-03 Yao Qi <yao.qi@linaro.org>
6328
6329 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6330 Invoke step_over_syscall "clone" and break_cond_on_syscall
6331 "clone".
6332 * gdb.base/step-over-clone.c: New file.
6333
ea507862
YQ
63342016-03-03 Yao Qi <yao.qi@linaro.org>
6335
6336 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6337 code format.
6338
8fc8cbda
YQ
63392016-03-03 Yao Qi <yao.qi@linaro.org>
6340
6341 * gdb.base/disp-step-fork.c: Rename to ...
6342 * gdb.base/step-over-fork.c: ... it. New file.
6343 * gdb.base/disp-step-vfork.c: Rename to ...
6344 * gdb.base/step-over-vfork.c: ... it. New file.
6345 * gdb.base/disp-step-syscall.exp: Rename to ...
6346 * gdb.base/step-over-syscall.exp: ... it. New file.
6347 (disp_step_cross_syscall): Rename to ...
6348 (step_over_syscall): ... it.
6349
92fa70b0
YQ
63502016-03-03 Yao Qi <yao.qi@linaro.org>
6351
6352 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6353 If target supports condition evaluation on target, invoke
6354 break_cond_on_syscall for fork and vfork.
6355
e197ad3c
YQ
63562016-03-03 Yao Qi <yao.qi@linaro.org>
6357
6358 * gdb.base/disp-step-syscall.exp: Don't invoke
6359 support_displaced_stepping.
6360 (disp_step_cross_syscall): Test with displaced stepping off and
6361 on if supported.
6362
0b47da9f
YQ
63632016-03-03 Yao Qi <yao.qi@linaro.org>
6364
6365 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6366 proc.
6367 (setup): New proc.
6368 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6369 and setup.
6370
065ab6dc
BH
63712016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6372
6373 * gdb.fortran/vla-history.exp: Remove breakpoint.
6374
07e448ad 63752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6376
25d49b86
PA
6377 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6378 exceeds timeout.
07e448ad 6379
9ac2d526 63802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6381
25d49b86
PA
6382 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6383 breakpoint.
9ac2d526 6384
17807369
BH
63852016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6386
6387 * gdb.mi/vla.f90: Nullify pointer after declaration.
6388
86e501af
PA
63892016-03-01 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6392
1e903e32
PA
63932016-03-01 Pedro Alves <palves@redhat.com>
6394
6395 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6396 before anything else.
6397 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6398 _GNU_SOURCE here.
6399 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6400 before anything else.
6401 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6402
6ccb54e2
PA
64032016-03-01 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6406
30ca9da1
YQ
64072016-03-01 Yao Qi <yao.qi@linaro.org>
6408
6409 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6410 prepare_for_testing.
6411
dc856b38
YQ
64122016-03-01 Yao Qi <yao.qi@linaro.org>
6413
6414 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6415
4a932159
AA
64162016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6417
6418 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6419 manually constructing the output path.
6420
f2489477
AA
64212016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6422
6423 * gdb.arch/s390-stackless.S: New.
6424 * gdb.arch/s390-stackless.exp: New.
6425
38899f16
IB
64262016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6427
6428 * gdb.dlang/circular.c: New file.
6429 * gdb.dlang/circular.exp: New file.
6430
9fde51ed
YQ
64312016-02-26 Yao Qi <yao.qi@linaro.org>
6432
6433 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6434 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6435 (testcases): Update.
6436
ce90fefe
YQ
64372016-02-26 Yao Qi <yao.qi@linaro.org>
6438
6439 * gdb.reverse/aarch64.c: Rename to ...
6440 * gdb.reverse/insn-reverse.c: ... it.
6441 * gdb.reverse/aarch64.exp: Rename to ...
6442 * gdb.reverse/insn-reverse.exp: ... it.
6443
3263bceb
YQ
64442016-02-26 Yao Qi <yao.qi@linaro.org>
6445
6446 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6447 (testcase_ftype): New.
6448 (testcases): New array.
6449 (n_testcases): New.
6450 (main): Call each element in testcases.
6451 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6452 (read_testcase): New.
6453 Do the tests in a loop.
6454
6cb59ff1
YQ
64552016-02-25 Yao Qi <yao.qi@linaro.org>
6456
6457 * gdb.base/branches.c: Remove.
6458
ae91f625
MK
64592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6460
6461 PR gdb/13808
6462 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6463
678b48b7
MK
64642016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6465
6466 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6467
7337a6f2
MK
64682016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6469
6470 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6471 change x86_64 call_insn to 'callq'.
6472
861ca91f
AT
64732016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6474
6475 * gdb.trace/tfile-avx.c: Move to...
6476 * gdb.trace/tracefile-pseudo-reg.c: Here.
6477 * gdb.trace/tfile-avx.exp: Move to...
6478 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6479
bf74e428
GB
64802016-02-24 Gary Benson <gbenson@redhat.com>
6481
6482 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6483 message on attach.
6484
cce0e923
DE
64852016-02-23 Doug Evans <dje@google.com>
6486
6487 * gdb.base/skip.c (test_skip): New function.
6488 (end_test_skip_file_and_function): New function.
6489 (test_skip_file_and_function): New function.
6490 * gdb.base/skip1.c (test_skip): New function.
6491 (skip1_test_skip_file_and_function): New function.
6492 * gdb.base/skip.exp: Add tests for new skip options.
6493 * gdb.base/skip-solib.exp: Update expected output.
6494 * gdb.perf/skip-command.cc: New file.
6495 * gdb.perf/skip-command.exp: New file.
6496 * gdb.perf/skip-command.py: New file.
6497
4000e47e
MK
64982016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6499
6500 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6501 info registers pattern.
6502
24f75ead
IB
65032016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6504
6505 * lib/future.exp: Add D support.
6506 (gdb_find_gdc): New proc.
6507 (gdb_default_target_compile): Add D support.
6508
fbb7bcbe
WW
65092016-02-18 Wei-cheng Wang <cole945@gmail.com>
6510
6511 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6512 user+system time.
6513 (trace_speed_test): Determine the iteration count for a time
6514 between 15..30 seconds.
6515
012b3a21
WT
65162016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6517
6518 * gdb.arch/i386-mpx-sigsegv.c: New file.
6519 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6520 * gdb.arch/i386-mpx-simple_segv.c: New file.
6521 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6522
2d5189bd
YQ
65232016-02-18 Yao Qi <yao.qi@linaro.org>
6524
6525 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6526 Don't call setup_kfail.
6527
40fb20d0
YQ
65282016-02-18 Yao Qi <yao.qi@linaro.org>
6529
6530 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6531 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6532
21b1f8d2
DE
65332016-02-16 Doug Evans <dje@google.com>
6534
6535 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6536 * gdb.base/skip1.c: Ditto.
6537 * gdb.base/skip.exp: Whitespace cleanup.
6538
4041ed77
DB
65392016-02-16 Don Breazeal <donb@codesourcery.com>
6540
6541 PR remote/19496
6542 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6543 Remove kfail for PR remote/19496.
6544
c4ef31bf
SM
65452016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6546
6547 * lib/gdb.exp (standard_temp_file): Return a path specific to
6548 the runtest invocation.
6549
266b65b3
SM
65502016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6551
6552 * gdb.trace/save-trace.exp: Change relative path to be in the
6553 standard output directory.
6554
a7a0a6a9
JK
65552016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6556
6557 * gdb.arch/i386-prologue.c: Add missing prototypes.
6558
c99dbb42
JK
65592016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6560
6561 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6562 * gdb.arch/i386-prologue.exp: Likewise.
6563 * gdb.arch/i386-size.exp: Likewise.
6564
aa480355
SM
65652016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6566
6567 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6568 define object file path.
6569 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6570 file path.
6571 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6572 standard_output_file to define binfile.
6573
ba881f50
JK
65742016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 Fix compatibility with recent gfortran-5.3.1.
6577 * gdb.fortran/vla-history.exp (print vla1 allocated)
6578 (print vla2 allocated, print $2, print $3): Remove
6579 (print $4): Rename to ...
6580 (print $2): ... here.
6581 (print $9): Rename to ...
6582 (print $5): ... here.
6583 (print $10): Rename to ...
6584 (print $6): ... here.
6585 * gdb.fortran/vla.f90: Add pvla initialization.
6586
e9fb005c
JK
65872016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6588
6589 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6590 New test.
6591 * gdb.fortran/vla-value-sub.exp: Likewise.
6592
e44e00ff
MK
65932016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6594
6595 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6596
97e94151
SM
65972016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6598
6599 * i386-biarch-core.exp: Define corefile using
6600 standard_output_file.
6601
01113bc1
YQ
66022016-02-12 Yao Qi <yao.qi@linaro.org>
6603
6604 * gdb.arch/arm-single-step-kernel-helper.c: New.
6605 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6606
33b4777c
MM
66072016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6608
6609 * gdb.btrace/tailcall-only.exp: New.
6610 * gdb.btrace/tailcall-only.c: New.
6611 * gdb.btrace/x86_64-tailcall-only.S: New.
6612 * gdb.btrace/i686-tailcall-only.S: New.
6613
acc23c11
PA
66142016-02-11 Pedro Alves <palves@redhat.com>
6615
6616 * README (Parallel testing): Add missing double quotes.
6617
e352bf0a
PA
66182016-02-11 Pedro Alves <palves@redhat.com>
6619
6620 * README (Parallel testing): New section.
6621 (GDB_PARALLEL): Rewrite.
6622 (FORCE_PARALLEL): Document.
6623
9f5fed78
MK
66242016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6625
6626 * gdb.trace/tfile-avx.c: New test.
6627 * gdb.trace/tfile-avx.exp: New test.
6628
9ef9e6a6
KS
66292016-02-09 Keith Seitz <keiths@redhat.com>
6630
6631 PR breakpoints/19546
6632 * gdb.base/infcall-exec.c: New file.
6633 * gdb.base/infcall-exec2.c: New file.
6634 * gdb.base/infcall-exec.exp: New file.
6635
a96e36da
KS
66362016-02-09 Keith Seitz <keiths@redhat.com>
6637
6638 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6639 (toplevel): Call test_bkpt_address.
6640
9f61929f
KS
66412016-02-09 Keith Seitz <keiths@redhat.com>
6642
6643 PR python/19506
6644 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6645 (toplevel): Call test_bkpt_address.
6646
1e94266c
SM
66472016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6648
6649 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6650 to AC_OUTPUT.
6651 * configure: Regenerate.
6652
2a7f3dff
PA
66532016-02-09 Pedro Alves <palves@redhat.com>
6654
6655 PR breakpoints/19548
6656 * gdb.base/execl-update-breakpoints.c (some_function): New
6657 function.
6658 (main): Call it.
6659 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6660 Tighten expected GDB output.
6661
2151ccc5
SM
66622016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6663
6664 * Makefile.in (ALL_SUBDIRS): Remove.
6665 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6666 (distclean maintainer-clean realclean): Likewise.
6667 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6668 * configure: Regenerate.
6669 * gdb.ada/Makefile.in: Delete.
6670 * gdb.arch/Makefile.in: Likewise.
6671 * gdb.asm/Makefile.in: Likewise.
6672 * gdb.base/Makefile.in: Likewise.
6673 * gdb.btrace/Makefile.in: Likewise.
6674 * gdb.cell/Makefile.in: Likewise.
6675 * gdb.compile/Makefile.in: Likewise.
6676 * gdb.cp/Makefile.in: Likewise.
6677 * gdb.disasm/Makefile.in: Likewise.
6678 * gdb.dlang/Makefile.in: Likewise.
6679 * gdb.dwarf2/Makefile.in: Likewise.
6680 * gdb.fortran/Makefile.in: Likewise.
6681 * gdb.gdb/Makefile.in: Likewise.
6682 * gdb.go/Makefile.in: Likewise.
6683 * gdb.guile/Makefile.in: Likewise.
6684 * gdb.java/Makefile.in: Likewise.
6685 * gdb.linespec/Makefile.in: Likewise.
6686 * gdb.mi/Makefile.in: Likewise.
6687 * gdb.modula2/Makefile.in: Likewise.
6688 * gdb.multi/Makefile.in: Likewise.
6689 * gdb.objc/Makefile.in: Likewise.
6690 * gdb.opencl/Makefile.in: Likewise.
6691 * gdb.opt/Makefile.in: Likewise.
6692 * gdb.pascal/Makefile.in: Likewise.
6693 * gdb.perf/Makefile.in: Likewise.
6694 * gdb.python/Makefile.in: Likewise.
6695 * gdb.reverse/Makefile.in: Likewise.
6696 * gdb.server/Makefile.in: Likewise.
6697 * gdb.stabs/Makefile.in: Likewise.
6698 * gdb.threads/Makefile.in: Likewise.
6699 * gdb.trace/Makefile.in: Likewise.
6700 * gdb.xml/Makefile.in: Likewise.
6701 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6702 GDB_PARALLEL.
6703 (standard_output_file): Remove check for GDB_PARALLEL, always
6704 return path in outputs/$subdir/$testname.
6705
437277d4
SM
67062016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6707
6708 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6709 (site.exp): Assign abs_srcdir to tcl's srcdir.
6710
31d913c7
YQ
67112016-02-04 Yao Qi <yao.qi@linaro.org>
6712
6713 * gdb.base/foll-exec-mode.c: Include limits.h.
6714 (main): Add parameters argc and argv. Get directory from
6715 argv[0].
6716 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6717 compilation.
6718 * gdb.base/foll-exec.c: Include limits.h.
6719 (main): Add parameters argc and argv.
6720 Get directory from argv[0].
6721 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6722 Adjust tests on the number of lines as source code changed.
6723 * gdb.base/foll-vfork-exit.c: Include limits.h.
6724 (main): Add one line of statement before vfork.
6725 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6726 (main): Add parameters argc and argv. Get directory from
6727 argv[0].
6728 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6729 (setup_gdb): Set tbreak to skip some source lines.
6730 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6731 (main): Add parameters argc and argv. Get directory from
6732 argv[0].
6733 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6734 compilation.
6735 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6736 (main): Add parameters argc and argv. Get directory from
6737 argv[0].
6738 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6739 compilation.
6740
9482b9fb
DE
67412016-02-01 Doug Evans <dje@google.com>
6742
6743 * gdb.base/skip.exp: Clean up multiple references to same test name.
6744
6b2e4f10
PA
67452016-02-01 Pedro Alves <palves@redhat.com>
6746
ccb6afd6 6747 PR remote/19496
6b2e4f10
PA
6748 * gdb.threads/forking-threads-plus-breakpoint.exp
6749 (displaced_stepping_supported): New global.
6750 (probe_displaced_stepping_support): New procedure.
6751 (do_test): Add 'displaced' parameter, and use it.
6752 (top level): Check for displaced stepping support. Add displaced
6753 stepping on/off testing axis.
6754
37a8db1a
AB
67552016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6756
6757 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6758 pointer. Don't perform further tests on the unassociated pointer
6759 if the first test fails.
6760
5fdf6324
AB
67612016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6762
6763 * gdb.base/max-value-size.c: New file.
6764 * gdb.base/max-value-size.exp: New file.
6765 * gdb.base/huge.exp: Disable max-value-size for this test.
6766
935c6144
IB
67672016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6768
6769 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6770
7fe8399d
YQ
67712016-01-28 Yao Qi <yao.qi@linaro.org>
6772
6773 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6774
a2077e25
PA
67752016-01-25 Pedro Alves <palves@redhat.com>
6776
6777 PR threads/19461
6778 * gdb.base/fork-running-state.c: New file.
6779 * gdb.base/fork-running-state.exp: New file.
6780
1d2736d4
PA
67812016-01-25 Pedro Alves <palves@redhat.com>
6782
6783 PR gdb/19494
6784 * gdb.base/catch-fork-kill.c: New file.
6785 * gdb.base/catch-fork-kill.exp: New file.
6786
f1da4b11
PA
67872016-01-25 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6790 Delete, moved to lib/gdb.exp.
6791 * gdb.threads/forking-threads-plus-breakpoint.exp
6792 (foreach_with_prefix): Likewise.
6793 * gdb.threads/process-dies-while-handling-bp.exp
6794 (foreach_with_prefix): Likewise.
6795 * lib/gdb.exp (foreach_with_prefix): New procedure.
6796
45f38546
MK
67972016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6798
6799 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6800 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6801
dc29a1ce
MK
68022016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6803
6804 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6805 endian targets.
6806
092127d7
JK
68072016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6808 Pedro Alves <palves@redhat.com>
6809
6810 Fix testsuite compatibility with Guile.
6811 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6812 number.
6813
31d765d3
JK
68142016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6815
6816 Fix testsuite compatibility with Guile.
6817 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6818 (thread 1): New test for backtrace through signal handler.
6819
1ac78c04
YQ
68202016-01-22 Yao Qi <yao.qi@linaro.org>
6821
6822 PR testsuite/19491
6823 * gdb.base/multi-forks.c: Include
6824 ../lib/unbuffer_output.c
6825 (main): Call gdb_unbuffer_output.
6826
4f5946a8
DE
68272016-01-21 Doug Evans <dje@google.com>
6828
6829 * lib/ada.exp (gdb_compile_ada): Fix typo.
6830
305e13e6
JB
68312016-01-21 Joel Brobecker <brobecker@adacore.com>
6832
6833 * gdb.base/break-fun-addr.exp: New file.
6834 * gdb.base/break-fun-addr1.c: New file.
6835 * gdb.base/break-fun-addr2.c: New file.
6836
5f5dfff6
SM
68372016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6838
6839 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6840 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6841 enum flag values.
6842
fd356fa2
AA
68432016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6844
6845 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6846 when GDB can not set the vector return value. Add more comments
6847 for clarification.
6848
9df22175
AT
68492016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6850
6851 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6852 command.
6853
41d1845e
SM
68542016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6855
6856 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6857
01ac6840
SM
68582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6859
6860 * Makefile.in (check-single): Pass --status to runtest.
6861 (check/%.exp): Likewise.
6862
68632016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6864
6865 * Makefile.in (check-parallel): Propagate return code from make
6866 do-check-parallel.
6867
bd0a71fa
MK
68682016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6869
6870 * gdb.trace/ftrace.exp: Fix expected message on continue.
6871 * gdb.trace/pending.exp: Fix expected message on continue.
6872 * gdb.trace/trace-break.exp: Fix expected message on continue.
6873
8bcbad33
SM
68742016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6875
6876 * lib/gdb.exp (gdb_test): Remove unused global references.
6877
f303dbd6
PA
68782016-01-18 Pedro Alves <palves@redhat.com>
6879
6880 * gdb.base/async-shell.exp: Adjust expected output.
6881 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6882 * gdb.base/siginfo-thread.exp: Adjust expected output.
6883 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6884 * gdb.java/jnpe.exp: Adjust expected output.
6885 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6886 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6887 * gdb.threads/leader-exit.exp: Adjust expected output.
6888 * gdb.threads/manythreads.exp: Adjust expected output.
6889 * gdb.threads/pthreads.exp: Adjust expected output.
6890 * gdb.threads/schedlock.exp: Adjust expected output.
6891 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6892 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6893 expected output.
6894 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6895 output.
6896 * gdb.threads/sigthread.exp: Adjust expected output.
6897 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6898
b2789696
YQ
68992016-01-18 Yao Qi <yao.qi@linaro.org>
6900
6901 * gdb.guile/scm-section-script.c: Replace @progbits with
6902 %progbits.
6903 * gdb.python/py-section-script.c: Likewise.
6904
71ef29a8
PA
69052016-01-15 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.multi/tids.exp: Test star wildcard ranges.
6908
3f5b7598
PA
69092016-01-15 Pedro Alves <palves@redhat.com>
6910
6911 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6912 command from "thread apply" invocation.
6913 (thr_apply_info_thr_invalid): Default the expected output to the
6914 input tid list.
6915 (top level): Add tests that use convenience variables. Add tests
6916 for "thread apply" with a valid TID list, but missing the command.
6917
663f6d42
PA
69182016-01-13 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.base/default.exp: Expect $_gthread as well.
6921 * gdb.multi/tids.exp: Test $_gthread.
6922 * gdb.threads/thread-specific.exp: Test $_gthread.
6923
c84f6bbf
PA
69242016-01-13 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.multi/tids.exp: Test "info threads -gid".
6927
22a02324
PA
69282016-01-13 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6931 Breakpoint.thread.
6932 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6933
5d5658a1
PA
69342016-01-07 Pedro Alves <palves@redhat.com>
6935
6936 * gdb.base/break.exp: Adjust to output changes.
6937 * gdb.base/hbreak2.exp: Likewise.
6938 * gdb.base/sepdebug.exp: Likewise.
6939 * gdb.base/watch_thread_num.exp: Likewise.
6940 * gdb.linespec/keywords.exp: Likewise.
6941 * gdb.multi/info-threads.exp: Likewise.
6942 * gdb.threads/thread-find.exp: Likewise.
6943 * gdb.multi/tids.c: New file.
6944 * gdb.multi/tids.exp: New file.
6945
84654457
PA
69462016-01-13 Pedro Alves <palves@redhat.com>
6947
6948 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6949
e3940304
PA
69502016-01-13 Pedro Alves <palves@redhat.com>
6951
6952 * gdb.base/default.exp: Expect $_inferior as well.
6953 * gdb.multi/base.exp: Test $_inferior.
6954
a911d87a
PA
69552016-01-13 Pedro Alves <palves@redhat.com>
6956
6957 PR breakpoints/19388
6958 * gdb.base/catch-signal-siginfo-cond.c: New file.
6959 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6960
82075af2
JS
69612016-01-12 Josh Stone <jistone@redhat.com>
6962 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6963
6964 * gdb.base/catch-syscall.c (do_execve): New variable.
6965 (main): Conditionally trigger an execve.
6966 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6967 (test_catch_syscall_execve): New, check entry/return across execve.
6968 (do_syscall_tests): Call test_catch_syscall_execve.
6969
e46eeedd
PA
69702016-01-12 Pedro Alves <palves@redhat.com>
6971
6972 * gdb.base/random-signal.exp (do_test): New procedure, with body
6973 of testcase moved in.
6974
01d8c27e
JK
69752016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6976 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.base/funcargs.exp (finish from indirectly called function):
6979 Reintroduce the case for 'First'.
6980
9a706302
JK
69812016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6982 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6985 (tcatch_vfork_then_child_follow_exec)
6986 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6987 identification.
6988
c0ecb95f
JK
69892016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6990
6991 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6992 and repeats to unlimited.
6993 * gdb.python/py-value.exp: Likewise.
6994 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6995 and repeats to unlimited.
6996
6cfc1fcb
JK
69972016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6998
6999 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7000 and reordering the functions.
7001 * gdb.multi/hangout.c: Likewise.
7002 * gdb.multi/hello.c: Likewise.
7003
582a1b00
SM
70042016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7005
7006 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7007 absolute.
7008 (SingleStatisticTestResult.report): Use dict.keys instead of
7009 dict.iterkeys.
7010
79bc59cb
PA
70112016-01-06 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7014
43368e1d
MM
70152016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7016
7017 * gdb.btrace/dlopen.exp: New.
7018 * gdb.btrace/dlopen.c: New.
7019 * gdb.btrace/dlopen-dso.c: New.
7020
79fad5b8
SL
70212015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7022
7023 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7024 PATTERN argument is optional.
7025
ab8314b3
JB
70262015-12-24 Joel Brobecker <brobecker@adacore.com>
7027
7028 * lib/ada.exp (target_compile_ada_from_dir): New function.
7029 (gdb_compile_ada): Reimplement avoiding the use of project files.
7030 * gdb.ada/gnat_ada.gpr: Delete.
7031 * gdb.ada/cond_lang.exp: Adjust test to make path before
7032 filename optional.
7033 * gdb.ada/small_reg_param.exp: Likewise.
7034
fe33faff
SM
70352015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7036
7037 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7038
6d265cb4
TP
70392015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7040
7041 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7042 case.
7043
10125099
SM
70442015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7045
7046 * gdb.base/break.exp: Remove dead code.
7047 * gdb.base/sepdebug.exp: Likewise.
7048
3ca22649
SM
70492015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7050
7051 * gdb.asm/asm-source.exp: Remove HP-UX references.
7052 * gdb.base/annota1.exp: Likewise.
7053 * gdb.base/annota3.exp: Likewise.
7054 * gdb.base/attach.exp: Likewise.
7055 * gdb.base/bigcore.exp: Likewise.
7056 * gdb.base/break.exp: Likewise.
7057 * gdb.base/call-ar-st.exp: Likewise.
7058 * gdb.base/callfuncs.exp: Likewise.
7059 * gdb.base/catch-fork-static.exp: Likewise.
7060 * gdb.base/display.exp: Likewise.
7061 * gdb.base/foll-exec-mode.exp: Likewise.
7062 * gdb.base/foll-exec.exp: Likewise.
7063 * gdb.base/foll-fork.exp: Likewise.
7064 * gdb.base/foll-vfork.exp: Likewise.
7065 * gdb.base/funcargs.exp: Likewise.
7066 * gdb.base/hbreak2.exp: Likewise.
7067 * gdb.base/inferior-died.exp: Likewise.
7068 * gdb.base/interrupt.exp: Likewise.
7069 * gdb.base/multi-forks.exp: Likewise.
7070 * gdb.base/nodebug.exp: Likewise.
7071 * gdb.base/sepdebug.exp: Likewise.
7072 * gdb.base/solib1.c: Likewise.
7073 * gdb.base/step-test.exp: Likewise.
7074 * gdb.mi/non-stop.c: Likewise.
7075 * gdb.mi/pthreads.c: Likewise.
7076 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7077 * gdb.threads/pthreads.c: Likewise.
7078 * gdb.threads/staticthreads.exp: Likewise.
7079 * lib/future.exp: Likewise.
7080 * lib/gdb.exp: Likewise.
7081 * gdb.base/so-indr-cl.c: Remove.
7082 * gdb.base/so-indr-cl.exp: Likewise.
7083 * gdb.base/solib.c: Likewise.
7084 * gdb.base/solib.exp: Likewise.
7085 * gdb.base/solib2.c: Likewise.
7086
b6304613
SM
70872015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7088
7089 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7090 * gdb.base/call-ar-st.exp: Likewise.
7091 * gdb.base/callfuncs.exp: Likewise.
7092 * gdb.base/condbreak.exp: Likewise.
7093 * gdb.base/constvars.exp: Likewise.
7094 * gdb.base/hbreak2.exp: Likewise.
7095 * gdb.base/langs.exp: Likewise.
7096 * gdb.base/list.exp: Likewise.
7097 * gdb.base/long_long.exp: Likewise.
7098 * gdb.base/ptype.exp: Likewise.
7099 * gdb.base/scope.exp: Likewise.
7100 * gdb.base/signals.exp: Likewise.
7101 * gdb.base/so-impl-ld.exp: Likewise.
7102 * gdb.base/varargs.exp: Likewise.
7103 * gdb.base/volatile.exp: Likewise.
7104 * gdb.base/whatis.exp: Likewise.
7105 * gdb.cp/cplusfuncs.exp: Likewise.
7106 * gdb.cp/inherit.exp: Likewise.
7107 * gdb.cp/local.exp: Likewise.
7108 * gdb.cp/member-ptr.exp: Likewise.
7109 * gdb.cp/method.exp: Likewise.
7110 * gdb.cp/overload.exp: Likewise.
7111 * gdb.cp/templates.exp: Likewise.
7112 * gdb.stabs/weird.exp: Likewise.
7113 * lib/compiler.c: Likewise.
7114 * lib/compiler.cc: Likewise.
7115 * lib/cp-support.exp: Likewise.
7116 * lib/gdb.exp: Likewise.
7117
bf401b07
SM
71182015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7119
7120 * configure.ac: Remove HP-UX case.
7121 * configure: Regenerate.
7122
aff9c0f8
SM
71232015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7124
7125 * lib/gdb.exp (gdb_compile): Add function doc.
7126
a6904d5a
PA
71272015-12-17 Pedro Alves <palves@redhat.com>
7128
7129 PR threads/19354
7130 * gdb.multi/info-threads.exp: New file.
7131
a22279dd
YQ
71322015-12-15 Yao Qi <yao.qi@linaro.org>
7133
7134 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7135 is aarch64*-*-*.
7136
0588c796
SL
71372015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7138
7139 * gdb.base/history-duplicates.exp: Skip if no readline support.
7140
5d978e17
SL
71412015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7142
7143 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7144
7e763b86
SL
71452015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7146
7147 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7148
87a3a92c
SL
71492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7150
7151 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7152 ctrl-C if nointerrupts target property is set.
7153 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7154 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7155 * gdb.base/paginate-bg-execution.exp: Likewise.
7156 * gdb.base/paginate-execution-startup.exp: Likewise.
7157 * gdb.base/random-signal.exp: Likewise.
7158 * gdb.base/range-stepping.exp: Likewise.
7159 * gdb.cp/annota2.exp: Likewise.
7160 * gdb.cp/annota3.exp: Likewise.
7161 * gdb.gdb/selftest.exp: Likewise.
7162 * gdb.threads/continue-pending-status.exp: Likewise.
7163 * gdb.threads/leader-exit.exp: Likewise.
7164 * gdb.threads/manythreads.exp: Likewise.
7165 * gdb.threads/pthreads.exp: Likewise.
7166 * gdb.threads/schedlock.exp: Likewise.
7167 * gdb.threads/sigthread.exp: Likewise.
7168
a8f077dc
DB
71692015-12-11 Don Breazeal <donb@codesourcery.com>
7170
7171 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7172 remote.
7173 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7174 * gdb.base/foll-exec.exp (main): Enable for target remote.
7175 * gdb.base/foll-fork.exp (main): Likewise.
7176 * gdb.base/foll-vfork.exp (main): Likewise.
7177 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7178 (proc continue_to_exit_bp_loc): Use clean_restart.
7179 * gdb.base/pie-execl.exp (main): Disable for target remote.
7180 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7181 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7182 * gdb.threads/execl.exp (main): Likewise.
7183 * gdb.threads/fork-child-threads.exp (main): Likewise.
7184 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7185 remote.
7186 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7187 remote.
7188 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7189 pid.tid style ptids, instead of just tid.
7190 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7191 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7192 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7193 ptids, instead of just tid.
7194
3b2464a8
AB
71952015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7196
7197 * gdb.base/list.exp (test_list_forward): Add end of file error
7198 test.
7199 (test_repeat_list_command): Add end of file error test.
7200 (test_list_backwards): Add beginning of file error test.
7201
a0def019
AB
72022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7203
7204 * gdb.base/list.exp (test_list_invalid_args): New function,
7205 defined, and called.
7206
5c000dff
AB
72072015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7208
7209 * gdb.base/list.exp (test_list): Make test names unique.
7210
f1637ebe
YQ
72112015-12-11 Yao Qi <yao.qi@linaro.org>
7212
7213 * gdb.base/coremaker2.c: Remove.
7214
36d6fc0a
PA
72152015-12-10 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.multi/base.exp: Remove stale "spaces" references.
7218
762f7747
PA
72192015-12-10 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.multi/base.exp: Don't use nowarnings.
7222 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7223 * gdb.multi/hangout.c: Include stdio.h.
7224 * gdb.multi/hello.c: Include stdlib.h.
7225 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7226 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7227 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7228
28d2bfb9
AB
72292015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7230
7231 * gdb.dwarf2/dw2-ranges-base.c: New file.
7232 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7233 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7234 support additional line table, and debug ranges generation.
7235 (Dwarf::ranges): New function, generate .debug_ranges.
7236 (Dwarf::lines): Support generating simple line table programs.
7237 (Dwarf::assemble): Initialise new namespace variables.
7238
5fc2beac
KB
72392015-12-09 Kevin Buettner <kevinb@redhat.com>
7240
7241 * gdb.base/async.exp (proc test_background): Add case for
7242 asynchronous execution not supported.
7243
1c35a88f
LM
72442015-12-09 Luis Machado <lgustavo@codesourcery.com>
7245
7246 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7247 format and change test names to make them unique.
7248
b593e3d9
RK
72492015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7250 Pedro Alves <pedro@redhat.com>
7251
7252 PR gdb/18702
7253 Add checking of floatformats setup on x86_64 hosts.
7254 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7255 (smallval, bigval): New labels/constants.
7256 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7257 float" after loading bigval and smallval.
7258
d72413e6
PMR
72592015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7260
7261 * gdb.ada/fun_overload_menu.exp: New testcase.
7262 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7263
ece66d65
JS
72642015-12-04 Josh Stone <jistone@redhat.com>
7265
7266 * gdb.base/catch-fork-static.exp: New.
7267
41d0efca
YQ
72682015-12-03 Yao Qi <yao.qi@linaro.org>
7269
7270 * gdb.base/sizeof.c: Don't include stdio.h and
7271 ../lib/unbuffer_output.c.
7272 (main): New variable 'size' and 'value'. Remove printf and
7273 gdb_unbuffer_output. Assign return value to size and value.
7274 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7275 at the beginning.
7276 (check_sizeof): Check the result by printing variable 'size'.
7277 (check_valueof): Check the result by printing variable 'value'.
7278
99fd02d9
YQ
72792015-12-01 Yao Qi <yao.qi@linaro.org>
7280
7281 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7282 for aarch64*-*-linux* target.
7283
f2faf941
PA
72842015-11-30 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7287
04bf20c5
PA
72882015-11-30 Pedro Alves <palves@redhat.com>
7289
7290 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7291 Handle non-stop mode vCont replies.
7292
09df4675
PA
72932015-11-30 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7296 prepare_for_testing. Start gdb with "set non-stop on" appended to
7297 GDBFLAGS. Lax expected stop output.
7298
58b584af
YQ
72992015-11-27 Yao Qi <yao.qi@linaro.org>
7300
7301 * gdb.arch/arm-neon.exp: New.
7302 * gdb.arch/arm-neon.c: New.
7303
dfcb77a8
YQ
73042015-11-27 Yao Qi <yao.qi@linaro.org>
7305
7306 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7307
88e8ec1b
YQ
73082015-11-27 Yao Qi <yao.qi@linaro.org>
7309
7310 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7311 frames-invalid annotation.
7312
bfde72c2
YQ
73132015-11-27 Yao Qi <yao.qi@linaro.org>
7314
7315 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7316
f6512a69
SM
73172015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7318
7319 * gdb.threads/names.exp: New file.
7320 * gdb.threads/names.c: New file.
7321 * README: Mention gdb,no_thread_names.
7322
46a3515b
MM
73232015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7324
7325 PR 19297
7326 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7327 support" error.
7328
62147a22
PA
73292015-11-24 Pedro Alves <palves@redhat.com>
7330
7331 PR 17539
7332 * gdb.base/display.exp: Expect displays to be sorted in ascending
7333 order. Use multi_line.
7334 * gdb.base/solib-display.exp: Likewise.
7335
2f341b6e
PA
73362015-11-24 Pedro Alves <palves@redhat.com>
7337
7338 PR 17539
25d49b86
PA
7339 * gdb.base/display.exp: Expect displays to be sorted in ascending
7340 order. Use multi_line.
7341 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7342
7e0aa6aa
PA
73432015-11-24 Pedro Alves <palves@redhat.com>
7344
7345 PR 17539
7346 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7347 threads in ascending order.
7348 * gdb.base/foll-fork.exp: Likewise.
7349 * gdb.base/foll-vfork.exp: Likewise.
7350 * gdb.base/multi-forks.exp: Likewise.
7351 * gdb.mi/mi-nonstop.exp: Likewise.
7352 * gdb.mi/mi-nsintrall.exp: Likewise.
7353 * gdb.multi/base.exp: Likewise.
7354 * gdb.multi/multi-arch.exp: Likewise.
7355 * gdb.python/py-inferior.exp: Likewise.
7356 * gdb.threads/break-while-running.exp: Likewise.
7357 * gdb.threads/execl.exp: Likewise.
7358 * gdb.threads/gcore-thread.exp: Likewise.
7359 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7360 * gdb.threads/kill.exp: Likewise.
7361 * gdb.threads/linux-dp.exp: Likewise.
7362 * gdb.threads/multiple-step-overs.exp: Likewise.
7363 * gdb.threads/next-bp-other-thread.exp: Likewise.
7364 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7365 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7366 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7367 * gdb.threads/thread-find.exp: Likewise.
7368 * gdb.threads/tls.exp: Likewise.
7369 * lib/mi-support.exp (mi_reverse_list): Delete.
7370 (mi_check_thread_states): No longer reverse list.
7371
2cc57ad8
PA
73722015-11-24 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7375 use lowercase.
7376
c93e8391
SM
73772015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7378
7379 * gdb.trace/actions.c: Include trace-common.h.
7380 (main): Add a location for a fast tracepoint.
7381 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7382 the normal tracepoints.
7383 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7384
045ccf91
SM
73852015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7386
7387 * save-trace.exp: Factor out code to these...
7388 (gdb_save_tracepoints): New.
7389 (gdb_load_tracepoints): New.
7390 (do_save_load_test): New.
7391
5506f9f6
KB
73922015-11-23 Kevin Buettner <kevinb@redhat.com>
7393
7394 * gdb.base/asmlabel.exp: New test.
7395 * gdb.base/asmlabel.c: New test case.
7396
16c3b12f
JB
73972015-11-23 Joel Brobecker <brobecker@adacore.com>
7398
7399 * gdb.base/wrong_frame_bt_full-main.c: New file.
7400 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7401 * gdb.base/wrong_frame_bt_full.exp: New file.
7402
155bfbd3
JB
74032015-11-23 Joel Brobecker <brobecker@adacore.com>
7404
7405 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7406
bb097445
JM
74072015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7408
206853a0 7409 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7410 pstate register when comparing registers values in
7411 sparc64-*-linux-gnu targets to avoid spurious differences.
7412
9c88ed8f
JM
74132015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7414
206853a0 7415 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7416
96161e25
SL
74172015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7418
7419 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7420 as type argument to gdb_compile.
7421 * gdb.base/nested-subp2.exp: Likewise.
7422 * gdb.base/nested-subp3.exp: Likewise.
7423
340c2830
DV
74242015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7425
7426 * lib/dwarf.exp (_note): Fix left shift of negative value.
7427 * gdb.trace/trace-condition.exp: Likewise.
7428
c1862d0f
YQ
74292015-11-13 Yao Qi <yao.qi@linaro.org>
7430
7431 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7432 comments about d10v.
7433 (test_scalar_returns): Likewise.
7434 * gdb.base/d10v.ld: Remove.
7435 * gdb.base/overlays.exp: Remove the target triplet checking for
7436 d10v-*-*.
7437 * gdb.base/structs.exp (test_struct_returns): Remove the
7438 comments about d10v.
7439 (test_struct_calls): Likewise.
7440
77ae9c19
YQ
74412015-11-13 Yao Qi <yao.qi@linaro.org>
7442
7443 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7444 * gdb.base/gnu_vector.c: Don't include stdio.h.
7445 (main): Don't print res and call add_some_intvecs.
7446
430e004e
MK
74472015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7448
7449 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7450 macro.
7451 (func5): Removed.
7452 (func4): Use FAST_TRACEPOINT_LABEL.
7453 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7454 macro.
7455 (func): Removed.
7456 (thread_function): Use FAST_TRACEPOINT_LABEL.
7457 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7458 (func): Remove.
7459 (marker): Use FAST_TRACEPOINT_LABEL.
7460 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7461 (pendfunc1): Remove.
7462 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7463 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7464 (foo): Remove.
7465 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7466 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7467 macro.
7468 (func): Remove.
7469 (marker): Use FAST_TRACEPOINT_LABEL.
7470 * gdb.trace/trace-common.h: New header.
7471 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7472 macro.
7473 (func): Remove.
7474 (marker): Use FAST_TRACEPOINT_LABEL.
7475 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7476 (func): Remove.
7477 (thread_function): Use FAST_TRACEPOINT_LABEL.
7478
6e7675a7
MK
74792015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7480
7481 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7482 in front.
7483 * gdb.trace/change-loc.exp: Use global pcreg definition.
7484 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7485 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7486 in front.
7487 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7488 * gdb.trace/pending.exp: Likewise.
7489 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7490 * gdb.trace/trace-break.exp: Likewise.
7491 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7492 in front.
7493 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7494 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7495 in front.
7496 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7497
dddc0e16
JB
74982015-11-09 Joel Brobecker <brobecker@adacore.com>
7499
7500 * gdb.ada/fin_fun_out: New testcase.
7501
c6f0b406
KB
75022015-11-07 Kevin Buettner <kevinb@redhat.com>
7503
7504 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7505 value associated with DW_AT_byte_size.
7506 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7507 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7508 DW_AT_upper_bound.
7509
f01dcfd9
KB
75102015-11-07 Kevin Buettner <kevinb@redhat.com>
7511
7512 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7513 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7514 version.
7515 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7516 gdb.dwarf2/dw2-canonicalize-type.exp,
7517 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7518 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7519 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7520 provided by gdb_target_symbol_prefix_flags_asm.
7521 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7522 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7523 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7524 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7525 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7526 macros where needed). Use this macro for symbols which require
7527 the prefix provided by SYMBOL_PREFIX.
7528
2223449a
KB
75292015-11-05 Kevin Buettner <kevinb@redhat.com>
7530
7531 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7532 New procs.
7533 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7534 representing expressions, of more than one list element.
7535 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7536 to prepend linker symbol prefix to f.
7537 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7538 table_1 and table_2.
7539 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7540 Likewise, for f and g.
7541 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7542 for ptr.
7543 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7544 for main.
7545 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7546 table_1_ptr and table_2_ptr.
7547
6f2f1a3a
JK
75482015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7549 Joel Brobecker <brobecker@adacore.com>
7550
7551 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7552
566c56c9
MK
75532015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7554
7555 * gdb.reverse/s390-mvcle.c: New test.
7556 * gdb.reverse/s390-mvcle.exp: New file.
7557 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7558
d5f0636b
MK
75592015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7560
7561 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7562
7ad8b86c
MK
75632015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7564
7565 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7566 reaching marker2.
7567 * gdb.reverse/getresuid-reverse.exp: Likewise.
7568 * gdb.reverse/pipe-reverse.exp: Likewise.
7569 * gdb.reverse/readv-reverse.exp: Likewise.
7570 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7571 * gdb.reverse/time-reverse.exp: Likewise.
7572 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7573
4081c0f1
YQ
75742015-10-30 Yao Qi <yao.qi@linaro.org>
7575
7576 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7577 (empty_cycle): Remove.
7578 (main): Don't call empty_cycle. Don't use watch_count_done.
7579 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7580 empty_cycle. Rewrite the code counting HW watchpoints.
7581
452b4ba5
MK
75822015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7583
7584 * gdb.reverse/fstatat-reverse.c: New test.
7585 * gdb.reverse/fstatat-reverse.exp: New file.
7586 * gdb.reverse/getresuid-reverse.c: New test.
7587 * gdb.reverse/getresuid-reverse.exp: New file.
7588 * gdb.reverse/pipe-reverse.c: New test.
7589 * gdb.reverse/pipe-reverse.exp: New file.
7590 * gdb.reverse/readv-reverse.c: New test.
7591 * gdb.reverse/readv-reverse.exp: New file.
7592 * gdb.reverse/recvmsg-reverse.c: New test.
7593 * gdb.reverse/recvmsg-reverse.exp: New file.
7594 * gdb.reverse/time-reverse.c: New test.
7595 * gdb.reverse/time-reverse.exp: New file.
7596 * gdb.reverse/waitpid-reverse.c: New test.
7597 * gdb.reverse/waitpid-reverse.exp: New file.
7598
5e2e7507
JK
75992015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7600
7601 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7602
0fde2c53
DE
76032015-10-26 Doug Evans <dje@google.com>
7604
7605 PR symtab/17391
7606 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7607 * gdb.dwarf2/bad-regnum.c: New file.
7608 * gdb.dwarf2/bad-regnum.exp: New file.
7609
1a70ae97
DE
76102015-10-26 Doug Evans <dje@google.com>
7611
7612 PR python/18938
7613 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7614 file.
7615
27dc26ab
JK
76162015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7617
7618 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7619 for a change by "Mention language in compile error message".
7620
bed91f4d
SM
76212015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7622
7623 PR python/18073
7624 * gdb.python/py-type.c (C::a_method): New.
7625 (C::a_const_method): New.
7626 (C::a_static_method): New.
7627 (a_function): New.
7628 * gdb.python/py-type.exp (test_fields): Test getting fields
7629 from function and method.
7630
3f2f83dd
KB
76312015-10-21 Keven Boell <keven.boell@intel.com>
7632
7633 * gdb.fortran/vla-alloc-assoc.exp: New file.
7634 * gdb.fortran/vla-datatypes.exp: New file.
7635 * gdb.fortran/vla-datatypes.f90: New file.
7636 * gdb.fortran/vla-history.exp: New file.
7637 * gdb.fortran/vla-ptype-sub.exp: New file.
7638 * gdb.fortran/vla-ptype.exp: New file.
7639 * gdb.fortran/vla-sizeof.exp: New file.
7640 * gdb.fortran/vla-sub.f90: New file.
7641 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7642 * gdb.fortran/vla-value-sub-finish.exp: New file.
7643 * gdb.fortran/vla-value-sub.exp: New file.
7644 * gdb.fortran/vla-value.exp: New file.
7645 * gdb.fortran/vla-ptr-info.exp: New file.
7646 * gdb.mi/mi-vla-fortran.exp: New file.
7647 * gdb.mi/vla.f90: New file.
7648
27145d50
SL
76492015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7650
7651 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7652 of hardwired timeout value.
7653
5f3ff4f8
JK
76542015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7655 Pedro Alves <palves@redhat.com>
7656
7657 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7658 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7659
bfd09d20
JS
76602015-10-19 Josh Stone <jistone@redhat.com>
7661
7662 * gdb.base/catch-syscall.c: Include <sched.h>.
7663 (unknown_syscall): New variable.
7664 (main): Trigger a vfork and an unknown syscall.
7665 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7666 (unknown_syscall_number): Likewise.
7667 (check_call_to_syscall): Accept an optional syscall pattern.
7668 (check_return_from_syscall): Likewise.
7669 (check_continue): Likewise.
7670 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7671 (test_catch_syscall_skipping_return): New test toggling off 'catch
7672 syscall' to step over the syscall return, then toggling back on.
7673 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7674 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7675 (do_syscall_tests): Call test_catch_syscall_without_args and
7676 test_catch_syscall_mid_vfork.
7677 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7678 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7679
b32b93c6
AS
76802015-10-19 Andrew Stubbs <ams@codesourcery.com>
7681
7682 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7683 print g_vE): Add new pass patterns.
7684 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7685 print various symbol names for vptr fields.
7686
9d622bda
AB
76872015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7688
7689 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7690 results.
7691
0fd8ac1c
YQ
76922015-10-12 Yao Qi <yao.qi@linaro.org>
7693
7694 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7695
34240514
YQ
76962015-10-12 Yao Qi <yao.qi@linaro.org>
7697
7698 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7699 is aarch64*-*-linux*.
7700
8240f442
YQ
77012015-10-12 Yao Qi <yao.qi@linaro.org>
7702
7703 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7704 (can_relocate_bcond_true): ... it.
7705 (can_relocate_bcond_false): New function.
7706 (foo): Likewise.
7707 (can_relocate_bl): Likewise.
7708 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7709 can_relocate_bl.
7710
2520f728
PMR
77112015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7712
7713 * gdb.base/nested-addr.c: New file.
7714 * gdb.base/nested-addr.exp: New testcase.
7715
abcef95a
MM
77162015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7717
7718 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7719 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7720 its output. Ignore the output of "record goto begin" and instead
7721 check that GDB is replaying.
7722
145e3ddb
PA
77232015-10-09 Pedro Alves <palves@redhat.com>
7724
7725 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7726 (top level): Use it in the run with no args test.
7727
d5d8c4e1
IB
77282015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7729
7730 * gdb.dlang/properties.exp: New file.
7731
06e635ef
SL
77322015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7733
7734 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7735 whether or not address 0x1000 is mapped on the target.
7736
e019fd1d
SM
77372015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7738
7739 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7740 build.
7741
77ba2a67
MM
77422015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7743
7744 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7745 instruction-history test.
7746
c60eb31f
DE
77472015-09-28 Doug Evans <dje@google.com>
7748
7749 * gdb.base/gcore.c (array_func): Add reference to static_array.
7750
9a3c8263
SM
77512015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7752
7753 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7754 source line.
7755
9720e656
SL
77562015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7757
7758 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7759 short or char as base type.
7760
938d3bf2
SL
77612015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7762
7763 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7764 to allow any size enum.
7765
e6c2c623
PMR
77662015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7767
7768 * gdb.ada/array_ptr_renaming.exp: New testcase.
7769 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7770 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7771
06da0f77
PL
77722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7773
7774 * gdb.trace/ftrace-lock.c: New file.
7775 * gdb.trace/ftrace-lock.exp: New file.
7776
4f51c22a
PL
77772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7778
7779 * gdb.arch/insn-reloc.c: New file.
7780 * gdb.arch/ftrace-insn-reloc.exp: New file.
7781
7041adf4
PL
77822015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7783
7784 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7785 instruction.
7786 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7787 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7788 * gdb.trace/range-stepping.c: Likewise.
7789 * gdb.trace/trace-break.c: Likewise.
7790 * gdb.trace/trace-mt.c (thread_function): Likewise.
7791 * gdb.trace/ftrace.c (marker): Likewise.
7792 * gdb.trace/trace-condition.c (marker): Likewise.
7793 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7794 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7795 is_aarch64_target.
7796
015d2e7e
DE
77972015-09-18 Doug Evans <xdje42@gmail.com>
7798
7799 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7800 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7801
26b188a2
SL
78022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7803
7804 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7805 the breakpoint.
7806
79dc332b
SL
78072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7808
7809 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7810 the pending breakpoint. Remove timeout override for "Run till
7811 MI pending breakpoint on pendfunc3 on thread 2" test.
7812
f57929f2
SL
78132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7814
7815 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7816 filename pattern.
7817
3f469b17
SL
78182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7819
7820 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7821 in breakpoint filename pattern.
7822
515b89b3
SL
78232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7824
7800dbe4
SL
7825 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7826
78272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7828
515b89b3
SL
7829 * gdb.linespec/explicit.exp: Check for readline support for
7830 tab-completion tests. Fix obvious typo.
7831
d2939ba2
MM
78322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7833
7834 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7835 and replay.
7836
cbb55fa7
MM
78372015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7838
7839 * gdb.btrace/non-stop.c: New.
7840 * gdb.btrace/non-stop.exp: New.
7841
43691ca1
PL
78422015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7843 Yao Qi <yao.qi@linaro.org>
7844
7845 * gdb.trace/trace-condition.c: New file.
7846 * gdb.trace/trace-condition.exp: New file.
7847
d78908cf
WW
78482015-09-16 Wei-cheng Wang <cole945@gmail.com>
7849
7850 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7851 for testing bytecode compilation.
7852
1ed415e2
PA
78532015-09-16 Pedro Alves <palves@redhat.com>
7854 Sandra Loosemore <sandra@codesourcery.com>
7855
7856 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7857 (SECONDS): Redefine.
7858 (main): Call pthread_kill and alarm early.
7859 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7860 support.
7861 (test): If the target can't hardware step and doesn't support
7862 displaced stepping, increase the timeout.
7863
d136eff5
PA
78642015-09-16 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7867 (enable_debug): New procedures.
7868 (test): Use them. Bail out if waiting for threads fails.
7869 (top level): Bail out if a test fails.
7870
991f019c
YQ
78712015-09-16 Yao Qi <yao.qi@linaro.org>
7872
7873 * gdb.asm/asm-source.exp: Set asm-arch for
7874 aarch64*-*-* target.
7875 * gdb.asm/aarch64.inc: New file.
7876
bfca584f
PMR
78772015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7878
7879 * gdb.ada/array_of_variable_length.exp: New testcase.
7880 * gdb.ada/array_of_variable_length/foo.adb: New file.
7881 * gdb.ada/array_of_variable_length/pck.adb: New file.
7882 * gdb.ada/array_of_variable_length/pck.ads: New file.
7883
b326e587
DE
78842015-09-15 Doug Evans <dje@google.com>
7885
7886 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7887 of function static local variable.
7888
5382cfab
PW
78892015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7890
7891 * gdb.threads/tls-so_extern.exp: New test file.
7892 * gdb.threads/tls-so_extern.c: New test file.
7893 * gdb.threads/tls-so_extern_main.c: New test file.
7894
141c5cc4
JK
78952015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 * gdb.opt/solib-intra-step-lib.c: New file.
7898 * gdb.opt/solib-intra-step-main.c: New file.
7899 * gdb.opt/solib-intra-step.exp: New file.
7900
d15dcecd
PA
79012015-09-15 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7904 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7905
4c2f2a79
PA
79062015-09-14 Pedro Alves <palves@redhat.com>
7907
7908 * gdb.base/hook-stop-continue.c: Delete.
7909 * gdb.base/hook-stop-continue.exp: Delete.
7910 * gdb.base/hook-stop-frame.c: Delete.
7911 * gdb.base/hook-stop-frame.exp: Delete.
7912 * gdb.base/hook-stop.c: New file.
7913 * gdb.base/hook-stop.exp: New file.
7914
919e6dbe
PMR
79152015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7916
7917 * gdb.ada/access_to_packed_array.exp: New testcase.
7918 * gdb.ada/access_to_packed_array/foo.adb: New file.
7919 * gdb.ada/access_to_packed_array/pack.adb: New file.
7920 * gdb.ada/access_to_packed_array/pack.ads: New file.
7921
157280a4
MM
79222015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7923
7924 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7925 buffer size test.
7926
2fd33e94
DB
79272015-09-11 Don Breazeal <donb@codesourcery.com>
7928
7929 * gdb.base/foll-exec.c: Add copyright header. Fix
7930 formatting issues.
7931 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7932 (do_exec_tests): Use clean_restart in place of zap_session,
7933 and for test initialization. Fix formatting issues. Use
7934 fail in place of perror.
7935 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7936 an expect statement to match an expression with output from
7937 the program under debug.
7938 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7939 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7940 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7941 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7942 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7943
e70b6e8e
DE
79442015-09-09 Doug Evans <dje@google.com>
7945
7946 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7947
7a551a51
DE
79482015-09-09 Doug Evans <dje@google.com>
7949
7950 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7951
4c666f84
DE
79522015-09-09 Doug Evans <dje@google.com>
7953
7954 * gdb.base/savedregs.exp: Fix typo.
7955
243a9253
PA
79562015-09-09 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7959
c0fa8fbd
SL
79602015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7961
7962 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7963 command actually switches threads. Give up on remaining
7964 tests if target fails to stop at breakpoint.
7965
cd7c1778
PMR
79662015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7967
7968 * gdb.ada/funcall_char.exp: New testcase.
7969 * gdb.ada/funcall_char/foo.adb: New file.
7970
dc5c8746
PMR
79712015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7972
7973 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7974 expected outputs. Add two testcases for completing ambiguous
7975 functions.
7976 * gdb.ada/complete/aux_pck.adb: New file.
7977 * gdb.ada/complete/aux_pck.ads: New file.
7978 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7979 Ambiguous_Func functions.
7980 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7981 * gdb.ada/complete/pck.adb: Likewise.
7982
4e83a1e7
UW
79832015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7984
7985 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7986 failures to run the test program under GDB.
7987
8ce74153
LM
79882015-08-26 Luis Machado <lgustavo@codesourcery.com>
7989
7990 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7991 to C.
7992
e9756d52
PP
79932015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7994
7995 * gdb.base/run-after-attach.exp: New test file.
7996 * gdb.base/run-after-attach.c: New test file.
7997
8d37573b
DB
79982015-08-26 Don Breazeal <donb@codesourcery.com>
7999
8000 * gdb.base/foll-exec-2.c: New test program.
8001 * gdb.base/foll-exec-2.exp: New test.
8002
63e43d3a
PMR
80032015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8004
8005 * gdb.base/nested-subp1.exp: New file.
8006 * gdb.base/nested-subp1.c: New file.
8007 * gdb.base/nested-subp2.exp: New file.
8008 * gdb.base/nested-subp2.c: New file.
8009 * gdb.base/nested-subp3.exp: New file.
8010 * gdb.base/nested-subp3.c: New file.
8011
3d40fbb5
PA
80122015-08-24 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.server/connect-without-multi-process.c: New file.
8015 * gdb.server/connect-without-multi-process.exp: New file.
8016
4422ac93
LM
80172015-08-24 Luis Machado <lgustavo@codesourcery.com>
8018
8019 * gdb.opt/inline-markers.c: Make z int.
8020
91dddb86
LM
80212015-08-24 Luis Machado <lgustavo@codesourcery.com>
8022
8023 * gdb.opt/inline-markers.c: Make z volatile.
8024
a48847ee
LM
80252015-08-24 Luis Machado <lgustavo@codesourcery.com>
8026
8027 * gdb.opt/inline-bt.c: New volatile global z.
8028 * gdb.opt/inline-cmds.c: Likewise.
8029 * gdb.opt/inline-locals.c: Likewise.
8030 * gdb.opt/inline-markers.c: New extern global z.
8031 (marker): Use z.
8032 (inline_fn): Likewise.
8033
0ebbc52b
PA
80342015-08-24 Pedro Alves <palves@redhat.com>
8035
8036 * config/m32r-stub.exp: Remove file.
8037 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8038 * gdb.base/call-rt-st.exp: Likewise.
8039 * gdb.base/call-strs.exp: Likewise.
8040 * gdb.base/default.exp: Remove references to h8300-*-hms and
8041 *-*-udi*.
8042 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8043
77c365df
AA
80442015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8045
8046 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8047 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8048 and "return" use KFAIL when GDB can not read/write the vector
8049 return value.
8050
4313b8c0
GB
80512015-08-21 Gary Benson <gbenson@redhat.com>
8052
8053 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8054
0e433b32
PA
80552015-08-20 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.server/solib-list.exp: No longer expect an interior stop in
8058 non-stop mode.
8059
221e1a37
PA
80602015-08-20 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.server/connect-stopped-target.c: New file.
8063 * gdb.server/connect-stopped-target.exp: New file.
8064
40e3ad0e
PA
80652015-08-20 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.dwarf2/comp-unit-lang.exp: New file.
8068 * gdb.dwarf2/comp-unit-lang.c: New file.
8069
af39b327
PMR
80702015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8071
8072 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8073 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8074
7d45c7c3 80752015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8076
7d45c7c3
KB
8077 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8078 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8079
4d6cceb4
DE
80802015-08-18 Doug Evans <dje@google.com>
8081 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8082
8083 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8084 skip_python_tests. New arg prompt_regexp.
8085 (skip_python_tests): New function.
8086 * lib/mi-support.exp (mi_skip_python_tests): New function.
8087 * gdb.python/py-mi-objfile-gdb.py: New file.
8088 * gdb.python/py-mi-objfile.c: New file.
8089 * gdb.python/py-mi-objfile.exp: New file.
8090
ad89c2aa
KS
80912015-08-17 Keith Seitz <keiths@redhat.com>
8092
8093 * gdb.linespec/explicit.exp: Move strace test from here ...
8094 * gdb.trace/strace.exp: ... to here.
8095
e3ae3c43
PP
80962015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8097
8098 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8099 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8100
604b2636
DE
81012015-08-14 Doug Evans <xdje42@gmail.com>
8102
8103 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8104 inferior before selecting a new file.
8105
6ff0ba5f
DE
81062015-08-14 Doug Evans <xdje42@gmail.com>
8107
8108 * gdb.mi/mi-disassemble.exp: Update.
8109 * gdb.base/disasm-optim.S: New file.
8110 * gdb.base/disasm-optim.c: New file.
8111 * gdb.base/disasm-optim.h: New file.
8112 * gdb.base/disasm-optim.exp: New file.
8113
9ca98f92
KS
81142015-08-14 Keith Seitz <keiths@redhat.com>
8115
8116 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8117 "evaluated-by".
8118
52bbc560
JB
81192015-08-13 Joel Brobecker <brobecker@adacore.com>
8120
8121 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8122
5d8c3ed3
PMR
81232015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8124
8125 * gdb.ada/fun_renaming.exp: New testcase.
8126 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8127 * gdb.ada/fun_renaming/pack.adb: New file.
8128 * gdb.ada/fun_renaming/pack.ads: New file.
8129
ea8812bc
KS
81302015-08-12 Keith Seitz <keiths@redhat.com>
8131
8132 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8133 gdb_get_line_number.
8134
4dafcdeb
JB
81352015-08-12 Joel Brobecker <brobecker@adacore.com>
8136
8137 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8138 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8139 gdb.base/dso2dso.exp: New files.
8140
5ba32597
SDJ
81412015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8142 Pedro Alves <palves@redhat.com>
8143 Keith Seitz <keiths@redhat.com>
8144
8145 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8146 GDBFLAGS.
8147
b6dafabf
PP
81482015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8149
8150 * gdb.base/gdbhistsize-history.exp
8151 (test_histsize_history_setting): Use save_vars.
8152 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8153 Use save_vars.
8154 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8155 * gdb.base/readline.exp: Use save_vars.
8156
abe8e607
PP
81572015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8158
8159 * lib/gdb.exp (save_vars): New proc.
8160
629500fa
KS
81612015-08-11 Keith Seitz <keiths@redhat.com>
8162
8163 * gdb.base/help.exp: Update help_breakpoint_text.
8164
eb8c4e2e
KS
81652015-08-11 Keith Seitz <keiths@redhat.com>
8166
8167 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8168 (at toplevel): Call test_explicit_breakpoints.
8169 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8170 breakpoints.
8171 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8172 breakpoint conditions, "-cond".
8173
87f0e720
KS
81742015-08-11 Keith Seitz <keiths@redhat.com>
8175
8176 * gdb.linespec/3explicit.c: New file.
8177 * gdb.linespec/cpexplicit.cc: New file.
8178 * gdb.linespec/cpexplicit.exp: New file.
8179 * gdb.linespec/explicit.c: New file.
8180 * gdb.linespec/explicit.exp: New file.
8181 * gdb.linespec/explicit2.c: New file.
8182 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8183 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8184 before using in the matching pattern.
8185 Clarify that `prefix' is a regular expression.
8186
f00aae0f
KS
81872015-08-11 Keith Seitz <keiths@redhat.com>
8188
8189 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8190 test.
8191 Add tests for missing ",FMT" and ",".
8192
e27852be
DE
81932015-08-10 Doug Evans <dje@google.com>
8194 Keith Seitz <keiths@redhat.com>
8195
8196 PR gdb/17960
8197 * gdb.base/completion.exp: Add location completer tests.
8198
7f03bd92
PA
81992015-08-07 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8202 tests here.
8203 (top level): Run do_test with and without displaced stepping.
8204
3fc8eb30
PA
82052015-08-07 Pedro Alves <palves@redhat.com>
8206
8207 * gdb.base/valgrind-disp-step.c: New file.
8208 * gdb.base/valgrind-disp-step.exp: New file.
8209
d4569d7b
PA
82102015-08-07 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8213 Delete function.
8214 (main): Add alarm. Run an infinite loop instead of calling
8215 wait_threads.
8216 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8217 comment.
8218 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8219 Delete function.
8220 (main): Add alarm. Run an infinite loop instead of calling
8221 wait_threads.
8222 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8223 comment.
8224
e1316e60
PA
82252015-08-07 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/checkpoint-ns.exp: New file.
8228 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8229 standard_testfile.
8230
da8c46d2
MM
82312015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8232
8233 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8234 * gdb.btrace/instruction_history.exp: Update.
8235 * gdb.btrace/tsx.exp: New.
8236 * gdb.btrace/tsx.c: New.
8237
de1c2c52
PA
82382015-08-06 Pedro Alves <palves@redhat.com>
8239
8240 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8241 increase timeout.
8242 * gdb.reverse/until-precsave.exp: Bump timeouts.
8243
782e0bf4
PA
82442015-08-06 Pedro Alves <palves@redhat.com>
8245
8246 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8247
83e97ed0
PA
82482015-08-06 Pedro Alves <palves@redhat.com>
8249
8250 PR gdb/18749
8251 * gdb.threads/process-dies-while-handling-bp.c: New file.
8252 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8253
863d01bd
PA
82542015-08-06 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8257 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8258
0a39bb32
PA
82592015-08-05 Pedro Alves <palves@redhat.com>
8260
8261 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8262 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8263
ee2d2b10
SL
82642015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8265
8266 * gdb.base/bp-permanent.exp: Report test as unsupported if
8267 the target cannot stop at the permanent breakpoint.
8268
4e1bdb00
DE
82692015-08-03 Doug Evans <dje@google.com>
8270
8271 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8272 10000.
8273
3d338901
DE
82742015-08-03 Doug Evans <dje@google.com>
8275
8276 * Makefile.in (workers/%.worker, build-perf): New rule.
8277 (GDB_PERFTEST_MODE): New variable.
8278 (check-perf): Use it.
8279 (clean): Clean up gdb.perf parallel build subdirs.
8280 * lib/build-piece.exp: New file.
8281 * lib/gdb.exp (make_gdb_parallel_path): New function
8282 (standard_output_file, standard_temp_file): Call it.
8283 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8284 of $GDB_PARALLEL.
8285 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8286
af061d3e
DE
82872015-08-03 Doug Evans <dje@google.com>
8288
8e1afc81 8289 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8290 (LOG_FILE_NAME): New global.
8291 (TextReporter.__init__): Initialize self.txt_sum.
8292 (TextReporter.report): Add support for multiple data-points.
8293 Move report to perftest.sum, put raw data in perftest.log.
8294 (TextReporter.start): Open sum and log files.
8295 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8296 * gdb.perf/lib/perftest/testresult.py
8297 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8298
2c8c5d37
PA
82992015-07-31 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8302 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8303 kill_wait_spawned_process instead of explicit "kill -9".
8304 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8305 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8306 kill_wait_spawned_process.
8307 * gdb.base/attach-twice.exp: Likewise.
8308 * gdb.base/attach.exp: Likewise.
8309 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8310 gdb_test_multiple.
8311 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8312 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8313 kill_wait_spawned_process.
8314 * gdb.base/valgrind-infcall.exp: Likewise.
8315 * gdb.multi/multi-attach.exp: Likewise.
8316 * gdb.python/py-prompt.exp: Likewise.
8317 * gdb.python/py-sync-interp.exp: Likewise.
8318 * gdb.server/ext-attach.exp: Likewise.
8319 * gdb.threads/attach-into-signal.exp (corefunc): Use
8320 spawn_wait_for_attach, spawn_id_get_pid and
8321 kill_wait_spawned_process.
8322 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8323 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8324 spawn_id_get_pid and kill_wait_spawned_process.
8325 * gdb.threads/attach-stopped.exp (corefunc): Use
8326 spawn_wait_for_attach, spawn_id_get_pid and
8327 kill_wait_spawned_process.
8328 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8329 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8330 kill_wait_spawned_process instead of explicit "kill -9".
8331 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8332 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8333 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8334 processes. Don't map cygwin/windows pids here. Now returns a
8335 spawn id list.
8336
032a0fca
SL
83372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8338
8339 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8340 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8341 correct patch.
8342
61a934ca
SL
83432015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8344
8345 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8346
4bc4d428
SL
83472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8348
8349 Reapply:
8350 2014-05-21 Mark Wielaard <mjw@redhat.com>
8351
8352 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8353
998d452a
PA
83542015-07-30 Pedro Alves <palves@redhat.com>
8355
8356 * linux-low.c (handle_extended_wait): Set the child's last
8357 reported status to TARGET_WAITKIND_STOPPED.
8358
69dde7dc
PA
83592015-07-30 Pedro Alves <palves@redhat.com>
8360
8361 PR threads/18600
8362 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8363 only shows inferior 1.
8364
4dd63d48
PA
83652015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8366 Pedro Alves <palves@redhat.com>
8367
8368 PR threads/18600
8369 * gdb.threads/fork-plus-threads.c: New file.
8370 * gdb.threads/fork-plus-threads.exp: New file.
8371
d618e4c5
PP
83722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8373
8374 * gdb.base/batch-preserve-term-settings.exp
8375 (test_terminal_settings_preserved_after_cli_exit): Use
8376 send_quit_command.
8377
1eef6428
PA
83782015-07-29 Pedro Alves <palves@redhat.com>
8379 Don Breazeal <donb@codesourcery.com>
8380
8381 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8382 output from both inferior_spawn_id and gdb_spawn_id.
8383
7da5b897
SDJ
83842015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8385
8386 * gdb.threads/attach-into-signal.exp (corefunc): Use
8387 with_test_prefix on nested loops, uniquefying the test messages.
8388
dac804df
SDJ
83892015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8390
8391 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8392 commit.
8393
06265e53
PP
83942015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8395
8396 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8397 New proc.
8398 (test_terminal_settings_preserved_after_sigterm): New test.
8399
18206ca3
PP
84002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8401
8402 * gdb.base/batch-preserve-term-settings.exp
8403 (test_terminal_settings_preserved_after_cli_exit): New test.
8404
90074d11
PP
84052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8406
8407 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8408 manipulation of saved_gdbflags.
8409 (test_terminal_settings_preserved): Remove global declaration of
8410 the unused variable pagination_prompt. Remove manipulation of
8411 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8412 GDBFLAGS.
8413
eb1a7902
PA
84142015-07-29 Pedro Alves <palves@redhat.com>
8415
8416 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8417
8b75dd3b
PA
84182015-07-29 Pedro Alves <palves@redhat.com>
8419
8420 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8421 at the top.
8422
dedad4e3
PA
84232015-07-29 Pedro Alves <palves@redhat.com>
8424
8425 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8426 (main): Call gdb_unbuffer_output.
8427 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8428 (main): Call gdb_unbuffer_output.
8429 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8430 (main): Call gdb_unbuffer_output.
8431 * gdb.base/call-strs.exp: Adjust to step over the
8432 gdb_unbuffer_output call.
8433 * gdb.base/catch-gdb-caused-signals.c: Include
8434 "../lib/unbuffer_output.c".
8435 (main): Call gdb_unbuffer_output.
8436 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8437 (main): Call gdb_unbuffer_output.
8438 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8439 (main): Call gdb_unbuffer_output.
8440 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8441 (main): Call gdb_unbuffer_output.
8442 * gdb.base/shlib-call.exp: Adjust to step over the
8443 gdb_unbuffer_output call.
8444 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8445 (main): Call gdb_unbuffer_output.
8446 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8447 (main): Call gdb_unbuffer_output.
8448 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8449 (main): Rename to ...
8450 (test): ... this.
8451 (main): Reimplement.
8452 * gdb.base/varargs.exp: Run to test instead of to main.
8453 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8454 (main): Call gdb_unbuffer_output.
8455
58789a91
PA
84562015-07-29 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8459 factore out from mi_continue_dprintf. For call-style dprintfs,
8460 expect dprintf output out of $inferior_spawn_id.
8461 (mi_continue_dprintf): Use mi_expect_dprintf.
8462 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8463 (main): Call gdb_unbuffer_output.
8464
e8376742
PA
84652015-07-29 Pedro Alves <palves@redhat.com>
8466
8467 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8468 (default_mi_gdb_start): Set inferior_spawn_id instead of
8469 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8470 gdb_spawn_id.
8471 (mi_gdb_test): Always expect inferior output from both
8472 $inferior_spawn_id and $gdb_spawn_id.
8473
08280010
PA
84742015-07-29 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8477 send_inferior and $inferior_spawn_id.
8478
4d30e432
PA
84792015-07-29 Pedro Alves <palves@redhat.com>
8480
8481 * gdb.gdb/complaints.exp (test_initial_complaints)
8482 (test_serial_complaints, test_short_complaints): Use
8483 gdb_test_stdio.
8484 (test_empty_complaint): Handle $inferior_spawn_id !=
8485 $gdb_spawn_id.
8486
0d30a335
PA
84872015-07-29 Pedro Alves <palves@redhat.com>
8488
8489 * gdb.base/varargs.exp: Use gdb_test_stdio.
8490
39413b29
PA
84912015-07-29 Pedro Alves <palves@redhat.com>
8492
8493 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8494
7cb000a9
PA
84952015-07-29 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8498
d7b8ac82
PA
84992015-07-29 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8502 parameter into two new parameters, "inf_result" and "gdb_result".
8503 Expect inferior output and gdb output from $inferior_spawn_id and
8504 $gdb_spawn_id, respectively. Adjust all callers.
8505
789c3a0c
PA
85062015-07-29 Pedro Alves <palves@redhat.com>
8507
8508 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8509 of gdb_test_sequence.
8510
77e760c3
PA
85112015-07-29 Pedro Alves <palves@redhat.com>
8512
8513 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8514 (saw_spurious_output): Expect inferior output from
8515 $inferior_spawn_id. Use gdb_test_stdio.
8516
8396d2cd
PA
85172015-07-29 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.base/dprintf.exp: Use standard_testfile. Change
8520 prepare_for_testing call.
8521 (srcfile): Don't set.
8522 (restart): New procedure.
8523 (test_dprintf): New procecure, use to continue over dprintfs.
8524 (test_call, test_agent): New procedures, tests moved here.
8525 Restart gdb and recreate dprintfs. Adjust expected output.
8526
2051d61f
PA
85272015-07-29 Pedro Alves <palves@redhat.com>
8528
8529 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8530
452397af
PA
85312015-07-29 Pedro Alves <palves@redhat.com>
8532
8533 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8534
8aed9555
PA
85352015-07-29 Pedro Alves <palves@redhat.com>
8536
8537 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8538 gdb_test_stdio.
8539
188a61b4
PA
85402015-07-29 Pedro Alves <palves@redhat.com>
8541
8542 * lib/gdb.exp (gdb_test_stdio): New procedure.
8543
12264a45
PA
85442015-07-29 Pedro Alves <palves@redhat.com>
8545
8546 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8547
23ffc893
PA
85482015-07-29 Pedro Alves <palves@redhat.com>
8549
8550 * gdb.base/call-signal-resume.exp: Remove check for
8551 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8552 * gdb.base/unwindonsignal.exp: Likewise.
8553 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8554 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8555
65566918
PA
85562015-07-29 Pedro Alves <palves@redhat.com>
8557
8558 * gdb.base/siginfo-addr.c (pass): New function.
8559 (handler): Call it iff si_addr is correct.
8560 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8561 Set a breakpoint at "pass" and continue to it.
8562
d60a9221
SDJ
85632015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8564
8565 * gdb.python/py-objfile.exp: Make some tests have unique names.
8566 * gdb.python/py-pp-registration.exp: Likewise.
8567
bde40b8f
PA
85682015-07-28 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8571
13e1dec8
SM
85722015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8573
8574 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8575
da33c9a7
SM
85762015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8577
8578 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8579
077836f7
PP
85802015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8581
8582 * gdb.base/gdb-sigterm-2.exp: New test.
8583
b8cc7b2e
DE
85842015-07-25 Doug Evans <xdje42@gmail.com>
8585
8586 Revert:
8587 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8588 (workers/%.worker, build-perf): New rule.
8589 (GDB_PERFTEST_MODE): New variable.
8590 (check-perf): Use it.
8591 (clean): Clean up gdb.perf parallel build subdirs.
8592 * lib/build-piece.exp: New file.
8593 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8594 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8595 name.
8596 (standard_temp_file): Ditto.
8597 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8598 of $GDB_PARALLEL.
8599
c8bd4544
DE
86002015-07-24 Doug Evans <dje@google.com>
8601
8602 * gdb.perf/lib/perftest/utils.py: New file.
8603 * gdb.perf/gm-hello.cc: New file.
8604 * gdb.perf/gm-pervasive-typedef.cc: New file.
8605 * gdb.perf/gm-pervasive-typedef.h: New file.
8606 * gdb.perf/gm-std.cc: New file.
8607 * gdb.perf/gm-std.h: New file.
8608 * gdb.perf/gm-use-cerr.cc: New file.
8609 * gdb.perf/gm-utils.h: New file.
8610 * gdb.perf/gmonster-null-lookup.py: New file.
8611 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8612 * gdb.perf/gmonster-print-cerr.py: New file.
8613 * gdb.perf/gmonster-ptype-string.py: New file.
8614 * gdb.perf/gmonster-runto-main.py: New file.
8615 * gdb.perf/gmonster-select-file.py: New file.
8616 * gdb.perf/gmonster1-null-lookup.exp: New file.
8617 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8618 * gdb.perf/gmonster1-print-cerr.exp: New file.
8619 * gdb.perf/gmonster1-ptype-string.exp: New file.
8620 * gdb.perf/gmonster1-runto-main.exp: New file.
8621 * gdb.perf/gmonster1-select-file.exp: New file.
8622 * gdb.perf/gmonster1.cc: New file.
8623 * gdb.perf/gmonster1.exp: New file.
8624 * gdb.perf/gmonster2-null-lookup.exp: New file.
8625 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8626 * gdb.perf/gmonster2-print-cerr.exp: New file.
8627 * gdb.perf/gmonster2-ptype-string.exp: New file.
8628 * gdb.perf/gmonster2-runto-main.exp: New file.
8629 * gdb.perf/gmonster2-select-file.exp: New file.
8630 * gdb.perf/gmonster2.cc: New file.
8631 * gdb.perf/gmonster2.exp: New file.
8632
6eab34f3
DE
86332015-07-24 Doug Evans <dje@google.com>
8634
8635 * gdb.perf/README: New file.
8636 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8637 * lib/gen-perf-test.exp: New file.
8638
63738bfd
DE
86392015-07-24 Doug Evans <dje@google.com>
8640
8641 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8642 (PerfTest::startup): New function.
8643 (PerfTest::run): Return result of calling body.
8644 (PerfTest::assemble): Rewrite.
8645 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8646 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8647 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8648 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8649 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8650
7b606f95
DE
86512015-07-24 Doug Evans <dje@google.com>
8652
8653 * lib/gdb.exp (clean_restart): Make executable optional.
8654
a97b16b8
DE
86552015-07-24 Doug Evans <dje@google.com>
8656
8657 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8658 compiler_info references.
8659 * gdb.cp/temargs.exp: Ditto.
8660 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8661 (get_compiler_info): Early exit if already computed. Set compiler_info
8662 to "unknown" if there was a problem.
8663 (test_compiler_info): Add function comment. Call get_compiler_info.
8664
35baa57f
DE
86652015-07-24 Doug Evans <dje@google.com>
8666
8667 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8668 (workers/%.worker, build-perf): New rule.
8669 (GDB_PERFTEST_MODE): New variable.
8670 (check-perf): Use it.
8671 (clean): Clean up gdb.perf parallel build subdirs.
8672 * lib/build-piece.exp: New file.
8673 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8674 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8675 name.
8676 (standard_temp_file): Ditto.
8677 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8678 of $GDB_PARALLEL.
8679
6ebea266
DE
86802015-07-24 Doug Evans <dje@google.com>
8681
8682 * lib/future.exp (gdb_default_target_compile): New option
8683 "early_flags".
8684 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8685 --as-needed.
8686
1e76a7e9
SDJ
86872015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8688
8689 * gdb.base/catch-syscall.exp: Call gdb_exit before
8690 gdb_skip_xml_test.
8691
5068630a
PA
86922015-07-24 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.python/py-events.exp: Accept output between the stop event
8695 and the prompt.
8696 * gdb.python/py-evsignal.exp: Likewise.
8697 * gdb.python/py-evthreads.exp: Likewise.
8698
77598427
PA
86992015-07-24 Pedro Alves <palves@redhat.com>
8700
8701 PR gdb/18717
8702 * gdb.threads/non-ldr-exit.c: New file.
8703 * gdb.threads/non-ldr-exit.exp: New file.
8704
11e6c98f
YQ
87052015-07-24 Yao Qi <yao.qi@linaro.org>
8706
8707 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8708 restarting process.
8709
51aee833
YQ
87102015-07-24 Yao Qi <yao.qi@linaro.org>
8711
8712 * gdb.server/ext-restart.exp: New file.
8713
8cfe207c
YQ
87142015-07-24 Yao Qi <yao.qi@linaro.org>
8715
8716 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8717 argument options.
8718 * gdb.server/ext-wrapper.exp: New file.
8719
cc12ce38
DE
87202015-07-23 Doug Evans <dje@google.com>
8721
8722 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8723 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8724
d0d84780
PMR
87252015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8726
8727 * gdb.ada/var_arr_typedef.exp: New testcase.
8728 * gdb.ada/var_arr_typedef/pack.adb: New file.
8729 * gdb.ada/var_arr_typedef/pack.ads: New file.
8730 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8731
8b558f79
JB
87322015-07-20 Joel Brobecker <brobecker@adacore.com>
8733
8734 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8735
775a3298
JK
87362015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8737
8738 * gdb.arch/i386-biarch-core.exp: Replace istarget
8739 by "complete set gnutarget". Remove expectation for the "core-file"
8740 command.
8741
db1ff28b
JK
87422015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8743
8744 Revert the previous commit:
8745 Tests for validate symbol file using build-id.
8746
0a94970d
JK
87472015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8748
8749 Tests for validate symbol file using build-id.
8750 * gdb.base/solib-mismatch-lib.c: New file.
8751 * gdb.base/solib-mismatch-libmod.c: New file.
8752 * gdb.base/solib-mismatch.c: New file.
8753 * gdb.base/solib-mismatch.exp: New file.
8754
03346981
SL
87552015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8756
8757 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8758 nios2-*-linux*.
8759 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8760 * gdb.base/siginfo.exp: Likewise.
8761 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8762
42422cc7
PL
87632015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8764
8765 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8766 Move it to ...
8767 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8768 ... here.
8769 * gdb.trace/range-stepping.exp: Check that the target supports
8770 range stepping.
8771
cfa68bae
JK
87722015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8773
8774 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8775
8ffdba26
PA
87762015-07-14 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.base/killed-outside.exp: New file.
8779 * gdb.base/killed-outside.c: New file.
8780
218a5a11
JK
87812015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8782
8783 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8784 (n at main): New.
8785 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8786
e03ed3c6
AA
87872015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8788
8789 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8790 infcall tests instead of setting up for KFAIL.
8791
485668e5
MM
87922015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8793
8794 * gdb.btrace/record_goto-step.exp: New.
8795
08464196
JK
87962015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8797
8798 PR compile/18484
8799 * gdb.compile/compile.c (struct struct_type): Add volatile to
8800 selffield's type.
8801 * gdb.compile/compile.exp
8802 (compile code struct_object.selffield = &struct_object): Skip further
8803 struct_object tests if this one xfails.
8804
bcf5c1d9
RC
88052015-07-08 Robert O'Callahan <robert@ocallahan.org>
8806
8807 PR exp/18617
8808 * gdb.trace/ax.exp: Add test.
8809
4931af25
YQ
88102015-07-07 Yao Qi <yao.qi@linaro.org>
8811
8812 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8813 instead of istarget "aarch64*-*-*".
8814 * gdb.arch/aarch64-fp.exp: Likewise.
8815 * gdb.base/float.exp: Likewise.
8816 * gdb.reverse/aarch64.exp: Likewise.
8817 * lib/gdb.exp (is_aarch64_target): New proc.
8818
9fcf688e
YQ
88192015-07-07 Yao Qi <yao.qi@linaro.org>
8820
8821 * lib/gdb.exp (is_aarch32_target): New proc.
8822 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8823 instead of "istarget "arm*-*-*"".
8824 * gdb.arch/arm-disp-step.exp: Likewise.
8825 * gdb.arch/thumb-bx-pc.exp: Likewise.
8826 * gdb.arch/thumb-prologue.exp: Likewise.
8827 * gdb.arch/thumb-singlestep.exp: Likewise.
8828 * gdb.base/disp-step-syscall.exp: Likewise.
8829 * gdb.base/float.exp: Likewise.
8830
fbd8d50d
YQ
88312015-07-07 Yao Qi <yao.qi@linaro.org>
8832
8833 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8834 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8835
71be1fdc
YQ
88362015-07-07 Yao Qi <yao.qi@linaro.org>
8837
8838 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8839 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8840 if it exists.
8841 * gdb.multi/multi-arch.exp: Likewise.
8842
3e221d36
SM
88432015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8844
8845 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8846 print.
8847
d441430b
YQ
88482015-07-07 Yao Qi <yao.qi@linaro.org>
8849
8850 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8851
06f810bd
MG
88522015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8853
8854 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8855 '[' and ']' characters.
8856
5e61e7c0
IB
88572015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8858
8859 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8860
28bf096c
PA
88612015-06-29 Pedro Alves <palves@redhat.com>
8862
8863 PR threads/18127
8864 * gdb.threads/hand-call-new-thread.c: New file.
8865 * gdb.threads/hand-call-new-thread.c: New file.
8866
ee93cd5e
KS
88672015-06-26 Keith Seitz <keiths@redhat.com>
8868 Doug Evans <dje@google.com>
8869
8870 PR 16253
8871 * gdb.cp/var-tag-2.cc: New file.
8872 * gdb.cp/var-tag-3.cc: New file.
8873 * gdb.cp/var-tag-4.cc: New file.
8874 * gdb.cp/var-tag.cc: New file.
8875 * gdb.cp/var-tag.exp: New file.
8876
fc637f04
PP
88772015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8878
8879 * gdb.base/history-duplicates.exp: New test.
8880
2e52ae68
PP
88812015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8882
8883 * gdb.base/completion.exp: Test the completion of the "focus"
8884 command.
8885
6e22494e
JK
88862015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8887
8888 * gdb.arch/amd64-prologue-skip.S: New file.
8889 * gdb.arch/amd64-prologue-skip.exp: New file.
8890
bf7b9cd9
SM
88912015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8892
8893 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8894 is_address_zero_readable check.
8895
201e8dfd
PB
88962015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8897
8898 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8899 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8900
5cd867b4
YQ
89012015-06-24 Yao Qi <yao.qi@linaro.org>
8902
8903 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8904 linux targets.
8905
4d7be007
YQ
89062015-06-24 Yao Qi <yao.qi@linaro.org>
8907
8908 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8909 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8910 * gdb.base/siginfo-thread.exp: Likewise.
8911
07fcd301
YQ
89122015-06-22 Yao Qi <yao.qi@linaro.org>
8913
8914 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8915
52042a00
YQ
89162015-06-22 Yao Qi <yao.qi@linaro.org>
8917
8918 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8919 aarch64*-*-*.
8920 (skip_hw_watchpoint_tests): Likewise.
8921
74bd41ce
PP
89222015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8923
8924 * gdb.base/gdbinit-history.exp: Test the interaction between
8925 setting GDBHISTSIZE and setting the history size via .gdbinit.
8926
bc460514
PP
89272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8928
8929 PR gdb/16999
8930 * gdb.base/gdbhistsize-history.exp: New test.
8931
b58c513b
PP
89322015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8933
8934 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8935 with GDBHISTSIZE.
8936 * gdb.base/readline.exp: Likewise.
8937
92046791
YQ
89382015-06-17 Yao Qi <yao.qi@linaro.org>
8939
8940 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8941 line.
8942
2093d2d3
PP
89432015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8944
8945 * gdb.base/gdbinit-history.exp: Add test case to check that
8946 an unlimited history file does not get truncated on exit.
8947
e6c693af
AA
89482015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8949
8950 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8951 (VECTOR): New macro. Use it...
8952 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8953 ...for these typedefs.
8954 (int8, char1, int1, double1): New typedefs.
8955 (struct just_int2, struct two_int2): New structures.
8956 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8957 (add_structvecs, add_singlevecs): New functions.
8958 (main): Call add_some_intvecs twice.
8959 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8960 the compile and exit upon failure. Try compiling for the "native"
8961 architecture. Test inferior function calls with vector arguments
8962 and vector return value handling with "finish" and "return".
8963
c74f7d1c
JT
89642015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8965
8966 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8967 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8968 PE file.
8969 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8970
98aa42ee
AT
89712015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8972
8973 PR breakpoints/16465
8974 * gdb.mi/mi-dprintf-pending.c: New file.
8975 * gdb.mi/mi-dprintf-pending.exp: New test.
8976 * gdb.mi/mi-dprintf-pendshr.c: New file.
8977
7d73c23c 89782015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8979 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8980
8981 * gdb.arch/i386-mpx-map.c: New file.
8982 * gdb.arch/i386-mpx-map.exp: New File.
8983
89842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8985
8986 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8987 * gdb.arch/i386-mpx.exp: Indentation fixed.
8988
89892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8990
8991 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8992 function and improved indentation.
8993 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8994 gdb_test_multiple. Added additional tests to skip the test.
8995
89962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8997
8998 * gdb.arch/i386-avx512.c: Change path in include file.
8999 * gdb.arch/i386-avx512.exp: Change include dir path
9000 compilation flag.
9001 * gdb.arch/i386-mpx.c: Change path in include file.
9002 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9003 flag.
9004
d5eba19a
JK
90052015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9006
9007 * gdb.compile/compile-print.exp (compile print *vararray@3)
9008 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9009
7f361056
JK
90102015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9011
9012 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9013 (do not keep jit in memory): ... this.
9014 (expect 5): Change it to ...
9015 (expect no 5): ... this.
9016
3b462ec2
SM
90172015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9018
9019 PR gdb/15564
9020 * gdb.mi/mi-detach.exp: New file.
9021
e0619de6
JK
90222015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9023
9024 PR symtab/18392
9025 * gdb.arch/amd64-tailcall-self.S: New file.
9026 * gdb.arch/amd64-tailcall-self.c: New file.
9027 * gdb.arch/amd64-tailcall-self.exp: New file.
9028
e970cb34
DB
90292015-05-28 Don Breazeal <donb@codesourcery.com>
9030
9031 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9032 tests for remote targets by checking is_target_gdbserver.
9033
b2e2f908
DE
90342015-05-27 Doug Evans <dje@google.com>
9035
9036 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9037 * gdb.dwarf2/opaque-type-lookup.c: New file.
9038 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9039
82c7be31
DE
90402015-05-26 Doug Evans <dje@google.com>
9041
9042 * gdb.cp/iostream.cc: New file.
9043 * gdb.cp/iostream.exp: New file.
9044
b4f54984
DE
90452015-05-26 Doug Evans <dje@google.com>
9046
9047 * gdb.dwarf2/dw2-op-call.exp: Update.
9048 * gdb.dwarf2/dw4-sig-types.exp: Update.
9049 * gdb.dwarf2/implptr.exp: Update.
9050 * gdb.mi/mi-cmd-param-changed.exp: Update.
9051
4ea6efe9
DE
90522015-05-26 Doug Evans <dje@google.com>
9053
9054 * gdb.python/py-lazy-string.c: New file.
9055 * gdb.python/py-lazy-string.exp: New file.
9056 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9057 (main): Update. Add estring3.
9058 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9059 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9060
f6bb7db3
YQ
90612015-05-26 Omair Javaid <omair.javaid@linaro.org>
9062 Yao Qi <yao.qi@linaro.org>
9063
9064 * gdb.reverse/aarch64.c: New.
9065 * gdb.reverse/aarch64.exp: New.
9066
a81bfbd0
OJ
90672015-05-26 Omair Javaid <omair.javaid@linaro.org>
9068
25d49b86
PA
9069 * lib/gdb.exp (supports_process_record): Return true for
9070 aarch64*-linux*.
a81bfbd0
OJ
9071 (supports_reverse): Likewise.
9072
158bf1b4
PP
90732015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9074
9075 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9076 Use with_test_prefix.
9077
a0145030
AB
90782015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9079
9080 * gdb.base/completion.exp: Add test for completion of layout
9081 names.
9082
ebe3b578
AB
90832015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9084
9085 * lib/gdb.exp (skip_tui_tests): New proc.
9086 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9087
84204ed7
PA
90882015-05-19 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9091 Save the whole env array instead of just HOME. Unset HISTSIZE in
9092 the environment while testing. Restore whole environment
9093 afterwards.
9094
37442ce1
DE
90952015-05-16 Doug Evans <xdje42@gmail.com>
9096
9097 * gdb.guile/scm-ports.c: New file.
9098 * gdb.guile/scm-ports.exp: Add memory port tests.
9099
36de76f9
JK
91002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 * gdb.compile/compile-print.c: New file.
9103 * gdb.compile/compile-print.exp: New file.
9104
3a9558c4
JK
91052015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9106
9107 * gdb.compile/compile-ops.exp: Cast param to void.
9108 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9109 (compile code struct_object.selffield = &struct_object): Add xfail.
9110
aa715135
JG
91112015-05-15 Joel Brobecker <brobecker@adacore.com>
9112
9113 * gdb.ada/arr_enum_with_gap: New testcase.
9114
931e5bc3
JG
91152015-05-15 Joel Brobecker <brobecker@adacore.com>
9116
9117 * gdb.ada/byte_packed_arr: New testcase.
9118
9cd4d857
JB
91192015-05-15 Joel Brobecker <brobecker@adacore.com>
9120
9121 * gdb.ada/pckd_neg: New testcase.
9122
ebfd00d2
PP
91232015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9124
9125 PR gdb/17820
9126 * gdb.base/gdbinit-history.exp: New test.
9127 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9128 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9129
4c082a81
SC
91302015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9131
9132 * gdb.python/py-xmethods.cc: Enhance test case.
9133 * gdb.python/py-xmethods.exp: New tests.
9134 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9135 function.
9136 (B_indexoper): Likewise.
9137 (global_dm_list) : Add new xmethod worker functions.
9138
f7797074
SDJ
91392015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9140
9141 * gdb.base/coredump-filter.exp: Correctly unset
9142 "coredump_var_addr" array.
9143
a4674e4e
PA
91442015-05-08 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.server/non-existing-program.exp: Unset spawn_id.
9147
df2eb078
SC
91482015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9149
9150 PR python/18291
9151 * gdb.python/py-xmethods.exp: Add tests.
9152
422349a3
YQ
91532015-05-08 Yao Qi <yao.qi@linaro.org>
9154
9155 PR gdb/18208
9156 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9157 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9158 function set_coredump_filter, and remove remote_exec call.
9159 Remove argument ipid. Callers update.
9160 (top level): Don't get inferior's PID.
9161
63fc80ce
AA
91622015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9163
9164 * gdb.base/watch_thread_num.exp: Skip test on targets without
9165 access watchpoints.
9166
80ad801e
PA
91672015-05-06 Pedro Alves <palves@redhat.com>
9168
9169 PR server/18081
9170 * gdb.server/non-existing-program.exp: New file.
9171
0fa7fe50
JB
91722015-05-05 Joel Brobecker <brobecker@adacore.com>
9173
9174 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9175
3ea89b92
PMR
91762015-05-05 Joel Brobecker <brobecker@adacore.com>
9177
9178 * gdb.ada/out_of_line_in_inlined: New testcase.
9179
87b8eff0
JB
91802015-05-05 Joel Brobecker <brobecker@adacore.com>
9181
9182 * gdb.ada/var_rec_arr: New testcase.
9183
5fccc635
YQ
91842015-04-30 Yao Qi <yao.qi@linaro.org>
9185
9186 * gdb.base/break-idempotent.exp: If
9187 skip_hw_watchpoint_multi_tests returns true, skip the tests
9188 on "rwatch" and "awatch".
9189
42d38f42
YQ
91902015-04-30 Yao Qi <yao.qi@linaro.org>
9191
9192 * gdb.base/relativedebug.exp: Invoke gdb command
9193 "info sharedlibrary", and if libc.so doesn't have debug info,
9194 skip the test.
9195
2ce1cdbf
DE
91962015-04-29 Doug Evans <dje@google.com>
9197
9198 * gdb.python/py-xmethods.exp: Add ptype tests.
9199 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9200 get_result_type method.
9201
f24a38c5
LM
92022015-04-29 Luis Machado <lgustavo@codesourcery.com>
9203
9204 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9205 the target does not support hardware watchpoints.
9206
ecbf2b3c
LM
92072015-04-29 Luis Machado <lgustavo@codesourcery.com>
9208
9209 * gdb.base/break-always.exp: Abort testing if writing to memory
9210 causes an error.
9211
34f5f757
DE
92122015-04-28 Doug Evans <dje@google.com>
9213
9214 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9215 * gdb.python/py-pp-registration.exp: ... here. New file.
9216 * gdb.python/py-pp-registration.c: New file.
9217 * gdb.python/py-pp-registration.py: New file.
9218
69b4374a
DE
92192015-04-28 Doug Evans <dje@google.com>
9220
9221 * gdb.python/py-bad-printers.c: New file.
9222 * gdb.python/py-bad-printers.py: New file.
9223 * gdb.python/py-bad-printers.exp: New file.
9224
59fb7612
SS
92252015-04-28 Sasha Smundak <asmundak@google.com>
9226
9227 * gdb.python/py-type.exp: New test.
9228
2631b16a
AW
92292015-04-28 Andy Wingo <wingo@igalia.com>
9230
9231 * gdb.python/py-parameter.exp:
9232 * gdb.guile/scm-parameter.exp: Escape the path that we are
9233 matching against, as it might contain characters that are special
9234 to regular expressions.
9235
460efde1
JB
92362015-04-27 Joel Brobecker <brobecker@adacore.com>
9237
9238 * gdb.ada/rec_comp: New testcase.
9239
2d369d8e
SDJ
92402015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9241
9242 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9243 before using it.
9244
cf75d6c3
AB
92452015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9246
9247 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9248 new tests for verilog output.
9249
8dbe7ca5
YQ
92502015-04-24 Yao Qi <yao.qi@linaro.org>
9251
9252 * boards/remote-gdbserver-on-localhost.exp: New file.
9253
4ef9fb2f
PA
92542015-04-23 Pedro Alves <palves@redhat.com>
9255
9256 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9257 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9258 "end of file", remove $inferior_spawn_id from the indirect list.
9259
0a803169
PA
92602015-04-23 Pedro Alves <palves@redhat.com>
9261
9262 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9263
749ef8f8
PA
92642015-04-23 Pedro Alves <palves@redhat.com>
9265
9266 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9267 on $any_spawn_id instead of only on $gdb_spawn_id.
9268
8aae4344
PM
92692015-04-21 Pierre Muller <muller@sourceware.org>
9270
9271 PR pascal/17815
9272 * lib/pascal.exp (gpc_compile): Add new option "class".
9273 (fpc_compile): Likewise.
9274 * gdb.pascal/case-insensitive-symbols.pas: New file.
9275 * gdb.pascal/case-insensitive-symbols.exp: New file.
9276
1586c8fb
GB
92772015-04-20 Gary Benson <gbenson@redhat.com>
9278
9279 * gdb.base/attach.exp: Fix three extended remote failures.
9280
1b6e6f5c
GB
92812015-04-17 Gary Benson <gbenson@redhat.com>
9282
9283 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9284 the main executable over the remote protocol.
9285
e797481d
PA
92862015-04-16 Pedro Alves <palves@redhat.com>
9287
9288 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9289 a new gdbserver if gdbserver_reconnect_p is set.
9290
1ca99c42
PA
92912015-04-16 Pedro Alves <palves@redhat.com>
9292
9293 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9294 is set, don't exit gdbserver.
9295
af9fd6f8
AA
92962015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9297
9298 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9299 appropriate .insn, such that an older assembler can be used.
9300 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9301 the z/Architecture instruction set on 31-bit targets as well.
9302
04ff1e61
AA
93032015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9304
9305 * gdb.go/handcall.exp: Remove all logic related to the first
9306 breakpoint and rely on go_runto_main instead.
9307 * gdb.go/strings.exp: Likewise.
9308 * gdb.go/unsafe.exp: Likewise.
9309 * gdb.go/hello.exp: Likewise. Also rename the remaining
9310 breakpoint marker to "breakpoint 1".
9311 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9312 * gdb.go/strings.go: Likewise.
9313 * gdb.go/unsafe.go: Likewise.
9314 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9315 "set breakpoint 2 here" and rename the remaining breakpoint marker
9316 to "breakpoint 1".
9317
40d2f8d6
SM
93182015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9319
9320 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9321 if itertools.imap is not present.
9322 * gdb.python/py-objfile.exp: Add parentheses.
9323 * gdb.python/py-type.exp: Same.
9324 * gdb.python/py-unwind-maint.py: Same.
9325
8cbc97c6
YQ
93262015-04-15 Yao Qi <yao.qi@linaro.org>
9327
9328 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9329 of ":$ptr_size" and set its form explicitly.
9330
45fd756c
YQ
93312015-04-15 Pedro Alves <palves@redhat.com>
9332 Yao Qi <yao.qi@linaro.org>
9333
9334 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9335 timeout by factor of 4.
9336 (test_regular_watch): Likewise.
9337 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9338 * gdb.reverse/sigall-reverse.exp: Likewise.
9339 * gdb.reverse/until-precsave.exp: Likewise.
9340 * lib/gdb.exp (with_timeout_factor): New proc.
9341 (gdb_expect): Move some code to ...
9342 (get_largest_timeout): ... here. New procedure.
9343
9e811bc3
LM
93442015-04-14 Luis Machado <lgustavo@codesourcery.com>
9345
9346 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9347
0ff6fcb2
LM
93482015-04-13 Luis Machado <lgustavo@codesourcery.com>
9349
9350 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9351 to write to the .text section.
9352
7578d5f7
LM
93532015-04-13 Luis Machado <lgustavo@codesourcery.com>
9354
9355 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9356 Handle the case of targets that do not provide PID information.
9357
2efe15c4
YQ
93582015-04-13 Yao Qi <yao.qi@linaro.org>
9359
9360 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9361 and use expect instead of gdb_expect.
9362
8cd8f2f8
SDJ
93632015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9364
9365 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9366 "coredump_var_addr" to avoid naming conflict with other testcases.
9367
9ee41772
PA
93682015-04-10 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9371 gdb_test_sequence and gdb_assert.
9372
07473109
PA
93732015-04-10 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9376 test messages that don't include the breakpoint address.
9377
de3db44c
YQ
93782015-04-10 Yao Qi <yao.qi@linaro.org>
9379
9380 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9381 false for some offset and width combinations which aren't
9382 supported by linux kernel.
9383
c79d856c
PA
93842015-04-10 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9387 procedure, factored out from ...
9388 (top level): ... here. Add "set displaced-stepping" testing axis.
9389 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9390 parameter "displaced". Use it.
9391 (top level): Use foreach and add "set displaced-stepping" testing
9392 axis.
9393
ebc90b50
PA
93942015-04-10 Pedro Alves <palves@redhat.com>
9395
9396 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9397 Remove comment.
9398 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9399 both the address of the instruction that triggers the watchpoint
9400 and the address of the instruction immediately after, and use
9401 those addresses for the test. Fix comment.
9402
8f572e5c
PA
94032015-04-10 Pedro Alves <palves@redhat.com>
9404
9405 * gdb.base/sigstep.exp (breakpoint_to_handler)
9406 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9407 Test "backtrace" in handler.
9408 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9409 (top level): Add new "displaced" test axis to
9410 breakpoint_to_handler, breakpoint_to_handler_entry and
9411 breakpoint_over_handler.
9412
8d707a12
PA
94132015-04-10 Pedro Alves <palves@redhat.com>
9414
9415 PR gdb/18216
9416 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9417
ef713951
YQ
94182015-04-10 Yao Qi <yao.qi@linaro.org>
9419
9420 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9421 (test_add_rn_pc): New function.
9422 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9423 (top level): Invoke test_add_rn_pc.
9424
906d60cf
PA
94252015-04-10 Pedro Alves <palves@redhat.com>
9426
9427 PR gdb/13858
9428 * gdb.base/step-over-no-symbols.exp: New file.
9429
f2983cc3
AW
94302015-04-09 Andy Wingo <wingo@igalia.com>
9431
9432 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9433 after the Python tests.
9434
6d62641c
SDJ
94352015-04-08 Keith Seitz <keiths@redhat.com>
9436
9437 PR python/16699
9438 * gdb.python/py-completion.exp: New tests for completion.
9439 * gdb.python/py-completion.py (CompleteLimit1): New class.
9440 (CompleteLimit2): Likewise.
9441 (CompleteLimit3): Likewise.
9442 (CompleteLimit4): Likewise.
9443 (CompleteLimit5): Likewise.
9444 (CompleteLimit6): Likewise.
9445 (CompleteLimit7): Likewise.
9446
f3770638
PA
94472015-04-08 Pedro Alves <palves@redhat.com>
9448
9449 PR gdb/18214
9450 PR gdb/18216
9451 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9452 function.
9453 (main): Install it as SIGUSR1 handler.
9454 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9455 parameter. Always use "setup" as prefix. Toggle "set
9456 displaced-stepping" off/on depending on global. Don't switch to
9457 thread 1 here.
9458 (top level): Add displaced stepping "off/on" test axis. Update
9459 "setup" calls. Wrap each subtest with with_test_prefix. Test
9460 continuing with a queued signal in each thread.
9461
4496bed7
PA
94622015-04-08 Pedro Alves <palves@redhat.com>
9463
9464 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9465 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9466 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9467 Return early if running to main fails.
9468 * gdb.trace/while-stepping.exp: Likewise.
9469
b97fde92
PA
94702015-04-07 Pedro Alves <palves@redhat.com>
9471
9472 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9473 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9474 interact with inferior program.
9475
f71c18e7
PA
94762015-04-07 Pedro Alves <palves@redhat.com>
9477
9478 * lib/gdb.exp (inferior_spawn_id): New global.
9479 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9480 spawn id after processing the user code.
9481 (default_gdb_start): Set inferior_spawn_id.
9482 (send_inferior): New procedure.
9483 * lib/gdbserver-support.exp (gdbserver_start): Set
9484 inferior_spawn_id.
9485 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9486
6423214f
PA
94872015-04-07 Pedro Alves <palves@redhat.com>
9488
9489 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9490 * lib/gdbserver-support.exp (gdbserver_start): Make
9491 $server_spawn_id global.
9492 (gdbserver_start): Don't wait for gdbserver's spawn id with
9493 expect_background.
9494 (close_gdbserver): New procedure.
9495 (gdb_exit): Rename the default version and reimplement.
9496
71c0ee8c
PA
94972015-04-07 Pedro Alves <palves@redhat.com>
9498
72f4393d 9499 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9500 append the substituted item, not the original item.
9501
203bc29b
PA
95022015-04-07 Pedro Alves <palves@redhat.com>
9503
9504 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9505 gdb_expect.
9506
508a3ddf
PA
95072015-04-07 Pedro Alves <palves@redhat.com>
9508
9509 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9510 output appearing once only.
9511
9f6dbe2b
PA
95122015-04-07 Pedro Alves <palves@redhat.com>
9513
9514 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9515 that doesn't expect anything. Return early if running to main
9516 fails.
9517
337532fa
YQ
95182015-04-07 Yao Qi <yao.qi@linaro.org>
9519
9520 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9521 (child_function): Call alarm.
9522 (main): Move call to alarm into the loop.
9523 * gdb.threads/non-stop-fair-events.exp: Build program with
9524 -DTIMEOUT=$timeout.
9525
01b622d4
DE
95262015-04-06 Doug Evans <xdje42@gmail.com>
9527
9528 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9529 Fix dest parameter to board_info.
9530 (fpc_compile): Ditto.
9531 (gdb_compile_pascal): Rename dest arg to destfile.
9532
961f4160
PMR
95332015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9534
9535 * gdb.ada/funcall_ref.exp: New file.
9536 * gdb.ada/funcall_ref/foo.adb: New file.
9537
cafda597
YQ
95382015-04-02 Yao Qi <yao.qi@linaro.org>
9539
9540 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9541 is remote.
9542
fed040c6
GB
95432015-04-02 Gary Benson <gbenson@redhat.com>
9544
9545 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9546
d11916aa
SS
95472015-04-01 Sasha Smundak <asmundak@google.com>
9548
9549 * gdb.python/py-unwind-maint.c: New file.
9550 * gdb.python/py-unwind-maint.exp: New test.
9551 * gdb.python/py-unwind-maint.py: New file.
9552 * gdb.python/py-unwind.c: New file.
9553 * gdb.python/py-unwind.exp: New test.
9554 * gdb.python/py-unwind.py: New test.
9555
a1471180
PA
95562015-04-01 Pedro Alves <palves@redhat.com>
9557
9558 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9559 to fail instead of non-existent $test.
9560
0bbeccb1
PA
95612015-04-01 Pedro Alves <palves@redhat.com>
9562
9563 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9564 GDBFLAGS if not empty.
9565
3c724c8c
PMR
95662015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9567
9568 * gdb.ada/complete.exp: Remove "multi_line".
9569 * gdb.ada/info_exc.exp: Remove "multi_line".
9570 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9571 * gdb.ada/ptype_field.exp: Remove "multi_line".
9572 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9573 * gdb.ada/tagged.exp: Remove "multi_line".
9574 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9575 [multi_line ...]
9576 * gdb.btrace/delta.exp: Likewise.
9577 * gdb.btrace/exception.exp: Likewise.
9578 * gdb.btrace/function_call_history.exp: Likewise.
9579 * gdb.btrace/instruction_history.exp: Likewise.
9580 * gdb.btrace/nohist.exp: Likewise.
9581 * gdb.btrace/record_goto.exp: Likewise.
9582 * gdb.btrace/segv.exp: Likewise.
9583 * gdb.btrace/stepi.exp: Likewise.
9584 * gdb.btrace/tailcall.exp: Likewise.
9585 * gdb.btrace/unknown_functions.exp: Likewise.
9586 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9587 * lib/gdb.exp: Add the "multi_line" helper.
9588
4eec2deb
PA
95892015-04-01 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.threads/tid-reuse.c: New file.
9592 * gdb.threads/tid-reuse.exp: New file.
9593
df8411da
SDJ
95942015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9595
9596 PR corefiles/16092
9597 * gdb.base/coredump-filter.c: New file.
9598 * gdb.base/coredump-filter.exp: Likewise.
9599
6ef37366
PM
96002015-03-27 Petr Machata <pmachata@redhat.com>
9601
9602 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9603 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9604 (Dwarf::assemble): Initialize them.
9605 (Dwarf::lines): New function.
9606
7ec911b0
JT
96072015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9608
9609 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9610 SYMBOL_PREFIX for x86_64-*-cygwin.
9611
ff908ebf
AW
96122015-03-26 Andy Wingo <wingo@igalia.com>
9613
9614 PR symtab/18148
9615 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9616 const_value but not a location.
9617 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9618 location defined in non-main CUs are visible.
9619
6d5f0679
YQ
96202015-03-26 Yao Qi <yao.qi@linaro.org>
9621
9622 PR testsuite/18139
9623 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9624 Add a line number entry for the same line.
9625 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9626 Add a line number entry for the same line.
9627
2898689b
YQ
96282015-03-26 Yao Qi <yao.qi@linaro.org>
9629
9630 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9631 .int 0.
9632 (func): Likewise. Add .Lfunc_1 label.
9633 Use .Lfunc_1 label.
9634 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9635 .int 0.
9636 (func): Likewise.
9637 Use .Lfunc_1 label.
9638
85180498
YQ
96392015-03-26 Yao Qi <yao.qi@linaro.org>
9640
9641 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9642 Call gdb_compile instead to compile each .s files without debug
9643 information.
9644
8aa08a8d
YQ
96452015-03-26 Yao Qi <yao.qi@linaro.org>
9646
9647 * gdb.base/savedregs.exp (process_saved_regs): Make
9648 "Saved registers:" optional in the pattern.
9649
66849923
MM
96502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9651
9652 * gdb.btrace/next.exp: Merged into step.exp.
9653 * gdb.btrace/finish.exp: Merged into step.exp.
9654 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9655 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9656 "record goto" and checking the exact replay position.
9657 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9658 check for "Recording format" in "info record" output.
9659 * gdb.btrace/record_goto.exp: Choose test file based on target.
9660 * gdb.btrace/x86-record_goto.S: Renamed into ...
9661 * gdb.btrace/x86_64-record_goto.S: ... this.
9662 * gdb.btrace/i686-record_goto.S: New.
9663 * gdb.btrace/x86-tailcall.S: Renamed into ...
9664 * gdb.btrace/x86_64-tailcall.S: ... this.
9665 * gdb.btrace/i686-tailcall.S: New.
9666 * gdb.btrace/x86-tailcall.c: Renamed into ...
9667 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9668 separate statements. Update test.
9669 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9670 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9671 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9672 * gdb.btrace/tailcall.exp: Choose test file based on target.
9673 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9674
11cc1b74
MM
96752015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9676
9677 * gdb.btrace/exception.exp: Increase BTS buffer size.
9678
a25d8bf9
PA
96792015-03-24 Pedro Alves <palves@redhat.com>
9680
9681 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9682
856e7dd6
PA
96832015-03-24 Pedro Alves <palves@redhat.com>
9684
9685 * gdb.threads/schedlock.exp (test_step): No longer expect that
9686 "set scheduler-locking step" with "next" over a function call runs
9687 threads unlocked.
9688
ad235a41
AT
96892015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9690
9691 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9692
15630549
AT
96932015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9694
9695 PR breakpoints/16466
9696 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9697 * gdb.mi/mi-pending.c (thread_func): New function.
9698 (int main): Add threading support required.
9699 * gdb.mi/mi-pending.exp: Add tests for this issue.
9700 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9701 (pendfunc2): Remove stdio dependency.
9702 * gdb.mi/mi-pendshr2.c: New file.
9703
693dca06
KS
97042015-03-23 Keith Seitz <keiths@redhat.com>
9705
9706 * gdb.linespec/keywords.c: New file.
9707 * gdb.linespec/keywords.exp: New file.
9708
7e993ebf
KS
97092015-03-23 Keith Seitz <keiths@redhat.com>
9710
9711 PR gdb/18021
9712 * gdb.dwarf2/staticvirtual.exp: New test.
9713
bc23328c
JK
97142015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9717 * README: Remove HP-UX and gdb.hp.
9718 (configuration):
9719 * configure: Regenerate.
9720 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9721 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9722 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9723 gdb.hp/gdb.defects/Makefile.
9724 * gdb.hp/Makefile.in: File deleted.
9725 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9726 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9727 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9728 * gdb.hp/gdb.aCC/run.c: File deleted.
9729 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9730 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9731 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9732 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9733 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9734 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9735 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9736 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9737 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9738 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9739 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9740 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9741 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9742 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9743 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9744 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9745 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9746 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9747 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9748 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9749 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9750 * gdb.hp/gdb.compat/average.c: File deleted.
9751 * gdb.hp/gdb.compat/sum.c: File deleted.
9752 * gdb.hp/gdb.compat/xdb.c: File deleted.
9753 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9754 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9755 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9756 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9757 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9758 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9759 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9760 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9761 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9762 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9763 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9764 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9765 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9766 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9767 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9768 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9769 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9770 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9771 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9772 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9773 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9774 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9775 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9776 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9777 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9778 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9779 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9780 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9781 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9782 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9783 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9784 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9785 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9786 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9787 * gdb.hp/tools/odump: File deleted.
9788
8bf3b159
PA
97892015-03-19 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9792 (saw_thread_3): New globals.
9793 (top level): Increment them when an event for the corresponding
9794 thread is seen.
9795 (no thread starvation): New test.
9796
eb54c8bf
PA
97972015-03-19 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.threads/continue-pending-status.c: New file.
9800 * gdb.threads/continue-pending-status.exp: New file.
9801
32d2e5d6
PA
98022015-03-18 Pedro Alves <palves@redhat.com>
9803
9804 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9805 Use gdb_is_target_remote instead of is_remote. Use
9806 gdb_test_multiple instead of gdb_expect. Exit early if
9807 gdb_test_multiple hits its internal matches. Tighten stepi tests
9808 expected output. Fail on exit with any signal, instead of just
9809 SIGILL.
9810
f68f11b7
YQ
98112015-03-18 Yao Qi <yao.qi@linaro.org>
9812
9813 PR tdep/18107
9814 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9815 variable.
9816 * gdb.base/catch-syscall.exp: Don't skip it on
9817 aarch64*-*-linux* target. Remove elements in all_syscalls.
9818 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9819 target.
9820 (setup_all_syscalls): New proc.
9821
ca5fd19b
YQ
98222015-03-16 Yao Qi <yao.qi@linaro.org>
9823
9824 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9825 (top level): Skip tests if valid_addr_p returns false for
9826 $cmd1 or $cmd2.
9827
85642ba0
AW
98282015-03-11 Andy Wingo <wingo@igalia.com>
9829
9830 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9831
e03f9645
YQ
98322015-03-11 Yao Qi <yao.qi@linaro.org>
9833
9834 * gdb.base/catch-syscall.exp: Fix typo in comments.
9835
5d0962b2
YQ
98362015-03-11 Yao Qi <yao.qi@linaro.org>
9837
9838 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9839
b2df3cef
PA
98402015-03-09 Pedro Alves <palves@redhat.com>
9841
9842 * dg-extract-results.py: Delete.
9843
ef878e53
PA
98442015-03-09 Pedro Alves <palves@redhat.com>
9845
9846 Merge dg-extract-results.sh from GCC upstream (r218843).
9847
9848 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9849 * dg-extract-results.sh: Use --text with grep to avoid issues with
9850 binary files. Fall back to cat -v, if that doesn't work.
9851
9494d219
PA
98522015-03-05 Pedro Alves <palves@redhat.com>
9853
9854 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9855
a8d9763a
SM
98562015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9857
9858 * lib/mi-support.exp (mi_expect_interrupt): Accept
9859 alternative event for when in all-stop mode.
9860
be9957b8
PA
98612015-03-04 Pedro Alves <palves@redhat.com>
9862
9863 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9864
d57be0f4 98652015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9866
9867 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9868
c214c7cf
AA
98692015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9870
9871 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9872 regexps for GDB's current line display, accept a hex address
9873 preceding the line number.
9874
6d74a497
AA
98752015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9876
9877 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9878 the 'arch1' variable for "s390*-linux*" targets.
9879
511aee7c
PA
98802015-03-04 Pedro Alves <palves@redhat.com>
9881
9882 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9883 (main): Pass missing retval argument to pthread_join call.
9884
95e50b27
PA
98852015-03-02 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9888 (top level): Call do_test with non-stop as well.
9889
28054d69
PA
98902015-03-02 Pedro Alves <palves@redhat.com>
9891
9892 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9893 -1.
9894
4fa5d7b4
AA
98952015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9896
9897 * gdb.arch/s390-vregs.exp: New test.
9898 * gdb.arch/s390-vregs.S: New file.
9899
97c18565
PA
99002015-02-27 Pedro Alves <palves@redhat.com>
9901
9902 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9903 call to catch_command_errors.
9904 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9905 catch_command_errors.
9906
a37bfa30
PA
99072015-02-27 Pedro Alves <palves@redhat.com>
9908
9909 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9910 "true" for boolean result.
9911 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9912 prototype of main.
9913
6f98576f
PA
99142015-02-27 Pedro Alves <palves@redhat.com>
9915
9916 * lib/unbuffer_output.c: New file.
9917 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9918 (main): Call gdb_unbuffer_output.
9919
eba5ab56
YQ
99202015-02-27 Yao Qi <yao.qi@linaro.org>
9921
9922 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9923 target.
9924
0def5aaa
DE
99252015-02-26 Doug Evans <dje@google.com>
9926
9927 * gdb.cp/class2.cc (Dbase, D): New classes.
9928 (main): New local delta.
9929 * gdb.cp/class2.exp: Test printing delta.
9930 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9931 (dynbar): New global.
9932 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9933
081a1c2c
JK
99342015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9935
9936 * gdb.compile/compile-ifunc.c: New file.
9937 * gdb.compile/compile-ifunc.exp: New file.
9938
2f41223f
AT
99392015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9940
9941 * gdb.base/structs.exp: Check for correct struct on finish.
9942
03eddd80
YQ
99432015-02-26 Yao Qi <yao.qi@linaro.org>
9944
9945 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9946 is zero.
9947
80c57053
JK
99482015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9949
9950 * gdb.arch/cordic.ko.bz2: New file.
9951 * gdb.arch/cordic.ko.debug.bz2: New file.
9952 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9953
21613c12
YQ
99542015-02-25 Yao Qi <yao.qi@linaro.org>
9955
9956 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9957 aarch64*-*-* target.
9958
d8b901ed
PA
99592015-02-23 Pedro Alves <palves@redhat.com>
9960
9961 * lib/gdb.exp (delete_breakpoints): Rewrite using
9962 gdb_test_multiple.
9963
e5b85ead
PA
99642015-02-23 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.base/info-os.c: Include stdlib.h.
9967
85c3a371
DE
99682015-02-22 Doug Evans <xdje42@gmail.com>
9969
9970 PR symtab/17855
9971 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9972 is read after symbols have been re-read.
9973 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9974 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9975
96553a0c
DE
99762015-02-21 Doug Evans <dje@google.com>
9977
9978 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9979
97a0c697
JK
99802015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9981
9982 PR corefiles/17808
9983 * gdb.arch/i386-biarch-core.core.bz2: New file.
9984 * gdb.arch/i386-biarch-core.exp: New file.
9985
a47cd6e9
PA
99862015-02-21 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9989 runto_main fails.
9990
c5facdc4
PA
99912015-02-20 Pedro Alves <palves@redhat.com>
9992
9993 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9994 info probes.
9995
2db9a427
PA
99962015-02-20 Pedro Alves <palves@redhat.com>
9997
9998 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9999
60fb7e9e
PA
100002015-02-20 Pedro Alves <palves@redhat.com>
10001
10002 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10003 clean_restart before gdb_target_supports_trace.
10004
5c5019c2
PA
100052015-02-20 Pedro Alves <palves@redhat.com>
10006
10007 PR threads/18006
10008 * gdb.threads/clone-thread_db.c: New file.
10009 * gdb.threads/clone-thread_db.exp: New file.
10010
c9587f88
AT
100112015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10012
10013 PR breakpoints/16812
10014 * gdb.base/catch-gdb-caused-signals.c: New file.
10015 * gdb.base/catch-gdb-caused-signals.exp: New file.
10016
f6a88844
JM
100172015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10018
10019 * configure: Regenerated.
10020 * configure.ac: Use GDB_AC_TRANSFORM.
10021 * aclocal.m4: sinclude ../transform.m4.
10022
497c491b
JM
100232015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10024
10025 * lib/dtrace.exp: New file.
10026 * gdb.base/dtrace-probe.exp: Likewise.
10027 * gdb.base/dtrace-probe.d: Likewise.
10028 * gdb.base/dtrace-probe.c: Likewise.
10029 * lib/pdtrace.in: Likewise.
10030 * configure.ac: Output variables with the transformed names of
10031 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10032 * configure: Regenerated.
10033
03e98035
JM
100342015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10035
10036 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10037 expected message when trying to access $_probe_* convenience
10038 variables while not on a probe.
10039
63cc30e9
JK
100402015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10041
10042 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10043
0703599a
PA
100442015-02-11 Pedro Alves <pedro@codesourcery.com>
10045
10046 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10047 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10048
7e60a48e
DE
100492015-02-10 Doug Evans <xdje42@gmail.com>
10050
10051 * lib/gdb.exp (gdb_load): Always return a result.
10052
01b088bc
PA
100532015-02-10 Pedro Alves <palves@redhat.com>
10054
10055 * gdb.threads/signal-sigtrap.c: New file.
10056 * gdb.threads/signal-sigtrap.exp: New file.
10057
b05ec7a5
AT
100582015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10059
10060 * gdb.trace/no-attach-trace.c: New file.
10061 * gdb.trace/no-attach-trace.exp: New file.
10062
a2c2acaf
MW
100632015-02-09 Mark Wielaard <mjw@redhat.com>
10064
10065 * gdb.dwarf2/atomic.c: New file.
10066 * gdb.dwarf2/atomic-type.exp: Likewise.
10067
31fd9caa
MM
100682015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10069
10070 * gdb.btrace/buffer-size.exp: Update "info record" output.
10071 * gdb.btrace/delta.exp: Update "info record" output.
10072 * gdb.btrace/enable.exp: Update "info record" output.
10073 * gdb.btrace/finish.exp: Update "info record" output.
10074 * gdb.btrace/instruction_history.exp: Update "info record" output.
10075 * gdb.btrace/next.exp: Update "info record" output.
10076 * gdb.btrace/nexti.exp: Update "info record" output.
10077 * gdb.btrace/step.exp: Update "info record" output.
10078 * gdb.btrace/stepi.exp: Update "info record" output.
10079 * gdb.btrace/nohist.exp: Update "info record" output.
10080
d33501a5
MM
100812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10082
10083 * gdb.btrace/buffer-size: New.
10084
f4abbc16
MM
100852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10086
10087 * gdb.btrace/delta.exp: Update "info record" output.
10088 * gdb.btrace/enable.exp: Update "info record" output.
10089 * gdb.btrace/finish.exp: Update "info record" output.
10090 * gdb.btrace/instruction_history.exp: Update "info record" output.
10091 * gdb.btrace/next.exp: Update "info record" output.
10092 * gdb.btrace/nexti.exp: Update "info record" output.
10093 * gdb.btrace/step.exp: Update "info record" output.
10094 * gdb.btrace/stepi.exp: Update "info record" output.
10095 * gdb.btrace/nohist.exp: Update "info record" output.
10096
b9d61307
SM
100972015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10098
10099 PR gdb/15678
10100 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10101
e584fdbc
PA
101022015-02-06 Pedro Alves <palves@redhat.com>
10103
10104 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10105 macro.
10106 (seconds_left, again): New globals.
10107 (main): Wait seconds_left in a 1-second sleep loop instead of
10108 sleeping 180 seconds. If 'again' is set, reset the seconds
10109 counter.
10110 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10111 'again' in the inferior before detaching. Print the seconds left.
10112 (options): New global.
10113 (top level): Build program with -DTIMEOUT=$timeout.
10114
77f41761
PA
101152015-02-06 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10118 determine how many seconds to pass to 'alarm'.
10119 * gdb.base/gdb-sigterm.exp (top level): Build program with
10120 -DTIMEOUT=$timeout.
10121 (do_test): Return success/failure indication. Add more verbose
10122 logging. Don't fail if 200 single steps are seen. Instead, fail
10123 when the test times out.
10124 (passes): New global.
10125 (top level): Break the testing loop if testing fails on any
10126 iteration. Use gdb_assert.
10127
b9394193
DB
101282015-02-04 Don Breazeal <donb@codesourcery.com>
10129
10130 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10131 and initialize them.
10132 (ipc_cleanup): New function.
10133 (main): Don't declare shmid, semid, and msqid. Add a call to
10134 atexit so that we call ipc_cleanup on exit.
10135
42d9e528
PA
101362015-02-04 Pedro Alves <palves@redhat.com>
10137
10138 * boards/native-extended-gdbserver.exp: Remove any target variant
10139 specifications from the board name before clearing the isremote
10140 flag from board_info.
10141
ae6ae975
DE
101422015-01-31 Doug Evans <xdje42@gmail.com>
10143
10144 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10145
cfb069a8
GB
101462015-01-31 Gary Benson <gbenson@redhat.com>
10147
10148 * gdb.base/completion.exp: Disable completion limiting for
10149 existing tests. Add new tests to check completion limiting.
10150 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10151
5dd31d79
DE
101522015-01-31 Doug Evans <xdje42@gmail.com>
10153
10154 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10155
9f050062
DE
101562015-01-31 Doug Evans <xdje42@gmail.com>
10157
10158 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10159 entries. Duplicate file section script entries.
10160 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10161 inlined entries. Add test for safe-path rejection.
10162 * gdb.python/py-section-script.c: Add duplicate inlined section script
10163 entries. Duplicate file section script entries.
10164 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10165 inlined entries. Add test for safe-path rejection.
10166
df25ebbd
JB
101672015-01-29 Joel Brobecker <brobecker@adacore.com>
10168
10169 * gdb.ada/disc_arr_bound: New testcase.
10170
4a0ca9ec
JB
101712015-01-29 Joel Brobecker <brobecker@adacore.com>
10172
10173 * gdb.ada/mi_var_array: New testcase.
10174
3a8b707a
DE
101752015-01-27 Doug Evans <dje@google.com>
10176
10177 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10178 Add test for objfile.filename, objfile.username after objfile
10179 has been unloaded.
10180
f8313f6e
JB
101812015-01-26 Joel Brobecker <brobecker@adacore.com>
10182
10183 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10184 the second test to print the name attribute of value
10185 returned by the call to gdb.lookup_type, and adjust
10186 the expected output accordingly.
10187
37bc665e
MW
101882015-01-25 Mark Wielaard <mjw@redhat.com>
10189
10190 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10191 * gdb.base/disp-step-fork.c: Include unistd.h.
10192 * gdb.base/siginfo-obj.c: Include stdio.h.
10193 * gdb.base/siginfo-thread.c: Likewise.
10194 * gdb.mi/non-stop.c: Include unistd.h.
10195 * gdb.mi/nsthrexec.c: Include stdio.h.
10196 * gdb.mi/pthreads.c: Include unistd.h.
10197 * gdb.modula2/unbounded1.c (main): Declare returns int.
10198 * gdb.reverse/consecutive-reverse.c: Likewise.
10199 * gdb.threads/create-fail.c: Include unistd.h.
10200 * gdb.threads/killed.c: Likewise.
10201 * gdb.threads/linux-dp.c: Likewise.
10202 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10203 * gdb.threads/non-ldr-exc-2.c: Likewise.
10204 * gdb.threads/non-ldr-exc-3.c: Likewise.
10205 * gdb.threads/non-ldr-exc-4.c: Likewise.
10206 * gdb.threads/pthreads.c: Include unistd.h.
10207 (main): Declare returns int.
10208 * gdb.threads/tls-main.c (foo): New declaration.
10209 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10210
f7e5394d
SM
102112015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10212
10213 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10214 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10215
743649fd
MW
102162015-01-15 Mark Wielaard <mjw@redhat.com>
10217
10218 * gdb.base/noreturn-return.c: New file.
10219 * gdb.base/noreturn-return.exp: New file.
10220 * gdb.base/noreturn-finish.c: New file.
10221 * gdb.base/noreturn-finish.exp: New file.
10222
198297aa
PA
102232015-01-23 Pedro Alves <palves@redhat.com>
10224
10225 * gdb.threads/continue-pending-after-query.c: New file.
10226 * gdb.threads/continue-pending-after-query.exp: New file.
10227
717cf30c
AG
102282015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10229 Simon Marchi <simon.marchi@ericsson.com>
10230
10231 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10232 * gdb.base/valgrind-db-attach.exp: Same.
10233 * gdb.base/valgrind-infcall.exp: Same.
10234 * lib/mi-support.exp (default_mi_gdb_start): Same.
10235 * lib/prompt.exp (default_prompt_gdb_start): Same.
10236 * lib/gdb.exp (default_gdb_spawn): Same.
10237 (gdb_interact): New.
10238
10239
4b62a76e
JK
102402015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10241
10242 * gdb.compile/compile.exp (pointer to jit function): New test.
10243
b4cdae6f
WW
102442015-01-17 Wei-cheng Wang <cole945@gmail.com>
10245
10246 * lib/gdb.exp (supports_process_record): Return true for
10247 powerpc*-*-linux*.
10248 (supports_reverse): Likewise.
10249
d221e7ef
DB
102502015-01-15 Don Breazeal <donb@codesourcery.com>
10251
10252 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10253 instead of checking whether the target board is remote and
10254 use spawn_wait_for_attach instead of exec/sleep.
10255 * gdb.base/attach-twice.exp: Likewise.
10256
bafffb51
JB
102572015-01-15 Joel Brobecker <brobecker@adacore.com>
10258
10259 * gdb.ada/var_arr_attrs: New testcase.
10260
5589af0e
PA
102612015-01-14 Pedro Alves <palves@redhat.com>
10262 Joel Brobecker <brobecker@adacore.com>
10263
10264 PR gdb/17525
10265 * gdb.base/bp-cmds-execution-x-script.c: New file.
10266 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10267 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10268
6c400b59
PA
102692015-01-14 Pedro Alves <palves@redhat.com>
10270
10271 PR cli/17828
10272 * gdb.base/batch-preserve-term-settings.c: New file.
10273 * gdb.base/batch-preserve-term-settings.exp: New file.
10274
e02c96a7
DE
102752015-01-13 Doug Evans <dje@google.com>
10276
10277 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10278 binary.
10279
576fd14c
JB
102802015-01-13 Joel Brobecker <brobecker@adacore.com>
10281
10282 * Makefile.in (clean mostlyclean): Do not delete *.py.
10283
04dccad0
JB
102842015-01-13 Joel Brobecker <brobecker@adacore.com>
10285
10286 * gdb.python/py-lookup-type.exp: New file.
10287
3d230f71
PA
102882015-01-12 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10291 restore GDBFLAGS before returning.
10292
7e67715d
JK
102932015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10296 is_amd64_regs_target and is_x86_like_target.
10297
f2e0d4b4
DE
102982015-01-11 Doug Evans <xdje42@gmail.com>
10299
10300 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10301 is given without an explicit form.
10302 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10303 attributes.
10304 * gdb.dwarf/corrupt.exp: Ditto.
10305 * gdb.dwarf2/enum-type.exp: Ditto.
10306 * gdb.trace/entry-values.exp: Ditto.
10307 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10308
439250fb
DE
103092015-01-11 Doug Evans <xdje42@gmail.com>
10310
10311 PR gdb/15830
10312 * gdb.base/maint.exp: Remove references to "maint demangle".
10313 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10314 Add tests for explicitly specifying language to demangle.
10315 * gdb.dlang/demangle.exp: Ditto.
10316
ede9f622
PA
103172015-01-09 Pedro Alves <palves@redhat.com>
10318
10319 * gdb.threads/non-stop-fair-events.c: New file.
10320 * gdb.threads/non-stop-fair-events.exp: New file.
10321
a7b796db
PA
103222015-01-09 Pedro Alves <palves@redhat.com>
10323
10324 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10325 the global scope. Set a breakpoint after all threads are started
10326 rather than stepping over two source lines. Expect the prompt.
10327 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10328 global.
10329 (NUM): Now 15.
10330 (main): Use threads_started_barrier to wait for all threads to
10331 start. Main thread no longer calls thread_function. Exit after
10332 180 seconds.
10333 (loop): New function.
10334 (thread_function): Wait on threads_started_barrier barrier. Call
10335 'loop' at each iteration.
10336 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10337 threads have started, instead of hardcoding number of "next"
10338 steps. Use an access watchpoint instead of a write watchpoint.
10339
9665ffdd
PA
103402015-01-09 Pedro Alves <palves@redhat.com>
10341
10342 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10343 (thread_func): Wait on barrier.
10344 (main): Wait for all threads to start before stopping GDB.
10345 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10346 global.
10347 (thread1_func, thread2_func): Wait on barrier.
10348 (main): Wait for all threads to start before stopping GDB.
10349 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10350 New global.
10351 (thread1_func, thread2_func): Wait on barrier.
10352 (main): Wait for all threads to start before stopping GDB.
10353
c945a99f
PA
103542015-01-09 Pedro Alves <palves@redhat.com>
10355
10356 * gdb.threads/attach-many-short-lived-threads.c: New file.
10357 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10358
c1a747c1
PA
103592014-01-09 Pedro Alves <palves@redhat.com>
10360
10361 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10362 instead of to thread 2.
10363 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10364 Add barrier around each pthread_create call instead of around all
10365 calls.
10366 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10367 Set a break on thread_function and have the child threads hit it
10368 one at at a time.
10369
60b3033e
PA
103702015-01-09 Pedro Alves <palves@redhat.com>
10371
10372 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10373 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10374 false.
10375 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10376 checking whether the target board is remote.
10377 * gdb.multi/multi-attach.exp: Likewise.
10378 * gdb.python/py-sync-interp.exp: Likewise.
10379 * gdb.server/ext-attach.exp: Likewise.
10380 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10381 tests that need to attach, instead of checking whether the target
10382 board is remote at the top of the file.
10383
acc018ac
YQ
103842015-01-08 Yao Qi <yao@codesourcery.com>
10385
10386 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10387
50a18af8
JK
103882015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10389
10390 Fix testcase compilation.
10391 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10392
8503d6e1
JB
103932015-01-06 Joel Brobecker <brobecker@adacore.com>
10394
10395 * gdb.python/py-type.exp: Add a couple test about empty
10396 array creation, and negative-length array creation.
10397
cc73dbcc
DE
103982015-01-02 Doug Evans <xdje42@gmail.com>
10399
10400 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10401
0300bbc7
DE
104022015-01-02 Doug Evans <dje@google.com>
10403
10404 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10405
9d85a0ec
YQ
104062014-12-29 Yao Qi <yao@codesourcery.com>
10407
10408 * gdb.trace/entry-values.exp: Update comments. Rename variable
10409 bar_call_foo to returned_from_foo.
10410
87186c6a
MMN
104112014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10412
10413 PR gdb/17394
10414 * gdb.linespec/break-asm-file.c: New file.
10415 * gdb.linespec/break-asm-file.exp: New file.
10416 * gdb.linespec/break-asm-file0.s: New file.
10417 * gdb.linespec/break-asm-file1.s: New file.
10418
1bab7383
YQ
104192014-12-18 Nigel Stephens <nigel@mips.com>
10420 Maciej W. Rozycki <macro@codesourcery.com>
10421
10422 * gdb.base/float.exp: Handle the new output from "info float" on
10423 MIPS targets.
10424
1bc1068a
JK
104252014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10426
10427 Fix MinGW compilation.
10428 * gdb.compile/compile-ops.exp: Update untested message if
10429 !skip_compile_feature_tests.
10430 * gdb.compile/compile-setjmp.exp: Likewise.
10431 * gdb.compile/compile-tls.exp: Likewise.
10432 * gdb.compile/compile.exp: Likewise.
10433 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10434 supported on this host".
10435
b6615d10
DE
104362014-12-16 Doug Evans <xdje42@gmail.com>
10437
10438 * boards/stabs.exp: New file.
10439
25dda427
AA
104402014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10441
10442 * gdb.base/completion.exp: Adjust to format changes of "maint
10443 print user-registers".
10444
bf330350
CU
104452014-12-16 Catalin Udma <catalin.udma@freescale.com>
10446
10447 PR server/17457
10448 * gdb.arch/aarch64-fp.c: New file.
10449 * gdb.arch/aarch64-fp.exp: New file.
10450
395cf596
SDJ
104512014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10452
10453 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10454 r210637, r210913, r211666, r215400, r215817).
10455
10456 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10457 * dg-extract-results.py: New file.
10458 * dg-extract-results.sh: Use it if the environment seems
10459 suitable.
10460
10461 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10462
10463 * dg-extract-results.py (parse_run): Handle warnings that
10464 are printed before a test harness is run.
10465
10466 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10467
10468 * dg-extract-results.py (Named): Remove __cmp__ method.
10469 (output_variation): Use a key to sort variation.harnesses.
10470
10471 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10472
10473 * dg-extract-results.py: For Python 3, force sys.stdout to
10474 handle surrogate escape sequences.
10475 (safe_open): New function.
10476 (output_segment, main): Use it.
10477
10478 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10479
10480 * dg-extract-results.py (Prog.result_re): Include options
10481 in test name.
10482
10483 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10484
10485 * dg-extract-results.py (output_variation): Always sort if
10486 do_sum.
10487
e882ef3c
SM
104882014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10489
10490 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10491 as long as we get pagination notifications.
10492
4992aa20
JM
104932014-12-15 Jason Merrill <jason@redhat.com>
10494
10495 * Makefile.in (check-gdb.%): Restore.
10496 * README: Mention it.
10497
c1b5a1a6
JB
104982014-12-13 Joel Brobecker <brobecker@adacore.com>
10499
10500 * gdb.ada/str_uninit: New testcase.
10501
5537b577
JK
105022014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10503
10504 PR symtab/17642
10505 * gdb.base/vla-stub-define.c: New file.
10506 * gdb.base/vla-stub.c: New file.
10507 * gdb.base/vla-stub.exp: New file.
10508
bb2ec1b3
TT
105092014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10510 Jan Kratochvil <jan.kratochvil@redhat.com>
10511 Tom Tromey <tromey@redhat.com>
10512
10513 * configure.ac: Add gdb.compile/.
10514 * configure: Regenerate.
10515 * gdb.compile/Makefile.in: New file.
10516 * gdb.compile/compile-ops.exp: New file.
10517 * gdb.compile/compile-ops.c: New file.
10518 * gdb.compile/compile-tls.c: New file.
10519 * gdb.compile/compile-tls.exp: New file.
10520 * gdb.compile/compile-constvar.S: New file.
10521 * gdb.compile/compile-constvar.c: New file.
10522 * gdb.compile/compile-mod.c: New file.
10523 * gdb.compile/compile-nodebug.c: New file.
10524 * gdb.compile/compile-setjmp-mod.c: New file.
10525 * gdb.compile/compile-setjmp.c: New file.
10526 * gdb.compile/compile-setjmp.exp: New file.
10527 * gdb.compile/compile-shlib.c: New file.
10528 * gdb.compile/compile.c: New file.
10529 * gdb.compile/compile.exp: New file.
10530 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10531
4ff709eb
TT
105322014-12-12 Tom Tromey <tromey@redhat.com>
10533
10534 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10535 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10536
6dddd6a5
DE
105372014-12-12 Doug Evans <dje@google.com>
10538
10539 * lib/gdb-python.exp (get_python_valueof): New function.
10540 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10541
71c24708
AA
105422014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10543
10544 * gdb.base/completion.exp: Add test for completion of "info
10545 registers ".
10546
3e29f34a
MR
105472014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10548
10549 * gdb.base/func-ptrs.c: New file.
10550 * gdb.base/func-ptrs.exp: New file.
10551
fc126975
SM
105522014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10553
10554 PR breakpoints/17012
10555 * gdb.base/dprintf-detach.c: New file.
10556 * gdb.base/dprintf-detach.exp: New file.
10557
0a46d518
SM
105582014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10559
10560 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10561 * lib/gdb.exp (target_is_gdbserver): New procedure.
10562
a0be3e44
DE
105632014-12-08 Doug Evans <dje@google.com>
10564
10565 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10566
df1b803a
YQ
105672014-12-05 Yao Qi <yao@codesourcery.com>
10568
10569 * gdb.guile/scm-error.exp: Remove the third argument to
10570 gdb_remote_download.
10571 * gdb.guile/scm-frame-args.exp: Likewise.
10572 * gdb.guile/scm-section-script.exp: Likewise.
10573
ddb9f679
YQ
105742014-12-05 Yao Qi <yao@codesourcery.com>
10575
10576 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10577
86e4ed39
DE
105782014-12-04 Doug Evans <dje@google.com>
10579
10580 * gdb.python/py-objfile.exp: Add tests for
10581 objfile.add_separate_debug_file.
10582
7c50a931
DE
105832014-12-04 Doug Evans <dje@google.com>
10584
10585 * lib/gdb.exp (get_build_id): New function.
10586 (build_id_debug_filename_get): Rewrite to use it.
10587 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10588
621661e3
MR
105892014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10590
10591 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10592 `method(long)', not just 0x0.
10593 * gdb.cp/nsalias.exp: Align code labels to 4.
10594 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10595 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10596 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10597 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10598 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10599 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10600
29f0c3b7
DE
106012014-12-02 Doug Evans <dje@google.com>
10602
e1e061e7 10603 PR symtab/17602
29f0c3b7 10604 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10605 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10606 * gdb.cp/anon-ns.exp: Update.
10607
162078c8
NB
106082014-12-02 Nick Bull <nicholaspbull@gmail.com>
10609
10610 * gdb.python/py-events.py (inferior_call_handler): New.
10611 (register_changed_handler, memory_changed_handler): New.
10612 (test_events.invoke): Register new handlers.
10613 * gdb.python/py-events.exp: Add tests for inferior call,
10614 memory_changed and register_changed events.
10615
fdb09caf
AA
106162014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10617
10618 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10619 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10620 if the linker doesn't understand this.
10621
55cfb2c4
SM
106222014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10623
10624 * gdb.python/python.exp: Change expected reply to help().
10625
9e8cd6df
YQ
106262014-12-01 Yao Qi <yao@codesourcery.com>
10627
10628 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10629 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10630 * configure: Re-generated.
10631
6c659fc2
SC
106322014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10633
10634 * gdb.cp/chained-calls.cc: New file.
10635 * gdb.cp/chained-calls.exp: New file.
10636 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10637
d7fc3181
SM
106382014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10639
10640 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10641 * gdb.dwarf2/symtab-producer.exp: Same.
10642 * gdb.gdb/python-interrupts.exp: Same.
10643 * gdb.gdb/python-selftest.exp: Same.
10644 * gdb.python/py-linetable.exp: Same.
10645 * gdb.python/py-type.exp: Same.
10646 * gdb.python/py-value-cc.exp: Same.
10647 * gdb.python/py-value.exp: Same.
10648
10e79639
YQ
106492014-11-28 Yao Qi <yao@codesourcery.com>
10650
10651 * gdb.base/break-probes.exp: Match library name prefixed with
10652 sysroot.
10653
f28a0564
SM
106542014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10655
10656 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10657 test expected output. Add parentheses for the call to print.
10658 Remove L suffix from integers.
10659
3fe1ce1d
DE
106602014-11-26 Doug Evans <dje@google.com>
10661
10662 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10663
84429e27
YQ
106642014-11-22 Yao Qi <yao@codesourcery.com>
10665
10666 * gdb.trace/entry-values.c: Remove asms.
10667 (foo): Add foo_label.
10668 (bar): Add bar_label.
10669 * gdb.trace/entry-values.exp: Remove code computing foo's
10670 length and bar's length.
10671 (Dwarf::assemble): Invoke function_range for bar and use
10672 MACRO_AT_func for foo.
10673
26741859
YQ
106742014-11-22 Yao Qi <yao@codesourcery.com>
10675
10676 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10677 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10678 Use .Lgcc43_procstart instead of gcc43.
10679
45e44d27
JB
106802014-11-21 Joel Brobecker <brobecker@adacore.com>
10681
10682 * gdb.ada/n_arr_bound: New testcase.
10683
458c8db8
SDJ
106842014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10685
10686 PR breakpoints/10737
10687 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10688 test_catch_syscall_multi_arch.
10689 (test_catch_syscall_multi_arch): New function.
10690
43f3e411
DE
106912014-11-20 Doug Evans <xdje42@gmail.com>
10692
10693 * gdb.base/maint.exp: Update expected output.
10694
0d7b2549
AA
106952014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10696
10697 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10698 4-byte instruction on S390.
10699
8908fca5
JB
107002014-11-19 Joel Brobecker <brobecker@adacore.com>
10701
10702 * gdb.ada/arr_arr: New testcase.
10703
4a46959e
JB
107042014-11-19 Joel Brobecker <brobecker@adacore.com>
10705
10706 * gdb.ada/pkd_arr_elem: New Testcase.
10707
470e2f4e
LM
107082014-11-18 Luis Machado <lgustavo@codesourcery.com>
10709
10710 * gdb.reverse/break-precsave: Expect completion message for
10711 core file reads.
10712 * gdb.reverse/consecutive-precsave.exp: Likewise.
10713 * gdb.reverse/finish-precsave.exp: Likewise.
10714 * gdb.reverse/i386-precsave.exp: Likewise.
10715 * gdb.reverse/machinestate-precsave.exp: Likewise.
10716 * gdb.reverse/sigall-precsave.exp: Likewise.
10717 * gdb.reverse/solib-precsave.exp: Likewise.
10718 * gdb.reverse/step-precsave.exp: Likewise.
10719 * gdb.reverse/until-precsave.exp: Likewise.
10720 * gdb.reverse/watch-precsave.exp: Likewise.
10721
a267f3ad
AA
107222014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10723
10724 * gdb.base/bp-permanent.c: Include unistd.h.
10725 * gdb.python/py-framefilter-mi.c (main): Add return type.
10726 * gdb.python/py-framefilter.c (main): Likewise.
10727 * gdb.trace/actions-changed.c (main): Likewise.
10728
12084a9a
AA
107292014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10730
10731 * gdb.mi/until.c: Add eye-catchers.
10732 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10733 line numbers.
10734
dc7e1a77
AA
107352014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10736
10737 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10738 function header variants in break1.c.
10739 * gdb.base/ena-dis-br.exp: Likewise.
10740 * gdb.base/hbreak2.exp: Likewise.
10741 * gdb.reverse/until-precsave.exp: Drop references to removed
10742 non-prototype function header variants in ur1.c.
10743 * gdb.reverse/until-reverse.exp: Likewise.
10744
41c77605
PM
107452014-11-17 Petr Machata <pmachata@redhat.com>
10746
10747 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10748 ${_cu_offset_size} bytes abbrev offset.
10749
34248c3a
DE
107502014-11-15 Doug Evans <xdje42@gmail.com>
10751
10752 PR symtab/17559
10753 * gdb.base/line-symtabs.exp: New file.
10754 * gdb.base/line-symtabs.c: New file.
10755 * gdb.base/line-symtabs.h: New file.
10756
646da059
YQ
107572014-11-14 Yao Qi <yao@codesourcery.com>
10758
10759 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10760 (func): Add label func_label.
10761 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10762 Replace low_pc and high_pc with MACRO_AT_range.
10763 Replace name, low_pc and high_pc with MACRO_AT_func.
10764
9301ebe6
YQ
107652014-11-14 Yao Qi <yao@codesourcery.com>
10766
10767 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10768 Replace name, low_pc and high_pc with MACRO_AT_func.
10769
f166b542
YQ
107702014-11-14 Yao Qi <yao@codesourcery.com>
10771
10772 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10773 produce debug information.
10774 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10775
0f6e71e3
YQ
107762014-11-14 Yao Qi <yao@codesourcery.com>
10777
10778 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10779 object and get function length.
10780 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10781 with MACRO_AT_func.
10782 (top-level): Replace gdb_compile and clean_restart with
10783 prepare_for_testing.
10784 * gdb.dwarf2/main.c (main): Add label main_label.
10785
876c4df9
YQ
107862014-11-14 Yao Qi <yao@codesourcery.com>
10787
10788 * lib/dwarf.exp (function_range): New procedure.
10789 (Dwarf::_handle_macro_at_func): New procedure.
10790 (Dwarf::_handle_macro_at_range): New procedure.
10791 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10792
02ad9cf1
YQ
107932014-11-14 Yao Qi <yao@codesourcery.com>
10794
10795 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10796 (_handle_attribute): New procedure.
10797
a59add0c
AA
107982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10799
10800 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10801 * gdb.base/call-sc.c (zed): Likewise.
10802 * gdb.base/checkpoint.c (main): Likewise.
10803 * gdb.base/dump.c (main): Likewise.
10804 * gdb.base/gcore.c (main): Likewise.
10805 * gdb.base/huge.c (main): Likewise.
10806 * gdb.base/multi-forks.c (main): Likewise.
10807 * gdb.base/pr10179-a.c (main): Likewise.
10808 * gdb.base/savedregs.c (main): Likewise.
10809 * gdb.base/sigaltstack.c (main): Likewise.
10810 * gdb.base/siginfo.c (main): Likewise.
10811 * gdb.base/structs.c (zed): Likewise.
10812 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10813 * gdb.mi/mi-syn-frame.c (main): Likewise.
10814 * gdb.mi/until.c (foo, main): Likewise.
10815 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10816 * gdb.base/solib-weak.c (foo): Declare.
10817 * gdb.base/attach-twice.c: Include stdio.h.
10818 * gdb.base/weaklib1.c: Likewise.
10819 * gdb.base/weaklib2.c: Likewise.
10820 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10821 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10822 unistd.h.
10823 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10824 * gdb.mi/mi-exit-code.c: Likewise.
10825 * gdb.base/break-interp-lib.c: Include string.h.
10826 * gdb.base/coremaker.c: Likewise.
10827 * gdb.base/testenv.c: Likewise.
10828 * gdb.python/py-finish-breakpoint.c: Likewise.
10829 * gdb.base/inferior-died.c: Include sys/wait.h.
10830 * gdb.base/fileio.c: Include time.h.
10831 * gdb.base/async-shell.c: Include unistd.h.
10832 * gdb.base/dprintf-non-stop.c: Likewise.
10833 * gdb.base/info-os.c: Likewise.
10834 * gdb.mi/mi-console.c: Likewise.
10835 * gdb.mi/watch-nonstop.c: Likewise.
10836 * gdb.python/py-events.c: Likewise.
10837 * gdb.base/async.c (baz): Move up before its invocation.
10838 * gdb.base/code_elim2.c (my_global_func): Likewise.
10839 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10840 * gdb.base/advance.c (func2): Likewise.
10841
3b5d5997
AA
108422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10843
10844 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10845 variant.
10846 * gdb.base/annota3.c: Likewise.
10847 * gdb.base/async.c: Likewise.
10848 * gdb.base/average.c: Likewise.
10849 * gdb.base/call-ar-st.c: Likewise.
10850 * gdb.base/call-rt-st.c: Likewise.
10851 * gdb.base/call-sc.c: Likewise.
10852 * gdb.base/call-strs.c: Likewise.
10853 * gdb.base/ending-run.c: Likewise.
10854 * gdb.base/execd-prog.c: Likewise.
10855 * gdb.base/exprs.c: Likewise.
10856 * gdb.base/foll-exec.c: Likewise.
10857 * gdb.base/foll-fork.c: Likewise.
10858 * gdb.base/foll-vfork.c: Likewise.
10859 * gdb.base/funcargs.c: Likewise.
10860 * gdb.base/gcore.c: Likewise.
10861 * gdb.base/jump.c: Likewise.
10862 * gdb.base/langs0.c: Likewise.
10863 * gdb.base/langs1.c: Likewise.
10864 * gdb.base/langs2.c: Likewise.
10865 * gdb.base/mips_pro.c: Likewise.
10866 * gdb.base/nodebug.c: Likewise.
10867 * gdb.base/opaque0.c: Likewise.
10868 * gdb.base/opaque1.c: Likewise.
10869 * gdb.base/recurse.c: Likewise.
10870 * gdb.base/run.c: Likewise.
10871 * gdb.base/scope0.c: Likewise.
10872 * gdb.base/scope1.c: Likewise.
10873 * gdb.base/setshow.c: Likewise.
10874 * gdb.base/setvar.c: Likewise.
10875 * gdb.base/shmain.c: Likewise.
10876 * gdb.base/shr1.c: Likewise.
10877 * gdb.base/shr2.c: Likewise.
10878 * gdb.base/sigall.c: Likewise.
10879 * gdb.base/signals.c: Likewise.
10880 * gdb.base/so-indr-cl.c: Likewise.
10881 * gdb.base/solib2.c: Likewise.
10882 * gdb.base/structs.c: Likewise.
10883 * gdb.base/sum.c: Likewise.
10884 * gdb.base/vforked-prog.c: Likewise.
10885 * gdb.base/watchpoint.c: Likewise.
10886 * gdb.reverse/shr2.c: Likewise.
10887 * gdb.reverse/until-reverse.c: Likewise.
10888 * gdb.reverse/ur1.c: Likewise.
10889 * gdb.reverse/watch-reverse.c: Likewise.
10890
066a77c5
AA
108912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10892
10893 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10894 variant.
10895 * gdb.base/sepdebug.exp: Drop references to removed code.
10896
4f204ea5
AA
108972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10898
10899 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10900 variant. Preserve original line numbering.
10901 * gdb.base/list1.c: Likewise.
10902
3b377a3a
AA
109032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10904
10905 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10906 variant.
10907 * gdb.base/break1.c: Likewise.
10908 * gdb.base/break.exp: Drop references to removed code.
10909
e444df73
AA
109102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10911
10912 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10913 variant.
10914
8008f2a7
AA
109152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10916
10917 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10918
a5a06887
AA
109192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10920
10921 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10922 logic into perform_all_tests() and invoke it with and without
10923 function header prototypes.
10924 (do_function_calls): Remove conditional XFAIL for PR 5318.
10925 (rerun_and_prepare): Remove duplicate code.
10926 (perform_all_tests): New. Main logic moved here.
10927
44dba9b9
AA
109282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10929
10930 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10931 code guarded by #ifdef NO_PROTOTYPES.
10932 (t_double_many_args): Likewise.
10933 (DEF_FUNC_MANY_ARGS_1): Likewise.
10934 (DEF_FUNC_VALUES_1): Likewise.
10935 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10936 guarded by #ifdef PROTOTYPES.
10937
d1fbcd56
AA
109382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10939
10940 * gdb.mi/mi-console.c: Add eye-catcher.
10941 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10942 instead of literal line number.
10943
b0e59b8f
AA
109442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10945
10946 * gdb.base/shr2.c: Add eye-catcher.
10947 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10948 line number.
10949
78f98cca
AA
109502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10951
10952 * gdb.base/jump.c: Add eye-catchers.
10953 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10954 numbers.
10955
58fa2af0
AA
109562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10957
10958 * gdb.base/execd-prog.c: Add eye-catchers.
10959 * gdb.base/foll-exec.c: Likewise.
10960 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10961 line numbers.
10962
04e5059b
AA
109632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10964
10965 * gdb.base/ending-run.c: Add eye-catchers.
10966 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10967 literal line numbers.
10968
dbfdb174
AA
109692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10970
10971 * gdb.base/call-rt-st.c: Add eye-catchers.
10972 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10973 literal line numbers.
10974
888a2ade
AA
109752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10976
10977 * gdb.base/call-ar-st.c: Add eye-catchers.
10978 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10979 literal line numbers.
10980
6acc2dde
AA
109812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10982
10983 * gdb.base/average.c: Add eye-catchers.
10984 * gdb.base/sum.c: Likewise.
10985 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10986 regexps dynamically.
10987
9ecfcd1d
AA
109882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10989
10990 * gdb.base/solib1.c: Add eye-catchers.
10991 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10992 literal line numbers.
10993
78708b7c
PA
109942014-11-12 Pedro Alves <palves@redhat.com>
10995
10996 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10997 leader has exited.
10998
af48d08f
PA
109992014-11-12 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.arch/i386-bp_permanent.c: New file.
11002 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11003 (srcfile): Set to i386-bp_permanent.c.
11004 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11005 that stepi does not execute the 'leave' instruction, instead of
11006 testing it does execute.
11007 * gdb.base/bp-permanent.c: New file.
11008 * gdb.base/bp-permanent.exp: New file.
11009
af3768e9
DE
110102014-11-10 Doug Evans <xdje42@gmail.com>
11011
11012 PR symtab/17564
11013 * gdb.base/symtab-search-order.exp: New file.
11014 * gdb.base/symtab-search-order.c: New file.
11015 * gdb.base/symtab-search-order-1.c: New file.
11016 * gdb.base/symtab-search-order-shlib-1.c: New file.
11017
9de00a4a
PA
110182014-11-07 Pedro Alves <palves@redhat.com>
11019
11020 PR gdb/17511
11021 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11022 i?86-*-linux*.
11023
e0f52461
SC
110242014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11025
11026 PR c++/17494
11027 * gdb.cp/pr17494.cc: New file.
11028 * gdb.cp/pr17494.exp: New file.
11029
6ce8c980
YQ
110302014-11-02 Yao Qi <yao@codesourcery.com>
11031
11032 * gdb.python/python.exp: Get working directory and match the
11033 output of "set extended-prompt \\w " with it.
11034
02be9a71
DE
110352014-10-30 Doug Evans <dje@google.com>
11036
11037 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11038 in objfiles.
11039 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11040 in progspaces.
11041
3bdff46b
LM
110422014-10-30 Janis Johnson <janisjo@codesourcery.com>
11043
11044 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11045 * gdb.base/realname-expand.exp: Likewise.
11046 * gdb.linespec/macro-relative.exp: Likewise.
11047
ab917dfb
PA
110482014-10-29 Pedro Alves <palves@redhat.com>
11049
11050 PR gdb/17408
11051 * gdb.threads/schedlock.c (some_function): New function.
11052 (call_function): New global.
11053 (MAYBE_CALL_SOME_FUNCTION): New macro.
11054 (thread_function): Call it.
11055 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11056 and use it instead of a global counter. Adjust all callers.
11057 (get_current_thread): Use "find current thread" for test message
11058 here rather than having all callers pass down the same string.
11059 (goto_loop): New procedure, factored out from ...
11060 (my_continue): ... this.
11061 (step_ten_loops): Change parameter from test message to command to
11062 use. Adjust.
11063 (list_count): Delete global.
11064 (check_result): New procedure, factored out from duplicate top
11065 level code.
11066 (continue tests): Wrap in with_test_prefix.
11067 (test_step): New procedure, factored out from duplicate top level
11068 code.
11069 (top level): Test "step" in combination with all scheduler-locking
11070 modes. Test "next" in combination with all scheduler-locking
11071 modes, and in combination with stepping over a function call or
11072 not.
11073 * gdb.threads/next-bp-other-thread.c: New file.
11074 * gdb.threads/next-bp-other-thread.exp: New file.
11075
d3d4baed
PA
110762014-10-29 Pedro Alves <palves@redhat.com>
11077
11078 PR python/17372
11079 * gdb.python/python.exp: Test a multi-line command that spawns
11080 interactive Python.
11081 * gdb.base/multi-line-starts-subshell.exp: New file.
11082
563e8d85
YQ
110832014-10-29 Yao Qi <yao@codesourcery.com>
11084
11085 * gdb.base/fileio.exp: Make directories on host.
11086
0ea4d52e
YQ
110872014-10-29 Yao Qi <yao@codesourcery.com>
11088
11089 * gdb.base/fileio.c (test_write): Close the file.
11090
7f5ef605
PA
110912014-10-28 Pedro Alves <palves@redhat.com>
11092
11093 PR gdb/12623
11094 * gdb.base/sigstep.c (no_handler): New global.
11095 (main): If 'no_handler is true, set the signal handlers to
11096 SIG_IGN.
11097 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11098 with_sw_watch and no_handler parameters. Handle them.
11099 (top level) <stepping over handler when stopped at a breakpoint
11100 test>: Add a test axis for testing with a software watchpoint, and
11101 another for testing with the signal handler set to SIG_IGN.
11102 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11103 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11104
abbdbd03
PA
111052014-10-28 Pedro Alves <palves@redhat.com>
11106
11107 PR gdb/17511
11108 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11109 * gdb.base/sigstep.exp (other_handler_location): New global.
11110 (advance): Support stepping into the signal handler, and running
11111 commands while in the handler.
11112 (in_handler_map): New global.
11113 (top level): In the advance test, add combinations for getting
11114 into the handler with stepping commands, and for running commands
11115 in the handler. Add comment descripting the advancei tests.
11116
1df4399f
PA
111172014-10-28 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.base/sigstep.exp: Use build_executable instead of
11120 prepare_for_testing.
11121 (top level): Move code that starts GDB, runs to main and creates a
11122 display to ...
11123 (restart): ... this new procedure.
11124 (top level): Move backtrace from signal handler test to ...
11125 (validate_backtrace): ... this new procedure.
11126 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11127 with_test_prefix. Always restart GDB.
11128 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11129 with_test_prefix. Always restart GDB. No need to delete
11130 breakpoints after the test.
11131 (test_skip_handler): Remove prefix parameter.
11132 (skip_over_handler, breakpoint_to_handler)
11133 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11134 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11135 restart GDB. No need to delete breakpoints after the test.
11136 (top level): Use foreach to call the test procedures with
11137 different commands.
11138
a5b6e449
PA
111392014-10-28 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11142 instead of GNATS numbers.
11143 * gdb.base/sigbpt.exp: Likewise.
11144 * gdb.base/siginfo.exp: Likewise.
11145 * gdb.base/sigstep.exp: Likewise.
11146
e5f8a7cc
PA
111472014-10-27 Pedro Alves <palves@redhat.com>
11148
11149 * gdb.base/sigstep.c (dummy): New global.
11150 (main): Issue a couple writes to the new global.
11151 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11152 procedures.
11153 (skip_over_handler): Use test_skip_handler.
11154 (top level): Call skip_over_handler for stepi and nexti too.
11155 (breakpoint_over_handler): Use test_skip_handler.
11156 (top level): Call breakpoint_over_handler for stepi and nexti too.
11157
763905a3
YQ
111582014-10-27 Yao Qi <yao@codesourcery.com>
11159
11160 * gdb.trace/tfile.c (adjust_function_address)
11161 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11162 function descriptor.
11163
6f259a23
DB
111642014-10-24 Don Breazeal <donb@codesourcery.com>
11165
11166 * gdb.base/foll-fork.exp (test_follow_fork,
11167 catch_fork_child_follow): Check for updated fork messages emitted
11168 from infrun.c.
11169 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11170 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11171 vfork_and_exec_child_follow_through_step): Check for updated vfork
11172 messages emitted from infrun.c.
11173
09dd9a69
PA
111742014-10-24 Pedro Alves <palves@redhat.com>
11175
11176 * gdb.base/corefile.exp: Remove references to ultrix.
11177 * gdb.base/interrupt.exp: Likewise.
11178 * gdb.base/whatis.exp: Likewise.
11179 * gdb.gdb/selftest.exp: Likewise.
11180 * gdb.threads/manythreads.exp: Likewise.
11181 * gdb.threads/print-threads.exp: Likewise.
11182 * gdb.threads/pthreads.exp:: Likewise.
11183 * gdb.threads/schedlock.exp: Likewise.
11184
3433cfa5
SC
111852014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11186
11187 * gdb.cp/non-trivial-retval.cc: Add a test case.
11188 * gdb.cp/non-trivial-retval.exp: Add a test.
11189
092f880b
YQ
111902014-10-20 Yao Qi <yao@codesourcery.com>
11191
11192 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11193 * gdb.python/py-objfile-script-gdb.py: New file.
11194 * gdb.python/py-objfile-script.exp: Update reference to
11195 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11196 of remote_download. Remove the dest file.
11197
acbdb7f3
YQ
111982014-10-20 Yao Qi <yao@codesourcery.com>
11199
11200 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11201 * gdb.base/step-line.exp: Likewise.
11202 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11203 * gdb.dwarf2/dw2-basic.exp: Likewise.
11204 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11205 * gdb.dwarf2/dw2-filename.exp: Likewise.
11206 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11207 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11208 * gdb.dwarf2/dw2-producer.exp: Likewise.
11209 * gdb.dwarf2/mac-fileno.exp: Likewise.
11210 * gdb.python/py-frame-args.exp: Likewise.
11211 * gdb.python/py-framefilter.exp: Likewise.
11212 * gdb.python/py-mi.exp: Likewise.
11213 * gdb.python/py-objfile-script.exp: Likewise
11214 * gdb.python/py-pp-integral.exp: Likewise.
11215 * gdb.python/py-pp-re-notag.exp: Likewise.
11216 * gdb.python/py-prettyprint.exp: Likewise.
11217 * gdb.python/py-section-script.exp: Likewise.
11218 * gdb.python/py-typeprint.exp: Likewise.
11219 * gdb.python/py-xmethods.exp: Likewise.
11220 * gdb.stabs/weird.exp: Likewise.
11221 * gdb.xml/tdesc-regs.exp: Likewise.
11222
bd286a29
KCY
112232014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11224
11225 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11226 (out_cu): Use addr_len for the size of addresses.
11227 (out_line): Likewise. Size DW_LNE_set_address instruction
11228 according to addr_len.
11229 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11230 (FUNC): Add START_INSNS to definition.
11231
673dc4a0
YQ
112322014-10-18 Yao Qi <yao@codesourcery.com>
11233
11234 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11235 gdb_has_argv0 return true.
11236 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11237 check [target_info exists noargs], check [gdb_has_argv0]
11238 instead.
11239 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11240 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11241 procedures.
11242
4ffbba72
DE
112432014-10-17 Doug Evans <dje@google.com>
11244
11245 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11246 event.
11247 * gdb.python/py-events.py: Add clear_objfiles event.
11248
d096d8c1
DE
112492014-10-17 Doug Evans <dje@google.com>
11250
11251 * gdb.python/py-objfile.exp: Test progspace attribute.
11252
a80db015
LM
112532014-10-17 Luis Machado <lgustavo@codesourcery.com>
11254
11255 * gdb.guile/scm-breakpoint.exp: Do not assume any
11256 directory separators when matching source file paths.
11257 * gdb.python/py-breakpoint.exp: Likewise.
11258 * gdb.reverse/break-precsave.exp: Likewise.
11259 * gdb.reverse/break-reverse.exp: Likewise.
11260 * gdb.reverse/consecutive-precsave.exp: Likewise.
11261 * gdb.reverse/finish-precsave.exp: Likewise.
11262 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11263 * gdb.reverse/finish-reverse.exp: Likewise.
11264 * gdb.reverse/i386-precsave.exp: Likewise.
11265 * gdb.reverse/i387-env-reverse.exp: Likewise.
11266 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11267 * gdb.reverse/machinestate-precsave.exp: Likewise.
11268 * gdb.reverse/machinestate.exp: Likewise.
11269 * gdb.reverse/sigall-precsave.exp: Likewise.
11270 * gdb.reverse/solib-precsave.exp: Likewise.
11271 * gdb.reverse/step-precsave.exp: Likewise.
11272 * gdb.reverse/until-precsave.exp: Likewise.
11273 * gdb.reverse/watch-precsave.exp: Likewise.
11274 * gdb.reverse/watch-reverse.exp: Likewise.
11275
b22089ab
YQ
112762014-10-17 Yao Qi <yao@codesourcery.com>
11277
11278 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11279 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11280
6c4486e6
PA
112812014-10-17 Pedro Alves <palves@redhat.com>
11282
11283 PR gdb/17471
11284 * gdb.base/bg-execution-repeat.c: New file.
11285 * gdb.base/bg-execution-repeat.exp: New file.
11286
0ff33695
PA
112872014-10-17 Pedro Alves <palves@redhat.com>
11288
11289 PR gdb/17300
11290 * gdb.base/continue-all-already-running.c: New file.
11291 * gdb.base/continue-all-already-running.exp: New file.
11292
6fdebc3d
PA
112932014-10-17 Pedro Alves <palves@redhat.com>
11294
11295 PR gdb/17472
11296 * gdb.base/annota-input-while-running.c: New file.
11297 * gdb.base/annota-input-while-running.exp: New file.
11298
32a8097b
PA
112992014-10-17 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.base/callfuncs.exp: emove references to osf.
11302 * gdb.base/sigall.exp: Likewise.
11303 * gdb.gdb/selftest.exp: Likewise.
11304 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11305 * gdb.mi/non-stop.c: Likewise.
11306 * gdb.mi/pthreads.c: Likewise.
11307 * gdb.reverse/sigall-precsave.exp: Likewise.
11308 * gdb.reverse/sigall-reverse.exp: Likewise.
11309 * gdb.threads/pthreads.c: Likewise.
11310 * gdb.threads/pthreads.exp: Likewise.
11311
7a3517ff
YQ
113122014-10-17 Yao Qi <yao@codesourcery.com>
11313
11314 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11315 check 'target_info exists noargs'.
11316 (test_command_prompt_position): Likewise.
11317 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11318 Remove "set args".
11319 (progvar_simple_while_test): Likewise.
11320 (progvar_complex_if_while_test): Likewise.
11321 (if_while_breakpoint_command_test): Likewise.
11322 (infrun_breakpoint_command_test): Likewise.
11323 (breakpoint_command_test): Likewise.
11324 (watchpoint_command_test): Likewise.
11325 (bp_deleted_in_command_test): Likewise.
11326 (temporary_breakpoint_commands): Likewise.
11327
bb99c472
YQ
113282014-10-16 Yao Qi <yao@codesourcery.com>
11329
11330 * gdb.base/remotetimeout.exp: Remove noargs checking.
11331
7c16b83e
PA
113322014-10-15 Pedro Alves <palves@redhat.com>
11333
11334 PR breakpoints/9649
11335 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11336 * gdb.base/breakpoint-in-ro-region.exp
11337 (probe_target_hardware_step): New procedure.
11338 (top level): Probe hardware stepping and hardware breakpoint
11339 support. Test stepping through a read-only region, with both
11340 "breakpoint auto-hw" on and off and both "always-inserted" on and
11341 off.
11342
35a49624
IB
113432014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11344
11345 * gdb.dlang/demangle.exp: Update for demangling changes.
11346
2d1c107c
SC
113472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11348
11349 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11350 * gdb.cp/non-trivial-retval.exp: Add new tests.
11351
778811d5
SC
113522014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11353
11354 PR c++/13403
11355 PR c++/15154
11356 * gdb.cp/non-trivial-retval.cc: New file.
11357 * gdb.cp/non-trivial-retval.exp: New file.
11358
10c5f0a8
YQ
113592014-10-15 Yao Qi <yao@codesourcery.com>
11360
11361 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11362 remote host.
11363
65d7b369
YQ
113642014-10-15 Yao Qi <yao@codesourcery.com>
11365
11366 * gdb.python/py-symbol.exp: Match file base name if host is
11367 remote, otherwise match file name with dir name.
11368 * gdb.python/py-symtab.exp: Likewise.
11369 * gdb.python/python.exp: Likewise.
11370
46dc1394
YQ
113712014-10-15 Yao Qi <yao@codesourcery.com>
11372
11373 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11374 pattern.
11375 * gdb.python/py-symtab.exp: Likewise.
11376 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11377 locationn.
11378
c40cc657
JB
113792014-10-14 Joel Brobecker <brobecker@adacore.com>
11380
11381 * gdb.ada/addr_arith: New testcase.
11382
2abf49e1
MR
113832014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11384
11385 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11386 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11387 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11388 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11389
f7088df3
SDJ
113902014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11391
11392 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11393 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11394 * gdb.arch/stap-eval-lang-ada.exp: New file.
11395
4dc06805
YQ
113962014-10-14 Yao Qi <yao@codesourcery.com>
11397
11398 * gdb.mi/mi-var-child.c (nothing1): New function.
11399 (nothing2): New function.
11400 (do_children_tests): Set function pointers by nothing1 and
11401 nothing2.
11402 * gdb.mi/mi-var-child.exp: Step over new added statements.
11403 Update test to match the new output.
11404 * gdb.mi/var-cmd.c (nothing1): New function.
11405 (nothing2): New function.
11406 (do_children_tests): Set function pointers by nothing1 and
11407 nothing2.
11408 * gdb.mi/mi-var-display.exp: Update test to match output.
11409 Step to the line specified by $line_dct_nothing.
11410 Increase the number of lines to step.
11411
46a93de2
YQ
114122014-10-14 Yao Qi <yao@codesourcery.com>
11413
11414 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11415 tests.
11416 * gdb.mi/mi2-var-child.exp: Likewise.
11417
14ea52ee
DE
114182014-10-13 Doug Evans <dje@google.com>
11419
11420 * gdb.python/py-objfile.exp: Change name of file name test.
11421
e5c6e92b
DE
114222014-10-13 Doug Evans <dje@google.com>
11423
11424 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11425 from the start of the CU.
11426
c780cc2f
JK
114272014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11428 Yao Qi <yao@codesourcery.com>
11429
11430 Fix "save breakpoints" for "catch" command.
11431 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11432 Remove -nonewline. Match also the added "main" line.
11433
99894e11
JK
114342014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11435
11436 Fix "save breakpoints" for "disable $bpnum" command.
11437 * gdb.base/save-bp.c (main): Add label.
11438 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11439
6e1ac5a3
JK
114402014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11441
11442 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11443
754dd2b0
YQ
114442014-10-11 Yao Qi <yao@codesourcery.com>
11445
11446 * gdb.server/server-kill.exp: Execute command
11447 "set remote trace-status-packet on" before "tstatus".
11448
f90183d7
YQ
114492014-10-11 Yao Qi <yao@codesourcery.com>
11450
11451 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11452 (main): Call getppid.
11453 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11454 and continue to it. Read variable "server_pid".
11455
bf40a607
YQ
114562014-10-11 Yao Qi <yao@codesourcery.com>
11457
11458 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11459
052ca370
YQ
114602014-10-11 Yao Qi <yao@codesourcery.com>
11461
11462 * gdb.threads/thread-find.exp: Don't execute command
11463 "info threads".
11464 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11465 * gdb.threads/linux-dp.exp: Don't check the condition
11466 $threads_created equals to zero.
11467
3831839c
PA
114682014-10-10 Pedro Alves <palves@redhat.com>
11469
11470 * gdb.base/bigcore.exp: Remove references to IRIX.
11471 * gdb.base/funcargs.exp: Likewise.
11472 * gdb.base/interrupt.exp: Likewise.
11473 * gdb.base/mips_pro.exp: Likewise.
11474 * gdb.base/nodebug.exp: Likewise.
11475 * gdb.base/setvar.exp: Likewise.
11476 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11477
8b9a549d
PA
114782014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11479 Pedro Alves <palves@redhat.com>
11480
11481 PR symtab/14466
11482 * gdb.base/vdso-warning.c: New file.
11483 * gdb.base/vdso-warning.exp: New file.
11484
d48ba5e8
DE
114852014-10-02 Doug Evans <dje@google.com>
11486
11487 * gdb.base/structs.c (main): Don't run forever.
11488
2278c276
PA
114892014-10-02 Pedro Alves <palves@redhat.com>
11490
11491 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11492 (top level) <stop threads 1, stop threads 2>: Use it.
11493
b57bacec
PA
114942014-10-02 Pedro Alves <palves@redhat.com>
11495
11496 * gdb.threads/break-while-running.exp (test): Add new
11497 'update_thread_list' argument. Skip "info threads" if false.
11498 (top level): Add new 'update_thread_list' axis.
11499
13fd3ff3
PA
115002014-10-02 Pedro Alves <palves@redhat.com>
11501
11502 PR breakpoints/17431
11503 * gdb.base/execl-update-breakpoints.c: New file.
11504 * gdb.base/execl-update-breakpoints.exp: New file.
11505
0fec99e8
PA
115062014-10-01 Pedro Alves <palves@redhat.com>
11507
11508 * gdb.base/breakpoint-in-ro-region.c: New file.
11509 * gdb.base/breakpoint-in-ro-region.exp: New file.
11510
2ddf4301
SM
115112014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11512
11513 * gdb.mi/mi-exit-code.exp: New file.
11514 * gdb.mi/mi-exit-code.c: New file.
11515
6a5f3f43
YQ
115162014-09-30 Yao Qi <yao@codesourcery.com>
11517
11518 * lib/prelink-support.exp (build_executable_own_libs): Error if
11519 the target isn't native.
11520
345bcc73
YQ
115212014-09-30 Yao Qi <yao@codesourcery.com>
11522
11523 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11524 false.
11525
a25a5a45
PA
115262014-09-22 Pedro Alves <palves@redhat.com>
11527
11528 * gdb.threads/break-while-running.exp: New file.
11529 * gdb.threads/break-while-running.c: New file.
11530
00ba3162
YQ
115312014-09-19 Yao Qi <yao@codesourcery.com>
11532
11533 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11534 Invoke test. Restart GDB with --readnow and invoke test again.
11535
c3b7b696
YQ
115362014-09-19 Yao Qi <yao@codesourcery.com>
11537
11538 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11539 proc set_breakpoint_on_gcd_function. Invoke
11540 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11541 invoke set_breakpoint_on_gcd_function again.
11542
2b4fd423
DE
115432014-09-18 Doug Evans <dje@google.com>
11544
11545 * gdb.dwarf2/symtab-producer.exp: New file.
11546
a5947601
SDJ
115472014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11548
11549 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11550 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11551 * gdb.base/global-var-nested-by-dso.c: Likewise.
11552 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11553
91c19059
SDJ
115542014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11555 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.base/watch-bitfields.exp: Pass string other than test file
11558 name to prepare_for_testing.
11559 (watch): New procedure.
11560 (expect_watchpoint): Use with_test_prefix.
11561 (top level): Factor out tests to ...
11562 (test_watch_location, test_regular_watch): ... these new
11563 procedures, and use with_test_prefix and gdb_continue_to_end.
11564
bb9d5f81
PP
115652014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11566
11567 PR breakpoints/12526
11568 * gdb.base/watch-bitfields.exp: New file.
11569 * gdb.base/watch-bitfields.c: New file.
11570
635856f5
PA
115712014-09-16 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11574 software and hardware addresses, not software address against
11575 itself.
11576
7280ceea
PA
115772014-09-16 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11580 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11581
428b16bd
PA
115822014-09-16 Pedro Alves <palves@redhat.com>
11583
11584 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11585 files.
11586 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11587 "*-*-vxworks*" throughout.
11588 * gdb.base/break.exp: Likewise.
11589 * gdb.base/default.exp: Likewise.
11590 * gdb.base/scope.exp: Likewise.
11591 * gdb.base/sepdebug.exp: Likewise.
11592 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11593 throughout.
11594 * gdb.base/run.c: Likewise.
11595 * gdb.base/sepdebug.c: Likewise.
11596 * gdb.hp/gdb.aCC/run.c: Likewise.
11597 * gdb.reverse/until-reverse.c: Likewise.
11598 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11599
666d413c
YQ
116002014-09-16 Yao Qi <yao@codesourcery.com>
11601
11602 * boards/local-remote-host-native.exp: New file.
11603
57cbd724
DE
116042014-09-14 Doug Evans <xdje42@gmail.com>
11605
11606 * gdb.threads/queue-signal.c (thread_count): New variable.
11607 (thread_count_mutex, thread_count_condvar): New variables.
11608 (incr_thread_count, wait_all_threads_running): New functions.
11609 (main): Wait for all threads to be in their thread functions.
11610
81219e53
DE
116112014-09-13 Doug Evans <xdje42@gmail.com>
11612
11613 * gdb.threads/queue-signal.c: New file.
11614 * gdb.threads/queue-signal.exp: New file.
11615
3714cea7
DE
116162014-09-13 Doug Evans <xdje42@gmail.com>
11617
11618 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11619 be consistent with what default_gdb_init uses.
11620 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11621 the plain text of the prompt. Add some logging printfs.
11622 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11623
fa43b1d7
PA
116242014-09-12 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11627 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11628 * gdb.arch/i386-size-overlap.exp: Likewise.
11629 * gdb.arch/i386-size.exp: Likewise.
11630 * gdb.arch/i386-unwind.exp: Likewise.
11631 * gdb.base/a2-run.exp: Likewise.
11632 * gdb.base/break.exp: Likewise.
11633 * gdb.base/charset.exp: Likewise.
11634 * gdb.base/chng-syms.exp: Likewise.
11635 * gdb.base/commands.exp: Likewise.
11636 * gdb.base/dbx.exp: Likewise.
11637 * gdb.base/find.exp: Likewise.
11638 * gdb.base/funcargs.exp: Likewise.
11639 * gdb.base/jit-simple.exp: Likewise.
11640 * gdb.base/reread.exp: Likewise.
11641 * gdb.base/sepdebug.exp: Likewise.
11642 * gdb.base/step-bt.exp: Likewise.
11643 * gdb.cp/mb-inline.exp: Likewise.
11644 * gdb.cp/mb-templates.exp: Likewise.
11645 * gdb.objc/basicclass.exp: Likewise.
11646 * gdb.threads/killed.exp: Likewise.
11647
9d9bf2df
EBM
116482014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11649
11650 PR tdep/17379
11651 * gdb.arch/powerpc-stackless.S: New file.
11652 * gdb.arch/powerpc-stackless.exp: New file.
11653
1cf2f1b0
JK
116542014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11655
11656 * gdb.base/attach.c: Include unistd.h.
11657 (main): Call alarm. Add label postloop.
11658 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11659 gdb_breakpoint, gdb_continue_to_breakpoint.
11660 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11661
98880d46
PA
116622014-09-11 Pedro Alves <palves@redhat.com>
11663
11664 PR gdb/17347
11665 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11666 * gdb.base/attach.exp (test_command_line_attach_run): New
11667 procedure.
11668 (top level): Call it.
11669
4c92ff2c
PA
116702014-09-11 Pedro Alves <palves@redhat.com>
11671
11672 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11673 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11674 (do_command_attach_tests): Use spawn_wait_for_attach.
11675 * gdb.base/solib-overlap.exp: Likewise.
11676 * gdb.multi/multi-attach.exp: Likewise.
11677 * gdb.python/py-prompt.exp: Likewise.
11678 * gdb.python/py-sync-interp.exp: Likewise.
11679 * gdb.server/ext-attach.exp: Likewise.
11680
3adc1a7d
GKB
116812014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11682
11683 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11684 command in testcase. Simplify testcase.
11685
96334934
JB
116862014-09-10 Joel Brobecker <brobecker@adacore.com>
11687
11688 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11689
eb479039
JB
116902014-09-10 Joel Brobecker <brobecker@adacore.com>
11691
11692 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11693
deede10c
JB
116942014-09-10 Joel Brobecker <brobecker@adacore.com>
11695
11696 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11697
7828a5f5
JB
116982014-09-10 Joel Brobecker <brobecker@adacore.com>
11699
11700 * gdb.dwarf2/dynarr-ptr.c: New file.
11701 * gdb.dwarf2/dynarr-ptr.exp: New file.
11702
33aeebcf
MR
117032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11704
11705 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11706 of 30 rather than hardcoding 120 for a slow test case. Take the
11707 `gdb,timeout' target setting into account for this calculation.
11708 Don't extend the timeout for the test cases that don't need it.
11709
7b415901
MR
117102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11711
11712 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11713 a factor of 2 for a slow test case. Take the `gdb,timeout'
11714 target setting into account for this calculation.
11715 * gdb.reverse/until-precsave.exp: Increase the timeout by
11716 a factor of 15 and 3 respectively rather than adding 120
11717 for a pair of slow test cases. Take the `gdb,timeout'
11718 target setting into account for this calculation.
11719
4a40f85a
MR
117202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11721
11722 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11723 timeout, don't pass one down to gdb_expect.
11724 (gdb_expect): Rework timeout selection.
11725
09635af7
MR
117262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11727
11728 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11729 exception on timeout.
11730 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11731 (gdbserver_start_extended): Catch any `gdbserver_start' error
11732 exceptions.
11733 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11734 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11735 `gdbserver_gdb_load' error exceptions.
11736
2bdd10b7
MR
117372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11738
11739 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11740 120 on waiting for the TCP socket to open.
11741
316935f0
DE
117422014-09-09 Doug Evans <xdje42@gmail.com>
11743
11744 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11745 _caller_matches, _any_caller_is, _any_caller_matches.
11746
83740597
DE
117472014-09-09 Doug Evans <xdje42@gmail.com>
11748
11749 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11750
4c122fc3
YQ
117512014-09-09 Yao Qi <yao@codesourcery.com>
11752
11753 * gdb.mi/mi-var-display.exp: Set print symbol off.
11754
a9f116cb
GKB
117552014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11756
11757 PR gdb/17035
11758 * gdb.base/commands.exp: Add tests to verify user-defined
11759 commands with empty bodies.
11760 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11761 python commands in `show user command`.
11762 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11763 scheme commands in `show user command`.
11764
c75bd3a2
JK
117652014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11766
11767 PR python/17355
11768 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11769 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11770 * gdb.python/py-framefilter-invalidarg.exp: New file.
11771 * gdb.python/py-framefilter-invalidarg.py: New file.
11772
faa42425
DE
117732014-09-06 Doug Evans <xdje42@gmail.com>
11774
11775 PR 15276
11776 * gdb.python/py-caller-is.c: New file.
11777 * gdb.python/py-caller-is.exp: New file.
11778
474ca4f6
SDJ
117792014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11780
11781 PR gdb/17235
11782 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11783 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11784
eb0b0463
SDJ
117852014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11786
11787 PR fortran/17237
11788 * gdb.fortran/print-formatted.exp: New file.
11789 * gdb.fortran/print-formatted.f90: Likewise.
11790
5f3b99cf
SS
117912014-09-03 Sasha Smundak <asmundak@google.com>
11792
11793 * gdb.python/py-frame.exp: Test Frame.read_register.
11794
7d793aa9
SDJ
117952014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11796
11797 PR python/16699
11798 * gdb.python/py-completion.exp: New file.
11799 * gdb.python/py-completion.py: Likewise.
11800
fb0576e9
DE
118012014-08-28 Doug Evans <dje@google.com>
11802
11803 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11804 eax,etc. are live with values set by gdb and thus the compiler can't
11805 use them.
11806 * gdb.arch/i386-pseudo.c (main): Ditto.
11807
ee92b0dd
DE
118082014-08-27 Doug Evans <dje@google.com>
11809
11810 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11811
6649db35
DE
118122014-08-25 Doug Evans <dje@google.com>
11813
11814 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11815 (main): Ditto.
11816
564b7600
DE
118172014-08-25 Doug Evans <dje@google.com>
11818
11819 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11820
3881fb67
YQ
118212014-08-24 Yao Qi <yao@codesourcery.com>
11822
11823 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11824 symbol off.
11825 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11826
a05a36a5
DE
118272014-08-22 Doug Evans <dje@google.com>
11828
11829 PR 17276
11830 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11831 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11832 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11833
7c343b48
YQ
118342014-08-22 Yao Qi <yao@codesourcery.com>
11835
11836 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11837 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11838 * gdb.python/python.exp: Likewise. Use .py file on the host
11839 instead of the build.
11840
22fd09ae
JK
118412014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11842
11843 * gdb.threads/gcore-stale-thread.c: New file.
11844 * gdb.threads/gcore-stale-thread.exp: New file.
11845
a8454a7c
PA
118462014-08-21 Pedro Alves <palves@redhat.com>
11847
11848 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11849 * gdb.base/gcore-relro-pie.exp: Likewise.
11850 * gdb.base/gcore-relro.exp: Likewise.
11851 * gdb.base/gcore.exp: Likewise.
11852 * gdb.base/print-symbol-loading.exp: Likewise.
11853 * gdb.threads/gcore-thread.exp: Likewise.
11854 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11855
2a31c623
PA
118562014-08-20 Pedro Alves <palves@redhat.com>
11857 Jan Kratochvil <jan.kratochvil@redhat.com>
11858
11859 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11860 configure.
11861 (EXPECT): Handle READ1 being set.
11862 (all): Depend on EXTRA_RULES.
11863 (check-read1, expect-read1, read1.so, read1): New rules.
11864 * README (Testsuite Parameters): Document the READ1 make variable.
11865 (Race detection): New section.
11866 * configure: Regenerate.
11867 * configure.ac: If build==host==target, and running under a
11868 GNU/glibc system, add read1 to the extra Makefile rules.
11869 (EXTRA_RULES): AC_SUBST it.
11870 * lib/read1.c: New file.
11871
d36430db
JB
118722014-08-20 Joel Brobecker <brobecker@adacore.com>
11873
11874 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11875 the handling of variables declared as a typedef to an array
11876 which a DW_AT_data_location attribute.
11877
9a0dc9e3
PA
118782014-08-19 Andrew Burgess <aburgess@broadcom.com>
11879 Pedro Alves <palves@redhat.com>
11880
11881 PR symtab/14604
11882 PR symtab/14605
11883 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11884 gdb_test.
11885
0718a8da
PA
118862014-08-19 Pedro Alves <palves@redhat.com>
11887
11888 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11889
13b448cd
YQ
118902014-08-19 Yao Qi <yao@codesourcery.com>
11891
11892 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11893 right line.
11894
1cbf5077
DB
118952014-08-18 David Blaikie <dblaikie@gmail.com>
11896
11897 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11898
bf0fae19
JB
118992014-08-18 Joel Brobecker <brobecker@adacore.com>
11900
11901 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11902 attribute in array range.
11903
3c8c5dcc
JB
119042014-08-18 Joel Brobecker <brobecker@adacore.com>
11905
11906 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11907
e66d4446
SC
119082014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11909
11910 PR c++/17132
11911 * gdb.cp/pr17132.cc: New file.
11912 * gdb.cp/pr17132.exp: New file.
11913
940df408
SC
119142014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11915
11916 * gdb.python/py-xmethods.py (A_getarrayind)
11917 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11918 Use 'print' with function call syntax.
11919 (E_method_matcher.match): Fix tab vs space indentation mixup.
11920
ebcc6c3a
YQ
119212014-08-15 Yao Qi <yao@codesourcery.com>
11922
11923 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11924 false.
11925
775e0f04
YQ
119262014-08-15 Yao Qi <yao@codesourcery.com>
11927
11928 * gdb.cp/casts.exp: Set print symbol off.
11929 * gdb.cp/class2.exp: Likewise.
11930 * gdb.cp/overload.exp: Likewise.
11931 * gdb.cp/templates.exp: Likewise.
11932
d769e349
DE
119332014-08-11 Doug Evans <dje@google.com>
11934
11935 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11936 (test_load_shlib): Update.
11937
20c6f1e1
YQ
119382014-08-09 Yao Qi <yao@codesourcery.com>
11939
11940 * gdb.base/display.exp: Invoke is_address_zero_readable.
11941 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11942 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11943 * gdb.base/hbreak-unmapped.exp: Return if
11944 is_address_zero_readable returns true.
11945 * gdb.base/signest.exp: Likewise.
11946 * gdb.base/signull.exp: Likewise.
11947 * gdb.base/sigbpt.exp: Likewise.
11948 * gdb.guile/scm-disasm.exp: Do the test if
11949 is_address_zero_readable returns false.
11950 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11951 * gdb.python/py-arch.exp: Likewise.
11952 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11953 * lib/gdb.exp (is_address_zero_readable): New proc.
11954
5792e8e3
YQ
119552014-08-09 Yao Qi <yao@codesourcery.com>
11956
11957 PR testsuite/13443
11958 * gdb.mi/mi-var-display.exp: Make test messages unique.
11959
3cecbbbe
TT
119602014-08-04 Tom Tromey <tromey@redhat.com>
11961
11962 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11963 target 0".
11964
00b51ff5
TT
119652014-08-04 Tom Tromey <tromey@redhat.com>
11966
11967 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11968 "target_resume".
11969
6908c509
JB
119702014-08-01 Joel Brobecker <brobecker@adacore.com>
11971
11972 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11973 inner_vla_struct_object_size.
11974 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11975 as xfail.
11976
cc6563d2
PA
119772014-07-30 Pedro Alves <palves@redhat.com>
11978
11979 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11980 comment.
11981
7e09a223
YQ
119822014-07-29 Yao Qi <yao@codesourcery.com>
11983
11984 PR gdb/17206
11985 * gdb.base/until-nodebug.exp: New.
11986
7ebdbe92
DE
119872014-07-28 Doug Evans <xdje42@gmail.com>
11988
11989 PR guile/17203
11990 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11991 previously existing parameter, and previously ambiguously spelled
11992 parameter.
11993
fdb1adc6
WN
119942014-07-28 Will Newton <will.newton@linaro.org>
11995
11996 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11997
186fcde0
DE
119982014-07-26 Ludovic Courtès <ludo@gnu.org>
11999 Doug Evans <xdje42@gmail.com>
12000
12001 PR guile/17146
12002 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12003
70509625
PA
120042014-07-25 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.threads/signal-command-handle-nopass.c: New file.
12007 * gdb.threads/signal-command-handle-nopass.exp: New file.
12008 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12009 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12010 * gdb.threads/signal-delivered-right-thread.c: New file.
12011 * gdb.threads/signal-delivered-right-thread.exp: New file.
12012
c3f814a1
PA
120132014-07-25 Pedro Alves <palves@redhat.com>
12014
12015 * gdb.base/double-prompt-target-event-error.exp
12016 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12017 match.
12018 (cancel_pagination_in_target_event): Rework double prompt
12019 detection.
12020 * gdb.base/paginate-after-ctrl-c-running.exp
12021 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12022 <return>' match.
12023 * gdb.base/paginate-bg-execution.exp
12024 (test_bg_execution_pagination_return)
12025 (test_bg_execution_pagination_cancel): Remove '-notransfer
12026 <return>' matches.
12027 * gdb.base/paginate-execution-startup.exp
12028 (test_fg_execution_pagination_return)
12029 (test_fg_execution_pagination_cancel): Remove '-notransfer
12030 <return>' matches.
12031 * gdb.base/paginate-inferior-exit.exp
12032 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12033 match.
12034 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12035 * lib/gdb.exp (pagination_prompt): Run text through
12036 string_to_regexp.
12037 (gdb_test_multiple): Match $pagination_prompt instead of
12038 "<return>".
12039 (string_to_regexp): Move to lib/gdb-utils.exp.
12040
e214cf6c
JK
120412014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12042
12043 * gdb.arch/amd64-entry-value-paramref.S: New file.
12044 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12045 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12046 * gdb.arch/amd64-optimout-repeat.S: New file.
12047 * gdb.arch/amd64-optimout-repeat.c: New file.
12048 * gdb.arch/amd64-optimout-repeat.exp: New file.
12049
17d0c5c8
JK
120502014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12051
12052 PR gdb/17170
12053 * gdb.base/statistics.exp: New file.
12054
b8b8facf
DE
120552014-07-17 Doug Evans <dje@google.com>
12056
74b49205 12057 PR gdb/17170
b8b8facf
DE
12058 * gdb.base/maint.exp: Update testing of per-command stats.
12059
1b5d0ab3
PA
120602014-07-16 Pedro Alves <palves@redhat.com>
12061
12062 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12063 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12064 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12065 (tfile_write_buf): New functions.
12066 (add_memory_block): Rewrite using the above.
12067 (adjust_function_address): New function.
12068 (FUNCTION_ADDRESS): New macro.
12069 (write_basic_trace_file): Remove short_x local, and use
12070 tfile_write_16. Change type of func_addr local to unsigned long
12071 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12072 here. Cast argument of add_memory_block to char pointer.
12073 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12074 (main): Remove parameters.
12075 * gdb.trace/tfile.exp: Remove nowarnings.
12076
4d974e88
SM
120772014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12078
12079 * gdb.base/debug-expr.exp: Test string evaluation with
12080 "debug expression" on.
12081
41e99568
PA
120822014-07-15 Pedro Alves <palves@redhat.com>
12083
12084 * gdb.base/reread.exp: Use clean_restart.
12085
487d9753
PL
120862014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12087
12088 * gdb.arch/avr-flash-qualifer.c: New.
12089 * gdb.arch/avr-flash-qualifer.exp: New.
12090
cc1c52ad
PA
120912014-07-14 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12094 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12095
1e973570
PA
120962014-07-14 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.base/double-prompt-target-event-error.c: New file.
12099 * gdb.base/double-prompt-target-event-error.exp: New file.
12100
93d6eb10
PA
121012014-07-14 Pedro Alves <palves@redhat.com>
12102
12103 PR gdb/17072
12104 * gdb.base/paginate-inferior-exit.c: New file.
12105 * gdb.base/paginate-inferior-exit.exp: New file.
12106
0017922d
PA
121072014-07-14 Pedro Alves <palves@redhat.com>
12108
12109 PR gdb/17072
12110 * gdb.base/paginate-bg-execution.c: New file.
12111 * gdb.base/paginate-bg-execution.exp: New file.
12112
94696ad3
PA
121132014-07-14 Pedro Alves <palves@redhat.com>
12114
12115 PR gdb/17072
12116 * gdb.base/paginate-execution-startup.c: New file.
12117 * gdb.base/paginate-execution-startup.exp: New file.
12118 * lib/gdb.exp (pagination_prompt): New global.
12119 (default_gdb_spawn): New procedure, factored out from
12120 default_gdb_spawn.
12121 (default_gdb_start): Adjust to call default_gdb_spawn.
12122 (gdb_spawn): New procedure.
12123
bd293940
PA
121242014-07-14 Pedro Alves <palves@redhat.com>
12125
12126 * lib/gdb.exp (gdb_assert): New procedure.
12127 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12128
c933f875
PA
121292014-07-14 Pedro Alves <palves@redhat.com>
12130
12131 * gdb.base/execution-termios.c: New file.
12132 * gdb.base/execution-termios.exp: New file.
12133
d98b7a16
TT
121342014-07-14 Tom Tromey <tromey@redhat.com>
12135
12136 * gdb.cp/vla-cxx.cc: New file.
12137 * gdb.cp/vla-cxx.exp: New file.
12138
548740d6
TT
121392014-07-14 Tom Tromey <tromey@redhat.com>
12140
12141 * gdb.reverse/rerun-prec.c: New file.
12142 * gdb.reverse/rerun-prec.exp: New file.
12143
a25eb028
MR
121442014-07-12 Maciej W. Rozycki <macro@mips.com>
12145 Maciej W. Rozycki <macro@codesourcery.com>
12146
12147 * lib/gdb-utils.exp: New file.
12148 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12149 inline `gdb_init_command' processing.
12150 (gdb_start_cmd): Likewise.
12151 * lib/mi-support.exp (mi_run_cmd): Likewise.
12152 * README: Document `gdb_init_command' and `gdb_init_commands'.
12153
218c2655
JK
121542014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12155
12156 Fix false FAIL running under a very long directory name.
12157 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12158 and "set print elements 10000". Twice.
12159
5401fde3
YQ
121602014-07-11 Yao Qi <yao@codesourcery.com>
12161
12162 * gdb.base/exprs.exp: "set print symbol off".
12163
e76126e8
PA
121642014-07-11 Pedro Alves <palves@redhat.com>
12165
12166 * gdb.threads/kill.c: New file.
12167 * gdb.threads/kill.exp: New file.
12168
2d6f0de6
YQ
121692014-07-10 Yao Qi <yao@codesourcery.com>
12170
12171 * gdb.trace/tfile.c (write_basic_trace_file)
12172 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12173 address written to trace file.
12174
7180e04a
PA
121752014-07-09 Pedro Alves <palves@redhat.com>
12176
12177 * gdb.base/attach-wait-input.exp: New file.
12178 * gdb.base/attach-wait-input.c: New file.
12179
9a9a7608
AB
121802014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12181
12182 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12183 setting up test structures.
12184 (main): Call new test function.
12185 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12186 test function, continue into test function and walk test
12187 structures.
12188
161ac41e
YQ
121892014-07-02 Yao Qi <yao@codesourcery.com>
12190
12191 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12192 'bar_start' at the beginning of functions 'foo' and 'bar'
12193 respectively.
12194 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12195 instead of 'foo' and 'bar'.
12196
1f267ae3
MM
121972014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12198
12199 * gdb.btrace/segv.exp: New.
12200 * gdb.btrace/segv.c: New.
12201
2b239efb
LM
122022014-07-02 Luis Machado <lgustavo@codesourcery.com>
12203
12204 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12205 instruction.
12206
cf363f18
MW
122072014-06-30 Mark Wielaard <mjw@redhat.com>
12208
12209 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12210 vulture, vilify, villar): New volatile array constants.
12211 (vindictive, vegetation): New const volatile array constants.
12212 * gdb.base/volatile.exp: Test volatile and const volatile array
12213 types.
12214
aebf9d24
AA
122152014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12216
12217 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12218 target lacks support for awatch, rwatch, or hbreak.
12219
b67a2c6f
YQ
122202014-06-27 Yao Qi <yao@codesourcery.com>
12221
12222 * gdb.multi/dummy-frame-restore.exp: New.
12223 * gdb.multi/dummy-frame-restore.c: New.
12224
aef92902
MM
122252014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12226
12227 * gdb.btrace/gcore.exp: New.
12228
8e9db26e
PA
122292014-06-23 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.base/watchpoint-reuse-slot.c: New file.
12232 * gdb.base/watchpoint-reuse-slot.exp: New file.
12233
70afc5b7
SC
122342014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12235
12236 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12237 progspace's filename in 'info', 'enable' and 'disable' command
12238 tests.
12239
b972bd9c
JK
122402014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12241
12242 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12243 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12244 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12245
125f8a3d
GB
122462014-06-20 Gary Benson <gbenson@redhat.com>
12247
12248 * gdb.arch/i386-avx.exp: Fix include file location.
12249 * gdb.arch/i386-sse.exp: Likewise.
12250
3ed9baed
IB
122512014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12252
12253 * gdb.dlang/expression.exp: New file.
12254
034f788c
PA
122552014-06-19 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12258 out from ...
12259 (top level): ... here. Iterate running tests under different
12260 scheduler-locking settings.
12261
45371d0c
LM
122622014-06-18 Luis Machado <lgustavo@codesourcery.com>
12263
12264 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12265 to DW_FORM_addr and use non-zero addresses.
12266
5d376983
SC
122672014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12268
12269 PR gdb/17017
12270 * gdb.python/py-xmethods.cc: Add global function call counters and
12271 increment them in their respective functions. Remove "cout"
12272 statements.
12273 * gdb.python/py-xmethods.exp: Make tests check the global function
12274 call counters instead of depending on inferior IO.
12275
a1aa2221
LM
122762014-06-18 Don Breazeal <donb@codesourcery.com>
12277
12278 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12279 Deleted procedure.
12280 (explicit_fork_parent_follow): Deleted procedure.
12281 (explicit_fork_child_follow): Deleted procedure.
12282 (test_follow_fork): New procedure.
12283 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12284 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12285 procedure calls.
12286
0fc05997
YQ
122872014-06-17 Yao Qi <yao@codesourcery.com>
12288
12289 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12290 CP1252.
12291
70795c52
LM
122922014-06-17 Luis Machado <lgustavo@codesourcery.com>
12293
12294 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12295 Initialize ptr and S explicitly.
12296 (skip_type_update_when_not_use_rtti_test): Likewise.
12297
6be47f0c
KS
122982014-06-16 Keith Seitz <keiths@redhat.com>
12299
12300 PR mi/15863
12301 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12302 the inferior is started.
12303
d03de421
PA
123042014-06-16 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.base/break-main-file-remove-fail.c: New file.
12307 * gdb.base/break-main-file-remove-fail.exp: New file.
12308 * gdb.base/break-unload-file.exp: Use build_executable instead of
12309 prepare_for_testing.
12310 (test_break): New parameter "initial_load". Handle it.
12311 (top level): Add initial_load cmdline/file axis.
12312
f9579b99
TT
123132014-06-12 Tom Tromey <tromey@redhat.com>
12314
12315 * gdb.base/completion.exp: Don't use directory name in test.
12316
3657956b
GB
123172014-06-09 Gary Benson <gbenson@redhat.com>
12318
12319 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12320 separate the always-available ANSI-standard signals from the
12321 signals that require checking.
12322 (main): Likewise.
12323 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12324 Likewise.
12325 (main): Likewise.
12326
4186eb54
KS
123272014-06-07 Keith Seitz <keiths@redhat.com>
12328
12329 Revert:
12330 PR c++/16253
12331 * gdb.cp/var-tag.cc: New file.
12332 * gdb.cp/var-tag.exp: New file.
12333 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12334 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12335 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12336 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12337
25326a28 123382014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12339
12340 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12341
829155c9
PA
123422014-06-06 Pedro Alves <palves@redhat.com>
12343
12344 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12345 in target debug output instead of looking at RSP packets,
12346 disabling the test on any target that uses hardware stepping.
12347 Update comments.
12348
61c8d22e
PA
123492014-06-06 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.base/break-unload-file.exp: Fix typo.
12352
d9a47287
YQ
123532014-06-06 Yao Qi <yao@codesourcery.com>
12354
12355 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12356 from "jit_function" to "^jit_function".
12357
e5e01dbf
YQ
123582014-06-06 Yao Qi <yao@codesourcery.com>
12359
12360 * gdb.base/async.c (foo): Add one statement.
12361 * gdb.base/async.exp: Get the next instruction address and
12362 match the output of "nexti" by instruction address. Match
12363 the hex address in the output of "finish".
12364
73ba372c
GB
123652014-06-06 Gary Benson <gbenson@redhat.com>
12366
12367 * gdb.base/call-signals.c: Remove preprocessor conditionals
12368 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12369 SIGSEGV and SIGTERM.
12370 * gdb.base/sigall.c: Likewise.
12371 * gdb.base/unwindonsignal.c: Likewise.
12372 * gdb.reverse/sigall-reverse.c: Likewise.
12373
831517df
YQ
123742014-06-06 Yao Qi <yao@codesourcery.com>
12375
12376 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12377 readable, skip the test.
12378
b8b91e98
YQ
123792014-06-06 Yao Qi <yao@codesourcery.com>
12380
12381 * gdb.threads/staticthreads.c (thread_function): Move the line
12382 setting breakpoint on forward.
12383 * gdb.threads/staticthreads.exp: Update comments.
12384
fb934770
LC
123852014-06-05 Ludovic Courtès <ludo@gnu.org>
12386
12387 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12388 "history-append! type error".
12389
6ef284bd
SM
123902014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12391
12392 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12393 erroneous dprintf expected input.
12394
a872e241
DE
123952014-06-04 Doug Evans <xdje42@gmail.com>
12396
12397 * gdb.guile/scm-generics.exp: Delete.
12398
16f691fb
DE
123992014-06-04 Doug Evans <xdje42@gmail.com>
12400
12401 * gdb.guile/scm-breakpoint.exp: Update.
12402 Add tests for breakpoint registration.
12403
012370f6
TT
124042014-06-04 Tom Tromey <tromey@redhat.com>
12405
12406 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12407 VLA-in-union.
12408 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12409 inner_vla_struct, vla_union types. Initialize objects of those
12410 types and compute their sizes.
12411
9f5a4cef
HZ
124122014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12413 Hui Zhu <hui@codesourcery.com>
12414
12415 * gdb.base/fileio.exp: Add test for shell not available as well as
12416 available.
12417 * gdb.base/fileio.c (test_system): Check for shell twice.
12418
90a45c4d
YQ
124192014-06-04 Yao Qi <yao@codesourcery.com>
12420
12421 * gdb.base/auto-connect-native-target.exp: Remove redundant
12422 space from the regexp pattern.
12423
70017e41
YQ
124242014-06-04 Yao Qi <yao@codesourcery.com>
12425
12426 * gdb.base/default.exp: Replace "child" with "native" in
12427 regexp pattern.
12428
883964a7
SC
124292014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12430
12431 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12432 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12433 * gdb.python/py-xmethods.py: Python script supporting the
12434 new testcase and tests.
12435
ef370185
JB
124362014-06-03 Joel Brobecker <brobecker@adacore.com>
12437 Pedro Alves <palves@redhat.com>
12438
12439 PR breakpoints/17000
12440 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12441 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12442
1e2ccb61
BM
124432014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12444
12445 * gdb.base/subst.exp: Add tests to verify partial path matching
12446 output.
12447
c6ec5ab2
PA
124482014-06-03 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12451 target that doesn't use software single-stepping.
12452
835c559f
PA
124532014-06-03 Pedro Alves <palves@redhat.com>
12454
12455 PR breakpoints/17000
12456 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12457 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12458
06eb1586
DE
124592014-06-02 Doug Evans <xdje42@gmail.com>
12460
12461 * gdb.guile/scm-parameter.exp: New file.
12462
e698b8c4
DE
124632014-06-02 Doug Evans <xdje42@gmail.com>
12464
12465 * gdb.guile/scm-cmd.c: New file.
12466 * gdb.guile/scm-cmd.exp: New file.
12467
ded03782
DE
124682014-06-02 Doug Evans <xdje42@gmail.com>
12469
12470 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12471 pretty-printer lookup.
12472 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12473 (make-pp_s-printer): Call it.
12474 (make-pretty-printer-from-dict): New function.
12475 (lookup-pretty-printer-maker-from-dict): New function.
12476 (*pretty-printer*): Simplify.
12477 (make-objfile-pp_s-printer): New function.
12478 (install-objfile-pretty-printers!): New function.
12479 (make-progspace-pp_s-printer): New function.
12480 (install-progspace-pretty-printers!): New function.
12481 * gdb.guile/scm-progspace.c: New file.
12482 * gdb.guile/scm-progspace.exp: New file.
12483
41fac0cf
PA
124842014-06-02 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.base/dprintf-bp-same-addr.c: New file.
12487 * gdb.base/dprintf-bp-same-addr.exp: New file.
12488
96ae5695
EBM
124892014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12490
12491 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12492 * gdb.arch/powerpc-power.s: Likewise.
12493
da02b3a8
JB
124942014-06-02 Joel Brobecker <brobecker@adacore.com>
12495
12496 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12497
c72b2e7b
YQ
124982014-06-01 Yao Qi <yao@codesourcery.com>
12499
12500 * gdb.base/watchpoint.exp (test_watch_location): Check null
12501 pointer can be dereferenced. If not, do the test, otherwise
12502 skip it.
12503
53e8a631
AB
125042014-05-30 Andrew Burgess <aburgess@broadcom.com>
12505
12506 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12507 results.
12508 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12509
938f0e2f
AB
125102014-05-30 Andrew Burgess <aburgess@broadcom.com>
12511
12512 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12513 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12514 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12515 * gdb.arch/amd64-invalid-stack-top.c: New file.
12516 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12517
9ba6657a
PA
125182014-05-30 Pedro Alves <palves@redhat.com>
12519
12520 PR breakpoints/17000
12521 * gdb.base/sss-bp-on-user-bp.c: New file.
12522 * gdb.base/sss-bp-on-user-bp.exp: New file.
12523
522c09bf
DB
125242014-05-30 David Blaikie <dblaikie@gmail.com>
12525
12526 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12527 gnu_inline semantics via attribute.
12528 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12529 source explicitly specifies the required semantics.
12530
bf4ef81e
MR
125312014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12532
12533 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12534
329ea579
PA
125352014-05-29 Pedro Alves <palves@redhat.com>
12536 Tom Tromey <tromey@redhat.com>
12537
12538 * gdb.base/async-shell.exp: Don't enable target-async.
12539 * gdb.base/async.exp
12540 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12541 parameter. Adjust.
12542 (top level): Don't test with "target-async".
12543 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12544 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12545 * gdb.base/inferior-died.exp: Don't enable target-async.
12546 * gdb.base/interrupt-noterm.exp: Likewise.
12547 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12548 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12549 * gdb.mi/mi-nonstop.exp: Likewise.
12550 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12551 * gdb.mi/mi-nsintrall.exp: Likewise.
12552 * gdb.mi/mi-nsmoribund.exp: Likewise.
12553 * gdb.mi/mi-nsthrexec.exp: Likewise.
12554 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12555 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12556 * gdb.python/py-evsignal.exp: Don't enable target-async.
12557 * gdb.python/py-evthreads.exp: Likewise.
12558 * gdb.python/py-prompt.exp: Likewise.
12559 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12560 * gdb.server/solib-list.exp: Don't enable target-async.
12561 * gdb.threads/thread-specific-bp.exp: Likewise.
12562 * lib/mi-support.exp: Adjust to use mi-async.
12563
fd664c91
PA
125642014-05-29 Pedro Alves <palves@redhat.com>
12565
12566 PR gdb/13860
12567 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12568 reason, even in sync mode.
12569
251bde03
PA
125702014-05-29 Pedro Alves <palves@redhat.com>
12571 Hui Zhu <hui@codesourcery.com>
12572
12573 PR PR15693
12574 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12575 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12576 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12577 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12578
7f3c0343
JB
125792014-05-28 Joel Brobecker <brobecker@adacore.com>
12580
12581 * config/monitor.exp (gdb_target_monitor): Replace use of
12582 "set remotebaud" by "set serial baud".
12583
b2715b27
AW
125842014-05-26 Andy Wingo <wingo@igalia.com>
12585
12586 * gdb.guile/scm-breakpoint.exp:
12587 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12588 properties instead of gdb-object-properties.
12589
498a4489
YQ
125902014-05-26 Yao Qi <yao@codesourcery.com>
12591
12592 * gdb.server/no-thread-db.exp: Specify source file name
12593 explicitly when setting a breakpoint.
12594
589fdceb
MM
125952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12596
12597 * gdb.btrace/vdso.c: New.
12598 * gdb.btrace/vdso.exp: New.
12599
e9089e05
MM
126002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12601
12602 * gdb.base/gcore.exp (capture_command_output): Move ...
12603 * lib/gdb.exp (capture_command_output): ... here.
12604
67b5c0c1
MM
126052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12606
12607 * gdb.btrace/data.exp: Test memory access during btrace replay.
12608
a2199296
SM
126092014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12610
12611 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12612
17b2616c
PA
126132014-05-21 Pedro Alves <palves@redhat.com>
12614
12615 PR gdb/13860
12616 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12617 (top level): Test that output related to execution commands is
12618 sent to the console with CLI commands, but not with MI commands.
12619 Test that breakpoint events are always mirrored to the console.
12620 Also expect the new source line to be output after a "next" in
12621 async mode too. Make it a pass/fail test.
12622 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12623 output.
12624 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12625
5166082f
PA
126262014-05-21 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12629 Use them to test variations of "list" after reaching a breakpoint.
12630 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12631 Test "list" with listsize 10 after reaching a breakpoint.
12632 * gdb.python/python.exp (decode_line current location line
12633 number): Adjust expected line number.
12634
2f25d70f
SM
126352014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12636
12637 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12638 behavior for $args, pass it directly to "run".
12639
ff604a67
MR
126402014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12641
12642 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12643 30000 to 65536.
12644
6a3cb8e8
PA
126452014-05-21 Pedro Alves <palves@redhat.com>
12646
12647 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12648 auto-connect-native-target off".
12649 * gdb.base/auto-connect-native-target.c: New file.
12650 * gdb.base/auto-connect-native-target.exp: New file.
12651
4ebfc96e
PA
126522014-05-21 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.base/default.exp: Test "target native" instead of "target
12655 child".
12656
36d46afb
MW
126572014-05-21 Mark Wielaard <mjw@redhat.com>
12658
12659 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12660
5876f503
JK
126612014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12662
12663 Fix TLS access for -static -pthread.
12664 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12665 <HAVE_TLS> (thread_function, main): Initialize it.
12666 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12667 Add clean_restart.
12668 <$have_tls != "">: Check TLSVAR.
12669
0256a6ac
PA
126702014-05-21 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.base/dcache-line-read-error.c: New.
12673 * gdb.base/dcache-line-read-error.exp: New.
12674
936d2992
PA
126752014-05-20 Pedro Alves <palves@redhat.com>
12676
12677 * gdb.base/compare-sections.c: New file.
12678 * gdb.base/compare-sections.exp: New file.
12679
802e8e6d
PA
126802014-05-20 Pedro Alves <palves@redhat.com>
12681
12682 * gdb.base/break-idempotent.c: New file.
12683 * gdb.base/break-idempotent.exp: New file.
12684
e59fa00f
MM
126852014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12686
12687 * gdb.btrace/nohist.exp: New.
12688
8b696e31
YQ
126892014-05-20 Yao Qi <yao@codesourcery.com>
12690
12691 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12692 gdb.reverse directory and gdb_reverse_timeout exists in board
12693 setting.
12694 * README: Document gdb_reverse_timeout.
12695
73c9764f
YQ
126962014-05-20 Yao Qi <yao@codesourcery.com>
12697
12698 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12699 'test_file_name'. Treat args as a string instead of a list.
12700 (gdb_init): Rename argument 'args' by 'test_file_name'.
12701
f1f4348a
JK
127022014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12703
12704 * gdb.arch/powerpc-power.exp: New file.
12705 * gdb.arch/powerpc-power.s: New file.
12706
0dbe70ce
DE
127072014-05-16 Doug Evans <dje@google.com>
12708
12709 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12710 * gdb.base/completion.exp: Check that all expected files exist
12711 before doing file completion.
0dbe70ce 12712
8d551b02
DE
127132014-05-16 Doug Evans <dje@google.com>
12714
12715 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12716 Update.
12717 (do_syscall_tests_without_xml): Update.
12718
73eb7709
PA
127192014-05-16 Pedro Alves <palves@redhat.com>
12720
12721 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12722 instead of "unknown output after running".
12723
3fae92fc
YQ
127242014-05-16 Yao Qi <yao@codesourcery.com>
12725
12726 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12727 file1.txt from host at the end.
12728 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12729
c2b2ccc5
DE
127302014-05-15 Doug Evans <dje@google.com>
12731
12732 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12733 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12734 loading file. Add test for TU lookup.
12735
8c217a4b
SM
127362014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12737
12738 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12739 calling "-exec-arguments" or "set args" before running the
12740 inferior.
12741
3deb39c6
SM
127422014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12743
12744 * lib/mi-support.exp (mi_expect_stop): Expect message for
12745 inferiors that exit with non-zero exit code.
12746
71a79f8c
YQ
127472014-05-14 Yao Qi <yao@codesourcery.com>
12748
12749 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12750 match absolute path on remote host.
12751 (test_file_list_exec_source_files): Remove "/" from the
12752 pattern.
12753
f23fcd46
YQ
127542014-05-14 Yao Qi <yao@codesourcery.com>
12755
12756 * boards/local-remote-host-notty.exp (${board}_file): New
12757 proc.
12758
9404b58f
KM
127592014-05-07 Kyle McMartin <kyle@redhat.com>
12760
12761 Pushed by Joel Brobecker <brobecker@adacore.com>.
12762 * gdb.arch/aarch64-atomic-inst.c: New file.
12763 * gdb.arch/aarch64-atomic-inst.exp: New file.
12764
5e45f04c
YQ
127652014-05-07 Yao Qi <yao@codesourcery.com>
12766
12767 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12768 in current context" too.
12769
c888a17d
KS
127702014-05-05 Keith Seitz <keiths@redhat.com>
12771
12772 * gdb.linespec/ls-dollar.exp: Add test for linespec
12773 file:convenience_variable.
12774
290a839c
YQ
127752014-05-05 Yao Qi <yao@codesourcery.com>
12776
12777 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12778 traceframes into tfile and ctf trace files. Read data from
12779 trace file and test collected data.
12780 (gdb_collect_locals_test): Likewise.
12781 (gdb_unavailable_registers_test): Likewise.
12782 (gdb_unavailable_floats): Likewise.
12783 (gdb_collect_globals_test): Likewise.
12784 (top-level): Append "ctf" to trace_file_targets if GDB
12785 supports.
12786
b5262cd0
YQ
127872014-05-05 Yao Qi <yao@codesourcery.com>
12788
12789 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12790 code to ...
12791 (gdb_collect_args_test_1): ... it. New proc.
12792 (gdb_collect_locals_test): Move some code to ...
12793 (gdb_collect_locals_test_1): ... it. New proc.
12794 (gdb_unavailable_registers_test): Move some code to ...
12795 (gdb_unavailable_registers_test_1): ... it. New proc.
12796 (gdb_unavailable_floats): Move some code to ...
12797 (gdb_unavailable_floats_1): ... it. New proc.
12798
30a1e6cc
SDJ
127992014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12800
12801 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12802 probes to test for bitness recognition.
12803 * gdb.arch/amd64-stap-optional-prefix.exp
12804 (test_probe_value_without_reg): New procedure.
12805 Add code to test for different kinds of bitness.
12806
f33da99a
SDJ
128072014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12808
12809 PR breakpoints/16889
12810 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12811 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12812
5b80f00d
PA
128132014-05-01 Pedro Alves <palves@redhat.com>
12814
12815 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12816 gdb_file_cmd if no file is specified.
12817 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12818 last_loaded_file to set the remote exec-file.
12819
f8c2a73c
PA
128202014-05-01 Pedro Alves <palves@redhat.com>
12821
12822 * boards/local-remote-host.exp: New file.
12823
be6e8ac7
PA
128242014-05-01 Pedro Alves <palves@redhat.com>
12825
12826 * boards/local-remote-host.exp: Rename to ...
12827 * boards/local-remote-host-notty.exp: ... this.
12828
cac0dc8f
JB
128292014-04-28 Joel Brobecker <brobecker@adacore.com>
12830
12831 * gdb.ada/dyn_arrayidx: New testcase.
12832
9730e6cc
YQ
128332014-04-26 Yao Qi <yao@codesourcery.com>
12834
12835 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12836 and compute the length of function main. Save it in
12837 $main_length.
12838 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12839 (top-level): Use gdb_compile to compile objects into
12840 executable and restart GDB. Remove invocation to
12841 prepare_for_testing.
12842
7ae1a6a6
PA
128432014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12844 Pedro Alves <palves@redhat.com>
12845
12846 PR server/16255
12847 * gdb.multi/multi-attach.c: New file.
12848 * gdb.multi/multi-attach.exp: New file.
12849
4082afcc
PA
128502014-04-25 Pedro Alves <palves@redhat.com>
12851
12852 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12853 user.
12854 (top level): Test that "set remote conditional-breakpoints-packet
12855 off" works as intended.
12856 * gdb.base/dprintf.exp: Test that "set remote
12857 breakpoint-commands-packet off" works as intended.
12858 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12859 New function.
12860 (top level): Call it.
12861 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12862 remote fast-tracepoints-packet off" works as intended.
12863 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12864 * lib/gdb.exp (gdb_is_target_remote): ... here.
12865
2abc3f8d
DB
128662014-04-24 David Blaikie <dblaikie@gmail.com>
12867
12868 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12869 ensure clang would not discard them.
12870 * gdb.base/gdbvars.c: Ditto.
12871 * gdb.base/memattr.c: Ditto.
12872 * gdb.base/whatis.c: Ditto.
12873 * gdb.python/py-prettyprint.c: Ditto.
12874 * gdb.trace/actions.c: Ditto.
12875 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12876 ensure clang would not discard it.
12877
bfd39632
DB
128782014-04-24 David Blaikie <dblaikie@gmail.com>
12879
12880 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12881 clang to emit the full definition of type required by the test
12882 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12883
22842ff6
DB
128842014-04-24 David Blaikie <dblaikie@gmail.com>
12885
12886 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12887 coax Clang into emitting the definition of the type.
12888 * gdb.cp/pr10728-x.h (y): Ditto.
12889 * gdb.cp/pr10728-y.cc (y): Ditto.
12890
c2e827ad
DB
128912014-04-24 David Blaikie <dblaikie@gmail.com>
12892
12893 * gdb.base/label.exp: XFAIL label related tests under Clang.
12894 * gdb.cp/cplabel.exp: Ditto.
12895 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12896 under Clang those using labels.
12897
4c2d33e7
YQ
128982014-04-25 Yao Qi <yao@codesourcery.com>
12899
12900 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12901 double_label.
12902 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12903 partial_label and double_label.
12904
56083b99
DB
129052014-04-24 David Blaikie <dblaikie@gmail.com>
12906
12907 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12908
25d4e99d
DB
129092014-04-24 David Blaikie <dblaikie@gmail.com>
12910
12911 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12912 of the function to work across GCC and Clang.
12913 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12914 pointer types (const void ** const V void **).
12915
01f9f808
MS
129162014-04-24 Michael Sturm <michael.sturm@mintel.com>
12917 Walfred Tedeschi <walfred.tedeschi@intel.com>
12918
12919 * Makefile.in (EXECUTABLES): Added i386-avx512.
12920 * gdb.arch/i386-avx512.c: New file.
12921 * gdb.arch/i386-avx512.exp: Likewise.
12922
4b48d439
KS
129232014-04-23 Keith Seitz <keiths@redhat.com>
12924
12925 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12926 (mi_make_breakpoint_table): New procedure.
12927 (mi_create_breakpoint): Use mi_make_breakpoint
12928 and return the result.
12929 (mi_make_breakpoint): New procedure.
12930 (mi_build_kv_pairs): New procedure.
12931
12932 * gdb.mi/mi-break.exp: Remove unused globals,
12933 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12934 All callers updated.
12935 * gdb.mi/mi-dprintf.exp: Use variable to track command
12936 number.
12937 Update all callers of mi_create_breakpoint and use
12938 mi_make_breakpoint_table.
12939 Remove any unused global variables.
12940 * gdb.mi/mi-nonstop.exp: Likewise.
12941 * gdb.mi/mi-nsintrall.exp: Likewise.
12942 * gdb.mi/mi-nsmoribund.exp: Likewise.
12943 * gdb.mi/mi-nsthrexec.exp: Likewise.
12944 * gdb.mi/mi-reverse.exp: Likewise.
12945 * gdb.mi/mi-simplerun.exp: Likewise.
12946 * gdb.mi/mi-stepn.exp: Likewise.
12947 * gdb.mi/mi-syn-frame.exp: Likewise.
12948 * gdb.mi/mi-until.exp: Likewise.
12949 * gdb.mi/mi-var-cp.exp: Likewise.
12950 * gdb.mi/mi-var-display.exp: Likewise.
12951 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12952 * gdb.mi/mi2-var-child.exp: Likewise.
12953 * gdb.mi/mi-vla-c99.exp: Likewise.
12954 * lib/mi-support.exp: Likewise.
12955
12956 From Ian Lance Taylor <iant@cygnus.com>:
12957 * lib/gdb.exp (parse_args): New procedure.
12958
08351840
PA
129592014-04-23 Pedro Alves <palves@redhat.com>
12960
12961 * gdb.base/break-unload-file.c: New file.
12962 * gdb.base/break-unload-file.exp: New file.
12963 * gdb.base/sym-file-lib.c (baz): New function.
12964 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12965 field.
12966 (load): Store the segment's mapped size.
12967 (unload): New function.
12968 (unload_shlib): New function.
12969 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12970 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12971 set a breakpoint at baz, and call it.
12972 * gdb.base/sym-file.exp: New tests for stale breakpoint
12973 instructions.
12974
076855f9
PA
129752014-04-23 Pedro Alves <palves@redhat.com>
12976
12977 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12978 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12979 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12980 * gdb.base/hbreak-unmapped.c: New file.
12981 * gdb.base/hbreak-unmapped.exp: New file.
12982 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12983 * lib/gdb.exp (gdb_is_target_remote): ... here.
12984
483805cf
PA
129852014-04-22 Pedro Alves <palves@redhat.com>
12986
12987 * gdb.base/consecutive-step-over.c: New file.
12988 * gdb.base/consecutive-step-over.exp: New file.
12989
06d97543
PA
129902014-04-22 Pedro Alves <palves@redhat.com>
12991
12992 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12993 instead of send_gdb/gdb_expect.
12994
b4429ea2
YQ
129952014-04-22 Yao Qi <yao@codesourcery.com>
12996
12997 * lib/trace-support.exp (generate_tracefile): New procedure.
12998 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12999 return 0.
13000 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13001 if generate_tracefile returns 1.
13002
51d48146
PA
130032014-04-18 Tom Tromey <palves@redhat.com>
13004 Pedro alves <tromey@redhat.com>
13005
13006 PR backtrace/15558
13007 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13008 with a backtrace limit.
13009 * gdb.python/py-frame-inline.exp: Test running to an inline
13010 function with a backtrace limit, and printing the newest frame.
13011 * gdb.python/py-frame-inline.c (main): Call f.
13012
bd1dce5f
MS
130132014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13014
13015 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13016
40d1a503
MS
130172014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13018
13019 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13020 Drop prefix from unsupported source file path.
13021
389b98f7
YQ
130222014-04-17 Yao Qi <yao@codesourcery.com>
13023
13024 * lib/gdb.exp (with_target_charset): New proc.
13025 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13026 with_target_charset.
13027 (test_print_strings): Likewise.
13028 (test_repeat_bytes): Likewise.
13029 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13030 for some tests.
13031
22869d73
KS
130322014-04-16 Keith Seitz <keiths@redhat.com>
13033
13034 PR gdb/15827
13035 * gdb.dwarf2/corrupt.c: New file.
13036 * gdb.dwarf2/corrupt.exp: New file.
13037
c4f87ca6
KS
130382014-04-16 Keith Seitz <keiths@redhat.com>
13039
13040 PR c++/16597
13041 * gdb.cp/namelessclass.cc: New file.
13042 * gdb.cp/namelessclass.exp: New file.
13043 * gdb.cp/namelessclass.S: New file.
13044
ab19de87
DE
130452014-04-16 Doug Evans <dje@google.com>
13046
13047 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13048 Add comment.
13049 (gdbserver_default_get_comm_port): New function.
13050 (gdbserver_start): Check if board file provided
13051 "gdbserver,get_comm_port" and use it if so.
13052 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13053 (gdb,socketport): Set to "stdio".
13054 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13055 (stdio_gdbserver_template): Delete.
13056 (${board}_get_remote_address): Update.
13057 (${board}_build_remote_cmd): Delete.
13058 (${board}_get_comm_port): New function.
13059 (${board}_spawn): Update.
13060 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13061 Delete.
13062 (${board}_get_remote_address): Update.
13063 (${board}_get_comm_port): New function.
13064
fc98a809
AB
130652014-04-16 Andrew Burgess <aburgess@broadcom.com>
13066
13067 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13068 appearing in any order.
13069
87fd9e6e
DE
130702014-04-15 Doug Evans <dje@google.com>
13071
13072 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13073 uninitialized value of "description".
13074
099fc3ea
KS
130752014-04-15 Keith Seitz <keiths@redhat.com>
13076
13077 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13078 Remove unused globals.
13079 (test_running_the_program): Likewise.
13080 (test_controlled_execution): Likewise.
13081 (test_controlling_breakpoints): Likewise.
13082 (test_program_termination): Likewise.
13083
5da151d4
KS
130842014-04-15 Keith Seitz <keiths@redhat.com>
13085
13086 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13087 unused globals.
13088 (test_rbreak_creation_and_listing): Likewise.
13089 (test_ignore_count): Likewise.
13090 (test_error): Likewise.
13091
35e5d2f0
PA
130922014-04-15 Pedro Alves <palves@redhat.com>
13093
13094 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13095 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13096 sym-file-loader.c.
13097 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13098 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13099 to sym-file-loader.c.
13100 (struct library): Forward declare.
13101 (load_shlib, lookup_function): Change prototypes.
13102 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13103 (translate_offset): Remove declarations.
13104 (get_text_addr): New declaration.
13105 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13106 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13107 sym-file-loader.h.
13108 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13109 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13110 here from sym-file-loader.h.
13111 (struct library): New structure.
13112 (load_shlib, lookup_function): Change prototypes and adjust to
13113 work with a struct library.
13114 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13115 (translate_offset): Make static.
13116 (get_text_addr): New function.
13117 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13118
eb4c1710
PA
131192014-04-15 Pedro Alves <palves@redhat.com>
13120
13121 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13122
2d1baf52
PA
131232014-04-15 Pedro Alves <palves@redhat.com>
13124
13125 * gdb.base/sym-file-loader.c: Include <limits.h>.
13126 (SELF_LINK): New define.
13127 (get_origin): New function.
13128 (load_shlib): Use it.
13129 * gdb.base/sym-file.exp: Don't early return if the target is
13130 remote. Use runto_main, and issue fail is that fails. Use
13131 gdb_load_shlibs.
13132 (shlib_name): Delete.
13133 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13134
7dd6df01
PA
131352014-04-15 Pedro Alves <palves@redhat.com>
13136
13137 * gdb.base/sym-file.exp: Remove regex characters from test
13138 message. Don't refer to breakpoint numbers in test messages.
13139
b50c8614
KS
131402014-04-14 Keith Seitz <keiths@redhat.com>
13141
13142 PR c++/16253
13143 * gdb.cp/var-tag.cc: New file.
13144 * gdb.cp/var-tag.exp: New file.
13145 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13146 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13147 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13148 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13149
3d567982
TT
131502014-04-14 Tom Tromey <tromey@redhat.com>
13151
13152 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13153 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13154 type.
13155 * gdb.cp/enum-class.exp: New file.
13156 * gdb.cp/enum-class.cc: New file.
13157
0626fc76
TT
131582014-04-14 Tom Tromey <tromey@redhat.com>
13159
13160 * gdb.dwarf2/enum-type.exp: New file.
13161
dca325b3
SA
131622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13163
13164 * gdb.mi/mi-vla-c99.exp: New file.
13165 * gdb.mi/vla.c: New file.
13166
5854b38a
SA
131672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13168
13169 * gdb.base/vla-datatypes.c: New file.
13170 * gdb.base/vla-datatypes.exp: New file.
13171
463bb957
SA
131722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13173
13174 * gdb.base/vla-ptr.c: New file.
13175 * gdb.base/vla-ptr.exp: New file.
13176
3dd170be
SA
131772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13178
13179 * gdb.dwarf2/count.exp: New file.
13180
5ecaaa66
SA
131812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13182
13183 * gdb.base/vla-sideeffect.c: New file.
13184 * gdb.base/vla-sideeffect.exp: New file.
13185
41f1ada5
DB
131862014-04-14 David Blaikie <dblaikie@gmail.com>
13187
13188 * gdb.mi/non-stop.c: Add return value for non-void function return
13189 statement.
13190 * gdb.threads/staticthreads.c: Ditto.
13191
0be03e84
DE
131922014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13193 Doug Evans <xdje42@gmail.com>
13194
13195 * gdb.guile/scm-value.c: Improve test case.
13196 * gdb.guile/scm-value.exp: Add new test.
13197
f180a1fb
DB
131982014-04-11 David Blaikie <dblaikie@gmail.com>
13199
13200 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13201 override Clang's default.
13202
6b662e19
JB
132032014-04-11 Joel Brobecker <brobecker@adacore.com>
13204
13205 Revert the following changes (regressions):
13206
13207 * gdb.base/vla-sideeffect.c: New file.
13208 * gdb.base/vla-sideeffect.exp: New file.
13209
13210 * gdb.dwarf2/count.exp: New file.
13211
13212 * gdb.base/vla-multi.c: New file.
13213 * gdb.base/vla-multi.exp: New file.
13214
13215 * gdb.base/vla-ptr.c: New file.
13216 * gdb.base/vla-ptr.exp: New file.
13217
13218 * gdb.base/vla-datatypes.c: New file.
13219 * gdb.base/vla-datatypes.exp: New file.
13220
13221 * gdb.mi/mi-vla-c99.exp: New file.
13222 * gdb.mi/vla.c: New file.
13223
245a5f0b
KS
132242014-04-11 Keith Seitz <keiths@redhat.com>
13225
13226 PR c++/16675
13227 * gdb.cp/cpsizeof.exp: New file.
13228 * gdb.cp/cpsizeof.cc: New file.
13229
58a84dcf
SA
132302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13231
191a8a90
JB
13232 * gdb.mi/mi-vla-c99.exp: New file.
13233 * gdb.mi/vla.c: New file.
58a84dcf 13234
c8655f75
SA
132352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13236
13237 * gdb.base/vla-datatypes.c: New file.
13238 * gdb.base/vla-datatypes.exp: New file.
13239
024e13b4
SA
132402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13241
13242 * gdb.base/vla-ptr.c: New file.
13243 * gdb.base/vla-ptr.exp: New file.
13244
1a237e0e
SA
132452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13246
13247 * gdb.base/vla-multi.c: New file.
13248 * gdb.base/vla-multi.exp: New file.
13249
504f3432
SA
132502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13251
13252 * gdb.dwarf2/count.exp: New file.
13253
3bce8237
SA
132542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13255
191a8a90
JB
13256 * gdb.base/vla-sideeffect.c: New file.
13257 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13258
322f9c21
YQ
132592014-04-11 Yao Qi <yao@codesourcery.com>
13260
13261 * gdb.base/completion.exp: Check file exists before running tests
13262 on file completion.
13263
d708bcd1
PA
132642014-04-10 Pedro Alves <palves@redhat.com>
13265
13266 * gdb.base/cond-eval-mode.c: New file.
13267 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13268 prepare_for_testing to build the new file. Check result of
13269 runto_main.
13270 (test_break, test_watch): New procedures.
13271 (top level): Use them.
13272
ae1d2761
PM
132732014-04-08 Pierre Muller <muller@sourceware.org>
13274
13275 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13276 Ctrl-V use for mingw hosts.
13277
7af389b8
SC
132782014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13279
13280 * gdb.python/py-value.c: Improve test case.
13281 * gdb.python/py-value.exp: Add new test.
13282
5e703181
DE
132832014-04-07 David Blaikie <dblaikie@gmail.com>
13284
13285 * lib/compiler.c: Identify the clang compiler.
13286 * lib/compiler.cc: Ditto.
13287
9810b410
YQ
132882014-04-03 Yao Qi <yao@codesourcery.com>
13289
13290 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13291
98d1b8dc
AB
132922014-04-01 Anton Blanchard <anton@samba.org>
13293
13294 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13295 messages unique.
13296
3114cea1
AB
132972014-04-01 Anton Blanchard <anton@samba.org>
13298
13299 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13300 prepare_for_testing.
13301
62f7182c
AB
133022014-04-01 Anton Blanchard <anton@samba.org>
13303
13304 * gdb.arch/ppc64-atomic-inst.c: Remove.
13305 * gdb.arch/ppc64-atomic-inst.S: New file.
13306 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13307
770e7fc7
DE
133082014-03-31 Doug Evans <dje@google.com>
13309
13310 * gdb.base/print-symbol-loading-lib.c: New file.
13311 * gdb.base/print-symbol-loading-main.c: New file.
13312 * gdb.base/print-symbol-loading.exp: New file.
13313
46e2bafa
YQ
133142014-03-31 Yao Qi <yao@codesourcery.com>
13315
13316 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13317
8776cfe9
JB
133182014-03-28 Joel Brobecker <brobecker@adacore.com>
13319
13320 * gdb.ada/mi_dyn_arr: New testcase.
13321
5d1ef361
DE
133222014-03-27 Doug Evans <dje@google.com>
13323
13324 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13325
b5bee914
YQ
133262014-03-27 Yao Qi <yao@codesourcery.com>
13327
13328 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13329 if target is nios2-*-*.
13330
0d4d0e77
YQ
133312014-03-26 Yao Qi <yao@codesourcery.com>
13332
13333 * lib/gdb.exp (readline_is_used): New proc.
13334 * gdb.base/completion.exp: Move tests on command complete up.
13335 Skip the rest of tests if readline is not used.
13336 * gdb.ada/complete.exp: Skp the test if readline is not
13337 used.
13338 * gdb.base/filesym.exp: Likewise.
13339 * gdb.base/macscp.exp: Likewise.
13340 * gdb.base/readline-ask.exp: Likewise.
13341 * gdb.base/readline.exp: Likewise.
13342 * gdb.python/py-cmd.exp: Likewise.
13343 * gdb.trace/tfile.exp: Likewise.
13344
29361eee
YQ
133452014-03-26 Yao Qi <yao@codesourcery.com>
13346
13347 * gdb.base/macscp.exp: Fix code format issues.
13348
bc9a5525
UW
133492014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13350
13351 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13352 * gdb.asm/powerpc64le.inc: New file.
13353
d3839ede
PA
133542014-03-25 Pedro Alves <palves@redhat.com>
13355 Doug Evans <dje@google.com>
13356
13357 * gdb.base/source-execution.c: New file.
13358 * gdb.base/source-execution.exp: New file.
13359 * gdb.base/source-execution.gdb: New file.
13360
01672a57
DE
133612014-03-24 Doug Evans <dje@google.com>
13362
13363 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13364 using fission.
13365
88bbeca9
HZ
133662014-03-24 Hui Zhu <hui@codesourcery.com>
13367 Pedro Alves <palves@redhat.com>
13368
13369 PR breakpoints/16101
13370 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13371 test pass/fail messages. Detect missing support for dprintf when
13372 breakpoints are actually inserted.
13373 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13374 breakpoints are actually inserted.
13375 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13376 fails.
13377
d2348791
JK
133782014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13379
13380 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13381
feef67ab
DE
133822014-03-22 Doug Evans <xdje42@gmail.com>
13383
13384 * gdb.python/python.exp (python not supported): Verify multi-line
13385 python command issues an error.
25d743f9 13386 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13387 guile command issues an error.
feef67ab 13388
ecebef6a
MR
133892014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13390
13391 * gdb.threads/thread-specific.exp: Handle the lack of usable
13392 $this_breakpoint and $this_thread.
13393
ccdd1909
HZ
133942014-03-21 Hui Zhu <hui@codesourcery.com>
13395
13396 * gdb.base/attach.exp (do_command_attach_tests): New.
13397
beb460e8
PA
133982014-03-20 Tom Tromey <tromey@redhat.com>
13399 Pedro Alves <palves@redhat.com>
13400
13401 PR cli/15718
13402 * gdb.base/condbreak-call-false.c: New file.
13403 * gdb.base/condbreak-call-false.exp: New file.
13404
40acf43a
PA
134052014-03-20 Pedro Alves <palves@redhat.com>
13406
13407 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13408 Delete.
13409 (block_signals, unblock_signals): Delete.
13410 (child_function_2, main): Remove references to deleted variable
13411 and functions.
13412
9f5e1e02
PA
134132014-03-20 Pedro Alves <palves@redhat.com>
13414
13415 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13416 Use pthread_kill to signal thread 2.
13417 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13418 Adjust to make the test send itself a signal rather than using the
13419 host's "kill" command.
13420
99619bea
PA
134212014-03-20 Pedro Alves <palves@redhat.com>
13422
13423 * gdb.threads/multiple-step-overs.c: New file.
13424 * gdb.threads/multiple-step-overs.exp: New file.
13425 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13426 Adjust expected infrun debug output.
13427
2adfaa28
PA
134282014-03-20 Pedro Alves <palves@redhat.com>
13429
13430 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13431 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13432
31e77af2
PA
134332014-03-20 Pedro Alves <palves@redhat.com>
13434
13435 PR breakpoints/7143
13436 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13437 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13438 of gdb_test_multiple.
13439 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13440 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13441
b9f437de
PA
134422014-03-20 Pedro Alves <palves@redhat.com>
13443
13444 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13445 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13446
05adc73e
PA
134472014-03-19 Pedro Alves <palves@redhat.com>
13448
13449 * gdb.base/async.exp: Remove early return.
13450
6048b950
PA
134512014-03-19 Pedro Alves <palves@redhat.com>
13452
13453 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13454
8bcfb00a
PA
134552014-03-19 Pedro Alves <palves@redhat.com>
13456
13457 * gdb.base/async.exp (test_background): Expect \r\n after
13458 "completed." in the fail pattern.
13459
884e37dc
PA
134602014-03-19 Pedro Alves <palves@redhat.com>
13461
13462 * gdb.base/async.exp (test_background): New procedure.
13463 Use it for all background execution command tests.
13464
148e57e2
PA
134652014-03-19 Pedro Alves <palves@redhat.com>
13466
13467 * gdb.base/async.exp: Use prepare_for_testing.
13468
f48088c7
PA
134692014-03-19 Pedro Alves <palves@redhat.com>
13470
13471 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13472 the same line.
13473
e2f6c966
PA
134742014-03-19 Pedro Alves <palves@redhat.com>
13475
13476 * gdb.base/async.c (main): Add "jump here" and "until here" line
13477 marker comments.
13478 * gdb.base/async.exp (jump_here): New global.
13479 (jump& test): Use it.
13480 (until_here): New global.
13481 (until& test): Use it.
13482
c30568d4
PA
134832014-03-19 Pedro Alves <palves@redhat.com>
13484
13485 * gdb.base/async.exp: Don't frob gdb_protocol.
13486
0172b6a7
DE
134872014-03-18 Doug Evans <xdje42@gmail.com>
13488
13489 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13490 Fix spelling of exec-done-display.
13491
06c868a8
JK
134922014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13493
13494 PR gdb/15358
13495 * gdb.base/gdb-sigterm.c: New file.
13496 * gdb.base/gdb-sigterm.exp: New file.
13497
0c7e1a46
PA
134982014-03-18 Pedro Alves <palves@redhat.com>
13499
13500 PR gdb/13860
13501 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13502 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13503 solib-event.
13504
f7c77d93
JB
135052014-03-17 Joel Brobecker <brobecker@adacore.com>
13506
13507 * gdb.ada/pckd_arr_ren: New testcase.
13508
5a1e8c7a
DE
135092014-03-13 Doug Evans <xdje42@gmail.com>
13510
13511 PR guile/16612
13512 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13513 collect after discarding symbols.
13514
350e1a76
DE
135152014-03-13 Ludovic Courtès <ludo@gnu.org>
13516 Doug Evans <xdje42@gmail.com>
13517
13518 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13519 to history survives a gc.
13520
a69900ae
PA
135212014-03-13 Pedro Alves <palves@redhat.com>
13522
13523 * gdb.base/default.exp: Don't test "target procfs".
13524
5db9f0bd
PA
135252014-03-13 Pedro Alves <palves@redhat.com>
13526
13527 * gdb.base/default.exp: Update "target child" and "target procfs"
13528 tests to not expect "Unix".
13529
b3ccfe11
TT
135302014-03-12 Tom Tromey <tromey@redhat.com>
13531
13532 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13533 New procs. Add target-async tests.
13534 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13535 Add target-async tests.
13536
646f4417
AA
135372014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13538
13539 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13540 'func_start' and 'func_end' for the beginning and end of the
13541 function code, respectively.
13542 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13543 'func_end' instead of 'func' and 'main'.
13544
288c211f
AA
135452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13546
13547 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13548 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13549 generate the debug info assembler source.
13550
e0c0f156
AA
135512014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13552
13553 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13554 * gdb.dwarf2/arr-subrange.exp: Likewise.
13555 * gdb.dwarf2/dwz.exp: Likewise.
13556 * gdb.dwarf2/method-ptr.exp: Likewise.
13557 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13558 * gdb.dwarf2/subrange.exp: Likewise.
13559 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13560 * gdb.dwarf2/implptrpiece.exp: Likewise.
13561 * gdb.dwarf2/nostaticblock.exp: Likewise.
13562
0e5c4555
AA
135632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13564
13565 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13566 directory to absolute path name arguments.
13567
5ec18f2b
JG
135682014-03-10 Joel Brobecker <brobecker@adacore.com>
13569
13570 * gdb.ada/tagged_access: New testcase.
13571
847fc4f2
MM
135722014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13573
13574 * gdb.btrace/data.exp: Update expected output.
13575
cc3da688
YQ
135762014-03-06 Yao Qi <yao@codesourcery.com>
13577
13578 * gdb.trace/pr16508.exp: New file.
13579
0f26cec1
PA
135802014-03-05 Pedro Alves <palves@redhat.com>
13581
13582 PR gdb/16575
13583 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13584 procedure.
13585 (top level): Adjust to use it. Add tests that exercise breakpoint
13586 interaction with the code-cache.
13587
7a5a839f
LC
135882014-02-26 Ludovic Courtès <ludo@gnu.org>
13589
13590 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13591 test for 'history-append!'.
13592
31aa7e4e
JB
135932014-02-26 Joel Brobecker <brobecker@adacore.com>
13594
13595 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13596 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13597 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13598 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13599 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13600 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13601
1b588015
JB
136022014-02-26 Joel Brobecker <brobecker@adacore.com>
13603
13604 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13605 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13606 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13607
55426c9d
JB
136082014-02-26 Joel Brobecker <brobecker@adacore.com>
13609
13610 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13611
dc53a7ad
JB
136122014-02-26 Joel Brobecker <brobecker@adacore.com>
13613
13614 * gdb.dwarf2/arr-stride.c: New file.
13615 * gdb.dwarf2/arr-stride.exp: New file.
13616
12ab52e9
PA
136172014-02-26 Pedro Alves <palves@redhat.com>
13618
13619 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13620 that won't ever trigger. Make sure that GDB reports the correct
13621 breakpoint that caused the stop.
13622
849c862e
JK
136232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13624
13625 PR gdb/16626
13626 * gdb.base/auto-load-script: New file.
13627 * gdb.base/auto-load.c: New file.
13628 * gdb.base/auto-load.exp: New file.
13629
71b7d793
JK
13630 PR gdb/16626
13631 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13632
e2f0d509
JK
136332014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13634
13635 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13636 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13637
50cc37c8
DE
136382014-02-24 Doug Evans <dje@google.com>
13639
13640 * lib/gdb.exp (run_on_host): Log error output if program fails.
13641
ea4758f2
PA
136422014-02-21 Pedro Alves <palves@redhat.com>
13643
13644 * gdb.threads/step-after-sr-lock.c: Rename to ...
13645 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13646 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13647 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13648 ... this.
13649
d7b30f67
SDJ
136502014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13651
13652 PR tdep/16397
13653 * gdb.arch/amd64-stap-special-operands.exp: New file.
13654 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13655 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13656 * gdb.arch/amd64-stap-triplet.S: Likewise.
13657 * gdb.arch/amd64-stap-triplet.c: Likewise.
13658
83deb43f
JB
136592014-02-20 Joel Brobecker <brobecker@adacore.com>
13660
13661 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13662 in .section pseudo-op.
13663
adde2bff
DE
136642014-02-20 lin zuojian <manjian2006@gmail.com>
13665 Joel Brobecker <brobecker@adacore.com>
13666 Doug Evans <xdje42@gmail.com>
13667
13668 PR symtab/16581
13669 * gdb.dwarf2/dw2-icycle.S: New file.
13670 * gdb.dwarf2/dw2-icycle.c: New file.
13671 * gdb.dwarf2/dw2-icycle.exp: New file.
13672
f7bd0f78
SC
136732014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13674
13675 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13676 operations on gdb.Value objects.
13677 * gdb.python/py-value-cc.exp: Add new test to test operations on
13678 gdb.Value objects.
13679
c17ef0d5
DE
136802014-02-18 Doug Evans <dje@google.com>
13681
13682 * Makefile.in (TESTS): New variable.
13683 (expanded_tests, expanded_tests_or_none): New variables
13684 (check-single): Pass $(expanded_tests_or_none) to runtest.
13685 (check-parallel): Only run tests in $(TESTS) if non-empty.
13686 (check/no-matching-tests-found): New rule.
13687 * README: Document TESTS makefile variable.
13688
5dd3176f
DE
136892014-02-18 Doug Evans <dje@google.com>
13690
13691 * Makefile.in (check-parallel): rm -rf outputs temp.
13692
0b10be4f
JK
136932014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13694
13695 Fix "ERROR: no fileid for" in the testsuite.
13696 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13697
85f224e7
DE
136982014-02-12 Doug Evans <dje@google.com>
13699
13700 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13701 (MISCELLANEOUS): New variable.
13702 (clean): rm -rf $(MISCELLANEOUS).
13703 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13704 dwp live in the same directory as symlinks, with each symlink pointed
13705 to a differently named file in a different directory.
13706
149b30ff
DE
137072014-02-11 Doug Evans <dje@google.com>
13708
13709 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13710 of Tcl file commands.
13711
1dfdac32
MK
137122014-02-10 Mark Kettenis <kettenis@gnu.org>
13713
13714 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13715 "kill -SIGUSR1 -1".
13716
aa4fb036
JB
137172014-02-10 Joel Brobecker <brobecker@adacore.com>
13718
13719 * gdb.ada/tick_length_array_enum_idx: New testcase.
13720
ed3ef339
DE
137212014-02-10 Doug Evans <xdje42@gmail.com>
13722
13723 * configure.ac (AC_OUTPUT): Add gdb.guile.
13724 * configure: Regenerate.
13725 * lib/gdb-guile.exp: New file.
13726 * lib/gdb.exp (get_target_charset): New function.
13727 * gdb.base/help.exp: Update expected output from "apropos apropos".
13728 * gdb.guile/Makefile.in: New file.
13729 * gdb.guile/guile.exp: New file.
13730 * gdb.guile/scm-arch.c: New file.
13731 * gdb.guile/scm-arch.exp: New file.
13732 * gdb.guile/scm-block.c: New file.
13733 * gdb.guile/scm-block.exp: New file.
13734 * gdb.guile/scm-breakpoint.c: New file.
13735 * gdb.guile/scm-breakpoint.exp: New file.
13736 * gdb.guile/scm-disasm.c: New file.
13737 * gdb.guile/scm-disasm.exp: New file.
13738 * gdb.guile/scm-equal.c: New file.
13739 * gdb.guile/scm-equal.exp: New file.
13740 * gdb.guile/scm-error.exp: New file.
13741 * gdb.guile/scm-error.scm: New file.
13742 * gdb.guile/scm-frame-args.c: New file.
13743 * gdb.guile/scm-frame-args.exp: New file.
13744 * gdb.guile/scm-frame-args.scm: New file.
13745 * gdb.guile/scm-frame-inline.c: New file.
13746 * gdb.guile/scm-frame-inline.exp: New file.
13747 * gdb.guile/scm-frame.c: New file.
13748 * gdb.guile/scm-frame.exp: New file.
13749 * gdb.guile/scm-generics.exp: New file.
13750 * gdb.guile/scm-gsmob.exp: New file.
13751 * gdb.guile/scm-iterator.c: New file.
13752 * gdb.guile/scm-iterator.exp: New file.
13753 * gdb.guile/scm-math.c: New file.
13754 * gdb.guile/scm-math.exp: New file.
13755 * gdb.guile/scm-objfile-script-gdb.in: New file.
13756 * gdb.guile/scm-objfile-script.c: New file.
13757 * gdb.guile/scm-objfile-script.exp: New file.
13758 * gdb.guile/scm-objfile.c: New file.
13759 * gdb.guile/scm-objfile.exp: New file.
13760 * gdb.guile/scm-ports.exp: New file.
13761 * gdb.guile/scm-pretty-print.c: New file.
13762 * gdb.guile/scm-pretty-print.exp: New file.
13763 * gdb.guile/scm-pretty-print.scm: New file.
13764 * gdb.guile/scm-section-script.c: New file.
13765 * gdb.guile/scm-section-script.exp: New file.
13766 * gdb.guile/scm-section-script.scm: New file.
13767 * gdb.guile/scm-symbol.c: New file.
13768 * gdb.guile/scm-symbol.exp: New file.
13769 * gdb.guile/scm-symtab-2.c: New file.
13770 * gdb.guile/scm-symtab.c: New file.
13771 * gdb.guile/scm-symtab.exp: New file.
13772 * gdb.guile/scm-type.c: New file.
13773 * gdb.guile/scm-type.exp: New file.
13774 * gdb.guile/scm-value-cc.cc: New file.
13775 * gdb.guile/scm-value-cc.exp: New file.
13776 * gdb.guile/scm-value.c: New file.
13777 * gdb.guile/scm-value.exp: New file.
13778 * gdb.guile/source2.scm: New file.
13779 * gdb.guile/types-module.cc: New file.
13780 * gdb.guile/types-module.exp: New file.
13781
7026a7c1
YQ
137822014-02-10 Yao Qi <yao@codesourcery.com>
13783
13784 PR testsuite/16543
13785 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13786 * configure: Regenerated.
13787 * Makefile.in: New file.
13788
6c466447
AS
137892014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13790
13791 * gdb.python/py-framefilter.exp: Fix typo.
13792
6e854735
YQ
137932014-02-08 Yao Qi <yao@codesourcery.com>
13794
13795 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13796 that no =breakpoint-modified is emitted when breakpoints are
13797 modified through MI commands.
13798
d137e6dc
PA
137992014-02-07 Pedro Alves <pedro@codesourcery.com>
13800 Pedro Alves <palves@redhat.com>
13801
13802 * gdb.threads/step-after-sr-lock.c: New file.
13803 * gdb.threads/step-after-sr-lock.exp: New file.
13804
b5ee5a50
PA
138052014-02-07 Pedro Alves <palves@redhat.com>
13806
13807 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13808
3c77faf3
JK
138092014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13810
13811 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13812 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13813
6dddc817
DE
138142014-02-06 Doug Evans <xdje42@gmail.com>
13815
13816 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13817 output.
13818
13819 * gdb.gdb/python-interrupts.exp: New file.
13820
de7b2893
YQ
138212014-02-05 Yao Qi <yao@codesourcery.com>
13822
13823 * gdb.trace/report.exp (use_collected_data): Test the output
13824 of "info threads" and "info inferiors".
13825
66d032ac
YQ
138262014-02-05 Yao Qi <yao@codesourcery.com>
13827
13828 Revert this patch:
13829
13830 2013-05-24 Yao Qi <yao@codesourcery.com>
13831
13832 * gdb.trace/tfile.exp: Test inferior and thread.
13833
591a12a1
UW
138342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13835
13836 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13837 on a function.
13838 * gdb.base/step-bt.c: Call hello via function pointer to make
13839 sure its first instruction is executed on powerpc64le-linux.
13840
0ff3e01f
UW
138412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13842
13843 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13844
084ee545
UW
138452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13846
13847 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13848 of the test patterns for use on little-endian systems.
13849
6ed14ff3
UW
138502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13851
13852 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13853 (decimal_vector): Fix for little-endian.
13854
401e27fd
JM
138552014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13856
13857 * gdb.arch/sparc-sysstep.exp: New file.
13858 * gdb.arch/sparc-sysstep.c: Likewise.
13859
13860 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13861
8b924729
EBM
138622014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13863
13864 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13865
fb151210
JB
138662014-01-23 Tom Tromey <tromey@redhat.com>
13867
13868 * gdb.ada/array_char_idx: New testcase.
13869
0740f8d8
TT
138702014-01-23 Tom Tromey <tromey@redhat.com>
13871
13872 PR python/16487:
13873 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13874 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13875 classes.
13876
21909fa1
TT
138772014-01-23 Tom Tromey <tromey@redhat.com>
13878
13879 PR python/16491:
13880 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13881 string from an inferior frame.
13882 * gdb.python/py-framefilter-mi.exp: Update.
13883
87ce2a04
DE
138842014-01-22 Doug Evans <dje@google.com>
13885
13886 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13887
237b092b
AA
138882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13889
13890 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13891
d674a709
AA
138922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13893
13894 * gdb.trace/entry-values.exp: Remove excess space character from
13895 regex patterns. Handle s390 call instruction.
13896
20fa3390
AA
138972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13898
13899 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13900 define "*_start" label. Make "name" static.
13901 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13902 ${name} by references to ${name}_start.
13903
78466714
AA
139042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13905
13906 * gdb.base/info-macros.exp: Remove "debug" from the compile
13907 options.
13908
ec9f644a
IB
139092014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13910
13911 * gdb.dlang/demangle.exp: New file.
13912
94b1b47e
IB
139132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13914
13915 * gdb.dlang/primitive-types.exp: New file.
13916
7f420862
IB
139172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13918
13919 * configure.ac: Create gdb.dlang/Makefile.
13920 * configure: Regenerate.
13921 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13922 * gdb.dlang/Makefile.in: New file.
13923 * lib/d-support.exp: New file.
13924 * lib/gdb.exp (skip_d_tests): New proc.
13925
52834460
MM
139262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13927
13928 * gdb.btrace/delta.exp: Check reverse stepi.
13929 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13930 * gdb.btrace/finish.exp: New.
13931 * gdb.btrace/next.exp: New.
13932 * gdb.btrace/nexti.exp: New.
13933 * gdb.btrace/record_goto.c: Add comments.
13934 * gdb.btrace/step.exp: New.
13935 * gdb.btrace/stepi.exp: New.
13936 * gdb.btrace/multi-thread-step.c: New.
13937 * gdb.btrace/multi-thread-step.exp: New.
13938 * gdb.btrace/rn-dl-bind.c: New.
13939 * gdb.btrace/rn-dl-bind.exp: New.
13940 * gdb.btrace/data.c: New.
13941 * gdb.btrace/data.exp: New.
13942 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13943
6e07b1d2
MM
139442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13945
13946 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13947 * gdb.btrace/exception.exp: Update.
13948 * gdb.btrace/instruction_history.exp: Update.
13949 * gdb.btrace/record_goto.exp: Update.
13950 * gdb.btrace/tailcall.exp: Update.
13951 * gdb.btrace/unknown_functions.exp: Update.
13952 * gdb.btrace/delta.exp: New.
13953
0b722aec
MM
139542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13955
13956 * gdb.btrace/record_goto.exp: Add backtrace test.
13957 * gdb.btrace/tailcall.exp: Add backtrace test.
13958
066ce621
MM
139592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13960
13961 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13962 * gdb.btrace/record_goto.c: New.
13963 * gdb.btrace/record_goto.exp: New.
13964 * gdb.btrace/x86-record_goto.S: New.
13965
0688d04e
MM
139662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13967
13968 * gdb.btrace/function_call_history.exp: Update tests.
13969 * gdb.btrace/instruction_history.exp: Update tests.
13970
8710b709
MM
139712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13972
13973 * gdb.btrace/function_call_history.exp: Fix expected field
13974 order for "record function-call-history".
13975 Add new tests for "record function-call-history /c".
13976 * gdb.btrace/exception.cc: New.
13977 * gdb.btrace/exception.exp: New.
13978 * gdb.btrace/tailcall.exp: New.
13979 * gdb.btrace/x86-tailcall.S: New.
13980 * gdb.btrace/x86-tailcall.c: New.
13981 * gdb.btrace/unknown_functions.c: New.
13982 * gdb.btrace/unknown_functions.exp: New.
13983 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13984
5de9129b
MM
139852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13986
13987 * gdb.btrace/instruction_history.exp: Update.
13988 * gdb.btrace/function_call_history.exp: Update.
13989
23a7fe75
MM
139902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13991
13992 * gdb.btrace/function_call_history.exp: Fix expected function
13993 trace.
13994 * gdb.btrace/instruction_history.exp: Initialize traced.
13995 Remove traced_functions.
13996
724c7dd8
MM
139972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13998
13999 * gdb.btrace/function_call_history.exp: Update
14000 * gdb.btrace/instruction_history.exp: Update.
14001
6d78d93b
MM
140022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14003
14004 * gdb.btrace/enable.exp: Update expected text.
14005
93a360cc
OJ
140062014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14007
14008 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14009 bytes.
14010
3772b53f
MR
140112014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14012
14013 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14014
596662fa
OJ
140152014-01-15 Omair Javaid <omair.javaid@linaro.org>
14016
14017 * lib/gdb.exp (supports_process_record): Return true for
14018 arm*-linux*. (supports_reverse): Likewise.
14019
b5b08fb4
SC
140202014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14021
14022 PR python/15464
14023 PR python/16113
14024 * gdb.python/py-type.c: Enhance test case.
14025 * gdb.python/py-value-cc.cc: Likewise
14026 * gdb.python/py-type.exp: Add new tests.
14027 * gdb.python/py-value-cc.exp: Likewise
14028
52d7fb13
AA
140292014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14030 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14033 Make "name" extern.
14034 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14035 references to ${name}_start by references to ${name}.
14036
a2cd8cfe
JB
140372014-01-10 Joel Brobecker <brobecker@adacore.com>
14038
14039 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14040
4e23fced
JB
140412014-01-10 Joel Brobecker <brobecker@adacore.com>
14042
14043 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14044
c6a9e42c
PA
140452014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14046 Pedro Alves <palves@redhat.com>
14047
14048 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14049 mi_gdb_target_load.
c6a9e42c 14050
b7ea362b
PA
140512014-01-08 Pedro Alves <palves@redhat.com>
14052
14053 * gdb.threads/reconnect-signal.c: New file.
14054 * gdb.threads/reconnect-signal.exp: New file.
14055
5e3f4fab
EBM
140562014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14057
14058 * gdb.base/source-dir.exp: New file.
14059
79301218
JB
140602014-01-07 Joel Brobecker <brobecker@adacore.com>
14061
14062 * gdb.ada/mi_interface: New testcase.
14063
8e355c5d
JB
140642014-01-07 Joel Brobecker <brobecker@adacore.com>
14065
14066 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14067 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14068 gdb.ada/pp-rec-component/pck.ads: New files.
14069
c0d48811
JB
140702014-01-07 Joel Brobecker <brobecker@adacore.com>
14071
14072 * gdb.python/py-pp-integral.c: New file.
14073 * gdb.python/py-pp-integral.py: New file.
14074 * gdb.python/py-pp-integral.exp: New file.
14075
17b609c3 14076For older changes see ChangeLog-1993-2013.
c906108c 14077\f
8d8cb839
EZ
14078;; Local Variables:
14079;; mode: change-log
14080;; left-margin: 8
14081;; fill-column: 74
14082;; version-control: never
14083;; End:
902f2ccb 14084
e2882c85 14085 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14086 Copying and distribution of this file, with or without modification,
14087 are permitted provided the copyright notice and this notice are preserved.
This page took 3.893362 seconds and 4 git commands to generate.