]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb/testsuite: Allow for failure to read some memory addresses
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/examine-backward.exp: Still run tests around address
4 0x0, even if address 0x0 is not readable. Update the pattern for
5 matching address 0x0 in expected output.
6
7 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10 malloc/free.
11
12 2018-07-04 Tom de Vries <tdevries@suse.de>
13
14 * gdb.dwarf2/dw2-error.exp: Update expected error message.
15
16 2018-07-02 Maciej W. Rozycki <macro@mips.com>
17
18 PR tdep/8282
19 * gdb.arch/mips-disassembler-options.exp: New test.
20 * gdb.arch/mips-disassembler-options.s: New test source.
21
22 2018-06-29 Pedro Alves <palves@redhat.com>
23
24 * gdb.threads/names.exp: Adjust expected "info threads" output.
25
26 2018-06-29 Pedro Alves <palves@redhat.com>
27
28 * gdb.opt/inline-break.exp (line number, address): Add "info
29 break" tests.
30
31 2018-06-29 Pedro Alves <palves@redhat.com>
32
33 * gdb.opt/inline-break.c (func1): Add "break here" marker.
34 * gdb.opt/inline-break.exp: Test setting breakpoints by line
35 number and address and running to them.
36
37 2018-06-29 Richard Bunt <richard.bunt@arm.com>
38
39 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
40
41 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
42
43 * lib/compiler.c: Remove executable permission flag.
44
45 2018-06-28 Richard Bunt <richard.bunt@arm.com>
46
47 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
48 code.
49 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
50
51 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
52
53 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
54
55 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
56
57 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
58 address argument is omitted.
59
60 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
61
62 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
63
64 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
65
66 PR gdb/21695
67 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
68 * gdb.base/infoline-reloc-main-from-zero.c: New file.
69
70 2018-06-26 Tom Tromey <tom@tromey.com>
71
72 PR rust/22574:
73 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
74 * gdb.rust/simple.rs (struct SimpleLayout): New.
75
76 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
77
78 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
79 "info registers" output.
80
81 2018-06-21 Richard Bunt <richard.bunt@arm.com>
82
83 * gdb.base/watchpoint-hw-attach.c: New test.
84 * gdb.base/watchpoint-hw-attach.exp: New file.
85
86 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
87
88 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
89 through /bin/sh.
90 * boards/dwarf4-gdb-index.exp: Likewise.
91 * boards/fission-dwp.exp: Likewise.
92
93 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
94
95 * gdb.base/float128.exp: Add comment and improved fail message
96 to the failure case of "print large128" test.
97
98 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
99
100 * configure.ac: Remove AC_PREREQ.
101 * configure: Re-generate.
102
103 2018-06-19 Pedro Alves <palves@redhat.com>
104
105 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
106 (func_extern_caller): New.
107 (main): Call func_extern_caller.
108 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
109 logic change.
110
111 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
112
113 PR gdb/16841
114 * gdb.cp/typedef-base.cc: New file.
115 * gdb.cp/typedef-base.exp: New file.
116
117 2018-06-18 Tom de Vries <tdevries@suse.de>
118
119 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
120
121 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
122 Richard Bunt <Richard.Bunt@arm.com>
123
124 * gdb.threads/attach-slow-waitpid.c: New file.
125 * gdb.threads/attach-slow-waitpid.exp: New file.
126 * gdb.threads/slow-waitpid.c: New file.
127
128 2018-06-14 Pedro Alves <palves@redhat.com>
129
130 * gdb.base/fork-running-state.c: Include <errno.h>.
131 (exit_if_relative_exits): New.
132 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
133 exits.
134 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
135 child exits.
136
137 2018-06-14 Tom de Vries <tdevries@suse.de>
138
139 PR cli/22573
140 * gdb.base/finish-pretty.c: New test.
141 * gdb.base/finish-pretty.exp: New file.
142
143 2018-06-14 Pedro Alves <palves@redhat.com>
144
145 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
146 gdb's expected startup output.
147
148 2018-06-14 Pedro Alves <palves@redhat.com>
149
150 * lib/selftest-support.exp (selftest_setup): Remove inlined
151 function handling.
152
153 2018-06-14 Tom de Vries <tdevries@suse.de>
154
155 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
156 matching of breakpoint printing.
157
158 2018-06-13 Tom de Vries <tdevries@suse.de>
159
160 PR testsuite/23269
161 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
162 (fork_child): ... here, and ...
163 (fork_parent): ... here.
164
165 2018-06-12 Tom de Vries <tdevries@suse.de>
166
167 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
168
169 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
170 Stephen Roberts <stephen.roberts@arm.com>
171
172 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
173 rewrite test to describe action performed, rather than possible
174 failure.
175
176 2018-06-08 Gary Benson <gbenson@redhat.com>
177
178 * gdb.threads/check-libthread-db.exp: New file.
179 * gdb.threads/check-libthread-db.c: Likewise.
180
181 2018-06-05 Tom Tromey <tom@tromey.com>
182
183 * gdb.base/default.exp: Update expected "show version" output.
184
185 2018-06-05 Tom Tromey <tom@tromey.com>
186
187 PR cli/12326:
188 * gdb.cp/static-print-quit.exp: Update.
189 * lib/gdb.exp (pagination_prompt): Update.
190 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
191 * gdb.python/python.exp: Update.
192
193 2018-06-04 Joel Brobecker <brobecker@adacore.com>
194
195 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
196
197 2018-06-01 Joel Brobecker <brobecker@adacore.com>
198
199 * gdb.ada/bp_fun_addr: New testcase.
200
201 2018-06-01 Tom Tromey <tom@tromey.com>
202
203 * gdb.xml/tdesc-regs.exp (load_description): Update expected
204 results.
205 * gdb.dwarf2/method-ptr.exp: Set language to C++.
206 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
207 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
208 * gdb.base/maint.exp (maint_pass_if): Update.
209
210 2018-05-31 Maciej W. Rozycki <macro@mips.com>
211
212 * gdb.base/endian.exp: New test.
213 * gdb.base/endian.c: New test source.
214
215 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 PR gdb/23203
218 * gdb.base/bt-selected-frame.c: New file.
219 * gdb.base/bt-selected-frame.exp: New file.
220 * lib/gdb.exp (get_current_frame_number): New function.
221
222 2018-05-24 Maciej W. Rozycki <macro@mips.com>
223 Pedro Alves <palves@redhat.com>
224
225 * gdb.threads/tls-core.c: Include <stdlib.h>
226 (thread_proc): Call `abort'.
227 * gdb.threads/tls-core.exp: Generate a core with core_find too.
228 (tls_core_test): New procedure, bits factored out from ...
229 (top level): ... here. Test both native cores and gcore cores.
230
231 2018-05-23 Tom Tromey <tom@tromey.com>
232
233 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
234
235 2018-05-23 Tom Tromey <tom@tromey.com>
236
237 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
238 symfile_complaints.
239 (test_short_complaints): Likewise.
240 (test_empty_complaints): Likewise.
241 (test_initial_complaints): Update.
242
243 2018-05-23 Tom Tromey <tom@tromey.com>
244
245 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
246
247 2018-05-23 Tom Tromey <tom@tromey.com>
248
249 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
250 (test_short_complaints): Update.
251
252 2018-05-22 Pedro Alves <palves@redhat.com>
253
254 * gdb.base/remote.exp: Only gdb_start after compiling the
255 testcase. Issue "disconnect" before testing "set remote" command
256 defaults. Issue clean_restart before running to main.
257
258 2018-05-22 Pedro Alves <palves@redhat.com>
259
260 * gdb.base/remote.exp: Adjust expected output of "show remote
261 memory-write-packet-size". Add tests for "set remote
262 memory-write-packet-size 0" and "set remote
263 memory-write-packet-size fixed/limit".
264
265 2018-05-22 Pedro Alves <palves@redhat.com>
266
267 PR gdb/22973
268 * gdb.base/utf8-identifiers.c: New file.
269 * gdb.base/utf8-identifiers.exp: New file.
270
271 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
272
273 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
274
275 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
276
277 * gdb.arch/powerpc-vsx-gcore.exp: New file.
278
279 2018-05-18 Tom Tromey <tom@tromey.com>
280
281 * gdb.base/ptype-offsets.exp: Update.
282
283 2018-05-17 Keith Seitz <keiths@redhat.com>
284
285 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
286 in expected breakpoint stop locations.
287 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
288 move to proper scope to test variable values.
289 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
290 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
291 New functions.
292 (main): Call not_inline_func3.
293 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
294 inline_func1, inline_func2, and inline_func3. Test that when each
295 breakpoint is hit, GDB properly reports both the stop location
296 and the backtrace. Repeat tests for temporary breakpoints.
297
298 2018-05-15 Maciej W. Rozycki <macro@mips.com>
299
300 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
301 rather then trying to access it in determining whether the PID
302 of `gdbserver' could have been retrieved.
303
304 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
305
306 * gdb.arch/amd64-init-x87-values.S: New file.
307 * gdb.arch/amd64-init-x87-values.exp: New file.
308
309 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
310
311 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
312
313 2018-05-04 Tom Tromey <tom@tromey.com>
314
315 PR python/22730:
316 * gdb.python/python.exp: Test multi-line execute.
317
318 2018-05-04 Tom Tromey <tom@tromey.com>
319
320 PR python/22731:
321 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
322
323 2018-05-04 Tom Tromey <tom@tromey.com>
324
325 PR gdb/11750:
326 * gdb.base/define.exp: Test defining a user command inside a user
327 command.
328 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
329
330 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
331 Pedro Alves <palves@redhat.com>
332
333 PR breakpoints/19806 and support for PR external/20207.
334 * gdb.base/watchpoint-unaligned.c: New file.
335 * gdb.base/watchpoint-unaligned.exp: New file.
336
337 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.base/maint.exp: Make test names unique, use
340 test_prefix_command_help to test 'help maint info', and remove
341 repeated test of 'help maint'.
342
343 2018-05-04 Tom Tromey <tom@tromey.com>
344
345 PR gdb/22619:
346 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
347 behavior.
348
349 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.base/maint.exp: Process output from 'maint print registers'
352 line at a time.
353
354 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
357 timeout.
358
359 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
360
361 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
362 filter pattern.
363
364 2018-05-02 Pedro Alves <palves@redhat.com>
365
366 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
367 to_log_command renames.
368 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
369
370 2018-05-02 Tom Tromey <tom@tromey.com>
371
372 * gdb.python/py-parameter.exp: Set test message.
373
374 2018-05-02 Tom Tromey <tom@tromey.com>
375
376 PR python/20084:
377 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
378 PARAM_ZUINTEGER_UNLIMITED tests.
379
380 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
381
382 PR rust/23124
383 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
384 when casting.
385
386 2018-04-30 Tom Tromey <tom@tromey.com>
387
388 * gdb.python/py-type.exp: Check align attribute.
389 * gdb.python/py-type.c: New "aligncheck" global.
390
391 2018-04-30 Tom Tromey <tom@tromey.com>
392
393 PR exp/17095:
394 * gdb.dwarf2/dw2-align.exp: New file.
395 * gdb.cp/align.exp: New file.
396 * gdb.base/align.exp: New file.
397 * lib/gdb.exp (gdb_int128_helper): New proc.
398 (has_int128_c, has_int128_cxx): New caching procs.
399
400 2018-04-27 Tom Tromey <tom@tromey.com>
401
402 PR rust/22545:
403 * gdb.rust/simple.exp: Add inclusive range tests.
404
405 2018-04-26 Pedro Alves <palves@redhat.com>
406
407 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
408 ifunc breakpoint locations correctly of ifunc breakpoints set
409 while the program resolves the ifunc.
410
411 2018-04-26 Pedro Alves <palves@redhat.com>
412
413 * gdb.base/gnu-ifunc-final.c: New file.
414 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
415 * gdb.base/gnu-ifunc.exp (executable): Delete.
416 (staticexecutable): Adjust.
417 (lib_opts, exec_opts): Delete.
418 (make_binsuffix, build, set-break): New procedures.
419 (misc_tests): New, with tests factored out from the top level.
420 (top level): Test different combinations of ifunc resolver name,
421 resolver with and with debug info, and ifunc target with and
422 without debug info. Wrap static tests with with_target_prefix.
423
424 2018-04-26 Pedro Alves <palves@redhat.com>
425
426 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
427 return type" warnings.
428
429 2018-04-25 Pedro Alves <palves@redhat.com>
430
431 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
432 killed".
433 * gdb.base/kill-after-signal.exp: Likewise.
434 * gdb.threads/kill.exp: Likewise.
435
436 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
437 Sergio Durigan Junior <sergiodj@redhat.com>
438 Pedro Alves <palves@redhat.com>
439
440 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
441 regexps to expect for '[Inferior ... detached]' as well.
442 * gdb.base/attach.exp: Likewise.
443 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
444 "gdb_continue_to_end".
445 (test_catch_syscall_with_wrong_args): Likewise.
446 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
447 ']'. Don't set 'verbose' on.
448 * gdb.base/foll-vfork.exp: Likewise.
449 * gdb.base/fork-print-inferior-events.c: New file.
450 * gdb.base/fork-print-inferior-events.exp: New file.
451 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
452 '[Inferior ... has been killed]' message.
453 * gdb.base/kill-after-signal.exp: Likewise.
454 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
455 detach message.
456 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
457 message.
458 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
459 regexps to expect for '[Inferior ... detached]' as well.
460 * gdb.threads/process-dies-while-detaching.exp: Likewise.
461
462 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
463
464 PR gdb/23104
465 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
466
467 2018-04-19 Richard Bunt <richard.bunt@arm.com>
468
469 * gdb.threads/multiple-successive-infcall.c: New test.
470 * gdb.threads/multiple-successive-infcall.exp: New file.
471
472 2018-04-17 Tom Tromey <tom@tromey.com>
473
474 * gdb.rust/simple.rs (Union): New type.
475 (main): New local "u".
476 * gdb.rust/simple.exp (test_one_slice): Add new test case.
477
478 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
479
480 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
481 number information in output of "whereis" command.
482 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
483
484 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
485
486 * gdb.ada/info_types.exp: Adjust expected output to the line
487 numbers now printed by "info var/func/type".
488 * gdb.base/completion.exp: Likewise.
489 * gdb.base/included.exp: Likewise.
490 * gdb.cp/cp-relocate.exp: Likewise.
491 * gdb.cp/cplusfuncs.exp: Likewise.
492 * gdb.cp/namespace.exp: Likewise.
493 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
494
495 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
496
497 * gdb.btrace/cpu.exp: New.
498
499 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
500
501 * gdb.base/step-indirect-call-thunk.exp: New.
502 * gdb.base/step-indirect-call-thunk.c: New.
503 * gdb.reverse/step-indirect-call-thunk.exp: New.
504 * gdb.reverse/step-indirect-call-thunk.c: New.
505
506 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
507
508 * gdb.base/pie-fork.c: New file.
509 * gdb.base/pie-fork.exp: New file.
510
511 2018-04-11 Tom Tromey <tom@tromey.com>
512
513 * gdb.rust/simple.exp: Add test for ".." struct initializer.
514
515 2018-04-10 Pedro Alves <palves@redhat.com>
516
517 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
518 exits. Instead loop running forever.
519 (fork_parent): Run forever too.
520
521 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
522
523 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
524 mi_continue_to_line.
525 * gdb.mi/mi-stack.c (callee4): Add comment.
526
527 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
528
529 * gdb.mi/mi-stack.exp: Fix indentation.
530
531 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
532
533 PR gdb/22979
534 * gdb.arch/amd64-osabi.exp: New file.
535
536 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
537
538 PR gdb/22980
539 * gdb.base/osabi.exp: New file.
540
541 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
542
543 * gdb.cp/static-typedef-print.exp: New file.
544 * gdb.cp/static-typedef-print.cc: New file.
545
546 2018-03-27 Joel Brobecker <brobecker@adacore.com>
547
548 * gdb.ada/varsize_limit: New testcase.
549
550 2018-03-27 Joel Brobecker <brobecker@adacore.com>
551
552 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
553
554 * gdb.ada/notcplusplus: New testcase.
555
556 * gdb.base/c-linkage-name.c: New file.
557 * gdb.base/c-linkage-name.exp: New testcase.
558
559 2018-03-26 Tom Tromey <tom@tromey.com>
560
561 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
562 * gdb.python/py-framefilter.py (name_error): New global.
563 (ErrorInName.function): Use name_error.
564
565 2018-03-26 Tom Tromey <tom@tromey.com>
566
567 PR backtrace/15582:
568 * gdb.python/py-framefilter.exp: Add "bt hide" test.
569
570 2018-03-23 Keith Seitz <keiths@redhat.com>
571
572 PR c++/22968
573 * gdb.cp/subtypes.exp: New file.
574 * gdb.cp/subtypes.h: New file.
575 * gdb.cp/subtypes.cc: New file.
576 * gdb.cp/subtypes-2.cc: New file.
577
578 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
581 (done): Call '_exit' not 'exit' to avoid atexit handlers.
582 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
583 -nostartfiles when compiling the test. Confirm that all registers
584 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
585
586 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
589 option, syntax was wrong anyway.
590 * gdb.arch/arm-disp-step.exp: Likewise.
591 * gdb.arch/sparc64-regs.exp: Likewise.
592 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
593 option, syntax was wrong anyway, switch to use
594 prepare_for_testing.
595 * gdb.arch/i386-disp-step.exp: Likewise.
596
597 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
598
599 * gdb.ada/exec_changed.exp: Replace "target_info exists
600 use_gdb_stub" by "use_gdb_stub".
601 * gdb.ada/start.exp: Likewise.
602 * gdb.base/async-shell.exp: Likewise.
603 * gdb.base/attach-pie-misread.exp: Likewise.
604 * gdb.base/attach-wait-input.exp: Likewise.
605 * gdb.base/break-entry.exp: Likewise.
606 * gdb.base/break-interp.exp: Likewise.
607 * gdb.base/dprintf-detach.exp: Likewise.
608 * gdb.base/nostdlib.exp: Likewise.
609 * gdb.base/solib-nodir.exp: Likewise.
610 * gdb.base/statistics.exp: Likewise.
611 * gdb.base/testenv.exp: Likewise.
612 * gdb.mi/mi-exec-run.exp: Likewise.
613 * gdb.mi/mi-start.exp: Likewise.
614 * gdb.multi/dummy-frame-restore.exp: Likewise.
615 * gdb.multi/multi-arch-exec.exp: Likewise.
616 * gdb.multi/multi-arch.exp: Likewise.
617 * gdb.multi/tids.exp: Likewise.
618 * gdb.multi/watchpoint-multi.exp: Likewise.
619 * gdb.python/py-events.exp: Likewise.
620 * gdb.threads/attach-into-signal.exp: Likewise.
621 * gdb.threads/attach-stopped.exp: Likewise.
622 * gdb.threads/threadapply.exp: Likewise.
623 * lib/selftest-support.exp: Likewise.
624
625 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
626
627 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
628
629 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
630
631 * gdb.perf/template-breakpoints.cc: New file.
632 * gdb.perf/template-breakpoints.exp: New file.
633 * gdb.perf/template-breakpoints.py: New file.
634
635 2018-03-19 Tom Tromey <tom@tromey.com>
636
637 * gdb.rust/simple.rs (main): Add local variables field1, field2,
638 y0.
639 * gdb.rust/simple.exp: Test bare identifier form of struct
640 initializer.
641
642 2018-03-19 Tom Tromey <tom@tromey.com>
643
644 * gdb.gdb/observer.exp: Remove.
645
646 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
647
648 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
649 "qualified" option when setting breakpoints.
650 * gdb.trace/backtrace.exp: Likewise.
651 * gdb.trace/circ.exp: Likewise.
652 * gdb.trace/collection.exp: Likewise.
653 * gdb.trace/disconnected-tracing.exp: Likewise.
654 * gdb.trace/ftrace-lock.exp: Likewise.
655 * gdb.trace/ftrace.exp: Likewise.
656 * gdb.trace/infotrace.exp: Likewise.
657 * gdb.trace/packetlen.exp: Likewise.
658 * gdb.trace/passc-dyn.exp: Likewise.
659 * gdb.trace/qtro.exp: Likewise.
660 * gdb.trace/read-memory.exp: Likewise.
661 * gdb.trace/report.exp: Likewise.
662 * gdb.trace/signal.exp: Likewise.
663 * gdb.trace/status-stop.exp: Likewise.
664 * gdb.trace/strace.exp: Likewise.
665 * gdb.trace/tfind.exp: Likewise.
666 * gdb.trace/trace-break.exp: Likewise.
667 * gdb.trace/trace-condition.exp: Likewise.
668 * gdb.trace/trace-mt.exp: Likewise.
669 * gdb.trace/tstatus.exp: Likewise.
670 * gdb.trace/tsv.exp: Likewise.
671 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
672 * gdb.trace/unavailable.exp: Likewise.
673 * gdb.trace/while-dyn.exp: Likewise.
674
675 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
676
677 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
678 that libinproctrace is copied to the target.
679
680 2018-03-14 Tom Tromey <tom@tromey.com>
681
682 PR cli/14977:
683 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
684 a null pointer.
685 * gdb.base/wchar.exp: Likewise.
686
687 2018-03-14 Tom Tromey <tom@tromey.com>
688
689 PR cli/19918:
690 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
691 flag.
692
693 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
694
695 PR gdb/22841
696 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
697 "target" to remote_exec.
698
699 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
700
701 PR gdb/22841
702 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
703 ${board}_upload): Remove.
704
705 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
706
707 * gdb.cp/watch-cp.cc: New test.
708 * gdb.cp/watch-cp.exp: New file.
709
710 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
711
712 * gdb.base/infcall-nested-structs.exp: New file.
713 * gdb.base/infcall-nested-structs.c: New file.
714 * gdb.base/float.exp: Add riscv support.
715
716 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
717
718 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
719 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
720
721 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
722
723 * gdb.server/abspath.exp: New file.
724 * lib/gdb.exp (with_cwd): New procedure.
725
726 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
727
728 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
729 use it.
730 (gdb_is_target_remote_prompt): New proc.
731 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
732 (gdb_is_target_native): Pass prompt parameter to
733 gdb_is_target_1.
734
735 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
736
737 * gdb.base/load-command.c: New file.
738 * gdb.base/load-command.exp: New file.
739 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
740 (gdb_is_target_1): ...this, and generalize for other targets
741 than just remote.
742 (gdb_is_target_remote): Use gdb_is_target_1.
743 (gdb_is_target_native): use gdb_is_target_1.
744
745 2018-02-26 Tom Tromey <tom@tromey.com>
746
747 PR python/16497:
748 * gdb.python/py-framefilter.exp: Update test.
749
750 2018-02-26 Tom Tromey <tom@tromey.com>
751
752 * gdb.dwarf2/variant.c: New file.
753 * gdb.dwarf2/variant.exp: New file.
754
755 2018-02-26 Tom Tromey <tom@tromey.com>
756
757 * gdb.rust/simple.exp: Accept more possible results in enum test.
758
759 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
760
761 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
762 parentheses.
763
764 2018-02-23 Maciej W. Rozycki <macro@mips.com>
765
766 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
767 name of a variable: $actual_linejj -> $actual_line.
768
769 2018-02-21 John Baldwin <jhb@FreeBSD.org>
770
771 * gdb.arch/amd64-i386-address.exp: Fix a typo.
772
773 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
774
775 * gdb.btrace/buffer-size.exp: Do not force BTS.
776
777 2018-02-14 Pedro Alves <palves@redhat.com>
778
779 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
780 getting a "Quit".
781
782 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
783
784 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
785 Fix test name.
786
787 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
788
789 * gdb.cp/m-static.exp: Check type of optimized out static
790 member.
791
792 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
793
794 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
795 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
796
797 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
798 Leszek Swirski <leszeks@google.com>
799
800 * gdb.python/py-prettyprint.c
801 (struct to_string_returns_value_inner,
802 struct to_string_returns_value_wrapper): New.
803 (main): Add tsrvw variable.
804 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
805 ToStringReturnsValueWrapper): New classes.
806 (register_pretty_printers): Register new pretty-printers.
807 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
808 recursive pretty printer.
809 * gdb.python/py-mi.exp: Likewise.
810
811 2018-02-01 Leszek Swirski <leszeks@google.com>
812
813 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
814 functions with the same name as an include file are parsed
815 correctly.
816
817 2018-02-01 Yao Qi <yao.qi@linaro.org>
818
819 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
820 "\[^\r\n\]*".
821
822 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
823
824 * gdb.arch/powerpc-prologue-frame.s: New file.
825 * gdb.arch/powerpc-prologue-frame.c: Likewise.
826 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
827
828 2018-01-31 Joel Brobecker <brobecker@adacore.com>
829
830 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
831
832 2018-01-30 Pedro Alves <palves@redhat.com>
833
834 PR gdb/13211
835 * gdb.base/interrupt-daemon.c: New.
836 * gdb.base/interrupt-daemon.exp: New.
837 * gdb.multi/multi-term-settings.c: New.
838 * gdb.multi/multi-term-settings.exp: New.
839
840 2018-01-30 Joel Brobecker <brobecker@adacore.com>
841
842 * gdb.base/break.exp: Save the location where the breakpoint
843 on break.c:47 was actually inserted when debugging the version
844 compiled at -O2 and use it in the expected output of the "info
845 break" test performed soon after.
846
847 2018-01-22 Pedro Alves <palves@redhat.com>
848 Sergio Durigan Junior <sergiodj@redhat.com>
849
850 * gdb.base/whatis.exp: Add tests for 'set print object on' +
851 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
852
853 2018-01-22 Joel Brobecker <brobecker@adacore.com>
854
855 * gdb.base/break-include.c, gdb.base/break-include.inc,
856 gdb.base/break-include.exp: New files.
857 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
858 line number now being the actual line number where the breakpoint
859 was inserted.
860 * gdb.mi/mi-break.exp: Likewise.
861 * gdb.mi/mi-reverse.exp: Likewise.
862 * gdb.mi/mi-simplerun.exp: Ditto.
863
864 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
865
866 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
867 varobj.
868 * gdb.mi/mi-var-create-rtti.exp: Likewise.
869
870 2018-01-21 Don Breazeal <donb@codesourcery.com>
871 Andrew Burgess <andrew.burgess@embecosm.com>
872
873 * gdb.mi/basics.c: Add new global.
874 * gdb.mi/mi-frame-regs.exp: New file.
875 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
876 case.
877
878 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
881 non-parameter, and on an unknown symbol.
882
883 2018-01-19 Tom Tromey <tom@tromey.com>
884
885 * gdb.rust/modules.rs (TWENTY_THREE): New global.
886 * gdb.rust/modules.exp: Add ::-qualified lookup test.
887
888 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
889
890 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
891 setrlimit and chdir to int.
892
893 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
894
895 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
896 function.
897 (my_tend): Likewise.
898 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
899 rationale of avoiding FP- and vector instructions.
900
901 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
902
903 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
904 "info reg" with "\[ \t\]*".
905 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
906 "\[ \t\]+".
907 * gdb.arch/s390-multiarch.exp: Ditto.
908 * gdb.base/pc-fp.exp: Ditto.
909 * gdb.reverse/i386-precsave.exp: Ditto.
910 * gdb.reverse/i386-reverse.exp: Ditto.
911 * gdb.reverse/i387-env-reverse.exp: Ditto.
912 * gdb.reverse/i387-stack-reverse.exp: Ditto.
913
914 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
915
916 * lib/gdb.exp (gdb_compile): Re-enable use of
917 universal_compile_options for languages other than Rust.
918
919 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
920
921 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
922
923 2018-01-17 Mike Gulick <mgulick@mathworks.com>
924
925 PR gdb/16577
926 * gdb.base/solib-vanish.exp: New.
927 * gdb.base/solib-vanish-main.c: New.
928 * gdb.base/solib-vanish-lib1.c: New.
929 * gdb.base/solib-vanish-lib2.c: New.
930
931 2018-01-17 Yao Qi <yao.qi@linaro.org>
932
933 * gdb.compile/compile.exp: Match the address printed for
934 frame in the output of command "bt".
935
936 2018-01-15 Tom Tromey <tom@tromey.com>
937
938 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
939 compute sp_reg.
940
941 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
942
943 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
944 to prepare.
945 (prepare): Return 0 on error, 1 on success.
946
947 2018-01-12 Pedro Alves <palves@redhat.com>
948
949 * gdb.base/continue-after-aborted-step-over.c: New.
950 * gdb.base/continue-after-aborted-step-over.exp: New.
951
952 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
953
954 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
955 options when not creating an executable.
956
957 2018-01-11 Pedro Alves <palves@redhat.com>
958
959 PR remote/22597
960 * gdb.server/stop-reply-no-thread.c: New file.
961 * gdb.server/stop-reply-no-thread.exp: New file.
962
963 2018-01-10 Pedro Alves <palves@redhat.com>
964
965 PR gdb/22670
966 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
967 functions too. Test setting breakpoints and printing C functions
968 with no debug info too.
969 * gdb.ada/bp_c_mixed_case/qux.c: New file.
970
971 2018-01-10 Pedro Alves <palves@redhat.com>
972
973 PR gdb/22670
974 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
975 a fail.
976
977 2018-01-10 Pedro Alves <palves@redhat.com>
978
979 PR gdb/22670
980 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
981
982 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
983
984 * gdb.server/unittest.exp: Match the output in non-development
985 mode.
986
987 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
988
989 * gdb.gdb/unittest.exp: Match output in non-development mode.
990
991 2018-01-08 Joel Brobecker <brobecker@adacore.com>
992
993 * gdb.ada/access_tagged_param.exp: Relax expected output
994 for value of "ObjL" in "continue" to pck.inspect breakpoint
995 test.
996
997 2018-01-08 Joel Brobecker <brobecker@adacore.com>
998
999 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1000 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1001
1002 2018-01-05 Pedro Alves <palves@redhat.com>
1003
1004 PR gdb/18653
1005 * gdb.base/libsegfault.exp: New.
1006
1007 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1008
1009 PR gdb/22670
1010 * gdb.ada/access_tagged_param.exp: New file.
1011 * gdb.ada/access_tagged_param/foo.adb: New file.
1012
1013 2018-01-05 Pedro Alves <palves@redhat.com>
1014
1015 PR gdb/22670
1016 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1017 exercise lower case too, and to exercise both full matching and
1018 wild matching.
1019
1020 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1021
1022 * gdb.ada/rename_subscript_param: New testcase.
1023
1024 2018-01-05 Jerome Guitton <guitton@adacore.com>
1025
1026 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1027
1028 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1029
1030 * gdb.ada/convvar_comp: New testcase.
1031
1032 2018-01-05 Xavier Roirand <roirand@adacore.com>
1033
1034 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1035 (My_Table): New global variable.
1036 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1037
1038 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1039
1040 PR gdb/22670
1041 * gdb.ada/maint_with_ada: New testcase.
1042
1043 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1044
1045 PR gdb/22670
1046 * gdb.ada/bp_c_mixed_case: New testcase.
1047
1048 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1049
1050 PR gdb/22670
1051 * gdb.ada/complete.exp: Add "complete break ada" test.
1052
1053 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1054
1055 PR gdb/22670
1056 * gdb.ada/info_addr_mixed_case: New testcase.
1057
1058 2018-01-03 Xavier Roirand <roirand@adacore.com>
1059
1060 * gdb.ada/excep_handle.exp: New testcase.
1061 * gdb.ada/excep_handle/foo.adb: New file.
1062 * gdb.ada/excep_handle/pck.ads: New file.
1063
1064 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1065
1066 * gdb.base/step-line.c: Add extra empty line in copyright header.
1067 * gdb.base/step-line.inp: Likewise.
1068
1069 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1070
1071 * gdb.ada/dyn_stride.exp: Add slice test.
1072
1073 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1074
1075 * gdb.ada/dyn_stride: New testcase.
1076
1077 2017-12-27 Stafford Horne <shorne@gmail.com>
1078
1079 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1080 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1081
1082 2017-12-27 Stafford Horne <shorne@gmail.com>
1083
1084 * gdb.base/reggroups.c: New file.
1085 * gdb.base/reggroups.exp: New file.
1086
1087 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1088
1089 * gdb.dwarf2/ada-valprint-error.c: New file.
1090 * gdb.dwarf2/ada-valprint-error.exp: New file.
1091
1092 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1093
1094 * gdb.ada/assign_arr: New testcase.
1095
1096 2017-12-18 Xavier Roirand <roirand@adacore.com>
1097
1098 * gdb.ada/funcall_ptr: New testcase.
1099
1100 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1101
1102 PR cli/16224
1103 * gdb.base/ptype-offsets.cc: New file.
1104 * gdb.base/ptype-offsets.exp: New file.
1105
1106 2017-12-15 Yao Qi <yao.qi@linaro.org>
1107
1108 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1109 if XML is disabled.
1110
1111 2017-12-15 Xavier Roirand <roirand@adacore.com>
1112
1113 * gdb.ada/same_component_name: New testcase.
1114
1115 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1116
1117 * gdb.ada/str_binop_equal: New testcase.
1118
1119 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1120
1121 * gdb.ada/task_switch_in_core: New testcase.
1122
1123 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1124
1125 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1126 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1127 call test_bkpt_qualified.
1128 (test_bkpt_qualified): New proc.
1129
1130 2017-12-13 Pedro Alves <palves@redhat.com>
1131
1132 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1133 Tighten regexp by matching with an anchor.
1134
1135 2017-12-13 Pedro Alves <palves@redhat.com>
1136
1137 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1138 ("expression with namespace"): New set of tests.
1139 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1140 (Nested::Test_NS::qux): New.
1141 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1142 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1143
1144 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1145
1146 * gdb.base/server-del-break.c: New file.
1147 * gdb.base/server-del-break.exp: New file.
1148
1149 2017-12-12 Stafford Horne <shorne@gmail.com>
1150
1151 * gdb.xml/tdesc-regs.exp: Add or1k support.
1152
1153 2017-12-12 Stafford Horne <shorne@gmail.com>
1154
1155 * gdb.base/bp-permanent.c: Define nop of or1k.
1156
1157 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1158
1159 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1160 output with components being reordered.
1161
1162 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1165 output with components being reordered.
1166
1167 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1168 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.base/maint.exp (check for .gdb_index): Check also for
1171 .debug_names.
1172 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1173 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1174 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1175 (.gdb_index used after symbol reloading): Support also .debug_names.
1176 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1177
1178 2017-12-08 Yao Qi <yao.qi@linaro.org>
1179
1180 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1181 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1182
1183 2017-12-08 Yao Qi <yao.qi@linaro.org>
1184
1185 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1186 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1187
1188 2017-12-08 Yao Qi <yao.qi@linaro.org>
1189
1190 * gdb.arch/aarch64-tagged-pointer.c: New file.
1191 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1192
1193 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1194
1195 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1196 "int".
1197
1198 2017-12-07 Keith Seitz <keiths@redhat.com>
1199
1200 PR breakpoints/22569
1201 * gdb.linespec/ls-errs.exp: Change expected result of "break
1202 -source this file has spaces.c -line 3".
1203 Check that an explicit source file followed by whitespace is
1204 identified as an invalid explicit location.
1205
1206 2017-12-07 Keith Seitz <keiths@redhat.com>
1207
1208 * gdb.cp/nested-types.cc: New file.
1209 * gdb.cp/nested-types.exp: New file.
1210 * lib/cp-support.exp: Load data-structures.exp library.
1211 (debug_cp_test_ptype_class): New global.
1212 (cp_ptype_class_verbose, next_line): New procedures.
1213 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1214 Add and document new return value.
1215 Switch the list of lines to a queue.
1216 Add support for new `type' key for nested type definitions.
1217 Add debugging/troubleshooting messages.
1218 * lib/data-structures.exp: New file.
1219
1220 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1221
1222 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1223 with proc_with_prefix, don't use with_test_prefix.
1224
1225 2017-12-07 Tom Tromey <tom@tromey.com>
1226
1227 * gdb.base/break.exp: Add test for empty "commands".
1228
1229 2017-12-07 Yao Qi <yao.qi@linaro.org>
1230
1231 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1232 malloc and catch syscall.
1233
1234 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1235
1236 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1237 tests for explicit locations.
1238
1239 2017-12-06 Pedro Alves <palves@redhat.com>
1240
1241 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1242 force-disabling XML descriptions.
1243
1244 2017-12-04 Pedro Alves <palves@redhat.com>
1245
1246 PR gdb/22499
1247 * gdb.arch/amd64-disp-step-avx.S: New file.
1248 * gdb.arch/amd64-disp-step-avx.exp: New file.
1249
1250 2017-12-03 Pedro Alves <palves@redhat.com>
1251
1252 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1253 and <string.h>.
1254 (parent_function): Print distinct messages when waitpid fails, or
1255 the child exits with a signal, or the child exits for an unhandled
1256 reason.
1257 * gdb.threads/process-dies-while-detaching.exp
1258 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1259 it. Wait for both inferior output and GDB's prompt. Use an
1260 indirect spawn id list.
1261 (do_detach): New parameter 'child_exit'. Use it to compute
1262 expected inferior output.
1263 (test_detach, test_detach_watch, test_detach_killed_outside):
1264 Adjust to pass down the expected child exit kind.
1265
1266 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1267 Sergio Durigan Junior <sergiodj@redhat.com>
1268 Pedro Alves <palves@redhat.com>
1269
1270 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1271
1272 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1273
1274 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1275 to 'symbol-file' and 'add-symbol-file' can be
1276 position-independent.
1277
1278 2017-12-01 Yao Qi <yao.qi@linaro.org>
1279
1280 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1281 the URL in copyright header.
1282 * gdb.arch/aarch64-fp.exp: Likewise.
1283 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1284 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1285 * gdb.base/expand-psymtabs.exp: Likewise.
1286 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1287 * gdb.fortran/common-block.exp: Likewise.
1288 * gdb.fortran/common-block.f90: Likewise.
1289 * gdb.fortran/logical.exp: Likewise.
1290 * gdb.fortran/vla-datatypes.f90: Likewise.
1291 * gdb.fortran/vla-sub.f90: Likewise.
1292
1293 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1294
1295 * gdb.ada/repeat_dyn: New testcase.
1296
1297 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1298
1299 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1300 Update for changed thread numbering.
1301 * gdb.cell/bt.exp: Update for changed GDB output.
1302
1303 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1306 setting isremote by hand.
1307 * boards/dwarf4-gdb-index.exp: Likewise.
1308 * boards/fission.exp: Likewise.
1309 * boards/stabs.exp: Likewise.
1310
1311 2017-11-30 Pedro Alves <palves@redhat.com>
1312
1313 * gdb.linespec/cpls-ops.exp
1314 (check_explicit_skips_function_argument): Extract the underlying
1315 type of size_t instead of hardcoding it.
1316
1317 2017-11-29 Pedro Alves <palves@redhat.com>
1318
1319 PR c++/19436
1320 * gdb.linespec/cpls-abi-tag.cc: New file.
1321 * gdb.linespec/cpls-abi-tag.exp: New file.
1322
1323 2017-11-29 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.base/langs.exp: Use -qualified.
1326 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1327 it.
1328 * gdb.cp/namespace.exp: Use -qualified.
1329 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1330 (overload-3, template-overload, template-ret-type, const-overload)
1331 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1332 procedures.
1333 (test_driver): Call them.
1334 * gdb.cp/save-bp-qualified.cc: New.
1335 * gdb.cp/save-bp-qualified.exp: New.
1336 * gdb.linespec/explicit.exp: Test -qualified.
1337 * lib/completion-support.exp (completion::explicit_opts_list): Add
1338 "-qualified".
1339 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1340
1341 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1342
1343 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1344
1345 2017-11-29 Tom Tromey <tom@tromey.com>
1346
1347 * gdb.base/relocate.exp: Update invalid argument test.
1348 Add new tests for invalid arguments.
1349
1350 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1351
1352 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1353 Return 0 as a long.
1354 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1355
1356 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1357
1358 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1359 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1360 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1361 func ().
1362 * gdb.cp/shadow.cc (B.func): Return 0.
1363
1364 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1365
1366 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1367 expected output in gdb_expect call to allow the exception
1368 message to be present as well. Fix syntax confusion to avoid
1369 TCL thinking that exception_name is an array.
1370
1371 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1372
1373 * gdb.arch/spu-info.c: Include <unistd.h>.
1374 (do_signal_test): Fix broken calls to write.
1375 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1376 Fix checks for empty mailboxes. Update signal tests for corrected
1377 do_signal_test routine. Allow nonzero event status.
1378 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1379 * gdb.cell/arch.exp: Use standard_output_file.
1380 * gdb.cell/break.exp: Likewise.
1381 * gdb.cell/bt.exp: Likewise.
1382 * gdb.cell/core.exp: Likewise.
1383 * gdb.cell/dwarfaddr.exp: Likewise.
1384 * gdb.cell/ea-cache.exp: Likewise.
1385 * gdb.cell/ea-standalone.exp: Likewise.
1386 * gdb.cell/f-regs.exp: Likewise.
1387 * gdb.cell/fork.exp: Likewise.
1388 * gdb.cell/gcore.exp: Likewise.
1389 * gdb.cell/mem-access.exp: Likewise.
1390 * gdb.cell/ptype.exp: Likewise.
1391 * gdb.cell/registers.exp: Likewise.
1392 * gdb.cell/sizeof.exp: Likewise.
1393 * gdb.cell/solib-symbol.exp: Likewise.
1394 * gdb.cell/solib.exp: Likewise.
1395
1396 2017-11-25 Pedro Alves <palves@redhat.com>
1397
1398 * gdb.base/complete-empty.exp: New file.
1399 * gdb.base/completion.exp: Adjust.
1400
1401 2017-11-25 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.linespec/cpls-ops.cc: New file.
1404 * gdb.linespec/cpls-ops.exp: New file.
1405 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1406 factored out from ...
1407 (test_complete_prefix_range): ... this.
1408
1409 2017-11-24 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.linespec/cpcompletion.exp: New file.
1412 * gdb.linespec/cpls-hyphen.cc: New file.
1413 * gdb.linespec/cpls.cc: New file.
1414 * gdb.linespec/cpls2.cc: New file.
1415 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1416 test to use test_gdb_complete_unique. Add label completion,
1417 keyword completion and explicit location completion tests.
1418 * lib/completion-support.exp: New file.
1419
1420 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1423 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1424 when hitting an exception catchpoint.
1425
1426 2017-11-22 Yao Qi <yao.qi@linaro.org>
1427
1428 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1429
1430 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1431
1432 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1433 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1434 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1435
1436 2017-11-22 Yao Qi <yao.qi@linaro.org>
1437
1438 * gdb.base/info-os.exp: Pass pthreads.
1439 * gdb.multi/multi-attach.exp: Likewise.
1440
1441 2017-11-22 Yao Qi <yao.qi@linaro.org>
1442
1443 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1444 compiler.
1445
1446 2017-11-22 Yao Qi <yao.qi@linaro.org>
1447
1448 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1449 * gdb.base/break-interp.exp: Likewise.
1450 * gdb.base/jit-attach-pie.exp: Likewise.
1451
1452 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1453
1454 * gdb.base/float128.c (large128): New variable.
1455 * gdb.base/float128.exp: Add test to print largest __float128 value.
1456
1457 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1458
1459 * gdb.arch/vsx-regs.exp: Update register content checks.
1460
1461 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1462
1463 * gdb.arch/ppc-longdouble.exp: New file.
1464 * gdb.arch/ppc-longdouble.c: Likewise.
1465
1466 2017-11-21 Pedro Alves <palves@redhat.com>
1467
1468 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1469
1470 2017-11-20 Pedro Alves <palves@redhat.com>
1471
1472 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1473 (long_double_typedef): New typedefs.
1474 Use DEF on double and long double.
1475 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1476 cases.
1477 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1478 and 'long_double_ptr_same_size' locals. Use them to decide
1479 whether cast from array/function to float is valid/invalid.
1480
1481 2017-11-17 Tom Tromey <tom@tromey.com>
1482
1483 * gdb.rust/traits.rs: New file.
1484 * gdb.rust/traits.exp: New file.
1485
1486 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.ada/minsyms: New testcase.
1489
1490 2017-11-16 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1493 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1494
1495 2017-11-16 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1498 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1499
1500 2017-11-16 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.server/reconnect-ctrl-c.c: New file.
1503 * gdb.server/reconnect-ctrl-c.exp: New file.
1504
1505 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1506
1507 * gdb.python/py-rbreak.exp: New file.
1508 * gdb.python/py-rbreak.c: New file.
1509 * gdb.python/py-rbreak-func2.c: New file.
1510
1511 2017-11-16 Pedro Alves <palves@redhat.com>
1512
1513 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1514 pattern.
1515 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1516 GDB.
1517
1518 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1519
1520 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1521 regex.
1522
1523 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1524
1525 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1526 test names.
1527
1528 2017-11-09 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1531 factored out from ...
1532 (top level): ... here, and adjusted to avoid expecting beyond the
1533 prompt in a single gdb_test_multiple.
1534
1535 2017-11-09 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1538 output.
1539 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1540 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1541 * gdb.server/ext-run.exp ("kill" test): Likewise.
1542 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1543
1544 2017-11-09 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1547 match till end of line.
1548
1549 2017-11-09 Pedro Alves <palves@redhat.com>
1550
1551 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1552
1553 2017-11-09 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1556 New procedures, factored out from ...
1557 (top level): ... here, and adjusted to avoid expecting beyond the
1558 prompt in one go.
1559
1560 2017-11-09 Pedro Alves <palves@redhat.com>
1561
1562 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1563 output. Fix '?' match.
1564
1565 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1566
1567 * gdb.ada/scoped_watch: New testcase.
1568 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1569 which is actually correct.
1570 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1571 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1572
1573 2017-11-08 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.gdb/complaints.exp (test_initial_complaints)
1576 (test_serial_complaints, test_short_complaints): Call
1577 complaint_internal instead of complaint.
1578
1579 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1580
1581 * gdb.threads/tls-core.c: New file.
1582 * gdb.threads/tls-core.exp: Likewise.
1583
1584 2017-11-08 Pedro Alves <palves@redhat.com>
1585
1586 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1587 (p Exported_Capitalized): New test.
1588 (p exported_capitalized): New test.
1589
1590 2017-11-07 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1593
1594 2017-11-07 Pedro Alves <palves@redhat.com>
1595
1596 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1597 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1598 (disable_invalid, disable_inverted, disable_negative): New
1599 procedures.
1600 ("bad numbers"): New set of tests.
1601
1602 2017-11-07 Pedro Alves <palves@redhat.com>
1603
1604 * gdb.cp/ena-dis-br-range.exp: Add tests.
1605
1606 2017-11-07 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1609
1610 2017-11-07 Xavier Roirand <roirand@adacore.com>
1611 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.base/ena-dis-br.exp: Add reference to
1614 gdb.cp/ena-dis-br-range.exp.
1615 * gdb.cp/ena-dis-br-range.exp: New file.
1616 * gdb.cp/ena-dis-br-range.cc: New file.
1617
1618 2017-11-06 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.base/attach-non-pgrp-leader.c: New.
1621 * gdb.base/attach-non-pgrp-leader.exp: New.
1622
1623 2017-11-06 Pedro Alves <palves@redhat.com>
1624
1625 * configure.ac: No longer check for termio.h and sgtty.h.
1626 * configure: Regenerate.
1627 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1628 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1629 Remove termio and sgtty code.
1630
1631 2017-11-03 Yao Qi <yao.qi@linaro.org>
1632
1633 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1634 in GDB is disabled.
1635
1636 2017-11-03 Yao Qi <yao.qi@linaro.org>
1637
1638 * gdb.python/py-thrhandle.exp: Skip it if python is not
1639 enabled.
1640
1641 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1642
1643 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1644 as a breakpoint command.
1645
1646 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1647
1648 PR python/21213
1649 * gdb.python/py-infthread.exp: Test calling
1650 InferiorThread.inferior () multiple times in a row.
1651
1652 2017-10-27 Keith Seitz <keiths@redhat.com>
1653
1654 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1655 Test "info break" for every inlined function breakpoint.
1656
1657 2017-10-27 Yao Qi <yao.qi@linaro.org>
1658
1659 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1660
1661 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1662
1663 * gdb.cp/classes.exp (test_static_members): Test printing
1664 Outer::instance.
1665 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1666 (Inner::instance, Outer::instance): New.
1667
1668 2017-10-24 Pedro Alves <palves@redhat.com>
1669
1670 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1671 extra console" test in two stages.
1672
1673 2017-10-24 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1676
1677 2017-10-24 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1680 loop.
1681
1682 2017-10-24 Pedro Alves <palves@redhat.com>
1683
1684 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1685 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1686
1687 2017-10-24 Pedro Alves <palves@redhat.com>
1688
1689 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1690 parameter and handle it. Don't output read value in test name.
1691
1692 2017-10-24 Pedro Alves <palves@redhat.com>
1693
1694 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1695 custom test name.
1696
1697 2017-10-24 Pedro Alves <palves@redhat.com>
1698
1699 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1700 include the unstable output directory name in the test's name.
1701 (initial_setup_simple) <'set args'>: Use custom test name.
1702
1703 2017-10-24 Pedro Alves <palves@redhat.com>
1704
1705 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1706 with explicit test name.
1707
1708 2017-10-20 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1711 'wait -i'. Use gdb_assert and remote_close.
1712
1713 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1714
1715 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1716 number from variable rather than hard-coded.
1717
1718 2017-10-19 Pedro Alves <palves@redhat.com>
1719
1720 * gdb.base/long-inferior-output.c: New file.
1721 * gdb.base/long-inferior-output.exp: New file.
1722
1723 2017-11-18 Keith Seitz <keiths@redhat.com>
1724
1725 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1726 method.
1727 (main): Call it.
1728 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1729 Add additional user-defined conversion operator tests.
1730
1731 2017-10-17 Pedro Alves <palves@redhat.com>
1732
1733 * boards/native-stdio-gdbserver.exp: Load "local-board".
1734
1735 2017-10-17 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.base/quit-live.c: New file.
1738 * gdb.base/quit-live.exp: New file.
1739
1740 2017-10-16 Keith Seitz <keiths@redhat.com>
1741
1742 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1743 (class_with_protected_typedef, class_with_private_typedef)
1744 (struct_with_public_typedef, struct_with_protected_typedef)
1745 (struct_with_private_typedef): New classes/structs.
1746 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1747 typedefs and access specifiers.
1748
1749 2017-10-16 Pedro Alves <palves@redhat.com>
1750 Simon Marchi <simon.marchi@polymtl.ca>
1751
1752 * README (Local vs Remote vs Native): New section.
1753 * boards/local-board.exp: New file, with bits factored out from
1754 ...
1755 * boards/native-extended-gdbserver.exp: ... here. Load
1756 "local-board".
1757 * boards/native-gdbserver.exp: Load "local-board".
1758 (${board}_spawn, ${board}_exec): Delete.
1759 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1760 ...
1761 * boards/stdio-gdbserver-base.exp: ... this new file.
1762 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1763 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1764 procedure.
1765 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1766 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1767 stdio_gdbserver_command.
1768 (${board}_get_remote_address, ${board}_get_comm_port)
1769 (${board}_download, ${board}_upload): Delete.
1770 (get_target_remote_pipe_cmd): New.
1771
1772 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1773
1774 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1775 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1776 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1777 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1778 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1779 remove with_test_prefix.
1780
1781 2017-10-13 Pedro Alves <palves@redhat.com>
1782
1783 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1784 * gdb.base/annota1.exp: Use it instead of is_remote.
1785 * gdb.base/annota3.exp: Use it instead of is_remote.
1786 * gdb.cp/annota2.exp: Use it instead of is_remote.
1787 * gdb.cp/annota3.exp: Use it instead of is_remote.
1788 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1789
1790 2017-10-13 Pedro Alves <palves@redhat.com>
1791
1792 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1793 (test_num_test_vars, run_and_count_vars, find_env)
1794 (test_set_unset_env, test_inherit_env_var): New procedures.
1795 (top level): Use them.
1796
1797 2017-10-13 Pedro Alves <palves@redhat.com>
1798
1799 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1800 also skip on stub-like targets.
1801
1802 2017-10-13 Pedro Alves <palves@redhat.com>
1803
1804 PR gdb/22293
1805 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1806 (top level): Move some tests to ...
1807 (test_not_found): ... this new procedure.
1808 (top level): Call it.
1809
1810 2017-10-13 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1813 expect different "info terminal" output if testing with a
1814 non-native target.
1815
1816 2017-10-13 Pedro Alves <palves@redhat.com>
1817 Simon Marchi <simon.marchi@polymtl.ca>
1818
1819 PR python/12966
1820 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1821
1822 2017-10-13 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1825 already.
1826
1827 2017-10-13 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1830 is_remote.
1831
1832 2017-10-13 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1835 is_remote.
1836
1837 2017-10-13 Pedro Alves <palves@redhat.com>
1838
1839 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1840 is set.
1841 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1842 instead of is_remote.
1843
1844 2017-10-13 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1847 (top level): Add comment.
1848
1849 2017-10-13 Pedro Alves <palves@redhat.com>
1850
1851 * gdb.base/remote.exp (top level): Fix comment typo and add
1852 missing return.
1853
1854 2017-10-13 Pedro Alves <palves@redhat.com>
1855 Simon Marchi <simon.marchi@polymtl.ca>
1856
1857 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1858 calls and add comments. Skip test if use_gdb_stub is set.
1859 (top level): Use "set cwd" command instead of "cd" command.
1860
1861 2017-10-13 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1864 is_remote target check.
1865
1866 2017-10-13 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.base/scope.exp: Use build_executable + clean_restart +
1869 gdb_file_cmd instead of prepare_for_testing and no longer skip
1870 "before run" tests on is_remote target boards. Update comments.
1871 * boards/native-extended-gdbserver.exp
1872 (extended_gdbserver_load_last_file): New, factored out from ...
1873 (gdb_load): ... this. Move further below and add comment.
1874 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1875
1876 2017-10-12 Pedro Alves <palves@redhat.com>
1877
1878 * gdb.base/attach.exp: Remove references to gdb64.
1879 * gdb.base/dbx.exp: Remove references to gdb64.
1880
1881 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1882 Pedro Alves <palves@redhat.com>
1883
1884 * gdb.base/label.exp: Remove is_remote target check.
1885
1886 2017-10-12 Pedro Alves <palves@redhat.com>
1887
1888 * gdb.base/auvx.exp (coredir): Update comment.
1889 (top level) <core_works>: Use "set cwd" command instead of "cd"
1890 command.
1891
1892 2017-10-12 Pedro Alves <palves@redhat.com>
1893 Simon Marchi <simon.marchi@polymtl.ca>
1894
1895 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1896 target boards.
1897
1898 2017-10-12 Pedro Alves <palves@redhat.com>
1899 Simon Marchi <simon.marchi@polymtl.ca>
1900
1901 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1902 Instead skip if there's any gdb_protocol set.
1903
1904 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1905 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1908
1909 2017-10-12 Pedro Alves <palves@redhat.com>
1910 Simon Marchi <simon.marchi@polymtl.ca>
1911
1912 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1913 instead of on dejagnu remote boards.
1914
1915 2017-10-12 Pedro Alves <palves@redhat.com>
1916 Simon Marchi <simon.marchi@polymtl.ca>
1917
1918 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1919 checks. Use build_executable + clean_restart instead of
1920 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1921 of enabling non-stop after starting gdb.
1922
1923 2017-10-12 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1926 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1927 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1928 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1929
1930 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1931
1932 * gdb.arch/arc-tdesc-cpu.exp: New file.
1933 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1934
1935 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1936
1937 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1938
1939 2017-10-10 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1942 expect CLI output.
1943
1944 2017-10-10 Pedro Alves <palves@redhat.com>
1945
1946 * lib/selftest-support.exp (selftest_setup): Update for
1947 captured_command_loop's prototype change.
1948
1949 2017-10-09 Pedro Alves <palves@redhat.com>
1950
1951 Test both arch1=>arch2 and arch2=>arch1.
1952
1953 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1954 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1955 factored out to...
1956 (append_arch1_options, append_arch2_options, append_arch_options)
1957 (build_executables): New procedures.
1958 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1959 local.
1960 (top level): Add new 'first_arch' testing axis.
1961
1962 2017-10-09 Pedro Alves <palves@redhat.com>
1963
1964 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1965 (barrier): New.
1966 (thread_start, all_started): New functions.
1967 (main): Spawn new thread and wait until it is scheduled.
1968 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1969 option.
1970 (do_test): Add 'selected_thread' parameter. Run to all_started
1971 instead of main. Explicitly set the breakpoint at main. Switch
1972 to the SELECTED_THREAD thread.
1973 (top level): Test handling the exec event with either the main
1974 thread or the second thread selected.
1975
1976 2017-10-09 Pedro Alves <palves@redhat.com>
1977
1978 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1979 logic. Move STOP marker after the value checks.
1980 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1981 regexp.
1982
1983 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1984
1985 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1986
1987 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1988
1989 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1990 integer-to-dfp conversion.
1991 * gdb.base/dfp-test.exp: Likewise.
1992
1993 2017-10-04 Pedro Alves <palves@redhat.com>
1994
1995 * gdb.multi/hangout.c: Include <unistd.h>.
1996 (hangout_loop): New function.
1997 (main): Call alarm. Call hangout_loop in a loop.
1998 * gdb.multi/hello.c: Include <unistd.h>.
1999 (hello_loop): New function.
2000 (main): Call alarm. Call hangout_loop in a loop.
2001 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2002 inferior with the other selected.
2003
2004 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2005
2006 * gdb.mi/list-thread-groups-available.exp: New file.
2007 * gdb.mi/list-thread-groups-available.c: New file.
2008
2009 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2010
2011 * gdb.base/set-cwd.exp: Make it available on
2012 native-extended-gdbserver.
2013
2014 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2015
2016 * gdb.base/set-cwd.c: New file.
2017 * gdb.base/set-cwd.exp: Likewise.
2018
2019 2017-10-02 Tom Tromey <tom@tromey.com>
2020
2021 PR rust/22236:
2022 * gdb.rust/simple.rs (main): New variable "fslice".
2023 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2024
2025 2017-10-02 Tom Tromey <tom@tromey.com>
2026
2027 * gdb.rust/simple.exp: Test ptype of a slice.
2028
2029 2017-10-02 Tom Tromey <tom@tromey.com>
2030
2031 * gdb.rust/simple.exp: Test index of slice.
2032
2033 2017-09-27 Tom Tromey <tom@tromey.com>
2034
2035 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2036
2037 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2038 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.base/compare-sections.exp (get value of read-only section): Read
2041 as unsigned value.
2042 (corrupt read-only section): Likewise and don't set written if patching
2043 failed.
2044
2045 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2046
2047 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2048 files.
2049
2050 2017-09-20 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2053 symbol names in gdb's output.
2054 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2055
2056 2017-09-20 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2059 Rename to ...
2060 (test_list_ambiguous_symbol): ... this and add a symbol name
2061 parameter. Adjust.
2062 (test_list_ambiguous_function): Reimplement on top of
2063 test_list_ambiguous_symbol and also test listing ambiguous
2064 variables.
2065 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2066 (ambiguous_fun): ... this.
2067 (ambiguous_var): New.
2068 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2069 (ambiguous_fun): ... this.
2070 (ambiguous_var): New.
2071
2072 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2073
2074 * gdb.base/starti.c: New file.
2075 * gdb.base/starti.exp: New file.
2076 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2077
2078 2017-09-14 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2081 (top level): Use it instead of runto.
2082
2083 2017-09-11 Tom Tromey <tom@tromey.com>
2084
2085 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2086
2087 2017-09-11 Tom Tromey <tom@tromey.com>
2088
2089 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2090 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2091
2092 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2093
2094 * gdb.fortran/printing-types.exp: New file.
2095 * gdb.fortran/printing-types.exp: New file.
2096
2097 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2098
2099 * gdb.fortran/vla-ptype.exp: Fix typos.
2100 * gdb.fortran/vla-value.exp: Same.
2101
2102 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2103
2104 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2105 * gdb.mi/mi-var-child-f.exp: Likewise.
2106 * gdb.mi/mi-vla-fortran.exp: Likewise.
2107
2108 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2109 Christoph Weinmann <christoph.t.weinmann@intel.com>
2110 Bernhard Heckel <bernhard.heckel@intel.com>
2111
2112 * gdb.fortran/ptr-indentation.f90: New file.
2113 * gdb.fortran/ptr-indentation.exp: New file.
2114
2115 2017-09-05 Tom Tromey <tom@tromey.com>
2116
2117 PR gdb/22010:
2118 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2119
2120 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2121
2122 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2123
2124 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 * gdb.threads/tls-nodebug-pie.c: New file.
2127 * gdb.threads/tls-nodebug-pie.exp: New file.
2128
2129 2017-09-05 Tom Tromey <tom@tromey.com>
2130
2131 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2132 for rust.
2133
2134 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2135
2136 * gdb.multi/multi-arch-exec.exp: Test with different
2137 "follow-exec-mode" settings.
2138 (do_test): New procedure.
2139
2140 2017-09-04 Pedro Alves <palves@redhat.com>
2141
2142 * gdb.base/func-static.c (S::method const, S::method volatile)
2143 (S::method volatile const): New methods.
2144 (c_s, v_s, cv_s): New instances.
2145 (main): Call method() on them.
2146 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2147 (cannot_resolve): New procedure.
2148 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2149 print-quote-unquoted columns.
2150 (do_test): Test printing each scope too.
2151
2152 2017-09-04 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.base/local-static.exp: Also test with
2155 class::method::variable wholly quoted.
2156 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2157
2158 2017-09-04 Pedro Alves <palves@redhat.com>
2159
2160 * gdb.base/local-static.c: New.
2161 * gdb.base/local-static.cc: New.
2162 * gdb.base/local-static.exp: New.
2163
2164 2017-09-04 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.asm/asm-source.exp: Add casts to int.
2167 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2168 (dataglobal64_1, dataglobal64_2): New globals.
2169 * gdb.base/nodebug.exp: Test different expressions involving the
2170 new globals, with print, whatis and ptype. Add casts to int.
2171 * gdb.base/solib-display.exp: Add casts to int.
2172 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2173 * gdb.cp/m-static.exp: Add cast to int.
2174 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2175 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2176 tls variable with no debug info without a cast. Test with a cast
2177 to int too.
2178 * gdb.trace/entry-values.exp: Add casts.
2179
2180 2017-09-04 Pedro Alves <palves@redhat.com>
2181
2182 * gdb.base/nodebug.exp: Test that ptype's error about functions
2183 with unknown return type includes the function name too.
2184
2185 2017-09-04 Pedro Alves <palves@redhat.com>
2186
2187 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2188 return type of munmap in infcall.
2189 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2190 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2191 type of ftell in infcall.
2192 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2193 type of getpid in infcall.
2194 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2195 infcall.
2196 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2197 Bail on failure to extract the pid.
2198 * gdb.base/nodebug.c: #include <stdint.h>.
2199 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2200 New functions.
2201 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2202 Change expected output of print/whatis/ptype with functions with
2203 no debug info. Test all supported languages. Call
2204 test_call_promotion.
2205 * gdb.compile/compile.exp: Adjust expected output to expect
2206 warning.
2207 * gdb.threads/siginfo-threads.exp: Likewise.
2208
2209 2017-09-04 Pedro Alves <palves@redhat.com>
2210
2211 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2212 "prototypes". Test calling float functions via prototyped and
2213 unprototyped function pointers.
2214 (perform_all_tests): New parameter "prototypes". Pass it down.
2215 (top level): Pass down "prototypes" parameter to
2216 perform_all_tests.
2217
2218 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2219
2220 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2221 Test with nested loops.
2222
2223 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2224
2225 * gdb.base/commands.exp: Call the new procedures.
2226 (loop_break_test, loop_continue_test): New procedures.
2227
2228 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2229
2230 * gdb.base/commands.exp: Call new procedure.
2231 (define_if_without_arg_test): New procedure.
2232
2233 2017-09-04 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.base/list-ambiguous.exp: New file.
2236 * gdb.base/list-ambiguous0.c: New file.
2237 * gdb.base/list-ambiguous1.c: New file.
2238 * gdb.base/list.exp (test_list_range): Adjust expected output.
2239
2240 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2241
2242 * gdb.base/share-env-with-gdbserver.c: New file.
2243 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2244
2245 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2246
2247 * gdb.base/commands.exp (gdbvar_simple_if_test,
2248 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2249 progvar_simple_if_test, progvar_simple_while_test,
2250 progvar_complex_if_while_test, user_defined_command_test,
2251 user_defined_command_args_eval,
2252 user_defined_command_args_stack_test,
2253 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2254 temporary_breakpoint_commands,
2255 gdb_test_no_prompt, redefine_hook_test,
2256 redefine_backtrace_test): Remove "global gdb_prompt".
2257
2258 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2259
2260 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2261 New proc, call it from toplevel.
2262
2263 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2264
2265 PR remote/21852
2266 * gdb.server/normal.c: New file, copied from gdb.base.
2267 * gdb.server/run-without-local-binary.exp: New file.
2268
2269 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2270
2271 * gdb.arch/sparc64-adi.exp: New file.
2272 * gdb.arch/sparc64-adi.c: New file.
2273
2274 2017-08-22 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2277 (top level): Add "list all overloads" tests.
2278
2279 2017-08-22 Tom Tromey <tom@tromey.com>
2280
2281 * gdb.gdb/xfullpath.exp: Remove.
2282
2283 2017-08-21 Pedro Alves <palves@redhat.com>
2284
2285 PR gdb/19487
2286 * gdb.base/symbol-alias.c: New.
2287 * gdb.base/symbol-alias2.c: New.
2288 * gdb.base/symbol-alias.exp: New.
2289
2290 2017-08-21 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.base/dfp-test.c
2293 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2294 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2295 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2296 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2297 * gdb.base/whatis-ptype-typedefs.c: New.
2298 * gdb.base/whatis-ptype-typedefs.exp: New.
2299 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2300 (an_int, an_int_type, an_int_type2): New globals.
2301 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2302 involving typedefs and cast expressions.
2303 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2304 (lookup_typedefs_function): New.
2305 (typedefs_pretty_printers_dict): New.
2306 (top level): Register lookup_typedefs_function in
2307 gdb.pretty_printers.
2308
2309 2017-08-18 Yao Qi <yao.qi@linaro.org>
2310
2311 * gdb.server/unittest.exp: New.
2312
2313 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2314
2315 PR gdb/21954
2316 * gdb.base/environ.exp: Add test to check if 'unset environment'
2317 works.
2318
2319 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2320
2321 * lib/gdb.exp (universal_compile_options): New caching proc.
2322 (gdb_compile): Suppress GCC's coloring of messages.
2323
2324 2017-08-14 Tom Tromey <tom@tromey.com>
2325
2326 PR gdb/21675:
2327 * gdb.base/printcmds.exp (test_radices): New function.
2328 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2329 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2330 * lib/gdb.exp (get_integer_valueof): Use p/d.
2331
2332 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2333
2334 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2335 characters.
2336
2337 2017-08-05 Tom Tromey <tom@tromey.com>
2338
2339 * gdb.rust/simple.exp: Allow String to appear in a different
2340 namespace.
2341
2342 2017-07-26 Yao Qi <yao.qi@linaro.org>
2343
2344 * gdb.gdb/unittest.exp: Invoke command
2345 "maintenance check xml-descriptions".
2346
2347 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2348
2349 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2350 calling context.
2351 (hex128): Drop erroneous calculation of parameters.
2352
2353 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2354
2355 * gdb.python/py-unwind.exp: Disable stack protection when
2356 building test file.
2357
2358 2017-07-20 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/default.exp (set language): Adjust expected output.
2361
2362 2017-07-20 Pedro Alves <palves@redhat.com>
2363
2364 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2365 (test_minsym): ... this, and make static.
2366 (get_pck__foo__bar__minsym): Rename to ...
2367 (get_test_minsym): ... this.
2368 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2369 symbol names and comments.
2370 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2371 (get_test_minsym): ... this.
2372 (pck__foo__bar__minsym__2): Rename to ...
2373 (test_minsym): ... this.
2374 (main): Adjust.
2375
2376 2017-07-17 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.base/completion.exp: Adjust expected output.
2379 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2380 the completer works.
2381
2382 2017-07-17 Pedro Alves <palves@redhat.com>
2383
2384 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2385
2386 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2389
2390 2017-07-14 Tom Tromey <tom@tromey.com>
2391
2392 PR rust/21764:
2393 * gdb.rust/simple.exp: Add tests.
2394
2395 2017-07-14 Tom Tromey <tom@tromey.com>
2396
2397 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2398
2399 2017-07-14 Pedro Alves <palves@redhat.com>
2400
2401 * gdb.linespec/base/one/thefile.cc (z1): New function.
2402 * gdb.linespec/base/two/thefile.cc (z2): New function.
2403 * gdb.linespec/linespec.exp: Add tests.
2404
2405 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2408 to mi_create_breakpoint.
2409
2410 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2411
2412 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2413 mi_create_breakpoint.
2414
2415 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2416
2417 * gdb.dlang/demangle.exp: Update for demangling changes.
2418
2419 2017-07-09 Tom Tromey <tom@tromey.com>
2420
2421 * gdb.dwarf2/shortpiece.exp: New file.
2422
2423 2017-07-06 David Blaikie <dblaikie@gmail.com>
2424
2425 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2426 built from fissiont-multi-cu{1,2}.c.
2427 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2428 except putting 'main' and 'func' in separate CUs in the same DWO file.
2429 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2430 test.
2431 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2432 test.
2433
2434 2017-07-06 Pedro Alves <palves@redhat.com>
2435
2436 * gdb.python/py-unwind.exp: Test flushregs.
2437
2438 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2439
2440 PR cli/21688
2441 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2442 tests for alias commands and trailing whitespace.
2443
2444 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2445
2446 PR cli/21688
2447 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2448 procedure. Call it.
2449
2450 2017-06-29 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.base/printcmds.exp: Add tests.
2453
2454 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2455
2456 PR gdb/21337
2457 * gdb.base/reread-readsym.exp: New file.
2458 * gdb.base/reread-readsym.c: New file.
2459
2460 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2461
2462 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2463 subpattern.
2464
2465 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2466
2467 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2468 extended mnemonic.
2469 * gdb.arch/powerpc-power9.s: Likewise.
2470
2471 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2472
2473 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2474 on 32-bit x86 targets. Exploit is_*_target macros where
2475 appropriate.
2476
2477 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2478
2479 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2480 register pieces.
2481
2482 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2483
2484 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2485 located in one or more DWARF pieces.
2486
2487 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2488
2489 * lib/gdb.exp (get_endianness): New proc.
2490 * gdb.arch/aarch64-fp.exp: Use it.
2491 * gdb.arch/altivec-regs.exp: Likewise.
2492 * gdb.arch/e500-regs.exp: Likewise.
2493 * gdb.arch/vsx-regs.exp: Likewise.
2494 * gdb.base/dump.exp: Likewise.
2495 * gdb.base/funcargs.exp: Likewise.
2496 * gdb.base/gnu_vector.exp: Likewise.
2497 * gdb.dwarf2/formdata16.exp: Likewise.
2498 * gdb.dwarf2/implptrpiece.exp: Likewise.
2499 * gdb.dwarf2/nonvar-access.exp: Likewise.
2500 * gdb.python/py-inferior.exp: Likewise.
2501 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2502
2503 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2504
2505 PR gdb/21226
2506 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2507 stack value pieces are taken from the LSB end.
2508
2509 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2510
2511 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2512 variable at nonzero offset.
2513
2514 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2515
2516 * gdb.dwarf2/var-access.c: New file.
2517 * gdb.dwarf2/var-access.exp: New test.
2518 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2519
2520 2017-06-12 Tom Tromey <tom@tromey.com>
2521
2522 * gdb.dwarf2/formdata16.exp: Add tests.
2523
2524 2017-06-12 Tom Tromey <tom@tromey.com>
2525
2526 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2527
2528 2017-06-12 Tom Tromey <tom@tromey.com>
2529
2530 PR exp/16225:
2531 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2532 * gdb.arch/vsx-regs.exp: Update tests.
2533 * gdb.arch/s390-vregs.exp (hex128): New proc.
2534 Update test.
2535 * gdb.arch/altivec-regs.exp: Update tests.
2536
2537 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2538
2539 * gdb.base/startup-with-shell.c: New file.
2540 * gdb.base/startup-with-shell.exp: Likewise.
2541
2542 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2543
2544 * gdb.server/non-existing-program.exp: Update regex in order to
2545 reflect the fact that gdbserver is now using fork_inferior (with a
2546 shell) to startup the inferior.
2547
2548 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2549
2550 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2551 support function calls from GDB.
2552
2553 2017-05-21 Tom Tromey <tom@tromey.com>
2554
2555 PR rust/21466:
2556 * gdb.rust/unsized.exp: New file.
2557 * gdb.rust/unsized.rs: New file.
2558
2559 2017-05-19 Tom Tromey <tom@tromey.com>
2560
2561 PR rust/21484:
2562 * gdb.rust/watch.exp: New file.
2563 * gdb.rust/watch.rs: New file.
2564
2565 2017-05-18 Tom Tromey <tom@tromey.com>
2566
2567 * gdb.rust/simple.exp: Allow Box to be qualified.
2568
2569 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2570
2571 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2572
2573 2017-05-18 Pedro Alves <palves@redhat.com>
2574
2575 * gdb.base/fileio.c (test_write, test_read, test_close)
2576 (test_fstat): Don't print 'ret' in the fail path.
2577
2578 2017-05-18 Pedro Alves <palves@redhat.com>
2579
2580 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2581 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2582 (test_system, test_rename, test_unlink, test_time): Change
2583 prototypes.
2584 * gdb.base/fileio.exp (stop_msg): Adjust.
2585
2586 2017-05-18 Pedro Alves <palves@redhat.com>
2587
2588 * gdb.base/fileio.c (null_str): New global.
2589 (test_stat): Use it.
2590 * gdb.base/fileio.exp: Remove nowarnings.
2591
2592 2017-05-17 Yao Qi <yao.qi@linaro.org>
2593
2594 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2595
2596 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2597
2598 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2599 argument command.
2600 (top-level): Invoke test_set_inferior_tty.
2601
2602 2017-05-04 Pedro Alves <palves@redhat.com>
2603
2604 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2605 Add parens to print call for Python 3.
2606
2607 2017-05-03 Keith Seitz <keiths@redhat.com>
2608
2609 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2610 (main): Call it.
2611
2612 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2613
2614 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2615 to prev and next.
2616
2617 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2618
2619 * gdb.python/py-record-btrace.exp: Remove test for
2620 gdb.BtraceInstruction.error.
2621
2622 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2623
2624 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2625
2626 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2627
2628 * gdb.python/py-record-btrace-threads.c: New file.
2629 * gdb.python/py-record-btrace-threads.exp: New file.
2630
2631 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2632
2633 PR testsuite/8595
2634 * gdb.base/environ.exp: Make test available in all architectures.
2635 Move bits related to "info program" testing to
2636 gdb.base/info-program.exp. Rewrite tests to use the two new
2637 procedures mentione below.
2638 (test_set_show_env_var) New procedure.
2639 (test_set_show_env_var_equal): Likewise.
2640 * gdb.base/info-program.exp: New file.
2641
2642 2017-04-27 Keith Seitz <keiths@redhat.com>
2643
2644 * gdb.cp/oranking.cc (test15): New function.
2645 (main): Call test15 and declare additional variables for testing.
2646 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2647 "p foo101('abc')" tests.
2648 Add tests for cv qualifier overloads.
2649 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2650 "lvalue reference overload" test.
2651 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2652 "print value of f1 on Child&& in f2" test.
2653
2654 2017-04-19 Pedro Alves <palves@redhat.com>
2655
2656 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2657 procedure.
2658 (top level): Call it.
2659 * lib/gdb.exp (gdb_define_cmd): New procedure.
2660
2661 2017-04-12 Pedro Alves <palves@redhat.com>
2662
2663 PR gdb/21323
2664 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2665 (wchar): New global.
2666 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2667 (do_test_wide_char, wide_char_types_no_program, top level): Add
2668 wchar_t testing.
2669
2670 2017-04-12 Pedro Alves <palves@redhat.com>
2671
2672 PR c++/21323
2673 * gdb.cp/wide_char_types.c: New file.
2674 * gdb.cp/wide_char_types.exp: New file.
2675
2676 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2677
2678 PR gdb/21352
2679 * gdb.trace/tsv.exp: Add test for "tsave -r".
2680
2681 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2682
2683 * gdb.dlang/watch-loc.c: New file.
2684 * gdb.dlang/watch-loc.exp: New file.
2685
2686 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2689
2690 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2691
2692 * gdb.arch/arc-analyze-prologue.S: New file.
2693 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2694
2695 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2696
2697 * gdb.arch/arc-decode-insn.S: New file.
2698 * gdb.arch/arc-decode-insn.exp: Likewise.
2699
2700 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2701
2702 PR tdep/20928
2703 * gdb.arch/sparc64-regs.exp: New file.
2704 * gdb.arch/sparc64-regs.S: Likewise.
2705
2706 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2707
2708 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2709 and memory view on Python 3.
2710
2711 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
2712 Keith Seitz <keiths@redhat.com>
2713
2714 PR gdb/14441
2715 * gdb.cp/demangle.exp: Add rvalue reference tests.
2716 * gdb.cp/rvalue-ref-casts.cc: New file.
2717 * gdb.cp/rvalue-ref-casts.exp: New file.
2718 * gdb.cp/rvalue-ref-overload.cc: New file.
2719 * gdb.cp/rvalue-ref-overload.exp: New file.
2720 * gdb.cp/rvalue-ref-params.cc: New file.
2721 * gdb.cp/rvalue-ref-params.exp: New file.
2722 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2723 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2724 * gdb.cp/rvalue-ref-types.cc: New file.
2725 * gdb.cp/rvalue-ref-types.exp: New file.
2726 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2727 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2728
2729 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2730
2731 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2732 New procedure.
2733
2734 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2735
2736 * lib/mi-support.exp (mi_gdb_test): Add additional message
2737 for unexpected output.
2738
2739 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2740
2741 * gdb.base/examine-backward.c (Barrier): New character array
2742 constant, to ensure that TestStrings is preceded by a string
2743 terminator.
2744
2745 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2746
2747 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2748 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2749 and implicit pointer into such a location.
2750
2751 2017-03-16 Doug Evans <dje@google.com>
2752
2753 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2754
2755 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2756
2757 * gdb.cp/m-static.exp: Fix expectation for prototype of
2758 test5.single_constructor and single_constructor::single_constructor.
2759
2760 2017-03-16 Doug Evans <dje@google.com>
2761
2762 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2763 * gdb.guile/scm-lazy-string.c: New file.
2764 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2765 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2766 for pointer, array, typedef lazy strings.
2767
2768 2017-03-16 Doug Evans <dje@google.com>
2769
2770 PR python/17728, python/18439, python/18779
2771 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2772 * gdb.python/py-lazy-string.c (pointer): New typedef.
2773 (main): New locals ptr, array, typedef_ptr.
2774 * gdb.python/py-value.exp: Move lazy string tests to ...
2775 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2776 array, typedef lazy strings.
2777
2778 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2779
2780 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2781 Add optional 'test' parameter.
2782
2783 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2784
2785 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2786 Skip for versions of DejaGnu < 1.5.
2787
2788 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2789
2790 * lib/gdb.exp (dejagnu_version): New proc.
2791 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2792 Use dejagnu_version.
2793
2794 2017-03-10 Keith Seitz <keiths@redhat.com>
2795
2796 PR c++/8128
2797 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2798 type from destructor regexps.
2799 Add a branch which actually passes the test.
2800 Adjust "ptype t5i" test names.
2801
2802 2017-03-08 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.base/step-over-exit.exp: Add explicit test message.
2805
2806 2017-03-08 Pedro Alves <palves@redhat.com>
2807
2808 PR gdb/18360
2809 * gdb.threads/interrupt-while-step-over.c: New file.
2810 * gdb.threads/interrupt-while-step-over.exp: New file.
2811
2812 2017-03-08 Pedro Alves <palves@redhat.com>
2813
2814 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2815 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2816
2817 2017-03-08 Pedro Alves <palves@redhat.com>
2818
2819 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2820 PKRU as not supported as a PASS.
2821
2822 2017-03-08 Pedro Alves <palves@redhat.com>
2823
2824 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2825 prefix instead of $binfile1/$binfile2.
2826 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2827 in test message.
2828 * gdb.python/py-completion.exp: Use "load python file" as test
2829 messages instead of unstable path names.
2830
2831 2017-03-08 Pedro Alves <palves@redhat.com>
2832 Jan Kratochvil <jan.kratochvil@redhat.com>
2833
2834 PR cli/21218
2835 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2836 New proc.
2837 (top level): Call it.
2838
2839 2017-03-08 Pedro Alves <palves@redhat.com>
2840
2841 PR tui/21216
2842 * gdb.tui/tui-nl-filtered-output.exp: New file.
2843
2844 2017-03-08 Pedro Alves <palves@redhat.com>
2845
2846 * gdb.base/completion.exp: Move TUI completion tests to ...
2847 * gdb.tui/completion.exp: ... this new file.
2848
2849 2017-03-08 Pedro Alves <palves@redhat.com>
2850
2851 * gdb.base/tui-disasm-long-lines.c,
2852 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2853 gdb.base/tui-layout.exp: Move to ...
2854 * gdb.tui/: ... this new directory.
2855
2856 2017-03-07 Pedro Alves <palves@redhat.com>
2857
2858 * gdb.base/tui-layout.c: New file.
2859 * gdb.base/tui-layout.exp: New file.
2860
2861 2017-03-07 Pedro Alves <palves@redhat.com>
2862
2863 * gdb.base/tui-layout.c: Rename to ...
2864 * gdb.base/tui-disasm-long-lines.c: ... this.
2865 * gdb.base/tui-layout.exp: Rename to ...
2866 * gdb.base/tui-disasm-long-lines.exp: ... this.
2867
2868 2017-03-07 Pedro Alves <palves@redhat.com>
2869
2870 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2871
2872 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2873
2874 * i386-mpx-call.c: New file.
2875 * i386-mpx-call.exp: New file.
2876
2877 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2878
2879 * gdb.arch/powerpc-power.exp: Delete test.
2880 * gdb.arch/powerpc-power.s: Likewise.
2881 * gdb.disasm/disassembler-options.exp: New test.
2882 * gdb.arch/powerpc-altivec.exp: Likewise.
2883 * gdb.arch/powerpc-altivec.s: Likewise.
2884 * gdb.arch/powerpc-altivec2.exp: Likewise.
2885 * gdb.arch/powerpc-altivec2.s: Likewise.
2886 * gdb.arch/powerpc-altivec3.exp: Likewise.
2887 * gdb.arch/powerpc-altivec3.s: Likewise.
2888 * gdb.arch/powerpc-power7.exp: Likewise.
2889 * gdb.arch/powerpc-power7.s: Likewise.
2890 * gdb.arch/powerpc-power8.exp: Likewise.
2891 * gdb.arch/powerpc-power8.s: Likewise.
2892 * gdb.arch/powerpc-power9.exp: Likewise.
2893 * gdb.arch/powerpc-power9.s: Likewise.
2894 * gdb.arch/powerpc-vsx.exp: Likewise.
2895 * gdb.arch/powerpc-vsx.s: Likewise.
2896 * gdb.arch/powerpc-vsx2.exp: Likewise.
2897 * gdb.arch/powerpc-vsx2.s: Likewise.
2898 * gdb.arch/powerpc-vsx3.exp: Likewise.
2899 * gdb.arch/powerpc-vsx3.s: Likewise.
2900 * gdb.arch/arm-disassembler-options.exp: Likewise.
2901 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2902 * gdb.arch/s390-disassembler-options.exp: Likewise.
2903
2904 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
2905
2906 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2907 (check_supported_features): ... this. Changed return type to void.
2908 (supports_rdseed): New static global.
2909 (rdseed): Check supports_rdseed.
2910 (initialize): Call check_supported_features.
2911
2912 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2913
2914 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2915 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2916 and lqarx/stqcx.
2917 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2918 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2919
2920 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2921
2922 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2923 uppercase.
2924
2925 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2926
2927 * gdb.dwarf2/formdata16.c: New file.
2928 * gdb.dwarf2/formdata16.exp: New file.
2929 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2930
2931 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2932
2933 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2934 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2935 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2936 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2937 DW_AT_GNU_*.
2938
2939 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2940
2941 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2942
2943 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2944
2945 PR gdb/21164
2946 * gdb.base/maint.exp: Add testcases for when the commands do
2947 not have arguments.
2948
2949 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2950
2951 * gdb.cp/chained-calls.exp: Use p instead of P.
2952
2953 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2954
2955 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2956 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2957
2958 2017-02-14 Tom Tromey <tom@tromey.com>
2959
2960 PR python/13598:
2961 * gdb.python/py-events.exp: Add before_prompt event tests.
2962
2963 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2964
2965 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2966
2967 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2968
2969 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2970 (main): Call my_unique_function_name.
2971 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2972 completion of patterns with a single match.
2973 Add missing -re switches to gdb_test_multiple calls.
2974
2975 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2976
2977 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2978 return if core file is not recognized.
2979
2980 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2981
2982 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2983 and extra UIs.
2984
2985 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2986
2987 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2988 proc_with_prefix.
2989
2990 2017-02-10 Tom Tromey <tom@tromey.com>
2991
2992 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2993
2994 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
2995
2996 PR gdb/21122
2997 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2998
2999 2017-02-08 Jerome Guitton <guitton@adacore.com>
3000
3001 * gdb.base/define.exp: Add test for command abbreviations
3002 in define.
3003
3004 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3005
3006 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3007 * gdb.reverse/insn-reverse-x86.c: New file.
3008
3009 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3010
3011 PR tdep/20936
3012 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3013
3014 2017-02-03 Tom Tromey <tom@tromey.com>
3015
3016 PR rust/21097:
3017 * gdb.rust/simple.exp: Add new tests.
3018
3019 2017-02-02 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3022 tests.
3023
3024 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3025
3026 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3027 taking a 2-byte value out of a 4-byte DWARF implicit value on
3028 big-endian targets.
3029 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3030 logic. Add test cases for DW_OP_implicit.
3031
3032 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3033
3034 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3035
3036 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3037
3038 * gdb.btrace/enable.exp: Call gdb_exit before
3039 skip_gdbserver_tests.
3040
3041 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3042
3043 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3044 GDBFLAGS.
3045
3046 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3047
3048 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3049 the test is skipped.
3050 * gdb.btrace/data.exp: Likewise.
3051 * gdb.btrace/delta.exp: Likewise.
3052 * gdb.btrace/dlopen.exp: Likewise.
3053 * gdb.btrace/enable-running.exp: Likewise.
3054 * gdb.btrace/enable.exp: Likewise.
3055 * gdb.btrace/exception.exp: Likewise.
3056 * gdb.btrace/function_call_history.exp: Likewise.
3057 * gdb.btrace/gcore.exp: Likewise.
3058 * gdb.btrace/instruction_history.exp: Likewise.
3059 * gdb.btrace/multi-thread-step.exp: Likewise.
3060 * gdb.btrace/nohist.exp: Likewise.
3061 * gdb.btrace/non-stop.exp: Likewise.
3062 * gdb.btrace/reconnect.exp: Likewise.
3063 * gdb.btrace/record_goto-step.exp: Likewise.
3064 * gdb.btrace/record_goto.exp: Likewise.
3065 * gdb.btrace/rn-dl-bind.exp: Likewise.
3066 * gdb.btrace/segv.exp: Likewise.
3067 * gdb.btrace/step.exp: Likewise.
3068 * gdb.btrace/stepi.exp: Likewise.
3069 * gdb.btrace/tailcall-only.exp: Likewise.
3070 * gdb.btrace/tailcall.exp: Likewise.
3071 * gdb.btrace/tsx.exp: Likewise.
3072 * gdb.btrace/unknown_functions.exp: Likewise.
3073 * gdb.btrace/vdso.exp: Likewise.
3074
3075 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3076
3077 * gdb.btrace/enable-running.c: New.
3078 * gdb.btrace/enable-running.exp: New.
3079
3080 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3081
3082 * gdb.arch/amd64-gs_base.c: New file.
3083 * gdb.arch/amd64-gs_base.exp: New file.
3084
3085 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3086
3087 * lib/memory.exp: Remove spurious empty newlines.
3088
3089 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3090
3091 * gdb.python/py-bad-printers.exp: Load python file using "source".
3092 * gdb.python/py-events.exp: Likewise.
3093 * gdb.python/py-evsignal.exp: Likewise.
3094 * gdb.python/py-evthreads.exp: Likewise.
3095 * gdb.python/py-frame-args.exp: Likewise.
3096 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3097 * gdb.python/py-framefilter-mi.exp: Likewise.
3098 * gdb.python/py-framefilter.exp: Likewise.
3099 * gdb.python/py-mi.exp: Likewise.
3100 * gdb.python/py-pp-maint.exp: Likewise.
3101 * gdb.python/py-pp-registration.exp: Likewise.
3102 * gdb.python/py-prettyprint.exp: Likewise.
3103 (run_lang_tests): Likewise.
3104 * gdb.python/py-typeprint.exp: Likewise.
3105
3106 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3107
3108 * lib/memory.exp: New file.
3109 * lib/gdb.exp: Load memory.exp.
3110 * gdb.base/memattr.exp (delete_memory): Move proc to
3111 lib/memory.exp and rename to delete_memory_regions.
3112 Replace delete_memory with delete_memory_regions.
3113 Cleanup memory regions before tests.
3114 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3115 before tests.
3116
3117 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3118
3119 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3120 files.
3121 (initialize): New function conditionally defined.
3122 (testcases): Move within conditional block.
3123 (main): Call initialize.
3124 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3125 of gdb.reverse/insn-reverse.c.
3126 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3127 gdb.reverse/insn-reverse.c.
3128
3129 2017-01-26 Yao Qi <yao.qi@linaro.org>
3130
3131 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3132 disassemble on address 0.
3133
3134 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3135 Yao Qi <yao.qi@linaro.org>
3136
3137 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3138 * gdb.dwarf2/implptr-64bit.S: Remove.
3139 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3140 variables in caller's context. Add DW_OP_implicit_value.
3141
3142 2017-01-25 Yao Qi <yao.qi@linaro.org>
3143
3144 * lib/dwarf.exp (Dwarf::_location): Handle
3145 DW_OP_GNU_implicit_pointer with proper size.
3146
3147 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3148
3149 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3150 and add untested calls.
3151
3152 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3153
3154 * gdb.python/python.exp: Check line number against what GDB thinks
3155 the line number is for func1.
3156
3157 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3158
3159 * gdb.dlang/debug-expr.exp: New file.
3160
3161 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3162
3163 Fix test names for the following files:
3164
3165 * gdb.ada/exec_changed.exp
3166 * gdb.ada/info_types.exp
3167 * gdb.arch/aarch64-atomic-inst.exp
3168 * gdb.arch/aarch64-fp.exp
3169 * gdb.arch/altivec-abi.exp
3170 * gdb.arch/altivec-regs.exp
3171 * gdb.arch/amd64-byte.exp
3172 * gdb.arch/amd64-disp-step.exp
3173 * gdb.arch/amd64-dword.exp
3174 * gdb.arch/amd64-entry-value-inline.exp
3175 * gdb.arch/amd64-entry-value-param.exp
3176 * gdb.arch/amd64-entry-value-paramref.exp
3177 * gdb.arch/amd64-entry-value.exp
3178 * gdb.arch/amd64-i386-address.exp
3179 * gdb.arch/amd64-invalid-stack-middle.exp
3180 * gdb.arch/amd64-invalid-stack-top.exp
3181 * gdb.arch/amd64-optimout-repeat.exp
3182 * gdb.arch/amd64-prologue-skip.exp
3183 * gdb.arch/amd64-prologue-xmm.exp
3184 * gdb.arch/amd64-stap-special-operands.exp
3185 * gdb.arch/amd64-stap-wrong-subexp.exp
3186 * gdb.arch/amd64-tailcall-cxx.exp
3187 * gdb.arch/amd64-tailcall-noret.exp
3188 * gdb.arch/amd64-tailcall-ret.exp
3189 * gdb.arch/amd64-tailcall-self.exp
3190 * gdb.arch/amd64-word.exp
3191 * gdb.arch/arm-bl-branch-dest.exp
3192 * gdb.arch/arm-disp-step.exp
3193 * gdb.arch/arm-neon.exp
3194 * gdb.arch/arm-single-step-kernel-helper.exp
3195 * gdb.arch/avr-flash-qualifier.exp
3196 * gdb.arch/disp-step-insn-reloc.exp
3197 * gdb.arch/e500-abi.exp
3198 * gdb.arch/e500-regs.exp
3199 * gdb.arch/ftrace-insn-reloc.exp
3200 * gdb.arch/i386-avx512.exp
3201 * gdb.arch/i386-bp_permanent.exp
3202 * gdb.arch/i386-byte.exp
3203 * gdb.arch/i386-cfi-notcurrent.exp
3204 * gdb.arch/i386-disp-step.exp
3205 * gdb.arch/i386-dr3-watch.exp
3206 * gdb.arch/i386-float.exp
3207 * gdb.arch/i386-gnu-cfi.exp
3208 * gdb.arch/i386-mpx-map.exp
3209 * gdb.arch/i386-mpx-sigsegv.exp
3210 * gdb.arch/i386-mpx-simple_segv.exp
3211 * gdb.arch/i386-mpx.exp
3212 * gdb.arch/i386-permbkpt.exp
3213 * gdb.arch/i386-prologue.exp
3214 * gdb.arch/i386-signal.exp
3215 * gdb.arch/i386-size-overlap.exp
3216 * gdb.arch/i386-unwind.exp
3217 * gdb.arch/i386-word.exp
3218 * gdb.arch/mips-fcr.exp
3219 * gdb.arch/powerpc-d128-regs.exp
3220 * gdb.arch/powerpc-stackless.exp
3221 * gdb.arch/ppc64-atomic-inst.exp
3222 * gdb.arch/s390-stackless.exp
3223 * gdb.arch/s390-tdbregs.exp
3224 * gdb.arch/s390-vregs.exp
3225 * gdb.arch/sparc-sysstep.exp
3226 * gdb.arch/thumb-bx-pc.exp
3227 * gdb.arch/thumb-singlestep.exp
3228 * gdb.arch/thumb2-it.exp
3229 * gdb.arch/vsx-regs.exp
3230 * gdb.asm/asm-source.exp
3231 * gdb.base/a2-run.exp
3232 * gdb.base/advance.exp
3233 * gdb.base/all-bin.exp
3234 * gdb.base/anon.exp
3235 * gdb.base/args.exp
3236 * gdb.base/arithmet.exp
3237 * gdb.base/async-shell.exp
3238 * gdb.base/async.exp
3239 * gdb.base/attach-pie-noexec.exp
3240 * gdb.base/attach-twice.exp
3241 * gdb.base/auto-load.exp
3242 * gdb.base/bang.exp
3243 * gdb.base/bitfields.exp
3244 * gdb.base/break-always.exp
3245 * gdb.base/break-caller-line.exp
3246 * gdb.base/break-entry.exp
3247 * gdb.base/break-inline.exp
3248 * gdb.base/break-on-linker-gcd-function.exp
3249 * gdb.base/break-probes.exp
3250 * gdb.base/break.exp
3251 * gdb.base/breakpoint-shadow.exp
3252 * gdb.base/call-ar-st.exp
3253 * gdb.base/call-sc.exp
3254 * gdb.base/call-signal-resume.exp
3255 * gdb.base/call-strs.exp
3256 * gdb.base/callfuncs.exp
3257 * gdb.base/catch-fork-static.exp
3258 * gdb.base/catch-gdb-caused-signals.exp
3259 * gdb.base/catch-load.exp
3260 * gdb.base/catch-signal-fork.exp
3261 * gdb.base/catch-signal.exp
3262 * gdb.base/catch-syscall.exp
3263 * gdb.base/charset.exp
3264 * gdb.base/checkpoint.exp
3265 * gdb.base/chng-syms.exp
3266 * gdb.base/code-expr.exp
3267 * gdb.base/code_elim.exp
3268 * gdb.base/commands.exp
3269 * gdb.base/completion.exp
3270 * gdb.base/complex.exp
3271 * gdb.base/cond-expr.exp
3272 * gdb.base/condbreak.exp
3273 * gdb.base/consecutive.exp
3274 * gdb.base/continue-all-already-running.exp
3275 * gdb.base/coredump-filter.exp
3276 * gdb.base/corefile.exp
3277 * gdb.base/dbx.exp
3278 * gdb.base/debug-expr.exp
3279 * gdb.base/define.exp
3280 * gdb.base/del.exp
3281 * gdb.base/disabled-location.exp
3282 * gdb.base/disasm-end-cu.exp
3283 * gdb.base/disasm-optim.exp
3284 * gdb.base/display.exp
3285 * gdb.base/duplicate-bp.exp
3286 * gdb.base/ena-dis-br.exp
3287 * gdb.base/ending-run.exp
3288 * gdb.base/enumval.exp
3289 * gdb.base/environ.exp
3290 * gdb.base/eu-strip-infcall.exp
3291 * gdb.base/eval-avoid-side-effects.exp
3292 * gdb.base/eval-skip.exp
3293 * gdb.base/exitsignal.exp
3294 * gdb.base/expand-psymtabs.exp
3295 * gdb.base/filesym.exp
3296 * gdb.base/find-unmapped.exp
3297 * gdb.base/finish.exp
3298 * gdb.base/float.exp
3299 * gdb.base/foll-exec-mode.exp
3300 * gdb.base/foll-exec.exp
3301 * gdb.base/foll-fork.exp
3302 * gdb.base/fortran-sym-case.exp
3303 * gdb.base/freebpcmd.exp
3304 * gdb.base/func-ptr.exp
3305 * gdb.base/func-ptrs.exp
3306 * gdb.base/funcargs.exp
3307 * gdb.base/gcore-buffer-overflow.exp
3308 * gdb.base/gcore-relro-pie.exp
3309 * gdb.base/gcore-relro.exp
3310 * gdb.base/gcore.exp
3311 * gdb.base/gdb1090.exp
3312 * gdb.base/gdb11530.exp
3313 * gdb.base/gdb11531.exp
3314 * gdb.base/gdb1821.exp
3315 * gdb.base/gdbindex-stabs.exp
3316 * gdb.base/gdbvars.exp
3317 * gdb.base/hbreak.exp
3318 * gdb.base/hbreak2.exp
3319 * gdb.base/included.exp
3320 * gdb.base/infcall-input.exp
3321 * gdb.base/inferior-died.exp
3322 * gdb.base/infnan.exp
3323 * gdb.base/info-macros.exp
3324 * gdb.base/info-os.exp
3325 * gdb.base/info-proc.exp
3326 * gdb.base/info-shared.exp
3327 * gdb.base/info-target.exp
3328 * gdb.base/infoline.exp
3329 * gdb.base/interp.exp
3330 * gdb.base/interrupt.exp
3331 * gdb.base/jit-reader.exp
3332 * gdb.base/jit-simple.exp
3333 * gdb.base/kill-after-signal.exp
3334 * gdb.base/kill-detach-inferiors-cmd.exp
3335 * gdb.base/label.exp
3336 * gdb.base/langs.exp
3337 * gdb.base/ldbl_e308.exp
3338 * gdb.base/line-symtabs.exp
3339 * gdb.base/linespecs.exp
3340 * gdb.base/list.exp
3341 * gdb.base/long_long.exp
3342 * gdb.base/longest-types.exp
3343 * gdb.base/maint.exp
3344 * gdb.base/max-value-size.exp
3345 * gdb.base/memattr.exp
3346 * gdb.base/mips_pro.exp
3347 * gdb.base/morestack.exp
3348 * gdb.base/moribund-step.exp
3349 * gdb.base/multi-forks.exp
3350 * gdb.base/nested-addr.exp
3351 * gdb.base/nextoverexit.exp
3352 * gdb.base/noreturn-finish.exp
3353 * gdb.base/noreturn-return.exp
3354 * gdb.base/nostdlib.exp
3355 * gdb.base/offsets.exp
3356 * gdb.base/opaque.exp
3357 * gdb.base/pc-fp.exp
3358 * gdb.base/permissions.exp
3359 * gdb.base/print-symbol-loading.exp
3360 * gdb.base/prologue-include.exp
3361 * gdb.base/psymtab.exp
3362 * gdb.base/ptype.exp
3363 * gdb.base/random-signal.exp
3364 * gdb.base/randomize.exp
3365 * gdb.base/range-stepping.exp
3366 * gdb.base/readline-ask.exp
3367 * gdb.base/recpar.exp
3368 * gdb.base/recurse.exp
3369 * gdb.base/relational.exp
3370 * gdb.base/restore.exp
3371 * gdb.base/return-nodebug.exp
3372 * gdb.base/return.exp
3373 * gdb.base/run-after-attach.exp
3374 * gdb.base/save-bp.exp
3375 * gdb.base/scope.exp
3376 * gdb.base/sect-cmd.exp
3377 * gdb.base/set-lang-auto.exp
3378 * gdb.base/set-noassign.exp
3379 * gdb.base/setvar.exp
3380 * gdb.base/sigall.exp
3381 * gdb.base/sigbpt.exp
3382 * gdb.base/siginfo-addr.exp
3383 * gdb.base/siginfo-infcall.exp
3384 * gdb.base/siginfo-obj.exp
3385 * gdb.base/siginfo.exp
3386 * gdb.base/signals-state-child.exp
3387 * gdb.base/signest.exp
3388 * gdb.base/sigstep.exp
3389 * gdb.base/sizeof.exp
3390 * gdb.base/skip.exp
3391 * gdb.base/solib-corrupted.exp
3392 * gdb.base/solib-nodir.exp
3393 * gdb.base/solib-search.exp
3394 * gdb.base/stack-checking.exp
3395 * gdb.base/stale-infcall.exp
3396 * gdb.base/stap-probe.exp
3397 * gdb.base/start.exp
3398 * gdb.base/step-break.exp
3399 * gdb.base/step-bt.exp
3400 * gdb.base/step-line.exp
3401 * gdb.base/step-over-exit.exp
3402 * gdb.base/step-over-syscall.exp
3403 * gdb.base/step-resume-infcall.exp
3404 * gdb.base/step-test.exp
3405 * gdb.base/store.exp
3406 * gdb.base/structs3.exp
3407 * gdb.base/sym-file.exp
3408 * gdb.base/symbol-without-target_section.exp
3409 * gdb.base/term.exp
3410 * gdb.base/testenv.exp
3411 * gdb.base/ui-redirect.exp
3412 * gdb.base/until.exp
3413 * gdb.base/unwindonsignal.exp
3414 * gdb.base/value-double-free.exp
3415 * gdb.base/vla-datatypes.exp
3416 * gdb.base/vla-ptr.exp
3417 * gdb.base/vla-sideeffect.exp
3418 * gdb.base/volatile.exp
3419 * gdb.base/watch-cond-infcall.exp
3420 * gdb.base/watch-cond.exp
3421 * gdb.base/watch-non-mem.exp
3422 * gdb.base/watch-read.exp
3423 * gdb.base/watch-vfork.exp
3424 * gdb.base/watchpoint-cond-gone.exp
3425 * gdb.base/watchpoint-delete.exp
3426 * gdb.base/watchpoint-hw-hit-once.exp
3427 * gdb.base/watchpoint-hw.exp
3428 * gdb.base/watchpoint-stops-at-right-insn.exp
3429 * gdb.base/watchpoints.exp
3430 * gdb.base/wchar.exp
3431 * gdb.base/whatis-exp.exp
3432 * gdb.btrace/buffer-size.exp
3433 * gdb.btrace/data.exp
3434 * gdb.btrace/delta.exp
3435 * gdb.btrace/dlopen.exp
3436 * gdb.btrace/enable.exp
3437 * gdb.btrace/exception.exp
3438 * gdb.btrace/function_call_history.exp
3439 * gdb.btrace/gcore.exp
3440 * gdb.btrace/instruction_history.exp
3441 * gdb.btrace/nohist.exp
3442 * gdb.btrace/reconnect.exp
3443 * gdb.btrace/record_goto-step.exp
3444 * gdb.btrace/record_goto.exp
3445 * gdb.btrace/rn-dl-bind.exp
3446 * gdb.btrace/segv.exp
3447 * gdb.btrace/step.exp
3448 * gdb.btrace/stepi.exp
3449 * gdb.btrace/tailcall-only.exp
3450 * gdb.btrace/tailcall.exp
3451 * gdb.btrace/tsx.exp
3452 * gdb.btrace/unknown_functions.exp
3453 * gdb.btrace/vdso.exp
3454 * gdb.compile/compile-ifunc.exp
3455 * gdb.compile/compile-ops.exp
3456 * gdb.compile/compile-print.exp
3457 * gdb.compile/compile-setjmp.exp
3458 * gdb.cp/abstract-origin.exp
3459 * gdb.cp/ambiguous.exp
3460 * gdb.cp/annota2.exp
3461 * gdb.cp/annota3.exp
3462 * gdb.cp/anon-ns.exp
3463 * gdb.cp/anon-struct.exp
3464 * gdb.cp/anon-union.exp
3465 * gdb.cp/arg-reference.exp
3466 * gdb.cp/baseenum.exp
3467 * gdb.cp/bool.exp
3468 * gdb.cp/breakpoint.exp
3469 * gdb.cp/bs15503.exp
3470 * gdb.cp/call-c.exp
3471 * gdb.cp/casts.exp
3472 * gdb.cp/chained-calls.exp
3473 * gdb.cp/class2.exp
3474 * gdb.cp/classes.exp
3475 * gdb.cp/cmpd-minsyms.exp
3476 * gdb.cp/converts.exp
3477 * gdb.cp/cp-relocate.exp
3478 * gdb.cp/cpcompletion.exp
3479 * gdb.cp/cpexprs.exp
3480 * gdb.cp/cplabel.exp
3481 * gdb.cp/cplusfuncs.exp
3482 * gdb.cp/cpsizeof.exp
3483 * gdb.cp/ctti.exp
3484 * gdb.cp/derivation.exp
3485 * gdb.cp/destrprint.exp
3486 * gdb.cp/dispcxx.exp
3487 * gdb.cp/enum-class.exp
3488 * gdb.cp/exception.exp
3489 * gdb.cp/exceptprint.exp
3490 * gdb.cp/expand-psymtabs-cxx.exp
3491 * gdb.cp/expand-sals.exp
3492 * gdb.cp/extern-c.exp
3493 * gdb.cp/filename.exp
3494 * gdb.cp/formatted-ref.exp
3495 * gdb.cp/fpointer.exp
3496 * gdb.cp/gdb1355.exp
3497 * gdb.cp/gdb2495.exp
3498 * gdb.cp/hang.exp
3499 * gdb.cp/impl-this.exp
3500 * gdb.cp/infcall-dlopen.exp
3501 * gdb.cp/inherit.exp
3502 * gdb.cp/iostream.exp
3503 * gdb.cp/koenig.exp
3504 * gdb.cp/local.exp
3505 * gdb.cp/m-data.exp
3506 * gdb.cp/m-static.exp
3507 * gdb.cp/mb-ctor.exp
3508 * gdb.cp/mb-inline.exp
3509 * gdb.cp/mb-templates.exp
3510 * gdb.cp/member-name.exp
3511 * gdb.cp/member-ptr.exp
3512 * gdb.cp/meth-typedefs.exp
3513 * gdb.cp/method.exp
3514 * gdb.cp/method2.exp
3515 * gdb.cp/minsym-fallback.exp
3516 * gdb.cp/misc.exp
3517 * gdb.cp/namelessclass.exp
3518 * gdb.cp/namespace-enum.exp
3519 * gdb.cp/namespace-nested-import.exp
3520 * gdb.cp/namespace.exp
3521 * gdb.cp/nextoverthrow.exp
3522 * gdb.cp/no-dmgl-verbose.exp
3523 * gdb.cp/non-trivial-retval.exp
3524 * gdb.cp/noparam.exp
3525 * gdb.cp/nsdecl.exp
3526 * gdb.cp/nsimport.exp
3527 * gdb.cp/nsnested.exp
3528 * gdb.cp/nsnoimports.exp
3529 * gdb.cp/nsrecurs.exp
3530 * gdb.cp/nsstress.exp
3531 * gdb.cp/nsusing.exp
3532 * gdb.cp/operator.exp
3533 * gdb.cp/oranking.exp
3534 * gdb.cp/overload-const.exp
3535 * gdb.cp/overload.exp
3536 * gdb.cp/ovldbreak.exp
3537 * gdb.cp/ovsrch.exp
3538 * gdb.cp/paren-type.exp
3539 * gdb.cp/parse-lang.exp
3540 * gdb.cp/pass-by-ref.exp
3541 * gdb.cp/pr-1023.exp
3542 * gdb.cp/pr-1210.exp
3543 * gdb.cp/pr-574.exp
3544 * gdb.cp/pr10687.exp
3545 * gdb.cp/pr12028.exp
3546 * gdb.cp/pr17132.exp
3547 * gdb.cp/pr17494.exp
3548 * gdb.cp/pr9067.exp
3549 * gdb.cp/pr9167.exp
3550 * gdb.cp/pr9631.exp
3551 * gdb.cp/printmethod.exp
3552 * gdb.cp/psmang.exp
3553 * gdb.cp/psymtab-parameter.exp
3554 * gdb.cp/ptype-cv-cp.exp
3555 * gdb.cp/ptype-flags.exp
3556 * gdb.cp/re-set-overloaded.exp
3557 * gdb.cp/ref-types.exp
3558 * gdb.cp/rtti.exp
3559 * gdb.cp/scope-err.exp
3560 * gdb.cp/shadow.exp
3561 * gdb.cp/smartp.exp
3562 * gdb.cp/static-method.exp
3563 * gdb.cp/static-print-quit.exp
3564 * gdb.cp/temargs.exp
3565 * gdb.cp/templates.exp
3566 * gdb.cp/try_catch.exp
3567 * gdb.cp/typedef-operator.exp
3568 * gdb.cp/typeid.exp
3569 * gdb.cp/userdef.exp
3570 * gdb.cp/using-crash.exp
3571 * gdb.cp/var-tag.exp
3572 * gdb.cp/virtbase.exp
3573 * gdb.cp/virtfunc.exp
3574 * gdb.cp/virtfunc2.exp
3575 * gdb.cp/vla-cxx.exp
3576 * gdb.disasm/t01_mov.exp
3577 * gdb.disasm/t02_mova.exp
3578 * gdb.disasm/t03_add.exp
3579 * gdb.disasm/t04_sub.exp
3580 * gdb.disasm/t05_cmp.exp
3581 * gdb.disasm/t06_ari2.exp
3582 * gdb.disasm/t07_ari3.exp
3583 * gdb.disasm/t08_or.exp
3584 * gdb.disasm/t09_xor.exp
3585 * gdb.disasm/t10_and.exp
3586 * gdb.disasm/t11_logs.exp
3587 * gdb.disasm/t12_bit.exp
3588 * gdb.disasm/t13_otr.exp
3589 * gdb.dlang/circular.exp
3590 * gdb.dwarf2/arr-stride.exp
3591 * gdb.dwarf2/arr-subrange.exp
3592 * gdb.dwarf2/atomic-type.exp
3593 * gdb.dwarf2/bad-regnum.exp
3594 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3595 * gdb.dwarf2/callframecfa.exp
3596 * gdb.dwarf2/clztest.exp
3597 * gdb.dwarf2/corrupt.exp
3598 * gdb.dwarf2/data-loc.exp
3599 * gdb.dwarf2/dup-psym.exp
3600 * gdb.dwarf2/dw2-anon-mptr.exp
3601 * gdb.dwarf2/dw2-anonymous-func.exp
3602 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3603 * gdb.dwarf2/dw2-bad-unresolved.exp
3604 * gdb.dwarf2/dw2-basic.exp
3605 * gdb.dwarf2/dw2-canonicalize-type.exp
3606 * gdb.dwarf2/dw2-case-insensitive.exp
3607 * gdb.dwarf2/dw2-common-block.exp
3608 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3609 * gdb.dwarf2/dw2-compressed.exp
3610 * gdb.dwarf2/dw2-const.exp
3611 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3612 * gdb.dwarf2/dw2-cu-size.exp
3613 * gdb.dwarf2/dw2-dup-frame.exp
3614 * gdb.dwarf2/dw2-entry-value.exp
3615 * gdb.dwarf2/dw2-icycle.exp
3616 * gdb.dwarf2/dw2-ifort-parameter.exp
3617 * gdb.dwarf2/dw2-inline-break.exp
3618 * gdb.dwarf2/dw2-inline-param.exp
3619 * gdb.dwarf2/dw2-intercu.exp
3620 * gdb.dwarf2/dw2-intermix.exp
3621 * gdb.dwarf2/dw2-lexical-block-bare.exp
3622 * gdb.dwarf2/dw2-linkage-name-trust.exp
3623 * gdb.dwarf2/dw2-minsym-in-cu.exp
3624 * gdb.dwarf2/dw2-noloc.exp
3625 * gdb.dwarf2/dw2-op-call.exp
3626 * gdb.dwarf2/dw2-op-out-param.exp
3627 * gdb.dwarf2/dw2-opt-structptr.exp
3628 * gdb.dwarf2/dw2-param-error.exp
3629 * gdb.dwarf2/dw2-producer.exp
3630 * gdb.dwarf2/dw2-ranges-base.exp
3631 * gdb.dwarf2/dw2-ref-missing-frame.exp
3632 * gdb.dwarf2/dw2-reg-undefined.exp
3633 * gdb.dwarf2/dw2-regno-invalid.exp
3634 * gdb.dwarf2/dw2-restore.exp
3635 * gdb.dwarf2/dw2-restrict.exp
3636 * gdb.dwarf2/dw2-single-line-discriminators.exp
3637 * gdb.dwarf2/dw2-strp.exp
3638 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3639 * gdb.dwarf2/dw2-unresolved.exp
3640 * gdb.dwarf2/dw2-var-zero-addr.exp
3641 * gdb.dwarf2/dw4-sig-types.exp
3642 * gdb.dwarf2/dwz.exp
3643 * gdb.dwarf2/dynarr-ptr.exp
3644 * gdb.dwarf2/enum-type.exp
3645 * gdb.dwarf2/gdb-index.exp
3646 * gdb.dwarf2/implptr-64bit.exp
3647 * gdb.dwarf2/implptr-optimized-out.exp
3648 * gdb.dwarf2/implptr.exp
3649 * gdb.dwarf2/implref-array.exp
3650 * gdb.dwarf2/implref-const.exp
3651 * gdb.dwarf2/implref-global.exp
3652 * gdb.dwarf2/implref-struct.exp
3653 * gdb.dwarf2/mac-fileno.exp
3654 * gdb.dwarf2/main-subprogram.exp
3655 * gdb.dwarf2/member-ptr-forwardref.exp
3656 * gdb.dwarf2/method-ptr.exp
3657 * gdb.dwarf2/missing-sig-type.exp
3658 * gdb.dwarf2/nonvar-access.exp
3659 * gdb.dwarf2/opaque-type-lookup.exp
3660 * gdb.dwarf2/pieces-optimized-out.exp
3661 * gdb.dwarf2/pieces.exp
3662 * gdb.dwarf2/pr10770.exp
3663 * gdb.dwarf2/pr13961.exp
3664 * gdb.dwarf2/staticvirtual.exp
3665 * gdb.dwarf2/subrange.exp
3666 * gdb.dwarf2/symtab-producer.exp
3667 * gdb.dwarf2/trace-crash.exp
3668 * gdb.dwarf2/typeddwarf.exp
3669 * gdb.dwarf2/valop.exp
3670 * gdb.dwarf2/watch-notconst.exp
3671 * gdb.fortran/array-element.exp
3672 * gdb.fortran/charset.exp
3673 * gdb.fortran/common-block.exp
3674 * gdb.fortran/complex.exp
3675 * gdb.fortran/derived-type-function.exp
3676 * gdb.fortran/derived-type.exp
3677 * gdb.fortran/logical.exp
3678 * gdb.fortran/module.exp
3679 * gdb.fortran/multi-dim.exp
3680 * gdb.fortran/nested-funcs.exp
3681 * gdb.fortran/print-formatted.exp
3682 * gdb.fortran/subarray.exp
3683 * gdb.fortran/vla-alloc-assoc.exp
3684 * gdb.fortran/vla-datatypes.exp
3685 * gdb.fortran/vla-history.exp
3686 * gdb.fortran/vla-ptr-info.exp
3687 * gdb.fortran/vla-ptype-sub.exp
3688 * gdb.fortran/vla-ptype.exp
3689 * gdb.fortran/vla-sizeof.exp
3690 * gdb.fortran/vla-type.exp
3691 * gdb.fortran/vla-value-sub-arbitrary.exp
3692 * gdb.fortran/vla-value-sub-finish.exp
3693 * gdb.fortran/vla-value-sub.exp
3694 * gdb.fortran/vla-value.exp
3695 * gdb.fortran/whatis_type.exp
3696 * gdb.go/chan.exp
3697 * gdb.go/handcall.exp
3698 * gdb.go/hello.exp
3699 * gdb.go/integers.exp
3700 * gdb.go/methods.exp
3701 * gdb.go/package.exp
3702 * gdb.go/strings.exp
3703 * gdb.go/types.exp
3704 * gdb.go/unsafe.exp
3705 * gdb.guile/scm-arch.exp
3706 * gdb.guile/scm-block.exp
3707 * gdb.guile/scm-breakpoint.exp
3708 * gdb.guile/scm-cmd.exp
3709 * gdb.guile/scm-disasm.exp
3710 * gdb.guile/scm-equal.exp
3711 * gdb.guile/scm-frame-args.exp
3712 * gdb.guile/scm-frame-inline.exp
3713 * gdb.guile/scm-frame.exp
3714 * gdb.guile/scm-iterator.exp
3715 * gdb.guile/scm-math.exp
3716 * gdb.guile/scm-objfile.exp
3717 * gdb.guile/scm-ports.exp
3718 * gdb.guile/scm-symbol.exp
3719 * gdb.guile/scm-symtab.exp
3720 * gdb.guile/scm-value-cc.exp
3721 * gdb.guile/types-module.exp
3722 * gdb.linespec/break-ask.exp
3723 * gdb.linespec/cpexplicit.exp
3724 * gdb.linespec/explicit.exp
3725 * gdb.linespec/keywords.exp
3726 * gdb.linespec/linespec.exp
3727 * gdb.linespec/ls-dollar.exp
3728 * gdb.linespec/ls-errs.exp
3729 * gdb.linespec/skip-two.exp
3730 * gdb.linespec/thread.exp
3731 * gdb.mi/mi-async.exp
3732 * gdb.mi/mi-basics.exp
3733 * gdb.mi/mi-break.exp
3734 * gdb.mi/mi-catch-load.exp
3735 * gdb.mi/mi-cli.exp
3736 * gdb.mi/mi-cmd-param-changed.exp
3737 * gdb.mi/mi-console.exp
3738 * gdb.mi/mi-detach.exp
3739 * gdb.mi/mi-disassemble.exp
3740 * gdb.mi/mi-eval.exp
3741 * gdb.mi/mi-file-transfer.exp
3742 * gdb.mi/mi-file.exp
3743 * gdb.mi/mi-fill-memory.exp
3744 * gdb.mi/mi-inheritance-syntax-error.exp
3745 * gdb.mi/mi-linespec-err-cp.exp
3746 * gdb.mi/mi-logging.exp
3747 * gdb.mi/mi-memory-changed.exp
3748 * gdb.mi/mi-read-memory.exp
3749 * gdb.mi/mi-record-changed.exp
3750 * gdb.mi/mi-reg-undefined.exp
3751 * gdb.mi/mi-regs.exp
3752 * gdb.mi/mi-return.exp
3753 * gdb.mi/mi-reverse.exp
3754 * gdb.mi/mi-simplerun.exp
3755 * gdb.mi/mi-solib.exp
3756 * gdb.mi/mi-stack.exp
3757 * gdb.mi/mi-stepi.exp
3758 * gdb.mi/mi-syn-frame.exp
3759 * gdb.mi/mi-until.exp
3760 * gdb.mi/mi-var-block.exp
3761 * gdb.mi/mi-var-child.exp
3762 * gdb.mi/mi-var-cmd.exp
3763 * gdb.mi/mi-var-cp.exp
3764 * gdb.mi/mi-var-display.exp
3765 * gdb.mi/mi-var-invalidate.exp
3766 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3767 * gdb.mi/mi-vla-fortran.exp
3768 * gdb.mi/mi-watch.exp
3769 * gdb.mi/mi2-var-child.exp
3770 * gdb.mi/user-selected-context-sync.exp
3771 * gdb.modula2/unbounded-array.exp
3772 * gdb.multi/dummy-frame-restore.exp
3773 * gdb.multi/multi-arch-exec.exp
3774 * gdb.multi/multi-arch.exp
3775 * gdb.multi/tids.exp
3776 * gdb.multi/watchpoint-multi.exp
3777 * gdb.opencl/callfuncs.exp
3778 * gdb.opencl/convs_casts.exp
3779 * gdb.opencl/datatypes.exp
3780 * gdb.opencl/operators.exp
3781 * gdb.opencl/vec_comps.exp
3782 * gdb.opt/clobbered-registers-O2.exp
3783 * gdb.opt/inline-break.exp
3784 * gdb.opt/inline-bt.exp
3785 * gdb.opt/inline-cmds.exp
3786 * gdb.opt/inline-locals.exp
3787 * gdb.pascal/case-insensitive-symbols.exp
3788 * gdb.pascal/floats.exp
3789 * gdb.pascal/gdb11492.exp
3790 * gdb.python/lib-types.exp
3791 * gdb.python/py-arch.exp
3792 * gdb.python/py-as-string.exp
3793 * gdb.python/py-bad-printers.exp
3794 * gdb.python/py-block.exp
3795 * gdb.python/py-breakpoint-create-fail.exp
3796 * gdb.python/py-breakpoint.exp
3797 * gdb.python/py-caller-is.exp
3798 * gdb.python/py-cmd.exp
3799 * gdb.python/py-explore-cc.exp
3800 * gdb.python/py-explore.exp
3801 * gdb.python/py-finish-breakpoint.exp
3802 * gdb.python/py-finish-breakpoint2.exp
3803 * gdb.python/py-frame-args.exp
3804 * gdb.python/py-frame-inline.exp
3805 * gdb.python/py-frame.exp
3806 * gdb.python/py-framefilter-mi.exp
3807 * gdb.python/py-infthread.exp
3808 * gdb.python/py-lazy-string.exp
3809 * gdb.python/py-linetable.exp
3810 * gdb.python/py-mi-events.exp
3811 * gdb.python/py-mi-objfile.exp
3812 * gdb.python/py-mi.exp
3813 * gdb.python/py-objfile.exp
3814 * gdb.python/py-pp-integral.exp
3815 * gdb.python/py-pp-maint.exp
3816 * gdb.python/py-pp-re-notag.exp
3817 * gdb.python/py-pp-registration.exp
3818 * gdb.python/py-recurse-unwind.exp
3819 * gdb.python/py-strfns.exp
3820 * gdb.python/py-symbol.exp
3821 * gdb.python/py-symtab.exp
3822 * gdb.python/py-sync-interp.exp
3823 * gdb.python/py-typeprint.exp
3824 * gdb.python/py-unwind-maint.exp
3825 * gdb.python/py-unwind.exp
3826 * gdb.python/py-value-cc.exp
3827 * gdb.python/py-xmethods.exp
3828 * gdb.reverse/amd64-tailcall-reverse.exp
3829 * gdb.reverse/break-precsave.exp
3830 * gdb.reverse/break-reverse.exp
3831 * gdb.reverse/consecutive-precsave.exp
3832 * gdb.reverse/consecutive-reverse.exp
3833 * gdb.reverse/finish-precsave.exp
3834 * gdb.reverse/finish-reverse-bkpt.exp
3835 * gdb.reverse/finish-reverse.exp
3836 * gdb.reverse/fstatat-reverse.exp
3837 * gdb.reverse/getresuid-reverse.exp
3838 * gdb.reverse/i386-precsave.exp
3839 * gdb.reverse/i386-reverse.exp
3840 * gdb.reverse/i386-sse-reverse.exp
3841 * gdb.reverse/i387-env-reverse.exp
3842 * gdb.reverse/i387-stack-reverse.exp
3843 * gdb.reverse/insn-reverse.exp
3844 * gdb.reverse/machinestate-precsave.exp
3845 * gdb.reverse/machinestate.exp
3846 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3847 * gdb.reverse/pipe-reverse.exp
3848 * gdb.reverse/readv-reverse.exp
3849 * gdb.reverse/recvmsg-reverse.exp
3850 * gdb.reverse/rerun-prec.exp
3851 * gdb.reverse/s390-mvcle.exp
3852 * gdb.reverse/step-precsave.exp
3853 * gdb.reverse/step-reverse.exp
3854 * gdb.reverse/time-reverse.exp
3855 * gdb.reverse/until-precsave.exp
3856 * gdb.reverse/until-reverse.exp
3857 * gdb.reverse/waitpid-reverse.exp
3858 * gdb.reverse/watch-precsave.exp
3859 * gdb.reverse/watch-reverse.exp
3860 * gdb.rust/generics.exp
3861 * gdb.rust/methods.exp
3862 * gdb.rust/modules.exp
3863 * gdb.rust/simple.exp
3864 * gdb.server/connect-with-no-symbol-file.exp
3865 * gdb.server/ext-attach.exp
3866 * gdb.server/ext-restart.exp
3867 * gdb.server/ext-wrapper.exp
3868 * gdb.server/file-transfer.exp
3869 * gdb.server/server-exec-info.exp
3870 * gdb.server/server-kill.exp
3871 * gdb.server/server-mon.exp
3872 * gdb.server/wrapper.exp
3873 * gdb.stabs/exclfwd.exp
3874 * gdb.stabs/gdb11479.exp
3875 * gdb.threads/clone-new-thread-event.exp
3876 * gdb.threads/corethreads.exp
3877 * gdb.threads/current-lwp-dead.exp
3878 * gdb.threads/dlopen-libpthread.exp
3879 * gdb.threads/gcore-thread.exp
3880 * gdb.threads/sigstep-threads.exp
3881 * gdb.threads/watchpoint-fork.exp
3882 * gdb.trace/actions-changed.exp
3883 * gdb.trace/backtrace.exp
3884 * gdb.trace/change-loc.exp
3885 * gdb.trace/circ.exp
3886 * gdb.trace/collection.exp
3887 * gdb.trace/disconnected-tracing.exp
3888 * gdb.trace/ftrace.exp
3889 * gdb.trace/mi-trace-frame-collected.exp
3890 * gdb.trace/mi-trace-unavailable.exp
3891 * gdb.trace/mi-traceframe-changed.exp
3892 * gdb.trace/mi-tsv-changed.exp
3893 * gdb.trace/no-attach-trace.exp
3894 * gdb.trace/passc-dyn.exp
3895 * gdb.trace/qtro.exp
3896 * gdb.trace/range-stepping.exp
3897 * gdb.trace/read-memory.exp
3898 * gdb.trace/save-trace.exp
3899 * gdb.trace/signal.exp
3900 * gdb.trace/status-stop.exp
3901 * gdb.trace/tfile.exp
3902 * gdb.trace/trace-break.exp
3903 * gdb.trace/trace-buffer-size.exp
3904 * gdb.trace/trace-condition.exp
3905 * gdb.trace/tracefile-pseudo-reg.exp
3906 * gdb.trace/tstatus.exp
3907 * gdb.trace/unavailable.exp
3908 * gdb.trace/while-dyn.exp
3909 * gdb.trace/while-stepping.exp
3910
3911 2016-12-22 Doug Evans <xdje42@gmail.com>
3912
3913 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3914 and msymbols.
3915
3916 2016-12-19 Yao Qi <yao.qi@linaro.org>
3917
3918 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3919 (test_with_self): Don't call do_steps_and_nexts, and remove
3920 code about stepping into xmalloc.
3921
3922 2016-12-09 Yao Qi <yao.qi@linaro.org>
3923
3924 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3925
3926 2016-12-09 Yao Qi <yao.qi@linaro.org>
3927
3928 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3929
3930 2016-12-09 Pedro Alves <palves@redhat.com>
3931
3932 * gdb.base/all-architectures-0.exp: New file.
3933 * gdb.base/all-architectures-1.exp: New file.
3934 * gdb.base/all-architectures-2.exp: New file.
3935 * gdb.base/all-architectures-3.exp: New file.
3936 * gdb.base/all-architectures-4.exp: New file.
3937 * gdb.base/all-architectures-5.exp: New file.
3938 * gdb.base/all-architectures-6.exp: New file.
3939 * gdb.base/all-architectures-7.exp: New file.
3940 * gdb.base/all-architectures.exp.in: New file.
3941
3942 2016-12-09 Yao Qi <yao.qi@linaro.org>
3943
3944 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3945
3946 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3947
3948 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3949 possible.
3950 Remove useless pattern-matching code.
3951
3952 2016-12-02 Pedro Alves <palves@redhat.com>
3953
3954 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3955 procedure.
3956 (top level): Call it.
3957
3958 2016-12-02 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3961 New procedure.
3962 (top level): Call it.
3963
3964 2016-12-02 Pedro Alves <palves@redhat.com>
3965
3966 PR cli/20559
3967 * gdb.base/commands.exp (user_defined_command_args_eval): New
3968 procedure.
3969 (top level): Call it.
3970
3971 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3972
3973 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3974 timeout handling.
3975
3976 2016-12-02 Tom Tromey <tom@tromey.com>
3977
3978 * gdb.dwarf2/main-subprogram.c: New file.
3979 * gdb.dwarf2/main-subprogram.exp: New file.
3980
3981 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3982
3983 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3984 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3985 gdb_test_no_output for a couple of cases.
3986 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3987
3988 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3989
3990 Fix test names and standardize compilation error messages throughout
3991 the following files:
3992
3993 * gdb.ada/start.exp
3994 * gdb.arch/alpha-step.exp
3995 * gdb.arch/e500-prologue.exp
3996 * gdb.arch/ftrace-insn-reloc.exp
3997 * gdb.arch/gdb1291.exp
3998 * gdb.arch/gdb1431.exp
3999 * gdb.arch/gdb1558.exp
4000 * gdb.arch/i386-dr3-watch.exp
4001 * gdb.arch/i386-sse-stack-align.exp
4002 * gdb.arch/ia64-breakpoint-shadow.exp
4003 * gdb.arch/pa-nullify.exp
4004 * gdb.arch/powerpc-aix-prologue.exp
4005 * gdb.arch/thumb-bx-pc.exp
4006 * gdb.base/annota1.exp
4007 * gdb.base/annota3.exp
4008 * gdb.base/arrayidx.exp
4009 * gdb.base/assign.exp
4010 * gdb.base/attach.exp
4011 * gdb.base/auxv.exp
4012 * gdb.base/bang.exp
4013 * gdb.base/bfp-test.exp
4014 * gdb.base/bigcore.exp
4015 * gdb.base/bitfields2.exp
4016 * gdb.base/break-fun-addr.exp
4017 * gdb.base/break-probes.exp
4018 * gdb.base/call-rt-st.exp
4019 * gdb.base/callexit.exp
4020 * gdb.base/catch-fork-kill.exp
4021 * gdb.base/charset.exp
4022 * gdb.base/checkpoint.exp
4023 * gdb.base/comprdebug.exp
4024 * gdb.base/constvars.exp
4025 * gdb.base/coredump-filter.exp
4026 * gdb.base/cursal.exp
4027 * gdb.base/cvexpr.exp
4028 * gdb.base/detach.exp
4029 * gdb.base/display.exp
4030 * gdb.base/dmsym.exp
4031 * gdb.base/dprintf-pending.exp
4032 * gdb.base/dso2dso.exp
4033 * gdb.base/dtrace-probe.exp
4034 * gdb.base/dump.exp
4035 * gdb.base/enum_cond.exp
4036 * gdb.base/exe-lock.exp
4037 * gdb.base/exec-invalid-sysroot.exp
4038 * gdb.base/execl-update-breakpoints.exp
4039 * gdb.base/exprs.exp
4040 * gdb.base/fileio.exp
4041 * gdb.base/find.exp
4042 * gdb.base/finish.exp
4043 * gdb.base/fixsection.exp
4044 * gdb.base/foll-vfork.exp
4045 * gdb.base/frame-args.exp
4046 * gdb.base/gcore.exp
4047 * gdb.base/gdb1250.exp
4048 * gdb.base/global-var-nested-by-dso.exp
4049 * gdb.base/gnu-ifunc.exp
4050 * gdb.base/hashline1.exp
4051 * gdb.base/hashline2.exp
4052 * gdb.base/hashline3.exp
4053 * gdb.base/hbreak-in-shr-unsupported.exp
4054 * gdb.base/huge.exp
4055 * gdb.base/infcall-input.exp
4056 * gdb.base/info-fun.exp
4057 * gdb.base/info-shared.exp
4058 * gdb.base/jit-simple.exp
4059 * gdb.base/jit-so.exp
4060 * gdb.base/jit.exp
4061 * gdb.base/jump.exp
4062 * gdb.base/label.exp
4063 * gdb.base/lineinc.exp
4064 * gdb.base/logical.exp
4065 * gdb.base/longjmp.exp
4066 * gdb.base/macscp.exp
4067 * gdb.base/miscexprs.exp
4068 * gdb.base/new-ui-echo.exp
4069 * gdb.base/new-ui-pending-input.exp
4070 * gdb.base/new-ui.exp
4071 * gdb.base/nodebug.exp
4072 * gdb.base/nofield.exp
4073 * gdb.base/offsets.exp
4074 * gdb.base/overlays.exp
4075 * gdb.base/pending.exp
4076 * gdb.base/pointers.exp
4077 * gdb.base/pr11022.exp
4078 * gdb.base/printcmds.exp
4079 * gdb.base/prologue.exp
4080 * gdb.base/ptr-typedef.exp
4081 * gdb.base/realname-expand.exp
4082 * gdb.base/relativedebug.exp
4083 * gdb.base/relocate.exp
4084 * gdb.base/remote.exp
4085 * gdb.base/reread.exp
4086 * gdb.base/return2.exp
4087 * gdb.base/savedregs.exp
4088 * gdb.base/sep.exp
4089 * gdb.base/sepdebug.exp
4090 * gdb.base/sepsymtab.exp
4091 * gdb.base/set-inferior-tty.exp
4092 * gdb.base/setshow.exp
4093 * gdb.base/shlib-call.exp
4094 * gdb.base/sigaltstack.exp
4095 * gdb.base/siginfo-addr.exp
4096 * gdb.base/signals.exp
4097 * gdb.base/signull.exp
4098 * gdb.base/sigrepeat.exp
4099 * gdb.base/so-impl-ld.exp
4100 * gdb.base/solib-display.exp
4101 * gdb.base/solib-overlap.exp
4102 * gdb.base/solib-search.exp
4103 * gdb.base/solib-symbol.exp
4104 * gdb.base/structs.exp
4105 * gdb.base/structs2.exp
4106 * gdb.base/symtab-search-order.exp
4107 * gdb.base/twice.exp
4108 * gdb.base/unload.exp
4109 * gdb.base/varargs.exp
4110 * gdb.base/watchpoint-solib.exp
4111 * gdb.base/watchpoint.exp
4112 * gdb.base/whatis.exp
4113 * gdb.base/wrong_frame_bt_full.exp
4114 * gdb.btrace/dlopen.exp
4115 * gdb.cell/ea-standalone.exp
4116 * gdb.cell/ea-test.exp
4117 * gdb.cp/dispcxx.exp
4118 * gdb.cp/gdb2384.exp
4119 * gdb.cp/method2.exp
4120 * gdb.cp/nextoverthrow.exp
4121 * gdb.cp/pr10728.exp
4122 * gdb.disasm/am33.exp
4123 * gdb.disasm/h8300s.exp
4124 * gdb.disasm/mn10300.exp
4125 * gdb.disasm/sh3.exp
4126 * gdb.dwarf2/dw2-dir-file-name.exp
4127 * gdb.fortran/complex.exp
4128 * gdb.fortran/library-module.exp
4129 * gdb.guile/scm-pretty-print.exp
4130 * gdb.guile/scm-symbol.exp
4131 * gdb.guile/scm-type.exp
4132 * gdb.guile/scm-value.exp
4133 * gdb.linespec/linespec.exp
4134 * gdb.mi/gdb701.exp
4135 * gdb.mi/gdb792.exp
4136 * gdb.mi/mi-breakpoint-changed.exp
4137 * gdb.mi/mi-dprintf-pending.exp
4138 * gdb.mi/mi-dprintf.exp
4139 * gdb.mi/mi-exit-code.exp
4140 * gdb.mi/mi-pending.exp
4141 * gdb.mi/mi-solib.exp
4142 * gdb.mi/new-ui-mi-sync.exp
4143 * gdb.mi/pr11022.exp
4144 * gdb.mi/user-selected-context-sync.exp
4145 * gdb.opt/solib-intra-step.exp
4146 * gdb.python/py-events.exp
4147 * gdb.python/py-finish-breakpoint.exp
4148 * gdb.python/py-mi.exp
4149 * gdb.python/py-prettyprint.exp
4150 * gdb.python/py-shared.exp
4151 * gdb.python/py-symbol.exp
4152 * gdb.python/py-template.exp
4153 * gdb.python/py-type.exp
4154 * gdb.python/py-value.exp
4155 * gdb.reverse/solib-precsave.exp
4156 * gdb.reverse/solib-reverse.exp
4157 * gdb.server/solib-list.exp
4158 * gdb.stabs/weird.exp
4159 * gdb.threads/reconnect-signal.exp
4160 * gdb.threads/stepi-random-signal.exp
4161 * gdb.trace/actions.exp
4162 * gdb.trace/ax.exp
4163 * gdb.trace/backtrace.exp
4164 * gdb.trace/change-loc.exp
4165 * gdb.trace/deltrace.exp
4166 * gdb.trace/ftrace-lock.exp
4167 * gdb.trace/ftrace.exp
4168 * gdb.trace/infotrace.exp
4169 * gdb.trace/mi-tracepoint-changed.exp
4170 * gdb.trace/packetlen.exp
4171 * gdb.trace/passcount.exp
4172 * gdb.trace/pending.exp
4173 * gdb.trace/range-stepping.exp
4174 * gdb.trace/report.exp
4175 * gdb.trace/stap-trace.exp
4176 * gdb.trace/tfind.exp
4177 * gdb.trace/trace-break.exp
4178 * gdb.trace/trace-condition.exp
4179 * gdb.trace/trace-enable-disable.exp
4180 * gdb.trace/trace-mt.exp
4181 * gdb.trace/tracecmd.exp
4182 * gdb.trace/tspeed.exp
4183 * gdb.trace/tsv.exp
4184 * lib/perftest.exp
4185
4186 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4187
4188 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4189 with gdb_test_no_output.
4190 Use command as test name.
4191
4192 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4193
4194 Fix test names starting with uppercase throughout the files.
4195
4196 * gdb.ada/assign_1.exp
4197 * gdb.ada/boolean_expr.exp
4198 * gdb.base/arrayidx.exp
4199 * gdb.base/del.exp
4200 * gdb.base/gcore-buffer-overflow.exp
4201 * gdb.base/testenv.exp
4202 * gdb.compile/compile.exp
4203 * gdb.python/py-framefilter-invalidarg.exp
4204 * gdb.python/py-framefilter.exp
4205
4206 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4207
4208 Fix test names starting with uppercase throughout the files.
4209
4210 * gdb.ada/array_return.exp
4211 * gdb.ada/expr_delims.exp
4212 * gdb.ada/mi_dyn_arr.exp
4213 * gdb.ada/mi_interface.exp
4214 * gdb.ada/mi_var_array.exp
4215 * gdb.ada/watch_arg.exp
4216 * gdb.arch/alpha-step.exp
4217 * gdb.arch/altivec-regs.exp
4218 * gdb.arch/e500-regs.exp
4219 * gdb.arch/powerpc-d128-regs.exp
4220 * gdb.base/arrayidx.exp
4221 * gdb.base/break.exp
4222 * gdb.base/checkpoint.exp
4223 * gdb.base/debug-expr.exp
4224 * gdb.base/dmsym.exp
4225 * gdb.base/radix.exp
4226 * gdb.base/sepdebug.exp
4227 * gdb.base/testenv.exp
4228 * gdb.base/watch_thread_num.exp
4229 * gdb.base/watchpoint-cond-gone.exp
4230 * gdb.cell/break.exp
4231 * gdb.cell/ea-cache.exp
4232 * gdb.compile/compile.exp
4233 * gdb.cp/gdb2495.exp
4234 * gdb.gdb/selftest.exp
4235 * gdb.gdb/xfullpath.exp
4236 * gdb.go/hello.exp
4237 * gdb.go/integers.exp
4238 * gdb.objc/basicclass.exp
4239 * gdb.pascal/hello.exp
4240 * gdb.pascal/integers.exp
4241 * gdb.python/py-breakpoint.exp
4242 * gdb.python/py-cmd.exp
4243 * gdb.python/py-linetable.exp
4244 * gdb.python/py-xmethods.exp
4245 * gdb.python/python.exp
4246 * gdb.reverse/consecutive-precsave.exp
4247 * gdb.reverse/finish-precsave.exp
4248 * gdb.reverse/i386-precsave.exp
4249 * gdb.reverse/machinestate-precsave.exp
4250 * gdb.reverse/sigall-precsave.exp
4251 * gdb.reverse/solib-precsave.exp
4252 * gdb.reverse/step-precsave.exp
4253 * gdb.reverse/until-precsave.exp
4254 * gdb.reverse/watch-precsave.exp
4255 * gdb.threads/leader-exit.exp
4256 * gdb.threads/pthreads.exp
4257 * gdb.threads/wp-replication.exp
4258 * gdb.trace/actions.exp
4259 * gdb.trace/mi-tsv-changed.exp
4260 * gdb.trace/tsv.exp
4261
4262 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4263
4264 Fix test names starting with uppercase throughout the files.
4265
4266 * gdb.arch/i386-bp_permanent.exp
4267 * gdb.arch/i386-gnu-cfi.exp
4268 * gdb.base/disasm-end-cu.exp
4269 * gdb.base/macscp.exp
4270 * gdb.base/pending.exp
4271 * gdb.base/watch_thread_num.exp
4272 * gdb.cp/exception.exp
4273 * gdb.cp/gdb2495.exp
4274 * gdb.cp/local.exp
4275 * gdb.python/py-evsignal.exp
4276 * gdb.python/python.exp
4277 * gdb.trace/tracecmd.exp
4278
4279 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4280
4281 Fix test names starting with uppercase throughout the files.
4282
4283 * gdb.base/charset.exp
4284 * gdb.base/eval.exp
4285 * gdb.base/multi-forks.exp
4286 * gdb.guile/scm-progspace.exp
4287 * gdb.opencl/datatypes.exp
4288 * gdb.python/py-block.exp
4289 * gdb.python/py-function.exp
4290 * gdb.python/py-symbol.exp
4291 * gdb.python/py-symtab.exp
4292 * gdb.python/py-xmethods.exp
4293 * gdb.reverse/break-precsave.exp
4294 * gdb.reverse/break-reverse.exp
4295 * gdb.reverse/consecutive-precsave.exp
4296 * gdb.reverse/consecutive-reverse.exp
4297 * gdb.reverse/finish-precsave.exp
4298 * gdb.reverse/finish-reverse-bkpt.exp
4299 * gdb.reverse/finish-reverse.exp
4300 * gdb.reverse/fstatat-reverse.exp
4301 * gdb.reverse/getresuid-reverse.exp
4302 * gdb.reverse/i386-precsave.exp
4303 * gdb.reverse/i386-reverse.exp
4304 * gdb.reverse/i386-sse-reverse.exp
4305 * gdb.reverse/i387-stack-reverse.exp
4306 * gdb.reverse/insn-reverse.exp
4307 * gdb.reverse/machinestate-precsave.exp
4308 * gdb.reverse/machinestate.exp
4309 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4310 * gdb.reverse/pipe-reverse.exp
4311 * gdb.reverse/readv-reverse.exp
4312 * gdb.reverse/recvmsg-reverse.exp
4313 * gdb.reverse/rerun-prec.exp
4314 * gdb.reverse/s390-mvcle.exp
4315 * gdb.reverse/sigall-precsave.exp
4316 * gdb.reverse/sigall-reverse.exp
4317 * gdb.reverse/solib-precsave.exp
4318 * gdb.reverse/solib-reverse.exp
4319 * gdb.reverse/step-precsave.exp
4320 * gdb.reverse/step-reverse.exp
4321 * gdb.reverse/time-reverse.exp
4322 * gdb.reverse/until-precsave.exp
4323 * gdb.reverse/until-reverse.exp
4324 * gdb.reverse/waitpid-reverse.exp
4325 * gdb.reverse/watch-precsave.exp
4326 * gdb.reverse/watch-reverse.exp
4327
4328 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4329
4330 Fix test names starting with uppercase throughout the files.
4331
4332 * gdb.arch/i386-mpx-simple_segv.exp
4333 * gdb.arch/i386-mpx.exp
4334 * gdb.arch/i386-permbkpt.exp
4335 * gdb.arch/pa-nullify.exp
4336 * gdb.arch/powerpc-d128-regs.exp
4337 * gdb.arch/vsx-regs.exp
4338 * gdb.base/bfp-test.exp
4339 * gdb.base/break.exp
4340 * gdb.base/breakpoint-shadow.exp
4341 * gdb.base/callfuncs.exp
4342 * gdb.base/charset.exp
4343 * gdb.base/commands.exp
4344 * gdb.base/completion.exp
4345 * gdb.base/dfp-test.exp
4346 * gdb.base/echo.exp
4347 * gdb.base/ending-run.exp
4348 * gdb.base/eval.exp
4349 * gdb.base/expand-psymtabs.exp
4350 * gdb.base/float128.exp
4351 * gdb.base/floatn.exp
4352 * gdb.base/foll-exec-mode.exp
4353 * gdb.base/gdb1056.exp
4354 * gdb.base/gdb11531.exp
4355 * gdb.base/kill-after-signal.exp
4356 * gdb.base/multi-forks.exp
4357 * gdb.base/overlays.exp
4358 * gdb.base/pending.exp
4359 * gdb.base/sepdebug.exp
4360 * gdb.base/testenv.exp
4361 * gdb.base/valgrind-db-attach.exp
4362 * gdb.base/watch_thread_num.exp
4363 * gdb.base/watchpoint-cond-gone.exp
4364 * gdb.base/watchpoint.exp
4365 * gdb.base/watchpoints.exp
4366 * gdb.cp/arg-reference.exp
4367 * gdb.cp/baseenum.exp
4368 * gdb.cp/operator.exp
4369 * gdb.cp/shadow.exp
4370 * gdb.dwarf2/dw2-op-out-param.exp
4371 * gdb.dwarf2/dw2-reg-undefined.exp
4372 * gdb.go/chan.exp
4373 * gdb.go/hello.exp
4374 * gdb.go/integers.exp
4375 * gdb.go/methods.exp
4376 * gdb.go/package.exp
4377 * gdb.guile/scm-parameter.exp
4378 * gdb.guile/scm-progspace.exp
4379 * gdb.guile/scm-value.exp
4380 * gdb.mi/mi-pending.exp
4381 * gdb.mi/user-selected-context-sync.exp
4382 * gdb.multi/multi-attach.exp
4383 * gdb.multi/tids.exp
4384 * gdb.opt/clobbered-registers-O2.exp
4385 * gdb.pascal/floats.exp
4386 * gdb.pascal/integers.exp
4387 * gdb.python/py-block.exp
4388 * gdb.python/py-events.exp
4389 * gdb.python/py-parameter.exp
4390 * gdb.python/py-symbol.exp
4391 * gdb.python/py-symtab.exp
4392 * gdb.python/py-type.exp
4393 * gdb.python/py-value.exp
4394 * gdb.python/py-xmethods.exp
4395 * gdb.python/python.exp
4396 * gdb.reverse/break-precsave.exp
4397 * gdb.reverse/consecutive-precsave.exp
4398 * gdb.reverse/finish-precsave.exp
4399 * gdb.reverse/i386-precsave.exp
4400 * gdb.reverse/machinestate-precsave.exp
4401 * gdb.reverse/sigall-precsave.exp
4402 * gdb.reverse/solib-precsave.exp
4403 * gdb.reverse/step-precsave.exp
4404 * gdb.reverse/until-precsave.exp
4405 * gdb.reverse/watch-precsave.exp
4406 * gdb.server/ext-attach.exp
4407 * gdb.server/ext-restart.exp
4408 * gdb.server/ext-run.exp
4409 * gdb.server/ext-wrapper.exp
4410 * gdb.stabs/gdb11479.exp
4411 * gdb.stabs/weird.exp
4412 * gdb.threads/attach-many-short-lived-threads.exp
4413 * gdb.threads/kill.exp
4414 * gdb.threads/watchpoint-fork.exp
4415
4416 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4417
4418 Fix test names starting with uppercase throughout all the files below.
4419
4420 * gdb.ada/array_return.exp
4421 * gdb.ada/catch_ex.exp
4422 * gdb.ada/info_exc.exp
4423 * gdb.ada/mi_catch_ex.exp
4424 * gdb.ada/mi_dyn_arr.exp
4425 * gdb.ada/mi_ex_cond.exp
4426 * gdb.ada/mi_exc_info.exp
4427 * gdb.ada/mi_interface.exp
4428 * gdb.ada/mi_task_arg.exp
4429 * gdb.ada/mi_task_info.exp
4430 * gdb.ada/mi_var_array.exp
4431 * gdb.arch/alpha-step.exp
4432 * gdb.arch/amd64-disp-step.exp
4433 * gdb.arch/arm-disp-step.exp
4434 * gdb.arch/disp-step-insn-reloc.exp
4435 * gdb.arch/e500-prologue.exp
4436 * gdb.arch/ftrace-insn-reloc.exp
4437 * gdb.arch/gdb1558.exp
4438 * gdb.arch/i386-bp_permanent.exp
4439 * gdb.arch/i386-disp-step.exp
4440 * gdb.arch/i386-float.exp
4441 * gdb.arch/i386-gnu-cfi.exp
4442 * gdb.arch/ia64-breakpoint-shadow.exp
4443 * gdb.arch/mips16-thunks.exp
4444 * gdb.arch/pa-nullify.exp
4445 * gdb.arch/powerpc-aix-prologue.exp
4446 * gdb.arch/powerpc-power.exp
4447 * gdb.arch/ppc-dfp.exp
4448 * gdb.arch/s390-tdbregs.exp
4449 * gdb.arch/spu-info.exp
4450 * gdb.arch/spu-ls.exp
4451 * gdb.arch/thumb-bx-pc.exp
4452 * gdb.base/advance.exp
4453 * gdb.base/annota-input-while-running.exp
4454 * gdb.base/arrayidx.exp
4455 * gdb.base/asmlabel.exp
4456 * gdb.base/async.exp
4457 * gdb.base/attach-wait-input.exp
4458 * gdb.base/auto-connect-native-target.exp
4459 * gdb.base/batch-preserve-term-settings.exp
4460 * gdb.base/bfp-test.exp
4461 * gdb.base/bigcore.exp
4462 * gdb.base/bp-permanent.exp
4463 * gdb.base/break-always.exp
4464 * gdb.base/break-fun-addr.exp
4465 * gdb.base/break-idempotent.exp
4466 * gdb.base/break-main-file-remove-fail.exp
4467 * gdb.base/break-probes.exp
4468 * gdb.base/break-unload-file.exp
4469 * gdb.base/break.exp
4470 * gdb.base/call-ar-st.exp
4471 * gdb.base/call-rt-st.exp
4472 * gdb.base/call-sc.exp
4473 * gdb.base/call-signal-resume.exp
4474 * gdb.base/call-strs.exp
4475 * gdb.base/callexit.exp
4476 * gdb.base/callfuncs.exp
4477 * gdb.base/catch-gdb-caused-signals.exp
4478 * gdb.base/catch-signal-siginfo-cond.exp
4479 * gdb.base/catch-syscall.exp
4480 * gdb.base/compare-sections.exp
4481 * gdb.base/cond-eval-mode.exp
4482 * gdb.base/condbreak-call-false.exp
4483 * gdb.base/consecutive-step-over.exp
4484 * gdb.base/cursal.exp
4485 * gdb.base/disabled-location.exp
4486 * gdb.base/disasm-end-cu.exp
4487 * gdb.base/display.exp
4488 * gdb.base/double-prompt-target-event-error.exp
4489 * gdb.base/dprintf-bp-same-addr.exp
4490 * gdb.base/dprintf-detach.exp
4491 * gdb.base/dprintf-next.exp
4492 * gdb.base/dprintf-non-stop.exp
4493 * gdb.base/dprintf-pending.exp
4494 * gdb.base/dso2dso.exp
4495 * gdb.base/ending-run.exp
4496 * gdb.base/enum_cond.exp
4497 * gdb.base/examine-backward.exp
4498 * gdb.base/exe-lock.exp
4499 * gdb.base/exec-invalid-sysroot.exp
4500 * gdb.base/execl-update-breakpoints.exp
4501 * gdb.base/execution-termios.exp
4502 * gdb.base/fileio.exp
4503 * gdb.base/fixsection.exp
4504 * gdb.base/foll-exec-mode.exp
4505 * gdb.base/foll-exec.exp
4506 * gdb.base/fork-running-state.exp
4507 * gdb.base/frame-args.exp
4508 * gdb.base/fullpath-expand.exp
4509 * gdb.base/func-ptr.exp
4510 * gdb.base/gcore-relro-pie.exp
4511 * gdb.base/gdb1090.exp
4512 * gdb.base/gdb1555.exp
4513 * gdb.base/global-var-nested-by-dso.exp
4514 * gdb.base/gnu-ifunc.exp
4515 * gdb.base/hbreak-in-shr-unsupported.exp
4516 * gdb.base/hbreak-unmapped.exp
4517 * gdb.base/hook-stop.exp
4518 * gdb.base/infcall-input.exp
4519 * gdb.base/info-fun.exp
4520 * gdb.base/info-shared.exp
4521 * gdb.base/interrupt-noterm.exp
4522 * gdb.base/jit-so.exp
4523 * gdb.base/jit.exp
4524 * gdb.base/line-symtabs.exp
4525 * gdb.base/list.exp
4526 * gdb.base/longjmp.exp
4527 * gdb.base/macscp.exp
4528 * gdb.base/max-value-size.exp
4529 * gdb.base/nodebug.exp
4530 * gdb.base/nofield.exp
4531 * gdb.base/overlays.exp
4532 * gdb.base/paginate-after-ctrl-c-running.exp
4533 * gdb.base/paginate-bg-execution.exp
4534 * gdb.base/paginate-inferior-exit.exp
4535 * gdb.base/pending.exp
4536 * gdb.base/pr11022.exp
4537 * gdb.base/printcmds.exp
4538 * gdb.base/ptr-typedef.exp
4539 * gdb.base/ptype.exp
4540 * gdb.base/randomize.exp
4541 * gdb.base/range-stepping.exp
4542 * gdb.base/realname-expand.exp
4543 * gdb.base/relativedebug.exp
4544 * gdb.base/remote.exp
4545 * gdb.base/savedregs.exp
4546 * gdb.base/sepdebug.exp
4547 * gdb.base/set-noassign.exp
4548 * gdb.base/shlib-call.exp
4549 * gdb.base/shreloc.exp
4550 * gdb.base/sigaltstack.exp
4551 * gdb.base/sigbpt.exp
4552 * gdb.base/siginfo-addr.exp
4553 * gdb.base/siginfo-obj.exp
4554 * gdb.base/siginfo-thread.exp
4555 * gdb.base/signest.exp
4556 * gdb.base/signull.exp
4557 * gdb.base/sigrepeat.exp
4558 * gdb.base/skip.exp
4559 * gdb.base/so-impl-ld.exp
4560 * gdb.base/solib-corrupted.exp
4561 * gdb.base/solib-disc.exp
4562 * gdb.base/solib-display.exp
4563 * gdb.base/solib-overlap.exp
4564 * gdb.base/solib-search.exp
4565 * gdb.base/solib-symbol.exp
4566 * gdb.base/source-execution.exp
4567 * gdb.base/sss-bp-on-user-bp-2.exp
4568 * gdb.base/sss-bp-on-user-bp.exp
4569 * gdb.base/stack-checking.exp
4570 * gdb.base/stale-infcall.exp
4571 * gdb.base/step-break.exp
4572 * gdb.base/step-line.exp
4573 * gdb.base/step-over-exit.exp
4574 * gdb.base/step-test.exp
4575 * gdb.base/structs.exp
4576 * gdb.base/sym-file.exp
4577 * gdb.base/symtab-search-order.exp
4578 * gdb.base/term.exp
4579 * gdb.base/type-opaque.exp
4580 * gdb.base/unload.exp
4581 * gdb.base/until-nodebug.exp
4582 * gdb.base/until.exp
4583 * gdb.base/unwindonsignal.exp
4584 * gdb.base/watch-cond.exp
4585 * gdb.base/watch-non-mem.exp
4586 * gdb.base/watch_thread_num.exp
4587 * gdb.base/watchpoint-reuse-slot.exp
4588 * gdb.base/watchpoint-solib.exp
4589 * gdb.base/watchpoint.exp
4590 * gdb.btrace/dlopen.exp
4591 * gdb.cell/arch.exp
4592 * gdb.cell/break.exp
4593 * gdb.cell/bt.exp
4594 * gdb.cell/core.exp
4595 * gdb.cell/data.exp
4596 * gdb.cell/dwarfaddr.exp
4597 * gdb.cell/ea-cache.exp
4598 * gdb.cell/ea-standalone.exp
4599 * gdb.cell/ea-test.exp
4600 * gdb.cell/f-regs.exp
4601 * gdb.cell/fork.exp
4602 * gdb.cell/gcore.exp
4603 * gdb.cell/mem-access.exp
4604 * gdb.cell/ptype.exp
4605 * gdb.cell/registers.exp
4606 * gdb.cell/sizeof.exp
4607 * gdb.cell/solib-symbol.exp
4608 * gdb.cell/solib.exp
4609 * gdb.compile/compile-tls.exp
4610 * gdb.cp/exception.exp
4611 * gdb.cp/gdb2495.exp
4612 * gdb.cp/local.exp
4613 * gdb.cp/mb-inline.exp
4614 * gdb.cp/mb-templates.exp
4615 * gdb.cp/pr10687.exp
4616 * gdb.cp/pr9167.exp
4617 * gdb.cp/scope-err.exp
4618 * gdb.cp/templates.exp
4619 * gdb.cp/virtfunc.exp
4620 * gdb.dwarf2/dw2-dir-file-name.exp
4621 * gdb.dwarf2/dw2-single-line-discriminators.exp
4622 * gdb.fortran/complex.exp
4623 * gdb.fortran/library-module.exp
4624 * gdb.guile/guile.exp
4625 * gdb.guile/scm-cmd.exp
4626 * gdb.guile/scm-frame-inline.exp
4627 * gdb.guile/scm-objfile.exp
4628 * gdb.guile/scm-pretty-print.exp
4629 * gdb.guile/scm-symbol.exp
4630 * gdb.guile/scm-type.exp
4631 * gdb.guile/scm-value.exp
4632 * gdb.linespec/keywords.exp
4633 * gdb.linespec/ls-errs.exp
4634 * gdb.linespec/macro-relative.exp
4635 * gdb.linespec/thread.exp
4636 * gdb.mi/mi-breakpoint-changed.exp
4637 * gdb.mi/mi-dprintf-pending.exp
4638 * gdb.mi/mi-fullname-deleted.exp
4639 * gdb.mi/mi-logging.exp
4640 * gdb.mi/mi-pending.exp
4641 * gdb.mi/mi-solib.exp
4642 * gdb.mi/new-ui-mi-sync.exp
4643 * gdb.mi/user-selected-context-sync.exp
4644 * gdb.multi/dummy-frame-restore.exp
4645 * gdb.multi/multi-arch-exec.exp
4646 * gdb.multi/remove-inferiors.exp
4647 * gdb.multi/watchpoint-multi-exit.exp
4648 * gdb.opt/solib-intra-step.exp
4649 * gdb.perf/backtrace.exp
4650 * gdb.perf/single-step.exp
4651 * gdb.perf/skip-command.exp
4652 * gdb.perf/skip-prologue.exp
4653 * gdb.perf/solib.exp
4654 * gdb.python/lib-types.exp
4655 * gdb.python/py-as-string.exp
4656 * gdb.python/py-bad-printers.exp
4657 * gdb.python/py-block.exp
4658 * gdb.python/py-breakpoint.exp
4659 * gdb.python/py-cmd.exp
4660 * gdb.python/py-events.exp
4661 * gdb.python/py-evthreads.exp
4662 * gdb.python/py-finish-breakpoint.exp
4663 * gdb.python/py-finish-breakpoint2.exp
4664 * gdb.python/py-frame-inline.exp
4665 * gdb.python/py-frame.exp
4666 * gdb.python/py-inferior.exp
4667 * gdb.python/py-infthread.exp
4668 * gdb.python/py-mi.exp
4669 * gdb.python/py-objfile.exp
4670 * gdb.python/py-pp-maint.exp
4671 * gdb.python/py-pp-registration.exp
4672 * gdb.python/py-prettyprint.exp
4673 * gdb.python/py-recurse-unwind.exp
4674 * gdb.python/py-shared.exp
4675 * gdb.python/py-symbol.exp
4676 * gdb.python/py-symtab.exp
4677 * gdb.python/py-template.exp
4678 * gdb.python/py-type.exp
4679 * gdb.python/py-unwind-maint.exp
4680 * gdb.python/py-unwind.exp
4681 * gdb.python/py-value.exp
4682 * gdb.python/python.exp
4683 * gdb.reverse/finish-reverse-bkpt.exp
4684 * gdb.reverse/insn-reverse.exp
4685 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4686 * gdb.reverse/solib-precsave.exp
4687 * gdb.reverse/solib-reverse.exp
4688 * gdb.stabs/gdb11479.exp
4689 * gdb.stabs/weird.exp
4690 * gdb.threads/fork-child-threads.exp
4691 * gdb.threads/fork-plus-threads.exp
4692 * gdb.threads/fork-thread-pending.exp
4693 * gdb.threads/forking-threads-plus-breakpoint.exp
4694 * gdb.threads/hand-call-in-threads.exp
4695 * gdb.threads/interrupted-hand-call.exp
4696 * gdb.threads/linux-dp.exp
4697 * gdb.threads/local-watch-wrong-thread.exp
4698 * gdb.threads/next-while-other-thread-longjmps.exp
4699 * gdb.threads/non-ldr-exit.exp
4700 * gdb.threads/pending-step.exp
4701 * gdb.threads/print-threads.exp
4702 * gdb.threads/process-dies-while-detaching.exp
4703 * gdb.threads/process-dies-while-handling-bp.exp
4704 * gdb.threads/pthreads.exp
4705 * gdb.threads/queue-signal.exp
4706 * gdb.threads/reconnect-signal.exp
4707 * gdb.threads/signal-command-handle-nopass.exp
4708 * gdb.threads/signal-command-multiple-signals-pending.exp
4709 * gdb.threads/signal-delivered-right-thread.exp
4710 * gdb.threads/signal-sigtrap.exp
4711 * gdb.threads/sigthread.exp
4712 * gdb.threads/staticthreads.exp
4713 * gdb.threads/stepi-random-signal.exp
4714 * gdb.threads/thread-unwindonsignal.exp
4715 * gdb.threads/thread_check.exp
4716 * gdb.threads/thread_events.exp
4717 * gdb.threads/tid-reuse.exp
4718 * gdb.threads/tls-nodebug.exp
4719 * gdb.threads/tls-shared.exp
4720 * gdb.threads/tls-so_extern.exp
4721 * gdb.threads/tls.exp
4722 * gdb.threads/wp-replication.exp
4723 * gdb.trace/actions-changed.exp
4724 * gdb.trace/actions.exp
4725 * gdb.trace/backtrace.exp
4726 * gdb.trace/change-loc.exp
4727 * gdb.trace/collection.exp
4728 * gdb.trace/deltrace.exp
4729 * gdb.trace/disconnected-tracing.exp
4730 * gdb.trace/entry-values.exp
4731 * gdb.trace/ftrace-lock.exp
4732 * gdb.trace/ftrace.exp
4733 * gdb.trace/infotrace.exp
4734 * gdb.trace/mi-trace-frame-collected.exp
4735 * gdb.trace/mi-trace-unavailable.exp
4736 * gdb.trace/mi-traceframe-changed.exp
4737 * gdb.trace/mi-tracepoint-changed.exp
4738 * gdb.trace/mi-tsv-changed.exp
4739 * gdb.trace/no-attach-trace.exp
4740 * gdb.trace/packetlen.exp
4741 * gdb.trace/passc-dyn.exp
4742 * gdb.trace/passcount.exp
4743 * gdb.trace/pending.exp
4744 * gdb.trace/pr16508.exp
4745 * gdb.trace/qtro.exp
4746 * gdb.trace/range-stepping.exp
4747 * gdb.trace/read-memory.exp
4748 * gdb.trace/report.exp
4749 * gdb.trace/save-trace.exp
4750 * gdb.trace/signal.exp
4751 * gdb.trace/stap-trace.exp
4752 * gdb.trace/status-stop.exp
4753 * gdb.trace/strace.exp
4754 * gdb.trace/tfile.exp
4755 * gdb.trace/tfind.exp
4756 * gdb.trace/trace-break.exp
4757 * gdb.trace/trace-condition.exp
4758 * gdb.trace/trace-enable-disable.exp
4759 * gdb.trace/trace-mt.exp
4760 * gdb.trace/tracecmd.exp
4761 * gdb.trace/tracefile-pseudo-reg.exp
4762 * gdb.trace/tspeed.exp
4763 * gdb.trace/tstatus.exp
4764 * gdb.trace/tsv.exp
4765 * gdb.trace/unavailable.exp
4766 * gdb.trace/while-dyn.exp
4767 * gdb.trace/while-stepping.exp
4768 * lib/gdb-guile.exp
4769 * lib/gdb.exp
4770 * lib/mi-support.exp
4771 * lib/pascal.exp
4772 * lib/perftest.exp
4773 * lib/prelink-support.exp
4774 * lib/selftest-support.exp
4775
4776 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4777
4778 * Makefile.in: Include disable-implicit-rules.mk.
4779
4780 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4781
4782 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4783 non-byte-aligned bit fields.
4784
4785 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4786
4787 PR gdb/12616
4788 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4789 respects the DW_AT_data_bit_offset attribute.
4790
4791 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4792
4793 * gdb.base/default.exp: Fix output of "set language".
4794
4795 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4796
4797 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4798 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4799 make.
4800 * configure.ac: Remove checks for the make program.
4801 * configure: Re-generate.
4802
4803 2016-11-16 Kevin Buettner <kevinb@redhat.com>
4804
4805 * gdb.python/py-recurse-unwind.c (main): Add loop.
4806 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4807 to read_register() and gdb.parse_and_eval(). Make each code
4808 call a separate case that can be individually tested.
4809 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4810 proc. Call cont_and_backtrace for each of the code paths that
4811 we want to test in the unwinder.
4812
4813 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4814
4815 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4816 the definition of struct S.
4817
4818 2016-11-11 Catherine Moore <clm@codesourcery.com>
4819
4820 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4821
4822 2016-11-09 Pedro Alves <palves@redhat.com>
4823
4824 * gdb.base/commands.exp (runto_or_return): New procedure.
4825 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4826 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4827 (progvar_simple_while_test, progvar_complex_if_while_test)
4828 (if_while_breakpoint_command_test)
4829 (infrun_breakpoint_command_test, breakpoint_command_test)
4830 (user_defined_command_test, watchpoint_command_test)
4831 (test_command_prompt_position, redefine_hook_test)
4832 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4833 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4834 multi_line_input and multi_line. Remove gdb_expect and
4835 gdb_stop_suppressing_tests uses.
4836 * lib/gdb.exp (valnum_re): New global.
4837 (multi_line_input): New procedure.
4838
4839 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4840
4841 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4842 Remove.
4843 (test_setup): Define with proc_with_prefix.
4844 (test_cli_inferior): Likewise.
4845 (test_cli_thread): Likewise.
4846 (test_cli_frame): Likewise.
4847 (test_cli_select_frame): Likewise.
4848 (test_cli_up_down): Likewise.
4849 (test_mi_thread_select): Likewise.
4850 (test_mi_stack_select_frame): Likewise.
4851 (test_cli_in_mi_inferior): Likewise.
4852 (test_cli_in_mi_thread): Likewise.
4853 (test_cli_in_mi_frame): Likewise.
4854 (top level): Do not use with_test_prefix_procname.
4855
4856 2016-11-09 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.base/commands.exp (gdbvar_simple_if_test)
4859 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4860 (progvar_simple_if_test, progvar_simple_while_test)
4861 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4862 (infrun_breakpoint_command_test, breakpoint_command_test)
4863 (user_defined_command_test, watchpoint_command_test)
4864 (test_command_prompt_position, deprecated_command_test)
4865 (bp_deleted_in_command, temporary_breakpoint_commands)
4866 (stray_arg0_test, source_file_with_indented_comment)
4867 (recursive_source_test, if_commands_test)
4868 (error_clears_commands_left, redefine_hook_test)
4869 (redefine_backtrace_test): Use proc_with_prefix.
4870 * lib/gdb.exp (proc_with_prefix): New proc.
4871
4872 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4873
4874 * gdb.base/tui-layout.c: New file.
4875 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4876 disassembly window contains very long lines.
4877
4878 2016-11-08 Tom Tromey <tom@tromey.com>
4879
4880 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4881 depend on Python 2.
4882
4883 2016-11-08 Tom Tromey <tom@tromey.com>
4884
4885 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4886 New method.
4887
4888 2016-10-29 Manish Goregaokar <manish@mozilla.com>
4889
4890 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4891
4892 2016-10-27 Manish Goregaokar <manish@mozilla.com>
4893
4894 * gdb.rust/simple.rs: Add test for univariant enums without
4895 discriminants and for encoded struct-like enums.
4896
4897 2016-10-28 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4900 gdb_test_multiple, tighten regexps and match symtabs and line
4901 tables incrementally.
4902
4903 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
4904
4905 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4906 general.
4907
4908 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
4909
4910 * gdb.base/exec-invalid-sysroot.exp: New file.
4911
4912 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4913
4914 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4915
4916 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4917
4918 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4919
4920 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4921
4922 * gdb.base/killed-outside.exp: Remove $options from a call to
4923 `prepare_for_testing'.
4924
4925 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4926
4927 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4928 Change test message.
4929
4930 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4931
4932 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4933 Update comment.
4934
4935 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4936
4937 * gdb.trace/mi-trace-save.exp: New file.
4938
4939 2016-10-13 Yao Qi <yao.qi@linaro.org>
4940
4941 * gdb.base/code_elim.exp (get_var_address): Remove.
4942 * gdb.base/relocate.exp: Likewise.
4943 * gdb.base/shreloc.exp: Likewise.
4944 * lib/gdb.exp (get_var_address): New.
4945
4946 2016-10-13 Yao Qi <yao.qi@linaro.org>
4947
4948 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4949 floating point tests if $skip_float_test is false.
4950
4951 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
4952
4953 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4954 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4955 argc values.
4956 Add 1 to argc so we guarantee distinct initial/modified argc values.
4957
4958 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4959
4960 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4961
4962 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4963
4964 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4965 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4966 * gdb.arch/vsx-regs.exp: Likewise.
4967
4968 2016-10-07 Yao Qi <yao.qi@linaro.org>
4969
4970 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4971
4972 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4973
4974 * gdb.python/python.exp: Test decode_line("*0").
4975
4976 2016-10-06 Doug Evans <dje@google.com>
4977
4978 * gdb.python/py-value.exp (test_value_creation): Add test for large
4979 unsigned 64-bit value.
4980
4981 2016-10-06 Tom Tromey <tom@tromey.com>
4982
4983 * gdb.compile/compile.exp: Change java tests to rust.
4984 * gdb.base/setshow.exp: Change java tests to rust.
4985 * gdb.base/default.exp: Remove java from language list.
4986 * README (Examples): Update language example.
4987 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4988 test.
4989 * lib/gdb.exp (skip_java_tests): Remove.
4990 * lib/java.exp: Remove.
4991 * gdb.java: Remove.
4992
4993 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4994
4995 * gdb.arch/mips-fcr.exp: New test.
4996 * gdb.arch/mips-fcr.c: Source for the new test.
4997
4998 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4999
5000 * gdb.base/solib-disc.exp: Use `standard_output_file'
5001 throughout.
5002
5003 2016-10-06 Pedro Alves <palves@redhat.com>
5004
5005 * gdb.base/jit-simple-dl.c: New file.
5006 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5007 * gdb.base/jit-simple.c: ... this.
5008 * gdb.base/jit-simple.exp (jit_run): Delete.
5009 (build_jit): New proc.
5010 (jit_test_reread): Recompile either the main program or the shared
5011 library, depending on what is being tested. Skip changing address
5012 if caller wants to. Compare before/after addresses. If testing
5013 standalone, explicitly load the binary. Test "maint info
5014 breakpoints".
5015 (top level): Add "standalone vs shared lib" and "change address"
5016 vs "same address" axes.
5017
5018 2016-10-06 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5021 call.
5022 (jit_run): Delete.
5023 (jit_test_reread): Use with_test_prefix. Reload the main binary
5024 explicitly. Compare the before/after addresses of the JIT
5025 descriptor.
5026
5027 2016-08-15 Doug Evans <dje@google.com>
5028
5029 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5030 for single bitfields is bool.
5031 * gdb.xml/tdesc-regs.exp: Ditto.
5032
5033 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5034
5035 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5036
5037 2016-10-05 Yao Qi <yao.qi@linaro.org>
5038
5039 * lib/gdb.exp (support_complex_tests): Return zero if
5040 gdb_skip_float_test return true.
5041
5042 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5043 Simon Marchi <simon.marchi@ericsson.com>
5044
5045 PR gdb/20487
5046 * gdb.mi/user-selected-context-sync.exp: New file.
5047 * gdb.mi/user-selected-context-sync.c: New file.
5048
5049 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5050 Simon Marchi <simon.marchi@ericsson.com>
5051
5052 PR gdb/20487
5053 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5054 =thread-select-event check.
5055
5056 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5057
5058 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5059 the compulsory L operand changes.
5060 * gdb.arch/powerpc-power.s: Likewise.
5061
5062 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5063
5064 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5065 * gdb.base/jit-attach-pie.c: New file.
5066 * gdb.base/jit-attach-pie.exp: New file.
5067
5068 2016-09-28 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.base/infcall-input.c: New file.
5071 * gdb.base/infcall-input.exp: New file.
5072
5073 2016-09-22 Yao Qi <yao.qi@linaro.org>
5074
5075 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5076 (gdb_exit): Rename it to ...
5077 (gdbserver_gdb_exit): ... Close GDBserver.
5078 (gdb_exit): New proc, call gdbserver_gdb_exit.
5079 (mi_gdb_exit): Likewise.
5080
5081 2016-09-22 Yao Qi <yao.qi@linaro.org>
5082
5083 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5084 path.
5085 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5086 Remove duplication.
5087
5088 2016-09-22 Yao Qi <yao.qi@linaro.org>
5089
5090 * lib/gdbserver-support.exp: Check the existence of
5091 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5092
5093 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5094
5095 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5096
5097 2016-09-21 Tom Tromey <tom@tromey.com>
5098
5099 PR gdb/20604:
5100 * gdb.base/quit.exp: New file.
5101
5102 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5103
5104 * .gitignore: New file.
5105
5106 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5107
5108 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5109 throughout.
5110
5111 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5112
5113 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5114
5115 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5116
5117 * gdb.cp/casts.cc (decltype): Move it ...
5118 (main): ... with its call to ...
5119 * gdb.cp/casts03.cc: ... a new file.
5120 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5121
5122 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5123
5124 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5125
5126 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5127
5128 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5129 and sync up the test with tests in gas/testsuite/gas/ppc.
5130 * gdb.arch/powerpc-power.exp: Likewise.
5131
5132 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5133
5134 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5135
5136 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5137 Jan Kratochvil <jan.kratochvil@redhat.com>
5138
5139 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5140 make m1's definition to be different from m2's. Use 'dummy' as an
5141 argument for probe 'two'.
5142
5143 2016-09-10 Jon Beniston <jon@beniston.com>
5144
5145 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5146 for sim target.
5147
5148 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5149
5150 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5151 variable declaration.
5152 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5153 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5154 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5155 received HWCAP as its argument.
5156
5157 2016-09-06 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.base/new-ui-pending-input.c: New file.
5160 * gdb.base/new-ui-pending-input.exp: New file.
5161 * gdb.exp (clear_gdb_spawn_id): New procedure.
5162 (with_spawn_id): Check whether gdb_spawn_id exists before
5163 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5164 on exit.
5165
5166 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5167
5168 * gdb.base/float128.c: New file.
5169 * gdb.base/float128.exp: Likewise.
5170 * gdb.base/floatn.c: Likewise.
5171 * gdb.base/floatn.exp: Likewise.
5172
5173 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5174
5175 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5176
5177 2016-09-05 Pedro Alves <palves@redhat.com>
5178
5179 PR backtrace/19927
5180 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5181 unwinders are immediately called as side effect of "source" or
5182 "disable unwinder" commands.
5183 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5184
5185 2016-09-02 Yao Qi <yao.qi@linaro.org>
5186
5187 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5188 is true and $type is "float" or "double".
5189
5190 2016-09-02 Yao Qi <yao.qi@linaro.org>
5191
5192 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5193 true.
5194 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5195 * gdb.base/call-rt-st.exp: Likewise.
5196 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5197 return value instead of gdb,skip_float_test.
5198 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5199 (do_function_calls): Use its return value instead of
5200 gdb,skip_float_test.
5201 * gdb.base/finish.exp: Likewise.
5202 * gdb.base/funcargs.exp: Likewise.
5203 * gdb.base/return.exp: Likewise.
5204 * gdb.base/return2.exp: Likewise.
5205 * gdb.base/varargs.exp: Likewise.
5206 * lib/gdb.exp (gdb_skip_float_test): Change it to
5207 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5208
5209 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5210
5211 * gdb.multi/tids.exp: Test "thread apply all".
5212
5213 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5214
5215 * gdb.base/default.exp (tty): Remove.
5216
5217 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5218
5219 * gdb.python/py-recurse-unwind.c: New file.
5220 * gdb.python/py-recurse-unwind.py: New file.
5221 * gdb.python/py-recurse-unwind.exp: New file.
5222
5223 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5224
5225 * gdb.base/set-inferior-tty.exp: New file.
5226 * gdb.base/set-inferior-tty.c: New file.
5227
5228 2016-08-23 Pedro Alves <palves@redhat.com>
5229
5230 PR gdb/20494
5231 * gdb.base/new-ui-echo.c: New file.
5232 * gdb.base/new-ui-echo.exp: New file.
5233
5234 2016-08-23 Yao Qi <yao.qi@linaro.org>
5235
5236 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5237 gdbserver_spawn.
5238 * gdb.server/connect-without-multi-process.exp (do_test):
5239 Likewise.
5240
5241 2016-08-23 Yao Qi <yao.qi@linaro.org>
5242
5243 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5244 standalone_txt. Delete gdb_txt and standalone_txt on host
5245 and target. Spawn the binary on target. Copy files from
5246 target to host.
5247
5248 2016-08-22 Pedro Alves <palves@redhat.com>
5249
5250 PR gdb/20505
5251 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5252 with_test_prefix. Factor out bits to ...
5253 (test_no_vdso): ... this new procedure.
5254
5255 2016-08-19 Carl Love <cel@us.ibm.com>
5256
5257 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5258 maintaining separate logic for constructing the output path.
5259 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5260 * gdb.arch/ppc-dfp.exp: Likewise.
5261 * gdb.arch/ppc-fp.exp: Likewise.
5262 * gdb.arch/vsx-regs.exp: Likewise.
5263 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5264 binprefix for generating the additional binary files.
5265
5266 2016-08-19 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.trace/mi-trace-frame-collected.exp
5269 (test_trace_frame_collected): On x32, expect two registers.
5270
5271 2016-08-18 Carl Love <cel@us.ibm.com>
5272
5273 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5274 and sync up the test with tests in gas/testsuite/gas/ppc.
5275 * gdb.arch/powerpc-power.exp: Likewise.
5276
5277 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5278
5279 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5280 expected error message.
5281
5282 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5283
5284 * gdb.multi/remove-inferiors.exp: New file.
5285 * gdb.multi/remove-inferiors.c: New file.
5286
5287 2016-08-12 Yao Qi <yao.qi@linaro.org>
5288
5289 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5290 argument list.
5291
5292 2016-08-10 Pedro Alves <palves@redhat.com>
5293
5294 PR gdb/19187
5295 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5296 setup_kfails.
5297
5298 2016-08-09 Pedro Alves <palves@redhat.com>
5299 Simon Marchi <simon.marchi@ericsson.com>
5300
5301 PR gdb/20418
5302 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5303 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5304
5305 2016-08-09 Pedro Alves <palves@redhat.com>
5306
5307 PR mi/20431
5308 * gdb.mi/mi-cmd-error.exp: New file.
5309
5310 2016-08-09 Pedro Alves <palves@redhat.com>
5311
5312 PR gdb/18653
5313 * gdb.base/signals-state-child.c: New file.
5314 * gdb.base/signals-state-child.exp: New file.
5315 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5316
5317 2016-08-09 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5320
5321 2016-08-03 Tom Tromey <tom@tromey.com>
5322
5323 PR python/18565:
5324 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5325
5326 2016-08-01 Yao Qi <yao.qi@linaro.org>
5327
5328 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5329 variable mode to "multi-process" if $multi_process is 1, otherwise
5330 set it to "single-process".
5331
5332 2016-08-01 Yao Qi <yao.qi@linaro.org>
5333
5334 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5335 * gdb.cp/cpexprs.exp: Likewise.
5336 * gdb.cp/m-static.exp: Likewise.
5337
5338 2016-07-26 Tom Tromey <tom@tromey.com>
5339
5340 PR python/20190:
5341 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5342 test.
5343
5344 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5345
5346 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5347 selecting assembly source files.
5348 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5349 assembly source files.
5350 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5351 assembly source files.
5352 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5353 selecting assembly source files.
5354
5355 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5356
5357 * gdb.base/new-ui.exp (do_test_invalid_args): New
5358 procedure.
5359
5360 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5361
5362 * gdb.btrace/reconnect.c: New file.
5363 * gdb.btrace/reconnect.exp: New file.
5364
5365 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5366
5367 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5368 to test_catch_syscall_group.
5369 (test_catch_syscall_group): New.
5370
5371 2016-07-21 Tom Tromey <tom@tromey.com>
5372
5373 * gdb.rust/simple.rs (main): Use empty struct expression.
5374 * gdb.rust/simple.exp: Add tests for empty struct expression.
5375
5376 2016-07-21 Yao Qi <yao.qi@linaro.org>
5377
5378 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5379 if gdb_skip_xml_test is true on some targets.
5380
5381 2016-07-21 Yao Qi <yao.qi@linaro.org>
5382
5383 * gdb.server/solib-list.exp: Unset last_loaded_file.
5384
5385 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5386
5387 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5388 "step into captured_main (args)".
5389
5390 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5391
5392 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5393
5394 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5395
5396 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5397
5398 2016-07-19 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5401 * gdb.opt/inline-bt.exp: Likewise.
5402 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5403 additional_flags=-Winline.
5404 * gdb.opt/inline-locals.exp: Likewise.
5405 * gdb.opt/inline-markers.c (ATTR): Define.
5406 (inlined_fn): Use it.
5407
5408 2016-07-19 Yao Qi <yao.qi@linaro.org>
5409
5410 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5411 (test_with_self): Remove some code. Remove argument executable.
5412 (top-level): Use do_self_tests.
5413
5414 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5415 Don Breazeal <donb@codesourcery.com>
5416
5417 * gdb.base/maint.exp: Escape paths used in regular expressions.
5418 * gdb.stabs/weird.exp: Likewise.
5419
5420 2016-07-13 Tom Tromey <tom@tromey.com>
5421
5422 PR python/15620, PR python/18620:
5423 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5424 (test_bkpt_events): New procs.
5425
5426 2016-07-13 Tom Tromey <tom@tromey.com>
5427
5428 PR python/17698:
5429 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5430 test.
5431 (test_watchpoints): Likewise.
5432 (test_bkpt_pending): New proc.
5433
5434 2016-07-13 Tom Tromey <tom@tromey.com>
5435
5436 PR cli/18053:
5437 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5438 completion test.
5439
5440 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5441
5442 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5443 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5444 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5445 f_label.
5446 (g): Rename g_end_lbl to g_label.
5447 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5448 low_pc and high_pc.
5449 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5450
5451 2016-07-12 Tom Tromey <tom@tromey.com>
5452
5453 PR python/19293:
5454 * gdb.python/py-unwind-maint.exp: Update tests.
5455
5456 2016-07-12 Yao Qi <yao.qi@linaro.org>
5457
5458 * lib/selftest-support.exp (selftest_setup): Match the output
5459 when captured_main is inlined.
5460
5461 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5462
5463 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5464 New variables.
5465 (print this%a, print this%b, print this): New tests.
5466 * gdb.fortran/derived-types.f90 (this): New object and
5467 initialization.
5468
5469 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5470
5471 * gdb.ada/arraydim.exp: Remove extra directory level in build
5472 directory.
5473
5474 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5475
5476 * lib/ada.exp: Remove extra directory level in build directory.
5477 * gdb.ada/cond_lang.exp: Likewise.
5478 * gdb.ada/exec_changed.exp: Likewise.
5479 * gdb.ada/lang_switch.exp: Likewise.
5480
5481 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5482
5483 * simple.rs: Add test for raw pointer subscripting.
5484 * simple.exp: Add test expectations.
5485
5486 2016-07-05 Yao Qi <yao.qi@linaro.org>
5487
5488 * gdb.mi/mi-reverse.exp: Match =record-started output.
5489
5490 2016-07-01 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5493 procedure.
5494 (jit_reader_test): Test the jit reader's unwinder.
5495 * gdb.base/jithost.c (jit_function_00_code): New global.
5496 (main): Use memcpy to fill in the mmapped code, instead of poking
5497 bytes manually here.
5498 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5499 value.
5500 (read_debug_info): Save the function's range.
5501 (read_sp): New function.
5502 (unwind_frame): Use it. Also unwind RBP.
5503 (get_frame_id): Use read_sp.
5504 (gdb_init_reader): Use calloc instead of malloc.
5505 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5506 parameter. Use gdb_test_multiple.
5507
5508 2016-07-01 Pedro Alves <palves@redhat.com>
5509 Antoine Tremblay <antoine.tremblay@ericsson.com>
5510
5511 * gdb.threads/process-dies-while-detaching.c: New file.
5512 * gdb.threads/process-dies-while-detaching.exp: New file.
5513
5514 2016-07-01 Pedro Alves <palves@redhat.com>
5515
5516 * gdb.multi/watchpoint-multi-exit.c: New file.
5517 * gdb.multi/watchpoint-multi-exit.exp: New file.
5518
5519 2016-06-30 Pedro Alves <palves@redhat.com>
5520
5521 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5522 unset inferior_spawn_id.
5523
5524 2016-06-30 Pedro Alves <palves@redhat.com>
5525
5526 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5527 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5528
5529 2016-06-29 Yao Qi <yao.qi@linaro.org>
5530
5531 * gdb.base/return.c: Add copyright header.
5532
5533 2016-06-29 Tom Tromey <tom@tromey.com>
5534
5535 PR python/20129:
5536 * gdb.python/py-framefilter.exp: Add tests for setting priority
5537 and disabling of non-existent frame filter.
5538
5539 2016-06-29 Yao Qi <yao.qi@linaro.org>
5540
5541 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5542 0x0f07ff.
5543
5544 2016-06-28 Yao Qi <yao.qi@linaro.org>
5545
5546 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5547 triplets. Start gdb, execute catch syscall, and continue. Check
5548 gdb's output to determine catch syscall is supported.
5549
5550 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5551
5552 * gdb.rust/simple.rs: Add test for returning unit in a function.
5553 * gdb.rust/simple.exp: Add expectation for functions returning
5554 unit.
5555
5556 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5557
5558 * gdb.python/py-breakpoint-create-fail.c,
5559 gdb.python/py-breakpoint-create-fail.exp,
5560 gdb.python/py-breakpoint-create-fail.py: New testcase.
5561
5562 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5563
5564 PR gdb/20239
5565 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5566 * gdb.rust/simple.exp: Add test expectations for new NonZero
5567 tests.
5568
5569 2016-06-24 David Taylor <dtaylor@emc.com>
5570
5571 * gdb.base/offsets.exp: New file.
5572 * gdb.base/offsets.c: New file.
5573
5574 2016-06-23 Tom Tromey <tom@tromey.com>
5575
5576 PR gdb/16483:
5577 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5578 before any filters are loaded.
5579
5580 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5581
5582 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5583 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5584 structs.
5585 * gdb.fortran/derived-type-function.exp: New file.
5586 * gdb.fortran/derived-type-function.f90: New file.
5587
5588
5589 2016-06-21 Pedro Alves <palves@redhat.com>
5590
5591 * gdb.base/new-ui.exp: New file.
5592 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5593 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5594 (with_spawn_id): New procedure.
5595
5596 2016-06-21 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.mi/mi-exec-run.exp: New file.
5599
5600 2016-06-21 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5603 breakpoint command's output on the main UI.
5604 (test_break): New procedure, factored out from calls in the top
5605 level.
5606 (top level): Use foreach_with_prefix to test MI as main UI and as
5607 separate UI.
5608
5609 2016-06-21 Pedro Alves <palves@redhat.com>
5610
5611 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5612 (test_awatch_creation_and_listing)
5613 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5614 Remove 'type' parameter.
5615 (test_watchpoint_all): New parameter mi_mode. Remove
5616 with_test_prefix.
5617 (top level): Use foreach_with_prefix, and add main/separate UI MI
5618 testing axis.
5619
5620 2016-06-21 Pedro Alves <palves@redhat.com>
5621
5622 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5623 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5624 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5625 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5626 (gdb_main_spawn_id, mi_spawn_id): Declare and
5627 comment.
5628 (mi_create_inferior_pty): New procedure,
5629 factored out from default_mi_gdb_start.
5630 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5631 procedures.
5632 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5633 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5634 Use mi_create_inferior_pty.
5635 (mi_gdb_start): Use eval to pass down args list.
5636
5637 2016-06-21 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5640 * gdb.opt/inline-cmds.exp: Add MI tests.
5641
5642 2016-06-21 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5645
5646 2016-06-21 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5649 (top level): Use it instead of mi_execute_to.
5650
5651 2016-06-21 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5654 (cont_handler_str): New.
5655 (signal_stop_handler): Set stop_handler_str instead of printing to
5656 stdout.
5657 (continue_handler): Set cont_handler_str instead of printing to
5658 stdout.
5659 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5660 mi_send_resuming_command. Print stop_handler_str and
5661 cont_handler_str instead of expecting the python events print
5662 directly.
5663
5664 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5665
5666 * gdb.base/jit-reader.exp: New file.
5667 * gdb.base/jithost.c: New file.
5668 * gdb.base/jithost.h: New file.
5669 * gdb.base/jitreader.c : New file.
5670 * gdb.base/jit-protocol.h: New file.
5671
5672 2016-06-17 Yao Qi <yao.qi@linaro.org>
5673
5674 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5675 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5676 and detach-on-fork. Adjust tests.
5677 (top level): Invoke break_cond_on_syscall with combinations of
5678 syscall, follow-fork-mode and detach-on-fork.
5679
5680 2016-06-17 Yao Qi <yao.qi@linaro.org>
5681
5682 * gdb.base/step-over-exit.c: New.
5683 * gdb.base/step-over-exit.exp: New.
5684
5685 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5686
5687 * gdb.base/float.exp: Add target check for nds32*-*-*.
5688 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5689
5690 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5691
5692 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5693 for unsupported target features.
5694 * gdb.base/call-rt-st.exp: Likewise.
5695 * gdb.base/call-sc.exp: Likewise.
5696 * gdb.base/call-signal-resume.exp: Likewise.
5697 * gdb.base/call-strs.exp: Likewise.
5698 * gdb.base/callexit.exp: Likewise.
5699 * gdb.base/callfuncs.exp: Likewise.
5700 * gdb.base/nodebug.exp: Likewise.
5701 * gdb.base/printcmds.exp: Likewise.
5702 * gdb.base/ptype.exp: Likewise.
5703 * gdb.base/structs.exp: Likewise.
5704 * gdb.base/unwindonsignal.exp: Likewise.
5705 * gdb.cp/gdb2495.exp: Likewise.
5706 * gdb.cp/templates.exp: Likewise.
5707 * gdb.cp/virtfunc.exp: Likewise.
5708 * gdb.threads/hand-call-in-threads.exp: Likewise.
5709 * gdb.threads/interrupted-hand-call.exp: Likewise.
5710 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5711
5712 2016-06-10 Tom Tromey <tom@tromey.com>
5713
5714 PR rust/20110:
5715 * gdb.rust/expr.exp: Add test for integer constant larger than
5716 i32.
5717
5718 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5719
5720 * gdb.fortran/nested-funcs.exp: New.
5721 * gdb.fortran/nested-funcs.f90: New.
5722
5723 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5724
5725 * gdb.base/examine-backward.c: New file.
5726 * gdb.base/examine-backward.exp: New file.
5727
5728 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5729
5730 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5731 matching.
5732
5733 2016-06-02 Tom Tromey <tom@tromey.com>
5734
5735 PR python/18984:
5736 * gdb.python/py-shared.exp: Add solib_name test.
5737
5738 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5739
5740 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5741
5742 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5743
5744 PR c++/19893
5745 * gdb.dwarf2/implref.exp: Rename to...
5746 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5747 * gdb.dwarf2/implref-array.c: New file.
5748 * gdb.dwarf2/implref-array.exp: Likewise.
5749 * gdb.dwarf2/implref-global.c: Likewise.
5750 * gdb.dwarf2/implref-global.exp: Likewise.
5751 * gdb.dwarf2/implref-struct.c: Likewise.
5752 * gdb.dwarf2/implref-struct.exp: Likewise.
5753
5754 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5755
5756 * gdb.trace/trace-condition.exp: Add 64bit tests.
5757
5758 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5759
5760 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5761 bits types.
5762 (main): Adapt to 8 to 64 bits types.
5763 * gdb.trace/trace-condition.exp: Add new tests.
5764
5765 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5766
5767 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5768
5769 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5770
5771 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5772 Move condition tests...
5773 * gdb.trace/trace-condition.exp: Here.
5774
5775 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5776
5777 * gdb.trace/trace-condition.exp: Add counter-case tests.
5778
5779 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5780
5781 PR c++/15231
5782 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5783 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5784
5785 2016-05-27 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5788 New procedure.
5789 (top level): Call it, and bail out of DejaGnu is known to be bad.
5790
5791 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5792
5793 * gdb.base/whatis.c: Extend the test case.
5794 * gdb.base/whatis.exp: Add additional tests.
5795
5796 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5797
5798 * gdb.fortran/type.f90: Add pointer variable.
5799 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5800
5801 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5802
5803 * gdb.fortran/vla-type.exp: Fix testcase name.
5804
5805 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5806
5807 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5808
5809 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5810
5811 * gdb.fortran/type.f90: Add nested structures.
5812 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5813 * gdb.fortran/derived-type.exp: Adapt expected output.
5814 * gdb.fortran/vla-type.exp: Adapt expected output.
5815
5816 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5817
5818 * gdb.fortran/whatis_type.exp: Adapt expected output.
5819
5820 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5821
5822 * gdb.fortran/print_type.exp: Fix expected output.
5823 * gdb.fortran/whatis_type.exp: Fix expected output.
5824
5825 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5826
5827 * gdb.fortran/whatis_type.exp: Use multi_line.
5828
5829 2016-05-24 Tom Tromey <tom@tromey.com>
5830
5831 PR python/17386:
5832 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5833 use value as an index.
5834
5835 2016-05-23 Tom Tromey <tom@tromey.com>
5836
5837 PR python/17981:
5838 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5839 no-breakpoint case.
5840
5841 2016-05-24 Pedro Alves <palves@redhat.com>
5842
5843 PR gdb/19828
5844 * gdb.threads/clone-attach-detach.c: New file.
5845 * gdb.threads/clone-attach-detach.exp: New file.
5846
5847 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5848
5849 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5850
5851 2016-05-23 Tom Tromey <tom@tromey.com>
5852
5853 PR python/19438, PR python/18393:
5854 * gdb.python/py-progspace.exp: Add "dir" test.
5855 * gdb.python/py-objfile.exp: Add "dir" test.
5856
5857 2016-05-23 Yao Qi <yao.qi@linaro.org>
5858
5859 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5860 * gdb.arch/thumb2-it.exp: Likewise.
5861
5862 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5863
5864 * gdb.mi/mi-threads-interrupt.c: New file.
5865 * gdb.mi/mi-threads-interrupt.exp: New file.
5866
5867 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5868
5869 PR gdb/18077
5870 * gdb.mi/mi-async-run.exp: New file.
5871 * gdb.mi/mi-async-run.c: New file.
5872
5873 2016-05-17 Tom Tromey <tom@tromey.com>
5874 Manish Goregaokar <manishsmail@gmail.com>
5875
5876 * lib/rust-support.exp: New file.
5877 * lib/gdb.exp (skip_rust_tests): New proc.
5878 (build_executable_from_specs): Handle rust.
5879 * lib/future.exp (gdb_find_rustc): New proc.
5880 (gdb_default_target_compile): Handle rust.
5881 * gdb.rust/expr.exp: New file.
5882 * gdb.rust/generics.exp: New file.
5883 * gdb.rust/generics.rs: New file.
5884 * gdb.rust/methods.exp: New file.
5885 * gdb.rust/methods.rs: New file.
5886 * gdb.rust/modules.exp: New file.
5887 * gdb.rust/modules.rs: New file.
5888 * gdb.rust/simple.exp: New file.
5889 * gdb.rust/simple.rs: New file.
5890
5891 2016-05-17 Tom Tromey <tom@tromey.com>
5892
5893 * gdb.base/default.exp (set language): Add rust.
5894
5895 2016-05-17 Tom Tromey <tom@tromey.com>
5896
5897 * gdb.gdb/unittest.exp: New file.
5898
5899 2016-05-16 Yao Qi <yao.qi@linaro.org>
5900
5901 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5902 shell_prompt. Update shell_prompt_re.
5903
5904 2016-05-12 Doug Evans <dje@google.com>
5905
5906 PR symtab/19999
5907 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5908 $options when building executable.
5909 * gdb.dwarf2/fission-loclists-pie.S: New file.
5910 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5911
5912 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5913
5914 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5915 of [is_remote target],
5916
5917 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5918
5919 * lib/gdb.exp (use_gdb_stub): New procedure.
5920
5921 2016-05-03 Yunlian Jiang <yunlian@google.com>
5922 Doug Evans <dje@google.com>
5923
5924 PR symtab/19914
5925 * gdb.dwarf2/dwp-sepdebug.c: New file.
5926 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5927
5928 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5929
5930 * gdb.base/detach.exp: Remove is_remote check.
5931
5932 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5933
5934 * gdb.base/annota-input-while-running.exp: Don't check for
5935 [is_remote target]. Enable annotations after running to main.
5936 Remove unused "set test..." line.
5937
5938 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5939
5940 * gdb.trace/trace-enable-disable.exp: New file.
5941 * gdb.trace/trace-enable-disable.c: New file.
5942
5943 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5944
5945 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5946 use it in info sharedlibrary test.
5947 * gdb.trace/ftrace-lock.exp: Likewise.
5948 * gdb.trace/ftrace.exp: Likewise.
5949 * gdb.trace/range-stepping.exp: Likewise.
5950 * gdb.trace/trace-break.exp: Likewise.
5951 * gdb.trace/trace-condition.exp: Likewise.
5952 * gdb.trace/trace-mt.exp: Likewise.
5953
5954 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5957 (gdb_load_shlib): ... this.
5958 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5959 gdb_load_shlib.
5960 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5961 * gdb.base/ctxobj.exp: Likewise.
5962 * gdb.base/dprintf-pending.exp: Likewise.
5963 * gdb.base/dso2dso.exp: Likewise.
5964 * gdb.base/fixsection.exp: Likewise.
5965 * gdb.base/gcore-relro.exp: Likewise.
5966 * gdb.base/gdb1555.exp: Likewise.
5967 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5968 * gdb.base/gnu-ifunc.exp: Likewise.
5969 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5970 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5971 * gdb.base/pending.exp: Likewise.
5972 * gdb.base/print-file-var.exp: Likewise.
5973 * gdb.base/print-symbol-loading.exp: Likewise.
5974 * gdb.base/shlib-call.exp: Likewise.
5975 * gdb.base/shreloc.exp: Likewise.
5976 * gdb.base/so-impl-ld.exp: Likewise.
5977 * gdb.base/solib-disc.exp: Likewise.
5978 * gdb.base/solib-nodir.exp: Likewise.
5979 * gdb.base/solib-overlap.exp: Likewise.
5980 * gdb.base/solib-symbol.exp: Likewise.
5981 * gdb.base/solib-weak.exp (do_test): Likewise.
5982 * gdb.base/sym-file.exp: Likewise.
5983 * gdb.base/symtab-search-order.exp: Likewise.
5984 * gdb.base/type-opaque.exp: Likewise.
5985 * gdb.base/unload.exp: Likewise.
5986 * gdb.base/watchpoint-solib.exp: Likewise.
5987 * gdb.compile/compile.exp: Likewise.
5988 * gdb.cp/gdb2384.exp: Likewise.
5989 * gdb.cp/infcall-dlopen.exp: Likewise.
5990 * gdb.cp/re-set-overloaded.exp: Likewise.
5991 * gdb.fortran/library-module.exp: Likewise.
5992 * gdb.opt/solib-intra-step.exp: Likewise.
5993 * gdb.python/py-finish-breakpoint.exp: Likewise.
5994 * gdb.python/py-shared.exp: Likewise.
5995 * gdb.reverse/solib-precsave.exp: Likewise.
5996 * gdb.reverse/solib-reverse.exp: Likewise.
5997 * gdb.server/solib-list.exp: Likewise.
5998 * gdb.threads/dlopen-libpthread.exp: Likewise.
5999 * gdb.threads/tls-shared.exp: Likewise.
6000 * gdb.threads/tls-so_extern.exp: Likewise.
6001 * gdb.trace/change-loc.exp: Likewise.
6002 * gdb.trace/ftrace-lock.exp: Likewise.
6003 * gdb.trace/ftrace.exp: Likewise.
6004 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6005 * gdb.trace/pending.exp: Likewise.
6006 * gdb.trace/range-stepping.exp: Likewise.
6007 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6008 (strace_info_marker): Likewise.
6009 (strace_probe_marker): Likewise.
6010 (strace_trace_on_same_addr): Likewise.
6011 (strace_trace_on_diff_addr): Likewise.
6012 * gdb.trace/trace-break.exp: Likewise.
6013 * gdb.trace/trace-condition.exp: Likewise.
6014 * gdb.trace/trace-mt.exp: Likewise.
6015
6016 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6017
6018 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6019 result of gdb_remote_download.
6020 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6021 * gdb.base/dso2dso.exp: Likewise.
6022 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6023 * gdb.base/print-file-var.exp: Likewise.
6024 * gdb.base/shlib-call.exp: Likewise.
6025 * gdb.base/shreloc.exp: Likewise.
6026 * gdb.base/solib-overlap.exp: Likewise.
6027 * gdb.base/solib-weak.exp (do_test): Likewise.
6028 * gdb.base/unload.exp: Likewise.
6029
6030 2016-04-27 Yao Qi <yao.qi@linaro.org>
6031
6032 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6033 exists.
6034
6035 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6036
6037 * vla-type.exp: Print structure from toplevel.
6038
6039 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6040
6041 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6042 of dynamic types.
6043 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6044 of dynamic types.
6045
6046 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6047
6048 * gdb.fortran/vla-type.f90: New file.
6049 * gdb.fortran/vla-type.exp: New file.
6050
6051 2016-04-25 Yao Qi <yao.qi@linaro.org>
6052
6053 * gdb.base/branch-to-self.c: New file.
6054 * gdb.base/branch-to-self.exp: New file.
6055
6056 2016-04-22 Yao Qi <yao.qi@linaro.org>
6057
6058 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6059 more after $hex.
6060
6061 2016-04-22 Yao Qi <yao.qi@linaro.org>
6062
6063 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6064 * gdb.base/annota3.exp: Likewise.
6065
6066 2016-04-22 Yao Qi <yao.qi@linaro.org>
6067
6068 * gdb.reverse/step-precsave.exp: Do one step and test program
6069 stops in "callee" and do multiple steps until program goes out
6070 of "callee".
6071 * gdb.reverse/step-reverse.exp: Likewise.
6072
6073 2016-04-22 Yao Qi <yao.qi@linaro.org>
6074
6075 * gdb.trace/signal.exp: Also pass if
6076 $tracepoint_hits($i) > $iterations.
6077
6078 2016-04-22 Yao Qi <yao.qi@linaro.org>
6079
6080 * gdb.trace/signal.c: New file.
6081 * gdb.trace/signal.exp: New file.
6082
6083 2016-04-19 Doug Evans <xdje42@gmail.com>
6084
6085 * gdb.base/bad-file.exp: New file.
6086
6087 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6088
6089 * gdb.dwarf2/implref.exp: New file.
6090
6091 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6092
6093 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6094 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6095 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6096 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6097 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6098 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6099 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6100 * lib/fortran.exp (fortran_int4): New procedure.
6101 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6102 (fortran_logical4): Likewise.
6103
6104 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6105
6106 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6107
6108 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6109
6110 * lib/compiler.c: Add Intel specific preprocessor macros.
6111 * lib/compiler.cc: Likewise.
6112
6113 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6114
6115 * gdb.server/connect-with-no-symbol-file.c: New file.
6116 * gdb.server/connect-with-no-symbol-file.exp: New file.
6117
6118 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6119
6120 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6121
6122 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6123
6124 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6125 standard output directory.
6126
6127 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6128
6129 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6130
6131 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6132
6133 * gdb.btrace/instruction_history.c (loop): Add declaration.
6134
6135 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6136
6137 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6138
6139 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6140
6141 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6142 parentheses to print.
6143 (continue_handler): Likewise.
6144
6145 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6146
6147 * gdb.server/solib-list.exp: Remove is_remote check.
6148 Pass shlib= to gdb_compile. Don't link shared library with
6149 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6150 Run binary filename through "readlink -f" on the target.
6151
6152 2016-04-08 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6155 interpreter filename as argument to gdbserver_spawn.
6156 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6157 Return empty if $last_loaded_file does not exist.
6158
6159 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6160
6161 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6162 * gdb.base/jit-main.c: Use exit after usage.
6163
6164 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6165
6166 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6167 GDBHISTSIZE prior to the tests.
6168 * gdb.base/gdbinit-history.exp: Likewise.
6169
6170 2016-04-07 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6173 instead of build_executable. Use gdb_load_shlibs.
6174
6175 2016-04-07 Yao Qi <yao.qi@linaro.org>
6176
6177 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6178 Execute "si" command.
6179
6180 2016-04-07 Yao Qi <yao.qi@linaro.org>
6181
6182 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6183 number instead of the comments on some line.
6184
6185 2016-04-06 Don Breazeal <donb@codesourcery.com>
6186
6187 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6188 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6189
6190 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6191
6192 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6193 standard_output_file. Remove unused binfile variable.
6194
6195 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6196
6197 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6198 * gdb.python/py-mi-objfile.exp: Match "list main" output
6199 in console format.
6200
6201 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6202
6203 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6204 absolute.
6205
6206 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6207
6208 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6209 absolute.
6210 * gdb.trace/ftrace.exp: Likewise.
6211 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6212 targets as well.
6213 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6214 (gdb_load_shlibs): Copy libraries to test directory when testing
6215 natively. Only set solib-search-path if testing remotely.
6216 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6217
6218 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6219
6220 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6221 gdb_download. Use it even if the target is not remote.
6222 * gdb.base/jit.exp (compile_jit_test): Likewise.
6223 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6224 output directory if the destination board is local, otherwise use
6225 the standard remote_download from DejaGnu.
6226 (gdb_download): Remove.
6227 (gdb_load_shlibs): Use gdb_remote_download instead of
6228 gdb_download.
6229 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6230 Use gdb_remote_download instead of gdb_download. Use it even if
6231 the target is not remote.
6232 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6233 instead of gdb_download.
6234
6235 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6236
6237 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6238 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6239 run.
6240
6241 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6242
6243 PR gdb/19820
6244 * gdb.base/printcmds.exp: Add artificial arrays tests.
6245
6246 2016-03-31 Pedro Alves <palves@redhat.com>
6247
6248 PR gdb/19858
6249 * gdb.base/jit-main.c: Include unistd.h.
6250 (ATTACH): Define to 0 if not already defined.
6251 (wait_for_gdb, mypid): New globals.
6252 (WAIT_FOR_GDB): New macro.
6253 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6254 some breakpoint locations.
6255 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6256 New procedures.
6257 (one_jit_test): Add REATTACH parameter, and handle it. Use
6258 continue_to_test_location.
6259 (top level): Test attach, and adjusts calls to one_jit_test.
6260
6261 2016-03-31 Pedro Alves <palves@redhat.com>
6262
6263 PR gdb/19858
6264 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6265 BINSUFFIX parameter, and handle it.
6266 (top level): Adjust calls compile_jit_test.
6267
6268 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6269
6270 PR python/19743
6271 * gdb.python/py-mi-events-gdb.py: New file.
6272 * gdb.python/py-mi-events.c: New file.
6273 * gdb.python/py-mi-events.exp: New file.
6274
6275 2016-03-30 Yao Qi <yao.qi@linaro.org>
6276
6277 * gdb.reverse/until-precsave.exp: Match function name only.
6278 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6279 Move malloc to a condition block.
6280 * gdb.reverse/until-reverse.exp: Match function name only.
6281
6282 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6283
6284 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6285 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6286 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6287 variable for GPR 0 instead of assuming it is register 0.
6288 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6289 * lib/trace-support.exp: Add s390 registers.
6290
6291 2016-03-29 Yao Qi <yao.qi@linaro.org>
6292
6293 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6294
6295 2016-03-24 Yao Qi <yao.qi@linaro.org>
6296
6297 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6298 test message.
6299
6300 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6301
6302 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6303 maintaining separate logic for constructing the output path.
6304
6305 2016-03-16 Don Breazeal <donb@codesourcery.com>
6306
6307 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6308 Retry fork and waitpid on interrupted system call errors.
6309 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6310 Use with_timeout_factor to increase timeout by factor of 10.
6311
6312 2016-03-15 Don Breazeal <donb@codesourcery.com>
6313
6314 * gdb.cp/scope-err.cc: New test program.
6315 * gdb.cp/scope-err.exp: New test script.
6316 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6317 lines and "set breakpoint here" comment.
6318 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6319 Fixed some whitespace and format issues.
6320 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6321 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6322
6323 2016-03-15 Doug Evans <dje@google.com>
6324
6325 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6326 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6327 All callers updated. Add tests for enums, mixed flags register.
6328
6329 2016-03-15 Doug Evans <dje@google.com>
6330
6331 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6332 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6333
6334 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6335
6336 * gdb.base/default.exp: Add $_as_string to the list of expected
6337 convenience functions.
6338
6339 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6340
6341 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6342
6343 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6344
6345 * gdb.python/py-as-string.exp: New file.
6346 * gdb.python/py-as-string.c: New file.
6347
6348 2016-03-09 Pedro Alves <palves@redhat.com>
6349
6350 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6351 signal" -> "Thread NN received signal" output change.
6352 * gdb.threads/ia64-sigill.exp: Likewise.
6353 * gdb.threads/linux-dp.exp: Likewise.
6354 * gdb.threads/manythreads.exp: Likewise.
6355 * gdb.threads/pending-step.exp: Likewise.
6356 * gdb.threads/print-threads.exp: Likewise.
6357 * gdb.threads/sigstep-threads.exp: Likewise.
6358 * gdb.threads/staticthreads.exp: Likewise.
6359 * gdb.threads/tls.exp: Likewise.
6360
6361 2016-03-09 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.base/command-line-input.exp: New file.
6364
6365 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6366
6367 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6368 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6369 * gdb.trace/pending.exp: Accept leading dot before function name.
6370 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6371 * lib/trace-support.exp: Set registers for ppc.
6372
6373 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6374
6375 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6376 use it for disassembly; accept .main in addition to main in backtrace.
6377
6378 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6379 Marcin Kościelnicki <koriakin@0x04.net>
6380
6381 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6382 (gdb_recursion_test_ptr): New global variable.
6383 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6384 gdb_recursion_test.
6385 (gdb_c_test): Ditto.
6386
6387 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6388
6389 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6390 ordering.
6391
6392 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6393
6394 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6395 (bar): Add bar_start_lbl label.
6396 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6397 of foo/bar for emitting DWARF and tracing.
6398
6399 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6400
6401 * analyze-racy-logs.py: Set executable bit.
6402
6403 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6404
6405 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6406 (CHECK_TARGET_TMP): Likewise.
6407 (check-single-racy): New rule.
6408 (check-parallel-racy): Likewise.
6409 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6410 (do-check-parallel-racy): New rule.
6411 (check-racy/%.exp): Likewise.
6412 * README (Racy testcases): New section.
6413 * analyze-racy-logs.py: New file.
6414
6415 2016-03-03 Doug Evans <dje@google.com>
6416
6417 * gdb.base/skip.exp: Use with_test_prefix.
6418
6419 2016-03-03 Yao Qi <yao.qi@linaro.org>
6420
6421 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6422 Invoke step_over_syscall "clone" and break_cond_on_syscall
6423 "clone".
6424 * gdb.base/step-over-clone.c: New file.
6425
6426 2016-03-03 Yao Qi <yao.qi@linaro.org>
6427
6428 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6429 code format.
6430
6431 2016-03-03 Yao Qi <yao.qi@linaro.org>
6432
6433 * gdb.base/disp-step-fork.c: Rename to ...
6434 * gdb.base/step-over-fork.c: ... it. New file.
6435 * gdb.base/disp-step-vfork.c: Rename to ...
6436 * gdb.base/step-over-vfork.c: ... it. New file.
6437 * gdb.base/disp-step-syscall.exp: Rename to ...
6438 * gdb.base/step-over-syscall.exp: ... it. New file.
6439 (disp_step_cross_syscall): Rename to ...
6440 (step_over_syscall): ... it.
6441
6442 2016-03-03 Yao Qi <yao.qi@linaro.org>
6443
6444 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6445 If target supports condition evaluation on target, invoke
6446 break_cond_on_syscall for fork and vfork.
6447
6448 2016-03-03 Yao Qi <yao.qi@linaro.org>
6449
6450 * gdb.base/disp-step-syscall.exp: Don't invoke
6451 support_displaced_stepping.
6452 (disp_step_cross_syscall): Test with displaced stepping off and
6453 on if supported.
6454
6455 2016-03-03 Yao Qi <yao.qi@linaro.org>
6456
6457 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6458 proc.
6459 (setup): New proc.
6460 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6461 and setup.
6462
6463 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6464
6465 * gdb.fortran/vla-history.exp: Remove breakpoint.
6466
6467 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6468
6469 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6470 exceeds timeout.
6471
6472 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6473
6474 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6475 breakpoint.
6476
6477 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6478
6479 * gdb.mi/vla.f90: Nullify pointer after declaration.
6480
6481 2016-03-01 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6484
6485 2016-03-01 Pedro Alves <palves@redhat.com>
6486
6487 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6488 before anything else.
6489 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6490 _GNU_SOURCE here.
6491 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6492 before anything else.
6493 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6494
6495 2016-03-01 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6498
6499 2016-03-01 Yao Qi <yao.qi@linaro.org>
6500
6501 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6502 prepare_for_testing.
6503
6504 2016-03-01 Yao Qi <yao.qi@linaro.org>
6505
6506 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6507
6508 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6509
6510 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6511 manually constructing the output path.
6512
6513 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6514
6515 * gdb.arch/s390-stackless.S: New.
6516 * gdb.arch/s390-stackless.exp: New.
6517
6518 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6519
6520 * gdb.dlang/circular.c: New file.
6521 * gdb.dlang/circular.exp: New file.
6522
6523 2016-02-26 Yao Qi <yao.qi@linaro.org>
6524
6525 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6526 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6527 (testcases): Update.
6528
6529 2016-02-26 Yao Qi <yao.qi@linaro.org>
6530
6531 * gdb.reverse/aarch64.c: Rename to ...
6532 * gdb.reverse/insn-reverse.c: ... it.
6533 * gdb.reverse/aarch64.exp: Rename to ...
6534 * gdb.reverse/insn-reverse.exp: ... it.
6535
6536 2016-02-26 Yao Qi <yao.qi@linaro.org>
6537
6538 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6539 (testcase_ftype): New.
6540 (testcases): New array.
6541 (n_testcases): New.
6542 (main): Call each element in testcases.
6543 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6544 (read_testcase): New.
6545 Do the tests in a loop.
6546
6547 2016-02-25 Yao Qi <yao.qi@linaro.org>
6548
6549 * gdb.base/branches.c: Remove.
6550
6551 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6552
6553 PR gdb/13808
6554 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6555
6556 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6557
6558 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6559
6560 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6561
6562 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6563 change x86_64 call_insn to 'callq'.
6564
6565 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6566
6567 * gdb.trace/tfile-avx.c: Move to...
6568 * gdb.trace/tracefile-pseudo-reg.c: Here.
6569 * gdb.trace/tfile-avx.exp: Move to...
6570 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6571
6572 2016-02-24 Gary Benson <gbenson@redhat.com>
6573
6574 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6575 message on attach.
6576
6577 2016-02-23 Doug Evans <dje@google.com>
6578
6579 * gdb.base/skip.c (test_skip): New function.
6580 (end_test_skip_file_and_function): New function.
6581 (test_skip_file_and_function): New function.
6582 * gdb.base/skip1.c (test_skip): New function.
6583 (skip1_test_skip_file_and_function): New function.
6584 * gdb.base/skip.exp: Add tests for new skip options.
6585 * gdb.base/skip-solib.exp: Update expected output.
6586 * gdb.perf/skip-command.cc: New file.
6587 * gdb.perf/skip-command.exp: New file.
6588 * gdb.perf/skip-command.py: New file.
6589
6590 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6591
6592 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6593 info registers pattern.
6594
6595 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6596
6597 * lib/future.exp: Add D support.
6598 (gdb_find_gdc): New proc.
6599 (gdb_default_target_compile): Add D support.
6600
6601 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6602
6603 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6604 user+system time.
6605 (trace_speed_test): Determine the iteration count for a time
6606 between 15..30 seconds.
6607
6608 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6609
6610 * gdb.arch/i386-mpx-sigsegv.c: New file.
6611 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6612 * gdb.arch/i386-mpx-simple_segv.c: New file.
6613 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6614
6615 2016-02-18 Yao Qi <yao.qi@linaro.org>
6616
6617 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6618 Don't call setup_kfail.
6619
6620 2016-02-18 Yao Qi <yao.qi@linaro.org>
6621
6622 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6623 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6624
6625 2016-02-16 Doug Evans <dje@google.com>
6626
6627 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6628 * gdb.base/skip1.c: Ditto.
6629 * gdb.base/skip.exp: Whitespace cleanup.
6630
6631 2016-02-16 Don Breazeal <donb@codesourcery.com>
6632
6633 PR remote/19496
6634 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6635 Remove kfail for PR remote/19496.
6636
6637 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6638
6639 * lib/gdb.exp (standard_temp_file): Return a path specific to
6640 the runtest invocation.
6641
6642 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6643
6644 * gdb.trace/save-trace.exp: Change relative path to be in the
6645 standard output directory.
6646
6647 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 * gdb.arch/i386-prologue.c: Add missing prototypes.
6650
6651 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6652
6653 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6654 * gdb.arch/i386-prologue.exp: Likewise.
6655 * gdb.arch/i386-size.exp: Likewise.
6656
6657 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6658
6659 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6660 define object file path.
6661 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6662 file path.
6663 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6664 standard_output_file to define binfile.
6665
6666 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6667
6668 Fix compatibility with recent gfortran-5.3.1.
6669 * gdb.fortran/vla-history.exp (print vla1 allocated)
6670 (print vla2 allocated, print $2, print $3): Remove
6671 (print $4): Rename to ...
6672 (print $2): ... here.
6673 (print $9): Rename to ...
6674 (print $5): ... here.
6675 (print $10): Rename to ...
6676 (print $6): ... here.
6677 * gdb.fortran/vla.f90: Add pvla initialization.
6678
6679 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6680
6681 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6682 New test.
6683 * gdb.fortran/vla-value-sub.exp: Likewise.
6684
6685 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6686
6687 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6688
6689 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6690
6691 * i386-biarch-core.exp: Define corefile using
6692 standard_output_file.
6693
6694 2016-02-12 Yao Qi <yao.qi@linaro.org>
6695
6696 * gdb.arch/arm-single-step-kernel-helper.c: New.
6697 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6698
6699 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6700
6701 * gdb.btrace/tailcall-only.exp: New.
6702 * gdb.btrace/tailcall-only.c: New.
6703 * gdb.btrace/x86_64-tailcall-only.S: New.
6704 * gdb.btrace/i686-tailcall-only.S: New.
6705
6706 2016-02-11 Pedro Alves <palves@redhat.com>
6707
6708 * README (Parallel testing): Add missing double quotes.
6709
6710 2016-02-11 Pedro Alves <palves@redhat.com>
6711
6712 * README (Parallel testing): New section.
6713 (GDB_PARALLEL): Rewrite.
6714 (FORCE_PARALLEL): Document.
6715
6716 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6717
6718 * gdb.trace/tfile-avx.c: New test.
6719 * gdb.trace/tfile-avx.exp: New test.
6720
6721 2016-02-09 Keith Seitz <keiths@redhat.com>
6722
6723 PR breakpoints/19546
6724 * gdb.base/infcall-exec.c: New file.
6725 * gdb.base/infcall-exec2.c: New file.
6726 * gdb.base/infcall-exec.exp: New file.
6727
6728 2016-02-09 Keith Seitz <keiths@redhat.com>
6729
6730 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6731 (toplevel): Call test_bkpt_address.
6732
6733 2016-02-09 Keith Seitz <keiths@redhat.com>
6734
6735 PR python/19506
6736 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6737 (toplevel): Call test_bkpt_address.
6738
6739 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6740
6741 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6742 to AC_OUTPUT.
6743 * configure: Regenerate.
6744
6745 2016-02-09 Pedro Alves <palves@redhat.com>
6746
6747 PR breakpoints/19548
6748 * gdb.base/execl-update-breakpoints.c (some_function): New
6749 function.
6750 (main): Call it.
6751 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6752 Tighten expected GDB output.
6753
6754 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6755
6756 * Makefile.in (ALL_SUBDIRS): Remove.
6757 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6758 (distclean maintainer-clean realclean): Likewise.
6759 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6760 * configure: Regenerate.
6761 * gdb.ada/Makefile.in: Delete.
6762 * gdb.arch/Makefile.in: Likewise.
6763 * gdb.asm/Makefile.in: Likewise.
6764 * gdb.base/Makefile.in: Likewise.
6765 * gdb.btrace/Makefile.in: Likewise.
6766 * gdb.cell/Makefile.in: Likewise.
6767 * gdb.compile/Makefile.in: Likewise.
6768 * gdb.cp/Makefile.in: Likewise.
6769 * gdb.disasm/Makefile.in: Likewise.
6770 * gdb.dlang/Makefile.in: Likewise.
6771 * gdb.dwarf2/Makefile.in: Likewise.
6772 * gdb.fortran/Makefile.in: Likewise.
6773 * gdb.gdb/Makefile.in: Likewise.
6774 * gdb.go/Makefile.in: Likewise.
6775 * gdb.guile/Makefile.in: Likewise.
6776 * gdb.java/Makefile.in: Likewise.
6777 * gdb.linespec/Makefile.in: Likewise.
6778 * gdb.mi/Makefile.in: Likewise.
6779 * gdb.modula2/Makefile.in: Likewise.
6780 * gdb.multi/Makefile.in: Likewise.
6781 * gdb.objc/Makefile.in: Likewise.
6782 * gdb.opencl/Makefile.in: Likewise.
6783 * gdb.opt/Makefile.in: Likewise.
6784 * gdb.pascal/Makefile.in: Likewise.
6785 * gdb.perf/Makefile.in: Likewise.
6786 * gdb.python/Makefile.in: Likewise.
6787 * gdb.reverse/Makefile.in: Likewise.
6788 * gdb.server/Makefile.in: Likewise.
6789 * gdb.stabs/Makefile.in: Likewise.
6790 * gdb.threads/Makefile.in: Likewise.
6791 * gdb.trace/Makefile.in: Likewise.
6792 * gdb.xml/Makefile.in: Likewise.
6793 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6794 GDB_PARALLEL.
6795 (standard_output_file): Remove check for GDB_PARALLEL, always
6796 return path in outputs/$subdir/$testname.
6797
6798 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6799
6800 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6801 (site.exp): Assign abs_srcdir to tcl's srcdir.
6802
6803 2016-02-04 Yao Qi <yao.qi@linaro.org>
6804
6805 * gdb.base/foll-exec-mode.c: Include limits.h.
6806 (main): Add parameters argc and argv. Get directory from
6807 argv[0].
6808 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6809 compilation.
6810 * gdb.base/foll-exec.c: Include limits.h.
6811 (main): Add parameters argc and argv.
6812 Get directory from argv[0].
6813 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6814 Adjust tests on the number of lines as source code changed.
6815 * gdb.base/foll-vfork-exit.c: Include limits.h.
6816 (main): Add one line of statement before vfork.
6817 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6818 (main): Add parameters argc and argv. Get directory from
6819 argv[0].
6820 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6821 (setup_gdb): Set tbreak to skip some source lines.
6822 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6823 (main): Add parameters argc and argv. Get directory from
6824 argv[0].
6825 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6826 compilation.
6827 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6828 (main): Add parameters argc and argv. Get directory from
6829 argv[0].
6830 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6831 compilation.
6832
6833 2016-02-01 Doug Evans <dje@google.com>
6834
6835 * gdb.base/skip.exp: Clean up multiple references to same test name.
6836
6837 2016-02-01 Pedro Alves <palves@redhat.com>
6838
6839 PR remote/19496
6840 * gdb.threads/forking-threads-plus-breakpoint.exp
6841 (displaced_stepping_supported): New global.
6842 (probe_displaced_stepping_support): New procedure.
6843 (do_test): Add 'displaced' parameter, and use it.
6844 (top level): Check for displaced stepping support. Add displaced
6845 stepping on/off testing axis.
6846
6847 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6848
6849 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6850 pointer. Don't perform further tests on the unassociated pointer
6851 if the first test fails.
6852
6853 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6854
6855 * gdb.base/max-value-size.c: New file.
6856 * gdb.base/max-value-size.exp: New file.
6857 * gdb.base/huge.exp: Disable max-value-size for this test.
6858
6859 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6860
6861 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6862
6863 2016-01-28 Yao Qi <yao.qi@linaro.org>
6864
6865 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6866
6867 2016-01-25 Pedro Alves <palves@redhat.com>
6868
6869 PR threads/19461
6870 * gdb.base/fork-running-state.c: New file.
6871 * gdb.base/fork-running-state.exp: New file.
6872
6873 2016-01-25 Pedro Alves <palves@redhat.com>
6874
6875 PR gdb/19494
6876 * gdb.base/catch-fork-kill.c: New file.
6877 * gdb.base/catch-fork-kill.exp: New file.
6878
6879 2016-01-25 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6882 Delete, moved to lib/gdb.exp.
6883 * gdb.threads/forking-threads-plus-breakpoint.exp
6884 (foreach_with_prefix): Likewise.
6885 * gdb.threads/process-dies-while-handling-bp.exp
6886 (foreach_with_prefix): Likewise.
6887 * lib/gdb.exp (foreach_with_prefix): New procedure.
6888
6889 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6890
6891 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6892 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6893
6894 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6895
6896 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6897 endian targets.
6898
6899 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6900 Pedro Alves <palves@redhat.com>
6901
6902 Fix testsuite compatibility with Guile.
6903 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6904 number.
6905
6906 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6907
6908 Fix testsuite compatibility with Guile.
6909 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6910 (thread 1): New test for backtrace through signal handler.
6911
6912 2016-01-22 Yao Qi <yao.qi@linaro.org>
6913
6914 PR testsuite/19491
6915 * gdb.base/multi-forks.c: Include
6916 ../lib/unbuffer_output.c
6917 (main): Call gdb_unbuffer_output.
6918
6919 2016-01-21 Doug Evans <dje@google.com>
6920
6921 * lib/ada.exp (gdb_compile_ada): Fix typo.
6922
6923 2016-01-21 Joel Brobecker <brobecker@adacore.com>
6924
6925 * gdb.base/break-fun-addr.exp: New file.
6926 * gdb.base/break-fun-addr1.c: New file.
6927 * gdb.base/break-fun-addr2.c: New file.
6928
6929 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6930
6931 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6932 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6933 enum flag values.
6934
6935 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6936
6937 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6938 when GDB can not set the vector return value. Add more comments
6939 for clarification.
6940
6941 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6942
6943 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6944 command.
6945
6946 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6947
6948 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6949
6950 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6951
6952 * Makefile.in (check-single): Pass --status to runtest.
6953 (check/%.exp): Likewise.
6954
6955 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6956
6957 * Makefile.in (check-parallel): Propagate return code from make
6958 do-check-parallel.
6959
6960 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6961
6962 * gdb.trace/ftrace.exp: Fix expected message on continue.
6963 * gdb.trace/pending.exp: Fix expected message on continue.
6964 * gdb.trace/trace-break.exp: Fix expected message on continue.
6965
6966 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6967
6968 * lib/gdb.exp (gdb_test): Remove unused global references.
6969
6970 2016-01-18 Pedro Alves <palves@redhat.com>
6971
6972 * gdb.base/async-shell.exp: Adjust expected output.
6973 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6974 * gdb.base/siginfo-thread.exp: Adjust expected output.
6975 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6976 * gdb.java/jnpe.exp: Adjust expected output.
6977 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6978 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6979 * gdb.threads/leader-exit.exp: Adjust expected output.
6980 * gdb.threads/manythreads.exp: Adjust expected output.
6981 * gdb.threads/pthreads.exp: Adjust expected output.
6982 * gdb.threads/schedlock.exp: Adjust expected output.
6983 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6984 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6985 expected output.
6986 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6987 output.
6988 * gdb.threads/sigthread.exp: Adjust expected output.
6989 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6990
6991 2016-01-18 Yao Qi <yao.qi@linaro.org>
6992
6993 * gdb.guile/scm-section-script.c: Replace @progbits with
6994 %progbits.
6995 * gdb.python/py-section-script.c: Likewise.
6996
6997 2016-01-15 Pedro Alves <palves@redhat.com>
6998
6999 * gdb.multi/tids.exp: Test star wildcard ranges.
7000
7001 2016-01-15 Pedro Alves <palves@redhat.com>
7002
7003 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7004 command from "thread apply" invocation.
7005 (thr_apply_info_thr_invalid): Default the expected output to the
7006 input tid list.
7007 (top level): Add tests that use convenience variables. Add tests
7008 for "thread apply" with a valid TID list, but missing the command.
7009
7010 2016-01-13 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.base/default.exp: Expect $_gthread as well.
7013 * gdb.multi/tids.exp: Test $_gthread.
7014 * gdb.threads/thread-specific.exp: Test $_gthread.
7015
7016 2016-01-13 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.multi/tids.exp: Test "info threads -gid".
7019
7020 2016-01-13 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7023 Breakpoint.thread.
7024 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7025
7026 2016-01-07 Pedro Alves <palves@redhat.com>
7027
7028 * gdb.base/break.exp: Adjust to output changes.
7029 * gdb.base/hbreak2.exp: Likewise.
7030 * gdb.base/sepdebug.exp: Likewise.
7031 * gdb.base/watch_thread_num.exp: Likewise.
7032 * gdb.linespec/keywords.exp: Likewise.
7033 * gdb.multi/info-threads.exp: Likewise.
7034 * gdb.threads/thread-find.exp: Likewise.
7035 * gdb.multi/tids.c: New file.
7036 * gdb.multi/tids.exp: New file.
7037
7038 2016-01-13 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7041
7042 2016-01-13 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.base/default.exp: Expect $_inferior as well.
7045 * gdb.multi/base.exp: Test $_inferior.
7046
7047 2016-01-13 Pedro Alves <palves@redhat.com>
7048
7049 PR breakpoints/19388
7050 * gdb.base/catch-signal-siginfo-cond.c: New file.
7051 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7052
7053 2016-01-12 Josh Stone <jistone@redhat.com>
7054 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7055
7056 * gdb.base/catch-syscall.c (do_execve): New variable.
7057 (main): Conditionally trigger an execve.
7058 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7059 (test_catch_syscall_execve): New, check entry/return across execve.
7060 (do_syscall_tests): Call test_catch_syscall_execve.
7061
7062 2016-01-12 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.base/random-signal.exp (do_test): New procedure, with body
7065 of testcase moved in.
7066
7067 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7068 Pedro Alves <palves@redhat.com>
7069
7070 * gdb.base/funcargs.exp (finish from indirectly called function):
7071 Reintroduce the case for 'First'.
7072
7073 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7074 Pedro Alves <palves@redhat.com>
7075
7076 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7077 (tcatch_vfork_then_child_follow_exec)
7078 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7079 identification.
7080
7081 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7082
7083 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7084 and repeats to unlimited.
7085 * gdb.python/py-value.exp: Likewise.
7086 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7087 and repeats to unlimited.
7088
7089 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7090
7091 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7092 and reordering the functions.
7093 * gdb.multi/hangout.c: Likewise.
7094 * gdb.multi/hello.c: Likewise.
7095
7096 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7097
7098 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7099 absolute.
7100 (SingleStatisticTestResult.report): Use dict.keys instead of
7101 dict.iterkeys.
7102
7103 2016-01-06 Pedro Alves <palves@redhat.com>
7104
7105 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7106
7107 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7108
7109 * gdb.btrace/dlopen.exp: New.
7110 * gdb.btrace/dlopen.c: New.
7111 * gdb.btrace/dlopen-dso.c: New.
7112
7113 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7114
7115 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7116 PATTERN argument is optional.
7117
7118 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7119
7120 * lib/ada.exp (target_compile_ada_from_dir): New function.
7121 (gdb_compile_ada): Reimplement avoiding the use of project files.
7122 * gdb.ada/gnat_ada.gpr: Delete.
7123 * gdb.ada/cond_lang.exp: Adjust test to make path before
7124 filename optional.
7125 * gdb.ada/small_reg_param.exp: Likewise.
7126
7127 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7128
7129 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7130
7131 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7132
7133 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7134 case.
7135
7136 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7137
7138 * gdb.base/break.exp: Remove dead code.
7139 * gdb.base/sepdebug.exp: Likewise.
7140
7141 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7142
7143 * gdb.asm/asm-source.exp: Remove HP-UX references.
7144 * gdb.base/annota1.exp: Likewise.
7145 * gdb.base/annota3.exp: Likewise.
7146 * gdb.base/attach.exp: Likewise.
7147 * gdb.base/bigcore.exp: Likewise.
7148 * gdb.base/break.exp: Likewise.
7149 * gdb.base/call-ar-st.exp: Likewise.
7150 * gdb.base/callfuncs.exp: Likewise.
7151 * gdb.base/catch-fork-static.exp: Likewise.
7152 * gdb.base/display.exp: Likewise.
7153 * gdb.base/foll-exec-mode.exp: Likewise.
7154 * gdb.base/foll-exec.exp: Likewise.
7155 * gdb.base/foll-fork.exp: Likewise.
7156 * gdb.base/foll-vfork.exp: Likewise.
7157 * gdb.base/funcargs.exp: Likewise.
7158 * gdb.base/hbreak2.exp: Likewise.
7159 * gdb.base/inferior-died.exp: Likewise.
7160 * gdb.base/interrupt.exp: Likewise.
7161 * gdb.base/multi-forks.exp: Likewise.
7162 * gdb.base/nodebug.exp: Likewise.
7163 * gdb.base/sepdebug.exp: Likewise.
7164 * gdb.base/solib1.c: Likewise.
7165 * gdb.base/step-test.exp: Likewise.
7166 * gdb.mi/non-stop.c: Likewise.
7167 * gdb.mi/pthreads.c: Likewise.
7168 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7169 * gdb.threads/pthreads.c: Likewise.
7170 * gdb.threads/staticthreads.exp: Likewise.
7171 * lib/future.exp: Likewise.
7172 * lib/gdb.exp: Likewise.
7173 * gdb.base/so-indr-cl.c: Remove.
7174 * gdb.base/so-indr-cl.exp: Likewise.
7175 * gdb.base/solib.c: Likewise.
7176 * gdb.base/solib.exp: Likewise.
7177 * gdb.base/solib2.c: Likewise.
7178
7179 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7180
7181 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7182 * gdb.base/call-ar-st.exp: Likewise.
7183 * gdb.base/callfuncs.exp: Likewise.
7184 * gdb.base/condbreak.exp: Likewise.
7185 * gdb.base/constvars.exp: Likewise.
7186 * gdb.base/hbreak2.exp: Likewise.
7187 * gdb.base/langs.exp: Likewise.
7188 * gdb.base/list.exp: Likewise.
7189 * gdb.base/long_long.exp: Likewise.
7190 * gdb.base/ptype.exp: Likewise.
7191 * gdb.base/scope.exp: Likewise.
7192 * gdb.base/signals.exp: Likewise.
7193 * gdb.base/so-impl-ld.exp: Likewise.
7194 * gdb.base/varargs.exp: Likewise.
7195 * gdb.base/volatile.exp: Likewise.
7196 * gdb.base/whatis.exp: Likewise.
7197 * gdb.cp/cplusfuncs.exp: Likewise.
7198 * gdb.cp/inherit.exp: Likewise.
7199 * gdb.cp/local.exp: Likewise.
7200 * gdb.cp/member-ptr.exp: Likewise.
7201 * gdb.cp/method.exp: Likewise.
7202 * gdb.cp/overload.exp: Likewise.
7203 * gdb.cp/templates.exp: Likewise.
7204 * gdb.stabs/weird.exp: Likewise.
7205 * lib/compiler.c: Likewise.
7206 * lib/compiler.cc: Likewise.
7207 * lib/cp-support.exp: Likewise.
7208 * lib/gdb.exp: Likewise.
7209
7210 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7211
7212 * configure.ac: Remove HP-UX case.
7213 * configure: Regenerate.
7214
7215 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7216
7217 * lib/gdb.exp (gdb_compile): Add function doc.
7218
7219 2015-12-17 Pedro Alves <palves@redhat.com>
7220
7221 PR threads/19354
7222 * gdb.multi/info-threads.exp: New file.
7223
7224 2015-12-15 Yao Qi <yao.qi@linaro.org>
7225
7226 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7227 is aarch64*-*-*.
7228
7229 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7230
7231 * gdb.base/history-duplicates.exp: Skip if no readline support.
7232
7233 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7234
7235 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7236
7237 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7238
7239 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7240
7241 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7242
7243 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7244 ctrl-C if nointerrupts target property is set.
7245 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7246 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7247 * gdb.base/paginate-bg-execution.exp: Likewise.
7248 * gdb.base/paginate-execution-startup.exp: Likewise.
7249 * gdb.base/random-signal.exp: Likewise.
7250 * gdb.base/range-stepping.exp: Likewise.
7251 * gdb.cp/annota2.exp: Likewise.
7252 * gdb.cp/annota3.exp: Likewise.
7253 * gdb.gdb/selftest.exp: Likewise.
7254 * gdb.threads/continue-pending-status.exp: Likewise.
7255 * gdb.threads/leader-exit.exp: Likewise.
7256 * gdb.threads/manythreads.exp: Likewise.
7257 * gdb.threads/pthreads.exp: Likewise.
7258 * gdb.threads/schedlock.exp: Likewise.
7259 * gdb.threads/sigthread.exp: Likewise.
7260
7261 2015-12-11 Don Breazeal <donb@codesourcery.com>
7262
7263 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7264 remote.
7265 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7266 * gdb.base/foll-exec.exp (main): Enable for target remote.
7267 * gdb.base/foll-fork.exp (main): Likewise.
7268 * gdb.base/foll-vfork.exp (main): Likewise.
7269 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7270 (proc continue_to_exit_bp_loc): Use clean_restart.
7271 * gdb.base/pie-execl.exp (main): Disable for target remote.
7272 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7273 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7274 * gdb.threads/execl.exp (main): Likewise.
7275 * gdb.threads/fork-child-threads.exp (main): Likewise.
7276 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7277 remote.
7278 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7279 remote.
7280 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7281 pid.tid style ptids, instead of just tid.
7282 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7283 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7284 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7285 ptids, instead of just tid.
7286
7287 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7288
7289 * gdb.base/list.exp (test_list_forward): Add end of file error
7290 test.
7291 (test_repeat_list_command): Add end of file error test.
7292 (test_list_backwards): Add beginning of file error test.
7293
7294 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7295
7296 * gdb.base/list.exp (test_list_invalid_args): New function,
7297 defined, and called.
7298
7299 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7300
7301 * gdb.base/list.exp (test_list): Make test names unique.
7302
7303 2015-12-11 Yao Qi <yao.qi@linaro.org>
7304
7305 * gdb.base/coremaker2.c: Remove.
7306
7307 2015-12-10 Pedro Alves <palves@redhat.com>
7308
7309 * gdb.multi/base.exp: Remove stale "spaces" references.
7310
7311 2015-12-10 Pedro Alves <palves@redhat.com>
7312
7313 * gdb.multi/base.exp: Don't use nowarnings.
7314 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7315 * gdb.multi/hangout.c: Include stdio.h.
7316 * gdb.multi/hello.c: Include stdlib.h.
7317 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7318 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7319 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7320
7321 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7322
7323 * gdb.dwarf2/dw2-ranges-base.c: New file.
7324 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7325 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7326 support additional line table, and debug ranges generation.
7327 (Dwarf::ranges): New function, generate .debug_ranges.
7328 (Dwarf::lines): Support generating simple line table programs.
7329 (Dwarf::assemble): Initialise new namespace variables.
7330
7331 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7332
7333 * gdb.base/async.exp (proc test_background): Add case for
7334 asynchronous execution not supported.
7335
7336 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7337
7338 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7339 format and change test names to make them unique.
7340
7341 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7342 Pedro Alves <pedro@redhat.com>
7343
7344 PR gdb/18702
7345 Add checking of floatformats setup on x86_64 hosts.
7346 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7347 (smallval, bigval): New labels/constants.
7348 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7349 float" after loading bigval and smallval.
7350
7351 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7352
7353 * gdb.ada/fun_overload_menu.exp: New testcase.
7354 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7355
7356 2015-12-04 Josh Stone <jistone@redhat.com>
7357
7358 * gdb.base/catch-fork-static.exp: New.
7359
7360 2015-12-03 Yao Qi <yao.qi@linaro.org>
7361
7362 * gdb.base/sizeof.c: Don't include stdio.h and
7363 ../lib/unbuffer_output.c.
7364 (main): New variable 'size' and 'value'. Remove printf and
7365 gdb_unbuffer_output. Assign return value to size and value.
7366 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7367 at the beginning.
7368 (check_sizeof): Check the result by printing variable 'size'.
7369 (check_valueof): Check the result by printing variable 'value'.
7370
7371 2015-12-01 Yao Qi <yao.qi@linaro.org>
7372
7373 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7374 for aarch64*-*-linux* target.
7375
7376 2015-11-30 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7379
7380 2015-11-30 Pedro Alves <palves@redhat.com>
7381
7382 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7383 Handle non-stop mode vCont replies.
7384
7385 2015-11-30 Pedro Alves <palves@redhat.com>
7386
7387 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7388 prepare_for_testing. Start gdb with "set non-stop on" appended to
7389 GDBFLAGS. Lax expected stop output.
7390
7391 2015-11-27 Yao Qi <yao.qi@linaro.org>
7392
7393 * gdb.arch/arm-neon.exp: New.
7394 * gdb.arch/arm-neon.c: New.
7395
7396 2015-11-27 Yao Qi <yao.qi@linaro.org>
7397
7398 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7399
7400 2015-11-27 Yao Qi <yao.qi@linaro.org>
7401
7402 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7403 frames-invalid annotation.
7404
7405 2015-11-27 Yao Qi <yao.qi@linaro.org>
7406
7407 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7408
7409 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7410
7411 * gdb.threads/names.exp: New file.
7412 * gdb.threads/names.c: New file.
7413 * README: Mention gdb,no_thread_names.
7414
7415 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7416
7417 PR 19297
7418 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7419 support" error.
7420
7421 2015-11-24 Pedro Alves <palves@redhat.com>
7422
7423 PR 17539
7424 * gdb.base/display.exp: Expect displays to be sorted in ascending
7425 order. Use multi_line.
7426 * gdb.base/solib-display.exp: Likewise.
7427
7428 2015-11-24 Pedro Alves <palves@redhat.com>
7429
7430 PR 17539
7431 * gdb.base/display.exp: Expect displays to be sorted in ascending
7432 order. Use multi_line.
7433 * gdb.base/solib-display.exp: Likewise.
7434
7435 2015-11-24 Pedro Alves <palves@redhat.com>
7436
7437 PR 17539
7438 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7439 threads in ascending order.
7440 * gdb.base/foll-fork.exp: Likewise.
7441 * gdb.base/foll-vfork.exp: Likewise.
7442 * gdb.base/multi-forks.exp: Likewise.
7443 * gdb.mi/mi-nonstop.exp: Likewise.
7444 * gdb.mi/mi-nsintrall.exp: Likewise.
7445 * gdb.multi/base.exp: Likewise.
7446 * gdb.multi/multi-arch.exp: Likewise.
7447 * gdb.python/py-inferior.exp: Likewise.
7448 * gdb.threads/break-while-running.exp: Likewise.
7449 * gdb.threads/execl.exp: Likewise.
7450 * gdb.threads/gcore-thread.exp: Likewise.
7451 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7452 * gdb.threads/kill.exp: Likewise.
7453 * gdb.threads/linux-dp.exp: Likewise.
7454 * gdb.threads/multiple-step-overs.exp: Likewise.
7455 * gdb.threads/next-bp-other-thread.exp: Likewise.
7456 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7457 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7458 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7459 * gdb.threads/thread-find.exp: Likewise.
7460 * gdb.threads/tls.exp: Likewise.
7461 * lib/mi-support.exp (mi_reverse_list): Delete.
7462 (mi_check_thread_states): No longer reverse list.
7463
7464 2015-11-24 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7467 use lowercase.
7468
7469 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7470
7471 * gdb.trace/actions.c: Include trace-common.h.
7472 (main): Add a location for a fast tracepoint.
7473 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7474 the normal tracepoints.
7475 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7476
7477 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7478
7479 * save-trace.exp: Factor out code to these...
7480 (gdb_save_tracepoints): New.
7481 (gdb_load_tracepoints): New.
7482 (do_save_load_test): New.
7483
7484 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7485
7486 * gdb.base/asmlabel.exp: New test.
7487 * gdb.base/asmlabel.c: New test case.
7488
7489 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7490
7491 * gdb.base/wrong_frame_bt_full-main.c: New file.
7492 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7493 * gdb.base/wrong_frame_bt_full.exp: New file.
7494
7495 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7496
7497 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7498
7499 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7500
7501 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7502 pstate register when comparing registers values in
7503 sparc64-*-linux-gnu targets to avoid spurious differences.
7504
7505 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7506
7507 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7508
7509 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7510
7511 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7512 as type argument to gdb_compile.
7513 * gdb.base/nested-subp2.exp: Likewise.
7514 * gdb.base/nested-subp3.exp: Likewise.
7515
7516 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7517
7518 * lib/dwarf.exp (_note): Fix left shift of negative value.
7519 * gdb.trace/trace-condition.exp: Likewise.
7520
7521 2015-11-13 Yao Qi <yao.qi@linaro.org>
7522
7523 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7524 comments about d10v.
7525 (test_scalar_returns): Likewise.
7526 * gdb.base/d10v.ld: Remove.
7527 * gdb.base/overlays.exp: Remove the target triplet checking for
7528 d10v-*-*.
7529 * gdb.base/structs.exp (test_struct_returns): Remove the
7530 comments about d10v.
7531 (test_struct_calls): Likewise.
7532
7533 2015-11-13 Yao Qi <yao.qi@linaro.org>
7534
7535 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7536 * gdb.base/gnu_vector.c: Don't include stdio.h.
7537 (main): Don't print res and call add_some_intvecs.
7538
7539 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7540
7541 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7542 macro.
7543 (func5): Removed.
7544 (func4): Use FAST_TRACEPOINT_LABEL.
7545 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7546 macro.
7547 (func): Removed.
7548 (thread_function): Use FAST_TRACEPOINT_LABEL.
7549 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7550 (func): Remove.
7551 (marker): Use FAST_TRACEPOINT_LABEL.
7552 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7553 (pendfunc1): Remove.
7554 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7555 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7556 (foo): Remove.
7557 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7558 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7559 macro.
7560 (func): Remove.
7561 (marker): Use FAST_TRACEPOINT_LABEL.
7562 * gdb.trace/trace-common.h: New header.
7563 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7564 macro.
7565 (func): Remove.
7566 (marker): Use FAST_TRACEPOINT_LABEL.
7567 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7568 (func): Remove.
7569 (thread_function): Use FAST_TRACEPOINT_LABEL.
7570
7571 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7572
7573 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7574 in front.
7575 * gdb.trace/change-loc.exp: Use global pcreg definition.
7576 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7577 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7578 in front.
7579 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7580 * gdb.trace/pending.exp: Likewise.
7581 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7582 * gdb.trace/trace-break.exp: Likewise.
7583 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7584 in front.
7585 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7586 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7587 in front.
7588 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7589
7590 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7591
7592 * gdb.ada/fin_fun_out: New testcase.
7593
7594 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7595
7596 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7597 value associated with DW_AT_byte_size.
7598 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7599 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7600 DW_AT_upper_bound.
7601
7602 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7603
7604 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7605 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7606 version.
7607 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7608 gdb.dwarf2/dw2-canonicalize-type.exp,
7609 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7610 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7611 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7612 provided by gdb_target_symbol_prefix_flags_asm.
7613 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7614 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7615 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7616 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7617 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7618 macros where needed). Use this macro for symbols which require
7619 the prefix provided by SYMBOL_PREFIX.
7620
7621 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7622
7623 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7624 New procs.
7625 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7626 representing expressions, of more than one list element.
7627 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7628 to prepend linker symbol prefix to f.
7629 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7630 table_1 and table_2.
7631 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7632 Likewise, for f and g.
7633 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7634 for ptr.
7635 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7636 for main.
7637 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7638 table_1_ptr and table_2_ptr.
7639
7640 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7641 Joel Brobecker <brobecker@adacore.com>
7642
7643 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7644
7645 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7646
7647 * gdb.reverse/s390-mvcle.c: New test.
7648 * gdb.reverse/s390-mvcle.exp: New file.
7649 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7650
7651 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7652
7653 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7654
7655 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7656
7657 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7658 reaching marker2.
7659 * gdb.reverse/getresuid-reverse.exp: Likewise.
7660 * gdb.reverse/pipe-reverse.exp: Likewise.
7661 * gdb.reverse/readv-reverse.exp: Likewise.
7662 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7663 * gdb.reverse/time-reverse.exp: Likewise.
7664 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7665
7666 2015-10-30 Yao Qi <yao.qi@linaro.org>
7667
7668 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7669 (empty_cycle): Remove.
7670 (main): Don't call empty_cycle. Don't use watch_count_done.
7671 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7672 empty_cycle. Rewrite the code counting HW watchpoints.
7673
7674 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7675
7676 * gdb.reverse/fstatat-reverse.c: New test.
7677 * gdb.reverse/fstatat-reverse.exp: New file.
7678 * gdb.reverse/getresuid-reverse.c: New test.
7679 * gdb.reverse/getresuid-reverse.exp: New file.
7680 * gdb.reverse/pipe-reverse.c: New test.
7681 * gdb.reverse/pipe-reverse.exp: New file.
7682 * gdb.reverse/readv-reverse.c: New test.
7683 * gdb.reverse/readv-reverse.exp: New file.
7684 * gdb.reverse/recvmsg-reverse.c: New test.
7685 * gdb.reverse/recvmsg-reverse.exp: New file.
7686 * gdb.reverse/time-reverse.c: New test.
7687 * gdb.reverse/time-reverse.exp: New file.
7688 * gdb.reverse/waitpid-reverse.c: New test.
7689 * gdb.reverse/waitpid-reverse.exp: New file.
7690
7691 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7692
7693 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7694
7695 2015-10-26 Doug Evans <dje@google.com>
7696
7697 PR symtab/17391
7698 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7699 * gdb.dwarf2/bad-regnum.c: New file.
7700 * gdb.dwarf2/bad-regnum.exp: New file.
7701
7702 2015-10-26 Doug Evans <dje@google.com>
7703
7704 PR python/18938
7705 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7706 file.
7707
7708 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7709
7710 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7711 for a change by "Mention language in compile error message".
7712
7713 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7714
7715 PR python/18073
7716 * gdb.python/py-type.c (C::a_method): New.
7717 (C::a_const_method): New.
7718 (C::a_static_method): New.
7719 (a_function): New.
7720 * gdb.python/py-type.exp (test_fields): Test getting fields
7721 from function and method.
7722
7723 2015-10-21 Keven Boell <keven.boell@intel.com>
7724
7725 * gdb.fortran/vla-alloc-assoc.exp: New file.
7726 * gdb.fortran/vla-datatypes.exp: New file.
7727 * gdb.fortran/vla-datatypes.f90: New file.
7728 * gdb.fortran/vla-history.exp: New file.
7729 * gdb.fortran/vla-ptype-sub.exp: New file.
7730 * gdb.fortran/vla-ptype.exp: New file.
7731 * gdb.fortran/vla-sizeof.exp: New file.
7732 * gdb.fortran/vla-sub.f90: New file.
7733 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7734 * gdb.fortran/vla-value-sub-finish.exp: New file.
7735 * gdb.fortran/vla-value-sub.exp: New file.
7736 * gdb.fortran/vla-value.exp: New file.
7737 * gdb.fortran/vla-ptr-info.exp: New file.
7738 * gdb.mi/mi-vla-fortran.exp: New file.
7739 * gdb.mi/vla.f90: New file.
7740
7741 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7742
7743 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7744 of hardwired timeout value.
7745
7746 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7747 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7750 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7751
7752 2015-10-19 Josh Stone <jistone@redhat.com>
7753
7754 * gdb.base/catch-syscall.c: Include <sched.h>.
7755 (unknown_syscall): New variable.
7756 (main): Trigger a vfork and an unknown syscall.
7757 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7758 (unknown_syscall_number): Likewise.
7759 (check_call_to_syscall): Accept an optional syscall pattern.
7760 (check_return_from_syscall): Likewise.
7761 (check_continue): Likewise.
7762 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7763 (test_catch_syscall_skipping_return): New test toggling off 'catch
7764 syscall' to step over the syscall return, then toggling back on.
7765 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7766 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7767 (do_syscall_tests): Call test_catch_syscall_without_args and
7768 test_catch_syscall_mid_vfork.
7769 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7770 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7771
7772 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
7773
7774 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7775 print g_vE): Add new pass patterns.
7776 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7777 print various symbol names for vptr fields.
7778
7779 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7780
7781 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7782 results.
7783
7784 2015-10-12 Yao Qi <yao.qi@linaro.org>
7785
7786 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7787
7788 2015-10-12 Yao Qi <yao.qi@linaro.org>
7789
7790 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7791 is aarch64*-*-linux*.
7792
7793 2015-10-12 Yao Qi <yao.qi@linaro.org>
7794
7795 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7796 (can_relocate_bcond_true): ... it.
7797 (can_relocate_bcond_false): New function.
7798 (foo): Likewise.
7799 (can_relocate_bl): Likewise.
7800 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7801 can_relocate_bl.
7802
7803 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7804
7805 * gdb.base/nested-addr.c: New file.
7806 * gdb.base/nested-addr.exp: New testcase.
7807
7808 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7809
7810 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7811 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7812 its output. Ignore the output of "record goto begin" and instead
7813 check that GDB is replaying.
7814
7815 2015-10-09 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7818 (top level): Use it in the run with no args test.
7819
7820 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7821
7822 * gdb.dlang/properties.exp: New file.
7823
7824 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7825
7826 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7827 whether or not address 0x1000 is mapped on the target.
7828
7829 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7830
7831 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7832 build.
7833
7834 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7835
7836 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7837 instruction-history test.
7838
7839 2015-09-28 Doug Evans <dje@google.com>
7840
7841 * gdb.base/gcore.c (array_func): Add reference to static_array.
7842
7843 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7844
7845 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7846 source line.
7847
7848 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7849
7850 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7851 short or char as base type.
7852
7853 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7854
7855 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7856 to allow any size enum.
7857
7858 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7859
7860 * gdb.ada/array_ptr_renaming.exp: New testcase.
7861 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7862 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7863
7864 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7865
7866 * gdb.trace/ftrace-lock.c: New file.
7867 * gdb.trace/ftrace-lock.exp: New file.
7868
7869 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7870
7871 * gdb.arch/insn-reloc.c: New file.
7872 * gdb.arch/ftrace-insn-reloc.exp: New file.
7873
7874 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7875
7876 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7877 instruction.
7878 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7879 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7880 * gdb.trace/range-stepping.c: Likewise.
7881 * gdb.trace/trace-break.c: Likewise.
7882 * gdb.trace/trace-mt.c (thread_function): Likewise.
7883 * gdb.trace/ftrace.c (marker): Likewise.
7884 * gdb.trace/trace-condition.c (marker): Likewise.
7885 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7886 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7887 is_aarch64_target.
7888
7889 2015-09-18 Doug Evans <xdje42@gmail.com>
7890
7891 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7892 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7893
7894 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7895
7896 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7897 the breakpoint.
7898
7899 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7900
7901 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7902 the pending breakpoint. Remove timeout override for "Run till
7903 MI pending breakpoint on pendfunc3 on thread 2" test.
7904
7905 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7906
7907 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7908 filename pattern.
7909
7910 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7911
7912 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7913 in breakpoint filename pattern.
7914
7915 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7916
7917 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7918
7919 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7920
7921 * gdb.linespec/explicit.exp: Check for readline support for
7922 tab-completion tests. Fix obvious typo.
7923
7924 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7925
7926 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7927 and replay.
7928
7929 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7930
7931 * gdb.btrace/non-stop.c: New.
7932 * gdb.btrace/non-stop.exp: New.
7933
7934 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7935 Yao Qi <yao.qi@linaro.org>
7936
7937 * gdb.trace/trace-condition.c: New file.
7938 * gdb.trace/trace-condition.exp: New file.
7939
7940 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
7941
7942 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7943 for testing bytecode compilation.
7944
7945 2015-09-16 Pedro Alves <palves@redhat.com>
7946 Sandra Loosemore <sandra@codesourcery.com>
7947
7948 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7949 (SECONDS): Redefine.
7950 (main): Call pthread_kill and alarm early.
7951 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7952 support.
7953 (test): If the target can't hardware step and doesn't support
7954 displaced stepping, increase the timeout.
7955
7956 2015-09-16 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7959 (enable_debug): New procedures.
7960 (test): Use them. Bail out if waiting for threads fails.
7961 (top level): Bail out if a test fails.
7962
7963 2015-09-16 Yao Qi <yao.qi@linaro.org>
7964
7965 * gdb.asm/asm-source.exp: Set asm-arch for
7966 aarch64*-*-* target.
7967 * gdb.asm/aarch64.inc: New file.
7968
7969 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7970
7971 * gdb.ada/array_of_variable_length.exp: New testcase.
7972 * gdb.ada/array_of_variable_length/foo.adb: New file.
7973 * gdb.ada/array_of_variable_length/pck.adb: New file.
7974 * gdb.ada/array_of_variable_length/pck.ads: New file.
7975
7976 2015-09-15 Doug Evans <dje@google.com>
7977
7978 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7979 of function static local variable.
7980
7981 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7982
7983 * gdb.threads/tls-so_extern.exp: New test file.
7984 * gdb.threads/tls-so_extern.c: New test file.
7985 * gdb.threads/tls-so_extern_main.c: New test file.
7986
7987 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7988
7989 * gdb.opt/solib-intra-step-lib.c: New file.
7990 * gdb.opt/solib-intra-step-main.c: New file.
7991 * gdb.opt/solib-intra-step.exp: New file.
7992
7993 2015-09-15 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7996 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7997
7998 2015-09-14 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/hook-stop-continue.c: Delete.
8001 * gdb.base/hook-stop-continue.exp: Delete.
8002 * gdb.base/hook-stop-frame.c: Delete.
8003 * gdb.base/hook-stop-frame.exp: Delete.
8004 * gdb.base/hook-stop.c: New file.
8005 * gdb.base/hook-stop.exp: New file.
8006
8007 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8008
8009 * gdb.ada/access_to_packed_array.exp: New testcase.
8010 * gdb.ada/access_to_packed_array/foo.adb: New file.
8011 * gdb.ada/access_to_packed_array/pack.adb: New file.
8012 * gdb.ada/access_to_packed_array/pack.ads: New file.
8013
8014 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8015
8016 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8017 buffer size test.
8018
8019 2015-09-11 Don Breazeal <donb@codesourcery.com>
8020
8021 * gdb.base/foll-exec.c: Add copyright header. Fix
8022 formatting issues.
8023 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8024 (do_exec_tests): Use clean_restart in place of zap_session,
8025 and for test initialization. Fix formatting issues. Use
8026 fail in place of perror.
8027 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8028 an expect statement to match an expression with output from
8029 the program under debug.
8030 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8031 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8032 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8033 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8034 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8035
8036 2015-09-09 Doug Evans <dje@google.com>
8037
8038 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8039
8040 2015-09-09 Doug Evans <dje@google.com>
8041
8042 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8043
8044 2015-09-09 Doug Evans <dje@google.com>
8045
8046 * gdb.base/savedregs.exp: Fix typo.
8047
8048 2015-09-09 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8051
8052 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8053
8054 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8055 command actually switches threads. Give up on remaining
8056 tests if target fails to stop at breakpoint.
8057
8058 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8059
8060 * gdb.ada/funcall_char.exp: New testcase.
8061 * gdb.ada/funcall_char/foo.adb: New file.
8062
8063 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8064
8065 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8066 expected outputs. Add two testcases for completing ambiguous
8067 functions.
8068 * gdb.ada/complete/aux_pck.adb: New file.
8069 * gdb.ada/complete/aux_pck.ads: New file.
8070 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8071 Ambiguous_Func functions.
8072 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8073 * gdb.ada/complete/pck.adb: Likewise.
8074
8075 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8076
8077 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8078 failures to run the test program under GDB.
8079
8080 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8081
8082 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8083 to C.
8084
8085 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8086
8087 * gdb.base/run-after-attach.exp: New test file.
8088 * gdb.base/run-after-attach.c: New test file.
8089
8090 2015-08-26 Don Breazeal <donb@codesourcery.com>
8091
8092 * gdb.base/foll-exec-2.c: New test program.
8093 * gdb.base/foll-exec-2.exp: New test.
8094
8095 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8096
8097 * gdb.base/nested-subp1.exp: New file.
8098 * gdb.base/nested-subp1.c: New file.
8099 * gdb.base/nested-subp2.exp: New file.
8100 * gdb.base/nested-subp2.c: New file.
8101 * gdb.base/nested-subp3.exp: New file.
8102 * gdb.base/nested-subp3.c: New file.
8103
8104 2015-08-24 Pedro Alves <palves@redhat.com>
8105
8106 * gdb.server/connect-without-multi-process.c: New file.
8107 * gdb.server/connect-without-multi-process.exp: New file.
8108
8109 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8110
8111 * gdb.opt/inline-markers.c: Make z int.
8112
8113 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8114
8115 * gdb.opt/inline-markers.c: Make z volatile.
8116
8117 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8118
8119 * gdb.opt/inline-bt.c: New volatile global z.
8120 * gdb.opt/inline-cmds.c: Likewise.
8121 * gdb.opt/inline-locals.c: Likewise.
8122 * gdb.opt/inline-markers.c: New extern global z.
8123 (marker): Use z.
8124 (inline_fn): Likewise.
8125
8126 2015-08-24 Pedro Alves <palves@redhat.com>
8127
8128 * config/m32r-stub.exp: Remove file.
8129 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8130 * gdb.base/call-rt-st.exp: Likewise.
8131 * gdb.base/call-strs.exp: Likewise.
8132 * gdb.base/default.exp: Remove references to h8300-*-hms and
8133 *-*-udi*.
8134 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8135
8136 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8137
8138 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8139 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8140 and "return" use KFAIL when GDB can not read/write the vector
8141 return value.
8142
8143 2015-08-21 Gary Benson <gbenson@redhat.com>
8144
8145 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8146
8147 2015-08-20 Pedro Alves <palves@redhat.com>
8148
8149 * gdb.server/solib-list.exp: No longer expect an interior stop in
8150 non-stop mode.
8151
8152 2015-08-20 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.server/connect-stopped-target.c: New file.
8155 * gdb.server/connect-stopped-target.exp: New file.
8156
8157 2015-08-20 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.dwarf2/comp-unit-lang.exp: New file.
8160 * gdb.dwarf2/comp-unit-lang.c: New file.
8161
8162 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8163
8164 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8165 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8166
8167 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8168
8169 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8170 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8171
8172 2015-08-18 Doug Evans <dje@google.com>
8173 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8174
8175 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8176 skip_python_tests. New arg prompt_regexp.
8177 (skip_python_tests): New function.
8178 * lib/mi-support.exp (mi_skip_python_tests): New function.
8179 * gdb.python/py-mi-objfile-gdb.py: New file.
8180 * gdb.python/py-mi-objfile.c: New file.
8181 * gdb.python/py-mi-objfile.exp: New file.
8182
8183 2015-08-17 Keith Seitz <keiths@redhat.com>
8184
8185 * gdb.linespec/explicit.exp: Move strace test from here ...
8186 * gdb.trace/strace.exp: ... to here.
8187
8188 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8189
8190 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8191 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8192
8193 2015-08-14 Doug Evans <xdje42@gmail.com>
8194
8195 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8196 inferior before selecting a new file.
8197
8198 2015-08-14 Doug Evans <xdje42@gmail.com>
8199
8200 * gdb.mi/mi-disassemble.exp: Update.
8201 * gdb.base/disasm-optim.S: New file.
8202 * gdb.base/disasm-optim.c: New file.
8203 * gdb.base/disasm-optim.h: New file.
8204 * gdb.base/disasm-optim.exp: New file.
8205
8206 2015-08-14 Keith Seitz <keiths@redhat.com>
8207
8208 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8209 "evaluated-by".
8210
8211 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8212
8213 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8214
8215 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8216
8217 * gdb.ada/fun_renaming.exp: New testcase.
8218 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8219 * gdb.ada/fun_renaming/pack.adb: New file.
8220 * gdb.ada/fun_renaming/pack.ads: New file.
8221
8222 2015-08-12 Keith Seitz <keiths@redhat.com>
8223
8224 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8225 gdb_get_line_number.
8226
8227 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8228
8229 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8230 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8231 gdb.base/dso2dso.exp: New files.
8232
8233 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8234 Pedro Alves <palves@redhat.com>
8235 Keith Seitz <keiths@redhat.com>
8236
8237 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8238 GDBFLAGS.
8239
8240 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8241
8242 * gdb.base/gdbhistsize-history.exp
8243 (test_histsize_history_setting): Use save_vars.
8244 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8245 Use save_vars.
8246 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8247 * gdb.base/readline.exp: Use save_vars.
8248
8249 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8250
8251 * lib/gdb.exp (save_vars): New proc.
8252
8253 2015-08-11 Keith Seitz <keiths@redhat.com>
8254
8255 * gdb.base/help.exp: Update help_breakpoint_text.
8256
8257 2015-08-11 Keith Seitz <keiths@redhat.com>
8258
8259 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8260 (at toplevel): Call test_explicit_breakpoints.
8261 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8262 breakpoints.
8263 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8264 breakpoint conditions, "-cond".
8265
8266 2015-08-11 Keith Seitz <keiths@redhat.com>
8267
8268 * gdb.linespec/3explicit.c: New file.
8269 * gdb.linespec/cpexplicit.cc: New file.
8270 * gdb.linespec/cpexplicit.exp: New file.
8271 * gdb.linespec/explicit.c: New file.
8272 * gdb.linespec/explicit.exp: New file.
8273 * gdb.linespec/explicit2.c: New file.
8274 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8275 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8276 before using in the matching pattern.
8277 Clarify that `prefix' is a regular expression.
8278
8279 2015-08-11 Keith Seitz <keiths@redhat.com>
8280
8281 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8282 test.
8283 Add tests for missing ",FMT" and ",".
8284
8285 2015-08-10 Doug Evans <dje@google.com>
8286 Keith Seitz <keiths@redhat.com>
8287
8288 PR gdb/17960
8289 * gdb.base/completion.exp: Add location completer tests.
8290
8291 2015-08-07 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8294 tests here.
8295 (top level): Run do_test with and without displaced stepping.
8296
8297 2015-08-07 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.base/valgrind-disp-step.c: New file.
8300 * gdb.base/valgrind-disp-step.exp: New file.
8301
8302 2015-08-07 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.threads/step-over-lands-on-breakpoint.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-lands-on-breakpoint.exp (do_test): Change
8309 comment.
8310 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8311 Delete function.
8312 (main): Add alarm. Run an infinite loop instead of calling
8313 wait_threads.
8314 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8315 comment.
8316
8317 2015-08-07 Pedro Alves <palves@redhat.com>
8318
8319 * gdb.base/checkpoint-ns.exp: New file.
8320 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8321 standard_testfile.
8322
8323 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8324
8325 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8326 * gdb.btrace/instruction_history.exp: Update.
8327 * gdb.btrace/tsx.exp: New.
8328 * gdb.btrace/tsx.c: New.
8329
8330 2015-08-06 Pedro Alves <palves@redhat.com>
8331
8332 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8333 increase timeout.
8334 * gdb.reverse/until-precsave.exp: Bump timeouts.
8335
8336 2015-08-06 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8339
8340 2015-08-06 Pedro Alves <palves@redhat.com>
8341
8342 PR gdb/18749
8343 * gdb.threads/process-dies-while-handling-bp.c: New file.
8344 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8345
8346 2015-08-06 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8349 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8350
8351 2015-08-05 Pedro Alves <palves@redhat.com>
8352
8353 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8354 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8355
8356 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8357
8358 * gdb.base/bp-permanent.exp: Report test as unsupported if
8359 the target cannot stop at the permanent breakpoint.
8360
8361 2015-08-03 Doug Evans <dje@google.com>
8362
8363 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8364 10000.
8365
8366 2015-08-03 Doug Evans <dje@google.com>
8367
8368 * Makefile.in (workers/%.worker, build-perf): New rule.
8369 (GDB_PERFTEST_MODE): New variable.
8370 (check-perf): Use it.
8371 (clean): Clean up gdb.perf parallel build subdirs.
8372 * lib/build-piece.exp: New file.
8373 * lib/gdb.exp (make_gdb_parallel_path): New function
8374 (standard_output_file, standard_temp_file): Call it.
8375 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8376 of $GDB_PARALLEL.
8377 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8378
8379 2015-08-03 Doug Evans <dje@google.com>
8380
8381 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8382 (LOG_FILE_NAME): New global.
8383 (TextReporter.__init__): Initialize self.txt_sum.
8384 (TextReporter.report): Add support for multiple data-points.
8385 Move report to perftest.sum, put raw data in perftest.log.
8386 (TextReporter.start): Open sum and log files.
8387 (TextReporter.end): Close sum and log files.
8388 * gdb.perf/lib/perftest/testresult.py
8389 (SingleStatisticTestResult.record): Handle multiple data-points.
8390
8391 2015-07-31 Pedro Alves <palves@redhat.com>
8392
8393 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8394 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8395 kill_wait_spawned_process instead of explicit "kill -9".
8396 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8397 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8398 kill_wait_spawned_process.
8399 * gdb.base/attach-twice.exp: Likewise.
8400 * gdb.base/attach.exp: Likewise.
8401 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8402 gdb_test_multiple.
8403 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8404 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8405 kill_wait_spawned_process.
8406 * gdb.base/valgrind-infcall.exp: Likewise.
8407 * gdb.multi/multi-attach.exp: Likewise.
8408 * gdb.python/py-prompt.exp: Likewise.
8409 * gdb.python/py-sync-interp.exp: Likewise.
8410 * gdb.server/ext-attach.exp: Likewise.
8411 * gdb.threads/attach-into-signal.exp (corefunc): Use
8412 spawn_wait_for_attach, spawn_id_get_pid and
8413 kill_wait_spawned_process.
8414 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8415 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8416 spawn_id_get_pid and kill_wait_spawned_process.
8417 * gdb.threads/attach-stopped.exp (corefunc): Use
8418 spawn_wait_for_attach, spawn_id_get_pid and
8419 kill_wait_spawned_process.
8420 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8421 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8422 kill_wait_spawned_process instead of explicit "kill -9".
8423 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8424 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8425 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8426 processes. Don't map cygwin/windows pids here. Now returns a
8427 spawn id list.
8428
8429 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8430
8431 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8432 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8433 correct patch.
8434
8435 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8436
8437 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8438
8439 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8440
8441 Reapply:
8442 2014-05-21 Mark Wielaard <mjw@redhat.com>
8443
8444 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8445
8446 2015-07-30 Pedro Alves <palves@redhat.com>
8447
8448 * linux-low.c (handle_extended_wait): Set the child's last
8449 reported status to TARGET_WAITKIND_STOPPED.
8450
8451 2015-07-30 Pedro Alves <palves@redhat.com>
8452
8453 PR threads/18600
8454 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8455 only shows inferior 1.
8456
8457 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8458 Pedro Alves <palves@redhat.com>
8459
8460 PR threads/18600
8461 * gdb.threads/fork-plus-threads.c: New file.
8462 * gdb.threads/fork-plus-threads.exp: New file.
8463
8464 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8465
8466 * gdb.base/batch-preserve-term-settings.exp
8467 (test_terminal_settings_preserved_after_cli_exit): Use
8468 send_quit_command.
8469
8470 2015-07-29 Pedro Alves <palves@redhat.com>
8471 Don Breazeal <donb@codesourcery.com>
8472
8473 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8474 output from both inferior_spawn_id and gdb_spawn_id.
8475
8476 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8477
8478 * gdb.threads/attach-into-signal.exp (corefunc): Use
8479 with_test_prefix on nested loops, uniquefying the test messages.
8480
8481 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8482
8483 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8484 commit.
8485
8486 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8487
8488 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8489 New proc.
8490 (test_terminal_settings_preserved_after_sigterm): New test.
8491
8492 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8493
8494 * gdb.base/batch-preserve-term-settings.exp
8495 (test_terminal_settings_preserved_after_cli_exit): New test.
8496
8497 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8498
8499 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8500 manipulation of saved_gdbflags.
8501 (test_terminal_settings_preserved): Remove global declaration of
8502 the unused variable pagination_prompt. Remove manipulation of
8503 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8504 GDBFLAGS.
8505
8506 2015-07-29 Pedro Alves <palves@redhat.com>
8507
8508 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8509
8510 2015-07-29 Pedro Alves <palves@redhat.com>
8511
8512 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8513 at the top.
8514
8515 2015-07-29 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8518 (main): Call gdb_unbuffer_output.
8519 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8520 (main): Call gdb_unbuffer_output.
8521 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8522 (main): Call gdb_unbuffer_output.
8523 * gdb.base/call-strs.exp: Adjust to step over the
8524 gdb_unbuffer_output call.
8525 * gdb.base/catch-gdb-caused-signals.c: Include
8526 "../lib/unbuffer_output.c".
8527 (main): Call gdb_unbuffer_output.
8528 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8529 (main): Call gdb_unbuffer_output.
8530 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8531 (main): Call gdb_unbuffer_output.
8532 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8533 (main): Call gdb_unbuffer_output.
8534 * gdb.base/shlib-call.exp: Adjust to step over the
8535 gdb_unbuffer_output call.
8536 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8537 (main): Call gdb_unbuffer_output.
8538 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8539 (main): Call gdb_unbuffer_output.
8540 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8541 (main): Rename to ...
8542 (test): ... this.
8543 (main): Reimplement.
8544 * gdb.base/varargs.exp: Run to test instead of to main.
8545 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8546 (main): Call gdb_unbuffer_output.
8547
8548 2015-07-29 Pedro Alves <palves@redhat.com>
8549
8550 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8551 factore out from mi_continue_dprintf. For call-style dprintfs,
8552 expect dprintf output out of $inferior_spawn_id.
8553 (mi_continue_dprintf): Use mi_expect_dprintf.
8554 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8555 (main): Call gdb_unbuffer_output.
8556
8557 2015-07-29 Pedro Alves <palves@redhat.com>
8558
8559 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8560 (default_mi_gdb_start): Set inferior_spawn_id instead of
8561 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8562 gdb_spawn_id.
8563 (mi_gdb_test): Always expect inferior output from both
8564 $inferior_spawn_id and $gdb_spawn_id.
8565
8566 2015-07-29 Pedro Alves <palves@redhat.com>
8567
8568 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8569 send_inferior and $inferior_spawn_id.
8570
8571 2015-07-29 Pedro Alves <palves@redhat.com>
8572
8573 * gdb.gdb/complaints.exp (test_initial_complaints)
8574 (test_serial_complaints, test_short_complaints): Use
8575 gdb_test_stdio.
8576 (test_empty_complaint): Handle $inferior_spawn_id !=
8577 $gdb_spawn_id.
8578
8579 2015-07-29 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.base/varargs.exp: Use gdb_test_stdio.
8582
8583 2015-07-29 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8586
8587 2015-07-29 Pedro Alves <palves@redhat.com>
8588
8589 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8590
8591 2015-07-29 Pedro Alves <palves@redhat.com>
8592
8593 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8594 parameter into two new parameters, "inf_result" and "gdb_result".
8595 Expect inferior output and gdb output from $inferior_spawn_id and
8596 $gdb_spawn_id, respectively. Adjust all callers.
8597
8598 2015-07-29 Pedro Alves <palves@redhat.com>
8599
8600 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8601 of gdb_test_sequence.
8602
8603 2015-07-29 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8606 (saw_spurious_output): Expect inferior output from
8607 $inferior_spawn_id. Use gdb_test_stdio.
8608
8609 2015-07-29 Pedro Alves <palves@redhat.com>
8610
8611 * gdb.base/dprintf.exp: Use standard_testfile. Change
8612 prepare_for_testing call.
8613 (srcfile): Don't set.
8614 (restart): New procedure.
8615 (test_dprintf): New procecure, use to continue over dprintfs.
8616 (test_call, test_agent): New procedures, tests moved here.
8617 Restart gdb and recreate dprintfs. Adjust expected output.
8618
8619 2015-07-29 Pedro Alves <palves@redhat.com>
8620
8621 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8622
8623 2015-07-29 Pedro Alves <palves@redhat.com>
8624
8625 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8626
8627 2015-07-29 Pedro Alves <palves@redhat.com>
8628
8629 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8630 gdb_test_stdio.
8631
8632 2015-07-29 Pedro Alves <palves@redhat.com>
8633
8634 * lib/gdb.exp (gdb_test_stdio): New procedure.
8635
8636 2015-07-29 Pedro Alves <palves@redhat.com>
8637
8638 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8639
8640 2015-07-29 Pedro Alves <palves@redhat.com>
8641
8642 * gdb.base/call-signal-resume.exp: Remove check for
8643 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8644 * gdb.base/unwindonsignal.exp: Likewise.
8645 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8646 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8647
8648 2015-07-29 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.base/siginfo-addr.c (pass): New function.
8651 (handler): Call it iff si_addr is correct.
8652 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8653 Set a breakpoint at "pass" and continue to it.
8654
8655 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8656
8657 * gdb.python/py-objfile.exp: Make some tests have unique names.
8658 * gdb.python/py-pp-registration.exp: Likewise.
8659
8660 2015-07-28 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8663
8664 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8665
8666 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8667
8668 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8669
8670 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8671
8672 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8673
8674 * gdb.base/gdb-sigterm-2.exp: New test.
8675
8676 2015-07-25 Doug Evans <xdje42@gmail.com>
8677
8678 Revert:
8679 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8680 (workers/%.worker, build-perf): New rule.
8681 (GDB_PERFTEST_MODE): New variable.
8682 (check-perf): Use it.
8683 (clean): Clean up gdb.perf parallel build subdirs.
8684 * lib/build-piece.exp: New file.
8685 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8686 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8687 name.
8688 (standard_temp_file): Ditto.
8689 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8690 of $GDB_PARALLEL.
8691
8692 2015-07-24 Doug Evans <dje@google.com>
8693
8694 * gdb.perf/lib/perftest/utils.py: New file.
8695 * gdb.perf/gm-hello.cc: New file.
8696 * gdb.perf/gm-pervasive-typedef.cc: New file.
8697 * gdb.perf/gm-pervasive-typedef.h: New file.
8698 * gdb.perf/gm-std.cc: New file.
8699 * gdb.perf/gm-std.h: New file.
8700 * gdb.perf/gm-use-cerr.cc: New file.
8701 * gdb.perf/gm-utils.h: New file.
8702 * gdb.perf/gmonster-null-lookup.py: New file.
8703 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8704 * gdb.perf/gmonster-print-cerr.py: New file.
8705 * gdb.perf/gmonster-ptype-string.py: New file.
8706 * gdb.perf/gmonster-runto-main.py: New file.
8707 * gdb.perf/gmonster-select-file.py: New file.
8708 * gdb.perf/gmonster1-null-lookup.exp: New file.
8709 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8710 * gdb.perf/gmonster1-print-cerr.exp: New file.
8711 * gdb.perf/gmonster1-ptype-string.exp: New file.
8712 * gdb.perf/gmonster1-runto-main.exp: New file.
8713 * gdb.perf/gmonster1-select-file.exp: New file.
8714 * gdb.perf/gmonster1.cc: New file.
8715 * gdb.perf/gmonster1.exp: New file.
8716 * gdb.perf/gmonster2-null-lookup.exp: New file.
8717 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8718 * gdb.perf/gmonster2-print-cerr.exp: New file.
8719 * gdb.perf/gmonster2-ptype-string.exp: New file.
8720 * gdb.perf/gmonster2-runto-main.exp: New file.
8721 * gdb.perf/gmonster2-select-file.exp: New file.
8722 * gdb.perf/gmonster2.cc: New file.
8723 * gdb.perf/gmonster2.exp: New file.
8724
8725 2015-07-24 Doug Evans <dje@google.com>
8726
8727 * gdb.perf/README: New file.
8728 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8729 * lib/gen-perf-test.exp: New file.
8730
8731 2015-07-24 Doug Evans <dje@google.com>
8732
8733 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8734 (PerfTest::startup): New function.
8735 (PerfTest::run): Return result of calling body.
8736 (PerfTest::assemble): Rewrite.
8737 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8738 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8739 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8740 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8741 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8742
8743 2015-07-24 Doug Evans <dje@google.com>
8744
8745 * lib/gdb.exp (clean_restart): Make executable optional.
8746
8747 2015-07-24 Doug Evans <dje@google.com>
8748
8749 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8750 compiler_info references.
8751 * gdb.cp/temargs.exp: Ditto.
8752 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8753 (get_compiler_info): Early exit if already computed. Set compiler_info
8754 to "unknown" if there was a problem.
8755 (test_compiler_info): Add function comment. Call get_compiler_info.
8756
8757 2015-07-24 Doug Evans <dje@google.com>
8758
8759 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8760 (workers/%.worker, build-perf): New rule.
8761 (GDB_PERFTEST_MODE): New variable.
8762 (check-perf): Use it.
8763 (clean): Clean up gdb.perf parallel build subdirs.
8764 * lib/build-piece.exp: New file.
8765 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8766 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8767 name.
8768 (standard_temp_file): Ditto.
8769 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8770 of $GDB_PARALLEL.
8771
8772 2015-07-24 Doug Evans <dje@google.com>
8773
8774 * lib/future.exp (gdb_default_target_compile): New option
8775 "early_flags".
8776 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8777 --as-needed.
8778
8779 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8780
8781 * gdb.base/catch-syscall.exp: Call gdb_exit before
8782 gdb_skip_xml_test.
8783
8784 2015-07-24 Pedro Alves <palves@redhat.com>
8785
8786 * gdb.python/py-events.exp: Accept output between the stop event
8787 and the prompt.
8788 * gdb.python/py-evsignal.exp: Likewise.
8789 * gdb.python/py-evthreads.exp: Likewise.
8790
8791 2015-07-24 Pedro Alves <palves@redhat.com>
8792
8793 PR gdb/18717
8794 * gdb.threads/non-ldr-exit.c: New file.
8795 * gdb.threads/non-ldr-exit.exp: New file.
8796
8797 2015-07-24 Yao Qi <yao.qi@linaro.org>
8798
8799 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8800 restarting process.
8801
8802 2015-07-24 Yao Qi <yao.qi@linaro.org>
8803
8804 * gdb.server/ext-restart.exp: New file.
8805
8806 2015-07-24 Yao Qi <yao.qi@linaro.org>
8807
8808 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8809 argument options.
8810 * gdb.server/ext-wrapper.exp: New file.
8811
8812 2015-07-23 Doug Evans <dje@google.com>
8813
8814 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8815 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8816
8817 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8818
8819 * gdb.ada/var_arr_typedef.exp: New testcase.
8820 * gdb.ada/var_arr_typedef/pack.adb: New file.
8821 * gdb.ada/var_arr_typedef/pack.ads: New file.
8822 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8823
8824 2015-07-20 Joel Brobecker <brobecker@adacore.com>
8825
8826 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8827
8828 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8829
8830 * gdb.arch/i386-biarch-core.exp: Replace istarget
8831 by "complete set gnutarget". Remove expectation for the "core-file"
8832 command.
8833
8834 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8835
8836 Revert the previous commit:
8837 Tests for validate symbol file using build-id.
8838
8839 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8840
8841 Tests for validate symbol file using build-id.
8842 * gdb.base/solib-mismatch-lib.c: New file.
8843 * gdb.base/solib-mismatch-libmod.c: New file.
8844 * gdb.base/solib-mismatch.c: New file.
8845 * gdb.base/solib-mismatch.exp: New file.
8846
8847 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8848
8849 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8850 nios2-*-linux*.
8851 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8852 * gdb.base/siginfo.exp: Likewise.
8853 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8854
8855 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8856
8857 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8858 Move it to ...
8859 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8860 ... here.
8861 * gdb.trace/range-stepping.exp: Check that the target supports
8862 range stepping.
8863
8864 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8865
8866 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8867
8868 2015-07-14 Pedro Alves <palves@redhat.com>
8869
8870 * gdb.base/killed-outside.exp: New file.
8871 * gdb.base/killed-outside.c: New file.
8872
8873 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8874
8875 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8876 (n at main): New.
8877 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8878
8879 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8880
8881 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8882 infcall tests instead of setting up for KFAIL.
8883
8884 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8885
8886 * gdb.btrace/record_goto-step.exp: New.
8887
8888 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8889
8890 PR compile/18484
8891 * gdb.compile/compile.c (struct struct_type): Add volatile to
8892 selffield's type.
8893 * gdb.compile/compile.exp
8894 (compile code struct_object.selffield = &struct_object): Skip further
8895 struct_object tests if this one xfails.
8896
8897 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
8898
8899 PR exp/18617
8900 * gdb.trace/ax.exp: Add test.
8901
8902 2015-07-07 Yao Qi <yao.qi@linaro.org>
8903
8904 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8905 instead of istarget "aarch64*-*-*".
8906 * gdb.arch/aarch64-fp.exp: Likewise.
8907 * gdb.base/float.exp: Likewise.
8908 * gdb.reverse/aarch64.exp: Likewise.
8909 * lib/gdb.exp (is_aarch64_target): New proc.
8910
8911 2015-07-07 Yao Qi <yao.qi@linaro.org>
8912
8913 * lib/gdb.exp (is_aarch32_target): New proc.
8914 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8915 instead of "istarget "arm*-*-*"".
8916 * gdb.arch/arm-disp-step.exp: Likewise.
8917 * gdb.arch/thumb-bx-pc.exp: Likewise.
8918 * gdb.arch/thumb-prologue.exp: Likewise.
8919 * gdb.arch/thumb-singlestep.exp: Likewise.
8920 * gdb.base/disp-step-syscall.exp: Likewise.
8921 * gdb.base/float.exp: Likewise.
8922
8923 2015-07-07 Yao Qi <yao.qi@linaro.org>
8924
8925 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8926 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8927
8928 2015-07-07 Yao Qi <yao.qi@linaro.org>
8929
8930 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8931 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8932 if it exists.
8933 * gdb.multi/multi-arch.exp: Likewise.
8934
8935 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8936
8937 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8938 print.
8939
8940 2015-07-07 Yao Qi <yao.qi@linaro.org>
8941
8942 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8943
8944 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8945
8946 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8947 '[' and ']' characters.
8948
8949 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8950
8951 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8952
8953 2015-06-29 Pedro Alves <palves@redhat.com>
8954
8955 PR threads/18127
8956 * gdb.threads/hand-call-new-thread.c: New file.
8957 * gdb.threads/hand-call-new-thread.c: New file.
8958
8959 2015-06-26 Keith Seitz <keiths@redhat.com>
8960 Doug Evans <dje@google.com>
8961
8962 PR 16253
8963 * gdb.cp/var-tag-2.cc: New file.
8964 * gdb.cp/var-tag-3.cc: New file.
8965 * gdb.cp/var-tag-4.cc: New file.
8966 * gdb.cp/var-tag.cc: New file.
8967 * gdb.cp/var-tag.exp: New file.
8968
8969 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8970
8971 * gdb.base/history-duplicates.exp: New test.
8972
8973 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8974
8975 * gdb.base/completion.exp: Test the completion of the "focus"
8976 command.
8977
8978 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8979
8980 * gdb.arch/amd64-prologue-skip.S: New file.
8981 * gdb.arch/amd64-prologue-skip.exp: New file.
8982
8983 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8984
8985 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8986 is_address_zero_readable check.
8987
8988 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8989
8990 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8991 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8992
8993 2015-06-24 Yao Qi <yao.qi@linaro.org>
8994
8995 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8996 linux targets.
8997
8998 2015-06-24 Yao Qi <yao.qi@linaro.org>
8999
9000 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9001 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9002 * gdb.base/siginfo-thread.exp: Likewise.
9003
9004 2015-06-22 Yao Qi <yao.qi@linaro.org>
9005
9006 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9007
9008 2015-06-22 Yao Qi <yao.qi@linaro.org>
9009
9010 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9011 aarch64*-*-*.
9012 (skip_hw_watchpoint_tests): Likewise.
9013
9014 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9015
9016 * gdb.base/gdbinit-history.exp: Test the interaction between
9017 setting GDBHISTSIZE and setting the history size via .gdbinit.
9018
9019 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9020
9021 PR gdb/16999
9022 * gdb.base/gdbhistsize-history.exp: New test.
9023
9024 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9025
9026 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9027 with GDBHISTSIZE.
9028 * gdb.base/readline.exp: Likewise.
9029
9030 2015-06-17 Yao Qi <yao.qi@linaro.org>
9031
9032 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9033 line.
9034
9035 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9036
9037 * gdb.base/gdbinit-history.exp: Add test case to check that
9038 an unlimited history file does not get truncated on exit.
9039
9040 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9041
9042 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9043 (VECTOR): New macro. Use it...
9044 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9045 ...for these typedefs.
9046 (int8, char1, int1, double1): New typedefs.
9047 (struct just_int2, struct two_int2): New structures.
9048 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9049 (add_structvecs, add_singlevecs): New functions.
9050 (main): Call add_some_intvecs twice.
9051 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9052 the compile and exit upon failure. Try compiling for the "native"
9053 architecture. Test inferior function calls with vector arguments
9054 and vector return value handling with "finish" and "return".
9055
9056 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9057
9058 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9059 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9060 PE file.
9061 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9062
9063 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9064
9065 PR breakpoints/16465
9066 * gdb.mi/mi-dprintf-pending.c: New file.
9067 * gdb.mi/mi-dprintf-pending.exp: New test.
9068 * gdb.mi/mi-dprintf-pendshr.c: New file.
9069
9070 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9071 Mircea Gherzan <mircea.gherzan@intel.com>
9072
9073 * gdb.arch/i386-mpx-map.c: New file.
9074 * gdb.arch/i386-mpx-map.exp: New File.
9075
9076 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9077
9078 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9079 * gdb.arch/i386-mpx.exp: Indentation fixed.
9080
9081 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9082
9083 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9084 function and improved indentation.
9085 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9086 gdb_test_multiple. Added additional tests to skip the test.
9087
9088 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9089
9090 * gdb.arch/i386-avx512.c: Change path in include file.
9091 * gdb.arch/i386-avx512.exp: Change include dir path
9092 compilation flag.
9093 * gdb.arch/i386-mpx.c: Change path in include file.
9094 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9095 flag.
9096
9097 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9098
9099 * gdb.compile/compile-print.exp (compile print *vararray@3)
9100 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9101
9102 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9103
9104 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9105 (do not keep jit in memory): ... this.
9106 (expect 5): Change it to ...
9107 (expect no 5): ... this.
9108
9109 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9110
9111 PR gdb/15564
9112 * gdb.mi/mi-detach.exp: New file.
9113
9114 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9115
9116 PR symtab/18392
9117 * gdb.arch/amd64-tailcall-self.S: New file.
9118 * gdb.arch/amd64-tailcall-self.c: New file.
9119 * gdb.arch/amd64-tailcall-self.exp: New file.
9120
9121 2015-05-28 Don Breazeal <donb@codesourcery.com>
9122
9123 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9124 tests for remote targets by checking is_target_gdbserver.
9125
9126 2015-05-27 Doug Evans <dje@google.com>
9127
9128 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9129 * gdb.dwarf2/opaque-type-lookup.c: New file.
9130 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9131
9132 2015-05-26 Doug Evans <dje@google.com>
9133
9134 * gdb.cp/iostream.cc: New file.
9135 * gdb.cp/iostream.exp: New file.
9136
9137 2015-05-26 Doug Evans <dje@google.com>
9138
9139 * gdb.dwarf2/dw2-op-call.exp: Update.
9140 * gdb.dwarf2/dw4-sig-types.exp: Update.
9141 * gdb.dwarf2/implptr.exp: Update.
9142 * gdb.mi/mi-cmd-param-changed.exp: Update.
9143
9144 2015-05-26 Doug Evans <dje@google.com>
9145
9146 * gdb.python/py-lazy-string.c: New file.
9147 * gdb.python/py-lazy-string.exp: New file.
9148 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9149 (main): Update. Add estring3.
9150 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9151 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9152
9153 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9154 Yao Qi <yao.qi@linaro.org>
9155
9156 * gdb.reverse/aarch64.c: New.
9157 * gdb.reverse/aarch64.exp: New.
9158
9159 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9160
9161 * lib/gdb.exp (supports_process_record): Return true for
9162 aarch64*-linux*.
9163 (supports_reverse): Likewise.
9164
9165 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9166
9167 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9168 Use with_test_prefix.
9169
9170 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9171
9172 * gdb.base/completion.exp: Add test for completion of layout
9173 names.
9174
9175 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9176
9177 * lib/gdb.exp (skip_tui_tests): New proc.
9178 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9179
9180 2015-05-19 Pedro Alves <palves@redhat.com>
9181
9182 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9183 Save the whole env array instead of just HOME. Unset HISTSIZE in
9184 the environment while testing. Restore whole environment
9185 afterwards.
9186
9187 2015-05-16 Doug Evans <xdje42@gmail.com>
9188
9189 * gdb.guile/scm-ports.c: New file.
9190 * gdb.guile/scm-ports.exp: Add memory port tests.
9191
9192 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9193
9194 * gdb.compile/compile-print.c: New file.
9195 * gdb.compile/compile-print.exp: New file.
9196
9197 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9198
9199 * gdb.compile/compile-ops.exp: Cast param to void.
9200 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9201 (compile code struct_object.selffield = &struct_object): Add xfail.
9202
9203 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9204
9205 * gdb.ada/arr_enum_with_gap: New testcase.
9206
9207 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9208
9209 * gdb.ada/byte_packed_arr: New testcase.
9210
9211 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9212
9213 * gdb.ada/pckd_neg: New testcase.
9214
9215 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9216
9217 PR gdb/17820
9218 * gdb.base/gdbinit-history.exp: New test.
9219 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9220 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9221
9222 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9223
9224 * gdb.python/py-xmethods.cc: Enhance test case.
9225 * gdb.python/py-xmethods.exp: New tests.
9226 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9227 function.
9228 (B_indexoper): Likewise.
9229 (global_dm_list) : Add new xmethod worker functions.
9230
9231 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9232
9233 * gdb.base/coredump-filter.exp: Correctly unset
9234 "coredump_var_addr" array.
9235
9236 2015-05-08 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.server/non-existing-program.exp: Unset spawn_id.
9239
9240 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9241
9242 PR python/18291
9243 * gdb.python/py-xmethods.exp: Add tests.
9244
9245 2015-05-08 Yao Qi <yao.qi@linaro.org>
9246
9247 PR gdb/18208
9248 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9249 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9250 function set_coredump_filter, and remove remote_exec call.
9251 Remove argument ipid. Callers update.
9252 (top level): Don't get inferior's PID.
9253
9254 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9255
9256 * gdb.base/watch_thread_num.exp: Skip test on targets without
9257 access watchpoints.
9258
9259 2015-05-06 Pedro Alves <palves@redhat.com>
9260
9261 PR server/18081
9262 * gdb.server/non-existing-program.exp: New file.
9263
9264 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9265
9266 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9267
9268 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9269
9270 * gdb.ada/out_of_line_in_inlined: New testcase.
9271
9272 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9273
9274 * gdb.ada/var_rec_arr: New testcase.
9275
9276 2015-04-30 Yao Qi <yao.qi@linaro.org>
9277
9278 * gdb.base/break-idempotent.exp: If
9279 skip_hw_watchpoint_multi_tests returns true, skip the tests
9280 on "rwatch" and "awatch".
9281
9282 2015-04-30 Yao Qi <yao.qi@linaro.org>
9283
9284 * gdb.base/relativedebug.exp: Invoke gdb command
9285 "info sharedlibrary", and if libc.so doesn't have debug info,
9286 skip the test.
9287
9288 2015-04-29 Doug Evans <dje@google.com>
9289
9290 * gdb.python/py-xmethods.exp: Add ptype tests.
9291 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9292 get_result_type method.
9293
9294 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9295
9296 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9297 the target does not support hardware watchpoints.
9298
9299 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9300
9301 * gdb.base/break-always.exp: Abort testing if writing to memory
9302 causes an error.
9303
9304 2015-04-28 Doug Evans <dje@google.com>
9305
9306 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9307 * gdb.python/py-pp-registration.exp: ... here. New file.
9308 * gdb.python/py-pp-registration.c: New file.
9309 * gdb.python/py-pp-registration.py: New file.
9310
9311 2015-04-28 Doug Evans <dje@google.com>
9312
9313 * gdb.python/py-bad-printers.c: New file.
9314 * gdb.python/py-bad-printers.py: New file.
9315 * gdb.python/py-bad-printers.exp: New file.
9316
9317 2015-04-28 Sasha Smundak <asmundak@google.com>
9318
9319 * gdb.python/py-type.exp: New test.
9320
9321 2015-04-28 Andy Wingo <wingo@igalia.com>
9322
9323 * gdb.python/py-parameter.exp:
9324 * gdb.guile/scm-parameter.exp: Escape the path that we are
9325 matching against, as it might contain characters that are special
9326 to regular expressions.
9327
9328 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9329
9330 * gdb.ada/rec_comp: New testcase.
9331
9332 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9333
9334 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9335 before using it.
9336
9337 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9338
9339 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9340 new tests for verilog output.
9341
9342 2015-04-24 Yao Qi <yao.qi@linaro.org>
9343
9344 * boards/remote-gdbserver-on-localhost.exp: New file.
9345
9346 2015-04-23 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9349 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9350 "end of file", remove $inferior_spawn_id from the indirect list.
9351
9352 2015-04-23 Pedro Alves <palves@redhat.com>
9353
9354 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9355
9356 2015-04-23 Pedro Alves <palves@redhat.com>
9357
9358 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9359 on $any_spawn_id instead of only on $gdb_spawn_id.
9360
9361 2015-04-21 Pierre Muller <muller@sourceware.org>
9362
9363 PR pascal/17815
9364 * lib/pascal.exp (gpc_compile): Add new option "class".
9365 (fpc_compile): Likewise.
9366 * gdb.pascal/case-insensitive-symbols.pas: New file.
9367 * gdb.pascal/case-insensitive-symbols.exp: New file.
9368
9369 2015-04-20 Gary Benson <gbenson@redhat.com>
9370
9371 * gdb.base/attach.exp: Fix three extended remote failures.
9372
9373 2015-04-17 Gary Benson <gbenson@redhat.com>
9374
9375 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9376 the main executable over the remote protocol.
9377
9378 2015-04-16 Pedro Alves <palves@redhat.com>
9379
9380 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9381 a new gdbserver if gdbserver_reconnect_p is set.
9382
9383 2015-04-16 Pedro Alves <palves@redhat.com>
9384
9385 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9386 is set, don't exit gdbserver.
9387
9388 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9389
9390 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9391 appropriate .insn, such that an older assembler can be used.
9392 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9393 the z/Architecture instruction set on 31-bit targets as well.
9394
9395 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9396
9397 * gdb.go/handcall.exp: Remove all logic related to the first
9398 breakpoint and rely on go_runto_main instead.
9399 * gdb.go/strings.exp: Likewise.
9400 * gdb.go/unsafe.exp: Likewise.
9401 * gdb.go/hello.exp: Likewise. Also rename the remaining
9402 breakpoint marker to "breakpoint 1".
9403 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9404 * gdb.go/strings.go: Likewise.
9405 * gdb.go/unsafe.go: Likewise.
9406 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9407 "set breakpoint 2 here" and rename the remaining breakpoint marker
9408 to "breakpoint 1".
9409
9410 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9411
9412 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9413 if itertools.imap is not present.
9414 * gdb.python/py-objfile.exp: Add parentheses.
9415 * gdb.python/py-type.exp: Same.
9416 * gdb.python/py-unwind-maint.py: Same.
9417
9418 2015-04-15 Yao Qi <yao.qi@linaro.org>
9419
9420 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9421 of ":$ptr_size" and set its form explicitly.
9422
9423 2015-04-15 Pedro Alves <palves@redhat.com>
9424 Yao Qi <yao.qi@linaro.org>
9425
9426 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9427 timeout by factor of 4.
9428 (test_regular_watch): Likewise.
9429 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9430 * gdb.reverse/sigall-reverse.exp: Likewise.
9431 * gdb.reverse/until-precsave.exp: Likewise.
9432 * lib/gdb.exp (with_timeout_factor): New proc.
9433 (gdb_expect): Move some code to ...
9434 (get_largest_timeout): ... here. New procedure.
9435
9436 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9437
9438 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9439
9440 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9441
9442 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9443 to write to the .text section.
9444
9445 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9446
9447 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9448 Handle the case of targets that do not provide PID information.
9449
9450 2015-04-13 Yao Qi <yao.qi@linaro.org>
9451
9452 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9453 and use expect instead of gdb_expect.
9454
9455 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9456
9457 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9458 "coredump_var_addr" to avoid naming conflict with other testcases.
9459
9460 2015-04-10 Pedro Alves <palves@redhat.com>
9461
9462 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9463 gdb_test_sequence and gdb_assert.
9464
9465 2015-04-10 Pedro Alves <palves@redhat.com>
9466
9467 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9468 test messages that don't include the breakpoint address.
9469
9470 2015-04-10 Yao Qi <yao.qi@linaro.org>
9471
9472 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9473 false for some offset and width combinations which aren't
9474 supported by linux kernel.
9475
9476 2015-04-10 Pedro Alves <palves@redhat.com>
9477
9478 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9479 procedure, factored out from ...
9480 (top level): ... here. Add "set displaced-stepping" testing axis.
9481 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9482 parameter "displaced". Use it.
9483 (top level): Use foreach and add "set displaced-stepping" testing
9484 axis.
9485
9486 2015-04-10 Pedro Alves <palves@redhat.com>
9487
9488 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9489 Remove comment.
9490 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9491 both the address of the instruction that triggers the watchpoint
9492 and the address of the instruction immediately after, and use
9493 those addresses for the test. Fix comment.
9494
9495 2015-04-10 Pedro Alves <palves@redhat.com>
9496
9497 * gdb.base/sigstep.exp (breakpoint_to_handler)
9498 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9499 Test "backtrace" in handler.
9500 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9501 (top level): Add new "displaced" test axis to
9502 breakpoint_to_handler, breakpoint_to_handler_entry and
9503 breakpoint_over_handler.
9504
9505 2015-04-10 Pedro Alves <palves@redhat.com>
9506
9507 PR gdb/18216
9508 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9509
9510 2015-04-10 Yao Qi <yao.qi@linaro.org>
9511
9512 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9513 (test_add_rn_pc): New function.
9514 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9515 (top level): Invoke test_add_rn_pc.
9516
9517 2015-04-10 Pedro Alves <palves@redhat.com>
9518
9519 PR gdb/13858
9520 * gdb.base/step-over-no-symbols.exp: New file.
9521
9522 2015-04-09 Andy Wingo <wingo@igalia.com>
9523
9524 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9525 after the Python tests.
9526
9527 2015-04-08 Keith Seitz <keiths@redhat.com>
9528
9529 PR python/16699
9530 * gdb.python/py-completion.exp: New tests for completion.
9531 * gdb.python/py-completion.py (CompleteLimit1): New class.
9532 (CompleteLimit2): Likewise.
9533 (CompleteLimit3): Likewise.
9534 (CompleteLimit4): Likewise.
9535 (CompleteLimit5): Likewise.
9536 (CompleteLimit6): Likewise.
9537 (CompleteLimit7): Likewise.
9538
9539 2015-04-08 Pedro Alves <palves@redhat.com>
9540
9541 PR gdb/18214
9542 PR gdb/18216
9543 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9544 function.
9545 (main): Install it as SIGUSR1 handler.
9546 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9547 parameter. Always use "setup" as prefix. Toggle "set
9548 displaced-stepping" off/on depending on global. Don't switch to
9549 thread 1 here.
9550 (top level): Add displaced stepping "off/on" test axis. Update
9551 "setup" calls. Wrap each subtest with with_test_prefix. Test
9552 continuing with a queued signal in each thread.
9553
9554 2015-04-08 Pedro Alves <palves@redhat.com>
9555
9556 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9557 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9558 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9559 Return early if running to main fails.
9560 * gdb.trace/while-stepping.exp: Likewise.
9561
9562 2015-04-07 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9565 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9566 interact with inferior program.
9567
9568 2015-04-07 Pedro Alves <palves@redhat.com>
9569
9570 * lib/gdb.exp (inferior_spawn_id): New global.
9571 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9572 spawn id after processing the user code.
9573 (default_gdb_start): Set inferior_spawn_id.
9574 (send_inferior): New procedure.
9575 * lib/gdbserver-support.exp (gdbserver_start): Set
9576 inferior_spawn_id.
9577 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9578
9579 2015-04-07 Pedro Alves <palves@redhat.com>
9580
9581 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9582 * lib/gdbserver-support.exp (gdbserver_start): Make
9583 $server_spawn_id global.
9584 (gdbserver_start): Don't wait for gdbserver's spawn id with
9585 expect_background.
9586 (close_gdbserver): New procedure.
9587 (gdb_exit): Rename the default version and reimplement.
9588
9589 2015-04-07 Pedro Alves <palves@redhat.com>
9590
9591 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9592 append the substituted item, not the original item.
9593
9594 2015-04-07 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9597 gdb_expect.
9598
9599 2015-04-07 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9602 output appearing once only.
9603
9604 2015-04-07 Pedro Alves <palves@redhat.com>
9605
9606 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9607 that doesn't expect anything. Return early if running to main
9608 fails.
9609
9610 2015-04-07 Yao Qi <yao.qi@linaro.org>
9611
9612 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9613 (child_function): Call alarm.
9614 (main): Move call to alarm into the loop.
9615 * gdb.threads/non-stop-fair-events.exp: Build program with
9616 -DTIMEOUT=$timeout.
9617
9618 2015-04-06 Doug Evans <xdje42@gmail.com>
9619
9620 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9621 Fix dest parameter to board_info.
9622 (fpc_compile): Ditto.
9623 (gdb_compile_pascal): Rename dest arg to destfile.
9624
9625 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9626
9627 * gdb.ada/funcall_ref.exp: New file.
9628 * gdb.ada/funcall_ref/foo.adb: New file.
9629
9630 2015-04-02 Yao Qi <yao.qi@linaro.org>
9631
9632 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9633 is remote.
9634
9635 2015-04-02 Gary Benson <gbenson@redhat.com>
9636
9637 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9638
9639 2015-04-01 Sasha Smundak <asmundak@google.com>
9640
9641 * gdb.python/py-unwind-maint.c: New file.
9642 * gdb.python/py-unwind-maint.exp: New test.
9643 * gdb.python/py-unwind-maint.py: New file.
9644 * gdb.python/py-unwind.c: New file.
9645 * gdb.python/py-unwind.exp: New test.
9646 * gdb.python/py-unwind.py: New test.
9647
9648 2015-04-01 Pedro Alves <palves@redhat.com>
9649
9650 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9651 to fail instead of non-existent $test.
9652
9653 2015-04-01 Pedro Alves <palves@redhat.com>
9654
9655 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9656 GDBFLAGS if not empty.
9657
9658 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9659
9660 * gdb.ada/complete.exp: Remove "multi_line".
9661 * gdb.ada/info_exc.exp: Remove "multi_line".
9662 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9663 * gdb.ada/ptype_field.exp: Remove "multi_line".
9664 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9665 * gdb.ada/tagged.exp: Remove "multi_line".
9666 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9667 [multi_line ...]
9668 * gdb.btrace/delta.exp: Likewise.
9669 * gdb.btrace/exception.exp: Likewise.
9670 * gdb.btrace/function_call_history.exp: Likewise.
9671 * gdb.btrace/instruction_history.exp: Likewise.
9672 * gdb.btrace/nohist.exp: Likewise.
9673 * gdb.btrace/record_goto.exp: Likewise.
9674 * gdb.btrace/segv.exp: Likewise.
9675 * gdb.btrace/stepi.exp: Likewise.
9676 * gdb.btrace/tailcall.exp: Likewise.
9677 * gdb.btrace/unknown_functions.exp: Likewise.
9678 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9679 * lib/gdb.exp: Add the "multi_line" helper.
9680
9681 2015-04-01 Pedro Alves <palves@redhat.com>
9682
9683 * gdb.threads/tid-reuse.c: New file.
9684 * gdb.threads/tid-reuse.exp: New file.
9685
9686 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9687
9688 PR corefiles/16092
9689 * gdb.base/coredump-filter.c: New file.
9690 * gdb.base/coredump-filter.exp: Likewise.
9691
9692 2015-03-27 Petr Machata <pmachata@redhat.com>
9693
9694 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9695 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9696 (Dwarf::assemble): Initialize them.
9697 (Dwarf::lines): New function.
9698
9699 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9700
9701 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9702 SYMBOL_PREFIX for x86_64-*-cygwin.
9703
9704 2015-03-26 Andy Wingo <wingo@igalia.com>
9705
9706 PR symtab/18148
9707 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9708 const_value but not a location.
9709 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9710 location defined in non-main CUs are visible.
9711
9712 2015-03-26 Yao Qi <yao.qi@linaro.org>
9713
9714 PR testsuite/18139
9715 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9716 Add a line number entry for the same line.
9717 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9718 Add a line number entry for the same line.
9719
9720 2015-03-26 Yao Qi <yao.qi@linaro.org>
9721
9722 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9723 .int 0.
9724 (func): Likewise. Add .Lfunc_1 label.
9725 Use .Lfunc_1 label.
9726 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9727 .int 0.
9728 (func): Likewise.
9729 Use .Lfunc_1 label.
9730
9731 2015-03-26 Yao Qi <yao.qi@linaro.org>
9732
9733 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9734 Call gdb_compile instead to compile each .s files without debug
9735 information.
9736
9737 2015-03-26 Yao Qi <yao.qi@linaro.org>
9738
9739 * gdb.base/savedregs.exp (process_saved_regs): Make
9740 "Saved registers:" optional in the pattern.
9741
9742 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9743
9744 * gdb.btrace/next.exp: Merged into step.exp.
9745 * gdb.btrace/finish.exp: Merged into step.exp.
9746 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9747 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9748 "record goto" and checking the exact replay position.
9749 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9750 check for "Recording format" in "info record" output.
9751 * gdb.btrace/record_goto.exp: Choose test file based on target.
9752 * gdb.btrace/x86-record_goto.S: Renamed into ...
9753 * gdb.btrace/x86_64-record_goto.S: ... this.
9754 * gdb.btrace/i686-record_goto.S: New.
9755 * gdb.btrace/x86-tailcall.S: Renamed into ...
9756 * gdb.btrace/x86_64-tailcall.S: ... this.
9757 * gdb.btrace/i686-tailcall.S: New.
9758 * gdb.btrace/x86-tailcall.c: Renamed into ...
9759 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9760 separate statements. Update test.
9761 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9762 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9763 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9764 * gdb.btrace/tailcall.exp: Choose test file based on target.
9765 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9766
9767 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9768
9769 * gdb.btrace/exception.exp: Increase BTS buffer size.
9770
9771 2015-03-24 Pedro Alves <palves@redhat.com>
9772
9773 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9774
9775 2015-03-24 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.threads/schedlock.exp (test_step): No longer expect that
9778 "set scheduler-locking step" with "next" over a function call runs
9779 threads unlocked.
9780
9781 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9782
9783 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9784
9785 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9786
9787 PR breakpoints/16466
9788 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9789 * gdb.mi/mi-pending.c (thread_func): New function.
9790 (int main): Add threading support required.
9791 * gdb.mi/mi-pending.exp: Add tests for this issue.
9792 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9793 (pendfunc2): Remove stdio dependency.
9794 * gdb.mi/mi-pendshr2.c: New file.
9795
9796 2015-03-23 Keith Seitz <keiths@redhat.com>
9797
9798 * gdb.linespec/keywords.c: New file.
9799 * gdb.linespec/keywords.exp: New file.
9800
9801 2015-03-23 Keith Seitz <keiths@redhat.com>
9802
9803 PR gdb/18021
9804 * gdb.dwarf2/staticvirtual.exp: New test.
9805
9806 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9807
9808 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9809 * README: Remove HP-UX and gdb.hp.
9810 (configuration):
9811 * configure: Regenerate.
9812 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9813 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9814 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9815 gdb.hp/gdb.defects/Makefile.
9816 * gdb.hp/Makefile.in: File deleted.
9817 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9818 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9819 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9820 * gdb.hp/gdb.aCC/run.c: File deleted.
9821 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9822 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9823 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9824 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9825 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9826 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9827 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9828 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9829 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9830 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9831 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9832 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9833 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9834 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9835 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9836 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9837 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9838 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9839 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9840 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9841 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9842 * gdb.hp/gdb.compat/average.c: File deleted.
9843 * gdb.hp/gdb.compat/sum.c: File deleted.
9844 * gdb.hp/gdb.compat/xdb.c: File deleted.
9845 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9846 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9847 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9848 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9849 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9850 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9851 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9852 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9853 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9854 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9855 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9856 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9857 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9858 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9859 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9860 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9861 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9862 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9863 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9864 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9865 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9866 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9867 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9868 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9869 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9870 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9871 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9872 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9873 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9874 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9875 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9876 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9877 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9878 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9879 * gdb.hp/tools/odump: File deleted.
9880
9881 2015-03-19 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9884 (saw_thread_3): New globals.
9885 (top level): Increment them when an event for the corresponding
9886 thread is seen.
9887 (no thread starvation): New test.
9888
9889 2015-03-19 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.threads/continue-pending-status.c: New file.
9892 * gdb.threads/continue-pending-status.exp: New file.
9893
9894 2015-03-18 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9897 Use gdb_is_target_remote instead of is_remote. Use
9898 gdb_test_multiple instead of gdb_expect. Exit early if
9899 gdb_test_multiple hits its internal matches. Tighten stepi tests
9900 expected output. Fail on exit with any signal, instead of just
9901 SIGILL.
9902
9903 2015-03-18 Yao Qi <yao.qi@linaro.org>
9904
9905 PR tdep/18107
9906 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9907 variable.
9908 * gdb.base/catch-syscall.exp: Don't skip it on
9909 aarch64*-*-linux* target. Remove elements in all_syscalls.
9910 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9911 target.
9912 (setup_all_syscalls): New proc.
9913
9914 2015-03-16 Yao Qi <yao.qi@linaro.org>
9915
9916 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9917 (top level): Skip tests if valid_addr_p returns false for
9918 $cmd1 or $cmd2.
9919
9920 2015-03-11 Andy Wingo <wingo@igalia.com>
9921
9922 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9923
9924 2015-03-11 Yao Qi <yao.qi@linaro.org>
9925
9926 * gdb.base/catch-syscall.exp: Fix typo in comments.
9927
9928 2015-03-11 Yao Qi <yao.qi@linaro.org>
9929
9930 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9931
9932 2015-03-09 Pedro Alves <palves@redhat.com>
9933
9934 * dg-extract-results.py: Delete.
9935
9936 2015-03-09 Pedro Alves <palves@redhat.com>
9937
9938 Merge dg-extract-results.sh from GCC upstream (r218843).
9939
9940 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9941 * dg-extract-results.sh: Use --text with grep to avoid issues with
9942 binary files. Fall back to cat -v, if that doesn't work.
9943
9944 2015-03-05 Pedro Alves <palves@redhat.com>
9945
9946 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9947
9948 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9949
9950 * lib/mi-support.exp (mi_expect_interrupt): Accept
9951 alternative event for when in all-stop mode.
9952
9953 2015-03-04 Pedro Alves <palves@redhat.com>
9954
9955 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9956
9957 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9958
9959 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9960
9961 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9962
9963 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9964 regexps for GDB's current line display, accept a hex address
9965 preceding the line number.
9966
9967 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9968
9969 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9970 the 'arch1' variable for "s390*-linux*" targets.
9971
9972 2015-03-04 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9975 (main): Pass missing retval argument to pthread_join call.
9976
9977 2015-03-02 Pedro Alves <palves@redhat.com>
9978
9979 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9980 (top level): Call do_test with non-stop as well.
9981
9982 2015-03-02 Pedro Alves <palves@redhat.com>
9983
9984 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9985 -1.
9986
9987 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9988
9989 * gdb.arch/s390-vregs.exp: New test.
9990 * gdb.arch/s390-vregs.S: New file.
9991
9992 2015-02-27 Pedro Alves <palves@redhat.com>
9993
9994 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9995 call to catch_command_errors.
9996 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9997 catch_command_errors.
9998
9999 2015-02-27 Pedro Alves <palves@redhat.com>
10000
10001 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10002 "true" for boolean result.
10003 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10004 prototype of main.
10005
10006 2015-02-27 Pedro Alves <palves@redhat.com>
10007
10008 * lib/unbuffer_output.c: New file.
10009 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10010 (main): Call gdb_unbuffer_output.
10011
10012 2015-02-27 Yao Qi <yao.qi@linaro.org>
10013
10014 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10015 target.
10016
10017 2015-02-26 Doug Evans <dje@google.com>
10018
10019 * gdb.cp/class2.cc (Dbase, D): New classes.
10020 (main): New local delta.
10021 * gdb.cp/class2.exp: Test printing delta.
10022 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10023 (dynbar): New global.
10024 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10025
10026 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10027
10028 * gdb.compile/compile-ifunc.c: New file.
10029 * gdb.compile/compile-ifunc.exp: New file.
10030
10031 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10032
10033 * gdb.base/structs.exp: Check for correct struct on finish.
10034
10035 2015-02-26 Yao Qi <yao.qi@linaro.org>
10036
10037 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10038 is zero.
10039
10040 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10041
10042 * gdb.arch/cordic.ko.bz2: New file.
10043 * gdb.arch/cordic.ko.debug.bz2: New file.
10044 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10045
10046 2015-02-25 Yao Qi <yao.qi@linaro.org>
10047
10048 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10049 aarch64*-*-* target.
10050
10051 2015-02-23 Pedro Alves <palves@redhat.com>
10052
10053 * lib/gdb.exp (delete_breakpoints): Rewrite using
10054 gdb_test_multiple.
10055
10056 2015-02-23 Pedro Alves <palves@redhat.com>
10057
10058 * gdb.base/info-os.c: Include stdlib.h.
10059
10060 2015-02-22 Doug Evans <xdje42@gmail.com>
10061
10062 PR symtab/17855
10063 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10064 is read after symbols have been re-read.
10065 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10066 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10067
10068 2015-02-21 Doug Evans <dje@google.com>
10069
10070 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10071
10072 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10073
10074 PR corefiles/17808
10075 * gdb.arch/i386-biarch-core.core.bz2: New file.
10076 * gdb.arch/i386-biarch-core.exp: New file.
10077
10078 2015-02-21 Pedro Alves <palves@redhat.com>
10079
10080 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10081 runto_main fails.
10082
10083 2015-02-20 Pedro Alves <palves@redhat.com>
10084
10085 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10086 info probes.
10087
10088 2015-02-20 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10091
10092 2015-02-20 Pedro Alves <palves@redhat.com>
10093
10094 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10095 clean_restart before gdb_target_supports_trace.
10096
10097 2015-02-20 Pedro Alves <palves@redhat.com>
10098
10099 PR threads/18006
10100 * gdb.threads/clone-thread_db.c: New file.
10101 * gdb.threads/clone-thread_db.exp: New file.
10102
10103 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10104
10105 PR breakpoints/16812
10106 * gdb.base/catch-gdb-caused-signals.c: New file.
10107 * gdb.base/catch-gdb-caused-signals.exp: New file.
10108
10109 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10110
10111 * configure: Regenerated.
10112 * configure.ac: Use GDB_AC_TRANSFORM.
10113 * aclocal.m4: sinclude ../transform.m4.
10114
10115 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10116
10117 * lib/dtrace.exp: New file.
10118 * gdb.base/dtrace-probe.exp: Likewise.
10119 * gdb.base/dtrace-probe.d: Likewise.
10120 * gdb.base/dtrace-probe.c: Likewise.
10121 * lib/pdtrace.in: Likewise.
10122 * configure.ac: Output variables with the transformed names of
10123 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10124 * configure: Regenerated.
10125
10126 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10127
10128 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10129 expected message when trying to access $_probe_* convenience
10130 variables while not on a probe.
10131
10132 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10135
10136 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10137
10138 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10139 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10140
10141 2015-02-10 Doug Evans <xdje42@gmail.com>
10142
10143 * lib/gdb.exp (gdb_load): Always return a result.
10144
10145 2015-02-10 Pedro Alves <palves@redhat.com>
10146
10147 * gdb.threads/signal-sigtrap.c: New file.
10148 * gdb.threads/signal-sigtrap.exp: New file.
10149
10150 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10151
10152 * gdb.trace/no-attach-trace.c: New file.
10153 * gdb.trace/no-attach-trace.exp: New file.
10154
10155 2015-02-09 Mark Wielaard <mjw@redhat.com>
10156
10157 * gdb.dwarf2/atomic.c: New file.
10158 * gdb.dwarf2/atomic-type.exp: Likewise.
10159
10160 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10161
10162 * gdb.btrace/buffer-size.exp: Update "info record" output.
10163 * gdb.btrace/delta.exp: Update "info record" output.
10164 * gdb.btrace/enable.exp: Update "info record" output.
10165 * gdb.btrace/finish.exp: Update "info record" output.
10166 * gdb.btrace/instruction_history.exp: Update "info record" output.
10167 * gdb.btrace/next.exp: Update "info record" output.
10168 * gdb.btrace/nexti.exp: Update "info record" output.
10169 * gdb.btrace/step.exp: Update "info record" output.
10170 * gdb.btrace/stepi.exp: Update "info record" output.
10171 * gdb.btrace/nohist.exp: Update "info record" output.
10172
10173 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10174
10175 * gdb.btrace/buffer-size: New.
10176
10177 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10178
10179 * gdb.btrace/delta.exp: Update "info record" output.
10180 * gdb.btrace/enable.exp: Update "info record" output.
10181 * gdb.btrace/finish.exp: Update "info record" output.
10182 * gdb.btrace/instruction_history.exp: Update "info record" output.
10183 * gdb.btrace/next.exp: Update "info record" output.
10184 * gdb.btrace/nexti.exp: Update "info record" output.
10185 * gdb.btrace/step.exp: Update "info record" output.
10186 * gdb.btrace/stepi.exp: Update "info record" output.
10187 * gdb.btrace/nohist.exp: Update "info record" output.
10188
10189 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10190
10191 PR gdb/15678
10192 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10193
10194 2015-02-06 Pedro Alves <palves@redhat.com>
10195
10196 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10197 macro.
10198 (seconds_left, again): New globals.
10199 (main): Wait seconds_left in a 1-second sleep loop instead of
10200 sleeping 180 seconds. If 'again' is set, reset the seconds
10201 counter.
10202 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10203 'again' in the inferior before detaching. Print the seconds left.
10204 (options): New global.
10205 (top level): Build program with -DTIMEOUT=$timeout.
10206
10207 2015-02-06 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10210 determine how many seconds to pass to 'alarm'.
10211 * gdb.base/gdb-sigterm.exp (top level): Build program with
10212 -DTIMEOUT=$timeout.
10213 (do_test): Return success/failure indication. Add more verbose
10214 logging. Don't fail if 200 single steps are seen. Instead, fail
10215 when the test times out.
10216 (passes): New global.
10217 (top level): Break the testing loop if testing fails on any
10218 iteration. Use gdb_assert.
10219
10220 2015-02-04 Don Breazeal <donb@codesourcery.com>
10221
10222 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10223 and initialize them.
10224 (ipc_cleanup): New function.
10225 (main): Don't declare shmid, semid, and msqid. Add a call to
10226 atexit so that we call ipc_cleanup on exit.
10227
10228 2015-02-04 Pedro Alves <palves@redhat.com>
10229
10230 * boards/native-extended-gdbserver.exp: Remove any target variant
10231 specifications from the board name before clearing the isremote
10232 flag from board_info.
10233
10234 2015-01-31 Doug Evans <xdje42@gmail.com>
10235
10236 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10237
10238 2015-01-31 Gary Benson <gbenson@redhat.com>
10239
10240 * gdb.base/completion.exp: Disable completion limiting for
10241 existing tests. Add new tests to check completion limiting.
10242 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10243
10244 2015-01-31 Doug Evans <xdje42@gmail.com>
10245
10246 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10247
10248 2015-01-31 Doug Evans <xdje42@gmail.com>
10249
10250 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10251 entries. Duplicate file section script entries.
10252 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10253 inlined entries. Add test for safe-path rejection.
10254 * gdb.python/py-section-script.c: Add duplicate inlined section script
10255 entries. Duplicate file section script entries.
10256 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10257 inlined entries. Add test for safe-path rejection.
10258
10259 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10260
10261 * gdb.ada/disc_arr_bound: New testcase.
10262
10263 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10264
10265 * gdb.ada/mi_var_array: New testcase.
10266
10267 2015-01-27 Doug Evans <dje@google.com>
10268
10269 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10270 Add test for objfile.filename, objfile.username after objfile
10271 has been unloaded.
10272
10273 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10274
10275 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10276 the second test to print the name attribute of value
10277 returned by the call to gdb.lookup_type, and adjust
10278 the expected output accordingly.
10279
10280 2015-01-25 Mark Wielaard <mjw@redhat.com>
10281
10282 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10283 * gdb.base/disp-step-fork.c: Include unistd.h.
10284 * gdb.base/siginfo-obj.c: Include stdio.h.
10285 * gdb.base/siginfo-thread.c: Likewise.
10286 * gdb.mi/non-stop.c: Include unistd.h.
10287 * gdb.mi/nsthrexec.c: Include stdio.h.
10288 * gdb.mi/pthreads.c: Include unistd.h.
10289 * gdb.modula2/unbounded1.c (main): Declare returns int.
10290 * gdb.reverse/consecutive-reverse.c: Likewise.
10291 * gdb.threads/create-fail.c: Include unistd.h.
10292 * gdb.threads/killed.c: Likewise.
10293 * gdb.threads/linux-dp.c: Likewise.
10294 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10295 * gdb.threads/non-ldr-exc-2.c: Likewise.
10296 * gdb.threads/non-ldr-exc-3.c: Likewise.
10297 * gdb.threads/non-ldr-exc-4.c: Likewise.
10298 * gdb.threads/pthreads.c: Include unistd.h.
10299 (main): Declare returns int.
10300 * gdb.threads/tls-main.c (foo): New declaration.
10301 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10302
10303 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10304
10305 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10306 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10307
10308 2015-01-15 Mark Wielaard <mjw@redhat.com>
10309
10310 * gdb.base/noreturn-return.c: New file.
10311 * gdb.base/noreturn-return.exp: New file.
10312 * gdb.base/noreturn-finish.c: New file.
10313 * gdb.base/noreturn-finish.exp: New file.
10314
10315 2015-01-23 Pedro Alves <palves@redhat.com>
10316
10317 * gdb.threads/continue-pending-after-query.c: New file.
10318 * gdb.threads/continue-pending-after-query.exp: New file.
10319
10320 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10321 Simon Marchi <simon.marchi@ericsson.com>
10322
10323 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10324 * gdb.base/valgrind-db-attach.exp: Same.
10325 * gdb.base/valgrind-infcall.exp: Same.
10326 * lib/mi-support.exp (default_mi_gdb_start): Same.
10327 * lib/prompt.exp (default_prompt_gdb_start): Same.
10328 * lib/gdb.exp (default_gdb_spawn): Same.
10329 (gdb_interact): New.
10330
10331
10332 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10333
10334 * gdb.compile/compile.exp (pointer to jit function): New test.
10335
10336 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10337
10338 * lib/gdb.exp (supports_process_record): Return true for
10339 powerpc*-*-linux*.
10340 (supports_reverse): Likewise.
10341
10342 2015-01-15 Don Breazeal <donb@codesourcery.com>
10343
10344 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10345 instead of checking whether the target board is remote and
10346 use spawn_wait_for_attach instead of exec/sleep.
10347 * gdb.base/attach-twice.exp: Likewise.
10348
10349 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10350
10351 * gdb.ada/var_arr_attrs: New testcase.
10352
10353 2015-01-14 Pedro Alves <palves@redhat.com>
10354 Joel Brobecker <brobecker@adacore.com>
10355
10356 PR gdb/17525
10357 * gdb.base/bp-cmds-execution-x-script.c: New file.
10358 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10359 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10360
10361 2015-01-14 Pedro Alves <palves@redhat.com>
10362
10363 PR cli/17828
10364 * gdb.base/batch-preserve-term-settings.c: New file.
10365 * gdb.base/batch-preserve-term-settings.exp: New file.
10366
10367 2015-01-13 Doug Evans <dje@google.com>
10368
10369 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10370 binary.
10371
10372 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10373
10374 * Makefile.in (clean mostlyclean): Do not delete *.py.
10375
10376 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10377
10378 * gdb.python/py-lookup-type.exp: New file.
10379
10380 2015-01-12 Pedro Alves <palves@redhat.com>
10381
10382 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10383 restore GDBFLAGS before returning.
10384
10385 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10386
10387 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10388 is_amd64_regs_target and is_x86_like_target.
10389
10390 2015-01-11 Doug Evans <xdje42@gmail.com>
10391
10392 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10393 is given without an explicit form.
10394 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10395 attributes.
10396 * gdb.dwarf/corrupt.exp: Ditto.
10397 * gdb.dwarf2/enum-type.exp: Ditto.
10398 * gdb.trace/entry-values.exp: Ditto.
10399 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10400
10401 2015-01-11 Doug Evans <xdje42@gmail.com>
10402
10403 PR gdb/15830
10404 * gdb.base/maint.exp: Remove references to "maint demangle".
10405 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10406 Add tests for explicitly specifying language to demangle.
10407 * gdb.dlang/demangle.exp: Ditto.
10408
10409 2015-01-09 Pedro Alves <palves@redhat.com>
10410
10411 * gdb.threads/non-stop-fair-events.c: New file.
10412 * gdb.threads/non-stop-fair-events.exp: New file.
10413
10414 2015-01-09 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10417 the global scope. Set a breakpoint after all threads are started
10418 rather than stepping over two source lines. Expect the prompt.
10419 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10420 global.
10421 (NUM): Now 15.
10422 (main): Use threads_started_barrier to wait for all threads to
10423 start. Main thread no longer calls thread_function. Exit after
10424 180 seconds.
10425 (loop): New function.
10426 (thread_function): Wait on threads_started_barrier barrier. Call
10427 'loop' at each iteration.
10428 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10429 threads have started, instead of hardcoding number of "next"
10430 steps. Use an access watchpoint instead of a write watchpoint.
10431
10432 2015-01-09 Pedro Alves <palves@redhat.com>
10433
10434 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10435 (thread_func): Wait on barrier.
10436 (main): Wait for all threads to start before stopping GDB.
10437 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10438 global.
10439 (thread1_func, thread2_func): Wait on barrier.
10440 (main): Wait for all threads to start before stopping GDB.
10441 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10442 New global.
10443 (thread1_func, thread2_func): Wait on barrier.
10444 (main): Wait for all threads to start before stopping GDB.
10445
10446 2015-01-09 Pedro Alves <palves@redhat.com>
10447
10448 * gdb.threads/attach-many-short-lived-threads.c: New file.
10449 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10450
10451 2014-01-09 Pedro Alves <palves@redhat.com>
10452
10453 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10454 instead of to thread 2.
10455 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10456 Add barrier around each pthread_create call instead of around all
10457 calls.
10458 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10459 Set a break on thread_function and have the child threads hit it
10460 one at at a time.
10461
10462 2015-01-09 Pedro Alves <palves@redhat.com>
10463
10464 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10465 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10466 false.
10467 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10468 checking whether the target board is remote.
10469 * gdb.multi/multi-attach.exp: Likewise.
10470 * gdb.python/py-sync-interp.exp: Likewise.
10471 * gdb.server/ext-attach.exp: Likewise.
10472 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10473 tests that need to attach, instead of checking whether the target
10474 board is remote at the top of the file.
10475
10476 2015-01-08 Yao Qi <yao@codesourcery.com>
10477
10478 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10479
10480 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10481
10482 Fix testcase compilation.
10483 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10484
10485 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10486
10487 * gdb.python/py-type.exp: Add a couple test about empty
10488 array creation, and negative-length array creation.
10489
10490 2015-01-02 Doug Evans <xdje42@gmail.com>
10491
10492 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10493
10494 2015-01-02 Doug Evans <dje@google.com>
10495
10496 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10497
10498 2014-12-29 Yao Qi <yao@codesourcery.com>
10499
10500 * gdb.trace/entry-values.exp: Update comments. Rename variable
10501 bar_call_foo to returned_from_foo.
10502
10503 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10504
10505 PR gdb/17394
10506 * gdb.linespec/break-asm-file.c: New file.
10507 * gdb.linespec/break-asm-file.exp: New file.
10508 * gdb.linespec/break-asm-file0.s: New file.
10509 * gdb.linespec/break-asm-file1.s: New file.
10510
10511 2014-12-18 Nigel Stephens <nigel@mips.com>
10512 Maciej W. Rozycki <macro@codesourcery.com>
10513
10514 * gdb.base/float.exp: Handle the new output from "info float" on
10515 MIPS targets.
10516
10517 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10518
10519 Fix MinGW compilation.
10520 * gdb.compile/compile-ops.exp: Update untested message if
10521 !skip_compile_feature_tests.
10522 * gdb.compile/compile-setjmp.exp: Likewise.
10523 * gdb.compile/compile-tls.exp: Likewise.
10524 * gdb.compile/compile.exp: Likewise.
10525 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10526 supported on this host".
10527
10528 2014-12-16 Doug Evans <xdje42@gmail.com>
10529
10530 * boards/stabs.exp: New file.
10531
10532 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10533
10534 * gdb.base/completion.exp: Adjust to format changes of "maint
10535 print user-registers".
10536
10537 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10538
10539 PR server/17457
10540 * gdb.arch/aarch64-fp.c: New file.
10541 * gdb.arch/aarch64-fp.exp: New file.
10542
10543 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10544
10545 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10546 r210637, r210913, r211666, r215400, r215817).
10547
10548 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10549 * dg-extract-results.py: New file.
10550 * dg-extract-results.sh: Use it if the environment seems
10551 suitable.
10552
10553 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10554
10555 * dg-extract-results.py (parse_run): Handle warnings that
10556 are printed before a test harness is run.
10557
10558 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10559
10560 * dg-extract-results.py (Named): Remove __cmp__ method.
10561 (output_variation): Use a key to sort variation.harnesses.
10562
10563 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10564
10565 * dg-extract-results.py: For Python 3, force sys.stdout to
10566 handle surrogate escape sequences.
10567 (safe_open): New function.
10568 (output_segment, main): Use it.
10569
10570 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10571
10572 * dg-extract-results.py (Prog.result_re): Include options
10573 in test name.
10574
10575 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10576
10577 * dg-extract-results.py (output_variation): Always sort if
10578 do_sum.
10579
10580 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10581
10582 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10583 as long as we get pagination notifications.
10584
10585 2014-12-15 Jason Merrill <jason@redhat.com>
10586
10587 * Makefile.in (check-gdb.%): Restore.
10588 * README: Mention it.
10589
10590 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10591
10592 * gdb.ada/str_uninit: New testcase.
10593
10594 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10595
10596 PR symtab/17642
10597 * gdb.base/vla-stub-define.c: New file.
10598 * gdb.base/vla-stub.c: New file.
10599 * gdb.base/vla-stub.exp: New file.
10600
10601 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10602 Jan Kratochvil <jan.kratochvil@redhat.com>
10603 Tom Tromey <tromey@redhat.com>
10604
10605 * configure.ac: Add gdb.compile/.
10606 * configure: Regenerate.
10607 * gdb.compile/Makefile.in: New file.
10608 * gdb.compile/compile-ops.exp: New file.
10609 * gdb.compile/compile-ops.c: New file.
10610 * gdb.compile/compile-tls.c: New file.
10611 * gdb.compile/compile-tls.exp: New file.
10612 * gdb.compile/compile-constvar.S: New file.
10613 * gdb.compile/compile-constvar.c: New file.
10614 * gdb.compile/compile-mod.c: New file.
10615 * gdb.compile/compile-nodebug.c: New file.
10616 * gdb.compile/compile-setjmp-mod.c: New file.
10617 * gdb.compile/compile-setjmp.c: New file.
10618 * gdb.compile/compile-setjmp.exp: New file.
10619 * gdb.compile/compile-shlib.c: New file.
10620 * gdb.compile/compile.c: New file.
10621 * gdb.compile/compile.exp: New file.
10622 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10623
10624 2014-12-12 Tom Tromey <tromey@redhat.com>
10625
10626 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10627 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10628
10629 2014-12-12 Doug Evans <dje@google.com>
10630
10631 * lib/gdb-python.exp (get_python_valueof): New function.
10632 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10633
10634 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10635
10636 * gdb.base/completion.exp: Add test for completion of "info
10637 registers ".
10638
10639 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10640
10641 * gdb.base/func-ptrs.c: New file.
10642 * gdb.base/func-ptrs.exp: New file.
10643
10644 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10645
10646 PR breakpoints/17012
10647 * gdb.base/dprintf-detach.c: New file.
10648 * gdb.base/dprintf-detach.exp: New file.
10649
10650 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10651
10652 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10653 * lib/gdb.exp (target_is_gdbserver): New procedure.
10654
10655 2014-12-08 Doug Evans <dje@google.com>
10656
10657 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10658
10659 2014-12-05 Yao Qi <yao@codesourcery.com>
10660
10661 * gdb.guile/scm-error.exp: Remove the third argument to
10662 gdb_remote_download.
10663 * gdb.guile/scm-frame-args.exp: Likewise.
10664 * gdb.guile/scm-section-script.exp: Likewise.
10665
10666 2014-12-05 Yao Qi <yao@codesourcery.com>
10667
10668 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10669
10670 2014-12-04 Doug Evans <dje@google.com>
10671
10672 * gdb.python/py-objfile.exp: Add tests for
10673 objfile.add_separate_debug_file.
10674
10675 2014-12-04 Doug Evans <dje@google.com>
10676
10677 * lib/gdb.exp (get_build_id): New function.
10678 (build_id_debug_filename_get): Rewrite to use it.
10679 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10680
10681 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10682
10683 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10684 `method(long)', not just 0x0.
10685 * gdb.cp/nsalias.exp: Align code labels to 4.
10686 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10687 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10688 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10689 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10690 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10691 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10692
10693 2014-12-02 Doug Evans <dje@google.com>
10694
10695 PR symtab/17602
10696 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10697 * gdb.cp/anon-ns2.cc: ... here. New file.
10698 * gdb.cp/anon-ns.exp: Update.
10699
10700 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
10701
10702 * gdb.python/py-events.py (inferior_call_handler): New.
10703 (register_changed_handler, memory_changed_handler): New.
10704 (test_events.invoke): Register new handlers.
10705 * gdb.python/py-events.exp: Add tests for inferior call,
10706 memory_changed and register_changed events.
10707
10708 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10709
10710 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10711 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10712 if the linker doesn't understand this.
10713
10714 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10715
10716 * gdb.python/python.exp: Change expected reply to help().
10717
10718 2014-12-01 Yao Qi <yao@codesourcery.com>
10719
10720 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10721 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10722 * configure: Re-generated.
10723
10724 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10725
10726 * gdb.cp/chained-calls.cc: New file.
10727 * gdb.cp/chained-calls.exp: New file.
10728 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10729
10730 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10731
10732 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10733 * gdb.dwarf2/symtab-producer.exp: Same.
10734 * gdb.gdb/python-interrupts.exp: Same.
10735 * gdb.gdb/python-selftest.exp: Same.
10736 * gdb.python/py-linetable.exp: Same.
10737 * gdb.python/py-type.exp: Same.
10738 * gdb.python/py-value-cc.exp: Same.
10739 * gdb.python/py-value.exp: Same.
10740
10741 2014-11-28 Yao Qi <yao@codesourcery.com>
10742
10743 * gdb.base/break-probes.exp: Match library name prefixed with
10744 sysroot.
10745
10746 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10747
10748 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10749 test expected output. Add parentheses for the call to print.
10750 Remove L suffix from integers.
10751
10752 2014-11-26 Doug Evans <dje@google.com>
10753
10754 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10755
10756 2014-11-22 Yao Qi <yao@codesourcery.com>
10757
10758 * gdb.trace/entry-values.c: Remove asms.
10759 (foo): Add foo_label.
10760 (bar): Add bar_label.
10761 * gdb.trace/entry-values.exp: Remove code computing foo's
10762 length and bar's length.
10763 (Dwarf::assemble): Invoke function_range for bar and use
10764 MACRO_AT_func for foo.
10765
10766 2014-11-22 Yao Qi <yao@codesourcery.com>
10767
10768 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10769 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10770 Use .Lgcc43_procstart instead of gcc43.
10771
10772 2014-11-21 Joel Brobecker <brobecker@adacore.com>
10773
10774 * gdb.ada/n_arr_bound: New testcase.
10775
10776 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10777
10778 PR breakpoints/10737
10779 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10780 test_catch_syscall_multi_arch.
10781 (test_catch_syscall_multi_arch): New function.
10782
10783 2014-11-20 Doug Evans <xdje42@gmail.com>
10784
10785 * gdb.base/maint.exp: Update expected output.
10786
10787 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10788
10789 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10790 4-byte instruction on S390.
10791
10792 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10793
10794 * gdb.ada/arr_arr: New testcase.
10795
10796 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10797
10798 * gdb.ada/pkd_arr_elem: New Testcase.
10799
10800 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
10801
10802 * gdb.reverse/break-precsave: Expect completion message for
10803 core file reads.
10804 * gdb.reverse/consecutive-precsave.exp: Likewise.
10805 * gdb.reverse/finish-precsave.exp: Likewise.
10806 * gdb.reverse/i386-precsave.exp: Likewise.
10807 * gdb.reverse/machinestate-precsave.exp: Likewise.
10808 * gdb.reverse/sigall-precsave.exp: Likewise.
10809 * gdb.reverse/solib-precsave.exp: Likewise.
10810 * gdb.reverse/step-precsave.exp: Likewise.
10811 * gdb.reverse/until-precsave.exp: Likewise.
10812 * gdb.reverse/watch-precsave.exp: Likewise.
10813
10814 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10815
10816 * gdb.base/bp-permanent.c: Include unistd.h.
10817 * gdb.python/py-framefilter-mi.c (main): Add return type.
10818 * gdb.python/py-framefilter.c (main): Likewise.
10819 * gdb.trace/actions-changed.c (main): Likewise.
10820
10821 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10822
10823 * gdb.mi/until.c: Add eye-catchers.
10824 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10825 line numbers.
10826
10827 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10828
10829 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10830 function header variants in break1.c.
10831 * gdb.base/ena-dis-br.exp: Likewise.
10832 * gdb.base/hbreak2.exp: Likewise.
10833 * gdb.reverse/until-precsave.exp: Drop references to removed
10834 non-prototype function header variants in ur1.c.
10835 * gdb.reverse/until-reverse.exp: Likewise.
10836
10837 2014-11-17 Petr Machata <pmachata@redhat.com>
10838
10839 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10840 ${_cu_offset_size} bytes abbrev offset.
10841
10842 2014-11-15 Doug Evans <xdje42@gmail.com>
10843
10844 PR symtab/17559
10845 * gdb.base/line-symtabs.exp: New file.
10846 * gdb.base/line-symtabs.c: New file.
10847 * gdb.base/line-symtabs.h: New file.
10848
10849 2014-11-14 Yao Qi <yao@codesourcery.com>
10850
10851 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10852 (func): Add label func_label.
10853 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10854 Replace low_pc and high_pc with MACRO_AT_range.
10855 Replace name, low_pc and high_pc with MACRO_AT_func.
10856
10857 2014-11-14 Yao Qi <yao@codesourcery.com>
10858
10859 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10860 Replace name, low_pc and high_pc with MACRO_AT_func.
10861
10862 2014-11-14 Yao Qi <yao@codesourcery.com>
10863
10864 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10865 produce debug information.
10866 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10867
10868 2014-11-14 Yao Qi <yao@codesourcery.com>
10869
10870 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10871 object and get function length.
10872 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10873 with MACRO_AT_func.
10874 (top-level): Replace gdb_compile and clean_restart with
10875 prepare_for_testing.
10876 * gdb.dwarf2/main.c (main): Add label main_label.
10877
10878 2014-11-14 Yao Qi <yao@codesourcery.com>
10879
10880 * lib/dwarf.exp (function_range): New procedure.
10881 (Dwarf::_handle_macro_at_func): New procedure.
10882 (Dwarf::_handle_macro_at_range): New procedure.
10883 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10884
10885 2014-11-14 Yao Qi <yao@codesourcery.com>
10886
10887 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10888 (_handle_attribute): New procedure.
10889
10890 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10891
10892 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10893 * gdb.base/call-sc.c (zed): Likewise.
10894 * gdb.base/checkpoint.c (main): Likewise.
10895 * gdb.base/dump.c (main): Likewise.
10896 * gdb.base/gcore.c (main): Likewise.
10897 * gdb.base/huge.c (main): Likewise.
10898 * gdb.base/multi-forks.c (main): Likewise.
10899 * gdb.base/pr10179-a.c (main): Likewise.
10900 * gdb.base/savedregs.c (main): Likewise.
10901 * gdb.base/sigaltstack.c (main): Likewise.
10902 * gdb.base/siginfo.c (main): Likewise.
10903 * gdb.base/structs.c (zed): Likewise.
10904 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10905 * gdb.mi/mi-syn-frame.c (main): Likewise.
10906 * gdb.mi/until.c (foo, main): Likewise.
10907 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10908 * gdb.base/solib-weak.c (foo): Declare.
10909 * gdb.base/attach-twice.c: Include stdio.h.
10910 * gdb.base/weaklib1.c: Likewise.
10911 * gdb.base/weaklib2.c: Likewise.
10912 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10913 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10914 unistd.h.
10915 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10916 * gdb.mi/mi-exit-code.c: Likewise.
10917 * gdb.base/break-interp-lib.c: Include string.h.
10918 * gdb.base/coremaker.c: Likewise.
10919 * gdb.base/testenv.c: Likewise.
10920 * gdb.python/py-finish-breakpoint.c: Likewise.
10921 * gdb.base/inferior-died.c: Include sys/wait.h.
10922 * gdb.base/fileio.c: Include time.h.
10923 * gdb.base/async-shell.c: Include unistd.h.
10924 * gdb.base/dprintf-non-stop.c: Likewise.
10925 * gdb.base/info-os.c: Likewise.
10926 * gdb.mi/mi-console.c: Likewise.
10927 * gdb.mi/watch-nonstop.c: Likewise.
10928 * gdb.python/py-events.c: Likewise.
10929 * gdb.base/async.c (baz): Move up before its invocation.
10930 * gdb.base/code_elim2.c (my_global_func): Likewise.
10931 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10932 * gdb.base/advance.c (func2): Likewise.
10933
10934 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10935
10936 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10937 variant.
10938 * gdb.base/annota3.c: Likewise.
10939 * gdb.base/async.c: Likewise.
10940 * gdb.base/average.c: Likewise.
10941 * gdb.base/call-ar-st.c: Likewise.
10942 * gdb.base/call-rt-st.c: Likewise.
10943 * gdb.base/call-sc.c: Likewise.
10944 * gdb.base/call-strs.c: Likewise.
10945 * gdb.base/ending-run.c: Likewise.
10946 * gdb.base/execd-prog.c: Likewise.
10947 * gdb.base/exprs.c: Likewise.
10948 * gdb.base/foll-exec.c: Likewise.
10949 * gdb.base/foll-fork.c: Likewise.
10950 * gdb.base/foll-vfork.c: Likewise.
10951 * gdb.base/funcargs.c: Likewise.
10952 * gdb.base/gcore.c: Likewise.
10953 * gdb.base/jump.c: Likewise.
10954 * gdb.base/langs0.c: Likewise.
10955 * gdb.base/langs1.c: Likewise.
10956 * gdb.base/langs2.c: Likewise.
10957 * gdb.base/mips_pro.c: Likewise.
10958 * gdb.base/nodebug.c: Likewise.
10959 * gdb.base/opaque0.c: Likewise.
10960 * gdb.base/opaque1.c: Likewise.
10961 * gdb.base/recurse.c: Likewise.
10962 * gdb.base/run.c: Likewise.
10963 * gdb.base/scope0.c: Likewise.
10964 * gdb.base/scope1.c: Likewise.
10965 * gdb.base/setshow.c: Likewise.
10966 * gdb.base/setvar.c: Likewise.
10967 * gdb.base/shmain.c: Likewise.
10968 * gdb.base/shr1.c: Likewise.
10969 * gdb.base/shr2.c: Likewise.
10970 * gdb.base/sigall.c: Likewise.
10971 * gdb.base/signals.c: Likewise.
10972 * gdb.base/so-indr-cl.c: Likewise.
10973 * gdb.base/solib2.c: Likewise.
10974 * gdb.base/structs.c: Likewise.
10975 * gdb.base/sum.c: Likewise.
10976 * gdb.base/vforked-prog.c: Likewise.
10977 * gdb.base/watchpoint.c: Likewise.
10978 * gdb.reverse/shr2.c: Likewise.
10979 * gdb.reverse/until-reverse.c: Likewise.
10980 * gdb.reverse/ur1.c: Likewise.
10981 * gdb.reverse/watch-reverse.c: Likewise.
10982
10983 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10984
10985 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10986 variant.
10987 * gdb.base/sepdebug.exp: Drop references to removed code.
10988
10989 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10990
10991 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10992 variant. Preserve original line numbering.
10993 * gdb.base/list1.c: Likewise.
10994
10995 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10996
10997 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10998 variant.
10999 * gdb.base/break1.c: Likewise.
11000 * gdb.base/break.exp: Drop references to removed code.
11001
11002 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11003
11004 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11005 variant.
11006
11007 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11008
11009 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11010
11011 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11012
11013 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11014 logic into perform_all_tests() and invoke it with and without
11015 function header prototypes.
11016 (do_function_calls): Remove conditional XFAIL for PR 5318.
11017 (rerun_and_prepare): Remove duplicate code.
11018 (perform_all_tests): New. Main logic moved here.
11019
11020 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11021
11022 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11023 code guarded by #ifdef NO_PROTOTYPES.
11024 (t_double_many_args): Likewise.
11025 (DEF_FUNC_MANY_ARGS_1): Likewise.
11026 (DEF_FUNC_VALUES_1): Likewise.
11027 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11028 guarded by #ifdef PROTOTYPES.
11029
11030 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11031
11032 * gdb.mi/mi-console.c: Add eye-catcher.
11033 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11034 instead of literal line number.
11035
11036 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11037
11038 * gdb.base/shr2.c: Add eye-catcher.
11039 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11040 line number.
11041
11042 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11043
11044 * gdb.base/jump.c: Add eye-catchers.
11045 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11046 numbers.
11047
11048 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11049
11050 * gdb.base/execd-prog.c: Add eye-catchers.
11051 * gdb.base/foll-exec.c: Likewise.
11052 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11053 line numbers.
11054
11055 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11056
11057 * gdb.base/ending-run.c: Add eye-catchers.
11058 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11059 literal line numbers.
11060
11061 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11062
11063 * gdb.base/call-rt-st.c: Add eye-catchers.
11064 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11065 literal line numbers.
11066
11067 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11068
11069 * gdb.base/call-ar-st.c: Add eye-catchers.
11070 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11071 literal line numbers.
11072
11073 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11074
11075 * gdb.base/average.c: Add eye-catchers.
11076 * gdb.base/sum.c: Likewise.
11077 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11078 regexps dynamically.
11079
11080 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11081
11082 * gdb.base/solib1.c: Add eye-catchers.
11083 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11084 literal line numbers.
11085
11086 2014-11-12 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11089 leader has exited.
11090
11091 2014-11-12 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.arch/i386-bp_permanent.c: New file.
11094 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11095 (srcfile): Set to i386-bp_permanent.c.
11096 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11097 that stepi does not execute the 'leave' instruction, instead of
11098 testing it does execute.
11099 * gdb.base/bp-permanent.c: New file.
11100 * gdb.base/bp-permanent.exp: New file.
11101
11102 2014-11-10 Doug Evans <xdje42@gmail.com>
11103
11104 PR symtab/17564
11105 * gdb.base/symtab-search-order.exp: New file.
11106 * gdb.base/symtab-search-order.c: New file.
11107 * gdb.base/symtab-search-order-1.c: New file.
11108 * gdb.base/symtab-search-order-shlib-1.c: New file.
11109
11110 2014-11-07 Pedro Alves <palves@redhat.com>
11111
11112 PR gdb/17511
11113 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11114 i?86-*-linux*.
11115
11116 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11117
11118 PR c++/17494
11119 * gdb.cp/pr17494.cc: New file.
11120 * gdb.cp/pr17494.exp: New file.
11121
11122 2014-11-02 Yao Qi <yao@codesourcery.com>
11123
11124 * gdb.python/python.exp: Get working directory and match the
11125 output of "set extended-prompt \\w " with it.
11126
11127 2014-10-30 Doug Evans <dje@google.com>
11128
11129 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11130 in objfiles.
11131 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11132 in progspaces.
11133
11134 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11135
11136 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11137 * gdb.base/realname-expand.exp: Likewise.
11138 * gdb.linespec/macro-relative.exp: Likewise.
11139
11140 2014-10-29 Pedro Alves <palves@redhat.com>
11141
11142 PR gdb/17408
11143 * gdb.threads/schedlock.c (some_function): New function.
11144 (call_function): New global.
11145 (MAYBE_CALL_SOME_FUNCTION): New macro.
11146 (thread_function): Call it.
11147 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11148 and use it instead of a global counter. Adjust all callers.
11149 (get_current_thread): Use "find current thread" for test message
11150 here rather than having all callers pass down the same string.
11151 (goto_loop): New procedure, factored out from ...
11152 (my_continue): ... this.
11153 (step_ten_loops): Change parameter from test message to command to
11154 use. Adjust.
11155 (list_count): Delete global.
11156 (check_result): New procedure, factored out from duplicate top
11157 level code.
11158 (continue tests): Wrap in with_test_prefix.
11159 (test_step): New procedure, factored out from duplicate top level
11160 code.
11161 (top level): Test "step" in combination with all scheduler-locking
11162 modes. Test "next" in combination with all scheduler-locking
11163 modes, and in combination with stepping over a function call or
11164 not.
11165 * gdb.threads/next-bp-other-thread.c: New file.
11166 * gdb.threads/next-bp-other-thread.exp: New file.
11167
11168 2014-10-29 Pedro Alves <palves@redhat.com>
11169
11170 PR python/17372
11171 * gdb.python/python.exp: Test a multi-line command that spawns
11172 interactive Python.
11173 * gdb.base/multi-line-starts-subshell.exp: New file.
11174
11175 2014-10-29 Yao Qi <yao@codesourcery.com>
11176
11177 * gdb.base/fileio.exp: Make directories on host.
11178
11179 2014-10-29 Yao Qi <yao@codesourcery.com>
11180
11181 * gdb.base/fileio.c (test_write): Close the file.
11182
11183 2014-10-28 Pedro Alves <palves@redhat.com>
11184
11185 PR gdb/12623
11186 * gdb.base/sigstep.c (no_handler): New global.
11187 (main): If 'no_handler is true, set the signal handlers to
11188 SIG_IGN.
11189 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11190 with_sw_watch and no_handler parameters. Handle them.
11191 (top level) <stepping over handler when stopped at a breakpoint
11192 test>: Add a test axis for testing with a software watchpoint, and
11193 another for testing with the signal handler set to SIG_IGN.
11194 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11195 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11196
11197 2014-10-28 Pedro Alves <palves@redhat.com>
11198
11199 PR gdb/17511
11200 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11201 * gdb.base/sigstep.exp (other_handler_location): New global.
11202 (advance): Support stepping into the signal handler, and running
11203 commands while in the handler.
11204 (in_handler_map): New global.
11205 (top level): In the advance test, add combinations for getting
11206 into the handler with stepping commands, and for running commands
11207 in the handler. Add comment descripting the advancei tests.
11208
11209 2014-10-28 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.base/sigstep.exp: Use build_executable instead of
11212 prepare_for_testing.
11213 (top level): Move code that starts GDB, runs to main and creates a
11214 display to ...
11215 (restart): ... this new procedure.
11216 (top level): Move backtrace from signal handler test to ...
11217 (validate_backtrace): ... this new procedure.
11218 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11219 with_test_prefix. Always restart GDB.
11220 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11221 with_test_prefix. Always restart GDB. No need to delete
11222 breakpoints after the test.
11223 (test_skip_handler): Remove prefix parameter.
11224 (skip_over_handler, breakpoint_to_handler)
11225 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11226 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11227 restart GDB. No need to delete breakpoints after the test.
11228 (top level): Use foreach to call the test procedures with
11229 different commands.
11230
11231 2014-10-28 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11234 instead of GNATS numbers.
11235 * gdb.base/sigbpt.exp: Likewise.
11236 * gdb.base/siginfo.exp: Likewise.
11237 * gdb.base/sigstep.exp: Likewise.
11238
11239 2014-10-27 Pedro Alves <palves@redhat.com>
11240
11241 * gdb.base/sigstep.c (dummy): New global.
11242 (main): Issue a couple writes to the new global.
11243 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11244 procedures.
11245 (skip_over_handler): Use test_skip_handler.
11246 (top level): Call skip_over_handler for stepi and nexti too.
11247 (breakpoint_over_handler): Use test_skip_handler.
11248 (top level): Call breakpoint_over_handler for stepi and nexti too.
11249
11250 2014-10-27 Yao Qi <yao@codesourcery.com>
11251
11252 * gdb.trace/tfile.c (adjust_function_address)
11253 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11254 function descriptor.
11255
11256 2014-10-24 Don Breazeal <donb@codesourcery.com>
11257
11258 * gdb.base/foll-fork.exp (test_follow_fork,
11259 catch_fork_child_follow): Check for updated fork messages emitted
11260 from infrun.c.
11261 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11262 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11263 vfork_and_exec_child_follow_through_step): Check for updated vfork
11264 messages emitted from infrun.c.
11265
11266 2014-10-24 Pedro Alves <palves@redhat.com>
11267
11268 * gdb.base/corefile.exp: Remove references to ultrix.
11269 * gdb.base/interrupt.exp: Likewise.
11270 * gdb.base/whatis.exp: Likewise.
11271 * gdb.gdb/selftest.exp: Likewise.
11272 * gdb.threads/manythreads.exp: Likewise.
11273 * gdb.threads/print-threads.exp: Likewise.
11274 * gdb.threads/pthreads.exp:: Likewise.
11275 * gdb.threads/schedlock.exp: Likewise.
11276
11277 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11278
11279 * gdb.cp/non-trivial-retval.cc: Add a test case.
11280 * gdb.cp/non-trivial-retval.exp: Add a test.
11281
11282 2014-10-20 Yao Qi <yao@codesourcery.com>
11283
11284 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11285 * gdb.python/py-objfile-script-gdb.py: New file.
11286 * gdb.python/py-objfile-script.exp: Update reference to
11287 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11288 of remote_download. Remove the dest file.
11289
11290 2014-10-20 Yao Qi <yao@codesourcery.com>
11291
11292 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11293 * gdb.base/step-line.exp: Likewise.
11294 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11295 * gdb.dwarf2/dw2-basic.exp: Likewise.
11296 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11297 * gdb.dwarf2/dw2-filename.exp: Likewise.
11298 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11299 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11300 * gdb.dwarf2/dw2-producer.exp: Likewise.
11301 * gdb.dwarf2/mac-fileno.exp: Likewise.
11302 * gdb.python/py-frame-args.exp: Likewise.
11303 * gdb.python/py-framefilter.exp: Likewise.
11304 * gdb.python/py-mi.exp: Likewise.
11305 * gdb.python/py-objfile-script.exp: Likewise
11306 * gdb.python/py-pp-integral.exp: Likewise.
11307 * gdb.python/py-pp-re-notag.exp: Likewise.
11308 * gdb.python/py-prettyprint.exp: Likewise.
11309 * gdb.python/py-section-script.exp: Likewise.
11310 * gdb.python/py-typeprint.exp: Likewise.
11311 * gdb.python/py-xmethods.exp: Likewise.
11312 * gdb.stabs/weird.exp: Likewise.
11313 * gdb.xml/tdesc-regs.exp: Likewise.
11314
11315 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11316
11317 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11318 (out_cu): Use addr_len for the size of addresses.
11319 (out_line): Likewise. Size DW_LNE_set_address instruction
11320 according to addr_len.
11321 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11322 (FUNC): Add START_INSNS to definition.
11323
11324 2014-10-18 Yao Qi <yao@codesourcery.com>
11325
11326 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11327 gdb_has_argv0 return true.
11328 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11329 check [target_info exists noargs], check [gdb_has_argv0]
11330 instead.
11331 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11332 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11333 procedures.
11334
11335 2014-10-17 Doug Evans <dje@google.com>
11336
11337 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11338 event.
11339 * gdb.python/py-events.py: Add clear_objfiles event.
11340
11341 2014-10-17 Doug Evans <dje@google.com>
11342
11343 * gdb.python/py-objfile.exp: Test progspace attribute.
11344
11345 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11346
11347 * gdb.guile/scm-breakpoint.exp: Do not assume any
11348 directory separators when matching source file paths.
11349 * gdb.python/py-breakpoint.exp: Likewise.
11350 * gdb.reverse/break-precsave.exp: Likewise.
11351 * gdb.reverse/break-reverse.exp: Likewise.
11352 * gdb.reverse/consecutive-precsave.exp: Likewise.
11353 * gdb.reverse/finish-precsave.exp: Likewise.
11354 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11355 * gdb.reverse/finish-reverse.exp: Likewise.
11356 * gdb.reverse/i386-precsave.exp: Likewise.
11357 * gdb.reverse/i387-env-reverse.exp: Likewise.
11358 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11359 * gdb.reverse/machinestate-precsave.exp: Likewise.
11360 * gdb.reverse/machinestate.exp: Likewise.
11361 * gdb.reverse/sigall-precsave.exp: Likewise.
11362 * gdb.reverse/solib-precsave.exp: Likewise.
11363 * gdb.reverse/step-precsave.exp: Likewise.
11364 * gdb.reverse/until-precsave.exp: Likewise.
11365 * gdb.reverse/watch-precsave.exp: Likewise.
11366 * gdb.reverse/watch-reverse.exp: Likewise.
11367
11368 2014-10-17 Yao Qi <yao@codesourcery.com>
11369
11370 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11371 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11372
11373 2014-10-17 Pedro Alves <palves@redhat.com>
11374
11375 PR gdb/17471
11376 * gdb.base/bg-execution-repeat.c: New file.
11377 * gdb.base/bg-execution-repeat.exp: New file.
11378
11379 2014-10-17 Pedro Alves <palves@redhat.com>
11380
11381 PR gdb/17300
11382 * gdb.base/continue-all-already-running.c: New file.
11383 * gdb.base/continue-all-already-running.exp: New file.
11384
11385 2014-10-17 Pedro Alves <palves@redhat.com>
11386
11387 PR gdb/17472
11388 * gdb.base/annota-input-while-running.c: New file.
11389 * gdb.base/annota-input-while-running.exp: New file.
11390
11391 2014-10-17 Pedro Alves <palves@redhat.com>
11392
11393 * gdb.base/callfuncs.exp: emove references to osf.
11394 * gdb.base/sigall.exp: Likewise.
11395 * gdb.gdb/selftest.exp: Likewise.
11396 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11397 * gdb.mi/non-stop.c: Likewise.
11398 * gdb.mi/pthreads.c: Likewise.
11399 * gdb.reverse/sigall-precsave.exp: Likewise.
11400 * gdb.reverse/sigall-reverse.exp: Likewise.
11401 * gdb.threads/pthreads.c: Likewise.
11402 * gdb.threads/pthreads.exp: Likewise.
11403
11404 2014-10-17 Yao Qi <yao@codesourcery.com>
11405
11406 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11407 check 'target_info exists noargs'.
11408 (test_command_prompt_position): Likewise.
11409 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11410 Remove "set args".
11411 (progvar_simple_while_test): Likewise.
11412 (progvar_complex_if_while_test): Likewise.
11413 (if_while_breakpoint_command_test): Likewise.
11414 (infrun_breakpoint_command_test): Likewise.
11415 (breakpoint_command_test): Likewise.
11416 (watchpoint_command_test): Likewise.
11417 (bp_deleted_in_command_test): Likewise.
11418 (temporary_breakpoint_commands): Likewise.
11419
11420 2014-10-16 Yao Qi <yao@codesourcery.com>
11421
11422 * gdb.base/remotetimeout.exp: Remove noargs checking.
11423
11424 2014-10-15 Pedro Alves <palves@redhat.com>
11425
11426 PR breakpoints/9649
11427 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11428 * gdb.base/breakpoint-in-ro-region.exp
11429 (probe_target_hardware_step): New procedure.
11430 (top level): Probe hardware stepping and hardware breakpoint
11431 support. Test stepping through a read-only region, with both
11432 "breakpoint auto-hw" on and off and both "always-inserted" on and
11433 off.
11434
11435 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11436
11437 * gdb.dlang/demangle.exp: Update for demangling changes.
11438
11439 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11440
11441 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11442 * gdb.cp/non-trivial-retval.exp: Add new tests.
11443
11444 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11445
11446 PR c++/13403
11447 PR c++/15154
11448 * gdb.cp/non-trivial-retval.cc: New file.
11449 * gdb.cp/non-trivial-retval.exp: New file.
11450
11451 2014-10-15 Yao Qi <yao@codesourcery.com>
11452
11453 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11454 remote host.
11455
11456 2014-10-15 Yao Qi <yao@codesourcery.com>
11457
11458 * gdb.python/py-symbol.exp: Match file base name if host is
11459 remote, otherwise match file name with dir name.
11460 * gdb.python/py-symtab.exp: Likewise.
11461 * gdb.python/python.exp: Likewise.
11462
11463 2014-10-15 Yao Qi <yao@codesourcery.com>
11464
11465 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11466 pattern.
11467 * gdb.python/py-symtab.exp: Likewise.
11468 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11469 locationn.
11470
11471 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11472
11473 * gdb.ada/addr_arith: New testcase.
11474
11475 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11476
11477 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11478 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11479 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11480 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11481
11482 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11483
11484 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11485 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11486 * gdb.arch/stap-eval-lang-ada.exp: New file.
11487
11488 2014-10-14 Yao Qi <yao@codesourcery.com>
11489
11490 * gdb.mi/mi-var-child.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-child.exp: Step over new added statements.
11495 Update test to match the new output.
11496 * gdb.mi/var-cmd.c (nothing1): New function.
11497 (nothing2): New function.
11498 (do_children_tests): Set function pointers by nothing1 and
11499 nothing2.
11500 * gdb.mi/mi-var-display.exp: Update test to match output.
11501 Step to the line specified by $line_dct_nothing.
11502 Increase the number of lines to step.
11503
11504 2014-10-14 Yao Qi <yao@codesourcery.com>
11505
11506 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11507 tests.
11508 * gdb.mi/mi2-var-child.exp: Likewise.
11509
11510 2014-10-13 Doug Evans <dje@google.com>
11511
11512 * gdb.python/py-objfile.exp: Change name of file name test.
11513
11514 2014-10-13 Doug Evans <dje@google.com>
11515
11516 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11517 from the start of the CU.
11518
11519 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11520 Yao Qi <yao@codesourcery.com>
11521
11522 Fix "save breakpoints" for "catch" command.
11523 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11524 Remove -nonewline. Match also the added "main" line.
11525
11526 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11527
11528 Fix "save breakpoints" for "disable $bpnum" command.
11529 * gdb.base/save-bp.c (main): Add label.
11530 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11531
11532 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11533
11534 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11535
11536 2014-10-11 Yao Qi <yao@codesourcery.com>
11537
11538 * gdb.server/server-kill.exp: Execute command
11539 "set remote trace-status-packet on" before "tstatus".
11540
11541 2014-10-11 Yao Qi <yao@codesourcery.com>
11542
11543 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11544 (main): Call getppid.
11545 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11546 and continue to it. Read variable "server_pid".
11547
11548 2014-10-11 Yao Qi <yao@codesourcery.com>
11549
11550 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11551
11552 2014-10-11 Yao Qi <yao@codesourcery.com>
11553
11554 * gdb.threads/thread-find.exp: Don't execute command
11555 "info threads".
11556 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11557 * gdb.threads/linux-dp.exp: Don't check the condition
11558 $threads_created equals to zero.
11559
11560 2014-10-10 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/bigcore.exp: Remove references to IRIX.
11563 * gdb.base/funcargs.exp: Likewise.
11564 * gdb.base/interrupt.exp: Likewise.
11565 * gdb.base/mips_pro.exp: Likewise.
11566 * gdb.base/nodebug.exp: Likewise.
11567 * gdb.base/setvar.exp: Likewise.
11568 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11569
11570 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11571 Pedro Alves <palves@redhat.com>
11572
11573 PR symtab/14466
11574 * gdb.base/vdso-warning.c: New file.
11575 * gdb.base/vdso-warning.exp: New file.
11576
11577 2014-10-02 Doug Evans <dje@google.com>
11578
11579 * gdb.base/structs.c (main): Don't run forever.
11580
11581 2014-10-02 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11584 (top level) <stop threads 1, stop threads 2>: Use it.
11585
11586 2014-10-02 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.threads/break-while-running.exp (test): Add new
11589 'update_thread_list' argument. Skip "info threads" if false.
11590 (top level): Add new 'update_thread_list' axis.
11591
11592 2014-10-02 Pedro Alves <palves@redhat.com>
11593
11594 PR breakpoints/17431
11595 * gdb.base/execl-update-breakpoints.c: New file.
11596 * gdb.base/execl-update-breakpoints.exp: New file.
11597
11598 2014-10-01 Pedro Alves <palves@redhat.com>
11599
11600 * gdb.base/breakpoint-in-ro-region.c: New file.
11601 * gdb.base/breakpoint-in-ro-region.exp: New file.
11602
11603 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11604
11605 * gdb.mi/mi-exit-code.exp: New file.
11606 * gdb.mi/mi-exit-code.c: New file.
11607
11608 2014-09-30 Yao Qi <yao@codesourcery.com>
11609
11610 * lib/prelink-support.exp (build_executable_own_libs): Error if
11611 the target isn't native.
11612
11613 2014-09-30 Yao Qi <yao@codesourcery.com>
11614
11615 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11616 false.
11617
11618 2014-09-22 Pedro Alves <palves@redhat.com>
11619
11620 * gdb.threads/break-while-running.exp: New file.
11621 * gdb.threads/break-while-running.c: New file.
11622
11623 2014-09-19 Yao Qi <yao@codesourcery.com>
11624
11625 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11626 Invoke test. Restart GDB with --readnow and invoke test again.
11627
11628 2014-09-19 Yao Qi <yao@codesourcery.com>
11629
11630 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11631 proc set_breakpoint_on_gcd_function. Invoke
11632 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11633 invoke set_breakpoint_on_gcd_function again.
11634
11635 2014-09-18 Doug Evans <dje@google.com>
11636
11637 * gdb.dwarf2/symtab-producer.exp: New file.
11638
11639 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11640
11641 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11642 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11643 * gdb.base/global-var-nested-by-dso.c: Likewise.
11644 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11645
11646 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11647 Pedro Alves <palves@redhat.com>
11648
11649 * gdb.base/watch-bitfields.exp: Pass string other than test file
11650 name to prepare_for_testing.
11651 (watch): New procedure.
11652 (expect_watchpoint): Use with_test_prefix.
11653 (top level): Factor out tests to ...
11654 (test_watch_location, test_regular_watch): ... these new
11655 procedures, and use with_test_prefix and gdb_continue_to_end.
11656
11657 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11658
11659 PR breakpoints/12526
11660 * gdb.base/watch-bitfields.exp: New file.
11661 * gdb.base/watch-bitfields.c: New file.
11662
11663 2014-09-16 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11666 software and hardware addresses, not software address against
11667 itself.
11668
11669 2014-09-16 Pedro Alves <palves@redhat.com>
11670
11671 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11672 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11673
11674 2014-09-16 Pedro Alves <palves@redhat.com>
11675
11676 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11677 files.
11678 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11679 "*-*-vxworks*" throughout.
11680 * gdb.base/break.exp: Likewise.
11681 * gdb.base/default.exp: Likewise.
11682 * gdb.base/scope.exp: Likewise.
11683 * gdb.base/sepdebug.exp: Likewise.
11684 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11685 throughout.
11686 * gdb.base/run.c: Likewise.
11687 * gdb.base/sepdebug.c: Likewise.
11688 * gdb.hp/gdb.aCC/run.c: Likewise.
11689 * gdb.reverse/until-reverse.c: Likewise.
11690 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11691
11692 2014-09-16 Yao Qi <yao@codesourcery.com>
11693
11694 * boards/local-remote-host-native.exp: New file.
11695
11696 2014-09-14 Doug Evans <xdje42@gmail.com>
11697
11698 * gdb.threads/queue-signal.c (thread_count): New variable.
11699 (thread_count_mutex, thread_count_condvar): New variables.
11700 (incr_thread_count, wait_all_threads_running): New functions.
11701 (main): Wait for all threads to be in their thread functions.
11702
11703 2014-09-13 Doug Evans <xdje42@gmail.com>
11704
11705 * gdb.threads/queue-signal.c: New file.
11706 * gdb.threads/queue-signal.exp: New file.
11707
11708 2014-09-13 Doug Evans <xdje42@gmail.com>
11709
11710 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11711 be consistent with what default_gdb_init uses.
11712 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11713 the plain text of the prompt. Add some logging printfs.
11714 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11715
11716 2014-09-12 Pedro Alves <palves@redhat.com>
11717
11718 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11719 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11720 * gdb.arch/i386-size-overlap.exp: Likewise.
11721 * gdb.arch/i386-size.exp: Likewise.
11722 * gdb.arch/i386-unwind.exp: Likewise.
11723 * gdb.base/a2-run.exp: Likewise.
11724 * gdb.base/break.exp: Likewise.
11725 * gdb.base/charset.exp: Likewise.
11726 * gdb.base/chng-syms.exp: Likewise.
11727 * gdb.base/commands.exp: Likewise.
11728 * gdb.base/dbx.exp: Likewise.
11729 * gdb.base/find.exp: Likewise.
11730 * gdb.base/funcargs.exp: Likewise.
11731 * gdb.base/jit-simple.exp: Likewise.
11732 * gdb.base/reread.exp: Likewise.
11733 * gdb.base/sepdebug.exp: Likewise.
11734 * gdb.base/step-bt.exp: Likewise.
11735 * gdb.cp/mb-inline.exp: Likewise.
11736 * gdb.cp/mb-templates.exp: Likewise.
11737 * gdb.objc/basicclass.exp: Likewise.
11738 * gdb.threads/killed.exp: Likewise.
11739
11740 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11741
11742 PR tdep/17379
11743 * gdb.arch/powerpc-stackless.S: New file.
11744 * gdb.arch/powerpc-stackless.exp: New file.
11745
11746 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11747
11748 * gdb.base/attach.c: Include unistd.h.
11749 (main): Call alarm. Add label postloop.
11750 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11751 gdb_breakpoint, gdb_continue_to_breakpoint.
11752 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11753
11754 2014-09-11 Pedro Alves <palves@redhat.com>
11755
11756 PR gdb/17347
11757 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11758 * gdb.base/attach.exp (test_command_line_attach_run): New
11759 procedure.
11760 (top level): Call it.
11761
11762 2014-09-11 Pedro Alves <palves@redhat.com>
11763
11764 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11765 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11766 (do_command_attach_tests): Use spawn_wait_for_attach.
11767 * gdb.base/solib-overlap.exp: Likewise.
11768 * gdb.multi/multi-attach.exp: Likewise.
11769 * gdb.python/py-prompt.exp: Likewise.
11770 * gdb.python/py-sync-interp.exp: Likewise.
11771 * gdb.server/ext-attach.exp: Likewise.
11772
11773 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11774
11775 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11776 command in testcase. Simplify testcase.
11777
11778 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11779
11780 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11781
11782 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11783
11784 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11785
11786 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11787
11788 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11789
11790 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11791
11792 * gdb.dwarf2/dynarr-ptr.c: New file.
11793 * gdb.dwarf2/dynarr-ptr.exp: New file.
11794
11795 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11796
11797 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11798 of 30 rather than hardcoding 120 for a slow test case. Take the
11799 `gdb,timeout' target setting into account for this calculation.
11800 Don't extend the timeout for the test cases that don't need it.
11801
11802 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11803
11804 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11805 a factor of 2 for a slow test case. Take the `gdb,timeout'
11806 target setting into account for this calculation.
11807 * gdb.reverse/until-precsave.exp: Increase the timeout by
11808 a factor of 15 and 3 respectively rather than adding 120
11809 for a pair of slow test cases. Take the `gdb,timeout'
11810 target setting into account for this calculation.
11811
11812 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11813
11814 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11815 timeout, don't pass one down to gdb_expect.
11816 (gdb_expect): Rework timeout selection.
11817
11818 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11819
11820 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11821 exception on timeout.
11822 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11823 (gdbserver_start_extended): Catch any `gdbserver_start' error
11824 exceptions.
11825 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11826 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11827 `gdbserver_gdb_load' error exceptions.
11828
11829 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11830
11831 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11832 120 on waiting for the TCP socket to open.
11833
11834 2014-09-09 Doug Evans <xdje42@gmail.com>
11835
11836 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11837 _caller_matches, _any_caller_is, _any_caller_matches.
11838
11839 2014-09-09 Doug Evans <xdje42@gmail.com>
11840
11841 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11842
11843 2014-09-09 Yao Qi <yao@codesourcery.com>
11844
11845 * gdb.mi/mi-var-display.exp: Set print symbol off.
11846
11847 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11848
11849 PR gdb/17035
11850 * gdb.base/commands.exp: Add tests to verify user-defined
11851 commands with empty bodies.
11852 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11853 python commands in `show user command`.
11854 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11855 scheme commands in `show user command`.
11856
11857 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11858
11859 PR python/17355
11860 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11861 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11862 * gdb.python/py-framefilter-invalidarg.exp: New file.
11863 * gdb.python/py-framefilter-invalidarg.py: New file.
11864
11865 2014-09-06 Doug Evans <xdje42@gmail.com>
11866
11867 PR 15276
11868 * gdb.python/py-caller-is.c: New file.
11869 * gdb.python/py-caller-is.exp: New file.
11870
11871 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11872
11873 PR gdb/17235
11874 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11875 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11876
11877 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11878
11879 PR fortran/17237
11880 * gdb.fortran/print-formatted.exp: New file.
11881 * gdb.fortran/print-formatted.f90: Likewise.
11882
11883 2014-09-03 Sasha Smundak <asmundak@google.com>
11884
11885 * gdb.python/py-frame.exp: Test Frame.read_register.
11886
11887 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11888
11889 PR python/16699
11890 * gdb.python/py-completion.exp: New file.
11891 * gdb.python/py-completion.py: Likewise.
11892
11893 2014-08-28 Doug Evans <dje@google.com>
11894
11895 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11896 eax,etc. are live with values set by gdb and thus the compiler can't
11897 use them.
11898 * gdb.arch/i386-pseudo.c (main): Ditto.
11899
11900 2014-08-27 Doug Evans <dje@google.com>
11901
11902 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11903
11904 2014-08-25 Doug Evans <dje@google.com>
11905
11906 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11907 (main): Ditto.
11908
11909 2014-08-25 Doug Evans <dje@google.com>
11910
11911 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11912
11913 2014-08-24 Yao Qi <yao@codesourcery.com>
11914
11915 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11916 symbol off.
11917 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11918
11919 2014-08-22 Doug Evans <dje@google.com>
11920
11921 PR 17276
11922 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11923 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11924 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11925
11926 2014-08-22 Yao Qi <yao@codesourcery.com>
11927
11928 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11929 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11930 * gdb.python/python.exp: Likewise. Use .py file on the host
11931 instead of the build.
11932
11933 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11934
11935 * gdb.threads/gcore-stale-thread.c: New file.
11936 * gdb.threads/gcore-stale-thread.exp: New file.
11937
11938 2014-08-21 Pedro Alves <palves@redhat.com>
11939
11940 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11941 * gdb.base/gcore-relro-pie.exp: Likewise.
11942 * gdb.base/gcore-relro.exp: Likewise.
11943 * gdb.base/gcore.exp: Likewise.
11944 * gdb.base/print-symbol-loading.exp: Likewise.
11945 * gdb.threads/gcore-thread.exp: Likewise.
11946 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11947
11948 2014-08-20 Pedro Alves <palves@redhat.com>
11949 Jan Kratochvil <jan.kratochvil@redhat.com>
11950
11951 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11952 configure.
11953 (EXPECT): Handle READ1 being set.
11954 (all): Depend on EXTRA_RULES.
11955 (check-read1, expect-read1, read1.so, read1): New rules.
11956 * README (Testsuite Parameters): Document the READ1 make variable.
11957 (Race detection): New section.
11958 * configure: Regenerate.
11959 * configure.ac: If build==host==target, and running under a
11960 GNU/glibc system, add read1 to the extra Makefile rules.
11961 (EXTRA_RULES): AC_SUBST it.
11962 * lib/read1.c: New file.
11963
11964 2014-08-20 Joel Brobecker <brobecker@adacore.com>
11965
11966 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11967 the handling of variables declared as a typedef to an array
11968 which a DW_AT_data_location attribute.
11969
11970 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
11971 Pedro Alves <palves@redhat.com>
11972
11973 PR symtab/14604
11974 PR symtab/14605
11975 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11976 gdb_test.
11977
11978 2014-08-19 Pedro Alves <palves@redhat.com>
11979
11980 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11981
11982 2014-08-19 Yao Qi <yao@codesourcery.com>
11983
11984 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11985 right line.
11986
11987 2014-08-18 David Blaikie <dblaikie@gmail.com>
11988
11989 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11990
11991 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11992
11993 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11994 attribute in array range.
11995
11996 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11997
11998 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11999
12000 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12001
12002 PR c++/17132
12003 * gdb.cp/pr17132.cc: New file.
12004 * gdb.cp/pr17132.exp: New file.
12005
12006 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12007
12008 * gdb.python/py-xmethods.py (A_getarrayind)
12009 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12010 Use 'print' with function call syntax.
12011 (E_method_matcher.match): Fix tab vs space indentation mixup.
12012
12013 2014-08-15 Yao Qi <yao@codesourcery.com>
12014
12015 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12016 false.
12017
12018 2014-08-15 Yao Qi <yao@codesourcery.com>
12019
12020 * gdb.cp/casts.exp: Set print symbol off.
12021 * gdb.cp/class2.exp: Likewise.
12022 * gdb.cp/overload.exp: Likewise.
12023 * gdb.cp/templates.exp: Likewise.
12024
12025 2014-08-11 Doug Evans <dje@google.com>
12026
12027 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12028 (test_load_shlib): Update.
12029
12030 2014-08-09 Yao Qi <yao@codesourcery.com>
12031
12032 * gdb.base/display.exp: Invoke is_address_zero_readable.
12033 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12034 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12035 * gdb.base/hbreak-unmapped.exp: Return if
12036 is_address_zero_readable returns true.
12037 * gdb.base/signest.exp: Likewise.
12038 * gdb.base/signull.exp: Likewise.
12039 * gdb.base/sigbpt.exp: Likewise.
12040 * gdb.guile/scm-disasm.exp: Do the test if
12041 is_address_zero_readable returns false.
12042 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12043 * gdb.python/py-arch.exp: Likewise.
12044 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12045 * lib/gdb.exp (is_address_zero_readable): New proc.
12046
12047 2014-08-09 Yao Qi <yao@codesourcery.com>
12048
12049 PR testsuite/13443
12050 * gdb.mi/mi-var-display.exp: Make test messages unique.
12051
12052 2014-08-04 Tom Tromey <tromey@redhat.com>
12053
12054 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12055 target 0".
12056
12057 2014-08-04 Tom Tromey <tromey@redhat.com>
12058
12059 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12060 "target_resume".
12061
12062 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12063
12064 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12065 inner_vla_struct_object_size.
12066 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12067 as xfail.
12068
12069 2014-07-30 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12072 comment.
12073
12074 2014-07-29 Yao Qi <yao@codesourcery.com>
12075
12076 PR gdb/17206
12077 * gdb.base/until-nodebug.exp: New.
12078
12079 2014-07-28 Doug Evans <xdje42@gmail.com>
12080
12081 PR guile/17203
12082 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12083 previously existing parameter, and previously ambiguously spelled
12084 parameter.
12085
12086 2014-07-28 Will Newton <will.newton@linaro.org>
12087
12088 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12089
12090 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12091 Doug Evans <xdje42@gmail.com>
12092
12093 PR guile/17146
12094 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12095
12096 2014-07-25 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.threads/signal-command-handle-nopass.c: New file.
12099 * gdb.threads/signal-command-handle-nopass.exp: New file.
12100 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12101 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12102 * gdb.threads/signal-delivered-right-thread.c: New file.
12103 * gdb.threads/signal-delivered-right-thread.exp: New file.
12104
12105 2014-07-25 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.base/double-prompt-target-event-error.exp
12108 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12109 match.
12110 (cancel_pagination_in_target_event): Rework double prompt
12111 detection.
12112 * gdb.base/paginate-after-ctrl-c-running.exp
12113 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12114 <return>' match.
12115 * gdb.base/paginate-bg-execution.exp
12116 (test_bg_execution_pagination_return)
12117 (test_bg_execution_pagination_cancel): Remove '-notransfer
12118 <return>' matches.
12119 * gdb.base/paginate-execution-startup.exp
12120 (test_fg_execution_pagination_return)
12121 (test_fg_execution_pagination_cancel): Remove '-notransfer
12122 <return>' matches.
12123 * gdb.base/paginate-inferior-exit.exp
12124 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12125 match.
12126 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12127 * lib/gdb.exp (pagination_prompt): Run text through
12128 string_to_regexp.
12129 (gdb_test_multiple): Match $pagination_prompt instead of
12130 "<return>".
12131 (string_to_regexp): Move to lib/gdb-utils.exp.
12132
12133 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12134
12135 * gdb.arch/amd64-entry-value-paramref.S: New file.
12136 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12137 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12138 * gdb.arch/amd64-optimout-repeat.S: New file.
12139 * gdb.arch/amd64-optimout-repeat.c: New file.
12140 * gdb.arch/amd64-optimout-repeat.exp: New file.
12141
12142 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12143
12144 PR gdb/17170
12145 * gdb.base/statistics.exp: New file.
12146
12147 2014-07-17 Doug Evans <dje@google.com>
12148
12149 PR gdb/17170
12150 * gdb.base/maint.exp: Update testing of per-command stats.
12151
12152 2014-07-16 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12155 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12156 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12157 (tfile_write_buf): New functions.
12158 (add_memory_block): Rewrite using the above.
12159 (adjust_function_address): New function.
12160 (FUNCTION_ADDRESS): New macro.
12161 (write_basic_trace_file): Remove short_x local, and use
12162 tfile_write_16. Change type of func_addr local to unsigned long
12163 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12164 here. Cast argument of add_memory_block to char pointer.
12165 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12166 (main): Remove parameters.
12167 * gdb.trace/tfile.exp: Remove nowarnings.
12168
12169 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12170
12171 * gdb.base/debug-expr.exp: Test string evaluation with
12172 "debug expression" on.
12173
12174 2014-07-15 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.base/reread.exp: Use clean_restart.
12177
12178 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12179
12180 * gdb.arch/avr-flash-qualifer.c: New.
12181 * gdb.arch/avr-flash-qualifer.exp: New.
12182
12183 2014-07-14 Pedro Alves <palves@redhat.com>
12184
12185 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12186 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12187
12188 2014-07-14 Pedro Alves <palves@redhat.com>
12189
12190 * gdb.base/double-prompt-target-event-error.c: New file.
12191 * gdb.base/double-prompt-target-event-error.exp: New file.
12192
12193 2014-07-14 Pedro Alves <palves@redhat.com>
12194
12195 PR gdb/17072
12196 * gdb.base/paginate-inferior-exit.c: New file.
12197 * gdb.base/paginate-inferior-exit.exp: New file.
12198
12199 2014-07-14 Pedro Alves <palves@redhat.com>
12200
12201 PR gdb/17072
12202 * gdb.base/paginate-bg-execution.c: New file.
12203 * gdb.base/paginate-bg-execution.exp: New file.
12204
12205 2014-07-14 Pedro Alves <palves@redhat.com>
12206
12207 PR gdb/17072
12208 * gdb.base/paginate-execution-startup.c: New file.
12209 * gdb.base/paginate-execution-startup.exp: New file.
12210 * lib/gdb.exp (pagination_prompt): New global.
12211 (default_gdb_spawn): New procedure, factored out from
12212 default_gdb_spawn.
12213 (default_gdb_start): Adjust to call default_gdb_spawn.
12214 (gdb_spawn): New procedure.
12215
12216 2014-07-14 Pedro Alves <palves@redhat.com>
12217
12218 * lib/gdb.exp (gdb_assert): New procedure.
12219 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12220
12221 2014-07-14 Pedro Alves <palves@redhat.com>
12222
12223 * gdb.base/execution-termios.c: New file.
12224 * gdb.base/execution-termios.exp: New file.
12225
12226 2014-07-14 Tom Tromey <tromey@redhat.com>
12227
12228 * gdb.cp/vla-cxx.cc: New file.
12229 * gdb.cp/vla-cxx.exp: New file.
12230
12231 2014-07-14 Tom Tromey <tromey@redhat.com>
12232
12233 * gdb.reverse/rerun-prec.c: New file.
12234 * gdb.reverse/rerun-prec.exp: New file.
12235
12236 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12237 Maciej W. Rozycki <macro@codesourcery.com>
12238
12239 * lib/gdb-utils.exp: New file.
12240 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12241 inline `gdb_init_command' processing.
12242 (gdb_start_cmd): Likewise.
12243 * lib/mi-support.exp (mi_run_cmd): Likewise.
12244 * README: Document `gdb_init_command' and `gdb_init_commands'.
12245
12246 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12247
12248 Fix false FAIL running under a very long directory name.
12249 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12250 and "set print elements 10000". Twice.
12251
12252 2014-07-11 Yao Qi <yao@codesourcery.com>
12253
12254 * gdb.base/exprs.exp: "set print symbol off".
12255
12256 2014-07-11 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.threads/kill.c: New file.
12259 * gdb.threads/kill.exp: New file.
12260
12261 2014-07-10 Yao Qi <yao@codesourcery.com>
12262
12263 * gdb.trace/tfile.c (write_basic_trace_file)
12264 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12265 address written to trace file.
12266
12267 2014-07-09 Pedro Alves <palves@redhat.com>
12268
12269 * gdb.base/attach-wait-input.exp: New file.
12270 * gdb.base/attach-wait-input.c: New file.
12271
12272 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12273
12274 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12275 setting up test structures.
12276 (main): Call new test function.
12277 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12278 test function, continue into test function and walk test
12279 structures.
12280
12281 2014-07-02 Yao Qi <yao@codesourcery.com>
12282
12283 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12284 'bar_start' at the beginning of functions 'foo' and 'bar'
12285 respectively.
12286 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12287 instead of 'foo' and 'bar'.
12288
12289 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12290
12291 * gdb.btrace/segv.exp: New.
12292 * gdb.btrace/segv.c: New.
12293
12294 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12295
12296 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12297 instruction.
12298
12299 2014-06-30 Mark Wielaard <mjw@redhat.com>
12300
12301 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12302 vulture, vilify, villar): New volatile array constants.
12303 (vindictive, vegetation): New const volatile array constants.
12304 * gdb.base/volatile.exp: Test volatile and const volatile array
12305 types.
12306
12307 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12308
12309 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12310 target lacks support for awatch, rwatch, or hbreak.
12311
12312 2014-06-27 Yao Qi <yao@codesourcery.com>
12313
12314 * gdb.multi/dummy-frame-restore.exp: New.
12315 * gdb.multi/dummy-frame-restore.c: New.
12316
12317 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12318
12319 * gdb.btrace/gcore.exp: New.
12320
12321 2014-06-23 Pedro Alves <palves@redhat.com>
12322
12323 * gdb.base/watchpoint-reuse-slot.c: New file.
12324 * gdb.base/watchpoint-reuse-slot.exp: New file.
12325
12326 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12327
12328 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12329 progspace's filename in 'info', 'enable' and 'disable' command
12330 tests.
12331
12332 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12333
12334 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12335 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12336 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12337
12338 2014-06-20 Gary Benson <gbenson@redhat.com>
12339
12340 * gdb.arch/i386-avx.exp: Fix include file location.
12341 * gdb.arch/i386-sse.exp: Likewise.
12342
12343 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12344
12345 * gdb.dlang/expression.exp: New file.
12346
12347 2014-06-19 Pedro Alves <palves@redhat.com>
12348
12349 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12350 out from ...
12351 (top level): ... here. Iterate running tests under different
12352 scheduler-locking settings.
12353
12354 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12355
12356 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12357 to DW_FORM_addr and use non-zero addresses.
12358
12359 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12360
12361 PR gdb/17017
12362 * gdb.python/py-xmethods.cc: Add global function call counters and
12363 increment them in their respective functions. Remove "cout"
12364 statements.
12365 * gdb.python/py-xmethods.exp: Make tests check the global function
12366 call counters instead of depending on inferior IO.
12367
12368 2014-06-18 Don Breazeal <donb@codesourcery.com>
12369
12370 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12371 Deleted procedure.
12372 (explicit_fork_parent_follow): Deleted procedure.
12373 (explicit_fork_child_follow): Deleted procedure.
12374 (test_follow_fork): New procedure.
12375 (do_fork_tests): Replace calls to deleted procedures with
12376 calls to test_follow_fork and reset GDB for subsequent
12377 procedure calls.
12378
12379 2014-06-17 Yao Qi <yao@codesourcery.com>
12380
12381 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12382 CP1252.
12383
12384 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12385
12386 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12387 Initialize ptr and S explicitly.
12388 (skip_type_update_when_not_use_rtti_test): Likewise.
12389
12390 2014-06-16 Keith Seitz <keiths@redhat.com>
12391
12392 PR mi/15863
12393 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12394 the inferior is started.
12395
12396 2014-06-16 Pedro Alves <palves@redhat.com>
12397
12398 * gdb.base/break-main-file-remove-fail.c: New file.
12399 * gdb.base/break-main-file-remove-fail.exp: New file.
12400 * gdb.base/break-unload-file.exp: Use build_executable instead of
12401 prepare_for_testing.
12402 (test_break): New parameter "initial_load". Handle it.
12403 (top level): Add initial_load cmdline/file axis.
12404
12405 2014-06-12 Tom Tromey <tromey@redhat.com>
12406
12407 * gdb.base/completion.exp: Don't use directory name in test.
12408
12409 2014-06-09 Gary Benson <gbenson@redhat.com>
12410
12411 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12412 separate the always-available ANSI-standard signals from the
12413 signals that require checking.
12414 (main): Likewise.
12415 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12416 Likewise.
12417 (main): Likewise.
12418
12419 2014-06-07 Keith Seitz <keiths@redhat.com>
12420
12421 Revert:
12422 PR c++/16253
12423 * gdb.cp/var-tag.cc: New file.
12424 * gdb.cp/var-tag.exp: New file.
12425 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12426 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12427 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12428 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12429
12430 2014-06-06 Doug Evans <xdje42@gmail.com>
12431
12432 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12433
12434 2014-06-06 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12437 in target debug output instead of looking at RSP packets,
12438 disabling the test on any target that uses hardware stepping.
12439 Update comments.
12440
12441 2014-06-06 Pedro Alves <palves@redhat.com>
12442
12443 * gdb.base/break-unload-file.exp: Fix typo.
12444
12445 2014-06-06 Yao Qi <yao@codesourcery.com>
12446
12447 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12448 from "jit_function" to "^jit_function".
12449
12450 2014-06-06 Yao Qi <yao@codesourcery.com>
12451
12452 * gdb.base/async.c (foo): Add one statement.
12453 * gdb.base/async.exp: Get the next instruction address and
12454 match the output of "nexti" by instruction address. Match
12455 the hex address in the output of "finish".
12456
12457 2014-06-06 Gary Benson <gbenson@redhat.com>
12458
12459 * gdb.base/call-signals.c: Remove preprocessor conditionals
12460 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12461 SIGSEGV and SIGTERM.
12462 * gdb.base/sigall.c: Likewise.
12463 * gdb.base/unwindonsignal.c: Likewise.
12464 * gdb.reverse/sigall-reverse.c: Likewise.
12465
12466 2014-06-06 Yao Qi <yao@codesourcery.com>
12467
12468 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12469 readable, skip the test.
12470
12471 2014-06-06 Yao Qi <yao@codesourcery.com>
12472
12473 * gdb.threads/staticthreads.c (thread_function): Move the line
12474 setting breakpoint on forward.
12475 * gdb.threads/staticthreads.exp: Update comments.
12476
12477 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12478
12479 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12480 "history-append! type error".
12481
12482 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12483
12484 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12485 erroneous dprintf expected input.
12486
12487 2014-06-04 Doug Evans <xdje42@gmail.com>
12488
12489 * gdb.guile/scm-generics.exp: Delete.
12490
12491 2014-06-04 Doug Evans <xdje42@gmail.com>
12492
12493 * gdb.guile/scm-breakpoint.exp: Update.
12494 Add tests for breakpoint registration.
12495
12496 2014-06-04 Tom Tromey <tromey@redhat.com>
12497
12498 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12499 VLA-in-union.
12500 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12501 inner_vla_struct, vla_union types. Initialize objects of those
12502 types and compute their sizes.
12503
12504 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12505 Hui Zhu <hui@codesourcery.com>
12506
12507 * gdb.base/fileio.exp: Add test for shell not available as well as
12508 available.
12509 * gdb.base/fileio.c (test_system): Check for shell twice.
12510
12511 2014-06-04 Yao Qi <yao@codesourcery.com>
12512
12513 * gdb.base/auto-connect-native-target.exp: Remove redundant
12514 space from the regexp pattern.
12515
12516 2014-06-04 Yao Qi <yao@codesourcery.com>
12517
12518 * gdb.base/default.exp: Replace "child" with "native" in
12519 regexp pattern.
12520
12521 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12522
12523 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12524 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12525 * gdb.python/py-xmethods.py: Python script supporting the
12526 new testcase and tests.
12527
12528 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12529 Pedro Alves <palves@redhat.com>
12530
12531 PR breakpoints/17000
12532 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12533 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12534
12535 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12536
12537 * gdb.base/subst.exp: Add tests to verify partial path matching
12538 output.
12539
12540 2014-06-03 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12543 target that doesn't use software single-stepping.
12544
12545 2014-06-03 Pedro Alves <palves@redhat.com>
12546
12547 PR breakpoints/17000
12548 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12549 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12550
12551 2014-06-02 Doug Evans <xdje42@gmail.com>
12552
12553 * gdb.guile/scm-parameter.exp: New file.
12554
12555 2014-06-02 Doug Evans <xdje42@gmail.com>
12556
12557 * gdb.guile/scm-cmd.c: New file.
12558 * gdb.guile/scm-cmd.exp: New file.
12559
12560 2014-06-02 Doug Evans <xdje42@gmail.com>
12561
12562 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12563 pretty-printer lookup.
12564 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12565 (make-pp_s-printer): Call it.
12566 (make-pretty-printer-from-dict): New function.
12567 (lookup-pretty-printer-maker-from-dict): New function.
12568 (*pretty-printer*): Simplify.
12569 (make-objfile-pp_s-printer): New function.
12570 (install-objfile-pretty-printers!): New function.
12571 (make-progspace-pp_s-printer): New function.
12572 (install-progspace-pretty-printers!): New function.
12573 * gdb.guile/scm-progspace.c: New file.
12574 * gdb.guile/scm-progspace.exp: New file.
12575
12576 2014-06-02 Pedro Alves <palves@redhat.com>
12577
12578 * gdb.base/dprintf-bp-same-addr.c: New file.
12579 * gdb.base/dprintf-bp-same-addr.exp: New file.
12580
12581 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12582
12583 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12584 * gdb.arch/powerpc-power.s: Likewise.
12585
12586 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12587
12588 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12589
12590 2014-06-01 Yao Qi <yao@codesourcery.com>
12591
12592 * gdb.base/watchpoint.exp (test_watch_location): Check null
12593 pointer can be dereferenced. If not, do the test, otherwise
12594 skip it.
12595
12596 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12597
12598 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12599 results.
12600 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12601
12602 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12603
12604 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12605 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12606 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12607 * gdb.arch/amd64-invalid-stack-top.c: New file.
12608 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12609
12610 2014-05-30 Pedro Alves <palves@redhat.com>
12611
12612 PR breakpoints/17000
12613 * gdb.base/sss-bp-on-user-bp.c: New file.
12614 * gdb.base/sss-bp-on-user-bp.exp: New file.
12615
12616 2014-05-30 David Blaikie <dblaikie@gmail.com>
12617
12618 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12619 gnu_inline semantics via attribute.
12620 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12621 source explicitly specifies the required semantics.
12622
12623 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12624
12625 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12626
12627 2014-05-29 Pedro Alves <palves@redhat.com>
12628 Tom Tromey <tromey@redhat.com>
12629
12630 * gdb.base/async-shell.exp: Don't enable target-async.
12631 * gdb.base/async.exp
12632 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12633 parameter. Adjust.
12634 (top level): Don't test with "target-async".
12635 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12636 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12637 * gdb.base/inferior-died.exp: Don't enable target-async.
12638 * gdb.base/interrupt-noterm.exp: Likewise.
12639 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12640 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12641 * gdb.mi/mi-nonstop.exp: Likewise.
12642 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12643 * gdb.mi/mi-nsintrall.exp: Likewise.
12644 * gdb.mi/mi-nsmoribund.exp: Likewise.
12645 * gdb.mi/mi-nsthrexec.exp: Likewise.
12646 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12647 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12648 * gdb.python/py-evsignal.exp: Don't enable target-async.
12649 * gdb.python/py-evthreads.exp: Likewise.
12650 * gdb.python/py-prompt.exp: Likewise.
12651 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12652 * gdb.server/solib-list.exp: Don't enable target-async.
12653 * gdb.threads/thread-specific-bp.exp: Likewise.
12654 * lib/mi-support.exp: Adjust to use mi-async.
12655
12656 2014-05-29 Pedro Alves <palves@redhat.com>
12657
12658 PR gdb/13860
12659 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12660 reason, even in sync mode.
12661
12662 2014-05-29 Pedro Alves <palves@redhat.com>
12663 Hui Zhu <hui@codesourcery.com>
12664
12665 PR PR15693
12666 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12667 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12668 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12669 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12670
12671 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12672
12673 * config/monitor.exp (gdb_target_monitor): Replace use of
12674 "set remotebaud" by "set serial baud".
12675
12676 2014-05-26 Andy Wingo <wingo@igalia.com>
12677
12678 * gdb.guile/scm-breakpoint.exp:
12679 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12680 properties instead of gdb-object-properties.
12681
12682 2014-05-26 Yao Qi <yao@codesourcery.com>
12683
12684 * gdb.server/no-thread-db.exp: Specify source file name
12685 explicitly when setting a breakpoint.
12686
12687 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12688
12689 * gdb.btrace/vdso.c: New.
12690 * gdb.btrace/vdso.exp: New.
12691
12692 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12693
12694 * gdb.base/gcore.exp (capture_command_output): Move ...
12695 * lib/gdb.exp (capture_command_output): ... here.
12696
12697 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12698
12699 * gdb.btrace/data.exp: Test memory access during btrace replay.
12700
12701 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12704
12705 2014-05-21 Pedro Alves <palves@redhat.com>
12706
12707 PR gdb/13860
12708 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12709 (top level): Test that output related to execution commands is
12710 sent to the console with CLI commands, but not with MI commands.
12711 Test that breakpoint events are always mirrored to the console.
12712 Also expect the new source line to be output after a "next" in
12713 async mode too. Make it a pass/fail test.
12714 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12715 output.
12716 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12717
12718 2014-05-21 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12721 Use them to test variations of "list" after reaching a breakpoint.
12722 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12723 Test "list" with listsize 10 after reaching a breakpoint.
12724 * gdb.python/python.exp (decode_line current location line
12725 number): Adjust expected line number.
12726
12727 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12728
12729 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12730 behavior for $args, pass it directly to "run".
12731
12732 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12733
12734 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12735 30000 to 65536.
12736
12737 2014-05-21 Pedro Alves <palves@redhat.com>
12738
12739 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12740 auto-connect-native-target off".
12741 * gdb.base/auto-connect-native-target.c: New file.
12742 * gdb.base/auto-connect-native-target.exp: New file.
12743
12744 2014-05-21 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.base/default.exp: Test "target native" instead of "target
12747 child".
12748
12749 2014-05-21 Mark Wielaard <mjw@redhat.com>
12750
12751 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12752
12753 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12754
12755 Fix TLS access for -static -pthread.
12756 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12757 <HAVE_TLS> (thread_function, main): Initialize it.
12758 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12759 Add clean_restart.
12760 <$have_tls != "">: Check TLSVAR.
12761
12762 2014-05-21 Pedro Alves <palves@redhat.com>
12763
12764 * gdb.base/dcache-line-read-error.c: New.
12765 * gdb.base/dcache-line-read-error.exp: New.
12766
12767 2014-05-20 Pedro Alves <palves@redhat.com>
12768
12769 * gdb.base/compare-sections.c: New file.
12770 * gdb.base/compare-sections.exp: New file.
12771
12772 2014-05-20 Pedro Alves <palves@redhat.com>
12773
12774 * gdb.base/break-idempotent.c: New file.
12775 * gdb.base/break-idempotent.exp: New file.
12776
12777 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12778
12779 * gdb.btrace/nohist.exp: New.
12780
12781 2014-05-20 Yao Qi <yao@codesourcery.com>
12782
12783 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12784 gdb.reverse directory and gdb_reverse_timeout exists in board
12785 setting.
12786 * README: Document gdb_reverse_timeout.
12787
12788 2014-05-20 Yao Qi <yao@codesourcery.com>
12789
12790 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12791 'test_file_name'. Treat args as a string instead of a list.
12792 (gdb_init): Rename argument 'args' by 'test_file_name'.
12793
12794 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12795
12796 * gdb.arch/powerpc-power.exp: New file.
12797 * gdb.arch/powerpc-power.s: New file.
12798
12799 2014-05-16 Doug Evans <dje@google.com>
12800
12801 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
12802 * gdb.base/completion.exp: Check that all expected files exist
12803 before doing file completion.
12804
12805 2014-05-16 Doug Evans <dje@google.com>
12806
12807 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12808 Update.
12809 (do_syscall_tests_without_xml): Update.
12810
12811 2014-05-16 Pedro Alves <palves@redhat.com>
12812
12813 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12814 instead of "unknown output after running".
12815
12816 2014-05-16 Yao Qi <yao@codesourcery.com>
12817
12818 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12819 file1.txt from host at the end.
12820 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12821
12822 2014-05-15 Doug Evans <dje@google.com>
12823
12824 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12825 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12826 loading file. Add test for TU lookup.
12827
12828 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12829
12830 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12831 calling "-exec-arguments" or "set args" before running the
12832 inferior.
12833
12834 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12835
12836 * lib/mi-support.exp (mi_expect_stop): Expect message for
12837 inferiors that exit with non-zero exit code.
12838
12839 2014-05-14 Yao Qi <yao@codesourcery.com>
12840
12841 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12842 match absolute path on remote host.
12843 (test_file_list_exec_source_files): Remove "/" from the
12844 pattern.
12845
12846 2014-05-14 Yao Qi <yao@codesourcery.com>
12847
12848 * boards/local-remote-host-notty.exp (${board}_file): New
12849 proc.
12850
12851 2014-05-07 Kyle McMartin <kyle@redhat.com>
12852
12853 Pushed by Joel Brobecker <brobecker@adacore.com>.
12854 * gdb.arch/aarch64-atomic-inst.c: New file.
12855 * gdb.arch/aarch64-atomic-inst.exp: New file.
12856
12857 2014-05-07 Yao Qi <yao@codesourcery.com>
12858
12859 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12860 in current context" too.
12861
12862 2014-05-05 Keith Seitz <keiths@redhat.com>
12863
12864 * gdb.linespec/ls-dollar.exp: Add test for linespec
12865 file:convenience_variable.
12866
12867 2014-05-05 Yao Qi <yao@codesourcery.com>
12868
12869 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12870 traceframes into tfile and ctf trace files. Read data from
12871 trace file and test collected data.
12872 (gdb_collect_locals_test): Likewise.
12873 (gdb_unavailable_registers_test): Likewise.
12874 (gdb_unavailable_floats): Likewise.
12875 (gdb_collect_globals_test): Likewise.
12876 (top-level): Append "ctf" to trace_file_targets if GDB
12877 supports.
12878
12879 2014-05-05 Yao Qi <yao@codesourcery.com>
12880
12881 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12882 code to ...
12883 (gdb_collect_args_test_1): ... it. New proc.
12884 (gdb_collect_locals_test): Move some code to ...
12885 (gdb_collect_locals_test_1): ... it. New proc.
12886 (gdb_unavailable_registers_test): Move some code to ...
12887 (gdb_unavailable_registers_test_1): ... it. New proc.
12888 (gdb_unavailable_floats): Move some code to ...
12889 (gdb_unavailable_floats_1): ... it. New proc.
12890
12891 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12892
12893 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12894 probes to test for bitness recognition.
12895 * gdb.arch/amd64-stap-optional-prefix.exp
12896 (test_probe_value_without_reg): New procedure.
12897 Add code to test for different kinds of bitness.
12898
12899 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12900
12901 PR breakpoints/16889
12902 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12903 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12904
12905 2014-05-01 Pedro Alves <palves@redhat.com>
12906
12907 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12908 gdb_file_cmd if no file is specified.
12909 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12910 last_loaded_file to set the remote exec-file.
12911
12912 2014-05-01 Pedro Alves <palves@redhat.com>
12913
12914 * boards/local-remote-host.exp: New file.
12915
12916 2014-05-01 Pedro Alves <palves@redhat.com>
12917
12918 * boards/local-remote-host.exp: Rename to ...
12919 * boards/local-remote-host-notty.exp: ... this.
12920
12921 2014-04-28 Joel Brobecker <brobecker@adacore.com>
12922
12923 * gdb.ada/dyn_arrayidx: New testcase.
12924
12925 2014-04-26 Yao Qi <yao@codesourcery.com>
12926
12927 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12928 and compute the length of function main. Save it in
12929 $main_length.
12930 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12931 (top-level): Use gdb_compile to compile objects into
12932 executable and restart GDB. Remove invocation to
12933 prepare_for_testing.
12934
12935 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12936 Pedro Alves <palves@redhat.com>
12937
12938 PR server/16255
12939 * gdb.multi/multi-attach.c: New file.
12940 * gdb.multi/multi-attach.exp: New file.
12941
12942 2014-04-25 Pedro Alves <palves@redhat.com>
12943
12944 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12945 user.
12946 (top level): Test that "set remote conditional-breakpoints-packet
12947 off" works as intended.
12948 * gdb.base/dprintf.exp: Test that "set remote
12949 breakpoint-commands-packet off" works as intended.
12950 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12951 New function.
12952 (top level): Call it.
12953 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12954 remote fast-tracepoints-packet off" works as intended.
12955 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12956 * lib/gdb.exp (gdb_is_target_remote): ... here.
12957
12958 2014-04-24 David Blaikie <dblaikie@gmail.com>
12959
12960 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12961 ensure clang would not discard them.
12962 * gdb.base/gdbvars.c: Ditto.
12963 * gdb.base/memattr.c: Ditto.
12964 * gdb.base/whatis.c: Ditto.
12965 * gdb.python/py-prettyprint.c: Ditto.
12966 * gdb.trace/actions.c: Ditto.
12967 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12968 ensure clang would not discard it.
12969
12970 2014-04-24 David Blaikie <dblaikie@gmail.com>
12971
12972 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12973 clang to emit the full definition of type required by the test
12974 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12975
12976 2014-04-24 David Blaikie <dblaikie@gmail.com>
12977
12978 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12979 coax Clang into emitting the definition of the type.
12980 * gdb.cp/pr10728-x.h (y): Ditto.
12981 * gdb.cp/pr10728-y.cc (y): Ditto.
12982
12983 2014-04-24 David Blaikie <dblaikie@gmail.com>
12984
12985 * gdb.base/label.exp: XFAIL label related tests under Clang.
12986 * gdb.cp/cplabel.exp: Ditto.
12987 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12988 under Clang those using labels.
12989
12990 2014-04-25 Yao Qi <yao@codesourcery.com>
12991
12992 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12993 double_label.
12994 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12995 partial_label and double_label.
12996
12997 2014-04-24 David Blaikie <dblaikie@gmail.com>
12998
12999 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13000
13001 2014-04-24 David Blaikie <dblaikie@gmail.com>
13002
13003 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13004 of the function to work across GCC and Clang.
13005 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13006 pointer types (const void ** const V void **).
13007
13008 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13009 Walfred Tedeschi <walfred.tedeschi@intel.com>
13010
13011 * Makefile.in (EXECUTABLES): Added i386-avx512.
13012 * gdb.arch/i386-avx512.c: New file.
13013 * gdb.arch/i386-avx512.exp: Likewise.
13014
13015 2014-04-23 Keith Seitz <keiths@redhat.com>
13016
13017 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13018 (mi_make_breakpoint_table): New procedure.
13019 (mi_create_breakpoint): Use mi_make_breakpoint
13020 and return the result.
13021 (mi_make_breakpoint): New procedure.
13022 (mi_build_kv_pairs): New procedure.
13023
13024 * gdb.mi/mi-break.exp: Remove unused globals,
13025 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13026 All callers updated.
13027 * gdb.mi/mi-dprintf.exp: Use variable to track command
13028 number.
13029 Update all callers of mi_create_breakpoint and use
13030 mi_make_breakpoint_table.
13031 Remove any unused global variables.
13032 * gdb.mi/mi-nonstop.exp: Likewise.
13033 * gdb.mi/mi-nsintrall.exp: Likewise.
13034 * gdb.mi/mi-nsmoribund.exp: Likewise.
13035 * gdb.mi/mi-nsthrexec.exp: Likewise.
13036 * gdb.mi/mi-reverse.exp: Likewise.
13037 * gdb.mi/mi-simplerun.exp: Likewise.
13038 * gdb.mi/mi-stepn.exp: Likewise.
13039 * gdb.mi/mi-syn-frame.exp: Likewise.
13040 * gdb.mi/mi-until.exp: Likewise.
13041 * gdb.mi/mi-var-cp.exp: Likewise.
13042 * gdb.mi/mi-var-display.exp: Likewise.
13043 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13044 * gdb.mi/mi2-var-child.exp: Likewise.
13045 * gdb.mi/mi-vla-c99.exp: Likewise.
13046 * lib/mi-support.exp: Likewise.
13047
13048 From Ian Lance Taylor <iant@cygnus.com>:
13049 * lib/gdb.exp (parse_args): New procedure.
13050
13051 2014-04-23 Pedro Alves <palves@redhat.com>
13052
13053 * gdb.base/break-unload-file.c: New file.
13054 * gdb.base/break-unload-file.exp: New file.
13055 * gdb.base/sym-file-lib.c (baz): New function.
13056 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13057 field.
13058 (load): Store the segment's mapped size.
13059 (unload): New function.
13060 (unload_shlib): New function.
13061 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13062 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13063 set a breakpoint at baz, and call it.
13064 * gdb.base/sym-file.exp: New tests for stale breakpoint
13065 instructions.
13066
13067 2014-04-23 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13070 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13071 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13072 * gdb.base/hbreak-unmapped.c: New file.
13073 * gdb.base/hbreak-unmapped.exp: New file.
13074 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13075 * lib/gdb.exp (gdb_is_target_remote): ... here.
13076
13077 2014-04-22 Pedro Alves <palves@redhat.com>
13078
13079 * gdb.base/consecutive-step-over.c: New file.
13080 * gdb.base/consecutive-step-over.exp: New file.
13081
13082 2014-04-22 Pedro Alves <palves@redhat.com>
13083
13084 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13085 instead of send_gdb/gdb_expect.
13086
13087 2014-04-22 Yao Qi <yao@codesourcery.com>
13088
13089 * lib/trace-support.exp (generate_tracefile): New procedure.
13090 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13091 return 0.
13092 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13093 if generate_tracefile returns 1.
13094
13095 2014-04-18 Tom Tromey <palves@redhat.com>
13096 Pedro alves <tromey@redhat.com>
13097
13098 PR backtrace/15558
13099 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13100 with a backtrace limit.
13101 * gdb.python/py-frame-inline.exp: Test running to an inline
13102 function with a backtrace limit, and printing the newest frame.
13103 * gdb.python/py-frame-inline.c (main): Call f.
13104
13105 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13106
13107 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13108
13109 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13110
13111 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13112 Drop prefix from unsupported source file path.
13113
13114 2014-04-17 Yao Qi <yao@codesourcery.com>
13115
13116 * lib/gdb.exp (with_target_charset): New proc.
13117 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13118 with_target_charset.
13119 (test_print_strings): Likewise.
13120 (test_repeat_bytes): Likewise.
13121 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13122 for some tests.
13123
13124 2014-04-16 Keith Seitz <keiths@redhat.com>
13125
13126 PR gdb/15827
13127 * gdb.dwarf2/corrupt.c: New file.
13128 * gdb.dwarf2/corrupt.exp: New file.
13129
13130 2014-04-16 Keith Seitz <keiths@redhat.com>
13131
13132 PR c++/16597
13133 * gdb.cp/namelessclass.cc: New file.
13134 * gdb.cp/namelessclass.exp: New file.
13135 * gdb.cp/namelessclass.S: New file.
13136
13137 2014-04-16 Doug Evans <dje@google.com>
13138
13139 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13140 Add comment.
13141 (gdbserver_default_get_comm_port): New function.
13142 (gdbserver_start): Check if board file provided
13143 "gdbserver,get_comm_port" and use it if so.
13144 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13145 (gdb,socketport): Set to "stdio".
13146 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13147 (stdio_gdbserver_template): Delete.
13148 (${board}_get_remote_address): Update.
13149 (${board}_build_remote_cmd): Delete.
13150 (${board}_get_comm_port): New function.
13151 (${board}_spawn): Update.
13152 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13153 Delete.
13154 (${board}_get_remote_address): Update.
13155 (${board}_get_comm_port): New function.
13156
13157 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13158
13159 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13160 appearing in any order.
13161
13162 2014-04-15 Doug Evans <dje@google.com>
13163
13164 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13165 uninitialized value of "description".
13166
13167 2014-04-15 Keith Seitz <keiths@redhat.com>
13168
13169 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13170 Remove unused globals.
13171 (test_running_the_program): Likewise.
13172 (test_controlled_execution): Likewise.
13173 (test_controlling_breakpoints): Likewise.
13174 (test_program_termination): Likewise.
13175
13176 2014-04-15 Keith Seitz <keiths@redhat.com>
13177
13178 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13179 unused globals.
13180 (test_rbreak_creation_and_listing): Likewise.
13181 (test_ignore_count): Likewise.
13182 (test_error): Likewise.
13183
13184 2014-04-15 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13187 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13188 sym-file-loader.c.
13189 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13190 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13191 to sym-file-loader.c.
13192 (struct library): Forward declare.
13193 (load_shlib, lookup_function): Change prototypes.
13194 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13195 (translate_offset): Remove declarations.
13196 (get_text_addr): New declaration.
13197 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13198 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13199 sym-file-loader.h.
13200 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13201 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13202 here from sym-file-loader.h.
13203 (struct library): New structure.
13204 (load_shlib, lookup_function): Change prototypes and adjust to
13205 work with a struct library.
13206 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13207 (translate_offset): Make static.
13208 (get_text_addr): New function.
13209 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13210
13211 2014-04-15 Pedro Alves <palves@redhat.com>
13212
13213 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13214
13215 2014-04-15 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.base/sym-file-loader.c: Include <limits.h>.
13218 (SELF_LINK): New define.
13219 (get_origin): New function.
13220 (load_shlib): Use it.
13221 * gdb.base/sym-file.exp: Don't early return if the target is
13222 remote. Use runto_main, and issue fail is that fails. Use
13223 gdb_load_shlibs.
13224 (shlib_name): Delete.
13225 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13226
13227 2014-04-15 Pedro Alves <palves@redhat.com>
13228
13229 * gdb.base/sym-file.exp: Remove regex characters from test
13230 message. Don't refer to breakpoint numbers in test messages.
13231
13232 2014-04-14 Keith Seitz <keiths@redhat.com>
13233
13234 PR c++/16253
13235 * gdb.cp/var-tag.cc: New file.
13236 * gdb.cp/var-tag.exp: New file.
13237 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13238 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13239 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13240 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13241
13242 2014-04-14 Tom Tromey <tromey@redhat.com>
13243
13244 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13245 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13246 type.
13247 * gdb.cp/enum-class.exp: New file.
13248 * gdb.cp/enum-class.cc: New file.
13249
13250 2014-04-14 Tom Tromey <tromey@redhat.com>
13251
13252 * gdb.dwarf2/enum-type.exp: New file.
13253
13254 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13255
13256 * gdb.mi/mi-vla-c99.exp: New file.
13257 * gdb.mi/vla.c: New file.
13258
13259 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13260
13261 * gdb.base/vla-datatypes.c: New file.
13262 * gdb.base/vla-datatypes.exp: New file.
13263
13264 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13265
13266 * gdb.base/vla-ptr.c: New file.
13267 * gdb.base/vla-ptr.exp: New file.
13268
13269 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13270
13271 * gdb.dwarf2/count.exp: New file.
13272
13273 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13274
13275 * gdb.base/vla-sideeffect.c: New file.
13276 * gdb.base/vla-sideeffect.exp: New file.
13277
13278 2014-04-14 David Blaikie <dblaikie@gmail.com>
13279
13280 * gdb.mi/non-stop.c: Add return value for non-void function return
13281 statement.
13282 * gdb.threads/staticthreads.c: Ditto.
13283
13284 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13285 Doug Evans <xdje42@gmail.com>
13286
13287 * gdb.guile/scm-value.c: Improve test case.
13288 * gdb.guile/scm-value.exp: Add new test.
13289
13290 2014-04-11 David Blaikie <dblaikie@gmail.com>
13291
13292 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13293 override Clang's default.
13294
13295 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13296
13297 Revert the following changes (regressions):
13298
13299 * gdb.base/vla-sideeffect.c: New file.
13300 * gdb.base/vla-sideeffect.exp: New file.
13301
13302 * gdb.dwarf2/count.exp: New file.
13303
13304 * gdb.base/vla-multi.c: New file.
13305 * gdb.base/vla-multi.exp: New file.
13306
13307 * gdb.base/vla-ptr.c: New file.
13308 * gdb.base/vla-ptr.exp: New file.
13309
13310 * gdb.base/vla-datatypes.c: New file.
13311 * gdb.base/vla-datatypes.exp: New file.
13312
13313 * gdb.mi/mi-vla-c99.exp: New file.
13314 * gdb.mi/vla.c: New file.
13315
13316 2014-04-11 Keith Seitz <keiths@redhat.com>
13317
13318 PR c++/16675
13319 * gdb.cp/cpsizeof.exp: New file.
13320 * gdb.cp/cpsizeof.cc: New file.
13321
13322 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13323
13324 * gdb.mi/mi-vla-c99.exp: New file.
13325 * gdb.mi/vla.c: New file.
13326
13327 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13328
13329 * gdb.base/vla-datatypes.c: New file.
13330 * gdb.base/vla-datatypes.exp: New file.
13331
13332 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13333
13334 * gdb.base/vla-ptr.c: New file.
13335 * gdb.base/vla-ptr.exp: New file.
13336
13337 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13338
13339 * gdb.base/vla-multi.c: New file.
13340 * gdb.base/vla-multi.exp: New file.
13341
13342 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13343
13344 * gdb.dwarf2/count.exp: New file.
13345
13346 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13347
13348 * gdb.base/vla-sideeffect.c: New file.
13349 * gdb.base/vla-sideeffect.exp: New file.
13350
13351 2014-04-11 Yao Qi <yao@codesourcery.com>
13352
13353 * gdb.base/completion.exp: Check file exists before running tests
13354 on file completion.
13355
13356 2014-04-10 Pedro Alves <palves@redhat.com>
13357
13358 * gdb.base/cond-eval-mode.c: New file.
13359 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13360 prepare_for_testing to build the new file. Check result of
13361 runto_main.
13362 (test_break, test_watch): New procedures.
13363 (top level): Use them.
13364
13365 2014-04-08 Pierre Muller <muller@sourceware.org>
13366
13367 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13368 Ctrl-V use for mingw hosts.
13369
13370 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13371
13372 * gdb.python/py-value.c: Improve test case.
13373 * gdb.python/py-value.exp: Add new test.
13374
13375 2014-04-07 David Blaikie <dblaikie@gmail.com>
13376
13377 * lib/compiler.c: Identify the clang compiler.
13378 * lib/compiler.cc: Ditto.
13379
13380 2014-04-03 Yao Qi <yao@codesourcery.com>
13381
13382 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13383
13384 2014-04-01 Anton Blanchard <anton@samba.org>
13385
13386 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13387 messages unique.
13388
13389 2014-04-01 Anton Blanchard <anton@samba.org>
13390
13391 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13392 prepare_for_testing.
13393
13394 2014-04-01 Anton Blanchard <anton@samba.org>
13395
13396 * gdb.arch/ppc64-atomic-inst.c: Remove.
13397 * gdb.arch/ppc64-atomic-inst.S: New file.
13398 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13399
13400 2014-03-31 Doug Evans <dje@google.com>
13401
13402 * gdb.base/print-symbol-loading-lib.c: New file.
13403 * gdb.base/print-symbol-loading-main.c: New file.
13404 * gdb.base/print-symbol-loading.exp: New file.
13405
13406 2014-03-31 Yao Qi <yao@codesourcery.com>
13407
13408 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13409
13410 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13411
13412 * gdb.ada/mi_dyn_arr: New testcase.
13413
13414 2014-03-27 Doug Evans <dje@google.com>
13415
13416 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13417
13418 2014-03-27 Yao Qi <yao@codesourcery.com>
13419
13420 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13421 if target is nios2-*-*.
13422
13423 2014-03-26 Yao Qi <yao@codesourcery.com>
13424
13425 * lib/gdb.exp (readline_is_used): New proc.
13426 * gdb.base/completion.exp: Move tests on command complete up.
13427 Skip the rest of tests if readline is not used.
13428 * gdb.ada/complete.exp: Skp the test if readline is not
13429 used.
13430 * gdb.base/filesym.exp: Likewise.
13431 * gdb.base/macscp.exp: Likewise.
13432 * gdb.base/readline-ask.exp: Likewise.
13433 * gdb.base/readline.exp: Likewise.
13434 * gdb.python/py-cmd.exp: Likewise.
13435 * gdb.trace/tfile.exp: Likewise.
13436
13437 2014-03-26 Yao Qi <yao@codesourcery.com>
13438
13439 * gdb.base/macscp.exp: Fix code format issues.
13440
13441 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13442
13443 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13444 * gdb.asm/powerpc64le.inc: New file.
13445
13446 2014-03-25 Pedro Alves <palves@redhat.com>
13447 Doug Evans <dje@google.com>
13448
13449 * gdb.base/source-execution.c: New file.
13450 * gdb.base/source-execution.exp: New file.
13451 * gdb.base/source-execution.gdb: New file.
13452
13453 2014-03-24 Doug Evans <dje@google.com>
13454
13455 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13456 using fission.
13457
13458 2014-03-24 Hui Zhu <hui@codesourcery.com>
13459 Pedro Alves <palves@redhat.com>
13460
13461 PR breakpoints/16101
13462 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13463 test pass/fail messages. Detect missing support for dprintf when
13464 breakpoints are actually inserted.
13465 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13466 breakpoints are actually inserted.
13467 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13468 fails.
13469
13470 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13471
13472 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13473
13474 2014-03-22 Doug Evans <xdje42@gmail.com>
13475
13476 * gdb.python/python.exp (python not supported): Verify multi-line
13477 python command issues an error.
13478 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13479 guile command issues an error.
13480
13481 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13482
13483 * gdb.threads/thread-specific.exp: Handle the lack of usable
13484 $this_breakpoint and $this_thread.
13485
13486 2014-03-21 Hui Zhu <hui@codesourcery.com>
13487
13488 * gdb.base/attach.exp (do_command_attach_tests): New.
13489
13490 2014-03-20 Tom Tromey <tromey@redhat.com>
13491 Pedro Alves <palves@redhat.com>
13492
13493 PR cli/15718
13494 * gdb.base/condbreak-call-false.c: New file.
13495 * gdb.base/condbreak-call-false.exp: New file.
13496
13497 2014-03-20 Pedro Alves <palves@redhat.com>
13498
13499 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13500 Delete.
13501 (block_signals, unblock_signals): Delete.
13502 (child_function_2, main): Remove references to deleted variable
13503 and functions.
13504
13505 2014-03-20 Pedro Alves <palves@redhat.com>
13506
13507 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13508 Use pthread_kill to signal thread 2.
13509 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13510 Adjust to make the test send itself a signal rather than using the
13511 host's "kill" command.
13512
13513 2014-03-20 Pedro Alves <palves@redhat.com>
13514
13515 * gdb.threads/multiple-step-overs.c: New file.
13516 * gdb.threads/multiple-step-overs.exp: New file.
13517 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13518 Adjust expected infrun debug output.
13519
13520 2014-03-20 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13523 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13524
13525 2014-03-20 Pedro Alves <palves@redhat.com>
13526
13527 PR breakpoints/7143
13528 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13529 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13530 of gdb_test_multiple.
13531 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13532 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13533
13534 2014-03-20 Pedro Alves <palves@redhat.com>
13535
13536 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13537 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13538
13539 2014-03-19 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.base/async.exp: Remove early return.
13542
13543 2014-03-19 Pedro Alves <palves@redhat.com>
13544
13545 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13546
13547 2014-03-19 Pedro Alves <palves@redhat.com>
13548
13549 * gdb.base/async.exp (test_background): Expect \r\n after
13550 "completed." in the fail pattern.
13551
13552 2014-03-19 Pedro Alves <palves@redhat.com>
13553
13554 * gdb.base/async.exp (test_background): New procedure.
13555 Use it for all background execution command tests.
13556
13557 2014-03-19 Pedro Alves <palves@redhat.com>
13558
13559 * gdb.base/async.exp: Use prepare_for_testing.
13560
13561 2014-03-19 Pedro Alves <palves@redhat.com>
13562
13563 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13564 the same line.
13565
13566 2014-03-19 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.base/async.c (main): Add "jump here" and "until here" line
13569 marker comments.
13570 * gdb.base/async.exp (jump_here): New global.
13571 (jump& test): Use it.
13572 (until_here): New global.
13573 (until& test): Use it.
13574
13575 2014-03-19 Pedro Alves <palves@redhat.com>
13576
13577 * gdb.base/async.exp: Don't frob gdb_protocol.
13578
13579 2014-03-18 Doug Evans <xdje42@gmail.com>
13580
13581 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13582 Fix spelling of exec-done-display.
13583
13584 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13585
13586 PR gdb/15358
13587 * gdb.base/gdb-sigterm.c: New file.
13588 * gdb.base/gdb-sigterm.exp: New file.
13589
13590 2014-03-18 Pedro Alves <palves@redhat.com>
13591
13592 PR gdb/13860
13593 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13594 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13595 solib-event.
13596
13597 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13598
13599 * gdb.ada/pckd_arr_ren: New testcase.
13600
13601 2014-03-13 Doug Evans <xdje42@gmail.com>
13602
13603 PR guile/16612
13604 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13605 collect after discarding symbols.
13606
13607 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13608 Doug Evans <xdje42@gmail.com>
13609
13610 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13611 to history survives a gc.
13612
13613 2014-03-13 Pedro Alves <palves@redhat.com>
13614
13615 * gdb.base/default.exp: Don't test "target procfs".
13616
13617 2014-03-13 Pedro Alves <palves@redhat.com>
13618
13619 * gdb.base/default.exp: Update "target child" and "target procfs"
13620 tests to not expect "Unix".
13621
13622 2014-03-12 Tom Tromey <tromey@redhat.com>
13623
13624 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13625 New procs. Add target-async tests.
13626 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13627 Add target-async tests.
13628
13629 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13630
13631 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13632 'func_start' and 'func_end' for the beginning and end of the
13633 function code, respectively.
13634 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13635 'func_end' instead of 'func' and 'main'.
13636
13637 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13638
13639 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13640 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13641 generate the debug info assembler source.
13642
13643 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13644
13645 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13646 * gdb.dwarf2/arr-subrange.exp: Likewise.
13647 * gdb.dwarf2/dwz.exp: Likewise.
13648 * gdb.dwarf2/method-ptr.exp: Likewise.
13649 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13650 * gdb.dwarf2/subrange.exp: Likewise.
13651 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13652 * gdb.dwarf2/implptrpiece.exp: Likewise.
13653 * gdb.dwarf2/nostaticblock.exp: Likewise.
13654
13655 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13656
13657 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13658 directory to absolute path name arguments.
13659
13660 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13661
13662 * gdb.ada/tagged_access: New testcase.
13663
13664 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13665
13666 * gdb.btrace/data.exp: Update expected output.
13667
13668 2014-03-06 Yao Qi <yao@codesourcery.com>
13669
13670 * gdb.trace/pr16508.exp: New file.
13671
13672 2014-03-05 Pedro Alves <palves@redhat.com>
13673
13674 PR gdb/16575
13675 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13676 procedure.
13677 (top level): Adjust to use it. Add tests that exercise breakpoint
13678 interaction with the code-cache.
13679
13680 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13681
13682 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13683 test for 'history-append!'.
13684
13685 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13686
13687 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13688 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13689 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13690 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13691 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13692 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13693
13694 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13695
13696 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13697 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13698 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13699
13700 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13701
13702 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13703
13704 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13705
13706 * gdb.dwarf2/arr-stride.c: New file.
13707 * gdb.dwarf2/arr-stride.exp: New file.
13708
13709 2014-02-26 Pedro Alves <palves@redhat.com>
13710
13711 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13712 that won't ever trigger. Make sure that GDB reports the correct
13713 breakpoint that caused the stop.
13714
13715 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13716
13717 PR gdb/16626
13718 * gdb.base/auto-load-script: New file.
13719 * gdb.base/auto-load.c: New file.
13720 * gdb.base/auto-load.exp: New file.
13721
13722 PR gdb/16626
13723 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13724
13725 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13726
13727 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13728 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13729
13730 2014-02-24 Doug Evans <dje@google.com>
13731
13732 * lib/gdb.exp (run_on_host): Log error output if program fails.
13733
13734 2014-02-21 Pedro Alves <palves@redhat.com>
13735
13736 * gdb.threads/step-after-sr-lock.c: Rename to ...
13737 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13738 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13739 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13740 ... this.
13741
13742 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13743
13744 PR tdep/16397
13745 * gdb.arch/amd64-stap-special-operands.exp: New file.
13746 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13747 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13748 * gdb.arch/amd64-stap-triplet.S: Likewise.
13749 * gdb.arch/amd64-stap-triplet.c: Likewise.
13750
13751 2014-02-20 Joel Brobecker <brobecker@adacore.com>
13752
13753 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13754 in .section pseudo-op.
13755
13756 2014-02-20 lin zuojian <manjian2006@gmail.com>
13757 Joel Brobecker <brobecker@adacore.com>
13758 Doug Evans <xdje42@gmail.com>
13759
13760 PR symtab/16581
13761 * gdb.dwarf2/dw2-icycle.S: New file.
13762 * gdb.dwarf2/dw2-icycle.c: New file.
13763 * gdb.dwarf2/dw2-icycle.exp: New file.
13764
13765 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13766
13767 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13768 operations on gdb.Value objects.
13769 * gdb.python/py-value-cc.exp: Add new test to test operations on
13770 gdb.Value objects.
13771
13772 2014-02-18 Doug Evans <dje@google.com>
13773
13774 * Makefile.in (TESTS): New variable.
13775 (expanded_tests, expanded_tests_or_none): New variables
13776 (check-single): Pass $(expanded_tests_or_none) to runtest.
13777 (check-parallel): Only run tests in $(TESTS) if non-empty.
13778 (check/no-matching-tests-found): New rule.
13779 * README: Document TESTS makefile variable.
13780
13781 2014-02-18 Doug Evans <dje@google.com>
13782
13783 * Makefile.in (check-parallel): rm -rf outputs temp.
13784
13785 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13786
13787 Fix "ERROR: no fileid for" in the testsuite.
13788 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13789
13790 2014-02-12 Doug Evans <dje@google.com>
13791
13792 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13793 (MISCELLANEOUS): New variable.
13794 (clean): rm -rf $(MISCELLANEOUS).
13795 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13796 dwp live in the same directory as symlinks, with each symlink pointed
13797 to a differently named file in a different directory.
13798
13799 2014-02-11 Doug Evans <dje@google.com>
13800
13801 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13802 of Tcl file commands.
13803
13804 2014-02-10 Mark Kettenis <kettenis@gnu.org>
13805
13806 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13807 "kill -SIGUSR1 -1".
13808
13809 2014-02-10 Joel Brobecker <brobecker@adacore.com>
13810
13811 * gdb.ada/tick_length_array_enum_idx: New testcase.
13812
13813 2014-02-10 Doug Evans <xdje42@gmail.com>
13814
13815 * configure.ac (AC_OUTPUT): Add gdb.guile.
13816 * configure: Regenerate.
13817 * lib/gdb-guile.exp: New file.
13818 * lib/gdb.exp (get_target_charset): New function.
13819 * gdb.base/help.exp: Update expected output from "apropos apropos".
13820 * gdb.guile/Makefile.in: New file.
13821 * gdb.guile/guile.exp: New file.
13822 * gdb.guile/scm-arch.c: New file.
13823 * gdb.guile/scm-arch.exp: New file.
13824 * gdb.guile/scm-block.c: New file.
13825 * gdb.guile/scm-block.exp: New file.
13826 * gdb.guile/scm-breakpoint.c: New file.
13827 * gdb.guile/scm-breakpoint.exp: New file.
13828 * gdb.guile/scm-disasm.c: New file.
13829 * gdb.guile/scm-disasm.exp: New file.
13830 * gdb.guile/scm-equal.c: New file.
13831 * gdb.guile/scm-equal.exp: New file.
13832 * gdb.guile/scm-error.exp: New file.
13833 * gdb.guile/scm-error.scm: New file.
13834 * gdb.guile/scm-frame-args.c: New file.
13835 * gdb.guile/scm-frame-args.exp: New file.
13836 * gdb.guile/scm-frame-args.scm: New file.
13837 * gdb.guile/scm-frame-inline.c: New file.
13838 * gdb.guile/scm-frame-inline.exp: New file.
13839 * gdb.guile/scm-frame.c: New file.
13840 * gdb.guile/scm-frame.exp: New file.
13841 * gdb.guile/scm-generics.exp: New file.
13842 * gdb.guile/scm-gsmob.exp: New file.
13843 * gdb.guile/scm-iterator.c: New file.
13844 * gdb.guile/scm-iterator.exp: New file.
13845 * gdb.guile/scm-math.c: New file.
13846 * gdb.guile/scm-math.exp: New file.
13847 * gdb.guile/scm-objfile-script-gdb.in: New file.
13848 * gdb.guile/scm-objfile-script.c: New file.
13849 * gdb.guile/scm-objfile-script.exp: New file.
13850 * gdb.guile/scm-objfile.c: New file.
13851 * gdb.guile/scm-objfile.exp: New file.
13852 * gdb.guile/scm-ports.exp: New file.
13853 * gdb.guile/scm-pretty-print.c: New file.
13854 * gdb.guile/scm-pretty-print.exp: New file.
13855 * gdb.guile/scm-pretty-print.scm: New file.
13856 * gdb.guile/scm-section-script.c: New file.
13857 * gdb.guile/scm-section-script.exp: New file.
13858 * gdb.guile/scm-section-script.scm: New file.
13859 * gdb.guile/scm-symbol.c: New file.
13860 * gdb.guile/scm-symbol.exp: New file.
13861 * gdb.guile/scm-symtab-2.c: New file.
13862 * gdb.guile/scm-symtab.c: New file.
13863 * gdb.guile/scm-symtab.exp: New file.
13864 * gdb.guile/scm-type.c: New file.
13865 * gdb.guile/scm-type.exp: New file.
13866 * gdb.guile/scm-value-cc.cc: New file.
13867 * gdb.guile/scm-value-cc.exp: New file.
13868 * gdb.guile/scm-value.c: New file.
13869 * gdb.guile/scm-value.exp: New file.
13870 * gdb.guile/source2.scm: New file.
13871 * gdb.guile/types-module.cc: New file.
13872 * gdb.guile/types-module.exp: New file.
13873
13874 2014-02-10 Yao Qi <yao@codesourcery.com>
13875
13876 PR testsuite/16543
13877 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13878 * configure: Regenerated.
13879 * Makefile.in: New file.
13880
13881 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13882
13883 * gdb.python/py-framefilter.exp: Fix typo.
13884
13885 2014-02-08 Yao Qi <yao@codesourcery.com>
13886
13887 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13888 that no =breakpoint-modified is emitted when breakpoints are
13889 modified through MI commands.
13890
13891 2014-02-07 Pedro Alves <pedro@codesourcery.com>
13892 Pedro Alves <palves@redhat.com>
13893
13894 * gdb.threads/step-after-sr-lock.c: New file.
13895 * gdb.threads/step-after-sr-lock.exp: New file.
13896
13897 2014-02-07 Pedro Alves <palves@redhat.com>
13898
13899 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13900
13901 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13902
13903 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13904 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13905
13906 2014-02-06 Doug Evans <xdje42@gmail.com>
13907
13908 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13909 output.
13910
13911 * gdb.gdb/python-interrupts.exp: New file.
13912
13913 2014-02-05 Yao Qi <yao@codesourcery.com>
13914
13915 * gdb.trace/report.exp (use_collected_data): Test the output
13916 of "info threads" and "info inferiors".
13917
13918 2014-02-05 Yao Qi <yao@codesourcery.com>
13919
13920 Revert this patch:
13921
13922 2013-05-24 Yao Qi <yao@codesourcery.com>
13923
13924 * gdb.trace/tfile.exp: Test inferior and thread.
13925
13926 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13927
13928 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13929 on a function.
13930 * gdb.base/step-bt.c: Call hello via function pointer to make
13931 sure its first instruction is executed on powerpc64le-linux.
13932
13933 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13934
13935 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13936
13937 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13938
13939 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13940 of the test patterns for use on little-endian systems.
13941
13942 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13943
13944 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13945 (decimal_vector): Fix for little-endian.
13946
13947 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13948
13949 * gdb.arch/sparc-sysstep.exp: New file.
13950 * gdb.arch/sparc-sysstep.c: Likewise.
13951
13952 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13953
13954 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13955
13956 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13957
13958 2014-01-23 Tom Tromey <tromey@redhat.com>
13959
13960 * gdb.ada/array_char_idx: New testcase.
13961
13962 2014-01-23 Tom Tromey <tromey@redhat.com>
13963
13964 PR python/16487:
13965 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13966 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13967 classes.
13968
13969 2014-01-23 Tom Tromey <tromey@redhat.com>
13970
13971 PR python/16491:
13972 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13973 string from an inferior frame.
13974 * gdb.python/py-framefilter-mi.exp: Update.
13975
13976 2014-01-22 Doug Evans <dje@google.com>
13977
13978 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13979
13980 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13981
13982 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13983
13984 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13985
13986 * gdb.trace/entry-values.exp: Remove excess space character from
13987 regex patterns. Handle s390 call instruction.
13988
13989 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13990
13991 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13992 define "*_start" label. Make "name" static.
13993 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13994 ${name} by references to ${name}_start.
13995
13996 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13997
13998 * gdb.base/info-macros.exp: Remove "debug" from the compile
13999 options.
14000
14001 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14002
14003 * gdb.dlang/demangle.exp: New file.
14004
14005 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14006
14007 * gdb.dlang/primitive-types.exp: New file.
14008
14009 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14010
14011 * configure.ac: Create gdb.dlang/Makefile.
14012 * configure: Regenerate.
14013 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14014 * gdb.dlang/Makefile.in: New file.
14015 * lib/d-support.exp: New file.
14016 * lib/gdb.exp (skip_d_tests): New proc.
14017
14018 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14019
14020 * gdb.btrace/delta.exp: Check reverse stepi.
14021 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14022 * gdb.btrace/finish.exp: New.
14023 * gdb.btrace/next.exp: New.
14024 * gdb.btrace/nexti.exp: New.
14025 * gdb.btrace/record_goto.c: Add comments.
14026 * gdb.btrace/step.exp: New.
14027 * gdb.btrace/stepi.exp: New.
14028 * gdb.btrace/multi-thread-step.c: New.
14029 * gdb.btrace/multi-thread-step.exp: New.
14030 * gdb.btrace/rn-dl-bind.c: New.
14031 * gdb.btrace/rn-dl-bind.exp: New.
14032 * gdb.btrace/data.c: New.
14033 * gdb.btrace/data.exp: New.
14034 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14035
14036 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14037
14038 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14039 * gdb.btrace/exception.exp: Update.
14040 * gdb.btrace/instruction_history.exp: Update.
14041 * gdb.btrace/record_goto.exp: Update.
14042 * gdb.btrace/tailcall.exp: Update.
14043 * gdb.btrace/unknown_functions.exp: Update.
14044 * gdb.btrace/delta.exp: New.
14045
14046 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14047
14048 * gdb.btrace/record_goto.exp: Add backtrace test.
14049 * gdb.btrace/tailcall.exp: Add backtrace test.
14050
14051 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14052
14053 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14054 * gdb.btrace/record_goto.c: New.
14055 * gdb.btrace/record_goto.exp: New.
14056 * gdb.btrace/x86-record_goto.S: New.
14057
14058 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14059
14060 * gdb.btrace/function_call_history.exp: Update tests.
14061 * gdb.btrace/instruction_history.exp: Update tests.
14062
14063 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14064
14065 * gdb.btrace/function_call_history.exp: Fix expected field
14066 order for "record function-call-history".
14067 Add new tests for "record function-call-history /c".
14068 * gdb.btrace/exception.cc: New.
14069 * gdb.btrace/exception.exp: New.
14070 * gdb.btrace/tailcall.exp: New.
14071 * gdb.btrace/x86-tailcall.S: New.
14072 * gdb.btrace/x86-tailcall.c: New.
14073 * gdb.btrace/unknown_functions.c: New.
14074 * gdb.btrace/unknown_functions.exp: New.
14075 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14076
14077 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14078
14079 * gdb.btrace/instruction_history.exp: Update.
14080 * gdb.btrace/function_call_history.exp: Update.
14081
14082 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14083
14084 * gdb.btrace/function_call_history.exp: Fix expected function
14085 trace.
14086 * gdb.btrace/instruction_history.exp: Initialize traced.
14087 Remove traced_functions.
14088
14089 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14090
14091 * gdb.btrace/function_call_history.exp: Update
14092 * gdb.btrace/instruction_history.exp: Update.
14093
14094 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14095
14096 * gdb.btrace/enable.exp: Update expected text.
14097
14098 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14099
14100 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14101 bytes.
14102
14103 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14104
14105 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14106
14107 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14108
14109 * lib/gdb.exp (supports_process_record): Return true for
14110 arm*-linux*. (supports_reverse): Likewise.
14111
14112 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14113
14114 PR python/15464
14115 PR python/16113
14116 * gdb.python/py-type.c: Enhance test case.
14117 * gdb.python/py-value-cc.cc: Likewise
14118 * gdb.python/py-type.exp: Add new tests.
14119 * gdb.python/py-value-cc.exp: Likewise
14120
14121 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14122 Pedro Alves <palves@redhat.com>
14123
14124 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14125 Make "name" extern.
14126 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14127 references to ${name}_start by references to ${name}.
14128
14129 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14130
14131 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14132
14133 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14134
14135 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14136
14137 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14138 Pedro Alves <palves@redhat.com>
14139
14140 * gdb.mi/mi-info-os.exp: Connect to the target with
14141 mi_gdb_target_load.
14142
14143 2014-01-08 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.threads/reconnect-signal.c: New file.
14146 * gdb.threads/reconnect-signal.exp: New file.
14147
14148 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14149
14150 * gdb.base/source-dir.exp: New file.
14151
14152 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14153
14154 * gdb.ada/mi_interface: New testcase.
14155
14156 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14157
14158 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14159 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14160 gdb.ada/pp-rec-component/pck.ads: New files.
14161
14162 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14163
14164 * gdb.python/py-pp-integral.c: New file.
14165 * gdb.python/py-pp-integral.py: New file.
14166 * gdb.python/py-pp-integral.exp: New file.
14167
14168 For older changes see ChangeLog-1993-2013.
14169 \f
14170 ;; Local Variables:
14171 ;; mode: change-log
14172 ;; left-margin: 8
14173 ;; fill-column: 74
14174 ;; version-control: never
14175 ;; End:
14176
14177 Copyright 2014-2018 Free Software Foundation, Inc.
14178 Copying and distribution of this file, with or without modification,
14179 are permitted provided the copyright notice and this notice are preserved.