gdb/testsuite: Ensure test links in malloc and free
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e0e5e971
AB
12018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4 malloc/free.
5
1ea5da02
TV
62018-07-04 Tom de Vries <tdevries@suse.de>
7
8 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9
471b9d15
MR
102018-07-02 Maciej W. Rozycki <macro@mips.com>
11
12 PR tdep/8282
13 * gdb.arch/mips-disassembler-options.exp: New test.
14 * gdb.arch/mips-disassembler-options.s: New test source.
15
75acb486
PA
162018-06-29 Pedro Alves <palves@redhat.com>
17
18 * gdb.threads/names.exp: Adjust expected "info threads" output.
19
cd2bb709
PA
202018-06-29 Pedro Alves <palves@redhat.com>
21
22 * gdb.opt/inline-break.exp (line number, address): Add "info
23 break" tests.
24
991ff292
PA
252018-06-29 Pedro Alves <palves@redhat.com>
26
27 * gdb.opt/inline-break.c (func1): Add "break here" marker.
28 * gdb.opt/inline-break.exp: Test setting breakpoints by line
29 number and address and running to them.
30
356819b6 312018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
32
33 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
34
2512d7ef
JK
352018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
36
37 * lib/compiler.c: Remove executable permission flag.
38
be1b6474
RB
392018-06-28 Richard Bunt <richard.bunt@arm.com>
40
41 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
42 code.
43 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
44
291f9a96
PT
452018-06-28 Petr Tesarik <ptesarik@suse.cz>
46
47 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
48
ed6dfe51
PT
492018-06-28 Petr Tesarik <ptesarik@suse.cz>
50
51 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
52 address argument is omitted.
53
d4d429d5
PT
542018-06-28 Petr Tesarik <ptesarik@suse.cz>
55
56 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
57
7ab6656f
OJ
582018-06-27 Omair Javaid <omair.javaid@linaro.org>
59
60 PR gdb/21695
61 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
62 * gdb.base/infoline-reloc-main-from-zero.c: New file.
63
a33ccfc7
TT
642018-06-26 Tom Tromey <tom@tromey.com>
65
66 PR rust/22574:
67 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
68 * gdb.rust/simple.rs (struct SimpleLayout): New.
69
6d72d289
SM
702018-06-22 Simon Marchi <simon.marchi@ericsson.com>
71
72 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
73 "info registers" output.
74
8363f9d5
RB
752018-06-21 Richard Bunt <richard.bunt@arm.com>
76
77 * gdb.base/watchpoint-hw-attach.c: New test.
78 * gdb.base/watchpoint-hw-attach.exp: New file.
79
f00674fe
SM
802018-06-20 Simon Marchi <simon.marchi@ericsson.com>
81
82 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
83 through /bin/sh.
84 * boards/dwarf4-gdb-index.exp: Likewise.
85 * boards/fission-dwp.exp: Likewise.
86
1d554008
UW
872018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
88
89 * gdb.base/float128.exp: Add comment and improved fail message
90 to the failure case of "print large128" test.
91
d0ac1c44
SM
922018-06-19 Simon Marchi <simon.marchi@ericsson.com>
93
94 * configure.ac: Remove AC_PREREQ.
95 * configure: Re-generate.
96
61b04dd0
PA
972018-06-19 Pedro Alves <palves@redhat.com>
98
99 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
100 (func_extern_caller): New.
101 (main): Call func_extern_caller.
102 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
103 logic change.
104
f63b508a
SM
1052018-06-18 Weimin Pan <weimin.pan@oracle.com>
106
107 PR gdb/16841
108 * gdb.cp/typedef-base.cc: New file.
109 * gdb.cp/typedef-base.exp: New file.
110
0fe3a558
TV
1112018-06-18 Tom de Vries <tdevries@suse.de>
112
113 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
114
7010835a
AB
1152018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
116 Richard Bunt <Richard.Bunt@arm.com>
117
118 * gdb.threads/attach-slow-waitpid.c: New file.
119 * gdb.threads/attach-slow-waitpid.exp: New file.
120 * gdb.threads/slow-waitpid.c: New file.
121
14897d65
PA
1222018-06-14 Pedro Alves <palves@redhat.com>
123
124 * gdb.base/fork-running-state.c: Include <errno.h>.
125 (exit_if_relative_exits): New.
126 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
127 exits.
128 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
129 child exits.
130
5d9a0608
TV
1312018-06-14 Tom de Vries <tdevries@suse.de>
132
133 PR cli/22573
134 * gdb.base/finish-pretty.c: New test.
135 * gdb.base/finish-pretty.exp: New file.
136
11ae5818
PA
1372018-06-14 Pedro Alves <palves@redhat.com>
138
139 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
140 gdb's expected startup output.
141
1d39de44
PA
1422018-06-14 Pedro Alves <palves@redhat.com>
143
144 * lib/selftest-support.exp (selftest_setup): Remove inlined
145 function handling.
146
70ee0000
TV
1472018-06-14 Tom de Vries <tdevries@suse.de>
148
149 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
150 matching of breakpoint printing.
151
11f4b608
TV
1522018-06-13 Tom de Vries <tdevries@suse.de>
153
154 PR testsuite/23269
155 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
156 (fork_child): ... here, and ...
157 (fork_parent): ... here.
158
1592018-06-12 Tom de Vries <tdevries@suse.de>
160
161 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
162
9516f85a
AB
1632018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
164 Stephen Roberts <stephen.roberts@arm.com>
165
166 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
167 rewrite test to describe action performed, rather than possible
168 failure.
169
5045b3d7
GB
1702018-06-08 Gary Benson <gbenson@redhat.com>
171
172 * gdb.threads/check-libthread-db.exp: New file.
173 * gdb.threads/check-libthread-db.c: Likewise.
174
c61b06a1
TT
1752018-06-05 Tom Tromey <tom@tromey.com>
176
177 * gdb.base/default.exp: Update expected "show version" output.
178
eb6af809
TT
1792018-06-05 Tom Tromey <tom@tromey.com>
180
181 PR cli/12326:
182 * gdb.cp/static-print-quit.exp: Update.
183 * lib/gdb.exp (pagination_prompt): Update.
184 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
185 * gdb.python/python.exp: Update.
186
178d6a63
JB
1872018-06-04 Joel Brobecker <brobecker@adacore.com>
188
189 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
190
8e817061
JB
1912018-06-01 Joel Brobecker <brobecker@adacore.com>
192
193 * gdb.ada/bp_fun_addr: New testcase.
194
e86ca25f
TT
1952018-06-01 Tom Tromey <tom@tromey.com>
196
197 * gdb.xml/tdesc-regs.exp (load_description): Update expected
198 results.
199 * gdb.dwarf2/method-ptr.exp: Set language to C++.
200 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
201 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
202 * gdb.base/maint.exp (maint_pass_if): Update.
203
4b2dfa9d
MR
2042018-05-31 Maciej W. Rozycki <macro@mips.com>
205
206 * gdb.base/endian.exp: New test.
207 * gdb.base/endian.c: New test source.
208
45f25d6c
AB
2092018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
210
211 PR gdb/23203
212 * gdb.base/bt-selected-frame.c: New file.
213 * gdb.base/bt-selected-frame.exp: New file.
214 * lib/gdb.exp (get_current_frame_number): New function.
215
d9f6d7f8
MR
2162018-05-24 Maciej W. Rozycki <macro@mips.com>
217 Pedro Alves <palves@redhat.com>
218
219 * gdb.threads/tls-core.c: Include <stdlib.h>
220 (thread_proc): Call `abort'.
221 * gdb.threads/tls-core.exp: Generate a core with core_find too.
222 (tls_core_test): New procedure, bits factored out from ...
223 (top level): ... here. Test both native cores and gcore cores.
224
ff1cf532
TT
2252018-05-23 Tom Tromey <tom@tromey.com>
226
227 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
228
b98664d3
TT
2292018-05-23 Tom Tromey <tom@tromey.com>
230
231 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
232 symfile_complaints.
233 (test_short_complaints): Likewise.
234 (test_empty_complaints): Likewise.
235 (test_initial_complaints): Update.
236
4e9668d0
TT
2372018-05-23 Tom Tromey <tom@tromey.com>
238
239 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
240
43ba33c7
TT
2412018-05-23 Tom Tromey <tom@tromey.com>
242
243 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
244 (test_short_complaints): Update.
245
035522c0
PA
2462018-05-22 Pedro Alves <palves@redhat.com>
247
248 * gdb.base/remote.exp: Only gdb_start after compiling the
249 testcase. Issue "disconnect" before testing "set remote" command
250 defaults. Issue clean_restart before running to main.
251
cc0be08f
PA
2522018-05-22 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/remote.exp: Adjust expected output of "show remote
255 memory-write-packet-size". Add tests for "set remote
256 memory-write-packet-size 0" and "set remote
257 memory-write-packet-size fixed/limit".
258
b1b60145
PA
2592018-05-22 Pedro Alves <palves@redhat.com>
260
261 PR gdb/22973
262 * gdb.base/utf8-identifiers.c: New file.
263 * gdb.base/utf8-identifiers.exp: New file.
264
0ec848ad
PFC
2652018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
266
267 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
268
2c3305f6
PFC
2692018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
270
271 * gdb.arch/powerpc-vsx-gcore.exp: New file.
272
ce1e8424
TT
2732018-05-18 Tom Tromey <tom@tromey.com>
274
275 * gdb.base/ptype-offsets.exp: Update.
276
ddfe970e
KS
2772018-05-17 Keith Seitz <keiths@redhat.com>
278
279 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
280 in expected breakpoint stop locations.
281 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
282 move to proper scope to test variable values.
283 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
284 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
285 New functions.
286 (main): Call not_inline_func3.
287 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
288 inline_func1, inline_func2, and inline_func3. Test that when each
289 breakpoint is hit, GDB properly reports both the stop location
290 and the backtrace. Repeat tests for temporary breakpoints.
291
0726fcc6
MR
2922018-05-15 Maciej W. Rozycki <macro@mips.com>
293
294 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
295 rather then trying to access it in determining whether the PID
296 of `gdbserver' could have been retrieved.
297
8ee22052
AB
2982018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * gdb.arch/amd64-init-x87-values.S: New file.
301 * gdb.arch/amd64-init-x87-values.exp: New file.
302
7785df48
JK
3032018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
304
305 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
306
56bcdbea
TT
3072018-05-04 Tom Tromey <tom@tromey.com>
308
309 PR python/22730:
310 * gdb.python/python.exp: Test multi-line execute.
311
a913fffb
TT
3122018-05-04 Tom Tromey <tom@tromey.com>
313
314 PR python/22731:
315 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
316
7a2c85f2
TT
3172018-05-04 Tom Tromey <tom@tromey.com>
318
319 PR gdb/11750:
320 * gdb.base/define.exp: Test defining a user command inside a user
321 command.
322 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
323
a3b60e45
JK
3242018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
325 Pedro Alves <palves@redhat.com>
326
327 PR breakpoints/19806 and support for PR external/20207.
328 * gdb.base/watchpoint-unaligned.c: New file.
329 * gdb.base/watchpoint-unaligned.exp: New file.
330
45fe4a03
AB
3312018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * gdb.base/maint.exp: Make test names unique, use
334 test_prefix_command_help to test 'help maint info', and remove
335 repeated test of 'help maint'.
336
9be2ae8f
TT
3372018-05-04 Tom Tromey <tom@tromey.com>
338
339 PR gdb/22619:
340 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
341 behavior.
342
11859c31
AB
3432018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.base/maint.exp: Process output from 'maint print registers'
346 line at a time.
347
089a9490
AB
3482018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
351 timeout.
352
9b0797e2
AB
3532018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
354
355 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
356 filter pattern.
357
f6ac5f3d
PA
3582018-05-02 Pedro Alves <palves@redhat.com>
359
360 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
361 to_log_command renames.
362 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
363
77d3c63b
TT
3642018-05-02 Tom Tromey <tom@tromey.com>
365
366 * gdb.python/py-parameter.exp: Set test message.
367
0489430a
TT
3682018-05-02 Tom Tromey <tom@tromey.com>
369
370 PR python/20084:
371 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
372 PARAM_ZUINTEGER_UNLIMITED tests.
373
1632f8ba
DR
3742018-04-28 Dan Robertson <danlrobertson89@gmail.com>
375
376 PR rust/23124
377 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
378 when casting.
379
6d7bb824
TT
3802018-04-30 Tom Tromey <tom@tromey.com>
381
382 * gdb.python/py-type.exp: Check align attribute.
383 * gdb.python/py-type.c: New "aligncheck" global.
384
007e1530
TT
3852018-04-30 Tom Tromey <tom@tromey.com>
386
387 PR exp/17095:
388 * gdb.dwarf2/dw2-align.exp: New file.
389 * gdb.cp/align.exp: New file.
390 * gdb.base/align.exp: New file.
391 * lib/gdb.exp (gdb_int128_helper): New proc.
392 (has_int128_c, has_int128_cxx): New caching procs.
393
6873858b
TT
3942018-04-27 Tom Tromey <tom@tromey.com>
395
396 PR rust/22545:
397 * gdb.rust/simple.exp: Add inclusive range tests.
398
79188d8d
PA
3992018-04-26 Pedro Alves <palves@redhat.com>
400
401 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
402 ifunc breakpoint locations correctly of ifunc breakpoints set
403 while the program resolves the ifunc.
404
c7075ad5
PA
4052018-04-26 Pedro Alves <palves@redhat.com>
406
407 * gdb.base/gnu-ifunc-final.c: New file.
408 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
409 * gdb.base/gnu-ifunc.exp (executable): Delete.
410 (staticexecutable): Adjust.
411 (lib_opts, exec_opts): Delete.
412 (make_binsuffix, build, set-break): New procedures.
413 (misc_tests): New, with tests factored out from the top level.
414 (top level): Test different combinations of ifunc resolver name,
415 resolver with and with debug info, and ifunc target with and
416 without debug info. Wrap static tests with with_target_prefix.
417
8388016d
PA
4182018-04-26 Pedro Alves <palves@redhat.com>
419
420 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
421 return type" warnings.
422
249b5733
PA
4232018-04-25 Pedro Alves <palves@redhat.com>
424
425 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
426 killed".
427 * gdb.base/kill-after-signal.exp: Likewise.
428 * gdb.threads/kill.exp: Likewise.
429
f67c0c91
SDJ
4302018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
431 Sergio Durigan Junior <sergiodj@redhat.com>
432 Pedro Alves <palves@redhat.com>
433
434 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
435 regexps to expect for '[Inferior ... detached]' as well.
436 * gdb.base/attach.exp: Likewise.
437 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
438 "gdb_continue_to_end".
439 (test_catch_syscall_with_wrong_args): Likewise.
440 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
441 ']'. Don't set 'verbose' on.
442 * gdb.base/foll-vfork.exp: Likewise.
443 * gdb.base/fork-print-inferior-events.c: New file.
444 * gdb.base/fork-print-inferior-events.exp: New file.
445 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
446 '[Inferior ... has been killed]' message.
447 * gdb.base/kill-after-signal.exp: Likewise.
448 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
449 detach message.
450 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
451 message.
452 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
453 regexps to expect for '[Inferior ... detached]' as well.
454 * gdb.threads/process-dies-while-detaching.exp: Likewise.
455
0a8ddac4
SM
4562018-04-24 Simon Marchi <simon.marchi@ericsson.com>
457
458 PR gdb/23104
459 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
460
d27d16bf
RB
4612018-04-19 Richard Bunt <richard.bunt@arm.com>
462
463 * gdb.threads/multiple-successive-infcall.c: New test.
464 * gdb.threads/multiple-successive-infcall.exp: New file.
465
a037790e
TT
4662018-04-17 Tom Tromey <tom@tromey.com>
467
468 * gdb.rust/simple.rs (Union): New type.
469 (main): New local "u".
470 * gdb.rust/simple.exp (test_one_slice): Add new test case.
471
e3a91079
AA
4722018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
473
474 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
475 number information in output of "whereis" command.
476 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
477
b744723f
AA
4782018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
479
480 * gdb.ada/info_types.exp: Adjust expected output to the line
481 numbers now printed by "info var/func/type".
482 * gdb.base/completion.exp: Likewise.
483 * gdb.base/included.exp: Likewise.
484 * gdb.cp/cp-relocate.exp: Likewise.
485 * gdb.cp/cplusfuncs.exp: Likewise.
486 * gdb.cp/namespace.exp: Likewise.
487 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
488
4a4495d6
MM
4892018-04-13 Markus Metzger <markus.t.metzger@intel.com>
490
491 * gdb.btrace/cpu.exp: New.
492
1d509aa6
MM
4932018-04-13 Markus Metzger <markus.t.metzger@intel.com>
494
495 * gdb.base/step-indirect-call-thunk.exp: New.
496 * gdb.base/step-indirect-call-thunk.c: New.
497 * gdb.reverse/step-indirect-call-thunk.exp: New.
498 * gdb.reverse/step-indirect-call-thunk.c: New.
499
6295b6da
SM
5002018-04-11 Simon Marchi <simon.marchi@ericsson.com>
501
502 * gdb.base/pie-fork.c: New file.
503 * gdb.base/pie-fork.exp: New file.
504
50146e70
TT
5052018-04-11 Tom Tromey <tom@tromey.com>
506
507 * gdb.rust/simple.exp: Add test for ".." struct initializer.
508
f50d8a2e
PA
5092018-04-10 Pedro Alves <palves@redhat.com>
510
511 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
512 exits. Instead loop running forever.
513 (fork_parent): Run forever too.
514
a0be7a36
SM
5152018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
516
517 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
518 mi_continue_to_line.
519 * gdb.mi/mi-stack.c (callee4): Add comment.
520
9b73db36
SM
5212018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
522
523 * gdb.mi/mi-stack.exp: Fix indentation.
524
c912f608
SM
5252018-04-07 Simon Marchi <simon.marchi@ericsson.com>
526
527 PR gdb/22979
528 * gdb.arch/amd64-osabi.exp: New file.
529
26540402
SM
5302018-04-07 Simon Marchi <simon.marchi@ericsson.com>
531
532 PR gdb/22980
533 * gdb.base/osabi.exp: New file.
534
121ad66c 5352018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
536
537 * gdb.cp/static-typedef-print.exp: New file.
538 * gdb.cp/static-typedef-print.cc: New file.
539
3fcded8f
JB
5402018-03-27 Joel Brobecker <brobecker@adacore.com>
541
542 * gdb.ada/varsize_limit: New testcase.
543
59cc4834
JB
5442018-03-27 Joel Brobecker <brobecker@adacore.com>
545
546 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
547
548 * gdb.ada/notcplusplus: New testcase.
549
550 * gdb.base/c-linkage-name.c: New file.
551 * gdb.base/c-linkage-name.exp: New testcase.
552
4ca59a9f
TT
5532018-03-26 Tom Tromey <tom@tromey.com>
554
555 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
556 * gdb.python/py-framefilter.py (name_error): New global.
557 (ErrorInName.function): Use name_error.
558
978d6c75
TT
5592018-03-26 Tom Tromey <tom@tromey.com>
560
561 PR backtrace/15582:
562 * gdb.python/py-framefilter.exp: Add "bt hide" test.
563
b7fee5a3
KS
5642018-03-23 Keith Seitz <keiths@redhat.com>
565
566 PR c++/22968
567 * gdb.cp/subtypes.exp: New file.
568 * gdb.cp/subtypes.h: New file.
569 * gdb.cp/subtypes.cc: New file.
570 * gdb.cp/subtypes-2.cc: New file.
571
376be529
AB
5722018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
575 (done): Call '_exit' not 'exit' to avoid atexit handlers.
576 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
577 -nostartfiles when compiling the test. Confirm that all registers
578 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
579
066cfa98
AB
5802018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
583 option, syntax was wrong anyway.
584 * gdb.arch/arm-disp-step.exp: Likewise.
585 * gdb.arch/sparc64-regs.exp: Likewise.
586 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
587 option, syntax was wrong anyway, switch to use
588 prepare_for_testing.
589 * gdb.arch/i386-disp-step.exp: Likewise.
590
079670b9
AA
5912018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
592
593 * gdb.ada/exec_changed.exp: Replace "target_info exists
594 use_gdb_stub" by "use_gdb_stub".
595 * gdb.ada/start.exp: Likewise.
596 * gdb.base/async-shell.exp: Likewise.
597 * gdb.base/attach-pie-misread.exp: Likewise.
598 * gdb.base/attach-wait-input.exp: Likewise.
599 * gdb.base/break-entry.exp: Likewise.
600 * gdb.base/break-interp.exp: Likewise.
601 * gdb.base/dprintf-detach.exp: Likewise.
602 * gdb.base/nostdlib.exp: Likewise.
603 * gdb.base/solib-nodir.exp: Likewise.
604 * gdb.base/statistics.exp: Likewise.
605 * gdb.base/testenv.exp: Likewise.
606 * gdb.mi/mi-exec-run.exp: Likewise.
607 * gdb.mi/mi-start.exp: Likewise.
608 * gdb.multi/dummy-frame-restore.exp: Likewise.
609 * gdb.multi/multi-arch-exec.exp: Likewise.
610 * gdb.multi/multi-arch.exp: Likewise.
611 * gdb.multi/tids.exp: Likewise.
612 * gdb.multi/watchpoint-multi.exp: Likewise.
613 * gdb.python/py-events.exp: Likewise.
614 * gdb.threads/attach-into-signal.exp: Likewise.
615 * gdb.threads/attach-stopped.exp: Likewise.
616 * gdb.threads/threadapply.exp: Likewise.
617 * lib/selftest-support.exp: Likewise.
618
26d6cec4
AA
6192018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
620
621 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
622
4ee89e90
SR
6232018-03-20 Stephen Roberts <stephen.roberts@arm.com>
624
625 * gdb.perf/template-breakpoints.cc: New file.
626 * gdb.perf/template-breakpoints.exp: New file.
627 * gdb.perf/template-breakpoints.py: New file.
628
92630041
TT
6292018-03-19 Tom Tromey <tom@tromey.com>
630
631 * gdb.rust/simple.rs (main): Add local variables field1, field2,
632 y0.
633 * gdb.rust/simple.exp: Test bare identifier form of struct
634 initializer.
635
76727919
TT
6362018-03-19 Tom Tromey <tom@tromey.com>
637
638 * gdb.gdb/observer.exp: Remove.
639
194ed413
AA
6402018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
641
642 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
643 "qualified" option when setting breakpoints.
644 * gdb.trace/backtrace.exp: Likewise.
645 * gdb.trace/circ.exp: Likewise.
646 * gdb.trace/collection.exp: Likewise.
647 * gdb.trace/disconnected-tracing.exp: Likewise.
648 * gdb.trace/ftrace-lock.exp: Likewise.
649 * gdb.trace/ftrace.exp: Likewise.
650 * gdb.trace/infotrace.exp: Likewise.
651 * gdb.trace/packetlen.exp: Likewise.
652 * gdb.trace/passc-dyn.exp: Likewise.
653 * gdb.trace/qtro.exp: Likewise.
654 * gdb.trace/read-memory.exp: Likewise.
655 * gdb.trace/report.exp: Likewise.
656 * gdb.trace/signal.exp: Likewise.
657 * gdb.trace/status-stop.exp: Likewise.
658 * gdb.trace/strace.exp: Likewise.
659 * gdb.trace/tfind.exp: Likewise.
660 * gdb.trace/trace-break.exp: Likewise.
661 * gdb.trace/trace-condition.exp: Likewise.
662 * gdb.trace/trace-mt.exp: Likewise.
663 * gdb.trace/tstatus.exp: Likewise.
664 * gdb.trace/tsv.exp: Likewise.
665 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
666 * gdb.trace/unavailable.exp: Likewise.
667 * gdb.trace/while-dyn.exp: Likewise.
668
8b067d2c
AA
6692018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
670
671 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
672 that libinproctrace is copied to the target.
673
3ae9ce5d
TT
6742018-03-14 Tom Tromey <tom@tromey.com>
675
676 PR cli/14977:
677 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
678 a null pointer.
679 * gdb.base/wchar.exp: Likewise.
680
b8c2339b
TT
6812018-03-14 Tom Tromey <tom@tromey.com>
682
683 PR cli/19918:
684 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
685 flag.
686
4872dc46
SM
6872018-03-08 Simon Marchi <simon.marchi@ericsson.com>
688
689 PR gdb/22841
690 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
691 "target" to remote_exec.
692
e4fe3756
SM
6932018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
694
695 PR gdb/22841
696 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
697 ${board}_upload): Remove.
698
e95a97d4
AA
6992018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
700
701 * gdb.cp/watch-cp.cc: New test.
702 * gdb.cp/watch-cp.exp: New file.
703
dbbb1059
AB
7042018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
705
706 * gdb.base/infcall-nested-structs.exp: New file.
707 * gdb.base/infcall-nested-structs.c: New file.
708 * gdb.base/float.exp: Add riscv support.
709
ecc054c0
TP
7102018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
711
712 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
713 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
714
25e3c82c
SDJ
7152018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
716
717 * gdb.server/abspath.exp: New file.
718 * lib/gdb.exp (with_cwd): New procedure.
719
3083294d
SM
7202018-02-28 Simon Marchi <simon.marchi@ericsson.com>
721
722 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
723 use it.
724 (gdb_is_target_remote_prompt): New proc.
725 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
726 (gdb_is_target_native): Pass prompt parameter to
727 gdb_is_target_1.
728
3275ef47
SM
7292018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
730
731 * gdb.base/load-command.c: New file.
732 * gdb.base/load-command.exp: New file.
733 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
734 (gdb_is_target_1): ...this, and generalize for other targets
735 than just remote.
736 (gdb_is_target_remote): Use gdb_is_target_1.
737 (gdb_is_target_native): use gdb_is_target_1.
738
6893c19a
TT
7392018-02-26 Tom Tromey <tom@tromey.com>
740
741 PR python/16497:
742 * gdb.python/py-framefilter.exp: Update test.
743
2ddeaf8a
TT
7442018-02-26 Tom Tromey <tom@tromey.com>
745
746 * gdb.dwarf2/variant.c: New file.
747 * gdb.dwarf2/variant.exp: New file.
748
c9317f21
TT
7492018-02-26 Tom Tromey <tom@tromey.com>
750
751 * gdb.rust/simple.exp: Accept more possible results in enum test.
752
6f6d0c26
SM
7532018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
754
755 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
756 parentheses.
757
11b03145
MR
7582018-02-23 Maciej W. Rozycki <macro@mips.com>
759
760 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
761 name of a variable: $actual_linejj -> $actual_line.
762
54a27fe5
JB
7632018-02-21 John Baldwin <jhb@FreeBSD.org>
764
765 * gdb.arch/amd64-i386-address.exp: Fix a typo.
766
de65820c
MM
7672018-02-20 Markus Metzger <markus.t.metzger@intel.com>
768
769 * gdb.btrace/buffer-size.exp: Do not force BTS.
770
980548fd
PA
7712018-02-14 Pedro Alves <palves@redhat.com>
772
773 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
774 getting a "Quit".
775
c4e12631
MM
7762018-02-09 Markus Metzger <markus.t.metzger@intel.com>
777
778 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
779 Fix test name.
780
c2e0e465
SM
7812018-02-07 Simon Marchi <simon.marchi@ericsson.com>
782
783 * gdb.cp/m-static.exp: Check type of optimized out static
784 member.
785
f7216783
AB
7862018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
789 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
790
0625771b
LS
7912018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
792 Leszek Swirski <leszeks@google.com>
793
794 * gdb.python/py-prettyprint.c
795 (struct to_string_returns_value_inner,
796 struct to_string_returns_value_wrapper): New.
797 (main): Add tsrvw variable.
798 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
799 ToStringReturnsValueWrapper): New classes.
800 (register_pretty_printers): Register new pretty-printers.
801 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
802 recursive pretty printer.
803 * gdb.python/py-mi.exp: Likewise.
804
59498c30
LS
8052018-02-01 Leszek Swirski <leszeks@google.com>
806
807 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
808 functions with the same name as an include file are parsed
809 correctly.
810
d4d38844
YQ
8112018-02-01 Yao Qi <yao.qi@linaro.org>
812
813 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
814 "\[^\r\n\]*".
815
07e5f5cf
NP
8162018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
817
818 * gdb.arch/powerpc-prologue-frame.s: New file.
819 * gdb.arch/powerpc-prologue-frame.c: Likewise.
820 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
821
929b5ad4
JB
8222018-01-31 Joel Brobecker <brobecker@adacore.com>
823
824 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
825
e671cd59
PA
8262018-01-30 Pedro Alves <palves@redhat.com>
827
828 PR gdb/13211
829 * gdb.base/interrupt-daemon.c: New.
830 * gdb.base/interrupt-daemon.exp: New.
831 * gdb.multi/multi-term-settings.c: New.
832 * gdb.multi/multi-term-settings.exp: New.
833
fc413dc4
JB
8342018-01-30 Joel Brobecker <brobecker@adacore.com>
835
836 * gdb.base/break.exp: Save the location where the breakpoint
837 on break.c:47 was actually inserted when debugging the version
838 compiled at -O2 and use it in the expected output of the "info
839 break" test performed soon after.
840
5c319bb2
PA
8412018-01-22 Pedro Alves <palves@redhat.com>
842 Sergio Durigan Junior <sergiodj@redhat.com>
843
844 * gdb.base/whatis.exp: Add tests for 'set print object on' +
845 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
846
a9e40818
JB
8472018-01-22 Joel Brobecker <brobecker@adacore.com>
848
849 * gdb.base/break-include.c, gdb.base/break-include.inc,
850 gdb.base/break-include.exp: New files.
851 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
852 line number now being the actual line number where the breakpoint
853 was inserted.
854 * gdb.mi/mi-break.exp: Likewise.
855 * gdb.mi/mi-reverse.exp: Likewise.
856 * gdb.mi/mi-simplerun.exp: Ditto.
857
e707fc44
AB
8582018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
861 varobj.
862 * gdb.mi/mi-var-create-rtti.exp: Likewise.
863
ae451627
AB
8642018-01-21 Don Breazeal <donb@codesourcery.com>
865 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * gdb.mi/basics.c: Add new global.
868 * gdb.mi/mi-frame-regs.exp: New file.
869 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
870 case.
871
b1b189e0
AB
8722018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
875 non-parameter, and on an unknown symbol.
876
fcfcc376
TT
8772018-01-19 Tom Tromey <tom@tromey.com>
878
879 * gdb.rust/modules.rs (TWENTY_THREE): New global.
880 * gdb.rust/modules.exp: Add ::-qualified lookup test.
881
634c1c31
AA
8822018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
883
884 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
885 setrlimit and chdir to int.
886
d6ad07fd
AA
8872018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
888
889 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
890 function.
891 (my_tend): Likewise.
892 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
893 rationale of avoiding FP- and vector instructions.
894
adf8243b
RK
8952018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
896
897 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
898 "info reg" with "\[ \t\]*".
899 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
900 "\[ \t\]+".
901 * gdb.arch/s390-multiarch.exp: Ditto.
902 * gdb.base/pc-fp.exp: Ditto.
903 * gdb.reverse/i386-precsave.exp: Ditto.
904 * gdb.reverse/i386-reverse.exp: Ditto.
905 * gdb.reverse/i387-env-reverse.exp: Ditto.
906 * gdb.reverse/i387-stack-reverse.exp: Ditto.
907
dcc06925
AA
9082018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
909
910 * lib/gdb.exp (gdb_compile): Re-enable use of
911 universal_compile_options for languages other than Rust.
912
25d4fd80
AA
9132018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
914
915 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
916
ee7f689e 9172018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
918
919 PR gdb/16577
920 * gdb.base/solib-vanish.exp: New.
921 * gdb.base/solib-vanish-main.c: New.
922 * gdb.base/solib-vanish-lib1.c: New.
923 * gdb.base/solib-vanish-lib2.c: New.
924
d8447b6b
YQ
9252018-01-17 Yao Qi <yao.qi@linaro.org>
926
927 * gdb.compile/compile.exp: Match the address printed for
928 frame in the output of command "bt".
929
86d6a90c
TT
9302018-01-15 Tom Tromey <tom@tromey.com>
931
932 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
933 compute sp_reg.
934
cbcdb1aa
AB
9352018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
938 to prepare.
939 (prepare): Return 0 on error, 1 on success.
940
eea61984
PA
9412018-01-12 Pedro Alves <palves@redhat.com>
942
943 * gdb.base/continue-after-aborted-step-over.c: New.
944 * gdb.base/continue-after-aborted-step-over.exp: New.
945
6181e9c2
SM
9462018-01-11 Simon Marchi <simon.marchi@ericsson.com>
947
948 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
949 options when not creating an executable.
950
3cada740
PA
9512018-01-11 Pedro Alves <palves@redhat.com>
952
953 PR remote/22597
954 * gdb.server/stop-reply-no-thread.c: New file.
955 * gdb.server/stop-reply-no-thread.exp: New file.
956
c63d3e8d
PA
9572018-01-10 Pedro Alves <palves@redhat.com>
958
959 PR gdb/22670
960 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
961 functions too. Test setting breakpoints and printing C functions
962 with no debug info too.
963 * gdb.ada/bp_c_mixed_case/qux.c: New file.
964
d4c2a405
PA
9652018-01-10 Pedro Alves <palves@redhat.com>
966
967 PR gdb/22670
968 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
969 a fail.
970
8825213e
PA
9712018-01-10 Pedro Alves <palves@redhat.com>
972
973 PR gdb/22670
974 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
975
605fd3c6
YQ
9762018-01-08 Simon Marchi <simon.marchi@ericsson.com>
977
978 * gdb.server/unittest.exp: Match the output in non-development
979 mode.
980
1e5ded6c
YQ
9812018-01-08 Simon Marchi <simon.marchi@ericsson.com>
982
983 * gdb.gdb/unittest.exp: Match output in non-development mode.
984
30066b0b
JB
9852018-01-08 Joel Brobecker <brobecker@adacore.com>
986
987 * gdb.ada/access_tagged_param.exp: Relax expected output
988 for value of "ObjL" in "continue" to pck.inspect breakpoint
989 test.
990
04bafb1e
XR
9912018-01-08 Joel Brobecker <brobecker@adacore.com>
992
9f86398b
JB
993 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
994 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 995
e379cee6
PA
9962018-01-05 Pedro Alves <palves@redhat.com>
997
998 PR gdb/18653
999 * gdb.base/libsegfault.exp: New.
1000
de63c46b
PA
10012018-01-05 Joel Brobecker <brobecker@adacore.com>
1002
1003 PR gdb/22670
1004 * gdb.ada/access_tagged_param.exp: New file.
1005 * gdb.ada/access_tagged_param/foo.adb: New file.
1006
f98fc17b
PA
10072018-01-05 Pedro Alves <palves@redhat.com>
1008
1009 PR gdb/22670
1010 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1011 exercise lower case too, and to exercise both full matching and
1012 wild matching.
1013
342f8240
JB
10142018-01-05 Joel Brobecker <brobecker@adacore.com>
1015
1016 * gdb.ada/rename_subscript_param: New testcase.
1017
7150d33c
JG
10182018-01-05 Jerome Guitton <guitton@adacore.com>
1019
1020 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1021
cc0e770c
JB
10222018-01-05 Joel Brobecker <brobecker@adacore.com>
1023
1024 * gdb.ada/convvar_comp: New testcase.
1025
672a41aa 10262018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1027
1028 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1029 (My_Table): New global variable.
1030 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1031
7365ec2f
JB
10322018-01-04 Joel Brobecker <brobecker@adacore.com>
1033
1034 PR gdb/22670
1035 * gdb.ada/maint_with_ada: New testcase.
1036
289483b6
JB
10372018-01-04 Joel Brobecker <brobecker@adacore.com>
1038
1039 PR gdb/22670
1040 * gdb.ada/bp_c_mixed_case: New testcase.
1041
344420da
JB
10422018-01-04 Joel Brobecker <brobecker@adacore.com>
1043
1044 PR gdb/22670
1045 * gdb.ada/complete.exp: Add "complete break ada" test.
1046
66fc87a0
JB
10472018-01-04 Joel Brobecker <brobecker@adacore.com>
1048
1049 PR gdb/22670
1050 * gdb.ada/info_addr_mixed_case: New testcase.
1051
9f757bf7
XR
10522018-01-03 Xavier Roirand <roirand@adacore.com>
1053
1054 * gdb.ada/excep_handle.exp: New testcase.
1055 * gdb.ada/excep_handle/foo.adb: New file.
1056 * gdb.ada/excep_handle/pck.ads: New file.
1057
bd570f80
JB
10582018-01-03 Joel Brobecker <brobecker@adacore.com>
1059
1060 * gdb.base/step-line.c: Add extra empty line in copyright header.
1061 * gdb.base/step-line.inp: Likewise.
1062
9fe561ab
JB
10632018-01-02 Joel Brobecker <brobecker@adacore.com>
1064
1065 * gdb.ada/dyn_stride.exp: Add slice test.
1066
a405673c
JB
10672018-01-02 Joel Brobecker <brobecker@adacore.com>
1068
1069 * gdb.ada/dyn_stride: New testcase.
1070
cef0f868
SH
10712017-12-27 Stafford Horne <shorne@gmail.com>
1072
1073 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1074 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1075
b67d92b0
SH
10762017-12-27 Stafford Horne <shorne@gmail.com>
1077
1078 * gdb.base/reggroups.c: New file.
1079 * gdb.base/reggroups.exp: New file.
1080
eccab96d
JB
10812017-12-18 Joel Brobecker <brobecker@adacore.com>
1082
1083 * gdb.dwarf2/ada-valprint-error.c: New file.
1084 * gdb.dwarf2/ada-valprint-error.exp: New file.
1085
0e2da9f0
JB
10862017-12-18 Joel Brobecker <brobecker@adacore.com>
1087
1088 * gdb.ada/assign_arr: New testcase.
1089
cb923fcc
XR
10902017-12-18 Xavier Roirand <roirand@adacore.com>
1091
1092 * gdb.ada/funcall_ptr: New testcase.
1093
7c161838
SDJ
10942017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1095
1096 PR cli/16224
1097 * gdb.base/ptype-offsets.cc: New file.
1098 * gdb.base/ptype-offsets.exp: New file.
1099
1af17fd9
YQ
11002017-12-15 Yao Qi <yao.qi@linaro.org>
1101
1102 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1103 if XML is disabled.
1104
828d5846
XR
11052017-12-15 Xavier Roirand <roirand@adacore.com>
1106
1107 * gdb.ada/same_component_name: New testcase.
1108
79e8fcaa
JB
11092017-12-14 Joel Brobecker <brobecker@adacore.com>
1110
1111 * gdb.ada/str_binop_equal: New testcase.
1112
e05fa6f9
JB
11132017-12-14 Joel Brobecker <brobecker@adacore.com>
1114
1115 * gdb.ada/task_switch_in_core: New testcase.
1116
b89641ba
SM
11172017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1118
1119 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1120 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1121 call test_bkpt_qualified.
1122 (test_bkpt_qualified): New proc.
1123
6892d2e4
PA
11242017-12-13 Pedro Alves <palves@redhat.com>
1125
1126 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1127 Tighten regexp by matching with an anchor.
1128
a22ecf70
PA
11292017-12-13 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1132 ("expression with namespace"): New set of tests.
1133 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1134 (Nested::Test_NS::qux): New.
1135 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1136 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1137
9937536c
JB
11382017-12-13 Joel Brobecker <brobecker@adacore.com>
1139
1140 * gdb.base/server-del-break.c: New file.
1141 * gdb.base/server-del-break.exp: New file.
1142
fe49c6f5
SH
11432017-12-12 Stafford Horne <shorne@gmail.com>
1144
1145 * gdb.xml/tdesc-regs.exp: Add or1k support.
1146
c3d18620
SH
11472017-12-12 Stafford Horne <shorne@gmail.com>
1148
1149 * gdb.base/bp-permanent.c: Define nop of or1k.
1150
c5f9cfc8
JB
11512017-12-11 Joel Brobecker <brobecker@adacore.com>
1152
1153 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1154 output with components being reordered.
1155
a9c135fc
JB
11562017-12-11 Joel Brobecker <brobecker@adacore.com>
1157
1158 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1159 output with components being reordered.
1160
927aa2e7
JK
11612017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1162 Pedro Alves <palves@redhat.com>
1163
1164 * gdb.base/maint.exp (check for .gdb_index): Check also for
1165 .debug_names.
1166 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1167 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1168 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1169 (.gdb_index used after symbol reloading): Support also .debug_names.
1170 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1171
f17d9474
YQ
11722017-12-08 Yao Qi <yao.qi@linaro.org>
1173
1174 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1175 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1176
a0de8c21
YQ
11772017-12-08 Yao Qi <yao.qi@linaro.org>
1178
1179 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1180 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1181
a738ea1d
YQ
11822017-12-08 Yao Qi <yao.qi@linaro.org>
1183
1184 * gdb.arch/aarch64-tagged-pointer.c: New file.
1185 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1186
1cd9a73b
SDJ
11872017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1188
1189 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1190 "int".
1191
fa6eb693
KS
11922017-12-07 Keith Seitz <keiths@redhat.com>
1193
1194 PR breakpoints/22569
1195 * gdb.linespec/ls-errs.exp: Change expected result of "break
1196 -source this file has spaces.c -line 3".
1197 Check that an explicit source file followed by whitespace is
1198 identified as an invalid explicit location.
1199
883fd55a
KS
12002017-12-07 Keith Seitz <keiths@redhat.com>
1201
1202 * gdb.cp/nested-types.cc: New file.
1203 * gdb.cp/nested-types.exp: New file.
1204 * lib/cp-support.exp: Load data-structures.exp library.
1205 (debug_cp_test_ptype_class): New global.
1206 (cp_ptype_class_verbose, next_line): New procedures.
1207 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1208 Add and document new return value.
1209 Switch the list of lines to a queue.
1210 Add support for new `type' key for nested type definitions.
1211 Add debugging/troubleshooting messages.
1212 * lib/data-structures.exp: New file.
1213
ec72db3e
SM
12142017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1215
1216 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1217 with proc_with_prefix, don't use with_test_prefix.
1218
99598d71
TT
12192017-12-07 Tom Tromey <tom@tromey.com>
1220
1221 * gdb.base/break.exp: Add test for empty "commands".
1222
a8806230
YQ
12232017-12-07 Yao Qi <yao.qi@linaro.org>
1224
1225 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1226 malloc and catch syscall.
1227
824cc835
PM
12282017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1229
1230 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1231 tests for explicit locations.
1232
7cc244de
PA
12332017-12-06 Pedro Alves <palves@redhat.com>
1234
1235 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1236 force-disabling XML descriptions.
1237
50a1fdd5
PA
12382017-12-04 Pedro Alves <palves@redhat.com>
1239
1240 PR gdb/22499
1241 * gdb.arch/amd64-disp-step-avx.S: New file.
1242 * gdb.arch/amd64-disp-step-avx.exp: New file.
1243
f0fb2488
PA
12442017-12-03 Pedro Alves <palves@redhat.com>
1245
1246 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1247 and <string.h>.
1248 (parent_function): Print distinct messages when waitpid fails, or
1249 the child exits with a signal, or the child exits for an unhandled
1250 reason.
1251 * gdb.threads/process-dies-while-detaching.exp
1252 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1253 it. Wait for both inferior output and GDB's prompt. Use an
1254 indirect spawn id list.
1255 (do_detach): New parameter 'child_exit'. Use it to compute
1256 expected inferior output.
1257 (test_detach, test_detach_watch, test_detach_killed_outside):
1258 Adjust to pass down the expected child exit kind.
1259
97cbe998
SDJ
12602017-12-01 Joel Brobecker <brobecker@adacore.com>
1261 Sergio Durigan Junior <sergiodj@redhat.com>
1262 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1265
40fc416f
SDJ
12662017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1267
1268 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1269 to 'symbol-file' and 'add-symbol-file' can be
1270 position-independent.
1271
1cc75e92
YQ
12722017-12-01 Yao Qi <yao.qi@linaro.org>
1273
1274 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1275 the URL in copyright header.
1276 * gdb.arch/aarch64-fp.exp: Likewise.
1277 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1278 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1279 * gdb.base/expand-psymtabs.exp: Likewise.
1280 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1281 * gdb.fortran/common-block.exp: Likewise.
1282 * gdb.fortran/common-block.f90: Likewise.
1283 * gdb.fortran/logical.exp: Likewise.
1284 * gdb.fortran/vla-datatypes.f90: Likewise.
1285 * gdb.fortran/vla-sub.f90: Likewise.
1286
875fb7a7
JB
12872017-11-30 Joel Brobecker <brobecker@adacore.com>
1288
1289 * gdb.ada/repeat_dyn: New testcase.
1290
6f14765f
UW
12912017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1292
1293 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1294 Update for changed thread numbering.
1295 * gdb.cell/bt.exp: Update for changed GDB output.
1296
f1af7b94
SM
12972017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1298
1299 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1300 setting isremote by hand.
1301 * boards/dwarf4-gdb-index.exp: Likewise.
1302 * boards/fission.exp: Likewise.
1303 * boards/stabs.exp: Likewise.
1304
e3919f3e
PA
13052017-11-30 Pedro Alves <palves@redhat.com>
1306
1307 * gdb.linespec/cpls-ops.exp
1308 (check_explicit_skips_function_argument): Extract the underlying
1309 type of size_t instead of hardcoding it.
1310
bd69330d
PA
13112017-11-29 Pedro Alves <palves@redhat.com>
1312
1313 PR c++/19436
1314 * gdb.linespec/cpls-abi-tag.cc: New file.
1315 * gdb.linespec/cpls-abi-tag.exp: New file.
1316
a20714ff
PA
13172017-11-29 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.base/langs.exp: Use -qualified.
1320 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1321 it.
1322 * gdb.cp/namespace.exp: Use -qualified.
1323 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1324 (overload-3, template-overload, template-ret-type, const-overload)
1325 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1326 procedures.
1327 (test_driver): Call them.
1328 * gdb.cp/save-bp-qualified.cc: New.
1329 * gdb.cp/save-bp-qualified.exp: New.
1330 * gdb.linespec/explicit.exp: Test -qualified.
1331 * lib/completion-support.exp (completion::explicit_opts_list): Add
1332 "-qualified".
1333 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1334
f6f1d339
PM
13352017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1336
1337 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1338
02ca603a
TT
13392017-11-29 Tom Tromey <tom@tromey.com>
1340
1341 * gdb.base/relocate.exp: Update invalid argument test.
1342 Add new tests for invalid arguments.
1343
ed6c0bfb
TP
13442017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1345
1346 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1347 Return 0 as a long.
1348 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1349
f106e10e
TP
13502017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1351
1352 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1353 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1354 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1355 func ().
1356 * gdb.cp/shadow.cc (B.func): Return 0.
1357
10329bb2
JB
13582017-11-27 Joel Brobecker <brobecker@adacore.com>
1359
1360 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1361 expected output in gdb_expect call to allow the exception
1362 message to be present as well. Fix syntax confusion to avoid
1363 TCL thinking that exception_name is an array.
1364
617cd4bc
UW
13652017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1366
1367 * gdb.arch/spu-info.c: Include <unistd.h>.
1368 (do_signal_test): Fix broken calls to write.
1369 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1370 Fix checks for empty mailboxes. Update signal tests for corrected
1371 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1372 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1373 * gdb.cell/arch.exp: Use standard_output_file.
1374 * gdb.cell/break.exp: Likewise.
1375 * gdb.cell/bt.exp: Likewise.
1376 * gdb.cell/core.exp: Likewise.
1377 * gdb.cell/dwarfaddr.exp: Likewise.
1378 * gdb.cell/ea-cache.exp: Likewise.
1379 * gdb.cell/ea-standalone.exp: Likewise.
1380 * gdb.cell/f-regs.exp: Likewise.
1381 * gdb.cell/fork.exp: Likewise.
1382 * gdb.cell/gcore.exp: Likewise.
1383 * gdb.cell/mem-access.exp: Likewise.
1384 * gdb.cell/ptype.exp: Likewise.
1385 * gdb.cell/registers.exp: Likewise.
1386 * gdb.cell/sizeof.exp: Likewise.
1387 * gdb.cell/solib-symbol.exp: Likewise.
1388 * gdb.cell/solib.exp: Likewise.
617cd4bc 1389
a81aaca0
PA
13902017-11-25 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.base/complete-empty.exp: New file.
1393 * gdb.base/completion.exp: Adjust.
1394
6a3c6ee4
PA
13952017-11-25 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.linespec/cpls-ops.cc: New file.
1398 * gdb.linespec/cpls-ops.exp: New file.
1399 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1400 factored out from ...
1401 (test_complete_prefix_range): ... this.
1402
8955eb2d
PA
14032017-11-24 Pedro Alves <palves@redhat.com>
1404
1405 * gdb.linespec/cpcompletion.exp: New file.
1406 * gdb.linespec/cpls-hyphen.cc: New file.
1407 * gdb.linespec/cpls.cc: New file.
1408 * gdb.linespec/cpls2.cc: New file.
1409 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1410 test to use test_gdb_complete_unique. Add label completion,
1411 keyword completion and explicit location completion tests.
1412 * lib/completion-support.exp: New file.
1413
e547c119
JB
14142017-11-24 Joel Brobecker <brobecker@adacore.com>
1415
1416 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1417 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1418 when hitting an exception catchpoint.
1419
7c3c1aa8
YQ
14202017-11-22 Yao Qi <yao.qi@linaro.org>
1421
1422 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1423
41bd68f5
SM
14242017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1425
1426 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1427 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1428 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1429
1daad298
YQ
14302017-11-22 Yao Qi <yao.qi@linaro.org>
1431
1432 * gdb.base/info-os.exp: Pass pthreads.
1433 * gdb.multi/multi-attach.exp: Likewise.
1434
88465e87
YQ
14352017-11-22 Yao Qi <yao.qi@linaro.org>
1436
1437 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1438 compiler.
1439
dc196b23
YQ
14402017-11-22 Yao Qi <yao.qi@linaro.org>
1441
1442 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1443 * gdb.base/break-interp.exp: Likewise.
1444 * gdb.base/jit-attach-pie.exp: Likewise.
1445
2400729e
UW
14462017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1447
1448 * gdb.base/float128.c (large128): New variable.
1449 * gdb.base/float128.exp: Add test to print largest __float128 value.
1450
7a26362d
UW
14512017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1452
1453 * gdb.arch/vsx-regs.exp: Update register content checks.
1454
ed0f4273
UW
14552017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1456
1457 * gdb.arch/ppc-longdouble.exp: New file.
1458 * gdb.arch/ppc-longdouble.c: Likewise.
1459
a25d69c6
PA
14602017-11-21 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1463
73fcf641
PA
14642017-11-20 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1467 (long_double_typedef): New typedefs.
1468 Use DEF on double and long double.
1469 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1470 cases.
1471 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1472 and 'long_double_ptr_same_size' locals. Use them to decide
1473 whether cast from array/function to float is valid/invalid.
1474
71a3c369
TT
14752017-11-17 Tom Tromey <tom@tromey.com>
1476
1477 * gdb.rust/traits.rs: New file.
1478 * gdb.rust/traits.exp: New file.
1479
ced9779b
JB
14802017-11-17 Joel Brobecker <brobecker@adacore.com>
1481
1482 * gdb.ada/minsyms: New testcase.
1483
a0922d80
PA
14842017-11-16 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1487 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1488
ea04e54c
PA
14892017-11-16 Pedro Alves <palves@redhat.com>
1490
1491 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1492 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1493
e849ea89
PA
14942017-11-16 Pedro Alves <palves@redhat.com>
1495
1496 * gdb.server/reconnect-ctrl-c.c: New file.
1497 * gdb.server/reconnect-ctrl-c.exp: New file.
1498
d8ae99a7
PM
14992017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1500
1501 * gdb.python/py-rbreak.exp: New file.
1502 * gdb.python/py-rbreak.c: New file.
1503 * gdb.python/py-rbreak-func2.c: New file.
1504
968a13f8
PA
15052017-11-16 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1508 pattern.
1509 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1510 GDB.
1511
71774bc9
SM
15122017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1513
1514 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1515 regex.
1516
ddbb44cf
SM
15172017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1518
1519 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1520 test names.
1521
584a564f
PA
15222017-11-09 Pedro Alves <palves@redhat.com>
1523
1524 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1525 factored out from ...
1526 (top level): ... here, and adjusted to avoid expecting beyond the
1527 prompt in a single gdb_test_multiple.
1528
5ed7a928
PA
15292017-11-09 Pedro Alves <palves@redhat.com>
1530
1531 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1532 output.
1533 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1534 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1535 * gdb.server/ext-run.exp ("kill" test): Likewise.
1536 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1537
a60e0738
PA
15382017-11-09 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1541 match till end of line.
1542
2c88253f
PA
15432017-11-09 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1546
c7a38517
PA
15472017-11-09 Pedro Alves <palves@redhat.com>
1548
1549 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1550 New procedures, factored out from ...
1551 (top level): ... here, and adjusted to avoid expecting beyond the
1552 prompt in one go.
1553
f29f4b6b
PA
15542017-11-09 Pedro Alves <palves@redhat.com>
1555
1556 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1557 output. Fix '?' match.
1558
286acbb5
JB
15592017-11-08 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.ada/scoped_watch: New testcase.
1562 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1563 which is actually correct.
1564 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1565 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1566
62d7ae92
PA
15672017-11-08 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.gdb/complaints.exp (test_initial_complaints)
1570 (test_serial_complaints, test_short_complaints): Call
1571 complaint_internal instead of complaint.
1572
280ca31f
DT
15732017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1574
1575 * gdb.threads/tls-core.c: New file.
1576 * gdb.threads/tls-core.exp: Likewise.
1577
b5ec771e
PA
15782017-11-08 Pedro Alves <palves@redhat.com>
1579
1580 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1581 (p Exported_Capitalized): New test.
1582 (p exported_capitalized): New test.
1583
a02b41a7
PA
15842017-11-07 Pedro Alves <palves@redhat.com>
1585
1586 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1587
95e95a6d
PA
15882017-11-07 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1591 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1592 (disable_invalid, disable_inverted, disable_negative): New
1593 procedures.
1594 ("bad numbers"): New set of tests.
1595
cee62dbd
PA
15962017-11-07 Pedro Alves <palves@redhat.com>
1597
1598 * gdb.cp/ena-dis-br-range.exp: Add tests.
1599
cc638e86
PA
16002017-11-07 Pedro Alves <palves@redhat.com>
1601
1602 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1603
d0fe4701
XR
16042017-11-07 Xavier Roirand <roirand@adacore.com>
1605 Pedro Alves <palves@redhat.com>
1606
1607 * gdb.base/ena-dis-br.exp: Add reference to
1608 gdb.cp/ena-dis-br-range.exp.
1609 * gdb.cp/ena-dis-br-range.exp: New file.
1610 * gdb.cp/ena-dis-br-range.cc: New file.
1611
46f67f80
PA
16122017-11-06 Pedro Alves <palves@redhat.com>
1613
1614 * gdb.base/attach-non-pgrp-leader.c: New.
1615 * gdb.base/attach-non-pgrp-leader.exp: New.
1616
726e1356
PA
16172017-11-06 Pedro Alves <palves@redhat.com>
1618
1619 * configure.ac: No longer check for termio.h and sgtty.h.
1620 * configure: Regenerate.
1621 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1622 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1623 Remove termio and sgtty code.
1624
50ab6ace
YQ
16252017-11-03 Yao Qi <yao.qi@linaro.org>
1626
1627 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1628 in GDB is disabled.
1629
8e68731c
YQ
16302017-11-03 Yao Qi <yao.qi@linaro.org>
1631
1632 * gdb.python/py-thrhandle.exp: Skip it if python is not
1633 enabled.
1634
3a87ae65
SM
16352017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1636
1637 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1638 as a breakpoint command.
1639
484d8d36
MD
16402017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1641
1642 PR python/21213
1643 * gdb.python/py-infthread.exp: Test calling
1644 InferiorThread.inferior () multiple times in a row.
1645
4a27f119
KS
16462017-10-27 Keith Seitz <keiths@redhat.com>
1647
1648 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1649 Test "info break" for every inlined function breakpoint.
1650
bb11dd58
YQ
16512017-10-27 Yao Qi <yao.qi@linaro.org>
1652
1653 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1654
a43f3893
PF
16552017-10-26 Patrick Frants <osscontribute@gmail.com>
1656
1657 * gdb.cp/classes.exp (test_static_members): Test printing
1658 Outer::instance.
1659 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1660 (Inner::instance, Outer::instance): New.
1661
792ccf00
PA
16622017-10-24 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1665 extra console" test in two stages.
1666
eb2bfbad
PA
16672017-10-24 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1670
1f75a651
PA
16712017-10-24 Pedro Alves <palves@redhat.com>
1672
1673 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1674 loop.
1675
779990d9
PA
16762017-10-24 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1679 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1680
ad9b8f5d
PA
16812017-10-24 Pedro Alves <palves@redhat.com>
1682
1683 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1684 parameter and handle it. Don't output read value in test name.
1685
fee6da6e
PA
16862017-10-24 Pedro Alves <palves@redhat.com>
1687
1688 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1689 custom test name.
1690
10389c2c
PA
16912017-10-24 Pedro Alves <palves@redhat.com>
1692
1693 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1694 include the unstable output directory name in the test's name.
1695 (initial_setup_simple) <'set args'>: Use custom test name.
1696
a80e65a9
PA
16972017-10-24 Pedro Alves <palves@redhat.com>
1698
1699 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1700 with explicit test name.
1701
15763a09
PA
17022017-10-20 Pedro Alves <palves@redhat.com>
1703
1704 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1705 'wait -i'. Use gdb_assert and remote_close.
1706
49a4ce2e
AB
17072017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1708
1709 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1710 number from variable rather than hard-coded.
1711
a75868f5
PA
17122017-10-19 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.base/long-inferior-output.c: New file.
1715 * gdb.base/long-inferior-output.exp: New file.
1716
c8ba13ad
KS
17172017-11-18 Keith Seitz <keiths@redhat.com>
1718
1719 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1720 method.
1721 (main): Call it.
1722 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1723 Add additional user-defined conversion operator tests.
1724
b27de576
PA
17252017-10-17 Pedro Alves <palves@redhat.com>
1726
1727 * boards/native-stdio-gdbserver.exp: Load "local-board".
1728
8484c955
PA
17292017-10-17 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.base/quit-live.c: New file.
1732 * gdb.base/quit-live.exp: New file.
1733
83d5a34d
KS
17342017-10-16 Keith Seitz <keiths@redhat.com>
1735
1736 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1737 (class_with_protected_typedef, class_with_private_typedef)
1738 (struct_with_public_typedef, struct_with_protected_typedef)
1739 (struct_with_private_typedef): New classes/structs.
1740 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1741 typedefs and access specifiers.
1742
739b3f1d
PA
17432017-10-16 Pedro Alves <palves@redhat.com>
1744 Simon Marchi <simon.marchi@polymtl.ca>
1745
1746 * README (Local vs Remote vs Native): New section.
1747 * boards/local-board.exp: New file, with bits factored out from
1748 ...
1749 * boards/native-extended-gdbserver.exp: ... here. Load
1750 "local-board".
1751 * boards/native-gdbserver.exp: Load "local-board".
1752 (${board}_spawn, ${board}_exec): Delete.
1753 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1754 ...
1755 * boards/stdio-gdbserver-base.exp: ... this new file.
1756 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1757 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1758 procedure.
1759 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1760 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1761 stdio_gdbserver_command.
1762 (${board}_get_remote_address, ${board}_get_comm_port)
1763 (${board}_download, ${board}_upload): Delete.
1764 (get_target_remote_pipe_cmd): New.
1765
fe68b953
SM
17662017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1767
1768 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1769 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1770 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1771 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1772 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1773 remove with_test_prefix.
1774
300b6685
PA
17752017-10-13 Pedro Alves <palves@redhat.com>
1776
1777 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1778 * gdb.base/annota1.exp: Use it instead of is_remote.
1779 * gdb.base/annota3.exp: Use it instead of is_remote.
1780 * gdb.cp/annota2.exp: Use it instead of is_remote.
1781 * gdb.cp/annota3.exp: Use it instead of is_remote.
1782 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1783
50500caf
PA
17842017-10-13 Pedro Alves <palves@redhat.com>
1785
1786 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1787 (test_num_test_vars, run_and_count_vars, find_env)
1788 (test_set_unset_env, test_inherit_env_var): New procedures.
1789 (top level): Use them.
1790
dad0c6d2
PA
17912017-10-13 Pedro Alves <palves@redhat.com>
1792
1793 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1794 also skip on stub-like targets.
1795
8b0553c1
PA
17962017-10-13 Pedro Alves <palves@redhat.com>
1797
1798 PR gdb/22293
1799 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1800 (top level): Move some tests to ...
1801 (test_not_found): ... this new procedure.
1802 (top level): Call it.
1803
7594f623
PA
18042017-10-13 Pedro Alves <palves@redhat.com>
1805
1806 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1807 expect different "info terminal" output if testing with a
1808 non-native target.
1809
ebe3b402
PA
18102017-10-13 Pedro Alves <palves@redhat.com>
1811 Simon Marchi <simon.marchi@polymtl.ca>
1812
1813 PR python/12966
1814 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1815
42f1b161
PA
18162017-10-13 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1819 already.
1820
8d6ef72b
PA
18212017-10-13 Pedro Alves <palves@redhat.com>
1822
1823 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1824 is_remote.
1825
d7bcd5b8
PA
18262017-10-13 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1829 is_remote.
1830
df479dc6
PA
18312017-10-13 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1834 is set.
1835 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1836 instead of is_remote.
1837
23fb630a
PA
18382017-10-13 Pedro Alves <palves@redhat.com>
1839
1840 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1841 (top level): Add comment.
1842
cc77b1dc
PA
18432017-10-13 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.base/remote.exp (top level): Fix comment typo and add
1846 missing return.
1847
27c9e813
PA
18482017-10-13 Pedro Alves <palves@redhat.com>
1849 Simon Marchi <simon.marchi@polymtl.ca>
1850
1851 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1852 calls and add comments. Skip test if use_gdb_stub is set.
1853 (top level): Use "set cwd" command instead of "cd" command.
1854
5e830d98
PA
18552017-10-13 Pedro Alves <palves@redhat.com>
1856
1857 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1858 is_remote target check.
1859
f5ca0032
PA
18602017-10-13 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.base/scope.exp: Use build_executable + clean_restart +
1863 gdb_file_cmd instead of prepare_for_testing and no longer skip
1864 "before run" tests on is_remote target boards. Update comments.
1865 * boards/native-extended-gdbserver.exp
1866 (extended_gdbserver_load_last_file): New, factored out from ...
1867 (gdb_load): ... this. Move further below and add comment.
1868 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1869
8aed1c0d
PA
18702017-10-12 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.base/attach.exp: Remove references to gdb64.
1873 * gdb.base/dbx.exp: Remove references to gdb64.
1874
cfa34c87
SM
18752017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1876 Pedro Alves <palves@redhat.com>
1877
1878 * gdb.base/label.exp: Remove is_remote target check.
1879
9192b7de
PA
18802017-10-12 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.base/auvx.exp (coredir): Update comment.
1883 (top level) <core_works>: Use "set cwd" command instead of "cd"
1884 command.
1885
6bf0052d
PA
18862017-10-12 Pedro Alves <palves@redhat.com>
1887 Simon Marchi <simon.marchi@polymtl.ca>
1888
1889 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1890 target boards.
1891
e48ef82d
PA
18922017-10-12 Pedro Alves <palves@redhat.com>
1893 Simon Marchi <simon.marchi@polymtl.ca>
1894
1895 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1896 Instead skip if there's any gdb_protocol set.
1897
8d7aea57
SM
18982017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1899 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1902
30440677
PA
19032017-10-12 Pedro Alves <palves@redhat.com>
1904 Simon Marchi <simon.marchi@polymtl.ca>
1905
1906 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1907 instead of on dejagnu remote boards.
1908
4e04f045 19092017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1910 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1911
1912 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1913 checks. Use build_executable + clean_restart instead of
1914 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1915 of enabling non-stop after starting gdb.
1916
871a186e
PA
19172017-10-12 Pedro Alves <palves@redhat.com>
1918
1919 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1920 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1921 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1922 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1923
56d704da
AK
19242017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1925
1926 * gdb.arch/arc-tdesc-cpu.exp: New file.
1927 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1928
2f20e312
SM
19292017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1930
1931 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1932
65630365
PA
19332017-10-10 Pedro Alves <palves@redhat.com>
1934
1935 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1936 expect CLI output.
1937
bf469271
PA
19382017-10-10 Pedro Alves <palves@redhat.com>
1939
1940 * lib/selftest-support.exp (selftest_setup): Update for
1941 captured_command_loop's prototype change.
1942
777a42f1
PA
19432017-10-09 Pedro Alves <palves@redhat.com>
1944
1945 Test both arch1=>arch2 and arch2=>arch1.
1946
1947 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1948 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1949 factored out to...
1950 (append_arch1_options, append_arch2_options, append_arch_options)
1951 (build_executables): New procedures.
1952 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1953 local.
1954 (top level): Add new 'first_arch' testing axis.
1955
cbd2b4e3
PA
19562017-10-09 Pedro Alves <palves@redhat.com>
1957
1958 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1959 (barrier): New.
1960 (thread_start, all_started): New functions.
1961 (main): Spawn new thread and wait until it is scheduled.
1962 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1963 option.
1964 (do_test): Add 'selected_thread' parameter. Run to all_started
1965 instead of main. Explicitly set the breakpoint at main. Switch
1966 to the SELECTED_THREAD thread.
1967 (top level): Test handling the exec event with either the main
1968 thread or the second thread selected.
1969
5c9e4427
PA
19702017-10-09 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1973 logic. Move STOP marker after the value checks.
1974 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1975 regexp.
1976
b3b7c423
SL
19772017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1978
1979 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1980
3b4b2f16
UW
19812017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1982
1983 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1984 integer-to-dfp conversion.
1985 * gdb.base/dfp-test.exp: Likewise.
1986
5cd63fda
PA
19872017-10-04 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.multi/hangout.c: Include <unistd.h>.
1990 (hangout_loop): New function.
1991 (main): Call alarm. Call hangout_loop in a loop.
1992 * gdb.multi/hello.c: Include <unistd.h>.
1993 (hello_loop): New function.
1994 (main): Call alarm. Call hangout_loop in a loop.
1995 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1996 inferior with the other selected.
1997
4c71c105
SM
19982017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1999
2000 * gdb.mi/list-thread-groups-available.exp: New file.
2001 * gdb.mi/list-thread-groups-available.c: New file.
2002
bc3b087d
SDJ
20032017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2004
2005 * gdb.base/set-cwd.exp: Make it available on
2006 native-extended-gdbserver.
2007
d092c5a2
SDJ
20082017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2009
2010 * gdb.base/set-cwd.c: New file.
2011 * gdb.base/set-cwd.exp: Likewise.
2012
45320ffa
TT
20132017-10-02 Tom Tromey <tom@tromey.com>
2014
2015 PR rust/22236:
2016 * gdb.rust/simple.rs (main): New variable "fslice".
2017 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2018
b3e3859b
TT
20192017-10-02 Tom Tromey <tom@tromey.com>
2020
2021 * gdb.rust/simple.exp: Test ptype of a slice.
2022
01af5e0d
TT
20232017-10-02 Tom Tromey <tom@tromey.com>
2024
2025 * gdb.rust/simple.exp: Test index of slice.
2026
a9bbfbd8
TT
20272017-09-27 Tom Tromey <tom@tromey.com>
2028
2029 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2030
df8899e5
TP
20312017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2032 Pedro Alves <palves@redhat.com>
2033
2034 * gdb.base/compare-sections.exp (get value of read-only section): Read
2035 as unsigned value.
2036 (corrupt read-only section): Likewise and don't set written if patching
2037 failed.
2038
757bf54b
KB
20392017-09-21 Kevin Buettner <kevinb@redhat.com>
2040
2041 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2042 files.
2043
06871ae8
PA
20442017-09-20 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2047 symbol names in gdb's output.
2048 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2049
e5f25bc5
PA
20502017-09-20 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2053 Rename to ...
2054 (test_list_ambiguous_symbol): ... this and add a symbol name
2055 parameter. Adjust.
2056 (test_list_ambiguous_function): Reimplement on top of
2057 test_list_ambiguous_symbol and also test listing ambiguous
2058 variables.
2059 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2060 (ambiguous_fun): ... this.
2061 (ambiguous_var): New.
2062 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2063 (ambiguous_fun): ... this.
2064 (ambiguous_var): New.
2065
4e5a4f58
JB
20662017-09-19 John Baldwin <jhb@FreeBSD.org>
2067
2068 * gdb.base/starti.c: New file.
2069 * gdb.base/starti.exp: New file.
2070 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2071
26e53f3e
PA
20722017-09-14 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2075 (top level): Use it instead of runto.
2076
cb791d59
TT
20772017-09-11 Tom Tromey <tom@tromey.com>
2078
2079 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2080
7c96f8c1
TT
20812017-09-11 Tom Tromey <tom@tromey.com>
2082
2083 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2084 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2085
469412dd
CW
20862017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2087
2088 * gdb.fortran/printing-types.exp: New file.
2089 * gdb.fortran/printing-types.exp: New file.
2090
e0f86435
BH
20912017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2092
2093 * gdb.fortran/vla-ptype.exp: Fix typos.
2094 * gdb.fortran/vla-value.exp: Same.
2095
9e9af4be
BH
20962017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2097
2098 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2099 * gdb.mi/mi-var-child-f.exp: Likewise.
2100 * gdb.mi/mi-vla-fortran.exp: Likewise.
2101
a5ad232b
FP
21022017-09-08 Frank Penczek <frank.penczek@intel.com>
2103 Christoph Weinmann <christoph.t.weinmann@intel.com>
2104 Bernhard Heckel <bernhard.heckel@intel.com>
2105
2106 * gdb.fortran/ptr-indentation.f90: New file.
2107 * gdb.fortran/ptr-indentation.exp: New file.
2108
5aec60eb
TT
21092017-09-05 Tom Tromey <tom@tromey.com>
2110
2111 PR gdb/22010:
2112 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2113
8f8f8152
TP
21142017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2115
2116 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2117
fbd1b771
JK
21182017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2119
2120 * gdb.threads/tls-nodebug-pie.c: New file.
2121 * gdb.threads/tls-nodebug-pie.exp: New file.
2122
5eb5f850
TT
21232017-09-05 Tom Tromey <tom@tromey.com>
2124
2125 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2126 for rust.
2127
ae780a21
SM
21282017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2129
2130 * gdb.multi/multi-arch-exec.exp: Test with different
2131 "follow-exec-mode" settings.
2132 (do_test): New procedure.
2133
3693fdb3
PA
21342017-09-04 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/func-static.c (S::method const, S::method volatile)
2137 (S::method volatile const): New methods.
2138 (c_s, v_s, cv_s): New instances.
2139 (main): Call method() on them.
2140 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2141 (cannot_resolve): New procedure.
2142 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2143 print-quote-unquoted columns.
2144 (do_test): Test printing each scope too.
2145
e68cb8e0
PA
21462017-09-04 Pedro Alves <palves@redhat.com>
2147
2148 * gdb.base/local-static.exp: Also test with
2149 class::method::variable wholly quoted.
2150 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2151
858be34c
PA
21522017-09-04 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.base/local-static.c: New.
2155 * gdb.base/local-static.cc: New.
2156 * gdb.base/local-static.exp: New.
2157
46a4882b
PA
21582017-09-04 Pedro Alves <palves@redhat.com>
2159
2160 * gdb.asm/asm-source.exp: Add casts to int.
2161 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2162 (dataglobal64_1, dataglobal64_2): New globals.
2163 * gdb.base/nodebug.exp: Test different expressions involving the
2164 new globals, with print, whatis and ptype. Add casts to int.
2165 * gdb.base/solib-display.exp: Add casts to int.
2166 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2167 * gdb.cp/m-static.exp: Add cast to int.
2168 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2169 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2170 tls variable with no debug info without a cast. Test with a cast
2171 to int too.
2172 * gdb.trace/entry-values.exp: Add casts.
2173
2c5a2be1
PA
21742017-09-04 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/nodebug.exp: Test that ptype's error about functions
2177 with unknown return type includes the function name too.
2178
7022349d
PA
21792017-09-04 Pedro Alves <palves@redhat.com>
2180
2181 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2182 return type of munmap in infcall.
2183 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2184 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2185 type of ftell in infcall.
2186 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2187 type of getpid in infcall.
2188 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2189 infcall.
2190 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2191 Bail on failure to extract the pid.
2192 * gdb.base/nodebug.c: #include <stdint.h>.
2193 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2194 New functions.
2195 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2196 Change expected output of print/whatis/ptype with functions with
2197 no debug info. Test all supported languages. Call
2198 test_call_promotion.
2199 * gdb.compile/compile.exp: Adjust expected output to expect
2200 warning.
2201 * gdb.threads/siginfo-threads.exp: Likewise.
2202
54990598
PA
22032017-09-04 Pedro Alves <palves@redhat.com>
2204
2205 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2206 "prototypes". Test calling float functions via prototyped and
2207 unprototyped function pointers.
2208 (perform_all_tests): New parameter "prototypes". Pass it down.
2209 (top level): Pass down "prototypes" parameter to
2210 perform_all_tests.
2211
34d16ea2
SM
22122017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2213
2214 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2215 Test with nested loops.
2216
9521ecda
SM
22172017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2218
2219 * gdb.base/commands.exp: Call the new procedures.
2220 (loop_break_test, loop_continue_test): New procedures.
2221
80a65e9b
SM
22222017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2223
2224 * gdb.base/commands.exp: Call new procedure.
2225 (define_if_without_arg_test): New procedure.
2226
e439fa14
PA
22272017-09-04 Pedro Alves <palves@redhat.com>
2228
2229 * gdb.base/list-ambiguous.exp: New file.
2230 * gdb.base/list-ambiguous0.c: New file.
2231 * gdb.base/list-ambiguous1.c: New file.
2232 * gdb.base/list.exp (test_list_range): Adjust expected output.
2233
0a2dde4a
SDJ
22342017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2235
2236 * gdb.base/share-env-with-gdbserver.c: New file.
2237 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2238
5e89eb3a
SM
22392017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2240
2241 * gdb.base/commands.exp (gdbvar_simple_if_test,
2242 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2243 progvar_simple_if_test, progvar_simple_while_test,
2244 progvar_complex_if_while_test, user_defined_command_test,
2245 user_defined_command_args_eval,
2246 user_defined_command_args_stack_test,
2247 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2248 temporary_breakpoint_commands,
2249 gdb_test_no_prompt, redefine_hook_test,
2250 redefine_backtrace_test): Remove "global gdb_prompt".
2251
fd437cbc
SM
22522017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2253
2254 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2255 New proc, call it from toplevel.
2256
87215ad1
SDJ
22572017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2258
2259 PR remote/21852
2260 * gdb.server/normal.c: New file, copied from gdb.base.
2261 * gdb.server/run-without-local-binary.exp: New file.
2262
58afddc6
WP
22632017-08-07 Weimin Pan <weimin.pan@oracle.com>
2264
2265 * gdb.arch/sparc64-adi.exp: New file.
2266 * gdb.arch/sparc64-adi.c: New file.
2267
5277199a
PA
22682017-08-22 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2271 (top level): Add "list all overloads" tests.
2272
14278e1f
TT
22732017-08-22 Tom Tromey <tom@tromey.com>
2274
2275 * gdb.gdb/xfullpath.exp: Remove.
2276
bf223d3e
PA
22772017-08-21 Pedro Alves <palves@redhat.com>
2278
2279 PR gdb/19487
2280 * gdb.base/symbol-alias.c: New.
2281 * gdb.base/symbol-alias2.c: New.
2282 * gdb.base/symbol-alias.exp: New.
2283
c973d0aa
PA
22842017-08-21 Pedro Alves <palves@redhat.com>
2285
2286 * gdb.base/dfp-test.c
2287 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2288 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2289 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2290 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2291 * gdb.base/whatis-ptype-typedefs.c: New.
2292 * gdb.base/whatis-ptype-typedefs.exp: New.
2293 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2294 (an_int, an_int_type, an_int_type2): New globals.
2295 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2296 involving typedefs and cast expressions.
2297 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2298 (lookup_typedefs_function): New.
2299 (typedefs_pretty_printers_dict): New.
2300 (top level): Register lookup_typedefs_function in
2301 gdb.pretty_printers.
2302
6d580b63
YQ
23032017-08-18 Yao Qi <yao.qi@linaro.org>
2304
2305 * gdb.server/unittest.exp: New.
2306
206726fb
SDJ
23072017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2308
2309 PR gdb/21954
2310 * gdb.base/environ.exp: Add test to check if 'unset environment'
2311 works.
2312
bf0ec4c2
AA
23132017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2314
2315 * lib/gdb.exp (universal_compile_options): New caching proc.
2316 (gdb_compile): Suppress GCC's coloring of messages.
2317
d6382fff
TT
23182017-08-14 Tom Tromey <tom@tromey.com>
2319
2320 PR gdb/21675:
2321 * gdb.base/printcmds.exp (test_radices): New function.
2322 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2323 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2324 * lib/gdb.exp (get_integer_valueof): Use p/d.
2325
c2c2dd9f
SM
23262017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2327
2328 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2329 characters.
2330
fdffd6f4
TT
23312017-08-05 Tom Tromey <tom@tromey.com>
2332
2333 * gdb.rust/simple.exp: Allow String to appear in a different
2334 namespace.
2335
27d41eac
YQ
23362017-07-26 Yao Qi <yao.qi@linaro.org>
2337
2338 * gdb.gdb/unittest.exp: Invoke command
2339 "maintenance check xml-descriptions".
2340
031ed05d
AA
23412017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2342
2343 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2344 calling context.
2345 (hex128): Drop erroneous calculation of parameters.
2346
dcd27ddf
SM
23472017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2348
2349 * gdb.python/py-unwind.exp: Disable stack protection when
2350 building test file.
2351
47e77640
PA
23522017-07-20 Pedro Alves <palves@redhat.com>
2353
2354 * gdb.base/default.exp (set language): Adjust expected output.
2355
62d2a18a
PA
23562017-07-20 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2359 (test_minsym): ... this, and make static.
2360 (get_pck__foo__bar__minsym): Rename to ...
2361 (get_test_minsym): ... this.
2362 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2363 symbol names and comments.
2364 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2365 (get_test_minsym): ... this.
2366 (pck__foo__bar__minsym__2): Rename to ...
2367 (test_minsym): ... this.
2368 (main): Adjust.
2369
c45ec17c
PA
23702017-07-17 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.base/completion.exp: Adjust expected output.
2373 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2374 the completer works.
2375
c6756f62
PA
23762017-07-17 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2379
5bd68487
AB
23802017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2383
8880f2a9
TT
23842017-07-14 Tom Tromey <tom@tromey.com>
2385
2386 PR rust/21764:
2387 * gdb.rust/simple.exp: Add tests.
2388
65547233
TT
23892017-07-14 Tom Tromey <tom@tromey.com>
2390
2391 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2392
8f14146e
PA
23932017-07-14 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.linespec/base/one/thefile.cc (z1): New function.
2396 * gdb.linespec/base/two/thefile.cc (z2): New function.
2397 * gdb.linespec/linespec.exp: Add tests.
2398
b4365d02
AB
23992017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2402 to mi_create_breakpoint.
2403
5d2cbaa5
AB
24042017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2405
2406 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2407 mi_create_breakpoint.
2408
11cb5716
IB
24092017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2410
2411 * gdb.dlang/demangle.exp: Update for demangling changes.
2412
03278692
TT
24132017-07-09 Tom Tromey <tom@tromey.com>
2414
2415 * gdb.dwarf2/shortpiece.exp: New file.
2416
33c5cd75
DB
24172017-07-06 David Blaikie <dblaikie@gmail.com>
2418
2419 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2420 built from fissiont-multi-cu{1,2}.c.
2421 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2422 except putting 'main' and 'func' in separate CUs in the same DWO file.
2423 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2424 test.
2425 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2426 test.
2427
8455d262
PA
24282017-07-06 Pedro Alves <palves@redhat.com>
2429
2430 * gdb.python/py-unwind.exp: Test flushregs.
2431
dc4bde35
SDJ
24322017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2433
2434 PR cli/21688
2435 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2436 tests for alias commands and trailing whitespace.
2437
51ed89aa
SDJ
24382017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2439
2440 PR cli/21688
2441 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2442 procedure. Call it.
2443
eb17d413
PA
24442017-06-29 Pedro Alves <palves@redhat.com>
2445
2446 * gdb.base/printcmds.exp: Add tests.
2447
41664b45
DG
24482017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2449
2450 PR gdb/21337
2451 * gdb.base/reread-readsym.exp: New file.
2452 * gdb.base/reread-readsym.c: New file.
2453
75312ae3
KB
24542017-06-21 Kevin Buettner <kevinb@redhat.com>
2455
2456 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2457 subpattern.
2458
66953522
PB
24592017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2460
2461 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2462 extended mnemonic.
2463 * gdb.arch/powerpc-power9.s: Likewise.
2464
5524b525
AA
24652017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2466
2467 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2468 on 32-bit x86 targets. Exploit is_*_target macros where
2469 appropriate.
2470
03c8af18
AA
24712017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2472
2473 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2474 register pieces.
2475
3bf31011
AA
24762017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2477
2478 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2479 located in one or more DWARF pieces.
2480
805acca0
AA
24812017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2482
2483 * lib/gdb.exp (get_endianness): New proc.
2484 * gdb.arch/aarch64-fp.exp: Use it.
2485 * gdb.arch/altivec-regs.exp: Likewise.
2486 * gdb.arch/e500-regs.exp: Likewise.
2487 * gdb.arch/vsx-regs.exp: Likewise.
2488 * gdb.base/dump.exp: Likewise.
2489 * gdb.base/funcargs.exp: Likewise.
2490 * gdb.base/gnu_vector.exp: Likewise.
2491 * gdb.dwarf2/formdata16.exp: Likewise.
2492 * gdb.dwarf2/implptrpiece.exp: Likewise.
2493 * gdb.dwarf2/nonvar-access.exp: Likewise.
2494 * gdb.python/py-inferior.exp: Likewise.
2495 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2496
e9352324
AA
24972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2498
2499 PR gdb/21226
2500 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2501 stack value pieces are taken from the LSB end.
2502
d5d1163e
AA
25032017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2504
2505 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2506 variable at nonzero offset.
2507
0567c986
AA
25082017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2509
2510 * gdb.dwarf2/var-access.c: New file.
2511 * gdb.dwarf2/var-access.exp: New test.
2512 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2513
973e9aab
TT
25142017-06-12 Tom Tromey <tom@tromey.com>
2515
2516 * gdb.dwarf2/formdata16.exp: Add tests.
2517
d9109c80
TT
25182017-06-12 Tom Tromey <tom@tromey.com>
2519
2520 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2521
30a25466
TT
25222017-06-12 Tom Tromey <tom@tromey.com>
2523
2524 PR exp/16225:
2525 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2526 * gdb.arch/vsx-regs.exp: Update tests.
2527 * gdb.arch/s390-vregs.exp (hex128): New proc.
2528 Update test.
2529 * gdb.arch/altivec-regs.exp: Update tests.
2530
aefd8b33
SDJ
25312017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2532
2533 * gdb.base/startup-with-shell.c: New file.
2534 * gdb.base/startup-with-shell.exp: Likewise.
2535
2090129c
SDJ
25362017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2537
2538 * gdb.server/non-existing-program.exp: Update regex in order to
2539 reflect the fact that gdbserver is now using fork_inferior (with a
2540 shell) to startup the inferior.
2541
8e86a419
SM
25422017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2543
2544 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2545 support function calls from GDB.
2546
e6cf65f2
TT
25472017-05-21 Tom Tromey <tom@tromey.com>
2548
2549 PR rust/21466:
2550 * gdb.rust/unsized.exp: New file.
2551 * gdb.rust/unsized.rs: New file.
2552
43cc5389
TT
25532017-05-19 Tom Tromey <tom@tromey.com>
2554
2555 PR rust/21484:
2556 * gdb.rust/watch.exp: New file.
2557 * gdb.rust/watch.rs: New file.
2558
ec8df234
TT
25592017-05-18 Tom Tromey <tom@tromey.com>
2560
2561 * gdb.rust/simple.exp: Allow Box to be qualified.
2562
3e3e7fae
TP
25632017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2564
2565 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2566
59cc050d
PA
25672017-05-18 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.base/fileio.c (test_write, test_read, test_close)
2570 (test_fstat): Don't print 'ret' in the fail path.
2571
c8f6abd1
PA
25722017-05-18 Pedro Alves <palves@redhat.com>
2573
2574 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2575 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2576 (test_system, test_rename, test_unlink, test_time): Change
2577 prototypes.
2578 * gdb.base/fileio.exp (stop_msg): Adjust.
2579
d2a03b77
PA
25802017-05-18 Pedro Alves <palves@redhat.com>
2581
2582 * gdb.base/fileio.c (null_str): New global.
2583 (test_stat): Use it.
2584 * gdb.base/fileio.exp: Remove nowarnings.
2585
0d5c6999
YQ
25862017-05-17 Yao Qi <yao.qi@linaro.org>
2587
2588 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2589
21873064
YQ
25902017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2591
2592 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2593 argument command.
2594 (top-level): Invoke test_set_inferior_tty.
2595
d512d31c
PA
25962017-05-04 Pedro Alves <palves@redhat.com>
2597
2598 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2599 Add parens to print call for Python 3.
2600
90cef2ed
KS
26012017-05-03 Keith Seitz <keiths@redhat.com>
2602
2603 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2604 (main): Call it.
2605
14f819c8
TW
26062017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2607
2608 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2609 to prev and next.
2610
913aeadd
TW
26112017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2612
2613 * gdb.python/py-record-btrace.exp: Remove test for
2614 gdb.BtraceInstruction.error.
2615
a3be24ad
TW
26162017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2617
2618 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2619
ae20e79a
TW
26202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2621
2622 * gdb.python/py-record-btrace-threads.c: New file.
2623 * gdb.python/py-record-btrace-threads.exp: New file.
2624
45ce1b47
SDJ
26252017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2626
2627 PR testsuite/8595
2628 * gdb.base/environ.exp: Make test available in all architectures.
2629 Move bits related to "info program" testing to
2630 gdb.base/info-program.exp. Rewrite tests to use the two new
2631 procedures mentione below.
2632 (test_set_show_env_var) New procedure.
2633 (test_set_show_env_var_equal): Likewise.
2634 * gdb.base/info-program.exp: New file.
2635
e15c3eb4
KS
26362017-04-27 Keith Seitz <keiths@redhat.com>
2637
2638 * gdb.cp/oranking.cc (test15): New function.
2639 (main): Call test15 and declare additional variables for testing.
2640 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2641 "p foo101('abc')" tests.
2642 Add tests for cv qualifier overloads.
2643 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2644 "lvalue reference overload" test.
2645 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2646 "print value of f1 on Child&& in f2" test.
2647
3a3fd0fd
PA
26482017-04-19 Pedro Alves <palves@redhat.com>
2649
2650 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2651 procedure.
2652 (top level): Call it.
2653 * lib/gdb.exp (gdb_define_cmd): New procedure.
2654
53375380
PA
26552017-04-12 Pedro Alves <palves@redhat.com>
2656
2657 PR gdb/21323
2658 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2659 (wchar): New global.
2660 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2661 (do_test_wide_char, wide_char_types_no_program, top level): Add
2662 wchar_t testing.
2663
53e710ac
PA
26642017-04-12 Pedro Alves <palves@redhat.com>
2665
2666 PR c++/21323
2667 * gdb.cp/wide_char_types.c: New file.
2668 * gdb.cp/wide_char_types.exp: New file.
2669
0ad9d8c7
SDJ
26702017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2671
2672 PR gdb/21352
2673 * gdb.trace/tsv.exp: Add test for "tsave -r".
2674
b1b45502
IB
26752017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2676
2677 * gdb.dlang/watch-loc.c: New file.
2678 * gdb.dlang/watch-loc.exp: New file.
2679
ec13808e
JK
26802017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2683
fe5f7374
AK
26842017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2685
2686 * gdb.arch/arc-analyze-prologue.S: New file.
2687 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2688
eea78757
AK
26892017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2690
2691 * gdb.arch/arc-decode-insn.S: New file.
2692 * gdb.arch/arc-decode-insn.exp: Likewise.
2693
5badf10a
IR
26942017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2695
2696 PR tdep/20928
2697 * gdb.arch/sparc64-regs.exp: New file.
2698 * gdb.arch/sparc64-regs.S: Likewise.
2699
cee59b3f
TW
27002017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2701
2702 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2703 and memory view on Python 3.
2704
c0f55cc6
AV
27052017-03-20 Artemiy Volkov <artemiyv@acm.org>
2706 Keith Seitz <keiths@redhat.com>
2707
2708 PR gdb/14441
2709 * gdb.cp/demangle.exp: Add rvalue reference tests.
2710 * gdb.cp/rvalue-ref-casts.cc: New file.
2711 * gdb.cp/rvalue-ref-casts.exp: New file.
2712 * gdb.cp/rvalue-ref-overload.cc: New file.
2713 * gdb.cp/rvalue-ref-overload.exp: New file.
2714 * gdb.cp/rvalue-ref-params.cc: New file.
2715 * gdb.cp/rvalue-ref-params.exp: New file.
2716 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2717 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2718 * gdb.cp/rvalue-ref-types.cc: New file.
2719 * gdb.cp/rvalue-ref-types.exp: New file.
2720 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2721 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2722
51457a05
MAL
27232017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2724
2725 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2726 New procedure.
2727
5b291c04
MAL
27282017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2729
2730 * lib/mi-support.exp (mi_gdb_test): Add additional message
2731 for unexpected output.
2732
59a56148
AA
27332017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2734
2735 * gdb.base/examine-backward.c (Barrier): New character array
2736 constant, to ensure that TestStrings is preceded by a string
2737 terminator.
2738
7942e96e
AA
27392017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2740
2741 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2742 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2743 and implicit pointer into such a location.
2744
6ebac3fb
DE
27452017-03-16 Doug Evans <dje@google.com>
2746
2747 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2748
ec3b243d
TP
27492017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2750
2751 * gdb.cp/m-static.exp: Fix expectation for prototype of
2752 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2753
27542017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2755
2756 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2757 * gdb.guile/scm-lazy-string.c: New file.
2758 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2759 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2760 for pointer, array, typedef lazy strings.
2761
2cc36e25 27622017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2763
2764 PR python/17728, python/18439, python/18779
2765 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2766 * gdb.python/py-lazy-string.c (pointer): New typedef.
2767 (main): New locals ptr, array, typedef_ptr.
2768 * gdb.python/py-value.exp: Move lazy string tests to ...
2769 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2770 array, typedef lazy strings.
ec3b243d 2771
0efcde63
AK
27722017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2773
2774 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2775 Add optional 'test' parameter.
2776
7978d7c3
SM
27772017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2778
2779 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2780 Skip for versions of DejaGnu < 1.5.
2781
896c0c1e
SM
27822017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2783
2784 * lib/gdb.exp (dejagnu_version): New proc.
2785 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2786 Use dejagnu_version.
2787
5f4d1085
KS
27882017-03-10 Keith Seitz <keiths@redhat.com>
2789
2790 PR c++/8128
2791 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2792 type from destructor regexps.
2793 Add a branch which actually passes the test.
2794 Adjust "ptype t5i" test names.
2795
1de05205
PA
27962017-03-08 Pedro Alves <palves@redhat.com>
2797
2798 * gdb.base/step-over-exit.exp: Add explicit test message.
2799
c65d6b55
PA
28002017-03-08 Pedro Alves <palves@redhat.com>
2801
2802 PR gdb/18360
2803 * gdb.threads/interrupt-while-step-over.c: New file.
2804 * gdb.threads/interrupt-while-step-over.exp: New file.
2805
2e86a283
PA
28062017-03-08 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2809 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2810
25dcbff6
PA
28112017-03-08 Pedro Alves <palves@redhat.com>
2812
2813 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2814 PKRU as not supported as a PASS.
2815
dc9366eb
PA
28162017-03-08 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2819 prefix instead of $binfile1/$binfile2.
2820 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2821 in test message.
2822 * gdb.python/py-completion.exp: Use "load python file" as test
2823 messages instead of unstable path names.
2824
6e5d74e7
PA
28252017-03-08 Pedro Alves <palves@redhat.com>
2826 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 PR cli/21218
2829 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2830 New proc.
2831 (top level): Call it.
2832
9753a2f6
PA
28332017-03-08 Pedro Alves <palves@redhat.com>
2834
2835 PR tui/21216
2836 * gdb.tui/tui-nl-filtered-output.exp: New file.
2837
1a4dd9dd
PA
28382017-03-08 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.base/completion.exp: Move TUI completion tests to ...
2841 * gdb.tui/completion.exp: ... this new file.
2842
7cbbff33
PA
28432017-03-08 Pedro Alves <palves@redhat.com>
2844
2845 * gdb.base/tui-disasm-long-lines.c,
2846 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2847 gdb.base/tui-layout.exp: Move to ...
2848 * gdb.tui/: ... this new directory.
2849
5f6fd321
PA
28502017-03-07 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.base/tui-layout.c: New file.
2853 * gdb.base/tui-layout.exp: New file.
2854
44959fa8
PA
28552017-03-07 Pedro Alves <palves@redhat.com>
2856
2857 * gdb.base/tui-layout.c: Rename to ...
2858 * gdb.base/tui-disasm-long-lines.c: ... this.
2859 * gdb.base/tui-layout.exp: Rename to ...
2860 * gdb.base/tui-disasm-long-lines.exp: ... this.
2861
f8c4e718
PA
28622017-03-07 Pedro Alves <palves@redhat.com>
2863
2864 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2865
6dbb839a 28662017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2867
2868 * i386-mpx-call.c: New file.
2869 * i386-mpx-call.exp: New file.
2870
65b48a81
PB
28712017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2872
2873 * gdb.arch/powerpc-power.exp: Delete test.
2874 * gdb.arch/powerpc-power.s: Likewise.
2875 * gdb.disasm/disassembler-options.exp: New test.
2876 * gdb.arch/powerpc-altivec.exp: Likewise.
2877 * gdb.arch/powerpc-altivec.s: Likewise.
2878 * gdb.arch/powerpc-altivec2.exp: Likewise.
2879 * gdb.arch/powerpc-altivec2.s: Likewise.
2880 * gdb.arch/powerpc-altivec3.exp: Likewise.
2881 * gdb.arch/powerpc-altivec3.s: Likewise.
2882 * gdb.arch/powerpc-power7.exp: Likewise.
2883 * gdb.arch/powerpc-power7.s: Likewise.
2884 * gdb.arch/powerpc-power8.exp: Likewise.
2885 * gdb.arch/powerpc-power8.s: Likewise.
2886 * gdb.arch/powerpc-power9.exp: Likewise.
2887 * gdb.arch/powerpc-power9.s: Likewise.
2888 * gdb.arch/powerpc-vsx.exp: Likewise.
2889 * gdb.arch/powerpc-vsx.s: Likewise.
2890 * gdb.arch/powerpc-vsx2.exp: Likewise.
2891 * gdb.arch/powerpc-vsx2.s: Likewise.
2892 * gdb.arch/powerpc-vsx3.exp: Likewise.
2893 * gdb.arch/powerpc-vsx3.s: Likewise.
2894 * gdb.arch/arm-disassembler-options.exp: Likewise.
2895 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2896 * gdb.arch/s390-disassembler-options.exp: Likewise.
2897
17cd4947
LM
28982017-02-23 Luis Machado <lgustavo@codesourcery.com>
2899
2900 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2901 (check_supported_features): ... this. Changed return type to void.
2902 (supports_rdseed): New static global.
2903 (rdseed): Check supports_rdseed.
2904 (initialize): Call check_supported_features.
2905
2039d74e
EBM
29062017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2907
2908 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2909 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2910 and lqarx/stqcx.
2911 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2912 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2913
a51d7ecf
EBM
29142017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2915
2916 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2917 uppercase.
2918
0224619f
JK
29192017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2920
2921 * gdb.dwarf2/formdata16.c: New file.
2922 * gdb.dwarf2/formdata16.exp: New file.
2923 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2924
216f72a1
JK
29252017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2926
2927 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2928 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2929 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2930 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2931 DW_AT_GNU_*.
2932
43988095
JK
29332017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2934
2935 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2936
99e8a4f9
SDJ
29372017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2938
2939 PR gdb/21164
2940 * gdb.base/maint.exp: Add testcases for when the commands do
2941 not have arguments.
2942
b58a8c0c
TP
29432017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2944
2945 * gdb.cp/chained-calls.exp: Use p instead of P.
2946
4e746bb6
TW
29472017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2948
2949 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2950 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2951
3f77c769
TT
29522017-02-14 Tom Tromey <tom@tromey.com>
2953
2954 PR python/13598:
2955 * gdb.python/py-events.exp: Add before_prompt event tests.
2956
075beec0
AA
29572017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2958
2959 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2960
bf5f525c
LM
29612017-02-13 Luis Machado <lgustavo@codesourcery.com>
2962
2963 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2964 (main): Call my_unique_function_name.
2965 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2966 completion of patterns with a single match.
2967 Add missing -re switches to gdb_test_multiple calls.
2968
13a66184
LM
29692017-02-13 Luis Machado <lgustavo@codesourcery.com>
2970
2971 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2972 return if core file is not recognized.
2973
26a06916
SM
29742017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2975
2976 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2977 and extra UIs.
2978
b761ca9e
SM
29792017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2980
2981 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2982 proc_with_prefix.
2983
b964bee0
TT
29842017-02-10 Tom Tromey <tom@tromey.com>
2985
2986 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2987
18da0c51
MG
29882017-02-10 Martin Galvan <martingalvan@sourceware.org>
2989
2990 PR gdb/21122
2991 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2992
604c4576
JG
29932017-02-08 Jerome Guitton <guitton@adacore.com>
2994
2995 * gdb.base/define.exp: Add test for command abbreviations
2996 in define.
2997
20b477a7
LM
29982017-02-06 Luis Machado <lgustavo@codesourcery.com>
2999
3000 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3001 * gdb.reverse/insn-reverse-x86.c: New file.
3002
3f7b46f2
IR
30032017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3004
3005 PR tdep/20936
3006 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3007
f0fd41c1
TT
30082017-02-03 Tom Tromey <tom@tromey.com>
3009
3010 PR rust/21097:
3011 * gdb.rust/simple.exp: Add new tests.
3012
5be5dbf0
PA
30132017-02-02 Pedro Alves <palves@redhat.com>
3014
3015 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3016 tests.
3017
7346ef59
AA
30182017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3019
3020 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3021 taking a 2-byte value out of a 4-byte DWARF implicit value on
3022 big-endian targets.
3023 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3024 logic. Add test cases for DW_OP_implicit.
3025
787f0025
MM
30262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3027
3028 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3029
68777c29
MM
30302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3031
3032 * gdb.btrace/enable.exp: Call gdb_exit before
3033 skip_gdbserver_tests.
3034
0a1c7e28
MM
30352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3036
3037 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3038 GDBFLAGS.
3039
b5ac99b0
MM
30402017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3041
3042 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3043 the test is skipped.
3044 * gdb.btrace/data.exp: Likewise.
3045 * gdb.btrace/delta.exp: Likewise.
3046 * gdb.btrace/dlopen.exp: Likewise.
3047 * gdb.btrace/enable-running.exp: Likewise.
3048 * gdb.btrace/enable.exp: Likewise.
3049 * gdb.btrace/exception.exp: Likewise.
3050 * gdb.btrace/function_call_history.exp: Likewise.
3051 * gdb.btrace/gcore.exp: Likewise.
3052 * gdb.btrace/instruction_history.exp: Likewise.
3053 * gdb.btrace/multi-thread-step.exp: Likewise.
3054 * gdb.btrace/nohist.exp: Likewise.
3055 * gdb.btrace/non-stop.exp: Likewise.
3056 * gdb.btrace/reconnect.exp: Likewise.
3057 * gdb.btrace/record_goto-step.exp: Likewise.
3058 * gdb.btrace/record_goto.exp: Likewise.
3059 * gdb.btrace/rn-dl-bind.exp: Likewise.
3060 * gdb.btrace/segv.exp: Likewise.
3061 * gdb.btrace/step.exp: Likewise.
3062 * gdb.btrace/stepi.exp: Likewise.
3063 * gdb.btrace/tailcall-only.exp: Likewise.
3064 * gdb.btrace/tailcall.exp: Likewise.
3065 * gdb.btrace/tsx.exp: Likewise.
3066 * gdb.btrace/unknown_functions.exp: Likewise.
3067 * gdb.btrace/vdso.exp: Likewise.
3068
cd4007e4
MM
30692017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3070
3071 * gdb.btrace/enable-running.c: New.
3072 * gdb.btrace/enable-running.exp: New.
3073
2735833d
WT
30742017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3075
3076 * gdb.arch/amd64-gs_base.c: New file.
3077 * gdb.arch/amd64-gs_base.exp: New file.
3078
b51e1e94
LM
30792017-01-26 Luis Machado <lgustavo@codesourcery.com>
3080
3081 * lib/memory.exp: Remove spurious empty newlines.
3082
72ca0410
SM
30832017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3084
3085 * gdb.python/py-bad-printers.exp: Load python file using "source".
3086 * gdb.python/py-events.exp: Likewise.
3087 * gdb.python/py-evsignal.exp: Likewise.
3088 * gdb.python/py-evthreads.exp: Likewise.
3089 * gdb.python/py-frame-args.exp: Likewise.
3090 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3091 * gdb.python/py-framefilter-mi.exp: Likewise.
3092 * gdb.python/py-framefilter.exp: Likewise.
3093 * gdb.python/py-mi.exp: Likewise.
3094 * gdb.python/py-pp-maint.exp: Likewise.
3095 * gdb.python/py-pp-registration.exp: Likewise.
3096 * gdb.python/py-prettyprint.exp: Likewise.
3097 (run_lang_tests): Likewise.
3098 * gdb.python/py-typeprint.exp: Likewise.
3099
e309aa65
LM
31002017-01-26 Luis Machado <lgustavo@codesourcery.com>
3101
3102 * lib/memory.exp: New file.
3103 * lib/gdb.exp: Load memory.exp.
3104 * gdb.base/memattr.exp (delete_memory): Move proc to
3105 lib/memory.exp and rename to delete_memory_regions.
3106 Replace delete_memory with delete_memory_regions.
3107 Cleanup memory regions before tests.
3108 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3109 before tests.
3110
515aff23
LM
31112017-01-26 Luis Machado <lgustavo@codesourcery.com>
3112
3113 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3114 files.
3115 (initialize): New function conditionally defined.
3116 (testcases): Move within conditional block.
3117 (main): Call initialize.
3118 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3119 of gdb.reverse/insn-reverse.c.
3120 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3121 gdb.reverse/insn-reverse.c.
3122
d8b49cf0
YQ
31232017-01-26 Yao Qi <yao.qi@linaro.org>
3124
3125 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3126 disassemble on address 0.
3127
f13a9a0c
YQ
31282017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3129 Yao Qi <yao.qi@linaro.org>
3130
3131 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3132 * gdb.dwarf2/implptr-64bit.S: Remove.
3133 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3134 variables in caller's context. Add DW_OP_implicit_value.
3135
5ac95241
YQ
31362017-01-25 Yao Qi <yao.qi@linaro.org>
3137
3138 * lib/dwarf.exp (Dwarf::_location): Handle
3139 DW_OP_GNU_implicit_pointer with proper size.
3140
23e82930
LM
31412017-01-20 Luis Machado <lgustavo@codesourcery.com>
3142
3143 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3144 and add untested calls.
3145
d334ae25
LM
31462017-01-20 Luis Machado <lgustavo@codesourcery.com>
3147
3148 * gdb.python/python.exp: Check line number against what GDB thinks
3149 the line number is for func1.
3150
f5e6296e
IB
31512017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3152
3153 * gdb.dlang/debug-expr.exp: New file.
3154
5b362f04
LM
31552016-12-23 Luis Machado <lgustavo@codesourcery.com>
3156
3157 Fix test names for the following files:
3158
3159 * gdb.ada/exec_changed.exp
3160 * gdb.ada/info_types.exp
3161 * gdb.arch/aarch64-atomic-inst.exp
3162 * gdb.arch/aarch64-fp.exp
3163 * gdb.arch/altivec-abi.exp
3164 * gdb.arch/altivec-regs.exp
3165 * gdb.arch/amd64-byte.exp
3166 * gdb.arch/amd64-disp-step.exp
3167 * gdb.arch/amd64-dword.exp
3168 * gdb.arch/amd64-entry-value-inline.exp
3169 * gdb.arch/amd64-entry-value-param.exp
3170 * gdb.arch/amd64-entry-value-paramref.exp
3171 * gdb.arch/amd64-entry-value.exp
3172 * gdb.arch/amd64-i386-address.exp
3173 * gdb.arch/amd64-invalid-stack-middle.exp
3174 * gdb.arch/amd64-invalid-stack-top.exp
3175 * gdb.arch/amd64-optimout-repeat.exp
3176 * gdb.arch/amd64-prologue-skip.exp
3177 * gdb.arch/amd64-prologue-xmm.exp
3178 * gdb.arch/amd64-stap-special-operands.exp
3179 * gdb.arch/amd64-stap-wrong-subexp.exp
3180 * gdb.arch/amd64-tailcall-cxx.exp
3181 * gdb.arch/amd64-tailcall-noret.exp
3182 * gdb.arch/amd64-tailcall-ret.exp
3183 * gdb.arch/amd64-tailcall-self.exp
3184 * gdb.arch/amd64-word.exp
3185 * gdb.arch/arm-bl-branch-dest.exp
3186 * gdb.arch/arm-disp-step.exp
3187 * gdb.arch/arm-neon.exp
3188 * gdb.arch/arm-single-step-kernel-helper.exp
3189 * gdb.arch/avr-flash-qualifier.exp
3190 * gdb.arch/disp-step-insn-reloc.exp
3191 * gdb.arch/e500-abi.exp
3192 * gdb.arch/e500-regs.exp
3193 * gdb.arch/ftrace-insn-reloc.exp
3194 * gdb.arch/i386-avx512.exp
3195 * gdb.arch/i386-bp_permanent.exp
3196 * gdb.arch/i386-byte.exp
3197 * gdb.arch/i386-cfi-notcurrent.exp
3198 * gdb.arch/i386-disp-step.exp
3199 * gdb.arch/i386-dr3-watch.exp
3200 * gdb.arch/i386-float.exp
3201 * gdb.arch/i386-gnu-cfi.exp
3202 * gdb.arch/i386-mpx-map.exp
3203 * gdb.arch/i386-mpx-sigsegv.exp
3204 * gdb.arch/i386-mpx-simple_segv.exp
3205 * gdb.arch/i386-mpx.exp
3206 * gdb.arch/i386-permbkpt.exp
3207 * gdb.arch/i386-prologue.exp
3208 * gdb.arch/i386-signal.exp
3209 * gdb.arch/i386-size-overlap.exp
3210 * gdb.arch/i386-unwind.exp
3211 * gdb.arch/i386-word.exp
3212 * gdb.arch/mips-fcr.exp
3213 * gdb.arch/powerpc-d128-regs.exp
3214 * gdb.arch/powerpc-stackless.exp
3215 * gdb.arch/ppc64-atomic-inst.exp
3216 * gdb.arch/s390-stackless.exp
3217 * gdb.arch/s390-tdbregs.exp
3218 * gdb.arch/s390-vregs.exp
3219 * gdb.arch/sparc-sysstep.exp
3220 * gdb.arch/thumb-bx-pc.exp
3221 * gdb.arch/thumb-singlestep.exp
3222 * gdb.arch/thumb2-it.exp
3223 * gdb.arch/vsx-regs.exp
3224 * gdb.asm/asm-source.exp
3225 * gdb.base/a2-run.exp
3226 * gdb.base/advance.exp
3227 * gdb.base/all-bin.exp
3228 * gdb.base/anon.exp
3229 * gdb.base/args.exp
3230 * gdb.base/arithmet.exp
3231 * gdb.base/async-shell.exp
3232 * gdb.base/async.exp
3233 * gdb.base/attach-pie-noexec.exp
3234 * gdb.base/attach-twice.exp
3235 * gdb.base/auto-load.exp
3236 * gdb.base/bang.exp
3237 * gdb.base/bitfields.exp
3238 * gdb.base/break-always.exp
3239 * gdb.base/break-caller-line.exp
3240 * gdb.base/break-entry.exp
3241 * gdb.base/break-inline.exp
3242 * gdb.base/break-on-linker-gcd-function.exp
3243 * gdb.base/break-probes.exp
3244 * gdb.base/break.exp
3245 * gdb.base/breakpoint-shadow.exp
3246 * gdb.base/call-ar-st.exp
3247 * gdb.base/call-sc.exp
3248 * gdb.base/call-signal-resume.exp
3249 * gdb.base/call-strs.exp
3250 * gdb.base/callfuncs.exp
3251 * gdb.base/catch-fork-static.exp
3252 * gdb.base/catch-gdb-caused-signals.exp
3253 * gdb.base/catch-load.exp
3254 * gdb.base/catch-signal-fork.exp
3255 * gdb.base/catch-signal.exp
3256 * gdb.base/catch-syscall.exp
3257 * gdb.base/charset.exp
3258 * gdb.base/checkpoint.exp
3259 * gdb.base/chng-syms.exp
3260 * gdb.base/code-expr.exp
3261 * gdb.base/code_elim.exp
3262 * gdb.base/commands.exp
3263 * gdb.base/completion.exp
3264 * gdb.base/complex.exp
3265 * gdb.base/cond-expr.exp
3266 * gdb.base/condbreak.exp
3267 * gdb.base/consecutive.exp
3268 * gdb.base/continue-all-already-running.exp
3269 * gdb.base/coredump-filter.exp
3270 * gdb.base/corefile.exp
3271 * gdb.base/dbx.exp
3272 * gdb.base/debug-expr.exp
3273 * gdb.base/define.exp
3274 * gdb.base/del.exp
3275 * gdb.base/disabled-location.exp
3276 * gdb.base/disasm-end-cu.exp
3277 * gdb.base/disasm-optim.exp
3278 * gdb.base/display.exp
3279 * gdb.base/duplicate-bp.exp
3280 * gdb.base/ena-dis-br.exp
3281 * gdb.base/ending-run.exp
3282 * gdb.base/enumval.exp
3283 * gdb.base/environ.exp
3284 * gdb.base/eu-strip-infcall.exp
3285 * gdb.base/eval-avoid-side-effects.exp
3286 * gdb.base/eval-skip.exp
3287 * gdb.base/exitsignal.exp
3288 * gdb.base/expand-psymtabs.exp
3289 * gdb.base/filesym.exp
3290 * gdb.base/find-unmapped.exp
3291 * gdb.base/finish.exp
3292 * gdb.base/float.exp
3293 * gdb.base/foll-exec-mode.exp
3294 * gdb.base/foll-exec.exp
3295 * gdb.base/foll-fork.exp
3296 * gdb.base/fortran-sym-case.exp
3297 * gdb.base/freebpcmd.exp
3298 * gdb.base/func-ptr.exp
3299 * gdb.base/func-ptrs.exp
3300 * gdb.base/funcargs.exp
3301 * gdb.base/gcore-buffer-overflow.exp
3302 * gdb.base/gcore-relro-pie.exp
3303 * gdb.base/gcore-relro.exp
3304 * gdb.base/gcore.exp
3305 * gdb.base/gdb1090.exp
3306 * gdb.base/gdb11530.exp
3307 * gdb.base/gdb11531.exp
3308 * gdb.base/gdb1821.exp
3309 * gdb.base/gdbindex-stabs.exp
3310 * gdb.base/gdbvars.exp
3311 * gdb.base/hbreak.exp
3312 * gdb.base/hbreak2.exp
3313 * gdb.base/included.exp
3314 * gdb.base/infcall-input.exp
3315 * gdb.base/inferior-died.exp
3316 * gdb.base/infnan.exp
3317 * gdb.base/info-macros.exp
3318 * gdb.base/info-os.exp
3319 * gdb.base/info-proc.exp
3320 * gdb.base/info-shared.exp
3321 * gdb.base/info-target.exp
3322 * gdb.base/infoline.exp
3323 * gdb.base/interp.exp
3324 * gdb.base/interrupt.exp
3325 * gdb.base/jit-reader.exp
3326 * gdb.base/jit-simple.exp
3327 * gdb.base/kill-after-signal.exp
3328 * gdb.base/kill-detach-inferiors-cmd.exp
3329 * gdb.base/label.exp
3330 * gdb.base/langs.exp
3331 * gdb.base/ldbl_e308.exp
3332 * gdb.base/line-symtabs.exp
3333 * gdb.base/linespecs.exp
3334 * gdb.base/list.exp
3335 * gdb.base/long_long.exp
3336 * gdb.base/longest-types.exp
3337 * gdb.base/maint.exp
3338 * gdb.base/max-value-size.exp
3339 * gdb.base/memattr.exp
3340 * gdb.base/mips_pro.exp
3341 * gdb.base/morestack.exp
3342 * gdb.base/moribund-step.exp
3343 * gdb.base/multi-forks.exp
3344 * gdb.base/nested-addr.exp
3345 * gdb.base/nextoverexit.exp
3346 * gdb.base/noreturn-finish.exp
3347 * gdb.base/noreturn-return.exp
3348 * gdb.base/nostdlib.exp
3349 * gdb.base/offsets.exp
3350 * gdb.base/opaque.exp
3351 * gdb.base/pc-fp.exp
3352 * gdb.base/permissions.exp
3353 * gdb.base/print-symbol-loading.exp
3354 * gdb.base/prologue-include.exp
3355 * gdb.base/psymtab.exp
3356 * gdb.base/ptype.exp
3357 * gdb.base/random-signal.exp
3358 * gdb.base/randomize.exp
3359 * gdb.base/range-stepping.exp
3360 * gdb.base/readline-ask.exp
3361 * gdb.base/recpar.exp
3362 * gdb.base/recurse.exp
3363 * gdb.base/relational.exp
3364 * gdb.base/restore.exp
3365 * gdb.base/return-nodebug.exp
3366 * gdb.base/return.exp
3367 * gdb.base/run-after-attach.exp
3368 * gdb.base/save-bp.exp
3369 * gdb.base/scope.exp
3370 * gdb.base/sect-cmd.exp
3371 * gdb.base/set-lang-auto.exp
3372 * gdb.base/set-noassign.exp
3373 * gdb.base/setvar.exp
3374 * gdb.base/sigall.exp
3375 * gdb.base/sigbpt.exp
3376 * gdb.base/siginfo-addr.exp
3377 * gdb.base/siginfo-infcall.exp
3378 * gdb.base/siginfo-obj.exp
3379 * gdb.base/siginfo.exp
3380 * gdb.base/signals-state-child.exp
3381 * gdb.base/signest.exp
3382 * gdb.base/sigstep.exp
3383 * gdb.base/sizeof.exp
3384 * gdb.base/skip.exp
3385 * gdb.base/solib-corrupted.exp
3386 * gdb.base/solib-nodir.exp
3387 * gdb.base/solib-search.exp
3388 * gdb.base/stack-checking.exp
3389 * gdb.base/stale-infcall.exp
3390 * gdb.base/stap-probe.exp
3391 * gdb.base/start.exp
3392 * gdb.base/step-break.exp
3393 * gdb.base/step-bt.exp
3394 * gdb.base/step-line.exp
3395 * gdb.base/step-over-exit.exp
3396 * gdb.base/step-over-syscall.exp
3397 * gdb.base/step-resume-infcall.exp
3398 * gdb.base/step-test.exp
3399 * gdb.base/store.exp
3400 * gdb.base/structs3.exp
3401 * gdb.base/sym-file.exp
3402 * gdb.base/symbol-without-target_section.exp
3403 * gdb.base/term.exp
3404 * gdb.base/testenv.exp
3405 * gdb.base/ui-redirect.exp
3406 * gdb.base/until.exp
3407 * gdb.base/unwindonsignal.exp
3408 * gdb.base/value-double-free.exp
3409 * gdb.base/vla-datatypes.exp
3410 * gdb.base/vla-ptr.exp
3411 * gdb.base/vla-sideeffect.exp
3412 * gdb.base/volatile.exp
3413 * gdb.base/watch-cond-infcall.exp
3414 * gdb.base/watch-cond.exp
3415 * gdb.base/watch-non-mem.exp
3416 * gdb.base/watch-read.exp
3417 * gdb.base/watch-vfork.exp
3418 * gdb.base/watchpoint-cond-gone.exp
3419 * gdb.base/watchpoint-delete.exp
3420 * gdb.base/watchpoint-hw-hit-once.exp
3421 * gdb.base/watchpoint-hw.exp
3422 * gdb.base/watchpoint-stops-at-right-insn.exp
3423 * gdb.base/watchpoints.exp
3424 * gdb.base/wchar.exp
3425 * gdb.base/whatis-exp.exp
3426 * gdb.btrace/buffer-size.exp
3427 * gdb.btrace/data.exp
3428 * gdb.btrace/delta.exp
3429 * gdb.btrace/dlopen.exp
3430 * gdb.btrace/enable.exp
3431 * gdb.btrace/exception.exp
3432 * gdb.btrace/function_call_history.exp
3433 * gdb.btrace/gcore.exp
3434 * gdb.btrace/instruction_history.exp
3435 * gdb.btrace/nohist.exp
3436 * gdb.btrace/reconnect.exp
3437 * gdb.btrace/record_goto-step.exp
3438 * gdb.btrace/record_goto.exp
3439 * gdb.btrace/rn-dl-bind.exp
3440 * gdb.btrace/segv.exp
3441 * gdb.btrace/step.exp
3442 * gdb.btrace/stepi.exp
3443 * gdb.btrace/tailcall-only.exp
3444 * gdb.btrace/tailcall.exp
3445 * gdb.btrace/tsx.exp
3446 * gdb.btrace/unknown_functions.exp
3447 * gdb.btrace/vdso.exp
3448 * gdb.compile/compile-ifunc.exp
3449 * gdb.compile/compile-ops.exp
3450 * gdb.compile/compile-print.exp
3451 * gdb.compile/compile-setjmp.exp
3452 * gdb.cp/abstract-origin.exp
3453 * gdb.cp/ambiguous.exp
3454 * gdb.cp/annota2.exp
3455 * gdb.cp/annota3.exp
3456 * gdb.cp/anon-ns.exp
3457 * gdb.cp/anon-struct.exp
3458 * gdb.cp/anon-union.exp
3459 * gdb.cp/arg-reference.exp
3460 * gdb.cp/baseenum.exp
3461 * gdb.cp/bool.exp
3462 * gdb.cp/breakpoint.exp
3463 * gdb.cp/bs15503.exp
3464 * gdb.cp/call-c.exp
3465 * gdb.cp/casts.exp
3466 * gdb.cp/chained-calls.exp
3467 * gdb.cp/class2.exp
3468 * gdb.cp/classes.exp
3469 * gdb.cp/cmpd-minsyms.exp
3470 * gdb.cp/converts.exp
3471 * gdb.cp/cp-relocate.exp
3472 * gdb.cp/cpcompletion.exp
3473 * gdb.cp/cpexprs.exp
3474 * gdb.cp/cplabel.exp
3475 * gdb.cp/cplusfuncs.exp
3476 * gdb.cp/cpsizeof.exp
3477 * gdb.cp/ctti.exp
3478 * gdb.cp/derivation.exp
3479 * gdb.cp/destrprint.exp
3480 * gdb.cp/dispcxx.exp
3481 * gdb.cp/enum-class.exp
3482 * gdb.cp/exception.exp
3483 * gdb.cp/exceptprint.exp
3484 * gdb.cp/expand-psymtabs-cxx.exp
3485 * gdb.cp/expand-sals.exp
3486 * gdb.cp/extern-c.exp
3487 * gdb.cp/filename.exp
3488 * gdb.cp/formatted-ref.exp
3489 * gdb.cp/fpointer.exp
3490 * gdb.cp/gdb1355.exp
3491 * gdb.cp/gdb2495.exp
3492 * gdb.cp/hang.exp
3493 * gdb.cp/impl-this.exp
3494 * gdb.cp/infcall-dlopen.exp
3495 * gdb.cp/inherit.exp
3496 * gdb.cp/iostream.exp
3497 * gdb.cp/koenig.exp
3498 * gdb.cp/local.exp
3499 * gdb.cp/m-data.exp
3500 * gdb.cp/m-static.exp
3501 * gdb.cp/mb-ctor.exp
3502 * gdb.cp/mb-inline.exp
3503 * gdb.cp/mb-templates.exp
3504 * gdb.cp/member-name.exp
3505 * gdb.cp/member-ptr.exp
3506 * gdb.cp/meth-typedefs.exp
3507 * gdb.cp/method.exp
3508 * gdb.cp/method2.exp
3509 * gdb.cp/minsym-fallback.exp
3510 * gdb.cp/misc.exp
3511 * gdb.cp/namelessclass.exp
3512 * gdb.cp/namespace-enum.exp
3513 * gdb.cp/namespace-nested-import.exp
3514 * gdb.cp/namespace.exp
3515 * gdb.cp/nextoverthrow.exp
3516 * gdb.cp/no-dmgl-verbose.exp
3517 * gdb.cp/non-trivial-retval.exp
3518 * gdb.cp/noparam.exp
3519 * gdb.cp/nsdecl.exp
3520 * gdb.cp/nsimport.exp
3521 * gdb.cp/nsnested.exp
3522 * gdb.cp/nsnoimports.exp
3523 * gdb.cp/nsrecurs.exp
3524 * gdb.cp/nsstress.exp
3525 * gdb.cp/nsusing.exp
3526 * gdb.cp/operator.exp
3527 * gdb.cp/oranking.exp
3528 * gdb.cp/overload-const.exp
3529 * gdb.cp/overload.exp
3530 * gdb.cp/ovldbreak.exp
3531 * gdb.cp/ovsrch.exp
3532 * gdb.cp/paren-type.exp
3533 * gdb.cp/parse-lang.exp
3534 * gdb.cp/pass-by-ref.exp
3535 * gdb.cp/pr-1023.exp
3536 * gdb.cp/pr-1210.exp
3537 * gdb.cp/pr-574.exp
3538 * gdb.cp/pr10687.exp
3539 * gdb.cp/pr12028.exp
3540 * gdb.cp/pr17132.exp
3541 * gdb.cp/pr17494.exp
3542 * gdb.cp/pr9067.exp
3543 * gdb.cp/pr9167.exp
3544 * gdb.cp/pr9631.exp
3545 * gdb.cp/printmethod.exp
3546 * gdb.cp/psmang.exp
3547 * gdb.cp/psymtab-parameter.exp
3548 * gdb.cp/ptype-cv-cp.exp
3549 * gdb.cp/ptype-flags.exp
3550 * gdb.cp/re-set-overloaded.exp
3551 * gdb.cp/ref-types.exp
3552 * gdb.cp/rtti.exp
3553 * gdb.cp/scope-err.exp
3554 * gdb.cp/shadow.exp
3555 * gdb.cp/smartp.exp
3556 * gdb.cp/static-method.exp
3557 * gdb.cp/static-print-quit.exp
3558 * gdb.cp/temargs.exp
3559 * gdb.cp/templates.exp
3560 * gdb.cp/try_catch.exp
3561 * gdb.cp/typedef-operator.exp
3562 * gdb.cp/typeid.exp
3563 * gdb.cp/userdef.exp
3564 * gdb.cp/using-crash.exp
3565 * gdb.cp/var-tag.exp
3566 * gdb.cp/virtbase.exp
3567 * gdb.cp/virtfunc.exp
3568 * gdb.cp/virtfunc2.exp
3569 * gdb.cp/vla-cxx.exp
3570 * gdb.disasm/t01_mov.exp
3571 * gdb.disasm/t02_mova.exp
3572 * gdb.disasm/t03_add.exp
3573 * gdb.disasm/t04_sub.exp
3574 * gdb.disasm/t05_cmp.exp
3575 * gdb.disasm/t06_ari2.exp
3576 * gdb.disasm/t07_ari3.exp
3577 * gdb.disasm/t08_or.exp
3578 * gdb.disasm/t09_xor.exp
3579 * gdb.disasm/t10_and.exp
3580 * gdb.disasm/t11_logs.exp
3581 * gdb.disasm/t12_bit.exp
3582 * gdb.disasm/t13_otr.exp
3583 * gdb.dlang/circular.exp
3584 * gdb.dwarf2/arr-stride.exp
3585 * gdb.dwarf2/arr-subrange.exp
3586 * gdb.dwarf2/atomic-type.exp
3587 * gdb.dwarf2/bad-regnum.exp
3588 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3589 * gdb.dwarf2/callframecfa.exp
3590 * gdb.dwarf2/clztest.exp
3591 * gdb.dwarf2/corrupt.exp
3592 * gdb.dwarf2/data-loc.exp
3593 * gdb.dwarf2/dup-psym.exp
3594 * gdb.dwarf2/dw2-anon-mptr.exp
3595 * gdb.dwarf2/dw2-anonymous-func.exp
3596 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3597 * gdb.dwarf2/dw2-bad-unresolved.exp
3598 * gdb.dwarf2/dw2-basic.exp
3599 * gdb.dwarf2/dw2-canonicalize-type.exp
3600 * gdb.dwarf2/dw2-case-insensitive.exp
3601 * gdb.dwarf2/dw2-common-block.exp
3602 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3603 * gdb.dwarf2/dw2-compressed.exp
3604 * gdb.dwarf2/dw2-const.exp
3605 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3606 * gdb.dwarf2/dw2-cu-size.exp
3607 * gdb.dwarf2/dw2-dup-frame.exp
3608 * gdb.dwarf2/dw2-entry-value.exp
3609 * gdb.dwarf2/dw2-icycle.exp
3610 * gdb.dwarf2/dw2-ifort-parameter.exp
3611 * gdb.dwarf2/dw2-inline-break.exp
3612 * gdb.dwarf2/dw2-inline-param.exp
3613 * gdb.dwarf2/dw2-intercu.exp
3614 * gdb.dwarf2/dw2-intermix.exp
3615 * gdb.dwarf2/dw2-lexical-block-bare.exp
3616 * gdb.dwarf2/dw2-linkage-name-trust.exp
3617 * gdb.dwarf2/dw2-minsym-in-cu.exp
3618 * gdb.dwarf2/dw2-noloc.exp
3619 * gdb.dwarf2/dw2-op-call.exp
3620 * gdb.dwarf2/dw2-op-out-param.exp
3621 * gdb.dwarf2/dw2-opt-structptr.exp
3622 * gdb.dwarf2/dw2-param-error.exp
3623 * gdb.dwarf2/dw2-producer.exp
3624 * gdb.dwarf2/dw2-ranges-base.exp
3625 * gdb.dwarf2/dw2-ref-missing-frame.exp
3626 * gdb.dwarf2/dw2-reg-undefined.exp
3627 * gdb.dwarf2/dw2-regno-invalid.exp
3628 * gdb.dwarf2/dw2-restore.exp
3629 * gdb.dwarf2/dw2-restrict.exp
3630 * gdb.dwarf2/dw2-single-line-discriminators.exp
3631 * gdb.dwarf2/dw2-strp.exp
3632 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3633 * gdb.dwarf2/dw2-unresolved.exp
3634 * gdb.dwarf2/dw2-var-zero-addr.exp
3635 * gdb.dwarf2/dw4-sig-types.exp
3636 * gdb.dwarf2/dwz.exp
3637 * gdb.dwarf2/dynarr-ptr.exp
3638 * gdb.dwarf2/enum-type.exp
3639 * gdb.dwarf2/gdb-index.exp
3640 * gdb.dwarf2/implptr-64bit.exp
3641 * gdb.dwarf2/implptr-optimized-out.exp
3642 * gdb.dwarf2/implptr.exp
3643 * gdb.dwarf2/implref-array.exp
3644 * gdb.dwarf2/implref-const.exp
3645 * gdb.dwarf2/implref-global.exp
3646 * gdb.dwarf2/implref-struct.exp
3647 * gdb.dwarf2/mac-fileno.exp
3648 * gdb.dwarf2/main-subprogram.exp
3649 * gdb.dwarf2/member-ptr-forwardref.exp
3650 * gdb.dwarf2/method-ptr.exp
3651 * gdb.dwarf2/missing-sig-type.exp
3652 * gdb.dwarf2/nonvar-access.exp
3653 * gdb.dwarf2/opaque-type-lookup.exp
3654 * gdb.dwarf2/pieces-optimized-out.exp
3655 * gdb.dwarf2/pieces.exp
3656 * gdb.dwarf2/pr10770.exp
3657 * gdb.dwarf2/pr13961.exp
3658 * gdb.dwarf2/staticvirtual.exp
3659 * gdb.dwarf2/subrange.exp
3660 * gdb.dwarf2/symtab-producer.exp
3661 * gdb.dwarf2/trace-crash.exp
3662 * gdb.dwarf2/typeddwarf.exp
3663 * gdb.dwarf2/valop.exp
3664 * gdb.dwarf2/watch-notconst.exp
3665 * gdb.fortran/array-element.exp
3666 * gdb.fortran/charset.exp
3667 * gdb.fortran/common-block.exp
3668 * gdb.fortran/complex.exp
3669 * gdb.fortran/derived-type-function.exp
3670 * gdb.fortran/derived-type.exp
3671 * gdb.fortran/logical.exp
3672 * gdb.fortran/module.exp
3673 * gdb.fortran/multi-dim.exp
3674 * gdb.fortran/nested-funcs.exp
3675 * gdb.fortran/print-formatted.exp
3676 * gdb.fortran/subarray.exp
3677 * gdb.fortran/vla-alloc-assoc.exp
3678 * gdb.fortran/vla-datatypes.exp
3679 * gdb.fortran/vla-history.exp
3680 * gdb.fortran/vla-ptr-info.exp
3681 * gdb.fortran/vla-ptype-sub.exp
3682 * gdb.fortran/vla-ptype.exp
3683 * gdb.fortran/vla-sizeof.exp
3684 * gdb.fortran/vla-type.exp
3685 * gdb.fortran/vla-value-sub-arbitrary.exp
3686 * gdb.fortran/vla-value-sub-finish.exp
3687 * gdb.fortran/vla-value-sub.exp
3688 * gdb.fortran/vla-value.exp
3689 * gdb.fortran/whatis_type.exp
3690 * gdb.go/chan.exp
3691 * gdb.go/handcall.exp
3692 * gdb.go/hello.exp
3693 * gdb.go/integers.exp
3694 * gdb.go/methods.exp
3695 * gdb.go/package.exp
3696 * gdb.go/strings.exp
3697 * gdb.go/types.exp
3698 * gdb.go/unsafe.exp
3699 * gdb.guile/scm-arch.exp
3700 * gdb.guile/scm-block.exp
3701 * gdb.guile/scm-breakpoint.exp
3702 * gdb.guile/scm-cmd.exp
3703 * gdb.guile/scm-disasm.exp
3704 * gdb.guile/scm-equal.exp
3705 * gdb.guile/scm-frame-args.exp
3706 * gdb.guile/scm-frame-inline.exp
3707 * gdb.guile/scm-frame.exp
3708 * gdb.guile/scm-iterator.exp
3709 * gdb.guile/scm-math.exp
3710 * gdb.guile/scm-objfile.exp
3711 * gdb.guile/scm-ports.exp
3712 * gdb.guile/scm-symbol.exp
3713 * gdb.guile/scm-symtab.exp
3714 * gdb.guile/scm-value-cc.exp
3715 * gdb.guile/types-module.exp
3716 * gdb.linespec/break-ask.exp
3717 * gdb.linespec/cpexplicit.exp
3718 * gdb.linespec/explicit.exp
3719 * gdb.linespec/keywords.exp
3720 * gdb.linespec/linespec.exp
3721 * gdb.linespec/ls-dollar.exp
3722 * gdb.linespec/ls-errs.exp
3723 * gdb.linespec/skip-two.exp
3724 * gdb.linespec/thread.exp
3725 * gdb.mi/mi-async.exp
3726 * gdb.mi/mi-basics.exp
3727 * gdb.mi/mi-break.exp
3728 * gdb.mi/mi-catch-load.exp
3729 * gdb.mi/mi-cli.exp
3730 * gdb.mi/mi-cmd-param-changed.exp
3731 * gdb.mi/mi-console.exp
3732 * gdb.mi/mi-detach.exp
3733 * gdb.mi/mi-disassemble.exp
3734 * gdb.mi/mi-eval.exp
3735 * gdb.mi/mi-file-transfer.exp
3736 * gdb.mi/mi-file.exp
3737 * gdb.mi/mi-fill-memory.exp
3738 * gdb.mi/mi-inheritance-syntax-error.exp
3739 * gdb.mi/mi-linespec-err-cp.exp
3740 * gdb.mi/mi-logging.exp
3741 * gdb.mi/mi-memory-changed.exp
3742 * gdb.mi/mi-read-memory.exp
3743 * gdb.mi/mi-record-changed.exp
3744 * gdb.mi/mi-reg-undefined.exp
3745 * gdb.mi/mi-regs.exp
3746 * gdb.mi/mi-return.exp
3747 * gdb.mi/mi-reverse.exp
3748 * gdb.mi/mi-simplerun.exp
3749 * gdb.mi/mi-solib.exp
3750 * gdb.mi/mi-stack.exp
3751 * gdb.mi/mi-stepi.exp
3752 * gdb.mi/mi-syn-frame.exp
3753 * gdb.mi/mi-until.exp
3754 * gdb.mi/mi-var-block.exp
3755 * gdb.mi/mi-var-child.exp
3756 * gdb.mi/mi-var-cmd.exp
3757 * gdb.mi/mi-var-cp.exp
3758 * gdb.mi/mi-var-display.exp
3759 * gdb.mi/mi-var-invalidate.exp
3760 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3761 * gdb.mi/mi-vla-fortran.exp
3762 * gdb.mi/mi-watch.exp
3763 * gdb.mi/mi2-var-child.exp
3764 * gdb.mi/user-selected-context-sync.exp
3765 * gdb.modula2/unbounded-array.exp
3766 * gdb.multi/dummy-frame-restore.exp
3767 * gdb.multi/multi-arch-exec.exp
3768 * gdb.multi/multi-arch.exp
3769 * gdb.multi/tids.exp
3770 * gdb.multi/watchpoint-multi.exp
3771 * gdb.opencl/callfuncs.exp
3772 * gdb.opencl/convs_casts.exp
3773 * gdb.opencl/datatypes.exp
3774 * gdb.opencl/operators.exp
3775 * gdb.opencl/vec_comps.exp
3776 * gdb.opt/clobbered-registers-O2.exp
3777 * gdb.opt/inline-break.exp
3778 * gdb.opt/inline-bt.exp
3779 * gdb.opt/inline-cmds.exp
3780 * gdb.opt/inline-locals.exp
3781 * gdb.pascal/case-insensitive-symbols.exp
3782 * gdb.pascal/floats.exp
3783 * gdb.pascal/gdb11492.exp
3784 * gdb.python/lib-types.exp
3785 * gdb.python/py-arch.exp
3786 * gdb.python/py-as-string.exp
3787 * gdb.python/py-bad-printers.exp
3788 * gdb.python/py-block.exp
3789 * gdb.python/py-breakpoint-create-fail.exp
3790 * gdb.python/py-breakpoint.exp
3791 * gdb.python/py-caller-is.exp
3792 * gdb.python/py-cmd.exp
3793 * gdb.python/py-explore-cc.exp
3794 * gdb.python/py-explore.exp
3795 * gdb.python/py-finish-breakpoint.exp
3796 * gdb.python/py-finish-breakpoint2.exp
3797 * gdb.python/py-frame-args.exp
3798 * gdb.python/py-frame-inline.exp
3799 * gdb.python/py-frame.exp
3800 * gdb.python/py-framefilter-mi.exp
3801 * gdb.python/py-infthread.exp
3802 * gdb.python/py-lazy-string.exp
3803 * gdb.python/py-linetable.exp
3804 * gdb.python/py-mi-events.exp
3805 * gdb.python/py-mi-objfile.exp
3806 * gdb.python/py-mi.exp
3807 * gdb.python/py-objfile.exp
3808 * gdb.python/py-pp-integral.exp
3809 * gdb.python/py-pp-maint.exp
3810 * gdb.python/py-pp-re-notag.exp
3811 * gdb.python/py-pp-registration.exp
3812 * gdb.python/py-recurse-unwind.exp
3813 * gdb.python/py-strfns.exp
3814 * gdb.python/py-symbol.exp
3815 * gdb.python/py-symtab.exp
3816 * gdb.python/py-sync-interp.exp
3817 * gdb.python/py-typeprint.exp
3818 * gdb.python/py-unwind-maint.exp
3819 * gdb.python/py-unwind.exp
3820 * gdb.python/py-value-cc.exp
3821 * gdb.python/py-xmethods.exp
3822 * gdb.reverse/amd64-tailcall-reverse.exp
3823 * gdb.reverse/break-precsave.exp
3824 * gdb.reverse/break-reverse.exp
3825 * gdb.reverse/consecutive-precsave.exp
3826 * gdb.reverse/consecutive-reverse.exp
3827 * gdb.reverse/finish-precsave.exp
3828 * gdb.reverse/finish-reverse-bkpt.exp
3829 * gdb.reverse/finish-reverse.exp
3830 * gdb.reverse/fstatat-reverse.exp
3831 * gdb.reverse/getresuid-reverse.exp
3832 * gdb.reverse/i386-precsave.exp
3833 * gdb.reverse/i386-reverse.exp
3834 * gdb.reverse/i386-sse-reverse.exp
3835 * gdb.reverse/i387-env-reverse.exp
3836 * gdb.reverse/i387-stack-reverse.exp
3837 * gdb.reverse/insn-reverse.exp
3838 * gdb.reverse/machinestate-precsave.exp
3839 * gdb.reverse/machinestate.exp
3840 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3841 * gdb.reverse/pipe-reverse.exp
3842 * gdb.reverse/readv-reverse.exp
3843 * gdb.reverse/recvmsg-reverse.exp
3844 * gdb.reverse/rerun-prec.exp
3845 * gdb.reverse/s390-mvcle.exp
3846 * gdb.reverse/step-precsave.exp
3847 * gdb.reverse/step-reverse.exp
3848 * gdb.reverse/time-reverse.exp
3849 * gdb.reverse/until-precsave.exp
3850 * gdb.reverse/until-reverse.exp
3851 * gdb.reverse/waitpid-reverse.exp
3852 * gdb.reverse/watch-precsave.exp
3853 * gdb.reverse/watch-reverse.exp
3854 * gdb.rust/generics.exp
3855 * gdb.rust/methods.exp
3856 * gdb.rust/modules.exp
3857 * gdb.rust/simple.exp
3858 * gdb.server/connect-with-no-symbol-file.exp
3859 * gdb.server/ext-attach.exp
3860 * gdb.server/ext-restart.exp
3861 * gdb.server/ext-wrapper.exp
3862 * gdb.server/file-transfer.exp
3863 * gdb.server/server-exec-info.exp
3864 * gdb.server/server-kill.exp
3865 * gdb.server/server-mon.exp
3866 * gdb.server/wrapper.exp
3867 * gdb.stabs/exclfwd.exp
3868 * gdb.stabs/gdb11479.exp
3869 * gdb.threads/clone-new-thread-event.exp
3870 * gdb.threads/corethreads.exp
3871 * gdb.threads/current-lwp-dead.exp
3872 * gdb.threads/dlopen-libpthread.exp
3873 * gdb.threads/gcore-thread.exp
3874 * gdb.threads/sigstep-threads.exp
3875 * gdb.threads/watchpoint-fork.exp
3876 * gdb.trace/actions-changed.exp
3877 * gdb.trace/backtrace.exp
3878 * gdb.trace/change-loc.exp
3879 * gdb.trace/circ.exp
3880 * gdb.trace/collection.exp
3881 * gdb.trace/disconnected-tracing.exp
3882 * gdb.trace/ftrace.exp
3883 * gdb.trace/mi-trace-frame-collected.exp
3884 * gdb.trace/mi-trace-unavailable.exp
3885 * gdb.trace/mi-traceframe-changed.exp
3886 * gdb.trace/mi-tsv-changed.exp
3887 * gdb.trace/no-attach-trace.exp
3888 * gdb.trace/passc-dyn.exp
3889 * gdb.trace/qtro.exp
3890 * gdb.trace/range-stepping.exp
3891 * gdb.trace/read-memory.exp
3892 * gdb.trace/save-trace.exp
3893 * gdb.trace/signal.exp
3894 * gdb.trace/status-stop.exp
3895 * gdb.trace/tfile.exp
3896 * gdb.trace/trace-break.exp
3897 * gdb.trace/trace-buffer-size.exp
3898 * gdb.trace/trace-condition.exp
3899 * gdb.trace/tracefile-pseudo-reg.exp
3900 * gdb.trace/tstatus.exp
3901 * gdb.trace/unavailable.exp
3902 * gdb.trace/while-dyn.exp
3903 * gdb.trace/while-stepping.exp
3904
34c41c68
DE
39052016-12-22 Doug Evans <xdje42@gmail.com>
3906
3907 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3908 and msymbols.
3909
16e69324
YQ
39102016-12-19 Yao Qi <yao.qi@linaro.org>
3911
3912 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3913 (test_with_self): Don't call do_steps_and_nexts, and remove
3914 code about stepping into xmalloc.
3915
f94f411b
YQ
39162016-12-09 Yao Qi <yao.qi@linaro.org>
3917
3918 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3919
39202016-12-09 Yao Qi <yao.qi@linaro.org>
3921
3922 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3923
f1b5deee
PA
39242016-12-09 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.base/all-architectures-0.exp: New file.
3927 * gdb.base/all-architectures-1.exp: New file.
3928 * gdb.base/all-architectures-2.exp: New file.
3929 * gdb.base/all-architectures-3.exp: New file.
3930 * gdb.base/all-architectures-4.exp: New file.
3931 * gdb.base/all-architectures-5.exp: New file.
3932 * gdb.base/all-architectures-6.exp: New file.
3933 * gdb.base/all-architectures-7.exp: New file.
3934 * gdb.base/all-architectures.exp.in: New file.
3935
364ca42e
YQ
39362016-12-09 Yao Qi <yao.qi@linaro.org>
3937
3938 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3939
107c2d62
LM
39402016-12-02 Luis Machado <lgustavo@codesourcery.com>
3941
3942 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3943 possible.
3944 Remove useless pattern-matching code.
3945
df3ee9ca
PA
39462016-12-02 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3949 procedure.
3950 (top level): Call it.
3951
ec835369
PA
39522016-12-02 Pedro Alves <palves@redhat.com>
3953
3954 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3955 New procedure.
3956 (top level): Call it.
3957
01770bbd
PA
39582016-12-02 Pedro Alves <palves@redhat.com>
3959
3960 PR cli/20559
3961 * gdb.base/commands.exp (user_defined_command_args_eval): New
3962 procedure.
3963 (top level): Call it.
3964
008459ea
LM
39652016-12-02 Luis Machado <lgustavo@codesourcery.com>
3966
3967 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3968 timeout handling.
3969
0c1b455e
TT
39702016-12-02 Tom Tromey <tom@tromey.com>
3971
3972 * gdb.dwarf2/main-subprogram.c: New file.
3973 * gdb.dwarf2/main-subprogram.exp: New file.
3974
018572b8
LM
39752016-12-01 Luis Machado <lgustavo@codesourcery.com>
3976
3977 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3978 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3979 gdb_test_no_output for a couple of cases.
3980 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3981
84c93cd5
LM
39822016-12-01 Luis Machado <lgustavo@codesourcery.com>
3983
3984 Fix test names and standardize compilation error messages throughout
3985 the following files:
3986
3987 * gdb.ada/start.exp
3988 * gdb.arch/alpha-step.exp
3989 * gdb.arch/e500-prologue.exp
3990 * gdb.arch/ftrace-insn-reloc.exp
3991 * gdb.arch/gdb1291.exp
3992 * gdb.arch/gdb1431.exp
3993 * gdb.arch/gdb1558.exp
3994 * gdb.arch/i386-dr3-watch.exp
3995 * gdb.arch/i386-sse-stack-align.exp
3996 * gdb.arch/ia64-breakpoint-shadow.exp
3997 * gdb.arch/pa-nullify.exp
3998 * gdb.arch/powerpc-aix-prologue.exp
3999 * gdb.arch/thumb-bx-pc.exp
4000 * gdb.base/annota1.exp
4001 * gdb.base/annota3.exp
4002 * gdb.base/arrayidx.exp
4003 * gdb.base/assign.exp
4004 * gdb.base/attach.exp
4005 * gdb.base/auxv.exp
4006 * gdb.base/bang.exp
4007 * gdb.base/bfp-test.exp
4008 * gdb.base/bigcore.exp
4009 * gdb.base/bitfields2.exp
4010 * gdb.base/break-fun-addr.exp
4011 * gdb.base/break-probes.exp
4012 * gdb.base/call-rt-st.exp
4013 * gdb.base/callexit.exp
4014 * gdb.base/catch-fork-kill.exp
4015 * gdb.base/charset.exp
4016 * gdb.base/checkpoint.exp
4017 * gdb.base/comprdebug.exp
4018 * gdb.base/constvars.exp
4019 * gdb.base/coredump-filter.exp
4020 * gdb.base/cursal.exp
4021 * gdb.base/cvexpr.exp
4022 * gdb.base/detach.exp
4023 * gdb.base/display.exp
4024 * gdb.base/dmsym.exp
4025 * gdb.base/dprintf-pending.exp
4026 * gdb.base/dso2dso.exp
4027 * gdb.base/dtrace-probe.exp
4028 * gdb.base/dump.exp
4029 * gdb.base/enum_cond.exp
4030 * gdb.base/exe-lock.exp
4031 * gdb.base/exec-invalid-sysroot.exp
4032 * gdb.base/execl-update-breakpoints.exp
4033 * gdb.base/exprs.exp
4034 * gdb.base/fileio.exp
4035 * gdb.base/find.exp
4036 * gdb.base/finish.exp
4037 * gdb.base/fixsection.exp
4038 * gdb.base/foll-vfork.exp
4039 * gdb.base/frame-args.exp
4040 * gdb.base/gcore.exp
4041 * gdb.base/gdb1250.exp
4042 * gdb.base/global-var-nested-by-dso.exp
4043 * gdb.base/gnu-ifunc.exp
4044 * gdb.base/hashline1.exp
4045 * gdb.base/hashline2.exp
4046 * gdb.base/hashline3.exp
4047 * gdb.base/hbreak-in-shr-unsupported.exp
4048 * gdb.base/huge.exp
4049 * gdb.base/infcall-input.exp
4050 * gdb.base/info-fun.exp
4051 * gdb.base/info-shared.exp
4052 * gdb.base/jit-simple.exp
4053 * gdb.base/jit-so.exp
4054 * gdb.base/jit.exp
4055 * gdb.base/jump.exp
4056 * gdb.base/label.exp
4057 * gdb.base/lineinc.exp
4058 * gdb.base/logical.exp
4059 * gdb.base/longjmp.exp
4060 * gdb.base/macscp.exp
4061 * gdb.base/miscexprs.exp
4062 * gdb.base/new-ui-echo.exp
4063 * gdb.base/new-ui-pending-input.exp
4064 * gdb.base/new-ui.exp
4065 * gdb.base/nodebug.exp
4066 * gdb.base/nofield.exp
4067 * gdb.base/offsets.exp
4068 * gdb.base/overlays.exp
4069 * gdb.base/pending.exp
4070 * gdb.base/pointers.exp
4071 * gdb.base/pr11022.exp
4072 * gdb.base/printcmds.exp
4073 * gdb.base/prologue.exp
4074 * gdb.base/ptr-typedef.exp
4075 * gdb.base/realname-expand.exp
4076 * gdb.base/relativedebug.exp
4077 * gdb.base/relocate.exp
4078 * gdb.base/remote.exp
4079 * gdb.base/reread.exp
4080 * gdb.base/return2.exp
4081 * gdb.base/savedregs.exp
4082 * gdb.base/sep.exp
4083 * gdb.base/sepdebug.exp
4084 * gdb.base/sepsymtab.exp
4085 * gdb.base/set-inferior-tty.exp
4086 * gdb.base/setshow.exp
4087 * gdb.base/shlib-call.exp
4088 * gdb.base/sigaltstack.exp
4089 * gdb.base/siginfo-addr.exp
4090 * gdb.base/signals.exp
4091 * gdb.base/signull.exp
4092 * gdb.base/sigrepeat.exp
4093 * gdb.base/so-impl-ld.exp
4094 * gdb.base/solib-display.exp
4095 * gdb.base/solib-overlap.exp
4096 * gdb.base/solib-search.exp
4097 * gdb.base/solib-symbol.exp
4098 * gdb.base/structs.exp
4099 * gdb.base/structs2.exp
4100 * gdb.base/symtab-search-order.exp
4101 * gdb.base/twice.exp
4102 * gdb.base/unload.exp
4103 * gdb.base/varargs.exp
4104 * gdb.base/watchpoint-solib.exp
4105 * gdb.base/watchpoint.exp
4106 * gdb.base/whatis.exp
4107 * gdb.base/wrong_frame_bt_full.exp
4108 * gdb.btrace/dlopen.exp
4109 * gdb.cell/ea-standalone.exp
4110 * gdb.cell/ea-test.exp
4111 * gdb.cp/dispcxx.exp
4112 * gdb.cp/gdb2384.exp
4113 * gdb.cp/method2.exp
4114 * gdb.cp/nextoverthrow.exp
4115 * gdb.cp/pr10728.exp
4116 * gdb.disasm/am33.exp
4117 * gdb.disasm/h8300s.exp
4118 * gdb.disasm/mn10300.exp
4119 * gdb.disasm/sh3.exp
4120 * gdb.dwarf2/dw2-dir-file-name.exp
4121 * gdb.fortran/complex.exp
4122 * gdb.fortran/library-module.exp
4123 * gdb.guile/scm-pretty-print.exp
4124 * gdb.guile/scm-symbol.exp
4125 * gdb.guile/scm-type.exp
4126 * gdb.guile/scm-value.exp
4127 * gdb.linespec/linespec.exp
4128 * gdb.mi/gdb701.exp
4129 * gdb.mi/gdb792.exp
4130 * gdb.mi/mi-breakpoint-changed.exp
4131 * gdb.mi/mi-dprintf-pending.exp
4132 * gdb.mi/mi-dprintf.exp
4133 * gdb.mi/mi-exit-code.exp
4134 * gdb.mi/mi-pending.exp
4135 * gdb.mi/mi-solib.exp
4136 * gdb.mi/new-ui-mi-sync.exp
4137 * gdb.mi/pr11022.exp
4138 * gdb.mi/user-selected-context-sync.exp
4139 * gdb.opt/solib-intra-step.exp
4140 * gdb.python/py-events.exp
4141 * gdb.python/py-finish-breakpoint.exp
4142 * gdb.python/py-mi.exp
4143 * gdb.python/py-prettyprint.exp
4144 * gdb.python/py-shared.exp
4145 * gdb.python/py-symbol.exp
4146 * gdb.python/py-template.exp
4147 * gdb.python/py-type.exp
4148 * gdb.python/py-value.exp
4149 * gdb.reverse/solib-precsave.exp
4150 * gdb.reverse/solib-reverse.exp
4151 * gdb.server/solib-list.exp
4152 * gdb.stabs/weird.exp
4153 * gdb.threads/reconnect-signal.exp
4154 * gdb.threads/stepi-random-signal.exp
4155 * gdb.trace/actions.exp
4156 * gdb.trace/ax.exp
4157 * gdb.trace/backtrace.exp
4158 * gdb.trace/change-loc.exp
4159 * gdb.trace/deltrace.exp
4160 * gdb.trace/ftrace-lock.exp
4161 * gdb.trace/ftrace.exp
4162 * gdb.trace/infotrace.exp
4163 * gdb.trace/mi-tracepoint-changed.exp
4164 * gdb.trace/packetlen.exp
4165 * gdb.trace/passcount.exp
4166 * gdb.trace/pending.exp
4167 * gdb.trace/range-stepping.exp
4168 * gdb.trace/report.exp
4169 * gdb.trace/stap-trace.exp
4170 * gdb.trace/tfind.exp
4171 * gdb.trace/trace-break.exp
4172 * gdb.trace/trace-condition.exp
4173 * gdb.trace/trace-enable-disable.exp
4174 * gdb.trace/trace-mt.exp
4175 * gdb.trace/tracecmd.exp
4176 * gdb.trace/tspeed.exp
4177 * gdb.trace/tsv.exp
4178 * lib/perftest.exp
4179
fb9feb35
LM
41802016-12-01 Luis Machado <lgustavo@codesourcery.com>
4181
4182 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4183 with gdb_test_no_output.
4184 Use command as test name.
4185
cd2ddb6c
LM
41862016-12-01 Luis Machado <lgustavo@codesourcery.com>
4187
4188 Fix test names starting with uppercase throughout the files.
4189
4190 * gdb.ada/assign_1.exp
4191 * gdb.ada/boolean_expr.exp
4192 * gdb.base/arrayidx.exp
4193 * gdb.base/del.exp
4194 * gdb.base/gcore-buffer-overflow.exp
4195 * gdb.base/testenv.exp
4196 * gdb.compile/compile.exp
4197 * gdb.python/py-framefilter-invalidarg.exp
4198 * gdb.python/py-framefilter.exp
4199
bb95117e
LM
42002016-12-01 Luis Machado <lgustavo@codesourcery.com>
4201
4202 Fix test names starting with uppercase throughout the files.
4203
4204 * gdb.ada/array_return.exp
4205 * gdb.ada/expr_delims.exp
4206 * gdb.ada/mi_dyn_arr.exp
4207 * gdb.ada/mi_interface.exp
4208 * gdb.ada/mi_var_array.exp
4209 * gdb.ada/watch_arg.exp
4210 * gdb.arch/alpha-step.exp
4211 * gdb.arch/altivec-regs.exp
4212 * gdb.arch/e500-regs.exp
4213 * gdb.arch/powerpc-d128-regs.exp
4214 * gdb.base/arrayidx.exp
4215 * gdb.base/break.exp
4216 * gdb.base/checkpoint.exp
4217 * gdb.base/debug-expr.exp
4218 * gdb.base/dmsym.exp
4219 * gdb.base/radix.exp
4220 * gdb.base/sepdebug.exp
4221 * gdb.base/testenv.exp
4222 * gdb.base/watch_thread_num.exp
4223 * gdb.base/watchpoint-cond-gone.exp
4224 * gdb.cell/break.exp
4225 * gdb.cell/ea-cache.exp
4226 * gdb.compile/compile.exp
4227 * gdb.cp/gdb2495.exp
4228 * gdb.gdb/selftest.exp
4229 * gdb.gdb/xfullpath.exp
4230 * gdb.go/hello.exp
4231 * gdb.go/integers.exp
4232 * gdb.objc/basicclass.exp
4233 * gdb.pascal/hello.exp
4234 * gdb.pascal/integers.exp
4235 * gdb.python/py-breakpoint.exp
4236 * gdb.python/py-cmd.exp
4237 * gdb.python/py-linetable.exp
4238 * gdb.python/py-xmethods.exp
4239 * gdb.python/python.exp
4240 * gdb.reverse/consecutive-precsave.exp
4241 * gdb.reverse/finish-precsave.exp
4242 * gdb.reverse/i386-precsave.exp
4243 * gdb.reverse/machinestate-precsave.exp
4244 * gdb.reverse/sigall-precsave.exp
4245 * gdb.reverse/solib-precsave.exp
4246 * gdb.reverse/step-precsave.exp
4247 * gdb.reverse/until-precsave.exp
4248 * gdb.reverse/watch-precsave.exp
4249 * gdb.threads/leader-exit.exp
4250 * gdb.threads/pthreads.exp
4251 * gdb.threads/wp-replication.exp
4252 * gdb.trace/actions.exp
4253 * gdb.trace/mi-tsv-changed.exp
4254 * gdb.trace/tsv.exp
4255
de97fdd4
LM
42562016-12-01 Luis Machado <lgustavo@codesourcery.com>
4257
4258 Fix test names starting with uppercase throughout the files.
4259
4260 * gdb.arch/i386-bp_permanent.exp
4261 * gdb.arch/i386-gnu-cfi.exp
4262 * gdb.base/disasm-end-cu.exp
4263 * gdb.base/macscp.exp
4264 * gdb.base/pending.exp
4265 * gdb.base/watch_thread_num.exp
4266 * gdb.cp/exception.exp
4267 * gdb.cp/gdb2495.exp
4268 * gdb.cp/local.exp
4269 * gdb.python/py-evsignal.exp
4270 * gdb.python/python.exp
4271 * gdb.trace/tracecmd.exp
4272
9f058c10
LM
42732016-12-01 Luis Machado <lgustavo@codesourcery.com>
4274
4275 Fix test names starting with uppercase throughout the files.
4276
4277 * gdb.base/charset.exp
4278 * gdb.base/eval.exp
4279 * gdb.base/multi-forks.exp
4280 * gdb.guile/scm-progspace.exp
4281 * gdb.opencl/datatypes.exp
4282 * gdb.python/py-block.exp
4283 * gdb.python/py-function.exp
4284 * gdb.python/py-symbol.exp
4285 * gdb.python/py-symtab.exp
4286 * gdb.python/py-xmethods.exp
4287 * gdb.reverse/break-precsave.exp
4288 * gdb.reverse/break-reverse.exp
4289 * gdb.reverse/consecutive-precsave.exp
4290 * gdb.reverse/consecutive-reverse.exp
4291 * gdb.reverse/finish-precsave.exp
4292 * gdb.reverse/finish-reverse-bkpt.exp
4293 * gdb.reverse/finish-reverse.exp
4294 * gdb.reverse/fstatat-reverse.exp
4295 * gdb.reverse/getresuid-reverse.exp
4296 * gdb.reverse/i386-precsave.exp
4297 * gdb.reverse/i386-reverse.exp
4298 * gdb.reverse/i386-sse-reverse.exp
4299 * gdb.reverse/i387-stack-reverse.exp
4300 * gdb.reverse/insn-reverse.exp
4301 * gdb.reverse/machinestate-precsave.exp
4302 * gdb.reverse/machinestate.exp
4303 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4304 * gdb.reverse/pipe-reverse.exp
4305 * gdb.reverse/readv-reverse.exp
4306 * gdb.reverse/recvmsg-reverse.exp
4307 * gdb.reverse/rerun-prec.exp
4308 * gdb.reverse/s390-mvcle.exp
4309 * gdb.reverse/sigall-precsave.exp
4310 * gdb.reverse/sigall-reverse.exp
4311 * gdb.reverse/solib-precsave.exp
4312 * gdb.reverse/solib-reverse.exp
4313 * gdb.reverse/step-precsave.exp
4314 * gdb.reverse/step-reverse.exp
4315 * gdb.reverse/time-reverse.exp
4316 * gdb.reverse/until-precsave.exp
4317 * gdb.reverse/until-reverse.exp
4318 * gdb.reverse/waitpid-reverse.exp
4319 * gdb.reverse/watch-precsave.exp
4320 * gdb.reverse/watch-reverse.exp
4321
cdc7edd7
LM
43222016-12-01 Luis Machado <lgustavo@codesourcery.com>
4323
4324 Fix test names starting with uppercase throughout the files.
4325
4326 * gdb.arch/i386-mpx-simple_segv.exp
4327 * gdb.arch/i386-mpx.exp
4328 * gdb.arch/i386-permbkpt.exp
4329 * gdb.arch/pa-nullify.exp
4330 * gdb.arch/powerpc-d128-regs.exp
4331 * gdb.arch/vsx-regs.exp
4332 * gdb.base/bfp-test.exp
4333 * gdb.base/break.exp
4334 * gdb.base/breakpoint-shadow.exp
4335 * gdb.base/callfuncs.exp
4336 * gdb.base/charset.exp
4337 * gdb.base/commands.exp
4338 * gdb.base/completion.exp
4339 * gdb.base/dfp-test.exp
4340 * gdb.base/echo.exp
4341 * gdb.base/ending-run.exp
4342 * gdb.base/eval.exp
4343 * gdb.base/expand-psymtabs.exp
4344 * gdb.base/float128.exp
4345 * gdb.base/floatn.exp
4346 * gdb.base/foll-exec-mode.exp
4347 * gdb.base/gdb1056.exp
4348 * gdb.base/gdb11531.exp
4349 * gdb.base/kill-after-signal.exp
4350 * gdb.base/multi-forks.exp
4351 * gdb.base/overlays.exp
4352 * gdb.base/pending.exp
4353 * gdb.base/sepdebug.exp
4354 * gdb.base/testenv.exp
4355 * gdb.base/valgrind-db-attach.exp
4356 * gdb.base/watch_thread_num.exp
4357 * gdb.base/watchpoint-cond-gone.exp
4358 * gdb.base/watchpoint.exp
4359 * gdb.base/watchpoints.exp
4360 * gdb.cp/arg-reference.exp
4361 * gdb.cp/baseenum.exp
4362 * gdb.cp/operator.exp
4363 * gdb.cp/shadow.exp
4364 * gdb.dwarf2/dw2-op-out-param.exp
4365 * gdb.dwarf2/dw2-reg-undefined.exp
4366 * gdb.go/chan.exp
4367 * gdb.go/hello.exp
4368 * gdb.go/integers.exp
4369 * gdb.go/methods.exp
4370 * gdb.go/package.exp
4371 * gdb.guile/scm-parameter.exp
4372 * gdb.guile/scm-progspace.exp
4373 * gdb.guile/scm-value.exp
4374 * gdb.mi/mi-pending.exp
4375 * gdb.mi/user-selected-context-sync.exp
4376 * gdb.multi/multi-attach.exp
4377 * gdb.multi/tids.exp
4378 * gdb.opt/clobbered-registers-O2.exp
4379 * gdb.pascal/floats.exp
4380 * gdb.pascal/integers.exp
4381 * gdb.python/py-block.exp
4382 * gdb.python/py-events.exp
4383 * gdb.python/py-parameter.exp
4384 * gdb.python/py-symbol.exp
4385 * gdb.python/py-symtab.exp
4386 * gdb.python/py-type.exp
4387 * gdb.python/py-value.exp
4388 * gdb.python/py-xmethods.exp
4389 * gdb.python/python.exp
4390 * gdb.reverse/break-precsave.exp
4391 * gdb.reverse/consecutive-precsave.exp
4392 * gdb.reverse/finish-precsave.exp
4393 * gdb.reverse/i386-precsave.exp
4394 * gdb.reverse/machinestate-precsave.exp
4395 * gdb.reverse/sigall-precsave.exp
4396 * gdb.reverse/solib-precsave.exp
4397 * gdb.reverse/step-precsave.exp
4398 * gdb.reverse/until-precsave.exp
4399 * gdb.reverse/watch-precsave.exp
4400 * gdb.server/ext-attach.exp
4401 * gdb.server/ext-restart.exp
4402 * gdb.server/ext-run.exp
4403 * gdb.server/ext-wrapper.exp
4404 * gdb.stabs/gdb11479.exp
4405 * gdb.stabs/weird.exp
4406 * gdb.threads/attach-many-short-lived-threads.exp
4407 * gdb.threads/kill.exp
4408 * gdb.threads/watchpoint-fork.exp
4409
bc6c7af4
LM
44102016-12-01 Luis Machado <lgustavo@codesourcery.com>
4411
4412 Fix test names starting with uppercase throughout all the files below.
4413
4414 * gdb.ada/array_return.exp
4415 * gdb.ada/catch_ex.exp
4416 * gdb.ada/info_exc.exp
4417 * gdb.ada/mi_catch_ex.exp
4418 * gdb.ada/mi_dyn_arr.exp
4419 * gdb.ada/mi_ex_cond.exp
4420 * gdb.ada/mi_exc_info.exp
4421 * gdb.ada/mi_interface.exp
4422 * gdb.ada/mi_task_arg.exp
4423 * gdb.ada/mi_task_info.exp
4424 * gdb.ada/mi_var_array.exp
4425 * gdb.arch/alpha-step.exp
4426 * gdb.arch/amd64-disp-step.exp
4427 * gdb.arch/arm-disp-step.exp
4428 * gdb.arch/disp-step-insn-reloc.exp
4429 * gdb.arch/e500-prologue.exp
4430 * gdb.arch/ftrace-insn-reloc.exp
4431 * gdb.arch/gdb1558.exp
4432 * gdb.arch/i386-bp_permanent.exp
4433 * gdb.arch/i386-disp-step.exp
4434 * gdb.arch/i386-float.exp
4435 * gdb.arch/i386-gnu-cfi.exp
4436 * gdb.arch/ia64-breakpoint-shadow.exp
4437 * gdb.arch/mips16-thunks.exp
4438 * gdb.arch/pa-nullify.exp
4439 * gdb.arch/powerpc-aix-prologue.exp
4440 * gdb.arch/powerpc-power.exp
4441 * gdb.arch/ppc-dfp.exp
4442 * gdb.arch/s390-tdbregs.exp
4443 * gdb.arch/spu-info.exp
4444 * gdb.arch/spu-ls.exp
4445 * gdb.arch/thumb-bx-pc.exp
4446 * gdb.base/advance.exp
4447 * gdb.base/annota-input-while-running.exp
4448 * gdb.base/arrayidx.exp
4449 * gdb.base/asmlabel.exp
4450 * gdb.base/async.exp
4451 * gdb.base/attach-wait-input.exp
4452 * gdb.base/auto-connect-native-target.exp
4453 * gdb.base/batch-preserve-term-settings.exp
4454 * gdb.base/bfp-test.exp
4455 * gdb.base/bigcore.exp
4456 * gdb.base/bp-permanent.exp
4457 * gdb.base/break-always.exp
4458 * gdb.base/break-fun-addr.exp
4459 * gdb.base/break-idempotent.exp
4460 * gdb.base/break-main-file-remove-fail.exp
4461 * gdb.base/break-probes.exp
4462 * gdb.base/break-unload-file.exp
4463 * gdb.base/break.exp
4464 * gdb.base/call-ar-st.exp
4465 * gdb.base/call-rt-st.exp
4466 * gdb.base/call-sc.exp
4467 * gdb.base/call-signal-resume.exp
4468 * gdb.base/call-strs.exp
4469 * gdb.base/callexit.exp
4470 * gdb.base/callfuncs.exp
4471 * gdb.base/catch-gdb-caused-signals.exp
4472 * gdb.base/catch-signal-siginfo-cond.exp
4473 * gdb.base/catch-syscall.exp
4474 * gdb.base/compare-sections.exp
4475 * gdb.base/cond-eval-mode.exp
4476 * gdb.base/condbreak-call-false.exp
4477 * gdb.base/consecutive-step-over.exp
4478 * gdb.base/cursal.exp
4479 * gdb.base/disabled-location.exp
4480 * gdb.base/disasm-end-cu.exp
4481 * gdb.base/display.exp
4482 * gdb.base/double-prompt-target-event-error.exp
4483 * gdb.base/dprintf-bp-same-addr.exp
4484 * gdb.base/dprintf-detach.exp
4485 * gdb.base/dprintf-next.exp
4486 * gdb.base/dprintf-non-stop.exp
4487 * gdb.base/dprintf-pending.exp
4488 * gdb.base/dso2dso.exp
4489 * gdb.base/ending-run.exp
4490 * gdb.base/enum_cond.exp
4491 * gdb.base/examine-backward.exp
4492 * gdb.base/exe-lock.exp
4493 * gdb.base/exec-invalid-sysroot.exp
4494 * gdb.base/execl-update-breakpoints.exp
4495 * gdb.base/execution-termios.exp
4496 * gdb.base/fileio.exp
4497 * gdb.base/fixsection.exp
4498 * gdb.base/foll-exec-mode.exp
4499 * gdb.base/foll-exec.exp
4500 * gdb.base/fork-running-state.exp
4501 * gdb.base/frame-args.exp
4502 * gdb.base/fullpath-expand.exp
4503 * gdb.base/func-ptr.exp
4504 * gdb.base/gcore-relro-pie.exp
4505 * gdb.base/gdb1090.exp
4506 * gdb.base/gdb1555.exp
4507 * gdb.base/global-var-nested-by-dso.exp
4508 * gdb.base/gnu-ifunc.exp
4509 * gdb.base/hbreak-in-shr-unsupported.exp
4510 * gdb.base/hbreak-unmapped.exp
4511 * gdb.base/hook-stop.exp
4512 * gdb.base/infcall-input.exp
4513 * gdb.base/info-fun.exp
4514 * gdb.base/info-shared.exp
4515 * gdb.base/interrupt-noterm.exp
4516 * gdb.base/jit-so.exp
4517 * gdb.base/jit.exp
4518 * gdb.base/line-symtabs.exp
4519 * gdb.base/list.exp
4520 * gdb.base/longjmp.exp
4521 * gdb.base/macscp.exp
4522 * gdb.base/max-value-size.exp
4523 * gdb.base/nodebug.exp
4524 * gdb.base/nofield.exp
4525 * gdb.base/overlays.exp
4526 * gdb.base/paginate-after-ctrl-c-running.exp
4527 * gdb.base/paginate-bg-execution.exp
4528 * gdb.base/paginate-inferior-exit.exp
4529 * gdb.base/pending.exp
4530 * gdb.base/pr11022.exp
4531 * gdb.base/printcmds.exp
4532 * gdb.base/ptr-typedef.exp
4533 * gdb.base/ptype.exp
4534 * gdb.base/randomize.exp
4535 * gdb.base/range-stepping.exp
4536 * gdb.base/realname-expand.exp
4537 * gdb.base/relativedebug.exp
4538 * gdb.base/remote.exp
4539 * gdb.base/savedregs.exp
4540 * gdb.base/sepdebug.exp
4541 * gdb.base/set-noassign.exp
4542 * gdb.base/shlib-call.exp
4543 * gdb.base/shreloc.exp
4544 * gdb.base/sigaltstack.exp
4545 * gdb.base/sigbpt.exp
4546 * gdb.base/siginfo-addr.exp
4547 * gdb.base/siginfo-obj.exp
4548 * gdb.base/siginfo-thread.exp
4549 * gdb.base/signest.exp
4550 * gdb.base/signull.exp
4551 * gdb.base/sigrepeat.exp
4552 * gdb.base/skip.exp
4553 * gdb.base/so-impl-ld.exp
4554 * gdb.base/solib-corrupted.exp
4555 * gdb.base/solib-disc.exp
4556 * gdb.base/solib-display.exp
4557 * gdb.base/solib-overlap.exp
4558 * gdb.base/solib-search.exp
4559 * gdb.base/solib-symbol.exp
4560 * gdb.base/source-execution.exp
4561 * gdb.base/sss-bp-on-user-bp-2.exp
4562 * gdb.base/sss-bp-on-user-bp.exp
4563 * gdb.base/stack-checking.exp
4564 * gdb.base/stale-infcall.exp
4565 * gdb.base/step-break.exp
4566 * gdb.base/step-line.exp
4567 * gdb.base/step-over-exit.exp
4568 * gdb.base/step-test.exp
4569 * gdb.base/structs.exp
4570 * gdb.base/sym-file.exp
4571 * gdb.base/symtab-search-order.exp
4572 * gdb.base/term.exp
4573 * gdb.base/type-opaque.exp
4574 * gdb.base/unload.exp
4575 * gdb.base/until-nodebug.exp
4576 * gdb.base/until.exp
4577 * gdb.base/unwindonsignal.exp
4578 * gdb.base/watch-cond.exp
4579 * gdb.base/watch-non-mem.exp
4580 * gdb.base/watch_thread_num.exp
4581 * gdb.base/watchpoint-reuse-slot.exp
4582 * gdb.base/watchpoint-solib.exp
4583 * gdb.base/watchpoint.exp
4584 * gdb.btrace/dlopen.exp
4585 * gdb.cell/arch.exp
4586 * gdb.cell/break.exp
4587 * gdb.cell/bt.exp
4588 * gdb.cell/core.exp
4589 * gdb.cell/data.exp
4590 * gdb.cell/dwarfaddr.exp
4591 * gdb.cell/ea-cache.exp
4592 * gdb.cell/ea-standalone.exp
4593 * gdb.cell/ea-test.exp
4594 * gdb.cell/f-regs.exp
4595 * gdb.cell/fork.exp
4596 * gdb.cell/gcore.exp
4597 * gdb.cell/mem-access.exp
4598 * gdb.cell/ptype.exp
4599 * gdb.cell/registers.exp
4600 * gdb.cell/sizeof.exp
4601 * gdb.cell/solib-symbol.exp
4602 * gdb.cell/solib.exp
4603 * gdb.compile/compile-tls.exp
4604 * gdb.cp/exception.exp
4605 * gdb.cp/gdb2495.exp
4606 * gdb.cp/local.exp
4607 * gdb.cp/mb-inline.exp
4608 * gdb.cp/mb-templates.exp
4609 * gdb.cp/pr10687.exp
4610 * gdb.cp/pr9167.exp
4611 * gdb.cp/scope-err.exp
4612 * gdb.cp/templates.exp
4613 * gdb.cp/virtfunc.exp
4614 * gdb.dwarf2/dw2-dir-file-name.exp
4615 * gdb.dwarf2/dw2-single-line-discriminators.exp
4616 * gdb.fortran/complex.exp
4617 * gdb.fortran/library-module.exp
4618 * gdb.guile/guile.exp
4619 * gdb.guile/scm-cmd.exp
4620 * gdb.guile/scm-frame-inline.exp
4621 * gdb.guile/scm-objfile.exp
4622 * gdb.guile/scm-pretty-print.exp
4623 * gdb.guile/scm-symbol.exp
4624 * gdb.guile/scm-type.exp
4625 * gdb.guile/scm-value.exp
4626 * gdb.linespec/keywords.exp
4627 * gdb.linespec/ls-errs.exp
4628 * gdb.linespec/macro-relative.exp
4629 * gdb.linespec/thread.exp
4630 * gdb.mi/mi-breakpoint-changed.exp
4631 * gdb.mi/mi-dprintf-pending.exp
4632 * gdb.mi/mi-fullname-deleted.exp
4633 * gdb.mi/mi-logging.exp
4634 * gdb.mi/mi-pending.exp
4635 * gdb.mi/mi-solib.exp
4636 * gdb.mi/new-ui-mi-sync.exp
4637 * gdb.mi/user-selected-context-sync.exp
4638 * gdb.multi/dummy-frame-restore.exp
4639 * gdb.multi/multi-arch-exec.exp
4640 * gdb.multi/remove-inferiors.exp
4641 * gdb.multi/watchpoint-multi-exit.exp
4642 * gdb.opt/solib-intra-step.exp
4643 * gdb.perf/backtrace.exp
4644 * gdb.perf/single-step.exp
4645 * gdb.perf/skip-command.exp
4646 * gdb.perf/skip-prologue.exp
4647 * gdb.perf/solib.exp
4648 * gdb.python/lib-types.exp
4649 * gdb.python/py-as-string.exp
4650 * gdb.python/py-bad-printers.exp
4651 * gdb.python/py-block.exp
4652 * gdb.python/py-breakpoint.exp
4653 * gdb.python/py-cmd.exp
4654 * gdb.python/py-events.exp
4655 * gdb.python/py-evthreads.exp
4656 * gdb.python/py-finish-breakpoint.exp
4657 * gdb.python/py-finish-breakpoint2.exp
4658 * gdb.python/py-frame-inline.exp
4659 * gdb.python/py-frame.exp
4660 * gdb.python/py-inferior.exp
4661 * gdb.python/py-infthread.exp
4662 * gdb.python/py-mi.exp
4663 * gdb.python/py-objfile.exp
4664 * gdb.python/py-pp-maint.exp
4665 * gdb.python/py-pp-registration.exp
4666 * gdb.python/py-prettyprint.exp
4667 * gdb.python/py-recurse-unwind.exp
4668 * gdb.python/py-shared.exp
4669 * gdb.python/py-symbol.exp
4670 * gdb.python/py-symtab.exp
4671 * gdb.python/py-template.exp
4672 * gdb.python/py-type.exp
4673 * gdb.python/py-unwind-maint.exp
4674 * gdb.python/py-unwind.exp
4675 * gdb.python/py-value.exp
4676 * gdb.python/python.exp
4677 * gdb.reverse/finish-reverse-bkpt.exp
4678 * gdb.reverse/insn-reverse.exp
4679 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4680 * gdb.reverse/solib-precsave.exp
4681 * gdb.reverse/solib-reverse.exp
4682 * gdb.stabs/gdb11479.exp
4683 * gdb.stabs/weird.exp
4684 * gdb.threads/fork-child-threads.exp
4685 * gdb.threads/fork-plus-threads.exp
4686 * gdb.threads/fork-thread-pending.exp
4687 * gdb.threads/forking-threads-plus-breakpoint.exp
4688 * gdb.threads/hand-call-in-threads.exp
4689 * gdb.threads/interrupted-hand-call.exp
4690 * gdb.threads/linux-dp.exp
4691 * gdb.threads/local-watch-wrong-thread.exp
4692 * gdb.threads/next-while-other-thread-longjmps.exp
4693 * gdb.threads/non-ldr-exit.exp
4694 * gdb.threads/pending-step.exp
4695 * gdb.threads/print-threads.exp
4696 * gdb.threads/process-dies-while-detaching.exp
4697 * gdb.threads/process-dies-while-handling-bp.exp
4698 * gdb.threads/pthreads.exp
4699 * gdb.threads/queue-signal.exp
4700 * gdb.threads/reconnect-signal.exp
4701 * gdb.threads/signal-command-handle-nopass.exp
4702 * gdb.threads/signal-command-multiple-signals-pending.exp
4703 * gdb.threads/signal-delivered-right-thread.exp
4704 * gdb.threads/signal-sigtrap.exp
4705 * gdb.threads/sigthread.exp
4706 * gdb.threads/staticthreads.exp
4707 * gdb.threads/stepi-random-signal.exp
4708 * gdb.threads/thread-unwindonsignal.exp
4709 * gdb.threads/thread_check.exp
4710 * gdb.threads/thread_events.exp
4711 * gdb.threads/tid-reuse.exp
4712 * gdb.threads/tls-nodebug.exp
4713 * gdb.threads/tls-shared.exp
4714 * gdb.threads/tls-so_extern.exp
4715 * gdb.threads/tls.exp
4716 * gdb.threads/wp-replication.exp
4717 * gdb.trace/actions-changed.exp
4718 * gdb.trace/actions.exp
4719 * gdb.trace/backtrace.exp
4720 * gdb.trace/change-loc.exp
4721 * gdb.trace/collection.exp
4722 * gdb.trace/deltrace.exp
4723 * gdb.trace/disconnected-tracing.exp
4724 * gdb.trace/entry-values.exp
4725 * gdb.trace/ftrace-lock.exp
4726 * gdb.trace/ftrace.exp
4727 * gdb.trace/infotrace.exp
4728 * gdb.trace/mi-trace-frame-collected.exp
4729 * gdb.trace/mi-trace-unavailable.exp
4730 * gdb.trace/mi-traceframe-changed.exp
4731 * gdb.trace/mi-tracepoint-changed.exp
4732 * gdb.trace/mi-tsv-changed.exp
4733 * gdb.trace/no-attach-trace.exp
4734 * gdb.trace/packetlen.exp
4735 * gdb.trace/passc-dyn.exp
4736 * gdb.trace/passcount.exp
4737 * gdb.trace/pending.exp
4738 * gdb.trace/pr16508.exp
4739 * gdb.trace/qtro.exp
4740 * gdb.trace/range-stepping.exp
4741 * gdb.trace/read-memory.exp
4742 * gdb.trace/report.exp
4743 * gdb.trace/save-trace.exp
4744 * gdb.trace/signal.exp
4745 * gdb.trace/stap-trace.exp
4746 * gdb.trace/status-stop.exp
4747 * gdb.trace/strace.exp
4748 * gdb.trace/tfile.exp
4749 * gdb.trace/tfind.exp
4750 * gdb.trace/trace-break.exp
4751 * gdb.trace/trace-condition.exp
4752 * gdb.trace/trace-enable-disable.exp
4753 * gdb.trace/trace-mt.exp
4754 * gdb.trace/tracecmd.exp
4755 * gdb.trace/tracefile-pseudo-reg.exp
4756 * gdb.trace/tspeed.exp
4757 * gdb.trace/tstatus.exp
4758 * gdb.trace/tsv.exp
4759 * gdb.trace/unavailable.exp
4760 * gdb.trace/while-dyn.exp
4761 * gdb.trace/while-stepping.exp
4762 * lib/gdb-guile.exp
4763 * lib/gdb.exp
4764 * lib/mi-support.exp
4765 * lib/pascal.exp
4766 * lib/perftest.exp
4767 * lib/prelink-support.exp
4768 * lib/selftest-support.exp
4769
ad02e4fe
SM
47702016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4771
4772 * Makefile.in: Include disable-implicit-rules.mk.
4773
22347e55
AA
47742016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4775
4776 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4777 non-byte-aligned bit fields.
4778
da5b30da
AA
47792016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4780
4781 PR gdb/12616
4782 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4783 respects the DW_AT_data_bit_offset attribute.
4784
b593ecca
SM
47852016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4786
4787 * gdb.base/default.exp: Fix output of "set language".
4788
3b165252
SM
47892016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4790
4791 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4792 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4793 make.
4794 * configure.ac: Remove checks for the make program.
4795 * configure: Re-generate.
4796
1a2f3d7f
KB
47972016-11-16 Kevin Buettner <kevinb@redhat.com>
4798
4799 * gdb.python/py-recurse-unwind.c (main): Add loop.
4800 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4801 to read_register() and gdb.parse_and_eval(). Make each code
4802 call a separate case that can be individually tested.
4803 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4804 proc. Call cont_and_backtrace for each of the code paths that
4805 we want to test in the unwinder.
4806
b7f38fda
AA
48072016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4808
4809 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4810 the definition of struct S.
4811
1f8db343
CM
48122016-11-11 Catherine Moore <clm@codesourcery.com>
4813
4814 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4815
fad0c9fb
PA
48162016-11-09 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/commands.exp (runto_or_return): New procedure.
4819 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4820 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4821 (progvar_simple_while_test, progvar_complex_if_while_test)
4822 (if_while_breakpoint_command_test)
4823 (infrun_breakpoint_command_test, breakpoint_command_test)
4824 (user_defined_command_test, watchpoint_command_test)
4825 (test_command_prompt_position, redefine_hook_test)
4826 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4827 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4828 multi_line_input and multi_line. Remove gdb_expect and
4829 gdb_stop_suppressing_tests uses.
4830 * lib/gdb.exp (valnum_re): New global.
4831 (multi_line_input): New procedure.
4832
8354c62c
SM
48332016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4834
4835 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4836 Remove.
4837 (test_setup): Define with proc_with_prefix.
4838 (test_cli_inferior): Likewise.
4839 (test_cli_thread): Likewise.
4840 (test_cli_frame): Likewise.
4841 (test_cli_select_frame): Likewise.
4842 (test_cli_up_down): Likewise.
4843 (test_mi_thread_select): Likewise.
4844 (test_mi_stack_select_frame): Likewise.
4845 (test_cli_in_mi_inferior): Likewise.
4846 (test_cli_in_mi_thread): Likewise.
4847 (test_cli_in_mi_frame): Likewise.
4848 (top level): Do not use with_test_prefix_procname.
4849
64f367a2
PA
48502016-11-09 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/commands.exp (gdbvar_simple_if_test)
4853 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4854 (progvar_simple_if_test, progvar_simple_while_test)
4855 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4856 (infrun_breakpoint_command_test, breakpoint_command_test)
4857 (user_defined_command_test, watchpoint_command_test)
4858 (test_command_prompt_position, deprecated_command_test)
4859 (bp_deleted_in_command, temporary_breakpoint_commands)
4860 (stray_arg0_test, source_file_with_indented_comment)
4861 (recursive_source_test, if_commands_test)
4862 (error_clears_commands_left, redefine_hook_test)
4863 (redefine_backtrace_test): Use proc_with_prefix.
4864 * lib/gdb.exp (proc_with_prefix): New proc.
4865
0bb65f1e
AA
48662016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4867
4868 * gdb.base/tui-layout.c: New file.
4869 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4870 disassembly window contains very long lines.
4871
7353f247
TT
48722016-11-08 Tom Tromey <tom@tromey.com>
4873
4874 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4875 depend on Python 2.
4876
30a7bb83
TT
48772016-11-08 Tom Tromey <tom@tromey.com>
4878
4879 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4880 New method.
4881
cdf5a07c
MG
48822016-10-29 Manish Goregaokar <manish@mozilla.com>
4883
2806dc7e 4884 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4885
51a789c3
MG
48862016-10-27 Manish Goregaokar <manish@mozilla.com>
4887
2806dc7e
PA
4888 * gdb.rust/simple.rs: Add test for univariant enums without
4889 discriminants and for encoded struct-like enums.
51a789c3 4890
f610ab6d
PA
48912016-10-28 Pedro Alves <palves@redhat.com>
4892
4893 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4894 gdb_test_multiple, tighten regexps and match symtabs and line
4895 tables incrementally.
4896
b129b0ca
LM
48972016-10-28 Luis Machado <lgustavo@codesourcery.com>
4898
4899 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4900 general.
4901
ecf45d2c
SL
49022016-10-25 Luis Machado <lgustavo@codesourcery.com>
4903
4904 * gdb.base/exec-invalid-sysroot.exp: New file.
4905
b8d38ee4
JK
49062016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4909
f90fd8c2
JK
49102016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4911
4912 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4913
2d2476aa
MR
49142016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4915
2806dc7e
PA
4916 * gdb.base/killed-outside.exp: Remove $options from a call to
4917 `prepare_for_testing'.
2d2476aa 4918
e42b25a0
SM
49192016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4920
4921 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4922 Change test message.
4923
3ccdb432
SM
49242016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4925
4926 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4927 Update comment.
4928
5bad3170
SM
49292016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4930
4931 * gdb.trace/mi-trace-save.exp: New file.
4932
5ad9dba7
YQ
49332016-10-13 Yao Qi <yao.qi@linaro.org>
4934
4935 * gdb.base/code_elim.exp (get_var_address): Remove.
4936 * gdb.base/relocate.exp: Likewise.
4937 * gdb.base/shreloc.exp: Likewise.
4938 * lib/gdb.exp (get_var_address): New.
4939
62df7e21
YQ
49402016-10-13 Yao Qi <yao.qi@linaro.org>
4941
4942 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4943 floating point tests if $skip_float_test is false.
4944
4dac951e
LM
49452016-10-12 Luis Machado <lgustavo@codesourcery.com>
4946
4947 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4948 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4949 argc values.
4950 Add 1 to argc so we guarantee distinct initial/modified argc values.
4951
8f1a8fc4
JK
49522016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4953
4954 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4955
16c85b5d
JK
49562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4957
4958 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4959 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4960 * gdb.arch/vsx-regs.exp: Likewise.
4961
1d0e042a
YQ
49622016-10-07 Yao Qi <yao.qi@linaro.org>
4963
4964 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4965
68dadef5
MM
49662016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4967
4968 * gdb.python/python.exp: Test decode_line("*0").
4969
33fa2c6e
DE
49702016-10-06 Doug Evans <dje@google.com>
4971
4972 * gdb.python/py-value.exp (test_value_creation): Add test for large
4973 unsigned 64-bit value.
4974
9c37b5ae
TT
49752016-10-06 Tom Tromey <tom@tromey.com>
4976
4977 * gdb.compile/compile.exp: Change java tests to rust.
4978 * gdb.base/setshow.exp: Change java tests to rust.
4979 * gdb.base/default.exp: Remove java from language list.
4980 * README (Examples): Update language example.
4981 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4982 test.
4983 * lib/gdb.exp (skip_java_tests): Remove.
4984 * lib/java.exp: Remove.
4985 * gdb.java: Remove.
4986
78b86327
MR
49872016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4988
4989 * gdb.arch/mips-fcr.exp: New test.
4990 * gdb.arch/mips-fcr.c: Source for the new test.
4991
7470adbb
MR
49922016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4993
4994 * gdb.base/solib-disc.exp: Use `standard_output_file'
4995 throughout.
4996
4a556533
PA
49972016-10-06 Pedro Alves <palves@redhat.com>
4998
4999 * gdb.base/jit-simple-dl.c: New file.
5000 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5001 * gdb.base/jit-simple.c: ... this.
5002 * gdb.base/jit-simple.exp (jit_run): Delete.
5003 (build_jit): New proc.
5004 (jit_test_reread): Recompile either the main program or the shared
5005 library, depending on what is being tested. Skip changing address
5006 if caller wants to. Compare before/after addresses. If testing
5007 standalone, explicitly load the binary. Test "maint info
5008 breakpoints".
5009 (top level): Add "standalone vs shared lib" and "change address"
5010 vs "same address" axes.
5011
5a122fbc
PA
50122016-10-06 Pedro Alves <palves@redhat.com>
5013
5014 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5015 call.
5016 (jit_run): Delete.
5017 (jit_test_reread): Use with_test_prefix. Reload the main binary
5018 explicitly. Compare the before/after addresses of the JIT
5019 descriptor.
5020
ee8da4b8
DE
50212016-08-15 Doug Evans <dje@google.com>
5022
5023 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5024 for single bitfields is bool.
5025 * gdb.xml/tdesc-regs.exp: Ditto.
5026
f389f6fe
JK
50272016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5028
5029 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5030
fdebf1a4
YQ
50312016-10-05 Yao Qi <yao.qi@linaro.org>
5032
5033 * lib/gdb.exp (support_complex_tests): Return zero if
5034 gdb_skip_float_test return true.
5035
9c36d954 50362016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5037 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5038
5039 PR gdb/20487
5040 * gdb.mi/user-selected-context-sync.exp: New file.
5041 * gdb.mi/user-selected-context-sync.c: New file.
5042
4034d0ff 50432016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5044 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5045
5046 PR gdb/20487
5047 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5048 =thread-select-event check.
5049
a4297203
PB
50502016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5051
5052 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5053 the compulsory L operand changes.
5054 * gdb.arch/powerpc-power.s: Likewise.
5055
bb805577
JK
50562016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5057
5058 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5059 * gdb.base/jit-attach-pie.c: New file.
5060 * gdb.base/jit-attach-pie.exp: New file.
5061
6d61dee5
PA
50622016-09-28 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.base/infcall-input.c: New file.
5065 * gdb.base/infcall-input.exp: New file.
5066
f73842fc
YQ
50672016-09-22 Yao Qi <yao.qi@linaro.org>
5068
5069 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5070 (gdb_exit): Rename it to ...
5071 (gdbserver_gdb_exit): ... Close GDBserver.
5072 (gdb_exit): New proc, call gdbserver_gdb_exit.
5073 (mi_gdb_exit): Likewise.
5074
90681dab
YQ
50752016-09-22 Yao Qi <yao.qi@linaro.org>
5076
5077 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5078 path.
5079 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5080 Remove duplication.
5081
9c211fd8
YQ
50822016-09-22 Yao Qi <yao.qi@linaro.org>
5083
5084 * lib/gdbserver-support.exp: Check the existence of
5085 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5086
ad0a504f
AK
50872016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5088
5089 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5090
36cf1806
TT
50912016-09-21 Tom Tromey <tom@tromey.com>
5092
5093 PR gdb/20604:
5094 * gdb.base/quit.exp: New file.
5095
74172ecf
SM
50962016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * .gitignore: New file.
5099
3d0ec882
MR
51002016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5101
5102 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5103 throughout.
5104
8193adea
AA
51052016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5106
5107 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5108
d41a5c09
JK
51092016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 * gdb.cp/casts.cc (decltype): Move it ...
5112 (main): ... with its call to ...
5113 * gdb.cp/casts03.cc: ... a new file.
5114 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5115
d2dfe700
JK
51162016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5117
5118 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5119
e2a92b16
PB
51202016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5121
5122 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5123 and sync up the test with tests in gas/testsuite/gas/ppc.
5124 * gdb.arch/powerpc-power.exp: Likewise.
5125
49b4de64
JK
51262016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5127
5128 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5129
2c29df25
SDJ
51302016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5131 Jan Kratochvil <jan.kratochvil@redhat.com>
5132
5133 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5134 make m1's definition to be different from m2's. Use 'dummy' as an
5135 argument for probe 'two'.
5136
cc3c2846
JB
51372016-09-10 Jon Beniston <jon@beniston.com>
5138
5139 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5140 for sim target.
5141
e1b2624a
AA
51422016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5143
5144 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5145 variable declaration.
5146 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5147 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5148 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5149 received HWCAP as its argument.
5150
4295e285
PA
51512016-09-06 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/new-ui-pending-input.c: New file.
5154 * gdb.base/new-ui-pending-input.exp: New file.
5155 * gdb.exp (clear_gdb_spawn_id): New procedure.
5156 (with_spawn_id): Check whether gdb_spawn_id exists before
5157 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5158 on exit.
5159
00d5215e
UW
51602016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5161
5162 * gdb.base/float128.c: New file.
5163 * gdb.base/float128.exp: Likewise.
5164 * gdb.base/floatn.c: Likewise.
5165 * gdb.base/floatn.exp: Likewise.
5166
a9ff5f12
UW
51672016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5168
5169 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5170
f245535c
PA
51712016-09-05 Pedro Alves <palves@redhat.com>
5172
5173 PR backtrace/19927
5174 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5175 unwinders are immediately called as side effect of "source" or
5176 "disable unwinder" commands.
5177 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5178
ae9cf263
YQ
51792016-09-02 Yao Qi <yao.qi@linaro.org>
5180
5181 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5182 is true and $type is "float" or "double".
5183
27aba047
YQ
51842016-09-02 Yao Qi <yao.qi@linaro.org>
5185
5186 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5187 true.
5188 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5189 * gdb.base/call-rt-st.exp: Likewise.
5190 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5191 return value instead of gdb,skip_float_test.
5192 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5193 (do_function_calls): Use its return value instead of
5194 gdb,skip_float_test.
5195 * gdb.base/finish.exp: Likewise.
5196 * gdb.base/funcargs.exp: Likewise.
5197 * gdb.base/return.exp: Likewise.
5198 * gdb.base/return2.exp: Likewise.
5199 * gdb.base/varargs.exp: Likewise.
5200 * lib/gdb.exp (gdb_skip_float_test): Change it to
5201 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5202
5af962df
AA
52032016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5204
5205 * gdb.multi/tids.exp: Test "thread apply all".
5206
7fac6910
JK
52072016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5208
5209 * gdb.base/default.exp (tty): Remove.
5210
bb1fe4ac
KB
52112016-08-24 Kevin Buettner <kevinb@redhat.com>
5212
2806dc7e
PA
5213 * gdb.python/py-recurse-unwind.c: New file.
5214 * gdb.python/py-recurse-unwind.py: New file.
5215 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5216
0a1ddfa6
SM
52172016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5218
5219 * gdb.base/set-inferior-tty.exp: New file.
5220 * gdb.base/set-inferior-tty.c: New file.
5221
d9de1fe3
PA
52222016-08-23 Pedro Alves <palves@redhat.com>
5223
5224 PR gdb/20494
5225 * gdb.base/new-ui-echo.c: New file.
5226 * gdb.base/new-ui-echo.exp: New file.
5227
e9d9abd7
YQ
52282016-08-23 Yao Qi <yao.qi@linaro.org>
5229
5230 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5231 gdbserver_spawn.
5232 * gdb.server/connect-without-multi-process.exp (do_test):
5233 Likewise.
5234
3589529e
YQ
52352016-08-23 Yao Qi <yao.qi@linaro.org>
5236
5237 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5238 standalone_txt. Delete gdb_txt and standalone_txt on host
5239 and target. Spawn the binary on target. Copy files from
5240 target to host.
5241
6bb90213
PA
52422016-08-22 Pedro Alves <palves@redhat.com>
5243
5244 PR gdb/20505
5245 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5246 with_test_prefix. Factor out bits to ...
5247 (test_no_vdso): ... this new procedure.
5248
20c2c024
CL
52492016-08-19 Carl Love <cel@us.ibm.com>
5250
5251 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5252 maintaining separate logic for constructing the output path.
5253 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5254 * gdb.arch/ppc-dfp.exp: Likewise.
5255 * gdb.arch/ppc-fp.exp: Likewise.
5256 * gdb.arch/vsx-regs.exp: Likewise.
5257 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5258 binprefix for generating the additional binary files.
5259
0646e07d
PA
52602016-08-19 Pedro Alves <palves@redhat.com>
5261
5262 * gdb.trace/mi-trace-frame-collected.exp
5263 (test_trace_frame_collected): On x32, expect two registers.
5264
46da9242
CL
52652016-08-18 Carl Love <cel@us.ibm.com>
5266
5267 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5268 and sync up the test with tests in gas/testsuite/gas/ppc.
5269 * gdb.arch/powerpc-power.exp: Likewise.
5270
eb2332d7
SM
52712016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5272
5273 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5274 expected error message.
5275
63c61e04
SM
52762016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5277
5278 * gdb.multi/remove-inferiors.exp: New file.
5279 * gdb.multi/remove-inferiors.c: New file.
5280
7b17065f
YQ
52812016-08-12 Yao Qi <yao.qi@linaro.org>
5282
5283 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5284 argument list.
5285
01d3dedf
PA
52862016-08-10 Pedro Alves <palves@redhat.com>
5287
5288 PR gdb/19187
5289 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5290 setup_kfails.
5291
3eb7562a
PA
52922016-08-09 Pedro Alves <palves@redhat.com>
5293 Simon Marchi <simon.marchi@ericsson.com>
5294
5295 PR gdb/20418
5296 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5297 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5298
80614914
PA
52992016-08-09 Pedro Alves <palves@redhat.com>
5300
5301 PR mi/20431
5302 * gdb.mi/mi-cmd-error.exp: New file.
5303
f348d89a
PA
53042016-08-09 Pedro Alves <palves@redhat.com>
5305
5306 PR gdb/18653
5307 * gdb.base/signals-state-child.c: New file.
5308 * gdb.base/signals-state-child.exp: New file.
5309 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5310
e5ca03b4
PA
53112016-08-09 Pedro Alves <palves@redhat.com>
5312
5313 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5314
282a0691
TT
53152016-08-03 Tom Tromey <tom@tromey.com>
5316
5317 PR python/18565:
5318 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5319
41bfcd63
YQ
53202016-08-01 Yao Qi <yao.qi@linaro.org>
5321
5322 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5323 variable mode to "multi-process" if $multi_process is 1, otherwise
5324 set it to "single-process".
5325
e3465b24
YQ
53262016-08-01 Yao Qi <yao.qi@linaro.org>
5327
5328 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5329 * gdb.cp/cpexprs.exp: Likewise.
5330 * gdb.cp/m-static.exp: Likewise.
5331
0b31a4bc
TT
53322016-07-26 Tom Tromey <tom@tromey.com>
5333
5334 PR python/20190:
5335 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5336 test.
5337
e0461dbb
MM
53382016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5339
5340 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5341 selecting assembly source files.
5342 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5343 assembly source files.
5344 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5345 assembly source files.
5346 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5347 selecting assembly source files.
5348
8194e927
SM
53492016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5350
5351 * gdb.base/new-ui.exp (do_test_invalid_args): New
5352 procedure.
5353
c0272db5
TW
53542016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5355
5356 * gdb.btrace/reconnect.c: New file.
5357 * gdb.btrace/reconnect.exp: New file.
5358
e3487908
GKB
53592016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5360
5361 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5362 to test_catch_syscall_group.
5363 (test_catch_syscall_group): New.
5364
12df5c00
TT
53652016-07-21 Tom Tromey <tom@tromey.com>
5366
5367 * gdb.rust/simple.rs (main): Use empty struct expression.
5368 * gdb.rust/simple.exp: Add tests for empty struct expression.
5369
bae62ee2
YQ
53702016-07-21 Yao Qi <yao.qi@linaro.org>
5371
5372 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5373 if gdb_skip_xml_test is true on some targets.
5374
b1b53fb3
YQ
53752016-07-21 Yao Qi <yao.qi@linaro.org>
5376
5377 * gdb.server/solib-list.exp: Unset last_loaded_file.
5378
027d97f8
JK
53792016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5380
5381 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5382 "step into captured_main (args)".
5383
7674d381
JK
53842016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5385
5386 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5387
72b5d099
JK
53882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5389
5390 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5391
1f960ced
PA
53922016-07-19 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5395 * gdb.opt/inline-bt.exp: Likewise.
5396 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5397 additional_flags=-Winline.
5398 * gdb.opt/inline-locals.exp: Likewise.
5399 * gdb.opt/inline-markers.c (ATTR): Define.
5400 (inlined_fn): Use it.
5401
f25827c1
YQ
54022016-07-19 Yao Qi <yao.qi@linaro.org>
5403
5404 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5405 (test_with_self): Remove some code. Remove argument executable.
5406 (top-level): Use do_self_tests.
5407
37539ebe
DB
54082016-07-15 Zachary Welch <zwelch@codesourcery.com>
5409 Don Breazeal <donb@codesourcery.com>
5410
5411 * gdb.base/maint.exp: Escape paths used in regular expressions.
5412 * gdb.stabs/weird.exp: Likewise.
5413
dac790e1
TT
54142016-07-13 Tom Tromey <tom@tromey.com>
5415
5416 PR python/15620, PR python/18620:
5417 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5418 (test_bkpt_events): New procs.
5419
93daf339
TT
54202016-07-13 Tom Tromey <tom@tromey.com>
5421
5422 PR python/17698:
5423 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5424 test.
5425 (test_watchpoints): Likewise.
5426 (test_bkpt_pending): New proc.
5427
6571a381
TT
54282016-07-13 Tom Tromey <tom@tromey.com>
5429
5430 PR cli/18053:
5431 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5432 completion test.
5433
e8732474
JK
54342016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5435
5436 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5437 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5438 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5439 f_label.
5440 (g): Rename g_end_lbl to g_label.
5441 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5442 low_pc and high_pc.
5443 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5444
e0f3fd7c
TT
54452016-07-12 Tom Tromey <tom@tromey.com>
5446
5447 PR python/19293:
5448 * gdb.python/py-unwind-maint.exp: Update tests.
5449
3cfe46b6
YQ
54502016-07-12 Yao Qi <yao.qi@linaro.org>
5451
5452 * lib/selftest-support.exp (selftest_setup): Match the output
5453 when captured_main is inlined.
5454
4f19a0e6
WT
54552016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5456
5457 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5458 New variables.
5459 (print this%a, print this%b, print this): New tests.
5460 * gdb.fortran/derived-types.f90 (this): New object and
5461 initialization.
5462
986cf455
SM
54632016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5464
5465 * gdb.ada/arraydim.exp: Remove extra directory level in build
5466 directory.
5467
f0464b23
SM
54682016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * lib/ada.exp: Remove extra directory level in build directory.
5471 * gdb.ada/cond_lang.exp: Likewise.
5472 * gdb.ada/exec_changed.exp: Likewise.
5473 * gdb.ada/lang_switch.exp: Likewise.
5474
42d94011
MG
54752016-07-06 Manish Goregaokar <manish@mozilla.com>
5476
2806dc7e
PA
5477 * simple.rs: Add test for raw pointer subscripting.
5478 * simple.exp: Add test expectations.
42d94011 5479
647c264c
YQ
54802016-07-05 Yao Qi <yao.qi@linaro.org>
5481
5482 * gdb.mi/mi-reverse.exp: Match =record-started output.
5483
20aa2c60
PA
54842016-07-01 Pedro Alves <palves@redhat.com>
5485
5486 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5487 procedure.
5488 (jit_reader_test): Test the jit reader's unwinder.
5489 * gdb.base/jithost.c (jit_function_00_code): New global.
5490 (main): Use memcpy to fill in the mmapped code, instead of poking
5491 bytes manually here.
5492 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5493 value.
5494 (read_debug_info): Save the function's range.
5495 (read_sp): New function.
5496 (unwind_frame): Use it. Also unwind RBP.
5497 (get_frame_id): Use read_sp.
5498 (gdb_init_reader): Use calloc instead of malloc.
5499 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5500 parameter. Use gdb_test_multiple.
5501
ced2dffb
PA
55022016-07-01 Pedro Alves <palves@redhat.com>
5503 Antoine Tremblay <antoine.tremblay@ericsson.com>
5504
5505 * gdb.threads/process-dies-while-detaching.c: New file.
5506 * gdb.threads/process-dies-while-detaching.exp: New file.
5507
63000888
PA
55082016-07-01 Pedro Alves <palves@redhat.com>
5509
5510 * gdb.multi/watchpoint-multi-exit.c: New file.
5511 * gdb.multi/watchpoint-multi-exit.exp: New file.
5512
038d4868
PA
55132016-06-30 Pedro Alves <palves@redhat.com>
5514
5515 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5516 unset inferior_spawn_id.
5517
994e9c83
PA
55182016-06-30 Pedro Alves <palves@redhat.com>
5519
5520 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5521 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5522
e5653468
YQ
55232016-06-29 Yao Qi <yao.qi@linaro.org>
5524
5525 * gdb.base/return.c: Add copyright header.
5526
803b47e5
TT
55272016-06-29 Tom Tromey <tom@tromey.com>
5528
5529 PR python/20129:
5530 * gdb.python/py-framefilter.exp: Add tests for setting priority
5531 and disabling of non-existent frame filter.
5532
28244707
YQ
55332016-06-29 Yao Qi <yao.qi@linaro.org>
5534
5535 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5536 0x0f07ff.
5537
a31d2f06
YQ
55382016-06-28 Yao Qi <yao.qi@linaro.org>
5539
5540 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5541 triplets. Start gdb, execute catch syscall, and continue. Check
5542 gdb's output to determine catch syscall is supported.
5543
921d8f54
MG
55442016-06-27 Manish Goregaokar <manish@mozilla.com>
5545
25d49b86
PA
5546 * gdb.rust/simple.rs: Add test for returning unit in a function.
5547 * gdb.rust/simple.exp: Add expectation for functions returning
5548 unit.
921d8f54 5549
f4952523
PMR
55502016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5551
5552 * gdb.python/py-breakpoint-create-fail.c,
5553 gdb.python/py-breakpoint-create-fail.exp,
5554 gdb.python/py-breakpoint-create-fail.py: New testcase.
5555
fccb08f8
MG
55562016-06-25 Manish Goregaokar <manish@mozilla.com>
5557
5558 PR gdb/20239
5559 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5560 * gdb.rust/simple.exp: Add test expectations for new NonZero
5561 tests.
fccb08f8 5562
6b850546
DT
55632016-06-24 David Taylor <dtaylor@emc.com>
5564
5565 * gdb.base/offsets.exp: New file.
5566 * gdb.base/offsets.c: New file.
5567
17621150
TT
55682016-06-23 Tom Tromey <tom@tromey.com>
5569
5570 PR gdb/16483:
5571 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5572 before any filters are loaded.
5573
04d59df6
WT
55742016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5575
5576 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5577 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5578 structs.
5579 * gdb.fortran/derived-type-function.exp: New file.
5580 * gdb.fortran/derived-type-function.f90: New file.
5581
5582
ac69f786
PA
55832016-06-21 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.base/new-ui.exp: New file.
5586 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5587 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5588 (with_spawn_id): New procedure.
5589
49940788
PA
55902016-06-21 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.mi/mi-exec-run.exp: New file.
5593
ef274d26
PA
55942016-06-21 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5597 breakpoint command's output on the main UI.
5598 (test_break): New procedure, factored out from calls in the top
5599 level.
5600 (top level): Use foreach_with_prefix to test MI as main UI and as
5601 separate UI.
5602
468afe6c
PA
56032016-06-21 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5606 (test_awatch_creation_and_listing)
5607 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5608 Remove 'type' parameter.
5609 (test_watchpoint_all): New parameter mi_mode. Remove
5610 with_test_prefix.
5611 (top level): Use foreach_with_prefix, and add main/separate UI MI
5612 testing axis.
5613
51f77c37
PA
56142016-06-21 Pedro Alves <palves@redhat.com>
5615
5616 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5617 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5618 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5619 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5620 (gdb_main_spawn_id, mi_spawn_id): Declare and
5621 comment.
5622 (mi_create_inferior_pty): New procedure,
5623 factored out from default_mi_gdb_start.
5624 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5625 procedures.
5626 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5627 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5628 Use mi_create_inferior_pty.
5629 (mi_gdb_start): Use eval to pass down args list.
5630
8980e177
PA
56312016-06-21 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5634 * gdb.opt/inline-cmds.exp: Add MI tests.
5635
f38d3ad1
PA
56362016-06-21 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5639
45db7c09
PA
56402016-06-21 Pedro Alves <palves@redhat.com>
5641
5642 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5643 (top level): Use it instead of mi_execute_to.
5644
5a069ab3
PA
56452016-06-21 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5648 (cont_handler_str): New.
5649 (signal_stop_handler): Set stop_handler_str instead of printing to
5650 stdout.
5651 (continue_handler): Set cont_handler_str instead of printing to
5652 stdout.
5653 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5654 mi_send_resuming_command. Print stop_handler_str and
5655 cont_handler_str instead of expecting the python events print
5656 directly.
5657
2838cc1d
SD
56582016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5659
5660 * gdb.base/jit-reader.exp: New file.
5661 * gdb.base/jithost.c: New file.
5662 * gdb.base/jithost.h: New file.
5663 * gdb.base/jitreader.c : New file.
5664 * gdb.base/jit-protocol.h: New file.
5665
21a77091
YQ
56662016-06-17 Yao Qi <yao.qi@linaro.org>
5667
5668 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5669 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5670 and detach-on-fork. Adjust tests.
5671 (top level): Invoke break_cond_on_syscall with combinations of
5672 syscall, follow-fork-mode and detach-on-fork.
5673
f50bf8e5
YQ
56742016-06-17 Yao Qi <yao.qi@linaro.org>
5675
5676 * gdb.base/step-over-exit.c: New.
5677 * gdb.base/step-over-exit.exp: New.
5678
a28d8e50
YTL
56792016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5680
5681 * gdb.base/float.exp: Add target check for nds32*-*-*.
5682 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5683
cad8e26d
AB
56842016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5685
5686 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5687 for unsupported target features.
5688 * gdb.base/call-rt-st.exp: Likewise.
5689 * gdb.base/call-sc.exp: Likewise.
5690 * gdb.base/call-signal-resume.exp: Likewise.
5691 * gdb.base/call-strs.exp: Likewise.
5692 * gdb.base/callexit.exp: Likewise.
5693 * gdb.base/callfuncs.exp: Likewise.
5694 * gdb.base/nodebug.exp: Likewise.
5695 * gdb.base/printcmds.exp: Likewise.
5696 * gdb.base/ptype.exp: Likewise.
5697 * gdb.base/structs.exp: Likewise.
5698 * gdb.base/unwindonsignal.exp: Likewise.
5699 * gdb.cp/gdb2495.exp: Likewise.
5700 * gdb.cp/templates.exp: Likewise.
5701 * gdb.cp/virtfunc.exp: Likewise.
5702 * gdb.threads/hand-call-in-threads.exp: Likewise.
5703 * gdb.threads/interrupted-hand-call.exp: Likewise.
5704 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5705
347dc102
TT
57062016-06-10 Tom Tromey <tom@tromey.com>
5707
5708 PR rust/20110:
5709 * gdb.rust/expr.exp: Add test for integer constant larger than
5710 i32.
5711
5e13cf25
BH
57122016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5713
5714 * gdb.fortran/nested-funcs.exp: New.
5715 * gdb.fortran/nested-funcs.f90: New.
5716
bb556f1f
TK
57172016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5718
5719 * gdb.base/examine-backward.c: New file.
5720 * gdb.base/examine-backward.exp: New file.
5721
38b022b4
SM
57222016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5723
5724 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5725 matching.
5726
1b40ec05
TT
57272016-06-02 Tom Tromey <tom@tromey.com>
5728
5729 PR python/18984:
5730 * gdb.python/py-shared.exp: Add solib_name test.
5731
193bd378
SM
57322016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5733
5734 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5735
3326303b
MG
57362016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5737
5738 PR c++/19893
5739 * gdb.dwarf2/implref.exp: Rename to...
5740 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5741 * gdb.dwarf2/implref-array.c: New file.
5742 * gdb.dwarf2/implref-array.exp: Likewise.
5743 * gdb.dwarf2/implref-global.c: Likewise.
5744 * gdb.dwarf2/implref-global.exp: Likewise.
5745 * gdb.dwarf2/implref-struct.c: Likewise.
5746 * gdb.dwarf2/implref-struct.exp: Likewise.
5747
825c8ef2
AT
57482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5749
5750 * gdb.trace/trace-condition.exp: Add 64bit tests.
5751
2320162a
AT
57522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5753
5754 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5755 bits types.
5756 (main): Adapt to 8 to 64 bits types.
5757 * gdb.trace/trace-condition.exp: Add new tests.
5758
a7818233
AT
57592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5760
5761 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5762
0d336466
AT
57632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5764
5765 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5766 Move condition tests...
5767 * gdb.trace/trace-condition.exp: Here.
5768
7faeb45a
AT
57692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5770
5771 * gdb.trace/trace-condition.exp: Add counter-case tests.
5772
e385593e
JK
57732016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5774
5775 PR c++/15231
5776 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5777 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5778
744608cc
PA
57792016-05-27 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5782 New procedure.
5783 (top level): Call it, and bail out of DejaGnu is known to be bad.
5784
ac775bf4
AB
57852016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * gdb.base/whatis.c: Extend the test case.
5788 * gdb.base/whatis.exp: Add additional tests.
5789
2bbad2ea
BH
57902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5791
5792* gdb.fortran/type.f90: Add pointer variable.
5793* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5794
8b70175d
BH
57952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5796
5797 * gdb.fortran/vla-type.exp: Fix testcase name.
5798
86d8a848
BH
57992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5800
5801 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5802
e188eb36
BH
58032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5804
5805 * gdb.fortran/type.f90: Add nested structures.
5806 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5807 * gdb.fortran/derived-type.exp: Adapt expected output.
5808 * gdb.fortran/vla-type.exp: Adapt expected output.
5809
9b2db1fd
BH
58102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5811
5812 * gdb.fortran/whatis_type.exp: Adapt expected output.
5813
72b17055
BH
58142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5815
5816 * gdb.fortran/print_type.exp: Fix expected output.
5817 * gdb.fortran/whatis_type.exp: Fix expected output.
5818
3cd81d8d
BH
58192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5820
5821 * gdb.fortran/whatis_type.exp: Use multi_line.
5822
ddae9462
TT
58232016-05-24 Tom Tromey <tom@tromey.com>
5824
5825 PR python/17386:
5826 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5827 use value as an index.
5828
1957f6b8
TT
58292016-05-23 Tom Tromey <tom@tromey.com>
5830
5831 PR python/17981:
5832 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5833 no-breakpoint case.
5834
026a9174
PA
58352016-05-24 Pedro Alves <palves@redhat.com>
5836
5837 PR gdb/19828
5838 * gdb.threads/clone-attach-detach.c: New file.
5839 * gdb.threads/clone-attach-detach.exp: New file.
5840
e70a7231
FR
58412016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5842
5843 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5844
0f6ed0e0
TT
58452016-05-23 Tom Tromey <tom@tromey.com>
5846
5847 PR python/19438, PR python/18393:
5848 * gdb.python/py-progspace.exp: Add "dir" test.
5849 * gdb.python/py-objfile.exp: Add "dir" test.
5850
ffd19d61
YQ
58512016-05-23 Yao Qi <yao.qi@linaro.org>
5852
5853 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5854 * gdb.arch/thumb2-it.exp: Likewise.
5855
9e8f9b05
SM
58562016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5857
5858 * gdb.mi/mi-threads-interrupt.c: New file.
5859 * gdb.mi/mi-threads-interrupt.exp: New file.
5860
61c6156d
SM
58612016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5862
5863 PR gdb/18077
5864 * gdb.mi/mi-async-run.exp: New file.
5865 * gdb.mi/mi-async-run.c: New file.
5866
67218854
TT
58672016-05-17 Tom Tromey <tom@tromey.com>
5868 Manish Goregaokar <manishsmail@gmail.com>
5869
5870 * lib/rust-support.exp: New file.
5871 * lib/gdb.exp (skip_rust_tests): New proc.
5872 (build_executable_from_specs): Handle rust.
5873 * lib/future.exp (gdb_find_rustc): New proc.
5874 (gdb_default_target_compile): Handle rust.
5875 * gdb.rust/expr.exp: New file.
5876 * gdb.rust/generics.exp: New file.
5877 * gdb.rust/generics.rs: New file.
5878 * gdb.rust/methods.exp: New file.
5879 * gdb.rust/methods.rs: New file.
5880 * gdb.rust/modules.exp: New file.
5881 * gdb.rust/modules.rs: New file.
5882 * gdb.rust/simple.exp: New file.
5883 * gdb.rust/simple.rs: New file.
5884
c44af4eb
TT
58852016-05-17 Tom Tromey <tom@tromey.com>
5886
5887 * gdb.base/default.exp (set language): Add rust.
5888
dcd1f979
TT
58892016-05-17 Tom Tromey <tom@tromey.com>
5890
5891 * gdb.gdb/unittest.exp: New file.
5892
155b7f57
YQ
58932016-05-16 Yao Qi <yao.qi@linaro.org>
5894
5895 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5896 shell_prompt. Update shell_prompt_re.
5897
8ddd5a6c
DE
58982016-05-12 Doug Evans <dje@google.com>
5899
5900 PR symtab/19999
5901 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5902 $options when building executable.
5903 * gdb.dwarf2/fission-loclists-pie.S: New file.
5904 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5905
02e370d9
SM
59062016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5907
5908 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5909 of [is_remote target],
5910
8929ad8b
SM
59112016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5912
5913 * lib/gdb.exp (use_gdb_stub): New procedure.
5914
6c447423
DE
59152016-05-03 Yunlian Jiang <yunlian@google.com>
5916 Doug Evans <dje@google.com>
5917
5918 PR symtab/19914
5919 * gdb.dwarf2/dwp-sepdebug.c: New file.
5920 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5921
444e826c
SM
59222016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5923
5924 * gdb.base/detach.exp: Remove is_remote check.
5925
740feeaa
SM
59262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5927
5928 * gdb.base/annota-input-while-running.exp: Don't check for
5929 [is_remote target]. Enable annotations after running to main.
5930 Remove unused "set test..." line.
5931
9080ac9d
SM
59322016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5933
5934 * gdb.trace/trace-enable-disable.exp: New file.
5935 * gdb.trace/trace-enable-disable.c: New file.
5936
952ebca5
SM
59372016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5938
5939 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5940 use it in info sharedlibrary test.
5941 * gdb.trace/ftrace-lock.exp: Likewise.
5942 * gdb.trace/ftrace.exp: Likewise.
5943 * gdb.trace/range-stepping.exp: Likewise.
5944 * gdb.trace/trace-break.exp: Likewise.
5945 * gdb.trace/trace-condition.exp: Likewise.
5946 * gdb.trace/trace-mt.exp: Likewise.
5947
d9019901
SM
59482016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5949
5950 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5951 (gdb_load_shlib): ... this.
5952 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5953 gdb_load_shlib.
5954 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5955 * gdb.base/ctxobj.exp: Likewise.
5956 * gdb.base/dprintf-pending.exp: Likewise.
5957 * gdb.base/dso2dso.exp: Likewise.
5958 * gdb.base/fixsection.exp: Likewise.
5959 * gdb.base/gcore-relro.exp: Likewise.
5960 * gdb.base/gdb1555.exp: Likewise.
5961 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5962 * gdb.base/gnu-ifunc.exp: Likewise.
5963 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5964 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5965 * gdb.base/pending.exp: Likewise.
5966 * gdb.base/print-file-var.exp: Likewise.
5967 * gdb.base/print-symbol-loading.exp: Likewise.
5968 * gdb.base/shlib-call.exp: Likewise.
5969 * gdb.base/shreloc.exp: Likewise.
5970 * gdb.base/so-impl-ld.exp: Likewise.
5971 * gdb.base/solib-disc.exp: Likewise.
5972 * gdb.base/solib-nodir.exp: Likewise.
5973 * gdb.base/solib-overlap.exp: Likewise.
5974 * gdb.base/solib-symbol.exp: Likewise.
5975 * gdb.base/solib-weak.exp (do_test): Likewise.
5976 * gdb.base/sym-file.exp: Likewise.
5977 * gdb.base/symtab-search-order.exp: Likewise.
5978 * gdb.base/type-opaque.exp: Likewise.
5979 * gdb.base/unload.exp: Likewise.
5980 * gdb.base/watchpoint-solib.exp: Likewise.
5981 * gdb.compile/compile.exp: Likewise.
5982 * gdb.cp/gdb2384.exp: Likewise.
5983 * gdb.cp/infcall-dlopen.exp: Likewise.
5984 * gdb.cp/re-set-overloaded.exp: Likewise.
5985 * gdb.fortran/library-module.exp: Likewise.
5986 * gdb.opt/solib-intra-step.exp: Likewise.
5987 * gdb.python/py-finish-breakpoint.exp: Likewise.
5988 * gdb.python/py-shared.exp: Likewise.
5989 * gdb.reverse/solib-precsave.exp: Likewise.
5990 * gdb.reverse/solib-reverse.exp: Likewise.
5991 * gdb.server/solib-list.exp: Likewise.
5992 * gdb.threads/dlopen-libpthread.exp: Likewise.
5993 * gdb.threads/tls-shared.exp: Likewise.
5994 * gdb.threads/tls-so_extern.exp: Likewise.
5995 * gdb.trace/change-loc.exp: Likewise.
5996 * gdb.trace/ftrace-lock.exp: Likewise.
5997 * gdb.trace/ftrace.exp: Likewise.
5998 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5999 * gdb.trace/pending.exp: Likewise.
6000 * gdb.trace/range-stepping.exp: Likewise.
6001 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6002 (strace_info_marker): Likewise.
6003 (strace_probe_marker): Likewise.
6004 (strace_trace_on_same_addr): Likewise.
6005 (strace_trace_on_diff_addr): Likewise.
6006 * gdb.trace/trace-break.exp: Likewise.
6007 * gdb.trace/trace-condition.exp: Likewise.
6008 * gdb.trace/trace-mt.exp: Likewise.
6009
fca4cfd9
SM
60102016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6011
6012 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6013 result of gdb_remote_download.
6014 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6015 * gdb.base/dso2dso.exp: Likewise.
6016 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6017 * gdb.base/print-file-var.exp: Likewise.
6018 * gdb.base/shlib-call.exp: Likewise.
6019 * gdb.base/shreloc.exp: Likewise.
6020 * gdb.base/solib-overlap.exp: Likewise.
6021 * gdb.base/solib-weak.exp (do_test): Likewise.
6022 * gdb.base/unload.exp: Likewise.
6023
11cf4ffb
YQ
60242016-04-27 Yao Qi <yao.qi@linaro.org>
6025
6026 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6027 exists.
6028
3e2e34f8
KB
60292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6030
6031 * vla-type.exp: Print structure from toplevel.
6032
8f07e298
BH
60332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6034
6035 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6036 of dynamic types.
6037 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6038 of dynamic types.
6039
9920b434
BH
60402016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6041
6042 * gdb.fortran/vla-type.f90: New file.
6043 * gdb.fortran/vla-type.exp: New file.
6044
f3abeff5
YQ
60452016-04-25 Yao Qi <yao.qi@linaro.org>
6046
6047 * gdb.base/branch-to-self.c: New file.
6048 * gdb.base/branch-to-self.exp: New file.
6049
0a5d52f0
YQ
60502016-04-22 Yao Qi <yao.qi@linaro.org>
6051
6052 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6053 more after $hex.
6054
495346f6
YQ
60552016-04-22 Yao Qi <yao.qi@linaro.org>
6056
6057 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6058 * gdb.base/annota3.exp: Likewise.
6059
4a7e075c
YQ
60602016-04-22 Yao Qi <yao.qi@linaro.org>
6061
6062 * gdb.reverse/step-precsave.exp: Do one step and test program
6063 stops in "callee" and do multiple steps until program goes out
6064 of "callee".
6065 * gdb.reverse/step-reverse.exp: Likewise.
6066
5b061e98
YQ
60672016-04-22 Yao Qi <yao.qi@linaro.org>
6068
6069 * gdb.trace/signal.exp: Also pass if
6070 $tracepoint_hits($i) > $iterations.
6071
5c5dc57f
YQ
60722016-04-22 Yao Qi <yao.qi@linaro.org>
6073
6074 * gdb.trace/signal.c: New file.
6075 * gdb.trace/signal.exp: New file.
6076
a55411b9
DE
60772016-04-19 Doug Evans <xdje42@gmail.com>
6078
6079 * gdb.base/bad-file.exp: New file.
6080
a22df60a
MG
60812016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6082
6083 * gdb.dwarf2/implref.exp: New file.
6084
0c13f7e5
BH
60852016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6086
6087 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6088 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6089 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6090 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6091 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6092 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6093 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6094 * lib/fortran.exp (fortran_int4): New procedure.
6095 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6096 (fortran_logical4): Likewise.
6097
9b9b09e9
BH
60982016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6099
6100 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6101
a14d1f4d
BH
61022016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6103
6104 * lib/compiler.c: Add Intel specific preprocessor macros.
6105 * lib/compiler.cc: Likewise.
25d49b86 6106
7d49b1d0
LM
61072016-04-13 Luis Machado <lgustavo@codesourcery.com>
6108
6109 * gdb.server/connect-with-no-symbol-file.c: New file.
6110 * gdb.server/connect-with-no-symbol-file.exp: New file.
6111
8392fa22
SM
61122016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6113
6114 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6115
8c4c4aeb
SM
61162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6117
6118 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6119 standard output directory.
6120
45e3745e
AT
61212016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6122
6123 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6124
e26b7e41
MM
61252016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6126
6127 * gdb.btrace/instruction_history.c (loop): Add declaration.
6128
8ce09462
AT
61292016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6130
6131 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6132
2e88a1ea
SM
61332016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6134
6135 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6136 parentheses to print.
6137 (continue_handler): Likewise.
6138
f48e22e3
SM
61392016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6140
6141 * gdb.server/solib-list.exp: Remove is_remote check.
6142 Pass shlib= to gdb_compile. Don't link shared library with
6143 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6144 Run binary filename through "readlink -f" on the target.
6145
096be756
PA
61462016-04-08 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6149 interpreter filename as argument to gdbserver_spawn.
6150 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6151 Return empty if $last_loaded_file does not exist.
6152
06500533
JK
61532016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6154
6155 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6156 * gdb.base/jit-main.c: Use exit after usage.
6157
2d35e871
JK
61582016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6159
6160 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6161 GDBHISTSIZE prior to the tests.
6162 * gdb.base/gdbinit-history.exp: Likewise.
6163
61642016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6165
6166 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6167 instead of build_executable. Use gdb_load_shlibs.
6168
c8064e7e
YQ
61692016-04-07 Yao Qi <yao.qi@linaro.org>
6170
6171 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6172 Execute "si" command.
6173
bde47561
YQ
61742016-04-07 Yao Qi <yao.qi@linaro.org>
6175
6176 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6177 number instead of the comments on some line.
6178
b16f8a3b
DB
61792016-04-06 Don Breazeal <donb@codesourcery.com>
6180
6181 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6182 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6183
c2f901df
SM
61842016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6185
6186 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6187 standard_output_file. Remove unused binfile variable.
6188
ac17fda0
CU
61892016-04-05 Catalin Udma <catalin.udma@freescale.com>
6190
6191 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6192 * gdb.python/py-mi-objfile.exp: Match "list main" output
6193 in console format.
6194
03a8c4df
SM
61952016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6196
6197 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6198 absolute.
6199
6e774b13
SM
62002016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6201
6202 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6203 absolute.
6204 * gdb.trace/ftrace.exp: Likewise.
6205 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6206 targets as well.
6207 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6208 (gdb_load_shlibs): Copy libraries to test directory when testing
6209 natively. Only set solib-search-path if testing remotely.
6210 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6211
7817ea46
SM
62122016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6213
6214 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6215 gdb_download. Use it even if the target is not remote.
6216 * gdb.base/jit.exp (compile_jit_test): Likewise.
6217 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6218 output directory if the destination board is local, otherwise use
6219 the standard remote_download from DejaGnu.
6220 (gdb_download): Remove.
6221 (gdb_load_shlibs): Use gdb_remote_download instead of
6222 gdb_download.
6223 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6224 Use gdb_remote_download instead of gdb_download. Use it even if
6225 the target is not remote.
6226 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6227 instead of gdb_download.
6228
7beb7f68
SM
62292016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6230
6231 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6232 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6233 run.
6234
cc63428a
AV
62352016-04-01 Artemiy Volkov <artemiyv@acm.org>
6236
6237 PR gdb/19820
6238 * gdb.base/printcmds.exp: Add artificial arrays tests.
6239
64cdf930
PA
62402016-03-31 Pedro Alves <palves@redhat.com>
6241
6242 PR gdb/19858
6243 * gdb.base/jit-main.c: Include unistd.h.
6244 (ATTACH): Define to 0 if not already defined.
6245 (wait_for_gdb, mypid): New globals.
6246 (WAIT_FOR_GDB): New macro.
6247 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6248 some breakpoint locations.
6249 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6250 New procedures.
6251 (one_jit_test): Add REATTACH parameter, and handle it. Use
6252 continue_to_test_location.
6253 (top level): Test attach, and adjusts calls to one_jit_test.
6254
40dea8cb
PA
62552016-03-31 Pedro Alves <palves@redhat.com>
6256
6257 PR gdb/19858
6258 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6259 BINSUFFIX parameter, and handle it.
6260 (top level): Adjust calls compile_jit_test.
6261
e7ea3ec7
CU
62622016-03-31 Catalin Udma <catalin.udma@freescale.com>
6263
6264 PR python/19743
6265 * gdb.python/py-mi-events-gdb.py: New file.
6266 * gdb.python/py-mi-events.c: New file.
6267 * gdb.python/py-mi-events.exp: New file.
6268
e6359af3
YQ
62692016-03-30 Yao Qi <yao.qi@linaro.org>
6270
6271 * gdb.reverse/until-precsave.exp: Match function name only.
6272 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6273 Move malloc to a condition block.
6274 * gdb.reverse/until-reverse.exp: Match function name only.
6275
a4105d04
MK
62762016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6277
6278 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6279 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6280 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6281 variable for GPR 0 instead of assuming it is register 0.
6282 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6283 * lib/trace-support.exp: Add s390 registers.
6284
bfa6adb9
YQ
62852016-03-29 Yao Qi <yao.qi@linaro.org>
6286
6287 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6288
1e6697ea
YQ
62892016-03-24 Yao Qi <yao.qi@linaro.org>
6290
6291 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6292 test message.
6293
64bcd522
AA
62942016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6295
6296 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6297 maintaining separate logic for constructing the output path.
6298
7868401b
DB
62992016-03-16 Don Breazeal <donb@codesourcery.com>
6300
6301 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6302 Retry fork and waitpid on interrupted system call errors.
6303 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6304 Use with_timeout_factor to increase timeout by factor of 10.
6305
1cafadb4
DB
63062016-03-15 Don Breazeal <donb@codesourcery.com>
6307
6308 * gdb.cp/scope-err.cc: New test program.
6309 * gdb.cp/scope-err.exp: New test script.
6310 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6311 lines and "set breakpoint here" comment.
6312 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6313 Fixed some whitespace and format issues.
6314 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6315 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6316
81516450
DE
63172016-03-15 Doug Evans <dje@google.com>
6318
6319 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6320 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6321 All callers updated. Add tests for enums, mixed flags register.
6322
aa52b601
DE
63232016-03-15 Doug Evans <dje@google.com>
6324
6325 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6326 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6327
fa4ff313
SM
63282016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6329
6330 * gdb.base/default.exp: Add $_as_string to the list of expected
6331 convenience functions.
6332
f2403c39
AB
63332016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6334
6335 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6336
f2f3ccb9
SM
63372016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6338
6339 * gdb.python/py-as-string.exp: New file.
6340 * gdb.python/py-as-string.c: New file.
6341
00dbd492
PA
63422016-03-09 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6345 signal" -> "Thread NN received signal" output change.
6346 * gdb.threads/ia64-sigill.exp: Likewise.
6347 * gdb.threads/linux-dp.exp: Likewise.
6348 * gdb.threads/manythreads.exp: Likewise.
6349 * gdb.threads/pending-step.exp: Likewise.
6350 * gdb.threads/print-threads.exp: Likewise.
6351 * gdb.threads/sigstep-threads.exp: Likewise.
6352 * gdb.threads/staticthreads.exp: Likewise.
6353 * gdb.threads/tls.exp: Likewise.
6354
1e6697ea
YQ
63552016-03-09 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/command-line-input.exp: New file.
6358
b04fd3be
MK
63592016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6360
6361 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6362 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6363 * gdb.trace/pending.exp: Accept leading dot before function name.
6364 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6365 * lib/trace-support.exp: Set registers for ppc.
6366
98fa59e9
MK
63672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6368
6369 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6370 use it for disassembly; accept .main in addition to main in backtrace.
6371
f77198c8
MK
63722016-03-09 Wei-cheng Wang <cole945@gmail.com>
6373 Marcin Kościelnicki <koriakin@0x04.net>
6374
6375 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6376 (gdb_recursion_test_ptr): New global variable.
6377 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6378 gdb_recursion_test.
6379 (gdb_c_test): Ditto.
6380
ba84e0da
MK
63812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6382
6383 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6384 ordering.
6385
4366d36e
MK
63862016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6387
6388 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6389 (bar): Add bar_start_lbl label.
6390 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6391 of foo/bar for emitting DWARF and tracing.
6392
5eb264df
SDJ
63932016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6394
6395 * analyze-racy-logs.py: Set executable bit.
6396
fb6a751f
SDJ
63972016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6398
6399 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6400 (CHECK_TARGET_TMP): Likewise.
6401 (check-single-racy): New rule.
6402 (check-parallel-racy): Likewise.
6403 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6404 (do-check-parallel-racy): New rule.
6405 (check-racy/%.exp): Likewise.
6406 * README (Racy testcases): New section.
6407 * analyze-racy-logs.py: New file.
6408
bdf7e230
DE
64092016-03-03 Doug Evans <dje@google.com>
6410
6411 * gdb.base/skip.exp: Use with_test_prefix.
6412
4719d415
YQ
64132016-03-03 Yao Qi <yao.qi@linaro.org>
6414
6415 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6416 Invoke step_over_syscall "clone" and break_cond_on_syscall
6417 "clone".
6418 * gdb.base/step-over-clone.c: New file.
6419
ea507862
YQ
64202016-03-03 Yao Qi <yao.qi@linaro.org>
6421
6422 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6423 code format.
6424
8fc8cbda
YQ
64252016-03-03 Yao Qi <yao.qi@linaro.org>
6426
6427 * gdb.base/disp-step-fork.c: Rename to ...
6428 * gdb.base/step-over-fork.c: ... it. New file.
6429 * gdb.base/disp-step-vfork.c: Rename to ...
6430 * gdb.base/step-over-vfork.c: ... it. New file.
6431 * gdb.base/disp-step-syscall.exp: Rename to ...
6432 * gdb.base/step-over-syscall.exp: ... it. New file.
6433 (disp_step_cross_syscall): Rename to ...
6434 (step_over_syscall): ... it.
6435
92fa70b0
YQ
64362016-03-03 Yao Qi <yao.qi@linaro.org>
6437
6438 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6439 If target supports condition evaluation on target, invoke
6440 break_cond_on_syscall for fork and vfork.
6441
e197ad3c
YQ
64422016-03-03 Yao Qi <yao.qi@linaro.org>
6443
6444 * gdb.base/disp-step-syscall.exp: Don't invoke
6445 support_displaced_stepping.
6446 (disp_step_cross_syscall): Test with displaced stepping off and
6447 on if supported.
6448
0b47da9f
YQ
64492016-03-03 Yao Qi <yao.qi@linaro.org>
6450
6451 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6452 proc.
6453 (setup): New proc.
6454 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6455 and setup.
6456
065ab6dc
BH
64572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6458
6459 * gdb.fortran/vla-history.exp: Remove breakpoint.
6460
07e448ad 64612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6462
25d49b86
PA
6463 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6464 exceeds timeout.
07e448ad 6465
9ac2d526 64662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6467
25d49b86
PA
6468 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6469 breakpoint.
9ac2d526 6470
17807369
BH
64712016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6472
6473 * gdb.mi/vla.f90: Nullify pointer after declaration.
6474
86e501af
PA
64752016-03-01 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6478
1e903e32
PA
64792016-03-01 Pedro Alves <palves@redhat.com>
6480
6481 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6482 before anything else.
6483 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6484 _GNU_SOURCE here.
6485 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6486 before anything else.
6487 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6488
6ccb54e2
PA
64892016-03-01 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6492
30ca9da1
YQ
64932016-03-01 Yao Qi <yao.qi@linaro.org>
6494
6495 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6496 prepare_for_testing.
6497
dc856b38
YQ
64982016-03-01 Yao Qi <yao.qi@linaro.org>
6499
6500 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6501
4a932159
AA
65022016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6503
6504 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6505 manually constructing the output path.
6506
f2489477
AA
65072016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6508
6509 * gdb.arch/s390-stackless.S: New.
6510 * gdb.arch/s390-stackless.exp: New.
6511
38899f16
IB
65122016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6513
6514 * gdb.dlang/circular.c: New file.
6515 * gdb.dlang/circular.exp: New file.
6516
9fde51ed
YQ
65172016-02-26 Yao Qi <yao.qi@linaro.org>
6518
6519 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6520 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6521 (testcases): Update.
6522
ce90fefe
YQ
65232016-02-26 Yao Qi <yao.qi@linaro.org>
6524
6525 * gdb.reverse/aarch64.c: Rename to ...
6526 * gdb.reverse/insn-reverse.c: ... it.
6527 * gdb.reverse/aarch64.exp: Rename to ...
6528 * gdb.reverse/insn-reverse.exp: ... it.
6529
3263bceb
YQ
65302016-02-26 Yao Qi <yao.qi@linaro.org>
6531
6532 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6533 (testcase_ftype): New.
6534 (testcases): New array.
6535 (n_testcases): New.
6536 (main): Call each element in testcases.
6537 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6538 (read_testcase): New.
6539 Do the tests in a loop.
6540
6cb59ff1
YQ
65412016-02-25 Yao Qi <yao.qi@linaro.org>
6542
6543 * gdb.base/branches.c: Remove.
6544
ae91f625
MK
65452016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6546
6547 PR gdb/13808
6548 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6549
678b48b7
MK
65502016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6551
6552 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6553
7337a6f2
MK
65542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6555
6556 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6557 change x86_64 call_insn to 'callq'.
6558
861ca91f
AT
65592016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6560
6561 * gdb.trace/tfile-avx.c: Move to...
6562 * gdb.trace/tracefile-pseudo-reg.c: Here.
6563 * gdb.trace/tfile-avx.exp: Move to...
6564 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6565
bf74e428
GB
65662016-02-24 Gary Benson <gbenson@redhat.com>
6567
6568 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6569 message on attach.
6570
cce0e923
DE
65712016-02-23 Doug Evans <dje@google.com>
6572
6573 * gdb.base/skip.c (test_skip): New function.
6574 (end_test_skip_file_and_function): New function.
6575 (test_skip_file_and_function): New function.
6576 * gdb.base/skip1.c (test_skip): New function.
6577 (skip1_test_skip_file_and_function): New function.
6578 * gdb.base/skip.exp: Add tests for new skip options.
6579 * gdb.base/skip-solib.exp: Update expected output.
6580 * gdb.perf/skip-command.cc: New file.
6581 * gdb.perf/skip-command.exp: New file.
6582 * gdb.perf/skip-command.py: New file.
6583
4000e47e
MK
65842016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6585
6586 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6587 info registers pattern.
6588
24f75ead
IB
65892016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6590
6591 * lib/future.exp: Add D support.
6592 (gdb_find_gdc): New proc.
6593 (gdb_default_target_compile): Add D support.
6594
fbb7bcbe
WW
65952016-02-18 Wei-cheng Wang <cole945@gmail.com>
6596
6597 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6598 user+system time.
6599 (trace_speed_test): Determine the iteration count for a time
6600 between 15..30 seconds.
6601
012b3a21
WT
66022016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6603
6604 * gdb.arch/i386-mpx-sigsegv.c: New file.
6605 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6606 * gdb.arch/i386-mpx-simple_segv.c: New file.
6607 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6608
2d5189bd
YQ
66092016-02-18 Yao Qi <yao.qi@linaro.org>
6610
6611 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6612 Don't call setup_kfail.
6613
40fb20d0
YQ
66142016-02-18 Yao Qi <yao.qi@linaro.org>
6615
6616 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6617 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6618
21b1f8d2
DE
66192016-02-16 Doug Evans <dje@google.com>
6620
6621 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6622 * gdb.base/skip1.c: Ditto.
6623 * gdb.base/skip.exp: Whitespace cleanup.
6624
4041ed77
DB
66252016-02-16 Don Breazeal <donb@codesourcery.com>
6626
6627 PR remote/19496
6628 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6629 Remove kfail for PR remote/19496.
6630
c4ef31bf
SM
66312016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6632
6633 * lib/gdb.exp (standard_temp_file): Return a path specific to
6634 the runtest invocation.
6635
266b65b3
SM
66362016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6637
6638 * gdb.trace/save-trace.exp: Change relative path to be in the
6639 standard output directory.
6640
a7a0a6a9
JK
66412016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6642
6643 * gdb.arch/i386-prologue.c: Add missing prototypes.
6644
c99dbb42
JK
66452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6646
6647 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6648 * gdb.arch/i386-prologue.exp: Likewise.
6649 * gdb.arch/i386-size.exp: Likewise.
6650
aa480355
SM
66512016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6652
6653 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6654 define object file path.
6655 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6656 file path.
6657 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6658 standard_output_file to define binfile.
6659
ba881f50
JK
66602016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6661
6662 Fix compatibility with recent gfortran-5.3.1.
6663 * gdb.fortran/vla-history.exp (print vla1 allocated)
6664 (print vla2 allocated, print $2, print $3): Remove
6665 (print $4): Rename to ...
6666 (print $2): ... here.
6667 (print $9): Rename to ...
6668 (print $5): ... here.
6669 (print $10): Rename to ...
6670 (print $6): ... here.
6671 * gdb.fortran/vla.f90: Add pvla initialization.
6672
e9fb005c
JK
66732016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6674
6675 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6676 New test.
6677 * gdb.fortran/vla-value-sub.exp: Likewise.
6678
e44e00ff
MK
66792016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6680
6681 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6682
97e94151
SM
66832016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6684
6685 * i386-biarch-core.exp: Define corefile using
6686 standard_output_file.
6687
01113bc1
YQ
66882016-02-12 Yao Qi <yao.qi@linaro.org>
6689
6690 * gdb.arch/arm-single-step-kernel-helper.c: New.
6691 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6692
33b4777c
MM
66932016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6694
6695 * gdb.btrace/tailcall-only.exp: New.
6696 * gdb.btrace/tailcall-only.c: New.
6697 * gdb.btrace/x86_64-tailcall-only.S: New.
6698 * gdb.btrace/i686-tailcall-only.S: New.
6699
acc23c11
PA
67002016-02-11 Pedro Alves <palves@redhat.com>
6701
6702 * README (Parallel testing): Add missing double quotes.
6703
e352bf0a
PA
67042016-02-11 Pedro Alves <palves@redhat.com>
6705
6706 * README (Parallel testing): New section.
6707 (GDB_PARALLEL): Rewrite.
6708 (FORCE_PARALLEL): Document.
6709
9f5fed78
MK
67102016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6711
6712 * gdb.trace/tfile-avx.c: New test.
6713 * gdb.trace/tfile-avx.exp: New test.
6714
9ef9e6a6
KS
67152016-02-09 Keith Seitz <keiths@redhat.com>
6716
6717 PR breakpoints/19546
6718 * gdb.base/infcall-exec.c: New file.
6719 * gdb.base/infcall-exec2.c: New file.
6720 * gdb.base/infcall-exec.exp: New file.
6721
a96e36da
KS
67222016-02-09 Keith Seitz <keiths@redhat.com>
6723
6724 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6725 (toplevel): Call test_bkpt_address.
6726
9f61929f
KS
67272016-02-09 Keith Seitz <keiths@redhat.com>
6728
6729 PR python/19506
6730 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6731 (toplevel): Call test_bkpt_address.
6732
1e94266c
SM
67332016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6736 to AC_OUTPUT.
6737 * configure: Regenerate.
6738
2a7f3dff
PA
67392016-02-09 Pedro Alves <palves@redhat.com>
6740
6741 PR breakpoints/19548
6742 * gdb.base/execl-update-breakpoints.c (some_function): New
6743 function.
6744 (main): Call it.
6745 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6746 Tighten expected GDB output.
6747
2151ccc5
SM
67482016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6749
6750 * Makefile.in (ALL_SUBDIRS): Remove.
6751 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6752 (distclean maintainer-clean realclean): Likewise.
6753 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6754 * configure: Regenerate.
6755 * gdb.ada/Makefile.in: Delete.
6756 * gdb.arch/Makefile.in: Likewise.
6757 * gdb.asm/Makefile.in: Likewise.
6758 * gdb.base/Makefile.in: Likewise.
6759 * gdb.btrace/Makefile.in: Likewise.
6760 * gdb.cell/Makefile.in: Likewise.
6761 * gdb.compile/Makefile.in: Likewise.
6762 * gdb.cp/Makefile.in: Likewise.
6763 * gdb.disasm/Makefile.in: Likewise.
6764 * gdb.dlang/Makefile.in: Likewise.
6765 * gdb.dwarf2/Makefile.in: Likewise.
6766 * gdb.fortran/Makefile.in: Likewise.
6767 * gdb.gdb/Makefile.in: Likewise.
6768 * gdb.go/Makefile.in: Likewise.
6769 * gdb.guile/Makefile.in: Likewise.
6770 * gdb.java/Makefile.in: Likewise.
6771 * gdb.linespec/Makefile.in: Likewise.
6772 * gdb.mi/Makefile.in: Likewise.
6773 * gdb.modula2/Makefile.in: Likewise.
6774 * gdb.multi/Makefile.in: Likewise.
6775 * gdb.objc/Makefile.in: Likewise.
6776 * gdb.opencl/Makefile.in: Likewise.
6777 * gdb.opt/Makefile.in: Likewise.
6778 * gdb.pascal/Makefile.in: Likewise.
6779 * gdb.perf/Makefile.in: Likewise.
6780 * gdb.python/Makefile.in: Likewise.
6781 * gdb.reverse/Makefile.in: Likewise.
6782 * gdb.server/Makefile.in: Likewise.
6783 * gdb.stabs/Makefile.in: Likewise.
6784 * gdb.threads/Makefile.in: Likewise.
6785 * gdb.trace/Makefile.in: Likewise.
6786 * gdb.xml/Makefile.in: Likewise.
6787 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6788 GDB_PARALLEL.
6789 (standard_output_file): Remove check for GDB_PARALLEL, always
6790 return path in outputs/$subdir/$testname.
6791
437277d4
SM
67922016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6793
6794 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6795 (site.exp): Assign abs_srcdir to tcl's srcdir.
6796
31d913c7
YQ
67972016-02-04 Yao Qi <yao.qi@linaro.org>
6798
6799 * gdb.base/foll-exec-mode.c: Include limits.h.
6800 (main): Add parameters argc and argv. Get directory from
6801 argv[0].
6802 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6803 compilation.
6804 * gdb.base/foll-exec.c: Include limits.h.
6805 (main): Add parameters argc and argv.
6806 Get directory from argv[0].
6807 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6808 Adjust tests on the number of lines as source code changed.
6809 * gdb.base/foll-vfork-exit.c: Include limits.h.
6810 (main): Add one line of statement before vfork.
6811 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6812 (main): Add parameters argc and argv. Get directory from
6813 argv[0].
6814 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6815 (setup_gdb): Set tbreak to skip some source lines.
6816 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6817 (main): Add parameters argc and argv. Get directory from
6818 argv[0].
6819 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6820 compilation.
6821 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6822 (main): Add parameters argc and argv. Get directory from
6823 argv[0].
6824 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6825 compilation.
6826
9482b9fb
DE
68272016-02-01 Doug Evans <dje@google.com>
6828
6829 * gdb.base/skip.exp: Clean up multiple references to same test name.
6830
6b2e4f10
PA
68312016-02-01 Pedro Alves <palves@redhat.com>
6832
ccb6afd6 6833 PR remote/19496
6b2e4f10
PA
6834 * gdb.threads/forking-threads-plus-breakpoint.exp
6835 (displaced_stepping_supported): New global.
6836 (probe_displaced_stepping_support): New procedure.
6837 (do_test): Add 'displaced' parameter, and use it.
6838 (top level): Check for displaced stepping support. Add displaced
6839 stepping on/off testing axis.
6840
37a8db1a
AB
68412016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6842
6843 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6844 pointer. Don't perform further tests on the unassociated pointer
6845 if the first test fails.
6846
5fdf6324
AB
68472016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6848
6849 * gdb.base/max-value-size.c: New file.
6850 * gdb.base/max-value-size.exp: New file.
6851 * gdb.base/huge.exp: Disable max-value-size for this test.
6852
935c6144
IB
68532016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6854
6855 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6856
7fe8399d
YQ
68572016-01-28 Yao Qi <yao.qi@linaro.org>
6858
6859 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6860
a2077e25
PA
68612016-01-25 Pedro Alves <palves@redhat.com>
6862
6863 PR threads/19461
6864 * gdb.base/fork-running-state.c: New file.
6865 * gdb.base/fork-running-state.exp: New file.
6866
1d2736d4
PA
68672016-01-25 Pedro Alves <palves@redhat.com>
6868
6869 PR gdb/19494
6870 * gdb.base/catch-fork-kill.c: New file.
6871 * gdb.base/catch-fork-kill.exp: New file.
6872
f1da4b11
PA
68732016-01-25 Pedro Alves <palves@redhat.com>
6874
6875 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6876 Delete, moved to lib/gdb.exp.
6877 * gdb.threads/forking-threads-plus-breakpoint.exp
6878 (foreach_with_prefix): Likewise.
6879 * gdb.threads/process-dies-while-handling-bp.exp
6880 (foreach_with_prefix): Likewise.
6881 * lib/gdb.exp (foreach_with_prefix): New procedure.
6882
45f38546
MK
68832016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6884
6885 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6886 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6887
dc29a1ce
MK
68882016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6889
6890 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6891 endian targets.
6892
092127d7
JK
68932016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6894 Pedro Alves <palves@redhat.com>
6895
6896 Fix testsuite compatibility with Guile.
6897 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6898 number.
6899
31d765d3
JK
69002016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6901
6902 Fix testsuite compatibility with Guile.
6903 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6904 (thread 1): New test for backtrace through signal handler.
6905
1ac78c04
YQ
69062016-01-22 Yao Qi <yao.qi@linaro.org>
6907
6908 PR testsuite/19491
6909 * gdb.base/multi-forks.c: Include
6910 ../lib/unbuffer_output.c
6911 (main): Call gdb_unbuffer_output.
6912
4f5946a8
DE
69132016-01-21 Doug Evans <dje@google.com>
6914
6915 * lib/ada.exp (gdb_compile_ada): Fix typo.
6916
305e13e6
JB
69172016-01-21 Joel Brobecker <brobecker@adacore.com>
6918
6919 * gdb.base/break-fun-addr.exp: New file.
6920 * gdb.base/break-fun-addr1.c: New file.
6921 * gdb.base/break-fun-addr2.c: New file.
6922
5f5dfff6
SM
69232016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6924
6925 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6926 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6927 enum flag values.
6928
fd356fa2
AA
69292016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6930
6931 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6932 when GDB can not set the vector return value. Add more comments
6933 for clarification.
6934
9df22175
AT
69352016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6936
6937 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6938 command.
6939
41d1845e
SM
69402016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6941
6942 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6943
01ac6840
SM
69442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6945
6946 * Makefile.in (check-single): Pass --status to runtest.
6947 (check/%.exp): Likewise.
6948
69492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6950
6951 * Makefile.in (check-parallel): Propagate return code from make
6952 do-check-parallel.
6953
bd0a71fa
MK
69542016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6955
6956 * gdb.trace/ftrace.exp: Fix expected message on continue.
6957 * gdb.trace/pending.exp: Fix expected message on continue.
6958 * gdb.trace/trace-break.exp: Fix expected message on continue.
6959
8bcbad33
SM
69602016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6961
6962 * lib/gdb.exp (gdb_test): Remove unused global references.
6963
f303dbd6
PA
69642016-01-18 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.base/async-shell.exp: Adjust expected output.
6967 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6968 * gdb.base/siginfo-thread.exp: Adjust expected output.
6969 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6970 * gdb.java/jnpe.exp: Adjust expected output.
6971 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6972 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6973 * gdb.threads/leader-exit.exp: Adjust expected output.
6974 * gdb.threads/manythreads.exp: Adjust expected output.
6975 * gdb.threads/pthreads.exp: Adjust expected output.
6976 * gdb.threads/schedlock.exp: Adjust expected output.
6977 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6978 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6979 expected output.
6980 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6981 output.
6982 * gdb.threads/sigthread.exp: Adjust expected output.
6983 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6984
b2789696
YQ
69852016-01-18 Yao Qi <yao.qi@linaro.org>
6986
6987 * gdb.guile/scm-section-script.c: Replace @progbits with
6988 %progbits.
6989 * gdb.python/py-section-script.c: Likewise.
6990
71ef29a8
PA
69912016-01-15 Pedro Alves <palves@redhat.com>
6992
6993 * gdb.multi/tids.exp: Test star wildcard ranges.
6994
3f5b7598
PA
69952016-01-15 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6998 command from "thread apply" invocation.
6999 (thr_apply_info_thr_invalid): Default the expected output to the
7000 input tid list.
7001 (top level): Add tests that use convenience variables. Add tests
7002 for "thread apply" with a valid TID list, but missing the command.
7003
663f6d42
PA
70042016-01-13 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.base/default.exp: Expect $_gthread as well.
7007 * gdb.multi/tids.exp: Test $_gthread.
7008 * gdb.threads/thread-specific.exp: Test $_gthread.
7009
c84f6bbf
PA
70102016-01-13 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.multi/tids.exp: Test "info threads -gid".
7013
22a02324
PA
70142016-01-13 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7017 Breakpoint.thread.
7018 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7019
5d5658a1
PA
70202016-01-07 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.base/break.exp: Adjust to output changes.
7023 * gdb.base/hbreak2.exp: Likewise.
7024 * gdb.base/sepdebug.exp: Likewise.
7025 * gdb.base/watch_thread_num.exp: Likewise.
7026 * gdb.linespec/keywords.exp: Likewise.
7027 * gdb.multi/info-threads.exp: Likewise.
7028 * gdb.threads/thread-find.exp: Likewise.
7029 * gdb.multi/tids.c: New file.
7030 * gdb.multi/tids.exp: New file.
7031
84654457
PA
70322016-01-13 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7035
e3940304
PA
70362016-01-13 Pedro Alves <palves@redhat.com>
7037
7038 * gdb.base/default.exp: Expect $_inferior as well.
7039 * gdb.multi/base.exp: Test $_inferior.
7040
a911d87a
PA
70412016-01-13 Pedro Alves <palves@redhat.com>
7042
7043 PR breakpoints/19388
7044 * gdb.base/catch-signal-siginfo-cond.c: New file.
7045 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7046
82075af2
JS
70472016-01-12 Josh Stone <jistone@redhat.com>
7048 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7049
7050 * gdb.base/catch-syscall.c (do_execve): New variable.
7051 (main): Conditionally trigger an execve.
7052 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7053 (test_catch_syscall_execve): New, check entry/return across execve.
7054 (do_syscall_tests): Call test_catch_syscall_execve.
7055
e46eeedd
PA
70562016-01-12 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.base/random-signal.exp (do_test): New procedure, with body
7059 of testcase moved in.
7060
01d8c27e
JK
70612016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7062 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.base/funcargs.exp (finish from indirectly called function):
7065 Reintroduce the case for 'First'.
7066
9a706302
JK
70672016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7068 Pedro Alves <palves@redhat.com>
7069
7070 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7071 (tcatch_vfork_then_child_follow_exec)
7072 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7073 identification.
7074
c0ecb95f
JK
70752016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7076
7077 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7078 and repeats to unlimited.
7079 * gdb.python/py-value.exp: Likewise.
7080 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7081 and repeats to unlimited.
7082
6cfc1fcb
JK
70832016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7086 and reordering the functions.
7087 * gdb.multi/hangout.c: Likewise.
7088 * gdb.multi/hello.c: Likewise.
7089
582a1b00
SM
70902016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7091
7092 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7093 absolute.
7094 (SingleStatisticTestResult.report): Use dict.keys instead of
7095 dict.iterkeys.
7096
79bc59cb
PA
70972016-01-06 Pedro Alves <palves@redhat.com>
7098
7099 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7100
43368e1d
MM
71012016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7102
7103 * gdb.btrace/dlopen.exp: New.
7104 * gdb.btrace/dlopen.c: New.
7105 * gdb.btrace/dlopen-dso.c: New.
7106
79fad5b8
SL
71072015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7108
7109 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7110 PATTERN argument is optional.
7111
ab8314b3
JB
71122015-12-24 Joel Brobecker <brobecker@adacore.com>
7113
7114 * lib/ada.exp (target_compile_ada_from_dir): New function.
7115 (gdb_compile_ada): Reimplement avoiding the use of project files.
7116 * gdb.ada/gnat_ada.gpr: Delete.
7117 * gdb.ada/cond_lang.exp: Adjust test to make path before
7118 filename optional.
7119 * gdb.ada/small_reg_param.exp: Likewise.
7120
fe33faff
SM
71212015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7122
7123 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7124
6d265cb4
TP
71252015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7126
7127 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7128 case.
7129
10125099
SM
71302015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * gdb.base/break.exp: Remove dead code.
7133 * gdb.base/sepdebug.exp: Likewise.
7134
3ca22649
SM
71352015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7136
7137 * gdb.asm/asm-source.exp: Remove HP-UX references.
7138 * gdb.base/annota1.exp: Likewise.
7139 * gdb.base/annota3.exp: Likewise.
7140 * gdb.base/attach.exp: Likewise.
7141 * gdb.base/bigcore.exp: Likewise.
7142 * gdb.base/break.exp: Likewise.
7143 * gdb.base/call-ar-st.exp: Likewise.
7144 * gdb.base/callfuncs.exp: Likewise.
7145 * gdb.base/catch-fork-static.exp: Likewise.
7146 * gdb.base/display.exp: Likewise.
7147 * gdb.base/foll-exec-mode.exp: Likewise.
7148 * gdb.base/foll-exec.exp: Likewise.
7149 * gdb.base/foll-fork.exp: Likewise.
7150 * gdb.base/foll-vfork.exp: Likewise.
7151 * gdb.base/funcargs.exp: Likewise.
7152 * gdb.base/hbreak2.exp: Likewise.
7153 * gdb.base/inferior-died.exp: Likewise.
7154 * gdb.base/interrupt.exp: Likewise.
7155 * gdb.base/multi-forks.exp: Likewise.
7156 * gdb.base/nodebug.exp: Likewise.
7157 * gdb.base/sepdebug.exp: Likewise.
7158 * gdb.base/solib1.c: Likewise.
7159 * gdb.base/step-test.exp: Likewise.
7160 * gdb.mi/non-stop.c: Likewise.
7161 * gdb.mi/pthreads.c: Likewise.
7162 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7163 * gdb.threads/pthreads.c: Likewise.
7164 * gdb.threads/staticthreads.exp: Likewise.
7165 * lib/future.exp: Likewise.
7166 * lib/gdb.exp: Likewise.
7167 * gdb.base/so-indr-cl.c: Remove.
7168 * gdb.base/so-indr-cl.exp: Likewise.
7169 * gdb.base/solib.c: Likewise.
7170 * gdb.base/solib.exp: Likewise.
7171 * gdb.base/solib2.c: Likewise.
7172
b6304613
SM
71732015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7174
7175 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7176 * gdb.base/call-ar-st.exp: Likewise.
7177 * gdb.base/callfuncs.exp: Likewise.
7178 * gdb.base/condbreak.exp: Likewise.
7179 * gdb.base/constvars.exp: Likewise.
7180 * gdb.base/hbreak2.exp: Likewise.
7181 * gdb.base/langs.exp: Likewise.
7182 * gdb.base/list.exp: Likewise.
7183 * gdb.base/long_long.exp: Likewise.
7184 * gdb.base/ptype.exp: Likewise.
7185 * gdb.base/scope.exp: Likewise.
7186 * gdb.base/signals.exp: Likewise.
7187 * gdb.base/so-impl-ld.exp: Likewise.
7188 * gdb.base/varargs.exp: Likewise.
7189 * gdb.base/volatile.exp: Likewise.
7190 * gdb.base/whatis.exp: Likewise.
7191 * gdb.cp/cplusfuncs.exp: Likewise.
7192 * gdb.cp/inherit.exp: Likewise.
7193 * gdb.cp/local.exp: Likewise.
7194 * gdb.cp/member-ptr.exp: Likewise.
7195 * gdb.cp/method.exp: Likewise.
7196 * gdb.cp/overload.exp: Likewise.
7197 * gdb.cp/templates.exp: Likewise.
7198 * gdb.stabs/weird.exp: Likewise.
7199 * lib/compiler.c: Likewise.
7200 * lib/compiler.cc: Likewise.
7201 * lib/cp-support.exp: Likewise.
7202 * lib/gdb.exp: Likewise.
7203
bf401b07
SM
72042015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7205
7206 * configure.ac: Remove HP-UX case.
7207 * configure: Regenerate.
7208
aff9c0f8
SM
72092015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7210
7211 * lib/gdb.exp (gdb_compile): Add function doc.
7212
a6904d5a
PA
72132015-12-17 Pedro Alves <palves@redhat.com>
7214
7215 PR threads/19354
7216 * gdb.multi/info-threads.exp: New file.
7217
a22279dd
YQ
72182015-12-15 Yao Qi <yao.qi@linaro.org>
7219
7220 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7221 is aarch64*-*-*.
7222
0588c796
SL
72232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7224
7225 * gdb.base/history-duplicates.exp: Skip if no readline support.
7226
5d978e17
SL
72272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7228
7229 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7230
7e763b86
SL
72312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7232
7233 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7234
87a3a92c
SL
72352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7236
7237 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7238 ctrl-C if nointerrupts target property is set.
7239 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7240 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7241 * gdb.base/paginate-bg-execution.exp: Likewise.
7242 * gdb.base/paginate-execution-startup.exp: Likewise.
7243 * gdb.base/random-signal.exp: Likewise.
7244 * gdb.base/range-stepping.exp: Likewise.
7245 * gdb.cp/annota2.exp: Likewise.
7246 * gdb.cp/annota3.exp: Likewise.
7247 * gdb.gdb/selftest.exp: Likewise.
7248 * gdb.threads/continue-pending-status.exp: Likewise.
7249 * gdb.threads/leader-exit.exp: Likewise.
7250 * gdb.threads/manythreads.exp: Likewise.
7251 * gdb.threads/pthreads.exp: Likewise.
7252 * gdb.threads/schedlock.exp: Likewise.
7253 * gdb.threads/sigthread.exp: Likewise.
7254
a8f077dc
DB
72552015-12-11 Don Breazeal <donb@codesourcery.com>
7256
7257 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7258 remote.
7259 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7260 * gdb.base/foll-exec.exp (main): Enable for target remote.
7261 * gdb.base/foll-fork.exp (main): Likewise.
7262 * gdb.base/foll-vfork.exp (main): Likewise.
7263 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7264 (proc continue_to_exit_bp_loc): Use clean_restart.
7265 * gdb.base/pie-execl.exp (main): Disable for target remote.
7266 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7267 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7268 * gdb.threads/execl.exp (main): Likewise.
7269 * gdb.threads/fork-child-threads.exp (main): Likewise.
7270 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7271 remote.
7272 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7273 remote.
7274 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7275 pid.tid style ptids, instead of just tid.
7276 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7277 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7278 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7279 ptids, instead of just tid.
7280
3b2464a8
AB
72812015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7282
7283 * gdb.base/list.exp (test_list_forward): Add end of file error
7284 test.
7285 (test_repeat_list_command): Add end of file error test.
7286 (test_list_backwards): Add beginning of file error test.
7287
a0def019
AB
72882015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7289
7290 * gdb.base/list.exp (test_list_invalid_args): New function,
7291 defined, and called.
7292
5c000dff
AB
72932015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7294
7295 * gdb.base/list.exp (test_list): Make test names unique.
7296
f1637ebe
YQ
72972015-12-11 Yao Qi <yao.qi@linaro.org>
7298
7299 * gdb.base/coremaker2.c: Remove.
7300
36d6fc0a
PA
73012015-12-10 Pedro Alves <palves@redhat.com>
7302
7303 * gdb.multi/base.exp: Remove stale "spaces" references.
7304
762f7747
PA
73052015-12-10 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.multi/base.exp: Don't use nowarnings.
7308 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7309 * gdb.multi/hangout.c: Include stdio.h.
7310 * gdb.multi/hello.c: Include stdlib.h.
7311 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7312 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7313 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7314
28d2bfb9
AB
73152015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7316
7317 * gdb.dwarf2/dw2-ranges-base.c: New file.
7318 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7319 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7320 support additional line table, and debug ranges generation.
7321 (Dwarf::ranges): New function, generate .debug_ranges.
7322 (Dwarf::lines): Support generating simple line table programs.
7323 (Dwarf::assemble): Initialise new namespace variables.
7324
5fc2beac
KB
73252015-12-09 Kevin Buettner <kevinb@redhat.com>
7326
7327 * gdb.base/async.exp (proc test_background): Add case for
7328 asynchronous execution not supported.
7329
1c35a88f
LM
73302015-12-09 Luis Machado <lgustavo@codesourcery.com>
7331
7332 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7333 format and change test names to make them unique.
7334
b593e3d9
RK
73352015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7336 Pedro Alves <pedro@redhat.com>
7337
7338 PR gdb/18702
7339 Add checking of floatformats setup on x86_64 hosts.
7340 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7341 (smallval, bigval): New labels/constants.
7342 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7343 float" after loading bigval and smallval.
7344
d72413e6
PMR
73452015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7346
7347 * gdb.ada/fun_overload_menu.exp: New testcase.
7348 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7349
ece66d65
JS
73502015-12-04 Josh Stone <jistone@redhat.com>
7351
7352 * gdb.base/catch-fork-static.exp: New.
7353
41d0efca
YQ
73542015-12-03 Yao Qi <yao.qi@linaro.org>
7355
7356 * gdb.base/sizeof.c: Don't include stdio.h and
7357 ../lib/unbuffer_output.c.
7358 (main): New variable 'size' and 'value'. Remove printf and
7359 gdb_unbuffer_output. Assign return value to size and value.
7360 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7361 at the beginning.
7362 (check_sizeof): Check the result by printing variable 'size'.
7363 (check_valueof): Check the result by printing variable 'value'.
7364
99fd02d9
YQ
73652015-12-01 Yao Qi <yao.qi@linaro.org>
7366
7367 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7368 for aarch64*-*-linux* target.
7369
f2faf941
PA
73702015-11-30 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7373
04bf20c5
PA
73742015-11-30 Pedro Alves <palves@redhat.com>
7375
7376 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7377 Handle non-stop mode vCont replies.
7378
09df4675
PA
73792015-11-30 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7382 prepare_for_testing. Start gdb with "set non-stop on" appended to
7383 GDBFLAGS. Lax expected stop output.
7384
58b584af
YQ
73852015-11-27 Yao Qi <yao.qi@linaro.org>
7386
7387 * gdb.arch/arm-neon.exp: New.
7388 * gdb.arch/arm-neon.c: New.
7389
dfcb77a8
YQ
73902015-11-27 Yao Qi <yao.qi@linaro.org>
7391
7392 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7393
88e8ec1b
YQ
73942015-11-27 Yao Qi <yao.qi@linaro.org>
7395
7396 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7397 frames-invalid annotation.
7398
bfde72c2
YQ
73992015-11-27 Yao Qi <yao.qi@linaro.org>
7400
7401 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7402
f6512a69
SM
74032015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7404
7405 * gdb.threads/names.exp: New file.
7406 * gdb.threads/names.c: New file.
7407 * README: Mention gdb,no_thread_names.
7408
46a3515b
MM
74092015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7410
7411 PR 19297
7412 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7413 support" error.
7414
62147a22
PA
74152015-11-24 Pedro Alves <palves@redhat.com>
7416
7417 PR 17539
7418 * gdb.base/display.exp: Expect displays to be sorted in ascending
7419 order. Use multi_line.
7420 * gdb.base/solib-display.exp: Likewise.
7421
2f341b6e
PA
74222015-11-24 Pedro Alves <palves@redhat.com>
7423
7424 PR 17539
25d49b86
PA
7425 * gdb.base/display.exp: Expect displays to be sorted in ascending
7426 order. Use multi_line.
7427 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7428
7e0aa6aa
PA
74292015-11-24 Pedro Alves <palves@redhat.com>
7430
7431 PR 17539
7432 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7433 threads in ascending order.
7434 * gdb.base/foll-fork.exp: Likewise.
7435 * gdb.base/foll-vfork.exp: Likewise.
7436 * gdb.base/multi-forks.exp: Likewise.
7437 * gdb.mi/mi-nonstop.exp: Likewise.
7438 * gdb.mi/mi-nsintrall.exp: Likewise.
7439 * gdb.multi/base.exp: Likewise.
7440 * gdb.multi/multi-arch.exp: Likewise.
7441 * gdb.python/py-inferior.exp: Likewise.
7442 * gdb.threads/break-while-running.exp: Likewise.
7443 * gdb.threads/execl.exp: Likewise.
7444 * gdb.threads/gcore-thread.exp: Likewise.
7445 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7446 * gdb.threads/kill.exp: Likewise.
7447 * gdb.threads/linux-dp.exp: Likewise.
7448 * gdb.threads/multiple-step-overs.exp: Likewise.
7449 * gdb.threads/next-bp-other-thread.exp: Likewise.
7450 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7451 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7452 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7453 * gdb.threads/thread-find.exp: Likewise.
7454 * gdb.threads/tls.exp: Likewise.
7455 * lib/mi-support.exp (mi_reverse_list): Delete.
7456 (mi_check_thread_states): No longer reverse list.
7457
2cc57ad8
PA
74582015-11-24 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7461 use lowercase.
7462
c93e8391
SM
74632015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7464
7465 * gdb.trace/actions.c: Include trace-common.h.
7466 (main): Add a location for a fast tracepoint.
7467 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7468 the normal tracepoints.
7469 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7470
045ccf91
SM
74712015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7472
7473 * save-trace.exp: Factor out code to these...
7474 (gdb_save_tracepoints): New.
7475 (gdb_load_tracepoints): New.
7476 (do_save_load_test): New.
7477
5506f9f6
KB
74782015-11-23 Kevin Buettner <kevinb@redhat.com>
7479
7480 * gdb.base/asmlabel.exp: New test.
7481 * gdb.base/asmlabel.c: New test case.
7482
16c3b12f
JB
74832015-11-23 Joel Brobecker <brobecker@adacore.com>
7484
7485 * gdb.base/wrong_frame_bt_full-main.c: New file.
7486 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7487 * gdb.base/wrong_frame_bt_full.exp: New file.
7488
155bfbd3
JB
74892015-11-23 Joel Brobecker <brobecker@adacore.com>
7490
7491 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7492
bb097445
JM
74932015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7494
206853a0 7495 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7496 pstate register when comparing registers values in
7497 sparc64-*-linux-gnu targets to avoid spurious differences.
7498
9c88ed8f
JM
74992015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7500
206853a0 7501 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7502
96161e25
SL
75032015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7504
7505 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7506 as type argument to gdb_compile.
7507 * gdb.base/nested-subp2.exp: Likewise.
7508 * gdb.base/nested-subp3.exp: Likewise.
7509
340c2830
DV
75102015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7511
7512 * lib/dwarf.exp (_note): Fix left shift of negative value.
7513 * gdb.trace/trace-condition.exp: Likewise.
7514
c1862d0f
YQ
75152015-11-13 Yao Qi <yao.qi@linaro.org>
7516
7517 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7518 comments about d10v.
7519 (test_scalar_returns): Likewise.
7520 * gdb.base/d10v.ld: Remove.
7521 * gdb.base/overlays.exp: Remove the target triplet checking for
7522 d10v-*-*.
7523 * gdb.base/structs.exp (test_struct_returns): Remove the
7524 comments about d10v.
7525 (test_struct_calls): Likewise.
7526
77ae9c19
YQ
75272015-11-13 Yao Qi <yao.qi@linaro.org>
7528
7529 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7530 * gdb.base/gnu_vector.c: Don't include stdio.h.
7531 (main): Don't print res and call add_some_intvecs.
7532
430e004e
MK
75332015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7534
7535 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7536 macro.
7537 (func5): Removed.
7538 (func4): Use FAST_TRACEPOINT_LABEL.
7539 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7540 macro.
7541 (func): Removed.
7542 (thread_function): Use FAST_TRACEPOINT_LABEL.
7543 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7544 (func): Remove.
7545 (marker): Use FAST_TRACEPOINT_LABEL.
7546 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7547 (pendfunc1): Remove.
7548 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7549 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7550 (foo): Remove.
7551 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7552 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7553 macro.
7554 (func): Remove.
7555 (marker): Use FAST_TRACEPOINT_LABEL.
7556 * gdb.trace/trace-common.h: New header.
7557 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7558 macro.
7559 (func): Remove.
7560 (marker): Use FAST_TRACEPOINT_LABEL.
7561 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7562 (func): Remove.
7563 (thread_function): Use FAST_TRACEPOINT_LABEL.
7564
6e7675a7
MK
75652015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7566
7567 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7568 in front.
7569 * gdb.trace/change-loc.exp: Use global pcreg definition.
7570 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7571 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7572 in front.
7573 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7574 * gdb.trace/pending.exp: Likewise.
7575 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7576 * gdb.trace/trace-break.exp: Likewise.
7577 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7578 in front.
7579 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7580 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7581 in front.
7582 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7583
dddc0e16
JB
75842015-11-09 Joel Brobecker <brobecker@adacore.com>
7585
7586 * gdb.ada/fin_fun_out: New testcase.
7587
c6f0b406
KB
75882015-11-07 Kevin Buettner <kevinb@redhat.com>
7589
7590 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7591 value associated with DW_AT_byte_size.
7592 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7593 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7594 DW_AT_upper_bound.
7595
f01dcfd9
KB
75962015-11-07 Kevin Buettner <kevinb@redhat.com>
7597
7598 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7599 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7600 version.
7601 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7602 gdb.dwarf2/dw2-canonicalize-type.exp,
7603 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7604 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7605 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7606 provided by gdb_target_symbol_prefix_flags_asm.
7607 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7608 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7609 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7610 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7611 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7612 macros where needed). Use this macro for symbols which require
7613 the prefix provided by SYMBOL_PREFIX.
7614
2223449a
KB
76152015-11-05 Kevin Buettner <kevinb@redhat.com>
7616
7617 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7618 New procs.
7619 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7620 representing expressions, of more than one list element.
7621 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7622 to prepend linker symbol prefix to f.
7623 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7624 table_1 and table_2.
7625 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7626 Likewise, for f and g.
7627 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7628 for ptr.
7629 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7630 for main.
7631 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7632 table_1_ptr and table_2_ptr.
7633
6f2f1a3a
JK
76342015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7635 Joel Brobecker <brobecker@adacore.com>
7636
7637 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7638
566c56c9
MK
76392015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7640
7641 * gdb.reverse/s390-mvcle.c: New test.
7642 * gdb.reverse/s390-mvcle.exp: New file.
7643 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7644
d5f0636b
MK
76452015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7646
7647 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7648
7ad8b86c
MK
76492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7650
7651 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7652 reaching marker2.
7653 * gdb.reverse/getresuid-reverse.exp: Likewise.
7654 * gdb.reverse/pipe-reverse.exp: Likewise.
7655 * gdb.reverse/readv-reverse.exp: Likewise.
7656 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7657 * gdb.reverse/time-reverse.exp: Likewise.
7658 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7659
4081c0f1
YQ
76602015-10-30 Yao Qi <yao.qi@linaro.org>
7661
7662 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7663 (empty_cycle): Remove.
7664 (main): Don't call empty_cycle. Don't use watch_count_done.
7665 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7666 empty_cycle. Rewrite the code counting HW watchpoints.
7667
452b4ba5
MK
76682015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7669
7670 * gdb.reverse/fstatat-reverse.c: New test.
7671 * gdb.reverse/fstatat-reverse.exp: New file.
7672 * gdb.reverse/getresuid-reverse.c: New test.
7673 * gdb.reverse/getresuid-reverse.exp: New file.
7674 * gdb.reverse/pipe-reverse.c: New test.
7675 * gdb.reverse/pipe-reverse.exp: New file.
7676 * gdb.reverse/readv-reverse.c: New test.
7677 * gdb.reverse/readv-reverse.exp: New file.
7678 * gdb.reverse/recvmsg-reverse.c: New test.
7679 * gdb.reverse/recvmsg-reverse.exp: New file.
7680 * gdb.reverse/time-reverse.c: New test.
7681 * gdb.reverse/time-reverse.exp: New file.
7682 * gdb.reverse/waitpid-reverse.c: New test.
7683 * gdb.reverse/waitpid-reverse.exp: New file.
7684
5e2e7507
JK
76852015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7686
7687 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7688
0fde2c53
DE
76892015-10-26 Doug Evans <dje@google.com>
7690
7691 PR symtab/17391
7692 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7693 * gdb.dwarf2/bad-regnum.c: New file.
7694 * gdb.dwarf2/bad-regnum.exp: New file.
7695
1a70ae97
DE
76962015-10-26 Doug Evans <dje@google.com>
7697
7698 PR python/18938
7699 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7700 file.
7701
27dc26ab
JK
77022015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7703
7704 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7705 for a change by "Mention language in compile error message".
7706
bed91f4d
SM
77072015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7708
7709 PR python/18073
7710 * gdb.python/py-type.c (C::a_method): New.
7711 (C::a_const_method): New.
7712 (C::a_static_method): New.
7713 (a_function): New.
7714 * gdb.python/py-type.exp (test_fields): Test getting fields
7715 from function and method.
7716
3f2f83dd
KB
77172015-10-21 Keven Boell <keven.boell@intel.com>
7718
7719 * gdb.fortran/vla-alloc-assoc.exp: New file.
7720 * gdb.fortran/vla-datatypes.exp: New file.
7721 * gdb.fortran/vla-datatypes.f90: New file.
7722 * gdb.fortran/vla-history.exp: New file.
7723 * gdb.fortran/vla-ptype-sub.exp: New file.
7724 * gdb.fortran/vla-ptype.exp: New file.
7725 * gdb.fortran/vla-sizeof.exp: New file.
7726 * gdb.fortran/vla-sub.f90: New file.
7727 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7728 * gdb.fortran/vla-value-sub-finish.exp: New file.
7729 * gdb.fortran/vla-value-sub.exp: New file.
7730 * gdb.fortran/vla-value.exp: New file.
7731 * gdb.fortran/vla-ptr-info.exp: New file.
7732 * gdb.mi/mi-vla-fortran.exp: New file.
7733 * gdb.mi/vla.f90: New file.
7734
27145d50
SL
77352015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7736
7737 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7738 of hardwired timeout value.
7739
5f3ff4f8
JK
77402015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7741 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7744 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7745
bfd09d20
JS
77462015-10-19 Josh Stone <jistone@redhat.com>
7747
7748 * gdb.base/catch-syscall.c: Include <sched.h>.
7749 (unknown_syscall): New variable.
7750 (main): Trigger a vfork and an unknown syscall.
7751 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7752 (unknown_syscall_number): Likewise.
7753 (check_call_to_syscall): Accept an optional syscall pattern.
7754 (check_return_from_syscall): Likewise.
7755 (check_continue): Likewise.
7756 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7757 (test_catch_syscall_skipping_return): New test toggling off 'catch
7758 syscall' to step over the syscall return, then toggling back on.
7759 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7760 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7761 (do_syscall_tests): Call test_catch_syscall_without_args and
7762 test_catch_syscall_mid_vfork.
7763 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7764 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7765
b32b93c6
AS
77662015-10-19 Andrew Stubbs <ams@codesourcery.com>
7767
7768 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7769 print g_vE): Add new pass patterns.
7770 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7771 print various symbol names for vptr fields.
7772
9d622bda
AB
77732015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7774
7775 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7776 results.
7777
0fd8ac1c
YQ
77782015-10-12 Yao Qi <yao.qi@linaro.org>
7779
7780 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7781
34240514
YQ
77822015-10-12 Yao Qi <yao.qi@linaro.org>
7783
7784 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7785 is aarch64*-*-linux*.
7786
8240f442
YQ
77872015-10-12 Yao Qi <yao.qi@linaro.org>
7788
7789 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7790 (can_relocate_bcond_true): ... it.
7791 (can_relocate_bcond_false): New function.
7792 (foo): Likewise.
7793 (can_relocate_bl): Likewise.
7794 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7795 can_relocate_bl.
7796
2520f728
PMR
77972015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7798
7799 * gdb.base/nested-addr.c: New file.
7800 * gdb.base/nested-addr.exp: New testcase.
7801
abcef95a
MM
78022015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7803
7804 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7805 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7806 its output. Ignore the output of "record goto begin" and instead
7807 check that GDB is replaying.
7808
145e3ddb
PA
78092015-10-09 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7812 (top level): Use it in the run with no args test.
7813
d5d8c4e1
IB
78142015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7815
7816 * gdb.dlang/properties.exp: New file.
7817
06e635ef
SL
78182015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7819
7820 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7821 whether or not address 0x1000 is mapped on the target.
7822
e019fd1d
SM
78232015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7824
7825 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7826 build.
7827
77ba2a67
MM
78282015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7829
7830 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7831 instruction-history test.
7832
c60eb31f
DE
78332015-09-28 Doug Evans <dje@google.com>
7834
7835 * gdb.base/gcore.c (array_func): Add reference to static_array.
7836
9a3c8263
SM
78372015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7838
7839 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7840 source line.
7841
9720e656
SL
78422015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7843
7844 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7845 short or char as base type.
7846
938d3bf2
SL
78472015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7848
7849 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7850 to allow any size enum.
7851
e6c2c623
PMR
78522015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7853
7854 * gdb.ada/array_ptr_renaming.exp: New testcase.
7855 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7856 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7857
06da0f77
PL
78582015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7859
7860 * gdb.trace/ftrace-lock.c: New file.
7861 * gdb.trace/ftrace-lock.exp: New file.
7862
4f51c22a
PL
78632015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7864
7865 * gdb.arch/insn-reloc.c: New file.
7866 * gdb.arch/ftrace-insn-reloc.exp: New file.
7867
7041adf4
PL
78682015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7869
7870 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7871 instruction.
7872 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7873 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7874 * gdb.trace/range-stepping.c: Likewise.
7875 * gdb.trace/trace-break.c: Likewise.
7876 * gdb.trace/trace-mt.c (thread_function): Likewise.
7877 * gdb.trace/ftrace.c (marker): Likewise.
7878 * gdb.trace/trace-condition.c (marker): Likewise.
7879 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7880 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7881 is_aarch64_target.
7882
015d2e7e
DE
78832015-09-18 Doug Evans <xdje42@gmail.com>
7884
7885 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7886 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7887
26b188a2
SL
78882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7889
7890 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7891 the breakpoint.
7892
79dc332b
SL
78932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7894
7895 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7896 the pending breakpoint. Remove timeout override for "Run till
7897 MI pending breakpoint on pendfunc3 on thread 2" test.
7898
f57929f2
SL
78992015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7900
7901 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7902 filename pattern.
7903
3f469b17
SL
79042015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7905
7906 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7907 in breakpoint filename pattern.
7908
515b89b3
SL
79092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7910
7800dbe4
SL
7911 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7912
79132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7914
515b89b3
SL
7915 * gdb.linespec/explicit.exp: Check for readline support for
7916 tab-completion tests. Fix obvious typo.
7917
d2939ba2
MM
79182015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7919
7920 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7921 and replay.
7922
cbb55fa7
MM
79232015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7924
7925 * gdb.btrace/non-stop.c: New.
7926 * gdb.btrace/non-stop.exp: New.
7927
43691ca1
PL
79282015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7929 Yao Qi <yao.qi@linaro.org>
7930
7931 * gdb.trace/trace-condition.c: New file.
7932 * gdb.trace/trace-condition.exp: New file.
7933
d78908cf
WW
79342015-09-16 Wei-cheng Wang <cole945@gmail.com>
7935
7936 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7937 for testing bytecode compilation.
7938
1ed415e2
PA
79392015-09-16 Pedro Alves <palves@redhat.com>
7940 Sandra Loosemore <sandra@codesourcery.com>
7941
7942 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7943 (SECONDS): Redefine.
7944 (main): Call pthread_kill and alarm early.
7945 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7946 support.
7947 (test): If the target can't hardware step and doesn't support
7948 displaced stepping, increase the timeout.
7949
d136eff5
PA
79502015-09-16 Pedro Alves <palves@redhat.com>
7951
7952 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7953 (enable_debug): New procedures.
7954 (test): Use them. Bail out if waiting for threads fails.
7955 (top level): Bail out if a test fails.
7956
991f019c
YQ
79572015-09-16 Yao Qi <yao.qi@linaro.org>
7958
7959 * gdb.asm/asm-source.exp: Set asm-arch for
7960 aarch64*-*-* target.
7961 * gdb.asm/aarch64.inc: New file.
7962
bfca584f
PMR
79632015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7964
7965 * gdb.ada/array_of_variable_length.exp: New testcase.
7966 * gdb.ada/array_of_variable_length/foo.adb: New file.
7967 * gdb.ada/array_of_variable_length/pck.adb: New file.
7968 * gdb.ada/array_of_variable_length/pck.ads: New file.
7969
b326e587
DE
79702015-09-15 Doug Evans <dje@google.com>
7971
7972 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7973 of function static local variable.
7974
5382cfab
PW
79752015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7976
7977 * gdb.threads/tls-so_extern.exp: New test file.
7978 * gdb.threads/tls-so_extern.c: New test file.
7979 * gdb.threads/tls-so_extern_main.c: New test file.
7980
141c5cc4
JK
79812015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7982
7983 * gdb.opt/solib-intra-step-lib.c: New file.
7984 * gdb.opt/solib-intra-step-main.c: New file.
7985 * gdb.opt/solib-intra-step.exp: New file.
7986
d15dcecd
PA
79872015-09-15 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7990 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7991
4c2f2a79
PA
79922015-09-14 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.base/hook-stop-continue.c: Delete.
7995 * gdb.base/hook-stop-continue.exp: Delete.
7996 * gdb.base/hook-stop-frame.c: Delete.
7997 * gdb.base/hook-stop-frame.exp: Delete.
7998 * gdb.base/hook-stop.c: New file.
7999 * gdb.base/hook-stop.exp: New file.
8000
919e6dbe
PMR
80012015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8002
8003 * gdb.ada/access_to_packed_array.exp: New testcase.
8004 * gdb.ada/access_to_packed_array/foo.adb: New file.
8005 * gdb.ada/access_to_packed_array/pack.adb: New file.
8006 * gdb.ada/access_to_packed_array/pack.ads: New file.
8007
157280a4
MM
80082015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8009
8010 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8011 buffer size test.
8012
2fd33e94
DB
80132015-09-11 Don Breazeal <donb@codesourcery.com>
8014
8015 * gdb.base/foll-exec.c: Add copyright header. Fix
8016 formatting issues.
8017 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8018 (do_exec_tests): Use clean_restart in place of zap_session,
8019 and for test initialization. Fix formatting issues. Use
8020 fail in place of perror.
8021 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8022 an expect statement to match an expression with output from
8023 the program under debug.
8024 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8025 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8026 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8027 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8028 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8029
e70b6e8e
DE
80302015-09-09 Doug Evans <dje@google.com>
8031
8032 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8033
7a551a51
DE
80342015-09-09 Doug Evans <dje@google.com>
8035
8036 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8037
4c666f84
DE
80382015-09-09 Doug Evans <dje@google.com>
8039
8040 * gdb.base/savedregs.exp: Fix typo.
8041
243a9253
PA
80422015-09-09 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8045
c0fa8fbd
SL
80462015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8047
8048 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8049 command actually switches threads. Give up on remaining
8050 tests if target fails to stop at breakpoint.
8051
cd7c1778
PMR
80522015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8053
8054 * gdb.ada/funcall_char.exp: New testcase.
8055 * gdb.ada/funcall_char/foo.adb: New file.
8056
dc5c8746
PMR
80572015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8058
8059 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8060 expected outputs. Add two testcases for completing ambiguous
8061 functions.
8062 * gdb.ada/complete/aux_pck.adb: New file.
8063 * gdb.ada/complete/aux_pck.ads: New file.
8064 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8065 Ambiguous_Func functions.
8066 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8067 * gdb.ada/complete/pck.adb: Likewise.
8068
4e83a1e7
UW
80692015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8070
8071 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8072 failures to run the test program under GDB.
8073
8ce74153
LM
80742015-08-26 Luis Machado <lgustavo@codesourcery.com>
8075
8076 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8077 to C.
8078
e9756d52
PP
80792015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8080
8081 * gdb.base/run-after-attach.exp: New test file.
8082 * gdb.base/run-after-attach.c: New test file.
8083
8d37573b
DB
80842015-08-26 Don Breazeal <donb@codesourcery.com>
8085
8086 * gdb.base/foll-exec-2.c: New test program.
8087 * gdb.base/foll-exec-2.exp: New test.
8088
63e43d3a
PMR
80892015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8090
8091 * gdb.base/nested-subp1.exp: New file.
8092 * gdb.base/nested-subp1.c: New file.
8093 * gdb.base/nested-subp2.exp: New file.
8094 * gdb.base/nested-subp2.c: New file.
8095 * gdb.base/nested-subp3.exp: New file.
8096 * gdb.base/nested-subp3.c: New file.
8097
3d40fbb5
PA
80982015-08-24 Pedro Alves <palves@redhat.com>
8099
8100 * gdb.server/connect-without-multi-process.c: New file.
8101 * gdb.server/connect-without-multi-process.exp: New file.
8102
4422ac93
LM
81032015-08-24 Luis Machado <lgustavo@codesourcery.com>
8104
8105 * gdb.opt/inline-markers.c: Make z int.
8106
91dddb86
LM
81072015-08-24 Luis Machado <lgustavo@codesourcery.com>
8108
8109 * gdb.opt/inline-markers.c: Make z volatile.
8110
a48847ee
LM
81112015-08-24 Luis Machado <lgustavo@codesourcery.com>
8112
8113 * gdb.opt/inline-bt.c: New volatile global z.
8114 * gdb.opt/inline-cmds.c: Likewise.
8115 * gdb.opt/inline-locals.c: Likewise.
8116 * gdb.opt/inline-markers.c: New extern global z.
8117 (marker): Use z.
8118 (inline_fn): Likewise.
8119
0ebbc52b
PA
81202015-08-24 Pedro Alves <palves@redhat.com>
8121
8122 * config/m32r-stub.exp: Remove file.
8123 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8124 * gdb.base/call-rt-st.exp: Likewise.
8125 * gdb.base/call-strs.exp: Likewise.
8126 * gdb.base/default.exp: Remove references to h8300-*-hms and
8127 *-*-udi*.
8128 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8129
77c365df
AA
81302015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8131
8132 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8133 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8134 and "return" use KFAIL when GDB can not read/write the vector
8135 return value.
8136
4313b8c0
GB
81372015-08-21 Gary Benson <gbenson@redhat.com>
8138
8139 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8140
0e433b32
PA
81412015-08-20 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.server/solib-list.exp: No longer expect an interior stop in
8144 non-stop mode.
8145
221e1a37
PA
81462015-08-20 Pedro Alves <palves@redhat.com>
8147
8148 * gdb.server/connect-stopped-target.c: New file.
8149 * gdb.server/connect-stopped-target.exp: New file.
8150
40e3ad0e
PA
81512015-08-20 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.dwarf2/comp-unit-lang.exp: New file.
8154 * gdb.dwarf2/comp-unit-lang.c: New file.
8155
af39b327
PMR
81562015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8157
8158 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8159 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8160
7d45c7c3 81612015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8162
7d45c7c3
KB
8163 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8164 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8165
4d6cceb4
DE
81662015-08-18 Doug Evans <dje@google.com>
8167 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8168
8169 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8170 skip_python_tests. New arg prompt_regexp.
8171 (skip_python_tests): New function.
8172 * lib/mi-support.exp (mi_skip_python_tests): New function.
8173 * gdb.python/py-mi-objfile-gdb.py: New file.
8174 * gdb.python/py-mi-objfile.c: New file.
8175 * gdb.python/py-mi-objfile.exp: New file.
8176
ad89c2aa
KS
81772015-08-17 Keith Seitz <keiths@redhat.com>
8178
8179 * gdb.linespec/explicit.exp: Move strace test from here ...
8180 * gdb.trace/strace.exp: ... to here.
8181
e3ae3c43
PP
81822015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8183
8184 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8185 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8186
604b2636
DE
81872015-08-14 Doug Evans <xdje42@gmail.com>
8188
8189 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8190 inferior before selecting a new file.
8191
6ff0ba5f
DE
81922015-08-14 Doug Evans <xdje42@gmail.com>
8193
8194 * gdb.mi/mi-disassemble.exp: Update.
8195 * gdb.base/disasm-optim.S: New file.
8196 * gdb.base/disasm-optim.c: New file.
8197 * gdb.base/disasm-optim.h: New file.
8198 * gdb.base/disasm-optim.exp: New file.
8199
9ca98f92
KS
82002015-08-14 Keith Seitz <keiths@redhat.com>
8201
8202 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8203 "evaluated-by".
8204
52bbc560
JB
82052015-08-13 Joel Brobecker <brobecker@adacore.com>
8206
8207 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8208
5d8c3ed3
PMR
82092015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8210
8211 * gdb.ada/fun_renaming.exp: New testcase.
8212 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8213 * gdb.ada/fun_renaming/pack.adb: New file.
8214 * gdb.ada/fun_renaming/pack.ads: New file.
8215
ea8812bc
KS
82162015-08-12 Keith Seitz <keiths@redhat.com>
8217
8218 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8219 gdb_get_line_number.
8220
4dafcdeb
JB
82212015-08-12 Joel Brobecker <brobecker@adacore.com>
8222
8223 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8224 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8225 gdb.base/dso2dso.exp: New files.
8226
5ba32597
SDJ
82272015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8228 Pedro Alves <palves@redhat.com>
8229 Keith Seitz <keiths@redhat.com>
8230
8231 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8232 GDBFLAGS.
8233
b6dafabf
PP
82342015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8235
8236 * gdb.base/gdbhistsize-history.exp
8237 (test_histsize_history_setting): Use save_vars.
8238 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8239 Use save_vars.
8240 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8241 * gdb.base/readline.exp: Use save_vars.
8242
abe8e607
PP
82432015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8244
8245 * lib/gdb.exp (save_vars): New proc.
8246
629500fa
KS
82472015-08-11 Keith Seitz <keiths@redhat.com>
8248
8249 * gdb.base/help.exp: Update help_breakpoint_text.
8250
eb8c4e2e
KS
82512015-08-11 Keith Seitz <keiths@redhat.com>
8252
8253 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8254 (at toplevel): Call test_explicit_breakpoints.
8255 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8256 breakpoints.
8257 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8258 breakpoint conditions, "-cond".
8259
87f0e720
KS
82602015-08-11 Keith Seitz <keiths@redhat.com>
8261
8262 * gdb.linespec/3explicit.c: New file.
8263 * gdb.linespec/cpexplicit.cc: New file.
8264 * gdb.linespec/cpexplicit.exp: New file.
8265 * gdb.linespec/explicit.c: New file.
8266 * gdb.linespec/explicit.exp: New file.
8267 * gdb.linespec/explicit2.c: New file.
8268 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8269 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8270 before using in the matching pattern.
8271 Clarify that `prefix' is a regular expression.
8272
f00aae0f
KS
82732015-08-11 Keith Seitz <keiths@redhat.com>
8274
8275 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8276 test.
8277 Add tests for missing ",FMT" and ",".
8278
e27852be
DE
82792015-08-10 Doug Evans <dje@google.com>
8280 Keith Seitz <keiths@redhat.com>
8281
8282 PR gdb/17960
8283 * gdb.base/completion.exp: Add location completer tests.
8284
7f03bd92
PA
82852015-08-07 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8288 tests here.
8289 (top level): Run do_test with and without displaced stepping.
8290
3fc8eb30
PA
82912015-08-07 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/valgrind-disp-step.c: New file.
8294 * gdb.base/valgrind-disp-step.exp: New file.
8295
d4569d7b
PA
82962015-08-07 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8299 Delete function.
8300 (main): Add alarm. Run an infinite loop instead of calling
8301 wait_threads.
8302 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8303 comment.
8304 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8305 Delete function.
8306 (main): Add alarm. Run an infinite loop instead of calling
8307 wait_threads.
8308 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8309 comment.
8310
e1316e60
PA
83112015-08-07 Pedro Alves <palves@redhat.com>
8312
8313 * gdb.base/checkpoint-ns.exp: New file.
8314 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8315 standard_testfile.
8316
da8c46d2
MM
83172015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8318
8319 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8320 * gdb.btrace/instruction_history.exp: Update.
8321 * gdb.btrace/tsx.exp: New.
8322 * gdb.btrace/tsx.c: New.
8323
de1c2c52
PA
83242015-08-06 Pedro Alves <palves@redhat.com>
8325
8326 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8327 increase timeout.
8328 * gdb.reverse/until-precsave.exp: Bump timeouts.
8329
782e0bf4
PA
83302015-08-06 Pedro Alves <palves@redhat.com>
8331
8332 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8333
83e97ed0
PA
83342015-08-06 Pedro Alves <palves@redhat.com>
8335
8336 PR gdb/18749
8337 * gdb.threads/process-dies-while-handling-bp.c: New file.
8338 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8339
863d01bd
PA
83402015-08-06 Pedro Alves <palves@redhat.com>
8341
8342 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8343 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8344
0a39bb32
PA
83452015-08-05 Pedro Alves <palves@redhat.com>
8346
8347 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8348 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8349
ee2d2b10
SL
83502015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8351
8352 * gdb.base/bp-permanent.exp: Report test as unsupported if
8353 the target cannot stop at the permanent breakpoint.
8354
4e1bdb00
DE
83552015-08-03 Doug Evans <dje@google.com>
8356
8357 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8358 10000.
8359
3d338901
DE
83602015-08-03 Doug Evans <dje@google.com>
8361
8362 * Makefile.in (workers/%.worker, build-perf): New rule.
8363 (GDB_PERFTEST_MODE): New variable.
8364 (check-perf): Use it.
8365 (clean): Clean up gdb.perf parallel build subdirs.
8366 * lib/build-piece.exp: New file.
8367 * lib/gdb.exp (make_gdb_parallel_path): New function
8368 (standard_output_file, standard_temp_file): Call it.
8369 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8370 of $GDB_PARALLEL.
8371 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8372
af061d3e
DE
83732015-08-03 Doug Evans <dje@google.com>
8374
8e1afc81 8375 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8376 (LOG_FILE_NAME): New global.
8377 (TextReporter.__init__): Initialize self.txt_sum.
8378 (TextReporter.report): Add support for multiple data-points.
8379 Move report to perftest.sum, put raw data in perftest.log.
8380 (TextReporter.start): Open sum and log files.
8381 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8382 * gdb.perf/lib/perftest/testresult.py
8383 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8384
2c8c5d37
PA
83852015-07-31 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8388 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8389 kill_wait_spawned_process instead of explicit "kill -9".
8390 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8391 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8392 kill_wait_spawned_process.
8393 * gdb.base/attach-twice.exp: Likewise.
8394 * gdb.base/attach.exp: Likewise.
8395 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8396 gdb_test_multiple.
8397 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8398 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8399 kill_wait_spawned_process.
8400 * gdb.base/valgrind-infcall.exp: Likewise.
8401 * gdb.multi/multi-attach.exp: Likewise.
8402 * gdb.python/py-prompt.exp: Likewise.
8403 * gdb.python/py-sync-interp.exp: Likewise.
8404 * gdb.server/ext-attach.exp: Likewise.
8405 * gdb.threads/attach-into-signal.exp (corefunc): Use
8406 spawn_wait_for_attach, spawn_id_get_pid and
8407 kill_wait_spawned_process.
8408 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8409 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8410 spawn_id_get_pid and kill_wait_spawned_process.
8411 * gdb.threads/attach-stopped.exp (corefunc): Use
8412 spawn_wait_for_attach, spawn_id_get_pid and
8413 kill_wait_spawned_process.
8414 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8415 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8416 kill_wait_spawned_process instead of explicit "kill -9".
8417 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8418 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8419 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8420 processes. Don't map cygwin/windows pids here. Now returns a
8421 spawn id list.
8422
032a0fca
SL
84232015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8424
8425 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8426 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8427 correct patch.
8428
61a934ca
SL
84292015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8430
8431 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8432
4bc4d428
SL
84332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8434
8435 Reapply:
8436 2014-05-21 Mark Wielaard <mjw@redhat.com>
8437
8438 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8439
998d452a
PA
84402015-07-30 Pedro Alves <palves@redhat.com>
8441
8442 * linux-low.c (handle_extended_wait): Set the child's last
8443 reported status to TARGET_WAITKIND_STOPPED.
8444
69dde7dc
PA
84452015-07-30 Pedro Alves <palves@redhat.com>
8446
8447 PR threads/18600
8448 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8449 only shows inferior 1.
8450
4dd63d48
PA
84512015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8452 Pedro Alves <palves@redhat.com>
8453
8454 PR threads/18600
8455 * gdb.threads/fork-plus-threads.c: New file.
8456 * gdb.threads/fork-plus-threads.exp: New file.
8457
d618e4c5
PP
84582015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8459
8460 * gdb.base/batch-preserve-term-settings.exp
8461 (test_terminal_settings_preserved_after_cli_exit): Use
8462 send_quit_command.
8463
1eef6428
PA
84642015-07-29 Pedro Alves <palves@redhat.com>
8465 Don Breazeal <donb@codesourcery.com>
8466
8467 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8468 output from both inferior_spawn_id and gdb_spawn_id.
8469
7da5b897
SDJ
84702015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8471
8472 * gdb.threads/attach-into-signal.exp (corefunc): Use
8473 with_test_prefix on nested loops, uniquefying the test messages.
8474
dac804df
SDJ
84752015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8476
8477 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8478 commit.
8479
06265e53
PP
84802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8481
8482 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8483 New proc.
8484 (test_terminal_settings_preserved_after_sigterm): New test.
8485
18206ca3
PP
84862015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8487
8488 * gdb.base/batch-preserve-term-settings.exp
8489 (test_terminal_settings_preserved_after_cli_exit): New test.
8490
90074d11
PP
84912015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8492
8493 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8494 manipulation of saved_gdbflags.
8495 (test_terminal_settings_preserved): Remove global declaration of
8496 the unused variable pagination_prompt. Remove manipulation of
8497 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8498 GDBFLAGS.
8499
eb1a7902
PA
85002015-07-29 Pedro Alves <palves@redhat.com>
8501
8502 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8503
8b75dd3b
PA
85042015-07-29 Pedro Alves <palves@redhat.com>
8505
8506 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8507 at the top.
8508
dedad4e3
PA
85092015-07-29 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8512 (main): Call gdb_unbuffer_output.
8513 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8514 (main): Call gdb_unbuffer_output.
8515 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8516 (main): Call gdb_unbuffer_output.
8517 * gdb.base/call-strs.exp: Adjust to step over the
8518 gdb_unbuffer_output call.
8519 * gdb.base/catch-gdb-caused-signals.c: Include
8520 "../lib/unbuffer_output.c".
8521 (main): Call gdb_unbuffer_output.
8522 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8523 (main): Call gdb_unbuffer_output.
8524 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8525 (main): Call gdb_unbuffer_output.
8526 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8527 (main): Call gdb_unbuffer_output.
8528 * gdb.base/shlib-call.exp: Adjust to step over the
8529 gdb_unbuffer_output call.
8530 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8531 (main): Call gdb_unbuffer_output.
8532 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8533 (main): Call gdb_unbuffer_output.
8534 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8535 (main): Rename to ...
8536 (test): ... this.
8537 (main): Reimplement.
8538 * gdb.base/varargs.exp: Run to test instead of to main.
8539 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8540 (main): Call gdb_unbuffer_output.
8541
58789a91
PA
85422015-07-29 Pedro Alves <palves@redhat.com>
8543
8544 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8545 factore out from mi_continue_dprintf. For call-style dprintfs,
8546 expect dprintf output out of $inferior_spawn_id.
8547 (mi_continue_dprintf): Use mi_expect_dprintf.
8548 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8549 (main): Call gdb_unbuffer_output.
8550
e8376742
PA
85512015-07-29 Pedro Alves <palves@redhat.com>
8552
8553 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8554 (default_mi_gdb_start): Set inferior_spawn_id instead of
8555 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8556 gdb_spawn_id.
8557 (mi_gdb_test): Always expect inferior output from both
8558 $inferior_spawn_id and $gdb_spawn_id.
8559
08280010
PA
85602015-07-29 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8563 send_inferior and $inferior_spawn_id.
8564
4d30e432
PA
85652015-07-29 Pedro Alves <palves@redhat.com>
8566
8567 * gdb.gdb/complaints.exp (test_initial_complaints)
8568 (test_serial_complaints, test_short_complaints): Use
8569 gdb_test_stdio.
8570 (test_empty_complaint): Handle $inferior_spawn_id !=
8571 $gdb_spawn_id.
8572
0d30a335
PA
85732015-07-29 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.base/varargs.exp: Use gdb_test_stdio.
8576
39413b29
PA
85772015-07-29 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8580
7cb000a9
PA
85812015-07-29 Pedro Alves <palves@redhat.com>
8582
8583 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8584
d7b8ac82
PA
85852015-07-29 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8588 parameter into two new parameters, "inf_result" and "gdb_result".
8589 Expect inferior output and gdb output from $inferior_spawn_id and
8590 $gdb_spawn_id, respectively. Adjust all callers.
8591
789c3a0c
PA
85922015-07-29 Pedro Alves <palves@redhat.com>
8593
8594 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8595 of gdb_test_sequence.
8596
77e760c3
PA
85972015-07-29 Pedro Alves <palves@redhat.com>
8598
8599 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8600 (saw_spurious_output): Expect inferior output from
8601 $inferior_spawn_id. Use gdb_test_stdio.
8602
8396d2cd
PA
86032015-07-29 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.base/dprintf.exp: Use standard_testfile. Change
8606 prepare_for_testing call.
8607 (srcfile): Don't set.
8608 (restart): New procedure.
8609 (test_dprintf): New procecure, use to continue over dprintfs.
8610 (test_call, test_agent): New procedures, tests moved here.
8611 Restart gdb and recreate dprintfs. Adjust expected output.
8612
2051d61f
PA
86132015-07-29 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8616
452397af
PA
86172015-07-29 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8620
8aed9555
PA
86212015-07-29 Pedro Alves <palves@redhat.com>
8622
8623 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8624 gdb_test_stdio.
8625
188a61b4
PA
86262015-07-29 Pedro Alves <palves@redhat.com>
8627
8628 * lib/gdb.exp (gdb_test_stdio): New procedure.
8629
12264a45
PA
86302015-07-29 Pedro Alves <palves@redhat.com>
8631
8632 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8633
23ffc893
PA
86342015-07-29 Pedro Alves <palves@redhat.com>
8635
8636 * gdb.base/call-signal-resume.exp: Remove check for
8637 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8638 * gdb.base/unwindonsignal.exp: Likewise.
8639 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8640 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8641
65566918
PA
86422015-07-29 Pedro Alves <palves@redhat.com>
8643
8644 * gdb.base/siginfo-addr.c (pass): New function.
8645 (handler): Call it iff si_addr is correct.
8646 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8647 Set a breakpoint at "pass" and continue to it.
8648
d60a9221
SDJ
86492015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8650
8651 * gdb.python/py-objfile.exp: Make some tests have unique names.
8652 * gdb.python/py-pp-registration.exp: Likewise.
8653
bde40b8f
PA
86542015-07-28 Pedro Alves <palves@redhat.com>
8655
8656 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8657
13e1dec8
SM
86582015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8659
8660 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8661
da33c9a7
SM
86622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8663
8664 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8665
077836f7
PP
86662015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8667
8668 * gdb.base/gdb-sigterm-2.exp: New test.
8669
b8cc7b2e
DE
86702015-07-25 Doug Evans <xdje42@gmail.com>
8671
8672 Revert:
8673 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8674 (workers/%.worker, build-perf): New rule.
8675 (GDB_PERFTEST_MODE): New variable.
8676 (check-perf): Use it.
8677 (clean): Clean up gdb.perf parallel build subdirs.
8678 * lib/build-piece.exp: New file.
8679 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8680 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8681 name.
8682 (standard_temp_file): Ditto.
8683 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8684 of $GDB_PARALLEL.
8685
c8bd4544
DE
86862015-07-24 Doug Evans <dje@google.com>
8687
8688 * gdb.perf/lib/perftest/utils.py: New file.
8689 * gdb.perf/gm-hello.cc: New file.
8690 * gdb.perf/gm-pervasive-typedef.cc: New file.
8691 * gdb.perf/gm-pervasive-typedef.h: New file.
8692 * gdb.perf/gm-std.cc: New file.
8693 * gdb.perf/gm-std.h: New file.
8694 * gdb.perf/gm-use-cerr.cc: New file.
8695 * gdb.perf/gm-utils.h: New file.
8696 * gdb.perf/gmonster-null-lookup.py: New file.
8697 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8698 * gdb.perf/gmonster-print-cerr.py: New file.
8699 * gdb.perf/gmonster-ptype-string.py: New file.
8700 * gdb.perf/gmonster-runto-main.py: New file.
8701 * gdb.perf/gmonster-select-file.py: New file.
8702 * gdb.perf/gmonster1-null-lookup.exp: New file.
8703 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8704 * gdb.perf/gmonster1-print-cerr.exp: New file.
8705 * gdb.perf/gmonster1-ptype-string.exp: New file.
8706 * gdb.perf/gmonster1-runto-main.exp: New file.
8707 * gdb.perf/gmonster1-select-file.exp: New file.
8708 * gdb.perf/gmonster1.cc: New file.
8709 * gdb.perf/gmonster1.exp: New file.
8710 * gdb.perf/gmonster2-null-lookup.exp: New file.
8711 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8712 * gdb.perf/gmonster2-print-cerr.exp: New file.
8713 * gdb.perf/gmonster2-ptype-string.exp: New file.
8714 * gdb.perf/gmonster2-runto-main.exp: New file.
8715 * gdb.perf/gmonster2-select-file.exp: New file.
8716 * gdb.perf/gmonster2.cc: New file.
8717 * gdb.perf/gmonster2.exp: New file.
8718
6eab34f3
DE
87192015-07-24 Doug Evans <dje@google.com>
8720
8721 * gdb.perf/README: New file.
8722 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8723 * lib/gen-perf-test.exp: New file.
8724
63738bfd
DE
87252015-07-24 Doug Evans <dje@google.com>
8726
8727 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8728 (PerfTest::startup): New function.
8729 (PerfTest::run): Return result of calling body.
8730 (PerfTest::assemble): Rewrite.
8731 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8732 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8733 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8734 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8735 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8736
7b606f95
DE
87372015-07-24 Doug Evans <dje@google.com>
8738
8739 * lib/gdb.exp (clean_restart): Make executable optional.
8740
a97b16b8
DE
87412015-07-24 Doug Evans <dje@google.com>
8742
8743 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8744 compiler_info references.
8745 * gdb.cp/temargs.exp: Ditto.
8746 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8747 (get_compiler_info): Early exit if already computed. Set compiler_info
8748 to "unknown" if there was a problem.
8749 (test_compiler_info): Add function comment. Call get_compiler_info.
8750
35baa57f
DE
87512015-07-24 Doug Evans <dje@google.com>
8752
8753 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8754 (workers/%.worker, build-perf): New rule.
8755 (GDB_PERFTEST_MODE): New variable.
8756 (check-perf): Use it.
8757 (clean): Clean up gdb.perf parallel build subdirs.
8758 * lib/build-piece.exp: New file.
8759 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8760 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8761 name.
8762 (standard_temp_file): Ditto.
8763 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8764 of $GDB_PARALLEL.
8765
6ebea266
DE
87662015-07-24 Doug Evans <dje@google.com>
8767
8768 * lib/future.exp (gdb_default_target_compile): New option
8769 "early_flags".
8770 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8771 --as-needed.
8772
1e76a7e9
SDJ
87732015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8774
8775 * gdb.base/catch-syscall.exp: Call gdb_exit before
8776 gdb_skip_xml_test.
8777
5068630a
PA
87782015-07-24 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.python/py-events.exp: Accept output between the stop event
8781 and the prompt.
8782 * gdb.python/py-evsignal.exp: Likewise.
8783 * gdb.python/py-evthreads.exp: Likewise.
8784
77598427
PA
87852015-07-24 Pedro Alves <palves@redhat.com>
8786
8787 PR gdb/18717
8788 * gdb.threads/non-ldr-exit.c: New file.
8789 * gdb.threads/non-ldr-exit.exp: New file.
8790
11e6c98f
YQ
87912015-07-24 Yao Qi <yao.qi@linaro.org>
8792
8793 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8794 restarting process.
8795
51aee833
YQ
87962015-07-24 Yao Qi <yao.qi@linaro.org>
8797
8798 * gdb.server/ext-restart.exp: New file.
8799
8cfe207c
YQ
88002015-07-24 Yao Qi <yao.qi@linaro.org>
8801
8802 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8803 argument options.
8804 * gdb.server/ext-wrapper.exp: New file.
8805
cc12ce38
DE
88062015-07-23 Doug Evans <dje@google.com>
8807
8808 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8809 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8810
d0d84780
PMR
88112015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8812
8813 * gdb.ada/var_arr_typedef.exp: New testcase.
8814 * gdb.ada/var_arr_typedef/pack.adb: New file.
8815 * gdb.ada/var_arr_typedef/pack.ads: New file.
8816 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8817
8b558f79
JB
88182015-07-20 Joel Brobecker <brobecker@adacore.com>
8819
8820 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8821
775a3298
JK
88222015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8823
8824 * gdb.arch/i386-biarch-core.exp: Replace istarget
8825 by "complete set gnutarget". Remove expectation for the "core-file"
8826 command.
8827
db1ff28b
JK
88282015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8829
8830 Revert the previous commit:
8831 Tests for validate symbol file using build-id.
8832
0a94970d
JK
88332015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8834
8835 Tests for validate symbol file using build-id.
8836 * gdb.base/solib-mismatch-lib.c: New file.
8837 * gdb.base/solib-mismatch-libmod.c: New file.
8838 * gdb.base/solib-mismatch.c: New file.
8839 * gdb.base/solib-mismatch.exp: New file.
8840
03346981
SL
88412015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8842
8843 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8844 nios2-*-linux*.
8845 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8846 * gdb.base/siginfo.exp: Likewise.
8847 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8848
42422cc7
PL
88492015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8850
8851 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8852 Move it to ...
8853 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8854 ... here.
8855 * gdb.trace/range-stepping.exp: Check that the target supports
8856 range stepping.
8857
cfa68bae
JK
88582015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8859
8860 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8861
8ffdba26
PA
88622015-07-14 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.base/killed-outside.exp: New file.
8865 * gdb.base/killed-outside.c: New file.
8866
218a5a11
JK
88672015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8868
8869 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8870 (n at main): New.
8871 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8872
e03ed3c6
AA
88732015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8874
8875 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8876 infcall tests instead of setting up for KFAIL.
8877
485668e5
MM
88782015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8879
8880 * gdb.btrace/record_goto-step.exp: New.
8881
08464196
JK
88822015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8883
8884 PR compile/18484
8885 * gdb.compile/compile.c (struct struct_type): Add volatile to
8886 selffield's type.
8887 * gdb.compile/compile.exp
8888 (compile code struct_object.selffield = &struct_object): Skip further
8889 struct_object tests if this one xfails.
8890
bcf5c1d9
RC
88912015-07-08 Robert O'Callahan <robert@ocallahan.org>
8892
8893 PR exp/18617
8894 * gdb.trace/ax.exp: Add test.
8895
4931af25
YQ
88962015-07-07 Yao Qi <yao.qi@linaro.org>
8897
8898 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8899 instead of istarget "aarch64*-*-*".
8900 * gdb.arch/aarch64-fp.exp: Likewise.
8901 * gdb.base/float.exp: Likewise.
8902 * gdb.reverse/aarch64.exp: Likewise.
8903 * lib/gdb.exp (is_aarch64_target): New proc.
8904
9fcf688e
YQ
89052015-07-07 Yao Qi <yao.qi@linaro.org>
8906
8907 * lib/gdb.exp (is_aarch32_target): New proc.
8908 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8909 instead of "istarget "arm*-*-*"".
8910 * gdb.arch/arm-disp-step.exp: Likewise.
8911 * gdb.arch/thumb-bx-pc.exp: Likewise.
8912 * gdb.arch/thumb-prologue.exp: Likewise.
8913 * gdb.arch/thumb-singlestep.exp: Likewise.
8914 * gdb.base/disp-step-syscall.exp: Likewise.
8915 * gdb.base/float.exp: Likewise.
8916
fbd8d50d
YQ
89172015-07-07 Yao Qi <yao.qi@linaro.org>
8918
8919 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8920 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8921
71be1fdc
YQ
89222015-07-07 Yao Qi <yao.qi@linaro.org>
8923
8924 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8925 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8926 if it exists.
8927 * gdb.multi/multi-arch.exp: Likewise.
8928
3e221d36
SM
89292015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8930
8931 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8932 print.
8933
d441430b
YQ
89342015-07-07 Yao Qi <yao.qi@linaro.org>
8935
8936 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8937
06f810bd
MG
89382015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8939
8940 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8941 '[' and ']' characters.
8942
5e61e7c0
IB
89432015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8944
8945 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8946
28bf096c
PA
89472015-06-29 Pedro Alves <palves@redhat.com>
8948
8949 PR threads/18127
8950 * gdb.threads/hand-call-new-thread.c: New file.
8951 * gdb.threads/hand-call-new-thread.c: New file.
8952
ee93cd5e
KS
89532015-06-26 Keith Seitz <keiths@redhat.com>
8954 Doug Evans <dje@google.com>
8955
8956 PR 16253
8957 * gdb.cp/var-tag-2.cc: New file.
8958 * gdb.cp/var-tag-3.cc: New file.
8959 * gdb.cp/var-tag-4.cc: New file.
8960 * gdb.cp/var-tag.cc: New file.
8961 * gdb.cp/var-tag.exp: New file.
8962
fc637f04
PP
89632015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8964
8965 * gdb.base/history-duplicates.exp: New test.
8966
2e52ae68
PP
89672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8968
8969 * gdb.base/completion.exp: Test the completion of the "focus"
8970 command.
8971
6e22494e
JK
89722015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8973
8974 * gdb.arch/amd64-prologue-skip.S: New file.
8975 * gdb.arch/amd64-prologue-skip.exp: New file.
8976
bf7b9cd9
SM
89772015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8978
8979 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8980 is_address_zero_readable check.
8981
201e8dfd
PB
89822015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8983
8984 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8985 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8986
5cd867b4
YQ
89872015-06-24 Yao Qi <yao.qi@linaro.org>
8988
8989 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8990 linux targets.
8991
4d7be007
YQ
89922015-06-24 Yao Qi <yao.qi@linaro.org>
8993
8994 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8995 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8996 * gdb.base/siginfo-thread.exp: Likewise.
8997
07fcd301
YQ
89982015-06-22 Yao Qi <yao.qi@linaro.org>
8999
9000 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9001
52042a00
YQ
90022015-06-22 Yao Qi <yao.qi@linaro.org>
9003
9004 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9005 aarch64*-*-*.
9006 (skip_hw_watchpoint_tests): Likewise.
9007
74bd41ce
PP
90082015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9009
9010 * gdb.base/gdbinit-history.exp: Test the interaction between
9011 setting GDBHISTSIZE and setting the history size via .gdbinit.
9012
bc460514
PP
90132015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9014
9015 PR gdb/16999
9016 * gdb.base/gdbhistsize-history.exp: New test.
9017
b58c513b
PP
90182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9019
9020 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9021 with GDBHISTSIZE.
9022 * gdb.base/readline.exp: Likewise.
9023
92046791
YQ
90242015-06-17 Yao Qi <yao.qi@linaro.org>
9025
9026 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9027 line.
9028
2093d2d3
PP
90292015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9030
9031 * gdb.base/gdbinit-history.exp: Add test case to check that
9032 an unlimited history file does not get truncated on exit.
9033
e6c693af
AA
90342015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9035
9036 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9037 (VECTOR): New macro. Use it...
9038 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9039 ...for these typedefs.
9040 (int8, char1, int1, double1): New typedefs.
9041 (struct just_int2, struct two_int2): New structures.
9042 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9043 (add_structvecs, add_singlevecs): New functions.
9044 (main): Call add_some_intvecs twice.
9045 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9046 the compile and exit upon failure. Try compiling for the "native"
9047 architecture. Test inferior function calls with vector arguments
9048 and vector return value handling with "finish" and "return".
9049
c74f7d1c
JT
90502015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9051
9052 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9053 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9054 PE file.
9055 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9056
98aa42ee
AT
90572015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9058
9059 PR breakpoints/16465
9060 * gdb.mi/mi-dprintf-pending.c: New file.
9061 * gdb.mi/mi-dprintf-pending.exp: New test.
9062 * gdb.mi/mi-dprintf-pendshr.c: New file.
9063
7d73c23c 90642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9065 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9066
9067 * gdb.arch/i386-mpx-map.c: New file.
9068 * gdb.arch/i386-mpx-map.exp: New File.
9069
90702015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9071
9072 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9073 * gdb.arch/i386-mpx.exp: Indentation fixed.
9074
90752015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9076
9077 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9078 function and improved indentation.
9079 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9080 gdb_test_multiple. Added additional tests to skip the test.
9081
90822015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9083
9084 * gdb.arch/i386-avx512.c: Change path in include file.
9085 * gdb.arch/i386-avx512.exp: Change include dir path
9086 compilation flag.
9087 * gdb.arch/i386-mpx.c: Change path in include file.
9088 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9089 flag.
9090
d5eba19a
JK
90912015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9092
9093 * gdb.compile/compile-print.exp (compile print *vararray@3)
9094 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9095
7f361056
JK
90962015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9097
9098 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9099 (do not keep jit in memory): ... this.
9100 (expect 5): Change it to ...
9101 (expect no 5): ... this.
9102
3b462ec2
SM
91032015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9104
9105 PR gdb/15564
9106 * gdb.mi/mi-detach.exp: New file.
9107
e0619de6
JK
91082015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9109
9110 PR symtab/18392
9111 * gdb.arch/amd64-tailcall-self.S: New file.
9112 * gdb.arch/amd64-tailcall-self.c: New file.
9113 * gdb.arch/amd64-tailcall-self.exp: New file.
9114
e970cb34
DB
91152015-05-28 Don Breazeal <donb@codesourcery.com>
9116
9117 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9118 tests for remote targets by checking is_target_gdbserver.
9119
b2e2f908
DE
91202015-05-27 Doug Evans <dje@google.com>
9121
9122 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9123 * gdb.dwarf2/opaque-type-lookup.c: New file.
9124 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9125
82c7be31
DE
91262015-05-26 Doug Evans <dje@google.com>
9127
9128 * gdb.cp/iostream.cc: New file.
9129 * gdb.cp/iostream.exp: New file.
9130
b4f54984
DE
91312015-05-26 Doug Evans <dje@google.com>
9132
9133 * gdb.dwarf2/dw2-op-call.exp: Update.
9134 * gdb.dwarf2/dw4-sig-types.exp: Update.
9135 * gdb.dwarf2/implptr.exp: Update.
9136 * gdb.mi/mi-cmd-param-changed.exp: Update.
9137
4ea6efe9
DE
91382015-05-26 Doug Evans <dje@google.com>
9139
9140 * gdb.python/py-lazy-string.c: New file.
9141 * gdb.python/py-lazy-string.exp: New file.
9142 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9143 (main): Update. Add estring3.
9144 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9145 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9146
f6bb7db3
YQ
91472015-05-26 Omair Javaid <omair.javaid@linaro.org>
9148 Yao Qi <yao.qi@linaro.org>
9149
9150 * gdb.reverse/aarch64.c: New.
9151 * gdb.reverse/aarch64.exp: New.
9152
a81bfbd0
OJ
91532015-05-26 Omair Javaid <omair.javaid@linaro.org>
9154
25d49b86
PA
9155 * lib/gdb.exp (supports_process_record): Return true for
9156 aarch64*-linux*.
a81bfbd0
OJ
9157 (supports_reverse): Likewise.
9158
158bf1b4
PP
91592015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9160
9161 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9162 Use with_test_prefix.
9163
a0145030
AB
91642015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9165
9166 * gdb.base/completion.exp: Add test for completion of layout
9167 names.
9168
ebe3b578
AB
91692015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9170
9171 * lib/gdb.exp (skip_tui_tests): New proc.
9172 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9173
84204ed7
PA
91742015-05-19 Pedro Alves <palves@redhat.com>
9175
9176 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9177 Save the whole env array instead of just HOME. Unset HISTSIZE in
9178 the environment while testing. Restore whole environment
9179 afterwards.
9180
37442ce1
DE
91812015-05-16 Doug Evans <xdje42@gmail.com>
9182
9183 * gdb.guile/scm-ports.c: New file.
9184 * gdb.guile/scm-ports.exp: Add memory port tests.
9185
36de76f9
JK
91862015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9187
9188 * gdb.compile/compile-print.c: New file.
9189 * gdb.compile/compile-print.exp: New file.
9190
3a9558c4
JK
91912015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9192
9193 * gdb.compile/compile-ops.exp: Cast param to void.
9194 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9195 (compile code struct_object.selffield = &struct_object): Add xfail.
9196
aa715135
JG
91972015-05-15 Joel Brobecker <brobecker@adacore.com>
9198
9199 * gdb.ada/arr_enum_with_gap: New testcase.
9200
931e5bc3
JG
92012015-05-15 Joel Brobecker <brobecker@adacore.com>
9202
9203 * gdb.ada/byte_packed_arr: New testcase.
9204
9cd4d857
JB
92052015-05-15 Joel Brobecker <brobecker@adacore.com>
9206
9207 * gdb.ada/pckd_neg: New testcase.
9208
ebfd00d2
PP
92092015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9210
9211 PR gdb/17820
9212 * gdb.base/gdbinit-history.exp: New test.
9213 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9214 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9215
4c082a81
SC
92162015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9217
9218 * gdb.python/py-xmethods.cc: Enhance test case.
9219 * gdb.python/py-xmethods.exp: New tests.
9220 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9221 function.
9222 (B_indexoper): Likewise.
9223 (global_dm_list) : Add new xmethod worker functions.
9224
f7797074
SDJ
92252015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9226
9227 * gdb.base/coredump-filter.exp: Correctly unset
9228 "coredump_var_addr" array.
9229
a4674e4e
PA
92302015-05-08 Pedro Alves <palves@redhat.com>
9231
9232 * gdb.server/non-existing-program.exp: Unset spawn_id.
9233
df2eb078
SC
92342015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9235
9236 PR python/18291
9237 * gdb.python/py-xmethods.exp: Add tests.
9238
422349a3
YQ
92392015-05-08 Yao Qi <yao.qi@linaro.org>
9240
9241 PR gdb/18208
9242 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9243 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9244 function set_coredump_filter, and remove remote_exec call.
9245 Remove argument ipid. Callers update.
9246 (top level): Don't get inferior's PID.
9247
63fc80ce
AA
92482015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9249
9250 * gdb.base/watch_thread_num.exp: Skip test on targets without
9251 access watchpoints.
9252
80ad801e
PA
92532015-05-06 Pedro Alves <palves@redhat.com>
9254
9255 PR server/18081
9256 * gdb.server/non-existing-program.exp: New file.
9257
0fa7fe50
JB
92582015-05-05 Joel Brobecker <brobecker@adacore.com>
9259
9260 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9261
3ea89b92
PMR
92622015-05-05 Joel Brobecker <brobecker@adacore.com>
9263
9264 * gdb.ada/out_of_line_in_inlined: New testcase.
9265
87b8eff0
JB
92662015-05-05 Joel Brobecker <brobecker@adacore.com>
9267
9268 * gdb.ada/var_rec_arr: New testcase.
9269
5fccc635
YQ
92702015-04-30 Yao Qi <yao.qi@linaro.org>
9271
9272 * gdb.base/break-idempotent.exp: If
9273 skip_hw_watchpoint_multi_tests returns true, skip the tests
9274 on "rwatch" and "awatch".
9275
42d38f42
YQ
92762015-04-30 Yao Qi <yao.qi@linaro.org>
9277
9278 * gdb.base/relativedebug.exp: Invoke gdb command
9279 "info sharedlibrary", and if libc.so doesn't have debug info,
9280 skip the test.
9281
2ce1cdbf
DE
92822015-04-29 Doug Evans <dje@google.com>
9283
9284 * gdb.python/py-xmethods.exp: Add ptype tests.
9285 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9286 get_result_type method.
9287
f24a38c5
LM
92882015-04-29 Luis Machado <lgustavo@codesourcery.com>
9289
9290 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9291 the target does not support hardware watchpoints.
9292
ecbf2b3c
LM
92932015-04-29 Luis Machado <lgustavo@codesourcery.com>
9294
9295 * gdb.base/break-always.exp: Abort testing if writing to memory
9296 causes an error.
9297
34f5f757
DE
92982015-04-28 Doug Evans <dje@google.com>
9299
9300 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9301 * gdb.python/py-pp-registration.exp: ... here. New file.
9302 * gdb.python/py-pp-registration.c: New file.
9303 * gdb.python/py-pp-registration.py: New file.
9304
69b4374a
DE
93052015-04-28 Doug Evans <dje@google.com>
9306
9307 * gdb.python/py-bad-printers.c: New file.
9308 * gdb.python/py-bad-printers.py: New file.
9309 * gdb.python/py-bad-printers.exp: New file.
9310
59fb7612
SS
93112015-04-28 Sasha Smundak <asmundak@google.com>
9312
9313 * gdb.python/py-type.exp: New test.
9314
2631b16a
AW
93152015-04-28 Andy Wingo <wingo@igalia.com>
9316
9317 * gdb.python/py-parameter.exp:
9318 * gdb.guile/scm-parameter.exp: Escape the path that we are
9319 matching against, as it might contain characters that are special
9320 to regular expressions.
9321
460efde1
JB
93222015-04-27 Joel Brobecker <brobecker@adacore.com>
9323
9324 * gdb.ada/rec_comp: New testcase.
9325
2d369d8e
SDJ
93262015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9327
9328 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9329 before using it.
9330
cf75d6c3
AB
93312015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9332
9333 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9334 new tests for verilog output.
9335
8dbe7ca5
YQ
93362015-04-24 Yao Qi <yao.qi@linaro.org>
9337
9338 * boards/remote-gdbserver-on-localhost.exp: New file.
9339
4ef9fb2f
PA
93402015-04-23 Pedro Alves <palves@redhat.com>
9341
9342 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9343 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9344 "end of file", remove $inferior_spawn_id from the indirect list.
9345
0a803169
PA
93462015-04-23 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9349
749ef8f8
PA
93502015-04-23 Pedro Alves <palves@redhat.com>
9351
9352 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9353 on $any_spawn_id instead of only on $gdb_spawn_id.
9354
8aae4344
PM
93552015-04-21 Pierre Muller <muller@sourceware.org>
9356
9357 PR pascal/17815
9358 * lib/pascal.exp (gpc_compile): Add new option "class".
9359 (fpc_compile): Likewise.
9360 * gdb.pascal/case-insensitive-symbols.pas: New file.
9361 * gdb.pascal/case-insensitive-symbols.exp: New file.
9362
1586c8fb
GB
93632015-04-20 Gary Benson <gbenson@redhat.com>
9364
9365 * gdb.base/attach.exp: Fix three extended remote failures.
9366
1b6e6f5c
GB
93672015-04-17 Gary Benson <gbenson@redhat.com>
9368
9369 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9370 the main executable over the remote protocol.
9371
e797481d
PA
93722015-04-16 Pedro Alves <palves@redhat.com>
9373
9374 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9375 a new gdbserver if gdbserver_reconnect_p is set.
9376
1ca99c42
PA
93772015-04-16 Pedro Alves <palves@redhat.com>
9378
9379 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9380 is set, don't exit gdbserver.
9381
af9fd6f8
AA
93822015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9383
9384 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9385 appropriate .insn, such that an older assembler can be used.
9386 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9387 the z/Architecture instruction set on 31-bit targets as well.
9388
04ff1e61
AA
93892015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9390
9391 * gdb.go/handcall.exp: Remove all logic related to the first
9392 breakpoint and rely on go_runto_main instead.
9393 * gdb.go/strings.exp: Likewise.
9394 * gdb.go/unsafe.exp: Likewise.
9395 * gdb.go/hello.exp: Likewise. Also rename the remaining
9396 breakpoint marker to "breakpoint 1".
9397 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9398 * gdb.go/strings.go: Likewise.
9399 * gdb.go/unsafe.go: Likewise.
9400 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9401 "set breakpoint 2 here" and rename the remaining breakpoint marker
9402 to "breakpoint 1".
9403
40d2f8d6
SM
94042015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9405
9406 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9407 if itertools.imap is not present.
9408 * gdb.python/py-objfile.exp: Add parentheses.
9409 * gdb.python/py-type.exp: Same.
9410 * gdb.python/py-unwind-maint.py: Same.
9411
8cbc97c6
YQ
94122015-04-15 Yao Qi <yao.qi@linaro.org>
9413
9414 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9415 of ":$ptr_size" and set its form explicitly.
9416
45fd756c
YQ
94172015-04-15 Pedro Alves <palves@redhat.com>
9418 Yao Qi <yao.qi@linaro.org>
9419
9420 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9421 timeout by factor of 4.
9422 (test_regular_watch): Likewise.
9423 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9424 * gdb.reverse/sigall-reverse.exp: Likewise.
9425 * gdb.reverse/until-precsave.exp: Likewise.
9426 * lib/gdb.exp (with_timeout_factor): New proc.
9427 (gdb_expect): Move some code to ...
9428 (get_largest_timeout): ... here. New procedure.
9429
9e811bc3
LM
94302015-04-14 Luis Machado <lgustavo@codesourcery.com>
9431
9432 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9433
0ff6fcb2
LM
94342015-04-13 Luis Machado <lgustavo@codesourcery.com>
9435
9436 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9437 to write to the .text section.
9438
7578d5f7
LM
94392015-04-13 Luis Machado <lgustavo@codesourcery.com>
9440
9441 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9442 Handle the case of targets that do not provide PID information.
9443
2efe15c4
YQ
94442015-04-13 Yao Qi <yao.qi@linaro.org>
9445
9446 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9447 and use expect instead of gdb_expect.
9448
8cd8f2f8
SDJ
94492015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9450
9451 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9452 "coredump_var_addr" to avoid naming conflict with other testcases.
9453
9ee41772
PA
94542015-04-10 Pedro Alves <palves@redhat.com>
9455
9456 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9457 gdb_test_sequence and gdb_assert.
9458
07473109
PA
94592015-04-10 Pedro Alves <palves@redhat.com>
9460
9461 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9462 test messages that don't include the breakpoint address.
9463
de3db44c
YQ
94642015-04-10 Yao Qi <yao.qi@linaro.org>
9465
9466 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9467 false for some offset and width combinations which aren't
9468 supported by linux kernel.
9469
c79d856c
PA
94702015-04-10 Pedro Alves <palves@redhat.com>
9471
9472 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9473 procedure, factored out from ...
9474 (top level): ... here. Add "set displaced-stepping" testing axis.
9475 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9476 parameter "displaced". Use it.
9477 (top level): Use foreach and add "set displaced-stepping" testing
9478 axis.
9479
ebc90b50
PA
94802015-04-10 Pedro Alves <palves@redhat.com>
9481
9482 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9483 Remove comment.
9484 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9485 both the address of the instruction that triggers the watchpoint
9486 and the address of the instruction immediately after, and use
9487 those addresses for the test. Fix comment.
9488
8f572e5c
PA
94892015-04-10 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.base/sigstep.exp (breakpoint_to_handler)
9492 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9493 Test "backtrace" in handler.
9494 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9495 (top level): Add new "displaced" test axis to
9496 breakpoint_to_handler, breakpoint_to_handler_entry and
9497 breakpoint_over_handler.
9498
8d707a12
PA
94992015-04-10 Pedro Alves <palves@redhat.com>
9500
9501 PR gdb/18216
9502 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9503
ef713951
YQ
95042015-04-10 Yao Qi <yao.qi@linaro.org>
9505
9506 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9507 (test_add_rn_pc): New function.
9508 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9509 (top level): Invoke test_add_rn_pc.
9510
906d60cf
PA
95112015-04-10 Pedro Alves <palves@redhat.com>
9512
9513 PR gdb/13858
9514 * gdb.base/step-over-no-symbols.exp: New file.
9515
f2983cc3
AW
95162015-04-09 Andy Wingo <wingo@igalia.com>
9517
9518 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9519 after the Python tests.
9520
6d62641c
SDJ
95212015-04-08 Keith Seitz <keiths@redhat.com>
9522
9523 PR python/16699
9524 * gdb.python/py-completion.exp: New tests for completion.
9525 * gdb.python/py-completion.py (CompleteLimit1): New class.
9526 (CompleteLimit2): Likewise.
9527 (CompleteLimit3): Likewise.
9528 (CompleteLimit4): Likewise.
9529 (CompleteLimit5): Likewise.
9530 (CompleteLimit6): Likewise.
9531 (CompleteLimit7): Likewise.
9532
f3770638
PA
95332015-04-08 Pedro Alves <palves@redhat.com>
9534
9535 PR gdb/18214
9536 PR gdb/18216
9537 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9538 function.
9539 (main): Install it as SIGUSR1 handler.
9540 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9541 parameter. Always use "setup" as prefix. Toggle "set
9542 displaced-stepping" off/on depending on global. Don't switch to
9543 thread 1 here.
9544 (top level): Add displaced stepping "off/on" test axis. Update
9545 "setup" calls. Wrap each subtest with with_test_prefix. Test
9546 continuing with a queued signal in each thread.
9547
4496bed7
PA
95482015-04-08 Pedro Alves <palves@redhat.com>
9549
9550 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9551 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9552 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9553 Return early if running to main fails.
9554 * gdb.trace/while-stepping.exp: Likewise.
9555
b97fde92
PA
95562015-04-07 Pedro Alves <palves@redhat.com>
9557
9558 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9559 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9560 interact with inferior program.
9561
f71c18e7
PA
95622015-04-07 Pedro Alves <palves@redhat.com>
9563
9564 * lib/gdb.exp (inferior_spawn_id): New global.
9565 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9566 spawn id after processing the user code.
9567 (default_gdb_start): Set inferior_spawn_id.
9568 (send_inferior): New procedure.
9569 * lib/gdbserver-support.exp (gdbserver_start): Set
9570 inferior_spawn_id.
9571 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9572
6423214f
PA
95732015-04-07 Pedro Alves <palves@redhat.com>
9574
9575 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9576 * lib/gdbserver-support.exp (gdbserver_start): Make
9577 $server_spawn_id global.
9578 (gdbserver_start): Don't wait for gdbserver's spawn id with
9579 expect_background.
9580 (close_gdbserver): New procedure.
9581 (gdb_exit): Rename the default version and reimplement.
9582
71c0ee8c
PA
95832015-04-07 Pedro Alves <palves@redhat.com>
9584
72f4393d 9585 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9586 append the substituted item, not the original item.
9587
203bc29b
PA
95882015-04-07 Pedro Alves <palves@redhat.com>
9589
9590 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9591 gdb_expect.
9592
508a3ddf
PA
95932015-04-07 Pedro Alves <palves@redhat.com>
9594
9595 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9596 output appearing once only.
9597
9f6dbe2b
PA
95982015-04-07 Pedro Alves <palves@redhat.com>
9599
9600 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9601 that doesn't expect anything. Return early if running to main
9602 fails.
9603
337532fa
YQ
96042015-04-07 Yao Qi <yao.qi@linaro.org>
9605
9606 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9607 (child_function): Call alarm.
9608 (main): Move call to alarm into the loop.
9609 * gdb.threads/non-stop-fair-events.exp: Build program with
9610 -DTIMEOUT=$timeout.
9611
01b622d4
DE
96122015-04-06 Doug Evans <xdje42@gmail.com>
9613
9614 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9615 Fix dest parameter to board_info.
9616 (fpc_compile): Ditto.
9617 (gdb_compile_pascal): Rename dest arg to destfile.
9618
961f4160
PMR
96192015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9620
9621 * gdb.ada/funcall_ref.exp: New file.
9622 * gdb.ada/funcall_ref/foo.adb: New file.
9623
cafda597
YQ
96242015-04-02 Yao Qi <yao.qi@linaro.org>
9625
9626 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9627 is remote.
9628
fed040c6
GB
96292015-04-02 Gary Benson <gbenson@redhat.com>
9630
9631 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9632
d11916aa
SS
96332015-04-01 Sasha Smundak <asmundak@google.com>
9634
9635 * gdb.python/py-unwind-maint.c: New file.
9636 * gdb.python/py-unwind-maint.exp: New test.
9637 * gdb.python/py-unwind-maint.py: New file.
9638 * gdb.python/py-unwind.c: New file.
9639 * gdb.python/py-unwind.exp: New test.
9640 * gdb.python/py-unwind.py: New test.
9641
a1471180
PA
96422015-04-01 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9645 to fail instead of non-existent $test.
9646
0bbeccb1
PA
96472015-04-01 Pedro Alves <palves@redhat.com>
9648
9649 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9650 GDBFLAGS if not empty.
9651
3c724c8c
PMR
96522015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9653
9654 * gdb.ada/complete.exp: Remove "multi_line".
9655 * gdb.ada/info_exc.exp: Remove "multi_line".
9656 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9657 * gdb.ada/ptype_field.exp: Remove "multi_line".
9658 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9659 * gdb.ada/tagged.exp: Remove "multi_line".
9660 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9661 [multi_line ...]
9662 * gdb.btrace/delta.exp: Likewise.
9663 * gdb.btrace/exception.exp: Likewise.
9664 * gdb.btrace/function_call_history.exp: Likewise.
9665 * gdb.btrace/instruction_history.exp: Likewise.
9666 * gdb.btrace/nohist.exp: Likewise.
9667 * gdb.btrace/record_goto.exp: Likewise.
9668 * gdb.btrace/segv.exp: Likewise.
9669 * gdb.btrace/stepi.exp: Likewise.
9670 * gdb.btrace/tailcall.exp: Likewise.
9671 * gdb.btrace/unknown_functions.exp: Likewise.
9672 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9673 * lib/gdb.exp: Add the "multi_line" helper.
9674
4eec2deb
PA
96752015-04-01 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.threads/tid-reuse.c: New file.
9678 * gdb.threads/tid-reuse.exp: New file.
9679
df8411da
SDJ
96802015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9681
9682 PR corefiles/16092
9683 * gdb.base/coredump-filter.c: New file.
9684 * gdb.base/coredump-filter.exp: Likewise.
9685
6ef37366
PM
96862015-03-27 Petr Machata <pmachata@redhat.com>
9687
9688 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9689 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9690 (Dwarf::assemble): Initialize them.
9691 (Dwarf::lines): New function.
9692
7ec911b0
JT
96932015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9694
9695 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9696 SYMBOL_PREFIX for x86_64-*-cygwin.
9697
ff908ebf
AW
96982015-03-26 Andy Wingo <wingo@igalia.com>
9699
9700 PR symtab/18148
9701 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9702 const_value but not a location.
9703 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9704 location defined in non-main CUs are visible.
9705
6d5f0679
YQ
97062015-03-26 Yao Qi <yao.qi@linaro.org>
9707
9708 PR testsuite/18139
9709 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9710 Add a line number entry for the same line.
9711 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9712 Add a line number entry for the same line.
9713
2898689b
YQ
97142015-03-26 Yao Qi <yao.qi@linaro.org>
9715
9716 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9717 .int 0.
9718 (func): Likewise. Add .Lfunc_1 label.
9719 Use .Lfunc_1 label.
9720 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9721 .int 0.
9722 (func): Likewise.
9723 Use .Lfunc_1 label.
9724
85180498
YQ
97252015-03-26 Yao Qi <yao.qi@linaro.org>
9726
9727 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9728 Call gdb_compile instead to compile each .s files without debug
9729 information.
9730
8aa08a8d
YQ
97312015-03-26 Yao Qi <yao.qi@linaro.org>
9732
9733 * gdb.base/savedregs.exp (process_saved_regs): Make
9734 "Saved registers:" optional in the pattern.
9735
66849923
MM
97362015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9737
9738 * gdb.btrace/next.exp: Merged into step.exp.
9739 * gdb.btrace/finish.exp: Merged into step.exp.
9740 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9741 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9742 "record goto" and checking the exact replay position.
9743 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9744 check for "Recording format" in "info record" output.
9745 * gdb.btrace/record_goto.exp: Choose test file based on target.
9746 * gdb.btrace/x86-record_goto.S: Renamed into ...
9747 * gdb.btrace/x86_64-record_goto.S: ... this.
9748 * gdb.btrace/i686-record_goto.S: New.
9749 * gdb.btrace/x86-tailcall.S: Renamed into ...
9750 * gdb.btrace/x86_64-tailcall.S: ... this.
9751 * gdb.btrace/i686-tailcall.S: New.
9752 * gdb.btrace/x86-tailcall.c: Renamed into ...
9753 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9754 separate statements. Update test.
9755 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9756 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9757 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9758 * gdb.btrace/tailcall.exp: Choose test file based on target.
9759 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9760
11cc1b74
MM
97612015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9762
9763 * gdb.btrace/exception.exp: Increase BTS buffer size.
9764
a25d8bf9
PA
97652015-03-24 Pedro Alves <palves@redhat.com>
9766
9767 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9768
856e7dd6
PA
97692015-03-24 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.threads/schedlock.exp (test_step): No longer expect that
9772 "set scheduler-locking step" with "next" over a function call runs
9773 threads unlocked.
9774
ad235a41
AT
97752015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9776
9777 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9778
15630549
AT
97792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9780
9781 PR breakpoints/16466
9782 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9783 * gdb.mi/mi-pending.c (thread_func): New function.
9784 (int main): Add threading support required.
9785 * gdb.mi/mi-pending.exp: Add tests for this issue.
9786 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9787 (pendfunc2): Remove stdio dependency.
9788 * gdb.mi/mi-pendshr2.c: New file.
9789
693dca06
KS
97902015-03-23 Keith Seitz <keiths@redhat.com>
9791
9792 * gdb.linespec/keywords.c: New file.
9793 * gdb.linespec/keywords.exp: New file.
9794
7e993ebf
KS
97952015-03-23 Keith Seitz <keiths@redhat.com>
9796
9797 PR gdb/18021
9798 * gdb.dwarf2/staticvirtual.exp: New test.
9799
bc23328c
JK
98002015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9801
9802 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9803 * README: Remove HP-UX and gdb.hp.
9804 (configuration):
9805 * configure: Regenerate.
9806 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9807 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9808 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9809 gdb.hp/gdb.defects/Makefile.
9810 * gdb.hp/Makefile.in: File deleted.
9811 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9812 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9813 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9814 * gdb.hp/gdb.aCC/run.c: File deleted.
9815 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9816 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9817 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9818 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9819 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9820 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9821 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9822 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9823 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9824 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9825 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9826 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9827 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9828 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9829 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9830 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9831 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9832 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9833 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9834 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9835 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9836 * gdb.hp/gdb.compat/average.c: File deleted.
9837 * gdb.hp/gdb.compat/sum.c: File deleted.
9838 * gdb.hp/gdb.compat/xdb.c: File deleted.
9839 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9840 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9841 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9842 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9843 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9844 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9845 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9846 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9847 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9848 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9849 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9850 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9851 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9852 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9853 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9854 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9855 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9856 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9857 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9858 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9859 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9860 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9861 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9862 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9863 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9864 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9865 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9866 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9867 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9868 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9869 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9870 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9871 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9872 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9873 * gdb.hp/tools/odump: File deleted.
9874
8bf3b159
PA
98752015-03-19 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9878 (saw_thread_3): New globals.
9879 (top level): Increment them when an event for the corresponding
9880 thread is seen.
9881 (no thread starvation): New test.
9882
eb54c8bf
PA
98832015-03-19 Pedro Alves <palves@redhat.com>
9884
9885 * gdb.threads/continue-pending-status.c: New file.
9886 * gdb.threads/continue-pending-status.exp: New file.
9887
32d2e5d6
PA
98882015-03-18 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9891 Use gdb_is_target_remote instead of is_remote. Use
9892 gdb_test_multiple instead of gdb_expect. Exit early if
9893 gdb_test_multiple hits its internal matches. Tighten stepi tests
9894 expected output. Fail on exit with any signal, instead of just
9895 SIGILL.
9896
f68f11b7
YQ
98972015-03-18 Yao Qi <yao.qi@linaro.org>
9898
9899 PR tdep/18107
9900 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9901 variable.
9902 * gdb.base/catch-syscall.exp: Don't skip it on
9903 aarch64*-*-linux* target. Remove elements in all_syscalls.
9904 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9905 target.
9906 (setup_all_syscalls): New proc.
9907
ca5fd19b
YQ
99082015-03-16 Yao Qi <yao.qi@linaro.org>
9909
9910 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9911 (top level): Skip tests if valid_addr_p returns false for
9912 $cmd1 or $cmd2.
9913
85642ba0
AW
99142015-03-11 Andy Wingo <wingo@igalia.com>
9915
9916 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9917
e03f9645
YQ
99182015-03-11 Yao Qi <yao.qi@linaro.org>
9919
9920 * gdb.base/catch-syscall.exp: Fix typo in comments.
9921
5d0962b2
YQ
99222015-03-11 Yao Qi <yao.qi@linaro.org>
9923
9924 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9925
b2df3cef
PA
99262015-03-09 Pedro Alves <palves@redhat.com>
9927
9928 * dg-extract-results.py: Delete.
9929
ef878e53
PA
99302015-03-09 Pedro Alves <palves@redhat.com>
9931
9932 Merge dg-extract-results.sh from GCC upstream (r218843).
9933
9934 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9935 * dg-extract-results.sh: Use --text with grep to avoid issues with
9936 binary files. Fall back to cat -v, if that doesn't work.
9937
9494d219
PA
99382015-03-05 Pedro Alves <palves@redhat.com>
9939
9940 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9941
a8d9763a
SM
99422015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9943
9944 * lib/mi-support.exp (mi_expect_interrupt): Accept
9945 alternative event for when in all-stop mode.
9946
be9957b8
PA
99472015-03-04 Pedro Alves <palves@redhat.com>
9948
9949 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9950
d57be0f4 99512015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9952
9953 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9954
c214c7cf
AA
99552015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9956
9957 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9958 regexps for GDB's current line display, accept a hex address
9959 preceding the line number.
9960
6d74a497
AA
99612015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9962
9963 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9964 the 'arch1' variable for "s390*-linux*" targets.
9965
511aee7c
PA
99662015-03-04 Pedro Alves <palves@redhat.com>
9967
9968 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9969 (main): Pass missing retval argument to pthread_join call.
9970
95e50b27
PA
99712015-03-02 Pedro Alves <palves@redhat.com>
9972
9973 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9974 (top level): Call do_test with non-stop as well.
9975
28054d69
PA
99762015-03-02 Pedro Alves <palves@redhat.com>
9977
9978 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9979 -1.
9980
4fa5d7b4
AA
99812015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9982
9983 * gdb.arch/s390-vregs.exp: New test.
9984 * gdb.arch/s390-vregs.S: New file.
9985
97c18565
PA
99862015-02-27 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9989 call to catch_command_errors.
9990 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9991 catch_command_errors.
9992
a37bfa30
PA
99932015-02-27 Pedro Alves <palves@redhat.com>
9994
9995 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9996 "true" for boolean result.
9997 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9998 prototype of main.
9999
6f98576f
PA
100002015-02-27 Pedro Alves <palves@redhat.com>
10001
10002 * lib/unbuffer_output.c: New file.
10003 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10004 (main): Call gdb_unbuffer_output.
10005
eba5ab56
YQ
100062015-02-27 Yao Qi <yao.qi@linaro.org>
10007
10008 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10009 target.
10010
0def5aaa
DE
100112015-02-26 Doug Evans <dje@google.com>
10012
10013 * gdb.cp/class2.cc (Dbase, D): New classes.
10014 (main): New local delta.
10015 * gdb.cp/class2.exp: Test printing delta.
10016 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10017 (dynbar): New global.
10018 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10019
081a1c2c
JK
100202015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10021
10022 * gdb.compile/compile-ifunc.c: New file.
10023 * gdb.compile/compile-ifunc.exp: New file.
10024
2f41223f
AT
100252015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10026
10027 * gdb.base/structs.exp: Check for correct struct on finish.
10028
03eddd80
YQ
100292015-02-26 Yao Qi <yao.qi@linaro.org>
10030
10031 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10032 is zero.
10033
80c57053
JK
100342015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10035
10036 * gdb.arch/cordic.ko.bz2: New file.
10037 * gdb.arch/cordic.ko.debug.bz2: New file.
10038 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10039
21613c12
YQ
100402015-02-25 Yao Qi <yao.qi@linaro.org>
10041
10042 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10043 aarch64*-*-* target.
10044
d8b901ed
PA
100452015-02-23 Pedro Alves <palves@redhat.com>
10046
10047 * lib/gdb.exp (delete_breakpoints): Rewrite using
10048 gdb_test_multiple.
10049
e5b85ead
PA
100502015-02-23 Pedro Alves <palves@redhat.com>
10051
10052 * gdb.base/info-os.c: Include stdlib.h.
10053
85c3a371
DE
100542015-02-22 Doug Evans <xdje42@gmail.com>
10055
10056 PR symtab/17855
10057 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10058 is read after symbols have been re-read.
10059 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10060 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10061
96553a0c
DE
100622015-02-21 Doug Evans <dje@google.com>
10063
10064 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10065
97a0c697
JK
100662015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10067
10068 PR corefiles/17808
10069 * gdb.arch/i386-biarch-core.core.bz2: New file.
10070 * gdb.arch/i386-biarch-core.exp: New file.
10071
a47cd6e9
PA
100722015-02-21 Pedro Alves <palves@redhat.com>
10073
10074 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10075 runto_main fails.
10076
c5facdc4
PA
100772015-02-20 Pedro Alves <palves@redhat.com>
10078
10079 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10080 info probes.
10081
2db9a427
PA
100822015-02-20 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10085
60fb7e9e
PA
100862015-02-20 Pedro Alves <palves@redhat.com>
10087
10088 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10089 clean_restart before gdb_target_supports_trace.
10090
5c5019c2
PA
100912015-02-20 Pedro Alves <palves@redhat.com>
10092
10093 PR threads/18006
10094 * gdb.threads/clone-thread_db.c: New file.
10095 * gdb.threads/clone-thread_db.exp: New file.
10096
c9587f88
AT
100972015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10098
10099 PR breakpoints/16812
10100 * gdb.base/catch-gdb-caused-signals.c: New file.
10101 * gdb.base/catch-gdb-caused-signals.exp: New file.
10102
f6a88844
JM
101032015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10104
10105 * configure: Regenerated.
10106 * configure.ac: Use GDB_AC_TRANSFORM.
10107 * aclocal.m4: sinclude ../transform.m4.
10108
497c491b
JM
101092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10110
10111 * lib/dtrace.exp: New file.
10112 * gdb.base/dtrace-probe.exp: Likewise.
10113 * gdb.base/dtrace-probe.d: Likewise.
10114 * gdb.base/dtrace-probe.c: Likewise.
10115 * lib/pdtrace.in: Likewise.
10116 * configure.ac: Output variables with the transformed names of
10117 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10118 * configure: Regenerated.
10119
03e98035
JM
101202015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10121
10122 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10123 expected message when trying to access $_probe_* convenience
10124 variables while not on a probe.
10125
63cc30e9
JK
101262015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10129
0703599a
PA
101302015-02-11 Pedro Alves <pedro@codesourcery.com>
10131
10132 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10133 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10134
7e60a48e
DE
101352015-02-10 Doug Evans <xdje42@gmail.com>
10136
10137 * lib/gdb.exp (gdb_load): Always return a result.
10138
01b088bc
PA
101392015-02-10 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.threads/signal-sigtrap.c: New file.
10142 * gdb.threads/signal-sigtrap.exp: New file.
10143
b05ec7a5
AT
101442015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10145
10146 * gdb.trace/no-attach-trace.c: New file.
10147 * gdb.trace/no-attach-trace.exp: New file.
10148
a2c2acaf
MW
101492015-02-09 Mark Wielaard <mjw@redhat.com>
10150
10151 * gdb.dwarf2/atomic.c: New file.
10152 * gdb.dwarf2/atomic-type.exp: Likewise.
10153
31fd9caa
MM
101542015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10155
10156 * gdb.btrace/buffer-size.exp: Update "info record" output.
10157 * gdb.btrace/delta.exp: Update "info record" output.
10158 * gdb.btrace/enable.exp: Update "info record" output.
10159 * gdb.btrace/finish.exp: Update "info record" output.
10160 * gdb.btrace/instruction_history.exp: Update "info record" output.
10161 * gdb.btrace/next.exp: Update "info record" output.
10162 * gdb.btrace/nexti.exp: Update "info record" output.
10163 * gdb.btrace/step.exp: Update "info record" output.
10164 * gdb.btrace/stepi.exp: Update "info record" output.
10165 * gdb.btrace/nohist.exp: Update "info record" output.
10166
d33501a5
MM
101672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10168
10169 * gdb.btrace/buffer-size: New.
10170
f4abbc16
MM
101712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10172
10173 * gdb.btrace/delta.exp: Update "info record" output.
10174 * gdb.btrace/enable.exp: Update "info record" output.
10175 * gdb.btrace/finish.exp: Update "info record" output.
10176 * gdb.btrace/instruction_history.exp: Update "info record" output.
10177 * gdb.btrace/next.exp: Update "info record" output.
10178 * gdb.btrace/nexti.exp: Update "info record" output.
10179 * gdb.btrace/step.exp: Update "info record" output.
10180 * gdb.btrace/stepi.exp: Update "info record" output.
10181 * gdb.btrace/nohist.exp: Update "info record" output.
10182
b9d61307
SM
101832015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10184
10185 PR gdb/15678
10186 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10187
e584fdbc
PA
101882015-02-06 Pedro Alves <palves@redhat.com>
10189
10190 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10191 macro.
10192 (seconds_left, again): New globals.
10193 (main): Wait seconds_left in a 1-second sleep loop instead of
10194 sleeping 180 seconds. If 'again' is set, reset the seconds
10195 counter.
10196 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10197 'again' in the inferior before detaching. Print the seconds left.
10198 (options): New global.
10199 (top level): Build program with -DTIMEOUT=$timeout.
10200
77f41761
PA
102012015-02-06 Pedro Alves <palves@redhat.com>
10202
10203 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10204 determine how many seconds to pass to 'alarm'.
10205 * gdb.base/gdb-sigterm.exp (top level): Build program with
10206 -DTIMEOUT=$timeout.
10207 (do_test): Return success/failure indication. Add more verbose
10208 logging. Don't fail if 200 single steps are seen. Instead, fail
10209 when the test times out.
10210 (passes): New global.
10211 (top level): Break the testing loop if testing fails on any
10212 iteration. Use gdb_assert.
10213
b9394193
DB
102142015-02-04 Don Breazeal <donb@codesourcery.com>
10215
10216 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10217 and initialize them.
10218 (ipc_cleanup): New function.
10219 (main): Don't declare shmid, semid, and msqid. Add a call to
10220 atexit so that we call ipc_cleanup on exit.
10221
42d9e528
PA
102222015-02-04 Pedro Alves <palves@redhat.com>
10223
10224 * boards/native-extended-gdbserver.exp: Remove any target variant
10225 specifications from the board name before clearing the isremote
10226 flag from board_info.
10227
ae6ae975
DE
102282015-01-31 Doug Evans <xdje42@gmail.com>
10229
10230 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10231
cfb069a8
GB
102322015-01-31 Gary Benson <gbenson@redhat.com>
10233
10234 * gdb.base/completion.exp: Disable completion limiting for
10235 existing tests. Add new tests to check completion limiting.
10236 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10237
5dd31d79
DE
102382015-01-31 Doug Evans <xdje42@gmail.com>
10239
10240 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10241
9f050062
DE
102422015-01-31 Doug Evans <xdje42@gmail.com>
10243
10244 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10245 entries. Duplicate file section script entries.
10246 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10247 inlined entries. Add test for safe-path rejection.
10248 * gdb.python/py-section-script.c: Add duplicate inlined section script
10249 entries. Duplicate file section script entries.
10250 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10251 inlined entries. Add test for safe-path rejection.
10252
df25ebbd
JB
102532015-01-29 Joel Brobecker <brobecker@adacore.com>
10254
10255 * gdb.ada/disc_arr_bound: New testcase.
10256
4a0ca9ec
JB
102572015-01-29 Joel Brobecker <brobecker@adacore.com>
10258
10259 * gdb.ada/mi_var_array: New testcase.
10260
3a8b707a
DE
102612015-01-27 Doug Evans <dje@google.com>
10262
10263 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10264 Add test for objfile.filename, objfile.username after objfile
10265 has been unloaded.
10266
f8313f6e
JB
102672015-01-26 Joel Brobecker <brobecker@adacore.com>
10268
10269 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10270 the second test to print the name attribute of value
10271 returned by the call to gdb.lookup_type, and adjust
10272 the expected output accordingly.
10273
37bc665e
MW
102742015-01-25 Mark Wielaard <mjw@redhat.com>
10275
10276 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10277 * gdb.base/disp-step-fork.c: Include unistd.h.
10278 * gdb.base/siginfo-obj.c: Include stdio.h.
10279 * gdb.base/siginfo-thread.c: Likewise.
10280 * gdb.mi/non-stop.c: Include unistd.h.
10281 * gdb.mi/nsthrexec.c: Include stdio.h.
10282 * gdb.mi/pthreads.c: Include unistd.h.
10283 * gdb.modula2/unbounded1.c (main): Declare returns int.
10284 * gdb.reverse/consecutive-reverse.c: Likewise.
10285 * gdb.threads/create-fail.c: Include unistd.h.
10286 * gdb.threads/killed.c: Likewise.
10287 * gdb.threads/linux-dp.c: Likewise.
10288 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10289 * gdb.threads/non-ldr-exc-2.c: Likewise.
10290 * gdb.threads/non-ldr-exc-3.c: Likewise.
10291 * gdb.threads/non-ldr-exc-4.c: Likewise.
10292 * gdb.threads/pthreads.c: Include unistd.h.
10293 (main): Declare returns int.
10294 * gdb.threads/tls-main.c (foo): New declaration.
10295 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10296
f7e5394d
SM
102972015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10298
10299 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10300 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10301
743649fd
MW
103022015-01-15 Mark Wielaard <mjw@redhat.com>
10303
10304 * gdb.base/noreturn-return.c: New file.
10305 * gdb.base/noreturn-return.exp: New file.
10306 * gdb.base/noreturn-finish.c: New file.
10307 * gdb.base/noreturn-finish.exp: New file.
10308
198297aa
PA
103092015-01-23 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.threads/continue-pending-after-query.c: New file.
10312 * gdb.threads/continue-pending-after-query.exp: New file.
10313
717cf30c
AG
103142015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10315 Simon Marchi <simon.marchi@ericsson.com>
10316
10317 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10318 * gdb.base/valgrind-db-attach.exp: Same.
10319 * gdb.base/valgrind-infcall.exp: Same.
10320 * lib/mi-support.exp (default_mi_gdb_start): Same.
10321 * lib/prompt.exp (default_prompt_gdb_start): Same.
10322 * lib/gdb.exp (default_gdb_spawn): Same.
10323 (gdb_interact): New.
10324
10325
4b62a76e
JK
103262015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * gdb.compile/compile.exp (pointer to jit function): New test.
10329
b4cdae6f
WW
103302015-01-17 Wei-cheng Wang <cole945@gmail.com>
10331
10332 * lib/gdb.exp (supports_process_record): Return true for
10333 powerpc*-*-linux*.
10334 (supports_reverse): Likewise.
10335
d221e7ef
DB
103362015-01-15 Don Breazeal <donb@codesourcery.com>
10337
10338 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10339 instead of checking whether the target board is remote and
10340 use spawn_wait_for_attach instead of exec/sleep.
10341 * gdb.base/attach-twice.exp: Likewise.
10342
bafffb51
JB
103432015-01-15 Joel Brobecker <brobecker@adacore.com>
10344
10345 * gdb.ada/var_arr_attrs: New testcase.
10346
5589af0e
PA
103472015-01-14 Pedro Alves <palves@redhat.com>
10348 Joel Brobecker <brobecker@adacore.com>
10349
10350 PR gdb/17525
10351 * gdb.base/bp-cmds-execution-x-script.c: New file.
10352 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10353 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10354
6c400b59
PA
103552015-01-14 Pedro Alves <palves@redhat.com>
10356
10357 PR cli/17828
10358 * gdb.base/batch-preserve-term-settings.c: New file.
10359 * gdb.base/batch-preserve-term-settings.exp: New file.
10360
e02c96a7
DE
103612015-01-13 Doug Evans <dje@google.com>
10362
10363 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10364 binary.
10365
576fd14c
JB
103662015-01-13 Joel Brobecker <brobecker@adacore.com>
10367
10368 * Makefile.in (clean mostlyclean): Do not delete *.py.
10369
04dccad0
JB
103702015-01-13 Joel Brobecker <brobecker@adacore.com>
10371
10372 * gdb.python/py-lookup-type.exp: New file.
10373
3d230f71
PA
103742015-01-12 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10377 restore GDBFLAGS before returning.
10378
7e67715d
JK
103792015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10380
10381 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10382 is_amd64_regs_target and is_x86_like_target.
10383
f2e0d4b4
DE
103842015-01-11 Doug Evans <xdje42@gmail.com>
10385
10386 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10387 is given without an explicit form.
10388 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10389 attributes.
10390 * gdb.dwarf/corrupt.exp: Ditto.
10391 * gdb.dwarf2/enum-type.exp: Ditto.
10392 * gdb.trace/entry-values.exp: Ditto.
10393 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10394
439250fb
DE
103952015-01-11 Doug Evans <xdje42@gmail.com>
10396
10397 PR gdb/15830
10398 * gdb.base/maint.exp: Remove references to "maint demangle".
10399 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10400 Add tests for explicitly specifying language to demangle.
10401 * gdb.dlang/demangle.exp: Ditto.
10402
ede9f622
PA
104032015-01-09 Pedro Alves <palves@redhat.com>
10404
10405 * gdb.threads/non-stop-fair-events.c: New file.
10406 * gdb.threads/non-stop-fair-events.exp: New file.
10407
a7b796db
PA
104082015-01-09 Pedro Alves <palves@redhat.com>
10409
10410 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10411 the global scope. Set a breakpoint after all threads are started
10412 rather than stepping over two source lines. Expect the prompt.
10413 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10414 global.
10415 (NUM): Now 15.
10416 (main): Use threads_started_barrier to wait for all threads to
10417 start. Main thread no longer calls thread_function. Exit after
10418 180 seconds.
10419 (loop): New function.
10420 (thread_function): Wait on threads_started_barrier barrier. Call
10421 'loop' at each iteration.
10422 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10423 threads have started, instead of hardcoding number of "next"
10424 steps. Use an access watchpoint instead of a write watchpoint.
10425
9665ffdd
PA
104262015-01-09 Pedro Alves <palves@redhat.com>
10427
10428 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10429 (thread_func): Wait on barrier.
10430 (main): Wait for all threads to start before stopping GDB.
10431 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10432 global.
10433 (thread1_func, thread2_func): Wait on barrier.
10434 (main): Wait for all threads to start before stopping GDB.
10435 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10436 New global.
10437 (thread1_func, thread2_func): Wait on barrier.
10438 (main): Wait for all threads to start before stopping GDB.
10439
c945a99f
PA
104402015-01-09 Pedro Alves <palves@redhat.com>
10441
10442 * gdb.threads/attach-many-short-lived-threads.c: New file.
10443 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10444
c1a747c1
PA
104452014-01-09 Pedro Alves <palves@redhat.com>
10446
10447 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10448 instead of to thread 2.
10449 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10450 Add barrier around each pthread_create call instead of around all
10451 calls.
10452 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10453 Set a break on thread_function and have the child threads hit it
10454 one at at a time.
10455
60b3033e
PA
104562015-01-09 Pedro Alves <palves@redhat.com>
10457
10458 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10459 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10460 false.
10461 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10462 checking whether the target board is remote.
10463 * gdb.multi/multi-attach.exp: Likewise.
10464 * gdb.python/py-sync-interp.exp: Likewise.
10465 * gdb.server/ext-attach.exp: Likewise.
10466 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10467 tests that need to attach, instead of checking whether the target
10468 board is remote at the top of the file.
10469
acc018ac
YQ
104702015-01-08 Yao Qi <yao@codesourcery.com>
10471
10472 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10473
50a18af8
JK
104742015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10475
10476 Fix testcase compilation.
10477 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10478
8503d6e1
JB
104792015-01-06 Joel Brobecker <brobecker@adacore.com>
10480
10481 * gdb.python/py-type.exp: Add a couple test about empty
10482 array creation, and negative-length array creation.
10483
cc73dbcc
DE
104842015-01-02 Doug Evans <xdje42@gmail.com>
10485
10486 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10487
0300bbc7
DE
104882015-01-02 Doug Evans <dje@google.com>
10489
10490 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10491
9d85a0ec
YQ
104922014-12-29 Yao Qi <yao@codesourcery.com>
10493
10494 * gdb.trace/entry-values.exp: Update comments. Rename variable
10495 bar_call_foo to returned_from_foo.
10496
87186c6a
MMN
104972014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10498
10499 PR gdb/17394
10500 * gdb.linespec/break-asm-file.c: New file.
10501 * gdb.linespec/break-asm-file.exp: New file.
10502 * gdb.linespec/break-asm-file0.s: New file.
10503 * gdb.linespec/break-asm-file1.s: New file.
10504
1bab7383
YQ
105052014-12-18 Nigel Stephens <nigel@mips.com>
10506 Maciej W. Rozycki <macro@codesourcery.com>
10507
10508 * gdb.base/float.exp: Handle the new output from "info float" on
10509 MIPS targets.
10510
1bc1068a
JK
105112014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10512
10513 Fix MinGW compilation.
10514 * gdb.compile/compile-ops.exp: Update untested message if
10515 !skip_compile_feature_tests.
10516 * gdb.compile/compile-setjmp.exp: Likewise.
10517 * gdb.compile/compile-tls.exp: Likewise.
10518 * gdb.compile/compile.exp: Likewise.
10519 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10520 supported on this host".
10521
b6615d10
DE
105222014-12-16 Doug Evans <xdje42@gmail.com>
10523
10524 * boards/stabs.exp: New file.
10525
25dda427
AA
105262014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10527
10528 * gdb.base/completion.exp: Adjust to format changes of "maint
10529 print user-registers".
10530
bf330350
CU
105312014-12-16 Catalin Udma <catalin.udma@freescale.com>
10532
10533 PR server/17457
10534 * gdb.arch/aarch64-fp.c: New file.
10535 * gdb.arch/aarch64-fp.exp: New file.
10536
395cf596
SDJ
105372014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10538
10539 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10540 r210637, r210913, r211666, r215400, r215817).
10541
10542 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10543 * dg-extract-results.py: New file.
10544 * dg-extract-results.sh: Use it if the environment seems
10545 suitable.
10546
10547 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10548
10549 * dg-extract-results.py (parse_run): Handle warnings that
10550 are printed before a test harness is run.
10551
10552 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10553
10554 * dg-extract-results.py (Named): Remove __cmp__ method.
10555 (output_variation): Use a key to sort variation.harnesses.
10556
10557 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10558
10559 * dg-extract-results.py: For Python 3, force sys.stdout to
10560 handle surrogate escape sequences.
10561 (safe_open): New function.
10562 (output_segment, main): Use it.
10563
10564 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10565
10566 * dg-extract-results.py (Prog.result_re): Include options
10567 in test name.
10568
10569 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10570
10571 * dg-extract-results.py (output_variation): Always sort if
10572 do_sum.
10573
e882ef3c
SM
105742014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10575
10576 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10577 as long as we get pagination notifications.
10578
4992aa20
JM
105792014-12-15 Jason Merrill <jason@redhat.com>
10580
10581 * Makefile.in (check-gdb.%): Restore.
10582 * README: Mention it.
10583
c1b5a1a6
JB
105842014-12-13 Joel Brobecker <brobecker@adacore.com>
10585
10586 * gdb.ada/str_uninit: New testcase.
10587
5537b577
JK
105882014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10589
10590 PR symtab/17642
10591 * gdb.base/vla-stub-define.c: New file.
10592 * gdb.base/vla-stub.c: New file.
10593 * gdb.base/vla-stub.exp: New file.
10594
bb2ec1b3
TT
105952014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10596 Jan Kratochvil <jan.kratochvil@redhat.com>
10597 Tom Tromey <tromey@redhat.com>
10598
10599 * configure.ac: Add gdb.compile/.
10600 * configure: Regenerate.
10601 * gdb.compile/Makefile.in: New file.
10602 * gdb.compile/compile-ops.exp: New file.
10603 * gdb.compile/compile-ops.c: New file.
10604 * gdb.compile/compile-tls.c: New file.
10605 * gdb.compile/compile-tls.exp: New file.
10606 * gdb.compile/compile-constvar.S: New file.
10607 * gdb.compile/compile-constvar.c: New file.
10608 * gdb.compile/compile-mod.c: New file.
10609 * gdb.compile/compile-nodebug.c: New file.
10610 * gdb.compile/compile-setjmp-mod.c: New file.
10611 * gdb.compile/compile-setjmp.c: New file.
10612 * gdb.compile/compile-setjmp.exp: New file.
10613 * gdb.compile/compile-shlib.c: New file.
10614 * gdb.compile/compile.c: New file.
10615 * gdb.compile/compile.exp: New file.
10616 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10617
4ff709eb
TT
106182014-12-12 Tom Tromey <tromey@redhat.com>
10619
10620 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10621 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10622
6dddd6a5
DE
106232014-12-12 Doug Evans <dje@google.com>
10624
10625 * lib/gdb-python.exp (get_python_valueof): New function.
10626 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10627
71c24708
AA
106282014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10629
10630 * gdb.base/completion.exp: Add test for completion of "info
10631 registers ".
10632
3e29f34a
MR
106332014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10634
10635 * gdb.base/func-ptrs.c: New file.
10636 * gdb.base/func-ptrs.exp: New file.
10637
fc126975
SM
106382014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10639
10640 PR breakpoints/17012
10641 * gdb.base/dprintf-detach.c: New file.
10642 * gdb.base/dprintf-detach.exp: New file.
10643
0a46d518
SM
106442014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10645
10646 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10647 * lib/gdb.exp (target_is_gdbserver): New procedure.
10648
a0be3e44
DE
106492014-12-08 Doug Evans <dje@google.com>
10650
10651 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10652
df1b803a
YQ
106532014-12-05 Yao Qi <yao@codesourcery.com>
10654
10655 * gdb.guile/scm-error.exp: Remove the third argument to
10656 gdb_remote_download.
10657 * gdb.guile/scm-frame-args.exp: Likewise.
10658 * gdb.guile/scm-section-script.exp: Likewise.
10659
ddb9f679
YQ
106602014-12-05 Yao Qi <yao@codesourcery.com>
10661
10662 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10663
86e4ed39
DE
106642014-12-04 Doug Evans <dje@google.com>
10665
10666 * gdb.python/py-objfile.exp: Add tests for
10667 objfile.add_separate_debug_file.
10668
7c50a931
DE
106692014-12-04 Doug Evans <dje@google.com>
10670
10671 * lib/gdb.exp (get_build_id): New function.
10672 (build_id_debug_filename_get): Rewrite to use it.
10673 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10674
621661e3
MR
106752014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10676
10677 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10678 `method(long)', not just 0x0.
10679 * gdb.cp/nsalias.exp: Align code labels to 4.
10680 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10681 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10682 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10683 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10684 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10685 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10686
29f0c3b7
DE
106872014-12-02 Doug Evans <dje@google.com>
10688
e1e061e7 10689 PR symtab/17602
29f0c3b7 10690 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10691 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10692 * gdb.cp/anon-ns.exp: Update.
10693
162078c8
NB
106942014-12-02 Nick Bull <nicholaspbull@gmail.com>
10695
10696 * gdb.python/py-events.py (inferior_call_handler): New.
10697 (register_changed_handler, memory_changed_handler): New.
10698 (test_events.invoke): Register new handlers.
10699 * gdb.python/py-events.exp: Add tests for inferior call,
10700 memory_changed and register_changed events.
10701
fdb09caf
AA
107022014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10703
10704 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10705 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10706 if the linker doesn't understand this.
10707
55cfb2c4
SM
107082014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10709
10710 * gdb.python/python.exp: Change expected reply to help().
10711
9e8cd6df
YQ
107122014-12-01 Yao Qi <yao@codesourcery.com>
10713
10714 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10715 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10716 * configure: Re-generated.
10717
6c659fc2
SC
107182014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10719
10720 * gdb.cp/chained-calls.cc: New file.
10721 * gdb.cp/chained-calls.exp: New file.
10722 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10723
d7fc3181
SM
107242014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10725
10726 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10727 * gdb.dwarf2/symtab-producer.exp: Same.
10728 * gdb.gdb/python-interrupts.exp: Same.
10729 * gdb.gdb/python-selftest.exp: Same.
10730 * gdb.python/py-linetable.exp: Same.
10731 * gdb.python/py-type.exp: Same.
10732 * gdb.python/py-value-cc.exp: Same.
10733 * gdb.python/py-value.exp: Same.
10734
10e79639
YQ
107352014-11-28 Yao Qi <yao@codesourcery.com>
10736
10737 * gdb.base/break-probes.exp: Match library name prefixed with
10738 sysroot.
10739
f28a0564
SM
107402014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10741
10742 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10743 test expected output. Add parentheses for the call to print.
10744 Remove L suffix from integers.
10745
3fe1ce1d
DE
107462014-11-26 Doug Evans <dje@google.com>
10747
10748 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10749
84429e27
YQ
107502014-11-22 Yao Qi <yao@codesourcery.com>
10751
10752 * gdb.trace/entry-values.c: Remove asms.
10753 (foo): Add foo_label.
10754 (bar): Add bar_label.
10755 * gdb.trace/entry-values.exp: Remove code computing foo's
10756 length and bar's length.
10757 (Dwarf::assemble): Invoke function_range for bar and use
10758 MACRO_AT_func for foo.
10759
26741859
YQ
107602014-11-22 Yao Qi <yao@codesourcery.com>
10761
10762 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10763 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10764 Use .Lgcc43_procstart instead of gcc43.
10765
45e44d27
JB
107662014-11-21 Joel Brobecker <brobecker@adacore.com>
10767
10768 * gdb.ada/n_arr_bound: New testcase.
10769
458c8db8
SDJ
107702014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10771
10772 PR breakpoints/10737
10773 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10774 test_catch_syscall_multi_arch.
10775 (test_catch_syscall_multi_arch): New function.
10776
43f3e411
DE
107772014-11-20 Doug Evans <xdje42@gmail.com>
10778
10779 * gdb.base/maint.exp: Update expected output.
10780
0d7b2549
AA
107812014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10782
10783 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10784 4-byte instruction on S390.
10785
8908fca5
JB
107862014-11-19 Joel Brobecker <brobecker@adacore.com>
10787
10788 * gdb.ada/arr_arr: New testcase.
10789
4a46959e
JB
107902014-11-19 Joel Brobecker <brobecker@adacore.com>
10791
10792 * gdb.ada/pkd_arr_elem: New Testcase.
10793
470e2f4e
LM
107942014-11-18 Luis Machado <lgustavo@codesourcery.com>
10795
10796 * gdb.reverse/break-precsave: Expect completion message for
10797 core file reads.
10798 * gdb.reverse/consecutive-precsave.exp: Likewise.
10799 * gdb.reverse/finish-precsave.exp: Likewise.
10800 * gdb.reverse/i386-precsave.exp: Likewise.
10801 * gdb.reverse/machinestate-precsave.exp: Likewise.
10802 * gdb.reverse/sigall-precsave.exp: Likewise.
10803 * gdb.reverse/solib-precsave.exp: Likewise.
10804 * gdb.reverse/step-precsave.exp: Likewise.
10805 * gdb.reverse/until-precsave.exp: Likewise.
10806 * gdb.reverse/watch-precsave.exp: Likewise.
10807
a267f3ad
AA
108082014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10809
10810 * gdb.base/bp-permanent.c: Include unistd.h.
10811 * gdb.python/py-framefilter-mi.c (main): Add return type.
10812 * gdb.python/py-framefilter.c (main): Likewise.
10813 * gdb.trace/actions-changed.c (main): Likewise.
10814
12084a9a
AA
108152014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10816
10817 * gdb.mi/until.c: Add eye-catchers.
10818 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10819 line numbers.
10820
dc7e1a77
AA
108212014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10822
10823 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10824 function header variants in break1.c.
10825 * gdb.base/ena-dis-br.exp: Likewise.
10826 * gdb.base/hbreak2.exp: Likewise.
10827 * gdb.reverse/until-precsave.exp: Drop references to removed
10828 non-prototype function header variants in ur1.c.
10829 * gdb.reverse/until-reverse.exp: Likewise.
10830
41c77605
PM
108312014-11-17 Petr Machata <pmachata@redhat.com>
10832
10833 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10834 ${_cu_offset_size} bytes abbrev offset.
10835
34248c3a
DE
108362014-11-15 Doug Evans <xdje42@gmail.com>
10837
10838 PR symtab/17559
10839 * gdb.base/line-symtabs.exp: New file.
10840 * gdb.base/line-symtabs.c: New file.
10841 * gdb.base/line-symtabs.h: New file.
10842
646da059
YQ
108432014-11-14 Yao Qi <yao@codesourcery.com>
10844
10845 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10846 (func): Add label func_label.
10847 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10848 Replace low_pc and high_pc with MACRO_AT_range.
10849 Replace name, low_pc and high_pc with MACRO_AT_func.
10850
9301ebe6
YQ
108512014-11-14 Yao Qi <yao@codesourcery.com>
10852
10853 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10854 Replace name, low_pc and high_pc with MACRO_AT_func.
10855
f166b542
YQ
108562014-11-14 Yao Qi <yao@codesourcery.com>
10857
10858 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10859 produce debug information.
10860 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10861
0f6e71e3
YQ
108622014-11-14 Yao Qi <yao@codesourcery.com>
10863
10864 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10865 object and get function length.
10866 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10867 with MACRO_AT_func.
10868 (top-level): Replace gdb_compile and clean_restart with
10869 prepare_for_testing.
10870 * gdb.dwarf2/main.c (main): Add label main_label.
10871
876c4df9
YQ
108722014-11-14 Yao Qi <yao@codesourcery.com>
10873
10874 * lib/dwarf.exp (function_range): New procedure.
10875 (Dwarf::_handle_macro_at_func): New procedure.
10876 (Dwarf::_handle_macro_at_range): New procedure.
10877 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10878
02ad9cf1
YQ
108792014-11-14 Yao Qi <yao@codesourcery.com>
10880
10881 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10882 (_handle_attribute): New procedure.
10883
a59add0c
AA
108842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10885
10886 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10887 * gdb.base/call-sc.c (zed): Likewise.
10888 * gdb.base/checkpoint.c (main): Likewise.
10889 * gdb.base/dump.c (main): Likewise.
10890 * gdb.base/gcore.c (main): Likewise.
10891 * gdb.base/huge.c (main): Likewise.
10892 * gdb.base/multi-forks.c (main): Likewise.
10893 * gdb.base/pr10179-a.c (main): Likewise.
10894 * gdb.base/savedregs.c (main): Likewise.
10895 * gdb.base/sigaltstack.c (main): Likewise.
10896 * gdb.base/siginfo.c (main): Likewise.
10897 * gdb.base/structs.c (zed): Likewise.
10898 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10899 * gdb.mi/mi-syn-frame.c (main): Likewise.
10900 * gdb.mi/until.c (foo, main): Likewise.
10901 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10902 * gdb.base/solib-weak.c (foo): Declare.
10903 * gdb.base/attach-twice.c: Include stdio.h.
10904 * gdb.base/weaklib1.c: Likewise.
10905 * gdb.base/weaklib2.c: Likewise.
10906 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10907 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10908 unistd.h.
10909 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10910 * gdb.mi/mi-exit-code.c: Likewise.
10911 * gdb.base/break-interp-lib.c: Include string.h.
10912 * gdb.base/coremaker.c: Likewise.
10913 * gdb.base/testenv.c: Likewise.
10914 * gdb.python/py-finish-breakpoint.c: Likewise.
10915 * gdb.base/inferior-died.c: Include sys/wait.h.
10916 * gdb.base/fileio.c: Include time.h.
10917 * gdb.base/async-shell.c: Include unistd.h.
10918 * gdb.base/dprintf-non-stop.c: Likewise.
10919 * gdb.base/info-os.c: Likewise.
10920 * gdb.mi/mi-console.c: Likewise.
10921 * gdb.mi/watch-nonstop.c: Likewise.
10922 * gdb.python/py-events.c: Likewise.
10923 * gdb.base/async.c (baz): Move up before its invocation.
10924 * gdb.base/code_elim2.c (my_global_func): Likewise.
10925 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10926 * gdb.base/advance.c (func2): Likewise.
10927
3b5d5997
AA
109282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10929
10930 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10931 variant.
10932 * gdb.base/annota3.c: Likewise.
10933 * gdb.base/async.c: Likewise.
10934 * gdb.base/average.c: Likewise.
10935 * gdb.base/call-ar-st.c: Likewise.
10936 * gdb.base/call-rt-st.c: Likewise.
10937 * gdb.base/call-sc.c: Likewise.
10938 * gdb.base/call-strs.c: Likewise.
10939 * gdb.base/ending-run.c: Likewise.
10940 * gdb.base/execd-prog.c: Likewise.
10941 * gdb.base/exprs.c: Likewise.
10942 * gdb.base/foll-exec.c: Likewise.
10943 * gdb.base/foll-fork.c: Likewise.
10944 * gdb.base/foll-vfork.c: Likewise.
10945 * gdb.base/funcargs.c: Likewise.
10946 * gdb.base/gcore.c: Likewise.
10947 * gdb.base/jump.c: Likewise.
10948 * gdb.base/langs0.c: Likewise.
10949 * gdb.base/langs1.c: Likewise.
10950 * gdb.base/langs2.c: Likewise.
10951 * gdb.base/mips_pro.c: Likewise.
10952 * gdb.base/nodebug.c: Likewise.
10953 * gdb.base/opaque0.c: Likewise.
10954 * gdb.base/opaque1.c: Likewise.
10955 * gdb.base/recurse.c: Likewise.
10956 * gdb.base/run.c: Likewise.
10957 * gdb.base/scope0.c: Likewise.
10958 * gdb.base/scope1.c: Likewise.
10959 * gdb.base/setshow.c: Likewise.
10960 * gdb.base/setvar.c: Likewise.
10961 * gdb.base/shmain.c: Likewise.
10962 * gdb.base/shr1.c: Likewise.
10963 * gdb.base/shr2.c: Likewise.
10964 * gdb.base/sigall.c: Likewise.
10965 * gdb.base/signals.c: Likewise.
10966 * gdb.base/so-indr-cl.c: Likewise.
10967 * gdb.base/solib2.c: Likewise.
10968 * gdb.base/structs.c: Likewise.
10969 * gdb.base/sum.c: Likewise.
10970 * gdb.base/vforked-prog.c: Likewise.
10971 * gdb.base/watchpoint.c: Likewise.
10972 * gdb.reverse/shr2.c: Likewise.
10973 * gdb.reverse/until-reverse.c: Likewise.
10974 * gdb.reverse/ur1.c: Likewise.
10975 * gdb.reverse/watch-reverse.c: Likewise.
10976
066a77c5
AA
109772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10978
10979 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10980 variant.
10981 * gdb.base/sepdebug.exp: Drop references to removed code.
10982
4f204ea5
AA
109832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10984
10985 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10986 variant. Preserve original line numbering.
10987 * gdb.base/list1.c: Likewise.
10988
3b377a3a
AA
109892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10990
10991 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10992 variant.
10993 * gdb.base/break1.c: Likewise.
10994 * gdb.base/break.exp: Drop references to removed code.
10995
e444df73
AA
109962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10997
10998 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10999 variant.
11000
8008f2a7
AA
110012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11002
11003 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11004
a5a06887
AA
110052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11006
11007 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11008 logic into perform_all_tests() and invoke it with and without
11009 function header prototypes.
11010 (do_function_calls): Remove conditional XFAIL for PR 5318.
11011 (rerun_and_prepare): Remove duplicate code.
11012 (perform_all_tests): New. Main logic moved here.
11013
44dba9b9
AA
110142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11015
11016 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11017 code guarded by #ifdef NO_PROTOTYPES.
11018 (t_double_many_args): Likewise.
11019 (DEF_FUNC_MANY_ARGS_1): Likewise.
11020 (DEF_FUNC_VALUES_1): Likewise.
11021 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11022 guarded by #ifdef PROTOTYPES.
11023
d1fbcd56
AA
110242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11025
11026 * gdb.mi/mi-console.c: Add eye-catcher.
11027 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11028 instead of literal line number.
11029
b0e59b8f
AA
110302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11031
11032 * gdb.base/shr2.c: Add eye-catcher.
11033 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11034 line number.
11035
78f98cca
AA
110362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11037
11038 * gdb.base/jump.c: Add eye-catchers.
11039 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11040 numbers.
11041
58fa2af0
AA
110422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11043
11044 * gdb.base/execd-prog.c: Add eye-catchers.
11045 * gdb.base/foll-exec.c: Likewise.
11046 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11047 line numbers.
11048
04e5059b
AA
110492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11050
11051 * gdb.base/ending-run.c: Add eye-catchers.
11052 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11053 literal line numbers.
11054
dbfdb174
AA
110552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11056
11057 * gdb.base/call-rt-st.c: Add eye-catchers.
11058 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11059 literal line numbers.
11060
888a2ade
AA
110612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11062
11063 * gdb.base/call-ar-st.c: Add eye-catchers.
11064 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11065 literal line numbers.
11066
6acc2dde
AA
110672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11068
11069 * gdb.base/average.c: Add eye-catchers.
11070 * gdb.base/sum.c: Likewise.
11071 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11072 regexps dynamically.
11073
9ecfcd1d
AA
110742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11075
11076 * gdb.base/solib1.c: Add eye-catchers.
11077 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11078 literal line numbers.
11079
78708b7c
PA
110802014-11-12 Pedro Alves <palves@redhat.com>
11081
11082 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11083 leader has exited.
11084
af48d08f
PA
110852014-11-12 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.arch/i386-bp_permanent.c: New file.
11088 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11089 (srcfile): Set to i386-bp_permanent.c.
11090 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11091 that stepi does not execute the 'leave' instruction, instead of
11092 testing it does execute.
11093 * gdb.base/bp-permanent.c: New file.
11094 * gdb.base/bp-permanent.exp: New file.
11095
af3768e9
DE
110962014-11-10 Doug Evans <xdje42@gmail.com>
11097
11098 PR symtab/17564
11099 * gdb.base/symtab-search-order.exp: New file.
11100 * gdb.base/symtab-search-order.c: New file.
11101 * gdb.base/symtab-search-order-1.c: New file.
11102 * gdb.base/symtab-search-order-shlib-1.c: New file.
11103
9de00a4a
PA
111042014-11-07 Pedro Alves <palves@redhat.com>
11105
11106 PR gdb/17511
11107 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11108 i?86-*-linux*.
11109
e0f52461
SC
111102014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11111
11112 PR c++/17494
11113 * gdb.cp/pr17494.cc: New file.
11114 * gdb.cp/pr17494.exp: New file.
11115
6ce8c980
YQ
111162014-11-02 Yao Qi <yao@codesourcery.com>
11117
11118 * gdb.python/python.exp: Get working directory and match the
11119 output of "set extended-prompt \\w " with it.
11120
02be9a71
DE
111212014-10-30 Doug Evans <dje@google.com>
11122
11123 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11124 in objfiles.
11125 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11126 in progspaces.
11127
3bdff46b
LM
111282014-10-30 Janis Johnson <janisjo@codesourcery.com>
11129
11130 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11131 * gdb.base/realname-expand.exp: Likewise.
11132 * gdb.linespec/macro-relative.exp: Likewise.
11133
ab917dfb
PA
111342014-10-29 Pedro Alves <palves@redhat.com>
11135
11136 PR gdb/17408
11137 * gdb.threads/schedlock.c (some_function): New function.
11138 (call_function): New global.
11139 (MAYBE_CALL_SOME_FUNCTION): New macro.
11140 (thread_function): Call it.
11141 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11142 and use it instead of a global counter. Adjust all callers.
11143 (get_current_thread): Use "find current thread" for test message
11144 here rather than having all callers pass down the same string.
11145 (goto_loop): New procedure, factored out from ...
11146 (my_continue): ... this.
11147 (step_ten_loops): Change parameter from test message to command to
11148 use. Adjust.
11149 (list_count): Delete global.
11150 (check_result): New procedure, factored out from duplicate top
11151 level code.
11152 (continue tests): Wrap in with_test_prefix.
11153 (test_step): New procedure, factored out from duplicate top level
11154 code.
11155 (top level): Test "step" in combination with all scheduler-locking
11156 modes. Test "next" in combination with all scheduler-locking
11157 modes, and in combination with stepping over a function call or
11158 not.
11159 * gdb.threads/next-bp-other-thread.c: New file.
11160 * gdb.threads/next-bp-other-thread.exp: New file.
11161
d3d4baed
PA
111622014-10-29 Pedro Alves <palves@redhat.com>
11163
11164 PR python/17372
11165 * gdb.python/python.exp: Test a multi-line command that spawns
11166 interactive Python.
11167 * gdb.base/multi-line-starts-subshell.exp: New file.
11168
563e8d85
YQ
111692014-10-29 Yao Qi <yao@codesourcery.com>
11170
11171 * gdb.base/fileio.exp: Make directories on host.
11172
0ea4d52e
YQ
111732014-10-29 Yao Qi <yao@codesourcery.com>
11174
11175 * gdb.base/fileio.c (test_write): Close the file.
11176
7f5ef605
PA
111772014-10-28 Pedro Alves <palves@redhat.com>
11178
11179 PR gdb/12623
11180 * gdb.base/sigstep.c (no_handler): New global.
11181 (main): If 'no_handler is true, set the signal handlers to
11182 SIG_IGN.
11183 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11184 with_sw_watch and no_handler parameters. Handle them.
11185 (top level) <stepping over handler when stopped at a breakpoint
11186 test>: Add a test axis for testing with a software watchpoint, and
11187 another for testing with the signal handler set to SIG_IGN.
11188 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11189 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11190
abbdbd03
PA
111912014-10-28 Pedro Alves <palves@redhat.com>
11192
11193 PR gdb/17511
11194 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11195 * gdb.base/sigstep.exp (other_handler_location): New global.
11196 (advance): Support stepping into the signal handler, and running
11197 commands while in the handler.
11198 (in_handler_map): New global.
11199 (top level): In the advance test, add combinations for getting
11200 into the handler with stepping commands, and for running commands
11201 in the handler. Add comment descripting the advancei tests.
11202
1df4399f
PA
112032014-10-28 Pedro Alves <palves@redhat.com>
11204
11205 * gdb.base/sigstep.exp: Use build_executable instead of
11206 prepare_for_testing.
11207 (top level): Move code that starts GDB, runs to main and creates a
11208 display to ...
11209 (restart): ... this new procedure.
11210 (top level): Move backtrace from signal handler test to ...
11211 (validate_backtrace): ... this new procedure.
11212 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11213 with_test_prefix. Always restart GDB.
11214 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11215 with_test_prefix. Always restart GDB. No need to delete
11216 breakpoints after the test.
11217 (test_skip_handler): Remove prefix parameter.
11218 (skip_over_handler, breakpoint_to_handler)
11219 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11220 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11221 restart GDB. No need to delete breakpoints after the test.
11222 (top level): Use foreach to call the test procedures with
11223 different commands.
11224
a5b6e449
PA
112252014-10-28 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11228 instead of GNATS numbers.
11229 * gdb.base/sigbpt.exp: Likewise.
11230 * gdb.base/siginfo.exp: Likewise.
11231 * gdb.base/sigstep.exp: Likewise.
11232
e5f8a7cc
PA
112332014-10-27 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.base/sigstep.c (dummy): New global.
11236 (main): Issue a couple writes to the new global.
11237 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11238 procedures.
11239 (skip_over_handler): Use test_skip_handler.
11240 (top level): Call skip_over_handler for stepi and nexti too.
11241 (breakpoint_over_handler): Use test_skip_handler.
11242 (top level): Call breakpoint_over_handler for stepi and nexti too.
11243
763905a3
YQ
112442014-10-27 Yao Qi <yao@codesourcery.com>
11245
11246 * gdb.trace/tfile.c (adjust_function_address)
11247 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11248 function descriptor.
11249
6f259a23
DB
112502014-10-24 Don Breazeal <donb@codesourcery.com>
11251
11252 * gdb.base/foll-fork.exp (test_follow_fork,
11253 catch_fork_child_follow): Check for updated fork messages emitted
11254 from infrun.c.
11255 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11256 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11257 vfork_and_exec_child_follow_through_step): Check for updated vfork
11258 messages emitted from infrun.c.
11259
09dd9a69
PA
112602014-10-24 Pedro Alves <palves@redhat.com>
11261
11262 * gdb.base/corefile.exp: Remove references to ultrix.
11263 * gdb.base/interrupt.exp: Likewise.
11264 * gdb.base/whatis.exp: Likewise.
11265 * gdb.gdb/selftest.exp: Likewise.
11266 * gdb.threads/manythreads.exp: Likewise.
11267 * gdb.threads/print-threads.exp: Likewise.
11268 * gdb.threads/pthreads.exp:: Likewise.
11269 * gdb.threads/schedlock.exp: Likewise.
11270
3433cfa5
SC
112712014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11272
11273 * gdb.cp/non-trivial-retval.cc: Add a test case.
11274 * gdb.cp/non-trivial-retval.exp: Add a test.
11275
092f880b
YQ
112762014-10-20 Yao Qi <yao@codesourcery.com>
11277
11278 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11279 * gdb.python/py-objfile-script-gdb.py: New file.
11280 * gdb.python/py-objfile-script.exp: Update reference to
11281 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11282 of remote_download. Remove the dest file.
11283
acbdb7f3
YQ
112842014-10-20 Yao Qi <yao@codesourcery.com>
11285
11286 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11287 * gdb.base/step-line.exp: Likewise.
11288 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11289 * gdb.dwarf2/dw2-basic.exp: Likewise.
11290 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11291 * gdb.dwarf2/dw2-filename.exp: Likewise.
11292 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11293 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11294 * gdb.dwarf2/dw2-producer.exp: Likewise.
11295 * gdb.dwarf2/mac-fileno.exp: Likewise.
11296 * gdb.python/py-frame-args.exp: Likewise.
11297 * gdb.python/py-framefilter.exp: Likewise.
11298 * gdb.python/py-mi.exp: Likewise.
11299 * gdb.python/py-objfile-script.exp: Likewise
11300 * gdb.python/py-pp-integral.exp: Likewise.
11301 * gdb.python/py-pp-re-notag.exp: Likewise.
11302 * gdb.python/py-prettyprint.exp: Likewise.
11303 * gdb.python/py-section-script.exp: Likewise.
11304 * gdb.python/py-typeprint.exp: Likewise.
11305 * gdb.python/py-xmethods.exp: Likewise.
11306 * gdb.stabs/weird.exp: Likewise.
11307 * gdb.xml/tdesc-regs.exp: Likewise.
11308
bd286a29
KCY
113092014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11310
11311 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11312 (out_cu): Use addr_len for the size of addresses.
11313 (out_line): Likewise. Size DW_LNE_set_address instruction
11314 according to addr_len.
11315 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11316 (FUNC): Add START_INSNS to definition.
11317
673dc4a0
YQ
113182014-10-18 Yao Qi <yao@codesourcery.com>
11319
11320 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11321 gdb_has_argv0 return true.
11322 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11323 check [target_info exists noargs], check [gdb_has_argv0]
11324 instead.
11325 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11326 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11327 procedures.
11328
4ffbba72
DE
113292014-10-17 Doug Evans <dje@google.com>
11330
11331 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11332 event.
11333 * gdb.python/py-events.py: Add clear_objfiles event.
11334
d096d8c1
DE
113352014-10-17 Doug Evans <dje@google.com>
11336
11337 * gdb.python/py-objfile.exp: Test progspace attribute.
11338
a80db015
LM
113392014-10-17 Luis Machado <lgustavo@codesourcery.com>
11340
11341 * gdb.guile/scm-breakpoint.exp: Do not assume any
11342 directory separators when matching source file paths.
11343 * gdb.python/py-breakpoint.exp: Likewise.
11344 * gdb.reverse/break-precsave.exp: Likewise.
11345 * gdb.reverse/break-reverse.exp: Likewise.
11346 * gdb.reverse/consecutive-precsave.exp: Likewise.
11347 * gdb.reverse/finish-precsave.exp: Likewise.
11348 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11349 * gdb.reverse/finish-reverse.exp: Likewise.
11350 * gdb.reverse/i386-precsave.exp: Likewise.
11351 * gdb.reverse/i387-env-reverse.exp: Likewise.
11352 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11353 * gdb.reverse/machinestate-precsave.exp: Likewise.
11354 * gdb.reverse/machinestate.exp: Likewise.
11355 * gdb.reverse/sigall-precsave.exp: Likewise.
11356 * gdb.reverse/solib-precsave.exp: Likewise.
11357 * gdb.reverse/step-precsave.exp: Likewise.
11358 * gdb.reverse/until-precsave.exp: Likewise.
11359 * gdb.reverse/watch-precsave.exp: Likewise.
11360 * gdb.reverse/watch-reverse.exp: Likewise.
11361
b22089ab
YQ
113622014-10-17 Yao Qi <yao@codesourcery.com>
11363
11364 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11365 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11366
6c4486e6
PA
113672014-10-17 Pedro Alves <palves@redhat.com>
11368
11369 PR gdb/17471
11370 * gdb.base/bg-execution-repeat.c: New file.
11371 * gdb.base/bg-execution-repeat.exp: New file.
11372
0ff33695
PA
113732014-10-17 Pedro Alves <palves@redhat.com>
11374
11375 PR gdb/17300
11376 * gdb.base/continue-all-already-running.c: New file.
11377 * gdb.base/continue-all-already-running.exp: New file.
11378
6fdebc3d
PA
113792014-10-17 Pedro Alves <palves@redhat.com>
11380
11381 PR gdb/17472
11382 * gdb.base/annota-input-while-running.c: New file.
11383 * gdb.base/annota-input-while-running.exp: New file.
11384
32a8097b
PA
113852014-10-17 Pedro Alves <palves@redhat.com>
11386
11387 * gdb.base/callfuncs.exp: emove references to osf.
11388 * gdb.base/sigall.exp: Likewise.
11389 * gdb.gdb/selftest.exp: Likewise.
11390 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11391 * gdb.mi/non-stop.c: Likewise.
11392 * gdb.mi/pthreads.c: Likewise.
11393 * gdb.reverse/sigall-precsave.exp: Likewise.
11394 * gdb.reverse/sigall-reverse.exp: Likewise.
11395 * gdb.threads/pthreads.c: Likewise.
11396 * gdb.threads/pthreads.exp: Likewise.
11397
7a3517ff
YQ
113982014-10-17 Yao Qi <yao@codesourcery.com>
11399
11400 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11401 check 'target_info exists noargs'.
11402 (test_command_prompt_position): Likewise.
11403 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11404 Remove "set args".
11405 (progvar_simple_while_test): Likewise.
11406 (progvar_complex_if_while_test): Likewise.
11407 (if_while_breakpoint_command_test): Likewise.
11408 (infrun_breakpoint_command_test): Likewise.
11409 (breakpoint_command_test): Likewise.
11410 (watchpoint_command_test): Likewise.
11411 (bp_deleted_in_command_test): Likewise.
11412 (temporary_breakpoint_commands): Likewise.
11413
bb99c472
YQ
114142014-10-16 Yao Qi <yao@codesourcery.com>
11415
11416 * gdb.base/remotetimeout.exp: Remove noargs checking.
11417
7c16b83e
PA
114182014-10-15 Pedro Alves <palves@redhat.com>
11419
11420 PR breakpoints/9649
11421 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11422 * gdb.base/breakpoint-in-ro-region.exp
11423 (probe_target_hardware_step): New procedure.
11424 (top level): Probe hardware stepping and hardware breakpoint
11425 support. Test stepping through a read-only region, with both
11426 "breakpoint auto-hw" on and off and both "always-inserted" on and
11427 off.
11428
35a49624
IB
114292014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11430
11431 * gdb.dlang/demangle.exp: Update for demangling changes.
11432
2d1c107c
SC
114332014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11434
11435 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11436 * gdb.cp/non-trivial-retval.exp: Add new tests.
11437
778811d5
SC
114382014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11439
11440 PR c++/13403
11441 PR c++/15154
11442 * gdb.cp/non-trivial-retval.cc: New file.
11443 * gdb.cp/non-trivial-retval.exp: New file.
11444
10c5f0a8
YQ
114452014-10-15 Yao Qi <yao@codesourcery.com>
11446
11447 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11448 remote host.
11449
65d7b369
YQ
114502014-10-15 Yao Qi <yao@codesourcery.com>
11451
11452 * gdb.python/py-symbol.exp: Match file base name if host is
11453 remote, otherwise match file name with dir name.
11454 * gdb.python/py-symtab.exp: Likewise.
11455 * gdb.python/python.exp: Likewise.
11456
46dc1394
YQ
114572014-10-15 Yao Qi <yao@codesourcery.com>
11458
11459 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11460 pattern.
11461 * gdb.python/py-symtab.exp: Likewise.
11462 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11463 locationn.
11464
c40cc657
JB
114652014-10-14 Joel Brobecker <brobecker@adacore.com>
11466
11467 * gdb.ada/addr_arith: New testcase.
11468
2abf49e1
MR
114692014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11470
11471 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11472 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11473 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11474 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11475
f7088df3
SDJ
114762014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11477
11478 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11479 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11480 * gdb.arch/stap-eval-lang-ada.exp: New file.
11481
4dc06805
YQ
114822014-10-14 Yao Qi <yao@codesourcery.com>
11483
11484 * gdb.mi/mi-var-child.c (nothing1): New function.
11485 (nothing2): New function.
11486 (do_children_tests): Set function pointers by nothing1 and
11487 nothing2.
11488 * gdb.mi/mi-var-child.exp: Step over new added statements.
11489 Update test to match the new output.
11490 * gdb.mi/var-cmd.c (nothing1): New function.
11491 (nothing2): New function.
11492 (do_children_tests): Set function pointers by nothing1 and
11493 nothing2.
11494 * gdb.mi/mi-var-display.exp: Update test to match output.
11495 Step to the line specified by $line_dct_nothing.
11496 Increase the number of lines to step.
11497
46a93de2
YQ
114982014-10-14 Yao Qi <yao@codesourcery.com>
11499
11500 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11501 tests.
11502 * gdb.mi/mi2-var-child.exp: Likewise.
11503
14ea52ee
DE
115042014-10-13 Doug Evans <dje@google.com>
11505
11506 * gdb.python/py-objfile.exp: Change name of file name test.
11507
e5c6e92b
DE
115082014-10-13 Doug Evans <dje@google.com>
11509
11510 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11511 from the start of the CU.
11512
c780cc2f
JK
115132014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11514 Yao Qi <yao@codesourcery.com>
11515
11516 Fix "save breakpoints" for "catch" command.
11517 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11518 Remove -nonewline. Match also the added "main" line.
11519
99894e11
JK
115202014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11521
11522 Fix "save breakpoints" for "disable $bpnum" command.
11523 * gdb.base/save-bp.c (main): Add label.
11524 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11525
6e1ac5a3
JK
115262014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11527
11528 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11529
754dd2b0
YQ
115302014-10-11 Yao Qi <yao@codesourcery.com>
11531
11532 * gdb.server/server-kill.exp: Execute command
11533 "set remote trace-status-packet on" before "tstatus".
11534
f90183d7
YQ
115352014-10-11 Yao Qi <yao@codesourcery.com>
11536
11537 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11538 (main): Call getppid.
11539 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11540 and continue to it. Read variable "server_pid".
11541
bf40a607
YQ
115422014-10-11 Yao Qi <yao@codesourcery.com>
11543
11544 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11545
052ca370
YQ
115462014-10-11 Yao Qi <yao@codesourcery.com>
11547
11548 * gdb.threads/thread-find.exp: Don't execute command
11549 "info threads".
11550 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11551 * gdb.threads/linux-dp.exp: Don't check the condition
11552 $threads_created equals to zero.
11553
3831839c
PA
115542014-10-10 Pedro Alves <palves@redhat.com>
11555
11556 * gdb.base/bigcore.exp: Remove references to IRIX.
11557 * gdb.base/funcargs.exp: Likewise.
11558 * gdb.base/interrupt.exp: Likewise.
11559 * gdb.base/mips_pro.exp: Likewise.
11560 * gdb.base/nodebug.exp: Likewise.
11561 * gdb.base/setvar.exp: Likewise.
11562 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11563
8b9a549d
PA
115642014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11565 Pedro Alves <palves@redhat.com>
11566
11567 PR symtab/14466
11568 * gdb.base/vdso-warning.c: New file.
11569 * gdb.base/vdso-warning.exp: New file.
11570
d48ba5e8
DE
115712014-10-02 Doug Evans <dje@google.com>
11572
11573 * gdb.base/structs.c (main): Don't run forever.
11574
2278c276
PA
115752014-10-02 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11578 (top level) <stop threads 1, stop threads 2>: Use it.
11579
b57bacec
PA
115802014-10-02 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.threads/break-while-running.exp (test): Add new
11583 'update_thread_list' argument. Skip "info threads" if false.
11584 (top level): Add new 'update_thread_list' axis.
11585
13fd3ff3
PA
115862014-10-02 Pedro Alves <palves@redhat.com>
11587
11588 PR breakpoints/17431
11589 * gdb.base/execl-update-breakpoints.c: New file.
11590 * gdb.base/execl-update-breakpoints.exp: New file.
11591
0fec99e8
PA
115922014-10-01 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.base/breakpoint-in-ro-region.c: New file.
11595 * gdb.base/breakpoint-in-ro-region.exp: New file.
11596
2ddf4301
SM
115972014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11598
11599 * gdb.mi/mi-exit-code.exp: New file.
11600 * gdb.mi/mi-exit-code.c: New file.
11601
6a5f3f43
YQ
116022014-09-30 Yao Qi <yao@codesourcery.com>
11603
11604 * lib/prelink-support.exp (build_executable_own_libs): Error if
11605 the target isn't native.
11606
345bcc73
YQ
116072014-09-30 Yao Qi <yao@codesourcery.com>
11608
11609 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11610 false.
11611
a25a5a45
PA
116122014-09-22 Pedro Alves <palves@redhat.com>
11613
11614 * gdb.threads/break-while-running.exp: New file.
11615 * gdb.threads/break-while-running.c: New file.
11616
00ba3162
YQ
116172014-09-19 Yao Qi <yao@codesourcery.com>
11618
11619 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11620 Invoke test. Restart GDB with --readnow and invoke test again.
11621
c3b7b696
YQ
116222014-09-19 Yao Qi <yao@codesourcery.com>
11623
11624 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11625 proc set_breakpoint_on_gcd_function. Invoke
11626 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11627 invoke set_breakpoint_on_gcd_function again.
11628
2b4fd423
DE
116292014-09-18 Doug Evans <dje@google.com>
11630
11631 * gdb.dwarf2/symtab-producer.exp: New file.
11632
a5947601
SDJ
116332014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11634
11635 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11636 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11637 * gdb.base/global-var-nested-by-dso.c: Likewise.
11638 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11639
91c19059
SDJ
116402014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11641 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.base/watch-bitfields.exp: Pass string other than test file
11644 name to prepare_for_testing.
11645 (watch): New procedure.
11646 (expect_watchpoint): Use with_test_prefix.
11647 (top level): Factor out tests to ...
11648 (test_watch_location, test_regular_watch): ... these new
11649 procedures, and use with_test_prefix and gdb_continue_to_end.
11650
bb9d5f81
PP
116512014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11652
11653 PR breakpoints/12526
11654 * gdb.base/watch-bitfields.exp: New file.
11655 * gdb.base/watch-bitfields.c: New file.
11656
635856f5
PA
116572014-09-16 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11660 software and hardware addresses, not software address against
11661 itself.
11662
7280ceea
PA
116632014-09-16 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11666 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11667
428b16bd
PA
116682014-09-16 Pedro Alves <palves@redhat.com>
11669
11670 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11671 files.
11672 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11673 "*-*-vxworks*" throughout.
11674 * gdb.base/break.exp: Likewise.
11675 * gdb.base/default.exp: Likewise.
11676 * gdb.base/scope.exp: Likewise.
11677 * gdb.base/sepdebug.exp: Likewise.
11678 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11679 throughout.
11680 * gdb.base/run.c: Likewise.
11681 * gdb.base/sepdebug.c: Likewise.
11682 * gdb.hp/gdb.aCC/run.c: Likewise.
11683 * gdb.reverse/until-reverse.c: Likewise.
11684 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11685
666d413c
YQ
116862014-09-16 Yao Qi <yao@codesourcery.com>
11687
11688 * boards/local-remote-host-native.exp: New file.
11689
57cbd724
DE
116902014-09-14 Doug Evans <xdje42@gmail.com>
11691
11692 * gdb.threads/queue-signal.c (thread_count): New variable.
11693 (thread_count_mutex, thread_count_condvar): New variables.
11694 (incr_thread_count, wait_all_threads_running): New functions.
11695 (main): Wait for all threads to be in their thread functions.
11696
81219e53
DE
116972014-09-13 Doug Evans <xdje42@gmail.com>
11698
11699 * gdb.threads/queue-signal.c: New file.
11700 * gdb.threads/queue-signal.exp: New file.
11701
3714cea7
DE
117022014-09-13 Doug Evans <xdje42@gmail.com>
11703
11704 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11705 be consistent with what default_gdb_init uses.
11706 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11707 the plain text of the prompt. Add some logging printfs.
11708 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11709
fa43b1d7
PA
117102014-09-12 Pedro Alves <palves@redhat.com>
11711
11712 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11713 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11714 * gdb.arch/i386-size-overlap.exp: Likewise.
11715 * gdb.arch/i386-size.exp: Likewise.
11716 * gdb.arch/i386-unwind.exp: Likewise.
11717 * gdb.base/a2-run.exp: Likewise.
11718 * gdb.base/break.exp: Likewise.
11719 * gdb.base/charset.exp: Likewise.
11720 * gdb.base/chng-syms.exp: Likewise.
11721 * gdb.base/commands.exp: Likewise.
11722 * gdb.base/dbx.exp: Likewise.
11723 * gdb.base/find.exp: Likewise.
11724 * gdb.base/funcargs.exp: Likewise.
11725 * gdb.base/jit-simple.exp: Likewise.
11726 * gdb.base/reread.exp: Likewise.
11727 * gdb.base/sepdebug.exp: Likewise.
11728 * gdb.base/step-bt.exp: Likewise.
11729 * gdb.cp/mb-inline.exp: Likewise.
11730 * gdb.cp/mb-templates.exp: Likewise.
11731 * gdb.objc/basicclass.exp: Likewise.
11732 * gdb.threads/killed.exp: Likewise.
11733
9d9bf2df
EBM
117342014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11735
11736 PR tdep/17379
11737 * gdb.arch/powerpc-stackless.S: New file.
11738 * gdb.arch/powerpc-stackless.exp: New file.
11739
1cf2f1b0
JK
117402014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11741
11742 * gdb.base/attach.c: Include unistd.h.
11743 (main): Call alarm. Add label postloop.
11744 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11745 gdb_breakpoint, gdb_continue_to_breakpoint.
11746 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11747
98880d46
PA
117482014-09-11 Pedro Alves <palves@redhat.com>
11749
11750 PR gdb/17347
11751 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11752 * gdb.base/attach.exp (test_command_line_attach_run): New
11753 procedure.
11754 (top level): Call it.
11755
4c92ff2c
PA
117562014-09-11 Pedro Alves <palves@redhat.com>
11757
11758 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11759 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11760 (do_command_attach_tests): Use spawn_wait_for_attach.
11761 * gdb.base/solib-overlap.exp: Likewise.
11762 * gdb.multi/multi-attach.exp: Likewise.
11763 * gdb.python/py-prompt.exp: Likewise.
11764 * gdb.python/py-sync-interp.exp: Likewise.
11765 * gdb.server/ext-attach.exp: Likewise.
11766
3adc1a7d
GKB
117672014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11768
11769 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11770 command in testcase. Simplify testcase.
11771
96334934
JB
117722014-09-10 Joel Brobecker <brobecker@adacore.com>
11773
11774 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11775
eb479039
JB
117762014-09-10 Joel Brobecker <brobecker@adacore.com>
11777
11778 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11779
deede10c
JB
117802014-09-10 Joel Brobecker <brobecker@adacore.com>
11781
11782 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11783
7828a5f5
JB
117842014-09-10 Joel Brobecker <brobecker@adacore.com>
11785
11786 * gdb.dwarf2/dynarr-ptr.c: New file.
11787 * gdb.dwarf2/dynarr-ptr.exp: New file.
11788
33aeebcf
MR
117892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11790
11791 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11792 of 30 rather than hardcoding 120 for a slow test case. Take the
11793 `gdb,timeout' target setting into account for this calculation.
11794 Don't extend the timeout for the test cases that don't need it.
11795
7b415901
MR
117962014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11797
11798 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11799 a factor of 2 for a slow test case. Take the `gdb,timeout'
11800 target setting into account for this calculation.
11801 * gdb.reverse/until-precsave.exp: Increase the timeout by
11802 a factor of 15 and 3 respectively rather than adding 120
11803 for a pair of slow test cases. Take the `gdb,timeout'
11804 target setting into account for this calculation.
11805
4a40f85a
MR
118062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11807
11808 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11809 timeout, don't pass one down to gdb_expect.
11810 (gdb_expect): Rework timeout selection.
11811
09635af7
MR
118122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11813
11814 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11815 exception on timeout.
11816 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11817 (gdbserver_start_extended): Catch any `gdbserver_start' error
11818 exceptions.
11819 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11820 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11821 `gdbserver_gdb_load' error exceptions.
11822
2bdd10b7
MR
118232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11824
11825 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11826 120 on waiting for the TCP socket to open.
11827
316935f0
DE
118282014-09-09 Doug Evans <xdje42@gmail.com>
11829
11830 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11831 _caller_matches, _any_caller_is, _any_caller_matches.
11832
83740597
DE
118332014-09-09 Doug Evans <xdje42@gmail.com>
11834
11835 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11836
4c122fc3
YQ
118372014-09-09 Yao Qi <yao@codesourcery.com>
11838
11839 * gdb.mi/mi-var-display.exp: Set print symbol off.
11840
a9f116cb
GKB
118412014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11842
11843 PR gdb/17035
11844 * gdb.base/commands.exp: Add tests to verify user-defined
11845 commands with empty bodies.
11846 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11847 python commands in `show user command`.
11848 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11849 scheme commands in `show user command`.
11850
c75bd3a2
JK
118512014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11852
11853 PR python/17355
11854 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11855 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11856 * gdb.python/py-framefilter-invalidarg.exp: New file.
11857 * gdb.python/py-framefilter-invalidarg.py: New file.
11858
faa42425
DE
118592014-09-06 Doug Evans <xdje42@gmail.com>
11860
11861 PR 15276
11862 * gdb.python/py-caller-is.c: New file.
11863 * gdb.python/py-caller-is.exp: New file.
11864
474ca4f6
SDJ
118652014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11866
11867 PR gdb/17235
11868 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11869 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11870
eb0b0463
SDJ
118712014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11872
11873 PR fortran/17237
11874 * gdb.fortran/print-formatted.exp: New file.
11875 * gdb.fortran/print-formatted.f90: Likewise.
11876
5f3b99cf
SS
118772014-09-03 Sasha Smundak <asmundak@google.com>
11878
11879 * gdb.python/py-frame.exp: Test Frame.read_register.
11880
7d793aa9
SDJ
118812014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11882
11883 PR python/16699
11884 * gdb.python/py-completion.exp: New file.
11885 * gdb.python/py-completion.py: Likewise.
11886
fb0576e9
DE
118872014-08-28 Doug Evans <dje@google.com>
11888
11889 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11890 eax,etc. are live with values set by gdb and thus the compiler can't
11891 use them.
11892 * gdb.arch/i386-pseudo.c (main): Ditto.
11893
ee92b0dd
DE
118942014-08-27 Doug Evans <dje@google.com>
11895
11896 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11897
6649db35
DE
118982014-08-25 Doug Evans <dje@google.com>
11899
11900 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11901 (main): Ditto.
11902
564b7600
DE
119032014-08-25 Doug Evans <dje@google.com>
11904
11905 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11906
3881fb67
YQ
119072014-08-24 Yao Qi <yao@codesourcery.com>
11908
11909 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11910 symbol off.
11911 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11912
a05a36a5
DE
119132014-08-22 Doug Evans <dje@google.com>
11914
11915 PR 17276
11916 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11917 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11918 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11919
7c343b48
YQ
119202014-08-22 Yao Qi <yao@codesourcery.com>
11921
11922 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11923 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11924 * gdb.python/python.exp: Likewise. Use .py file on the host
11925 instead of the build.
11926
22fd09ae
JK
119272014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11928
11929 * gdb.threads/gcore-stale-thread.c: New file.
11930 * gdb.threads/gcore-stale-thread.exp: New file.
11931
a8454a7c
PA
119322014-08-21 Pedro Alves <palves@redhat.com>
11933
11934 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11935 * gdb.base/gcore-relro-pie.exp: Likewise.
11936 * gdb.base/gcore-relro.exp: Likewise.
11937 * gdb.base/gcore.exp: Likewise.
11938 * gdb.base/print-symbol-loading.exp: Likewise.
11939 * gdb.threads/gcore-thread.exp: Likewise.
11940 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11941
2a31c623
PA
119422014-08-20 Pedro Alves <palves@redhat.com>
11943 Jan Kratochvil <jan.kratochvil@redhat.com>
11944
11945 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11946 configure.
11947 (EXPECT): Handle READ1 being set.
11948 (all): Depend on EXTRA_RULES.
11949 (check-read1, expect-read1, read1.so, read1): New rules.
11950 * README (Testsuite Parameters): Document the READ1 make variable.
11951 (Race detection): New section.
11952 * configure: Regenerate.
11953 * configure.ac: If build==host==target, and running under a
11954 GNU/glibc system, add read1 to the extra Makefile rules.
11955 (EXTRA_RULES): AC_SUBST it.
11956 * lib/read1.c: New file.
11957
d36430db
JB
119582014-08-20 Joel Brobecker <brobecker@adacore.com>
11959
11960 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11961 the handling of variables declared as a typedef to an array
11962 which a DW_AT_data_location attribute.
11963
9a0dc9e3
PA
119642014-08-19 Andrew Burgess <aburgess@broadcom.com>
11965 Pedro Alves <palves@redhat.com>
11966
11967 PR symtab/14604
11968 PR symtab/14605
11969 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11970 gdb_test.
11971
0718a8da
PA
119722014-08-19 Pedro Alves <palves@redhat.com>
11973
11974 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11975
13b448cd
YQ
119762014-08-19 Yao Qi <yao@codesourcery.com>
11977
11978 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11979 right line.
11980
1cbf5077
DB
119812014-08-18 David Blaikie <dblaikie@gmail.com>
11982
11983 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11984
bf0fae19
JB
119852014-08-18 Joel Brobecker <brobecker@adacore.com>
11986
11987 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11988 attribute in array range.
11989
3c8c5dcc
JB
119902014-08-18 Joel Brobecker <brobecker@adacore.com>
11991
11992 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11993
e66d4446
SC
119942014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11995
11996 PR c++/17132
11997 * gdb.cp/pr17132.cc: New file.
11998 * gdb.cp/pr17132.exp: New file.
11999
940df408
SC
120002014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12001
12002 * gdb.python/py-xmethods.py (A_getarrayind)
12003 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12004 Use 'print' with function call syntax.
12005 (E_method_matcher.match): Fix tab vs space indentation mixup.
12006
ebcc6c3a
YQ
120072014-08-15 Yao Qi <yao@codesourcery.com>
12008
12009 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12010 false.
12011
775e0f04
YQ
120122014-08-15 Yao Qi <yao@codesourcery.com>
12013
12014 * gdb.cp/casts.exp: Set print symbol off.
12015 * gdb.cp/class2.exp: Likewise.
12016 * gdb.cp/overload.exp: Likewise.
12017 * gdb.cp/templates.exp: Likewise.
12018
d769e349
DE
120192014-08-11 Doug Evans <dje@google.com>
12020
12021 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12022 (test_load_shlib): Update.
12023
20c6f1e1
YQ
120242014-08-09 Yao Qi <yao@codesourcery.com>
12025
12026 * gdb.base/display.exp: Invoke is_address_zero_readable.
12027 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12028 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12029 * gdb.base/hbreak-unmapped.exp: Return if
12030 is_address_zero_readable returns true.
12031 * gdb.base/signest.exp: Likewise.
12032 * gdb.base/signull.exp: Likewise.
12033 * gdb.base/sigbpt.exp: Likewise.
12034 * gdb.guile/scm-disasm.exp: Do the test if
12035 is_address_zero_readable returns false.
12036 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12037 * gdb.python/py-arch.exp: Likewise.
12038 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12039 * lib/gdb.exp (is_address_zero_readable): New proc.
12040
5792e8e3
YQ
120412014-08-09 Yao Qi <yao@codesourcery.com>
12042
12043 PR testsuite/13443
12044 * gdb.mi/mi-var-display.exp: Make test messages unique.
12045
3cecbbbe
TT
120462014-08-04 Tom Tromey <tromey@redhat.com>
12047
12048 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12049 target 0".
12050
00b51ff5
TT
120512014-08-04 Tom Tromey <tromey@redhat.com>
12052
12053 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12054 "target_resume".
12055
6908c509
JB
120562014-08-01 Joel Brobecker <brobecker@adacore.com>
12057
12058 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12059 inner_vla_struct_object_size.
12060 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12061 as xfail.
12062
cc6563d2
PA
120632014-07-30 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12066 comment.
12067
7e09a223
YQ
120682014-07-29 Yao Qi <yao@codesourcery.com>
12069
12070 PR gdb/17206
12071 * gdb.base/until-nodebug.exp: New.
12072
7ebdbe92
DE
120732014-07-28 Doug Evans <xdje42@gmail.com>
12074
12075 PR guile/17203
12076 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12077 previously existing parameter, and previously ambiguously spelled
12078 parameter.
12079
fdb1adc6
WN
120802014-07-28 Will Newton <will.newton@linaro.org>
12081
12082 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12083
186fcde0
DE
120842014-07-26 Ludovic Courtès <ludo@gnu.org>
12085 Doug Evans <xdje42@gmail.com>
12086
12087 PR guile/17146
12088 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12089
70509625
PA
120902014-07-25 Pedro Alves <palves@redhat.com>
12091
12092 * gdb.threads/signal-command-handle-nopass.c: New file.
12093 * gdb.threads/signal-command-handle-nopass.exp: New file.
12094 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12095 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12096 * gdb.threads/signal-delivered-right-thread.c: New file.
12097 * gdb.threads/signal-delivered-right-thread.exp: New file.
12098
c3f814a1
PA
120992014-07-25 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.base/double-prompt-target-event-error.exp
12102 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12103 match.
12104 (cancel_pagination_in_target_event): Rework double prompt
12105 detection.
12106 * gdb.base/paginate-after-ctrl-c-running.exp
12107 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12108 <return>' match.
12109 * gdb.base/paginate-bg-execution.exp
12110 (test_bg_execution_pagination_return)
12111 (test_bg_execution_pagination_cancel): Remove '-notransfer
12112 <return>' matches.
12113 * gdb.base/paginate-execution-startup.exp
12114 (test_fg_execution_pagination_return)
12115 (test_fg_execution_pagination_cancel): Remove '-notransfer
12116 <return>' matches.
12117 * gdb.base/paginate-inferior-exit.exp
12118 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12119 match.
12120 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12121 * lib/gdb.exp (pagination_prompt): Run text through
12122 string_to_regexp.
12123 (gdb_test_multiple): Match $pagination_prompt instead of
12124 "<return>".
12125 (string_to_regexp): Move to lib/gdb-utils.exp.
12126
e214cf6c
JK
121272014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12128
12129 * gdb.arch/amd64-entry-value-paramref.S: New file.
12130 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12131 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12132 * gdb.arch/amd64-optimout-repeat.S: New file.
12133 * gdb.arch/amd64-optimout-repeat.c: New file.
12134 * gdb.arch/amd64-optimout-repeat.exp: New file.
12135
17d0c5c8
JK
121362014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12137
12138 PR gdb/17170
12139 * gdb.base/statistics.exp: New file.
12140
b8b8facf
DE
121412014-07-17 Doug Evans <dje@google.com>
12142
74b49205 12143 PR gdb/17170
b8b8facf
DE
12144 * gdb.base/maint.exp: Update testing of per-command stats.
12145
1b5d0ab3
PA
121462014-07-16 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12149 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12150 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12151 (tfile_write_buf): New functions.
12152 (add_memory_block): Rewrite using the above.
12153 (adjust_function_address): New function.
12154 (FUNCTION_ADDRESS): New macro.
12155 (write_basic_trace_file): Remove short_x local, and use
12156 tfile_write_16. Change type of func_addr local to unsigned long
12157 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12158 here. Cast argument of add_memory_block to char pointer.
12159 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12160 (main): Remove parameters.
12161 * gdb.trace/tfile.exp: Remove nowarnings.
12162
4d974e88
SM
121632014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12164
12165 * gdb.base/debug-expr.exp: Test string evaluation with
12166 "debug expression" on.
12167
41e99568
PA
121682014-07-15 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.base/reread.exp: Use clean_restart.
12171
487d9753
PL
121722014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12173
12174 * gdb.arch/avr-flash-qualifer.c: New.
12175 * gdb.arch/avr-flash-qualifer.exp: New.
12176
cc1c52ad
PA
121772014-07-14 Pedro Alves <palves@redhat.com>
12178
12179 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12180 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12181
1e973570
PA
121822014-07-14 Pedro Alves <palves@redhat.com>
12183
12184 * gdb.base/double-prompt-target-event-error.c: New file.
12185 * gdb.base/double-prompt-target-event-error.exp: New file.
12186
93d6eb10
PA
121872014-07-14 Pedro Alves <palves@redhat.com>
12188
12189 PR gdb/17072
12190 * gdb.base/paginate-inferior-exit.c: New file.
12191 * gdb.base/paginate-inferior-exit.exp: New file.
12192
0017922d
PA
121932014-07-14 Pedro Alves <palves@redhat.com>
12194
12195 PR gdb/17072
12196 * gdb.base/paginate-bg-execution.c: New file.
12197 * gdb.base/paginate-bg-execution.exp: New file.
12198
94696ad3
PA
121992014-07-14 Pedro Alves <palves@redhat.com>
12200
12201 PR gdb/17072
12202 * gdb.base/paginate-execution-startup.c: New file.
12203 * gdb.base/paginate-execution-startup.exp: New file.
12204 * lib/gdb.exp (pagination_prompt): New global.
12205 (default_gdb_spawn): New procedure, factored out from
12206 default_gdb_spawn.
12207 (default_gdb_start): Adjust to call default_gdb_spawn.
12208 (gdb_spawn): New procedure.
12209
bd293940
PA
122102014-07-14 Pedro Alves <palves@redhat.com>
12211
12212 * lib/gdb.exp (gdb_assert): New procedure.
12213 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12214
c933f875
PA
122152014-07-14 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.base/execution-termios.c: New file.
12218 * gdb.base/execution-termios.exp: New file.
12219
d98b7a16
TT
122202014-07-14 Tom Tromey <tromey@redhat.com>
12221
12222 * gdb.cp/vla-cxx.cc: New file.
12223 * gdb.cp/vla-cxx.exp: New file.
12224
548740d6
TT
122252014-07-14 Tom Tromey <tromey@redhat.com>
12226
12227 * gdb.reverse/rerun-prec.c: New file.
12228 * gdb.reverse/rerun-prec.exp: New file.
12229
a25eb028
MR
122302014-07-12 Maciej W. Rozycki <macro@mips.com>
12231 Maciej W. Rozycki <macro@codesourcery.com>
12232
12233 * lib/gdb-utils.exp: New file.
12234 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12235 inline `gdb_init_command' processing.
12236 (gdb_start_cmd): Likewise.
12237 * lib/mi-support.exp (mi_run_cmd): Likewise.
12238 * README: Document `gdb_init_command' and `gdb_init_commands'.
12239
218c2655
JK
122402014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12241
12242 Fix false FAIL running under a very long directory name.
12243 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12244 and "set print elements 10000". Twice.
12245
5401fde3
YQ
122462014-07-11 Yao Qi <yao@codesourcery.com>
12247
12248 * gdb.base/exprs.exp: "set print symbol off".
12249
e76126e8
PA
122502014-07-11 Pedro Alves <palves@redhat.com>
12251
12252 * gdb.threads/kill.c: New file.
12253 * gdb.threads/kill.exp: New file.
12254
2d6f0de6
YQ
122552014-07-10 Yao Qi <yao@codesourcery.com>
12256
12257 * gdb.trace/tfile.c (write_basic_trace_file)
12258 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12259 address written to trace file.
12260
7180e04a
PA
122612014-07-09 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.base/attach-wait-input.exp: New file.
12264 * gdb.base/attach-wait-input.c: New file.
12265
9a9a7608
AB
122662014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12267
12268 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12269 setting up test structures.
12270 (main): Call new test function.
12271 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12272 test function, continue into test function and walk test
12273 structures.
12274
161ac41e
YQ
122752014-07-02 Yao Qi <yao@codesourcery.com>
12276
12277 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12278 'bar_start' at the beginning of functions 'foo' and 'bar'
12279 respectively.
12280 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12281 instead of 'foo' and 'bar'.
12282
1f267ae3
MM
122832014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12284
12285 * gdb.btrace/segv.exp: New.
12286 * gdb.btrace/segv.c: New.
12287
2b239efb
LM
122882014-07-02 Luis Machado <lgustavo@codesourcery.com>
12289
12290 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12291 instruction.
12292
cf363f18
MW
122932014-06-30 Mark Wielaard <mjw@redhat.com>
12294
12295 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12296 vulture, vilify, villar): New volatile array constants.
12297 (vindictive, vegetation): New const volatile array constants.
12298 * gdb.base/volatile.exp: Test volatile and const volatile array
12299 types.
12300
aebf9d24
AA
123012014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12302
12303 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12304 target lacks support for awatch, rwatch, or hbreak.
12305
b67a2c6f
YQ
123062014-06-27 Yao Qi <yao@codesourcery.com>
12307
12308 * gdb.multi/dummy-frame-restore.exp: New.
12309 * gdb.multi/dummy-frame-restore.c: New.
12310
aef92902
MM
123112014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12312
12313 * gdb.btrace/gcore.exp: New.
12314
8e9db26e
PA
123152014-06-23 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.base/watchpoint-reuse-slot.c: New file.
12318 * gdb.base/watchpoint-reuse-slot.exp: New file.
12319
70afc5b7
SC
123202014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12321
12322 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12323 progspace's filename in 'info', 'enable' and 'disable' command
12324 tests.
12325
b972bd9c
JK
123262014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12327
12328 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12329 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12330 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12331
125f8a3d
GB
123322014-06-20 Gary Benson <gbenson@redhat.com>
12333
12334 * gdb.arch/i386-avx.exp: Fix include file location.
12335 * gdb.arch/i386-sse.exp: Likewise.
12336
3ed9baed
IB
123372014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12338
12339 * gdb.dlang/expression.exp: New file.
12340
034f788c
PA
123412014-06-19 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12344 out from ...
12345 (top level): ... here. Iterate running tests under different
12346 scheduler-locking settings.
12347
45371d0c
LM
123482014-06-18 Luis Machado <lgustavo@codesourcery.com>
12349
12350 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12351 to DW_FORM_addr and use non-zero addresses.
12352
5d376983
SC
123532014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12354
12355 PR gdb/17017
12356 * gdb.python/py-xmethods.cc: Add global function call counters and
12357 increment them in their respective functions. Remove "cout"
12358 statements.
12359 * gdb.python/py-xmethods.exp: Make tests check the global function
12360 call counters instead of depending on inferior IO.
12361
a1aa2221
LM
123622014-06-18 Don Breazeal <donb@codesourcery.com>
12363
12364 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12365 Deleted procedure.
12366 (explicit_fork_parent_follow): Deleted procedure.
12367 (explicit_fork_child_follow): Deleted procedure.
12368 (test_follow_fork): New procedure.
12369 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12370 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12371 procedure calls.
12372
0fc05997
YQ
123732014-06-17 Yao Qi <yao@codesourcery.com>
12374
12375 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12376 CP1252.
12377
70795c52
LM
123782014-06-17 Luis Machado <lgustavo@codesourcery.com>
12379
12380 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12381 Initialize ptr and S explicitly.
12382 (skip_type_update_when_not_use_rtti_test): Likewise.
12383
6be47f0c
KS
123842014-06-16 Keith Seitz <keiths@redhat.com>
12385
12386 PR mi/15863
12387 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12388 the inferior is started.
12389
d03de421
PA
123902014-06-16 Pedro Alves <palves@redhat.com>
12391
12392 * gdb.base/break-main-file-remove-fail.c: New file.
12393 * gdb.base/break-main-file-remove-fail.exp: New file.
12394 * gdb.base/break-unload-file.exp: Use build_executable instead of
12395 prepare_for_testing.
12396 (test_break): New parameter "initial_load". Handle it.
12397 (top level): Add initial_load cmdline/file axis.
12398
f9579b99
TT
123992014-06-12 Tom Tromey <tromey@redhat.com>
12400
12401 * gdb.base/completion.exp: Don't use directory name in test.
12402
3657956b
GB
124032014-06-09 Gary Benson <gbenson@redhat.com>
12404
12405 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12406 separate the always-available ANSI-standard signals from the
12407 signals that require checking.
12408 (main): Likewise.
12409 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12410 Likewise.
12411 (main): Likewise.
12412
4186eb54
KS
124132014-06-07 Keith Seitz <keiths@redhat.com>
12414
12415 Revert:
12416 PR c++/16253
12417 * gdb.cp/var-tag.cc: New file.
12418 * gdb.cp/var-tag.exp: New file.
12419 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12420 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12421 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12422 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12423
25326a28 124242014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12425
12426 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12427
829155c9
PA
124282014-06-06 Pedro Alves <palves@redhat.com>
12429
12430 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12431 in target debug output instead of looking at RSP packets,
12432 disabling the test on any target that uses hardware stepping.
12433 Update comments.
12434
61c8d22e
PA
124352014-06-06 Pedro Alves <palves@redhat.com>
12436
12437 * gdb.base/break-unload-file.exp: Fix typo.
12438
d9a47287
YQ
124392014-06-06 Yao Qi <yao@codesourcery.com>
12440
12441 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12442 from "jit_function" to "^jit_function".
12443
e5e01dbf
YQ
124442014-06-06 Yao Qi <yao@codesourcery.com>
12445
12446 * gdb.base/async.c (foo): Add one statement.
12447 * gdb.base/async.exp: Get the next instruction address and
12448 match the output of "nexti" by instruction address. Match
12449 the hex address in the output of "finish".
12450
73ba372c
GB
124512014-06-06 Gary Benson <gbenson@redhat.com>
12452
12453 * gdb.base/call-signals.c: Remove preprocessor conditionals
12454 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12455 SIGSEGV and SIGTERM.
12456 * gdb.base/sigall.c: Likewise.
12457 * gdb.base/unwindonsignal.c: Likewise.
12458 * gdb.reverse/sigall-reverse.c: Likewise.
12459
831517df
YQ
124602014-06-06 Yao Qi <yao@codesourcery.com>
12461
12462 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12463 readable, skip the test.
12464
b8b91e98
YQ
124652014-06-06 Yao Qi <yao@codesourcery.com>
12466
12467 * gdb.threads/staticthreads.c (thread_function): Move the line
12468 setting breakpoint on forward.
12469 * gdb.threads/staticthreads.exp: Update comments.
12470
fb934770
LC
124712014-06-05 Ludovic Courtès <ludo@gnu.org>
12472
12473 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12474 "history-append! type error".
12475
6ef284bd
SM
124762014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12477
12478 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12479 erroneous dprintf expected input.
12480
a872e241
DE
124812014-06-04 Doug Evans <xdje42@gmail.com>
12482
12483 * gdb.guile/scm-generics.exp: Delete.
12484
16f691fb
DE
124852014-06-04 Doug Evans <xdje42@gmail.com>
12486
12487 * gdb.guile/scm-breakpoint.exp: Update.
12488 Add tests for breakpoint registration.
12489
012370f6
TT
124902014-06-04 Tom Tromey <tromey@redhat.com>
12491
12492 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12493 VLA-in-union.
12494 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12495 inner_vla_struct, vla_union types. Initialize objects of those
12496 types and compute their sizes.
12497
9f5a4cef
HZ
124982014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12499 Hui Zhu <hui@codesourcery.com>
12500
12501 * gdb.base/fileio.exp: Add test for shell not available as well as
12502 available.
12503 * gdb.base/fileio.c (test_system): Check for shell twice.
12504
90a45c4d
YQ
125052014-06-04 Yao Qi <yao@codesourcery.com>
12506
12507 * gdb.base/auto-connect-native-target.exp: Remove redundant
12508 space from the regexp pattern.
12509
70017e41
YQ
125102014-06-04 Yao Qi <yao@codesourcery.com>
12511
12512 * gdb.base/default.exp: Replace "child" with "native" in
12513 regexp pattern.
12514
883964a7
SC
125152014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12516
12517 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12518 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12519 * gdb.python/py-xmethods.py: Python script supporting the
12520 new testcase and tests.
12521
ef370185
JB
125222014-06-03 Joel Brobecker <brobecker@adacore.com>
12523 Pedro Alves <palves@redhat.com>
12524
12525 PR breakpoints/17000
12526 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12527 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12528
1e2ccb61
BM
125292014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12530
12531 * gdb.base/subst.exp: Add tests to verify partial path matching
12532 output.
12533
c6ec5ab2
PA
125342014-06-03 Pedro Alves <palves@redhat.com>
12535
12536 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12537 target that doesn't use software single-stepping.
12538
835c559f
PA
125392014-06-03 Pedro Alves <palves@redhat.com>
12540
12541 PR breakpoints/17000
12542 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12543 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12544
06eb1586
DE
125452014-06-02 Doug Evans <xdje42@gmail.com>
12546
12547 * gdb.guile/scm-parameter.exp: New file.
12548
e698b8c4
DE
125492014-06-02 Doug Evans <xdje42@gmail.com>
12550
12551 * gdb.guile/scm-cmd.c: New file.
12552 * gdb.guile/scm-cmd.exp: New file.
12553
ded03782
DE
125542014-06-02 Doug Evans <xdje42@gmail.com>
12555
12556 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12557 pretty-printer lookup.
12558 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12559 (make-pp_s-printer): Call it.
12560 (make-pretty-printer-from-dict): New function.
12561 (lookup-pretty-printer-maker-from-dict): New function.
12562 (*pretty-printer*): Simplify.
12563 (make-objfile-pp_s-printer): New function.
12564 (install-objfile-pretty-printers!): New function.
12565 (make-progspace-pp_s-printer): New function.
12566 (install-progspace-pretty-printers!): New function.
12567 * gdb.guile/scm-progspace.c: New file.
12568 * gdb.guile/scm-progspace.exp: New file.
12569
41fac0cf
PA
125702014-06-02 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.base/dprintf-bp-same-addr.c: New file.
12573 * gdb.base/dprintf-bp-same-addr.exp: New file.
12574
96ae5695
EBM
125752014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12576
12577 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12578 * gdb.arch/powerpc-power.s: Likewise.
12579
da02b3a8
JB
125802014-06-02 Joel Brobecker <brobecker@adacore.com>
12581
12582 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12583
c72b2e7b
YQ
125842014-06-01 Yao Qi <yao@codesourcery.com>
12585
12586 * gdb.base/watchpoint.exp (test_watch_location): Check null
12587 pointer can be dereferenced. If not, do the test, otherwise
12588 skip it.
12589
53e8a631
AB
125902014-05-30 Andrew Burgess <aburgess@broadcom.com>
12591
12592 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12593 results.
12594 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12595
938f0e2f
AB
125962014-05-30 Andrew Burgess <aburgess@broadcom.com>
12597
12598 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12599 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12600 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12601 * gdb.arch/amd64-invalid-stack-top.c: New file.
12602 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12603
9ba6657a
PA
126042014-05-30 Pedro Alves <palves@redhat.com>
12605
12606 PR breakpoints/17000
12607 * gdb.base/sss-bp-on-user-bp.c: New file.
12608 * gdb.base/sss-bp-on-user-bp.exp: New file.
12609
522c09bf
DB
126102014-05-30 David Blaikie <dblaikie@gmail.com>
12611
12612 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12613 gnu_inline semantics via attribute.
12614 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12615 source explicitly specifies the required semantics.
12616
bf4ef81e
MR
126172014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12618
12619 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12620
329ea579
PA
126212014-05-29 Pedro Alves <palves@redhat.com>
12622 Tom Tromey <tromey@redhat.com>
12623
12624 * gdb.base/async-shell.exp: Don't enable target-async.
12625 * gdb.base/async.exp
12626 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12627 parameter. Adjust.
12628 (top level): Don't test with "target-async".
12629 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12630 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12631 * gdb.base/inferior-died.exp: Don't enable target-async.
12632 * gdb.base/interrupt-noterm.exp: Likewise.
12633 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12634 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12635 * gdb.mi/mi-nonstop.exp: Likewise.
12636 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12637 * gdb.mi/mi-nsintrall.exp: Likewise.
12638 * gdb.mi/mi-nsmoribund.exp: Likewise.
12639 * gdb.mi/mi-nsthrexec.exp: Likewise.
12640 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12641 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12642 * gdb.python/py-evsignal.exp: Don't enable target-async.
12643 * gdb.python/py-evthreads.exp: Likewise.
12644 * gdb.python/py-prompt.exp: Likewise.
12645 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12646 * gdb.server/solib-list.exp: Don't enable target-async.
12647 * gdb.threads/thread-specific-bp.exp: Likewise.
12648 * lib/mi-support.exp: Adjust to use mi-async.
12649
fd664c91
PA
126502014-05-29 Pedro Alves <palves@redhat.com>
12651
12652 PR gdb/13860
12653 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12654 reason, even in sync mode.
12655
251bde03
PA
126562014-05-29 Pedro Alves <palves@redhat.com>
12657 Hui Zhu <hui@codesourcery.com>
12658
12659 PR PR15693
12660 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12661 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12662 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12663 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12664
7f3c0343
JB
126652014-05-28 Joel Brobecker <brobecker@adacore.com>
12666
12667 * config/monitor.exp (gdb_target_monitor): Replace use of
12668 "set remotebaud" by "set serial baud".
12669
b2715b27
AW
126702014-05-26 Andy Wingo <wingo@igalia.com>
12671
12672 * gdb.guile/scm-breakpoint.exp:
12673 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12674 properties instead of gdb-object-properties.
12675
498a4489
YQ
126762014-05-26 Yao Qi <yao@codesourcery.com>
12677
12678 * gdb.server/no-thread-db.exp: Specify source file name
12679 explicitly when setting a breakpoint.
12680
589fdceb
MM
126812014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12682
12683 * gdb.btrace/vdso.c: New.
12684 * gdb.btrace/vdso.exp: New.
12685
e9089e05
MM
126862014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12687
12688 * gdb.base/gcore.exp (capture_command_output): Move ...
12689 * lib/gdb.exp (capture_command_output): ... here.
12690
67b5c0c1
MM
126912014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12692
12693 * gdb.btrace/data.exp: Test memory access during btrace replay.
12694
a2199296
SM
126952014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12696
12697 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12698
17b2616c
PA
126992014-05-21 Pedro Alves <palves@redhat.com>
12700
12701 PR gdb/13860
12702 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12703 (top level): Test that output related to execution commands is
12704 sent to the console with CLI commands, but not with MI commands.
12705 Test that breakpoint events are always mirrored to the console.
12706 Also expect the new source line to be output after a "next" in
12707 async mode too. Make it a pass/fail test.
12708 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12709 output.
12710 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12711
5166082f
PA
127122014-05-21 Pedro Alves <palves@redhat.com>
12713
12714 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12715 Use them to test variations of "list" after reaching a breakpoint.
12716 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12717 Test "list" with listsize 10 after reaching a breakpoint.
12718 * gdb.python/python.exp (decode_line current location line
12719 number): Adjust expected line number.
12720
2f25d70f
SM
127212014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12722
12723 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12724 behavior for $args, pass it directly to "run".
12725
ff604a67
MR
127262014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12727
12728 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12729 30000 to 65536.
12730
6a3cb8e8
PA
127312014-05-21 Pedro Alves <palves@redhat.com>
12732
12733 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12734 auto-connect-native-target off".
12735 * gdb.base/auto-connect-native-target.c: New file.
12736 * gdb.base/auto-connect-native-target.exp: New file.
12737
4ebfc96e
PA
127382014-05-21 Pedro Alves <palves@redhat.com>
12739
12740 * gdb.base/default.exp: Test "target native" instead of "target
12741 child".
12742
36d46afb
MW
127432014-05-21 Mark Wielaard <mjw@redhat.com>
12744
12745 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12746
5876f503
JK
127472014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12748
12749 Fix TLS access for -static -pthread.
12750 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12751 <HAVE_TLS> (thread_function, main): Initialize it.
12752 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12753 Add clean_restart.
12754 <$have_tls != "">: Check TLSVAR.
12755
0256a6ac
PA
127562014-05-21 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.base/dcache-line-read-error.c: New.
12759 * gdb.base/dcache-line-read-error.exp: New.
12760
936d2992
PA
127612014-05-20 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.base/compare-sections.c: New file.
12764 * gdb.base/compare-sections.exp: New file.
12765
802e8e6d
PA
127662014-05-20 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.base/break-idempotent.c: New file.
12769 * gdb.base/break-idempotent.exp: New file.
12770
e59fa00f
MM
127712014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12772
12773 * gdb.btrace/nohist.exp: New.
12774
8b696e31
YQ
127752014-05-20 Yao Qi <yao@codesourcery.com>
12776
12777 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12778 gdb.reverse directory and gdb_reverse_timeout exists in board
12779 setting.
12780 * README: Document gdb_reverse_timeout.
12781
73c9764f
YQ
127822014-05-20 Yao Qi <yao@codesourcery.com>
12783
12784 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12785 'test_file_name'. Treat args as a string instead of a list.
12786 (gdb_init): Rename argument 'args' by 'test_file_name'.
12787
f1f4348a
JK
127882014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12789
12790 * gdb.arch/powerpc-power.exp: New file.
12791 * gdb.arch/powerpc-power.s: New file.
12792
0dbe70ce
DE
127932014-05-16 Doug Evans <dje@google.com>
12794
12795 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12796 * gdb.base/completion.exp: Check that all expected files exist
12797 before doing file completion.
0dbe70ce 12798
8d551b02
DE
127992014-05-16 Doug Evans <dje@google.com>
12800
12801 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12802 Update.
12803 (do_syscall_tests_without_xml): Update.
12804
73eb7709
PA
128052014-05-16 Pedro Alves <palves@redhat.com>
12806
12807 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12808 instead of "unknown output after running".
12809
3fae92fc
YQ
128102014-05-16 Yao Qi <yao@codesourcery.com>
12811
12812 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12813 file1.txt from host at the end.
12814 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12815
c2b2ccc5
DE
128162014-05-15 Doug Evans <dje@google.com>
12817
12818 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12819 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12820 loading file. Add test for TU lookup.
12821
8c217a4b
SM
128222014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12823
12824 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12825 calling "-exec-arguments" or "set args" before running the
12826 inferior.
12827
3deb39c6
SM
128282014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12829
12830 * lib/mi-support.exp (mi_expect_stop): Expect message for
12831 inferiors that exit with non-zero exit code.
12832
71a79f8c
YQ
128332014-05-14 Yao Qi <yao@codesourcery.com>
12834
12835 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12836 match absolute path on remote host.
12837 (test_file_list_exec_source_files): Remove "/" from the
12838 pattern.
12839
f23fcd46
YQ
128402014-05-14 Yao Qi <yao@codesourcery.com>
12841
12842 * boards/local-remote-host-notty.exp (${board}_file): New
12843 proc.
12844
9404b58f
KM
128452014-05-07 Kyle McMartin <kyle@redhat.com>
12846
12847 Pushed by Joel Brobecker <brobecker@adacore.com>.
12848 * gdb.arch/aarch64-atomic-inst.c: New file.
12849 * gdb.arch/aarch64-atomic-inst.exp: New file.
12850
5e45f04c
YQ
128512014-05-07 Yao Qi <yao@codesourcery.com>
12852
12853 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12854 in current context" too.
12855
c888a17d
KS
128562014-05-05 Keith Seitz <keiths@redhat.com>
12857
12858 * gdb.linespec/ls-dollar.exp: Add test for linespec
12859 file:convenience_variable.
12860
290a839c
YQ
128612014-05-05 Yao Qi <yao@codesourcery.com>
12862
12863 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12864 traceframes into tfile and ctf trace files. Read data from
12865 trace file and test collected data.
12866 (gdb_collect_locals_test): Likewise.
12867 (gdb_unavailable_registers_test): Likewise.
12868 (gdb_unavailable_floats): Likewise.
12869 (gdb_collect_globals_test): Likewise.
12870 (top-level): Append "ctf" to trace_file_targets if GDB
12871 supports.
12872
b5262cd0
YQ
128732014-05-05 Yao Qi <yao@codesourcery.com>
12874
12875 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12876 code to ...
12877 (gdb_collect_args_test_1): ... it. New proc.
12878 (gdb_collect_locals_test): Move some code to ...
12879 (gdb_collect_locals_test_1): ... it. New proc.
12880 (gdb_unavailable_registers_test): Move some code to ...
12881 (gdb_unavailable_registers_test_1): ... it. New proc.
12882 (gdb_unavailable_floats): Move some code to ...
12883 (gdb_unavailable_floats_1): ... it. New proc.
12884
30a1e6cc
SDJ
128852014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12886
12887 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12888 probes to test for bitness recognition.
12889 * gdb.arch/amd64-stap-optional-prefix.exp
12890 (test_probe_value_without_reg): New procedure.
12891 Add code to test for different kinds of bitness.
12892
f33da99a
SDJ
128932014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12894
12895 PR breakpoints/16889
12896 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12897 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12898
5b80f00d
PA
128992014-05-01 Pedro Alves <palves@redhat.com>
12900
12901 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12902 gdb_file_cmd if no file is specified.
12903 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12904 last_loaded_file to set the remote exec-file.
12905
f8c2a73c
PA
129062014-05-01 Pedro Alves <palves@redhat.com>
12907
12908 * boards/local-remote-host.exp: New file.
12909
be6e8ac7
PA
129102014-05-01 Pedro Alves <palves@redhat.com>
12911
12912 * boards/local-remote-host.exp: Rename to ...
12913 * boards/local-remote-host-notty.exp: ... this.
12914
cac0dc8f
JB
129152014-04-28 Joel Brobecker <brobecker@adacore.com>
12916
12917 * gdb.ada/dyn_arrayidx: New testcase.
12918
9730e6cc
YQ
129192014-04-26 Yao Qi <yao@codesourcery.com>
12920
12921 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12922 and compute the length of function main. Save it in
12923 $main_length.
12924 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12925 (top-level): Use gdb_compile to compile objects into
12926 executable and restart GDB. Remove invocation to
12927 prepare_for_testing.
12928
7ae1a6a6
PA
129292014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12930 Pedro Alves <palves@redhat.com>
12931
12932 PR server/16255
12933 * gdb.multi/multi-attach.c: New file.
12934 * gdb.multi/multi-attach.exp: New file.
12935
4082afcc
PA
129362014-04-25 Pedro Alves <palves@redhat.com>
12937
12938 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12939 user.
12940 (top level): Test that "set remote conditional-breakpoints-packet
12941 off" works as intended.
12942 * gdb.base/dprintf.exp: Test that "set remote
12943 breakpoint-commands-packet off" works as intended.
12944 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12945 New function.
12946 (top level): Call it.
12947 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12948 remote fast-tracepoints-packet off" works as intended.
12949 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12950 * lib/gdb.exp (gdb_is_target_remote): ... here.
12951
2abc3f8d
DB
129522014-04-24 David Blaikie <dblaikie@gmail.com>
12953
12954 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12955 ensure clang would not discard them.
12956 * gdb.base/gdbvars.c: Ditto.
12957 * gdb.base/memattr.c: Ditto.
12958 * gdb.base/whatis.c: Ditto.
12959 * gdb.python/py-prettyprint.c: Ditto.
12960 * gdb.trace/actions.c: Ditto.
12961 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12962 ensure clang would not discard it.
12963
bfd39632
DB
129642014-04-24 David Blaikie <dblaikie@gmail.com>
12965
12966 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12967 clang to emit the full definition of type required by the test
12968 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12969
22842ff6
DB
129702014-04-24 David Blaikie <dblaikie@gmail.com>
12971
12972 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12973 coax Clang into emitting the definition of the type.
12974 * gdb.cp/pr10728-x.h (y): Ditto.
12975 * gdb.cp/pr10728-y.cc (y): Ditto.
12976
c2e827ad
DB
129772014-04-24 David Blaikie <dblaikie@gmail.com>
12978
12979 * gdb.base/label.exp: XFAIL label related tests under Clang.
12980 * gdb.cp/cplabel.exp: Ditto.
12981 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12982 under Clang those using labels.
12983
4c2d33e7
YQ
129842014-04-25 Yao Qi <yao@codesourcery.com>
12985
12986 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12987 double_label.
12988 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12989 partial_label and double_label.
12990
56083b99
DB
129912014-04-24 David Blaikie <dblaikie@gmail.com>
12992
12993 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12994
25d4e99d
DB
129952014-04-24 David Blaikie <dblaikie@gmail.com>
12996
12997 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12998 of the function to work across GCC and Clang.
12999 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13000 pointer types (const void ** const V void **).
13001
01f9f808
MS
130022014-04-24 Michael Sturm <michael.sturm@mintel.com>
13003 Walfred Tedeschi <walfred.tedeschi@intel.com>
13004
13005 * Makefile.in (EXECUTABLES): Added i386-avx512.
13006 * gdb.arch/i386-avx512.c: New file.
13007 * gdb.arch/i386-avx512.exp: Likewise.
13008
4b48d439
KS
130092014-04-23 Keith Seitz <keiths@redhat.com>
13010
13011 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13012 (mi_make_breakpoint_table): New procedure.
13013 (mi_create_breakpoint): Use mi_make_breakpoint
13014 and return the result.
13015 (mi_make_breakpoint): New procedure.
13016 (mi_build_kv_pairs): New procedure.
13017
13018 * gdb.mi/mi-break.exp: Remove unused globals,
13019 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13020 All callers updated.
13021 * gdb.mi/mi-dprintf.exp: Use variable to track command
13022 number.
13023 Update all callers of mi_create_breakpoint and use
13024 mi_make_breakpoint_table.
13025 Remove any unused global variables.
13026 * gdb.mi/mi-nonstop.exp: Likewise.
13027 * gdb.mi/mi-nsintrall.exp: Likewise.
13028 * gdb.mi/mi-nsmoribund.exp: Likewise.
13029 * gdb.mi/mi-nsthrexec.exp: Likewise.
13030 * gdb.mi/mi-reverse.exp: Likewise.
13031 * gdb.mi/mi-simplerun.exp: Likewise.
13032 * gdb.mi/mi-stepn.exp: Likewise.
13033 * gdb.mi/mi-syn-frame.exp: Likewise.
13034 * gdb.mi/mi-until.exp: Likewise.
13035 * gdb.mi/mi-var-cp.exp: Likewise.
13036 * gdb.mi/mi-var-display.exp: Likewise.
13037 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13038 * gdb.mi/mi2-var-child.exp: Likewise.
13039 * gdb.mi/mi-vla-c99.exp: Likewise.
13040 * lib/mi-support.exp: Likewise.
13041
13042 From Ian Lance Taylor <iant@cygnus.com>:
13043 * lib/gdb.exp (parse_args): New procedure.
13044
08351840
PA
130452014-04-23 Pedro Alves <palves@redhat.com>
13046
13047 * gdb.base/break-unload-file.c: New file.
13048 * gdb.base/break-unload-file.exp: New file.
13049 * gdb.base/sym-file-lib.c (baz): New function.
13050 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13051 field.
13052 (load): Store the segment's mapped size.
13053 (unload): New function.
13054 (unload_shlib): New function.
13055 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13056 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13057 set a breakpoint at baz, and call it.
13058 * gdb.base/sym-file.exp: New tests for stale breakpoint
13059 instructions.
13060
076855f9
PA
130612014-04-23 Pedro Alves <palves@redhat.com>
13062
13063 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13064 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13065 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13066 * gdb.base/hbreak-unmapped.c: New file.
13067 * gdb.base/hbreak-unmapped.exp: New file.
13068 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13069 * lib/gdb.exp (gdb_is_target_remote): ... here.
13070
483805cf
PA
130712014-04-22 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.base/consecutive-step-over.c: New file.
13074 * gdb.base/consecutive-step-over.exp: New file.
13075
06d97543
PA
130762014-04-22 Pedro Alves <palves@redhat.com>
13077
13078 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13079 instead of send_gdb/gdb_expect.
13080
b4429ea2
YQ
130812014-04-22 Yao Qi <yao@codesourcery.com>
13082
13083 * lib/trace-support.exp (generate_tracefile): New procedure.
13084 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13085 return 0.
13086 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13087 if generate_tracefile returns 1.
13088
51d48146
PA
130892014-04-18 Tom Tromey <palves@redhat.com>
13090 Pedro alves <tromey@redhat.com>
13091
13092 PR backtrace/15558
13093 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13094 with a backtrace limit.
13095 * gdb.python/py-frame-inline.exp: Test running to an inline
13096 function with a backtrace limit, and printing the newest frame.
13097 * gdb.python/py-frame-inline.c (main): Call f.
13098
bd1dce5f
MS
130992014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13100
13101 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13102
40d1a503
MS
131032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13104
13105 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13106 Drop prefix from unsupported source file path.
13107
389b98f7
YQ
131082014-04-17 Yao Qi <yao@codesourcery.com>
13109
13110 * lib/gdb.exp (with_target_charset): New proc.
13111 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13112 with_target_charset.
13113 (test_print_strings): Likewise.
13114 (test_repeat_bytes): Likewise.
13115 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13116 for some tests.
13117
22869d73
KS
131182014-04-16 Keith Seitz <keiths@redhat.com>
13119
13120 PR gdb/15827
13121 * gdb.dwarf2/corrupt.c: New file.
13122 * gdb.dwarf2/corrupt.exp: New file.
13123
c4f87ca6
KS
131242014-04-16 Keith Seitz <keiths@redhat.com>
13125
13126 PR c++/16597
13127 * gdb.cp/namelessclass.cc: New file.
13128 * gdb.cp/namelessclass.exp: New file.
13129 * gdb.cp/namelessclass.S: New file.
13130
ab19de87
DE
131312014-04-16 Doug Evans <dje@google.com>
13132
13133 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13134 Add comment.
13135 (gdbserver_default_get_comm_port): New function.
13136 (gdbserver_start): Check if board file provided
13137 "gdbserver,get_comm_port" and use it if so.
13138 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13139 (gdb,socketport): Set to "stdio".
13140 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13141 (stdio_gdbserver_template): Delete.
13142 (${board}_get_remote_address): Update.
13143 (${board}_build_remote_cmd): Delete.
13144 (${board}_get_comm_port): New function.
13145 (${board}_spawn): Update.
13146 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13147 Delete.
13148 (${board}_get_remote_address): Update.
13149 (${board}_get_comm_port): New function.
13150
fc98a809
AB
131512014-04-16 Andrew Burgess <aburgess@broadcom.com>
13152
13153 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13154 appearing in any order.
13155
87fd9e6e
DE
131562014-04-15 Doug Evans <dje@google.com>
13157
13158 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13159 uninitialized value of "description".
13160
099fc3ea
KS
131612014-04-15 Keith Seitz <keiths@redhat.com>
13162
13163 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13164 Remove unused globals.
13165 (test_running_the_program): Likewise.
13166 (test_controlled_execution): Likewise.
13167 (test_controlling_breakpoints): Likewise.
13168 (test_program_termination): Likewise.
13169
5da151d4
KS
131702014-04-15 Keith Seitz <keiths@redhat.com>
13171
13172 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13173 unused globals.
13174 (test_rbreak_creation_and_listing): Likewise.
13175 (test_ignore_count): Likewise.
13176 (test_error): Likewise.
13177
35e5d2f0
PA
131782014-04-15 Pedro Alves <palves@redhat.com>
13179
13180 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13181 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13182 sym-file-loader.c.
13183 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13184 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13185 to sym-file-loader.c.
13186 (struct library): Forward declare.
13187 (load_shlib, lookup_function): Change prototypes.
13188 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13189 (translate_offset): Remove declarations.
13190 (get_text_addr): New declaration.
13191 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13192 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13193 sym-file-loader.h.
13194 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13195 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13196 here from sym-file-loader.h.
13197 (struct library): New structure.
13198 (load_shlib, lookup_function): Change prototypes and adjust to
13199 work with a struct library.
13200 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13201 (translate_offset): Make static.
13202 (get_text_addr): New function.
13203 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13204
eb4c1710
PA
132052014-04-15 Pedro Alves <palves@redhat.com>
13206
13207 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13208
2d1baf52
PA
132092014-04-15 Pedro Alves <palves@redhat.com>
13210
13211 * gdb.base/sym-file-loader.c: Include <limits.h>.
13212 (SELF_LINK): New define.
13213 (get_origin): New function.
13214 (load_shlib): Use it.
13215 * gdb.base/sym-file.exp: Don't early return if the target is
13216 remote. Use runto_main, and issue fail is that fails. Use
13217 gdb_load_shlibs.
13218 (shlib_name): Delete.
13219 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13220
7dd6df01
PA
132212014-04-15 Pedro Alves <palves@redhat.com>
13222
13223 * gdb.base/sym-file.exp: Remove regex characters from test
13224 message. Don't refer to breakpoint numbers in test messages.
13225
b50c8614
KS
132262014-04-14 Keith Seitz <keiths@redhat.com>
13227
13228 PR c++/16253
13229 * gdb.cp/var-tag.cc: New file.
13230 * gdb.cp/var-tag.exp: New file.
13231 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13232 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13233 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13234 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13235
3d567982
TT
132362014-04-14 Tom Tromey <tromey@redhat.com>
13237
13238 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13239 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13240 type.
13241 * gdb.cp/enum-class.exp: New file.
13242 * gdb.cp/enum-class.cc: New file.
13243
0626fc76
TT
132442014-04-14 Tom Tromey <tromey@redhat.com>
13245
13246 * gdb.dwarf2/enum-type.exp: New file.
13247
dca325b3
SA
132482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13249
13250 * gdb.mi/mi-vla-c99.exp: New file.
13251 * gdb.mi/vla.c: New file.
13252
5854b38a
SA
132532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13254
13255 * gdb.base/vla-datatypes.c: New file.
13256 * gdb.base/vla-datatypes.exp: New file.
13257
463bb957
SA
132582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13259
13260 * gdb.base/vla-ptr.c: New file.
13261 * gdb.base/vla-ptr.exp: New file.
13262
3dd170be
SA
132632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13264
13265 * gdb.dwarf2/count.exp: New file.
13266
5ecaaa66
SA
132672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13268
13269 * gdb.base/vla-sideeffect.c: New file.
13270 * gdb.base/vla-sideeffect.exp: New file.
13271
41f1ada5
DB
132722014-04-14 David Blaikie <dblaikie@gmail.com>
13273
13274 * gdb.mi/non-stop.c: Add return value for non-void function return
13275 statement.
13276 * gdb.threads/staticthreads.c: Ditto.
13277
0be03e84
DE
132782014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13279 Doug Evans <xdje42@gmail.com>
13280
13281 * gdb.guile/scm-value.c: Improve test case.
13282 * gdb.guile/scm-value.exp: Add new test.
13283
f180a1fb
DB
132842014-04-11 David Blaikie <dblaikie@gmail.com>
13285
13286 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13287 override Clang's default.
13288
6b662e19
JB
132892014-04-11 Joel Brobecker <brobecker@adacore.com>
13290
13291 Revert the following changes (regressions):
13292
13293 * gdb.base/vla-sideeffect.c: New file.
13294 * gdb.base/vla-sideeffect.exp: New file.
13295
13296 * gdb.dwarf2/count.exp: New file.
13297
13298 * gdb.base/vla-multi.c: New file.
13299 * gdb.base/vla-multi.exp: New file.
13300
13301 * gdb.base/vla-ptr.c: New file.
13302 * gdb.base/vla-ptr.exp: New file.
13303
13304 * gdb.base/vla-datatypes.c: New file.
13305 * gdb.base/vla-datatypes.exp: New file.
13306
13307 * gdb.mi/mi-vla-c99.exp: New file.
13308 * gdb.mi/vla.c: New file.
13309
245a5f0b
KS
133102014-04-11 Keith Seitz <keiths@redhat.com>
13311
13312 PR c++/16675
13313 * gdb.cp/cpsizeof.exp: New file.
13314 * gdb.cp/cpsizeof.cc: New file.
13315
58a84dcf
SA
133162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13317
191a8a90
JB
13318 * gdb.mi/mi-vla-c99.exp: New file.
13319 * gdb.mi/vla.c: New file.
58a84dcf 13320
c8655f75
SA
133212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13322
13323 * gdb.base/vla-datatypes.c: New file.
13324 * gdb.base/vla-datatypes.exp: New file.
13325
024e13b4
SA
133262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13327
13328 * gdb.base/vla-ptr.c: New file.
13329 * gdb.base/vla-ptr.exp: New file.
13330
1a237e0e
SA
133312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13332
13333 * gdb.base/vla-multi.c: New file.
13334 * gdb.base/vla-multi.exp: New file.
13335
504f3432
SA
133362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13337
13338 * gdb.dwarf2/count.exp: New file.
13339
3bce8237
SA
133402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13341
191a8a90
JB
13342 * gdb.base/vla-sideeffect.c: New file.
13343 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13344
322f9c21
YQ
133452014-04-11 Yao Qi <yao@codesourcery.com>
13346
13347 * gdb.base/completion.exp: Check file exists before running tests
13348 on file completion.
13349
d708bcd1
PA
133502014-04-10 Pedro Alves <palves@redhat.com>
13351
13352 * gdb.base/cond-eval-mode.c: New file.
13353 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13354 prepare_for_testing to build the new file. Check result of
13355 runto_main.
13356 (test_break, test_watch): New procedures.
13357 (top level): Use them.
13358
ae1d2761
PM
133592014-04-08 Pierre Muller <muller@sourceware.org>
13360
13361 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13362 Ctrl-V use for mingw hosts.
13363
7af389b8
SC
133642014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13365
13366 * gdb.python/py-value.c: Improve test case.
13367 * gdb.python/py-value.exp: Add new test.
13368
5e703181
DE
133692014-04-07 David Blaikie <dblaikie@gmail.com>
13370
13371 * lib/compiler.c: Identify the clang compiler.
13372 * lib/compiler.cc: Ditto.
13373
9810b410
YQ
133742014-04-03 Yao Qi <yao@codesourcery.com>
13375
13376 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13377
98d1b8dc
AB
133782014-04-01 Anton Blanchard <anton@samba.org>
13379
13380 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13381 messages unique.
13382
3114cea1
AB
133832014-04-01 Anton Blanchard <anton@samba.org>
13384
13385 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13386 prepare_for_testing.
13387
62f7182c
AB
133882014-04-01 Anton Blanchard <anton@samba.org>
13389
13390 * gdb.arch/ppc64-atomic-inst.c: Remove.
13391 * gdb.arch/ppc64-atomic-inst.S: New file.
13392 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13393
770e7fc7
DE
133942014-03-31 Doug Evans <dje@google.com>
13395
13396 * gdb.base/print-symbol-loading-lib.c: New file.
13397 * gdb.base/print-symbol-loading-main.c: New file.
13398 * gdb.base/print-symbol-loading.exp: New file.
13399
46e2bafa
YQ
134002014-03-31 Yao Qi <yao@codesourcery.com>
13401
13402 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13403
8776cfe9
JB
134042014-03-28 Joel Brobecker <brobecker@adacore.com>
13405
13406 * gdb.ada/mi_dyn_arr: New testcase.
13407
5d1ef361
DE
134082014-03-27 Doug Evans <dje@google.com>
13409
13410 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13411
b5bee914
YQ
134122014-03-27 Yao Qi <yao@codesourcery.com>
13413
13414 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13415 if target is nios2-*-*.
13416
0d4d0e77
YQ
134172014-03-26 Yao Qi <yao@codesourcery.com>
13418
13419 * lib/gdb.exp (readline_is_used): New proc.
13420 * gdb.base/completion.exp: Move tests on command complete up.
13421 Skip the rest of tests if readline is not used.
13422 * gdb.ada/complete.exp: Skp the test if readline is not
13423 used.
13424 * gdb.base/filesym.exp: Likewise.
13425 * gdb.base/macscp.exp: Likewise.
13426 * gdb.base/readline-ask.exp: Likewise.
13427 * gdb.base/readline.exp: Likewise.
13428 * gdb.python/py-cmd.exp: Likewise.
13429 * gdb.trace/tfile.exp: Likewise.
13430
29361eee
YQ
134312014-03-26 Yao Qi <yao@codesourcery.com>
13432
13433 * gdb.base/macscp.exp: Fix code format issues.
13434
bc9a5525
UW
134352014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13436
13437 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13438 * gdb.asm/powerpc64le.inc: New file.
13439
d3839ede
PA
134402014-03-25 Pedro Alves <palves@redhat.com>
13441 Doug Evans <dje@google.com>
13442
13443 * gdb.base/source-execution.c: New file.
13444 * gdb.base/source-execution.exp: New file.
13445 * gdb.base/source-execution.gdb: New file.
13446
01672a57
DE
134472014-03-24 Doug Evans <dje@google.com>
13448
13449 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13450 using fission.
13451
88bbeca9
HZ
134522014-03-24 Hui Zhu <hui@codesourcery.com>
13453 Pedro Alves <palves@redhat.com>
13454
13455 PR breakpoints/16101
13456 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13457 test pass/fail messages. Detect missing support for dprintf when
13458 breakpoints are actually inserted.
13459 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13460 breakpoints are actually inserted.
13461 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13462 fails.
13463
d2348791
JK
134642014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13465
13466 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13467
feef67ab
DE
134682014-03-22 Doug Evans <xdje42@gmail.com>
13469
13470 * gdb.python/python.exp (python not supported): Verify multi-line
13471 python command issues an error.
25d743f9 13472 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13473 guile command issues an error.
feef67ab 13474
ecebef6a
MR
134752014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13476
13477 * gdb.threads/thread-specific.exp: Handle the lack of usable
13478 $this_breakpoint and $this_thread.
13479
ccdd1909
HZ
134802014-03-21 Hui Zhu <hui@codesourcery.com>
13481
13482 * gdb.base/attach.exp (do_command_attach_tests): New.
13483
beb460e8
PA
134842014-03-20 Tom Tromey <tromey@redhat.com>
13485 Pedro Alves <palves@redhat.com>
13486
13487 PR cli/15718
13488 * gdb.base/condbreak-call-false.c: New file.
13489 * gdb.base/condbreak-call-false.exp: New file.
13490
40acf43a
PA
134912014-03-20 Pedro Alves <palves@redhat.com>
13492
13493 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13494 Delete.
13495 (block_signals, unblock_signals): Delete.
13496 (child_function_2, main): Remove references to deleted variable
13497 and functions.
13498
9f5e1e02
PA
134992014-03-20 Pedro Alves <palves@redhat.com>
13500
13501 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13502 Use pthread_kill to signal thread 2.
13503 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13504 Adjust to make the test send itself a signal rather than using the
13505 host's "kill" command.
13506
99619bea
PA
135072014-03-20 Pedro Alves <palves@redhat.com>
13508
13509 * gdb.threads/multiple-step-overs.c: New file.
13510 * gdb.threads/multiple-step-overs.exp: New file.
13511 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13512 Adjust expected infrun debug output.
13513
2adfaa28
PA
135142014-03-20 Pedro Alves <palves@redhat.com>
13515
13516 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13517 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13518
31e77af2
PA
135192014-03-20 Pedro Alves <palves@redhat.com>
13520
13521 PR breakpoints/7143
13522 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13523 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13524 of gdb_test_multiple.
13525 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13526 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13527
b9f437de
PA
135282014-03-20 Pedro Alves <palves@redhat.com>
13529
13530 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13531 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13532
05adc73e
PA
135332014-03-19 Pedro Alves <palves@redhat.com>
13534
13535 * gdb.base/async.exp: Remove early return.
13536
6048b950
PA
135372014-03-19 Pedro Alves <palves@redhat.com>
13538
13539 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13540
8bcfb00a
PA
135412014-03-19 Pedro Alves <palves@redhat.com>
13542
13543 * gdb.base/async.exp (test_background): Expect \r\n after
13544 "completed." in the fail pattern.
13545
884e37dc
PA
135462014-03-19 Pedro Alves <palves@redhat.com>
13547
13548 * gdb.base/async.exp (test_background): New procedure.
13549 Use it for all background execution command tests.
13550
148e57e2
PA
135512014-03-19 Pedro Alves <palves@redhat.com>
13552
13553 * gdb.base/async.exp: Use prepare_for_testing.
13554
f48088c7
PA
135552014-03-19 Pedro Alves <palves@redhat.com>
13556
13557 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13558 the same line.
13559
e2f6c966
PA
135602014-03-19 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.base/async.c (main): Add "jump here" and "until here" line
13563 marker comments.
13564 * gdb.base/async.exp (jump_here): New global.
13565 (jump& test): Use it.
13566 (until_here): New global.
13567 (until& test): Use it.
13568
c30568d4
PA
135692014-03-19 Pedro Alves <palves@redhat.com>
13570
13571 * gdb.base/async.exp: Don't frob gdb_protocol.
13572
0172b6a7
DE
135732014-03-18 Doug Evans <xdje42@gmail.com>
13574
13575 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13576 Fix spelling of exec-done-display.
13577
06c868a8
JK
135782014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13579
13580 PR gdb/15358
13581 * gdb.base/gdb-sigterm.c: New file.
13582 * gdb.base/gdb-sigterm.exp: New file.
13583
0c7e1a46
PA
135842014-03-18 Pedro Alves <palves@redhat.com>
13585
13586 PR gdb/13860
13587 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13588 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13589 solib-event.
13590
f7c77d93
JB
135912014-03-17 Joel Brobecker <brobecker@adacore.com>
13592
13593 * gdb.ada/pckd_arr_ren: New testcase.
13594
5a1e8c7a
DE
135952014-03-13 Doug Evans <xdje42@gmail.com>
13596
13597 PR guile/16612
13598 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13599 collect after discarding symbols.
13600
350e1a76
DE
136012014-03-13 Ludovic Courtès <ludo@gnu.org>
13602 Doug Evans <xdje42@gmail.com>
13603
13604 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13605 to history survives a gc.
13606
a69900ae
PA
136072014-03-13 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.base/default.exp: Don't test "target procfs".
13610
5db9f0bd
PA
136112014-03-13 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.base/default.exp: Update "target child" and "target procfs"
13614 tests to not expect "Unix".
13615
b3ccfe11
TT
136162014-03-12 Tom Tromey <tromey@redhat.com>
13617
13618 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13619 New procs. Add target-async tests.
13620 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13621 Add target-async tests.
13622
646f4417
AA
136232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13624
13625 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13626 'func_start' and 'func_end' for the beginning and end of the
13627 function code, respectively.
13628 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13629 'func_end' instead of 'func' and 'main'.
13630
288c211f
AA
136312014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13632
13633 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13634 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13635 generate the debug info assembler source.
13636
e0c0f156
AA
136372014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13638
13639 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13640 * gdb.dwarf2/arr-subrange.exp: Likewise.
13641 * gdb.dwarf2/dwz.exp: Likewise.
13642 * gdb.dwarf2/method-ptr.exp: Likewise.
13643 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13644 * gdb.dwarf2/subrange.exp: Likewise.
13645 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13646 * gdb.dwarf2/implptrpiece.exp: Likewise.
13647 * gdb.dwarf2/nostaticblock.exp: Likewise.
13648
0e5c4555
AA
136492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13650
13651 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13652 directory to absolute path name arguments.
13653
5ec18f2b
JG
136542014-03-10 Joel Brobecker <brobecker@adacore.com>
13655
13656 * gdb.ada/tagged_access: New testcase.
13657
847fc4f2
MM
136582014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13659
13660 * gdb.btrace/data.exp: Update expected output.
13661
cc3da688
YQ
136622014-03-06 Yao Qi <yao@codesourcery.com>
13663
13664 * gdb.trace/pr16508.exp: New file.
13665
0f26cec1
PA
136662014-03-05 Pedro Alves <palves@redhat.com>
13667
13668 PR gdb/16575
13669 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13670 procedure.
13671 (top level): Adjust to use it. Add tests that exercise breakpoint
13672 interaction with the code-cache.
13673
7a5a839f
LC
136742014-02-26 Ludovic Courtès <ludo@gnu.org>
13675
13676 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13677 test for 'history-append!'.
13678
31aa7e4e
JB
136792014-02-26 Joel Brobecker <brobecker@adacore.com>
13680
13681 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13682 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13683 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13684 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13685 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13686 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13687
1b588015
JB
136882014-02-26 Joel Brobecker <brobecker@adacore.com>
13689
13690 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13691 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13692 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13693
55426c9d
JB
136942014-02-26 Joel Brobecker <brobecker@adacore.com>
13695
13696 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13697
dc53a7ad
JB
136982014-02-26 Joel Brobecker <brobecker@adacore.com>
13699
13700 * gdb.dwarf2/arr-stride.c: New file.
13701 * gdb.dwarf2/arr-stride.exp: New file.
13702
12ab52e9
PA
137032014-02-26 Pedro Alves <palves@redhat.com>
13704
13705 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13706 that won't ever trigger. Make sure that GDB reports the correct
13707 breakpoint that caused the stop.
13708
849c862e
JK
137092014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13710
13711 PR gdb/16626
13712 * gdb.base/auto-load-script: New file.
13713 * gdb.base/auto-load.c: New file.
13714 * gdb.base/auto-load.exp: New file.
13715
71b7d793
JK
13716 PR gdb/16626
13717 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13718
e2f0d509
JK
137192014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13720
13721 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13722 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13723
50cc37c8
DE
137242014-02-24 Doug Evans <dje@google.com>
13725
13726 * lib/gdb.exp (run_on_host): Log error output if program fails.
13727
ea4758f2
PA
137282014-02-21 Pedro Alves <palves@redhat.com>
13729
13730 * gdb.threads/step-after-sr-lock.c: Rename to ...
13731 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13732 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13733 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13734 ... this.
13735
d7b30f67
SDJ
137362014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13737
13738 PR tdep/16397
13739 * gdb.arch/amd64-stap-special-operands.exp: New file.
13740 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13741 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13742 * gdb.arch/amd64-stap-triplet.S: Likewise.
13743 * gdb.arch/amd64-stap-triplet.c: Likewise.
13744
83deb43f
JB
137452014-02-20 Joel Brobecker <brobecker@adacore.com>
13746
13747 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13748 in .section pseudo-op.
13749
adde2bff
DE
137502014-02-20 lin zuojian <manjian2006@gmail.com>
13751 Joel Brobecker <brobecker@adacore.com>
13752 Doug Evans <xdje42@gmail.com>
13753
13754 PR symtab/16581
13755 * gdb.dwarf2/dw2-icycle.S: New file.
13756 * gdb.dwarf2/dw2-icycle.c: New file.
13757 * gdb.dwarf2/dw2-icycle.exp: New file.
13758
f7bd0f78
SC
137592014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13760
13761 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13762 operations on gdb.Value objects.
13763 * gdb.python/py-value-cc.exp: Add new test to test operations on
13764 gdb.Value objects.
13765
c17ef0d5
DE
137662014-02-18 Doug Evans <dje@google.com>
13767
13768 * Makefile.in (TESTS): New variable.
13769 (expanded_tests, expanded_tests_or_none): New variables
13770 (check-single): Pass $(expanded_tests_or_none) to runtest.
13771 (check-parallel): Only run tests in $(TESTS) if non-empty.
13772 (check/no-matching-tests-found): New rule.
13773 * README: Document TESTS makefile variable.
13774
5dd3176f
DE
137752014-02-18 Doug Evans <dje@google.com>
13776
13777 * Makefile.in (check-parallel): rm -rf outputs temp.
13778
0b10be4f
JK
137792014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13780
13781 Fix "ERROR: no fileid for" in the testsuite.
13782 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13783
85f224e7
DE
137842014-02-12 Doug Evans <dje@google.com>
13785
13786 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13787 (MISCELLANEOUS): New variable.
13788 (clean): rm -rf $(MISCELLANEOUS).
13789 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13790 dwp live in the same directory as symlinks, with each symlink pointed
13791 to a differently named file in a different directory.
13792
149b30ff
DE
137932014-02-11 Doug Evans <dje@google.com>
13794
13795 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13796 of Tcl file commands.
13797
1dfdac32
MK
137982014-02-10 Mark Kettenis <kettenis@gnu.org>
13799
13800 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13801 "kill -SIGUSR1 -1".
13802
aa4fb036
JB
138032014-02-10 Joel Brobecker <brobecker@adacore.com>
13804
13805 * gdb.ada/tick_length_array_enum_idx: New testcase.
13806
ed3ef339
DE
138072014-02-10 Doug Evans <xdje42@gmail.com>
13808
13809 * configure.ac (AC_OUTPUT): Add gdb.guile.
13810 * configure: Regenerate.
13811 * lib/gdb-guile.exp: New file.
13812 * lib/gdb.exp (get_target_charset): New function.
13813 * gdb.base/help.exp: Update expected output from "apropos apropos".
13814 * gdb.guile/Makefile.in: New file.
13815 * gdb.guile/guile.exp: New file.
13816 * gdb.guile/scm-arch.c: New file.
13817 * gdb.guile/scm-arch.exp: New file.
13818 * gdb.guile/scm-block.c: New file.
13819 * gdb.guile/scm-block.exp: New file.
13820 * gdb.guile/scm-breakpoint.c: New file.
13821 * gdb.guile/scm-breakpoint.exp: New file.
13822 * gdb.guile/scm-disasm.c: New file.
13823 * gdb.guile/scm-disasm.exp: New file.
13824 * gdb.guile/scm-equal.c: New file.
13825 * gdb.guile/scm-equal.exp: New file.
13826 * gdb.guile/scm-error.exp: New file.
13827 * gdb.guile/scm-error.scm: New file.
13828 * gdb.guile/scm-frame-args.c: New file.
13829 * gdb.guile/scm-frame-args.exp: New file.
13830 * gdb.guile/scm-frame-args.scm: New file.
13831 * gdb.guile/scm-frame-inline.c: New file.
13832 * gdb.guile/scm-frame-inline.exp: New file.
13833 * gdb.guile/scm-frame.c: New file.
13834 * gdb.guile/scm-frame.exp: New file.
13835 * gdb.guile/scm-generics.exp: New file.
13836 * gdb.guile/scm-gsmob.exp: New file.
13837 * gdb.guile/scm-iterator.c: New file.
13838 * gdb.guile/scm-iterator.exp: New file.
13839 * gdb.guile/scm-math.c: New file.
13840 * gdb.guile/scm-math.exp: New file.
13841 * gdb.guile/scm-objfile-script-gdb.in: New file.
13842 * gdb.guile/scm-objfile-script.c: New file.
13843 * gdb.guile/scm-objfile-script.exp: New file.
13844 * gdb.guile/scm-objfile.c: New file.
13845 * gdb.guile/scm-objfile.exp: New file.
13846 * gdb.guile/scm-ports.exp: New file.
13847 * gdb.guile/scm-pretty-print.c: New file.
13848 * gdb.guile/scm-pretty-print.exp: New file.
13849 * gdb.guile/scm-pretty-print.scm: New file.
13850 * gdb.guile/scm-section-script.c: New file.
13851 * gdb.guile/scm-section-script.exp: New file.
13852 * gdb.guile/scm-section-script.scm: New file.
13853 * gdb.guile/scm-symbol.c: New file.
13854 * gdb.guile/scm-symbol.exp: New file.
13855 * gdb.guile/scm-symtab-2.c: New file.
13856 * gdb.guile/scm-symtab.c: New file.
13857 * gdb.guile/scm-symtab.exp: New file.
13858 * gdb.guile/scm-type.c: New file.
13859 * gdb.guile/scm-type.exp: New file.
13860 * gdb.guile/scm-value-cc.cc: New file.
13861 * gdb.guile/scm-value-cc.exp: New file.
13862 * gdb.guile/scm-value.c: New file.
13863 * gdb.guile/scm-value.exp: New file.
13864 * gdb.guile/source2.scm: New file.
13865 * gdb.guile/types-module.cc: New file.
13866 * gdb.guile/types-module.exp: New file.
13867
7026a7c1
YQ
138682014-02-10 Yao Qi <yao@codesourcery.com>
13869
13870 PR testsuite/16543
13871 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13872 * configure: Regenerated.
13873 * Makefile.in: New file.
13874
6c466447
AS
138752014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13876
13877 * gdb.python/py-framefilter.exp: Fix typo.
13878
6e854735
YQ
138792014-02-08 Yao Qi <yao@codesourcery.com>
13880
13881 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13882 that no =breakpoint-modified is emitted when breakpoints are
13883 modified through MI commands.
13884
d137e6dc
PA
138852014-02-07 Pedro Alves <pedro@codesourcery.com>
13886 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.threads/step-after-sr-lock.c: New file.
13889 * gdb.threads/step-after-sr-lock.exp: New file.
13890
b5ee5a50
PA
138912014-02-07 Pedro Alves <palves@redhat.com>
13892
13893 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13894
3c77faf3
JK
138952014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13896
13897 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13898 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13899
6dddc817
DE
139002014-02-06 Doug Evans <xdje42@gmail.com>
13901
13902 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13903 output.
13904
13905 * gdb.gdb/python-interrupts.exp: New file.
13906
de7b2893
YQ
139072014-02-05 Yao Qi <yao@codesourcery.com>
13908
13909 * gdb.trace/report.exp (use_collected_data): Test the output
13910 of "info threads" and "info inferiors".
13911
66d032ac
YQ
139122014-02-05 Yao Qi <yao@codesourcery.com>
13913
13914 Revert this patch:
13915
13916 2013-05-24 Yao Qi <yao@codesourcery.com>
13917
13918 * gdb.trace/tfile.exp: Test inferior and thread.
13919
591a12a1
UW
139202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13921
13922 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13923 on a function.
13924 * gdb.base/step-bt.c: Call hello via function pointer to make
13925 sure its first instruction is executed on powerpc64le-linux.
13926
0ff3e01f
UW
139272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13928
13929 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13930
084ee545
UW
139312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13932
13933 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13934 of the test patterns for use on little-endian systems.
13935
6ed14ff3
UW
139362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13937
13938 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13939 (decimal_vector): Fix for little-endian.
13940
401e27fd
JM
139412014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13942
13943 * gdb.arch/sparc-sysstep.exp: New file.
13944 * gdb.arch/sparc-sysstep.c: Likewise.
13945
13946 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13947
8b924729
EBM
139482014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13949
13950 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13951
fb151210
JB
139522014-01-23 Tom Tromey <tromey@redhat.com>
13953
13954 * gdb.ada/array_char_idx: New testcase.
13955
0740f8d8
TT
139562014-01-23 Tom Tromey <tromey@redhat.com>
13957
13958 PR python/16487:
13959 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13960 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13961 classes.
13962
21909fa1
TT
139632014-01-23 Tom Tromey <tromey@redhat.com>
13964
13965 PR python/16491:
13966 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13967 string from an inferior frame.
13968 * gdb.python/py-framefilter-mi.exp: Update.
13969
87ce2a04
DE
139702014-01-22 Doug Evans <dje@google.com>
13971
13972 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13973
237b092b
AA
139742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13975
13976 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13977
d674a709
AA
139782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13979
13980 * gdb.trace/entry-values.exp: Remove excess space character from
13981 regex patterns. Handle s390 call instruction.
13982
20fa3390
AA
139832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13984
13985 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13986 define "*_start" label. Make "name" static.
13987 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13988 ${name} by references to ${name}_start.
13989
78466714
AA
139902014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13991
13992 * gdb.base/info-macros.exp: Remove "debug" from the compile
13993 options.
13994
ec9f644a
IB
139952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13996
13997 * gdb.dlang/demangle.exp: New file.
13998
94b1b47e
IB
139992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14000
14001 * gdb.dlang/primitive-types.exp: New file.
14002
7f420862
IB
140032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14004
14005 * configure.ac: Create gdb.dlang/Makefile.
14006 * configure: Regenerate.
14007 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14008 * gdb.dlang/Makefile.in: New file.
14009 * lib/d-support.exp: New file.
14010 * lib/gdb.exp (skip_d_tests): New proc.
14011
52834460
MM
140122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14013
14014 * gdb.btrace/delta.exp: Check reverse stepi.
14015 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14016 * gdb.btrace/finish.exp: New.
14017 * gdb.btrace/next.exp: New.
14018 * gdb.btrace/nexti.exp: New.
14019 * gdb.btrace/record_goto.c: Add comments.
14020 * gdb.btrace/step.exp: New.
14021 * gdb.btrace/stepi.exp: New.
14022 * gdb.btrace/multi-thread-step.c: New.
14023 * gdb.btrace/multi-thread-step.exp: New.
14024 * gdb.btrace/rn-dl-bind.c: New.
14025 * gdb.btrace/rn-dl-bind.exp: New.
14026 * gdb.btrace/data.c: New.
14027 * gdb.btrace/data.exp: New.
14028 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14029
6e07b1d2
MM
140302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14031
14032 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14033 * gdb.btrace/exception.exp: Update.
14034 * gdb.btrace/instruction_history.exp: Update.
14035 * gdb.btrace/record_goto.exp: Update.
14036 * gdb.btrace/tailcall.exp: Update.
14037 * gdb.btrace/unknown_functions.exp: Update.
14038 * gdb.btrace/delta.exp: New.
14039
0b722aec
MM
140402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14041
14042 * gdb.btrace/record_goto.exp: Add backtrace test.
14043 * gdb.btrace/tailcall.exp: Add backtrace test.
14044
066ce621
MM
140452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14046
14047 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14048 * gdb.btrace/record_goto.c: New.
14049 * gdb.btrace/record_goto.exp: New.
14050 * gdb.btrace/x86-record_goto.S: New.
14051
0688d04e
MM
140522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14053
14054 * gdb.btrace/function_call_history.exp: Update tests.
14055 * gdb.btrace/instruction_history.exp: Update tests.
14056
8710b709
MM
140572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14058
14059 * gdb.btrace/function_call_history.exp: Fix expected field
14060 order for "record function-call-history".
14061 Add new tests for "record function-call-history /c".
14062 * gdb.btrace/exception.cc: New.
14063 * gdb.btrace/exception.exp: New.
14064 * gdb.btrace/tailcall.exp: New.
14065 * gdb.btrace/x86-tailcall.S: New.
14066 * gdb.btrace/x86-tailcall.c: New.
14067 * gdb.btrace/unknown_functions.c: New.
14068 * gdb.btrace/unknown_functions.exp: New.
14069 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14070
5de9129b
MM
140712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14072
14073 * gdb.btrace/instruction_history.exp: Update.
14074 * gdb.btrace/function_call_history.exp: Update.
14075
23a7fe75
MM
140762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14077
14078 * gdb.btrace/function_call_history.exp: Fix expected function
14079 trace.
14080 * gdb.btrace/instruction_history.exp: Initialize traced.
14081 Remove traced_functions.
14082
724c7dd8
MM
140832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14084
14085 * gdb.btrace/function_call_history.exp: Update
14086 * gdb.btrace/instruction_history.exp: Update.
14087
6d78d93b
MM
140882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14089
14090 * gdb.btrace/enable.exp: Update expected text.
14091
93a360cc
OJ
140922014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14093
14094 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14095 bytes.
14096
3772b53f
MR
140972014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14098
14099 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14100
596662fa
OJ
141012014-01-15 Omair Javaid <omair.javaid@linaro.org>
14102
14103 * lib/gdb.exp (supports_process_record): Return true for
14104 arm*-linux*. (supports_reverse): Likewise.
14105
b5b08fb4
SC
141062014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14107
14108 PR python/15464
14109 PR python/16113
14110 * gdb.python/py-type.c: Enhance test case.
14111 * gdb.python/py-value-cc.cc: Likewise
14112 * gdb.python/py-type.exp: Add new tests.
14113 * gdb.python/py-value-cc.exp: Likewise
14114
52d7fb13
AA
141152014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14116 Pedro Alves <palves@redhat.com>
14117
14118 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14119 Make "name" extern.
14120 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14121 references to ${name}_start by references to ${name}.
14122
a2cd8cfe
JB
141232014-01-10 Joel Brobecker <brobecker@adacore.com>
14124
14125 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14126
4e23fced
JB
141272014-01-10 Joel Brobecker <brobecker@adacore.com>
14128
14129 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14130
c6a9e42c
PA
141312014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14132 Pedro Alves <palves@redhat.com>
14133
14134 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14135 mi_gdb_target_load.
c6a9e42c 14136
b7ea362b
PA
141372014-01-08 Pedro Alves <palves@redhat.com>
14138
14139 * gdb.threads/reconnect-signal.c: New file.
14140 * gdb.threads/reconnect-signal.exp: New file.
14141
5e3f4fab
EBM
141422014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14143
14144 * gdb.base/source-dir.exp: New file.
14145
79301218
JB
141462014-01-07 Joel Brobecker <brobecker@adacore.com>
14147
14148 * gdb.ada/mi_interface: New testcase.
14149
8e355c5d
JB
141502014-01-07 Joel Brobecker <brobecker@adacore.com>
14151
14152 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14153 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14154 gdb.ada/pp-rec-component/pck.ads: New files.
14155
c0d48811
JB
141562014-01-07 Joel Brobecker <brobecker@adacore.com>
14157
14158 * gdb.python/py-pp-integral.c: New file.
14159 * gdb.python/py-pp-integral.py: New file.
14160 * gdb.python/py-pp-integral.exp: New file.
14161
17b609c3 14162For older changes see ChangeLog-1993-2013.
c906108c 14163\f
8d8cb839
EZ
14164;; Local Variables:
14165;; mode: change-log
14166;; left-margin: 8
14167;; fill-column: 74
14168;; version-control: never
14169;; End:
902f2ccb 14170
e2882c85 14171 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14172 Copying and distribution of this file, with or without modification,
14173 are permitted provided the copyright notice and this notice are preserved.
This page took 3.414575 seconds and 4 git commands to generate.