Implement IPv6 support for GDB/gdbserver
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2 Jan Kratochvil <jan.kratochvil@redhat.com>
3 Paul Fertser <fercerpav@gmail.com>
4 Tsutomu Seki <sekiriki@gmail.com>
5
6 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7 parameter.
8 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9 by default.
10 * boards/native-gdbserver.exp: Likewise.
11 * gdb.server/run-without-local-binary.exp: Improve regexp used
12 for detecting when a remote debugging connection succeeds.
13 * gdb.server/server-connect.exp: New file.
14 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
15 Do not prefix the port number with ":".
16 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
17 support for detecting and using it. Add '$debughost_gdbserver'
18 to the list of arguments used to start gdbserver. Handle case
19 when gdbserver cannot resolve a network name.
20
21 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
22
23 PR c++/23373
24 * gdb.base/ptype-offsets.cc (struct static_member): New
25 struct.
26 (main) <stmember>: New variable.
27 * gdb.base/ptype-offsets.exp: Add test for printing a struct
28 with a static member in it.
29
30 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
33 watchpoints enabled and disabled.
34
35 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * gdb.base/examine-backward.exp: Still run tests around address
38 0x0, even if address 0x0 is not readable. Update the pattern for
39 matching address 0x0 in expected output.
40
41 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.base/share-env-with-gdbserver.c (main): Add call to
44 malloc/free.
45
46 2018-07-04 Tom de Vries <tdevries@suse.de>
47
48 * gdb.dwarf2/dw2-error.exp: Update expected error message.
49
50 2018-07-02 Maciej W. Rozycki <macro@mips.com>
51
52 PR tdep/8282
53 * gdb.arch/mips-disassembler-options.exp: New test.
54 * gdb.arch/mips-disassembler-options.s: New test source.
55
56 2018-06-29 Pedro Alves <palves@redhat.com>
57
58 * gdb.threads/names.exp: Adjust expected "info threads" output.
59
60 2018-06-29 Pedro Alves <palves@redhat.com>
61
62 * gdb.opt/inline-break.exp (line number, address): Add "info
63 break" tests.
64
65 2018-06-29 Pedro Alves <palves@redhat.com>
66
67 * gdb.opt/inline-break.c (func1): Add "break here" marker.
68 * gdb.opt/inline-break.exp: Test setting breakpoints by line
69 number and address and running to them.
70
71 2018-06-29 Richard Bunt <richard.bunt@arm.com>
72
73 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
74
75 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
76
77 * lib/compiler.c: Remove executable permission flag.
78
79 2018-06-28 Richard Bunt <richard.bunt@arm.com>
80
81 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
82 code.
83 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
84
85 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
86
87 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
88
89 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
90
91 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
92 address argument is omitted.
93
94 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
95
96 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
97
98 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
99
100 PR gdb/21695
101 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
102 * gdb.base/infoline-reloc-main-from-zero.c: New file.
103
104 2018-06-26 Tom Tromey <tom@tromey.com>
105
106 PR rust/22574:
107 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
108 * gdb.rust/simple.rs (struct SimpleLayout): New.
109
110 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
111
112 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
113 "info registers" output.
114
115 2018-06-21 Richard Bunt <richard.bunt@arm.com>
116
117 * gdb.base/watchpoint-hw-attach.c: New test.
118 * gdb.base/watchpoint-hw-attach.exp: New file.
119
120 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
121
122 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
123 through /bin/sh.
124 * boards/dwarf4-gdb-index.exp: Likewise.
125 * boards/fission-dwp.exp: Likewise.
126
127 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
128
129 * gdb.base/float128.exp: Add comment and improved fail message
130 to the failure case of "print large128" test.
131
132 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
133
134 * configure.ac: Remove AC_PREREQ.
135 * configure: Re-generate.
136
137 2018-06-19 Pedro Alves <palves@redhat.com>
138
139 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
140 (func_extern_caller): New.
141 (main): Call func_extern_caller.
142 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
143 logic change.
144
145 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
146
147 PR gdb/16841
148 * gdb.cp/typedef-base.cc: New file.
149 * gdb.cp/typedef-base.exp: New file.
150
151 2018-06-18 Tom de Vries <tdevries@suse.de>
152
153 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
154
155 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
156 Richard Bunt <Richard.Bunt@arm.com>
157
158 * gdb.threads/attach-slow-waitpid.c: New file.
159 * gdb.threads/attach-slow-waitpid.exp: New file.
160 * gdb.threads/slow-waitpid.c: New file.
161
162 2018-06-14 Pedro Alves <palves@redhat.com>
163
164 * gdb.base/fork-running-state.c: Include <errno.h>.
165 (exit_if_relative_exits): New.
166 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
167 exits.
168 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
169 child exits.
170
171 2018-06-14 Tom de Vries <tdevries@suse.de>
172
173 PR cli/22573
174 * gdb.base/finish-pretty.c: New test.
175 * gdb.base/finish-pretty.exp: New file.
176
177 2018-06-14 Pedro Alves <palves@redhat.com>
178
179 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
180 gdb's expected startup output.
181
182 2018-06-14 Pedro Alves <palves@redhat.com>
183
184 * lib/selftest-support.exp (selftest_setup): Remove inlined
185 function handling.
186
187 2018-06-14 Tom de Vries <tdevries@suse.de>
188
189 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
190 matching of breakpoint printing.
191
192 2018-06-13 Tom de Vries <tdevries@suse.de>
193
194 PR testsuite/23269
195 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
196 (fork_child): ... here, and ...
197 (fork_parent): ... here.
198
199 2018-06-12 Tom de Vries <tdevries@suse.de>
200
201 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
202
203 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
204 Stephen Roberts <stephen.roberts@arm.com>
205
206 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
207 rewrite test to describe action performed, rather than possible
208 failure.
209
210 2018-06-08 Gary Benson <gbenson@redhat.com>
211
212 * gdb.threads/check-libthread-db.exp: New file.
213 * gdb.threads/check-libthread-db.c: Likewise.
214
215 2018-06-05 Tom Tromey <tom@tromey.com>
216
217 * gdb.base/default.exp: Update expected "show version" output.
218
219 2018-06-05 Tom Tromey <tom@tromey.com>
220
221 PR cli/12326:
222 * gdb.cp/static-print-quit.exp: Update.
223 * lib/gdb.exp (pagination_prompt): Update.
224 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
225 * gdb.python/python.exp: Update.
226
227 2018-06-04 Joel Brobecker <brobecker@adacore.com>
228
229 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
230
231 2018-06-01 Joel Brobecker <brobecker@adacore.com>
232
233 * gdb.ada/bp_fun_addr: New testcase.
234
235 2018-06-01 Tom Tromey <tom@tromey.com>
236
237 * gdb.xml/tdesc-regs.exp (load_description): Update expected
238 results.
239 * gdb.dwarf2/method-ptr.exp: Set language to C++.
240 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
241 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
242 * gdb.base/maint.exp (maint_pass_if): Update.
243
244 2018-05-31 Maciej W. Rozycki <macro@mips.com>
245
246 * gdb.base/endian.exp: New test.
247 * gdb.base/endian.c: New test source.
248
249 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 PR gdb/23203
252 * gdb.base/bt-selected-frame.c: New file.
253 * gdb.base/bt-selected-frame.exp: New file.
254 * lib/gdb.exp (get_current_frame_number): New function.
255
256 2018-05-24 Maciej W. Rozycki <macro@mips.com>
257 Pedro Alves <palves@redhat.com>
258
259 * gdb.threads/tls-core.c: Include <stdlib.h>
260 (thread_proc): Call `abort'.
261 * gdb.threads/tls-core.exp: Generate a core with core_find too.
262 (tls_core_test): New procedure, bits factored out from ...
263 (top level): ... here. Test both native cores and gcore cores.
264
265 2018-05-23 Tom Tromey <tom@tromey.com>
266
267 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
268
269 2018-05-23 Tom Tromey <tom@tromey.com>
270
271 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
272 symfile_complaints.
273 (test_short_complaints): Likewise.
274 (test_empty_complaints): Likewise.
275 (test_initial_complaints): Update.
276
277 2018-05-23 Tom Tromey <tom@tromey.com>
278
279 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
280
281 2018-05-23 Tom Tromey <tom@tromey.com>
282
283 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
284 (test_short_complaints): Update.
285
286 2018-05-22 Pedro Alves <palves@redhat.com>
287
288 * gdb.base/remote.exp: Only gdb_start after compiling the
289 testcase. Issue "disconnect" before testing "set remote" command
290 defaults. Issue clean_restart before running to main.
291
292 2018-05-22 Pedro Alves <palves@redhat.com>
293
294 * gdb.base/remote.exp: Adjust expected output of "show remote
295 memory-write-packet-size". Add tests for "set remote
296 memory-write-packet-size 0" and "set remote
297 memory-write-packet-size fixed/limit".
298
299 2018-05-22 Pedro Alves <palves@redhat.com>
300
301 PR gdb/22973
302 * gdb.base/utf8-identifiers.c: New file.
303 * gdb.base/utf8-identifiers.exp: New file.
304
305 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
306
307 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
308
309 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
310
311 * gdb.arch/powerpc-vsx-gcore.exp: New file.
312
313 2018-05-18 Tom Tromey <tom@tromey.com>
314
315 * gdb.base/ptype-offsets.exp: Update.
316
317 2018-05-17 Keith Seitz <keiths@redhat.com>
318
319 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
320 in expected breakpoint stop locations.
321 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
322 move to proper scope to test variable values.
323 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
324 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
325 New functions.
326 (main): Call not_inline_func3.
327 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
328 inline_func1, inline_func2, and inline_func3. Test that when each
329 breakpoint is hit, GDB properly reports both the stop location
330 and the backtrace. Repeat tests for temporary breakpoints.
331
332 2018-05-15 Maciej W. Rozycki <macro@mips.com>
333
334 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
335 rather then trying to access it in determining whether the PID
336 of `gdbserver' could have been retrieved.
337
338 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * gdb.arch/amd64-init-x87-values.S: New file.
341 * gdb.arch/amd64-init-x87-values.exp: New file.
342
343 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
344
345 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
346
347 2018-05-04 Tom Tromey <tom@tromey.com>
348
349 PR python/22730:
350 * gdb.python/python.exp: Test multi-line execute.
351
352 2018-05-04 Tom Tromey <tom@tromey.com>
353
354 PR python/22731:
355 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
356
357 2018-05-04 Tom Tromey <tom@tromey.com>
358
359 PR gdb/11750:
360 * gdb.base/define.exp: Test defining a user command inside a user
361 command.
362 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
363
364 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
365 Pedro Alves <palves@redhat.com>
366
367 PR breakpoints/19806 and support for PR external/20207.
368 * gdb.base/watchpoint-unaligned.c: New file.
369 * gdb.base/watchpoint-unaligned.exp: New file.
370
371 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.base/maint.exp: Make test names unique, use
374 test_prefix_command_help to test 'help maint info', and remove
375 repeated test of 'help maint'.
376
377 2018-05-04 Tom Tromey <tom@tromey.com>
378
379 PR gdb/22619:
380 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
381 behavior.
382
383 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * gdb.base/maint.exp: Process output from 'maint print registers'
386 line at a time.
387
388 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
391 timeout.
392
393 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
396 filter pattern.
397
398 2018-05-02 Pedro Alves <palves@redhat.com>
399
400 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
401 to_log_command renames.
402 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
403
404 2018-05-02 Tom Tromey <tom@tromey.com>
405
406 * gdb.python/py-parameter.exp: Set test message.
407
408 2018-05-02 Tom Tromey <tom@tromey.com>
409
410 PR python/20084:
411 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
412 PARAM_ZUINTEGER_UNLIMITED tests.
413
414 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
415
416 PR rust/23124
417 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
418 when casting.
419
420 2018-04-30 Tom Tromey <tom@tromey.com>
421
422 * gdb.python/py-type.exp: Check align attribute.
423 * gdb.python/py-type.c: New "aligncheck" global.
424
425 2018-04-30 Tom Tromey <tom@tromey.com>
426
427 PR exp/17095:
428 * gdb.dwarf2/dw2-align.exp: New file.
429 * gdb.cp/align.exp: New file.
430 * gdb.base/align.exp: New file.
431 * lib/gdb.exp (gdb_int128_helper): New proc.
432 (has_int128_c, has_int128_cxx): New caching procs.
433
434 2018-04-27 Tom Tromey <tom@tromey.com>
435
436 PR rust/22545:
437 * gdb.rust/simple.exp: Add inclusive range tests.
438
439 2018-04-26 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
442 ifunc breakpoint locations correctly of ifunc breakpoints set
443 while the program resolves the ifunc.
444
445 2018-04-26 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/gnu-ifunc-final.c: New file.
448 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
449 * gdb.base/gnu-ifunc.exp (executable): Delete.
450 (staticexecutable): Adjust.
451 (lib_opts, exec_opts): Delete.
452 (make_binsuffix, build, set-break): New procedures.
453 (misc_tests): New, with tests factored out from the top level.
454 (top level): Test different combinations of ifunc resolver name,
455 resolver with and with debug info, and ifunc target with and
456 without debug info. Wrap static tests with with_target_prefix.
457
458 2018-04-26 Pedro Alves <palves@redhat.com>
459
460 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
461 return type" warnings.
462
463 2018-04-25 Pedro Alves <palves@redhat.com>
464
465 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
466 killed".
467 * gdb.base/kill-after-signal.exp: Likewise.
468 * gdb.threads/kill.exp: Likewise.
469
470 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
471 Sergio Durigan Junior <sergiodj@redhat.com>
472 Pedro Alves <palves@redhat.com>
473
474 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
475 regexps to expect for '[Inferior ... detached]' as well.
476 * gdb.base/attach.exp: Likewise.
477 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
478 "gdb_continue_to_end".
479 (test_catch_syscall_with_wrong_args): Likewise.
480 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
481 ']'. Don't set 'verbose' on.
482 * gdb.base/foll-vfork.exp: Likewise.
483 * gdb.base/fork-print-inferior-events.c: New file.
484 * gdb.base/fork-print-inferior-events.exp: New file.
485 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
486 '[Inferior ... has been killed]' message.
487 * gdb.base/kill-after-signal.exp: Likewise.
488 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
489 detach message.
490 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
491 message.
492 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
493 regexps to expect for '[Inferior ... detached]' as well.
494 * gdb.threads/process-dies-while-detaching.exp: Likewise.
495
496 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
497
498 PR gdb/23104
499 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
500
501 2018-04-19 Richard Bunt <richard.bunt@arm.com>
502
503 * gdb.threads/multiple-successive-infcall.c: New test.
504 * gdb.threads/multiple-successive-infcall.exp: New file.
505
506 2018-04-17 Tom Tromey <tom@tromey.com>
507
508 * gdb.rust/simple.rs (Union): New type.
509 (main): New local "u".
510 * gdb.rust/simple.exp (test_one_slice): Add new test case.
511
512 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
513
514 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
515 number information in output of "whereis" command.
516 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
517
518 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
519
520 * gdb.ada/info_types.exp: Adjust expected output to the line
521 numbers now printed by "info var/func/type".
522 * gdb.base/completion.exp: Likewise.
523 * gdb.base/included.exp: Likewise.
524 * gdb.cp/cp-relocate.exp: Likewise.
525 * gdb.cp/cplusfuncs.exp: Likewise.
526 * gdb.cp/namespace.exp: Likewise.
527 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
528
529 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
530
531 * gdb.btrace/cpu.exp: New.
532
533 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
534
535 * gdb.base/step-indirect-call-thunk.exp: New.
536 * gdb.base/step-indirect-call-thunk.c: New.
537 * gdb.reverse/step-indirect-call-thunk.exp: New.
538 * gdb.reverse/step-indirect-call-thunk.c: New.
539
540 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
541
542 * gdb.base/pie-fork.c: New file.
543 * gdb.base/pie-fork.exp: New file.
544
545 2018-04-11 Tom Tromey <tom@tromey.com>
546
547 * gdb.rust/simple.exp: Add test for ".." struct initializer.
548
549 2018-04-10 Pedro Alves <palves@redhat.com>
550
551 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
552 exits. Instead loop running forever.
553 (fork_parent): Run forever too.
554
555 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
556
557 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
558 mi_continue_to_line.
559 * gdb.mi/mi-stack.c (callee4): Add comment.
560
561 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
562
563 * gdb.mi/mi-stack.exp: Fix indentation.
564
565 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
566
567 PR gdb/22979
568 * gdb.arch/amd64-osabi.exp: New file.
569
570 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
571
572 PR gdb/22980
573 * gdb.base/osabi.exp: New file.
574
575 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
576
577 * gdb.cp/static-typedef-print.exp: New file.
578 * gdb.cp/static-typedef-print.cc: New file.
579
580 2018-03-27 Joel Brobecker <brobecker@adacore.com>
581
582 * gdb.ada/varsize_limit: New testcase.
583
584 2018-03-27 Joel Brobecker <brobecker@adacore.com>
585
586 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
587
588 * gdb.ada/notcplusplus: New testcase.
589
590 * gdb.base/c-linkage-name.c: New file.
591 * gdb.base/c-linkage-name.exp: New testcase.
592
593 2018-03-26 Tom Tromey <tom@tromey.com>
594
595 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
596 * gdb.python/py-framefilter.py (name_error): New global.
597 (ErrorInName.function): Use name_error.
598
599 2018-03-26 Tom Tromey <tom@tromey.com>
600
601 PR backtrace/15582:
602 * gdb.python/py-framefilter.exp: Add "bt hide" test.
603
604 2018-03-23 Keith Seitz <keiths@redhat.com>
605
606 PR c++/22968
607 * gdb.cp/subtypes.exp: New file.
608 * gdb.cp/subtypes.h: New file.
609 * gdb.cp/subtypes.cc: New file.
610 * gdb.cp/subtypes-2.cc: New file.
611
612 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
613
614 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
615 (done): Call '_exit' not 'exit' to avoid atexit handlers.
616 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
617 -nostartfiles when compiling the test. Confirm that all registers
618 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
619
620 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
623 option, syntax was wrong anyway.
624 * gdb.arch/arm-disp-step.exp: Likewise.
625 * gdb.arch/sparc64-regs.exp: Likewise.
626 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
627 option, syntax was wrong anyway, switch to use
628 prepare_for_testing.
629 * gdb.arch/i386-disp-step.exp: Likewise.
630
631 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
632
633 * gdb.ada/exec_changed.exp: Replace "target_info exists
634 use_gdb_stub" by "use_gdb_stub".
635 * gdb.ada/start.exp: Likewise.
636 * gdb.base/async-shell.exp: Likewise.
637 * gdb.base/attach-pie-misread.exp: Likewise.
638 * gdb.base/attach-wait-input.exp: Likewise.
639 * gdb.base/break-entry.exp: Likewise.
640 * gdb.base/break-interp.exp: Likewise.
641 * gdb.base/dprintf-detach.exp: Likewise.
642 * gdb.base/nostdlib.exp: Likewise.
643 * gdb.base/solib-nodir.exp: Likewise.
644 * gdb.base/statistics.exp: Likewise.
645 * gdb.base/testenv.exp: Likewise.
646 * gdb.mi/mi-exec-run.exp: Likewise.
647 * gdb.mi/mi-start.exp: Likewise.
648 * gdb.multi/dummy-frame-restore.exp: Likewise.
649 * gdb.multi/multi-arch-exec.exp: Likewise.
650 * gdb.multi/multi-arch.exp: Likewise.
651 * gdb.multi/tids.exp: Likewise.
652 * gdb.multi/watchpoint-multi.exp: Likewise.
653 * gdb.python/py-events.exp: Likewise.
654 * gdb.threads/attach-into-signal.exp: Likewise.
655 * gdb.threads/attach-stopped.exp: Likewise.
656 * gdb.threads/threadapply.exp: Likewise.
657 * lib/selftest-support.exp: Likewise.
658
659 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
660
661 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
662
663 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
664
665 * gdb.perf/template-breakpoints.cc: New file.
666 * gdb.perf/template-breakpoints.exp: New file.
667 * gdb.perf/template-breakpoints.py: New file.
668
669 2018-03-19 Tom Tromey <tom@tromey.com>
670
671 * gdb.rust/simple.rs (main): Add local variables field1, field2,
672 y0.
673 * gdb.rust/simple.exp: Test bare identifier form of struct
674 initializer.
675
676 2018-03-19 Tom Tromey <tom@tromey.com>
677
678 * gdb.gdb/observer.exp: Remove.
679
680 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
681
682 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
683 "qualified" option when setting breakpoints.
684 * gdb.trace/backtrace.exp: Likewise.
685 * gdb.trace/circ.exp: Likewise.
686 * gdb.trace/collection.exp: Likewise.
687 * gdb.trace/disconnected-tracing.exp: Likewise.
688 * gdb.trace/ftrace-lock.exp: Likewise.
689 * gdb.trace/ftrace.exp: Likewise.
690 * gdb.trace/infotrace.exp: Likewise.
691 * gdb.trace/packetlen.exp: Likewise.
692 * gdb.trace/passc-dyn.exp: Likewise.
693 * gdb.trace/qtro.exp: Likewise.
694 * gdb.trace/read-memory.exp: Likewise.
695 * gdb.trace/report.exp: Likewise.
696 * gdb.trace/signal.exp: Likewise.
697 * gdb.trace/status-stop.exp: Likewise.
698 * gdb.trace/strace.exp: Likewise.
699 * gdb.trace/tfind.exp: Likewise.
700 * gdb.trace/trace-break.exp: Likewise.
701 * gdb.trace/trace-condition.exp: Likewise.
702 * gdb.trace/trace-mt.exp: Likewise.
703 * gdb.trace/tstatus.exp: Likewise.
704 * gdb.trace/tsv.exp: Likewise.
705 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
706 * gdb.trace/unavailable.exp: Likewise.
707 * gdb.trace/while-dyn.exp: Likewise.
708
709 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
710
711 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
712 that libinproctrace is copied to the target.
713
714 2018-03-14 Tom Tromey <tom@tromey.com>
715
716 PR cli/14977:
717 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
718 a null pointer.
719 * gdb.base/wchar.exp: Likewise.
720
721 2018-03-14 Tom Tromey <tom@tromey.com>
722
723 PR cli/19918:
724 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
725 flag.
726
727 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
728
729 PR gdb/22841
730 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
731 "target" to remote_exec.
732
733 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
734
735 PR gdb/22841
736 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
737 ${board}_upload): Remove.
738
739 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
740
741 * gdb.cp/watch-cp.cc: New test.
742 * gdb.cp/watch-cp.exp: New file.
743
744 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.base/infcall-nested-structs.exp: New file.
747 * gdb.base/infcall-nested-structs.c: New file.
748 * gdb.base/float.exp: Add riscv support.
749
750 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
751
752 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
753 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
754
755 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
756
757 * gdb.server/abspath.exp: New file.
758 * lib/gdb.exp (with_cwd): New procedure.
759
760 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
761
762 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
763 use it.
764 (gdb_is_target_remote_prompt): New proc.
765 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
766 (gdb_is_target_native): Pass prompt parameter to
767 gdb_is_target_1.
768
769 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
770
771 * gdb.base/load-command.c: New file.
772 * gdb.base/load-command.exp: New file.
773 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
774 (gdb_is_target_1): ...this, and generalize for other targets
775 than just remote.
776 (gdb_is_target_remote): Use gdb_is_target_1.
777 (gdb_is_target_native): use gdb_is_target_1.
778
779 2018-02-26 Tom Tromey <tom@tromey.com>
780
781 PR python/16497:
782 * gdb.python/py-framefilter.exp: Update test.
783
784 2018-02-26 Tom Tromey <tom@tromey.com>
785
786 * gdb.dwarf2/variant.c: New file.
787 * gdb.dwarf2/variant.exp: New file.
788
789 2018-02-26 Tom Tromey <tom@tromey.com>
790
791 * gdb.rust/simple.exp: Accept more possible results in enum test.
792
793 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
794
795 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
796 parentheses.
797
798 2018-02-23 Maciej W. Rozycki <macro@mips.com>
799
800 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
801 name of a variable: $actual_linejj -> $actual_line.
802
803 2018-02-21 John Baldwin <jhb@FreeBSD.org>
804
805 * gdb.arch/amd64-i386-address.exp: Fix a typo.
806
807 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
808
809 * gdb.btrace/buffer-size.exp: Do not force BTS.
810
811 2018-02-14 Pedro Alves <palves@redhat.com>
812
813 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
814 getting a "Quit".
815
816 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
817
818 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
819 Fix test name.
820
821 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
822
823 * gdb.cp/m-static.exp: Check type of optimized out static
824 member.
825
826 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
829 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
830
831 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
832 Leszek Swirski <leszeks@google.com>
833
834 * gdb.python/py-prettyprint.c
835 (struct to_string_returns_value_inner,
836 struct to_string_returns_value_wrapper): New.
837 (main): Add tsrvw variable.
838 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
839 ToStringReturnsValueWrapper): New classes.
840 (register_pretty_printers): Register new pretty-printers.
841 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
842 recursive pretty printer.
843 * gdb.python/py-mi.exp: Likewise.
844
845 2018-02-01 Leszek Swirski <leszeks@google.com>
846
847 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
848 functions with the same name as an include file are parsed
849 correctly.
850
851 2018-02-01 Yao Qi <yao.qi@linaro.org>
852
853 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
854 "\[^\r\n\]*".
855
856 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
857
858 * gdb.arch/powerpc-prologue-frame.s: New file.
859 * gdb.arch/powerpc-prologue-frame.c: Likewise.
860 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
861
862 2018-01-31 Joel Brobecker <brobecker@adacore.com>
863
864 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
865
866 2018-01-30 Pedro Alves <palves@redhat.com>
867
868 PR gdb/13211
869 * gdb.base/interrupt-daemon.c: New.
870 * gdb.base/interrupt-daemon.exp: New.
871 * gdb.multi/multi-term-settings.c: New.
872 * gdb.multi/multi-term-settings.exp: New.
873
874 2018-01-30 Joel Brobecker <brobecker@adacore.com>
875
876 * gdb.base/break.exp: Save the location where the breakpoint
877 on break.c:47 was actually inserted when debugging the version
878 compiled at -O2 and use it in the expected output of the "info
879 break" test performed soon after.
880
881 2018-01-22 Pedro Alves <palves@redhat.com>
882 Sergio Durigan Junior <sergiodj@redhat.com>
883
884 * gdb.base/whatis.exp: Add tests for 'set print object on' +
885 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
886
887 2018-01-22 Joel Brobecker <brobecker@adacore.com>
888
889 * gdb.base/break-include.c, gdb.base/break-include.inc,
890 gdb.base/break-include.exp: New files.
891 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
892 line number now being the actual line number where the breakpoint
893 was inserted.
894 * gdb.mi/mi-break.exp: Likewise.
895 * gdb.mi/mi-reverse.exp: Likewise.
896 * gdb.mi/mi-simplerun.exp: Ditto.
897
898 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
901 varobj.
902 * gdb.mi/mi-var-create-rtti.exp: Likewise.
903
904 2018-01-21 Don Breazeal <donb@codesourcery.com>
905 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * gdb.mi/basics.c: Add new global.
908 * gdb.mi/mi-frame-regs.exp: New file.
909 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
910 case.
911
912 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
915 non-parameter, and on an unknown symbol.
916
917 2018-01-19 Tom Tromey <tom@tromey.com>
918
919 * gdb.rust/modules.rs (TWENTY_THREE): New global.
920 * gdb.rust/modules.exp: Add ::-qualified lookup test.
921
922 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
923
924 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
925 setrlimit and chdir to int.
926
927 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
928
929 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
930 function.
931 (my_tend): Likewise.
932 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
933 rationale of avoiding FP- and vector instructions.
934
935 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
936
937 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
938 "info reg" with "\[ \t\]*".
939 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
940 "\[ \t\]+".
941 * gdb.arch/s390-multiarch.exp: Ditto.
942 * gdb.base/pc-fp.exp: Ditto.
943 * gdb.reverse/i386-precsave.exp: Ditto.
944 * gdb.reverse/i386-reverse.exp: Ditto.
945 * gdb.reverse/i387-env-reverse.exp: Ditto.
946 * gdb.reverse/i387-stack-reverse.exp: Ditto.
947
948 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
949
950 * lib/gdb.exp (gdb_compile): Re-enable use of
951 universal_compile_options for languages other than Rust.
952
953 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
954
955 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
956
957 2018-01-17 Mike Gulick <mgulick@mathworks.com>
958
959 PR gdb/16577
960 * gdb.base/solib-vanish.exp: New.
961 * gdb.base/solib-vanish-main.c: New.
962 * gdb.base/solib-vanish-lib1.c: New.
963 * gdb.base/solib-vanish-lib2.c: New.
964
965 2018-01-17 Yao Qi <yao.qi@linaro.org>
966
967 * gdb.compile/compile.exp: Match the address printed for
968 frame in the output of command "bt".
969
970 2018-01-15 Tom Tromey <tom@tromey.com>
971
972 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
973 compute sp_reg.
974
975 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
976
977 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
978 to prepare.
979 (prepare): Return 0 on error, 1 on success.
980
981 2018-01-12 Pedro Alves <palves@redhat.com>
982
983 * gdb.base/continue-after-aborted-step-over.c: New.
984 * gdb.base/continue-after-aborted-step-over.exp: New.
985
986 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
987
988 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
989 options when not creating an executable.
990
991 2018-01-11 Pedro Alves <palves@redhat.com>
992
993 PR remote/22597
994 * gdb.server/stop-reply-no-thread.c: New file.
995 * gdb.server/stop-reply-no-thread.exp: New file.
996
997 2018-01-10 Pedro Alves <palves@redhat.com>
998
999 PR gdb/22670
1000 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1001 functions too. Test setting breakpoints and printing C functions
1002 with no debug info too.
1003 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1004
1005 2018-01-10 Pedro Alves <palves@redhat.com>
1006
1007 PR gdb/22670
1008 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1009 a fail.
1010
1011 2018-01-10 Pedro Alves <palves@redhat.com>
1012
1013 PR gdb/22670
1014 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1015
1016 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1017
1018 * gdb.server/unittest.exp: Match the output in non-development
1019 mode.
1020
1021 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1022
1023 * gdb.gdb/unittest.exp: Match output in non-development mode.
1024
1025 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1026
1027 * gdb.ada/access_tagged_param.exp: Relax expected output
1028 for value of "ObjL" in "continue" to pck.inspect breakpoint
1029 test.
1030
1031 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1032
1033 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1034 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1035
1036 2018-01-05 Pedro Alves <palves@redhat.com>
1037
1038 PR gdb/18653
1039 * gdb.base/libsegfault.exp: New.
1040
1041 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1042
1043 PR gdb/22670
1044 * gdb.ada/access_tagged_param.exp: New file.
1045 * gdb.ada/access_tagged_param/foo.adb: New file.
1046
1047 2018-01-05 Pedro Alves <palves@redhat.com>
1048
1049 PR gdb/22670
1050 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1051 exercise lower case too, and to exercise both full matching and
1052 wild matching.
1053
1054 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1055
1056 * gdb.ada/rename_subscript_param: New testcase.
1057
1058 2018-01-05 Jerome Guitton <guitton@adacore.com>
1059
1060 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1061
1062 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1063
1064 * gdb.ada/convvar_comp: New testcase.
1065
1066 2018-01-05 Xavier Roirand <roirand@adacore.com>
1067
1068 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1069 (My_Table): New global variable.
1070 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1071
1072 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1073
1074 PR gdb/22670
1075 * gdb.ada/maint_with_ada: New testcase.
1076
1077 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1078
1079 PR gdb/22670
1080 * gdb.ada/bp_c_mixed_case: New testcase.
1081
1082 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1083
1084 PR gdb/22670
1085 * gdb.ada/complete.exp: Add "complete break ada" test.
1086
1087 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1088
1089 PR gdb/22670
1090 * gdb.ada/info_addr_mixed_case: New testcase.
1091
1092 2018-01-03 Xavier Roirand <roirand@adacore.com>
1093
1094 * gdb.ada/excep_handle.exp: New testcase.
1095 * gdb.ada/excep_handle/foo.adb: New file.
1096 * gdb.ada/excep_handle/pck.ads: New file.
1097
1098 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1099
1100 * gdb.base/step-line.c: Add extra empty line in copyright header.
1101 * gdb.base/step-line.inp: Likewise.
1102
1103 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1104
1105 * gdb.ada/dyn_stride.exp: Add slice test.
1106
1107 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1108
1109 * gdb.ada/dyn_stride: New testcase.
1110
1111 2017-12-27 Stafford Horne <shorne@gmail.com>
1112
1113 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1114 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1115
1116 2017-12-27 Stafford Horne <shorne@gmail.com>
1117
1118 * gdb.base/reggroups.c: New file.
1119 * gdb.base/reggroups.exp: New file.
1120
1121 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1122
1123 * gdb.dwarf2/ada-valprint-error.c: New file.
1124 * gdb.dwarf2/ada-valprint-error.exp: New file.
1125
1126 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1127
1128 * gdb.ada/assign_arr: New testcase.
1129
1130 2017-12-18 Xavier Roirand <roirand@adacore.com>
1131
1132 * gdb.ada/funcall_ptr: New testcase.
1133
1134 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1135
1136 PR cli/16224
1137 * gdb.base/ptype-offsets.cc: New file.
1138 * gdb.base/ptype-offsets.exp: New file.
1139
1140 2017-12-15 Yao Qi <yao.qi@linaro.org>
1141
1142 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1143 if XML is disabled.
1144
1145 2017-12-15 Xavier Roirand <roirand@adacore.com>
1146
1147 * gdb.ada/same_component_name: New testcase.
1148
1149 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1150
1151 * gdb.ada/str_binop_equal: New testcase.
1152
1153 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1154
1155 * gdb.ada/task_switch_in_core: New testcase.
1156
1157 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1158
1159 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1160 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1161 call test_bkpt_qualified.
1162 (test_bkpt_qualified): New proc.
1163
1164 2017-12-13 Pedro Alves <palves@redhat.com>
1165
1166 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1167 Tighten regexp by matching with an anchor.
1168
1169 2017-12-13 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1172 ("expression with namespace"): New set of tests.
1173 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1174 (Nested::Test_NS::qux): New.
1175 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1176 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1177
1178 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1179
1180 * gdb.base/server-del-break.c: New file.
1181 * gdb.base/server-del-break.exp: New file.
1182
1183 2017-12-12 Stafford Horne <shorne@gmail.com>
1184
1185 * gdb.xml/tdesc-regs.exp: Add or1k support.
1186
1187 2017-12-12 Stafford Horne <shorne@gmail.com>
1188
1189 * gdb.base/bp-permanent.c: Define nop of or1k.
1190
1191 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1192
1193 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1194 output with components being reordered.
1195
1196 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1197
1198 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1199 output with components being reordered.
1200
1201 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1202 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.base/maint.exp (check for .gdb_index): Check also for
1205 .debug_names.
1206 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1207 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1208 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1209 (.gdb_index used after symbol reloading): Support also .debug_names.
1210 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1211
1212 2017-12-08 Yao Qi <yao.qi@linaro.org>
1213
1214 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1215 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1216
1217 2017-12-08 Yao Qi <yao.qi@linaro.org>
1218
1219 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1220 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1221
1222 2017-12-08 Yao Qi <yao.qi@linaro.org>
1223
1224 * gdb.arch/aarch64-tagged-pointer.c: New file.
1225 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1226
1227 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1228
1229 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1230 "int".
1231
1232 2017-12-07 Keith Seitz <keiths@redhat.com>
1233
1234 PR breakpoints/22569
1235 * gdb.linespec/ls-errs.exp: Change expected result of "break
1236 -source this file has spaces.c -line 3".
1237 Check that an explicit source file followed by whitespace is
1238 identified as an invalid explicit location.
1239
1240 2017-12-07 Keith Seitz <keiths@redhat.com>
1241
1242 * gdb.cp/nested-types.cc: New file.
1243 * gdb.cp/nested-types.exp: New file.
1244 * lib/cp-support.exp: Load data-structures.exp library.
1245 (debug_cp_test_ptype_class): New global.
1246 (cp_ptype_class_verbose, next_line): New procedures.
1247 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1248 Add and document new return value.
1249 Switch the list of lines to a queue.
1250 Add support for new `type' key for nested type definitions.
1251 Add debugging/troubleshooting messages.
1252 * lib/data-structures.exp: New file.
1253
1254 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1255
1256 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1257 with proc_with_prefix, don't use with_test_prefix.
1258
1259 2017-12-07 Tom Tromey <tom@tromey.com>
1260
1261 * gdb.base/break.exp: Add test for empty "commands".
1262
1263 2017-12-07 Yao Qi <yao.qi@linaro.org>
1264
1265 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1266 malloc and catch syscall.
1267
1268 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1269
1270 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1271 tests for explicit locations.
1272
1273 2017-12-06 Pedro Alves <palves@redhat.com>
1274
1275 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1276 force-disabling XML descriptions.
1277
1278 2017-12-04 Pedro Alves <palves@redhat.com>
1279
1280 PR gdb/22499
1281 * gdb.arch/amd64-disp-step-avx.S: New file.
1282 * gdb.arch/amd64-disp-step-avx.exp: New file.
1283
1284 2017-12-03 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1287 and <string.h>.
1288 (parent_function): Print distinct messages when waitpid fails, or
1289 the child exits with a signal, or the child exits for an unhandled
1290 reason.
1291 * gdb.threads/process-dies-while-detaching.exp
1292 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1293 it. Wait for both inferior output and GDB's prompt. Use an
1294 indirect spawn id list.
1295 (do_detach): New parameter 'child_exit'. Use it to compute
1296 expected inferior output.
1297 (test_detach, test_detach_watch, test_detach_killed_outside):
1298 Adjust to pass down the expected child exit kind.
1299
1300 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1301 Sergio Durigan Junior <sergiodj@redhat.com>
1302 Pedro Alves <palves@redhat.com>
1303
1304 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1305
1306 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1307
1308 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1309 to 'symbol-file' and 'add-symbol-file' can be
1310 position-independent.
1311
1312 2017-12-01 Yao Qi <yao.qi@linaro.org>
1313
1314 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1315 the URL in copyright header.
1316 * gdb.arch/aarch64-fp.exp: Likewise.
1317 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1318 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1319 * gdb.base/expand-psymtabs.exp: Likewise.
1320 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1321 * gdb.fortran/common-block.exp: Likewise.
1322 * gdb.fortran/common-block.f90: Likewise.
1323 * gdb.fortran/logical.exp: Likewise.
1324 * gdb.fortran/vla-datatypes.f90: Likewise.
1325 * gdb.fortran/vla-sub.f90: Likewise.
1326
1327 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1328
1329 * gdb.ada/repeat_dyn: New testcase.
1330
1331 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1332
1333 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1334 Update for changed thread numbering.
1335 * gdb.cell/bt.exp: Update for changed GDB output.
1336
1337 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1338
1339 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1340 setting isremote by hand.
1341 * boards/dwarf4-gdb-index.exp: Likewise.
1342 * boards/fission.exp: Likewise.
1343 * boards/stabs.exp: Likewise.
1344
1345 2017-11-30 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.linespec/cpls-ops.exp
1348 (check_explicit_skips_function_argument): Extract the underlying
1349 type of size_t instead of hardcoding it.
1350
1351 2017-11-29 Pedro Alves <palves@redhat.com>
1352
1353 PR c++/19436
1354 * gdb.linespec/cpls-abi-tag.cc: New file.
1355 * gdb.linespec/cpls-abi-tag.exp: New file.
1356
1357 2017-11-29 Pedro Alves <palves@redhat.com>
1358
1359 * gdb.base/langs.exp: Use -qualified.
1360 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1361 it.
1362 * gdb.cp/namespace.exp: Use -qualified.
1363 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1364 (overload-3, template-overload, template-ret-type, const-overload)
1365 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1366 procedures.
1367 (test_driver): Call them.
1368 * gdb.cp/save-bp-qualified.cc: New.
1369 * gdb.cp/save-bp-qualified.exp: New.
1370 * gdb.linespec/explicit.exp: Test -qualified.
1371 * lib/completion-support.exp (completion::explicit_opts_list): Add
1372 "-qualified".
1373 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1374
1375 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1376
1377 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1378
1379 2017-11-29 Tom Tromey <tom@tromey.com>
1380
1381 * gdb.base/relocate.exp: Update invalid argument test.
1382 Add new tests for invalid arguments.
1383
1384 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1385
1386 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1387 Return 0 as a long.
1388 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1389
1390 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1391
1392 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1393 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1394 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1395 func ().
1396 * gdb.cp/shadow.cc (B.func): Return 0.
1397
1398 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1401 expected output in gdb_expect call to allow the exception
1402 message to be present as well. Fix syntax confusion to avoid
1403 TCL thinking that exception_name is an array.
1404
1405 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1406
1407 * gdb.arch/spu-info.c: Include <unistd.h>.
1408 (do_signal_test): Fix broken calls to write.
1409 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1410 Fix checks for empty mailboxes. Update signal tests for corrected
1411 do_signal_test routine. Allow nonzero event status.
1412 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1413 * gdb.cell/arch.exp: Use standard_output_file.
1414 * gdb.cell/break.exp: Likewise.
1415 * gdb.cell/bt.exp: Likewise.
1416 * gdb.cell/core.exp: Likewise.
1417 * gdb.cell/dwarfaddr.exp: Likewise.
1418 * gdb.cell/ea-cache.exp: Likewise.
1419 * gdb.cell/ea-standalone.exp: Likewise.
1420 * gdb.cell/f-regs.exp: Likewise.
1421 * gdb.cell/fork.exp: Likewise.
1422 * gdb.cell/gcore.exp: Likewise.
1423 * gdb.cell/mem-access.exp: Likewise.
1424 * gdb.cell/ptype.exp: Likewise.
1425 * gdb.cell/registers.exp: Likewise.
1426 * gdb.cell/sizeof.exp: Likewise.
1427 * gdb.cell/solib-symbol.exp: Likewise.
1428 * gdb.cell/solib.exp: Likewise.
1429
1430 2017-11-25 Pedro Alves <palves@redhat.com>
1431
1432 * gdb.base/complete-empty.exp: New file.
1433 * gdb.base/completion.exp: Adjust.
1434
1435 2017-11-25 Pedro Alves <palves@redhat.com>
1436
1437 * gdb.linespec/cpls-ops.cc: New file.
1438 * gdb.linespec/cpls-ops.exp: New file.
1439 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1440 factored out from ...
1441 (test_complete_prefix_range): ... this.
1442
1443 2017-11-24 Pedro Alves <palves@redhat.com>
1444
1445 * gdb.linespec/cpcompletion.exp: New file.
1446 * gdb.linespec/cpls-hyphen.cc: New file.
1447 * gdb.linespec/cpls.cc: New file.
1448 * gdb.linespec/cpls2.cc: New file.
1449 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1450 test to use test_gdb_complete_unique. Add label completion,
1451 keyword completion and explicit location completion tests.
1452 * lib/completion-support.exp: New file.
1453
1454 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1455
1456 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1457 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1458 when hitting an exception catchpoint.
1459
1460 2017-11-22 Yao Qi <yao.qi@linaro.org>
1461
1462 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1463
1464 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1465
1466 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1467 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1468 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1469
1470 2017-11-22 Yao Qi <yao.qi@linaro.org>
1471
1472 * gdb.base/info-os.exp: Pass pthreads.
1473 * gdb.multi/multi-attach.exp: Likewise.
1474
1475 2017-11-22 Yao Qi <yao.qi@linaro.org>
1476
1477 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1478 compiler.
1479
1480 2017-11-22 Yao Qi <yao.qi@linaro.org>
1481
1482 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1483 * gdb.base/break-interp.exp: Likewise.
1484 * gdb.base/jit-attach-pie.exp: Likewise.
1485
1486 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1487
1488 * gdb.base/float128.c (large128): New variable.
1489 * gdb.base/float128.exp: Add test to print largest __float128 value.
1490
1491 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1492
1493 * gdb.arch/vsx-regs.exp: Update register content checks.
1494
1495 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1496
1497 * gdb.arch/ppc-longdouble.exp: New file.
1498 * gdb.arch/ppc-longdouble.c: Likewise.
1499
1500 2017-11-21 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1503
1504 2017-11-20 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1507 (long_double_typedef): New typedefs.
1508 Use DEF on double and long double.
1509 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1510 cases.
1511 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1512 and 'long_double_ptr_same_size' locals. Use them to decide
1513 whether cast from array/function to float is valid/invalid.
1514
1515 2017-11-17 Tom Tromey <tom@tromey.com>
1516
1517 * gdb.rust/traits.rs: New file.
1518 * gdb.rust/traits.exp: New file.
1519
1520 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1521
1522 * gdb.ada/minsyms: New testcase.
1523
1524 2017-11-16 Pedro Alves <palves@redhat.com>
1525
1526 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1527 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1528
1529 2017-11-16 Pedro Alves <palves@redhat.com>
1530
1531 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1532 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1533
1534 2017-11-16 Pedro Alves <palves@redhat.com>
1535
1536 * gdb.server/reconnect-ctrl-c.c: New file.
1537 * gdb.server/reconnect-ctrl-c.exp: New file.
1538
1539 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1540
1541 * gdb.python/py-rbreak.exp: New file.
1542 * gdb.python/py-rbreak.c: New file.
1543 * gdb.python/py-rbreak-func2.c: New file.
1544
1545 2017-11-16 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1548 pattern.
1549 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1550 GDB.
1551
1552 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1553
1554 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1555 regex.
1556
1557 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1558
1559 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1560 test names.
1561
1562 2017-11-09 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1565 factored out from ...
1566 (top level): ... here, and adjusted to avoid expecting beyond the
1567 prompt in a single gdb_test_multiple.
1568
1569 2017-11-09 Pedro Alves <palves@redhat.com>
1570
1571 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1572 output.
1573 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1574 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1575 * gdb.server/ext-run.exp ("kill" test): Likewise.
1576 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1577
1578 2017-11-09 Pedro Alves <palves@redhat.com>
1579
1580 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1581 match till end of line.
1582
1583 2017-11-09 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1586
1587 2017-11-09 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1590 New procedures, factored out from ...
1591 (top level): ... here, and adjusted to avoid expecting beyond the
1592 prompt in one go.
1593
1594 2017-11-09 Pedro Alves <palves@redhat.com>
1595
1596 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1597 output. Fix '?' match.
1598
1599 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1600
1601 * gdb.ada/scoped_watch: New testcase.
1602 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1603 which is actually correct.
1604 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1605 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1606
1607 2017-11-08 Pedro Alves <palves@redhat.com>
1608
1609 * gdb.gdb/complaints.exp (test_initial_complaints)
1610 (test_serial_complaints, test_short_complaints): Call
1611 complaint_internal instead of complaint.
1612
1613 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1614
1615 * gdb.threads/tls-core.c: New file.
1616 * gdb.threads/tls-core.exp: Likewise.
1617
1618 2017-11-08 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1621 (p Exported_Capitalized): New test.
1622 (p exported_capitalized): New test.
1623
1624 2017-11-07 Pedro Alves <palves@redhat.com>
1625
1626 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1627
1628 2017-11-07 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1631 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1632 (disable_invalid, disable_inverted, disable_negative): New
1633 procedures.
1634 ("bad numbers"): New set of tests.
1635
1636 2017-11-07 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.cp/ena-dis-br-range.exp: Add tests.
1639
1640 2017-11-07 Pedro Alves <palves@redhat.com>
1641
1642 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1643
1644 2017-11-07 Xavier Roirand <roirand@adacore.com>
1645 Pedro Alves <palves@redhat.com>
1646
1647 * gdb.base/ena-dis-br.exp: Add reference to
1648 gdb.cp/ena-dis-br-range.exp.
1649 * gdb.cp/ena-dis-br-range.exp: New file.
1650 * gdb.cp/ena-dis-br-range.cc: New file.
1651
1652 2017-11-06 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.base/attach-non-pgrp-leader.c: New.
1655 * gdb.base/attach-non-pgrp-leader.exp: New.
1656
1657 2017-11-06 Pedro Alves <palves@redhat.com>
1658
1659 * configure.ac: No longer check for termio.h and sgtty.h.
1660 * configure: Regenerate.
1661 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1662 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1663 Remove termio and sgtty code.
1664
1665 2017-11-03 Yao Qi <yao.qi@linaro.org>
1666
1667 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1668 in GDB is disabled.
1669
1670 2017-11-03 Yao Qi <yao.qi@linaro.org>
1671
1672 * gdb.python/py-thrhandle.exp: Skip it if python is not
1673 enabled.
1674
1675 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1676
1677 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1678 as a breakpoint command.
1679
1680 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1681
1682 PR python/21213
1683 * gdb.python/py-infthread.exp: Test calling
1684 InferiorThread.inferior () multiple times in a row.
1685
1686 2017-10-27 Keith Seitz <keiths@redhat.com>
1687
1688 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1689 Test "info break" for every inlined function breakpoint.
1690
1691 2017-10-27 Yao Qi <yao.qi@linaro.org>
1692
1693 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1694
1695 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1696
1697 * gdb.cp/classes.exp (test_static_members): Test printing
1698 Outer::instance.
1699 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1700 (Inner::instance, Outer::instance): New.
1701
1702 2017-10-24 Pedro Alves <palves@redhat.com>
1703
1704 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1705 extra console" test in two stages.
1706
1707 2017-10-24 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1710
1711 2017-10-24 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1714 loop.
1715
1716 2017-10-24 Pedro Alves <palves@redhat.com>
1717
1718 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1719 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1720
1721 2017-10-24 Pedro Alves <palves@redhat.com>
1722
1723 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1724 parameter and handle it. Don't output read value in test name.
1725
1726 2017-10-24 Pedro Alves <palves@redhat.com>
1727
1728 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1729 custom test name.
1730
1731 2017-10-24 Pedro Alves <palves@redhat.com>
1732
1733 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1734 include the unstable output directory name in the test's name.
1735 (initial_setup_simple) <'set args'>: Use custom test name.
1736
1737 2017-10-24 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1740 with explicit test name.
1741
1742 2017-10-20 Pedro Alves <palves@redhat.com>
1743
1744 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1745 'wait -i'. Use gdb_assert and remote_close.
1746
1747 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1748
1749 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1750 number from variable rather than hard-coded.
1751
1752 2017-10-19 Pedro Alves <palves@redhat.com>
1753
1754 * gdb.base/long-inferior-output.c: New file.
1755 * gdb.base/long-inferior-output.exp: New file.
1756
1757 2017-11-18 Keith Seitz <keiths@redhat.com>
1758
1759 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1760 method.
1761 (main): Call it.
1762 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1763 Add additional user-defined conversion operator tests.
1764
1765 2017-10-17 Pedro Alves <palves@redhat.com>
1766
1767 * boards/native-stdio-gdbserver.exp: Load "local-board".
1768
1769 2017-10-17 Pedro Alves <palves@redhat.com>
1770
1771 * gdb.base/quit-live.c: New file.
1772 * gdb.base/quit-live.exp: New file.
1773
1774 2017-10-16 Keith Seitz <keiths@redhat.com>
1775
1776 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1777 (class_with_protected_typedef, class_with_private_typedef)
1778 (struct_with_public_typedef, struct_with_protected_typedef)
1779 (struct_with_private_typedef): New classes/structs.
1780 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1781 typedefs and access specifiers.
1782
1783 2017-10-16 Pedro Alves <palves@redhat.com>
1784 Simon Marchi <simon.marchi@polymtl.ca>
1785
1786 * README (Local vs Remote vs Native): New section.
1787 * boards/local-board.exp: New file, with bits factored out from
1788 ...
1789 * boards/native-extended-gdbserver.exp: ... here. Load
1790 "local-board".
1791 * boards/native-gdbserver.exp: Load "local-board".
1792 (${board}_spawn, ${board}_exec): Delete.
1793 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1794 ...
1795 * boards/stdio-gdbserver-base.exp: ... this new file.
1796 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1797 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1798 procedure.
1799 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1800 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1801 stdio_gdbserver_command.
1802 (${board}_get_remote_address, ${board}_get_comm_port)
1803 (${board}_download, ${board}_upload): Delete.
1804 (get_target_remote_pipe_cmd): New.
1805
1806 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1807
1808 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1809 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1810 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1811 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1812 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1813 remove with_test_prefix.
1814
1815 2017-10-13 Pedro Alves <palves@redhat.com>
1816
1817 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1818 * gdb.base/annota1.exp: Use it instead of is_remote.
1819 * gdb.base/annota3.exp: Use it instead of is_remote.
1820 * gdb.cp/annota2.exp: Use it instead of is_remote.
1821 * gdb.cp/annota3.exp: Use it instead of is_remote.
1822 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1823
1824 2017-10-13 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1827 (test_num_test_vars, run_and_count_vars, find_env)
1828 (test_set_unset_env, test_inherit_env_var): New procedures.
1829 (top level): Use them.
1830
1831 2017-10-13 Pedro Alves <palves@redhat.com>
1832
1833 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1834 also skip on stub-like targets.
1835
1836 2017-10-13 Pedro Alves <palves@redhat.com>
1837
1838 PR gdb/22293
1839 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1840 (top level): Move some tests to ...
1841 (test_not_found): ... this new procedure.
1842 (top level): Call it.
1843
1844 2017-10-13 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1847 expect different "info terminal" output if testing with a
1848 non-native target.
1849
1850 2017-10-13 Pedro Alves <palves@redhat.com>
1851 Simon Marchi <simon.marchi@polymtl.ca>
1852
1853 PR python/12966
1854 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1855
1856 2017-10-13 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1859 already.
1860
1861 2017-10-13 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1864 is_remote.
1865
1866 2017-10-13 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1869 is_remote.
1870
1871 2017-10-13 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1874 is set.
1875 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1876 instead of is_remote.
1877
1878 2017-10-13 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1881 (top level): Add comment.
1882
1883 2017-10-13 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.base/remote.exp (top level): Fix comment typo and add
1886 missing return.
1887
1888 2017-10-13 Pedro Alves <palves@redhat.com>
1889 Simon Marchi <simon.marchi@polymtl.ca>
1890
1891 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1892 calls and add comments. Skip test if use_gdb_stub is set.
1893 (top level): Use "set cwd" command instead of "cd" command.
1894
1895 2017-10-13 Pedro Alves <palves@redhat.com>
1896
1897 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1898 is_remote target check.
1899
1900 2017-10-13 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/scope.exp: Use build_executable + clean_restart +
1903 gdb_file_cmd instead of prepare_for_testing and no longer skip
1904 "before run" tests on is_remote target boards. Update comments.
1905 * boards/native-extended-gdbserver.exp
1906 (extended_gdbserver_load_last_file): New, factored out from ...
1907 (gdb_load): ... this. Move further below and add comment.
1908 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1909
1910 2017-10-12 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.base/attach.exp: Remove references to gdb64.
1913 * gdb.base/dbx.exp: Remove references to gdb64.
1914
1915 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1916 Pedro Alves <palves@redhat.com>
1917
1918 * gdb.base/label.exp: Remove is_remote target check.
1919
1920 2017-10-12 Pedro Alves <palves@redhat.com>
1921
1922 * gdb.base/auvx.exp (coredir): Update comment.
1923 (top level) <core_works>: Use "set cwd" command instead of "cd"
1924 command.
1925
1926 2017-10-12 Pedro Alves <palves@redhat.com>
1927 Simon Marchi <simon.marchi@polymtl.ca>
1928
1929 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1930 target boards.
1931
1932 2017-10-12 Pedro Alves <palves@redhat.com>
1933 Simon Marchi <simon.marchi@polymtl.ca>
1934
1935 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1936 Instead skip if there's any gdb_protocol set.
1937
1938 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1939 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1942
1943 2017-10-12 Pedro Alves <palves@redhat.com>
1944 Simon Marchi <simon.marchi@polymtl.ca>
1945
1946 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1947 instead of on dejagnu remote boards.
1948
1949 2017-10-12 Pedro Alves <palves@redhat.com>
1950 Simon Marchi <simon.marchi@polymtl.ca>
1951
1952 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1953 checks. Use build_executable + clean_restart instead of
1954 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1955 of enabling non-stop after starting gdb.
1956
1957 2017-10-12 Pedro Alves <palves@redhat.com>
1958
1959 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1960 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1961 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1962 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1963
1964 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1965
1966 * gdb.arch/arc-tdesc-cpu.exp: New file.
1967 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1968
1969 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1970
1971 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1972
1973 2017-10-10 Pedro Alves <palves@redhat.com>
1974
1975 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1976 expect CLI output.
1977
1978 2017-10-10 Pedro Alves <palves@redhat.com>
1979
1980 * lib/selftest-support.exp (selftest_setup): Update for
1981 captured_command_loop's prototype change.
1982
1983 2017-10-09 Pedro Alves <palves@redhat.com>
1984
1985 Test both arch1=>arch2 and arch2=>arch1.
1986
1987 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1988 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1989 factored out to...
1990 (append_arch1_options, append_arch2_options, append_arch_options)
1991 (build_executables): New procedures.
1992 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1993 local.
1994 (top level): Add new 'first_arch' testing axis.
1995
1996 2017-10-09 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1999 (barrier): New.
2000 (thread_start, all_started): New functions.
2001 (main): Spawn new thread and wait until it is scheduled.
2002 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2003 option.
2004 (do_test): Add 'selected_thread' parameter. Run to all_started
2005 instead of main. Explicitly set the breakpoint at main. Switch
2006 to the SELECTED_THREAD thread.
2007 (top level): Test handling the exec event with either the main
2008 thread or the second thread selected.
2009
2010 2017-10-09 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2013 logic. Move STOP marker after the value checks.
2014 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2015 regexp.
2016
2017 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2018
2019 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2020
2021 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2022
2023 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2024 integer-to-dfp conversion.
2025 * gdb.base/dfp-test.exp: Likewise.
2026
2027 2017-10-04 Pedro Alves <palves@redhat.com>
2028
2029 * gdb.multi/hangout.c: Include <unistd.h>.
2030 (hangout_loop): New function.
2031 (main): Call alarm. Call hangout_loop in a loop.
2032 * gdb.multi/hello.c: Include <unistd.h>.
2033 (hello_loop): New function.
2034 (main): Call alarm. Call hangout_loop in a loop.
2035 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2036 inferior with the other selected.
2037
2038 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2039
2040 * gdb.mi/list-thread-groups-available.exp: New file.
2041 * gdb.mi/list-thread-groups-available.c: New file.
2042
2043 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2044
2045 * gdb.base/set-cwd.exp: Make it available on
2046 native-extended-gdbserver.
2047
2048 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2049
2050 * gdb.base/set-cwd.c: New file.
2051 * gdb.base/set-cwd.exp: Likewise.
2052
2053 2017-10-02 Tom Tromey <tom@tromey.com>
2054
2055 PR rust/22236:
2056 * gdb.rust/simple.rs (main): New variable "fslice".
2057 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2058
2059 2017-10-02 Tom Tromey <tom@tromey.com>
2060
2061 * gdb.rust/simple.exp: Test ptype of a slice.
2062
2063 2017-10-02 Tom Tromey <tom@tromey.com>
2064
2065 * gdb.rust/simple.exp: Test index of slice.
2066
2067 2017-09-27 Tom Tromey <tom@tromey.com>
2068
2069 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2070
2071 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2072 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.base/compare-sections.exp (get value of read-only section): Read
2075 as unsigned value.
2076 (corrupt read-only section): Likewise and don't set written if patching
2077 failed.
2078
2079 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2080
2081 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2082 files.
2083
2084 2017-09-20 Pedro Alves <palves@redhat.com>
2085
2086 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2087 symbol names in gdb's output.
2088 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2089
2090 2017-09-20 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2093 Rename to ...
2094 (test_list_ambiguous_symbol): ... this and add a symbol name
2095 parameter. Adjust.
2096 (test_list_ambiguous_function): Reimplement on top of
2097 test_list_ambiguous_symbol and also test listing ambiguous
2098 variables.
2099 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2100 (ambiguous_fun): ... this.
2101 (ambiguous_var): New.
2102 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2103 (ambiguous_fun): ... this.
2104 (ambiguous_var): New.
2105
2106 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2107
2108 * gdb.base/starti.c: New file.
2109 * gdb.base/starti.exp: New file.
2110 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2111
2112 2017-09-14 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2115 (top level): Use it instead of runto.
2116
2117 2017-09-11 Tom Tromey <tom@tromey.com>
2118
2119 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2120
2121 2017-09-11 Tom Tromey <tom@tromey.com>
2122
2123 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2124 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2125
2126 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2127
2128 * gdb.fortran/printing-types.exp: New file.
2129 * gdb.fortran/printing-types.exp: New file.
2130
2131 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2132
2133 * gdb.fortran/vla-ptype.exp: Fix typos.
2134 * gdb.fortran/vla-value.exp: Same.
2135
2136 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2137
2138 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2139 * gdb.mi/mi-var-child-f.exp: Likewise.
2140 * gdb.mi/mi-vla-fortran.exp: Likewise.
2141
2142 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2143 Christoph Weinmann <christoph.t.weinmann@intel.com>
2144 Bernhard Heckel <bernhard.heckel@intel.com>
2145
2146 * gdb.fortran/ptr-indentation.f90: New file.
2147 * gdb.fortran/ptr-indentation.exp: New file.
2148
2149 2017-09-05 Tom Tromey <tom@tromey.com>
2150
2151 PR gdb/22010:
2152 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2153
2154 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2155
2156 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2157
2158 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2159
2160 * gdb.threads/tls-nodebug-pie.c: New file.
2161 * gdb.threads/tls-nodebug-pie.exp: New file.
2162
2163 2017-09-05 Tom Tromey <tom@tromey.com>
2164
2165 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2166 for rust.
2167
2168 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2169
2170 * gdb.multi/multi-arch-exec.exp: Test with different
2171 "follow-exec-mode" settings.
2172 (do_test): New procedure.
2173
2174 2017-09-04 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/func-static.c (S::method const, S::method volatile)
2177 (S::method volatile const): New methods.
2178 (c_s, v_s, cv_s): New instances.
2179 (main): Call method() on them.
2180 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2181 (cannot_resolve): New procedure.
2182 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2183 print-quote-unquoted columns.
2184 (do_test): Test printing each scope too.
2185
2186 2017-09-04 Pedro Alves <palves@redhat.com>
2187
2188 * gdb.base/local-static.exp: Also test with
2189 class::method::variable wholly quoted.
2190 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2191
2192 2017-09-04 Pedro Alves <palves@redhat.com>
2193
2194 * gdb.base/local-static.c: New.
2195 * gdb.base/local-static.cc: New.
2196 * gdb.base/local-static.exp: New.
2197
2198 2017-09-04 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.asm/asm-source.exp: Add casts to int.
2201 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2202 (dataglobal64_1, dataglobal64_2): New globals.
2203 * gdb.base/nodebug.exp: Test different expressions involving the
2204 new globals, with print, whatis and ptype. Add casts to int.
2205 * gdb.base/solib-display.exp: Add casts to int.
2206 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2207 * gdb.cp/m-static.exp: Add cast to int.
2208 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2209 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2210 tls variable with no debug info without a cast. Test with a cast
2211 to int too.
2212 * gdb.trace/entry-values.exp: Add casts.
2213
2214 2017-09-04 Pedro Alves <palves@redhat.com>
2215
2216 * gdb.base/nodebug.exp: Test that ptype's error about functions
2217 with unknown return type includes the function name too.
2218
2219 2017-09-04 Pedro Alves <palves@redhat.com>
2220
2221 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2222 return type of munmap in infcall.
2223 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2224 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2225 type of ftell in infcall.
2226 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2227 type of getpid in infcall.
2228 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2229 infcall.
2230 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2231 Bail on failure to extract the pid.
2232 * gdb.base/nodebug.c: #include <stdint.h>.
2233 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2234 New functions.
2235 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2236 Change expected output of print/whatis/ptype with functions with
2237 no debug info. Test all supported languages. Call
2238 test_call_promotion.
2239 * gdb.compile/compile.exp: Adjust expected output to expect
2240 warning.
2241 * gdb.threads/siginfo-threads.exp: Likewise.
2242
2243 2017-09-04 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2246 "prototypes". Test calling float functions via prototyped and
2247 unprototyped function pointers.
2248 (perform_all_tests): New parameter "prototypes". Pass it down.
2249 (top level): Pass down "prototypes" parameter to
2250 perform_all_tests.
2251
2252 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2253
2254 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2255 Test with nested loops.
2256
2257 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2258
2259 * gdb.base/commands.exp: Call the new procedures.
2260 (loop_break_test, loop_continue_test): New procedures.
2261
2262 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2263
2264 * gdb.base/commands.exp: Call new procedure.
2265 (define_if_without_arg_test): New procedure.
2266
2267 2017-09-04 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.base/list-ambiguous.exp: New file.
2270 * gdb.base/list-ambiguous0.c: New file.
2271 * gdb.base/list-ambiguous1.c: New file.
2272 * gdb.base/list.exp (test_list_range): Adjust expected output.
2273
2274 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2275
2276 * gdb.base/share-env-with-gdbserver.c: New file.
2277 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2278
2279 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2280
2281 * gdb.base/commands.exp (gdbvar_simple_if_test,
2282 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2283 progvar_simple_if_test, progvar_simple_while_test,
2284 progvar_complex_if_while_test, user_defined_command_test,
2285 user_defined_command_args_eval,
2286 user_defined_command_args_stack_test,
2287 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2288 temporary_breakpoint_commands,
2289 gdb_test_no_prompt, redefine_hook_test,
2290 redefine_backtrace_test): Remove "global gdb_prompt".
2291
2292 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2293
2294 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2295 New proc, call it from toplevel.
2296
2297 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2298
2299 PR remote/21852
2300 * gdb.server/normal.c: New file, copied from gdb.base.
2301 * gdb.server/run-without-local-binary.exp: New file.
2302
2303 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2304
2305 * gdb.arch/sparc64-adi.exp: New file.
2306 * gdb.arch/sparc64-adi.c: New file.
2307
2308 2017-08-22 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2311 (top level): Add "list all overloads" tests.
2312
2313 2017-08-22 Tom Tromey <tom@tromey.com>
2314
2315 * gdb.gdb/xfullpath.exp: Remove.
2316
2317 2017-08-21 Pedro Alves <palves@redhat.com>
2318
2319 PR gdb/19487
2320 * gdb.base/symbol-alias.c: New.
2321 * gdb.base/symbol-alias2.c: New.
2322 * gdb.base/symbol-alias.exp: New.
2323
2324 2017-08-21 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.base/dfp-test.c
2327 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2328 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2329 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2330 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2331 * gdb.base/whatis-ptype-typedefs.c: New.
2332 * gdb.base/whatis-ptype-typedefs.exp: New.
2333 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2334 (an_int, an_int_type, an_int_type2): New globals.
2335 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2336 involving typedefs and cast expressions.
2337 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2338 (lookup_typedefs_function): New.
2339 (typedefs_pretty_printers_dict): New.
2340 (top level): Register lookup_typedefs_function in
2341 gdb.pretty_printers.
2342
2343 2017-08-18 Yao Qi <yao.qi@linaro.org>
2344
2345 * gdb.server/unittest.exp: New.
2346
2347 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2348
2349 PR gdb/21954
2350 * gdb.base/environ.exp: Add test to check if 'unset environment'
2351 works.
2352
2353 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2354
2355 * lib/gdb.exp (universal_compile_options): New caching proc.
2356 (gdb_compile): Suppress GCC's coloring of messages.
2357
2358 2017-08-14 Tom Tromey <tom@tromey.com>
2359
2360 PR gdb/21675:
2361 * gdb.base/printcmds.exp (test_radices): New function.
2362 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2363 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2364 * lib/gdb.exp (get_integer_valueof): Use p/d.
2365
2366 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2367
2368 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2369 characters.
2370
2371 2017-08-05 Tom Tromey <tom@tromey.com>
2372
2373 * gdb.rust/simple.exp: Allow String to appear in a different
2374 namespace.
2375
2376 2017-07-26 Yao Qi <yao.qi@linaro.org>
2377
2378 * gdb.gdb/unittest.exp: Invoke command
2379 "maintenance check xml-descriptions".
2380
2381 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2382
2383 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2384 calling context.
2385 (hex128): Drop erroneous calculation of parameters.
2386
2387 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2388
2389 * gdb.python/py-unwind.exp: Disable stack protection when
2390 building test file.
2391
2392 2017-07-20 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.base/default.exp (set language): Adjust expected output.
2395
2396 2017-07-20 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2399 (test_minsym): ... this, and make static.
2400 (get_pck__foo__bar__minsym): Rename to ...
2401 (get_test_minsym): ... this.
2402 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2403 symbol names and comments.
2404 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2405 (get_test_minsym): ... this.
2406 (pck__foo__bar__minsym__2): Rename to ...
2407 (test_minsym): ... this.
2408 (main): Adjust.
2409
2410 2017-07-17 Pedro Alves <palves@redhat.com>
2411
2412 * gdb.base/completion.exp: Adjust expected output.
2413 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2414 the completer works.
2415
2416 2017-07-17 Pedro Alves <palves@redhat.com>
2417
2418 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2419
2420 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2421
2422 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2423
2424 2017-07-14 Tom Tromey <tom@tromey.com>
2425
2426 PR rust/21764:
2427 * gdb.rust/simple.exp: Add tests.
2428
2429 2017-07-14 Tom Tromey <tom@tromey.com>
2430
2431 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2432
2433 2017-07-14 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.linespec/base/one/thefile.cc (z1): New function.
2436 * gdb.linespec/base/two/thefile.cc (z2): New function.
2437 * gdb.linespec/linespec.exp: Add tests.
2438
2439 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2440
2441 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2442 to mi_create_breakpoint.
2443
2444 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2445
2446 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2447 mi_create_breakpoint.
2448
2449 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2450
2451 * gdb.dlang/demangle.exp: Update for demangling changes.
2452
2453 2017-07-09 Tom Tromey <tom@tromey.com>
2454
2455 * gdb.dwarf2/shortpiece.exp: New file.
2456
2457 2017-07-06 David Blaikie <dblaikie@gmail.com>
2458
2459 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2460 built from fissiont-multi-cu{1,2}.c.
2461 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2462 except putting 'main' and 'func' in separate CUs in the same DWO file.
2463 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2464 test.
2465 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2466 test.
2467
2468 2017-07-06 Pedro Alves <palves@redhat.com>
2469
2470 * gdb.python/py-unwind.exp: Test flushregs.
2471
2472 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2473
2474 PR cli/21688
2475 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2476 tests for alias commands and trailing whitespace.
2477
2478 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2479
2480 PR cli/21688
2481 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2482 procedure. Call it.
2483
2484 2017-06-29 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.base/printcmds.exp: Add tests.
2487
2488 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2489
2490 PR gdb/21337
2491 * gdb.base/reread-readsym.exp: New file.
2492 * gdb.base/reread-readsym.c: New file.
2493
2494 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2495
2496 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2497 subpattern.
2498
2499 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2500
2501 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2502 extended mnemonic.
2503 * gdb.arch/powerpc-power9.s: Likewise.
2504
2505 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2506
2507 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2508 on 32-bit x86 targets. Exploit is_*_target macros where
2509 appropriate.
2510
2511 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2512
2513 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2514 register pieces.
2515
2516 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2517
2518 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2519 located in one or more DWARF pieces.
2520
2521 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2522
2523 * lib/gdb.exp (get_endianness): New proc.
2524 * gdb.arch/aarch64-fp.exp: Use it.
2525 * gdb.arch/altivec-regs.exp: Likewise.
2526 * gdb.arch/e500-regs.exp: Likewise.
2527 * gdb.arch/vsx-regs.exp: Likewise.
2528 * gdb.base/dump.exp: Likewise.
2529 * gdb.base/funcargs.exp: Likewise.
2530 * gdb.base/gnu_vector.exp: Likewise.
2531 * gdb.dwarf2/formdata16.exp: Likewise.
2532 * gdb.dwarf2/implptrpiece.exp: Likewise.
2533 * gdb.dwarf2/nonvar-access.exp: Likewise.
2534 * gdb.python/py-inferior.exp: Likewise.
2535 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2536
2537 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2538
2539 PR gdb/21226
2540 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2541 stack value pieces are taken from the LSB end.
2542
2543 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2544
2545 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2546 variable at nonzero offset.
2547
2548 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2549
2550 * gdb.dwarf2/var-access.c: New file.
2551 * gdb.dwarf2/var-access.exp: New test.
2552 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2553
2554 2017-06-12 Tom Tromey <tom@tromey.com>
2555
2556 * gdb.dwarf2/formdata16.exp: Add tests.
2557
2558 2017-06-12 Tom Tromey <tom@tromey.com>
2559
2560 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2561
2562 2017-06-12 Tom Tromey <tom@tromey.com>
2563
2564 PR exp/16225:
2565 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2566 * gdb.arch/vsx-regs.exp: Update tests.
2567 * gdb.arch/s390-vregs.exp (hex128): New proc.
2568 Update test.
2569 * gdb.arch/altivec-regs.exp: Update tests.
2570
2571 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2572
2573 * gdb.base/startup-with-shell.c: New file.
2574 * gdb.base/startup-with-shell.exp: Likewise.
2575
2576 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2577
2578 * gdb.server/non-existing-program.exp: Update regex in order to
2579 reflect the fact that gdbserver is now using fork_inferior (with a
2580 shell) to startup the inferior.
2581
2582 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2583
2584 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2585 support function calls from GDB.
2586
2587 2017-05-21 Tom Tromey <tom@tromey.com>
2588
2589 PR rust/21466:
2590 * gdb.rust/unsized.exp: New file.
2591 * gdb.rust/unsized.rs: New file.
2592
2593 2017-05-19 Tom Tromey <tom@tromey.com>
2594
2595 PR rust/21484:
2596 * gdb.rust/watch.exp: New file.
2597 * gdb.rust/watch.rs: New file.
2598
2599 2017-05-18 Tom Tromey <tom@tromey.com>
2600
2601 * gdb.rust/simple.exp: Allow Box to be qualified.
2602
2603 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2604
2605 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2606
2607 2017-05-18 Pedro Alves <palves@redhat.com>
2608
2609 * gdb.base/fileio.c (test_write, test_read, test_close)
2610 (test_fstat): Don't print 'ret' in the fail path.
2611
2612 2017-05-18 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2615 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2616 (test_system, test_rename, test_unlink, test_time): Change
2617 prototypes.
2618 * gdb.base/fileio.exp (stop_msg): Adjust.
2619
2620 2017-05-18 Pedro Alves <palves@redhat.com>
2621
2622 * gdb.base/fileio.c (null_str): New global.
2623 (test_stat): Use it.
2624 * gdb.base/fileio.exp: Remove nowarnings.
2625
2626 2017-05-17 Yao Qi <yao.qi@linaro.org>
2627
2628 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2629
2630 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2631
2632 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2633 argument command.
2634 (top-level): Invoke test_set_inferior_tty.
2635
2636 2017-05-04 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2639 Add parens to print call for Python 3.
2640
2641 2017-05-03 Keith Seitz <keiths@redhat.com>
2642
2643 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2644 (main): Call it.
2645
2646 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2647
2648 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2649 to prev and next.
2650
2651 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2652
2653 * gdb.python/py-record-btrace.exp: Remove test for
2654 gdb.BtraceInstruction.error.
2655
2656 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2657
2658 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2659
2660 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2661
2662 * gdb.python/py-record-btrace-threads.c: New file.
2663 * gdb.python/py-record-btrace-threads.exp: New file.
2664
2665 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2666
2667 PR testsuite/8595
2668 * gdb.base/environ.exp: Make test available in all architectures.
2669 Move bits related to "info program" testing to
2670 gdb.base/info-program.exp. Rewrite tests to use the two new
2671 procedures mentione below.
2672 (test_set_show_env_var) New procedure.
2673 (test_set_show_env_var_equal): Likewise.
2674 * gdb.base/info-program.exp: New file.
2675
2676 2017-04-27 Keith Seitz <keiths@redhat.com>
2677
2678 * gdb.cp/oranking.cc (test15): New function.
2679 (main): Call test15 and declare additional variables for testing.
2680 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2681 "p foo101('abc')" tests.
2682 Add tests for cv qualifier overloads.
2683 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2684 "lvalue reference overload" test.
2685 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2686 "print value of f1 on Child&& in f2" test.
2687
2688 2017-04-19 Pedro Alves <palves@redhat.com>
2689
2690 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2691 procedure.
2692 (top level): Call it.
2693 * lib/gdb.exp (gdb_define_cmd): New procedure.
2694
2695 2017-04-12 Pedro Alves <palves@redhat.com>
2696
2697 PR gdb/21323
2698 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2699 (wchar): New global.
2700 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2701 (do_test_wide_char, wide_char_types_no_program, top level): Add
2702 wchar_t testing.
2703
2704 2017-04-12 Pedro Alves <palves@redhat.com>
2705
2706 PR c++/21323
2707 * gdb.cp/wide_char_types.c: New file.
2708 * gdb.cp/wide_char_types.exp: New file.
2709
2710 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2711
2712 PR gdb/21352
2713 * gdb.trace/tsv.exp: Add test for "tsave -r".
2714
2715 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2716
2717 * gdb.dlang/watch-loc.c: New file.
2718 * gdb.dlang/watch-loc.exp: New file.
2719
2720 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2721
2722 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2723
2724 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2725
2726 * gdb.arch/arc-analyze-prologue.S: New file.
2727 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2728
2729 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2730
2731 * gdb.arch/arc-decode-insn.S: New file.
2732 * gdb.arch/arc-decode-insn.exp: Likewise.
2733
2734 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2735
2736 PR tdep/20928
2737 * gdb.arch/sparc64-regs.exp: New file.
2738 * gdb.arch/sparc64-regs.S: Likewise.
2739
2740 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2741
2742 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2743 and memory view on Python 3.
2744
2745 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
2746 Keith Seitz <keiths@redhat.com>
2747
2748 PR gdb/14441
2749 * gdb.cp/demangle.exp: Add rvalue reference tests.
2750 * gdb.cp/rvalue-ref-casts.cc: New file.
2751 * gdb.cp/rvalue-ref-casts.exp: New file.
2752 * gdb.cp/rvalue-ref-overload.cc: New file.
2753 * gdb.cp/rvalue-ref-overload.exp: New file.
2754 * gdb.cp/rvalue-ref-params.cc: New file.
2755 * gdb.cp/rvalue-ref-params.exp: New file.
2756 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2757 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2758 * gdb.cp/rvalue-ref-types.cc: New file.
2759 * gdb.cp/rvalue-ref-types.exp: New file.
2760 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2761 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2762
2763 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2764
2765 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2766 New procedure.
2767
2768 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2769
2770 * lib/mi-support.exp (mi_gdb_test): Add additional message
2771 for unexpected output.
2772
2773 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2774
2775 * gdb.base/examine-backward.c (Barrier): New character array
2776 constant, to ensure that TestStrings is preceded by a string
2777 terminator.
2778
2779 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2780
2781 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2782 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2783 and implicit pointer into such a location.
2784
2785 2017-03-16 Doug Evans <dje@google.com>
2786
2787 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2788
2789 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2790
2791 * gdb.cp/m-static.exp: Fix expectation for prototype of
2792 test5.single_constructor and single_constructor::single_constructor.
2793
2794 2017-03-16 Doug Evans <dje@google.com>
2795
2796 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2797 * gdb.guile/scm-lazy-string.c: New file.
2798 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2799 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2800 for pointer, array, typedef lazy strings.
2801
2802 2017-03-16 Doug Evans <dje@google.com>
2803
2804 PR python/17728, python/18439, python/18779
2805 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2806 * gdb.python/py-lazy-string.c (pointer): New typedef.
2807 (main): New locals ptr, array, typedef_ptr.
2808 * gdb.python/py-value.exp: Move lazy string tests to ...
2809 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2810 array, typedef lazy strings.
2811
2812 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2813
2814 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2815 Add optional 'test' parameter.
2816
2817 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2818
2819 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2820 Skip for versions of DejaGnu < 1.5.
2821
2822 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2823
2824 * lib/gdb.exp (dejagnu_version): New proc.
2825 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2826 Use dejagnu_version.
2827
2828 2017-03-10 Keith Seitz <keiths@redhat.com>
2829
2830 PR c++/8128
2831 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2832 type from destructor regexps.
2833 Add a branch which actually passes the test.
2834 Adjust "ptype t5i" test names.
2835
2836 2017-03-08 Pedro Alves <palves@redhat.com>
2837
2838 * gdb.base/step-over-exit.exp: Add explicit test message.
2839
2840 2017-03-08 Pedro Alves <palves@redhat.com>
2841
2842 PR gdb/18360
2843 * gdb.threads/interrupt-while-step-over.c: New file.
2844 * gdb.threads/interrupt-while-step-over.exp: New file.
2845
2846 2017-03-08 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2849 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2850
2851 2017-03-08 Pedro Alves <palves@redhat.com>
2852
2853 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2854 PKRU as not supported as a PASS.
2855
2856 2017-03-08 Pedro Alves <palves@redhat.com>
2857
2858 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2859 prefix instead of $binfile1/$binfile2.
2860 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2861 in test message.
2862 * gdb.python/py-completion.exp: Use "load python file" as test
2863 messages instead of unstable path names.
2864
2865 2017-03-08 Pedro Alves <palves@redhat.com>
2866 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 PR cli/21218
2869 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2870 New proc.
2871 (top level): Call it.
2872
2873 2017-03-08 Pedro Alves <palves@redhat.com>
2874
2875 PR tui/21216
2876 * gdb.tui/tui-nl-filtered-output.exp: New file.
2877
2878 2017-03-08 Pedro Alves <palves@redhat.com>
2879
2880 * gdb.base/completion.exp: Move TUI completion tests to ...
2881 * gdb.tui/completion.exp: ... this new file.
2882
2883 2017-03-08 Pedro Alves <palves@redhat.com>
2884
2885 * gdb.base/tui-disasm-long-lines.c,
2886 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2887 gdb.base/tui-layout.exp: Move to ...
2888 * gdb.tui/: ... this new directory.
2889
2890 2017-03-07 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.base/tui-layout.c: New file.
2893 * gdb.base/tui-layout.exp: New file.
2894
2895 2017-03-07 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.base/tui-layout.c: Rename to ...
2898 * gdb.base/tui-disasm-long-lines.c: ... this.
2899 * gdb.base/tui-layout.exp: Rename to ...
2900 * gdb.base/tui-disasm-long-lines.exp: ... this.
2901
2902 2017-03-07 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2905
2906 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2907
2908 * i386-mpx-call.c: New file.
2909 * i386-mpx-call.exp: New file.
2910
2911 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2912
2913 * gdb.arch/powerpc-power.exp: Delete test.
2914 * gdb.arch/powerpc-power.s: Likewise.
2915 * gdb.disasm/disassembler-options.exp: New test.
2916 * gdb.arch/powerpc-altivec.exp: Likewise.
2917 * gdb.arch/powerpc-altivec.s: Likewise.
2918 * gdb.arch/powerpc-altivec2.exp: Likewise.
2919 * gdb.arch/powerpc-altivec2.s: Likewise.
2920 * gdb.arch/powerpc-altivec3.exp: Likewise.
2921 * gdb.arch/powerpc-altivec3.s: Likewise.
2922 * gdb.arch/powerpc-power7.exp: Likewise.
2923 * gdb.arch/powerpc-power7.s: Likewise.
2924 * gdb.arch/powerpc-power8.exp: Likewise.
2925 * gdb.arch/powerpc-power8.s: Likewise.
2926 * gdb.arch/powerpc-power9.exp: Likewise.
2927 * gdb.arch/powerpc-power9.s: Likewise.
2928 * gdb.arch/powerpc-vsx.exp: Likewise.
2929 * gdb.arch/powerpc-vsx.s: Likewise.
2930 * gdb.arch/powerpc-vsx2.exp: Likewise.
2931 * gdb.arch/powerpc-vsx2.s: Likewise.
2932 * gdb.arch/powerpc-vsx3.exp: Likewise.
2933 * gdb.arch/powerpc-vsx3.s: Likewise.
2934 * gdb.arch/arm-disassembler-options.exp: Likewise.
2935 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2936 * gdb.arch/s390-disassembler-options.exp: Likewise.
2937
2938 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
2939
2940 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2941 (check_supported_features): ... this. Changed return type to void.
2942 (supports_rdseed): New static global.
2943 (rdseed): Check supports_rdseed.
2944 (initialize): Call check_supported_features.
2945
2946 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2947
2948 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2949 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2950 and lqarx/stqcx.
2951 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2952 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2953
2954 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2955
2956 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2957 uppercase.
2958
2959 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2960
2961 * gdb.dwarf2/formdata16.c: New file.
2962 * gdb.dwarf2/formdata16.exp: New file.
2963 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2964
2965 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2966
2967 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2968 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2969 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2970 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2971 DW_AT_GNU_*.
2972
2973 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2974
2975 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2976
2977 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2978
2979 PR gdb/21164
2980 * gdb.base/maint.exp: Add testcases for when the commands do
2981 not have arguments.
2982
2983 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2984
2985 * gdb.cp/chained-calls.exp: Use p instead of P.
2986
2987 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2988
2989 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2990 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2991
2992 2017-02-14 Tom Tromey <tom@tromey.com>
2993
2994 PR python/13598:
2995 * gdb.python/py-events.exp: Add before_prompt event tests.
2996
2997 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2998
2999 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3000
3001 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3002
3003 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3004 (main): Call my_unique_function_name.
3005 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3006 completion of patterns with a single match.
3007 Add missing -re switches to gdb_test_multiple calls.
3008
3009 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3010
3011 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3012 return if core file is not recognized.
3013
3014 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3015
3016 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3017 and extra UIs.
3018
3019 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3020
3021 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3022 proc_with_prefix.
3023
3024 2017-02-10 Tom Tromey <tom@tromey.com>
3025
3026 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3027
3028 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3029
3030 PR gdb/21122
3031 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3032
3033 2017-02-08 Jerome Guitton <guitton@adacore.com>
3034
3035 * gdb.base/define.exp: Add test for command abbreviations
3036 in define.
3037
3038 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3039
3040 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3041 * gdb.reverse/insn-reverse-x86.c: New file.
3042
3043 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3044
3045 PR tdep/20936
3046 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3047
3048 2017-02-03 Tom Tromey <tom@tromey.com>
3049
3050 PR rust/21097:
3051 * gdb.rust/simple.exp: Add new tests.
3052
3053 2017-02-02 Pedro Alves <palves@redhat.com>
3054
3055 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3056 tests.
3057
3058 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3059
3060 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3061 taking a 2-byte value out of a 4-byte DWARF implicit value on
3062 big-endian targets.
3063 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3064 logic. Add test cases for DW_OP_implicit.
3065
3066 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3067
3068 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3069
3070 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3071
3072 * gdb.btrace/enable.exp: Call gdb_exit before
3073 skip_gdbserver_tests.
3074
3075 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3076
3077 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3078 GDBFLAGS.
3079
3080 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3081
3082 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3083 the test is skipped.
3084 * gdb.btrace/data.exp: Likewise.
3085 * gdb.btrace/delta.exp: Likewise.
3086 * gdb.btrace/dlopen.exp: Likewise.
3087 * gdb.btrace/enable-running.exp: Likewise.
3088 * gdb.btrace/enable.exp: Likewise.
3089 * gdb.btrace/exception.exp: Likewise.
3090 * gdb.btrace/function_call_history.exp: Likewise.
3091 * gdb.btrace/gcore.exp: Likewise.
3092 * gdb.btrace/instruction_history.exp: Likewise.
3093 * gdb.btrace/multi-thread-step.exp: Likewise.
3094 * gdb.btrace/nohist.exp: Likewise.
3095 * gdb.btrace/non-stop.exp: Likewise.
3096 * gdb.btrace/reconnect.exp: Likewise.
3097 * gdb.btrace/record_goto-step.exp: Likewise.
3098 * gdb.btrace/record_goto.exp: Likewise.
3099 * gdb.btrace/rn-dl-bind.exp: Likewise.
3100 * gdb.btrace/segv.exp: Likewise.
3101 * gdb.btrace/step.exp: Likewise.
3102 * gdb.btrace/stepi.exp: Likewise.
3103 * gdb.btrace/tailcall-only.exp: Likewise.
3104 * gdb.btrace/tailcall.exp: Likewise.
3105 * gdb.btrace/tsx.exp: Likewise.
3106 * gdb.btrace/unknown_functions.exp: Likewise.
3107 * gdb.btrace/vdso.exp: Likewise.
3108
3109 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3110
3111 * gdb.btrace/enable-running.c: New.
3112 * gdb.btrace/enable-running.exp: New.
3113
3114 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3115
3116 * gdb.arch/amd64-gs_base.c: New file.
3117 * gdb.arch/amd64-gs_base.exp: New file.
3118
3119 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3120
3121 * lib/memory.exp: Remove spurious empty newlines.
3122
3123 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3124
3125 * gdb.python/py-bad-printers.exp: Load python file using "source".
3126 * gdb.python/py-events.exp: Likewise.
3127 * gdb.python/py-evsignal.exp: Likewise.
3128 * gdb.python/py-evthreads.exp: Likewise.
3129 * gdb.python/py-frame-args.exp: Likewise.
3130 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3131 * gdb.python/py-framefilter-mi.exp: Likewise.
3132 * gdb.python/py-framefilter.exp: Likewise.
3133 * gdb.python/py-mi.exp: Likewise.
3134 * gdb.python/py-pp-maint.exp: Likewise.
3135 * gdb.python/py-pp-registration.exp: Likewise.
3136 * gdb.python/py-prettyprint.exp: Likewise.
3137 (run_lang_tests): Likewise.
3138 * gdb.python/py-typeprint.exp: Likewise.
3139
3140 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3141
3142 * lib/memory.exp: New file.
3143 * lib/gdb.exp: Load memory.exp.
3144 * gdb.base/memattr.exp (delete_memory): Move proc to
3145 lib/memory.exp and rename to delete_memory_regions.
3146 Replace delete_memory with delete_memory_regions.
3147 Cleanup memory regions before tests.
3148 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3149 before tests.
3150
3151 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3152
3153 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3154 files.
3155 (initialize): New function conditionally defined.
3156 (testcases): Move within conditional block.
3157 (main): Call initialize.
3158 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3159 of gdb.reverse/insn-reverse.c.
3160 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3161 gdb.reverse/insn-reverse.c.
3162
3163 2017-01-26 Yao Qi <yao.qi@linaro.org>
3164
3165 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3166 disassemble on address 0.
3167
3168 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3169 Yao Qi <yao.qi@linaro.org>
3170
3171 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3172 * gdb.dwarf2/implptr-64bit.S: Remove.
3173 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3174 variables in caller's context. Add DW_OP_implicit_value.
3175
3176 2017-01-25 Yao Qi <yao.qi@linaro.org>
3177
3178 * lib/dwarf.exp (Dwarf::_location): Handle
3179 DW_OP_GNU_implicit_pointer with proper size.
3180
3181 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3182
3183 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3184 and add untested calls.
3185
3186 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3187
3188 * gdb.python/python.exp: Check line number against what GDB thinks
3189 the line number is for func1.
3190
3191 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3192
3193 * gdb.dlang/debug-expr.exp: New file.
3194
3195 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3196
3197 Fix test names for the following files:
3198
3199 * gdb.ada/exec_changed.exp
3200 * gdb.ada/info_types.exp
3201 * gdb.arch/aarch64-atomic-inst.exp
3202 * gdb.arch/aarch64-fp.exp
3203 * gdb.arch/altivec-abi.exp
3204 * gdb.arch/altivec-regs.exp
3205 * gdb.arch/amd64-byte.exp
3206 * gdb.arch/amd64-disp-step.exp
3207 * gdb.arch/amd64-dword.exp
3208 * gdb.arch/amd64-entry-value-inline.exp
3209 * gdb.arch/amd64-entry-value-param.exp
3210 * gdb.arch/amd64-entry-value-paramref.exp
3211 * gdb.arch/amd64-entry-value.exp
3212 * gdb.arch/amd64-i386-address.exp
3213 * gdb.arch/amd64-invalid-stack-middle.exp
3214 * gdb.arch/amd64-invalid-stack-top.exp
3215 * gdb.arch/amd64-optimout-repeat.exp
3216 * gdb.arch/amd64-prologue-skip.exp
3217 * gdb.arch/amd64-prologue-xmm.exp
3218 * gdb.arch/amd64-stap-special-operands.exp
3219 * gdb.arch/amd64-stap-wrong-subexp.exp
3220 * gdb.arch/amd64-tailcall-cxx.exp
3221 * gdb.arch/amd64-tailcall-noret.exp
3222 * gdb.arch/amd64-tailcall-ret.exp
3223 * gdb.arch/amd64-tailcall-self.exp
3224 * gdb.arch/amd64-word.exp
3225 * gdb.arch/arm-bl-branch-dest.exp
3226 * gdb.arch/arm-disp-step.exp
3227 * gdb.arch/arm-neon.exp
3228 * gdb.arch/arm-single-step-kernel-helper.exp
3229 * gdb.arch/avr-flash-qualifier.exp
3230 * gdb.arch/disp-step-insn-reloc.exp
3231 * gdb.arch/e500-abi.exp
3232 * gdb.arch/e500-regs.exp
3233 * gdb.arch/ftrace-insn-reloc.exp
3234 * gdb.arch/i386-avx512.exp
3235 * gdb.arch/i386-bp_permanent.exp
3236 * gdb.arch/i386-byte.exp
3237 * gdb.arch/i386-cfi-notcurrent.exp
3238 * gdb.arch/i386-disp-step.exp
3239 * gdb.arch/i386-dr3-watch.exp
3240 * gdb.arch/i386-float.exp
3241 * gdb.arch/i386-gnu-cfi.exp
3242 * gdb.arch/i386-mpx-map.exp
3243 * gdb.arch/i386-mpx-sigsegv.exp
3244 * gdb.arch/i386-mpx-simple_segv.exp
3245 * gdb.arch/i386-mpx.exp
3246 * gdb.arch/i386-permbkpt.exp
3247 * gdb.arch/i386-prologue.exp
3248 * gdb.arch/i386-signal.exp
3249 * gdb.arch/i386-size-overlap.exp
3250 * gdb.arch/i386-unwind.exp
3251 * gdb.arch/i386-word.exp
3252 * gdb.arch/mips-fcr.exp
3253 * gdb.arch/powerpc-d128-regs.exp
3254 * gdb.arch/powerpc-stackless.exp
3255 * gdb.arch/ppc64-atomic-inst.exp
3256 * gdb.arch/s390-stackless.exp
3257 * gdb.arch/s390-tdbregs.exp
3258 * gdb.arch/s390-vregs.exp
3259 * gdb.arch/sparc-sysstep.exp
3260 * gdb.arch/thumb-bx-pc.exp
3261 * gdb.arch/thumb-singlestep.exp
3262 * gdb.arch/thumb2-it.exp
3263 * gdb.arch/vsx-regs.exp
3264 * gdb.asm/asm-source.exp
3265 * gdb.base/a2-run.exp
3266 * gdb.base/advance.exp
3267 * gdb.base/all-bin.exp
3268 * gdb.base/anon.exp
3269 * gdb.base/args.exp
3270 * gdb.base/arithmet.exp
3271 * gdb.base/async-shell.exp
3272 * gdb.base/async.exp
3273 * gdb.base/attach-pie-noexec.exp
3274 * gdb.base/attach-twice.exp
3275 * gdb.base/auto-load.exp
3276 * gdb.base/bang.exp
3277 * gdb.base/bitfields.exp
3278 * gdb.base/break-always.exp
3279 * gdb.base/break-caller-line.exp
3280 * gdb.base/break-entry.exp
3281 * gdb.base/break-inline.exp
3282 * gdb.base/break-on-linker-gcd-function.exp
3283 * gdb.base/break-probes.exp
3284 * gdb.base/break.exp
3285 * gdb.base/breakpoint-shadow.exp
3286 * gdb.base/call-ar-st.exp
3287 * gdb.base/call-sc.exp
3288 * gdb.base/call-signal-resume.exp
3289 * gdb.base/call-strs.exp
3290 * gdb.base/callfuncs.exp
3291 * gdb.base/catch-fork-static.exp
3292 * gdb.base/catch-gdb-caused-signals.exp
3293 * gdb.base/catch-load.exp
3294 * gdb.base/catch-signal-fork.exp
3295 * gdb.base/catch-signal.exp
3296 * gdb.base/catch-syscall.exp
3297 * gdb.base/charset.exp
3298 * gdb.base/checkpoint.exp
3299 * gdb.base/chng-syms.exp
3300 * gdb.base/code-expr.exp
3301 * gdb.base/code_elim.exp
3302 * gdb.base/commands.exp
3303 * gdb.base/completion.exp
3304 * gdb.base/complex.exp
3305 * gdb.base/cond-expr.exp
3306 * gdb.base/condbreak.exp
3307 * gdb.base/consecutive.exp
3308 * gdb.base/continue-all-already-running.exp
3309 * gdb.base/coredump-filter.exp
3310 * gdb.base/corefile.exp
3311 * gdb.base/dbx.exp
3312 * gdb.base/debug-expr.exp
3313 * gdb.base/define.exp
3314 * gdb.base/del.exp
3315 * gdb.base/disabled-location.exp
3316 * gdb.base/disasm-end-cu.exp
3317 * gdb.base/disasm-optim.exp
3318 * gdb.base/display.exp
3319 * gdb.base/duplicate-bp.exp
3320 * gdb.base/ena-dis-br.exp
3321 * gdb.base/ending-run.exp
3322 * gdb.base/enumval.exp
3323 * gdb.base/environ.exp
3324 * gdb.base/eu-strip-infcall.exp
3325 * gdb.base/eval-avoid-side-effects.exp
3326 * gdb.base/eval-skip.exp
3327 * gdb.base/exitsignal.exp
3328 * gdb.base/expand-psymtabs.exp
3329 * gdb.base/filesym.exp
3330 * gdb.base/find-unmapped.exp
3331 * gdb.base/finish.exp
3332 * gdb.base/float.exp
3333 * gdb.base/foll-exec-mode.exp
3334 * gdb.base/foll-exec.exp
3335 * gdb.base/foll-fork.exp
3336 * gdb.base/fortran-sym-case.exp
3337 * gdb.base/freebpcmd.exp
3338 * gdb.base/func-ptr.exp
3339 * gdb.base/func-ptrs.exp
3340 * gdb.base/funcargs.exp
3341 * gdb.base/gcore-buffer-overflow.exp
3342 * gdb.base/gcore-relro-pie.exp
3343 * gdb.base/gcore-relro.exp
3344 * gdb.base/gcore.exp
3345 * gdb.base/gdb1090.exp
3346 * gdb.base/gdb11530.exp
3347 * gdb.base/gdb11531.exp
3348 * gdb.base/gdb1821.exp
3349 * gdb.base/gdbindex-stabs.exp
3350 * gdb.base/gdbvars.exp
3351 * gdb.base/hbreak.exp
3352 * gdb.base/hbreak2.exp
3353 * gdb.base/included.exp
3354 * gdb.base/infcall-input.exp
3355 * gdb.base/inferior-died.exp
3356 * gdb.base/infnan.exp
3357 * gdb.base/info-macros.exp
3358 * gdb.base/info-os.exp
3359 * gdb.base/info-proc.exp
3360 * gdb.base/info-shared.exp
3361 * gdb.base/info-target.exp
3362 * gdb.base/infoline.exp
3363 * gdb.base/interp.exp
3364 * gdb.base/interrupt.exp
3365 * gdb.base/jit-reader.exp
3366 * gdb.base/jit-simple.exp
3367 * gdb.base/kill-after-signal.exp
3368 * gdb.base/kill-detach-inferiors-cmd.exp
3369 * gdb.base/label.exp
3370 * gdb.base/langs.exp
3371 * gdb.base/ldbl_e308.exp
3372 * gdb.base/line-symtabs.exp
3373 * gdb.base/linespecs.exp
3374 * gdb.base/list.exp
3375 * gdb.base/long_long.exp
3376 * gdb.base/longest-types.exp
3377 * gdb.base/maint.exp
3378 * gdb.base/max-value-size.exp
3379 * gdb.base/memattr.exp
3380 * gdb.base/mips_pro.exp
3381 * gdb.base/morestack.exp
3382 * gdb.base/moribund-step.exp
3383 * gdb.base/multi-forks.exp
3384 * gdb.base/nested-addr.exp
3385 * gdb.base/nextoverexit.exp
3386 * gdb.base/noreturn-finish.exp
3387 * gdb.base/noreturn-return.exp
3388 * gdb.base/nostdlib.exp
3389 * gdb.base/offsets.exp
3390 * gdb.base/opaque.exp
3391 * gdb.base/pc-fp.exp
3392 * gdb.base/permissions.exp
3393 * gdb.base/print-symbol-loading.exp
3394 * gdb.base/prologue-include.exp
3395 * gdb.base/psymtab.exp
3396 * gdb.base/ptype.exp
3397 * gdb.base/random-signal.exp
3398 * gdb.base/randomize.exp
3399 * gdb.base/range-stepping.exp
3400 * gdb.base/readline-ask.exp
3401 * gdb.base/recpar.exp
3402 * gdb.base/recurse.exp
3403 * gdb.base/relational.exp
3404 * gdb.base/restore.exp
3405 * gdb.base/return-nodebug.exp
3406 * gdb.base/return.exp
3407 * gdb.base/run-after-attach.exp
3408 * gdb.base/save-bp.exp
3409 * gdb.base/scope.exp
3410 * gdb.base/sect-cmd.exp
3411 * gdb.base/set-lang-auto.exp
3412 * gdb.base/set-noassign.exp
3413 * gdb.base/setvar.exp
3414 * gdb.base/sigall.exp
3415 * gdb.base/sigbpt.exp
3416 * gdb.base/siginfo-addr.exp
3417 * gdb.base/siginfo-infcall.exp
3418 * gdb.base/siginfo-obj.exp
3419 * gdb.base/siginfo.exp
3420 * gdb.base/signals-state-child.exp
3421 * gdb.base/signest.exp
3422 * gdb.base/sigstep.exp
3423 * gdb.base/sizeof.exp
3424 * gdb.base/skip.exp
3425 * gdb.base/solib-corrupted.exp
3426 * gdb.base/solib-nodir.exp
3427 * gdb.base/solib-search.exp
3428 * gdb.base/stack-checking.exp
3429 * gdb.base/stale-infcall.exp
3430 * gdb.base/stap-probe.exp
3431 * gdb.base/start.exp
3432 * gdb.base/step-break.exp
3433 * gdb.base/step-bt.exp
3434 * gdb.base/step-line.exp
3435 * gdb.base/step-over-exit.exp
3436 * gdb.base/step-over-syscall.exp
3437 * gdb.base/step-resume-infcall.exp
3438 * gdb.base/step-test.exp
3439 * gdb.base/store.exp
3440 * gdb.base/structs3.exp
3441 * gdb.base/sym-file.exp
3442 * gdb.base/symbol-without-target_section.exp
3443 * gdb.base/term.exp
3444 * gdb.base/testenv.exp
3445 * gdb.base/ui-redirect.exp
3446 * gdb.base/until.exp
3447 * gdb.base/unwindonsignal.exp
3448 * gdb.base/value-double-free.exp
3449 * gdb.base/vla-datatypes.exp
3450 * gdb.base/vla-ptr.exp
3451 * gdb.base/vla-sideeffect.exp
3452 * gdb.base/volatile.exp
3453 * gdb.base/watch-cond-infcall.exp
3454 * gdb.base/watch-cond.exp
3455 * gdb.base/watch-non-mem.exp
3456 * gdb.base/watch-read.exp
3457 * gdb.base/watch-vfork.exp
3458 * gdb.base/watchpoint-cond-gone.exp
3459 * gdb.base/watchpoint-delete.exp
3460 * gdb.base/watchpoint-hw-hit-once.exp
3461 * gdb.base/watchpoint-hw.exp
3462 * gdb.base/watchpoint-stops-at-right-insn.exp
3463 * gdb.base/watchpoints.exp
3464 * gdb.base/wchar.exp
3465 * gdb.base/whatis-exp.exp
3466 * gdb.btrace/buffer-size.exp
3467 * gdb.btrace/data.exp
3468 * gdb.btrace/delta.exp
3469 * gdb.btrace/dlopen.exp
3470 * gdb.btrace/enable.exp
3471 * gdb.btrace/exception.exp
3472 * gdb.btrace/function_call_history.exp
3473 * gdb.btrace/gcore.exp
3474 * gdb.btrace/instruction_history.exp
3475 * gdb.btrace/nohist.exp
3476 * gdb.btrace/reconnect.exp
3477 * gdb.btrace/record_goto-step.exp
3478 * gdb.btrace/record_goto.exp
3479 * gdb.btrace/rn-dl-bind.exp
3480 * gdb.btrace/segv.exp
3481 * gdb.btrace/step.exp
3482 * gdb.btrace/stepi.exp
3483 * gdb.btrace/tailcall-only.exp
3484 * gdb.btrace/tailcall.exp
3485 * gdb.btrace/tsx.exp
3486 * gdb.btrace/unknown_functions.exp
3487 * gdb.btrace/vdso.exp
3488 * gdb.compile/compile-ifunc.exp
3489 * gdb.compile/compile-ops.exp
3490 * gdb.compile/compile-print.exp
3491 * gdb.compile/compile-setjmp.exp
3492 * gdb.cp/abstract-origin.exp
3493 * gdb.cp/ambiguous.exp
3494 * gdb.cp/annota2.exp
3495 * gdb.cp/annota3.exp
3496 * gdb.cp/anon-ns.exp
3497 * gdb.cp/anon-struct.exp
3498 * gdb.cp/anon-union.exp
3499 * gdb.cp/arg-reference.exp
3500 * gdb.cp/baseenum.exp
3501 * gdb.cp/bool.exp
3502 * gdb.cp/breakpoint.exp
3503 * gdb.cp/bs15503.exp
3504 * gdb.cp/call-c.exp
3505 * gdb.cp/casts.exp
3506 * gdb.cp/chained-calls.exp
3507 * gdb.cp/class2.exp
3508 * gdb.cp/classes.exp
3509 * gdb.cp/cmpd-minsyms.exp
3510 * gdb.cp/converts.exp
3511 * gdb.cp/cp-relocate.exp
3512 * gdb.cp/cpcompletion.exp
3513 * gdb.cp/cpexprs.exp
3514 * gdb.cp/cplabel.exp
3515 * gdb.cp/cplusfuncs.exp
3516 * gdb.cp/cpsizeof.exp
3517 * gdb.cp/ctti.exp
3518 * gdb.cp/derivation.exp
3519 * gdb.cp/destrprint.exp
3520 * gdb.cp/dispcxx.exp
3521 * gdb.cp/enum-class.exp
3522 * gdb.cp/exception.exp
3523 * gdb.cp/exceptprint.exp
3524 * gdb.cp/expand-psymtabs-cxx.exp
3525 * gdb.cp/expand-sals.exp
3526 * gdb.cp/extern-c.exp
3527 * gdb.cp/filename.exp
3528 * gdb.cp/formatted-ref.exp
3529 * gdb.cp/fpointer.exp
3530 * gdb.cp/gdb1355.exp
3531 * gdb.cp/gdb2495.exp
3532 * gdb.cp/hang.exp
3533 * gdb.cp/impl-this.exp
3534 * gdb.cp/infcall-dlopen.exp
3535 * gdb.cp/inherit.exp
3536 * gdb.cp/iostream.exp
3537 * gdb.cp/koenig.exp
3538 * gdb.cp/local.exp
3539 * gdb.cp/m-data.exp
3540 * gdb.cp/m-static.exp
3541 * gdb.cp/mb-ctor.exp
3542 * gdb.cp/mb-inline.exp
3543 * gdb.cp/mb-templates.exp
3544 * gdb.cp/member-name.exp
3545 * gdb.cp/member-ptr.exp
3546 * gdb.cp/meth-typedefs.exp
3547 * gdb.cp/method.exp
3548 * gdb.cp/method2.exp
3549 * gdb.cp/minsym-fallback.exp
3550 * gdb.cp/misc.exp
3551 * gdb.cp/namelessclass.exp
3552 * gdb.cp/namespace-enum.exp
3553 * gdb.cp/namespace-nested-import.exp
3554 * gdb.cp/namespace.exp
3555 * gdb.cp/nextoverthrow.exp
3556 * gdb.cp/no-dmgl-verbose.exp
3557 * gdb.cp/non-trivial-retval.exp
3558 * gdb.cp/noparam.exp
3559 * gdb.cp/nsdecl.exp
3560 * gdb.cp/nsimport.exp
3561 * gdb.cp/nsnested.exp
3562 * gdb.cp/nsnoimports.exp
3563 * gdb.cp/nsrecurs.exp
3564 * gdb.cp/nsstress.exp
3565 * gdb.cp/nsusing.exp
3566 * gdb.cp/operator.exp
3567 * gdb.cp/oranking.exp
3568 * gdb.cp/overload-const.exp
3569 * gdb.cp/overload.exp
3570 * gdb.cp/ovldbreak.exp
3571 * gdb.cp/ovsrch.exp
3572 * gdb.cp/paren-type.exp
3573 * gdb.cp/parse-lang.exp
3574 * gdb.cp/pass-by-ref.exp
3575 * gdb.cp/pr-1023.exp
3576 * gdb.cp/pr-1210.exp
3577 * gdb.cp/pr-574.exp
3578 * gdb.cp/pr10687.exp
3579 * gdb.cp/pr12028.exp
3580 * gdb.cp/pr17132.exp
3581 * gdb.cp/pr17494.exp
3582 * gdb.cp/pr9067.exp
3583 * gdb.cp/pr9167.exp
3584 * gdb.cp/pr9631.exp
3585 * gdb.cp/printmethod.exp
3586 * gdb.cp/psmang.exp
3587 * gdb.cp/psymtab-parameter.exp
3588 * gdb.cp/ptype-cv-cp.exp
3589 * gdb.cp/ptype-flags.exp
3590 * gdb.cp/re-set-overloaded.exp
3591 * gdb.cp/ref-types.exp
3592 * gdb.cp/rtti.exp
3593 * gdb.cp/scope-err.exp
3594 * gdb.cp/shadow.exp
3595 * gdb.cp/smartp.exp
3596 * gdb.cp/static-method.exp
3597 * gdb.cp/static-print-quit.exp
3598 * gdb.cp/temargs.exp
3599 * gdb.cp/templates.exp
3600 * gdb.cp/try_catch.exp
3601 * gdb.cp/typedef-operator.exp
3602 * gdb.cp/typeid.exp
3603 * gdb.cp/userdef.exp
3604 * gdb.cp/using-crash.exp
3605 * gdb.cp/var-tag.exp
3606 * gdb.cp/virtbase.exp
3607 * gdb.cp/virtfunc.exp
3608 * gdb.cp/virtfunc2.exp
3609 * gdb.cp/vla-cxx.exp
3610 * gdb.disasm/t01_mov.exp
3611 * gdb.disasm/t02_mova.exp
3612 * gdb.disasm/t03_add.exp
3613 * gdb.disasm/t04_sub.exp
3614 * gdb.disasm/t05_cmp.exp
3615 * gdb.disasm/t06_ari2.exp
3616 * gdb.disasm/t07_ari3.exp
3617 * gdb.disasm/t08_or.exp
3618 * gdb.disasm/t09_xor.exp
3619 * gdb.disasm/t10_and.exp
3620 * gdb.disasm/t11_logs.exp
3621 * gdb.disasm/t12_bit.exp
3622 * gdb.disasm/t13_otr.exp
3623 * gdb.dlang/circular.exp
3624 * gdb.dwarf2/arr-stride.exp
3625 * gdb.dwarf2/arr-subrange.exp
3626 * gdb.dwarf2/atomic-type.exp
3627 * gdb.dwarf2/bad-regnum.exp
3628 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3629 * gdb.dwarf2/callframecfa.exp
3630 * gdb.dwarf2/clztest.exp
3631 * gdb.dwarf2/corrupt.exp
3632 * gdb.dwarf2/data-loc.exp
3633 * gdb.dwarf2/dup-psym.exp
3634 * gdb.dwarf2/dw2-anon-mptr.exp
3635 * gdb.dwarf2/dw2-anonymous-func.exp
3636 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3637 * gdb.dwarf2/dw2-bad-unresolved.exp
3638 * gdb.dwarf2/dw2-basic.exp
3639 * gdb.dwarf2/dw2-canonicalize-type.exp
3640 * gdb.dwarf2/dw2-case-insensitive.exp
3641 * gdb.dwarf2/dw2-common-block.exp
3642 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3643 * gdb.dwarf2/dw2-compressed.exp
3644 * gdb.dwarf2/dw2-const.exp
3645 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3646 * gdb.dwarf2/dw2-cu-size.exp
3647 * gdb.dwarf2/dw2-dup-frame.exp
3648 * gdb.dwarf2/dw2-entry-value.exp
3649 * gdb.dwarf2/dw2-icycle.exp
3650 * gdb.dwarf2/dw2-ifort-parameter.exp
3651 * gdb.dwarf2/dw2-inline-break.exp
3652 * gdb.dwarf2/dw2-inline-param.exp
3653 * gdb.dwarf2/dw2-intercu.exp
3654 * gdb.dwarf2/dw2-intermix.exp
3655 * gdb.dwarf2/dw2-lexical-block-bare.exp
3656 * gdb.dwarf2/dw2-linkage-name-trust.exp
3657 * gdb.dwarf2/dw2-minsym-in-cu.exp
3658 * gdb.dwarf2/dw2-noloc.exp
3659 * gdb.dwarf2/dw2-op-call.exp
3660 * gdb.dwarf2/dw2-op-out-param.exp
3661 * gdb.dwarf2/dw2-opt-structptr.exp
3662 * gdb.dwarf2/dw2-param-error.exp
3663 * gdb.dwarf2/dw2-producer.exp
3664 * gdb.dwarf2/dw2-ranges-base.exp
3665 * gdb.dwarf2/dw2-ref-missing-frame.exp
3666 * gdb.dwarf2/dw2-reg-undefined.exp
3667 * gdb.dwarf2/dw2-regno-invalid.exp
3668 * gdb.dwarf2/dw2-restore.exp
3669 * gdb.dwarf2/dw2-restrict.exp
3670 * gdb.dwarf2/dw2-single-line-discriminators.exp
3671 * gdb.dwarf2/dw2-strp.exp
3672 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3673 * gdb.dwarf2/dw2-unresolved.exp
3674 * gdb.dwarf2/dw2-var-zero-addr.exp
3675 * gdb.dwarf2/dw4-sig-types.exp
3676 * gdb.dwarf2/dwz.exp
3677 * gdb.dwarf2/dynarr-ptr.exp
3678 * gdb.dwarf2/enum-type.exp
3679 * gdb.dwarf2/gdb-index.exp
3680 * gdb.dwarf2/implptr-64bit.exp
3681 * gdb.dwarf2/implptr-optimized-out.exp
3682 * gdb.dwarf2/implptr.exp
3683 * gdb.dwarf2/implref-array.exp
3684 * gdb.dwarf2/implref-const.exp
3685 * gdb.dwarf2/implref-global.exp
3686 * gdb.dwarf2/implref-struct.exp
3687 * gdb.dwarf2/mac-fileno.exp
3688 * gdb.dwarf2/main-subprogram.exp
3689 * gdb.dwarf2/member-ptr-forwardref.exp
3690 * gdb.dwarf2/method-ptr.exp
3691 * gdb.dwarf2/missing-sig-type.exp
3692 * gdb.dwarf2/nonvar-access.exp
3693 * gdb.dwarf2/opaque-type-lookup.exp
3694 * gdb.dwarf2/pieces-optimized-out.exp
3695 * gdb.dwarf2/pieces.exp
3696 * gdb.dwarf2/pr10770.exp
3697 * gdb.dwarf2/pr13961.exp
3698 * gdb.dwarf2/staticvirtual.exp
3699 * gdb.dwarf2/subrange.exp
3700 * gdb.dwarf2/symtab-producer.exp
3701 * gdb.dwarf2/trace-crash.exp
3702 * gdb.dwarf2/typeddwarf.exp
3703 * gdb.dwarf2/valop.exp
3704 * gdb.dwarf2/watch-notconst.exp
3705 * gdb.fortran/array-element.exp
3706 * gdb.fortran/charset.exp
3707 * gdb.fortran/common-block.exp
3708 * gdb.fortran/complex.exp
3709 * gdb.fortran/derived-type-function.exp
3710 * gdb.fortran/derived-type.exp
3711 * gdb.fortran/logical.exp
3712 * gdb.fortran/module.exp
3713 * gdb.fortran/multi-dim.exp
3714 * gdb.fortran/nested-funcs.exp
3715 * gdb.fortran/print-formatted.exp
3716 * gdb.fortran/subarray.exp
3717 * gdb.fortran/vla-alloc-assoc.exp
3718 * gdb.fortran/vla-datatypes.exp
3719 * gdb.fortran/vla-history.exp
3720 * gdb.fortran/vla-ptr-info.exp
3721 * gdb.fortran/vla-ptype-sub.exp
3722 * gdb.fortran/vla-ptype.exp
3723 * gdb.fortran/vla-sizeof.exp
3724 * gdb.fortran/vla-type.exp
3725 * gdb.fortran/vla-value-sub-arbitrary.exp
3726 * gdb.fortran/vla-value-sub-finish.exp
3727 * gdb.fortran/vla-value-sub.exp
3728 * gdb.fortran/vla-value.exp
3729 * gdb.fortran/whatis_type.exp
3730 * gdb.go/chan.exp
3731 * gdb.go/handcall.exp
3732 * gdb.go/hello.exp
3733 * gdb.go/integers.exp
3734 * gdb.go/methods.exp
3735 * gdb.go/package.exp
3736 * gdb.go/strings.exp
3737 * gdb.go/types.exp
3738 * gdb.go/unsafe.exp
3739 * gdb.guile/scm-arch.exp
3740 * gdb.guile/scm-block.exp
3741 * gdb.guile/scm-breakpoint.exp
3742 * gdb.guile/scm-cmd.exp
3743 * gdb.guile/scm-disasm.exp
3744 * gdb.guile/scm-equal.exp
3745 * gdb.guile/scm-frame-args.exp
3746 * gdb.guile/scm-frame-inline.exp
3747 * gdb.guile/scm-frame.exp
3748 * gdb.guile/scm-iterator.exp
3749 * gdb.guile/scm-math.exp
3750 * gdb.guile/scm-objfile.exp
3751 * gdb.guile/scm-ports.exp
3752 * gdb.guile/scm-symbol.exp
3753 * gdb.guile/scm-symtab.exp
3754 * gdb.guile/scm-value-cc.exp
3755 * gdb.guile/types-module.exp
3756 * gdb.linespec/break-ask.exp
3757 * gdb.linespec/cpexplicit.exp
3758 * gdb.linespec/explicit.exp
3759 * gdb.linespec/keywords.exp
3760 * gdb.linespec/linespec.exp
3761 * gdb.linespec/ls-dollar.exp
3762 * gdb.linespec/ls-errs.exp
3763 * gdb.linespec/skip-two.exp
3764 * gdb.linespec/thread.exp
3765 * gdb.mi/mi-async.exp
3766 * gdb.mi/mi-basics.exp
3767 * gdb.mi/mi-break.exp
3768 * gdb.mi/mi-catch-load.exp
3769 * gdb.mi/mi-cli.exp
3770 * gdb.mi/mi-cmd-param-changed.exp
3771 * gdb.mi/mi-console.exp
3772 * gdb.mi/mi-detach.exp
3773 * gdb.mi/mi-disassemble.exp
3774 * gdb.mi/mi-eval.exp
3775 * gdb.mi/mi-file-transfer.exp
3776 * gdb.mi/mi-file.exp
3777 * gdb.mi/mi-fill-memory.exp
3778 * gdb.mi/mi-inheritance-syntax-error.exp
3779 * gdb.mi/mi-linespec-err-cp.exp
3780 * gdb.mi/mi-logging.exp
3781 * gdb.mi/mi-memory-changed.exp
3782 * gdb.mi/mi-read-memory.exp
3783 * gdb.mi/mi-record-changed.exp
3784 * gdb.mi/mi-reg-undefined.exp
3785 * gdb.mi/mi-regs.exp
3786 * gdb.mi/mi-return.exp
3787 * gdb.mi/mi-reverse.exp
3788 * gdb.mi/mi-simplerun.exp
3789 * gdb.mi/mi-solib.exp
3790 * gdb.mi/mi-stack.exp
3791 * gdb.mi/mi-stepi.exp
3792 * gdb.mi/mi-syn-frame.exp
3793 * gdb.mi/mi-until.exp
3794 * gdb.mi/mi-var-block.exp
3795 * gdb.mi/mi-var-child.exp
3796 * gdb.mi/mi-var-cmd.exp
3797 * gdb.mi/mi-var-cp.exp
3798 * gdb.mi/mi-var-display.exp
3799 * gdb.mi/mi-var-invalidate.exp
3800 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3801 * gdb.mi/mi-vla-fortran.exp
3802 * gdb.mi/mi-watch.exp
3803 * gdb.mi/mi2-var-child.exp
3804 * gdb.mi/user-selected-context-sync.exp
3805 * gdb.modula2/unbounded-array.exp
3806 * gdb.multi/dummy-frame-restore.exp
3807 * gdb.multi/multi-arch-exec.exp
3808 * gdb.multi/multi-arch.exp
3809 * gdb.multi/tids.exp
3810 * gdb.multi/watchpoint-multi.exp
3811 * gdb.opencl/callfuncs.exp
3812 * gdb.opencl/convs_casts.exp
3813 * gdb.opencl/datatypes.exp
3814 * gdb.opencl/operators.exp
3815 * gdb.opencl/vec_comps.exp
3816 * gdb.opt/clobbered-registers-O2.exp
3817 * gdb.opt/inline-break.exp
3818 * gdb.opt/inline-bt.exp
3819 * gdb.opt/inline-cmds.exp
3820 * gdb.opt/inline-locals.exp
3821 * gdb.pascal/case-insensitive-symbols.exp
3822 * gdb.pascal/floats.exp
3823 * gdb.pascal/gdb11492.exp
3824 * gdb.python/lib-types.exp
3825 * gdb.python/py-arch.exp
3826 * gdb.python/py-as-string.exp
3827 * gdb.python/py-bad-printers.exp
3828 * gdb.python/py-block.exp
3829 * gdb.python/py-breakpoint-create-fail.exp
3830 * gdb.python/py-breakpoint.exp
3831 * gdb.python/py-caller-is.exp
3832 * gdb.python/py-cmd.exp
3833 * gdb.python/py-explore-cc.exp
3834 * gdb.python/py-explore.exp
3835 * gdb.python/py-finish-breakpoint.exp
3836 * gdb.python/py-finish-breakpoint2.exp
3837 * gdb.python/py-frame-args.exp
3838 * gdb.python/py-frame-inline.exp
3839 * gdb.python/py-frame.exp
3840 * gdb.python/py-framefilter-mi.exp
3841 * gdb.python/py-infthread.exp
3842 * gdb.python/py-lazy-string.exp
3843 * gdb.python/py-linetable.exp
3844 * gdb.python/py-mi-events.exp
3845 * gdb.python/py-mi-objfile.exp
3846 * gdb.python/py-mi.exp
3847 * gdb.python/py-objfile.exp
3848 * gdb.python/py-pp-integral.exp
3849 * gdb.python/py-pp-maint.exp
3850 * gdb.python/py-pp-re-notag.exp
3851 * gdb.python/py-pp-registration.exp
3852 * gdb.python/py-recurse-unwind.exp
3853 * gdb.python/py-strfns.exp
3854 * gdb.python/py-symbol.exp
3855 * gdb.python/py-symtab.exp
3856 * gdb.python/py-sync-interp.exp
3857 * gdb.python/py-typeprint.exp
3858 * gdb.python/py-unwind-maint.exp
3859 * gdb.python/py-unwind.exp
3860 * gdb.python/py-value-cc.exp
3861 * gdb.python/py-xmethods.exp
3862 * gdb.reverse/amd64-tailcall-reverse.exp
3863 * gdb.reverse/break-precsave.exp
3864 * gdb.reverse/break-reverse.exp
3865 * gdb.reverse/consecutive-precsave.exp
3866 * gdb.reverse/consecutive-reverse.exp
3867 * gdb.reverse/finish-precsave.exp
3868 * gdb.reverse/finish-reverse-bkpt.exp
3869 * gdb.reverse/finish-reverse.exp
3870 * gdb.reverse/fstatat-reverse.exp
3871 * gdb.reverse/getresuid-reverse.exp
3872 * gdb.reverse/i386-precsave.exp
3873 * gdb.reverse/i386-reverse.exp
3874 * gdb.reverse/i386-sse-reverse.exp
3875 * gdb.reverse/i387-env-reverse.exp
3876 * gdb.reverse/i387-stack-reverse.exp
3877 * gdb.reverse/insn-reverse.exp
3878 * gdb.reverse/machinestate-precsave.exp
3879 * gdb.reverse/machinestate.exp
3880 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3881 * gdb.reverse/pipe-reverse.exp
3882 * gdb.reverse/readv-reverse.exp
3883 * gdb.reverse/recvmsg-reverse.exp
3884 * gdb.reverse/rerun-prec.exp
3885 * gdb.reverse/s390-mvcle.exp
3886 * gdb.reverse/step-precsave.exp
3887 * gdb.reverse/step-reverse.exp
3888 * gdb.reverse/time-reverse.exp
3889 * gdb.reverse/until-precsave.exp
3890 * gdb.reverse/until-reverse.exp
3891 * gdb.reverse/waitpid-reverse.exp
3892 * gdb.reverse/watch-precsave.exp
3893 * gdb.reverse/watch-reverse.exp
3894 * gdb.rust/generics.exp
3895 * gdb.rust/methods.exp
3896 * gdb.rust/modules.exp
3897 * gdb.rust/simple.exp
3898 * gdb.server/connect-with-no-symbol-file.exp
3899 * gdb.server/ext-attach.exp
3900 * gdb.server/ext-restart.exp
3901 * gdb.server/ext-wrapper.exp
3902 * gdb.server/file-transfer.exp
3903 * gdb.server/server-exec-info.exp
3904 * gdb.server/server-kill.exp
3905 * gdb.server/server-mon.exp
3906 * gdb.server/wrapper.exp
3907 * gdb.stabs/exclfwd.exp
3908 * gdb.stabs/gdb11479.exp
3909 * gdb.threads/clone-new-thread-event.exp
3910 * gdb.threads/corethreads.exp
3911 * gdb.threads/current-lwp-dead.exp
3912 * gdb.threads/dlopen-libpthread.exp
3913 * gdb.threads/gcore-thread.exp
3914 * gdb.threads/sigstep-threads.exp
3915 * gdb.threads/watchpoint-fork.exp
3916 * gdb.trace/actions-changed.exp
3917 * gdb.trace/backtrace.exp
3918 * gdb.trace/change-loc.exp
3919 * gdb.trace/circ.exp
3920 * gdb.trace/collection.exp
3921 * gdb.trace/disconnected-tracing.exp
3922 * gdb.trace/ftrace.exp
3923 * gdb.trace/mi-trace-frame-collected.exp
3924 * gdb.trace/mi-trace-unavailable.exp
3925 * gdb.trace/mi-traceframe-changed.exp
3926 * gdb.trace/mi-tsv-changed.exp
3927 * gdb.trace/no-attach-trace.exp
3928 * gdb.trace/passc-dyn.exp
3929 * gdb.trace/qtro.exp
3930 * gdb.trace/range-stepping.exp
3931 * gdb.trace/read-memory.exp
3932 * gdb.trace/save-trace.exp
3933 * gdb.trace/signal.exp
3934 * gdb.trace/status-stop.exp
3935 * gdb.trace/tfile.exp
3936 * gdb.trace/trace-break.exp
3937 * gdb.trace/trace-buffer-size.exp
3938 * gdb.trace/trace-condition.exp
3939 * gdb.trace/tracefile-pseudo-reg.exp
3940 * gdb.trace/tstatus.exp
3941 * gdb.trace/unavailable.exp
3942 * gdb.trace/while-dyn.exp
3943 * gdb.trace/while-stepping.exp
3944
3945 2016-12-22 Doug Evans <xdje42@gmail.com>
3946
3947 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3948 and msymbols.
3949
3950 2016-12-19 Yao Qi <yao.qi@linaro.org>
3951
3952 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3953 (test_with_self): Don't call do_steps_and_nexts, and remove
3954 code about stepping into xmalloc.
3955
3956 2016-12-09 Yao Qi <yao.qi@linaro.org>
3957
3958 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3959
3960 2016-12-09 Yao Qi <yao.qi@linaro.org>
3961
3962 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3963
3964 2016-12-09 Pedro Alves <palves@redhat.com>
3965
3966 * gdb.base/all-architectures-0.exp: New file.
3967 * gdb.base/all-architectures-1.exp: New file.
3968 * gdb.base/all-architectures-2.exp: New file.
3969 * gdb.base/all-architectures-3.exp: New file.
3970 * gdb.base/all-architectures-4.exp: New file.
3971 * gdb.base/all-architectures-5.exp: New file.
3972 * gdb.base/all-architectures-6.exp: New file.
3973 * gdb.base/all-architectures-7.exp: New file.
3974 * gdb.base/all-architectures.exp.in: New file.
3975
3976 2016-12-09 Yao Qi <yao.qi@linaro.org>
3977
3978 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3979
3980 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3981
3982 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3983 possible.
3984 Remove useless pattern-matching code.
3985
3986 2016-12-02 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3989 procedure.
3990 (top level): Call it.
3991
3992 2016-12-02 Pedro Alves <palves@redhat.com>
3993
3994 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3995 New procedure.
3996 (top level): Call it.
3997
3998 2016-12-02 Pedro Alves <palves@redhat.com>
3999
4000 PR cli/20559
4001 * gdb.base/commands.exp (user_defined_command_args_eval): New
4002 procedure.
4003 (top level): Call it.
4004
4005 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4006
4007 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4008 timeout handling.
4009
4010 2016-12-02 Tom Tromey <tom@tromey.com>
4011
4012 * gdb.dwarf2/main-subprogram.c: New file.
4013 * gdb.dwarf2/main-subprogram.exp: New file.
4014
4015 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4016
4017 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4018 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4019 gdb_test_no_output for a couple of cases.
4020 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4021
4022 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4023
4024 Fix test names and standardize compilation error messages throughout
4025 the following files:
4026
4027 * gdb.ada/start.exp
4028 * gdb.arch/alpha-step.exp
4029 * gdb.arch/e500-prologue.exp
4030 * gdb.arch/ftrace-insn-reloc.exp
4031 * gdb.arch/gdb1291.exp
4032 * gdb.arch/gdb1431.exp
4033 * gdb.arch/gdb1558.exp
4034 * gdb.arch/i386-dr3-watch.exp
4035 * gdb.arch/i386-sse-stack-align.exp
4036 * gdb.arch/ia64-breakpoint-shadow.exp
4037 * gdb.arch/pa-nullify.exp
4038 * gdb.arch/powerpc-aix-prologue.exp
4039 * gdb.arch/thumb-bx-pc.exp
4040 * gdb.base/annota1.exp
4041 * gdb.base/annota3.exp
4042 * gdb.base/arrayidx.exp
4043 * gdb.base/assign.exp
4044 * gdb.base/attach.exp
4045 * gdb.base/auxv.exp
4046 * gdb.base/bang.exp
4047 * gdb.base/bfp-test.exp
4048 * gdb.base/bigcore.exp
4049 * gdb.base/bitfields2.exp
4050 * gdb.base/break-fun-addr.exp
4051 * gdb.base/break-probes.exp
4052 * gdb.base/call-rt-st.exp
4053 * gdb.base/callexit.exp
4054 * gdb.base/catch-fork-kill.exp
4055 * gdb.base/charset.exp
4056 * gdb.base/checkpoint.exp
4057 * gdb.base/comprdebug.exp
4058 * gdb.base/constvars.exp
4059 * gdb.base/coredump-filter.exp
4060 * gdb.base/cursal.exp
4061 * gdb.base/cvexpr.exp
4062 * gdb.base/detach.exp
4063 * gdb.base/display.exp
4064 * gdb.base/dmsym.exp
4065 * gdb.base/dprintf-pending.exp
4066 * gdb.base/dso2dso.exp
4067 * gdb.base/dtrace-probe.exp
4068 * gdb.base/dump.exp
4069 * gdb.base/enum_cond.exp
4070 * gdb.base/exe-lock.exp
4071 * gdb.base/exec-invalid-sysroot.exp
4072 * gdb.base/execl-update-breakpoints.exp
4073 * gdb.base/exprs.exp
4074 * gdb.base/fileio.exp
4075 * gdb.base/find.exp
4076 * gdb.base/finish.exp
4077 * gdb.base/fixsection.exp
4078 * gdb.base/foll-vfork.exp
4079 * gdb.base/frame-args.exp
4080 * gdb.base/gcore.exp
4081 * gdb.base/gdb1250.exp
4082 * gdb.base/global-var-nested-by-dso.exp
4083 * gdb.base/gnu-ifunc.exp
4084 * gdb.base/hashline1.exp
4085 * gdb.base/hashline2.exp
4086 * gdb.base/hashline3.exp
4087 * gdb.base/hbreak-in-shr-unsupported.exp
4088 * gdb.base/huge.exp
4089 * gdb.base/infcall-input.exp
4090 * gdb.base/info-fun.exp
4091 * gdb.base/info-shared.exp
4092 * gdb.base/jit-simple.exp
4093 * gdb.base/jit-so.exp
4094 * gdb.base/jit.exp
4095 * gdb.base/jump.exp
4096 * gdb.base/label.exp
4097 * gdb.base/lineinc.exp
4098 * gdb.base/logical.exp
4099 * gdb.base/longjmp.exp
4100 * gdb.base/macscp.exp
4101 * gdb.base/miscexprs.exp
4102 * gdb.base/new-ui-echo.exp
4103 * gdb.base/new-ui-pending-input.exp
4104 * gdb.base/new-ui.exp
4105 * gdb.base/nodebug.exp
4106 * gdb.base/nofield.exp
4107 * gdb.base/offsets.exp
4108 * gdb.base/overlays.exp
4109 * gdb.base/pending.exp
4110 * gdb.base/pointers.exp
4111 * gdb.base/pr11022.exp
4112 * gdb.base/printcmds.exp
4113 * gdb.base/prologue.exp
4114 * gdb.base/ptr-typedef.exp
4115 * gdb.base/realname-expand.exp
4116 * gdb.base/relativedebug.exp
4117 * gdb.base/relocate.exp
4118 * gdb.base/remote.exp
4119 * gdb.base/reread.exp
4120 * gdb.base/return2.exp
4121 * gdb.base/savedregs.exp
4122 * gdb.base/sep.exp
4123 * gdb.base/sepdebug.exp
4124 * gdb.base/sepsymtab.exp
4125 * gdb.base/set-inferior-tty.exp
4126 * gdb.base/setshow.exp
4127 * gdb.base/shlib-call.exp
4128 * gdb.base/sigaltstack.exp
4129 * gdb.base/siginfo-addr.exp
4130 * gdb.base/signals.exp
4131 * gdb.base/signull.exp
4132 * gdb.base/sigrepeat.exp
4133 * gdb.base/so-impl-ld.exp
4134 * gdb.base/solib-display.exp
4135 * gdb.base/solib-overlap.exp
4136 * gdb.base/solib-search.exp
4137 * gdb.base/solib-symbol.exp
4138 * gdb.base/structs.exp
4139 * gdb.base/structs2.exp
4140 * gdb.base/symtab-search-order.exp
4141 * gdb.base/twice.exp
4142 * gdb.base/unload.exp
4143 * gdb.base/varargs.exp
4144 * gdb.base/watchpoint-solib.exp
4145 * gdb.base/watchpoint.exp
4146 * gdb.base/whatis.exp
4147 * gdb.base/wrong_frame_bt_full.exp
4148 * gdb.btrace/dlopen.exp
4149 * gdb.cell/ea-standalone.exp
4150 * gdb.cell/ea-test.exp
4151 * gdb.cp/dispcxx.exp
4152 * gdb.cp/gdb2384.exp
4153 * gdb.cp/method2.exp
4154 * gdb.cp/nextoverthrow.exp
4155 * gdb.cp/pr10728.exp
4156 * gdb.disasm/am33.exp
4157 * gdb.disasm/h8300s.exp
4158 * gdb.disasm/mn10300.exp
4159 * gdb.disasm/sh3.exp
4160 * gdb.dwarf2/dw2-dir-file-name.exp
4161 * gdb.fortran/complex.exp
4162 * gdb.fortran/library-module.exp
4163 * gdb.guile/scm-pretty-print.exp
4164 * gdb.guile/scm-symbol.exp
4165 * gdb.guile/scm-type.exp
4166 * gdb.guile/scm-value.exp
4167 * gdb.linespec/linespec.exp
4168 * gdb.mi/gdb701.exp
4169 * gdb.mi/gdb792.exp
4170 * gdb.mi/mi-breakpoint-changed.exp
4171 * gdb.mi/mi-dprintf-pending.exp
4172 * gdb.mi/mi-dprintf.exp
4173 * gdb.mi/mi-exit-code.exp
4174 * gdb.mi/mi-pending.exp
4175 * gdb.mi/mi-solib.exp
4176 * gdb.mi/new-ui-mi-sync.exp
4177 * gdb.mi/pr11022.exp
4178 * gdb.mi/user-selected-context-sync.exp
4179 * gdb.opt/solib-intra-step.exp
4180 * gdb.python/py-events.exp
4181 * gdb.python/py-finish-breakpoint.exp
4182 * gdb.python/py-mi.exp
4183 * gdb.python/py-prettyprint.exp
4184 * gdb.python/py-shared.exp
4185 * gdb.python/py-symbol.exp
4186 * gdb.python/py-template.exp
4187 * gdb.python/py-type.exp
4188 * gdb.python/py-value.exp
4189 * gdb.reverse/solib-precsave.exp
4190 * gdb.reverse/solib-reverse.exp
4191 * gdb.server/solib-list.exp
4192 * gdb.stabs/weird.exp
4193 * gdb.threads/reconnect-signal.exp
4194 * gdb.threads/stepi-random-signal.exp
4195 * gdb.trace/actions.exp
4196 * gdb.trace/ax.exp
4197 * gdb.trace/backtrace.exp
4198 * gdb.trace/change-loc.exp
4199 * gdb.trace/deltrace.exp
4200 * gdb.trace/ftrace-lock.exp
4201 * gdb.trace/ftrace.exp
4202 * gdb.trace/infotrace.exp
4203 * gdb.trace/mi-tracepoint-changed.exp
4204 * gdb.trace/packetlen.exp
4205 * gdb.trace/passcount.exp
4206 * gdb.trace/pending.exp
4207 * gdb.trace/range-stepping.exp
4208 * gdb.trace/report.exp
4209 * gdb.trace/stap-trace.exp
4210 * gdb.trace/tfind.exp
4211 * gdb.trace/trace-break.exp
4212 * gdb.trace/trace-condition.exp
4213 * gdb.trace/trace-enable-disable.exp
4214 * gdb.trace/trace-mt.exp
4215 * gdb.trace/tracecmd.exp
4216 * gdb.trace/tspeed.exp
4217 * gdb.trace/tsv.exp
4218 * lib/perftest.exp
4219
4220 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4221
4222 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4223 with gdb_test_no_output.
4224 Use command as test name.
4225
4226 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4227
4228 Fix test names starting with uppercase throughout the files.
4229
4230 * gdb.ada/assign_1.exp
4231 * gdb.ada/boolean_expr.exp
4232 * gdb.base/arrayidx.exp
4233 * gdb.base/del.exp
4234 * gdb.base/gcore-buffer-overflow.exp
4235 * gdb.base/testenv.exp
4236 * gdb.compile/compile.exp
4237 * gdb.python/py-framefilter-invalidarg.exp
4238 * gdb.python/py-framefilter.exp
4239
4240 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4241
4242 Fix test names starting with uppercase throughout the files.
4243
4244 * gdb.ada/array_return.exp
4245 * gdb.ada/expr_delims.exp
4246 * gdb.ada/mi_dyn_arr.exp
4247 * gdb.ada/mi_interface.exp
4248 * gdb.ada/mi_var_array.exp
4249 * gdb.ada/watch_arg.exp
4250 * gdb.arch/alpha-step.exp
4251 * gdb.arch/altivec-regs.exp
4252 * gdb.arch/e500-regs.exp
4253 * gdb.arch/powerpc-d128-regs.exp
4254 * gdb.base/arrayidx.exp
4255 * gdb.base/break.exp
4256 * gdb.base/checkpoint.exp
4257 * gdb.base/debug-expr.exp
4258 * gdb.base/dmsym.exp
4259 * gdb.base/radix.exp
4260 * gdb.base/sepdebug.exp
4261 * gdb.base/testenv.exp
4262 * gdb.base/watch_thread_num.exp
4263 * gdb.base/watchpoint-cond-gone.exp
4264 * gdb.cell/break.exp
4265 * gdb.cell/ea-cache.exp
4266 * gdb.compile/compile.exp
4267 * gdb.cp/gdb2495.exp
4268 * gdb.gdb/selftest.exp
4269 * gdb.gdb/xfullpath.exp
4270 * gdb.go/hello.exp
4271 * gdb.go/integers.exp
4272 * gdb.objc/basicclass.exp
4273 * gdb.pascal/hello.exp
4274 * gdb.pascal/integers.exp
4275 * gdb.python/py-breakpoint.exp
4276 * gdb.python/py-cmd.exp
4277 * gdb.python/py-linetable.exp
4278 * gdb.python/py-xmethods.exp
4279 * gdb.python/python.exp
4280 * gdb.reverse/consecutive-precsave.exp
4281 * gdb.reverse/finish-precsave.exp
4282 * gdb.reverse/i386-precsave.exp
4283 * gdb.reverse/machinestate-precsave.exp
4284 * gdb.reverse/sigall-precsave.exp
4285 * gdb.reverse/solib-precsave.exp
4286 * gdb.reverse/step-precsave.exp
4287 * gdb.reverse/until-precsave.exp
4288 * gdb.reverse/watch-precsave.exp
4289 * gdb.threads/leader-exit.exp
4290 * gdb.threads/pthreads.exp
4291 * gdb.threads/wp-replication.exp
4292 * gdb.trace/actions.exp
4293 * gdb.trace/mi-tsv-changed.exp
4294 * gdb.trace/tsv.exp
4295
4296 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4297
4298 Fix test names starting with uppercase throughout the files.
4299
4300 * gdb.arch/i386-bp_permanent.exp
4301 * gdb.arch/i386-gnu-cfi.exp
4302 * gdb.base/disasm-end-cu.exp
4303 * gdb.base/macscp.exp
4304 * gdb.base/pending.exp
4305 * gdb.base/watch_thread_num.exp
4306 * gdb.cp/exception.exp
4307 * gdb.cp/gdb2495.exp
4308 * gdb.cp/local.exp
4309 * gdb.python/py-evsignal.exp
4310 * gdb.python/python.exp
4311 * gdb.trace/tracecmd.exp
4312
4313 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4314
4315 Fix test names starting with uppercase throughout the files.
4316
4317 * gdb.base/charset.exp
4318 * gdb.base/eval.exp
4319 * gdb.base/multi-forks.exp
4320 * gdb.guile/scm-progspace.exp
4321 * gdb.opencl/datatypes.exp
4322 * gdb.python/py-block.exp
4323 * gdb.python/py-function.exp
4324 * gdb.python/py-symbol.exp
4325 * gdb.python/py-symtab.exp
4326 * gdb.python/py-xmethods.exp
4327 * gdb.reverse/break-precsave.exp
4328 * gdb.reverse/break-reverse.exp
4329 * gdb.reverse/consecutive-precsave.exp
4330 * gdb.reverse/consecutive-reverse.exp
4331 * gdb.reverse/finish-precsave.exp
4332 * gdb.reverse/finish-reverse-bkpt.exp
4333 * gdb.reverse/finish-reverse.exp
4334 * gdb.reverse/fstatat-reverse.exp
4335 * gdb.reverse/getresuid-reverse.exp
4336 * gdb.reverse/i386-precsave.exp
4337 * gdb.reverse/i386-reverse.exp
4338 * gdb.reverse/i386-sse-reverse.exp
4339 * gdb.reverse/i387-stack-reverse.exp
4340 * gdb.reverse/insn-reverse.exp
4341 * gdb.reverse/machinestate-precsave.exp
4342 * gdb.reverse/machinestate.exp
4343 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4344 * gdb.reverse/pipe-reverse.exp
4345 * gdb.reverse/readv-reverse.exp
4346 * gdb.reverse/recvmsg-reverse.exp
4347 * gdb.reverse/rerun-prec.exp
4348 * gdb.reverse/s390-mvcle.exp
4349 * gdb.reverse/sigall-precsave.exp
4350 * gdb.reverse/sigall-reverse.exp
4351 * gdb.reverse/solib-precsave.exp
4352 * gdb.reverse/solib-reverse.exp
4353 * gdb.reverse/step-precsave.exp
4354 * gdb.reverse/step-reverse.exp
4355 * gdb.reverse/time-reverse.exp
4356 * gdb.reverse/until-precsave.exp
4357 * gdb.reverse/until-reverse.exp
4358 * gdb.reverse/waitpid-reverse.exp
4359 * gdb.reverse/watch-precsave.exp
4360 * gdb.reverse/watch-reverse.exp
4361
4362 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4363
4364 Fix test names starting with uppercase throughout the files.
4365
4366 * gdb.arch/i386-mpx-simple_segv.exp
4367 * gdb.arch/i386-mpx.exp
4368 * gdb.arch/i386-permbkpt.exp
4369 * gdb.arch/pa-nullify.exp
4370 * gdb.arch/powerpc-d128-regs.exp
4371 * gdb.arch/vsx-regs.exp
4372 * gdb.base/bfp-test.exp
4373 * gdb.base/break.exp
4374 * gdb.base/breakpoint-shadow.exp
4375 * gdb.base/callfuncs.exp
4376 * gdb.base/charset.exp
4377 * gdb.base/commands.exp
4378 * gdb.base/completion.exp
4379 * gdb.base/dfp-test.exp
4380 * gdb.base/echo.exp
4381 * gdb.base/ending-run.exp
4382 * gdb.base/eval.exp
4383 * gdb.base/expand-psymtabs.exp
4384 * gdb.base/float128.exp
4385 * gdb.base/floatn.exp
4386 * gdb.base/foll-exec-mode.exp
4387 * gdb.base/gdb1056.exp
4388 * gdb.base/gdb11531.exp
4389 * gdb.base/kill-after-signal.exp
4390 * gdb.base/multi-forks.exp
4391 * gdb.base/overlays.exp
4392 * gdb.base/pending.exp
4393 * gdb.base/sepdebug.exp
4394 * gdb.base/testenv.exp
4395 * gdb.base/valgrind-db-attach.exp
4396 * gdb.base/watch_thread_num.exp
4397 * gdb.base/watchpoint-cond-gone.exp
4398 * gdb.base/watchpoint.exp
4399 * gdb.base/watchpoints.exp
4400 * gdb.cp/arg-reference.exp
4401 * gdb.cp/baseenum.exp
4402 * gdb.cp/operator.exp
4403 * gdb.cp/shadow.exp
4404 * gdb.dwarf2/dw2-op-out-param.exp
4405 * gdb.dwarf2/dw2-reg-undefined.exp
4406 * gdb.go/chan.exp
4407 * gdb.go/hello.exp
4408 * gdb.go/integers.exp
4409 * gdb.go/methods.exp
4410 * gdb.go/package.exp
4411 * gdb.guile/scm-parameter.exp
4412 * gdb.guile/scm-progspace.exp
4413 * gdb.guile/scm-value.exp
4414 * gdb.mi/mi-pending.exp
4415 * gdb.mi/user-selected-context-sync.exp
4416 * gdb.multi/multi-attach.exp
4417 * gdb.multi/tids.exp
4418 * gdb.opt/clobbered-registers-O2.exp
4419 * gdb.pascal/floats.exp
4420 * gdb.pascal/integers.exp
4421 * gdb.python/py-block.exp
4422 * gdb.python/py-events.exp
4423 * gdb.python/py-parameter.exp
4424 * gdb.python/py-symbol.exp
4425 * gdb.python/py-symtab.exp
4426 * gdb.python/py-type.exp
4427 * gdb.python/py-value.exp
4428 * gdb.python/py-xmethods.exp
4429 * gdb.python/python.exp
4430 * gdb.reverse/break-precsave.exp
4431 * gdb.reverse/consecutive-precsave.exp
4432 * gdb.reverse/finish-precsave.exp
4433 * gdb.reverse/i386-precsave.exp
4434 * gdb.reverse/machinestate-precsave.exp
4435 * gdb.reverse/sigall-precsave.exp
4436 * gdb.reverse/solib-precsave.exp
4437 * gdb.reverse/step-precsave.exp
4438 * gdb.reverse/until-precsave.exp
4439 * gdb.reverse/watch-precsave.exp
4440 * gdb.server/ext-attach.exp
4441 * gdb.server/ext-restart.exp
4442 * gdb.server/ext-run.exp
4443 * gdb.server/ext-wrapper.exp
4444 * gdb.stabs/gdb11479.exp
4445 * gdb.stabs/weird.exp
4446 * gdb.threads/attach-many-short-lived-threads.exp
4447 * gdb.threads/kill.exp
4448 * gdb.threads/watchpoint-fork.exp
4449
4450 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4451
4452 Fix test names starting with uppercase throughout all the files below.
4453
4454 * gdb.ada/array_return.exp
4455 * gdb.ada/catch_ex.exp
4456 * gdb.ada/info_exc.exp
4457 * gdb.ada/mi_catch_ex.exp
4458 * gdb.ada/mi_dyn_arr.exp
4459 * gdb.ada/mi_ex_cond.exp
4460 * gdb.ada/mi_exc_info.exp
4461 * gdb.ada/mi_interface.exp
4462 * gdb.ada/mi_task_arg.exp
4463 * gdb.ada/mi_task_info.exp
4464 * gdb.ada/mi_var_array.exp
4465 * gdb.arch/alpha-step.exp
4466 * gdb.arch/amd64-disp-step.exp
4467 * gdb.arch/arm-disp-step.exp
4468 * gdb.arch/disp-step-insn-reloc.exp
4469 * gdb.arch/e500-prologue.exp
4470 * gdb.arch/ftrace-insn-reloc.exp
4471 * gdb.arch/gdb1558.exp
4472 * gdb.arch/i386-bp_permanent.exp
4473 * gdb.arch/i386-disp-step.exp
4474 * gdb.arch/i386-float.exp
4475 * gdb.arch/i386-gnu-cfi.exp
4476 * gdb.arch/ia64-breakpoint-shadow.exp
4477 * gdb.arch/mips16-thunks.exp
4478 * gdb.arch/pa-nullify.exp
4479 * gdb.arch/powerpc-aix-prologue.exp
4480 * gdb.arch/powerpc-power.exp
4481 * gdb.arch/ppc-dfp.exp
4482 * gdb.arch/s390-tdbregs.exp
4483 * gdb.arch/spu-info.exp
4484 * gdb.arch/spu-ls.exp
4485 * gdb.arch/thumb-bx-pc.exp
4486 * gdb.base/advance.exp
4487 * gdb.base/annota-input-while-running.exp
4488 * gdb.base/arrayidx.exp
4489 * gdb.base/asmlabel.exp
4490 * gdb.base/async.exp
4491 * gdb.base/attach-wait-input.exp
4492 * gdb.base/auto-connect-native-target.exp
4493 * gdb.base/batch-preserve-term-settings.exp
4494 * gdb.base/bfp-test.exp
4495 * gdb.base/bigcore.exp
4496 * gdb.base/bp-permanent.exp
4497 * gdb.base/break-always.exp
4498 * gdb.base/break-fun-addr.exp
4499 * gdb.base/break-idempotent.exp
4500 * gdb.base/break-main-file-remove-fail.exp
4501 * gdb.base/break-probes.exp
4502 * gdb.base/break-unload-file.exp
4503 * gdb.base/break.exp
4504 * gdb.base/call-ar-st.exp
4505 * gdb.base/call-rt-st.exp
4506 * gdb.base/call-sc.exp
4507 * gdb.base/call-signal-resume.exp
4508 * gdb.base/call-strs.exp
4509 * gdb.base/callexit.exp
4510 * gdb.base/callfuncs.exp
4511 * gdb.base/catch-gdb-caused-signals.exp
4512 * gdb.base/catch-signal-siginfo-cond.exp
4513 * gdb.base/catch-syscall.exp
4514 * gdb.base/compare-sections.exp
4515 * gdb.base/cond-eval-mode.exp
4516 * gdb.base/condbreak-call-false.exp
4517 * gdb.base/consecutive-step-over.exp
4518 * gdb.base/cursal.exp
4519 * gdb.base/disabled-location.exp
4520 * gdb.base/disasm-end-cu.exp
4521 * gdb.base/display.exp
4522 * gdb.base/double-prompt-target-event-error.exp
4523 * gdb.base/dprintf-bp-same-addr.exp
4524 * gdb.base/dprintf-detach.exp
4525 * gdb.base/dprintf-next.exp
4526 * gdb.base/dprintf-non-stop.exp
4527 * gdb.base/dprintf-pending.exp
4528 * gdb.base/dso2dso.exp
4529 * gdb.base/ending-run.exp
4530 * gdb.base/enum_cond.exp
4531 * gdb.base/examine-backward.exp
4532 * gdb.base/exe-lock.exp
4533 * gdb.base/exec-invalid-sysroot.exp
4534 * gdb.base/execl-update-breakpoints.exp
4535 * gdb.base/execution-termios.exp
4536 * gdb.base/fileio.exp
4537 * gdb.base/fixsection.exp
4538 * gdb.base/foll-exec-mode.exp
4539 * gdb.base/foll-exec.exp
4540 * gdb.base/fork-running-state.exp
4541 * gdb.base/frame-args.exp
4542 * gdb.base/fullpath-expand.exp
4543 * gdb.base/func-ptr.exp
4544 * gdb.base/gcore-relro-pie.exp
4545 * gdb.base/gdb1090.exp
4546 * gdb.base/gdb1555.exp
4547 * gdb.base/global-var-nested-by-dso.exp
4548 * gdb.base/gnu-ifunc.exp
4549 * gdb.base/hbreak-in-shr-unsupported.exp
4550 * gdb.base/hbreak-unmapped.exp
4551 * gdb.base/hook-stop.exp
4552 * gdb.base/infcall-input.exp
4553 * gdb.base/info-fun.exp
4554 * gdb.base/info-shared.exp
4555 * gdb.base/interrupt-noterm.exp
4556 * gdb.base/jit-so.exp
4557 * gdb.base/jit.exp
4558 * gdb.base/line-symtabs.exp
4559 * gdb.base/list.exp
4560 * gdb.base/longjmp.exp
4561 * gdb.base/macscp.exp
4562 * gdb.base/max-value-size.exp
4563 * gdb.base/nodebug.exp
4564 * gdb.base/nofield.exp
4565 * gdb.base/overlays.exp
4566 * gdb.base/paginate-after-ctrl-c-running.exp
4567 * gdb.base/paginate-bg-execution.exp
4568 * gdb.base/paginate-inferior-exit.exp
4569 * gdb.base/pending.exp
4570 * gdb.base/pr11022.exp
4571 * gdb.base/printcmds.exp
4572 * gdb.base/ptr-typedef.exp
4573 * gdb.base/ptype.exp
4574 * gdb.base/randomize.exp
4575 * gdb.base/range-stepping.exp
4576 * gdb.base/realname-expand.exp
4577 * gdb.base/relativedebug.exp
4578 * gdb.base/remote.exp
4579 * gdb.base/savedregs.exp
4580 * gdb.base/sepdebug.exp
4581 * gdb.base/set-noassign.exp
4582 * gdb.base/shlib-call.exp
4583 * gdb.base/shreloc.exp
4584 * gdb.base/sigaltstack.exp
4585 * gdb.base/sigbpt.exp
4586 * gdb.base/siginfo-addr.exp
4587 * gdb.base/siginfo-obj.exp
4588 * gdb.base/siginfo-thread.exp
4589 * gdb.base/signest.exp
4590 * gdb.base/signull.exp
4591 * gdb.base/sigrepeat.exp
4592 * gdb.base/skip.exp
4593 * gdb.base/so-impl-ld.exp
4594 * gdb.base/solib-corrupted.exp
4595 * gdb.base/solib-disc.exp
4596 * gdb.base/solib-display.exp
4597 * gdb.base/solib-overlap.exp
4598 * gdb.base/solib-search.exp
4599 * gdb.base/solib-symbol.exp
4600 * gdb.base/source-execution.exp
4601 * gdb.base/sss-bp-on-user-bp-2.exp
4602 * gdb.base/sss-bp-on-user-bp.exp
4603 * gdb.base/stack-checking.exp
4604 * gdb.base/stale-infcall.exp
4605 * gdb.base/step-break.exp
4606 * gdb.base/step-line.exp
4607 * gdb.base/step-over-exit.exp
4608 * gdb.base/step-test.exp
4609 * gdb.base/structs.exp
4610 * gdb.base/sym-file.exp
4611 * gdb.base/symtab-search-order.exp
4612 * gdb.base/term.exp
4613 * gdb.base/type-opaque.exp
4614 * gdb.base/unload.exp
4615 * gdb.base/until-nodebug.exp
4616 * gdb.base/until.exp
4617 * gdb.base/unwindonsignal.exp
4618 * gdb.base/watch-cond.exp
4619 * gdb.base/watch-non-mem.exp
4620 * gdb.base/watch_thread_num.exp
4621 * gdb.base/watchpoint-reuse-slot.exp
4622 * gdb.base/watchpoint-solib.exp
4623 * gdb.base/watchpoint.exp
4624 * gdb.btrace/dlopen.exp
4625 * gdb.cell/arch.exp
4626 * gdb.cell/break.exp
4627 * gdb.cell/bt.exp
4628 * gdb.cell/core.exp
4629 * gdb.cell/data.exp
4630 * gdb.cell/dwarfaddr.exp
4631 * gdb.cell/ea-cache.exp
4632 * gdb.cell/ea-standalone.exp
4633 * gdb.cell/ea-test.exp
4634 * gdb.cell/f-regs.exp
4635 * gdb.cell/fork.exp
4636 * gdb.cell/gcore.exp
4637 * gdb.cell/mem-access.exp
4638 * gdb.cell/ptype.exp
4639 * gdb.cell/registers.exp
4640 * gdb.cell/sizeof.exp
4641 * gdb.cell/solib-symbol.exp
4642 * gdb.cell/solib.exp
4643 * gdb.compile/compile-tls.exp
4644 * gdb.cp/exception.exp
4645 * gdb.cp/gdb2495.exp
4646 * gdb.cp/local.exp
4647 * gdb.cp/mb-inline.exp
4648 * gdb.cp/mb-templates.exp
4649 * gdb.cp/pr10687.exp
4650 * gdb.cp/pr9167.exp
4651 * gdb.cp/scope-err.exp
4652 * gdb.cp/templates.exp
4653 * gdb.cp/virtfunc.exp
4654 * gdb.dwarf2/dw2-dir-file-name.exp
4655 * gdb.dwarf2/dw2-single-line-discriminators.exp
4656 * gdb.fortran/complex.exp
4657 * gdb.fortran/library-module.exp
4658 * gdb.guile/guile.exp
4659 * gdb.guile/scm-cmd.exp
4660 * gdb.guile/scm-frame-inline.exp
4661 * gdb.guile/scm-objfile.exp
4662 * gdb.guile/scm-pretty-print.exp
4663 * gdb.guile/scm-symbol.exp
4664 * gdb.guile/scm-type.exp
4665 * gdb.guile/scm-value.exp
4666 * gdb.linespec/keywords.exp
4667 * gdb.linespec/ls-errs.exp
4668 * gdb.linespec/macro-relative.exp
4669 * gdb.linespec/thread.exp
4670 * gdb.mi/mi-breakpoint-changed.exp
4671 * gdb.mi/mi-dprintf-pending.exp
4672 * gdb.mi/mi-fullname-deleted.exp
4673 * gdb.mi/mi-logging.exp
4674 * gdb.mi/mi-pending.exp
4675 * gdb.mi/mi-solib.exp
4676 * gdb.mi/new-ui-mi-sync.exp
4677 * gdb.mi/user-selected-context-sync.exp
4678 * gdb.multi/dummy-frame-restore.exp
4679 * gdb.multi/multi-arch-exec.exp
4680 * gdb.multi/remove-inferiors.exp
4681 * gdb.multi/watchpoint-multi-exit.exp
4682 * gdb.opt/solib-intra-step.exp
4683 * gdb.perf/backtrace.exp
4684 * gdb.perf/single-step.exp
4685 * gdb.perf/skip-command.exp
4686 * gdb.perf/skip-prologue.exp
4687 * gdb.perf/solib.exp
4688 * gdb.python/lib-types.exp
4689 * gdb.python/py-as-string.exp
4690 * gdb.python/py-bad-printers.exp
4691 * gdb.python/py-block.exp
4692 * gdb.python/py-breakpoint.exp
4693 * gdb.python/py-cmd.exp
4694 * gdb.python/py-events.exp
4695 * gdb.python/py-evthreads.exp
4696 * gdb.python/py-finish-breakpoint.exp
4697 * gdb.python/py-finish-breakpoint2.exp
4698 * gdb.python/py-frame-inline.exp
4699 * gdb.python/py-frame.exp
4700 * gdb.python/py-inferior.exp
4701 * gdb.python/py-infthread.exp
4702 * gdb.python/py-mi.exp
4703 * gdb.python/py-objfile.exp
4704 * gdb.python/py-pp-maint.exp
4705 * gdb.python/py-pp-registration.exp
4706 * gdb.python/py-prettyprint.exp
4707 * gdb.python/py-recurse-unwind.exp
4708 * gdb.python/py-shared.exp
4709 * gdb.python/py-symbol.exp
4710 * gdb.python/py-symtab.exp
4711 * gdb.python/py-template.exp
4712 * gdb.python/py-type.exp
4713 * gdb.python/py-unwind-maint.exp
4714 * gdb.python/py-unwind.exp
4715 * gdb.python/py-value.exp
4716 * gdb.python/python.exp
4717 * gdb.reverse/finish-reverse-bkpt.exp
4718 * gdb.reverse/insn-reverse.exp
4719 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4720 * gdb.reverse/solib-precsave.exp
4721 * gdb.reverse/solib-reverse.exp
4722 * gdb.stabs/gdb11479.exp
4723 * gdb.stabs/weird.exp
4724 * gdb.threads/fork-child-threads.exp
4725 * gdb.threads/fork-plus-threads.exp
4726 * gdb.threads/fork-thread-pending.exp
4727 * gdb.threads/forking-threads-plus-breakpoint.exp
4728 * gdb.threads/hand-call-in-threads.exp
4729 * gdb.threads/interrupted-hand-call.exp
4730 * gdb.threads/linux-dp.exp
4731 * gdb.threads/local-watch-wrong-thread.exp
4732 * gdb.threads/next-while-other-thread-longjmps.exp
4733 * gdb.threads/non-ldr-exit.exp
4734 * gdb.threads/pending-step.exp
4735 * gdb.threads/print-threads.exp
4736 * gdb.threads/process-dies-while-detaching.exp
4737 * gdb.threads/process-dies-while-handling-bp.exp
4738 * gdb.threads/pthreads.exp
4739 * gdb.threads/queue-signal.exp
4740 * gdb.threads/reconnect-signal.exp
4741 * gdb.threads/signal-command-handle-nopass.exp
4742 * gdb.threads/signal-command-multiple-signals-pending.exp
4743 * gdb.threads/signal-delivered-right-thread.exp
4744 * gdb.threads/signal-sigtrap.exp
4745 * gdb.threads/sigthread.exp
4746 * gdb.threads/staticthreads.exp
4747 * gdb.threads/stepi-random-signal.exp
4748 * gdb.threads/thread-unwindonsignal.exp
4749 * gdb.threads/thread_check.exp
4750 * gdb.threads/thread_events.exp
4751 * gdb.threads/tid-reuse.exp
4752 * gdb.threads/tls-nodebug.exp
4753 * gdb.threads/tls-shared.exp
4754 * gdb.threads/tls-so_extern.exp
4755 * gdb.threads/tls.exp
4756 * gdb.threads/wp-replication.exp
4757 * gdb.trace/actions-changed.exp
4758 * gdb.trace/actions.exp
4759 * gdb.trace/backtrace.exp
4760 * gdb.trace/change-loc.exp
4761 * gdb.trace/collection.exp
4762 * gdb.trace/deltrace.exp
4763 * gdb.trace/disconnected-tracing.exp
4764 * gdb.trace/entry-values.exp
4765 * gdb.trace/ftrace-lock.exp
4766 * gdb.trace/ftrace.exp
4767 * gdb.trace/infotrace.exp
4768 * gdb.trace/mi-trace-frame-collected.exp
4769 * gdb.trace/mi-trace-unavailable.exp
4770 * gdb.trace/mi-traceframe-changed.exp
4771 * gdb.trace/mi-tracepoint-changed.exp
4772 * gdb.trace/mi-tsv-changed.exp
4773 * gdb.trace/no-attach-trace.exp
4774 * gdb.trace/packetlen.exp
4775 * gdb.trace/passc-dyn.exp
4776 * gdb.trace/passcount.exp
4777 * gdb.trace/pending.exp
4778 * gdb.trace/pr16508.exp
4779 * gdb.trace/qtro.exp
4780 * gdb.trace/range-stepping.exp
4781 * gdb.trace/read-memory.exp
4782 * gdb.trace/report.exp
4783 * gdb.trace/save-trace.exp
4784 * gdb.trace/signal.exp
4785 * gdb.trace/stap-trace.exp
4786 * gdb.trace/status-stop.exp
4787 * gdb.trace/strace.exp
4788 * gdb.trace/tfile.exp
4789 * gdb.trace/tfind.exp
4790 * gdb.trace/trace-break.exp
4791 * gdb.trace/trace-condition.exp
4792 * gdb.trace/trace-enable-disable.exp
4793 * gdb.trace/trace-mt.exp
4794 * gdb.trace/tracecmd.exp
4795 * gdb.trace/tracefile-pseudo-reg.exp
4796 * gdb.trace/tspeed.exp
4797 * gdb.trace/tstatus.exp
4798 * gdb.trace/tsv.exp
4799 * gdb.trace/unavailable.exp
4800 * gdb.trace/while-dyn.exp
4801 * gdb.trace/while-stepping.exp
4802 * lib/gdb-guile.exp
4803 * lib/gdb.exp
4804 * lib/mi-support.exp
4805 * lib/pascal.exp
4806 * lib/perftest.exp
4807 * lib/prelink-support.exp
4808 * lib/selftest-support.exp
4809
4810 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4811
4812 * Makefile.in: Include disable-implicit-rules.mk.
4813
4814 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4815
4816 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4817 non-byte-aligned bit fields.
4818
4819 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4820
4821 PR gdb/12616
4822 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4823 respects the DW_AT_data_bit_offset attribute.
4824
4825 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4826
4827 * gdb.base/default.exp: Fix output of "set language".
4828
4829 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4830
4831 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4832 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4833 make.
4834 * configure.ac: Remove checks for the make program.
4835 * configure: Re-generate.
4836
4837 2016-11-16 Kevin Buettner <kevinb@redhat.com>
4838
4839 * gdb.python/py-recurse-unwind.c (main): Add loop.
4840 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4841 to read_register() and gdb.parse_and_eval(). Make each code
4842 call a separate case that can be individually tested.
4843 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4844 proc. Call cont_and_backtrace for each of the code paths that
4845 we want to test in the unwinder.
4846
4847 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4848
4849 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4850 the definition of struct S.
4851
4852 2016-11-11 Catherine Moore <clm@codesourcery.com>
4853
4854 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4855
4856 2016-11-09 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.base/commands.exp (runto_or_return): New procedure.
4859 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4860 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4861 (progvar_simple_while_test, progvar_complex_if_while_test)
4862 (if_while_breakpoint_command_test)
4863 (infrun_breakpoint_command_test, breakpoint_command_test)
4864 (user_defined_command_test, watchpoint_command_test)
4865 (test_command_prompt_position, redefine_hook_test)
4866 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4867 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4868 multi_line_input and multi_line. Remove gdb_expect and
4869 gdb_stop_suppressing_tests uses.
4870 * lib/gdb.exp (valnum_re): New global.
4871 (multi_line_input): New procedure.
4872
4873 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4874
4875 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4876 Remove.
4877 (test_setup): Define with proc_with_prefix.
4878 (test_cli_inferior): Likewise.
4879 (test_cli_thread): Likewise.
4880 (test_cli_frame): Likewise.
4881 (test_cli_select_frame): Likewise.
4882 (test_cli_up_down): Likewise.
4883 (test_mi_thread_select): Likewise.
4884 (test_mi_stack_select_frame): Likewise.
4885 (test_cli_in_mi_inferior): Likewise.
4886 (test_cli_in_mi_thread): Likewise.
4887 (test_cli_in_mi_frame): Likewise.
4888 (top level): Do not use with_test_prefix_procname.
4889
4890 2016-11-09 Pedro Alves <palves@redhat.com>
4891
4892 * gdb.base/commands.exp (gdbvar_simple_if_test)
4893 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4894 (progvar_simple_if_test, progvar_simple_while_test)
4895 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4896 (infrun_breakpoint_command_test, breakpoint_command_test)
4897 (user_defined_command_test, watchpoint_command_test)
4898 (test_command_prompt_position, deprecated_command_test)
4899 (bp_deleted_in_command, temporary_breakpoint_commands)
4900 (stray_arg0_test, source_file_with_indented_comment)
4901 (recursive_source_test, if_commands_test)
4902 (error_clears_commands_left, redefine_hook_test)
4903 (redefine_backtrace_test): Use proc_with_prefix.
4904 * lib/gdb.exp (proc_with_prefix): New proc.
4905
4906 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4907
4908 * gdb.base/tui-layout.c: New file.
4909 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4910 disassembly window contains very long lines.
4911
4912 2016-11-08 Tom Tromey <tom@tromey.com>
4913
4914 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4915 depend on Python 2.
4916
4917 2016-11-08 Tom Tromey <tom@tromey.com>
4918
4919 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4920 New method.
4921
4922 2016-10-29 Manish Goregaokar <manish@mozilla.com>
4923
4924 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4925
4926 2016-10-27 Manish Goregaokar <manish@mozilla.com>
4927
4928 * gdb.rust/simple.rs: Add test for univariant enums without
4929 discriminants and for encoded struct-like enums.
4930
4931 2016-10-28 Pedro Alves <palves@redhat.com>
4932
4933 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4934 gdb_test_multiple, tighten regexps and match symtabs and line
4935 tables incrementally.
4936
4937 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
4938
4939 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4940 general.
4941
4942 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
4943
4944 * gdb.base/exec-invalid-sysroot.exp: New file.
4945
4946 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4947
4948 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4949
4950 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4951
4952 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4953
4954 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4955
4956 * gdb.base/killed-outside.exp: Remove $options from a call to
4957 `prepare_for_testing'.
4958
4959 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4960
4961 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4962 Change test message.
4963
4964 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4965
4966 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4967 Update comment.
4968
4969 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4970
4971 * gdb.trace/mi-trace-save.exp: New file.
4972
4973 2016-10-13 Yao Qi <yao.qi@linaro.org>
4974
4975 * gdb.base/code_elim.exp (get_var_address): Remove.
4976 * gdb.base/relocate.exp: Likewise.
4977 * gdb.base/shreloc.exp: Likewise.
4978 * lib/gdb.exp (get_var_address): New.
4979
4980 2016-10-13 Yao Qi <yao.qi@linaro.org>
4981
4982 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4983 floating point tests if $skip_float_test is false.
4984
4985 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
4986
4987 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4988 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4989 argc values.
4990 Add 1 to argc so we guarantee distinct initial/modified argc values.
4991
4992 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4993
4994 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4995
4996 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4997
4998 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4999 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5000 * gdb.arch/vsx-regs.exp: Likewise.
5001
5002 2016-10-07 Yao Qi <yao.qi@linaro.org>
5003
5004 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5005
5006 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5007
5008 * gdb.python/python.exp: Test decode_line("*0").
5009
5010 2016-10-06 Doug Evans <dje@google.com>
5011
5012 * gdb.python/py-value.exp (test_value_creation): Add test for large
5013 unsigned 64-bit value.
5014
5015 2016-10-06 Tom Tromey <tom@tromey.com>
5016
5017 * gdb.compile/compile.exp: Change java tests to rust.
5018 * gdb.base/setshow.exp: Change java tests to rust.
5019 * gdb.base/default.exp: Remove java from language list.
5020 * README (Examples): Update language example.
5021 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5022 test.
5023 * lib/gdb.exp (skip_java_tests): Remove.
5024 * lib/java.exp: Remove.
5025 * gdb.java: Remove.
5026
5027 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5028
5029 * gdb.arch/mips-fcr.exp: New test.
5030 * gdb.arch/mips-fcr.c: Source for the new test.
5031
5032 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5033
5034 * gdb.base/solib-disc.exp: Use `standard_output_file'
5035 throughout.
5036
5037 2016-10-06 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.base/jit-simple-dl.c: New file.
5040 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5041 * gdb.base/jit-simple.c: ... this.
5042 * gdb.base/jit-simple.exp (jit_run): Delete.
5043 (build_jit): New proc.
5044 (jit_test_reread): Recompile either the main program or the shared
5045 library, depending on what is being tested. Skip changing address
5046 if caller wants to. Compare before/after addresses. If testing
5047 standalone, explicitly load the binary. Test "maint info
5048 breakpoints".
5049 (top level): Add "standalone vs shared lib" and "change address"
5050 vs "same address" axes.
5051
5052 2016-10-06 Pedro Alves <palves@redhat.com>
5053
5054 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5055 call.
5056 (jit_run): Delete.
5057 (jit_test_reread): Use with_test_prefix. Reload the main binary
5058 explicitly. Compare the before/after addresses of the JIT
5059 descriptor.
5060
5061 2016-08-15 Doug Evans <dje@google.com>
5062
5063 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5064 for single bitfields is bool.
5065 * gdb.xml/tdesc-regs.exp: Ditto.
5066
5067 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5068
5069 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5070
5071 2016-10-05 Yao Qi <yao.qi@linaro.org>
5072
5073 * lib/gdb.exp (support_complex_tests): Return zero if
5074 gdb_skip_float_test return true.
5075
5076 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5077 Simon Marchi <simon.marchi@ericsson.com>
5078
5079 PR gdb/20487
5080 * gdb.mi/user-selected-context-sync.exp: New file.
5081 * gdb.mi/user-selected-context-sync.c: New file.
5082
5083 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5084 Simon Marchi <simon.marchi@ericsson.com>
5085
5086 PR gdb/20487
5087 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5088 =thread-select-event check.
5089
5090 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5091
5092 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5093 the compulsory L operand changes.
5094 * gdb.arch/powerpc-power.s: Likewise.
5095
5096 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5097
5098 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5099 * gdb.base/jit-attach-pie.c: New file.
5100 * gdb.base/jit-attach-pie.exp: New file.
5101
5102 2016-09-28 Pedro Alves <palves@redhat.com>
5103
5104 * gdb.base/infcall-input.c: New file.
5105 * gdb.base/infcall-input.exp: New file.
5106
5107 2016-09-22 Yao Qi <yao.qi@linaro.org>
5108
5109 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5110 (gdb_exit): Rename it to ...
5111 (gdbserver_gdb_exit): ... Close GDBserver.
5112 (gdb_exit): New proc, call gdbserver_gdb_exit.
5113 (mi_gdb_exit): Likewise.
5114
5115 2016-09-22 Yao Qi <yao.qi@linaro.org>
5116
5117 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5118 path.
5119 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5120 Remove duplication.
5121
5122 2016-09-22 Yao Qi <yao.qi@linaro.org>
5123
5124 * lib/gdbserver-support.exp: Check the existence of
5125 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5126
5127 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5128
5129 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5130
5131 2016-09-21 Tom Tromey <tom@tromey.com>
5132
5133 PR gdb/20604:
5134 * gdb.base/quit.exp: New file.
5135
5136 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5137
5138 * .gitignore: New file.
5139
5140 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5141
5142 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5143 throughout.
5144
5145 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5146
5147 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5148
5149 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5150
5151 * gdb.cp/casts.cc (decltype): Move it ...
5152 (main): ... with its call to ...
5153 * gdb.cp/casts03.cc: ... a new file.
5154 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5155
5156 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5157
5158 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5159
5160 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5161
5162 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5163 and sync up the test with tests in gas/testsuite/gas/ppc.
5164 * gdb.arch/powerpc-power.exp: Likewise.
5165
5166 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5167
5168 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5169
5170 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5171 Jan Kratochvil <jan.kratochvil@redhat.com>
5172
5173 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5174 make m1's definition to be different from m2's. Use 'dummy' as an
5175 argument for probe 'two'.
5176
5177 2016-09-10 Jon Beniston <jon@beniston.com>
5178
5179 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5180 for sim target.
5181
5182 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5183
5184 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5185 variable declaration.
5186 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5187 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5188 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5189 received HWCAP as its argument.
5190
5191 2016-09-06 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.base/new-ui-pending-input.c: New file.
5194 * gdb.base/new-ui-pending-input.exp: New file.
5195 * gdb.exp (clear_gdb_spawn_id): New procedure.
5196 (with_spawn_id): Check whether gdb_spawn_id exists before
5197 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5198 on exit.
5199
5200 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5201
5202 * gdb.base/float128.c: New file.
5203 * gdb.base/float128.exp: Likewise.
5204 * gdb.base/floatn.c: Likewise.
5205 * gdb.base/floatn.exp: Likewise.
5206
5207 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5208
5209 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5210
5211 2016-09-05 Pedro Alves <palves@redhat.com>
5212
5213 PR backtrace/19927
5214 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5215 unwinders are immediately called as side effect of "source" or
5216 "disable unwinder" commands.
5217 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5218
5219 2016-09-02 Yao Qi <yao.qi@linaro.org>
5220
5221 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5222 is true and $type is "float" or "double".
5223
5224 2016-09-02 Yao Qi <yao.qi@linaro.org>
5225
5226 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5227 true.
5228 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5229 * gdb.base/call-rt-st.exp: Likewise.
5230 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5231 return value instead of gdb,skip_float_test.
5232 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5233 (do_function_calls): Use its return value instead of
5234 gdb,skip_float_test.
5235 * gdb.base/finish.exp: Likewise.
5236 * gdb.base/funcargs.exp: Likewise.
5237 * gdb.base/return.exp: Likewise.
5238 * gdb.base/return2.exp: Likewise.
5239 * gdb.base/varargs.exp: Likewise.
5240 * lib/gdb.exp (gdb_skip_float_test): Change it to
5241 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5242
5243 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5244
5245 * gdb.multi/tids.exp: Test "thread apply all".
5246
5247 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5248
5249 * gdb.base/default.exp (tty): Remove.
5250
5251 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5252
5253 * gdb.python/py-recurse-unwind.c: New file.
5254 * gdb.python/py-recurse-unwind.py: New file.
5255 * gdb.python/py-recurse-unwind.exp: New file.
5256
5257 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5258
5259 * gdb.base/set-inferior-tty.exp: New file.
5260 * gdb.base/set-inferior-tty.c: New file.
5261
5262 2016-08-23 Pedro Alves <palves@redhat.com>
5263
5264 PR gdb/20494
5265 * gdb.base/new-ui-echo.c: New file.
5266 * gdb.base/new-ui-echo.exp: New file.
5267
5268 2016-08-23 Yao Qi <yao.qi@linaro.org>
5269
5270 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5271 gdbserver_spawn.
5272 * gdb.server/connect-without-multi-process.exp (do_test):
5273 Likewise.
5274
5275 2016-08-23 Yao Qi <yao.qi@linaro.org>
5276
5277 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5278 standalone_txt. Delete gdb_txt and standalone_txt on host
5279 and target. Spawn the binary on target. Copy files from
5280 target to host.
5281
5282 2016-08-22 Pedro Alves <palves@redhat.com>
5283
5284 PR gdb/20505
5285 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5286 with_test_prefix. Factor out bits to ...
5287 (test_no_vdso): ... this new procedure.
5288
5289 2016-08-19 Carl Love <cel@us.ibm.com>
5290
5291 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5292 maintaining separate logic for constructing the output path.
5293 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5294 * gdb.arch/ppc-dfp.exp: Likewise.
5295 * gdb.arch/ppc-fp.exp: Likewise.
5296 * gdb.arch/vsx-regs.exp: Likewise.
5297 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5298 binprefix for generating the additional binary files.
5299
5300 2016-08-19 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.trace/mi-trace-frame-collected.exp
5303 (test_trace_frame_collected): On x32, expect two registers.
5304
5305 2016-08-18 Carl Love <cel@us.ibm.com>
5306
5307 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5308 and sync up the test with tests in gas/testsuite/gas/ppc.
5309 * gdb.arch/powerpc-power.exp: Likewise.
5310
5311 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5312
5313 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5314 expected error message.
5315
5316 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5317
5318 * gdb.multi/remove-inferiors.exp: New file.
5319 * gdb.multi/remove-inferiors.c: New file.
5320
5321 2016-08-12 Yao Qi <yao.qi@linaro.org>
5322
5323 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5324 argument list.
5325
5326 2016-08-10 Pedro Alves <palves@redhat.com>
5327
5328 PR gdb/19187
5329 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5330 setup_kfails.
5331
5332 2016-08-09 Pedro Alves <palves@redhat.com>
5333 Simon Marchi <simon.marchi@ericsson.com>
5334
5335 PR gdb/20418
5336 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5337 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5338
5339 2016-08-09 Pedro Alves <palves@redhat.com>
5340
5341 PR mi/20431
5342 * gdb.mi/mi-cmd-error.exp: New file.
5343
5344 2016-08-09 Pedro Alves <palves@redhat.com>
5345
5346 PR gdb/18653
5347 * gdb.base/signals-state-child.c: New file.
5348 * gdb.base/signals-state-child.exp: New file.
5349 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5350
5351 2016-08-09 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5354
5355 2016-08-03 Tom Tromey <tom@tromey.com>
5356
5357 PR python/18565:
5358 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5359
5360 2016-08-01 Yao Qi <yao.qi@linaro.org>
5361
5362 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5363 variable mode to "multi-process" if $multi_process is 1, otherwise
5364 set it to "single-process".
5365
5366 2016-08-01 Yao Qi <yao.qi@linaro.org>
5367
5368 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5369 * gdb.cp/cpexprs.exp: Likewise.
5370 * gdb.cp/m-static.exp: Likewise.
5371
5372 2016-07-26 Tom Tromey <tom@tromey.com>
5373
5374 PR python/20190:
5375 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5376 test.
5377
5378 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5379
5380 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5381 selecting assembly source files.
5382 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5383 assembly source files.
5384 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5385 assembly source files.
5386 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5387 selecting assembly source files.
5388
5389 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5390
5391 * gdb.base/new-ui.exp (do_test_invalid_args): New
5392 procedure.
5393
5394 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5395
5396 * gdb.btrace/reconnect.c: New file.
5397 * gdb.btrace/reconnect.exp: New file.
5398
5399 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5400
5401 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5402 to test_catch_syscall_group.
5403 (test_catch_syscall_group): New.
5404
5405 2016-07-21 Tom Tromey <tom@tromey.com>
5406
5407 * gdb.rust/simple.rs (main): Use empty struct expression.
5408 * gdb.rust/simple.exp: Add tests for empty struct expression.
5409
5410 2016-07-21 Yao Qi <yao.qi@linaro.org>
5411
5412 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5413 if gdb_skip_xml_test is true on some targets.
5414
5415 2016-07-21 Yao Qi <yao.qi@linaro.org>
5416
5417 * gdb.server/solib-list.exp: Unset last_loaded_file.
5418
5419 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5420
5421 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5422 "step into captured_main (args)".
5423
5424 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5425
5426 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5427
5428 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5429
5430 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5431
5432 2016-07-19 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5435 * gdb.opt/inline-bt.exp: Likewise.
5436 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5437 additional_flags=-Winline.
5438 * gdb.opt/inline-locals.exp: Likewise.
5439 * gdb.opt/inline-markers.c (ATTR): Define.
5440 (inlined_fn): Use it.
5441
5442 2016-07-19 Yao Qi <yao.qi@linaro.org>
5443
5444 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5445 (test_with_self): Remove some code. Remove argument executable.
5446 (top-level): Use do_self_tests.
5447
5448 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5449 Don Breazeal <donb@codesourcery.com>
5450
5451 * gdb.base/maint.exp: Escape paths used in regular expressions.
5452 * gdb.stabs/weird.exp: Likewise.
5453
5454 2016-07-13 Tom Tromey <tom@tromey.com>
5455
5456 PR python/15620, PR python/18620:
5457 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5458 (test_bkpt_events): New procs.
5459
5460 2016-07-13 Tom Tromey <tom@tromey.com>
5461
5462 PR python/17698:
5463 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5464 test.
5465 (test_watchpoints): Likewise.
5466 (test_bkpt_pending): New proc.
5467
5468 2016-07-13 Tom Tromey <tom@tromey.com>
5469
5470 PR cli/18053:
5471 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5472 completion test.
5473
5474 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5475
5476 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5477 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5478 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5479 f_label.
5480 (g): Rename g_end_lbl to g_label.
5481 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5482 low_pc and high_pc.
5483 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5484
5485 2016-07-12 Tom Tromey <tom@tromey.com>
5486
5487 PR python/19293:
5488 * gdb.python/py-unwind-maint.exp: Update tests.
5489
5490 2016-07-12 Yao Qi <yao.qi@linaro.org>
5491
5492 * lib/selftest-support.exp (selftest_setup): Match the output
5493 when captured_main is inlined.
5494
5495 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5496
5497 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5498 New variables.
5499 (print this%a, print this%b, print this): New tests.
5500 * gdb.fortran/derived-types.f90 (this): New object and
5501 initialization.
5502
5503 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5504
5505 * gdb.ada/arraydim.exp: Remove extra directory level in build
5506 directory.
5507
5508 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5509
5510 * lib/ada.exp: Remove extra directory level in build directory.
5511 * gdb.ada/cond_lang.exp: Likewise.
5512 * gdb.ada/exec_changed.exp: Likewise.
5513 * gdb.ada/lang_switch.exp: Likewise.
5514
5515 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5516
5517 * simple.rs: Add test for raw pointer subscripting.
5518 * simple.exp: Add test expectations.
5519
5520 2016-07-05 Yao Qi <yao.qi@linaro.org>
5521
5522 * gdb.mi/mi-reverse.exp: Match =record-started output.
5523
5524 2016-07-01 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5527 procedure.
5528 (jit_reader_test): Test the jit reader's unwinder.
5529 * gdb.base/jithost.c (jit_function_00_code): New global.
5530 (main): Use memcpy to fill in the mmapped code, instead of poking
5531 bytes manually here.
5532 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5533 value.
5534 (read_debug_info): Save the function's range.
5535 (read_sp): New function.
5536 (unwind_frame): Use it. Also unwind RBP.
5537 (get_frame_id): Use read_sp.
5538 (gdb_init_reader): Use calloc instead of malloc.
5539 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5540 parameter. Use gdb_test_multiple.
5541
5542 2016-07-01 Pedro Alves <palves@redhat.com>
5543 Antoine Tremblay <antoine.tremblay@ericsson.com>
5544
5545 * gdb.threads/process-dies-while-detaching.c: New file.
5546 * gdb.threads/process-dies-while-detaching.exp: New file.
5547
5548 2016-07-01 Pedro Alves <palves@redhat.com>
5549
5550 * gdb.multi/watchpoint-multi-exit.c: New file.
5551 * gdb.multi/watchpoint-multi-exit.exp: New file.
5552
5553 2016-06-30 Pedro Alves <palves@redhat.com>
5554
5555 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5556 unset inferior_spawn_id.
5557
5558 2016-06-30 Pedro Alves <palves@redhat.com>
5559
5560 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5561 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5562
5563 2016-06-29 Yao Qi <yao.qi@linaro.org>
5564
5565 * gdb.base/return.c: Add copyright header.
5566
5567 2016-06-29 Tom Tromey <tom@tromey.com>
5568
5569 PR python/20129:
5570 * gdb.python/py-framefilter.exp: Add tests for setting priority
5571 and disabling of non-existent frame filter.
5572
5573 2016-06-29 Yao Qi <yao.qi@linaro.org>
5574
5575 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5576 0x0f07ff.
5577
5578 2016-06-28 Yao Qi <yao.qi@linaro.org>
5579
5580 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5581 triplets. Start gdb, execute catch syscall, and continue. Check
5582 gdb's output to determine catch syscall is supported.
5583
5584 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5585
5586 * gdb.rust/simple.rs: Add test for returning unit in a function.
5587 * gdb.rust/simple.exp: Add expectation for functions returning
5588 unit.
5589
5590 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5591
5592 * gdb.python/py-breakpoint-create-fail.c,
5593 gdb.python/py-breakpoint-create-fail.exp,
5594 gdb.python/py-breakpoint-create-fail.py: New testcase.
5595
5596 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5597
5598 PR gdb/20239
5599 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5600 * gdb.rust/simple.exp: Add test expectations for new NonZero
5601 tests.
5602
5603 2016-06-24 David Taylor <dtaylor@emc.com>
5604
5605 * gdb.base/offsets.exp: New file.
5606 * gdb.base/offsets.c: New file.
5607
5608 2016-06-23 Tom Tromey <tom@tromey.com>
5609
5610 PR gdb/16483:
5611 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5612 before any filters are loaded.
5613
5614 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5615
5616 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5617 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5618 structs.
5619 * gdb.fortran/derived-type-function.exp: New file.
5620 * gdb.fortran/derived-type-function.f90: New file.
5621
5622
5623 2016-06-21 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.base/new-ui.exp: New file.
5626 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5627 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5628 (with_spawn_id): New procedure.
5629
5630 2016-06-21 Pedro Alves <palves@redhat.com>
5631
5632 * gdb.mi/mi-exec-run.exp: New file.
5633
5634 2016-06-21 Pedro Alves <palves@redhat.com>
5635
5636 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5637 breakpoint command's output on the main UI.
5638 (test_break): New procedure, factored out from calls in the top
5639 level.
5640 (top level): Use foreach_with_prefix to test MI as main UI and as
5641 separate UI.
5642
5643 2016-06-21 Pedro Alves <palves@redhat.com>
5644
5645 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5646 (test_awatch_creation_and_listing)
5647 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5648 Remove 'type' parameter.
5649 (test_watchpoint_all): New parameter mi_mode. Remove
5650 with_test_prefix.
5651 (top level): Use foreach_with_prefix, and add main/separate UI MI
5652 testing axis.
5653
5654 2016-06-21 Pedro Alves <palves@redhat.com>
5655
5656 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5657 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5658 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5659 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5660 (gdb_main_spawn_id, mi_spawn_id): Declare and
5661 comment.
5662 (mi_create_inferior_pty): New procedure,
5663 factored out from default_mi_gdb_start.
5664 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5665 procedures.
5666 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5667 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5668 Use mi_create_inferior_pty.
5669 (mi_gdb_start): Use eval to pass down args list.
5670
5671 2016-06-21 Pedro Alves <palves@redhat.com>
5672
5673 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5674 * gdb.opt/inline-cmds.exp: Add MI tests.
5675
5676 2016-06-21 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5679
5680 2016-06-21 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5683 (top level): Use it instead of mi_execute_to.
5684
5685 2016-06-21 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5688 (cont_handler_str): New.
5689 (signal_stop_handler): Set stop_handler_str instead of printing to
5690 stdout.
5691 (continue_handler): Set cont_handler_str instead of printing to
5692 stdout.
5693 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5694 mi_send_resuming_command. Print stop_handler_str and
5695 cont_handler_str instead of expecting the python events print
5696 directly.
5697
5698 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5699
5700 * gdb.base/jit-reader.exp: New file.
5701 * gdb.base/jithost.c: New file.
5702 * gdb.base/jithost.h: New file.
5703 * gdb.base/jitreader.c : New file.
5704 * gdb.base/jit-protocol.h: New file.
5705
5706 2016-06-17 Yao Qi <yao.qi@linaro.org>
5707
5708 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5709 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5710 and detach-on-fork. Adjust tests.
5711 (top level): Invoke break_cond_on_syscall with combinations of
5712 syscall, follow-fork-mode and detach-on-fork.
5713
5714 2016-06-17 Yao Qi <yao.qi@linaro.org>
5715
5716 * gdb.base/step-over-exit.c: New.
5717 * gdb.base/step-over-exit.exp: New.
5718
5719 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5720
5721 * gdb.base/float.exp: Add target check for nds32*-*-*.
5722 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5723
5724 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5725
5726 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5727 for unsupported target features.
5728 * gdb.base/call-rt-st.exp: Likewise.
5729 * gdb.base/call-sc.exp: Likewise.
5730 * gdb.base/call-signal-resume.exp: Likewise.
5731 * gdb.base/call-strs.exp: Likewise.
5732 * gdb.base/callexit.exp: Likewise.
5733 * gdb.base/callfuncs.exp: Likewise.
5734 * gdb.base/nodebug.exp: Likewise.
5735 * gdb.base/printcmds.exp: Likewise.
5736 * gdb.base/ptype.exp: Likewise.
5737 * gdb.base/structs.exp: Likewise.
5738 * gdb.base/unwindonsignal.exp: Likewise.
5739 * gdb.cp/gdb2495.exp: Likewise.
5740 * gdb.cp/templates.exp: Likewise.
5741 * gdb.cp/virtfunc.exp: Likewise.
5742 * gdb.threads/hand-call-in-threads.exp: Likewise.
5743 * gdb.threads/interrupted-hand-call.exp: Likewise.
5744 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5745
5746 2016-06-10 Tom Tromey <tom@tromey.com>
5747
5748 PR rust/20110:
5749 * gdb.rust/expr.exp: Add test for integer constant larger than
5750 i32.
5751
5752 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5753
5754 * gdb.fortran/nested-funcs.exp: New.
5755 * gdb.fortran/nested-funcs.f90: New.
5756
5757 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5758
5759 * gdb.base/examine-backward.c: New file.
5760 * gdb.base/examine-backward.exp: New file.
5761
5762 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5763
5764 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5765 matching.
5766
5767 2016-06-02 Tom Tromey <tom@tromey.com>
5768
5769 PR python/18984:
5770 * gdb.python/py-shared.exp: Add solib_name test.
5771
5772 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5773
5774 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5775
5776 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5777
5778 PR c++/19893
5779 * gdb.dwarf2/implref.exp: Rename to...
5780 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5781 * gdb.dwarf2/implref-array.c: New file.
5782 * gdb.dwarf2/implref-array.exp: Likewise.
5783 * gdb.dwarf2/implref-global.c: Likewise.
5784 * gdb.dwarf2/implref-global.exp: Likewise.
5785 * gdb.dwarf2/implref-struct.c: Likewise.
5786 * gdb.dwarf2/implref-struct.exp: Likewise.
5787
5788 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5789
5790 * gdb.trace/trace-condition.exp: Add 64bit tests.
5791
5792 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5793
5794 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5795 bits types.
5796 (main): Adapt to 8 to 64 bits types.
5797 * gdb.trace/trace-condition.exp: Add new tests.
5798
5799 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5800
5801 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5802
5803 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5804
5805 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5806 Move condition tests...
5807 * gdb.trace/trace-condition.exp: Here.
5808
5809 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5810
5811 * gdb.trace/trace-condition.exp: Add counter-case tests.
5812
5813 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5814
5815 PR c++/15231
5816 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5817 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5818
5819 2016-05-27 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5822 New procedure.
5823 (top level): Call it, and bail out of DejaGnu is known to be bad.
5824
5825 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * gdb.base/whatis.c: Extend the test case.
5828 * gdb.base/whatis.exp: Add additional tests.
5829
5830 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5831
5832 * gdb.fortran/type.f90: Add pointer variable.
5833 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5834
5835 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5836
5837 * gdb.fortran/vla-type.exp: Fix testcase name.
5838
5839 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5840
5841 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5842
5843 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5844
5845 * gdb.fortran/type.f90: Add nested structures.
5846 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5847 * gdb.fortran/derived-type.exp: Adapt expected output.
5848 * gdb.fortran/vla-type.exp: Adapt expected output.
5849
5850 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5851
5852 * gdb.fortran/whatis_type.exp: Adapt expected output.
5853
5854 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5855
5856 * gdb.fortran/print_type.exp: Fix expected output.
5857 * gdb.fortran/whatis_type.exp: Fix expected output.
5858
5859 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5860
5861 * gdb.fortran/whatis_type.exp: Use multi_line.
5862
5863 2016-05-24 Tom Tromey <tom@tromey.com>
5864
5865 PR python/17386:
5866 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5867 use value as an index.
5868
5869 2016-05-23 Tom Tromey <tom@tromey.com>
5870
5871 PR python/17981:
5872 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5873 no-breakpoint case.
5874
5875 2016-05-24 Pedro Alves <palves@redhat.com>
5876
5877 PR gdb/19828
5878 * gdb.threads/clone-attach-detach.c: New file.
5879 * gdb.threads/clone-attach-detach.exp: New file.
5880
5881 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5882
5883 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5884
5885 2016-05-23 Tom Tromey <tom@tromey.com>
5886
5887 PR python/19438, PR python/18393:
5888 * gdb.python/py-progspace.exp: Add "dir" test.
5889 * gdb.python/py-objfile.exp: Add "dir" test.
5890
5891 2016-05-23 Yao Qi <yao.qi@linaro.org>
5892
5893 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5894 * gdb.arch/thumb2-it.exp: Likewise.
5895
5896 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5897
5898 * gdb.mi/mi-threads-interrupt.c: New file.
5899 * gdb.mi/mi-threads-interrupt.exp: New file.
5900
5901 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5902
5903 PR gdb/18077
5904 * gdb.mi/mi-async-run.exp: New file.
5905 * gdb.mi/mi-async-run.c: New file.
5906
5907 2016-05-17 Tom Tromey <tom@tromey.com>
5908 Manish Goregaokar <manishsmail@gmail.com>
5909
5910 * lib/rust-support.exp: New file.
5911 * lib/gdb.exp (skip_rust_tests): New proc.
5912 (build_executable_from_specs): Handle rust.
5913 * lib/future.exp (gdb_find_rustc): New proc.
5914 (gdb_default_target_compile): Handle rust.
5915 * gdb.rust/expr.exp: New file.
5916 * gdb.rust/generics.exp: New file.
5917 * gdb.rust/generics.rs: New file.
5918 * gdb.rust/methods.exp: New file.
5919 * gdb.rust/methods.rs: New file.
5920 * gdb.rust/modules.exp: New file.
5921 * gdb.rust/modules.rs: New file.
5922 * gdb.rust/simple.exp: New file.
5923 * gdb.rust/simple.rs: New file.
5924
5925 2016-05-17 Tom Tromey <tom@tromey.com>
5926
5927 * gdb.base/default.exp (set language): Add rust.
5928
5929 2016-05-17 Tom Tromey <tom@tromey.com>
5930
5931 * gdb.gdb/unittest.exp: New file.
5932
5933 2016-05-16 Yao Qi <yao.qi@linaro.org>
5934
5935 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5936 shell_prompt. Update shell_prompt_re.
5937
5938 2016-05-12 Doug Evans <dje@google.com>
5939
5940 PR symtab/19999
5941 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5942 $options when building executable.
5943 * gdb.dwarf2/fission-loclists-pie.S: New file.
5944 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5945
5946 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5947
5948 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5949 of [is_remote target],
5950
5951 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5952
5953 * lib/gdb.exp (use_gdb_stub): New procedure.
5954
5955 2016-05-03 Yunlian Jiang <yunlian@google.com>
5956 Doug Evans <dje@google.com>
5957
5958 PR symtab/19914
5959 * gdb.dwarf2/dwp-sepdebug.c: New file.
5960 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5961
5962 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5963
5964 * gdb.base/detach.exp: Remove is_remote check.
5965
5966 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5967
5968 * gdb.base/annota-input-while-running.exp: Don't check for
5969 [is_remote target]. Enable annotations after running to main.
5970 Remove unused "set test..." line.
5971
5972 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5973
5974 * gdb.trace/trace-enable-disable.exp: New file.
5975 * gdb.trace/trace-enable-disable.c: New file.
5976
5977 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5978
5979 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5980 use it in info sharedlibrary test.
5981 * gdb.trace/ftrace-lock.exp: Likewise.
5982 * gdb.trace/ftrace.exp: Likewise.
5983 * gdb.trace/range-stepping.exp: Likewise.
5984 * gdb.trace/trace-break.exp: Likewise.
5985 * gdb.trace/trace-condition.exp: Likewise.
5986 * gdb.trace/trace-mt.exp: Likewise.
5987
5988 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5989
5990 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5991 (gdb_load_shlib): ... this.
5992 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5993 gdb_load_shlib.
5994 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5995 * gdb.base/ctxobj.exp: Likewise.
5996 * gdb.base/dprintf-pending.exp: Likewise.
5997 * gdb.base/dso2dso.exp: Likewise.
5998 * gdb.base/fixsection.exp: Likewise.
5999 * gdb.base/gcore-relro.exp: Likewise.
6000 * gdb.base/gdb1555.exp: Likewise.
6001 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6002 * gdb.base/gnu-ifunc.exp: Likewise.
6003 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6004 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6005 * gdb.base/pending.exp: Likewise.
6006 * gdb.base/print-file-var.exp: Likewise.
6007 * gdb.base/print-symbol-loading.exp: Likewise.
6008 * gdb.base/shlib-call.exp: Likewise.
6009 * gdb.base/shreloc.exp: Likewise.
6010 * gdb.base/so-impl-ld.exp: Likewise.
6011 * gdb.base/solib-disc.exp: Likewise.
6012 * gdb.base/solib-nodir.exp: Likewise.
6013 * gdb.base/solib-overlap.exp: Likewise.
6014 * gdb.base/solib-symbol.exp: Likewise.
6015 * gdb.base/solib-weak.exp (do_test): Likewise.
6016 * gdb.base/sym-file.exp: Likewise.
6017 * gdb.base/symtab-search-order.exp: Likewise.
6018 * gdb.base/type-opaque.exp: Likewise.
6019 * gdb.base/unload.exp: Likewise.
6020 * gdb.base/watchpoint-solib.exp: Likewise.
6021 * gdb.compile/compile.exp: Likewise.
6022 * gdb.cp/gdb2384.exp: Likewise.
6023 * gdb.cp/infcall-dlopen.exp: Likewise.
6024 * gdb.cp/re-set-overloaded.exp: Likewise.
6025 * gdb.fortran/library-module.exp: Likewise.
6026 * gdb.opt/solib-intra-step.exp: Likewise.
6027 * gdb.python/py-finish-breakpoint.exp: Likewise.
6028 * gdb.python/py-shared.exp: Likewise.
6029 * gdb.reverse/solib-precsave.exp: Likewise.
6030 * gdb.reverse/solib-reverse.exp: Likewise.
6031 * gdb.server/solib-list.exp: Likewise.
6032 * gdb.threads/dlopen-libpthread.exp: Likewise.
6033 * gdb.threads/tls-shared.exp: Likewise.
6034 * gdb.threads/tls-so_extern.exp: Likewise.
6035 * gdb.trace/change-loc.exp: Likewise.
6036 * gdb.trace/ftrace-lock.exp: Likewise.
6037 * gdb.trace/ftrace.exp: Likewise.
6038 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6039 * gdb.trace/pending.exp: Likewise.
6040 * gdb.trace/range-stepping.exp: Likewise.
6041 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6042 (strace_info_marker): Likewise.
6043 (strace_probe_marker): Likewise.
6044 (strace_trace_on_same_addr): Likewise.
6045 (strace_trace_on_diff_addr): Likewise.
6046 * gdb.trace/trace-break.exp: Likewise.
6047 * gdb.trace/trace-condition.exp: Likewise.
6048 * gdb.trace/trace-mt.exp: Likewise.
6049
6050 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6051
6052 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6053 result of gdb_remote_download.
6054 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6055 * gdb.base/dso2dso.exp: Likewise.
6056 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6057 * gdb.base/print-file-var.exp: Likewise.
6058 * gdb.base/shlib-call.exp: Likewise.
6059 * gdb.base/shreloc.exp: Likewise.
6060 * gdb.base/solib-overlap.exp: Likewise.
6061 * gdb.base/solib-weak.exp (do_test): Likewise.
6062 * gdb.base/unload.exp: Likewise.
6063
6064 2016-04-27 Yao Qi <yao.qi@linaro.org>
6065
6066 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6067 exists.
6068
6069 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6070
6071 * vla-type.exp: Print structure from toplevel.
6072
6073 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6074
6075 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6076 of dynamic types.
6077 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6078 of dynamic types.
6079
6080 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6081
6082 * gdb.fortran/vla-type.f90: New file.
6083 * gdb.fortran/vla-type.exp: New file.
6084
6085 2016-04-25 Yao Qi <yao.qi@linaro.org>
6086
6087 * gdb.base/branch-to-self.c: New file.
6088 * gdb.base/branch-to-self.exp: New file.
6089
6090 2016-04-22 Yao Qi <yao.qi@linaro.org>
6091
6092 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6093 more after $hex.
6094
6095 2016-04-22 Yao Qi <yao.qi@linaro.org>
6096
6097 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6098 * gdb.base/annota3.exp: Likewise.
6099
6100 2016-04-22 Yao Qi <yao.qi@linaro.org>
6101
6102 * gdb.reverse/step-precsave.exp: Do one step and test program
6103 stops in "callee" and do multiple steps until program goes out
6104 of "callee".
6105 * gdb.reverse/step-reverse.exp: Likewise.
6106
6107 2016-04-22 Yao Qi <yao.qi@linaro.org>
6108
6109 * gdb.trace/signal.exp: Also pass if
6110 $tracepoint_hits($i) > $iterations.
6111
6112 2016-04-22 Yao Qi <yao.qi@linaro.org>
6113
6114 * gdb.trace/signal.c: New file.
6115 * gdb.trace/signal.exp: New file.
6116
6117 2016-04-19 Doug Evans <xdje42@gmail.com>
6118
6119 * gdb.base/bad-file.exp: New file.
6120
6121 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6122
6123 * gdb.dwarf2/implref.exp: New file.
6124
6125 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6126
6127 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6128 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6129 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6130 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6131 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6132 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6133 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6134 * lib/fortran.exp (fortran_int4): New procedure.
6135 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6136 (fortran_logical4): Likewise.
6137
6138 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6139
6140 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6141
6142 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6143
6144 * lib/compiler.c: Add Intel specific preprocessor macros.
6145 * lib/compiler.cc: Likewise.
6146
6147 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6148
6149 * gdb.server/connect-with-no-symbol-file.c: New file.
6150 * gdb.server/connect-with-no-symbol-file.exp: New file.
6151
6152 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6153
6154 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6155
6156 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6157
6158 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6159 standard output directory.
6160
6161 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6162
6163 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6164
6165 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6166
6167 * gdb.btrace/instruction_history.c (loop): Add declaration.
6168
6169 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6170
6171 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6172
6173 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6174
6175 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6176 parentheses to print.
6177 (continue_handler): Likewise.
6178
6179 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6180
6181 * gdb.server/solib-list.exp: Remove is_remote check.
6182 Pass shlib= to gdb_compile. Don't link shared library with
6183 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6184 Run binary filename through "readlink -f" on the target.
6185
6186 2016-04-08 Pedro Alves <palves@redhat.com>
6187
6188 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6189 interpreter filename as argument to gdbserver_spawn.
6190 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6191 Return empty if $last_loaded_file does not exist.
6192
6193 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6194
6195 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6196 * gdb.base/jit-main.c: Use exit after usage.
6197
6198 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6199
6200 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6201 GDBHISTSIZE prior to the tests.
6202 * gdb.base/gdbinit-history.exp: Likewise.
6203
6204 2016-04-07 Pedro Alves <palves@redhat.com>
6205
6206 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6207 instead of build_executable. Use gdb_load_shlibs.
6208
6209 2016-04-07 Yao Qi <yao.qi@linaro.org>
6210
6211 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6212 Execute "si" command.
6213
6214 2016-04-07 Yao Qi <yao.qi@linaro.org>
6215
6216 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6217 number instead of the comments on some line.
6218
6219 2016-04-06 Don Breazeal <donb@codesourcery.com>
6220
6221 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6222 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6223
6224 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6225
6226 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6227 standard_output_file. Remove unused binfile variable.
6228
6229 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6230
6231 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6232 * gdb.python/py-mi-objfile.exp: Match "list main" output
6233 in console format.
6234
6235 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6236
6237 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6238 absolute.
6239
6240 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6241
6242 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6243 absolute.
6244 * gdb.trace/ftrace.exp: Likewise.
6245 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6246 targets as well.
6247 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6248 (gdb_load_shlibs): Copy libraries to test directory when testing
6249 natively. Only set solib-search-path if testing remotely.
6250 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6251
6252 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6253
6254 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6255 gdb_download. Use it even if the target is not remote.
6256 * gdb.base/jit.exp (compile_jit_test): Likewise.
6257 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6258 output directory if the destination board is local, otherwise use
6259 the standard remote_download from DejaGnu.
6260 (gdb_download): Remove.
6261 (gdb_load_shlibs): Use gdb_remote_download instead of
6262 gdb_download.
6263 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6264 Use gdb_remote_download instead of gdb_download. Use it even if
6265 the target is not remote.
6266 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6267 instead of gdb_download.
6268
6269 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6270
6271 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6272 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6273 run.
6274
6275 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6276
6277 PR gdb/19820
6278 * gdb.base/printcmds.exp: Add artificial arrays tests.
6279
6280 2016-03-31 Pedro Alves <palves@redhat.com>
6281
6282 PR gdb/19858
6283 * gdb.base/jit-main.c: Include unistd.h.
6284 (ATTACH): Define to 0 if not already defined.
6285 (wait_for_gdb, mypid): New globals.
6286 (WAIT_FOR_GDB): New macro.
6287 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6288 some breakpoint locations.
6289 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6290 New procedures.
6291 (one_jit_test): Add REATTACH parameter, and handle it. Use
6292 continue_to_test_location.
6293 (top level): Test attach, and adjusts calls to one_jit_test.
6294
6295 2016-03-31 Pedro Alves <palves@redhat.com>
6296
6297 PR gdb/19858
6298 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6299 BINSUFFIX parameter, and handle it.
6300 (top level): Adjust calls compile_jit_test.
6301
6302 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6303
6304 PR python/19743
6305 * gdb.python/py-mi-events-gdb.py: New file.
6306 * gdb.python/py-mi-events.c: New file.
6307 * gdb.python/py-mi-events.exp: New file.
6308
6309 2016-03-30 Yao Qi <yao.qi@linaro.org>
6310
6311 * gdb.reverse/until-precsave.exp: Match function name only.
6312 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6313 Move malloc to a condition block.
6314 * gdb.reverse/until-reverse.exp: Match function name only.
6315
6316 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6317
6318 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6319 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6320 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6321 variable for GPR 0 instead of assuming it is register 0.
6322 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6323 * lib/trace-support.exp: Add s390 registers.
6324
6325 2016-03-29 Yao Qi <yao.qi@linaro.org>
6326
6327 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6328
6329 2016-03-24 Yao Qi <yao.qi@linaro.org>
6330
6331 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6332 test message.
6333
6334 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6335
6336 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6337 maintaining separate logic for constructing the output path.
6338
6339 2016-03-16 Don Breazeal <donb@codesourcery.com>
6340
6341 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6342 Retry fork and waitpid on interrupted system call errors.
6343 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6344 Use with_timeout_factor to increase timeout by factor of 10.
6345
6346 2016-03-15 Don Breazeal <donb@codesourcery.com>
6347
6348 * gdb.cp/scope-err.cc: New test program.
6349 * gdb.cp/scope-err.exp: New test script.
6350 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6351 lines and "set breakpoint here" comment.
6352 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6353 Fixed some whitespace and format issues.
6354 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6355 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6356
6357 2016-03-15 Doug Evans <dje@google.com>
6358
6359 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6360 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6361 All callers updated. Add tests for enums, mixed flags register.
6362
6363 2016-03-15 Doug Evans <dje@google.com>
6364
6365 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6366 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6367
6368 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6369
6370 * gdb.base/default.exp: Add $_as_string to the list of expected
6371 convenience functions.
6372
6373 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6374
6375 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6376
6377 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6378
6379 * gdb.python/py-as-string.exp: New file.
6380 * gdb.python/py-as-string.c: New file.
6381
6382 2016-03-09 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6385 signal" -> "Thread NN received signal" output change.
6386 * gdb.threads/ia64-sigill.exp: Likewise.
6387 * gdb.threads/linux-dp.exp: Likewise.
6388 * gdb.threads/manythreads.exp: Likewise.
6389 * gdb.threads/pending-step.exp: Likewise.
6390 * gdb.threads/print-threads.exp: Likewise.
6391 * gdb.threads/sigstep-threads.exp: Likewise.
6392 * gdb.threads/staticthreads.exp: Likewise.
6393 * gdb.threads/tls.exp: Likewise.
6394
6395 2016-03-09 Pedro Alves <palves@redhat.com>
6396
6397 * gdb.base/command-line-input.exp: New file.
6398
6399 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6400
6401 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6402 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6403 * gdb.trace/pending.exp: Accept leading dot before function name.
6404 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6405 * lib/trace-support.exp: Set registers for ppc.
6406
6407 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6408
6409 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6410 use it for disassembly; accept .main in addition to main in backtrace.
6411
6412 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6413 Marcin Kościelnicki <koriakin@0x04.net>
6414
6415 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6416 (gdb_recursion_test_ptr): New global variable.
6417 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6418 gdb_recursion_test.
6419 (gdb_c_test): Ditto.
6420
6421 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6422
6423 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6424 ordering.
6425
6426 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6427
6428 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6429 (bar): Add bar_start_lbl label.
6430 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6431 of foo/bar for emitting DWARF and tracing.
6432
6433 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6434
6435 * analyze-racy-logs.py: Set executable bit.
6436
6437 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6438
6439 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6440 (CHECK_TARGET_TMP): Likewise.
6441 (check-single-racy): New rule.
6442 (check-parallel-racy): Likewise.
6443 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6444 (do-check-parallel-racy): New rule.
6445 (check-racy/%.exp): Likewise.
6446 * README (Racy testcases): New section.
6447 * analyze-racy-logs.py: New file.
6448
6449 2016-03-03 Doug Evans <dje@google.com>
6450
6451 * gdb.base/skip.exp: Use with_test_prefix.
6452
6453 2016-03-03 Yao Qi <yao.qi@linaro.org>
6454
6455 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6456 Invoke step_over_syscall "clone" and break_cond_on_syscall
6457 "clone".
6458 * gdb.base/step-over-clone.c: New file.
6459
6460 2016-03-03 Yao Qi <yao.qi@linaro.org>
6461
6462 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6463 code format.
6464
6465 2016-03-03 Yao Qi <yao.qi@linaro.org>
6466
6467 * gdb.base/disp-step-fork.c: Rename to ...
6468 * gdb.base/step-over-fork.c: ... it. New file.
6469 * gdb.base/disp-step-vfork.c: Rename to ...
6470 * gdb.base/step-over-vfork.c: ... it. New file.
6471 * gdb.base/disp-step-syscall.exp: Rename to ...
6472 * gdb.base/step-over-syscall.exp: ... it. New file.
6473 (disp_step_cross_syscall): Rename to ...
6474 (step_over_syscall): ... it.
6475
6476 2016-03-03 Yao Qi <yao.qi@linaro.org>
6477
6478 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6479 If target supports condition evaluation on target, invoke
6480 break_cond_on_syscall for fork and vfork.
6481
6482 2016-03-03 Yao Qi <yao.qi@linaro.org>
6483
6484 * gdb.base/disp-step-syscall.exp: Don't invoke
6485 support_displaced_stepping.
6486 (disp_step_cross_syscall): Test with displaced stepping off and
6487 on if supported.
6488
6489 2016-03-03 Yao Qi <yao.qi@linaro.org>
6490
6491 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6492 proc.
6493 (setup): New proc.
6494 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6495 and setup.
6496
6497 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6498
6499 * gdb.fortran/vla-history.exp: Remove breakpoint.
6500
6501 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6502
6503 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6504 exceeds timeout.
6505
6506 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6507
6508 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6509 breakpoint.
6510
6511 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6512
6513 * gdb.mi/vla.f90: Nullify pointer after declaration.
6514
6515 2016-03-01 Pedro Alves <palves@redhat.com>
6516
6517 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6518
6519 2016-03-01 Pedro Alves <palves@redhat.com>
6520
6521 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6522 before anything else.
6523 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6524 _GNU_SOURCE here.
6525 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6526 before anything else.
6527 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6528
6529 2016-03-01 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6532
6533 2016-03-01 Yao Qi <yao.qi@linaro.org>
6534
6535 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6536 prepare_for_testing.
6537
6538 2016-03-01 Yao Qi <yao.qi@linaro.org>
6539
6540 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6541
6542 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6543
6544 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6545 manually constructing the output path.
6546
6547 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6548
6549 * gdb.arch/s390-stackless.S: New.
6550 * gdb.arch/s390-stackless.exp: New.
6551
6552 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6553
6554 * gdb.dlang/circular.c: New file.
6555 * gdb.dlang/circular.exp: New file.
6556
6557 2016-02-26 Yao Qi <yao.qi@linaro.org>
6558
6559 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6560 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6561 (testcases): Update.
6562
6563 2016-02-26 Yao Qi <yao.qi@linaro.org>
6564
6565 * gdb.reverse/aarch64.c: Rename to ...
6566 * gdb.reverse/insn-reverse.c: ... it.
6567 * gdb.reverse/aarch64.exp: Rename to ...
6568 * gdb.reverse/insn-reverse.exp: ... it.
6569
6570 2016-02-26 Yao Qi <yao.qi@linaro.org>
6571
6572 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6573 (testcase_ftype): New.
6574 (testcases): New array.
6575 (n_testcases): New.
6576 (main): Call each element in testcases.
6577 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6578 (read_testcase): New.
6579 Do the tests in a loop.
6580
6581 2016-02-25 Yao Qi <yao.qi@linaro.org>
6582
6583 * gdb.base/branches.c: Remove.
6584
6585 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6586
6587 PR gdb/13808
6588 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6589
6590 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6591
6592 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6593
6594 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6595
6596 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6597 change x86_64 call_insn to 'callq'.
6598
6599 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6600
6601 * gdb.trace/tfile-avx.c: Move to...
6602 * gdb.trace/tracefile-pseudo-reg.c: Here.
6603 * gdb.trace/tfile-avx.exp: Move to...
6604 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6605
6606 2016-02-24 Gary Benson <gbenson@redhat.com>
6607
6608 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6609 message on attach.
6610
6611 2016-02-23 Doug Evans <dje@google.com>
6612
6613 * gdb.base/skip.c (test_skip): New function.
6614 (end_test_skip_file_and_function): New function.
6615 (test_skip_file_and_function): New function.
6616 * gdb.base/skip1.c (test_skip): New function.
6617 (skip1_test_skip_file_and_function): New function.
6618 * gdb.base/skip.exp: Add tests for new skip options.
6619 * gdb.base/skip-solib.exp: Update expected output.
6620 * gdb.perf/skip-command.cc: New file.
6621 * gdb.perf/skip-command.exp: New file.
6622 * gdb.perf/skip-command.py: New file.
6623
6624 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6625
6626 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6627 info registers pattern.
6628
6629 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6630
6631 * lib/future.exp: Add D support.
6632 (gdb_find_gdc): New proc.
6633 (gdb_default_target_compile): Add D support.
6634
6635 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6636
6637 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6638 user+system time.
6639 (trace_speed_test): Determine the iteration count for a time
6640 between 15..30 seconds.
6641
6642 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6643
6644 * gdb.arch/i386-mpx-sigsegv.c: New file.
6645 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6646 * gdb.arch/i386-mpx-simple_segv.c: New file.
6647 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6648
6649 2016-02-18 Yao Qi <yao.qi@linaro.org>
6650
6651 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6652 Don't call setup_kfail.
6653
6654 2016-02-18 Yao Qi <yao.qi@linaro.org>
6655
6656 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6657 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6658
6659 2016-02-16 Doug Evans <dje@google.com>
6660
6661 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6662 * gdb.base/skip1.c: Ditto.
6663 * gdb.base/skip.exp: Whitespace cleanup.
6664
6665 2016-02-16 Don Breazeal <donb@codesourcery.com>
6666
6667 PR remote/19496
6668 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6669 Remove kfail for PR remote/19496.
6670
6671 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6672
6673 * lib/gdb.exp (standard_temp_file): Return a path specific to
6674 the runtest invocation.
6675
6676 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6677
6678 * gdb.trace/save-trace.exp: Change relative path to be in the
6679 standard output directory.
6680
6681 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6682
6683 * gdb.arch/i386-prologue.c: Add missing prototypes.
6684
6685 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6686
6687 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6688 * gdb.arch/i386-prologue.exp: Likewise.
6689 * gdb.arch/i386-size.exp: Likewise.
6690
6691 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6692
6693 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6694 define object file path.
6695 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6696 file path.
6697 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6698 standard_output_file to define binfile.
6699
6700 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 Fix compatibility with recent gfortran-5.3.1.
6703 * gdb.fortran/vla-history.exp (print vla1 allocated)
6704 (print vla2 allocated, print $2, print $3): Remove
6705 (print $4): Rename to ...
6706 (print $2): ... here.
6707 (print $9): Rename to ...
6708 (print $5): ... here.
6709 (print $10): Rename to ...
6710 (print $6): ... here.
6711 * gdb.fortran/vla.f90: Add pvla initialization.
6712
6713 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6714
6715 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6716 New test.
6717 * gdb.fortran/vla-value-sub.exp: Likewise.
6718
6719 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6720
6721 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6722
6723 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6724
6725 * i386-biarch-core.exp: Define corefile using
6726 standard_output_file.
6727
6728 2016-02-12 Yao Qi <yao.qi@linaro.org>
6729
6730 * gdb.arch/arm-single-step-kernel-helper.c: New.
6731 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6732
6733 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6734
6735 * gdb.btrace/tailcall-only.exp: New.
6736 * gdb.btrace/tailcall-only.c: New.
6737 * gdb.btrace/x86_64-tailcall-only.S: New.
6738 * gdb.btrace/i686-tailcall-only.S: New.
6739
6740 2016-02-11 Pedro Alves <palves@redhat.com>
6741
6742 * README (Parallel testing): Add missing double quotes.
6743
6744 2016-02-11 Pedro Alves <palves@redhat.com>
6745
6746 * README (Parallel testing): New section.
6747 (GDB_PARALLEL): Rewrite.
6748 (FORCE_PARALLEL): Document.
6749
6750 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6751
6752 * gdb.trace/tfile-avx.c: New test.
6753 * gdb.trace/tfile-avx.exp: New test.
6754
6755 2016-02-09 Keith Seitz <keiths@redhat.com>
6756
6757 PR breakpoints/19546
6758 * gdb.base/infcall-exec.c: New file.
6759 * gdb.base/infcall-exec2.c: New file.
6760 * gdb.base/infcall-exec.exp: New file.
6761
6762 2016-02-09 Keith Seitz <keiths@redhat.com>
6763
6764 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6765 (toplevel): Call test_bkpt_address.
6766
6767 2016-02-09 Keith Seitz <keiths@redhat.com>
6768
6769 PR python/19506
6770 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6771 (toplevel): Call test_bkpt_address.
6772
6773 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6774
6775 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6776 to AC_OUTPUT.
6777 * configure: Regenerate.
6778
6779 2016-02-09 Pedro Alves <palves@redhat.com>
6780
6781 PR breakpoints/19548
6782 * gdb.base/execl-update-breakpoints.c (some_function): New
6783 function.
6784 (main): Call it.
6785 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6786 Tighten expected GDB output.
6787
6788 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6789
6790 * Makefile.in (ALL_SUBDIRS): Remove.
6791 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6792 (distclean maintainer-clean realclean): Likewise.
6793 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6794 * configure: Regenerate.
6795 * gdb.ada/Makefile.in: Delete.
6796 * gdb.arch/Makefile.in: Likewise.
6797 * gdb.asm/Makefile.in: Likewise.
6798 * gdb.base/Makefile.in: Likewise.
6799 * gdb.btrace/Makefile.in: Likewise.
6800 * gdb.cell/Makefile.in: Likewise.
6801 * gdb.compile/Makefile.in: Likewise.
6802 * gdb.cp/Makefile.in: Likewise.
6803 * gdb.disasm/Makefile.in: Likewise.
6804 * gdb.dlang/Makefile.in: Likewise.
6805 * gdb.dwarf2/Makefile.in: Likewise.
6806 * gdb.fortran/Makefile.in: Likewise.
6807 * gdb.gdb/Makefile.in: Likewise.
6808 * gdb.go/Makefile.in: Likewise.
6809 * gdb.guile/Makefile.in: Likewise.
6810 * gdb.java/Makefile.in: Likewise.
6811 * gdb.linespec/Makefile.in: Likewise.
6812 * gdb.mi/Makefile.in: Likewise.
6813 * gdb.modula2/Makefile.in: Likewise.
6814 * gdb.multi/Makefile.in: Likewise.
6815 * gdb.objc/Makefile.in: Likewise.
6816 * gdb.opencl/Makefile.in: Likewise.
6817 * gdb.opt/Makefile.in: Likewise.
6818 * gdb.pascal/Makefile.in: Likewise.
6819 * gdb.perf/Makefile.in: Likewise.
6820 * gdb.python/Makefile.in: Likewise.
6821 * gdb.reverse/Makefile.in: Likewise.
6822 * gdb.server/Makefile.in: Likewise.
6823 * gdb.stabs/Makefile.in: Likewise.
6824 * gdb.threads/Makefile.in: Likewise.
6825 * gdb.trace/Makefile.in: Likewise.
6826 * gdb.xml/Makefile.in: Likewise.
6827 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6828 GDB_PARALLEL.
6829 (standard_output_file): Remove check for GDB_PARALLEL, always
6830 return path in outputs/$subdir/$testname.
6831
6832 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6833
6834 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6835 (site.exp): Assign abs_srcdir to tcl's srcdir.
6836
6837 2016-02-04 Yao Qi <yao.qi@linaro.org>
6838
6839 * gdb.base/foll-exec-mode.c: Include limits.h.
6840 (main): Add parameters argc and argv. Get directory from
6841 argv[0].
6842 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6843 compilation.
6844 * gdb.base/foll-exec.c: Include limits.h.
6845 (main): Add parameters argc and argv.
6846 Get directory from argv[0].
6847 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6848 Adjust tests on the number of lines as source code changed.
6849 * gdb.base/foll-vfork-exit.c: Include limits.h.
6850 (main): Add one line of statement before vfork.
6851 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6852 (main): Add parameters argc and argv. Get directory from
6853 argv[0].
6854 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6855 (setup_gdb): Set tbreak to skip some source lines.
6856 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6857 (main): Add parameters argc and argv. Get directory from
6858 argv[0].
6859 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6860 compilation.
6861 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6862 (main): Add parameters argc and argv. Get directory from
6863 argv[0].
6864 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6865 compilation.
6866
6867 2016-02-01 Doug Evans <dje@google.com>
6868
6869 * gdb.base/skip.exp: Clean up multiple references to same test name.
6870
6871 2016-02-01 Pedro Alves <palves@redhat.com>
6872
6873 PR remote/19496
6874 * gdb.threads/forking-threads-plus-breakpoint.exp
6875 (displaced_stepping_supported): New global.
6876 (probe_displaced_stepping_support): New procedure.
6877 (do_test): Add 'displaced' parameter, and use it.
6878 (top level): Check for displaced stepping support. Add displaced
6879 stepping on/off testing axis.
6880
6881 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6882
6883 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6884 pointer. Don't perform further tests on the unassociated pointer
6885 if the first test fails.
6886
6887 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6888
6889 * gdb.base/max-value-size.c: New file.
6890 * gdb.base/max-value-size.exp: New file.
6891 * gdb.base/huge.exp: Disable max-value-size for this test.
6892
6893 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6894
6895 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6896
6897 2016-01-28 Yao Qi <yao.qi@linaro.org>
6898
6899 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6900
6901 2016-01-25 Pedro Alves <palves@redhat.com>
6902
6903 PR threads/19461
6904 * gdb.base/fork-running-state.c: New file.
6905 * gdb.base/fork-running-state.exp: New file.
6906
6907 2016-01-25 Pedro Alves <palves@redhat.com>
6908
6909 PR gdb/19494
6910 * gdb.base/catch-fork-kill.c: New file.
6911 * gdb.base/catch-fork-kill.exp: New file.
6912
6913 2016-01-25 Pedro Alves <palves@redhat.com>
6914
6915 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6916 Delete, moved to lib/gdb.exp.
6917 * gdb.threads/forking-threads-plus-breakpoint.exp
6918 (foreach_with_prefix): Likewise.
6919 * gdb.threads/process-dies-while-handling-bp.exp
6920 (foreach_with_prefix): Likewise.
6921 * lib/gdb.exp (foreach_with_prefix): New procedure.
6922
6923 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6924
6925 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6926 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6927
6928 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6929
6930 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6931 endian targets.
6932
6933 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6934 Pedro Alves <palves@redhat.com>
6935
6936 Fix testsuite compatibility with Guile.
6937 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6938 number.
6939
6940 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6941
6942 Fix testsuite compatibility with Guile.
6943 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6944 (thread 1): New test for backtrace through signal handler.
6945
6946 2016-01-22 Yao Qi <yao.qi@linaro.org>
6947
6948 PR testsuite/19491
6949 * gdb.base/multi-forks.c: Include
6950 ../lib/unbuffer_output.c
6951 (main): Call gdb_unbuffer_output.
6952
6953 2016-01-21 Doug Evans <dje@google.com>
6954
6955 * lib/ada.exp (gdb_compile_ada): Fix typo.
6956
6957 2016-01-21 Joel Brobecker <brobecker@adacore.com>
6958
6959 * gdb.base/break-fun-addr.exp: New file.
6960 * gdb.base/break-fun-addr1.c: New file.
6961 * gdb.base/break-fun-addr2.c: New file.
6962
6963 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6964
6965 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6966 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6967 enum flag values.
6968
6969 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6970
6971 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6972 when GDB can not set the vector return value. Add more comments
6973 for clarification.
6974
6975 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6976
6977 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6978 command.
6979
6980 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6981
6982 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6983
6984 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6985
6986 * Makefile.in (check-single): Pass --status to runtest.
6987 (check/%.exp): Likewise.
6988
6989 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6990
6991 * Makefile.in (check-parallel): Propagate return code from make
6992 do-check-parallel.
6993
6994 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6995
6996 * gdb.trace/ftrace.exp: Fix expected message on continue.
6997 * gdb.trace/pending.exp: Fix expected message on continue.
6998 * gdb.trace/trace-break.exp: Fix expected message on continue.
6999
7000 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7001
7002 * lib/gdb.exp (gdb_test): Remove unused global references.
7003
7004 2016-01-18 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.base/async-shell.exp: Adjust expected output.
7007 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7008 * gdb.base/siginfo-thread.exp: Adjust expected output.
7009 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7010 * gdb.java/jnpe.exp: Adjust expected output.
7011 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7012 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7013 * gdb.threads/leader-exit.exp: Adjust expected output.
7014 * gdb.threads/manythreads.exp: Adjust expected output.
7015 * gdb.threads/pthreads.exp: Adjust expected output.
7016 * gdb.threads/schedlock.exp: Adjust expected output.
7017 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7018 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7019 expected output.
7020 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7021 output.
7022 * gdb.threads/sigthread.exp: Adjust expected output.
7023 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7024
7025 2016-01-18 Yao Qi <yao.qi@linaro.org>
7026
7027 * gdb.guile/scm-section-script.c: Replace @progbits with
7028 %progbits.
7029 * gdb.python/py-section-script.c: Likewise.
7030
7031 2016-01-15 Pedro Alves <palves@redhat.com>
7032
7033 * gdb.multi/tids.exp: Test star wildcard ranges.
7034
7035 2016-01-15 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7038 command from "thread apply" invocation.
7039 (thr_apply_info_thr_invalid): Default the expected output to the
7040 input tid list.
7041 (top level): Add tests that use convenience variables. Add tests
7042 for "thread apply" with a valid TID list, but missing the command.
7043
7044 2016-01-13 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.base/default.exp: Expect $_gthread as well.
7047 * gdb.multi/tids.exp: Test $_gthread.
7048 * gdb.threads/thread-specific.exp: Test $_gthread.
7049
7050 2016-01-13 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.multi/tids.exp: Test "info threads -gid".
7053
7054 2016-01-13 Pedro Alves <palves@redhat.com>
7055
7056 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7057 Breakpoint.thread.
7058 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7059
7060 2016-01-07 Pedro Alves <palves@redhat.com>
7061
7062 * gdb.base/break.exp: Adjust to output changes.
7063 * gdb.base/hbreak2.exp: Likewise.
7064 * gdb.base/sepdebug.exp: Likewise.
7065 * gdb.base/watch_thread_num.exp: Likewise.
7066 * gdb.linespec/keywords.exp: Likewise.
7067 * gdb.multi/info-threads.exp: Likewise.
7068 * gdb.threads/thread-find.exp: Likewise.
7069 * gdb.multi/tids.c: New file.
7070 * gdb.multi/tids.exp: New file.
7071
7072 2016-01-13 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7075
7076 2016-01-13 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/default.exp: Expect $_inferior as well.
7079 * gdb.multi/base.exp: Test $_inferior.
7080
7081 2016-01-13 Pedro Alves <palves@redhat.com>
7082
7083 PR breakpoints/19388
7084 * gdb.base/catch-signal-siginfo-cond.c: New file.
7085 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7086
7087 2016-01-12 Josh Stone <jistone@redhat.com>
7088 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7089
7090 * gdb.base/catch-syscall.c (do_execve): New variable.
7091 (main): Conditionally trigger an execve.
7092 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7093 (test_catch_syscall_execve): New, check entry/return across execve.
7094 (do_syscall_tests): Call test_catch_syscall_execve.
7095
7096 2016-01-12 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.base/random-signal.exp (do_test): New procedure, with body
7099 of testcase moved in.
7100
7101 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7102 Pedro Alves <palves@redhat.com>
7103
7104 * gdb.base/funcargs.exp (finish from indirectly called function):
7105 Reintroduce the case for 'First'.
7106
7107 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7108 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7111 (tcatch_vfork_then_child_follow_exec)
7112 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7113 identification.
7114
7115 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7116
7117 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7118 and repeats to unlimited.
7119 * gdb.python/py-value.exp: Likewise.
7120 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7121 and repeats to unlimited.
7122
7123 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7124
7125 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7126 and reordering the functions.
7127 * gdb.multi/hangout.c: Likewise.
7128 * gdb.multi/hello.c: Likewise.
7129
7130 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7133 absolute.
7134 (SingleStatisticTestResult.report): Use dict.keys instead of
7135 dict.iterkeys.
7136
7137 2016-01-06 Pedro Alves <palves@redhat.com>
7138
7139 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7140
7141 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7142
7143 * gdb.btrace/dlopen.exp: New.
7144 * gdb.btrace/dlopen.c: New.
7145 * gdb.btrace/dlopen-dso.c: New.
7146
7147 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7148
7149 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7150 PATTERN argument is optional.
7151
7152 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7153
7154 * lib/ada.exp (target_compile_ada_from_dir): New function.
7155 (gdb_compile_ada): Reimplement avoiding the use of project files.
7156 * gdb.ada/gnat_ada.gpr: Delete.
7157 * gdb.ada/cond_lang.exp: Adjust test to make path before
7158 filename optional.
7159 * gdb.ada/small_reg_param.exp: Likewise.
7160
7161 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7162
7163 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7164
7165 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7166
7167 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7168 case.
7169
7170 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7171
7172 * gdb.base/break.exp: Remove dead code.
7173 * gdb.base/sepdebug.exp: Likewise.
7174
7175 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7176
7177 * gdb.asm/asm-source.exp: Remove HP-UX references.
7178 * gdb.base/annota1.exp: Likewise.
7179 * gdb.base/annota3.exp: Likewise.
7180 * gdb.base/attach.exp: Likewise.
7181 * gdb.base/bigcore.exp: Likewise.
7182 * gdb.base/break.exp: Likewise.
7183 * gdb.base/call-ar-st.exp: Likewise.
7184 * gdb.base/callfuncs.exp: Likewise.
7185 * gdb.base/catch-fork-static.exp: Likewise.
7186 * gdb.base/display.exp: Likewise.
7187 * gdb.base/foll-exec-mode.exp: Likewise.
7188 * gdb.base/foll-exec.exp: Likewise.
7189 * gdb.base/foll-fork.exp: Likewise.
7190 * gdb.base/foll-vfork.exp: Likewise.
7191 * gdb.base/funcargs.exp: Likewise.
7192 * gdb.base/hbreak2.exp: Likewise.
7193 * gdb.base/inferior-died.exp: Likewise.
7194 * gdb.base/interrupt.exp: Likewise.
7195 * gdb.base/multi-forks.exp: Likewise.
7196 * gdb.base/nodebug.exp: Likewise.
7197 * gdb.base/sepdebug.exp: Likewise.
7198 * gdb.base/solib1.c: Likewise.
7199 * gdb.base/step-test.exp: Likewise.
7200 * gdb.mi/non-stop.c: Likewise.
7201 * gdb.mi/pthreads.c: Likewise.
7202 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7203 * gdb.threads/pthreads.c: Likewise.
7204 * gdb.threads/staticthreads.exp: Likewise.
7205 * lib/future.exp: Likewise.
7206 * lib/gdb.exp: Likewise.
7207 * gdb.base/so-indr-cl.c: Remove.
7208 * gdb.base/so-indr-cl.exp: Likewise.
7209 * gdb.base/solib.c: Likewise.
7210 * gdb.base/solib.exp: Likewise.
7211 * gdb.base/solib2.c: Likewise.
7212
7213 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7214
7215 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7216 * gdb.base/call-ar-st.exp: Likewise.
7217 * gdb.base/callfuncs.exp: Likewise.
7218 * gdb.base/condbreak.exp: Likewise.
7219 * gdb.base/constvars.exp: Likewise.
7220 * gdb.base/hbreak2.exp: Likewise.
7221 * gdb.base/langs.exp: Likewise.
7222 * gdb.base/list.exp: Likewise.
7223 * gdb.base/long_long.exp: Likewise.
7224 * gdb.base/ptype.exp: Likewise.
7225 * gdb.base/scope.exp: Likewise.
7226 * gdb.base/signals.exp: Likewise.
7227 * gdb.base/so-impl-ld.exp: Likewise.
7228 * gdb.base/varargs.exp: Likewise.
7229 * gdb.base/volatile.exp: Likewise.
7230 * gdb.base/whatis.exp: Likewise.
7231 * gdb.cp/cplusfuncs.exp: Likewise.
7232 * gdb.cp/inherit.exp: Likewise.
7233 * gdb.cp/local.exp: Likewise.
7234 * gdb.cp/member-ptr.exp: Likewise.
7235 * gdb.cp/method.exp: Likewise.
7236 * gdb.cp/overload.exp: Likewise.
7237 * gdb.cp/templates.exp: Likewise.
7238 * gdb.stabs/weird.exp: Likewise.
7239 * lib/compiler.c: Likewise.
7240 * lib/compiler.cc: Likewise.
7241 * lib/cp-support.exp: Likewise.
7242 * lib/gdb.exp: Likewise.
7243
7244 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7245
7246 * configure.ac: Remove HP-UX case.
7247 * configure: Regenerate.
7248
7249 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7250
7251 * lib/gdb.exp (gdb_compile): Add function doc.
7252
7253 2015-12-17 Pedro Alves <palves@redhat.com>
7254
7255 PR threads/19354
7256 * gdb.multi/info-threads.exp: New file.
7257
7258 2015-12-15 Yao Qi <yao.qi@linaro.org>
7259
7260 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7261 is aarch64*-*-*.
7262
7263 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7264
7265 * gdb.base/history-duplicates.exp: Skip if no readline support.
7266
7267 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7268
7269 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7270
7271 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7272
7273 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7274
7275 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7276
7277 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7278 ctrl-C if nointerrupts target property is set.
7279 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7280 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7281 * gdb.base/paginate-bg-execution.exp: Likewise.
7282 * gdb.base/paginate-execution-startup.exp: Likewise.
7283 * gdb.base/random-signal.exp: Likewise.
7284 * gdb.base/range-stepping.exp: Likewise.
7285 * gdb.cp/annota2.exp: Likewise.
7286 * gdb.cp/annota3.exp: Likewise.
7287 * gdb.gdb/selftest.exp: Likewise.
7288 * gdb.threads/continue-pending-status.exp: Likewise.
7289 * gdb.threads/leader-exit.exp: Likewise.
7290 * gdb.threads/manythreads.exp: Likewise.
7291 * gdb.threads/pthreads.exp: Likewise.
7292 * gdb.threads/schedlock.exp: Likewise.
7293 * gdb.threads/sigthread.exp: Likewise.
7294
7295 2015-12-11 Don Breazeal <donb@codesourcery.com>
7296
7297 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7298 remote.
7299 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7300 * gdb.base/foll-exec.exp (main): Enable for target remote.
7301 * gdb.base/foll-fork.exp (main): Likewise.
7302 * gdb.base/foll-vfork.exp (main): Likewise.
7303 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7304 (proc continue_to_exit_bp_loc): Use clean_restart.
7305 * gdb.base/pie-execl.exp (main): Disable for target remote.
7306 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7307 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7308 * gdb.threads/execl.exp (main): Likewise.
7309 * gdb.threads/fork-child-threads.exp (main): Likewise.
7310 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7311 remote.
7312 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7313 remote.
7314 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7315 pid.tid style ptids, instead of just tid.
7316 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7317 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7318 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7319 ptids, instead of just tid.
7320
7321 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7322
7323 * gdb.base/list.exp (test_list_forward): Add end of file error
7324 test.
7325 (test_repeat_list_command): Add end of file error test.
7326 (test_list_backwards): Add beginning of file error test.
7327
7328 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7329
7330 * gdb.base/list.exp (test_list_invalid_args): New function,
7331 defined, and called.
7332
7333 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7334
7335 * gdb.base/list.exp (test_list): Make test names unique.
7336
7337 2015-12-11 Yao Qi <yao.qi@linaro.org>
7338
7339 * gdb.base/coremaker2.c: Remove.
7340
7341 2015-12-10 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.multi/base.exp: Remove stale "spaces" references.
7344
7345 2015-12-10 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.multi/base.exp: Don't use nowarnings.
7348 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7349 * gdb.multi/hangout.c: Include stdio.h.
7350 * gdb.multi/hello.c: Include stdlib.h.
7351 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7352 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7353 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7354
7355 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7356
7357 * gdb.dwarf2/dw2-ranges-base.c: New file.
7358 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7359 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7360 support additional line table, and debug ranges generation.
7361 (Dwarf::ranges): New function, generate .debug_ranges.
7362 (Dwarf::lines): Support generating simple line table programs.
7363 (Dwarf::assemble): Initialise new namespace variables.
7364
7365 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7366
7367 * gdb.base/async.exp (proc test_background): Add case for
7368 asynchronous execution not supported.
7369
7370 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7371
7372 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7373 format and change test names to make them unique.
7374
7375 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7376 Pedro Alves <pedro@redhat.com>
7377
7378 PR gdb/18702
7379 Add checking of floatformats setup on x86_64 hosts.
7380 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7381 (smallval, bigval): New labels/constants.
7382 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7383 float" after loading bigval and smallval.
7384
7385 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7386
7387 * gdb.ada/fun_overload_menu.exp: New testcase.
7388 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7389
7390 2015-12-04 Josh Stone <jistone@redhat.com>
7391
7392 * gdb.base/catch-fork-static.exp: New.
7393
7394 2015-12-03 Yao Qi <yao.qi@linaro.org>
7395
7396 * gdb.base/sizeof.c: Don't include stdio.h and
7397 ../lib/unbuffer_output.c.
7398 (main): New variable 'size' and 'value'. Remove printf and
7399 gdb_unbuffer_output. Assign return value to size and value.
7400 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7401 at the beginning.
7402 (check_sizeof): Check the result by printing variable 'size'.
7403 (check_valueof): Check the result by printing variable 'value'.
7404
7405 2015-12-01 Yao Qi <yao.qi@linaro.org>
7406
7407 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7408 for aarch64*-*-linux* target.
7409
7410 2015-11-30 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7413
7414 2015-11-30 Pedro Alves <palves@redhat.com>
7415
7416 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7417 Handle non-stop mode vCont replies.
7418
7419 2015-11-30 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7422 prepare_for_testing. Start gdb with "set non-stop on" appended to
7423 GDBFLAGS. Lax expected stop output.
7424
7425 2015-11-27 Yao Qi <yao.qi@linaro.org>
7426
7427 * gdb.arch/arm-neon.exp: New.
7428 * gdb.arch/arm-neon.c: New.
7429
7430 2015-11-27 Yao Qi <yao.qi@linaro.org>
7431
7432 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7433
7434 2015-11-27 Yao Qi <yao.qi@linaro.org>
7435
7436 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7437 frames-invalid annotation.
7438
7439 2015-11-27 Yao Qi <yao.qi@linaro.org>
7440
7441 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7442
7443 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7444
7445 * gdb.threads/names.exp: New file.
7446 * gdb.threads/names.c: New file.
7447 * README: Mention gdb,no_thread_names.
7448
7449 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7450
7451 PR 19297
7452 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7453 support" error.
7454
7455 2015-11-24 Pedro Alves <palves@redhat.com>
7456
7457 PR 17539
7458 * gdb.base/display.exp: Expect displays to be sorted in ascending
7459 order. Use multi_line.
7460 * gdb.base/solib-display.exp: Likewise.
7461
7462 2015-11-24 Pedro Alves <palves@redhat.com>
7463
7464 PR 17539
7465 * gdb.base/display.exp: Expect displays to be sorted in ascending
7466 order. Use multi_line.
7467 * gdb.base/solib-display.exp: Likewise.
7468
7469 2015-11-24 Pedro Alves <palves@redhat.com>
7470
7471 PR 17539
7472 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7473 threads in ascending order.
7474 * gdb.base/foll-fork.exp: Likewise.
7475 * gdb.base/foll-vfork.exp: Likewise.
7476 * gdb.base/multi-forks.exp: Likewise.
7477 * gdb.mi/mi-nonstop.exp: Likewise.
7478 * gdb.mi/mi-nsintrall.exp: Likewise.
7479 * gdb.multi/base.exp: Likewise.
7480 * gdb.multi/multi-arch.exp: Likewise.
7481 * gdb.python/py-inferior.exp: Likewise.
7482 * gdb.threads/break-while-running.exp: Likewise.
7483 * gdb.threads/execl.exp: Likewise.
7484 * gdb.threads/gcore-thread.exp: Likewise.
7485 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7486 * gdb.threads/kill.exp: Likewise.
7487 * gdb.threads/linux-dp.exp: Likewise.
7488 * gdb.threads/multiple-step-overs.exp: Likewise.
7489 * gdb.threads/next-bp-other-thread.exp: Likewise.
7490 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7491 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7492 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7493 * gdb.threads/thread-find.exp: Likewise.
7494 * gdb.threads/tls.exp: Likewise.
7495 * lib/mi-support.exp (mi_reverse_list): Delete.
7496 (mi_check_thread_states): No longer reverse list.
7497
7498 2015-11-24 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7501 use lowercase.
7502
7503 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7504
7505 * gdb.trace/actions.c: Include trace-common.h.
7506 (main): Add a location for a fast tracepoint.
7507 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7508 the normal tracepoints.
7509 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7510
7511 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7512
7513 * save-trace.exp: Factor out code to these...
7514 (gdb_save_tracepoints): New.
7515 (gdb_load_tracepoints): New.
7516 (do_save_load_test): New.
7517
7518 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7519
7520 * gdb.base/asmlabel.exp: New test.
7521 * gdb.base/asmlabel.c: New test case.
7522
7523 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7524
7525 * gdb.base/wrong_frame_bt_full-main.c: New file.
7526 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7527 * gdb.base/wrong_frame_bt_full.exp: New file.
7528
7529 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7530
7531 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7532
7533 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7534
7535 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7536 pstate register when comparing registers values in
7537 sparc64-*-linux-gnu targets to avoid spurious differences.
7538
7539 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7540
7541 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7542
7543 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7544
7545 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7546 as type argument to gdb_compile.
7547 * gdb.base/nested-subp2.exp: Likewise.
7548 * gdb.base/nested-subp3.exp: Likewise.
7549
7550 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7551
7552 * lib/dwarf.exp (_note): Fix left shift of negative value.
7553 * gdb.trace/trace-condition.exp: Likewise.
7554
7555 2015-11-13 Yao Qi <yao.qi@linaro.org>
7556
7557 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7558 comments about d10v.
7559 (test_scalar_returns): Likewise.
7560 * gdb.base/d10v.ld: Remove.
7561 * gdb.base/overlays.exp: Remove the target triplet checking for
7562 d10v-*-*.
7563 * gdb.base/structs.exp (test_struct_returns): Remove the
7564 comments about d10v.
7565 (test_struct_calls): Likewise.
7566
7567 2015-11-13 Yao Qi <yao.qi@linaro.org>
7568
7569 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7570 * gdb.base/gnu_vector.c: Don't include stdio.h.
7571 (main): Don't print res and call add_some_intvecs.
7572
7573 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7574
7575 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7576 macro.
7577 (func5): Removed.
7578 (func4): Use FAST_TRACEPOINT_LABEL.
7579 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7580 macro.
7581 (func): Removed.
7582 (thread_function): Use FAST_TRACEPOINT_LABEL.
7583 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7584 (func): Remove.
7585 (marker): Use FAST_TRACEPOINT_LABEL.
7586 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7587 (pendfunc1): Remove.
7588 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7589 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7590 (foo): Remove.
7591 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7592 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7593 macro.
7594 (func): Remove.
7595 (marker): Use FAST_TRACEPOINT_LABEL.
7596 * gdb.trace/trace-common.h: New header.
7597 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7598 macro.
7599 (func): Remove.
7600 (marker): Use FAST_TRACEPOINT_LABEL.
7601 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7602 (func): Remove.
7603 (thread_function): Use FAST_TRACEPOINT_LABEL.
7604
7605 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7606
7607 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7608 in front.
7609 * gdb.trace/change-loc.exp: Use global pcreg definition.
7610 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7611 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7612 in front.
7613 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7614 * gdb.trace/pending.exp: Likewise.
7615 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7616 * gdb.trace/trace-break.exp: Likewise.
7617 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7618 in front.
7619 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7620 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7621 in front.
7622 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7623
7624 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7625
7626 * gdb.ada/fin_fun_out: New testcase.
7627
7628 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7629
7630 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7631 value associated with DW_AT_byte_size.
7632 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7633 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7634 DW_AT_upper_bound.
7635
7636 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7637
7638 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7639 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7640 version.
7641 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7642 gdb.dwarf2/dw2-canonicalize-type.exp,
7643 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7644 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7645 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7646 provided by gdb_target_symbol_prefix_flags_asm.
7647 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7648 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7649 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7650 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7651 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7652 macros where needed). Use this macro for symbols which require
7653 the prefix provided by SYMBOL_PREFIX.
7654
7655 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7656
7657 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7658 New procs.
7659 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7660 representing expressions, of more than one list element.
7661 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7662 to prepend linker symbol prefix to f.
7663 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7664 table_1 and table_2.
7665 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7666 Likewise, for f and g.
7667 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7668 for ptr.
7669 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7670 for main.
7671 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7672 table_1_ptr and table_2_ptr.
7673
7674 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7675 Joel Brobecker <brobecker@adacore.com>
7676
7677 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7678
7679 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7680
7681 * gdb.reverse/s390-mvcle.c: New test.
7682 * gdb.reverse/s390-mvcle.exp: New file.
7683 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7684
7685 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7686
7687 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7688
7689 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7690
7691 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7692 reaching marker2.
7693 * gdb.reverse/getresuid-reverse.exp: Likewise.
7694 * gdb.reverse/pipe-reverse.exp: Likewise.
7695 * gdb.reverse/readv-reverse.exp: Likewise.
7696 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7697 * gdb.reverse/time-reverse.exp: Likewise.
7698 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7699
7700 2015-10-30 Yao Qi <yao.qi@linaro.org>
7701
7702 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7703 (empty_cycle): Remove.
7704 (main): Don't call empty_cycle. Don't use watch_count_done.
7705 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7706 empty_cycle. Rewrite the code counting HW watchpoints.
7707
7708 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7709
7710 * gdb.reverse/fstatat-reverse.c: New test.
7711 * gdb.reverse/fstatat-reverse.exp: New file.
7712 * gdb.reverse/getresuid-reverse.c: New test.
7713 * gdb.reverse/getresuid-reverse.exp: New file.
7714 * gdb.reverse/pipe-reverse.c: New test.
7715 * gdb.reverse/pipe-reverse.exp: New file.
7716 * gdb.reverse/readv-reverse.c: New test.
7717 * gdb.reverse/readv-reverse.exp: New file.
7718 * gdb.reverse/recvmsg-reverse.c: New test.
7719 * gdb.reverse/recvmsg-reverse.exp: New file.
7720 * gdb.reverse/time-reverse.c: New test.
7721 * gdb.reverse/time-reverse.exp: New file.
7722 * gdb.reverse/waitpid-reverse.c: New test.
7723 * gdb.reverse/waitpid-reverse.exp: New file.
7724
7725 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7726
7727 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7728
7729 2015-10-26 Doug Evans <dje@google.com>
7730
7731 PR symtab/17391
7732 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7733 * gdb.dwarf2/bad-regnum.c: New file.
7734 * gdb.dwarf2/bad-regnum.exp: New file.
7735
7736 2015-10-26 Doug Evans <dje@google.com>
7737
7738 PR python/18938
7739 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7740 file.
7741
7742 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7743
7744 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7745 for a change by "Mention language in compile error message".
7746
7747 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7748
7749 PR python/18073
7750 * gdb.python/py-type.c (C::a_method): New.
7751 (C::a_const_method): New.
7752 (C::a_static_method): New.
7753 (a_function): New.
7754 * gdb.python/py-type.exp (test_fields): Test getting fields
7755 from function and method.
7756
7757 2015-10-21 Keven Boell <keven.boell@intel.com>
7758
7759 * gdb.fortran/vla-alloc-assoc.exp: New file.
7760 * gdb.fortran/vla-datatypes.exp: New file.
7761 * gdb.fortran/vla-datatypes.f90: New file.
7762 * gdb.fortran/vla-history.exp: New file.
7763 * gdb.fortran/vla-ptype-sub.exp: New file.
7764 * gdb.fortran/vla-ptype.exp: New file.
7765 * gdb.fortran/vla-sizeof.exp: New file.
7766 * gdb.fortran/vla-sub.f90: New file.
7767 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7768 * gdb.fortran/vla-value-sub-finish.exp: New file.
7769 * gdb.fortran/vla-value-sub.exp: New file.
7770 * gdb.fortran/vla-value.exp: New file.
7771 * gdb.fortran/vla-ptr-info.exp: New file.
7772 * gdb.mi/mi-vla-fortran.exp: New file.
7773 * gdb.mi/vla.f90: New file.
7774
7775 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7776
7777 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7778 of hardwired timeout value.
7779
7780 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7781 Pedro Alves <palves@redhat.com>
7782
7783 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7784 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7785
7786 2015-10-19 Josh Stone <jistone@redhat.com>
7787
7788 * gdb.base/catch-syscall.c: Include <sched.h>.
7789 (unknown_syscall): New variable.
7790 (main): Trigger a vfork and an unknown syscall.
7791 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7792 (unknown_syscall_number): Likewise.
7793 (check_call_to_syscall): Accept an optional syscall pattern.
7794 (check_return_from_syscall): Likewise.
7795 (check_continue): Likewise.
7796 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7797 (test_catch_syscall_skipping_return): New test toggling off 'catch
7798 syscall' to step over the syscall return, then toggling back on.
7799 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7800 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7801 (do_syscall_tests): Call test_catch_syscall_without_args and
7802 test_catch_syscall_mid_vfork.
7803 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7804 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7805
7806 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
7807
7808 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7809 print g_vE): Add new pass patterns.
7810 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7811 print various symbol names for vptr fields.
7812
7813 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7814
7815 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7816 results.
7817
7818 2015-10-12 Yao Qi <yao.qi@linaro.org>
7819
7820 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7821
7822 2015-10-12 Yao Qi <yao.qi@linaro.org>
7823
7824 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7825 is aarch64*-*-linux*.
7826
7827 2015-10-12 Yao Qi <yao.qi@linaro.org>
7828
7829 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7830 (can_relocate_bcond_true): ... it.
7831 (can_relocate_bcond_false): New function.
7832 (foo): Likewise.
7833 (can_relocate_bl): Likewise.
7834 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7835 can_relocate_bl.
7836
7837 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7838
7839 * gdb.base/nested-addr.c: New file.
7840 * gdb.base/nested-addr.exp: New testcase.
7841
7842 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7843
7844 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7845 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7846 its output. Ignore the output of "record goto begin" and instead
7847 check that GDB is replaying.
7848
7849 2015-10-09 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7852 (top level): Use it in the run with no args test.
7853
7854 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7855
7856 * gdb.dlang/properties.exp: New file.
7857
7858 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7859
7860 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7861 whether or not address 0x1000 is mapped on the target.
7862
7863 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7864
7865 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7866 build.
7867
7868 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7869
7870 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7871 instruction-history test.
7872
7873 2015-09-28 Doug Evans <dje@google.com>
7874
7875 * gdb.base/gcore.c (array_func): Add reference to static_array.
7876
7877 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7878
7879 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7880 source line.
7881
7882 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7883
7884 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7885 short or char as base type.
7886
7887 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7888
7889 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7890 to allow any size enum.
7891
7892 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7893
7894 * gdb.ada/array_ptr_renaming.exp: New testcase.
7895 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7896 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7897
7898 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7899
7900 * gdb.trace/ftrace-lock.c: New file.
7901 * gdb.trace/ftrace-lock.exp: New file.
7902
7903 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7904
7905 * gdb.arch/insn-reloc.c: New file.
7906 * gdb.arch/ftrace-insn-reloc.exp: New file.
7907
7908 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7909
7910 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7911 instruction.
7912 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7913 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7914 * gdb.trace/range-stepping.c: Likewise.
7915 * gdb.trace/trace-break.c: Likewise.
7916 * gdb.trace/trace-mt.c (thread_function): Likewise.
7917 * gdb.trace/ftrace.c (marker): Likewise.
7918 * gdb.trace/trace-condition.c (marker): Likewise.
7919 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7920 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7921 is_aarch64_target.
7922
7923 2015-09-18 Doug Evans <xdje42@gmail.com>
7924
7925 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7926 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7927
7928 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7929
7930 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7931 the breakpoint.
7932
7933 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7934
7935 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7936 the pending breakpoint. Remove timeout override for "Run till
7937 MI pending breakpoint on pendfunc3 on thread 2" test.
7938
7939 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7940
7941 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7942 filename pattern.
7943
7944 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7945
7946 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7947 in breakpoint filename pattern.
7948
7949 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7950
7951 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7952
7953 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7954
7955 * gdb.linespec/explicit.exp: Check for readline support for
7956 tab-completion tests. Fix obvious typo.
7957
7958 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7959
7960 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7961 and replay.
7962
7963 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7964
7965 * gdb.btrace/non-stop.c: New.
7966 * gdb.btrace/non-stop.exp: New.
7967
7968 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7969 Yao Qi <yao.qi@linaro.org>
7970
7971 * gdb.trace/trace-condition.c: New file.
7972 * gdb.trace/trace-condition.exp: New file.
7973
7974 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
7975
7976 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7977 for testing bytecode compilation.
7978
7979 2015-09-16 Pedro Alves <palves@redhat.com>
7980 Sandra Loosemore <sandra@codesourcery.com>
7981
7982 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7983 (SECONDS): Redefine.
7984 (main): Call pthread_kill and alarm early.
7985 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7986 support.
7987 (test): If the target can't hardware step and doesn't support
7988 displaced stepping, increase the timeout.
7989
7990 2015-09-16 Pedro Alves <palves@redhat.com>
7991
7992 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7993 (enable_debug): New procedures.
7994 (test): Use them. Bail out if waiting for threads fails.
7995 (top level): Bail out if a test fails.
7996
7997 2015-09-16 Yao Qi <yao.qi@linaro.org>
7998
7999 * gdb.asm/asm-source.exp: Set asm-arch for
8000 aarch64*-*-* target.
8001 * gdb.asm/aarch64.inc: New file.
8002
8003 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8004
8005 * gdb.ada/array_of_variable_length.exp: New testcase.
8006 * gdb.ada/array_of_variable_length/foo.adb: New file.
8007 * gdb.ada/array_of_variable_length/pck.adb: New file.
8008 * gdb.ada/array_of_variable_length/pck.ads: New file.
8009
8010 2015-09-15 Doug Evans <dje@google.com>
8011
8012 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8013 of function static local variable.
8014
8015 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8016
8017 * gdb.threads/tls-so_extern.exp: New test file.
8018 * gdb.threads/tls-so_extern.c: New test file.
8019 * gdb.threads/tls-so_extern_main.c: New test file.
8020
8021 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8022
8023 * gdb.opt/solib-intra-step-lib.c: New file.
8024 * gdb.opt/solib-intra-step-main.c: New file.
8025 * gdb.opt/solib-intra-step.exp: New file.
8026
8027 2015-09-15 Pedro Alves <palves@redhat.com>
8028
8029 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8030 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8031
8032 2015-09-14 Pedro Alves <palves@redhat.com>
8033
8034 * gdb.base/hook-stop-continue.c: Delete.
8035 * gdb.base/hook-stop-continue.exp: Delete.
8036 * gdb.base/hook-stop-frame.c: Delete.
8037 * gdb.base/hook-stop-frame.exp: Delete.
8038 * gdb.base/hook-stop.c: New file.
8039 * gdb.base/hook-stop.exp: New file.
8040
8041 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8042
8043 * gdb.ada/access_to_packed_array.exp: New testcase.
8044 * gdb.ada/access_to_packed_array/foo.adb: New file.
8045 * gdb.ada/access_to_packed_array/pack.adb: New file.
8046 * gdb.ada/access_to_packed_array/pack.ads: New file.
8047
8048 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8049
8050 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8051 buffer size test.
8052
8053 2015-09-11 Don Breazeal <donb@codesourcery.com>
8054
8055 * gdb.base/foll-exec.c: Add copyright header. Fix
8056 formatting issues.
8057 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8058 (do_exec_tests): Use clean_restart in place of zap_session,
8059 and for test initialization. Fix formatting issues. Use
8060 fail in place of perror.
8061 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8062 an expect statement to match an expression with output from
8063 the program under debug.
8064 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8065 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8066 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8067 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8068 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8069
8070 2015-09-09 Doug Evans <dje@google.com>
8071
8072 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8073
8074 2015-09-09 Doug Evans <dje@google.com>
8075
8076 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8077
8078 2015-09-09 Doug Evans <dje@google.com>
8079
8080 * gdb.base/savedregs.exp: Fix typo.
8081
8082 2015-09-09 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8085
8086 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8087
8088 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8089 command actually switches threads. Give up on remaining
8090 tests if target fails to stop at breakpoint.
8091
8092 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8093
8094 * gdb.ada/funcall_char.exp: New testcase.
8095 * gdb.ada/funcall_char/foo.adb: New file.
8096
8097 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8098
8099 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8100 expected outputs. Add two testcases for completing ambiguous
8101 functions.
8102 * gdb.ada/complete/aux_pck.adb: New file.
8103 * gdb.ada/complete/aux_pck.ads: New file.
8104 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8105 Ambiguous_Func functions.
8106 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8107 * gdb.ada/complete/pck.adb: Likewise.
8108
8109 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8110
8111 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8112 failures to run the test program under GDB.
8113
8114 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8115
8116 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8117 to C.
8118
8119 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8120
8121 * gdb.base/run-after-attach.exp: New test file.
8122 * gdb.base/run-after-attach.c: New test file.
8123
8124 2015-08-26 Don Breazeal <donb@codesourcery.com>
8125
8126 * gdb.base/foll-exec-2.c: New test program.
8127 * gdb.base/foll-exec-2.exp: New test.
8128
8129 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8130
8131 * gdb.base/nested-subp1.exp: New file.
8132 * gdb.base/nested-subp1.c: New file.
8133 * gdb.base/nested-subp2.exp: New file.
8134 * gdb.base/nested-subp2.c: New file.
8135 * gdb.base/nested-subp3.exp: New file.
8136 * gdb.base/nested-subp3.c: New file.
8137
8138 2015-08-24 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.server/connect-without-multi-process.c: New file.
8141 * gdb.server/connect-without-multi-process.exp: New file.
8142
8143 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8144
8145 * gdb.opt/inline-markers.c: Make z int.
8146
8147 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8148
8149 * gdb.opt/inline-markers.c: Make z volatile.
8150
8151 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8152
8153 * gdb.opt/inline-bt.c: New volatile global z.
8154 * gdb.opt/inline-cmds.c: Likewise.
8155 * gdb.opt/inline-locals.c: Likewise.
8156 * gdb.opt/inline-markers.c: New extern global z.
8157 (marker): Use z.
8158 (inline_fn): Likewise.
8159
8160 2015-08-24 Pedro Alves <palves@redhat.com>
8161
8162 * config/m32r-stub.exp: Remove file.
8163 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8164 * gdb.base/call-rt-st.exp: Likewise.
8165 * gdb.base/call-strs.exp: Likewise.
8166 * gdb.base/default.exp: Remove references to h8300-*-hms and
8167 *-*-udi*.
8168 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8169
8170 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8171
8172 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8173 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8174 and "return" use KFAIL when GDB can not read/write the vector
8175 return value.
8176
8177 2015-08-21 Gary Benson <gbenson@redhat.com>
8178
8179 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8180
8181 2015-08-20 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.server/solib-list.exp: No longer expect an interior stop in
8184 non-stop mode.
8185
8186 2015-08-20 Pedro Alves <palves@redhat.com>
8187
8188 * gdb.server/connect-stopped-target.c: New file.
8189 * gdb.server/connect-stopped-target.exp: New file.
8190
8191 2015-08-20 Pedro Alves <palves@redhat.com>
8192
8193 * gdb.dwarf2/comp-unit-lang.exp: New file.
8194 * gdb.dwarf2/comp-unit-lang.c: New file.
8195
8196 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8197
8198 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8199 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8200
8201 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8202
8203 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8204 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8205
8206 2015-08-18 Doug Evans <dje@google.com>
8207 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8208
8209 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8210 skip_python_tests. New arg prompt_regexp.
8211 (skip_python_tests): New function.
8212 * lib/mi-support.exp (mi_skip_python_tests): New function.
8213 * gdb.python/py-mi-objfile-gdb.py: New file.
8214 * gdb.python/py-mi-objfile.c: New file.
8215 * gdb.python/py-mi-objfile.exp: New file.
8216
8217 2015-08-17 Keith Seitz <keiths@redhat.com>
8218
8219 * gdb.linespec/explicit.exp: Move strace test from here ...
8220 * gdb.trace/strace.exp: ... to here.
8221
8222 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8223
8224 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8225 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8226
8227 2015-08-14 Doug Evans <xdje42@gmail.com>
8228
8229 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8230 inferior before selecting a new file.
8231
8232 2015-08-14 Doug Evans <xdje42@gmail.com>
8233
8234 * gdb.mi/mi-disassemble.exp: Update.
8235 * gdb.base/disasm-optim.S: New file.
8236 * gdb.base/disasm-optim.c: New file.
8237 * gdb.base/disasm-optim.h: New file.
8238 * gdb.base/disasm-optim.exp: New file.
8239
8240 2015-08-14 Keith Seitz <keiths@redhat.com>
8241
8242 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8243 "evaluated-by".
8244
8245 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8246
8247 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8248
8249 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8250
8251 * gdb.ada/fun_renaming.exp: New testcase.
8252 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8253 * gdb.ada/fun_renaming/pack.adb: New file.
8254 * gdb.ada/fun_renaming/pack.ads: New file.
8255
8256 2015-08-12 Keith Seitz <keiths@redhat.com>
8257
8258 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8259 gdb_get_line_number.
8260
8261 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8262
8263 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8264 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8265 gdb.base/dso2dso.exp: New files.
8266
8267 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8268 Pedro Alves <palves@redhat.com>
8269 Keith Seitz <keiths@redhat.com>
8270
8271 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8272 GDBFLAGS.
8273
8274 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8275
8276 * gdb.base/gdbhistsize-history.exp
8277 (test_histsize_history_setting): Use save_vars.
8278 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8279 Use save_vars.
8280 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8281 * gdb.base/readline.exp: Use save_vars.
8282
8283 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8284
8285 * lib/gdb.exp (save_vars): New proc.
8286
8287 2015-08-11 Keith Seitz <keiths@redhat.com>
8288
8289 * gdb.base/help.exp: Update help_breakpoint_text.
8290
8291 2015-08-11 Keith Seitz <keiths@redhat.com>
8292
8293 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8294 (at toplevel): Call test_explicit_breakpoints.
8295 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8296 breakpoints.
8297 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8298 breakpoint conditions, "-cond".
8299
8300 2015-08-11 Keith Seitz <keiths@redhat.com>
8301
8302 * gdb.linespec/3explicit.c: New file.
8303 * gdb.linespec/cpexplicit.cc: New file.
8304 * gdb.linespec/cpexplicit.exp: New file.
8305 * gdb.linespec/explicit.c: New file.
8306 * gdb.linespec/explicit.exp: New file.
8307 * gdb.linespec/explicit2.c: New file.
8308 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8309 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8310 before using in the matching pattern.
8311 Clarify that `prefix' is a regular expression.
8312
8313 2015-08-11 Keith Seitz <keiths@redhat.com>
8314
8315 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8316 test.
8317 Add tests for missing ",FMT" and ",".
8318
8319 2015-08-10 Doug Evans <dje@google.com>
8320 Keith Seitz <keiths@redhat.com>
8321
8322 PR gdb/17960
8323 * gdb.base/completion.exp: Add location completer tests.
8324
8325 2015-08-07 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8328 tests here.
8329 (top level): Run do_test with and without displaced stepping.
8330
8331 2015-08-07 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.base/valgrind-disp-step.c: New file.
8334 * gdb.base/valgrind-disp-step.exp: New file.
8335
8336 2015-08-07 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8339 Delete function.
8340 (main): Add alarm. Run an infinite loop instead of calling
8341 wait_threads.
8342 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8343 comment.
8344 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8345 Delete function.
8346 (main): Add alarm. Run an infinite loop instead of calling
8347 wait_threads.
8348 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8349 comment.
8350
8351 2015-08-07 Pedro Alves <palves@redhat.com>
8352
8353 * gdb.base/checkpoint-ns.exp: New file.
8354 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8355 standard_testfile.
8356
8357 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8358
8359 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8360 * gdb.btrace/instruction_history.exp: Update.
8361 * gdb.btrace/tsx.exp: New.
8362 * gdb.btrace/tsx.c: New.
8363
8364 2015-08-06 Pedro Alves <palves@redhat.com>
8365
8366 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8367 increase timeout.
8368 * gdb.reverse/until-precsave.exp: Bump timeouts.
8369
8370 2015-08-06 Pedro Alves <palves@redhat.com>
8371
8372 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8373
8374 2015-08-06 Pedro Alves <palves@redhat.com>
8375
8376 PR gdb/18749
8377 * gdb.threads/process-dies-while-handling-bp.c: New file.
8378 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8379
8380 2015-08-06 Pedro Alves <palves@redhat.com>
8381
8382 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8383 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8384
8385 2015-08-05 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8388 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8389
8390 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8391
8392 * gdb.base/bp-permanent.exp: Report test as unsupported if
8393 the target cannot stop at the permanent breakpoint.
8394
8395 2015-08-03 Doug Evans <dje@google.com>
8396
8397 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8398 10000.
8399
8400 2015-08-03 Doug Evans <dje@google.com>
8401
8402 * Makefile.in (workers/%.worker, build-perf): New rule.
8403 (GDB_PERFTEST_MODE): New variable.
8404 (check-perf): Use it.
8405 (clean): Clean up gdb.perf parallel build subdirs.
8406 * lib/build-piece.exp: New file.
8407 * lib/gdb.exp (make_gdb_parallel_path): New function
8408 (standard_output_file, standard_temp_file): Call it.
8409 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8410 of $GDB_PARALLEL.
8411 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8412
8413 2015-08-03 Doug Evans <dje@google.com>
8414
8415 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8416 (LOG_FILE_NAME): New global.
8417 (TextReporter.__init__): Initialize self.txt_sum.
8418 (TextReporter.report): Add support for multiple data-points.
8419 Move report to perftest.sum, put raw data in perftest.log.
8420 (TextReporter.start): Open sum and log files.
8421 (TextReporter.end): Close sum and log files.
8422 * gdb.perf/lib/perftest/testresult.py
8423 (SingleStatisticTestResult.record): Handle multiple data-points.
8424
8425 2015-07-31 Pedro Alves <palves@redhat.com>
8426
8427 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8428 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8429 kill_wait_spawned_process instead of explicit "kill -9".
8430 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8431 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8432 kill_wait_spawned_process.
8433 * gdb.base/attach-twice.exp: Likewise.
8434 * gdb.base/attach.exp: Likewise.
8435 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8436 gdb_test_multiple.
8437 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8438 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8439 kill_wait_spawned_process.
8440 * gdb.base/valgrind-infcall.exp: Likewise.
8441 * gdb.multi/multi-attach.exp: Likewise.
8442 * gdb.python/py-prompt.exp: Likewise.
8443 * gdb.python/py-sync-interp.exp: Likewise.
8444 * gdb.server/ext-attach.exp: Likewise.
8445 * gdb.threads/attach-into-signal.exp (corefunc): Use
8446 spawn_wait_for_attach, spawn_id_get_pid and
8447 kill_wait_spawned_process.
8448 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8449 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8450 spawn_id_get_pid and kill_wait_spawned_process.
8451 * gdb.threads/attach-stopped.exp (corefunc): Use
8452 spawn_wait_for_attach, spawn_id_get_pid and
8453 kill_wait_spawned_process.
8454 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8455 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8456 kill_wait_spawned_process instead of explicit "kill -9".
8457 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8458 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8459 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8460 processes. Don't map cygwin/windows pids here. Now returns a
8461 spawn id list.
8462
8463 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8464
8465 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8466 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8467 correct patch.
8468
8469 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8470
8471 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8472
8473 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8474
8475 Reapply:
8476 2014-05-21 Mark Wielaard <mjw@redhat.com>
8477
8478 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8479
8480 2015-07-30 Pedro Alves <palves@redhat.com>
8481
8482 * linux-low.c (handle_extended_wait): Set the child's last
8483 reported status to TARGET_WAITKIND_STOPPED.
8484
8485 2015-07-30 Pedro Alves <palves@redhat.com>
8486
8487 PR threads/18600
8488 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8489 only shows inferior 1.
8490
8491 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8492 Pedro Alves <palves@redhat.com>
8493
8494 PR threads/18600
8495 * gdb.threads/fork-plus-threads.c: New file.
8496 * gdb.threads/fork-plus-threads.exp: New file.
8497
8498 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8499
8500 * gdb.base/batch-preserve-term-settings.exp
8501 (test_terminal_settings_preserved_after_cli_exit): Use
8502 send_quit_command.
8503
8504 2015-07-29 Pedro Alves <palves@redhat.com>
8505 Don Breazeal <donb@codesourcery.com>
8506
8507 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8508 output from both inferior_spawn_id and gdb_spawn_id.
8509
8510 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8511
8512 * gdb.threads/attach-into-signal.exp (corefunc): Use
8513 with_test_prefix on nested loops, uniquefying the test messages.
8514
8515 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8516
8517 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8518 commit.
8519
8520 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8521
8522 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8523 New proc.
8524 (test_terminal_settings_preserved_after_sigterm): New test.
8525
8526 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8527
8528 * gdb.base/batch-preserve-term-settings.exp
8529 (test_terminal_settings_preserved_after_cli_exit): New test.
8530
8531 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8532
8533 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8534 manipulation of saved_gdbflags.
8535 (test_terminal_settings_preserved): Remove global declaration of
8536 the unused variable pagination_prompt. Remove manipulation of
8537 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8538 GDBFLAGS.
8539
8540 2015-07-29 Pedro Alves <palves@redhat.com>
8541
8542 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8543
8544 2015-07-29 Pedro Alves <palves@redhat.com>
8545
8546 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8547 at the top.
8548
8549 2015-07-29 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8552 (main): Call gdb_unbuffer_output.
8553 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8554 (main): Call gdb_unbuffer_output.
8555 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8556 (main): Call gdb_unbuffer_output.
8557 * gdb.base/call-strs.exp: Adjust to step over the
8558 gdb_unbuffer_output call.
8559 * gdb.base/catch-gdb-caused-signals.c: Include
8560 "../lib/unbuffer_output.c".
8561 (main): Call gdb_unbuffer_output.
8562 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8563 (main): Call gdb_unbuffer_output.
8564 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8565 (main): Call gdb_unbuffer_output.
8566 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8567 (main): Call gdb_unbuffer_output.
8568 * gdb.base/shlib-call.exp: Adjust to step over the
8569 gdb_unbuffer_output call.
8570 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8571 (main): Call gdb_unbuffer_output.
8572 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8573 (main): Call gdb_unbuffer_output.
8574 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8575 (main): Rename to ...
8576 (test): ... this.
8577 (main): Reimplement.
8578 * gdb.base/varargs.exp: Run to test instead of to main.
8579 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8580 (main): Call gdb_unbuffer_output.
8581
8582 2015-07-29 Pedro Alves <palves@redhat.com>
8583
8584 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8585 factore out from mi_continue_dprintf. For call-style dprintfs,
8586 expect dprintf output out of $inferior_spawn_id.
8587 (mi_continue_dprintf): Use mi_expect_dprintf.
8588 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8589 (main): Call gdb_unbuffer_output.
8590
8591 2015-07-29 Pedro Alves <palves@redhat.com>
8592
8593 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8594 (default_mi_gdb_start): Set inferior_spawn_id instead of
8595 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8596 gdb_spawn_id.
8597 (mi_gdb_test): Always expect inferior output from both
8598 $inferior_spawn_id and $gdb_spawn_id.
8599
8600 2015-07-29 Pedro Alves <palves@redhat.com>
8601
8602 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8603 send_inferior and $inferior_spawn_id.
8604
8605 2015-07-29 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.gdb/complaints.exp (test_initial_complaints)
8608 (test_serial_complaints, test_short_complaints): Use
8609 gdb_test_stdio.
8610 (test_empty_complaint): Handle $inferior_spawn_id !=
8611 $gdb_spawn_id.
8612
8613 2015-07-29 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.base/varargs.exp: Use gdb_test_stdio.
8616
8617 2015-07-29 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8620
8621 2015-07-29 Pedro Alves <palves@redhat.com>
8622
8623 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8624
8625 2015-07-29 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8628 parameter into two new parameters, "inf_result" and "gdb_result".
8629 Expect inferior output and gdb output from $inferior_spawn_id and
8630 $gdb_spawn_id, respectively. Adjust all callers.
8631
8632 2015-07-29 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8635 of gdb_test_sequence.
8636
8637 2015-07-29 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8640 (saw_spurious_output): Expect inferior output from
8641 $inferior_spawn_id. Use gdb_test_stdio.
8642
8643 2015-07-29 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.base/dprintf.exp: Use standard_testfile. Change
8646 prepare_for_testing call.
8647 (srcfile): Don't set.
8648 (restart): New procedure.
8649 (test_dprintf): New procecure, use to continue over dprintfs.
8650 (test_call, test_agent): New procedures, tests moved here.
8651 Restart gdb and recreate dprintfs. Adjust expected output.
8652
8653 2015-07-29 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8656
8657 2015-07-29 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8660
8661 2015-07-29 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8664 gdb_test_stdio.
8665
8666 2015-07-29 Pedro Alves <palves@redhat.com>
8667
8668 * lib/gdb.exp (gdb_test_stdio): New procedure.
8669
8670 2015-07-29 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8673
8674 2015-07-29 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.base/call-signal-resume.exp: Remove check for
8677 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8678 * gdb.base/unwindonsignal.exp: Likewise.
8679 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8680 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8681
8682 2015-07-29 Pedro Alves <palves@redhat.com>
8683
8684 * gdb.base/siginfo-addr.c (pass): New function.
8685 (handler): Call it iff si_addr is correct.
8686 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8687 Set a breakpoint at "pass" and continue to it.
8688
8689 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8690
8691 * gdb.python/py-objfile.exp: Make some tests have unique names.
8692 * gdb.python/py-pp-registration.exp: Likewise.
8693
8694 2015-07-28 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8697
8698 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8699
8700 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8701
8702 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8703
8704 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8705
8706 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8707
8708 * gdb.base/gdb-sigterm-2.exp: New test.
8709
8710 2015-07-25 Doug Evans <xdje42@gmail.com>
8711
8712 Revert:
8713 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8714 (workers/%.worker, build-perf): New rule.
8715 (GDB_PERFTEST_MODE): New variable.
8716 (check-perf): Use it.
8717 (clean): Clean up gdb.perf parallel build subdirs.
8718 * lib/build-piece.exp: New file.
8719 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8720 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8721 name.
8722 (standard_temp_file): Ditto.
8723 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8724 of $GDB_PARALLEL.
8725
8726 2015-07-24 Doug Evans <dje@google.com>
8727
8728 * gdb.perf/lib/perftest/utils.py: New file.
8729 * gdb.perf/gm-hello.cc: New file.
8730 * gdb.perf/gm-pervasive-typedef.cc: New file.
8731 * gdb.perf/gm-pervasive-typedef.h: New file.
8732 * gdb.perf/gm-std.cc: New file.
8733 * gdb.perf/gm-std.h: New file.
8734 * gdb.perf/gm-use-cerr.cc: New file.
8735 * gdb.perf/gm-utils.h: New file.
8736 * gdb.perf/gmonster-null-lookup.py: New file.
8737 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8738 * gdb.perf/gmonster-print-cerr.py: New file.
8739 * gdb.perf/gmonster-ptype-string.py: New file.
8740 * gdb.perf/gmonster-runto-main.py: New file.
8741 * gdb.perf/gmonster-select-file.py: New file.
8742 * gdb.perf/gmonster1-null-lookup.exp: New file.
8743 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8744 * gdb.perf/gmonster1-print-cerr.exp: New file.
8745 * gdb.perf/gmonster1-ptype-string.exp: New file.
8746 * gdb.perf/gmonster1-runto-main.exp: New file.
8747 * gdb.perf/gmonster1-select-file.exp: New file.
8748 * gdb.perf/gmonster1.cc: New file.
8749 * gdb.perf/gmonster1.exp: New file.
8750 * gdb.perf/gmonster2-null-lookup.exp: New file.
8751 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8752 * gdb.perf/gmonster2-print-cerr.exp: New file.
8753 * gdb.perf/gmonster2-ptype-string.exp: New file.
8754 * gdb.perf/gmonster2-runto-main.exp: New file.
8755 * gdb.perf/gmonster2-select-file.exp: New file.
8756 * gdb.perf/gmonster2.cc: New file.
8757 * gdb.perf/gmonster2.exp: New file.
8758
8759 2015-07-24 Doug Evans <dje@google.com>
8760
8761 * gdb.perf/README: New file.
8762 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8763 * lib/gen-perf-test.exp: New file.
8764
8765 2015-07-24 Doug Evans <dje@google.com>
8766
8767 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8768 (PerfTest::startup): New function.
8769 (PerfTest::run): Return result of calling body.
8770 (PerfTest::assemble): Rewrite.
8771 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8772 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8773 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8774 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8775 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8776
8777 2015-07-24 Doug Evans <dje@google.com>
8778
8779 * lib/gdb.exp (clean_restart): Make executable optional.
8780
8781 2015-07-24 Doug Evans <dje@google.com>
8782
8783 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8784 compiler_info references.
8785 * gdb.cp/temargs.exp: Ditto.
8786 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8787 (get_compiler_info): Early exit if already computed. Set compiler_info
8788 to "unknown" if there was a problem.
8789 (test_compiler_info): Add function comment. Call get_compiler_info.
8790
8791 2015-07-24 Doug Evans <dje@google.com>
8792
8793 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8794 (workers/%.worker, build-perf): New rule.
8795 (GDB_PERFTEST_MODE): New variable.
8796 (check-perf): Use it.
8797 (clean): Clean up gdb.perf parallel build subdirs.
8798 * lib/build-piece.exp: New file.
8799 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8800 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8801 name.
8802 (standard_temp_file): Ditto.
8803 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8804 of $GDB_PARALLEL.
8805
8806 2015-07-24 Doug Evans <dje@google.com>
8807
8808 * lib/future.exp (gdb_default_target_compile): New option
8809 "early_flags".
8810 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8811 --as-needed.
8812
8813 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8814
8815 * gdb.base/catch-syscall.exp: Call gdb_exit before
8816 gdb_skip_xml_test.
8817
8818 2015-07-24 Pedro Alves <palves@redhat.com>
8819
8820 * gdb.python/py-events.exp: Accept output between the stop event
8821 and the prompt.
8822 * gdb.python/py-evsignal.exp: Likewise.
8823 * gdb.python/py-evthreads.exp: Likewise.
8824
8825 2015-07-24 Pedro Alves <palves@redhat.com>
8826
8827 PR gdb/18717
8828 * gdb.threads/non-ldr-exit.c: New file.
8829 * gdb.threads/non-ldr-exit.exp: New file.
8830
8831 2015-07-24 Yao Qi <yao.qi@linaro.org>
8832
8833 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8834 restarting process.
8835
8836 2015-07-24 Yao Qi <yao.qi@linaro.org>
8837
8838 * gdb.server/ext-restart.exp: New file.
8839
8840 2015-07-24 Yao Qi <yao.qi@linaro.org>
8841
8842 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8843 argument options.
8844 * gdb.server/ext-wrapper.exp: New file.
8845
8846 2015-07-23 Doug Evans <dje@google.com>
8847
8848 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8849 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8850
8851 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8852
8853 * gdb.ada/var_arr_typedef.exp: New testcase.
8854 * gdb.ada/var_arr_typedef/pack.adb: New file.
8855 * gdb.ada/var_arr_typedef/pack.ads: New file.
8856 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8857
8858 2015-07-20 Joel Brobecker <brobecker@adacore.com>
8859
8860 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8861
8862 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8863
8864 * gdb.arch/i386-biarch-core.exp: Replace istarget
8865 by "complete set gnutarget". Remove expectation for the "core-file"
8866 command.
8867
8868 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8869
8870 Revert the previous commit:
8871 Tests for validate symbol file using build-id.
8872
8873 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8874
8875 Tests for validate symbol file using build-id.
8876 * gdb.base/solib-mismatch-lib.c: New file.
8877 * gdb.base/solib-mismatch-libmod.c: New file.
8878 * gdb.base/solib-mismatch.c: New file.
8879 * gdb.base/solib-mismatch.exp: New file.
8880
8881 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8882
8883 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8884 nios2-*-linux*.
8885 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8886 * gdb.base/siginfo.exp: Likewise.
8887 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8888
8889 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8890
8891 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8892 Move it to ...
8893 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8894 ... here.
8895 * gdb.trace/range-stepping.exp: Check that the target supports
8896 range stepping.
8897
8898 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8899
8900 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8901
8902 2015-07-14 Pedro Alves <palves@redhat.com>
8903
8904 * gdb.base/killed-outside.exp: New file.
8905 * gdb.base/killed-outside.c: New file.
8906
8907 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8908
8909 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8910 (n at main): New.
8911 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8912
8913 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8914
8915 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8916 infcall tests instead of setting up for KFAIL.
8917
8918 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8919
8920 * gdb.btrace/record_goto-step.exp: New.
8921
8922 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8923
8924 PR compile/18484
8925 * gdb.compile/compile.c (struct struct_type): Add volatile to
8926 selffield's type.
8927 * gdb.compile/compile.exp
8928 (compile code struct_object.selffield = &struct_object): Skip further
8929 struct_object tests if this one xfails.
8930
8931 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
8932
8933 PR exp/18617
8934 * gdb.trace/ax.exp: Add test.
8935
8936 2015-07-07 Yao Qi <yao.qi@linaro.org>
8937
8938 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8939 instead of istarget "aarch64*-*-*".
8940 * gdb.arch/aarch64-fp.exp: Likewise.
8941 * gdb.base/float.exp: Likewise.
8942 * gdb.reverse/aarch64.exp: Likewise.
8943 * lib/gdb.exp (is_aarch64_target): New proc.
8944
8945 2015-07-07 Yao Qi <yao.qi@linaro.org>
8946
8947 * lib/gdb.exp (is_aarch32_target): New proc.
8948 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8949 instead of "istarget "arm*-*-*"".
8950 * gdb.arch/arm-disp-step.exp: Likewise.
8951 * gdb.arch/thumb-bx-pc.exp: Likewise.
8952 * gdb.arch/thumb-prologue.exp: Likewise.
8953 * gdb.arch/thumb-singlestep.exp: Likewise.
8954 * gdb.base/disp-step-syscall.exp: Likewise.
8955 * gdb.base/float.exp: Likewise.
8956
8957 2015-07-07 Yao Qi <yao.qi@linaro.org>
8958
8959 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8960 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8961
8962 2015-07-07 Yao Qi <yao.qi@linaro.org>
8963
8964 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8965 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8966 if it exists.
8967 * gdb.multi/multi-arch.exp: Likewise.
8968
8969 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8970
8971 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8972 print.
8973
8974 2015-07-07 Yao Qi <yao.qi@linaro.org>
8975
8976 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8977
8978 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8979
8980 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8981 '[' and ']' characters.
8982
8983 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8984
8985 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8986
8987 2015-06-29 Pedro Alves <palves@redhat.com>
8988
8989 PR threads/18127
8990 * gdb.threads/hand-call-new-thread.c: New file.
8991 * gdb.threads/hand-call-new-thread.c: New file.
8992
8993 2015-06-26 Keith Seitz <keiths@redhat.com>
8994 Doug Evans <dje@google.com>
8995
8996 PR 16253
8997 * gdb.cp/var-tag-2.cc: New file.
8998 * gdb.cp/var-tag-3.cc: New file.
8999 * gdb.cp/var-tag-4.cc: New file.
9000 * gdb.cp/var-tag.cc: New file.
9001 * gdb.cp/var-tag.exp: New file.
9002
9003 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9004
9005 * gdb.base/history-duplicates.exp: New test.
9006
9007 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9008
9009 * gdb.base/completion.exp: Test the completion of the "focus"
9010 command.
9011
9012 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9013
9014 * gdb.arch/amd64-prologue-skip.S: New file.
9015 * gdb.arch/amd64-prologue-skip.exp: New file.
9016
9017 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9018
9019 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9020 is_address_zero_readable check.
9021
9022 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9023
9024 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9025 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9026
9027 2015-06-24 Yao Qi <yao.qi@linaro.org>
9028
9029 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9030 linux targets.
9031
9032 2015-06-24 Yao Qi <yao.qi@linaro.org>
9033
9034 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9035 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9036 * gdb.base/siginfo-thread.exp: Likewise.
9037
9038 2015-06-22 Yao Qi <yao.qi@linaro.org>
9039
9040 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9041
9042 2015-06-22 Yao Qi <yao.qi@linaro.org>
9043
9044 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9045 aarch64*-*-*.
9046 (skip_hw_watchpoint_tests): Likewise.
9047
9048 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9049
9050 * gdb.base/gdbinit-history.exp: Test the interaction between
9051 setting GDBHISTSIZE and setting the history size via .gdbinit.
9052
9053 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9054
9055 PR gdb/16999
9056 * gdb.base/gdbhistsize-history.exp: New test.
9057
9058 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9059
9060 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9061 with GDBHISTSIZE.
9062 * gdb.base/readline.exp: Likewise.
9063
9064 2015-06-17 Yao Qi <yao.qi@linaro.org>
9065
9066 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9067 line.
9068
9069 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9070
9071 * gdb.base/gdbinit-history.exp: Add test case to check that
9072 an unlimited history file does not get truncated on exit.
9073
9074 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9075
9076 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9077 (VECTOR): New macro. Use it...
9078 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9079 ...for these typedefs.
9080 (int8, char1, int1, double1): New typedefs.
9081 (struct just_int2, struct two_int2): New structures.
9082 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9083 (add_structvecs, add_singlevecs): New functions.
9084 (main): Call add_some_intvecs twice.
9085 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9086 the compile and exit upon failure. Try compiling for the "native"
9087 architecture. Test inferior function calls with vector arguments
9088 and vector return value handling with "finish" and "return".
9089
9090 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9091
9092 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9093 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9094 PE file.
9095 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9096
9097 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9098
9099 PR breakpoints/16465
9100 * gdb.mi/mi-dprintf-pending.c: New file.
9101 * gdb.mi/mi-dprintf-pending.exp: New test.
9102 * gdb.mi/mi-dprintf-pendshr.c: New file.
9103
9104 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9105 Mircea Gherzan <mircea.gherzan@intel.com>
9106
9107 * gdb.arch/i386-mpx-map.c: New file.
9108 * gdb.arch/i386-mpx-map.exp: New File.
9109
9110 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9111
9112 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9113 * gdb.arch/i386-mpx.exp: Indentation fixed.
9114
9115 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9116
9117 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9118 function and improved indentation.
9119 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9120 gdb_test_multiple. Added additional tests to skip the test.
9121
9122 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9123
9124 * gdb.arch/i386-avx512.c: Change path in include file.
9125 * gdb.arch/i386-avx512.exp: Change include dir path
9126 compilation flag.
9127 * gdb.arch/i386-mpx.c: Change path in include file.
9128 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9129 flag.
9130
9131 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9132
9133 * gdb.compile/compile-print.exp (compile print *vararray@3)
9134 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9135
9136 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9137
9138 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9139 (do not keep jit in memory): ... this.
9140 (expect 5): Change it to ...
9141 (expect no 5): ... this.
9142
9143 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9144
9145 PR gdb/15564
9146 * gdb.mi/mi-detach.exp: New file.
9147
9148 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9149
9150 PR symtab/18392
9151 * gdb.arch/amd64-tailcall-self.S: New file.
9152 * gdb.arch/amd64-tailcall-self.c: New file.
9153 * gdb.arch/amd64-tailcall-self.exp: New file.
9154
9155 2015-05-28 Don Breazeal <donb@codesourcery.com>
9156
9157 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9158 tests for remote targets by checking is_target_gdbserver.
9159
9160 2015-05-27 Doug Evans <dje@google.com>
9161
9162 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9163 * gdb.dwarf2/opaque-type-lookup.c: New file.
9164 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9165
9166 2015-05-26 Doug Evans <dje@google.com>
9167
9168 * gdb.cp/iostream.cc: New file.
9169 * gdb.cp/iostream.exp: New file.
9170
9171 2015-05-26 Doug Evans <dje@google.com>
9172
9173 * gdb.dwarf2/dw2-op-call.exp: Update.
9174 * gdb.dwarf2/dw4-sig-types.exp: Update.
9175 * gdb.dwarf2/implptr.exp: Update.
9176 * gdb.mi/mi-cmd-param-changed.exp: Update.
9177
9178 2015-05-26 Doug Evans <dje@google.com>
9179
9180 * gdb.python/py-lazy-string.c: New file.
9181 * gdb.python/py-lazy-string.exp: New file.
9182 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9183 (main): Update. Add estring3.
9184 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9185 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9186
9187 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9188 Yao Qi <yao.qi@linaro.org>
9189
9190 * gdb.reverse/aarch64.c: New.
9191 * gdb.reverse/aarch64.exp: New.
9192
9193 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9194
9195 * lib/gdb.exp (supports_process_record): Return true for
9196 aarch64*-linux*.
9197 (supports_reverse): Likewise.
9198
9199 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9200
9201 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9202 Use with_test_prefix.
9203
9204 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9205
9206 * gdb.base/completion.exp: Add test for completion of layout
9207 names.
9208
9209 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9210
9211 * lib/gdb.exp (skip_tui_tests): New proc.
9212 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9213
9214 2015-05-19 Pedro Alves <palves@redhat.com>
9215
9216 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9217 Save the whole env array instead of just HOME. Unset HISTSIZE in
9218 the environment while testing. Restore whole environment
9219 afterwards.
9220
9221 2015-05-16 Doug Evans <xdje42@gmail.com>
9222
9223 * gdb.guile/scm-ports.c: New file.
9224 * gdb.guile/scm-ports.exp: Add memory port tests.
9225
9226 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9227
9228 * gdb.compile/compile-print.c: New file.
9229 * gdb.compile/compile-print.exp: New file.
9230
9231 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9232
9233 * gdb.compile/compile-ops.exp: Cast param to void.
9234 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9235 (compile code struct_object.selffield = &struct_object): Add xfail.
9236
9237 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9238
9239 * gdb.ada/arr_enum_with_gap: New testcase.
9240
9241 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9242
9243 * gdb.ada/byte_packed_arr: New testcase.
9244
9245 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9246
9247 * gdb.ada/pckd_neg: New testcase.
9248
9249 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9250
9251 PR gdb/17820
9252 * gdb.base/gdbinit-history.exp: New test.
9253 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9254 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9255
9256 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9257
9258 * gdb.python/py-xmethods.cc: Enhance test case.
9259 * gdb.python/py-xmethods.exp: New tests.
9260 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9261 function.
9262 (B_indexoper): Likewise.
9263 (global_dm_list) : Add new xmethod worker functions.
9264
9265 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9266
9267 * gdb.base/coredump-filter.exp: Correctly unset
9268 "coredump_var_addr" array.
9269
9270 2015-05-08 Pedro Alves <palves@redhat.com>
9271
9272 * gdb.server/non-existing-program.exp: Unset spawn_id.
9273
9274 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9275
9276 PR python/18291
9277 * gdb.python/py-xmethods.exp: Add tests.
9278
9279 2015-05-08 Yao Qi <yao.qi@linaro.org>
9280
9281 PR gdb/18208
9282 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9283 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9284 function set_coredump_filter, and remove remote_exec call.
9285 Remove argument ipid. Callers update.
9286 (top level): Don't get inferior's PID.
9287
9288 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9289
9290 * gdb.base/watch_thread_num.exp: Skip test on targets without
9291 access watchpoints.
9292
9293 2015-05-06 Pedro Alves <palves@redhat.com>
9294
9295 PR server/18081
9296 * gdb.server/non-existing-program.exp: New file.
9297
9298 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9299
9300 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9301
9302 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9303
9304 * gdb.ada/out_of_line_in_inlined: New testcase.
9305
9306 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9307
9308 * gdb.ada/var_rec_arr: New testcase.
9309
9310 2015-04-30 Yao Qi <yao.qi@linaro.org>
9311
9312 * gdb.base/break-idempotent.exp: If
9313 skip_hw_watchpoint_multi_tests returns true, skip the tests
9314 on "rwatch" and "awatch".
9315
9316 2015-04-30 Yao Qi <yao.qi@linaro.org>
9317
9318 * gdb.base/relativedebug.exp: Invoke gdb command
9319 "info sharedlibrary", and if libc.so doesn't have debug info,
9320 skip the test.
9321
9322 2015-04-29 Doug Evans <dje@google.com>
9323
9324 * gdb.python/py-xmethods.exp: Add ptype tests.
9325 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9326 get_result_type method.
9327
9328 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9329
9330 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9331 the target does not support hardware watchpoints.
9332
9333 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9334
9335 * gdb.base/break-always.exp: Abort testing if writing to memory
9336 causes an error.
9337
9338 2015-04-28 Doug Evans <dje@google.com>
9339
9340 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9341 * gdb.python/py-pp-registration.exp: ... here. New file.
9342 * gdb.python/py-pp-registration.c: New file.
9343 * gdb.python/py-pp-registration.py: New file.
9344
9345 2015-04-28 Doug Evans <dje@google.com>
9346
9347 * gdb.python/py-bad-printers.c: New file.
9348 * gdb.python/py-bad-printers.py: New file.
9349 * gdb.python/py-bad-printers.exp: New file.
9350
9351 2015-04-28 Sasha Smundak <asmundak@google.com>
9352
9353 * gdb.python/py-type.exp: New test.
9354
9355 2015-04-28 Andy Wingo <wingo@igalia.com>
9356
9357 * gdb.python/py-parameter.exp:
9358 * gdb.guile/scm-parameter.exp: Escape the path that we are
9359 matching against, as it might contain characters that are special
9360 to regular expressions.
9361
9362 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9363
9364 * gdb.ada/rec_comp: New testcase.
9365
9366 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9367
9368 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9369 before using it.
9370
9371 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9372
9373 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9374 new tests for verilog output.
9375
9376 2015-04-24 Yao Qi <yao.qi@linaro.org>
9377
9378 * boards/remote-gdbserver-on-localhost.exp: New file.
9379
9380 2015-04-23 Pedro Alves <palves@redhat.com>
9381
9382 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9383 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9384 "end of file", remove $inferior_spawn_id from the indirect list.
9385
9386 2015-04-23 Pedro Alves <palves@redhat.com>
9387
9388 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9389
9390 2015-04-23 Pedro Alves <palves@redhat.com>
9391
9392 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9393 on $any_spawn_id instead of only on $gdb_spawn_id.
9394
9395 2015-04-21 Pierre Muller <muller@sourceware.org>
9396
9397 PR pascal/17815
9398 * lib/pascal.exp (gpc_compile): Add new option "class".
9399 (fpc_compile): Likewise.
9400 * gdb.pascal/case-insensitive-symbols.pas: New file.
9401 * gdb.pascal/case-insensitive-symbols.exp: New file.
9402
9403 2015-04-20 Gary Benson <gbenson@redhat.com>
9404
9405 * gdb.base/attach.exp: Fix three extended remote failures.
9406
9407 2015-04-17 Gary Benson <gbenson@redhat.com>
9408
9409 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9410 the main executable over the remote protocol.
9411
9412 2015-04-16 Pedro Alves <palves@redhat.com>
9413
9414 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9415 a new gdbserver if gdbserver_reconnect_p is set.
9416
9417 2015-04-16 Pedro Alves <palves@redhat.com>
9418
9419 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9420 is set, don't exit gdbserver.
9421
9422 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9423
9424 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9425 appropriate .insn, such that an older assembler can be used.
9426 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9427 the z/Architecture instruction set on 31-bit targets as well.
9428
9429 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9430
9431 * gdb.go/handcall.exp: Remove all logic related to the first
9432 breakpoint and rely on go_runto_main instead.
9433 * gdb.go/strings.exp: Likewise.
9434 * gdb.go/unsafe.exp: Likewise.
9435 * gdb.go/hello.exp: Likewise. Also rename the remaining
9436 breakpoint marker to "breakpoint 1".
9437 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9438 * gdb.go/strings.go: Likewise.
9439 * gdb.go/unsafe.go: Likewise.
9440 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9441 "set breakpoint 2 here" and rename the remaining breakpoint marker
9442 to "breakpoint 1".
9443
9444 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9445
9446 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9447 if itertools.imap is not present.
9448 * gdb.python/py-objfile.exp: Add parentheses.
9449 * gdb.python/py-type.exp: Same.
9450 * gdb.python/py-unwind-maint.py: Same.
9451
9452 2015-04-15 Yao Qi <yao.qi@linaro.org>
9453
9454 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9455 of ":$ptr_size" and set its form explicitly.
9456
9457 2015-04-15 Pedro Alves <palves@redhat.com>
9458 Yao Qi <yao.qi@linaro.org>
9459
9460 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9461 timeout by factor of 4.
9462 (test_regular_watch): Likewise.
9463 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9464 * gdb.reverse/sigall-reverse.exp: Likewise.
9465 * gdb.reverse/until-precsave.exp: Likewise.
9466 * lib/gdb.exp (with_timeout_factor): New proc.
9467 (gdb_expect): Move some code to ...
9468 (get_largest_timeout): ... here. New procedure.
9469
9470 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9471
9472 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9473
9474 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9475
9476 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9477 to write to the .text section.
9478
9479 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9480
9481 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9482 Handle the case of targets that do not provide PID information.
9483
9484 2015-04-13 Yao Qi <yao.qi@linaro.org>
9485
9486 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9487 and use expect instead of gdb_expect.
9488
9489 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9490
9491 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9492 "coredump_var_addr" to avoid naming conflict with other testcases.
9493
9494 2015-04-10 Pedro Alves <palves@redhat.com>
9495
9496 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9497 gdb_test_sequence and gdb_assert.
9498
9499 2015-04-10 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9502 test messages that don't include the breakpoint address.
9503
9504 2015-04-10 Yao Qi <yao.qi@linaro.org>
9505
9506 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9507 false for some offset and width combinations which aren't
9508 supported by linux kernel.
9509
9510 2015-04-10 Pedro Alves <palves@redhat.com>
9511
9512 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9513 procedure, factored out from ...
9514 (top level): ... here. Add "set displaced-stepping" testing axis.
9515 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9516 parameter "displaced". Use it.
9517 (top level): Use foreach and add "set displaced-stepping" testing
9518 axis.
9519
9520 2015-04-10 Pedro Alves <palves@redhat.com>
9521
9522 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9523 Remove comment.
9524 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9525 both the address of the instruction that triggers the watchpoint
9526 and the address of the instruction immediately after, and use
9527 those addresses for the test. Fix comment.
9528
9529 2015-04-10 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.base/sigstep.exp (breakpoint_to_handler)
9532 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9533 Test "backtrace" in handler.
9534 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9535 (top level): Add new "displaced" test axis to
9536 breakpoint_to_handler, breakpoint_to_handler_entry and
9537 breakpoint_over_handler.
9538
9539 2015-04-10 Pedro Alves <palves@redhat.com>
9540
9541 PR gdb/18216
9542 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9543
9544 2015-04-10 Yao Qi <yao.qi@linaro.org>
9545
9546 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9547 (test_add_rn_pc): New function.
9548 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9549 (top level): Invoke test_add_rn_pc.
9550
9551 2015-04-10 Pedro Alves <palves@redhat.com>
9552
9553 PR gdb/13858
9554 * gdb.base/step-over-no-symbols.exp: New file.
9555
9556 2015-04-09 Andy Wingo <wingo@igalia.com>
9557
9558 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9559 after the Python tests.
9560
9561 2015-04-08 Keith Seitz <keiths@redhat.com>
9562
9563 PR python/16699
9564 * gdb.python/py-completion.exp: New tests for completion.
9565 * gdb.python/py-completion.py (CompleteLimit1): New class.
9566 (CompleteLimit2): Likewise.
9567 (CompleteLimit3): Likewise.
9568 (CompleteLimit4): Likewise.
9569 (CompleteLimit5): Likewise.
9570 (CompleteLimit6): Likewise.
9571 (CompleteLimit7): Likewise.
9572
9573 2015-04-08 Pedro Alves <palves@redhat.com>
9574
9575 PR gdb/18214
9576 PR gdb/18216
9577 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9578 function.
9579 (main): Install it as SIGUSR1 handler.
9580 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9581 parameter. Always use "setup" as prefix. Toggle "set
9582 displaced-stepping" off/on depending on global. Don't switch to
9583 thread 1 here.
9584 (top level): Add displaced stepping "off/on" test axis. Update
9585 "setup" calls. Wrap each subtest with with_test_prefix. Test
9586 continuing with a queued signal in each thread.
9587
9588 2015-04-08 Pedro Alves <palves@redhat.com>
9589
9590 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9591 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9592 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9593 Return early if running to main fails.
9594 * gdb.trace/while-stepping.exp: Likewise.
9595
9596 2015-04-07 Pedro Alves <palves@redhat.com>
9597
9598 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9599 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9600 interact with inferior program.
9601
9602 2015-04-07 Pedro Alves <palves@redhat.com>
9603
9604 * lib/gdb.exp (inferior_spawn_id): New global.
9605 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9606 spawn id after processing the user code.
9607 (default_gdb_start): Set inferior_spawn_id.
9608 (send_inferior): New procedure.
9609 * lib/gdbserver-support.exp (gdbserver_start): Set
9610 inferior_spawn_id.
9611 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9612
9613 2015-04-07 Pedro Alves <palves@redhat.com>
9614
9615 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9616 * lib/gdbserver-support.exp (gdbserver_start): Make
9617 $server_spawn_id global.
9618 (gdbserver_start): Don't wait for gdbserver's spawn id with
9619 expect_background.
9620 (close_gdbserver): New procedure.
9621 (gdb_exit): Rename the default version and reimplement.
9622
9623 2015-04-07 Pedro Alves <palves@redhat.com>
9624
9625 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9626 append the substituted item, not the original item.
9627
9628 2015-04-07 Pedro Alves <palves@redhat.com>
9629
9630 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9631 gdb_expect.
9632
9633 2015-04-07 Pedro Alves <palves@redhat.com>
9634
9635 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9636 output appearing once only.
9637
9638 2015-04-07 Pedro Alves <palves@redhat.com>
9639
9640 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9641 that doesn't expect anything. Return early if running to main
9642 fails.
9643
9644 2015-04-07 Yao Qi <yao.qi@linaro.org>
9645
9646 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9647 (child_function): Call alarm.
9648 (main): Move call to alarm into the loop.
9649 * gdb.threads/non-stop-fair-events.exp: Build program with
9650 -DTIMEOUT=$timeout.
9651
9652 2015-04-06 Doug Evans <xdje42@gmail.com>
9653
9654 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9655 Fix dest parameter to board_info.
9656 (fpc_compile): Ditto.
9657 (gdb_compile_pascal): Rename dest arg to destfile.
9658
9659 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9660
9661 * gdb.ada/funcall_ref.exp: New file.
9662 * gdb.ada/funcall_ref/foo.adb: New file.
9663
9664 2015-04-02 Yao Qi <yao.qi@linaro.org>
9665
9666 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9667 is remote.
9668
9669 2015-04-02 Gary Benson <gbenson@redhat.com>
9670
9671 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9672
9673 2015-04-01 Sasha Smundak <asmundak@google.com>
9674
9675 * gdb.python/py-unwind-maint.c: New file.
9676 * gdb.python/py-unwind-maint.exp: New test.
9677 * gdb.python/py-unwind-maint.py: New file.
9678 * gdb.python/py-unwind.c: New file.
9679 * gdb.python/py-unwind.exp: New test.
9680 * gdb.python/py-unwind.py: New test.
9681
9682 2015-04-01 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9685 to fail instead of non-existent $test.
9686
9687 2015-04-01 Pedro Alves <palves@redhat.com>
9688
9689 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9690 GDBFLAGS if not empty.
9691
9692 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9693
9694 * gdb.ada/complete.exp: Remove "multi_line".
9695 * gdb.ada/info_exc.exp: Remove "multi_line".
9696 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9697 * gdb.ada/ptype_field.exp: Remove "multi_line".
9698 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9699 * gdb.ada/tagged.exp: Remove "multi_line".
9700 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9701 [multi_line ...]
9702 * gdb.btrace/delta.exp: Likewise.
9703 * gdb.btrace/exception.exp: Likewise.
9704 * gdb.btrace/function_call_history.exp: Likewise.
9705 * gdb.btrace/instruction_history.exp: Likewise.
9706 * gdb.btrace/nohist.exp: Likewise.
9707 * gdb.btrace/record_goto.exp: Likewise.
9708 * gdb.btrace/segv.exp: Likewise.
9709 * gdb.btrace/stepi.exp: Likewise.
9710 * gdb.btrace/tailcall.exp: Likewise.
9711 * gdb.btrace/unknown_functions.exp: Likewise.
9712 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9713 * lib/gdb.exp: Add the "multi_line" helper.
9714
9715 2015-04-01 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.threads/tid-reuse.c: New file.
9718 * gdb.threads/tid-reuse.exp: New file.
9719
9720 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9721
9722 PR corefiles/16092
9723 * gdb.base/coredump-filter.c: New file.
9724 * gdb.base/coredump-filter.exp: Likewise.
9725
9726 2015-03-27 Petr Machata <pmachata@redhat.com>
9727
9728 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9729 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9730 (Dwarf::assemble): Initialize them.
9731 (Dwarf::lines): New function.
9732
9733 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9734
9735 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9736 SYMBOL_PREFIX for x86_64-*-cygwin.
9737
9738 2015-03-26 Andy Wingo <wingo@igalia.com>
9739
9740 PR symtab/18148
9741 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9742 const_value but not a location.
9743 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9744 location defined in non-main CUs are visible.
9745
9746 2015-03-26 Yao Qi <yao.qi@linaro.org>
9747
9748 PR testsuite/18139
9749 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9750 Add a line number entry for the same line.
9751 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9752 Add a line number entry for the same line.
9753
9754 2015-03-26 Yao Qi <yao.qi@linaro.org>
9755
9756 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9757 .int 0.
9758 (func): Likewise. Add .Lfunc_1 label.
9759 Use .Lfunc_1 label.
9760 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9761 .int 0.
9762 (func): Likewise.
9763 Use .Lfunc_1 label.
9764
9765 2015-03-26 Yao Qi <yao.qi@linaro.org>
9766
9767 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9768 Call gdb_compile instead to compile each .s files without debug
9769 information.
9770
9771 2015-03-26 Yao Qi <yao.qi@linaro.org>
9772
9773 * gdb.base/savedregs.exp (process_saved_regs): Make
9774 "Saved registers:" optional in the pattern.
9775
9776 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9777
9778 * gdb.btrace/next.exp: Merged into step.exp.
9779 * gdb.btrace/finish.exp: Merged into step.exp.
9780 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9781 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9782 "record goto" and checking the exact replay position.
9783 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9784 check for "Recording format" in "info record" output.
9785 * gdb.btrace/record_goto.exp: Choose test file based on target.
9786 * gdb.btrace/x86-record_goto.S: Renamed into ...
9787 * gdb.btrace/x86_64-record_goto.S: ... this.
9788 * gdb.btrace/i686-record_goto.S: New.
9789 * gdb.btrace/x86-tailcall.S: Renamed into ...
9790 * gdb.btrace/x86_64-tailcall.S: ... this.
9791 * gdb.btrace/i686-tailcall.S: New.
9792 * gdb.btrace/x86-tailcall.c: Renamed into ...
9793 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9794 separate statements. Update test.
9795 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9796 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9797 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9798 * gdb.btrace/tailcall.exp: Choose test file based on target.
9799 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9800
9801 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9802
9803 * gdb.btrace/exception.exp: Increase BTS buffer size.
9804
9805 2015-03-24 Pedro Alves <palves@redhat.com>
9806
9807 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9808
9809 2015-03-24 Pedro Alves <palves@redhat.com>
9810
9811 * gdb.threads/schedlock.exp (test_step): No longer expect that
9812 "set scheduler-locking step" with "next" over a function call runs
9813 threads unlocked.
9814
9815 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9816
9817 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9818
9819 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9820
9821 PR breakpoints/16466
9822 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9823 * gdb.mi/mi-pending.c (thread_func): New function.
9824 (int main): Add threading support required.
9825 * gdb.mi/mi-pending.exp: Add tests for this issue.
9826 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9827 (pendfunc2): Remove stdio dependency.
9828 * gdb.mi/mi-pendshr2.c: New file.
9829
9830 2015-03-23 Keith Seitz <keiths@redhat.com>
9831
9832 * gdb.linespec/keywords.c: New file.
9833 * gdb.linespec/keywords.exp: New file.
9834
9835 2015-03-23 Keith Seitz <keiths@redhat.com>
9836
9837 PR gdb/18021
9838 * gdb.dwarf2/staticvirtual.exp: New test.
9839
9840 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9841
9842 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9843 * README: Remove HP-UX and gdb.hp.
9844 (configuration):
9845 * configure: Regenerate.
9846 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9847 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9848 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9849 gdb.hp/gdb.defects/Makefile.
9850 * gdb.hp/Makefile.in: File deleted.
9851 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9852 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9853 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9854 * gdb.hp/gdb.aCC/run.c: File deleted.
9855 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9856 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9857 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9858 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9859 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9860 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9861 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9862 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9863 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9864 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9865 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9866 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9867 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9868 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9869 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9870 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9871 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9872 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9873 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9874 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9875 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9876 * gdb.hp/gdb.compat/average.c: File deleted.
9877 * gdb.hp/gdb.compat/sum.c: File deleted.
9878 * gdb.hp/gdb.compat/xdb.c: File deleted.
9879 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9880 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9881 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9882 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9883 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9884 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9885 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9886 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9887 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9888 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9889 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9890 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9891 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9892 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9893 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9894 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9895 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9896 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9897 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9898 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9899 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9900 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9901 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9902 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9903 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9904 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9905 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9906 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9907 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9908 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9909 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9910 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9911 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9912 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9913 * gdb.hp/tools/odump: File deleted.
9914
9915 2015-03-19 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9918 (saw_thread_3): New globals.
9919 (top level): Increment them when an event for the corresponding
9920 thread is seen.
9921 (no thread starvation): New test.
9922
9923 2015-03-19 Pedro Alves <palves@redhat.com>
9924
9925 * gdb.threads/continue-pending-status.c: New file.
9926 * gdb.threads/continue-pending-status.exp: New file.
9927
9928 2015-03-18 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9931 Use gdb_is_target_remote instead of is_remote. Use
9932 gdb_test_multiple instead of gdb_expect. Exit early if
9933 gdb_test_multiple hits its internal matches. Tighten stepi tests
9934 expected output. Fail on exit with any signal, instead of just
9935 SIGILL.
9936
9937 2015-03-18 Yao Qi <yao.qi@linaro.org>
9938
9939 PR tdep/18107
9940 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9941 variable.
9942 * gdb.base/catch-syscall.exp: Don't skip it on
9943 aarch64*-*-linux* target. Remove elements in all_syscalls.
9944 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9945 target.
9946 (setup_all_syscalls): New proc.
9947
9948 2015-03-16 Yao Qi <yao.qi@linaro.org>
9949
9950 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9951 (top level): Skip tests if valid_addr_p returns false for
9952 $cmd1 or $cmd2.
9953
9954 2015-03-11 Andy Wingo <wingo@igalia.com>
9955
9956 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9957
9958 2015-03-11 Yao Qi <yao.qi@linaro.org>
9959
9960 * gdb.base/catch-syscall.exp: Fix typo in comments.
9961
9962 2015-03-11 Yao Qi <yao.qi@linaro.org>
9963
9964 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9965
9966 2015-03-09 Pedro Alves <palves@redhat.com>
9967
9968 * dg-extract-results.py: Delete.
9969
9970 2015-03-09 Pedro Alves <palves@redhat.com>
9971
9972 Merge dg-extract-results.sh from GCC upstream (r218843).
9973
9974 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9975 * dg-extract-results.sh: Use --text with grep to avoid issues with
9976 binary files. Fall back to cat -v, if that doesn't work.
9977
9978 2015-03-05 Pedro Alves <palves@redhat.com>
9979
9980 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9981
9982 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9983
9984 * lib/mi-support.exp (mi_expect_interrupt): Accept
9985 alternative event for when in all-stop mode.
9986
9987 2015-03-04 Pedro Alves <palves@redhat.com>
9988
9989 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9990
9991 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9992
9993 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9994
9995 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9996
9997 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9998 regexps for GDB's current line display, accept a hex address
9999 preceding the line number.
10000
10001 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10002
10003 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10004 the 'arch1' variable for "s390*-linux*" targets.
10005
10006 2015-03-04 Pedro Alves <palves@redhat.com>
10007
10008 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10009 (main): Pass missing retval argument to pthread_join call.
10010
10011 2015-03-02 Pedro Alves <palves@redhat.com>
10012
10013 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10014 (top level): Call do_test with non-stop as well.
10015
10016 2015-03-02 Pedro Alves <palves@redhat.com>
10017
10018 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10019 -1.
10020
10021 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10022
10023 * gdb.arch/s390-vregs.exp: New test.
10024 * gdb.arch/s390-vregs.S: New file.
10025
10026 2015-02-27 Pedro Alves <palves@redhat.com>
10027
10028 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10029 call to catch_command_errors.
10030 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10031 catch_command_errors.
10032
10033 2015-02-27 Pedro Alves <palves@redhat.com>
10034
10035 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10036 "true" for boolean result.
10037 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10038 prototype of main.
10039
10040 2015-02-27 Pedro Alves <palves@redhat.com>
10041
10042 * lib/unbuffer_output.c: New file.
10043 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10044 (main): Call gdb_unbuffer_output.
10045
10046 2015-02-27 Yao Qi <yao.qi@linaro.org>
10047
10048 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10049 target.
10050
10051 2015-02-26 Doug Evans <dje@google.com>
10052
10053 * gdb.cp/class2.cc (Dbase, D): New classes.
10054 (main): New local delta.
10055 * gdb.cp/class2.exp: Test printing delta.
10056 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10057 (dynbar): New global.
10058 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10059
10060 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10061
10062 * gdb.compile/compile-ifunc.c: New file.
10063 * gdb.compile/compile-ifunc.exp: New file.
10064
10065 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10066
10067 * gdb.base/structs.exp: Check for correct struct on finish.
10068
10069 2015-02-26 Yao Qi <yao.qi@linaro.org>
10070
10071 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10072 is zero.
10073
10074 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10075
10076 * gdb.arch/cordic.ko.bz2: New file.
10077 * gdb.arch/cordic.ko.debug.bz2: New file.
10078 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10079
10080 2015-02-25 Yao Qi <yao.qi@linaro.org>
10081
10082 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10083 aarch64*-*-* target.
10084
10085 2015-02-23 Pedro Alves <palves@redhat.com>
10086
10087 * lib/gdb.exp (delete_breakpoints): Rewrite using
10088 gdb_test_multiple.
10089
10090 2015-02-23 Pedro Alves <palves@redhat.com>
10091
10092 * gdb.base/info-os.c: Include stdlib.h.
10093
10094 2015-02-22 Doug Evans <xdje42@gmail.com>
10095
10096 PR symtab/17855
10097 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10098 is read after symbols have been re-read.
10099 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10100 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10101
10102 2015-02-21 Doug Evans <dje@google.com>
10103
10104 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10105
10106 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10107
10108 PR corefiles/17808
10109 * gdb.arch/i386-biarch-core.core.bz2: New file.
10110 * gdb.arch/i386-biarch-core.exp: New file.
10111
10112 2015-02-21 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10115 runto_main fails.
10116
10117 2015-02-20 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10120 info probes.
10121
10122 2015-02-20 Pedro Alves <palves@redhat.com>
10123
10124 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10125
10126 2015-02-20 Pedro Alves <palves@redhat.com>
10127
10128 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10129 clean_restart before gdb_target_supports_trace.
10130
10131 2015-02-20 Pedro Alves <palves@redhat.com>
10132
10133 PR threads/18006
10134 * gdb.threads/clone-thread_db.c: New file.
10135 * gdb.threads/clone-thread_db.exp: New file.
10136
10137 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10138
10139 PR breakpoints/16812
10140 * gdb.base/catch-gdb-caused-signals.c: New file.
10141 * gdb.base/catch-gdb-caused-signals.exp: New file.
10142
10143 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10144
10145 * configure: Regenerated.
10146 * configure.ac: Use GDB_AC_TRANSFORM.
10147 * aclocal.m4: sinclude ../transform.m4.
10148
10149 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10150
10151 * lib/dtrace.exp: New file.
10152 * gdb.base/dtrace-probe.exp: Likewise.
10153 * gdb.base/dtrace-probe.d: Likewise.
10154 * gdb.base/dtrace-probe.c: Likewise.
10155 * lib/pdtrace.in: Likewise.
10156 * configure.ac: Output variables with the transformed names of
10157 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10158 * configure: Regenerated.
10159
10160 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10161
10162 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10163 expected message when trying to access $_probe_* convenience
10164 variables while not on a probe.
10165
10166 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10167
10168 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10169
10170 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10171
10172 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10173 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10174
10175 2015-02-10 Doug Evans <xdje42@gmail.com>
10176
10177 * lib/gdb.exp (gdb_load): Always return a result.
10178
10179 2015-02-10 Pedro Alves <palves@redhat.com>
10180
10181 * gdb.threads/signal-sigtrap.c: New file.
10182 * gdb.threads/signal-sigtrap.exp: New file.
10183
10184 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10185
10186 * gdb.trace/no-attach-trace.c: New file.
10187 * gdb.trace/no-attach-trace.exp: New file.
10188
10189 2015-02-09 Mark Wielaard <mjw@redhat.com>
10190
10191 * gdb.dwarf2/atomic.c: New file.
10192 * gdb.dwarf2/atomic-type.exp: Likewise.
10193
10194 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10195
10196 * gdb.btrace/buffer-size.exp: Update "info record" output.
10197 * gdb.btrace/delta.exp: Update "info record" output.
10198 * gdb.btrace/enable.exp: Update "info record" output.
10199 * gdb.btrace/finish.exp: Update "info record" output.
10200 * gdb.btrace/instruction_history.exp: Update "info record" output.
10201 * gdb.btrace/next.exp: Update "info record" output.
10202 * gdb.btrace/nexti.exp: Update "info record" output.
10203 * gdb.btrace/step.exp: Update "info record" output.
10204 * gdb.btrace/stepi.exp: Update "info record" output.
10205 * gdb.btrace/nohist.exp: Update "info record" output.
10206
10207 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10208
10209 * gdb.btrace/buffer-size: New.
10210
10211 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10212
10213 * gdb.btrace/delta.exp: Update "info record" output.
10214 * gdb.btrace/enable.exp: Update "info record" output.
10215 * gdb.btrace/finish.exp: Update "info record" output.
10216 * gdb.btrace/instruction_history.exp: Update "info record" output.
10217 * gdb.btrace/next.exp: Update "info record" output.
10218 * gdb.btrace/nexti.exp: Update "info record" output.
10219 * gdb.btrace/step.exp: Update "info record" output.
10220 * gdb.btrace/stepi.exp: Update "info record" output.
10221 * gdb.btrace/nohist.exp: Update "info record" output.
10222
10223 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10224
10225 PR gdb/15678
10226 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10227
10228 2015-02-06 Pedro Alves <palves@redhat.com>
10229
10230 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10231 macro.
10232 (seconds_left, again): New globals.
10233 (main): Wait seconds_left in a 1-second sleep loop instead of
10234 sleeping 180 seconds. If 'again' is set, reset the seconds
10235 counter.
10236 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10237 'again' in the inferior before detaching. Print the seconds left.
10238 (options): New global.
10239 (top level): Build program with -DTIMEOUT=$timeout.
10240
10241 2015-02-06 Pedro Alves <palves@redhat.com>
10242
10243 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10244 determine how many seconds to pass to 'alarm'.
10245 * gdb.base/gdb-sigterm.exp (top level): Build program with
10246 -DTIMEOUT=$timeout.
10247 (do_test): Return success/failure indication. Add more verbose
10248 logging. Don't fail if 200 single steps are seen. Instead, fail
10249 when the test times out.
10250 (passes): New global.
10251 (top level): Break the testing loop if testing fails on any
10252 iteration. Use gdb_assert.
10253
10254 2015-02-04 Don Breazeal <donb@codesourcery.com>
10255
10256 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10257 and initialize them.
10258 (ipc_cleanup): New function.
10259 (main): Don't declare shmid, semid, and msqid. Add a call to
10260 atexit so that we call ipc_cleanup on exit.
10261
10262 2015-02-04 Pedro Alves <palves@redhat.com>
10263
10264 * boards/native-extended-gdbserver.exp: Remove any target variant
10265 specifications from the board name before clearing the isremote
10266 flag from board_info.
10267
10268 2015-01-31 Doug Evans <xdje42@gmail.com>
10269
10270 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10271
10272 2015-01-31 Gary Benson <gbenson@redhat.com>
10273
10274 * gdb.base/completion.exp: Disable completion limiting for
10275 existing tests. Add new tests to check completion limiting.
10276 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10277
10278 2015-01-31 Doug Evans <xdje42@gmail.com>
10279
10280 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10281
10282 2015-01-31 Doug Evans <xdje42@gmail.com>
10283
10284 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10285 entries. Duplicate file section script entries.
10286 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10287 inlined entries. Add test for safe-path rejection.
10288 * gdb.python/py-section-script.c: Add duplicate inlined section script
10289 entries. Duplicate file section script entries.
10290 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10291 inlined entries. Add test for safe-path rejection.
10292
10293 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10294
10295 * gdb.ada/disc_arr_bound: New testcase.
10296
10297 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10298
10299 * gdb.ada/mi_var_array: New testcase.
10300
10301 2015-01-27 Doug Evans <dje@google.com>
10302
10303 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10304 Add test for objfile.filename, objfile.username after objfile
10305 has been unloaded.
10306
10307 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10308
10309 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10310 the second test to print the name attribute of value
10311 returned by the call to gdb.lookup_type, and adjust
10312 the expected output accordingly.
10313
10314 2015-01-25 Mark Wielaard <mjw@redhat.com>
10315
10316 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10317 * gdb.base/disp-step-fork.c: Include unistd.h.
10318 * gdb.base/siginfo-obj.c: Include stdio.h.
10319 * gdb.base/siginfo-thread.c: Likewise.
10320 * gdb.mi/non-stop.c: Include unistd.h.
10321 * gdb.mi/nsthrexec.c: Include stdio.h.
10322 * gdb.mi/pthreads.c: Include unistd.h.
10323 * gdb.modula2/unbounded1.c (main): Declare returns int.
10324 * gdb.reverse/consecutive-reverse.c: Likewise.
10325 * gdb.threads/create-fail.c: Include unistd.h.
10326 * gdb.threads/killed.c: Likewise.
10327 * gdb.threads/linux-dp.c: Likewise.
10328 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10329 * gdb.threads/non-ldr-exc-2.c: Likewise.
10330 * gdb.threads/non-ldr-exc-3.c: Likewise.
10331 * gdb.threads/non-ldr-exc-4.c: Likewise.
10332 * gdb.threads/pthreads.c: Include unistd.h.
10333 (main): Declare returns int.
10334 * gdb.threads/tls-main.c (foo): New declaration.
10335 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10336
10337 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10338
10339 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10340 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10341
10342 2015-01-15 Mark Wielaard <mjw@redhat.com>
10343
10344 * gdb.base/noreturn-return.c: New file.
10345 * gdb.base/noreturn-return.exp: New file.
10346 * gdb.base/noreturn-finish.c: New file.
10347 * gdb.base/noreturn-finish.exp: New file.
10348
10349 2015-01-23 Pedro Alves <palves@redhat.com>
10350
10351 * gdb.threads/continue-pending-after-query.c: New file.
10352 * gdb.threads/continue-pending-after-query.exp: New file.
10353
10354 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10355 Simon Marchi <simon.marchi@ericsson.com>
10356
10357 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10358 * gdb.base/valgrind-db-attach.exp: Same.
10359 * gdb.base/valgrind-infcall.exp: Same.
10360 * lib/mi-support.exp (default_mi_gdb_start): Same.
10361 * lib/prompt.exp (default_prompt_gdb_start): Same.
10362 * lib/gdb.exp (default_gdb_spawn): Same.
10363 (gdb_interact): New.
10364
10365
10366 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10367
10368 * gdb.compile/compile.exp (pointer to jit function): New test.
10369
10370 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10371
10372 * lib/gdb.exp (supports_process_record): Return true for
10373 powerpc*-*-linux*.
10374 (supports_reverse): Likewise.
10375
10376 2015-01-15 Don Breazeal <donb@codesourcery.com>
10377
10378 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10379 instead of checking whether the target board is remote and
10380 use spawn_wait_for_attach instead of exec/sleep.
10381 * gdb.base/attach-twice.exp: Likewise.
10382
10383 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10384
10385 * gdb.ada/var_arr_attrs: New testcase.
10386
10387 2015-01-14 Pedro Alves <palves@redhat.com>
10388 Joel Brobecker <brobecker@adacore.com>
10389
10390 PR gdb/17525
10391 * gdb.base/bp-cmds-execution-x-script.c: New file.
10392 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10393 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10394
10395 2015-01-14 Pedro Alves <palves@redhat.com>
10396
10397 PR cli/17828
10398 * gdb.base/batch-preserve-term-settings.c: New file.
10399 * gdb.base/batch-preserve-term-settings.exp: New file.
10400
10401 2015-01-13 Doug Evans <dje@google.com>
10402
10403 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10404 binary.
10405
10406 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10407
10408 * Makefile.in (clean mostlyclean): Do not delete *.py.
10409
10410 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10411
10412 * gdb.python/py-lookup-type.exp: New file.
10413
10414 2015-01-12 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10417 restore GDBFLAGS before returning.
10418
10419 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10420
10421 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10422 is_amd64_regs_target and is_x86_like_target.
10423
10424 2015-01-11 Doug Evans <xdje42@gmail.com>
10425
10426 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10427 is given without an explicit form.
10428 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10429 attributes.
10430 * gdb.dwarf/corrupt.exp: Ditto.
10431 * gdb.dwarf2/enum-type.exp: Ditto.
10432 * gdb.trace/entry-values.exp: Ditto.
10433 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10434
10435 2015-01-11 Doug Evans <xdje42@gmail.com>
10436
10437 PR gdb/15830
10438 * gdb.base/maint.exp: Remove references to "maint demangle".
10439 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10440 Add tests for explicitly specifying language to demangle.
10441 * gdb.dlang/demangle.exp: Ditto.
10442
10443 2015-01-09 Pedro Alves <palves@redhat.com>
10444
10445 * gdb.threads/non-stop-fair-events.c: New file.
10446 * gdb.threads/non-stop-fair-events.exp: New file.
10447
10448 2015-01-09 Pedro Alves <palves@redhat.com>
10449
10450 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10451 the global scope. Set a breakpoint after all threads are started
10452 rather than stepping over two source lines. Expect the prompt.
10453 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10454 global.
10455 (NUM): Now 15.
10456 (main): Use threads_started_barrier to wait for all threads to
10457 start. Main thread no longer calls thread_function. Exit after
10458 180 seconds.
10459 (loop): New function.
10460 (thread_function): Wait on threads_started_barrier barrier. Call
10461 'loop' at each iteration.
10462 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10463 threads have started, instead of hardcoding number of "next"
10464 steps. Use an access watchpoint instead of a write watchpoint.
10465
10466 2015-01-09 Pedro Alves <palves@redhat.com>
10467
10468 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10469 (thread_func): Wait on barrier.
10470 (main): Wait for all threads to start before stopping GDB.
10471 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10472 global.
10473 (thread1_func, thread2_func): Wait on barrier.
10474 (main): Wait for all threads to start before stopping GDB.
10475 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10476 New global.
10477 (thread1_func, thread2_func): Wait on barrier.
10478 (main): Wait for all threads to start before stopping GDB.
10479
10480 2015-01-09 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.threads/attach-many-short-lived-threads.c: New file.
10483 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10484
10485 2014-01-09 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10488 instead of to thread 2.
10489 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10490 Add barrier around each pthread_create call instead of around all
10491 calls.
10492 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10493 Set a break on thread_function and have the child threads hit it
10494 one at at a time.
10495
10496 2015-01-09 Pedro Alves <palves@redhat.com>
10497
10498 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10499 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10500 false.
10501 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10502 checking whether the target board is remote.
10503 * gdb.multi/multi-attach.exp: Likewise.
10504 * gdb.python/py-sync-interp.exp: Likewise.
10505 * gdb.server/ext-attach.exp: Likewise.
10506 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10507 tests that need to attach, instead of checking whether the target
10508 board is remote at the top of the file.
10509
10510 2015-01-08 Yao Qi <yao@codesourcery.com>
10511
10512 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10513
10514 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10515
10516 Fix testcase compilation.
10517 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10518
10519 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10520
10521 * gdb.python/py-type.exp: Add a couple test about empty
10522 array creation, and negative-length array creation.
10523
10524 2015-01-02 Doug Evans <xdje42@gmail.com>
10525
10526 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10527
10528 2015-01-02 Doug Evans <dje@google.com>
10529
10530 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10531
10532 2014-12-29 Yao Qi <yao@codesourcery.com>
10533
10534 * gdb.trace/entry-values.exp: Update comments. Rename variable
10535 bar_call_foo to returned_from_foo.
10536
10537 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10538
10539 PR gdb/17394
10540 * gdb.linespec/break-asm-file.c: New file.
10541 * gdb.linespec/break-asm-file.exp: New file.
10542 * gdb.linespec/break-asm-file0.s: New file.
10543 * gdb.linespec/break-asm-file1.s: New file.
10544
10545 2014-12-18 Nigel Stephens <nigel@mips.com>
10546 Maciej W. Rozycki <macro@codesourcery.com>
10547
10548 * gdb.base/float.exp: Handle the new output from "info float" on
10549 MIPS targets.
10550
10551 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10552
10553 Fix MinGW compilation.
10554 * gdb.compile/compile-ops.exp: Update untested message if
10555 !skip_compile_feature_tests.
10556 * gdb.compile/compile-setjmp.exp: Likewise.
10557 * gdb.compile/compile-tls.exp: Likewise.
10558 * gdb.compile/compile.exp: Likewise.
10559 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10560 supported on this host".
10561
10562 2014-12-16 Doug Evans <xdje42@gmail.com>
10563
10564 * boards/stabs.exp: New file.
10565
10566 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10567
10568 * gdb.base/completion.exp: Adjust to format changes of "maint
10569 print user-registers".
10570
10571 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10572
10573 PR server/17457
10574 * gdb.arch/aarch64-fp.c: New file.
10575 * gdb.arch/aarch64-fp.exp: New file.
10576
10577 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10578
10579 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10580 r210637, r210913, r211666, r215400, r215817).
10581
10582 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10583 * dg-extract-results.py: New file.
10584 * dg-extract-results.sh: Use it if the environment seems
10585 suitable.
10586
10587 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10588
10589 * dg-extract-results.py (parse_run): Handle warnings that
10590 are printed before a test harness is run.
10591
10592 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10593
10594 * dg-extract-results.py (Named): Remove __cmp__ method.
10595 (output_variation): Use a key to sort variation.harnesses.
10596
10597 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10598
10599 * dg-extract-results.py: For Python 3, force sys.stdout to
10600 handle surrogate escape sequences.
10601 (safe_open): New function.
10602 (output_segment, main): Use it.
10603
10604 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10605
10606 * dg-extract-results.py (Prog.result_re): Include options
10607 in test name.
10608
10609 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10610
10611 * dg-extract-results.py (output_variation): Always sort if
10612 do_sum.
10613
10614 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10615
10616 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10617 as long as we get pagination notifications.
10618
10619 2014-12-15 Jason Merrill <jason@redhat.com>
10620
10621 * Makefile.in (check-gdb.%): Restore.
10622 * README: Mention it.
10623
10624 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10625
10626 * gdb.ada/str_uninit: New testcase.
10627
10628 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10629
10630 PR symtab/17642
10631 * gdb.base/vla-stub-define.c: New file.
10632 * gdb.base/vla-stub.c: New file.
10633 * gdb.base/vla-stub.exp: New file.
10634
10635 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10636 Jan Kratochvil <jan.kratochvil@redhat.com>
10637 Tom Tromey <tromey@redhat.com>
10638
10639 * configure.ac: Add gdb.compile/.
10640 * configure: Regenerate.
10641 * gdb.compile/Makefile.in: New file.
10642 * gdb.compile/compile-ops.exp: New file.
10643 * gdb.compile/compile-ops.c: New file.
10644 * gdb.compile/compile-tls.c: New file.
10645 * gdb.compile/compile-tls.exp: New file.
10646 * gdb.compile/compile-constvar.S: New file.
10647 * gdb.compile/compile-constvar.c: New file.
10648 * gdb.compile/compile-mod.c: New file.
10649 * gdb.compile/compile-nodebug.c: New file.
10650 * gdb.compile/compile-setjmp-mod.c: New file.
10651 * gdb.compile/compile-setjmp.c: New file.
10652 * gdb.compile/compile-setjmp.exp: New file.
10653 * gdb.compile/compile-shlib.c: New file.
10654 * gdb.compile/compile.c: New file.
10655 * gdb.compile/compile.exp: New file.
10656 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10657
10658 2014-12-12 Tom Tromey <tromey@redhat.com>
10659
10660 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10661 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10662
10663 2014-12-12 Doug Evans <dje@google.com>
10664
10665 * lib/gdb-python.exp (get_python_valueof): New function.
10666 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10667
10668 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10669
10670 * gdb.base/completion.exp: Add test for completion of "info
10671 registers ".
10672
10673 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10674
10675 * gdb.base/func-ptrs.c: New file.
10676 * gdb.base/func-ptrs.exp: New file.
10677
10678 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10679
10680 PR breakpoints/17012
10681 * gdb.base/dprintf-detach.c: New file.
10682 * gdb.base/dprintf-detach.exp: New file.
10683
10684 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10685
10686 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10687 * lib/gdb.exp (target_is_gdbserver): New procedure.
10688
10689 2014-12-08 Doug Evans <dje@google.com>
10690
10691 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10692
10693 2014-12-05 Yao Qi <yao@codesourcery.com>
10694
10695 * gdb.guile/scm-error.exp: Remove the third argument to
10696 gdb_remote_download.
10697 * gdb.guile/scm-frame-args.exp: Likewise.
10698 * gdb.guile/scm-section-script.exp: Likewise.
10699
10700 2014-12-05 Yao Qi <yao@codesourcery.com>
10701
10702 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10703
10704 2014-12-04 Doug Evans <dje@google.com>
10705
10706 * gdb.python/py-objfile.exp: Add tests for
10707 objfile.add_separate_debug_file.
10708
10709 2014-12-04 Doug Evans <dje@google.com>
10710
10711 * lib/gdb.exp (get_build_id): New function.
10712 (build_id_debug_filename_get): Rewrite to use it.
10713 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10714
10715 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10716
10717 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10718 `method(long)', not just 0x0.
10719 * gdb.cp/nsalias.exp: Align code labels to 4.
10720 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10721 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10722 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10723 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10724 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10725 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10726
10727 2014-12-02 Doug Evans <dje@google.com>
10728
10729 PR symtab/17602
10730 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10731 * gdb.cp/anon-ns2.cc: ... here. New file.
10732 * gdb.cp/anon-ns.exp: Update.
10733
10734 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
10735
10736 * gdb.python/py-events.py (inferior_call_handler): New.
10737 (register_changed_handler, memory_changed_handler): New.
10738 (test_events.invoke): Register new handlers.
10739 * gdb.python/py-events.exp: Add tests for inferior call,
10740 memory_changed and register_changed events.
10741
10742 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10743
10744 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10745 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10746 if the linker doesn't understand this.
10747
10748 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10749
10750 * gdb.python/python.exp: Change expected reply to help().
10751
10752 2014-12-01 Yao Qi <yao@codesourcery.com>
10753
10754 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10755 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10756 * configure: Re-generated.
10757
10758 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10759
10760 * gdb.cp/chained-calls.cc: New file.
10761 * gdb.cp/chained-calls.exp: New file.
10762 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10763
10764 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10765
10766 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10767 * gdb.dwarf2/symtab-producer.exp: Same.
10768 * gdb.gdb/python-interrupts.exp: Same.
10769 * gdb.gdb/python-selftest.exp: Same.
10770 * gdb.python/py-linetable.exp: Same.
10771 * gdb.python/py-type.exp: Same.
10772 * gdb.python/py-value-cc.exp: Same.
10773 * gdb.python/py-value.exp: Same.
10774
10775 2014-11-28 Yao Qi <yao@codesourcery.com>
10776
10777 * gdb.base/break-probes.exp: Match library name prefixed with
10778 sysroot.
10779
10780 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10781
10782 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10783 test expected output. Add parentheses for the call to print.
10784 Remove L suffix from integers.
10785
10786 2014-11-26 Doug Evans <dje@google.com>
10787
10788 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10789
10790 2014-11-22 Yao Qi <yao@codesourcery.com>
10791
10792 * gdb.trace/entry-values.c: Remove asms.
10793 (foo): Add foo_label.
10794 (bar): Add bar_label.
10795 * gdb.trace/entry-values.exp: Remove code computing foo's
10796 length and bar's length.
10797 (Dwarf::assemble): Invoke function_range for bar and use
10798 MACRO_AT_func for foo.
10799
10800 2014-11-22 Yao Qi <yao@codesourcery.com>
10801
10802 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10803 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10804 Use .Lgcc43_procstart instead of gcc43.
10805
10806 2014-11-21 Joel Brobecker <brobecker@adacore.com>
10807
10808 * gdb.ada/n_arr_bound: New testcase.
10809
10810 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10811
10812 PR breakpoints/10737
10813 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10814 test_catch_syscall_multi_arch.
10815 (test_catch_syscall_multi_arch): New function.
10816
10817 2014-11-20 Doug Evans <xdje42@gmail.com>
10818
10819 * gdb.base/maint.exp: Update expected output.
10820
10821 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10822
10823 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10824 4-byte instruction on S390.
10825
10826 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10827
10828 * gdb.ada/arr_arr: New testcase.
10829
10830 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10831
10832 * gdb.ada/pkd_arr_elem: New Testcase.
10833
10834 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
10835
10836 * gdb.reverse/break-precsave: Expect completion message for
10837 core file reads.
10838 * gdb.reverse/consecutive-precsave.exp: Likewise.
10839 * gdb.reverse/finish-precsave.exp: Likewise.
10840 * gdb.reverse/i386-precsave.exp: Likewise.
10841 * gdb.reverse/machinestate-precsave.exp: Likewise.
10842 * gdb.reverse/sigall-precsave.exp: Likewise.
10843 * gdb.reverse/solib-precsave.exp: Likewise.
10844 * gdb.reverse/step-precsave.exp: Likewise.
10845 * gdb.reverse/until-precsave.exp: Likewise.
10846 * gdb.reverse/watch-precsave.exp: Likewise.
10847
10848 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10849
10850 * gdb.base/bp-permanent.c: Include unistd.h.
10851 * gdb.python/py-framefilter-mi.c (main): Add return type.
10852 * gdb.python/py-framefilter.c (main): Likewise.
10853 * gdb.trace/actions-changed.c (main): Likewise.
10854
10855 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10856
10857 * gdb.mi/until.c: Add eye-catchers.
10858 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10859 line numbers.
10860
10861 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10862
10863 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10864 function header variants in break1.c.
10865 * gdb.base/ena-dis-br.exp: Likewise.
10866 * gdb.base/hbreak2.exp: Likewise.
10867 * gdb.reverse/until-precsave.exp: Drop references to removed
10868 non-prototype function header variants in ur1.c.
10869 * gdb.reverse/until-reverse.exp: Likewise.
10870
10871 2014-11-17 Petr Machata <pmachata@redhat.com>
10872
10873 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10874 ${_cu_offset_size} bytes abbrev offset.
10875
10876 2014-11-15 Doug Evans <xdje42@gmail.com>
10877
10878 PR symtab/17559
10879 * gdb.base/line-symtabs.exp: New file.
10880 * gdb.base/line-symtabs.c: New file.
10881 * gdb.base/line-symtabs.h: New file.
10882
10883 2014-11-14 Yao Qi <yao@codesourcery.com>
10884
10885 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10886 (func): Add label func_label.
10887 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10888 Replace low_pc and high_pc with MACRO_AT_range.
10889 Replace name, low_pc and high_pc with MACRO_AT_func.
10890
10891 2014-11-14 Yao Qi <yao@codesourcery.com>
10892
10893 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10894 Replace name, low_pc and high_pc with MACRO_AT_func.
10895
10896 2014-11-14 Yao Qi <yao@codesourcery.com>
10897
10898 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10899 produce debug information.
10900 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10901
10902 2014-11-14 Yao Qi <yao@codesourcery.com>
10903
10904 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10905 object and get function length.
10906 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10907 with MACRO_AT_func.
10908 (top-level): Replace gdb_compile and clean_restart with
10909 prepare_for_testing.
10910 * gdb.dwarf2/main.c (main): Add label main_label.
10911
10912 2014-11-14 Yao Qi <yao@codesourcery.com>
10913
10914 * lib/dwarf.exp (function_range): New procedure.
10915 (Dwarf::_handle_macro_at_func): New procedure.
10916 (Dwarf::_handle_macro_at_range): New procedure.
10917 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10918
10919 2014-11-14 Yao Qi <yao@codesourcery.com>
10920
10921 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10922 (_handle_attribute): New procedure.
10923
10924 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10925
10926 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10927 * gdb.base/call-sc.c (zed): Likewise.
10928 * gdb.base/checkpoint.c (main): Likewise.
10929 * gdb.base/dump.c (main): Likewise.
10930 * gdb.base/gcore.c (main): Likewise.
10931 * gdb.base/huge.c (main): Likewise.
10932 * gdb.base/multi-forks.c (main): Likewise.
10933 * gdb.base/pr10179-a.c (main): Likewise.
10934 * gdb.base/savedregs.c (main): Likewise.
10935 * gdb.base/sigaltstack.c (main): Likewise.
10936 * gdb.base/siginfo.c (main): Likewise.
10937 * gdb.base/structs.c (zed): Likewise.
10938 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10939 * gdb.mi/mi-syn-frame.c (main): Likewise.
10940 * gdb.mi/until.c (foo, main): Likewise.
10941 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10942 * gdb.base/solib-weak.c (foo): Declare.
10943 * gdb.base/attach-twice.c: Include stdio.h.
10944 * gdb.base/weaklib1.c: Likewise.
10945 * gdb.base/weaklib2.c: Likewise.
10946 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10947 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10948 unistd.h.
10949 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10950 * gdb.mi/mi-exit-code.c: Likewise.
10951 * gdb.base/break-interp-lib.c: Include string.h.
10952 * gdb.base/coremaker.c: Likewise.
10953 * gdb.base/testenv.c: Likewise.
10954 * gdb.python/py-finish-breakpoint.c: Likewise.
10955 * gdb.base/inferior-died.c: Include sys/wait.h.
10956 * gdb.base/fileio.c: Include time.h.
10957 * gdb.base/async-shell.c: Include unistd.h.
10958 * gdb.base/dprintf-non-stop.c: Likewise.
10959 * gdb.base/info-os.c: Likewise.
10960 * gdb.mi/mi-console.c: Likewise.
10961 * gdb.mi/watch-nonstop.c: Likewise.
10962 * gdb.python/py-events.c: Likewise.
10963 * gdb.base/async.c (baz): Move up before its invocation.
10964 * gdb.base/code_elim2.c (my_global_func): Likewise.
10965 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10966 * gdb.base/advance.c (func2): Likewise.
10967
10968 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10969
10970 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10971 variant.
10972 * gdb.base/annota3.c: Likewise.
10973 * gdb.base/async.c: Likewise.
10974 * gdb.base/average.c: Likewise.
10975 * gdb.base/call-ar-st.c: Likewise.
10976 * gdb.base/call-rt-st.c: Likewise.
10977 * gdb.base/call-sc.c: Likewise.
10978 * gdb.base/call-strs.c: Likewise.
10979 * gdb.base/ending-run.c: Likewise.
10980 * gdb.base/execd-prog.c: Likewise.
10981 * gdb.base/exprs.c: Likewise.
10982 * gdb.base/foll-exec.c: Likewise.
10983 * gdb.base/foll-fork.c: Likewise.
10984 * gdb.base/foll-vfork.c: Likewise.
10985 * gdb.base/funcargs.c: Likewise.
10986 * gdb.base/gcore.c: Likewise.
10987 * gdb.base/jump.c: Likewise.
10988 * gdb.base/langs0.c: Likewise.
10989 * gdb.base/langs1.c: Likewise.
10990 * gdb.base/langs2.c: Likewise.
10991 * gdb.base/mips_pro.c: Likewise.
10992 * gdb.base/nodebug.c: Likewise.
10993 * gdb.base/opaque0.c: Likewise.
10994 * gdb.base/opaque1.c: Likewise.
10995 * gdb.base/recurse.c: Likewise.
10996 * gdb.base/run.c: Likewise.
10997 * gdb.base/scope0.c: Likewise.
10998 * gdb.base/scope1.c: Likewise.
10999 * gdb.base/setshow.c: Likewise.
11000 * gdb.base/setvar.c: Likewise.
11001 * gdb.base/shmain.c: Likewise.
11002 * gdb.base/shr1.c: Likewise.
11003 * gdb.base/shr2.c: Likewise.
11004 * gdb.base/sigall.c: Likewise.
11005 * gdb.base/signals.c: Likewise.
11006 * gdb.base/so-indr-cl.c: Likewise.
11007 * gdb.base/solib2.c: Likewise.
11008 * gdb.base/structs.c: Likewise.
11009 * gdb.base/sum.c: Likewise.
11010 * gdb.base/vforked-prog.c: Likewise.
11011 * gdb.base/watchpoint.c: Likewise.
11012 * gdb.reverse/shr2.c: Likewise.
11013 * gdb.reverse/until-reverse.c: Likewise.
11014 * gdb.reverse/ur1.c: Likewise.
11015 * gdb.reverse/watch-reverse.c: Likewise.
11016
11017 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11018
11019 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11020 variant.
11021 * gdb.base/sepdebug.exp: Drop references to removed code.
11022
11023 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11024
11025 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11026 variant. Preserve original line numbering.
11027 * gdb.base/list1.c: Likewise.
11028
11029 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11030
11031 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11032 variant.
11033 * gdb.base/break1.c: Likewise.
11034 * gdb.base/break.exp: Drop references to removed code.
11035
11036 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11037
11038 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11039 variant.
11040
11041 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11042
11043 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11044
11045 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11046
11047 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11048 logic into perform_all_tests() and invoke it with and without
11049 function header prototypes.
11050 (do_function_calls): Remove conditional XFAIL for PR 5318.
11051 (rerun_and_prepare): Remove duplicate code.
11052 (perform_all_tests): New. Main logic moved here.
11053
11054 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11055
11056 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11057 code guarded by #ifdef NO_PROTOTYPES.
11058 (t_double_many_args): Likewise.
11059 (DEF_FUNC_MANY_ARGS_1): Likewise.
11060 (DEF_FUNC_VALUES_1): Likewise.
11061 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11062 guarded by #ifdef PROTOTYPES.
11063
11064 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11065
11066 * gdb.mi/mi-console.c: Add eye-catcher.
11067 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11068 instead of literal line number.
11069
11070 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11071
11072 * gdb.base/shr2.c: Add eye-catcher.
11073 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11074 line number.
11075
11076 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11077
11078 * gdb.base/jump.c: Add eye-catchers.
11079 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11080 numbers.
11081
11082 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11083
11084 * gdb.base/execd-prog.c: Add eye-catchers.
11085 * gdb.base/foll-exec.c: Likewise.
11086 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11087 line numbers.
11088
11089 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11090
11091 * gdb.base/ending-run.c: Add eye-catchers.
11092 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11093 literal line numbers.
11094
11095 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11096
11097 * gdb.base/call-rt-st.c: Add eye-catchers.
11098 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11099 literal line numbers.
11100
11101 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11102
11103 * gdb.base/call-ar-st.c: Add eye-catchers.
11104 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11105 literal line numbers.
11106
11107 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11108
11109 * gdb.base/average.c: Add eye-catchers.
11110 * gdb.base/sum.c: Likewise.
11111 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11112 regexps dynamically.
11113
11114 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11115
11116 * gdb.base/solib1.c: Add eye-catchers.
11117 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11118 literal line numbers.
11119
11120 2014-11-12 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11123 leader has exited.
11124
11125 2014-11-12 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.arch/i386-bp_permanent.c: New file.
11128 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11129 (srcfile): Set to i386-bp_permanent.c.
11130 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11131 that stepi does not execute the 'leave' instruction, instead of
11132 testing it does execute.
11133 * gdb.base/bp-permanent.c: New file.
11134 * gdb.base/bp-permanent.exp: New file.
11135
11136 2014-11-10 Doug Evans <xdje42@gmail.com>
11137
11138 PR symtab/17564
11139 * gdb.base/symtab-search-order.exp: New file.
11140 * gdb.base/symtab-search-order.c: New file.
11141 * gdb.base/symtab-search-order-1.c: New file.
11142 * gdb.base/symtab-search-order-shlib-1.c: New file.
11143
11144 2014-11-07 Pedro Alves <palves@redhat.com>
11145
11146 PR gdb/17511
11147 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11148 i?86-*-linux*.
11149
11150 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11151
11152 PR c++/17494
11153 * gdb.cp/pr17494.cc: New file.
11154 * gdb.cp/pr17494.exp: New file.
11155
11156 2014-11-02 Yao Qi <yao@codesourcery.com>
11157
11158 * gdb.python/python.exp: Get working directory and match the
11159 output of "set extended-prompt \\w " with it.
11160
11161 2014-10-30 Doug Evans <dje@google.com>
11162
11163 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11164 in objfiles.
11165 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11166 in progspaces.
11167
11168 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11169
11170 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11171 * gdb.base/realname-expand.exp: Likewise.
11172 * gdb.linespec/macro-relative.exp: Likewise.
11173
11174 2014-10-29 Pedro Alves <palves@redhat.com>
11175
11176 PR gdb/17408
11177 * gdb.threads/schedlock.c (some_function): New function.
11178 (call_function): New global.
11179 (MAYBE_CALL_SOME_FUNCTION): New macro.
11180 (thread_function): Call it.
11181 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11182 and use it instead of a global counter. Adjust all callers.
11183 (get_current_thread): Use "find current thread" for test message
11184 here rather than having all callers pass down the same string.
11185 (goto_loop): New procedure, factored out from ...
11186 (my_continue): ... this.
11187 (step_ten_loops): Change parameter from test message to command to
11188 use. Adjust.
11189 (list_count): Delete global.
11190 (check_result): New procedure, factored out from duplicate top
11191 level code.
11192 (continue tests): Wrap in with_test_prefix.
11193 (test_step): New procedure, factored out from duplicate top level
11194 code.
11195 (top level): Test "step" in combination with all scheduler-locking
11196 modes. Test "next" in combination with all scheduler-locking
11197 modes, and in combination with stepping over a function call or
11198 not.
11199 * gdb.threads/next-bp-other-thread.c: New file.
11200 * gdb.threads/next-bp-other-thread.exp: New file.
11201
11202 2014-10-29 Pedro Alves <palves@redhat.com>
11203
11204 PR python/17372
11205 * gdb.python/python.exp: Test a multi-line command that spawns
11206 interactive Python.
11207 * gdb.base/multi-line-starts-subshell.exp: New file.
11208
11209 2014-10-29 Yao Qi <yao@codesourcery.com>
11210
11211 * gdb.base/fileio.exp: Make directories on host.
11212
11213 2014-10-29 Yao Qi <yao@codesourcery.com>
11214
11215 * gdb.base/fileio.c (test_write): Close the file.
11216
11217 2014-10-28 Pedro Alves <palves@redhat.com>
11218
11219 PR gdb/12623
11220 * gdb.base/sigstep.c (no_handler): New global.
11221 (main): If 'no_handler is true, set the signal handlers to
11222 SIG_IGN.
11223 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11224 with_sw_watch and no_handler parameters. Handle them.
11225 (top level) <stepping over handler when stopped at a breakpoint
11226 test>: Add a test axis for testing with a software watchpoint, and
11227 another for testing with the signal handler set to SIG_IGN.
11228 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11229 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11230
11231 2014-10-28 Pedro Alves <palves@redhat.com>
11232
11233 PR gdb/17511
11234 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11235 * gdb.base/sigstep.exp (other_handler_location): New global.
11236 (advance): Support stepping into the signal handler, and running
11237 commands while in the handler.
11238 (in_handler_map): New global.
11239 (top level): In the advance test, add combinations for getting
11240 into the handler with stepping commands, and for running commands
11241 in the handler. Add comment descripting the advancei tests.
11242
11243 2014-10-28 Pedro Alves <palves@redhat.com>
11244
11245 * gdb.base/sigstep.exp: Use build_executable instead of
11246 prepare_for_testing.
11247 (top level): Move code that starts GDB, runs to main and creates a
11248 display to ...
11249 (restart): ... this new procedure.
11250 (top level): Move backtrace from signal handler test to ...
11251 (validate_backtrace): ... this new procedure.
11252 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11253 with_test_prefix. Always restart GDB.
11254 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11255 with_test_prefix. Always restart GDB. No need to delete
11256 breakpoints after the test.
11257 (test_skip_handler): Remove prefix parameter.
11258 (skip_over_handler, breakpoint_to_handler)
11259 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11260 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11261 restart GDB. No need to delete breakpoints after the test.
11262 (top level): Use foreach to call the test procedures with
11263 different commands.
11264
11265 2014-10-28 Pedro Alves <palves@redhat.com>
11266
11267 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11268 instead of GNATS numbers.
11269 * gdb.base/sigbpt.exp: Likewise.
11270 * gdb.base/siginfo.exp: Likewise.
11271 * gdb.base/sigstep.exp: Likewise.
11272
11273 2014-10-27 Pedro Alves <palves@redhat.com>
11274
11275 * gdb.base/sigstep.c (dummy): New global.
11276 (main): Issue a couple writes to the new global.
11277 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11278 procedures.
11279 (skip_over_handler): Use test_skip_handler.
11280 (top level): Call skip_over_handler for stepi and nexti too.
11281 (breakpoint_over_handler): Use test_skip_handler.
11282 (top level): Call breakpoint_over_handler for stepi and nexti too.
11283
11284 2014-10-27 Yao Qi <yao@codesourcery.com>
11285
11286 * gdb.trace/tfile.c (adjust_function_address)
11287 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11288 function descriptor.
11289
11290 2014-10-24 Don Breazeal <donb@codesourcery.com>
11291
11292 * gdb.base/foll-fork.exp (test_follow_fork,
11293 catch_fork_child_follow): Check for updated fork messages emitted
11294 from infrun.c.
11295 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11296 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11297 vfork_and_exec_child_follow_through_step): Check for updated vfork
11298 messages emitted from infrun.c.
11299
11300 2014-10-24 Pedro Alves <palves@redhat.com>
11301
11302 * gdb.base/corefile.exp: Remove references to ultrix.
11303 * gdb.base/interrupt.exp: Likewise.
11304 * gdb.base/whatis.exp: Likewise.
11305 * gdb.gdb/selftest.exp: Likewise.
11306 * gdb.threads/manythreads.exp: Likewise.
11307 * gdb.threads/print-threads.exp: Likewise.
11308 * gdb.threads/pthreads.exp:: Likewise.
11309 * gdb.threads/schedlock.exp: Likewise.
11310
11311 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11312
11313 * gdb.cp/non-trivial-retval.cc: Add a test case.
11314 * gdb.cp/non-trivial-retval.exp: Add a test.
11315
11316 2014-10-20 Yao Qi <yao@codesourcery.com>
11317
11318 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11319 * gdb.python/py-objfile-script-gdb.py: New file.
11320 * gdb.python/py-objfile-script.exp: Update reference to
11321 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11322 of remote_download. Remove the dest file.
11323
11324 2014-10-20 Yao Qi <yao@codesourcery.com>
11325
11326 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11327 * gdb.base/step-line.exp: Likewise.
11328 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11329 * gdb.dwarf2/dw2-basic.exp: Likewise.
11330 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11331 * gdb.dwarf2/dw2-filename.exp: Likewise.
11332 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11333 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11334 * gdb.dwarf2/dw2-producer.exp: Likewise.
11335 * gdb.dwarf2/mac-fileno.exp: Likewise.
11336 * gdb.python/py-frame-args.exp: Likewise.
11337 * gdb.python/py-framefilter.exp: Likewise.
11338 * gdb.python/py-mi.exp: Likewise.
11339 * gdb.python/py-objfile-script.exp: Likewise
11340 * gdb.python/py-pp-integral.exp: Likewise.
11341 * gdb.python/py-pp-re-notag.exp: Likewise.
11342 * gdb.python/py-prettyprint.exp: Likewise.
11343 * gdb.python/py-section-script.exp: Likewise.
11344 * gdb.python/py-typeprint.exp: Likewise.
11345 * gdb.python/py-xmethods.exp: Likewise.
11346 * gdb.stabs/weird.exp: Likewise.
11347 * gdb.xml/tdesc-regs.exp: Likewise.
11348
11349 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11350
11351 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11352 (out_cu): Use addr_len for the size of addresses.
11353 (out_line): Likewise. Size DW_LNE_set_address instruction
11354 according to addr_len.
11355 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11356 (FUNC): Add START_INSNS to definition.
11357
11358 2014-10-18 Yao Qi <yao@codesourcery.com>
11359
11360 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11361 gdb_has_argv0 return true.
11362 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11363 check [target_info exists noargs], check [gdb_has_argv0]
11364 instead.
11365 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11366 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11367 procedures.
11368
11369 2014-10-17 Doug Evans <dje@google.com>
11370
11371 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11372 event.
11373 * gdb.python/py-events.py: Add clear_objfiles event.
11374
11375 2014-10-17 Doug Evans <dje@google.com>
11376
11377 * gdb.python/py-objfile.exp: Test progspace attribute.
11378
11379 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11380
11381 * gdb.guile/scm-breakpoint.exp: Do not assume any
11382 directory separators when matching source file paths.
11383 * gdb.python/py-breakpoint.exp: Likewise.
11384 * gdb.reverse/break-precsave.exp: Likewise.
11385 * gdb.reverse/break-reverse.exp: Likewise.
11386 * gdb.reverse/consecutive-precsave.exp: Likewise.
11387 * gdb.reverse/finish-precsave.exp: Likewise.
11388 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11389 * gdb.reverse/finish-reverse.exp: Likewise.
11390 * gdb.reverse/i386-precsave.exp: Likewise.
11391 * gdb.reverse/i387-env-reverse.exp: Likewise.
11392 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11393 * gdb.reverse/machinestate-precsave.exp: Likewise.
11394 * gdb.reverse/machinestate.exp: Likewise.
11395 * gdb.reverse/sigall-precsave.exp: Likewise.
11396 * gdb.reverse/solib-precsave.exp: Likewise.
11397 * gdb.reverse/step-precsave.exp: Likewise.
11398 * gdb.reverse/until-precsave.exp: Likewise.
11399 * gdb.reverse/watch-precsave.exp: Likewise.
11400 * gdb.reverse/watch-reverse.exp: Likewise.
11401
11402 2014-10-17 Yao Qi <yao@codesourcery.com>
11403
11404 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11405 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11406
11407 2014-10-17 Pedro Alves <palves@redhat.com>
11408
11409 PR gdb/17471
11410 * gdb.base/bg-execution-repeat.c: New file.
11411 * gdb.base/bg-execution-repeat.exp: New file.
11412
11413 2014-10-17 Pedro Alves <palves@redhat.com>
11414
11415 PR gdb/17300
11416 * gdb.base/continue-all-already-running.c: New file.
11417 * gdb.base/continue-all-already-running.exp: New file.
11418
11419 2014-10-17 Pedro Alves <palves@redhat.com>
11420
11421 PR gdb/17472
11422 * gdb.base/annota-input-while-running.c: New file.
11423 * gdb.base/annota-input-while-running.exp: New file.
11424
11425 2014-10-17 Pedro Alves <palves@redhat.com>
11426
11427 * gdb.base/callfuncs.exp: emove references to osf.
11428 * gdb.base/sigall.exp: Likewise.
11429 * gdb.gdb/selftest.exp: Likewise.
11430 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11431 * gdb.mi/non-stop.c: Likewise.
11432 * gdb.mi/pthreads.c: Likewise.
11433 * gdb.reverse/sigall-precsave.exp: Likewise.
11434 * gdb.reverse/sigall-reverse.exp: Likewise.
11435 * gdb.threads/pthreads.c: Likewise.
11436 * gdb.threads/pthreads.exp: Likewise.
11437
11438 2014-10-17 Yao Qi <yao@codesourcery.com>
11439
11440 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11441 check 'target_info exists noargs'.
11442 (test_command_prompt_position): Likewise.
11443 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11444 Remove "set args".
11445 (progvar_simple_while_test): Likewise.
11446 (progvar_complex_if_while_test): Likewise.
11447 (if_while_breakpoint_command_test): Likewise.
11448 (infrun_breakpoint_command_test): Likewise.
11449 (breakpoint_command_test): Likewise.
11450 (watchpoint_command_test): Likewise.
11451 (bp_deleted_in_command_test): Likewise.
11452 (temporary_breakpoint_commands): Likewise.
11453
11454 2014-10-16 Yao Qi <yao@codesourcery.com>
11455
11456 * gdb.base/remotetimeout.exp: Remove noargs checking.
11457
11458 2014-10-15 Pedro Alves <palves@redhat.com>
11459
11460 PR breakpoints/9649
11461 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11462 * gdb.base/breakpoint-in-ro-region.exp
11463 (probe_target_hardware_step): New procedure.
11464 (top level): Probe hardware stepping and hardware breakpoint
11465 support. Test stepping through a read-only region, with both
11466 "breakpoint auto-hw" on and off and both "always-inserted" on and
11467 off.
11468
11469 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11470
11471 * gdb.dlang/demangle.exp: Update for demangling changes.
11472
11473 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11474
11475 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11476 * gdb.cp/non-trivial-retval.exp: Add new tests.
11477
11478 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11479
11480 PR c++/13403
11481 PR c++/15154
11482 * gdb.cp/non-trivial-retval.cc: New file.
11483 * gdb.cp/non-trivial-retval.exp: New file.
11484
11485 2014-10-15 Yao Qi <yao@codesourcery.com>
11486
11487 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11488 remote host.
11489
11490 2014-10-15 Yao Qi <yao@codesourcery.com>
11491
11492 * gdb.python/py-symbol.exp: Match file base name if host is
11493 remote, otherwise match file name with dir name.
11494 * gdb.python/py-symtab.exp: Likewise.
11495 * gdb.python/python.exp: Likewise.
11496
11497 2014-10-15 Yao Qi <yao@codesourcery.com>
11498
11499 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11500 pattern.
11501 * gdb.python/py-symtab.exp: Likewise.
11502 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11503 locationn.
11504
11505 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11506
11507 * gdb.ada/addr_arith: New testcase.
11508
11509 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11510
11511 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11512 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11513 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11514 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11515
11516 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11517
11518 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11519 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11520 * gdb.arch/stap-eval-lang-ada.exp: New file.
11521
11522 2014-10-14 Yao Qi <yao@codesourcery.com>
11523
11524 * gdb.mi/mi-var-child.c (nothing1): New function.
11525 (nothing2): New function.
11526 (do_children_tests): Set function pointers by nothing1 and
11527 nothing2.
11528 * gdb.mi/mi-var-child.exp: Step over new added statements.
11529 Update test to match the new output.
11530 * gdb.mi/var-cmd.c (nothing1): New function.
11531 (nothing2): New function.
11532 (do_children_tests): Set function pointers by nothing1 and
11533 nothing2.
11534 * gdb.mi/mi-var-display.exp: Update test to match output.
11535 Step to the line specified by $line_dct_nothing.
11536 Increase the number of lines to step.
11537
11538 2014-10-14 Yao Qi <yao@codesourcery.com>
11539
11540 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11541 tests.
11542 * gdb.mi/mi2-var-child.exp: Likewise.
11543
11544 2014-10-13 Doug Evans <dje@google.com>
11545
11546 * gdb.python/py-objfile.exp: Change name of file name test.
11547
11548 2014-10-13 Doug Evans <dje@google.com>
11549
11550 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11551 from the start of the CU.
11552
11553 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11554 Yao Qi <yao@codesourcery.com>
11555
11556 Fix "save breakpoints" for "catch" command.
11557 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11558 Remove -nonewline. Match also the added "main" line.
11559
11560 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11561
11562 Fix "save breakpoints" for "disable $bpnum" command.
11563 * gdb.base/save-bp.c (main): Add label.
11564 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11565
11566 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11567
11568 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11569
11570 2014-10-11 Yao Qi <yao@codesourcery.com>
11571
11572 * gdb.server/server-kill.exp: Execute command
11573 "set remote trace-status-packet on" before "tstatus".
11574
11575 2014-10-11 Yao Qi <yao@codesourcery.com>
11576
11577 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11578 (main): Call getppid.
11579 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11580 and continue to it. Read variable "server_pid".
11581
11582 2014-10-11 Yao Qi <yao@codesourcery.com>
11583
11584 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11585
11586 2014-10-11 Yao Qi <yao@codesourcery.com>
11587
11588 * gdb.threads/thread-find.exp: Don't execute command
11589 "info threads".
11590 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11591 * gdb.threads/linux-dp.exp: Don't check the condition
11592 $threads_created equals to zero.
11593
11594 2014-10-10 Pedro Alves <palves@redhat.com>
11595
11596 * gdb.base/bigcore.exp: Remove references to IRIX.
11597 * gdb.base/funcargs.exp: Likewise.
11598 * gdb.base/interrupt.exp: Likewise.
11599 * gdb.base/mips_pro.exp: Likewise.
11600 * gdb.base/nodebug.exp: Likewise.
11601 * gdb.base/setvar.exp: Likewise.
11602 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11603
11604 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11605 Pedro Alves <palves@redhat.com>
11606
11607 PR symtab/14466
11608 * gdb.base/vdso-warning.c: New file.
11609 * gdb.base/vdso-warning.exp: New file.
11610
11611 2014-10-02 Doug Evans <dje@google.com>
11612
11613 * gdb.base/structs.c (main): Don't run forever.
11614
11615 2014-10-02 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11618 (top level) <stop threads 1, stop threads 2>: Use it.
11619
11620 2014-10-02 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.threads/break-while-running.exp (test): Add new
11623 'update_thread_list' argument. Skip "info threads" if false.
11624 (top level): Add new 'update_thread_list' axis.
11625
11626 2014-10-02 Pedro Alves <palves@redhat.com>
11627
11628 PR breakpoints/17431
11629 * gdb.base/execl-update-breakpoints.c: New file.
11630 * gdb.base/execl-update-breakpoints.exp: New file.
11631
11632 2014-10-01 Pedro Alves <palves@redhat.com>
11633
11634 * gdb.base/breakpoint-in-ro-region.c: New file.
11635 * gdb.base/breakpoint-in-ro-region.exp: New file.
11636
11637 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11638
11639 * gdb.mi/mi-exit-code.exp: New file.
11640 * gdb.mi/mi-exit-code.c: New file.
11641
11642 2014-09-30 Yao Qi <yao@codesourcery.com>
11643
11644 * lib/prelink-support.exp (build_executable_own_libs): Error if
11645 the target isn't native.
11646
11647 2014-09-30 Yao Qi <yao@codesourcery.com>
11648
11649 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11650 false.
11651
11652 2014-09-22 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.threads/break-while-running.exp: New file.
11655 * gdb.threads/break-while-running.c: New file.
11656
11657 2014-09-19 Yao Qi <yao@codesourcery.com>
11658
11659 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11660 Invoke test. Restart GDB with --readnow and invoke test again.
11661
11662 2014-09-19 Yao Qi <yao@codesourcery.com>
11663
11664 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11665 proc set_breakpoint_on_gcd_function. Invoke
11666 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11667 invoke set_breakpoint_on_gcd_function again.
11668
11669 2014-09-18 Doug Evans <dje@google.com>
11670
11671 * gdb.dwarf2/symtab-producer.exp: New file.
11672
11673 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11674
11675 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11676 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11677 * gdb.base/global-var-nested-by-dso.c: Likewise.
11678 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11679
11680 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11681 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.base/watch-bitfields.exp: Pass string other than test file
11684 name to prepare_for_testing.
11685 (watch): New procedure.
11686 (expect_watchpoint): Use with_test_prefix.
11687 (top level): Factor out tests to ...
11688 (test_watch_location, test_regular_watch): ... these new
11689 procedures, and use with_test_prefix and gdb_continue_to_end.
11690
11691 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11692
11693 PR breakpoints/12526
11694 * gdb.base/watch-bitfields.exp: New file.
11695 * gdb.base/watch-bitfields.c: New file.
11696
11697 2014-09-16 Pedro Alves <palves@redhat.com>
11698
11699 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11700 software and hardware addresses, not software address against
11701 itself.
11702
11703 2014-09-16 Pedro Alves <palves@redhat.com>
11704
11705 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11706 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11707
11708 2014-09-16 Pedro Alves <palves@redhat.com>
11709
11710 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11711 files.
11712 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11713 "*-*-vxworks*" throughout.
11714 * gdb.base/break.exp: Likewise.
11715 * gdb.base/default.exp: Likewise.
11716 * gdb.base/scope.exp: Likewise.
11717 * gdb.base/sepdebug.exp: Likewise.
11718 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11719 throughout.
11720 * gdb.base/run.c: Likewise.
11721 * gdb.base/sepdebug.c: Likewise.
11722 * gdb.hp/gdb.aCC/run.c: Likewise.
11723 * gdb.reverse/until-reverse.c: Likewise.
11724 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11725
11726 2014-09-16 Yao Qi <yao@codesourcery.com>
11727
11728 * boards/local-remote-host-native.exp: New file.
11729
11730 2014-09-14 Doug Evans <xdje42@gmail.com>
11731
11732 * gdb.threads/queue-signal.c (thread_count): New variable.
11733 (thread_count_mutex, thread_count_condvar): New variables.
11734 (incr_thread_count, wait_all_threads_running): New functions.
11735 (main): Wait for all threads to be in their thread functions.
11736
11737 2014-09-13 Doug Evans <xdje42@gmail.com>
11738
11739 * gdb.threads/queue-signal.c: New file.
11740 * gdb.threads/queue-signal.exp: New file.
11741
11742 2014-09-13 Doug Evans <xdje42@gmail.com>
11743
11744 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11745 be consistent with what default_gdb_init uses.
11746 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11747 the plain text of the prompt. Add some logging printfs.
11748 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11749
11750 2014-09-12 Pedro Alves <palves@redhat.com>
11751
11752 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11753 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11754 * gdb.arch/i386-size-overlap.exp: Likewise.
11755 * gdb.arch/i386-size.exp: Likewise.
11756 * gdb.arch/i386-unwind.exp: Likewise.
11757 * gdb.base/a2-run.exp: Likewise.
11758 * gdb.base/break.exp: Likewise.
11759 * gdb.base/charset.exp: Likewise.
11760 * gdb.base/chng-syms.exp: Likewise.
11761 * gdb.base/commands.exp: Likewise.
11762 * gdb.base/dbx.exp: Likewise.
11763 * gdb.base/find.exp: Likewise.
11764 * gdb.base/funcargs.exp: Likewise.
11765 * gdb.base/jit-simple.exp: Likewise.
11766 * gdb.base/reread.exp: Likewise.
11767 * gdb.base/sepdebug.exp: Likewise.
11768 * gdb.base/step-bt.exp: Likewise.
11769 * gdb.cp/mb-inline.exp: Likewise.
11770 * gdb.cp/mb-templates.exp: Likewise.
11771 * gdb.objc/basicclass.exp: Likewise.
11772 * gdb.threads/killed.exp: Likewise.
11773
11774 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11775
11776 PR tdep/17379
11777 * gdb.arch/powerpc-stackless.S: New file.
11778 * gdb.arch/powerpc-stackless.exp: New file.
11779
11780 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11781
11782 * gdb.base/attach.c: Include unistd.h.
11783 (main): Call alarm. Add label postloop.
11784 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11785 gdb_breakpoint, gdb_continue_to_breakpoint.
11786 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11787
11788 2014-09-11 Pedro Alves <palves@redhat.com>
11789
11790 PR gdb/17347
11791 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11792 * gdb.base/attach.exp (test_command_line_attach_run): New
11793 procedure.
11794 (top level): Call it.
11795
11796 2014-09-11 Pedro Alves <palves@redhat.com>
11797
11798 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11799 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11800 (do_command_attach_tests): Use spawn_wait_for_attach.
11801 * gdb.base/solib-overlap.exp: Likewise.
11802 * gdb.multi/multi-attach.exp: Likewise.
11803 * gdb.python/py-prompt.exp: Likewise.
11804 * gdb.python/py-sync-interp.exp: Likewise.
11805 * gdb.server/ext-attach.exp: Likewise.
11806
11807 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11808
11809 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11810 command in testcase. Simplify testcase.
11811
11812 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11813
11814 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11815
11816 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11817
11818 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11819
11820 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11821
11822 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11823
11824 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11825
11826 * gdb.dwarf2/dynarr-ptr.c: New file.
11827 * gdb.dwarf2/dynarr-ptr.exp: New file.
11828
11829 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11830
11831 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11832 of 30 rather than hardcoding 120 for a slow test case. Take the
11833 `gdb,timeout' target setting into account for this calculation.
11834 Don't extend the timeout for the test cases that don't need it.
11835
11836 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11837
11838 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11839 a factor of 2 for a slow test case. Take the `gdb,timeout'
11840 target setting into account for this calculation.
11841 * gdb.reverse/until-precsave.exp: Increase the timeout by
11842 a factor of 15 and 3 respectively rather than adding 120
11843 for a pair of slow test cases. Take the `gdb,timeout'
11844 target setting into account for this calculation.
11845
11846 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11847
11848 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11849 timeout, don't pass one down to gdb_expect.
11850 (gdb_expect): Rework timeout selection.
11851
11852 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11853
11854 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11855 exception on timeout.
11856 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11857 (gdbserver_start_extended): Catch any `gdbserver_start' error
11858 exceptions.
11859 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11860 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11861 `gdbserver_gdb_load' error exceptions.
11862
11863 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11864
11865 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11866 120 on waiting for the TCP socket to open.
11867
11868 2014-09-09 Doug Evans <xdje42@gmail.com>
11869
11870 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11871 _caller_matches, _any_caller_is, _any_caller_matches.
11872
11873 2014-09-09 Doug Evans <xdje42@gmail.com>
11874
11875 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11876
11877 2014-09-09 Yao Qi <yao@codesourcery.com>
11878
11879 * gdb.mi/mi-var-display.exp: Set print symbol off.
11880
11881 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11882
11883 PR gdb/17035
11884 * gdb.base/commands.exp: Add tests to verify user-defined
11885 commands with empty bodies.
11886 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11887 python commands in `show user command`.
11888 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11889 scheme commands in `show user command`.
11890
11891 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11892
11893 PR python/17355
11894 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11895 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11896 * gdb.python/py-framefilter-invalidarg.exp: New file.
11897 * gdb.python/py-framefilter-invalidarg.py: New file.
11898
11899 2014-09-06 Doug Evans <xdje42@gmail.com>
11900
11901 PR 15276
11902 * gdb.python/py-caller-is.c: New file.
11903 * gdb.python/py-caller-is.exp: New file.
11904
11905 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11906
11907 PR gdb/17235
11908 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11909 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11910
11911 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11912
11913 PR fortran/17237
11914 * gdb.fortran/print-formatted.exp: New file.
11915 * gdb.fortran/print-formatted.f90: Likewise.
11916
11917 2014-09-03 Sasha Smundak <asmundak@google.com>
11918
11919 * gdb.python/py-frame.exp: Test Frame.read_register.
11920
11921 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11922
11923 PR python/16699
11924 * gdb.python/py-completion.exp: New file.
11925 * gdb.python/py-completion.py: Likewise.
11926
11927 2014-08-28 Doug Evans <dje@google.com>
11928
11929 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11930 eax,etc. are live with values set by gdb and thus the compiler can't
11931 use them.
11932 * gdb.arch/i386-pseudo.c (main): Ditto.
11933
11934 2014-08-27 Doug Evans <dje@google.com>
11935
11936 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11937
11938 2014-08-25 Doug Evans <dje@google.com>
11939
11940 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11941 (main): Ditto.
11942
11943 2014-08-25 Doug Evans <dje@google.com>
11944
11945 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11946
11947 2014-08-24 Yao Qi <yao@codesourcery.com>
11948
11949 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11950 symbol off.
11951 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11952
11953 2014-08-22 Doug Evans <dje@google.com>
11954
11955 PR 17276
11956 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11957 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11958 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11959
11960 2014-08-22 Yao Qi <yao@codesourcery.com>
11961
11962 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11963 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11964 * gdb.python/python.exp: Likewise. Use .py file on the host
11965 instead of the build.
11966
11967 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11968
11969 * gdb.threads/gcore-stale-thread.c: New file.
11970 * gdb.threads/gcore-stale-thread.exp: New file.
11971
11972 2014-08-21 Pedro Alves <palves@redhat.com>
11973
11974 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11975 * gdb.base/gcore-relro-pie.exp: Likewise.
11976 * gdb.base/gcore-relro.exp: Likewise.
11977 * gdb.base/gcore.exp: Likewise.
11978 * gdb.base/print-symbol-loading.exp: Likewise.
11979 * gdb.threads/gcore-thread.exp: Likewise.
11980 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11981
11982 2014-08-20 Pedro Alves <palves@redhat.com>
11983 Jan Kratochvil <jan.kratochvil@redhat.com>
11984
11985 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11986 configure.
11987 (EXPECT): Handle READ1 being set.
11988 (all): Depend on EXTRA_RULES.
11989 (check-read1, expect-read1, read1.so, read1): New rules.
11990 * README (Testsuite Parameters): Document the READ1 make variable.
11991 (Race detection): New section.
11992 * configure: Regenerate.
11993 * configure.ac: If build==host==target, and running under a
11994 GNU/glibc system, add read1 to the extra Makefile rules.
11995 (EXTRA_RULES): AC_SUBST it.
11996 * lib/read1.c: New file.
11997
11998 2014-08-20 Joel Brobecker <brobecker@adacore.com>
11999
12000 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12001 the handling of variables declared as a typedef to an array
12002 which a DW_AT_data_location attribute.
12003
12004 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12005 Pedro Alves <palves@redhat.com>
12006
12007 PR symtab/14604
12008 PR symtab/14605
12009 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12010 gdb_test.
12011
12012 2014-08-19 Pedro Alves <palves@redhat.com>
12013
12014 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12015
12016 2014-08-19 Yao Qi <yao@codesourcery.com>
12017
12018 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12019 right line.
12020
12021 2014-08-18 David Blaikie <dblaikie@gmail.com>
12022
12023 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12024
12025 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12026
12027 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12028 attribute in array range.
12029
12030 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12031
12032 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12033
12034 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12035
12036 PR c++/17132
12037 * gdb.cp/pr17132.cc: New file.
12038 * gdb.cp/pr17132.exp: New file.
12039
12040 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12041
12042 * gdb.python/py-xmethods.py (A_getarrayind)
12043 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12044 Use 'print' with function call syntax.
12045 (E_method_matcher.match): Fix tab vs space indentation mixup.
12046
12047 2014-08-15 Yao Qi <yao@codesourcery.com>
12048
12049 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12050 false.
12051
12052 2014-08-15 Yao Qi <yao@codesourcery.com>
12053
12054 * gdb.cp/casts.exp: Set print symbol off.
12055 * gdb.cp/class2.exp: Likewise.
12056 * gdb.cp/overload.exp: Likewise.
12057 * gdb.cp/templates.exp: Likewise.
12058
12059 2014-08-11 Doug Evans <dje@google.com>
12060
12061 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12062 (test_load_shlib): Update.
12063
12064 2014-08-09 Yao Qi <yao@codesourcery.com>
12065
12066 * gdb.base/display.exp: Invoke is_address_zero_readable.
12067 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12068 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12069 * gdb.base/hbreak-unmapped.exp: Return if
12070 is_address_zero_readable returns true.
12071 * gdb.base/signest.exp: Likewise.
12072 * gdb.base/signull.exp: Likewise.
12073 * gdb.base/sigbpt.exp: Likewise.
12074 * gdb.guile/scm-disasm.exp: Do the test if
12075 is_address_zero_readable returns false.
12076 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12077 * gdb.python/py-arch.exp: Likewise.
12078 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12079 * lib/gdb.exp (is_address_zero_readable): New proc.
12080
12081 2014-08-09 Yao Qi <yao@codesourcery.com>
12082
12083 PR testsuite/13443
12084 * gdb.mi/mi-var-display.exp: Make test messages unique.
12085
12086 2014-08-04 Tom Tromey <tromey@redhat.com>
12087
12088 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12089 target 0".
12090
12091 2014-08-04 Tom Tromey <tromey@redhat.com>
12092
12093 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12094 "target_resume".
12095
12096 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12097
12098 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12099 inner_vla_struct_object_size.
12100 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12101 as xfail.
12102
12103 2014-07-30 Pedro Alves <palves@redhat.com>
12104
12105 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12106 comment.
12107
12108 2014-07-29 Yao Qi <yao@codesourcery.com>
12109
12110 PR gdb/17206
12111 * gdb.base/until-nodebug.exp: New.
12112
12113 2014-07-28 Doug Evans <xdje42@gmail.com>
12114
12115 PR guile/17203
12116 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12117 previously existing parameter, and previously ambiguously spelled
12118 parameter.
12119
12120 2014-07-28 Will Newton <will.newton@linaro.org>
12121
12122 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12123
12124 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12125 Doug Evans <xdje42@gmail.com>
12126
12127 PR guile/17146
12128 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12129
12130 2014-07-25 Pedro Alves <palves@redhat.com>
12131
12132 * gdb.threads/signal-command-handle-nopass.c: New file.
12133 * gdb.threads/signal-command-handle-nopass.exp: New file.
12134 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12135 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12136 * gdb.threads/signal-delivered-right-thread.c: New file.
12137 * gdb.threads/signal-delivered-right-thread.exp: New file.
12138
12139 2014-07-25 Pedro Alves <palves@redhat.com>
12140
12141 * gdb.base/double-prompt-target-event-error.exp
12142 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12143 match.
12144 (cancel_pagination_in_target_event): Rework double prompt
12145 detection.
12146 * gdb.base/paginate-after-ctrl-c-running.exp
12147 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12148 <return>' match.
12149 * gdb.base/paginate-bg-execution.exp
12150 (test_bg_execution_pagination_return)
12151 (test_bg_execution_pagination_cancel): Remove '-notransfer
12152 <return>' matches.
12153 * gdb.base/paginate-execution-startup.exp
12154 (test_fg_execution_pagination_return)
12155 (test_fg_execution_pagination_cancel): Remove '-notransfer
12156 <return>' matches.
12157 * gdb.base/paginate-inferior-exit.exp
12158 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12159 match.
12160 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12161 * lib/gdb.exp (pagination_prompt): Run text through
12162 string_to_regexp.
12163 (gdb_test_multiple): Match $pagination_prompt instead of
12164 "<return>".
12165 (string_to_regexp): Move to lib/gdb-utils.exp.
12166
12167 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12168
12169 * gdb.arch/amd64-entry-value-paramref.S: New file.
12170 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12171 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12172 * gdb.arch/amd64-optimout-repeat.S: New file.
12173 * gdb.arch/amd64-optimout-repeat.c: New file.
12174 * gdb.arch/amd64-optimout-repeat.exp: New file.
12175
12176 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12177
12178 PR gdb/17170
12179 * gdb.base/statistics.exp: New file.
12180
12181 2014-07-17 Doug Evans <dje@google.com>
12182
12183 PR gdb/17170
12184 * gdb.base/maint.exp: Update testing of per-command stats.
12185
12186 2014-07-16 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12189 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12190 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12191 (tfile_write_buf): New functions.
12192 (add_memory_block): Rewrite using the above.
12193 (adjust_function_address): New function.
12194 (FUNCTION_ADDRESS): New macro.
12195 (write_basic_trace_file): Remove short_x local, and use
12196 tfile_write_16. Change type of func_addr local to unsigned long
12197 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12198 here. Cast argument of add_memory_block to char pointer.
12199 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12200 (main): Remove parameters.
12201 * gdb.trace/tfile.exp: Remove nowarnings.
12202
12203 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12204
12205 * gdb.base/debug-expr.exp: Test string evaluation with
12206 "debug expression" on.
12207
12208 2014-07-15 Pedro Alves <palves@redhat.com>
12209
12210 * gdb.base/reread.exp: Use clean_restart.
12211
12212 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12213
12214 * gdb.arch/avr-flash-qualifer.c: New.
12215 * gdb.arch/avr-flash-qualifer.exp: New.
12216
12217 2014-07-14 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12220 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12221
12222 2014-07-14 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.base/double-prompt-target-event-error.c: New file.
12225 * gdb.base/double-prompt-target-event-error.exp: New file.
12226
12227 2014-07-14 Pedro Alves <palves@redhat.com>
12228
12229 PR gdb/17072
12230 * gdb.base/paginate-inferior-exit.c: New file.
12231 * gdb.base/paginate-inferior-exit.exp: New file.
12232
12233 2014-07-14 Pedro Alves <palves@redhat.com>
12234
12235 PR gdb/17072
12236 * gdb.base/paginate-bg-execution.c: New file.
12237 * gdb.base/paginate-bg-execution.exp: New file.
12238
12239 2014-07-14 Pedro Alves <palves@redhat.com>
12240
12241 PR gdb/17072
12242 * gdb.base/paginate-execution-startup.c: New file.
12243 * gdb.base/paginate-execution-startup.exp: New file.
12244 * lib/gdb.exp (pagination_prompt): New global.
12245 (default_gdb_spawn): New procedure, factored out from
12246 default_gdb_spawn.
12247 (default_gdb_start): Adjust to call default_gdb_spawn.
12248 (gdb_spawn): New procedure.
12249
12250 2014-07-14 Pedro Alves <palves@redhat.com>
12251
12252 * lib/gdb.exp (gdb_assert): New procedure.
12253 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12254
12255 2014-07-14 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.base/execution-termios.c: New file.
12258 * gdb.base/execution-termios.exp: New file.
12259
12260 2014-07-14 Tom Tromey <tromey@redhat.com>
12261
12262 * gdb.cp/vla-cxx.cc: New file.
12263 * gdb.cp/vla-cxx.exp: New file.
12264
12265 2014-07-14 Tom Tromey <tromey@redhat.com>
12266
12267 * gdb.reverse/rerun-prec.c: New file.
12268 * gdb.reverse/rerun-prec.exp: New file.
12269
12270 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12271 Maciej W. Rozycki <macro@codesourcery.com>
12272
12273 * lib/gdb-utils.exp: New file.
12274 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12275 inline `gdb_init_command' processing.
12276 (gdb_start_cmd): Likewise.
12277 * lib/mi-support.exp (mi_run_cmd): Likewise.
12278 * README: Document `gdb_init_command' and `gdb_init_commands'.
12279
12280 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12281
12282 Fix false FAIL running under a very long directory name.
12283 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12284 and "set print elements 10000". Twice.
12285
12286 2014-07-11 Yao Qi <yao@codesourcery.com>
12287
12288 * gdb.base/exprs.exp: "set print symbol off".
12289
12290 2014-07-11 Pedro Alves <palves@redhat.com>
12291
12292 * gdb.threads/kill.c: New file.
12293 * gdb.threads/kill.exp: New file.
12294
12295 2014-07-10 Yao Qi <yao@codesourcery.com>
12296
12297 * gdb.trace/tfile.c (write_basic_trace_file)
12298 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12299 address written to trace file.
12300
12301 2014-07-09 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.base/attach-wait-input.exp: New file.
12304 * gdb.base/attach-wait-input.c: New file.
12305
12306 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12307
12308 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12309 setting up test structures.
12310 (main): Call new test function.
12311 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12312 test function, continue into test function and walk test
12313 structures.
12314
12315 2014-07-02 Yao Qi <yao@codesourcery.com>
12316
12317 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12318 'bar_start' at the beginning of functions 'foo' and 'bar'
12319 respectively.
12320 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12321 instead of 'foo' and 'bar'.
12322
12323 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12324
12325 * gdb.btrace/segv.exp: New.
12326 * gdb.btrace/segv.c: New.
12327
12328 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12329
12330 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12331 instruction.
12332
12333 2014-06-30 Mark Wielaard <mjw@redhat.com>
12334
12335 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12336 vulture, vilify, villar): New volatile array constants.
12337 (vindictive, vegetation): New const volatile array constants.
12338 * gdb.base/volatile.exp: Test volatile and const volatile array
12339 types.
12340
12341 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12342
12343 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12344 target lacks support for awatch, rwatch, or hbreak.
12345
12346 2014-06-27 Yao Qi <yao@codesourcery.com>
12347
12348 * gdb.multi/dummy-frame-restore.exp: New.
12349 * gdb.multi/dummy-frame-restore.c: New.
12350
12351 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12352
12353 * gdb.btrace/gcore.exp: New.
12354
12355 2014-06-23 Pedro Alves <palves@redhat.com>
12356
12357 * gdb.base/watchpoint-reuse-slot.c: New file.
12358 * gdb.base/watchpoint-reuse-slot.exp: New file.
12359
12360 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12361
12362 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12363 progspace's filename in 'info', 'enable' and 'disable' command
12364 tests.
12365
12366 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12367
12368 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12369 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12370 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12371
12372 2014-06-20 Gary Benson <gbenson@redhat.com>
12373
12374 * gdb.arch/i386-avx.exp: Fix include file location.
12375 * gdb.arch/i386-sse.exp: Likewise.
12376
12377 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12378
12379 * gdb.dlang/expression.exp: New file.
12380
12381 2014-06-19 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12384 out from ...
12385 (top level): ... here. Iterate running tests under different
12386 scheduler-locking settings.
12387
12388 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12389
12390 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12391 to DW_FORM_addr and use non-zero addresses.
12392
12393 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12394
12395 PR gdb/17017
12396 * gdb.python/py-xmethods.cc: Add global function call counters and
12397 increment them in their respective functions. Remove "cout"
12398 statements.
12399 * gdb.python/py-xmethods.exp: Make tests check the global function
12400 call counters instead of depending on inferior IO.
12401
12402 2014-06-18 Don Breazeal <donb@codesourcery.com>
12403
12404 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12405 Deleted procedure.
12406 (explicit_fork_parent_follow): Deleted procedure.
12407 (explicit_fork_child_follow): Deleted procedure.
12408 (test_follow_fork): New procedure.
12409 (do_fork_tests): Replace calls to deleted procedures with
12410 calls to test_follow_fork and reset GDB for subsequent
12411 procedure calls.
12412
12413 2014-06-17 Yao Qi <yao@codesourcery.com>
12414
12415 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12416 CP1252.
12417
12418 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12419
12420 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12421 Initialize ptr and S explicitly.
12422 (skip_type_update_when_not_use_rtti_test): Likewise.
12423
12424 2014-06-16 Keith Seitz <keiths@redhat.com>
12425
12426 PR mi/15863
12427 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12428 the inferior is started.
12429
12430 2014-06-16 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.base/break-main-file-remove-fail.c: New file.
12433 * gdb.base/break-main-file-remove-fail.exp: New file.
12434 * gdb.base/break-unload-file.exp: Use build_executable instead of
12435 prepare_for_testing.
12436 (test_break): New parameter "initial_load". Handle it.
12437 (top level): Add initial_load cmdline/file axis.
12438
12439 2014-06-12 Tom Tromey <tromey@redhat.com>
12440
12441 * gdb.base/completion.exp: Don't use directory name in test.
12442
12443 2014-06-09 Gary Benson <gbenson@redhat.com>
12444
12445 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12446 separate the always-available ANSI-standard signals from the
12447 signals that require checking.
12448 (main): Likewise.
12449 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12450 Likewise.
12451 (main): Likewise.
12452
12453 2014-06-07 Keith Seitz <keiths@redhat.com>
12454
12455 Revert:
12456 PR c++/16253
12457 * gdb.cp/var-tag.cc: New file.
12458 * gdb.cp/var-tag.exp: New file.
12459 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12460 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12461 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12462 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12463
12464 2014-06-06 Doug Evans <xdje42@gmail.com>
12465
12466 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12467
12468 2014-06-06 Pedro Alves <palves@redhat.com>
12469
12470 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12471 in target debug output instead of looking at RSP packets,
12472 disabling the test on any target that uses hardware stepping.
12473 Update comments.
12474
12475 2014-06-06 Pedro Alves <palves@redhat.com>
12476
12477 * gdb.base/break-unload-file.exp: Fix typo.
12478
12479 2014-06-06 Yao Qi <yao@codesourcery.com>
12480
12481 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12482 from "jit_function" to "^jit_function".
12483
12484 2014-06-06 Yao Qi <yao@codesourcery.com>
12485
12486 * gdb.base/async.c (foo): Add one statement.
12487 * gdb.base/async.exp: Get the next instruction address and
12488 match the output of "nexti" by instruction address. Match
12489 the hex address in the output of "finish".
12490
12491 2014-06-06 Gary Benson <gbenson@redhat.com>
12492
12493 * gdb.base/call-signals.c: Remove preprocessor conditionals
12494 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12495 SIGSEGV and SIGTERM.
12496 * gdb.base/sigall.c: Likewise.
12497 * gdb.base/unwindonsignal.c: Likewise.
12498 * gdb.reverse/sigall-reverse.c: Likewise.
12499
12500 2014-06-06 Yao Qi <yao@codesourcery.com>
12501
12502 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12503 readable, skip the test.
12504
12505 2014-06-06 Yao Qi <yao@codesourcery.com>
12506
12507 * gdb.threads/staticthreads.c (thread_function): Move the line
12508 setting breakpoint on forward.
12509 * gdb.threads/staticthreads.exp: Update comments.
12510
12511 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12512
12513 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12514 "history-append! type error".
12515
12516 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12517
12518 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12519 erroneous dprintf expected input.
12520
12521 2014-06-04 Doug Evans <xdje42@gmail.com>
12522
12523 * gdb.guile/scm-generics.exp: Delete.
12524
12525 2014-06-04 Doug Evans <xdje42@gmail.com>
12526
12527 * gdb.guile/scm-breakpoint.exp: Update.
12528 Add tests for breakpoint registration.
12529
12530 2014-06-04 Tom Tromey <tromey@redhat.com>
12531
12532 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12533 VLA-in-union.
12534 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12535 inner_vla_struct, vla_union types. Initialize objects of those
12536 types and compute their sizes.
12537
12538 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12539 Hui Zhu <hui@codesourcery.com>
12540
12541 * gdb.base/fileio.exp: Add test for shell not available as well as
12542 available.
12543 * gdb.base/fileio.c (test_system): Check for shell twice.
12544
12545 2014-06-04 Yao Qi <yao@codesourcery.com>
12546
12547 * gdb.base/auto-connect-native-target.exp: Remove redundant
12548 space from the regexp pattern.
12549
12550 2014-06-04 Yao Qi <yao@codesourcery.com>
12551
12552 * gdb.base/default.exp: Replace "child" with "native" in
12553 regexp pattern.
12554
12555 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12556
12557 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12558 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12559 * gdb.python/py-xmethods.py: Python script supporting the
12560 new testcase and tests.
12561
12562 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12563 Pedro Alves <palves@redhat.com>
12564
12565 PR breakpoints/17000
12566 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12567 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12568
12569 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12570
12571 * gdb.base/subst.exp: Add tests to verify partial path matching
12572 output.
12573
12574 2014-06-03 Pedro Alves <palves@redhat.com>
12575
12576 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12577 target that doesn't use software single-stepping.
12578
12579 2014-06-03 Pedro Alves <palves@redhat.com>
12580
12581 PR breakpoints/17000
12582 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12583 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12584
12585 2014-06-02 Doug Evans <xdje42@gmail.com>
12586
12587 * gdb.guile/scm-parameter.exp: New file.
12588
12589 2014-06-02 Doug Evans <xdje42@gmail.com>
12590
12591 * gdb.guile/scm-cmd.c: New file.
12592 * gdb.guile/scm-cmd.exp: New file.
12593
12594 2014-06-02 Doug Evans <xdje42@gmail.com>
12595
12596 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12597 pretty-printer lookup.
12598 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12599 (make-pp_s-printer): Call it.
12600 (make-pretty-printer-from-dict): New function.
12601 (lookup-pretty-printer-maker-from-dict): New function.
12602 (*pretty-printer*): Simplify.
12603 (make-objfile-pp_s-printer): New function.
12604 (install-objfile-pretty-printers!): New function.
12605 (make-progspace-pp_s-printer): New function.
12606 (install-progspace-pretty-printers!): New function.
12607 * gdb.guile/scm-progspace.c: New file.
12608 * gdb.guile/scm-progspace.exp: New file.
12609
12610 2014-06-02 Pedro Alves <palves@redhat.com>
12611
12612 * gdb.base/dprintf-bp-same-addr.c: New file.
12613 * gdb.base/dprintf-bp-same-addr.exp: New file.
12614
12615 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12616
12617 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12618 * gdb.arch/powerpc-power.s: Likewise.
12619
12620 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12621
12622 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12623
12624 2014-06-01 Yao Qi <yao@codesourcery.com>
12625
12626 * gdb.base/watchpoint.exp (test_watch_location): Check null
12627 pointer can be dereferenced. If not, do the test, otherwise
12628 skip it.
12629
12630 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12631
12632 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12633 results.
12634 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12635
12636 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12637
12638 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12639 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12640 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12641 * gdb.arch/amd64-invalid-stack-top.c: New file.
12642 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12643
12644 2014-05-30 Pedro Alves <palves@redhat.com>
12645
12646 PR breakpoints/17000
12647 * gdb.base/sss-bp-on-user-bp.c: New file.
12648 * gdb.base/sss-bp-on-user-bp.exp: New file.
12649
12650 2014-05-30 David Blaikie <dblaikie@gmail.com>
12651
12652 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12653 gnu_inline semantics via attribute.
12654 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12655 source explicitly specifies the required semantics.
12656
12657 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12658
12659 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12660
12661 2014-05-29 Pedro Alves <palves@redhat.com>
12662 Tom Tromey <tromey@redhat.com>
12663
12664 * gdb.base/async-shell.exp: Don't enable target-async.
12665 * gdb.base/async.exp
12666 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12667 parameter. Adjust.
12668 (top level): Don't test with "target-async".
12669 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12670 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12671 * gdb.base/inferior-died.exp: Don't enable target-async.
12672 * gdb.base/interrupt-noterm.exp: Likewise.
12673 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12674 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12675 * gdb.mi/mi-nonstop.exp: Likewise.
12676 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12677 * gdb.mi/mi-nsintrall.exp: Likewise.
12678 * gdb.mi/mi-nsmoribund.exp: Likewise.
12679 * gdb.mi/mi-nsthrexec.exp: Likewise.
12680 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12681 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12682 * gdb.python/py-evsignal.exp: Don't enable target-async.
12683 * gdb.python/py-evthreads.exp: Likewise.
12684 * gdb.python/py-prompt.exp: Likewise.
12685 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12686 * gdb.server/solib-list.exp: Don't enable target-async.
12687 * gdb.threads/thread-specific-bp.exp: Likewise.
12688 * lib/mi-support.exp: Adjust to use mi-async.
12689
12690 2014-05-29 Pedro Alves <palves@redhat.com>
12691
12692 PR gdb/13860
12693 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12694 reason, even in sync mode.
12695
12696 2014-05-29 Pedro Alves <palves@redhat.com>
12697 Hui Zhu <hui@codesourcery.com>
12698
12699 PR PR15693
12700 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12701 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12702 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12703 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12704
12705 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12706
12707 * config/monitor.exp (gdb_target_monitor): Replace use of
12708 "set remotebaud" by "set serial baud".
12709
12710 2014-05-26 Andy Wingo <wingo@igalia.com>
12711
12712 * gdb.guile/scm-breakpoint.exp:
12713 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12714 properties instead of gdb-object-properties.
12715
12716 2014-05-26 Yao Qi <yao@codesourcery.com>
12717
12718 * gdb.server/no-thread-db.exp: Specify source file name
12719 explicitly when setting a breakpoint.
12720
12721 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12722
12723 * gdb.btrace/vdso.c: New.
12724 * gdb.btrace/vdso.exp: New.
12725
12726 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12727
12728 * gdb.base/gcore.exp (capture_command_output): Move ...
12729 * lib/gdb.exp (capture_command_output): ... here.
12730
12731 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12732
12733 * gdb.btrace/data.exp: Test memory access during btrace replay.
12734
12735 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12736
12737 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12738
12739 2014-05-21 Pedro Alves <palves@redhat.com>
12740
12741 PR gdb/13860
12742 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12743 (top level): Test that output related to execution commands is
12744 sent to the console with CLI commands, but not with MI commands.
12745 Test that breakpoint events are always mirrored to the console.
12746 Also expect the new source line to be output after a "next" in
12747 async mode too. Make it a pass/fail test.
12748 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12749 output.
12750 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12751
12752 2014-05-21 Pedro Alves <palves@redhat.com>
12753
12754 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12755 Use them to test variations of "list" after reaching a breakpoint.
12756 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12757 Test "list" with listsize 10 after reaching a breakpoint.
12758 * gdb.python/python.exp (decode_line current location line
12759 number): Adjust expected line number.
12760
12761 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12762
12763 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12764 behavior for $args, pass it directly to "run".
12765
12766 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12767
12768 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12769 30000 to 65536.
12770
12771 2014-05-21 Pedro Alves <palves@redhat.com>
12772
12773 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12774 auto-connect-native-target off".
12775 * gdb.base/auto-connect-native-target.c: New file.
12776 * gdb.base/auto-connect-native-target.exp: New file.
12777
12778 2014-05-21 Pedro Alves <palves@redhat.com>
12779
12780 * gdb.base/default.exp: Test "target native" instead of "target
12781 child".
12782
12783 2014-05-21 Mark Wielaard <mjw@redhat.com>
12784
12785 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12786
12787 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12788
12789 Fix TLS access for -static -pthread.
12790 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12791 <HAVE_TLS> (thread_function, main): Initialize it.
12792 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12793 Add clean_restart.
12794 <$have_tls != "">: Check TLSVAR.
12795
12796 2014-05-21 Pedro Alves <palves@redhat.com>
12797
12798 * gdb.base/dcache-line-read-error.c: New.
12799 * gdb.base/dcache-line-read-error.exp: New.
12800
12801 2014-05-20 Pedro Alves <palves@redhat.com>
12802
12803 * gdb.base/compare-sections.c: New file.
12804 * gdb.base/compare-sections.exp: New file.
12805
12806 2014-05-20 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/break-idempotent.c: New file.
12809 * gdb.base/break-idempotent.exp: New file.
12810
12811 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12812
12813 * gdb.btrace/nohist.exp: New.
12814
12815 2014-05-20 Yao Qi <yao@codesourcery.com>
12816
12817 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12818 gdb.reverse directory and gdb_reverse_timeout exists in board
12819 setting.
12820 * README: Document gdb_reverse_timeout.
12821
12822 2014-05-20 Yao Qi <yao@codesourcery.com>
12823
12824 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12825 'test_file_name'. Treat args as a string instead of a list.
12826 (gdb_init): Rename argument 'args' by 'test_file_name'.
12827
12828 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12829
12830 * gdb.arch/powerpc-power.exp: New file.
12831 * gdb.arch/powerpc-power.s: New file.
12832
12833 2014-05-16 Doug Evans <dje@google.com>
12834
12835 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
12836 * gdb.base/completion.exp: Check that all expected files exist
12837 before doing file completion.
12838
12839 2014-05-16 Doug Evans <dje@google.com>
12840
12841 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12842 Update.
12843 (do_syscall_tests_without_xml): Update.
12844
12845 2014-05-16 Pedro Alves <palves@redhat.com>
12846
12847 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12848 instead of "unknown output after running".
12849
12850 2014-05-16 Yao Qi <yao@codesourcery.com>
12851
12852 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12853 file1.txt from host at the end.
12854 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12855
12856 2014-05-15 Doug Evans <dje@google.com>
12857
12858 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12859 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12860 loading file. Add test for TU lookup.
12861
12862 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12863
12864 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12865 calling "-exec-arguments" or "set args" before running the
12866 inferior.
12867
12868 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12869
12870 * lib/mi-support.exp (mi_expect_stop): Expect message for
12871 inferiors that exit with non-zero exit code.
12872
12873 2014-05-14 Yao Qi <yao@codesourcery.com>
12874
12875 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12876 match absolute path on remote host.
12877 (test_file_list_exec_source_files): Remove "/" from the
12878 pattern.
12879
12880 2014-05-14 Yao Qi <yao@codesourcery.com>
12881
12882 * boards/local-remote-host-notty.exp (${board}_file): New
12883 proc.
12884
12885 2014-05-07 Kyle McMartin <kyle@redhat.com>
12886
12887 Pushed by Joel Brobecker <brobecker@adacore.com>.
12888 * gdb.arch/aarch64-atomic-inst.c: New file.
12889 * gdb.arch/aarch64-atomic-inst.exp: New file.
12890
12891 2014-05-07 Yao Qi <yao@codesourcery.com>
12892
12893 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12894 in current context" too.
12895
12896 2014-05-05 Keith Seitz <keiths@redhat.com>
12897
12898 * gdb.linespec/ls-dollar.exp: Add test for linespec
12899 file:convenience_variable.
12900
12901 2014-05-05 Yao Qi <yao@codesourcery.com>
12902
12903 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12904 traceframes into tfile and ctf trace files. Read data from
12905 trace file and test collected data.
12906 (gdb_collect_locals_test): Likewise.
12907 (gdb_unavailable_registers_test): Likewise.
12908 (gdb_unavailable_floats): Likewise.
12909 (gdb_collect_globals_test): Likewise.
12910 (top-level): Append "ctf" to trace_file_targets if GDB
12911 supports.
12912
12913 2014-05-05 Yao Qi <yao@codesourcery.com>
12914
12915 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12916 code to ...
12917 (gdb_collect_args_test_1): ... it. New proc.
12918 (gdb_collect_locals_test): Move some code to ...
12919 (gdb_collect_locals_test_1): ... it. New proc.
12920 (gdb_unavailable_registers_test): Move some code to ...
12921 (gdb_unavailable_registers_test_1): ... it. New proc.
12922 (gdb_unavailable_floats): Move some code to ...
12923 (gdb_unavailable_floats_1): ... it. New proc.
12924
12925 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12926
12927 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12928 probes to test for bitness recognition.
12929 * gdb.arch/amd64-stap-optional-prefix.exp
12930 (test_probe_value_without_reg): New procedure.
12931 Add code to test for different kinds of bitness.
12932
12933 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12934
12935 PR breakpoints/16889
12936 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12937 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12938
12939 2014-05-01 Pedro Alves <palves@redhat.com>
12940
12941 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12942 gdb_file_cmd if no file is specified.
12943 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12944 last_loaded_file to set the remote exec-file.
12945
12946 2014-05-01 Pedro Alves <palves@redhat.com>
12947
12948 * boards/local-remote-host.exp: New file.
12949
12950 2014-05-01 Pedro Alves <palves@redhat.com>
12951
12952 * boards/local-remote-host.exp: Rename to ...
12953 * boards/local-remote-host-notty.exp: ... this.
12954
12955 2014-04-28 Joel Brobecker <brobecker@adacore.com>
12956
12957 * gdb.ada/dyn_arrayidx: New testcase.
12958
12959 2014-04-26 Yao Qi <yao@codesourcery.com>
12960
12961 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12962 and compute the length of function main. Save it in
12963 $main_length.
12964 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12965 (top-level): Use gdb_compile to compile objects into
12966 executable and restart GDB. Remove invocation to
12967 prepare_for_testing.
12968
12969 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12970 Pedro Alves <palves@redhat.com>
12971
12972 PR server/16255
12973 * gdb.multi/multi-attach.c: New file.
12974 * gdb.multi/multi-attach.exp: New file.
12975
12976 2014-04-25 Pedro Alves <palves@redhat.com>
12977
12978 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12979 user.
12980 (top level): Test that "set remote conditional-breakpoints-packet
12981 off" works as intended.
12982 * gdb.base/dprintf.exp: Test that "set remote
12983 breakpoint-commands-packet off" works as intended.
12984 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12985 New function.
12986 (top level): Call it.
12987 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12988 remote fast-tracepoints-packet off" works as intended.
12989 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12990 * lib/gdb.exp (gdb_is_target_remote): ... here.
12991
12992 2014-04-24 David Blaikie <dblaikie@gmail.com>
12993
12994 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12995 ensure clang would not discard them.
12996 * gdb.base/gdbvars.c: Ditto.
12997 * gdb.base/memattr.c: Ditto.
12998 * gdb.base/whatis.c: Ditto.
12999 * gdb.python/py-prettyprint.c: Ditto.
13000 * gdb.trace/actions.c: Ditto.
13001 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13002 ensure clang would not discard it.
13003
13004 2014-04-24 David Blaikie <dblaikie@gmail.com>
13005
13006 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13007 clang to emit the full definition of type required by the test
13008 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13009
13010 2014-04-24 David Blaikie <dblaikie@gmail.com>
13011
13012 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13013 coax Clang into emitting the definition of the type.
13014 * gdb.cp/pr10728-x.h (y): Ditto.
13015 * gdb.cp/pr10728-y.cc (y): Ditto.
13016
13017 2014-04-24 David Blaikie <dblaikie@gmail.com>
13018
13019 * gdb.base/label.exp: XFAIL label related tests under Clang.
13020 * gdb.cp/cplabel.exp: Ditto.
13021 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13022 under Clang those using labels.
13023
13024 2014-04-25 Yao Qi <yao@codesourcery.com>
13025
13026 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13027 double_label.
13028 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13029 partial_label and double_label.
13030
13031 2014-04-24 David Blaikie <dblaikie@gmail.com>
13032
13033 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13034
13035 2014-04-24 David Blaikie <dblaikie@gmail.com>
13036
13037 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13038 of the function to work across GCC and Clang.
13039 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13040 pointer types (const void ** const V void **).
13041
13042 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13043 Walfred Tedeschi <walfred.tedeschi@intel.com>
13044
13045 * Makefile.in (EXECUTABLES): Added i386-avx512.
13046 * gdb.arch/i386-avx512.c: New file.
13047 * gdb.arch/i386-avx512.exp: Likewise.
13048
13049 2014-04-23 Keith Seitz <keiths@redhat.com>
13050
13051 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13052 (mi_make_breakpoint_table): New procedure.
13053 (mi_create_breakpoint): Use mi_make_breakpoint
13054 and return the result.
13055 (mi_make_breakpoint): New procedure.
13056 (mi_build_kv_pairs): New procedure.
13057
13058 * gdb.mi/mi-break.exp: Remove unused globals,
13059 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13060 All callers updated.
13061 * gdb.mi/mi-dprintf.exp: Use variable to track command
13062 number.
13063 Update all callers of mi_create_breakpoint and use
13064 mi_make_breakpoint_table.
13065 Remove any unused global variables.
13066 * gdb.mi/mi-nonstop.exp: Likewise.
13067 * gdb.mi/mi-nsintrall.exp: Likewise.
13068 * gdb.mi/mi-nsmoribund.exp: Likewise.
13069 * gdb.mi/mi-nsthrexec.exp: Likewise.
13070 * gdb.mi/mi-reverse.exp: Likewise.
13071 * gdb.mi/mi-simplerun.exp: Likewise.
13072 * gdb.mi/mi-stepn.exp: Likewise.
13073 * gdb.mi/mi-syn-frame.exp: Likewise.
13074 * gdb.mi/mi-until.exp: Likewise.
13075 * gdb.mi/mi-var-cp.exp: Likewise.
13076 * gdb.mi/mi-var-display.exp: Likewise.
13077 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13078 * gdb.mi/mi2-var-child.exp: Likewise.
13079 * gdb.mi/mi-vla-c99.exp: Likewise.
13080 * lib/mi-support.exp: Likewise.
13081
13082 From Ian Lance Taylor <iant@cygnus.com>:
13083 * lib/gdb.exp (parse_args): New procedure.
13084
13085 2014-04-23 Pedro Alves <palves@redhat.com>
13086
13087 * gdb.base/break-unload-file.c: New file.
13088 * gdb.base/break-unload-file.exp: New file.
13089 * gdb.base/sym-file-lib.c (baz): New function.
13090 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13091 field.
13092 (load): Store the segment's mapped size.
13093 (unload): New function.
13094 (unload_shlib): New function.
13095 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13096 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13097 set a breakpoint at baz, and call it.
13098 * gdb.base/sym-file.exp: New tests for stale breakpoint
13099 instructions.
13100
13101 2014-04-23 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13104 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13105 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13106 * gdb.base/hbreak-unmapped.c: New file.
13107 * gdb.base/hbreak-unmapped.exp: New file.
13108 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13109 * lib/gdb.exp (gdb_is_target_remote): ... here.
13110
13111 2014-04-22 Pedro Alves <palves@redhat.com>
13112
13113 * gdb.base/consecutive-step-over.c: New file.
13114 * gdb.base/consecutive-step-over.exp: New file.
13115
13116 2014-04-22 Pedro Alves <palves@redhat.com>
13117
13118 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13119 instead of send_gdb/gdb_expect.
13120
13121 2014-04-22 Yao Qi <yao@codesourcery.com>
13122
13123 * lib/trace-support.exp (generate_tracefile): New procedure.
13124 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13125 return 0.
13126 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13127 if generate_tracefile returns 1.
13128
13129 2014-04-18 Tom Tromey <palves@redhat.com>
13130 Pedro alves <tromey@redhat.com>
13131
13132 PR backtrace/15558
13133 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13134 with a backtrace limit.
13135 * gdb.python/py-frame-inline.exp: Test running to an inline
13136 function with a backtrace limit, and printing the newest frame.
13137 * gdb.python/py-frame-inline.c (main): Call f.
13138
13139 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13140
13141 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13142
13143 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13144
13145 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13146 Drop prefix from unsupported source file path.
13147
13148 2014-04-17 Yao Qi <yao@codesourcery.com>
13149
13150 * lib/gdb.exp (with_target_charset): New proc.
13151 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13152 with_target_charset.
13153 (test_print_strings): Likewise.
13154 (test_repeat_bytes): Likewise.
13155 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13156 for some tests.
13157
13158 2014-04-16 Keith Seitz <keiths@redhat.com>
13159
13160 PR gdb/15827
13161 * gdb.dwarf2/corrupt.c: New file.
13162 * gdb.dwarf2/corrupt.exp: New file.
13163
13164 2014-04-16 Keith Seitz <keiths@redhat.com>
13165
13166 PR c++/16597
13167 * gdb.cp/namelessclass.cc: New file.
13168 * gdb.cp/namelessclass.exp: New file.
13169 * gdb.cp/namelessclass.S: New file.
13170
13171 2014-04-16 Doug Evans <dje@google.com>
13172
13173 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13174 Add comment.
13175 (gdbserver_default_get_comm_port): New function.
13176 (gdbserver_start): Check if board file provided
13177 "gdbserver,get_comm_port" and use it if so.
13178 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13179 (gdb,socketport): Set to "stdio".
13180 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13181 (stdio_gdbserver_template): Delete.
13182 (${board}_get_remote_address): Update.
13183 (${board}_build_remote_cmd): Delete.
13184 (${board}_get_comm_port): New function.
13185 (${board}_spawn): Update.
13186 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13187 Delete.
13188 (${board}_get_remote_address): Update.
13189 (${board}_get_comm_port): New function.
13190
13191 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13192
13193 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13194 appearing in any order.
13195
13196 2014-04-15 Doug Evans <dje@google.com>
13197
13198 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13199 uninitialized value of "description".
13200
13201 2014-04-15 Keith Seitz <keiths@redhat.com>
13202
13203 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13204 Remove unused globals.
13205 (test_running_the_program): Likewise.
13206 (test_controlled_execution): Likewise.
13207 (test_controlling_breakpoints): Likewise.
13208 (test_program_termination): Likewise.
13209
13210 2014-04-15 Keith Seitz <keiths@redhat.com>
13211
13212 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13213 unused globals.
13214 (test_rbreak_creation_and_listing): Likewise.
13215 (test_ignore_count): Likewise.
13216 (test_error): Likewise.
13217
13218 2014-04-15 Pedro Alves <palves@redhat.com>
13219
13220 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13221 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13222 sym-file-loader.c.
13223 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13224 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13225 to sym-file-loader.c.
13226 (struct library): Forward declare.
13227 (load_shlib, lookup_function): Change prototypes.
13228 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13229 (translate_offset): Remove declarations.
13230 (get_text_addr): New declaration.
13231 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13232 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13233 sym-file-loader.h.
13234 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13235 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13236 here from sym-file-loader.h.
13237 (struct library): New structure.
13238 (load_shlib, lookup_function): Change prototypes and adjust to
13239 work with a struct library.
13240 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13241 (translate_offset): Make static.
13242 (get_text_addr): New function.
13243 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13244
13245 2014-04-15 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13248
13249 2014-04-15 Pedro Alves <palves@redhat.com>
13250
13251 * gdb.base/sym-file-loader.c: Include <limits.h>.
13252 (SELF_LINK): New define.
13253 (get_origin): New function.
13254 (load_shlib): Use it.
13255 * gdb.base/sym-file.exp: Don't early return if the target is
13256 remote. Use runto_main, and issue fail is that fails. Use
13257 gdb_load_shlibs.
13258 (shlib_name): Delete.
13259 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13260
13261 2014-04-15 Pedro Alves <palves@redhat.com>
13262
13263 * gdb.base/sym-file.exp: Remove regex characters from test
13264 message. Don't refer to breakpoint numbers in test messages.
13265
13266 2014-04-14 Keith Seitz <keiths@redhat.com>
13267
13268 PR c++/16253
13269 * gdb.cp/var-tag.cc: New file.
13270 * gdb.cp/var-tag.exp: New file.
13271 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13272 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13273 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13274 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13275
13276 2014-04-14 Tom Tromey <tromey@redhat.com>
13277
13278 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13279 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13280 type.
13281 * gdb.cp/enum-class.exp: New file.
13282 * gdb.cp/enum-class.cc: New file.
13283
13284 2014-04-14 Tom Tromey <tromey@redhat.com>
13285
13286 * gdb.dwarf2/enum-type.exp: New file.
13287
13288 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13289
13290 * gdb.mi/mi-vla-c99.exp: New file.
13291 * gdb.mi/vla.c: New file.
13292
13293 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13294
13295 * gdb.base/vla-datatypes.c: New file.
13296 * gdb.base/vla-datatypes.exp: New file.
13297
13298 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13299
13300 * gdb.base/vla-ptr.c: New file.
13301 * gdb.base/vla-ptr.exp: New file.
13302
13303 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13304
13305 * gdb.dwarf2/count.exp: New file.
13306
13307 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13308
13309 * gdb.base/vla-sideeffect.c: New file.
13310 * gdb.base/vla-sideeffect.exp: New file.
13311
13312 2014-04-14 David Blaikie <dblaikie@gmail.com>
13313
13314 * gdb.mi/non-stop.c: Add return value for non-void function return
13315 statement.
13316 * gdb.threads/staticthreads.c: Ditto.
13317
13318 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13319 Doug Evans <xdje42@gmail.com>
13320
13321 * gdb.guile/scm-value.c: Improve test case.
13322 * gdb.guile/scm-value.exp: Add new test.
13323
13324 2014-04-11 David Blaikie <dblaikie@gmail.com>
13325
13326 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13327 override Clang's default.
13328
13329 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13330
13331 Revert the following changes (regressions):
13332
13333 * gdb.base/vla-sideeffect.c: New file.
13334 * gdb.base/vla-sideeffect.exp: New file.
13335
13336 * gdb.dwarf2/count.exp: New file.
13337
13338 * gdb.base/vla-multi.c: New file.
13339 * gdb.base/vla-multi.exp: New file.
13340
13341 * gdb.base/vla-ptr.c: New file.
13342 * gdb.base/vla-ptr.exp: New file.
13343
13344 * gdb.base/vla-datatypes.c: New file.
13345 * gdb.base/vla-datatypes.exp: New file.
13346
13347 * gdb.mi/mi-vla-c99.exp: New file.
13348 * gdb.mi/vla.c: New file.
13349
13350 2014-04-11 Keith Seitz <keiths@redhat.com>
13351
13352 PR c++/16675
13353 * gdb.cp/cpsizeof.exp: New file.
13354 * gdb.cp/cpsizeof.cc: New file.
13355
13356 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13357
13358 * gdb.mi/mi-vla-c99.exp: New file.
13359 * gdb.mi/vla.c: New file.
13360
13361 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13362
13363 * gdb.base/vla-datatypes.c: New file.
13364 * gdb.base/vla-datatypes.exp: New file.
13365
13366 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13367
13368 * gdb.base/vla-ptr.c: New file.
13369 * gdb.base/vla-ptr.exp: New file.
13370
13371 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13372
13373 * gdb.base/vla-multi.c: New file.
13374 * gdb.base/vla-multi.exp: New file.
13375
13376 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13377
13378 * gdb.dwarf2/count.exp: New file.
13379
13380 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13381
13382 * gdb.base/vla-sideeffect.c: New file.
13383 * gdb.base/vla-sideeffect.exp: New file.
13384
13385 2014-04-11 Yao Qi <yao@codesourcery.com>
13386
13387 * gdb.base/completion.exp: Check file exists before running tests
13388 on file completion.
13389
13390 2014-04-10 Pedro Alves <palves@redhat.com>
13391
13392 * gdb.base/cond-eval-mode.c: New file.
13393 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13394 prepare_for_testing to build the new file. Check result of
13395 runto_main.
13396 (test_break, test_watch): New procedures.
13397 (top level): Use them.
13398
13399 2014-04-08 Pierre Muller <muller@sourceware.org>
13400
13401 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13402 Ctrl-V use for mingw hosts.
13403
13404 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13405
13406 * gdb.python/py-value.c: Improve test case.
13407 * gdb.python/py-value.exp: Add new test.
13408
13409 2014-04-07 David Blaikie <dblaikie@gmail.com>
13410
13411 * lib/compiler.c: Identify the clang compiler.
13412 * lib/compiler.cc: Ditto.
13413
13414 2014-04-03 Yao Qi <yao@codesourcery.com>
13415
13416 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13417
13418 2014-04-01 Anton Blanchard <anton@samba.org>
13419
13420 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13421 messages unique.
13422
13423 2014-04-01 Anton Blanchard <anton@samba.org>
13424
13425 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13426 prepare_for_testing.
13427
13428 2014-04-01 Anton Blanchard <anton@samba.org>
13429
13430 * gdb.arch/ppc64-atomic-inst.c: Remove.
13431 * gdb.arch/ppc64-atomic-inst.S: New file.
13432 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13433
13434 2014-03-31 Doug Evans <dje@google.com>
13435
13436 * gdb.base/print-symbol-loading-lib.c: New file.
13437 * gdb.base/print-symbol-loading-main.c: New file.
13438 * gdb.base/print-symbol-loading.exp: New file.
13439
13440 2014-03-31 Yao Qi <yao@codesourcery.com>
13441
13442 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13443
13444 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13445
13446 * gdb.ada/mi_dyn_arr: New testcase.
13447
13448 2014-03-27 Doug Evans <dje@google.com>
13449
13450 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13451
13452 2014-03-27 Yao Qi <yao@codesourcery.com>
13453
13454 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13455 if target is nios2-*-*.
13456
13457 2014-03-26 Yao Qi <yao@codesourcery.com>
13458
13459 * lib/gdb.exp (readline_is_used): New proc.
13460 * gdb.base/completion.exp: Move tests on command complete up.
13461 Skip the rest of tests if readline is not used.
13462 * gdb.ada/complete.exp: Skp the test if readline is not
13463 used.
13464 * gdb.base/filesym.exp: Likewise.
13465 * gdb.base/macscp.exp: Likewise.
13466 * gdb.base/readline-ask.exp: Likewise.
13467 * gdb.base/readline.exp: Likewise.
13468 * gdb.python/py-cmd.exp: Likewise.
13469 * gdb.trace/tfile.exp: Likewise.
13470
13471 2014-03-26 Yao Qi <yao@codesourcery.com>
13472
13473 * gdb.base/macscp.exp: Fix code format issues.
13474
13475 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13476
13477 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13478 * gdb.asm/powerpc64le.inc: New file.
13479
13480 2014-03-25 Pedro Alves <palves@redhat.com>
13481 Doug Evans <dje@google.com>
13482
13483 * gdb.base/source-execution.c: New file.
13484 * gdb.base/source-execution.exp: New file.
13485 * gdb.base/source-execution.gdb: New file.
13486
13487 2014-03-24 Doug Evans <dje@google.com>
13488
13489 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13490 using fission.
13491
13492 2014-03-24 Hui Zhu <hui@codesourcery.com>
13493 Pedro Alves <palves@redhat.com>
13494
13495 PR breakpoints/16101
13496 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13497 test pass/fail messages. Detect missing support for dprintf when
13498 breakpoints are actually inserted.
13499 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13500 breakpoints are actually inserted.
13501 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13502 fails.
13503
13504 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13505
13506 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13507
13508 2014-03-22 Doug Evans <xdje42@gmail.com>
13509
13510 * gdb.python/python.exp (python not supported): Verify multi-line
13511 python command issues an error.
13512 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13513 guile command issues an error.
13514
13515 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13516
13517 * gdb.threads/thread-specific.exp: Handle the lack of usable
13518 $this_breakpoint and $this_thread.
13519
13520 2014-03-21 Hui Zhu <hui@codesourcery.com>
13521
13522 * gdb.base/attach.exp (do_command_attach_tests): New.
13523
13524 2014-03-20 Tom Tromey <tromey@redhat.com>
13525 Pedro Alves <palves@redhat.com>
13526
13527 PR cli/15718
13528 * gdb.base/condbreak-call-false.c: New file.
13529 * gdb.base/condbreak-call-false.exp: New file.
13530
13531 2014-03-20 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13534 Delete.
13535 (block_signals, unblock_signals): Delete.
13536 (child_function_2, main): Remove references to deleted variable
13537 and functions.
13538
13539 2014-03-20 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13542 Use pthread_kill to signal thread 2.
13543 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13544 Adjust to make the test send itself a signal rather than using the
13545 host's "kill" command.
13546
13547 2014-03-20 Pedro Alves <palves@redhat.com>
13548
13549 * gdb.threads/multiple-step-overs.c: New file.
13550 * gdb.threads/multiple-step-overs.exp: New file.
13551 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13552 Adjust expected infrun debug output.
13553
13554 2014-03-20 Pedro Alves <palves@redhat.com>
13555
13556 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13557 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13558
13559 2014-03-20 Pedro Alves <palves@redhat.com>
13560
13561 PR breakpoints/7143
13562 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13563 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13564 of gdb_test_multiple.
13565 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13566 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13567
13568 2014-03-20 Pedro Alves <palves@redhat.com>
13569
13570 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13571 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13572
13573 2014-03-19 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.base/async.exp: Remove early return.
13576
13577 2014-03-19 Pedro Alves <palves@redhat.com>
13578
13579 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13580
13581 2014-03-19 Pedro Alves <palves@redhat.com>
13582
13583 * gdb.base/async.exp (test_background): Expect \r\n after
13584 "completed." in the fail pattern.
13585
13586 2014-03-19 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.base/async.exp (test_background): New procedure.
13589 Use it for all background execution command tests.
13590
13591 2014-03-19 Pedro Alves <palves@redhat.com>
13592
13593 * gdb.base/async.exp: Use prepare_for_testing.
13594
13595 2014-03-19 Pedro Alves <palves@redhat.com>
13596
13597 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13598 the same line.
13599
13600 2014-03-19 Pedro Alves <palves@redhat.com>
13601
13602 * gdb.base/async.c (main): Add "jump here" and "until here" line
13603 marker comments.
13604 * gdb.base/async.exp (jump_here): New global.
13605 (jump& test): Use it.
13606 (until_here): New global.
13607 (until& test): Use it.
13608
13609 2014-03-19 Pedro Alves <palves@redhat.com>
13610
13611 * gdb.base/async.exp: Don't frob gdb_protocol.
13612
13613 2014-03-18 Doug Evans <xdje42@gmail.com>
13614
13615 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13616 Fix spelling of exec-done-display.
13617
13618 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13619
13620 PR gdb/15358
13621 * gdb.base/gdb-sigterm.c: New file.
13622 * gdb.base/gdb-sigterm.exp: New file.
13623
13624 2014-03-18 Pedro Alves <palves@redhat.com>
13625
13626 PR gdb/13860
13627 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13628 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13629 solib-event.
13630
13631 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13632
13633 * gdb.ada/pckd_arr_ren: New testcase.
13634
13635 2014-03-13 Doug Evans <xdje42@gmail.com>
13636
13637 PR guile/16612
13638 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13639 collect after discarding symbols.
13640
13641 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13642 Doug Evans <xdje42@gmail.com>
13643
13644 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13645 to history survives a gc.
13646
13647 2014-03-13 Pedro Alves <palves@redhat.com>
13648
13649 * gdb.base/default.exp: Don't test "target procfs".
13650
13651 2014-03-13 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.base/default.exp: Update "target child" and "target procfs"
13654 tests to not expect "Unix".
13655
13656 2014-03-12 Tom Tromey <tromey@redhat.com>
13657
13658 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13659 New procs. Add target-async tests.
13660 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13661 Add target-async tests.
13662
13663 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13664
13665 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13666 'func_start' and 'func_end' for the beginning and end of the
13667 function code, respectively.
13668 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13669 'func_end' instead of 'func' and 'main'.
13670
13671 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13672
13673 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13674 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13675 generate the debug info assembler source.
13676
13677 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13678
13679 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13680 * gdb.dwarf2/arr-subrange.exp: Likewise.
13681 * gdb.dwarf2/dwz.exp: Likewise.
13682 * gdb.dwarf2/method-ptr.exp: Likewise.
13683 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13684 * gdb.dwarf2/subrange.exp: Likewise.
13685 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13686 * gdb.dwarf2/implptrpiece.exp: Likewise.
13687 * gdb.dwarf2/nostaticblock.exp: Likewise.
13688
13689 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13690
13691 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13692 directory to absolute path name arguments.
13693
13694 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13695
13696 * gdb.ada/tagged_access: New testcase.
13697
13698 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13699
13700 * gdb.btrace/data.exp: Update expected output.
13701
13702 2014-03-06 Yao Qi <yao@codesourcery.com>
13703
13704 * gdb.trace/pr16508.exp: New file.
13705
13706 2014-03-05 Pedro Alves <palves@redhat.com>
13707
13708 PR gdb/16575
13709 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13710 procedure.
13711 (top level): Adjust to use it. Add tests that exercise breakpoint
13712 interaction with the code-cache.
13713
13714 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13715
13716 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13717 test for 'history-append!'.
13718
13719 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13720
13721 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13722 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13723 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13724 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13725 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13726 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13727
13728 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13729
13730 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13731 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13732 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13733
13734 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13735
13736 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13737
13738 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13739
13740 * gdb.dwarf2/arr-stride.c: New file.
13741 * gdb.dwarf2/arr-stride.exp: New file.
13742
13743 2014-02-26 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13746 that won't ever trigger. Make sure that GDB reports the correct
13747 breakpoint that caused the stop.
13748
13749 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13750
13751 PR gdb/16626
13752 * gdb.base/auto-load-script: New file.
13753 * gdb.base/auto-load.c: New file.
13754 * gdb.base/auto-load.exp: New file.
13755
13756 PR gdb/16626
13757 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13758
13759 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13760
13761 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13762 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13763
13764 2014-02-24 Doug Evans <dje@google.com>
13765
13766 * lib/gdb.exp (run_on_host): Log error output if program fails.
13767
13768 2014-02-21 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.threads/step-after-sr-lock.c: Rename to ...
13771 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13772 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13773 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13774 ... this.
13775
13776 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13777
13778 PR tdep/16397
13779 * gdb.arch/amd64-stap-special-operands.exp: New file.
13780 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13781 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13782 * gdb.arch/amd64-stap-triplet.S: Likewise.
13783 * gdb.arch/amd64-stap-triplet.c: Likewise.
13784
13785 2014-02-20 Joel Brobecker <brobecker@adacore.com>
13786
13787 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13788 in .section pseudo-op.
13789
13790 2014-02-20 lin zuojian <manjian2006@gmail.com>
13791 Joel Brobecker <brobecker@adacore.com>
13792 Doug Evans <xdje42@gmail.com>
13793
13794 PR symtab/16581
13795 * gdb.dwarf2/dw2-icycle.S: New file.
13796 * gdb.dwarf2/dw2-icycle.c: New file.
13797 * gdb.dwarf2/dw2-icycle.exp: New file.
13798
13799 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13800
13801 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13802 operations on gdb.Value objects.
13803 * gdb.python/py-value-cc.exp: Add new test to test operations on
13804 gdb.Value objects.
13805
13806 2014-02-18 Doug Evans <dje@google.com>
13807
13808 * Makefile.in (TESTS): New variable.
13809 (expanded_tests, expanded_tests_or_none): New variables
13810 (check-single): Pass $(expanded_tests_or_none) to runtest.
13811 (check-parallel): Only run tests in $(TESTS) if non-empty.
13812 (check/no-matching-tests-found): New rule.
13813 * README: Document TESTS makefile variable.
13814
13815 2014-02-18 Doug Evans <dje@google.com>
13816
13817 * Makefile.in (check-parallel): rm -rf outputs temp.
13818
13819 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13820
13821 Fix "ERROR: no fileid for" in the testsuite.
13822 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13823
13824 2014-02-12 Doug Evans <dje@google.com>
13825
13826 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13827 (MISCELLANEOUS): New variable.
13828 (clean): rm -rf $(MISCELLANEOUS).
13829 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13830 dwp live in the same directory as symlinks, with each symlink pointed
13831 to a differently named file in a different directory.
13832
13833 2014-02-11 Doug Evans <dje@google.com>
13834
13835 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13836 of Tcl file commands.
13837
13838 2014-02-10 Mark Kettenis <kettenis@gnu.org>
13839
13840 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13841 "kill -SIGUSR1 -1".
13842
13843 2014-02-10 Joel Brobecker <brobecker@adacore.com>
13844
13845 * gdb.ada/tick_length_array_enum_idx: New testcase.
13846
13847 2014-02-10 Doug Evans <xdje42@gmail.com>
13848
13849 * configure.ac (AC_OUTPUT): Add gdb.guile.
13850 * configure: Regenerate.
13851 * lib/gdb-guile.exp: New file.
13852 * lib/gdb.exp (get_target_charset): New function.
13853 * gdb.base/help.exp: Update expected output from "apropos apropos".
13854 * gdb.guile/Makefile.in: New file.
13855 * gdb.guile/guile.exp: New file.
13856 * gdb.guile/scm-arch.c: New file.
13857 * gdb.guile/scm-arch.exp: New file.
13858 * gdb.guile/scm-block.c: New file.
13859 * gdb.guile/scm-block.exp: New file.
13860 * gdb.guile/scm-breakpoint.c: New file.
13861 * gdb.guile/scm-breakpoint.exp: New file.
13862 * gdb.guile/scm-disasm.c: New file.
13863 * gdb.guile/scm-disasm.exp: New file.
13864 * gdb.guile/scm-equal.c: New file.
13865 * gdb.guile/scm-equal.exp: New file.
13866 * gdb.guile/scm-error.exp: New file.
13867 * gdb.guile/scm-error.scm: New file.
13868 * gdb.guile/scm-frame-args.c: New file.
13869 * gdb.guile/scm-frame-args.exp: New file.
13870 * gdb.guile/scm-frame-args.scm: New file.
13871 * gdb.guile/scm-frame-inline.c: New file.
13872 * gdb.guile/scm-frame-inline.exp: New file.
13873 * gdb.guile/scm-frame.c: New file.
13874 * gdb.guile/scm-frame.exp: New file.
13875 * gdb.guile/scm-generics.exp: New file.
13876 * gdb.guile/scm-gsmob.exp: New file.
13877 * gdb.guile/scm-iterator.c: New file.
13878 * gdb.guile/scm-iterator.exp: New file.
13879 * gdb.guile/scm-math.c: New file.
13880 * gdb.guile/scm-math.exp: New file.
13881 * gdb.guile/scm-objfile-script-gdb.in: New file.
13882 * gdb.guile/scm-objfile-script.c: New file.
13883 * gdb.guile/scm-objfile-script.exp: New file.
13884 * gdb.guile/scm-objfile.c: New file.
13885 * gdb.guile/scm-objfile.exp: New file.
13886 * gdb.guile/scm-ports.exp: New file.
13887 * gdb.guile/scm-pretty-print.c: New file.
13888 * gdb.guile/scm-pretty-print.exp: New file.
13889 * gdb.guile/scm-pretty-print.scm: New file.
13890 * gdb.guile/scm-section-script.c: New file.
13891 * gdb.guile/scm-section-script.exp: New file.
13892 * gdb.guile/scm-section-script.scm: New file.
13893 * gdb.guile/scm-symbol.c: New file.
13894 * gdb.guile/scm-symbol.exp: New file.
13895 * gdb.guile/scm-symtab-2.c: New file.
13896 * gdb.guile/scm-symtab.c: New file.
13897 * gdb.guile/scm-symtab.exp: New file.
13898 * gdb.guile/scm-type.c: New file.
13899 * gdb.guile/scm-type.exp: New file.
13900 * gdb.guile/scm-value-cc.cc: New file.
13901 * gdb.guile/scm-value-cc.exp: New file.
13902 * gdb.guile/scm-value.c: New file.
13903 * gdb.guile/scm-value.exp: New file.
13904 * gdb.guile/source2.scm: New file.
13905 * gdb.guile/types-module.cc: New file.
13906 * gdb.guile/types-module.exp: New file.
13907
13908 2014-02-10 Yao Qi <yao@codesourcery.com>
13909
13910 PR testsuite/16543
13911 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13912 * configure: Regenerated.
13913 * Makefile.in: New file.
13914
13915 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13916
13917 * gdb.python/py-framefilter.exp: Fix typo.
13918
13919 2014-02-08 Yao Qi <yao@codesourcery.com>
13920
13921 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13922 that no =breakpoint-modified is emitted when breakpoints are
13923 modified through MI commands.
13924
13925 2014-02-07 Pedro Alves <pedro@codesourcery.com>
13926 Pedro Alves <palves@redhat.com>
13927
13928 * gdb.threads/step-after-sr-lock.c: New file.
13929 * gdb.threads/step-after-sr-lock.exp: New file.
13930
13931 2014-02-07 Pedro Alves <palves@redhat.com>
13932
13933 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13934
13935 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13936
13937 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13938 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13939
13940 2014-02-06 Doug Evans <xdje42@gmail.com>
13941
13942 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13943 output.
13944
13945 * gdb.gdb/python-interrupts.exp: New file.
13946
13947 2014-02-05 Yao Qi <yao@codesourcery.com>
13948
13949 * gdb.trace/report.exp (use_collected_data): Test the output
13950 of "info threads" and "info inferiors".
13951
13952 2014-02-05 Yao Qi <yao@codesourcery.com>
13953
13954 Revert this patch:
13955
13956 2013-05-24 Yao Qi <yao@codesourcery.com>
13957
13958 * gdb.trace/tfile.exp: Test inferior and thread.
13959
13960 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13961
13962 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13963 on a function.
13964 * gdb.base/step-bt.c: Call hello via function pointer to make
13965 sure its first instruction is executed on powerpc64le-linux.
13966
13967 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13968
13969 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13970
13971 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13972
13973 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13974 of the test patterns for use on little-endian systems.
13975
13976 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13977
13978 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13979 (decimal_vector): Fix for little-endian.
13980
13981 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13982
13983 * gdb.arch/sparc-sysstep.exp: New file.
13984 * gdb.arch/sparc-sysstep.c: Likewise.
13985
13986 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13987
13988 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13989
13990 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13991
13992 2014-01-23 Tom Tromey <tromey@redhat.com>
13993
13994 * gdb.ada/array_char_idx: New testcase.
13995
13996 2014-01-23 Tom Tromey <tromey@redhat.com>
13997
13998 PR python/16487:
13999 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14000 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14001 classes.
14002
14003 2014-01-23 Tom Tromey <tromey@redhat.com>
14004
14005 PR python/16491:
14006 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14007 string from an inferior frame.
14008 * gdb.python/py-framefilter-mi.exp: Update.
14009
14010 2014-01-22 Doug Evans <dje@google.com>
14011
14012 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14013
14014 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14015
14016 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14017
14018 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14019
14020 * gdb.trace/entry-values.exp: Remove excess space character from
14021 regex patterns. Handle s390 call instruction.
14022
14023 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14024
14025 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14026 define "*_start" label. Make "name" static.
14027 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14028 ${name} by references to ${name}_start.
14029
14030 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14031
14032 * gdb.base/info-macros.exp: Remove "debug" from the compile
14033 options.
14034
14035 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14036
14037 * gdb.dlang/demangle.exp: New file.
14038
14039 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14040
14041 * gdb.dlang/primitive-types.exp: New file.
14042
14043 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14044
14045 * configure.ac: Create gdb.dlang/Makefile.
14046 * configure: Regenerate.
14047 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14048 * gdb.dlang/Makefile.in: New file.
14049 * lib/d-support.exp: New file.
14050 * lib/gdb.exp (skip_d_tests): New proc.
14051
14052 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14053
14054 * gdb.btrace/delta.exp: Check reverse stepi.
14055 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14056 * gdb.btrace/finish.exp: New.
14057 * gdb.btrace/next.exp: New.
14058 * gdb.btrace/nexti.exp: New.
14059 * gdb.btrace/record_goto.c: Add comments.
14060 * gdb.btrace/step.exp: New.
14061 * gdb.btrace/stepi.exp: New.
14062 * gdb.btrace/multi-thread-step.c: New.
14063 * gdb.btrace/multi-thread-step.exp: New.
14064 * gdb.btrace/rn-dl-bind.c: New.
14065 * gdb.btrace/rn-dl-bind.exp: New.
14066 * gdb.btrace/data.c: New.
14067 * gdb.btrace/data.exp: New.
14068 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14069
14070 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14071
14072 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14073 * gdb.btrace/exception.exp: Update.
14074 * gdb.btrace/instruction_history.exp: Update.
14075 * gdb.btrace/record_goto.exp: Update.
14076 * gdb.btrace/tailcall.exp: Update.
14077 * gdb.btrace/unknown_functions.exp: Update.
14078 * gdb.btrace/delta.exp: New.
14079
14080 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14081
14082 * gdb.btrace/record_goto.exp: Add backtrace test.
14083 * gdb.btrace/tailcall.exp: Add backtrace test.
14084
14085 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14086
14087 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14088 * gdb.btrace/record_goto.c: New.
14089 * gdb.btrace/record_goto.exp: New.
14090 * gdb.btrace/x86-record_goto.S: New.
14091
14092 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14093
14094 * gdb.btrace/function_call_history.exp: Update tests.
14095 * gdb.btrace/instruction_history.exp: Update tests.
14096
14097 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14098
14099 * gdb.btrace/function_call_history.exp: Fix expected field
14100 order for "record function-call-history".
14101 Add new tests for "record function-call-history /c".
14102 * gdb.btrace/exception.cc: New.
14103 * gdb.btrace/exception.exp: New.
14104 * gdb.btrace/tailcall.exp: New.
14105 * gdb.btrace/x86-tailcall.S: New.
14106 * gdb.btrace/x86-tailcall.c: New.
14107 * gdb.btrace/unknown_functions.c: New.
14108 * gdb.btrace/unknown_functions.exp: New.
14109 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14110
14111 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14112
14113 * gdb.btrace/instruction_history.exp: Update.
14114 * gdb.btrace/function_call_history.exp: Update.
14115
14116 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14117
14118 * gdb.btrace/function_call_history.exp: Fix expected function
14119 trace.
14120 * gdb.btrace/instruction_history.exp: Initialize traced.
14121 Remove traced_functions.
14122
14123 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14124
14125 * gdb.btrace/function_call_history.exp: Update
14126 * gdb.btrace/instruction_history.exp: Update.
14127
14128 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14129
14130 * gdb.btrace/enable.exp: Update expected text.
14131
14132 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14133
14134 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14135 bytes.
14136
14137 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14138
14139 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14140
14141 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14142
14143 * lib/gdb.exp (supports_process_record): Return true for
14144 arm*-linux*. (supports_reverse): Likewise.
14145
14146 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14147
14148 PR python/15464
14149 PR python/16113
14150 * gdb.python/py-type.c: Enhance test case.
14151 * gdb.python/py-value-cc.cc: Likewise
14152 * gdb.python/py-type.exp: Add new tests.
14153 * gdb.python/py-value-cc.exp: Likewise
14154
14155 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14156 Pedro Alves <palves@redhat.com>
14157
14158 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14159 Make "name" extern.
14160 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14161 references to ${name}_start by references to ${name}.
14162
14163 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14164
14165 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14166
14167 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14168
14169 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14170
14171 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14172 Pedro Alves <palves@redhat.com>
14173
14174 * gdb.mi/mi-info-os.exp: Connect to the target with
14175 mi_gdb_target_load.
14176
14177 2014-01-08 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.threads/reconnect-signal.c: New file.
14180 * gdb.threads/reconnect-signal.exp: New file.
14181
14182 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14183
14184 * gdb.base/source-dir.exp: New file.
14185
14186 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14187
14188 * gdb.ada/mi_interface: New testcase.
14189
14190 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14191
14192 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14193 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14194 gdb.ada/pp-rec-component/pck.ads: New files.
14195
14196 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14197
14198 * gdb.python/py-pp-integral.c: New file.
14199 * gdb.python/py-pp-integral.py: New file.
14200 * gdb.python/py-pp-integral.exp: New file.
14201
14202 For older changes see ChangeLog-1993-2013.
14203 \f
14204 ;; Local Variables:
14205 ;; mode: change-log
14206 ;; left-margin: 8
14207 ;; fill-column: 74
14208 ;; version-control: never
14209 ;; End:
14210
14211 Copyright 2014-2018 Free Software Foundation, Inc.
14212 Copying and distribution of this file, with or without modification,
14213 are permitted provided the copyright notice and this notice are preserved.
This page took 0.35379 seconds and 4 git commands to generate.