MIPS/BFD: Remove extraneous undefined weak symbol visibility check
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * lib/compiler.c: Remove executable permission flag.
4
52018-06-28 Richard Bunt <richard.bunt@arm.com>
6
7 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
8 code.
9 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10
112018-06-28 Petr Tesarik <ptesarik@suse.cz>
12
13 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
14
152018-06-28 Petr Tesarik <ptesarik@suse.cz>
16
17 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
18 address argument is omitted.
19
202018-06-28 Petr Tesarik <ptesarik@suse.cz>
21
22 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
23
242018-06-27 Omair Javaid <omair.javaid@linaro.org>
25
26 PR gdb/21695
27 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
28 * gdb.base/infoline-reloc-main-from-zero.c: New file.
29
302018-06-26 Tom Tromey <tom@tromey.com>
31
32 PR rust/22574:
33 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
34 * gdb.rust/simple.rs (struct SimpleLayout): New.
35
362018-06-22 Simon Marchi <simon.marchi@ericsson.com>
37
38 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
39 "info registers" output.
40
412018-06-21 Richard Bunt <richard.bunt@arm.com>
42
43 * gdb.base/watchpoint-hw-attach.c: New test.
44 * gdb.base/watchpoint-hw-attach.exp: New file.
45
462018-06-20 Simon Marchi <simon.marchi@ericsson.com>
47
48 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
49 through /bin/sh.
50 * boards/dwarf4-gdb-index.exp: Likewise.
51 * boards/fission-dwp.exp: Likewise.
52
532018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
54
55 * gdb.base/float128.exp: Add comment and improved fail message
56 to the failure case of "print large128" test.
57
582018-06-19 Simon Marchi <simon.marchi@ericsson.com>
59
60 * configure.ac: Remove AC_PREREQ.
61 * configure: Re-generate.
62
632018-06-19 Pedro Alves <palves@redhat.com>
64
65 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
66 (func_extern_caller): New.
67 (main): Call func_extern_caller.
68 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
69 logic change.
70
712018-06-18 Weimin Pan <weimin.pan@oracle.com>
72
73 PR gdb/16841
74 * gdb.cp/typedef-base.cc: New file.
75 * gdb.cp/typedef-base.exp: New file.
76
772018-06-18 Tom de Vries <tdevries@suse.de>
78
79 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
80
812018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
82 Richard Bunt <Richard.Bunt@arm.com>
83
84 * gdb.threads/attach-slow-waitpid.c: New file.
85 * gdb.threads/attach-slow-waitpid.exp: New file.
86 * gdb.threads/slow-waitpid.c: New file.
87
882018-06-14 Pedro Alves <palves@redhat.com>
89
90 * gdb.base/fork-running-state.c: Include <errno.h>.
91 (exit_if_relative_exits): New.
92 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
93 exits.
94 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
95 child exits.
96
972018-06-14 Tom de Vries <tdevries@suse.de>
98
99 PR cli/22573
100 * gdb.base/finish-pretty.c: New test.
101 * gdb.base/finish-pretty.exp: New file.
102
1032018-06-14 Pedro Alves <palves@redhat.com>
104
105 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
106 gdb's expected startup output.
107
1082018-06-14 Pedro Alves <palves@redhat.com>
109
110 * lib/selftest-support.exp (selftest_setup): Remove inlined
111 function handling.
112
1132018-06-14 Tom de Vries <tdevries@suse.de>
114
115 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
116 matching of breakpoint printing.
117
1182018-06-13 Tom de Vries <tdevries@suse.de>
119
120 PR testsuite/23269
121 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
122 (fork_child): ... here, and ...
123 (fork_parent): ... here.
124
1252018-06-12 Tom de Vries <tdevries@suse.de>
126
127 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
128
1292018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
130 Stephen Roberts <stephen.roberts@arm.com>
131
132 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
133 rewrite test to describe action performed, rather than possible
134 failure.
135
1362018-06-08 Gary Benson <gbenson@redhat.com>
137
138 * gdb.threads/check-libthread-db.exp: New file.
139 * gdb.threads/check-libthread-db.c: Likewise.
140
1412018-06-05 Tom Tromey <tom@tromey.com>
142
143 * gdb.base/default.exp: Update expected "show version" output.
144
1452018-06-05 Tom Tromey <tom@tromey.com>
146
147 PR cli/12326:
148 * gdb.cp/static-print-quit.exp: Update.
149 * lib/gdb.exp (pagination_prompt): Update.
150 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
151 * gdb.python/python.exp: Update.
152
1532018-06-04 Joel Brobecker <brobecker@adacore.com>
154
155 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
156
1572018-06-01 Joel Brobecker <brobecker@adacore.com>
158
159 * gdb.ada/bp_fun_addr: New testcase.
160
1612018-06-01 Tom Tromey <tom@tromey.com>
162
163 * gdb.xml/tdesc-regs.exp (load_description): Update expected
164 results.
165 * gdb.dwarf2/method-ptr.exp: Set language to C++.
166 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
167 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
168 * gdb.base/maint.exp (maint_pass_if): Update.
169
1702018-05-31 Maciej W. Rozycki <macro@mips.com>
171
172 * gdb.base/endian.exp: New test.
173 * gdb.base/endian.c: New test source.
174
1752018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 PR gdb/23203
178 * gdb.base/bt-selected-frame.c: New file.
179 * gdb.base/bt-selected-frame.exp: New file.
180 * lib/gdb.exp (get_current_frame_number): New function.
181
1822018-05-24 Maciej W. Rozycki <macro@mips.com>
183 Pedro Alves <palves@redhat.com>
184
185 * gdb.threads/tls-core.c: Include <stdlib.h>
186 (thread_proc): Call `abort'.
187 * gdb.threads/tls-core.exp: Generate a core with core_find too.
188 (tls_core_test): New procedure, bits factored out from ...
189 (top level): ... here. Test both native cores and gcore cores.
190
1912018-05-23 Tom Tromey <tom@tromey.com>
192
193 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
194
1952018-05-23 Tom Tromey <tom@tromey.com>
196
197 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
198 symfile_complaints.
199 (test_short_complaints): Likewise.
200 (test_empty_complaints): Likewise.
201 (test_initial_complaints): Update.
202
2032018-05-23 Tom Tromey <tom@tromey.com>
204
205 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
206
2072018-05-23 Tom Tromey <tom@tromey.com>
208
209 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
210 (test_short_complaints): Update.
211
2122018-05-22 Pedro Alves <palves@redhat.com>
213
214 * gdb.base/remote.exp: Only gdb_start after compiling the
215 testcase. Issue "disconnect" before testing "set remote" command
216 defaults. Issue clean_restart before running to main.
217
2182018-05-22 Pedro Alves <palves@redhat.com>
219
220 * gdb.base/remote.exp: Adjust expected output of "show remote
221 memory-write-packet-size". Add tests for "set remote
222 memory-write-packet-size 0" and "set remote
223 memory-write-packet-size fixed/limit".
224
2252018-05-22 Pedro Alves <palves@redhat.com>
226
227 PR gdb/22973
228 * gdb.base/utf8-identifiers.c: New file.
229 * gdb.base/utf8-identifiers.exp: New file.
230
2312018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
232
233 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
234
2352018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
236
237 * gdb.arch/powerpc-vsx-gcore.exp: New file.
238
2392018-05-18 Tom Tromey <tom@tromey.com>
240
241 * gdb.base/ptype-offsets.exp: Update.
242
2432018-05-17 Keith Seitz <keiths@redhat.com>
244
245 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
246 in expected breakpoint stop locations.
247 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
248 move to proper scope to test variable values.
249 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
250 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
251 New functions.
252 (main): Call not_inline_func3.
253 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
254 inline_func1, inline_func2, and inline_func3. Test that when each
255 breakpoint is hit, GDB properly reports both the stop location
256 and the backtrace. Repeat tests for temporary breakpoints.
257
2582018-05-15 Maciej W. Rozycki <macro@mips.com>
259
260 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
261 rather then trying to access it in determining whether the PID
262 of `gdbserver' could have been retrieved.
263
2642018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
265
266 * gdb.arch/amd64-init-x87-values.S: New file.
267 * gdb.arch/amd64-init-x87-values.exp: New file.
268
2692018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
270
271 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
272
2732018-05-04 Tom Tromey <tom@tromey.com>
274
275 PR python/22730:
276 * gdb.python/python.exp: Test multi-line execute.
277
2782018-05-04 Tom Tromey <tom@tromey.com>
279
280 PR python/22731:
281 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
282
2832018-05-04 Tom Tromey <tom@tromey.com>
284
285 PR gdb/11750:
286 * gdb.base/define.exp: Test defining a user command inside a user
287 command.
288 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
289
2902018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
291 Pedro Alves <palves@redhat.com>
292
293 PR breakpoints/19806 and support for PR external/20207.
294 * gdb.base/watchpoint-unaligned.c: New file.
295 * gdb.base/watchpoint-unaligned.exp: New file.
296
2972018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.base/maint.exp: Make test names unique, use
300 test_prefix_command_help to test 'help maint info', and remove
301 repeated test of 'help maint'.
302
3032018-05-04 Tom Tromey <tom@tromey.com>
304
305 PR gdb/22619:
306 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
307 behavior.
308
3092018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
310
311 * gdb.base/maint.exp: Process output from 'maint print registers'
312 line at a time.
313
3142018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
317 timeout.
318
3192018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
322 filter pattern.
323
3242018-05-02 Pedro Alves <palves@redhat.com>
325
326 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
327 to_log_command renames.
328 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
329
3302018-05-02 Tom Tromey <tom@tromey.com>
331
332 * gdb.python/py-parameter.exp: Set test message.
333
3342018-05-02 Tom Tromey <tom@tromey.com>
335
336 PR python/20084:
337 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
338 PARAM_ZUINTEGER_UNLIMITED tests.
339
3402018-04-28 Dan Robertson <danlrobertson89@gmail.com>
341
342 PR rust/23124
343 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
344 when casting.
345
3462018-04-30 Tom Tromey <tom@tromey.com>
347
348 * gdb.python/py-type.exp: Check align attribute.
349 * gdb.python/py-type.c: New "aligncheck" global.
350
3512018-04-30 Tom Tromey <tom@tromey.com>
352
353 PR exp/17095:
354 * gdb.dwarf2/dw2-align.exp: New file.
355 * gdb.cp/align.exp: New file.
356 * gdb.base/align.exp: New file.
357 * lib/gdb.exp (gdb_int128_helper): New proc.
358 (has_int128_c, has_int128_cxx): New caching procs.
359
3602018-04-27 Tom Tromey <tom@tromey.com>
361
362 PR rust/22545:
363 * gdb.rust/simple.exp: Add inclusive range tests.
364
3652018-04-26 Pedro Alves <palves@redhat.com>
366
367 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
368 ifunc breakpoint locations correctly of ifunc breakpoints set
369 while the program resolves the ifunc.
370
3712018-04-26 Pedro Alves <palves@redhat.com>
372
373 * gdb.base/gnu-ifunc-final.c: New file.
374 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
375 * gdb.base/gnu-ifunc.exp (executable): Delete.
376 (staticexecutable): Adjust.
377 (lib_opts, exec_opts): Delete.
378 (make_binsuffix, build, set-break): New procedures.
379 (misc_tests): New, with tests factored out from the top level.
380 (top level): Test different combinations of ifunc resolver name,
381 resolver with and with debug info, and ifunc target with and
382 without debug info. Wrap static tests with with_target_prefix.
383
3842018-04-26 Pedro Alves <palves@redhat.com>
385
386 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
387 return type" warnings.
388
3892018-04-25 Pedro Alves <palves@redhat.com>
390
391 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
392 killed".
393 * gdb.base/kill-after-signal.exp: Likewise.
394 * gdb.threads/kill.exp: Likewise.
395
3962018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
397 Sergio Durigan Junior <sergiodj@redhat.com>
398 Pedro Alves <palves@redhat.com>
399
400 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
401 regexps to expect for '[Inferior ... detached]' as well.
402 * gdb.base/attach.exp: Likewise.
403 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
404 "gdb_continue_to_end".
405 (test_catch_syscall_with_wrong_args): Likewise.
406 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
407 ']'. Don't set 'verbose' on.
408 * gdb.base/foll-vfork.exp: Likewise.
409 * gdb.base/fork-print-inferior-events.c: New file.
410 * gdb.base/fork-print-inferior-events.exp: New file.
411 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
412 '[Inferior ... has been killed]' message.
413 * gdb.base/kill-after-signal.exp: Likewise.
414 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
415 detach message.
416 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
417 message.
418 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
419 regexps to expect for '[Inferior ... detached]' as well.
420 * gdb.threads/process-dies-while-detaching.exp: Likewise.
421
4222018-04-24 Simon Marchi <simon.marchi@ericsson.com>
423
424 PR gdb/23104
425 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
426
4272018-04-19 Richard Bunt <richard.bunt@arm.com>
428
429 * gdb.threads/multiple-successive-infcall.c: New test.
430 * gdb.threads/multiple-successive-infcall.exp: New file.
431
4322018-04-17 Tom Tromey <tom@tromey.com>
433
434 * gdb.rust/simple.rs (Union): New type.
435 (main): New local "u".
436 * gdb.rust/simple.exp (test_one_slice): Add new test case.
437
4382018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
439
440 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
441 number information in output of "whereis" command.
442 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
443
4442018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
445
446 * gdb.ada/info_types.exp: Adjust expected output to the line
447 numbers now printed by "info var/func/type".
448 * gdb.base/completion.exp: Likewise.
449 * gdb.base/included.exp: Likewise.
450 * gdb.cp/cp-relocate.exp: Likewise.
451 * gdb.cp/cplusfuncs.exp: Likewise.
452 * gdb.cp/namespace.exp: Likewise.
453 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
454
4552018-04-13 Markus Metzger <markus.t.metzger@intel.com>
456
457 * gdb.btrace/cpu.exp: New.
458
4592018-04-13 Markus Metzger <markus.t.metzger@intel.com>
460
461 * gdb.base/step-indirect-call-thunk.exp: New.
462 * gdb.base/step-indirect-call-thunk.c: New.
463 * gdb.reverse/step-indirect-call-thunk.exp: New.
464 * gdb.reverse/step-indirect-call-thunk.c: New.
465
4662018-04-11 Simon Marchi <simon.marchi@ericsson.com>
467
468 * gdb.base/pie-fork.c: New file.
469 * gdb.base/pie-fork.exp: New file.
470
4712018-04-11 Tom Tromey <tom@tromey.com>
472
473 * gdb.rust/simple.exp: Add test for ".." struct initializer.
474
4752018-04-10 Pedro Alves <palves@redhat.com>
476
477 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
478 exits. Instead loop running forever.
479 (fork_parent): Run forever too.
480
4812018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
482
483 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
484 mi_continue_to_line.
485 * gdb.mi/mi-stack.c (callee4): Add comment.
486
4872018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
488
489 * gdb.mi/mi-stack.exp: Fix indentation.
490
4912018-04-07 Simon Marchi <simon.marchi@ericsson.com>
492
493 PR gdb/22979
494 * gdb.arch/amd64-osabi.exp: New file.
495
4962018-04-07 Simon Marchi <simon.marchi@ericsson.com>
497
498 PR gdb/22980
499 * gdb.base/osabi.exp: New file.
500
5012018-04-02 Weimin Pan <weimin.pan@oracle.com>
502
503 * gdb.cp/static-typedef-print.exp: New file.
504 * gdb.cp/static-typedef-print.cc: New file.
505
5062018-03-27 Joel Brobecker <brobecker@adacore.com>
507
508 * gdb.ada/varsize_limit: New testcase.
509
5102018-03-27 Joel Brobecker <brobecker@adacore.com>
511
512 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
513
514 * gdb.ada/notcplusplus: New testcase.
515
516 * gdb.base/c-linkage-name.c: New file.
517 * gdb.base/c-linkage-name.exp: New testcase.
518
5192018-03-26 Tom Tromey <tom@tromey.com>
520
521 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
522 * gdb.python/py-framefilter.py (name_error): New global.
523 (ErrorInName.function): Use name_error.
524
5252018-03-26 Tom Tromey <tom@tromey.com>
526
527 PR backtrace/15582:
528 * gdb.python/py-framefilter.exp: Add "bt hide" test.
529
5302018-03-23 Keith Seitz <keiths@redhat.com>
531
532 PR c++/22968
533 * gdb.cp/subtypes.exp: New file.
534 * gdb.cp/subtypes.h: New file.
535 * gdb.cp/subtypes.cc: New file.
536 * gdb.cp/subtypes-2.cc: New file.
537
5382018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
541 (done): Call '_exit' not 'exit' to avoid atexit handlers.
542 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
543 -nostartfiles when compiling the test. Confirm that all registers
544 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
545
5462018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
549 option, syntax was wrong anyway.
550 * gdb.arch/arm-disp-step.exp: Likewise.
551 * gdb.arch/sparc64-regs.exp: Likewise.
552 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
553 option, syntax was wrong anyway, switch to use
554 prepare_for_testing.
555 * gdb.arch/i386-disp-step.exp: Likewise.
556
5572018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
558
559 * gdb.ada/exec_changed.exp: Replace "target_info exists
560 use_gdb_stub" by "use_gdb_stub".
561 * gdb.ada/start.exp: Likewise.
562 * gdb.base/async-shell.exp: Likewise.
563 * gdb.base/attach-pie-misread.exp: Likewise.
564 * gdb.base/attach-wait-input.exp: Likewise.
565 * gdb.base/break-entry.exp: Likewise.
566 * gdb.base/break-interp.exp: Likewise.
567 * gdb.base/dprintf-detach.exp: Likewise.
568 * gdb.base/nostdlib.exp: Likewise.
569 * gdb.base/solib-nodir.exp: Likewise.
570 * gdb.base/statistics.exp: Likewise.
571 * gdb.base/testenv.exp: Likewise.
572 * gdb.mi/mi-exec-run.exp: Likewise.
573 * gdb.mi/mi-start.exp: Likewise.
574 * gdb.multi/dummy-frame-restore.exp: Likewise.
575 * gdb.multi/multi-arch-exec.exp: Likewise.
576 * gdb.multi/multi-arch.exp: Likewise.
577 * gdb.multi/tids.exp: Likewise.
578 * gdb.multi/watchpoint-multi.exp: Likewise.
579 * gdb.python/py-events.exp: Likewise.
580 * gdb.threads/attach-into-signal.exp: Likewise.
581 * gdb.threads/attach-stopped.exp: Likewise.
582 * gdb.threads/threadapply.exp: Likewise.
583 * lib/selftest-support.exp: Likewise.
584
5852018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
586
587 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
588
5892018-03-20 Stephen Roberts <stephen.roberts@arm.com>
590
591 * gdb.perf/template-breakpoints.cc: New file.
592 * gdb.perf/template-breakpoints.exp: New file.
593 * gdb.perf/template-breakpoints.py: New file.
594
5952018-03-19 Tom Tromey <tom@tromey.com>
596
597 * gdb.rust/simple.rs (main): Add local variables field1, field2,
598 y0.
599 * gdb.rust/simple.exp: Test bare identifier form of struct
600 initializer.
601
6022018-03-19 Tom Tromey <tom@tromey.com>
603
604 * gdb.gdb/observer.exp: Remove.
605
6062018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
607
608 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
609 "qualified" option when setting breakpoints.
610 * gdb.trace/backtrace.exp: Likewise.
611 * gdb.trace/circ.exp: Likewise.
612 * gdb.trace/collection.exp: Likewise.
613 * gdb.trace/disconnected-tracing.exp: Likewise.
614 * gdb.trace/ftrace-lock.exp: Likewise.
615 * gdb.trace/ftrace.exp: Likewise.
616 * gdb.trace/infotrace.exp: Likewise.
617 * gdb.trace/packetlen.exp: Likewise.
618 * gdb.trace/passc-dyn.exp: Likewise.
619 * gdb.trace/qtro.exp: Likewise.
620 * gdb.trace/read-memory.exp: Likewise.
621 * gdb.trace/report.exp: Likewise.
622 * gdb.trace/signal.exp: Likewise.
623 * gdb.trace/status-stop.exp: Likewise.
624 * gdb.trace/strace.exp: Likewise.
625 * gdb.trace/tfind.exp: Likewise.
626 * gdb.trace/trace-break.exp: Likewise.
627 * gdb.trace/trace-condition.exp: Likewise.
628 * gdb.trace/trace-mt.exp: Likewise.
629 * gdb.trace/tstatus.exp: Likewise.
630 * gdb.trace/tsv.exp: Likewise.
631 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
632 * gdb.trace/unavailable.exp: Likewise.
633 * gdb.trace/while-dyn.exp: Likewise.
634
6352018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
636
637 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
638 that libinproctrace is copied to the target.
639
6402018-03-14 Tom Tromey <tom@tromey.com>
641
642 PR cli/14977:
643 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
644 a null pointer.
645 * gdb.base/wchar.exp: Likewise.
646
6472018-03-14 Tom Tromey <tom@tromey.com>
648
649 PR cli/19918:
650 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
651 flag.
652
6532018-03-08 Simon Marchi <simon.marchi@ericsson.com>
654
655 PR gdb/22841
656 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
657 "target" to remote_exec.
658
6592018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
660
661 PR gdb/22841
662 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
663 ${board}_upload): Remove.
664
6652018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
666
667 * gdb.cp/watch-cp.cc: New test.
668 * gdb.cp/watch-cp.exp: New file.
669
6702018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.base/infcall-nested-structs.exp: New file.
673 * gdb.base/infcall-nested-structs.c: New file.
674 * gdb.base/float.exp: Add riscv support.
675
6762018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
677
678 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
679 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
680
6812018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
682
683 * gdb.server/abspath.exp: New file.
684 * lib/gdb.exp (with_cwd): New procedure.
685
6862018-02-28 Simon Marchi <simon.marchi@ericsson.com>
687
688 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
689 use it.
690 (gdb_is_target_remote_prompt): New proc.
691 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
692 (gdb_is_target_native): Pass prompt parameter to
693 gdb_is_target_1.
694
6952018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
696
697 * gdb.base/load-command.c: New file.
698 * gdb.base/load-command.exp: New file.
699 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
700 (gdb_is_target_1): ...this, and generalize for other targets
701 than just remote.
702 (gdb_is_target_remote): Use gdb_is_target_1.
703 (gdb_is_target_native): use gdb_is_target_1.
704
7052018-02-26 Tom Tromey <tom@tromey.com>
706
707 PR python/16497:
708 * gdb.python/py-framefilter.exp: Update test.
709
7102018-02-26 Tom Tromey <tom@tromey.com>
711
712 * gdb.dwarf2/variant.c: New file.
713 * gdb.dwarf2/variant.exp: New file.
714
7152018-02-26 Tom Tromey <tom@tromey.com>
716
717 * gdb.rust/simple.exp: Accept more possible results in enum test.
718
7192018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
720
721 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
722 parentheses.
723
7242018-02-23 Maciej W. Rozycki <macro@mips.com>
725
726 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
727 name of a variable: $actual_linejj -> $actual_line.
728
7292018-02-21 John Baldwin <jhb@FreeBSD.org>
730
731 * gdb.arch/amd64-i386-address.exp: Fix a typo.
732
7332018-02-20 Markus Metzger <markus.t.metzger@intel.com>
734
735 * gdb.btrace/buffer-size.exp: Do not force BTS.
736
7372018-02-14 Pedro Alves <palves@redhat.com>
738
739 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
740 getting a "Quit".
741
7422018-02-09 Markus Metzger <markus.t.metzger@intel.com>
743
744 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
745 Fix test name.
746
7472018-02-07 Simon Marchi <simon.marchi@ericsson.com>
748
749 * gdb.cp/m-static.exp: Check type of optimized out static
750 member.
751
7522018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
753
754 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
755 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
756
7572018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
758 Leszek Swirski <leszeks@google.com>
759
760 * gdb.python/py-prettyprint.c
761 (struct to_string_returns_value_inner,
762 struct to_string_returns_value_wrapper): New.
763 (main): Add tsrvw variable.
764 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
765 ToStringReturnsValueWrapper): New classes.
766 (register_pretty_printers): Register new pretty-printers.
767 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
768 recursive pretty printer.
769 * gdb.python/py-mi.exp: Likewise.
770
7712018-02-01 Leszek Swirski <leszeks@google.com>
772
773 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
774 functions with the same name as an include file are parsed
775 correctly.
776
7772018-02-01 Yao Qi <yao.qi@linaro.org>
778
779 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
780 "\[^\r\n\]*".
781
7822018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
783
784 * gdb.arch/powerpc-prologue-frame.s: New file.
785 * gdb.arch/powerpc-prologue-frame.c: Likewise.
786 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
787
7882018-01-31 Joel Brobecker <brobecker@adacore.com>
789
790 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
791
7922018-01-30 Pedro Alves <palves@redhat.com>
793
794 PR gdb/13211
795 * gdb.base/interrupt-daemon.c: New.
796 * gdb.base/interrupt-daemon.exp: New.
797 * gdb.multi/multi-term-settings.c: New.
798 * gdb.multi/multi-term-settings.exp: New.
799
8002018-01-30 Joel Brobecker <brobecker@adacore.com>
801
802 * gdb.base/break.exp: Save the location where the breakpoint
803 on break.c:47 was actually inserted when debugging the version
804 compiled at -O2 and use it in the expected output of the "info
805 break" test performed soon after.
806
8072018-01-22 Pedro Alves <palves@redhat.com>
808 Sergio Durigan Junior <sergiodj@redhat.com>
809
810 * gdb.base/whatis.exp: Add tests for 'set print object on' +
811 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
812
8132018-01-22 Joel Brobecker <brobecker@adacore.com>
814
815 * gdb.base/break-include.c, gdb.base/break-include.inc,
816 gdb.base/break-include.exp: New files.
817 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
818 line number now being the actual line number where the breakpoint
819 was inserted.
820 * gdb.mi/mi-break.exp: Likewise.
821 * gdb.mi/mi-reverse.exp: Likewise.
822 * gdb.mi/mi-simplerun.exp: Ditto.
823
8242018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
825
826 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
827 varobj.
828 * gdb.mi/mi-var-create-rtti.exp: Likewise.
829
8302018-01-21 Don Breazeal <donb@codesourcery.com>
831 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.mi/basics.c: Add new global.
834 * gdb.mi/mi-frame-regs.exp: New file.
835 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
836 case.
837
8382018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
841 non-parameter, and on an unknown symbol.
842
8432018-01-19 Tom Tromey <tom@tromey.com>
844
845 * gdb.rust/modules.rs (TWENTY_THREE): New global.
846 * gdb.rust/modules.exp: Add ::-qualified lookup test.
847
8482018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
849
850 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
851 setrlimit and chdir to int.
852
8532018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
854
855 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
856 function.
857 (my_tend): Likewise.
858 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
859 rationale of avoiding FP- and vector instructions.
860
8612018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
862
863 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
864 "info reg" with "\[ \t\]*".
865 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
866 "\[ \t\]+".
867 * gdb.arch/s390-multiarch.exp: Ditto.
868 * gdb.base/pc-fp.exp: Ditto.
869 * gdb.reverse/i386-precsave.exp: Ditto.
870 * gdb.reverse/i386-reverse.exp: Ditto.
871 * gdb.reverse/i387-env-reverse.exp: Ditto.
872 * gdb.reverse/i387-stack-reverse.exp: Ditto.
873
8742018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
875
876 * lib/gdb.exp (gdb_compile): Re-enable use of
877 universal_compile_options for languages other than Rust.
878
8792018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
880
881 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
882
8832018-01-17 Mike Gulick <mgulick@mathworks.com>
884
885 PR gdb/16577
886 * gdb.base/solib-vanish.exp: New.
887 * gdb.base/solib-vanish-main.c: New.
888 * gdb.base/solib-vanish-lib1.c: New.
889 * gdb.base/solib-vanish-lib2.c: New.
890
8912018-01-17 Yao Qi <yao.qi@linaro.org>
892
893 * gdb.compile/compile.exp: Match the address printed for
894 frame in the output of command "bt".
895
8962018-01-15 Tom Tromey <tom@tromey.com>
897
898 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
899 compute sp_reg.
900
9012018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
904 to prepare.
905 (prepare): Return 0 on error, 1 on success.
906
9072018-01-12 Pedro Alves <palves@redhat.com>
908
909 * gdb.base/continue-after-aborted-step-over.c: New.
910 * gdb.base/continue-after-aborted-step-over.exp: New.
911
9122018-01-11 Simon Marchi <simon.marchi@ericsson.com>
913
914 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
915 options when not creating an executable.
916
9172018-01-11 Pedro Alves <palves@redhat.com>
918
919 PR remote/22597
920 * gdb.server/stop-reply-no-thread.c: New file.
921 * gdb.server/stop-reply-no-thread.exp: New file.
922
9232018-01-10 Pedro Alves <palves@redhat.com>
924
925 PR gdb/22670
926 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
927 functions too. Test setting breakpoints and printing C functions
928 with no debug info too.
929 * gdb.ada/bp_c_mixed_case/qux.c: New file.
930
9312018-01-10 Pedro Alves <palves@redhat.com>
932
933 PR gdb/22670
934 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
935 a fail.
936
9372018-01-10 Pedro Alves <palves@redhat.com>
938
939 PR gdb/22670
940 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
941
9422018-01-08 Simon Marchi <simon.marchi@ericsson.com>
943
944 * gdb.server/unittest.exp: Match the output in non-development
945 mode.
946
9472018-01-08 Simon Marchi <simon.marchi@ericsson.com>
948
949 * gdb.gdb/unittest.exp: Match output in non-development mode.
950
9512018-01-08 Joel Brobecker <brobecker@adacore.com>
952
953 * gdb.ada/access_tagged_param.exp: Relax expected output
954 for value of "ObjL" in "continue" to pck.inspect breakpoint
955 test.
956
9572018-01-08 Joel Brobecker <brobecker@adacore.com>
958
959 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
960 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
961
9622018-01-05 Pedro Alves <palves@redhat.com>
963
964 PR gdb/18653
965 * gdb.base/libsegfault.exp: New.
966
9672018-01-05 Joel Brobecker <brobecker@adacore.com>
968
969 PR gdb/22670
970 * gdb.ada/access_tagged_param.exp: New file.
971 * gdb.ada/access_tagged_param/foo.adb: New file.
972
9732018-01-05 Pedro Alves <palves@redhat.com>
974
975 PR gdb/22670
976 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
977 exercise lower case too, and to exercise both full matching and
978 wild matching.
979
9802018-01-05 Joel Brobecker <brobecker@adacore.com>
981
982 * gdb.ada/rename_subscript_param: New testcase.
983
9842018-01-05 Jerome Guitton <guitton@adacore.com>
985
986 * gdb.ada/arr_acc_idx_w_gap: New testcase.
987
9882018-01-05 Joel Brobecker <brobecker@adacore.com>
989
990 * gdb.ada/convvar_comp: New testcase.
991
9922018-01-05 Xavier Roirand <roirand@adacore.com>
993
994 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
995 (My_Table): New global variable.
996 * testsuite/gdb.ada/array_char_idx.exp: Add test.
997
9982018-01-04 Joel Brobecker <brobecker@adacore.com>
999
1000 PR gdb/22670
1001 * gdb.ada/maint_with_ada: New testcase.
1002
10032018-01-04 Joel Brobecker <brobecker@adacore.com>
1004
1005 PR gdb/22670
1006 * gdb.ada/bp_c_mixed_case: New testcase.
1007
10082018-01-04 Joel Brobecker <brobecker@adacore.com>
1009
1010 PR gdb/22670
1011 * gdb.ada/complete.exp: Add "complete break ada" test.
1012
10132018-01-04 Joel Brobecker <brobecker@adacore.com>
1014
1015 PR gdb/22670
1016 * gdb.ada/info_addr_mixed_case: New testcase.
1017
10182018-01-03 Xavier Roirand <roirand@adacore.com>
1019
1020 * gdb.ada/excep_handle.exp: New testcase.
1021 * gdb.ada/excep_handle/foo.adb: New file.
1022 * gdb.ada/excep_handle/pck.ads: New file.
1023
10242018-01-03 Joel Brobecker <brobecker@adacore.com>
1025
1026 * gdb.base/step-line.c: Add extra empty line in copyright header.
1027 * gdb.base/step-line.inp: Likewise.
1028
10292018-01-02 Joel Brobecker <brobecker@adacore.com>
1030
1031 * gdb.ada/dyn_stride.exp: Add slice test.
1032
10332018-01-02 Joel Brobecker <brobecker@adacore.com>
1034
1035 * gdb.ada/dyn_stride: New testcase.
1036
10372017-12-27 Stafford Horne <shorne@gmail.com>
1038
1039 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1040 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1041
10422017-12-27 Stafford Horne <shorne@gmail.com>
1043
1044 * gdb.base/reggroups.c: New file.
1045 * gdb.base/reggroups.exp: New file.
1046
10472017-12-18 Joel Brobecker <brobecker@adacore.com>
1048
1049 * gdb.dwarf2/ada-valprint-error.c: New file.
1050 * gdb.dwarf2/ada-valprint-error.exp: New file.
1051
10522017-12-18 Joel Brobecker <brobecker@adacore.com>
1053
1054 * gdb.ada/assign_arr: New testcase.
1055
10562017-12-18 Xavier Roirand <roirand@adacore.com>
1057
1058 * gdb.ada/funcall_ptr: New testcase.
1059
10602017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1061
1062 PR cli/16224
1063 * gdb.base/ptype-offsets.cc: New file.
1064 * gdb.base/ptype-offsets.exp: New file.
1065
10662017-12-15 Yao Qi <yao.qi@linaro.org>
1067
1068 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1069 if XML is disabled.
1070
10712017-12-15 Xavier Roirand <roirand@adacore.com>
1072
1073 * gdb.ada/same_component_name: New testcase.
1074
10752017-12-14 Joel Brobecker <brobecker@adacore.com>
1076
1077 * gdb.ada/str_binop_equal: New testcase.
1078
10792017-12-14 Joel Brobecker <brobecker@adacore.com>
1080
1081 * gdb.ada/task_switch_in_core: New testcase.
1082
10832017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1084
1085 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1086 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1087 call test_bkpt_qualified.
1088 (test_bkpt_qualified): New proc.
1089
10902017-12-13 Pedro Alves <palves@redhat.com>
1091
1092 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1093 Tighten regexp by matching with an anchor.
1094
10952017-12-13 Pedro Alves <palves@redhat.com>
1096
1097 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1098 ("expression with namespace"): New set of tests.
1099 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1100 (Nested::Test_NS::qux): New.
1101 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1102 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1103
11042017-12-13 Joel Brobecker <brobecker@adacore.com>
1105
1106 * gdb.base/server-del-break.c: New file.
1107 * gdb.base/server-del-break.exp: New file.
1108
11092017-12-12 Stafford Horne <shorne@gmail.com>
1110
1111 * gdb.xml/tdesc-regs.exp: Add or1k support.
1112
11132017-12-12 Stafford Horne <shorne@gmail.com>
1114
1115 * gdb.base/bp-permanent.c: Define nop of or1k.
1116
11172017-12-11 Joel Brobecker <brobecker@adacore.com>
1118
1119 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1120 output with components being reordered.
1121
11222017-12-11 Joel Brobecker <brobecker@adacore.com>
1123
1124 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1125 output with components being reordered.
1126
11272017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1128 Pedro Alves <palves@redhat.com>
1129
1130 * gdb.base/maint.exp (check for .gdb_index): Check also for
1131 .debug_names.
1132 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1133 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1134 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1135 (.gdb_index used after symbol reloading): Support also .debug_names.
1136 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1137
11382017-12-08 Yao Qi <yao.qi@linaro.org>
1139
1140 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1141 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1142
11432017-12-08 Yao Qi <yao.qi@linaro.org>
1144
1145 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1146 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1147
11482017-12-08 Yao Qi <yao.qi@linaro.org>
1149
1150 * gdb.arch/aarch64-tagged-pointer.c: New file.
1151 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1152
11532017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1154
1155 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1156 "int".
1157
11582017-12-07 Keith Seitz <keiths@redhat.com>
1159
1160 PR breakpoints/22569
1161 * gdb.linespec/ls-errs.exp: Change expected result of "break
1162 -source this file has spaces.c -line 3".
1163 Check that an explicit source file followed by whitespace is
1164 identified as an invalid explicit location.
1165
11662017-12-07 Keith Seitz <keiths@redhat.com>
1167
1168 * gdb.cp/nested-types.cc: New file.
1169 * gdb.cp/nested-types.exp: New file.
1170 * lib/cp-support.exp: Load data-structures.exp library.
1171 (debug_cp_test_ptype_class): New global.
1172 (cp_ptype_class_verbose, next_line): New procedures.
1173 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1174 Add and document new return value.
1175 Switch the list of lines to a queue.
1176 Add support for new `type' key for nested type definitions.
1177 Add debugging/troubleshooting messages.
1178 * lib/data-structures.exp: New file.
1179
11802017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1181
1182 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1183 with proc_with_prefix, don't use with_test_prefix.
1184
11852017-12-07 Tom Tromey <tom@tromey.com>
1186
1187 * gdb.base/break.exp: Add test for empty "commands".
1188
11892017-12-07 Yao Qi <yao.qi@linaro.org>
1190
1191 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1192 malloc and catch syscall.
1193
11942017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1195
1196 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1197 tests for explicit locations.
1198
11992017-12-06 Pedro Alves <palves@redhat.com>
1200
1201 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1202 force-disabling XML descriptions.
1203
12042017-12-04 Pedro Alves <palves@redhat.com>
1205
1206 PR gdb/22499
1207 * gdb.arch/amd64-disp-step-avx.S: New file.
1208 * gdb.arch/amd64-disp-step-avx.exp: New file.
1209
12102017-12-03 Pedro Alves <palves@redhat.com>
1211
1212 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1213 and <string.h>.
1214 (parent_function): Print distinct messages when waitpid fails, or
1215 the child exits with a signal, or the child exits for an unhandled
1216 reason.
1217 * gdb.threads/process-dies-while-detaching.exp
1218 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1219 it. Wait for both inferior output and GDB's prompt. Use an
1220 indirect spawn id list.
1221 (do_detach): New parameter 'child_exit'. Use it to compute
1222 expected inferior output.
1223 (test_detach, test_detach_watch, test_detach_killed_outside):
1224 Adjust to pass down the expected child exit kind.
1225
12262017-12-01 Joel Brobecker <brobecker@adacore.com>
1227 Sergio Durigan Junior <sergiodj@redhat.com>
1228 Pedro Alves <palves@redhat.com>
1229
1230 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1231
12322017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1233
1234 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1235 to 'symbol-file' and 'add-symbol-file' can be
1236 position-independent.
1237
12382017-12-01 Yao Qi <yao.qi@linaro.org>
1239
1240 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1241 the URL in copyright header.
1242 * gdb.arch/aarch64-fp.exp: Likewise.
1243 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1244 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1245 * gdb.base/expand-psymtabs.exp: Likewise.
1246 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1247 * gdb.fortran/common-block.exp: Likewise.
1248 * gdb.fortran/common-block.f90: Likewise.
1249 * gdb.fortran/logical.exp: Likewise.
1250 * gdb.fortran/vla-datatypes.f90: Likewise.
1251 * gdb.fortran/vla-sub.f90: Likewise.
1252
12532017-11-30 Joel Brobecker <brobecker@adacore.com>
1254
1255 * gdb.ada/repeat_dyn: New testcase.
1256
12572017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1258
1259 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1260 Update for changed thread numbering.
1261 * gdb.cell/bt.exp: Update for changed GDB output.
1262
12632017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1264
1265 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1266 setting isremote by hand.
1267 * boards/dwarf4-gdb-index.exp: Likewise.
1268 * boards/fission.exp: Likewise.
1269 * boards/stabs.exp: Likewise.
1270
12712017-11-30 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.linespec/cpls-ops.exp
1274 (check_explicit_skips_function_argument): Extract the underlying
1275 type of size_t instead of hardcoding it.
1276
12772017-11-29 Pedro Alves <palves@redhat.com>
1278
1279 PR c++/19436
1280 * gdb.linespec/cpls-abi-tag.cc: New file.
1281 * gdb.linespec/cpls-abi-tag.exp: New file.
1282
12832017-11-29 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.base/langs.exp: Use -qualified.
1286 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1287 it.
1288 * gdb.cp/namespace.exp: Use -qualified.
1289 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1290 (overload-3, template-overload, template-ret-type, const-overload)
1291 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1292 procedures.
1293 (test_driver): Call them.
1294 * gdb.cp/save-bp-qualified.cc: New.
1295 * gdb.cp/save-bp-qualified.exp: New.
1296 * gdb.linespec/explicit.exp: Test -qualified.
1297 * lib/completion-support.exp (completion::explicit_opts_list): Add
1298 "-qualified".
1299 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1300
13012017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1302
1303 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1304
13052017-11-29 Tom Tromey <tom@tromey.com>
1306
1307 * gdb.base/relocate.exp: Update invalid argument test.
1308 Add new tests for invalid arguments.
1309
13102017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1311
1312 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1313 Return 0 as a long.
1314 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1315
13162017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1317
1318 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1319 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1320 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1321 func ().
1322 * gdb.cp/shadow.cc (B.func): Return 0.
1323
13242017-11-27 Joel Brobecker <brobecker@adacore.com>
1325
1326 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1327 expected output in gdb_expect call to allow the exception
1328 message to be present as well. Fix syntax confusion to avoid
1329 TCL thinking that exception_name is an array.
1330
13312017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1332
1333 * gdb.arch/spu-info.c: Include <unistd.h>.
1334 (do_signal_test): Fix broken calls to write.
1335 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1336 Fix checks for empty mailboxes. Update signal tests for corrected
1337 do_signal_test routine. Allow nonzero event status.
1338 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1339 * gdb.cell/arch.exp: Use standard_output_file.
1340 * gdb.cell/break.exp: Likewise.
1341 * gdb.cell/bt.exp: Likewise.
1342 * gdb.cell/core.exp: Likewise.
1343 * gdb.cell/dwarfaddr.exp: Likewise.
1344 * gdb.cell/ea-cache.exp: Likewise.
1345 * gdb.cell/ea-standalone.exp: Likewise.
1346 * gdb.cell/f-regs.exp: Likewise.
1347 * gdb.cell/fork.exp: Likewise.
1348 * gdb.cell/gcore.exp: Likewise.
1349 * gdb.cell/mem-access.exp: Likewise.
1350 * gdb.cell/ptype.exp: Likewise.
1351 * gdb.cell/registers.exp: Likewise.
1352 * gdb.cell/sizeof.exp: Likewise.
1353 * gdb.cell/solib-symbol.exp: Likewise.
1354 * gdb.cell/solib.exp: Likewise.
1355
13562017-11-25 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.base/complete-empty.exp: New file.
1359 * gdb.base/completion.exp: Adjust.
1360
13612017-11-25 Pedro Alves <palves@redhat.com>
1362
1363 * gdb.linespec/cpls-ops.cc: New file.
1364 * gdb.linespec/cpls-ops.exp: New file.
1365 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1366 factored out from ...
1367 (test_complete_prefix_range): ... this.
1368
13692017-11-24 Pedro Alves <palves@redhat.com>
1370
1371 * gdb.linespec/cpcompletion.exp: New file.
1372 * gdb.linespec/cpls-hyphen.cc: New file.
1373 * gdb.linespec/cpls.cc: New file.
1374 * gdb.linespec/cpls2.cc: New file.
1375 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1376 test to use test_gdb_complete_unique. Add label completion,
1377 keyword completion and explicit location completion tests.
1378 * lib/completion-support.exp: New file.
1379
13802017-11-24 Joel Brobecker <brobecker@adacore.com>
1381
1382 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1383 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1384 when hitting an exception catchpoint.
1385
13862017-11-22 Yao Qi <yao.qi@linaro.org>
1387
1388 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1389
13902017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1391
1392 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1393 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1394 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1395
13962017-11-22 Yao Qi <yao.qi@linaro.org>
1397
1398 * gdb.base/info-os.exp: Pass pthreads.
1399 * gdb.multi/multi-attach.exp: Likewise.
1400
14012017-11-22 Yao Qi <yao.qi@linaro.org>
1402
1403 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1404 compiler.
1405
14062017-11-22 Yao Qi <yao.qi@linaro.org>
1407
1408 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1409 * gdb.base/break-interp.exp: Likewise.
1410 * gdb.base/jit-attach-pie.exp: Likewise.
1411
14122017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1413
1414 * gdb.base/float128.c (large128): New variable.
1415 * gdb.base/float128.exp: Add test to print largest __float128 value.
1416
14172017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1418
1419 * gdb.arch/vsx-regs.exp: Update register content checks.
1420
14212017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1422
1423 * gdb.arch/ppc-longdouble.exp: New file.
1424 * gdb.arch/ppc-longdouble.c: Likewise.
1425
14262017-11-21 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1429
14302017-11-20 Pedro Alves <palves@redhat.com>
1431
1432 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1433 (long_double_typedef): New typedefs.
1434 Use DEF on double and long double.
1435 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1436 cases.
1437 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1438 and 'long_double_ptr_same_size' locals. Use them to decide
1439 whether cast from array/function to float is valid/invalid.
1440
14412017-11-17 Tom Tromey <tom@tromey.com>
1442
1443 * gdb.rust/traits.rs: New file.
1444 * gdb.rust/traits.exp: New file.
1445
14462017-11-17 Joel Brobecker <brobecker@adacore.com>
1447
1448 * gdb.ada/minsyms: New testcase.
1449
14502017-11-16 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1453 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1454
14552017-11-16 Pedro Alves <palves@redhat.com>
1456
1457 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1458 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1459
14602017-11-16 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.server/reconnect-ctrl-c.c: New file.
1463 * gdb.server/reconnect-ctrl-c.exp: New file.
1464
14652017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1466
1467 * gdb.python/py-rbreak.exp: New file.
1468 * gdb.python/py-rbreak.c: New file.
1469 * gdb.python/py-rbreak-func2.c: New file.
1470
14712017-11-16 Pedro Alves <palves@redhat.com>
1472
1473 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1474 pattern.
1475 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1476 GDB.
1477
14782017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1479
1480 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1481 regex.
1482
14832017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1484
1485 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1486 test names.
1487
14882017-11-09 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1491 factored out from ...
1492 (top level): ... here, and adjusted to avoid expecting beyond the
1493 prompt in a single gdb_test_multiple.
1494
14952017-11-09 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1498 output.
1499 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1500 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1501 * gdb.server/ext-run.exp ("kill" test): Likewise.
1502 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1503
15042017-11-09 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1507 match till end of line.
1508
15092017-11-09 Pedro Alves <palves@redhat.com>
1510
1511 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1512
15132017-11-09 Pedro Alves <palves@redhat.com>
1514
1515 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1516 New procedures, factored out from ...
1517 (top level): ... here, and adjusted to avoid expecting beyond the
1518 prompt in one go.
1519
15202017-11-09 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1523 output. Fix '?' match.
1524
15252017-11-08 Joel Brobecker <brobecker@adacore.com>
1526
1527 * gdb.ada/scoped_watch: New testcase.
1528 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1529 which is actually correct.
1530 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1531 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1532
15332017-11-08 Pedro Alves <palves@redhat.com>
1534
1535 * gdb.gdb/complaints.exp (test_initial_complaints)
1536 (test_serial_complaints, test_short_complaints): Call
1537 complaint_internal instead of complaint.
1538
15392017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1540
1541 * gdb.threads/tls-core.c: New file.
1542 * gdb.threads/tls-core.exp: Likewise.
1543
15442017-11-08 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1547 (p Exported_Capitalized): New test.
1548 (p exported_capitalized): New test.
1549
15502017-11-07 Pedro Alves <palves@redhat.com>
1551
1552 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1553
15542017-11-07 Pedro Alves <palves@redhat.com>
1555
1556 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1557 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1558 (disable_invalid, disable_inverted, disable_negative): New
1559 procedures.
1560 ("bad numbers"): New set of tests.
1561
15622017-11-07 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.cp/ena-dis-br-range.exp: Add tests.
1565
15662017-11-07 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1569
15702017-11-07 Xavier Roirand <roirand@adacore.com>
1571 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.base/ena-dis-br.exp: Add reference to
1574 gdb.cp/ena-dis-br-range.exp.
1575 * gdb.cp/ena-dis-br-range.exp: New file.
1576 * gdb.cp/ena-dis-br-range.cc: New file.
1577
15782017-11-06 Pedro Alves <palves@redhat.com>
1579
1580 * gdb.base/attach-non-pgrp-leader.c: New.
1581 * gdb.base/attach-non-pgrp-leader.exp: New.
1582
15832017-11-06 Pedro Alves <palves@redhat.com>
1584
1585 * configure.ac: No longer check for termio.h and sgtty.h.
1586 * configure: Regenerate.
1587 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1588 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1589 Remove termio and sgtty code.
1590
15912017-11-03 Yao Qi <yao.qi@linaro.org>
1592
1593 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1594 in GDB is disabled.
1595
15962017-11-03 Yao Qi <yao.qi@linaro.org>
1597
1598 * gdb.python/py-thrhandle.exp: Skip it if python is not
1599 enabled.
1600
16012017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1602
1603 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1604 as a breakpoint command.
1605
16062017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1607
1608 PR python/21213
1609 * gdb.python/py-infthread.exp: Test calling
1610 InferiorThread.inferior () multiple times in a row.
1611
16122017-10-27 Keith Seitz <keiths@redhat.com>
1613
1614 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1615 Test "info break" for every inlined function breakpoint.
1616
16172017-10-27 Yao Qi <yao.qi@linaro.org>
1618
1619 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1620
16212017-10-26 Patrick Frants <osscontribute@gmail.com>
1622
1623 * gdb.cp/classes.exp (test_static_members): Test printing
1624 Outer::instance.
1625 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1626 (Inner::instance, Outer::instance): New.
1627
16282017-10-24 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1631 extra console" test in two stages.
1632
16332017-10-24 Pedro Alves <palves@redhat.com>
1634
1635 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1636
16372017-10-24 Pedro Alves <palves@redhat.com>
1638
1639 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1640 loop.
1641
16422017-10-24 Pedro Alves <palves@redhat.com>
1643
1644 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1645 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1646
16472017-10-24 Pedro Alves <palves@redhat.com>
1648
1649 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1650 parameter and handle it. Don't output read value in test name.
1651
16522017-10-24 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1655 custom test name.
1656
16572017-10-24 Pedro Alves <palves@redhat.com>
1658
1659 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1660 include the unstable output directory name in the test's name.
1661 (initial_setup_simple) <'set args'>: Use custom test name.
1662
16632017-10-24 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1666 with explicit test name.
1667
16682017-10-20 Pedro Alves <palves@redhat.com>
1669
1670 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1671 'wait -i'. Use gdb_assert and remote_close.
1672
16732017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1676 number from variable rather than hard-coded.
1677
16782017-10-19 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.base/long-inferior-output.c: New file.
1681 * gdb.base/long-inferior-output.exp: New file.
1682
16832017-11-18 Keith Seitz <keiths@redhat.com>
1684
1685 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1686 method.
1687 (main): Call it.
1688 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1689 Add additional user-defined conversion operator tests.
1690
16912017-10-17 Pedro Alves <palves@redhat.com>
1692
1693 * boards/native-stdio-gdbserver.exp: Load "local-board".
1694
16952017-10-17 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.base/quit-live.c: New file.
1698 * gdb.base/quit-live.exp: New file.
1699
17002017-10-16 Keith Seitz <keiths@redhat.com>
1701
1702 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1703 (class_with_protected_typedef, class_with_private_typedef)
1704 (struct_with_public_typedef, struct_with_protected_typedef)
1705 (struct_with_private_typedef): New classes/structs.
1706 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1707 typedefs and access specifiers.
1708
17092017-10-16 Pedro Alves <palves@redhat.com>
1710 Simon Marchi <simon.marchi@polymtl.ca>
1711
1712 * README (Local vs Remote vs Native): New section.
1713 * boards/local-board.exp: New file, with bits factored out from
1714 ...
1715 * boards/native-extended-gdbserver.exp: ... here. Load
1716 "local-board".
1717 * boards/native-gdbserver.exp: Load "local-board".
1718 (${board}_spawn, ${board}_exec): Delete.
1719 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1720 ...
1721 * boards/stdio-gdbserver-base.exp: ... this new file.
1722 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1723 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1724 procedure.
1725 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1726 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1727 stdio_gdbserver_command.
1728 (${board}_get_remote_address, ${board}_get_comm_port)
1729 (${board}_download, ${board}_upload): Delete.
1730 (get_target_remote_pipe_cmd): New.
1731
17322017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1733
1734 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1735 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1736 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1737 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1738 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1739 remove with_test_prefix.
1740
17412017-10-13 Pedro Alves <palves@redhat.com>
1742
1743 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1744 * gdb.base/annota1.exp: Use it instead of is_remote.
1745 * gdb.base/annota3.exp: Use it instead of is_remote.
1746 * gdb.cp/annota2.exp: Use it instead of is_remote.
1747 * gdb.cp/annota3.exp: Use it instead of is_remote.
1748 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1749
17502017-10-13 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1753 (test_num_test_vars, run_and_count_vars, find_env)
1754 (test_set_unset_env, test_inherit_env_var): New procedures.
1755 (top level): Use them.
1756
17572017-10-13 Pedro Alves <palves@redhat.com>
1758
1759 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1760 also skip on stub-like targets.
1761
17622017-10-13 Pedro Alves <palves@redhat.com>
1763
1764 PR gdb/22293
1765 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1766 (top level): Move some tests to ...
1767 (test_not_found): ... this new procedure.
1768 (top level): Call it.
1769
17702017-10-13 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1773 expect different "info terminal" output if testing with a
1774 non-native target.
1775
17762017-10-13 Pedro Alves <palves@redhat.com>
1777 Simon Marchi <simon.marchi@polymtl.ca>
1778
1779 PR python/12966
1780 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1781
17822017-10-13 Pedro Alves <palves@redhat.com>
1783
1784 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1785 already.
1786
17872017-10-13 Pedro Alves <palves@redhat.com>
1788
1789 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1790 is_remote.
1791
17922017-10-13 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1795 is_remote.
1796
17972017-10-13 Pedro Alves <palves@redhat.com>
1798
1799 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1800 is set.
1801 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1802 instead of is_remote.
1803
18042017-10-13 Pedro Alves <palves@redhat.com>
1805
1806 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1807 (top level): Add comment.
1808
18092017-10-13 Pedro Alves <palves@redhat.com>
1810
1811 * gdb.base/remote.exp (top level): Fix comment typo and add
1812 missing return.
1813
18142017-10-13 Pedro Alves <palves@redhat.com>
1815 Simon Marchi <simon.marchi@polymtl.ca>
1816
1817 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1818 calls and add comments. Skip test if use_gdb_stub is set.
1819 (top level): Use "set cwd" command instead of "cd" command.
1820
18212017-10-13 Pedro Alves <palves@redhat.com>
1822
1823 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1824 is_remote target check.
1825
18262017-10-13 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.base/scope.exp: Use build_executable + clean_restart +
1829 gdb_file_cmd instead of prepare_for_testing and no longer skip
1830 "before run" tests on is_remote target boards. Update comments.
1831 * boards/native-extended-gdbserver.exp
1832 (extended_gdbserver_load_last_file): New, factored out from ...
1833 (gdb_load): ... this. Move further below and add comment.
1834 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1835
18362017-10-12 Pedro Alves <palves@redhat.com>
1837
1838 * gdb.base/attach.exp: Remove references to gdb64.
1839 * gdb.base/dbx.exp: Remove references to gdb64.
1840
18412017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1842 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.base/label.exp: Remove is_remote target check.
1845
18462017-10-12 Pedro Alves <palves@redhat.com>
1847
1848 * gdb.base/auvx.exp (coredir): Update comment.
1849 (top level) <core_works>: Use "set cwd" command instead of "cd"
1850 command.
1851
18522017-10-12 Pedro Alves <palves@redhat.com>
1853 Simon Marchi <simon.marchi@polymtl.ca>
1854
1855 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1856 target boards.
1857
18582017-10-12 Pedro Alves <palves@redhat.com>
1859 Simon Marchi <simon.marchi@polymtl.ca>
1860
1861 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1862 Instead skip if there's any gdb_protocol set.
1863
18642017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1865 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1868
18692017-10-12 Pedro Alves <palves@redhat.com>
1870 Simon Marchi <simon.marchi@polymtl.ca>
1871
1872 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1873 instead of on dejagnu remote boards.
1874
18752017-10-12 Pedro Alves <palves@redhat.com>
1876 Simon Marchi <simon.marchi@polymtl.ca>
1877
1878 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1879 checks. Use build_executable + clean_restart instead of
1880 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1881 of enabling non-stop after starting gdb.
1882
18832017-10-12 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1886 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1887 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1888 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1889
18902017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1891
1892 * gdb.arch/arc-tdesc-cpu.exp: New file.
1893 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1894
18952017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1896
1897 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1898
18992017-10-10 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1902 expect CLI output.
1903
19042017-10-10 Pedro Alves <palves@redhat.com>
1905
1906 * lib/selftest-support.exp (selftest_setup): Update for
1907 captured_command_loop's prototype change.
1908
19092017-10-09 Pedro Alves <palves@redhat.com>
1910
1911 Test both arch1=>arch2 and arch2=>arch1.
1912
1913 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1914 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1915 factored out to...
1916 (append_arch1_options, append_arch2_options, append_arch_options)
1917 (build_executables): New procedures.
1918 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1919 local.
1920 (top level): Add new 'first_arch' testing axis.
1921
19222017-10-09 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1925 (barrier): New.
1926 (thread_start, all_started): New functions.
1927 (main): Spawn new thread and wait until it is scheduled.
1928 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1929 option.
1930 (do_test): Add 'selected_thread' parameter. Run to all_started
1931 instead of main. Explicitly set the breakpoint at main. Switch
1932 to the SELECTED_THREAD thread.
1933 (top level): Test handling the exec event with either the main
1934 thread or the second thread selected.
1935
19362017-10-09 Pedro Alves <palves@redhat.com>
1937
1938 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1939 logic. Move STOP marker after the value checks.
1940 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1941 regexp.
1942
19432017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1944
1945 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1946
19472017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1948
1949 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1950 integer-to-dfp conversion.
1951 * gdb.base/dfp-test.exp: Likewise.
1952
19532017-10-04 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.multi/hangout.c: Include <unistd.h>.
1956 (hangout_loop): New function.
1957 (main): Call alarm. Call hangout_loop in a loop.
1958 * gdb.multi/hello.c: Include <unistd.h>.
1959 (hello_loop): New function.
1960 (main): Call alarm. Call hangout_loop in a loop.
1961 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1962 inferior with the other selected.
1963
19642017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1965
1966 * gdb.mi/list-thread-groups-available.exp: New file.
1967 * gdb.mi/list-thread-groups-available.c: New file.
1968
19692017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1970
1971 * gdb.base/set-cwd.exp: Make it available on
1972 native-extended-gdbserver.
1973
19742017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1975
1976 * gdb.base/set-cwd.c: New file.
1977 * gdb.base/set-cwd.exp: Likewise.
1978
19792017-10-02 Tom Tromey <tom@tromey.com>
1980
1981 PR rust/22236:
1982 * gdb.rust/simple.rs (main): New variable "fslice".
1983 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1984
19852017-10-02 Tom Tromey <tom@tromey.com>
1986
1987 * gdb.rust/simple.exp: Test ptype of a slice.
1988
19892017-10-02 Tom Tromey <tom@tromey.com>
1990
1991 * gdb.rust/simple.exp: Test index of slice.
1992
19932017-09-27 Tom Tromey <tom@tromey.com>
1994
1995 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1996
19972017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1998 Pedro Alves <palves@redhat.com>
1999
2000 * gdb.base/compare-sections.exp (get value of read-only section): Read
2001 as unsigned value.
2002 (corrupt read-only section): Likewise and don't set written if patching
2003 failed.
2004
20052017-09-21 Kevin Buettner <kevinb@redhat.com>
2006
2007 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2008 files.
2009
20102017-09-20 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2013 symbol names in gdb's output.
2014 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2015
20162017-09-20 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2019 Rename to ...
2020 (test_list_ambiguous_symbol): ... this and add a symbol name
2021 parameter. Adjust.
2022 (test_list_ambiguous_function): Reimplement on top of
2023 test_list_ambiguous_symbol and also test listing ambiguous
2024 variables.
2025 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2026 (ambiguous_fun): ... this.
2027 (ambiguous_var): New.
2028 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2029 (ambiguous_fun): ... this.
2030 (ambiguous_var): New.
2031
20322017-09-19 John Baldwin <jhb@FreeBSD.org>
2033
2034 * gdb.base/starti.c: New file.
2035 * gdb.base/starti.exp: New file.
2036 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2037
20382017-09-14 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2041 (top level): Use it instead of runto.
2042
20432017-09-11 Tom Tromey <tom@tromey.com>
2044
2045 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2046
20472017-09-11 Tom Tromey <tom@tromey.com>
2048
2049 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2050 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2051
20522017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2053
2054 * gdb.fortran/printing-types.exp: New file.
2055 * gdb.fortran/printing-types.exp: New file.
2056
20572017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2058
2059 * gdb.fortran/vla-ptype.exp: Fix typos.
2060 * gdb.fortran/vla-value.exp: Same.
2061
20622017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2063
2064 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2065 * gdb.mi/mi-var-child-f.exp: Likewise.
2066 * gdb.mi/mi-vla-fortran.exp: Likewise.
2067
20682017-09-08 Frank Penczek <frank.penczek@intel.com>
2069 Christoph Weinmann <christoph.t.weinmann@intel.com>
2070 Bernhard Heckel <bernhard.heckel@intel.com>
2071
2072 * gdb.fortran/ptr-indentation.f90: New file.
2073 * gdb.fortran/ptr-indentation.exp: New file.
2074
20752017-09-05 Tom Tromey <tom@tromey.com>
2076
2077 PR gdb/22010:
2078 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2079
20802017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2081
2082 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2083
20842017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2085
2086 * gdb.threads/tls-nodebug-pie.c: New file.
2087 * gdb.threads/tls-nodebug-pie.exp: New file.
2088
20892017-09-05 Tom Tromey <tom@tromey.com>
2090
2091 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2092 for rust.
2093
20942017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2095
2096 * gdb.multi/multi-arch-exec.exp: Test with different
2097 "follow-exec-mode" settings.
2098 (do_test): New procedure.
2099
21002017-09-04 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.base/func-static.c (S::method const, S::method volatile)
2103 (S::method volatile const): New methods.
2104 (c_s, v_s, cv_s): New instances.
2105 (main): Call method() on them.
2106 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2107 (cannot_resolve): New procedure.
2108 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2109 print-quote-unquoted columns.
2110 (do_test): Test printing each scope too.
2111
21122017-09-04 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/local-static.exp: Also test with
2115 class::method::variable wholly quoted.
2116 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2117
21182017-09-04 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.base/local-static.c: New.
2121 * gdb.base/local-static.cc: New.
2122 * gdb.base/local-static.exp: New.
2123
21242017-09-04 Pedro Alves <palves@redhat.com>
2125
2126 * gdb.asm/asm-source.exp: Add casts to int.
2127 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2128 (dataglobal64_1, dataglobal64_2): New globals.
2129 * gdb.base/nodebug.exp: Test different expressions involving the
2130 new globals, with print, whatis and ptype. Add casts to int.
2131 * gdb.base/solib-display.exp: Add casts to int.
2132 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2133 * gdb.cp/m-static.exp: Add cast to int.
2134 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2135 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2136 tls variable with no debug info without a cast. Test with a cast
2137 to int too.
2138 * gdb.trace/entry-values.exp: Add casts.
2139
21402017-09-04 Pedro Alves <palves@redhat.com>
2141
2142 * gdb.base/nodebug.exp: Test that ptype's error about functions
2143 with unknown return type includes the function name too.
2144
21452017-09-04 Pedro Alves <palves@redhat.com>
2146
2147 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2148 return type of munmap in infcall.
2149 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2150 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2151 type of ftell in infcall.
2152 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2153 type of getpid in infcall.
2154 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2155 infcall.
2156 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2157 Bail on failure to extract the pid.
2158 * gdb.base/nodebug.c: #include <stdint.h>.
2159 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2160 New functions.
2161 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2162 Change expected output of print/whatis/ptype with functions with
2163 no debug info. Test all supported languages. Call
2164 test_call_promotion.
2165 * gdb.compile/compile.exp: Adjust expected output to expect
2166 warning.
2167 * gdb.threads/siginfo-threads.exp: Likewise.
2168
21692017-09-04 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2172 "prototypes". Test calling float functions via prototyped and
2173 unprototyped function pointers.
2174 (perform_all_tests): New parameter "prototypes". Pass it down.
2175 (top level): Pass down "prototypes" parameter to
2176 perform_all_tests.
2177
21782017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2179
2180 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2181 Test with nested loops.
2182
21832017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2184
2185 * gdb.base/commands.exp: Call the new procedures.
2186 (loop_break_test, loop_continue_test): New procedures.
2187
21882017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2189
2190 * gdb.base/commands.exp: Call new procedure.
2191 (define_if_without_arg_test): New procedure.
2192
21932017-09-04 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.base/list-ambiguous.exp: New file.
2196 * gdb.base/list-ambiguous0.c: New file.
2197 * gdb.base/list-ambiguous1.c: New file.
2198 * gdb.base/list.exp (test_list_range): Adjust expected output.
2199
22002017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2201
2202 * gdb.base/share-env-with-gdbserver.c: New file.
2203 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2204
22052017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2206
2207 * gdb.base/commands.exp (gdbvar_simple_if_test,
2208 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2209 progvar_simple_if_test, progvar_simple_while_test,
2210 progvar_complex_if_while_test, user_defined_command_test,
2211 user_defined_command_args_eval,
2212 user_defined_command_args_stack_test,
2213 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2214 temporary_breakpoint_commands,
2215 gdb_test_no_prompt, redefine_hook_test,
2216 redefine_backtrace_test): Remove "global gdb_prompt".
2217
22182017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2219
2220 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2221 New proc, call it from toplevel.
2222
22232017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2224
2225 PR remote/21852
2226 * gdb.server/normal.c: New file, copied from gdb.base.
2227 * gdb.server/run-without-local-binary.exp: New file.
2228
22292017-08-07 Weimin Pan <weimin.pan@oracle.com>
2230
2231 * gdb.arch/sparc64-adi.exp: New file.
2232 * gdb.arch/sparc64-adi.c: New file.
2233
22342017-08-22 Pedro Alves <palves@redhat.com>
2235
2236 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2237 (top level): Add "list all overloads" tests.
2238
22392017-08-22 Tom Tromey <tom@tromey.com>
2240
2241 * gdb.gdb/xfullpath.exp: Remove.
2242
22432017-08-21 Pedro Alves <palves@redhat.com>
2244
2245 PR gdb/19487
2246 * gdb.base/symbol-alias.c: New.
2247 * gdb.base/symbol-alias2.c: New.
2248 * gdb.base/symbol-alias.exp: New.
2249
22502017-08-21 Pedro Alves <palves@redhat.com>
2251
2252 * gdb.base/dfp-test.c
2253 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2254 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2255 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2256 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2257 * gdb.base/whatis-ptype-typedefs.c: New.
2258 * gdb.base/whatis-ptype-typedefs.exp: New.
2259 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2260 (an_int, an_int_type, an_int_type2): New globals.
2261 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2262 involving typedefs and cast expressions.
2263 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2264 (lookup_typedefs_function): New.
2265 (typedefs_pretty_printers_dict): New.
2266 (top level): Register lookup_typedefs_function in
2267 gdb.pretty_printers.
2268
22692017-08-18 Yao Qi <yao.qi@linaro.org>
2270
2271 * gdb.server/unittest.exp: New.
2272
22732017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2274
2275 PR gdb/21954
2276 * gdb.base/environ.exp: Add test to check if 'unset environment'
2277 works.
2278
22792017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2280
2281 * lib/gdb.exp (universal_compile_options): New caching proc.
2282 (gdb_compile): Suppress GCC's coloring of messages.
2283
22842017-08-14 Tom Tromey <tom@tromey.com>
2285
2286 PR gdb/21675:
2287 * gdb.base/printcmds.exp (test_radices): New function.
2288 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2289 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2290 * lib/gdb.exp (get_integer_valueof): Use p/d.
2291
22922017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2293
2294 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2295 characters.
2296
22972017-08-05 Tom Tromey <tom@tromey.com>
2298
2299 * gdb.rust/simple.exp: Allow String to appear in a different
2300 namespace.
2301
23022017-07-26 Yao Qi <yao.qi@linaro.org>
2303
2304 * gdb.gdb/unittest.exp: Invoke command
2305 "maintenance check xml-descriptions".
2306
23072017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2308
2309 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2310 calling context.
2311 (hex128): Drop erroneous calculation of parameters.
2312
23132017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2314
2315 * gdb.python/py-unwind.exp: Disable stack protection when
2316 building test file.
2317
23182017-07-20 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.base/default.exp (set language): Adjust expected output.
2321
23222017-07-20 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2325 (test_minsym): ... this, and make static.
2326 (get_pck__foo__bar__minsym): Rename to ...
2327 (get_test_minsym): ... this.
2328 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2329 symbol names and comments.
2330 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2331 (get_test_minsym): ... this.
2332 (pck__foo__bar__minsym__2): Rename to ...
2333 (test_minsym): ... this.
2334 (main): Adjust.
2335
23362017-07-17 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.base/completion.exp: Adjust expected output.
2339 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2340 the completer works.
2341
23422017-07-17 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2345
23462017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2349
23502017-07-14 Tom Tromey <tom@tromey.com>
2351
2352 PR rust/21764:
2353 * gdb.rust/simple.exp: Add tests.
2354
23552017-07-14 Tom Tromey <tom@tromey.com>
2356
2357 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2358
23592017-07-14 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.linespec/base/one/thefile.cc (z1): New function.
2362 * gdb.linespec/base/two/thefile.cc (z2): New function.
2363 * gdb.linespec/linespec.exp: Add tests.
2364
23652017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2368 to mi_create_breakpoint.
2369
23702017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2373 mi_create_breakpoint.
2374
23752017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2376
2377 * gdb.dlang/demangle.exp: Update for demangling changes.
2378
23792017-07-09 Tom Tromey <tom@tromey.com>
2380
2381 * gdb.dwarf2/shortpiece.exp: New file.
2382
23832017-07-06 David Blaikie <dblaikie@gmail.com>
2384
2385 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2386 built from fissiont-multi-cu{1,2}.c.
2387 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2388 except putting 'main' and 'func' in separate CUs in the same DWO file.
2389 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2390 test.
2391 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2392 test.
2393
23942017-07-06 Pedro Alves <palves@redhat.com>
2395
2396 * gdb.python/py-unwind.exp: Test flushregs.
2397
23982017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2399
2400 PR cli/21688
2401 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2402 tests for alias commands and trailing whitespace.
2403
24042017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2405
2406 PR cli/21688
2407 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2408 procedure. Call it.
2409
24102017-06-29 Pedro Alves <palves@redhat.com>
2411
2412 * gdb.base/printcmds.exp: Add tests.
2413
24142017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2415
2416 PR gdb/21337
2417 * gdb.base/reread-readsym.exp: New file.
2418 * gdb.base/reread-readsym.c: New file.
2419
24202017-06-21 Kevin Buettner <kevinb@redhat.com>
2421
2422 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2423 subpattern.
2424
24252017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2426
2427 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2428 extended mnemonic.
2429 * gdb.arch/powerpc-power9.s: Likewise.
2430
24312017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2432
2433 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2434 on 32-bit x86 targets. Exploit is_*_target macros where
2435 appropriate.
2436
24372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2438
2439 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2440 register pieces.
2441
24422017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2443
2444 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2445 located in one or more DWARF pieces.
2446
24472017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2448
2449 * lib/gdb.exp (get_endianness): New proc.
2450 * gdb.arch/aarch64-fp.exp: Use it.
2451 * gdb.arch/altivec-regs.exp: Likewise.
2452 * gdb.arch/e500-regs.exp: Likewise.
2453 * gdb.arch/vsx-regs.exp: Likewise.
2454 * gdb.base/dump.exp: Likewise.
2455 * gdb.base/funcargs.exp: Likewise.
2456 * gdb.base/gnu_vector.exp: Likewise.
2457 * gdb.dwarf2/formdata16.exp: Likewise.
2458 * gdb.dwarf2/implptrpiece.exp: Likewise.
2459 * gdb.dwarf2/nonvar-access.exp: Likewise.
2460 * gdb.python/py-inferior.exp: Likewise.
2461 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2462
24632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2464
2465 PR gdb/21226
2466 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2467 stack value pieces are taken from the LSB end.
2468
24692017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2470
2471 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2472 variable at nonzero offset.
2473
24742017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2475
2476 * gdb.dwarf2/var-access.c: New file.
2477 * gdb.dwarf2/var-access.exp: New test.
2478 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2479
24802017-06-12 Tom Tromey <tom@tromey.com>
2481
2482 * gdb.dwarf2/formdata16.exp: Add tests.
2483
24842017-06-12 Tom Tromey <tom@tromey.com>
2485
2486 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2487
24882017-06-12 Tom Tromey <tom@tromey.com>
2489
2490 PR exp/16225:
2491 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2492 * gdb.arch/vsx-regs.exp: Update tests.
2493 * gdb.arch/s390-vregs.exp (hex128): New proc.
2494 Update test.
2495 * gdb.arch/altivec-regs.exp: Update tests.
2496
24972017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2498
2499 * gdb.base/startup-with-shell.c: New file.
2500 * gdb.base/startup-with-shell.exp: Likewise.
2501
25022017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2503
2504 * gdb.server/non-existing-program.exp: Update regex in order to
2505 reflect the fact that gdbserver is now using fork_inferior (with a
2506 shell) to startup the inferior.
2507
25082017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2509
2510 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2511 support function calls from GDB.
2512
25132017-05-21 Tom Tromey <tom@tromey.com>
2514
2515 PR rust/21466:
2516 * gdb.rust/unsized.exp: New file.
2517 * gdb.rust/unsized.rs: New file.
2518
25192017-05-19 Tom Tromey <tom@tromey.com>
2520
2521 PR rust/21484:
2522 * gdb.rust/watch.exp: New file.
2523 * gdb.rust/watch.rs: New file.
2524
25252017-05-18 Tom Tromey <tom@tromey.com>
2526
2527 * gdb.rust/simple.exp: Allow Box to be qualified.
2528
25292017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2530
2531 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2532
25332017-05-18 Pedro Alves <palves@redhat.com>
2534
2535 * gdb.base/fileio.c (test_write, test_read, test_close)
2536 (test_fstat): Don't print 'ret' in the fail path.
2537
25382017-05-18 Pedro Alves <palves@redhat.com>
2539
2540 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2541 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2542 (test_system, test_rename, test_unlink, test_time): Change
2543 prototypes.
2544 * gdb.base/fileio.exp (stop_msg): Adjust.
2545
25462017-05-18 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.base/fileio.c (null_str): New global.
2549 (test_stat): Use it.
2550 * gdb.base/fileio.exp: Remove nowarnings.
2551
25522017-05-17 Yao Qi <yao.qi@linaro.org>
2553
2554 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2555
25562017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2557
2558 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2559 argument command.
2560 (top-level): Invoke test_set_inferior_tty.
2561
25622017-05-04 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2565 Add parens to print call for Python 3.
2566
25672017-05-03 Keith Seitz <keiths@redhat.com>
2568
2569 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2570 (main): Call it.
2571
25722017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2573
2574 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2575 to prev and next.
2576
25772017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2578
2579 * gdb.python/py-record-btrace.exp: Remove test for
2580 gdb.BtraceInstruction.error.
2581
25822017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2583
2584 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2585
25862017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2587
2588 * gdb.python/py-record-btrace-threads.c: New file.
2589 * gdb.python/py-record-btrace-threads.exp: New file.
2590
25912017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2592
2593 PR testsuite/8595
2594 * gdb.base/environ.exp: Make test available in all architectures.
2595 Move bits related to "info program" testing to
2596 gdb.base/info-program.exp. Rewrite tests to use the two new
2597 procedures mentione below.
2598 (test_set_show_env_var) New procedure.
2599 (test_set_show_env_var_equal): Likewise.
2600 * gdb.base/info-program.exp: New file.
2601
26022017-04-27 Keith Seitz <keiths@redhat.com>
2603
2604 * gdb.cp/oranking.cc (test15): New function.
2605 (main): Call test15 and declare additional variables for testing.
2606 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2607 "p foo101('abc')" tests.
2608 Add tests for cv qualifier overloads.
2609 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2610 "lvalue reference overload" test.
2611 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2612 "print value of f1 on Child&& in f2" test.
2613
26142017-04-19 Pedro Alves <palves@redhat.com>
2615
2616 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2617 procedure.
2618 (top level): Call it.
2619 * lib/gdb.exp (gdb_define_cmd): New procedure.
2620
26212017-04-12 Pedro Alves <palves@redhat.com>
2622
2623 PR gdb/21323
2624 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2625 (wchar): New global.
2626 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2627 (do_test_wide_char, wide_char_types_no_program, top level): Add
2628 wchar_t testing.
2629
26302017-04-12 Pedro Alves <palves@redhat.com>
2631
2632 PR c++/21323
2633 * gdb.cp/wide_char_types.c: New file.
2634 * gdb.cp/wide_char_types.exp: New file.
2635
26362017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2637
2638 PR gdb/21352
2639 * gdb.trace/tsv.exp: Add test for "tsave -r".
2640
26412017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2642
2643 * gdb.dlang/watch-loc.c: New file.
2644 * gdb.dlang/watch-loc.exp: New file.
2645
26462017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2647
2648 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2649
26502017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2651
2652 * gdb.arch/arc-analyze-prologue.S: New file.
2653 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2654
26552017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2656
2657 * gdb.arch/arc-decode-insn.S: New file.
2658 * gdb.arch/arc-decode-insn.exp: Likewise.
2659
26602017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2661
2662 PR tdep/20928
2663 * gdb.arch/sparc64-regs.exp: New file.
2664 * gdb.arch/sparc64-regs.S: Likewise.
2665
26662017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2667
2668 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2669 and memory view on Python 3.
2670
26712017-03-20 Artemiy Volkov <artemiyv@acm.org>
2672 Keith Seitz <keiths@redhat.com>
2673
2674 PR gdb/14441
2675 * gdb.cp/demangle.exp: Add rvalue reference tests.
2676 * gdb.cp/rvalue-ref-casts.cc: New file.
2677 * gdb.cp/rvalue-ref-casts.exp: New file.
2678 * gdb.cp/rvalue-ref-overload.cc: New file.
2679 * gdb.cp/rvalue-ref-overload.exp: New file.
2680 * gdb.cp/rvalue-ref-params.cc: New file.
2681 * gdb.cp/rvalue-ref-params.exp: New file.
2682 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2683 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2684 * gdb.cp/rvalue-ref-types.cc: New file.
2685 * gdb.cp/rvalue-ref-types.exp: New file.
2686 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2687 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2688
26892017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2690
2691 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2692 New procedure.
2693
26942017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2695
2696 * lib/mi-support.exp (mi_gdb_test): Add additional message
2697 for unexpected output.
2698
26992017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2700
2701 * gdb.base/examine-backward.c (Barrier): New character array
2702 constant, to ensure that TestStrings is preceded by a string
2703 terminator.
2704
27052017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2706
2707 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2708 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2709 and implicit pointer into such a location.
2710
27112017-03-16 Doug Evans <dje@google.com>
2712
2713 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2714
27152017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2716
2717 * gdb.cp/m-static.exp: Fix expectation for prototype of
2718 test5.single_constructor and single_constructor::single_constructor.
2719
27202017-03-16 Doug Evans <dje@google.com>
2721
2722 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2723 * gdb.guile/scm-lazy-string.c: New file.
2724 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2725 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2726 for pointer, array, typedef lazy strings.
2727
27282017-03-16 Doug Evans <dje@google.com>
2729
2730 PR python/17728, python/18439, python/18779
2731 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2732 * gdb.python/py-lazy-string.c (pointer): New typedef.
2733 (main): New locals ptr, array, typedef_ptr.
2734 * gdb.python/py-value.exp: Move lazy string tests to ...
2735 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2736 array, typedef lazy strings.
2737
27382017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2739
2740 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2741 Add optional 'test' parameter.
2742
27432017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2744
2745 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2746 Skip for versions of DejaGnu < 1.5.
2747
27482017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2749
2750 * lib/gdb.exp (dejagnu_version): New proc.
2751 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2752 Use dejagnu_version.
2753
27542017-03-10 Keith Seitz <keiths@redhat.com>
2755
2756 PR c++/8128
2757 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2758 type from destructor regexps.
2759 Add a branch which actually passes the test.
2760 Adjust "ptype t5i" test names.
2761
27622017-03-08 Pedro Alves <palves@redhat.com>
2763
2764 * gdb.base/step-over-exit.exp: Add explicit test message.
2765
27662017-03-08 Pedro Alves <palves@redhat.com>
2767
2768 PR gdb/18360
2769 * gdb.threads/interrupt-while-step-over.c: New file.
2770 * gdb.threads/interrupt-while-step-over.exp: New file.
2771
27722017-03-08 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2775 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2776
27772017-03-08 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2780 PKRU as not supported as a PASS.
2781
27822017-03-08 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2785 prefix instead of $binfile1/$binfile2.
2786 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2787 in test message.
2788 * gdb.python/py-completion.exp: Use "load python file" as test
2789 messages instead of unstable path names.
2790
27912017-03-08 Pedro Alves <palves@redhat.com>
2792 Jan Kratochvil <jan.kratochvil@redhat.com>
2793
2794 PR cli/21218
2795 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2796 New proc.
2797 (top level): Call it.
2798
27992017-03-08 Pedro Alves <palves@redhat.com>
2800
2801 PR tui/21216
2802 * gdb.tui/tui-nl-filtered-output.exp: New file.
2803
28042017-03-08 Pedro Alves <palves@redhat.com>
2805
2806 * gdb.base/completion.exp: Move TUI completion tests to ...
2807 * gdb.tui/completion.exp: ... this new file.
2808
28092017-03-08 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.base/tui-disasm-long-lines.c,
2812 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2813 gdb.base/tui-layout.exp: Move to ...
2814 * gdb.tui/: ... this new directory.
2815
28162017-03-07 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.base/tui-layout.c: New file.
2819 * gdb.base/tui-layout.exp: New file.
2820
28212017-03-07 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.base/tui-layout.c: Rename to ...
2824 * gdb.base/tui-disasm-long-lines.c: ... this.
2825 * gdb.base/tui-layout.exp: Rename to ...
2826 * gdb.base/tui-disasm-long-lines.exp: ... this.
2827
28282017-03-07 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2831
28322017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2833
2834 * i386-mpx-call.c: New file.
2835 * i386-mpx-call.exp: New file.
2836
28372017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2838
2839 * gdb.arch/powerpc-power.exp: Delete test.
2840 * gdb.arch/powerpc-power.s: Likewise.
2841 * gdb.disasm/disassembler-options.exp: New test.
2842 * gdb.arch/powerpc-altivec.exp: Likewise.
2843 * gdb.arch/powerpc-altivec.s: Likewise.
2844 * gdb.arch/powerpc-altivec2.exp: Likewise.
2845 * gdb.arch/powerpc-altivec2.s: Likewise.
2846 * gdb.arch/powerpc-altivec3.exp: Likewise.
2847 * gdb.arch/powerpc-altivec3.s: Likewise.
2848 * gdb.arch/powerpc-power7.exp: Likewise.
2849 * gdb.arch/powerpc-power7.s: Likewise.
2850 * gdb.arch/powerpc-power8.exp: Likewise.
2851 * gdb.arch/powerpc-power8.s: Likewise.
2852 * gdb.arch/powerpc-power9.exp: Likewise.
2853 * gdb.arch/powerpc-power9.s: Likewise.
2854 * gdb.arch/powerpc-vsx.exp: Likewise.
2855 * gdb.arch/powerpc-vsx.s: Likewise.
2856 * gdb.arch/powerpc-vsx2.exp: Likewise.
2857 * gdb.arch/powerpc-vsx2.s: Likewise.
2858 * gdb.arch/powerpc-vsx3.exp: Likewise.
2859 * gdb.arch/powerpc-vsx3.s: Likewise.
2860 * gdb.arch/arm-disassembler-options.exp: Likewise.
2861 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2862 * gdb.arch/s390-disassembler-options.exp: Likewise.
2863
28642017-02-23 Luis Machado <lgustavo@codesourcery.com>
2865
2866 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2867 (check_supported_features): ... this. Changed return type to void.
2868 (supports_rdseed): New static global.
2869 (rdseed): Check supports_rdseed.
2870 (initialize): Call check_supported_features.
2871
28722017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2873
2874 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2875 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2876 and lqarx/stqcx.
2877 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2878 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2879
28802017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2881
2882 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2883 uppercase.
2884
28852017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2886
2887 * gdb.dwarf2/formdata16.c: New file.
2888 * gdb.dwarf2/formdata16.exp: New file.
2889 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2890
28912017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2892
2893 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2894 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2895 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2896 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2897 DW_AT_GNU_*.
2898
28992017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2900
2901 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2902
29032017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2904
2905 PR gdb/21164
2906 * gdb.base/maint.exp: Add testcases for when the commands do
2907 not have arguments.
2908
29092017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2910
2911 * gdb.cp/chained-calls.exp: Use p instead of P.
2912
29132017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2914
2915 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2916 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2917
29182017-02-14 Tom Tromey <tom@tromey.com>
2919
2920 PR python/13598:
2921 * gdb.python/py-events.exp: Add before_prompt event tests.
2922
29232017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2924
2925 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2926
29272017-02-13 Luis Machado <lgustavo@codesourcery.com>
2928
2929 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2930 (main): Call my_unique_function_name.
2931 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2932 completion of patterns with a single match.
2933 Add missing -re switches to gdb_test_multiple calls.
2934
29352017-02-13 Luis Machado <lgustavo@codesourcery.com>
2936
2937 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2938 return if core file is not recognized.
2939
29402017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2941
2942 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2943 and extra UIs.
2944
29452017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2946
2947 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2948 proc_with_prefix.
2949
29502017-02-10 Tom Tromey <tom@tromey.com>
2951
2952 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2953
29542017-02-10 Martin Galvan <martingalvan@sourceware.org>
2955
2956 PR gdb/21122
2957 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2958
29592017-02-08 Jerome Guitton <guitton@adacore.com>
2960
2961 * gdb.base/define.exp: Add test for command abbreviations
2962 in define.
2963
29642017-02-06 Luis Machado <lgustavo@codesourcery.com>
2965
2966 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2967 * gdb.reverse/insn-reverse-x86.c: New file.
2968
29692017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2970
2971 PR tdep/20936
2972 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2973
29742017-02-03 Tom Tromey <tom@tromey.com>
2975
2976 PR rust/21097:
2977 * gdb.rust/simple.exp: Add new tests.
2978
29792017-02-02 Pedro Alves <palves@redhat.com>
2980
2981 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2982 tests.
2983
29842017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2985
2986 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2987 taking a 2-byte value out of a 4-byte DWARF implicit value on
2988 big-endian targets.
2989 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2990 logic. Add test cases for DW_OP_implicit.
2991
29922017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2993
2994 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2995
29962017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2997
2998 * gdb.btrace/enable.exp: Call gdb_exit before
2999 skip_gdbserver_tests.
3000
30012017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3002
3003 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3004 GDBFLAGS.
3005
30062017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3007
3008 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3009 the test is skipped.
3010 * gdb.btrace/data.exp: Likewise.
3011 * gdb.btrace/delta.exp: Likewise.
3012 * gdb.btrace/dlopen.exp: Likewise.
3013 * gdb.btrace/enable-running.exp: Likewise.
3014 * gdb.btrace/enable.exp: Likewise.
3015 * gdb.btrace/exception.exp: Likewise.
3016 * gdb.btrace/function_call_history.exp: Likewise.
3017 * gdb.btrace/gcore.exp: Likewise.
3018 * gdb.btrace/instruction_history.exp: Likewise.
3019 * gdb.btrace/multi-thread-step.exp: Likewise.
3020 * gdb.btrace/nohist.exp: Likewise.
3021 * gdb.btrace/non-stop.exp: Likewise.
3022 * gdb.btrace/reconnect.exp: Likewise.
3023 * gdb.btrace/record_goto-step.exp: Likewise.
3024 * gdb.btrace/record_goto.exp: Likewise.
3025 * gdb.btrace/rn-dl-bind.exp: Likewise.
3026 * gdb.btrace/segv.exp: Likewise.
3027 * gdb.btrace/step.exp: Likewise.
3028 * gdb.btrace/stepi.exp: Likewise.
3029 * gdb.btrace/tailcall-only.exp: Likewise.
3030 * gdb.btrace/tailcall.exp: Likewise.
3031 * gdb.btrace/tsx.exp: Likewise.
3032 * gdb.btrace/unknown_functions.exp: Likewise.
3033 * gdb.btrace/vdso.exp: Likewise.
3034
30352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3036
3037 * gdb.btrace/enable-running.c: New.
3038 * gdb.btrace/enable-running.exp: New.
3039
30402017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3041
3042 * gdb.arch/amd64-gs_base.c: New file.
3043 * gdb.arch/amd64-gs_base.exp: New file.
3044
30452017-01-26 Luis Machado <lgustavo@codesourcery.com>
3046
3047 * lib/memory.exp: Remove spurious empty newlines.
3048
30492017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3050
3051 * gdb.python/py-bad-printers.exp: Load python file using "source".
3052 * gdb.python/py-events.exp: Likewise.
3053 * gdb.python/py-evsignal.exp: Likewise.
3054 * gdb.python/py-evthreads.exp: Likewise.
3055 * gdb.python/py-frame-args.exp: Likewise.
3056 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3057 * gdb.python/py-framefilter-mi.exp: Likewise.
3058 * gdb.python/py-framefilter.exp: Likewise.
3059 * gdb.python/py-mi.exp: Likewise.
3060 * gdb.python/py-pp-maint.exp: Likewise.
3061 * gdb.python/py-pp-registration.exp: Likewise.
3062 * gdb.python/py-prettyprint.exp: Likewise.
3063 (run_lang_tests): Likewise.
3064 * gdb.python/py-typeprint.exp: Likewise.
3065
30662017-01-26 Luis Machado <lgustavo@codesourcery.com>
3067
3068 * lib/memory.exp: New file.
3069 * lib/gdb.exp: Load memory.exp.
3070 * gdb.base/memattr.exp (delete_memory): Move proc to
3071 lib/memory.exp and rename to delete_memory_regions.
3072 Replace delete_memory with delete_memory_regions.
3073 Cleanup memory regions before tests.
3074 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3075 before tests.
3076
30772017-01-26 Luis Machado <lgustavo@codesourcery.com>
3078
3079 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3080 files.
3081 (initialize): New function conditionally defined.
3082 (testcases): Move within conditional block.
3083 (main): Call initialize.
3084 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3085 of gdb.reverse/insn-reverse.c.
3086 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3087 gdb.reverse/insn-reverse.c.
3088
30892017-01-26 Yao Qi <yao.qi@linaro.org>
3090
3091 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3092 disassemble on address 0.
3093
30942017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3095 Yao Qi <yao.qi@linaro.org>
3096
3097 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3098 * gdb.dwarf2/implptr-64bit.S: Remove.
3099 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3100 variables in caller's context. Add DW_OP_implicit_value.
3101
31022017-01-25 Yao Qi <yao.qi@linaro.org>
3103
3104 * lib/dwarf.exp (Dwarf::_location): Handle
3105 DW_OP_GNU_implicit_pointer with proper size.
3106
31072017-01-20 Luis Machado <lgustavo@codesourcery.com>
3108
3109 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3110 and add untested calls.
3111
31122017-01-20 Luis Machado <lgustavo@codesourcery.com>
3113
3114 * gdb.python/python.exp: Check line number against what GDB thinks
3115 the line number is for func1.
3116
31172017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3118
3119 * gdb.dlang/debug-expr.exp: New file.
3120
31212016-12-23 Luis Machado <lgustavo@codesourcery.com>
3122
3123 Fix test names for the following files:
3124
3125 * gdb.ada/exec_changed.exp
3126 * gdb.ada/info_types.exp
3127 * gdb.arch/aarch64-atomic-inst.exp
3128 * gdb.arch/aarch64-fp.exp
3129 * gdb.arch/altivec-abi.exp
3130 * gdb.arch/altivec-regs.exp
3131 * gdb.arch/amd64-byte.exp
3132 * gdb.arch/amd64-disp-step.exp
3133 * gdb.arch/amd64-dword.exp
3134 * gdb.arch/amd64-entry-value-inline.exp
3135 * gdb.arch/amd64-entry-value-param.exp
3136 * gdb.arch/amd64-entry-value-paramref.exp
3137 * gdb.arch/amd64-entry-value.exp
3138 * gdb.arch/amd64-i386-address.exp
3139 * gdb.arch/amd64-invalid-stack-middle.exp
3140 * gdb.arch/amd64-invalid-stack-top.exp
3141 * gdb.arch/amd64-optimout-repeat.exp
3142 * gdb.arch/amd64-prologue-skip.exp
3143 * gdb.arch/amd64-prologue-xmm.exp
3144 * gdb.arch/amd64-stap-special-operands.exp
3145 * gdb.arch/amd64-stap-wrong-subexp.exp
3146 * gdb.arch/amd64-tailcall-cxx.exp
3147 * gdb.arch/amd64-tailcall-noret.exp
3148 * gdb.arch/amd64-tailcall-ret.exp
3149 * gdb.arch/amd64-tailcall-self.exp
3150 * gdb.arch/amd64-word.exp
3151 * gdb.arch/arm-bl-branch-dest.exp
3152 * gdb.arch/arm-disp-step.exp
3153 * gdb.arch/arm-neon.exp
3154 * gdb.arch/arm-single-step-kernel-helper.exp
3155 * gdb.arch/avr-flash-qualifier.exp
3156 * gdb.arch/disp-step-insn-reloc.exp
3157 * gdb.arch/e500-abi.exp
3158 * gdb.arch/e500-regs.exp
3159 * gdb.arch/ftrace-insn-reloc.exp
3160 * gdb.arch/i386-avx512.exp
3161 * gdb.arch/i386-bp_permanent.exp
3162 * gdb.arch/i386-byte.exp
3163 * gdb.arch/i386-cfi-notcurrent.exp
3164 * gdb.arch/i386-disp-step.exp
3165 * gdb.arch/i386-dr3-watch.exp
3166 * gdb.arch/i386-float.exp
3167 * gdb.arch/i386-gnu-cfi.exp
3168 * gdb.arch/i386-mpx-map.exp
3169 * gdb.arch/i386-mpx-sigsegv.exp
3170 * gdb.arch/i386-mpx-simple_segv.exp
3171 * gdb.arch/i386-mpx.exp
3172 * gdb.arch/i386-permbkpt.exp
3173 * gdb.arch/i386-prologue.exp
3174 * gdb.arch/i386-signal.exp
3175 * gdb.arch/i386-size-overlap.exp
3176 * gdb.arch/i386-unwind.exp
3177 * gdb.arch/i386-word.exp
3178 * gdb.arch/mips-fcr.exp
3179 * gdb.arch/powerpc-d128-regs.exp
3180 * gdb.arch/powerpc-stackless.exp
3181 * gdb.arch/ppc64-atomic-inst.exp
3182 * gdb.arch/s390-stackless.exp
3183 * gdb.arch/s390-tdbregs.exp
3184 * gdb.arch/s390-vregs.exp
3185 * gdb.arch/sparc-sysstep.exp
3186 * gdb.arch/thumb-bx-pc.exp
3187 * gdb.arch/thumb-singlestep.exp
3188 * gdb.arch/thumb2-it.exp
3189 * gdb.arch/vsx-regs.exp
3190 * gdb.asm/asm-source.exp
3191 * gdb.base/a2-run.exp
3192 * gdb.base/advance.exp
3193 * gdb.base/all-bin.exp
3194 * gdb.base/anon.exp
3195 * gdb.base/args.exp
3196 * gdb.base/arithmet.exp
3197 * gdb.base/async-shell.exp
3198 * gdb.base/async.exp
3199 * gdb.base/attach-pie-noexec.exp
3200 * gdb.base/attach-twice.exp
3201 * gdb.base/auto-load.exp
3202 * gdb.base/bang.exp
3203 * gdb.base/bitfields.exp
3204 * gdb.base/break-always.exp
3205 * gdb.base/break-caller-line.exp
3206 * gdb.base/break-entry.exp
3207 * gdb.base/break-inline.exp
3208 * gdb.base/break-on-linker-gcd-function.exp
3209 * gdb.base/break-probes.exp
3210 * gdb.base/break.exp
3211 * gdb.base/breakpoint-shadow.exp
3212 * gdb.base/call-ar-st.exp
3213 * gdb.base/call-sc.exp
3214 * gdb.base/call-signal-resume.exp
3215 * gdb.base/call-strs.exp
3216 * gdb.base/callfuncs.exp
3217 * gdb.base/catch-fork-static.exp
3218 * gdb.base/catch-gdb-caused-signals.exp
3219 * gdb.base/catch-load.exp
3220 * gdb.base/catch-signal-fork.exp
3221 * gdb.base/catch-signal.exp
3222 * gdb.base/catch-syscall.exp
3223 * gdb.base/charset.exp
3224 * gdb.base/checkpoint.exp
3225 * gdb.base/chng-syms.exp
3226 * gdb.base/code-expr.exp
3227 * gdb.base/code_elim.exp
3228 * gdb.base/commands.exp
3229 * gdb.base/completion.exp
3230 * gdb.base/complex.exp
3231 * gdb.base/cond-expr.exp
3232 * gdb.base/condbreak.exp
3233 * gdb.base/consecutive.exp
3234 * gdb.base/continue-all-already-running.exp
3235 * gdb.base/coredump-filter.exp
3236 * gdb.base/corefile.exp
3237 * gdb.base/dbx.exp
3238 * gdb.base/debug-expr.exp
3239 * gdb.base/define.exp
3240 * gdb.base/del.exp
3241 * gdb.base/disabled-location.exp
3242 * gdb.base/disasm-end-cu.exp
3243 * gdb.base/disasm-optim.exp
3244 * gdb.base/display.exp
3245 * gdb.base/duplicate-bp.exp
3246 * gdb.base/ena-dis-br.exp
3247 * gdb.base/ending-run.exp
3248 * gdb.base/enumval.exp
3249 * gdb.base/environ.exp
3250 * gdb.base/eu-strip-infcall.exp
3251 * gdb.base/eval-avoid-side-effects.exp
3252 * gdb.base/eval-skip.exp
3253 * gdb.base/exitsignal.exp
3254 * gdb.base/expand-psymtabs.exp
3255 * gdb.base/filesym.exp
3256 * gdb.base/find-unmapped.exp
3257 * gdb.base/finish.exp
3258 * gdb.base/float.exp
3259 * gdb.base/foll-exec-mode.exp
3260 * gdb.base/foll-exec.exp
3261 * gdb.base/foll-fork.exp
3262 * gdb.base/fortran-sym-case.exp
3263 * gdb.base/freebpcmd.exp
3264 * gdb.base/func-ptr.exp
3265 * gdb.base/func-ptrs.exp
3266 * gdb.base/funcargs.exp
3267 * gdb.base/gcore-buffer-overflow.exp
3268 * gdb.base/gcore-relro-pie.exp
3269 * gdb.base/gcore-relro.exp
3270 * gdb.base/gcore.exp
3271 * gdb.base/gdb1090.exp
3272 * gdb.base/gdb11530.exp
3273 * gdb.base/gdb11531.exp
3274 * gdb.base/gdb1821.exp
3275 * gdb.base/gdbindex-stabs.exp
3276 * gdb.base/gdbvars.exp
3277 * gdb.base/hbreak.exp
3278 * gdb.base/hbreak2.exp
3279 * gdb.base/included.exp
3280 * gdb.base/infcall-input.exp
3281 * gdb.base/inferior-died.exp
3282 * gdb.base/infnan.exp
3283 * gdb.base/info-macros.exp
3284 * gdb.base/info-os.exp
3285 * gdb.base/info-proc.exp
3286 * gdb.base/info-shared.exp
3287 * gdb.base/info-target.exp
3288 * gdb.base/infoline.exp
3289 * gdb.base/interp.exp
3290 * gdb.base/interrupt.exp
3291 * gdb.base/jit-reader.exp
3292 * gdb.base/jit-simple.exp
3293 * gdb.base/kill-after-signal.exp
3294 * gdb.base/kill-detach-inferiors-cmd.exp
3295 * gdb.base/label.exp
3296 * gdb.base/langs.exp
3297 * gdb.base/ldbl_e308.exp
3298 * gdb.base/line-symtabs.exp
3299 * gdb.base/linespecs.exp
3300 * gdb.base/list.exp
3301 * gdb.base/long_long.exp
3302 * gdb.base/longest-types.exp
3303 * gdb.base/maint.exp
3304 * gdb.base/max-value-size.exp
3305 * gdb.base/memattr.exp
3306 * gdb.base/mips_pro.exp
3307 * gdb.base/morestack.exp
3308 * gdb.base/moribund-step.exp
3309 * gdb.base/multi-forks.exp
3310 * gdb.base/nested-addr.exp
3311 * gdb.base/nextoverexit.exp
3312 * gdb.base/noreturn-finish.exp
3313 * gdb.base/noreturn-return.exp
3314 * gdb.base/nostdlib.exp
3315 * gdb.base/offsets.exp
3316 * gdb.base/opaque.exp
3317 * gdb.base/pc-fp.exp
3318 * gdb.base/permissions.exp
3319 * gdb.base/print-symbol-loading.exp
3320 * gdb.base/prologue-include.exp
3321 * gdb.base/psymtab.exp
3322 * gdb.base/ptype.exp
3323 * gdb.base/random-signal.exp
3324 * gdb.base/randomize.exp
3325 * gdb.base/range-stepping.exp
3326 * gdb.base/readline-ask.exp
3327 * gdb.base/recpar.exp
3328 * gdb.base/recurse.exp
3329 * gdb.base/relational.exp
3330 * gdb.base/restore.exp
3331 * gdb.base/return-nodebug.exp
3332 * gdb.base/return.exp
3333 * gdb.base/run-after-attach.exp
3334 * gdb.base/save-bp.exp
3335 * gdb.base/scope.exp
3336 * gdb.base/sect-cmd.exp
3337 * gdb.base/set-lang-auto.exp
3338 * gdb.base/set-noassign.exp
3339 * gdb.base/setvar.exp
3340 * gdb.base/sigall.exp
3341 * gdb.base/sigbpt.exp
3342 * gdb.base/siginfo-addr.exp
3343 * gdb.base/siginfo-infcall.exp
3344 * gdb.base/siginfo-obj.exp
3345 * gdb.base/siginfo.exp
3346 * gdb.base/signals-state-child.exp
3347 * gdb.base/signest.exp
3348 * gdb.base/sigstep.exp
3349 * gdb.base/sizeof.exp
3350 * gdb.base/skip.exp
3351 * gdb.base/solib-corrupted.exp
3352 * gdb.base/solib-nodir.exp
3353 * gdb.base/solib-search.exp
3354 * gdb.base/stack-checking.exp
3355 * gdb.base/stale-infcall.exp
3356 * gdb.base/stap-probe.exp
3357 * gdb.base/start.exp
3358 * gdb.base/step-break.exp
3359 * gdb.base/step-bt.exp
3360 * gdb.base/step-line.exp
3361 * gdb.base/step-over-exit.exp
3362 * gdb.base/step-over-syscall.exp
3363 * gdb.base/step-resume-infcall.exp
3364 * gdb.base/step-test.exp
3365 * gdb.base/store.exp
3366 * gdb.base/structs3.exp
3367 * gdb.base/sym-file.exp
3368 * gdb.base/symbol-without-target_section.exp
3369 * gdb.base/term.exp
3370 * gdb.base/testenv.exp
3371 * gdb.base/ui-redirect.exp
3372 * gdb.base/until.exp
3373 * gdb.base/unwindonsignal.exp
3374 * gdb.base/value-double-free.exp
3375 * gdb.base/vla-datatypes.exp
3376 * gdb.base/vla-ptr.exp
3377 * gdb.base/vla-sideeffect.exp
3378 * gdb.base/volatile.exp
3379 * gdb.base/watch-cond-infcall.exp
3380 * gdb.base/watch-cond.exp
3381 * gdb.base/watch-non-mem.exp
3382 * gdb.base/watch-read.exp
3383 * gdb.base/watch-vfork.exp
3384 * gdb.base/watchpoint-cond-gone.exp
3385 * gdb.base/watchpoint-delete.exp
3386 * gdb.base/watchpoint-hw-hit-once.exp
3387 * gdb.base/watchpoint-hw.exp
3388 * gdb.base/watchpoint-stops-at-right-insn.exp
3389 * gdb.base/watchpoints.exp
3390 * gdb.base/wchar.exp
3391 * gdb.base/whatis-exp.exp
3392 * gdb.btrace/buffer-size.exp
3393 * gdb.btrace/data.exp
3394 * gdb.btrace/delta.exp
3395 * gdb.btrace/dlopen.exp
3396 * gdb.btrace/enable.exp
3397 * gdb.btrace/exception.exp
3398 * gdb.btrace/function_call_history.exp
3399 * gdb.btrace/gcore.exp
3400 * gdb.btrace/instruction_history.exp
3401 * gdb.btrace/nohist.exp
3402 * gdb.btrace/reconnect.exp
3403 * gdb.btrace/record_goto-step.exp
3404 * gdb.btrace/record_goto.exp
3405 * gdb.btrace/rn-dl-bind.exp
3406 * gdb.btrace/segv.exp
3407 * gdb.btrace/step.exp
3408 * gdb.btrace/stepi.exp
3409 * gdb.btrace/tailcall-only.exp
3410 * gdb.btrace/tailcall.exp
3411 * gdb.btrace/tsx.exp
3412 * gdb.btrace/unknown_functions.exp
3413 * gdb.btrace/vdso.exp
3414 * gdb.compile/compile-ifunc.exp
3415 * gdb.compile/compile-ops.exp
3416 * gdb.compile/compile-print.exp
3417 * gdb.compile/compile-setjmp.exp
3418 * gdb.cp/abstract-origin.exp
3419 * gdb.cp/ambiguous.exp
3420 * gdb.cp/annota2.exp
3421 * gdb.cp/annota3.exp
3422 * gdb.cp/anon-ns.exp
3423 * gdb.cp/anon-struct.exp
3424 * gdb.cp/anon-union.exp
3425 * gdb.cp/arg-reference.exp
3426 * gdb.cp/baseenum.exp
3427 * gdb.cp/bool.exp
3428 * gdb.cp/breakpoint.exp
3429 * gdb.cp/bs15503.exp
3430 * gdb.cp/call-c.exp
3431 * gdb.cp/casts.exp
3432 * gdb.cp/chained-calls.exp
3433 * gdb.cp/class2.exp
3434 * gdb.cp/classes.exp
3435 * gdb.cp/cmpd-minsyms.exp
3436 * gdb.cp/converts.exp
3437 * gdb.cp/cp-relocate.exp
3438 * gdb.cp/cpcompletion.exp
3439 * gdb.cp/cpexprs.exp
3440 * gdb.cp/cplabel.exp
3441 * gdb.cp/cplusfuncs.exp
3442 * gdb.cp/cpsizeof.exp
3443 * gdb.cp/ctti.exp
3444 * gdb.cp/derivation.exp
3445 * gdb.cp/destrprint.exp
3446 * gdb.cp/dispcxx.exp
3447 * gdb.cp/enum-class.exp
3448 * gdb.cp/exception.exp
3449 * gdb.cp/exceptprint.exp
3450 * gdb.cp/expand-psymtabs-cxx.exp
3451 * gdb.cp/expand-sals.exp
3452 * gdb.cp/extern-c.exp
3453 * gdb.cp/filename.exp
3454 * gdb.cp/formatted-ref.exp
3455 * gdb.cp/fpointer.exp
3456 * gdb.cp/gdb1355.exp
3457 * gdb.cp/gdb2495.exp
3458 * gdb.cp/hang.exp
3459 * gdb.cp/impl-this.exp
3460 * gdb.cp/infcall-dlopen.exp
3461 * gdb.cp/inherit.exp
3462 * gdb.cp/iostream.exp
3463 * gdb.cp/koenig.exp
3464 * gdb.cp/local.exp
3465 * gdb.cp/m-data.exp
3466 * gdb.cp/m-static.exp
3467 * gdb.cp/mb-ctor.exp
3468 * gdb.cp/mb-inline.exp
3469 * gdb.cp/mb-templates.exp
3470 * gdb.cp/member-name.exp
3471 * gdb.cp/member-ptr.exp
3472 * gdb.cp/meth-typedefs.exp
3473 * gdb.cp/method.exp
3474 * gdb.cp/method2.exp
3475 * gdb.cp/minsym-fallback.exp
3476 * gdb.cp/misc.exp
3477 * gdb.cp/namelessclass.exp
3478 * gdb.cp/namespace-enum.exp
3479 * gdb.cp/namespace-nested-import.exp
3480 * gdb.cp/namespace.exp
3481 * gdb.cp/nextoverthrow.exp
3482 * gdb.cp/no-dmgl-verbose.exp
3483 * gdb.cp/non-trivial-retval.exp
3484 * gdb.cp/noparam.exp
3485 * gdb.cp/nsdecl.exp
3486 * gdb.cp/nsimport.exp
3487 * gdb.cp/nsnested.exp
3488 * gdb.cp/nsnoimports.exp
3489 * gdb.cp/nsrecurs.exp
3490 * gdb.cp/nsstress.exp
3491 * gdb.cp/nsusing.exp
3492 * gdb.cp/operator.exp
3493 * gdb.cp/oranking.exp
3494 * gdb.cp/overload-const.exp
3495 * gdb.cp/overload.exp
3496 * gdb.cp/ovldbreak.exp
3497 * gdb.cp/ovsrch.exp
3498 * gdb.cp/paren-type.exp
3499 * gdb.cp/parse-lang.exp
3500 * gdb.cp/pass-by-ref.exp
3501 * gdb.cp/pr-1023.exp
3502 * gdb.cp/pr-1210.exp
3503 * gdb.cp/pr-574.exp
3504 * gdb.cp/pr10687.exp
3505 * gdb.cp/pr12028.exp
3506 * gdb.cp/pr17132.exp
3507 * gdb.cp/pr17494.exp
3508 * gdb.cp/pr9067.exp
3509 * gdb.cp/pr9167.exp
3510 * gdb.cp/pr9631.exp
3511 * gdb.cp/printmethod.exp
3512 * gdb.cp/psmang.exp
3513 * gdb.cp/psymtab-parameter.exp
3514 * gdb.cp/ptype-cv-cp.exp
3515 * gdb.cp/ptype-flags.exp
3516 * gdb.cp/re-set-overloaded.exp
3517 * gdb.cp/ref-types.exp
3518 * gdb.cp/rtti.exp
3519 * gdb.cp/scope-err.exp
3520 * gdb.cp/shadow.exp
3521 * gdb.cp/smartp.exp
3522 * gdb.cp/static-method.exp
3523 * gdb.cp/static-print-quit.exp
3524 * gdb.cp/temargs.exp
3525 * gdb.cp/templates.exp
3526 * gdb.cp/try_catch.exp
3527 * gdb.cp/typedef-operator.exp
3528 * gdb.cp/typeid.exp
3529 * gdb.cp/userdef.exp
3530 * gdb.cp/using-crash.exp
3531 * gdb.cp/var-tag.exp
3532 * gdb.cp/virtbase.exp
3533 * gdb.cp/virtfunc.exp
3534 * gdb.cp/virtfunc2.exp
3535 * gdb.cp/vla-cxx.exp
3536 * gdb.disasm/t01_mov.exp
3537 * gdb.disasm/t02_mova.exp
3538 * gdb.disasm/t03_add.exp
3539 * gdb.disasm/t04_sub.exp
3540 * gdb.disasm/t05_cmp.exp
3541 * gdb.disasm/t06_ari2.exp
3542 * gdb.disasm/t07_ari3.exp
3543 * gdb.disasm/t08_or.exp
3544 * gdb.disasm/t09_xor.exp
3545 * gdb.disasm/t10_and.exp
3546 * gdb.disasm/t11_logs.exp
3547 * gdb.disasm/t12_bit.exp
3548 * gdb.disasm/t13_otr.exp
3549 * gdb.dlang/circular.exp
3550 * gdb.dwarf2/arr-stride.exp
3551 * gdb.dwarf2/arr-subrange.exp
3552 * gdb.dwarf2/atomic-type.exp
3553 * gdb.dwarf2/bad-regnum.exp
3554 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3555 * gdb.dwarf2/callframecfa.exp
3556 * gdb.dwarf2/clztest.exp
3557 * gdb.dwarf2/corrupt.exp
3558 * gdb.dwarf2/data-loc.exp
3559 * gdb.dwarf2/dup-psym.exp
3560 * gdb.dwarf2/dw2-anon-mptr.exp
3561 * gdb.dwarf2/dw2-anonymous-func.exp
3562 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3563 * gdb.dwarf2/dw2-bad-unresolved.exp
3564 * gdb.dwarf2/dw2-basic.exp
3565 * gdb.dwarf2/dw2-canonicalize-type.exp
3566 * gdb.dwarf2/dw2-case-insensitive.exp
3567 * gdb.dwarf2/dw2-common-block.exp
3568 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3569 * gdb.dwarf2/dw2-compressed.exp
3570 * gdb.dwarf2/dw2-const.exp
3571 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3572 * gdb.dwarf2/dw2-cu-size.exp
3573 * gdb.dwarf2/dw2-dup-frame.exp
3574 * gdb.dwarf2/dw2-entry-value.exp
3575 * gdb.dwarf2/dw2-icycle.exp
3576 * gdb.dwarf2/dw2-ifort-parameter.exp
3577 * gdb.dwarf2/dw2-inline-break.exp
3578 * gdb.dwarf2/dw2-inline-param.exp
3579 * gdb.dwarf2/dw2-intercu.exp
3580 * gdb.dwarf2/dw2-intermix.exp
3581 * gdb.dwarf2/dw2-lexical-block-bare.exp
3582 * gdb.dwarf2/dw2-linkage-name-trust.exp
3583 * gdb.dwarf2/dw2-minsym-in-cu.exp
3584 * gdb.dwarf2/dw2-noloc.exp
3585 * gdb.dwarf2/dw2-op-call.exp
3586 * gdb.dwarf2/dw2-op-out-param.exp
3587 * gdb.dwarf2/dw2-opt-structptr.exp
3588 * gdb.dwarf2/dw2-param-error.exp
3589 * gdb.dwarf2/dw2-producer.exp
3590 * gdb.dwarf2/dw2-ranges-base.exp
3591 * gdb.dwarf2/dw2-ref-missing-frame.exp
3592 * gdb.dwarf2/dw2-reg-undefined.exp
3593 * gdb.dwarf2/dw2-regno-invalid.exp
3594 * gdb.dwarf2/dw2-restore.exp
3595 * gdb.dwarf2/dw2-restrict.exp
3596 * gdb.dwarf2/dw2-single-line-discriminators.exp
3597 * gdb.dwarf2/dw2-strp.exp
3598 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3599 * gdb.dwarf2/dw2-unresolved.exp
3600 * gdb.dwarf2/dw2-var-zero-addr.exp
3601 * gdb.dwarf2/dw4-sig-types.exp
3602 * gdb.dwarf2/dwz.exp
3603 * gdb.dwarf2/dynarr-ptr.exp
3604 * gdb.dwarf2/enum-type.exp
3605 * gdb.dwarf2/gdb-index.exp
3606 * gdb.dwarf2/implptr-64bit.exp
3607 * gdb.dwarf2/implptr-optimized-out.exp
3608 * gdb.dwarf2/implptr.exp
3609 * gdb.dwarf2/implref-array.exp
3610 * gdb.dwarf2/implref-const.exp
3611 * gdb.dwarf2/implref-global.exp
3612 * gdb.dwarf2/implref-struct.exp
3613 * gdb.dwarf2/mac-fileno.exp
3614 * gdb.dwarf2/main-subprogram.exp
3615 * gdb.dwarf2/member-ptr-forwardref.exp
3616 * gdb.dwarf2/method-ptr.exp
3617 * gdb.dwarf2/missing-sig-type.exp
3618 * gdb.dwarf2/nonvar-access.exp
3619 * gdb.dwarf2/opaque-type-lookup.exp
3620 * gdb.dwarf2/pieces-optimized-out.exp
3621 * gdb.dwarf2/pieces.exp
3622 * gdb.dwarf2/pr10770.exp
3623 * gdb.dwarf2/pr13961.exp
3624 * gdb.dwarf2/staticvirtual.exp
3625 * gdb.dwarf2/subrange.exp
3626 * gdb.dwarf2/symtab-producer.exp
3627 * gdb.dwarf2/trace-crash.exp
3628 * gdb.dwarf2/typeddwarf.exp
3629 * gdb.dwarf2/valop.exp
3630 * gdb.dwarf2/watch-notconst.exp
3631 * gdb.fortran/array-element.exp
3632 * gdb.fortran/charset.exp
3633 * gdb.fortran/common-block.exp
3634 * gdb.fortran/complex.exp
3635 * gdb.fortran/derived-type-function.exp
3636 * gdb.fortran/derived-type.exp
3637 * gdb.fortran/logical.exp
3638 * gdb.fortran/module.exp
3639 * gdb.fortran/multi-dim.exp
3640 * gdb.fortran/nested-funcs.exp
3641 * gdb.fortran/print-formatted.exp
3642 * gdb.fortran/subarray.exp
3643 * gdb.fortran/vla-alloc-assoc.exp
3644 * gdb.fortran/vla-datatypes.exp
3645 * gdb.fortran/vla-history.exp
3646 * gdb.fortran/vla-ptr-info.exp
3647 * gdb.fortran/vla-ptype-sub.exp
3648 * gdb.fortran/vla-ptype.exp
3649 * gdb.fortran/vla-sizeof.exp
3650 * gdb.fortran/vla-type.exp
3651 * gdb.fortran/vla-value-sub-arbitrary.exp
3652 * gdb.fortran/vla-value-sub-finish.exp
3653 * gdb.fortran/vla-value-sub.exp
3654 * gdb.fortran/vla-value.exp
3655 * gdb.fortran/whatis_type.exp
3656 * gdb.go/chan.exp
3657 * gdb.go/handcall.exp
3658 * gdb.go/hello.exp
3659 * gdb.go/integers.exp
3660 * gdb.go/methods.exp
3661 * gdb.go/package.exp
3662 * gdb.go/strings.exp
3663 * gdb.go/types.exp
3664 * gdb.go/unsafe.exp
3665 * gdb.guile/scm-arch.exp
3666 * gdb.guile/scm-block.exp
3667 * gdb.guile/scm-breakpoint.exp
3668 * gdb.guile/scm-cmd.exp
3669 * gdb.guile/scm-disasm.exp
3670 * gdb.guile/scm-equal.exp
3671 * gdb.guile/scm-frame-args.exp
3672 * gdb.guile/scm-frame-inline.exp
3673 * gdb.guile/scm-frame.exp
3674 * gdb.guile/scm-iterator.exp
3675 * gdb.guile/scm-math.exp
3676 * gdb.guile/scm-objfile.exp
3677 * gdb.guile/scm-ports.exp
3678 * gdb.guile/scm-symbol.exp
3679 * gdb.guile/scm-symtab.exp
3680 * gdb.guile/scm-value-cc.exp
3681 * gdb.guile/types-module.exp
3682 * gdb.linespec/break-ask.exp
3683 * gdb.linespec/cpexplicit.exp
3684 * gdb.linespec/explicit.exp
3685 * gdb.linespec/keywords.exp
3686 * gdb.linespec/linespec.exp
3687 * gdb.linespec/ls-dollar.exp
3688 * gdb.linespec/ls-errs.exp
3689 * gdb.linespec/skip-two.exp
3690 * gdb.linespec/thread.exp
3691 * gdb.mi/mi-async.exp
3692 * gdb.mi/mi-basics.exp
3693 * gdb.mi/mi-break.exp
3694 * gdb.mi/mi-catch-load.exp
3695 * gdb.mi/mi-cli.exp
3696 * gdb.mi/mi-cmd-param-changed.exp
3697 * gdb.mi/mi-console.exp
3698 * gdb.mi/mi-detach.exp
3699 * gdb.mi/mi-disassemble.exp
3700 * gdb.mi/mi-eval.exp
3701 * gdb.mi/mi-file-transfer.exp
3702 * gdb.mi/mi-file.exp
3703 * gdb.mi/mi-fill-memory.exp
3704 * gdb.mi/mi-inheritance-syntax-error.exp
3705 * gdb.mi/mi-linespec-err-cp.exp
3706 * gdb.mi/mi-logging.exp
3707 * gdb.mi/mi-memory-changed.exp
3708 * gdb.mi/mi-read-memory.exp
3709 * gdb.mi/mi-record-changed.exp
3710 * gdb.mi/mi-reg-undefined.exp
3711 * gdb.mi/mi-regs.exp
3712 * gdb.mi/mi-return.exp
3713 * gdb.mi/mi-reverse.exp
3714 * gdb.mi/mi-simplerun.exp
3715 * gdb.mi/mi-solib.exp
3716 * gdb.mi/mi-stack.exp
3717 * gdb.mi/mi-stepi.exp
3718 * gdb.mi/mi-syn-frame.exp
3719 * gdb.mi/mi-until.exp
3720 * gdb.mi/mi-var-block.exp
3721 * gdb.mi/mi-var-child.exp
3722 * gdb.mi/mi-var-cmd.exp
3723 * gdb.mi/mi-var-cp.exp
3724 * gdb.mi/mi-var-display.exp
3725 * gdb.mi/mi-var-invalidate.exp
3726 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3727 * gdb.mi/mi-vla-fortran.exp
3728 * gdb.mi/mi-watch.exp
3729 * gdb.mi/mi2-var-child.exp
3730 * gdb.mi/user-selected-context-sync.exp
3731 * gdb.modula2/unbounded-array.exp
3732 * gdb.multi/dummy-frame-restore.exp
3733 * gdb.multi/multi-arch-exec.exp
3734 * gdb.multi/multi-arch.exp
3735 * gdb.multi/tids.exp
3736 * gdb.multi/watchpoint-multi.exp
3737 * gdb.opencl/callfuncs.exp
3738 * gdb.opencl/convs_casts.exp
3739 * gdb.opencl/datatypes.exp
3740 * gdb.opencl/operators.exp
3741 * gdb.opencl/vec_comps.exp
3742 * gdb.opt/clobbered-registers-O2.exp
3743 * gdb.opt/inline-break.exp
3744 * gdb.opt/inline-bt.exp
3745 * gdb.opt/inline-cmds.exp
3746 * gdb.opt/inline-locals.exp
3747 * gdb.pascal/case-insensitive-symbols.exp
3748 * gdb.pascal/floats.exp
3749 * gdb.pascal/gdb11492.exp
3750 * gdb.python/lib-types.exp
3751 * gdb.python/py-arch.exp
3752 * gdb.python/py-as-string.exp
3753 * gdb.python/py-bad-printers.exp
3754 * gdb.python/py-block.exp
3755 * gdb.python/py-breakpoint-create-fail.exp
3756 * gdb.python/py-breakpoint.exp
3757 * gdb.python/py-caller-is.exp
3758 * gdb.python/py-cmd.exp
3759 * gdb.python/py-explore-cc.exp
3760 * gdb.python/py-explore.exp
3761 * gdb.python/py-finish-breakpoint.exp
3762 * gdb.python/py-finish-breakpoint2.exp
3763 * gdb.python/py-frame-args.exp
3764 * gdb.python/py-frame-inline.exp
3765 * gdb.python/py-frame.exp
3766 * gdb.python/py-framefilter-mi.exp
3767 * gdb.python/py-infthread.exp
3768 * gdb.python/py-lazy-string.exp
3769 * gdb.python/py-linetable.exp
3770 * gdb.python/py-mi-events.exp
3771 * gdb.python/py-mi-objfile.exp
3772 * gdb.python/py-mi.exp
3773 * gdb.python/py-objfile.exp
3774 * gdb.python/py-pp-integral.exp
3775 * gdb.python/py-pp-maint.exp
3776 * gdb.python/py-pp-re-notag.exp
3777 * gdb.python/py-pp-registration.exp
3778 * gdb.python/py-recurse-unwind.exp
3779 * gdb.python/py-strfns.exp
3780 * gdb.python/py-symbol.exp
3781 * gdb.python/py-symtab.exp
3782 * gdb.python/py-sync-interp.exp
3783 * gdb.python/py-typeprint.exp
3784 * gdb.python/py-unwind-maint.exp
3785 * gdb.python/py-unwind.exp
3786 * gdb.python/py-value-cc.exp
3787 * gdb.python/py-xmethods.exp
3788 * gdb.reverse/amd64-tailcall-reverse.exp
3789 * gdb.reverse/break-precsave.exp
3790 * gdb.reverse/break-reverse.exp
3791 * gdb.reverse/consecutive-precsave.exp
3792 * gdb.reverse/consecutive-reverse.exp
3793 * gdb.reverse/finish-precsave.exp
3794 * gdb.reverse/finish-reverse-bkpt.exp
3795 * gdb.reverse/finish-reverse.exp
3796 * gdb.reverse/fstatat-reverse.exp
3797 * gdb.reverse/getresuid-reverse.exp
3798 * gdb.reverse/i386-precsave.exp
3799 * gdb.reverse/i386-reverse.exp
3800 * gdb.reverse/i386-sse-reverse.exp
3801 * gdb.reverse/i387-env-reverse.exp
3802 * gdb.reverse/i387-stack-reverse.exp
3803 * gdb.reverse/insn-reverse.exp
3804 * gdb.reverse/machinestate-precsave.exp
3805 * gdb.reverse/machinestate.exp
3806 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3807 * gdb.reverse/pipe-reverse.exp
3808 * gdb.reverse/readv-reverse.exp
3809 * gdb.reverse/recvmsg-reverse.exp
3810 * gdb.reverse/rerun-prec.exp
3811 * gdb.reverse/s390-mvcle.exp
3812 * gdb.reverse/step-precsave.exp
3813 * gdb.reverse/step-reverse.exp
3814 * gdb.reverse/time-reverse.exp
3815 * gdb.reverse/until-precsave.exp
3816 * gdb.reverse/until-reverse.exp
3817 * gdb.reverse/waitpid-reverse.exp
3818 * gdb.reverse/watch-precsave.exp
3819 * gdb.reverse/watch-reverse.exp
3820 * gdb.rust/generics.exp
3821 * gdb.rust/methods.exp
3822 * gdb.rust/modules.exp
3823 * gdb.rust/simple.exp
3824 * gdb.server/connect-with-no-symbol-file.exp
3825 * gdb.server/ext-attach.exp
3826 * gdb.server/ext-restart.exp
3827 * gdb.server/ext-wrapper.exp
3828 * gdb.server/file-transfer.exp
3829 * gdb.server/server-exec-info.exp
3830 * gdb.server/server-kill.exp
3831 * gdb.server/server-mon.exp
3832 * gdb.server/wrapper.exp
3833 * gdb.stabs/exclfwd.exp
3834 * gdb.stabs/gdb11479.exp
3835 * gdb.threads/clone-new-thread-event.exp
3836 * gdb.threads/corethreads.exp
3837 * gdb.threads/current-lwp-dead.exp
3838 * gdb.threads/dlopen-libpthread.exp
3839 * gdb.threads/gcore-thread.exp
3840 * gdb.threads/sigstep-threads.exp
3841 * gdb.threads/watchpoint-fork.exp
3842 * gdb.trace/actions-changed.exp
3843 * gdb.trace/backtrace.exp
3844 * gdb.trace/change-loc.exp
3845 * gdb.trace/circ.exp
3846 * gdb.trace/collection.exp
3847 * gdb.trace/disconnected-tracing.exp
3848 * gdb.trace/ftrace.exp
3849 * gdb.trace/mi-trace-frame-collected.exp
3850 * gdb.trace/mi-trace-unavailable.exp
3851 * gdb.trace/mi-traceframe-changed.exp
3852 * gdb.trace/mi-tsv-changed.exp
3853 * gdb.trace/no-attach-trace.exp
3854 * gdb.trace/passc-dyn.exp
3855 * gdb.trace/qtro.exp
3856 * gdb.trace/range-stepping.exp
3857 * gdb.trace/read-memory.exp
3858 * gdb.trace/save-trace.exp
3859 * gdb.trace/signal.exp
3860 * gdb.trace/status-stop.exp
3861 * gdb.trace/tfile.exp
3862 * gdb.trace/trace-break.exp
3863 * gdb.trace/trace-buffer-size.exp
3864 * gdb.trace/trace-condition.exp
3865 * gdb.trace/tracefile-pseudo-reg.exp
3866 * gdb.trace/tstatus.exp
3867 * gdb.trace/unavailable.exp
3868 * gdb.trace/while-dyn.exp
3869 * gdb.trace/while-stepping.exp
3870
38712016-12-22 Doug Evans <xdje42@gmail.com>
3872
3873 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3874 and msymbols.
3875
38762016-12-19 Yao Qi <yao.qi@linaro.org>
3877
3878 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3879 (test_with_self): Don't call do_steps_and_nexts, and remove
3880 code about stepping into xmalloc.
3881
38822016-12-09 Yao Qi <yao.qi@linaro.org>
3883
3884 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3885
38862016-12-09 Yao Qi <yao.qi@linaro.org>
3887
3888 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3889
38902016-12-09 Pedro Alves <palves@redhat.com>
3891
3892 * gdb.base/all-architectures-0.exp: New file.
3893 * gdb.base/all-architectures-1.exp: New file.
3894 * gdb.base/all-architectures-2.exp: New file.
3895 * gdb.base/all-architectures-3.exp: New file.
3896 * gdb.base/all-architectures-4.exp: New file.
3897 * gdb.base/all-architectures-5.exp: New file.
3898 * gdb.base/all-architectures-6.exp: New file.
3899 * gdb.base/all-architectures-7.exp: New file.
3900 * gdb.base/all-architectures.exp.in: New file.
3901
39022016-12-09 Yao Qi <yao.qi@linaro.org>
3903
3904 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3905
39062016-12-02 Luis Machado <lgustavo@codesourcery.com>
3907
3908 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3909 possible.
3910 Remove useless pattern-matching code.
3911
39122016-12-02 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3915 procedure.
3916 (top level): Call it.
3917
39182016-12-02 Pedro Alves <palves@redhat.com>
3919
3920 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3921 New procedure.
3922 (top level): Call it.
3923
39242016-12-02 Pedro Alves <palves@redhat.com>
3925
3926 PR cli/20559
3927 * gdb.base/commands.exp (user_defined_command_args_eval): New
3928 procedure.
3929 (top level): Call it.
3930
39312016-12-02 Luis Machado <lgustavo@codesourcery.com>
3932
3933 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3934 timeout handling.
3935
39362016-12-02 Tom Tromey <tom@tromey.com>
3937
3938 * gdb.dwarf2/main-subprogram.c: New file.
3939 * gdb.dwarf2/main-subprogram.exp: New file.
3940
39412016-12-01 Luis Machado <lgustavo@codesourcery.com>
3942
3943 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3944 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3945 gdb_test_no_output for a couple of cases.
3946 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3947
39482016-12-01 Luis Machado <lgustavo@codesourcery.com>
3949
3950 Fix test names and standardize compilation error messages throughout
3951 the following files:
3952
3953 * gdb.ada/start.exp
3954 * gdb.arch/alpha-step.exp
3955 * gdb.arch/e500-prologue.exp
3956 * gdb.arch/ftrace-insn-reloc.exp
3957 * gdb.arch/gdb1291.exp
3958 * gdb.arch/gdb1431.exp
3959 * gdb.arch/gdb1558.exp
3960 * gdb.arch/i386-dr3-watch.exp
3961 * gdb.arch/i386-sse-stack-align.exp
3962 * gdb.arch/ia64-breakpoint-shadow.exp
3963 * gdb.arch/pa-nullify.exp
3964 * gdb.arch/powerpc-aix-prologue.exp
3965 * gdb.arch/thumb-bx-pc.exp
3966 * gdb.base/annota1.exp
3967 * gdb.base/annota3.exp
3968 * gdb.base/arrayidx.exp
3969 * gdb.base/assign.exp
3970 * gdb.base/attach.exp
3971 * gdb.base/auxv.exp
3972 * gdb.base/bang.exp
3973 * gdb.base/bfp-test.exp
3974 * gdb.base/bigcore.exp
3975 * gdb.base/bitfields2.exp
3976 * gdb.base/break-fun-addr.exp
3977 * gdb.base/break-probes.exp
3978 * gdb.base/call-rt-st.exp
3979 * gdb.base/callexit.exp
3980 * gdb.base/catch-fork-kill.exp
3981 * gdb.base/charset.exp
3982 * gdb.base/checkpoint.exp
3983 * gdb.base/comprdebug.exp
3984 * gdb.base/constvars.exp
3985 * gdb.base/coredump-filter.exp
3986 * gdb.base/cursal.exp
3987 * gdb.base/cvexpr.exp
3988 * gdb.base/detach.exp
3989 * gdb.base/display.exp
3990 * gdb.base/dmsym.exp
3991 * gdb.base/dprintf-pending.exp
3992 * gdb.base/dso2dso.exp
3993 * gdb.base/dtrace-probe.exp
3994 * gdb.base/dump.exp
3995 * gdb.base/enum_cond.exp
3996 * gdb.base/exe-lock.exp
3997 * gdb.base/exec-invalid-sysroot.exp
3998 * gdb.base/execl-update-breakpoints.exp
3999 * gdb.base/exprs.exp
4000 * gdb.base/fileio.exp
4001 * gdb.base/find.exp
4002 * gdb.base/finish.exp
4003 * gdb.base/fixsection.exp
4004 * gdb.base/foll-vfork.exp
4005 * gdb.base/frame-args.exp
4006 * gdb.base/gcore.exp
4007 * gdb.base/gdb1250.exp
4008 * gdb.base/global-var-nested-by-dso.exp
4009 * gdb.base/gnu-ifunc.exp
4010 * gdb.base/hashline1.exp
4011 * gdb.base/hashline2.exp
4012 * gdb.base/hashline3.exp
4013 * gdb.base/hbreak-in-shr-unsupported.exp
4014 * gdb.base/huge.exp
4015 * gdb.base/infcall-input.exp
4016 * gdb.base/info-fun.exp
4017 * gdb.base/info-shared.exp
4018 * gdb.base/jit-simple.exp
4019 * gdb.base/jit-so.exp
4020 * gdb.base/jit.exp
4021 * gdb.base/jump.exp
4022 * gdb.base/label.exp
4023 * gdb.base/lineinc.exp
4024 * gdb.base/logical.exp
4025 * gdb.base/longjmp.exp
4026 * gdb.base/macscp.exp
4027 * gdb.base/miscexprs.exp
4028 * gdb.base/new-ui-echo.exp
4029 * gdb.base/new-ui-pending-input.exp
4030 * gdb.base/new-ui.exp
4031 * gdb.base/nodebug.exp
4032 * gdb.base/nofield.exp
4033 * gdb.base/offsets.exp
4034 * gdb.base/overlays.exp
4035 * gdb.base/pending.exp
4036 * gdb.base/pointers.exp
4037 * gdb.base/pr11022.exp
4038 * gdb.base/printcmds.exp
4039 * gdb.base/prologue.exp
4040 * gdb.base/ptr-typedef.exp
4041 * gdb.base/realname-expand.exp
4042 * gdb.base/relativedebug.exp
4043 * gdb.base/relocate.exp
4044 * gdb.base/remote.exp
4045 * gdb.base/reread.exp
4046 * gdb.base/return2.exp
4047 * gdb.base/savedregs.exp
4048 * gdb.base/sep.exp
4049 * gdb.base/sepdebug.exp
4050 * gdb.base/sepsymtab.exp
4051 * gdb.base/set-inferior-tty.exp
4052 * gdb.base/setshow.exp
4053 * gdb.base/shlib-call.exp
4054 * gdb.base/sigaltstack.exp
4055 * gdb.base/siginfo-addr.exp
4056 * gdb.base/signals.exp
4057 * gdb.base/signull.exp
4058 * gdb.base/sigrepeat.exp
4059 * gdb.base/so-impl-ld.exp
4060 * gdb.base/solib-display.exp
4061 * gdb.base/solib-overlap.exp
4062 * gdb.base/solib-search.exp
4063 * gdb.base/solib-symbol.exp
4064 * gdb.base/structs.exp
4065 * gdb.base/structs2.exp
4066 * gdb.base/symtab-search-order.exp
4067 * gdb.base/twice.exp
4068 * gdb.base/unload.exp
4069 * gdb.base/varargs.exp
4070 * gdb.base/watchpoint-solib.exp
4071 * gdb.base/watchpoint.exp
4072 * gdb.base/whatis.exp
4073 * gdb.base/wrong_frame_bt_full.exp
4074 * gdb.btrace/dlopen.exp
4075 * gdb.cell/ea-standalone.exp
4076 * gdb.cell/ea-test.exp
4077 * gdb.cp/dispcxx.exp
4078 * gdb.cp/gdb2384.exp
4079 * gdb.cp/method2.exp
4080 * gdb.cp/nextoverthrow.exp
4081 * gdb.cp/pr10728.exp
4082 * gdb.disasm/am33.exp
4083 * gdb.disasm/h8300s.exp
4084 * gdb.disasm/mn10300.exp
4085 * gdb.disasm/sh3.exp
4086 * gdb.dwarf2/dw2-dir-file-name.exp
4087 * gdb.fortran/complex.exp
4088 * gdb.fortran/library-module.exp
4089 * gdb.guile/scm-pretty-print.exp
4090 * gdb.guile/scm-symbol.exp
4091 * gdb.guile/scm-type.exp
4092 * gdb.guile/scm-value.exp
4093 * gdb.linespec/linespec.exp
4094 * gdb.mi/gdb701.exp
4095 * gdb.mi/gdb792.exp
4096 * gdb.mi/mi-breakpoint-changed.exp
4097 * gdb.mi/mi-dprintf-pending.exp
4098 * gdb.mi/mi-dprintf.exp
4099 * gdb.mi/mi-exit-code.exp
4100 * gdb.mi/mi-pending.exp
4101 * gdb.mi/mi-solib.exp
4102 * gdb.mi/new-ui-mi-sync.exp
4103 * gdb.mi/pr11022.exp
4104 * gdb.mi/user-selected-context-sync.exp
4105 * gdb.opt/solib-intra-step.exp
4106 * gdb.python/py-events.exp
4107 * gdb.python/py-finish-breakpoint.exp
4108 * gdb.python/py-mi.exp
4109 * gdb.python/py-prettyprint.exp
4110 * gdb.python/py-shared.exp
4111 * gdb.python/py-symbol.exp
4112 * gdb.python/py-template.exp
4113 * gdb.python/py-type.exp
4114 * gdb.python/py-value.exp
4115 * gdb.reverse/solib-precsave.exp
4116 * gdb.reverse/solib-reverse.exp
4117 * gdb.server/solib-list.exp
4118 * gdb.stabs/weird.exp
4119 * gdb.threads/reconnect-signal.exp
4120 * gdb.threads/stepi-random-signal.exp
4121 * gdb.trace/actions.exp
4122 * gdb.trace/ax.exp
4123 * gdb.trace/backtrace.exp
4124 * gdb.trace/change-loc.exp
4125 * gdb.trace/deltrace.exp
4126 * gdb.trace/ftrace-lock.exp
4127 * gdb.trace/ftrace.exp
4128 * gdb.trace/infotrace.exp
4129 * gdb.trace/mi-tracepoint-changed.exp
4130 * gdb.trace/packetlen.exp
4131 * gdb.trace/passcount.exp
4132 * gdb.trace/pending.exp
4133 * gdb.trace/range-stepping.exp
4134 * gdb.trace/report.exp
4135 * gdb.trace/stap-trace.exp
4136 * gdb.trace/tfind.exp
4137 * gdb.trace/trace-break.exp
4138 * gdb.trace/trace-condition.exp
4139 * gdb.trace/trace-enable-disable.exp
4140 * gdb.trace/trace-mt.exp
4141 * gdb.trace/tracecmd.exp
4142 * gdb.trace/tspeed.exp
4143 * gdb.trace/tsv.exp
4144 * lib/perftest.exp
4145
41462016-12-01 Luis Machado <lgustavo@codesourcery.com>
4147
4148 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4149 with gdb_test_no_output.
4150 Use command as test name.
4151
41522016-12-01 Luis Machado <lgustavo@codesourcery.com>
4153
4154 Fix test names starting with uppercase throughout the files.
4155
4156 * gdb.ada/assign_1.exp
4157 * gdb.ada/boolean_expr.exp
4158 * gdb.base/arrayidx.exp
4159 * gdb.base/del.exp
4160 * gdb.base/gcore-buffer-overflow.exp
4161 * gdb.base/testenv.exp
4162 * gdb.compile/compile.exp
4163 * gdb.python/py-framefilter-invalidarg.exp
4164 * gdb.python/py-framefilter.exp
4165
41662016-12-01 Luis Machado <lgustavo@codesourcery.com>
4167
4168 Fix test names starting with uppercase throughout the files.
4169
4170 * gdb.ada/array_return.exp
4171 * gdb.ada/expr_delims.exp
4172 * gdb.ada/mi_dyn_arr.exp
4173 * gdb.ada/mi_interface.exp
4174 * gdb.ada/mi_var_array.exp
4175 * gdb.ada/watch_arg.exp
4176 * gdb.arch/alpha-step.exp
4177 * gdb.arch/altivec-regs.exp
4178 * gdb.arch/e500-regs.exp
4179 * gdb.arch/powerpc-d128-regs.exp
4180 * gdb.base/arrayidx.exp
4181 * gdb.base/break.exp
4182 * gdb.base/checkpoint.exp
4183 * gdb.base/debug-expr.exp
4184 * gdb.base/dmsym.exp
4185 * gdb.base/radix.exp
4186 * gdb.base/sepdebug.exp
4187 * gdb.base/testenv.exp
4188 * gdb.base/watch_thread_num.exp
4189 * gdb.base/watchpoint-cond-gone.exp
4190 * gdb.cell/break.exp
4191 * gdb.cell/ea-cache.exp
4192 * gdb.compile/compile.exp
4193 * gdb.cp/gdb2495.exp
4194 * gdb.gdb/selftest.exp
4195 * gdb.gdb/xfullpath.exp
4196 * gdb.go/hello.exp
4197 * gdb.go/integers.exp
4198 * gdb.objc/basicclass.exp
4199 * gdb.pascal/hello.exp
4200 * gdb.pascal/integers.exp
4201 * gdb.python/py-breakpoint.exp
4202 * gdb.python/py-cmd.exp
4203 * gdb.python/py-linetable.exp
4204 * gdb.python/py-xmethods.exp
4205 * gdb.python/python.exp
4206 * gdb.reverse/consecutive-precsave.exp
4207 * gdb.reverse/finish-precsave.exp
4208 * gdb.reverse/i386-precsave.exp
4209 * gdb.reverse/machinestate-precsave.exp
4210 * gdb.reverse/sigall-precsave.exp
4211 * gdb.reverse/solib-precsave.exp
4212 * gdb.reverse/step-precsave.exp
4213 * gdb.reverse/until-precsave.exp
4214 * gdb.reverse/watch-precsave.exp
4215 * gdb.threads/leader-exit.exp
4216 * gdb.threads/pthreads.exp
4217 * gdb.threads/wp-replication.exp
4218 * gdb.trace/actions.exp
4219 * gdb.trace/mi-tsv-changed.exp
4220 * gdb.trace/tsv.exp
4221
42222016-12-01 Luis Machado <lgustavo@codesourcery.com>
4223
4224 Fix test names starting with uppercase throughout the files.
4225
4226 * gdb.arch/i386-bp_permanent.exp
4227 * gdb.arch/i386-gnu-cfi.exp
4228 * gdb.base/disasm-end-cu.exp
4229 * gdb.base/macscp.exp
4230 * gdb.base/pending.exp
4231 * gdb.base/watch_thread_num.exp
4232 * gdb.cp/exception.exp
4233 * gdb.cp/gdb2495.exp
4234 * gdb.cp/local.exp
4235 * gdb.python/py-evsignal.exp
4236 * gdb.python/python.exp
4237 * gdb.trace/tracecmd.exp
4238
42392016-12-01 Luis Machado <lgustavo@codesourcery.com>
4240
4241 Fix test names starting with uppercase throughout the files.
4242
4243 * gdb.base/charset.exp
4244 * gdb.base/eval.exp
4245 * gdb.base/multi-forks.exp
4246 * gdb.guile/scm-progspace.exp
4247 * gdb.opencl/datatypes.exp
4248 * gdb.python/py-block.exp
4249 * gdb.python/py-function.exp
4250 * gdb.python/py-symbol.exp
4251 * gdb.python/py-symtab.exp
4252 * gdb.python/py-xmethods.exp
4253 * gdb.reverse/break-precsave.exp
4254 * gdb.reverse/break-reverse.exp
4255 * gdb.reverse/consecutive-precsave.exp
4256 * gdb.reverse/consecutive-reverse.exp
4257 * gdb.reverse/finish-precsave.exp
4258 * gdb.reverse/finish-reverse-bkpt.exp
4259 * gdb.reverse/finish-reverse.exp
4260 * gdb.reverse/fstatat-reverse.exp
4261 * gdb.reverse/getresuid-reverse.exp
4262 * gdb.reverse/i386-precsave.exp
4263 * gdb.reverse/i386-reverse.exp
4264 * gdb.reverse/i386-sse-reverse.exp
4265 * gdb.reverse/i387-stack-reverse.exp
4266 * gdb.reverse/insn-reverse.exp
4267 * gdb.reverse/machinestate-precsave.exp
4268 * gdb.reverse/machinestate.exp
4269 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4270 * gdb.reverse/pipe-reverse.exp
4271 * gdb.reverse/readv-reverse.exp
4272 * gdb.reverse/recvmsg-reverse.exp
4273 * gdb.reverse/rerun-prec.exp
4274 * gdb.reverse/s390-mvcle.exp
4275 * gdb.reverse/sigall-precsave.exp
4276 * gdb.reverse/sigall-reverse.exp
4277 * gdb.reverse/solib-precsave.exp
4278 * gdb.reverse/solib-reverse.exp
4279 * gdb.reverse/step-precsave.exp
4280 * gdb.reverse/step-reverse.exp
4281 * gdb.reverse/time-reverse.exp
4282 * gdb.reverse/until-precsave.exp
4283 * gdb.reverse/until-reverse.exp
4284 * gdb.reverse/waitpid-reverse.exp
4285 * gdb.reverse/watch-precsave.exp
4286 * gdb.reverse/watch-reverse.exp
4287
42882016-12-01 Luis Machado <lgustavo@codesourcery.com>
4289
4290 Fix test names starting with uppercase throughout the files.
4291
4292 * gdb.arch/i386-mpx-simple_segv.exp
4293 * gdb.arch/i386-mpx.exp
4294 * gdb.arch/i386-permbkpt.exp
4295 * gdb.arch/pa-nullify.exp
4296 * gdb.arch/powerpc-d128-regs.exp
4297 * gdb.arch/vsx-regs.exp
4298 * gdb.base/bfp-test.exp
4299 * gdb.base/break.exp
4300 * gdb.base/breakpoint-shadow.exp
4301 * gdb.base/callfuncs.exp
4302 * gdb.base/charset.exp
4303 * gdb.base/commands.exp
4304 * gdb.base/completion.exp
4305 * gdb.base/dfp-test.exp
4306 * gdb.base/echo.exp
4307 * gdb.base/ending-run.exp
4308 * gdb.base/eval.exp
4309 * gdb.base/expand-psymtabs.exp
4310 * gdb.base/float128.exp
4311 * gdb.base/floatn.exp
4312 * gdb.base/foll-exec-mode.exp
4313 * gdb.base/gdb1056.exp
4314 * gdb.base/gdb11531.exp
4315 * gdb.base/kill-after-signal.exp
4316 * gdb.base/multi-forks.exp
4317 * gdb.base/overlays.exp
4318 * gdb.base/pending.exp
4319 * gdb.base/sepdebug.exp
4320 * gdb.base/testenv.exp
4321 * gdb.base/valgrind-db-attach.exp
4322 * gdb.base/watch_thread_num.exp
4323 * gdb.base/watchpoint-cond-gone.exp
4324 * gdb.base/watchpoint.exp
4325 * gdb.base/watchpoints.exp
4326 * gdb.cp/arg-reference.exp
4327 * gdb.cp/baseenum.exp
4328 * gdb.cp/operator.exp
4329 * gdb.cp/shadow.exp
4330 * gdb.dwarf2/dw2-op-out-param.exp
4331 * gdb.dwarf2/dw2-reg-undefined.exp
4332 * gdb.go/chan.exp
4333 * gdb.go/hello.exp
4334 * gdb.go/integers.exp
4335 * gdb.go/methods.exp
4336 * gdb.go/package.exp
4337 * gdb.guile/scm-parameter.exp
4338 * gdb.guile/scm-progspace.exp
4339 * gdb.guile/scm-value.exp
4340 * gdb.mi/mi-pending.exp
4341 * gdb.mi/user-selected-context-sync.exp
4342 * gdb.multi/multi-attach.exp
4343 * gdb.multi/tids.exp
4344 * gdb.opt/clobbered-registers-O2.exp
4345 * gdb.pascal/floats.exp
4346 * gdb.pascal/integers.exp
4347 * gdb.python/py-block.exp
4348 * gdb.python/py-events.exp
4349 * gdb.python/py-parameter.exp
4350 * gdb.python/py-symbol.exp
4351 * gdb.python/py-symtab.exp
4352 * gdb.python/py-type.exp
4353 * gdb.python/py-value.exp
4354 * gdb.python/py-xmethods.exp
4355 * gdb.python/python.exp
4356 * gdb.reverse/break-precsave.exp
4357 * gdb.reverse/consecutive-precsave.exp
4358 * gdb.reverse/finish-precsave.exp
4359 * gdb.reverse/i386-precsave.exp
4360 * gdb.reverse/machinestate-precsave.exp
4361 * gdb.reverse/sigall-precsave.exp
4362 * gdb.reverse/solib-precsave.exp
4363 * gdb.reverse/step-precsave.exp
4364 * gdb.reverse/until-precsave.exp
4365 * gdb.reverse/watch-precsave.exp
4366 * gdb.server/ext-attach.exp
4367 * gdb.server/ext-restart.exp
4368 * gdb.server/ext-run.exp
4369 * gdb.server/ext-wrapper.exp
4370 * gdb.stabs/gdb11479.exp
4371 * gdb.stabs/weird.exp
4372 * gdb.threads/attach-many-short-lived-threads.exp
4373 * gdb.threads/kill.exp
4374 * gdb.threads/watchpoint-fork.exp
4375
43762016-12-01 Luis Machado <lgustavo@codesourcery.com>
4377
4378 Fix test names starting with uppercase throughout all the files below.
4379
4380 * gdb.ada/array_return.exp
4381 * gdb.ada/catch_ex.exp
4382 * gdb.ada/info_exc.exp
4383 * gdb.ada/mi_catch_ex.exp
4384 * gdb.ada/mi_dyn_arr.exp
4385 * gdb.ada/mi_ex_cond.exp
4386 * gdb.ada/mi_exc_info.exp
4387 * gdb.ada/mi_interface.exp
4388 * gdb.ada/mi_task_arg.exp
4389 * gdb.ada/mi_task_info.exp
4390 * gdb.ada/mi_var_array.exp
4391 * gdb.arch/alpha-step.exp
4392 * gdb.arch/amd64-disp-step.exp
4393 * gdb.arch/arm-disp-step.exp
4394 * gdb.arch/disp-step-insn-reloc.exp
4395 * gdb.arch/e500-prologue.exp
4396 * gdb.arch/ftrace-insn-reloc.exp
4397 * gdb.arch/gdb1558.exp
4398 * gdb.arch/i386-bp_permanent.exp
4399 * gdb.arch/i386-disp-step.exp
4400 * gdb.arch/i386-float.exp
4401 * gdb.arch/i386-gnu-cfi.exp
4402 * gdb.arch/ia64-breakpoint-shadow.exp
4403 * gdb.arch/mips16-thunks.exp
4404 * gdb.arch/pa-nullify.exp
4405 * gdb.arch/powerpc-aix-prologue.exp
4406 * gdb.arch/powerpc-power.exp
4407 * gdb.arch/ppc-dfp.exp
4408 * gdb.arch/s390-tdbregs.exp
4409 * gdb.arch/spu-info.exp
4410 * gdb.arch/spu-ls.exp
4411 * gdb.arch/thumb-bx-pc.exp
4412 * gdb.base/advance.exp
4413 * gdb.base/annota-input-while-running.exp
4414 * gdb.base/arrayidx.exp
4415 * gdb.base/asmlabel.exp
4416 * gdb.base/async.exp
4417 * gdb.base/attach-wait-input.exp
4418 * gdb.base/auto-connect-native-target.exp
4419 * gdb.base/batch-preserve-term-settings.exp
4420 * gdb.base/bfp-test.exp
4421 * gdb.base/bigcore.exp
4422 * gdb.base/bp-permanent.exp
4423 * gdb.base/break-always.exp
4424 * gdb.base/break-fun-addr.exp
4425 * gdb.base/break-idempotent.exp
4426 * gdb.base/break-main-file-remove-fail.exp
4427 * gdb.base/break-probes.exp
4428 * gdb.base/break-unload-file.exp
4429 * gdb.base/break.exp
4430 * gdb.base/call-ar-st.exp
4431 * gdb.base/call-rt-st.exp
4432 * gdb.base/call-sc.exp
4433 * gdb.base/call-signal-resume.exp
4434 * gdb.base/call-strs.exp
4435 * gdb.base/callexit.exp
4436 * gdb.base/callfuncs.exp
4437 * gdb.base/catch-gdb-caused-signals.exp
4438 * gdb.base/catch-signal-siginfo-cond.exp
4439 * gdb.base/catch-syscall.exp
4440 * gdb.base/compare-sections.exp
4441 * gdb.base/cond-eval-mode.exp
4442 * gdb.base/condbreak-call-false.exp
4443 * gdb.base/consecutive-step-over.exp
4444 * gdb.base/cursal.exp
4445 * gdb.base/disabled-location.exp
4446 * gdb.base/disasm-end-cu.exp
4447 * gdb.base/display.exp
4448 * gdb.base/double-prompt-target-event-error.exp
4449 * gdb.base/dprintf-bp-same-addr.exp
4450 * gdb.base/dprintf-detach.exp
4451 * gdb.base/dprintf-next.exp
4452 * gdb.base/dprintf-non-stop.exp
4453 * gdb.base/dprintf-pending.exp
4454 * gdb.base/dso2dso.exp
4455 * gdb.base/ending-run.exp
4456 * gdb.base/enum_cond.exp
4457 * gdb.base/examine-backward.exp
4458 * gdb.base/exe-lock.exp
4459 * gdb.base/exec-invalid-sysroot.exp
4460 * gdb.base/execl-update-breakpoints.exp
4461 * gdb.base/execution-termios.exp
4462 * gdb.base/fileio.exp
4463 * gdb.base/fixsection.exp
4464 * gdb.base/foll-exec-mode.exp
4465 * gdb.base/foll-exec.exp
4466 * gdb.base/fork-running-state.exp
4467 * gdb.base/frame-args.exp
4468 * gdb.base/fullpath-expand.exp
4469 * gdb.base/func-ptr.exp
4470 * gdb.base/gcore-relro-pie.exp
4471 * gdb.base/gdb1090.exp
4472 * gdb.base/gdb1555.exp
4473 * gdb.base/global-var-nested-by-dso.exp
4474 * gdb.base/gnu-ifunc.exp
4475 * gdb.base/hbreak-in-shr-unsupported.exp
4476 * gdb.base/hbreak-unmapped.exp
4477 * gdb.base/hook-stop.exp
4478 * gdb.base/infcall-input.exp
4479 * gdb.base/info-fun.exp
4480 * gdb.base/info-shared.exp
4481 * gdb.base/interrupt-noterm.exp
4482 * gdb.base/jit-so.exp
4483 * gdb.base/jit.exp
4484 * gdb.base/line-symtabs.exp
4485 * gdb.base/list.exp
4486 * gdb.base/longjmp.exp
4487 * gdb.base/macscp.exp
4488 * gdb.base/max-value-size.exp
4489 * gdb.base/nodebug.exp
4490 * gdb.base/nofield.exp
4491 * gdb.base/overlays.exp
4492 * gdb.base/paginate-after-ctrl-c-running.exp
4493 * gdb.base/paginate-bg-execution.exp
4494 * gdb.base/paginate-inferior-exit.exp
4495 * gdb.base/pending.exp
4496 * gdb.base/pr11022.exp
4497 * gdb.base/printcmds.exp
4498 * gdb.base/ptr-typedef.exp
4499 * gdb.base/ptype.exp
4500 * gdb.base/randomize.exp
4501 * gdb.base/range-stepping.exp
4502 * gdb.base/realname-expand.exp
4503 * gdb.base/relativedebug.exp
4504 * gdb.base/remote.exp
4505 * gdb.base/savedregs.exp
4506 * gdb.base/sepdebug.exp
4507 * gdb.base/set-noassign.exp
4508 * gdb.base/shlib-call.exp
4509 * gdb.base/shreloc.exp
4510 * gdb.base/sigaltstack.exp
4511 * gdb.base/sigbpt.exp
4512 * gdb.base/siginfo-addr.exp
4513 * gdb.base/siginfo-obj.exp
4514 * gdb.base/siginfo-thread.exp
4515 * gdb.base/signest.exp
4516 * gdb.base/signull.exp
4517 * gdb.base/sigrepeat.exp
4518 * gdb.base/skip.exp
4519 * gdb.base/so-impl-ld.exp
4520 * gdb.base/solib-corrupted.exp
4521 * gdb.base/solib-disc.exp
4522 * gdb.base/solib-display.exp
4523 * gdb.base/solib-overlap.exp
4524 * gdb.base/solib-search.exp
4525 * gdb.base/solib-symbol.exp
4526 * gdb.base/source-execution.exp
4527 * gdb.base/sss-bp-on-user-bp-2.exp
4528 * gdb.base/sss-bp-on-user-bp.exp
4529 * gdb.base/stack-checking.exp
4530 * gdb.base/stale-infcall.exp
4531 * gdb.base/step-break.exp
4532 * gdb.base/step-line.exp
4533 * gdb.base/step-over-exit.exp
4534 * gdb.base/step-test.exp
4535 * gdb.base/structs.exp
4536 * gdb.base/sym-file.exp
4537 * gdb.base/symtab-search-order.exp
4538 * gdb.base/term.exp
4539 * gdb.base/type-opaque.exp
4540 * gdb.base/unload.exp
4541 * gdb.base/until-nodebug.exp
4542 * gdb.base/until.exp
4543 * gdb.base/unwindonsignal.exp
4544 * gdb.base/watch-cond.exp
4545 * gdb.base/watch-non-mem.exp
4546 * gdb.base/watch_thread_num.exp
4547 * gdb.base/watchpoint-reuse-slot.exp
4548 * gdb.base/watchpoint-solib.exp
4549 * gdb.base/watchpoint.exp
4550 * gdb.btrace/dlopen.exp
4551 * gdb.cell/arch.exp
4552 * gdb.cell/break.exp
4553 * gdb.cell/bt.exp
4554 * gdb.cell/core.exp
4555 * gdb.cell/data.exp
4556 * gdb.cell/dwarfaddr.exp
4557 * gdb.cell/ea-cache.exp
4558 * gdb.cell/ea-standalone.exp
4559 * gdb.cell/ea-test.exp
4560 * gdb.cell/f-regs.exp
4561 * gdb.cell/fork.exp
4562 * gdb.cell/gcore.exp
4563 * gdb.cell/mem-access.exp
4564 * gdb.cell/ptype.exp
4565 * gdb.cell/registers.exp
4566 * gdb.cell/sizeof.exp
4567 * gdb.cell/solib-symbol.exp
4568 * gdb.cell/solib.exp
4569 * gdb.compile/compile-tls.exp
4570 * gdb.cp/exception.exp
4571 * gdb.cp/gdb2495.exp
4572 * gdb.cp/local.exp
4573 * gdb.cp/mb-inline.exp
4574 * gdb.cp/mb-templates.exp
4575 * gdb.cp/pr10687.exp
4576 * gdb.cp/pr9167.exp
4577 * gdb.cp/scope-err.exp
4578 * gdb.cp/templates.exp
4579 * gdb.cp/virtfunc.exp
4580 * gdb.dwarf2/dw2-dir-file-name.exp
4581 * gdb.dwarf2/dw2-single-line-discriminators.exp
4582 * gdb.fortran/complex.exp
4583 * gdb.fortran/library-module.exp
4584 * gdb.guile/guile.exp
4585 * gdb.guile/scm-cmd.exp
4586 * gdb.guile/scm-frame-inline.exp
4587 * gdb.guile/scm-objfile.exp
4588 * gdb.guile/scm-pretty-print.exp
4589 * gdb.guile/scm-symbol.exp
4590 * gdb.guile/scm-type.exp
4591 * gdb.guile/scm-value.exp
4592 * gdb.linespec/keywords.exp
4593 * gdb.linespec/ls-errs.exp
4594 * gdb.linespec/macro-relative.exp
4595 * gdb.linespec/thread.exp
4596 * gdb.mi/mi-breakpoint-changed.exp
4597 * gdb.mi/mi-dprintf-pending.exp
4598 * gdb.mi/mi-fullname-deleted.exp
4599 * gdb.mi/mi-logging.exp
4600 * gdb.mi/mi-pending.exp
4601 * gdb.mi/mi-solib.exp
4602 * gdb.mi/new-ui-mi-sync.exp
4603 * gdb.mi/user-selected-context-sync.exp
4604 * gdb.multi/dummy-frame-restore.exp
4605 * gdb.multi/multi-arch-exec.exp
4606 * gdb.multi/remove-inferiors.exp
4607 * gdb.multi/watchpoint-multi-exit.exp
4608 * gdb.opt/solib-intra-step.exp
4609 * gdb.perf/backtrace.exp
4610 * gdb.perf/single-step.exp
4611 * gdb.perf/skip-command.exp
4612 * gdb.perf/skip-prologue.exp
4613 * gdb.perf/solib.exp
4614 * gdb.python/lib-types.exp
4615 * gdb.python/py-as-string.exp
4616 * gdb.python/py-bad-printers.exp
4617 * gdb.python/py-block.exp
4618 * gdb.python/py-breakpoint.exp
4619 * gdb.python/py-cmd.exp
4620 * gdb.python/py-events.exp
4621 * gdb.python/py-evthreads.exp
4622 * gdb.python/py-finish-breakpoint.exp
4623 * gdb.python/py-finish-breakpoint2.exp
4624 * gdb.python/py-frame-inline.exp
4625 * gdb.python/py-frame.exp
4626 * gdb.python/py-inferior.exp
4627 * gdb.python/py-infthread.exp
4628 * gdb.python/py-mi.exp
4629 * gdb.python/py-objfile.exp
4630 * gdb.python/py-pp-maint.exp
4631 * gdb.python/py-pp-registration.exp
4632 * gdb.python/py-prettyprint.exp
4633 * gdb.python/py-recurse-unwind.exp
4634 * gdb.python/py-shared.exp
4635 * gdb.python/py-symbol.exp
4636 * gdb.python/py-symtab.exp
4637 * gdb.python/py-template.exp
4638 * gdb.python/py-type.exp
4639 * gdb.python/py-unwind-maint.exp
4640 * gdb.python/py-unwind.exp
4641 * gdb.python/py-value.exp
4642 * gdb.python/python.exp
4643 * gdb.reverse/finish-reverse-bkpt.exp
4644 * gdb.reverse/insn-reverse.exp
4645 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4646 * gdb.reverse/solib-precsave.exp
4647 * gdb.reverse/solib-reverse.exp
4648 * gdb.stabs/gdb11479.exp
4649 * gdb.stabs/weird.exp
4650 * gdb.threads/fork-child-threads.exp
4651 * gdb.threads/fork-plus-threads.exp
4652 * gdb.threads/fork-thread-pending.exp
4653 * gdb.threads/forking-threads-plus-breakpoint.exp
4654 * gdb.threads/hand-call-in-threads.exp
4655 * gdb.threads/interrupted-hand-call.exp
4656 * gdb.threads/linux-dp.exp
4657 * gdb.threads/local-watch-wrong-thread.exp
4658 * gdb.threads/next-while-other-thread-longjmps.exp
4659 * gdb.threads/non-ldr-exit.exp
4660 * gdb.threads/pending-step.exp
4661 * gdb.threads/print-threads.exp
4662 * gdb.threads/process-dies-while-detaching.exp
4663 * gdb.threads/process-dies-while-handling-bp.exp
4664 * gdb.threads/pthreads.exp
4665 * gdb.threads/queue-signal.exp
4666 * gdb.threads/reconnect-signal.exp
4667 * gdb.threads/signal-command-handle-nopass.exp
4668 * gdb.threads/signal-command-multiple-signals-pending.exp
4669 * gdb.threads/signal-delivered-right-thread.exp
4670 * gdb.threads/signal-sigtrap.exp
4671 * gdb.threads/sigthread.exp
4672 * gdb.threads/staticthreads.exp
4673 * gdb.threads/stepi-random-signal.exp
4674 * gdb.threads/thread-unwindonsignal.exp
4675 * gdb.threads/thread_check.exp
4676 * gdb.threads/thread_events.exp
4677 * gdb.threads/tid-reuse.exp
4678 * gdb.threads/tls-nodebug.exp
4679 * gdb.threads/tls-shared.exp
4680 * gdb.threads/tls-so_extern.exp
4681 * gdb.threads/tls.exp
4682 * gdb.threads/wp-replication.exp
4683 * gdb.trace/actions-changed.exp
4684 * gdb.trace/actions.exp
4685 * gdb.trace/backtrace.exp
4686 * gdb.trace/change-loc.exp
4687 * gdb.trace/collection.exp
4688 * gdb.trace/deltrace.exp
4689 * gdb.trace/disconnected-tracing.exp
4690 * gdb.trace/entry-values.exp
4691 * gdb.trace/ftrace-lock.exp
4692 * gdb.trace/ftrace.exp
4693 * gdb.trace/infotrace.exp
4694 * gdb.trace/mi-trace-frame-collected.exp
4695 * gdb.trace/mi-trace-unavailable.exp
4696 * gdb.trace/mi-traceframe-changed.exp
4697 * gdb.trace/mi-tracepoint-changed.exp
4698 * gdb.trace/mi-tsv-changed.exp
4699 * gdb.trace/no-attach-trace.exp
4700 * gdb.trace/packetlen.exp
4701 * gdb.trace/passc-dyn.exp
4702 * gdb.trace/passcount.exp
4703 * gdb.trace/pending.exp
4704 * gdb.trace/pr16508.exp
4705 * gdb.trace/qtro.exp
4706 * gdb.trace/range-stepping.exp
4707 * gdb.trace/read-memory.exp
4708 * gdb.trace/report.exp
4709 * gdb.trace/save-trace.exp
4710 * gdb.trace/signal.exp
4711 * gdb.trace/stap-trace.exp
4712 * gdb.trace/status-stop.exp
4713 * gdb.trace/strace.exp
4714 * gdb.trace/tfile.exp
4715 * gdb.trace/tfind.exp
4716 * gdb.trace/trace-break.exp
4717 * gdb.trace/trace-condition.exp
4718 * gdb.trace/trace-enable-disable.exp
4719 * gdb.trace/trace-mt.exp
4720 * gdb.trace/tracecmd.exp
4721 * gdb.trace/tracefile-pseudo-reg.exp
4722 * gdb.trace/tspeed.exp
4723 * gdb.trace/tstatus.exp
4724 * gdb.trace/tsv.exp
4725 * gdb.trace/unavailable.exp
4726 * gdb.trace/while-dyn.exp
4727 * gdb.trace/while-stepping.exp
4728 * lib/gdb-guile.exp
4729 * lib/gdb.exp
4730 * lib/mi-support.exp
4731 * lib/pascal.exp
4732 * lib/perftest.exp
4733 * lib/prelink-support.exp
4734 * lib/selftest-support.exp
4735
47362016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4737
4738 * Makefile.in: Include disable-implicit-rules.mk.
4739
47402016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4741
4742 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4743 non-byte-aligned bit fields.
4744
47452016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4746
4747 PR gdb/12616
4748 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4749 respects the DW_AT_data_bit_offset attribute.
4750
47512016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4752
4753 * gdb.base/default.exp: Fix output of "set language".
4754
47552016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4756
4757 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4758 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4759 make.
4760 * configure.ac: Remove checks for the make program.
4761 * configure: Re-generate.
4762
47632016-11-16 Kevin Buettner <kevinb@redhat.com>
4764
4765 * gdb.python/py-recurse-unwind.c (main): Add loop.
4766 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4767 to read_register() and gdb.parse_and_eval(). Make each code
4768 call a separate case that can be individually tested.
4769 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4770 proc. Call cont_and_backtrace for each of the code paths that
4771 we want to test in the unwinder.
4772
47732016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4774
4775 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4776 the definition of struct S.
4777
47782016-11-11 Catherine Moore <clm@codesourcery.com>
4779
4780 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4781
47822016-11-09 Pedro Alves <palves@redhat.com>
4783
4784 * gdb.base/commands.exp (runto_or_return): New procedure.
4785 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4786 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4787 (progvar_simple_while_test, progvar_complex_if_while_test)
4788 (if_while_breakpoint_command_test)
4789 (infrun_breakpoint_command_test, breakpoint_command_test)
4790 (user_defined_command_test, watchpoint_command_test)
4791 (test_command_prompt_position, redefine_hook_test)
4792 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4793 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4794 multi_line_input and multi_line. Remove gdb_expect and
4795 gdb_stop_suppressing_tests uses.
4796 * lib/gdb.exp (valnum_re): New global.
4797 (multi_line_input): New procedure.
4798
47992016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4800
4801 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4802 Remove.
4803 (test_setup): Define with proc_with_prefix.
4804 (test_cli_inferior): Likewise.
4805 (test_cli_thread): Likewise.
4806 (test_cli_frame): Likewise.
4807 (test_cli_select_frame): Likewise.
4808 (test_cli_up_down): Likewise.
4809 (test_mi_thread_select): Likewise.
4810 (test_mi_stack_select_frame): Likewise.
4811 (test_cli_in_mi_inferior): Likewise.
4812 (test_cli_in_mi_thread): Likewise.
4813 (test_cli_in_mi_frame): Likewise.
4814 (top level): Do not use with_test_prefix_procname.
4815
48162016-11-09 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/commands.exp (gdbvar_simple_if_test)
4819 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4820 (progvar_simple_if_test, progvar_simple_while_test)
4821 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4822 (infrun_breakpoint_command_test, breakpoint_command_test)
4823 (user_defined_command_test, watchpoint_command_test)
4824 (test_command_prompt_position, deprecated_command_test)
4825 (bp_deleted_in_command, temporary_breakpoint_commands)
4826 (stray_arg0_test, source_file_with_indented_comment)
4827 (recursive_source_test, if_commands_test)
4828 (error_clears_commands_left, redefine_hook_test)
4829 (redefine_backtrace_test): Use proc_with_prefix.
4830 * lib/gdb.exp (proc_with_prefix): New proc.
4831
48322016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4833
4834 * gdb.base/tui-layout.c: New file.
4835 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4836 disassembly window contains very long lines.
4837
48382016-11-08 Tom Tromey <tom@tromey.com>
4839
4840 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4841 depend on Python 2.
4842
48432016-11-08 Tom Tromey <tom@tromey.com>
4844
4845 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4846 New method.
4847
48482016-10-29 Manish Goregaokar <manish@mozilla.com>
4849
4850 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4851
48522016-10-27 Manish Goregaokar <manish@mozilla.com>
4853
4854 * gdb.rust/simple.rs: Add test for univariant enums without
4855 discriminants and for encoded struct-like enums.
4856
48572016-10-28 Pedro Alves <palves@redhat.com>
4858
4859 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4860 gdb_test_multiple, tighten regexps and match symtabs and line
4861 tables incrementally.
4862
48632016-10-28 Luis Machado <lgustavo@codesourcery.com>
4864
4865 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4866 general.
4867
48682016-10-25 Luis Machado <lgustavo@codesourcery.com>
4869
4870 * gdb.base/exec-invalid-sysroot.exp: New file.
4871
48722016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4873
4874 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4875
48762016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4877
4878 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4879
48802016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4881
4882 * gdb.base/killed-outside.exp: Remove $options from a call to
4883 `prepare_for_testing'.
4884
48852016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4886
4887 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4888 Change test message.
4889
48902016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4891
4892 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4893 Update comment.
4894
48952016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4896
4897 * gdb.trace/mi-trace-save.exp: New file.
4898
48992016-10-13 Yao Qi <yao.qi@linaro.org>
4900
4901 * gdb.base/code_elim.exp (get_var_address): Remove.
4902 * gdb.base/relocate.exp: Likewise.
4903 * gdb.base/shreloc.exp: Likewise.
4904 * lib/gdb.exp (get_var_address): New.
4905
49062016-10-13 Yao Qi <yao.qi@linaro.org>
4907
4908 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4909 floating point tests if $skip_float_test is false.
4910
49112016-10-12 Luis Machado <lgustavo@codesourcery.com>
4912
4913 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4914 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4915 argc values.
4916 Add 1 to argc so we guarantee distinct initial/modified argc values.
4917
49182016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4919
4920 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4921
49222016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4923
4924 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4925 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4926 * gdb.arch/vsx-regs.exp: Likewise.
4927
49282016-10-07 Yao Qi <yao.qi@linaro.org>
4929
4930 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4931
49322016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4933
4934 * gdb.python/python.exp: Test decode_line("*0").
4935
49362016-10-06 Doug Evans <dje@google.com>
4937
4938 * gdb.python/py-value.exp (test_value_creation): Add test for large
4939 unsigned 64-bit value.
4940
49412016-10-06 Tom Tromey <tom@tromey.com>
4942
4943 * gdb.compile/compile.exp: Change java tests to rust.
4944 * gdb.base/setshow.exp: Change java tests to rust.
4945 * gdb.base/default.exp: Remove java from language list.
4946 * README (Examples): Update language example.
4947 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4948 test.
4949 * lib/gdb.exp (skip_java_tests): Remove.
4950 * lib/java.exp: Remove.
4951 * gdb.java: Remove.
4952
49532016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4954
4955 * gdb.arch/mips-fcr.exp: New test.
4956 * gdb.arch/mips-fcr.c: Source for the new test.
4957
49582016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4959
4960 * gdb.base/solib-disc.exp: Use `standard_output_file'
4961 throughout.
4962
49632016-10-06 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.base/jit-simple-dl.c: New file.
4966 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4967 * gdb.base/jit-simple.c: ... this.
4968 * gdb.base/jit-simple.exp (jit_run): Delete.
4969 (build_jit): New proc.
4970 (jit_test_reread): Recompile either the main program or the shared
4971 library, depending on what is being tested. Skip changing address
4972 if caller wants to. Compare before/after addresses. If testing
4973 standalone, explicitly load the binary. Test "maint info
4974 breakpoints".
4975 (top level): Add "standalone vs shared lib" and "change address"
4976 vs "same address" axes.
4977
49782016-10-06 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4981 call.
4982 (jit_run): Delete.
4983 (jit_test_reread): Use with_test_prefix. Reload the main binary
4984 explicitly. Compare the before/after addresses of the JIT
4985 descriptor.
4986
49872016-08-15 Doug Evans <dje@google.com>
4988
4989 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4990 for single bitfields is bool.
4991 * gdb.xml/tdesc-regs.exp: Ditto.
4992
49932016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4994
4995 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4996
49972016-10-05 Yao Qi <yao.qi@linaro.org>
4998
4999 * lib/gdb.exp (support_complex_tests): Return zero if
5000 gdb_skip_float_test return true.
5001
50022016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5003 Simon Marchi <simon.marchi@ericsson.com>
5004
5005 PR gdb/20487
5006 * gdb.mi/user-selected-context-sync.exp: New file.
5007 * gdb.mi/user-selected-context-sync.c: New file.
5008
50092016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5010 Simon Marchi <simon.marchi@ericsson.com>
5011
5012 PR gdb/20487
5013 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5014 =thread-select-event check.
5015
50162016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5017
5018 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5019 the compulsory L operand changes.
5020 * gdb.arch/powerpc-power.s: Likewise.
5021
50222016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5025 * gdb.base/jit-attach-pie.c: New file.
5026 * gdb.base/jit-attach-pie.exp: New file.
5027
50282016-09-28 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/infcall-input.c: New file.
5031 * gdb.base/infcall-input.exp: New file.
5032
50332016-09-22 Yao Qi <yao.qi@linaro.org>
5034
5035 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5036 (gdb_exit): Rename it to ...
5037 (gdbserver_gdb_exit): ... Close GDBserver.
5038 (gdb_exit): New proc, call gdbserver_gdb_exit.
5039 (mi_gdb_exit): Likewise.
5040
50412016-09-22 Yao Qi <yao.qi@linaro.org>
5042
5043 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5044 path.
5045 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5046 Remove duplication.
5047
50482016-09-22 Yao Qi <yao.qi@linaro.org>
5049
5050 * lib/gdbserver-support.exp: Check the existence of
5051 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5052
50532016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5054
5055 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5056
50572016-09-21 Tom Tromey <tom@tromey.com>
5058
5059 PR gdb/20604:
5060 * gdb.base/quit.exp: New file.
5061
50622016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5063
5064 * .gitignore: New file.
5065
50662016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5067
5068 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5069 throughout.
5070
50712016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5072
5073 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5074
50752016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5076
5077 * gdb.cp/casts.cc (decltype): Move it ...
5078 (main): ... with its call to ...
5079 * gdb.cp/casts03.cc: ... a new file.
5080 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5081
50822016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5083
5084 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5085
50862016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5087
5088 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5089 and sync up the test with tests in gas/testsuite/gas/ppc.
5090 * gdb.arch/powerpc-power.exp: Likewise.
5091
50922016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5093
5094 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5095
50962016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5097 Jan Kratochvil <jan.kratochvil@redhat.com>
5098
5099 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5100 make m1's definition to be different from m2's. Use 'dummy' as an
5101 argument for probe 'two'.
5102
51032016-09-10 Jon Beniston <jon@beniston.com>
5104
5105 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5106 for sim target.
5107
51082016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5109
5110 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5111 variable declaration.
5112 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5113 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5114 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5115 received HWCAP as its argument.
5116
51172016-09-06 Pedro Alves <palves@redhat.com>
5118
5119 * gdb.base/new-ui-pending-input.c: New file.
5120 * gdb.base/new-ui-pending-input.exp: New file.
5121 * gdb.exp (clear_gdb_spawn_id): New procedure.
5122 (with_spawn_id): Check whether gdb_spawn_id exists before
5123 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5124 on exit.
5125
51262016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5127
5128 * gdb.base/float128.c: New file.
5129 * gdb.base/float128.exp: Likewise.
5130 * gdb.base/floatn.c: Likewise.
5131 * gdb.base/floatn.exp: Likewise.
5132
51332016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5134
5135 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5136
51372016-09-05 Pedro Alves <palves@redhat.com>
5138
5139 PR backtrace/19927
5140 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5141 unwinders are immediately called as side effect of "source" or
5142 "disable unwinder" commands.
5143 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5144
51452016-09-02 Yao Qi <yao.qi@linaro.org>
5146
5147 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5148 is true and $type is "float" or "double".
5149
51502016-09-02 Yao Qi <yao.qi@linaro.org>
5151
5152 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5153 true.
5154 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5155 * gdb.base/call-rt-st.exp: Likewise.
5156 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5157 return value instead of gdb,skip_float_test.
5158 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5159 (do_function_calls): Use its return value instead of
5160 gdb,skip_float_test.
5161 * gdb.base/finish.exp: Likewise.
5162 * gdb.base/funcargs.exp: Likewise.
5163 * gdb.base/return.exp: Likewise.
5164 * gdb.base/return2.exp: Likewise.
5165 * gdb.base/varargs.exp: Likewise.
5166 * lib/gdb.exp (gdb_skip_float_test): Change it to
5167 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5168
51692016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5170
5171 * gdb.multi/tids.exp: Test "thread apply all".
5172
51732016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5174
5175 * gdb.base/default.exp (tty): Remove.
5176
51772016-08-24 Kevin Buettner <kevinb@redhat.com>
5178
5179 * gdb.python/py-recurse-unwind.c: New file.
5180 * gdb.python/py-recurse-unwind.py: New file.
5181 * gdb.python/py-recurse-unwind.exp: New file.
5182
51832016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5184
5185 * gdb.base/set-inferior-tty.exp: New file.
5186 * gdb.base/set-inferior-tty.c: New file.
5187
51882016-08-23 Pedro Alves <palves@redhat.com>
5189
5190 PR gdb/20494
5191 * gdb.base/new-ui-echo.c: New file.
5192 * gdb.base/new-ui-echo.exp: New file.
5193
51942016-08-23 Yao Qi <yao.qi@linaro.org>
5195
5196 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5197 gdbserver_spawn.
5198 * gdb.server/connect-without-multi-process.exp (do_test):
5199 Likewise.
5200
52012016-08-23 Yao Qi <yao.qi@linaro.org>
5202
5203 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5204 standalone_txt. Delete gdb_txt and standalone_txt on host
5205 and target. Spawn the binary on target. Copy files from
5206 target to host.
5207
52082016-08-22 Pedro Alves <palves@redhat.com>
5209
5210 PR gdb/20505
5211 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5212 with_test_prefix. Factor out bits to ...
5213 (test_no_vdso): ... this new procedure.
5214
52152016-08-19 Carl Love <cel@us.ibm.com>
5216
5217 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5218 maintaining separate logic for constructing the output path.
5219 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5220 * gdb.arch/ppc-dfp.exp: Likewise.
5221 * gdb.arch/ppc-fp.exp: Likewise.
5222 * gdb.arch/vsx-regs.exp: Likewise.
5223 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5224 binprefix for generating the additional binary files.
5225
52262016-08-19 Pedro Alves <palves@redhat.com>
5227
5228 * gdb.trace/mi-trace-frame-collected.exp
5229 (test_trace_frame_collected): On x32, expect two registers.
5230
52312016-08-18 Carl Love <cel@us.ibm.com>
5232
5233 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5234 and sync up the test with tests in gas/testsuite/gas/ppc.
5235 * gdb.arch/powerpc-power.exp: Likewise.
5236
52372016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5240 expected error message.
5241
52422016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5243
5244 * gdb.multi/remove-inferiors.exp: New file.
5245 * gdb.multi/remove-inferiors.c: New file.
5246
52472016-08-12 Yao Qi <yao.qi@linaro.org>
5248
5249 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5250 argument list.
5251
52522016-08-10 Pedro Alves <palves@redhat.com>
5253
5254 PR gdb/19187
5255 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5256 setup_kfails.
5257
52582016-08-09 Pedro Alves <palves@redhat.com>
5259 Simon Marchi <simon.marchi@ericsson.com>
5260
5261 PR gdb/20418
5262 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5263 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5264
52652016-08-09 Pedro Alves <palves@redhat.com>
5266
5267 PR mi/20431
5268 * gdb.mi/mi-cmd-error.exp: New file.
5269
52702016-08-09 Pedro Alves <palves@redhat.com>
5271
5272 PR gdb/18653
5273 * gdb.base/signals-state-child.c: New file.
5274 * gdb.base/signals-state-child.exp: New file.
5275 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5276
52772016-08-09 Pedro Alves <palves@redhat.com>
5278
5279 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5280
52812016-08-03 Tom Tromey <tom@tromey.com>
5282
5283 PR python/18565:
5284 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5285
52862016-08-01 Yao Qi <yao.qi@linaro.org>
5287
5288 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5289 variable mode to "multi-process" if $multi_process is 1, otherwise
5290 set it to "single-process".
5291
52922016-08-01 Yao Qi <yao.qi@linaro.org>
5293
5294 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5295 * gdb.cp/cpexprs.exp: Likewise.
5296 * gdb.cp/m-static.exp: Likewise.
5297
52982016-07-26 Tom Tromey <tom@tromey.com>
5299
5300 PR python/20190:
5301 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5302 test.
5303
53042016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5305
5306 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5307 selecting assembly source files.
5308 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5309 assembly source files.
5310 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5311 assembly source files.
5312 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5313 selecting assembly source files.
5314
53152016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5316
5317 * gdb.base/new-ui.exp (do_test_invalid_args): New
5318 procedure.
5319
53202016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5321
5322 * gdb.btrace/reconnect.c: New file.
5323 * gdb.btrace/reconnect.exp: New file.
5324
53252016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5326
5327 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5328 to test_catch_syscall_group.
5329 (test_catch_syscall_group): New.
5330
53312016-07-21 Tom Tromey <tom@tromey.com>
5332
5333 * gdb.rust/simple.rs (main): Use empty struct expression.
5334 * gdb.rust/simple.exp: Add tests for empty struct expression.
5335
53362016-07-21 Yao Qi <yao.qi@linaro.org>
5337
5338 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5339 if gdb_skip_xml_test is true on some targets.
5340
53412016-07-21 Yao Qi <yao.qi@linaro.org>
5342
5343 * gdb.server/solib-list.exp: Unset last_loaded_file.
5344
53452016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5346
5347 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5348 "step into captured_main (args)".
5349
53502016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5351
5352 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5353
53542016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5355
5356 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5357
53582016-07-19 Pedro Alves <palves@redhat.com>
5359
5360 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5361 * gdb.opt/inline-bt.exp: Likewise.
5362 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5363 additional_flags=-Winline.
5364 * gdb.opt/inline-locals.exp: Likewise.
5365 * gdb.opt/inline-markers.c (ATTR): Define.
5366 (inlined_fn): Use it.
5367
53682016-07-19 Yao Qi <yao.qi@linaro.org>
5369
5370 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5371 (test_with_self): Remove some code. Remove argument executable.
5372 (top-level): Use do_self_tests.
5373
53742016-07-15 Zachary Welch <zwelch@codesourcery.com>
5375 Don Breazeal <donb@codesourcery.com>
5376
5377 * gdb.base/maint.exp: Escape paths used in regular expressions.
5378 * gdb.stabs/weird.exp: Likewise.
5379
53802016-07-13 Tom Tromey <tom@tromey.com>
5381
5382 PR python/15620, PR python/18620:
5383 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5384 (test_bkpt_events): New procs.
5385
53862016-07-13 Tom Tromey <tom@tromey.com>
5387
5388 PR python/17698:
5389 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5390 test.
5391 (test_watchpoints): Likewise.
5392 (test_bkpt_pending): New proc.
5393
53942016-07-13 Tom Tromey <tom@tromey.com>
5395
5396 PR cli/18053:
5397 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5398 completion test.
5399
54002016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5401
5402 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5403 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5404 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5405 f_label.
5406 (g): Rename g_end_lbl to g_label.
5407 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5408 low_pc and high_pc.
5409 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5410
54112016-07-12 Tom Tromey <tom@tromey.com>
5412
5413 PR python/19293:
5414 * gdb.python/py-unwind-maint.exp: Update tests.
5415
54162016-07-12 Yao Qi <yao.qi@linaro.org>
5417
5418 * lib/selftest-support.exp (selftest_setup): Match the output
5419 when captured_main is inlined.
5420
54212016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5422
5423 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5424 New variables.
5425 (print this%a, print this%b, print this): New tests.
5426 * gdb.fortran/derived-types.f90 (this): New object and
5427 initialization.
5428
54292016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5430
5431 * gdb.ada/arraydim.exp: Remove extra directory level in build
5432 directory.
5433
54342016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5435
5436 * lib/ada.exp: Remove extra directory level in build directory.
5437 * gdb.ada/cond_lang.exp: Likewise.
5438 * gdb.ada/exec_changed.exp: Likewise.
5439 * gdb.ada/lang_switch.exp: Likewise.
5440
54412016-07-06 Manish Goregaokar <manish@mozilla.com>
5442
5443 * simple.rs: Add test for raw pointer subscripting.
5444 * simple.exp: Add test expectations.
5445
54462016-07-05 Yao Qi <yao.qi@linaro.org>
5447
5448 * gdb.mi/mi-reverse.exp: Match =record-started output.
5449
54502016-07-01 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5453 procedure.
5454 (jit_reader_test): Test the jit reader's unwinder.
5455 * gdb.base/jithost.c (jit_function_00_code): New global.
5456 (main): Use memcpy to fill in the mmapped code, instead of poking
5457 bytes manually here.
5458 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5459 value.
5460 (read_debug_info): Save the function's range.
5461 (read_sp): New function.
5462 (unwind_frame): Use it. Also unwind RBP.
5463 (get_frame_id): Use read_sp.
5464 (gdb_init_reader): Use calloc instead of malloc.
5465 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5466 parameter. Use gdb_test_multiple.
5467
54682016-07-01 Pedro Alves <palves@redhat.com>
5469 Antoine Tremblay <antoine.tremblay@ericsson.com>
5470
5471 * gdb.threads/process-dies-while-detaching.c: New file.
5472 * gdb.threads/process-dies-while-detaching.exp: New file.
5473
54742016-07-01 Pedro Alves <palves@redhat.com>
5475
5476 * gdb.multi/watchpoint-multi-exit.c: New file.
5477 * gdb.multi/watchpoint-multi-exit.exp: New file.
5478
54792016-06-30 Pedro Alves <palves@redhat.com>
5480
5481 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5482 unset inferior_spawn_id.
5483
54842016-06-30 Pedro Alves <palves@redhat.com>
5485
5486 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5487 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5488
54892016-06-29 Yao Qi <yao.qi@linaro.org>
5490
5491 * gdb.base/return.c: Add copyright header.
5492
54932016-06-29 Tom Tromey <tom@tromey.com>
5494
5495 PR python/20129:
5496 * gdb.python/py-framefilter.exp: Add tests for setting priority
5497 and disabling of non-existent frame filter.
5498
54992016-06-29 Yao Qi <yao.qi@linaro.org>
5500
5501 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5502 0x0f07ff.
5503
55042016-06-28 Yao Qi <yao.qi@linaro.org>
5505
5506 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5507 triplets. Start gdb, execute catch syscall, and continue. Check
5508 gdb's output to determine catch syscall is supported.
5509
55102016-06-27 Manish Goregaokar <manish@mozilla.com>
5511
5512 * gdb.rust/simple.rs: Add test for returning unit in a function.
5513 * gdb.rust/simple.exp: Add expectation for functions returning
5514 unit.
5515
55162016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5517
5518 * gdb.python/py-breakpoint-create-fail.c,
5519 gdb.python/py-breakpoint-create-fail.exp,
5520 gdb.python/py-breakpoint-create-fail.py: New testcase.
5521
55222016-06-25 Manish Goregaokar <manish@mozilla.com>
5523
5524 PR gdb/20239
5525 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5526 * gdb.rust/simple.exp: Add test expectations for new NonZero
5527 tests.
5528
55292016-06-24 David Taylor <dtaylor@emc.com>
5530
5531 * gdb.base/offsets.exp: New file.
5532 * gdb.base/offsets.c: New file.
5533
55342016-06-23 Tom Tromey <tom@tromey.com>
5535
5536 PR gdb/16483:
5537 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5538 before any filters are loaded.
5539
55402016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5541
5542 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5543 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5544 structs.
5545 * gdb.fortran/derived-type-function.exp: New file.
5546 * gdb.fortran/derived-type-function.f90: New file.
5547
5548
55492016-06-21 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.base/new-ui.exp: New file.
5552 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5553 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5554 (with_spawn_id): New procedure.
5555
55562016-06-21 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.mi/mi-exec-run.exp: New file.
5559
55602016-06-21 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5563 breakpoint command's output on the main UI.
5564 (test_break): New procedure, factored out from calls in the top
5565 level.
5566 (top level): Use foreach_with_prefix to test MI as main UI and as
5567 separate UI.
5568
55692016-06-21 Pedro Alves <palves@redhat.com>
5570
5571 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5572 (test_awatch_creation_and_listing)
5573 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5574 Remove 'type' parameter.
5575 (test_watchpoint_all): New parameter mi_mode. Remove
5576 with_test_prefix.
5577 (top level): Use foreach_with_prefix, and add main/separate UI MI
5578 testing axis.
5579
55802016-06-21 Pedro Alves <palves@redhat.com>
5581
5582 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5583 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5584 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5585 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5586 (gdb_main_spawn_id, mi_spawn_id): Declare and
5587 comment.
5588 (mi_create_inferior_pty): New procedure,
5589 factored out from default_mi_gdb_start.
5590 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5591 procedures.
5592 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5593 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5594 Use mi_create_inferior_pty.
5595 (mi_gdb_start): Use eval to pass down args list.
5596
55972016-06-21 Pedro Alves <palves@redhat.com>
5598
5599 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5600 * gdb.opt/inline-cmds.exp: Add MI tests.
5601
56022016-06-21 Pedro Alves <palves@redhat.com>
5603
5604 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5605
56062016-06-21 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5609 (top level): Use it instead of mi_execute_to.
5610
56112016-06-21 Pedro Alves <palves@redhat.com>
5612
5613 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5614 (cont_handler_str): New.
5615 (signal_stop_handler): Set stop_handler_str instead of printing to
5616 stdout.
5617 (continue_handler): Set cont_handler_str instead of printing to
5618 stdout.
5619 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5620 mi_send_resuming_command. Print stop_handler_str and
5621 cont_handler_str instead of expecting the python events print
5622 directly.
5623
56242016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5625
5626 * gdb.base/jit-reader.exp: New file.
5627 * gdb.base/jithost.c: New file.
5628 * gdb.base/jithost.h: New file.
5629 * gdb.base/jitreader.c : New file.
5630 * gdb.base/jit-protocol.h: New file.
5631
56322016-06-17 Yao Qi <yao.qi@linaro.org>
5633
5634 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5635 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5636 and detach-on-fork. Adjust tests.
5637 (top level): Invoke break_cond_on_syscall with combinations of
5638 syscall, follow-fork-mode and detach-on-fork.
5639
56402016-06-17 Yao Qi <yao.qi@linaro.org>
5641
5642 * gdb.base/step-over-exit.c: New.
5643 * gdb.base/step-over-exit.exp: New.
5644
56452016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5646
5647 * gdb.base/float.exp: Add target check for nds32*-*-*.
5648 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5649
56502016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5651
5652 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5653 for unsupported target features.
5654 * gdb.base/call-rt-st.exp: Likewise.
5655 * gdb.base/call-sc.exp: Likewise.
5656 * gdb.base/call-signal-resume.exp: Likewise.
5657 * gdb.base/call-strs.exp: Likewise.
5658 * gdb.base/callexit.exp: Likewise.
5659 * gdb.base/callfuncs.exp: Likewise.
5660 * gdb.base/nodebug.exp: Likewise.
5661 * gdb.base/printcmds.exp: Likewise.
5662 * gdb.base/ptype.exp: Likewise.
5663 * gdb.base/structs.exp: Likewise.
5664 * gdb.base/unwindonsignal.exp: Likewise.
5665 * gdb.cp/gdb2495.exp: Likewise.
5666 * gdb.cp/templates.exp: Likewise.
5667 * gdb.cp/virtfunc.exp: Likewise.
5668 * gdb.threads/hand-call-in-threads.exp: Likewise.
5669 * gdb.threads/interrupted-hand-call.exp: Likewise.
5670 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5671
56722016-06-10 Tom Tromey <tom@tromey.com>
5673
5674 PR rust/20110:
5675 * gdb.rust/expr.exp: Add test for integer constant larger than
5676 i32.
5677
56782016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5679
5680 * gdb.fortran/nested-funcs.exp: New.
5681 * gdb.fortran/nested-funcs.f90: New.
5682
56832016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5684
5685 * gdb.base/examine-backward.c: New file.
5686 * gdb.base/examine-backward.exp: New file.
5687
56882016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5689
5690 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5691 matching.
5692
56932016-06-02 Tom Tromey <tom@tromey.com>
5694
5695 PR python/18984:
5696 * gdb.python/py-shared.exp: Add solib_name test.
5697
56982016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5699
5700 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5701
57022016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5703
5704 PR c++/19893
5705 * gdb.dwarf2/implref.exp: Rename to...
5706 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5707 * gdb.dwarf2/implref-array.c: New file.
5708 * gdb.dwarf2/implref-array.exp: Likewise.
5709 * gdb.dwarf2/implref-global.c: Likewise.
5710 * gdb.dwarf2/implref-global.exp: Likewise.
5711 * gdb.dwarf2/implref-struct.c: Likewise.
5712 * gdb.dwarf2/implref-struct.exp: Likewise.
5713
57142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5715
5716 * gdb.trace/trace-condition.exp: Add 64bit tests.
5717
57182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5719
5720 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5721 bits types.
5722 (main): Adapt to 8 to 64 bits types.
5723 * gdb.trace/trace-condition.exp: Add new tests.
5724
57252016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5726
5727 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5728
57292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5730
5731 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5732 Move condition tests...
5733 * gdb.trace/trace-condition.exp: Here.
5734
57352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5736
5737 * gdb.trace/trace-condition.exp: Add counter-case tests.
5738
57392016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 PR c++/15231
5742 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5743 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5744
57452016-05-27 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5748 New procedure.
5749 (top level): Call it, and bail out of DejaGnu is known to be bad.
5750
57512016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5752
5753 * gdb.base/whatis.c: Extend the test case.
5754 * gdb.base/whatis.exp: Add additional tests.
5755
57562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5757
5758* gdb.fortran/type.f90: Add pointer variable.
5759* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5760
57612016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5762
5763 * gdb.fortran/vla-type.exp: Fix testcase name.
5764
57652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5766
5767 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5768
57692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5770
5771 * gdb.fortran/type.f90: Add nested structures.
5772 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5773 * gdb.fortran/derived-type.exp: Adapt expected output.
5774 * gdb.fortran/vla-type.exp: Adapt expected output.
5775
57762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5777
5778 * gdb.fortran/whatis_type.exp: Adapt expected output.
5779
57802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5781
5782 * gdb.fortran/print_type.exp: Fix expected output.
5783 * gdb.fortran/whatis_type.exp: Fix expected output.
5784
57852016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5786
5787 * gdb.fortran/whatis_type.exp: Use multi_line.
5788
57892016-05-24 Tom Tromey <tom@tromey.com>
5790
5791 PR python/17386:
5792 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5793 use value as an index.
5794
57952016-05-23 Tom Tromey <tom@tromey.com>
5796
5797 PR python/17981:
5798 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5799 no-breakpoint case.
5800
58012016-05-24 Pedro Alves <palves@redhat.com>
5802
5803 PR gdb/19828
5804 * gdb.threads/clone-attach-detach.c: New file.
5805 * gdb.threads/clone-attach-detach.exp: New file.
5806
58072016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5808
5809 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5810
58112016-05-23 Tom Tromey <tom@tromey.com>
5812
5813 PR python/19438, PR python/18393:
5814 * gdb.python/py-progspace.exp: Add "dir" test.
5815 * gdb.python/py-objfile.exp: Add "dir" test.
5816
58172016-05-23 Yao Qi <yao.qi@linaro.org>
5818
5819 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5820 * gdb.arch/thumb2-it.exp: Likewise.
5821
58222016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5823
5824 * gdb.mi/mi-threads-interrupt.c: New file.
5825 * gdb.mi/mi-threads-interrupt.exp: New file.
5826
58272016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5828
5829 PR gdb/18077
5830 * gdb.mi/mi-async-run.exp: New file.
5831 * gdb.mi/mi-async-run.c: New file.
5832
58332016-05-17 Tom Tromey <tom@tromey.com>
5834 Manish Goregaokar <manishsmail@gmail.com>
5835
5836 * lib/rust-support.exp: New file.
5837 * lib/gdb.exp (skip_rust_tests): New proc.
5838 (build_executable_from_specs): Handle rust.
5839 * lib/future.exp (gdb_find_rustc): New proc.
5840 (gdb_default_target_compile): Handle rust.
5841 * gdb.rust/expr.exp: New file.
5842 * gdb.rust/generics.exp: New file.
5843 * gdb.rust/generics.rs: New file.
5844 * gdb.rust/methods.exp: New file.
5845 * gdb.rust/methods.rs: New file.
5846 * gdb.rust/modules.exp: New file.
5847 * gdb.rust/modules.rs: New file.
5848 * gdb.rust/simple.exp: New file.
5849 * gdb.rust/simple.rs: New file.
5850
58512016-05-17 Tom Tromey <tom@tromey.com>
5852
5853 * gdb.base/default.exp (set language): Add rust.
5854
58552016-05-17 Tom Tromey <tom@tromey.com>
5856
5857 * gdb.gdb/unittest.exp: New file.
5858
58592016-05-16 Yao Qi <yao.qi@linaro.org>
5860
5861 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5862 shell_prompt. Update shell_prompt_re.
5863
58642016-05-12 Doug Evans <dje@google.com>
5865
5866 PR symtab/19999
5867 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5868 $options when building executable.
5869 * gdb.dwarf2/fission-loclists-pie.S: New file.
5870 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5871
58722016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5873
5874 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5875 of [is_remote target],
5876
58772016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5878
5879 * lib/gdb.exp (use_gdb_stub): New procedure.
5880
58812016-05-03 Yunlian Jiang <yunlian@google.com>
5882 Doug Evans <dje@google.com>
5883
5884 PR symtab/19914
5885 * gdb.dwarf2/dwp-sepdebug.c: New file.
5886 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5887
58882016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5889
5890 * gdb.base/detach.exp: Remove is_remote check.
5891
58922016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5893
5894 * gdb.base/annota-input-while-running.exp: Don't check for
5895 [is_remote target]. Enable annotations after running to main.
5896 Remove unused "set test..." line.
5897
58982016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5899
5900 * gdb.trace/trace-enable-disable.exp: New file.
5901 * gdb.trace/trace-enable-disable.c: New file.
5902
59032016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5904
5905 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5906 use it in info sharedlibrary test.
5907 * gdb.trace/ftrace-lock.exp: Likewise.
5908 * gdb.trace/ftrace.exp: Likewise.
5909 * gdb.trace/range-stepping.exp: Likewise.
5910 * gdb.trace/trace-break.exp: Likewise.
5911 * gdb.trace/trace-condition.exp: Likewise.
5912 * gdb.trace/trace-mt.exp: Likewise.
5913
59142016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5915
5916 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5917 (gdb_load_shlib): ... this.
5918 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5919 gdb_load_shlib.
5920 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5921 * gdb.base/ctxobj.exp: Likewise.
5922 * gdb.base/dprintf-pending.exp: Likewise.
5923 * gdb.base/dso2dso.exp: Likewise.
5924 * gdb.base/fixsection.exp: Likewise.
5925 * gdb.base/gcore-relro.exp: Likewise.
5926 * gdb.base/gdb1555.exp: Likewise.
5927 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5928 * gdb.base/gnu-ifunc.exp: Likewise.
5929 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5930 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5931 * gdb.base/pending.exp: Likewise.
5932 * gdb.base/print-file-var.exp: Likewise.
5933 * gdb.base/print-symbol-loading.exp: Likewise.
5934 * gdb.base/shlib-call.exp: Likewise.
5935 * gdb.base/shreloc.exp: Likewise.
5936 * gdb.base/so-impl-ld.exp: Likewise.
5937 * gdb.base/solib-disc.exp: Likewise.
5938 * gdb.base/solib-nodir.exp: Likewise.
5939 * gdb.base/solib-overlap.exp: Likewise.
5940 * gdb.base/solib-symbol.exp: Likewise.
5941 * gdb.base/solib-weak.exp (do_test): Likewise.
5942 * gdb.base/sym-file.exp: Likewise.
5943 * gdb.base/symtab-search-order.exp: Likewise.
5944 * gdb.base/type-opaque.exp: Likewise.
5945 * gdb.base/unload.exp: Likewise.
5946 * gdb.base/watchpoint-solib.exp: Likewise.
5947 * gdb.compile/compile.exp: Likewise.
5948 * gdb.cp/gdb2384.exp: Likewise.
5949 * gdb.cp/infcall-dlopen.exp: Likewise.
5950 * gdb.cp/re-set-overloaded.exp: Likewise.
5951 * gdb.fortran/library-module.exp: Likewise.
5952 * gdb.opt/solib-intra-step.exp: Likewise.
5953 * gdb.python/py-finish-breakpoint.exp: Likewise.
5954 * gdb.python/py-shared.exp: Likewise.
5955 * gdb.reverse/solib-precsave.exp: Likewise.
5956 * gdb.reverse/solib-reverse.exp: Likewise.
5957 * gdb.server/solib-list.exp: Likewise.
5958 * gdb.threads/dlopen-libpthread.exp: Likewise.
5959 * gdb.threads/tls-shared.exp: Likewise.
5960 * gdb.threads/tls-so_extern.exp: Likewise.
5961 * gdb.trace/change-loc.exp: Likewise.
5962 * gdb.trace/ftrace-lock.exp: Likewise.
5963 * gdb.trace/ftrace.exp: Likewise.
5964 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5965 * gdb.trace/pending.exp: Likewise.
5966 * gdb.trace/range-stepping.exp: Likewise.
5967 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5968 (strace_info_marker): Likewise.
5969 (strace_probe_marker): Likewise.
5970 (strace_trace_on_same_addr): Likewise.
5971 (strace_trace_on_diff_addr): Likewise.
5972 * gdb.trace/trace-break.exp: Likewise.
5973 * gdb.trace/trace-condition.exp: Likewise.
5974 * gdb.trace/trace-mt.exp: Likewise.
5975
59762016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5977
5978 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5979 result of gdb_remote_download.
5980 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5981 * gdb.base/dso2dso.exp: Likewise.
5982 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5983 * gdb.base/print-file-var.exp: Likewise.
5984 * gdb.base/shlib-call.exp: Likewise.
5985 * gdb.base/shreloc.exp: Likewise.
5986 * gdb.base/solib-overlap.exp: Likewise.
5987 * gdb.base/solib-weak.exp (do_test): Likewise.
5988 * gdb.base/unload.exp: Likewise.
5989
59902016-04-27 Yao Qi <yao.qi@linaro.org>
5991
5992 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5993 exists.
5994
59952016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5996
5997 * vla-type.exp: Print structure from toplevel.
5998
59992016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6000
6001 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6002 of dynamic types.
6003 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6004 of dynamic types.
6005
60062016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6007
6008 * gdb.fortran/vla-type.f90: New file.
6009 * gdb.fortran/vla-type.exp: New file.
6010
60112016-04-25 Yao Qi <yao.qi@linaro.org>
6012
6013 * gdb.base/branch-to-self.c: New file.
6014 * gdb.base/branch-to-self.exp: New file.
6015
60162016-04-22 Yao Qi <yao.qi@linaro.org>
6017
6018 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6019 more after $hex.
6020
60212016-04-22 Yao Qi <yao.qi@linaro.org>
6022
6023 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6024 * gdb.base/annota3.exp: Likewise.
6025
60262016-04-22 Yao Qi <yao.qi@linaro.org>
6027
6028 * gdb.reverse/step-precsave.exp: Do one step and test program
6029 stops in "callee" and do multiple steps until program goes out
6030 of "callee".
6031 * gdb.reverse/step-reverse.exp: Likewise.
6032
60332016-04-22 Yao Qi <yao.qi@linaro.org>
6034
6035 * gdb.trace/signal.exp: Also pass if
6036 $tracepoint_hits($i) > $iterations.
6037
60382016-04-22 Yao Qi <yao.qi@linaro.org>
6039
6040 * gdb.trace/signal.c: New file.
6041 * gdb.trace/signal.exp: New file.
6042
60432016-04-19 Doug Evans <xdje42@gmail.com>
6044
6045 * gdb.base/bad-file.exp: New file.
6046
60472016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6048
6049 * gdb.dwarf2/implref.exp: New file.
6050
60512016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6052
6053 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6054 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6055 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6056 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6057 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6058 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6059 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6060 * lib/fortran.exp (fortran_int4): New procedure.
6061 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6062 (fortran_logical4): Likewise.
6063
60642016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6065
6066 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6067
60682016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6069
6070 * lib/compiler.c: Add Intel specific preprocessor macros.
6071 * lib/compiler.cc: Likewise.
6072
60732016-04-13 Luis Machado <lgustavo@codesourcery.com>
6074
6075 * gdb.server/connect-with-no-symbol-file.c: New file.
6076 * gdb.server/connect-with-no-symbol-file.exp: New file.
6077
60782016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6079
6080 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6081
60822016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6083
6084 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6085 standard output directory.
6086
60872016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6088
6089 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6090
60912016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6092
6093 * gdb.btrace/instruction_history.c (loop): Add declaration.
6094
60952016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6096
6097 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6098
60992016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6100
6101 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6102 parentheses to print.
6103 (continue_handler): Likewise.
6104
61052016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6106
6107 * gdb.server/solib-list.exp: Remove is_remote check.
6108 Pass shlib= to gdb_compile. Don't link shared library with
6109 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6110 Run binary filename through "readlink -f" on the target.
6111
61122016-04-08 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6115 interpreter filename as argument to gdbserver_spawn.
6116 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6117 Return empty if $last_loaded_file does not exist.
6118
61192016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6120
6121 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6122 * gdb.base/jit-main.c: Use exit after usage.
6123
61242016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6125
6126 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6127 GDBHISTSIZE prior to the tests.
6128 * gdb.base/gdbinit-history.exp: Likewise.
6129
61302016-04-07 Pedro Alves <palves@redhat.com>
6131
6132 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6133 instead of build_executable. Use gdb_load_shlibs.
6134
61352016-04-07 Yao Qi <yao.qi@linaro.org>
6136
6137 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6138 Execute "si" command.
6139
61402016-04-07 Yao Qi <yao.qi@linaro.org>
6141
6142 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6143 number instead of the comments on some line.
6144
61452016-04-06 Don Breazeal <donb@codesourcery.com>
6146
6147 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6148 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6149
61502016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6151
6152 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6153 standard_output_file. Remove unused binfile variable.
6154
61552016-04-05 Catalin Udma <catalin.udma@freescale.com>
6156
6157 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6158 * gdb.python/py-mi-objfile.exp: Match "list main" output
6159 in console format.
6160
61612016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6162
6163 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6164 absolute.
6165
61662016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6167
6168 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6169 absolute.
6170 * gdb.trace/ftrace.exp: Likewise.
6171 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6172 targets as well.
6173 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6174 (gdb_load_shlibs): Copy libraries to test directory when testing
6175 natively. Only set solib-search-path if testing remotely.
6176 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6177
61782016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6179
6180 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6181 gdb_download. Use it even if the target is not remote.
6182 * gdb.base/jit.exp (compile_jit_test): Likewise.
6183 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6184 output directory if the destination board is local, otherwise use
6185 the standard remote_download from DejaGnu.
6186 (gdb_download): Remove.
6187 (gdb_load_shlibs): Use gdb_remote_download instead of
6188 gdb_download.
6189 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6190 Use gdb_remote_download instead of gdb_download. Use it even if
6191 the target is not remote.
6192 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6193 instead of gdb_download.
6194
61952016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6196
6197 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6198 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6199 run.
6200
62012016-04-01 Artemiy Volkov <artemiyv@acm.org>
6202
6203 PR gdb/19820
6204 * gdb.base/printcmds.exp: Add artificial arrays tests.
6205
62062016-03-31 Pedro Alves <palves@redhat.com>
6207
6208 PR gdb/19858
6209 * gdb.base/jit-main.c: Include unistd.h.
6210 (ATTACH): Define to 0 if not already defined.
6211 (wait_for_gdb, mypid): New globals.
6212 (WAIT_FOR_GDB): New macro.
6213 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6214 some breakpoint locations.
6215 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6216 New procedures.
6217 (one_jit_test): Add REATTACH parameter, and handle it. Use
6218 continue_to_test_location.
6219 (top level): Test attach, and adjusts calls to one_jit_test.
6220
62212016-03-31 Pedro Alves <palves@redhat.com>
6222
6223 PR gdb/19858
6224 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6225 BINSUFFIX parameter, and handle it.
6226 (top level): Adjust calls compile_jit_test.
6227
62282016-03-31 Catalin Udma <catalin.udma@freescale.com>
6229
6230 PR python/19743
6231 * gdb.python/py-mi-events-gdb.py: New file.
6232 * gdb.python/py-mi-events.c: New file.
6233 * gdb.python/py-mi-events.exp: New file.
6234
62352016-03-30 Yao Qi <yao.qi@linaro.org>
6236
6237 * gdb.reverse/until-precsave.exp: Match function name only.
6238 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6239 Move malloc to a condition block.
6240 * gdb.reverse/until-reverse.exp: Match function name only.
6241
62422016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6243
6244 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6245 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6246 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6247 variable for GPR 0 instead of assuming it is register 0.
6248 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6249 * lib/trace-support.exp: Add s390 registers.
6250
62512016-03-29 Yao Qi <yao.qi@linaro.org>
6252
6253 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6254
62552016-03-24 Yao Qi <yao.qi@linaro.org>
6256
6257 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6258 test message.
6259
62602016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6261
6262 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6263 maintaining separate logic for constructing the output path.
6264
62652016-03-16 Don Breazeal <donb@codesourcery.com>
6266
6267 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6268 Retry fork and waitpid on interrupted system call errors.
6269 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6270 Use with_timeout_factor to increase timeout by factor of 10.
6271
62722016-03-15 Don Breazeal <donb@codesourcery.com>
6273
6274 * gdb.cp/scope-err.cc: New test program.
6275 * gdb.cp/scope-err.exp: New test script.
6276 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6277 lines and "set breakpoint here" comment.
6278 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6279 Fixed some whitespace and format issues.
6280 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6281 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6282
62832016-03-15 Doug Evans <dje@google.com>
6284
6285 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6286 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6287 All callers updated. Add tests for enums, mixed flags register.
6288
62892016-03-15 Doug Evans <dje@google.com>
6290
6291 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6292 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6293
62942016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6295
6296 * gdb.base/default.exp: Add $_as_string to the list of expected
6297 convenience functions.
6298
62992016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6300
6301 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6302
63032016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6304
6305 * gdb.python/py-as-string.exp: New file.
6306 * gdb.python/py-as-string.c: New file.
6307
63082016-03-09 Pedro Alves <palves@redhat.com>
6309
6310 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6311 signal" -> "Thread NN received signal" output change.
6312 * gdb.threads/ia64-sigill.exp: Likewise.
6313 * gdb.threads/linux-dp.exp: Likewise.
6314 * gdb.threads/manythreads.exp: Likewise.
6315 * gdb.threads/pending-step.exp: Likewise.
6316 * gdb.threads/print-threads.exp: Likewise.
6317 * gdb.threads/sigstep-threads.exp: Likewise.
6318 * gdb.threads/staticthreads.exp: Likewise.
6319 * gdb.threads/tls.exp: Likewise.
6320
63212016-03-09 Pedro Alves <palves@redhat.com>
6322
6323 * gdb.base/command-line-input.exp: New file.
6324
63252016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6326
6327 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6328 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6329 * gdb.trace/pending.exp: Accept leading dot before function name.
6330 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6331 * lib/trace-support.exp: Set registers for ppc.
6332
63332016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6334
6335 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6336 use it for disassembly; accept .main in addition to main in backtrace.
6337
63382016-03-09 Wei-cheng Wang <cole945@gmail.com>
6339 Marcin Kościelnicki <koriakin@0x04.net>
6340
6341 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6342 (gdb_recursion_test_ptr): New global variable.
6343 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6344 gdb_recursion_test.
6345 (gdb_c_test): Ditto.
6346
63472016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6348
6349 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6350 ordering.
6351
63522016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6353
6354 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6355 (bar): Add bar_start_lbl label.
6356 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6357 of foo/bar for emitting DWARF and tracing.
6358
63592016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6360
6361 * analyze-racy-logs.py: Set executable bit.
6362
63632016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6364
6365 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6366 (CHECK_TARGET_TMP): Likewise.
6367 (check-single-racy): New rule.
6368 (check-parallel-racy): Likewise.
6369 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6370 (do-check-parallel-racy): New rule.
6371 (check-racy/%.exp): Likewise.
6372 * README (Racy testcases): New section.
6373 * analyze-racy-logs.py: New file.
6374
63752016-03-03 Doug Evans <dje@google.com>
6376
6377 * gdb.base/skip.exp: Use with_test_prefix.
6378
63792016-03-03 Yao Qi <yao.qi@linaro.org>
6380
6381 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6382 Invoke step_over_syscall "clone" and break_cond_on_syscall
6383 "clone".
6384 * gdb.base/step-over-clone.c: New file.
6385
63862016-03-03 Yao Qi <yao.qi@linaro.org>
6387
6388 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6389 code format.
6390
63912016-03-03 Yao Qi <yao.qi@linaro.org>
6392
6393 * gdb.base/disp-step-fork.c: Rename to ...
6394 * gdb.base/step-over-fork.c: ... it. New file.
6395 * gdb.base/disp-step-vfork.c: Rename to ...
6396 * gdb.base/step-over-vfork.c: ... it. New file.
6397 * gdb.base/disp-step-syscall.exp: Rename to ...
6398 * gdb.base/step-over-syscall.exp: ... it. New file.
6399 (disp_step_cross_syscall): Rename to ...
6400 (step_over_syscall): ... it.
6401
64022016-03-03 Yao Qi <yao.qi@linaro.org>
6403
6404 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6405 If target supports condition evaluation on target, invoke
6406 break_cond_on_syscall for fork and vfork.
6407
64082016-03-03 Yao Qi <yao.qi@linaro.org>
6409
6410 * gdb.base/disp-step-syscall.exp: Don't invoke
6411 support_displaced_stepping.
6412 (disp_step_cross_syscall): Test with displaced stepping off and
6413 on if supported.
6414
64152016-03-03 Yao Qi <yao.qi@linaro.org>
6416
6417 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6418 proc.
6419 (setup): New proc.
6420 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6421 and setup.
6422
64232016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6424
6425 * gdb.fortran/vla-history.exp: Remove breakpoint.
6426
64272016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6428
6429 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6430 exceeds timeout.
6431
64322016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6433
6434 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6435 breakpoint.
6436
64372016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6438
6439 * gdb.mi/vla.f90: Nullify pointer after declaration.
6440
64412016-03-01 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6444
64452016-03-01 Pedro Alves <palves@redhat.com>
6446
6447 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6448 before anything else.
6449 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6450 _GNU_SOURCE here.
6451 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6452 before anything else.
6453 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6454
64552016-03-01 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6458
64592016-03-01 Yao Qi <yao.qi@linaro.org>
6460
6461 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6462 prepare_for_testing.
6463
64642016-03-01 Yao Qi <yao.qi@linaro.org>
6465
6466 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6467
64682016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6469
6470 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6471 manually constructing the output path.
6472
64732016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6474
6475 * gdb.arch/s390-stackless.S: New.
6476 * gdb.arch/s390-stackless.exp: New.
6477
64782016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6479
6480 * gdb.dlang/circular.c: New file.
6481 * gdb.dlang/circular.exp: New file.
6482
64832016-02-26 Yao Qi <yao.qi@linaro.org>
6484
6485 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6486 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6487 (testcases): Update.
6488
64892016-02-26 Yao Qi <yao.qi@linaro.org>
6490
6491 * gdb.reverse/aarch64.c: Rename to ...
6492 * gdb.reverse/insn-reverse.c: ... it.
6493 * gdb.reverse/aarch64.exp: Rename to ...
6494 * gdb.reverse/insn-reverse.exp: ... it.
6495
64962016-02-26 Yao Qi <yao.qi@linaro.org>
6497
6498 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6499 (testcase_ftype): New.
6500 (testcases): New array.
6501 (n_testcases): New.
6502 (main): Call each element in testcases.
6503 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6504 (read_testcase): New.
6505 Do the tests in a loop.
6506
65072016-02-25 Yao Qi <yao.qi@linaro.org>
6508
6509 * gdb.base/branches.c: Remove.
6510
65112016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6512
6513 PR gdb/13808
6514 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6515
65162016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6517
6518 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6519
65202016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6521
6522 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6523 change x86_64 call_insn to 'callq'.
6524
65252016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6526
6527 * gdb.trace/tfile-avx.c: Move to...
6528 * gdb.trace/tracefile-pseudo-reg.c: Here.
6529 * gdb.trace/tfile-avx.exp: Move to...
6530 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6531
65322016-02-24 Gary Benson <gbenson@redhat.com>
6533
6534 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6535 message on attach.
6536
65372016-02-23 Doug Evans <dje@google.com>
6538
6539 * gdb.base/skip.c (test_skip): New function.
6540 (end_test_skip_file_and_function): New function.
6541 (test_skip_file_and_function): New function.
6542 * gdb.base/skip1.c (test_skip): New function.
6543 (skip1_test_skip_file_and_function): New function.
6544 * gdb.base/skip.exp: Add tests for new skip options.
6545 * gdb.base/skip-solib.exp: Update expected output.
6546 * gdb.perf/skip-command.cc: New file.
6547 * gdb.perf/skip-command.exp: New file.
6548 * gdb.perf/skip-command.py: New file.
6549
65502016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6551
6552 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6553 info registers pattern.
6554
65552016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6556
6557 * lib/future.exp: Add D support.
6558 (gdb_find_gdc): New proc.
6559 (gdb_default_target_compile): Add D support.
6560
65612016-02-18 Wei-cheng Wang <cole945@gmail.com>
6562
6563 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6564 user+system time.
6565 (trace_speed_test): Determine the iteration count for a time
6566 between 15..30 seconds.
6567
65682016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6569
6570 * gdb.arch/i386-mpx-sigsegv.c: New file.
6571 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6572 * gdb.arch/i386-mpx-simple_segv.c: New file.
6573 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6574
65752016-02-18 Yao Qi <yao.qi@linaro.org>
6576
6577 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6578 Don't call setup_kfail.
6579
65802016-02-18 Yao Qi <yao.qi@linaro.org>
6581
6582 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6583 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6584
65852016-02-16 Doug Evans <dje@google.com>
6586
6587 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6588 * gdb.base/skip1.c: Ditto.
6589 * gdb.base/skip.exp: Whitespace cleanup.
6590
65912016-02-16 Don Breazeal <donb@codesourcery.com>
6592
6593 PR remote/19496
6594 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6595 Remove kfail for PR remote/19496.
6596
65972016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6598
6599 * lib/gdb.exp (standard_temp_file): Return a path specific to
6600 the runtest invocation.
6601
66022016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6603
6604 * gdb.trace/save-trace.exp: Change relative path to be in the
6605 standard output directory.
6606
66072016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6608
6609 * gdb.arch/i386-prologue.c: Add missing prototypes.
6610
66112016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6612
6613 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6614 * gdb.arch/i386-prologue.exp: Likewise.
6615 * gdb.arch/i386-size.exp: Likewise.
6616
66172016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6618
6619 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6620 define object file path.
6621 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6622 file path.
6623 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6624 standard_output_file to define binfile.
6625
66262016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6627
6628 Fix compatibility with recent gfortran-5.3.1.
6629 * gdb.fortran/vla-history.exp (print vla1 allocated)
6630 (print vla2 allocated, print $2, print $3): Remove
6631 (print $4): Rename to ...
6632 (print $2): ... here.
6633 (print $9): Rename to ...
6634 (print $5): ... here.
6635 (print $10): Rename to ...
6636 (print $6): ... here.
6637 * gdb.fortran/vla.f90: Add pvla initialization.
6638
66392016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6640
6641 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6642 New test.
6643 * gdb.fortran/vla-value-sub.exp: Likewise.
6644
66452016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6646
6647 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6648
66492016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6650
6651 * i386-biarch-core.exp: Define corefile using
6652 standard_output_file.
6653
66542016-02-12 Yao Qi <yao.qi@linaro.org>
6655
6656 * gdb.arch/arm-single-step-kernel-helper.c: New.
6657 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6658
66592016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6660
6661 * gdb.btrace/tailcall-only.exp: New.
6662 * gdb.btrace/tailcall-only.c: New.
6663 * gdb.btrace/x86_64-tailcall-only.S: New.
6664 * gdb.btrace/i686-tailcall-only.S: New.
6665
66662016-02-11 Pedro Alves <palves@redhat.com>
6667
6668 * README (Parallel testing): Add missing double quotes.
6669
66702016-02-11 Pedro Alves <palves@redhat.com>
6671
6672 * README (Parallel testing): New section.
6673 (GDB_PARALLEL): Rewrite.
6674 (FORCE_PARALLEL): Document.
6675
66762016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6677
6678 * gdb.trace/tfile-avx.c: New test.
6679 * gdb.trace/tfile-avx.exp: New test.
6680
66812016-02-09 Keith Seitz <keiths@redhat.com>
6682
6683 PR breakpoints/19546
6684 * gdb.base/infcall-exec.c: New file.
6685 * gdb.base/infcall-exec2.c: New file.
6686 * gdb.base/infcall-exec.exp: New file.
6687
66882016-02-09 Keith Seitz <keiths@redhat.com>
6689
6690 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6691 (toplevel): Call test_bkpt_address.
6692
66932016-02-09 Keith Seitz <keiths@redhat.com>
6694
6695 PR python/19506
6696 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6697 (toplevel): Call test_bkpt_address.
6698
66992016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6700
6701 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6702 to AC_OUTPUT.
6703 * configure: Regenerate.
6704
67052016-02-09 Pedro Alves <palves@redhat.com>
6706
6707 PR breakpoints/19548
6708 * gdb.base/execl-update-breakpoints.c (some_function): New
6709 function.
6710 (main): Call it.
6711 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6712 Tighten expected GDB output.
6713
67142016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6715
6716 * Makefile.in (ALL_SUBDIRS): Remove.
6717 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6718 (distclean maintainer-clean realclean): Likewise.
6719 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6720 * configure: Regenerate.
6721 * gdb.ada/Makefile.in: Delete.
6722 * gdb.arch/Makefile.in: Likewise.
6723 * gdb.asm/Makefile.in: Likewise.
6724 * gdb.base/Makefile.in: Likewise.
6725 * gdb.btrace/Makefile.in: Likewise.
6726 * gdb.cell/Makefile.in: Likewise.
6727 * gdb.compile/Makefile.in: Likewise.
6728 * gdb.cp/Makefile.in: Likewise.
6729 * gdb.disasm/Makefile.in: Likewise.
6730 * gdb.dlang/Makefile.in: Likewise.
6731 * gdb.dwarf2/Makefile.in: Likewise.
6732 * gdb.fortran/Makefile.in: Likewise.
6733 * gdb.gdb/Makefile.in: Likewise.
6734 * gdb.go/Makefile.in: Likewise.
6735 * gdb.guile/Makefile.in: Likewise.
6736 * gdb.java/Makefile.in: Likewise.
6737 * gdb.linespec/Makefile.in: Likewise.
6738 * gdb.mi/Makefile.in: Likewise.
6739 * gdb.modula2/Makefile.in: Likewise.
6740 * gdb.multi/Makefile.in: Likewise.
6741 * gdb.objc/Makefile.in: Likewise.
6742 * gdb.opencl/Makefile.in: Likewise.
6743 * gdb.opt/Makefile.in: Likewise.
6744 * gdb.pascal/Makefile.in: Likewise.
6745 * gdb.perf/Makefile.in: Likewise.
6746 * gdb.python/Makefile.in: Likewise.
6747 * gdb.reverse/Makefile.in: Likewise.
6748 * gdb.server/Makefile.in: Likewise.
6749 * gdb.stabs/Makefile.in: Likewise.
6750 * gdb.threads/Makefile.in: Likewise.
6751 * gdb.trace/Makefile.in: Likewise.
6752 * gdb.xml/Makefile.in: Likewise.
6753 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6754 GDB_PARALLEL.
6755 (standard_output_file): Remove check for GDB_PARALLEL, always
6756 return path in outputs/$subdir/$testname.
6757
67582016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6759
6760 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6761 (site.exp): Assign abs_srcdir to tcl's srcdir.
6762
67632016-02-04 Yao Qi <yao.qi@linaro.org>
6764
6765 * gdb.base/foll-exec-mode.c: Include limits.h.
6766 (main): Add parameters argc and argv. Get directory from
6767 argv[0].
6768 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6769 compilation.
6770 * gdb.base/foll-exec.c: Include limits.h.
6771 (main): Add parameters argc and argv.
6772 Get directory from argv[0].
6773 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6774 Adjust tests on the number of lines as source code changed.
6775 * gdb.base/foll-vfork-exit.c: Include limits.h.
6776 (main): Add one line of statement before vfork.
6777 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6778 (main): Add parameters argc and argv. Get directory from
6779 argv[0].
6780 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6781 (setup_gdb): Set tbreak to skip some source lines.
6782 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6783 (main): Add parameters argc and argv. Get directory from
6784 argv[0].
6785 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6786 compilation.
6787 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6788 (main): Add parameters argc and argv. Get directory from
6789 argv[0].
6790 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6791 compilation.
6792
67932016-02-01 Doug Evans <dje@google.com>
6794
6795 * gdb.base/skip.exp: Clean up multiple references to same test name.
6796
67972016-02-01 Pedro Alves <palves@redhat.com>
6798
6799 PR remote/19496
6800 * gdb.threads/forking-threads-plus-breakpoint.exp
6801 (displaced_stepping_supported): New global.
6802 (probe_displaced_stepping_support): New procedure.
6803 (do_test): Add 'displaced' parameter, and use it.
6804 (top level): Check for displaced stepping support. Add displaced
6805 stepping on/off testing axis.
6806
68072016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6808
6809 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6810 pointer. Don't perform further tests on the unassociated pointer
6811 if the first test fails.
6812
68132016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6814
6815 * gdb.base/max-value-size.c: New file.
6816 * gdb.base/max-value-size.exp: New file.
6817 * gdb.base/huge.exp: Disable max-value-size for this test.
6818
68192016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6820
6821 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6822
68232016-01-28 Yao Qi <yao.qi@linaro.org>
6824
6825 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6826
68272016-01-25 Pedro Alves <palves@redhat.com>
6828
6829 PR threads/19461
6830 * gdb.base/fork-running-state.c: New file.
6831 * gdb.base/fork-running-state.exp: New file.
6832
68332016-01-25 Pedro Alves <palves@redhat.com>
6834
6835 PR gdb/19494
6836 * gdb.base/catch-fork-kill.c: New file.
6837 * gdb.base/catch-fork-kill.exp: New file.
6838
68392016-01-25 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6842 Delete, moved to lib/gdb.exp.
6843 * gdb.threads/forking-threads-plus-breakpoint.exp
6844 (foreach_with_prefix): Likewise.
6845 * gdb.threads/process-dies-while-handling-bp.exp
6846 (foreach_with_prefix): Likewise.
6847 * lib/gdb.exp (foreach_with_prefix): New procedure.
6848
68492016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6850
6851 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6852 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6853
68542016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6855
6856 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6857 endian targets.
6858
68592016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6860 Pedro Alves <palves@redhat.com>
6861
6862 Fix testsuite compatibility with Guile.
6863 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6864 number.
6865
68662016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6867
6868 Fix testsuite compatibility with Guile.
6869 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6870 (thread 1): New test for backtrace through signal handler.
6871
68722016-01-22 Yao Qi <yao.qi@linaro.org>
6873
6874 PR testsuite/19491
6875 * gdb.base/multi-forks.c: Include
6876 ../lib/unbuffer_output.c
6877 (main): Call gdb_unbuffer_output.
6878
68792016-01-21 Doug Evans <dje@google.com>
6880
6881 * lib/ada.exp (gdb_compile_ada): Fix typo.
6882
68832016-01-21 Joel Brobecker <brobecker@adacore.com>
6884
6885 * gdb.base/break-fun-addr.exp: New file.
6886 * gdb.base/break-fun-addr1.c: New file.
6887 * gdb.base/break-fun-addr2.c: New file.
6888
68892016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6890
6891 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6892 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6893 enum flag values.
6894
68952016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6896
6897 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6898 when GDB can not set the vector return value. Add more comments
6899 for clarification.
6900
69012016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6902
6903 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6904 command.
6905
69062016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6907
6908 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6909
69102016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6911
6912 * Makefile.in (check-single): Pass --status to runtest.
6913 (check/%.exp): Likewise.
6914
69152016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6916
6917 * Makefile.in (check-parallel): Propagate return code from make
6918 do-check-parallel.
6919
69202016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6921
6922 * gdb.trace/ftrace.exp: Fix expected message on continue.
6923 * gdb.trace/pending.exp: Fix expected message on continue.
6924 * gdb.trace/trace-break.exp: Fix expected message on continue.
6925
69262016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6927
6928 * lib/gdb.exp (gdb_test): Remove unused global references.
6929
69302016-01-18 Pedro Alves <palves@redhat.com>
6931
6932 * gdb.base/async-shell.exp: Adjust expected output.
6933 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6934 * gdb.base/siginfo-thread.exp: Adjust expected output.
6935 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6936 * gdb.java/jnpe.exp: Adjust expected output.
6937 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6938 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6939 * gdb.threads/leader-exit.exp: Adjust expected output.
6940 * gdb.threads/manythreads.exp: Adjust expected output.
6941 * gdb.threads/pthreads.exp: Adjust expected output.
6942 * gdb.threads/schedlock.exp: Adjust expected output.
6943 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6944 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6945 expected output.
6946 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6947 output.
6948 * gdb.threads/sigthread.exp: Adjust expected output.
6949 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6950
69512016-01-18 Yao Qi <yao.qi@linaro.org>
6952
6953 * gdb.guile/scm-section-script.c: Replace @progbits with
6954 %progbits.
6955 * gdb.python/py-section-script.c: Likewise.
6956
69572016-01-15 Pedro Alves <palves@redhat.com>
6958
6959 * gdb.multi/tids.exp: Test star wildcard ranges.
6960
69612016-01-15 Pedro Alves <palves@redhat.com>
6962
6963 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6964 command from "thread apply" invocation.
6965 (thr_apply_info_thr_invalid): Default the expected output to the
6966 input tid list.
6967 (top level): Add tests that use convenience variables. Add tests
6968 for "thread apply" with a valid TID list, but missing the command.
6969
69702016-01-13 Pedro Alves <palves@redhat.com>
6971
6972 * gdb.base/default.exp: Expect $_gthread as well.
6973 * gdb.multi/tids.exp: Test $_gthread.
6974 * gdb.threads/thread-specific.exp: Test $_gthread.
6975
69762016-01-13 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.multi/tids.exp: Test "info threads -gid".
6979
69802016-01-13 Pedro Alves <palves@redhat.com>
6981
6982 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6983 Breakpoint.thread.
6984 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6985
69862016-01-07 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.base/break.exp: Adjust to output changes.
6989 * gdb.base/hbreak2.exp: Likewise.
6990 * gdb.base/sepdebug.exp: Likewise.
6991 * gdb.base/watch_thread_num.exp: Likewise.
6992 * gdb.linespec/keywords.exp: Likewise.
6993 * gdb.multi/info-threads.exp: Likewise.
6994 * gdb.threads/thread-find.exp: Likewise.
6995 * gdb.multi/tids.c: New file.
6996 * gdb.multi/tids.exp: New file.
6997
69982016-01-13 Pedro Alves <palves@redhat.com>
6999
7000 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7001
70022016-01-13 Pedro Alves <palves@redhat.com>
7003
7004 * gdb.base/default.exp: Expect $_inferior as well.
7005 * gdb.multi/base.exp: Test $_inferior.
7006
70072016-01-13 Pedro Alves <palves@redhat.com>
7008
7009 PR breakpoints/19388
7010 * gdb.base/catch-signal-siginfo-cond.c: New file.
7011 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7012
70132016-01-12 Josh Stone <jistone@redhat.com>
7014 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7015
7016 * gdb.base/catch-syscall.c (do_execve): New variable.
7017 (main): Conditionally trigger an execve.
7018 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7019 (test_catch_syscall_execve): New, check entry/return across execve.
7020 (do_syscall_tests): Call test_catch_syscall_execve.
7021
70222016-01-12 Pedro Alves <palves@redhat.com>
7023
7024 * gdb.base/random-signal.exp (do_test): New procedure, with body
7025 of testcase moved in.
7026
70272016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7028 Pedro Alves <palves@redhat.com>
7029
7030 * gdb.base/funcargs.exp (finish from indirectly called function):
7031 Reintroduce the case for 'First'.
7032
70332016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7034 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7037 (tcatch_vfork_then_child_follow_exec)
7038 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7039 identification.
7040
70412016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7042
7043 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7044 and repeats to unlimited.
7045 * gdb.python/py-value.exp: Likewise.
7046 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7047 and repeats to unlimited.
7048
70492016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7050
7051 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7052 and reordering the functions.
7053 * gdb.multi/hangout.c: Likewise.
7054 * gdb.multi/hello.c: Likewise.
7055
70562016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7057
7058 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7059 absolute.
7060 (SingleStatisticTestResult.report): Use dict.keys instead of
7061 dict.iterkeys.
7062
70632016-01-06 Pedro Alves <palves@redhat.com>
7064
7065 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7066
70672016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7068
7069 * gdb.btrace/dlopen.exp: New.
7070 * gdb.btrace/dlopen.c: New.
7071 * gdb.btrace/dlopen-dso.c: New.
7072
70732015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7074
7075 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7076 PATTERN argument is optional.
7077
70782015-12-24 Joel Brobecker <brobecker@adacore.com>
7079
7080 * lib/ada.exp (target_compile_ada_from_dir): New function.
7081 (gdb_compile_ada): Reimplement avoiding the use of project files.
7082 * gdb.ada/gnat_ada.gpr: Delete.
7083 * gdb.ada/cond_lang.exp: Adjust test to make path before
7084 filename optional.
7085 * gdb.ada/small_reg_param.exp: Likewise.
7086
70872015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7088
7089 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7090
70912015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7092
7093 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7094 case.
7095
70962015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7097
7098 * gdb.base/break.exp: Remove dead code.
7099 * gdb.base/sepdebug.exp: Likewise.
7100
71012015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7102
7103 * gdb.asm/asm-source.exp: Remove HP-UX references.
7104 * gdb.base/annota1.exp: Likewise.
7105 * gdb.base/annota3.exp: Likewise.
7106 * gdb.base/attach.exp: Likewise.
7107 * gdb.base/bigcore.exp: Likewise.
7108 * gdb.base/break.exp: Likewise.
7109 * gdb.base/call-ar-st.exp: Likewise.
7110 * gdb.base/callfuncs.exp: Likewise.
7111 * gdb.base/catch-fork-static.exp: Likewise.
7112 * gdb.base/display.exp: Likewise.
7113 * gdb.base/foll-exec-mode.exp: Likewise.
7114 * gdb.base/foll-exec.exp: Likewise.
7115 * gdb.base/foll-fork.exp: Likewise.
7116 * gdb.base/foll-vfork.exp: Likewise.
7117 * gdb.base/funcargs.exp: Likewise.
7118 * gdb.base/hbreak2.exp: Likewise.
7119 * gdb.base/inferior-died.exp: Likewise.
7120 * gdb.base/interrupt.exp: Likewise.
7121 * gdb.base/multi-forks.exp: Likewise.
7122 * gdb.base/nodebug.exp: Likewise.
7123 * gdb.base/sepdebug.exp: Likewise.
7124 * gdb.base/solib1.c: Likewise.
7125 * gdb.base/step-test.exp: Likewise.
7126 * gdb.mi/non-stop.c: Likewise.
7127 * gdb.mi/pthreads.c: Likewise.
7128 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7129 * gdb.threads/pthreads.c: Likewise.
7130 * gdb.threads/staticthreads.exp: Likewise.
7131 * lib/future.exp: Likewise.
7132 * lib/gdb.exp: Likewise.
7133 * gdb.base/so-indr-cl.c: Remove.
7134 * gdb.base/so-indr-cl.exp: Likewise.
7135 * gdb.base/solib.c: Likewise.
7136 * gdb.base/solib.exp: Likewise.
7137 * gdb.base/solib2.c: Likewise.
7138
71392015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7140
7141 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7142 * gdb.base/call-ar-st.exp: Likewise.
7143 * gdb.base/callfuncs.exp: Likewise.
7144 * gdb.base/condbreak.exp: Likewise.
7145 * gdb.base/constvars.exp: Likewise.
7146 * gdb.base/hbreak2.exp: Likewise.
7147 * gdb.base/langs.exp: Likewise.
7148 * gdb.base/list.exp: Likewise.
7149 * gdb.base/long_long.exp: Likewise.
7150 * gdb.base/ptype.exp: Likewise.
7151 * gdb.base/scope.exp: Likewise.
7152 * gdb.base/signals.exp: Likewise.
7153 * gdb.base/so-impl-ld.exp: Likewise.
7154 * gdb.base/varargs.exp: Likewise.
7155 * gdb.base/volatile.exp: Likewise.
7156 * gdb.base/whatis.exp: Likewise.
7157 * gdb.cp/cplusfuncs.exp: Likewise.
7158 * gdb.cp/inherit.exp: Likewise.
7159 * gdb.cp/local.exp: Likewise.
7160 * gdb.cp/member-ptr.exp: Likewise.
7161 * gdb.cp/method.exp: Likewise.
7162 * gdb.cp/overload.exp: Likewise.
7163 * gdb.cp/templates.exp: Likewise.
7164 * gdb.stabs/weird.exp: Likewise.
7165 * lib/compiler.c: Likewise.
7166 * lib/compiler.cc: Likewise.
7167 * lib/cp-support.exp: Likewise.
7168 * lib/gdb.exp: Likewise.
7169
71702015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7171
7172 * configure.ac: Remove HP-UX case.
7173 * configure: Regenerate.
7174
71752015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7176
7177 * lib/gdb.exp (gdb_compile): Add function doc.
7178
71792015-12-17 Pedro Alves <palves@redhat.com>
7180
7181 PR threads/19354
7182 * gdb.multi/info-threads.exp: New file.
7183
71842015-12-15 Yao Qi <yao.qi@linaro.org>
7185
7186 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7187 is aarch64*-*-*.
7188
71892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7190
7191 * gdb.base/history-duplicates.exp: Skip if no readline support.
7192
71932015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7194
7195 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7196
71972015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7198
7199 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7200
72012015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7202
7203 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7204 ctrl-C if nointerrupts target property is set.
7205 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7206 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7207 * gdb.base/paginate-bg-execution.exp: Likewise.
7208 * gdb.base/paginate-execution-startup.exp: Likewise.
7209 * gdb.base/random-signal.exp: Likewise.
7210 * gdb.base/range-stepping.exp: Likewise.
7211 * gdb.cp/annota2.exp: Likewise.
7212 * gdb.cp/annota3.exp: Likewise.
7213 * gdb.gdb/selftest.exp: Likewise.
7214 * gdb.threads/continue-pending-status.exp: Likewise.
7215 * gdb.threads/leader-exit.exp: Likewise.
7216 * gdb.threads/manythreads.exp: Likewise.
7217 * gdb.threads/pthreads.exp: Likewise.
7218 * gdb.threads/schedlock.exp: Likewise.
7219 * gdb.threads/sigthread.exp: Likewise.
7220
72212015-12-11 Don Breazeal <donb@codesourcery.com>
7222
7223 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7224 remote.
7225 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7226 * gdb.base/foll-exec.exp (main): Enable for target remote.
7227 * gdb.base/foll-fork.exp (main): Likewise.
7228 * gdb.base/foll-vfork.exp (main): Likewise.
7229 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7230 (proc continue_to_exit_bp_loc): Use clean_restart.
7231 * gdb.base/pie-execl.exp (main): Disable for target remote.
7232 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7233 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7234 * gdb.threads/execl.exp (main): Likewise.
7235 * gdb.threads/fork-child-threads.exp (main): Likewise.
7236 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7237 remote.
7238 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7239 remote.
7240 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7241 pid.tid style ptids, instead of just tid.
7242 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7243 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7244 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7245 ptids, instead of just tid.
7246
72472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7248
7249 * gdb.base/list.exp (test_list_forward): Add end of file error
7250 test.
7251 (test_repeat_list_command): Add end of file error test.
7252 (test_list_backwards): Add beginning of file error test.
7253
72542015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7255
7256 * gdb.base/list.exp (test_list_invalid_args): New function,
7257 defined, and called.
7258
72592015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7260
7261 * gdb.base/list.exp (test_list): Make test names unique.
7262
72632015-12-11 Yao Qi <yao.qi@linaro.org>
7264
7265 * gdb.base/coremaker2.c: Remove.
7266
72672015-12-10 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.multi/base.exp: Remove stale "spaces" references.
7270
72712015-12-10 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.multi/base.exp: Don't use nowarnings.
7274 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7275 * gdb.multi/hangout.c: Include stdio.h.
7276 * gdb.multi/hello.c: Include stdlib.h.
7277 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7278 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7279 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7280
72812015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7282
7283 * gdb.dwarf2/dw2-ranges-base.c: New file.
7284 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7285 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7286 support additional line table, and debug ranges generation.
7287 (Dwarf::ranges): New function, generate .debug_ranges.
7288 (Dwarf::lines): Support generating simple line table programs.
7289 (Dwarf::assemble): Initialise new namespace variables.
7290
72912015-12-09 Kevin Buettner <kevinb@redhat.com>
7292
7293 * gdb.base/async.exp (proc test_background): Add case for
7294 asynchronous execution not supported.
7295
72962015-12-09 Luis Machado <lgustavo@codesourcery.com>
7297
7298 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7299 format and change test names to make them unique.
7300
73012015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7302 Pedro Alves <pedro@redhat.com>
7303
7304 PR gdb/18702
7305 Add checking of floatformats setup on x86_64 hosts.
7306 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7307 (smallval, bigval): New labels/constants.
7308 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7309 float" after loading bigval and smallval.
7310
73112015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7312
7313 * gdb.ada/fun_overload_menu.exp: New testcase.
7314 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7315
73162015-12-04 Josh Stone <jistone@redhat.com>
7317
7318 * gdb.base/catch-fork-static.exp: New.
7319
73202015-12-03 Yao Qi <yao.qi@linaro.org>
7321
7322 * gdb.base/sizeof.c: Don't include stdio.h and
7323 ../lib/unbuffer_output.c.
7324 (main): New variable 'size' and 'value'. Remove printf and
7325 gdb_unbuffer_output. Assign return value to size and value.
7326 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7327 at the beginning.
7328 (check_sizeof): Check the result by printing variable 'size'.
7329 (check_valueof): Check the result by printing variable 'value'.
7330
73312015-12-01 Yao Qi <yao.qi@linaro.org>
7332
7333 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7334 for aarch64*-*-linux* target.
7335
73362015-11-30 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7339
73402015-11-30 Pedro Alves <palves@redhat.com>
7341
7342 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7343 Handle non-stop mode vCont replies.
7344
73452015-11-30 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7348 prepare_for_testing. Start gdb with "set non-stop on" appended to
7349 GDBFLAGS. Lax expected stop output.
7350
73512015-11-27 Yao Qi <yao.qi@linaro.org>
7352
7353 * gdb.arch/arm-neon.exp: New.
7354 * gdb.arch/arm-neon.c: New.
7355
73562015-11-27 Yao Qi <yao.qi@linaro.org>
7357
7358 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7359
73602015-11-27 Yao Qi <yao.qi@linaro.org>
7361
7362 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7363 frames-invalid annotation.
7364
73652015-11-27 Yao Qi <yao.qi@linaro.org>
7366
7367 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7368
73692015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7370
7371 * gdb.threads/names.exp: New file.
7372 * gdb.threads/names.c: New file.
7373 * README: Mention gdb,no_thread_names.
7374
73752015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7376
7377 PR 19297
7378 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7379 support" error.
7380
73812015-11-24 Pedro Alves <palves@redhat.com>
7382
7383 PR 17539
7384 * gdb.base/display.exp: Expect displays to be sorted in ascending
7385 order. Use multi_line.
7386 * gdb.base/solib-display.exp: Likewise.
7387
73882015-11-24 Pedro Alves <palves@redhat.com>
7389
7390 PR 17539
7391 * gdb.base/display.exp: Expect displays to be sorted in ascending
7392 order. Use multi_line.
7393 * gdb.base/solib-display.exp: Likewise.
7394
73952015-11-24 Pedro Alves <palves@redhat.com>
7396
7397 PR 17539
7398 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7399 threads in ascending order.
7400 * gdb.base/foll-fork.exp: Likewise.
7401 * gdb.base/foll-vfork.exp: Likewise.
7402 * gdb.base/multi-forks.exp: Likewise.
7403 * gdb.mi/mi-nonstop.exp: Likewise.
7404 * gdb.mi/mi-nsintrall.exp: Likewise.
7405 * gdb.multi/base.exp: Likewise.
7406 * gdb.multi/multi-arch.exp: Likewise.
7407 * gdb.python/py-inferior.exp: Likewise.
7408 * gdb.threads/break-while-running.exp: Likewise.
7409 * gdb.threads/execl.exp: Likewise.
7410 * gdb.threads/gcore-thread.exp: Likewise.
7411 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7412 * gdb.threads/kill.exp: Likewise.
7413 * gdb.threads/linux-dp.exp: Likewise.
7414 * gdb.threads/multiple-step-overs.exp: Likewise.
7415 * gdb.threads/next-bp-other-thread.exp: Likewise.
7416 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7417 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7418 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7419 * gdb.threads/thread-find.exp: Likewise.
7420 * gdb.threads/tls.exp: Likewise.
7421 * lib/mi-support.exp (mi_reverse_list): Delete.
7422 (mi_check_thread_states): No longer reverse list.
7423
74242015-11-24 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7427 use lowercase.
7428
74292015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7430
7431 * gdb.trace/actions.c: Include trace-common.h.
7432 (main): Add a location for a fast tracepoint.
7433 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7434 the normal tracepoints.
7435 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7436
74372015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7438
7439 * save-trace.exp: Factor out code to these...
7440 (gdb_save_tracepoints): New.
7441 (gdb_load_tracepoints): New.
7442 (do_save_load_test): New.
7443
74442015-11-23 Kevin Buettner <kevinb@redhat.com>
7445
7446 * gdb.base/asmlabel.exp: New test.
7447 * gdb.base/asmlabel.c: New test case.
7448
74492015-11-23 Joel Brobecker <brobecker@adacore.com>
7450
7451 * gdb.base/wrong_frame_bt_full-main.c: New file.
7452 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7453 * gdb.base/wrong_frame_bt_full.exp: New file.
7454
74552015-11-23 Joel Brobecker <brobecker@adacore.com>
7456
7457 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7458
74592015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7460
7461 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7462 pstate register when comparing registers values in
7463 sparc64-*-linux-gnu targets to avoid spurious differences.
7464
74652015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7466
7467 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7468
74692015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7470
7471 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7472 as type argument to gdb_compile.
7473 * gdb.base/nested-subp2.exp: Likewise.
7474 * gdb.base/nested-subp3.exp: Likewise.
7475
74762015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7477
7478 * lib/dwarf.exp (_note): Fix left shift of negative value.
7479 * gdb.trace/trace-condition.exp: Likewise.
7480
74812015-11-13 Yao Qi <yao.qi@linaro.org>
7482
7483 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7484 comments about d10v.
7485 (test_scalar_returns): Likewise.
7486 * gdb.base/d10v.ld: Remove.
7487 * gdb.base/overlays.exp: Remove the target triplet checking for
7488 d10v-*-*.
7489 * gdb.base/structs.exp (test_struct_returns): Remove the
7490 comments about d10v.
7491 (test_struct_calls): Likewise.
7492
74932015-11-13 Yao Qi <yao.qi@linaro.org>
7494
7495 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7496 * gdb.base/gnu_vector.c: Don't include stdio.h.
7497 (main): Don't print res and call add_some_intvecs.
7498
74992015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7500
7501 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7502 macro.
7503 (func5): Removed.
7504 (func4): Use FAST_TRACEPOINT_LABEL.
7505 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7506 macro.
7507 (func): Removed.
7508 (thread_function): Use FAST_TRACEPOINT_LABEL.
7509 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7510 (func): Remove.
7511 (marker): Use FAST_TRACEPOINT_LABEL.
7512 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7513 (pendfunc1): Remove.
7514 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7515 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7516 (foo): Remove.
7517 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7518 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7519 macro.
7520 (func): Remove.
7521 (marker): Use FAST_TRACEPOINT_LABEL.
7522 * gdb.trace/trace-common.h: New header.
7523 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7524 macro.
7525 (func): Remove.
7526 (marker): Use FAST_TRACEPOINT_LABEL.
7527 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7528 (func): Remove.
7529 (thread_function): Use FAST_TRACEPOINT_LABEL.
7530
75312015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7532
7533 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7534 in front.
7535 * gdb.trace/change-loc.exp: Use global pcreg definition.
7536 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7537 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7538 in front.
7539 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7540 * gdb.trace/pending.exp: Likewise.
7541 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7542 * gdb.trace/trace-break.exp: Likewise.
7543 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7544 in front.
7545 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7546 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7547 in front.
7548 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7549
75502015-11-09 Joel Brobecker <brobecker@adacore.com>
7551
7552 * gdb.ada/fin_fun_out: New testcase.
7553
75542015-11-07 Kevin Buettner <kevinb@redhat.com>
7555
7556 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7557 value associated with DW_AT_byte_size.
7558 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7559 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7560 DW_AT_upper_bound.
7561
75622015-11-07 Kevin Buettner <kevinb@redhat.com>
7563
7564 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7565 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7566 version.
7567 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7568 gdb.dwarf2/dw2-canonicalize-type.exp,
7569 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7570 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7571 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7572 provided by gdb_target_symbol_prefix_flags_asm.
7573 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7574 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7575 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7576 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7577 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7578 macros where needed). Use this macro for symbols which require
7579 the prefix provided by SYMBOL_PREFIX.
7580
75812015-11-05 Kevin Buettner <kevinb@redhat.com>
7582
7583 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7584 New procs.
7585 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7586 representing expressions, of more than one list element.
7587 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7588 to prepend linker symbol prefix to f.
7589 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7590 table_1 and table_2.
7591 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7592 Likewise, for f and g.
7593 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7594 for ptr.
7595 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7596 for main.
7597 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7598 table_1_ptr and table_2_ptr.
7599
76002015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7601 Joel Brobecker <brobecker@adacore.com>
7602
7603 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7604
76052015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7606
7607 * gdb.reverse/s390-mvcle.c: New test.
7608 * gdb.reverse/s390-mvcle.exp: New file.
7609 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7610
76112015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7612
7613 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7614
76152015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7616
7617 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7618 reaching marker2.
7619 * gdb.reverse/getresuid-reverse.exp: Likewise.
7620 * gdb.reverse/pipe-reverse.exp: Likewise.
7621 * gdb.reverse/readv-reverse.exp: Likewise.
7622 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7623 * gdb.reverse/time-reverse.exp: Likewise.
7624 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7625
76262015-10-30 Yao Qi <yao.qi@linaro.org>
7627
7628 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7629 (empty_cycle): Remove.
7630 (main): Don't call empty_cycle. Don't use watch_count_done.
7631 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7632 empty_cycle. Rewrite the code counting HW watchpoints.
7633
76342015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7635
7636 * gdb.reverse/fstatat-reverse.c: New test.
7637 * gdb.reverse/fstatat-reverse.exp: New file.
7638 * gdb.reverse/getresuid-reverse.c: New test.
7639 * gdb.reverse/getresuid-reverse.exp: New file.
7640 * gdb.reverse/pipe-reverse.c: New test.
7641 * gdb.reverse/pipe-reverse.exp: New file.
7642 * gdb.reverse/readv-reverse.c: New test.
7643 * gdb.reverse/readv-reverse.exp: New file.
7644 * gdb.reverse/recvmsg-reverse.c: New test.
7645 * gdb.reverse/recvmsg-reverse.exp: New file.
7646 * gdb.reverse/time-reverse.c: New test.
7647 * gdb.reverse/time-reverse.exp: New file.
7648 * gdb.reverse/waitpid-reverse.c: New test.
7649 * gdb.reverse/waitpid-reverse.exp: New file.
7650
76512015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7654
76552015-10-26 Doug Evans <dje@google.com>
7656
7657 PR symtab/17391
7658 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7659 * gdb.dwarf2/bad-regnum.c: New file.
7660 * gdb.dwarf2/bad-regnum.exp: New file.
7661
76622015-10-26 Doug Evans <dje@google.com>
7663
7664 PR python/18938
7665 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7666 file.
7667
76682015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7669
7670 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7671 for a change by "Mention language in compile error message".
7672
76732015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7674
7675 PR python/18073
7676 * gdb.python/py-type.c (C::a_method): New.
7677 (C::a_const_method): New.
7678 (C::a_static_method): New.
7679 (a_function): New.
7680 * gdb.python/py-type.exp (test_fields): Test getting fields
7681 from function and method.
7682
76832015-10-21 Keven Boell <keven.boell@intel.com>
7684
7685 * gdb.fortran/vla-alloc-assoc.exp: New file.
7686 * gdb.fortran/vla-datatypes.exp: New file.
7687 * gdb.fortran/vla-datatypes.f90: New file.
7688 * gdb.fortran/vla-history.exp: New file.
7689 * gdb.fortran/vla-ptype-sub.exp: New file.
7690 * gdb.fortran/vla-ptype.exp: New file.
7691 * gdb.fortran/vla-sizeof.exp: New file.
7692 * gdb.fortran/vla-sub.f90: New file.
7693 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7694 * gdb.fortran/vla-value-sub-finish.exp: New file.
7695 * gdb.fortran/vla-value-sub.exp: New file.
7696 * gdb.fortran/vla-value.exp: New file.
7697 * gdb.fortran/vla-ptr-info.exp: New file.
7698 * gdb.mi/mi-vla-fortran.exp: New file.
7699 * gdb.mi/vla.f90: New file.
7700
77012015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7702
7703 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7704 of hardwired timeout value.
7705
77062015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7707 Pedro Alves <palves@redhat.com>
7708
7709 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7710 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7711
77122015-10-19 Josh Stone <jistone@redhat.com>
7713
7714 * gdb.base/catch-syscall.c: Include <sched.h>.
7715 (unknown_syscall): New variable.
7716 (main): Trigger a vfork and an unknown syscall.
7717 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7718 (unknown_syscall_number): Likewise.
7719 (check_call_to_syscall): Accept an optional syscall pattern.
7720 (check_return_from_syscall): Likewise.
7721 (check_continue): Likewise.
7722 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7723 (test_catch_syscall_skipping_return): New test toggling off 'catch
7724 syscall' to step over the syscall return, then toggling back on.
7725 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7726 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7727 (do_syscall_tests): Call test_catch_syscall_without_args and
7728 test_catch_syscall_mid_vfork.
7729 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7730 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7731
77322015-10-19 Andrew Stubbs <ams@codesourcery.com>
7733
7734 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7735 print g_vE): Add new pass patterns.
7736 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7737 print various symbol names for vptr fields.
7738
77392015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7740
7741 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7742 results.
7743
77442015-10-12 Yao Qi <yao.qi@linaro.org>
7745
7746 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7747
77482015-10-12 Yao Qi <yao.qi@linaro.org>
7749
7750 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7751 is aarch64*-*-linux*.
7752
77532015-10-12 Yao Qi <yao.qi@linaro.org>
7754
7755 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7756 (can_relocate_bcond_true): ... it.
7757 (can_relocate_bcond_false): New function.
7758 (foo): Likewise.
7759 (can_relocate_bl): Likewise.
7760 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7761 can_relocate_bl.
7762
77632015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7764
7765 * gdb.base/nested-addr.c: New file.
7766 * gdb.base/nested-addr.exp: New testcase.
7767
77682015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7769
7770 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7771 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7772 its output. Ignore the output of "record goto begin" and instead
7773 check that GDB is replaying.
7774
77752015-10-09 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7778 (top level): Use it in the run with no args test.
7779
77802015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7781
7782 * gdb.dlang/properties.exp: New file.
7783
77842015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7785
7786 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7787 whether or not address 0x1000 is mapped on the target.
7788
77892015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7790
7791 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7792 build.
7793
77942015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7795
7796 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7797 instruction-history test.
7798
77992015-09-28 Doug Evans <dje@google.com>
7800
7801 * gdb.base/gcore.c (array_func): Add reference to static_array.
7802
78032015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7804
7805 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7806 source line.
7807
78082015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7809
7810 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7811 short or char as base type.
7812
78132015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7814
7815 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7816 to allow any size enum.
7817
78182015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7819
7820 * gdb.ada/array_ptr_renaming.exp: New testcase.
7821 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7822 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7823
78242015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7825
7826 * gdb.trace/ftrace-lock.c: New file.
7827 * gdb.trace/ftrace-lock.exp: New file.
7828
78292015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7830
7831 * gdb.arch/insn-reloc.c: New file.
7832 * gdb.arch/ftrace-insn-reloc.exp: New file.
7833
78342015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7835
7836 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7837 instruction.
7838 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7839 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7840 * gdb.trace/range-stepping.c: Likewise.
7841 * gdb.trace/trace-break.c: Likewise.
7842 * gdb.trace/trace-mt.c (thread_function): Likewise.
7843 * gdb.trace/ftrace.c (marker): Likewise.
7844 * gdb.trace/trace-condition.c (marker): Likewise.
7845 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7846 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7847 is_aarch64_target.
7848
78492015-09-18 Doug Evans <xdje42@gmail.com>
7850
7851 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7852 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7853
78542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7855
7856 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7857 the breakpoint.
7858
78592015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7860
7861 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7862 the pending breakpoint. Remove timeout override for "Run till
7863 MI pending breakpoint on pendfunc3 on thread 2" test.
7864
78652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7866
7867 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7868 filename pattern.
7869
78702015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7871
7872 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7873 in breakpoint filename pattern.
7874
78752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7876
7877 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7878
78792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7880
7881 * gdb.linespec/explicit.exp: Check for readline support for
7882 tab-completion tests. Fix obvious typo.
7883
78842015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7885
7886 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7887 and replay.
7888
78892015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7890
7891 * gdb.btrace/non-stop.c: New.
7892 * gdb.btrace/non-stop.exp: New.
7893
78942015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7895 Yao Qi <yao.qi@linaro.org>
7896
7897 * gdb.trace/trace-condition.c: New file.
7898 * gdb.trace/trace-condition.exp: New file.
7899
79002015-09-16 Wei-cheng Wang <cole945@gmail.com>
7901
7902 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7903 for testing bytecode compilation.
7904
79052015-09-16 Pedro Alves <palves@redhat.com>
7906 Sandra Loosemore <sandra@codesourcery.com>
7907
7908 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7909 (SECONDS): Redefine.
7910 (main): Call pthread_kill and alarm early.
7911 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7912 support.
7913 (test): If the target can't hardware step and doesn't support
7914 displaced stepping, increase the timeout.
7915
79162015-09-16 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7919 (enable_debug): New procedures.
7920 (test): Use them. Bail out if waiting for threads fails.
7921 (top level): Bail out if a test fails.
7922
79232015-09-16 Yao Qi <yao.qi@linaro.org>
7924
7925 * gdb.asm/asm-source.exp: Set asm-arch for
7926 aarch64*-*-* target.
7927 * gdb.asm/aarch64.inc: New file.
7928
79292015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7930
7931 * gdb.ada/array_of_variable_length.exp: New testcase.
7932 * gdb.ada/array_of_variable_length/foo.adb: New file.
7933 * gdb.ada/array_of_variable_length/pck.adb: New file.
7934 * gdb.ada/array_of_variable_length/pck.ads: New file.
7935
79362015-09-15 Doug Evans <dje@google.com>
7937
7938 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7939 of function static local variable.
7940
79412015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7942
7943 * gdb.threads/tls-so_extern.exp: New test file.
7944 * gdb.threads/tls-so_extern.c: New test file.
7945 * gdb.threads/tls-so_extern_main.c: New test file.
7946
79472015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7948
7949 * gdb.opt/solib-intra-step-lib.c: New file.
7950 * gdb.opt/solib-intra-step-main.c: New file.
7951 * gdb.opt/solib-intra-step.exp: New file.
7952
79532015-09-15 Pedro Alves <palves@redhat.com>
7954
7955 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7956 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7957
79582015-09-14 Pedro Alves <palves@redhat.com>
7959
7960 * gdb.base/hook-stop-continue.c: Delete.
7961 * gdb.base/hook-stop-continue.exp: Delete.
7962 * gdb.base/hook-stop-frame.c: Delete.
7963 * gdb.base/hook-stop-frame.exp: Delete.
7964 * gdb.base/hook-stop.c: New file.
7965 * gdb.base/hook-stop.exp: New file.
7966
79672015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7968
7969 * gdb.ada/access_to_packed_array.exp: New testcase.
7970 * gdb.ada/access_to_packed_array/foo.adb: New file.
7971 * gdb.ada/access_to_packed_array/pack.adb: New file.
7972 * gdb.ada/access_to_packed_array/pack.ads: New file.
7973
79742015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7975
7976 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7977 buffer size test.
7978
79792015-09-11 Don Breazeal <donb@codesourcery.com>
7980
7981 * gdb.base/foll-exec.c: Add copyright header. Fix
7982 formatting issues.
7983 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7984 (do_exec_tests): Use clean_restart in place of zap_session,
7985 and for test initialization. Fix formatting issues. Use
7986 fail in place of perror.
7987 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7988 an expect statement to match an expression with output from
7989 the program under debug.
7990 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7991 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7992 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7993 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7994 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7995
79962015-09-09 Doug Evans <dje@google.com>
7997
7998 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7999
80002015-09-09 Doug Evans <dje@google.com>
8001
8002 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8003
80042015-09-09 Doug Evans <dje@google.com>
8005
8006 * gdb.base/savedregs.exp: Fix typo.
8007
80082015-09-09 Pedro Alves <palves@redhat.com>
8009
8010 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8011
80122015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8013
8014 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8015 command actually switches threads. Give up on remaining
8016 tests if target fails to stop at breakpoint.
8017
80182015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8019
8020 * gdb.ada/funcall_char.exp: New testcase.
8021 * gdb.ada/funcall_char/foo.adb: New file.
8022
80232015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8024
8025 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8026 expected outputs. Add two testcases for completing ambiguous
8027 functions.
8028 * gdb.ada/complete/aux_pck.adb: New file.
8029 * gdb.ada/complete/aux_pck.ads: New file.
8030 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8031 Ambiguous_Func functions.
8032 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8033 * gdb.ada/complete/pck.adb: Likewise.
8034
80352015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8036
8037 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8038 failures to run the test program under GDB.
8039
80402015-08-26 Luis Machado <lgustavo@codesourcery.com>
8041
8042 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8043 to C.
8044
80452015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8046
8047 * gdb.base/run-after-attach.exp: New test file.
8048 * gdb.base/run-after-attach.c: New test file.
8049
80502015-08-26 Don Breazeal <donb@codesourcery.com>
8051
8052 * gdb.base/foll-exec-2.c: New test program.
8053 * gdb.base/foll-exec-2.exp: New test.
8054
80552015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8056
8057 * gdb.base/nested-subp1.exp: New file.
8058 * gdb.base/nested-subp1.c: New file.
8059 * gdb.base/nested-subp2.exp: New file.
8060 * gdb.base/nested-subp2.c: New file.
8061 * gdb.base/nested-subp3.exp: New file.
8062 * gdb.base/nested-subp3.c: New file.
8063
80642015-08-24 Pedro Alves <palves@redhat.com>
8065
8066 * gdb.server/connect-without-multi-process.c: New file.
8067 * gdb.server/connect-without-multi-process.exp: New file.
8068
80692015-08-24 Luis Machado <lgustavo@codesourcery.com>
8070
8071 * gdb.opt/inline-markers.c: Make z int.
8072
80732015-08-24 Luis Machado <lgustavo@codesourcery.com>
8074
8075 * gdb.opt/inline-markers.c: Make z volatile.
8076
80772015-08-24 Luis Machado <lgustavo@codesourcery.com>
8078
8079 * gdb.opt/inline-bt.c: New volatile global z.
8080 * gdb.opt/inline-cmds.c: Likewise.
8081 * gdb.opt/inline-locals.c: Likewise.
8082 * gdb.opt/inline-markers.c: New extern global z.
8083 (marker): Use z.
8084 (inline_fn): Likewise.
8085
80862015-08-24 Pedro Alves <palves@redhat.com>
8087
8088 * config/m32r-stub.exp: Remove file.
8089 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8090 * gdb.base/call-rt-st.exp: Likewise.
8091 * gdb.base/call-strs.exp: Likewise.
8092 * gdb.base/default.exp: Remove references to h8300-*-hms and
8093 *-*-udi*.
8094 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8095
80962015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8097
8098 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8099 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8100 and "return" use KFAIL when GDB can not read/write the vector
8101 return value.
8102
81032015-08-21 Gary Benson <gbenson@redhat.com>
8104
8105 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8106
81072015-08-20 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.server/solib-list.exp: No longer expect an interior stop in
8110 non-stop mode.
8111
81122015-08-20 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.server/connect-stopped-target.c: New file.
8115 * gdb.server/connect-stopped-target.exp: New file.
8116
81172015-08-20 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.dwarf2/comp-unit-lang.exp: New file.
8120 * gdb.dwarf2/comp-unit-lang.c: New file.
8121
81222015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8123
8124 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8125 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8126
81272015-08-19 Kevin Buettner <kevinb@redhat.com>
8128
8129 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8130 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8131
81322015-08-18 Doug Evans <dje@google.com>
8133 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8134
8135 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8136 skip_python_tests. New arg prompt_regexp.
8137 (skip_python_tests): New function.
8138 * lib/mi-support.exp (mi_skip_python_tests): New function.
8139 * gdb.python/py-mi-objfile-gdb.py: New file.
8140 * gdb.python/py-mi-objfile.c: New file.
8141 * gdb.python/py-mi-objfile.exp: New file.
8142
81432015-08-17 Keith Seitz <keiths@redhat.com>
8144
8145 * gdb.linespec/explicit.exp: Move strace test from here ...
8146 * gdb.trace/strace.exp: ... to here.
8147
81482015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8149
8150 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8151 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8152
81532015-08-14 Doug Evans <xdje42@gmail.com>
8154
8155 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8156 inferior before selecting a new file.
8157
81582015-08-14 Doug Evans <xdje42@gmail.com>
8159
8160 * gdb.mi/mi-disassemble.exp: Update.
8161 * gdb.base/disasm-optim.S: New file.
8162 * gdb.base/disasm-optim.c: New file.
8163 * gdb.base/disasm-optim.h: New file.
8164 * gdb.base/disasm-optim.exp: New file.
8165
81662015-08-14 Keith Seitz <keiths@redhat.com>
8167
8168 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8169 "evaluated-by".
8170
81712015-08-13 Joel Brobecker <brobecker@adacore.com>
8172
8173 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8174
81752015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8176
8177 * gdb.ada/fun_renaming.exp: New testcase.
8178 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8179 * gdb.ada/fun_renaming/pack.adb: New file.
8180 * gdb.ada/fun_renaming/pack.ads: New file.
8181
81822015-08-12 Keith Seitz <keiths@redhat.com>
8183
8184 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8185 gdb_get_line_number.
8186
81872015-08-12 Joel Brobecker <brobecker@adacore.com>
8188
8189 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8190 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8191 gdb.base/dso2dso.exp: New files.
8192
81932015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8194 Pedro Alves <palves@redhat.com>
8195 Keith Seitz <keiths@redhat.com>
8196
8197 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8198 GDBFLAGS.
8199
82002015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8201
8202 * gdb.base/gdbhistsize-history.exp
8203 (test_histsize_history_setting): Use save_vars.
8204 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8205 Use save_vars.
8206 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8207 * gdb.base/readline.exp: Use save_vars.
8208
82092015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8210
8211 * lib/gdb.exp (save_vars): New proc.
8212
82132015-08-11 Keith Seitz <keiths@redhat.com>
8214
8215 * gdb.base/help.exp: Update help_breakpoint_text.
8216
82172015-08-11 Keith Seitz <keiths@redhat.com>
8218
8219 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8220 (at toplevel): Call test_explicit_breakpoints.
8221 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8222 breakpoints.
8223 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8224 breakpoint conditions, "-cond".
8225
82262015-08-11 Keith Seitz <keiths@redhat.com>
8227
8228 * gdb.linespec/3explicit.c: New file.
8229 * gdb.linespec/cpexplicit.cc: New file.
8230 * gdb.linespec/cpexplicit.exp: New file.
8231 * gdb.linespec/explicit.c: New file.
8232 * gdb.linespec/explicit.exp: New file.
8233 * gdb.linespec/explicit2.c: New file.
8234 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8235 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8236 before using in the matching pattern.
8237 Clarify that `prefix' is a regular expression.
8238
82392015-08-11 Keith Seitz <keiths@redhat.com>
8240
8241 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8242 test.
8243 Add tests for missing ",FMT" and ",".
8244
82452015-08-10 Doug Evans <dje@google.com>
8246 Keith Seitz <keiths@redhat.com>
8247
8248 PR gdb/17960
8249 * gdb.base/completion.exp: Add location completer tests.
8250
82512015-08-07 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8254 tests here.
8255 (top level): Run do_test with and without displaced stepping.
8256
82572015-08-07 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.base/valgrind-disp-step.c: New file.
8260 * gdb.base/valgrind-disp-step.exp: New file.
8261
82622015-08-07 Pedro Alves <palves@redhat.com>
8263
8264 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8265 Delete function.
8266 (main): Add alarm. Run an infinite loop instead of calling
8267 wait_threads.
8268 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8269 comment.
8270 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8271 Delete function.
8272 (main): Add alarm. Run an infinite loop instead of calling
8273 wait_threads.
8274 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8275 comment.
8276
82772015-08-07 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.base/checkpoint-ns.exp: New file.
8280 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8281 standard_testfile.
8282
82832015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8284
8285 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8286 * gdb.btrace/instruction_history.exp: Update.
8287 * gdb.btrace/tsx.exp: New.
8288 * gdb.btrace/tsx.c: New.
8289
82902015-08-06 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8293 increase timeout.
8294 * gdb.reverse/until-precsave.exp: Bump timeouts.
8295
82962015-08-06 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8299
83002015-08-06 Pedro Alves <palves@redhat.com>
8301
8302 PR gdb/18749
8303 * gdb.threads/process-dies-while-handling-bp.c: New file.
8304 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8305
83062015-08-06 Pedro Alves <palves@redhat.com>
8307
8308 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8309 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8310
83112015-08-05 Pedro Alves <palves@redhat.com>
8312
8313 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8314 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8315
83162015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8317
8318 * gdb.base/bp-permanent.exp: Report test as unsupported if
8319 the target cannot stop at the permanent breakpoint.
8320
83212015-08-03 Doug Evans <dje@google.com>
8322
8323 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8324 10000.
8325
83262015-08-03 Doug Evans <dje@google.com>
8327
8328 * Makefile.in (workers/%.worker, build-perf): New rule.
8329 (GDB_PERFTEST_MODE): New variable.
8330 (check-perf): Use it.
8331 (clean): Clean up gdb.perf parallel build subdirs.
8332 * lib/build-piece.exp: New file.
8333 * lib/gdb.exp (make_gdb_parallel_path): New function
8334 (standard_output_file, standard_temp_file): Call it.
8335 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8336 of $GDB_PARALLEL.
8337 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8338
83392015-08-03 Doug Evans <dje@google.com>
8340
8341 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8342 (LOG_FILE_NAME): New global.
8343 (TextReporter.__init__): Initialize self.txt_sum.
8344 (TextReporter.report): Add support for multiple data-points.
8345 Move report to perftest.sum, put raw data in perftest.log.
8346 (TextReporter.start): Open sum and log files.
8347 (TextReporter.end): Close sum and log files.
8348 * gdb.perf/lib/perftest/testresult.py
8349 (SingleStatisticTestResult.record): Handle multiple data-points.
8350
83512015-07-31 Pedro Alves <palves@redhat.com>
8352
8353 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8354 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8355 kill_wait_spawned_process instead of explicit "kill -9".
8356 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8357 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8358 kill_wait_spawned_process.
8359 * gdb.base/attach-twice.exp: Likewise.
8360 * gdb.base/attach.exp: Likewise.
8361 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8362 gdb_test_multiple.
8363 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8364 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8365 kill_wait_spawned_process.
8366 * gdb.base/valgrind-infcall.exp: Likewise.
8367 * gdb.multi/multi-attach.exp: Likewise.
8368 * gdb.python/py-prompt.exp: Likewise.
8369 * gdb.python/py-sync-interp.exp: Likewise.
8370 * gdb.server/ext-attach.exp: Likewise.
8371 * gdb.threads/attach-into-signal.exp (corefunc): Use
8372 spawn_wait_for_attach, spawn_id_get_pid and
8373 kill_wait_spawned_process.
8374 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8375 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8376 spawn_id_get_pid and kill_wait_spawned_process.
8377 * gdb.threads/attach-stopped.exp (corefunc): Use
8378 spawn_wait_for_attach, spawn_id_get_pid and
8379 kill_wait_spawned_process.
8380 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8381 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8382 kill_wait_spawned_process instead of explicit "kill -9".
8383 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8384 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8385 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8386 processes. Don't map cygwin/windows pids here. Now returns a
8387 spawn id list.
8388
83892015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8390
8391 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8392 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8393 correct patch.
8394
83952015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8396
8397 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8398
83992015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8400
8401 Reapply:
8402 2014-05-21 Mark Wielaard <mjw@redhat.com>
8403
8404 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8405
84062015-07-30 Pedro Alves <palves@redhat.com>
8407
8408 * linux-low.c (handle_extended_wait): Set the child's last
8409 reported status to TARGET_WAITKIND_STOPPED.
8410
84112015-07-30 Pedro Alves <palves@redhat.com>
8412
8413 PR threads/18600
8414 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8415 only shows inferior 1.
8416
84172015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8418 Pedro Alves <palves@redhat.com>
8419
8420 PR threads/18600
8421 * gdb.threads/fork-plus-threads.c: New file.
8422 * gdb.threads/fork-plus-threads.exp: New file.
8423
84242015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8425
8426 * gdb.base/batch-preserve-term-settings.exp
8427 (test_terminal_settings_preserved_after_cli_exit): Use
8428 send_quit_command.
8429
84302015-07-29 Pedro Alves <palves@redhat.com>
8431 Don Breazeal <donb@codesourcery.com>
8432
8433 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8434 output from both inferior_spawn_id and gdb_spawn_id.
8435
84362015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8437
8438 * gdb.threads/attach-into-signal.exp (corefunc): Use
8439 with_test_prefix on nested loops, uniquefying the test messages.
8440
84412015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8442
8443 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8444 commit.
8445
84462015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8447
8448 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8449 New proc.
8450 (test_terminal_settings_preserved_after_sigterm): New test.
8451
84522015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8453
8454 * gdb.base/batch-preserve-term-settings.exp
8455 (test_terminal_settings_preserved_after_cli_exit): New test.
8456
84572015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8458
8459 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8460 manipulation of saved_gdbflags.
8461 (test_terminal_settings_preserved): Remove global declaration of
8462 the unused variable pagination_prompt. Remove manipulation of
8463 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8464 GDBFLAGS.
8465
84662015-07-29 Pedro Alves <palves@redhat.com>
8467
8468 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8469
84702015-07-29 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8473 at the top.
8474
84752015-07-29 Pedro Alves <palves@redhat.com>
8476
8477 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8478 (main): Call gdb_unbuffer_output.
8479 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8480 (main): Call gdb_unbuffer_output.
8481 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8482 (main): Call gdb_unbuffer_output.
8483 * gdb.base/call-strs.exp: Adjust to step over the
8484 gdb_unbuffer_output call.
8485 * gdb.base/catch-gdb-caused-signals.c: Include
8486 "../lib/unbuffer_output.c".
8487 (main): Call gdb_unbuffer_output.
8488 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8489 (main): Call gdb_unbuffer_output.
8490 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8491 (main): Call gdb_unbuffer_output.
8492 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8493 (main): Call gdb_unbuffer_output.
8494 * gdb.base/shlib-call.exp: Adjust to step over the
8495 gdb_unbuffer_output call.
8496 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8497 (main): Call gdb_unbuffer_output.
8498 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8499 (main): Call gdb_unbuffer_output.
8500 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8501 (main): Rename to ...
8502 (test): ... this.
8503 (main): Reimplement.
8504 * gdb.base/varargs.exp: Run to test instead of to main.
8505 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8506 (main): Call gdb_unbuffer_output.
8507
85082015-07-29 Pedro Alves <palves@redhat.com>
8509
8510 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8511 factore out from mi_continue_dprintf. For call-style dprintfs,
8512 expect dprintf output out of $inferior_spawn_id.
8513 (mi_continue_dprintf): Use mi_expect_dprintf.
8514 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8515 (main): Call gdb_unbuffer_output.
8516
85172015-07-29 Pedro Alves <palves@redhat.com>
8518
8519 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8520 (default_mi_gdb_start): Set inferior_spawn_id instead of
8521 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8522 gdb_spawn_id.
8523 (mi_gdb_test): Always expect inferior output from both
8524 $inferior_spawn_id and $gdb_spawn_id.
8525
85262015-07-29 Pedro Alves <palves@redhat.com>
8527
8528 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8529 send_inferior and $inferior_spawn_id.
8530
85312015-07-29 Pedro Alves <palves@redhat.com>
8532
8533 * gdb.gdb/complaints.exp (test_initial_complaints)
8534 (test_serial_complaints, test_short_complaints): Use
8535 gdb_test_stdio.
8536 (test_empty_complaint): Handle $inferior_spawn_id !=
8537 $gdb_spawn_id.
8538
85392015-07-29 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/varargs.exp: Use gdb_test_stdio.
8542
85432015-07-29 Pedro Alves <palves@redhat.com>
8544
8545 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8546
85472015-07-29 Pedro Alves <palves@redhat.com>
8548
8549 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8550
85512015-07-29 Pedro Alves <palves@redhat.com>
8552
8553 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8554 parameter into two new parameters, "inf_result" and "gdb_result".
8555 Expect inferior output and gdb output from $inferior_spawn_id and
8556 $gdb_spawn_id, respectively. Adjust all callers.
8557
85582015-07-29 Pedro Alves <palves@redhat.com>
8559
8560 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8561 of gdb_test_sequence.
8562
85632015-07-29 Pedro Alves <palves@redhat.com>
8564
8565 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8566 (saw_spurious_output): Expect inferior output from
8567 $inferior_spawn_id. Use gdb_test_stdio.
8568
85692015-07-29 Pedro Alves <palves@redhat.com>
8570
8571 * gdb.base/dprintf.exp: Use standard_testfile. Change
8572 prepare_for_testing call.
8573 (srcfile): Don't set.
8574 (restart): New procedure.
8575 (test_dprintf): New procecure, use to continue over dprintfs.
8576 (test_call, test_agent): New procedures, tests moved here.
8577 Restart gdb and recreate dprintfs. Adjust expected output.
8578
85792015-07-29 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8582
85832015-07-29 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8586
85872015-07-29 Pedro Alves <palves@redhat.com>
8588
8589 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8590 gdb_test_stdio.
8591
85922015-07-29 Pedro Alves <palves@redhat.com>
8593
8594 * lib/gdb.exp (gdb_test_stdio): New procedure.
8595
85962015-07-29 Pedro Alves <palves@redhat.com>
8597
8598 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8599
86002015-07-29 Pedro Alves <palves@redhat.com>
8601
8602 * gdb.base/call-signal-resume.exp: Remove check for
8603 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8604 * gdb.base/unwindonsignal.exp: Likewise.
8605 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8606 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8607
86082015-07-29 Pedro Alves <palves@redhat.com>
8609
8610 * gdb.base/siginfo-addr.c (pass): New function.
8611 (handler): Call it iff si_addr is correct.
8612 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8613 Set a breakpoint at "pass" and continue to it.
8614
86152015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8616
8617 * gdb.python/py-objfile.exp: Make some tests have unique names.
8618 * gdb.python/py-pp-registration.exp: Likewise.
8619
86202015-07-28 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8623
86242015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8625
8626 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8627
86282015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8629
8630 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8631
86322015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8633
8634 * gdb.base/gdb-sigterm-2.exp: New test.
8635
86362015-07-25 Doug Evans <xdje42@gmail.com>
8637
8638 Revert:
8639 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8640 (workers/%.worker, build-perf): New rule.
8641 (GDB_PERFTEST_MODE): New variable.
8642 (check-perf): Use it.
8643 (clean): Clean up gdb.perf parallel build subdirs.
8644 * lib/build-piece.exp: New file.
8645 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8646 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8647 name.
8648 (standard_temp_file): Ditto.
8649 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8650 of $GDB_PARALLEL.
8651
86522015-07-24 Doug Evans <dje@google.com>
8653
8654 * gdb.perf/lib/perftest/utils.py: New file.
8655 * gdb.perf/gm-hello.cc: New file.
8656 * gdb.perf/gm-pervasive-typedef.cc: New file.
8657 * gdb.perf/gm-pervasive-typedef.h: New file.
8658 * gdb.perf/gm-std.cc: New file.
8659 * gdb.perf/gm-std.h: New file.
8660 * gdb.perf/gm-use-cerr.cc: New file.
8661 * gdb.perf/gm-utils.h: New file.
8662 * gdb.perf/gmonster-null-lookup.py: New file.
8663 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8664 * gdb.perf/gmonster-print-cerr.py: New file.
8665 * gdb.perf/gmonster-ptype-string.py: New file.
8666 * gdb.perf/gmonster-runto-main.py: New file.
8667 * gdb.perf/gmonster-select-file.py: New file.
8668 * gdb.perf/gmonster1-null-lookup.exp: New file.
8669 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8670 * gdb.perf/gmonster1-print-cerr.exp: New file.
8671 * gdb.perf/gmonster1-ptype-string.exp: New file.
8672 * gdb.perf/gmonster1-runto-main.exp: New file.
8673 * gdb.perf/gmonster1-select-file.exp: New file.
8674 * gdb.perf/gmonster1.cc: New file.
8675 * gdb.perf/gmonster1.exp: New file.
8676 * gdb.perf/gmonster2-null-lookup.exp: New file.
8677 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8678 * gdb.perf/gmonster2-print-cerr.exp: New file.
8679 * gdb.perf/gmonster2-ptype-string.exp: New file.
8680 * gdb.perf/gmonster2-runto-main.exp: New file.
8681 * gdb.perf/gmonster2-select-file.exp: New file.
8682 * gdb.perf/gmonster2.cc: New file.
8683 * gdb.perf/gmonster2.exp: New file.
8684
86852015-07-24 Doug Evans <dje@google.com>
8686
8687 * gdb.perf/README: New file.
8688 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8689 * lib/gen-perf-test.exp: New file.
8690
86912015-07-24 Doug Evans <dje@google.com>
8692
8693 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8694 (PerfTest::startup): New function.
8695 (PerfTest::run): Return result of calling body.
8696 (PerfTest::assemble): Rewrite.
8697 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8698 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8699 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8700 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8701 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8702
87032015-07-24 Doug Evans <dje@google.com>
8704
8705 * lib/gdb.exp (clean_restart): Make executable optional.
8706
87072015-07-24 Doug Evans <dje@google.com>
8708
8709 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8710 compiler_info references.
8711 * gdb.cp/temargs.exp: Ditto.
8712 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8713 (get_compiler_info): Early exit if already computed. Set compiler_info
8714 to "unknown" if there was a problem.
8715 (test_compiler_info): Add function comment. Call get_compiler_info.
8716
87172015-07-24 Doug Evans <dje@google.com>
8718
8719 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8720 (workers/%.worker, build-perf): New rule.
8721 (GDB_PERFTEST_MODE): New variable.
8722 (check-perf): Use it.
8723 (clean): Clean up gdb.perf parallel build subdirs.
8724 * lib/build-piece.exp: New file.
8725 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8726 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8727 name.
8728 (standard_temp_file): Ditto.
8729 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8730 of $GDB_PARALLEL.
8731
87322015-07-24 Doug Evans <dje@google.com>
8733
8734 * lib/future.exp (gdb_default_target_compile): New option
8735 "early_flags".
8736 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8737 --as-needed.
8738
87392015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8740
8741 * gdb.base/catch-syscall.exp: Call gdb_exit before
8742 gdb_skip_xml_test.
8743
87442015-07-24 Pedro Alves <palves@redhat.com>
8745
8746 * gdb.python/py-events.exp: Accept output between the stop event
8747 and the prompt.
8748 * gdb.python/py-evsignal.exp: Likewise.
8749 * gdb.python/py-evthreads.exp: Likewise.
8750
87512015-07-24 Pedro Alves <palves@redhat.com>
8752
8753 PR gdb/18717
8754 * gdb.threads/non-ldr-exit.c: New file.
8755 * gdb.threads/non-ldr-exit.exp: New file.
8756
87572015-07-24 Yao Qi <yao.qi@linaro.org>
8758
8759 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8760 restarting process.
8761
87622015-07-24 Yao Qi <yao.qi@linaro.org>
8763
8764 * gdb.server/ext-restart.exp: New file.
8765
87662015-07-24 Yao Qi <yao.qi@linaro.org>
8767
8768 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8769 argument options.
8770 * gdb.server/ext-wrapper.exp: New file.
8771
87722015-07-23 Doug Evans <dje@google.com>
8773
8774 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8775 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8776
87772015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8778
8779 * gdb.ada/var_arr_typedef.exp: New testcase.
8780 * gdb.ada/var_arr_typedef/pack.adb: New file.
8781 * gdb.ada/var_arr_typedef/pack.ads: New file.
8782 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8783
87842015-07-20 Joel Brobecker <brobecker@adacore.com>
8785
8786 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8787
87882015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8789
8790 * gdb.arch/i386-biarch-core.exp: Replace istarget
8791 by "complete set gnutarget". Remove expectation for the "core-file"
8792 command.
8793
87942015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8795
8796 Revert the previous commit:
8797 Tests for validate symbol file using build-id.
8798
87992015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8800
8801 Tests for validate symbol file using build-id.
8802 * gdb.base/solib-mismatch-lib.c: New file.
8803 * gdb.base/solib-mismatch-libmod.c: New file.
8804 * gdb.base/solib-mismatch.c: New file.
8805 * gdb.base/solib-mismatch.exp: New file.
8806
88072015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8808
8809 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8810 nios2-*-linux*.
8811 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8812 * gdb.base/siginfo.exp: Likewise.
8813 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8814
88152015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8816
8817 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8818 Move it to ...
8819 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8820 ... here.
8821 * gdb.trace/range-stepping.exp: Check that the target supports
8822 range stepping.
8823
88242015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8825
8826 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8827
88282015-07-14 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.base/killed-outside.exp: New file.
8831 * gdb.base/killed-outside.c: New file.
8832
88332015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8834
8835 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8836 (n at main): New.
8837 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8838
88392015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8840
8841 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8842 infcall tests instead of setting up for KFAIL.
8843
88442015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8845
8846 * gdb.btrace/record_goto-step.exp: New.
8847
88482015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8849
8850 PR compile/18484
8851 * gdb.compile/compile.c (struct struct_type): Add volatile to
8852 selffield's type.
8853 * gdb.compile/compile.exp
8854 (compile code struct_object.selffield = &struct_object): Skip further
8855 struct_object tests if this one xfails.
8856
88572015-07-08 Robert O'Callahan <robert@ocallahan.org>
8858
8859 PR exp/18617
8860 * gdb.trace/ax.exp: Add test.
8861
88622015-07-07 Yao Qi <yao.qi@linaro.org>
8863
8864 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8865 instead of istarget "aarch64*-*-*".
8866 * gdb.arch/aarch64-fp.exp: Likewise.
8867 * gdb.base/float.exp: Likewise.
8868 * gdb.reverse/aarch64.exp: Likewise.
8869 * lib/gdb.exp (is_aarch64_target): New proc.
8870
88712015-07-07 Yao Qi <yao.qi@linaro.org>
8872
8873 * lib/gdb.exp (is_aarch32_target): New proc.
8874 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8875 instead of "istarget "arm*-*-*"".
8876 * gdb.arch/arm-disp-step.exp: Likewise.
8877 * gdb.arch/thumb-bx-pc.exp: Likewise.
8878 * gdb.arch/thumb-prologue.exp: Likewise.
8879 * gdb.arch/thumb-singlestep.exp: Likewise.
8880 * gdb.base/disp-step-syscall.exp: Likewise.
8881 * gdb.base/float.exp: Likewise.
8882
88832015-07-07 Yao Qi <yao.qi@linaro.org>
8884
8885 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8886 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8887
88882015-07-07 Yao Qi <yao.qi@linaro.org>
8889
8890 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8891 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8892 if it exists.
8893 * gdb.multi/multi-arch.exp: Likewise.
8894
88952015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8896
8897 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8898 print.
8899
89002015-07-07 Yao Qi <yao.qi@linaro.org>
8901
8902 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8903
89042015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8905
8906 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8907 '[' and ']' characters.
8908
89092015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8910
8911 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8912
89132015-06-29 Pedro Alves <palves@redhat.com>
8914
8915 PR threads/18127
8916 * gdb.threads/hand-call-new-thread.c: New file.
8917 * gdb.threads/hand-call-new-thread.c: New file.
8918
89192015-06-26 Keith Seitz <keiths@redhat.com>
8920 Doug Evans <dje@google.com>
8921
8922 PR 16253
8923 * gdb.cp/var-tag-2.cc: New file.
8924 * gdb.cp/var-tag-3.cc: New file.
8925 * gdb.cp/var-tag-4.cc: New file.
8926 * gdb.cp/var-tag.cc: New file.
8927 * gdb.cp/var-tag.exp: New file.
8928
89292015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8930
8931 * gdb.base/history-duplicates.exp: New test.
8932
89332015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8934
8935 * gdb.base/completion.exp: Test the completion of the "focus"
8936 command.
8937
89382015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8939
8940 * gdb.arch/amd64-prologue-skip.S: New file.
8941 * gdb.arch/amd64-prologue-skip.exp: New file.
8942
89432015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8944
8945 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8946 is_address_zero_readable check.
8947
89482015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8949
8950 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8951 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8952
89532015-06-24 Yao Qi <yao.qi@linaro.org>
8954
8955 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8956 linux targets.
8957
89582015-06-24 Yao Qi <yao.qi@linaro.org>
8959
8960 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8961 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8962 * gdb.base/siginfo-thread.exp: Likewise.
8963
89642015-06-22 Yao Qi <yao.qi@linaro.org>
8965
8966 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8967
89682015-06-22 Yao Qi <yao.qi@linaro.org>
8969
8970 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8971 aarch64*-*-*.
8972 (skip_hw_watchpoint_tests): Likewise.
8973
89742015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8975
8976 * gdb.base/gdbinit-history.exp: Test the interaction between
8977 setting GDBHISTSIZE and setting the history size via .gdbinit.
8978
89792015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8980
8981 PR gdb/16999
8982 * gdb.base/gdbhistsize-history.exp: New test.
8983
89842015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8985
8986 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8987 with GDBHISTSIZE.
8988 * gdb.base/readline.exp: Likewise.
8989
89902015-06-17 Yao Qi <yao.qi@linaro.org>
8991
8992 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8993 line.
8994
89952015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8996
8997 * gdb.base/gdbinit-history.exp: Add test case to check that
8998 an unlimited history file does not get truncated on exit.
8999
90002015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9001
9002 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9003 (VECTOR): New macro. Use it...
9004 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9005 ...for these typedefs.
9006 (int8, char1, int1, double1): New typedefs.
9007 (struct just_int2, struct two_int2): New structures.
9008 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9009 (add_structvecs, add_singlevecs): New functions.
9010 (main): Call add_some_intvecs twice.
9011 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9012 the compile and exit upon failure. Try compiling for the "native"
9013 architecture. Test inferior function calls with vector arguments
9014 and vector return value handling with "finish" and "return".
9015
90162015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9017
9018 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9019 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9020 PE file.
9021 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9022
90232015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9024
9025 PR breakpoints/16465
9026 * gdb.mi/mi-dprintf-pending.c: New file.
9027 * gdb.mi/mi-dprintf-pending.exp: New test.
9028 * gdb.mi/mi-dprintf-pendshr.c: New file.
9029
90302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9031 Mircea Gherzan <mircea.gherzan@intel.com>
9032
9033 * gdb.arch/i386-mpx-map.c: New file.
9034 * gdb.arch/i386-mpx-map.exp: New File.
9035
90362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9037
9038 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9039 * gdb.arch/i386-mpx.exp: Indentation fixed.
9040
90412015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9042
9043 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9044 function and improved indentation.
9045 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9046 gdb_test_multiple. Added additional tests to skip the test.
9047
90482015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9049
9050 * gdb.arch/i386-avx512.c: Change path in include file.
9051 * gdb.arch/i386-avx512.exp: Change include dir path
9052 compilation flag.
9053 * gdb.arch/i386-mpx.c: Change path in include file.
9054 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9055 flag.
9056
90572015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9058
9059 * gdb.compile/compile-print.exp (compile print *vararray@3)
9060 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9061
90622015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9063
9064 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9065 (do not keep jit in memory): ... this.
9066 (expect 5): Change it to ...
9067 (expect no 5): ... this.
9068
90692015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9070
9071 PR gdb/15564
9072 * gdb.mi/mi-detach.exp: New file.
9073
90742015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9075
9076 PR symtab/18392
9077 * gdb.arch/amd64-tailcall-self.S: New file.
9078 * gdb.arch/amd64-tailcall-self.c: New file.
9079 * gdb.arch/amd64-tailcall-self.exp: New file.
9080
90812015-05-28 Don Breazeal <donb@codesourcery.com>
9082
9083 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9084 tests for remote targets by checking is_target_gdbserver.
9085
90862015-05-27 Doug Evans <dje@google.com>
9087
9088 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9089 * gdb.dwarf2/opaque-type-lookup.c: New file.
9090 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9091
90922015-05-26 Doug Evans <dje@google.com>
9093
9094 * gdb.cp/iostream.cc: New file.
9095 * gdb.cp/iostream.exp: New file.
9096
90972015-05-26 Doug Evans <dje@google.com>
9098
9099 * gdb.dwarf2/dw2-op-call.exp: Update.
9100 * gdb.dwarf2/dw4-sig-types.exp: Update.
9101 * gdb.dwarf2/implptr.exp: Update.
9102 * gdb.mi/mi-cmd-param-changed.exp: Update.
9103
91042015-05-26 Doug Evans <dje@google.com>
9105
9106 * gdb.python/py-lazy-string.c: New file.
9107 * gdb.python/py-lazy-string.exp: New file.
9108 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9109 (main): Update. Add estring3.
9110 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9111 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9112
91132015-05-26 Omair Javaid <omair.javaid@linaro.org>
9114 Yao Qi <yao.qi@linaro.org>
9115
9116 * gdb.reverse/aarch64.c: New.
9117 * gdb.reverse/aarch64.exp: New.
9118
91192015-05-26 Omair Javaid <omair.javaid@linaro.org>
9120
9121 * lib/gdb.exp (supports_process_record): Return true for
9122 aarch64*-linux*.
9123 (supports_reverse): Likewise.
9124
91252015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9126
9127 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9128 Use with_test_prefix.
9129
91302015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9131
9132 * gdb.base/completion.exp: Add test for completion of layout
9133 names.
9134
91352015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9136
9137 * lib/gdb.exp (skip_tui_tests): New proc.
9138 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9139
91402015-05-19 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9143 Save the whole env array instead of just HOME. Unset HISTSIZE in
9144 the environment while testing. Restore whole environment
9145 afterwards.
9146
91472015-05-16 Doug Evans <xdje42@gmail.com>
9148
9149 * gdb.guile/scm-ports.c: New file.
9150 * gdb.guile/scm-ports.exp: Add memory port tests.
9151
91522015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9153
9154 * gdb.compile/compile-print.c: New file.
9155 * gdb.compile/compile-print.exp: New file.
9156
91572015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9158
9159 * gdb.compile/compile-ops.exp: Cast param to void.
9160 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9161 (compile code struct_object.selffield = &struct_object): Add xfail.
9162
91632015-05-15 Joel Brobecker <brobecker@adacore.com>
9164
9165 * gdb.ada/arr_enum_with_gap: New testcase.
9166
91672015-05-15 Joel Brobecker <brobecker@adacore.com>
9168
9169 * gdb.ada/byte_packed_arr: New testcase.
9170
91712015-05-15 Joel Brobecker <brobecker@adacore.com>
9172
9173 * gdb.ada/pckd_neg: New testcase.
9174
91752015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9176
9177 PR gdb/17820
9178 * gdb.base/gdbinit-history.exp: New test.
9179 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9180 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9181
91822015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9183
9184 * gdb.python/py-xmethods.cc: Enhance test case.
9185 * gdb.python/py-xmethods.exp: New tests.
9186 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9187 function.
9188 (B_indexoper): Likewise.
9189 (global_dm_list) : Add new xmethod worker functions.
9190
91912015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9192
9193 * gdb.base/coredump-filter.exp: Correctly unset
9194 "coredump_var_addr" array.
9195
91962015-05-08 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.server/non-existing-program.exp: Unset spawn_id.
9199
92002015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9201
9202 PR python/18291
9203 * gdb.python/py-xmethods.exp: Add tests.
9204
92052015-05-08 Yao Qi <yao.qi@linaro.org>
9206
9207 PR gdb/18208
9208 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9209 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9210 function set_coredump_filter, and remove remote_exec call.
9211 Remove argument ipid. Callers update.
9212 (top level): Don't get inferior's PID.
9213
92142015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9215
9216 * gdb.base/watch_thread_num.exp: Skip test on targets without
9217 access watchpoints.
9218
92192015-05-06 Pedro Alves <palves@redhat.com>
9220
9221 PR server/18081
9222 * gdb.server/non-existing-program.exp: New file.
9223
92242015-05-05 Joel Brobecker <brobecker@adacore.com>
9225
9226 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9227
92282015-05-05 Joel Brobecker <brobecker@adacore.com>
9229
9230 * gdb.ada/out_of_line_in_inlined: New testcase.
9231
92322015-05-05 Joel Brobecker <brobecker@adacore.com>
9233
9234 * gdb.ada/var_rec_arr: New testcase.
9235
92362015-04-30 Yao Qi <yao.qi@linaro.org>
9237
9238 * gdb.base/break-idempotent.exp: If
9239 skip_hw_watchpoint_multi_tests returns true, skip the tests
9240 on "rwatch" and "awatch".
9241
92422015-04-30 Yao Qi <yao.qi@linaro.org>
9243
9244 * gdb.base/relativedebug.exp: Invoke gdb command
9245 "info sharedlibrary", and if libc.so doesn't have debug info,
9246 skip the test.
9247
92482015-04-29 Doug Evans <dje@google.com>
9249
9250 * gdb.python/py-xmethods.exp: Add ptype tests.
9251 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9252 get_result_type method.
9253
92542015-04-29 Luis Machado <lgustavo@codesourcery.com>
9255
9256 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9257 the target does not support hardware watchpoints.
9258
92592015-04-29 Luis Machado <lgustavo@codesourcery.com>
9260
9261 * gdb.base/break-always.exp: Abort testing if writing to memory
9262 causes an error.
9263
92642015-04-28 Doug Evans <dje@google.com>
9265
9266 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9267 * gdb.python/py-pp-registration.exp: ... here. New file.
9268 * gdb.python/py-pp-registration.c: New file.
9269 * gdb.python/py-pp-registration.py: New file.
9270
92712015-04-28 Doug Evans <dje@google.com>
9272
9273 * gdb.python/py-bad-printers.c: New file.
9274 * gdb.python/py-bad-printers.py: New file.
9275 * gdb.python/py-bad-printers.exp: New file.
9276
92772015-04-28 Sasha Smundak <asmundak@google.com>
9278
9279 * gdb.python/py-type.exp: New test.
9280
92812015-04-28 Andy Wingo <wingo@igalia.com>
9282
9283 * gdb.python/py-parameter.exp:
9284 * gdb.guile/scm-parameter.exp: Escape the path that we are
9285 matching against, as it might contain characters that are special
9286 to regular expressions.
9287
92882015-04-27 Joel Brobecker <brobecker@adacore.com>
9289
9290 * gdb.ada/rec_comp: New testcase.
9291
92922015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9293
9294 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9295 before using it.
9296
92972015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9298
9299 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9300 new tests for verilog output.
9301
93022015-04-24 Yao Qi <yao.qi@linaro.org>
9303
9304 * boards/remote-gdbserver-on-localhost.exp: New file.
9305
93062015-04-23 Pedro Alves <palves@redhat.com>
9307
9308 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9309 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9310 "end of file", remove $inferior_spawn_id from the indirect list.
9311
93122015-04-23 Pedro Alves <palves@redhat.com>
9313
9314 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9315
93162015-04-23 Pedro Alves <palves@redhat.com>
9317
9318 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9319 on $any_spawn_id instead of only on $gdb_spawn_id.
9320
93212015-04-21 Pierre Muller <muller@sourceware.org>
9322
9323 PR pascal/17815
9324 * lib/pascal.exp (gpc_compile): Add new option "class".
9325 (fpc_compile): Likewise.
9326 * gdb.pascal/case-insensitive-symbols.pas: New file.
9327 * gdb.pascal/case-insensitive-symbols.exp: New file.
9328
93292015-04-20 Gary Benson <gbenson@redhat.com>
9330
9331 * gdb.base/attach.exp: Fix three extended remote failures.
9332
93332015-04-17 Gary Benson <gbenson@redhat.com>
9334
9335 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9336 the main executable over the remote protocol.
9337
93382015-04-16 Pedro Alves <palves@redhat.com>
9339
9340 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9341 a new gdbserver if gdbserver_reconnect_p is set.
9342
93432015-04-16 Pedro Alves <palves@redhat.com>
9344
9345 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9346 is set, don't exit gdbserver.
9347
93482015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9349
9350 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9351 appropriate .insn, such that an older assembler can be used.
9352 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9353 the z/Architecture instruction set on 31-bit targets as well.
9354
93552015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9356
9357 * gdb.go/handcall.exp: Remove all logic related to the first
9358 breakpoint and rely on go_runto_main instead.
9359 * gdb.go/strings.exp: Likewise.
9360 * gdb.go/unsafe.exp: Likewise.
9361 * gdb.go/hello.exp: Likewise. Also rename the remaining
9362 breakpoint marker to "breakpoint 1".
9363 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9364 * gdb.go/strings.go: Likewise.
9365 * gdb.go/unsafe.go: Likewise.
9366 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9367 "set breakpoint 2 here" and rename the remaining breakpoint marker
9368 to "breakpoint 1".
9369
93702015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9371
9372 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9373 if itertools.imap is not present.
9374 * gdb.python/py-objfile.exp: Add parentheses.
9375 * gdb.python/py-type.exp: Same.
9376 * gdb.python/py-unwind-maint.py: Same.
9377
93782015-04-15 Yao Qi <yao.qi@linaro.org>
9379
9380 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9381 of ":$ptr_size" and set its form explicitly.
9382
93832015-04-15 Pedro Alves <palves@redhat.com>
9384 Yao Qi <yao.qi@linaro.org>
9385
9386 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9387 timeout by factor of 4.
9388 (test_regular_watch): Likewise.
9389 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9390 * gdb.reverse/sigall-reverse.exp: Likewise.
9391 * gdb.reverse/until-precsave.exp: Likewise.
9392 * lib/gdb.exp (with_timeout_factor): New proc.
9393 (gdb_expect): Move some code to ...
9394 (get_largest_timeout): ... here. New procedure.
9395
93962015-04-14 Luis Machado <lgustavo@codesourcery.com>
9397
9398 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9399
94002015-04-13 Luis Machado <lgustavo@codesourcery.com>
9401
9402 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9403 to write to the .text section.
9404
94052015-04-13 Luis Machado <lgustavo@codesourcery.com>
9406
9407 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9408 Handle the case of targets that do not provide PID information.
9409
94102015-04-13 Yao Qi <yao.qi@linaro.org>
9411
9412 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9413 and use expect instead of gdb_expect.
9414
94152015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9416
9417 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9418 "coredump_var_addr" to avoid naming conflict with other testcases.
9419
94202015-04-10 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9423 gdb_test_sequence and gdb_assert.
9424
94252015-04-10 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9428 test messages that don't include the breakpoint address.
9429
94302015-04-10 Yao Qi <yao.qi@linaro.org>
9431
9432 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9433 false for some offset and width combinations which aren't
9434 supported by linux kernel.
9435
94362015-04-10 Pedro Alves <palves@redhat.com>
9437
9438 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9439 procedure, factored out from ...
9440 (top level): ... here. Add "set displaced-stepping" testing axis.
9441 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9442 parameter "displaced". Use it.
9443 (top level): Use foreach and add "set displaced-stepping" testing
9444 axis.
9445
94462015-04-10 Pedro Alves <palves@redhat.com>
9447
9448 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9449 Remove comment.
9450 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9451 both the address of the instruction that triggers the watchpoint
9452 and the address of the instruction immediately after, and use
9453 those addresses for the test. Fix comment.
9454
94552015-04-10 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.base/sigstep.exp (breakpoint_to_handler)
9458 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9459 Test "backtrace" in handler.
9460 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9461 (top level): Add new "displaced" test axis to
9462 breakpoint_to_handler, breakpoint_to_handler_entry and
9463 breakpoint_over_handler.
9464
94652015-04-10 Pedro Alves <palves@redhat.com>
9466
9467 PR gdb/18216
9468 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9469
94702015-04-10 Yao Qi <yao.qi@linaro.org>
9471
9472 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9473 (test_add_rn_pc): New function.
9474 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9475 (top level): Invoke test_add_rn_pc.
9476
94772015-04-10 Pedro Alves <palves@redhat.com>
9478
9479 PR gdb/13858
9480 * gdb.base/step-over-no-symbols.exp: New file.
9481
94822015-04-09 Andy Wingo <wingo@igalia.com>
9483
9484 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9485 after the Python tests.
9486
94872015-04-08 Keith Seitz <keiths@redhat.com>
9488
9489 PR python/16699
9490 * gdb.python/py-completion.exp: New tests for completion.
9491 * gdb.python/py-completion.py (CompleteLimit1): New class.
9492 (CompleteLimit2): Likewise.
9493 (CompleteLimit3): Likewise.
9494 (CompleteLimit4): Likewise.
9495 (CompleteLimit5): Likewise.
9496 (CompleteLimit6): Likewise.
9497 (CompleteLimit7): Likewise.
9498
94992015-04-08 Pedro Alves <palves@redhat.com>
9500
9501 PR gdb/18214
9502 PR gdb/18216
9503 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9504 function.
9505 (main): Install it as SIGUSR1 handler.
9506 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9507 parameter. Always use "setup" as prefix. Toggle "set
9508 displaced-stepping" off/on depending on global. Don't switch to
9509 thread 1 here.
9510 (top level): Add displaced stepping "off/on" test axis. Update
9511 "setup" calls. Wrap each subtest with with_test_prefix. Test
9512 continuing with a queued signal in each thread.
9513
95142015-04-08 Pedro Alves <palves@redhat.com>
9515
9516 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9517 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9518 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9519 Return early if running to main fails.
9520 * gdb.trace/while-stepping.exp: Likewise.
9521
95222015-04-07 Pedro Alves <palves@redhat.com>
9523
9524 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9525 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9526 interact with inferior program.
9527
95282015-04-07 Pedro Alves <palves@redhat.com>
9529
9530 * lib/gdb.exp (inferior_spawn_id): New global.
9531 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9532 spawn id after processing the user code.
9533 (default_gdb_start): Set inferior_spawn_id.
9534 (send_inferior): New procedure.
9535 * lib/gdbserver-support.exp (gdbserver_start): Set
9536 inferior_spawn_id.
9537 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9538
95392015-04-07 Pedro Alves <palves@redhat.com>
9540
9541 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9542 * lib/gdbserver-support.exp (gdbserver_start): Make
9543 $server_spawn_id global.
9544 (gdbserver_start): Don't wait for gdbserver's spawn id with
9545 expect_background.
9546 (close_gdbserver): New procedure.
9547 (gdb_exit): Rename the default version and reimplement.
9548
95492015-04-07 Pedro Alves <palves@redhat.com>
9550
9551 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9552 append the substituted item, not the original item.
9553
95542015-04-07 Pedro Alves <palves@redhat.com>
9555
9556 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9557 gdb_expect.
9558
95592015-04-07 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9562 output appearing once only.
9563
95642015-04-07 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9567 that doesn't expect anything. Return early if running to main
9568 fails.
9569
95702015-04-07 Yao Qi <yao.qi@linaro.org>
9571
9572 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9573 (child_function): Call alarm.
9574 (main): Move call to alarm into the loop.
9575 * gdb.threads/non-stop-fair-events.exp: Build program with
9576 -DTIMEOUT=$timeout.
9577
95782015-04-06 Doug Evans <xdje42@gmail.com>
9579
9580 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9581 Fix dest parameter to board_info.
9582 (fpc_compile): Ditto.
9583 (gdb_compile_pascal): Rename dest arg to destfile.
9584
95852015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9586
9587 * gdb.ada/funcall_ref.exp: New file.
9588 * gdb.ada/funcall_ref/foo.adb: New file.
9589
95902015-04-02 Yao Qi <yao.qi@linaro.org>
9591
9592 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9593 is remote.
9594
95952015-04-02 Gary Benson <gbenson@redhat.com>
9596
9597 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9598
95992015-04-01 Sasha Smundak <asmundak@google.com>
9600
9601 * gdb.python/py-unwind-maint.c: New file.
9602 * gdb.python/py-unwind-maint.exp: New test.
9603 * gdb.python/py-unwind-maint.py: New file.
9604 * gdb.python/py-unwind.c: New file.
9605 * gdb.python/py-unwind.exp: New test.
9606 * gdb.python/py-unwind.py: New test.
9607
96082015-04-01 Pedro Alves <palves@redhat.com>
9609
9610 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9611 to fail instead of non-existent $test.
9612
96132015-04-01 Pedro Alves <palves@redhat.com>
9614
9615 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9616 GDBFLAGS if not empty.
9617
96182015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9619
9620 * gdb.ada/complete.exp: Remove "multi_line".
9621 * gdb.ada/info_exc.exp: Remove "multi_line".
9622 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9623 * gdb.ada/ptype_field.exp: Remove "multi_line".
9624 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9625 * gdb.ada/tagged.exp: Remove "multi_line".
9626 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9627 [multi_line ...]
9628 * gdb.btrace/delta.exp: Likewise.
9629 * gdb.btrace/exception.exp: Likewise.
9630 * gdb.btrace/function_call_history.exp: Likewise.
9631 * gdb.btrace/instruction_history.exp: Likewise.
9632 * gdb.btrace/nohist.exp: Likewise.
9633 * gdb.btrace/record_goto.exp: Likewise.
9634 * gdb.btrace/segv.exp: Likewise.
9635 * gdb.btrace/stepi.exp: Likewise.
9636 * gdb.btrace/tailcall.exp: Likewise.
9637 * gdb.btrace/unknown_functions.exp: Likewise.
9638 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9639 * lib/gdb.exp: Add the "multi_line" helper.
9640
96412015-04-01 Pedro Alves <palves@redhat.com>
9642
9643 * gdb.threads/tid-reuse.c: New file.
9644 * gdb.threads/tid-reuse.exp: New file.
9645
96462015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9647
9648 PR corefiles/16092
9649 * gdb.base/coredump-filter.c: New file.
9650 * gdb.base/coredump-filter.exp: Likewise.
9651
96522015-03-27 Petr Machata <pmachata@redhat.com>
9653
9654 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9655 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9656 (Dwarf::assemble): Initialize them.
9657 (Dwarf::lines): New function.
9658
96592015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9660
9661 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9662 SYMBOL_PREFIX for x86_64-*-cygwin.
9663
96642015-03-26 Andy Wingo <wingo@igalia.com>
9665
9666 PR symtab/18148
9667 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9668 const_value but not a location.
9669 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9670 location defined in non-main CUs are visible.
9671
96722015-03-26 Yao Qi <yao.qi@linaro.org>
9673
9674 PR testsuite/18139
9675 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9676 Add a line number entry for the same line.
9677 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9678 Add a line number entry for the same line.
9679
96802015-03-26 Yao Qi <yao.qi@linaro.org>
9681
9682 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9683 .int 0.
9684 (func): Likewise. Add .Lfunc_1 label.
9685 Use .Lfunc_1 label.
9686 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9687 .int 0.
9688 (func): Likewise.
9689 Use .Lfunc_1 label.
9690
96912015-03-26 Yao Qi <yao.qi@linaro.org>
9692
9693 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9694 Call gdb_compile instead to compile each .s files without debug
9695 information.
9696
96972015-03-26 Yao Qi <yao.qi@linaro.org>
9698
9699 * gdb.base/savedregs.exp (process_saved_regs): Make
9700 "Saved registers:" optional in the pattern.
9701
97022015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9703
9704 * gdb.btrace/next.exp: Merged into step.exp.
9705 * gdb.btrace/finish.exp: Merged into step.exp.
9706 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9707 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9708 "record goto" and checking the exact replay position.
9709 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9710 check for "Recording format" in "info record" output.
9711 * gdb.btrace/record_goto.exp: Choose test file based on target.
9712 * gdb.btrace/x86-record_goto.S: Renamed into ...
9713 * gdb.btrace/x86_64-record_goto.S: ... this.
9714 * gdb.btrace/i686-record_goto.S: New.
9715 * gdb.btrace/x86-tailcall.S: Renamed into ...
9716 * gdb.btrace/x86_64-tailcall.S: ... this.
9717 * gdb.btrace/i686-tailcall.S: New.
9718 * gdb.btrace/x86-tailcall.c: Renamed into ...
9719 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9720 separate statements. Update test.
9721 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9722 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9723 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9724 * gdb.btrace/tailcall.exp: Choose test file based on target.
9725 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9726
97272015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9728
9729 * gdb.btrace/exception.exp: Increase BTS buffer size.
9730
97312015-03-24 Pedro Alves <palves@redhat.com>
9732
9733 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9734
97352015-03-24 Pedro Alves <palves@redhat.com>
9736
9737 * gdb.threads/schedlock.exp (test_step): No longer expect that
9738 "set scheduler-locking step" with "next" over a function call runs
9739 threads unlocked.
9740
97412015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9742
9743 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9744
97452015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9746
9747 PR breakpoints/16466
9748 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9749 * gdb.mi/mi-pending.c (thread_func): New function.
9750 (int main): Add threading support required.
9751 * gdb.mi/mi-pending.exp: Add tests for this issue.
9752 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9753 (pendfunc2): Remove stdio dependency.
9754 * gdb.mi/mi-pendshr2.c: New file.
9755
97562015-03-23 Keith Seitz <keiths@redhat.com>
9757
9758 * gdb.linespec/keywords.c: New file.
9759 * gdb.linespec/keywords.exp: New file.
9760
97612015-03-23 Keith Seitz <keiths@redhat.com>
9762
9763 PR gdb/18021
9764 * gdb.dwarf2/staticvirtual.exp: New test.
9765
97662015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9767
9768 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9769 * README: Remove HP-UX and gdb.hp.
9770 (configuration):
9771 * configure: Regenerate.
9772 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9773 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9774 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9775 gdb.hp/gdb.defects/Makefile.
9776 * gdb.hp/Makefile.in: File deleted.
9777 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9778 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9779 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9780 * gdb.hp/gdb.aCC/run.c: File deleted.
9781 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9782 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9783 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9784 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9785 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9786 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9787 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9788 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9789 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9790 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9791 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9792 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9793 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9794 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9795 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9796 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9797 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9798 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9799 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9800 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9801 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9802 * gdb.hp/gdb.compat/average.c: File deleted.
9803 * gdb.hp/gdb.compat/sum.c: File deleted.
9804 * gdb.hp/gdb.compat/xdb.c: File deleted.
9805 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9806 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9807 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9808 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9809 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9810 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9811 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9812 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9813 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9814 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9815 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9816 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9817 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9818 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9819 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9820 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9821 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9822 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9823 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9824 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9825 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9826 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9827 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9828 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9829 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9830 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9831 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9832 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9833 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9834 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9835 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9836 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9837 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9838 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9839 * gdb.hp/tools/odump: File deleted.
9840
98412015-03-19 Pedro Alves <palves@redhat.com>
9842
9843 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9844 (saw_thread_3): New globals.
9845 (top level): Increment them when an event for the corresponding
9846 thread is seen.
9847 (no thread starvation): New test.
9848
98492015-03-19 Pedro Alves <palves@redhat.com>
9850
9851 * gdb.threads/continue-pending-status.c: New file.
9852 * gdb.threads/continue-pending-status.exp: New file.
9853
98542015-03-18 Pedro Alves <palves@redhat.com>
9855
9856 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9857 Use gdb_is_target_remote instead of is_remote. Use
9858 gdb_test_multiple instead of gdb_expect. Exit early if
9859 gdb_test_multiple hits its internal matches. Tighten stepi tests
9860 expected output. Fail on exit with any signal, instead of just
9861 SIGILL.
9862
98632015-03-18 Yao Qi <yao.qi@linaro.org>
9864
9865 PR tdep/18107
9866 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9867 variable.
9868 * gdb.base/catch-syscall.exp: Don't skip it on
9869 aarch64*-*-linux* target. Remove elements in all_syscalls.
9870 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9871 target.
9872 (setup_all_syscalls): New proc.
9873
98742015-03-16 Yao Qi <yao.qi@linaro.org>
9875
9876 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9877 (top level): Skip tests if valid_addr_p returns false for
9878 $cmd1 or $cmd2.
9879
98802015-03-11 Andy Wingo <wingo@igalia.com>
9881
9882 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9883
98842015-03-11 Yao Qi <yao.qi@linaro.org>
9885
9886 * gdb.base/catch-syscall.exp: Fix typo in comments.
9887
98882015-03-11 Yao Qi <yao.qi@linaro.org>
9889
9890 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9891
98922015-03-09 Pedro Alves <palves@redhat.com>
9893
9894 * dg-extract-results.py: Delete.
9895
98962015-03-09 Pedro Alves <palves@redhat.com>
9897
9898 Merge dg-extract-results.sh from GCC upstream (r218843).
9899
9900 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9901 * dg-extract-results.sh: Use --text with grep to avoid issues with
9902 binary files. Fall back to cat -v, if that doesn't work.
9903
99042015-03-05 Pedro Alves <palves@redhat.com>
9905
9906 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9907
99082015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9909
9910 * lib/mi-support.exp (mi_expect_interrupt): Accept
9911 alternative event for when in all-stop mode.
9912
99132015-03-04 Pedro Alves <palves@redhat.com>
9914
9915 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9916
99172015-03-04 Mark Kettenis <kettenis@gnu.org>
9918
9919 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9920
99212015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9922
9923 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9924 regexps for GDB's current line display, accept a hex address
9925 preceding the line number.
9926
99272015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9928
9929 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9930 the 'arch1' variable for "s390*-linux*" targets.
9931
99322015-03-04 Pedro Alves <palves@redhat.com>
9933
9934 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9935 (main): Pass missing retval argument to pthread_join call.
9936
99372015-03-02 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9940 (top level): Call do_test with non-stop as well.
9941
99422015-03-02 Pedro Alves <palves@redhat.com>
9943
9944 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9945 -1.
9946
99472015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9948
9949 * gdb.arch/s390-vregs.exp: New test.
9950 * gdb.arch/s390-vregs.S: New file.
9951
99522015-02-27 Pedro Alves <palves@redhat.com>
9953
9954 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9955 call to catch_command_errors.
9956 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9957 catch_command_errors.
9958
99592015-02-27 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9962 "true" for boolean result.
9963 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9964 prototype of main.
9965
99662015-02-27 Pedro Alves <palves@redhat.com>
9967
9968 * lib/unbuffer_output.c: New file.
9969 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9970 (main): Call gdb_unbuffer_output.
9971
99722015-02-27 Yao Qi <yao.qi@linaro.org>
9973
9974 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9975 target.
9976
99772015-02-26 Doug Evans <dje@google.com>
9978
9979 * gdb.cp/class2.cc (Dbase, D): New classes.
9980 (main): New local delta.
9981 * gdb.cp/class2.exp: Test printing delta.
9982 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9983 (dynbar): New global.
9984 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9985
99862015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9987
9988 * gdb.compile/compile-ifunc.c: New file.
9989 * gdb.compile/compile-ifunc.exp: New file.
9990
99912015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9992
9993 * gdb.base/structs.exp: Check for correct struct on finish.
9994
99952015-02-26 Yao Qi <yao.qi@linaro.org>
9996
9997 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9998 is zero.
9999
100002015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10001
10002 * gdb.arch/cordic.ko.bz2: New file.
10003 * gdb.arch/cordic.ko.debug.bz2: New file.
10004 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10005
100062015-02-25 Yao Qi <yao.qi@linaro.org>
10007
10008 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10009 aarch64*-*-* target.
10010
100112015-02-23 Pedro Alves <palves@redhat.com>
10012
10013 * lib/gdb.exp (delete_breakpoints): Rewrite using
10014 gdb_test_multiple.
10015
100162015-02-23 Pedro Alves <palves@redhat.com>
10017
10018 * gdb.base/info-os.c: Include stdlib.h.
10019
100202015-02-22 Doug Evans <xdje42@gmail.com>
10021
10022 PR symtab/17855
10023 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10024 is read after symbols have been re-read.
10025 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10026 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10027
100282015-02-21 Doug Evans <dje@google.com>
10029
10030 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10031
100322015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10033
10034 PR corefiles/17808
10035 * gdb.arch/i386-biarch-core.core.bz2: New file.
10036 * gdb.arch/i386-biarch-core.exp: New file.
10037
100382015-02-21 Pedro Alves <palves@redhat.com>
10039
10040 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10041 runto_main fails.
10042
100432015-02-20 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10046 info probes.
10047
100482015-02-20 Pedro Alves <palves@redhat.com>
10049
10050 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10051
100522015-02-20 Pedro Alves <palves@redhat.com>
10053
10054 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10055 clean_restart before gdb_target_supports_trace.
10056
100572015-02-20 Pedro Alves <palves@redhat.com>
10058
10059 PR threads/18006
10060 * gdb.threads/clone-thread_db.c: New file.
10061 * gdb.threads/clone-thread_db.exp: New file.
10062
100632015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10064
10065 PR breakpoints/16812
10066 * gdb.base/catch-gdb-caused-signals.c: New file.
10067 * gdb.base/catch-gdb-caused-signals.exp: New file.
10068
100692015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10070
10071 * configure: Regenerated.
10072 * configure.ac: Use GDB_AC_TRANSFORM.
10073 * aclocal.m4: sinclude ../transform.m4.
10074
100752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10076
10077 * lib/dtrace.exp: New file.
10078 * gdb.base/dtrace-probe.exp: Likewise.
10079 * gdb.base/dtrace-probe.d: Likewise.
10080 * gdb.base/dtrace-probe.c: Likewise.
10081 * lib/pdtrace.in: Likewise.
10082 * configure.ac: Output variables with the transformed names of
10083 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10084 * configure: Regenerated.
10085
100862015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10087
10088 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10089 expected message when trying to access $_probe_* convenience
10090 variables while not on a probe.
10091
100922015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10093
10094 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10095
100962015-02-11 Pedro Alves <pedro@codesourcery.com>
10097
10098 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10099 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10100
101012015-02-10 Doug Evans <xdje42@gmail.com>
10102
10103 * lib/gdb.exp (gdb_load): Always return a result.
10104
101052015-02-10 Pedro Alves <palves@redhat.com>
10106
10107 * gdb.threads/signal-sigtrap.c: New file.
10108 * gdb.threads/signal-sigtrap.exp: New file.
10109
101102015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10111
10112 * gdb.trace/no-attach-trace.c: New file.
10113 * gdb.trace/no-attach-trace.exp: New file.
10114
101152015-02-09 Mark Wielaard <mjw@redhat.com>
10116
10117 * gdb.dwarf2/atomic.c: New file.
10118 * gdb.dwarf2/atomic-type.exp: Likewise.
10119
101202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10121
10122 * gdb.btrace/buffer-size.exp: Update "info record" output.
10123 * gdb.btrace/delta.exp: Update "info record" output.
10124 * gdb.btrace/enable.exp: Update "info record" output.
10125 * gdb.btrace/finish.exp: Update "info record" output.
10126 * gdb.btrace/instruction_history.exp: Update "info record" output.
10127 * gdb.btrace/next.exp: Update "info record" output.
10128 * gdb.btrace/nexti.exp: Update "info record" output.
10129 * gdb.btrace/step.exp: Update "info record" output.
10130 * gdb.btrace/stepi.exp: Update "info record" output.
10131 * gdb.btrace/nohist.exp: Update "info record" output.
10132
101332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10134
10135 * gdb.btrace/buffer-size: New.
10136
101372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10138
10139 * gdb.btrace/delta.exp: Update "info record" output.
10140 * gdb.btrace/enable.exp: Update "info record" output.
10141 * gdb.btrace/finish.exp: Update "info record" output.
10142 * gdb.btrace/instruction_history.exp: Update "info record" output.
10143 * gdb.btrace/next.exp: Update "info record" output.
10144 * gdb.btrace/nexti.exp: Update "info record" output.
10145 * gdb.btrace/step.exp: Update "info record" output.
10146 * gdb.btrace/stepi.exp: Update "info record" output.
10147 * gdb.btrace/nohist.exp: Update "info record" output.
10148
101492015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10150
10151 PR gdb/15678
10152 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10153
101542015-02-06 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10157 macro.
10158 (seconds_left, again): New globals.
10159 (main): Wait seconds_left in a 1-second sleep loop instead of
10160 sleeping 180 seconds. If 'again' is set, reset the seconds
10161 counter.
10162 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10163 'again' in the inferior before detaching. Print the seconds left.
10164 (options): New global.
10165 (top level): Build program with -DTIMEOUT=$timeout.
10166
101672015-02-06 Pedro Alves <palves@redhat.com>
10168
10169 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10170 determine how many seconds to pass to 'alarm'.
10171 * gdb.base/gdb-sigterm.exp (top level): Build program with
10172 -DTIMEOUT=$timeout.
10173 (do_test): Return success/failure indication. Add more verbose
10174 logging. Don't fail if 200 single steps are seen. Instead, fail
10175 when the test times out.
10176 (passes): New global.
10177 (top level): Break the testing loop if testing fails on any
10178 iteration. Use gdb_assert.
10179
101802015-02-04 Don Breazeal <donb@codesourcery.com>
10181
10182 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10183 and initialize them.
10184 (ipc_cleanup): New function.
10185 (main): Don't declare shmid, semid, and msqid. Add a call to
10186 atexit so that we call ipc_cleanup on exit.
10187
101882015-02-04 Pedro Alves <palves@redhat.com>
10189
10190 * boards/native-extended-gdbserver.exp: Remove any target variant
10191 specifications from the board name before clearing the isremote
10192 flag from board_info.
10193
101942015-01-31 Doug Evans <xdje42@gmail.com>
10195
10196 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10197
101982015-01-31 Gary Benson <gbenson@redhat.com>
10199
10200 * gdb.base/completion.exp: Disable completion limiting for
10201 existing tests. Add new tests to check completion limiting.
10202 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10203
102042015-01-31 Doug Evans <xdje42@gmail.com>
10205
10206 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10207
102082015-01-31 Doug Evans <xdje42@gmail.com>
10209
10210 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10211 entries. Duplicate file section script entries.
10212 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10213 inlined entries. Add test for safe-path rejection.
10214 * gdb.python/py-section-script.c: Add duplicate inlined section script
10215 entries. Duplicate file section script entries.
10216 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10217 inlined entries. Add test for safe-path rejection.
10218
102192015-01-29 Joel Brobecker <brobecker@adacore.com>
10220
10221 * gdb.ada/disc_arr_bound: New testcase.
10222
102232015-01-29 Joel Brobecker <brobecker@adacore.com>
10224
10225 * gdb.ada/mi_var_array: New testcase.
10226
102272015-01-27 Doug Evans <dje@google.com>
10228
10229 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10230 Add test for objfile.filename, objfile.username after objfile
10231 has been unloaded.
10232
102332015-01-26 Joel Brobecker <brobecker@adacore.com>
10234
10235 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10236 the second test to print the name attribute of value
10237 returned by the call to gdb.lookup_type, and adjust
10238 the expected output accordingly.
10239
102402015-01-25 Mark Wielaard <mjw@redhat.com>
10241
10242 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10243 * gdb.base/disp-step-fork.c: Include unistd.h.
10244 * gdb.base/siginfo-obj.c: Include stdio.h.
10245 * gdb.base/siginfo-thread.c: Likewise.
10246 * gdb.mi/non-stop.c: Include unistd.h.
10247 * gdb.mi/nsthrexec.c: Include stdio.h.
10248 * gdb.mi/pthreads.c: Include unistd.h.
10249 * gdb.modula2/unbounded1.c (main): Declare returns int.
10250 * gdb.reverse/consecutive-reverse.c: Likewise.
10251 * gdb.threads/create-fail.c: Include unistd.h.
10252 * gdb.threads/killed.c: Likewise.
10253 * gdb.threads/linux-dp.c: Likewise.
10254 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10255 * gdb.threads/non-ldr-exc-2.c: Likewise.
10256 * gdb.threads/non-ldr-exc-3.c: Likewise.
10257 * gdb.threads/non-ldr-exc-4.c: Likewise.
10258 * gdb.threads/pthreads.c: Include unistd.h.
10259 (main): Declare returns int.
10260 * gdb.threads/tls-main.c (foo): New declaration.
10261 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10262
102632015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10264
10265 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10266 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10267
102682015-01-15 Mark Wielaard <mjw@redhat.com>
10269
10270 * gdb.base/noreturn-return.c: New file.
10271 * gdb.base/noreturn-return.exp: New file.
10272 * gdb.base/noreturn-finish.c: New file.
10273 * gdb.base/noreturn-finish.exp: New file.
10274
102752015-01-23 Pedro Alves <palves@redhat.com>
10276
10277 * gdb.threads/continue-pending-after-query.c: New file.
10278 * gdb.threads/continue-pending-after-query.exp: New file.
10279
102802015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10281 Simon Marchi <simon.marchi@ericsson.com>
10282
10283 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10284 * gdb.base/valgrind-db-attach.exp: Same.
10285 * gdb.base/valgrind-infcall.exp: Same.
10286 * lib/mi-support.exp (default_mi_gdb_start): Same.
10287 * lib/prompt.exp (default_prompt_gdb_start): Same.
10288 * lib/gdb.exp (default_gdb_spawn): Same.
10289 (gdb_interact): New.
10290
10291
102922015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10293
10294 * gdb.compile/compile.exp (pointer to jit function): New test.
10295
102962015-01-17 Wei-cheng Wang <cole945@gmail.com>
10297
10298 * lib/gdb.exp (supports_process_record): Return true for
10299 powerpc*-*-linux*.
10300 (supports_reverse): Likewise.
10301
103022015-01-15 Don Breazeal <donb@codesourcery.com>
10303
10304 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10305 instead of checking whether the target board is remote and
10306 use spawn_wait_for_attach instead of exec/sleep.
10307 * gdb.base/attach-twice.exp: Likewise.
10308
103092015-01-15 Joel Brobecker <brobecker@adacore.com>
10310
10311 * gdb.ada/var_arr_attrs: New testcase.
10312
103132015-01-14 Pedro Alves <palves@redhat.com>
10314 Joel Brobecker <brobecker@adacore.com>
10315
10316 PR gdb/17525
10317 * gdb.base/bp-cmds-execution-x-script.c: New file.
10318 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10319 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10320
103212015-01-14 Pedro Alves <palves@redhat.com>
10322
10323 PR cli/17828
10324 * gdb.base/batch-preserve-term-settings.c: New file.
10325 * gdb.base/batch-preserve-term-settings.exp: New file.
10326
103272015-01-13 Doug Evans <dje@google.com>
10328
10329 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10330 binary.
10331
103322015-01-13 Joel Brobecker <brobecker@adacore.com>
10333
10334 * Makefile.in (clean mostlyclean): Do not delete *.py.
10335
103362015-01-13 Joel Brobecker <brobecker@adacore.com>
10337
10338 * gdb.python/py-lookup-type.exp: New file.
10339
103402015-01-12 Pedro Alves <palves@redhat.com>
10341
10342 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10343 restore GDBFLAGS before returning.
10344
103452015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10346
10347 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10348 is_amd64_regs_target and is_x86_like_target.
10349
103502015-01-11 Doug Evans <xdje42@gmail.com>
10351
10352 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10353 is given without an explicit form.
10354 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10355 attributes.
10356 * gdb.dwarf/corrupt.exp: Ditto.
10357 * gdb.dwarf2/enum-type.exp: Ditto.
10358 * gdb.trace/entry-values.exp: Ditto.
10359 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10360
103612015-01-11 Doug Evans <xdje42@gmail.com>
10362
10363 PR gdb/15830
10364 * gdb.base/maint.exp: Remove references to "maint demangle".
10365 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10366 Add tests for explicitly specifying language to demangle.
10367 * gdb.dlang/demangle.exp: Ditto.
10368
103692015-01-09 Pedro Alves <palves@redhat.com>
10370
10371 * gdb.threads/non-stop-fair-events.c: New file.
10372 * gdb.threads/non-stop-fair-events.exp: New file.
10373
103742015-01-09 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10377 the global scope. Set a breakpoint after all threads are started
10378 rather than stepping over two source lines. Expect the prompt.
10379 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10380 global.
10381 (NUM): Now 15.
10382 (main): Use threads_started_barrier to wait for all threads to
10383 start. Main thread no longer calls thread_function. Exit after
10384 180 seconds.
10385 (loop): New function.
10386 (thread_function): Wait on threads_started_barrier barrier. Call
10387 'loop' at each iteration.
10388 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10389 threads have started, instead of hardcoding number of "next"
10390 steps. Use an access watchpoint instead of a write watchpoint.
10391
103922015-01-09 Pedro Alves <palves@redhat.com>
10393
10394 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10395 (thread_func): Wait on barrier.
10396 (main): Wait for all threads to start before stopping GDB.
10397 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10398 global.
10399 (thread1_func, thread2_func): Wait on barrier.
10400 (main): Wait for all threads to start before stopping GDB.
10401 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10402 New global.
10403 (thread1_func, thread2_func): Wait on barrier.
10404 (main): Wait for all threads to start before stopping GDB.
10405
104062015-01-09 Pedro Alves <palves@redhat.com>
10407
10408 * gdb.threads/attach-many-short-lived-threads.c: New file.
10409 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10410
104112014-01-09 Pedro Alves <palves@redhat.com>
10412
10413 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10414 instead of to thread 2.
10415 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10416 Add barrier around each pthread_create call instead of around all
10417 calls.
10418 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10419 Set a break on thread_function and have the child threads hit it
10420 one at at a time.
10421
104222015-01-09 Pedro Alves <palves@redhat.com>
10423
10424 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10425 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10426 false.
10427 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10428 checking whether the target board is remote.
10429 * gdb.multi/multi-attach.exp: Likewise.
10430 * gdb.python/py-sync-interp.exp: Likewise.
10431 * gdb.server/ext-attach.exp: Likewise.
10432 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10433 tests that need to attach, instead of checking whether the target
10434 board is remote at the top of the file.
10435
104362015-01-08 Yao Qi <yao@codesourcery.com>
10437
10438 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10439
104402015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10441
10442 Fix testcase compilation.
10443 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10444
104452015-01-06 Joel Brobecker <brobecker@adacore.com>
10446
10447 * gdb.python/py-type.exp: Add a couple test about empty
10448 array creation, and negative-length array creation.
10449
104502015-01-02 Doug Evans <xdje42@gmail.com>
10451
10452 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10453
104542015-01-02 Doug Evans <dje@google.com>
10455
10456 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10457
104582014-12-29 Yao Qi <yao@codesourcery.com>
10459
10460 * gdb.trace/entry-values.exp: Update comments. Rename variable
10461 bar_call_foo to returned_from_foo.
10462
104632014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10464
10465 PR gdb/17394
10466 * gdb.linespec/break-asm-file.c: New file.
10467 * gdb.linespec/break-asm-file.exp: New file.
10468 * gdb.linespec/break-asm-file0.s: New file.
10469 * gdb.linespec/break-asm-file1.s: New file.
10470
104712014-12-18 Nigel Stephens <nigel@mips.com>
10472 Maciej W. Rozycki <macro@codesourcery.com>
10473
10474 * gdb.base/float.exp: Handle the new output from "info float" on
10475 MIPS targets.
10476
104772014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10478
10479 Fix MinGW compilation.
10480 * gdb.compile/compile-ops.exp: Update untested message if
10481 !skip_compile_feature_tests.
10482 * gdb.compile/compile-setjmp.exp: Likewise.
10483 * gdb.compile/compile-tls.exp: Likewise.
10484 * gdb.compile/compile.exp: Likewise.
10485 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10486 supported on this host".
10487
104882014-12-16 Doug Evans <xdje42@gmail.com>
10489
10490 * boards/stabs.exp: New file.
10491
104922014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10493
10494 * gdb.base/completion.exp: Adjust to format changes of "maint
10495 print user-registers".
10496
104972014-12-16 Catalin Udma <catalin.udma@freescale.com>
10498
10499 PR server/17457
10500 * gdb.arch/aarch64-fp.c: New file.
10501 * gdb.arch/aarch64-fp.exp: New file.
10502
105032014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10504
10505 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10506 r210637, r210913, r211666, r215400, r215817).
10507
10508 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10509 * dg-extract-results.py: New file.
10510 * dg-extract-results.sh: Use it if the environment seems
10511 suitable.
10512
10513 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10514
10515 * dg-extract-results.py (parse_run): Handle warnings that
10516 are printed before a test harness is run.
10517
10518 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10519
10520 * dg-extract-results.py (Named): Remove __cmp__ method.
10521 (output_variation): Use a key to sort variation.harnesses.
10522
10523 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10524
10525 * dg-extract-results.py: For Python 3, force sys.stdout to
10526 handle surrogate escape sequences.
10527 (safe_open): New function.
10528 (output_segment, main): Use it.
10529
10530 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10531
10532 * dg-extract-results.py (Prog.result_re): Include options
10533 in test name.
10534
10535 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10536
10537 * dg-extract-results.py (output_variation): Always sort if
10538 do_sum.
10539
105402014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10541
10542 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10543 as long as we get pagination notifications.
10544
105452014-12-15 Jason Merrill <jason@redhat.com>
10546
10547 * Makefile.in (check-gdb.%): Restore.
10548 * README: Mention it.
10549
105502014-12-13 Joel Brobecker <brobecker@adacore.com>
10551
10552 * gdb.ada/str_uninit: New testcase.
10553
105542014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10555
10556 PR symtab/17642
10557 * gdb.base/vla-stub-define.c: New file.
10558 * gdb.base/vla-stub.c: New file.
10559 * gdb.base/vla-stub.exp: New file.
10560
105612014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10562 Jan Kratochvil <jan.kratochvil@redhat.com>
10563 Tom Tromey <tromey@redhat.com>
10564
10565 * configure.ac: Add gdb.compile/.
10566 * configure: Regenerate.
10567 * gdb.compile/Makefile.in: New file.
10568 * gdb.compile/compile-ops.exp: New file.
10569 * gdb.compile/compile-ops.c: New file.
10570 * gdb.compile/compile-tls.c: New file.
10571 * gdb.compile/compile-tls.exp: New file.
10572 * gdb.compile/compile-constvar.S: New file.
10573 * gdb.compile/compile-constvar.c: New file.
10574 * gdb.compile/compile-mod.c: New file.
10575 * gdb.compile/compile-nodebug.c: New file.
10576 * gdb.compile/compile-setjmp-mod.c: New file.
10577 * gdb.compile/compile-setjmp.c: New file.
10578 * gdb.compile/compile-setjmp.exp: New file.
10579 * gdb.compile/compile-shlib.c: New file.
10580 * gdb.compile/compile.c: New file.
10581 * gdb.compile/compile.exp: New file.
10582 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10583
105842014-12-12 Tom Tromey <tromey@redhat.com>
10585
10586 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10587 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10588
105892014-12-12 Doug Evans <dje@google.com>
10590
10591 * lib/gdb-python.exp (get_python_valueof): New function.
10592 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10593
105942014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10595
10596 * gdb.base/completion.exp: Add test for completion of "info
10597 registers ".
10598
105992014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10600
10601 * gdb.base/func-ptrs.c: New file.
10602 * gdb.base/func-ptrs.exp: New file.
10603
106042014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10605
10606 PR breakpoints/17012
10607 * gdb.base/dprintf-detach.c: New file.
10608 * gdb.base/dprintf-detach.exp: New file.
10609
106102014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10611
10612 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10613 * lib/gdb.exp (target_is_gdbserver): New procedure.
10614
106152014-12-08 Doug Evans <dje@google.com>
10616
10617 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10618
106192014-12-05 Yao Qi <yao@codesourcery.com>
10620
10621 * gdb.guile/scm-error.exp: Remove the third argument to
10622 gdb_remote_download.
10623 * gdb.guile/scm-frame-args.exp: Likewise.
10624 * gdb.guile/scm-section-script.exp: Likewise.
10625
106262014-12-05 Yao Qi <yao@codesourcery.com>
10627
10628 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10629
106302014-12-04 Doug Evans <dje@google.com>
10631
10632 * gdb.python/py-objfile.exp: Add tests for
10633 objfile.add_separate_debug_file.
10634
106352014-12-04 Doug Evans <dje@google.com>
10636
10637 * lib/gdb.exp (get_build_id): New function.
10638 (build_id_debug_filename_get): Rewrite to use it.
10639 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10640
106412014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10642
10643 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10644 `method(long)', not just 0x0.
10645 * gdb.cp/nsalias.exp: Align code labels to 4.
10646 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10647 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10648 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10649 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10650 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10651 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10652
106532014-12-02 Doug Evans <dje@google.com>
10654
10655 PR symtab/17602
10656 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10657 * gdb.cp/anon-ns2.cc: ... here. New file.
10658 * gdb.cp/anon-ns.exp: Update.
10659
106602014-12-02 Nick Bull <nicholaspbull@gmail.com>
10661
10662 * gdb.python/py-events.py (inferior_call_handler): New.
10663 (register_changed_handler, memory_changed_handler): New.
10664 (test_events.invoke): Register new handlers.
10665 * gdb.python/py-events.exp: Add tests for inferior call,
10666 memory_changed and register_changed events.
10667
106682014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10669
10670 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10671 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10672 if the linker doesn't understand this.
10673
106742014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10675
10676 * gdb.python/python.exp: Change expected reply to help().
10677
106782014-12-01 Yao Qi <yao@codesourcery.com>
10679
10680 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10681 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10682 * configure: Re-generated.
10683
106842014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10685
10686 * gdb.cp/chained-calls.cc: New file.
10687 * gdb.cp/chained-calls.exp: New file.
10688 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10689
106902014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10691
10692 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10693 * gdb.dwarf2/symtab-producer.exp: Same.
10694 * gdb.gdb/python-interrupts.exp: Same.
10695 * gdb.gdb/python-selftest.exp: Same.
10696 * gdb.python/py-linetable.exp: Same.
10697 * gdb.python/py-type.exp: Same.
10698 * gdb.python/py-value-cc.exp: Same.
10699 * gdb.python/py-value.exp: Same.
10700
107012014-11-28 Yao Qi <yao@codesourcery.com>
10702
10703 * gdb.base/break-probes.exp: Match library name prefixed with
10704 sysroot.
10705
107062014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10707
10708 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10709 test expected output. Add parentheses for the call to print.
10710 Remove L suffix from integers.
10711
107122014-11-26 Doug Evans <dje@google.com>
10713
10714 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10715
107162014-11-22 Yao Qi <yao@codesourcery.com>
10717
10718 * gdb.trace/entry-values.c: Remove asms.
10719 (foo): Add foo_label.
10720 (bar): Add bar_label.
10721 * gdb.trace/entry-values.exp: Remove code computing foo's
10722 length and bar's length.
10723 (Dwarf::assemble): Invoke function_range for bar and use
10724 MACRO_AT_func for foo.
10725
107262014-11-22 Yao Qi <yao@codesourcery.com>
10727
10728 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10729 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10730 Use .Lgcc43_procstart instead of gcc43.
10731
107322014-11-21 Joel Brobecker <brobecker@adacore.com>
10733
10734 * gdb.ada/n_arr_bound: New testcase.
10735
107362014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10737
10738 PR breakpoints/10737
10739 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10740 test_catch_syscall_multi_arch.
10741 (test_catch_syscall_multi_arch): New function.
10742
107432014-11-20 Doug Evans <xdje42@gmail.com>
10744
10745 * gdb.base/maint.exp: Update expected output.
10746
107472014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10748
10749 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10750 4-byte instruction on S390.
10751
107522014-11-19 Joel Brobecker <brobecker@adacore.com>
10753
10754 * gdb.ada/arr_arr: New testcase.
10755
107562014-11-19 Joel Brobecker <brobecker@adacore.com>
10757
10758 * gdb.ada/pkd_arr_elem: New Testcase.
10759
107602014-11-18 Luis Machado <lgustavo@codesourcery.com>
10761
10762 * gdb.reverse/break-precsave: Expect completion message for
10763 core file reads.
10764 * gdb.reverse/consecutive-precsave.exp: Likewise.
10765 * gdb.reverse/finish-precsave.exp: Likewise.
10766 * gdb.reverse/i386-precsave.exp: Likewise.
10767 * gdb.reverse/machinestate-precsave.exp: Likewise.
10768 * gdb.reverse/sigall-precsave.exp: Likewise.
10769 * gdb.reverse/solib-precsave.exp: Likewise.
10770 * gdb.reverse/step-precsave.exp: Likewise.
10771 * gdb.reverse/until-precsave.exp: Likewise.
10772 * gdb.reverse/watch-precsave.exp: Likewise.
10773
107742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10775
10776 * gdb.base/bp-permanent.c: Include unistd.h.
10777 * gdb.python/py-framefilter-mi.c (main): Add return type.
10778 * gdb.python/py-framefilter.c (main): Likewise.
10779 * gdb.trace/actions-changed.c (main): Likewise.
10780
107812014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10782
10783 * gdb.mi/until.c: Add eye-catchers.
10784 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10785 line numbers.
10786
107872014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10788
10789 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10790 function header variants in break1.c.
10791 * gdb.base/ena-dis-br.exp: Likewise.
10792 * gdb.base/hbreak2.exp: Likewise.
10793 * gdb.reverse/until-precsave.exp: Drop references to removed
10794 non-prototype function header variants in ur1.c.
10795 * gdb.reverse/until-reverse.exp: Likewise.
10796
107972014-11-17 Petr Machata <pmachata@redhat.com>
10798
10799 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10800 ${_cu_offset_size} bytes abbrev offset.
10801
108022014-11-15 Doug Evans <xdje42@gmail.com>
10803
10804 PR symtab/17559
10805 * gdb.base/line-symtabs.exp: New file.
10806 * gdb.base/line-symtabs.c: New file.
10807 * gdb.base/line-symtabs.h: New file.
10808
108092014-11-14 Yao Qi <yao@codesourcery.com>
10810
10811 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10812 (func): Add label func_label.
10813 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10814 Replace low_pc and high_pc with MACRO_AT_range.
10815 Replace name, low_pc and high_pc with MACRO_AT_func.
10816
108172014-11-14 Yao Qi <yao@codesourcery.com>
10818
10819 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10820 Replace name, low_pc and high_pc with MACRO_AT_func.
10821
108222014-11-14 Yao Qi <yao@codesourcery.com>
10823
10824 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10825 produce debug information.
10826 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10827
108282014-11-14 Yao Qi <yao@codesourcery.com>
10829
10830 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10831 object and get function length.
10832 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10833 with MACRO_AT_func.
10834 (top-level): Replace gdb_compile and clean_restart with
10835 prepare_for_testing.
10836 * gdb.dwarf2/main.c (main): Add label main_label.
10837
108382014-11-14 Yao Qi <yao@codesourcery.com>
10839
10840 * lib/dwarf.exp (function_range): New procedure.
10841 (Dwarf::_handle_macro_at_func): New procedure.
10842 (Dwarf::_handle_macro_at_range): New procedure.
10843 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10844
108452014-11-14 Yao Qi <yao@codesourcery.com>
10846
10847 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10848 (_handle_attribute): New procedure.
10849
108502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10851
10852 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10853 * gdb.base/call-sc.c (zed): Likewise.
10854 * gdb.base/checkpoint.c (main): Likewise.
10855 * gdb.base/dump.c (main): Likewise.
10856 * gdb.base/gcore.c (main): Likewise.
10857 * gdb.base/huge.c (main): Likewise.
10858 * gdb.base/multi-forks.c (main): Likewise.
10859 * gdb.base/pr10179-a.c (main): Likewise.
10860 * gdb.base/savedregs.c (main): Likewise.
10861 * gdb.base/sigaltstack.c (main): Likewise.
10862 * gdb.base/siginfo.c (main): Likewise.
10863 * gdb.base/structs.c (zed): Likewise.
10864 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10865 * gdb.mi/mi-syn-frame.c (main): Likewise.
10866 * gdb.mi/until.c (foo, main): Likewise.
10867 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10868 * gdb.base/solib-weak.c (foo): Declare.
10869 * gdb.base/attach-twice.c: Include stdio.h.
10870 * gdb.base/weaklib1.c: Likewise.
10871 * gdb.base/weaklib2.c: Likewise.
10872 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10873 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10874 unistd.h.
10875 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10876 * gdb.mi/mi-exit-code.c: Likewise.
10877 * gdb.base/break-interp-lib.c: Include string.h.
10878 * gdb.base/coremaker.c: Likewise.
10879 * gdb.base/testenv.c: Likewise.
10880 * gdb.python/py-finish-breakpoint.c: Likewise.
10881 * gdb.base/inferior-died.c: Include sys/wait.h.
10882 * gdb.base/fileio.c: Include time.h.
10883 * gdb.base/async-shell.c: Include unistd.h.
10884 * gdb.base/dprintf-non-stop.c: Likewise.
10885 * gdb.base/info-os.c: Likewise.
10886 * gdb.mi/mi-console.c: Likewise.
10887 * gdb.mi/watch-nonstop.c: Likewise.
10888 * gdb.python/py-events.c: Likewise.
10889 * gdb.base/async.c (baz): Move up before its invocation.
10890 * gdb.base/code_elim2.c (my_global_func): Likewise.
10891 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10892 * gdb.base/advance.c (func2): Likewise.
10893
108942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10895
10896 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10897 variant.
10898 * gdb.base/annota3.c: Likewise.
10899 * gdb.base/async.c: Likewise.
10900 * gdb.base/average.c: Likewise.
10901 * gdb.base/call-ar-st.c: Likewise.
10902 * gdb.base/call-rt-st.c: Likewise.
10903 * gdb.base/call-sc.c: Likewise.
10904 * gdb.base/call-strs.c: Likewise.
10905 * gdb.base/ending-run.c: Likewise.
10906 * gdb.base/execd-prog.c: Likewise.
10907 * gdb.base/exprs.c: Likewise.
10908 * gdb.base/foll-exec.c: Likewise.
10909 * gdb.base/foll-fork.c: Likewise.
10910 * gdb.base/foll-vfork.c: Likewise.
10911 * gdb.base/funcargs.c: Likewise.
10912 * gdb.base/gcore.c: Likewise.
10913 * gdb.base/jump.c: Likewise.
10914 * gdb.base/langs0.c: Likewise.
10915 * gdb.base/langs1.c: Likewise.
10916 * gdb.base/langs2.c: Likewise.
10917 * gdb.base/mips_pro.c: Likewise.
10918 * gdb.base/nodebug.c: Likewise.
10919 * gdb.base/opaque0.c: Likewise.
10920 * gdb.base/opaque1.c: Likewise.
10921 * gdb.base/recurse.c: Likewise.
10922 * gdb.base/run.c: Likewise.
10923 * gdb.base/scope0.c: Likewise.
10924 * gdb.base/scope1.c: Likewise.
10925 * gdb.base/setshow.c: Likewise.
10926 * gdb.base/setvar.c: Likewise.
10927 * gdb.base/shmain.c: Likewise.
10928 * gdb.base/shr1.c: Likewise.
10929 * gdb.base/shr2.c: Likewise.
10930 * gdb.base/sigall.c: Likewise.
10931 * gdb.base/signals.c: Likewise.
10932 * gdb.base/so-indr-cl.c: Likewise.
10933 * gdb.base/solib2.c: Likewise.
10934 * gdb.base/structs.c: Likewise.
10935 * gdb.base/sum.c: Likewise.
10936 * gdb.base/vforked-prog.c: Likewise.
10937 * gdb.base/watchpoint.c: Likewise.
10938 * gdb.reverse/shr2.c: Likewise.
10939 * gdb.reverse/until-reverse.c: Likewise.
10940 * gdb.reverse/ur1.c: Likewise.
10941 * gdb.reverse/watch-reverse.c: Likewise.
10942
109432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10944
10945 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10946 variant.
10947 * gdb.base/sepdebug.exp: Drop references to removed code.
10948
109492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10950
10951 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10952 variant. Preserve original line numbering.
10953 * gdb.base/list1.c: Likewise.
10954
109552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10956
10957 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10958 variant.
10959 * gdb.base/break1.c: Likewise.
10960 * gdb.base/break.exp: Drop references to removed code.
10961
109622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10963
10964 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10965 variant.
10966
109672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10968
10969 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10970
109712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10972
10973 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10974 logic into perform_all_tests() and invoke it with and without
10975 function header prototypes.
10976 (do_function_calls): Remove conditional XFAIL for PR 5318.
10977 (rerun_and_prepare): Remove duplicate code.
10978 (perform_all_tests): New. Main logic moved here.
10979
109802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10981
10982 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10983 code guarded by #ifdef NO_PROTOTYPES.
10984 (t_double_many_args): Likewise.
10985 (DEF_FUNC_MANY_ARGS_1): Likewise.
10986 (DEF_FUNC_VALUES_1): Likewise.
10987 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10988 guarded by #ifdef PROTOTYPES.
10989
109902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10991
10992 * gdb.mi/mi-console.c: Add eye-catcher.
10993 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10994 instead of literal line number.
10995
109962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10997
10998 * gdb.base/shr2.c: Add eye-catcher.
10999 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11000 line number.
11001
110022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11003
11004 * gdb.base/jump.c: Add eye-catchers.
11005 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11006 numbers.
11007
110082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11009
11010 * gdb.base/execd-prog.c: Add eye-catchers.
11011 * gdb.base/foll-exec.c: Likewise.
11012 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11013 line numbers.
11014
110152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11016
11017 * gdb.base/ending-run.c: Add eye-catchers.
11018 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11019 literal line numbers.
11020
110212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11022
11023 * gdb.base/call-rt-st.c: Add eye-catchers.
11024 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11025 literal line numbers.
11026
110272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11028
11029 * gdb.base/call-ar-st.c: Add eye-catchers.
11030 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11031 literal line numbers.
11032
110332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11034
11035 * gdb.base/average.c: Add eye-catchers.
11036 * gdb.base/sum.c: Likewise.
11037 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11038 regexps dynamically.
11039
110402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11041
11042 * gdb.base/solib1.c: Add eye-catchers.
11043 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11044 literal line numbers.
11045
110462014-11-12 Pedro Alves <palves@redhat.com>
11047
11048 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11049 leader has exited.
11050
110512014-11-12 Pedro Alves <palves@redhat.com>
11052
11053 * gdb.arch/i386-bp_permanent.c: New file.
11054 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11055 (srcfile): Set to i386-bp_permanent.c.
11056 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11057 that stepi does not execute the 'leave' instruction, instead of
11058 testing it does execute.
11059 * gdb.base/bp-permanent.c: New file.
11060 * gdb.base/bp-permanent.exp: New file.
11061
110622014-11-10 Doug Evans <xdje42@gmail.com>
11063
11064 PR symtab/17564
11065 * gdb.base/symtab-search-order.exp: New file.
11066 * gdb.base/symtab-search-order.c: New file.
11067 * gdb.base/symtab-search-order-1.c: New file.
11068 * gdb.base/symtab-search-order-shlib-1.c: New file.
11069
110702014-11-07 Pedro Alves <palves@redhat.com>
11071
11072 PR gdb/17511
11073 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11074 i?86-*-linux*.
11075
110762014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11077
11078 PR c++/17494
11079 * gdb.cp/pr17494.cc: New file.
11080 * gdb.cp/pr17494.exp: New file.
11081
110822014-11-02 Yao Qi <yao@codesourcery.com>
11083
11084 * gdb.python/python.exp: Get working directory and match the
11085 output of "set extended-prompt \\w " with it.
11086
110872014-10-30 Doug Evans <dje@google.com>
11088
11089 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11090 in objfiles.
11091 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11092 in progspaces.
11093
110942014-10-30 Janis Johnson <janisjo@codesourcery.com>
11095
11096 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11097 * gdb.base/realname-expand.exp: Likewise.
11098 * gdb.linespec/macro-relative.exp: Likewise.
11099
111002014-10-29 Pedro Alves <palves@redhat.com>
11101
11102 PR gdb/17408
11103 * gdb.threads/schedlock.c (some_function): New function.
11104 (call_function): New global.
11105 (MAYBE_CALL_SOME_FUNCTION): New macro.
11106 (thread_function): Call it.
11107 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11108 and use it instead of a global counter. Adjust all callers.
11109 (get_current_thread): Use "find current thread" for test message
11110 here rather than having all callers pass down the same string.
11111 (goto_loop): New procedure, factored out from ...
11112 (my_continue): ... this.
11113 (step_ten_loops): Change parameter from test message to command to
11114 use. Adjust.
11115 (list_count): Delete global.
11116 (check_result): New procedure, factored out from duplicate top
11117 level code.
11118 (continue tests): Wrap in with_test_prefix.
11119 (test_step): New procedure, factored out from duplicate top level
11120 code.
11121 (top level): Test "step" in combination with all scheduler-locking
11122 modes. Test "next" in combination with all scheduler-locking
11123 modes, and in combination with stepping over a function call or
11124 not.
11125 * gdb.threads/next-bp-other-thread.c: New file.
11126 * gdb.threads/next-bp-other-thread.exp: New file.
11127
111282014-10-29 Pedro Alves <palves@redhat.com>
11129
11130 PR python/17372
11131 * gdb.python/python.exp: Test a multi-line command that spawns
11132 interactive Python.
11133 * gdb.base/multi-line-starts-subshell.exp: New file.
11134
111352014-10-29 Yao Qi <yao@codesourcery.com>
11136
11137 * gdb.base/fileio.exp: Make directories on host.
11138
111392014-10-29 Yao Qi <yao@codesourcery.com>
11140
11141 * gdb.base/fileio.c (test_write): Close the file.
11142
111432014-10-28 Pedro Alves <palves@redhat.com>
11144
11145 PR gdb/12623
11146 * gdb.base/sigstep.c (no_handler): New global.
11147 (main): If 'no_handler is true, set the signal handlers to
11148 SIG_IGN.
11149 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11150 with_sw_watch and no_handler parameters. Handle them.
11151 (top level) <stepping over handler when stopped at a breakpoint
11152 test>: Add a test axis for testing with a software watchpoint, and
11153 another for testing with the signal handler set to SIG_IGN.
11154 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11155 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11156
111572014-10-28 Pedro Alves <palves@redhat.com>
11158
11159 PR gdb/17511
11160 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11161 * gdb.base/sigstep.exp (other_handler_location): New global.
11162 (advance): Support stepping into the signal handler, and running
11163 commands while in the handler.
11164 (in_handler_map): New global.
11165 (top level): In the advance test, add combinations for getting
11166 into the handler with stepping commands, and for running commands
11167 in the handler. Add comment descripting the advancei tests.
11168
111692014-10-28 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.base/sigstep.exp: Use build_executable instead of
11172 prepare_for_testing.
11173 (top level): Move code that starts GDB, runs to main and creates a
11174 display to ...
11175 (restart): ... this new procedure.
11176 (top level): Move backtrace from signal handler test to ...
11177 (validate_backtrace): ... this new procedure.
11178 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11179 with_test_prefix. Always restart GDB.
11180 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11181 with_test_prefix. Always restart GDB. No need to delete
11182 breakpoints after the test.
11183 (test_skip_handler): Remove prefix parameter.
11184 (skip_over_handler, breakpoint_to_handler)
11185 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11186 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11187 restart GDB. No need to delete breakpoints after the test.
11188 (top level): Use foreach to call the test procedures with
11189 different commands.
11190
111912014-10-28 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11194 instead of GNATS numbers.
11195 * gdb.base/sigbpt.exp: Likewise.
11196 * gdb.base/siginfo.exp: Likewise.
11197 * gdb.base/sigstep.exp: Likewise.
11198
111992014-10-27 Pedro Alves <palves@redhat.com>
11200
11201 * gdb.base/sigstep.c (dummy): New global.
11202 (main): Issue a couple writes to the new global.
11203 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11204 procedures.
11205 (skip_over_handler): Use test_skip_handler.
11206 (top level): Call skip_over_handler for stepi and nexti too.
11207 (breakpoint_over_handler): Use test_skip_handler.
11208 (top level): Call breakpoint_over_handler for stepi and nexti too.
11209
112102014-10-27 Yao Qi <yao@codesourcery.com>
11211
11212 * gdb.trace/tfile.c (adjust_function_address)
11213 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11214 function descriptor.
11215
112162014-10-24 Don Breazeal <donb@codesourcery.com>
11217
11218 * gdb.base/foll-fork.exp (test_follow_fork,
11219 catch_fork_child_follow): Check for updated fork messages emitted
11220 from infrun.c.
11221 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11222 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11223 vfork_and_exec_child_follow_through_step): Check for updated vfork
11224 messages emitted from infrun.c.
11225
112262014-10-24 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.base/corefile.exp: Remove references to ultrix.
11229 * gdb.base/interrupt.exp: Likewise.
11230 * gdb.base/whatis.exp: Likewise.
11231 * gdb.gdb/selftest.exp: Likewise.
11232 * gdb.threads/manythreads.exp: Likewise.
11233 * gdb.threads/print-threads.exp: Likewise.
11234 * gdb.threads/pthreads.exp:: Likewise.
11235 * gdb.threads/schedlock.exp: Likewise.
11236
112372014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11238
11239 * gdb.cp/non-trivial-retval.cc: Add a test case.
11240 * gdb.cp/non-trivial-retval.exp: Add a test.
11241
112422014-10-20 Yao Qi <yao@codesourcery.com>
11243
11244 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11245 * gdb.python/py-objfile-script-gdb.py: New file.
11246 * gdb.python/py-objfile-script.exp: Update reference to
11247 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11248 of remote_download. Remove the dest file.
11249
112502014-10-20 Yao Qi <yao@codesourcery.com>
11251
11252 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11253 * gdb.base/step-line.exp: Likewise.
11254 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11255 * gdb.dwarf2/dw2-basic.exp: Likewise.
11256 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11257 * gdb.dwarf2/dw2-filename.exp: Likewise.
11258 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11259 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11260 * gdb.dwarf2/dw2-producer.exp: Likewise.
11261 * gdb.dwarf2/mac-fileno.exp: Likewise.
11262 * gdb.python/py-frame-args.exp: Likewise.
11263 * gdb.python/py-framefilter.exp: Likewise.
11264 * gdb.python/py-mi.exp: Likewise.
11265 * gdb.python/py-objfile-script.exp: Likewise
11266 * gdb.python/py-pp-integral.exp: Likewise.
11267 * gdb.python/py-pp-re-notag.exp: Likewise.
11268 * gdb.python/py-prettyprint.exp: Likewise.
11269 * gdb.python/py-section-script.exp: Likewise.
11270 * gdb.python/py-typeprint.exp: Likewise.
11271 * gdb.python/py-xmethods.exp: Likewise.
11272 * gdb.stabs/weird.exp: Likewise.
11273 * gdb.xml/tdesc-regs.exp: Likewise.
11274
112752014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11276
11277 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11278 (out_cu): Use addr_len for the size of addresses.
11279 (out_line): Likewise. Size DW_LNE_set_address instruction
11280 according to addr_len.
11281 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11282 (FUNC): Add START_INSNS to definition.
11283
112842014-10-18 Yao Qi <yao@codesourcery.com>
11285
11286 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11287 gdb_has_argv0 return true.
11288 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11289 check [target_info exists noargs], check [gdb_has_argv0]
11290 instead.
11291 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11292 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11293 procedures.
11294
112952014-10-17 Doug Evans <dje@google.com>
11296
11297 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11298 event.
11299 * gdb.python/py-events.py: Add clear_objfiles event.
11300
113012014-10-17 Doug Evans <dje@google.com>
11302
11303 * gdb.python/py-objfile.exp: Test progspace attribute.
11304
113052014-10-17 Luis Machado <lgustavo@codesourcery.com>
11306
11307 * gdb.guile/scm-breakpoint.exp: Do not assume any
11308 directory separators when matching source file paths.
11309 * gdb.python/py-breakpoint.exp: Likewise.
11310 * gdb.reverse/break-precsave.exp: Likewise.
11311 * gdb.reverse/break-reverse.exp: Likewise.
11312 * gdb.reverse/consecutive-precsave.exp: Likewise.
11313 * gdb.reverse/finish-precsave.exp: Likewise.
11314 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11315 * gdb.reverse/finish-reverse.exp: Likewise.
11316 * gdb.reverse/i386-precsave.exp: Likewise.
11317 * gdb.reverse/i387-env-reverse.exp: Likewise.
11318 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11319 * gdb.reverse/machinestate-precsave.exp: Likewise.
11320 * gdb.reverse/machinestate.exp: Likewise.
11321 * gdb.reverse/sigall-precsave.exp: Likewise.
11322 * gdb.reverse/solib-precsave.exp: Likewise.
11323 * gdb.reverse/step-precsave.exp: Likewise.
11324 * gdb.reverse/until-precsave.exp: Likewise.
11325 * gdb.reverse/watch-precsave.exp: Likewise.
11326 * gdb.reverse/watch-reverse.exp: Likewise.
11327
113282014-10-17 Yao Qi <yao@codesourcery.com>
11329
11330 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11331 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11332
113332014-10-17 Pedro Alves <palves@redhat.com>
11334
11335 PR gdb/17471
11336 * gdb.base/bg-execution-repeat.c: New file.
11337 * gdb.base/bg-execution-repeat.exp: New file.
11338
113392014-10-17 Pedro Alves <palves@redhat.com>
11340
11341 PR gdb/17300
11342 * gdb.base/continue-all-already-running.c: New file.
11343 * gdb.base/continue-all-already-running.exp: New file.
11344
113452014-10-17 Pedro Alves <palves@redhat.com>
11346
11347 PR gdb/17472
11348 * gdb.base/annota-input-while-running.c: New file.
11349 * gdb.base/annota-input-while-running.exp: New file.
11350
113512014-10-17 Pedro Alves <palves@redhat.com>
11352
11353 * gdb.base/callfuncs.exp: emove references to osf.
11354 * gdb.base/sigall.exp: Likewise.
11355 * gdb.gdb/selftest.exp: Likewise.
11356 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11357 * gdb.mi/non-stop.c: Likewise.
11358 * gdb.mi/pthreads.c: Likewise.
11359 * gdb.reverse/sigall-precsave.exp: Likewise.
11360 * gdb.reverse/sigall-reverse.exp: Likewise.
11361 * gdb.threads/pthreads.c: Likewise.
11362 * gdb.threads/pthreads.exp: Likewise.
11363
113642014-10-17 Yao Qi <yao@codesourcery.com>
11365
11366 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11367 check 'target_info exists noargs'.
11368 (test_command_prompt_position): Likewise.
11369 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11370 Remove "set args".
11371 (progvar_simple_while_test): Likewise.
11372 (progvar_complex_if_while_test): Likewise.
11373 (if_while_breakpoint_command_test): Likewise.
11374 (infrun_breakpoint_command_test): Likewise.
11375 (breakpoint_command_test): Likewise.
11376 (watchpoint_command_test): Likewise.
11377 (bp_deleted_in_command_test): Likewise.
11378 (temporary_breakpoint_commands): Likewise.
11379
113802014-10-16 Yao Qi <yao@codesourcery.com>
11381
11382 * gdb.base/remotetimeout.exp: Remove noargs checking.
11383
113842014-10-15 Pedro Alves <palves@redhat.com>
11385
11386 PR breakpoints/9649
11387 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11388 * gdb.base/breakpoint-in-ro-region.exp
11389 (probe_target_hardware_step): New procedure.
11390 (top level): Probe hardware stepping and hardware breakpoint
11391 support. Test stepping through a read-only region, with both
11392 "breakpoint auto-hw" on and off and both "always-inserted" on and
11393 off.
11394
113952014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11396
11397 * gdb.dlang/demangle.exp: Update for demangling changes.
11398
113992014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11400
11401 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11402 * gdb.cp/non-trivial-retval.exp: Add new tests.
11403
114042014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11405
11406 PR c++/13403
11407 PR c++/15154
11408 * gdb.cp/non-trivial-retval.cc: New file.
11409 * gdb.cp/non-trivial-retval.exp: New file.
11410
114112014-10-15 Yao Qi <yao@codesourcery.com>
11412
11413 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11414 remote host.
11415
114162014-10-15 Yao Qi <yao@codesourcery.com>
11417
11418 * gdb.python/py-symbol.exp: Match file base name if host is
11419 remote, otherwise match file name with dir name.
11420 * gdb.python/py-symtab.exp: Likewise.
11421 * gdb.python/python.exp: Likewise.
11422
114232014-10-15 Yao Qi <yao@codesourcery.com>
11424
11425 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11426 pattern.
11427 * gdb.python/py-symtab.exp: Likewise.
11428 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11429 locationn.
11430
114312014-10-14 Joel Brobecker <brobecker@adacore.com>
11432
11433 * gdb.ada/addr_arith: New testcase.
11434
114352014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11436
11437 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11438 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11439 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11440 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11441
114422014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11443
11444 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11445 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11446 * gdb.arch/stap-eval-lang-ada.exp: New file.
11447
114482014-10-14 Yao Qi <yao@codesourcery.com>
11449
11450 * gdb.mi/mi-var-child.c (nothing1): New function.
11451 (nothing2): New function.
11452 (do_children_tests): Set function pointers by nothing1 and
11453 nothing2.
11454 * gdb.mi/mi-var-child.exp: Step over new added statements.
11455 Update test to match the new output.
11456 * gdb.mi/var-cmd.c (nothing1): New function.
11457 (nothing2): New function.
11458 (do_children_tests): Set function pointers by nothing1 and
11459 nothing2.
11460 * gdb.mi/mi-var-display.exp: Update test to match output.
11461 Step to the line specified by $line_dct_nothing.
11462 Increase the number of lines to step.
11463
114642014-10-14 Yao Qi <yao@codesourcery.com>
11465
11466 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11467 tests.
11468 * gdb.mi/mi2-var-child.exp: Likewise.
11469
114702014-10-13 Doug Evans <dje@google.com>
11471
11472 * gdb.python/py-objfile.exp: Change name of file name test.
11473
114742014-10-13 Doug Evans <dje@google.com>
11475
11476 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11477 from the start of the CU.
11478
114792014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11480 Yao Qi <yao@codesourcery.com>
11481
11482 Fix "save breakpoints" for "catch" command.
11483 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11484 Remove -nonewline. Match also the added "main" line.
11485
114862014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11487
11488 Fix "save breakpoints" for "disable $bpnum" command.
11489 * gdb.base/save-bp.c (main): Add label.
11490 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11491
114922014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11493
11494 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11495
114962014-10-11 Yao Qi <yao@codesourcery.com>
11497
11498 * gdb.server/server-kill.exp: Execute command
11499 "set remote trace-status-packet on" before "tstatus".
11500
115012014-10-11 Yao Qi <yao@codesourcery.com>
11502
11503 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11504 (main): Call getppid.
11505 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11506 and continue to it. Read variable "server_pid".
11507
115082014-10-11 Yao Qi <yao@codesourcery.com>
11509
11510 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11511
115122014-10-11 Yao Qi <yao@codesourcery.com>
11513
11514 * gdb.threads/thread-find.exp: Don't execute command
11515 "info threads".
11516 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11517 * gdb.threads/linux-dp.exp: Don't check the condition
11518 $threads_created equals to zero.
11519
115202014-10-10 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.base/bigcore.exp: Remove references to IRIX.
11523 * gdb.base/funcargs.exp: Likewise.
11524 * gdb.base/interrupt.exp: Likewise.
11525 * gdb.base/mips_pro.exp: Likewise.
11526 * gdb.base/nodebug.exp: Likewise.
11527 * gdb.base/setvar.exp: Likewise.
11528 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11529
115302014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11531 Pedro Alves <palves@redhat.com>
11532
11533 PR symtab/14466
11534 * gdb.base/vdso-warning.c: New file.
11535 * gdb.base/vdso-warning.exp: New file.
11536
115372014-10-02 Doug Evans <dje@google.com>
11538
11539 * gdb.base/structs.c (main): Don't run forever.
11540
115412014-10-02 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11544 (top level) <stop threads 1, stop threads 2>: Use it.
11545
115462014-10-02 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.threads/break-while-running.exp (test): Add new
11549 'update_thread_list' argument. Skip "info threads" if false.
11550 (top level): Add new 'update_thread_list' axis.
11551
115522014-10-02 Pedro Alves <palves@redhat.com>
11553
11554 PR breakpoints/17431
11555 * gdb.base/execl-update-breakpoints.c: New file.
11556 * gdb.base/execl-update-breakpoints.exp: New file.
11557
115582014-10-01 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.base/breakpoint-in-ro-region.c: New file.
11561 * gdb.base/breakpoint-in-ro-region.exp: New file.
11562
115632014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11564
11565 * gdb.mi/mi-exit-code.exp: New file.
11566 * gdb.mi/mi-exit-code.c: New file.
11567
115682014-09-30 Yao Qi <yao@codesourcery.com>
11569
11570 * lib/prelink-support.exp (build_executable_own_libs): Error if
11571 the target isn't native.
11572
115732014-09-30 Yao Qi <yao@codesourcery.com>
11574
11575 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11576 false.
11577
115782014-09-22 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.threads/break-while-running.exp: New file.
11581 * gdb.threads/break-while-running.c: New file.
11582
115832014-09-19 Yao Qi <yao@codesourcery.com>
11584
11585 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11586 Invoke test. Restart GDB with --readnow and invoke test again.
11587
115882014-09-19 Yao Qi <yao@codesourcery.com>
11589
11590 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11591 proc set_breakpoint_on_gcd_function. Invoke
11592 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11593 invoke set_breakpoint_on_gcd_function again.
11594
115952014-09-18 Doug Evans <dje@google.com>
11596
11597 * gdb.dwarf2/symtab-producer.exp: New file.
11598
115992014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11600
11601 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11602 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11603 * gdb.base/global-var-nested-by-dso.c: Likewise.
11604 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11605
116062014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11607 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.base/watch-bitfields.exp: Pass string other than test file
11610 name to prepare_for_testing.
11611 (watch): New procedure.
11612 (expect_watchpoint): Use with_test_prefix.
11613 (top level): Factor out tests to ...
11614 (test_watch_location, test_regular_watch): ... these new
11615 procedures, and use with_test_prefix and gdb_continue_to_end.
11616
116172014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11618
11619 PR breakpoints/12526
11620 * gdb.base/watch-bitfields.exp: New file.
11621 * gdb.base/watch-bitfields.c: New file.
11622
116232014-09-16 Pedro Alves <palves@redhat.com>
11624
11625 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11626 software and hardware addresses, not software address against
11627 itself.
11628
116292014-09-16 Pedro Alves <palves@redhat.com>
11630
11631 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11632 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11633
116342014-09-16 Pedro Alves <palves@redhat.com>
11635
11636 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11637 files.
11638 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11639 "*-*-vxworks*" throughout.
11640 * gdb.base/break.exp: Likewise.
11641 * gdb.base/default.exp: Likewise.
11642 * gdb.base/scope.exp: Likewise.
11643 * gdb.base/sepdebug.exp: Likewise.
11644 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11645 throughout.
11646 * gdb.base/run.c: Likewise.
11647 * gdb.base/sepdebug.c: Likewise.
11648 * gdb.hp/gdb.aCC/run.c: Likewise.
11649 * gdb.reverse/until-reverse.c: Likewise.
11650 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11651
116522014-09-16 Yao Qi <yao@codesourcery.com>
11653
11654 * boards/local-remote-host-native.exp: New file.
11655
116562014-09-14 Doug Evans <xdje42@gmail.com>
11657
11658 * gdb.threads/queue-signal.c (thread_count): New variable.
11659 (thread_count_mutex, thread_count_condvar): New variables.
11660 (incr_thread_count, wait_all_threads_running): New functions.
11661 (main): Wait for all threads to be in their thread functions.
11662
116632014-09-13 Doug Evans <xdje42@gmail.com>
11664
11665 * gdb.threads/queue-signal.c: New file.
11666 * gdb.threads/queue-signal.exp: New file.
11667
116682014-09-13 Doug Evans <xdje42@gmail.com>
11669
11670 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11671 be consistent with what default_gdb_init uses.
11672 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11673 the plain text of the prompt. Add some logging printfs.
11674 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11675
116762014-09-12 Pedro Alves <palves@redhat.com>
11677
11678 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11679 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11680 * gdb.arch/i386-size-overlap.exp: Likewise.
11681 * gdb.arch/i386-size.exp: Likewise.
11682 * gdb.arch/i386-unwind.exp: Likewise.
11683 * gdb.base/a2-run.exp: Likewise.
11684 * gdb.base/break.exp: Likewise.
11685 * gdb.base/charset.exp: Likewise.
11686 * gdb.base/chng-syms.exp: Likewise.
11687 * gdb.base/commands.exp: Likewise.
11688 * gdb.base/dbx.exp: Likewise.
11689 * gdb.base/find.exp: Likewise.
11690 * gdb.base/funcargs.exp: Likewise.
11691 * gdb.base/jit-simple.exp: Likewise.
11692 * gdb.base/reread.exp: Likewise.
11693 * gdb.base/sepdebug.exp: Likewise.
11694 * gdb.base/step-bt.exp: Likewise.
11695 * gdb.cp/mb-inline.exp: Likewise.
11696 * gdb.cp/mb-templates.exp: Likewise.
11697 * gdb.objc/basicclass.exp: Likewise.
11698 * gdb.threads/killed.exp: Likewise.
11699
117002014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11701
11702 PR tdep/17379
11703 * gdb.arch/powerpc-stackless.S: New file.
11704 * gdb.arch/powerpc-stackless.exp: New file.
11705
117062014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11707
11708 * gdb.base/attach.c: Include unistd.h.
11709 (main): Call alarm. Add label postloop.
11710 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11711 gdb_breakpoint, gdb_continue_to_breakpoint.
11712 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11713
117142014-09-11 Pedro Alves <palves@redhat.com>
11715
11716 PR gdb/17347
11717 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11718 * gdb.base/attach.exp (test_command_line_attach_run): New
11719 procedure.
11720 (top level): Call it.
11721
117222014-09-11 Pedro Alves <palves@redhat.com>
11723
11724 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11725 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11726 (do_command_attach_tests): Use spawn_wait_for_attach.
11727 * gdb.base/solib-overlap.exp: Likewise.
11728 * gdb.multi/multi-attach.exp: Likewise.
11729 * gdb.python/py-prompt.exp: Likewise.
11730 * gdb.python/py-sync-interp.exp: Likewise.
11731 * gdb.server/ext-attach.exp: Likewise.
11732
117332014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11734
11735 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11736 command in testcase. Simplify testcase.
11737
117382014-09-10 Joel Brobecker <brobecker@adacore.com>
11739
11740 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11741
117422014-09-10 Joel Brobecker <brobecker@adacore.com>
11743
11744 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11745
117462014-09-10 Joel Brobecker <brobecker@adacore.com>
11747
11748 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11749
117502014-09-10 Joel Brobecker <brobecker@adacore.com>
11751
11752 * gdb.dwarf2/dynarr-ptr.c: New file.
11753 * gdb.dwarf2/dynarr-ptr.exp: New file.
11754
117552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11756
11757 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11758 of 30 rather than hardcoding 120 for a slow test case. Take the
11759 `gdb,timeout' target setting into account for this calculation.
11760 Don't extend the timeout for the test cases that don't need it.
11761
117622014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11763
11764 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11765 a factor of 2 for a slow test case. Take the `gdb,timeout'
11766 target setting into account for this calculation.
11767 * gdb.reverse/until-precsave.exp: Increase the timeout by
11768 a factor of 15 and 3 respectively rather than adding 120
11769 for a pair of slow test cases. Take the `gdb,timeout'
11770 target setting into account for this calculation.
11771
117722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11773
11774 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11775 timeout, don't pass one down to gdb_expect.
11776 (gdb_expect): Rework timeout selection.
11777
117782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11779
11780 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11781 exception on timeout.
11782 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11783 (gdbserver_start_extended): Catch any `gdbserver_start' error
11784 exceptions.
11785 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11786 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11787 `gdbserver_gdb_load' error exceptions.
11788
117892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11790
11791 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11792 120 on waiting for the TCP socket to open.
11793
117942014-09-09 Doug Evans <xdje42@gmail.com>
11795
11796 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11797 _caller_matches, _any_caller_is, _any_caller_matches.
11798
117992014-09-09 Doug Evans <xdje42@gmail.com>
11800
11801 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11802
118032014-09-09 Yao Qi <yao@codesourcery.com>
11804
11805 * gdb.mi/mi-var-display.exp: Set print symbol off.
11806
118072014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11808
11809 PR gdb/17035
11810 * gdb.base/commands.exp: Add tests to verify user-defined
11811 commands with empty bodies.
11812 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11813 python commands in `show user command`.
11814 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11815 scheme commands in `show user command`.
11816
118172014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11818
11819 PR python/17355
11820 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11821 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11822 * gdb.python/py-framefilter-invalidarg.exp: New file.
11823 * gdb.python/py-framefilter-invalidarg.py: New file.
11824
118252014-09-06 Doug Evans <xdje42@gmail.com>
11826
11827 PR 15276
11828 * gdb.python/py-caller-is.c: New file.
11829 * gdb.python/py-caller-is.exp: New file.
11830
118312014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11832
11833 PR gdb/17235
11834 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11835 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11836
118372014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11838
11839 PR fortran/17237
11840 * gdb.fortran/print-formatted.exp: New file.
11841 * gdb.fortran/print-formatted.f90: Likewise.
11842
118432014-09-03 Sasha Smundak <asmundak@google.com>
11844
11845 * gdb.python/py-frame.exp: Test Frame.read_register.
11846
118472014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11848
11849 PR python/16699
11850 * gdb.python/py-completion.exp: New file.
11851 * gdb.python/py-completion.py: Likewise.
11852
118532014-08-28 Doug Evans <dje@google.com>
11854
11855 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11856 eax,etc. are live with values set by gdb and thus the compiler can't
11857 use them.
11858 * gdb.arch/i386-pseudo.c (main): Ditto.
11859
118602014-08-27 Doug Evans <dje@google.com>
11861
11862 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11863
118642014-08-25 Doug Evans <dje@google.com>
11865
11866 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11867 (main): Ditto.
11868
118692014-08-25 Doug Evans <dje@google.com>
11870
11871 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11872
118732014-08-24 Yao Qi <yao@codesourcery.com>
11874
11875 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11876 symbol off.
11877 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11878
118792014-08-22 Doug Evans <dje@google.com>
11880
11881 PR 17276
11882 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11883 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11884 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11885
118862014-08-22 Yao Qi <yao@codesourcery.com>
11887
11888 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11889 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11890 * gdb.python/python.exp: Likewise. Use .py file on the host
11891 instead of the build.
11892
118932014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11894
11895 * gdb.threads/gcore-stale-thread.c: New file.
11896 * gdb.threads/gcore-stale-thread.exp: New file.
11897
118982014-08-21 Pedro Alves <palves@redhat.com>
11899
11900 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11901 * gdb.base/gcore-relro-pie.exp: Likewise.
11902 * gdb.base/gcore-relro.exp: Likewise.
11903 * gdb.base/gcore.exp: Likewise.
11904 * gdb.base/print-symbol-loading.exp: Likewise.
11905 * gdb.threads/gcore-thread.exp: Likewise.
11906 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11907
119082014-08-20 Pedro Alves <palves@redhat.com>
11909 Jan Kratochvil <jan.kratochvil@redhat.com>
11910
11911 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11912 configure.
11913 (EXPECT): Handle READ1 being set.
11914 (all): Depend on EXTRA_RULES.
11915 (check-read1, expect-read1, read1.so, read1): New rules.
11916 * README (Testsuite Parameters): Document the READ1 make variable.
11917 (Race detection): New section.
11918 * configure: Regenerate.
11919 * configure.ac: If build==host==target, and running under a
11920 GNU/glibc system, add read1 to the extra Makefile rules.
11921 (EXTRA_RULES): AC_SUBST it.
11922 * lib/read1.c: New file.
11923
119242014-08-20 Joel Brobecker <brobecker@adacore.com>
11925
11926 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11927 the handling of variables declared as a typedef to an array
11928 which a DW_AT_data_location attribute.
11929
119302014-08-19 Andrew Burgess <aburgess@broadcom.com>
11931 Pedro Alves <palves@redhat.com>
11932
11933 PR symtab/14604
11934 PR symtab/14605
11935 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11936 gdb_test.
11937
119382014-08-19 Pedro Alves <palves@redhat.com>
11939
11940 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11941
119422014-08-19 Yao Qi <yao@codesourcery.com>
11943
11944 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11945 right line.
11946
119472014-08-18 David Blaikie <dblaikie@gmail.com>
11948
11949 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11950
119512014-08-18 Joel Brobecker <brobecker@adacore.com>
11952
11953 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11954 attribute in array range.
11955
119562014-08-18 Joel Brobecker <brobecker@adacore.com>
11957
11958 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11959
119602014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11961
11962 PR c++/17132
11963 * gdb.cp/pr17132.cc: New file.
11964 * gdb.cp/pr17132.exp: New file.
11965
119662014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11967
11968 * gdb.python/py-xmethods.py (A_getarrayind)
11969 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11970 Use 'print' with function call syntax.
11971 (E_method_matcher.match): Fix tab vs space indentation mixup.
11972
119732014-08-15 Yao Qi <yao@codesourcery.com>
11974
11975 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11976 false.
11977
119782014-08-15 Yao Qi <yao@codesourcery.com>
11979
11980 * gdb.cp/casts.exp: Set print symbol off.
11981 * gdb.cp/class2.exp: Likewise.
11982 * gdb.cp/overload.exp: Likewise.
11983 * gdb.cp/templates.exp: Likewise.
11984
119852014-08-11 Doug Evans <dje@google.com>
11986
11987 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11988 (test_load_shlib): Update.
11989
119902014-08-09 Yao Qi <yao@codesourcery.com>
11991
11992 * gdb.base/display.exp: Invoke is_address_zero_readable.
11993 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11994 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11995 * gdb.base/hbreak-unmapped.exp: Return if
11996 is_address_zero_readable returns true.
11997 * gdb.base/signest.exp: Likewise.
11998 * gdb.base/signull.exp: Likewise.
11999 * gdb.base/sigbpt.exp: Likewise.
12000 * gdb.guile/scm-disasm.exp: Do the test if
12001 is_address_zero_readable returns false.
12002 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12003 * gdb.python/py-arch.exp: Likewise.
12004 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12005 * lib/gdb.exp (is_address_zero_readable): New proc.
12006
120072014-08-09 Yao Qi <yao@codesourcery.com>
12008
12009 PR testsuite/13443
12010 * gdb.mi/mi-var-display.exp: Make test messages unique.
12011
120122014-08-04 Tom Tromey <tromey@redhat.com>
12013
12014 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12015 target 0".
12016
120172014-08-04 Tom Tromey <tromey@redhat.com>
12018
12019 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12020 "target_resume".
12021
120222014-08-01 Joel Brobecker <brobecker@adacore.com>
12023
12024 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12025 inner_vla_struct_object_size.
12026 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12027 as xfail.
12028
120292014-07-30 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12032 comment.
12033
120342014-07-29 Yao Qi <yao@codesourcery.com>
12035
12036 PR gdb/17206
12037 * gdb.base/until-nodebug.exp: New.
12038
120392014-07-28 Doug Evans <xdje42@gmail.com>
12040
12041 PR guile/17203
12042 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12043 previously existing parameter, and previously ambiguously spelled
12044 parameter.
12045
120462014-07-28 Will Newton <will.newton@linaro.org>
12047
12048 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12049
120502014-07-26 Ludovic Courtès <ludo@gnu.org>
12051 Doug Evans <xdje42@gmail.com>
12052
12053 PR guile/17146
12054 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12055
120562014-07-25 Pedro Alves <palves@redhat.com>
12057
12058 * gdb.threads/signal-command-handle-nopass.c: New file.
12059 * gdb.threads/signal-command-handle-nopass.exp: New file.
12060 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12061 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12062 * gdb.threads/signal-delivered-right-thread.c: New file.
12063 * gdb.threads/signal-delivered-right-thread.exp: New file.
12064
120652014-07-25 Pedro Alves <palves@redhat.com>
12066
12067 * gdb.base/double-prompt-target-event-error.exp
12068 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12069 match.
12070 (cancel_pagination_in_target_event): Rework double prompt
12071 detection.
12072 * gdb.base/paginate-after-ctrl-c-running.exp
12073 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12074 <return>' match.
12075 * gdb.base/paginate-bg-execution.exp
12076 (test_bg_execution_pagination_return)
12077 (test_bg_execution_pagination_cancel): Remove '-notransfer
12078 <return>' matches.
12079 * gdb.base/paginate-execution-startup.exp
12080 (test_fg_execution_pagination_return)
12081 (test_fg_execution_pagination_cancel): Remove '-notransfer
12082 <return>' matches.
12083 * gdb.base/paginate-inferior-exit.exp
12084 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12085 match.
12086 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12087 * lib/gdb.exp (pagination_prompt): Run text through
12088 string_to_regexp.
12089 (gdb_test_multiple): Match $pagination_prompt instead of
12090 "<return>".
12091 (string_to_regexp): Move to lib/gdb-utils.exp.
12092
120932014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12094
12095 * gdb.arch/amd64-entry-value-paramref.S: New file.
12096 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12097 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12098 * gdb.arch/amd64-optimout-repeat.S: New file.
12099 * gdb.arch/amd64-optimout-repeat.c: New file.
12100 * gdb.arch/amd64-optimout-repeat.exp: New file.
12101
121022014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12103
12104 PR gdb/17170
12105 * gdb.base/statistics.exp: New file.
12106
121072014-07-17 Doug Evans <dje@google.com>
12108
12109 PR gdb/17170
12110 * gdb.base/maint.exp: Update testing of per-command stats.
12111
121122014-07-16 Pedro Alves <palves@redhat.com>
12113
12114 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12115 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12116 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12117 (tfile_write_buf): New functions.
12118 (add_memory_block): Rewrite using the above.
12119 (adjust_function_address): New function.
12120 (FUNCTION_ADDRESS): New macro.
12121 (write_basic_trace_file): Remove short_x local, and use
12122 tfile_write_16. Change type of func_addr local to unsigned long
12123 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12124 here. Cast argument of add_memory_block to char pointer.
12125 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12126 (main): Remove parameters.
12127 * gdb.trace/tfile.exp: Remove nowarnings.
12128
121292014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12130
12131 * gdb.base/debug-expr.exp: Test string evaluation with
12132 "debug expression" on.
12133
121342014-07-15 Pedro Alves <palves@redhat.com>
12135
12136 * gdb.base/reread.exp: Use clean_restart.
12137
121382014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12139
12140 * gdb.arch/avr-flash-qualifer.c: New.
12141 * gdb.arch/avr-flash-qualifer.exp: New.
12142
121432014-07-14 Pedro Alves <palves@redhat.com>
12144
12145 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12146 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12147
121482014-07-14 Pedro Alves <palves@redhat.com>
12149
12150 * gdb.base/double-prompt-target-event-error.c: New file.
12151 * gdb.base/double-prompt-target-event-error.exp: New file.
12152
121532014-07-14 Pedro Alves <palves@redhat.com>
12154
12155 PR gdb/17072
12156 * gdb.base/paginate-inferior-exit.c: New file.
12157 * gdb.base/paginate-inferior-exit.exp: New file.
12158
121592014-07-14 Pedro Alves <palves@redhat.com>
12160
12161 PR gdb/17072
12162 * gdb.base/paginate-bg-execution.c: New file.
12163 * gdb.base/paginate-bg-execution.exp: New file.
12164
121652014-07-14 Pedro Alves <palves@redhat.com>
12166
12167 PR gdb/17072
12168 * gdb.base/paginate-execution-startup.c: New file.
12169 * gdb.base/paginate-execution-startup.exp: New file.
12170 * lib/gdb.exp (pagination_prompt): New global.
12171 (default_gdb_spawn): New procedure, factored out from
12172 default_gdb_spawn.
12173 (default_gdb_start): Adjust to call default_gdb_spawn.
12174 (gdb_spawn): New procedure.
12175
121762014-07-14 Pedro Alves <palves@redhat.com>
12177
12178 * lib/gdb.exp (gdb_assert): New procedure.
12179 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12180
121812014-07-14 Pedro Alves <palves@redhat.com>
12182
12183 * gdb.base/execution-termios.c: New file.
12184 * gdb.base/execution-termios.exp: New file.
12185
121862014-07-14 Tom Tromey <tromey@redhat.com>
12187
12188 * gdb.cp/vla-cxx.cc: New file.
12189 * gdb.cp/vla-cxx.exp: New file.
12190
121912014-07-14 Tom Tromey <tromey@redhat.com>
12192
12193 * gdb.reverse/rerun-prec.c: New file.
12194 * gdb.reverse/rerun-prec.exp: New file.
12195
121962014-07-12 Maciej W. Rozycki <macro@mips.com>
12197 Maciej W. Rozycki <macro@codesourcery.com>
12198
12199 * lib/gdb-utils.exp: New file.
12200 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12201 inline `gdb_init_command' processing.
12202 (gdb_start_cmd): Likewise.
12203 * lib/mi-support.exp (mi_run_cmd): Likewise.
12204 * README: Document `gdb_init_command' and `gdb_init_commands'.
12205
122062014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12207
12208 Fix false FAIL running under a very long directory name.
12209 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12210 and "set print elements 10000". Twice.
12211
122122014-07-11 Yao Qi <yao@codesourcery.com>
12213
12214 * gdb.base/exprs.exp: "set print symbol off".
12215
122162014-07-11 Pedro Alves <palves@redhat.com>
12217
12218 * gdb.threads/kill.c: New file.
12219 * gdb.threads/kill.exp: New file.
12220
122212014-07-10 Yao Qi <yao@codesourcery.com>
12222
12223 * gdb.trace/tfile.c (write_basic_trace_file)
12224 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12225 address written to trace file.
12226
122272014-07-09 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.base/attach-wait-input.exp: New file.
12230 * gdb.base/attach-wait-input.c: New file.
12231
122322014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12233
12234 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12235 setting up test structures.
12236 (main): Call new test function.
12237 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12238 test function, continue into test function and walk test
12239 structures.
12240
122412014-07-02 Yao Qi <yao@codesourcery.com>
12242
12243 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12244 'bar_start' at the beginning of functions 'foo' and 'bar'
12245 respectively.
12246 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12247 instead of 'foo' and 'bar'.
12248
122492014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12250
12251 * gdb.btrace/segv.exp: New.
12252 * gdb.btrace/segv.c: New.
12253
122542014-07-02 Luis Machado <lgustavo@codesourcery.com>
12255
12256 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12257 instruction.
12258
122592014-06-30 Mark Wielaard <mjw@redhat.com>
12260
12261 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12262 vulture, vilify, villar): New volatile array constants.
12263 (vindictive, vegetation): New const volatile array constants.
12264 * gdb.base/volatile.exp: Test volatile and const volatile array
12265 types.
12266
122672014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12268
12269 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12270 target lacks support for awatch, rwatch, or hbreak.
12271
122722014-06-27 Yao Qi <yao@codesourcery.com>
12273
12274 * gdb.multi/dummy-frame-restore.exp: New.
12275 * gdb.multi/dummy-frame-restore.c: New.
12276
122772014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12278
12279 * gdb.btrace/gcore.exp: New.
12280
122812014-06-23 Pedro Alves <palves@redhat.com>
12282
12283 * gdb.base/watchpoint-reuse-slot.c: New file.
12284 * gdb.base/watchpoint-reuse-slot.exp: New file.
12285
122862014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12287
12288 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12289 progspace's filename in 'info', 'enable' and 'disable' command
12290 tests.
12291
122922014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12293
12294 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12295 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12296 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12297
122982014-06-20 Gary Benson <gbenson@redhat.com>
12299
12300 * gdb.arch/i386-avx.exp: Fix include file location.
12301 * gdb.arch/i386-sse.exp: Likewise.
12302
123032014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12304
12305 * gdb.dlang/expression.exp: New file.
12306
123072014-06-19 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12310 out from ...
12311 (top level): ... here. Iterate running tests under different
12312 scheduler-locking settings.
12313
123142014-06-18 Luis Machado <lgustavo@codesourcery.com>
12315
12316 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12317 to DW_FORM_addr and use non-zero addresses.
12318
123192014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12320
12321 PR gdb/17017
12322 * gdb.python/py-xmethods.cc: Add global function call counters and
12323 increment them in their respective functions. Remove "cout"
12324 statements.
12325 * gdb.python/py-xmethods.exp: Make tests check the global function
12326 call counters instead of depending on inferior IO.
12327
123282014-06-18 Don Breazeal <donb@codesourcery.com>
12329
12330 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12331 Deleted procedure.
12332 (explicit_fork_parent_follow): Deleted procedure.
12333 (explicit_fork_child_follow): Deleted procedure.
12334 (test_follow_fork): New procedure.
12335 (do_fork_tests): Replace calls to deleted procedures with
12336 calls to test_follow_fork and reset GDB for subsequent
12337 procedure calls.
12338
123392014-06-17 Yao Qi <yao@codesourcery.com>
12340
12341 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12342 CP1252.
12343
123442014-06-17 Luis Machado <lgustavo@codesourcery.com>
12345
12346 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12347 Initialize ptr and S explicitly.
12348 (skip_type_update_when_not_use_rtti_test): Likewise.
12349
123502014-06-16 Keith Seitz <keiths@redhat.com>
12351
12352 PR mi/15863
12353 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12354 the inferior is started.
12355
123562014-06-16 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.base/break-main-file-remove-fail.c: New file.
12359 * gdb.base/break-main-file-remove-fail.exp: New file.
12360 * gdb.base/break-unload-file.exp: Use build_executable instead of
12361 prepare_for_testing.
12362 (test_break): New parameter "initial_load". Handle it.
12363 (top level): Add initial_load cmdline/file axis.
12364
123652014-06-12 Tom Tromey <tromey@redhat.com>
12366
12367 * gdb.base/completion.exp: Don't use directory name in test.
12368
123692014-06-09 Gary Benson <gbenson@redhat.com>
12370
12371 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12372 separate the always-available ANSI-standard signals from the
12373 signals that require checking.
12374 (main): Likewise.
12375 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12376 Likewise.
12377 (main): Likewise.
12378
123792014-06-07 Keith Seitz <keiths@redhat.com>
12380
12381 Revert:
12382 PR c++/16253
12383 * gdb.cp/var-tag.cc: New file.
12384 * gdb.cp/var-tag.exp: New file.
12385 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12386 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12387 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12388 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12389
123902014-06-06 Doug Evans <xdje42@gmail.com>
12391
12392 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12393
123942014-06-06 Pedro Alves <palves@redhat.com>
12395
12396 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12397 in target debug output instead of looking at RSP packets,
12398 disabling the test on any target that uses hardware stepping.
12399 Update comments.
12400
124012014-06-06 Pedro Alves <palves@redhat.com>
12402
12403 * gdb.base/break-unload-file.exp: Fix typo.
12404
124052014-06-06 Yao Qi <yao@codesourcery.com>
12406
12407 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12408 from "jit_function" to "^jit_function".
12409
124102014-06-06 Yao Qi <yao@codesourcery.com>
12411
12412 * gdb.base/async.c (foo): Add one statement.
12413 * gdb.base/async.exp: Get the next instruction address and
12414 match the output of "nexti" by instruction address. Match
12415 the hex address in the output of "finish".
12416
124172014-06-06 Gary Benson <gbenson@redhat.com>
12418
12419 * gdb.base/call-signals.c: Remove preprocessor conditionals
12420 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12421 SIGSEGV and SIGTERM.
12422 * gdb.base/sigall.c: Likewise.
12423 * gdb.base/unwindonsignal.c: Likewise.
12424 * gdb.reverse/sigall-reverse.c: Likewise.
12425
124262014-06-06 Yao Qi <yao@codesourcery.com>
12427
12428 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12429 readable, skip the test.
12430
124312014-06-06 Yao Qi <yao@codesourcery.com>
12432
12433 * gdb.threads/staticthreads.c (thread_function): Move the line
12434 setting breakpoint on forward.
12435 * gdb.threads/staticthreads.exp: Update comments.
12436
124372014-06-05 Ludovic Courtès <ludo@gnu.org>
12438
12439 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12440 "history-append! type error".
12441
124422014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12443
12444 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12445 erroneous dprintf expected input.
12446
124472014-06-04 Doug Evans <xdje42@gmail.com>
12448
12449 * gdb.guile/scm-generics.exp: Delete.
12450
124512014-06-04 Doug Evans <xdje42@gmail.com>
12452
12453 * gdb.guile/scm-breakpoint.exp: Update.
12454 Add tests for breakpoint registration.
12455
124562014-06-04 Tom Tromey <tromey@redhat.com>
12457
12458 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12459 VLA-in-union.
12460 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12461 inner_vla_struct, vla_union types. Initialize objects of those
12462 types and compute their sizes.
12463
124642014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12465 Hui Zhu <hui@codesourcery.com>
12466
12467 * gdb.base/fileio.exp: Add test for shell not available as well as
12468 available.
12469 * gdb.base/fileio.c (test_system): Check for shell twice.
12470
124712014-06-04 Yao Qi <yao@codesourcery.com>
12472
12473 * gdb.base/auto-connect-native-target.exp: Remove redundant
12474 space from the regexp pattern.
12475
124762014-06-04 Yao Qi <yao@codesourcery.com>
12477
12478 * gdb.base/default.exp: Replace "child" with "native" in
12479 regexp pattern.
12480
124812014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12482
12483 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12484 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12485 * gdb.python/py-xmethods.py: Python script supporting the
12486 new testcase and tests.
12487
124882014-06-03 Joel Brobecker <brobecker@adacore.com>
12489 Pedro Alves <palves@redhat.com>
12490
12491 PR breakpoints/17000
12492 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12493 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12494
124952014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12496
12497 * gdb.base/subst.exp: Add tests to verify partial path matching
12498 output.
12499
125002014-06-03 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12503 target that doesn't use software single-stepping.
12504
125052014-06-03 Pedro Alves <palves@redhat.com>
12506
12507 PR breakpoints/17000
12508 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12509 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12510
125112014-06-02 Doug Evans <xdje42@gmail.com>
12512
12513 * gdb.guile/scm-parameter.exp: New file.
12514
125152014-06-02 Doug Evans <xdje42@gmail.com>
12516
12517 * gdb.guile/scm-cmd.c: New file.
12518 * gdb.guile/scm-cmd.exp: New file.
12519
125202014-06-02 Doug Evans <xdje42@gmail.com>
12521
12522 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12523 pretty-printer lookup.
12524 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12525 (make-pp_s-printer): Call it.
12526 (make-pretty-printer-from-dict): New function.
12527 (lookup-pretty-printer-maker-from-dict): New function.
12528 (*pretty-printer*): Simplify.
12529 (make-objfile-pp_s-printer): New function.
12530 (install-objfile-pretty-printers!): New function.
12531 (make-progspace-pp_s-printer): New function.
12532 (install-progspace-pretty-printers!): New function.
12533 * gdb.guile/scm-progspace.c: New file.
12534 * gdb.guile/scm-progspace.exp: New file.
12535
125362014-06-02 Pedro Alves <palves@redhat.com>
12537
12538 * gdb.base/dprintf-bp-same-addr.c: New file.
12539 * gdb.base/dprintf-bp-same-addr.exp: New file.
12540
125412014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12542
12543 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12544 * gdb.arch/powerpc-power.s: Likewise.
12545
125462014-06-02 Joel Brobecker <brobecker@adacore.com>
12547
12548 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12549
125502014-06-01 Yao Qi <yao@codesourcery.com>
12551
12552 * gdb.base/watchpoint.exp (test_watch_location): Check null
12553 pointer can be dereferenced. If not, do the test, otherwise
12554 skip it.
12555
125562014-05-30 Andrew Burgess <aburgess@broadcom.com>
12557
12558 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12559 results.
12560 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12561
125622014-05-30 Andrew Burgess <aburgess@broadcom.com>
12563
12564 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12565 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12566 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12567 * gdb.arch/amd64-invalid-stack-top.c: New file.
12568 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12569
125702014-05-30 Pedro Alves <palves@redhat.com>
12571
12572 PR breakpoints/17000
12573 * gdb.base/sss-bp-on-user-bp.c: New file.
12574 * gdb.base/sss-bp-on-user-bp.exp: New file.
12575
125762014-05-30 David Blaikie <dblaikie@gmail.com>
12577
12578 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12579 gnu_inline semantics via attribute.
12580 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12581 source explicitly specifies the required semantics.
12582
125832014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12584
12585 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12586
125872014-05-29 Pedro Alves <palves@redhat.com>
12588 Tom Tromey <tromey@redhat.com>
12589
12590 * gdb.base/async-shell.exp: Don't enable target-async.
12591 * gdb.base/async.exp
12592 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12593 parameter. Adjust.
12594 (top level): Don't test with "target-async".
12595 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12596 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12597 * gdb.base/inferior-died.exp: Don't enable target-async.
12598 * gdb.base/interrupt-noterm.exp: Likewise.
12599 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12600 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12601 * gdb.mi/mi-nonstop.exp: Likewise.
12602 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12603 * gdb.mi/mi-nsintrall.exp: Likewise.
12604 * gdb.mi/mi-nsmoribund.exp: Likewise.
12605 * gdb.mi/mi-nsthrexec.exp: Likewise.
12606 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12607 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12608 * gdb.python/py-evsignal.exp: Don't enable target-async.
12609 * gdb.python/py-evthreads.exp: Likewise.
12610 * gdb.python/py-prompt.exp: Likewise.
12611 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12612 * gdb.server/solib-list.exp: Don't enable target-async.
12613 * gdb.threads/thread-specific-bp.exp: Likewise.
12614 * lib/mi-support.exp: Adjust to use mi-async.
12615
126162014-05-29 Pedro Alves <palves@redhat.com>
12617
12618 PR gdb/13860
12619 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12620 reason, even in sync mode.
12621
126222014-05-29 Pedro Alves <palves@redhat.com>
12623 Hui Zhu <hui@codesourcery.com>
12624
12625 PR PR15693
12626 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12627 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12628 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12629 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12630
126312014-05-28 Joel Brobecker <brobecker@adacore.com>
12632
12633 * config/monitor.exp (gdb_target_monitor): Replace use of
12634 "set remotebaud" by "set serial baud".
12635
126362014-05-26 Andy Wingo <wingo@igalia.com>
12637
12638 * gdb.guile/scm-breakpoint.exp:
12639 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12640 properties instead of gdb-object-properties.
12641
126422014-05-26 Yao Qi <yao@codesourcery.com>
12643
12644 * gdb.server/no-thread-db.exp: Specify source file name
12645 explicitly when setting a breakpoint.
12646
126472014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12648
12649 * gdb.btrace/vdso.c: New.
12650 * gdb.btrace/vdso.exp: New.
12651
126522014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12653
12654 * gdb.base/gcore.exp (capture_command_output): Move ...
12655 * lib/gdb.exp (capture_command_output): ... here.
12656
126572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12658
12659 * gdb.btrace/data.exp: Test memory access during btrace replay.
12660
126612014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12662
12663 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12664
126652014-05-21 Pedro Alves <palves@redhat.com>
12666
12667 PR gdb/13860
12668 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12669 (top level): Test that output related to execution commands is
12670 sent to the console with CLI commands, but not with MI commands.
12671 Test that breakpoint events are always mirrored to the console.
12672 Also expect the new source line to be output after a "next" in
12673 async mode too. Make it a pass/fail test.
12674 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12675 output.
12676 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12677
126782014-05-21 Pedro Alves <palves@redhat.com>
12679
12680 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12681 Use them to test variations of "list" after reaching a breakpoint.
12682 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12683 Test "list" with listsize 10 after reaching a breakpoint.
12684 * gdb.python/python.exp (decode_line current location line
12685 number): Adjust expected line number.
12686
126872014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12688
12689 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12690 behavior for $args, pass it directly to "run".
12691
126922014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12693
12694 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12695 30000 to 65536.
12696
126972014-05-21 Pedro Alves <palves@redhat.com>
12698
12699 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12700 auto-connect-native-target off".
12701 * gdb.base/auto-connect-native-target.c: New file.
12702 * gdb.base/auto-connect-native-target.exp: New file.
12703
127042014-05-21 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.base/default.exp: Test "target native" instead of "target
12707 child".
12708
127092014-05-21 Mark Wielaard <mjw@redhat.com>
12710
12711 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12712
127132014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12714
12715 Fix TLS access for -static -pthread.
12716 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12717 <HAVE_TLS> (thread_function, main): Initialize it.
12718 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12719 Add clean_restart.
12720 <$have_tls != "">: Check TLSVAR.
12721
127222014-05-21 Pedro Alves <palves@redhat.com>
12723
12724 * gdb.base/dcache-line-read-error.c: New.
12725 * gdb.base/dcache-line-read-error.exp: New.
12726
127272014-05-20 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.base/compare-sections.c: New file.
12730 * gdb.base/compare-sections.exp: New file.
12731
127322014-05-20 Pedro Alves <palves@redhat.com>
12733
12734 * gdb.base/break-idempotent.c: New file.
12735 * gdb.base/break-idempotent.exp: New file.
12736
127372014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12738
12739 * gdb.btrace/nohist.exp: New.
12740
127412014-05-20 Yao Qi <yao@codesourcery.com>
12742
12743 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12744 gdb.reverse directory and gdb_reverse_timeout exists in board
12745 setting.
12746 * README: Document gdb_reverse_timeout.
12747
127482014-05-20 Yao Qi <yao@codesourcery.com>
12749
12750 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12751 'test_file_name'. Treat args as a string instead of a list.
12752 (gdb_init): Rename argument 'args' by 'test_file_name'.
12753
127542014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12755
12756 * gdb.arch/powerpc-power.exp: New file.
12757 * gdb.arch/powerpc-power.s: New file.
12758
127592014-05-16 Doug Evans <dje@google.com>
12760
12761 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
12762 * gdb.base/completion.exp: Check that all expected files exist
12763 before doing file completion.
12764
127652014-05-16 Doug Evans <dje@google.com>
12766
12767 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12768 Update.
12769 (do_syscall_tests_without_xml): Update.
12770
127712014-05-16 Pedro Alves <palves@redhat.com>
12772
12773 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12774 instead of "unknown output after running".
12775
127762014-05-16 Yao Qi <yao@codesourcery.com>
12777
12778 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12779 file1.txt from host at the end.
12780 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12781
127822014-05-15 Doug Evans <dje@google.com>
12783
12784 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12785 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12786 loading file. Add test for TU lookup.
12787
127882014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12789
12790 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12791 calling "-exec-arguments" or "set args" before running the
12792 inferior.
12793
127942014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12795
12796 * lib/mi-support.exp (mi_expect_stop): Expect message for
12797 inferiors that exit with non-zero exit code.
12798
127992014-05-14 Yao Qi <yao@codesourcery.com>
12800
12801 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12802 match absolute path on remote host.
12803 (test_file_list_exec_source_files): Remove "/" from the
12804 pattern.
12805
128062014-05-14 Yao Qi <yao@codesourcery.com>
12807
12808 * boards/local-remote-host-notty.exp (${board}_file): New
12809 proc.
12810
128112014-05-07 Kyle McMartin <kyle@redhat.com>
12812
12813 Pushed by Joel Brobecker <brobecker@adacore.com>.
12814 * gdb.arch/aarch64-atomic-inst.c: New file.
12815 * gdb.arch/aarch64-atomic-inst.exp: New file.
12816
128172014-05-07 Yao Qi <yao@codesourcery.com>
12818
12819 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12820 in current context" too.
12821
128222014-05-05 Keith Seitz <keiths@redhat.com>
12823
12824 * gdb.linespec/ls-dollar.exp: Add test for linespec
12825 file:convenience_variable.
12826
128272014-05-05 Yao Qi <yao@codesourcery.com>
12828
12829 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12830 traceframes into tfile and ctf trace files. Read data from
12831 trace file and test collected data.
12832 (gdb_collect_locals_test): Likewise.
12833 (gdb_unavailable_registers_test): Likewise.
12834 (gdb_unavailable_floats): Likewise.
12835 (gdb_collect_globals_test): Likewise.
12836 (top-level): Append "ctf" to trace_file_targets if GDB
12837 supports.
12838
128392014-05-05 Yao Qi <yao@codesourcery.com>
12840
12841 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12842 code to ...
12843 (gdb_collect_args_test_1): ... it. New proc.
12844 (gdb_collect_locals_test): Move some code to ...
12845 (gdb_collect_locals_test_1): ... it. New proc.
12846 (gdb_unavailable_registers_test): Move some code to ...
12847 (gdb_unavailable_registers_test_1): ... it. New proc.
12848 (gdb_unavailable_floats): Move some code to ...
12849 (gdb_unavailable_floats_1): ... it. New proc.
12850
128512014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12852
12853 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12854 probes to test for bitness recognition.
12855 * gdb.arch/amd64-stap-optional-prefix.exp
12856 (test_probe_value_without_reg): New procedure.
12857 Add code to test for different kinds of bitness.
12858
128592014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12860
12861 PR breakpoints/16889
12862 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12863 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12864
128652014-05-01 Pedro Alves <palves@redhat.com>
12866
12867 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12868 gdb_file_cmd if no file is specified.
12869 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12870 last_loaded_file to set the remote exec-file.
12871
128722014-05-01 Pedro Alves <palves@redhat.com>
12873
12874 * boards/local-remote-host.exp: New file.
12875
128762014-05-01 Pedro Alves <palves@redhat.com>
12877
12878 * boards/local-remote-host.exp: Rename to ...
12879 * boards/local-remote-host-notty.exp: ... this.
12880
128812014-04-28 Joel Brobecker <brobecker@adacore.com>
12882
12883 * gdb.ada/dyn_arrayidx: New testcase.
12884
128852014-04-26 Yao Qi <yao@codesourcery.com>
12886
12887 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12888 and compute the length of function main. Save it in
12889 $main_length.
12890 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12891 (top-level): Use gdb_compile to compile objects into
12892 executable and restart GDB. Remove invocation to
12893 prepare_for_testing.
12894
128952014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12896 Pedro Alves <palves@redhat.com>
12897
12898 PR server/16255
12899 * gdb.multi/multi-attach.c: New file.
12900 * gdb.multi/multi-attach.exp: New file.
12901
129022014-04-25 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12905 user.
12906 (top level): Test that "set remote conditional-breakpoints-packet
12907 off" works as intended.
12908 * gdb.base/dprintf.exp: Test that "set remote
12909 breakpoint-commands-packet off" works as intended.
12910 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12911 New function.
12912 (top level): Call it.
12913 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12914 remote fast-tracepoints-packet off" works as intended.
12915 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12916 * lib/gdb.exp (gdb_is_target_remote): ... here.
12917
129182014-04-24 David Blaikie <dblaikie@gmail.com>
12919
12920 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12921 ensure clang would not discard them.
12922 * gdb.base/gdbvars.c: Ditto.
12923 * gdb.base/memattr.c: Ditto.
12924 * gdb.base/whatis.c: Ditto.
12925 * gdb.python/py-prettyprint.c: Ditto.
12926 * gdb.trace/actions.c: Ditto.
12927 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12928 ensure clang would not discard it.
12929
129302014-04-24 David Blaikie <dblaikie@gmail.com>
12931
12932 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12933 clang to emit the full definition of type required by the test
12934 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12935
129362014-04-24 David Blaikie <dblaikie@gmail.com>
12937
12938 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12939 coax Clang into emitting the definition of the type.
12940 * gdb.cp/pr10728-x.h (y): Ditto.
12941 * gdb.cp/pr10728-y.cc (y): Ditto.
12942
129432014-04-24 David Blaikie <dblaikie@gmail.com>
12944
12945 * gdb.base/label.exp: XFAIL label related tests under Clang.
12946 * gdb.cp/cplabel.exp: Ditto.
12947 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12948 under Clang those using labels.
12949
129502014-04-25 Yao Qi <yao@codesourcery.com>
12951
12952 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12953 double_label.
12954 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12955 partial_label and double_label.
12956
129572014-04-24 David Blaikie <dblaikie@gmail.com>
12958
12959 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12960
129612014-04-24 David Blaikie <dblaikie@gmail.com>
12962
12963 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12964 of the function to work across GCC and Clang.
12965 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12966 pointer types (const void ** const V void **).
12967
129682014-04-24 Michael Sturm <michael.sturm@mintel.com>
12969 Walfred Tedeschi <walfred.tedeschi@intel.com>
12970
12971 * Makefile.in (EXECUTABLES): Added i386-avx512.
12972 * gdb.arch/i386-avx512.c: New file.
12973 * gdb.arch/i386-avx512.exp: Likewise.
12974
129752014-04-23 Keith Seitz <keiths@redhat.com>
12976
12977 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12978 (mi_make_breakpoint_table): New procedure.
12979 (mi_create_breakpoint): Use mi_make_breakpoint
12980 and return the result.
12981 (mi_make_breakpoint): New procedure.
12982 (mi_build_kv_pairs): New procedure.
12983
12984 * gdb.mi/mi-break.exp: Remove unused globals,
12985 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12986 All callers updated.
12987 * gdb.mi/mi-dprintf.exp: Use variable to track command
12988 number.
12989 Update all callers of mi_create_breakpoint and use
12990 mi_make_breakpoint_table.
12991 Remove any unused global variables.
12992 * gdb.mi/mi-nonstop.exp: Likewise.
12993 * gdb.mi/mi-nsintrall.exp: Likewise.
12994 * gdb.mi/mi-nsmoribund.exp: Likewise.
12995 * gdb.mi/mi-nsthrexec.exp: Likewise.
12996 * gdb.mi/mi-reverse.exp: Likewise.
12997 * gdb.mi/mi-simplerun.exp: Likewise.
12998 * gdb.mi/mi-stepn.exp: Likewise.
12999 * gdb.mi/mi-syn-frame.exp: Likewise.
13000 * gdb.mi/mi-until.exp: Likewise.
13001 * gdb.mi/mi-var-cp.exp: Likewise.
13002 * gdb.mi/mi-var-display.exp: Likewise.
13003 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13004 * gdb.mi/mi2-var-child.exp: Likewise.
13005 * gdb.mi/mi-vla-c99.exp: Likewise.
13006 * lib/mi-support.exp: Likewise.
13007
13008 From Ian Lance Taylor <iant@cygnus.com>:
13009 * lib/gdb.exp (parse_args): New procedure.
13010
130112014-04-23 Pedro Alves <palves@redhat.com>
13012
13013 * gdb.base/break-unload-file.c: New file.
13014 * gdb.base/break-unload-file.exp: New file.
13015 * gdb.base/sym-file-lib.c (baz): New function.
13016 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13017 field.
13018 (load): Store the segment's mapped size.
13019 (unload): New function.
13020 (unload_shlib): New function.
13021 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13022 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13023 set a breakpoint at baz, and call it.
13024 * gdb.base/sym-file.exp: New tests for stale breakpoint
13025 instructions.
13026
130272014-04-23 Pedro Alves <palves@redhat.com>
13028
13029 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13030 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13031 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13032 * gdb.base/hbreak-unmapped.c: New file.
13033 * gdb.base/hbreak-unmapped.exp: New file.
13034 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13035 * lib/gdb.exp (gdb_is_target_remote): ... here.
13036
130372014-04-22 Pedro Alves <palves@redhat.com>
13038
13039 * gdb.base/consecutive-step-over.c: New file.
13040 * gdb.base/consecutive-step-over.exp: New file.
13041
130422014-04-22 Pedro Alves <palves@redhat.com>
13043
13044 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13045 instead of send_gdb/gdb_expect.
13046
130472014-04-22 Yao Qi <yao@codesourcery.com>
13048
13049 * lib/trace-support.exp (generate_tracefile): New procedure.
13050 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13051 return 0.
13052 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13053 if generate_tracefile returns 1.
13054
130552014-04-18 Tom Tromey <palves@redhat.com>
13056 Pedro alves <tromey@redhat.com>
13057
13058 PR backtrace/15558
13059 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13060 with a backtrace limit.
13061 * gdb.python/py-frame-inline.exp: Test running to an inline
13062 function with a backtrace limit, and printing the newest frame.
13063 * gdb.python/py-frame-inline.c (main): Call f.
13064
130652014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13066
13067 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13068
130692014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13070
13071 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13072 Drop prefix from unsupported source file path.
13073
130742014-04-17 Yao Qi <yao@codesourcery.com>
13075
13076 * lib/gdb.exp (with_target_charset): New proc.
13077 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13078 with_target_charset.
13079 (test_print_strings): Likewise.
13080 (test_repeat_bytes): Likewise.
13081 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13082 for some tests.
13083
130842014-04-16 Keith Seitz <keiths@redhat.com>
13085
13086 PR gdb/15827
13087 * gdb.dwarf2/corrupt.c: New file.
13088 * gdb.dwarf2/corrupt.exp: New file.
13089
130902014-04-16 Keith Seitz <keiths@redhat.com>
13091
13092 PR c++/16597
13093 * gdb.cp/namelessclass.cc: New file.
13094 * gdb.cp/namelessclass.exp: New file.
13095 * gdb.cp/namelessclass.S: New file.
13096
130972014-04-16 Doug Evans <dje@google.com>
13098
13099 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13100 Add comment.
13101 (gdbserver_default_get_comm_port): New function.
13102 (gdbserver_start): Check if board file provided
13103 "gdbserver,get_comm_port" and use it if so.
13104 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13105 (gdb,socketport): Set to "stdio".
13106 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13107 (stdio_gdbserver_template): Delete.
13108 (${board}_get_remote_address): Update.
13109 (${board}_build_remote_cmd): Delete.
13110 (${board}_get_comm_port): New function.
13111 (${board}_spawn): Update.
13112 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13113 Delete.
13114 (${board}_get_remote_address): Update.
13115 (${board}_get_comm_port): New function.
13116
131172014-04-16 Andrew Burgess <aburgess@broadcom.com>
13118
13119 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13120 appearing in any order.
13121
131222014-04-15 Doug Evans <dje@google.com>
13123
13124 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13125 uninitialized value of "description".
13126
131272014-04-15 Keith Seitz <keiths@redhat.com>
13128
13129 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13130 Remove unused globals.
13131 (test_running_the_program): Likewise.
13132 (test_controlled_execution): Likewise.
13133 (test_controlling_breakpoints): Likewise.
13134 (test_program_termination): Likewise.
13135
131362014-04-15 Keith Seitz <keiths@redhat.com>
13137
13138 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13139 unused globals.
13140 (test_rbreak_creation_and_listing): Likewise.
13141 (test_ignore_count): Likewise.
13142 (test_error): Likewise.
13143
131442014-04-15 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13147 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13148 sym-file-loader.c.
13149 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13150 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13151 to sym-file-loader.c.
13152 (struct library): Forward declare.
13153 (load_shlib, lookup_function): Change prototypes.
13154 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13155 (translate_offset): Remove declarations.
13156 (get_text_addr): New declaration.
13157 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13158 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13159 sym-file-loader.h.
13160 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13161 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13162 here from sym-file-loader.h.
13163 (struct library): New structure.
13164 (load_shlib, lookup_function): Change prototypes and adjust to
13165 work with a struct library.
13166 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13167 (translate_offset): Make static.
13168 (get_text_addr): New function.
13169 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13170
131712014-04-15 Pedro Alves <palves@redhat.com>
13172
13173 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13174
131752014-04-15 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.base/sym-file-loader.c: Include <limits.h>.
13178 (SELF_LINK): New define.
13179 (get_origin): New function.
13180 (load_shlib): Use it.
13181 * gdb.base/sym-file.exp: Don't early return if the target is
13182 remote. Use runto_main, and issue fail is that fails. Use
13183 gdb_load_shlibs.
13184 (shlib_name): Delete.
13185 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13186
131872014-04-15 Pedro Alves <palves@redhat.com>
13188
13189 * gdb.base/sym-file.exp: Remove regex characters from test
13190 message. Don't refer to breakpoint numbers in test messages.
13191
131922014-04-14 Keith Seitz <keiths@redhat.com>
13193
13194 PR c++/16253
13195 * gdb.cp/var-tag.cc: New file.
13196 * gdb.cp/var-tag.exp: New file.
13197 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13198 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13199 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13200 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13201
132022014-04-14 Tom Tromey <tromey@redhat.com>
13203
13204 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13205 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13206 type.
13207 * gdb.cp/enum-class.exp: New file.
13208 * gdb.cp/enum-class.cc: New file.
13209
132102014-04-14 Tom Tromey <tromey@redhat.com>
13211
13212 * gdb.dwarf2/enum-type.exp: New file.
13213
132142014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13215
13216 * gdb.mi/mi-vla-c99.exp: New file.
13217 * gdb.mi/vla.c: New file.
13218
132192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13220
13221 * gdb.base/vla-datatypes.c: New file.
13222 * gdb.base/vla-datatypes.exp: New file.
13223
132242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13225
13226 * gdb.base/vla-ptr.c: New file.
13227 * gdb.base/vla-ptr.exp: New file.
13228
132292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13230
13231 * gdb.dwarf2/count.exp: New file.
13232
132332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13234
13235 * gdb.base/vla-sideeffect.c: New file.
13236 * gdb.base/vla-sideeffect.exp: New file.
13237
132382014-04-14 David Blaikie <dblaikie@gmail.com>
13239
13240 * gdb.mi/non-stop.c: Add return value for non-void function return
13241 statement.
13242 * gdb.threads/staticthreads.c: Ditto.
13243
132442014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13245 Doug Evans <xdje42@gmail.com>
13246
13247 * gdb.guile/scm-value.c: Improve test case.
13248 * gdb.guile/scm-value.exp: Add new test.
13249
132502014-04-11 David Blaikie <dblaikie@gmail.com>
13251
13252 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13253 override Clang's default.
13254
132552014-04-11 Joel Brobecker <brobecker@adacore.com>
13256
13257 Revert the following changes (regressions):
13258
13259 * gdb.base/vla-sideeffect.c: New file.
13260 * gdb.base/vla-sideeffect.exp: New file.
13261
13262 * gdb.dwarf2/count.exp: New file.
13263
13264 * gdb.base/vla-multi.c: New file.
13265 * gdb.base/vla-multi.exp: New file.
13266
13267 * gdb.base/vla-ptr.c: New file.
13268 * gdb.base/vla-ptr.exp: New file.
13269
13270 * gdb.base/vla-datatypes.c: New file.
13271 * gdb.base/vla-datatypes.exp: New file.
13272
13273 * gdb.mi/mi-vla-c99.exp: New file.
13274 * gdb.mi/vla.c: New file.
13275
132762014-04-11 Keith Seitz <keiths@redhat.com>
13277
13278 PR c++/16675
13279 * gdb.cp/cpsizeof.exp: New file.
13280 * gdb.cp/cpsizeof.cc: New file.
13281
132822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13283
13284 * gdb.mi/mi-vla-c99.exp: New file.
13285 * gdb.mi/vla.c: New file.
13286
132872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13288
13289 * gdb.base/vla-datatypes.c: New file.
13290 * gdb.base/vla-datatypes.exp: New file.
13291
132922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13293
13294 * gdb.base/vla-ptr.c: New file.
13295 * gdb.base/vla-ptr.exp: New file.
13296
132972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13298
13299 * gdb.base/vla-multi.c: New file.
13300 * gdb.base/vla-multi.exp: New file.
13301
133022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13303
13304 * gdb.dwarf2/count.exp: New file.
13305
133062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13307
13308 * gdb.base/vla-sideeffect.c: New file.
13309 * gdb.base/vla-sideeffect.exp: New file.
13310
133112014-04-11 Yao Qi <yao@codesourcery.com>
13312
13313 * gdb.base/completion.exp: Check file exists before running tests
13314 on file completion.
13315
133162014-04-10 Pedro Alves <palves@redhat.com>
13317
13318 * gdb.base/cond-eval-mode.c: New file.
13319 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13320 prepare_for_testing to build the new file. Check result of
13321 runto_main.
13322 (test_break, test_watch): New procedures.
13323 (top level): Use them.
13324
133252014-04-08 Pierre Muller <muller@sourceware.org>
13326
13327 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13328 Ctrl-V use for mingw hosts.
13329
133302014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13331
13332 * gdb.python/py-value.c: Improve test case.
13333 * gdb.python/py-value.exp: Add new test.
13334
133352014-04-07 David Blaikie <dblaikie@gmail.com>
13336
13337 * lib/compiler.c: Identify the clang compiler.
13338 * lib/compiler.cc: Ditto.
13339
133402014-04-03 Yao Qi <yao@codesourcery.com>
13341
13342 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13343
133442014-04-01 Anton Blanchard <anton@samba.org>
13345
13346 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13347 messages unique.
13348
133492014-04-01 Anton Blanchard <anton@samba.org>
13350
13351 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13352 prepare_for_testing.
13353
133542014-04-01 Anton Blanchard <anton@samba.org>
13355
13356 * gdb.arch/ppc64-atomic-inst.c: Remove.
13357 * gdb.arch/ppc64-atomic-inst.S: New file.
13358 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13359
133602014-03-31 Doug Evans <dje@google.com>
13361
13362 * gdb.base/print-symbol-loading-lib.c: New file.
13363 * gdb.base/print-symbol-loading-main.c: New file.
13364 * gdb.base/print-symbol-loading.exp: New file.
13365
133662014-03-31 Yao Qi <yao@codesourcery.com>
13367
13368 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13369
133702014-03-28 Joel Brobecker <brobecker@adacore.com>
13371
13372 * gdb.ada/mi_dyn_arr: New testcase.
13373
133742014-03-27 Doug Evans <dje@google.com>
13375
13376 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13377
133782014-03-27 Yao Qi <yao@codesourcery.com>
13379
13380 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13381 if target is nios2-*-*.
13382
133832014-03-26 Yao Qi <yao@codesourcery.com>
13384
13385 * lib/gdb.exp (readline_is_used): New proc.
13386 * gdb.base/completion.exp: Move tests on command complete up.
13387 Skip the rest of tests if readline is not used.
13388 * gdb.ada/complete.exp: Skp the test if readline is not
13389 used.
13390 * gdb.base/filesym.exp: Likewise.
13391 * gdb.base/macscp.exp: Likewise.
13392 * gdb.base/readline-ask.exp: Likewise.
13393 * gdb.base/readline.exp: Likewise.
13394 * gdb.python/py-cmd.exp: Likewise.
13395 * gdb.trace/tfile.exp: Likewise.
13396
133972014-03-26 Yao Qi <yao@codesourcery.com>
13398
13399 * gdb.base/macscp.exp: Fix code format issues.
13400
134012014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13402
13403 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13404 * gdb.asm/powerpc64le.inc: New file.
13405
134062014-03-25 Pedro Alves <palves@redhat.com>
13407 Doug Evans <dje@google.com>
13408
13409 * gdb.base/source-execution.c: New file.
13410 * gdb.base/source-execution.exp: New file.
13411 * gdb.base/source-execution.gdb: New file.
13412
134132014-03-24 Doug Evans <dje@google.com>
13414
13415 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13416 using fission.
13417
134182014-03-24 Hui Zhu <hui@codesourcery.com>
13419 Pedro Alves <palves@redhat.com>
13420
13421 PR breakpoints/16101
13422 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13423 test pass/fail messages. Detect missing support for dprintf when
13424 breakpoints are actually inserted.
13425 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13426 breakpoints are actually inserted.
13427 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13428 fails.
13429
134302014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13431
13432 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13433
134342014-03-22 Doug Evans <xdje42@gmail.com>
13435
13436 * gdb.python/python.exp (python not supported): Verify multi-line
13437 python command issues an error.
13438 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13439 guile command issues an error.
13440
134412014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13442
13443 * gdb.threads/thread-specific.exp: Handle the lack of usable
13444 $this_breakpoint and $this_thread.
13445
134462014-03-21 Hui Zhu <hui@codesourcery.com>
13447
13448 * gdb.base/attach.exp (do_command_attach_tests): New.
13449
134502014-03-20 Tom Tromey <tromey@redhat.com>
13451 Pedro Alves <palves@redhat.com>
13452
13453 PR cli/15718
13454 * gdb.base/condbreak-call-false.c: New file.
13455 * gdb.base/condbreak-call-false.exp: New file.
13456
134572014-03-20 Pedro Alves <palves@redhat.com>
13458
13459 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13460 Delete.
13461 (block_signals, unblock_signals): Delete.
13462 (child_function_2, main): Remove references to deleted variable
13463 and functions.
13464
134652014-03-20 Pedro Alves <palves@redhat.com>
13466
13467 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13468 Use pthread_kill to signal thread 2.
13469 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13470 Adjust to make the test send itself a signal rather than using the
13471 host's "kill" command.
13472
134732014-03-20 Pedro Alves <palves@redhat.com>
13474
13475 * gdb.threads/multiple-step-overs.c: New file.
13476 * gdb.threads/multiple-step-overs.exp: New file.
13477 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13478 Adjust expected infrun debug output.
13479
134802014-03-20 Pedro Alves <palves@redhat.com>
13481
13482 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13483 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13484
134852014-03-20 Pedro Alves <palves@redhat.com>
13486
13487 PR breakpoints/7143
13488 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13489 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13490 of gdb_test_multiple.
13491 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13492 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13493
134942014-03-20 Pedro Alves <palves@redhat.com>
13495
13496 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13497 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13498
134992014-03-19 Pedro Alves <palves@redhat.com>
13500
13501 * gdb.base/async.exp: Remove early return.
13502
135032014-03-19 Pedro Alves <palves@redhat.com>
13504
13505 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13506
135072014-03-19 Pedro Alves <palves@redhat.com>
13508
13509 * gdb.base/async.exp (test_background): Expect \r\n after
13510 "completed." in the fail pattern.
13511
135122014-03-19 Pedro Alves <palves@redhat.com>
13513
13514 * gdb.base/async.exp (test_background): New procedure.
13515 Use it for all background execution command tests.
13516
135172014-03-19 Pedro Alves <palves@redhat.com>
13518
13519 * gdb.base/async.exp: Use prepare_for_testing.
13520
135212014-03-19 Pedro Alves <palves@redhat.com>
13522
13523 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13524 the same line.
13525
135262014-03-19 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.base/async.c (main): Add "jump here" and "until here" line
13529 marker comments.
13530 * gdb.base/async.exp (jump_here): New global.
13531 (jump& test): Use it.
13532 (until_here): New global.
13533 (until& test): Use it.
13534
135352014-03-19 Pedro Alves <palves@redhat.com>
13536
13537 * gdb.base/async.exp: Don't frob gdb_protocol.
13538
135392014-03-18 Doug Evans <xdje42@gmail.com>
13540
13541 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13542 Fix spelling of exec-done-display.
13543
135442014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13545
13546 PR gdb/15358
13547 * gdb.base/gdb-sigterm.c: New file.
13548 * gdb.base/gdb-sigterm.exp: New file.
13549
135502014-03-18 Pedro Alves <palves@redhat.com>
13551
13552 PR gdb/13860
13553 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13554 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13555 solib-event.
13556
135572014-03-17 Joel Brobecker <brobecker@adacore.com>
13558
13559 * gdb.ada/pckd_arr_ren: New testcase.
13560
135612014-03-13 Doug Evans <xdje42@gmail.com>
13562
13563 PR guile/16612
13564 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13565 collect after discarding symbols.
13566
135672014-03-13 Ludovic Courtès <ludo@gnu.org>
13568 Doug Evans <xdje42@gmail.com>
13569
13570 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13571 to history survives a gc.
13572
135732014-03-13 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.base/default.exp: Don't test "target procfs".
13576
135772014-03-13 Pedro Alves <palves@redhat.com>
13578
13579 * gdb.base/default.exp: Update "target child" and "target procfs"
13580 tests to not expect "Unix".
13581
135822014-03-12 Tom Tromey <tromey@redhat.com>
13583
13584 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13585 New procs. Add target-async tests.
13586 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13587 Add target-async tests.
13588
135892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13590
13591 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13592 'func_start' and 'func_end' for the beginning and end of the
13593 function code, respectively.
13594 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13595 'func_end' instead of 'func' and 'main'.
13596
135972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13598
13599 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13600 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13601 generate the debug info assembler source.
13602
136032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13604
13605 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13606 * gdb.dwarf2/arr-subrange.exp: Likewise.
13607 * gdb.dwarf2/dwz.exp: Likewise.
13608 * gdb.dwarf2/method-ptr.exp: Likewise.
13609 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13610 * gdb.dwarf2/subrange.exp: Likewise.
13611 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13612 * gdb.dwarf2/implptrpiece.exp: Likewise.
13613 * gdb.dwarf2/nostaticblock.exp: Likewise.
13614
136152014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13616
13617 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13618 directory to absolute path name arguments.
13619
136202014-03-10 Joel Brobecker <brobecker@adacore.com>
13621
13622 * gdb.ada/tagged_access: New testcase.
13623
136242014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13625
13626 * gdb.btrace/data.exp: Update expected output.
13627
136282014-03-06 Yao Qi <yao@codesourcery.com>
13629
13630 * gdb.trace/pr16508.exp: New file.
13631
136322014-03-05 Pedro Alves <palves@redhat.com>
13633
13634 PR gdb/16575
13635 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13636 procedure.
13637 (top level): Adjust to use it. Add tests that exercise breakpoint
13638 interaction with the code-cache.
13639
136402014-02-26 Ludovic Courtès <ludo@gnu.org>
13641
13642 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13643 test for 'history-append!'.
13644
136452014-02-26 Joel Brobecker <brobecker@adacore.com>
13646
13647 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13648 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13649 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13650 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13651 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13652 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13653
136542014-02-26 Joel Brobecker <brobecker@adacore.com>
13655
13656 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13657 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13658 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13659
136602014-02-26 Joel Brobecker <brobecker@adacore.com>
13661
13662 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13663
136642014-02-26 Joel Brobecker <brobecker@adacore.com>
13665
13666 * gdb.dwarf2/arr-stride.c: New file.
13667 * gdb.dwarf2/arr-stride.exp: New file.
13668
136692014-02-26 Pedro Alves <palves@redhat.com>
13670
13671 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13672 that won't ever trigger. Make sure that GDB reports the correct
13673 breakpoint that caused the stop.
13674
136752014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13676
13677 PR gdb/16626
13678 * gdb.base/auto-load-script: New file.
13679 * gdb.base/auto-load.c: New file.
13680 * gdb.base/auto-load.exp: New file.
13681
13682 PR gdb/16626
13683 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13684
136852014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13686
13687 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13688 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13689
136902014-02-24 Doug Evans <dje@google.com>
13691
13692 * lib/gdb.exp (run_on_host): Log error output if program fails.
13693
136942014-02-21 Pedro Alves <palves@redhat.com>
13695
13696 * gdb.threads/step-after-sr-lock.c: Rename to ...
13697 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13698 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13699 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13700 ... this.
13701
137022014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13703
13704 PR tdep/16397
13705 * gdb.arch/amd64-stap-special-operands.exp: New file.
13706 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13707 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13708 * gdb.arch/amd64-stap-triplet.S: Likewise.
13709 * gdb.arch/amd64-stap-triplet.c: Likewise.
13710
137112014-02-20 Joel Brobecker <brobecker@adacore.com>
13712
13713 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13714 in .section pseudo-op.
13715
137162014-02-20 lin zuojian <manjian2006@gmail.com>
13717 Joel Brobecker <brobecker@adacore.com>
13718 Doug Evans <xdje42@gmail.com>
13719
13720 PR symtab/16581
13721 * gdb.dwarf2/dw2-icycle.S: New file.
13722 * gdb.dwarf2/dw2-icycle.c: New file.
13723 * gdb.dwarf2/dw2-icycle.exp: New file.
13724
137252014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13726
13727 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13728 operations on gdb.Value objects.
13729 * gdb.python/py-value-cc.exp: Add new test to test operations on
13730 gdb.Value objects.
13731
137322014-02-18 Doug Evans <dje@google.com>
13733
13734 * Makefile.in (TESTS): New variable.
13735 (expanded_tests, expanded_tests_or_none): New variables
13736 (check-single): Pass $(expanded_tests_or_none) to runtest.
13737 (check-parallel): Only run tests in $(TESTS) if non-empty.
13738 (check/no-matching-tests-found): New rule.
13739 * README: Document TESTS makefile variable.
13740
137412014-02-18 Doug Evans <dje@google.com>
13742
13743 * Makefile.in (check-parallel): rm -rf outputs temp.
13744
137452014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13746
13747 Fix "ERROR: no fileid for" in the testsuite.
13748 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13749
137502014-02-12 Doug Evans <dje@google.com>
13751
13752 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13753 (MISCELLANEOUS): New variable.
13754 (clean): rm -rf $(MISCELLANEOUS).
13755 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13756 dwp live in the same directory as symlinks, with each symlink pointed
13757 to a differently named file in a different directory.
13758
137592014-02-11 Doug Evans <dje@google.com>
13760
13761 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13762 of Tcl file commands.
13763
137642014-02-10 Mark Kettenis <kettenis@gnu.org>
13765
13766 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13767 "kill -SIGUSR1 -1".
13768
137692014-02-10 Joel Brobecker <brobecker@adacore.com>
13770
13771 * gdb.ada/tick_length_array_enum_idx: New testcase.
13772
137732014-02-10 Doug Evans <xdje42@gmail.com>
13774
13775 * configure.ac (AC_OUTPUT): Add gdb.guile.
13776 * configure: Regenerate.
13777 * lib/gdb-guile.exp: New file.
13778 * lib/gdb.exp (get_target_charset): New function.
13779 * gdb.base/help.exp: Update expected output from "apropos apropos".
13780 * gdb.guile/Makefile.in: New file.
13781 * gdb.guile/guile.exp: New file.
13782 * gdb.guile/scm-arch.c: New file.
13783 * gdb.guile/scm-arch.exp: New file.
13784 * gdb.guile/scm-block.c: New file.
13785 * gdb.guile/scm-block.exp: New file.
13786 * gdb.guile/scm-breakpoint.c: New file.
13787 * gdb.guile/scm-breakpoint.exp: New file.
13788 * gdb.guile/scm-disasm.c: New file.
13789 * gdb.guile/scm-disasm.exp: New file.
13790 * gdb.guile/scm-equal.c: New file.
13791 * gdb.guile/scm-equal.exp: New file.
13792 * gdb.guile/scm-error.exp: New file.
13793 * gdb.guile/scm-error.scm: New file.
13794 * gdb.guile/scm-frame-args.c: New file.
13795 * gdb.guile/scm-frame-args.exp: New file.
13796 * gdb.guile/scm-frame-args.scm: New file.
13797 * gdb.guile/scm-frame-inline.c: New file.
13798 * gdb.guile/scm-frame-inline.exp: New file.
13799 * gdb.guile/scm-frame.c: New file.
13800 * gdb.guile/scm-frame.exp: New file.
13801 * gdb.guile/scm-generics.exp: New file.
13802 * gdb.guile/scm-gsmob.exp: New file.
13803 * gdb.guile/scm-iterator.c: New file.
13804 * gdb.guile/scm-iterator.exp: New file.
13805 * gdb.guile/scm-math.c: New file.
13806 * gdb.guile/scm-math.exp: New file.
13807 * gdb.guile/scm-objfile-script-gdb.in: New file.
13808 * gdb.guile/scm-objfile-script.c: New file.
13809 * gdb.guile/scm-objfile-script.exp: New file.
13810 * gdb.guile/scm-objfile.c: New file.
13811 * gdb.guile/scm-objfile.exp: New file.
13812 * gdb.guile/scm-ports.exp: New file.
13813 * gdb.guile/scm-pretty-print.c: New file.
13814 * gdb.guile/scm-pretty-print.exp: New file.
13815 * gdb.guile/scm-pretty-print.scm: New file.
13816 * gdb.guile/scm-section-script.c: New file.
13817 * gdb.guile/scm-section-script.exp: New file.
13818 * gdb.guile/scm-section-script.scm: New file.
13819 * gdb.guile/scm-symbol.c: New file.
13820 * gdb.guile/scm-symbol.exp: New file.
13821 * gdb.guile/scm-symtab-2.c: New file.
13822 * gdb.guile/scm-symtab.c: New file.
13823 * gdb.guile/scm-symtab.exp: New file.
13824 * gdb.guile/scm-type.c: New file.
13825 * gdb.guile/scm-type.exp: New file.
13826 * gdb.guile/scm-value-cc.cc: New file.
13827 * gdb.guile/scm-value-cc.exp: New file.
13828 * gdb.guile/scm-value.c: New file.
13829 * gdb.guile/scm-value.exp: New file.
13830 * gdb.guile/source2.scm: New file.
13831 * gdb.guile/types-module.cc: New file.
13832 * gdb.guile/types-module.exp: New file.
13833
138342014-02-10 Yao Qi <yao@codesourcery.com>
13835
13836 PR testsuite/16543
13837 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13838 * configure: Regenerated.
13839 * Makefile.in: New file.
13840
138412014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13842
13843 * gdb.python/py-framefilter.exp: Fix typo.
13844
138452014-02-08 Yao Qi <yao@codesourcery.com>
13846
13847 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13848 that no =breakpoint-modified is emitted when breakpoints are
13849 modified through MI commands.
13850
138512014-02-07 Pedro Alves <pedro@codesourcery.com>
13852 Pedro Alves <palves@redhat.com>
13853
13854 * gdb.threads/step-after-sr-lock.c: New file.
13855 * gdb.threads/step-after-sr-lock.exp: New file.
13856
138572014-02-07 Pedro Alves <palves@redhat.com>
13858
13859 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13860
138612014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13862
13863 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13864 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13865
138662014-02-06 Doug Evans <xdje42@gmail.com>
13867
13868 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13869 output.
13870
13871 * gdb.gdb/python-interrupts.exp: New file.
13872
138732014-02-05 Yao Qi <yao@codesourcery.com>
13874
13875 * gdb.trace/report.exp (use_collected_data): Test the output
13876 of "info threads" and "info inferiors".
13877
138782014-02-05 Yao Qi <yao@codesourcery.com>
13879
13880 Revert this patch:
13881
13882 2013-05-24 Yao Qi <yao@codesourcery.com>
13883
13884 * gdb.trace/tfile.exp: Test inferior and thread.
13885
138862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13887
13888 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13889 on a function.
13890 * gdb.base/step-bt.c: Call hello via function pointer to make
13891 sure its first instruction is executed on powerpc64le-linux.
13892
138932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13894
13895 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13896
138972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13898
13899 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13900 of the test patterns for use on little-endian systems.
13901
139022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13903
13904 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13905 (decimal_vector): Fix for little-endian.
13906
139072014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13908
13909 * gdb.arch/sparc-sysstep.exp: New file.
13910 * gdb.arch/sparc-sysstep.c: Likewise.
13911
13912 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13913
139142014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13915
13916 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13917
139182014-01-23 Tom Tromey <tromey@redhat.com>
13919
13920 * gdb.ada/array_char_idx: New testcase.
13921
139222014-01-23 Tom Tromey <tromey@redhat.com>
13923
13924 PR python/16487:
13925 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13926 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13927 classes.
13928
139292014-01-23 Tom Tromey <tromey@redhat.com>
13930
13931 PR python/16491:
13932 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13933 string from an inferior frame.
13934 * gdb.python/py-framefilter-mi.exp: Update.
13935
139362014-01-22 Doug Evans <dje@google.com>
13937
13938 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13939
139402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13941
13942 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13943
139442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13945
13946 * gdb.trace/entry-values.exp: Remove excess space character from
13947 regex patterns. Handle s390 call instruction.
13948
139492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13950
13951 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13952 define "*_start" label. Make "name" static.
13953 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13954 ${name} by references to ${name}_start.
13955
139562014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13957
13958 * gdb.base/info-macros.exp: Remove "debug" from the compile
13959 options.
13960
139612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13962
13963 * gdb.dlang/demangle.exp: New file.
13964
139652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13966
13967 * gdb.dlang/primitive-types.exp: New file.
13968
139692014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13970
13971 * configure.ac: Create gdb.dlang/Makefile.
13972 * configure: Regenerate.
13973 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13974 * gdb.dlang/Makefile.in: New file.
13975 * lib/d-support.exp: New file.
13976 * lib/gdb.exp (skip_d_tests): New proc.
13977
139782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13979
13980 * gdb.btrace/delta.exp: Check reverse stepi.
13981 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13982 * gdb.btrace/finish.exp: New.
13983 * gdb.btrace/next.exp: New.
13984 * gdb.btrace/nexti.exp: New.
13985 * gdb.btrace/record_goto.c: Add comments.
13986 * gdb.btrace/step.exp: New.
13987 * gdb.btrace/stepi.exp: New.
13988 * gdb.btrace/multi-thread-step.c: New.
13989 * gdb.btrace/multi-thread-step.exp: New.
13990 * gdb.btrace/rn-dl-bind.c: New.
13991 * gdb.btrace/rn-dl-bind.exp: New.
13992 * gdb.btrace/data.c: New.
13993 * gdb.btrace/data.exp: New.
13994 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13995
139962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13997
13998 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13999 * gdb.btrace/exception.exp: Update.
14000 * gdb.btrace/instruction_history.exp: Update.
14001 * gdb.btrace/record_goto.exp: Update.
14002 * gdb.btrace/tailcall.exp: Update.
14003 * gdb.btrace/unknown_functions.exp: Update.
14004 * gdb.btrace/delta.exp: New.
14005
140062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14007
14008 * gdb.btrace/record_goto.exp: Add backtrace test.
14009 * gdb.btrace/tailcall.exp: Add backtrace test.
14010
140112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14012
14013 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14014 * gdb.btrace/record_goto.c: New.
14015 * gdb.btrace/record_goto.exp: New.
14016 * gdb.btrace/x86-record_goto.S: New.
14017
140182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14019
14020 * gdb.btrace/function_call_history.exp: Update tests.
14021 * gdb.btrace/instruction_history.exp: Update tests.
14022
140232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14024
14025 * gdb.btrace/function_call_history.exp: Fix expected field
14026 order for "record function-call-history".
14027 Add new tests for "record function-call-history /c".
14028 * gdb.btrace/exception.cc: New.
14029 * gdb.btrace/exception.exp: New.
14030 * gdb.btrace/tailcall.exp: New.
14031 * gdb.btrace/x86-tailcall.S: New.
14032 * gdb.btrace/x86-tailcall.c: New.
14033 * gdb.btrace/unknown_functions.c: New.
14034 * gdb.btrace/unknown_functions.exp: New.
14035 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14036
140372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14038
14039 * gdb.btrace/instruction_history.exp: Update.
14040 * gdb.btrace/function_call_history.exp: Update.
14041
140422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14043
14044 * gdb.btrace/function_call_history.exp: Fix expected function
14045 trace.
14046 * gdb.btrace/instruction_history.exp: Initialize traced.
14047 Remove traced_functions.
14048
140492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14050
14051 * gdb.btrace/function_call_history.exp: Update
14052 * gdb.btrace/instruction_history.exp: Update.
14053
140542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14055
14056 * gdb.btrace/enable.exp: Update expected text.
14057
140582014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14059
14060 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14061 bytes.
14062
140632014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14064
14065 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14066
140672014-01-15 Omair Javaid <omair.javaid@linaro.org>
14068
14069 * lib/gdb.exp (supports_process_record): Return true for
14070 arm*-linux*. (supports_reverse): Likewise.
14071
140722014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14073
14074 PR python/15464
14075 PR python/16113
14076 * gdb.python/py-type.c: Enhance test case.
14077 * gdb.python/py-value-cc.cc: Likewise
14078 * gdb.python/py-type.exp: Add new tests.
14079 * gdb.python/py-value-cc.exp: Likewise
14080
140812014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14082 Pedro Alves <palves@redhat.com>
14083
14084 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14085 Make "name" extern.
14086 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14087 references to ${name}_start by references to ${name}.
14088
140892014-01-10 Joel Brobecker <brobecker@adacore.com>
14090
14091 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14092
140932014-01-10 Joel Brobecker <brobecker@adacore.com>
14094
14095 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14096
140972014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14098 Pedro Alves <palves@redhat.com>
14099
14100 * gdb.mi/mi-info-os.exp: Connect to the target with
14101 mi_gdb_target_load.
14102
141032014-01-08 Pedro Alves <palves@redhat.com>
14104
14105 * gdb.threads/reconnect-signal.c: New file.
14106 * gdb.threads/reconnect-signal.exp: New file.
14107
141082014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14109
14110 * gdb.base/source-dir.exp: New file.
14111
141122014-01-07 Joel Brobecker <brobecker@adacore.com>
14113
14114 * gdb.ada/mi_interface: New testcase.
14115
141162014-01-07 Joel Brobecker <brobecker@adacore.com>
14117
14118 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14119 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14120 gdb.ada/pp-rec-component/pck.ads: New files.
14121
141222014-01-07 Joel Brobecker <brobecker@adacore.com>
14123
14124 * gdb.python/py-pp-integral.c: New file.
14125 * gdb.python/py-pp-integral.py: New file.
14126 * gdb.python/py-pp-integral.exp: New file.
14127
14128For older changes see ChangeLog-1993-2013.
14129\f
14130;; Local Variables:
14131;; mode: change-log
14132;; left-margin: 8
14133;; fill-column: 74
14134;; version-control: never
14135;; End:
14136
14137 Copyright 2014-2018 Free Software Foundation, Inc.
14138 Copying and distribution of this file, with or without modification,
14139 are permitted provided the copyright notice and this notice are preserved.
This page took 0.07579 seconds and 4 git commands to generate.