Fix running to breakpoint set in inline function by lineno/address
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12018-06-29 Pedro Alves <palves@redhat.com>
2
3 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5 number and address and running to them.
6
72018-06-29 Richard Bunt <richard.bunt@arm.com>
8
9 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10
112018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 * lib/compiler.c: Remove executable permission flag.
14
152018-06-28 Richard Bunt <richard.bunt@arm.com>
16
17 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
18 code.
19 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
20
212018-06-28 Petr Tesarik <ptesarik@suse.cz>
22
23 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
24
252018-06-28 Petr Tesarik <ptesarik@suse.cz>
26
27 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
28 address argument is omitted.
29
302018-06-28 Petr Tesarik <ptesarik@suse.cz>
31
32 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
33
342018-06-27 Omair Javaid <omair.javaid@linaro.org>
35
36 PR gdb/21695
37 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
38 * gdb.base/infoline-reloc-main-from-zero.c: New file.
39
402018-06-26 Tom Tromey <tom@tromey.com>
41
42 PR rust/22574:
43 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
44 * gdb.rust/simple.rs (struct SimpleLayout): New.
45
462018-06-22 Simon Marchi <simon.marchi@ericsson.com>
47
48 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
49 "info registers" output.
50
512018-06-21 Richard Bunt <richard.bunt@arm.com>
52
53 * gdb.base/watchpoint-hw-attach.c: New test.
54 * gdb.base/watchpoint-hw-attach.exp: New file.
55
562018-06-20 Simon Marchi <simon.marchi@ericsson.com>
57
58 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
59 through /bin/sh.
60 * boards/dwarf4-gdb-index.exp: Likewise.
61 * boards/fission-dwp.exp: Likewise.
62
632018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
64
65 * gdb.base/float128.exp: Add comment and improved fail message
66 to the failure case of "print large128" test.
67
682018-06-19 Simon Marchi <simon.marchi@ericsson.com>
69
70 * configure.ac: Remove AC_PREREQ.
71 * configure: Re-generate.
72
732018-06-19 Pedro Alves <palves@redhat.com>
74
75 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
76 (func_extern_caller): New.
77 (main): Call func_extern_caller.
78 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
79 logic change.
80
812018-06-18 Weimin Pan <weimin.pan@oracle.com>
82
83 PR gdb/16841
84 * gdb.cp/typedef-base.cc: New file.
85 * gdb.cp/typedef-base.exp: New file.
86
872018-06-18 Tom de Vries <tdevries@suse.de>
88
89 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
90
912018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
92 Richard Bunt <Richard.Bunt@arm.com>
93
94 * gdb.threads/attach-slow-waitpid.c: New file.
95 * gdb.threads/attach-slow-waitpid.exp: New file.
96 * gdb.threads/slow-waitpid.c: New file.
97
982018-06-14 Pedro Alves <palves@redhat.com>
99
100 * gdb.base/fork-running-state.c: Include <errno.h>.
101 (exit_if_relative_exits): New.
102 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
103 exits.
104 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
105 child exits.
106
1072018-06-14 Tom de Vries <tdevries@suse.de>
108
109 PR cli/22573
110 * gdb.base/finish-pretty.c: New test.
111 * gdb.base/finish-pretty.exp: New file.
112
1132018-06-14 Pedro Alves <palves@redhat.com>
114
115 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
116 gdb's expected startup output.
117
1182018-06-14 Pedro Alves <palves@redhat.com>
119
120 * lib/selftest-support.exp (selftest_setup): Remove inlined
121 function handling.
122
1232018-06-14 Tom de Vries <tdevries@suse.de>
124
125 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
126 matching of breakpoint printing.
127
1282018-06-13 Tom de Vries <tdevries@suse.de>
129
130 PR testsuite/23269
131 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
132 (fork_child): ... here, and ...
133 (fork_parent): ... here.
134
1352018-06-12 Tom de Vries <tdevries@suse.de>
136
137 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
138
1392018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
140 Stephen Roberts <stephen.roberts@arm.com>
141
142 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
143 rewrite test to describe action performed, rather than possible
144 failure.
145
1462018-06-08 Gary Benson <gbenson@redhat.com>
147
148 * gdb.threads/check-libthread-db.exp: New file.
149 * gdb.threads/check-libthread-db.c: Likewise.
150
1512018-06-05 Tom Tromey <tom@tromey.com>
152
153 * gdb.base/default.exp: Update expected "show version" output.
154
1552018-06-05 Tom Tromey <tom@tromey.com>
156
157 PR cli/12326:
158 * gdb.cp/static-print-quit.exp: Update.
159 * lib/gdb.exp (pagination_prompt): Update.
160 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
161 * gdb.python/python.exp: Update.
162
1632018-06-04 Joel Brobecker <brobecker@adacore.com>
164
165 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
166
1672018-06-01 Joel Brobecker <brobecker@adacore.com>
168
169 * gdb.ada/bp_fun_addr: New testcase.
170
1712018-06-01 Tom Tromey <tom@tromey.com>
172
173 * gdb.xml/tdesc-regs.exp (load_description): Update expected
174 results.
175 * gdb.dwarf2/method-ptr.exp: Set language to C++.
176 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
177 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
178 * gdb.base/maint.exp (maint_pass_if): Update.
179
1802018-05-31 Maciej W. Rozycki <macro@mips.com>
181
182 * gdb.base/endian.exp: New test.
183 * gdb.base/endian.c: New test source.
184
1852018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 PR gdb/23203
188 * gdb.base/bt-selected-frame.c: New file.
189 * gdb.base/bt-selected-frame.exp: New file.
190 * lib/gdb.exp (get_current_frame_number): New function.
191
1922018-05-24 Maciej W. Rozycki <macro@mips.com>
193 Pedro Alves <palves@redhat.com>
194
195 * gdb.threads/tls-core.c: Include <stdlib.h>
196 (thread_proc): Call `abort'.
197 * gdb.threads/tls-core.exp: Generate a core with core_find too.
198 (tls_core_test): New procedure, bits factored out from ...
199 (top level): ... here. Test both native cores and gcore cores.
200
2012018-05-23 Tom Tromey <tom@tromey.com>
202
203 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
204
2052018-05-23 Tom Tromey <tom@tromey.com>
206
207 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
208 symfile_complaints.
209 (test_short_complaints): Likewise.
210 (test_empty_complaints): Likewise.
211 (test_initial_complaints): Update.
212
2132018-05-23 Tom Tromey <tom@tromey.com>
214
215 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
216
2172018-05-23 Tom Tromey <tom@tromey.com>
218
219 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
220 (test_short_complaints): Update.
221
2222018-05-22 Pedro Alves <palves@redhat.com>
223
224 * gdb.base/remote.exp: Only gdb_start after compiling the
225 testcase. Issue "disconnect" before testing "set remote" command
226 defaults. Issue clean_restart before running to main.
227
2282018-05-22 Pedro Alves <palves@redhat.com>
229
230 * gdb.base/remote.exp: Adjust expected output of "show remote
231 memory-write-packet-size". Add tests for "set remote
232 memory-write-packet-size 0" and "set remote
233 memory-write-packet-size fixed/limit".
234
2352018-05-22 Pedro Alves <palves@redhat.com>
236
237 PR gdb/22973
238 * gdb.base/utf8-identifiers.c: New file.
239 * gdb.base/utf8-identifiers.exp: New file.
240
2412018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
242
243 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
244
2452018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
246
247 * gdb.arch/powerpc-vsx-gcore.exp: New file.
248
2492018-05-18 Tom Tromey <tom@tromey.com>
250
251 * gdb.base/ptype-offsets.exp: Update.
252
2532018-05-17 Keith Seitz <keiths@redhat.com>
254
255 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
256 in expected breakpoint stop locations.
257 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
258 move to proper scope to test variable values.
259 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
260 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
261 New functions.
262 (main): Call not_inline_func3.
263 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
264 inline_func1, inline_func2, and inline_func3. Test that when each
265 breakpoint is hit, GDB properly reports both the stop location
266 and the backtrace. Repeat tests for temporary breakpoints.
267
2682018-05-15 Maciej W. Rozycki <macro@mips.com>
269
270 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
271 rather then trying to access it in determining whether the PID
272 of `gdbserver' could have been retrieved.
273
2742018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
275
276 * gdb.arch/amd64-init-x87-values.S: New file.
277 * gdb.arch/amd64-init-x87-values.exp: New file.
278
2792018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
280
281 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
282
2832018-05-04 Tom Tromey <tom@tromey.com>
284
285 PR python/22730:
286 * gdb.python/python.exp: Test multi-line execute.
287
2882018-05-04 Tom Tromey <tom@tromey.com>
289
290 PR python/22731:
291 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
292
2932018-05-04 Tom Tromey <tom@tromey.com>
294
295 PR gdb/11750:
296 * gdb.base/define.exp: Test defining a user command inside a user
297 command.
298 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
299
3002018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
301 Pedro Alves <palves@redhat.com>
302
303 PR breakpoints/19806 and support for PR external/20207.
304 * gdb.base/watchpoint-unaligned.c: New file.
305 * gdb.base/watchpoint-unaligned.exp: New file.
306
3072018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * gdb.base/maint.exp: Make test names unique, use
310 test_prefix_command_help to test 'help maint info', and remove
311 repeated test of 'help maint'.
312
3132018-05-04 Tom Tromey <tom@tromey.com>
314
315 PR gdb/22619:
316 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
317 behavior.
318
3192018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.base/maint.exp: Process output from 'maint print registers'
322 line at a time.
323
3242018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
327 timeout.
328
3292018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
332 filter pattern.
333
3342018-05-02 Pedro Alves <palves@redhat.com>
335
336 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
337 to_log_command renames.
338 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
339
3402018-05-02 Tom Tromey <tom@tromey.com>
341
342 * gdb.python/py-parameter.exp: Set test message.
343
3442018-05-02 Tom Tromey <tom@tromey.com>
345
346 PR python/20084:
347 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
348 PARAM_ZUINTEGER_UNLIMITED tests.
349
3502018-04-28 Dan Robertson <danlrobertson89@gmail.com>
351
352 PR rust/23124
353 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
354 when casting.
355
3562018-04-30 Tom Tromey <tom@tromey.com>
357
358 * gdb.python/py-type.exp: Check align attribute.
359 * gdb.python/py-type.c: New "aligncheck" global.
360
3612018-04-30 Tom Tromey <tom@tromey.com>
362
363 PR exp/17095:
364 * gdb.dwarf2/dw2-align.exp: New file.
365 * gdb.cp/align.exp: New file.
366 * gdb.base/align.exp: New file.
367 * lib/gdb.exp (gdb_int128_helper): New proc.
368 (has_int128_c, has_int128_cxx): New caching procs.
369
3702018-04-27 Tom Tromey <tom@tromey.com>
371
372 PR rust/22545:
373 * gdb.rust/simple.exp: Add inclusive range tests.
374
3752018-04-26 Pedro Alves <palves@redhat.com>
376
377 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
378 ifunc breakpoint locations correctly of ifunc breakpoints set
379 while the program resolves the ifunc.
380
3812018-04-26 Pedro Alves <palves@redhat.com>
382
383 * gdb.base/gnu-ifunc-final.c: New file.
384 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
385 * gdb.base/gnu-ifunc.exp (executable): Delete.
386 (staticexecutable): Adjust.
387 (lib_opts, exec_opts): Delete.
388 (make_binsuffix, build, set-break): New procedures.
389 (misc_tests): New, with tests factored out from the top level.
390 (top level): Test different combinations of ifunc resolver name,
391 resolver with and with debug info, and ifunc target with and
392 without debug info. Wrap static tests with with_target_prefix.
393
3942018-04-26 Pedro Alves <palves@redhat.com>
395
396 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
397 return type" warnings.
398
3992018-04-25 Pedro Alves <palves@redhat.com>
400
401 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
402 killed".
403 * gdb.base/kill-after-signal.exp: Likewise.
404 * gdb.threads/kill.exp: Likewise.
405
4062018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
407 Sergio Durigan Junior <sergiodj@redhat.com>
408 Pedro Alves <palves@redhat.com>
409
410 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
411 regexps to expect for '[Inferior ... detached]' as well.
412 * gdb.base/attach.exp: Likewise.
413 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
414 "gdb_continue_to_end".
415 (test_catch_syscall_with_wrong_args): Likewise.
416 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
417 ']'. Don't set 'verbose' on.
418 * gdb.base/foll-vfork.exp: Likewise.
419 * gdb.base/fork-print-inferior-events.c: New file.
420 * gdb.base/fork-print-inferior-events.exp: New file.
421 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
422 '[Inferior ... has been killed]' message.
423 * gdb.base/kill-after-signal.exp: Likewise.
424 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
425 detach message.
426 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
427 message.
428 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
429 regexps to expect for '[Inferior ... detached]' as well.
430 * gdb.threads/process-dies-while-detaching.exp: Likewise.
431
4322018-04-24 Simon Marchi <simon.marchi@ericsson.com>
433
434 PR gdb/23104
435 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
436
4372018-04-19 Richard Bunt <richard.bunt@arm.com>
438
439 * gdb.threads/multiple-successive-infcall.c: New test.
440 * gdb.threads/multiple-successive-infcall.exp: New file.
441
4422018-04-17 Tom Tromey <tom@tromey.com>
443
444 * gdb.rust/simple.rs (Union): New type.
445 (main): New local "u".
446 * gdb.rust/simple.exp (test_one_slice): Add new test case.
447
4482018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
449
450 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
451 number information in output of "whereis" command.
452 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
453
4542018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
455
456 * gdb.ada/info_types.exp: Adjust expected output to the line
457 numbers now printed by "info var/func/type".
458 * gdb.base/completion.exp: Likewise.
459 * gdb.base/included.exp: Likewise.
460 * gdb.cp/cp-relocate.exp: Likewise.
461 * gdb.cp/cplusfuncs.exp: Likewise.
462 * gdb.cp/namespace.exp: Likewise.
463 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
464
4652018-04-13 Markus Metzger <markus.t.metzger@intel.com>
466
467 * gdb.btrace/cpu.exp: New.
468
4692018-04-13 Markus Metzger <markus.t.metzger@intel.com>
470
471 * gdb.base/step-indirect-call-thunk.exp: New.
472 * gdb.base/step-indirect-call-thunk.c: New.
473 * gdb.reverse/step-indirect-call-thunk.exp: New.
474 * gdb.reverse/step-indirect-call-thunk.c: New.
475
4762018-04-11 Simon Marchi <simon.marchi@ericsson.com>
477
478 * gdb.base/pie-fork.c: New file.
479 * gdb.base/pie-fork.exp: New file.
480
4812018-04-11 Tom Tromey <tom@tromey.com>
482
483 * gdb.rust/simple.exp: Add test for ".." struct initializer.
484
4852018-04-10 Pedro Alves <palves@redhat.com>
486
487 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
488 exits. Instead loop running forever.
489 (fork_parent): Run forever too.
490
4912018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
492
493 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
494 mi_continue_to_line.
495 * gdb.mi/mi-stack.c (callee4): Add comment.
496
4972018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
498
499 * gdb.mi/mi-stack.exp: Fix indentation.
500
5012018-04-07 Simon Marchi <simon.marchi@ericsson.com>
502
503 PR gdb/22979
504 * gdb.arch/amd64-osabi.exp: New file.
505
5062018-04-07 Simon Marchi <simon.marchi@ericsson.com>
507
508 PR gdb/22980
509 * gdb.base/osabi.exp: New file.
510
5112018-04-02 Weimin Pan <weimin.pan@oracle.com>
512
513 * gdb.cp/static-typedef-print.exp: New file.
514 * gdb.cp/static-typedef-print.cc: New file.
515
5162018-03-27 Joel Brobecker <brobecker@adacore.com>
517
518 * gdb.ada/varsize_limit: New testcase.
519
5202018-03-27 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
523
524 * gdb.ada/notcplusplus: New testcase.
525
526 * gdb.base/c-linkage-name.c: New file.
527 * gdb.base/c-linkage-name.exp: New testcase.
528
5292018-03-26 Tom Tromey <tom@tromey.com>
530
531 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
532 * gdb.python/py-framefilter.py (name_error): New global.
533 (ErrorInName.function): Use name_error.
534
5352018-03-26 Tom Tromey <tom@tromey.com>
536
537 PR backtrace/15582:
538 * gdb.python/py-framefilter.exp: Add "bt hide" test.
539
5402018-03-23 Keith Seitz <keiths@redhat.com>
541
542 PR c++/22968
543 * gdb.cp/subtypes.exp: New file.
544 * gdb.cp/subtypes.h: New file.
545 * gdb.cp/subtypes.cc: New file.
546 * gdb.cp/subtypes-2.cc: New file.
547
5482018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
549
550 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
551 (done): Call '_exit' not 'exit' to avoid atexit handlers.
552 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
553 -nostartfiles when compiling the test. Confirm that all registers
554 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
555
5562018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
559 option, syntax was wrong anyway.
560 * gdb.arch/arm-disp-step.exp: Likewise.
561 * gdb.arch/sparc64-regs.exp: Likewise.
562 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
563 option, syntax was wrong anyway, switch to use
564 prepare_for_testing.
565 * gdb.arch/i386-disp-step.exp: Likewise.
566
5672018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
568
569 * gdb.ada/exec_changed.exp: Replace "target_info exists
570 use_gdb_stub" by "use_gdb_stub".
571 * gdb.ada/start.exp: Likewise.
572 * gdb.base/async-shell.exp: Likewise.
573 * gdb.base/attach-pie-misread.exp: Likewise.
574 * gdb.base/attach-wait-input.exp: Likewise.
575 * gdb.base/break-entry.exp: Likewise.
576 * gdb.base/break-interp.exp: Likewise.
577 * gdb.base/dprintf-detach.exp: Likewise.
578 * gdb.base/nostdlib.exp: Likewise.
579 * gdb.base/solib-nodir.exp: Likewise.
580 * gdb.base/statistics.exp: Likewise.
581 * gdb.base/testenv.exp: Likewise.
582 * gdb.mi/mi-exec-run.exp: Likewise.
583 * gdb.mi/mi-start.exp: Likewise.
584 * gdb.multi/dummy-frame-restore.exp: Likewise.
585 * gdb.multi/multi-arch-exec.exp: Likewise.
586 * gdb.multi/multi-arch.exp: Likewise.
587 * gdb.multi/tids.exp: Likewise.
588 * gdb.multi/watchpoint-multi.exp: Likewise.
589 * gdb.python/py-events.exp: Likewise.
590 * gdb.threads/attach-into-signal.exp: Likewise.
591 * gdb.threads/attach-stopped.exp: Likewise.
592 * gdb.threads/threadapply.exp: Likewise.
593 * lib/selftest-support.exp: Likewise.
594
5952018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
596
597 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
598
5992018-03-20 Stephen Roberts <stephen.roberts@arm.com>
600
601 * gdb.perf/template-breakpoints.cc: New file.
602 * gdb.perf/template-breakpoints.exp: New file.
603 * gdb.perf/template-breakpoints.py: New file.
604
6052018-03-19 Tom Tromey <tom@tromey.com>
606
607 * gdb.rust/simple.rs (main): Add local variables field1, field2,
608 y0.
609 * gdb.rust/simple.exp: Test bare identifier form of struct
610 initializer.
611
6122018-03-19 Tom Tromey <tom@tromey.com>
613
614 * gdb.gdb/observer.exp: Remove.
615
6162018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
617
618 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
619 "qualified" option when setting breakpoints.
620 * gdb.trace/backtrace.exp: Likewise.
621 * gdb.trace/circ.exp: Likewise.
622 * gdb.trace/collection.exp: Likewise.
623 * gdb.trace/disconnected-tracing.exp: Likewise.
624 * gdb.trace/ftrace-lock.exp: Likewise.
625 * gdb.trace/ftrace.exp: Likewise.
626 * gdb.trace/infotrace.exp: Likewise.
627 * gdb.trace/packetlen.exp: Likewise.
628 * gdb.trace/passc-dyn.exp: Likewise.
629 * gdb.trace/qtro.exp: Likewise.
630 * gdb.trace/read-memory.exp: Likewise.
631 * gdb.trace/report.exp: Likewise.
632 * gdb.trace/signal.exp: Likewise.
633 * gdb.trace/status-stop.exp: Likewise.
634 * gdb.trace/strace.exp: Likewise.
635 * gdb.trace/tfind.exp: Likewise.
636 * gdb.trace/trace-break.exp: Likewise.
637 * gdb.trace/trace-condition.exp: Likewise.
638 * gdb.trace/trace-mt.exp: Likewise.
639 * gdb.trace/tstatus.exp: Likewise.
640 * gdb.trace/tsv.exp: Likewise.
641 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
642 * gdb.trace/unavailable.exp: Likewise.
643 * gdb.trace/while-dyn.exp: Likewise.
644
6452018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
646
647 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
648 that libinproctrace is copied to the target.
649
6502018-03-14 Tom Tromey <tom@tromey.com>
651
652 PR cli/14977:
653 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
654 a null pointer.
655 * gdb.base/wchar.exp: Likewise.
656
6572018-03-14 Tom Tromey <tom@tromey.com>
658
659 PR cli/19918:
660 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
661 flag.
662
6632018-03-08 Simon Marchi <simon.marchi@ericsson.com>
664
665 PR gdb/22841
666 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
667 "target" to remote_exec.
668
6692018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
670
671 PR gdb/22841
672 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
673 ${board}_upload): Remove.
674
6752018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
676
677 * gdb.cp/watch-cp.cc: New test.
678 * gdb.cp/watch-cp.exp: New file.
679
6802018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * gdb.base/infcall-nested-structs.exp: New file.
683 * gdb.base/infcall-nested-structs.c: New file.
684 * gdb.base/float.exp: Add riscv support.
685
6862018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
687
688 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
689 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
690
6912018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
692
693 * gdb.server/abspath.exp: New file.
694 * lib/gdb.exp (with_cwd): New procedure.
695
6962018-02-28 Simon Marchi <simon.marchi@ericsson.com>
697
698 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
699 use it.
700 (gdb_is_target_remote_prompt): New proc.
701 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
702 (gdb_is_target_native): Pass prompt parameter to
703 gdb_is_target_1.
704
7052018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
706
707 * gdb.base/load-command.c: New file.
708 * gdb.base/load-command.exp: New file.
709 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
710 (gdb_is_target_1): ...this, and generalize for other targets
711 than just remote.
712 (gdb_is_target_remote): Use gdb_is_target_1.
713 (gdb_is_target_native): use gdb_is_target_1.
714
7152018-02-26 Tom Tromey <tom@tromey.com>
716
717 PR python/16497:
718 * gdb.python/py-framefilter.exp: Update test.
719
7202018-02-26 Tom Tromey <tom@tromey.com>
721
722 * gdb.dwarf2/variant.c: New file.
723 * gdb.dwarf2/variant.exp: New file.
724
7252018-02-26 Tom Tromey <tom@tromey.com>
726
727 * gdb.rust/simple.exp: Accept more possible results in enum test.
728
7292018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
730
731 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
732 parentheses.
733
7342018-02-23 Maciej W. Rozycki <macro@mips.com>
735
736 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
737 name of a variable: $actual_linejj -> $actual_line.
738
7392018-02-21 John Baldwin <jhb@FreeBSD.org>
740
741 * gdb.arch/amd64-i386-address.exp: Fix a typo.
742
7432018-02-20 Markus Metzger <markus.t.metzger@intel.com>
744
745 * gdb.btrace/buffer-size.exp: Do not force BTS.
746
7472018-02-14 Pedro Alves <palves@redhat.com>
748
749 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
750 getting a "Quit".
751
7522018-02-09 Markus Metzger <markus.t.metzger@intel.com>
753
754 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
755 Fix test name.
756
7572018-02-07 Simon Marchi <simon.marchi@ericsson.com>
758
759 * gdb.cp/m-static.exp: Check type of optimized out static
760 member.
761
7622018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
765 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
766
7672018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
768 Leszek Swirski <leszeks@google.com>
769
770 * gdb.python/py-prettyprint.c
771 (struct to_string_returns_value_inner,
772 struct to_string_returns_value_wrapper): New.
773 (main): Add tsrvw variable.
774 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
775 ToStringReturnsValueWrapper): New classes.
776 (register_pretty_printers): Register new pretty-printers.
777 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
778 recursive pretty printer.
779 * gdb.python/py-mi.exp: Likewise.
780
7812018-02-01 Leszek Swirski <leszeks@google.com>
782
783 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
784 functions with the same name as an include file are parsed
785 correctly.
786
7872018-02-01 Yao Qi <yao.qi@linaro.org>
788
789 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
790 "\[^\r\n\]*".
791
7922018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
793
794 * gdb.arch/powerpc-prologue-frame.s: New file.
795 * gdb.arch/powerpc-prologue-frame.c: Likewise.
796 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
797
7982018-01-31 Joel Brobecker <brobecker@adacore.com>
799
800 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
801
8022018-01-30 Pedro Alves <palves@redhat.com>
803
804 PR gdb/13211
805 * gdb.base/interrupt-daemon.c: New.
806 * gdb.base/interrupt-daemon.exp: New.
807 * gdb.multi/multi-term-settings.c: New.
808 * gdb.multi/multi-term-settings.exp: New.
809
8102018-01-30 Joel Brobecker <brobecker@adacore.com>
811
812 * gdb.base/break.exp: Save the location where the breakpoint
813 on break.c:47 was actually inserted when debugging the version
814 compiled at -O2 and use it in the expected output of the "info
815 break" test performed soon after.
816
8172018-01-22 Pedro Alves <palves@redhat.com>
818 Sergio Durigan Junior <sergiodj@redhat.com>
819
820 * gdb.base/whatis.exp: Add tests for 'set print object on' +
821 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
822
8232018-01-22 Joel Brobecker <brobecker@adacore.com>
824
825 * gdb.base/break-include.c, gdb.base/break-include.inc,
826 gdb.base/break-include.exp: New files.
827 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
828 line number now being the actual line number where the breakpoint
829 was inserted.
830 * gdb.mi/mi-break.exp: Likewise.
831 * gdb.mi/mi-reverse.exp: Likewise.
832 * gdb.mi/mi-simplerun.exp: Ditto.
833
8342018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
835
836 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
837 varobj.
838 * gdb.mi/mi-var-create-rtti.exp: Likewise.
839
8402018-01-21 Don Breazeal <donb@codesourcery.com>
841 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.mi/basics.c: Add new global.
844 * gdb.mi/mi-frame-regs.exp: New file.
845 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
846 case.
847
8482018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
851 non-parameter, and on an unknown symbol.
852
8532018-01-19 Tom Tromey <tom@tromey.com>
854
855 * gdb.rust/modules.rs (TWENTY_THREE): New global.
856 * gdb.rust/modules.exp: Add ::-qualified lookup test.
857
8582018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
859
860 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
861 setrlimit and chdir to int.
862
8632018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
864
865 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
866 function.
867 (my_tend): Likewise.
868 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
869 rationale of avoiding FP- and vector instructions.
870
8712018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
872
873 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
874 "info reg" with "\[ \t\]*".
875 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
876 "\[ \t\]+".
877 * gdb.arch/s390-multiarch.exp: Ditto.
878 * gdb.base/pc-fp.exp: Ditto.
879 * gdb.reverse/i386-precsave.exp: Ditto.
880 * gdb.reverse/i386-reverse.exp: Ditto.
881 * gdb.reverse/i387-env-reverse.exp: Ditto.
882 * gdb.reverse/i387-stack-reverse.exp: Ditto.
883
8842018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
885
886 * lib/gdb.exp (gdb_compile): Re-enable use of
887 universal_compile_options for languages other than Rust.
888
8892018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
890
891 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
892
8932018-01-17 Mike Gulick <mgulick@mathworks.com>
894
895 PR gdb/16577
896 * gdb.base/solib-vanish.exp: New.
897 * gdb.base/solib-vanish-main.c: New.
898 * gdb.base/solib-vanish-lib1.c: New.
899 * gdb.base/solib-vanish-lib2.c: New.
900
9012018-01-17 Yao Qi <yao.qi@linaro.org>
902
903 * gdb.compile/compile.exp: Match the address printed for
904 frame in the output of command "bt".
905
9062018-01-15 Tom Tromey <tom@tromey.com>
907
908 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
909 compute sp_reg.
910
9112018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
914 to prepare.
915 (prepare): Return 0 on error, 1 on success.
916
9172018-01-12 Pedro Alves <palves@redhat.com>
918
919 * gdb.base/continue-after-aborted-step-over.c: New.
920 * gdb.base/continue-after-aborted-step-over.exp: New.
921
9222018-01-11 Simon Marchi <simon.marchi@ericsson.com>
923
924 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
925 options when not creating an executable.
926
9272018-01-11 Pedro Alves <palves@redhat.com>
928
929 PR remote/22597
930 * gdb.server/stop-reply-no-thread.c: New file.
931 * gdb.server/stop-reply-no-thread.exp: New file.
932
9332018-01-10 Pedro Alves <palves@redhat.com>
934
935 PR gdb/22670
936 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
937 functions too. Test setting breakpoints and printing C functions
938 with no debug info too.
939 * gdb.ada/bp_c_mixed_case/qux.c: New file.
940
9412018-01-10 Pedro Alves <palves@redhat.com>
942
943 PR gdb/22670
944 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
945 a fail.
946
9472018-01-10 Pedro Alves <palves@redhat.com>
948
949 PR gdb/22670
950 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
951
9522018-01-08 Simon Marchi <simon.marchi@ericsson.com>
953
954 * gdb.server/unittest.exp: Match the output in non-development
955 mode.
956
9572018-01-08 Simon Marchi <simon.marchi@ericsson.com>
958
959 * gdb.gdb/unittest.exp: Match output in non-development mode.
960
9612018-01-08 Joel Brobecker <brobecker@adacore.com>
962
963 * gdb.ada/access_tagged_param.exp: Relax expected output
964 for value of "ObjL" in "continue" to pck.inspect breakpoint
965 test.
966
9672018-01-08 Joel Brobecker <brobecker@adacore.com>
968
969 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
970 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
971
9722018-01-05 Pedro Alves <palves@redhat.com>
973
974 PR gdb/18653
975 * gdb.base/libsegfault.exp: New.
976
9772018-01-05 Joel Brobecker <brobecker@adacore.com>
978
979 PR gdb/22670
980 * gdb.ada/access_tagged_param.exp: New file.
981 * gdb.ada/access_tagged_param/foo.adb: New file.
982
9832018-01-05 Pedro Alves <palves@redhat.com>
984
985 PR gdb/22670
986 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
987 exercise lower case too, and to exercise both full matching and
988 wild matching.
989
9902018-01-05 Joel Brobecker <brobecker@adacore.com>
991
992 * gdb.ada/rename_subscript_param: New testcase.
993
9942018-01-05 Jerome Guitton <guitton@adacore.com>
995
996 * gdb.ada/arr_acc_idx_w_gap: New testcase.
997
9982018-01-05 Joel Brobecker <brobecker@adacore.com>
999
1000 * gdb.ada/convvar_comp: New testcase.
1001
10022018-01-05 Xavier Roirand <roirand@adacore.com>
1003
1004 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1005 (My_Table): New global variable.
1006 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1007
10082018-01-04 Joel Brobecker <brobecker@adacore.com>
1009
1010 PR gdb/22670
1011 * gdb.ada/maint_with_ada: New testcase.
1012
10132018-01-04 Joel Brobecker <brobecker@adacore.com>
1014
1015 PR gdb/22670
1016 * gdb.ada/bp_c_mixed_case: New testcase.
1017
10182018-01-04 Joel Brobecker <brobecker@adacore.com>
1019
1020 PR gdb/22670
1021 * gdb.ada/complete.exp: Add "complete break ada" test.
1022
10232018-01-04 Joel Brobecker <brobecker@adacore.com>
1024
1025 PR gdb/22670
1026 * gdb.ada/info_addr_mixed_case: New testcase.
1027
10282018-01-03 Xavier Roirand <roirand@adacore.com>
1029
1030 * gdb.ada/excep_handle.exp: New testcase.
1031 * gdb.ada/excep_handle/foo.adb: New file.
1032 * gdb.ada/excep_handle/pck.ads: New file.
1033
10342018-01-03 Joel Brobecker <brobecker@adacore.com>
1035
1036 * gdb.base/step-line.c: Add extra empty line in copyright header.
1037 * gdb.base/step-line.inp: Likewise.
1038
10392018-01-02 Joel Brobecker <brobecker@adacore.com>
1040
1041 * gdb.ada/dyn_stride.exp: Add slice test.
1042
10432018-01-02 Joel Brobecker <brobecker@adacore.com>
1044
1045 * gdb.ada/dyn_stride: New testcase.
1046
10472017-12-27 Stafford Horne <shorne@gmail.com>
1048
1049 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1050 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1051
10522017-12-27 Stafford Horne <shorne@gmail.com>
1053
1054 * gdb.base/reggroups.c: New file.
1055 * gdb.base/reggroups.exp: New file.
1056
10572017-12-18 Joel Brobecker <brobecker@adacore.com>
1058
1059 * gdb.dwarf2/ada-valprint-error.c: New file.
1060 * gdb.dwarf2/ada-valprint-error.exp: New file.
1061
10622017-12-18 Joel Brobecker <brobecker@adacore.com>
1063
1064 * gdb.ada/assign_arr: New testcase.
1065
10662017-12-18 Xavier Roirand <roirand@adacore.com>
1067
1068 * gdb.ada/funcall_ptr: New testcase.
1069
10702017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1071
1072 PR cli/16224
1073 * gdb.base/ptype-offsets.cc: New file.
1074 * gdb.base/ptype-offsets.exp: New file.
1075
10762017-12-15 Yao Qi <yao.qi@linaro.org>
1077
1078 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1079 if XML is disabled.
1080
10812017-12-15 Xavier Roirand <roirand@adacore.com>
1082
1083 * gdb.ada/same_component_name: New testcase.
1084
10852017-12-14 Joel Brobecker <brobecker@adacore.com>
1086
1087 * gdb.ada/str_binop_equal: New testcase.
1088
10892017-12-14 Joel Brobecker <brobecker@adacore.com>
1090
1091 * gdb.ada/task_switch_in_core: New testcase.
1092
10932017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1094
1095 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1096 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1097 call test_bkpt_qualified.
1098 (test_bkpt_qualified): New proc.
1099
11002017-12-13 Pedro Alves <palves@redhat.com>
1101
1102 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1103 Tighten regexp by matching with an anchor.
1104
11052017-12-13 Pedro Alves <palves@redhat.com>
1106
1107 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1108 ("expression with namespace"): New set of tests.
1109 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1110 (Nested::Test_NS::qux): New.
1111 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1112 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1113
11142017-12-13 Joel Brobecker <brobecker@adacore.com>
1115
1116 * gdb.base/server-del-break.c: New file.
1117 * gdb.base/server-del-break.exp: New file.
1118
11192017-12-12 Stafford Horne <shorne@gmail.com>
1120
1121 * gdb.xml/tdesc-regs.exp: Add or1k support.
1122
11232017-12-12 Stafford Horne <shorne@gmail.com>
1124
1125 * gdb.base/bp-permanent.c: Define nop of or1k.
1126
11272017-12-11 Joel Brobecker <brobecker@adacore.com>
1128
1129 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1130 output with components being reordered.
1131
11322017-12-11 Joel Brobecker <brobecker@adacore.com>
1133
1134 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1135 output with components being reordered.
1136
11372017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1138 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.base/maint.exp (check for .gdb_index): Check also for
1141 .debug_names.
1142 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1143 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1144 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1145 (.gdb_index used after symbol reloading): Support also .debug_names.
1146 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1147
11482017-12-08 Yao Qi <yao.qi@linaro.org>
1149
1150 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1151 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1152
11532017-12-08 Yao Qi <yao.qi@linaro.org>
1154
1155 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1156 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1157
11582017-12-08 Yao Qi <yao.qi@linaro.org>
1159
1160 * gdb.arch/aarch64-tagged-pointer.c: New file.
1161 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1162
11632017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1164
1165 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1166 "int".
1167
11682017-12-07 Keith Seitz <keiths@redhat.com>
1169
1170 PR breakpoints/22569
1171 * gdb.linespec/ls-errs.exp: Change expected result of "break
1172 -source this file has spaces.c -line 3".
1173 Check that an explicit source file followed by whitespace is
1174 identified as an invalid explicit location.
1175
11762017-12-07 Keith Seitz <keiths@redhat.com>
1177
1178 * gdb.cp/nested-types.cc: New file.
1179 * gdb.cp/nested-types.exp: New file.
1180 * lib/cp-support.exp: Load data-structures.exp library.
1181 (debug_cp_test_ptype_class): New global.
1182 (cp_ptype_class_verbose, next_line): New procedures.
1183 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1184 Add and document new return value.
1185 Switch the list of lines to a queue.
1186 Add support for new `type' key for nested type definitions.
1187 Add debugging/troubleshooting messages.
1188 * lib/data-structures.exp: New file.
1189
11902017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1191
1192 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1193 with proc_with_prefix, don't use with_test_prefix.
1194
11952017-12-07 Tom Tromey <tom@tromey.com>
1196
1197 * gdb.base/break.exp: Add test for empty "commands".
1198
11992017-12-07 Yao Qi <yao.qi@linaro.org>
1200
1201 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1202 malloc and catch syscall.
1203
12042017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1205
1206 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1207 tests for explicit locations.
1208
12092017-12-06 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1212 force-disabling XML descriptions.
1213
12142017-12-04 Pedro Alves <palves@redhat.com>
1215
1216 PR gdb/22499
1217 * gdb.arch/amd64-disp-step-avx.S: New file.
1218 * gdb.arch/amd64-disp-step-avx.exp: New file.
1219
12202017-12-03 Pedro Alves <palves@redhat.com>
1221
1222 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1223 and <string.h>.
1224 (parent_function): Print distinct messages when waitpid fails, or
1225 the child exits with a signal, or the child exits for an unhandled
1226 reason.
1227 * gdb.threads/process-dies-while-detaching.exp
1228 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1229 it. Wait for both inferior output and GDB's prompt. Use an
1230 indirect spawn id list.
1231 (do_detach): New parameter 'child_exit'. Use it to compute
1232 expected inferior output.
1233 (test_detach, test_detach_watch, test_detach_killed_outside):
1234 Adjust to pass down the expected child exit kind.
1235
12362017-12-01 Joel Brobecker <brobecker@adacore.com>
1237 Sergio Durigan Junior <sergiodj@redhat.com>
1238 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1241
12422017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1243
1244 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1245 to 'symbol-file' and 'add-symbol-file' can be
1246 position-independent.
1247
12482017-12-01 Yao Qi <yao.qi@linaro.org>
1249
1250 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1251 the URL in copyright header.
1252 * gdb.arch/aarch64-fp.exp: Likewise.
1253 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1254 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1255 * gdb.base/expand-psymtabs.exp: Likewise.
1256 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1257 * gdb.fortran/common-block.exp: Likewise.
1258 * gdb.fortran/common-block.f90: Likewise.
1259 * gdb.fortran/logical.exp: Likewise.
1260 * gdb.fortran/vla-datatypes.f90: Likewise.
1261 * gdb.fortran/vla-sub.f90: Likewise.
1262
12632017-11-30 Joel Brobecker <brobecker@adacore.com>
1264
1265 * gdb.ada/repeat_dyn: New testcase.
1266
12672017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1268
1269 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1270 Update for changed thread numbering.
1271 * gdb.cell/bt.exp: Update for changed GDB output.
1272
12732017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1274
1275 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1276 setting isremote by hand.
1277 * boards/dwarf4-gdb-index.exp: Likewise.
1278 * boards/fission.exp: Likewise.
1279 * boards/stabs.exp: Likewise.
1280
12812017-11-30 Pedro Alves <palves@redhat.com>
1282
1283 * gdb.linespec/cpls-ops.exp
1284 (check_explicit_skips_function_argument): Extract the underlying
1285 type of size_t instead of hardcoding it.
1286
12872017-11-29 Pedro Alves <palves@redhat.com>
1288
1289 PR c++/19436
1290 * gdb.linespec/cpls-abi-tag.cc: New file.
1291 * gdb.linespec/cpls-abi-tag.exp: New file.
1292
12932017-11-29 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.base/langs.exp: Use -qualified.
1296 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1297 it.
1298 * gdb.cp/namespace.exp: Use -qualified.
1299 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1300 (overload-3, template-overload, template-ret-type, const-overload)
1301 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1302 procedures.
1303 (test_driver): Call them.
1304 * gdb.cp/save-bp-qualified.cc: New.
1305 * gdb.cp/save-bp-qualified.exp: New.
1306 * gdb.linespec/explicit.exp: Test -qualified.
1307 * lib/completion-support.exp (completion::explicit_opts_list): Add
1308 "-qualified".
1309 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1310
13112017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1312
1313 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1314
13152017-11-29 Tom Tromey <tom@tromey.com>
1316
1317 * gdb.base/relocate.exp: Update invalid argument test.
1318 Add new tests for invalid arguments.
1319
13202017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1321
1322 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1323 Return 0 as a long.
1324 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1325
13262017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1327
1328 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1329 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1330 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1331 func ().
1332 * gdb.cp/shadow.cc (B.func): Return 0.
1333
13342017-11-27 Joel Brobecker <brobecker@adacore.com>
1335
1336 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1337 expected output in gdb_expect call to allow the exception
1338 message to be present as well. Fix syntax confusion to avoid
1339 TCL thinking that exception_name is an array.
1340
13412017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1342
1343 * gdb.arch/spu-info.c: Include <unistd.h>.
1344 (do_signal_test): Fix broken calls to write.
1345 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1346 Fix checks for empty mailboxes. Update signal tests for corrected
1347 do_signal_test routine. Allow nonzero event status.
1348 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1349 * gdb.cell/arch.exp: Use standard_output_file.
1350 * gdb.cell/break.exp: Likewise.
1351 * gdb.cell/bt.exp: Likewise.
1352 * gdb.cell/core.exp: Likewise.
1353 * gdb.cell/dwarfaddr.exp: Likewise.
1354 * gdb.cell/ea-cache.exp: Likewise.
1355 * gdb.cell/ea-standalone.exp: Likewise.
1356 * gdb.cell/f-regs.exp: Likewise.
1357 * gdb.cell/fork.exp: Likewise.
1358 * gdb.cell/gcore.exp: Likewise.
1359 * gdb.cell/mem-access.exp: Likewise.
1360 * gdb.cell/ptype.exp: Likewise.
1361 * gdb.cell/registers.exp: Likewise.
1362 * gdb.cell/sizeof.exp: Likewise.
1363 * gdb.cell/solib-symbol.exp: Likewise.
1364 * gdb.cell/solib.exp: Likewise.
1365
13662017-11-25 Pedro Alves <palves@redhat.com>
1367
1368 * gdb.base/complete-empty.exp: New file.
1369 * gdb.base/completion.exp: Adjust.
1370
13712017-11-25 Pedro Alves <palves@redhat.com>
1372
1373 * gdb.linespec/cpls-ops.cc: New file.
1374 * gdb.linespec/cpls-ops.exp: New file.
1375 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1376 factored out from ...
1377 (test_complete_prefix_range): ... this.
1378
13792017-11-24 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.linespec/cpcompletion.exp: New file.
1382 * gdb.linespec/cpls-hyphen.cc: New file.
1383 * gdb.linespec/cpls.cc: New file.
1384 * gdb.linespec/cpls2.cc: New file.
1385 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1386 test to use test_gdb_complete_unique. Add label completion,
1387 keyword completion and explicit location completion tests.
1388 * lib/completion-support.exp: New file.
1389
13902017-11-24 Joel Brobecker <brobecker@adacore.com>
1391
1392 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1393 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1394 when hitting an exception catchpoint.
1395
13962017-11-22 Yao Qi <yao.qi@linaro.org>
1397
1398 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1399
14002017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1401
1402 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1403 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1404 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1405
14062017-11-22 Yao Qi <yao.qi@linaro.org>
1407
1408 * gdb.base/info-os.exp: Pass pthreads.
1409 * gdb.multi/multi-attach.exp: Likewise.
1410
14112017-11-22 Yao Qi <yao.qi@linaro.org>
1412
1413 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1414 compiler.
1415
14162017-11-22 Yao Qi <yao.qi@linaro.org>
1417
1418 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1419 * gdb.base/break-interp.exp: Likewise.
1420 * gdb.base/jit-attach-pie.exp: Likewise.
1421
14222017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1423
1424 * gdb.base/float128.c (large128): New variable.
1425 * gdb.base/float128.exp: Add test to print largest __float128 value.
1426
14272017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1428
1429 * gdb.arch/vsx-regs.exp: Update register content checks.
1430
14312017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1432
1433 * gdb.arch/ppc-longdouble.exp: New file.
1434 * gdb.arch/ppc-longdouble.c: Likewise.
1435
14362017-11-21 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1439
14402017-11-20 Pedro Alves <palves@redhat.com>
1441
1442 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1443 (long_double_typedef): New typedefs.
1444 Use DEF on double and long double.
1445 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1446 cases.
1447 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1448 and 'long_double_ptr_same_size' locals. Use them to decide
1449 whether cast from array/function to float is valid/invalid.
1450
14512017-11-17 Tom Tromey <tom@tromey.com>
1452
1453 * gdb.rust/traits.rs: New file.
1454 * gdb.rust/traits.exp: New file.
1455
14562017-11-17 Joel Brobecker <brobecker@adacore.com>
1457
1458 * gdb.ada/minsyms: New testcase.
1459
14602017-11-16 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1463 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1464
14652017-11-16 Pedro Alves <palves@redhat.com>
1466
1467 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1468 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1469
14702017-11-16 Pedro Alves <palves@redhat.com>
1471
1472 * gdb.server/reconnect-ctrl-c.c: New file.
1473 * gdb.server/reconnect-ctrl-c.exp: New file.
1474
14752017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1476
1477 * gdb.python/py-rbreak.exp: New file.
1478 * gdb.python/py-rbreak.c: New file.
1479 * gdb.python/py-rbreak-func2.c: New file.
1480
14812017-11-16 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1484 pattern.
1485 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1486 GDB.
1487
14882017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1489
1490 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1491 regex.
1492
14932017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1494
1495 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1496 test names.
1497
14982017-11-09 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1501 factored out from ...
1502 (top level): ... here, and adjusted to avoid expecting beyond the
1503 prompt in a single gdb_test_multiple.
1504
15052017-11-09 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1508 output.
1509 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1510 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1511 * gdb.server/ext-run.exp ("kill" test): Likewise.
1512 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1513
15142017-11-09 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1517 match till end of line.
1518
15192017-11-09 Pedro Alves <palves@redhat.com>
1520
1521 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1522
15232017-11-09 Pedro Alves <palves@redhat.com>
1524
1525 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1526 New procedures, factored out from ...
1527 (top level): ... here, and adjusted to avoid expecting beyond the
1528 prompt in one go.
1529
15302017-11-09 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1533 output. Fix '?' match.
1534
15352017-11-08 Joel Brobecker <brobecker@adacore.com>
1536
1537 * gdb.ada/scoped_watch: New testcase.
1538 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1539 which is actually correct.
1540 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1541 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1542
15432017-11-08 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.gdb/complaints.exp (test_initial_complaints)
1546 (test_serial_complaints, test_short_complaints): Call
1547 complaint_internal instead of complaint.
1548
15492017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1550
1551 * gdb.threads/tls-core.c: New file.
1552 * gdb.threads/tls-core.exp: Likewise.
1553
15542017-11-08 Pedro Alves <palves@redhat.com>
1555
1556 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1557 (p Exported_Capitalized): New test.
1558 (p exported_capitalized): New test.
1559
15602017-11-07 Pedro Alves <palves@redhat.com>
1561
1562 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1563
15642017-11-07 Pedro Alves <palves@redhat.com>
1565
1566 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1567 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1568 (disable_invalid, disable_inverted, disable_negative): New
1569 procedures.
1570 ("bad numbers"): New set of tests.
1571
15722017-11-07 Pedro Alves <palves@redhat.com>
1573
1574 * gdb.cp/ena-dis-br-range.exp: Add tests.
1575
15762017-11-07 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1579
15802017-11-07 Xavier Roirand <roirand@adacore.com>
1581 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.base/ena-dis-br.exp: Add reference to
1584 gdb.cp/ena-dis-br-range.exp.
1585 * gdb.cp/ena-dis-br-range.exp: New file.
1586 * gdb.cp/ena-dis-br-range.cc: New file.
1587
15882017-11-06 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/attach-non-pgrp-leader.c: New.
1591 * gdb.base/attach-non-pgrp-leader.exp: New.
1592
15932017-11-06 Pedro Alves <palves@redhat.com>
1594
1595 * configure.ac: No longer check for termio.h and sgtty.h.
1596 * configure: Regenerate.
1597 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1598 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1599 Remove termio and sgtty code.
1600
16012017-11-03 Yao Qi <yao.qi@linaro.org>
1602
1603 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1604 in GDB is disabled.
1605
16062017-11-03 Yao Qi <yao.qi@linaro.org>
1607
1608 * gdb.python/py-thrhandle.exp: Skip it if python is not
1609 enabled.
1610
16112017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1612
1613 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1614 as a breakpoint command.
1615
16162017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1617
1618 PR python/21213
1619 * gdb.python/py-infthread.exp: Test calling
1620 InferiorThread.inferior () multiple times in a row.
1621
16222017-10-27 Keith Seitz <keiths@redhat.com>
1623
1624 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1625 Test "info break" for every inlined function breakpoint.
1626
16272017-10-27 Yao Qi <yao.qi@linaro.org>
1628
1629 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1630
16312017-10-26 Patrick Frants <osscontribute@gmail.com>
1632
1633 * gdb.cp/classes.exp (test_static_members): Test printing
1634 Outer::instance.
1635 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1636 (Inner::instance, Outer::instance): New.
1637
16382017-10-24 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1641 extra console" test in two stages.
1642
16432017-10-24 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1646
16472017-10-24 Pedro Alves <palves@redhat.com>
1648
1649 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1650 loop.
1651
16522017-10-24 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1655 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1656
16572017-10-24 Pedro Alves <palves@redhat.com>
1658
1659 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1660 parameter and handle it. Don't output read value in test name.
1661
16622017-10-24 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1665 custom test name.
1666
16672017-10-24 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1670 include the unstable output directory name in the test's name.
1671 (initial_setup_simple) <'set args'>: Use custom test name.
1672
16732017-10-24 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1676 with explicit test name.
1677
16782017-10-20 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1681 'wait -i'. Use gdb_assert and remote_close.
1682
16832017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1684
1685 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1686 number from variable rather than hard-coded.
1687
16882017-10-19 Pedro Alves <palves@redhat.com>
1689
1690 * gdb.base/long-inferior-output.c: New file.
1691 * gdb.base/long-inferior-output.exp: New file.
1692
16932017-11-18 Keith Seitz <keiths@redhat.com>
1694
1695 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1696 method.
1697 (main): Call it.
1698 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1699 Add additional user-defined conversion operator tests.
1700
17012017-10-17 Pedro Alves <palves@redhat.com>
1702
1703 * boards/native-stdio-gdbserver.exp: Load "local-board".
1704
17052017-10-17 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.base/quit-live.c: New file.
1708 * gdb.base/quit-live.exp: New file.
1709
17102017-10-16 Keith Seitz <keiths@redhat.com>
1711
1712 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1713 (class_with_protected_typedef, class_with_private_typedef)
1714 (struct_with_public_typedef, struct_with_protected_typedef)
1715 (struct_with_private_typedef): New classes/structs.
1716 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1717 typedefs and access specifiers.
1718
17192017-10-16 Pedro Alves <palves@redhat.com>
1720 Simon Marchi <simon.marchi@polymtl.ca>
1721
1722 * README (Local vs Remote vs Native): New section.
1723 * boards/local-board.exp: New file, with bits factored out from
1724 ...
1725 * boards/native-extended-gdbserver.exp: ... here. Load
1726 "local-board".
1727 * boards/native-gdbserver.exp: Load "local-board".
1728 (${board}_spawn, ${board}_exec): Delete.
1729 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1730 ...
1731 * boards/stdio-gdbserver-base.exp: ... this new file.
1732 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1733 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1734 procedure.
1735 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1736 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1737 stdio_gdbserver_command.
1738 (${board}_get_remote_address, ${board}_get_comm_port)
1739 (${board}_download, ${board}_upload): Delete.
1740 (get_target_remote_pipe_cmd): New.
1741
17422017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1743
1744 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1745 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1746 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1747 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1748 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1749 remove with_test_prefix.
1750
17512017-10-13 Pedro Alves <palves@redhat.com>
1752
1753 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1754 * gdb.base/annota1.exp: Use it instead of is_remote.
1755 * gdb.base/annota3.exp: Use it instead of is_remote.
1756 * gdb.cp/annota2.exp: Use it instead of is_remote.
1757 * gdb.cp/annota3.exp: Use it instead of is_remote.
1758 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1759
17602017-10-13 Pedro Alves <palves@redhat.com>
1761
1762 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1763 (test_num_test_vars, run_and_count_vars, find_env)
1764 (test_set_unset_env, test_inherit_env_var): New procedures.
1765 (top level): Use them.
1766
17672017-10-13 Pedro Alves <palves@redhat.com>
1768
1769 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1770 also skip on stub-like targets.
1771
17722017-10-13 Pedro Alves <palves@redhat.com>
1773
1774 PR gdb/22293
1775 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1776 (top level): Move some tests to ...
1777 (test_not_found): ... this new procedure.
1778 (top level): Call it.
1779
17802017-10-13 Pedro Alves <palves@redhat.com>
1781
1782 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1783 expect different "info terminal" output if testing with a
1784 non-native target.
1785
17862017-10-13 Pedro Alves <palves@redhat.com>
1787 Simon Marchi <simon.marchi@polymtl.ca>
1788
1789 PR python/12966
1790 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1791
17922017-10-13 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1795 already.
1796
17972017-10-13 Pedro Alves <palves@redhat.com>
1798
1799 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1800 is_remote.
1801
18022017-10-13 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1805 is_remote.
1806
18072017-10-13 Pedro Alves <palves@redhat.com>
1808
1809 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1810 is set.
1811 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1812 instead of is_remote.
1813
18142017-10-13 Pedro Alves <palves@redhat.com>
1815
1816 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1817 (top level): Add comment.
1818
18192017-10-13 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.base/remote.exp (top level): Fix comment typo and add
1822 missing return.
1823
18242017-10-13 Pedro Alves <palves@redhat.com>
1825 Simon Marchi <simon.marchi@polymtl.ca>
1826
1827 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1828 calls and add comments. Skip test if use_gdb_stub is set.
1829 (top level): Use "set cwd" command instead of "cd" command.
1830
18312017-10-13 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1834 is_remote target check.
1835
18362017-10-13 Pedro Alves <palves@redhat.com>
1837
1838 * gdb.base/scope.exp: Use build_executable + clean_restart +
1839 gdb_file_cmd instead of prepare_for_testing and no longer skip
1840 "before run" tests on is_remote target boards. Update comments.
1841 * boards/native-extended-gdbserver.exp
1842 (extended_gdbserver_load_last_file): New, factored out from ...
1843 (gdb_load): ... this. Move further below and add comment.
1844 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1845
18462017-10-12 Pedro Alves <palves@redhat.com>
1847
1848 * gdb.base/attach.exp: Remove references to gdb64.
1849 * gdb.base/dbx.exp: Remove references to gdb64.
1850
18512017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1852 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.base/label.exp: Remove is_remote target check.
1855
18562017-10-12 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/auvx.exp (coredir): Update comment.
1859 (top level) <core_works>: Use "set cwd" command instead of "cd"
1860 command.
1861
18622017-10-12 Pedro Alves <palves@redhat.com>
1863 Simon Marchi <simon.marchi@polymtl.ca>
1864
1865 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1866 target boards.
1867
18682017-10-12 Pedro Alves <palves@redhat.com>
1869 Simon Marchi <simon.marchi@polymtl.ca>
1870
1871 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1872 Instead skip if there's any gdb_protocol set.
1873
18742017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1875 Pedro Alves <palves@redhat.com>
1876
1877 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1878
18792017-10-12 Pedro Alves <palves@redhat.com>
1880 Simon Marchi <simon.marchi@polymtl.ca>
1881
1882 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1883 instead of on dejagnu remote boards.
1884
18852017-10-12 Pedro Alves <palves@redhat.com>
1886 Simon Marchi <simon.marchi@polymtl.ca>
1887
1888 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1889 checks. Use build_executable + clean_restart instead of
1890 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1891 of enabling non-stop after starting gdb.
1892
18932017-10-12 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1896 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1897 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1898 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1899
19002017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1901
1902 * gdb.arch/arc-tdesc-cpu.exp: New file.
1903 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1904
19052017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1906
1907 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1908
19092017-10-10 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1912 expect CLI output.
1913
19142017-10-10 Pedro Alves <palves@redhat.com>
1915
1916 * lib/selftest-support.exp (selftest_setup): Update for
1917 captured_command_loop's prototype change.
1918
19192017-10-09 Pedro Alves <palves@redhat.com>
1920
1921 Test both arch1=>arch2 and arch2=>arch1.
1922
1923 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1924 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1925 factored out to...
1926 (append_arch1_options, append_arch2_options, append_arch_options)
1927 (build_executables): New procedures.
1928 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1929 local.
1930 (top level): Add new 'first_arch' testing axis.
1931
19322017-10-09 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1935 (barrier): New.
1936 (thread_start, all_started): New functions.
1937 (main): Spawn new thread and wait until it is scheduled.
1938 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1939 option.
1940 (do_test): Add 'selected_thread' parameter. Run to all_started
1941 instead of main. Explicitly set the breakpoint at main. Switch
1942 to the SELECTED_THREAD thread.
1943 (top level): Test handling the exec event with either the main
1944 thread or the second thread selected.
1945
19462017-10-09 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1949 logic. Move STOP marker after the value checks.
1950 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1951 regexp.
1952
19532017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1954
1955 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1956
19572017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1958
1959 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1960 integer-to-dfp conversion.
1961 * gdb.base/dfp-test.exp: Likewise.
1962
19632017-10-04 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.multi/hangout.c: Include <unistd.h>.
1966 (hangout_loop): New function.
1967 (main): Call alarm. Call hangout_loop in a loop.
1968 * gdb.multi/hello.c: Include <unistd.h>.
1969 (hello_loop): New function.
1970 (main): Call alarm. Call hangout_loop in a loop.
1971 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1972 inferior with the other selected.
1973
19742017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1975
1976 * gdb.mi/list-thread-groups-available.exp: New file.
1977 * gdb.mi/list-thread-groups-available.c: New file.
1978
19792017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1980
1981 * gdb.base/set-cwd.exp: Make it available on
1982 native-extended-gdbserver.
1983
19842017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1985
1986 * gdb.base/set-cwd.c: New file.
1987 * gdb.base/set-cwd.exp: Likewise.
1988
19892017-10-02 Tom Tromey <tom@tromey.com>
1990
1991 PR rust/22236:
1992 * gdb.rust/simple.rs (main): New variable "fslice".
1993 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1994
19952017-10-02 Tom Tromey <tom@tromey.com>
1996
1997 * gdb.rust/simple.exp: Test ptype of a slice.
1998
19992017-10-02 Tom Tromey <tom@tromey.com>
2000
2001 * gdb.rust/simple.exp: Test index of slice.
2002
20032017-09-27 Tom Tromey <tom@tromey.com>
2004
2005 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2006
20072017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2008 Pedro Alves <palves@redhat.com>
2009
2010 * gdb.base/compare-sections.exp (get value of read-only section): Read
2011 as unsigned value.
2012 (corrupt read-only section): Likewise and don't set written if patching
2013 failed.
2014
20152017-09-21 Kevin Buettner <kevinb@redhat.com>
2016
2017 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2018 files.
2019
20202017-09-20 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2023 symbol names in gdb's output.
2024 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2025
20262017-09-20 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2029 Rename to ...
2030 (test_list_ambiguous_symbol): ... this and add a symbol name
2031 parameter. Adjust.
2032 (test_list_ambiguous_function): Reimplement on top of
2033 test_list_ambiguous_symbol and also test listing ambiguous
2034 variables.
2035 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2036 (ambiguous_fun): ... this.
2037 (ambiguous_var): New.
2038 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2039 (ambiguous_fun): ... this.
2040 (ambiguous_var): New.
2041
20422017-09-19 John Baldwin <jhb@FreeBSD.org>
2043
2044 * gdb.base/starti.c: New file.
2045 * gdb.base/starti.exp: New file.
2046 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2047
20482017-09-14 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2051 (top level): Use it instead of runto.
2052
20532017-09-11 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2056
20572017-09-11 Tom Tromey <tom@tromey.com>
2058
2059 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2060 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2061
20622017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2063
2064 * gdb.fortran/printing-types.exp: New file.
2065 * gdb.fortran/printing-types.exp: New file.
2066
20672017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2068
2069 * gdb.fortran/vla-ptype.exp: Fix typos.
2070 * gdb.fortran/vla-value.exp: Same.
2071
20722017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2073
2074 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2075 * gdb.mi/mi-var-child-f.exp: Likewise.
2076 * gdb.mi/mi-vla-fortran.exp: Likewise.
2077
20782017-09-08 Frank Penczek <frank.penczek@intel.com>
2079 Christoph Weinmann <christoph.t.weinmann@intel.com>
2080 Bernhard Heckel <bernhard.heckel@intel.com>
2081
2082 * gdb.fortran/ptr-indentation.f90: New file.
2083 * gdb.fortran/ptr-indentation.exp: New file.
2084
20852017-09-05 Tom Tromey <tom@tromey.com>
2086
2087 PR gdb/22010:
2088 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2089
20902017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2091
2092 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2093
20942017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2095
2096 * gdb.threads/tls-nodebug-pie.c: New file.
2097 * gdb.threads/tls-nodebug-pie.exp: New file.
2098
20992017-09-05 Tom Tromey <tom@tromey.com>
2100
2101 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2102 for rust.
2103
21042017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2105
2106 * gdb.multi/multi-arch-exec.exp: Test with different
2107 "follow-exec-mode" settings.
2108 (do_test): New procedure.
2109
21102017-09-04 Pedro Alves <palves@redhat.com>
2111
2112 * gdb.base/func-static.c (S::method const, S::method volatile)
2113 (S::method volatile const): New methods.
2114 (c_s, v_s, cv_s): New instances.
2115 (main): Call method() on them.
2116 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2117 (cannot_resolve): New procedure.
2118 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2119 print-quote-unquoted columns.
2120 (do_test): Test printing each scope too.
2121
21222017-09-04 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.base/local-static.exp: Also test with
2125 class::method::variable wholly quoted.
2126 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2127
21282017-09-04 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.base/local-static.c: New.
2131 * gdb.base/local-static.cc: New.
2132 * gdb.base/local-static.exp: New.
2133
21342017-09-04 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.asm/asm-source.exp: Add casts to int.
2137 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2138 (dataglobal64_1, dataglobal64_2): New globals.
2139 * gdb.base/nodebug.exp: Test different expressions involving the
2140 new globals, with print, whatis and ptype. Add casts to int.
2141 * gdb.base/solib-display.exp: Add casts to int.
2142 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2143 * gdb.cp/m-static.exp: Add cast to int.
2144 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2145 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2146 tls variable with no debug info without a cast. Test with a cast
2147 to int too.
2148 * gdb.trace/entry-values.exp: Add casts.
2149
21502017-09-04 Pedro Alves <palves@redhat.com>
2151
2152 * gdb.base/nodebug.exp: Test that ptype's error about functions
2153 with unknown return type includes the function name too.
2154
21552017-09-04 Pedro Alves <palves@redhat.com>
2156
2157 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2158 return type of munmap in infcall.
2159 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2160 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2161 type of ftell in infcall.
2162 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2163 type of getpid in infcall.
2164 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2165 infcall.
2166 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2167 Bail on failure to extract the pid.
2168 * gdb.base/nodebug.c: #include <stdint.h>.
2169 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2170 New functions.
2171 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2172 Change expected output of print/whatis/ptype with functions with
2173 no debug info. Test all supported languages. Call
2174 test_call_promotion.
2175 * gdb.compile/compile.exp: Adjust expected output to expect
2176 warning.
2177 * gdb.threads/siginfo-threads.exp: Likewise.
2178
21792017-09-04 Pedro Alves <palves@redhat.com>
2180
2181 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2182 "prototypes". Test calling float functions via prototyped and
2183 unprototyped function pointers.
2184 (perform_all_tests): New parameter "prototypes". Pass it down.
2185 (top level): Pass down "prototypes" parameter to
2186 perform_all_tests.
2187
21882017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2189
2190 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2191 Test with nested loops.
2192
21932017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2194
2195 * gdb.base/commands.exp: Call the new procedures.
2196 (loop_break_test, loop_continue_test): New procedures.
2197
21982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2199
2200 * gdb.base/commands.exp: Call new procedure.
2201 (define_if_without_arg_test): New procedure.
2202
22032017-09-04 Pedro Alves <palves@redhat.com>
2204
2205 * gdb.base/list-ambiguous.exp: New file.
2206 * gdb.base/list-ambiguous0.c: New file.
2207 * gdb.base/list-ambiguous1.c: New file.
2208 * gdb.base/list.exp (test_list_range): Adjust expected output.
2209
22102017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2211
2212 * gdb.base/share-env-with-gdbserver.c: New file.
2213 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2214
22152017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2216
2217 * gdb.base/commands.exp (gdbvar_simple_if_test,
2218 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2219 progvar_simple_if_test, progvar_simple_while_test,
2220 progvar_complex_if_while_test, user_defined_command_test,
2221 user_defined_command_args_eval,
2222 user_defined_command_args_stack_test,
2223 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2224 temporary_breakpoint_commands,
2225 gdb_test_no_prompt, redefine_hook_test,
2226 redefine_backtrace_test): Remove "global gdb_prompt".
2227
22282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2229
2230 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2231 New proc, call it from toplevel.
2232
22332017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2234
2235 PR remote/21852
2236 * gdb.server/normal.c: New file, copied from gdb.base.
2237 * gdb.server/run-without-local-binary.exp: New file.
2238
22392017-08-07 Weimin Pan <weimin.pan@oracle.com>
2240
2241 * gdb.arch/sparc64-adi.exp: New file.
2242 * gdb.arch/sparc64-adi.c: New file.
2243
22442017-08-22 Pedro Alves <palves@redhat.com>
2245
2246 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2247 (top level): Add "list all overloads" tests.
2248
22492017-08-22 Tom Tromey <tom@tromey.com>
2250
2251 * gdb.gdb/xfullpath.exp: Remove.
2252
22532017-08-21 Pedro Alves <palves@redhat.com>
2254
2255 PR gdb/19487
2256 * gdb.base/symbol-alias.c: New.
2257 * gdb.base/symbol-alias2.c: New.
2258 * gdb.base/symbol-alias.exp: New.
2259
22602017-08-21 Pedro Alves <palves@redhat.com>
2261
2262 * gdb.base/dfp-test.c
2263 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2264 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2265 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2266 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2267 * gdb.base/whatis-ptype-typedefs.c: New.
2268 * gdb.base/whatis-ptype-typedefs.exp: New.
2269 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2270 (an_int, an_int_type, an_int_type2): New globals.
2271 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2272 involving typedefs and cast expressions.
2273 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2274 (lookup_typedefs_function): New.
2275 (typedefs_pretty_printers_dict): New.
2276 (top level): Register lookup_typedefs_function in
2277 gdb.pretty_printers.
2278
22792017-08-18 Yao Qi <yao.qi@linaro.org>
2280
2281 * gdb.server/unittest.exp: New.
2282
22832017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2284
2285 PR gdb/21954
2286 * gdb.base/environ.exp: Add test to check if 'unset environment'
2287 works.
2288
22892017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2290
2291 * lib/gdb.exp (universal_compile_options): New caching proc.
2292 (gdb_compile): Suppress GCC's coloring of messages.
2293
22942017-08-14 Tom Tromey <tom@tromey.com>
2295
2296 PR gdb/21675:
2297 * gdb.base/printcmds.exp (test_radices): New function.
2298 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2299 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2300 * lib/gdb.exp (get_integer_valueof): Use p/d.
2301
23022017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2303
2304 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2305 characters.
2306
23072017-08-05 Tom Tromey <tom@tromey.com>
2308
2309 * gdb.rust/simple.exp: Allow String to appear in a different
2310 namespace.
2311
23122017-07-26 Yao Qi <yao.qi@linaro.org>
2313
2314 * gdb.gdb/unittest.exp: Invoke command
2315 "maintenance check xml-descriptions".
2316
23172017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2318
2319 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2320 calling context.
2321 (hex128): Drop erroneous calculation of parameters.
2322
23232017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2324
2325 * gdb.python/py-unwind.exp: Disable stack protection when
2326 building test file.
2327
23282017-07-20 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.base/default.exp (set language): Adjust expected output.
2331
23322017-07-20 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2335 (test_minsym): ... this, and make static.
2336 (get_pck__foo__bar__minsym): Rename to ...
2337 (get_test_minsym): ... this.
2338 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2339 symbol names and comments.
2340 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2341 (get_test_minsym): ... this.
2342 (pck__foo__bar__minsym__2): Rename to ...
2343 (test_minsym): ... this.
2344 (main): Adjust.
2345
23462017-07-17 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.base/completion.exp: Adjust expected output.
2349 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2350 the completer works.
2351
23522017-07-17 Pedro Alves <palves@redhat.com>
2353
2354 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2355
23562017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2359
23602017-07-14 Tom Tromey <tom@tromey.com>
2361
2362 PR rust/21764:
2363 * gdb.rust/simple.exp: Add tests.
2364
23652017-07-14 Tom Tromey <tom@tromey.com>
2366
2367 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2368
23692017-07-14 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.linespec/base/one/thefile.cc (z1): New function.
2372 * gdb.linespec/base/two/thefile.cc (z2): New function.
2373 * gdb.linespec/linespec.exp: Add tests.
2374
23752017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2378 to mi_create_breakpoint.
2379
23802017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2383 mi_create_breakpoint.
2384
23852017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2386
2387 * gdb.dlang/demangle.exp: Update for demangling changes.
2388
23892017-07-09 Tom Tromey <tom@tromey.com>
2390
2391 * gdb.dwarf2/shortpiece.exp: New file.
2392
23932017-07-06 David Blaikie <dblaikie@gmail.com>
2394
2395 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2396 built from fissiont-multi-cu{1,2}.c.
2397 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2398 except putting 'main' and 'func' in separate CUs in the same DWO file.
2399 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2400 test.
2401 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2402 test.
2403
24042017-07-06 Pedro Alves <palves@redhat.com>
2405
2406 * gdb.python/py-unwind.exp: Test flushregs.
2407
24082017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2409
2410 PR cli/21688
2411 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2412 tests for alias commands and trailing whitespace.
2413
24142017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2415
2416 PR cli/21688
2417 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2418 procedure. Call it.
2419
24202017-06-29 Pedro Alves <palves@redhat.com>
2421
2422 * gdb.base/printcmds.exp: Add tests.
2423
24242017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2425
2426 PR gdb/21337
2427 * gdb.base/reread-readsym.exp: New file.
2428 * gdb.base/reread-readsym.c: New file.
2429
24302017-06-21 Kevin Buettner <kevinb@redhat.com>
2431
2432 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2433 subpattern.
2434
24352017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2436
2437 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2438 extended mnemonic.
2439 * gdb.arch/powerpc-power9.s: Likewise.
2440
24412017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2442
2443 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2444 on 32-bit x86 targets. Exploit is_*_target macros where
2445 appropriate.
2446
24472017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2448
2449 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2450 register pieces.
2451
24522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2453
2454 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2455 located in one or more DWARF pieces.
2456
24572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2458
2459 * lib/gdb.exp (get_endianness): New proc.
2460 * gdb.arch/aarch64-fp.exp: Use it.
2461 * gdb.arch/altivec-regs.exp: Likewise.
2462 * gdb.arch/e500-regs.exp: Likewise.
2463 * gdb.arch/vsx-regs.exp: Likewise.
2464 * gdb.base/dump.exp: Likewise.
2465 * gdb.base/funcargs.exp: Likewise.
2466 * gdb.base/gnu_vector.exp: Likewise.
2467 * gdb.dwarf2/formdata16.exp: Likewise.
2468 * gdb.dwarf2/implptrpiece.exp: Likewise.
2469 * gdb.dwarf2/nonvar-access.exp: Likewise.
2470 * gdb.python/py-inferior.exp: Likewise.
2471 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2472
24732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2474
2475 PR gdb/21226
2476 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2477 stack value pieces are taken from the LSB end.
2478
24792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2480
2481 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2482 variable at nonzero offset.
2483
24842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2485
2486 * gdb.dwarf2/var-access.c: New file.
2487 * gdb.dwarf2/var-access.exp: New test.
2488 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2489
24902017-06-12 Tom Tromey <tom@tromey.com>
2491
2492 * gdb.dwarf2/formdata16.exp: Add tests.
2493
24942017-06-12 Tom Tromey <tom@tromey.com>
2495
2496 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2497
24982017-06-12 Tom Tromey <tom@tromey.com>
2499
2500 PR exp/16225:
2501 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2502 * gdb.arch/vsx-regs.exp: Update tests.
2503 * gdb.arch/s390-vregs.exp (hex128): New proc.
2504 Update test.
2505 * gdb.arch/altivec-regs.exp: Update tests.
2506
25072017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2508
2509 * gdb.base/startup-with-shell.c: New file.
2510 * gdb.base/startup-with-shell.exp: Likewise.
2511
25122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2513
2514 * gdb.server/non-existing-program.exp: Update regex in order to
2515 reflect the fact that gdbserver is now using fork_inferior (with a
2516 shell) to startup the inferior.
2517
25182017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2519
2520 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2521 support function calls from GDB.
2522
25232017-05-21 Tom Tromey <tom@tromey.com>
2524
2525 PR rust/21466:
2526 * gdb.rust/unsized.exp: New file.
2527 * gdb.rust/unsized.rs: New file.
2528
25292017-05-19 Tom Tromey <tom@tromey.com>
2530
2531 PR rust/21484:
2532 * gdb.rust/watch.exp: New file.
2533 * gdb.rust/watch.rs: New file.
2534
25352017-05-18 Tom Tromey <tom@tromey.com>
2536
2537 * gdb.rust/simple.exp: Allow Box to be qualified.
2538
25392017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2540
2541 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2542
25432017-05-18 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.base/fileio.c (test_write, test_read, test_close)
2546 (test_fstat): Don't print 'ret' in the fail path.
2547
25482017-05-18 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2551 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2552 (test_system, test_rename, test_unlink, test_time): Change
2553 prototypes.
2554 * gdb.base/fileio.exp (stop_msg): Adjust.
2555
25562017-05-18 Pedro Alves <palves@redhat.com>
2557
2558 * gdb.base/fileio.c (null_str): New global.
2559 (test_stat): Use it.
2560 * gdb.base/fileio.exp: Remove nowarnings.
2561
25622017-05-17 Yao Qi <yao.qi@linaro.org>
2563
2564 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2565
25662017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2567
2568 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2569 argument command.
2570 (top-level): Invoke test_set_inferior_tty.
2571
25722017-05-04 Pedro Alves <palves@redhat.com>
2573
2574 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2575 Add parens to print call for Python 3.
2576
25772017-05-03 Keith Seitz <keiths@redhat.com>
2578
2579 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2580 (main): Call it.
2581
25822017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2583
2584 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2585 to prev and next.
2586
25872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2588
2589 * gdb.python/py-record-btrace.exp: Remove test for
2590 gdb.BtraceInstruction.error.
2591
25922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2593
2594 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2595
25962017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2597
2598 * gdb.python/py-record-btrace-threads.c: New file.
2599 * gdb.python/py-record-btrace-threads.exp: New file.
2600
26012017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2602
2603 PR testsuite/8595
2604 * gdb.base/environ.exp: Make test available in all architectures.
2605 Move bits related to "info program" testing to
2606 gdb.base/info-program.exp. Rewrite tests to use the two new
2607 procedures mentione below.
2608 (test_set_show_env_var) New procedure.
2609 (test_set_show_env_var_equal): Likewise.
2610 * gdb.base/info-program.exp: New file.
2611
26122017-04-27 Keith Seitz <keiths@redhat.com>
2613
2614 * gdb.cp/oranking.cc (test15): New function.
2615 (main): Call test15 and declare additional variables for testing.
2616 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2617 "p foo101('abc')" tests.
2618 Add tests for cv qualifier overloads.
2619 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2620 "lvalue reference overload" test.
2621 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2622 "print value of f1 on Child&& in f2" test.
2623
26242017-04-19 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2627 procedure.
2628 (top level): Call it.
2629 * lib/gdb.exp (gdb_define_cmd): New procedure.
2630
26312017-04-12 Pedro Alves <palves@redhat.com>
2632
2633 PR gdb/21323
2634 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2635 (wchar): New global.
2636 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2637 (do_test_wide_char, wide_char_types_no_program, top level): Add
2638 wchar_t testing.
2639
26402017-04-12 Pedro Alves <palves@redhat.com>
2641
2642 PR c++/21323
2643 * gdb.cp/wide_char_types.c: New file.
2644 * gdb.cp/wide_char_types.exp: New file.
2645
26462017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2647
2648 PR gdb/21352
2649 * gdb.trace/tsv.exp: Add test for "tsave -r".
2650
26512017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2652
2653 * gdb.dlang/watch-loc.c: New file.
2654 * gdb.dlang/watch-loc.exp: New file.
2655
26562017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2657
2658 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2659
26602017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2661
2662 * gdb.arch/arc-analyze-prologue.S: New file.
2663 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2664
26652017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2666
2667 * gdb.arch/arc-decode-insn.S: New file.
2668 * gdb.arch/arc-decode-insn.exp: Likewise.
2669
26702017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2671
2672 PR tdep/20928
2673 * gdb.arch/sparc64-regs.exp: New file.
2674 * gdb.arch/sparc64-regs.S: Likewise.
2675
26762017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2677
2678 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2679 and memory view on Python 3.
2680
26812017-03-20 Artemiy Volkov <artemiyv@acm.org>
2682 Keith Seitz <keiths@redhat.com>
2683
2684 PR gdb/14441
2685 * gdb.cp/demangle.exp: Add rvalue reference tests.
2686 * gdb.cp/rvalue-ref-casts.cc: New file.
2687 * gdb.cp/rvalue-ref-casts.exp: New file.
2688 * gdb.cp/rvalue-ref-overload.cc: New file.
2689 * gdb.cp/rvalue-ref-overload.exp: New file.
2690 * gdb.cp/rvalue-ref-params.cc: New file.
2691 * gdb.cp/rvalue-ref-params.exp: New file.
2692 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2693 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2694 * gdb.cp/rvalue-ref-types.cc: New file.
2695 * gdb.cp/rvalue-ref-types.exp: New file.
2696 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2697 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2698
26992017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2700
2701 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2702 New procedure.
2703
27042017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2705
2706 * lib/mi-support.exp (mi_gdb_test): Add additional message
2707 for unexpected output.
2708
27092017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2710
2711 * gdb.base/examine-backward.c (Barrier): New character array
2712 constant, to ensure that TestStrings is preceded by a string
2713 terminator.
2714
27152017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2716
2717 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2718 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2719 and implicit pointer into such a location.
2720
27212017-03-16 Doug Evans <dje@google.com>
2722
2723 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2724
27252017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2726
2727 * gdb.cp/m-static.exp: Fix expectation for prototype of
2728 test5.single_constructor and single_constructor::single_constructor.
2729
27302017-03-16 Doug Evans <dje@google.com>
2731
2732 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2733 * gdb.guile/scm-lazy-string.c: New file.
2734 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2735 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2736 for pointer, array, typedef lazy strings.
2737
27382017-03-16 Doug Evans <dje@google.com>
2739
2740 PR python/17728, python/18439, python/18779
2741 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2742 * gdb.python/py-lazy-string.c (pointer): New typedef.
2743 (main): New locals ptr, array, typedef_ptr.
2744 * gdb.python/py-value.exp: Move lazy string tests to ...
2745 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2746 array, typedef lazy strings.
2747
27482017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2749
2750 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2751 Add optional 'test' parameter.
2752
27532017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2754
2755 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2756 Skip for versions of DejaGnu < 1.5.
2757
27582017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2759
2760 * lib/gdb.exp (dejagnu_version): New proc.
2761 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2762 Use dejagnu_version.
2763
27642017-03-10 Keith Seitz <keiths@redhat.com>
2765
2766 PR c++/8128
2767 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2768 type from destructor regexps.
2769 Add a branch which actually passes the test.
2770 Adjust "ptype t5i" test names.
2771
27722017-03-08 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.base/step-over-exit.exp: Add explicit test message.
2775
27762017-03-08 Pedro Alves <palves@redhat.com>
2777
2778 PR gdb/18360
2779 * gdb.threads/interrupt-while-step-over.c: New file.
2780 * gdb.threads/interrupt-while-step-over.exp: New file.
2781
27822017-03-08 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2785 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2786
27872017-03-08 Pedro Alves <palves@redhat.com>
2788
2789 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2790 PKRU as not supported as a PASS.
2791
27922017-03-08 Pedro Alves <palves@redhat.com>
2793
2794 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2795 prefix instead of $binfile1/$binfile2.
2796 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2797 in test message.
2798 * gdb.python/py-completion.exp: Use "load python file" as test
2799 messages instead of unstable path names.
2800
28012017-03-08 Pedro Alves <palves@redhat.com>
2802 Jan Kratochvil <jan.kratochvil@redhat.com>
2803
2804 PR cli/21218
2805 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2806 New proc.
2807 (top level): Call it.
2808
28092017-03-08 Pedro Alves <palves@redhat.com>
2810
2811 PR tui/21216
2812 * gdb.tui/tui-nl-filtered-output.exp: New file.
2813
28142017-03-08 Pedro Alves <palves@redhat.com>
2815
2816 * gdb.base/completion.exp: Move TUI completion tests to ...
2817 * gdb.tui/completion.exp: ... this new file.
2818
28192017-03-08 Pedro Alves <palves@redhat.com>
2820
2821 * gdb.base/tui-disasm-long-lines.c,
2822 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2823 gdb.base/tui-layout.exp: Move to ...
2824 * gdb.tui/: ... this new directory.
2825
28262017-03-07 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.base/tui-layout.c: New file.
2829 * gdb.base/tui-layout.exp: New file.
2830
28312017-03-07 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.base/tui-layout.c: Rename to ...
2834 * gdb.base/tui-disasm-long-lines.c: ... this.
2835 * gdb.base/tui-layout.exp: Rename to ...
2836 * gdb.base/tui-disasm-long-lines.exp: ... this.
2837
28382017-03-07 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2841
28422017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2843
2844 * i386-mpx-call.c: New file.
2845 * i386-mpx-call.exp: New file.
2846
28472017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2848
2849 * gdb.arch/powerpc-power.exp: Delete test.
2850 * gdb.arch/powerpc-power.s: Likewise.
2851 * gdb.disasm/disassembler-options.exp: New test.
2852 * gdb.arch/powerpc-altivec.exp: Likewise.
2853 * gdb.arch/powerpc-altivec.s: Likewise.
2854 * gdb.arch/powerpc-altivec2.exp: Likewise.
2855 * gdb.arch/powerpc-altivec2.s: Likewise.
2856 * gdb.arch/powerpc-altivec3.exp: Likewise.
2857 * gdb.arch/powerpc-altivec3.s: Likewise.
2858 * gdb.arch/powerpc-power7.exp: Likewise.
2859 * gdb.arch/powerpc-power7.s: Likewise.
2860 * gdb.arch/powerpc-power8.exp: Likewise.
2861 * gdb.arch/powerpc-power8.s: Likewise.
2862 * gdb.arch/powerpc-power9.exp: Likewise.
2863 * gdb.arch/powerpc-power9.s: Likewise.
2864 * gdb.arch/powerpc-vsx.exp: Likewise.
2865 * gdb.arch/powerpc-vsx.s: Likewise.
2866 * gdb.arch/powerpc-vsx2.exp: Likewise.
2867 * gdb.arch/powerpc-vsx2.s: Likewise.
2868 * gdb.arch/powerpc-vsx3.exp: Likewise.
2869 * gdb.arch/powerpc-vsx3.s: Likewise.
2870 * gdb.arch/arm-disassembler-options.exp: Likewise.
2871 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2872 * gdb.arch/s390-disassembler-options.exp: Likewise.
2873
28742017-02-23 Luis Machado <lgustavo@codesourcery.com>
2875
2876 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2877 (check_supported_features): ... this. Changed return type to void.
2878 (supports_rdseed): New static global.
2879 (rdseed): Check supports_rdseed.
2880 (initialize): Call check_supported_features.
2881
28822017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2883
2884 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2885 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2886 and lqarx/stqcx.
2887 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2888 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2889
28902017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2891
2892 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2893 uppercase.
2894
28952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2896
2897 * gdb.dwarf2/formdata16.c: New file.
2898 * gdb.dwarf2/formdata16.exp: New file.
2899 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2900
29012017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2904 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2905 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2906 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2907 DW_AT_GNU_*.
2908
29092017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2910
2911 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2912
29132017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2914
2915 PR gdb/21164
2916 * gdb.base/maint.exp: Add testcases for when the commands do
2917 not have arguments.
2918
29192017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2920
2921 * gdb.cp/chained-calls.exp: Use p instead of P.
2922
29232017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2924
2925 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2926 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2927
29282017-02-14 Tom Tromey <tom@tromey.com>
2929
2930 PR python/13598:
2931 * gdb.python/py-events.exp: Add before_prompt event tests.
2932
29332017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2934
2935 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2936
29372017-02-13 Luis Machado <lgustavo@codesourcery.com>
2938
2939 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2940 (main): Call my_unique_function_name.
2941 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2942 completion of patterns with a single match.
2943 Add missing -re switches to gdb_test_multiple calls.
2944
29452017-02-13 Luis Machado <lgustavo@codesourcery.com>
2946
2947 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2948 return if core file is not recognized.
2949
29502017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2951
2952 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2953 and extra UIs.
2954
29552017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2956
2957 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2958 proc_with_prefix.
2959
29602017-02-10 Tom Tromey <tom@tromey.com>
2961
2962 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2963
29642017-02-10 Martin Galvan <martingalvan@sourceware.org>
2965
2966 PR gdb/21122
2967 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2968
29692017-02-08 Jerome Guitton <guitton@adacore.com>
2970
2971 * gdb.base/define.exp: Add test for command abbreviations
2972 in define.
2973
29742017-02-06 Luis Machado <lgustavo@codesourcery.com>
2975
2976 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2977 * gdb.reverse/insn-reverse-x86.c: New file.
2978
29792017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2980
2981 PR tdep/20936
2982 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2983
29842017-02-03 Tom Tromey <tom@tromey.com>
2985
2986 PR rust/21097:
2987 * gdb.rust/simple.exp: Add new tests.
2988
29892017-02-02 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2992 tests.
2993
29942017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2995
2996 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2997 taking a 2-byte value out of a 4-byte DWARF implicit value on
2998 big-endian targets.
2999 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3000 logic. Add test cases for DW_OP_implicit.
3001
30022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3003
3004 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3005
30062017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3007
3008 * gdb.btrace/enable.exp: Call gdb_exit before
3009 skip_gdbserver_tests.
3010
30112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3012
3013 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3014 GDBFLAGS.
3015
30162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3017
3018 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3019 the test is skipped.
3020 * gdb.btrace/data.exp: Likewise.
3021 * gdb.btrace/delta.exp: Likewise.
3022 * gdb.btrace/dlopen.exp: Likewise.
3023 * gdb.btrace/enable-running.exp: Likewise.
3024 * gdb.btrace/enable.exp: Likewise.
3025 * gdb.btrace/exception.exp: Likewise.
3026 * gdb.btrace/function_call_history.exp: Likewise.
3027 * gdb.btrace/gcore.exp: Likewise.
3028 * gdb.btrace/instruction_history.exp: Likewise.
3029 * gdb.btrace/multi-thread-step.exp: Likewise.
3030 * gdb.btrace/nohist.exp: Likewise.
3031 * gdb.btrace/non-stop.exp: Likewise.
3032 * gdb.btrace/reconnect.exp: Likewise.
3033 * gdb.btrace/record_goto-step.exp: Likewise.
3034 * gdb.btrace/record_goto.exp: Likewise.
3035 * gdb.btrace/rn-dl-bind.exp: Likewise.
3036 * gdb.btrace/segv.exp: Likewise.
3037 * gdb.btrace/step.exp: Likewise.
3038 * gdb.btrace/stepi.exp: Likewise.
3039 * gdb.btrace/tailcall-only.exp: Likewise.
3040 * gdb.btrace/tailcall.exp: Likewise.
3041 * gdb.btrace/tsx.exp: Likewise.
3042 * gdb.btrace/unknown_functions.exp: Likewise.
3043 * gdb.btrace/vdso.exp: Likewise.
3044
30452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3046
3047 * gdb.btrace/enable-running.c: New.
3048 * gdb.btrace/enable-running.exp: New.
3049
30502017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3051
3052 * gdb.arch/amd64-gs_base.c: New file.
3053 * gdb.arch/amd64-gs_base.exp: New file.
3054
30552017-01-26 Luis Machado <lgustavo@codesourcery.com>
3056
3057 * lib/memory.exp: Remove spurious empty newlines.
3058
30592017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3060
3061 * gdb.python/py-bad-printers.exp: Load python file using "source".
3062 * gdb.python/py-events.exp: Likewise.
3063 * gdb.python/py-evsignal.exp: Likewise.
3064 * gdb.python/py-evthreads.exp: Likewise.
3065 * gdb.python/py-frame-args.exp: Likewise.
3066 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3067 * gdb.python/py-framefilter-mi.exp: Likewise.
3068 * gdb.python/py-framefilter.exp: Likewise.
3069 * gdb.python/py-mi.exp: Likewise.
3070 * gdb.python/py-pp-maint.exp: Likewise.
3071 * gdb.python/py-pp-registration.exp: Likewise.
3072 * gdb.python/py-prettyprint.exp: Likewise.
3073 (run_lang_tests): Likewise.
3074 * gdb.python/py-typeprint.exp: Likewise.
3075
30762017-01-26 Luis Machado <lgustavo@codesourcery.com>
3077
3078 * lib/memory.exp: New file.
3079 * lib/gdb.exp: Load memory.exp.
3080 * gdb.base/memattr.exp (delete_memory): Move proc to
3081 lib/memory.exp and rename to delete_memory_regions.
3082 Replace delete_memory with delete_memory_regions.
3083 Cleanup memory regions before tests.
3084 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3085 before tests.
3086
30872017-01-26 Luis Machado <lgustavo@codesourcery.com>
3088
3089 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3090 files.
3091 (initialize): New function conditionally defined.
3092 (testcases): Move within conditional block.
3093 (main): Call initialize.
3094 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3095 of gdb.reverse/insn-reverse.c.
3096 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3097 gdb.reverse/insn-reverse.c.
3098
30992017-01-26 Yao Qi <yao.qi@linaro.org>
3100
3101 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3102 disassemble on address 0.
3103
31042017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3105 Yao Qi <yao.qi@linaro.org>
3106
3107 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3108 * gdb.dwarf2/implptr-64bit.S: Remove.
3109 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3110 variables in caller's context. Add DW_OP_implicit_value.
3111
31122017-01-25 Yao Qi <yao.qi@linaro.org>
3113
3114 * lib/dwarf.exp (Dwarf::_location): Handle
3115 DW_OP_GNU_implicit_pointer with proper size.
3116
31172017-01-20 Luis Machado <lgustavo@codesourcery.com>
3118
3119 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3120 and add untested calls.
3121
31222017-01-20 Luis Machado <lgustavo@codesourcery.com>
3123
3124 * gdb.python/python.exp: Check line number against what GDB thinks
3125 the line number is for func1.
3126
31272017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3128
3129 * gdb.dlang/debug-expr.exp: New file.
3130
31312016-12-23 Luis Machado <lgustavo@codesourcery.com>
3132
3133 Fix test names for the following files:
3134
3135 * gdb.ada/exec_changed.exp
3136 * gdb.ada/info_types.exp
3137 * gdb.arch/aarch64-atomic-inst.exp
3138 * gdb.arch/aarch64-fp.exp
3139 * gdb.arch/altivec-abi.exp
3140 * gdb.arch/altivec-regs.exp
3141 * gdb.arch/amd64-byte.exp
3142 * gdb.arch/amd64-disp-step.exp
3143 * gdb.arch/amd64-dword.exp
3144 * gdb.arch/amd64-entry-value-inline.exp
3145 * gdb.arch/amd64-entry-value-param.exp
3146 * gdb.arch/amd64-entry-value-paramref.exp
3147 * gdb.arch/amd64-entry-value.exp
3148 * gdb.arch/amd64-i386-address.exp
3149 * gdb.arch/amd64-invalid-stack-middle.exp
3150 * gdb.arch/amd64-invalid-stack-top.exp
3151 * gdb.arch/amd64-optimout-repeat.exp
3152 * gdb.arch/amd64-prologue-skip.exp
3153 * gdb.arch/amd64-prologue-xmm.exp
3154 * gdb.arch/amd64-stap-special-operands.exp
3155 * gdb.arch/amd64-stap-wrong-subexp.exp
3156 * gdb.arch/amd64-tailcall-cxx.exp
3157 * gdb.arch/amd64-tailcall-noret.exp
3158 * gdb.arch/amd64-tailcall-ret.exp
3159 * gdb.arch/amd64-tailcall-self.exp
3160 * gdb.arch/amd64-word.exp
3161 * gdb.arch/arm-bl-branch-dest.exp
3162 * gdb.arch/arm-disp-step.exp
3163 * gdb.arch/arm-neon.exp
3164 * gdb.arch/arm-single-step-kernel-helper.exp
3165 * gdb.arch/avr-flash-qualifier.exp
3166 * gdb.arch/disp-step-insn-reloc.exp
3167 * gdb.arch/e500-abi.exp
3168 * gdb.arch/e500-regs.exp
3169 * gdb.arch/ftrace-insn-reloc.exp
3170 * gdb.arch/i386-avx512.exp
3171 * gdb.arch/i386-bp_permanent.exp
3172 * gdb.arch/i386-byte.exp
3173 * gdb.arch/i386-cfi-notcurrent.exp
3174 * gdb.arch/i386-disp-step.exp
3175 * gdb.arch/i386-dr3-watch.exp
3176 * gdb.arch/i386-float.exp
3177 * gdb.arch/i386-gnu-cfi.exp
3178 * gdb.arch/i386-mpx-map.exp
3179 * gdb.arch/i386-mpx-sigsegv.exp
3180 * gdb.arch/i386-mpx-simple_segv.exp
3181 * gdb.arch/i386-mpx.exp
3182 * gdb.arch/i386-permbkpt.exp
3183 * gdb.arch/i386-prologue.exp
3184 * gdb.arch/i386-signal.exp
3185 * gdb.arch/i386-size-overlap.exp
3186 * gdb.arch/i386-unwind.exp
3187 * gdb.arch/i386-word.exp
3188 * gdb.arch/mips-fcr.exp
3189 * gdb.arch/powerpc-d128-regs.exp
3190 * gdb.arch/powerpc-stackless.exp
3191 * gdb.arch/ppc64-atomic-inst.exp
3192 * gdb.arch/s390-stackless.exp
3193 * gdb.arch/s390-tdbregs.exp
3194 * gdb.arch/s390-vregs.exp
3195 * gdb.arch/sparc-sysstep.exp
3196 * gdb.arch/thumb-bx-pc.exp
3197 * gdb.arch/thumb-singlestep.exp
3198 * gdb.arch/thumb2-it.exp
3199 * gdb.arch/vsx-regs.exp
3200 * gdb.asm/asm-source.exp
3201 * gdb.base/a2-run.exp
3202 * gdb.base/advance.exp
3203 * gdb.base/all-bin.exp
3204 * gdb.base/anon.exp
3205 * gdb.base/args.exp
3206 * gdb.base/arithmet.exp
3207 * gdb.base/async-shell.exp
3208 * gdb.base/async.exp
3209 * gdb.base/attach-pie-noexec.exp
3210 * gdb.base/attach-twice.exp
3211 * gdb.base/auto-load.exp
3212 * gdb.base/bang.exp
3213 * gdb.base/bitfields.exp
3214 * gdb.base/break-always.exp
3215 * gdb.base/break-caller-line.exp
3216 * gdb.base/break-entry.exp
3217 * gdb.base/break-inline.exp
3218 * gdb.base/break-on-linker-gcd-function.exp
3219 * gdb.base/break-probes.exp
3220 * gdb.base/break.exp
3221 * gdb.base/breakpoint-shadow.exp
3222 * gdb.base/call-ar-st.exp
3223 * gdb.base/call-sc.exp
3224 * gdb.base/call-signal-resume.exp
3225 * gdb.base/call-strs.exp
3226 * gdb.base/callfuncs.exp
3227 * gdb.base/catch-fork-static.exp
3228 * gdb.base/catch-gdb-caused-signals.exp
3229 * gdb.base/catch-load.exp
3230 * gdb.base/catch-signal-fork.exp
3231 * gdb.base/catch-signal.exp
3232 * gdb.base/catch-syscall.exp
3233 * gdb.base/charset.exp
3234 * gdb.base/checkpoint.exp
3235 * gdb.base/chng-syms.exp
3236 * gdb.base/code-expr.exp
3237 * gdb.base/code_elim.exp
3238 * gdb.base/commands.exp
3239 * gdb.base/completion.exp
3240 * gdb.base/complex.exp
3241 * gdb.base/cond-expr.exp
3242 * gdb.base/condbreak.exp
3243 * gdb.base/consecutive.exp
3244 * gdb.base/continue-all-already-running.exp
3245 * gdb.base/coredump-filter.exp
3246 * gdb.base/corefile.exp
3247 * gdb.base/dbx.exp
3248 * gdb.base/debug-expr.exp
3249 * gdb.base/define.exp
3250 * gdb.base/del.exp
3251 * gdb.base/disabled-location.exp
3252 * gdb.base/disasm-end-cu.exp
3253 * gdb.base/disasm-optim.exp
3254 * gdb.base/display.exp
3255 * gdb.base/duplicate-bp.exp
3256 * gdb.base/ena-dis-br.exp
3257 * gdb.base/ending-run.exp
3258 * gdb.base/enumval.exp
3259 * gdb.base/environ.exp
3260 * gdb.base/eu-strip-infcall.exp
3261 * gdb.base/eval-avoid-side-effects.exp
3262 * gdb.base/eval-skip.exp
3263 * gdb.base/exitsignal.exp
3264 * gdb.base/expand-psymtabs.exp
3265 * gdb.base/filesym.exp
3266 * gdb.base/find-unmapped.exp
3267 * gdb.base/finish.exp
3268 * gdb.base/float.exp
3269 * gdb.base/foll-exec-mode.exp
3270 * gdb.base/foll-exec.exp
3271 * gdb.base/foll-fork.exp
3272 * gdb.base/fortran-sym-case.exp
3273 * gdb.base/freebpcmd.exp
3274 * gdb.base/func-ptr.exp
3275 * gdb.base/func-ptrs.exp
3276 * gdb.base/funcargs.exp
3277 * gdb.base/gcore-buffer-overflow.exp
3278 * gdb.base/gcore-relro-pie.exp
3279 * gdb.base/gcore-relro.exp
3280 * gdb.base/gcore.exp
3281 * gdb.base/gdb1090.exp
3282 * gdb.base/gdb11530.exp
3283 * gdb.base/gdb11531.exp
3284 * gdb.base/gdb1821.exp
3285 * gdb.base/gdbindex-stabs.exp
3286 * gdb.base/gdbvars.exp
3287 * gdb.base/hbreak.exp
3288 * gdb.base/hbreak2.exp
3289 * gdb.base/included.exp
3290 * gdb.base/infcall-input.exp
3291 * gdb.base/inferior-died.exp
3292 * gdb.base/infnan.exp
3293 * gdb.base/info-macros.exp
3294 * gdb.base/info-os.exp
3295 * gdb.base/info-proc.exp
3296 * gdb.base/info-shared.exp
3297 * gdb.base/info-target.exp
3298 * gdb.base/infoline.exp
3299 * gdb.base/interp.exp
3300 * gdb.base/interrupt.exp
3301 * gdb.base/jit-reader.exp
3302 * gdb.base/jit-simple.exp
3303 * gdb.base/kill-after-signal.exp
3304 * gdb.base/kill-detach-inferiors-cmd.exp
3305 * gdb.base/label.exp
3306 * gdb.base/langs.exp
3307 * gdb.base/ldbl_e308.exp
3308 * gdb.base/line-symtabs.exp
3309 * gdb.base/linespecs.exp
3310 * gdb.base/list.exp
3311 * gdb.base/long_long.exp
3312 * gdb.base/longest-types.exp
3313 * gdb.base/maint.exp
3314 * gdb.base/max-value-size.exp
3315 * gdb.base/memattr.exp
3316 * gdb.base/mips_pro.exp
3317 * gdb.base/morestack.exp
3318 * gdb.base/moribund-step.exp
3319 * gdb.base/multi-forks.exp
3320 * gdb.base/nested-addr.exp
3321 * gdb.base/nextoverexit.exp
3322 * gdb.base/noreturn-finish.exp
3323 * gdb.base/noreturn-return.exp
3324 * gdb.base/nostdlib.exp
3325 * gdb.base/offsets.exp
3326 * gdb.base/opaque.exp
3327 * gdb.base/pc-fp.exp
3328 * gdb.base/permissions.exp
3329 * gdb.base/print-symbol-loading.exp
3330 * gdb.base/prologue-include.exp
3331 * gdb.base/psymtab.exp
3332 * gdb.base/ptype.exp
3333 * gdb.base/random-signal.exp
3334 * gdb.base/randomize.exp
3335 * gdb.base/range-stepping.exp
3336 * gdb.base/readline-ask.exp
3337 * gdb.base/recpar.exp
3338 * gdb.base/recurse.exp
3339 * gdb.base/relational.exp
3340 * gdb.base/restore.exp
3341 * gdb.base/return-nodebug.exp
3342 * gdb.base/return.exp
3343 * gdb.base/run-after-attach.exp
3344 * gdb.base/save-bp.exp
3345 * gdb.base/scope.exp
3346 * gdb.base/sect-cmd.exp
3347 * gdb.base/set-lang-auto.exp
3348 * gdb.base/set-noassign.exp
3349 * gdb.base/setvar.exp
3350 * gdb.base/sigall.exp
3351 * gdb.base/sigbpt.exp
3352 * gdb.base/siginfo-addr.exp
3353 * gdb.base/siginfo-infcall.exp
3354 * gdb.base/siginfo-obj.exp
3355 * gdb.base/siginfo.exp
3356 * gdb.base/signals-state-child.exp
3357 * gdb.base/signest.exp
3358 * gdb.base/sigstep.exp
3359 * gdb.base/sizeof.exp
3360 * gdb.base/skip.exp
3361 * gdb.base/solib-corrupted.exp
3362 * gdb.base/solib-nodir.exp
3363 * gdb.base/solib-search.exp
3364 * gdb.base/stack-checking.exp
3365 * gdb.base/stale-infcall.exp
3366 * gdb.base/stap-probe.exp
3367 * gdb.base/start.exp
3368 * gdb.base/step-break.exp
3369 * gdb.base/step-bt.exp
3370 * gdb.base/step-line.exp
3371 * gdb.base/step-over-exit.exp
3372 * gdb.base/step-over-syscall.exp
3373 * gdb.base/step-resume-infcall.exp
3374 * gdb.base/step-test.exp
3375 * gdb.base/store.exp
3376 * gdb.base/structs3.exp
3377 * gdb.base/sym-file.exp
3378 * gdb.base/symbol-without-target_section.exp
3379 * gdb.base/term.exp
3380 * gdb.base/testenv.exp
3381 * gdb.base/ui-redirect.exp
3382 * gdb.base/until.exp
3383 * gdb.base/unwindonsignal.exp
3384 * gdb.base/value-double-free.exp
3385 * gdb.base/vla-datatypes.exp
3386 * gdb.base/vla-ptr.exp
3387 * gdb.base/vla-sideeffect.exp
3388 * gdb.base/volatile.exp
3389 * gdb.base/watch-cond-infcall.exp
3390 * gdb.base/watch-cond.exp
3391 * gdb.base/watch-non-mem.exp
3392 * gdb.base/watch-read.exp
3393 * gdb.base/watch-vfork.exp
3394 * gdb.base/watchpoint-cond-gone.exp
3395 * gdb.base/watchpoint-delete.exp
3396 * gdb.base/watchpoint-hw-hit-once.exp
3397 * gdb.base/watchpoint-hw.exp
3398 * gdb.base/watchpoint-stops-at-right-insn.exp
3399 * gdb.base/watchpoints.exp
3400 * gdb.base/wchar.exp
3401 * gdb.base/whatis-exp.exp
3402 * gdb.btrace/buffer-size.exp
3403 * gdb.btrace/data.exp
3404 * gdb.btrace/delta.exp
3405 * gdb.btrace/dlopen.exp
3406 * gdb.btrace/enable.exp
3407 * gdb.btrace/exception.exp
3408 * gdb.btrace/function_call_history.exp
3409 * gdb.btrace/gcore.exp
3410 * gdb.btrace/instruction_history.exp
3411 * gdb.btrace/nohist.exp
3412 * gdb.btrace/reconnect.exp
3413 * gdb.btrace/record_goto-step.exp
3414 * gdb.btrace/record_goto.exp
3415 * gdb.btrace/rn-dl-bind.exp
3416 * gdb.btrace/segv.exp
3417 * gdb.btrace/step.exp
3418 * gdb.btrace/stepi.exp
3419 * gdb.btrace/tailcall-only.exp
3420 * gdb.btrace/tailcall.exp
3421 * gdb.btrace/tsx.exp
3422 * gdb.btrace/unknown_functions.exp
3423 * gdb.btrace/vdso.exp
3424 * gdb.compile/compile-ifunc.exp
3425 * gdb.compile/compile-ops.exp
3426 * gdb.compile/compile-print.exp
3427 * gdb.compile/compile-setjmp.exp
3428 * gdb.cp/abstract-origin.exp
3429 * gdb.cp/ambiguous.exp
3430 * gdb.cp/annota2.exp
3431 * gdb.cp/annota3.exp
3432 * gdb.cp/anon-ns.exp
3433 * gdb.cp/anon-struct.exp
3434 * gdb.cp/anon-union.exp
3435 * gdb.cp/arg-reference.exp
3436 * gdb.cp/baseenum.exp
3437 * gdb.cp/bool.exp
3438 * gdb.cp/breakpoint.exp
3439 * gdb.cp/bs15503.exp
3440 * gdb.cp/call-c.exp
3441 * gdb.cp/casts.exp
3442 * gdb.cp/chained-calls.exp
3443 * gdb.cp/class2.exp
3444 * gdb.cp/classes.exp
3445 * gdb.cp/cmpd-minsyms.exp
3446 * gdb.cp/converts.exp
3447 * gdb.cp/cp-relocate.exp
3448 * gdb.cp/cpcompletion.exp
3449 * gdb.cp/cpexprs.exp
3450 * gdb.cp/cplabel.exp
3451 * gdb.cp/cplusfuncs.exp
3452 * gdb.cp/cpsizeof.exp
3453 * gdb.cp/ctti.exp
3454 * gdb.cp/derivation.exp
3455 * gdb.cp/destrprint.exp
3456 * gdb.cp/dispcxx.exp
3457 * gdb.cp/enum-class.exp
3458 * gdb.cp/exception.exp
3459 * gdb.cp/exceptprint.exp
3460 * gdb.cp/expand-psymtabs-cxx.exp
3461 * gdb.cp/expand-sals.exp
3462 * gdb.cp/extern-c.exp
3463 * gdb.cp/filename.exp
3464 * gdb.cp/formatted-ref.exp
3465 * gdb.cp/fpointer.exp
3466 * gdb.cp/gdb1355.exp
3467 * gdb.cp/gdb2495.exp
3468 * gdb.cp/hang.exp
3469 * gdb.cp/impl-this.exp
3470 * gdb.cp/infcall-dlopen.exp
3471 * gdb.cp/inherit.exp
3472 * gdb.cp/iostream.exp
3473 * gdb.cp/koenig.exp
3474 * gdb.cp/local.exp
3475 * gdb.cp/m-data.exp
3476 * gdb.cp/m-static.exp
3477 * gdb.cp/mb-ctor.exp
3478 * gdb.cp/mb-inline.exp
3479 * gdb.cp/mb-templates.exp
3480 * gdb.cp/member-name.exp
3481 * gdb.cp/member-ptr.exp
3482 * gdb.cp/meth-typedefs.exp
3483 * gdb.cp/method.exp
3484 * gdb.cp/method2.exp
3485 * gdb.cp/minsym-fallback.exp
3486 * gdb.cp/misc.exp
3487 * gdb.cp/namelessclass.exp
3488 * gdb.cp/namespace-enum.exp
3489 * gdb.cp/namespace-nested-import.exp
3490 * gdb.cp/namespace.exp
3491 * gdb.cp/nextoverthrow.exp
3492 * gdb.cp/no-dmgl-verbose.exp
3493 * gdb.cp/non-trivial-retval.exp
3494 * gdb.cp/noparam.exp
3495 * gdb.cp/nsdecl.exp
3496 * gdb.cp/nsimport.exp
3497 * gdb.cp/nsnested.exp
3498 * gdb.cp/nsnoimports.exp
3499 * gdb.cp/nsrecurs.exp
3500 * gdb.cp/nsstress.exp
3501 * gdb.cp/nsusing.exp
3502 * gdb.cp/operator.exp
3503 * gdb.cp/oranking.exp
3504 * gdb.cp/overload-const.exp
3505 * gdb.cp/overload.exp
3506 * gdb.cp/ovldbreak.exp
3507 * gdb.cp/ovsrch.exp
3508 * gdb.cp/paren-type.exp
3509 * gdb.cp/parse-lang.exp
3510 * gdb.cp/pass-by-ref.exp
3511 * gdb.cp/pr-1023.exp
3512 * gdb.cp/pr-1210.exp
3513 * gdb.cp/pr-574.exp
3514 * gdb.cp/pr10687.exp
3515 * gdb.cp/pr12028.exp
3516 * gdb.cp/pr17132.exp
3517 * gdb.cp/pr17494.exp
3518 * gdb.cp/pr9067.exp
3519 * gdb.cp/pr9167.exp
3520 * gdb.cp/pr9631.exp
3521 * gdb.cp/printmethod.exp
3522 * gdb.cp/psmang.exp
3523 * gdb.cp/psymtab-parameter.exp
3524 * gdb.cp/ptype-cv-cp.exp
3525 * gdb.cp/ptype-flags.exp
3526 * gdb.cp/re-set-overloaded.exp
3527 * gdb.cp/ref-types.exp
3528 * gdb.cp/rtti.exp
3529 * gdb.cp/scope-err.exp
3530 * gdb.cp/shadow.exp
3531 * gdb.cp/smartp.exp
3532 * gdb.cp/static-method.exp
3533 * gdb.cp/static-print-quit.exp
3534 * gdb.cp/temargs.exp
3535 * gdb.cp/templates.exp
3536 * gdb.cp/try_catch.exp
3537 * gdb.cp/typedef-operator.exp
3538 * gdb.cp/typeid.exp
3539 * gdb.cp/userdef.exp
3540 * gdb.cp/using-crash.exp
3541 * gdb.cp/var-tag.exp
3542 * gdb.cp/virtbase.exp
3543 * gdb.cp/virtfunc.exp
3544 * gdb.cp/virtfunc2.exp
3545 * gdb.cp/vla-cxx.exp
3546 * gdb.disasm/t01_mov.exp
3547 * gdb.disasm/t02_mova.exp
3548 * gdb.disasm/t03_add.exp
3549 * gdb.disasm/t04_sub.exp
3550 * gdb.disasm/t05_cmp.exp
3551 * gdb.disasm/t06_ari2.exp
3552 * gdb.disasm/t07_ari3.exp
3553 * gdb.disasm/t08_or.exp
3554 * gdb.disasm/t09_xor.exp
3555 * gdb.disasm/t10_and.exp
3556 * gdb.disasm/t11_logs.exp
3557 * gdb.disasm/t12_bit.exp
3558 * gdb.disasm/t13_otr.exp
3559 * gdb.dlang/circular.exp
3560 * gdb.dwarf2/arr-stride.exp
3561 * gdb.dwarf2/arr-subrange.exp
3562 * gdb.dwarf2/atomic-type.exp
3563 * gdb.dwarf2/bad-regnum.exp
3564 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3565 * gdb.dwarf2/callframecfa.exp
3566 * gdb.dwarf2/clztest.exp
3567 * gdb.dwarf2/corrupt.exp
3568 * gdb.dwarf2/data-loc.exp
3569 * gdb.dwarf2/dup-psym.exp
3570 * gdb.dwarf2/dw2-anon-mptr.exp
3571 * gdb.dwarf2/dw2-anonymous-func.exp
3572 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3573 * gdb.dwarf2/dw2-bad-unresolved.exp
3574 * gdb.dwarf2/dw2-basic.exp
3575 * gdb.dwarf2/dw2-canonicalize-type.exp
3576 * gdb.dwarf2/dw2-case-insensitive.exp
3577 * gdb.dwarf2/dw2-common-block.exp
3578 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3579 * gdb.dwarf2/dw2-compressed.exp
3580 * gdb.dwarf2/dw2-const.exp
3581 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3582 * gdb.dwarf2/dw2-cu-size.exp
3583 * gdb.dwarf2/dw2-dup-frame.exp
3584 * gdb.dwarf2/dw2-entry-value.exp
3585 * gdb.dwarf2/dw2-icycle.exp
3586 * gdb.dwarf2/dw2-ifort-parameter.exp
3587 * gdb.dwarf2/dw2-inline-break.exp
3588 * gdb.dwarf2/dw2-inline-param.exp
3589 * gdb.dwarf2/dw2-intercu.exp
3590 * gdb.dwarf2/dw2-intermix.exp
3591 * gdb.dwarf2/dw2-lexical-block-bare.exp
3592 * gdb.dwarf2/dw2-linkage-name-trust.exp
3593 * gdb.dwarf2/dw2-minsym-in-cu.exp
3594 * gdb.dwarf2/dw2-noloc.exp
3595 * gdb.dwarf2/dw2-op-call.exp
3596 * gdb.dwarf2/dw2-op-out-param.exp
3597 * gdb.dwarf2/dw2-opt-structptr.exp
3598 * gdb.dwarf2/dw2-param-error.exp
3599 * gdb.dwarf2/dw2-producer.exp
3600 * gdb.dwarf2/dw2-ranges-base.exp
3601 * gdb.dwarf2/dw2-ref-missing-frame.exp
3602 * gdb.dwarf2/dw2-reg-undefined.exp
3603 * gdb.dwarf2/dw2-regno-invalid.exp
3604 * gdb.dwarf2/dw2-restore.exp
3605 * gdb.dwarf2/dw2-restrict.exp
3606 * gdb.dwarf2/dw2-single-line-discriminators.exp
3607 * gdb.dwarf2/dw2-strp.exp
3608 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3609 * gdb.dwarf2/dw2-unresolved.exp
3610 * gdb.dwarf2/dw2-var-zero-addr.exp
3611 * gdb.dwarf2/dw4-sig-types.exp
3612 * gdb.dwarf2/dwz.exp
3613 * gdb.dwarf2/dynarr-ptr.exp
3614 * gdb.dwarf2/enum-type.exp
3615 * gdb.dwarf2/gdb-index.exp
3616 * gdb.dwarf2/implptr-64bit.exp
3617 * gdb.dwarf2/implptr-optimized-out.exp
3618 * gdb.dwarf2/implptr.exp
3619 * gdb.dwarf2/implref-array.exp
3620 * gdb.dwarf2/implref-const.exp
3621 * gdb.dwarf2/implref-global.exp
3622 * gdb.dwarf2/implref-struct.exp
3623 * gdb.dwarf2/mac-fileno.exp
3624 * gdb.dwarf2/main-subprogram.exp
3625 * gdb.dwarf2/member-ptr-forwardref.exp
3626 * gdb.dwarf2/method-ptr.exp
3627 * gdb.dwarf2/missing-sig-type.exp
3628 * gdb.dwarf2/nonvar-access.exp
3629 * gdb.dwarf2/opaque-type-lookup.exp
3630 * gdb.dwarf2/pieces-optimized-out.exp
3631 * gdb.dwarf2/pieces.exp
3632 * gdb.dwarf2/pr10770.exp
3633 * gdb.dwarf2/pr13961.exp
3634 * gdb.dwarf2/staticvirtual.exp
3635 * gdb.dwarf2/subrange.exp
3636 * gdb.dwarf2/symtab-producer.exp
3637 * gdb.dwarf2/trace-crash.exp
3638 * gdb.dwarf2/typeddwarf.exp
3639 * gdb.dwarf2/valop.exp
3640 * gdb.dwarf2/watch-notconst.exp
3641 * gdb.fortran/array-element.exp
3642 * gdb.fortran/charset.exp
3643 * gdb.fortran/common-block.exp
3644 * gdb.fortran/complex.exp
3645 * gdb.fortran/derived-type-function.exp
3646 * gdb.fortran/derived-type.exp
3647 * gdb.fortran/logical.exp
3648 * gdb.fortran/module.exp
3649 * gdb.fortran/multi-dim.exp
3650 * gdb.fortran/nested-funcs.exp
3651 * gdb.fortran/print-formatted.exp
3652 * gdb.fortran/subarray.exp
3653 * gdb.fortran/vla-alloc-assoc.exp
3654 * gdb.fortran/vla-datatypes.exp
3655 * gdb.fortran/vla-history.exp
3656 * gdb.fortran/vla-ptr-info.exp
3657 * gdb.fortran/vla-ptype-sub.exp
3658 * gdb.fortran/vla-ptype.exp
3659 * gdb.fortran/vla-sizeof.exp
3660 * gdb.fortran/vla-type.exp
3661 * gdb.fortran/vla-value-sub-arbitrary.exp
3662 * gdb.fortran/vla-value-sub-finish.exp
3663 * gdb.fortran/vla-value-sub.exp
3664 * gdb.fortran/vla-value.exp
3665 * gdb.fortran/whatis_type.exp
3666 * gdb.go/chan.exp
3667 * gdb.go/handcall.exp
3668 * gdb.go/hello.exp
3669 * gdb.go/integers.exp
3670 * gdb.go/methods.exp
3671 * gdb.go/package.exp
3672 * gdb.go/strings.exp
3673 * gdb.go/types.exp
3674 * gdb.go/unsafe.exp
3675 * gdb.guile/scm-arch.exp
3676 * gdb.guile/scm-block.exp
3677 * gdb.guile/scm-breakpoint.exp
3678 * gdb.guile/scm-cmd.exp
3679 * gdb.guile/scm-disasm.exp
3680 * gdb.guile/scm-equal.exp
3681 * gdb.guile/scm-frame-args.exp
3682 * gdb.guile/scm-frame-inline.exp
3683 * gdb.guile/scm-frame.exp
3684 * gdb.guile/scm-iterator.exp
3685 * gdb.guile/scm-math.exp
3686 * gdb.guile/scm-objfile.exp
3687 * gdb.guile/scm-ports.exp
3688 * gdb.guile/scm-symbol.exp
3689 * gdb.guile/scm-symtab.exp
3690 * gdb.guile/scm-value-cc.exp
3691 * gdb.guile/types-module.exp
3692 * gdb.linespec/break-ask.exp
3693 * gdb.linespec/cpexplicit.exp
3694 * gdb.linespec/explicit.exp
3695 * gdb.linespec/keywords.exp
3696 * gdb.linespec/linespec.exp
3697 * gdb.linespec/ls-dollar.exp
3698 * gdb.linespec/ls-errs.exp
3699 * gdb.linespec/skip-two.exp
3700 * gdb.linespec/thread.exp
3701 * gdb.mi/mi-async.exp
3702 * gdb.mi/mi-basics.exp
3703 * gdb.mi/mi-break.exp
3704 * gdb.mi/mi-catch-load.exp
3705 * gdb.mi/mi-cli.exp
3706 * gdb.mi/mi-cmd-param-changed.exp
3707 * gdb.mi/mi-console.exp
3708 * gdb.mi/mi-detach.exp
3709 * gdb.mi/mi-disassemble.exp
3710 * gdb.mi/mi-eval.exp
3711 * gdb.mi/mi-file-transfer.exp
3712 * gdb.mi/mi-file.exp
3713 * gdb.mi/mi-fill-memory.exp
3714 * gdb.mi/mi-inheritance-syntax-error.exp
3715 * gdb.mi/mi-linespec-err-cp.exp
3716 * gdb.mi/mi-logging.exp
3717 * gdb.mi/mi-memory-changed.exp
3718 * gdb.mi/mi-read-memory.exp
3719 * gdb.mi/mi-record-changed.exp
3720 * gdb.mi/mi-reg-undefined.exp
3721 * gdb.mi/mi-regs.exp
3722 * gdb.mi/mi-return.exp
3723 * gdb.mi/mi-reverse.exp
3724 * gdb.mi/mi-simplerun.exp
3725 * gdb.mi/mi-solib.exp
3726 * gdb.mi/mi-stack.exp
3727 * gdb.mi/mi-stepi.exp
3728 * gdb.mi/mi-syn-frame.exp
3729 * gdb.mi/mi-until.exp
3730 * gdb.mi/mi-var-block.exp
3731 * gdb.mi/mi-var-child.exp
3732 * gdb.mi/mi-var-cmd.exp
3733 * gdb.mi/mi-var-cp.exp
3734 * gdb.mi/mi-var-display.exp
3735 * gdb.mi/mi-var-invalidate.exp
3736 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3737 * gdb.mi/mi-vla-fortran.exp
3738 * gdb.mi/mi-watch.exp
3739 * gdb.mi/mi2-var-child.exp
3740 * gdb.mi/user-selected-context-sync.exp
3741 * gdb.modula2/unbounded-array.exp
3742 * gdb.multi/dummy-frame-restore.exp
3743 * gdb.multi/multi-arch-exec.exp
3744 * gdb.multi/multi-arch.exp
3745 * gdb.multi/tids.exp
3746 * gdb.multi/watchpoint-multi.exp
3747 * gdb.opencl/callfuncs.exp
3748 * gdb.opencl/convs_casts.exp
3749 * gdb.opencl/datatypes.exp
3750 * gdb.opencl/operators.exp
3751 * gdb.opencl/vec_comps.exp
3752 * gdb.opt/clobbered-registers-O2.exp
3753 * gdb.opt/inline-break.exp
3754 * gdb.opt/inline-bt.exp
3755 * gdb.opt/inline-cmds.exp
3756 * gdb.opt/inline-locals.exp
3757 * gdb.pascal/case-insensitive-symbols.exp
3758 * gdb.pascal/floats.exp
3759 * gdb.pascal/gdb11492.exp
3760 * gdb.python/lib-types.exp
3761 * gdb.python/py-arch.exp
3762 * gdb.python/py-as-string.exp
3763 * gdb.python/py-bad-printers.exp
3764 * gdb.python/py-block.exp
3765 * gdb.python/py-breakpoint-create-fail.exp
3766 * gdb.python/py-breakpoint.exp
3767 * gdb.python/py-caller-is.exp
3768 * gdb.python/py-cmd.exp
3769 * gdb.python/py-explore-cc.exp
3770 * gdb.python/py-explore.exp
3771 * gdb.python/py-finish-breakpoint.exp
3772 * gdb.python/py-finish-breakpoint2.exp
3773 * gdb.python/py-frame-args.exp
3774 * gdb.python/py-frame-inline.exp
3775 * gdb.python/py-frame.exp
3776 * gdb.python/py-framefilter-mi.exp
3777 * gdb.python/py-infthread.exp
3778 * gdb.python/py-lazy-string.exp
3779 * gdb.python/py-linetable.exp
3780 * gdb.python/py-mi-events.exp
3781 * gdb.python/py-mi-objfile.exp
3782 * gdb.python/py-mi.exp
3783 * gdb.python/py-objfile.exp
3784 * gdb.python/py-pp-integral.exp
3785 * gdb.python/py-pp-maint.exp
3786 * gdb.python/py-pp-re-notag.exp
3787 * gdb.python/py-pp-registration.exp
3788 * gdb.python/py-recurse-unwind.exp
3789 * gdb.python/py-strfns.exp
3790 * gdb.python/py-symbol.exp
3791 * gdb.python/py-symtab.exp
3792 * gdb.python/py-sync-interp.exp
3793 * gdb.python/py-typeprint.exp
3794 * gdb.python/py-unwind-maint.exp
3795 * gdb.python/py-unwind.exp
3796 * gdb.python/py-value-cc.exp
3797 * gdb.python/py-xmethods.exp
3798 * gdb.reverse/amd64-tailcall-reverse.exp
3799 * gdb.reverse/break-precsave.exp
3800 * gdb.reverse/break-reverse.exp
3801 * gdb.reverse/consecutive-precsave.exp
3802 * gdb.reverse/consecutive-reverse.exp
3803 * gdb.reverse/finish-precsave.exp
3804 * gdb.reverse/finish-reverse-bkpt.exp
3805 * gdb.reverse/finish-reverse.exp
3806 * gdb.reverse/fstatat-reverse.exp
3807 * gdb.reverse/getresuid-reverse.exp
3808 * gdb.reverse/i386-precsave.exp
3809 * gdb.reverse/i386-reverse.exp
3810 * gdb.reverse/i386-sse-reverse.exp
3811 * gdb.reverse/i387-env-reverse.exp
3812 * gdb.reverse/i387-stack-reverse.exp
3813 * gdb.reverse/insn-reverse.exp
3814 * gdb.reverse/machinestate-precsave.exp
3815 * gdb.reverse/machinestate.exp
3816 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3817 * gdb.reverse/pipe-reverse.exp
3818 * gdb.reverse/readv-reverse.exp
3819 * gdb.reverse/recvmsg-reverse.exp
3820 * gdb.reverse/rerun-prec.exp
3821 * gdb.reverse/s390-mvcle.exp
3822 * gdb.reverse/step-precsave.exp
3823 * gdb.reverse/step-reverse.exp
3824 * gdb.reverse/time-reverse.exp
3825 * gdb.reverse/until-precsave.exp
3826 * gdb.reverse/until-reverse.exp
3827 * gdb.reverse/waitpid-reverse.exp
3828 * gdb.reverse/watch-precsave.exp
3829 * gdb.reverse/watch-reverse.exp
3830 * gdb.rust/generics.exp
3831 * gdb.rust/methods.exp
3832 * gdb.rust/modules.exp
3833 * gdb.rust/simple.exp
3834 * gdb.server/connect-with-no-symbol-file.exp
3835 * gdb.server/ext-attach.exp
3836 * gdb.server/ext-restart.exp
3837 * gdb.server/ext-wrapper.exp
3838 * gdb.server/file-transfer.exp
3839 * gdb.server/server-exec-info.exp
3840 * gdb.server/server-kill.exp
3841 * gdb.server/server-mon.exp
3842 * gdb.server/wrapper.exp
3843 * gdb.stabs/exclfwd.exp
3844 * gdb.stabs/gdb11479.exp
3845 * gdb.threads/clone-new-thread-event.exp
3846 * gdb.threads/corethreads.exp
3847 * gdb.threads/current-lwp-dead.exp
3848 * gdb.threads/dlopen-libpthread.exp
3849 * gdb.threads/gcore-thread.exp
3850 * gdb.threads/sigstep-threads.exp
3851 * gdb.threads/watchpoint-fork.exp
3852 * gdb.trace/actions-changed.exp
3853 * gdb.trace/backtrace.exp
3854 * gdb.trace/change-loc.exp
3855 * gdb.trace/circ.exp
3856 * gdb.trace/collection.exp
3857 * gdb.trace/disconnected-tracing.exp
3858 * gdb.trace/ftrace.exp
3859 * gdb.trace/mi-trace-frame-collected.exp
3860 * gdb.trace/mi-trace-unavailable.exp
3861 * gdb.trace/mi-traceframe-changed.exp
3862 * gdb.trace/mi-tsv-changed.exp
3863 * gdb.trace/no-attach-trace.exp
3864 * gdb.trace/passc-dyn.exp
3865 * gdb.trace/qtro.exp
3866 * gdb.trace/range-stepping.exp
3867 * gdb.trace/read-memory.exp
3868 * gdb.trace/save-trace.exp
3869 * gdb.trace/signal.exp
3870 * gdb.trace/status-stop.exp
3871 * gdb.trace/tfile.exp
3872 * gdb.trace/trace-break.exp
3873 * gdb.trace/trace-buffer-size.exp
3874 * gdb.trace/trace-condition.exp
3875 * gdb.trace/tracefile-pseudo-reg.exp
3876 * gdb.trace/tstatus.exp
3877 * gdb.trace/unavailable.exp
3878 * gdb.trace/while-dyn.exp
3879 * gdb.trace/while-stepping.exp
3880
38812016-12-22 Doug Evans <xdje42@gmail.com>
3882
3883 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3884 and msymbols.
3885
38862016-12-19 Yao Qi <yao.qi@linaro.org>
3887
3888 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3889 (test_with_self): Don't call do_steps_and_nexts, and remove
3890 code about stepping into xmalloc.
3891
38922016-12-09 Yao Qi <yao.qi@linaro.org>
3893
3894 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3895
38962016-12-09 Yao Qi <yao.qi@linaro.org>
3897
3898 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3899
39002016-12-09 Pedro Alves <palves@redhat.com>
3901
3902 * gdb.base/all-architectures-0.exp: New file.
3903 * gdb.base/all-architectures-1.exp: New file.
3904 * gdb.base/all-architectures-2.exp: New file.
3905 * gdb.base/all-architectures-3.exp: New file.
3906 * gdb.base/all-architectures-4.exp: New file.
3907 * gdb.base/all-architectures-5.exp: New file.
3908 * gdb.base/all-architectures-6.exp: New file.
3909 * gdb.base/all-architectures-7.exp: New file.
3910 * gdb.base/all-architectures.exp.in: New file.
3911
39122016-12-09 Yao Qi <yao.qi@linaro.org>
3913
3914 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3915
39162016-12-02 Luis Machado <lgustavo@codesourcery.com>
3917
3918 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3919 possible.
3920 Remove useless pattern-matching code.
3921
39222016-12-02 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3925 procedure.
3926 (top level): Call it.
3927
39282016-12-02 Pedro Alves <palves@redhat.com>
3929
3930 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3931 New procedure.
3932 (top level): Call it.
3933
39342016-12-02 Pedro Alves <palves@redhat.com>
3935
3936 PR cli/20559
3937 * gdb.base/commands.exp (user_defined_command_args_eval): New
3938 procedure.
3939 (top level): Call it.
3940
39412016-12-02 Luis Machado <lgustavo@codesourcery.com>
3942
3943 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3944 timeout handling.
3945
39462016-12-02 Tom Tromey <tom@tromey.com>
3947
3948 * gdb.dwarf2/main-subprogram.c: New file.
3949 * gdb.dwarf2/main-subprogram.exp: New file.
3950
39512016-12-01 Luis Machado <lgustavo@codesourcery.com>
3952
3953 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3954 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3955 gdb_test_no_output for a couple of cases.
3956 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3957
39582016-12-01 Luis Machado <lgustavo@codesourcery.com>
3959
3960 Fix test names and standardize compilation error messages throughout
3961 the following files:
3962
3963 * gdb.ada/start.exp
3964 * gdb.arch/alpha-step.exp
3965 * gdb.arch/e500-prologue.exp
3966 * gdb.arch/ftrace-insn-reloc.exp
3967 * gdb.arch/gdb1291.exp
3968 * gdb.arch/gdb1431.exp
3969 * gdb.arch/gdb1558.exp
3970 * gdb.arch/i386-dr3-watch.exp
3971 * gdb.arch/i386-sse-stack-align.exp
3972 * gdb.arch/ia64-breakpoint-shadow.exp
3973 * gdb.arch/pa-nullify.exp
3974 * gdb.arch/powerpc-aix-prologue.exp
3975 * gdb.arch/thumb-bx-pc.exp
3976 * gdb.base/annota1.exp
3977 * gdb.base/annota3.exp
3978 * gdb.base/arrayidx.exp
3979 * gdb.base/assign.exp
3980 * gdb.base/attach.exp
3981 * gdb.base/auxv.exp
3982 * gdb.base/bang.exp
3983 * gdb.base/bfp-test.exp
3984 * gdb.base/bigcore.exp
3985 * gdb.base/bitfields2.exp
3986 * gdb.base/break-fun-addr.exp
3987 * gdb.base/break-probes.exp
3988 * gdb.base/call-rt-st.exp
3989 * gdb.base/callexit.exp
3990 * gdb.base/catch-fork-kill.exp
3991 * gdb.base/charset.exp
3992 * gdb.base/checkpoint.exp
3993 * gdb.base/comprdebug.exp
3994 * gdb.base/constvars.exp
3995 * gdb.base/coredump-filter.exp
3996 * gdb.base/cursal.exp
3997 * gdb.base/cvexpr.exp
3998 * gdb.base/detach.exp
3999 * gdb.base/display.exp
4000 * gdb.base/dmsym.exp
4001 * gdb.base/dprintf-pending.exp
4002 * gdb.base/dso2dso.exp
4003 * gdb.base/dtrace-probe.exp
4004 * gdb.base/dump.exp
4005 * gdb.base/enum_cond.exp
4006 * gdb.base/exe-lock.exp
4007 * gdb.base/exec-invalid-sysroot.exp
4008 * gdb.base/execl-update-breakpoints.exp
4009 * gdb.base/exprs.exp
4010 * gdb.base/fileio.exp
4011 * gdb.base/find.exp
4012 * gdb.base/finish.exp
4013 * gdb.base/fixsection.exp
4014 * gdb.base/foll-vfork.exp
4015 * gdb.base/frame-args.exp
4016 * gdb.base/gcore.exp
4017 * gdb.base/gdb1250.exp
4018 * gdb.base/global-var-nested-by-dso.exp
4019 * gdb.base/gnu-ifunc.exp
4020 * gdb.base/hashline1.exp
4021 * gdb.base/hashline2.exp
4022 * gdb.base/hashline3.exp
4023 * gdb.base/hbreak-in-shr-unsupported.exp
4024 * gdb.base/huge.exp
4025 * gdb.base/infcall-input.exp
4026 * gdb.base/info-fun.exp
4027 * gdb.base/info-shared.exp
4028 * gdb.base/jit-simple.exp
4029 * gdb.base/jit-so.exp
4030 * gdb.base/jit.exp
4031 * gdb.base/jump.exp
4032 * gdb.base/label.exp
4033 * gdb.base/lineinc.exp
4034 * gdb.base/logical.exp
4035 * gdb.base/longjmp.exp
4036 * gdb.base/macscp.exp
4037 * gdb.base/miscexprs.exp
4038 * gdb.base/new-ui-echo.exp
4039 * gdb.base/new-ui-pending-input.exp
4040 * gdb.base/new-ui.exp
4041 * gdb.base/nodebug.exp
4042 * gdb.base/nofield.exp
4043 * gdb.base/offsets.exp
4044 * gdb.base/overlays.exp
4045 * gdb.base/pending.exp
4046 * gdb.base/pointers.exp
4047 * gdb.base/pr11022.exp
4048 * gdb.base/printcmds.exp
4049 * gdb.base/prologue.exp
4050 * gdb.base/ptr-typedef.exp
4051 * gdb.base/realname-expand.exp
4052 * gdb.base/relativedebug.exp
4053 * gdb.base/relocate.exp
4054 * gdb.base/remote.exp
4055 * gdb.base/reread.exp
4056 * gdb.base/return2.exp
4057 * gdb.base/savedregs.exp
4058 * gdb.base/sep.exp
4059 * gdb.base/sepdebug.exp
4060 * gdb.base/sepsymtab.exp
4061 * gdb.base/set-inferior-tty.exp
4062 * gdb.base/setshow.exp
4063 * gdb.base/shlib-call.exp
4064 * gdb.base/sigaltstack.exp
4065 * gdb.base/siginfo-addr.exp
4066 * gdb.base/signals.exp
4067 * gdb.base/signull.exp
4068 * gdb.base/sigrepeat.exp
4069 * gdb.base/so-impl-ld.exp
4070 * gdb.base/solib-display.exp
4071 * gdb.base/solib-overlap.exp
4072 * gdb.base/solib-search.exp
4073 * gdb.base/solib-symbol.exp
4074 * gdb.base/structs.exp
4075 * gdb.base/structs2.exp
4076 * gdb.base/symtab-search-order.exp
4077 * gdb.base/twice.exp
4078 * gdb.base/unload.exp
4079 * gdb.base/varargs.exp
4080 * gdb.base/watchpoint-solib.exp
4081 * gdb.base/watchpoint.exp
4082 * gdb.base/whatis.exp
4083 * gdb.base/wrong_frame_bt_full.exp
4084 * gdb.btrace/dlopen.exp
4085 * gdb.cell/ea-standalone.exp
4086 * gdb.cell/ea-test.exp
4087 * gdb.cp/dispcxx.exp
4088 * gdb.cp/gdb2384.exp
4089 * gdb.cp/method2.exp
4090 * gdb.cp/nextoverthrow.exp
4091 * gdb.cp/pr10728.exp
4092 * gdb.disasm/am33.exp
4093 * gdb.disasm/h8300s.exp
4094 * gdb.disasm/mn10300.exp
4095 * gdb.disasm/sh3.exp
4096 * gdb.dwarf2/dw2-dir-file-name.exp
4097 * gdb.fortran/complex.exp
4098 * gdb.fortran/library-module.exp
4099 * gdb.guile/scm-pretty-print.exp
4100 * gdb.guile/scm-symbol.exp
4101 * gdb.guile/scm-type.exp
4102 * gdb.guile/scm-value.exp
4103 * gdb.linespec/linespec.exp
4104 * gdb.mi/gdb701.exp
4105 * gdb.mi/gdb792.exp
4106 * gdb.mi/mi-breakpoint-changed.exp
4107 * gdb.mi/mi-dprintf-pending.exp
4108 * gdb.mi/mi-dprintf.exp
4109 * gdb.mi/mi-exit-code.exp
4110 * gdb.mi/mi-pending.exp
4111 * gdb.mi/mi-solib.exp
4112 * gdb.mi/new-ui-mi-sync.exp
4113 * gdb.mi/pr11022.exp
4114 * gdb.mi/user-selected-context-sync.exp
4115 * gdb.opt/solib-intra-step.exp
4116 * gdb.python/py-events.exp
4117 * gdb.python/py-finish-breakpoint.exp
4118 * gdb.python/py-mi.exp
4119 * gdb.python/py-prettyprint.exp
4120 * gdb.python/py-shared.exp
4121 * gdb.python/py-symbol.exp
4122 * gdb.python/py-template.exp
4123 * gdb.python/py-type.exp
4124 * gdb.python/py-value.exp
4125 * gdb.reverse/solib-precsave.exp
4126 * gdb.reverse/solib-reverse.exp
4127 * gdb.server/solib-list.exp
4128 * gdb.stabs/weird.exp
4129 * gdb.threads/reconnect-signal.exp
4130 * gdb.threads/stepi-random-signal.exp
4131 * gdb.trace/actions.exp
4132 * gdb.trace/ax.exp
4133 * gdb.trace/backtrace.exp
4134 * gdb.trace/change-loc.exp
4135 * gdb.trace/deltrace.exp
4136 * gdb.trace/ftrace-lock.exp
4137 * gdb.trace/ftrace.exp
4138 * gdb.trace/infotrace.exp
4139 * gdb.trace/mi-tracepoint-changed.exp
4140 * gdb.trace/packetlen.exp
4141 * gdb.trace/passcount.exp
4142 * gdb.trace/pending.exp
4143 * gdb.trace/range-stepping.exp
4144 * gdb.trace/report.exp
4145 * gdb.trace/stap-trace.exp
4146 * gdb.trace/tfind.exp
4147 * gdb.trace/trace-break.exp
4148 * gdb.trace/trace-condition.exp
4149 * gdb.trace/trace-enable-disable.exp
4150 * gdb.trace/trace-mt.exp
4151 * gdb.trace/tracecmd.exp
4152 * gdb.trace/tspeed.exp
4153 * gdb.trace/tsv.exp
4154 * lib/perftest.exp
4155
41562016-12-01 Luis Machado <lgustavo@codesourcery.com>
4157
4158 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4159 with gdb_test_no_output.
4160 Use command as test name.
4161
41622016-12-01 Luis Machado <lgustavo@codesourcery.com>
4163
4164 Fix test names starting with uppercase throughout the files.
4165
4166 * gdb.ada/assign_1.exp
4167 * gdb.ada/boolean_expr.exp
4168 * gdb.base/arrayidx.exp
4169 * gdb.base/del.exp
4170 * gdb.base/gcore-buffer-overflow.exp
4171 * gdb.base/testenv.exp
4172 * gdb.compile/compile.exp
4173 * gdb.python/py-framefilter-invalidarg.exp
4174 * gdb.python/py-framefilter.exp
4175
41762016-12-01 Luis Machado <lgustavo@codesourcery.com>
4177
4178 Fix test names starting with uppercase throughout the files.
4179
4180 * gdb.ada/array_return.exp
4181 * gdb.ada/expr_delims.exp
4182 * gdb.ada/mi_dyn_arr.exp
4183 * gdb.ada/mi_interface.exp
4184 * gdb.ada/mi_var_array.exp
4185 * gdb.ada/watch_arg.exp
4186 * gdb.arch/alpha-step.exp
4187 * gdb.arch/altivec-regs.exp
4188 * gdb.arch/e500-regs.exp
4189 * gdb.arch/powerpc-d128-regs.exp
4190 * gdb.base/arrayidx.exp
4191 * gdb.base/break.exp
4192 * gdb.base/checkpoint.exp
4193 * gdb.base/debug-expr.exp
4194 * gdb.base/dmsym.exp
4195 * gdb.base/radix.exp
4196 * gdb.base/sepdebug.exp
4197 * gdb.base/testenv.exp
4198 * gdb.base/watch_thread_num.exp
4199 * gdb.base/watchpoint-cond-gone.exp
4200 * gdb.cell/break.exp
4201 * gdb.cell/ea-cache.exp
4202 * gdb.compile/compile.exp
4203 * gdb.cp/gdb2495.exp
4204 * gdb.gdb/selftest.exp
4205 * gdb.gdb/xfullpath.exp
4206 * gdb.go/hello.exp
4207 * gdb.go/integers.exp
4208 * gdb.objc/basicclass.exp
4209 * gdb.pascal/hello.exp
4210 * gdb.pascal/integers.exp
4211 * gdb.python/py-breakpoint.exp
4212 * gdb.python/py-cmd.exp
4213 * gdb.python/py-linetable.exp
4214 * gdb.python/py-xmethods.exp
4215 * gdb.python/python.exp
4216 * gdb.reverse/consecutive-precsave.exp
4217 * gdb.reverse/finish-precsave.exp
4218 * gdb.reverse/i386-precsave.exp
4219 * gdb.reverse/machinestate-precsave.exp
4220 * gdb.reverse/sigall-precsave.exp
4221 * gdb.reverse/solib-precsave.exp
4222 * gdb.reverse/step-precsave.exp
4223 * gdb.reverse/until-precsave.exp
4224 * gdb.reverse/watch-precsave.exp
4225 * gdb.threads/leader-exit.exp
4226 * gdb.threads/pthreads.exp
4227 * gdb.threads/wp-replication.exp
4228 * gdb.trace/actions.exp
4229 * gdb.trace/mi-tsv-changed.exp
4230 * gdb.trace/tsv.exp
4231
42322016-12-01 Luis Machado <lgustavo@codesourcery.com>
4233
4234 Fix test names starting with uppercase throughout the files.
4235
4236 * gdb.arch/i386-bp_permanent.exp
4237 * gdb.arch/i386-gnu-cfi.exp
4238 * gdb.base/disasm-end-cu.exp
4239 * gdb.base/macscp.exp
4240 * gdb.base/pending.exp
4241 * gdb.base/watch_thread_num.exp
4242 * gdb.cp/exception.exp
4243 * gdb.cp/gdb2495.exp
4244 * gdb.cp/local.exp
4245 * gdb.python/py-evsignal.exp
4246 * gdb.python/python.exp
4247 * gdb.trace/tracecmd.exp
4248
42492016-12-01 Luis Machado <lgustavo@codesourcery.com>
4250
4251 Fix test names starting with uppercase throughout the files.
4252
4253 * gdb.base/charset.exp
4254 * gdb.base/eval.exp
4255 * gdb.base/multi-forks.exp
4256 * gdb.guile/scm-progspace.exp
4257 * gdb.opencl/datatypes.exp
4258 * gdb.python/py-block.exp
4259 * gdb.python/py-function.exp
4260 * gdb.python/py-symbol.exp
4261 * gdb.python/py-symtab.exp
4262 * gdb.python/py-xmethods.exp
4263 * gdb.reverse/break-precsave.exp
4264 * gdb.reverse/break-reverse.exp
4265 * gdb.reverse/consecutive-precsave.exp
4266 * gdb.reverse/consecutive-reverse.exp
4267 * gdb.reverse/finish-precsave.exp
4268 * gdb.reverse/finish-reverse-bkpt.exp
4269 * gdb.reverse/finish-reverse.exp
4270 * gdb.reverse/fstatat-reverse.exp
4271 * gdb.reverse/getresuid-reverse.exp
4272 * gdb.reverse/i386-precsave.exp
4273 * gdb.reverse/i386-reverse.exp
4274 * gdb.reverse/i386-sse-reverse.exp
4275 * gdb.reverse/i387-stack-reverse.exp
4276 * gdb.reverse/insn-reverse.exp
4277 * gdb.reverse/machinestate-precsave.exp
4278 * gdb.reverse/machinestate.exp
4279 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4280 * gdb.reverse/pipe-reverse.exp
4281 * gdb.reverse/readv-reverse.exp
4282 * gdb.reverse/recvmsg-reverse.exp
4283 * gdb.reverse/rerun-prec.exp
4284 * gdb.reverse/s390-mvcle.exp
4285 * gdb.reverse/sigall-precsave.exp
4286 * gdb.reverse/sigall-reverse.exp
4287 * gdb.reverse/solib-precsave.exp
4288 * gdb.reverse/solib-reverse.exp
4289 * gdb.reverse/step-precsave.exp
4290 * gdb.reverse/step-reverse.exp
4291 * gdb.reverse/time-reverse.exp
4292 * gdb.reverse/until-precsave.exp
4293 * gdb.reverse/until-reverse.exp
4294 * gdb.reverse/waitpid-reverse.exp
4295 * gdb.reverse/watch-precsave.exp
4296 * gdb.reverse/watch-reverse.exp
4297
42982016-12-01 Luis Machado <lgustavo@codesourcery.com>
4299
4300 Fix test names starting with uppercase throughout the files.
4301
4302 * gdb.arch/i386-mpx-simple_segv.exp
4303 * gdb.arch/i386-mpx.exp
4304 * gdb.arch/i386-permbkpt.exp
4305 * gdb.arch/pa-nullify.exp
4306 * gdb.arch/powerpc-d128-regs.exp
4307 * gdb.arch/vsx-regs.exp
4308 * gdb.base/bfp-test.exp
4309 * gdb.base/break.exp
4310 * gdb.base/breakpoint-shadow.exp
4311 * gdb.base/callfuncs.exp
4312 * gdb.base/charset.exp
4313 * gdb.base/commands.exp
4314 * gdb.base/completion.exp
4315 * gdb.base/dfp-test.exp
4316 * gdb.base/echo.exp
4317 * gdb.base/ending-run.exp
4318 * gdb.base/eval.exp
4319 * gdb.base/expand-psymtabs.exp
4320 * gdb.base/float128.exp
4321 * gdb.base/floatn.exp
4322 * gdb.base/foll-exec-mode.exp
4323 * gdb.base/gdb1056.exp
4324 * gdb.base/gdb11531.exp
4325 * gdb.base/kill-after-signal.exp
4326 * gdb.base/multi-forks.exp
4327 * gdb.base/overlays.exp
4328 * gdb.base/pending.exp
4329 * gdb.base/sepdebug.exp
4330 * gdb.base/testenv.exp
4331 * gdb.base/valgrind-db-attach.exp
4332 * gdb.base/watch_thread_num.exp
4333 * gdb.base/watchpoint-cond-gone.exp
4334 * gdb.base/watchpoint.exp
4335 * gdb.base/watchpoints.exp
4336 * gdb.cp/arg-reference.exp
4337 * gdb.cp/baseenum.exp
4338 * gdb.cp/operator.exp
4339 * gdb.cp/shadow.exp
4340 * gdb.dwarf2/dw2-op-out-param.exp
4341 * gdb.dwarf2/dw2-reg-undefined.exp
4342 * gdb.go/chan.exp
4343 * gdb.go/hello.exp
4344 * gdb.go/integers.exp
4345 * gdb.go/methods.exp
4346 * gdb.go/package.exp
4347 * gdb.guile/scm-parameter.exp
4348 * gdb.guile/scm-progspace.exp
4349 * gdb.guile/scm-value.exp
4350 * gdb.mi/mi-pending.exp
4351 * gdb.mi/user-selected-context-sync.exp
4352 * gdb.multi/multi-attach.exp
4353 * gdb.multi/tids.exp
4354 * gdb.opt/clobbered-registers-O2.exp
4355 * gdb.pascal/floats.exp
4356 * gdb.pascal/integers.exp
4357 * gdb.python/py-block.exp
4358 * gdb.python/py-events.exp
4359 * gdb.python/py-parameter.exp
4360 * gdb.python/py-symbol.exp
4361 * gdb.python/py-symtab.exp
4362 * gdb.python/py-type.exp
4363 * gdb.python/py-value.exp
4364 * gdb.python/py-xmethods.exp
4365 * gdb.python/python.exp
4366 * gdb.reverse/break-precsave.exp
4367 * gdb.reverse/consecutive-precsave.exp
4368 * gdb.reverse/finish-precsave.exp
4369 * gdb.reverse/i386-precsave.exp
4370 * gdb.reverse/machinestate-precsave.exp
4371 * gdb.reverse/sigall-precsave.exp
4372 * gdb.reverse/solib-precsave.exp
4373 * gdb.reverse/step-precsave.exp
4374 * gdb.reverse/until-precsave.exp
4375 * gdb.reverse/watch-precsave.exp
4376 * gdb.server/ext-attach.exp
4377 * gdb.server/ext-restart.exp
4378 * gdb.server/ext-run.exp
4379 * gdb.server/ext-wrapper.exp
4380 * gdb.stabs/gdb11479.exp
4381 * gdb.stabs/weird.exp
4382 * gdb.threads/attach-many-short-lived-threads.exp
4383 * gdb.threads/kill.exp
4384 * gdb.threads/watchpoint-fork.exp
4385
43862016-12-01 Luis Machado <lgustavo@codesourcery.com>
4387
4388 Fix test names starting with uppercase throughout all the files below.
4389
4390 * gdb.ada/array_return.exp
4391 * gdb.ada/catch_ex.exp
4392 * gdb.ada/info_exc.exp
4393 * gdb.ada/mi_catch_ex.exp
4394 * gdb.ada/mi_dyn_arr.exp
4395 * gdb.ada/mi_ex_cond.exp
4396 * gdb.ada/mi_exc_info.exp
4397 * gdb.ada/mi_interface.exp
4398 * gdb.ada/mi_task_arg.exp
4399 * gdb.ada/mi_task_info.exp
4400 * gdb.ada/mi_var_array.exp
4401 * gdb.arch/alpha-step.exp
4402 * gdb.arch/amd64-disp-step.exp
4403 * gdb.arch/arm-disp-step.exp
4404 * gdb.arch/disp-step-insn-reloc.exp
4405 * gdb.arch/e500-prologue.exp
4406 * gdb.arch/ftrace-insn-reloc.exp
4407 * gdb.arch/gdb1558.exp
4408 * gdb.arch/i386-bp_permanent.exp
4409 * gdb.arch/i386-disp-step.exp
4410 * gdb.arch/i386-float.exp
4411 * gdb.arch/i386-gnu-cfi.exp
4412 * gdb.arch/ia64-breakpoint-shadow.exp
4413 * gdb.arch/mips16-thunks.exp
4414 * gdb.arch/pa-nullify.exp
4415 * gdb.arch/powerpc-aix-prologue.exp
4416 * gdb.arch/powerpc-power.exp
4417 * gdb.arch/ppc-dfp.exp
4418 * gdb.arch/s390-tdbregs.exp
4419 * gdb.arch/spu-info.exp
4420 * gdb.arch/spu-ls.exp
4421 * gdb.arch/thumb-bx-pc.exp
4422 * gdb.base/advance.exp
4423 * gdb.base/annota-input-while-running.exp
4424 * gdb.base/arrayidx.exp
4425 * gdb.base/asmlabel.exp
4426 * gdb.base/async.exp
4427 * gdb.base/attach-wait-input.exp
4428 * gdb.base/auto-connect-native-target.exp
4429 * gdb.base/batch-preserve-term-settings.exp
4430 * gdb.base/bfp-test.exp
4431 * gdb.base/bigcore.exp
4432 * gdb.base/bp-permanent.exp
4433 * gdb.base/break-always.exp
4434 * gdb.base/break-fun-addr.exp
4435 * gdb.base/break-idempotent.exp
4436 * gdb.base/break-main-file-remove-fail.exp
4437 * gdb.base/break-probes.exp
4438 * gdb.base/break-unload-file.exp
4439 * gdb.base/break.exp
4440 * gdb.base/call-ar-st.exp
4441 * gdb.base/call-rt-st.exp
4442 * gdb.base/call-sc.exp
4443 * gdb.base/call-signal-resume.exp
4444 * gdb.base/call-strs.exp
4445 * gdb.base/callexit.exp
4446 * gdb.base/callfuncs.exp
4447 * gdb.base/catch-gdb-caused-signals.exp
4448 * gdb.base/catch-signal-siginfo-cond.exp
4449 * gdb.base/catch-syscall.exp
4450 * gdb.base/compare-sections.exp
4451 * gdb.base/cond-eval-mode.exp
4452 * gdb.base/condbreak-call-false.exp
4453 * gdb.base/consecutive-step-over.exp
4454 * gdb.base/cursal.exp
4455 * gdb.base/disabled-location.exp
4456 * gdb.base/disasm-end-cu.exp
4457 * gdb.base/display.exp
4458 * gdb.base/double-prompt-target-event-error.exp
4459 * gdb.base/dprintf-bp-same-addr.exp
4460 * gdb.base/dprintf-detach.exp
4461 * gdb.base/dprintf-next.exp
4462 * gdb.base/dprintf-non-stop.exp
4463 * gdb.base/dprintf-pending.exp
4464 * gdb.base/dso2dso.exp
4465 * gdb.base/ending-run.exp
4466 * gdb.base/enum_cond.exp
4467 * gdb.base/examine-backward.exp
4468 * gdb.base/exe-lock.exp
4469 * gdb.base/exec-invalid-sysroot.exp
4470 * gdb.base/execl-update-breakpoints.exp
4471 * gdb.base/execution-termios.exp
4472 * gdb.base/fileio.exp
4473 * gdb.base/fixsection.exp
4474 * gdb.base/foll-exec-mode.exp
4475 * gdb.base/foll-exec.exp
4476 * gdb.base/fork-running-state.exp
4477 * gdb.base/frame-args.exp
4478 * gdb.base/fullpath-expand.exp
4479 * gdb.base/func-ptr.exp
4480 * gdb.base/gcore-relro-pie.exp
4481 * gdb.base/gdb1090.exp
4482 * gdb.base/gdb1555.exp
4483 * gdb.base/global-var-nested-by-dso.exp
4484 * gdb.base/gnu-ifunc.exp
4485 * gdb.base/hbreak-in-shr-unsupported.exp
4486 * gdb.base/hbreak-unmapped.exp
4487 * gdb.base/hook-stop.exp
4488 * gdb.base/infcall-input.exp
4489 * gdb.base/info-fun.exp
4490 * gdb.base/info-shared.exp
4491 * gdb.base/interrupt-noterm.exp
4492 * gdb.base/jit-so.exp
4493 * gdb.base/jit.exp
4494 * gdb.base/line-symtabs.exp
4495 * gdb.base/list.exp
4496 * gdb.base/longjmp.exp
4497 * gdb.base/macscp.exp
4498 * gdb.base/max-value-size.exp
4499 * gdb.base/nodebug.exp
4500 * gdb.base/nofield.exp
4501 * gdb.base/overlays.exp
4502 * gdb.base/paginate-after-ctrl-c-running.exp
4503 * gdb.base/paginate-bg-execution.exp
4504 * gdb.base/paginate-inferior-exit.exp
4505 * gdb.base/pending.exp
4506 * gdb.base/pr11022.exp
4507 * gdb.base/printcmds.exp
4508 * gdb.base/ptr-typedef.exp
4509 * gdb.base/ptype.exp
4510 * gdb.base/randomize.exp
4511 * gdb.base/range-stepping.exp
4512 * gdb.base/realname-expand.exp
4513 * gdb.base/relativedebug.exp
4514 * gdb.base/remote.exp
4515 * gdb.base/savedregs.exp
4516 * gdb.base/sepdebug.exp
4517 * gdb.base/set-noassign.exp
4518 * gdb.base/shlib-call.exp
4519 * gdb.base/shreloc.exp
4520 * gdb.base/sigaltstack.exp
4521 * gdb.base/sigbpt.exp
4522 * gdb.base/siginfo-addr.exp
4523 * gdb.base/siginfo-obj.exp
4524 * gdb.base/siginfo-thread.exp
4525 * gdb.base/signest.exp
4526 * gdb.base/signull.exp
4527 * gdb.base/sigrepeat.exp
4528 * gdb.base/skip.exp
4529 * gdb.base/so-impl-ld.exp
4530 * gdb.base/solib-corrupted.exp
4531 * gdb.base/solib-disc.exp
4532 * gdb.base/solib-display.exp
4533 * gdb.base/solib-overlap.exp
4534 * gdb.base/solib-search.exp
4535 * gdb.base/solib-symbol.exp
4536 * gdb.base/source-execution.exp
4537 * gdb.base/sss-bp-on-user-bp-2.exp
4538 * gdb.base/sss-bp-on-user-bp.exp
4539 * gdb.base/stack-checking.exp
4540 * gdb.base/stale-infcall.exp
4541 * gdb.base/step-break.exp
4542 * gdb.base/step-line.exp
4543 * gdb.base/step-over-exit.exp
4544 * gdb.base/step-test.exp
4545 * gdb.base/structs.exp
4546 * gdb.base/sym-file.exp
4547 * gdb.base/symtab-search-order.exp
4548 * gdb.base/term.exp
4549 * gdb.base/type-opaque.exp
4550 * gdb.base/unload.exp
4551 * gdb.base/until-nodebug.exp
4552 * gdb.base/until.exp
4553 * gdb.base/unwindonsignal.exp
4554 * gdb.base/watch-cond.exp
4555 * gdb.base/watch-non-mem.exp
4556 * gdb.base/watch_thread_num.exp
4557 * gdb.base/watchpoint-reuse-slot.exp
4558 * gdb.base/watchpoint-solib.exp
4559 * gdb.base/watchpoint.exp
4560 * gdb.btrace/dlopen.exp
4561 * gdb.cell/arch.exp
4562 * gdb.cell/break.exp
4563 * gdb.cell/bt.exp
4564 * gdb.cell/core.exp
4565 * gdb.cell/data.exp
4566 * gdb.cell/dwarfaddr.exp
4567 * gdb.cell/ea-cache.exp
4568 * gdb.cell/ea-standalone.exp
4569 * gdb.cell/ea-test.exp
4570 * gdb.cell/f-regs.exp
4571 * gdb.cell/fork.exp
4572 * gdb.cell/gcore.exp
4573 * gdb.cell/mem-access.exp
4574 * gdb.cell/ptype.exp
4575 * gdb.cell/registers.exp
4576 * gdb.cell/sizeof.exp
4577 * gdb.cell/solib-symbol.exp
4578 * gdb.cell/solib.exp
4579 * gdb.compile/compile-tls.exp
4580 * gdb.cp/exception.exp
4581 * gdb.cp/gdb2495.exp
4582 * gdb.cp/local.exp
4583 * gdb.cp/mb-inline.exp
4584 * gdb.cp/mb-templates.exp
4585 * gdb.cp/pr10687.exp
4586 * gdb.cp/pr9167.exp
4587 * gdb.cp/scope-err.exp
4588 * gdb.cp/templates.exp
4589 * gdb.cp/virtfunc.exp
4590 * gdb.dwarf2/dw2-dir-file-name.exp
4591 * gdb.dwarf2/dw2-single-line-discriminators.exp
4592 * gdb.fortran/complex.exp
4593 * gdb.fortran/library-module.exp
4594 * gdb.guile/guile.exp
4595 * gdb.guile/scm-cmd.exp
4596 * gdb.guile/scm-frame-inline.exp
4597 * gdb.guile/scm-objfile.exp
4598 * gdb.guile/scm-pretty-print.exp
4599 * gdb.guile/scm-symbol.exp
4600 * gdb.guile/scm-type.exp
4601 * gdb.guile/scm-value.exp
4602 * gdb.linespec/keywords.exp
4603 * gdb.linespec/ls-errs.exp
4604 * gdb.linespec/macro-relative.exp
4605 * gdb.linespec/thread.exp
4606 * gdb.mi/mi-breakpoint-changed.exp
4607 * gdb.mi/mi-dprintf-pending.exp
4608 * gdb.mi/mi-fullname-deleted.exp
4609 * gdb.mi/mi-logging.exp
4610 * gdb.mi/mi-pending.exp
4611 * gdb.mi/mi-solib.exp
4612 * gdb.mi/new-ui-mi-sync.exp
4613 * gdb.mi/user-selected-context-sync.exp
4614 * gdb.multi/dummy-frame-restore.exp
4615 * gdb.multi/multi-arch-exec.exp
4616 * gdb.multi/remove-inferiors.exp
4617 * gdb.multi/watchpoint-multi-exit.exp
4618 * gdb.opt/solib-intra-step.exp
4619 * gdb.perf/backtrace.exp
4620 * gdb.perf/single-step.exp
4621 * gdb.perf/skip-command.exp
4622 * gdb.perf/skip-prologue.exp
4623 * gdb.perf/solib.exp
4624 * gdb.python/lib-types.exp
4625 * gdb.python/py-as-string.exp
4626 * gdb.python/py-bad-printers.exp
4627 * gdb.python/py-block.exp
4628 * gdb.python/py-breakpoint.exp
4629 * gdb.python/py-cmd.exp
4630 * gdb.python/py-events.exp
4631 * gdb.python/py-evthreads.exp
4632 * gdb.python/py-finish-breakpoint.exp
4633 * gdb.python/py-finish-breakpoint2.exp
4634 * gdb.python/py-frame-inline.exp
4635 * gdb.python/py-frame.exp
4636 * gdb.python/py-inferior.exp
4637 * gdb.python/py-infthread.exp
4638 * gdb.python/py-mi.exp
4639 * gdb.python/py-objfile.exp
4640 * gdb.python/py-pp-maint.exp
4641 * gdb.python/py-pp-registration.exp
4642 * gdb.python/py-prettyprint.exp
4643 * gdb.python/py-recurse-unwind.exp
4644 * gdb.python/py-shared.exp
4645 * gdb.python/py-symbol.exp
4646 * gdb.python/py-symtab.exp
4647 * gdb.python/py-template.exp
4648 * gdb.python/py-type.exp
4649 * gdb.python/py-unwind-maint.exp
4650 * gdb.python/py-unwind.exp
4651 * gdb.python/py-value.exp
4652 * gdb.python/python.exp
4653 * gdb.reverse/finish-reverse-bkpt.exp
4654 * gdb.reverse/insn-reverse.exp
4655 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4656 * gdb.reverse/solib-precsave.exp
4657 * gdb.reverse/solib-reverse.exp
4658 * gdb.stabs/gdb11479.exp
4659 * gdb.stabs/weird.exp
4660 * gdb.threads/fork-child-threads.exp
4661 * gdb.threads/fork-plus-threads.exp
4662 * gdb.threads/fork-thread-pending.exp
4663 * gdb.threads/forking-threads-plus-breakpoint.exp
4664 * gdb.threads/hand-call-in-threads.exp
4665 * gdb.threads/interrupted-hand-call.exp
4666 * gdb.threads/linux-dp.exp
4667 * gdb.threads/local-watch-wrong-thread.exp
4668 * gdb.threads/next-while-other-thread-longjmps.exp
4669 * gdb.threads/non-ldr-exit.exp
4670 * gdb.threads/pending-step.exp
4671 * gdb.threads/print-threads.exp
4672 * gdb.threads/process-dies-while-detaching.exp
4673 * gdb.threads/process-dies-while-handling-bp.exp
4674 * gdb.threads/pthreads.exp
4675 * gdb.threads/queue-signal.exp
4676 * gdb.threads/reconnect-signal.exp
4677 * gdb.threads/signal-command-handle-nopass.exp
4678 * gdb.threads/signal-command-multiple-signals-pending.exp
4679 * gdb.threads/signal-delivered-right-thread.exp
4680 * gdb.threads/signal-sigtrap.exp
4681 * gdb.threads/sigthread.exp
4682 * gdb.threads/staticthreads.exp
4683 * gdb.threads/stepi-random-signal.exp
4684 * gdb.threads/thread-unwindonsignal.exp
4685 * gdb.threads/thread_check.exp
4686 * gdb.threads/thread_events.exp
4687 * gdb.threads/tid-reuse.exp
4688 * gdb.threads/tls-nodebug.exp
4689 * gdb.threads/tls-shared.exp
4690 * gdb.threads/tls-so_extern.exp
4691 * gdb.threads/tls.exp
4692 * gdb.threads/wp-replication.exp
4693 * gdb.trace/actions-changed.exp
4694 * gdb.trace/actions.exp
4695 * gdb.trace/backtrace.exp
4696 * gdb.trace/change-loc.exp
4697 * gdb.trace/collection.exp
4698 * gdb.trace/deltrace.exp
4699 * gdb.trace/disconnected-tracing.exp
4700 * gdb.trace/entry-values.exp
4701 * gdb.trace/ftrace-lock.exp
4702 * gdb.trace/ftrace.exp
4703 * gdb.trace/infotrace.exp
4704 * gdb.trace/mi-trace-frame-collected.exp
4705 * gdb.trace/mi-trace-unavailable.exp
4706 * gdb.trace/mi-traceframe-changed.exp
4707 * gdb.trace/mi-tracepoint-changed.exp
4708 * gdb.trace/mi-tsv-changed.exp
4709 * gdb.trace/no-attach-trace.exp
4710 * gdb.trace/packetlen.exp
4711 * gdb.trace/passc-dyn.exp
4712 * gdb.trace/passcount.exp
4713 * gdb.trace/pending.exp
4714 * gdb.trace/pr16508.exp
4715 * gdb.trace/qtro.exp
4716 * gdb.trace/range-stepping.exp
4717 * gdb.trace/read-memory.exp
4718 * gdb.trace/report.exp
4719 * gdb.trace/save-trace.exp
4720 * gdb.trace/signal.exp
4721 * gdb.trace/stap-trace.exp
4722 * gdb.trace/status-stop.exp
4723 * gdb.trace/strace.exp
4724 * gdb.trace/tfile.exp
4725 * gdb.trace/tfind.exp
4726 * gdb.trace/trace-break.exp
4727 * gdb.trace/trace-condition.exp
4728 * gdb.trace/trace-enable-disable.exp
4729 * gdb.trace/trace-mt.exp
4730 * gdb.trace/tracecmd.exp
4731 * gdb.trace/tracefile-pseudo-reg.exp
4732 * gdb.trace/tspeed.exp
4733 * gdb.trace/tstatus.exp
4734 * gdb.trace/tsv.exp
4735 * gdb.trace/unavailable.exp
4736 * gdb.trace/while-dyn.exp
4737 * gdb.trace/while-stepping.exp
4738 * lib/gdb-guile.exp
4739 * lib/gdb.exp
4740 * lib/mi-support.exp
4741 * lib/pascal.exp
4742 * lib/perftest.exp
4743 * lib/prelink-support.exp
4744 * lib/selftest-support.exp
4745
47462016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4747
4748 * Makefile.in: Include disable-implicit-rules.mk.
4749
47502016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4751
4752 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4753 non-byte-aligned bit fields.
4754
47552016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4756
4757 PR gdb/12616
4758 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4759 respects the DW_AT_data_bit_offset attribute.
4760
47612016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4762
4763 * gdb.base/default.exp: Fix output of "set language".
4764
47652016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4766
4767 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4768 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4769 make.
4770 * configure.ac: Remove checks for the make program.
4771 * configure: Re-generate.
4772
47732016-11-16 Kevin Buettner <kevinb@redhat.com>
4774
4775 * gdb.python/py-recurse-unwind.c (main): Add loop.
4776 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4777 to read_register() and gdb.parse_and_eval(). Make each code
4778 call a separate case that can be individually tested.
4779 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4780 proc. Call cont_and_backtrace for each of the code paths that
4781 we want to test in the unwinder.
4782
47832016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4784
4785 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4786 the definition of struct S.
4787
47882016-11-11 Catherine Moore <clm@codesourcery.com>
4789
4790 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4791
47922016-11-09 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.base/commands.exp (runto_or_return): New procedure.
4795 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4796 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4797 (progvar_simple_while_test, progvar_complex_if_while_test)
4798 (if_while_breakpoint_command_test)
4799 (infrun_breakpoint_command_test, breakpoint_command_test)
4800 (user_defined_command_test, watchpoint_command_test)
4801 (test_command_prompt_position, redefine_hook_test)
4802 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4803 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4804 multi_line_input and multi_line. Remove gdb_expect and
4805 gdb_stop_suppressing_tests uses.
4806 * lib/gdb.exp (valnum_re): New global.
4807 (multi_line_input): New procedure.
4808
48092016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4810
4811 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4812 Remove.
4813 (test_setup): Define with proc_with_prefix.
4814 (test_cli_inferior): Likewise.
4815 (test_cli_thread): Likewise.
4816 (test_cli_frame): Likewise.
4817 (test_cli_select_frame): Likewise.
4818 (test_cli_up_down): Likewise.
4819 (test_mi_thread_select): Likewise.
4820 (test_mi_stack_select_frame): Likewise.
4821 (test_cli_in_mi_inferior): Likewise.
4822 (test_cli_in_mi_thread): Likewise.
4823 (test_cli_in_mi_frame): Likewise.
4824 (top level): Do not use with_test_prefix_procname.
4825
48262016-11-09 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.base/commands.exp (gdbvar_simple_if_test)
4829 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4830 (progvar_simple_if_test, progvar_simple_while_test)
4831 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4832 (infrun_breakpoint_command_test, breakpoint_command_test)
4833 (user_defined_command_test, watchpoint_command_test)
4834 (test_command_prompt_position, deprecated_command_test)
4835 (bp_deleted_in_command, temporary_breakpoint_commands)
4836 (stray_arg0_test, source_file_with_indented_comment)
4837 (recursive_source_test, if_commands_test)
4838 (error_clears_commands_left, redefine_hook_test)
4839 (redefine_backtrace_test): Use proc_with_prefix.
4840 * lib/gdb.exp (proc_with_prefix): New proc.
4841
48422016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4843
4844 * gdb.base/tui-layout.c: New file.
4845 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4846 disassembly window contains very long lines.
4847
48482016-11-08 Tom Tromey <tom@tromey.com>
4849
4850 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4851 depend on Python 2.
4852
48532016-11-08 Tom Tromey <tom@tromey.com>
4854
4855 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4856 New method.
4857
48582016-10-29 Manish Goregaokar <manish@mozilla.com>
4859
4860 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4861
48622016-10-27 Manish Goregaokar <manish@mozilla.com>
4863
4864 * gdb.rust/simple.rs: Add test for univariant enums without
4865 discriminants and for encoded struct-like enums.
4866
48672016-10-28 Pedro Alves <palves@redhat.com>
4868
4869 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4870 gdb_test_multiple, tighten regexps and match symtabs and line
4871 tables incrementally.
4872
48732016-10-28 Luis Machado <lgustavo@codesourcery.com>
4874
4875 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4876 general.
4877
48782016-10-25 Luis Machado <lgustavo@codesourcery.com>
4879
4880 * gdb.base/exec-invalid-sysroot.exp: New file.
4881
48822016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4883
4884 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4885
48862016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4887
4888 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4889
48902016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4891
4892 * gdb.base/killed-outside.exp: Remove $options from a call to
4893 `prepare_for_testing'.
4894
48952016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4896
4897 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4898 Change test message.
4899
49002016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4901
4902 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4903 Update comment.
4904
49052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4906
4907 * gdb.trace/mi-trace-save.exp: New file.
4908
49092016-10-13 Yao Qi <yao.qi@linaro.org>
4910
4911 * gdb.base/code_elim.exp (get_var_address): Remove.
4912 * gdb.base/relocate.exp: Likewise.
4913 * gdb.base/shreloc.exp: Likewise.
4914 * lib/gdb.exp (get_var_address): New.
4915
49162016-10-13 Yao Qi <yao.qi@linaro.org>
4917
4918 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4919 floating point tests if $skip_float_test is false.
4920
49212016-10-12 Luis Machado <lgustavo@codesourcery.com>
4922
4923 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4924 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4925 argc values.
4926 Add 1 to argc so we guarantee distinct initial/modified argc values.
4927
49282016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4929
4930 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4931
49322016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4933
4934 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4935 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4936 * gdb.arch/vsx-regs.exp: Likewise.
4937
49382016-10-07 Yao Qi <yao.qi@linaro.org>
4939
4940 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4941
49422016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4943
4944 * gdb.python/python.exp: Test decode_line("*0").
4945
49462016-10-06 Doug Evans <dje@google.com>
4947
4948 * gdb.python/py-value.exp (test_value_creation): Add test for large
4949 unsigned 64-bit value.
4950
49512016-10-06 Tom Tromey <tom@tromey.com>
4952
4953 * gdb.compile/compile.exp: Change java tests to rust.
4954 * gdb.base/setshow.exp: Change java tests to rust.
4955 * gdb.base/default.exp: Remove java from language list.
4956 * README (Examples): Update language example.
4957 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4958 test.
4959 * lib/gdb.exp (skip_java_tests): Remove.
4960 * lib/java.exp: Remove.
4961 * gdb.java: Remove.
4962
49632016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4964
4965 * gdb.arch/mips-fcr.exp: New test.
4966 * gdb.arch/mips-fcr.c: Source for the new test.
4967
49682016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4969
4970 * gdb.base/solib-disc.exp: Use `standard_output_file'
4971 throughout.
4972
49732016-10-06 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.base/jit-simple-dl.c: New file.
4976 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4977 * gdb.base/jit-simple.c: ... this.
4978 * gdb.base/jit-simple.exp (jit_run): Delete.
4979 (build_jit): New proc.
4980 (jit_test_reread): Recompile either the main program or the shared
4981 library, depending on what is being tested. Skip changing address
4982 if caller wants to. Compare before/after addresses. If testing
4983 standalone, explicitly load the binary. Test "maint info
4984 breakpoints".
4985 (top level): Add "standalone vs shared lib" and "change address"
4986 vs "same address" axes.
4987
49882016-10-06 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4991 call.
4992 (jit_run): Delete.
4993 (jit_test_reread): Use with_test_prefix. Reload the main binary
4994 explicitly. Compare the before/after addresses of the JIT
4995 descriptor.
4996
49972016-08-15 Doug Evans <dje@google.com>
4998
4999 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5000 for single bitfields is bool.
5001 * gdb.xml/tdesc-regs.exp: Ditto.
5002
50032016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5004
5005 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5006
50072016-10-05 Yao Qi <yao.qi@linaro.org>
5008
5009 * lib/gdb.exp (support_complex_tests): Return zero if
5010 gdb_skip_float_test return true.
5011
50122016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5013 Simon Marchi <simon.marchi@ericsson.com>
5014
5015 PR gdb/20487
5016 * gdb.mi/user-selected-context-sync.exp: New file.
5017 * gdb.mi/user-selected-context-sync.c: New file.
5018
50192016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5020 Simon Marchi <simon.marchi@ericsson.com>
5021
5022 PR gdb/20487
5023 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5024 =thread-select-event check.
5025
50262016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5027
5028 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5029 the compulsory L operand changes.
5030 * gdb.arch/powerpc-power.s: Likewise.
5031
50322016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5033
5034 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5035 * gdb.base/jit-attach-pie.c: New file.
5036 * gdb.base/jit-attach-pie.exp: New file.
5037
50382016-09-28 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.base/infcall-input.c: New file.
5041 * gdb.base/infcall-input.exp: New file.
5042
50432016-09-22 Yao Qi <yao.qi@linaro.org>
5044
5045 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5046 (gdb_exit): Rename it to ...
5047 (gdbserver_gdb_exit): ... Close GDBserver.
5048 (gdb_exit): New proc, call gdbserver_gdb_exit.
5049 (mi_gdb_exit): Likewise.
5050
50512016-09-22 Yao Qi <yao.qi@linaro.org>
5052
5053 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5054 path.
5055 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5056 Remove duplication.
5057
50582016-09-22 Yao Qi <yao.qi@linaro.org>
5059
5060 * lib/gdbserver-support.exp: Check the existence of
5061 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5062
50632016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5064
5065 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5066
50672016-09-21 Tom Tromey <tom@tromey.com>
5068
5069 PR gdb/20604:
5070 * gdb.base/quit.exp: New file.
5071
50722016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5073
5074 * .gitignore: New file.
5075
50762016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5077
5078 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5079 throughout.
5080
50812016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5082
5083 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5084
50852016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5086
5087 * gdb.cp/casts.cc (decltype): Move it ...
5088 (main): ... with its call to ...
5089 * gdb.cp/casts03.cc: ... a new file.
5090 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5091
50922016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5093
5094 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5095
50962016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5097
5098 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5099 and sync up the test with tests in gas/testsuite/gas/ppc.
5100 * gdb.arch/powerpc-power.exp: Likewise.
5101
51022016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5103
5104 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5105
51062016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5107 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5110 make m1's definition to be different from m2's. Use 'dummy' as an
5111 argument for probe 'two'.
5112
51132016-09-10 Jon Beniston <jon@beniston.com>
5114
5115 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5116 for sim target.
5117
51182016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5119
5120 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5121 variable declaration.
5122 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5123 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5124 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5125 received HWCAP as its argument.
5126
51272016-09-06 Pedro Alves <palves@redhat.com>
5128
5129 * gdb.base/new-ui-pending-input.c: New file.
5130 * gdb.base/new-ui-pending-input.exp: New file.
5131 * gdb.exp (clear_gdb_spawn_id): New procedure.
5132 (with_spawn_id): Check whether gdb_spawn_id exists before
5133 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5134 on exit.
5135
51362016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5137
5138 * gdb.base/float128.c: New file.
5139 * gdb.base/float128.exp: Likewise.
5140 * gdb.base/floatn.c: Likewise.
5141 * gdb.base/floatn.exp: Likewise.
5142
51432016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5144
5145 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5146
51472016-09-05 Pedro Alves <palves@redhat.com>
5148
5149 PR backtrace/19927
5150 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5151 unwinders are immediately called as side effect of "source" or
5152 "disable unwinder" commands.
5153 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5154
51552016-09-02 Yao Qi <yao.qi@linaro.org>
5156
5157 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5158 is true and $type is "float" or "double".
5159
51602016-09-02 Yao Qi <yao.qi@linaro.org>
5161
5162 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5163 true.
5164 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5165 * gdb.base/call-rt-st.exp: Likewise.
5166 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5167 return value instead of gdb,skip_float_test.
5168 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5169 (do_function_calls): Use its return value instead of
5170 gdb,skip_float_test.
5171 * gdb.base/finish.exp: Likewise.
5172 * gdb.base/funcargs.exp: Likewise.
5173 * gdb.base/return.exp: Likewise.
5174 * gdb.base/return2.exp: Likewise.
5175 * gdb.base/varargs.exp: Likewise.
5176 * lib/gdb.exp (gdb_skip_float_test): Change it to
5177 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5178
51792016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5180
5181 * gdb.multi/tids.exp: Test "thread apply all".
5182
51832016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5184
5185 * gdb.base/default.exp (tty): Remove.
5186
51872016-08-24 Kevin Buettner <kevinb@redhat.com>
5188
5189 * gdb.python/py-recurse-unwind.c: New file.
5190 * gdb.python/py-recurse-unwind.py: New file.
5191 * gdb.python/py-recurse-unwind.exp: New file.
5192
51932016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5194
5195 * gdb.base/set-inferior-tty.exp: New file.
5196 * gdb.base/set-inferior-tty.c: New file.
5197
51982016-08-23 Pedro Alves <palves@redhat.com>
5199
5200 PR gdb/20494
5201 * gdb.base/new-ui-echo.c: New file.
5202 * gdb.base/new-ui-echo.exp: New file.
5203
52042016-08-23 Yao Qi <yao.qi@linaro.org>
5205
5206 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5207 gdbserver_spawn.
5208 * gdb.server/connect-without-multi-process.exp (do_test):
5209 Likewise.
5210
52112016-08-23 Yao Qi <yao.qi@linaro.org>
5212
5213 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5214 standalone_txt. Delete gdb_txt and standalone_txt on host
5215 and target. Spawn the binary on target. Copy files from
5216 target to host.
5217
52182016-08-22 Pedro Alves <palves@redhat.com>
5219
5220 PR gdb/20505
5221 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5222 with_test_prefix. Factor out bits to ...
5223 (test_no_vdso): ... this new procedure.
5224
52252016-08-19 Carl Love <cel@us.ibm.com>
5226
5227 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5228 maintaining separate logic for constructing the output path.
5229 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5230 * gdb.arch/ppc-dfp.exp: Likewise.
5231 * gdb.arch/ppc-fp.exp: Likewise.
5232 * gdb.arch/vsx-regs.exp: Likewise.
5233 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5234 binprefix for generating the additional binary files.
5235
52362016-08-19 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.trace/mi-trace-frame-collected.exp
5239 (test_trace_frame_collected): On x32, expect two registers.
5240
52412016-08-18 Carl Love <cel@us.ibm.com>
5242
5243 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5244 and sync up the test with tests in gas/testsuite/gas/ppc.
5245 * gdb.arch/powerpc-power.exp: Likewise.
5246
52472016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5248
5249 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5250 expected error message.
5251
52522016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5253
5254 * gdb.multi/remove-inferiors.exp: New file.
5255 * gdb.multi/remove-inferiors.c: New file.
5256
52572016-08-12 Yao Qi <yao.qi@linaro.org>
5258
5259 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5260 argument list.
5261
52622016-08-10 Pedro Alves <palves@redhat.com>
5263
5264 PR gdb/19187
5265 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5266 setup_kfails.
5267
52682016-08-09 Pedro Alves <palves@redhat.com>
5269 Simon Marchi <simon.marchi@ericsson.com>
5270
5271 PR gdb/20418
5272 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5273 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5274
52752016-08-09 Pedro Alves <palves@redhat.com>
5276
5277 PR mi/20431
5278 * gdb.mi/mi-cmd-error.exp: New file.
5279
52802016-08-09 Pedro Alves <palves@redhat.com>
5281
5282 PR gdb/18653
5283 * gdb.base/signals-state-child.c: New file.
5284 * gdb.base/signals-state-child.exp: New file.
5285 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5286
52872016-08-09 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5290
52912016-08-03 Tom Tromey <tom@tromey.com>
5292
5293 PR python/18565:
5294 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5295
52962016-08-01 Yao Qi <yao.qi@linaro.org>
5297
5298 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5299 variable mode to "multi-process" if $multi_process is 1, otherwise
5300 set it to "single-process".
5301
53022016-08-01 Yao Qi <yao.qi@linaro.org>
5303
5304 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5305 * gdb.cp/cpexprs.exp: Likewise.
5306 * gdb.cp/m-static.exp: Likewise.
5307
53082016-07-26 Tom Tromey <tom@tromey.com>
5309
5310 PR python/20190:
5311 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5312 test.
5313
53142016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5315
5316 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5317 selecting assembly source files.
5318 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5319 assembly source files.
5320 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5321 assembly source files.
5322 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5323 selecting assembly source files.
5324
53252016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5326
5327 * gdb.base/new-ui.exp (do_test_invalid_args): New
5328 procedure.
5329
53302016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5331
5332 * gdb.btrace/reconnect.c: New file.
5333 * gdb.btrace/reconnect.exp: New file.
5334
53352016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5336
5337 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5338 to test_catch_syscall_group.
5339 (test_catch_syscall_group): New.
5340
53412016-07-21 Tom Tromey <tom@tromey.com>
5342
5343 * gdb.rust/simple.rs (main): Use empty struct expression.
5344 * gdb.rust/simple.exp: Add tests for empty struct expression.
5345
53462016-07-21 Yao Qi <yao.qi@linaro.org>
5347
5348 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5349 if gdb_skip_xml_test is true on some targets.
5350
53512016-07-21 Yao Qi <yao.qi@linaro.org>
5352
5353 * gdb.server/solib-list.exp: Unset last_loaded_file.
5354
53552016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5356
5357 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5358 "step into captured_main (args)".
5359
53602016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5361
5362 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5363
53642016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5365
5366 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5367
53682016-07-19 Pedro Alves <palves@redhat.com>
5369
5370 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5371 * gdb.opt/inline-bt.exp: Likewise.
5372 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5373 additional_flags=-Winline.
5374 * gdb.opt/inline-locals.exp: Likewise.
5375 * gdb.opt/inline-markers.c (ATTR): Define.
5376 (inlined_fn): Use it.
5377
53782016-07-19 Yao Qi <yao.qi@linaro.org>
5379
5380 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5381 (test_with_self): Remove some code. Remove argument executable.
5382 (top-level): Use do_self_tests.
5383
53842016-07-15 Zachary Welch <zwelch@codesourcery.com>
5385 Don Breazeal <donb@codesourcery.com>
5386
5387 * gdb.base/maint.exp: Escape paths used in regular expressions.
5388 * gdb.stabs/weird.exp: Likewise.
5389
53902016-07-13 Tom Tromey <tom@tromey.com>
5391
5392 PR python/15620, PR python/18620:
5393 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5394 (test_bkpt_events): New procs.
5395
53962016-07-13 Tom Tromey <tom@tromey.com>
5397
5398 PR python/17698:
5399 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5400 test.
5401 (test_watchpoints): Likewise.
5402 (test_bkpt_pending): New proc.
5403
54042016-07-13 Tom Tromey <tom@tromey.com>
5405
5406 PR cli/18053:
5407 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5408 completion test.
5409
54102016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5411
5412 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5413 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5414 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5415 f_label.
5416 (g): Rename g_end_lbl to g_label.
5417 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5418 low_pc and high_pc.
5419 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5420
54212016-07-12 Tom Tromey <tom@tromey.com>
5422
5423 PR python/19293:
5424 * gdb.python/py-unwind-maint.exp: Update tests.
5425
54262016-07-12 Yao Qi <yao.qi@linaro.org>
5427
5428 * lib/selftest-support.exp (selftest_setup): Match the output
5429 when captured_main is inlined.
5430
54312016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5432
5433 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5434 New variables.
5435 (print this%a, print this%b, print this): New tests.
5436 * gdb.fortran/derived-types.f90 (this): New object and
5437 initialization.
5438
54392016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5440
5441 * gdb.ada/arraydim.exp: Remove extra directory level in build
5442 directory.
5443
54442016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5445
5446 * lib/ada.exp: Remove extra directory level in build directory.
5447 * gdb.ada/cond_lang.exp: Likewise.
5448 * gdb.ada/exec_changed.exp: Likewise.
5449 * gdb.ada/lang_switch.exp: Likewise.
5450
54512016-07-06 Manish Goregaokar <manish@mozilla.com>
5452
5453 * simple.rs: Add test for raw pointer subscripting.
5454 * simple.exp: Add test expectations.
5455
54562016-07-05 Yao Qi <yao.qi@linaro.org>
5457
5458 * gdb.mi/mi-reverse.exp: Match =record-started output.
5459
54602016-07-01 Pedro Alves <palves@redhat.com>
5461
5462 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5463 procedure.
5464 (jit_reader_test): Test the jit reader's unwinder.
5465 * gdb.base/jithost.c (jit_function_00_code): New global.
5466 (main): Use memcpy to fill in the mmapped code, instead of poking
5467 bytes manually here.
5468 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5469 value.
5470 (read_debug_info): Save the function's range.
5471 (read_sp): New function.
5472 (unwind_frame): Use it. Also unwind RBP.
5473 (get_frame_id): Use read_sp.
5474 (gdb_init_reader): Use calloc instead of malloc.
5475 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5476 parameter. Use gdb_test_multiple.
5477
54782016-07-01 Pedro Alves <palves@redhat.com>
5479 Antoine Tremblay <antoine.tremblay@ericsson.com>
5480
5481 * gdb.threads/process-dies-while-detaching.c: New file.
5482 * gdb.threads/process-dies-while-detaching.exp: New file.
5483
54842016-07-01 Pedro Alves <palves@redhat.com>
5485
5486 * gdb.multi/watchpoint-multi-exit.c: New file.
5487 * gdb.multi/watchpoint-multi-exit.exp: New file.
5488
54892016-06-30 Pedro Alves <palves@redhat.com>
5490
5491 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5492 unset inferior_spawn_id.
5493
54942016-06-30 Pedro Alves <palves@redhat.com>
5495
5496 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5497 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5498
54992016-06-29 Yao Qi <yao.qi@linaro.org>
5500
5501 * gdb.base/return.c: Add copyright header.
5502
55032016-06-29 Tom Tromey <tom@tromey.com>
5504
5505 PR python/20129:
5506 * gdb.python/py-framefilter.exp: Add tests for setting priority
5507 and disabling of non-existent frame filter.
5508
55092016-06-29 Yao Qi <yao.qi@linaro.org>
5510
5511 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5512 0x0f07ff.
5513
55142016-06-28 Yao Qi <yao.qi@linaro.org>
5515
5516 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5517 triplets. Start gdb, execute catch syscall, and continue. Check
5518 gdb's output to determine catch syscall is supported.
5519
55202016-06-27 Manish Goregaokar <manish@mozilla.com>
5521
5522 * gdb.rust/simple.rs: Add test for returning unit in a function.
5523 * gdb.rust/simple.exp: Add expectation for functions returning
5524 unit.
5525
55262016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5527
5528 * gdb.python/py-breakpoint-create-fail.c,
5529 gdb.python/py-breakpoint-create-fail.exp,
5530 gdb.python/py-breakpoint-create-fail.py: New testcase.
5531
55322016-06-25 Manish Goregaokar <manish@mozilla.com>
5533
5534 PR gdb/20239
5535 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5536 * gdb.rust/simple.exp: Add test expectations for new NonZero
5537 tests.
5538
55392016-06-24 David Taylor <dtaylor@emc.com>
5540
5541 * gdb.base/offsets.exp: New file.
5542 * gdb.base/offsets.c: New file.
5543
55442016-06-23 Tom Tromey <tom@tromey.com>
5545
5546 PR gdb/16483:
5547 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5548 before any filters are loaded.
5549
55502016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5551
5552 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5553 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5554 structs.
5555 * gdb.fortran/derived-type-function.exp: New file.
5556 * gdb.fortran/derived-type-function.f90: New file.
5557
5558
55592016-06-21 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.base/new-ui.exp: New file.
5562 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5563 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5564 (with_spawn_id): New procedure.
5565
55662016-06-21 Pedro Alves <palves@redhat.com>
5567
5568 * gdb.mi/mi-exec-run.exp: New file.
5569
55702016-06-21 Pedro Alves <palves@redhat.com>
5571
5572 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5573 breakpoint command's output on the main UI.
5574 (test_break): New procedure, factored out from calls in the top
5575 level.
5576 (top level): Use foreach_with_prefix to test MI as main UI and as
5577 separate UI.
5578
55792016-06-21 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5582 (test_awatch_creation_and_listing)
5583 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5584 Remove 'type' parameter.
5585 (test_watchpoint_all): New parameter mi_mode. Remove
5586 with_test_prefix.
5587 (top level): Use foreach_with_prefix, and add main/separate UI MI
5588 testing axis.
5589
55902016-06-21 Pedro Alves <palves@redhat.com>
5591
5592 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5593 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5594 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5595 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5596 (gdb_main_spawn_id, mi_spawn_id): Declare and
5597 comment.
5598 (mi_create_inferior_pty): New procedure,
5599 factored out from default_mi_gdb_start.
5600 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5601 procedures.
5602 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5603 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5604 Use mi_create_inferior_pty.
5605 (mi_gdb_start): Use eval to pass down args list.
5606
56072016-06-21 Pedro Alves <palves@redhat.com>
5608
5609 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5610 * gdb.opt/inline-cmds.exp: Add MI tests.
5611
56122016-06-21 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5615
56162016-06-21 Pedro Alves <palves@redhat.com>
5617
5618 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5619 (top level): Use it instead of mi_execute_to.
5620
56212016-06-21 Pedro Alves <palves@redhat.com>
5622
5623 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5624 (cont_handler_str): New.
5625 (signal_stop_handler): Set stop_handler_str instead of printing to
5626 stdout.
5627 (continue_handler): Set cont_handler_str instead of printing to
5628 stdout.
5629 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5630 mi_send_resuming_command. Print stop_handler_str and
5631 cont_handler_str instead of expecting the python events print
5632 directly.
5633
56342016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5635
5636 * gdb.base/jit-reader.exp: New file.
5637 * gdb.base/jithost.c: New file.
5638 * gdb.base/jithost.h: New file.
5639 * gdb.base/jitreader.c : New file.
5640 * gdb.base/jit-protocol.h: New file.
5641
56422016-06-17 Yao Qi <yao.qi@linaro.org>
5643
5644 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5645 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5646 and detach-on-fork. Adjust tests.
5647 (top level): Invoke break_cond_on_syscall with combinations of
5648 syscall, follow-fork-mode and detach-on-fork.
5649
56502016-06-17 Yao Qi <yao.qi@linaro.org>
5651
5652 * gdb.base/step-over-exit.c: New.
5653 * gdb.base/step-over-exit.exp: New.
5654
56552016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5656
5657 * gdb.base/float.exp: Add target check for nds32*-*-*.
5658 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5659
56602016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5661
5662 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5663 for unsupported target features.
5664 * gdb.base/call-rt-st.exp: Likewise.
5665 * gdb.base/call-sc.exp: Likewise.
5666 * gdb.base/call-signal-resume.exp: Likewise.
5667 * gdb.base/call-strs.exp: Likewise.
5668 * gdb.base/callexit.exp: Likewise.
5669 * gdb.base/callfuncs.exp: Likewise.
5670 * gdb.base/nodebug.exp: Likewise.
5671 * gdb.base/printcmds.exp: Likewise.
5672 * gdb.base/ptype.exp: Likewise.
5673 * gdb.base/structs.exp: Likewise.
5674 * gdb.base/unwindonsignal.exp: Likewise.
5675 * gdb.cp/gdb2495.exp: Likewise.
5676 * gdb.cp/templates.exp: Likewise.
5677 * gdb.cp/virtfunc.exp: Likewise.
5678 * gdb.threads/hand-call-in-threads.exp: Likewise.
5679 * gdb.threads/interrupted-hand-call.exp: Likewise.
5680 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5681
56822016-06-10 Tom Tromey <tom@tromey.com>
5683
5684 PR rust/20110:
5685 * gdb.rust/expr.exp: Add test for integer constant larger than
5686 i32.
5687
56882016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5689
5690 * gdb.fortran/nested-funcs.exp: New.
5691 * gdb.fortran/nested-funcs.f90: New.
5692
56932016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5694
5695 * gdb.base/examine-backward.c: New file.
5696 * gdb.base/examine-backward.exp: New file.
5697
56982016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5699
5700 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5701 matching.
5702
57032016-06-02 Tom Tromey <tom@tromey.com>
5704
5705 PR python/18984:
5706 * gdb.python/py-shared.exp: Add solib_name test.
5707
57082016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5709
5710 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5711
57122016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5713
5714 PR c++/19893
5715 * gdb.dwarf2/implref.exp: Rename to...
5716 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5717 * gdb.dwarf2/implref-array.c: New file.
5718 * gdb.dwarf2/implref-array.exp: Likewise.
5719 * gdb.dwarf2/implref-global.c: Likewise.
5720 * gdb.dwarf2/implref-global.exp: Likewise.
5721 * gdb.dwarf2/implref-struct.c: Likewise.
5722 * gdb.dwarf2/implref-struct.exp: Likewise.
5723
57242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5725
5726 * gdb.trace/trace-condition.exp: Add 64bit tests.
5727
57282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5729
5730 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5731 bits types.
5732 (main): Adapt to 8 to 64 bits types.
5733 * gdb.trace/trace-condition.exp: Add new tests.
5734
57352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5736
5737 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5738
57392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5740
5741 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5742 Move condition tests...
5743 * gdb.trace/trace-condition.exp: Here.
5744
57452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5746
5747 * gdb.trace/trace-condition.exp: Add counter-case tests.
5748
57492016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5750
5751 PR c++/15231
5752 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5753 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5754
57552016-05-27 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5758 New procedure.
5759 (top level): Call it, and bail out of DejaGnu is known to be bad.
5760
57612016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5762
5763 * gdb.base/whatis.c: Extend the test case.
5764 * gdb.base/whatis.exp: Add additional tests.
5765
57662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5767
5768* gdb.fortran/type.f90: Add pointer variable.
5769* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5770
57712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5772
5773 * gdb.fortran/vla-type.exp: Fix testcase name.
5774
57752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5776
5777 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5778
57792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5780
5781 * gdb.fortran/type.f90: Add nested structures.
5782 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5783 * gdb.fortran/derived-type.exp: Adapt expected output.
5784 * gdb.fortran/vla-type.exp: Adapt expected output.
5785
57862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5787
5788 * gdb.fortran/whatis_type.exp: Adapt expected output.
5789
57902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5791
5792 * gdb.fortran/print_type.exp: Fix expected output.
5793 * gdb.fortran/whatis_type.exp: Fix expected output.
5794
57952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5796
5797 * gdb.fortran/whatis_type.exp: Use multi_line.
5798
57992016-05-24 Tom Tromey <tom@tromey.com>
5800
5801 PR python/17386:
5802 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5803 use value as an index.
5804
58052016-05-23 Tom Tromey <tom@tromey.com>
5806
5807 PR python/17981:
5808 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5809 no-breakpoint case.
5810
58112016-05-24 Pedro Alves <palves@redhat.com>
5812
5813 PR gdb/19828
5814 * gdb.threads/clone-attach-detach.c: New file.
5815 * gdb.threads/clone-attach-detach.exp: New file.
5816
58172016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5818
5819 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5820
58212016-05-23 Tom Tromey <tom@tromey.com>
5822
5823 PR python/19438, PR python/18393:
5824 * gdb.python/py-progspace.exp: Add "dir" test.
5825 * gdb.python/py-objfile.exp: Add "dir" test.
5826
58272016-05-23 Yao Qi <yao.qi@linaro.org>
5828
5829 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5830 * gdb.arch/thumb2-it.exp: Likewise.
5831
58322016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5833
5834 * gdb.mi/mi-threads-interrupt.c: New file.
5835 * gdb.mi/mi-threads-interrupt.exp: New file.
5836
58372016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5838
5839 PR gdb/18077
5840 * gdb.mi/mi-async-run.exp: New file.
5841 * gdb.mi/mi-async-run.c: New file.
5842
58432016-05-17 Tom Tromey <tom@tromey.com>
5844 Manish Goregaokar <manishsmail@gmail.com>
5845
5846 * lib/rust-support.exp: New file.
5847 * lib/gdb.exp (skip_rust_tests): New proc.
5848 (build_executable_from_specs): Handle rust.
5849 * lib/future.exp (gdb_find_rustc): New proc.
5850 (gdb_default_target_compile): Handle rust.
5851 * gdb.rust/expr.exp: New file.
5852 * gdb.rust/generics.exp: New file.
5853 * gdb.rust/generics.rs: New file.
5854 * gdb.rust/methods.exp: New file.
5855 * gdb.rust/methods.rs: New file.
5856 * gdb.rust/modules.exp: New file.
5857 * gdb.rust/modules.rs: New file.
5858 * gdb.rust/simple.exp: New file.
5859 * gdb.rust/simple.rs: New file.
5860
58612016-05-17 Tom Tromey <tom@tromey.com>
5862
5863 * gdb.base/default.exp (set language): Add rust.
5864
58652016-05-17 Tom Tromey <tom@tromey.com>
5866
5867 * gdb.gdb/unittest.exp: New file.
5868
58692016-05-16 Yao Qi <yao.qi@linaro.org>
5870
5871 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5872 shell_prompt. Update shell_prompt_re.
5873
58742016-05-12 Doug Evans <dje@google.com>
5875
5876 PR symtab/19999
5877 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5878 $options when building executable.
5879 * gdb.dwarf2/fission-loclists-pie.S: New file.
5880 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5881
58822016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5883
5884 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5885 of [is_remote target],
5886
58872016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5888
5889 * lib/gdb.exp (use_gdb_stub): New procedure.
5890
58912016-05-03 Yunlian Jiang <yunlian@google.com>
5892 Doug Evans <dje@google.com>
5893
5894 PR symtab/19914
5895 * gdb.dwarf2/dwp-sepdebug.c: New file.
5896 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5897
58982016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5899
5900 * gdb.base/detach.exp: Remove is_remote check.
5901
59022016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5903
5904 * gdb.base/annota-input-while-running.exp: Don't check for
5905 [is_remote target]. Enable annotations after running to main.
5906 Remove unused "set test..." line.
5907
59082016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5909
5910 * gdb.trace/trace-enable-disable.exp: New file.
5911 * gdb.trace/trace-enable-disable.c: New file.
5912
59132016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5914
5915 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5916 use it in info sharedlibrary test.
5917 * gdb.trace/ftrace-lock.exp: Likewise.
5918 * gdb.trace/ftrace.exp: Likewise.
5919 * gdb.trace/range-stepping.exp: Likewise.
5920 * gdb.trace/trace-break.exp: Likewise.
5921 * gdb.trace/trace-condition.exp: Likewise.
5922 * gdb.trace/trace-mt.exp: Likewise.
5923
59242016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5925
5926 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5927 (gdb_load_shlib): ... this.
5928 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5929 gdb_load_shlib.
5930 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5931 * gdb.base/ctxobj.exp: Likewise.
5932 * gdb.base/dprintf-pending.exp: Likewise.
5933 * gdb.base/dso2dso.exp: Likewise.
5934 * gdb.base/fixsection.exp: Likewise.
5935 * gdb.base/gcore-relro.exp: Likewise.
5936 * gdb.base/gdb1555.exp: Likewise.
5937 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5938 * gdb.base/gnu-ifunc.exp: Likewise.
5939 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5940 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5941 * gdb.base/pending.exp: Likewise.
5942 * gdb.base/print-file-var.exp: Likewise.
5943 * gdb.base/print-symbol-loading.exp: Likewise.
5944 * gdb.base/shlib-call.exp: Likewise.
5945 * gdb.base/shreloc.exp: Likewise.
5946 * gdb.base/so-impl-ld.exp: Likewise.
5947 * gdb.base/solib-disc.exp: Likewise.
5948 * gdb.base/solib-nodir.exp: Likewise.
5949 * gdb.base/solib-overlap.exp: Likewise.
5950 * gdb.base/solib-symbol.exp: Likewise.
5951 * gdb.base/solib-weak.exp (do_test): Likewise.
5952 * gdb.base/sym-file.exp: Likewise.
5953 * gdb.base/symtab-search-order.exp: Likewise.
5954 * gdb.base/type-opaque.exp: Likewise.
5955 * gdb.base/unload.exp: Likewise.
5956 * gdb.base/watchpoint-solib.exp: Likewise.
5957 * gdb.compile/compile.exp: Likewise.
5958 * gdb.cp/gdb2384.exp: Likewise.
5959 * gdb.cp/infcall-dlopen.exp: Likewise.
5960 * gdb.cp/re-set-overloaded.exp: Likewise.
5961 * gdb.fortran/library-module.exp: Likewise.
5962 * gdb.opt/solib-intra-step.exp: Likewise.
5963 * gdb.python/py-finish-breakpoint.exp: Likewise.
5964 * gdb.python/py-shared.exp: Likewise.
5965 * gdb.reverse/solib-precsave.exp: Likewise.
5966 * gdb.reverse/solib-reverse.exp: Likewise.
5967 * gdb.server/solib-list.exp: Likewise.
5968 * gdb.threads/dlopen-libpthread.exp: Likewise.
5969 * gdb.threads/tls-shared.exp: Likewise.
5970 * gdb.threads/tls-so_extern.exp: Likewise.
5971 * gdb.trace/change-loc.exp: Likewise.
5972 * gdb.trace/ftrace-lock.exp: Likewise.
5973 * gdb.trace/ftrace.exp: Likewise.
5974 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5975 * gdb.trace/pending.exp: Likewise.
5976 * gdb.trace/range-stepping.exp: Likewise.
5977 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5978 (strace_info_marker): Likewise.
5979 (strace_probe_marker): Likewise.
5980 (strace_trace_on_same_addr): Likewise.
5981 (strace_trace_on_diff_addr): Likewise.
5982 * gdb.trace/trace-break.exp: Likewise.
5983 * gdb.trace/trace-condition.exp: Likewise.
5984 * gdb.trace/trace-mt.exp: Likewise.
5985
59862016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5987
5988 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5989 result of gdb_remote_download.
5990 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5991 * gdb.base/dso2dso.exp: Likewise.
5992 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5993 * gdb.base/print-file-var.exp: Likewise.
5994 * gdb.base/shlib-call.exp: Likewise.
5995 * gdb.base/shreloc.exp: Likewise.
5996 * gdb.base/solib-overlap.exp: Likewise.
5997 * gdb.base/solib-weak.exp (do_test): Likewise.
5998 * gdb.base/unload.exp: Likewise.
5999
60002016-04-27 Yao Qi <yao.qi@linaro.org>
6001
6002 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6003 exists.
6004
60052016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6006
6007 * vla-type.exp: Print structure from toplevel.
6008
60092016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6010
6011 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6012 of dynamic types.
6013 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6014 of dynamic types.
6015
60162016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6017
6018 * gdb.fortran/vla-type.f90: New file.
6019 * gdb.fortran/vla-type.exp: New file.
6020
60212016-04-25 Yao Qi <yao.qi@linaro.org>
6022
6023 * gdb.base/branch-to-self.c: New file.
6024 * gdb.base/branch-to-self.exp: New file.
6025
60262016-04-22 Yao Qi <yao.qi@linaro.org>
6027
6028 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6029 more after $hex.
6030
60312016-04-22 Yao Qi <yao.qi@linaro.org>
6032
6033 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6034 * gdb.base/annota3.exp: Likewise.
6035
60362016-04-22 Yao Qi <yao.qi@linaro.org>
6037
6038 * gdb.reverse/step-precsave.exp: Do one step and test program
6039 stops in "callee" and do multiple steps until program goes out
6040 of "callee".
6041 * gdb.reverse/step-reverse.exp: Likewise.
6042
60432016-04-22 Yao Qi <yao.qi@linaro.org>
6044
6045 * gdb.trace/signal.exp: Also pass if
6046 $tracepoint_hits($i) > $iterations.
6047
60482016-04-22 Yao Qi <yao.qi@linaro.org>
6049
6050 * gdb.trace/signal.c: New file.
6051 * gdb.trace/signal.exp: New file.
6052
60532016-04-19 Doug Evans <xdje42@gmail.com>
6054
6055 * gdb.base/bad-file.exp: New file.
6056
60572016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6058
6059 * gdb.dwarf2/implref.exp: New file.
6060
60612016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6062
6063 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6064 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6065 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6066 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6067 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6068 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6069 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6070 * lib/fortran.exp (fortran_int4): New procedure.
6071 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6072 (fortran_logical4): Likewise.
6073
60742016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6075
6076 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6077
60782016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6079
6080 * lib/compiler.c: Add Intel specific preprocessor macros.
6081 * lib/compiler.cc: Likewise.
6082
60832016-04-13 Luis Machado <lgustavo@codesourcery.com>
6084
6085 * gdb.server/connect-with-no-symbol-file.c: New file.
6086 * gdb.server/connect-with-no-symbol-file.exp: New file.
6087
60882016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6089
6090 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6091
60922016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6093
6094 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6095 standard output directory.
6096
60972016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6098
6099 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6100
61012016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6102
6103 * gdb.btrace/instruction_history.c (loop): Add declaration.
6104
61052016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6106
6107 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6108
61092016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6110
6111 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6112 parentheses to print.
6113 (continue_handler): Likewise.
6114
61152016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6116
6117 * gdb.server/solib-list.exp: Remove is_remote check.
6118 Pass shlib= to gdb_compile. Don't link shared library with
6119 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6120 Run binary filename through "readlink -f" on the target.
6121
61222016-04-08 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6125 interpreter filename as argument to gdbserver_spawn.
6126 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6127 Return empty if $last_loaded_file does not exist.
6128
61292016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6132 * gdb.base/jit-main.c: Use exit after usage.
6133
61342016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6135
6136 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6137 GDBHISTSIZE prior to the tests.
6138 * gdb.base/gdbinit-history.exp: Likewise.
6139
61402016-04-07 Pedro Alves <palves@redhat.com>
6141
6142 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6143 instead of build_executable. Use gdb_load_shlibs.
6144
61452016-04-07 Yao Qi <yao.qi@linaro.org>
6146
6147 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6148 Execute "si" command.
6149
61502016-04-07 Yao Qi <yao.qi@linaro.org>
6151
6152 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6153 number instead of the comments on some line.
6154
61552016-04-06 Don Breazeal <donb@codesourcery.com>
6156
6157 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6158 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6159
61602016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6161
6162 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6163 standard_output_file. Remove unused binfile variable.
6164
61652016-04-05 Catalin Udma <catalin.udma@freescale.com>
6166
6167 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6168 * gdb.python/py-mi-objfile.exp: Match "list main" output
6169 in console format.
6170
61712016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6172
6173 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6174 absolute.
6175
61762016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6177
6178 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6179 absolute.
6180 * gdb.trace/ftrace.exp: Likewise.
6181 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6182 targets as well.
6183 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6184 (gdb_load_shlibs): Copy libraries to test directory when testing
6185 natively. Only set solib-search-path if testing remotely.
6186 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6187
61882016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6189
6190 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6191 gdb_download. Use it even if the target is not remote.
6192 * gdb.base/jit.exp (compile_jit_test): Likewise.
6193 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6194 output directory if the destination board is local, otherwise use
6195 the standard remote_download from DejaGnu.
6196 (gdb_download): Remove.
6197 (gdb_load_shlibs): Use gdb_remote_download instead of
6198 gdb_download.
6199 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6200 Use gdb_remote_download instead of gdb_download. Use it even if
6201 the target is not remote.
6202 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6203 instead of gdb_download.
6204
62052016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6206
6207 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6208 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6209 run.
6210
62112016-04-01 Artemiy Volkov <artemiyv@acm.org>
6212
6213 PR gdb/19820
6214 * gdb.base/printcmds.exp: Add artificial arrays tests.
6215
62162016-03-31 Pedro Alves <palves@redhat.com>
6217
6218 PR gdb/19858
6219 * gdb.base/jit-main.c: Include unistd.h.
6220 (ATTACH): Define to 0 if not already defined.
6221 (wait_for_gdb, mypid): New globals.
6222 (WAIT_FOR_GDB): New macro.
6223 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6224 some breakpoint locations.
6225 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6226 New procedures.
6227 (one_jit_test): Add REATTACH parameter, and handle it. Use
6228 continue_to_test_location.
6229 (top level): Test attach, and adjusts calls to one_jit_test.
6230
62312016-03-31 Pedro Alves <palves@redhat.com>
6232
6233 PR gdb/19858
6234 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6235 BINSUFFIX parameter, and handle it.
6236 (top level): Adjust calls compile_jit_test.
6237
62382016-03-31 Catalin Udma <catalin.udma@freescale.com>
6239
6240 PR python/19743
6241 * gdb.python/py-mi-events-gdb.py: New file.
6242 * gdb.python/py-mi-events.c: New file.
6243 * gdb.python/py-mi-events.exp: New file.
6244
62452016-03-30 Yao Qi <yao.qi@linaro.org>
6246
6247 * gdb.reverse/until-precsave.exp: Match function name only.
6248 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6249 Move malloc to a condition block.
6250 * gdb.reverse/until-reverse.exp: Match function name only.
6251
62522016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6253
6254 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6255 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6256 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6257 variable for GPR 0 instead of assuming it is register 0.
6258 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6259 * lib/trace-support.exp: Add s390 registers.
6260
62612016-03-29 Yao Qi <yao.qi@linaro.org>
6262
6263 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6264
62652016-03-24 Yao Qi <yao.qi@linaro.org>
6266
6267 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6268 test message.
6269
62702016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6271
6272 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6273 maintaining separate logic for constructing the output path.
6274
62752016-03-16 Don Breazeal <donb@codesourcery.com>
6276
6277 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6278 Retry fork and waitpid on interrupted system call errors.
6279 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6280 Use with_timeout_factor to increase timeout by factor of 10.
6281
62822016-03-15 Don Breazeal <donb@codesourcery.com>
6283
6284 * gdb.cp/scope-err.cc: New test program.
6285 * gdb.cp/scope-err.exp: New test script.
6286 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6287 lines and "set breakpoint here" comment.
6288 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6289 Fixed some whitespace and format issues.
6290 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6291 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6292
62932016-03-15 Doug Evans <dje@google.com>
6294
6295 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6296 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6297 All callers updated. Add tests for enums, mixed flags register.
6298
62992016-03-15 Doug Evans <dje@google.com>
6300
6301 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6302 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6303
63042016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6305
6306 * gdb.base/default.exp: Add $_as_string to the list of expected
6307 convenience functions.
6308
63092016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6310
6311 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6312
63132016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6314
6315 * gdb.python/py-as-string.exp: New file.
6316 * gdb.python/py-as-string.c: New file.
6317
63182016-03-09 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6321 signal" -> "Thread NN received signal" output change.
6322 * gdb.threads/ia64-sigill.exp: Likewise.
6323 * gdb.threads/linux-dp.exp: Likewise.
6324 * gdb.threads/manythreads.exp: Likewise.
6325 * gdb.threads/pending-step.exp: Likewise.
6326 * gdb.threads/print-threads.exp: Likewise.
6327 * gdb.threads/sigstep-threads.exp: Likewise.
6328 * gdb.threads/staticthreads.exp: Likewise.
6329 * gdb.threads/tls.exp: Likewise.
6330
63312016-03-09 Pedro Alves <palves@redhat.com>
6332
6333 * gdb.base/command-line-input.exp: New file.
6334
63352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6336
6337 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6338 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6339 * gdb.trace/pending.exp: Accept leading dot before function name.
6340 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6341 * lib/trace-support.exp: Set registers for ppc.
6342
63432016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6344
6345 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6346 use it for disassembly; accept .main in addition to main in backtrace.
6347
63482016-03-09 Wei-cheng Wang <cole945@gmail.com>
6349 Marcin Kościelnicki <koriakin@0x04.net>
6350
6351 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6352 (gdb_recursion_test_ptr): New global variable.
6353 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6354 gdb_recursion_test.
6355 (gdb_c_test): Ditto.
6356
63572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6358
6359 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6360 ordering.
6361
63622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6363
6364 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6365 (bar): Add bar_start_lbl label.
6366 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6367 of foo/bar for emitting DWARF and tracing.
6368
63692016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6370
6371 * analyze-racy-logs.py: Set executable bit.
6372
63732016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6374
6375 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6376 (CHECK_TARGET_TMP): Likewise.
6377 (check-single-racy): New rule.
6378 (check-parallel-racy): Likewise.
6379 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6380 (do-check-parallel-racy): New rule.
6381 (check-racy/%.exp): Likewise.
6382 * README (Racy testcases): New section.
6383 * analyze-racy-logs.py: New file.
6384
63852016-03-03 Doug Evans <dje@google.com>
6386
6387 * gdb.base/skip.exp: Use with_test_prefix.
6388
63892016-03-03 Yao Qi <yao.qi@linaro.org>
6390
6391 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6392 Invoke step_over_syscall "clone" and break_cond_on_syscall
6393 "clone".
6394 * gdb.base/step-over-clone.c: New file.
6395
63962016-03-03 Yao Qi <yao.qi@linaro.org>
6397
6398 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6399 code format.
6400
64012016-03-03 Yao Qi <yao.qi@linaro.org>
6402
6403 * gdb.base/disp-step-fork.c: Rename to ...
6404 * gdb.base/step-over-fork.c: ... it. New file.
6405 * gdb.base/disp-step-vfork.c: Rename to ...
6406 * gdb.base/step-over-vfork.c: ... it. New file.
6407 * gdb.base/disp-step-syscall.exp: Rename to ...
6408 * gdb.base/step-over-syscall.exp: ... it. New file.
6409 (disp_step_cross_syscall): Rename to ...
6410 (step_over_syscall): ... it.
6411
64122016-03-03 Yao Qi <yao.qi@linaro.org>
6413
6414 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6415 If target supports condition evaluation on target, invoke
6416 break_cond_on_syscall for fork and vfork.
6417
64182016-03-03 Yao Qi <yao.qi@linaro.org>
6419
6420 * gdb.base/disp-step-syscall.exp: Don't invoke
6421 support_displaced_stepping.
6422 (disp_step_cross_syscall): Test with displaced stepping off and
6423 on if supported.
6424
64252016-03-03 Yao Qi <yao.qi@linaro.org>
6426
6427 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6428 proc.
6429 (setup): New proc.
6430 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6431 and setup.
6432
64332016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6434
6435 * gdb.fortran/vla-history.exp: Remove breakpoint.
6436
64372016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6438
6439 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6440 exceeds timeout.
6441
64422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6443
6444 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6445 breakpoint.
6446
64472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6448
6449 * gdb.mi/vla.f90: Nullify pointer after declaration.
6450
64512016-03-01 Pedro Alves <palves@redhat.com>
6452
6453 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6454
64552016-03-01 Pedro Alves <palves@redhat.com>
6456
6457 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6458 before anything else.
6459 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6460 _GNU_SOURCE here.
6461 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6462 before anything else.
6463 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6464
64652016-03-01 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6468
64692016-03-01 Yao Qi <yao.qi@linaro.org>
6470
6471 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6472 prepare_for_testing.
6473
64742016-03-01 Yao Qi <yao.qi@linaro.org>
6475
6476 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6477
64782016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6479
6480 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6481 manually constructing the output path.
6482
64832016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6484
6485 * gdb.arch/s390-stackless.S: New.
6486 * gdb.arch/s390-stackless.exp: New.
6487
64882016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6489
6490 * gdb.dlang/circular.c: New file.
6491 * gdb.dlang/circular.exp: New file.
6492
64932016-02-26 Yao Qi <yao.qi@linaro.org>
6494
6495 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6496 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6497 (testcases): Update.
6498
64992016-02-26 Yao Qi <yao.qi@linaro.org>
6500
6501 * gdb.reverse/aarch64.c: Rename to ...
6502 * gdb.reverse/insn-reverse.c: ... it.
6503 * gdb.reverse/aarch64.exp: Rename to ...
6504 * gdb.reverse/insn-reverse.exp: ... it.
6505
65062016-02-26 Yao Qi <yao.qi@linaro.org>
6507
6508 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6509 (testcase_ftype): New.
6510 (testcases): New array.
6511 (n_testcases): New.
6512 (main): Call each element in testcases.
6513 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6514 (read_testcase): New.
6515 Do the tests in a loop.
6516
65172016-02-25 Yao Qi <yao.qi@linaro.org>
6518
6519 * gdb.base/branches.c: Remove.
6520
65212016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6522
6523 PR gdb/13808
6524 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6525
65262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6527
6528 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6529
65302016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6531
6532 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6533 change x86_64 call_insn to 'callq'.
6534
65352016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6536
6537 * gdb.trace/tfile-avx.c: Move to...
6538 * gdb.trace/tracefile-pseudo-reg.c: Here.
6539 * gdb.trace/tfile-avx.exp: Move to...
6540 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6541
65422016-02-24 Gary Benson <gbenson@redhat.com>
6543
6544 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6545 message on attach.
6546
65472016-02-23 Doug Evans <dje@google.com>
6548
6549 * gdb.base/skip.c (test_skip): New function.
6550 (end_test_skip_file_and_function): New function.
6551 (test_skip_file_and_function): New function.
6552 * gdb.base/skip1.c (test_skip): New function.
6553 (skip1_test_skip_file_and_function): New function.
6554 * gdb.base/skip.exp: Add tests for new skip options.
6555 * gdb.base/skip-solib.exp: Update expected output.
6556 * gdb.perf/skip-command.cc: New file.
6557 * gdb.perf/skip-command.exp: New file.
6558 * gdb.perf/skip-command.py: New file.
6559
65602016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6561
6562 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6563 info registers pattern.
6564
65652016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6566
6567 * lib/future.exp: Add D support.
6568 (gdb_find_gdc): New proc.
6569 (gdb_default_target_compile): Add D support.
6570
65712016-02-18 Wei-cheng Wang <cole945@gmail.com>
6572
6573 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6574 user+system time.
6575 (trace_speed_test): Determine the iteration count for a time
6576 between 15..30 seconds.
6577
65782016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6579
6580 * gdb.arch/i386-mpx-sigsegv.c: New file.
6581 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6582 * gdb.arch/i386-mpx-simple_segv.c: New file.
6583 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6584
65852016-02-18 Yao Qi <yao.qi@linaro.org>
6586
6587 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6588 Don't call setup_kfail.
6589
65902016-02-18 Yao Qi <yao.qi@linaro.org>
6591
6592 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6593 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6594
65952016-02-16 Doug Evans <dje@google.com>
6596
6597 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6598 * gdb.base/skip1.c: Ditto.
6599 * gdb.base/skip.exp: Whitespace cleanup.
6600
66012016-02-16 Don Breazeal <donb@codesourcery.com>
6602
6603 PR remote/19496
6604 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6605 Remove kfail for PR remote/19496.
6606
66072016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6608
6609 * lib/gdb.exp (standard_temp_file): Return a path specific to
6610 the runtest invocation.
6611
66122016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6613
6614 * gdb.trace/save-trace.exp: Change relative path to be in the
6615 standard output directory.
6616
66172016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * gdb.arch/i386-prologue.c: Add missing prototypes.
6620
66212016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6622
6623 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6624 * gdb.arch/i386-prologue.exp: Likewise.
6625 * gdb.arch/i386-size.exp: Likewise.
6626
66272016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6628
6629 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6630 define object file path.
6631 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6632 file path.
6633 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6634 standard_output_file to define binfile.
6635
66362016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6637
6638 Fix compatibility with recent gfortran-5.3.1.
6639 * gdb.fortran/vla-history.exp (print vla1 allocated)
6640 (print vla2 allocated, print $2, print $3): Remove
6641 (print $4): Rename to ...
6642 (print $2): ... here.
6643 (print $9): Rename to ...
6644 (print $5): ... here.
6645 (print $10): Rename to ...
6646 (print $6): ... here.
6647 * gdb.fortran/vla.f90: Add pvla initialization.
6648
66492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6650
6651 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6652 New test.
6653 * gdb.fortran/vla-value-sub.exp: Likewise.
6654
66552016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6656
6657 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6658
66592016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6660
6661 * i386-biarch-core.exp: Define corefile using
6662 standard_output_file.
6663
66642016-02-12 Yao Qi <yao.qi@linaro.org>
6665
6666 * gdb.arch/arm-single-step-kernel-helper.c: New.
6667 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6668
66692016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6670
6671 * gdb.btrace/tailcall-only.exp: New.
6672 * gdb.btrace/tailcall-only.c: New.
6673 * gdb.btrace/x86_64-tailcall-only.S: New.
6674 * gdb.btrace/i686-tailcall-only.S: New.
6675
66762016-02-11 Pedro Alves <palves@redhat.com>
6677
6678 * README (Parallel testing): Add missing double quotes.
6679
66802016-02-11 Pedro Alves <palves@redhat.com>
6681
6682 * README (Parallel testing): New section.
6683 (GDB_PARALLEL): Rewrite.
6684 (FORCE_PARALLEL): Document.
6685
66862016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6687
6688 * gdb.trace/tfile-avx.c: New test.
6689 * gdb.trace/tfile-avx.exp: New test.
6690
66912016-02-09 Keith Seitz <keiths@redhat.com>
6692
6693 PR breakpoints/19546
6694 * gdb.base/infcall-exec.c: New file.
6695 * gdb.base/infcall-exec2.c: New file.
6696 * gdb.base/infcall-exec.exp: New file.
6697
66982016-02-09 Keith Seitz <keiths@redhat.com>
6699
6700 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6701 (toplevel): Call test_bkpt_address.
6702
67032016-02-09 Keith Seitz <keiths@redhat.com>
6704
6705 PR python/19506
6706 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6707 (toplevel): Call test_bkpt_address.
6708
67092016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6710
6711 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6712 to AC_OUTPUT.
6713 * configure: Regenerate.
6714
67152016-02-09 Pedro Alves <palves@redhat.com>
6716
6717 PR breakpoints/19548
6718 * gdb.base/execl-update-breakpoints.c (some_function): New
6719 function.
6720 (main): Call it.
6721 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6722 Tighten expected GDB output.
6723
67242016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6725
6726 * Makefile.in (ALL_SUBDIRS): Remove.
6727 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6728 (distclean maintainer-clean realclean): Likewise.
6729 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6730 * configure: Regenerate.
6731 * gdb.ada/Makefile.in: Delete.
6732 * gdb.arch/Makefile.in: Likewise.
6733 * gdb.asm/Makefile.in: Likewise.
6734 * gdb.base/Makefile.in: Likewise.
6735 * gdb.btrace/Makefile.in: Likewise.
6736 * gdb.cell/Makefile.in: Likewise.
6737 * gdb.compile/Makefile.in: Likewise.
6738 * gdb.cp/Makefile.in: Likewise.
6739 * gdb.disasm/Makefile.in: Likewise.
6740 * gdb.dlang/Makefile.in: Likewise.
6741 * gdb.dwarf2/Makefile.in: Likewise.
6742 * gdb.fortran/Makefile.in: Likewise.
6743 * gdb.gdb/Makefile.in: Likewise.
6744 * gdb.go/Makefile.in: Likewise.
6745 * gdb.guile/Makefile.in: Likewise.
6746 * gdb.java/Makefile.in: Likewise.
6747 * gdb.linespec/Makefile.in: Likewise.
6748 * gdb.mi/Makefile.in: Likewise.
6749 * gdb.modula2/Makefile.in: Likewise.
6750 * gdb.multi/Makefile.in: Likewise.
6751 * gdb.objc/Makefile.in: Likewise.
6752 * gdb.opencl/Makefile.in: Likewise.
6753 * gdb.opt/Makefile.in: Likewise.
6754 * gdb.pascal/Makefile.in: Likewise.
6755 * gdb.perf/Makefile.in: Likewise.
6756 * gdb.python/Makefile.in: Likewise.
6757 * gdb.reverse/Makefile.in: Likewise.
6758 * gdb.server/Makefile.in: Likewise.
6759 * gdb.stabs/Makefile.in: Likewise.
6760 * gdb.threads/Makefile.in: Likewise.
6761 * gdb.trace/Makefile.in: Likewise.
6762 * gdb.xml/Makefile.in: Likewise.
6763 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6764 GDB_PARALLEL.
6765 (standard_output_file): Remove check for GDB_PARALLEL, always
6766 return path in outputs/$subdir/$testname.
6767
67682016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6769
6770 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6771 (site.exp): Assign abs_srcdir to tcl's srcdir.
6772
67732016-02-04 Yao Qi <yao.qi@linaro.org>
6774
6775 * gdb.base/foll-exec-mode.c: Include limits.h.
6776 (main): Add parameters argc and argv. Get directory from
6777 argv[0].
6778 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6779 compilation.
6780 * gdb.base/foll-exec.c: Include limits.h.
6781 (main): Add parameters argc and argv.
6782 Get directory from argv[0].
6783 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6784 Adjust tests on the number of lines as source code changed.
6785 * gdb.base/foll-vfork-exit.c: Include limits.h.
6786 (main): Add one line of statement before vfork.
6787 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6788 (main): Add parameters argc and argv. Get directory from
6789 argv[0].
6790 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6791 (setup_gdb): Set tbreak to skip some source lines.
6792 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6793 (main): Add parameters argc and argv. Get directory from
6794 argv[0].
6795 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6796 compilation.
6797 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6798 (main): Add parameters argc and argv. Get directory from
6799 argv[0].
6800 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6801 compilation.
6802
68032016-02-01 Doug Evans <dje@google.com>
6804
6805 * gdb.base/skip.exp: Clean up multiple references to same test name.
6806
68072016-02-01 Pedro Alves <palves@redhat.com>
6808
6809 PR remote/19496
6810 * gdb.threads/forking-threads-plus-breakpoint.exp
6811 (displaced_stepping_supported): New global.
6812 (probe_displaced_stepping_support): New procedure.
6813 (do_test): Add 'displaced' parameter, and use it.
6814 (top level): Check for displaced stepping support. Add displaced
6815 stepping on/off testing axis.
6816
68172016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6818
6819 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6820 pointer. Don't perform further tests on the unassociated pointer
6821 if the first test fails.
6822
68232016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6824
6825 * gdb.base/max-value-size.c: New file.
6826 * gdb.base/max-value-size.exp: New file.
6827 * gdb.base/huge.exp: Disable max-value-size for this test.
6828
68292016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6830
6831 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6832
68332016-01-28 Yao Qi <yao.qi@linaro.org>
6834
6835 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6836
68372016-01-25 Pedro Alves <palves@redhat.com>
6838
6839 PR threads/19461
6840 * gdb.base/fork-running-state.c: New file.
6841 * gdb.base/fork-running-state.exp: New file.
6842
68432016-01-25 Pedro Alves <palves@redhat.com>
6844
6845 PR gdb/19494
6846 * gdb.base/catch-fork-kill.c: New file.
6847 * gdb.base/catch-fork-kill.exp: New file.
6848
68492016-01-25 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6852 Delete, moved to lib/gdb.exp.
6853 * gdb.threads/forking-threads-plus-breakpoint.exp
6854 (foreach_with_prefix): Likewise.
6855 * gdb.threads/process-dies-while-handling-bp.exp
6856 (foreach_with_prefix): Likewise.
6857 * lib/gdb.exp (foreach_with_prefix): New procedure.
6858
68592016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6860
6861 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6862 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6863
68642016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6865
6866 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6867 endian targets.
6868
68692016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6870 Pedro Alves <palves@redhat.com>
6871
6872 Fix testsuite compatibility with Guile.
6873 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6874 number.
6875
68762016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6877
6878 Fix testsuite compatibility with Guile.
6879 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6880 (thread 1): New test for backtrace through signal handler.
6881
68822016-01-22 Yao Qi <yao.qi@linaro.org>
6883
6884 PR testsuite/19491
6885 * gdb.base/multi-forks.c: Include
6886 ../lib/unbuffer_output.c
6887 (main): Call gdb_unbuffer_output.
6888
68892016-01-21 Doug Evans <dje@google.com>
6890
6891 * lib/ada.exp (gdb_compile_ada): Fix typo.
6892
68932016-01-21 Joel Brobecker <brobecker@adacore.com>
6894
6895 * gdb.base/break-fun-addr.exp: New file.
6896 * gdb.base/break-fun-addr1.c: New file.
6897 * gdb.base/break-fun-addr2.c: New file.
6898
68992016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6900
6901 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6902 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6903 enum flag values.
6904
69052016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6906
6907 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6908 when GDB can not set the vector return value. Add more comments
6909 for clarification.
6910
69112016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6912
6913 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6914 command.
6915
69162016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6917
6918 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6919
69202016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6921
6922 * Makefile.in (check-single): Pass --status to runtest.
6923 (check/%.exp): Likewise.
6924
69252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6926
6927 * Makefile.in (check-parallel): Propagate return code from make
6928 do-check-parallel.
6929
69302016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6931
6932 * gdb.trace/ftrace.exp: Fix expected message on continue.
6933 * gdb.trace/pending.exp: Fix expected message on continue.
6934 * gdb.trace/trace-break.exp: Fix expected message on continue.
6935
69362016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6937
6938 * lib/gdb.exp (gdb_test): Remove unused global references.
6939
69402016-01-18 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.base/async-shell.exp: Adjust expected output.
6943 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6944 * gdb.base/siginfo-thread.exp: Adjust expected output.
6945 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6946 * gdb.java/jnpe.exp: Adjust expected output.
6947 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6948 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6949 * gdb.threads/leader-exit.exp: Adjust expected output.
6950 * gdb.threads/manythreads.exp: Adjust expected output.
6951 * gdb.threads/pthreads.exp: Adjust expected output.
6952 * gdb.threads/schedlock.exp: Adjust expected output.
6953 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6954 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6955 expected output.
6956 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6957 output.
6958 * gdb.threads/sigthread.exp: Adjust expected output.
6959 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6960
69612016-01-18 Yao Qi <yao.qi@linaro.org>
6962
6963 * gdb.guile/scm-section-script.c: Replace @progbits with
6964 %progbits.
6965 * gdb.python/py-section-script.c: Likewise.
6966
69672016-01-15 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.multi/tids.exp: Test star wildcard ranges.
6970
69712016-01-15 Pedro Alves <palves@redhat.com>
6972
6973 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6974 command from "thread apply" invocation.
6975 (thr_apply_info_thr_invalid): Default the expected output to the
6976 input tid list.
6977 (top level): Add tests that use convenience variables. Add tests
6978 for "thread apply" with a valid TID list, but missing the command.
6979
69802016-01-13 Pedro Alves <palves@redhat.com>
6981
6982 * gdb.base/default.exp: Expect $_gthread as well.
6983 * gdb.multi/tids.exp: Test $_gthread.
6984 * gdb.threads/thread-specific.exp: Test $_gthread.
6985
69862016-01-13 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.multi/tids.exp: Test "info threads -gid".
6989
69902016-01-13 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6993 Breakpoint.thread.
6994 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6995
69962016-01-07 Pedro Alves <palves@redhat.com>
6997
6998 * gdb.base/break.exp: Adjust to output changes.
6999 * gdb.base/hbreak2.exp: Likewise.
7000 * gdb.base/sepdebug.exp: Likewise.
7001 * gdb.base/watch_thread_num.exp: Likewise.
7002 * gdb.linespec/keywords.exp: Likewise.
7003 * gdb.multi/info-threads.exp: Likewise.
7004 * gdb.threads/thread-find.exp: Likewise.
7005 * gdb.multi/tids.c: New file.
7006 * gdb.multi/tids.exp: New file.
7007
70082016-01-13 Pedro Alves <palves@redhat.com>
7009
7010 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7011
70122016-01-13 Pedro Alves <palves@redhat.com>
7013
7014 * gdb.base/default.exp: Expect $_inferior as well.
7015 * gdb.multi/base.exp: Test $_inferior.
7016
70172016-01-13 Pedro Alves <palves@redhat.com>
7018
7019 PR breakpoints/19388
7020 * gdb.base/catch-signal-siginfo-cond.c: New file.
7021 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7022
70232016-01-12 Josh Stone <jistone@redhat.com>
7024 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7025
7026 * gdb.base/catch-syscall.c (do_execve): New variable.
7027 (main): Conditionally trigger an execve.
7028 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7029 (test_catch_syscall_execve): New, check entry/return across execve.
7030 (do_syscall_tests): Call test_catch_syscall_execve.
7031
70322016-01-12 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.base/random-signal.exp (do_test): New procedure, with body
7035 of testcase moved in.
7036
70372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7038 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.base/funcargs.exp (finish from indirectly called function):
7041 Reintroduce the case for 'First'.
7042
70432016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7044 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7047 (tcatch_vfork_then_child_follow_exec)
7048 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7049 identification.
7050
70512016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7052
7053 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7054 and repeats to unlimited.
7055 * gdb.python/py-value.exp: Likewise.
7056 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7057 and repeats to unlimited.
7058
70592016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7060
7061 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7062 and reordering the functions.
7063 * gdb.multi/hangout.c: Likewise.
7064 * gdb.multi/hello.c: Likewise.
7065
70662016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7067
7068 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7069 absolute.
7070 (SingleStatisticTestResult.report): Use dict.keys instead of
7071 dict.iterkeys.
7072
70732016-01-06 Pedro Alves <palves@redhat.com>
7074
7075 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7076
70772016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7078
7079 * gdb.btrace/dlopen.exp: New.
7080 * gdb.btrace/dlopen.c: New.
7081 * gdb.btrace/dlopen-dso.c: New.
7082
70832015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7084
7085 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7086 PATTERN argument is optional.
7087
70882015-12-24 Joel Brobecker <brobecker@adacore.com>
7089
7090 * lib/ada.exp (target_compile_ada_from_dir): New function.
7091 (gdb_compile_ada): Reimplement avoiding the use of project files.
7092 * gdb.ada/gnat_ada.gpr: Delete.
7093 * gdb.ada/cond_lang.exp: Adjust test to make path before
7094 filename optional.
7095 * gdb.ada/small_reg_param.exp: Likewise.
7096
70972015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7098
7099 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7100
71012015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7102
7103 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7104 case.
7105
71062015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7107
7108 * gdb.base/break.exp: Remove dead code.
7109 * gdb.base/sepdebug.exp: Likewise.
7110
71112015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7112
7113 * gdb.asm/asm-source.exp: Remove HP-UX references.
7114 * gdb.base/annota1.exp: Likewise.
7115 * gdb.base/annota3.exp: Likewise.
7116 * gdb.base/attach.exp: Likewise.
7117 * gdb.base/bigcore.exp: Likewise.
7118 * gdb.base/break.exp: Likewise.
7119 * gdb.base/call-ar-st.exp: Likewise.
7120 * gdb.base/callfuncs.exp: Likewise.
7121 * gdb.base/catch-fork-static.exp: Likewise.
7122 * gdb.base/display.exp: Likewise.
7123 * gdb.base/foll-exec-mode.exp: Likewise.
7124 * gdb.base/foll-exec.exp: Likewise.
7125 * gdb.base/foll-fork.exp: Likewise.
7126 * gdb.base/foll-vfork.exp: Likewise.
7127 * gdb.base/funcargs.exp: Likewise.
7128 * gdb.base/hbreak2.exp: Likewise.
7129 * gdb.base/inferior-died.exp: Likewise.
7130 * gdb.base/interrupt.exp: Likewise.
7131 * gdb.base/multi-forks.exp: Likewise.
7132 * gdb.base/nodebug.exp: Likewise.
7133 * gdb.base/sepdebug.exp: Likewise.
7134 * gdb.base/solib1.c: Likewise.
7135 * gdb.base/step-test.exp: Likewise.
7136 * gdb.mi/non-stop.c: Likewise.
7137 * gdb.mi/pthreads.c: Likewise.
7138 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7139 * gdb.threads/pthreads.c: Likewise.
7140 * gdb.threads/staticthreads.exp: Likewise.
7141 * lib/future.exp: Likewise.
7142 * lib/gdb.exp: Likewise.
7143 * gdb.base/so-indr-cl.c: Remove.
7144 * gdb.base/so-indr-cl.exp: Likewise.
7145 * gdb.base/solib.c: Likewise.
7146 * gdb.base/solib.exp: Likewise.
7147 * gdb.base/solib2.c: Likewise.
7148
71492015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7150
7151 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7152 * gdb.base/call-ar-st.exp: Likewise.
7153 * gdb.base/callfuncs.exp: Likewise.
7154 * gdb.base/condbreak.exp: Likewise.
7155 * gdb.base/constvars.exp: Likewise.
7156 * gdb.base/hbreak2.exp: Likewise.
7157 * gdb.base/langs.exp: Likewise.
7158 * gdb.base/list.exp: Likewise.
7159 * gdb.base/long_long.exp: Likewise.
7160 * gdb.base/ptype.exp: Likewise.
7161 * gdb.base/scope.exp: Likewise.
7162 * gdb.base/signals.exp: Likewise.
7163 * gdb.base/so-impl-ld.exp: Likewise.
7164 * gdb.base/varargs.exp: Likewise.
7165 * gdb.base/volatile.exp: Likewise.
7166 * gdb.base/whatis.exp: Likewise.
7167 * gdb.cp/cplusfuncs.exp: Likewise.
7168 * gdb.cp/inherit.exp: Likewise.
7169 * gdb.cp/local.exp: Likewise.
7170 * gdb.cp/member-ptr.exp: Likewise.
7171 * gdb.cp/method.exp: Likewise.
7172 * gdb.cp/overload.exp: Likewise.
7173 * gdb.cp/templates.exp: Likewise.
7174 * gdb.stabs/weird.exp: Likewise.
7175 * lib/compiler.c: Likewise.
7176 * lib/compiler.cc: Likewise.
7177 * lib/cp-support.exp: Likewise.
7178 * lib/gdb.exp: Likewise.
7179
71802015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7181
7182 * configure.ac: Remove HP-UX case.
7183 * configure: Regenerate.
7184
71852015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7186
7187 * lib/gdb.exp (gdb_compile): Add function doc.
7188
71892015-12-17 Pedro Alves <palves@redhat.com>
7190
7191 PR threads/19354
7192 * gdb.multi/info-threads.exp: New file.
7193
71942015-12-15 Yao Qi <yao.qi@linaro.org>
7195
7196 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7197 is aarch64*-*-*.
7198
71992015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7200
7201 * gdb.base/history-duplicates.exp: Skip if no readline support.
7202
72032015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7204
7205 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7206
72072015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7208
7209 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7210
72112015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7212
7213 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7214 ctrl-C if nointerrupts target property is set.
7215 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7216 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7217 * gdb.base/paginate-bg-execution.exp: Likewise.
7218 * gdb.base/paginate-execution-startup.exp: Likewise.
7219 * gdb.base/random-signal.exp: Likewise.
7220 * gdb.base/range-stepping.exp: Likewise.
7221 * gdb.cp/annota2.exp: Likewise.
7222 * gdb.cp/annota3.exp: Likewise.
7223 * gdb.gdb/selftest.exp: Likewise.
7224 * gdb.threads/continue-pending-status.exp: Likewise.
7225 * gdb.threads/leader-exit.exp: Likewise.
7226 * gdb.threads/manythreads.exp: Likewise.
7227 * gdb.threads/pthreads.exp: Likewise.
7228 * gdb.threads/schedlock.exp: Likewise.
7229 * gdb.threads/sigthread.exp: Likewise.
7230
72312015-12-11 Don Breazeal <donb@codesourcery.com>
7232
7233 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7234 remote.
7235 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7236 * gdb.base/foll-exec.exp (main): Enable for target remote.
7237 * gdb.base/foll-fork.exp (main): Likewise.
7238 * gdb.base/foll-vfork.exp (main): Likewise.
7239 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7240 (proc continue_to_exit_bp_loc): Use clean_restart.
7241 * gdb.base/pie-execl.exp (main): Disable for target remote.
7242 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7243 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7244 * gdb.threads/execl.exp (main): Likewise.
7245 * gdb.threads/fork-child-threads.exp (main): Likewise.
7246 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7247 remote.
7248 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7249 remote.
7250 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7251 pid.tid style ptids, instead of just tid.
7252 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7253 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7254 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7255 ptids, instead of just tid.
7256
72572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7258
7259 * gdb.base/list.exp (test_list_forward): Add end of file error
7260 test.
7261 (test_repeat_list_command): Add end of file error test.
7262 (test_list_backwards): Add beginning of file error test.
7263
72642015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7265
7266 * gdb.base/list.exp (test_list_invalid_args): New function,
7267 defined, and called.
7268
72692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7270
7271 * gdb.base/list.exp (test_list): Make test names unique.
7272
72732015-12-11 Yao Qi <yao.qi@linaro.org>
7274
7275 * gdb.base/coremaker2.c: Remove.
7276
72772015-12-10 Pedro Alves <palves@redhat.com>
7278
7279 * gdb.multi/base.exp: Remove stale "spaces" references.
7280
72812015-12-10 Pedro Alves <palves@redhat.com>
7282
7283 * gdb.multi/base.exp: Don't use nowarnings.
7284 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7285 * gdb.multi/hangout.c: Include stdio.h.
7286 * gdb.multi/hello.c: Include stdlib.h.
7287 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7288 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7289 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7290
72912015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7292
7293 * gdb.dwarf2/dw2-ranges-base.c: New file.
7294 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7295 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7296 support additional line table, and debug ranges generation.
7297 (Dwarf::ranges): New function, generate .debug_ranges.
7298 (Dwarf::lines): Support generating simple line table programs.
7299 (Dwarf::assemble): Initialise new namespace variables.
7300
73012015-12-09 Kevin Buettner <kevinb@redhat.com>
7302
7303 * gdb.base/async.exp (proc test_background): Add case for
7304 asynchronous execution not supported.
7305
73062015-12-09 Luis Machado <lgustavo@codesourcery.com>
7307
7308 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7309 format and change test names to make them unique.
7310
73112015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7312 Pedro Alves <pedro@redhat.com>
7313
7314 PR gdb/18702
7315 Add checking of floatformats setup on x86_64 hosts.
7316 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7317 (smallval, bigval): New labels/constants.
7318 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7319 float" after loading bigval and smallval.
7320
73212015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7322
7323 * gdb.ada/fun_overload_menu.exp: New testcase.
7324 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7325
73262015-12-04 Josh Stone <jistone@redhat.com>
7327
7328 * gdb.base/catch-fork-static.exp: New.
7329
73302015-12-03 Yao Qi <yao.qi@linaro.org>
7331
7332 * gdb.base/sizeof.c: Don't include stdio.h and
7333 ../lib/unbuffer_output.c.
7334 (main): New variable 'size' and 'value'. Remove printf and
7335 gdb_unbuffer_output. Assign return value to size and value.
7336 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7337 at the beginning.
7338 (check_sizeof): Check the result by printing variable 'size'.
7339 (check_valueof): Check the result by printing variable 'value'.
7340
73412015-12-01 Yao Qi <yao.qi@linaro.org>
7342
7343 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7344 for aarch64*-*-linux* target.
7345
73462015-11-30 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7349
73502015-11-30 Pedro Alves <palves@redhat.com>
7351
7352 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7353 Handle non-stop mode vCont replies.
7354
73552015-11-30 Pedro Alves <palves@redhat.com>
7356
7357 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7358 prepare_for_testing. Start gdb with "set non-stop on" appended to
7359 GDBFLAGS. Lax expected stop output.
7360
73612015-11-27 Yao Qi <yao.qi@linaro.org>
7362
7363 * gdb.arch/arm-neon.exp: New.
7364 * gdb.arch/arm-neon.c: New.
7365
73662015-11-27 Yao Qi <yao.qi@linaro.org>
7367
7368 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7369
73702015-11-27 Yao Qi <yao.qi@linaro.org>
7371
7372 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7373 frames-invalid annotation.
7374
73752015-11-27 Yao Qi <yao.qi@linaro.org>
7376
7377 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7378
73792015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7380
7381 * gdb.threads/names.exp: New file.
7382 * gdb.threads/names.c: New file.
7383 * README: Mention gdb,no_thread_names.
7384
73852015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7386
7387 PR 19297
7388 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7389 support" error.
7390
73912015-11-24 Pedro Alves <palves@redhat.com>
7392
7393 PR 17539
7394 * gdb.base/display.exp: Expect displays to be sorted in ascending
7395 order. Use multi_line.
7396 * gdb.base/solib-display.exp: Likewise.
7397
73982015-11-24 Pedro Alves <palves@redhat.com>
7399
7400 PR 17539
7401 * gdb.base/display.exp: Expect displays to be sorted in ascending
7402 order. Use multi_line.
7403 * gdb.base/solib-display.exp: Likewise.
7404
74052015-11-24 Pedro Alves <palves@redhat.com>
7406
7407 PR 17539
7408 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7409 threads in ascending order.
7410 * gdb.base/foll-fork.exp: Likewise.
7411 * gdb.base/foll-vfork.exp: Likewise.
7412 * gdb.base/multi-forks.exp: Likewise.
7413 * gdb.mi/mi-nonstop.exp: Likewise.
7414 * gdb.mi/mi-nsintrall.exp: Likewise.
7415 * gdb.multi/base.exp: Likewise.
7416 * gdb.multi/multi-arch.exp: Likewise.
7417 * gdb.python/py-inferior.exp: Likewise.
7418 * gdb.threads/break-while-running.exp: Likewise.
7419 * gdb.threads/execl.exp: Likewise.
7420 * gdb.threads/gcore-thread.exp: Likewise.
7421 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7422 * gdb.threads/kill.exp: Likewise.
7423 * gdb.threads/linux-dp.exp: Likewise.
7424 * gdb.threads/multiple-step-overs.exp: Likewise.
7425 * gdb.threads/next-bp-other-thread.exp: Likewise.
7426 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7427 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7428 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7429 * gdb.threads/thread-find.exp: Likewise.
7430 * gdb.threads/tls.exp: Likewise.
7431 * lib/mi-support.exp (mi_reverse_list): Delete.
7432 (mi_check_thread_states): No longer reverse list.
7433
74342015-11-24 Pedro Alves <palves@redhat.com>
7435
7436 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7437 use lowercase.
7438
74392015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7440
7441 * gdb.trace/actions.c: Include trace-common.h.
7442 (main): Add a location for a fast tracepoint.
7443 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7444 the normal tracepoints.
7445 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7446
74472015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7448
7449 * save-trace.exp: Factor out code to these...
7450 (gdb_save_tracepoints): New.
7451 (gdb_load_tracepoints): New.
7452 (do_save_load_test): New.
7453
74542015-11-23 Kevin Buettner <kevinb@redhat.com>
7455
7456 * gdb.base/asmlabel.exp: New test.
7457 * gdb.base/asmlabel.c: New test case.
7458
74592015-11-23 Joel Brobecker <brobecker@adacore.com>
7460
7461 * gdb.base/wrong_frame_bt_full-main.c: New file.
7462 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7463 * gdb.base/wrong_frame_bt_full.exp: New file.
7464
74652015-11-23 Joel Brobecker <brobecker@adacore.com>
7466
7467 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7468
74692015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7470
7471 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7472 pstate register when comparing registers values in
7473 sparc64-*-linux-gnu targets to avoid spurious differences.
7474
74752015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7476
7477 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7478
74792015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7480
7481 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7482 as type argument to gdb_compile.
7483 * gdb.base/nested-subp2.exp: Likewise.
7484 * gdb.base/nested-subp3.exp: Likewise.
7485
74862015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7487
7488 * lib/dwarf.exp (_note): Fix left shift of negative value.
7489 * gdb.trace/trace-condition.exp: Likewise.
7490
74912015-11-13 Yao Qi <yao.qi@linaro.org>
7492
7493 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7494 comments about d10v.
7495 (test_scalar_returns): Likewise.
7496 * gdb.base/d10v.ld: Remove.
7497 * gdb.base/overlays.exp: Remove the target triplet checking for
7498 d10v-*-*.
7499 * gdb.base/structs.exp (test_struct_returns): Remove the
7500 comments about d10v.
7501 (test_struct_calls): Likewise.
7502
75032015-11-13 Yao Qi <yao.qi@linaro.org>
7504
7505 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7506 * gdb.base/gnu_vector.c: Don't include stdio.h.
7507 (main): Don't print res and call add_some_intvecs.
7508
75092015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7510
7511 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7512 macro.
7513 (func5): Removed.
7514 (func4): Use FAST_TRACEPOINT_LABEL.
7515 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7516 macro.
7517 (func): Removed.
7518 (thread_function): Use FAST_TRACEPOINT_LABEL.
7519 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7520 (func): Remove.
7521 (marker): Use FAST_TRACEPOINT_LABEL.
7522 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7523 (pendfunc1): Remove.
7524 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7525 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7526 (foo): Remove.
7527 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7528 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7529 macro.
7530 (func): Remove.
7531 (marker): Use FAST_TRACEPOINT_LABEL.
7532 * gdb.trace/trace-common.h: New header.
7533 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7534 macro.
7535 (func): Remove.
7536 (marker): Use FAST_TRACEPOINT_LABEL.
7537 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7538 (func): Remove.
7539 (thread_function): Use FAST_TRACEPOINT_LABEL.
7540
75412015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7542
7543 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7544 in front.
7545 * gdb.trace/change-loc.exp: Use global pcreg definition.
7546 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7547 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7548 in front.
7549 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7550 * gdb.trace/pending.exp: Likewise.
7551 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7552 * gdb.trace/trace-break.exp: Likewise.
7553 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7554 in front.
7555 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7556 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7557 in front.
7558 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7559
75602015-11-09 Joel Brobecker <brobecker@adacore.com>
7561
7562 * gdb.ada/fin_fun_out: New testcase.
7563
75642015-11-07 Kevin Buettner <kevinb@redhat.com>
7565
7566 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7567 value associated with DW_AT_byte_size.
7568 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7569 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7570 DW_AT_upper_bound.
7571
75722015-11-07 Kevin Buettner <kevinb@redhat.com>
7573
7574 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7575 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7576 version.
7577 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7578 gdb.dwarf2/dw2-canonicalize-type.exp,
7579 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7580 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7581 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7582 provided by gdb_target_symbol_prefix_flags_asm.
7583 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7584 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7585 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7586 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7587 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7588 macros where needed). Use this macro for symbols which require
7589 the prefix provided by SYMBOL_PREFIX.
7590
75912015-11-05 Kevin Buettner <kevinb@redhat.com>
7592
7593 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7594 New procs.
7595 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7596 representing expressions, of more than one list element.
7597 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7598 to prepend linker symbol prefix to f.
7599 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7600 table_1 and table_2.
7601 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7602 Likewise, for f and g.
7603 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7604 for ptr.
7605 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7606 for main.
7607 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7608 table_1_ptr and table_2_ptr.
7609
76102015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7611 Joel Brobecker <brobecker@adacore.com>
7612
7613 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7614
76152015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7616
7617 * gdb.reverse/s390-mvcle.c: New test.
7618 * gdb.reverse/s390-mvcle.exp: New file.
7619 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7620
76212015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7622
7623 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7624
76252015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7626
7627 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7628 reaching marker2.
7629 * gdb.reverse/getresuid-reverse.exp: Likewise.
7630 * gdb.reverse/pipe-reverse.exp: Likewise.
7631 * gdb.reverse/readv-reverse.exp: Likewise.
7632 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7633 * gdb.reverse/time-reverse.exp: Likewise.
7634 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7635
76362015-10-30 Yao Qi <yao.qi@linaro.org>
7637
7638 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7639 (empty_cycle): Remove.
7640 (main): Don't call empty_cycle. Don't use watch_count_done.
7641 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7642 empty_cycle. Rewrite the code counting HW watchpoints.
7643
76442015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7645
7646 * gdb.reverse/fstatat-reverse.c: New test.
7647 * gdb.reverse/fstatat-reverse.exp: New file.
7648 * gdb.reverse/getresuid-reverse.c: New test.
7649 * gdb.reverse/getresuid-reverse.exp: New file.
7650 * gdb.reverse/pipe-reverse.c: New test.
7651 * gdb.reverse/pipe-reverse.exp: New file.
7652 * gdb.reverse/readv-reverse.c: New test.
7653 * gdb.reverse/readv-reverse.exp: New file.
7654 * gdb.reverse/recvmsg-reverse.c: New test.
7655 * gdb.reverse/recvmsg-reverse.exp: New file.
7656 * gdb.reverse/time-reverse.c: New test.
7657 * gdb.reverse/time-reverse.exp: New file.
7658 * gdb.reverse/waitpid-reverse.c: New test.
7659 * gdb.reverse/waitpid-reverse.exp: New file.
7660
76612015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7662
7663 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7664
76652015-10-26 Doug Evans <dje@google.com>
7666
7667 PR symtab/17391
7668 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7669 * gdb.dwarf2/bad-regnum.c: New file.
7670 * gdb.dwarf2/bad-regnum.exp: New file.
7671
76722015-10-26 Doug Evans <dje@google.com>
7673
7674 PR python/18938
7675 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7676 file.
7677
76782015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7679
7680 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7681 for a change by "Mention language in compile error message".
7682
76832015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7684
7685 PR python/18073
7686 * gdb.python/py-type.c (C::a_method): New.
7687 (C::a_const_method): New.
7688 (C::a_static_method): New.
7689 (a_function): New.
7690 * gdb.python/py-type.exp (test_fields): Test getting fields
7691 from function and method.
7692
76932015-10-21 Keven Boell <keven.boell@intel.com>
7694
7695 * gdb.fortran/vla-alloc-assoc.exp: New file.
7696 * gdb.fortran/vla-datatypes.exp: New file.
7697 * gdb.fortran/vla-datatypes.f90: New file.
7698 * gdb.fortran/vla-history.exp: New file.
7699 * gdb.fortran/vla-ptype-sub.exp: New file.
7700 * gdb.fortran/vla-ptype.exp: New file.
7701 * gdb.fortran/vla-sizeof.exp: New file.
7702 * gdb.fortran/vla-sub.f90: New file.
7703 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7704 * gdb.fortran/vla-value-sub-finish.exp: New file.
7705 * gdb.fortran/vla-value-sub.exp: New file.
7706 * gdb.fortran/vla-value.exp: New file.
7707 * gdb.fortran/vla-ptr-info.exp: New file.
7708 * gdb.mi/mi-vla-fortran.exp: New file.
7709 * gdb.mi/vla.f90: New file.
7710
77112015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7712
7713 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7714 of hardwired timeout value.
7715
77162015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7717 Pedro Alves <palves@redhat.com>
7718
7719 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7720 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7721
77222015-10-19 Josh Stone <jistone@redhat.com>
7723
7724 * gdb.base/catch-syscall.c: Include <sched.h>.
7725 (unknown_syscall): New variable.
7726 (main): Trigger a vfork and an unknown syscall.
7727 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7728 (unknown_syscall_number): Likewise.
7729 (check_call_to_syscall): Accept an optional syscall pattern.
7730 (check_return_from_syscall): Likewise.
7731 (check_continue): Likewise.
7732 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7733 (test_catch_syscall_skipping_return): New test toggling off 'catch
7734 syscall' to step over the syscall return, then toggling back on.
7735 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7736 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7737 (do_syscall_tests): Call test_catch_syscall_without_args and
7738 test_catch_syscall_mid_vfork.
7739 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7740 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7741
77422015-10-19 Andrew Stubbs <ams@codesourcery.com>
7743
7744 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7745 print g_vE): Add new pass patterns.
7746 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7747 print various symbol names for vptr fields.
7748
77492015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7750
7751 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7752 results.
7753
77542015-10-12 Yao Qi <yao.qi@linaro.org>
7755
7756 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7757
77582015-10-12 Yao Qi <yao.qi@linaro.org>
7759
7760 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7761 is aarch64*-*-linux*.
7762
77632015-10-12 Yao Qi <yao.qi@linaro.org>
7764
7765 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7766 (can_relocate_bcond_true): ... it.
7767 (can_relocate_bcond_false): New function.
7768 (foo): Likewise.
7769 (can_relocate_bl): Likewise.
7770 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7771 can_relocate_bl.
7772
77732015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7774
7775 * gdb.base/nested-addr.c: New file.
7776 * gdb.base/nested-addr.exp: New testcase.
7777
77782015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7779
7780 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7781 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7782 its output. Ignore the output of "record goto begin" and instead
7783 check that GDB is replaying.
7784
77852015-10-09 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7788 (top level): Use it in the run with no args test.
7789
77902015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7791
7792 * gdb.dlang/properties.exp: New file.
7793
77942015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7795
7796 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7797 whether or not address 0x1000 is mapped on the target.
7798
77992015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7800
7801 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7802 build.
7803
78042015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7805
7806 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7807 instruction-history test.
7808
78092015-09-28 Doug Evans <dje@google.com>
7810
7811 * gdb.base/gcore.c (array_func): Add reference to static_array.
7812
78132015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7814
7815 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7816 source line.
7817
78182015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7819
7820 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7821 short or char as base type.
7822
78232015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7824
7825 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7826 to allow any size enum.
7827
78282015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7829
7830 * gdb.ada/array_ptr_renaming.exp: New testcase.
7831 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7832 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7833
78342015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7835
7836 * gdb.trace/ftrace-lock.c: New file.
7837 * gdb.trace/ftrace-lock.exp: New file.
7838
78392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7840
7841 * gdb.arch/insn-reloc.c: New file.
7842 * gdb.arch/ftrace-insn-reloc.exp: New file.
7843
78442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7845
7846 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7847 instruction.
7848 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7849 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7850 * gdb.trace/range-stepping.c: Likewise.
7851 * gdb.trace/trace-break.c: Likewise.
7852 * gdb.trace/trace-mt.c (thread_function): Likewise.
7853 * gdb.trace/ftrace.c (marker): Likewise.
7854 * gdb.trace/trace-condition.c (marker): Likewise.
7855 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7856 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7857 is_aarch64_target.
7858
78592015-09-18 Doug Evans <xdje42@gmail.com>
7860
7861 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7862 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7863
78642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7865
7866 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7867 the breakpoint.
7868
78692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7870
7871 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7872 the pending breakpoint. Remove timeout override for "Run till
7873 MI pending breakpoint on pendfunc3 on thread 2" test.
7874
78752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7876
7877 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7878 filename pattern.
7879
78802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7881
7882 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7883 in breakpoint filename pattern.
7884
78852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7886
7887 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7888
78892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7890
7891 * gdb.linespec/explicit.exp: Check for readline support for
7892 tab-completion tests. Fix obvious typo.
7893
78942015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7895
7896 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7897 and replay.
7898
78992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7900
7901 * gdb.btrace/non-stop.c: New.
7902 * gdb.btrace/non-stop.exp: New.
7903
79042015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7905 Yao Qi <yao.qi@linaro.org>
7906
7907 * gdb.trace/trace-condition.c: New file.
7908 * gdb.trace/trace-condition.exp: New file.
7909
79102015-09-16 Wei-cheng Wang <cole945@gmail.com>
7911
7912 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7913 for testing bytecode compilation.
7914
79152015-09-16 Pedro Alves <palves@redhat.com>
7916 Sandra Loosemore <sandra@codesourcery.com>
7917
7918 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7919 (SECONDS): Redefine.
7920 (main): Call pthread_kill and alarm early.
7921 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7922 support.
7923 (test): If the target can't hardware step and doesn't support
7924 displaced stepping, increase the timeout.
7925
79262015-09-16 Pedro Alves <palves@redhat.com>
7927
7928 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7929 (enable_debug): New procedures.
7930 (test): Use them. Bail out if waiting for threads fails.
7931 (top level): Bail out if a test fails.
7932
79332015-09-16 Yao Qi <yao.qi@linaro.org>
7934
7935 * gdb.asm/asm-source.exp: Set asm-arch for
7936 aarch64*-*-* target.
7937 * gdb.asm/aarch64.inc: New file.
7938
79392015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7940
7941 * gdb.ada/array_of_variable_length.exp: New testcase.
7942 * gdb.ada/array_of_variable_length/foo.adb: New file.
7943 * gdb.ada/array_of_variable_length/pck.adb: New file.
7944 * gdb.ada/array_of_variable_length/pck.ads: New file.
7945
79462015-09-15 Doug Evans <dje@google.com>
7947
7948 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7949 of function static local variable.
7950
79512015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7952
7953 * gdb.threads/tls-so_extern.exp: New test file.
7954 * gdb.threads/tls-so_extern.c: New test file.
7955 * gdb.threads/tls-so_extern_main.c: New test file.
7956
79572015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7958
7959 * gdb.opt/solib-intra-step-lib.c: New file.
7960 * gdb.opt/solib-intra-step-main.c: New file.
7961 * gdb.opt/solib-intra-step.exp: New file.
7962
79632015-09-15 Pedro Alves <palves@redhat.com>
7964
7965 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7966 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7967
79682015-09-14 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.base/hook-stop-continue.c: Delete.
7971 * gdb.base/hook-stop-continue.exp: Delete.
7972 * gdb.base/hook-stop-frame.c: Delete.
7973 * gdb.base/hook-stop-frame.exp: Delete.
7974 * gdb.base/hook-stop.c: New file.
7975 * gdb.base/hook-stop.exp: New file.
7976
79772015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7978
7979 * gdb.ada/access_to_packed_array.exp: New testcase.
7980 * gdb.ada/access_to_packed_array/foo.adb: New file.
7981 * gdb.ada/access_to_packed_array/pack.adb: New file.
7982 * gdb.ada/access_to_packed_array/pack.ads: New file.
7983
79842015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7985
7986 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7987 buffer size test.
7988
79892015-09-11 Don Breazeal <donb@codesourcery.com>
7990
7991 * gdb.base/foll-exec.c: Add copyright header. Fix
7992 formatting issues.
7993 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7994 (do_exec_tests): Use clean_restart in place of zap_session,
7995 and for test initialization. Fix formatting issues. Use
7996 fail in place of perror.
7997 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7998 an expect statement to match an expression with output from
7999 the program under debug.
8000 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8001 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8002 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8003 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8004 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8005
80062015-09-09 Doug Evans <dje@google.com>
8007
8008 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8009
80102015-09-09 Doug Evans <dje@google.com>
8011
8012 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8013
80142015-09-09 Doug Evans <dje@google.com>
8015
8016 * gdb.base/savedregs.exp: Fix typo.
8017
80182015-09-09 Pedro Alves <palves@redhat.com>
8019
8020 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8021
80222015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8023
8024 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8025 command actually switches threads. Give up on remaining
8026 tests if target fails to stop at breakpoint.
8027
80282015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8029
8030 * gdb.ada/funcall_char.exp: New testcase.
8031 * gdb.ada/funcall_char/foo.adb: New file.
8032
80332015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8034
8035 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8036 expected outputs. Add two testcases for completing ambiguous
8037 functions.
8038 * gdb.ada/complete/aux_pck.adb: New file.
8039 * gdb.ada/complete/aux_pck.ads: New file.
8040 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8041 Ambiguous_Func functions.
8042 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8043 * gdb.ada/complete/pck.adb: Likewise.
8044
80452015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8046
8047 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8048 failures to run the test program under GDB.
8049
80502015-08-26 Luis Machado <lgustavo@codesourcery.com>
8051
8052 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8053 to C.
8054
80552015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8056
8057 * gdb.base/run-after-attach.exp: New test file.
8058 * gdb.base/run-after-attach.c: New test file.
8059
80602015-08-26 Don Breazeal <donb@codesourcery.com>
8061
8062 * gdb.base/foll-exec-2.c: New test program.
8063 * gdb.base/foll-exec-2.exp: New test.
8064
80652015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8066
8067 * gdb.base/nested-subp1.exp: New file.
8068 * gdb.base/nested-subp1.c: New file.
8069 * gdb.base/nested-subp2.exp: New file.
8070 * gdb.base/nested-subp2.c: New file.
8071 * gdb.base/nested-subp3.exp: New file.
8072 * gdb.base/nested-subp3.c: New file.
8073
80742015-08-24 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.server/connect-without-multi-process.c: New file.
8077 * gdb.server/connect-without-multi-process.exp: New file.
8078
80792015-08-24 Luis Machado <lgustavo@codesourcery.com>
8080
8081 * gdb.opt/inline-markers.c: Make z int.
8082
80832015-08-24 Luis Machado <lgustavo@codesourcery.com>
8084
8085 * gdb.opt/inline-markers.c: Make z volatile.
8086
80872015-08-24 Luis Machado <lgustavo@codesourcery.com>
8088
8089 * gdb.opt/inline-bt.c: New volatile global z.
8090 * gdb.opt/inline-cmds.c: Likewise.
8091 * gdb.opt/inline-locals.c: Likewise.
8092 * gdb.opt/inline-markers.c: New extern global z.
8093 (marker): Use z.
8094 (inline_fn): Likewise.
8095
80962015-08-24 Pedro Alves <palves@redhat.com>
8097
8098 * config/m32r-stub.exp: Remove file.
8099 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8100 * gdb.base/call-rt-st.exp: Likewise.
8101 * gdb.base/call-strs.exp: Likewise.
8102 * gdb.base/default.exp: Remove references to h8300-*-hms and
8103 *-*-udi*.
8104 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8105
81062015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8107
8108 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8109 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8110 and "return" use KFAIL when GDB can not read/write the vector
8111 return value.
8112
81132015-08-21 Gary Benson <gbenson@redhat.com>
8114
8115 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8116
81172015-08-20 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.server/solib-list.exp: No longer expect an interior stop in
8120 non-stop mode.
8121
81222015-08-20 Pedro Alves <palves@redhat.com>
8123
8124 * gdb.server/connect-stopped-target.c: New file.
8125 * gdb.server/connect-stopped-target.exp: New file.
8126
81272015-08-20 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.dwarf2/comp-unit-lang.exp: New file.
8130 * gdb.dwarf2/comp-unit-lang.c: New file.
8131
81322015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8133
8134 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8135 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8136
81372015-08-19 Kevin Buettner <kevinb@redhat.com>
8138
8139 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8140 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8141
81422015-08-18 Doug Evans <dje@google.com>
8143 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8144
8145 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8146 skip_python_tests. New arg prompt_regexp.
8147 (skip_python_tests): New function.
8148 * lib/mi-support.exp (mi_skip_python_tests): New function.
8149 * gdb.python/py-mi-objfile-gdb.py: New file.
8150 * gdb.python/py-mi-objfile.c: New file.
8151 * gdb.python/py-mi-objfile.exp: New file.
8152
81532015-08-17 Keith Seitz <keiths@redhat.com>
8154
8155 * gdb.linespec/explicit.exp: Move strace test from here ...
8156 * gdb.trace/strace.exp: ... to here.
8157
81582015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8159
8160 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8161 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8162
81632015-08-14 Doug Evans <xdje42@gmail.com>
8164
8165 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8166 inferior before selecting a new file.
8167
81682015-08-14 Doug Evans <xdje42@gmail.com>
8169
8170 * gdb.mi/mi-disassemble.exp: Update.
8171 * gdb.base/disasm-optim.S: New file.
8172 * gdb.base/disasm-optim.c: New file.
8173 * gdb.base/disasm-optim.h: New file.
8174 * gdb.base/disasm-optim.exp: New file.
8175
81762015-08-14 Keith Seitz <keiths@redhat.com>
8177
8178 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8179 "evaluated-by".
8180
81812015-08-13 Joel Brobecker <brobecker@adacore.com>
8182
8183 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8184
81852015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8186
8187 * gdb.ada/fun_renaming.exp: New testcase.
8188 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8189 * gdb.ada/fun_renaming/pack.adb: New file.
8190 * gdb.ada/fun_renaming/pack.ads: New file.
8191
81922015-08-12 Keith Seitz <keiths@redhat.com>
8193
8194 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8195 gdb_get_line_number.
8196
81972015-08-12 Joel Brobecker <brobecker@adacore.com>
8198
8199 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8200 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8201 gdb.base/dso2dso.exp: New files.
8202
82032015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8204 Pedro Alves <palves@redhat.com>
8205 Keith Seitz <keiths@redhat.com>
8206
8207 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8208 GDBFLAGS.
8209
82102015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8211
8212 * gdb.base/gdbhistsize-history.exp
8213 (test_histsize_history_setting): Use save_vars.
8214 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8215 Use save_vars.
8216 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8217 * gdb.base/readline.exp: Use save_vars.
8218
82192015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8220
8221 * lib/gdb.exp (save_vars): New proc.
8222
82232015-08-11 Keith Seitz <keiths@redhat.com>
8224
8225 * gdb.base/help.exp: Update help_breakpoint_text.
8226
82272015-08-11 Keith Seitz <keiths@redhat.com>
8228
8229 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8230 (at toplevel): Call test_explicit_breakpoints.
8231 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8232 breakpoints.
8233 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8234 breakpoint conditions, "-cond".
8235
82362015-08-11 Keith Seitz <keiths@redhat.com>
8237
8238 * gdb.linespec/3explicit.c: New file.
8239 * gdb.linespec/cpexplicit.cc: New file.
8240 * gdb.linespec/cpexplicit.exp: New file.
8241 * gdb.linespec/explicit.c: New file.
8242 * gdb.linespec/explicit.exp: New file.
8243 * gdb.linespec/explicit2.c: New file.
8244 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8245 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8246 before using in the matching pattern.
8247 Clarify that `prefix' is a regular expression.
8248
82492015-08-11 Keith Seitz <keiths@redhat.com>
8250
8251 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8252 test.
8253 Add tests for missing ",FMT" and ",".
8254
82552015-08-10 Doug Evans <dje@google.com>
8256 Keith Seitz <keiths@redhat.com>
8257
8258 PR gdb/17960
8259 * gdb.base/completion.exp: Add location completer tests.
8260
82612015-08-07 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8264 tests here.
8265 (top level): Run do_test with and without displaced stepping.
8266
82672015-08-07 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.base/valgrind-disp-step.c: New file.
8270 * gdb.base/valgrind-disp-step.exp: New file.
8271
82722015-08-07 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8275 Delete function.
8276 (main): Add alarm. Run an infinite loop instead of calling
8277 wait_threads.
8278 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8279 comment.
8280 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8281 Delete function.
8282 (main): Add alarm. Run an infinite loop instead of calling
8283 wait_threads.
8284 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8285 comment.
8286
82872015-08-07 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.base/checkpoint-ns.exp: New file.
8290 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8291 standard_testfile.
8292
82932015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8294
8295 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8296 * gdb.btrace/instruction_history.exp: Update.
8297 * gdb.btrace/tsx.exp: New.
8298 * gdb.btrace/tsx.c: New.
8299
83002015-08-06 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8303 increase timeout.
8304 * gdb.reverse/until-precsave.exp: Bump timeouts.
8305
83062015-08-06 Pedro Alves <palves@redhat.com>
8307
8308 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8309
83102015-08-06 Pedro Alves <palves@redhat.com>
8311
8312 PR gdb/18749
8313 * gdb.threads/process-dies-while-handling-bp.c: New file.
8314 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8315
83162015-08-06 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8319 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8320
83212015-08-05 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8324 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8325
83262015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8327
8328 * gdb.base/bp-permanent.exp: Report test as unsupported if
8329 the target cannot stop at the permanent breakpoint.
8330
83312015-08-03 Doug Evans <dje@google.com>
8332
8333 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8334 10000.
8335
83362015-08-03 Doug Evans <dje@google.com>
8337
8338 * Makefile.in (workers/%.worker, build-perf): New rule.
8339 (GDB_PERFTEST_MODE): New variable.
8340 (check-perf): Use it.
8341 (clean): Clean up gdb.perf parallel build subdirs.
8342 * lib/build-piece.exp: New file.
8343 * lib/gdb.exp (make_gdb_parallel_path): New function
8344 (standard_output_file, standard_temp_file): Call it.
8345 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8346 of $GDB_PARALLEL.
8347 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8348
83492015-08-03 Doug Evans <dje@google.com>
8350
8351 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8352 (LOG_FILE_NAME): New global.
8353 (TextReporter.__init__): Initialize self.txt_sum.
8354 (TextReporter.report): Add support for multiple data-points.
8355 Move report to perftest.sum, put raw data in perftest.log.
8356 (TextReporter.start): Open sum and log files.
8357 (TextReporter.end): Close sum and log files.
8358 * gdb.perf/lib/perftest/testresult.py
8359 (SingleStatisticTestResult.record): Handle multiple data-points.
8360
83612015-07-31 Pedro Alves <palves@redhat.com>
8362
8363 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8364 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8365 kill_wait_spawned_process instead of explicit "kill -9".
8366 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8367 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8368 kill_wait_spawned_process.
8369 * gdb.base/attach-twice.exp: Likewise.
8370 * gdb.base/attach.exp: Likewise.
8371 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8372 gdb_test_multiple.
8373 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8374 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8375 kill_wait_spawned_process.
8376 * gdb.base/valgrind-infcall.exp: Likewise.
8377 * gdb.multi/multi-attach.exp: Likewise.
8378 * gdb.python/py-prompt.exp: Likewise.
8379 * gdb.python/py-sync-interp.exp: Likewise.
8380 * gdb.server/ext-attach.exp: Likewise.
8381 * gdb.threads/attach-into-signal.exp (corefunc): Use
8382 spawn_wait_for_attach, spawn_id_get_pid and
8383 kill_wait_spawned_process.
8384 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8385 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8386 spawn_id_get_pid and kill_wait_spawned_process.
8387 * gdb.threads/attach-stopped.exp (corefunc): Use
8388 spawn_wait_for_attach, spawn_id_get_pid and
8389 kill_wait_spawned_process.
8390 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8391 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8392 kill_wait_spawned_process instead of explicit "kill -9".
8393 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8394 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8395 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8396 processes. Don't map cygwin/windows pids here. Now returns a
8397 spawn id list.
8398
83992015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8400
8401 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8402 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8403 correct patch.
8404
84052015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8406
8407 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8408
84092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8410
8411 Reapply:
8412 2014-05-21 Mark Wielaard <mjw@redhat.com>
8413
8414 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8415
84162015-07-30 Pedro Alves <palves@redhat.com>
8417
8418 * linux-low.c (handle_extended_wait): Set the child's last
8419 reported status to TARGET_WAITKIND_STOPPED.
8420
84212015-07-30 Pedro Alves <palves@redhat.com>
8422
8423 PR threads/18600
8424 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8425 only shows inferior 1.
8426
84272015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8428 Pedro Alves <palves@redhat.com>
8429
8430 PR threads/18600
8431 * gdb.threads/fork-plus-threads.c: New file.
8432 * gdb.threads/fork-plus-threads.exp: New file.
8433
84342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8435
8436 * gdb.base/batch-preserve-term-settings.exp
8437 (test_terminal_settings_preserved_after_cli_exit): Use
8438 send_quit_command.
8439
84402015-07-29 Pedro Alves <palves@redhat.com>
8441 Don Breazeal <donb@codesourcery.com>
8442
8443 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8444 output from both inferior_spawn_id and gdb_spawn_id.
8445
84462015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8447
8448 * gdb.threads/attach-into-signal.exp (corefunc): Use
8449 with_test_prefix on nested loops, uniquefying the test messages.
8450
84512015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8452
8453 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8454 commit.
8455
84562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8457
8458 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8459 New proc.
8460 (test_terminal_settings_preserved_after_sigterm): New test.
8461
84622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8463
8464 * gdb.base/batch-preserve-term-settings.exp
8465 (test_terminal_settings_preserved_after_cli_exit): New test.
8466
84672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8468
8469 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8470 manipulation of saved_gdbflags.
8471 (test_terminal_settings_preserved): Remove global declaration of
8472 the unused variable pagination_prompt. Remove manipulation of
8473 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8474 GDBFLAGS.
8475
84762015-07-29 Pedro Alves <palves@redhat.com>
8477
8478 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8479
84802015-07-29 Pedro Alves <palves@redhat.com>
8481
8482 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8483 at the top.
8484
84852015-07-29 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8488 (main): Call gdb_unbuffer_output.
8489 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8490 (main): Call gdb_unbuffer_output.
8491 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8492 (main): Call gdb_unbuffer_output.
8493 * gdb.base/call-strs.exp: Adjust to step over the
8494 gdb_unbuffer_output call.
8495 * gdb.base/catch-gdb-caused-signals.c: Include
8496 "../lib/unbuffer_output.c".
8497 (main): Call gdb_unbuffer_output.
8498 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8499 (main): Call gdb_unbuffer_output.
8500 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8501 (main): Call gdb_unbuffer_output.
8502 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8503 (main): Call gdb_unbuffer_output.
8504 * gdb.base/shlib-call.exp: Adjust to step over the
8505 gdb_unbuffer_output call.
8506 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8507 (main): Call gdb_unbuffer_output.
8508 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8509 (main): Call gdb_unbuffer_output.
8510 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8511 (main): Rename to ...
8512 (test): ... this.
8513 (main): Reimplement.
8514 * gdb.base/varargs.exp: Run to test instead of to main.
8515 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8516 (main): Call gdb_unbuffer_output.
8517
85182015-07-29 Pedro Alves <palves@redhat.com>
8519
8520 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8521 factore out from mi_continue_dprintf. For call-style dprintfs,
8522 expect dprintf output out of $inferior_spawn_id.
8523 (mi_continue_dprintf): Use mi_expect_dprintf.
8524 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8525 (main): Call gdb_unbuffer_output.
8526
85272015-07-29 Pedro Alves <palves@redhat.com>
8528
8529 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8530 (default_mi_gdb_start): Set inferior_spawn_id instead of
8531 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8532 gdb_spawn_id.
8533 (mi_gdb_test): Always expect inferior output from both
8534 $inferior_spawn_id and $gdb_spawn_id.
8535
85362015-07-29 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8539 send_inferior and $inferior_spawn_id.
8540
85412015-07-29 Pedro Alves <palves@redhat.com>
8542
8543 * gdb.gdb/complaints.exp (test_initial_complaints)
8544 (test_serial_complaints, test_short_complaints): Use
8545 gdb_test_stdio.
8546 (test_empty_complaint): Handle $inferior_spawn_id !=
8547 $gdb_spawn_id.
8548
85492015-07-29 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.base/varargs.exp: Use gdb_test_stdio.
8552
85532015-07-29 Pedro Alves <palves@redhat.com>
8554
8555 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8556
85572015-07-29 Pedro Alves <palves@redhat.com>
8558
8559 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8560
85612015-07-29 Pedro Alves <palves@redhat.com>
8562
8563 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8564 parameter into two new parameters, "inf_result" and "gdb_result".
8565 Expect inferior output and gdb output from $inferior_spawn_id and
8566 $gdb_spawn_id, respectively. Adjust all callers.
8567
85682015-07-29 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8571 of gdb_test_sequence.
8572
85732015-07-29 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8576 (saw_spurious_output): Expect inferior output from
8577 $inferior_spawn_id. Use gdb_test_stdio.
8578
85792015-07-29 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.base/dprintf.exp: Use standard_testfile. Change
8582 prepare_for_testing call.
8583 (srcfile): Don't set.
8584 (restart): New procedure.
8585 (test_dprintf): New procecure, use to continue over dprintfs.
8586 (test_call, test_agent): New procedures, tests moved here.
8587 Restart gdb and recreate dprintfs. Adjust expected output.
8588
85892015-07-29 Pedro Alves <palves@redhat.com>
8590
8591 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8592
85932015-07-29 Pedro Alves <palves@redhat.com>
8594
8595 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8596
85972015-07-29 Pedro Alves <palves@redhat.com>
8598
8599 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8600 gdb_test_stdio.
8601
86022015-07-29 Pedro Alves <palves@redhat.com>
8603
8604 * lib/gdb.exp (gdb_test_stdio): New procedure.
8605
86062015-07-29 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8609
86102015-07-29 Pedro Alves <palves@redhat.com>
8611
8612 * gdb.base/call-signal-resume.exp: Remove check for
8613 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8614 * gdb.base/unwindonsignal.exp: Likewise.
8615 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8616 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8617
86182015-07-29 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.base/siginfo-addr.c (pass): New function.
8621 (handler): Call it iff si_addr is correct.
8622 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8623 Set a breakpoint at "pass" and continue to it.
8624
86252015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8626
8627 * gdb.python/py-objfile.exp: Make some tests have unique names.
8628 * gdb.python/py-pp-registration.exp: Likewise.
8629
86302015-07-28 Pedro Alves <palves@redhat.com>
8631
8632 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8633
86342015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8635
8636 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8637
86382015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8639
8640 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8641
86422015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8643
8644 * gdb.base/gdb-sigterm-2.exp: New test.
8645
86462015-07-25 Doug Evans <xdje42@gmail.com>
8647
8648 Revert:
8649 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8650 (workers/%.worker, build-perf): New rule.
8651 (GDB_PERFTEST_MODE): New variable.
8652 (check-perf): Use it.
8653 (clean): Clean up gdb.perf parallel build subdirs.
8654 * lib/build-piece.exp: New file.
8655 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8656 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8657 name.
8658 (standard_temp_file): Ditto.
8659 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8660 of $GDB_PARALLEL.
8661
86622015-07-24 Doug Evans <dje@google.com>
8663
8664 * gdb.perf/lib/perftest/utils.py: New file.
8665 * gdb.perf/gm-hello.cc: New file.
8666 * gdb.perf/gm-pervasive-typedef.cc: New file.
8667 * gdb.perf/gm-pervasive-typedef.h: New file.
8668 * gdb.perf/gm-std.cc: New file.
8669 * gdb.perf/gm-std.h: New file.
8670 * gdb.perf/gm-use-cerr.cc: New file.
8671 * gdb.perf/gm-utils.h: New file.
8672 * gdb.perf/gmonster-null-lookup.py: New file.
8673 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8674 * gdb.perf/gmonster-print-cerr.py: New file.
8675 * gdb.perf/gmonster-ptype-string.py: New file.
8676 * gdb.perf/gmonster-runto-main.py: New file.
8677 * gdb.perf/gmonster-select-file.py: New file.
8678 * gdb.perf/gmonster1-null-lookup.exp: New file.
8679 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8680 * gdb.perf/gmonster1-print-cerr.exp: New file.
8681 * gdb.perf/gmonster1-ptype-string.exp: New file.
8682 * gdb.perf/gmonster1-runto-main.exp: New file.
8683 * gdb.perf/gmonster1-select-file.exp: New file.
8684 * gdb.perf/gmonster1.cc: New file.
8685 * gdb.perf/gmonster1.exp: New file.
8686 * gdb.perf/gmonster2-null-lookup.exp: New file.
8687 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8688 * gdb.perf/gmonster2-print-cerr.exp: New file.
8689 * gdb.perf/gmonster2-ptype-string.exp: New file.
8690 * gdb.perf/gmonster2-runto-main.exp: New file.
8691 * gdb.perf/gmonster2-select-file.exp: New file.
8692 * gdb.perf/gmonster2.cc: New file.
8693 * gdb.perf/gmonster2.exp: New file.
8694
86952015-07-24 Doug Evans <dje@google.com>
8696
8697 * gdb.perf/README: New file.
8698 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8699 * lib/gen-perf-test.exp: New file.
8700
87012015-07-24 Doug Evans <dje@google.com>
8702
8703 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8704 (PerfTest::startup): New function.
8705 (PerfTest::run): Return result of calling body.
8706 (PerfTest::assemble): Rewrite.
8707 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8708 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8709 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8710 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8711 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8712
87132015-07-24 Doug Evans <dje@google.com>
8714
8715 * lib/gdb.exp (clean_restart): Make executable optional.
8716
87172015-07-24 Doug Evans <dje@google.com>
8718
8719 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8720 compiler_info references.
8721 * gdb.cp/temargs.exp: Ditto.
8722 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8723 (get_compiler_info): Early exit if already computed. Set compiler_info
8724 to "unknown" if there was a problem.
8725 (test_compiler_info): Add function comment. Call get_compiler_info.
8726
87272015-07-24 Doug Evans <dje@google.com>
8728
8729 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8730 (workers/%.worker, build-perf): New rule.
8731 (GDB_PERFTEST_MODE): New variable.
8732 (check-perf): Use it.
8733 (clean): Clean up gdb.perf parallel build subdirs.
8734 * lib/build-piece.exp: New file.
8735 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8736 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8737 name.
8738 (standard_temp_file): Ditto.
8739 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8740 of $GDB_PARALLEL.
8741
87422015-07-24 Doug Evans <dje@google.com>
8743
8744 * lib/future.exp (gdb_default_target_compile): New option
8745 "early_flags".
8746 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8747 --as-needed.
8748
87492015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8750
8751 * gdb.base/catch-syscall.exp: Call gdb_exit before
8752 gdb_skip_xml_test.
8753
87542015-07-24 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.python/py-events.exp: Accept output between the stop event
8757 and the prompt.
8758 * gdb.python/py-evsignal.exp: Likewise.
8759 * gdb.python/py-evthreads.exp: Likewise.
8760
87612015-07-24 Pedro Alves <palves@redhat.com>
8762
8763 PR gdb/18717
8764 * gdb.threads/non-ldr-exit.c: New file.
8765 * gdb.threads/non-ldr-exit.exp: New file.
8766
87672015-07-24 Yao Qi <yao.qi@linaro.org>
8768
8769 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8770 restarting process.
8771
87722015-07-24 Yao Qi <yao.qi@linaro.org>
8773
8774 * gdb.server/ext-restart.exp: New file.
8775
87762015-07-24 Yao Qi <yao.qi@linaro.org>
8777
8778 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8779 argument options.
8780 * gdb.server/ext-wrapper.exp: New file.
8781
87822015-07-23 Doug Evans <dje@google.com>
8783
8784 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8785 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8786
87872015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8788
8789 * gdb.ada/var_arr_typedef.exp: New testcase.
8790 * gdb.ada/var_arr_typedef/pack.adb: New file.
8791 * gdb.ada/var_arr_typedef/pack.ads: New file.
8792 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8793
87942015-07-20 Joel Brobecker <brobecker@adacore.com>
8795
8796 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8797
87982015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8799
8800 * gdb.arch/i386-biarch-core.exp: Replace istarget
8801 by "complete set gnutarget". Remove expectation for the "core-file"
8802 command.
8803
88042015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8805
8806 Revert the previous commit:
8807 Tests for validate symbol file using build-id.
8808
88092015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8810
8811 Tests for validate symbol file using build-id.
8812 * gdb.base/solib-mismatch-lib.c: New file.
8813 * gdb.base/solib-mismatch-libmod.c: New file.
8814 * gdb.base/solib-mismatch.c: New file.
8815 * gdb.base/solib-mismatch.exp: New file.
8816
88172015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8818
8819 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8820 nios2-*-linux*.
8821 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8822 * gdb.base/siginfo.exp: Likewise.
8823 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8824
88252015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8826
8827 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8828 Move it to ...
8829 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8830 ... here.
8831 * gdb.trace/range-stepping.exp: Check that the target supports
8832 range stepping.
8833
88342015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8835
8836 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8837
88382015-07-14 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.base/killed-outside.exp: New file.
8841 * gdb.base/killed-outside.c: New file.
8842
88432015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8846 (n at main): New.
8847 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8848
88492015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8850
8851 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8852 infcall tests instead of setting up for KFAIL.
8853
88542015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8855
8856 * gdb.btrace/record_goto-step.exp: New.
8857
88582015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8859
8860 PR compile/18484
8861 * gdb.compile/compile.c (struct struct_type): Add volatile to
8862 selffield's type.
8863 * gdb.compile/compile.exp
8864 (compile code struct_object.selffield = &struct_object): Skip further
8865 struct_object tests if this one xfails.
8866
88672015-07-08 Robert O'Callahan <robert@ocallahan.org>
8868
8869 PR exp/18617
8870 * gdb.trace/ax.exp: Add test.
8871
88722015-07-07 Yao Qi <yao.qi@linaro.org>
8873
8874 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8875 instead of istarget "aarch64*-*-*".
8876 * gdb.arch/aarch64-fp.exp: Likewise.
8877 * gdb.base/float.exp: Likewise.
8878 * gdb.reverse/aarch64.exp: Likewise.
8879 * lib/gdb.exp (is_aarch64_target): New proc.
8880
88812015-07-07 Yao Qi <yao.qi@linaro.org>
8882
8883 * lib/gdb.exp (is_aarch32_target): New proc.
8884 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8885 instead of "istarget "arm*-*-*"".
8886 * gdb.arch/arm-disp-step.exp: Likewise.
8887 * gdb.arch/thumb-bx-pc.exp: Likewise.
8888 * gdb.arch/thumb-prologue.exp: Likewise.
8889 * gdb.arch/thumb-singlestep.exp: Likewise.
8890 * gdb.base/disp-step-syscall.exp: Likewise.
8891 * gdb.base/float.exp: Likewise.
8892
88932015-07-07 Yao Qi <yao.qi@linaro.org>
8894
8895 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8896 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8897
88982015-07-07 Yao Qi <yao.qi@linaro.org>
8899
8900 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8901 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8902 if it exists.
8903 * gdb.multi/multi-arch.exp: Likewise.
8904
89052015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8906
8907 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8908 print.
8909
89102015-07-07 Yao Qi <yao.qi@linaro.org>
8911
8912 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8913
89142015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8915
8916 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8917 '[' and ']' characters.
8918
89192015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8920
8921 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8922
89232015-06-29 Pedro Alves <palves@redhat.com>
8924
8925 PR threads/18127
8926 * gdb.threads/hand-call-new-thread.c: New file.
8927 * gdb.threads/hand-call-new-thread.c: New file.
8928
89292015-06-26 Keith Seitz <keiths@redhat.com>
8930 Doug Evans <dje@google.com>
8931
8932 PR 16253
8933 * gdb.cp/var-tag-2.cc: New file.
8934 * gdb.cp/var-tag-3.cc: New file.
8935 * gdb.cp/var-tag-4.cc: New file.
8936 * gdb.cp/var-tag.cc: New file.
8937 * gdb.cp/var-tag.exp: New file.
8938
89392015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8940
8941 * gdb.base/history-duplicates.exp: New test.
8942
89432015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8944
8945 * gdb.base/completion.exp: Test the completion of the "focus"
8946 command.
8947
89482015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8949
8950 * gdb.arch/amd64-prologue-skip.S: New file.
8951 * gdb.arch/amd64-prologue-skip.exp: New file.
8952
89532015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8954
8955 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8956 is_address_zero_readable check.
8957
89582015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8959
8960 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8961 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8962
89632015-06-24 Yao Qi <yao.qi@linaro.org>
8964
8965 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8966 linux targets.
8967
89682015-06-24 Yao Qi <yao.qi@linaro.org>
8969
8970 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8971 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8972 * gdb.base/siginfo-thread.exp: Likewise.
8973
89742015-06-22 Yao Qi <yao.qi@linaro.org>
8975
8976 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8977
89782015-06-22 Yao Qi <yao.qi@linaro.org>
8979
8980 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8981 aarch64*-*-*.
8982 (skip_hw_watchpoint_tests): Likewise.
8983
89842015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8985
8986 * gdb.base/gdbinit-history.exp: Test the interaction between
8987 setting GDBHISTSIZE and setting the history size via .gdbinit.
8988
89892015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8990
8991 PR gdb/16999
8992 * gdb.base/gdbhistsize-history.exp: New test.
8993
89942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8995
8996 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8997 with GDBHISTSIZE.
8998 * gdb.base/readline.exp: Likewise.
8999
90002015-06-17 Yao Qi <yao.qi@linaro.org>
9001
9002 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9003 line.
9004
90052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9006
9007 * gdb.base/gdbinit-history.exp: Add test case to check that
9008 an unlimited history file does not get truncated on exit.
9009
90102015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9011
9012 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9013 (VECTOR): New macro. Use it...
9014 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9015 ...for these typedefs.
9016 (int8, char1, int1, double1): New typedefs.
9017 (struct just_int2, struct two_int2): New structures.
9018 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9019 (add_structvecs, add_singlevecs): New functions.
9020 (main): Call add_some_intvecs twice.
9021 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9022 the compile and exit upon failure. Try compiling for the "native"
9023 architecture. Test inferior function calls with vector arguments
9024 and vector return value handling with "finish" and "return".
9025
90262015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9027
9028 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9029 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9030 PE file.
9031 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9032
90332015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9034
9035 PR breakpoints/16465
9036 * gdb.mi/mi-dprintf-pending.c: New file.
9037 * gdb.mi/mi-dprintf-pending.exp: New test.
9038 * gdb.mi/mi-dprintf-pendshr.c: New file.
9039
90402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9041 Mircea Gherzan <mircea.gherzan@intel.com>
9042
9043 * gdb.arch/i386-mpx-map.c: New file.
9044 * gdb.arch/i386-mpx-map.exp: New File.
9045
90462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9047
9048 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9049 * gdb.arch/i386-mpx.exp: Indentation fixed.
9050
90512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9052
9053 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9054 function and improved indentation.
9055 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9056 gdb_test_multiple. Added additional tests to skip the test.
9057
90582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9059
9060 * gdb.arch/i386-avx512.c: Change path in include file.
9061 * gdb.arch/i386-avx512.exp: Change include dir path
9062 compilation flag.
9063 * gdb.arch/i386-mpx.c: Change path in include file.
9064 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9065 flag.
9066
90672015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9068
9069 * gdb.compile/compile-print.exp (compile print *vararray@3)
9070 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9071
90722015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9073
9074 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9075 (do not keep jit in memory): ... this.
9076 (expect 5): Change it to ...
9077 (expect no 5): ... this.
9078
90792015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9080
9081 PR gdb/15564
9082 * gdb.mi/mi-detach.exp: New file.
9083
90842015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9085
9086 PR symtab/18392
9087 * gdb.arch/amd64-tailcall-self.S: New file.
9088 * gdb.arch/amd64-tailcall-self.c: New file.
9089 * gdb.arch/amd64-tailcall-self.exp: New file.
9090
90912015-05-28 Don Breazeal <donb@codesourcery.com>
9092
9093 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9094 tests for remote targets by checking is_target_gdbserver.
9095
90962015-05-27 Doug Evans <dje@google.com>
9097
9098 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9099 * gdb.dwarf2/opaque-type-lookup.c: New file.
9100 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9101
91022015-05-26 Doug Evans <dje@google.com>
9103
9104 * gdb.cp/iostream.cc: New file.
9105 * gdb.cp/iostream.exp: New file.
9106
91072015-05-26 Doug Evans <dje@google.com>
9108
9109 * gdb.dwarf2/dw2-op-call.exp: Update.
9110 * gdb.dwarf2/dw4-sig-types.exp: Update.
9111 * gdb.dwarf2/implptr.exp: Update.
9112 * gdb.mi/mi-cmd-param-changed.exp: Update.
9113
91142015-05-26 Doug Evans <dje@google.com>
9115
9116 * gdb.python/py-lazy-string.c: New file.
9117 * gdb.python/py-lazy-string.exp: New file.
9118 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9119 (main): Update. Add estring3.
9120 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9121 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9122
91232015-05-26 Omair Javaid <omair.javaid@linaro.org>
9124 Yao Qi <yao.qi@linaro.org>
9125
9126 * gdb.reverse/aarch64.c: New.
9127 * gdb.reverse/aarch64.exp: New.
9128
91292015-05-26 Omair Javaid <omair.javaid@linaro.org>
9130
9131 * lib/gdb.exp (supports_process_record): Return true for
9132 aarch64*-linux*.
9133 (supports_reverse): Likewise.
9134
91352015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9136
9137 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9138 Use with_test_prefix.
9139
91402015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9141
9142 * gdb.base/completion.exp: Add test for completion of layout
9143 names.
9144
91452015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9146
9147 * lib/gdb.exp (skip_tui_tests): New proc.
9148 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9149
91502015-05-19 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9153 Save the whole env array instead of just HOME. Unset HISTSIZE in
9154 the environment while testing. Restore whole environment
9155 afterwards.
9156
91572015-05-16 Doug Evans <xdje42@gmail.com>
9158
9159 * gdb.guile/scm-ports.c: New file.
9160 * gdb.guile/scm-ports.exp: Add memory port tests.
9161
91622015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9163
9164 * gdb.compile/compile-print.c: New file.
9165 * gdb.compile/compile-print.exp: New file.
9166
91672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9168
9169 * gdb.compile/compile-ops.exp: Cast param to void.
9170 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9171 (compile code struct_object.selffield = &struct_object): Add xfail.
9172
91732015-05-15 Joel Brobecker <brobecker@adacore.com>
9174
9175 * gdb.ada/arr_enum_with_gap: New testcase.
9176
91772015-05-15 Joel Brobecker <brobecker@adacore.com>
9178
9179 * gdb.ada/byte_packed_arr: New testcase.
9180
91812015-05-15 Joel Brobecker <brobecker@adacore.com>
9182
9183 * gdb.ada/pckd_neg: New testcase.
9184
91852015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9186
9187 PR gdb/17820
9188 * gdb.base/gdbinit-history.exp: New test.
9189 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9190 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9191
91922015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9193
9194 * gdb.python/py-xmethods.cc: Enhance test case.
9195 * gdb.python/py-xmethods.exp: New tests.
9196 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9197 function.
9198 (B_indexoper): Likewise.
9199 (global_dm_list) : Add new xmethod worker functions.
9200
92012015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9202
9203 * gdb.base/coredump-filter.exp: Correctly unset
9204 "coredump_var_addr" array.
9205
92062015-05-08 Pedro Alves <palves@redhat.com>
9207
9208 * gdb.server/non-existing-program.exp: Unset spawn_id.
9209
92102015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9211
9212 PR python/18291
9213 * gdb.python/py-xmethods.exp: Add tests.
9214
92152015-05-08 Yao Qi <yao.qi@linaro.org>
9216
9217 PR gdb/18208
9218 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9219 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9220 function set_coredump_filter, and remove remote_exec call.
9221 Remove argument ipid. Callers update.
9222 (top level): Don't get inferior's PID.
9223
92242015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9225
9226 * gdb.base/watch_thread_num.exp: Skip test on targets without
9227 access watchpoints.
9228
92292015-05-06 Pedro Alves <palves@redhat.com>
9230
9231 PR server/18081
9232 * gdb.server/non-existing-program.exp: New file.
9233
92342015-05-05 Joel Brobecker <brobecker@adacore.com>
9235
9236 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9237
92382015-05-05 Joel Brobecker <brobecker@adacore.com>
9239
9240 * gdb.ada/out_of_line_in_inlined: New testcase.
9241
92422015-05-05 Joel Brobecker <brobecker@adacore.com>
9243
9244 * gdb.ada/var_rec_arr: New testcase.
9245
92462015-04-30 Yao Qi <yao.qi@linaro.org>
9247
9248 * gdb.base/break-idempotent.exp: If
9249 skip_hw_watchpoint_multi_tests returns true, skip the tests
9250 on "rwatch" and "awatch".
9251
92522015-04-30 Yao Qi <yao.qi@linaro.org>
9253
9254 * gdb.base/relativedebug.exp: Invoke gdb command
9255 "info sharedlibrary", and if libc.so doesn't have debug info,
9256 skip the test.
9257
92582015-04-29 Doug Evans <dje@google.com>
9259
9260 * gdb.python/py-xmethods.exp: Add ptype tests.
9261 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9262 get_result_type method.
9263
92642015-04-29 Luis Machado <lgustavo@codesourcery.com>
9265
9266 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9267 the target does not support hardware watchpoints.
9268
92692015-04-29 Luis Machado <lgustavo@codesourcery.com>
9270
9271 * gdb.base/break-always.exp: Abort testing if writing to memory
9272 causes an error.
9273
92742015-04-28 Doug Evans <dje@google.com>
9275
9276 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9277 * gdb.python/py-pp-registration.exp: ... here. New file.
9278 * gdb.python/py-pp-registration.c: New file.
9279 * gdb.python/py-pp-registration.py: New file.
9280
92812015-04-28 Doug Evans <dje@google.com>
9282
9283 * gdb.python/py-bad-printers.c: New file.
9284 * gdb.python/py-bad-printers.py: New file.
9285 * gdb.python/py-bad-printers.exp: New file.
9286
92872015-04-28 Sasha Smundak <asmundak@google.com>
9288
9289 * gdb.python/py-type.exp: New test.
9290
92912015-04-28 Andy Wingo <wingo@igalia.com>
9292
9293 * gdb.python/py-parameter.exp:
9294 * gdb.guile/scm-parameter.exp: Escape the path that we are
9295 matching against, as it might contain characters that are special
9296 to regular expressions.
9297
92982015-04-27 Joel Brobecker <brobecker@adacore.com>
9299
9300 * gdb.ada/rec_comp: New testcase.
9301
93022015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9303
9304 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9305 before using it.
9306
93072015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9308
9309 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9310 new tests for verilog output.
9311
93122015-04-24 Yao Qi <yao.qi@linaro.org>
9313
9314 * boards/remote-gdbserver-on-localhost.exp: New file.
9315
93162015-04-23 Pedro Alves <palves@redhat.com>
9317
9318 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9319 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9320 "end of file", remove $inferior_spawn_id from the indirect list.
9321
93222015-04-23 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9325
93262015-04-23 Pedro Alves <palves@redhat.com>
9327
9328 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9329 on $any_spawn_id instead of only on $gdb_spawn_id.
9330
93312015-04-21 Pierre Muller <muller@sourceware.org>
9332
9333 PR pascal/17815
9334 * lib/pascal.exp (gpc_compile): Add new option "class".
9335 (fpc_compile): Likewise.
9336 * gdb.pascal/case-insensitive-symbols.pas: New file.
9337 * gdb.pascal/case-insensitive-symbols.exp: New file.
9338
93392015-04-20 Gary Benson <gbenson@redhat.com>
9340
9341 * gdb.base/attach.exp: Fix three extended remote failures.
9342
93432015-04-17 Gary Benson <gbenson@redhat.com>
9344
9345 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9346 the main executable over the remote protocol.
9347
93482015-04-16 Pedro Alves <palves@redhat.com>
9349
9350 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9351 a new gdbserver if gdbserver_reconnect_p is set.
9352
93532015-04-16 Pedro Alves <palves@redhat.com>
9354
9355 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9356 is set, don't exit gdbserver.
9357
93582015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9359
9360 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9361 appropriate .insn, such that an older assembler can be used.
9362 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9363 the z/Architecture instruction set on 31-bit targets as well.
9364
93652015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9366
9367 * gdb.go/handcall.exp: Remove all logic related to the first
9368 breakpoint and rely on go_runto_main instead.
9369 * gdb.go/strings.exp: Likewise.
9370 * gdb.go/unsafe.exp: Likewise.
9371 * gdb.go/hello.exp: Likewise. Also rename the remaining
9372 breakpoint marker to "breakpoint 1".
9373 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9374 * gdb.go/strings.go: Likewise.
9375 * gdb.go/unsafe.go: Likewise.
9376 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9377 "set breakpoint 2 here" and rename the remaining breakpoint marker
9378 to "breakpoint 1".
9379
93802015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9381
9382 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9383 if itertools.imap is not present.
9384 * gdb.python/py-objfile.exp: Add parentheses.
9385 * gdb.python/py-type.exp: Same.
9386 * gdb.python/py-unwind-maint.py: Same.
9387
93882015-04-15 Yao Qi <yao.qi@linaro.org>
9389
9390 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9391 of ":$ptr_size" and set its form explicitly.
9392
93932015-04-15 Pedro Alves <palves@redhat.com>
9394 Yao Qi <yao.qi@linaro.org>
9395
9396 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9397 timeout by factor of 4.
9398 (test_regular_watch): Likewise.
9399 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9400 * gdb.reverse/sigall-reverse.exp: Likewise.
9401 * gdb.reverse/until-precsave.exp: Likewise.
9402 * lib/gdb.exp (with_timeout_factor): New proc.
9403 (gdb_expect): Move some code to ...
9404 (get_largest_timeout): ... here. New procedure.
9405
94062015-04-14 Luis Machado <lgustavo@codesourcery.com>
9407
9408 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9409
94102015-04-13 Luis Machado <lgustavo@codesourcery.com>
9411
9412 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9413 to write to the .text section.
9414
94152015-04-13 Luis Machado <lgustavo@codesourcery.com>
9416
9417 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9418 Handle the case of targets that do not provide PID information.
9419
94202015-04-13 Yao Qi <yao.qi@linaro.org>
9421
9422 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9423 and use expect instead of gdb_expect.
9424
94252015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9426
9427 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9428 "coredump_var_addr" to avoid naming conflict with other testcases.
9429
94302015-04-10 Pedro Alves <palves@redhat.com>
9431
9432 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9433 gdb_test_sequence and gdb_assert.
9434
94352015-04-10 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9438 test messages that don't include the breakpoint address.
9439
94402015-04-10 Yao Qi <yao.qi@linaro.org>
9441
9442 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9443 false for some offset and width combinations which aren't
9444 supported by linux kernel.
9445
94462015-04-10 Pedro Alves <palves@redhat.com>
9447
9448 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9449 procedure, factored out from ...
9450 (top level): ... here. Add "set displaced-stepping" testing axis.
9451 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9452 parameter "displaced". Use it.
9453 (top level): Use foreach and add "set displaced-stepping" testing
9454 axis.
9455
94562015-04-10 Pedro Alves <palves@redhat.com>
9457
9458 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9459 Remove comment.
9460 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9461 both the address of the instruction that triggers the watchpoint
9462 and the address of the instruction immediately after, and use
9463 those addresses for the test. Fix comment.
9464
94652015-04-10 Pedro Alves <palves@redhat.com>
9466
9467 * gdb.base/sigstep.exp (breakpoint_to_handler)
9468 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9469 Test "backtrace" in handler.
9470 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9471 (top level): Add new "displaced" test axis to
9472 breakpoint_to_handler, breakpoint_to_handler_entry and
9473 breakpoint_over_handler.
9474
94752015-04-10 Pedro Alves <palves@redhat.com>
9476
9477 PR gdb/18216
9478 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9479
94802015-04-10 Yao Qi <yao.qi@linaro.org>
9481
9482 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9483 (test_add_rn_pc): New function.
9484 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9485 (top level): Invoke test_add_rn_pc.
9486
94872015-04-10 Pedro Alves <palves@redhat.com>
9488
9489 PR gdb/13858
9490 * gdb.base/step-over-no-symbols.exp: New file.
9491
94922015-04-09 Andy Wingo <wingo@igalia.com>
9493
9494 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9495 after the Python tests.
9496
94972015-04-08 Keith Seitz <keiths@redhat.com>
9498
9499 PR python/16699
9500 * gdb.python/py-completion.exp: New tests for completion.
9501 * gdb.python/py-completion.py (CompleteLimit1): New class.
9502 (CompleteLimit2): Likewise.
9503 (CompleteLimit3): Likewise.
9504 (CompleteLimit4): Likewise.
9505 (CompleteLimit5): Likewise.
9506 (CompleteLimit6): Likewise.
9507 (CompleteLimit7): Likewise.
9508
95092015-04-08 Pedro Alves <palves@redhat.com>
9510
9511 PR gdb/18214
9512 PR gdb/18216
9513 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9514 function.
9515 (main): Install it as SIGUSR1 handler.
9516 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9517 parameter. Always use "setup" as prefix. Toggle "set
9518 displaced-stepping" off/on depending on global. Don't switch to
9519 thread 1 here.
9520 (top level): Add displaced stepping "off/on" test axis. Update
9521 "setup" calls. Wrap each subtest with with_test_prefix. Test
9522 continuing with a queued signal in each thread.
9523
95242015-04-08 Pedro Alves <palves@redhat.com>
9525
9526 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9527 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9528 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9529 Return early if running to main fails.
9530 * gdb.trace/while-stepping.exp: Likewise.
9531
95322015-04-07 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9535 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9536 interact with inferior program.
9537
95382015-04-07 Pedro Alves <palves@redhat.com>
9539
9540 * lib/gdb.exp (inferior_spawn_id): New global.
9541 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9542 spawn id after processing the user code.
9543 (default_gdb_start): Set inferior_spawn_id.
9544 (send_inferior): New procedure.
9545 * lib/gdbserver-support.exp (gdbserver_start): Set
9546 inferior_spawn_id.
9547 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9548
95492015-04-07 Pedro Alves <palves@redhat.com>
9550
9551 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9552 * lib/gdbserver-support.exp (gdbserver_start): Make
9553 $server_spawn_id global.
9554 (gdbserver_start): Don't wait for gdbserver's spawn id with
9555 expect_background.
9556 (close_gdbserver): New procedure.
9557 (gdb_exit): Rename the default version and reimplement.
9558
95592015-04-07 Pedro Alves <palves@redhat.com>
9560
9561 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9562 append the substituted item, not the original item.
9563
95642015-04-07 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9567 gdb_expect.
9568
95692015-04-07 Pedro Alves <palves@redhat.com>
9570
9571 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9572 output appearing once only.
9573
95742015-04-07 Pedro Alves <palves@redhat.com>
9575
9576 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9577 that doesn't expect anything. Return early if running to main
9578 fails.
9579
95802015-04-07 Yao Qi <yao.qi@linaro.org>
9581
9582 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9583 (child_function): Call alarm.
9584 (main): Move call to alarm into the loop.
9585 * gdb.threads/non-stop-fair-events.exp: Build program with
9586 -DTIMEOUT=$timeout.
9587
95882015-04-06 Doug Evans <xdje42@gmail.com>
9589
9590 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9591 Fix dest parameter to board_info.
9592 (fpc_compile): Ditto.
9593 (gdb_compile_pascal): Rename dest arg to destfile.
9594
95952015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9596
9597 * gdb.ada/funcall_ref.exp: New file.
9598 * gdb.ada/funcall_ref/foo.adb: New file.
9599
96002015-04-02 Yao Qi <yao.qi@linaro.org>
9601
9602 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9603 is remote.
9604
96052015-04-02 Gary Benson <gbenson@redhat.com>
9606
9607 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9608
96092015-04-01 Sasha Smundak <asmundak@google.com>
9610
9611 * gdb.python/py-unwind-maint.c: New file.
9612 * gdb.python/py-unwind-maint.exp: New test.
9613 * gdb.python/py-unwind-maint.py: New file.
9614 * gdb.python/py-unwind.c: New file.
9615 * gdb.python/py-unwind.exp: New test.
9616 * gdb.python/py-unwind.py: New test.
9617
96182015-04-01 Pedro Alves <palves@redhat.com>
9619
9620 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9621 to fail instead of non-existent $test.
9622
96232015-04-01 Pedro Alves <palves@redhat.com>
9624
9625 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9626 GDBFLAGS if not empty.
9627
96282015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9629
9630 * gdb.ada/complete.exp: Remove "multi_line".
9631 * gdb.ada/info_exc.exp: Remove "multi_line".
9632 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9633 * gdb.ada/ptype_field.exp: Remove "multi_line".
9634 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9635 * gdb.ada/tagged.exp: Remove "multi_line".
9636 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9637 [multi_line ...]
9638 * gdb.btrace/delta.exp: Likewise.
9639 * gdb.btrace/exception.exp: Likewise.
9640 * gdb.btrace/function_call_history.exp: Likewise.
9641 * gdb.btrace/instruction_history.exp: Likewise.
9642 * gdb.btrace/nohist.exp: Likewise.
9643 * gdb.btrace/record_goto.exp: Likewise.
9644 * gdb.btrace/segv.exp: Likewise.
9645 * gdb.btrace/stepi.exp: Likewise.
9646 * gdb.btrace/tailcall.exp: Likewise.
9647 * gdb.btrace/unknown_functions.exp: Likewise.
9648 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9649 * lib/gdb.exp: Add the "multi_line" helper.
9650
96512015-04-01 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.threads/tid-reuse.c: New file.
9654 * gdb.threads/tid-reuse.exp: New file.
9655
96562015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9657
9658 PR corefiles/16092
9659 * gdb.base/coredump-filter.c: New file.
9660 * gdb.base/coredump-filter.exp: Likewise.
9661
96622015-03-27 Petr Machata <pmachata@redhat.com>
9663
9664 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9665 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9666 (Dwarf::assemble): Initialize them.
9667 (Dwarf::lines): New function.
9668
96692015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9670
9671 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9672 SYMBOL_PREFIX for x86_64-*-cygwin.
9673
96742015-03-26 Andy Wingo <wingo@igalia.com>
9675
9676 PR symtab/18148
9677 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9678 const_value but not a location.
9679 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9680 location defined in non-main CUs are visible.
9681
96822015-03-26 Yao Qi <yao.qi@linaro.org>
9683
9684 PR testsuite/18139
9685 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9686 Add a line number entry for the same line.
9687 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9688 Add a line number entry for the same line.
9689
96902015-03-26 Yao Qi <yao.qi@linaro.org>
9691
9692 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9693 .int 0.
9694 (func): Likewise. Add .Lfunc_1 label.
9695 Use .Lfunc_1 label.
9696 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9697 .int 0.
9698 (func): Likewise.
9699 Use .Lfunc_1 label.
9700
97012015-03-26 Yao Qi <yao.qi@linaro.org>
9702
9703 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9704 Call gdb_compile instead to compile each .s files without debug
9705 information.
9706
97072015-03-26 Yao Qi <yao.qi@linaro.org>
9708
9709 * gdb.base/savedregs.exp (process_saved_regs): Make
9710 "Saved registers:" optional in the pattern.
9711
97122015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9713
9714 * gdb.btrace/next.exp: Merged into step.exp.
9715 * gdb.btrace/finish.exp: Merged into step.exp.
9716 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9717 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9718 "record goto" and checking the exact replay position.
9719 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9720 check for "Recording format" in "info record" output.
9721 * gdb.btrace/record_goto.exp: Choose test file based on target.
9722 * gdb.btrace/x86-record_goto.S: Renamed into ...
9723 * gdb.btrace/x86_64-record_goto.S: ... this.
9724 * gdb.btrace/i686-record_goto.S: New.
9725 * gdb.btrace/x86-tailcall.S: Renamed into ...
9726 * gdb.btrace/x86_64-tailcall.S: ... this.
9727 * gdb.btrace/i686-tailcall.S: New.
9728 * gdb.btrace/x86-tailcall.c: Renamed into ...
9729 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9730 separate statements. Update test.
9731 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9732 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9733 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9734 * gdb.btrace/tailcall.exp: Choose test file based on target.
9735 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9736
97372015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9738
9739 * gdb.btrace/exception.exp: Increase BTS buffer size.
9740
97412015-03-24 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9744
97452015-03-24 Pedro Alves <palves@redhat.com>
9746
9747 * gdb.threads/schedlock.exp (test_step): No longer expect that
9748 "set scheduler-locking step" with "next" over a function call runs
9749 threads unlocked.
9750
97512015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9752
9753 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9754
97552015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9756
9757 PR breakpoints/16466
9758 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9759 * gdb.mi/mi-pending.c (thread_func): New function.
9760 (int main): Add threading support required.
9761 * gdb.mi/mi-pending.exp: Add tests for this issue.
9762 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9763 (pendfunc2): Remove stdio dependency.
9764 * gdb.mi/mi-pendshr2.c: New file.
9765
97662015-03-23 Keith Seitz <keiths@redhat.com>
9767
9768 * gdb.linespec/keywords.c: New file.
9769 * gdb.linespec/keywords.exp: New file.
9770
97712015-03-23 Keith Seitz <keiths@redhat.com>
9772
9773 PR gdb/18021
9774 * gdb.dwarf2/staticvirtual.exp: New test.
9775
97762015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9777
9778 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9779 * README: Remove HP-UX and gdb.hp.
9780 (configuration):
9781 * configure: Regenerate.
9782 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9783 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9784 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9785 gdb.hp/gdb.defects/Makefile.
9786 * gdb.hp/Makefile.in: File deleted.
9787 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9788 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9789 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9790 * gdb.hp/gdb.aCC/run.c: File deleted.
9791 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9792 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9793 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9794 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9795 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9796 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9797 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9798 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9799 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9800 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9801 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9802 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9803 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9804 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9805 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9806 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9807 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9808 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9809 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9810 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9811 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9812 * gdb.hp/gdb.compat/average.c: File deleted.
9813 * gdb.hp/gdb.compat/sum.c: File deleted.
9814 * gdb.hp/gdb.compat/xdb.c: File deleted.
9815 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9816 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9817 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9818 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9819 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9820 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9821 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9822 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9823 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9824 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9825 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9826 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9827 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9828 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9829 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9830 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9831 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9832 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9833 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9834 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9835 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9836 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9837 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9838 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9839 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9840 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9841 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9842 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9843 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9844 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9845 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9846 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9847 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9848 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9849 * gdb.hp/tools/odump: File deleted.
9850
98512015-03-19 Pedro Alves <palves@redhat.com>
9852
9853 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9854 (saw_thread_3): New globals.
9855 (top level): Increment them when an event for the corresponding
9856 thread is seen.
9857 (no thread starvation): New test.
9858
98592015-03-19 Pedro Alves <palves@redhat.com>
9860
9861 * gdb.threads/continue-pending-status.c: New file.
9862 * gdb.threads/continue-pending-status.exp: New file.
9863
98642015-03-18 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9867 Use gdb_is_target_remote instead of is_remote. Use
9868 gdb_test_multiple instead of gdb_expect. Exit early if
9869 gdb_test_multiple hits its internal matches. Tighten stepi tests
9870 expected output. Fail on exit with any signal, instead of just
9871 SIGILL.
9872
98732015-03-18 Yao Qi <yao.qi@linaro.org>
9874
9875 PR tdep/18107
9876 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9877 variable.
9878 * gdb.base/catch-syscall.exp: Don't skip it on
9879 aarch64*-*-linux* target. Remove elements in all_syscalls.
9880 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9881 target.
9882 (setup_all_syscalls): New proc.
9883
98842015-03-16 Yao Qi <yao.qi@linaro.org>
9885
9886 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9887 (top level): Skip tests if valid_addr_p returns false for
9888 $cmd1 or $cmd2.
9889
98902015-03-11 Andy Wingo <wingo@igalia.com>
9891
9892 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9893
98942015-03-11 Yao Qi <yao.qi@linaro.org>
9895
9896 * gdb.base/catch-syscall.exp: Fix typo in comments.
9897
98982015-03-11 Yao Qi <yao.qi@linaro.org>
9899
9900 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9901
99022015-03-09 Pedro Alves <palves@redhat.com>
9903
9904 * dg-extract-results.py: Delete.
9905
99062015-03-09 Pedro Alves <palves@redhat.com>
9907
9908 Merge dg-extract-results.sh from GCC upstream (r218843).
9909
9910 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9911 * dg-extract-results.sh: Use --text with grep to avoid issues with
9912 binary files. Fall back to cat -v, if that doesn't work.
9913
99142015-03-05 Pedro Alves <palves@redhat.com>
9915
9916 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9917
99182015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9919
9920 * lib/mi-support.exp (mi_expect_interrupt): Accept
9921 alternative event for when in all-stop mode.
9922
99232015-03-04 Pedro Alves <palves@redhat.com>
9924
9925 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9926
99272015-03-04 Mark Kettenis <kettenis@gnu.org>
9928
9929 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9930
99312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9932
9933 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9934 regexps for GDB's current line display, accept a hex address
9935 preceding the line number.
9936
99372015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9938
9939 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9940 the 'arch1' variable for "s390*-linux*" targets.
9941
99422015-03-04 Pedro Alves <palves@redhat.com>
9943
9944 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9945 (main): Pass missing retval argument to pthread_join call.
9946
99472015-03-02 Pedro Alves <palves@redhat.com>
9948
9949 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9950 (top level): Call do_test with non-stop as well.
9951
99522015-03-02 Pedro Alves <palves@redhat.com>
9953
9954 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9955 -1.
9956
99572015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9958
9959 * gdb.arch/s390-vregs.exp: New test.
9960 * gdb.arch/s390-vregs.S: New file.
9961
99622015-02-27 Pedro Alves <palves@redhat.com>
9963
9964 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9965 call to catch_command_errors.
9966 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9967 catch_command_errors.
9968
99692015-02-27 Pedro Alves <palves@redhat.com>
9970
9971 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9972 "true" for boolean result.
9973 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9974 prototype of main.
9975
99762015-02-27 Pedro Alves <palves@redhat.com>
9977
9978 * lib/unbuffer_output.c: New file.
9979 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9980 (main): Call gdb_unbuffer_output.
9981
99822015-02-27 Yao Qi <yao.qi@linaro.org>
9983
9984 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9985 target.
9986
99872015-02-26 Doug Evans <dje@google.com>
9988
9989 * gdb.cp/class2.cc (Dbase, D): New classes.
9990 (main): New local delta.
9991 * gdb.cp/class2.exp: Test printing delta.
9992 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9993 (dynbar): New global.
9994 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9995
99962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9997
9998 * gdb.compile/compile-ifunc.c: New file.
9999 * gdb.compile/compile-ifunc.exp: New file.
10000
100012015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10002
10003 * gdb.base/structs.exp: Check for correct struct on finish.
10004
100052015-02-26 Yao Qi <yao.qi@linaro.org>
10006
10007 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10008 is zero.
10009
100102015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10011
10012 * gdb.arch/cordic.ko.bz2: New file.
10013 * gdb.arch/cordic.ko.debug.bz2: New file.
10014 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10015
100162015-02-25 Yao Qi <yao.qi@linaro.org>
10017
10018 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10019 aarch64*-*-* target.
10020
100212015-02-23 Pedro Alves <palves@redhat.com>
10022
10023 * lib/gdb.exp (delete_breakpoints): Rewrite using
10024 gdb_test_multiple.
10025
100262015-02-23 Pedro Alves <palves@redhat.com>
10027
10028 * gdb.base/info-os.c: Include stdlib.h.
10029
100302015-02-22 Doug Evans <xdje42@gmail.com>
10031
10032 PR symtab/17855
10033 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10034 is read after symbols have been re-read.
10035 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10036 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10037
100382015-02-21 Doug Evans <dje@google.com>
10039
10040 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10041
100422015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10043
10044 PR corefiles/17808
10045 * gdb.arch/i386-biarch-core.core.bz2: New file.
10046 * gdb.arch/i386-biarch-core.exp: New file.
10047
100482015-02-21 Pedro Alves <palves@redhat.com>
10049
10050 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10051 runto_main fails.
10052
100532015-02-20 Pedro Alves <palves@redhat.com>
10054
10055 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10056 info probes.
10057
100582015-02-20 Pedro Alves <palves@redhat.com>
10059
10060 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10061
100622015-02-20 Pedro Alves <palves@redhat.com>
10063
10064 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10065 clean_restart before gdb_target_supports_trace.
10066
100672015-02-20 Pedro Alves <palves@redhat.com>
10068
10069 PR threads/18006
10070 * gdb.threads/clone-thread_db.c: New file.
10071 * gdb.threads/clone-thread_db.exp: New file.
10072
100732015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10074
10075 PR breakpoints/16812
10076 * gdb.base/catch-gdb-caused-signals.c: New file.
10077 * gdb.base/catch-gdb-caused-signals.exp: New file.
10078
100792015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10080
10081 * configure: Regenerated.
10082 * configure.ac: Use GDB_AC_TRANSFORM.
10083 * aclocal.m4: sinclude ../transform.m4.
10084
100852015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10086
10087 * lib/dtrace.exp: New file.
10088 * gdb.base/dtrace-probe.exp: Likewise.
10089 * gdb.base/dtrace-probe.d: Likewise.
10090 * gdb.base/dtrace-probe.c: Likewise.
10091 * lib/pdtrace.in: Likewise.
10092 * configure.ac: Output variables with the transformed names of
10093 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10094 * configure: Regenerated.
10095
100962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10097
10098 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10099 expected message when trying to access $_probe_* convenience
10100 variables while not on a probe.
10101
101022015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10103
10104 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10105
101062015-02-11 Pedro Alves <pedro@codesourcery.com>
10107
10108 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10109 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10110
101112015-02-10 Doug Evans <xdje42@gmail.com>
10112
10113 * lib/gdb.exp (gdb_load): Always return a result.
10114
101152015-02-10 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.threads/signal-sigtrap.c: New file.
10118 * gdb.threads/signal-sigtrap.exp: New file.
10119
101202015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10121
10122 * gdb.trace/no-attach-trace.c: New file.
10123 * gdb.trace/no-attach-trace.exp: New file.
10124
101252015-02-09 Mark Wielaard <mjw@redhat.com>
10126
10127 * gdb.dwarf2/atomic.c: New file.
10128 * gdb.dwarf2/atomic-type.exp: Likewise.
10129
101302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10131
10132 * gdb.btrace/buffer-size.exp: Update "info record" output.
10133 * gdb.btrace/delta.exp: Update "info record" output.
10134 * gdb.btrace/enable.exp: Update "info record" output.
10135 * gdb.btrace/finish.exp: Update "info record" output.
10136 * gdb.btrace/instruction_history.exp: Update "info record" output.
10137 * gdb.btrace/next.exp: Update "info record" output.
10138 * gdb.btrace/nexti.exp: Update "info record" output.
10139 * gdb.btrace/step.exp: Update "info record" output.
10140 * gdb.btrace/stepi.exp: Update "info record" output.
10141 * gdb.btrace/nohist.exp: Update "info record" output.
10142
101432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10144
10145 * gdb.btrace/buffer-size: New.
10146
101472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10148
10149 * gdb.btrace/delta.exp: Update "info record" output.
10150 * gdb.btrace/enable.exp: Update "info record" output.
10151 * gdb.btrace/finish.exp: Update "info record" output.
10152 * gdb.btrace/instruction_history.exp: Update "info record" output.
10153 * gdb.btrace/next.exp: Update "info record" output.
10154 * gdb.btrace/nexti.exp: Update "info record" output.
10155 * gdb.btrace/step.exp: Update "info record" output.
10156 * gdb.btrace/stepi.exp: Update "info record" output.
10157 * gdb.btrace/nohist.exp: Update "info record" output.
10158
101592015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10160
10161 PR gdb/15678
10162 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10163
101642015-02-06 Pedro Alves <palves@redhat.com>
10165
10166 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10167 macro.
10168 (seconds_left, again): New globals.
10169 (main): Wait seconds_left in a 1-second sleep loop instead of
10170 sleeping 180 seconds. If 'again' is set, reset the seconds
10171 counter.
10172 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10173 'again' in the inferior before detaching. Print the seconds left.
10174 (options): New global.
10175 (top level): Build program with -DTIMEOUT=$timeout.
10176
101772015-02-06 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10180 determine how many seconds to pass to 'alarm'.
10181 * gdb.base/gdb-sigterm.exp (top level): Build program with
10182 -DTIMEOUT=$timeout.
10183 (do_test): Return success/failure indication. Add more verbose
10184 logging. Don't fail if 200 single steps are seen. Instead, fail
10185 when the test times out.
10186 (passes): New global.
10187 (top level): Break the testing loop if testing fails on any
10188 iteration. Use gdb_assert.
10189
101902015-02-04 Don Breazeal <donb@codesourcery.com>
10191
10192 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10193 and initialize them.
10194 (ipc_cleanup): New function.
10195 (main): Don't declare shmid, semid, and msqid. Add a call to
10196 atexit so that we call ipc_cleanup on exit.
10197
101982015-02-04 Pedro Alves <palves@redhat.com>
10199
10200 * boards/native-extended-gdbserver.exp: Remove any target variant
10201 specifications from the board name before clearing the isremote
10202 flag from board_info.
10203
102042015-01-31 Doug Evans <xdje42@gmail.com>
10205
10206 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10207
102082015-01-31 Gary Benson <gbenson@redhat.com>
10209
10210 * gdb.base/completion.exp: Disable completion limiting for
10211 existing tests. Add new tests to check completion limiting.
10212 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10213
102142015-01-31 Doug Evans <xdje42@gmail.com>
10215
10216 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10217
102182015-01-31 Doug Evans <xdje42@gmail.com>
10219
10220 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10221 entries. Duplicate file section script entries.
10222 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10223 inlined entries. Add test for safe-path rejection.
10224 * gdb.python/py-section-script.c: Add duplicate inlined section script
10225 entries. Duplicate file section script entries.
10226 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10227 inlined entries. Add test for safe-path rejection.
10228
102292015-01-29 Joel Brobecker <brobecker@adacore.com>
10230
10231 * gdb.ada/disc_arr_bound: New testcase.
10232
102332015-01-29 Joel Brobecker <brobecker@adacore.com>
10234
10235 * gdb.ada/mi_var_array: New testcase.
10236
102372015-01-27 Doug Evans <dje@google.com>
10238
10239 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10240 Add test for objfile.filename, objfile.username after objfile
10241 has been unloaded.
10242
102432015-01-26 Joel Brobecker <brobecker@adacore.com>
10244
10245 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10246 the second test to print the name attribute of value
10247 returned by the call to gdb.lookup_type, and adjust
10248 the expected output accordingly.
10249
102502015-01-25 Mark Wielaard <mjw@redhat.com>
10251
10252 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10253 * gdb.base/disp-step-fork.c: Include unistd.h.
10254 * gdb.base/siginfo-obj.c: Include stdio.h.
10255 * gdb.base/siginfo-thread.c: Likewise.
10256 * gdb.mi/non-stop.c: Include unistd.h.
10257 * gdb.mi/nsthrexec.c: Include stdio.h.
10258 * gdb.mi/pthreads.c: Include unistd.h.
10259 * gdb.modula2/unbounded1.c (main): Declare returns int.
10260 * gdb.reverse/consecutive-reverse.c: Likewise.
10261 * gdb.threads/create-fail.c: Include unistd.h.
10262 * gdb.threads/killed.c: Likewise.
10263 * gdb.threads/linux-dp.c: Likewise.
10264 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10265 * gdb.threads/non-ldr-exc-2.c: Likewise.
10266 * gdb.threads/non-ldr-exc-3.c: Likewise.
10267 * gdb.threads/non-ldr-exc-4.c: Likewise.
10268 * gdb.threads/pthreads.c: Include unistd.h.
10269 (main): Declare returns int.
10270 * gdb.threads/tls-main.c (foo): New declaration.
10271 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10272
102732015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10274
10275 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10276 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10277
102782015-01-15 Mark Wielaard <mjw@redhat.com>
10279
10280 * gdb.base/noreturn-return.c: New file.
10281 * gdb.base/noreturn-return.exp: New file.
10282 * gdb.base/noreturn-finish.c: New file.
10283 * gdb.base/noreturn-finish.exp: New file.
10284
102852015-01-23 Pedro Alves <palves@redhat.com>
10286
10287 * gdb.threads/continue-pending-after-query.c: New file.
10288 * gdb.threads/continue-pending-after-query.exp: New file.
10289
102902015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10291 Simon Marchi <simon.marchi@ericsson.com>
10292
10293 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10294 * gdb.base/valgrind-db-attach.exp: Same.
10295 * gdb.base/valgrind-infcall.exp: Same.
10296 * lib/mi-support.exp (default_mi_gdb_start): Same.
10297 * lib/prompt.exp (default_prompt_gdb_start): Same.
10298 * lib/gdb.exp (default_gdb_spawn): Same.
10299 (gdb_interact): New.
10300
10301
103022015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10303
10304 * gdb.compile/compile.exp (pointer to jit function): New test.
10305
103062015-01-17 Wei-cheng Wang <cole945@gmail.com>
10307
10308 * lib/gdb.exp (supports_process_record): Return true for
10309 powerpc*-*-linux*.
10310 (supports_reverse): Likewise.
10311
103122015-01-15 Don Breazeal <donb@codesourcery.com>
10313
10314 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10315 instead of checking whether the target board is remote and
10316 use spawn_wait_for_attach instead of exec/sleep.
10317 * gdb.base/attach-twice.exp: Likewise.
10318
103192015-01-15 Joel Brobecker <brobecker@adacore.com>
10320
10321 * gdb.ada/var_arr_attrs: New testcase.
10322
103232015-01-14 Pedro Alves <palves@redhat.com>
10324 Joel Brobecker <brobecker@adacore.com>
10325
10326 PR gdb/17525
10327 * gdb.base/bp-cmds-execution-x-script.c: New file.
10328 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10329 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10330
103312015-01-14 Pedro Alves <palves@redhat.com>
10332
10333 PR cli/17828
10334 * gdb.base/batch-preserve-term-settings.c: New file.
10335 * gdb.base/batch-preserve-term-settings.exp: New file.
10336
103372015-01-13 Doug Evans <dje@google.com>
10338
10339 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10340 binary.
10341
103422015-01-13 Joel Brobecker <brobecker@adacore.com>
10343
10344 * Makefile.in (clean mostlyclean): Do not delete *.py.
10345
103462015-01-13 Joel Brobecker <brobecker@adacore.com>
10347
10348 * gdb.python/py-lookup-type.exp: New file.
10349
103502015-01-12 Pedro Alves <palves@redhat.com>
10351
10352 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10353 restore GDBFLAGS before returning.
10354
103552015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10356
10357 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10358 is_amd64_regs_target and is_x86_like_target.
10359
103602015-01-11 Doug Evans <xdje42@gmail.com>
10361
10362 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10363 is given without an explicit form.
10364 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10365 attributes.
10366 * gdb.dwarf/corrupt.exp: Ditto.
10367 * gdb.dwarf2/enum-type.exp: Ditto.
10368 * gdb.trace/entry-values.exp: Ditto.
10369 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10370
103712015-01-11 Doug Evans <xdje42@gmail.com>
10372
10373 PR gdb/15830
10374 * gdb.base/maint.exp: Remove references to "maint demangle".
10375 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10376 Add tests for explicitly specifying language to demangle.
10377 * gdb.dlang/demangle.exp: Ditto.
10378
103792015-01-09 Pedro Alves <palves@redhat.com>
10380
10381 * gdb.threads/non-stop-fair-events.c: New file.
10382 * gdb.threads/non-stop-fair-events.exp: New file.
10383
103842015-01-09 Pedro Alves <palves@redhat.com>
10385
10386 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10387 the global scope. Set a breakpoint after all threads are started
10388 rather than stepping over two source lines. Expect the prompt.
10389 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10390 global.
10391 (NUM): Now 15.
10392 (main): Use threads_started_barrier to wait for all threads to
10393 start. Main thread no longer calls thread_function. Exit after
10394 180 seconds.
10395 (loop): New function.
10396 (thread_function): Wait on threads_started_barrier barrier. Call
10397 'loop' at each iteration.
10398 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10399 threads have started, instead of hardcoding number of "next"
10400 steps. Use an access watchpoint instead of a write watchpoint.
10401
104022015-01-09 Pedro Alves <palves@redhat.com>
10403
10404 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10405 (thread_func): Wait on barrier.
10406 (main): Wait for all threads to start before stopping GDB.
10407 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10408 global.
10409 (thread1_func, thread2_func): Wait on barrier.
10410 (main): Wait for all threads to start before stopping GDB.
10411 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10412 New global.
10413 (thread1_func, thread2_func): Wait on barrier.
10414 (main): Wait for all threads to start before stopping GDB.
10415
104162015-01-09 Pedro Alves <palves@redhat.com>
10417
10418 * gdb.threads/attach-many-short-lived-threads.c: New file.
10419 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10420
104212014-01-09 Pedro Alves <palves@redhat.com>
10422
10423 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10424 instead of to thread 2.
10425 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10426 Add barrier around each pthread_create call instead of around all
10427 calls.
10428 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10429 Set a break on thread_function and have the child threads hit it
10430 one at at a time.
10431
104322015-01-09 Pedro Alves <palves@redhat.com>
10433
10434 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10435 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10436 false.
10437 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10438 checking whether the target board is remote.
10439 * gdb.multi/multi-attach.exp: Likewise.
10440 * gdb.python/py-sync-interp.exp: Likewise.
10441 * gdb.server/ext-attach.exp: Likewise.
10442 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10443 tests that need to attach, instead of checking whether the target
10444 board is remote at the top of the file.
10445
104462015-01-08 Yao Qi <yao@codesourcery.com>
10447
10448 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10449
104502015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10451
10452 Fix testcase compilation.
10453 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10454
104552015-01-06 Joel Brobecker <brobecker@adacore.com>
10456
10457 * gdb.python/py-type.exp: Add a couple test about empty
10458 array creation, and negative-length array creation.
10459
104602015-01-02 Doug Evans <xdje42@gmail.com>
10461
10462 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10463
104642015-01-02 Doug Evans <dje@google.com>
10465
10466 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10467
104682014-12-29 Yao Qi <yao@codesourcery.com>
10469
10470 * gdb.trace/entry-values.exp: Update comments. Rename variable
10471 bar_call_foo to returned_from_foo.
10472
104732014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10474
10475 PR gdb/17394
10476 * gdb.linespec/break-asm-file.c: New file.
10477 * gdb.linespec/break-asm-file.exp: New file.
10478 * gdb.linespec/break-asm-file0.s: New file.
10479 * gdb.linespec/break-asm-file1.s: New file.
10480
104812014-12-18 Nigel Stephens <nigel@mips.com>
10482 Maciej W. Rozycki <macro@codesourcery.com>
10483
10484 * gdb.base/float.exp: Handle the new output from "info float" on
10485 MIPS targets.
10486
104872014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10488
10489 Fix MinGW compilation.
10490 * gdb.compile/compile-ops.exp: Update untested message if
10491 !skip_compile_feature_tests.
10492 * gdb.compile/compile-setjmp.exp: Likewise.
10493 * gdb.compile/compile-tls.exp: Likewise.
10494 * gdb.compile/compile.exp: Likewise.
10495 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10496 supported on this host".
10497
104982014-12-16 Doug Evans <xdje42@gmail.com>
10499
10500 * boards/stabs.exp: New file.
10501
105022014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10503
10504 * gdb.base/completion.exp: Adjust to format changes of "maint
10505 print user-registers".
10506
105072014-12-16 Catalin Udma <catalin.udma@freescale.com>
10508
10509 PR server/17457
10510 * gdb.arch/aarch64-fp.c: New file.
10511 * gdb.arch/aarch64-fp.exp: New file.
10512
105132014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10514
10515 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10516 r210637, r210913, r211666, r215400, r215817).
10517
10518 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10519 * dg-extract-results.py: New file.
10520 * dg-extract-results.sh: Use it if the environment seems
10521 suitable.
10522
10523 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10524
10525 * dg-extract-results.py (parse_run): Handle warnings that
10526 are printed before a test harness is run.
10527
10528 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10529
10530 * dg-extract-results.py (Named): Remove __cmp__ method.
10531 (output_variation): Use a key to sort variation.harnesses.
10532
10533 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10534
10535 * dg-extract-results.py: For Python 3, force sys.stdout to
10536 handle surrogate escape sequences.
10537 (safe_open): New function.
10538 (output_segment, main): Use it.
10539
10540 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10541
10542 * dg-extract-results.py (Prog.result_re): Include options
10543 in test name.
10544
10545 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10546
10547 * dg-extract-results.py (output_variation): Always sort if
10548 do_sum.
10549
105502014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10551
10552 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10553 as long as we get pagination notifications.
10554
105552014-12-15 Jason Merrill <jason@redhat.com>
10556
10557 * Makefile.in (check-gdb.%): Restore.
10558 * README: Mention it.
10559
105602014-12-13 Joel Brobecker <brobecker@adacore.com>
10561
10562 * gdb.ada/str_uninit: New testcase.
10563
105642014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10565
10566 PR symtab/17642
10567 * gdb.base/vla-stub-define.c: New file.
10568 * gdb.base/vla-stub.c: New file.
10569 * gdb.base/vla-stub.exp: New file.
10570
105712014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10572 Jan Kratochvil <jan.kratochvil@redhat.com>
10573 Tom Tromey <tromey@redhat.com>
10574
10575 * configure.ac: Add gdb.compile/.
10576 * configure: Regenerate.
10577 * gdb.compile/Makefile.in: New file.
10578 * gdb.compile/compile-ops.exp: New file.
10579 * gdb.compile/compile-ops.c: New file.
10580 * gdb.compile/compile-tls.c: New file.
10581 * gdb.compile/compile-tls.exp: New file.
10582 * gdb.compile/compile-constvar.S: New file.
10583 * gdb.compile/compile-constvar.c: New file.
10584 * gdb.compile/compile-mod.c: New file.
10585 * gdb.compile/compile-nodebug.c: New file.
10586 * gdb.compile/compile-setjmp-mod.c: New file.
10587 * gdb.compile/compile-setjmp.c: New file.
10588 * gdb.compile/compile-setjmp.exp: New file.
10589 * gdb.compile/compile-shlib.c: New file.
10590 * gdb.compile/compile.c: New file.
10591 * gdb.compile/compile.exp: New file.
10592 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10593
105942014-12-12 Tom Tromey <tromey@redhat.com>
10595
10596 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10597 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10598
105992014-12-12 Doug Evans <dje@google.com>
10600
10601 * lib/gdb-python.exp (get_python_valueof): New function.
10602 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10603
106042014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10605
10606 * gdb.base/completion.exp: Add test for completion of "info
10607 registers ".
10608
106092014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10610
10611 * gdb.base/func-ptrs.c: New file.
10612 * gdb.base/func-ptrs.exp: New file.
10613
106142014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10615
10616 PR breakpoints/17012
10617 * gdb.base/dprintf-detach.c: New file.
10618 * gdb.base/dprintf-detach.exp: New file.
10619
106202014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10621
10622 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10623 * lib/gdb.exp (target_is_gdbserver): New procedure.
10624
106252014-12-08 Doug Evans <dje@google.com>
10626
10627 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10628
106292014-12-05 Yao Qi <yao@codesourcery.com>
10630
10631 * gdb.guile/scm-error.exp: Remove the third argument to
10632 gdb_remote_download.
10633 * gdb.guile/scm-frame-args.exp: Likewise.
10634 * gdb.guile/scm-section-script.exp: Likewise.
10635
106362014-12-05 Yao Qi <yao@codesourcery.com>
10637
10638 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10639
106402014-12-04 Doug Evans <dje@google.com>
10641
10642 * gdb.python/py-objfile.exp: Add tests for
10643 objfile.add_separate_debug_file.
10644
106452014-12-04 Doug Evans <dje@google.com>
10646
10647 * lib/gdb.exp (get_build_id): New function.
10648 (build_id_debug_filename_get): Rewrite to use it.
10649 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10650
106512014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10652
10653 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10654 `method(long)', not just 0x0.
10655 * gdb.cp/nsalias.exp: Align code labels to 4.
10656 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10657 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10658 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10659 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10660 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10661 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10662
106632014-12-02 Doug Evans <dje@google.com>
10664
10665 PR symtab/17602
10666 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10667 * gdb.cp/anon-ns2.cc: ... here. New file.
10668 * gdb.cp/anon-ns.exp: Update.
10669
106702014-12-02 Nick Bull <nicholaspbull@gmail.com>
10671
10672 * gdb.python/py-events.py (inferior_call_handler): New.
10673 (register_changed_handler, memory_changed_handler): New.
10674 (test_events.invoke): Register new handlers.
10675 * gdb.python/py-events.exp: Add tests for inferior call,
10676 memory_changed and register_changed events.
10677
106782014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10679
10680 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10681 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10682 if the linker doesn't understand this.
10683
106842014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10685
10686 * gdb.python/python.exp: Change expected reply to help().
10687
106882014-12-01 Yao Qi <yao@codesourcery.com>
10689
10690 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10691 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10692 * configure: Re-generated.
10693
106942014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10695
10696 * gdb.cp/chained-calls.cc: New file.
10697 * gdb.cp/chained-calls.exp: New file.
10698 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10699
107002014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10701
10702 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10703 * gdb.dwarf2/symtab-producer.exp: Same.
10704 * gdb.gdb/python-interrupts.exp: Same.
10705 * gdb.gdb/python-selftest.exp: Same.
10706 * gdb.python/py-linetable.exp: Same.
10707 * gdb.python/py-type.exp: Same.
10708 * gdb.python/py-value-cc.exp: Same.
10709 * gdb.python/py-value.exp: Same.
10710
107112014-11-28 Yao Qi <yao@codesourcery.com>
10712
10713 * gdb.base/break-probes.exp: Match library name prefixed with
10714 sysroot.
10715
107162014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10717
10718 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10719 test expected output. Add parentheses for the call to print.
10720 Remove L suffix from integers.
10721
107222014-11-26 Doug Evans <dje@google.com>
10723
10724 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10725
107262014-11-22 Yao Qi <yao@codesourcery.com>
10727
10728 * gdb.trace/entry-values.c: Remove asms.
10729 (foo): Add foo_label.
10730 (bar): Add bar_label.
10731 * gdb.trace/entry-values.exp: Remove code computing foo's
10732 length and bar's length.
10733 (Dwarf::assemble): Invoke function_range for bar and use
10734 MACRO_AT_func for foo.
10735
107362014-11-22 Yao Qi <yao@codesourcery.com>
10737
10738 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10739 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10740 Use .Lgcc43_procstart instead of gcc43.
10741
107422014-11-21 Joel Brobecker <brobecker@adacore.com>
10743
10744 * gdb.ada/n_arr_bound: New testcase.
10745
107462014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10747
10748 PR breakpoints/10737
10749 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10750 test_catch_syscall_multi_arch.
10751 (test_catch_syscall_multi_arch): New function.
10752
107532014-11-20 Doug Evans <xdje42@gmail.com>
10754
10755 * gdb.base/maint.exp: Update expected output.
10756
107572014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10758
10759 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10760 4-byte instruction on S390.
10761
107622014-11-19 Joel Brobecker <brobecker@adacore.com>
10763
10764 * gdb.ada/arr_arr: New testcase.
10765
107662014-11-19 Joel Brobecker <brobecker@adacore.com>
10767
10768 * gdb.ada/pkd_arr_elem: New Testcase.
10769
107702014-11-18 Luis Machado <lgustavo@codesourcery.com>
10771
10772 * gdb.reverse/break-precsave: Expect completion message for
10773 core file reads.
10774 * gdb.reverse/consecutive-precsave.exp: Likewise.
10775 * gdb.reverse/finish-precsave.exp: Likewise.
10776 * gdb.reverse/i386-precsave.exp: Likewise.
10777 * gdb.reverse/machinestate-precsave.exp: Likewise.
10778 * gdb.reverse/sigall-precsave.exp: Likewise.
10779 * gdb.reverse/solib-precsave.exp: Likewise.
10780 * gdb.reverse/step-precsave.exp: Likewise.
10781 * gdb.reverse/until-precsave.exp: Likewise.
10782 * gdb.reverse/watch-precsave.exp: Likewise.
10783
107842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10785
10786 * gdb.base/bp-permanent.c: Include unistd.h.
10787 * gdb.python/py-framefilter-mi.c (main): Add return type.
10788 * gdb.python/py-framefilter.c (main): Likewise.
10789 * gdb.trace/actions-changed.c (main): Likewise.
10790
107912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10792
10793 * gdb.mi/until.c: Add eye-catchers.
10794 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10795 line numbers.
10796
107972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10798
10799 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10800 function header variants in break1.c.
10801 * gdb.base/ena-dis-br.exp: Likewise.
10802 * gdb.base/hbreak2.exp: Likewise.
10803 * gdb.reverse/until-precsave.exp: Drop references to removed
10804 non-prototype function header variants in ur1.c.
10805 * gdb.reverse/until-reverse.exp: Likewise.
10806
108072014-11-17 Petr Machata <pmachata@redhat.com>
10808
10809 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10810 ${_cu_offset_size} bytes abbrev offset.
10811
108122014-11-15 Doug Evans <xdje42@gmail.com>
10813
10814 PR symtab/17559
10815 * gdb.base/line-symtabs.exp: New file.
10816 * gdb.base/line-symtabs.c: New file.
10817 * gdb.base/line-symtabs.h: New file.
10818
108192014-11-14 Yao Qi <yao@codesourcery.com>
10820
10821 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10822 (func): Add label func_label.
10823 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10824 Replace low_pc and high_pc with MACRO_AT_range.
10825 Replace name, low_pc and high_pc with MACRO_AT_func.
10826
108272014-11-14 Yao Qi <yao@codesourcery.com>
10828
10829 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10830 Replace name, low_pc and high_pc with MACRO_AT_func.
10831
108322014-11-14 Yao Qi <yao@codesourcery.com>
10833
10834 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10835 produce debug information.
10836 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10837
108382014-11-14 Yao Qi <yao@codesourcery.com>
10839
10840 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10841 object and get function length.
10842 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10843 with MACRO_AT_func.
10844 (top-level): Replace gdb_compile and clean_restart with
10845 prepare_for_testing.
10846 * gdb.dwarf2/main.c (main): Add label main_label.
10847
108482014-11-14 Yao Qi <yao@codesourcery.com>
10849
10850 * lib/dwarf.exp (function_range): New procedure.
10851 (Dwarf::_handle_macro_at_func): New procedure.
10852 (Dwarf::_handle_macro_at_range): New procedure.
10853 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10854
108552014-11-14 Yao Qi <yao@codesourcery.com>
10856
10857 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10858 (_handle_attribute): New procedure.
10859
108602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10861
10862 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10863 * gdb.base/call-sc.c (zed): Likewise.
10864 * gdb.base/checkpoint.c (main): Likewise.
10865 * gdb.base/dump.c (main): Likewise.
10866 * gdb.base/gcore.c (main): Likewise.
10867 * gdb.base/huge.c (main): Likewise.
10868 * gdb.base/multi-forks.c (main): Likewise.
10869 * gdb.base/pr10179-a.c (main): Likewise.
10870 * gdb.base/savedregs.c (main): Likewise.
10871 * gdb.base/sigaltstack.c (main): Likewise.
10872 * gdb.base/siginfo.c (main): Likewise.
10873 * gdb.base/structs.c (zed): Likewise.
10874 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10875 * gdb.mi/mi-syn-frame.c (main): Likewise.
10876 * gdb.mi/until.c (foo, main): Likewise.
10877 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10878 * gdb.base/solib-weak.c (foo): Declare.
10879 * gdb.base/attach-twice.c: Include stdio.h.
10880 * gdb.base/weaklib1.c: Likewise.
10881 * gdb.base/weaklib2.c: Likewise.
10882 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10883 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10884 unistd.h.
10885 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10886 * gdb.mi/mi-exit-code.c: Likewise.
10887 * gdb.base/break-interp-lib.c: Include string.h.
10888 * gdb.base/coremaker.c: Likewise.
10889 * gdb.base/testenv.c: Likewise.
10890 * gdb.python/py-finish-breakpoint.c: Likewise.
10891 * gdb.base/inferior-died.c: Include sys/wait.h.
10892 * gdb.base/fileio.c: Include time.h.
10893 * gdb.base/async-shell.c: Include unistd.h.
10894 * gdb.base/dprintf-non-stop.c: Likewise.
10895 * gdb.base/info-os.c: Likewise.
10896 * gdb.mi/mi-console.c: Likewise.
10897 * gdb.mi/watch-nonstop.c: Likewise.
10898 * gdb.python/py-events.c: Likewise.
10899 * gdb.base/async.c (baz): Move up before its invocation.
10900 * gdb.base/code_elim2.c (my_global_func): Likewise.
10901 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10902 * gdb.base/advance.c (func2): Likewise.
10903
109042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10905
10906 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10907 variant.
10908 * gdb.base/annota3.c: Likewise.
10909 * gdb.base/async.c: Likewise.
10910 * gdb.base/average.c: Likewise.
10911 * gdb.base/call-ar-st.c: Likewise.
10912 * gdb.base/call-rt-st.c: Likewise.
10913 * gdb.base/call-sc.c: Likewise.
10914 * gdb.base/call-strs.c: Likewise.
10915 * gdb.base/ending-run.c: Likewise.
10916 * gdb.base/execd-prog.c: Likewise.
10917 * gdb.base/exprs.c: Likewise.
10918 * gdb.base/foll-exec.c: Likewise.
10919 * gdb.base/foll-fork.c: Likewise.
10920 * gdb.base/foll-vfork.c: Likewise.
10921 * gdb.base/funcargs.c: Likewise.
10922 * gdb.base/gcore.c: Likewise.
10923 * gdb.base/jump.c: Likewise.
10924 * gdb.base/langs0.c: Likewise.
10925 * gdb.base/langs1.c: Likewise.
10926 * gdb.base/langs2.c: Likewise.
10927 * gdb.base/mips_pro.c: Likewise.
10928 * gdb.base/nodebug.c: Likewise.
10929 * gdb.base/opaque0.c: Likewise.
10930 * gdb.base/opaque1.c: Likewise.
10931 * gdb.base/recurse.c: Likewise.
10932 * gdb.base/run.c: Likewise.
10933 * gdb.base/scope0.c: Likewise.
10934 * gdb.base/scope1.c: Likewise.
10935 * gdb.base/setshow.c: Likewise.
10936 * gdb.base/setvar.c: Likewise.
10937 * gdb.base/shmain.c: Likewise.
10938 * gdb.base/shr1.c: Likewise.
10939 * gdb.base/shr2.c: Likewise.
10940 * gdb.base/sigall.c: Likewise.
10941 * gdb.base/signals.c: Likewise.
10942 * gdb.base/so-indr-cl.c: Likewise.
10943 * gdb.base/solib2.c: Likewise.
10944 * gdb.base/structs.c: Likewise.
10945 * gdb.base/sum.c: Likewise.
10946 * gdb.base/vforked-prog.c: Likewise.
10947 * gdb.base/watchpoint.c: Likewise.
10948 * gdb.reverse/shr2.c: Likewise.
10949 * gdb.reverse/until-reverse.c: Likewise.
10950 * gdb.reverse/ur1.c: Likewise.
10951 * gdb.reverse/watch-reverse.c: Likewise.
10952
109532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10954
10955 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10956 variant.
10957 * gdb.base/sepdebug.exp: Drop references to removed code.
10958
109592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10960
10961 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10962 variant. Preserve original line numbering.
10963 * gdb.base/list1.c: Likewise.
10964
109652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10966
10967 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10968 variant.
10969 * gdb.base/break1.c: Likewise.
10970 * gdb.base/break.exp: Drop references to removed code.
10971
109722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10973
10974 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10975 variant.
10976
109772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10978
10979 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10980
109812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10982
10983 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10984 logic into perform_all_tests() and invoke it with and without
10985 function header prototypes.
10986 (do_function_calls): Remove conditional XFAIL for PR 5318.
10987 (rerun_and_prepare): Remove duplicate code.
10988 (perform_all_tests): New. Main logic moved here.
10989
109902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10991
10992 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10993 code guarded by #ifdef NO_PROTOTYPES.
10994 (t_double_many_args): Likewise.
10995 (DEF_FUNC_MANY_ARGS_1): Likewise.
10996 (DEF_FUNC_VALUES_1): Likewise.
10997 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10998 guarded by #ifdef PROTOTYPES.
10999
110002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11001
11002 * gdb.mi/mi-console.c: Add eye-catcher.
11003 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11004 instead of literal line number.
11005
110062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11007
11008 * gdb.base/shr2.c: Add eye-catcher.
11009 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11010 line number.
11011
110122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11013
11014 * gdb.base/jump.c: Add eye-catchers.
11015 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11016 numbers.
11017
110182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11019
11020 * gdb.base/execd-prog.c: Add eye-catchers.
11021 * gdb.base/foll-exec.c: Likewise.
11022 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11023 line numbers.
11024
110252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11026
11027 * gdb.base/ending-run.c: Add eye-catchers.
11028 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11029 literal line numbers.
11030
110312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11032
11033 * gdb.base/call-rt-st.c: Add eye-catchers.
11034 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11035 literal line numbers.
11036
110372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11038
11039 * gdb.base/call-ar-st.c: Add eye-catchers.
11040 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11041 literal line numbers.
11042
110432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11044
11045 * gdb.base/average.c: Add eye-catchers.
11046 * gdb.base/sum.c: Likewise.
11047 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11048 regexps dynamically.
11049
110502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11051
11052 * gdb.base/solib1.c: Add eye-catchers.
11053 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11054 literal line numbers.
11055
110562014-11-12 Pedro Alves <palves@redhat.com>
11057
11058 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11059 leader has exited.
11060
110612014-11-12 Pedro Alves <palves@redhat.com>
11062
11063 * gdb.arch/i386-bp_permanent.c: New file.
11064 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11065 (srcfile): Set to i386-bp_permanent.c.
11066 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11067 that stepi does not execute the 'leave' instruction, instead of
11068 testing it does execute.
11069 * gdb.base/bp-permanent.c: New file.
11070 * gdb.base/bp-permanent.exp: New file.
11071
110722014-11-10 Doug Evans <xdje42@gmail.com>
11073
11074 PR symtab/17564
11075 * gdb.base/symtab-search-order.exp: New file.
11076 * gdb.base/symtab-search-order.c: New file.
11077 * gdb.base/symtab-search-order-1.c: New file.
11078 * gdb.base/symtab-search-order-shlib-1.c: New file.
11079
110802014-11-07 Pedro Alves <palves@redhat.com>
11081
11082 PR gdb/17511
11083 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11084 i?86-*-linux*.
11085
110862014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11087
11088 PR c++/17494
11089 * gdb.cp/pr17494.cc: New file.
11090 * gdb.cp/pr17494.exp: New file.
11091
110922014-11-02 Yao Qi <yao@codesourcery.com>
11093
11094 * gdb.python/python.exp: Get working directory and match the
11095 output of "set extended-prompt \\w " with it.
11096
110972014-10-30 Doug Evans <dje@google.com>
11098
11099 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11100 in objfiles.
11101 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11102 in progspaces.
11103
111042014-10-30 Janis Johnson <janisjo@codesourcery.com>
11105
11106 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11107 * gdb.base/realname-expand.exp: Likewise.
11108 * gdb.linespec/macro-relative.exp: Likewise.
11109
111102014-10-29 Pedro Alves <palves@redhat.com>
11111
11112 PR gdb/17408
11113 * gdb.threads/schedlock.c (some_function): New function.
11114 (call_function): New global.
11115 (MAYBE_CALL_SOME_FUNCTION): New macro.
11116 (thread_function): Call it.
11117 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11118 and use it instead of a global counter. Adjust all callers.
11119 (get_current_thread): Use "find current thread" for test message
11120 here rather than having all callers pass down the same string.
11121 (goto_loop): New procedure, factored out from ...
11122 (my_continue): ... this.
11123 (step_ten_loops): Change parameter from test message to command to
11124 use. Adjust.
11125 (list_count): Delete global.
11126 (check_result): New procedure, factored out from duplicate top
11127 level code.
11128 (continue tests): Wrap in with_test_prefix.
11129 (test_step): New procedure, factored out from duplicate top level
11130 code.
11131 (top level): Test "step" in combination with all scheduler-locking
11132 modes. Test "next" in combination with all scheduler-locking
11133 modes, and in combination with stepping over a function call or
11134 not.
11135 * gdb.threads/next-bp-other-thread.c: New file.
11136 * gdb.threads/next-bp-other-thread.exp: New file.
11137
111382014-10-29 Pedro Alves <palves@redhat.com>
11139
11140 PR python/17372
11141 * gdb.python/python.exp: Test a multi-line command that spawns
11142 interactive Python.
11143 * gdb.base/multi-line-starts-subshell.exp: New file.
11144
111452014-10-29 Yao Qi <yao@codesourcery.com>
11146
11147 * gdb.base/fileio.exp: Make directories on host.
11148
111492014-10-29 Yao Qi <yao@codesourcery.com>
11150
11151 * gdb.base/fileio.c (test_write): Close the file.
11152
111532014-10-28 Pedro Alves <palves@redhat.com>
11154
11155 PR gdb/12623
11156 * gdb.base/sigstep.c (no_handler): New global.
11157 (main): If 'no_handler is true, set the signal handlers to
11158 SIG_IGN.
11159 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11160 with_sw_watch and no_handler parameters. Handle them.
11161 (top level) <stepping over handler when stopped at a breakpoint
11162 test>: Add a test axis for testing with a software watchpoint, and
11163 another for testing with the signal handler set to SIG_IGN.
11164 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11165 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11166
111672014-10-28 Pedro Alves <palves@redhat.com>
11168
11169 PR gdb/17511
11170 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11171 * gdb.base/sigstep.exp (other_handler_location): New global.
11172 (advance): Support stepping into the signal handler, and running
11173 commands while in the handler.
11174 (in_handler_map): New global.
11175 (top level): In the advance test, add combinations for getting
11176 into the handler with stepping commands, and for running commands
11177 in the handler. Add comment descripting the advancei tests.
11178
111792014-10-28 Pedro Alves <palves@redhat.com>
11180
11181 * gdb.base/sigstep.exp: Use build_executable instead of
11182 prepare_for_testing.
11183 (top level): Move code that starts GDB, runs to main and creates a
11184 display to ...
11185 (restart): ... this new procedure.
11186 (top level): Move backtrace from signal handler test to ...
11187 (validate_backtrace): ... this new procedure.
11188 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11189 with_test_prefix. Always restart GDB.
11190 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11191 with_test_prefix. Always restart GDB. No need to delete
11192 breakpoints after the test.
11193 (test_skip_handler): Remove prefix parameter.
11194 (skip_over_handler, breakpoint_to_handler)
11195 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11196 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11197 restart GDB. No need to delete breakpoints after the test.
11198 (top level): Use foreach to call the test procedures with
11199 different commands.
11200
112012014-10-28 Pedro Alves <palves@redhat.com>
11202
11203 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11204 instead of GNATS numbers.
11205 * gdb.base/sigbpt.exp: Likewise.
11206 * gdb.base/siginfo.exp: Likewise.
11207 * gdb.base/sigstep.exp: Likewise.
11208
112092014-10-27 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.base/sigstep.c (dummy): New global.
11212 (main): Issue a couple writes to the new global.
11213 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11214 procedures.
11215 (skip_over_handler): Use test_skip_handler.
11216 (top level): Call skip_over_handler for stepi and nexti too.
11217 (breakpoint_over_handler): Use test_skip_handler.
11218 (top level): Call breakpoint_over_handler for stepi and nexti too.
11219
112202014-10-27 Yao Qi <yao@codesourcery.com>
11221
11222 * gdb.trace/tfile.c (adjust_function_address)
11223 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11224 function descriptor.
11225
112262014-10-24 Don Breazeal <donb@codesourcery.com>
11227
11228 * gdb.base/foll-fork.exp (test_follow_fork,
11229 catch_fork_child_follow): Check for updated fork messages emitted
11230 from infrun.c.
11231 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11232 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11233 vfork_and_exec_child_follow_through_step): Check for updated vfork
11234 messages emitted from infrun.c.
11235
112362014-10-24 Pedro Alves <palves@redhat.com>
11237
11238 * gdb.base/corefile.exp: Remove references to ultrix.
11239 * gdb.base/interrupt.exp: Likewise.
11240 * gdb.base/whatis.exp: Likewise.
11241 * gdb.gdb/selftest.exp: Likewise.
11242 * gdb.threads/manythreads.exp: Likewise.
11243 * gdb.threads/print-threads.exp: Likewise.
11244 * gdb.threads/pthreads.exp:: Likewise.
11245 * gdb.threads/schedlock.exp: Likewise.
11246
112472014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11248
11249 * gdb.cp/non-trivial-retval.cc: Add a test case.
11250 * gdb.cp/non-trivial-retval.exp: Add a test.
11251
112522014-10-20 Yao Qi <yao@codesourcery.com>
11253
11254 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11255 * gdb.python/py-objfile-script-gdb.py: New file.
11256 * gdb.python/py-objfile-script.exp: Update reference to
11257 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11258 of remote_download. Remove the dest file.
11259
112602014-10-20 Yao Qi <yao@codesourcery.com>
11261
11262 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11263 * gdb.base/step-line.exp: Likewise.
11264 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11265 * gdb.dwarf2/dw2-basic.exp: Likewise.
11266 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11267 * gdb.dwarf2/dw2-filename.exp: Likewise.
11268 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11269 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11270 * gdb.dwarf2/dw2-producer.exp: Likewise.
11271 * gdb.dwarf2/mac-fileno.exp: Likewise.
11272 * gdb.python/py-frame-args.exp: Likewise.
11273 * gdb.python/py-framefilter.exp: Likewise.
11274 * gdb.python/py-mi.exp: Likewise.
11275 * gdb.python/py-objfile-script.exp: Likewise
11276 * gdb.python/py-pp-integral.exp: Likewise.
11277 * gdb.python/py-pp-re-notag.exp: Likewise.
11278 * gdb.python/py-prettyprint.exp: Likewise.
11279 * gdb.python/py-section-script.exp: Likewise.
11280 * gdb.python/py-typeprint.exp: Likewise.
11281 * gdb.python/py-xmethods.exp: Likewise.
11282 * gdb.stabs/weird.exp: Likewise.
11283 * gdb.xml/tdesc-regs.exp: Likewise.
11284
112852014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11286
11287 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11288 (out_cu): Use addr_len for the size of addresses.
11289 (out_line): Likewise. Size DW_LNE_set_address instruction
11290 according to addr_len.
11291 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11292 (FUNC): Add START_INSNS to definition.
11293
112942014-10-18 Yao Qi <yao@codesourcery.com>
11295
11296 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11297 gdb_has_argv0 return true.
11298 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11299 check [target_info exists noargs], check [gdb_has_argv0]
11300 instead.
11301 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11302 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11303 procedures.
11304
113052014-10-17 Doug Evans <dje@google.com>
11306
11307 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11308 event.
11309 * gdb.python/py-events.py: Add clear_objfiles event.
11310
113112014-10-17 Doug Evans <dje@google.com>
11312
11313 * gdb.python/py-objfile.exp: Test progspace attribute.
11314
113152014-10-17 Luis Machado <lgustavo@codesourcery.com>
11316
11317 * gdb.guile/scm-breakpoint.exp: Do not assume any
11318 directory separators when matching source file paths.
11319 * gdb.python/py-breakpoint.exp: Likewise.
11320 * gdb.reverse/break-precsave.exp: Likewise.
11321 * gdb.reverse/break-reverse.exp: Likewise.
11322 * gdb.reverse/consecutive-precsave.exp: Likewise.
11323 * gdb.reverse/finish-precsave.exp: Likewise.
11324 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11325 * gdb.reverse/finish-reverse.exp: Likewise.
11326 * gdb.reverse/i386-precsave.exp: Likewise.
11327 * gdb.reverse/i387-env-reverse.exp: Likewise.
11328 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11329 * gdb.reverse/machinestate-precsave.exp: Likewise.
11330 * gdb.reverse/machinestate.exp: Likewise.
11331 * gdb.reverse/sigall-precsave.exp: Likewise.
11332 * gdb.reverse/solib-precsave.exp: Likewise.
11333 * gdb.reverse/step-precsave.exp: Likewise.
11334 * gdb.reverse/until-precsave.exp: Likewise.
11335 * gdb.reverse/watch-precsave.exp: Likewise.
11336 * gdb.reverse/watch-reverse.exp: Likewise.
11337
113382014-10-17 Yao Qi <yao@codesourcery.com>
11339
11340 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11341 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11342
113432014-10-17 Pedro Alves <palves@redhat.com>
11344
11345 PR gdb/17471
11346 * gdb.base/bg-execution-repeat.c: New file.
11347 * gdb.base/bg-execution-repeat.exp: New file.
11348
113492014-10-17 Pedro Alves <palves@redhat.com>
11350
11351 PR gdb/17300
11352 * gdb.base/continue-all-already-running.c: New file.
11353 * gdb.base/continue-all-already-running.exp: New file.
11354
113552014-10-17 Pedro Alves <palves@redhat.com>
11356
11357 PR gdb/17472
11358 * gdb.base/annota-input-while-running.c: New file.
11359 * gdb.base/annota-input-while-running.exp: New file.
11360
113612014-10-17 Pedro Alves <palves@redhat.com>
11362
11363 * gdb.base/callfuncs.exp: emove references to osf.
11364 * gdb.base/sigall.exp: Likewise.
11365 * gdb.gdb/selftest.exp: Likewise.
11366 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11367 * gdb.mi/non-stop.c: Likewise.
11368 * gdb.mi/pthreads.c: Likewise.
11369 * gdb.reverse/sigall-precsave.exp: Likewise.
11370 * gdb.reverse/sigall-reverse.exp: Likewise.
11371 * gdb.threads/pthreads.c: Likewise.
11372 * gdb.threads/pthreads.exp: Likewise.
11373
113742014-10-17 Yao Qi <yao@codesourcery.com>
11375
11376 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11377 check 'target_info exists noargs'.
11378 (test_command_prompt_position): Likewise.
11379 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11380 Remove "set args".
11381 (progvar_simple_while_test): Likewise.
11382 (progvar_complex_if_while_test): Likewise.
11383 (if_while_breakpoint_command_test): Likewise.
11384 (infrun_breakpoint_command_test): Likewise.
11385 (breakpoint_command_test): Likewise.
11386 (watchpoint_command_test): Likewise.
11387 (bp_deleted_in_command_test): Likewise.
11388 (temporary_breakpoint_commands): Likewise.
11389
113902014-10-16 Yao Qi <yao@codesourcery.com>
11391
11392 * gdb.base/remotetimeout.exp: Remove noargs checking.
11393
113942014-10-15 Pedro Alves <palves@redhat.com>
11395
11396 PR breakpoints/9649
11397 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11398 * gdb.base/breakpoint-in-ro-region.exp
11399 (probe_target_hardware_step): New procedure.
11400 (top level): Probe hardware stepping and hardware breakpoint
11401 support. Test stepping through a read-only region, with both
11402 "breakpoint auto-hw" on and off and both "always-inserted" on and
11403 off.
11404
114052014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11406
11407 * gdb.dlang/demangle.exp: Update for demangling changes.
11408
114092014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11410
11411 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11412 * gdb.cp/non-trivial-retval.exp: Add new tests.
11413
114142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11415
11416 PR c++/13403
11417 PR c++/15154
11418 * gdb.cp/non-trivial-retval.cc: New file.
11419 * gdb.cp/non-trivial-retval.exp: New file.
11420
114212014-10-15 Yao Qi <yao@codesourcery.com>
11422
11423 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11424 remote host.
11425
114262014-10-15 Yao Qi <yao@codesourcery.com>
11427
11428 * gdb.python/py-symbol.exp: Match file base name if host is
11429 remote, otherwise match file name with dir name.
11430 * gdb.python/py-symtab.exp: Likewise.
11431 * gdb.python/python.exp: Likewise.
11432
114332014-10-15 Yao Qi <yao@codesourcery.com>
11434
11435 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11436 pattern.
11437 * gdb.python/py-symtab.exp: Likewise.
11438 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11439 locationn.
11440
114412014-10-14 Joel Brobecker <brobecker@adacore.com>
11442
11443 * gdb.ada/addr_arith: New testcase.
11444
114452014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11446
11447 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11448 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11449 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11450 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11451
114522014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11453
11454 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11455 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11456 * gdb.arch/stap-eval-lang-ada.exp: New file.
11457
114582014-10-14 Yao Qi <yao@codesourcery.com>
11459
11460 * gdb.mi/mi-var-child.c (nothing1): New function.
11461 (nothing2): New function.
11462 (do_children_tests): Set function pointers by nothing1 and
11463 nothing2.
11464 * gdb.mi/mi-var-child.exp: Step over new added statements.
11465 Update test to match the new output.
11466 * gdb.mi/var-cmd.c (nothing1): New function.
11467 (nothing2): New function.
11468 (do_children_tests): Set function pointers by nothing1 and
11469 nothing2.
11470 * gdb.mi/mi-var-display.exp: Update test to match output.
11471 Step to the line specified by $line_dct_nothing.
11472 Increase the number of lines to step.
11473
114742014-10-14 Yao Qi <yao@codesourcery.com>
11475
11476 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11477 tests.
11478 * gdb.mi/mi2-var-child.exp: Likewise.
11479
114802014-10-13 Doug Evans <dje@google.com>
11481
11482 * gdb.python/py-objfile.exp: Change name of file name test.
11483
114842014-10-13 Doug Evans <dje@google.com>
11485
11486 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11487 from the start of the CU.
11488
114892014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11490 Yao Qi <yao@codesourcery.com>
11491
11492 Fix "save breakpoints" for "catch" command.
11493 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11494 Remove -nonewline. Match also the added "main" line.
11495
114962014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11497
11498 Fix "save breakpoints" for "disable $bpnum" command.
11499 * gdb.base/save-bp.c (main): Add label.
11500 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11501
115022014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11503
11504 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11505
115062014-10-11 Yao Qi <yao@codesourcery.com>
11507
11508 * gdb.server/server-kill.exp: Execute command
11509 "set remote trace-status-packet on" before "tstatus".
11510
115112014-10-11 Yao Qi <yao@codesourcery.com>
11512
11513 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11514 (main): Call getppid.
11515 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11516 and continue to it. Read variable "server_pid".
11517
115182014-10-11 Yao Qi <yao@codesourcery.com>
11519
11520 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11521
115222014-10-11 Yao Qi <yao@codesourcery.com>
11523
11524 * gdb.threads/thread-find.exp: Don't execute command
11525 "info threads".
11526 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11527 * gdb.threads/linux-dp.exp: Don't check the condition
11528 $threads_created equals to zero.
11529
115302014-10-10 Pedro Alves <palves@redhat.com>
11531
11532 * gdb.base/bigcore.exp: Remove references to IRIX.
11533 * gdb.base/funcargs.exp: Likewise.
11534 * gdb.base/interrupt.exp: Likewise.
11535 * gdb.base/mips_pro.exp: Likewise.
11536 * gdb.base/nodebug.exp: Likewise.
11537 * gdb.base/setvar.exp: Likewise.
11538 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11539
115402014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11541 Pedro Alves <palves@redhat.com>
11542
11543 PR symtab/14466
11544 * gdb.base/vdso-warning.c: New file.
11545 * gdb.base/vdso-warning.exp: New file.
11546
115472014-10-02 Doug Evans <dje@google.com>
11548
11549 * gdb.base/structs.c (main): Don't run forever.
11550
115512014-10-02 Pedro Alves <palves@redhat.com>
11552
11553 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11554 (top level) <stop threads 1, stop threads 2>: Use it.
11555
115562014-10-02 Pedro Alves <palves@redhat.com>
11557
11558 * gdb.threads/break-while-running.exp (test): Add new
11559 'update_thread_list' argument. Skip "info threads" if false.
11560 (top level): Add new 'update_thread_list' axis.
11561
115622014-10-02 Pedro Alves <palves@redhat.com>
11563
11564 PR breakpoints/17431
11565 * gdb.base/execl-update-breakpoints.c: New file.
11566 * gdb.base/execl-update-breakpoints.exp: New file.
11567
115682014-10-01 Pedro Alves <palves@redhat.com>
11569
11570 * gdb.base/breakpoint-in-ro-region.c: New file.
11571 * gdb.base/breakpoint-in-ro-region.exp: New file.
11572
115732014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11574
11575 * gdb.mi/mi-exit-code.exp: New file.
11576 * gdb.mi/mi-exit-code.c: New file.
11577
115782014-09-30 Yao Qi <yao@codesourcery.com>
11579
11580 * lib/prelink-support.exp (build_executable_own_libs): Error if
11581 the target isn't native.
11582
115832014-09-30 Yao Qi <yao@codesourcery.com>
11584
11585 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11586 false.
11587
115882014-09-22 Pedro Alves <palves@redhat.com>
11589
11590 * gdb.threads/break-while-running.exp: New file.
11591 * gdb.threads/break-while-running.c: New file.
11592
115932014-09-19 Yao Qi <yao@codesourcery.com>
11594
11595 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11596 Invoke test. Restart GDB with --readnow and invoke test again.
11597
115982014-09-19 Yao Qi <yao@codesourcery.com>
11599
11600 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11601 proc set_breakpoint_on_gcd_function. Invoke
11602 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11603 invoke set_breakpoint_on_gcd_function again.
11604
116052014-09-18 Doug Evans <dje@google.com>
11606
11607 * gdb.dwarf2/symtab-producer.exp: New file.
11608
116092014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11610
11611 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11612 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11613 * gdb.base/global-var-nested-by-dso.c: Likewise.
11614 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11615
116162014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11617 Pedro Alves <palves@redhat.com>
11618
11619 * gdb.base/watch-bitfields.exp: Pass string other than test file
11620 name to prepare_for_testing.
11621 (watch): New procedure.
11622 (expect_watchpoint): Use with_test_prefix.
11623 (top level): Factor out tests to ...
11624 (test_watch_location, test_regular_watch): ... these new
11625 procedures, and use with_test_prefix and gdb_continue_to_end.
11626
116272014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11628
11629 PR breakpoints/12526
11630 * gdb.base/watch-bitfields.exp: New file.
11631 * gdb.base/watch-bitfields.c: New file.
11632
116332014-09-16 Pedro Alves <palves@redhat.com>
11634
11635 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11636 software and hardware addresses, not software address against
11637 itself.
11638
116392014-09-16 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11642 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11643
116442014-09-16 Pedro Alves <palves@redhat.com>
11645
11646 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11647 files.
11648 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11649 "*-*-vxworks*" throughout.
11650 * gdb.base/break.exp: Likewise.
11651 * gdb.base/default.exp: Likewise.
11652 * gdb.base/scope.exp: Likewise.
11653 * gdb.base/sepdebug.exp: Likewise.
11654 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11655 throughout.
11656 * gdb.base/run.c: Likewise.
11657 * gdb.base/sepdebug.c: Likewise.
11658 * gdb.hp/gdb.aCC/run.c: Likewise.
11659 * gdb.reverse/until-reverse.c: Likewise.
11660 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11661
116622014-09-16 Yao Qi <yao@codesourcery.com>
11663
11664 * boards/local-remote-host-native.exp: New file.
11665
116662014-09-14 Doug Evans <xdje42@gmail.com>
11667
11668 * gdb.threads/queue-signal.c (thread_count): New variable.
11669 (thread_count_mutex, thread_count_condvar): New variables.
11670 (incr_thread_count, wait_all_threads_running): New functions.
11671 (main): Wait for all threads to be in their thread functions.
11672
116732014-09-13 Doug Evans <xdje42@gmail.com>
11674
11675 * gdb.threads/queue-signal.c: New file.
11676 * gdb.threads/queue-signal.exp: New file.
11677
116782014-09-13 Doug Evans <xdje42@gmail.com>
11679
11680 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11681 be consistent with what default_gdb_init uses.
11682 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11683 the plain text of the prompt. Add some logging printfs.
11684 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11685
116862014-09-12 Pedro Alves <palves@redhat.com>
11687
11688 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11689 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11690 * gdb.arch/i386-size-overlap.exp: Likewise.
11691 * gdb.arch/i386-size.exp: Likewise.
11692 * gdb.arch/i386-unwind.exp: Likewise.
11693 * gdb.base/a2-run.exp: Likewise.
11694 * gdb.base/break.exp: Likewise.
11695 * gdb.base/charset.exp: Likewise.
11696 * gdb.base/chng-syms.exp: Likewise.
11697 * gdb.base/commands.exp: Likewise.
11698 * gdb.base/dbx.exp: Likewise.
11699 * gdb.base/find.exp: Likewise.
11700 * gdb.base/funcargs.exp: Likewise.
11701 * gdb.base/jit-simple.exp: Likewise.
11702 * gdb.base/reread.exp: Likewise.
11703 * gdb.base/sepdebug.exp: Likewise.
11704 * gdb.base/step-bt.exp: Likewise.
11705 * gdb.cp/mb-inline.exp: Likewise.
11706 * gdb.cp/mb-templates.exp: Likewise.
11707 * gdb.objc/basicclass.exp: Likewise.
11708 * gdb.threads/killed.exp: Likewise.
11709
117102014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11711
11712 PR tdep/17379
11713 * gdb.arch/powerpc-stackless.S: New file.
11714 * gdb.arch/powerpc-stackless.exp: New file.
11715
117162014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11717
11718 * gdb.base/attach.c: Include unistd.h.
11719 (main): Call alarm. Add label postloop.
11720 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11721 gdb_breakpoint, gdb_continue_to_breakpoint.
11722 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11723
117242014-09-11 Pedro Alves <palves@redhat.com>
11725
11726 PR gdb/17347
11727 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11728 * gdb.base/attach.exp (test_command_line_attach_run): New
11729 procedure.
11730 (top level): Call it.
11731
117322014-09-11 Pedro Alves <palves@redhat.com>
11733
11734 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11735 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11736 (do_command_attach_tests): Use spawn_wait_for_attach.
11737 * gdb.base/solib-overlap.exp: Likewise.
11738 * gdb.multi/multi-attach.exp: Likewise.
11739 * gdb.python/py-prompt.exp: Likewise.
11740 * gdb.python/py-sync-interp.exp: Likewise.
11741 * gdb.server/ext-attach.exp: Likewise.
11742
117432014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11744
11745 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11746 command in testcase. Simplify testcase.
11747
117482014-09-10 Joel Brobecker <brobecker@adacore.com>
11749
11750 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11751
117522014-09-10 Joel Brobecker <brobecker@adacore.com>
11753
11754 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11755
117562014-09-10 Joel Brobecker <brobecker@adacore.com>
11757
11758 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11759
117602014-09-10 Joel Brobecker <brobecker@adacore.com>
11761
11762 * gdb.dwarf2/dynarr-ptr.c: New file.
11763 * gdb.dwarf2/dynarr-ptr.exp: New file.
11764
117652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11766
11767 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11768 of 30 rather than hardcoding 120 for a slow test case. Take the
11769 `gdb,timeout' target setting into account for this calculation.
11770 Don't extend the timeout for the test cases that don't need it.
11771
117722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11773
11774 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11775 a factor of 2 for a slow test case. Take the `gdb,timeout'
11776 target setting into account for this calculation.
11777 * gdb.reverse/until-precsave.exp: Increase the timeout by
11778 a factor of 15 and 3 respectively rather than adding 120
11779 for a pair of slow test cases. Take the `gdb,timeout'
11780 target setting into account for this calculation.
11781
117822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11783
11784 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11785 timeout, don't pass one down to gdb_expect.
11786 (gdb_expect): Rework timeout selection.
11787
117882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11789
11790 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11791 exception on timeout.
11792 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11793 (gdbserver_start_extended): Catch any `gdbserver_start' error
11794 exceptions.
11795 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11796 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11797 `gdbserver_gdb_load' error exceptions.
11798
117992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11800
11801 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11802 120 on waiting for the TCP socket to open.
11803
118042014-09-09 Doug Evans <xdje42@gmail.com>
11805
11806 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11807 _caller_matches, _any_caller_is, _any_caller_matches.
11808
118092014-09-09 Doug Evans <xdje42@gmail.com>
11810
11811 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11812
118132014-09-09 Yao Qi <yao@codesourcery.com>
11814
11815 * gdb.mi/mi-var-display.exp: Set print symbol off.
11816
118172014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11818
11819 PR gdb/17035
11820 * gdb.base/commands.exp: Add tests to verify user-defined
11821 commands with empty bodies.
11822 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11823 python commands in `show user command`.
11824 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11825 scheme commands in `show user command`.
11826
118272014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11828
11829 PR python/17355
11830 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11831 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11832 * gdb.python/py-framefilter-invalidarg.exp: New file.
11833 * gdb.python/py-framefilter-invalidarg.py: New file.
11834
118352014-09-06 Doug Evans <xdje42@gmail.com>
11836
11837 PR 15276
11838 * gdb.python/py-caller-is.c: New file.
11839 * gdb.python/py-caller-is.exp: New file.
11840
118412014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11842
11843 PR gdb/17235
11844 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11845 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11846
118472014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11848
11849 PR fortran/17237
11850 * gdb.fortran/print-formatted.exp: New file.
11851 * gdb.fortran/print-formatted.f90: Likewise.
11852
118532014-09-03 Sasha Smundak <asmundak@google.com>
11854
11855 * gdb.python/py-frame.exp: Test Frame.read_register.
11856
118572014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11858
11859 PR python/16699
11860 * gdb.python/py-completion.exp: New file.
11861 * gdb.python/py-completion.py: Likewise.
11862
118632014-08-28 Doug Evans <dje@google.com>
11864
11865 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11866 eax,etc. are live with values set by gdb and thus the compiler can't
11867 use them.
11868 * gdb.arch/i386-pseudo.c (main): Ditto.
11869
118702014-08-27 Doug Evans <dje@google.com>
11871
11872 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11873
118742014-08-25 Doug Evans <dje@google.com>
11875
11876 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11877 (main): Ditto.
11878
118792014-08-25 Doug Evans <dje@google.com>
11880
11881 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11882
118832014-08-24 Yao Qi <yao@codesourcery.com>
11884
11885 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11886 symbol off.
11887 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11888
118892014-08-22 Doug Evans <dje@google.com>
11890
11891 PR 17276
11892 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11893 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11894 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11895
118962014-08-22 Yao Qi <yao@codesourcery.com>
11897
11898 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11899 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11900 * gdb.python/python.exp: Likewise. Use .py file on the host
11901 instead of the build.
11902
119032014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11904
11905 * gdb.threads/gcore-stale-thread.c: New file.
11906 * gdb.threads/gcore-stale-thread.exp: New file.
11907
119082014-08-21 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11911 * gdb.base/gcore-relro-pie.exp: Likewise.
11912 * gdb.base/gcore-relro.exp: Likewise.
11913 * gdb.base/gcore.exp: Likewise.
11914 * gdb.base/print-symbol-loading.exp: Likewise.
11915 * gdb.threads/gcore-thread.exp: Likewise.
11916 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11917
119182014-08-20 Pedro Alves <palves@redhat.com>
11919 Jan Kratochvil <jan.kratochvil@redhat.com>
11920
11921 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11922 configure.
11923 (EXPECT): Handle READ1 being set.
11924 (all): Depend on EXTRA_RULES.
11925 (check-read1, expect-read1, read1.so, read1): New rules.
11926 * README (Testsuite Parameters): Document the READ1 make variable.
11927 (Race detection): New section.
11928 * configure: Regenerate.
11929 * configure.ac: If build==host==target, and running under a
11930 GNU/glibc system, add read1 to the extra Makefile rules.
11931 (EXTRA_RULES): AC_SUBST it.
11932 * lib/read1.c: New file.
11933
119342014-08-20 Joel Brobecker <brobecker@adacore.com>
11935
11936 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11937 the handling of variables declared as a typedef to an array
11938 which a DW_AT_data_location attribute.
11939
119402014-08-19 Andrew Burgess <aburgess@broadcom.com>
11941 Pedro Alves <palves@redhat.com>
11942
11943 PR symtab/14604
11944 PR symtab/14605
11945 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11946 gdb_test.
11947
119482014-08-19 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11951
119522014-08-19 Yao Qi <yao@codesourcery.com>
11953
11954 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11955 right line.
11956
119572014-08-18 David Blaikie <dblaikie@gmail.com>
11958
11959 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11960
119612014-08-18 Joel Brobecker <brobecker@adacore.com>
11962
11963 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11964 attribute in array range.
11965
119662014-08-18 Joel Brobecker <brobecker@adacore.com>
11967
11968 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11969
119702014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11971
11972 PR c++/17132
11973 * gdb.cp/pr17132.cc: New file.
11974 * gdb.cp/pr17132.exp: New file.
11975
119762014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11977
11978 * gdb.python/py-xmethods.py (A_getarrayind)
11979 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11980 Use 'print' with function call syntax.
11981 (E_method_matcher.match): Fix tab vs space indentation mixup.
11982
119832014-08-15 Yao Qi <yao@codesourcery.com>
11984
11985 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11986 false.
11987
119882014-08-15 Yao Qi <yao@codesourcery.com>
11989
11990 * gdb.cp/casts.exp: Set print symbol off.
11991 * gdb.cp/class2.exp: Likewise.
11992 * gdb.cp/overload.exp: Likewise.
11993 * gdb.cp/templates.exp: Likewise.
11994
119952014-08-11 Doug Evans <dje@google.com>
11996
11997 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11998 (test_load_shlib): Update.
11999
120002014-08-09 Yao Qi <yao@codesourcery.com>
12001
12002 * gdb.base/display.exp: Invoke is_address_zero_readable.
12003 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12004 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12005 * gdb.base/hbreak-unmapped.exp: Return if
12006 is_address_zero_readable returns true.
12007 * gdb.base/signest.exp: Likewise.
12008 * gdb.base/signull.exp: Likewise.
12009 * gdb.base/sigbpt.exp: Likewise.
12010 * gdb.guile/scm-disasm.exp: Do the test if
12011 is_address_zero_readable returns false.
12012 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12013 * gdb.python/py-arch.exp: Likewise.
12014 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12015 * lib/gdb.exp (is_address_zero_readable): New proc.
12016
120172014-08-09 Yao Qi <yao@codesourcery.com>
12018
12019 PR testsuite/13443
12020 * gdb.mi/mi-var-display.exp: Make test messages unique.
12021
120222014-08-04 Tom Tromey <tromey@redhat.com>
12023
12024 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12025 target 0".
12026
120272014-08-04 Tom Tromey <tromey@redhat.com>
12028
12029 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12030 "target_resume".
12031
120322014-08-01 Joel Brobecker <brobecker@adacore.com>
12033
12034 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12035 inner_vla_struct_object_size.
12036 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12037 as xfail.
12038
120392014-07-30 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12042 comment.
12043
120442014-07-29 Yao Qi <yao@codesourcery.com>
12045
12046 PR gdb/17206
12047 * gdb.base/until-nodebug.exp: New.
12048
120492014-07-28 Doug Evans <xdje42@gmail.com>
12050
12051 PR guile/17203
12052 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12053 previously existing parameter, and previously ambiguously spelled
12054 parameter.
12055
120562014-07-28 Will Newton <will.newton@linaro.org>
12057
12058 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12059
120602014-07-26 Ludovic Courtès <ludo@gnu.org>
12061 Doug Evans <xdje42@gmail.com>
12062
12063 PR guile/17146
12064 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12065
120662014-07-25 Pedro Alves <palves@redhat.com>
12067
12068 * gdb.threads/signal-command-handle-nopass.c: New file.
12069 * gdb.threads/signal-command-handle-nopass.exp: New file.
12070 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12071 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12072 * gdb.threads/signal-delivered-right-thread.c: New file.
12073 * gdb.threads/signal-delivered-right-thread.exp: New file.
12074
120752014-07-25 Pedro Alves <palves@redhat.com>
12076
12077 * gdb.base/double-prompt-target-event-error.exp
12078 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12079 match.
12080 (cancel_pagination_in_target_event): Rework double prompt
12081 detection.
12082 * gdb.base/paginate-after-ctrl-c-running.exp
12083 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12084 <return>' match.
12085 * gdb.base/paginate-bg-execution.exp
12086 (test_bg_execution_pagination_return)
12087 (test_bg_execution_pagination_cancel): Remove '-notransfer
12088 <return>' matches.
12089 * gdb.base/paginate-execution-startup.exp
12090 (test_fg_execution_pagination_return)
12091 (test_fg_execution_pagination_cancel): Remove '-notransfer
12092 <return>' matches.
12093 * gdb.base/paginate-inferior-exit.exp
12094 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12095 match.
12096 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12097 * lib/gdb.exp (pagination_prompt): Run text through
12098 string_to_regexp.
12099 (gdb_test_multiple): Match $pagination_prompt instead of
12100 "<return>".
12101 (string_to_regexp): Move to lib/gdb-utils.exp.
12102
121032014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12104
12105 * gdb.arch/amd64-entry-value-paramref.S: New file.
12106 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12107 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12108 * gdb.arch/amd64-optimout-repeat.S: New file.
12109 * gdb.arch/amd64-optimout-repeat.c: New file.
12110 * gdb.arch/amd64-optimout-repeat.exp: New file.
12111
121122014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12113
12114 PR gdb/17170
12115 * gdb.base/statistics.exp: New file.
12116
121172014-07-17 Doug Evans <dje@google.com>
12118
12119 PR gdb/17170
12120 * gdb.base/maint.exp: Update testing of per-command stats.
12121
121222014-07-16 Pedro Alves <palves@redhat.com>
12123
12124 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12125 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12126 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12127 (tfile_write_buf): New functions.
12128 (add_memory_block): Rewrite using the above.
12129 (adjust_function_address): New function.
12130 (FUNCTION_ADDRESS): New macro.
12131 (write_basic_trace_file): Remove short_x local, and use
12132 tfile_write_16. Change type of func_addr local to unsigned long
12133 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12134 here. Cast argument of add_memory_block to char pointer.
12135 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12136 (main): Remove parameters.
12137 * gdb.trace/tfile.exp: Remove nowarnings.
12138
121392014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12140
12141 * gdb.base/debug-expr.exp: Test string evaluation with
12142 "debug expression" on.
12143
121442014-07-15 Pedro Alves <palves@redhat.com>
12145
12146 * gdb.base/reread.exp: Use clean_restart.
12147
121482014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12149
12150 * gdb.arch/avr-flash-qualifer.c: New.
12151 * gdb.arch/avr-flash-qualifer.exp: New.
12152
121532014-07-14 Pedro Alves <palves@redhat.com>
12154
12155 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12156 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12157
121582014-07-14 Pedro Alves <palves@redhat.com>
12159
12160 * gdb.base/double-prompt-target-event-error.c: New file.
12161 * gdb.base/double-prompt-target-event-error.exp: New file.
12162
121632014-07-14 Pedro Alves <palves@redhat.com>
12164
12165 PR gdb/17072
12166 * gdb.base/paginate-inferior-exit.c: New file.
12167 * gdb.base/paginate-inferior-exit.exp: New file.
12168
121692014-07-14 Pedro Alves <palves@redhat.com>
12170
12171 PR gdb/17072
12172 * gdb.base/paginate-bg-execution.c: New file.
12173 * gdb.base/paginate-bg-execution.exp: New file.
12174
121752014-07-14 Pedro Alves <palves@redhat.com>
12176
12177 PR gdb/17072
12178 * gdb.base/paginate-execution-startup.c: New file.
12179 * gdb.base/paginate-execution-startup.exp: New file.
12180 * lib/gdb.exp (pagination_prompt): New global.
12181 (default_gdb_spawn): New procedure, factored out from
12182 default_gdb_spawn.
12183 (default_gdb_start): Adjust to call default_gdb_spawn.
12184 (gdb_spawn): New procedure.
12185
121862014-07-14 Pedro Alves <palves@redhat.com>
12187
12188 * lib/gdb.exp (gdb_assert): New procedure.
12189 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12190
121912014-07-14 Pedro Alves <palves@redhat.com>
12192
12193 * gdb.base/execution-termios.c: New file.
12194 * gdb.base/execution-termios.exp: New file.
12195
121962014-07-14 Tom Tromey <tromey@redhat.com>
12197
12198 * gdb.cp/vla-cxx.cc: New file.
12199 * gdb.cp/vla-cxx.exp: New file.
12200
122012014-07-14 Tom Tromey <tromey@redhat.com>
12202
12203 * gdb.reverse/rerun-prec.c: New file.
12204 * gdb.reverse/rerun-prec.exp: New file.
12205
122062014-07-12 Maciej W. Rozycki <macro@mips.com>
12207 Maciej W. Rozycki <macro@codesourcery.com>
12208
12209 * lib/gdb-utils.exp: New file.
12210 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12211 inline `gdb_init_command' processing.
12212 (gdb_start_cmd): Likewise.
12213 * lib/mi-support.exp (mi_run_cmd): Likewise.
12214 * README: Document `gdb_init_command' and `gdb_init_commands'.
12215
122162014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12217
12218 Fix false FAIL running under a very long directory name.
12219 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12220 and "set print elements 10000". Twice.
12221
122222014-07-11 Yao Qi <yao@codesourcery.com>
12223
12224 * gdb.base/exprs.exp: "set print symbol off".
12225
122262014-07-11 Pedro Alves <palves@redhat.com>
12227
12228 * gdb.threads/kill.c: New file.
12229 * gdb.threads/kill.exp: New file.
12230
122312014-07-10 Yao Qi <yao@codesourcery.com>
12232
12233 * gdb.trace/tfile.c (write_basic_trace_file)
12234 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12235 address written to trace file.
12236
122372014-07-09 Pedro Alves <palves@redhat.com>
12238
12239 * gdb.base/attach-wait-input.exp: New file.
12240 * gdb.base/attach-wait-input.c: New file.
12241
122422014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12243
12244 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12245 setting up test structures.
12246 (main): Call new test function.
12247 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12248 test function, continue into test function and walk test
12249 structures.
12250
122512014-07-02 Yao Qi <yao@codesourcery.com>
12252
12253 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12254 'bar_start' at the beginning of functions 'foo' and 'bar'
12255 respectively.
12256 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12257 instead of 'foo' and 'bar'.
12258
122592014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12260
12261 * gdb.btrace/segv.exp: New.
12262 * gdb.btrace/segv.c: New.
12263
122642014-07-02 Luis Machado <lgustavo@codesourcery.com>
12265
12266 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12267 instruction.
12268
122692014-06-30 Mark Wielaard <mjw@redhat.com>
12270
12271 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12272 vulture, vilify, villar): New volatile array constants.
12273 (vindictive, vegetation): New const volatile array constants.
12274 * gdb.base/volatile.exp: Test volatile and const volatile array
12275 types.
12276
122772014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12278
12279 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12280 target lacks support for awatch, rwatch, or hbreak.
12281
122822014-06-27 Yao Qi <yao@codesourcery.com>
12283
12284 * gdb.multi/dummy-frame-restore.exp: New.
12285 * gdb.multi/dummy-frame-restore.c: New.
12286
122872014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12288
12289 * gdb.btrace/gcore.exp: New.
12290
122912014-06-23 Pedro Alves <palves@redhat.com>
12292
12293 * gdb.base/watchpoint-reuse-slot.c: New file.
12294 * gdb.base/watchpoint-reuse-slot.exp: New file.
12295
122962014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12297
12298 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12299 progspace's filename in 'info', 'enable' and 'disable' command
12300 tests.
12301
123022014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12303
12304 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12305 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12306 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12307
123082014-06-20 Gary Benson <gbenson@redhat.com>
12309
12310 * gdb.arch/i386-avx.exp: Fix include file location.
12311 * gdb.arch/i386-sse.exp: Likewise.
12312
123132014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12314
12315 * gdb.dlang/expression.exp: New file.
12316
123172014-06-19 Pedro Alves <palves@redhat.com>
12318
12319 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12320 out from ...
12321 (top level): ... here. Iterate running tests under different
12322 scheduler-locking settings.
12323
123242014-06-18 Luis Machado <lgustavo@codesourcery.com>
12325
12326 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12327 to DW_FORM_addr and use non-zero addresses.
12328
123292014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12330
12331 PR gdb/17017
12332 * gdb.python/py-xmethods.cc: Add global function call counters and
12333 increment them in their respective functions. Remove "cout"
12334 statements.
12335 * gdb.python/py-xmethods.exp: Make tests check the global function
12336 call counters instead of depending on inferior IO.
12337
123382014-06-18 Don Breazeal <donb@codesourcery.com>
12339
12340 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12341 Deleted procedure.
12342 (explicit_fork_parent_follow): Deleted procedure.
12343 (explicit_fork_child_follow): Deleted procedure.
12344 (test_follow_fork): New procedure.
12345 (do_fork_tests): Replace calls to deleted procedures with
12346 calls to test_follow_fork and reset GDB for subsequent
12347 procedure calls.
12348
123492014-06-17 Yao Qi <yao@codesourcery.com>
12350
12351 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12352 CP1252.
12353
123542014-06-17 Luis Machado <lgustavo@codesourcery.com>
12355
12356 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12357 Initialize ptr and S explicitly.
12358 (skip_type_update_when_not_use_rtti_test): Likewise.
12359
123602014-06-16 Keith Seitz <keiths@redhat.com>
12361
12362 PR mi/15863
12363 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12364 the inferior is started.
12365
123662014-06-16 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.base/break-main-file-remove-fail.c: New file.
12369 * gdb.base/break-main-file-remove-fail.exp: New file.
12370 * gdb.base/break-unload-file.exp: Use build_executable instead of
12371 prepare_for_testing.
12372 (test_break): New parameter "initial_load". Handle it.
12373 (top level): Add initial_load cmdline/file axis.
12374
123752014-06-12 Tom Tromey <tromey@redhat.com>
12376
12377 * gdb.base/completion.exp: Don't use directory name in test.
12378
123792014-06-09 Gary Benson <gbenson@redhat.com>
12380
12381 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12382 separate the always-available ANSI-standard signals from the
12383 signals that require checking.
12384 (main): Likewise.
12385 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12386 Likewise.
12387 (main): Likewise.
12388
123892014-06-07 Keith Seitz <keiths@redhat.com>
12390
12391 Revert:
12392 PR c++/16253
12393 * gdb.cp/var-tag.cc: New file.
12394 * gdb.cp/var-tag.exp: New file.
12395 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12396 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12397 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12398 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12399
124002014-06-06 Doug Evans <xdje42@gmail.com>
12401
12402 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12403
124042014-06-06 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12407 in target debug output instead of looking at RSP packets,
12408 disabling the test on any target that uses hardware stepping.
12409 Update comments.
12410
124112014-06-06 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.base/break-unload-file.exp: Fix typo.
12414
124152014-06-06 Yao Qi <yao@codesourcery.com>
12416
12417 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12418 from "jit_function" to "^jit_function".
12419
124202014-06-06 Yao Qi <yao@codesourcery.com>
12421
12422 * gdb.base/async.c (foo): Add one statement.
12423 * gdb.base/async.exp: Get the next instruction address and
12424 match the output of "nexti" by instruction address. Match
12425 the hex address in the output of "finish".
12426
124272014-06-06 Gary Benson <gbenson@redhat.com>
12428
12429 * gdb.base/call-signals.c: Remove preprocessor conditionals
12430 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12431 SIGSEGV and SIGTERM.
12432 * gdb.base/sigall.c: Likewise.
12433 * gdb.base/unwindonsignal.c: Likewise.
12434 * gdb.reverse/sigall-reverse.c: Likewise.
12435
124362014-06-06 Yao Qi <yao@codesourcery.com>
12437
12438 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12439 readable, skip the test.
12440
124412014-06-06 Yao Qi <yao@codesourcery.com>
12442
12443 * gdb.threads/staticthreads.c (thread_function): Move the line
12444 setting breakpoint on forward.
12445 * gdb.threads/staticthreads.exp: Update comments.
12446
124472014-06-05 Ludovic Courtès <ludo@gnu.org>
12448
12449 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12450 "history-append! type error".
12451
124522014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12453
12454 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12455 erroneous dprintf expected input.
12456
124572014-06-04 Doug Evans <xdje42@gmail.com>
12458
12459 * gdb.guile/scm-generics.exp: Delete.
12460
124612014-06-04 Doug Evans <xdje42@gmail.com>
12462
12463 * gdb.guile/scm-breakpoint.exp: Update.
12464 Add tests for breakpoint registration.
12465
124662014-06-04 Tom Tromey <tromey@redhat.com>
12467
12468 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12469 VLA-in-union.
12470 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12471 inner_vla_struct, vla_union types. Initialize objects of those
12472 types and compute their sizes.
12473
124742014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12475 Hui Zhu <hui@codesourcery.com>
12476
12477 * gdb.base/fileio.exp: Add test for shell not available as well as
12478 available.
12479 * gdb.base/fileio.c (test_system): Check for shell twice.
12480
124812014-06-04 Yao Qi <yao@codesourcery.com>
12482
12483 * gdb.base/auto-connect-native-target.exp: Remove redundant
12484 space from the regexp pattern.
12485
124862014-06-04 Yao Qi <yao@codesourcery.com>
12487
12488 * gdb.base/default.exp: Replace "child" with "native" in
12489 regexp pattern.
12490
124912014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12492
12493 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12494 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12495 * gdb.python/py-xmethods.py: Python script supporting the
12496 new testcase and tests.
12497
124982014-06-03 Joel Brobecker <brobecker@adacore.com>
12499 Pedro Alves <palves@redhat.com>
12500
12501 PR breakpoints/17000
12502 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12503 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12504
125052014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12506
12507 * gdb.base/subst.exp: Add tests to verify partial path matching
12508 output.
12509
125102014-06-03 Pedro Alves <palves@redhat.com>
12511
12512 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12513 target that doesn't use software single-stepping.
12514
125152014-06-03 Pedro Alves <palves@redhat.com>
12516
12517 PR breakpoints/17000
12518 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12519 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12520
125212014-06-02 Doug Evans <xdje42@gmail.com>
12522
12523 * gdb.guile/scm-parameter.exp: New file.
12524
125252014-06-02 Doug Evans <xdje42@gmail.com>
12526
12527 * gdb.guile/scm-cmd.c: New file.
12528 * gdb.guile/scm-cmd.exp: New file.
12529
125302014-06-02 Doug Evans <xdje42@gmail.com>
12531
12532 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12533 pretty-printer lookup.
12534 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12535 (make-pp_s-printer): Call it.
12536 (make-pretty-printer-from-dict): New function.
12537 (lookup-pretty-printer-maker-from-dict): New function.
12538 (*pretty-printer*): Simplify.
12539 (make-objfile-pp_s-printer): New function.
12540 (install-objfile-pretty-printers!): New function.
12541 (make-progspace-pp_s-printer): New function.
12542 (install-progspace-pretty-printers!): New function.
12543 * gdb.guile/scm-progspace.c: New file.
12544 * gdb.guile/scm-progspace.exp: New file.
12545
125462014-06-02 Pedro Alves <palves@redhat.com>
12547
12548 * gdb.base/dprintf-bp-same-addr.c: New file.
12549 * gdb.base/dprintf-bp-same-addr.exp: New file.
12550
125512014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12552
12553 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12554 * gdb.arch/powerpc-power.s: Likewise.
12555
125562014-06-02 Joel Brobecker <brobecker@adacore.com>
12557
12558 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12559
125602014-06-01 Yao Qi <yao@codesourcery.com>
12561
12562 * gdb.base/watchpoint.exp (test_watch_location): Check null
12563 pointer can be dereferenced. If not, do the test, otherwise
12564 skip it.
12565
125662014-05-30 Andrew Burgess <aburgess@broadcom.com>
12567
12568 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12569 results.
12570 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12571
125722014-05-30 Andrew Burgess <aburgess@broadcom.com>
12573
12574 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12575 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12576 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12577 * gdb.arch/amd64-invalid-stack-top.c: New file.
12578 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12579
125802014-05-30 Pedro Alves <palves@redhat.com>
12581
12582 PR breakpoints/17000
12583 * gdb.base/sss-bp-on-user-bp.c: New file.
12584 * gdb.base/sss-bp-on-user-bp.exp: New file.
12585
125862014-05-30 David Blaikie <dblaikie@gmail.com>
12587
12588 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12589 gnu_inline semantics via attribute.
12590 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12591 source explicitly specifies the required semantics.
12592
125932014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12594
12595 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12596
125972014-05-29 Pedro Alves <palves@redhat.com>
12598 Tom Tromey <tromey@redhat.com>
12599
12600 * gdb.base/async-shell.exp: Don't enable target-async.
12601 * gdb.base/async.exp
12602 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12603 parameter. Adjust.
12604 (top level): Don't test with "target-async".
12605 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12606 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12607 * gdb.base/inferior-died.exp: Don't enable target-async.
12608 * gdb.base/interrupt-noterm.exp: Likewise.
12609 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12610 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12611 * gdb.mi/mi-nonstop.exp: Likewise.
12612 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12613 * gdb.mi/mi-nsintrall.exp: Likewise.
12614 * gdb.mi/mi-nsmoribund.exp: Likewise.
12615 * gdb.mi/mi-nsthrexec.exp: Likewise.
12616 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12617 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12618 * gdb.python/py-evsignal.exp: Don't enable target-async.
12619 * gdb.python/py-evthreads.exp: Likewise.
12620 * gdb.python/py-prompt.exp: Likewise.
12621 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12622 * gdb.server/solib-list.exp: Don't enable target-async.
12623 * gdb.threads/thread-specific-bp.exp: Likewise.
12624 * lib/mi-support.exp: Adjust to use mi-async.
12625
126262014-05-29 Pedro Alves <palves@redhat.com>
12627
12628 PR gdb/13860
12629 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12630 reason, even in sync mode.
12631
126322014-05-29 Pedro Alves <palves@redhat.com>
12633 Hui Zhu <hui@codesourcery.com>
12634
12635 PR PR15693
12636 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12637 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12638 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12639 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12640
126412014-05-28 Joel Brobecker <brobecker@adacore.com>
12642
12643 * config/monitor.exp (gdb_target_monitor): Replace use of
12644 "set remotebaud" by "set serial baud".
12645
126462014-05-26 Andy Wingo <wingo@igalia.com>
12647
12648 * gdb.guile/scm-breakpoint.exp:
12649 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12650 properties instead of gdb-object-properties.
12651
126522014-05-26 Yao Qi <yao@codesourcery.com>
12653
12654 * gdb.server/no-thread-db.exp: Specify source file name
12655 explicitly when setting a breakpoint.
12656
126572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12658
12659 * gdb.btrace/vdso.c: New.
12660 * gdb.btrace/vdso.exp: New.
12661
126622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12663
12664 * gdb.base/gcore.exp (capture_command_output): Move ...
12665 * lib/gdb.exp (capture_command_output): ... here.
12666
126672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12668
12669 * gdb.btrace/data.exp: Test memory access during btrace replay.
12670
126712014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12672
12673 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12674
126752014-05-21 Pedro Alves <palves@redhat.com>
12676
12677 PR gdb/13860
12678 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12679 (top level): Test that output related to execution commands is
12680 sent to the console with CLI commands, but not with MI commands.
12681 Test that breakpoint events are always mirrored to the console.
12682 Also expect the new source line to be output after a "next" in
12683 async mode too. Make it a pass/fail test.
12684 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12685 output.
12686 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12687
126882014-05-21 Pedro Alves <palves@redhat.com>
12689
12690 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12691 Use them to test variations of "list" after reaching a breakpoint.
12692 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12693 Test "list" with listsize 10 after reaching a breakpoint.
12694 * gdb.python/python.exp (decode_line current location line
12695 number): Adjust expected line number.
12696
126972014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12698
12699 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12700 behavior for $args, pass it directly to "run".
12701
127022014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12703
12704 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12705 30000 to 65536.
12706
127072014-05-21 Pedro Alves <palves@redhat.com>
12708
12709 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12710 auto-connect-native-target off".
12711 * gdb.base/auto-connect-native-target.c: New file.
12712 * gdb.base/auto-connect-native-target.exp: New file.
12713
127142014-05-21 Pedro Alves <palves@redhat.com>
12715
12716 * gdb.base/default.exp: Test "target native" instead of "target
12717 child".
12718
127192014-05-21 Mark Wielaard <mjw@redhat.com>
12720
12721 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12722
127232014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12724
12725 Fix TLS access for -static -pthread.
12726 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12727 <HAVE_TLS> (thread_function, main): Initialize it.
12728 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12729 Add clean_restart.
12730 <$have_tls != "">: Check TLSVAR.
12731
127322014-05-21 Pedro Alves <palves@redhat.com>
12733
12734 * gdb.base/dcache-line-read-error.c: New.
12735 * gdb.base/dcache-line-read-error.exp: New.
12736
127372014-05-20 Pedro Alves <palves@redhat.com>
12738
12739 * gdb.base/compare-sections.c: New file.
12740 * gdb.base/compare-sections.exp: New file.
12741
127422014-05-20 Pedro Alves <palves@redhat.com>
12743
12744 * gdb.base/break-idempotent.c: New file.
12745 * gdb.base/break-idempotent.exp: New file.
12746
127472014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12748
12749 * gdb.btrace/nohist.exp: New.
12750
127512014-05-20 Yao Qi <yao@codesourcery.com>
12752
12753 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12754 gdb.reverse directory and gdb_reverse_timeout exists in board
12755 setting.
12756 * README: Document gdb_reverse_timeout.
12757
127582014-05-20 Yao Qi <yao@codesourcery.com>
12759
12760 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12761 'test_file_name'. Treat args as a string instead of a list.
12762 (gdb_init): Rename argument 'args' by 'test_file_name'.
12763
127642014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12765
12766 * gdb.arch/powerpc-power.exp: New file.
12767 * gdb.arch/powerpc-power.s: New file.
12768
127692014-05-16 Doug Evans <dje@google.com>
12770
12771 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
12772 * gdb.base/completion.exp: Check that all expected files exist
12773 before doing file completion.
12774
127752014-05-16 Doug Evans <dje@google.com>
12776
12777 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12778 Update.
12779 (do_syscall_tests_without_xml): Update.
12780
127812014-05-16 Pedro Alves <palves@redhat.com>
12782
12783 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12784 instead of "unknown output after running".
12785
127862014-05-16 Yao Qi <yao@codesourcery.com>
12787
12788 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12789 file1.txt from host at the end.
12790 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12791
127922014-05-15 Doug Evans <dje@google.com>
12793
12794 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12795 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12796 loading file. Add test for TU lookup.
12797
127982014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12799
12800 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12801 calling "-exec-arguments" or "set args" before running the
12802 inferior.
12803
128042014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12805
12806 * lib/mi-support.exp (mi_expect_stop): Expect message for
12807 inferiors that exit with non-zero exit code.
12808
128092014-05-14 Yao Qi <yao@codesourcery.com>
12810
12811 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12812 match absolute path on remote host.
12813 (test_file_list_exec_source_files): Remove "/" from the
12814 pattern.
12815
128162014-05-14 Yao Qi <yao@codesourcery.com>
12817
12818 * boards/local-remote-host-notty.exp (${board}_file): New
12819 proc.
12820
128212014-05-07 Kyle McMartin <kyle@redhat.com>
12822
12823 Pushed by Joel Brobecker <brobecker@adacore.com>.
12824 * gdb.arch/aarch64-atomic-inst.c: New file.
12825 * gdb.arch/aarch64-atomic-inst.exp: New file.
12826
128272014-05-07 Yao Qi <yao@codesourcery.com>
12828
12829 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12830 in current context" too.
12831
128322014-05-05 Keith Seitz <keiths@redhat.com>
12833
12834 * gdb.linespec/ls-dollar.exp: Add test for linespec
12835 file:convenience_variable.
12836
128372014-05-05 Yao Qi <yao@codesourcery.com>
12838
12839 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12840 traceframes into tfile and ctf trace files. Read data from
12841 trace file and test collected data.
12842 (gdb_collect_locals_test): Likewise.
12843 (gdb_unavailable_registers_test): Likewise.
12844 (gdb_unavailable_floats): Likewise.
12845 (gdb_collect_globals_test): Likewise.
12846 (top-level): Append "ctf" to trace_file_targets if GDB
12847 supports.
12848
128492014-05-05 Yao Qi <yao@codesourcery.com>
12850
12851 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12852 code to ...
12853 (gdb_collect_args_test_1): ... it. New proc.
12854 (gdb_collect_locals_test): Move some code to ...
12855 (gdb_collect_locals_test_1): ... it. New proc.
12856 (gdb_unavailable_registers_test): Move some code to ...
12857 (gdb_unavailable_registers_test_1): ... it. New proc.
12858 (gdb_unavailable_floats): Move some code to ...
12859 (gdb_unavailable_floats_1): ... it. New proc.
12860
128612014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12862
12863 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12864 probes to test for bitness recognition.
12865 * gdb.arch/amd64-stap-optional-prefix.exp
12866 (test_probe_value_without_reg): New procedure.
12867 Add code to test for different kinds of bitness.
12868
128692014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12870
12871 PR breakpoints/16889
12872 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12873 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12874
128752014-05-01 Pedro Alves <palves@redhat.com>
12876
12877 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12878 gdb_file_cmd if no file is specified.
12879 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12880 last_loaded_file to set the remote exec-file.
12881
128822014-05-01 Pedro Alves <palves@redhat.com>
12883
12884 * boards/local-remote-host.exp: New file.
12885
128862014-05-01 Pedro Alves <palves@redhat.com>
12887
12888 * boards/local-remote-host.exp: Rename to ...
12889 * boards/local-remote-host-notty.exp: ... this.
12890
128912014-04-28 Joel Brobecker <brobecker@adacore.com>
12892
12893 * gdb.ada/dyn_arrayidx: New testcase.
12894
128952014-04-26 Yao Qi <yao@codesourcery.com>
12896
12897 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12898 and compute the length of function main. Save it in
12899 $main_length.
12900 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12901 (top-level): Use gdb_compile to compile objects into
12902 executable and restart GDB. Remove invocation to
12903 prepare_for_testing.
12904
129052014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12906 Pedro Alves <palves@redhat.com>
12907
12908 PR server/16255
12909 * gdb.multi/multi-attach.c: New file.
12910 * gdb.multi/multi-attach.exp: New file.
12911
129122014-04-25 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12915 user.
12916 (top level): Test that "set remote conditional-breakpoints-packet
12917 off" works as intended.
12918 * gdb.base/dprintf.exp: Test that "set remote
12919 breakpoint-commands-packet off" works as intended.
12920 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12921 New function.
12922 (top level): Call it.
12923 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12924 remote fast-tracepoints-packet off" works as intended.
12925 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12926 * lib/gdb.exp (gdb_is_target_remote): ... here.
12927
129282014-04-24 David Blaikie <dblaikie@gmail.com>
12929
12930 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12931 ensure clang would not discard them.
12932 * gdb.base/gdbvars.c: Ditto.
12933 * gdb.base/memattr.c: Ditto.
12934 * gdb.base/whatis.c: Ditto.
12935 * gdb.python/py-prettyprint.c: Ditto.
12936 * gdb.trace/actions.c: Ditto.
12937 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12938 ensure clang would not discard it.
12939
129402014-04-24 David Blaikie <dblaikie@gmail.com>
12941
12942 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12943 clang to emit the full definition of type required by the test
12944 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12945
129462014-04-24 David Blaikie <dblaikie@gmail.com>
12947
12948 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12949 coax Clang into emitting the definition of the type.
12950 * gdb.cp/pr10728-x.h (y): Ditto.
12951 * gdb.cp/pr10728-y.cc (y): Ditto.
12952
129532014-04-24 David Blaikie <dblaikie@gmail.com>
12954
12955 * gdb.base/label.exp: XFAIL label related tests under Clang.
12956 * gdb.cp/cplabel.exp: Ditto.
12957 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12958 under Clang those using labels.
12959
129602014-04-25 Yao Qi <yao@codesourcery.com>
12961
12962 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12963 double_label.
12964 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12965 partial_label and double_label.
12966
129672014-04-24 David Blaikie <dblaikie@gmail.com>
12968
12969 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12970
129712014-04-24 David Blaikie <dblaikie@gmail.com>
12972
12973 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12974 of the function to work across GCC and Clang.
12975 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12976 pointer types (const void ** const V void **).
12977
129782014-04-24 Michael Sturm <michael.sturm@mintel.com>
12979 Walfred Tedeschi <walfred.tedeschi@intel.com>
12980
12981 * Makefile.in (EXECUTABLES): Added i386-avx512.
12982 * gdb.arch/i386-avx512.c: New file.
12983 * gdb.arch/i386-avx512.exp: Likewise.
12984
129852014-04-23 Keith Seitz <keiths@redhat.com>
12986
12987 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12988 (mi_make_breakpoint_table): New procedure.
12989 (mi_create_breakpoint): Use mi_make_breakpoint
12990 and return the result.
12991 (mi_make_breakpoint): New procedure.
12992 (mi_build_kv_pairs): New procedure.
12993
12994 * gdb.mi/mi-break.exp: Remove unused globals,
12995 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12996 All callers updated.
12997 * gdb.mi/mi-dprintf.exp: Use variable to track command
12998 number.
12999 Update all callers of mi_create_breakpoint and use
13000 mi_make_breakpoint_table.
13001 Remove any unused global variables.
13002 * gdb.mi/mi-nonstop.exp: Likewise.
13003 * gdb.mi/mi-nsintrall.exp: Likewise.
13004 * gdb.mi/mi-nsmoribund.exp: Likewise.
13005 * gdb.mi/mi-nsthrexec.exp: Likewise.
13006 * gdb.mi/mi-reverse.exp: Likewise.
13007 * gdb.mi/mi-simplerun.exp: Likewise.
13008 * gdb.mi/mi-stepn.exp: Likewise.
13009 * gdb.mi/mi-syn-frame.exp: Likewise.
13010 * gdb.mi/mi-until.exp: Likewise.
13011 * gdb.mi/mi-var-cp.exp: Likewise.
13012 * gdb.mi/mi-var-display.exp: Likewise.
13013 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13014 * gdb.mi/mi2-var-child.exp: Likewise.
13015 * gdb.mi/mi-vla-c99.exp: Likewise.
13016 * lib/mi-support.exp: Likewise.
13017
13018 From Ian Lance Taylor <iant@cygnus.com>:
13019 * lib/gdb.exp (parse_args): New procedure.
13020
130212014-04-23 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.base/break-unload-file.c: New file.
13024 * gdb.base/break-unload-file.exp: New file.
13025 * gdb.base/sym-file-lib.c (baz): New function.
13026 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13027 field.
13028 (load): Store the segment's mapped size.
13029 (unload): New function.
13030 (unload_shlib): New function.
13031 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13032 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13033 set a breakpoint at baz, and call it.
13034 * gdb.base/sym-file.exp: New tests for stale breakpoint
13035 instructions.
13036
130372014-04-23 Pedro Alves <palves@redhat.com>
13038
13039 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13040 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13041 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13042 * gdb.base/hbreak-unmapped.c: New file.
13043 * gdb.base/hbreak-unmapped.exp: New file.
13044 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13045 * lib/gdb.exp (gdb_is_target_remote): ... here.
13046
130472014-04-22 Pedro Alves <palves@redhat.com>
13048
13049 * gdb.base/consecutive-step-over.c: New file.
13050 * gdb.base/consecutive-step-over.exp: New file.
13051
130522014-04-22 Pedro Alves <palves@redhat.com>
13053
13054 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13055 instead of send_gdb/gdb_expect.
13056
130572014-04-22 Yao Qi <yao@codesourcery.com>
13058
13059 * lib/trace-support.exp (generate_tracefile): New procedure.
13060 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13061 return 0.
13062 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13063 if generate_tracefile returns 1.
13064
130652014-04-18 Tom Tromey <palves@redhat.com>
13066 Pedro alves <tromey@redhat.com>
13067
13068 PR backtrace/15558
13069 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13070 with a backtrace limit.
13071 * gdb.python/py-frame-inline.exp: Test running to an inline
13072 function with a backtrace limit, and printing the newest frame.
13073 * gdb.python/py-frame-inline.c (main): Call f.
13074
130752014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13076
13077 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13078
130792014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13080
13081 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13082 Drop prefix from unsupported source file path.
13083
130842014-04-17 Yao Qi <yao@codesourcery.com>
13085
13086 * lib/gdb.exp (with_target_charset): New proc.
13087 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13088 with_target_charset.
13089 (test_print_strings): Likewise.
13090 (test_repeat_bytes): Likewise.
13091 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13092 for some tests.
13093
130942014-04-16 Keith Seitz <keiths@redhat.com>
13095
13096 PR gdb/15827
13097 * gdb.dwarf2/corrupt.c: New file.
13098 * gdb.dwarf2/corrupt.exp: New file.
13099
131002014-04-16 Keith Seitz <keiths@redhat.com>
13101
13102 PR c++/16597
13103 * gdb.cp/namelessclass.cc: New file.
13104 * gdb.cp/namelessclass.exp: New file.
13105 * gdb.cp/namelessclass.S: New file.
13106
131072014-04-16 Doug Evans <dje@google.com>
13108
13109 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13110 Add comment.
13111 (gdbserver_default_get_comm_port): New function.
13112 (gdbserver_start): Check if board file provided
13113 "gdbserver,get_comm_port" and use it if so.
13114 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13115 (gdb,socketport): Set to "stdio".
13116 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13117 (stdio_gdbserver_template): Delete.
13118 (${board}_get_remote_address): Update.
13119 (${board}_build_remote_cmd): Delete.
13120 (${board}_get_comm_port): New function.
13121 (${board}_spawn): Update.
13122 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13123 Delete.
13124 (${board}_get_remote_address): Update.
13125 (${board}_get_comm_port): New function.
13126
131272014-04-16 Andrew Burgess <aburgess@broadcom.com>
13128
13129 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13130 appearing in any order.
13131
131322014-04-15 Doug Evans <dje@google.com>
13133
13134 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13135 uninitialized value of "description".
13136
131372014-04-15 Keith Seitz <keiths@redhat.com>
13138
13139 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13140 Remove unused globals.
13141 (test_running_the_program): Likewise.
13142 (test_controlled_execution): Likewise.
13143 (test_controlling_breakpoints): Likewise.
13144 (test_program_termination): Likewise.
13145
131462014-04-15 Keith Seitz <keiths@redhat.com>
13147
13148 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13149 unused globals.
13150 (test_rbreak_creation_and_listing): Likewise.
13151 (test_ignore_count): Likewise.
13152 (test_error): Likewise.
13153
131542014-04-15 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13157 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13158 sym-file-loader.c.
13159 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13160 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13161 to sym-file-loader.c.
13162 (struct library): Forward declare.
13163 (load_shlib, lookup_function): Change prototypes.
13164 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13165 (translate_offset): Remove declarations.
13166 (get_text_addr): New declaration.
13167 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13168 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13169 sym-file-loader.h.
13170 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13171 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13172 here from sym-file-loader.h.
13173 (struct library): New structure.
13174 (load_shlib, lookup_function): Change prototypes and adjust to
13175 work with a struct library.
13176 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13177 (translate_offset): Make static.
13178 (get_text_addr): New function.
13179 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13180
131812014-04-15 Pedro Alves <palves@redhat.com>
13182
13183 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13184
131852014-04-15 Pedro Alves <palves@redhat.com>
13186
13187 * gdb.base/sym-file-loader.c: Include <limits.h>.
13188 (SELF_LINK): New define.
13189 (get_origin): New function.
13190 (load_shlib): Use it.
13191 * gdb.base/sym-file.exp: Don't early return if the target is
13192 remote. Use runto_main, and issue fail is that fails. Use
13193 gdb_load_shlibs.
13194 (shlib_name): Delete.
13195 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13196
131972014-04-15 Pedro Alves <palves@redhat.com>
13198
13199 * gdb.base/sym-file.exp: Remove regex characters from test
13200 message. Don't refer to breakpoint numbers in test messages.
13201
132022014-04-14 Keith Seitz <keiths@redhat.com>
13203
13204 PR c++/16253
13205 * gdb.cp/var-tag.cc: New file.
13206 * gdb.cp/var-tag.exp: New file.
13207 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13208 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13209 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13210 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13211
132122014-04-14 Tom Tromey <tromey@redhat.com>
13213
13214 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13215 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13216 type.
13217 * gdb.cp/enum-class.exp: New file.
13218 * gdb.cp/enum-class.cc: New file.
13219
132202014-04-14 Tom Tromey <tromey@redhat.com>
13221
13222 * gdb.dwarf2/enum-type.exp: New file.
13223
132242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13225
13226 * gdb.mi/mi-vla-c99.exp: New file.
13227 * gdb.mi/vla.c: New file.
13228
132292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13230
13231 * gdb.base/vla-datatypes.c: New file.
13232 * gdb.base/vla-datatypes.exp: New file.
13233
132342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13235
13236 * gdb.base/vla-ptr.c: New file.
13237 * gdb.base/vla-ptr.exp: New file.
13238
132392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13240
13241 * gdb.dwarf2/count.exp: New file.
13242
132432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13244
13245 * gdb.base/vla-sideeffect.c: New file.
13246 * gdb.base/vla-sideeffect.exp: New file.
13247
132482014-04-14 David Blaikie <dblaikie@gmail.com>
13249
13250 * gdb.mi/non-stop.c: Add return value for non-void function return
13251 statement.
13252 * gdb.threads/staticthreads.c: Ditto.
13253
132542014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13255 Doug Evans <xdje42@gmail.com>
13256
13257 * gdb.guile/scm-value.c: Improve test case.
13258 * gdb.guile/scm-value.exp: Add new test.
13259
132602014-04-11 David Blaikie <dblaikie@gmail.com>
13261
13262 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13263 override Clang's default.
13264
132652014-04-11 Joel Brobecker <brobecker@adacore.com>
13266
13267 Revert the following changes (regressions):
13268
13269 * gdb.base/vla-sideeffect.c: New file.
13270 * gdb.base/vla-sideeffect.exp: New file.
13271
13272 * gdb.dwarf2/count.exp: New file.
13273
13274 * gdb.base/vla-multi.c: New file.
13275 * gdb.base/vla-multi.exp: New file.
13276
13277 * gdb.base/vla-ptr.c: New file.
13278 * gdb.base/vla-ptr.exp: New file.
13279
13280 * gdb.base/vla-datatypes.c: New file.
13281 * gdb.base/vla-datatypes.exp: New file.
13282
13283 * gdb.mi/mi-vla-c99.exp: New file.
13284 * gdb.mi/vla.c: New file.
13285
132862014-04-11 Keith Seitz <keiths@redhat.com>
13287
13288 PR c++/16675
13289 * gdb.cp/cpsizeof.exp: New file.
13290 * gdb.cp/cpsizeof.cc: New file.
13291
132922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13293
13294 * gdb.mi/mi-vla-c99.exp: New file.
13295 * gdb.mi/vla.c: New file.
13296
132972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13298
13299 * gdb.base/vla-datatypes.c: New file.
13300 * gdb.base/vla-datatypes.exp: New file.
13301
133022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13303
13304 * gdb.base/vla-ptr.c: New file.
13305 * gdb.base/vla-ptr.exp: New file.
13306
133072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13308
13309 * gdb.base/vla-multi.c: New file.
13310 * gdb.base/vla-multi.exp: New file.
13311
133122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13313
13314 * gdb.dwarf2/count.exp: New file.
13315
133162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13317
13318 * gdb.base/vla-sideeffect.c: New file.
13319 * gdb.base/vla-sideeffect.exp: New file.
13320
133212014-04-11 Yao Qi <yao@codesourcery.com>
13322
13323 * gdb.base/completion.exp: Check file exists before running tests
13324 on file completion.
13325
133262014-04-10 Pedro Alves <palves@redhat.com>
13327
13328 * gdb.base/cond-eval-mode.c: New file.
13329 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13330 prepare_for_testing to build the new file. Check result of
13331 runto_main.
13332 (test_break, test_watch): New procedures.
13333 (top level): Use them.
13334
133352014-04-08 Pierre Muller <muller@sourceware.org>
13336
13337 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13338 Ctrl-V use for mingw hosts.
13339
133402014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13341
13342 * gdb.python/py-value.c: Improve test case.
13343 * gdb.python/py-value.exp: Add new test.
13344
133452014-04-07 David Blaikie <dblaikie@gmail.com>
13346
13347 * lib/compiler.c: Identify the clang compiler.
13348 * lib/compiler.cc: Ditto.
13349
133502014-04-03 Yao Qi <yao@codesourcery.com>
13351
13352 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13353
133542014-04-01 Anton Blanchard <anton@samba.org>
13355
13356 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13357 messages unique.
13358
133592014-04-01 Anton Blanchard <anton@samba.org>
13360
13361 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13362 prepare_for_testing.
13363
133642014-04-01 Anton Blanchard <anton@samba.org>
13365
13366 * gdb.arch/ppc64-atomic-inst.c: Remove.
13367 * gdb.arch/ppc64-atomic-inst.S: New file.
13368 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13369
133702014-03-31 Doug Evans <dje@google.com>
13371
13372 * gdb.base/print-symbol-loading-lib.c: New file.
13373 * gdb.base/print-symbol-loading-main.c: New file.
13374 * gdb.base/print-symbol-loading.exp: New file.
13375
133762014-03-31 Yao Qi <yao@codesourcery.com>
13377
13378 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13379
133802014-03-28 Joel Brobecker <brobecker@adacore.com>
13381
13382 * gdb.ada/mi_dyn_arr: New testcase.
13383
133842014-03-27 Doug Evans <dje@google.com>
13385
13386 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13387
133882014-03-27 Yao Qi <yao@codesourcery.com>
13389
13390 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13391 if target is nios2-*-*.
13392
133932014-03-26 Yao Qi <yao@codesourcery.com>
13394
13395 * lib/gdb.exp (readline_is_used): New proc.
13396 * gdb.base/completion.exp: Move tests on command complete up.
13397 Skip the rest of tests if readline is not used.
13398 * gdb.ada/complete.exp: Skp the test if readline is not
13399 used.
13400 * gdb.base/filesym.exp: Likewise.
13401 * gdb.base/macscp.exp: Likewise.
13402 * gdb.base/readline-ask.exp: Likewise.
13403 * gdb.base/readline.exp: Likewise.
13404 * gdb.python/py-cmd.exp: Likewise.
13405 * gdb.trace/tfile.exp: Likewise.
13406
134072014-03-26 Yao Qi <yao@codesourcery.com>
13408
13409 * gdb.base/macscp.exp: Fix code format issues.
13410
134112014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13412
13413 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13414 * gdb.asm/powerpc64le.inc: New file.
13415
134162014-03-25 Pedro Alves <palves@redhat.com>
13417 Doug Evans <dje@google.com>
13418
13419 * gdb.base/source-execution.c: New file.
13420 * gdb.base/source-execution.exp: New file.
13421 * gdb.base/source-execution.gdb: New file.
13422
134232014-03-24 Doug Evans <dje@google.com>
13424
13425 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13426 using fission.
13427
134282014-03-24 Hui Zhu <hui@codesourcery.com>
13429 Pedro Alves <palves@redhat.com>
13430
13431 PR breakpoints/16101
13432 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13433 test pass/fail messages. Detect missing support for dprintf when
13434 breakpoints are actually inserted.
13435 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13436 breakpoints are actually inserted.
13437 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13438 fails.
13439
134402014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13441
13442 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13443
134442014-03-22 Doug Evans <xdje42@gmail.com>
13445
13446 * gdb.python/python.exp (python not supported): Verify multi-line
13447 python command issues an error.
13448 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13449 guile command issues an error.
13450
134512014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13452
13453 * gdb.threads/thread-specific.exp: Handle the lack of usable
13454 $this_breakpoint and $this_thread.
13455
134562014-03-21 Hui Zhu <hui@codesourcery.com>
13457
13458 * gdb.base/attach.exp (do_command_attach_tests): New.
13459
134602014-03-20 Tom Tromey <tromey@redhat.com>
13461 Pedro Alves <palves@redhat.com>
13462
13463 PR cli/15718
13464 * gdb.base/condbreak-call-false.c: New file.
13465 * gdb.base/condbreak-call-false.exp: New file.
13466
134672014-03-20 Pedro Alves <palves@redhat.com>
13468
13469 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13470 Delete.
13471 (block_signals, unblock_signals): Delete.
13472 (child_function_2, main): Remove references to deleted variable
13473 and functions.
13474
134752014-03-20 Pedro Alves <palves@redhat.com>
13476
13477 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13478 Use pthread_kill to signal thread 2.
13479 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13480 Adjust to make the test send itself a signal rather than using the
13481 host's "kill" command.
13482
134832014-03-20 Pedro Alves <palves@redhat.com>
13484
13485 * gdb.threads/multiple-step-overs.c: New file.
13486 * gdb.threads/multiple-step-overs.exp: New file.
13487 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13488 Adjust expected infrun debug output.
13489
134902014-03-20 Pedro Alves <palves@redhat.com>
13491
13492 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13493 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13494
134952014-03-20 Pedro Alves <palves@redhat.com>
13496
13497 PR breakpoints/7143
13498 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13499 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13500 of gdb_test_multiple.
13501 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13502 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13503
135042014-03-20 Pedro Alves <palves@redhat.com>
13505
13506 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13507 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13508
135092014-03-19 Pedro Alves <palves@redhat.com>
13510
13511 * gdb.base/async.exp: Remove early return.
13512
135132014-03-19 Pedro Alves <palves@redhat.com>
13514
13515 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13516
135172014-03-19 Pedro Alves <palves@redhat.com>
13518
13519 * gdb.base/async.exp (test_background): Expect \r\n after
13520 "completed." in the fail pattern.
13521
135222014-03-19 Pedro Alves <palves@redhat.com>
13523
13524 * gdb.base/async.exp (test_background): New procedure.
13525 Use it for all background execution command tests.
13526
135272014-03-19 Pedro Alves <palves@redhat.com>
13528
13529 * gdb.base/async.exp: Use prepare_for_testing.
13530
135312014-03-19 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13534 the same line.
13535
135362014-03-19 Pedro Alves <palves@redhat.com>
13537
13538 * gdb.base/async.c (main): Add "jump here" and "until here" line
13539 marker comments.
13540 * gdb.base/async.exp (jump_here): New global.
13541 (jump& test): Use it.
13542 (until_here): New global.
13543 (until& test): Use it.
13544
135452014-03-19 Pedro Alves <palves@redhat.com>
13546
13547 * gdb.base/async.exp: Don't frob gdb_protocol.
13548
135492014-03-18 Doug Evans <xdje42@gmail.com>
13550
13551 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13552 Fix spelling of exec-done-display.
13553
135542014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13555
13556 PR gdb/15358
13557 * gdb.base/gdb-sigterm.c: New file.
13558 * gdb.base/gdb-sigterm.exp: New file.
13559
135602014-03-18 Pedro Alves <palves@redhat.com>
13561
13562 PR gdb/13860
13563 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13564 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13565 solib-event.
13566
135672014-03-17 Joel Brobecker <brobecker@adacore.com>
13568
13569 * gdb.ada/pckd_arr_ren: New testcase.
13570
135712014-03-13 Doug Evans <xdje42@gmail.com>
13572
13573 PR guile/16612
13574 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13575 collect after discarding symbols.
13576
135772014-03-13 Ludovic Courtès <ludo@gnu.org>
13578 Doug Evans <xdje42@gmail.com>
13579
13580 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13581 to history survives a gc.
13582
135832014-03-13 Pedro Alves <palves@redhat.com>
13584
13585 * gdb.base/default.exp: Don't test "target procfs".
13586
135872014-03-13 Pedro Alves <palves@redhat.com>
13588
13589 * gdb.base/default.exp: Update "target child" and "target procfs"
13590 tests to not expect "Unix".
13591
135922014-03-12 Tom Tromey <tromey@redhat.com>
13593
13594 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13595 New procs. Add target-async tests.
13596 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13597 Add target-async tests.
13598
135992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13600
13601 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13602 'func_start' and 'func_end' for the beginning and end of the
13603 function code, respectively.
13604 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13605 'func_end' instead of 'func' and 'main'.
13606
136072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13608
13609 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13610 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13611 generate the debug info assembler source.
13612
136132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13614
13615 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13616 * gdb.dwarf2/arr-subrange.exp: Likewise.
13617 * gdb.dwarf2/dwz.exp: Likewise.
13618 * gdb.dwarf2/method-ptr.exp: Likewise.
13619 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13620 * gdb.dwarf2/subrange.exp: Likewise.
13621 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13622 * gdb.dwarf2/implptrpiece.exp: Likewise.
13623 * gdb.dwarf2/nostaticblock.exp: Likewise.
13624
136252014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13626
13627 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13628 directory to absolute path name arguments.
13629
136302014-03-10 Joel Brobecker <brobecker@adacore.com>
13631
13632 * gdb.ada/tagged_access: New testcase.
13633
136342014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13635
13636 * gdb.btrace/data.exp: Update expected output.
13637
136382014-03-06 Yao Qi <yao@codesourcery.com>
13639
13640 * gdb.trace/pr16508.exp: New file.
13641
136422014-03-05 Pedro Alves <palves@redhat.com>
13643
13644 PR gdb/16575
13645 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13646 procedure.
13647 (top level): Adjust to use it. Add tests that exercise breakpoint
13648 interaction with the code-cache.
13649
136502014-02-26 Ludovic Courtès <ludo@gnu.org>
13651
13652 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13653 test for 'history-append!'.
13654
136552014-02-26 Joel Brobecker <brobecker@adacore.com>
13656
13657 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13658 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13659 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13660 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13661 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13662 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13663
136642014-02-26 Joel Brobecker <brobecker@adacore.com>
13665
13666 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13667 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13668 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13669
136702014-02-26 Joel Brobecker <brobecker@adacore.com>
13671
13672 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13673
136742014-02-26 Joel Brobecker <brobecker@adacore.com>
13675
13676 * gdb.dwarf2/arr-stride.c: New file.
13677 * gdb.dwarf2/arr-stride.exp: New file.
13678
136792014-02-26 Pedro Alves <palves@redhat.com>
13680
13681 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13682 that won't ever trigger. Make sure that GDB reports the correct
13683 breakpoint that caused the stop.
13684
136852014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13686
13687 PR gdb/16626
13688 * gdb.base/auto-load-script: New file.
13689 * gdb.base/auto-load.c: New file.
13690 * gdb.base/auto-load.exp: New file.
13691
13692 PR gdb/16626
13693 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13694
136952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13696
13697 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13698 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13699
137002014-02-24 Doug Evans <dje@google.com>
13701
13702 * lib/gdb.exp (run_on_host): Log error output if program fails.
13703
137042014-02-21 Pedro Alves <palves@redhat.com>
13705
13706 * gdb.threads/step-after-sr-lock.c: Rename to ...
13707 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13708 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13709 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13710 ... this.
13711
137122014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13713
13714 PR tdep/16397
13715 * gdb.arch/amd64-stap-special-operands.exp: New file.
13716 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13717 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13718 * gdb.arch/amd64-stap-triplet.S: Likewise.
13719 * gdb.arch/amd64-stap-triplet.c: Likewise.
13720
137212014-02-20 Joel Brobecker <brobecker@adacore.com>
13722
13723 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13724 in .section pseudo-op.
13725
137262014-02-20 lin zuojian <manjian2006@gmail.com>
13727 Joel Brobecker <brobecker@adacore.com>
13728 Doug Evans <xdje42@gmail.com>
13729
13730 PR symtab/16581
13731 * gdb.dwarf2/dw2-icycle.S: New file.
13732 * gdb.dwarf2/dw2-icycle.c: New file.
13733 * gdb.dwarf2/dw2-icycle.exp: New file.
13734
137352014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13736
13737 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13738 operations on gdb.Value objects.
13739 * gdb.python/py-value-cc.exp: Add new test to test operations on
13740 gdb.Value objects.
13741
137422014-02-18 Doug Evans <dje@google.com>
13743
13744 * Makefile.in (TESTS): New variable.
13745 (expanded_tests, expanded_tests_or_none): New variables
13746 (check-single): Pass $(expanded_tests_or_none) to runtest.
13747 (check-parallel): Only run tests in $(TESTS) if non-empty.
13748 (check/no-matching-tests-found): New rule.
13749 * README: Document TESTS makefile variable.
13750
137512014-02-18 Doug Evans <dje@google.com>
13752
13753 * Makefile.in (check-parallel): rm -rf outputs temp.
13754
137552014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13756
13757 Fix "ERROR: no fileid for" in the testsuite.
13758 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13759
137602014-02-12 Doug Evans <dje@google.com>
13761
13762 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13763 (MISCELLANEOUS): New variable.
13764 (clean): rm -rf $(MISCELLANEOUS).
13765 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13766 dwp live in the same directory as symlinks, with each symlink pointed
13767 to a differently named file in a different directory.
13768
137692014-02-11 Doug Evans <dje@google.com>
13770
13771 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13772 of Tcl file commands.
13773
137742014-02-10 Mark Kettenis <kettenis@gnu.org>
13775
13776 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13777 "kill -SIGUSR1 -1".
13778
137792014-02-10 Joel Brobecker <brobecker@adacore.com>
13780
13781 * gdb.ada/tick_length_array_enum_idx: New testcase.
13782
137832014-02-10 Doug Evans <xdje42@gmail.com>
13784
13785 * configure.ac (AC_OUTPUT): Add gdb.guile.
13786 * configure: Regenerate.
13787 * lib/gdb-guile.exp: New file.
13788 * lib/gdb.exp (get_target_charset): New function.
13789 * gdb.base/help.exp: Update expected output from "apropos apropos".
13790 * gdb.guile/Makefile.in: New file.
13791 * gdb.guile/guile.exp: New file.
13792 * gdb.guile/scm-arch.c: New file.
13793 * gdb.guile/scm-arch.exp: New file.
13794 * gdb.guile/scm-block.c: New file.
13795 * gdb.guile/scm-block.exp: New file.
13796 * gdb.guile/scm-breakpoint.c: New file.
13797 * gdb.guile/scm-breakpoint.exp: New file.
13798 * gdb.guile/scm-disasm.c: New file.
13799 * gdb.guile/scm-disasm.exp: New file.
13800 * gdb.guile/scm-equal.c: New file.
13801 * gdb.guile/scm-equal.exp: New file.
13802 * gdb.guile/scm-error.exp: New file.
13803 * gdb.guile/scm-error.scm: New file.
13804 * gdb.guile/scm-frame-args.c: New file.
13805 * gdb.guile/scm-frame-args.exp: New file.
13806 * gdb.guile/scm-frame-args.scm: New file.
13807 * gdb.guile/scm-frame-inline.c: New file.
13808 * gdb.guile/scm-frame-inline.exp: New file.
13809 * gdb.guile/scm-frame.c: New file.
13810 * gdb.guile/scm-frame.exp: New file.
13811 * gdb.guile/scm-generics.exp: New file.
13812 * gdb.guile/scm-gsmob.exp: New file.
13813 * gdb.guile/scm-iterator.c: New file.
13814 * gdb.guile/scm-iterator.exp: New file.
13815 * gdb.guile/scm-math.c: New file.
13816 * gdb.guile/scm-math.exp: New file.
13817 * gdb.guile/scm-objfile-script-gdb.in: New file.
13818 * gdb.guile/scm-objfile-script.c: New file.
13819 * gdb.guile/scm-objfile-script.exp: New file.
13820 * gdb.guile/scm-objfile.c: New file.
13821 * gdb.guile/scm-objfile.exp: New file.
13822 * gdb.guile/scm-ports.exp: New file.
13823 * gdb.guile/scm-pretty-print.c: New file.
13824 * gdb.guile/scm-pretty-print.exp: New file.
13825 * gdb.guile/scm-pretty-print.scm: New file.
13826 * gdb.guile/scm-section-script.c: New file.
13827 * gdb.guile/scm-section-script.exp: New file.
13828 * gdb.guile/scm-section-script.scm: New file.
13829 * gdb.guile/scm-symbol.c: New file.
13830 * gdb.guile/scm-symbol.exp: New file.
13831 * gdb.guile/scm-symtab-2.c: New file.
13832 * gdb.guile/scm-symtab.c: New file.
13833 * gdb.guile/scm-symtab.exp: New file.
13834 * gdb.guile/scm-type.c: New file.
13835 * gdb.guile/scm-type.exp: New file.
13836 * gdb.guile/scm-value-cc.cc: New file.
13837 * gdb.guile/scm-value-cc.exp: New file.
13838 * gdb.guile/scm-value.c: New file.
13839 * gdb.guile/scm-value.exp: New file.
13840 * gdb.guile/source2.scm: New file.
13841 * gdb.guile/types-module.cc: New file.
13842 * gdb.guile/types-module.exp: New file.
13843
138442014-02-10 Yao Qi <yao@codesourcery.com>
13845
13846 PR testsuite/16543
13847 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13848 * configure: Regenerated.
13849 * Makefile.in: New file.
13850
138512014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13852
13853 * gdb.python/py-framefilter.exp: Fix typo.
13854
138552014-02-08 Yao Qi <yao@codesourcery.com>
13856
13857 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13858 that no =breakpoint-modified is emitted when breakpoints are
13859 modified through MI commands.
13860
138612014-02-07 Pedro Alves <pedro@codesourcery.com>
13862 Pedro Alves <palves@redhat.com>
13863
13864 * gdb.threads/step-after-sr-lock.c: New file.
13865 * gdb.threads/step-after-sr-lock.exp: New file.
13866
138672014-02-07 Pedro Alves <palves@redhat.com>
13868
13869 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13870
138712014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13872
13873 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13874 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13875
138762014-02-06 Doug Evans <xdje42@gmail.com>
13877
13878 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13879 output.
13880
13881 * gdb.gdb/python-interrupts.exp: New file.
13882
138832014-02-05 Yao Qi <yao@codesourcery.com>
13884
13885 * gdb.trace/report.exp (use_collected_data): Test the output
13886 of "info threads" and "info inferiors".
13887
138882014-02-05 Yao Qi <yao@codesourcery.com>
13889
13890 Revert this patch:
13891
13892 2013-05-24 Yao Qi <yao@codesourcery.com>
13893
13894 * gdb.trace/tfile.exp: Test inferior and thread.
13895
138962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13897
13898 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13899 on a function.
13900 * gdb.base/step-bt.c: Call hello via function pointer to make
13901 sure its first instruction is executed on powerpc64le-linux.
13902
139032014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13904
13905 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13906
139072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13908
13909 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13910 of the test patterns for use on little-endian systems.
13911
139122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13913
13914 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13915 (decimal_vector): Fix for little-endian.
13916
139172014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13918
13919 * gdb.arch/sparc-sysstep.exp: New file.
13920 * gdb.arch/sparc-sysstep.c: Likewise.
13921
13922 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13923
139242014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13925
13926 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13927
139282014-01-23 Tom Tromey <tromey@redhat.com>
13929
13930 * gdb.ada/array_char_idx: New testcase.
13931
139322014-01-23 Tom Tromey <tromey@redhat.com>
13933
13934 PR python/16487:
13935 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13936 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13937 classes.
13938
139392014-01-23 Tom Tromey <tromey@redhat.com>
13940
13941 PR python/16491:
13942 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13943 string from an inferior frame.
13944 * gdb.python/py-framefilter-mi.exp: Update.
13945
139462014-01-22 Doug Evans <dje@google.com>
13947
13948 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13949
139502014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13951
13952 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13953
139542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13955
13956 * gdb.trace/entry-values.exp: Remove excess space character from
13957 regex patterns. Handle s390 call instruction.
13958
139592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13960
13961 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13962 define "*_start" label. Make "name" static.
13963 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13964 ${name} by references to ${name}_start.
13965
139662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13967
13968 * gdb.base/info-macros.exp: Remove "debug" from the compile
13969 options.
13970
139712014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13972
13973 * gdb.dlang/demangle.exp: New file.
13974
139752014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13976
13977 * gdb.dlang/primitive-types.exp: New file.
13978
139792014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13980
13981 * configure.ac: Create gdb.dlang/Makefile.
13982 * configure: Regenerate.
13983 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13984 * gdb.dlang/Makefile.in: New file.
13985 * lib/d-support.exp: New file.
13986 * lib/gdb.exp (skip_d_tests): New proc.
13987
139882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13989
13990 * gdb.btrace/delta.exp: Check reverse stepi.
13991 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13992 * gdb.btrace/finish.exp: New.
13993 * gdb.btrace/next.exp: New.
13994 * gdb.btrace/nexti.exp: New.
13995 * gdb.btrace/record_goto.c: Add comments.
13996 * gdb.btrace/step.exp: New.
13997 * gdb.btrace/stepi.exp: New.
13998 * gdb.btrace/multi-thread-step.c: New.
13999 * gdb.btrace/multi-thread-step.exp: New.
14000 * gdb.btrace/rn-dl-bind.c: New.
14001 * gdb.btrace/rn-dl-bind.exp: New.
14002 * gdb.btrace/data.c: New.
14003 * gdb.btrace/data.exp: New.
14004 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14005
140062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14007
14008 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14009 * gdb.btrace/exception.exp: Update.
14010 * gdb.btrace/instruction_history.exp: Update.
14011 * gdb.btrace/record_goto.exp: Update.
14012 * gdb.btrace/tailcall.exp: Update.
14013 * gdb.btrace/unknown_functions.exp: Update.
14014 * gdb.btrace/delta.exp: New.
14015
140162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14017
14018 * gdb.btrace/record_goto.exp: Add backtrace test.
14019 * gdb.btrace/tailcall.exp: Add backtrace test.
14020
140212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14022
14023 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14024 * gdb.btrace/record_goto.c: New.
14025 * gdb.btrace/record_goto.exp: New.
14026 * gdb.btrace/x86-record_goto.S: New.
14027
140282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14029
14030 * gdb.btrace/function_call_history.exp: Update tests.
14031 * gdb.btrace/instruction_history.exp: Update tests.
14032
140332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14034
14035 * gdb.btrace/function_call_history.exp: Fix expected field
14036 order for "record function-call-history".
14037 Add new tests for "record function-call-history /c".
14038 * gdb.btrace/exception.cc: New.
14039 * gdb.btrace/exception.exp: New.
14040 * gdb.btrace/tailcall.exp: New.
14041 * gdb.btrace/x86-tailcall.S: New.
14042 * gdb.btrace/x86-tailcall.c: New.
14043 * gdb.btrace/unknown_functions.c: New.
14044 * gdb.btrace/unknown_functions.exp: New.
14045 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14046
140472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14048
14049 * gdb.btrace/instruction_history.exp: Update.
14050 * gdb.btrace/function_call_history.exp: Update.
14051
140522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14053
14054 * gdb.btrace/function_call_history.exp: Fix expected function
14055 trace.
14056 * gdb.btrace/instruction_history.exp: Initialize traced.
14057 Remove traced_functions.
14058
140592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14060
14061 * gdb.btrace/function_call_history.exp: Update
14062 * gdb.btrace/instruction_history.exp: Update.
14063
140642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14065
14066 * gdb.btrace/enable.exp: Update expected text.
14067
140682014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14069
14070 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14071 bytes.
14072
140732014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14074
14075 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14076
140772014-01-15 Omair Javaid <omair.javaid@linaro.org>
14078
14079 * lib/gdb.exp (supports_process_record): Return true for
14080 arm*-linux*. (supports_reverse): Likewise.
14081
140822014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14083
14084 PR python/15464
14085 PR python/16113
14086 * gdb.python/py-type.c: Enhance test case.
14087 * gdb.python/py-value-cc.cc: Likewise
14088 * gdb.python/py-type.exp: Add new tests.
14089 * gdb.python/py-value-cc.exp: Likewise
14090
140912014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14092 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14095 Make "name" extern.
14096 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14097 references to ${name}_start by references to ${name}.
14098
140992014-01-10 Joel Brobecker <brobecker@adacore.com>
14100
14101 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14102
141032014-01-10 Joel Brobecker <brobecker@adacore.com>
14104
14105 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14106
141072014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14108 Pedro Alves <palves@redhat.com>
14109
14110 * gdb.mi/mi-info-os.exp: Connect to the target with
14111 mi_gdb_target_load.
14112
141132014-01-08 Pedro Alves <palves@redhat.com>
14114
14115 * gdb.threads/reconnect-signal.c: New file.
14116 * gdb.threads/reconnect-signal.exp: New file.
14117
141182014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14119
14120 * gdb.base/source-dir.exp: New file.
14121
141222014-01-07 Joel Brobecker <brobecker@adacore.com>
14123
14124 * gdb.ada/mi_interface: New testcase.
14125
141262014-01-07 Joel Brobecker <brobecker@adacore.com>
14127
14128 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14129 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14130 gdb.ada/pp-rec-component/pck.ads: New files.
14131
141322014-01-07 Joel Brobecker <brobecker@adacore.com>
14133
14134 * gdb.python/py-pp-integral.c: New file.
14135 * gdb.python/py-pp-integral.py: New file.
14136 * gdb.python/py-pp-integral.exp: New file.
14137
14138For older changes see ChangeLog-1993-2013.
14139\f
14140;; Local Variables:
14141;; mode: change-log
14142;; left-margin: 8
14143;; fill-column: 74
14144;; version-control: never
14145;; End:
14146
14147 Copyright 2014-2018 Free Software Foundation, Inc.
14148 Copying and distribution of this file, with or without modification,
14149 are permitted provided the copyright notice and this notice are preserved.
This page took 0.071834 seconds and 4 git commands to generate.