MI: Fix printing of frame architecture with Python frame filters enabled
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2
3 * gdb.python/py-framefilter-mi.exp: Update regexp to
4 check for "arch" field in frame output.
5
6 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7
8 * gdb.dwarf2/dw2-ranges-func.c: New file.
9 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10
11 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
12
13 * gdb.base/term.exp: Compare terminal settings with values from
14 the inferior.
15 * gdb.base/term.c: Get and set terminal settings.
16
17 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
18
19 * lib/mi-support.exp (mi_expect_stop): Update regexp to
20 accommodate new "arch" field in frame output.
21 * gdb.mi/mi-return.exp: Likewise.
22 * gdb.mi/mi-stack.exp: Likewise.
23 * gdb.mi/mi-syn-frame.exp: Likewise.
24 * gdb.mi/user-selected-context-sync.exp: Likewise.
25
26 2018-08-19 Michael Spang <spang@google.com>
27
28 PR gdb/11786
29 * gdb.base/gcore-tls-pie.c: New file.
30 * gdb.base/gcore-tls-pie.exp: New file.
31
32 2018-08-18 Kevin Buettner <kevinb@redhat.com>
33
34 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
35 * gdb.dwarf2/varval.c: New file.
36 * gdb.dwarf2/varval.exp: New file.
37
38 2018-08-17 Alan Hayward <alan.hayward@arm.com>
39
40 PR gdb/18931
41 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
42
43 2018-08-16 Keith Seitz <keiths@redhat.com>
44
45 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
46 tests expected to pass.
47
48 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
49
50 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
51 -data-disassemble -a.
52 (test_disassembly_bogus_args): Likewise.
53
54 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
57
58 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * gdb.base/vla-optimized-out.exp: Add new test.
61
62 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * gdb.base/vla-optimized-out-o3.exp: Delete.
65 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
66 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
67 deleted tests.
68
69 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
70
71 PR gdb/18050:
72 * gdb.server/extended-remote-restart.c: New file.
73 * gdb.server/extended-remote-restart.exp: New file.
74
75 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
76
77 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
78 "set variable index = 42".
79
80 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
81
82 * boards/index-cache-gdb.exp: New file.
83 * gdb.dwarf2/index-cache.exp: New file.
84 * gdb.dwarf2/index-cache.c: New file.
85 * gdb.base/maint.exp: Check if we are using the index cache.
86
87 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
88
89 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
90 MAKEFLAGS.
91
92 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
93
94 * dg-extract-results.sh: Move to toplevel contrib.
95 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
96 * Makefile.in (check-parallel-racy): Likewise.
97
98 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
101 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
102 tests if the target supports scheduler locking.
103
104 2018-08-04 Tom de Vries <tdevries@suse.de>
105
106 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
107
108 2018-08-02 Tom Tromey <tom@tromey.com>
109
110 PR symtab/16842.
111 * gdb.cp/temargs.exp: Test "info address" of a template
112 parameter.
113
114 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
115
116 * gdb.python/py-mi-var-info-path-expression.c: New file.
117 * gdb.python/py-mi-var-info-path-expression.py: New file.
118 * gdb.python/py-mi-var-info-path-expression.exp: New file.
119
120 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
121
122 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
123 error after "cannot resolve name" string.
124
125 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
128 started.
129 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
130
131 2018-07-28 Tom de Vries <tdevries@suse.de>
132
133 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
134
135 2018-07-26 Tom de Vries <tdevries@suse.de>
136
137 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
138
139 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
142 is visible.
143
144 2018-07-26 Tom de Vries <tdevries@suse.de>
145
146 PR breakpoints/23366
147 * gdb.base/catch-follow-exec.c: New test.
148 * gdb.base/catch-follow-exec.exp: New file.
149
150 2018-07-25 Tom de Vries <tdevries@suse.de>
151
152 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
153 vla-optimized-out.c.
154
155 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
156
157 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
158 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
159
160 2018-07-20 Tom de Vries <tdevries@suse.de>
161
162 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
163 NOCLONE macro.
164 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
165
166 2018-07-19 Tom de Vries <tdevries@suse.de>
167
168 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
169 regular expression.
170
171 2018-07-18 Tom de Vries <tdevries@suse.de>
172
173 * gdb.base/vla-optimized-out.c: New test.
174 * gdb.base/vla-optimized-out.exp: New file.
175
176 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
177
178 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
179 message "No address associated with hostname" when gdbserver
180 cannot resolve the hostname.
181
182 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
183
184 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
185 Add some test prefixes to make tests unique.
186
187 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
188
189 * gdb.base/frameapply.c: New file.
190 * gdb.base/frameapply.exp: New file.
191
192 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
193
194 * gdb.base/skip.exp: Update expected error message.
195
196 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
197 Jan Kratochvil <jan.kratochvil@redhat.com>
198 Paul Fertser <fercerpav@gmail.com>
199 Tsutomu Seki <sekiriki@gmail.com>
200
201 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
202 parameter.
203 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
204 by default.
205 * boards/native-gdbserver.exp: Likewise.
206 * gdb.server/run-without-local-binary.exp: Improve regexp used
207 for detecting when a remote debugging connection succeeds.
208 * gdb.server/server-connect.exp: New file.
209 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
210 Do not prefix the port number with ":".
211 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
212 support for detecting and using it. Add '$debughost_gdbserver'
213 to the list of arguments used to start gdbserver. Handle case
214 when gdbserver cannot resolve a network name.
215
216 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
217
218 PR c++/23373
219 * gdb.base/ptype-offsets.cc (struct static_member): New
220 struct.
221 (main) <stmember>: New variable.
222 * gdb.base/ptype-offsets.exp: Add test for printing a struct
223 with a static member in it.
224
225 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
228 watchpoints enabled and disabled.
229
230 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * gdb.base/examine-backward.exp: Still run tests around address
233 0x0, even if address 0x0 is not readable. Update the pattern for
234 matching address 0x0 in expected output.
235
236 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.base/share-env-with-gdbserver.c (main): Add call to
239 malloc/free.
240
241 2018-07-04 Tom de Vries <tdevries@suse.de>
242
243 * gdb.dwarf2/dw2-error.exp: Update expected error message.
244
245 2018-07-02 Maciej W. Rozycki <macro@mips.com>
246
247 PR tdep/8282
248 * gdb.arch/mips-disassembler-options.exp: New test.
249 * gdb.arch/mips-disassembler-options.s: New test source.
250
251 2018-06-29 Pedro Alves <palves@redhat.com>
252
253 * gdb.threads/names.exp: Adjust expected "info threads" output.
254
255 2018-06-29 Pedro Alves <palves@redhat.com>
256
257 * gdb.opt/inline-break.exp (line number, address): Add "info
258 break" tests.
259
260 2018-06-29 Pedro Alves <palves@redhat.com>
261
262 * gdb.opt/inline-break.c (func1): Add "break here" marker.
263 * gdb.opt/inline-break.exp: Test setting breakpoints by line
264 number and address and running to them.
265
266 2018-06-29 Richard Bunt <richard.bunt@arm.com>
267
268 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
269
270 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
271
272 * lib/compiler.c: Remove executable permission flag.
273
274 2018-06-28 Richard Bunt <richard.bunt@arm.com>
275
276 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
277 code.
278 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
279
280 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
281
282 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
283
284 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
285
286 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
287 address argument is omitted.
288
289 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
290
291 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
292
293 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
294
295 PR gdb/21695
296 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
297 * gdb.base/infoline-reloc-main-from-zero.c: New file.
298
299 2018-06-26 Tom Tromey <tom@tromey.com>
300
301 PR rust/22574:
302 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
303 * gdb.rust/simple.rs (struct SimpleLayout): New.
304
305 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
306
307 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
308 "info registers" output.
309
310 2018-06-21 Richard Bunt <richard.bunt@arm.com>
311
312 * gdb.base/watchpoint-hw-attach.c: New test.
313 * gdb.base/watchpoint-hw-attach.exp: New file.
314
315 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
316
317 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
318 through /bin/sh.
319 * boards/dwarf4-gdb-index.exp: Likewise.
320 * boards/fission-dwp.exp: Likewise.
321
322 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
323
324 * gdb.base/float128.exp: Add comment and improved fail message
325 to the failure case of "print large128" test.
326
327 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
328
329 * configure.ac: Remove AC_PREREQ.
330 * configure: Re-generate.
331
332 2018-06-19 Pedro Alves <palves@redhat.com>
333
334 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
335 (func_extern_caller): New.
336 (main): Call func_extern_caller.
337 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
338 logic change.
339
340 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
341
342 PR gdb/16841
343 * gdb.cp/typedef-base.cc: New file.
344 * gdb.cp/typedef-base.exp: New file.
345
346 2018-06-18 Tom de Vries <tdevries@suse.de>
347
348 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
349
350 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
351 Richard Bunt <Richard.Bunt@arm.com>
352
353 * gdb.threads/attach-slow-waitpid.c: New file.
354 * gdb.threads/attach-slow-waitpid.exp: New file.
355 * gdb.threads/slow-waitpid.c: New file.
356
357 2018-06-14 Pedro Alves <palves@redhat.com>
358
359 * gdb.base/fork-running-state.c: Include <errno.h>.
360 (exit_if_relative_exits): New.
361 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
362 exits.
363 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
364 child exits.
365
366 2018-06-14 Tom de Vries <tdevries@suse.de>
367
368 PR cli/22573
369 * gdb.base/finish-pretty.c: New test.
370 * gdb.base/finish-pretty.exp: New file.
371
372 2018-06-14 Pedro Alves <palves@redhat.com>
373
374 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
375 gdb's expected startup output.
376
377 2018-06-14 Pedro Alves <palves@redhat.com>
378
379 * lib/selftest-support.exp (selftest_setup): Remove inlined
380 function handling.
381
382 2018-06-14 Tom de Vries <tdevries@suse.de>
383
384 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
385 matching of breakpoint printing.
386
387 2018-06-13 Tom de Vries <tdevries@suse.de>
388
389 PR testsuite/23269
390 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
391 (fork_child): ... here, and ...
392 (fork_parent): ... here.
393
394 2018-06-12 Tom de Vries <tdevries@suse.de>
395
396 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
397
398 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
399 Stephen Roberts <stephen.roberts@arm.com>
400
401 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
402 rewrite test to describe action performed, rather than possible
403 failure.
404
405 2018-06-08 Gary Benson <gbenson@redhat.com>
406
407 * gdb.threads/check-libthread-db.exp: New file.
408 * gdb.threads/check-libthread-db.c: Likewise.
409
410 2018-06-05 Tom Tromey <tom@tromey.com>
411
412 * gdb.base/default.exp: Update expected "show version" output.
413
414 2018-06-05 Tom Tromey <tom@tromey.com>
415
416 PR cli/12326:
417 * gdb.cp/static-print-quit.exp: Update.
418 * lib/gdb.exp (pagination_prompt): Update.
419 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
420 * gdb.python/python.exp: Update.
421
422 2018-06-04 Joel Brobecker <brobecker@adacore.com>
423
424 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
425
426 2018-06-01 Joel Brobecker <brobecker@adacore.com>
427
428 * gdb.ada/bp_fun_addr: New testcase.
429
430 2018-06-01 Tom Tromey <tom@tromey.com>
431
432 * gdb.xml/tdesc-regs.exp (load_description): Update expected
433 results.
434 * gdb.dwarf2/method-ptr.exp: Set language to C++.
435 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
436 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
437 * gdb.base/maint.exp (maint_pass_if): Update.
438
439 2018-05-31 Maciej W. Rozycki <macro@mips.com>
440
441 * gdb.base/endian.exp: New test.
442 * gdb.base/endian.c: New test source.
443
444 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
445
446 PR gdb/23203
447 * gdb.base/bt-selected-frame.c: New file.
448 * gdb.base/bt-selected-frame.exp: New file.
449 * lib/gdb.exp (get_current_frame_number): New function.
450
451 2018-05-24 Maciej W. Rozycki <macro@mips.com>
452 Pedro Alves <palves@redhat.com>
453
454 * gdb.threads/tls-core.c: Include <stdlib.h>
455 (thread_proc): Call `abort'.
456 * gdb.threads/tls-core.exp: Generate a core with core_find too.
457 (tls_core_test): New procedure, bits factored out from ...
458 (top level): ... here. Test both native cores and gcore cores.
459
460 2018-05-23 Tom Tromey <tom@tromey.com>
461
462 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
463
464 2018-05-23 Tom Tromey <tom@tromey.com>
465
466 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
467 symfile_complaints.
468 (test_short_complaints): Likewise.
469 (test_empty_complaints): Likewise.
470 (test_initial_complaints): Update.
471
472 2018-05-23 Tom Tromey <tom@tromey.com>
473
474 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
475
476 2018-05-23 Tom Tromey <tom@tromey.com>
477
478 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
479 (test_short_complaints): Update.
480
481 2018-05-22 Pedro Alves <palves@redhat.com>
482
483 * gdb.base/remote.exp: Only gdb_start after compiling the
484 testcase. Issue "disconnect" before testing "set remote" command
485 defaults. Issue clean_restart before running to main.
486
487 2018-05-22 Pedro Alves <palves@redhat.com>
488
489 * gdb.base/remote.exp: Adjust expected output of "show remote
490 memory-write-packet-size". Add tests for "set remote
491 memory-write-packet-size 0" and "set remote
492 memory-write-packet-size fixed/limit".
493
494 2018-05-22 Pedro Alves <palves@redhat.com>
495
496 PR gdb/22973
497 * gdb.base/utf8-identifiers.c: New file.
498 * gdb.base/utf8-identifiers.exp: New file.
499
500 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
501
502 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
503
504 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
505
506 * gdb.arch/powerpc-vsx-gcore.exp: New file.
507
508 2018-05-18 Tom Tromey <tom@tromey.com>
509
510 * gdb.base/ptype-offsets.exp: Update.
511
512 2018-05-17 Keith Seitz <keiths@redhat.com>
513
514 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
515 in expected breakpoint stop locations.
516 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
517 move to proper scope to test variable values.
518 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
519 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
520 New functions.
521 (main): Call not_inline_func3.
522 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
523 inline_func1, inline_func2, and inline_func3. Test that when each
524 breakpoint is hit, GDB properly reports both the stop location
525 and the backtrace. Repeat tests for temporary breakpoints.
526
527 2018-05-15 Maciej W. Rozycki <macro@mips.com>
528
529 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
530 rather then trying to access it in determining whether the PID
531 of `gdbserver' could have been retrieved.
532
533 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
534
535 * gdb.arch/amd64-init-x87-values.S: New file.
536 * gdb.arch/amd64-init-x87-values.exp: New file.
537
538 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
539
540 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
541
542 2018-05-04 Tom Tromey <tom@tromey.com>
543
544 PR python/22730:
545 * gdb.python/python.exp: Test multi-line execute.
546
547 2018-05-04 Tom Tromey <tom@tromey.com>
548
549 PR python/22731:
550 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
551
552 2018-05-04 Tom Tromey <tom@tromey.com>
553
554 PR gdb/11750:
555 * gdb.base/define.exp: Test defining a user command inside a user
556 command.
557 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
558
559 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
560 Pedro Alves <palves@redhat.com>
561
562 PR breakpoints/19806 and support for PR external/20207.
563 * gdb.base/watchpoint-unaligned.c: New file.
564 * gdb.base/watchpoint-unaligned.exp: New file.
565
566 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
567
568 * gdb.base/maint.exp: Make test names unique, use
569 test_prefix_command_help to test 'help maint info', and remove
570 repeated test of 'help maint'.
571
572 2018-05-04 Tom Tromey <tom@tromey.com>
573
574 PR gdb/22619:
575 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
576 behavior.
577
578 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.base/maint.exp: Process output from 'maint print registers'
581 line at a time.
582
583 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
584
585 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
586 timeout.
587
588 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
589
590 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
591 filter pattern.
592
593 2018-05-02 Pedro Alves <palves@redhat.com>
594
595 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
596 to_log_command renames.
597 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
598
599 2018-05-02 Tom Tromey <tom@tromey.com>
600
601 * gdb.python/py-parameter.exp: Set test message.
602
603 2018-05-02 Tom Tromey <tom@tromey.com>
604
605 PR python/20084:
606 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
607 PARAM_ZUINTEGER_UNLIMITED tests.
608
609 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
610
611 PR rust/23124
612 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
613 when casting.
614
615 2018-04-30 Tom Tromey <tom@tromey.com>
616
617 * gdb.python/py-type.exp: Check align attribute.
618 * gdb.python/py-type.c: New "aligncheck" global.
619
620 2018-04-30 Tom Tromey <tom@tromey.com>
621
622 PR exp/17095:
623 * gdb.dwarf2/dw2-align.exp: New file.
624 * gdb.cp/align.exp: New file.
625 * gdb.base/align.exp: New file.
626 * lib/gdb.exp (gdb_int128_helper): New proc.
627 (has_int128_c, has_int128_cxx): New caching procs.
628
629 2018-04-27 Tom Tromey <tom@tromey.com>
630
631 PR rust/22545:
632 * gdb.rust/simple.exp: Add inclusive range tests.
633
634 2018-04-26 Pedro Alves <palves@redhat.com>
635
636 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
637 ifunc breakpoint locations correctly of ifunc breakpoints set
638 while the program resolves the ifunc.
639
640 2018-04-26 Pedro Alves <palves@redhat.com>
641
642 * gdb.base/gnu-ifunc-final.c: New file.
643 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
644 * gdb.base/gnu-ifunc.exp (executable): Delete.
645 (staticexecutable): Adjust.
646 (lib_opts, exec_opts): Delete.
647 (make_binsuffix, build, set-break): New procedures.
648 (misc_tests): New, with tests factored out from the top level.
649 (top level): Test different combinations of ifunc resolver name,
650 resolver with and with debug info, and ifunc target with and
651 without debug info. Wrap static tests with with_target_prefix.
652
653 2018-04-26 Pedro Alves <palves@redhat.com>
654
655 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
656 return type" warnings.
657
658 2018-04-25 Pedro Alves <palves@redhat.com>
659
660 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
661 killed".
662 * gdb.base/kill-after-signal.exp: Likewise.
663 * gdb.threads/kill.exp: Likewise.
664
665 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
666 Sergio Durigan Junior <sergiodj@redhat.com>
667 Pedro Alves <palves@redhat.com>
668
669 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
670 regexps to expect for '[Inferior ... detached]' as well.
671 * gdb.base/attach.exp: Likewise.
672 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
673 "gdb_continue_to_end".
674 (test_catch_syscall_with_wrong_args): Likewise.
675 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
676 ']'. Don't set 'verbose' on.
677 * gdb.base/foll-vfork.exp: Likewise.
678 * gdb.base/fork-print-inferior-events.c: New file.
679 * gdb.base/fork-print-inferior-events.exp: New file.
680 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
681 '[Inferior ... has been killed]' message.
682 * gdb.base/kill-after-signal.exp: Likewise.
683 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
684 detach message.
685 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
686 message.
687 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
688 regexps to expect for '[Inferior ... detached]' as well.
689 * gdb.threads/process-dies-while-detaching.exp: Likewise.
690
691 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
692
693 PR gdb/23104
694 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
695
696 2018-04-19 Richard Bunt <richard.bunt@arm.com>
697
698 * gdb.threads/multiple-successive-infcall.c: New test.
699 * gdb.threads/multiple-successive-infcall.exp: New file.
700
701 2018-04-17 Tom Tromey <tom@tromey.com>
702
703 * gdb.rust/simple.rs (Union): New type.
704 (main): New local "u".
705 * gdb.rust/simple.exp (test_one_slice): Add new test case.
706
707 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
708
709 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
710 number information in output of "whereis" command.
711 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
712
713 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
714
715 * gdb.ada/info_types.exp: Adjust expected output to the line
716 numbers now printed by "info var/func/type".
717 * gdb.base/completion.exp: Likewise.
718 * gdb.base/included.exp: Likewise.
719 * gdb.cp/cp-relocate.exp: Likewise.
720 * gdb.cp/cplusfuncs.exp: Likewise.
721 * gdb.cp/namespace.exp: Likewise.
722 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
723
724 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
725
726 * gdb.btrace/cpu.exp: New.
727
728 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
729
730 * gdb.base/step-indirect-call-thunk.exp: New.
731 * gdb.base/step-indirect-call-thunk.c: New.
732 * gdb.reverse/step-indirect-call-thunk.exp: New.
733 * gdb.reverse/step-indirect-call-thunk.c: New.
734
735 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
736
737 * gdb.base/pie-fork.c: New file.
738 * gdb.base/pie-fork.exp: New file.
739
740 2018-04-11 Tom Tromey <tom@tromey.com>
741
742 * gdb.rust/simple.exp: Add test for ".." struct initializer.
743
744 2018-04-10 Pedro Alves <palves@redhat.com>
745
746 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
747 exits. Instead loop running forever.
748 (fork_parent): Run forever too.
749
750 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
751
752 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
753 mi_continue_to_line.
754 * gdb.mi/mi-stack.c (callee4): Add comment.
755
756 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
757
758 * gdb.mi/mi-stack.exp: Fix indentation.
759
760 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
761
762 PR gdb/22979
763 * gdb.arch/amd64-osabi.exp: New file.
764
765 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
766
767 PR gdb/22980
768 * gdb.base/osabi.exp: New file.
769
770 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
771
772 * gdb.cp/static-typedef-print.exp: New file.
773 * gdb.cp/static-typedef-print.cc: New file.
774
775 2018-03-27 Joel Brobecker <brobecker@adacore.com>
776
777 * gdb.ada/varsize_limit: New testcase.
778
779 2018-03-27 Joel Brobecker <brobecker@adacore.com>
780
781 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
782
783 * gdb.ada/notcplusplus: New testcase.
784
785 * gdb.base/c-linkage-name.c: New file.
786 * gdb.base/c-linkage-name.exp: New testcase.
787
788 2018-03-26 Tom Tromey <tom@tromey.com>
789
790 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
791 * gdb.python/py-framefilter.py (name_error): New global.
792 (ErrorInName.function): Use name_error.
793
794 2018-03-26 Tom Tromey <tom@tromey.com>
795
796 PR backtrace/15582:
797 * gdb.python/py-framefilter.exp: Add "bt hide" test.
798
799 2018-03-23 Keith Seitz <keiths@redhat.com>
800
801 PR c++/22968
802 * gdb.cp/subtypes.exp: New file.
803 * gdb.cp/subtypes.h: New file.
804 * gdb.cp/subtypes.cc: New file.
805 * gdb.cp/subtypes-2.cc: New file.
806
807 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
810 (done): Call '_exit' not 'exit' to avoid atexit handlers.
811 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
812 -nostartfiles when compiling the test. Confirm that all registers
813 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
814
815 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
818 option, syntax was wrong anyway.
819 * gdb.arch/arm-disp-step.exp: Likewise.
820 * gdb.arch/sparc64-regs.exp: Likewise.
821 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
822 option, syntax was wrong anyway, switch to use
823 prepare_for_testing.
824 * gdb.arch/i386-disp-step.exp: Likewise.
825
826 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
827
828 * gdb.ada/exec_changed.exp: Replace "target_info exists
829 use_gdb_stub" by "use_gdb_stub".
830 * gdb.ada/start.exp: Likewise.
831 * gdb.base/async-shell.exp: Likewise.
832 * gdb.base/attach-pie-misread.exp: Likewise.
833 * gdb.base/attach-wait-input.exp: Likewise.
834 * gdb.base/break-entry.exp: Likewise.
835 * gdb.base/break-interp.exp: Likewise.
836 * gdb.base/dprintf-detach.exp: Likewise.
837 * gdb.base/nostdlib.exp: Likewise.
838 * gdb.base/solib-nodir.exp: Likewise.
839 * gdb.base/statistics.exp: Likewise.
840 * gdb.base/testenv.exp: Likewise.
841 * gdb.mi/mi-exec-run.exp: Likewise.
842 * gdb.mi/mi-start.exp: Likewise.
843 * gdb.multi/dummy-frame-restore.exp: Likewise.
844 * gdb.multi/multi-arch-exec.exp: Likewise.
845 * gdb.multi/multi-arch.exp: Likewise.
846 * gdb.multi/tids.exp: Likewise.
847 * gdb.multi/watchpoint-multi.exp: Likewise.
848 * gdb.python/py-events.exp: Likewise.
849 * gdb.threads/attach-into-signal.exp: Likewise.
850 * gdb.threads/attach-stopped.exp: Likewise.
851 * gdb.threads/threadapply.exp: Likewise.
852 * lib/selftest-support.exp: Likewise.
853
854 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
855
856 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
857
858 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
859
860 * gdb.perf/template-breakpoints.cc: New file.
861 * gdb.perf/template-breakpoints.exp: New file.
862 * gdb.perf/template-breakpoints.py: New file.
863
864 2018-03-19 Tom Tromey <tom@tromey.com>
865
866 * gdb.rust/simple.rs (main): Add local variables field1, field2,
867 y0.
868 * gdb.rust/simple.exp: Test bare identifier form of struct
869 initializer.
870
871 2018-03-19 Tom Tromey <tom@tromey.com>
872
873 * gdb.gdb/observer.exp: Remove.
874
875 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
876
877 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
878 "qualified" option when setting breakpoints.
879 * gdb.trace/backtrace.exp: Likewise.
880 * gdb.trace/circ.exp: Likewise.
881 * gdb.trace/collection.exp: Likewise.
882 * gdb.trace/disconnected-tracing.exp: Likewise.
883 * gdb.trace/ftrace-lock.exp: Likewise.
884 * gdb.trace/ftrace.exp: Likewise.
885 * gdb.trace/infotrace.exp: Likewise.
886 * gdb.trace/packetlen.exp: Likewise.
887 * gdb.trace/passc-dyn.exp: Likewise.
888 * gdb.trace/qtro.exp: Likewise.
889 * gdb.trace/read-memory.exp: Likewise.
890 * gdb.trace/report.exp: Likewise.
891 * gdb.trace/signal.exp: Likewise.
892 * gdb.trace/status-stop.exp: Likewise.
893 * gdb.trace/strace.exp: Likewise.
894 * gdb.trace/tfind.exp: Likewise.
895 * gdb.trace/trace-break.exp: Likewise.
896 * gdb.trace/trace-condition.exp: Likewise.
897 * gdb.trace/trace-mt.exp: Likewise.
898 * gdb.trace/tstatus.exp: Likewise.
899 * gdb.trace/tsv.exp: Likewise.
900 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
901 * gdb.trace/unavailable.exp: Likewise.
902 * gdb.trace/while-dyn.exp: Likewise.
903
904 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
905
906 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
907 that libinproctrace is copied to the target.
908
909 2018-03-14 Tom Tromey <tom@tromey.com>
910
911 PR cli/14977:
912 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
913 a null pointer.
914 * gdb.base/wchar.exp: Likewise.
915
916 2018-03-14 Tom Tromey <tom@tromey.com>
917
918 PR cli/19918:
919 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
920 flag.
921
922 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
923
924 PR gdb/22841
925 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
926 "target" to remote_exec.
927
928 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
929
930 PR gdb/22841
931 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
932 ${board}_upload): Remove.
933
934 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
935
936 * gdb.cp/watch-cp.cc: New test.
937 * gdb.cp/watch-cp.exp: New file.
938
939 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.base/infcall-nested-structs.exp: New file.
942 * gdb.base/infcall-nested-structs.c: New file.
943 * gdb.base/float.exp: Add riscv support.
944
945 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
946
947 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
948 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
949
950 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
951
952 * gdb.server/abspath.exp: New file.
953 * lib/gdb.exp (with_cwd): New procedure.
954
955 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
956
957 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
958 use it.
959 (gdb_is_target_remote_prompt): New proc.
960 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
961 (gdb_is_target_native): Pass prompt parameter to
962 gdb_is_target_1.
963
964 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
965
966 * gdb.base/load-command.c: New file.
967 * gdb.base/load-command.exp: New file.
968 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
969 (gdb_is_target_1): ...this, and generalize for other targets
970 than just remote.
971 (gdb_is_target_remote): Use gdb_is_target_1.
972 (gdb_is_target_native): use gdb_is_target_1.
973
974 2018-02-26 Tom Tromey <tom@tromey.com>
975
976 PR python/16497:
977 * gdb.python/py-framefilter.exp: Update test.
978
979 2018-02-26 Tom Tromey <tom@tromey.com>
980
981 * gdb.dwarf2/variant.c: New file.
982 * gdb.dwarf2/variant.exp: New file.
983
984 2018-02-26 Tom Tromey <tom@tromey.com>
985
986 * gdb.rust/simple.exp: Accept more possible results in enum test.
987
988 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
989
990 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
991 parentheses.
992
993 2018-02-23 Maciej W. Rozycki <macro@mips.com>
994
995 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
996 name of a variable: $actual_linejj -> $actual_line.
997
998 2018-02-21 John Baldwin <jhb@FreeBSD.org>
999
1000 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1001
1002 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1003
1004 * gdb.btrace/buffer-size.exp: Do not force BTS.
1005
1006 2018-02-14 Pedro Alves <palves@redhat.com>
1007
1008 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1009 getting a "Quit".
1010
1011 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1012
1013 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1014 Fix test name.
1015
1016 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1017
1018 * gdb.cp/m-static.exp: Check type of optimized out static
1019 member.
1020
1021 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1022
1023 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1024 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1025
1026 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1027 Leszek Swirski <leszeks@google.com>
1028
1029 * gdb.python/py-prettyprint.c
1030 (struct to_string_returns_value_inner,
1031 struct to_string_returns_value_wrapper): New.
1032 (main): Add tsrvw variable.
1033 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1034 ToStringReturnsValueWrapper): New classes.
1035 (register_pretty_printers): Register new pretty-printers.
1036 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1037 recursive pretty printer.
1038 * gdb.python/py-mi.exp: Likewise.
1039
1040 2018-02-01 Leszek Swirski <leszeks@google.com>
1041
1042 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1043 functions with the same name as an include file are parsed
1044 correctly.
1045
1046 2018-02-01 Yao Qi <yao.qi@linaro.org>
1047
1048 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1049 "\[^\r\n\]*".
1050
1051 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1052
1053 * gdb.arch/powerpc-prologue-frame.s: New file.
1054 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1055 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1056
1057 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1058
1059 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1060
1061 2018-01-30 Pedro Alves <palves@redhat.com>
1062
1063 PR gdb/13211
1064 * gdb.base/interrupt-daemon.c: New.
1065 * gdb.base/interrupt-daemon.exp: New.
1066 * gdb.multi/multi-term-settings.c: New.
1067 * gdb.multi/multi-term-settings.exp: New.
1068
1069 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1070
1071 * gdb.base/break.exp: Save the location where the breakpoint
1072 on break.c:47 was actually inserted when debugging the version
1073 compiled at -O2 and use it in the expected output of the "info
1074 break" test performed soon after.
1075
1076 2018-01-22 Pedro Alves <palves@redhat.com>
1077 Sergio Durigan Junior <sergiodj@redhat.com>
1078
1079 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1080 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1081
1082 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1083
1084 * gdb.base/break-include.c, gdb.base/break-include.inc,
1085 gdb.base/break-include.exp: New files.
1086 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1087 line number now being the actual line number where the breakpoint
1088 was inserted.
1089 * gdb.mi/mi-break.exp: Likewise.
1090 * gdb.mi/mi-reverse.exp: Likewise.
1091 * gdb.mi/mi-simplerun.exp: Ditto.
1092
1093 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1096 varobj.
1097 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1098
1099 2018-01-21 Don Breazeal <donb@codesourcery.com>
1100 Andrew Burgess <andrew.burgess@embecosm.com>
1101
1102 * gdb.mi/basics.c: Add new global.
1103 * gdb.mi/mi-frame-regs.exp: New file.
1104 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1105 case.
1106
1107 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1108
1109 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1110 non-parameter, and on an unknown symbol.
1111
1112 2018-01-19 Tom Tromey <tom@tromey.com>
1113
1114 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1115 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1116
1117 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1118
1119 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1120 setrlimit and chdir to int.
1121
1122 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1123
1124 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1125 function.
1126 (my_tend): Likewise.
1127 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1128 rationale of avoiding FP- and vector instructions.
1129
1130 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1131
1132 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1133 "info reg" with "\[ \t\]*".
1134 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1135 "\[ \t\]+".
1136 * gdb.arch/s390-multiarch.exp: Ditto.
1137 * gdb.base/pc-fp.exp: Ditto.
1138 * gdb.reverse/i386-precsave.exp: Ditto.
1139 * gdb.reverse/i386-reverse.exp: Ditto.
1140 * gdb.reverse/i387-env-reverse.exp: Ditto.
1141 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1142
1143 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1144
1145 * lib/gdb.exp (gdb_compile): Re-enable use of
1146 universal_compile_options for languages other than Rust.
1147
1148 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1149
1150 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1151
1152 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1153
1154 PR gdb/16577
1155 * gdb.base/solib-vanish.exp: New.
1156 * gdb.base/solib-vanish-main.c: New.
1157 * gdb.base/solib-vanish-lib1.c: New.
1158 * gdb.base/solib-vanish-lib2.c: New.
1159
1160 2018-01-17 Yao Qi <yao.qi@linaro.org>
1161
1162 * gdb.compile/compile.exp: Match the address printed for
1163 frame in the output of command "bt".
1164
1165 2018-01-15 Tom Tromey <tom@tromey.com>
1166
1167 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1168 compute sp_reg.
1169
1170 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1171
1172 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1173 to prepare.
1174 (prepare): Return 0 on error, 1 on success.
1175
1176 2018-01-12 Pedro Alves <palves@redhat.com>
1177
1178 * gdb.base/continue-after-aborted-step-over.c: New.
1179 * gdb.base/continue-after-aborted-step-over.exp: New.
1180
1181 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1182
1183 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1184 options when not creating an executable.
1185
1186 2018-01-11 Pedro Alves <palves@redhat.com>
1187
1188 PR remote/22597
1189 * gdb.server/stop-reply-no-thread.c: New file.
1190 * gdb.server/stop-reply-no-thread.exp: New file.
1191
1192 2018-01-10 Pedro Alves <palves@redhat.com>
1193
1194 PR gdb/22670
1195 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1196 functions too. Test setting breakpoints and printing C functions
1197 with no debug info too.
1198 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1199
1200 2018-01-10 Pedro Alves <palves@redhat.com>
1201
1202 PR gdb/22670
1203 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1204 a fail.
1205
1206 2018-01-10 Pedro Alves <palves@redhat.com>
1207
1208 PR gdb/22670
1209 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1210
1211 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1212
1213 * gdb.server/unittest.exp: Match the output in non-development
1214 mode.
1215
1216 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1217
1218 * gdb.gdb/unittest.exp: Match output in non-development mode.
1219
1220 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1221
1222 * gdb.ada/access_tagged_param.exp: Relax expected output
1223 for value of "ObjL" in "continue" to pck.inspect breakpoint
1224 test.
1225
1226 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1227
1228 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1229 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1230
1231 2018-01-05 Pedro Alves <palves@redhat.com>
1232
1233 PR gdb/18653
1234 * gdb.base/libsegfault.exp: New.
1235
1236 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1237
1238 PR gdb/22670
1239 * gdb.ada/access_tagged_param.exp: New file.
1240 * gdb.ada/access_tagged_param/foo.adb: New file.
1241
1242 2018-01-05 Pedro Alves <palves@redhat.com>
1243
1244 PR gdb/22670
1245 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1246 exercise lower case too, and to exercise both full matching and
1247 wild matching.
1248
1249 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1250
1251 * gdb.ada/rename_subscript_param: New testcase.
1252
1253 2018-01-05 Jerome Guitton <guitton@adacore.com>
1254
1255 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1256
1257 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1258
1259 * gdb.ada/convvar_comp: New testcase.
1260
1261 2018-01-05 Xavier Roirand <roirand@adacore.com>
1262
1263 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1264 (My_Table): New global variable.
1265 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1266
1267 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1268
1269 PR gdb/22670
1270 * gdb.ada/maint_with_ada: New testcase.
1271
1272 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1273
1274 PR gdb/22670
1275 * gdb.ada/bp_c_mixed_case: New testcase.
1276
1277 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1278
1279 PR gdb/22670
1280 * gdb.ada/complete.exp: Add "complete break ada" test.
1281
1282 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1283
1284 PR gdb/22670
1285 * gdb.ada/info_addr_mixed_case: New testcase.
1286
1287 2018-01-03 Xavier Roirand <roirand@adacore.com>
1288
1289 * gdb.ada/excep_handle.exp: New testcase.
1290 * gdb.ada/excep_handle/foo.adb: New file.
1291 * gdb.ada/excep_handle/pck.ads: New file.
1292
1293 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1294
1295 * gdb.base/step-line.c: Add extra empty line in copyright header.
1296 * gdb.base/step-line.inp: Likewise.
1297
1298 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1299
1300 * gdb.ada/dyn_stride.exp: Add slice test.
1301
1302 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1303
1304 * gdb.ada/dyn_stride: New testcase.
1305
1306 2017-12-27 Stafford Horne <shorne@gmail.com>
1307
1308 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1309 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1310
1311 2017-12-27 Stafford Horne <shorne@gmail.com>
1312
1313 * gdb.base/reggroups.c: New file.
1314 * gdb.base/reggroups.exp: New file.
1315
1316 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1317
1318 * gdb.dwarf2/ada-valprint-error.c: New file.
1319 * gdb.dwarf2/ada-valprint-error.exp: New file.
1320
1321 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1322
1323 * gdb.ada/assign_arr: New testcase.
1324
1325 2017-12-18 Xavier Roirand <roirand@adacore.com>
1326
1327 * gdb.ada/funcall_ptr: New testcase.
1328
1329 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1330
1331 PR cli/16224
1332 * gdb.base/ptype-offsets.cc: New file.
1333 * gdb.base/ptype-offsets.exp: New file.
1334
1335 2017-12-15 Yao Qi <yao.qi@linaro.org>
1336
1337 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1338 if XML is disabled.
1339
1340 2017-12-15 Xavier Roirand <roirand@adacore.com>
1341
1342 * gdb.ada/same_component_name: New testcase.
1343
1344 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1345
1346 * gdb.ada/str_binop_equal: New testcase.
1347
1348 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1349
1350 * gdb.ada/task_switch_in_core: New testcase.
1351
1352 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1353
1354 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1355 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1356 call test_bkpt_qualified.
1357 (test_bkpt_qualified): New proc.
1358
1359 2017-12-13 Pedro Alves <palves@redhat.com>
1360
1361 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1362 Tighten regexp by matching with an anchor.
1363
1364 2017-12-13 Pedro Alves <palves@redhat.com>
1365
1366 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1367 ("expression with namespace"): New set of tests.
1368 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1369 (Nested::Test_NS::qux): New.
1370 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1371 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1372
1373 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1374
1375 * gdb.base/server-del-break.c: New file.
1376 * gdb.base/server-del-break.exp: New file.
1377
1378 2017-12-12 Stafford Horne <shorne@gmail.com>
1379
1380 * gdb.xml/tdesc-regs.exp: Add or1k support.
1381
1382 2017-12-12 Stafford Horne <shorne@gmail.com>
1383
1384 * gdb.base/bp-permanent.c: Define nop of or1k.
1385
1386 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1387
1388 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1389 output with components being reordered.
1390
1391 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1392
1393 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1394 output with components being reordered.
1395
1396 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1397 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.base/maint.exp (check for .gdb_index): Check also for
1400 .debug_names.
1401 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1402 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1403 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1404 (.gdb_index used after symbol reloading): Support also .debug_names.
1405 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1406
1407 2017-12-08 Yao Qi <yao.qi@linaro.org>
1408
1409 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1410 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1411
1412 2017-12-08 Yao Qi <yao.qi@linaro.org>
1413
1414 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1415 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1416
1417 2017-12-08 Yao Qi <yao.qi@linaro.org>
1418
1419 * gdb.arch/aarch64-tagged-pointer.c: New file.
1420 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1421
1422 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1423
1424 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1425 "int".
1426
1427 2017-12-07 Keith Seitz <keiths@redhat.com>
1428
1429 PR breakpoints/22569
1430 * gdb.linespec/ls-errs.exp: Change expected result of "break
1431 -source this file has spaces.c -line 3".
1432 Check that an explicit source file followed by whitespace is
1433 identified as an invalid explicit location.
1434
1435 2017-12-07 Keith Seitz <keiths@redhat.com>
1436
1437 * gdb.cp/nested-types.cc: New file.
1438 * gdb.cp/nested-types.exp: New file.
1439 * lib/cp-support.exp: Load data-structures.exp library.
1440 (debug_cp_test_ptype_class): New global.
1441 (cp_ptype_class_verbose, next_line): New procedures.
1442 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1443 Add and document new return value.
1444 Switch the list of lines to a queue.
1445 Add support for new `type' key for nested type definitions.
1446 Add debugging/troubleshooting messages.
1447 * lib/data-structures.exp: New file.
1448
1449 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1450
1451 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1452 with proc_with_prefix, don't use with_test_prefix.
1453
1454 2017-12-07 Tom Tromey <tom@tromey.com>
1455
1456 * gdb.base/break.exp: Add test for empty "commands".
1457
1458 2017-12-07 Yao Qi <yao.qi@linaro.org>
1459
1460 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1461 malloc and catch syscall.
1462
1463 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1464
1465 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1466 tests for explicit locations.
1467
1468 2017-12-06 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1471 force-disabling XML descriptions.
1472
1473 2017-12-04 Pedro Alves <palves@redhat.com>
1474
1475 PR gdb/22499
1476 * gdb.arch/amd64-disp-step-avx.S: New file.
1477 * gdb.arch/amd64-disp-step-avx.exp: New file.
1478
1479 2017-12-03 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1482 and <string.h>.
1483 (parent_function): Print distinct messages when waitpid fails, or
1484 the child exits with a signal, or the child exits for an unhandled
1485 reason.
1486 * gdb.threads/process-dies-while-detaching.exp
1487 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1488 it. Wait for both inferior output and GDB's prompt. Use an
1489 indirect spawn id list.
1490 (do_detach): New parameter 'child_exit'. Use it to compute
1491 expected inferior output.
1492 (test_detach, test_detach_watch, test_detach_killed_outside):
1493 Adjust to pass down the expected child exit kind.
1494
1495 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1496 Sergio Durigan Junior <sergiodj@redhat.com>
1497 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1500
1501 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1502
1503 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1504 to 'symbol-file' and 'add-symbol-file' can be
1505 position-independent.
1506
1507 2017-12-01 Yao Qi <yao.qi@linaro.org>
1508
1509 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1510 the URL in copyright header.
1511 * gdb.arch/aarch64-fp.exp: Likewise.
1512 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1513 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1514 * gdb.base/expand-psymtabs.exp: Likewise.
1515 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1516 * gdb.fortran/common-block.exp: Likewise.
1517 * gdb.fortran/common-block.f90: Likewise.
1518 * gdb.fortran/logical.exp: Likewise.
1519 * gdb.fortran/vla-datatypes.f90: Likewise.
1520 * gdb.fortran/vla-sub.f90: Likewise.
1521
1522 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1523
1524 * gdb.ada/repeat_dyn: New testcase.
1525
1526 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1527
1528 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1529 Update for changed thread numbering.
1530 * gdb.cell/bt.exp: Update for changed GDB output.
1531
1532 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1533
1534 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1535 setting isremote by hand.
1536 * boards/dwarf4-gdb-index.exp: Likewise.
1537 * boards/fission.exp: Likewise.
1538 * boards/stabs.exp: Likewise.
1539
1540 2017-11-30 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.linespec/cpls-ops.exp
1543 (check_explicit_skips_function_argument): Extract the underlying
1544 type of size_t instead of hardcoding it.
1545
1546 2017-11-29 Pedro Alves <palves@redhat.com>
1547
1548 PR c++/19436
1549 * gdb.linespec/cpls-abi-tag.cc: New file.
1550 * gdb.linespec/cpls-abi-tag.exp: New file.
1551
1552 2017-11-29 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.base/langs.exp: Use -qualified.
1555 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1556 it.
1557 * gdb.cp/namespace.exp: Use -qualified.
1558 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1559 (overload-3, template-overload, template-ret-type, const-overload)
1560 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1561 procedures.
1562 (test_driver): Call them.
1563 * gdb.cp/save-bp-qualified.cc: New.
1564 * gdb.cp/save-bp-qualified.exp: New.
1565 * gdb.linespec/explicit.exp: Test -qualified.
1566 * lib/completion-support.exp (completion::explicit_opts_list): Add
1567 "-qualified".
1568 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1569
1570 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1571
1572 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1573
1574 2017-11-29 Tom Tromey <tom@tromey.com>
1575
1576 * gdb.base/relocate.exp: Update invalid argument test.
1577 Add new tests for invalid arguments.
1578
1579 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1580
1581 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1582 Return 0 as a long.
1583 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1584
1585 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1586
1587 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1588 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1589 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1590 func ().
1591 * gdb.cp/shadow.cc (B.func): Return 0.
1592
1593 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1594
1595 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1596 expected output in gdb_expect call to allow the exception
1597 message to be present as well. Fix syntax confusion to avoid
1598 TCL thinking that exception_name is an array.
1599
1600 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1601
1602 * gdb.arch/spu-info.c: Include <unistd.h>.
1603 (do_signal_test): Fix broken calls to write.
1604 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1605 Fix checks for empty mailboxes. Update signal tests for corrected
1606 do_signal_test routine. Allow nonzero event status.
1607 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1608 * gdb.cell/arch.exp: Use standard_output_file.
1609 * gdb.cell/break.exp: Likewise.
1610 * gdb.cell/bt.exp: Likewise.
1611 * gdb.cell/core.exp: Likewise.
1612 * gdb.cell/dwarfaddr.exp: Likewise.
1613 * gdb.cell/ea-cache.exp: Likewise.
1614 * gdb.cell/ea-standalone.exp: Likewise.
1615 * gdb.cell/f-regs.exp: Likewise.
1616 * gdb.cell/fork.exp: Likewise.
1617 * gdb.cell/gcore.exp: Likewise.
1618 * gdb.cell/mem-access.exp: Likewise.
1619 * gdb.cell/ptype.exp: Likewise.
1620 * gdb.cell/registers.exp: Likewise.
1621 * gdb.cell/sizeof.exp: Likewise.
1622 * gdb.cell/solib-symbol.exp: Likewise.
1623 * gdb.cell/solib.exp: Likewise.
1624
1625 2017-11-25 Pedro Alves <palves@redhat.com>
1626
1627 * gdb.base/complete-empty.exp: New file.
1628 * gdb.base/completion.exp: Adjust.
1629
1630 2017-11-25 Pedro Alves <palves@redhat.com>
1631
1632 * gdb.linespec/cpls-ops.cc: New file.
1633 * gdb.linespec/cpls-ops.exp: New file.
1634 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1635 factored out from ...
1636 (test_complete_prefix_range): ... this.
1637
1638 2017-11-24 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.linespec/cpcompletion.exp: New file.
1641 * gdb.linespec/cpls-hyphen.cc: New file.
1642 * gdb.linespec/cpls.cc: New file.
1643 * gdb.linespec/cpls2.cc: New file.
1644 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1645 test to use test_gdb_complete_unique. Add label completion,
1646 keyword completion and explicit location completion tests.
1647 * lib/completion-support.exp: New file.
1648
1649 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1650
1651 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1652 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1653 when hitting an exception catchpoint.
1654
1655 2017-11-22 Yao Qi <yao.qi@linaro.org>
1656
1657 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1658
1659 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1660
1661 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1662 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1663 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1664
1665 2017-11-22 Yao Qi <yao.qi@linaro.org>
1666
1667 * gdb.base/info-os.exp: Pass pthreads.
1668 * gdb.multi/multi-attach.exp: Likewise.
1669
1670 2017-11-22 Yao Qi <yao.qi@linaro.org>
1671
1672 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1673 compiler.
1674
1675 2017-11-22 Yao Qi <yao.qi@linaro.org>
1676
1677 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1678 * gdb.base/break-interp.exp: Likewise.
1679 * gdb.base/jit-attach-pie.exp: Likewise.
1680
1681 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1682
1683 * gdb.base/float128.c (large128): New variable.
1684 * gdb.base/float128.exp: Add test to print largest __float128 value.
1685
1686 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1687
1688 * gdb.arch/vsx-regs.exp: Update register content checks.
1689
1690 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1691
1692 * gdb.arch/ppc-longdouble.exp: New file.
1693 * gdb.arch/ppc-longdouble.c: Likewise.
1694
1695 2017-11-21 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1698
1699 2017-11-20 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1702 (long_double_typedef): New typedefs.
1703 Use DEF on double and long double.
1704 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1705 cases.
1706 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1707 and 'long_double_ptr_same_size' locals. Use them to decide
1708 whether cast from array/function to float is valid/invalid.
1709
1710 2017-11-17 Tom Tromey <tom@tromey.com>
1711
1712 * gdb.rust/traits.rs: New file.
1713 * gdb.rust/traits.exp: New file.
1714
1715 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1716
1717 * gdb.ada/minsyms: New testcase.
1718
1719 2017-11-16 Pedro Alves <palves@redhat.com>
1720
1721 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1722 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1723
1724 2017-11-16 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1727 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1728
1729 2017-11-16 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.server/reconnect-ctrl-c.c: New file.
1732 * gdb.server/reconnect-ctrl-c.exp: New file.
1733
1734 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1735
1736 * gdb.python/py-rbreak.exp: New file.
1737 * gdb.python/py-rbreak.c: New file.
1738 * gdb.python/py-rbreak-func2.c: New file.
1739
1740 2017-11-16 Pedro Alves <palves@redhat.com>
1741
1742 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1743 pattern.
1744 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1745 GDB.
1746
1747 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1748
1749 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1750 regex.
1751
1752 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1753
1754 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1755 test names.
1756
1757 2017-11-09 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1760 factored out from ...
1761 (top level): ... here, and adjusted to avoid expecting beyond the
1762 prompt in a single gdb_test_multiple.
1763
1764 2017-11-09 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1767 output.
1768 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1769 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1770 * gdb.server/ext-run.exp ("kill" test): Likewise.
1771 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1772
1773 2017-11-09 Pedro Alves <palves@redhat.com>
1774
1775 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1776 match till end of line.
1777
1778 2017-11-09 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1781
1782 2017-11-09 Pedro Alves <palves@redhat.com>
1783
1784 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1785 New procedures, factored out from ...
1786 (top level): ... here, and adjusted to avoid expecting beyond the
1787 prompt in one go.
1788
1789 2017-11-09 Pedro Alves <palves@redhat.com>
1790
1791 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1792 output. Fix '?' match.
1793
1794 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1795
1796 * gdb.ada/scoped_watch: New testcase.
1797 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1798 which is actually correct.
1799 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1800 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1801
1802 2017-11-08 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.gdb/complaints.exp (test_initial_complaints)
1805 (test_serial_complaints, test_short_complaints): Call
1806 complaint_internal instead of complaint.
1807
1808 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1809
1810 * gdb.threads/tls-core.c: New file.
1811 * gdb.threads/tls-core.exp: Likewise.
1812
1813 2017-11-08 Pedro Alves <palves@redhat.com>
1814
1815 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1816 (p Exported_Capitalized): New test.
1817 (p exported_capitalized): New test.
1818
1819 2017-11-07 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1822
1823 2017-11-07 Pedro Alves <palves@redhat.com>
1824
1825 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1826 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1827 (disable_invalid, disable_inverted, disable_negative): New
1828 procedures.
1829 ("bad numbers"): New set of tests.
1830
1831 2017-11-07 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.cp/ena-dis-br-range.exp: Add tests.
1834
1835 2017-11-07 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1838
1839 2017-11-07 Xavier Roirand <roirand@adacore.com>
1840 Pedro Alves <palves@redhat.com>
1841
1842 * gdb.base/ena-dis-br.exp: Add reference to
1843 gdb.cp/ena-dis-br-range.exp.
1844 * gdb.cp/ena-dis-br-range.exp: New file.
1845 * gdb.cp/ena-dis-br-range.cc: New file.
1846
1847 2017-11-06 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.base/attach-non-pgrp-leader.c: New.
1850 * gdb.base/attach-non-pgrp-leader.exp: New.
1851
1852 2017-11-06 Pedro Alves <palves@redhat.com>
1853
1854 * configure.ac: No longer check for termio.h and sgtty.h.
1855 * configure: Regenerate.
1856 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1857 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1858 Remove termio and sgtty code.
1859
1860 2017-11-03 Yao Qi <yao.qi@linaro.org>
1861
1862 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1863 in GDB is disabled.
1864
1865 2017-11-03 Yao Qi <yao.qi@linaro.org>
1866
1867 * gdb.python/py-thrhandle.exp: Skip it if python is not
1868 enabled.
1869
1870 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1871
1872 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1873 as a breakpoint command.
1874
1875 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1876
1877 PR python/21213
1878 * gdb.python/py-infthread.exp: Test calling
1879 InferiorThread.inferior () multiple times in a row.
1880
1881 2017-10-27 Keith Seitz <keiths@redhat.com>
1882
1883 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1884 Test "info break" for every inlined function breakpoint.
1885
1886 2017-10-27 Yao Qi <yao.qi@linaro.org>
1887
1888 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1889
1890 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1891
1892 * gdb.cp/classes.exp (test_static_members): Test printing
1893 Outer::instance.
1894 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1895 (Inner::instance, Outer::instance): New.
1896
1897 2017-10-24 Pedro Alves <palves@redhat.com>
1898
1899 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1900 extra console" test in two stages.
1901
1902 2017-10-24 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1905
1906 2017-10-24 Pedro Alves <palves@redhat.com>
1907
1908 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1909 loop.
1910
1911 2017-10-24 Pedro Alves <palves@redhat.com>
1912
1913 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1914 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1915
1916 2017-10-24 Pedro Alves <palves@redhat.com>
1917
1918 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1919 parameter and handle it. Don't output read value in test name.
1920
1921 2017-10-24 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1924 custom test name.
1925
1926 2017-10-24 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1929 include the unstable output directory name in the test's name.
1930 (initial_setup_simple) <'set args'>: Use custom test name.
1931
1932 2017-10-24 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1935 with explicit test name.
1936
1937 2017-10-20 Pedro Alves <palves@redhat.com>
1938
1939 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1940 'wait -i'. Use gdb_assert and remote_close.
1941
1942 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1945 number from variable rather than hard-coded.
1946
1947 2017-10-19 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.base/long-inferior-output.c: New file.
1950 * gdb.base/long-inferior-output.exp: New file.
1951
1952 2017-11-18 Keith Seitz <keiths@redhat.com>
1953
1954 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1955 method.
1956 (main): Call it.
1957 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1958 Add additional user-defined conversion operator tests.
1959
1960 2017-10-17 Pedro Alves <palves@redhat.com>
1961
1962 * boards/native-stdio-gdbserver.exp: Load "local-board".
1963
1964 2017-10-17 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.base/quit-live.c: New file.
1967 * gdb.base/quit-live.exp: New file.
1968
1969 2017-10-16 Keith Seitz <keiths@redhat.com>
1970
1971 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1972 (class_with_protected_typedef, class_with_private_typedef)
1973 (struct_with_public_typedef, struct_with_protected_typedef)
1974 (struct_with_private_typedef): New classes/structs.
1975 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1976 typedefs and access specifiers.
1977
1978 2017-10-16 Pedro Alves <palves@redhat.com>
1979 Simon Marchi <simon.marchi@polymtl.ca>
1980
1981 * README (Local vs Remote vs Native): New section.
1982 * boards/local-board.exp: New file, with bits factored out from
1983 ...
1984 * boards/native-extended-gdbserver.exp: ... here. Load
1985 "local-board".
1986 * boards/native-gdbserver.exp: Load "local-board".
1987 (${board}_spawn, ${board}_exec): Delete.
1988 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1989 ...
1990 * boards/stdio-gdbserver-base.exp: ... this new file.
1991 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1992 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1993 procedure.
1994 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1995 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1996 stdio_gdbserver_command.
1997 (${board}_get_remote_address, ${board}_get_comm_port)
1998 (${board}_download, ${board}_upload): Delete.
1999 (get_target_remote_pipe_cmd): New.
2000
2001 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2002
2003 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2004 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2005 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2006 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2007 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2008 remove with_test_prefix.
2009
2010 2017-10-13 Pedro Alves <palves@redhat.com>
2011
2012 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2013 * gdb.base/annota1.exp: Use it instead of is_remote.
2014 * gdb.base/annota3.exp: Use it instead of is_remote.
2015 * gdb.cp/annota2.exp: Use it instead of is_remote.
2016 * gdb.cp/annota3.exp: Use it instead of is_remote.
2017 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2018
2019 2017-10-13 Pedro Alves <palves@redhat.com>
2020
2021 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2022 (test_num_test_vars, run_and_count_vars, find_env)
2023 (test_set_unset_env, test_inherit_env_var): New procedures.
2024 (top level): Use them.
2025
2026 2017-10-13 Pedro Alves <palves@redhat.com>
2027
2028 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2029 also skip on stub-like targets.
2030
2031 2017-10-13 Pedro Alves <palves@redhat.com>
2032
2033 PR gdb/22293
2034 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2035 (top level): Move some tests to ...
2036 (test_not_found): ... this new procedure.
2037 (top level): Call it.
2038
2039 2017-10-13 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2042 expect different "info terminal" output if testing with a
2043 non-native target.
2044
2045 2017-10-13 Pedro Alves <palves@redhat.com>
2046 Simon Marchi <simon.marchi@polymtl.ca>
2047
2048 PR python/12966
2049 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2050
2051 2017-10-13 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2054 already.
2055
2056 2017-10-13 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2059 is_remote.
2060
2061 2017-10-13 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2064 is_remote.
2065
2066 2017-10-13 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2069 is set.
2070 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2071 instead of is_remote.
2072
2073 2017-10-13 Pedro Alves <palves@redhat.com>
2074
2075 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2076 (top level): Add comment.
2077
2078 2017-10-13 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/remote.exp (top level): Fix comment typo and add
2081 missing return.
2082
2083 2017-10-13 Pedro Alves <palves@redhat.com>
2084 Simon Marchi <simon.marchi@polymtl.ca>
2085
2086 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2087 calls and add comments. Skip test if use_gdb_stub is set.
2088 (top level): Use "set cwd" command instead of "cd" command.
2089
2090 2017-10-13 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2093 is_remote target check.
2094
2095 2017-10-13 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.base/scope.exp: Use build_executable + clean_restart +
2098 gdb_file_cmd instead of prepare_for_testing and no longer skip
2099 "before run" tests on is_remote target boards. Update comments.
2100 * boards/native-extended-gdbserver.exp
2101 (extended_gdbserver_load_last_file): New, factored out from ...
2102 (gdb_load): ... this. Move further below and add comment.
2103 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2104
2105 2017-10-12 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.base/attach.exp: Remove references to gdb64.
2108 * gdb.base/dbx.exp: Remove references to gdb64.
2109
2110 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2111 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/label.exp: Remove is_remote target check.
2114
2115 2017-10-12 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.base/auvx.exp (coredir): Update comment.
2118 (top level) <core_works>: Use "set cwd" command instead of "cd"
2119 command.
2120
2121 2017-10-12 Pedro Alves <palves@redhat.com>
2122 Simon Marchi <simon.marchi@polymtl.ca>
2123
2124 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2125 target boards.
2126
2127 2017-10-12 Pedro Alves <palves@redhat.com>
2128 Simon Marchi <simon.marchi@polymtl.ca>
2129
2130 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2131 Instead skip if there's any gdb_protocol set.
2132
2133 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2134 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2137
2138 2017-10-12 Pedro Alves <palves@redhat.com>
2139 Simon Marchi <simon.marchi@polymtl.ca>
2140
2141 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2142 instead of on dejagnu remote boards.
2143
2144 2017-10-12 Pedro Alves <palves@redhat.com>
2145 Simon Marchi <simon.marchi@polymtl.ca>
2146
2147 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2148 checks. Use build_executable + clean_restart instead of
2149 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2150 of enabling non-stop after starting gdb.
2151
2152 2017-10-12 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2155 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2156 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2157 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2158
2159 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2160
2161 * gdb.arch/arc-tdesc-cpu.exp: New file.
2162 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2163
2164 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2165
2166 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2167
2168 2017-10-10 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2171 expect CLI output.
2172
2173 2017-10-10 Pedro Alves <palves@redhat.com>
2174
2175 * lib/selftest-support.exp (selftest_setup): Update for
2176 captured_command_loop's prototype change.
2177
2178 2017-10-09 Pedro Alves <palves@redhat.com>
2179
2180 Test both arch1=>arch2 and arch2=>arch1.
2181
2182 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2183 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2184 factored out to...
2185 (append_arch1_options, append_arch2_options, append_arch_options)
2186 (build_executables): New procedures.
2187 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2188 local.
2189 (top level): Add new 'first_arch' testing axis.
2190
2191 2017-10-09 Pedro Alves <palves@redhat.com>
2192
2193 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2194 (barrier): New.
2195 (thread_start, all_started): New functions.
2196 (main): Spawn new thread and wait until it is scheduled.
2197 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2198 option.
2199 (do_test): Add 'selected_thread' parameter. Run to all_started
2200 instead of main. Explicitly set the breakpoint at main. Switch
2201 to the SELECTED_THREAD thread.
2202 (top level): Test handling the exec event with either the main
2203 thread or the second thread selected.
2204
2205 2017-10-09 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2208 logic. Move STOP marker after the value checks.
2209 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2210 regexp.
2211
2212 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2213
2214 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2215
2216 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2217
2218 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2219 integer-to-dfp conversion.
2220 * gdb.base/dfp-test.exp: Likewise.
2221
2222 2017-10-04 Pedro Alves <palves@redhat.com>
2223
2224 * gdb.multi/hangout.c: Include <unistd.h>.
2225 (hangout_loop): New function.
2226 (main): Call alarm. Call hangout_loop in a loop.
2227 * gdb.multi/hello.c: Include <unistd.h>.
2228 (hello_loop): New function.
2229 (main): Call alarm. Call hangout_loop in a loop.
2230 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2231 inferior with the other selected.
2232
2233 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2234
2235 * gdb.mi/list-thread-groups-available.exp: New file.
2236 * gdb.mi/list-thread-groups-available.c: New file.
2237
2238 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2239
2240 * gdb.base/set-cwd.exp: Make it available on
2241 native-extended-gdbserver.
2242
2243 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2244
2245 * gdb.base/set-cwd.c: New file.
2246 * gdb.base/set-cwd.exp: Likewise.
2247
2248 2017-10-02 Tom Tromey <tom@tromey.com>
2249
2250 PR rust/22236:
2251 * gdb.rust/simple.rs (main): New variable "fslice".
2252 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2253
2254 2017-10-02 Tom Tromey <tom@tromey.com>
2255
2256 * gdb.rust/simple.exp: Test ptype of a slice.
2257
2258 2017-10-02 Tom Tromey <tom@tromey.com>
2259
2260 * gdb.rust/simple.exp: Test index of slice.
2261
2262 2017-09-27 Tom Tromey <tom@tromey.com>
2263
2264 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2265
2266 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2267 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.base/compare-sections.exp (get value of read-only section): Read
2270 as unsigned value.
2271 (corrupt read-only section): Likewise and don't set written if patching
2272 failed.
2273
2274 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2275
2276 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2277 files.
2278
2279 2017-09-20 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2282 symbol names in gdb's output.
2283 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2284
2285 2017-09-20 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2288 Rename to ...
2289 (test_list_ambiguous_symbol): ... this and add a symbol name
2290 parameter. Adjust.
2291 (test_list_ambiguous_function): Reimplement on top of
2292 test_list_ambiguous_symbol and also test listing ambiguous
2293 variables.
2294 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2295 (ambiguous_fun): ... this.
2296 (ambiguous_var): New.
2297 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2298 (ambiguous_fun): ... this.
2299 (ambiguous_var): New.
2300
2301 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2302
2303 * gdb.base/starti.c: New file.
2304 * gdb.base/starti.exp: New file.
2305 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2306
2307 2017-09-14 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2310 (top level): Use it instead of runto.
2311
2312 2017-09-11 Tom Tromey <tom@tromey.com>
2313
2314 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2315
2316 2017-09-11 Tom Tromey <tom@tromey.com>
2317
2318 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2319 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2320
2321 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2322
2323 * gdb.fortran/printing-types.exp: New file.
2324 * gdb.fortran/printing-types.exp: New file.
2325
2326 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2327
2328 * gdb.fortran/vla-ptype.exp: Fix typos.
2329 * gdb.fortran/vla-value.exp: Same.
2330
2331 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2332
2333 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2334 * gdb.mi/mi-var-child-f.exp: Likewise.
2335 * gdb.mi/mi-vla-fortran.exp: Likewise.
2336
2337 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2338 Christoph Weinmann <christoph.t.weinmann@intel.com>
2339 Bernhard Heckel <bernhard.heckel@intel.com>
2340
2341 * gdb.fortran/ptr-indentation.f90: New file.
2342 * gdb.fortran/ptr-indentation.exp: New file.
2343
2344 2017-09-05 Tom Tromey <tom@tromey.com>
2345
2346 PR gdb/22010:
2347 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2348
2349 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2350
2351 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2352
2353 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 * gdb.threads/tls-nodebug-pie.c: New file.
2356 * gdb.threads/tls-nodebug-pie.exp: New file.
2357
2358 2017-09-05 Tom Tromey <tom@tromey.com>
2359
2360 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2361 for rust.
2362
2363 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2364
2365 * gdb.multi/multi-arch-exec.exp: Test with different
2366 "follow-exec-mode" settings.
2367 (do_test): New procedure.
2368
2369 2017-09-04 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.base/func-static.c (S::method const, S::method volatile)
2372 (S::method volatile const): New methods.
2373 (c_s, v_s, cv_s): New instances.
2374 (main): Call method() on them.
2375 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2376 (cannot_resolve): New procedure.
2377 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2378 print-quote-unquoted columns.
2379 (do_test): Test printing each scope too.
2380
2381 2017-09-04 Pedro Alves <palves@redhat.com>
2382
2383 * gdb.base/local-static.exp: Also test with
2384 class::method::variable wholly quoted.
2385 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2386
2387 2017-09-04 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.base/local-static.c: New.
2390 * gdb.base/local-static.cc: New.
2391 * gdb.base/local-static.exp: New.
2392
2393 2017-09-04 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.asm/asm-source.exp: Add casts to int.
2396 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2397 (dataglobal64_1, dataglobal64_2): New globals.
2398 * gdb.base/nodebug.exp: Test different expressions involving the
2399 new globals, with print, whatis and ptype. Add casts to int.
2400 * gdb.base/solib-display.exp: Add casts to int.
2401 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2402 * gdb.cp/m-static.exp: Add cast to int.
2403 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2404 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2405 tls variable with no debug info without a cast. Test with a cast
2406 to int too.
2407 * gdb.trace/entry-values.exp: Add casts.
2408
2409 2017-09-04 Pedro Alves <palves@redhat.com>
2410
2411 * gdb.base/nodebug.exp: Test that ptype's error about functions
2412 with unknown return type includes the function name too.
2413
2414 2017-09-04 Pedro Alves <palves@redhat.com>
2415
2416 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2417 return type of munmap in infcall.
2418 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2419 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2420 type of ftell in infcall.
2421 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2422 type of getpid in infcall.
2423 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2424 infcall.
2425 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2426 Bail on failure to extract the pid.
2427 * gdb.base/nodebug.c: #include <stdint.h>.
2428 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2429 New functions.
2430 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2431 Change expected output of print/whatis/ptype with functions with
2432 no debug info. Test all supported languages. Call
2433 test_call_promotion.
2434 * gdb.compile/compile.exp: Adjust expected output to expect
2435 warning.
2436 * gdb.threads/siginfo-threads.exp: Likewise.
2437
2438 2017-09-04 Pedro Alves <palves@redhat.com>
2439
2440 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2441 "prototypes". Test calling float functions via prototyped and
2442 unprototyped function pointers.
2443 (perform_all_tests): New parameter "prototypes". Pass it down.
2444 (top level): Pass down "prototypes" parameter to
2445 perform_all_tests.
2446
2447 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2448
2449 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2450 Test with nested loops.
2451
2452 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2453
2454 * gdb.base/commands.exp: Call the new procedures.
2455 (loop_break_test, loop_continue_test): New procedures.
2456
2457 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2458
2459 * gdb.base/commands.exp: Call new procedure.
2460 (define_if_without_arg_test): New procedure.
2461
2462 2017-09-04 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.base/list-ambiguous.exp: New file.
2465 * gdb.base/list-ambiguous0.c: New file.
2466 * gdb.base/list-ambiguous1.c: New file.
2467 * gdb.base/list.exp (test_list_range): Adjust expected output.
2468
2469 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2470
2471 * gdb.base/share-env-with-gdbserver.c: New file.
2472 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2473
2474 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2475
2476 * gdb.base/commands.exp (gdbvar_simple_if_test,
2477 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2478 progvar_simple_if_test, progvar_simple_while_test,
2479 progvar_complex_if_while_test, user_defined_command_test,
2480 user_defined_command_args_eval,
2481 user_defined_command_args_stack_test,
2482 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2483 temporary_breakpoint_commands,
2484 gdb_test_no_prompt, redefine_hook_test,
2485 redefine_backtrace_test): Remove "global gdb_prompt".
2486
2487 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2488
2489 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2490 New proc, call it from toplevel.
2491
2492 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2493
2494 PR remote/21852
2495 * gdb.server/normal.c: New file, copied from gdb.base.
2496 * gdb.server/run-without-local-binary.exp: New file.
2497
2498 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2499
2500 * gdb.arch/sparc64-adi.exp: New file.
2501 * gdb.arch/sparc64-adi.c: New file.
2502
2503 2017-08-22 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2506 (top level): Add "list all overloads" tests.
2507
2508 2017-08-22 Tom Tromey <tom@tromey.com>
2509
2510 * gdb.gdb/xfullpath.exp: Remove.
2511
2512 2017-08-21 Pedro Alves <palves@redhat.com>
2513
2514 PR gdb/19487
2515 * gdb.base/symbol-alias.c: New.
2516 * gdb.base/symbol-alias2.c: New.
2517 * gdb.base/symbol-alias.exp: New.
2518
2519 2017-08-21 Pedro Alves <palves@redhat.com>
2520
2521 * gdb.base/dfp-test.c
2522 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2523 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2524 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2525 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2526 * gdb.base/whatis-ptype-typedefs.c: New.
2527 * gdb.base/whatis-ptype-typedefs.exp: New.
2528 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2529 (an_int, an_int_type, an_int_type2): New globals.
2530 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2531 involving typedefs and cast expressions.
2532 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2533 (lookup_typedefs_function): New.
2534 (typedefs_pretty_printers_dict): New.
2535 (top level): Register lookup_typedefs_function in
2536 gdb.pretty_printers.
2537
2538 2017-08-18 Yao Qi <yao.qi@linaro.org>
2539
2540 * gdb.server/unittest.exp: New.
2541
2542 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2543
2544 PR gdb/21954
2545 * gdb.base/environ.exp: Add test to check if 'unset environment'
2546 works.
2547
2548 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2549
2550 * lib/gdb.exp (universal_compile_options): New caching proc.
2551 (gdb_compile): Suppress GCC's coloring of messages.
2552
2553 2017-08-14 Tom Tromey <tom@tromey.com>
2554
2555 PR gdb/21675:
2556 * gdb.base/printcmds.exp (test_radices): New function.
2557 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2558 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2559 * lib/gdb.exp (get_integer_valueof): Use p/d.
2560
2561 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2562
2563 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2564 characters.
2565
2566 2017-08-05 Tom Tromey <tom@tromey.com>
2567
2568 * gdb.rust/simple.exp: Allow String to appear in a different
2569 namespace.
2570
2571 2017-07-26 Yao Qi <yao.qi@linaro.org>
2572
2573 * gdb.gdb/unittest.exp: Invoke command
2574 "maintenance check xml-descriptions".
2575
2576 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2577
2578 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2579 calling context.
2580 (hex128): Drop erroneous calculation of parameters.
2581
2582 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2583
2584 * gdb.python/py-unwind.exp: Disable stack protection when
2585 building test file.
2586
2587 2017-07-20 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.base/default.exp (set language): Adjust expected output.
2590
2591 2017-07-20 Pedro Alves <palves@redhat.com>
2592
2593 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2594 (test_minsym): ... this, and make static.
2595 (get_pck__foo__bar__minsym): Rename to ...
2596 (get_test_minsym): ... this.
2597 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2598 symbol names and comments.
2599 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2600 (get_test_minsym): ... this.
2601 (pck__foo__bar__minsym__2): Rename to ...
2602 (test_minsym): ... this.
2603 (main): Adjust.
2604
2605 2017-07-17 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.base/completion.exp: Adjust expected output.
2608 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2609 the completer works.
2610
2611 2017-07-17 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2614
2615 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2616
2617 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2618
2619 2017-07-14 Tom Tromey <tom@tromey.com>
2620
2621 PR rust/21764:
2622 * gdb.rust/simple.exp: Add tests.
2623
2624 2017-07-14 Tom Tromey <tom@tromey.com>
2625
2626 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2627
2628 2017-07-14 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.linespec/base/one/thefile.cc (z1): New function.
2631 * gdb.linespec/base/two/thefile.cc (z2): New function.
2632 * gdb.linespec/linespec.exp: Add tests.
2633
2634 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2635
2636 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2637 to mi_create_breakpoint.
2638
2639 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2640
2641 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2642 mi_create_breakpoint.
2643
2644 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2645
2646 * gdb.dlang/demangle.exp: Update for demangling changes.
2647
2648 2017-07-09 Tom Tromey <tom@tromey.com>
2649
2650 * gdb.dwarf2/shortpiece.exp: New file.
2651
2652 2017-07-06 David Blaikie <dblaikie@gmail.com>
2653
2654 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2655 built from fissiont-multi-cu{1,2}.c.
2656 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2657 except putting 'main' and 'func' in separate CUs in the same DWO file.
2658 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2659 test.
2660 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2661 test.
2662
2663 2017-07-06 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.python/py-unwind.exp: Test flushregs.
2666
2667 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2668
2669 PR cli/21688
2670 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2671 tests for alias commands and trailing whitespace.
2672
2673 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2674
2675 PR cli/21688
2676 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2677 procedure. Call it.
2678
2679 2017-06-29 Pedro Alves <palves@redhat.com>
2680
2681 * gdb.base/printcmds.exp: Add tests.
2682
2683 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2684
2685 PR gdb/21337
2686 * gdb.base/reread-readsym.exp: New file.
2687 * gdb.base/reread-readsym.c: New file.
2688
2689 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2690
2691 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2692 subpattern.
2693
2694 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2695
2696 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2697 extended mnemonic.
2698 * gdb.arch/powerpc-power9.s: Likewise.
2699
2700 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2701
2702 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2703 on 32-bit x86 targets. Exploit is_*_target macros where
2704 appropriate.
2705
2706 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2707
2708 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2709 register pieces.
2710
2711 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2712
2713 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2714 located in one or more DWARF pieces.
2715
2716 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2717
2718 * lib/gdb.exp (get_endianness): New proc.
2719 * gdb.arch/aarch64-fp.exp: Use it.
2720 * gdb.arch/altivec-regs.exp: Likewise.
2721 * gdb.arch/e500-regs.exp: Likewise.
2722 * gdb.arch/vsx-regs.exp: Likewise.
2723 * gdb.base/dump.exp: Likewise.
2724 * gdb.base/funcargs.exp: Likewise.
2725 * gdb.base/gnu_vector.exp: Likewise.
2726 * gdb.dwarf2/formdata16.exp: Likewise.
2727 * gdb.dwarf2/implptrpiece.exp: Likewise.
2728 * gdb.dwarf2/nonvar-access.exp: Likewise.
2729 * gdb.python/py-inferior.exp: Likewise.
2730 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2731
2732 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2733
2734 PR gdb/21226
2735 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2736 stack value pieces are taken from the LSB end.
2737
2738 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2739
2740 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2741 variable at nonzero offset.
2742
2743 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2744
2745 * gdb.dwarf2/var-access.c: New file.
2746 * gdb.dwarf2/var-access.exp: New test.
2747 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2748
2749 2017-06-12 Tom Tromey <tom@tromey.com>
2750
2751 * gdb.dwarf2/formdata16.exp: Add tests.
2752
2753 2017-06-12 Tom Tromey <tom@tromey.com>
2754
2755 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2756
2757 2017-06-12 Tom Tromey <tom@tromey.com>
2758
2759 PR exp/16225:
2760 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2761 * gdb.arch/vsx-regs.exp: Update tests.
2762 * gdb.arch/s390-vregs.exp (hex128): New proc.
2763 Update test.
2764 * gdb.arch/altivec-regs.exp: Update tests.
2765
2766 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2767
2768 * gdb.base/startup-with-shell.c: New file.
2769 * gdb.base/startup-with-shell.exp: Likewise.
2770
2771 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2772
2773 * gdb.server/non-existing-program.exp: Update regex in order to
2774 reflect the fact that gdbserver is now using fork_inferior (with a
2775 shell) to startup the inferior.
2776
2777 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2778
2779 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2780 support function calls from GDB.
2781
2782 2017-05-21 Tom Tromey <tom@tromey.com>
2783
2784 PR rust/21466:
2785 * gdb.rust/unsized.exp: New file.
2786 * gdb.rust/unsized.rs: New file.
2787
2788 2017-05-19 Tom Tromey <tom@tromey.com>
2789
2790 PR rust/21484:
2791 * gdb.rust/watch.exp: New file.
2792 * gdb.rust/watch.rs: New file.
2793
2794 2017-05-18 Tom Tromey <tom@tromey.com>
2795
2796 * gdb.rust/simple.exp: Allow Box to be qualified.
2797
2798 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2799
2800 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2801
2802 2017-05-18 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.base/fileio.c (test_write, test_read, test_close)
2805 (test_fstat): Don't print 'ret' in the fail path.
2806
2807 2017-05-18 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2810 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2811 (test_system, test_rename, test_unlink, test_time): Change
2812 prototypes.
2813 * gdb.base/fileio.exp (stop_msg): Adjust.
2814
2815 2017-05-18 Pedro Alves <palves@redhat.com>
2816
2817 * gdb.base/fileio.c (null_str): New global.
2818 (test_stat): Use it.
2819 * gdb.base/fileio.exp: Remove nowarnings.
2820
2821 2017-05-17 Yao Qi <yao.qi@linaro.org>
2822
2823 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2824
2825 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2826
2827 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2828 argument command.
2829 (top-level): Invoke test_set_inferior_tty.
2830
2831 2017-05-04 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2834 Add parens to print call for Python 3.
2835
2836 2017-05-03 Keith Seitz <keiths@redhat.com>
2837
2838 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2839 (main): Call it.
2840
2841 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2842
2843 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2844 to prev and next.
2845
2846 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2847
2848 * gdb.python/py-record-btrace.exp: Remove test for
2849 gdb.BtraceInstruction.error.
2850
2851 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2852
2853 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2854
2855 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2856
2857 * gdb.python/py-record-btrace-threads.c: New file.
2858 * gdb.python/py-record-btrace-threads.exp: New file.
2859
2860 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2861
2862 PR testsuite/8595
2863 * gdb.base/environ.exp: Make test available in all architectures.
2864 Move bits related to "info program" testing to
2865 gdb.base/info-program.exp. Rewrite tests to use the two new
2866 procedures mentione below.
2867 (test_set_show_env_var) New procedure.
2868 (test_set_show_env_var_equal): Likewise.
2869 * gdb.base/info-program.exp: New file.
2870
2871 2017-04-27 Keith Seitz <keiths@redhat.com>
2872
2873 * gdb.cp/oranking.cc (test15): New function.
2874 (main): Call test15 and declare additional variables for testing.
2875 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2876 "p foo101('abc')" tests.
2877 Add tests for cv qualifier overloads.
2878 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2879 "lvalue reference overload" test.
2880 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2881 "print value of f1 on Child&& in f2" test.
2882
2883 2017-04-19 Pedro Alves <palves@redhat.com>
2884
2885 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2886 procedure.
2887 (top level): Call it.
2888 * lib/gdb.exp (gdb_define_cmd): New procedure.
2889
2890 2017-04-12 Pedro Alves <palves@redhat.com>
2891
2892 PR gdb/21323
2893 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2894 (wchar): New global.
2895 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2896 (do_test_wide_char, wide_char_types_no_program, top level): Add
2897 wchar_t testing.
2898
2899 2017-04-12 Pedro Alves <palves@redhat.com>
2900
2901 PR c++/21323
2902 * gdb.cp/wide_char_types.c: New file.
2903 * gdb.cp/wide_char_types.exp: New file.
2904
2905 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2906
2907 PR gdb/21352
2908 * gdb.trace/tsv.exp: Add test for "tsave -r".
2909
2910 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2911
2912 * gdb.dlang/watch-loc.c: New file.
2913 * gdb.dlang/watch-loc.exp: New file.
2914
2915 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2916
2917 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2918
2919 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2920
2921 * gdb.arch/arc-analyze-prologue.S: New file.
2922 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2923
2924 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2925
2926 * gdb.arch/arc-decode-insn.S: New file.
2927 * gdb.arch/arc-decode-insn.exp: Likewise.
2928
2929 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2930
2931 PR tdep/20928
2932 * gdb.arch/sparc64-regs.exp: New file.
2933 * gdb.arch/sparc64-regs.S: Likewise.
2934
2935 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2936
2937 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2938 and memory view on Python 3.
2939
2940 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
2941 Keith Seitz <keiths@redhat.com>
2942
2943 PR gdb/14441
2944 * gdb.cp/demangle.exp: Add rvalue reference tests.
2945 * gdb.cp/rvalue-ref-casts.cc: New file.
2946 * gdb.cp/rvalue-ref-casts.exp: New file.
2947 * gdb.cp/rvalue-ref-overload.cc: New file.
2948 * gdb.cp/rvalue-ref-overload.exp: New file.
2949 * gdb.cp/rvalue-ref-params.cc: New file.
2950 * gdb.cp/rvalue-ref-params.exp: New file.
2951 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2952 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2953 * gdb.cp/rvalue-ref-types.cc: New file.
2954 * gdb.cp/rvalue-ref-types.exp: New file.
2955 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2956 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2957
2958 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2959
2960 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2961 New procedure.
2962
2963 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2964
2965 * lib/mi-support.exp (mi_gdb_test): Add additional message
2966 for unexpected output.
2967
2968 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2969
2970 * gdb.base/examine-backward.c (Barrier): New character array
2971 constant, to ensure that TestStrings is preceded by a string
2972 terminator.
2973
2974 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2975
2976 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2977 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2978 and implicit pointer into such a location.
2979
2980 2017-03-16 Doug Evans <dje@google.com>
2981
2982 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2983
2984 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2985
2986 * gdb.cp/m-static.exp: Fix expectation for prototype of
2987 test5.single_constructor and single_constructor::single_constructor.
2988
2989 2017-03-16 Doug Evans <dje@google.com>
2990
2991 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2992 * gdb.guile/scm-lazy-string.c: New file.
2993 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2994 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2995 for pointer, array, typedef lazy strings.
2996
2997 2017-03-16 Doug Evans <dje@google.com>
2998
2999 PR python/17728, python/18439, python/18779
3000 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3001 * gdb.python/py-lazy-string.c (pointer): New typedef.
3002 (main): New locals ptr, array, typedef_ptr.
3003 * gdb.python/py-value.exp: Move lazy string tests to ...
3004 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3005 array, typedef lazy strings.
3006
3007 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3008
3009 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3010 Add optional 'test' parameter.
3011
3012 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3013
3014 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3015 Skip for versions of DejaGnu < 1.5.
3016
3017 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3018
3019 * lib/gdb.exp (dejagnu_version): New proc.
3020 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3021 Use dejagnu_version.
3022
3023 2017-03-10 Keith Seitz <keiths@redhat.com>
3024
3025 PR c++/8128
3026 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3027 type from destructor regexps.
3028 Add a branch which actually passes the test.
3029 Adjust "ptype t5i" test names.
3030
3031 2017-03-08 Pedro Alves <palves@redhat.com>
3032
3033 * gdb.base/step-over-exit.exp: Add explicit test message.
3034
3035 2017-03-08 Pedro Alves <palves@redhat.com>
3036
3037 PR gdb/18360
3038 * gdb.threads/interrupt-while-step-over.c: New file.
3039 * gdb.threads/interrupt-while-step-over.exp: New file.
3040
3041 2017-03-08 Pedro Alves <palves@redhat.com>
3042
3043 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3044 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3045
3046 2017-03-08 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3049 PKRU as not supported as a PASS.
3050
3051 2017-03-08 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3054 prefix instead of $binfile1/$binfile2.
3055 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3056 in test message.
3057 * gdb.python/py-completion.exp: Use "load python file" as test
3058 messages instead of unstable path names.
3059
3060 2017-03-08 Pedro Alves <palves@redhat.com>
3061 Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063 PR cli/21218
3064 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3065 New proc.
3066 (top level): Call it.
3067
3068 2017-03-08 Pedro Alves <palves@redhat.com>
3069
3070 PR tui/21216
3071 * gdb.tui/tui-nl-filtered-output.exp: New file.
3072
3073 2017-03-08 Pedro Alves <palves@redhat.com>
3074
3075 * gdb.base/completion.exp: Move TUI completion tests to ...
3076 * gdb.tui/completion.exp: ... this new file.
3077
3078 2017-03-08 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.base/tui-disasm-long-lines.c,
3081 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3082 gdb.base/tui-layout.exp: Move to ...
3083 * gdb.tui/: ... this new directory.
3084
3085 2017-03-07 Pedro Alves <palves@redhat.com>
3086
3087 * gdb.base/tui-layout.c: New file.
3088 * gdb.base/tui-layout.exp: New file.
3089
3090 2017-03-07 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.base/tui-layout.c: Rename to ...
3093 * gdb.base/tui-disasm-long-lines.c: ... this.
3094 * gdb.base/tui-layout.exp: Rename to ...
3095 * gdb.base/tui-disasm-long-lines.exp: ... this.
3096
3097 2017-03-07 Pedro Alves <palves@redhat.com>
3098
3099 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3100
3101 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3102
3103 * i386-mpx-call.c: New file.
3104 * i386-mpx-call.exp: New file.
3105
3106 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3107
3108 * gdb.arch/powerpc-power.exp: Delete test.
3109 * gdb.arch/powerpc-power.s: Likewise.
3110 * gdb.disasm/disassembler-options.exp: New test.
3111 * gdb.arch/powerpc-altivec.exp: Likewise.
3112 * gdb.arch/powerpc-altivec.s: Likewise.
3113 * gdb.arch/powerpc-altivec2.exp: Likewise.
3114 * gdb.arch/powerpc-altivec2.s: Likewise.
3115 * gdb.arch/powerpc-altivec3.exp: Likewise.
3116 * gdb.arch/powerpc-altivec3.s: Likewise.
3117 * gdb.arch/powerpc-power7.exp: Likewise.
3118 * gdb.arch/powerpc-power7.s: Likewise.
3119 * gdb.arch/powerpc-power8.exp: Likewise.
3120 * gdb.arch/powerpc-power8.s: Likewise.
3121 * gdb.arch/powerpc-power9.exp: Likewise.
3122 * gdb.arch/powerpc-power9.s: Likewise.
3123 * gdb.arch/powerpc-vsx.exp: Likewise.
3124 * gdb.arch/powerpc-vsx.s: Likewise.
3125 * gdb.arch/powerpc-vsx2.exp: Likewise.
3126 * gdb.arch/powerpc-vsx2.s: Likewise.
3127 * gdb.arch/powerpc-vsx3.exp: Likewise.
3128 * gdb.arch/powerpc-vsx3.s: Likewise.
3129 * gdb.arch/arm-disassembler-options.exp: Likewise.
3130 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3131 * gdb.arch/s390-disassembler-options.exp: Likewise.
3132
3133 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3134
3135 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3136 (check_supported_features): ... this. Changed return type to void.
3137 (supports_rdseed): New static global.
3138 (rdseed): Check supports_rdseed.
3139 (initialize): Call check_supported_features.
3140
3141 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3142
3143 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3144 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3145 and lqarx/stqcx.
3146 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3147 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3148
3149 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3150
3151 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3152 uppercase.
3153
3154 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3155
3156 * gdb.dwarf2/formdata16.c: New file.
3157 * gdb.dwarf2/formdata16.exp: New file.
3158 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3159
3160 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3161
3162 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3163 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3164 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3165 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3166 DW_AT_GNU_*.
3167
3168 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3169
3170 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3171
3172 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3173
3174 PR gdb/21164
3175 * gdb.base/maint.exp: Add testcases for when the commands do
3176 not have arguments.
3177
3178 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3179
3180 * gdb.cp/chained-calls.exp: Use p instead of P.
3181
3182 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3183
3184 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3185 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3186
3187 2017-02-14 Tom Tromey <tom@tromey.com>
3188
3189 PR python/13598:
3190 * gdb.python/py-events.exp: Add before_prompt event tests.
3191
3192 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3193
3194 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3195
3196 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3197
3198 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3199 (main): Call my_unique_function_name.
3200 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3201 completion of patterns with a single match.
3202 Add missing -re switches to gdb_test_multiple calls.
3203
3204 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3205
3206 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3207 return if core file is not recognized.
3208
3209 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3210
3211 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3212 and extra UIs.
3213
3214 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3215
3216 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3217 proc_with_prefix.
3218
3219 2017-02-10 Tom Tromey <tom@tromey.com>
3220
3221 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3222
3223 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3224
3225 PR gdb/21122
3226 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3227
3228 2017-02-08 Jerome Guitton <guitton@adacore.com>
3229
3230 * gdb.base/define.exp: Add test for command abbreviations
3231 in define.
3232
3233 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3234
3235 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3236 * gdb.reverse/insn-reverse-x86.c: New file.
3237
3238 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3239
3240 PR tdep/20936
3241 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3242
3243 2017-02-03 Tom Tromey <tom@tromey.com>
3244
3245 PR rust/21097:
3246 * gdb.rust/simple.exp: Add new tests.
3247
3248 2017-02-02 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3251 tests.
3252
3253 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3254
3255 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3256 taking a 2-byte value out of a 4-byte DWARF implicit value on
3257 big-endian targets.
3258 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3259 logic. Add test cases for DW_OP_implicit.
3260
3261 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3262
3263 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3264
3265 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3266
3267 * gdb.btrace/enable.exp: Call gdb_exit before
3268 skip_gdbserver_tests.
3269
3270 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3271
3272 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3273 GDBFLAGS.
3274
3275 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3276
3277 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3278 the test is skipped.
3279 * gdb.btrace/data.exp: Likewise.
3280 * gdb.btrace/delta.exp: Likewise.
3281 * gdb.btrace/dlopen.exp: Likewise.
3282 * gdb.btrace/enable-running.exp: Likewise.
3283 * gdb.btrace/enable.exp: Likewise.
3284 * gdb.btrace/exception.exp: Likewise.
3285 * gdb.btrace/function_call_history.exp: Likewise.
3286 * gdb.btrace/gcore.exp: Likewise.
3287 * gdb.btrace/instruction_history.exp: Likewise.
3288 * gdb.btrace/multi-thread-step.exp: Likewise.
3289 * gdb.btrace/nohist.exp: Likewise.
3290 * gdb.btrace/non-stop.exp: Likewise.
3291 * gdb.btrace/reconnect.exp: Likewise.
3292 * gdb.btrace/record_goto-step.exp: Likewise.
3293 * gdb.btrace/record_goto.exp: Likewise.
3294 * gdb.btrace/rn-dl-bind.exp: Likewise.
3295 * gdb.btrace/segv.exp: Likewise.
3296 * gdb.btrace/step.exp: Likewise.
3297 * gdb.btrace/stepi.exp: Likewise.
3298 * gdb.btrace/tailcall-only.exp: Likewise.
3299 * gdb.btrace/tailcall.exp: Likewise.
3300 * gdb.btrace/tsx.exp: Likewise.
3301 * gdb.btrace/unknown_functions.exp: Likewise.
3302 * gdb.btrace/vdso.exp: Likewise.
3303
3304 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3305
3306 * gdb.btrace/enable-running.c: New.
3307 * gdb.btrace/enable-running.exp: New.
3308
3309 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3310
3311 * gdb.arch/amd64-gs_base.c: New file.
3312 * gdb.arch/amd64-gs_base.exp: New file.
3313
3314 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3315
3316 * lib/memory.exp: Remove spurious empty newlines.
3317
3318 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3319
3320 * gdb.python/py-bad-printers.exp: Load python file using "source".
3321 * gdb.python/py-events.exp: Likewise.
3322 * gdb.python/py-evsignal.exp: Likewise.
3323 * gdb.python/py-evthreads.exp: Likewise.
3324 * gdb.python/py-frame-args.exp: Likewise.
3325 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3326 * gdb.python/py-framefilter-mi.exp: Likewise.
3327 * gdb.python/py-framefilter.exp: Likewise.
3328 * gdb.python/py-mi.exp: Likewise.
3329 * gdb.python/py-pp-maint.exp: Likewise.
3330 * gdb.python/py-pp-registration.exp: Likewise.
3331 * gdb.python/py-prettyprint.exp: Likewise.
3332 (run_lang_tests): Likewise.
3333 * gdb.python/py-typeprint.exp: Likewise.
3334
3335 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3336
3337 * lib/memory.exp: New file.
3338 * lib/gdb.exp: Load memory.exp.
3339 * gdb.base/memattr.exp (delete_memory): Move proc to
3340 lib/memory.exp and rename to delete_memory_regions.
3341 Replace delete_memory with delete_memory_regions.
3342 Cleanup memory regions before tests.
3343 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3344 before tests.
3345
3346 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3347
3348 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3349 files.
3350 (initialize): New function conditionally defined.
3351 (testcases): Move within conditional block.
3352 (main): Call initialize.
3353 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3354 of gdb.reverse/insn-reverse.c.
3355 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3356 gdb.reverse/insn-reverse.c.
3357
3358 2017-01-26 Yao Qi <yao.qi@linaro.org>
3359
3360 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3361 disassemble on address 0.
3362
3363 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3364 Yao Qi <yao.qi@linaro.org>
3365
3366 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3367 * gdb.dwarf2/implptr-64bit.S: Remove.
3368 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3369 variables in caller's context. Add DW_OP_implicit_value.
3370
3371 2017-01-25 Yao Qi <yao.qi@linaro.org>
3372
3373 * lib/dwarf.exp (Dwarf::_location): Handle
3374 DW_OP_GNU_implicit_pointer with proper size.
3375
3376 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3377
3378 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3379 and add untested calls.
3380
3381 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3382
3383 * gdb.python/python.exp: Check line number against what GDB thinks
3384 the line number is for func1.
3385
3386 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3387
3388 * gdb.dlang/debug-expr.exp: New file.
3389
3390 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3391
3392 Fix test names for the following files:
3393
3394 * gdb.ada/exec_changed.exp
3395 * gdb.ada/info_types.exp
3396 * gdb.arch/aarch64-atomic-inst.exp
3397 * gdb.arch/aarch64-fp.exp
3398 * gdb.arch/altivec-abi.exp
3399 * gdb.arch/altivec-regs.exp
3400 * gdb.arch/amd64-byte.exp
3401 * gdb.arch/amd64-disp-step.exp
3402 * gdb.arch/amd64-dword.exp
3403 * gdb.arch/amd64-entry-value-inline.exp
3404 * gdb.arch/amd64-entry-value-param.exp
3405 * gdb.arch/amd64-entry-value-paramref.exp
3406 * gdb.arch/amd64-entry-value.exp
3407 * gdb.arch/amd64-i386-address.exp
3408 * gdb.arch/amd64-invalid-stack-middle.exp
3409 * gdb.arch/amd64-invalid-stack-top.exp
3410 * gdb.arch/amd64-optimout-repeat.exp
3411 * gdb.arch/amd64-prologue-skip.exp
3412 * gdb.arch/amd64-prologue-xmm.exp
3413 * gdb.arch/amd64-stap-special-operands.exp
3414 * gdb.arch/amd64-stap-wrong-subexp.exp
3415 * gdb.arch/amd64-tailcall-cxx.exp
3416 * gdb.arch/amd64-tailcall-noret.exp
3417 * gdb.arch/amd64-tailcall-ret.exp
3418 * gdb.arch/amd64-tailcall-self.exp
3419 * gdb.arch/amd64-word.exp
3420 * gdb.arch/arm-bl-branch-dest.exp
3421 * gdb.arch/arm-disp-step.exp
3422 * gdb.arch/arm-neon.exp
3423 * gdb.arch/arm-single-step-kernel-helper.exp
3424 * gdb.arch/avr-flash-qualifier.exp
3425 * gdb.arch/disp-step-insn-reloc.exp
3426 * gdb.arch/e500-abi.exp
3427 * gdb.arch/e500-regs.exp
3428 * gdb.arch/ftrace-insn-reloc.exp
3429 * gdb.arch/i386-avx512.exp
3430 * gdb.arch/i386-bp_permanent.exp
3431 * gdb.arch/i386-byte.exp
3432 * gdb.arch/i386-cfi-notcurrent.exp
3433 * gdb.arch/i386-disp-step.exp
3434 * gdb.arch/i386-dr3-watch.exp
3435 * gdb.arch/i386-float.exp
3436 * gdb.arch/i386-gnu-cfi.exp
3437 * gdb.arch/i386-mpx-map.exp
3438 * gdb.arch/i386-mpx-sigsegv.exp
3439 * gdb.arch/i386-mpx-simple_segv.exp
3440 * gdb.arch/i386-mpx.exp
3441 * gdb.arch/i386-permbkpt.exp
3442 * gdb.arch/i386-prologue.exp
3443 * gdb.arch/i386-signal.exp
3444 * gdb.arch/i386-size-overlap.exp
3445 * gdb.arch/i386-unwind.exp
3446 * gdb.arch/i386-word.exp
3447 * gdb.arch/mips-fcr.exp
3448 * gdb.arch/powerpc-d128-regs.exp
3449 * gdb.arch/powerpc-stackless.exp
3450 * gdb.arch/ppc64-atomic-inst.exp
3451 * gdb.arch/s390-stackless.exp
3452 * gdb.arch/s390-tdbregs.exp
3453 * gdb.arch/s390-vregs.exp
3454 * gdb.arch/sparc-sysstep.exp
3455 * gdb.arch/thumb-bx-pc.exp
3456 * gdb.arch/thumb-singlestep.exp
3457 * gdb.arch/thumb2-it.exp
3458 * gdb.arch/vsx-regs.exp
3459 * gdb.asm/asm-source.exp
3460 * gdb.base/a2-run.exp
3461 * gdb.base/advance.exp
3462 * gdb.base/all-bin.exp
3463 * gdb.base/anon.exp
3464 * gdb.base/args.exp
3465 * gdb.base/arithmet.exp
3466 * gdb.base/async-shell.exp
3467 * gdb.base/async.exp
3468 * gdb.base/attach-pie-noexec.exp
3469 * gdb.base/attach-twice.exp
3470 * gdb.base/auto-load.exp
3471 * gdb.base/bang.exp
3472 * gdb.base/bitfields.exp
3473 * gdb.base/break-always.exp
3474 * gdb.base/break-caller-line.exp
3475 * gdb.base/break-entry.exp
3476 * gdb.base/break-inline.exp
3477 * gdb.base/break-on-linker-gcd-function.exp
3478 * gdb.base/break-probes.exp
3479 * gdb.base/break.exp
3480 * gdb.base/breakpoint-shadow.exp
3481 * gdb.base/call-ar-st.exp
3482 * gdb.base/call-sc.exp
3483 * gdb.base/call-signal-resume.exp
3484 * gdb.base/call-strs.exp
3485 * gdb.base/callfuncs.exp
3486 * gdb.base/catch-fork-static.exp
3487 * gdb.base/catch-gdb-caused-signals.exp
3488 * gdb.base/catch-load.exp
3489 * gdb.base/catch-signal-fork.exp
3490 * gdb.base/catch-signal.exp
3491 * gdb.base/catch-syscall.exp
3492 * gdb.base/charset.exp
3493 * gdb.base/checkpoint.exp
3494 * gdb.base/chng-syms.exp
3495 * gdb.base/code-expr.exp
3496 * gdb.base/code_elim.exp
3497 * gdb.base/commands.exp
3498 * gdb.base/completion.exp
3499 * gdb.base/complex.exp
3500 * gdb.base/cond-expr.exp
3501 * gdb.base/condbreak.exp
3502 * gdb.base/consecutive.exp
3503 * gdb.base/continue-all-already-running.exp
3504 * gdb.base/coredump-filter.exp
3505 * gdb.base/corefile.exp
3506 * gdb.base/dbx.exp
3507 * gdb.base/debug-expr.exp
3508 * gdb.base/define.exp
3509 * gdb.base/del.exp
3510 * gdb.base/disabled-location.exp
3511 * gdb.base/disasm-end-cu.exp
3512 * gdb.base/disasm-optim.exp
3513 * gdb.base/display.exp
3514 * gdb.base/duplicate-bp.exp
3515 * gdb.base/ena-dis-br.exp
3516 * gdb.base/ending-run.exp
3517 * gdb.base/enumval.exp
3518 * gdb.base/environ.exp
3519 * gdb.base/eu-strip-infcall.exp
3520 * gdb.base/eval-avoid-side-effects.exp
3521 * gdb.base/eval-skip.exp
3522 * gdb.base/exitsignal.exp
3523 * gdb.base/expand-psymtabs.exp
3524 * gdb.base/filesym.exp
3525 * gdb.base/find-unmapped.exp
3526 * gdb.base/finish.exp
3527 * gdb.base/float.exp
3528 * gdb.base/foll-exec-mode.exp
3529 * gdb.base/foll-exec.exp
3530 * gdb.base/foll-fork.exp
3531 * gdb.base/fortran-sym-case.exp
3532 * gdb.base/freebpcmd.exp
3533 * gdb.base/func-ptr.exp
3534 * gdb.base/func-ptrs.exp
3535 * gdb.base/funcargs.exp
3536 * gdb.base/gcore-buffer-overflow.exp
3537 * gdb.base/gcore-relro-pie.exp
3538 * gdb.base/gcore-relro.exp
3539 * gdb.base/gcore.exp
3540 * gdb.base/gdb1090.exp
3541 * gdb.base/gdb11530.exp
3542 * gdb.base/gdb11531.exp
3543 * gdb.base/gdb1821.exp
3544 * gdb.base/gdbindex-stabs.exp
3545 * gdb.base/gdbvars.exp
3546 * gdb.base/hbreak.exp
3547 * gdb.base/hbreak2.exp
3548 * gdb.base/included.exp
3549 * gdb.base/infcall-input.exp
3550 * gdb.base/inferior-died.exp
3551 * gdb.base/infnan.exp
3552 * gdb.base/info-macros.exp
3553 * gdb.base/info-os.exp
3554 * gdb.base/info-proc.exp
3555 * gdb.base/info-shared.exp
3556 * gdb.base/info-target.exp
3557 * gdb.base/infoline.exp
3558 * gdb.base/interp.exp
3559 * gdb.base/interrupt.exp
3560 * gdb.base/jit-reader.exp
3561 * gdb.base/jit-simple.exp
3562 * gdb.base/kill-after-signal.exp
3563 * gdb.base/kill-detach-inferiors-cmd.exp
3564 * gdb.base/label.exp
3565 * gdb.base/langs.exp
3566 * gdb.base/ldbl_e308.exp
3567 * gdb.base/line-symtabs.exp
3568 * gdb.base/linespecs.exp
3569 * gdb.base/list.exp
3570 * gdb.base/long_long.exp
3571 * gdb.base/longest-types.exp
3572 * gdb.base/maint.exp
3573 * gdb.base/max-value-size.exp
3574 * gdb.base/memattr.exp
3575 * gdb.base/mips_pro.exp
3576 * gdb.base/morestack.exp
3577 * gdb.base/moribund-step.exp
3578 * gdb.base/multi-forks.exp
3579 * gdb.base/nested-addr.exp
3580 * gdb.base/nextoverexit.exp
3581 * gdb.base/noreturn-finish.exp
3582 * gdb.base/noreturn-return.exp
3583 * gdb.base/nostdlib.exp
3584 * gdb.base/offsets.exp
3585 * gdb.base/opaque.exp
3586 * gdb.base/pc-fp.exp
3587 * gdb.base/permissions.exp
3588 * gdb.base/print-symbol-loading.exp
3589 * gdb.base/prologue-include.exp
3590 * gdb.base/psymtab.exp
3591 * gdb.base/ptype.exp
3592 * gdb.base/random-signal.exp
3593 * gdb.base/randomize.exp
3594 * gdb.base/range-stepping.exp
3595 * gdb.base/readline-ask.exp
3596 * gdb.base/recpar.exp
3597 * gdb.base/recurse.exp
3598 * gdb.base/relational.exp
3599 * gdb.base/restore.exp
3600 * gdb.base/return-nodebug.exp
3601 * gdb.base/return.exp
3602 * gdb.base/run-after-attach.exp
3603 * gdb.base/save-bp.exp
3604 * gdb.base/scope.exp
3605 * gdb.base/sect-cmd.exp
3606 * gdb.base/set-lang-auto.exp
3607 * gdb.base/set-noassign.exp
3608 * gdb.base/setvar.exp
3609 * gdb.base/sigall.exp
3610 * gdb.base/sigbpt.exp
3611 * gdb.base/siginfo-addr.exp
3612 * gdb.base/siginfo-infcall.exp
3613 * gdb.base/siginfo-obj.exp
3614 * gdb.base/siginfo.exp
3615 * gdb.base/signals-state-child.exp
3616 * gdb.base/signest.exp
3617 * gdb.base/sigstep.exp
3618 * gdb.base/sizeof.exp
3619 * gdb.base/skip.exp
3620 * gdb.base/solib-corrupted.exp
3621 * gdb.base/solib-nodir.exp
3622 * gdb.base/solib-search.exp
3623 * gdb.base/stack-checking.exp
3624 * gdb.base/stale-infcall.exp
3625 * gdb.base/stap-probe.exp
3626 * gdb.base/start.exp
3627 * gdb.base/step-break.exp
3628 * gdb.base/step-bt.exp
3629 * gdb.base/step-line.exp
3630 * gdb.base/step-over-exit.exp
3631 * gdb.base/step-over-syscall.exp
3632 * gdb.base/step-resume-infcall.exp
3633 * gdb.base/step-test.exp
3634 * gdb.base/store.exp
3635 * gdb.base/structs3.exp
3636 * gdb.base/sym-file.exp
3637 * gdb.base/symbol-without-target_section.exp
3638 * gdb.base/term.exp
3639 * gdb.base/testenv.exp
3640 * gdb.base/ui-redirect.exp
3641 * gdb.base/until.exp
3642 * gdb.base/unwindonsignal.exp
3643 * gdb.base/value-double-free.exp
3644 * gdb.base/vla-datatypes.exp
3645 * gdb.base/vla-ptr.exp
3646 * gdb.base/vla-sideeffect.exp
3647 * gdb.base/volatile.exp
3648 * gdb.base/watch-cond-infcall.exp
3649 * gdb.base/watch-cond.exp
3650 * gdb.base/watch-non-mem.exp
3651 * gdb.base/watch-read.exp
3652 * gdb.base/watch-vfork.exp
3653 * gdb.base/watchpoint-cond-gone.exp
3654 * gdb.base/watchpoint-delete.exp
3655 * gdb.base/watchpoint-hw-hit-once.exp
3656 * gdb.base/watchpoint-hw.exp
3657 * gdb.base/watchpoint-stops-at-right-insn.exp
3658 * gdb.base/watchpoints.exp
3659 * gdb.base/wchar.exp
3660 * gdb.base/whatis-exp.exp
3661 * gdb.btrace/buffer-size.exp
3662 * gdb.btrace/data.exp
3663 * gdb.btrace/delta.exp
3664 * gdb.btrace/dlopen.exp
3665 * gdb.btrace/enable.exp
3666 * gdb.btrace/exception.exp
3667 * gdb.btrace/function_call_history.exp
3668 * gdb.btrace/gcore.exp
3669 * gdb.btrace/instruction_history.exp
3670 * gdb.btrace/nohist.exp
3671 * gdb.btrace/reconnect.exp
3672 * gdb.btrace/record_goto-step.exp
3673 * gdb.btrace/record_goto.exp
3674 * gdb.btrace/rn-dl-bind.exp
3675 * gdb.btrace/segv.exp
3676 * gdb.btrace/step.exp
3677 * gdb.btrace/stepi.exp
3678 * gdb.btrace/tailcall-only.exp
3679 * gdb.btrace/tailcall.exp
3680 * gdb.btrace/tsx.exp
3681 * gdb.btrace/unknown_functions.exp
3682 * gdb.btrace/vdso.exp
3683 * gdb.compile/compile-ifunc.exp
3684 * gdb.compile/compile-ops.exp
3685 * gdb.compile/compile-print.exp
3686 * gdb.compile/compile-setjmp.exp
3687 * gdb.cp/abstract-origin.exp
3688 * gdb.cp/ambiguous.exp
3689 * gdb.cp/annota2.exp
3690 * gdb.cp/annota3.exp
3691 * gdb.cp/anon-ns.exp
3692 * gdb.cp/anon-struct.exp
3693 * gdb.cp/anon-union.exp
3694 * gdb.cp/arg-reference.exp
3695 * gdb.cp/baseenum.exp
3696 * gdb.cp/bool.exp
3697 * gdb.cp/breakpoint.exp
3698 * gdb.cp/bs15503.exp
3699 * gdb.cp/call-c.exp
3700 * gdb.cp/casts.exp
3701 * gdb.cp/chained-calls.exp
3702 * gdb.cp/class2.exp
3703 * gdb.cp/classes.exp
3704 * gdb.cp/cmpd-minsyms.exp
3705 * gdb.cp/converts.exp
3706 * gdb.cp/cp-relocate.exp
3707 * gdb.cp/cpcompletion.exp
3708 * gdb.cp/cpexprs.exp
3709 * gdb.cp/cplabel.exp
3710 * gdb.cp/cplusfuncs.exp
3711 * gdb.cp/cpsizeof.exp
3712 * gdb.cp/ctti.exp
3713 * gdb.cp/derivation.exp
3714 * gdb.cp/destrprint.exp
3715 * gdb.cp/dispcxx.exp
3716 * gdb.cp/enum-class.exp
3717 * gdb.cp/exception.exp
3718 * gdb.cp/exceptprint.exp
3719 * gdb.cp/expand-psymtabs-cxx.exp
3720 * gdb.cp/expand-sals.exp
3721 * gdb.cp/extern-c.exp
3722 * gdb.cp/filename.exp
3723 * gdb.cp/formatted-ref.exp
3724 * gdb.cp/fpointer.exp
3725 * gdb.cp/gdb1355.exp
3726 * gdb.cp/gdb2495.exp
3727 * gdb.cp/hang.exp
3728 * gdb.cp/impl-this.exp
3729 * gdb.cp/infcall-dlopen.exp
3730 * gdb.cp/inherit.exp
3731 * gdb.cp/iostream.exp
3732 * gdb.cp/koenig.exp
3733 * gdb.cp/local.exp
3734 * gdb.cp/m-data.exp
3735 * gdb.cp/m-static.exp
3736 * gdb.cp/mb-ctor.exp
3737 * gdb.cp/mb-inline.exp
3738 * gdb.cp/mb-templates.exp
3739 * gdb.cp/member-name.exp
3740 * gdb.cp/member-ptr.exp
3741 * gdb.cp/meth-typedefs.exp
3742 * gdb.cp/method.exp
3743 * gdb.cp/method2.exp
3744 * gdb.cp/minsym-fallback.exp
3745 * gdb.cp/misc.exp
3746 * gdb.cp/namelessclass.exp
3747 * gdb.cp/namespace-enum.exp
3748 * gdb.cp/namespace-nested-import.exp
3749 * gdb.cp/namespace.exp
3750 * gdb.cp/nextoverthrow.exp
3751 * gdb.cp/no-dmgl-verbose.exp
3752 * gdb.cp/non-trivial-retval.exp
3753 * gdb.cp/noparam.exp
3754 * gdb.cp/nsdecl.exp
3755 * gdb.cp/nsimport.exp
3756 * gdb.cp/nsnested.exp
3757 * gdb.cp/nsnoimports.exp
3758 * gdb.cp/nsrecurs.exp
3759 * gdb.cp/nsstress.exp
3760 * gdb.cp/nsusing.exp
3761 * gdb.cp/operator.exp
3762 * gdb.cp/oranking.exp
3763 * gdb.cp/overload-const.exp
3764 * gdb.cp/overload.exp
3765 * gdb.cp/ovldbreak.exp
3766 * gdb.cp/ovsrch.exp
3767 * gdb.cp/paren-type.exp
3768 * gdb.cp/parse-lang.exp
3769 * gdb.cp/pass-by-ref.exp
3770 * gdb.cp/pr-1023.exp
3771 * gdb.cp/pr-1210.exp
3772 * gdb.cp/pr-574.exp
3773 * gdb.cp/pr10687.exp
3774 * gdb.cp/pr12028.exp
3775 * gdb.cp/pr17132.exp
3776 * gdb.cp/pr17494.exp
3777 * gdb.cp/pr9067.exp
3778 * gdb.cp/pr9167.exp
3779 * gdb.cp/pr9631.exp
3780 * gdb.cp/printmethod.exp
3781 * gdb.cp/psmang.exp
3782 * gdb.cp/psymtab-parameter.exp
3783 * gdb.cp/ptype-cv-cp.exp
3784 * gdb.cp/ptype-flags.exp
3785 * gdb.cp/re-set-overloaded.exp
3786 * gdb.cp/ref-types.exp
3787 * gdb.cp/rtti.exp
3788 * gdb.cp/scope-err.exp
3789 * gdb.cp/shadow.exp
3790 * gdb.cp/smartp.exp
3791 * gdb.cp/static-method.exp
3792 * gdb.cp/static-print-quit.exp
3793 * gdb.cp/temargs.exp
3794 * gdb.cp/templates.exp
3795 * gdb.cp/try_catch.exp
3796 * gdb.cp/typedef-operator.exp
3797 * gdb.cp/typeid.exp
3798 * gdb.cp/userdef.exp
3799 * gdb.cp/using-crash.exp
3800 * gdb.cp/var-tag.exp
3801 * gdb.cp/virtbase.exp
3802 * gdb.cp/virtfunc.exp
3803 * gdb.cp/virtfunc2.exp
3804 * gdb.cp/vla-cxx.exp
3805 * gdb.disasm/t01_mov.exp
3806 * gdb.disasm/t02_mova.exp
3807 * gdb.disasm/t03_add.exp
3808 * gdb.disasm/t04_sub.exp
3809 * gdb.disasm/t05_cmp.exp
3810 * gdb.disasm/t06_ari2.exp
3811 * gdb.disasm/t07_ari3.exp
3812 * gdb.disasm/t08_or.exp
3813 * gdb.disasm/t09_xor.exp
3814 * gdb.disasm/t10_and.exp
3815 * gdb.disasm/t11_logs.exp
3816 * gdb.disasm/t12_bit.exp
3817 * gdb.disasm/t13_otr.exp
3818 * gdb.dlang/circular.exp
3819 * gdb.dwarf2/arr-stride.exp
3820 * gdb.dwarf2/arr-subrange.exp
3821 * gdb.dwarf2/atomic-type.exp
3822 * gdb.dwarf2/bad-regnum.exp
3823 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3824 * gdb.dwarf2/callframecfa.exp
3825 * gdb.dwarf2/clztest.exp
3826 * gdb.dwarf2/corrupt.exp
3827 * gdb.dwarf2/data-loc.exp
3828 * gdb.dwarf2/dup-psym.exp
3829 * gdb.dwarf2/dw2-anon-mptr.exp
3830 * gdb.dwarf2/dw2-anonymous-func.exp
3831 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3832 * gdb.dwarf2/dw2-bad-unresolved.exp
3833 * gdb.dwarf2/dw2-basic.exp
3834 * gdb.dwarf2/dw2-canonicalize-type.exp
3835 * gdb.dwarf2/dw2-case-insensitive.exp
3836 * gdb.dwarf2/dw2-common-block.exp
3837 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3838 * gdb.dwarf2/dw2-compressed.exp
3839 * gdb.dwarf2/dw2-const.exp
3840 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3841 * gdb.dwarf2/dw2-cu-size.exp
3842 * gdb.dwarf2/dw2-dup-frame.exp
3843 * gdb.dwarf2/dw2-entry-value.exp
3844 * gdb.dwarf2/dw2-icycle.exp
3845 * gdb.dwarf2/dw2-ifort-parameter.exp
3846 * gdb.dwarf2/dw2-inline-break.exp
3847 * gdb.dwarf2/dw2-inline-param.exp
3848 * gdb.dwarf2/dw2-intercu.exp
3849 * gdb.dwarf2/dw2-intermix.exp
3850 * gdb.dwarf2/dw2-lexical-block-bare.exp
3851 * gdb.dwarf2/dw2-linkage-name-trust.exp
3852 * gdb.dwarf2/dw2-minsym-in-cu.exp
3853 * gdb.dwarf2/dw2-noloc.exp
3854 * gdb.dwarf2/dw2-op-call.exp
3855 * gdb.dwarf2/dw2-op-out-param.exp
3856 * gdb.dwarf2/dw2-opt-structptr.exp
3857 * gdb.dwarf2/dw2-param-error.exp
3858 * gdb.dwarf2/dw2-producer.exp
3859 * gdb.dwarf2/dw2-ranges-base.exp
3860 * gdb.dwarf2/dw2-ref-missing-frame.exp
3861 * gdb.dwarf2/dw2-reg-undefined.exp
3862 * gdb.dwarf2/dw2-regno-invalid.exp
3863 * gdb.dwarf2/dw2-restore.exp
3864 * gdb.dwarf2/dw2-restrict.exp
3865 * gdb.dwarf2/dw2-single-line-discriminators.exp
3866 * gdb.dwarf2/dw2-strp.exp
3867 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3868 * gdb.dwarf2/dw2-unresolved.exp
3869 * gdb.dwarf2/dw2-var-zero-addr.exp
3870 * gdb.dwarf2/dw4-sig-types.exp
3871 * gdb.dwarf2/dwz.exp
3872 * gdb.dwarf2/dynarr-ptr.exp
3873 * gdb.dwarf2/enum-type.exp
3874 * gdb.dwarf2/gdb-index.exp
3875 * gdb.dwarf2/implptr-64bit.exp
3876 * gdb.dwarf2/implptr-optimized-out.exp
3877 * gdb.dwarf2/implptr.exp
3878 * gdb.dwarf2/implref-array.exp
3879 * gdb.dwarf2/implref-const.exp
3880 * gdb.dwarf2/implref-global.exp
3881 * gdb.dwarf2/implref-struct.exp
3882 * gdb.dwarf2/mac-fileno.exp
3883 * gdb.dwarf2/main-subprogram.exp
3884 * gdb.dwarf2/member-ptr-forwardref.exp
3885 * gdb.dwarf2/method-ptr.exp
3886 * gdb.dwarf2/missing-sig-type.exp
3887 * gdb.dwarf2/nonvar-access.exp
3888 * gdb.dwarf2/opaque-type-lookup.exp
3889 * gdb.dwarf2/pieces-optimized-out.exp
3890 * gdb.dwarf2/pieces.exp
3891 * gdb.dwarf2/pr10770.exp
3892 * gdb.dwarf2/pr13961.exp
3893 * gdb.dwarf2/staticvirtual.exp
3894 * gdb.dwarf2/subrange.exp
3895 * gdb.dwarf2/symtab-producer.exp
3896 * gdb.dwarf2/trace-crash.exp
3897 * gdb.dwarf2/typeddwarf.exp
3898 * gdb.dwarf2/valop.exp
3899 * gdb.dwarf2/watch-notconst.exp
3900 * gdb.fortran/array-element.exp
3901 * gdb.fortran/charset.exp
3902 * gdb.fortran/common-block.exp
3903 * gdb.fortran/complex.exp
3904 * gdb.fortran/derived-type-function.exp
3905 * gdb.fortran/derived-type.exp
3906 * gdb.fortran/logical.exp
3907 * gdb.fortran/module.exp
3908 * gdb.fortran/multi-dim.exp
3909 * gdb.fortran/nested-funcs.exp
3910 * gdb.fortran/print-formatted.exp
3911 * gdb.fortran/subarray.exp
3912 * gdb.fortran/vla-alloc-assoc.exp
3913 * gdb.fortran/vla-datatypes.exp
3914 * gdb.fortran/vla-history.exp
3915 * gdb.fortran/vla-ptr-info.exp
3916 * gdb.fortran/vla-ptype-sub.exp
3917 * gdb.fortran/vla-ptype.exp
3918 * gdb.fortran/vla-sizeof.exp
3919 * gdb.fortran/vla-type.exp
3920 * gdb.fortran/vla-value-sub-arbitrary.exp
3921 * gdb.fortran/vla-value-sub-finish.exp
3922 * gdb.fortran/vla-value-sub.exp
3923 * gdb.fortran/vla-value.exp
3924 * gdb.fortran/whatis_type.exp
3925 * gdb.go/chan.exp
3926 * gdb.go/handcall.exp
3927 * gdb.go/hello.exp
3928 * gdb.go/integers.exp
3929 * gdb.go/methods.exp
3930 * gdb.go/package.exp
3931 * gdb.go/strings.exp
3932 * gdb.go/types.exp
3933 * gdb.go/unsafe.exp
3934 * gdb.guile/scm-arch.exp
3935 * gdb.guile/scm-block.exp
3936 * gdb.guile/scm-breakpoint.exp
3937 * gdb.guile/scm-cmd.exp
3938 * gdb.guile/scm-disasm.exp
3939 * gdb.guile/scm-equal.exp
3940 * gdb.guile/scm-frame-args.exp
3941 * gdb.guile/scm-frame-inline.exp
3942 * gdb.guile/scm-frame.exp
3943 * gdb.guile/scm-iterator.exp
3944 * gdb.guile/scm-math.exp
3945 * gdb.guile/scm-objfile.exp
3946 * gdb.guile/scm-ports.exp
3947 * gdb.guile/scm-symbol.exp
3948 * gdb.guile/scm-symtab.exp
3949 * gdb.guile/scm-value-cc.exp
3950 * gdb.guile/types-module.exp
3951 * gdb.linespec/break-ask.exp
3952 * gdb.linespec/cpexplicit.exp
3953 * gdb.linespec/explicit.exp
3954 * gdb.linespec/keywords.exp
3955 * gdb.linespec/linespec.exp
3956 * gdb.linespec/ls-dollar.exp
3957 * gdb.linespec/ls-errs.exp
3958 * gdb.linespec/skip-two.exp
3959 * gdb.linespec/thread.exp
3960 * gdb.mi/mi-async.exp
3961 * gdb.mi/mi-basics.exp
3962 * gdb.mi/mi-break.exp
3963 * gdb.mi/mi-catch-load.exp
3964 * gdb.mi/mi-cli.exp
3965 * gdb.mi/mi-cmd-param-changed.exp
3966 * gdb.mi/mi-console.exp
3967 * gdb.mi/mi-detach.exp
3968 * gdb.mi/mi-disassemble.exp
3969 * gdb.mi/mi-eval.exp
3970 * gdb.mi/mi-file-transfer.exp
3971 * gdb.mi/mi-file.exp
3972 * gdb.mi/mi-fill-memory.exp
3973 * gdb.mi/mi-inheritance-syntax-error.exp
3974 * gdb.mi/mi-linespec-err-cp.exp
3975 * gdb.mi/mi-logging.exp
3976 * gdb.mi/mi-memory-changed.exp
3977 * gdb.mi/mi-read-memory.exp
3978 * gdb.mi/mi-record-changed.exp
3979 * gdb.mi/mi-reg-undefined.exp
3980 * gdb.mi/mi-regs.exp
3981 * gdb.mi/mi-return.exp
3982 * gdb.mi/mi-reverse.exp
3983 * gdb.mi/mi-simplerun.exp
3984 * gdb.mi/mi-solib.exp
3985 * gdb.mi/mi-stack.exp
3986 * gdb.mi/mi-stepi.exp
3987 * gdb.mi/mi-syn-frame.exp
3988 * gdb.mi/mi-until.exp
3989 * gdb.mi/mi-var-block.exp
3990 * gdb.mi/mi-var-child.exp
3991 * gdb.mi/mi-var-cmd.exp
3992 * gdb.mi/mi-var-cp.exp
3993 * gdb.mi/mi-var-display.exp
3994 * gdb.mi/mi-var-invalidate.exp
3995 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3996 * gdb.mi/mi-vla-fortran.exp
3997 * gdb.mi/mi-watch.exp
3998 * gdb.mi/mi2-var-child.exp
3999 * gdb.mi/user-selected-context-sync.exp
4000 * gdb.modula2/unbounded-array.exp
4001 * gdb.multi/dummy-frame-restore.exp
4002 * gdb.multi/multi-arch-exec.exp
4003 * gdb.multi/multi-arch.exp
4004 * gdb.multi/tids.exp
4005 * gdb.multi/watchpoint-multi.exp
4006 * gdb.opencl/callfuncs.exp
4007 * gdb.opencl/convs_casts.exp
4008 * gdb.opencl/datatypes.exp
4009 * gdb.opencl/operators.exp
4010 * gdb.opencl/vec_comps.exp
4011 * gdb.opt/clobbered-registers-O2.exp
4012 * gdb.opt/inline-break.exp
4013 * gdb.opt/inline-bt.exp
4014 * gdb.opt/inline-cmds.exp
4015 * gdb.opt/inline-locals.exp
4016 * gdb.pascal/case-insensitive-symbols.exp
4017 * gdb.pascal/floats.exp
4018 * gdb.pascal/gdb11492.exp
4019 * gdb.python/lib-types.exp
4020 * gdb.python/py-arch.exp
4021 * gdb.python/py-as-string.exp
4022 * gdb.python/py-bad-printers.exp
4023 * gdb.python/py-block.exp
4024 * gdb.python/py-breakpoint-create-fail.exp
4025 * gdb.python/py-breakpoint.exp
4026 * gdb.python/py-caller-is.exp
4027 * gdb.python/py-cmd.exp
4028 * gdb.python/py-explore-cc.exp
4029 * gdb.python/py-explore.exp
4030 * gdb.python/py-finish-breakpoint.exp
4031 * gdb.python/py-finish-breakpoint2.exp
4032 * gdb.python/py-frame-args.exp
4033 * gdb.python/py-frame-inline.exp
4034 * gdb.python/py-frame.exp
4035 * gdb.python/py-framefilter-mi.exp
4036 * gdb.python/py-infthread.exp
4037 * gdb.python/py-lazy-string.exp
4038 * gdb.python/py-linetable.exp
4039 * gdb.python/py-mi-events.exp
4040 * gdb.python/py-mi-objfile.exp
4041 * gdb.python/py-mi.exp
4042 * gdb.python/py-objfile.exp
4043 * gdb.python/py-pp-integral.exp
4044 * gdb.python/py-pp-maint.exp
4045 * gdb.python/py-pp-re-notag.exp
4046 * gdb.python/py-pp-registration.exp
4047 * gdb.python/py-recurse-unwind.exp
4048 * gdb.python/py-strfns.exp
4049 * gdb.python/py-symbol.exp
4050 * gdb.python/py-symtab.exp
4051 * gdb.python/py-sync-interp.exp
4052 * gdb.python/py-typeprint.exp
4053 * gdb.python/py-unwind-maint.exp
4054 * gdb.python/py-unwind.exp
4055 * gdb.python/py-value-cc.exp
4056 * gdb.python/py-xmethods.exp
4057 * gdb.reverse/amd64-tailcall-reverse.exp
4058 * gdb.reverse/break-precsave.exp
4059 * gdb.reverse/break-reverse.exp
4060 * gdb.reverse/consecutive-precsave.exp
4061 * gdb.reverse/consecutive-reverse.exp
4062 * gdb.reverse/finish-precsave.exp
4063 * gdb.reverse/finish-reverse-bkpt.exp
4064 * gdb.reverse/finish-reverse.exp
4065 * gdb.reverse/fstatat-reverse.exp
4066 * gdb.reverse/getresuid-reverse.exp
4067 * gdb.reverse/i386-precsave.exp
4068 * gdb.reverse/i386-reverse.exp
4069 * gdb.reverse/i386-sse-reverse.exp
4070 * gdb.reverse/i387-env-reverse.exp
4071 * gdb.reverse/i387-stack-reverse.exp
4072 * gdb.reverse/insn-reverse.exp
4073 * gdb.reverse/machinestate-precsave.exp
4074 * gdb.reverse/machinestate.exp
4075 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4076 * gdb.reverse/pipe-reverse.exp
4077 * gdb.reverse/readv-reverse.exp
4078 * gdb.reverse/recvmsg-reverse.exp
4079 * gdb.reverse/rerun-prec.exp
4080 * gdb.reverse/s390-mvcle.exp
4081 * gdb.reverse/step-precsave.exp
4082 * gdb.reverse/step-reverse.exp
4083 * gdb.reverse/time-reverse.exp
4084 * gdb.reverse/until-precsave.exp
4085 * gdb.reverse/until-reverse.exp
4086 * gdb.reverse/waitpid-reverse.exp
4087 * gdb.reverse/watch-precsave.exp
4088 * gdb.reverse/watch-reverse.exp
4089 * gdb.rust/generics.exp
4090 * gdb.rust/methods.exp
4091 * gdb.rust/modules.exp
4092 * gdb.rust/simple.exp
4093 * gdb.server/connect-with-no-symbol-file.exp
4094 * gdb.server/ext-attach.exp
4095 * gdb.server/ext-restart.exp
4096 * gdb.server/ext-wrapper.exp
4097 * gdb.server/file-transfer.exp
4098 * gdb.server/server-exec-info.exp
4099 * gdb.server/server-kill.exp
4100 * gdb.server/server-mon.exp
4101 * gdb.server/wrapper.exp
4102 * gdb.stabs/exclfwd.exp
4103 * gdb.stabs/gdb11479.exp
4104 * gdb.threads/clone-new-thread-event.exp
4105 * gdb.threads/corethreads.exp
4106 * gdb.threads/current-lwp-dead.exp
4107 * gdb.threads/dlopen-libpthread.exp
4108 * gdb.threads/gcore-thread.exp
4109 * gdb.threads/sigstep-threads.exp
4110 * gdb.threads/watchpoint-fork.exp
4111 * gdb.trace/actions-changed.exp
4112 * gdb.trace/backtrace.exp
4113 * gdb.trace/change-loc.exp
4114 * gdb.trace/circ.exp
4115 * gdb.trace/collection.exp
4116 * gdb.trace/disconnected-tracing.exp
4117 * gdb.trace/ftrace.exp
4118 * gdb.trace/mi-trace-frame-collected.exp
4119 * gdb.trace/mi-trace-unavailable.exp
4120 * gdb.trace/mi-traceframe-changed.exp
4121 * gdb.trace/mi-tsv-changed.exp
4122 * gdb.trace/no-attach-trace.exp
4123 * gdb.trace/passc-dyn.exp
4124 * gdb.trace/qtro.exp
4125 * gdb.trace/range-stepping.exp
4126 * gdb.trace/read-memory.exp
4127 * gdb.trace/save-trace.exp
4128 * gdb.trace/signal.exp
4129 * gdb.trace/status-stop.exp
4130 * gdb.trace/tfile.exp
4131 * gdb.trace/trace-break.exp
4132 * gdb.trace/trace-buffer-size.exp
4133 * gdb.trace/trace-condition.exp
4134 * gdb.trace/tracefile-pseudo-reg.exp
4135 * gdb.trace/tstatus.exp
4136 * gdb.trace/unavailable.exp
4137 * gdb.trace/while-dyn.exp
4138 * gdb.trace/while-stepping.exp
4139
4140 2016-12-22 Doug Evans <xdje42@gmail.com>
4141
4142 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4143 and msymbols.
4144
4145 2016-12-19 Yao Qi <yao.qi@linaro.org>
4146
4147 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4148 (test_with_self): Don't call do_steps_and_nexts, and remove
4149 code about stepping into xmalloc.
4150
4151 2016-12-09 Yao Qi <yao.qi@linaro.org>
4152
4153 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4154
4155 2016-12-09 Yao Qi <yao.qi@linaro.org>
4156
4157 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4158
4159 2016-12-09 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/all-architectures-0.exp: New file.
4162 * gdb.base/all-architectures-1.exp: New file.
4163 * gdb.base/all-architectures-2.exp: New file.
4164 * gdb.base/all-architectures-3.exp: New file.
4165 * gdb.base/all-architectures-4.exp: New file.
4166 * gdb.base/all-architectures-5.exp: New file.
4167 * gdb.base/all-architectures-6.exp: New file.
4168 * gdb.base/all-architectures-7.exp: New file.
4169 * gdb.base/all-architectures.exp.in: New file.
4170
4171 2016-12-09 Yao Qi <yao.qi@linaro.org>
4172
4173 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4174
4175 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4176
4177 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4178 possible.
4179 Remove useless pattern-matching code.
4180
4181 2016-12-02 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4184 procedure.
4185 (top level): Call it.
4186
4187 2016-12-02 Pedro Alves <palves@redhat.com>
4188
4189 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4190 New procedure.
4191 (top level): Call it.
4192
4193 2016-12-02 Pedro Alves <palves@redhat.com>
4194
4195 PR cli/20559
4196 * gdb.base/commands.exp (user_defined_command_args_eval): New
4197 procedure.
4198 (top level): Call it.
4199
4200 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4201
4202 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4203 timeout handling.
4204
4205 2016-12-02 Tom Tromey <tom@tromey.com>
4206
4207 * gdb.dwarf2/main-subprogram.c: New file.
4208 * gdb.dwarf2/main-subprogram.exp: New file.
4209
4210 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4211
4212 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4213 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4214 gdb_test_no_output for a couple of cases.
4215 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4216
4217 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4218
4219 Fix test names and standardize compilation error messages throughout
4220 the following files:
4221
4222 * gdb.ada/start.exp
4223 * gdb.arch/alpha-step.exp
4224 * gdb.arch/e500-prologue.exp
4225 * gdb.arch/ftrace-insn-reloc.exp
4226 * gdb.arch/gdb1291.exp
4227 * gdb.arch/gdb1431.exp
4228 * gdb.arch/gdb1558.exp
4229 * gdb.arch/i386-dr3-watch.exp
4230 * gdb.arch/i386-sse-stack-align.exp
4231 * gdb.arch/ia64-breakpoint-shadow.exp
4232 * gdb.arch/pa-nullify.exp
4233 * gdb.arch/powerpc-aix-prologue.exp
4234 * gdb.arch/thumb-bx-pc.exp
4235 * gdb.base/annota1.exp
4236 * gdb.base/annota3.exp
4237 * gdb.base/arrayidx.exp
4238 * gdb.base/assign.exp
4239 * gdb.base/attach.exp
4240 * gdb.base/auxv.exp
4241 * gdb.base/bang.exp
4242 * gdb.base/bfp-test.exp
4243 * gdb.base/bigcore.exp
4244 * gdb.base/bitfields2.exp
4245 * gdb.base/break-fun-addr.exp
4246 * gdb.base/break-probes.exp
4247 * gdb.base/call-rt-st.exp
4248 * gdb.base/callexit.exp
4249 * gdb.base/catch-fork-kill.exp
4250 * gdb.base/charset.exp
4251 * gdb.base/checkpoint.exp
4252 * gdb.base/comprdebug.exp
4253 * gdb.base/constvars.exp
4254 * gdb.base/coredump-filter.exp
4255 * gdb.base/cursal.exp
4256 * gdb.base/cvexpr.exp
4257 * gdb.base/detach.exp
4258 * gdb.base/display.exp
4259 * gdb.base/dmsym.exp
4260 * gdb.base/dprintf-pending.exp
4261 * gdb.base/dso2dso.exp
4262 * gdb.base/dtrace-probe.exp
4263 * gdb.base/dump.exp
4264 * gdb.base/enum_cond.exp
4265 * gdb.base/exe-lock.exp
4266 * gdb.base/exec-invalid-sysroot.exp
4267 * gdb.base/execl-update-breakpoints.exp
4268 * gdb.base/exprs.exp
4269 * gdb.base/fileio.exp
4270 * gdb.base/find.exp
4271 * gdb.base/finish.exp
4272 * gdb.base/fixsection.exp
4273 * gdb.base/foll-vfork.exp
4274 * gdb.base/frame-args.exp
4275 * gdb.base/gcore.exp
4276 * gdb.base/gdb1250.exp
4277 * gdb.base/global-var-nested-by-dso.exp
4278 * gdb.base/gnu-ifunc.exp
4279 * gdb.base/hashline1.exp
4280 * gdb.base/hashline2.exp
4281 * gdb.base/hashline3.exp
4282 * gdb.base/hbreak-in-shr-unsupported.exp
4283 * gdb.base/huge.exp
4284 * gdb.base/infcall-input.exp
4285 * gdb.base/info-fun.exp
4286 * gdb.base/info-shared.exp
4287 * gdb.base/jit-simple.exp
4288 * gdb.base/jit-so.exp
4289 * gdb.base/jit.exp
4290 * gdb.base/jump.exp
4291 * gdb.base/label.exp
4292 * gdb.base/lineinc.exp
4293 * gdb.base/logical.exp
4294 * gdb.base/longjmp.exp
4295 * gdb.base/macscp.exp
4296 * gdb.base/miscexprs.exp
4297 * gdb.base/new-ui-echo.exp
4298 * gdb.base/new-ui-pending-input.exp
4299 * gdb.base/new-ui.exp
4300 * gdb.base/nodebug.exp
4301 * gdb.base/nofield.exp
4302 * gdb.base/offsets.exp
4303 * gdb.base/overlays.exp
4304 * gdb.base/pending.exp
4305 * gdb.base/pointers.exp
4306 * gdb.base/pr11022.exp
4307 * gdb.base/printcmds.exp
4308 * gdb.base/prologue.exp
4309 * gdb.base/ptr-typedef.exp
4310 * gdb.base/realname-expand.exp
4311 * gdb.base/relativedebug.exp
4312 * gdb.base/relocate.exp
4313 * gdb.base/remote.exp
4314 * gdb.base/reread.exp
4315 * gdb.base/return2.exp
4316 * gdb.base/savedregs.exp
4317 * gdb.base/sep.exp
4318 * gdb.base/sepdebug.exp
4319 * gdb.base/sepsymtab.exp
4320 * gdb.base/set-inferior-tty.exp
4321 * gdb.base/setshow.exp
4322 * gdb.base/shlib-call.exp
4323 * gdb.base/sigaltstack.exp
4324 * gdb.base/siginfo-addr.exp
4325 * gdb.base/signals.exp
4326 * gdb.base/signull.exp
4327 * gdb.base/sigrepeat.exp
4328 * gdb.base/so-impl-ld.exp
4329 * gdb.base/solib-display.exp
4330 * gdb.base/solib-overlap.exp
4331 * gdb.base/solib-search.exp
4332 * gdb.base/solib-symbol.exp
4333 * gdb.base/structs.exp
4334 * gdb.base/structs2.exp
4335 * gdb.base/symtab-search-order.exp
4336 * gdb.base/twice.exp
4337 * gdb.base/unload.exp
4338 * gdb.base/varargs.exp
4339 * gdb.base/watchpoint-solib.exp
4340 * gdb.base/watchpoint.exp
4341 * gdb.base/whatis.exp
4342 * gdb.base/wrong_frame_bt_full.exp
4343 * gdb.btrace/dlopen.exp
4344 * gdb.cell/ea-standalone.exp
4345 * gdb.cell/ea-test.exp
4346 * gdb.cp/dispcxx.exp
4347 * gdb.cp/gdb2384.exp
4348 * gdb.cp/method2.exp
4349 * gdb.cp/nextoverthrow.exp
4350 * gdb.cp/pr10728.exp
4351 * gdb.disasm/am33.exp
4352 * gdb.disasm/h8300s.exp
4353 * gdb.disasm/mn10300.exp
4354 * gdb.disasm/sh3.exp
4355 * gdb.dwarf2/dw2-dir-file-name.exp
4356 * gdb.fortran/complex.exp
4357 * gdb.fortran/library-module.exp
4358 * gdb.guile/scm-pretty-print.exp
4359 * gdb.guile/scm-symbol.exp
4360 * gdb.guile/scm-type.exp
4361 * gdb.guile/scm-value.exp
4362 * gdb.linespec/linespec.exp
4363 * gdb.mi/gdb701.exp
4364 * gdb.mi/gdb792.exp
4365 * gdb.mi/mi-breakpoint-changed.exp
4366 * gdb.mi/mi-dprintf-pending.exp
4367 * gdb.mi/mi-dprintf.exp
4368 * gdb.mi/mi-exit-code.exp
4369 * gdb.mi/mi-pending.exp
4370 * gdb.mi/mi-solib.exp
4371 * gdb.mi/new-ui-mi-sync.exp
4372 * gdb.mi/pr11022.exp
4373 * gdb.mi/user-selected-context-sync.exp
4374 * gdb.opt/solib-intra-step.exp
4375 * gdb.python/py-events.exp
4376 * gdb.python/py-finish-breakpoint.exp
4377 * gdb.python/py-mi.exp
4378 * gdb.python/py-prettyprint.exp
4379 * gdb.python/py-shared.exp
4380 * gdb.python/py-symbol.exp
4381 * gdb.python/py-template.exp
4382 * gdb.python/py-type.exp
4383 * gdb.python/py-value.exp
4384 * gdb.reverse/solib-precsave.exp
4385 * gdb.reverse/solib-reverse.exp
4386 * gdb.server/solib-list.exp
4387 * gdb.stabs/weird.exp
4388 * gdb.threads/reconnect-signal.exp
4389 * gdb.threads/stepi-random-signal.exp
4390 * gdb.trace/actions.exp
4391 * gdb.trace/ax.exp
4392 * gdb.trace/backtrace.exp
4393 * gdb.trace/change-loc.exp
4394 * gdb.trace/deltrace.exp
4395 * gdb.trace/ftrace-lock.exp
4396 * gdb.trace/ftrace.exp
4397 * gdb.trace/infotrace.exp
4398 * gdb.trace/mi-tracepoint-changed.exp
4399 * gdb.trace/packetlen.exp
4400 * gdb.trace/passcount.exp
4401 * gdb.trace/pending.exp
4402 * gdb.trace/range-stepping.exp
4403 * gdb.trace/report.exp
4404 * gdb.trace/stap-trace.exp
4405 * gdb.trace/tfind.exp
4406 * gdb.trace/trace-break.exp
4407 * gdb.trace/trace-condition.exp
4408 * gdb.trace/trace-enable-disable.exp
4409 * gdb.trace/trace-mt.exp
4410 * gdb.trace/tracecmd.exp
4411 * gdb.trace/tspeed.exp
4412 * gdb.trace/tsv.exp
4413 * lib/perftest.exp
4414
4415 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4416
4417 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4418 with gdb_test_no_output.
4419 Use command as test name.
4420
4421 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4422
4423 Fix test names starting with uppercase throughout the files.
4424
4425 * gdb.ada/assign_1.exp
4426 * gdb.ada/boolean_expr.exp
4427 * gdb.base/arrayidx.exp
4428 * gdb.base/del.exp
4429 * gdb.base/gcore-buffer-overflow.exp
4430 * gdb.base/testenv.exp
4431 * gdb.compile/compile.exp
4432 * gdb.python/py-framefilter-invalidarg.exp
4433 * gdb.python/py-framefilter.exp
4434
4435 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4436
4437 Fix test names starting with uppercase throughout the files.
4438
4439 * gdb.ada/array_return.exp
4440 * gdb.ada/expr_delims.exp
4441 * gdb.ada/mi_dyn_arr.exp
4442 * gdb.ada/mi_interface.exp
4443 * gdb.ada/mi_var_array.exp
4444 * gdb.ada/watch_arg.exp
4445 * gdb.arch/alpha-step.exp
4446 * gdb.arch/altivec-regs.exp
4447 * gdb.arch/e500-regs.exp
4448 * gdb.arch/powerpc-d128-regs.exp
4449 * gdb.base/arrayidx.exp
4450 * gdb.base/break.exp
4451 * gdb.base/checkpoint.exp
4452 * gdb.base/debug-expr.exp
4453 * gdb.base/dmsym.exp
4454 * gdb.base/radix.exp
4455 * gdb.base/sepdebug.exp
4456 * gdb.base/testenv.exp
4457 * gdb.base/watch_thread_num.exp
4458 * gdb.base/watchpoint-cond-gone.exp
4459 * gdb.cell/break.exp
4460 * gdb.cell/ea-cache.exp
4461 * gdb.compile/compile.exp
4462 * gdb.cp/gdb2495.exp
4463 * gdb.gdb/selftest.exp
4464 * gdb.gdb/xfullpath.exp
4465 * gdb.go/hello.exp
4466 * gdb.go/integers.exp
4467 * gdb.objc/basicclass.exp
4468 * gdb.pascal/hello.exp
4469 * gdb.pascal/integers.exp
4470 * gdb.python/py-breakpoint.exp
4471 * gdb.python/py-cmd.exp
4472 * gdb.python/py-linetable.exp
4473 * gdb.python/py-xmethods.exp
4474 * gdb.python/python.exp
4475 * gdb.reverse/consecutive-precsave.exp
4476 * gdb.reverse/finish-precsave.exp
4477 * gdb.reverse/i386-precsave.exp
4478 * gdb.reverse/machinestate-precsave.exp
4479 * gdb.reverse/sigall-precsave.exp
4480 * gdb.reverse/solib-precsave.exp
4481 * gdb.reverse/step-precsave.exp
4482 * gdb.reverse/until-precsave.exp
4483 * gdb.reverse/watch-precsave.exp
4484 * gdb.threads/leader-exit.exp
4485 * gdb.threads/pthreads.exp
4486 * gdb.threads/wp-replication.exp
4487 * gdb.trace/actions.exp
4488 * gdb.trace/mi-tsv-changed.exp
4489 * gdb.trace/tsv.exp
4490
4491 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4492
4493 Fix test names starting with uppercase throughout the files.
4494
4495 * gdb.arch/i386-bp_permanent.exp
4496 * gdb.arch/i386-gnu-cfi.exp
4497 * gdb.base/disasm-end-cu.exp
4498 * gdb.base/macscp.exp
4499 * gdb.base/pending.exp
4500 * gdb.base/watch_thread_num.exp
4501 * gdb.cp/exception.exp
4502 * gdb.cp/gdb2495.exp
4503 * gdb.cp/local.exp
4504 * gdb.python/py-evsignal.exp
4505 * gdb.python/python.exp
4506 * gdb.trace/tracecmd.exp
4507
4508 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4509
4510 Fix test names starting with uppercase throughout the files.
4511
4512 * gdb.base/charset.exp
4513 * gdb.base/eval.exp
4514 * gdb.base/multi-forks.exp
4515 * gdb.guile/scm-progspace.exp
4516 * gdb.opencl/datatypes.exp
4517 * gdb.python/py-block.exp
4518 * gdb.python/py-function.exp
4519 * gdb.python/py-symbol.exp
4520 * gdb.python/py-symtab.exp
4521 * gdb.python/py-xmethods.exp
4522 * gdb.reverse/break-precsave.exp
4523 * gdb.reverse/break-reverse.exp
4524 * gdb.reverse/consecutive-precsave.exp
4525 * gdb.reverse/consecutive-reverse.exp
4526 * gdb.reverse/finish-precsave.exp
4527 * gdb.reverse/finish-reverse-bkpt.exp
4528 * gdb.reverse/finish-reverse.exp
4529 * gdb.reverse/fstatat-reverse.exp
4530 * gdb.reverse/getresuid-reverse.exp
4531 * gdb.reverse/i386-precsave.exp
4532 * gdb.reverse/i386-reverse.exp
4533 * gdb.reverse/i386-sse-reverse.exp
4534 * gdb.reverse/i387-stack-reverse.exp
4535 * gdb.reverse/insn-reverse.exp
4536 * gdb.reverse/machinestate-precsave.exp
4537 * gdb.reverse/machinestate.exp
4538 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4539 * gdb.reverse/pipe-reverse.exp
4540 * gdb.reverse/readv-reverse.exp
4541 * gdb.reverse/recvmsg-reverse.exp
4542 * gdb.reverse/rerun-prec.exp
4543 * gdb.reverse/s390-mvcle.exp
4544 * gdb.reverse/sigall-precsave.exp
4545 * gdb.reverse/sigall-reverse.exp
4546 * gdb.reverse/solib-precsave.exp
4547 * gdb.reverse/solib-reverse.exp
4548 * gdb.reverse/step-precsave.exp
4549 * gdb.reverse/step-reverse.exp
4550 * gdb.reverse/time-reverse.exp
4551 * gdb.reverse/until-precsave.exp
4552 * gdb.reverse/until-reverse.exp
4553 * gdb.reverse/waitpid-reverse.exp
4554 * gdb.reverse/watch-precsave.exp
4555 * gdb.reverse/watch-reverse.exp
4556
4557 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4558
4559 Fix test names starting with uppercase throughout the files.
4560
4561 * gdb.arch/i386-mpx-simple_segv.exp
4562 * gdb.arch/i386-mpx.exp
4563 * gdb.arch/i386-permbkpt.exp
4564 * gdb.arch/pa-nullify.exp
4565 * gdb.arch/powerpc-d128-regs.exp
4566 * gdb.arch/vsx-regs.exp
4567 * gdb.base/bfp-test.exp
4568 * gdb.base/break.exp
4569 * gdb.base/breakpoint-shadow.exp
4570 * gdb.base/callfuncs.exp
4571 * gdb.base/charset.exp
4572 * gdb.base/commands.exp
4573 * gdb.base/completion.exp
4574 * gdb.base/dfp-test.exp
4575 * gdb.base/echo.exp
4576 * gdb.base/ending-run.exp
4577 * gdb.base/eval.exp
4578 * gdb.base/expand-psymtabs.exp
4579 * gdb.base/float128.exp
4580 * gdb.base/floatn.exp
4581 * gdb.base/foll-exec-mode.exp
4582 * gdb.base/gdb1056.exp
4583 * gdb.base/gdb11531.exp
4584 * gdb.base/kill-after-signal.exp
4585 * gdb.base/multi-forks.exp
4586 * gdb.base/overlays.exp
4587 * gdb.base/pending.exp
4588 * gdb.base/sepdebug.exp
4589 * gdb.base/testenv.exp
4590 * gdb.base/valgrind-db-attach.exp
4591 * gdb.base/watch_thread_num.exp
4592 * gdb.base/watchpoint-cond-gone.exp
4593 * gdb.base/watchpoint.exp
4594 * gdb.base/watchpoints.exp
4595 * gdb.cp/arg-reference.exp
4596 * gdb.cp/baseenum.exp
4597 * gdb.cp/operator.exp
4598 * gdb.cp/shadow.exp
4599 * gdb.dwarf2/dw2-op-out-param.exp
4600 * gdb.dwarf2/dw2-reg-undefined.exp
4601 * gdb.go/chan.exp
4602 * gdb.go/hello.exp
4603 * gdb.go/integers.exp
4604 * gdb.go/methods.exp
4605 * gdb.go/package.exp
4606 * gdb.guile/scm-parameter.exp
4607 * gdb.guile/scm-progspace.exp
4608 * gdb.guile/scm-value.exp
4609 * gdb.mi/mi-pending.exp
4610 * gdb.mi/user-selected-context-sync.exp
4611 * gdb.multi/multi-attach.exp
4612 * gdb.multi/tids.exp
4613 * gdb.opt/clobbered-registers-O2.exp
4614 * gdb.pascal/floats.exp
4615 * gdb.pascal/integers.exp
4616 * gdb.python/py-block.exp
4617 * gdb.python/py-events.exp
4618 * gdb.python/py-parameter.exp
4619 * gdb.python/py-symbol.exp
4620 * gdb.python/py-symtab.exp
4621 * gdb.python/py-type.exp
4622 * gdb.python/py-value.exp
4623 * gdb.python/py-xmethods.exp
4624 * gdb.python/python.exp
4625 * gdb.reverse/break-precsave.exp
4626 * gdb.reverse/consecutive-precsave.exp
4627 * gdb.reverse/finish-precsave.exp
4628 * gdb.reverse/i386-precsave.exp
4629 * gdb.reverse/machinestate-precsave.exp
4630 * gdb.reverse/sigall-precsave.exp
4631 * gdb.reverse/solib-precsave.exp
4632 * gdb.reverse/step-precsave.exp
4633 * gdb.reverse/until-precsave.exp
4634 * gdb.reverse/watch-precsave.exp
4635 * gdb.server/ext-attach.exp
4636 * gdb.server/ext-restart.exp
4637 * gdb.server/ext-run.exp
4638 * gdb.server/ext-wrapper.exp
4639 * gdb.stabs/gdb11479.exp
4640 * gdb.stabs/weird.exp
4641 * gdb.threads/attach-many-short-lived-threads.exp
4642 * gdb.threads/kill.exp
4643 * gdb.threads/watchpoint-fork.exp
4644
4645 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4646
4647 Fix test names starting with uppercase throughout all the files below.
4648
4649 * gdb.ada/array_return.exp
4650 * gdb.ada/catch_ex.exp
4651 * gdb.ada/info_exc.exp
4652 * gdb.ada/mi_catch_ex.exp
4653 * gdb.ada/mi_dyn_arr.exp
4654 * gdb.ada/mi_ex_cond.exp
4655 * gdb.ada/mi_exc_info.exp
4656 * gdb.ada/mi_interface.exp
4657 * gdb.ada/mi_task_arg.exp
4658 * gdb.ada/mi_task_info.exp
4659 * gdb.ada/mi_var_array.exp
4660 * gdb.arch/alpha-step.exp
4661 * gdb.arch/amd64-disp-step.exp
4662 * gdb.arch/arm-disp-step.exp
4663 * gdb.arch/disp-step-insn-reloc.exp
4664 * gdb.arch/e500-prologue.exp
4665 * gdb.arch/ftrace-insn-reloc.exp
4666 * gdb.arch/gdb1558.exp
4667 * gdb.arch/i386-bp_permanent.exp
4668 * gdb.arch/i386-disp-step.exp
4669 * gdb.arch/i386-float.exp
4670 * gdb.arch/i386-gnu-cfi.exp
4671 * gdb.arch/ia64-breakpoint-shadow.exp
4672 * gdb.arch/mips16-thunks.exp
4673 * gdb.arch/pa-nullify.exp
4674 * gdb.arch/powerpc-aix-prologue.exp
4675 * gdb.arch/powerpc-power.exp
4676 * gdb.arch/ppc-dfp.exp
4677 * gdb.arch/s390-tdbregs.exp
4678 * gdb.arch/spu-info.exp
4679 * gdb.arch/spu-ls.exp
4680 * gdb.arch/thumb-bx-pc.exp
4681 * gdb.base/advance.exp
4682 * gdb.base/annota-input-while-running.exp
4683 * gdb.base/arrayidx.exp
4684 * gdb.base/asmlabel.exp
4685 * gdb.base/async.exp
4686 * gdb.base/attach-wait-input.exp
4687 * gdb.base/auto-connect-native-target.exp
4688 * gdb.base/batch-preserve-term-settings.exp
4689 * gdb.base/bfp-test.exp
4690 * gdb.base/bigcore.exp
4691 * gdb.base/bp-permanent.exp
4692 * gdb.base/break-always.exp
4693 * gdb.base/break-fun-addr.exp
4694 * gdb.base/break-idempotent.exp
4695 * gdb.base/break-main-file-remove-fail.exp
4696 * gdb.base/break-probes.exp
4697 * gdb.base/break-unload-file.exp
4698 * gdb.base/break.exp
4699 * gdb.base/call-ar-st.exp
4700 * gdb.base/call-rt-st.exp
4701 * gdb.base/call-sc.exp
4702 * gdb.base/call-signal-resume.exp
4703 * gdb.base/call-strs.exp
4704 * gdb.base/callexit.exp
4705 * gdb.base/callfuncs.exp
4706 * gdb.base/catch-gdb-caused-signals.exp
4707 * gdb.base/catch-signal-siginfo-cond.exp
4708 * gdb.base/catch-syscall.exp
4709 * gdb.base/compare-sections.exp
4710 * gdb.base/cond-eval-mode.exp
4711 * gdb.base/condbreak-call-false.exp
4712 * gdb.base/consecutive-step-over.exp
4713 * gdb.base/cursal.exp
4714 * gdb.base/disabled-location.exp
4715 * gdb.base/disasm-end-cu.exp
4716 * gdb.base/display.exp
4717 * gdb.base/double-prompt-target-event-error.exp
4718 * gdb.base/dprintf-bp-same-addr.exp
4719 * gdb.base/dprintf-detach.exp
4720 * gdb.base/dprintf-next.exp
4721 * gdb.base/dprintf-non-stop.exp
4722 * gdb.base/dprintf-pending.exp
4723 * gdb.base/dso2dso.exp
4724 * gdb.base/ending-run.exp
4725 * gdb.base/enum_cond.exp
4726 * gdb.base/examine-backward.exp
4727 * gdb.base/exe-lock.exp
4728 * gdb.base/exec-invalid-sysroot.exp
4729 * gdb.base/execl-update-breakpoints.exp
4730 * gdb.base/execution-termios.exp
4731 * gdb.base/fileio.exp
4732 * gdb.base/fixsection.exp
4733 * gdb.base/foll-exec-mode.exp
4734 * gdb.base/foll-exec.exp
4735 * gdb.base/fork-running-state.exp
4736 * gdb.base/frame-args.exp
4737 * gdb.base/fullpath-expand.exp
4738 * gdb.base/func-ptr.exp
4739 * gdb.base/gcore-relro-pie.exp
4740 * gdb.base/gdb1090.exp
4741 * gdb.base/gdb1555.exp
4742 * gdb.base/global-var-nested-by-dso.exp
4743 * gdb.base/gnu-ifunc.exp
4744 * gdb.base/hbreak-in-shr-unsupported.exp
4745 * gdb.base/hbreak-unmapped.exp
4746 * gdb.base/hook-stop.exp
4747 * gdb.base/infcall-input.exp
4748 * gdb.base/info-fun.exp
4749 * gdb.base/info-shared.exp
4750 * gdb.base/interrupt-noterm.exp
4751 * gdb.base/jit-so.exp
4752 * gdb.base/jit.exp
4753 * gdb.base/line-symtabs.exp
4754 * gdb.base/list.exp
4755 * gdb.base/longjmp.exp
4756 * gdb.base/macscp.exp
4757 * gdb.base/max-value-size.exp
4758 * gdb.base/nodebug.exp
4759 * gdb.base/nofield.exp
4760 * gdb.base/overlays.exp
4761 * gdb.base/paginate-after-ctrl-c-running.exp
4762 * gdb.base/paginate-bg-execution.exp
4763 * gdb.base/paginate-inferior-exit.exp
4764 * gdb.base/pending.exp
4765 * gdb.base/pr11022.exp
4766 * gdb.base/printcmds.exp
4767 * gdb.base/ptr-typedef.exp
4768 * gdb.base/ptype.exp
4769 * gdb.base/randomize.exp
4770 * gdb.base/range-stepping.exp
4771 * gdb.base/realname-expand.exp
4772 * gdb.base/relativedebug.exp
4773 * gdb.base/remote.exp
4774 * gdb.base/savedregs.exp
4775 * gdb.base/sepdebug.exp
4776 * gdb.base/set-noassign.exp
4777 * gdb.base/shlib-call.exp
4778 * gdb.base/shreloc.exp
4779 * gdb.base/sigaltstack.exp
4780 * gdb.base/sigbpt.exp
4781 * gdb.base/siginfo-addr.exp
4782 * gdb.base/siginfo-obj.exp
4783 * gdb.base/siginfo-thread.exp
4784 * gdb.base/signest.exp
4785 * gdb.base/signull.exp
4786 * gdb.base/sigrepeat.exp
4787 * gdb.base/skip.exp
4788 * gdb.base/so-impl-ld.exp
4789 * gdb.base/solib-corrupted.exp
4790 * gdb.base/solib-disc.exp
4791 * gdb.base/solib-display.exp
4792 * gdb.base/solib-overlap.exp
4793 * gdb.base/solib-search.exp
4794 * gdb.base/solib-symbol.exp
4795 * gdb.base/source-execution.exp
4796 * gdb.base/sss-bp-on-user-bp-2.exp
4797 * gdb.base/sss-bp-on-user-bp.exp
4798 * gdb.base/stack-checking.exp
4799 * gdb.base/stale-infcall.exp
4800 * gdb.base/step-break.exp
4801 * gdb.base/step-line.exp
4802 * gdb.base/step-over-exit.exp
4803 * gdb.base/step-test.exp
4804 * gdb.base/structs.exp
4805 * gdb.base/sym-file.exp
4806 * gdb.base/symtab-search-order.exp
4807 * gdb.base/term.exp
4808 * gdb.base/type-opaque.exp
4809 * gdb.base/unload.exp
4810 * gdb.base/until-nodebug.exp
4811 * gdb.base/until.exp
4812 * gdb.base/unwindonsignal.exp
4813 * gdb.base/watch-cond.exp
4814 * gdb.base/watch-non-mem.exp
4815 * gdb.base/watch_thread_num.exp
4816 * gdb.base/watchpoint-reuse-slot.exp
4817 * gdb.base/watchpoint-solib.exp
4818 * gdb.base/watchpoint.exp
4819 * gdb.btrace/dlopen.exp
4820 * gdb.cell/arch.exp
4821 * gdb.cell/break.exp
4822 * gdb.cell/bt.exp
4823 * gdb.cell/core.exp
4824 * gdb.cell/data.exp
4825 * gdb.cell/dwarfaddr.exp
4826 * gdb.cell/ea-cache.exp
4827 * gdb.cell/ea-standalone.exp
4828 * gdb.cell/ea-test.exp
4829 * gdb.cell/f-regs.exp
4830 * gdb.cell/fork.exp
4831 * gdb.cell/gcore.exp
4832 * gdb.cell/mem-access.exp
4833 * gdb.cell/ptype.exp
4834 * gdb.cell/registers.exp
4835 * gdb.cell/sizeof.exp
4836 * gdb.cell/solib-symbol.exp
4837 * gdb.cell/solib.exp
4838 * gdb.compile/compile-tls.exp
4839 * gdb.cp/exception.exp
4840 * gdb.cp/gdb2495.exp
4841 * gdb.cp/local.exp
4842 * gdb.cp/mb-inline.exp
4843 * gdb.cp/mb-templates.exp
4844 * gdb.cp/pr10687.exp
4845 * gdb.cp/pr9167.exp
4846 * gdb.cp/scope-err.exp
4847 * gdb.cp/templates.exp
4848 * gdb.cp/virtfunc.exp
4849 * gdb.dwarf2/dw2-dir-file-name.exp
4850 * gdb.dwarf2/dw2-single-line-discriminators.exp
4851 * gdb.fortran/complex.exp
4852 * gdb.fortran/library-module.exp
4853 * gdb.guile/guile.exp
4854 * gdb.guile/scm-cmd.exp
4855 * gdb.guile/scm-frame-inline.exp
4856 * gdb.guile/scm-objfile.exp
4857 * gdb.guile/scm-pretty-print.exp
4858 * gdb.guile/scm-symbol.exp
4859 * gdb.guile/scm-type.exp
4860 * gdb.guile/scm-value.exp
4861 * gdb.linespec/keywords.exp
4862 * gdb.linespec/ls-errs.exp
4863 * gdb.linespec/macro-relative.exp
4864 * gdb.linespec/thread.exp
4865 * gdb.mi/mi-breakpoint-changed.exp
4866 * gdb.mi/mi-dprintf-pending.exp
4867 * gdb.mi/mi-fullname-deleted.exp
4868 * gdb.mi/mi-logging.exp
4869 * gdb.mi/mi-pending.exp
4870 * gdb.mi/mi-solib.exp
4871 * gdb.mi/new-ui-mi-sync.exp
4872 * gdb.mi/user-selected-context-sync.exp
4873 * gdb.multi/dummy-frame-restore.exp
4874 * gdb.multi/multi-arch-exec.exp
4875 * gdb.multi/remove-inferiors.exp
4876 * gdb.multi/watchpoint-multi-exit.exp
4877 * gdb.opt/solib-intra-step.exp
4878 * gdb.perf/backtrace.exp
4879 * gdb.perf/single-step.exp
4880 * gdb.perf/skip-command.exp
4881 * gdb.perf/skip-prologue.exp
4882 * gdb.perf/solib.exp
4883 * gdb.python/lib-types.exp
4884 * gdb.python/py-as-string.exp
4885 * gdb.python/py-bad-printers.exp
4886 * gdb.python/py-block.exp
4887 * gdb.python/py-breakpoint.exp
4888 * gdb.python/py-cmd.exp
4889 * gdb.python/py-events.exp
4890 * gdb.python/py-evthreads.exp
4891 * gdb.python/py-finish-breakpoint.exp
4892 * gdb.python/py-finish-breakpoint2.exp
4893 * gdb.python/py-frame-inline.exp
4894 * gdb.python/py-frame.exp
4895 * gdb.python/py-inferior.exp
4896 * gdb.python/py-infthread.exp
4897 * gdb.python/py-mi.exp
4898 * gdb.python/py-objfile.exp
4899 * gdb.python/py-pp-maint.exp
4900 * gdb.python/py-pp-registration.exp
4901 * gdb.python/py-prettyprint.exp
4902 * gdb.python/py-recurse-unwind.exp
4903 * gdb.python/py-shared.exp
4904 * gdb.python/py-symbol.exp
4905 * gdb.python/py-symtab.exp
4906 * gdb.python/py-template.exp
4907 * gdb.python/py-type.exp
4908 * gdb.python/py-unwind-maint.exp
4909 * gdb.python/py-unwind.exp
4910 * gdb.python/py-value.exp
4911 * gdb.python/python.exp
4912 * gdb.reverse/finish-reverse-bkpt.exp
4913 * gdb.reverse/insn-reverse.exp
4914 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4915 * gdb.reverse/solib-precsave.exp
4916 * gdb.reverse/solib-reverse.exp
4917 * gdb.stabs/gdb11479.exp
4918 * gdb.stabs/weird.exp
4919 * gdb.threads/fork-child-threads.exp
4920 * gdb.threads/fork-plus-threads.exp
4921 * gdb.threads/fork-thread-pending.exp
4922 * gdb.threads/forking-threads-plus-breakpoint.exp
4923 * gdb.threads/hand-call-in-threads.exp
4924 * gdb.threads/interrupted-hand-call.exp
4925 * gdb.threads/linux-dp.exp
4926 * gdb.threads/local-watch-wrong-thread.exp
4927 * gdb.threads/next-while-other-thread-longjmps.exp
4928 * gdb.threads/non-ldr-exit.exp
4929 * gdb.threads/pending-step.exp
4930 * gdb.threads/print-threads.exp
4931 * gdb.threads/process-dies-while-detaching.exp
4932 * gdb.threads/process-dies-while-handling-bp.exp
4933 * gdb.threads/pthreads.exp
4934 * gdb.threads/queue-signal.exp
4935 * gdb.threads/reconnect-signal.exp
4936 * gdb.threads/signal-command-handle-nopass.exp
4937 * gdb.threads/signal-command-multiple-signals-pending.exp
4938 * gdb.threads/signal-delivered-right-thread.exp
4939 * gdb.threads/signal-sigtrap.exp
4940 * gdb.threads/sigthread.exp
4941 * gdb.threads/staticthreads.exp
4942 * gdb.threads/stepi-random-signal.exp
4943 * gdb.threads/thread-unwindonsignal.exp
4944 * gdb.threads/thread_check.exp
4945 * gdb.threads/thread_events.exp
4946 * gdb.threads/tid-reuse.exp
4947 * gdb.threads/tls-nodebug.exp
4948 * gdb.threads/tls-shared.exp
4949 * gdb.threads/tls-so_extern.exp
4950 * gdb.threads/tls.exp
4951 * gdb.threads/wp-replication.exp
4952 * gdb.trace/actions-changed.exp
4953 * gdb.trace/actions.exp
4954 * gdb.trace/backtrace.exp
4955 * gdb.trace/change-loc.exp
4956 * gdb.trace/collection.exp
4957 * gdb.trace/deltrace.exp
4958 * gdb.trace/disconnected-tracing.exp
4959 * gdb.trace/entry-values.exp
4960 * gdb.trace/ftrace-lock.exp
4961 * gdb.trace/ftrace.exp
4962 * gdb.trace/infotrace.exp
4963 * gdb.trace/mi-trace-frame-collected.exp
4964 * gdb.trace/mi-trace-unavailable.exp
4965 * gdb.trace/mi-traceframe-changed.exp
4966 * gdb.trace/mi-tracepoint-changed.exp
4967 * gdb.trace/mi-tsv-changed.exp
4968 * gdb.trace/no-attach-trace.exp
4969 * gdb.trace/packetlen.exp
4970 * gdb.trace/passc-dyn.exp
4971 * gdb.trace/passcount.exp
4972 * gdb.trace/pending.exp
4973 * gdb.trace/pr16508.exp
4974 * gdb.trace/qtro.exp
4975 * gdb.trace/range-stepping.exp
4976 * gdb.trace/read-memory.exp
4977 * gdb.trace/report.exp
4978 * gdb.trace/save-trace.exp
4979 * gdb.trace/signal.exp
4980 * gdb.trace/stap-trace.exp
4981 * gdb.trace/status-stop.exp
4982 * gdb.trace/strace.exp
4983 * gdb.trace/tfile.exp
4984 * gdb.trace/tfind.exp
4985 * gdb.trace/trace-break.exp
4986 * gdb.trace/trace-condition.exp
4987 * gdb.trace/trace-enable-disable.exp
4988 * gdb.trace/trace-mt.exp
4989 * gdb.trace/tracecmd.exp
4990 * gdb.trace/tracefile-pseudo-reg.exp
4991 * gdb.trace/tspeed.exp
4992 * gdb.trace/tstatus.exp
4993 * gdb.trace/tsv.exp
4994 * gdb.trace/unavailable.exp
4995 * gdb.trace/while-dyn.exp
4996 * gdb.trace/while-stepping.exp
4997 * lib/gdb-guile.exp
4998 * lib/gdb.exp
4999 * lib/mi-support.exp
5000 * lib/pascal.exp
5001 * lib/perftest.exp
5002 * lib/prelink-support.exp
5003 * lib/selftest-support.exp
5004
5005 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5006
5007 * Makefile.in: Include disable-implicit-rules.mk.
5008
5009 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5010
5011 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5012 non-byte-aligned bit fields.
5013
5014 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5015
5016 PR gdb/12616
5017 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5018 respects the DW_AT_data_bit_offset attribute.
5019
5020 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5021
5022 * gdb.base/default.exp: Fix output of "set language".
5023
5024 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5025
5026 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5027 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5028 make.
5029 * configure.ac: Remove checks for the make program.
5030 * configure: Re-generate.
5031
5032 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5033
5034 * gdb.python/py-recurse-unwind.c (main): Add loop.
5035 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5036 to read_register() and gdb.parse_and_eval(). Make each code
5037 call a separate case that can be individually tested.
5038 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5039 proc. Call cont_and_backtrace for each of the code paths that
5040 we want to test in the unwinder.
5041
5042 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5043
5044 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5045 the definition of struct S.
5046
5047 2016-11-11 Catherine Moore <clm@codesourcery.com>
5048
5049 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5050
5051 2016-11-09 Pedro Alves <palves@redhat.com>
5052
5053 * gdb.base/commands.exp (runto_or_return): New procedure.
5054 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5055 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5056 (progvar_simple_while_test, progvar_complex_if_while_test)
5057 (if_while_breakpoint_command_test)
5058 (infrun_breakpoint_command_test, breakpoint_command_test)
5059 (user_defined_command_test, watchpoint_command_test)
5060 (test_command_prompt_position, redefine_hook_test)
5061 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5062 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5063 multi_line_input and multi_line. Remove gdb_expect and
5064 gdb_stop_suppressing_tests uses.
5065 * lib/gdb.exp (valnum_re): New global.
5066 (multi_line_input): New procedure.
5067
5068 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5069
5070 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5071 Remove.
5072 (test_setup): Define with proc_with_prefix.
5073 (test_cli_inferior): Likewise.
5074 (test_cli_thread): Likewise.
5075 (test_cli_frame): Likewise.
5076 (test_cli_select_frame): Likewise.
5077 (test_cli_up_down): Likewise.
5078 (test_mi_thread_select): Likewise.
5079 (test_mi_stack_select_frame): Likewise.
5080 (test_cli_in_mi_inferior): Likewise.
5081 (test_cli_in_mi_thread): Likewise.
5082 (test_cli_in_mi_frame): Likewise.
5083 (top level): Do not use with_test_prefix_procname.
5084
5085 2016-11-09 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.base/commands.exp (gdbvar_simple_if_test)
5088 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5089 (progvar_simple_if_test, progvar_simple_while_test)
5090 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5091 (infrun_breakpoint_command_test, breakpoint_command_test)
5092 (user_defined_command_test, watchpoint_command_test)
5093 (test_command_prompt_position, deprecated_command_test)
5094 (bp_deleted_in_command, temporary_breakpoint_commands)
5095 (stray_arg0_test, source_file_with_indented_comment)
5096 (recursive_source_test, if_commands_test)
5097 (error_clears_commands_left, redefine_hook_test)
5098 (redefine_backtrace_test): Use proc_with_prefix.
5099 * lib/gdb.exp (proc_with_prefix): New proc.
5100
5101 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5102
5103 * gdb.base/tui-layout.c: New file.
5104 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5105 disassembly window contains very long lines.
5106
5107 2016-11-08 Tom Tromey <tom@tromey.com>
5108
5109 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5110 depend on Python 2.
5111
5112 2016-11-08 Tom Tromey <tom@tromey.com>
5113
5114 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5115 New method.
5116
5117 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5118
5119 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5120
5121 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5122
5123 * gdb.rust/simple.rs: Add test for univariant enums without
5124 discriminants and for encoded struct-like enums.
5125
5126 2016-10-28 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5129 gdb_test_multiple, tighten regexps and match symtabs and line
5130 tables incrementally.
5131
5132 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5133
5134 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5135 general.
5136
5137 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5138
5139 * gdb.base/exec-invalid-sysroot.exp: New file.
5140
5141 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5142
5143 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5144
5145 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5146
5147 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5148
5149 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5150
5151 * gdb.base/killed-outside.exp: Remove $options from a call to
5152 `prepare_for_testing'.
5153
5154 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5155
5156 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5157 Change test message.
5158
5159 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5160
5161 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5162 Update comment.
5163
5164 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5165
5166 * gdb.trace/mi-trace-save.exp: New file.
5167
5168 2016-10-13 Yao Qi <yao.qi@linaro.org>
5169
5170 * gdb.base/code_elim.exp (get_var_address): Remove.
5171 * gdb.base/relocate.exp: Likewise.
5172 * gdb.base/shreloc.exp: Likewise.
5173 * lib/gdb.exp (get_var_address): New.
5174
5175 2016-10-13 Yao Qi <yao.qi@linaro.org>
5176
5177 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5178 floating point tests if $skip_float_test is false.
5179
5180 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5181
5182 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5183 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5184 argc values.
5185 Add 1 to argc so we guarantee distinct initial/modified argc values.
5186
5187 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5188
5189 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5190
5191 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5194 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5195 * gdb.arch/vsx-regs.exp: Likewise.
5196
5197 2016-10-07 Yao Qi <yao.qi@linaro.org>
5198
5199 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5200
5201 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5202
5203 * gdb.python/python.exp: Test decode_line("*0").
5204
5205 2016-10-06 Doug Evans <dje@google.com>
5206
5207 * gdb.python/py-value.exp (test_value_creation): Add test for large
5208 unsigned 64-bit value.
5209
5210 2016-10-06 Tom Tromey <tom@tromey.com>
5211
5212 * gdb.compile/compile.exp: Change java tests to rust.
5213 * gdb.base/setshow.exp: Change java tests to rust.
5214 * gdb.base/default.exp: Remove java from language list.
5215 * README (Examples): Update language example.
5216 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5217 test.
5218 * lib/gdb.exp (skip_java_tests): Remove.
5219 * lib/java.exp: Remove.
5220 * gdb.java: Remove.
5221
5222 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5223
5224 * gdb.arch/mips-fcr.exp: New test.
5225 * gdb.arch/mips-fcr.c: Source for the new test.
5226
5227 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5228
5229 * gdb.base/solib-disc.exp: Use `standard_output_file'
5230 throughout.
5231
5232 2016-10-06 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.base/jit-simple-dl.c: New file.
5235 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5236 * gdb.base/jit-simple.c: ... this.
5237 * gdb.base/jit-simple.exp (jit_run): Delete.
5238 (build_jit): New proc.
5239 (jit_test_reread): Recompile either the main program or the shared
5240 library, depending on what is being tested. Skip changing address
5241 if caller wants to. Compare before/after addresses. If testing
5242 standalone, explicitly load the binary. Test "maint info
5243 breakpoints".
5244 (top level): Add "standalone vs shared lib" and "change address"
5245 vs "same address" axes.
5246
5247 2016-10-06 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5250 call.
5251 (jit_run): Delete.
5252 (jit_test_reread): Use with_test_prefix. Reload the main binary
5253 explicitly. Compare the before/after addresses of the JIT
5254 descriptor.
5255
5256 2016-08-15 Doug Evans <dje@google.com>
5257
5258 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5259 for single bitfields is bool.
5260 * gdb.xml/tdesc-regs.exp: Ditto.
5261
5262 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5263
5264 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5265
5266 2016-10-05 Yao Qi <yao.qi@linaro.org>
5267
5268 * lib/gdb.exp (support_complex_tests): Return zero if
5269 gdb_skip_float_test return true.
5270
5271 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5272 Simon Marchi <simon.marchi@ericsson.com>
5273
5274 PR gdb/20487
5275 * gdb.mi/user-selected-context-sync.exp: New file.
5276 * gdb.mi/user-selected-context-sync.c: New file.
5277
5278 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5279 Simon Marchi <simon.marchi@ericsson.com>
5280
5281 PR gdb/20487
5282 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5283 =thread-select-event check.
5284
5285 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5286
5287 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5288 the compulsory L operand changes.
5289 * gdb.arch/powerpc-power.s: Likewise.
5290
5291 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5292
5293 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5294 * gdb.base/jit-attach-pie.c: New file.
5295 * gdb.base/jit-attach-pie.exp: New file.
5296
5297 2016-09-28 Pedro Alves <palves@redhat.com>
5298
5299 * gdb.base/infcall-input.c: New file.
5300 * gdb.base/infcall-input.exp: New file.
5301
5302 2016-09-22 Yao Qi <yao.qi@linaro.org>
5303
5304 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5305 (gdb_exit): Rename it to ...
5306 (gdbserver_gdb_exit): ... Close GDBserver.
5307 (gdb_exit): New proc, call gdbserver_gdb_exit.
5308 (mi_gdb_exit): Likewise.
5309
5310 2016-09-22 Yao Qi <yao.qi@linaro.org>
5311
5312 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5313 path.
5314 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5315 Remove duplication.
5316
5317 2016-09-22 Yao Qi <yao.qi@linaro.org>
5318
5319 * lib/gdbserver-support.exp: Check the existence of
5320 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5321
5322 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5323
5324 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5325
5326 2016-09-21 Tom Tromey <tom@tromey.com>
5327
5328 PR gdb/20604:
5329 * gdb.base/quit.exp: New file.
5330
5331 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5332
5333 * .gitignore: New file.
5334
5335 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5336
5337 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5338 throughout.
5339
5340 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5341
5342 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5343
5344 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5345
5346 * gdb.cp/casts.cc (decltype): Move it ...
5347 (main): ... with its call to ...
5348 * gdb.cp/casts03.cc: ... a new file.
5349 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5350
5351 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5352
5353 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5354
5355 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5356
5357 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5358 and sync up the test with tests in gas/testsuite/gas/ppc.
5359 * gdb.arch/powerpc-power.exp: Likewise.
5360
5361 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5364
5365 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5366 Jan Kratochvil <jan.kratochvil@redhat.com>
5367
5368 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5369 make m1's definition to be different from m2's. Use 'dummy' as an
5370 argument for probe 'two'.
5371
5372 2016-09-10 Jon Beniston <jon@beniston.com>
5373
5374 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5375 for sim target.
5376
5377 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5378
5379 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5380 variable declaration.
5381 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5382 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5383 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5384 received HWCAP as its argument.
5385
5386 2016-09-06 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/new-ui-pending-input.c: New file.
5389 * gdb.base/new-ui-pending-input.exp: New file.
5390 * gdb.exp (clear_gdb_spawn_id): New procedure.
5391 (with_spawn_id): Check whether gdb_spawn_id exists before
5392 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5393 on exit.
5394
5395 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5396
5397 * gdb.base/float128.c: New file.
5398 * gdb.base/float128.exp: Likewise.
5399 * gdb.base/floatn.c: Likewise.
5400 * gdb.base/floatn.exp: Likewise.
5401
5402 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5403
5404 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5405
5406 2016-09-05 Pedro Alves <palves@redhat.com>
5407
5408 PR backtrace/19927
5409 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5410 unwinders are immediately called as side effect of "source" or
5411 "disable unwinder" commands.
5412 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5413
5414 2016-09-02 Yao Qi <yao.qi@linaro.org>
5415
5416 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5417 is true and $type is "float" or "double".
5418
5419 2016-09-02 Yao Qi <yao.qi@linaro.org>
5420
5421 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5422 true.
5423 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5424 * gdb.base/call-rt-st.exp: Likewise.
5425 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5426 return value instead of gdb,skip_float_test.
5427 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5428 (do_function_calls): Use its return value instead of
5429 gdb,skip_float_test.
5430 * gdb.base/finish.exp: Likewise.
5431 * gdb.base/funcargs.exp: Likewise.
5432 * gdb.base/return.exp: Likewise.
5433 * gdb.base/return2.exp: Likewise.
5434 * gdb.base/varargs.exp: Likewise.
5435 * lib/gdb.exp (gdb_skip_float_test): Change it to
5436 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5437
5438 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5439
5440 * gdb.multi/tids.exp: Test "thread apply all".
5441
5442 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5443
5444 * gdb.base/default.exp (tty): Remove.
5445
5446 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5447
5448 * gdb.python/py-recurse-unwind.c: New file.
5449 * gdb.python/py-recurse-unwind.py: New file.
5450 * gdb.python/py-recurse-unwind.exp: New file.
5451
5452 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5453
5454 * gdb.base/set-inferior-tty.exp: New file.
5455 * gdb.base/set-inferior-tty.c: New file.
5456
5457 2016-08-23 Pedro Alves <palves@redhat.com>
5458
5459 PR gdb/20494
5460 * gdb.base/new-ui-echo.c: New file.
5461 * gdb.base/new-ui-echo.exp: New file.
5462
5463 2016-08-23 Yao Qi <yao.qi@linaro.org>
5464
5465 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5466 gdbserver_spawn.
5467 * gdb.server/connect-without-multi-process.exp (do_test):
5468 Likewise.
5469
5470 2016-08-23 Yao Qi <yao.qi@linaro.org>
5471
5472 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5473 standalone_txt. Delete gdb_txt and standalone_txt on host
5474 and target. Spawn the binary on target. Copy files from
5475 target to host.
5476
5477 2016-08-22 Pedro Alves <palves@redhat.com>
5478
5479 PR gdb/20505
5480 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5481 with_test_prefix. Factor out bits to ...
5482 (test_no_vdso): ... this new procedure.
5483
5484 2016-08-19 Carl Love <cel@us.ibm.com>
5485
5486 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5487 maintaining separate logic for constructing the output path.
5488 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5489 * gdb.arch/ppc-dfp.exp: Likewise.
5490 * gdb.arch/ppc-fp.exp: Likewise.
5491 * gdb.arch/vsx-regs.exp: Likewise.
5492 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5493 binprefix for generating the additional binary files.
5494
5495 2016-08-19 Pedro Alves <palves@redhat.com>
5496
5497 * gdb.trace/mi-trace-frame-collected.exp
5498 (test_trace_frame_collected): On x32, expect two registers.
5499
5500 2016-08-18 Carl Love <cel@us.ibm.com>
5501
5502 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5503 and sync up the test with tests in gas/testsuite/gas/ppc.
5504 * gdb.arch/powerpc-power.exp: Likewise.
5505
5506 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5507
5508 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5509 expected error message.
5510
5511 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5512
5513 * gdb.multi/remove-inferiors.exp: New file.
5514 * gdb.multi/remove-inferiors.c: New file.
5515
5516 2016-08-12 Yao Qi <yao.qi@linaro.org>
5517
5518 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5519 argument list.
5520
5521 2016-08-10 Pedro Alves <palves@redhat.com>
5522
5523 PR gdb/19187
5524 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5525 setup_kfails.
5526
5527 2016-08-09 Pedro Alves <palves@redhat.com>
5528 Simon Marchi <simon.marchi@ericsson.com>
5529
5530 PR gdb/20418
5531 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5532 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5533
5534 2016-08-09 Pedro Alves <palves@redhat.com>
5535
5536 PR mi/20431
5537 * gdb.mi/mi-cmd-error.exp: New file.
5538
5539 2016-08-09 Pedro Alves <palves@redhat.com>
5540
5541 PR gdb/18653
5542 * gdb.base/signals-state-child.c: New file.
5543 * gdb.base/signals-state-child.exp: New file.
5544 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5545
5546 2016-08-09 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5549
5550 2016-08-03 Tom Tromey <tom@tromey.com>
5551
5552 PR python/18565:
5553 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5554
5555 2016-08-01 Yao Qi <yao.qi@linaro.org>
5556
5557 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5558 variable mode to "multi-process" if $multi_process is 1, otherwise
5559 set it to "single-process".
5560
5561 2016-08-01 Yao Qi <yao.qi@linaro.org>
5562
5563 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5564 * gdb.cp/cpexprs.exp: Likewise.
5565 * gdb.cp/m-static.exp: Likewise.
5566
5567 2016-07-26 Tom Tromey <tom@tromey.com>
5568
5569 PR python/20190:
5570 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5571 test.
5572
5573 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5574
5575 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5576 selecting assembly source files.
5577 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5578 assembly source files.
5579 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5580 assembly source files.
5581 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5582 selecting assembly source files.
5583
5584 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5585
5586 * gdb.base/new-ui.exp (do_test_invalid_args): New
5587 procedure.
5588
5589 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5590
5591 * gdb.btrace/reconnect.c: New file.
5592 * gdb.btrace/reconnect.exp: New file.
5593
5594 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5595
5596 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5597 to test_catch_syscall_group.
5598 (test_catch_syscall_group): New.
5599
5600 2016-07-21 Tom Tromey <tom@tromey.com>
5601
5602 * gdb.rust/simple.rs (main): Use empty struct expression.
5603 * gdb.rust/simple.exp: Add tests for empty struct expression.
5604
5605 2016-07-21 Yao Qi <yao.qi@linaro.org>
5606
5607 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5608 if gdb_skip_xml_test is true on some targets.
5609
5610 2016-07-21 Yao Qi <yao.qi@linaro.org>
5611
5612 * gdb.server/solib-list.exp: Unset last_loaded_file.
5613
5614 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5615
5616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5617 "step into captured_main (args)".
5618
5619 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5622
5623 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5626
5627 2016-07-19 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5630 * gdb.opt/inline-bt.exp: Likewise.
5631 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5632 additional_flags=-Winline.
5633 * gdb.opt/inline-locals.exp: Likewise.
5634 * gdb.opt/inline-markers.c (ATTR): Define.
5635 (inlined_fn): Use it.
5636
5637 2016-07-19 Yao Qi <yao.qi@linaro.org>
5638
5639 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5640 (test_with_self): Remove some code. Remove argument executable.
5641 (top-level): Use do_self_tests.
5642
5643 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5644 Don Breazeal <donb@codesourcery.com>
5645
5646 * gdb.base/maint.exp: Escape paths used in regular expressions.
5647 * gdb.stabs/weird.exp: Likewise.
5648
5649 2016-07-13 Tom Tromey <tom@tromey.com>
5650
5651 PR python/15620, PR python/18620:
5652 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5653 (test_bkpt_events): New procs.
5654
5655 2016-07-13 Tom Tromey <tom@tromey.com>
5656
5657 PR python/17698:
5658 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5659 test.
5660 (test_watchpoints): Likewise.
5661 (test_bkpt_pending): New proc.
5662
5663 2016-07-13 Tom Tromey <tom@tromey.com>
5664
5665 PR cli/18053:
5666 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5667 completion test.
5668
5669 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5670
5671 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5672 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5673 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5674 f_label.
5675 (g): Rename g_end_lbl to g_label.
5676 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5677 low_pc and high_pc.
5678 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5679
5680 2016-07-12 Tom Tromey <tom@tromey.com>
5681
5682 PR python/19293:
5683 * gdb.python/py-unwind-maint.exp: Update tests.
5684
5685 2016-07-12 Yao Qi <yao.qi@linaro.org>
5686
5687 * lib/selftest-support.exp (selftest_setup): Match the output
5688 when captured_main is inlined.
5689
5690 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5691
5692 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5693 New variables.
5694 (print this%a, print this%b, print this): New tests.
5695 * gdb.fortran/derived-types.f90 (this): New object and
5696 initialization.
5697
5698 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5699
5700 * gdb.ada/arraydim.exp: Remove extra directory level in build
5701 directory.
5702
5703 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5704
5705 * lib/ada.exp: Remove extra directory level in build directory.
5706 * gdb.ada/cond_lang.exp: Likewise.
5707 * gdb.ada/exec_changed.exp: Likewise.
5708 * gdb.ada/lang_switch.exp: Likewise.
5709
5710 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5711
5712 * simple.rs: Add test for raw pointer subscripting.
5713 * simple.exp: Add test expectations.
5714
5715 2016-07-05 Yao Qi <yao.qi@linaro.org>
5716
5717 * gdb.mi/mi-reverse.exp: Match =record-started output.
5718
5719 2016-07-01 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5722 procedure.
5723 (jit_reader_test): Test the jit reader's unwinder.
5724 * gdb.base/jithost.c (jit_function_00_code): New global.
5725 (main): Use memcpy to fill in the mmapped code, instead of poking
5726 bytes manually here.
5727 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5728 value.
5729 (read_debug_info): Save the function's range.
5730 (read_sp): New function.
5731 (unwind_frame): Use it. Also unwind RBP.
5732 (get_frame_id): Use read_sp.
5733 (gdb_init_reader): Use calloc instead of malloc.
5734 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5735 parameter. Use gdb_test_multiple.
5736
5737 2016-07-01 Pedro Alves <palves@redhat.com>
5738 Antoine Tremblay <antoine.tremblay@ericsson.com>
5739
5740 * gdb.threads/process-dies-while-detaching.c: New file.
5741 * gdb.threads/process-dies-while-detaching.exp: New file.
5742
5743 2016-07-01 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.multi/watchpoint-multi-exit.c: New file.
5746 * gdb.multi/watchpoint-multi-exit.exp: New file.
5747
5748 2016-06-30 Pedro Alves <palves@redhat.com>
5749
5750 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5751 unset inferior_spawn_id.
5752
5753 2016-06-30 Pedro Alves <palves@redhat.com>
5754
5755 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5756 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5757
5758 2016-06-29 Yao Qi <yao.qi@linaro.org>
5759
5760 * gdb.base/return.c: Add copyright header.
5761
5762 2016-06-29 Tom Tromey <tom@tromey.com>
5763
5764 PR python/20129:
5765 * gdb.python/py-framefilter.exp: Add tests for setting priority
5766 and disabling of non-existent frame filter.
5767
5768 2016-06-29 Yao Qi <yao.qi@linaro.org>
5769
5770 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5771 0x0f07ff.
5772
5773 2016-06-28 Yao Qi <yao.qi@linaro.org>
5774
5775 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5776 triplets. Start gdb, execute catch syscall, and continue. Check
5777 gdb's output to determine catch syscall is supported.
5778
5779 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5780
5781 * gdb.rust/simple.rs: Add test for returning unit in a function.
5782 * gdb.rust/simple.exp: Add expectation for functions returning
5783 unit.
5784
5785 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5786
5787 * gdb.python/py-breakpoint-create-fail.c,
5788 gdb.python/py-breakpoint-create-fail.exp,
5789 gdb.python/py-breakpoint-create-fail.py: New testcase.
5790
5791 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5792
5793 PR gdb/20239
5794 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5795 * gdb.rust/simple.exp: Add test expectations for new NonZero
5796 tests.
5797
5798 2016-06-24 David Taylor <dtaylor@emc.com>
5799
5800 * gdb.base/offsets.exp: New file.
5801 * gdb.base/offsets.c: New file.
5802
5803 2016-06-23 Tom Tromey <tom@tromey.com>
5804
5805 PR gdb/16483:
5806 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5807 before any filters are loaded.
5808
5809 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5810
5811 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5812 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5813 structs.
5814 * gdb.fortran/derived-type-function.exp: New file.
5815 * gdb.fortran/derived-type-function.f90: New file.
5816
5817
5818 2016-06-21 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/new-ui.exp: New file.
5821 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5822 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5823 (with_spawn_id): New procedure.
5824
5825 2016-06-21 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.mi/mi-exec-run.exp: New file.
5828
5829 2016-06-21 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5832 breakpoint command's output on the main UI.
5833 (test_break): New procedure, factored out from calls in the top
5834 level.
5835 (top level): Use foreach_with_prefix to test MI as main UI and as
5836 separate UI.
5837
5838 2016-06-21 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5841 (test_awatch_creation_and_listing)
5842 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5843 Remove 'type' parameter.
5844 (test_watchpoint_all): New parameter mi_mode. Remove
5845 with_test_prefix.
5846 (top level): Use foreach_with_prefix, and add main/separate UI MI
5847 testing axis.
5848
5849 2016-06-21 Pedro Alves <palves@redhat.com>
5850
5851 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5852 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5853 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5854 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5855 (gdb_main_spawn_id, mi_spawn_id): Declare and
5856 comment.
5857 (mi_create_inferior_pty): New procedure,
5858 factored out from default_mi_gdb_start.
5859 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5860 procedures.
5861 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5862 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5863 Use mi_create_inferior_pty.
5864 (mi_gdb_start): Use eval to pass down args list.
5865
5866 2016-06-21 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5869 * gdb.opt/inline-cmds.exp: Add MI tests.
5870
5871 2016-06-21 Pedro Alves <palves@redhat.com>
5872
5873 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5874
5875 2016-06-21 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5878 (top level): Use it instead of mi_execute_to.
5879
5880 2016-06-21 Pedro Alves <palves@redhat.com>
5881
5882 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5883 (cont_handler_str): New.
5884 (signal_stop_handler): Set stop_handler_str instead of printing to
5885 stdout.
5886 (continue_handler): Set cont_handler_str instead of printing to
5887 stdout.
5888 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5889 mi_send_resuming_command. Print stop_handler_str and
5890 cont_handler_str instead of expecting the python events print
5891 directly.
5892
5893 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5894
5895 * gdb.base/jit-reader.exp: New file.
5896 * gdb.base/jithost.c: New file.
5897 * gdb.base/jithost.h: New file.
5898 * gdb.base/jitreader.c : New file.
5899 * gdb.base/jit-protocol.h: New file.
5900
5901 2016-06-17 Yao Qi <yao.qi@linaro.org>
5902
5903 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5904 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5905 and detach-on-fork. Adjust tests.
5906 (top level): Invoke break_cond_on_syscall with combinations of
5907 syscall, follow-fork-mode and detach-on-fork.
5908
5909 2016-06-17 Yao Qi <yao.qi@linaro.org>
5910
5911 * gdb.base/step-over-exit.c: New.
5912 * gdb.base/step-over-exit.exp: New.
5913
5914 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5915
5916 * gdb.base/float.exp: Add target check for nds32*-*-*.
5917 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5918
5919 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5920
5921 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5922 for unsupported target features.
5923 * gdb.base/call-rt-st.exp: Likewise.
5924 * gdb.base/call-sc.exp: Likewise.
5925 * gdb.base/call-signal-resume.exp: Likewise.
5926 * gdb.base/call-strs.exp: Likewise.
5927 * gdb.base/callexit.exp: Likewise.
5928 * gdb.base/callfuncs.exp: Likewise.
5929 * gdb.base/nodebug.exp: Likewise.
5930 * gdb.base/printcmds.exp: Likewise.
5931 * gdb.base/ptype.exp: Likewise.
5932 * gdb.base/structs.exp: Likewise.
5933 * gdb.base/unwindonsignal.exp: Likewise.
5934 * gdb.cp/gdb2495.exp: Likewise.
5935 * gdb.cp/templates.exp: Likewise.
5936 * gdb.cp/virtfunc.exp: Likewise.
5937 * gdb.threads/hand-call-in-threads.exp: Likewise.
5938 * gdb.threads/interrupted-hand-call.exp: Likewise.
5939 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5940
5941 2016-06-10 Tom Tromey <tom@tromey.com>
5942
5943 PR rust/20110:
5944 * gdb.rust/expr.exp: Add test for integer constant larger than
5945 i32.
5946
5947 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5948
5949 * gdb.fortran/nested-funcs.exp: New.
5950 * gdb.fortran/nested-funcs.f90: New.
5951
5952 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5953
5954 * gdb.base/examine-backward.c: New file.
5955 * gdb.base/examine-backward.exp: New file.
5956
5957 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5958
5959 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5960 matching.
5961
5962 2016-06-02 Tom Tromey <tom@tromey.com>
5963
5964 PR python/18984:
5965 * gdb.python/py-shared.exp: Add solib_name test.
5966
5967 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5968
5969 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5970
5971 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5972
5973 PR c++/19893
5974 * gdb.dwarf2/implref.exp: Rename to...
5975 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5976 * gdb.dwarf2/implref-array.c: New file.
5977 * gdb.dwarf2/implref-array.exp: Likewise.
5978 * gdb.dwarf2/implref-global.c: Likewise.
5979 * gdb.dwarf2/implref-global.exp: Likewise.
5980 * gdb.dwarf2/implref-struct.c: Likewise.
5981 * gdb.dwarf2/implref-struct.exp: Likewise.
5982
5983 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5984
5985 * gdb.trace/trace-condition.exp: Add 64bit tests.
5986
5987 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5988
5989 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5990 bits types.
5991 (main): Adapt to 8 to 64 bits types.
5992 * gdb.trace/trace-condition.exp: Add new tests.
5993
5994 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5995
5996 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5997
5998 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5999
6000 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6001 Move condition tests...
6002 * gdb.trace/trace-condition.exp: Here.
6003
6004 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6005
6006 * gdb.trace/trace-condition.exp: Add counter-case tests.
6007
6008 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6009
6010 PR c++/15231
6011 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6012 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6013
6014 2016-05-27 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6017 New procedure.
6018 (top level): Call it, and bail out of DejaGnu is known to be bad.
6019
6020 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6021
6022 * gdb.base/whatis.c: Extend the test case.
6023 * gdb.base/whatis.exp: Add additional tests.
6024
6025 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6026
6027 * gdb.fortran/type.f90: Add pointer variable.
6028 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6029
6030 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6031
6032 * gdb.fortran/vla-type.exp: Fix testcase name.
6033
6034 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6035
6036 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6037
6038 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6039
6040 * gdb.fortran/type.f90: Add nested structures.
6041 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6042 * gdb.fortran/derived-type.exp: Adapt expected output.
6043 * gdb.fortran/vla-type.exp: Adapt expected output.
6044
6045 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6046
6047 * gdb.fortran/whatis_type.exp: Adapt expected output.
6048
6049 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6050
6051 * gdb.fortran/print_type.exp: Fix expected output.
6052 * gdb.fortran/whatis_type.exp: Fix expected output.
6053
6054 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6055
6056 * gdb.fortran/whatis_type.exp: Use multi_line.
6057
6058 2016-05-24 Tom Tromey <tom@tromey.com>
6059
6060 PR python/17386:
6061 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6062 use value as an index.
6063
6064 2016-05-23 Tom Tromey <tom@tromey.com>
6065
6066 PR python/17981:
6067 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6068 no-breakpoint case.
6069
6070 2016-05-24 Pedro Alves <palves@redhat.com>
6071
6072 PR gdb/19828
6073 * gdb.threads/clone-attach-detach.c: New file.
6074 * gdb.threads/clone-attach-detach.exp: New file.
6075
6076 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6077
6078 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6079
6080 2016-05-23 Tom Tromey <tom@tromey.com>
6081
6082 PR python/19438, PR python/18393:
6083 * gdb.python/py-progspace.exp: Add "dir" test.
6084 * gdb.python/py-objfile.exp: Add "dir" test.
6085
6086 2016-05-23 Yao Qi <yao.qi@linaro.org>
6087
6088 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6089 * gdb.arch/thumb2-it.exp: Likewise.
6090
6091 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6092
6093 * gdb.mi/mi-threads-interrupt.c: New file.
6094 * gdb.mi/mi-threads-interrupt.exp: New file.
6095
6096 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6097
6098 PR gdb/18077
6099 * gdb.mi/mi-async-run.exp: New file.
6100 * gdb.mi/mi-async-run.c: New file.
6101
6102 2016-05-17 Tom Tromey <tom@tromey.com>
6103 Manish Goregaokar <manishsmail@gmail.com>
6104
6105 * lib/rust-support.exp: New file.
6106 * lib/gdb.exp (skip_rust_tests): New proc.
6107 (build_executable_from_specs): Handle rust.
6108 * lib/future.exp (gdb_find_rustc): New proc.
6109 (gdb_default_target_compile): Handle rust.
6110 * gdb.rust/expr.exp: New file.
6111 * gdb.rust/generics.exp: New file.
6112 * gdb.rust/generics.rs: New file.
6113 * gdb.rust/methods.exp: New file.
6114 * gdb.rust/methods.rs: New file.
6115 * gdb.rust/modules.exp: New file.
6116 * gdb.rust/modules.rs: New file.
6117 * gdb.rust/simple.exp: New file.
6118 * gdb.rust/simple.rs: New file.
6119
6120 2016-05-17 Tom Tromey <tom@tromey.com>
6121
6122 * gdb.base/default.exp (set language): Add rust.
6123
6124 2016-05-17 Tom Tromey <tom@tromey.com>
6125
6126 * gdb.gdb/unittest.exp: New file.
6127
6128 2016-05-16 Yao Qi <yao.qi@linaro.org>
6129
6130 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6131 shell_prompt. Update shell_prompt_re.
6132
6133 2016-05-12 Doug Evans <dje@google.com>
6134
6135 PR symtab/19999
6136 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6137 $options when building executable.
6138 * gdb.dwarf2/fission-loclists-pie.S: New file.
6139 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6140
6141 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6142
6143 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6144 of [is_remote target],
6145
6146 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6147
6148 * lib/gdb.exp (use_gdb_stub): New procedure.
6149
6150 2016-05-03 Yunlian Jiang <yunlian@google.com>
6151 Doug Evans <dje@google.com>
6152
6153 PR symtab/19914
6154 * gdb.dwarf2/dwp-sepdebug.c: New file.
6155 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6156
6157 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6158
6159 * gdb.base/detach.exp: Remove is_remote check.
6160
6161 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6162
6163 * gdb.base/annota-input-while-running.exp: Don't check for
6164 [is_remote target]. Enable annotations after running to main.
6165 Remove unused "set test..." line.
6166
6167 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6168
6169 * gdb.trace/trace-enable-disable.exp: New file.
6170 * gdb.trace/trace-enable-disable.c: New file.
6171
6172 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6173
6174 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6175 use it in info sharedlibrary test.
6176 * gdb.trace/ftrace-lock.exp: Likewise.
6177 * gdb.trace/ftrace.exp: Likewise.
6178 * gdb.trace/range-stepping.exp: Likewise.
6179 * gdb.trace/trace-break.exp: Likewise.
6180 * gdb.trace/trace-condition.exp: Likewise.
6181 * gdb.trace/trace-mt.exp: Likewise.
6182
6183 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6184
6185 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6186 (gdb_load_shlib): ... this.
6187 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6188 gdb_load_shlib.
6189 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6190 * gdb.base/ctxobj.exp: Likewise.
6191 * gdb.base/dprintf-pending.exp: Likewise.
6192 * gdb.base/dso2dso.exp: Likewise.
6193 * gdb.base/fixsection.exp: Likewise.
6194 * gdb.base/gcore-relro.exp: Likewise.
6195 * gdb.base/gdb1555.exp: Likewise.
6196 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6197 * gdb.base/gnu-ifunc.exp: Likewise.
6198 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6199 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6200 * gdb.base/pending.exp: Likewise.
6201 * gdb.base/print-file-var.exp: Likewise.
6202 * gdb.base/print-symbol-loading.exp: Likewise.
6203 * gdb.base/shlib-call.exp: Likewise.
6204 * gdb.base/shreloc.exp: Likewise.
6205 * gdb.base/so-impl-ld.exp: Likewise.
6206 * gdb.base/solib-disc.exp: Likewise.
6207 * gdb.base/solib-nodir.exp: Likewise.
6208 * gdb.base/solib-overlap.exp: Likewise.
6209 * gdb.base/solib-symbol.exp: Likewise.
6210 * gdb.base/solib-weak.exp (do_test): Likewise.
6211 * gdb.base/sym-file.exp: Likewise.
6212 * gdb.base/symtab-search-order.exp: Likewise.
6213 * gdb.base/type-opaque.exp: Likewise.
6214 * gdb.base/unload.exp: Likewise.
6215 * gdb.base/watchpoint-solib.exp: Likewise.
6216 * gdb.compile/compile.exp: Likewise.
6217 * gdb.cp/gdb2384.exp: Likewise.
6218 * gdb.cp/infcall-dlopen.exp: Likewise.
6219 * gdb.cp/re-set-overloaded.exp: Likewise.
6220 * gdb.fortran/library-module.exp: Likewise.
6221 * gdb.opt/solib-intra-step.exp: Likewise.
6222 * gdb.python/py-finish-breakpoint.exp: Likewise.
6223 * gdb.python/py-shared.exp: Likewise.
6224 * gdb.reverse/solib-precsave.exp: Likewise.
6225 * gdb.reverse/solib-reverse.exp: Likewise.
6226 * gdb.server/solib-list.exp: Likewise.
6227 * gdb.threads/dlopen-libpthread.exp: Likewise.
6228 * gdb.threads/tls-shared.exp: Likewise.
6229 * gdb.threads/tls-so_extern.exp: Likewise.
6230 * gdb.trace/change-loc.exp: Likewise.
6231 * gdb.trace/ftrace-lock.exp: Likewise.
6232 * gdb.trace/ftrace.exp: Likewise.
6233 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6234 * gdb.trace/pending.exp: Likewise.
6235 * gdb.trace/range-stepping.exp: Likewise.
6236 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6237 (strace_info_marker): Likewise.
6238 (strace_probe_marker): Likewise.
6239 (strace_trace_on_same_addr): Likewise.
6240 (strace_trace_on_diff_addr): Likewise.
6241 * gdb.trace/trace-break.exp: Likewise.
6242 * gdb.trace/trace-condition.exp: Likewise.
6243 * gdb.trace/trace-mt.exp: Likewise.
6244
6245 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6246
6247 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6248 result of gdb_remote_download.
6249 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6250 * gdb.base/dso2dso.exp: Likewise.
6251 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6252 * gdb.base/print-file-var.exp: Likewise.
6253 * gdb.base/shlib-call.exp: Likewise.
6254 * gdb.base/shreloc.exp: Likewise.
6255 * gdb.base/solib-overlap.exp: Likewise.
6256 * gdb.base/solib-weak.exp (do_test): Likewise.
6257 * gdb.base/unload.exp: Likewise.
6258
6259 2016-04-27 Yao Qi <yao.qi@linaro.org>
6260
6261 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6262 exists.
6263
6264 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6265
6266 * vla-type.exp: Print structure from toplevel.
6267
6268 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6269
6270 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6271 of dynamic types.
6272 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6273 of dynamic types.
6274
6275 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6276
6277 * gdb.fortran/vla-type.f90: New file.
6278 * gdb.fortran/vla-type.exp: New file.
6279
6280 2016-04-25 Yao Qi <yao.qi@linaro.org>
6281
6282 * gdb.base/branch-to-self.c: New file.
6283 * gdb.base/branch-to-self.exp: New file.
6284
6285 2016-04-22 Yao Qi <yao.qi@linaro.org>
6286
6287 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6288 more after $hex.
6289
6290 2016-04-22 Yao Qi <yao.qi@linaro.org>
6291
6292 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6293 * gdb.base/annota3.exp: Likewise.
6294
6295 2016-04-22 Yao Qi <yao.qi@linaro.org>
6296
6297 * gdb.reverse/step-precsave.exp: Do one step and test program
6298 stops in "callee" and do multiple steps until program goes out
6299 of "callee".
6300 * gdb.reverse/step-reverse.exp: Likewise.
6301
6302 2016-04-22 Yao Qi <yao.qi@linaro.org>
6303
6304 * gdb.trace/signal.exp: Also pass if
6305 $tracepoint_hits($i) > $iterations.
6306
6307 2016-04-22 Yao Qi <yao.qi@linaro.org>
6308
6309 * gdb.trace/signal.c: New file.
6310 * gdb.trace/signal.exp: New file.
6311
6312 2016-04-19 Doug Evans <xdje42@gmail.com>
6313
6314 * gdb.base/bad-file.exp: New file.
6315
6316 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6317
6318 * gdb.dwarf2/implref.exp: New file.
6319
6320 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6321
6322 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6323 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6324 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6325 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6326 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6327 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6328 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6329 * lib/fortran.exp (fortran_int4): New procedure.
6330 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6331 (fortran_logical4): Likewise.
6332
6333 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6334
6335 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6336
6337 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6338
6339 * lib/compiler.c: Add Intel specific preprocessor macros.
6340 * lib/compiler.cc: Likewise.
6341
6342 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6343
6344 * gdb.server/connect-with-no-symbol-file.c: New file.
6345 * gdb.server/connect-with-no-symbol-file.exp: New file.
6346
6347 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6348
6349 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6350
6351 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6352
6353 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6354 standard output directory.
6355
6356 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6357
6358 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6359
6360 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6361
6362 * gdb.btrace/instruction_history.c (loop): Add declaration.
6363
6364 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6365
6366 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6367
6368 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6369
6370 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6371 parentheses to print.
6372 (continue_handler): Likewise.
6373
6374 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6375
6376 * gdb.server/solib-list.exp: Remove is_remote check.
6377 Pass shlib= to gdb_compile. Don't link shared library with
6378 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6379 Run binary filename through "readlink -f" on the target.
6380
6381 2016-04-08 Pedro Alves <palves@redhat.com>
6382
6383 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6384 interpreter filename as argument to gdbserver_spawn.
6385 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6386 Return empty if $last_loaded_file does not exist.
6387
6388 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6389
6390 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6391 * gdb.base/jit-main.c: Use exit after usage.
6392
6393 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6394
6395 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6396 GDBHISTSIZE prior to the tests.
6397 * gdb.base/gdbinit-history.exp: Likewise.
6398
6399 2016-04-07 Pedro Alves <palves@redhat.com>
6400
6401 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6402 instead of build_executable. Use gdb_load_shlibs.
6403
6404 2016-04-07 Yao Qi <yao.qi@linaro.org>
6405
6406 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6407 Execute "si" command.
6408
6409 2016-04-07 Yao Qi <yao.qi@linaro.org>
6410
6411 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6412 number instead of the comments on some line.
6413
6414 2016-04-06 Don Breazeal <donb@codesourcery.com>
6415
6416 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6417 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6418
6419 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6420
6421 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6422 standard_output_file. Remove unused binfile variable.
6423
6424 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6425
6426 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6427 * gdb.python/py-mi-objfile.exp: Match "list main" output
6428 in console format.
6429
6430 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6431
6432 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6433 absolute.
6434
6435 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6436
6437 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6438 absolute.
6439 * gdb.trace/ftrace.exp: Likewise.
6440 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6441 targets as well.
6442 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6443 (gdb_load_shlibs): Copy libraries to test directory when testing
6444 natively. Only set solib-search-path if testing remotely.
6445 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6446
6447 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6448
6449 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6450 gdb_download. Use it even if the target is not remote.
6451 * gdb.base/jit.exp (compile_jit_test): Likewise.
6452 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6453 output directory if the destination board is local, otherwise use
6454 the standard remote_download from DejaGnu.
6455 (gdb_download): Remove.
6456 (gdb_load_shlibs): Use gdb_remote_download instead of
6457 gdb_download.
6458 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6459 Use gdb_remote_download instead of gdb_download. Use it even if
6460 the target is not remote.
6461 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6462 instead of gdb_download.
6463
6464 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6465
6466 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6467 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6468 run.
6469
6470 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6471
6472 PR gdb/19820
6473 * gdb.base/printcmds.exp: Add artificial arrays tests.
6474
6475 2016-03-31 Pedro Alves <palves@redhat.com>
6476
6477 PR gdb/19858
6478 * gdb.base/jit-main.c: Include unistd.h.
6479 (ATTACH): Define to 0 if not already defined.
6480 (wait_for_gdb, mypid): New globals.
6481 (WAIT_FOR_GDB): New macro.
6482 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6483 some breakpoint locations.
6484 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6485 New procedures.
6486 (one_jit_test): Add REATTACH parameter, and handle it. Use
6487 continue_to_test_location.
6488 (top level): Test attach, and adjusts calls to one_jit_test.
6489
6490 2016-03-31 Pedro Alves <palves@redhat.com>
6491
6492 PR gdb/19858
6493 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6494 BINSUFFIX parameter, and handle it.
6495 (top level): Adjust calls compile_jit_test.
6496
6497 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6498
6499 PR python/19743
6500 * gdb.python/py-mi-events-gdb.py: New file.
6501 * gdb.python/py-mi-events.c: New file.
6502 * gdb.python/py-mi-events.exp: New file.
6503
6504 2016-03-30 Yao Qi <yao.qi@linaro.org>
6505
6506 * gdb.reverse/until-precsave.exp: Match function name only.
6507 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6508 Move malloc to a condition block.
6509 * gdb.reverse/until-reverse.exp: Match function name only.
6510
6511 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6512
6513 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6514 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6515 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6516 variable for GPR 0 instead of assuming it is register 0.
6517 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6518 * lib/trace-support.exp: Add s390 registers.
6519
6520 2016-03-29 Yao Qi <yao.qi@linaro.org>
6521
6522 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6523
6524 2016-03-24 Yao Qi <yao.qi@linaro.org>
6525
6526 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6527 test message.
6528
6529 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6530
6531 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6532 maintaining separate logic for constructing the output path.
6533
6534 2016-03-16 Don Breazeal <donb@codesourcery.com>
6535
6536 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6537 Retry fork and waitpid on interrupted system call errors.
6538 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6539 Use with_timeout_factor to increase timeout by factor of 10.
6540
6541 2016-03-15 Don Breazeal <donb@codesourcery.com>
6542
6543 * gdb.cp/scope-err.cc: New test program.
6544 * gdb.cp/scope-err.exp: New test script.
6545 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6546 lines and "set breakpoint here" comment.
6547 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6548 Fixed some whitespace and format issues.
6549 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6550 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6551
6552 2016-03-15 Doug Evans <dje@google.com>
6553
6554 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6555 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6556 All callers updated. Add tests for enums, mixed flags register.
6557
6558 2016-03-15 Doug Evans <dje@google.com>
6559
6560 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6561 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6562
6563 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6564
6565 * gdb.base/default.exp: Add $_as_string to the list of expected
6566 convenience functions.
6567
6568 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6569
6570 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6571
6572 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6573
6574 * gdb.python/py-as-string.exp: New file.
6575 * gdb.python/py-as-string.c: New file.
6576
6577 2016-03-09 Pedro Alves <palves@redhat.com>
6578
6579 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6580 signal" -> "Thread NN received signal" output change.
6581 * gdb.threads/ia64-sigill.exp: Likewise.
6582 * gdb.threads/linux-dp.exp: Likewise.
6583 * gdb.threads/manythreads.exp: Likewise.
6584 * gdb.threads/pending-step.exp: Likewise.
6585 * gdb.threads/print-threads.exp: Likewise.
6586 * gdb.threads/sigstep-threads.exp: Likewise.
6587 * gdb.threads/staticthreads.exp: Likewise.
6588 * gdb.threads/tls.exp: Likewise.
6589
6590 2016-03-09 Pedro Alves <palves@redhat.com>
6591
6592 * gdb.base/command-line-input.exp: New file.
6593
6594 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6595
6596 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6597 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6598 * gdb.trace/pending.exp: Accept leading dot before function name.
6599 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6600 * lib/trace-support.exp: Set registers for ppc.
6601
6602 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6603
6604 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6605 use it for disassembly; accept .main in addition to main in backtrace.
6606
6607 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6608 Marcin Kościelnicki <koriakin@0x04.net>
6609
6610 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6611 (gdb_recursion_test_ptr): New global variable.
6612 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6613 gdb_recursion_test.
6614 (gdb_c_test): Ditto.
6615
6616 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6617
6618 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6619 ordering.
6620
6621 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6622
6623 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6624 (bar): Add bar_start_lbl label.
6625 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6626 of foo/bar for emitting DWARF and tracing.
6627
6628 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6629
6630 * analyze-racy-logs.py: Set executable bit.
6631
6632 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6633
6634 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6635 (CHECK_TARGET_TMP): Likewise.
6636 (check-single-racy): New rule.
6637 (check-parallel-racy): Likewise.
6638 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6639 (do-check-parallel-racy): New rule.
6640 (check-racy/%.exp): Likewise.
6641 * README (Racy testcases): New section.
6642 * analyze-racy-logs.py: New file.
6643
6644 2016-03-03 Doug Evans <dje@google.com>
6645
6646 * gdb.base/skip.exp: Use with_test_prefix.
6647
6648 2016-03-03 Yao Qi <yao.qi@linaro.org>
6649
6650 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6651 Invoke step_over_syscall "clone" and break_cond_on_syscall
6652 "clone".
6653 * gdb.base/step-over-clone.c: New file.
6654
6655 2016-03-03 Yao Qi <yao.qi@linaro.org>
6656
6657 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6658 code format.
6659
6660 2016-03-03 Yao Qi <yao.qi@linaro.org>
6661
6662 * gdb.base/disp-step-fork.c: Rename to ...
6663 * gdb.base/step-over-fork.c: ... it. New file.
6664 * gdb.base/disp-step-vfork.c: Rename to ...
6665 * gdb.base/step-over-vfork.c: ... it. New file.
6666 * gdb.base/disp-step-syscall.exp: Rename to ...
6667 * gdb.base/step-over-syscall.exp: ... it. New file.
6668 (disp_step_cross_syscall): Rename to ...
6669 (step_over_syscall): ... it.
6670
6671 2016-03-03 Yao Qi <yao.qi@linaro.org>
6672
6673 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6674 If target supports condition evaluation on target, invoke
6675 break_cond_on_syscall for fork and vfork.
6676
6677 2016-03-03 Yao Qi <yao.qi@linaro.org>
6678
6679 * gdb.base/disp-step-syscall.exp: Don't invoke
6680 support_displaced_stepping.
6681 (disp_step_cross_syscall): Test with displaced stepping off and
6682 on if supported.
6683
6684 2016-03-03 Yao Qi <yao.qi@linaro.org>
6685
6686 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6687 proc.
6688 (setup): New proc.
6689 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6690 and setup.
6691
6692 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6693
6694 * gdb.fortran/vla-history.exp: Remove breakpoint.
6695
6696 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6697
6698 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6699 exceeds timeout.
6700
6701 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6702
6703 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6704 breakpoint.
6705
6706 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6707
6708 * gdb.mi/vla.f90: Nullify pointer after declaration.
6709
6710 2016-03-01 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6713
6714 2016-03-01 Pedro Alves <palves@redhat.com>
6715
6716 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6717 before anything else.
6718 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6719 _GNU_SOURCE here.
6720 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6721 before anything else.
6722 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6723
6724 2016-03-01 Pedro Alves <palves@redhat.com>
6725
6726 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6727
6728 2016-03-01 Yao Qi <yao.qi@linaro.org>
6729
6730 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6731 prepare_for_testing.
6732
6733 2016-03-01 Yao Qi <yao.qi@linaro.org>
6734
6735 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6736
6737 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6738
6739 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6740 manually constructing the output path.
6741
6742 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6743
6744 * gdb.arch/s390-stackless.S: New.
6745 * gdb.arch/s390-stackless.exp: New.
6746
6747 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6748
6749 * gdb.dlang/circular.c: New file.
6750 * gdb.dlang/circular.exp: New file.
6751
6752 2016-02-26 Yao Qi <yao.qi@linaro.org>
6753
6754 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6755 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6756 (testcases): Update.
6757
6758 2016-02-26 Yao Qi <yao.qi@linaro.org>
6759
6760 * gdb.reverse/aarch64.c: Rename to ...
6761 * gdb.reverse/insn-reverse.c: ... it.
6762 * gdb.reverse/aarch64.exp: Rename to ...
6763 * gdb.reverse/insn-reverse.exp: ... it.
6764
6765 2016-02-26 Yao Qi <yao.qi@linaro.org>
6766
6767 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6768 (testcase_ftype): New.
6769 (testcases): New array.
6770 (n_testcases): New.
6771 (main): Call each element in testcases.
6772 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6773 (read_testcase): New.
6774 Do the tests in a loop.
6775
6776 2016-02-25 Yao Qi <yao.qi@linaro.org>
6777
6778 * gdb.base/branches.c: Remove.
6779
6780 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6781
6782 PR gdb/13808
6783 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6784
6785 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6786
6787 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6788
6789 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6790
6791 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6792 change x86_64 call_insn to 'callq'.
6793
6794 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6795
6796 * gdb.trace/tfile-avx.c: Move to...
6797 * gdb.trace/tracefile-pseudo-reg.c: Here.
6798 * gdb.trace/tfile-avx.exp: Move to...
6799 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6800
6801 2016-02-24 Gary Benson <gbenson@redhat.com>
6802
6803 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6804 message on attach.
6805
6806 2016-02-23 Doug Evans <dje@google.com>
6807
6808 * gdb.base/skip.c (test_skip): New function.
6809 (end_test_skip_file_and_function): New function.
6810 (test_skip_file_and_function): New function.
6811 * gdb.base/skip1.c (test_skip): New function.
6812 (skip1_test_skip_file_and_function): New function.
6813 * gdb.base/skip.exp: Add tests for new skip options.
6814 * gdb.base/skip-solib.exp: Update expected output.
6815 * gdb.perf/skip-command.cc: New file.
6816 * gdb.perf/skip-command.exp: New file.
6817 * gdb.perf/skip-command.py: New file.
6818
6819 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6820
6821 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6822 info registers pattern.
6823
6824 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6825
6826 * lib/future.exp: Add D support.
6827 (gdb_find_gdc): New proc.
6828 (gdb_default_target_compile): Add D support.
6829
6830 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6831
6832 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6833 user+system time.
6834 (trace_speed_test): Determine the iteration count for a time
6835 between 15..30 seconds.
6836
6837 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6838
6839 * gdb.arch/i386-mpx-sigsegv.c: New file.
6840 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6841 * gdb.arch/i386-mpx-simple_segv.c: New file.
6842 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6843
6844 2016-02-18 Yao Qi <yao.qi@linaro.org>
6845
6846 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6847 Don't call setup_kfail.
6848
6849 2016-02-18 Yao Qi <yao.qi@linaro.org>
6850
6851 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6852 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6853
6854 2016-02-16 Doug Evans <dje@google.com>
6855
6856 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6857 * gdb.base/skip1.c: Ditto.
6858 * gdb.base/skip.exp: Whitespace cleanup.
6859
6860 2016-02-16 Don Breazeal <donb@codesourcery.com>
6861
6862 PR remote/19496
6863 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6864 Remove kfail for PR remote/19496.
6865
6866 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6867
6868 * lib/gdb.exp (standard_temp_file): Return a path specific to
6869 the runtest invocation.
6870
6871 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6872
6873 * gdb.trace/save-trace.exp: Change relative path to be in the
6874 standard output directory.
6875
6876 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6877
6878 * gdb.arch/i386-prologue.c: Add missing prototypes.
6879
6880 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6881
6882 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6883 * gdb.arch/i386-prologue.exp: Likewise.
6884 * gdb.arch/i386-size.exp: Likewise.
6885
6886 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6887
6888 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6889 define object file path.
6890 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6891 file path.
6892 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6893 standard_output_file to define binfile.
6894
6895 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6896
6897 Fix compatibility with recent gfortran-5.3.1.
6898 * gdb.fortran/vla-history.exp (print vla1 allocated)
6899 (print vla2 allocated, print $2, print $3): Remove
6900 (print $4): Rename to ...
6901 (print $2): ... here.
6902 (print $9): Rename to ...
6903 (print $5): ... here.
6904 (print $10): Rename to ...
6905 (print $6): ... here.
6906 * gdb.fortran/vla.f90: Add pvla initialization.
6907
6908 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6909
6910 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6911 New test.
6912 * gdb.fortran/vla-value-sub.exp: Likewise.
6913
6914 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6915
6916 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6917
6918 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6919
6920 * i386-biarch-core.exp: Define corefile using
6921 standard_output_file.
6922
6923 2016-02-12 Yao Qi <yao.qi@linaro.org>
6924
6925 * gdb.arch/arm-single-step-kernel-helper.c: New.
6926 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6927
6928 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6929
6930 * gdb.btrace/tailcall-only.exp: New.
6931 * gdb.btrace/tailcall-only.c: New.
6932 * gdb.btrace/x86_64-tailcall-only.S: New.
6933 * gdb.btrace/i686-tailcall-only.S: New.
6934
6935 2016-02-11 Pedro Alves <palves@redhat.com>
6936
6937 * README (Parallel testing): Add missing double quotes.
6938
6939 2016-02-11 Pedro Alves <palves@redhat.com>
6940
6941 * README (Parallel testing): New section.
6942 (GDB_PARALLEL): Rewrite.
6943 (FORCE_PARALLEL): Document.
6944
6945 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6946
6947 * gdb.trace/tfile-avx.c: New test.
6948 * gdb.trace/tfile-avx.exp: New test.
6949
6950 2016-02-09 Keith Seitz <keiths@redhat.com>
6951
6952 PR breakpoints/19546
6953 * gdb.base/infcall-exec.c: New file.
6954 * gdb.base/infcall-exec2.c: New file.
6955 * gdb.base/infcall-exec.exp: New file.
6956
6957 2016-02-09 Keith Seitz <keiths@redhat.com>
6958
6959 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6960 (toplevel): Call test_bkpt_address.
6961
6962 2016-02-09 Keith Seitz <keiths@redhat.com>
6963
6964 PR python/19506
6965 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6966 (toplevel): Call test_bkpt_address.
6967
6968 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6969
6970 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6971 to AC_OUTPUT.
6972 * configure: Regenerate.
6973
6974 2016-02-09 Pedro Alves <palves@redhat.com>
6975
6976 PR breakpoints/19548
6977 * gdb.base/execl-update-breakpoints.c (some_function): New
6978 function.
6979 (main): Call it.
6980 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6981 Tighten expected GDB output.
6982
6983 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6984
6985 * Makefile.in (ALL_SUBDIRS): Remove.
6986 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6987 (distclean maintainer-clean realclean): Likewise.
6988 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6989 * configure: Regenerate.
6990 * gdb.ada/Makefile.in: Delete.
6991 * gdb.arch/Makefile.in: Likewise.
6992 * gdb.asm/Makefile.in: Likewise.
6993 * gdb.base/Makefile.in: Likewise.
6994 * gdb.btrace/Makefile.in: Likewise.
6995 * gdb.cell/Makefile.in: Likewise.
6996 * gdb.compile/Makefile.in: Likewise.
6997 * gdb.cp/Makefile.in: Likewise.
6998 * gdb.disasm/Makefile.in: Likewise.
6999 * gdb.dlang/Makefile.in: Likewise.
7000 * gdb.dwarf2/Makefile.in: Likewise.
7001 * gdb.fortran/Makefile.in: Likewise.
7002 * gdb.gdb/Makefile.in: Likewise.
7003 * gdb.go/Makefile.in: Likewise.
7004 * gdb.guile/Makefile.in: Likewise.
7005 * gdb.java/Makefile.in: Likewise.
7006 * gdb.linespec/Makefile.in: Likewise.
7007 * gdb.mi/Makefile.in: Likewise.
7008 * gdb.modula2/Makefile.in: Likewise.
7009 * gdb.multi/Makefile.in: Likewise.
7010 * gdb.objc/Makefile.in: Likewise.
7011 * gdb.opencl/Makefile.in: Likewise.
7012 * gdb.opt/Makefile.in: Likewise.
7013 * gdb.pascal/Makefile.in: Likewise.
7014 * gdb.perf/Makefile.in: Likewise.
7015 * gdb.python/Makefile.in: Likewise.
7016 * gdb.reverse/Makefile.in: Likewise.
7017 * gdb.server/Makefile.in: Likewise.
7018 * gdb.stabs/Makefile.in: Likewise.
7019 * gdb.threads/Makefile.in: Likewise.
7020 * gdb.trace/Makefile.in: Likewise.
7021 * gdb.xml/Makefile.in: Likewise.
7022 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7023 GDB_PARALLEL.
7024 (standard_output_file): Remove check for GDB_PARALLEL, always
7025 return path in outputs/$subdir/$testname.
7026
7027 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7028
7029 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7030 (site.exp): Assign abs_srcdir to tcl's srcdir.
7031
7032 2016-02-04 Yao Qi <yao.qi@linaro.org>
7033
7034 * gdb.base/foll-exec-mode.c: Include limits.h.
7035 (main): Add parameters argc and argv. Get directory from
7036 argv[0].
7037 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7038 compilation.
7039 * gdb.base/foll-exec.c: Include limits.h.
7040 (main): Add parameters argc and argv.
7041 Get directory from argv[0].
7042 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7043 Adjust tests on the number of lines as source code changed.
7044 * gdb.base/foll-vfork-exit.c: Include limits.h.
7045 (main): Add one line of statement before vfork.
7046 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7047 (main): Add parameters argc and argv. Get directory from
7048 argv[0].
7049 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7050 (setup_gdb): Set tbreak to skip some source lines.
7051 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7052 (main): Add parameters argc and argv. Get directory from
7053 argv[0].
7054 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7055 compilation.
7056 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7057 (main): Add parameters argc and argv. Get directory from
7058 argv[0].
7059 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7060 compilation.
7061
7062 2016-02-01 Doug Evans <dje@google.com>
7063
7064 * gdb.base/skip.exp: Clean up multiple references to same test name.
7065
7066 2016-02-01 Pedro Alves <palves@redhat.com>
7067
7068 PR remote/19496
7069 * gdb.threads/forking-threads-plus-breakpoint.exp
7070 (displaced_stepping_supported): New global.
7071 (probe_displaced_stepping_support): New procedure.
7072 (do_test): Add 'displaced' parameter, and use it.
7073 (top level): Check for displaced stepping support. Add displaced
7074 stepping on/off testing axis.
7075
7076 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7077
7078 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7079 pointer. Don't perform further tests on the unassociated pointer
7080 if the first test fails.
7081
7082 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7083
7084 * gdb.base/max-value-size.c: New file.
7085 * gdb.base/max-value-size.exp: New file.
7086 * gdb.base/huge.exp: Disable max-value-size for this test.
7087
7088 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7089
7090 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7091
7092 2016-01-28 Yao Qi <yao.qi@linaro.org>
7093
7094 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7095
7096 2016-01-25 Pedro Alves <palves@redhat.com>
7097
7098 PR threads/19461
7099 * gdb.base/fork-running-state.c: New file.
7100 * gdb.base/fork-running-state.exp: New file.
7101
7102 2016-01-25 Pedro Alves <palves@redhat.com>
7103
7104 PR gdb/19494
7105 * gdb.base/catch-fork-kill.c: New file.
7106 * gdb.base/catch-fork-kill.exp: New file.
7107
7108 2016-01-25 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7111 Delete, moved to lib/gdb.exp.
7112 * gdb.threads/forking-threads-plus-breakpoint.exp
7113 (foreach_with_prefix): Likewise.
7114 * gdb.threads/process-dies-while-handling-bp.exp
7115 (foreach_with_prefix): Likewise.
7116 * lib/gdb.exp (foreach_with_prefix): New procedure.
7117
7118 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7119
7120 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7121 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7122
7123 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7124
7125 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7126 endian targets.
7127
7128 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7129 Pedro Alves <palves@redhat.com>
7130
7131 Fix testsuite compatibility with Guile.
7132 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7133 number.
7134
7135 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7136
7137 Fix testsuite compatibility with Guile.
7138 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7139 (thread 1): New test for backtrace through signal handler.
7140
7141 2016-01-22 Yao Qi <yao.qi@linaro.org>
7142
7143 PR testsuite/19491
7144 * gdb.base/multi-forks.c: Include
7145 ../lib/unbuffer_output.c
7146 (main): Call gdb_unbuffer_output.
7147
7148 2016-01-21 Doug Evans <dje@google.com>
7149
7150 * lib/ada.exp (gdb_compile_ada): Fix typo.
7151
7152 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7153
7154 * gdb.base/break-fun-addr.exp: New file.
7155 * gdb.base/break-fun-addr1.c: New file.
7156 * gdb.base/break-fun-addr2.c: New file.
7157
7158 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7159
7160 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7161 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7162 enum flag values.
7163
7164 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7165
7166 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7167 when GDB can not set the vector return value. Add more comments
7168 for clarification.
7169
7170 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7171
7172 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7173 command.
7174
7175 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7176
7177 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7178
7179 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7180
7181 * Makefile.in (check-single): Pass --status to runtest.
7182 (check/%.exp): Likewise.
7183
7184 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7185
7186 * Makefile.in (check-parallel): Propagate return code from make
7187 do-check-parallel.
7188
7189 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7190
7191 * gdb.trace/ftrace.exp: Fix expected message on continue.
7192 * gdb.trace/pending.exp: Fix expected message on continue.
7193 * gdb.trace/trace-break.exp: Fix expected message on continue.
7194
7195 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7196
7197 * lib/gdb.exp (gdb_test): Remove unused global references.
7198
7199 2016-01-18 Pedro Alves <palves@redhat.com>
7200
7201 * gdb.base/async-shell.exp: Adjust expected output.
7202 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7203 * gdb.base/siginfo-thread.exp: Adjust expected output.
7204 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7205 * gdb.java/jnpe.exp: Adjust expected output.
7206 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7207 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7208 * gdb.threads/leader-exit.exp: Adjust expected output.
7209 * gdb.threads/manythreads.exp: Adjust expected output.
7210 * gdb.threads/pthreads.exp: Adjust expected output.
7211 * gdb.threads/schedlock.exp: Adjust expected output.
7212 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7213 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7214 expected output.
7215 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7216 output.
7217 * gdb.threads/sigthread.exp: Adjust expected output.
7218 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7219
7220 2016-01-18 Yao Qi <yao.qi@linaro.org>
7221
7222 * gdb.guile/scm-section-script.c: Replace @progbits with
7223 %progbits.
7224 * gdb.python/py-section-script.c: Likewise.
7225
7226 2016-01-15 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.multi/tids.exp: Test star wildcard ranges.
7229
7230 2016-01-15 Pedro Alves <palves@redhat.com>
7231
7232 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7233 command from "thread apply" invocation.
7234 (thr_apply_info_thr_invalid): Default the expected output to the
7235 input tid list.
7236 (top level): Add tests that use convenience variables. Add tests
7237 for "thread apply" with a valid TID list, but missing the command.
7238
7239 2016-01-13 Pedro Alves <palves@redhat.com>
7240
7241 * gdb.base/default.exp: Expect $_gthread as well.
7242 * gdb.multi/tids.exp: Test $_gthread.
7243 * gdb.threads/thread-specific.exp: Test $_gthread.
7244
7245 2016-01-13 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.multi/tids.exp: Test "info threads -gid".
7248
7249 2016-01-13 Pedro Alves <palves@redhat.com>
7250
7251 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7252 Breakpoint.thread.
7253 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7254
7255 2016-01-07 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/break.exp: Adjust to output changes.
7258 * gdb.base/hbreak2.exp: Likewise.
7259 * gdb.base/sepdebug.exp: Likewise.
7260 * gdb.base/watch_thread_num.exp: Likewise.
7261 * gdb.linespec/keywords.exp: Likewise.
7262 * gdb.multi/info-threads.exp: Likewise.
7263 * gdb.threads/thread-find.exp: Likewise.
7264 * gdb.multi/tids.c: New file.
7265 * gdb.multi/tids.exp: New file.
7266
7267 2016-01-13 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7270
7271 2016-01-13 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.base/default.exp: Expect $_inferior as well.
7274 * gdb.multi/base.exp: Test $_inferior.
7275
7276 2016-01-13 Pedro Alves <palves@redhat.com>
7277
7278 PR breakpoints/19388
7279 * gdb.base/catch-signal-siginfo-cond.c: New file.
7280 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7281
7282 2016-01-12 Josh Stone <jistone@redhat.com>
7283 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7284
7285 * gdb.base/catch-syscall.c (do_execve): New variable.
7286 (main): Conditionally trigger an execve.
7287 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7288 (test_catch_syscall_execve): New, check entry/return across execve.
7289 (do_syscall_tests): Call test_catch_syscall_execve.
7290
7291 2016-01-12 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.base/random-signal.exp (do_test): New procedure, with body
7294 of testcase moved in.
7295
7296 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7297 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.base/funcargs.exp (finish from indirectly called function):
7300 Reintroduce the case for 'First'.
7301
7302 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7303 Pedro Alves <palves@redhat.com>
7304
7305 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7306 (tcatch_vfork_then_child_follow_exec)
7307 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7308 identification.
7309
7310 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7311
7312 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7313 and repeats to unlimited.
7314 * gdb.python/py-value.exp: Likewise.
7315 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7316 and repeats to unlimited.
7317
7318 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7319
7320 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7321 and reordering the functions.
7322 * gdb.multi/hangout.c: Likewise.
7323 * gdb.multi/hello.c: Likewise.
7324
7325 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7326
7327 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7328 absolute.
7329 (SingleStatisticTestResult.report): Use dict.keys instead of
7330 dict.iterkeys.
7331
7332 2016-01-06 Pedro Alves <palves@redhat.com>
7333
7334 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7335
7336 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7337
7338 * gdb.btrace/dlopen.exp: New.
7339 * gdb.btrace/dlopen.c: New.
7340 * gdb.btrace/dlopen-dso.c: New.
7341
7342 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7343
7344 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7345 PATTERN argument is optional.
7346
7347 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7348
7349 * lib/ada.exp (target_compile_ada_from_dir): New function.
7350 (gdb_compile_ada): Reimplement avoiding the use of project files.
7351 * gdb.ada/gnat_ada.gpr: Delete.
7352 * gdb.ada/cond_lang.exp: Adjust test to make path before
7353 filename optional.
7354 * gdb.ada/small_reg_param.exp: Likewise.
7355
7356 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7357
7358 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7359
7360 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7361
7362 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7363 case.
7364
7365 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7366
7367 * gdb.base/break.exp: Remove dead code.
7368 * gdb.base/sepdebug.exp: Likewise.
7369
7370 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7371
7372 * gdb.asm/asm-source.exp: Remove HP-UX references.
7373 * gdb.base/annota1.exp: Likewise.
7374 * gdb.base/annota3.exp: Likewise.
7375 * gdb.base/attach.exp: Likewise.
7376 * gdb.base/bigcore.exp: Likewise.
7377 * gdb.base/break.exp: Likewise.
7378 * gdb.base/call-ar-st.exp: Likewise.
7379 * gdb.base/callfuncs.exp: Likewise.
7380 * gdb.base/catch-fork-static.exp: Likewise.
7381 * gdb.base/display.exp: Likewise.
7382 * gdb.base/foll-exec-mode.exp: Likewise.
7383 * gdb.base/foll-exec.exp: Likewise.
7384 * gdb.base/foll-fork.exp: Likewise.
7385 * gdb.base/foll-vfork.exp: Likewise.
7386 * gdb.base/funcargs.exp: Likewise.
7387 * gdb.base/hbreak2.exp: Likewise.
7388 * gdb.base/inferior-died.exp: Likewise.
7389 * gdb.base/interrupt.exp: Likewise.
7390 * gdb.base/multi-forks.exp: Likewise.
7391 * gdb.base/nodebug.exp: Likewise.
7392 * gdb.base/sepdebug.exp: Likewise.
7393 * gdb.base/solib1.c: Likewise.
7394 * gdb.base/step-test.exp: Likewise.
7395 * gdb.mi/non-stop.c: Likewise.
7396 * gdb.mi/pthreads.c: Likewise.
7397 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7398 * gdb.threads/pthreads.c: Likewise.
7399 * gdb.threads/staticthreads.exp: Likewise.
7400 * lib/future.exp: Likewise.
7401 * lib/gdb.exp: Likewise.
7402 * gdb.base/so-indr-cl.c: Remove.
7403 * gdb.base/so-indr-cl.exp: Likewise.
7404 * gdb.base/solib.c: Likewise.
7405 * gdb.base/solib.exp: Likewise.
7406 * gdb.base/solib2.c: Likewise.
7407
7408 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7409
7410 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7411 * gdb.base/call-ar-st.exp: Likewise.
7412 * gdb.base/callfuncs.exp: Likewise.
7413 * gdb.base/condbreak.exp: Likewise.
7414 * gdb.base/constvars.exp: Likewise.
7415 * gdb.base/hbreak2.exp: Likewise.
7416 * gdb.base/langs.exp: Likewise.
7417 * gdb.base/list.exp: Likewise.
7418 * gdb.base/long_long.exp: Likewise.
7419 * gdb.base/ptype.exp: Likewise.
7420 * gdb.base/scope.exp: Likewise.
7421 * gdb.base/signals.exp: Likewise.
7422 * gdb.base/so-impl-ld.exp: Likewise.
7423 * gdb.base/varargs.exp: Likewise.
7424 * gdb.base/volatile.exp: Likewise.
7425 * gdb.base/whatis.exp: Likewise.
7426 * gdb.cp/cplusfuncs.exp: Likewise.
7427 * gdb.cp/inherit.exp: Likewise.
7428 * gdb.cp/local.exp: Likewise.
7429 * gdb.cp/member-ptr.exp: Likewise.
7430 * gdb.cp/method.exp: Likewise.
7431 * gdb.cp/overload.exp: Likewise.
7432 * gdb.cp/templates.exp: Likewise.
7433 * gdb.stabs/weird.exp: Likewise.
7434 * lib/compiler.c: Likewise.
7435 * lib/compiler.cc: Likewise.
7436 * lib/cp-support.exp: Likewise.
7437 * lib/gdb.exp: Likewise.
7438
7439 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7440
7441 * configure.ac: Remove HP-UX case.
7442 * configure: Regenerate.
7443
7444 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7445
7446 * lib/gdb.exp (gdb_compile): Add function doc.
7447
7448 2015-12-17 Pedro Alves <palves@redhat.com>
7449
7450 PR threads/19354
7451 * gdb.multi/info-threads.exp: New file.
7452
7453 2015-12-15 Yao Qi <yao.qi@linaro.org>
7454
7455 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7456 is aarch64*-*-*.
7457
7458 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7459
7460 * gdb.base/history-duplicates.exp: Skip if no readline support.
7461
7462 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7463
7464 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7465
7466 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7467
7468 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7469
7470 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7471
7472 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7473 ctrl-C if nointerrupts target property is set.
7474 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7475 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7476 * gdb.base/paginate-bg-execution.exp: Likewise.
7477 * gdb.base/paginate-execution-startup.exp: Likewise.
7478 * gdb.base/random-signal.exp: Likewise.
7479 * gdb.base/range-stepping.exp: Likewise.
7480 * gdb.cp/annota2.exp: Likewise.
7481 * gdb.cp/annota3.exp: Likewise.
7482 * gdb.gdb/selftest.exp: Likewise.
7483 * gdb.threads/continue-pending-status.exp: Likewise.
7484 * gdb.threads/leader-exit.exp: Likewise.
7485 * gdb.threads/manythreads.exp: Likewise.
7486 * gdb.threads/pthreads.exp: Likewise.
7487 * gdb.threads/schedlock.exp: Likewise.
7488 * gdb.threads/sigthread.exp: Likewise.
7489
7490 2015-12-11 Don Breazeal <donb@codesourcery.com>
7491
7492 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7493 remote.
7494 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7495 * gdb.base/foll-exec.exp (main): Enable for target remote.
7496 * gdb.base/foll-fork.exp (main): Likewise.
7497 * gdb.base/foll-vfork.exp (main): Likewise.
7498 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7499 (proc continue_to_exit_bp_loc): Use clean_restart.
7500 * gdb.base/pie-execl.exp (main): Disable for target remote.
7501 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7502 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7503 * gdb.threads/execl.exp (main): Likewise.
7504 * gdb.threads/fork-child-threads.exp (main): Likewise.
7505 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7506 remote.
7507 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7508 remote.
7509 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7510 pid.tid style ptids, instead of just tid.
7511 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7512 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7513 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7514 ptids, instead of just tid.
7515
7516 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7517
7518 * gdb.base/list.exp (test_list_forward): Add end of file error
7519 test.
7520 (test_repeat_list_command): Add end of file error test.
7521 (test_list_backwards): Add beginning of file error test.
7522
7523 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7524
7525 * gdb.base/list.exp (test_list_invalid_args): New function,
7526 defined, and called.
7527
7528 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7529
7530 * gdb.base/list.exp (test_list): Make test names unique.
7531
7532 2015-12-11 Yao Qi <yao.qi@linaro.org>
7533
7534 * gdb.base/coremaker2.c: Remove.
7535
7536 2015-12-10 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.multi/base.exp: Remove stale "spaces" references.
7539
7540 2015-12-10 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.multi/base.exp: Don't use nowarnings.
7543 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7544 * gdb.multi/hangout.c: Include stdio.h.
7545 * gdb.multi/hello.c: Include stdlib.h.
7546 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7547 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7548 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7549
7550 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7551
7552 * gdb.dwarf2/dw2-ranges-base.c: New file.
7553 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7554 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7555 support additional line table, and debug ranges generation.
7556 (Dwarf::ranges): New function, generate .debug_ranges.
7557 (Dwarf::lines): Support generating simple line table programs.
7558 (Dwarf::assemble): Initialise new namespace variables.
7559
7560 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7561
7562 * gdb.base/async.exp (proc test_background): Add case for
7563 asynchronous execution not supported.
7564
7565 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7566
7567 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7568 format and change test names to make them unique.
7569
7570 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7571 Pedro Alves <pedro@redhat.com>
7572
7573 PR gdb/18702
7574 Add checking of floatformats setup on x86_64 hosts.
7575 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7576 (smallval, bigval): New labels/constants.
7577 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7578 float" after loading bigval and smallval.
7579
7580 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7581
7582 * gdb.ada/fun_overload_menu.exp: New testcase.
7583 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7584
7585 2015-12-04 Josh Stone <jistone@redhat.com>
7586
7587 * gdb.base/catch-fork-static.exp: New.
7588
7589 2015-12-03 Yao Qi <yao.qi@linaro.org>
7590
7591 * gdb.base/sizeof.c: Don't include stdio.h and
7592 ../lib/unbuffer_output.c.
7593 (main): New variable 'size' and 'value'. Remove printf and
7594 gdb_unbuffer_output. Assign return value to size and value.
7595 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7596 at the beginning.
7597 (check_sizeof): Check the result by printing variable 'size'.
7598 (check_valueof): Check the result by printing variable 'value'.
7599
7600 2015-12-01 Yao Qi <yao.qi@linaro.org>
7601
7602 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7603 for aarch64*-*-linux* target.
7604
7605 2015-11-30 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7608
7609 2015-11-30 Pedro Alves <palves@redhat.com>
7610
7611 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7612 Handle non-stop mode vCont replies.
7613
7614 2015-11-30 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7617 prepare_for_testing. Start gdb with "set non-stop on" appended to
7618 GDBFLAGS. Lax expected stop output.
7619
7620 2015-11-27 Yao Qi <yao.qi@linaro.org>
7621
7622 * gdb.arch/arm-neon.exp: New.
7623 * gdb.arch/arm-neon.c: New.
7624
7625 2015-11-27 Yao Qi <yao.qi@linaro.org>
7626
7627 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7628
7629 2015-11-27 Yao Qi <yao.qi@linaro.org>
7630
7631 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7632 frames-invalid annotation.
7633
7634 2015-11-27 Yao Qi <yao.qi@linaro.org>
7635
7636 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7637
7638 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7639
7640 * gdb.threads/names.exp: New file.
7641 * gdb.threads/names.c: New file.
7642 * README: Mention gdb,no_thread_names.
7643
7644 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7645
7646 PR 19297
7647 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7648 support" error.
7649
7650 2015-11-24 Pedro Alves <palves@redhat.com>
7651
7652 PR 17539
7653 * gdb.base/display.exp: Expect displays to be sorted in ascending
7654 order. Use multi_line.
7655 * gdb.base/solib-display.exp: Likewise.
7656
7657 2015-11-24 Pedro Alves <palves@redhat.com>
7658
7659 PR 17539
7660 * gdb.base/display.exp: Expect displays to be sorted in ascending
7661 order. Use multi_line.
7662 * gdb.base/solib-display.exp: Likewise.
7663
7664 2015-11-24 Pedro Alves <palves@redhat.com>
7665
7666 PR 17539
7667 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7668 threads in ascending order.
7669 * gdb.base/foll-fork.exp: Likewise.
7670 * gdb.base/foll-vfork.exp: Likewise.
7671 * gdb.base/multi-forks.exp: Likewise.
7672 * gdb.mi/mi-nonstop.exp: Likewise.
7673 * gdb.mi/mi-nsintrall.exp: Likewise.
7674 * gdb.multi/base.exp: Likewise.
7675 * gdb.multi/multi-arch.exp: Likewise.
7676 * gdb.python/py-inferior.exp: Likewise.
7677 * gdb.threads/break-while-running.exp: Likewise.
7678 * gdb.threads/execl.exp: Likewise.
7679 * gdb.threads/gcore-thread.exp: Likewise.
7680 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7681 * gdb.threads/kill.exp: Likewise.
7682 * gdb.threads/linux-dp.exp: Likewise.
7683 * gdb.threads/multiple-step-overs.exp: Likewise.
7684 * gdb.threads/next-bp-other-thread.exp: Likewise.
7685 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7686 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7687 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7688 * gdb.threads/thread-find.exp: Likewise.
7689 * gdb.threads/tls.exp: Likewise.
7690 * lib/mi-support.exp (mi_reverse_list): Delete.
7691 (mi_check_thread_states): No longer reverse list.
7692
7693 2015-11-24 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7696 use lowercase.
7697
7698 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7699
7700 * gdb.trace/actions.c: Include trace-common.h.
7701 (main): Add a location for a fast tracepoint.
7702 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7703 the normal tracepoints.
7704 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7705
7706 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * save-trace.exp: Factor out code to these...
7709 (gdb_save_tracepoints): New.
7710 (gdb_load_tracepoints): New.
7711 (do_save_load_test): New.
7712
7713 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7714
7715 * gdb.base/asmlabel.exp: New test.
7716 * gdb.base/asmlabel.c: New test case.
7717
7718 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7719
7720 * gdb.base/wrong_frame_bt_full-main.c: New file.
7721 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7722 * gdb.base/wrong_frame_bt_full.exp: New file.
7723
7724 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7725
7726 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7727
7728 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7729
7730 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7731 pstate register when comparing registers values in
7732 sparc64-*-linux-gnu targets to avoid spurious differences.
7733
7734 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7735
7736 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7737
7738 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7739
7740 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7741 as type argument to gdb_compile.
7742 * gdb.base/nested-subp2.exp: Likewise.
7743 * gdb.base/nested-subp3.exp: Likewise.
7744
7745 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7746
7747 * lib/dwarf.exp (_note): Fix left shift of negative value.
7748 * gdb.trace/trace-condition.exp: Likewise.
7749
7750 2015-11-13 Yao Qi <yao.qi@linaro.org>
7751
7752 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7753 comments about d10v.
7754 (test_scalar_returns): Likewise.
7755 * gdb.base/d10v.ld: Remove.
7756 * gdb.base/overlays.exp: Remove the target triplet checking for
7757 d10v-*-*.
7758 * gdb.base/structs.exp (test_struct_returns): Remove the
7759 comments about d10v.
7760 (test_struct_calls): Likewise.
7761
7762 2015-11-13 Yao Qi <yao.qi@linaro.org>
7763
7764 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7765 * gdb.base/gnu_vector.c: Don't include stdio.h.
7766 (main): Don't print res and call add_some_intvecs.
7767
7768 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7769
7770 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7771 macro.
7772 (func5): Removed.
7773 (func4): Use FAST_TRACEPOINT_LABEL.
7774 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7775 macro.
7776 (func): Removed.
7777 (thread_function): Use FAST_TRACEPOINT_LABEL.
7778 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7779 (func): Remove.
7780 (marker): Use FAST_TRACEPOINT_LABEL.
7781 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7782 (pendfunc1): Remove.
7783 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7784 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7785 (foo): Remove.
7786 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7787 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7788 macro.
7789 (func): Remove.
7790 (marker): Use FAST_TRACEPOINT_LABEL.
7791 * gdb.trace/trace-common.h: New header.
7792 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7793 macro.
7794 (func): Remove.
7795 (marker): Use FAST_TRACEPOINT_LABEL.
7796 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7797 (func): Remove.
7798 (thread_function): Use FAST_TRACEPOINT_LABEL.
7799
7800 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7801
7802 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7803 in front.
7804 * gdb.trace/change-loc.exp: Use global pcreg definition.
7805 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7806 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7807 in front.
7808 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7809 * gdb.trace/pending.exp: Likewise.
7810 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7811 * gdb.trace/trace-break.exp: Likewise.
7812 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7813 in front.
7814 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7815 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7816 in front.
7817 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7818
7819 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7820
7821 * gdb.ada/fin_fun_out: New testcase.
7822
7823 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7824
7825 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7826 value associated with DW_AT_byte_size.
7827 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7828 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7829 DW_AT_upper_bound.
7830
7831 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7832
7833 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7834 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7835 version.
7836 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7837 gdb.dwarf2/dw2-canonicalize-type.exp,
7838 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7839 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7840 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7841 provided by gdb_target_symbol_prefix_flags_asm.
7842 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7843 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7844 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7845 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7846 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7847 macros where needed). Use this macro for symbols which require
7848 the prefix provided by SYMBOL_PREFIX.
7849
7850 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7851
7852 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7853 New procs.
7854 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7855 representing expressions, of more than one list element.
7856 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7857 to prepend linker symbol prefix to f.
7858 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7859 table_1 and table_2.
7860 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7861 Likewise, for f and g.
7862 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7863 for ptr.
7864 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7865 for main.
7866 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7867 table_1_ptr and table_2_ptr.
7868
7869 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7870 Joel Brobecker <brobecker@adacore.com>
7871
7872 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7873
7874 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7875
7876 * gdb.reverse/s390-mvcle.c: New test.
7877 * gdb.reverse/s390-mvcle.exp: New file.
7878 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7879
7880 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7881
7882 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7883
7884 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7885
7886 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7887 reaching marker2.
7888 * gdb.reverse/getresuid-reverse.exp: Likewise.
7889 * gdb.reverse/pipe-reverse.exp: Likewise.
7890 * gdb.reverse/readv-reverse.exp: Likewise.
7891 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7892 * gdb.reverse/time-reverse.exp: Likewise.
7893 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7894
7895 2015-10-30 Yao Qi <yao.qi@linaro.org>
7896
7897 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7898 (empty_cycle): Remove.
7899 (main): Don't call empty_cycle. Don't use watch_count_done.
7900 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7901 empty_cycle. Rewrite the code counting HW watchpoints.
7902
7903 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7904
7905 * gdb.reverse/fstatat-reverse.c: New test.
7906 * gdb.reverse/fstatat-reverse.exp: New file.
7907 * gdb.reverse/getresuid-reverse.c: New test.
7908 * gdb.reverse/getresuid-reverse.exp: New file.
7909 * gdb.reverse/pipe-reverse.c: New test.
7910 * gdb.reverse/pipe-reverse.exp: New file.
7911 * gdb.reverse/readv-reverse.c: New test.
7912 * gdb.reverse/readv-reverse.exp: New file.
7913 * gdb.reverse/recvmsg-reverse.c: New test.
7914 * gdb.reverse/recvmsg-reverse.exp: New file.
7915 * gdb.reverse/time-reverse.c: New test.
7916 * gdb.reverse/time-reverse.exp: New file.
7917 * gdb.reverse/waitpid-reverse.c: New test.
7918 * gdb.reverse/waitpid-reverse.exp: New file.
7919
7920 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7921
7922 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7923
7924 2015-10-26 Doug Evans <dje@google.com>
7925
7926 PR symtab/17391
7927 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7928 * gdb.dwarf2/bad-regnum.c: New file.
7929 * gdb.dwarf2/bad-regnum.exp: New file.
7930
7931 2015-10-26 Doug Evans <dje@google.com>
7932
7933 PR python/18938
7934 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7935 file.
7936
7937 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7938
7939 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7940 for a change by "Mention language in compile error message".
7941
7942 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7943
7944 PR python/18073
7945 * gdb.python/py-type.c (C::a_method): New.
7946 (C::a_const_method): New.
7947 (C::a_static_method): New.
7948 (a_function): New.
7949 * gdb.python/py-type.exp (test_fields): Test getting fields
7950 from function and method.
7951
7952 2015-10-21 Keven Boell <keven.boell@intel.com>
7953
7954 * gdb.fortran/vla-alloc-assoc.exp: New file.
7955 * gdb.fortran/vla-datatypes.exp: New file.
7956 * gdb.fortran/vla-datatypes.f90: New file.
7957 * gdb.fortran/vla-history.exp: New file.
7958 * gdb.fortran/vla-ptype-sub.exp: New file.
7959 * gdb.fortran/vla-ptype.exp: New file.
7960 * gdb.fortran/vla-sizeof.exp: New file.
7961 * gdb.fortran/vla-sub.f90: New file.
7962 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7963 * gdb.fortran/vla-value-sub-finish.exp: New file.
7964 * gdb.fortran/vla-value-sub.exp: New file.
7965 * gdb.fortran/vla-value.exp: New file.
7966 * gdb.fortran/vla-ptr-info.exp: New file.
7967 * gdb.mi/mi-vla-fortran.exp: New file.
7968 * gdb.mi/vla.f90: New file.
7969
7970 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7971
7972 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7973 of hardwired timeout value.
7974
7975 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7976 Pedro Alves <palves@redhat.com>
7977
7978 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7979 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7980
7981 2015-10-19 Josh Stone <jistone@redhat.com>
7982
7983 * gdb.base/catch-syscall.c: Include <sched.h>.
7984 (unknown_syscall): New variable.
7985 (main): Trigger a vfork and an unknown syscall.
7986 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7987 (unknown_syscall_number): Likewise.
7988 (check_call_to_syscall): Accept an optional syscall pattern.
7989 (check_return_from_syscall): Likewise.
7990 (check_continue): Likewise.
7991 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7992 (test_catch_syscall_skipping_return): New test toggling off 'catch
7993 syscall' to step over the syscall return, then toggling back on.
7994 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7995 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7996 (do_syscall_tests): Call test_catch_syscall_without_args and
7997 test_catch_syscall_mid_vfork.
7998 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7999 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8000
8001 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8002
8003 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8004 print g_vE): Add new pass patterns.
8005 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8006 print various symbol names for vptr fields.
8007
8008 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8009
8010 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8011 results.
8012
8013 2015-10-12 Yao Qi <yao.qi@linaro.org>
8014
8015 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8016
8017 2015-10-12 Yao Qi <yao.qi@linaro.org>
8018
8019 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8020 is aarch64*-*-linux*.
8021
8022 2015-10-12 Yao Qi <yao.qi@linaro.org>
8023
8024 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8025 (can_relocate_bcond_true): ... it.
8026 (can_relocate_bcond_false): New function.
8027 (foo): Likewise.
8028 (can_relocate_bl): Likewise.
8029 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8030 can_relocate_bl.
8031
8032 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8033
8034 * gdb.base/nested-addr.c: New file.
8035 * gdb.base/nested-addr.exp: New testcase.
8036
8037 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8038
8039 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8040 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8041 its output. Ignore the output of "record goto begin" and instead
8042 check that GDB is replaying.
8043
8044 2015-10-09 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8047 (top level): Use it in the run with no args test.
8048
8049 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8050
8051 * gdb.dlang/properties.exp: New file.
8052
8053 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8054
8055 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8056 whether or not address 0x1000 is mapped on the target.
8057
8058 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8059
8060 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8061 build.
8062
8063 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8064
8065 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8066 instruction-history test.
8067
8068 2015-09-28 Doug Evans <dje@google.com>
8069
8070 * gdb.base/gcore.c (array_func): Add reference to static_array.
8071
8072 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8073
8074 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8075 source line.
8076
8077 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8078
8079 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8080 short or char as base type.
8081
8082 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8083
8084 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8085 to allow any size enum.
8086
8087 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8088
8089 * gdb.ada/array_ptr_renaming.exp: New testcase.
8090 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8091 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8092
8093 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8094
8095 * gdb.trace/ftrace-lock.c: New file.
8096 * gdb.trace/ftrace-lock.exp: New file.
8097
8098 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8099
8100 * gdb.arch/insn-reloc.c: New file.
8101 * gdb.arch/ftrace-insn-reloc.exp: New file.
8102
8103 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8104
8105 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8106 instruction.
8107 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8108 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8109 * gdb.trace/range-stepping.c: Likewise.
8110 * gdb.trace/trace-break.c: Likewise.
8111 * gdb.trace/trace-mt.c (thread_function): Likewise.
8112 * gdb.trace/ftrace.c (marker): Likewise.
8113 * gdb.trace/trace-condition.c (marker): Likewise.
8114 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8115 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8116 is_aarch64_target.
8117
8118 2015-09-18 Doug Evans <xdje42@gmail.com>
8119
8120 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8121 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8122
8123 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8124
8125 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8126 the breakpoint.
8127
8128 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8129
8130 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8131 the pending breakpoint. Remove timeout override for "Run till
8132 MI pending breakpoint on pendfunc3 on thread 2" test.
8133
8134 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8135
8136 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8137 filename pattern.
8138
8139 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8140
8141 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8142 in breakpoint filename pattern.
8143
8144 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8145
8146 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8147
8148 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8149
8150 * gdb.linespec/explicit.exp: Check for readline support for
8151 tab-completion tests. Fix obvious typo.
8152
8153 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8154
8155 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8156 and replay.
8157
8158 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8159
8160 * gdb.btrace/non-stop.c: New.
8161 * gdb.btrace/non-stop.exp: New.
8162
8163 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8164 Yao Qi <yao.qi@linaro.org>
8165
8166 * gdb.trace/trace-condition.c: New file.
8167 * gdb.trace/trace-condition.exp: New file.
8168
8169 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8170
8171 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8172 for testing bytecode compilation.
8173
8174 2015-09-16 Pedro Alves <palves@redhat.com>
8175 Sandra Loosemore <sandra@codesourcery.com>
8176
8177 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8178 (SECONDS): Redefine.
8179 (main): Call pthread_kill and alarm early.
8180 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8181 support.
8182 (test): If the target can't hardware step and doesn't support
8183 displaced stepping, increase the timeout.
8184
8185 2015-09-16 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8188 (enable_debug): New procedures.
8189 (test): Use them. Bail out if waiting for threads fails.
8190 (top level): Bail out if a test fails.
8191
8192 2015-09-16 Yao Qi <yao.qi@linaro.org>
8193
8194 * gdb.asm/asm-source.exp: Set asm-arch for
8195 aarch64*-*-* target.
8196 * gdb.asm/aarch64.inc: New file.
8197
8198 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8199
8200 * gdb.ada/array_of_variable_length.exp: New testcase.
8201 * gdb.ada/array_of_variable_length/foo.adb: New file.
8202 * gdb.ada/array_of_variable_length/pck.adb: New file.
8203 * gdb.ada/array_of_variable_length/pck.ads: New file.
8204
8205 2015-09-15 Doug Evans <dje@google.com>
8206
8207 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8208 of function static local variable.
8209
8210 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8211
8212 * gdb.threads/tls-so_extern.exp: New test file.
8213 * gdb.threads/tls-so_extern.c: New test file.
8214 * gdb.threads/tls-so_extern_main.c: New test file.
8215
8216 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8217
8218 * gdb.opt/solib-intra-step-lib.c: New file.
8219 * gdb.opt/solib-intra-step-main.c: New file.
8220 * gdb.opt/solib-intra-step.exp: New file.
8221
8222 2015-09-15 Pedro Alves <palves@redhat.com>
8223
8224 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8225 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8226
8227 2015-09-14 Pedro Alves <palves@redhat.com>
8228
8229 * gdb.base/hook-stop-continue.c: Delete.
8230 * gdb.base/hook-stop-continue.exp: Delete.
8231 * gdb.base/hook-stop-frame.c: Delete.
8232 * gdb.base/hook-stop-frame.exp: Delete.
8233 * gdb.base/hook-stop.c: New file.
8234 * gdb.base/hook-stop.exp: New file.
8235
8236 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8237
8238 * gdb.ada/access_to_packed_array.exp: New testcase.
8239 * gdb.ada/access_to_packed_array/foo.adb: New file.
8240 * gdb.ada/access_to_packed_array/pack.adb: New file.
8241 * gdb.ada/access_to_packed_array/pack.ads: New file.
8242
8243 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8244
8245 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8246 buffer size test.
8247
8248 2015-09-11 Don Breazeal <donb@codesourcery.com>
8249
8250 * gdb.base/foll-exec.c: Add copyright header. Fix
8251 formatting issues.
8252 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8253 (do_exec_tests): Use clean_restart in place of zap_session,
8254 and for test initialization. Fix formatting issues. Use
8255 fail in place of perror.
8256 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8257 an expect statement to match an expression with output from
8258 the program under debug.
8259 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8260 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8261 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8262 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8263 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8264
8265 2015-09-09 Doug Evans <dje@google.com>
8266
8267 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8268
8269 2015-09-09 Doug Evans <dje@google.com>
8270
8271 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8272
8273 2015-09-09 Doug Evans <dje@google.com>
8274
8275 * gdb.base/savedregs.exp: Fix typo.
8276
8277 2015-09-09 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8280
8281 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8282
8283 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8284 command actually switches threads. Give up on remaining
8285 tests if target fails to stop at breakpoint.
8286
8287 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8288
8289 * gdb.ada/funcall_char.exp: New testcase.
8290 * gdb.ada/funcall_char/foo.adb: New file.
8291
8292 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8293
8294 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8295 expected outputs. Add two testcases for completing ambiguous
8296 functions.
8297 * gdb.ada/complete/aux_pck.adb: New file.
8298 * gdb.ada/complete/aux_pck.ads: New file.
8299 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8300 Ambiguous_Func functions.
8301 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8302 * gdb.ada/complete/pck.adb: Likewise.
8303
8304 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8305
8306 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8307 failures to run the test program under GDB.
8308
8309 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8310
8311 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8312 to C.
8313
8314 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8315
8316 * gdb.base/run-after-attach.exp: New test file.
8317 * gdb.base/run-after-attach.c: New test file.
8318
8319 2015-08-26 Don Breazeal <donb@codesourcery.com>
8320
8321 * gdb.base/foll-exec-2.c: New test program.
8322 * gdb.base/foll-exec-2.exp: New test.
8323
8324 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8325
8326 * gdb.base/nested-subp1.exp: New file.
8327 * gdb.base/nested-subp1.c: New file.
8328 * gdb.base/nested-subp2.exp: New file.
8329 * gdb.base/nested-subp2.c: New file.
8330 * gdb.base/nested-subp3.exp: New file.
8331 * gdb.base/nested-subp3.c: New file.
8332
8333 2015-08-24 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.server/connect-without-multi-process.c: New file.
8336 * gdb.server/connect-without-multi-process.exp: New file.
8337
8338 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8339
8340 * gdb.opt/inline-markers.c: Make z int.
8341
8342 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8343
8344 * gdb.opt/inline-markers.c: Make z volatile.
8345
8346 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8347
8348 * gdb.opt/inline-bt.c: New volatile global z.
8349 * gdb.opt/inline-cmds.c: Likewise.
8350 * gdb.opt/inline-locals.c: Likewise.
8351 * gdb.opt/inline-markers.c: New extern global z.
8352 (marker): Use z.
8353 (inline_fn): Likewise.
8354
8355 2015-08-24 Pedro Alves <palves@redhat.com>
8356
8357 * config/m32r-stub.exp: Remove file.
8358 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8359 * gdb.base/call-rt-st.exp: Likewise.
8360 * gdb.base/call-strs.exp: Likewise.
8361 * gdb.base/default.exp: Remove references to h8300-*-hms and
8362 *-*-udi*.
8363 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8364
8365 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8366
8367 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8368 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8369 and "return" use KFAIL when GDB can not read/write the vector
8370 return value.
8371
8372 2015-08-21 Gary Benson <gbenson@redhat.com>
8373
8374 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8375
8376 2015-08-20 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.server/solib-list.exp: No longer expect an interior stop in
8379 non-stop mode.
8380
8381 2015-08-20 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.server/connect-stopped-target.c: New file.
8384 * gdb.server/connect-stopped-target.exp: New file.
8385
8386 2015-08-20 Pedro Alves <palves@redhat.com>
8387
8388 * gdb.dwarf2/comp-unit-lang.exp: New file.
8389 * gdb.dwarf2/comp-unit-lang.c: New file.
8390
8391 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8392
8393 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8394 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8395
8396 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8397
8398 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8399 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8400
8401 2015-08-18 Doug Evans <dje@google.com>
8402 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8403
8404 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8405 skip_python_tests. New arg prompt_regexp.
8406 (skip_python_tests): New function.
8407 * lib/mi-support.exp (mi_skip_python_tests): New function.
8408 * gdb.python/py-mi-objfile-gdb.py: New file.
8409 * gdb.python/py-mi-objfile.c: New file.
8410 * gdb.python/py-mi-objfile.exp: New file.
8411
8412 2015-08-17 Keith Seitz <keiths@redhat.com>
8413
8414 * gdb.linespec/explicit.exp: Move strace test from here ...
8415 * gdb.trace/strace.exp: ... to here.
8416
8417 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8418
8419 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8420 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8421
8422 2015-08-14 Doug Evans <xdje42@gmail.com>
8423
8424 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8425 inferior before selecting a new file.
8426
8427 2015-08-14 Doug Evans <xdje42@gmail.com>
8428
8429 * gdb.mi/mi-disassemble.exp: Update.
8430 * gdb.base/disasm-optim.S: New file.
8431 * gdb.base/disasm-optim.c: New file.
8432 * gdb.base/disasm-optim.h: New file.
8433 * gdb.base/disasm-optim.exp: New file.
8434
8435 2015-08-14 Keith Seitz <keiths@redhat.com>
8436
8437 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8438 "evaluated-by".
8439
8440 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8441
8442 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8443
8444 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8445
8446 * gdb.ada/fun_renaming.exp: New testcase.
8447 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8448 * gdb.ada/fun_renaming/pack.adb: New file.
8449 * gdb.ada/fun_renaming/pack.ads: New file.
8450
8451 2015-08-12 Keith Seitz <keiths@redhat.com>
8452
8453 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8454 gdb_get_line_number.
8455
8456 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8457
8458 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8459 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8460 gdb.base/dso2dso.exp: New files.
8461
8462 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8463 Pedro Alves <palves@redhat.com>
8464 Keith Seitz <keiths@redhat.com>
8465
8466 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8467 GDBFLAGS.
8468
8469 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8470
8471 * gdb.base/gdbhistsize-history.exp
8472 (test_histsize_history_setting): Use save_vars.
8473 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8474 Use save_vars.
8475 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8476 * gdb.base/readline.exp: Use save_vars.
8477
8478 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8479
8480 * lib/gdb.exp (save_vars): New proc.
8481
8482 2015-08-11 Keith Seitz <keiths@redhat.com>
8483
8484 * gdb.base/help.exp: Update help_breakpoint_text.
8485
8486 2015-08-11 Keith Seitz <keiths@redhat.com>
8487
8488 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8489 (at toplevel): Call test_explicit_breakpoints.
8490 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8491 breakpoints.
8492 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8493 breakpoint conditions, "-cond".
8494
8495 2015-08-11 Keith Seitz <keiths@redhat.com>
8496
8497 * gdb.linespec/3explicit.c: New file.
8498 * gdb.linespec/cpexplicit.cc: New file.
8499 * gdb.linespec/cpexplicit.exp: New file.
8500 * gdb.linespec/explicit.c: New file.
8501 * gdb.linespec/explicit.exp: New file.
8502 * gdb.linespec/explicit2.c: New file.
8503 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8504 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8505 before using in the matching pattern.
8506 Clarify that `prefix' is a regular expression.
8507
8508 2015-08-11 Keith Seitz <keiths@redhat.com>
8509
8510 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8511 test.
8512 Add tests for missing ",FMT" and ",".
8513
8514 2015-08-10 Doug Evans <dje@google.com>
8515 Keith Seitz <keiths@redhat.com>
8516
8517 PR gdb/17960
8518 * gdb.base/completion.exp: Add location completer tests.
8519
8520 2015-08-07 Pedro Alves <palves@redhat.com>
8521
8522 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8523 tests here.
8524 (top level): Run do_test with and without displaced stepping.
8525
8526 2015-08-07 Pedro Alves <palves@redhat.com>
8527
8528 * gdb.base/valgrind-disp-step.c: New file.
8529 * gdb.base/valgrind-disp-step.exp: New file.
8530
8531 2015-08-07 Pedro Alves <palves@redhat.com>
8532
8533 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8534 Delete function.
8535 (main): Add alarm. Run an infinite loop instead of calling
8536 wait_threads.
8537 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8538 comment.
8539 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8540 Delete function.
8541 (main): Add alarm. Run an infinite loop instead of calling
8542 wait_threads.
8543 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8544 comment.
8545
8546 2015-08-07 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.base/checkpoint-ns.exp: New file.
8549 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8550 standard_testfile.
8551
8552 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8553
8554 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8555 * gdb.btrace/instruction_history.exp: Update.
8556 * gdb.btrace/tsx.exp: New.
8557 * gdb.btrace/tsx.c: New.
8558
8559 2015-08-06 Pedro Alves <palves@redhat.com>
8560
8561 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8562 increase timeout.
8563 * gdb.reverse/until-precsave.exp: Bump timeouts.
8564
8565 2015-08-06 Pedro Alves <palves@redhat.com>
8566
8567 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8568
8569 2015-08-06 Pedro Alves <palves@redhat.com>
8570
8571 PR gdb/18749
8572 * gdb.threads/process-dies-while-handling-bp.c: New file.
8573 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8574
8575 2015-08-06 Pedro Alves <palves@redhat.com>
8576
8577 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8578 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8579
8580 2015-08-05 Pedro Alves <palves@redhat.com>
8581
8582 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8583 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8584
8585 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8586
8587 * gdb.base/bp-permanent.exp: Report test as unsupported if
8588 the target cannot stop at the permanent breakpoint.
8589
8590 2015-08-03 Doug Evans <dje@google.com>
8591
8592 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8593 10000.
8594
8595 2015-08-03 Doug Evans <dje@google.com>
8596
8597 * Makefile.in (workers/%.worker, build-perf): New rule.
8598 (GDB_PERFTEST_MODE): New variable.
8599 (check-perf): Use it.
8600 (clean): Clean up gdb.perf parallel build subdirs.
8601 * lib/build-piece.exp: New file.
8602 * lib/gdb.exp (make_gdb_parallel_path): New function
8603 (standard_output_file, standard_temp_file): Call it.
8604 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8605 of $GDB_PARALLEL.
8606 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8607
8608 2015-08-03 Doug Evans <dje@google.com>
8609
8610 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8611 (LOG_FILE_NAME): New global.
8612 (TextReporter.__init__): Initialize self.txt_sum.
8613 (TextReporter.report): Add support for multiple data-points.
8614 Move report to perftest.sum, put raw data in perftest.log.
8615 (TextReporter.start): Open sum and log files.
8616 (TextReporter.end): Close sum and log files.
8617 * gdb.perf/lib/perftest/testresult.py
8618 (SingleStatisticTestResult.record): Handle multiple data-points.
8619
8620 2015-07-31 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8623 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8624 kill_wait_spawned_process instead of explicit "kill -9".
8625 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8626 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8627 kill_wait_spawned_process.
8628 * gdb.base/attach-twice.exp: Likewise.
8629 * gdb.base/attach.exp: Likewise.
8630 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8631 gdb_test_multiple.
8632 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8633 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8634 kill_wait_spawned_process.
8635 * gdb.base/valgrind-infcall.exp: Likewise.
8636 * gdb.multi/multi-attach.exp: Likewise.
8637 * gdb.python/py-prompt.exp: Likewise.
8638 * gdb.python/py-sync-interp.exp: Likewise.
8639 * gdb.server/ext-attach.exp: Likewise.
8640 * gdb.threads/attach-into-signal.exp (corefunc): Use
8641 spawn_wait_for_attach, spawn_id_get_pid and
8642 kill_wait_spawned_process.
8643 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8644 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8645 spawn_id_get_pid and kill_wait_spawned_process.
8646 * gdb.threads/attach-stopped.exp (corefunc): Use
8647 spawn_wait_for_attach, spawn_id_get_pid and
8648 kill_wait_spawned_process.
8649 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8650 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8651 kill_wait_spawned_process instead of explicit "kill -9".
8652 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8653 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8654 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8655 processes. Don't map cygwin/windows pids here. Now returns a
8656 spawn id list.
8657
8658 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8659
8660 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8661 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8662 correct patch.
8663
8664 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8665
8666 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8667
8668 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8669
8670 Reapply:
8671 2014-05-21 Mark Wielaard <mjw@redhat.com>
8672
8673 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8674
8675 2015-07-30 Pedro Alves <palves@redhat.com>
8676
8677 * linux-low.c (handle_extended_wait): Set the child's last
8678 reported status to TARGET_WAITKIND_STOPPED.
8679
8680 2015-07-30 Pedro Alves <palves@redhat.com>
8681
8682 PR threads/18600
8683 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8684 only shows inferior 1.
8685
8686 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8687 Pedro Alves <palves@redhat.com>
8688
8689 PR threads/18600
8690 * gdb.threads/fork-plus-threads.c: New file.
8691 * gdb.threads/fork-plus-threads.exp: New file.
8692
8693 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8694
8695 * gdb.base/batch-preserve-term-settings.exp
8696 (test_terminal_settings_preserved_after_cli_exit): Use
8697 send_quit_command.
8698
8699 2015-07-29 Pedro Alves <palves@redhat.com>
8700 Don Breazeal <donb@codesourcery.com>
8701
8702 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8703 output from both inferior_spawn_id and gdb_spawn_id.
8704
8705 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8706
8707 * gdb.threads/attach-into-signal.exp (corefunc): Use
8708 with_test_prefix on nested loops, uniquefying the test messages.
8709
8710 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8711
8712 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8713 commit.
8714
8715 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8716
8717 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8718 New proc.
8719 (test_terminal_settings_preserved_after_sigterm): New test.
8720
8721 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8722
8723 * gdb.base/batch-preserve-term-settings.exp
8724 (test_terminal_settings_preserved_after_cli_exit): New test.
8725
8726 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8727
8728 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8729 manipulation of saved_gdbflags.
8730 (test_terminal_settings_preserved): Remove global declaration of
8731 the unused variable pagination_prompt. Remove manipulation of
8732 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8733 GDBFLAGS.
8734
8735 2015-07-29 Pedro Alves <palves@redhat.com>
8736
8737 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8738
8739 2015-07-29 Pedro Alves <palves@redhat.com>
8740
8741 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8742 at the top.
8743
8744 2015-07-29 Pedro Alves <palves@redhat.com>
8745
8746 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8747 (main): Call gdb_unbuffer_output.
8748 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8749 (main): Call gdb_unbuffer_output.
8750 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8751 (main): Call gdb_unbuffer_output.
8752 * gdb.base/call-strs.exp: Adjust to step over the
8753 gdb_unbuffer_output call.
8754 * gdb.base/catch-gdb-caused-signals.c: Include
8755 "../lib/unbuffer_output.c".
8756 (main): Call gdb_unbuffer_output.
8757 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8758 (main): Call gdb_unbuffer_output.
8759 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8760 (main): Call gdb_unbuffer_output.
8761 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8762 (main): Call gdb_unbuffer_output.
8763 * gdb.base/shlib-call.exp: Adjust to step over the
8764 gdb_unbuffer_output call.
8765 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8766 (main): Call gdb_unbuffer_output.
8767 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8768 (main): Call gdb_unbuffer_output.
8769 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8770 (main): Rename to ...
8771 (test): ... this.
8772 (main): Reimplement.
8773 * gdb.base/varargs.exp: Run to test instead of to main.
8774 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8775 (main): Call gdb_unbuffer_output.
8776
8777 2015-07-29 Pedro Alves <palves@redhat.com>
8778
8779 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8780 factore out from mi_continue_dprintf. For call-style dprintfs,
8781 expect dprintf output out of $inferior_spawn_id.
8782 (mi_continue_dprintf): Use mi_expect_dprintf.
8783 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8784 (main): Call gdb_unbuffer_output.
8785
8786 2015-07-29 Pedro Alves <palves@redhat.com>
8787
8788 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8789 (default_mi_gdb_start): Set inferior_spawn_id instead of
8790 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8791 gdb_spawn_id.
8792 (mi_gdb_test): Always expect inferior output from both
8793 $inferior_spawn_id and $gdb_spawn_id.
8794
8795 2015-07-29 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8798 send_inferior and $inferior_spawn_id.
8799
8800 2015-07-29 Pedro Alves <palves@redhat.com>
8801
8802 * gdb.gdb/complaints.exp (test_initial_complaints)
8803 (test_serial_complaints, test_short_complaints): Use
8804 gdb_test_stdio.
8805 (test_empty_complaint): Handle $inferior_spawn_id !=
8806 $gdb_spawn_id.
8807
8808 2015-07-29 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.base/varargs.exp: Use gdb_test_stdio.
8811
8812 2015-07-29 Pedro Alves <palves@redhat.com>
8813
8814 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8815
8816 2015-07-29 Pedro Alves <palves@redhat.com>
8817
8818 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8819
8820 2015-07-29 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8823 parameter into two new parameters, "inf_result" and "gdb_result".
8824 Expect inferior output and gdb output from $inferior_spawn_id and
8825 $gdb_spawn_id, respectively. Adjust all callers.
8826
8827 2015-07-29 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8830 of gdb_test_sequence.
8831
8832 2015-07-29 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8835 (saw_spurious_output): Expect inferior output from
8836 $inferior_spawn_id. Use gdb_test_stdio.
8837
8838 2015-07-29 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.base/dprintf.exp: Use standard_testfile. Change
8841 prepare_for_testing call.
8842 (srcfile): Don't set.
8843 (restart): New procedure.
8844 (test_dprintf): New procecure, use to continue over dprintfs.
8845 (test_call, test_agent): New procedures, tests moved here.
8846 Restart gdb and recreate dprintfs. Adjust expected output.
8847
8848 2015-07-29 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8851
8852 2015-07-29 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8855
8856 2015-07-29 Pedro Alves <palves@redhat.com>
8857
8858 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8859 gdb_test_stdio.
8860
8861 2015-07-29 Pedro Alves <palves@redhat.com>
8862
8863 * lib/gdb.exp (gdb_test_stdio): New procedure.
8864
8865 2015-07-29 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8868
8869 2015-07-29 Pedro Alves <palves@redhat.com>
8870
8871 * gdb.base/call-signal-resume.exp: Remove check for
8872 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8873 * gdb.base/unwindonsignal.exp: Likewise.
8874 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8875 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8876
8877 2015-07-29 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.base/siginfo-addr.c (pass): New function.
8880 (handler): Call it iff si_addr is correct.
8881 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8882 Set a breakpoint at "pass" and continue to it.
8883
8884 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8885
8886 * gdb.python/py-objfile.exp: Make some tests have unique names.
8887 * gdb.python/py-pp-registration.exp: Likewise.
8888
8889 2015-07-28 Pedro Alves <palves@redhat.com>
8890
8891 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8892
8893 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8894
8895 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8896
8897 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8898
8899 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8900
8901 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8902
8903 * gdb.base/gdb-sigterm-2.exp: New test.
8904
8905 2015-07-25 Doug Evans <xdje42@gmail.com>
8906
8907 Revert:
8908 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8909 (workers/%.worker, build-perf): New rule.
8910 (GDB_PERFTEST_MODE): New variable.
8911 (check-perf): Use it.
8912 (clean): Clean up gdb.perf parallel build subdirs.
8913 * lib/build-piece.exp: New file.
8914 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8915 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8916 name.
8917 (standard_temp_file): Ditto.
8918 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8919 of $GDB_PARALLEL.
8920
8921 2015-07-24 Doug Evans <dje@google.com>
8922
8923 * gdb.perf/lib/perftest/utils.py: New file.
8924 * gdb.perf/gm-hello.cc: New file.
8925 * gdb.perf/gm-pervasive-typedef.cc: New file.
8926 * gdb.perf/gm-pervasive-typedef.h: New file.
8927 * gdb.perf/gm-std.cc: New file.
8928 * gdb.perf/gm-std.h: New file.
8929 * gdb.perf/gm-use-cerr.cc: New file.
8930 * gdb.perf/gm-utils.h: New file.
8931 * gdb.perf/gmonster-null-lookup.py: New file.
8932 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8933 * gdb.perf/gmonster-print-cerr.py: New file.
8934 * gdb.perf/gmonster-ptype-string.py: New file.
8935 * gdb.perf/gmonster-runto-main.py: New file.
8936 * gdb.perf/gmonster-select-file.py: New file.
8937 * gdb.perf/gmonster1-null-lookup.exp: New file.
8938 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8939 * gdb.perf/gmonster1-print-cerr.exp: New file.
8940 * gdb.perf/gmonster1-ptype-string.exp: New file.
8941 * gdb.perf/gmonster1-runto-main.exp: New file.
8942 * gdb.perf/gmonster1-select-file.exp: New file.
8943 * gdb.perf/gmonster1.cc: New file.
8944 * gdb.perf/gmonster1.exp: New file.
8945 * gdb.perf/gmonster2-null-lookup.exp: New file.
8946 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8947 * gdb.perf/gmonster2-print-cerr.exp: New file.
8948 * gdb.perf/gmonster2-ptype-string.exp: New file.
8949 * gdb.perf/gmonster2-runto-main.exp: New file.
8950 * gdb.perf/gmonster2-select-file.exp: New file.
8951 * gdb.perf/gmonster2.cc: New file.
8952 * gdb.perf/gmonster2.exp: New file.
8953
8954 2015-07-24 Doug Evans <dje@google.com>
8955
8956 * gdb.perf/README: New file.
8957 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8958 * lib/gen-perf-test.exp: New file.
8959
8960 2015-07-24 Doug Evans <dje@google.com>
8961
8962 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8963 (PerfTest::startup): New function.
8964 (PerfTest::run): Return result of calling body.
8965 (PerfTest::assemble): Rewrite.
8966 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8967 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8968 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8969 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8970 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8971
8972 2015-07-24 Doug Evans <dje@google.com>
8973
8974 * lib/gdb.exp (clean_restart): Make executable optional.
8975
8976 2015-07-24 Doug Evans <dje@google.com>
8977
8978 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8979 compiler_info references.
8980 * gdb.cp/temargs.exp: Ditto.
8981 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8982 (get_compiler_info): Early exit if already computed. Set compiler_info
8983 to "unknown" if there was a problem.
8984 (test_compiler_info): Add function comment. Call get_compiler_info.
8985
8986 2015-07-24 Doug Evans <dje@google.com>
8987
8988 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8989 (workers/%.worker, build-perf): New rule.
8990 (GDB_PERFTEST_MODE): New variable.
8991 (check-perf): Use it.
8992 (clean): Clean up gdb.perf parallel build subdirs.
8993 * lib/build-piece.exp: New file.
8994 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8995 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8996 name.
8997 (standard_temp_file): Ditto.
8998 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8999 of $GDB_PARALLEL.
9000
9001 2015-07-24 Doug Evans <dje@google.com>
9002
9003 * lib/future.exp (gdb_default_target_compile): New option
9004 "early_flags".
9005 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9006 --as-needed.
9007
9008 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9009
9010 * gdb.base/catch-syscall.exp: Call gdb_exit before
9011 gdb_skip_xml_test.
9012
9013 2015-07-24 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.python/py-events.exp: Accept output between the stop event
9016 and the prompt.
9017 * gdb.python/py-evsignal.exp: Likewise.
9018 * gdb.python/py-evthreads.exp: Likewise.
9019
9020 2015-07-24 Pedro Alves <palves@redhat.com>
9021
9022 PR gdb/18717
9023 * gdb.threads/non-ldr-exit.c: New file.
9024 * gdb.threads/non-ldr-exit.exp: New file.
9025
9026 2015-07-24 Yao Qi <yao.qi@linaro.org>
9027
9028 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9029 restarting process.
9030
9031 2015-07-24 Yao Qi <yao.qi@linaro.org>
9032
9033 * gdb.server/ext-restart.exp: New file.
9034
9035 2015-07-24 Yao Qi <yao.qi@linaro.org>
9036
9037 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9038 argument options.
9039 * gdb.server/ext-wrapper.exp: New file.
9040
9041 2015-07-23 Doug Evans <dje@google.com>
9042
9043 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9044 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9045
9046 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9047
9048 * gdb.ada/var_arr_typedef.exp: New testcase.
9049 * gdb.ada/var_arr_typedef/pack.adb: New file.
9050 * gdb.ada/var_arr_typedef/pack.ads: New file.
9051 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9052
9053 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9054
9055 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9056
9057 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9058
9059 * gdb.arch/i386-biarch-core.exp: Replace istarget
9060 by "complete set gnutarget". Remove expectation for the "core-file"
9061 command.
9062
9063 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9064
9065 Revert the previous commit:
9066 Tests for validate symbol file using build-id.
9067
9068 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9069
9070 Tests for validate symbol file using build-id.
9071 * gdb.base/solib-mismatch-lib.c: New file.
9072 * gdb.base/solib-mismatch-libmod.c: New file.
9073 * gdb.base/solib-mismatch.c: New file.
9074 * gdb.base/solib-mismatch.exp: New file.
9075
9076 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9077
9078 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9079 nios2-*-linux*.
9080 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9081 * gdb.base/siginfo.exp: Likewise.
9082 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9083
9084 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9085
9086 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9087 Move it to ...
9088 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9089 ... here.
9090 * gdb.trace/range-stepping.exp: Check that the target supports
9091 range stepping.
9092
9093 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9094
9095 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9096
9097 2015-07-14 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/killed-outside.exp: New file.
9100 * gdb.base/killed-outside.c: New file.
9101
9102 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9103
9104 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9105 (n at main): New.
9106 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9107
9108 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9109
9110 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9111 infcall tests instead of setting up for KFAIL.
9112
9113 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9114
9115 * gdb.btrace/record_goto-step.exp: New.
9116
9117 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9118
9119 PR compile/18484
9120 * gdb.compile/compile.c (struct struct_type): Add volatile to
9121 selffield's type.
9122 * gdb.compile/compile.exp
9123 (compile code struct_object.selffield = &struct_object): Skip further
9124 struct_object tests if this one xfails.
9125
9126 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9127
9128 PR exp/18617
9129 * gdb.trace/ax.exp: Add test.
9130
9131 2015-07-07 Yao Qi <yao.qi@linaro.org>
9132
9133 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9134 instead of istarget "aarch64*-*-*".
9135 * gdb.arch/aarch64-fp.exp: Likewise.
9136 * gdb.base/float.exp: Likewise.
9137 * gdb.reverse/aarch64.exp: Likewise.
9138 * lib/gdb.exp (is_aarch64_target): New proc.
9139
9140 2015-07-07 Yao Qi <yao.qi@linaro.org>
9141
9142 * lib/gdb.exp (is_aarch32_target): New proc.
9143 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9144 instead of "istarget "arm*-*-*"".
9145 * gdb.arch/arm-disp-step.exp: Likewise.
9146 * gdb.arch/thumb-bx-pc.exp: Likewise.
9147 * gdb.arch/thumb-prologue.exp: Likewise.
9148 * gdb.arch/thumb-singlestep.exp: Likewise.
9149 * gdb.base/disp-step-syscall.exp: Likewise.
9150 * gdb.base/float.exp: Likewise.
9151
9152 2015-07-07 Yao Qi <yao.qi@linaro.org>
9153
9154 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9155 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9156
9157 2015-07-07 Yao Qi <yao.qi@linaro.org>
9158
9159 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9160 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9161 if it exists.
9162 * gdb.multi/multi-arch.exp: Likewise.
9163
9164 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9165
9166 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9167 print.
9168
9169 2015-07-07 Yao Qi <yao.qi@linaro.org>
9170
9171 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9172
9173 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9174
9175 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9176 '[' and ']' characters.
9177
9178 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9179
9180 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9181
9182 2015-06-29 Pedro Alves <palves@redhat.com>
9183
9184 PR threads/18127
9185 * gdb.threads/hand-call-new-thread.c: New file.
9186 * gdb.threads/hand-call-new-thread.c: New file.
9187
9188 2015-06-26 Keith Seitz <keiths@redhat.com>
9189 Doug Evans <dje@google.com>
9190
9191 PR 16253
9192 * gdb.cp/var-tag-2.cc: New file.
9193 * gdb.cp/var-tag-3.cc: New file.
9194 * gdb.cp/var-tag-4.cc: New file.
9195 * gdb.cp/var-tag.cc: New file.
9196 * gdb.cp/var-tag.exp: New file.
9197
9198 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9199
9200 * gdb.base/history-duplicates.exp: New test.
9201
9202 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9203
9204 * gdb.base/completion.exp: Test the completion of the "focus"
9205 command.
9206
9207 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9208
9209 * gdb.arch/amd64-prologue-skip.S: New file.
9210 * gdb.arch/amd64-prologue-skip.exp: New file.
9211
9212 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9213
9214 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9215 is_address_zero_readable check.
9216
9217 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9218
9219 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9220 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9221
9222 2015-06-24 Yao Qi <yao.qi@linaro.org>
9223
9224 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9225 linux targets.
9226
9227 2015-06-24 Yao Qi <yao.qi@linaro.org>
9228
9229 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9230 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9231 * gdb.base/siginfo-thread.exp: Likewise.
9232
9233 2015-06-22 Yao Qi <yao.qi@linaro.org>
9234
9235 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9236
9237 2015-06-22 Yao Qi <yao.qi@linaro.org>
9238
9239 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9240 aarch64*-*-*.
9241 (skip_hw_watchpoint_tests): Likewise.
9242
9243 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9244
9245 * gdb.base/gdbinit-history.exp: Test the interaction between
9246 setting GDBHISTSIZE and setting the history size via .gdbinit.
9247
9248 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9249
9250 PR gdb/16999
9251 * gdb.base/gdbhistsize-history.exp: New test.
9252
9253 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9254
9255 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9256 with GDBHISTSIZE.
9257 * gdb.base/readline.exp: Likewise.
9258
9259 2015-06-17 Yao Qi <yao.qi@linaro.org>
9260
9261 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9262 line.
9263
9264 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9265
9266 * gdb.base/gdbinit-history.exp: Add test case to check that
9267 an unlimited history file does not get truncated on exit.
9268
9269 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9270
9271 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9272 (VECTOR): New macro. Use it...
9273 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9274 ...for these typedefs.
9275 (int8, char1, int1, double1): New typedefs.
9276 (struct just_int2, struct two_int2): New structures.
9277 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9278 (add_structvecs, add_singlevecs): New functions.
9279 (main): Call add_some_intvecs twice.
9280 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9281 the compile and exit upon failure. Try compiling for the "native"
9282 architecture. Test inferior function calls with vector arguments
9283 and vector return value handling with "finish" and "return".
9284
9285 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9286
9287 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9288 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9289 PE file.
9290 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9291
9292 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9293
9294 PR breakpoints/16465
9295 * gdb.mi/mi-dprintf-pending.c: New file.
9296 * gdb.mi/mi-dprintf-pending.exp: New test.
9297 * gdb.mi/mi-dprintf-pendshr.c: New file.
9298
9299 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9300 Mircea Gherzan <mircea.gherzan@intel.com>
9301
9302 * gdb.arch/i386-mpx-map.c: New file.
9303 * gdb.arch/i386-mpx-map.exp: New File.
9304
9305 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9306
9307 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9308 * gdb.arch/i386-mpx.exp: Indentation fixed.
9309
9310 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9311
9312 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9313 function and improved indentation.
9314 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9315 gdb_test_multiple. Added additional tests to skip the test.
9316
9317 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9318
9319 * gdb.arch/i386-avx512.c: Change path in include file.
9320 * gdb.arch/i386-avx512.exp: Change include dir path
9321 compilation flag.
9322 * gdb.arch/i386-mpx.c: Change path in include file.
9323 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9324 flag.
9325
9326 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9327
9328 * gdb.compile/compile-print.exp (compile print *vararray@3)
9329 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9330
9331 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9334 (do not keep jit in memory): ... this.
9335 (expect 5): Change it to ...
9336 (expect no 5): ... this.
9337
9338 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9339
9340 PR gdb/15564
9341 * gdb.mi/mi-detach.exp: New file.
9342
9343 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9344
9345 PR symtab/18392
9346 * gdb.arch/amd64-tailcall-self.S: New file.
9347 * gdb.arch/amd64-tailcall-self.c: New file.
9348 * gdb.arch/amd64-tailcall-self.exp: New file.
9349
9350 2015-05-28 Don Breazeal <donb@codesourcery.com>
9351
9352 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9353 tests for remote targets by checking is_target_gdbserver.
9354
9355 2015-05-27 Doug Evans <dje@google.com>
9356
9357 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9358 * gdb.dwarf2/opaque-type-lookup.c: New file.
9359 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9360
9361 2015-05-26 Doug Evans <dje@google.com>
9362
9363 * gdb.cp/iostream.cc: New file.
9364 * gdb.cp/iostream.exp: New file.
9365
9366 2015-05-26 Doug Evans <dje@google.com>
9367
9368 * gdb.dwarf2/dw2-op-call.exp: Update.
9369 * gdb.dwarf2/dw4-sig-types.exp: Update.
9370 * gdb.dwarf2/implptr.exp: Update.
9371 * gdb.mi/mi-cmd-param-changed.exp: Update.
9372
9373 2015-05-26 Doug Evans <dje@google.com>
9374
9375 * gdb.python/py-lazy-string.c: New file.
9376 * gdb.python/py-lazy-string.exp: New file.
9377 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9378 (main): Update. Add estring3.
9379 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9380 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9381
9382 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9383 Yao Qi <yao.qi@linaro.org>
9384
9385 * gdb.reverse/aarch64.c: New.
9386 * gdb.reverse/aarch64.exp: New.
9387
9388 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9389
9390 * lib/gdb.exp (supports_process_record): Return true for
9391 aarch64*-linux*.
9392 (supports_reverse): Likewise.
9393
9394 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9395
9396 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9397 Use with_test_prefix.
9398
9399 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9400
9401 * gdb.base/completion.exp: Add test for completion of layout
9402 names.
9403
9404 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9405
9406 * lib/gdb.exp (skip_tui_tests): New proc.
9407 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9408
9409 2015-05-19 Pedro Alves <palves@redhat.com>
9410
9411 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9412 Save the whole env array instead of just HOME. Unset HISTSIZE in
9413 the environment while testing. Restore whole environment
9414 afterwards.
9415
9416 2015-05-16 Doug Evans <xdje42@gmail.com>
9417
9418 * gdb.guile/scm-ports.c: New file.
9419 * gdb.guile/scm-ports.exp: Add memory port tests.
9420
9421 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9422
9423 * gdb.compile/compile-print.c: New file.
9424 * gdb.compile/compile-print.exp: New file.
9425
9426 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9427
9428 * gdb.compile/compile-ops.exp: Cast param to void.
9429 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9430 (compile code struct_object.selffield = &struct_object): Add xfail.
9431
9432 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9433
9434 * gdb.ada/arr_enum_with_gap: New testcase.
9435
9436 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9437
9438 * gdb.ada/byte_packed_arr: New testcase.
9439
9440 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9441
9442 * gdb.ada/pckd_neg: New testcase.
9443
9444 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9445
9446 PR gdb/17820
9447 * gdb.base/gdbinit-history.exp: New test.
9448 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9449 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9450
9451 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9452
9453 * gdb.python/py-xmethods.cc: Enhance test case.
9454 * gdb.python/py-xmethods.exp: New tests.
9455 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9456 function.
9457 (B_indexoper): Likewise.
9458 (global_dm_list) : Add new xmethod worker functions.
9459
9460 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9461
9462 * gdb.base/coredump-filter.exp: Correctly unset
9463 "coredump_var_addr" array.
9464
9465 2015-05-08 Pedro Alves <palves@redhat.com>
9466
9467 * gdb.server/non-existing-program.exp: Unset spawn_id.
9468
9469 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9470
9471 PR python/18291
9472 * gdb.python/py-xmethods.exp: Add tests.
9473
9474 2015-05-08 Yao Qi <yao.qi@linaro.org>
9475
9476 PR gdb/18208
9477 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9478 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9479 function set_coredump_filter, and remove remote_exec call.
9480 Remove argument ipid. Callers update.
9481 (top level): Don't get inferior's PID.
9482
9483 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9484
9485 * gdb.base/watch_thread_num.exp: Skip test on targets without
9486 access watchpoints.
9487
9488 2015-05-06 Pedro Alves <palves@redhat.com>
9489
9490 PR server/18081
9491 * gdb.server/non-existing-program.exp: New file.
9492
9493 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9494
9495 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9496
9497 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9498
9499 * gdb.ada/out_of_line_in_inlined: New testcase.
9500
9501 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9502
9503 * gdb.ada/var_rec_arr: New testcase.
9504
9505 2015-04-30 Yao Qi <yao.qi@linaro.org>
9506
9507 * gdb.base/break-idempotent.exp: If
9508 skip_hw_watchpoint_multi_tests returns true, skip the tests
9509 on "rwatch" and "awatch".
9510
9511 2015-04-30 Yao Qi <yao.qi@linaro.org>
9512
9513 * gdb.base/relativedebug.exp: Invoke gdb command
9514 "info sharedlibrary", and if libc.so doesn't have debug info,
9515 skip the test.
9516
9517 2015-04-29 Doug Evans <dje@google.com>
9518
9519 * gdb.python/py-xmethods.exp: Add ptype tests.
9520 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9521 get_result_type method.
9522
9523 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9524
9525 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9526 the target does not support hardware watchpoints.
9527
9528 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9529
9530 * gdb.base/break-always.exp: Abort testing if writing to memory
9531 causes an error.
9532
9533 2015-04-28 Doug Evans <dje@google.com>
9534
9535 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9536 * gdb.python/py-pp-registration.exp: ... here. New file.
9537 * gdb.python/py-pp-registration.c: New file.
9538 * gdb.python/py-pp-registration.py: New file.
9539
9540 2015-04-28 Doug Evans <dje@google.com>
9541
9542 * gdb.python/py-bad-printers.c: New file.
9543 * gdb.python/py-bad-printers.py: New file.
9544 * gdb.python/py-bad-printers.exp: New file.
9545
9546 2015-04-28 Sasha Smundak <asmundak@google.com>
9547
9548 * gdb.python/py-type.exp: New test.
9549
9550 2015-04-28 Andy Wingo <wingo@igalia.com>
9551
9552 * gdb.python/py-parameter.exp:
9553 * gdb.guile/scm-parameter.exp: Escape the path that we are
9554 matching against, as it might contain characters that are special
9555 to regular expressions.
9556
9557 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9558
9559 * gdb.ada/rec_comp: New testcase.
9560
9561 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9562
9563 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9564 before using it.
9565
9566 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9567
9568 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9569 new tests for verilog output.
9570
9571 2015-04-24 Yao Qi <yao.qi@linaro.org>
9572
9573 * boards/remote-gdbserver-on-localhost.exp: New file.
9574
9575 2015-04-23 Pedro Alves <palves@redhat.com>
9576
9577 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9578 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9579 "end of file", remove $inferior_spawn_id from the indirect list.
9580
9581 2015-04-23 Pedro Alves <palves@redhat.com>
9582
9583 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9584
9585 2015-04-23 Pedro Alves <palves@redhat.com>
9586
9587 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9588 on $any_spawn_id instead of only on $gdb_spawn_id.
9589
9590 2015-04-21 Pierre Muller <muller@sourceware.org>
9591
9592 PR pascal/17815
9593 * lib/pascal.exp (gpc_compile): Add new option "class".
9594 (fpc_compile): Likewise.
9595 * gdb.pascal/case-insensitive-symbols.pas: New file.
9596 * gdb.pascal/case-insensitive-symbols.exp: New file.
9597
9598 2015-04-20 Gary Benson <gbenson@redhat.com>
9599
9600 * gdb.base/attach.exp: Fix three extended remote failures.
9601
9602 2015-04-17 Gary Benson <gbenson@redhat.com>
9603
9604 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9605 the main executable over the remote protocol.
9606
9607 2015-04-16 Pedro Alves <palves@redhat.com>
9608
9609 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9610 a new gdbserver if gdbserver_reconnect_p is set.
9611
9612 2015-04-16 Pedro Alves <palves@redhat.com>
9613
9614 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9615 is set, don't exit gdbserver.
9616
9617 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9618
9619 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9620 appropriate .insn, such that an older assembler can be used.
9621 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9622 the z/Architecture instruction set on 31-bit targets as well.
9623
9624 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9625
9626 * gdb.go/handcall.exp: Remove all logic related to the first
9627 breakpoint and rely on go_runto_main instead.
9628 * gdb.go/strings.exp: Likewise.
9629 * gdb.go/unsafe.exp: Likewise.
9630 * gdb.go/hello.exp: Likewise. Also rename the remaining
9631 breakpoint marker to "breakpoint 1".
9632 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9633 * gdb.go/strings.go: Likewise.
9634 * gdb.go/unsafe.go: Likewise.
9635 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9636 "set breakpoint 2 here" and rename the remaining breakpoint marker
9637 to "breakpoint 1".
9638
9639 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9640
9641 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9642 if itertools.imap is not present.
9643 * gdb.python/py-objfile.exp: Add parentheses.
9644 * gdb.python/py-type.exp: Same.
9645 * gdb.python/py-unwind-maint.py: Same.
9646
9647 2015-04-15 Yao Qi <yao.qi@linaro.org>
9648
9649 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9650 of ":$ptr_size" and set its form explicitly.
9651
9652 2015-04-15 Pedro Alves <palves@redhat.com>
9653 Yao Qi <yao.qi@linaro.org>
9654
9655 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9656 timeout by factor of 4.
9657 (test_regular_watch): Likewise.
9658 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9659 * gdb.reverse/sigall-reverse.exp: Likewise.
9660 * gdb.reverse/until-precsave.exp: Likewise.
9661 * lib/gdb.exp (with_timeout_factor): New proc.
9662 (gdb_expect): Move some code to ...
9663 (get_largest_timeout): ... here. New procedure.
9664
9665 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9666
9667 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9668
9669 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9670
9671 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9672 to write to the .text section.
9673
9674 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9675
9676 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9677 Handle the case of targets that do not provide PID information.
9678
9679 2015-04-13 Yao Qi <yao.qi@linaro.org>
9680
9681 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9682 and use expect instead of gdb_expect.
9683
9684 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9685
9686 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9687 "coredump_var_addr" to avoid naming conflict with other testcases.
9688
9689 2015-04-10 Pedro Alves <palves@redhat.com>
9690
9691 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9692 gdb_test_sequence and gdb_assert.
9693
9694 2015-04-10 Pedro Alves <palves@redhat.com>
9695
9696 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9697 test messages that don't include the breakpoint address.
9698
9699 2015-04-10 Yao Qi <yao.qi@linaro.org>
9700
9701 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9702 false for some offset and width combinations which aren't
9703 supported by linux kernel.
9704
9705 2015-04-10 Pedro Alves <palves@redhat.com>
9706
9707 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9708 procedure, factored out from ...
9709 (top level): ... here. Add "set displaced-stepping" testing axis.
9710 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9711 parameter "displaced". Use it.
9712 (top level): Use foreach and add "set displaced-stepping" testing
9713 axis.
9714
9715 2015-04-10 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9718 Remove comment.
9719 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9720 both the address of the instruction that triggers the watchpoint
9721 and the address of the instruction immediately after, and use
9722 those addresses for the test. Fix comment.
9723
9724 2015-04-10 Pedro Alves <palves@redhat.com>
9725
9726 * gdb.base/sigstep.exp (breakpoint_to_handler)
9727 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9728 Test "backtrace" in handler.
9729 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9730 (top level): Add new "displaced" test axis to
9731 breakpoint_to_handler, breakpoint_to_handler_entry and
9732 breakpoint_over_handler.
9733
9734 2015-04-10 Pedro Alves <palves@redhat.com>
9735
9736 PR gdb/18216
9737 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9738
9739 2015-04-10 Yao Qi <yao.qi@linaro.org>
9740
9741 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9742 (test_add_rn_pc): New function.
9743 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9744 (top level): Invoke test_add_rn_pc.
9745
9746 2015-04-10 Pedro Alves <palves@redhat.com>
9747
9748 PR gdb/13858
9749 * gdb.base/step-over-no-symbols.exp: New file.
9750
9751 2015-04-09 Andy Wingo <wingo@igalia.com>
9752
9753 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9754 after the Python tests.
9755
9756 2015-04-08 Keith Seitz <keiths@redhat.com>
9757
9758 PR python/16699
9759 * gdb.python/py-completion.exp: New tests for completion.
9760 * gdb.python/py-completion.py (CompleteLimit1): New class.
9761 (CompleteLimit2): Likewise.
9762 (CompleteLimit3): Likewise.
9763 (CompleteLimit4): Likewise.
9764 (CompleteLimit5): Likewise.
9765 (CompleteLimit6): Likewise.
9766 (CompleteLimit7): Likewise.
9767
9768 2015-04-08 Pedro Alves <palves@redhat.com>
9769
9770 PR gdb/18214
9771 PR gdb/18216
9772 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9773 function.
9774 (main): Install it as SIGUSR1 handler.
9775 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9776 parameter. Always use "setup" as prefix. Toggle "set
9777 displaced-stepping" off/on depending on global. Don't switch to
9778 thread 1 here.
9779 (top level): Add displaced stepping "off/on" test axis. Update
9780 "setup" calls. Wrap each subtest with with_test_prefix. Test
9781 continuing with a queued signal in each thread.
9782
9783 2015-04-08 Pedro Alves <palves@redhat.com>
9784
9785 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9786 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9787 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9788 Return early if running to main fails.
9789 * gdb.trace/while-stepping.exp: Likewise.
9790
9791 2015-04-07 Pedro Alves <palves@redhat.com>
9792
9793 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9794 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9795 interact with inferior program.
9796
9797 2015-04-07 Pedro Alves <palves@redhat.com>
9798
9799 * lib/gdb.exp (inferior_spawn_id): New global.
9800 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9801 spawn id after processing the user code.
9802 (default_gdb_start): Set inferior_spawn_id.
9803 (send_inferior): New procedure.
9804 * lib/gdbserver-support.exp (gdbserver_start): Set
9805 inferior_spawn_id.
9806 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9807
9808 2015-04-07 Pedro Alves <palves@redhat.com>
9809
9810 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9811 * lib/gdbserver-support.exp (gdbserver_start): Make
9812 $server_spawn_id global.
9813 (gdbserver_start): Don't wait for gdbserver's spawn id with
9814 expect_background.
9815 (close_gdbserver): New procedure.
9816 (gdb_exit): Rename the default version and reimplement.
9817
9818 2015-04-07 Pedro Alves <palves@redhat.com>
9819
9820 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9821 append the substituted item, not the original item.
9822
9823 2015-04-07 Pedro Alves <palves@redhat.com>
9824
9825 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9826 gdb_expect.
9827
9828 2015-04-07 Pedro Alves <palves@redhat.com>
9829
9830 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9831 output appearing once only.
9832
9833 2015-04-07 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9836 that doesn't expect anything. Return early if running to main
9837 fails.
9838
9839 2015-04-07 Yao Qi <yao.qi@linaro.org>
9840
9841 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9842 (child_function): Call alarm.
9843 (main): Move call to alarm into the loop.
9844 * gdb.threads/non-stop-fair-events.exp: Build program with
9845 -DTIMEOUT=$timeout.
9846
9847 2015-04-06 Doug Evans <xdje42@gmail.com>
9848
9849 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9850 Fix dest parameter to board_info.
9851 (fpc_compile): Ditto.
9852 (gdb_compile_pascal): Rename dest arg to destfile.
9853
9854 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9855
9856 * gdb.ada/funcall_ref.exp: New file.
9857 * gdb.ada/funcall_ref/foo.adb: New file.
9858
9859 2015-04-02 Yao Qi <yao.qi@linaro.org>
9860
9861 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9862 is remote.
9863
9864 2015-04-02 Gary Benson <gbenson@redhat.com>
9865
9866 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9867
9868 2015-04-01 Sasha Smundak <asmundak@google.com>
9869
9870 * gdb.python/py-unwind-maint.c: New file.
9871 * gdb.python/py-unwind-maint.exp: New test.
9872 * gdb.python/py-unwind-maint.py: New file.
9873 * gdb.python/py-unwind.c: New file.
9874 * gdb.python/py-unwind.exp: New test.
9875 * gdb.python/py-unwind.py: New test.
9876
9877 2015-04-01 Pedro Alves <palves@redhat.com>
9878
9879 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9880 to fail instead of non-existent $test.
9881
9882 2015-04-01 Pedro Alves <palves@redhat.com>
9883
9884 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9885 GDBFLAGS if not empty.
9886
9887 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9888
9889 * gdb.ada/complete.exp: Remove "multi_line".
9890 * gdb.ada/info_exc.exp: Remove "multi_line".
9891 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9892 * gdb.ada/ptype_field.exp: Remove "multi_line".
9893 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9894 * gdb.ada/tagged.exp: Remove "multi_line".
9895 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9896 [multi_line ...]
9897 * gdb.btrace/delta.exp: Likewise.
9898 * gdb.btrace/exception.exp: Likewise.
9899 * gdb.btrace/function_call_history.exp: Likewise.
9900 * gdb.btrace/instruction_history.exp: Likewise.
9901 * gdb.btrace/nohist.exp: Likewise.
9902 * gdb.btrace/record_goto.exp: Likewise.
9903 * gdb.btrace/segv.exp: Likewise.
9904 * gdb.btrace/stepi.exp: Likewise.
9905 * gdb.btrace/tailcall.exp: Likewise.
9906 * gdb.btrace/unknown_functions.exp: Likewise.
9907 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9908 * lib/gdb.exp: Add the "multi_line" helper.
9909
9910 2015-04-01 Pedro Alves <palves@redhat.com>
9911
9912 * gdb.threads/tid-reuse.c: New file.
9913 * gdb.threads/tid-reuse.exp: New file.
9914
9915 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9916
9917 PR corefiles/16092
9918 * gdb.base/coredump-filter.c: New file.
9919 * gdb.base/coredump-filter.exp: Likewise.
9920
9921 2015-03-27 Petr Machata <pmachata@redhat.com>
9922
9923 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9924 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9925 (Dwarf::assemble): Initialize them.
9926 (Dwarf::lines): New function.
9927
9928 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9929
9930 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9931 SYMBOL_PREFIX for x86_64-*-cygwin.
9932
9933 2015-03-26 Andy Wingo <wingo@igalia.com>
9934
9935 PR symtab/18148
9936 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9937 const_value but not a location.
9938 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9939 location defined in non-main CUs are visible.
9940
9941 2015-03-26 Yao Qi <yao.qi@linaro.org>
9942
9943 PR testsuite/18139
9944 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9945 Add a line number entry for the same line.
9946 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9947 Add a line number entry for the same line.
9948
9949 2015-03-26 Yao Qi <yao.qi@linaro.org>
9950
9951 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9952 .int 0.
9953 (func): Likewise. Add .Lfunc_1 label.
9954 Use .Lfunc_1 label.
9955 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9956 .int 0.
9957 (func): Likewise.
9958 Use .Lfunc_1 label.
9959
9960 2015-03-26 Yao Qi <yao.qi@linaro.org>
9961
9962 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9963 Call gdb_compile instead to compile each .s files without debug
9964 information.
9965
9966 2015-03-26 Yao Qi <yao.qi@linaro.org>
9967
9968 * gdb.base/savedregs.exp (process_saved_regs): Make
9969 "Saved registers:" optional in the pattern.
9970
9971 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9972
9973 * gdb.btrace/next.exp: Merged into step.exp.
9974 * gdb.btrace/finish.exp: Merged into step.exp.
9975 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9976 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9977 "record goto" and checking the exact replay position.
9978 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9979 check for "Recording format" in "info record" output.
9980 * gdb.btrace/record_goto.exp: Choose test file based on target.
9981 * gdb.btrace/x86-record_goto.S: Renamed into ...
9982 * gdb.btrace/x86_64-record_goto.S: ... this.
9983 * gdb.btrace/i686-record_goto.S: New.
9984 * gdb.btrace/x86-tailcall.S: Renamed into ...
9985 * gdb.btrace/x86_64-tailcall.S: ... this.
9986 * gdb.btrace/i686-tailcall.S: New.
9987 * gdb.btrace/x86-tailcall.c: Renamed into ...
9988 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9989 separate statements. Update test.
9990 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9991 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9992 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9993 * gdb.btrace/tailcall.exp: Choose test file based on target.
9994 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9995
9996 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9997
9998 * gdb.btrace/exception.exp: Increase BTS buffer size.
9999
10000 2015-03-24 Pedro Alves <palves@redhat.com>
10001
10002 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10003
10004 2015-03-24 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.threads/schedlock.exp (test_step): No longer expect that
10007 "set scheduler-locking step" with "next" over a function call runs
10008 threads unlocked.
10009
10010 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10011
10012 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10013
10014 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10015
10016 PR breakpoints/16466
10017 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10018 * gdb.mi/mi-pending.c (thread_func): New function.
10019 (int main): Add threading support required.
10020 * gdb.mi/mi-pending.exp: Add tests for this issue.
10021 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10022 (pendfunc2): Remove stdio dependency.
10023 * gdb.mi/mi-pendshr2.c: New file.
10024
10025 2015-03-23 Keith Seitz <keiths@redhat.com>
10026
10027 * gdb.linespec/keywords.c: New file.
10028 * gdb.linespec/keywords.exp: New file.
10029
10030 2015-03-23 Keith Seitz <keiths@redhat.com>
10031
10032 PR gdb/18021
10033 * gdb.dwarf2/staticvirtual.exp: New test.
10034
10035 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10036
10037 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10038 * README: Remove HP-UX and gdb.hp.
10039 (configuration):
10040 * configure: Regenerate.
10041 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10042 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10043 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10044 gdb.hp/gdb.defects/Makefile.
10045 * gdb.hp/Makefile.in: File deleted.
10046 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10047 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10048 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10049 * gdb.hp/gdb.aCC/run.c: File deleted.
10050 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10051 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10052 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10053 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10054 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10055 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10056 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10057 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10058 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10059 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10060 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10061 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10062 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10063 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10064 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10065 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10066 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10067 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10068 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10069 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10070 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10071 * gdb.hp/gdb.compat/average.c: File deleted.
10072 * gdb.hp/gdb.compat/sum.c: File deleted.
10073 * gdb.hp/gdb.compat/xdb.c: File deleted.
10074 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10075 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10076 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10077 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10078 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10079 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10080 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10081 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10082 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10083 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10084 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10085 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10086 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10087 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10088 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10089 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10090 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10091 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10092 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10093 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10094 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10095 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10096 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10097 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10098 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10099 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10100 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10101 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10102 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10103 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10104 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10105 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10106 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10107 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10108 * gdb.hp/tools/odump: File deleted.
10109
10110 2015-03-19 Pedro Alves <palves@redhat.com>
10111
10112 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10113 (saw_thread_3): New globals.
10114 (top level): Increment them when an event for the corresponding
10115 thread is seen.
10116 (no thread starvation): New test.
10117
10118 2015-03-19 Pedro Alves <palves@redhat.com>
10119
10120 * gdb.threads/continue-pending-status.c: New file.
10121 * gdb.threads/continue-pending-status.exp: New file.
10122
10123 2015-03-18 Pedro Alves <palves@redhat.com>
10124
10125 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10126 Use gdb_is_target_remote instead of is_remote. Use
10127 gdb_test_multiple instead of gdb_expect. Exit early if
10128 gdb_test_multiple hits its internal matches. Tighten stepi tests
10129 expected output. Fail on exit with any signal, instead of just
10130 SIGILL.
10131
10132 2015-03-18 Yao Qi <yao.qi@linaro.org>
10133
10134 PR tdep/18107
10135 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10136 variable.
10137 * gdb.base/catch-syscall.exp: Don't skip it on
10138 aarch64*-*-linux* target. Remove elements in all_syscalls.
10139 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10140 target.
10141 (setup_all_syscalls): New proc.
10142
10143 2015-03-16 Yao Qi <yao.qi@linaro.org>
10144
10145 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10146 (top level): Skip tests if valid_addr_p returns false for
10147 $cmd1 or $cmd2.
10148
10149 2015-03-11 Andy Wingo <wingo@igalia.com>
10150
10151 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10152
10153 2015-03-11 Yao Qi <yao.qi@linaro.org>
10154
10155 * gdb.base/catch-syscall.exp: Fix typo in comments.
10156
10157 2015-03-11 Yao Qi <yao.qi@linaro.org>
10158
10159 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10160
10161 2015-03-09 Pedro Alves <palves@redhat.com>
10162
10163 * dg-extract-results.py: Delete.
10164
10165 2015-03-09 Pedro Alves <palves@redhat.com>
10166
10167 Merge dg-extract-results.sh from GCC upstream (r218843).
10168
10169 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10170 * dg-extract-results.sh: Use --text with grep to avoid issues with
10171 binary files. Fall back to cat -v, if that doesn't work.
10172
10173 2015-03-05 Pedro Alves <palves@redhat.com>
10174
10175 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10176
10177 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10178
10179 * lib/mi-support.exp (mi_expect_interrupt): Accept
10180 alternative event for when in all-stop mode.
10181
10182 2015-03-04 Pedro Alves <palves@redhat.com>
10183
10184 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10185
10186 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10187
10188 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10189
10190 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10191
10192 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10193 regexps for GDB's current line display, accept a hex address
10194 preceding the line number.
10195
10196 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10197
10198 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10199 the 'arch1' variable for "s390*-linux*" targets.
10200
10201 2015-03-04 Pedro Alves <palves@redhat.com>
10202
10203 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10204 (main): Pass missing retval argument to pthread_join call.
10205
10206 2015-03-02 Pedro Alves <palves@redhat.com>
10207
10208 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10209 (top level): Call do_test with non-stop as well.
10210
10211 2015-03-02 Pedro Alves <palves@redhat.com>
10212
10213 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10214 -1.
10215
10216 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10217
10218 * gdb.arch/s390-vregs.exp: New test.
10219 * gdb.arch/s390-vregs.S: New file.
10220
10221 2015-02-27 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10224 call to catch_command_errors.
10225 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10226 catch_command_errors.
10227
10228 2015-02-27 Pedro Alves <palves@redhat.com>
10229
10230 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10231 "true" for boolean result.
10232 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10233 prototype of main.
10234
10235 2015-02-27 Pedro Alves <palves@redhat.com>
10236
10237 * lib/unbuffer_output.c: New file.
10238 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10239 (main): Call gdb_unbuffer_output.
10240
10241 2015-02-27 Yao Qi <yao.qi@linaro.org>
10242
10243 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10244 target.
10245
10246 2015-02-26 Doug Evans <dje@google.com>
10247
10248 * gdb.cp/class2.cc (Dbase, D): New classes.
10249 (main): New local delta.
10250 * gdb.cp/class2.exp: Test printing delta.
10251 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10252 (dynbar): New global.
10253 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10254
10255 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10256
10257 * gdb.compile/compile-ifunc.c: New file.
10258 * gdb.compile/compile-ifunc.exp: New file.
10259
10260 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10261
10262 * gdb.base/structs.exp: Check for correct struct on finish.
10263
10264 2015-02-26 Yao Qi <yao.qi@linaro.org>
10265
10266 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10267 is zero.
10268
10269 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10270
10271 * gdb.arch/cordic.ko.bz2: New file.
10272 * gdb.arch/cordic.ko.debug.bz2: New file.
10273 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10274
10275 2015-02-25 Yao Qi <yao.qi@linaro.org>
10276
10277 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10278 aarch64*-*-* target.
10279
10280 2015-02-23 Pedro Alves <palves@redhat.com>
10281
10282 * lib/gdb.exp (delete_breakpoints): Rewrite using
10283 gdb_test_multiple.
10284
10285 2015-02-23 Pedro Alves <palves@redhat.com>
10286
10287 * gdb.base/info-os.c: Include stdlib.h.
10288
10289 2015-02-22 Doug Evans <xdje42@gmail.com>
10290
10291 PR symtab/17855
10292 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10293 is read after symbols have been re-read.
10294 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10295 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10296
10297 2015-02-21 Doug Evans <dje@google.com>
10298
10299 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10300
10301 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10302
10303 PR corefiles/17808
10304 * gdb.arch/i386-biarch-core.core.bz2: New file.
10305 * gdb.arch/i386-biarch-core.exp: New file.
10306
10307 2015-02-21 Pedro Alves <palves@redhat.com>
10308
10309 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10310 runto_main fails.
10311
10312 2015-02-20 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10315 info probes.
10316
10317 2015-02-20 Pedro Alves <palves@redhat.com>
10318
10319 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10320
10321 2015-02-20 Pedro Alves <palves@redhat.com>
10322
10323 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10324 clean_restart before gdb_target_supports_trace.
10325
10326 2015-02-20 Pedro Alves <palves@redhat.com>
10327
10328 PR threads/18006
10329 * gdb.threads/clone-thread_db.c: New file.
10330 * gdb.threads/clone-thread_db.exp: New file.
10331
10332 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10333
10334 PR breakpoints/16812
10335 * gdb.base/catch-gdb-caused-signals.c: New file.
10336 * gdb.base/catch-gdb-caused-signals.exp: New file.
10337
10338 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10339
10340 * configure: Regenerated.
10341 * configure.ac: Use GDB_AC_TRANSFORM.
10342 * aclocal.m4: sinclude ../transform.m4.
10343
10344 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10345
10346 * lib/dtrace.exp: New file.
10347 * gdb.base/dtrace-probe.exp: Likewise.
10348 * gdb.base/dtrace-probe.d: Likewise.
10349 * gdb.base/dtrace-probe.c: Likewise.
10350 * lib/pdtrace.in: Likewise.
10351 * configure.ac: Output variables with the transformed names of
10352 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10353 * configure: Regenerated.
10354
10355 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10356
10357 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10358 expected message when trying to access $_probe_* convenience
10359 variables while not on a probe.
10360
10361 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10362
10363 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10364
10365 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10366
10367 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10368 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10369
10370 2015-02-10 Doug Evans <xdje42@gmail.com>
10371
10372 * lib/gdb.exp (gdb_load): Always return a result.
10373
10374 2015-02-10 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.threads/signal-sigtrap.c: New file.
10377 * gdb.threads/signal-sigtrap.exp: New file.
10378
10379 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10380
10381 * gdb.trace/no-attach-trace.c: New file.
10382 * gdb.trace/no-attach-trace.exp: New file.
10383
10384 2015-02-09 Mark Wielaard <mjw@redhat.com>
10385
10386 * gdb.dwarf2/atomic.c: New file.
10387 * gdb.dwarf2/atomic-type.exp: Likewise.
10388
10389 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10390
10391 * gdb.btrace/buffer-size.exp: Update "info record" output.
10392 * gdb.btrace/delta.exp: Update "info record" output.
10393 * gdb.btrace/enable.exp: Update "info record" output.
10394 * gdb.btrace/finish.exp: Update "info record" output.
10395 * gdb.btrace/instruction_history.exp: Update "info record" output.
10396 * gdb.btrace/next.exp: Update "info record" output.
10397 * gdb.btrace/nexti.exp: Update "info record" output.
10398 * gdb.btrace/step.exp: Update "info record" output.
10399 * gdb.btrace/stepi.exp: Update "info record" output.
10400 * gdb.btrace/nohist.exp: Update "info record" output.
10401
10402 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10403
10404 * gdb.btrace/buffer-size: New.
10405
10406 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10407
10408 * gdb.btrace/delta.exp: Update "info record" output.
10409 * gdb.btrace/enable.exp: Update "info record" output.
10410 * gdb.btrace/finish.exp: Update "info record" output.
10411 * gdb.btrace/instruction_history.exp: Update "info record" output.
10412 * gdb.btrace/next.exp: Update "info record" output.
10413 * gdb.btrace/nexti.exp: Update "info record" output.
10414 * gdb.btrace/step.exp: Update "info record" output.
10415 * gdb.btrace/stepi.exp: Update "info record" output.
10416 * gdb.btrace/nohist.exp: Update "info record" output.
10417
10418 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10419
10420 PR gdb/15678
10421 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10422
10423 2015-02-06 Pedro Alves <palves@redhat.com>
10424
10425 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10426 macro.
10427 (seconds_left, again): New globals.
10428 (main): Wait seconds_left in a 1-second sleep loop instead of
10429 sleeping 180 seconds. If 'again' is set, reset the seconds
10430 counter.
10431 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10432 'again' in the inferior before detaching. Print the seconds left.
10433 (options): New global.
10434 (top level): Build program with -DTIMEOUT=$timeout.
10435
10436 2015-02-06 Pedro Alves <palves@redhat.com>
10437
10438 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10439 determine how many seconds to pass to 'alarm'.
10440 * gdb.base/gdb-sigterm.exp (top level): Build program with
10441 -DTIMEOUT=$timeout.
10442 (do_test): Return success/failure indication. Add more verbose
10443 logging. Don't fail if 200 single steps are seen. Instead, fail
10444 when the test times out.
10445 (passes): New global.
10446 (top level): Break the testing loop if testing fails on any
10447 iteration. Use gdb_assert.
10448
10449 2015-02-04 Don Breazeal <donb@codesourcery.com>
10450
10451 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10452 and initialize them.
10453 (ipc_cleanup): New function.
10454 (main): Don't declare shmid, semid, and msqid. Add a call to
10455 atexit so that we call ipc_cleanup on exit.
10456
10457 2015-02-04 Pedro Alves <palves@redhat.com>
10458
10459 * boards/native-extended-gdbserver.exp: Remove any target variant
10460 specifications from the board name before clearing the isremote
10461 flag from board_info.
10462
10463 2015-01-31 Doug Evans <xdje42@gmail.com>
10464
10465 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10466
10467 2015-01-31 Gary Benson <gbenson@redhat.com>
10468
10469 * gdb.base/completion.exp: Disable completion limiting for
10470 existing tests. Add new tests to check completion limiting.
10471 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10472
10473 2015-01-31 Doug Evans <xdje42@gmail.com>
10474
10475 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10476
10477 2015-01-31 Doug Evans <xdje42@gmail.com>
10478
10479 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10480 entries. Duplicate file section script entries.
10481 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10482 inlined entries. Add test for safe-path rejection.
10483 * gdb.python/py-section-script.c: Add duplicate inlined section script
10484 entries. Duplicate file section script entries.
10485 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10486 inlined entries. Add test for safe-path rejection.
10487
10488 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10489
10490 * gdb.ada/disc_arr_bound: New testcase.
10491
10492 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10493
10494 * gdb.ada/mi_var_array: New testcase.
10495
10496 2015-01-27 Doug Evans <dje@google.com>
10497
10498 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10499 Add test for objfile.filename, objfile.username after objfile
10500 has been unloaded.
10501
10502 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10503
10504 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10505 the second test to print the name attribute of value
10506 returned by the call to gdb.lookup_type, and adjust
10507 the expected output accordingly.
10508
10509 2015-01-25 Mark Wielaard <mjw@redhat.com>
10510
10511 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10512 * gdb.base/disp-step-fork.c: Include unistd.h.
10513 * gdb.base/siginfo-obj.c: Include stdio.h.
10514 * gdb.base/siginfo-thread.c: Likewise.
10515 * gdb.mi/non-stop.c: Include unistd.h.
10516 * gdb.mi/nsthrexec.c: Include stdio.h.
10517 * gdb.mi/pthreads.c: Include unistd.h.
10518 * gdb.modula2/unbounded1.c (main): Declare returns int.
10519 * gdb.reverse/consecutive-reverse.c: Likewise.
10520 * gdb.threads/create-fail.c: Include unistd.h.
10521 * gdb.threads/killed.c: Likewise.
10522 * gdb.threads/linux-dp.c: Likewise.
10523 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10524 * gdb.threads/non-ldr-exc-2.c: Likewise.
10525 * gdb.threads/non-ldr-exc-3.c: Likewise.
10526 * gdb.threads/non-ldr-exc-4.c: Likewise.
10527 * gdb.threads/pthreads.c: Include unistd.h.
10528 (main): Declare returns int.
10529 * gdb.threads/tls-main.c (foo): New declaration.
10530 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10531
10532 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10533
10534 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10535 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10536
10537 2015-01-15 Mark Wielaard <mjw@redhat.com>
10538
10539 * gdb.base/noreturn-return.c: New file.
10540 * gdb.base/noreturn-return.exp: New file.
10541 * gdb.base/noreturn-finish.c: New file.
10542 * gdb.base/noreturn-finish.exp: New file.
10543
10544 2015-01-23 Pedro Alves <palves@redhat.com>
10545
10546 * gdb.threads/continue-pending-after-query.c: New file.
10547 * gdb.threads/continue-pending-after-query.exp: New file.
10548
10549 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10550 Simon Marchi <simon.marchi@ericsson.com>
10551
10552 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10553 * gdb.base/valgrind-db-attach.exp: Same.
10554 * gdb.base/valgrind-infcall.exp: Same.
10555 * lib/mi-support.exp (default_mi_gdb_start): Same.
10556 * lib/prompt.exp (default_prompt_gdb_start): Same.
10557 * lib/gdb.exp (default_gdb_spawn): Same.
10558 (gdb_interact): New.
10559
10560
10561 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10562
10563 * gdb.compile/compile.exp (pointer to jit function): New test.
10564
10565 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10566
10567 * lib/gdb.exp (supports_process_record): Return true for
10568 powerpc*-*-linux*.
10569 (supports_reverse): Likewise.
10570
10571 2015-01-15 Don Breazeal <donb@codesourcery.com>
10572
10573 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10574 instead of checking whether the target board is remote and
10575 use spawn_wait_for_attach instead of exec/sleep.
10576 * gdb.base/attach-twice.exp: Likewise.
10577
10578 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10579
10580 * gdb.ada/var_arr_attrs: New testcase.
10581
10582 2015-01-14 Pedro Alves <palves@redhat.com>
10583 Joel Brobecker <brobecker@adacore.com>
10584
10585 PR gdb/17525
10586 * gdb.base/bp-cmds-execution-x-script.c: New file.
10587 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10588 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10589
10590 2015-01-14 Pedro Alves <palves@redhat.com>
10591
10592 PR cli/17828
10593 * gdb.base/batch-preserve-term-settings.c: New file.
10594 * gdb.base/batch-preserve-term-settings.exp: New file.
10595
10596 2015-01-13 Doug Evans <dje@google.com>
10597
10598 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10599 binary.
10600
10601 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10602
10603 * Makefile.in (clean mostlyclean): Do not delete *.py.
10604
10605 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10606
10607 * gdb.python/py-lookup-type.exp: New file.
10608
10609 2015-01-12 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10612 restore GDBFLAGS before returning.
10613
10614 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10615
10616 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10617 is_amd64_regs_target and is_x86_like_target.
10618
10619 2015-01-11 Doug Evans <xdje42@gmail.com>
10620
10621 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10622 is given without an explicit form.
10623 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10624 attributes.
10625 * gdb.dwarf/corrupt.exp: Ditto.
10626 * gdb.dwarf2/enum-type.exp: Ditto.
10627 * gdb.trace/entry-values.exp: Ditto.
10628 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10629
10630 2015-01-11 Doug Evans <xdje42@gmail.com>
10631
10632 PR gdb/15830
10633 * gdb.base/maint.exp: Remove references to "maint demangle".
10634 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10635 Add tests for explicitly specifying language to demangle.
10636 * gdb.dlang/demangle.exp: Ditto.
10637
10638 2015-01-09 Pedro Alves <palves@redhat.com>
10639
10640 * gdb.threads/non-stop-fair-events.c: New file.
10641 * gdb.threads/non-stop-fair-events.exp: New file.
10642
10643 2015-01-09 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10646 the global scope. Set a breakpoint after all threads are started
10647 rather than stepping over two source lines. Expect the prompt.
10648 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10649 global.
10650 (NUM): Now 15.
10651 (main): Use threads_started_barrier to wait for all threads to
10652 start. Main thread no longer calls thread_function. Exit after
10653 180 seconds.
10654 (loop): New function.
10655 (thread_function): Wait on threads_started_barrier barrier. Call
10656 'loop' at each iteration.
10657 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10658 threads have started, instead of hardcoding number of "next"
10659 steps. Use an access watchpoint instead of a write watchpoint.
10660
10661 2015-01-09 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10664 (thread_func): Wait on barrier.
10665 (main): Wait for all threads to start before stopping GDB.
10666 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10667 global.
10668 (thread1_func, thread2_func): Wait on barrier.
10669 (main): Wait for all threads to start before stopping GDB.
10670 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10671 New global.
10672 (thread1_func, thread2_func): Wait on barrier.
10673 (main): Wait for all threads to start before stopping GDB.
10674
10675 2015-01-09 Pedro Alves <palves@redhat.com>
10676
10677 * gdb.threads/attach-many-short-lived-threads.c: New file.
10678 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10679
10680 2014-01-09 Pedro Alves <palves@redhat.com>
10681
10682 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10683 instead of to thread 2.
10684 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10685 Add barrier around each pthread_create call instead of around all
10686 calls.
10687 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10688 Set a break on thread_function and have the child threads hit it
10689 one at at a time.
10690
10691 2015-01-09 Pedro Alves <palves@redhat.com>
10692
10693 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10694 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10695 false.
10696 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10697 checking whether the target board is remote.
10698 * gdb.multi/multi-attach.exp: Likewise.
10699 * gdb.python/py-sync-interp.exp: Likewise.
10700 * gdb.server/ext-attach.exp: Likewise.
10701 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10702 tests that need to attach, instead of checking whether the target
10703 board is remote at the top of the file.
10704
10705 2015-01-08 Yao Qi <yao@codesourcery.com>
10706
10707 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10708
10709 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10710
10711 Fix testcase compilation.
10712 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10713
10714 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10715
10716 * gdb.python/py-type.exp: Add a couple test about empty
10717 array creation, and negative-length array creation.
10718
10719 2015-01-02 Doug Evans <xdje42@gmail.com>
10720
10721 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10722
10723 2015-01-02 Doug Evans <dje@google.com>
10724
10725 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10726
10727 2014-12-29 Yao Qi <yao@codesourcery.com>
10728
10729 * gdb.trace/entry-values.exp: Update comments. Rename variable
10730 bar_call_foo to returned_from_foo.
10731
10732 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10733
10734 PR gdb/17394
10735 * gdb.linespec/break-asm-file.c: New file.
10736 * gdb.linespec/break-asm-file.exp: New file.
10737 * gdb.linespec/break-asm-file0.s: New file.
10738 * gdb.linespec/break-asm-file1.s: New file.
10739
10740 2014-12-18 Nigel Stephens <nigel@mips.com>
10741 Maciej W. Rozycki <macro@codesourcery.com>
10742
10743 * gdb.base/float.exp: Handle the new output from "info float" on
10744 MIPS targets.
10745
10746 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10747
10748 Fix MinGW compilation.
10749 * gdb.compile/compile-ops.exp: Update untested message if
10750 !skip_compile_feature_tests.
10751 * gdb.compile/compile-setjmp.exp: Likewise.
10752 * gdb.compile/compile-tls.exp: Likewise.
10753 * gdb.compile/compile.exp: Likewise.
10754 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10755 supported on this host".
10756
10757 2014-12-16 Doug Evans <xdje42@gmail.com>
10758
10759 * boards/stabs.exp: New file.
10760
10761 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10762
10763 * gdb.base/completion.exp: Adjust to format changes of "maint
10764 print user-registers".
10765
10766 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10767
10768 PR server/17457
10769 * gdb.arch/aarch64-fp.c: New file.
10770 * gdb.arch/aarch64-fp.exp: New file.
10771
10772 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10773
10774 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10775 r210637, r210913, r211666, r215400, r215817).
10776
10777 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10778 * dg-extract-results.py: New file.
10779 * dg-extract-results.sh: Use it if the environment seems
10780 suitable.
10781
10782 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10783
10784 * dg-extract-results.py (parse_run): Handle warnings that
10785 are printed before a test harness is run.
10786
10787 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10788
10789 * dg-extract-results.py (Named): Remove __cmp__ method.
10790 (output_variation): Use a key to sort variation.harnesses.
10791
10792 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10793
10794 * dg-extract-results.py: For Python 3, force sys.stdout to
10795 handle surrogate escape sequences.
10796 (safe_open): New function.
10797 (output_segment, main): Use it.
10798
10799 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10800
10801 * dg-extract-results.py (Prog.result_re): Include options
10802 in test name.
10803
10804 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10805
10806 * dg-extract-results.py (output_variation): Always sort if
10807 do_sum.
10808
10809 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10810
10811 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10812 as long as we get pagination notifications.
10813
10814 2014-12-15 Jason Merrill <jason@redhat.com>
10815
10816 * Makefile.in (check-gdb.%): Restore.
10817 * README: Mention it.
10818
10819 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10820
10821 * gdb.ada/str_uninit: New testcase.
10822
10823 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10824
10825 PR symtab/17642
10826 * gdb.base/vla-stub-define.c: New file.
10827 * gdb.base/vla-stub.c: New file.
10828 * gdb.base/vla-stub.exp: New file.
10829
10830 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10831 Jan Kratochvil <jan.kratochvil@redhat.com>
10832 Tom Tromey <tromey@redhat.com>
10833
10834 * configure.ac: Add gdb.compile/.
10835 * configure: Regenerate.
10836 * gdb.compile/Makefile.in: New file.
10837 * gdb.compile/compile-ops.exp: New file.
10838 * gdb.compile/compile-ops.c: New file.
10839 * gdb.compile/compile-tls.c: New file.
10840 * gdb.compile/compile-tls.exp: New file.
10841 * gdb.compile/compile-constvar.S: New file.
10842 * gdb.compile/compile-constvar.c: New file.
10843 * gdb.compile/compile-mod.c: New file.
10844 * gdb.compile/compile-nodebug.c: New file.
10845 * gdb.compile/compile-setjmp-mod.c: New file.
10846 * gdb.compile/compile-setjmp.c: New file.
10847 * gdb.compile/compile-setjmp.exp: New file.
10848 * gdb.compile/compile-shlib.c: New file.
10849 * gdb.compile/compile.c: New file.
10850 * gdb.compile/compile.exp: New file.
10851 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10852
10853 2014-12-12 Tom Tromey <tromey@redhat.com>
10854
10855 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10856 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10857
10858 2014-12-12 Doug Evans <dje@google.com>
10859
10860 * lib/gdb-python.exp (get_python_valueof): New function.
10861 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10862
10863 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10864
10865 * gdb.base/completion.exp: Add test for completion of "info
10866 registers ".
10867
10868 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10869
10870 * gdb.base/func-ptrs.c: New file.
10871 * gdb.base/func-ptrs.exp: New file.
10872
10873 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10874
10875 PR breakpoints/17012
10876 * gdb.base/dprintf-detach.c: New file.
10877 * gdb.base/dprintf-detach.exp: New file.
10878
10879 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10880
10881 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10882 * lib/gdb.exp (target_is_gdbserver): New procedure.
10883
10884 2014-12-08 Doug Evans <dje@google.com>
10885
10886 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10887
10888 2014-12-05 Yao Qi <yao@codesourcery.com>
10889
10890 * gdb.guile/scm-error.exp: Remove the third argument to
10891 gdb_remote_download.
10892 * gdb.guile/scm-frame-args.exp: Likewise.
10893 * gdb.guile/scm-section-script.exp: Likewise.
10894
10895 2014-12-05 Yao Qi <yao@codesourcery.com>
10896
10897 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10898
10899 2014-12-04 Doug Evans <dje@google.com>
10900
10901 * gdb.python/py-objfile.exp: Add tests for
10902 objfile.add_separate_debug_file.
10903
10904 2014-12-04 Doug Evans <dje@google.com>
10905
10906 * lib/gdb.exp (get_build_id): New function.
10907 (build_id_debug_filename_get): Rewrite to use it.
10908 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10909
10910 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10911
10912 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10913 `method(long)', not just 0x0.
10914 * gdb.cp/nsalias.exp: Align code labels to 4.
10915 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10916 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10917 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10918 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10919 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10920 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10921
10922 2014-12-02 Doug Evans <dje@google.com>
10923
10924 PR symtab/17602
10925 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10926 * gdb.cp/anon-ns2.cc: ... here. New file.
10927 * gdb.cp/anon-ns.exp: Update.
10928
10929 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
10930
10931 * gdb.python/py-events.py (inferior_call_handler): New.
10932 (register_changed_handler, memory_changed_handler): New.
10933 (test_events.invoke): Register new handlers.
10934 * gdb.python/py-events.exp: Add tests for inferior call,
10935 memory_changed and register_changed events.
10936
10937 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10938
10939 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10940 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10941 if the linker doesn't understand this.
10942
10943 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10944
10945 * gdb.python/python.exp: Change expected reply to help().
10946
10947 2014-12-01 Yao Qi <yao@codesourcery.com>
10948
10949 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10950 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10951 * configure: Re-generated.
10952
10953 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10954
10955 * gdb.cp/chained-calls.cc: New file.
10956 * gdb.cp/chained-calls.exp: New file.
10957 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10958
10959 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10960
10961 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10962 * gdb.dwarf2/symtab-producer.exp: Same.
10963 * gdb.gdb/python-interrupts.exp: Same.
10964 * gdb.gdb/python-selftest.exp: Same.
10965 * gdb.python/py-linetable.exp: Same.
10966 * gdb.python/py-type.exp: Same.
10967 * gdb.python/py-value-cc.exp: Same.
10968 * gdb.python/py-value.exp: Same.
10969
10970 2014-11-28 Yao Qi <yao@codesourcery.com>
10971
10972 * gdb.base/break-probes.exp: Match library name prefixed with
10973 sysroot.
10974
10975 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10976
10977 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10978 test expected output. Add parentheses for the call to print.
10979 Remove L suffix from integers.
10980
10981 2014-11-26 Doug Evans <dje@google.com>
10982
10983 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10984
10985 2014-11-22 Yao Qi <yao@codesourcery.com>
10986
10987 * gdb.trace/entry-values.c: Remove asms.
10988 (foo): Add foo_label.
10989 (bar): Add bar_label.
10990 * gdb.trace/entry-values.exp: Remove code computing foo's
10991 length and bar's length.
10992 (Dwarf::assemble): Invoke function_range for bar and use
10993 MACRO_AT_func for foo.
10994
10995 2014-11-22 Yao Qi <yao@codesourcery.com>
10996
10997 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10998 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10999 Use .Lgcc43_procstart instead of gcc43.
11000
11001 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11002
11003 * gdb.ada/n_arr_bound: New testcase.
11004
11005 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11006
11007 PR breakpoints/10737
11008 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11009 test_catch_syscall_multi_arch.
11010 (test_catch_syscall_multi_arch): New function.
11011
11012 2014-11-20 Doug Evans <xdje42@gmail.com>
11013
11014 * gdb.base/maint.exp: Update expected output.
11015
11016 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11017
11018 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11019 4-byte instruction on S390.
11020
11021 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11022
11023 * gdb.ada/arr_arr: New testcase.
11024
11025 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11026
11027 * gdb.ada/pkd_arr_elem: New Testcase.
11028
11029 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11030
11031 * gdb.reverse/break-precsave: Expect completion message for
11032 core file reads.
11033 * gdb.reverse/consecutive-precsave.exp: Likewise.
11034 * gdb.reverse/finish-precsave.exp: Likewise.
11035 * gdb.reverse/i386-precsave.exp: Likewise.
11036 * gdb.reverse/machinestate-precsave.exp: Likewise.
11037 * gdb.reverse/sigall-precsave.exp: Likewise.
11038 * gdb.reverse/solib-precsave.exp: Likewise.
11039 * gdb.reverse/step-precsave.exp: Likewise.
11040 * gdb.reverse/until-precsave.exp: Likewise.
11041 * gdb.reverse/watch-precsave.exp: Likewise.
11042
11043 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11044
11045 * gdb.base/bp-permanent.c: Include unistd.h.
11046 * gdb.python/py-framefilter-mi.c (main): Add return type.
11047 * gdb.python/py-framefilter.c (main): Likewise.
11048 * gdb.trace/actions-changed.c (main): Likewise.
11049
11050 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11051
11052 * gdb.mi/until.c: Add eye-catchers.
11053 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11054 line numbers.
11055
11056 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11057
11058 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11059 function header variants in break1.c.
11060 * gdb.base/ena-dis-br.exp: Likewise.
11061 * gdb.base/hbreak2.exp: Likewise.
11062 * gdb.reverse/until-precsave.exp: Drop references to removed
11063 non-prototype function header variants in ur1.c.
11064 * gdb.reverse/until-reverse.exp: Likewise.
11065
11066 2014-11-17 Petr Machata <pmachata@redhat.com>
11067
11068 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11069 ${_cu_offset_size} bytes abbrev offset.
11070
11071 2014-11-15 Doug Evans <xdje42@gmail.com>
11072
11073 PR symtab/17559
11074 * gdb.base/line-symtabs.exp: New file.
11075 * gdb.base/line-symtabs.c: New file.
11076 * gdb.base/line-symtabs.h: New file.
11077
11078 2014-11-14 Yao Qi <yao@codesourcery.com>
11079
11080 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11081 (func): Add label func_label.
11082 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11083 Replace low_pc and high_pc with MACRO_AT_range.
11084 Replace name, low_pc and high_pc with MACRO_AT_func.
11085
11086 2014-11-14 Yao Qi <yao@codesourcery.com>
11087
11088 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11089 Replace name, low_pc and high_pc with MACRO_AT_func.
11090
11091 2014-11-14 Yao Qi <yao@codesourcery.com>
11092
11093 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11094 produce debug information.
11095 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11096
11097 2014-11-14 Yao Qi <yao@codesourcery.com>
11098
11099 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11100 object and get function length.
11101 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11102 with MACRO_AT_func.
11103 (top-level): Replace gdb_compile and clean_restart with
11104 prepare_for_testing.
11105 * gdb.dwarf2/main.c (main): Add label main_label.
11106
11107 2014-11-14 Yao Qi <yao@codesourcery.com>
11108
11109 * lib/dwarf.exp (function_range): New procedure.
11110 (Dwarf::_handle_macro_at_func): New procedure.
11111 (Dwarf::_handle_macro_at_range): New procedure.
11112 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11113
11114 2014-11-14 Yao Qi <yao@codesourcery.com>
11115
11116 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11117 (_handle_attribute): New procedure.
11118
11119 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11120
11121 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11122 * gdb.base/call-sc.c (zed): Likewise.
11123 * gdb.base/checkpoint.c (main): Likewise.
11124 * gdb.base/dump.c (main): Likewise.
11125 * gdb.base/gcore.c (main): Likewise.
11126 * gdb.base/huge.c (main): Likewise.
11127 * gdb.base/multi-forks.c (main): Likewise.
11128 * gdb.base/pr10179-a.c (main): Likewise.
11129 * gdb.base/savedregs.c (main): Likewise.
11130 * gdb.base/sigaltstack.c (main): Likewise.
11131 * gdb.base/siginfo.c (main): Likewise.
11132 * gdb.base/structs.c (zed): Likewise.
11133 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11134 * gdb.mi/mi-syn-frame.c (main): Likewise.
11135 * gdb.mi/until.c (foo, main): Likewise.
11136 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11137 * gdb.base/solib-weak.c (foo): Declare.
11138 * gdb.base/attach-twice.c: Include stdio.h.
11139 * gdb.base/weaklib1.c: Likewise.
11140 * gdb.base/weaklib2.c: Likewise.
11141 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11142 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11143 unistd.h.
11144 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11145 * gdb.mi/mi-exit-code.c: Likewise.
11146 * gdb.base/break-interp-lib.c: Include string.h.
11147 * gdb.base/coremaker.c: Likewise.
11148 * gdb.base/testenv.c: Likewise.
11149 * gdb.python/py-finish-breakpoint.c: Likewise.
11150 * gdb.base/inferior-died.c: Include sys/wait.h.
11151 * gdb.base/fileio.c: Include time.h.
11152 * gdb.base/async-shell.c: Include unistd.h.
11153 * gdb.base/dprintf-non-stop.c: Likewise.
11154 * gdb.base/info-os.c: Likewise.
11155 * gdb.mi/mi-console.c: Likewise.
11156 * gdb.mi/watch-nonstop.c: Likewise.
11157 * gdb.python/py-events.c: Likewise.
11158 * gdb.base/async.c (baz): Move up before its invocation.
11159 * gdb.base/code_elim2.c (my_global_func): Likewise.
11160 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11161 * gdb.base/advance.c (func2): Likewise.
11162
11163 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11164
11165 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11166 variant.
11167 * gdb.base/annota3.c: Likewise.
11168 * gdb.base/async.c: Likewise.
11169 * gdb.base/average.c: Likewise.
11170 * gdb.base/call-ar-st.c: Likewise.
11171 * gdb.base/call-rt-st.c: Likewise.
11172 * gdb.base/call-sc.c: Likewise.
11173 * gdb.base/call-strs.c: Likewise.
11174 * gdb.base/ending-run.c: Likewise.
11175 * gdb.base/execd-prog.c: Likewise.
11176 * gdb.base/exprs.c: Likewise.
11177 * gdb.base/foll-exec.c: Likewise.
11178 * gdb.base/foll-fork.c: Likewise.
11179 * gdb.base/foll-vfork.c: Likewise.
11180 * gdb.base/funcargs.c: Likewise.
11181 * gdb.base/gcore.c: Likewise.
11182 * gdb.base/jump.c: Likewise.
11183 * gdb.base/langs0.c: Likewise.
11184 * gdb.base/langs1.c: Likewise.
11185 * gdb.base/langs2.c: Likewise.
11186 * gdb.base/mips_pro.c: Likewise.
11187 * gdb.base/nodebug.c: Likewise.
11188 * gdb.base/opaque0.c: Likewise.
11189 * gdb.base/opaque1.c: Likewise.
11190 * gdb.base/recurse.c: Likewise.
11191 * gdb.base/run.c: Likewise.
11192 * gdb.base/scope0.c: Likewise.
11193 * gdb.base/scope1.c: Likewise.
11194 * gdb.base/setshow.c: Likewise.
11195 * gdb.base/setvar.c: Likewise.
11196 * gdb.base/shmain.c: Likewise.
11197 * gdb.base/shr1.c: Likewise.
11198 * gdb.base/shr2.c: Likewise.
11199 * gdb.base/sigall.c: Likewise.
11200 * gdb.base/signals.c: Likewise.
11201 * gdb.base/so-indr-cl.c: Likewise.
11202 * gdb.base/solib2.c: Likewise.
11203 * gdb.base/structs.c: Likewise.
11204 * gdb.base/sum.c: Likewise.
11205 * gdb.base/vforked-prog.c: Likewise.
11206 * gdb.base/watchpoint.c: Likewise.
11207 * gdb.reverse/shr2.c: Likewise.
11208 * gdb.reverse/until-reverse.c: Likewise.
11209 * gdb.reverse/ur1.c: Likewise.
11210 * gdb.reverse/watch-reverse.c: Likewise.
11211
11212 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11213
11214 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11215 variant.
11216 * gdb.base/sepdebug.exp: Drop references to removed code.
11217
11218 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11219
11220 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11221 variant. Preserve original line numbering.
11222 * gdb.base/list1.c: Likewise.
11223
11224 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11225
11226 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11227 variant.
11228 * gdb.base/break1.c: Likewise.
11229 * gdb.base/break.exp: Drop references to removed code.
11230
11231 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11232
11233 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11234 variant.
11235
11236 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11237
11238 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11239
11240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11241
11242 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11243 logic into perform_all_tests() and invoke it with and without
11244 function header prototypes.
11245 (do_function_calls): Remove conditional XFAIL for PR 5318.
11246 (rerun_and_prepare): Remove duplicate code.
11247 (perform_all_tests): New. Main logic moved here.
11248
11249 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11250
11251 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11252 code guarded by #ifdef NO_PROTOTYPES.
11253 (t_double_many_args): Likewise.
11254 (DEF_FUNC_MANY_ARGS_1): Likewise.
11255 (DEF_FUNC_VALUES_1): Likewise.
11256 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11257 guarded by #ifdef PROTOTYPES.
11258
11259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11260
11261 * gdb.mi/mi-console.c: Add eye-catcher.
11262 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11263 instead of literal line number.
11264
11265 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11266
11267 * gdb.base/shr2.c: Add eye-catcher.
11268 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11269 line number.
11270
11271 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11272
11273 * gdb.base/jump.c: Add eye-catchers.
11274 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11275 numbers.
11276
11277 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11278
11279 * gdb.base/execd-prog.c: Add eye-catchers.
11280 * gdb.base/foll-exec.c: Likewise.
11281 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11282 line numbers.
11283
11284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11285
11286 * gdb.base/ending-run.c: Add eye-catchers.
11287 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11288 literal line numbers.
11289
11290 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11291
11292 * gdb.base/call-rt-st.c: Add eye-catchers.
11293 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11294 literal line numbers.
11295
11296 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11297
11298 * gdb.base/call-ar-st.c: Add eye-catchers.
11299 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11300 literal line numbers.
11301
11302 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11303
11304 * gdb.base/average.c: Add eye-catchers.
11305 * gdb.base/sum.c: Likewise.
11306 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11307 regexps dynamically.
11308
11309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11310
11311 * gdb.base/solib1.c: Add eye-catchers.
11312 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11313 literal line numbers.
11314
11315 2014-11-12 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11318 leader has exited.
11319
11320 2014-11-12 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.arch/i386-bp_permanent.c: New file.
11323 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11324 (srcfile): Set to i386-bp_permanent.c.
11325 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11326 that stepi does not execute the 'leave' instruction, instead of
11327 testing it does execute.
11328 * gdb.base/bp-permanent.c: New file.
11329 * gdb.base/bp-permanent.exp: New file.
11330
11331 2014-11-10 Doug Evans <xdje42@gmail.com>
11332
11333 PR symtab/17564
11334 * gdb.base/symtab-search-order.exp: New file.
11335 * gdb.base/symtab-search-order.c: New file.
11336 * gdb.base/symtab-search-order-1.c: New file.
11337 * gdb.base/symtab-search-order-shlib-1.c: New file.
11338
11339 2014-11-07 Pedro Alves <palves@redhat.com>
11340
11341 PR gdb/17511
11342 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11343 i?86-*-linux*.
11344
11345 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11346
11347 PR c++/17494
11348 * gdb.cp/pr17494.cc: New file.
11349 * gdb.cp/pr17494.exp: New file.
11350
11351 2014-11-02 Yao Qi <yao@codesourcery.com>
11352
11353 * gdb.python/python.exp: Get working directory and match the
11354 output of "set extended-prompt \\w " with it.
11355
11356 2014-10-30 Doug Evans <dje@google.com>
11357
11358 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11359 in objfiles.
11360 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11361 in progspaces.
11362
11363 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11364
11365 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11366 * gdb.base/realname-expand.exp: Likewise.
11367 * gdb.linespec/macro-relative.exp: Likewise.
11368
11369 2014-10-29 Pedro Alves <palves@redhat.com>
11370
11371 PR gdb/17408
11372 * gdb.threads/schedlock.c (some_function): New function.
11373 (call_function): New global.
11374 (MAYBE_CALL_SOME_FUNCTION): New macro.
11375 (thread_function): Call it.
11376 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11377 and use it instead of a global counter. Adjust all callers.
11378 (get_current_thread): Use "find current thread" for test message
11379 here rather than having all callers pass down the same string.
11380 (goto_loop): New procedure, factored out from ...
11381 (my_continue): ... this.
11382 (step_ten_loops): Change parameter from test message to command to
11383 use. Adjust.
11384 (list_count): Delete global.
11385 (check_result): New procedure, factored out from duplicate top
11386 level code.
11387 (continue tests): Wrap in with_test_prefix.
11388 (test_step): New procedure, factored out from duplicate top level
11389 code.
11390 (top level): Test "step" in combination with all scheduler-locking
11391 modes. Test "next" in combination with all scheduler-locking
11392 modes, and in combination with stepping over a function call or
11393 not.
11394 * gdb.threads/next-bp-other-thread.c: New file.
11395 * gdb.threads/next-bp-other-thread.exp: New file.
11396
11397 2014-10-29 Pedro Alves <palves@redhat.com>
11398
11399 PR python/17372
11400 * gdb.python/python.exp: Test a multi-line command that spawns
11401 interactive Python.
11402 * gdb.base/multi-line-starts-subshell.exp: New file.
11403
11404 2014-10-29 Yao Qi <yao@codesourcery.com>
11405
11406 * gdb.base/fileio.exp: Make directories on host.
11407
11408 2014-10-29 Yao Qi <yao@codesourcery.com>
11409
11410 * gdb.base/fileio.c (test_write): Close the file.
11411
11412 2014-10-28 Pedro Alves <palves@redhat.com>
11413
11414 PR gdb/12623
11415 * gdb.base/sigstep.c (no_handler): New global.
11416 (main): If 'no_handler is true, set the signal handlers to
11417 SIG_IGN.
11418 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11419 with_sw_watch and no_handler parameters. Handle them.
11420 (top level) <stepping over handler when stopped at a breakpoint
11421 test>: Add a test axis for testing with a software watchpoint, and
11422 another for testing with the signal handler set to SIG_IGN.
11423 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11424 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11425
11426 2014-10-28 Pedro Alves <palves@redhat.com>
11427
11428 PR gdb/17511
11429 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11430 * gdb.base/sigstep.exp (other_handler_location): New global.
11431 (advance): Support stepping into the signal handler, and running
11432 commands while in the handler.
11433 (in_handler_map): New global.
11434 (top level): In the advance test, add combinations for getting
11435 into the handler with stepping commands, and for running commands
11436 in the handler. Add comment descripting the advancei tests.
11437
11438 2014-10-28 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.base/sigstep.exp: Use build_executable instead of
11441 prepare_for_testing.
11442 (top level): Move code that starts GDB, runs to main and creates a
11443 display to ...
11444 (restart): ... this new procedure.
11445 (top level): Move backtrace from signal handler test to ...
11446 (validate_backtrace): ... this new procedure.
11447 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11448 with_test_prefix. Always restart GDB.
11449 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11450 with_test_prefix. Always restart GDB. No need to delete
11451 breakpoints after the test.
11452 (test_skip_handler): Remove prefix parameter.
11453 (skip_over_handler, breakpoint_to_handler)
11454 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11455 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11456 restart GDB. No need to delete breakpoints after the test.
11457 (top level): Use foreach to call the test procedures with
11458 different commands.
11459
11460 2014-10-28 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11463 instead of GNATS numbers.
11464 * gdb.base/sigbpt.exp: Likewise.
11465 * gdb.base/siginfo.exp: Likewise.
11466 * gdb.base/sigstep.exp: Likewise.
11467
11468 2014-10-27 Pedro Alves <palves@redhat.com>
11469
11470 * gdb.base/sigstep.c (dummy): New global.
11471 (main): Issue a couple writes to the new global.
11472 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11473 procedures.
11474 (skip_over_handler): Use test_skip_handler.
11475 (top level): Call skip_over_handler for stepi and nexti too.
11476 (breakpoint_over_handler): Use test_skip_handler.
11477 (top level): Call breakpoint_over_handler for stepi and nexti too.
11478
11479 2014-10-27 Yao Qi <yao@codesourcery.com>
11480
11481 * gdb.trace/tfile.c (adjust_function_address)
11482 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11483 function descriptor.
11484
11485 2014-10-24 Don Breazeal <donb@codesourcery.com>
11486
11487 * gdb.base/foll-fork.exp (test_follow_fork,
11488 catch_fork_child_follow): Check for updated fork messages emitted
11489 from infrun.c.
11490 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11491 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11492 vfork_and_exec_child_follow_through_step): Check for updated vfork
11493 messages emitted from infrun.c.
11494
11495 2014-10-24 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.base/corefile.exp: Remove references to ultrix.
11498 * gdb.base/interrupt.exp: Likewise.
11499 * gdb.base/whatis.exp: Likewise.
11500 * gdb.gdb/selftest.exp: Likewise.
11501 * gdb.threads/manythreads.exp: Likewise.
11502 * gdb.threads/print-threads.exp: Likewise.
11503 * gdb.threads/pthreads.exp:: Likewise.
11504 * gdb.threads/schedlock.exp: Likewise.
11505
11506 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11507
11508 * gdb.cp/non-trivial-retval.cc: Add a test case.
11509 * gdb.cp/non-trivial-retval.exp: Add a test.
11510
11511 2014-10-20 Yao Qi <yao@codesourcery.com>
11512
11513 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11514 * gdb.python/py-objfile-script-gdb.py: New file.
11515 * gdb.python/py-objfile-script.exp: Update reference to
11516 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11517 of remote_download. Remove the dest file.
11518
11519 2014-10-20 Yao Qi <yao@codesourcery.com>
11520
11521 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11522 * gdb.base/step-line.exp: Likewise.
11523 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11524 * gdb.dwarf2/dw2-basic.exp: Likewise.
11525 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11526 * gdb.dwarf2/dw2-filename.exp: Likewise.
11527 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11528 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11529 * gdb.dwarf2/dw2-producer.exp: Likewise.
11530 * gdb.dwarf2/mac-fileno.exp: Likewise.
11531 * gdb.python/py-frame-args.exp: Likewise.
11532 * gdb.python/py-framefilter.exp: Likewise.
11533 * gdb.python/py-mi.exp: Likewise.
11534 * gdb.python/py-objfile-script.exp: Likewise
11535 * gdb.python/py-pp-integral.exp: Likewise.
11536 * gdb.python/py-pp-re-notag.exp: Likewise.
11537 * gdb.python/py-prettyprint.exp: Likewise.
11538 * gdb.python/py-section-script.exp: Likewise.
11539 * gdb.python/py-typeprint.exp: Likewise.
11540 * gdb.python/py-xmethods.exp: Likewise.
11541 * gdb.stabs/weird.exp: Likewise.
11542 * gdb.xml/tdesc-regs.exp: Likewise.
11543
11544 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11545
11546 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11547 (out_cu): Use addr_len for the size of addresses.
11548 (out_line): Likewise. Size DW_LNE_set_address instruction
11549 according to addr_len.
11550 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11551 (FUNC): Add START_INSNS to definition.
11552
11553 2014-10-18 Yao Qi <yao@codesourcery.com>
11554
11555 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11556 gdb_has_argv0 return true.
11557 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11558 check [target_info exists noargs], check [gdb_has_argv0]
11559 instead.
11560 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11561 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11562 procedures.
11563
11564 2014-10-17 Doug Evans <dje@google.com>
11565
11566 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11567 event.
11568 * gdb.python/py-events.py: Add clear_objfiles event.
11569
11570 2014-10-17 Doug Evans <dje@google.com>
11571
11572 * gdb.python/py-objfile.exp: Test progspace attribute.
11573
11574 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11575
11576 * gdb.guile/scm-breakpoint.exp: Do not assume any
11577 directory separators when matching source file paths.
11578 * gdb.python/py-breakpoint.exp: Likewise.
11579 * gdb.reverse/break-precsave.exp: Likewise.
11580 * gdb.reverse/break-reverse.exp: Likewise.
11581 * gdb.reverse/consecutive-precsave.exp: Likewise.
11582 * gdb.reverse/finish-precsave.exp: Likewise.
11583 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11584 * gdb.reverse/finish-reverse.exp: Likewise.
11585 * gdb.reverse/i386-precsave.exp: Likewise.
11586 * gdb.reverse/i387-env-reverse.exp: Likewise.
11587 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11588 * gdb.reverse/machinestate-precsave.exp: Likewise.
11589 * gdb.reverse/machinestate.exp: Likewise.
11590 * gdb.reverse/sigall-precsave.exp: Likewise.
11591 * gdb.reverse/solib-precsave.exp: Likewise.
11592 * gdb.reverse/step-precsave.exp: Likewise.
11593 * gdb.reverse/until-precsave.exp: Likewise.
11594 * gdb.reverse/watch-precsave.exp: Likewise.
11595 * gdb.reverse/watch-reverse.exp: Likewise.
11596
11597 2014-10-17 Yao Qi <yao@codesourcery.com>
11598
11599 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11600 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11601
11602 2014-10-17 Pedro Alves <palves@redhat.com>
11603
11604 PR gdb/17471
11605 * gdb.base/bg-execution-repeat.c: New file.
11606 * gdb.base/bg-execution-repeat.exp: New file.
11607
11608 2014-10-17 Pedro Alves <palves@redhat.com>
11609
11610 PR gdb/17300
11611 * gdb.base/continue-all-already-running.c: New file.
11612 * gdb.base/continue-all-already-running.exp: New file.
11613
11614 2014-10-17 Pedro Alves <palves@redhat.com>
11615
11616 PR gdb/17472
11617 * gdb.base/annota-input-while-running.c: New file.
11618 * gdb.base/annota-input-while-running.exp: New file.
11619
11620 2014-10-17 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.base/callfuncs.exp: emove references to osf.
11623 * gdb.base/sigall.exp: Likewise.
11624 * gdb.gdb/selftest.exp: Likewise.
11625 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11626 * gdb.mi/non-stop.c: Likewise.
11627 * gdb.mi/pthreads.c: Likewise.
11628 * gdb.reverse/sigall-precsave.exp: Likewise.
11629 * gdb.reverse/sigall-reverse.exp: Likewise.
11630 * gdb.threads/pthreads.c: Likewise.
11631 * gdb.threads/pthreads.exp: Likewise.
11632
11633 2014-10-17 Yao Qi <yao@codesourcery.com>
11634
11635 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11636 check 'target_info exists noargs'.
11637 (test_command_prompt_position): Likewise.
11638 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11639 Remove "set args".
11640 (progvar_simple_while_test): Likewise.
11641 (progvar_complex_if_while_test): Likewise.
11642 (if_while_breakpoint_command_test): Likewise.
11643 (infrun_breakpoint_command_test): Likewise.
11644 (breakpoint_command_test): Likewise.
11645 (watchpoint_command_test): Likewise.
11646 (bp_deleted_in_command_test): Likewise.
11647 (temporary_breakpoint_commands): Likewise.
11648
11649 2014-10-16 Yao Qi <yao@codesourcery.com>
11650
11651 * gdb.base/remotetimeout.exp: Remove noargs checking.
11652
11653 2014-10-15 Pedro Alves <palves@redhat.com>
11654
11655 PR breakpoints/9649
11656 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11657 * gdb.base/breakpoint-in-ro-region.exp
11658 (probe_target_hardware_step): New procedure.
11659 (top level): Probe hardware stepping and hardware breakpoint
11660 support. Test stepping through a read-only region, with both
11661 "breakpoint auto-hw" on and off and both "always-inserted" on and
11662 off.
11663
11664 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11665
11666 * gdb.dlang/demangle.exp: Update for demangling changes.
11667
11668 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11669
11670 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11671 * gdb.cp/non-trivial-retval.exp: Add new tests.
11672
11673 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11674
11675 PR c++/13403
11676 PR c++/15154
11677 * gdb.cp/non-trivial-retval.cc: New file.
11678 * gdb.cp/non-trivial-retval.exp: New file.
11679
11680 2014-10-15 Yao Qi <yao@codesourcery.com>
11681
11682 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11683 remote host.
11684
11685 2014-10-15 Yao Qi <yao@codesourcery.com>
11686
11687 * gdb.python/py-symbol.exp: Match file base name if host is
11688 remote, otherwise match file name with dir name.
11689 * gdb.python/py-symtab.exp: Likewise.
11690 * gdb.python/python.exp: Likewise.
11691
11692 2014-10-15 Yao Qi <yao@codesourcery.com>
11693
11694 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11695 pattern.
11696 * gdb.python/py-symtab.exp: Likewise.
11697 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11698 locationn.
11699
11700 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11701
11702 * gdb.ada/addr_arith: New testcase.
11703
11704 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11705
11706 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11707 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11708 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11709 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11710
11711 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11712
11713 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11714 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11715 * gdb.arch/stap-eval-lang-ada.exp: New file.
11716
11717 2014-10-14 Yao Qi <yao@codesourcery.com>
11718
11719 * gdb.mi/mi-var-child.c (nothing1): New function.
11720 (nothing2): New function.
11721 (do_children_tests): Set function pointers by nothing1 and
11722 nothing2.
11723 * gdb.mi/mi-var-child.exp: Step over new added statements.
11724 Update test to match the new output.
11725 * gdb.mi/var-cmd.c (nothing1): New function.
11726 (nothing2): New function.
11727 (do_children_tests): Set function pointers by nothing1 and
11728 nothing2.
11729 * gdb.mi/mi-var-display.exp: Update test to match output.
11730 Step to the line specified by $line_dct_nothing.
11731 Increase the number of lines to step.
11732
11733 2014-10-14 Yao Qi <yao@codesourcery.com>
11734
11735 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11736 tests.
11737 * gdb.mi/mi2-var-child.exp: Likewise.
11738
11739 2014-10-13 Doug Evans <dje@google.com>
11740
11741 * gdb.python/py-objfile.exp: Change name of file name test.
11742
11743 2014-10-13 Doug Evans <dje@google.com>
11744
11745 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11746 from the start of the CU.
11747
11748 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11749 Yao Qi <yao@codesourcery.com>
11750
11751 Fix "save breakpoints" for "catch" command.
11752 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11753 Remove -nonewline. Match also the added "main" line.
11754
11755 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11756
11757 Fix "save breakpoints" for "disable $bpnum" command.
11758 * gdb.base/save-bp.c (main): Add label.
11759 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11760
11761 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11762
11763 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11764
11765 2014-10-11 Yao Qi <yao@codesourcery.com>
11766
11767 * gdb.server/server-kill.exp: Execute command
11768 "set remote trace-status-packet on" before "tstatus".
11769
11770 2014-10-11 Yao Qi <yao@codesourcery.com>
11771
11772 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11773 (main): Call getppid.
11774 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11775 and continue to it. Read variable "server_pid".
11776
11777 2014-10-11 Yao Qi <yao@codesourcery.com>
11778
11779 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11780
11781 2014-10-11 Yao Qi <yao@codesourcery.com>
11782
11783 * gdb.threads/thread-find.exp: Don't execute command
11784 "info threads".
11785 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11786 * gdb.threads/linux-dp.exp: Don't check the condition
11787 $threads_created equals to zero.
11788
11789 2014-10-10 Pedro Alves <palves@redhat.com>
11790
11791 * gdb.base/bigcore.exp: Remove references to IRIX.
11792 * gdb.base/funcargs.exp: Likewise.
11793 * gdb.base/interrupt.exp: Likewise.
11794 * gdb.base/mips_pro.exp: Likewise.
11795 * gdb.base/nodebug.exp: Likewise.
11796 * gdb.base/setvar.exp: Likewise.
11797 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11798
11799 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11800 Pedro Alves <palves@redhat.com>
11801
11802 PR symtab/14466
11803 * gdb.base/vdso-warning.c: New file.
11804 * gdb.base/vdso-warning.exp: New file.
11805
11806 2014-10-02 Doug Evans <dje@google.com>
11807
11808 * gdb.base/structs.c (main): Don't run forever.
11809
11810 2014-10-02 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11813 (top level) <stop threads 1, stop threads 2>: Use it.
11814
11815 2014-10-02 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.threads/break-while-running.exp (test): Add new
11818 'update_thread_list' argument. Skip "info threads" if false.
11819 (top level): Add new 'update_thread_list' axis.
11820
11821 2014-10-02 Pedro Alves <palves@redhat.com>
11822
11823 PR breakpoints/17431
11824 * gdb.base/execl-update-breakpoints.c: New file.
11825 * gdb.base/execl-update-breakpoints.exp: New file.
11826
11827 2014-10-01 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.base/breakpoint-in-ro-region.c: New file.
11830 * gdb.base/breakpoint-in-ro-region.exp: New file.
11831
11832 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11833
11834 * gdb.mi/mi-exit-code.exp: New file.
11835 * gdb.mi/mi-exit-code.c: New file.
11836
11837 2014-09-30 Yao Qi <yao@codesourcery.com>
11838
11839 * lib/prelink-support.exp (build_executable_own_libs): Error if
11840 the target isn't native.
11841
11842 2014-09-30 Yao Qi <yao@codesourcery.com>
11843
11844 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11845 false.
11846
11847 2014-09-22 Pedro Alves <palves@redhat.com>
11848
11849 * gdb.threads/break-while-running.exp: New file.
11850 * gdb.threads/break-while-running.c: New file.
11851
11852 2014-09-19 Yao Qi <yao@codesourcery.com>
11853
11854 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11855 Invoke test. Restart GDB with --readnow and invoke test again.
11856
11857 2014-09-19 Yao Qi <yao@codesourcery.com>
11858
11859 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11860 proc set_breakpoint_on_gcd_function. Invoke
11861 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11862 invoke set_breakpoint_on_gcd_function again.
11863
11864 2014-09-18 Doug Evans <dje@google.com>
11865
11866 * gdb.dwarf2/symtab-producer.exp: New file.
11867
11868 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11869
11870 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11871 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11872 * gdb.base/global-var-nested-by-dso.c: Likewise.
11873 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11874
11875 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11876 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.base/watch-bitfields.exp: Pass string other than test file
11879 name to prepare_for_testing.
11880 (watch): New procedure.
11881 (expect_watchpoint): Use with_test_prefix.
11882 (top level): Factor out tests to ...
11883 (test_watch_location, test_regular_watch): ... these new
11884 procedures, and use with_test_prefix and gdb_continue_to_end.
11885
11886 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11887
11888 PR breakpoints/12526
11889 * gdb.base/watch-bitfields.exp: New file.
11890 * gdb.base/watch-bitfields.c: New file.
11891
11892 2014-09-16 Pedro Alves <palves@redhat.com>
11893
11894 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11895 software and hardware addresses, not software address against
11896 itself.
11897
11898 2014-09-16 Pedro Alves <palves@redhat.com>
11899
11900 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11901 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11902
11903 2014-09-16 Pedro Alves <palves@redhat.com>
11904
11905 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11906 files.
11907 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11908 "*-*-vxworks*" throughout.
11909 * gdb.base/break.exp: Likewise.
11910 * gdb.base/default.exp: Likewise.
11911 * gdb.base/scope.exp: Likewise.
11912 * gdb.base/sepdebug.exp: Likewise.
11913 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11914 throughout.
11915 * gdb.base/run.c: Likewise.
11916 * gdb.base/sepdebug.c: Likewise.
11917 * gdb.hp/gdb.aCC/run.c: Likewise.
11918 * gdb.reverse/until-reverse.c: Likewise.
11919 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11920
11921 2014-09-16 Yao Qi <yao@codesourcery.com>
11922
11923 * boards/local-remote-host-native.exp: New file.
11924
11925 2014-09-14 Doug Evans <xdje42@gmail.com>
11926
11927 * gdb.threads/queue-signal.c (thread_count): New variable.
11928 (thread_count_mutex, thread_count_condvar): New variables.
11929 (incr_thread_count, wait_all_threads_running): New functions.
11930 (main): Wait for all threads to be in their thread functions.
11931
11932 2014-09-13 Doug Evans <xdje42@gmail.com>
11933
11934 * gdb.threads/queue-signal.c: New file.
11935 * gdb.threads/queue-signal.exp: New file.
11936
11937 2014-09-13 Doug Evans <xdje42@gmail.com>
11938
11939 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11940 be consistent with what default_gdb_init uses.
11941 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11942 the plain text of the prompt. Add some logging printfs.
11943 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11944
11945 2014-09-12 Pedro Alves <palves@redhat.com>
11946
11947 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11948 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11949 * gdb.arch/i386-size-overlap.exp: Likewise.
11950 * gdb.arch/i386-size.exp: Likewise.
11951 * gdb.arch/i386-unwind.exp: Likewise.
11952 * gdb.base/a2-run.exp: Likewise.
11953 * gdb.base/break.exp: Likewise.
11954 * gdb.base/charset.exp: Likewise.
11955 * gdb.base/chng-syms.exp: Likewise.
11956 * gdb.base/commands.exp: Likewise.
11957 * gdb.base/dbx.exp: Likewise.
11958 * gdb.base/find.exp: Likewise.
11959 * gdb.base/funcargs.exp: Likewise.
11960 * gdb.base/jit-simple.exp: Likewise.
11961 * gdb.base/reread.exp: Likewise.
11962 * gdb.base/sepdebug.exp: Likewise.
11963 * gdb.base/step-bt.exp: Likewise.
11964 * gdb.cp/mb-inline.exp: Likewise.
11965 * gdb.cp/mb-templates.exp: Likewise.
11966 * gdb.objc/basicclass.exp: Likewise.
11967 * gdb.threads/killed.exp: Likewise.
11968
11969 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11970
11971 PR tdep/17379
11972 * gdb.arch/powerpc-stackless.S: New file.
11973 * gdb.arch/powerpc-stackless.exp: New file.
11974
11975 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11976
11977 * gdb.base/attach.c: Include unistd.h.
11978 (main): Call alarm. Add label postloop.
11979 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11980 gdb_breakpoint, gdb_continue_to_breakpoint.
11981 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11982
11983 2014-09-11 Pedro Alves <palves@redhat.com>
11984
11985 PR gdb/17347
11986 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11987 * gdb.base/attach.exp (test_command_line_attach_run): New
11988 procedure.
11989 (top level): Call it.
11990
11991 2014-09-11 Pedro Alves <palves@redhat.com>
11992
11993 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11994 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11995 (do_command_attach_tests): Use spawn_wait_for_attach.
11996 * gdb.base/solib-overlap.exp: Likewise.
11997 * gdb.multi/multi-attach.exp: Likewise.
11998 * gdb.python/py-prompt.exp: Likewise.
11999 * gdb.python/py-sync-interp.exp: Likewise.
12000 * gdb.server/ext-attach.exp: Likewise.
12001
12002 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12003
12004 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12005 command in testcase. Simplify testcase.
12006
12007 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12008
12009 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12010
12011 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12012
12013 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12014
12015 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12016
12017 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12018
12019 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12020
12021 * gdb.dwarf2/dynarr-ptr.c: New file.
12022 * gdb.dwarf2/dynarr-ptr.exp: New file.
12023
12024 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12025
12026 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12027 of 30 rather than hardcoding 120 for a slow test case. Take the
12028 `gdb,timeout' target setting into account for this calculation.
12029 Don't extend the timeout for the test cases that don't need it.
12030
12031 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12032
12033 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12034 a factor of 2 for a slow test case. Take the `gdb,timeout'
12035 target setting into account for this calculation.
12036 * gdb.reverse/until-precsave.exp: Increase the timeout by
12037 a factor of 15 and 3 respectively rather than adding 120
12038 for a pair of slow test cases. Take the `gdb,timeout'
12039 target setting into account for this calculation.
12040
12041 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12042
12043 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12044 timeout, don't pass one down to gdb_expect.
12045 (gdb_expect): Rework timeout selection.
12046
12047 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12048
12049 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12050 exception on timeout.
12051 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12052 (gdbserver_start_extended): Catch any `gdbserver_start' error
12053 exceptions.
12054 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12055 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12056 `gdbserver_gdb_load' error exceptions.
12057
12058 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12059
12060 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12061 120 on waiting for the TCP socket to open.
12062
12063 2014-09-09 Doug Evans <xdje42@gmail.com>
12064
12065 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12066 _caller_matches, _any_caller_is, _any_caller_matches.
12067
12068 2014-09-09 Doug Evans <xdje42@gmail.com>
12069
12070 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12071
12072 2014-09-09 Yao Qi <yao@codesourcery.com>
12073
12074 * gdb.mi/mi-var-display.exp: Set print symbol off.
12075
12076 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12077
12078 PR gdb/17035
12079 * gdb.base/commands.exp: Add tests to verify user-defined
12080 commands with empty bodies.
12081 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12082 python commands in `show user command`.
12083 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12084 scheme commands in `show user command`.
12085
12086 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12087
12088 PR python/17355
12089 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12090 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12091 * gdb.python/py-framefilter-invalidarg.exp: New file.
12092 * gdb.python/py-framefilter-invalidarg.py: New file.
12093
12094 2014-09-06 Doug Evans <xdje42@gmail.com>
12095
12096 PR 15276
12097 * gdb.python/py-caller-is.c: New file.
12098 * gdb.python/py-caller-is.exp: New file.
12099
12100 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12101
12102 PR gdb/17235
12103 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12104 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12105
12106 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12107
12108 PR fortran/17237
12109 * gdb.fortran/print-formatted.exp: New file.
12110 * gdb.fortran/print-formatted.f90: Likewise.
12111
12112 2014-09-03 Sasha Smundak <asmundak@google.com>
12113
12114 * gdb.python/py-frame.exp: Test Frame.read_register.
12115
12116 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12117
12118 PR python/16699
12119 * gdb.python/py-completion.exp: New file.
12120 * gdb.python/py-completion.py: Likewise.
12121
12122 2014-08-28 Doug Evans <dje@google.com>
12123
12124 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12125 eax,etc. are live with values set by gdb and thus the compiler can't
12126 use them.
12127 * gdb.arch/i386-pseudo.c (main): Ditto.
12128
12129 2014-08-27 Doug Evans <dje@google.com>
12130
12131 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12132
12133 2014-08-25 Doug Evans <dje@google.com>
12134
12135 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12136 (main): Ditto.
12137
12138 2014-08-25 Doug Evans <dje@google.com>
12139
12140 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12141
12142 2014-08-24 Yao Qi <yao@codesourcery.com>
12143
12144 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12145 symbol off.
12146 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12147
12148 2014-08-22 Doug Evans <dje@google.com>
12149
12150 PR 17276
12151 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12152 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12153 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12154
12155 2014-08-22 Yao Qi <yao@codesourcery.com>
12156
12157 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12158 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12159 * gdb.python/python.exp: Likewise. Use .py file on the host
12160 instead of the build.
12161
12162 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12163
12164 * gdb.threads/gcore-stale-thread.c: New file.
12165 * gdb.threads/gcore-stale-thread.exp: New file.
12166
12167 2014-08-21 Pedro Alves <palves@redhat.com>
12168
12169 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12170 * gdb.base/gcore-relro-pie.exp: Likewise.
12171 * gdb.base/gcore-relro.exp: Likewise.
12172 * gdb.base/gcore.exp: Likewise.
12173 * gdb.base/print-symbol-loading.exp: Likewise.
12174 * gdb.threads/gcore-thread.exp: Likewise.
12175 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12176
12177 2014-08-20 Pedro Alves <palves@redhat.com>
12178 Jan Kratochvil <jan.kratochvil@redhat.com>
12179
12180 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12181 configure.
12182 (EXPECT): Handle READ1 being set.
12183 (all): Depend on EXTRA_RULES.
12184 (check-read1, expect-read1, read1.so, read1): New rules.
12185 * README (Testsuite Parameters): Document the READ1 make variable.
12186 (Race detection): New section.
12187 * configure: Regenerate.
12188 * configure.ac: If build==host==target, and running under a
12189 GNU/glibc system, add read1 to the extra Makefile rules.
12190 (EXTRA_RULES): AC_SUBST it.
12191 * lib/read1.c: New file.
12192
12193 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12194
12195 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12196 the handling of variables declared as a typedef to an array
12197 which a DW_AT_data_location attribute.
12198
12199 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12200 Pedro Alves <palves@redhat.com>
12201
12202 PR symtab/14604
12203 PR symtab/14605
12204 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12205 gdb_test.
12206
12207 2014-08-19 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12210
12211 2014-08-19 Yao Qi <yao@codesourcery.com>
12212
12213 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12214 right line.
12215
12216 2014-08-18 David Blaikie <dblaikie@gmail.com>
12217
12218 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12219
12220 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12221
12222 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12223 attribute in array range.
12224
12225 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12226
12227 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12228
12229 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12230
12231 PR c++/17132
12232 * gdb.cp/pr17132.cc: New file.
12233 * gdb.cp/pr17132.exp: New file.
12234
12235 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12236
12237 * gdb.python/py-xmethods.py (A_getarrayind)
12238 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12239 Use 'print' with function call syntax.
12240 (E_method_matcher.match): Fix tab vs space indentation mixup.
12241
12242 2014-08-15 Yao Qi <yao@codesourcery.com>
12243
12244 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12245 false.
12246
12247 2014-08-15 Yao Qi <yao@codesourcery.com>
12248
12249 * gdb.cp/casts.exp: Set print symbol off.
12250 * gdb.cp/class2.exp: Likewise.
12251 * gdb.cp/overload.exp: Likewise.
12252 * gdb.cp/templates.exp: Likewise.
12253
12254 2014-08-11 Doug Evans <dje@google.com>
12255
12256 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12257 (test_load_shlib): Update.
12258
12259 2014-08-09 Yao Qi <yao@codesourcery.com>
12260
12261 * gdb.base/display.exp: Invoke is_address_zero_readable.
12262 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12263 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12264 * gdb.base/hbreak-unmapped.exp: Return if
12265 is_address_zero_readable returns true.
12266 * gdb.base/signest.exp: Likewise.
12267 * gdb.base/signull.exp: Likewise.
12268 * gdb.base/sigbpt.exp: Likewise.
12269 * gdb.guile/scm-disasm.exp: Do the test if
12270 is_address_zero_readable returns false.
12271 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12272 * gdb.python/py-arch.exp: Likewise.
12273 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12274 * lib/gdb.exp (is_address_zero_readable): New proc.
12275
12276 2014-08-09 Yao Qi <yao@codesourcery.com>
12277
12278 PR testsuite/13443
12279 * gdb.mi/mi-var-display.exp: Make test messages unique.
12280
12281 2014-08-04 Tom Tromey <tromey@redhat.com>
12282
12283 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12284 target 0".
12285
12286 2014-08-04 Tom Tromey <tromey@redhat.com>
12287
12288 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12289 "target_resume".
12290
12291 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12292
12293 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12294 inner_vla_struct_object_size.
12295 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12296 as xfail.
12297
12298 2014-07-30 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12301 comment.
12302
12303 2014-07-29 Yao Qi <yao@codesourcery.com>
12304
12305 PR gdb/17206
12306 * gdb.base/until-nodebug.exp: New.
12307
12308 2014-07-28 Doug Evans <xdje42@gmail.com>
12309
12310 PR guile/17203
12311 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12312 previously existing parameter, and previously ambiguously spelled
12313 parameter.
12314
12315 2014-07-28 Will Newton <will.newton@linaro.org>
12316
12317 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12318
12319 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12320 Doug Evans <xdje42@gmail.com>
12321
12322 PR guile/17146
12323 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12324
12325 2014-07-25 Pedro Alves <palves@redhat.com>
12326
12327 * gdb.threads/signal-command-handle-nopass.c: New file.
12328 * gdb.threads/signal-command-handle-nopass.exp: New file.
12329 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12330 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12331 * gdb.threads/signal-delivered-right-thread.c: New file.
12332 * gdb.threads/signal-delivered-right-thread.exp: New file.
12333
12334 2014-07-25 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.base/double-prompt-target-event-error.exp
12337 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12338 match.
12339 (cancel_pagination_in_target_event): Rework double prompt
12340 detection.
12341 * gdb.base/paginate-after-ctrl-c-running.exp
12342 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12343 <return>' match.
12344 * gdb.base/paginate-bg-execution.exp
12345 (test_bg_execution_pagination_return)
12346 (test_bg_execution_pagination_cancel): Remove '-notransfer
12347 <return>' matches.
12348 * gdb.base/paginate-execution-startup.exp
12349 (test_fg_execution_pagination_return)
12350 (test_fg_execution_pagination_cancel): Remove '-notransfer
12351 <return>' matches.
12352 * gdb.base/paginate-inferior-exit.exp
12353 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12354 match.
12355 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12356 * lib/gdb.exp (pagination_prompt): Run text through
12357 string_to_regexp.
12358 (gdb_test_multiple): Match $pagination_prompt instead of
12359 "<return>".
12360 (string_to_regexp): Move to lib/gdb-utils.exp.
12361
12362 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12363
12364 * gdb.arch/amd64-entry-value-paramref.S: New file.
12365 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12366 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12367 * gdb.arch/amd64-optimout-repeat.S: New file.
12368 * gdb.arch/amd64-optimout-repeat.c: New file.
12369 * gdb.arch/amd64-optimout-repeat.exp: New file.
12370
12371 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12372
12373 PR gdb/17170
12374 * gdb.base/statistics.exp: New file.
12375
12376 2014-07-17 Doug Evans <dje@google.com>
12377
12378 PR gdb/17170
12379 * gdb.base/maint.exp: Update testing of per-command stats.
12380
12381 2014-07-16 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12384 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12385 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12386 (tfile_write_buf): New functions.
12387 (add_memory_block): Rewrite using the above.
12388 (adjust_function_address): New function.
12389 (FUNCTION_ADDRESS): New macro.
12390 (write_basic_trace_file): Remove short_x local, and use
12391 tfile_write_16. Change type of func_addr local to unsigned long
12392 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12393 here. Cast argument of add_memory_block to char pointer.
12394 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12395 (main): Remove parameters.
12396 * gdb.trace/tfile.exp: Remove nowarnings.
12397
12398 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12399
12400 * gdb.base/debug-expr.exp: Test string evaluation with
12401 "debug expression" on.
12402
12403 2014-07-15 Pedro Alves <palves@redhat.com>
12404
12405 * gdb.base/reread.exp: Use clean_restart.
12406
12407 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12408
12409 * gdb.arch/avr-flash-qualifer.c: New.
12410 * gdb.arch/avr-flash-qualifer.exp: New.
12411
12412 2014-07-14 Pedro Alves <palves@redhat.com>
12413
12414 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12415 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12416
12417 2014-07-14 Pedro Alves <palves@redhat.com>
12418
12419 * gdb.base/double-prompt-target-event-error.c: New file.
12420 * gdb.base/double-prompt-target-event-error.exp: New file.
12421
12422 2014-07-14 Pedro Alves <palves@redhat.com>
12423
12424 PR gdb/17072
12425 * gdb.base/paginate-inferior-exit.c: New file.
12426 * gdb.base/paginate-inferior-exit.exp: New file.
12427
12428 2014-07-14 Pedro Alves <palves@redhat.com>
12429
12430 PR gdb/17072
12431 * gdb.base/paginate-bg-execution.c: New file.
12432 * gdb.base/paginate-bg-execution.exp: New file.
12433
12434 2014-07-14 Pedro Alves <palves@redhat.com>
12435
12436 PR gdb/17072
12437 * gdb.base/paginate-execution-startup.c: New file.
12438 * gdb.base/paginate-execution-startup.exp: New file.
12439 * lib/gdb.exp (pagination_prompt): New global.
12440 (default_gdb_spawn): New procedure, factored out from
12441 default_gdb_spawn.
12442 (default_gdb_start): Adjust to call default_gdb_spawn.
12443 (gdb_spawn): New procedure.
12444
12445 2014-07-14 Pedro Alves <palves@redhat.com>
12446
12447 * lib/gdb.exp (gdb_assert): New procedure.
12448 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12449
12450 2014-07-14 Pedro Alves <palves@redhat.com>
12451
12452 * gdb.base/execution-termios.c: New file.
12453 * gdb.base/execution-termios.exp: New file.
12454
12455 2014-07-14 Tom Tromey <tromey@redhat.com>
12456
12457 * gdb.cp/vla-cxx.cc: New file.
12458 * gdb.cp/vla-cxx.exp: New file.
12459
12460 2014-07-14 Tom Tromey <tromey@redhat.com>
12461
12462 * gdb.reverse/rerun-prec.c: New file.
12463 * gdb.reverse/rerun-prec.exp: New file.
12464
12465 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12466 Maciej W. Rozycki <macro@codesourcery.com>
12467
12468 * lib/gdb-utils.exp: New file.
12469 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12470 inline `gdb_init_command' processing.
12471 (gdb_start_cmd): Likewise.
12472 * lib/mi-support.exp (mi_run_cmd): Likewise.
12473 * README: Document `gdb_init_command' and `gdb_init_commands'.
12474
12475 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12476
12477 Fix false FAIL running under a very long directory name.
12478 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12479 and "set print elements 10000". Twice.
12480
12481 2014-07-11 Yao Qi <yao@codesourcery.com>
12482
12483 * gdb.base/exprs.exp: "set print symbol off".
12484
12485 2014-07-11 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.threads/kill.c: New file.
12488 * gdb.threads/kill.exp: New file.
12489
12490 2014-07-10 Yao Qi <yao@codesourcery.com>
12491
12492 * gdb.trace/tfile.c (write_basic_trace_file)
12493 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12494 address written to trace file.
12495
12496 2014-07-09 Pedro Alves <palves@redhat.com>
12497
12498 * gdb.base/attach-wait-input.exp: New file.
12499 * gdb.base/attach-wait-input.c: New file.
12500
12501 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12502
12503 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12504 setting up test structures.
12505 (main): Call new test function.
12506 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12507 test function, continue into test function and walk test
12508 structures.
12509
12510 2014-07-02 Yao Qi <yao@codesourcery.com>
12511
12512 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12513 'bar_start' at the beginning of functions 'foo' and 'bar'
12514 respectively.
12515 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12516 instead of 'foo' and 'bar'.
12517
12518 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12519
12520 * gdb.btrace/segv.exp: New.
12521 * gdb.btrace/segv.c: New.
12522
12523 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12524
12525 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12526 instruction.
12527
12528 2014-06-30 Mark Wielaard <mjw@redhat.com>
12529
12530 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12531 vulture, vilify, villar): New volatile array constants.
12532 (vindictive, vegetation): New const volatile array constants.
12533 * gdb.base/volatile.exp: Test volatile and const volatile array
12534 types.
12535
12536 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12537
12538 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12539 target lacks support for awatch, rwatch, or hbreak.
12540
12541 2014-06-27 Yao Qi <yao@codesourcery.com>
12542
12543 * gdb.multi/dummy-frame-restore.exp: New.
12544 * gdb.multi/dummy-frame-restore.c: New.
12545
12546 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12547
12548 * gdb.btrace/gcore.exp: New.
12549
12550 2014-06-23 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.base/watchpoint-reuse-slot.c: New file.
12553 * gdb.base/watchpoint-reuse-slot.exp: New file.
12554
12555 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12556
12557 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12558 progspace's filename in 'info', 'enable' and 'disable' command
12559 tests.
12560
12561 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12562
12563 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12564 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12565 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12566
12567 2014-06-20 Gary Benson <gbenson@redhat.com>
12568
12569 * gdb.arch/i386-avx.exp: Fix include file location.
12570 * gdb.arch/i386-sse.exp: Likewise.
12571
12572 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12573
12574 * gdb.dlang/expression.exp: New file.
12575
12576 2014-06-19 Pedro Alves <palves@redhat.com>
12577
12578 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12579 out from ...
12580 (top level): ... here. Iterate running tests under different
12581 scheduler-locking settings.
12582
12583 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12584
12585 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12586 to DW_FORM_addr and use non-zero addresses.
12587
12588 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12589
12590 PR gdb/17017
12591 * gdb.python/py-xmethods.cc: Add global function call counters and
12592 increment them in their respective functions. Remove "cout"
12593 statements.
12594 * gdb.python/py-xmethods.exp: Make tests check the global function
12595 call counters instead of depending on inferior IO.
12596
12597 2014-06-18 Don Breazeal <donb@codesourcery.com>
12598
12599 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12600 Deleted procedure.
12601 (explicit_fork_parent_follow): Deleted procedure.
12602 (explicit_fork_child_follow): Deleted procedure.
12603 (test_follow_fork): New procedure.
12604 (do_fork_tests): Replace calls to deleted procedures with
12605 calls to test_follow_fork and reset GDB for subsequent
12606 procedure calls.
12607
12608 2014-06-17 Yao Qi <yao@codesourcery.com>
12609
12610 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12611 CP1252.
12612
12613 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12614
12615 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12616 Initialize ptr and S explicitly.
12617 (skip_type_update_when_not_use_rtti_test): Likewise.
12618
12619 2014-06-16 Keith Seitz <keiths@redhat.com>
12620
12621 PR mi/15863
12622 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12623 the inferior is started.
12624
12625 2014-06-16 Pedro Alves <palves@redhat.com>
12626
12627 * gdb.base/break-main-file-remove-fail.c: New file.
12628 * gdb.base/break-main-file-remove-fail.exp: New file.
12629 * gdb.base/break-unload-file.exp: Use build_executable instead of
12630 prepare_for_testing.
12631 (test_break): New parameter "initial_load". Handle it.
12632 (top level): Add initial_load cmdline/file axis.
12633
12634 2014-06-12 Tom Tromey <tromey@redhat.com>
12635
12636 * gdb.base/completion.exp: Don't use directory name in test.
12637
12638 2014-06-09 Gary Benson <gbenson@redhat.com>
12639
12640 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12641 separate the always-available ANSI-standard signals from the
12642 signals that require checking.
12643 (main): Likewise.
12644 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12645 Likewise.
12646 (main): Likewise.
12647
12648 2014-06-07 Keith Seitz <keiths@redhat.com>
12649
12650 Revert:
12651 PR c++/16253
12652 * gdb.cp/var-tag.cc: New file.
12653 * gdb.cp/var-tag.exp: New file.
12654 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12655 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12656 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12657 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12658
12659 2014-06-06 Doug Evans <xdje42@gmail.com>
12660
12661 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12662
12663 2014-06-06 Pedro Alves <palves@redhat.com>
12664
12665 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12666 in target debug output instead of looking at RSP packets,
12667 disabling the test on any target that uses hardware stepping.
12668 Update comments.
12669
12670 2014-06-06 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.base/break-unload-file.exp: Fix typo.
12673
12674 2014-06-06 Yao Qi <yao@codesourcery.com>
12675
12676 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12677 from "jit_function" to "^jit_function".
12678
12679 2014-06-06 Yao Qi <yao@codesourcery.com>
12680
12681 * gdb.base/async.c (foo): Add one statement.
12682 * gdb.base/async.exp: Get the next instruction address and
12683 match the output of "nexti" by instruction address. Match
12684 the hex address in the output of "finish".
12685
12686 2014-06-06 Gary Benson <gbenson@redhat.com>
12687
12688 * gdb.base/call-signals.c: Remove preprocessor conditionals
12689 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12690 SIGSEGV and SIGTERM.
12691 * gdb.base/sigall.c: Likewise.
12692 * gdb.base/unwindonsignal.c: Likewise.
12693 * gdb.reverse/sigall-reverse.c: Likewise.
12694
12695 2014-06-06 Yao Qi <yao@codesourcery.com>
12696
12697 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12698 readable, skip the test.
12699
12700 2014-06-06 Yao Qi <yao@codesourcery.com>
12701
12702 * gdb.threads/staticthreads.c (thread_function): Move the line
12703 setting breakpoint on forward.
12704 * gdb.threads/staticthreads.exp: Update comments.
12705
12706 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12707
12708 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12709 "history-append! type error".
12710
12711 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12712
12713 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12714 erroneous dprintf expected input.
12715
12716 2014-06-04 Doug Evans <xdje42@gmail.com>
12717
12718 * gdb.guile/scm-generics.exp: Delete.
12719
12720 2014-06-04 Doug Evans <xdje42@gmail.com>
12721
12722 * gdb.guile/scm-breakpoint.exp: Update.
12723 Add tests for breakpoint registration.
12724
12725 2014-06-04 Tom Tromey <tromey@redhat.com>
12726
12727 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12728 VLA-in-union.
12729 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12730 inner_vla_struct, vla_union types. Initialize objects of those
12731 types and compute their sizes.
12732
12733 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12734 Hui Zhu <hui@codesourcery.com>
12735
12736 * gdb.base/fileio.exp: Add test for shell not available as well as
12737 available.
12738 * gdb.base/fileio.c (test_system): Check for shell twice.
12739
12740 2014-06-04 Yao Qi <yao@codesourcery.com>
12741
12742 * gdb.base/auto-connect-native-target.exp: Remove redundant
12743 space from the regexp pattern.
12744
12745 2014-06-04 Yao Qi <yao@codesourcery.com>
12746
12747 * gdb.base/default.exp: Replace "child" with "native" in
12748 regexp pattern.
12749
12750 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12751
12752 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12753 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12754 * gdb.python/py-xmethods.py: Python script supporting the
12755 new testcase and tests.
12756
12757 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12758 Pedro Alves <palves@redhat.com>
12759
12760 PR breakpoints/17000
12761 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12762 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12763
12764 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12765
12766 * gdb.base/subst.exp: Add tests to verify partial path matching
12767 output.
12768
12769 2014-06-03 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12772 target that doesn't use software single-stepping.
12773
12774 2014-06-03 Pedro Alves <palves@redhat.com>
12775
12776 PR breakpoints/17000
12777 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12778 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12779
12780 2014-06-02 Doug Evans <xdje42@gmail.com>
12781
12782 * gdb.guile/scm-parameter.exp: New file.
12783
12784 2014-06-02 Doug Evans <xdje42@gmail.com>
12785
12786 * gdb.guile/scm-cmd.c: New file.
12787 * gdb.guile/scm-cmd.exp: New file.
12788
12789 2014-06-02 Doug Evans <xdje42@gmail.com>
12790
12791 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12792 pretty-printer lookup.
12793 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12794 (make-pp_s-printer): Call it.
12795 (make-pretty-printer-from-dict): New function.
12796 (lookup-pretty-printer-maker-from-dict): New function.
12797 (*pretty-printer*): Simplify.
12798 (make-objfile-pp_s-printer): New function.
12799 (install-objfile-pretty-printers!): New function.
12800 (make-progspace-pp_s-printer): New function.
12801 (install-progspace-pretty-printers!): New function.
12802 * gdb.guile/scm-progspace.c: New file.
12803 * gdb.guile/scm-progspace.exp: New file.
12804
12805 2014-06-02 Pedro Alves <palves@redhat.com>
12806
12807 * gdb.base/dprintf-bp-same-addr.c: New file.
12808 * gdb.base/dprintf-bp-same-addr.exp: New file.
12809
12810 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12811
12812 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12813 * gdb.arch/powerpc-power.s: Likewise.
12814
12815 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12816
12817 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12818
12819 2014-06-01 Yao Qi <yao@codesourcery.com>
12820
12821 * gdb.base/watchpoint.exp (test_watch_location): Check null
12822 pointer can be dereferenced. If not, do the test, otherwise
12823 skip it.
12824
12825 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12826
12827 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12828 results.
12829 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12830
12831 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12832
12833 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12834 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12835 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12836 * gdb.arch/amd64-invalid-stack-top.c: New file.
12837 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12838
12839 2014-05-30 Pedro Alves <palves@redhat.com>
12840
12841 PR breakpoints/17000
12842 * gdb.base/sss-bp-on-user-bp.c: New file.
12843 * gdb.base/sss-bp-on-user-bp.exp: New file.
12844
12845 2014-05-30 David Blaikie <dblaikie@gmail.com>
12846
12847 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12848 gnu_inline semantics via attribute.
12849 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12850 source explicitly specifies the required semantics.
12851
12852 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12853
12854 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12855
12856 2014-05-29 Pedro Alves <palves@redhat.com>
12857 Tom Tromey <tromey@redhat.com>
12858
12859 * gdb.base/async-shell.exp: Don't enable target-async.
12860 * gdb.base/async.exp
12861 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12862 parameter. Adjust.
12863 (top level): Don't test with "target-async".
12864 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12865 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12866 * gdb.base/inferior-died.exp: Don't enable target-async.
12867 * gdb.base/interrupt-noterm.exp: Likewise.
12868 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12869 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12870 * gdb.mi/mi-nonstop.exp: Likewise.
12871 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12872 * gdb.mi/mi-nsintrall.exp: Likewise.
12873 * gdb.mi/mi-nsmoribund.exp: Likewise.
12874 * gdb.mi/mi-nsthrexec.exp: Likewise.
12875 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12876 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12877 * gdb.python/py-evsignal.exp: Don't enable target-async.
12878 * gdb.python/py-evthreads.exp: Likewise.
12879 * gdb.python/py-prompt.exp: Likewise.
12880 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12881 * gdb.server/solib-list.exp: Don't enable target-async.
12882 * gdb.threads/thread-specific-bp.exp: Likewise.
12883 * lib/mi-support.exp: Adjust to use mi-async.
12884
12885 2014-05-29 Pedro Alves <palves@redhat.com>
12886
12887 PR gdb/13860
12888 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12889 reason, even in sync mode.
12890
12891 2014-05-29 Pedro Alves <palves@redhat.com>
12892 Hui Zhu <hui@codesourcery.com>
12893
12894 PR PR15693
12895 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12896 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12897 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12898 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12899
12900 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12901
12902 * config/monitor.exp (gdb_target_monitor): Replace use of
12903 "set remotebaud" by "set serial baud".
12904
12905 2014-05-26 Andy Wingo <wingo@igalia.com>
12906
12907 * gdb.guile/scm-breakpoint.exp:
12908 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12909 properties instead of gdb-object-properties.
12910
12911 2014-05-26 Yao Qi <yao@codesourcery.com>
12912
12913 * gdb.server/no-thread-db.exp: Specify source file name
12914 explicitly when setting a breakpoint.
12915
12916 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12917
12918 * gdb.btrace/vdso.c: New.
12919 * gdb.btrace/vdso.exp: New.
12920
12921 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12922
12923 * gdb.base/gcore.exp (capture_command_output): Move ...
12924 * lib/gdb.exp (capture_command_output): ... here.
12925
12926 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12927
12928 * gdb.btrace/data.exp: Test memory access during btrace replay.
12929
12930 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12931
12932 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12933
12934 2014-05-21 Pedro Alves <palves@redhat.com>
12935
12936 PR gdb/13860
12937 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12938 (top level): Test that output related to execution commands is
12939 sent to the console with CLI commands, but not with MI commands.
12940 Test that breakpoint events are always mirrored to the console.
12941 Also expect the new source line to be output after a "next" in
12942 async mode too. Make it a pass/fail test.
12943 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12944 output.
12945 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12946
12947 2014-05-21 Pedro Alves <palves@redhat.com>
12948
12949 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12950 Use them to test variations of "list" after reaching a breakpoint.
12951 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12952 Test "list" with listsize 10 after reaching a breakpoint.
12953 * gdb.python/python.exp (decode_line current location line
12954 number): Adjust expected line number.
12955
12956 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12957
12958 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12959 behavior for $args, pass it directly to "run".
12960
12961 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12962
12963 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12964 30000 to 65536.
12965
12966 2014-05-21 Pedro Alves <palves@redhat.com>
12967
12968 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12969 auto-connect-native-target off".
12970 * gdb.base/auto-connect-native-target.c: New file.
12971 * gdb.base/auto-connect-native-target.exp: New file.
12972
12973 2014-05-21 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.base/default.exp: Test "target native" instead of "target
12976 child".
12977
12978 2014-05-21 Mark Wielaard <mjw@redhat.com>
12979
12980 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12981
12982 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12983
12984 Fix TLS access for -static -pthread.
12985 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12986 <HAVE_TLS> (thread_function, main): Initialize it.
12987 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12988 Add clean_restart.
12989 <$have_tls != "">: Check TLSVAR.
12990
12991 2014-05-21 Pedro Alves <palves@redhat.com>
12992
12993 * gdb.base/dcache-line-read-error.c: New.
12994 * gdb.base/dcache-line-read-error.exp: New.
12995
12996 2014-05-20 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.base/compare-sections.c: New file.
12999 * gdb.base/compare-sections.exp: New file.
13000
13001 2014-05-20 Pedro Alves <palves@redhat.com>
13002
13003 * gdb.base/break-idempotent.c: New file.
13004 * gdb.base/break-idempotent.exp: New file.
13005
13006 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13007
13008 * gdb.btrace/nohist.exp: New.
13009
13010 2014-05-20 Yao Qi <yao@codesourcery.com>
13011
13012 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13013 gdb.reverse directory and gdb_reverse_timeout exists in board
13014 setting.
13015 * README: Document gdb_reverse_timeout.
13016
13017 2014-05-20 Yao Qi <yao@codesourcery.com>
13018
13019 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13020 'test_file_name'. Treat args as a string instead of a list.
13021 (gdb_init): Rename argument 'args' by 'test_file_name'.
13022
13023 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13024
13025 * gdb.arch/powerpc-power.exp: New file.
13026 * gdb.arch/powerpc-power.s: New file.
13027
13028 2014-05-16 Doug Evans <dje@google.com>
13029
13030 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13031 * gdb.base/completion.exp: Check that all expected files exist
13032 before doing file completion.
13033
13034 2014-05-16 Doug Evans <dje@google.com>
13035
13036 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13037 Update.
13038 (do_syscall_tests_without_xml): Update.
13039
13040 2014-05-16 Pedro Alves <palves@redhat.com>
13041
13042 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13043 instead of "unknown output after running".
13044
13045 2014-05-16 Yao Qi <yao@codesourcery.com>
13046
13047 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13048 file1.txt from host at the end.
13049 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13050
13051 2014-05-15 Doug Evans <dje@google.com>
13052
13053 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13054 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13055 loading file. Add test for TU lookup.
13056
13057 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13058
13059 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13060 calling "-exec-arguments" or "set args" before running the
13061 inferior.
13062
13063 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13064
13065 * lib/mi-support.exp (mi_expect_stop): Expect message for
13066 inferiors that exit with non-zero exit code.
13067
13068 2014-05-14 Yao Qi <yao@codesourcery.com>
13069
13070 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13071 match absolute path on remote host.
13072 (test_file_list_exec_source_files): Remove "/" from the
13073 pattern.
13074
13075 2014-05-14 Yao Qi <yao@codesourcery.com>
13076
13077 * boards/local-remote-host-notty.exp (${board}_file): New
13078 proc.
13079
13080 2014-05-07 Kyle McMartin <kyle@redhat.com>
13081
13082 Pushed by Joel Brobecker <brobecker@adacore.com>.
13083 * gdb.arch/aarch64-atomic-inst.c: New file.
13084 * gdb.arch/aarch64-atomic-inst.exp: New file.
13085
13086 2014-05-07 Yao Qi <yao@codesourcery.com>
13087
13088 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13089 in current context" too.
13090
13091 2014-05-05 Keith Seitz <keiths@redhat.com>
13092
13093 * gdb.linespec/ls-dollar.exp: Add test for linespec
13094 file:convenience_variable.
13095
13096 2014-05-05 Yao Qi <yao@codesourcery.com>
13097
13098 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13099 traceframes into tfile and ctf trace files. Read data from
13100 trace file and test collected data.
13101 (gdb_collect_locals_test): Likewise.
13102 (gdb_unavailable_registers_test): Likewise.
13103 (gdb_unavailable_floats): Likewise.
13104 (gdb_collect_globals_test): Likewise.
13105 (top-level): Append "ctf" to trace_file_targets if GDB
13106 supports.
13107
13108 2014-05-05 Yao Qi <yao@codesourcery.com>
13109
13110 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13111 code to ...
13112 (gdb_collect_args_test_1): ... it. New proc.
13113 (gdb_collect_locals_test): Move some code to ...
13114 (gdb_collect_locals_test_1): ... it. New proc.
13115 (gdb_unavailable_registers_test): Move some code to ...
13116 (gdb_unavailable_registers_test_1): ... it. New proc.
13117 (gdb_unavailable_floats): Move some code to ...
13118 (gdb_unavailable_floats_1): ... it. New proc.
13119
13120 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13121
13122 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13123 probes to test for bitness recognition.
13124 * gdb.arch/amd64-stap-optional-prefix.exp
13125 (test_probe_value_without_reg): New procedure.
13126 Add code to test for different kinds of bitness.
13127
13128 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13129
13130 PR breakpoints/16889
13131 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13132 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13133
13134 2014-05-01 Pedro Alves <palves@redhat.com>
13135
13136 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13137 gdb_file_cmd if no file is specified.
13138 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13139 last_loaded_file to set the remote exec-file.
13140
13141 2014-05-01 Pedro Alves <palves@redhat.com>
13142
13143 * boards/local-remote-host.exp: New file.
13144
13145 2014-05-01 Pedro Alves <palves@redhat.com>
13146
13147 * boards/local-remote-host.exp: Rename to ...
13148 * boards/local-remote-host-notty.exp: ... this.
13149
13150 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13151
13152 * gdb.ada/dyn_arrayidx: New testcase.
13153
13154 2014-04-26 Yao Qi <yao@codesourcery.com>
13155
13156 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13157 and compute the length of function main. Save it in
13158 $main_length.
13159 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13160 (top-level): Use gdb_compile to compile objects into
13161 executable and restart GDB. Remove invocation to
13162 prepare_for_testing.
13163
13164 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13165 Pedro Alves <palves@redhat.com>
13166
13167 PR server/16255
13168 * gdb.multi/multi-attach.c: New file.
13169 * gdb.multi/multi-attach.exp: New file.
13170
13171 2014-04-25 Pedro Alves <palves@redhat.com>
13172
13173 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13174 user.
13175 (top level): Test that "set remote conditional-breakpoints-packet
13176 off" works as intended.
13177 * gdb.base/dprintf.exp: Test that "set remote
13178 breakpoint-commands-packet off" works as intended.
13179 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13180 New function.
13181 (top level): Call it.
13182 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13183 remote fast-tracepoints-packet off" works as intended.
13184 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13185 * lib/gdb.exp (gdb_is_target_remote): ... here.
13186
13187 2014-04-24 David Blaikie <dblaikie@gmail.com>
13188
13189 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13190 ensure clang would not discard them.
13191 * gdb.base/gdbvars.c: Ditto.
13192 * gdb.base/memattr.c: Ditto.
13193 * gdb.base/whatis.c: Ditto.
13194 * gdb.python/py-prettyprint.c: Ditto.
13195 * gdb.trace/actions.c: Ditto.
13196 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13197 ensure clang would not discard it.
13198
13199 2014-04-24 David Blaikie <dblaikie@gmail.com>
13200
13201 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13202 clang to emit the full definition of type required by the test
13203 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13204
13205 2014-04-24 David Blaikie <dblaikie@gmail.com>
13206
13207 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13208 coax Clang into emitting the definition of the type.
13209 * gdb.cp/pr10728-x.h (y): Ditto.
13210 * gdb.cp/pr10728-y.cc (y): Ditto.
13211
13212 2014-04-24 David Blaikie <dblaikie@gmail.com>
13213
13214 * gdb.base/label.exp: XFAIL label related tests under Clang.
13215 * gdb.cp/cplabel.exp: Ditto.
13216 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13217 under Clang those using labels.
13218
13219 2014-04-25 Yao Qi <yao@codesourcery.com>
13220
13221 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13222 double_label.
13223 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13224 partial_label and double_label.
13225
13226 2014-04-24 David Blaikie <dblaikie@gmail.com>
13227
13228 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13229
13230 2014-04-24 David Blaikie <dblaikie@gmail.com>
13231
13232 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13233 of the function to work across GCC and Clang.
13234 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13235 pointer types (const void ** const V void **).
13236
13237 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13238 Walfred Tedeschi <walfred.tedeschi@intel.com>
13239
13240 * Makefile.in (EXECUTABLES): Added i386-avx512.
13241 * gdb.arch/i386-avx512.c: New file.
13242 * gdb.arch/i386-avx512.exp: Likewise.
13243
13244 2014-04-23 Keith Seitz <keiths@redhat.com>
13245
13246 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13247 (mi_make_breakpoint_table): New procedure.
13248 (mi_create_breakpoint): Use mi_make_breakpoint
13249 and return the result.
13250 (mi_make_breakpoint): New procedure.
13251 (mi_build_kv_pairs): New procedure.
13252
13253 * gdb.mi/mi-break.exp: Remove unused globals,
13254 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13255 All callers updated.
13256 * gdb.mi/mi-dprintf.exp: Use variable to track command
13257 number.
13258 Update all callers of mi_create_breakpoint and use
13259 mi_make_breakpoint_table.
13260 Remove any unused global variables.
13261 * gdb.mi/mi-nonstop.exp: Likewise.
13262 * gdb.mi/mi-nsintrall.exp: Likewise.
13263 * gdb.mi/mi-nsmoribund.exp: Likewise.
13264 * gdb.mi/mi-nsthrexec.exp: Likewise.
13265 * gdb.mi/mi-reverse.exp: Likewise.
13266 * gdb.mi/mi-simplerun.exp: Likewise.
13267 * gdb.mi/mi-stepn.exp: Likewise.
13268 * gdb.mi/mi-syn-frame.exp: Likewise.
13269 * gdb.mi/mi-until.exp: Likewise.
13270 * gdb.mi/mi-var-cp.exp: Likewise.
13271 * gdb.mi/mi-var-display.exp: Likewise.
13272 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13273 * gdb.mi/mi2-var-child.exp: Likewise.
13274 * gdb.mi/mi-vla-c99.exp: Likewise.
13275 * lib/mi-support.exp: Likewise.
13276
13277 From Ian Lance Taylor <iant@cygnus.com>:
13278 * lib/gdb.exp (parse_args): New procedure.
13279
13280 2014-04-23 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.base/break-unload-file.c: New file.
13283 * gdb.base/break-unload-file.exp: New file.
13284 * gdb.base/sym-file-lib.c (baz): New function.
13285 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13286 field.
13287 (load): Store the segment's mapped size.
13288 (unload): New function.
13289 (unload_shlib): New function.
13290 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13291 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13292 set a breakpoint at baz, and call it.
13293 * gdb.base/sym-file.exp: New tests for stale breakpoint
13294 instructions.
13295
13296 2014-04-23 Pedro Alves <palves@redhat.com>
13297
13298 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13299 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13300 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13301 * gdb.base/hbreak-unmapped.c: New file.
13302 * gdb.base/hbreak-unmapped.exp: New file.
13303 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13304 * lib/gdb.exp (gdb_is_target_remote): ... here.
13305
13306 2014-04-22 Pedro Alves <palves@redhat.com>
13307
13308 * gdb.base/consecutive-step-over.c: New file.
13309 * gdb.base/consecutive-step-over.exp: New file.
13310
13311 2014-04-22 Pedro Alves <palves@redhat.com>
13312
13313 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13314 instead of send_gdb/gdb_expect.
13315
13316 2014-04-22 Yao Qi <yao@codesourcery.com>
13317
13318 * lib/trace-support.exp (generate_tracefile): New procedure.
13319 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13320 return 0.
13321 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13322 if generate_tracefile returns 1.
13323
13324 2014-04-18 Tom Tromey <palves@redhat.com>
13325 Pedro alves <tromey@redhat.com>
13326
13327 PR backtrace/15558
13328 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13329 with a backtrace limit.
13330 * gdb.python/py-frame-inline.exp: Test running to an inline
13331 function with a backtrace limit, and printing the newest frame.
13332 * gdb.python/py-frame-inline.c (main): Call f.
13333
13334 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13335
13336 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13337
13338 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13339
13340 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13341 Drop prefix from unsupported source file path.
13342
13343 2014-04-17 Yao Qi <yao@codesourcery.com>
13344
13345 * lib/gdb.exp (with_target_charset): New proc.
13346 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13347 with_target_charset.
13348 (test_print_strings): Likewise.
13349 (test_repeat_bytes): Likewise.
13350 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13351 for some tests.
13352
13353 2014-04-16 Keith Seitz <keiths@redhat.com>
13354
13355 PR gdb/15827
13356 * gdb.dwarf2/corrupt.c: New file.
13357 * gdb.dwarf2/corrupt.exp: New file.
13358
13359 2014-04-16 Keith Seitz <keiths@redhat.com>
13360
13361 PR c++/16597
13362 * gdb.cp/namelessclass.cc: New file.
13363 * gdb.cp/namelessclass.exp: New file.
13364 * gdb.cp/namelessclass.S: New file.
13365
13366 2014-04-16 Doug Evans <dje@google.com>
13367
13368 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13369 Add comment.
13370 (gdbserver_default_get_comm_port): New function.
13371 (gdbserver_start): Check if board file provided
13372 "gdbserver,get_comm_port" and use it if so.
13373 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13374 (gdb,socketport): Set to "stdio".
13375 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13376 (stdio_gdbserver_template): Delete.
13377 (${board}_get_remote_address): Update.
13378 (${board}_build_remote_cmd): Delete.
13379 (${board}_get_comm_port): New function.
13380 (${board}_spawn): Update.
13381 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13382 Delete.
13383 (${board}_get_remote_address): Update.
13384 (${board}_get_comm_port): New function.
13385
13386 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13387
13388 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13389 appearing in any order.
13390
13391 2014-04-15 Doug Evans <dje@google.com>
13392
13393 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13394 uninitialized value of "description".
13395
13396 2014-04-15 Keith Seitz <keiths@redhat.com>
13397
13398 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13399 Remove unused globals.
13400 (test_running_the_program): Likewise.
13401 (test_controlled_execution): Likewise.
13402 (test_controlling_breakpoints): Likewise.
13403 (test_program_termination): Likewise.
13404
13405 2014-04-15 Keith Seitz <keiths@redhat.com>
13406
13407 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13408 unused globals.
13409 (test_rbreak_creation_and_listing): Likewise.
13410 (test_ignore_count): Likewise.
13411 (test_error): Likewise.
13412
13413 2014-04-15 Pedro Alves <palves@redhat.com>
13414
13415 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13416 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13417 sym-file-loader.c.
13418 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13419 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13420 to sym-file-loader.c.
13421 (struct library): Forward declare.
13422 (load_shlib, lookup_function): Change prototypes.
13423 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13424 (translate_offset): Remove declarations.
13425 (get_text_addr): New declaration.
13426 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13427 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13428 sym-file-loader.h.
13429 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13430 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13431 here from sym-file-loader.h.
13432 (struct library): New structure.
13433 (load_shlib, lookup_function): Change prototypes and adjust to
13434 work with a struct library.
13435 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13436 (translate_offset): Make static.
13437 (get_text_addr): New function.
13438 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13439
13440 2014-04-15 Pedro Alves <palves@redhat.com>
13441
13442 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13443
13444 2014-04-15 Pedro Alves <palves@redhat.com>
13445
13446 * gdb.base/sym-file-loader.c: Include <limits.h>.
13447 (SELF_LINK): New define.
13448 (get_origin): New function.
13449 (load_shlib): Use it.
13450 * gdb.base/sym-file.exp: Don't early return if the target is
13451 remote. Use runto_main, and issue fail is that fails. Use
13452 gdb_load_shlibs.
13453 (shlib_name): Delete.
13454 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13455
13456 2014-04-15 Pedro Alves <palves@redhat.com>
13457
13458 * gdb.base/sym-file.exp: Remove regex characters from test
13459 message. Don't refer to breakpoint numbers in test messages.
13460
13461 2014-04-14 Keith Seitz <keiths@redhat.com>
13462
13463 PR c++/16253
13464 * gdb.cp/var-tag.cc: New file.
13465 * gdb.cp/var-tag.exp: New file.
13466 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13467 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13468 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13469 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13470
13471 2014-04-14 Tom Tromey <tromey@redhat.com>
13472
13473 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13474 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13475 type.
13476 * gdb.cp/enum-class.exp: New file.
13477 * gdb.cp/enum-class.cc: New file.
13478
13479 2014-04-14 Tom Tromey <tromey@redhat.com>
13480
13481 * gdb.dwarf2/enum-type.exp: New file.
13482
13483 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13484
13485 * gdb.mi/mi-vla-c99.exp: New file.
13486 * gdb.mi/vla.c: New file.
13487
13488 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13489
13490 * gdb.base/vla-datatypes.c: New file.
13491 * gdb.base/vla-datatypes.exp: New file.
13492
13493 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13494
13495 * gdb.base/vla-ptr.c: New file.
13496 * gdb.base/vla-ptr.exp: New file.
13497
13498 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13499
13500 * gdb.dwarf2/count.exp: New file.
13501
13502 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13503
13504 * gdb.base/vla-sideeffect.c: New file.
13505 * gdb.base/vla-sideeffect.exp: New file.
13506
13507 2014-04-14 David Blaikie <dblaikie@gmail.com>
13508
13509 * gdb.mi/non-stop.c: Add return value for non-void function return
13510 statement.
13511 * gdb.threads/staticthreads.c: Ditto.
13512
13513 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13514 Doug Evans <xdje42@gmail.com>
13515
13516 * gdb.guile/scm-value.c: Improve test case.
13517 * gdb.guile/scm-value.exp: Add new test.
13518
13519 2014-04-11 David Blaikie <dblaikie@gmail.com>
13520
13521 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13522 override Clang's default.
13523
13524 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13525
13526 Revert the following changes (regressions):
13527
13528 * gdb.base/vla-sideeffect.c: New file.
13529 * gdb.base/vla-sideeffect.exp: New file.
13530
13531 * gdb.dwarf2/count.exp: New file.
13532
13533 * gdb.base/vla-multi.c: New file.
13534 * gdb.base/vla-multi.exp: New file.
13535
13536 * gdb.base/vla-ptr.c: New file.
13537 * gdb.base/vla-ptr.exp: New file.
13538
13539 * gdb.base/vla-datatypes.c: New file.
13540 * gdb.base/vla-datatypes.exp: New file.
13541
13542 * gdb.mi/mi-vla-c99.exp: New file.
13543 * gdb.mi/vla.c: New file.
13544
13545 2014-04-11 Keith Seitz <keiths@redhat.com>
13546
13547 PR c++/16675
13548 * gdb.cp/cpsizeof.exp: New file.
13549 * gdb.cp/cpsizeof.cc: New file.
13550
13551 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13552
13553 * gdb.mi/mi-vla-c99.exp: New file.
13554 * gdb.mi/vla.c: New file.
13555
13556 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13557
13558 * gdb.base/vla-datatypes.c: New file.
13559 * gdb.base/vla-datatypes.exp: New file.
13560
13561 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13562
13563 * gdb.base/vla-ptr.c: New file.
13564 * gdb.base/vla-ptr.exp: New file.
13565
13566 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13567
13568 * gdb.base/vla-multi.c: New file.
13569 * gdb.base/vla-multi.exp: New file.
13570
13571 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13572
13573 * gdb.dwarf2/count.exp: New file.
13574
13575 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13576
13577 * gdb.base/vla-sideeffect.c: New file.
13578 * gdb.base/vla-sideeffect.exp: New file.
13579
13580 2014-04-11 Yao Qi <yao@codesourcery.com>
13581
13582 * gdb.base/completion.exp: Check file exists before running tests
13583 on file completion.
13584
13585 2014-04-10 Pedro Alves <palves@redhat.com>
13586
13587 * gdb.base/cond-eval-mode.c: New file.
13588 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13589 prepare_for_testing to build the new file. Check result of
13590 runto_main.
13591 (test_break, test_watch): New procedures.
13592 (top level): Use them.
13593
13594 2014-04-08 Pierre Muller <muller@sourceware.org>
13595
13596 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13597 Ctrl-V use for mingw hosts.
13598
13599 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13600
13601 * gdb.python/py-value.c: Improve test case.
13602 * gdb.python/py-value.exp: Add new test.
13603
13604 2014-04-07 David Blaikie <dblaikie@gmail.com>
13605
13606 * lib/compiler.c: Identify the clang compiler.
13607 * lib/compiler.cc: Ditto.
13608
13609 2014-04-03 Yao Qi <yao@codesourcery.com>
13610
13611 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13612
13613 2014-04-01 Anton Blanchard <anton@samba.org>
13614
13615 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13616 messages unique.
13617
13618 2014-04-01 Anton Blanchard <anton@samba.org>
13619
13620 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13621 prepare_for_testing.
13622
13623 2014-04-01 Anton Blanchard <anton@samba.org>
13624
13625 * gdb.arch/ppc64-atomic-inst.c: Remove.
13626 * gdb.arch/ppc64-atomic-inst.S: New file.
13627 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13628
13629 2014-03-31 Doug Evans <dje@google.com>
13630
13631 * gdb.base/print-symbol-loading-lib.c: New file.
13632 * gdb.base/print-symbol-loading-main.c: New file.
13633 * gdb.base/print-symbol-loading.exp: New file.
13634
13635 2014-03-31 Yao Qi <yao@codesourcery.com>
13636
13637 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13638
13639 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13640
13641 * gdb.ada/mi_dyn_arr: New testcase.
13642
13643 2014-03-27 Doug Evans <dje@google.com>
13644
13645 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13646
13647 2014-03-27 Yao Qi <yao@codesourcery.com>
13648
13649 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13650 if target is nios2-*-*.
13651
13652 2014-03-26 Yao Qi <yao@codesourcery.com>
13653
13654 * lib/gdb.exp (readline_is_used): New proc.
13655 * gdb.base/completion.exp: Move tests on command complete up.
13656 Skip the rest of tests if readline is not used.
13657 * gdb.ada/complete.exp: Skp the test if readline is not
13658 used.
13659 * gdb.base/filesym.exp: Likewise.
13660 * gdb.base/macscp.exp: Likewise.
13661 * gdb.base/readline-ask.exp: Likewise.
13662 * gdb.base/readline.exp: Likewise.
13663 * gdb.python/py-cmd.exp: Likewise.
13664 * gdb.trace/tfile.exp: Likewise.
13665
13666 2014-03-26 Yao Qi <yao@codesourcery.com>
13667
13668 * gdb.base/macscp.exp: Fix code format issues.
13669
13670 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13671
13672 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13673 * gdb.asm/powerpc64le.inc: New file.
13674
13675 2014-03-25 Pedro Alves <palves@redhat.com>
13676 Doug Evans <dje@google.com>
13677
13678 * gdb.base/source-execution.c: New file.
13679 * gdb.base/source-execution.exp: New file.
13680 * gdb.base/source-execution.gdb: New file.
13681
13682 2014-03-24 Doug Evans <dje@google.com>
13683
13684 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13685 using fission.
13686
13687 2014-03-24 Hui Zhu <hui@codesourcery.com>
13688 Pedro Alves <palves@redhat.com>
13689
13690 PR breakpoints/16101
13691 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13692 test pass/fail messages. Detect missing support for dprintf when
13693 breakpoints are actually inserted.
13694 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13695 breakpoints are actually inserted.
13696 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13697 fails.
13698
13699 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13700
13701 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13702
13703 2014-03-22 Doug Evans <xdje42@gmail.com>
13704
13705 * gdb.python/python.exp (python not supported): Verify multi-line
13706 python command issues an error.
13707 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13708 guile command issues an error.
13709
13710 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13711
13712 * gdb.threads/thread-specific.exp: Handle the lack of usable
13713 $this_breakpoint and $this_thread.
13714
13715 2014-03-21 Hui Zhu <hui@codesourcery.com>
13716
13717 * gdb.base/attach.exp (do_command_attach_tests): New.
13718
13719 2014-03-20 Tom Tromey <tromey@redhat.com>
13720 Pedro Alves <palves@redhat.com>
13721
13722 PR cli/15718
13723 * gdb.base/condbreak-call-false.c: New file.
13724 * gdb.base/condbreak-call-false.exp: New file.
13725
13726 2014-03-20 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13729 Delete.
13730 (block_signals, unblock_signals): Delete.
13731 (child_function_2, main): Remove references to deleted variable
13732 and functions.
13733
13734 2014-03-20 Pedro Alves <palves@redhat.com>
13735
13736 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13737 Use pthread_kill to signal thread 2.
13738 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13739 Adjust to make the test send itself a signal rather than using the
13740 host's "kill" command.
13741
13742 2014-03-20 Pedro Alves <palves@redhat.com>
13743
13744 * gdb.threads/multiple-step-overs.c: New file.
13745 * gdb.threads/multiple-step-overs.exp: New file.
13746 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13747 Adjust expected infrun debug output.
13748
13749 2014-03-20 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13752 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13753
13754 2014-03-20 Pedro Alves <palves@redhat.com>
13755
13756 PR breakpoints/7143
13757 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13758 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13759 of gdb_test_multiple.
13760 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13761 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13762
13763 2014-03-20 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13766 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13767
13768 2014-03-19 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.base/async.exp: Remove early return.
13771
13772 2014-03-19 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13775
13776 2014-03-19 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.base/async.exp (test_background): Expect \r\n after
13779 "completed." in the fail pattern.
13780
13781 2014-03-19 Pedro Alves <palves@redhat.com>
13782
13783 * gdb.base/async.exp (test_background): New procedure.
13784 Use it for all background execution command tests.
13785
13786 2014-03-19 Pedro Alves <palves@redhat.com>
13787
13788 * gdb.base/async.exp: Use prepare_for_testing.
13789
13790 2014-03-19 Pedro Alves <palves@redhat.com>
13791
13792 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13793 the same line.
13794
13795 2014-03-19 Pedro Alves <palves@redhat.com>
13796
13797 * gdb.base/async.c (main): Add "jump here" and "until here" line
13798 marker comments.
13799 * gdb.base/async.exp (jump_here): New global.
13800 (jump& test): Use it.
13801 (until_here): New global.
13802 (until& test): Use it.
13803
13804 2014-03-19 Pedro Alves <palves@redhat.com>
13805
13806 * gdb.base/async.exp: Don't frob gdb_protocol.
13807
13808 2014-03-18 Doug Evans <xdje42@gmail.com>
13809
13810 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13811 Fix spelling of exec-done-display.
13812
13813 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13814
13815 PR gdb/15358
13816 * gdb.base/gdb-sigterm.c: New file.
13817 * gdb.base/gdb-sigterm.exp: New file.
13818
13819 2014-03-18 Pedro Alves <palves@redhat.com>
13820
13821 PR gdb/13860
13822 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13823 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13824 solib-event.
13825
13826 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13827
13828 * gdb.ada/pckd_arr_ren: New testcase.
13829
13830 2014-03-13 Doug Evans <xdje42@gmail.com>
13831
13832 PR guile/16612
13833 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13834 collect after discarding symbols.
13835
13836 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13837 Doug Evans <xdje42@gmail.com>
13838
13839 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13840 to history survives a gc.
13841
13842 2014-03-13 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.base/default.exp: Don't test "target procfs".
13845
13846 2014-03-13 Pedro Alves <palves@redhat.com>
13847
13848 * gdb.base/default.exp: Update "target child" and "target procfs"
13849 tests to not expect "Unix".
13850
13851 2014-03-12 Tom Tromey <tromey@redhat.com>
13852
13853 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13854 New procs. Add target-async tests.
13855 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13856 Add target-async tests.
13857
13858 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13859
13860 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13861 'func_start' and 'func_end' for the beginning and end of the
13862 function code, respectively.
13863 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13864 'func_end' instead of 'func' and 'main'.
13865
13866 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13867
13868 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13869 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13870 generate the debug info assembler source.
13871
13872 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13873
13874 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13875 * gdb.dwarf2/arr-subrange.exp: Likewise.
13876 * gdb.dwarf2/dwz.exp: Likewise.
13877 * gdb.dwarf2/method-ptr.exp: Likewise.
13878 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13879 * gdb.dwarf2/subrange.exp: Likewise.
13880 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13881 * gdb.dwarf2/implptrpiece.exp: Likewise.
13882 * gdb.dwarf2/nostaticblock.exp: Likewise.
13883
13884 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13885
13886 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13887 directory to absolute path name arguments.
13888
13889 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13890
13891 * gdb.ada/tagged_access: New testcase.
13892
13893 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13894
13895 * gdb.btrace/data.exp: Update expected output.
13896
13897 2014-03-06 Yao Qi <yao@codesourcery.com>
13898
13899 * gdb.trace/pr16508.exp: New file.
13900
13901 2014-03-05 Pedro Alves <palves@redhat.com>
13902
13903 PR gdb/16575
13904 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13905 procedure.
13906 (top level): Adjust to use it. Add tests that exercise breakpoint
13907 interaction with the code-cache.
13908
13909 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13910
13911 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13912 test for 'history-append!'.
13913
13914 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13915
13916 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13917 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13918 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13919 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13920 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13921 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13922
13923 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13924
13925 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13926 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13927 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13928
13929 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13930
13931 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13932
13933 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13934
13935 * gdb.dwarf2/arr-stride.c: New file.
13936 * gdb.dwarf2/arr-stride.exp: New file.
13937
13938 2014-02-26 Pedro Alves <palves@redhat.com>
13939
13940 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13941 that won't ever trigger. Make sure that GDB reports the correct
13942 breakpoint that caused the stop.
13943
13944 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13945
13946 PR gdb/16626
13947 * gdb.base/auto-load-script: New file.
13948 * gdb.base/auto-load.c: New file.
13949 * gdb.base/auto-load.exp: New file.
13950
13951 PR gdb/16626
13952 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13953
13954 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13955
13956 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13957 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13958
13959 2014-02-24 Doug Evans <dje@google.com>
13960
13961 * lib/gdb.exp (run_on_host): Log error output if program fails.
13962
13963 2014-02-21 Pedro Alves <palves@redhat.com>
13964
13965 * gdb.threads/step-after-sr-lock.c: Rename to ...
13966 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13967 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13968 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13969 ... this.
13970
13971 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13972
13973 PR tdep/16397
13974 * gdb.arch/amd64-stap-special-operands.exp: New file.
13975 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13976 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13977 * gdb.arch/amd64-stap-triplet.S: Likewise.
13978 * gdb.arch/amd64-stap-triplet.c: Likewise.
13979
13980 2014-02-20 Joel Brobecker <brobecker@adacore.com>
13981
13982 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13983 in .section pseudo-op.
13984
13985 2014-02-20 lin zuojian <manjian2006@gmail.com>
13986 Joel Brobecker <brobecker@adacore.com>
13987 Doug Evans <xdje42@gmail.com>
13988
13989 PR symtab/16581
13990 * gdb.dwarf2/dw2-icycle.S: New file.
13991 * gdb.dwarf2/dw2-icycle.c: New file.
13992 * gdb.dwarf2/dw2-icycle.exp: New file.
13993
13994 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13995
13996 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13997 operations on gdb.Value objects.
13998 * gdb.python/py-value-cc.exp: Add new test to test operations on
13999 gdb.Value objects.
14000
14001 2014-02-18 Doug Evans <dje@google.com>
14002
14003 * Makefile.in (TESTS): New variable.
14004 (expanded_tests, expanded_tests_or_none): New variables
14005 (check-single): Pass $(expanded_tests_or_none) to runtest.
14006 (check-parallel): Only run tests in $(TESTS) if non-empty.
14007 (check/no-matching-tests-found): New rule.
14008 * README: Document TESTS makefile variable.
14009
14010 2014-02-18 Doug Evans <dje@google.com>
14011
14012 * Makefile.in (check-parallel): rm -rf outputs temp.
14013
14014 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14015
14016 Fix "ERROR: no fileid for" in the testsuite.
14017 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14018
14019 2014-02-12 Doug Evans <dje@google.com>
14020
14021 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14022 (MISCELLANEOUS): New variable.
14023 (clean): rm -rf $(MISCELLANEOUS).
14024 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14025 dwp live in the same directory as symlinks, with each symlink pointed
14026 to a differently named file in a different directory.
14027
14028 2014-02-11 Doug Evans <dje@google.com>
14029
14030 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14031 of Tcl file commands.
14032
14033 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14034
14035 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14036 "kill -SIGUSR1 -1".
14037
14038 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14039
14040 * gdb.ada/tick_length_array_enum_idx: New testcase.
14041
14042 2014-02-10 Doug Evans <xdje42@gmail.com>
14043
14044 * configure.ac (AC_OUTPUT): Add gdb.guile.
14045 * configure: Regenerate.
14046 * lib/gdb-guile.exp: New file.
14047 * lib/gdb.exp (get_target_charset): New function.
14048 * gdb.base/help.exp: Update expected output from "apropos apropos".
14049 * gdb.guile/Makefile.in: New file.
14050 * gdb.guile/guile.exp: New file.
14051 * gdb.guile/scm-arch.c: New file.
14052 * gdb.guile/scm-arch.exp: New file.
14053 * gdb.guile/scm-block.c: New file.
14054 * gdb.guile/scm-block.exp: New file.
14055 * gdb.guile/scm-breakpoint.c: New file.
14056 * gdb.guile/scm-breakpoint.exp: New file.
14057 * gdb.guile/scm-disasm.c: New file.
14058 * gdb.guile/scm-disasm.exp: New file.
14059 * gdb.guile/scm-equal.c: New file.
14060 * gdb.guile/scm-equal.exp: New file.
14061 * gdb.guile/scm-error.exp: New file.
14062 * gdb.guile/scm-error.scm: New file.
14063 * gdb.guile/scm-frame-args.c: New file.
14064 * gdb.guile/scm-frame-args.exp: New file.
14065 * gdb.guile/scm-frame-args.scm: New file.
14066 * gdb.guile/scm-frame-inline.c: New file.
14067 * gdb.guile/scm-frame-inline.exp: New file.
14068 * gdb.guile/scm-frame.c: New file.
14069 * gdb.guile/scm-frame.exp: New file.
14070 * gdb.guile/scm-generics.exp: New file.
14071 * gdb.guile/scm-gsmob.exp: New file.
14072 * gdb.guile/scm-iterator.c: New file.
14073 * gdb.guile/scm-iterator.exp: New file.
14074 * gdb.guile/scm-math.c: New file.
14075 * gdb.guile/scm-math.exp: New file.
14076 * gdb.guile/scm-objfile-script-gdb.in: New file.
14077 * gdb.guile/scm-objfile-script.c: New file.
14078 * gdb.guile/scm-objfile-script.exp: New file.
14079 * gdb.guile/scm-objfile.c: New file.
14080 * gdb.guile/scm-objfile.exp: New file.
14081 * gdb.guile/scm-ports.exp: New file.
14082 * gdb.guile/scm-pretty-print.c: New file.
14083 * gdb.guile/scm-pretty-print.exp: New file.
14084 * gdb.guile/scm-pretty-print.scm: New file.
14085 * gdb.guile/scm-section-script.c: New file.
14086 * gdb.guile/scm-section-script.exp: New file.
14087 * gdb.guile/scm-section-script.scm: New file.
14088 * gdb.guile/scm-symbol.c: New file.
14089 * gdb.guile/scm-symbol.exp: New file.
14090 * gdb.guile/scm-symtab-2.c: New file.
14091 * gdb.guile/scm-symtab.c: New file.
14092 * gdb.guile/scm-symtab.exp: New file.
14093 * gdb.guile/scm-type.c: New file.
14094 * gdb.guile/scm-type.exp: New file.
14095 * gdb.guile/scm-value-cc.cc: New file.
14096 * gdb.guile/scm-value-cc.exp: New file.
14097 * gdb.guile/scm-value.c: New file.
14098 * gdb.guile/scm-value.exp: New file.
14099 * gdb.guile/source2.scm: New file.
14100 * gdb.guile/types-module.cc: New file.
14101 * gdb.guile/types-module.exp: New file.
14102
14103 2014-02-10 Yao Qi <yao@codesourcery.com>
14104
14105 PR testsuite/16543
14106 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14107 * configure: Regenerated.
14108 * Makefile.in: New file.
14109
14110 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14111
14112 * gdb.python/py-framefilter.exp: Fix typo.
14113
14114 2014-02-08 Yao Qi <yao@codesourcery.com>
14115
14116 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14117 that no =breakpoint-modified is emitted when breakpoints are
14118 modified through MI commands.
14119
14120 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14121 Pedro Alves <palves@redhat.com>
14122
14123 * gdb.threads/step-after-sr-lock.c: New file.
14124 * gdb.threads/step-after-sr-lock.exp: New file.
14125
14126 2014-02-07 Pedro Alves <palves@redhat.com>
14127
14128 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14129
14130 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14131
14132 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14133 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14134
14135 2014-02-06 Doug Evans <xdje42@gmail.com>
14136
14137 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14138 output.
14139
14140 * gdb.gdb/python-interrupts.exp: New file.
14141
14142 2014-02-05 Yao Qi <yao@codesourcery.com>
14143
14144 * gdb.trace/report.exp (use_collected_data): Test the output
14145 of "info threads" and "info inferiors".
14146
14147 2014-02-05 Yao Qi <yao@codesourcery.com>
14148
14149 Revert this patch:
14150
14151 2013-05-24 Yao Qi <yao@codesourcery.com>
14152
14153 * gdb.trace/tfile.exp: Test inferior and thread.
14154
14155 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14156
14157 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14158 on a function.
14159 * gdb.base/step-bt.c: Call hello via function pointer to make
14160 sure its first instruction is executed on powerpc64le-linux.
14161
14162 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14163
14164 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14165
14166 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14167
14168 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14169 of the test patterns for use on little-endian systems.
14170
14171 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14172
14173 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14174 (decimal_vector): Fix for little-endian.
14175
14176 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14177
14178 * gdb.arch/sparc-sysstep.exp: New file.
14179 * gdb.arch/sparc-sysstep.c: Likewise.
14180
14181 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14182
14183 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14184
14185 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14186
14187 2014-01-23 Tom Tromey <tromey@redhat.com>
14188
14189 * gdb.ada/array_char_idx: New testcase.
14190
14191 2014-01-23 Tom Tromey <tromey@redhat.com>
14192
14193 PR python/16487:
14194 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14195 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14196 classes.
14197
14198 2014-01-23 Tom Tromey <tromey@redhat.com>
14199
14200 PR python/16491:
14201 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14202 string from an inferior frame.
14203 * gdb.python/py-framefilter-mi.exp: Update.
14204
14205 2014-01-22 Doug Evans <dje@google.com>
14206
14207 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14208
14209 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14210
14211 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14212
14213 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14214
14215 * gdb.trace/entry-values.exp: Remove excess space character from
14216 regex patterns. Handle s390 call instruction.
14217
14218 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14219
14220 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14221 define "*_start" label. Make "name" static.
14222 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14223 ${name} by references to ${name}_start.
14224
14225 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14226
14227 * gdb.base/info-macros.exp: Remove "debug" from the compile
14228 options.
14229
14230 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14231
14232 * gdb.dlang/demangle.exp: New file.
14233
14234 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14235
14236 * gdb.dlang/primitive-types.exp: New file.
14237
14238 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14239
14240 * configure.ac: Create gdb.dlang/Makefile.
14241 * configure: Regenerate.
14242 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14243 * gdb.dlang/Makefile.in: New file.
14244 * lib/d-support.exp: New file.
14245 * lib/gdb.exp (skip_d_tests): New proc.
14246
14247 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14248
14249 * gdb.btrace/delta.exp: Check reverse stepi.
14250 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14251 * gdb.btrace/finish.exp: New.
14252 * gdb.btrace/next.exp: New.
14253 * gdb.btrace/nexti.exp: New.
14254 * gdb.btrace/record_goto.c: Add comments.
14255 * gdb.btrace/step.exp: New.
14256 * gdb.btrace/stepi.exp: New.
14257 * gdb.btrace/multi-thread-step.c: New.
14258 * gdb.btrace/multi-thread-step.exp: New.
14259 * gdb.btrace/rn-dl-bind.c: New.
14260 * gdb.btrace/rn-dl-bind.exp: New.
14261 * gdb.btrace/data.c: New.
14262 * gdb.btrace/data.exp: New.
14263 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14264
14265 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14266
14267 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14268 * gdb.btrace/exception.exp: Update.
14269 * gdb.btrace/instruction_history.exp: Update.
14270 * gdb.btrace/record_goto.exp: Update.
14271 * gdb.btrace/tailcall.exp: Update.
14272 * gdb.btrace/unknown_functions.exp: Update.
14273 * gdb.btrace/delta.exp: New.
14274
14275 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14276
14277 * gdb.btrace/record_goto.exp: Add backtrace test.
14278 * gdb.btrace/tailcall.exp: Add backtrace test.
14279
14280 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14281
14282 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14283 * gdb.btrace/record_goto.c: New.
14284 * gdb.btrace/record_goto.exp: New.
14285 * gdb.btrace/x86-record_goto.S: New.
14286
14287 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14288
14289 * gdb.btrace/function_call_history.exp: Update tests.
14290 * gdb.btrace/instruction_history.exp: Update tests.
14291
14292 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14293
14294 * gdb.btrace/function_call_history.exp: Fix expected field
14295 order for "record function-call-history".
14296 Add new tests for "record function-call-history /c".
14297 * gdb.btrace/exception.cc: New.
14298 * gdb.btrace/exception.exp: New.
14299 * gdb.btrace/tailcall.exp: New.
14300 * gdb.btrace/x86-tailcall.S: New.
14301 * gdb.btrace/x86-tailcall.c: New.
14302 * gdb.btrace/unknown_functions.c: New.
14303 * gdb.btrace/unknown_functions.exp: New.
14304 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14305
14306 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14307
14308 * gdb.btrace/instruction_history.exp: Update.
14309 * gdb.btrace/function_call_history.exp: Update.
14310
14311 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14312
14313 * gdb.btrace/function_call_history.exp: Fix expected function
14314 trace.
14315 * gdb.btrace/instruction_history.exp: Initialize traced.
14316 Remove traced_functions.
14317
14318 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14319
14320 * gdb.btrace/function_call_history.exp: Update
14321 * gdb.btrace/instruction_history.exp: Update.
14322
14323 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14324
14325 * gdb.btrace/enable.exp: Update expected text.
14326
14327 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14328
14329 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14330 bytes.
14331
14332 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14333
14334 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14335
14336 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14337
14338 * lib/gdb.exp (supports_process_record): Return true for
14339 arm*-linux*. (supports_reverse): Likewise.
14340
14341 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14342
14343 PR python/15464
14344 PR python/16113
14345 * gdb.python/py-type.c: Enhance test case.
14346 * gdb.python/py-value-cc.cc: Likewise
14347 * gdb.python/py-type.exp: Add new tests.
14348 * gdb.python/py-value-cc.exp: Likewise
14349
14350 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14351 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14354 Make "name" extern.
14355 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14356 references to ${name}_start by references to ${name}.
14357
14358 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14359
14360 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14361
14362 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14363
14364 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14365
14366 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14367 Pedro Alves <palves@redhat.com>
14368
14369 * gdb.mi/mi-info-os.exp: Connect to the target with
14370 mi_gdb_target_load.
14371
14372 2014-01-08 Pedro Alves <palves@redhat.com>
14373
14374 * gdb.threads/reconnect-signal.c: New file.
14375 * gdb.threads/reconnect-signal.exp: New file.
14376
14377 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14378
14379 * gdb.base/source-dir.exp: New file.
14380
14381 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14382
14383 * gdb.ada/mi_interface: New testcase.
14384
14385 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14386
14387 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14388 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14389 gdb.ada/pp-rec-component/pck.ads: New files.
14390
14391 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14392
14393 * gdb.python/py-pp-integral.c: New file.
14394 * gdb.python/py-pp-integral.py: New file.
14395 * gdb.python/py-pp-integral.exp: New file.
14396
14397 For older changes see ChangeLog-1993-2013.
14398 \f
14399 ;; Local Variables:
14400 ;; mode: change-log
14401 ;; left-margin: 8
14402 ;; fill-column: 74
14403 ;; version-control: never
14404 ;; End:
14405
14406 Copyright 2014-2018 Free Software Foundation, Inc.
14407 Copying and distribution of this file, with or without modification,
14408 are permitted provided the copyright notice and this notice are preserved.
This page took 0.318794 seconds and 5 git commands to generate.