Indicate batch mode failures by exiting with nonzero status
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-08-16 Gary Benson <gbenson@redhat.com>
2
3 PR gdb/13000:
4 * gdb.base/batch-exit-status.exp: New file.
5 * gdb.base/batch-exit-status.good-commands: Likewise.
6 * gdb.base/batch-exit-status.bad-commands: Likewise.
7
8 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9
10 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
11 (struct struct02): Likewise.
12 (struct struct03): Likewise.
13 (struct struct04): Likewise.
14 (struct struct_01_01): New struct.
15 (struct struct_01_02): Likewise.
16 (struct struct_01_03): Likewise.
17 (struct struct_01_04): Likewise.
18 (struct struct_02_01): Likewise.
19 (struct struct_02_02): Likewise.
20 (struct struct_02_03): Likewise.
21 (struct struct_02_04): Likewise.
22 (struct struct_04_01): Likewise.
23 (struct struct_04_02): Likewise.
24 (struct struct_04_03): Likewise.
25 (struct struct_04_04): Likewise.
26 (struct struct_05_01): Likewise.
27 (struct struct_05_02): Likewise.
28 (struct struct_05_03): Likewise.
29 (struct struct_05_04): Likewise.
30 (cmp_struct01): Remove function.
31 (cmp_struct02): Likewise.
32 (cmp_struct03): Likewise.
33 (cmp_struct04): Likewise.
34 (cmp_struct_01_01): Add Function.
35 (cmp_struct_01_02): Likewise.
36 (cmp_struct_01_03): Likewise.
37 (cmp_struct_01_04): Likewise.
38 (cmp_struct_02_01): Likewise.
39 (cmp_struct_02_02): Likewise.
40 (cmp_struct_02_03): Likewise.
41 (cmp_struct_02_04): Likewise.
42 (cmp_struct_04_01): Likewise.
43 (cmp_struct_04_02): Likewise.
44 (cmp_struct_04_03): Likewise.
45 (cmp_struct_04_04): Likewise.
46 (cmp_struct_05_01): Likewise.
47 (cmp_struct_05_02): Likewise.
48 (cmp_struct_05_03): Likewise.
49 (cmp_struct_05_04): Likewise.
50 (call_all): Add new structs.
51 * gdb.base/infcall-nested-structs.exp: Likewise.
52
53 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
54
55 * gdb.python/py-framefilter-mi.exp: Update regexp to
56 check for "arch" field in frame output.
57
58 2018-08-23 Kevin Buettner <kevinb@redhat.com>
59
60 * gdb.dwarf2/dw2-ranges-func.c: New file.
61 * gdb.dwarf2/dw2-ranges-func.exp: New file.
62
63 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
64
65 * gdb.base/term.exp: Compare terminal settings with values from
66 the inferior.
67 * gdb.base/term.c: Get and set terminal settings.
68
69 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
70
71 * lib/mi-support.exp (mi_expect_stop): Update regexp to
72 accommodate new "arch" field in frame output.
73 * gdb.mi/mi-return.exp: Likewise.
74 * gdb.mi/mi-stack.exp: Likewise.
75 * gdb.mi/mi-syn-frame.exp: Likewise.
76 * gdb.mi/user-selected-context-sync.exp: Likewise.
77
78 2018-08-19 Michael Spang <spang@google.com>
79
80 PR gdb/11786
81 * gdb.base/gcore-tls-pie.c: New file.
82 * gdb.base/gcore-tls-pie.exp: New file.
83
84 2018-08-18 Kevin Buettner <kevinb@redhat.com>
85
86 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
87 * gdb.dwarf2/varval.c: New file.
88 * gdb.dwarf2/varval.exp: New file.
89
90 2018-08-17 Alan Hayward <alan.hayward@arm.com>
91
92 PR gdb/18931
93 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
94
95 2018-08-16 Keith Seitz <keiths@redhat.com>
96
97 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
98 tests expected to pass.
99
100 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
101
102 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
103 -data-disassemble -a.
104 (test_disassembly_bogus_args): Likewise.
105
106 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
109
110 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * gdb.base/vla-optimized-out.exp: Add new test.
113
114 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.base/vla-optimized-out-o3.exp: Delete.
117 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
118 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
119 deleted tests.
120
121 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 PR gdb/18050:
124 * gdb.server/extended-remote-restart.c: New file.
125 * gdb.server/extended-remote-restart.exp: New file.
126
127 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
128
129 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
130 "set variable index = 42".
131
132 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
133
134 * boards/index-cache-gdb.exp: New file.
135 * gdb.dwarf2/index-cache.exp: New file.
136 * gdb.dwarf2/index-cache.c: New file.
137 * gdb.base/maint.exp: Check if we are using the index cache.
138
139 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
140
141 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
142 MAKEFLAGS.
143
144 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
145
146 * dg-extract-results.sh: Move to toplevel contrib.
147 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
148 * Makefile.in (check-parallel-racy): Likewise.
149
150 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
153 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
154 tests if the target supports scheduler locking.
155
156 2018-08-04 Tom de Vries <tdevries@suse.de>
157
158 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
159
160 2018-08-02 Tom Tromey <tom@tromey.com>
161
162 PR symtab/16842.
163 * gdb.cp/temargs.exp: Test "info address" of a template
164 parameter.
165
166 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
167
168 * gdb.python/py-mi-var-info-path-expression.c: New file.
169 * gdb.python/py-mi-var-info-path-expression.py: New file.
170 * gdb.python/py-mi-var-info-path-expression.exp: New file.
171
172 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
173
174 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
175 error after "cannot resolve name" string.
176
177 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
178
179 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
180 started.
181 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
182
183 2018-07-28 Tom de Vries <tdevries@suse.de>
184
185 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
186
187 2018-07-26 Tom de Vries <tdevries@suse.de>
188
189 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
190
191 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
194 is visible.
195
196 2018-07-26 Tom de Vries <tdevries@suse.de>
197
198 PR breakpoints/23366
199 * gdb.base/catch-follow-exec.c: New test.
200 * gdb.base/catch-follow-exec.exp: New file.
201
202 2018-07-25 Tom de Vries <tdevries@suse.de>
203
204 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
205 vla-optimized-out.c.
206
207 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
208
209 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
210 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
211
212 2018-07-20 Tom de Vries <tdevries@suse.de>
213
214 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
215 NOCLONE macro.
216 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
217
218 2018-07-19 Tom de Vries <tdevries@suse.de>
219
220 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
221 regular expression.
222
223 2018-07-18 Tom de Vries <tdevries@suse.de>
224
225 * gdb.base/vla-optimized-out.c: New test.
226 * gdb.base/vla-optimized-out.exp: New file.
227
228 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
229
230 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
231 message "No address associated with hostname" when gdbserver
232 cannot resolve the hostname.
233
234 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
235
236 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
237 Add some test prefixes to make tests unique.
238
239 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
240
241 * gdb.base/frameapply.c: New file.
242 * gdb.base/frameapply.exp: New file.
243
244 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
245
246 * gdb.base/skip.exp: Update expected error message.
247
248 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
249 Jan Kratochvil <jan.kratochvil@redhat.com>
250 Paul Fertser <fercerpav@gmail.com>
251 Tsutomu Seki <sekiriki@gmail.com>
252
253 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
254 parameter.
255 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
256 by default.
257 * boards/native-gdbserver.exp: Likewise.
258 * gdb.server/run-without-local-binary.exp: Improve regexp used
259 for detecting when a remote debugging connection succeeds.
260 * gdb.server/server-connect.exp: New file.
261 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
262 Do not prefix the port number with ":".
263 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
264 support for detecting and using it. Add '$debughost_gdbserver'
265 to the list of arguments used to start gdbserver. Handle case
266 when gdbserver cannot resolve a network name.
267
268 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
269
270 PR c++/23373
271 * gdb.base/ptype-offsets.cc (struct static_member): New
272 struct.
273 (main) <stmember>: New variable.
274 * gdb.base/ptype-offsets.exp: Add test for printing a struct
275 with a static member in it.
276
277 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
280 watchpoints enabled and disabled.
281
282 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
283
284 * gdb.base/examine-backward.exp: Still run tests around address
285 0x0, even if address 0x0 is not readable. Update the pattern for
286 matching address 0x0 in expected output.
287
288 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
289
290 * gdb.base/share-env-with-gdbserver.c (main): Add call to
291 malloc/free.
292
293 2018-07-04 Tom de Vries <tdevries@suse.de>
294
295 * gdb.dwarf2/dw2-error.exp: Update expected error message.
296
297 2018-07-02 Maciej W. Rozycki <macro@mips.com>
298
299 PR tdep/8282
300 * gdb.arch/mips-disassembler-options.exp: New test.
301 * gdb.arch/mips-disassembler-options.s: New test source.
302
303 2018-06-29 Pedro Alves <palves@redhat.com>
304
305 * gdb.threads/names.exp: Adjust expected "info threads" output.
306
307 2018-06-29 Pedro Alves <palves@redhat.com>
308
309 * gdb.opt/inline-break.exp (line number, address): Add "info
310 break" tests.
311
312 2018-06-29 Pedro Alves <palves@redhat.com>
313
314 * gdb.opt/inline-break.c (func1): Add "break here" marker.
315 * gdb.opt/inline-break.exp: Test setting breakpoints by line
316 number and address and running to them.
317
318 2018-06-29 Richard Bunt <richard.bunt@arm.com>
319
320 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
321
322 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
323
324 * lib/compiler.c: Remove executable permission flag.
325
326 2018-06-28 Richard Bunt <richard.bunt@arm.com>
327
328 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
329 code.
330 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
331
332 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
333
334 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
335
336 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
337
338 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
339 address argument is omitted.
340
341 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
342
343 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
344
345 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
346
347 PR gdb/21695
348 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
349 * gdb.base/infoline-reloc-main-from-zero.c: New file.
350
351 2018-06-26 Tom Tromey <tom@tromey.com>
352
353 PR rust/22574:
354 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
355 * gdb.rust/simple.rs (struct SimpleLayout): New.
356
357 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
358
359 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
360 "info registers" output.
361
362 2018-06-21 Richard Bunt <richard.bunt@arm.com>
363
364 * gdb.base/watchpoint-hw-attach.c: New test.
365 * gdb.base/watchpoint-hw-attach.exp: New file.
366
367 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
368
369 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
370 through /bin/sh.
371 * boards/dwarf4-gdb-index.exp: Likewise.
372 * boards/fission-dwp.exp: Likewise.
373
374 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
375
376 * gdb.base/float128.exp: Add comment and improved fail message
377 to the failure case of "print large128" test.
378
379 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
380
381 * configure.ac: Remove AC_PREREQ.
382 * configure: Re-generate.
383
384 2018-06-19 Pedro Alves <palves@redhat.com>
385
386 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
387 (func_extern_caller): New.
388 (main): Call func_extern_caller.
389 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
390 logic change.
391
392 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
393
394 PR gdb/16841
395 * gdb.cp/typedef-base.cc: New file.
396 * gdb.cp/typedef-base.exp: New file.
397
398 2018-06-18 Tom de Vries <tdevries@suse.de>
399
400 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
401
402 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
403 Richard Bunt <Richard.Bunt@arm.com>
404
405 * gdb.threads/attach-slow-waitpid.c: New file.
406 * gdb.threads/attach-slow-waitpid.exp: New file.
407 * gdb.threads/slow-waitpid.c: New file.
408
409 2018-06-14 Pedro Alves <palves@redhat.com>
410
411 * gdb.base/fork-running-state.c: Include <errno.h>.
412 (exit_if_relative_exits): New.
413 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
414 exits.
415 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
416 child exits.
417
418 2018-06-14 Tom de Vries <tdevries@suse.de>
419
420 PR cli/22573
421 * gdb.base/finish-pretty.c: New test.
422 * gdb.base/finish-pretty.exp: New file.
423
424 2018-06-14 Pedro Alves <palves@redhat.com>
425
426 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
427 gdb's expected startup output.
428
429 2018-06-14 Pedro Alves <palves@redhat.com>
430
431 * lib/selftest-support.exp (selftest_setup): Remove inlined
432 function handling.
433
434 2018-06-14 Tom de Vries <tdevries@suse.de>
435
436 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
437 matching of breakpoint printing.
438
439 2018-06-13 Tom de Vries <tdevries@suse.de>
440
441 PR testsuite/23269
442 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
443 (fork_child): ... here, and ...
444 (fork_parent): ... here.
445
446 2018-06-12 Tom de Vries <tdevries@suse.de>
447
448 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
449
450 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
451 Stephen Roberts <stephen.roberts@arm.com>
452
453 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
454 rewrite test to describe action performed, rather than possible
455 failure.
456
457 2018-06-08 Gary Benson <gbenson@redhat.com>
458
459 * gdb.threads/check-libthread-db.exp: New file.
460 * gdb.threads/check-libthread-db.c: Likewise.
461
462 2018-06-05 Tom Tromey <tom@tromey.com>
463
464 * gdb.base/default.exp: Update expected "show version" output.
465
466 2018-06-05 Tom Tromey <tom@tromey.com>
467
468 PR cli/12326:
469 * gdb.cp/static-print-quit.exp: Update.
470 * lib/gdb.exp (pagination_prompt): Update.
471 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
472 * gdb.python/python.exp: Update.
473
474 2018-06-04 Joel Brobecker <brobecker@adacore.com>
475
476 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
477
478 2018-06-01 Joel Brobecker <brobecker@adacore.com>
479
480 * gdb.ada/bp_fun_addr: New testcase.
481
482 2018-06-01 Tom Tromey <tom@tromey.com>
483
484 * gdb.xml/tdesc-regs.exp (load_description): Update expected
485 results.
486 * gdb.dwarf2/method-ptr.exp: Set language to C++.
487 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
488 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
489 * gdb.base/maint.exp (maint_pass_if): Update.
490
491 2018-05-31 Maciej W. Rozycki <macro@mips.com>
492
493 * gdb.base/endian.exp: New test.
494 * gdb.base/endian.c: New test source.
495
496 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 PR gdb/23203
499 * gdb.base/bt-selected-frame.c: New file.
500 * gdb.base/bt-selected-frame.exp: New file.
501 * lib/gdb.exp (get_current_frame_number): New function.
502
503 2018-05-24 Maciej W. Rozycki <macro@mips.com>
504 Pedro Alves <palves@redhat.com>
505
506 * gdb.threads/tls-core.c: Include <stdlib.h>
507 (thread_proc): Call `abort'.
508 * gdb.threads/tls-core.exp: Generate a core with core_find too.
509 (tls_core_test): New procedure, bits factored out from ...
510 (top level): ... here. Test both native cores and gcore cores.
511
512 2018-05-23 Tom Tromey <tom@tromey.com>
513
514 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
515
516 2018-05-23 Tom Tromey <tom@tromey.com>
517
518 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
519 symfile_complaints.
520 (test_short_complaints): Likewise.
521 (test_empty_complaints): Likewise.
522 (test_initial_complaints): Update.
523
524 2018-05-23 Tom Tromey <tom@tromey.com>
525
526 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
527
528 2018-05-23 Tom Tromey <tom@tromey.com>
529
530 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
531 (test_short_complaints): Update.
532
533 2018-05-22 Pedro Alves <palves@redhat.com>
534
535 * gdb.base/remote.exp: Only gdb_start after compiling the
536 testcase. Issue "disconnect" before testing "set remote" command
537 defaults. Issue clean_restart before running to main.
538
539 2018-05-22 Pedro Alves <palves@redhat.com>
540
541 * gdb.base/remote.exp: Adjust expected output of "show remote
542 memory-write-packet-size". Add tests for "set remote
543 memory-write-packet-size 0" and "set remote
544 memory-write-packet-size fixed/limit".
545
546 2018-05-22 Pedro Alves <palves@redhat.com>
547
548 PR gdb/22973
549 * gdb.base/utf8-identifiers.c: New file.
550 * gdb.base/utf8-identifiers.exp: New file.
551
552 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
553
554 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
555
556 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
557
558 * gdb.arch/powerpc-vsx-gcore.exp: New file.
559
560 2018-05-18 Tom Tromey <tom@tromey.com>
561
562 * gdb.base/ptype-offsets.exp: Update.
563
564 2018-05-17 Keith Seitz <keiths@redhat.com>
565
566 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
567 in expected breakpoint stop locations.
568 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
569 move to proper scope to test variable values.
570 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
571 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
572 New functions.
573 (main): Call not_inline_func3.
574 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
575 inline_func1, inline_func2, and inline_func3. Test that when each
576 breakpoint is hit, GDB properly reports both the stop location
577 and the backtrace. Repeat tests for temporary breakpoints.
578
579 2018-05-15 Maciej W. Rozycki <macro@mips.com>
580
581 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
582 rather then trying to access it in determining whether the PID
583 of `gdbserver' could have been retrieved.
584
585 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.arch/amd64-init-x87-values.S: New file.
588 * gdb.arch/amd64-init-x87-values.exp: New file.
589
590 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
593
594 2018-05-04 Tom Tromey <tom@tromey.com>
595
596 PR python/22730:
597 * gdb.python/python.exp: Test multi-line execute.
598
599 2018-05-04 Tom Tromey <tom@tromey.com>
600
601 PR python/22731:
602 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
603
604 2018-05-04 Tom Tromey <tom@tromey.com>
605
606 PR gdb/11750:
607 * gdb.base/define.exp: Test defining a user command inside a user
608 command.
609 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
610
611 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
612 Pedro Alves <palves@redhat.com>
613
614 PR breakpoints/19806 and support for PR external/20207.
615 * gdb.base/watchpoint-unaligned.c: New file.
616 * gdb.base/watchpoint-unaligned.exp: New file.
617
618 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.base/maint.exp: Make test names unique, use
621 test_prefix_command_help to test 'help maint info', and remove
622 repeated test of 'help maint'.
623
624 2018-05-04 Tom Tromey <tom@tromey.com>
625
626 PR gdb/22619:
627 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
628 behavior.
629
630 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * gdb.base/maint.exp: Process output from 'maint print registers'
633 line at a time.
634
635 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
636
637 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
638 timeout.
639
640 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
641
642 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
643 filter pattern.
644
645 2018-05-02 Pedro Alves <palves@redhat.com>
646
647 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
648 to_log_command renames.
649 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
650
651 2018-05-02 Tom Tromey <tom@tromey.com>
652
653 * gdb.python/py-parameter.exp: Set test message.
654
655 2018-05-02 Tom Tromey <tom@tromey.com>
656
657 PR python/20084:
658 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
659 PARAM_ZUINTEGER_UNLIMITED tests.
660
661 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
662
663 PR rust/23124
664 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
665 when casting.
666
667 2018-04-30 Tom Tromey <tom@tromey.com>
668
669 * gdb.python/py-type.exp: Check align attribute.
670 * gdb.python/py-type.c: New "aligncheck" global.
671
672 2018-04-30 Tom Tromey <tom@tromey.com>
673
674 PR exp/17095:
675 * gdb.dwarf2/dw2-align.exp: New file.
676 * gdb.cp/align.exp: New file.
677 * gdb.base/align.exp: New file.
678 * lib/gdb.exp (gdb_int128_helper): New proc.
679 (has_int128_c, has_int128_cxx): New caching procs.
680
681 2018-04-27 Tom Tromey <tom@tromey.com>
682
683 PR rust/22545:
684 * gdb.rust/simple.exp: Add inclusive range tests.
685
686 2018-04-26 Pedro Alves <palves@redhat.com>
687
688 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
689 ifunc breakpoint locations correctly of ifunc breakpoints set
690 while the program resolves the ifunc.
691
692 2018-04-26 Pedro Alves <palves@redhat.com>
693
694 * gdb.base/gnu-ifunc-final.c: New file.
695 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
696 * gdb.base/gnu-ifunc.exp (executable): Delete.
697 (staticexecutable): Adjust.
698 (lib_opts, exec_opts): Delete.
699 (make_binsuffix, build, set-break): New procedures.
700 (misc_tests): New, with tests factored out from the top level.
701 (top level): Test different combinations of ifunc resolver name,
702 resolver with and with debug info, and ifunc target with and
703 without debug info. Wrap static tests with with_target_prefix.
704
705 2018-04-26 Pedro Alves <palves@redhat.com>
706
707 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
708 return type" warnings.
709
710 2018-04-25 Pedro Alves <palves@redhat.com>
711
712 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
713 killed".
714 * gdb.base/kill-after-signal.exp: Likewise.
715 * gdb.threads/kill.exp: Likewise.
716
717 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
718 Sergio Durigan Junior <sergiodj@redhat.com>
719 Pedro Alves <palves@redhat.com>
720
721 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
722 regexps to expect for '[Inferior ... detached]' as well.
723 * gdb.base/attach.exp: Likewise.
724 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
725 "gdb_continue_to_end".
726 (test_catch_syscall_with_wrong_args): Likewise.
727 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
728 ']'. Don't set 'verbose' on.
729 * gdb.base/foll-vfork.exp: Likewise.
730 * gdb.base/fork-print-inferior-events.c: New file.
731 * gdb.base/fork-print-inferior-events.exp: New file.
732 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
733 '[Inferior ... has been killed]' message.
734 * gdb.base/kill-after-signal.exp: Likewise.
735 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
736 detach message.
737 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
738 message.
739 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
740 regexps to expect for '[Inferior ... detached]' as well.
741 * gdb.threads/process-dies-while-detaching.exp: Likewise.
742
743 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
744
745 PR gdb/23104
746 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
747
748 2018-04-19 Richard Bunt <richard.bunt@arm.com>
749
750 * gdb.threads/multiple-successive-infcall.c: New test.
751 * gdb.threads/multiple-successive-infcall.exp: New file.
752
753 2018-04-17 Tom Tromey <tom@tromey.com>
754
755 * gdb.rust/simple.rs (Union): New type.
756 (main): New local "u".
757 * gdb.rust/simple.exp (test_one_slice): Add new test case.
758
759 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
760
761 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
762 number information in output of "whereis" command.
763 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
764
765 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
766
767 * gdb.ada/info_types.exp: Adjust expected output to the line
768 numbers now printed by "info var/func/type".
769 * gdb.base/completion.exp: Likewise.
770 * gdb.base/included.exp: Likewise.
771 * gdb.cp/cp-relocate.exp: Likewise.
772 * gdb.cp/cplusfuncs.exp: Likewise.
773 * gdb.cp/namespace.exp: Likewise.
774 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
775
776 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
777
778 * gdb.btrace/cpu.exp: New.
779
780 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
781
782 * gdb.base/step-indirect-call-thunk.exp: New.
783 * gdb.base/step-indirect-call-thunk.c: New.
784 * gdb.reverse/step-indirect-call-thunk.exp: New.
785 * gdb.reverse/step-indirect-call-thunk.c: New.
786
787 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
788
789 * gdb.base/pie-fork.c: New file.
790 * gdb.base/pie-fork.exp: New file.
791
792 2018-04-11 Tom Tromey <tom@tromey.com>
793
794 * gdb.rust/simple.exp: Add test for ".." struct initializer.
795
796 2018-04-10 Pedro Alves <palves@redhat.com>
797
798 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
799 exits. Instead loop running forever.
800 (fork_parent): Run forever too.
801
802 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
803
804 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
805 mi_continue_to_line.
806 * gdb.mi/mi-stack.c (callee4): Add comment.
807
808 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
809
810 * gdb.mi/mi-stack.exp: Fix indentation.
811
812 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
813
814 PR gdb/22979
815 * gdb.arch/amd64-osabi.exp: New file.
816
817 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
818
819 PR gdb/22980
820 * gdb.base/osabi.exp: New file.
821
822 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
823
824 * gdb.cp/static-typedef-print.exp: New file.
825 * gdb.cp/static-typedef-print.cc: New file.
826
827 2018-03-27 Joel Brobecker <brobecker@adacore.com>
828
829 * gdb.ada/varsize_limit: New testcase.
830
831 2018-03-27 Joel Brobecker <brobecker@adacore.com>
832
833 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
834
835 * gdb.ada/notcplusplus: New testcase.
836
837 * gdb.base/c-linkage-name.c: New file.
838 * gdb.base/c-linkage-name.exp: New testcase.
839
840 2018-03-26 Tom Tromey <tom@tromey.com>
841
842 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
843 * gdb.python/py-framefilter.py (name_error): New global.
844 (ErrorInName.function): Use name_error.
845
846 2018-03-26 Tom Tromey <tom@tromey.com>
847
848 PR backtrace/15582:
849 * gdb.python/py-framefilter.exp: Add "bt hide" test.
850
851 2018-03-23 Keith Seitz <keiths@redhat.com>
852
853 PR c++/22968
854 * gdb.cp/subtypes.exp: New file.
855 * gdb.cp/subtypes.h: New file.
856 * gdb.cp/subtypes.cc: New file.
857 * gdb.cp/subtypes-2.cc: New file.
858
859 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
860
861 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
862 (done): Call '_exit' not 'exit' to avoid atexit handlers.
863 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
864 -nostartfiles when compiling the test. Confirm that all registers
865 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
866
867 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
868
869 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
870 option, syntax was wrong anyway.
871 * gdb.arch/arm-disp-step.exp: Likewise.
872 * gdb.arch/sparc64-regs.exp: Likewise.
873 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
874 option, syntax was wrong anyway, switch to use
875 prepare_for_testing.
876 * gdb.arch/i386-disp-step.exp: Likewise.
877
878 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
879
880 * gdb.ada/exec_changed.exp: Replace "target_info exists
881 use_gdb_stub" by "use_gdb_stub".
882 * gdb.ada/start.exp: Likewise.
883 * gdb.base/async-shell.exp: Likewise.
884 * gdb.base/attach-pie-misread.exp: Likewise.
885 * gdb.base/attach-wait-input.exp: Likewise.
886 * gdb.base/break-entry.exp: Likewise.
887 * gdb.base/break-interp.exp: Likewise.
888 * gdb.base/dprintf-detach.exp: Likewise.
889 * gdb.base/nostdlib.exp: Likewise.
890 * gdb.base/solib-nodir.exp: Likewise.
891 * gdb.base/statistics.exp: Likewise.
892 * gdb.base/testenv.exp: Likewise.
893 * gdb.mi/mi-exec-run.exp: Likewise.
894 * gdb.mi/mi-start.exp: Likewise.
895 * gdb.multi/dummy-frame-restore.exp: Likewise.
896 * gdb.multi/multi-arch-exec.exp: Likewise.
897 * gdb.multi/multi-arch.exp: Likewise.
898 * gdb.multi/tids.exp: Likewise.
899 * gdb.multi/watchpoint-multi.exp: Likewise.
900 * gdb.python/py-events.exp: Likewise.
901 * gdb.threads/attach-into-signal.exp: Likewise.
902 * gdb.threads/attach-stopped.exp: Likewise.
903 * gdb.threads/threadapply.exp: Likewise.
904 * lib/selftest-support.exp: Likewise.
905
906 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
907
908 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
909
910 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
911
912 * gdb.perf/template-breakpoints.cc: New file.
913 * gdb.perf/template-breakpoints.exp: New file.
914 * gdb.perf/template-breakpoints.py: New file.
915
916 2018-03-19 Tom Tromey <tom@tromey.com>
917
918 * gdb.rust/simple.rs (main): Add local variables field1, field2,
919 y0.
920 * gdb.rust/simple.exp: Test bare identifier form of struct
921 initializer.
922
923 2018-03-19 Tom Tromey <tom@tromey.com>
924
925 * gdb.gdb/observer.exp: Remove.
926
927 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
928
929 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
930 "qualified" option when setting breakpoints.
931 * gdb.trace/backtrace.exp: Likewise.
932 * gdb.trace/circ.exp: Likewise.
933 * gdb.trace/collection.exp: Likewise.
934 * gdb.trace/disconnected-tracing.exp: Likewise.
935 * gdb.trace/ftrace-lock.exp: Likewise.
936 * gdb.trace/ftrace.exp: Likewise.
937 * gdb.trace/infotrace.exp: Likewise.
938 * gdb.trace/packetlen.exp: Likewise.
939 * gdb.trace/passc-dyn.exp: Likewise.
940 * gdb.trace/qtro.exp: Likewise.
941 * gdb.trace/read-memory.exp: Likewise.
942 * gdb.trace/report.exp: Likewise.
943 * gdb.trace/signal.exp: Likewise.
944 * gdb.trace/status-stop.exp: Likewise.
945 * gdb.trace/strace.exp: Likewise.
946 * gdb.trace/tfind.exp: Likewise.
947 * gdb.trace/trace-break.exp: Likewise.
948 * gdb.trace/trace-condition.exp: Likewise.
949 * gdb.trace/trace-mt.exp: Likewise.
950 * gdb.trace/tstatus.exp: Likewise.
951 * gdb.trace/tsv.exp: Likewise.
952 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
953 * gdb.trace/unavailable.exp: Likewise.
954 * gdb.trace/while-dyn.exp: Likewise.
955
956 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
957
958 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
959 that libinproctrace is copied to the target.
960
961 2018-03-14 Tom Tromey <tom@tromey.com>
962
963 PR cli/14977:
964 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
965 a null pointer.
966 * gdb.base/wchar.exp: Likewise.
967
968 2018-03-14 Tom Tromey <tom@tromey.com>
969
970 PR cli/19918:
971 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
972 flag.
973
974 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
975
976 PR gdb/22841
977 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
978 "target" to remote_exec.
979
980 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
981
982 PR gdb/22841
983 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
984 ${board}_upload): Remove.
985
986 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
987
988 * gdb.cp/watch-cp.cc: New test.
989 * gdb.cp/watch-cp.exp: New file.
990
991 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
992
993 * gdb.base/infcall-nested-structs.exp: New file.
994 * gdb.base/infcall-nested-structs.c: New file.
995 * gdb.base/float.exp: Add riscv support.
996
997 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
998
999 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1000 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1001
1002 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1003
1004 * gdb.server/abspath.exp: New file.
1005 * lib/gdb.exp (with_cwd): New procedure.
1006
1007 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1008
1009 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1010 use it.
1011 (gdb_is_target_remote_prompt): New proc.
1012 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1013 (gdb_is_target_native): Pass prompt parameter to
1014 gdb_is_target_1.
1015
1016 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1017
1018 * gdb.base/load-command.c: New file.
1019 * gdb.base/load-command.exp: New file.
1020 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1021 (gdb_is_target_1): ...this, and generalize for other targets
1022 than just remote.
1023 (gdb_is_target_remote): Use gdb_is_target_1.
1024 (gdb_is_target_native): use gdb_is_target_1.
1025
1026 2018-02-26 Tom Tromey <tom@tromey.com>
1027
1028 PR python/16497:
1029 * gdb.python/py-framefilter.exp: Update test.
1030
1031 2018-02-26 Tom Tromey <tom@tromey.com>
1032
1033 * gdb.dwarf2/variant.c: New file.
1034 * gdb.dwarf2/variant.exp: New file.
1035
1036 2018-02-26 Tom Tromey <tom@tromey.com>
1037
1038 * gdb.rust/simple.exp: Accept more possible results in enum test.
1039
1040 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1041
1042 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1043 parentheses.
1044
1045 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1046
1047 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1048 name of a variable: $actual_linejj -> $actual_line.
1049
1050 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1051
1052 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1053
1054 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1055
1056 * gdb.btrace/buffer-size.exp: Do not force BTS.
1057
1058 2018-02-14 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1061 getting a "Quit".
1062
1063 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1064
1065 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1066 Fix test name.
1067
1068 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1069
1070 * gdb.cp/m-static.exp: Check type of optimized out static
1071 member.
1072
1073 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1074
1075 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1076 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1077
1078 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1079 Leszek Swirski <leszeks@google.com>
1080
1081 * gdb.python/py-prettyprint.c
1082 (struct to_string_returns_value_inner,
1083 struct to_string_returns_value_wrapper): New.
1084 (main): Add tsrvw variable.
1085 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1086 ToStringReturnsValueWrapper): New classes.
1087 (register_pretty_printers): Register new pretty-printers.
1088 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1089 recursive pretty printer.
1090 * gdb.python/py-mi.exp: Likewise.
1091
1092 2018-02-01 Leszek Swirski <leszeks@google.com>
1093
1094 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1095 functions with the same name as an include file are parsed
1096 correctly.
1097
1098 2018-02-01 Yao Qi <yao.qi@linaro.org>
1099
1100 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1101 "\[^\r\n\]*".
1102
1103 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1104
1105 * gdb.arch/powerpc-prologue-frame.s: New file.
1106 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1107 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1108
1109 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1110
1111 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1112
1113 2018-01-30 Pedro Alves <palves@redhat.com>
1114
1115 PR gdb/13211
1116 * gdb.base/interrupt-daemon.c: New.
1117 * gdb.base/interrupt-daemon.exp: New.
1118 * gdb.multi/multi-term-settings.c: New.
1119 * gdb.multi/multi-term-settings.exp: New.
1120
1121 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1122
1123 * gdb.base/break.exp: Save the location where the breakpoint
1124 on break.c:47 was actually inserted when debugging the version
1125 compiled at -O2 and use it in the expected output of the "info
1126 break" test performed soon after.
1127
1128 2018-01-22 Pedro Alves <palves@redhat.com>
1129 Sergio Durigan Junior <sergiodj@redhat.com>
1130
1131 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1132 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1133
1134 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1135
1136 * gdb.base/break-include.c, gdb.base/break-include.inc,
1137 gdb.base/break-include.exp: New files.
1138 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1139 line number now being the actual line number where the breakpoint
1140 was inserted.
1141 * gdb.mi/mi-break.exp: Likewise.
1142 * gdb.mi/mi-reverse.exp: Likewise.
1143 * gdb.mi/mi-simplerun.exp: Ditto.
1144
1145 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1148 varobj.
1149 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1150
1151 2018-01-21 Don Breazeal <donb@codesourcery.com>
1152 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.mi/basics.c: Add new global.
1155 * gdb.mi/mi-frame-regs.exp: New file.
1156 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1157 case.
1158
1159 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1162 non-parameter, and on an unknown symbol.
1163
1164 2018-01-19 Tom Tromey <tom@tromey.com>
1165
1166 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1167 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1168
1169 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1170
1171 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1172 setrlimit and chdir to int.
1173
1174 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1175
1176 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1177 function.
1178 (my_tend): Likewise.
1179 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1180 rationale of avoiding FP- and vector instructions.
1181
1182 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1183
1184 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1185 "info reg" with "\[ \t\]*".
1186 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1187 "\[ \t\]+".
1188 * gdb.arch/s390-multiarch.exp: Ditto.
1189 * gdb.base/pc-fp.exp: Ditto.
1190 * gdb.reverse/i386-precsave.exp: Ditto.
1191 * gdb.reverse/i386-reverse.exp: Ditto.
1192 * gdb.reverse/i387-env-reverse.exp: Ditto.
1193 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1194
1195 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1196
1197 * lib/gdb.exp (gdb_compile): Re-enable use of
1198 universal_compile_options for languages other than Rust.
1199
1200 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1201
1202 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1203
1204 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1205
1206 PR gdb/16577
1207 * gdb.base/solib-vanish.exp: New.
1208 * gdb.base/solib-vanish-main.c: New.
1209 * gdb.base/solib-vanish-lib1.c: New.
1210 * gdb.base/solib-vanish-lib2.c: New.
1211
1212 2018-01-17 Yao Qi <yao.qi@linaro.org>
1213
1214 * gdb.compile/compile.exp: Match the address printed for
1215 frame in the output of command "bt".
1216
1217 2018-01-15 Tom Tromey <tom@tromey.com>
1218
1219 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1220 compute sp_reg.
1221
1222 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1225 to prepare.
1226 (prepare): Return 0 on error, 1 on success.
1227
1228 2018-01-12 Pedro Alves <palves@redhat.com>
1229
1230 * gdb.base/continue-after-aborted-step-over.c: New.
1231 * gdb.base/continue-after-aborted-step-over.exp: New.
1232
1233 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1234
1235 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1236 options when not creating an executable.
1237
1238 2018-01-11 Pedro Alves <palves@redhat.com>
1239
1240 PR remote/22597
1241 * gdb.server/stop-reply-no-thread.c: New file.
1242 * gdb.server/stop-reply-no-thread.exp: New file.
1243
1244 2018-01-10 Pedro Alves <palves@redhat.com>
1245
1246 PR gdb/22670
1247 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1248 functions too. Test setting breakpoints and printing C functions
1249 with no debug info too.
1250 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1251
1252 2018-01-10 Pedro Alves <palves@redhat.com>
1253
1254 PR gdb/22670
1255 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1256 a fail.
1257
1258 2018-01-10 Pedro Alves <palves@redhat.com>
1259
1260 PR gdb/22670
1261 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1262
1263 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1264
1265 * gdb.server/unittest.exp: Match the output in non-development
1266 mode.
1267
1268 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1269
1270 * gdb.gdb/unittest.exp: Match output in non-development mode.
1271
1272 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1273
1274 * gdb.ada/access_tagged_param.exp: Relax expected output
1275 for value of "ObjL" in "continue" to pck.inspect breakpoint
1276 test.
1277
1278 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1279
1280 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1281 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1282
1283 2018-01-05 Pedro Alves <palves@redhat.com>
1284
1285 PR gdb/18653
1286 * gdb.base/libsegfault.exp: New.
1287
1288 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1289
1290 PR gdb/22670
1291 * gdb.ada/access_tagged_param.exp: New file.
1292 * gdb.ada/access_tagged_param/foo.adb: New file.
1293
1294 2018-01-05 Pedro Alves <palves@redhat.com>
1295
1296 PR gdb/22670
1297 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1298 exercise lower case too, and to exercise both full matching and
1299 wild matching.
1300
1301 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1302
1303 * gdb.ada/rename_subscript_param: New testcase.
1304
1305 2018-01-05 Jerome Guitton <guitton@adacore.com>
1306
1307 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1308
1309 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1310
1311 * gdb.ada/convvar_comp: New testcase.
1312
1313 2018-01-05 Xavier Roirand <roirand@adacore.com>
1314
1315 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1316 (My_Table): New global variable.
1317 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1318
1319 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1320
1321 PR gdb/22670
1322 * gdb.ada/maint_with_ada: New testcase.
1323
1324 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1325
1326 PR gdb/22670
1327 * gdb.ada/bp_c_mixed_case: New testcase.
1328
1329 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1330
1331 PR gdb/22670
1332 * gdb.ada/complete.exp: Add "complete break ada" test.
1333
1334 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1335
1336 PR gdb/22670
1337 * gdb.ada/info_addr_mixed_case: New testcase.
1338
1339 2018-01-03 Xavier Roirand <roirand@adacore.com>
1340
1341 * gdb.ada/excep_handle.exp: New testcase.
1342 * gdb.ada/excep_handle/foo.adb: New file.
1343 * gdb.ada/excep_handle/pck.ads: New file.
1344
1345 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1346
1347 * gdb.base/step-line.c: Add extra empty line in copyright header.
1348 * gdb.base/step-line.inp: Likewise.
1349
1350 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1351
1352 * gdb.ada/dyn_stride.exp: Add slice test.
1353
1354 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1355
1356 * gdb.ada/dyn_stride: New testcase.
1357
1358 2017-12-27 Stafford Horne <shorne@gmail.com>
1359
1360 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1361 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1362
1363 2017-12-27 Stafford Horne <shorne@gmail.com>
1364
1365 * gdb.base/reggroups.c: New file.
1366 * gdb.base/reggroups.exp: New file.
1367
1368 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1369
1370 * gdb.dwarf2/ada-valprint-error.c: New file.
1371 * gdb.dwarf2/ada-valprint-error.exp: New file.
1372
1373 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1374
1375 * gdb.ada/assign_arr: New testcase.
1376
1377 2017-12-18 Xavier Roirand <roirand@adacore.com>
1378
1379 * gdb.ada/funcall_ptr: New testcase.
1380
1381 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1382
1383 PR cli/16224
1384 * gdb.base/ptype-offsets.cc: New file.
1385 * gdb.base/ptype-offsets.exp: New file.
1386
1387 2017-12-15 Yao Qi <yao.qi@linaro.org>
1388
1389 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1390 if XML is disabled.
1391
1392 2017-12-15 Xavier Roirand <roirand@adacore.com>
1393
1394 * gdb.ada/same_component_name: New testcase.
1395
1396 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1397
1398 * gdb.ada/str_binop_equal: New testcase.
1399
1400 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1401
1402 * gdb.ada/task_switch_in_core: New testcase.
1403
1404 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1405
1406 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1407 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1408 call test_bkpt_qualified.
1409 (test_bkpt_qualified): New proc.
1410
1411 2017-12-13 Pedro Alves <palves@redhat.com>
1412
1413 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1414 Tighten regexp by matching with an anchor.
1415
1416 2017-12-13 Pedro Alves <palves@redhat.com>
1417
1418 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1419 ("expression with namespace"): New set of tests.
1420 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1421 (Nested::Test_NS::qux): New.
1422 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1423 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1424
1425 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1426
1427 * gdb.base/server-del-break.c: New file.
1428 * gdb.base/server-del-break.exp: New file.
1429
1430 2017-12-12 Stafford Horne <shorne@gmail.com>
1431
1432 * gdb.xml/tdesc-regs.exp: Add or1k support.
1433
1434 2017-12-12 Stafford Horne <shorne@gmail.com>
1435
1436 * gdb.base/bp-permanent.c: Define nop of or1k.
1437
1438 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1439
1440 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1441 output with components being reordered.
1442
1443 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1444
1445 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1446 output with components being reordered.
1447
1448 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1449 Pedro Alves <palves@redhat.com>
1450
1451 * gdb.base/maint.exp (check for .gdb_index): Check also for
1452 .debug_names.
1453 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1454 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1455 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1456 (.gdb_index used after symbol reloading): Support also .debug_names.
1457 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1458
1459 2017-12-08 Yao Qi <yao.qi@linaro.org>
1460
1461 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1462 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1463
1464 2017-12-08 Yao Qi <yao.qi@linaro.org>
1465
1466 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1467 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1468
1469 2017-12-08 Yao Qi <yao.qi@linaro.org>
1470
1471 * gdb.arch/aarch64-tagged-pointer.c: New file.
1472 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1473
1474 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1475
1476 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1477 "int".
1478
1479 2017-12-07 Keith Seitz <keiths@redhat.com>
1480
1481 PR breakpoints/22569
1482 * gdb.linespec/ls-errs.exp: Change expected result of "break
1483 -source this file has spaces.c -line 3".
1484 Check that an explicit source file followed by whitespace is
1485 identified as an invalid explicit location.
1486
1487 2017-12-07 Keith Seitz <keiths@redhat.com>
1488
1489 * gdb.cp/nested-types.cc: New file.
1490 * gdb.cp/nested-types.exp: New file.
1491 * lib/cp-support.exp: Load data-structures.exp library.
1492 (debug_cp_test_ptype_class): New global.
1493 (cp_ptype_class_verbose, next_line): New procedures.
1494 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1495 Add and document new return value.
1496 Switch the list of lines to a queue.
1497 Add support for new `type' key for nested type definitions.
1498 Add debugging/troubleshooting messages.
1499 * lib/data-structures.exp: New file.
1500
1501 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1502
1503 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1504 with proc_with_prefix, don't use with_test_prefix.
1505
1506 2017-12-07 Tom Tromey <tom@tromey.com>
1507
1508 * gdb.base/break.exp: Add test for empty "commands".
1509
1510 2017-12-07 Yao Qi <yao.qi@linaro.org>
1511
1512 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1513 malloc and catch syscall.
1514
1515 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1516
1517 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1518 tests for explicit locations.
1519
1520 2017-12-06 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1523 force-disabling XML descriptions.
1524
1525 2017-12-04 Pedro Alves <palves@redhat.com>
1526
1527 PR gdb/22499
1528 * gdb.arch/amd64-disp-step-avx.S: New file.
1529 * gdb.arch/amd64-disp-step-avx.exp: New file.
1530
1531 2017-12-03 Pedro Alves <palves@redhat.com>
1532
1533 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1534 and <string.h>.
1535 (parent_function): Print distinct messages when waitpid fails, or
1536 the child exits with a signal, or the child exits for an unhandled
1537 reason.
1538 * gdb.threads/process-dies-while-detaching.exp
1539 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1540 it. Wait for both inferior output and GDB's prompt. Use an
1541 indirect spawn id list.
1542 (do_detach): New parameter 'child_exit'. Use it to compute
1543 expected inferior output.
1544 (test_detach, test_detach_watch, test_detach_killed_outside):
1545 Adjust to pass down the expected child exit kind.
1546
1547 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1548 Sergio Durigan Junior <sergiodj@redhat.com>
1549 Pedro Alves <palves@redhat.com>
1550
1551 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1552
1553 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1554
1555 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1556 to 'symbol-file' and 'add-symbol-file' can be
1557 position-independent.
1558
1559 2017-12-01 Yao Qi <yao.qi@linaro.org>
1560
1561 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1562 the URL in copyright header.
1563 * gdb.arch/aarch64-fp.exp: Likewise.
1564 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1565 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1566 * gdb.base/expand-psymtabs.exp: Likewise.
1567 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1568 * gdb.fortran/common-block.exp: Likewise.
1569 * gdb.fortran/common-block.f90: Likewise.
1570 * gdb.fortran/logical.exp: Likewise.
1571 * gdb.fortran/vla-datatypes.f90: Likewise.
1572 * gdb.fortran/vla-sub.f90: Likewise.
1573
1574 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1575
1576 * gdb.ada/repeat_dyn: New testcase.
1577
1578 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1579
1580 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1581 Update for changed thread numbering.
1582 * gdb.cell/bt.exp: Update for changed GDB output.
1583
1584 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1585
1586 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1587 setting isremote by hand.
1588 * boards/dwarf4-gdb-index.exp: Likewise.
1589 * boards/fission.exp: Likewise.
1590 * boards/stabs.exp: Likewise.
1591
1592 2017-11-30 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.linespec/cpls-ops.exp
1595 (check_explicit_skips_function_argument): Extract the underlying
1596 type of size_t instead of hardcoding it.
1597
1598 2017-11-29 Pedro Alves <palves@redhat.com>
1599
1600 PR c++/19436
1601 * gdb.linespec/cpls-abi-tag.cc: New file.
1602 * gdb.linespec/cpls-abi-tag.exp: New file.
1603
1604 2017-11-29 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.base/langs.exp: Use -qualified.
1607 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1608 it.
1609 * gdb.cp/namespace.exp: Use -qualified.
1610 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1611 (overload-3, template-overload, template-ret-type, const-overload)
1612 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1613 procedures.
1614 (test_driver): Call them.
1615 * gdb.cp/save-bp-qualified.cc: New.
1616 * gdb.cp/save-bp-qualified.exp: New.
1617 * gdb.linespec/explicit.exp: Test -qualified.
1618 * lib/completion-support.exp (completion::explicit_opts_list): Add
1619 "-qualified".
1620 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1621
1622 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1623
1624 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1625
1626 2017-11-29 Tom Tromey <tom@tromey.com>
1627
1628 * gdb.base/relocate.exp: Update invalid argument test.
1629 Add new tests for invalid arguments.
1630
1631 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1632
1633 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1634 Return 0 as a long.
1635 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1636
1637 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1638
1639 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1640 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1641 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1642 func ().
1643 * gdb.cp/shadow.cc (B.func): Return 0.
1644
1645 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1646
1647 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1648 expected output in gdb_expect call to allow the exception
1649 message to be present as well. Fix syntax confusion to avoid
1650 TCL thinking that exception_name is an array.
1651
1652 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1653
1654 * gdb.arch/spu-info.c: Include <unistd.h>.
1655 (do_signal_test): Fix broken calls to write.
1656 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1657 Fix checks for empty mailboxes. Update signal tests for corrected
1658 do_signal_test routine. Allow nonzero event status.
1659 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1660 * gdb.cell/arch.exp: Use standard_output_file.
1661 * gdb.cell/break.exp: Likewise.
1662 * gdb.cell/bt.exp: Likewise.
1663 * gdb.cell/core.exp: Likewise.
1664 * gdb.cell/dwarfaddr.exp: Likewise.
1665 * gdb.cell/ea-cache.exp: Likewise.
1666 * gdb.cell/ea-standalone.exp: Likewise.
1667 * gdb.cell/f-regs.exp: Likewise.
1668 * gdb.cell/fork.exp: Likewise.
1669 * gdb.cell/gcore.exp: Likewise.
1670 * gdb.cell/mem-access.exp: Likewise.
1671 * gdb.cell/ptype.exp: Likewise.
1672 * gdb.cell/registers.exp: Likewise.
1673 * gdb.cell/sizeof.exp: Likewise.
1674 * gdb.cell/solib-symbol.exp: Likewise.
1675 * gdb.cell/solib.exp: Likewise.
1676
1677 2017-11-25 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.base/complete-empty.exp: New file.
1680 * gdb.base/completion.exp: Adjust.
1681
1682 2017-11-25 Pedro Alves <palves@redhat.com>
1683
1684 * gdb.linespec/cpls-ops.cc: New file.
1685 * gdb.linespec/cpls-ops.exp: New file.
1686 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1687 factored out from ...
1688 (test_complete_prefix_range): ... this.
1689
1690 2017-11-24 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.linespec/cpcompletion.exp: New file.
1693 * gdb.linespec/cpls-hyphen.cc: New file.
1694 * gdb.linespec/cpls.cc: New file.
1695 * gdb.linespec/cpls2.cc: New file.
1696 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1697 test to use test_gdb_complete_unique. Add label completion,
1698 keyword completion and explicit location completion tests.
1699 * lib/completion-support.exp: New file.
1700
1701 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1702
1703 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1704 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1705 when hitting an exception catchpoint.
1706
1707 2017-11-22 Yao Qi <yao.qi@linaro.org>
1708
1709 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1710
1711 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1712
1713 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1714 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1715 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1716
1717 2017-11-22 Yao Qi <yao.qi@linaro.org>
1718
1719 * gdb.base/info-os.exp: Pass pthreads.
1720 * gdb.multi/multi-attach.exp: Likewise.
1721
1722 2017-11-22 Yao Qi <yao.qi@linaro.org>
1723
1724 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1725 compiler.
1726
1727 2017-11-22 Yao Qi <yao.qi@linaro.org>
1728
1729 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1730 * gdb.base/break-interp.exp: Likewise.
1731 * gdb.base/jit-attach-pie.exp: Likewise.
1732
1733 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1734
1735 * gdb.base/float128.c (large128): New variable.
1736 * gdb.base/float128.exp: Add test to print largest __float128 value.
1737
1738 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1739
1740 * gdb.arch/vsx-regs.exp: Update register content checks.
1741
1742 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1743
1744 * gdb.arch/ppc-longdouble.exp: New file.
1745 * gdb.arch/ppc-longdouble.c: Likewise.
1746
1747 2017-11-21 Pedro Alves <palves@redhat.com>
1748
1749 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1750
1751 2017-11-20 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1754 (long_double_typedef): New typedefs.
1755 Use DEF on double and long double.
1756 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1757 cases.
1758 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1759 and 'long_double_ptr_same_size' locals. Use them to decide
1760 whether cast from array/function to float is valid/invalid.
1761
1762 2017-11-17 Tom Tromey <tom@tromey.com>
1763
1764 * gdb.rust/traits.rs: New file.
1765 * gdb.rust/traits.exp: New file.
1766
1767 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1768
1769 * gdb.ada/minsyms: New testcase.
1770
1771 2017-11-16 Pedro Alves <palves@redhat.com>
1772
1773 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1774 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1775
1776 2017-11-16 Pedro Alves <palves@redhat.com>
1777
1778 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1779 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1780
1781 2017-11-16 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.server/reconnect-ctrl-c.c: New file.
1784 * gdb.server/reconnect-ctrl-c.exp: New file.
1785
1786 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1787
1788 * gdb.python/py-rbreak.exp: New file.
1789 * gdb.python/py-rbreak.c: New file.
1790 * gdb.python/py-rbreak-func2.c: New file.
1791
1792 2017-11-16 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1795 pattern.
1796 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1797 GDB.
1798
1799 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1800
1801 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1802 regex.
1803
1804 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1805
1806 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1807 test names.
1808
1809 2017-11-09 Pedro Alves <palves@redhat.com>
1810
1811 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1812 factored out from ...
1813 (top level): ... here, and adjusted to avoid expecting beyond the
1814 prompt in a single gdb_test_multiple.
1815
1816 2017-11-09 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1819 output.
1820 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1821 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1822 * gdb.server/ext-run.exp ("kill" test): Likewise.
1823 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1824
1825 2017-11-09 Pedro Alves <palves@redhat.com>
1826
1827 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1828 match till end of line.
1829
1830 2017-11-09 Pedro Alves <palves@redhat.com>
1831
1832 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1833
1834 2017-11-09 Pedro Alves <palves@redhat.com>
1835
1836 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1837 New procedures, factored out from ...
1838 (top level): ... here, and adjusted to avoid expecting beyond the
1839 prompt in one go.
1840
1841 2017-11-09 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1844 output. Fix '?' match.
1845
1846 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1847
1848 * gdb.ada/scoped_watch: New testcase.
1849 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1850 which is actually correct.
1851 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1852 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1853
1854 2017-11-08 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.gdb/complaints.exp (test_initial_complaints)
1857 (test_serial_complaints, test_short_complaints): Call
1858 complaint_internal instead of complaint.
1859
1860 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1861
1862 * gdb.threads/tls-core.c: New file.
1863 * gdb.threads/tls-core.exp: Likewise.
1864
1865 2017-11-08 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1868 (p Exported_Capitalized): New test.
1869 (p exported_capitalized): New test.
1870
1871 2017-11-07 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1874
1875 2017-11-07 Pedro Alves <palves@redhat.com>
1876
1877 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1878 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1879 (disable_invalid, disable_inverted, disable_negative): New
1880 procedures.
1881 ("bad numbers"): New set of tests.
1882
1883 2017-11-07 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.cp/ena-dis-br-range.exp: Add tests.
1886
1887 2017-11-07 Pedro Alves <palves@redhat.com>
1888
1889 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1890
1891 2017-11-07 Xavier Roirand <roirand@adacore.com>
1892 Pedro Alves <palves@redhat.com>
1893
1894 * gdb.base/ena-dis-br.exp: Add reference to
1895 gdb.cp/ena-dis-br-range.exp.
1896 * gdb.cp/ena-dis-br-range.exp: New file.
1897 * gdb.cp/ena-dis-br-range.cc: New file.
1898
1899 2017-11-06 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.base/attach-non-pgrp-leader.c: New.
1902 * gdb.base/attach-non-pgrp-leader.exp: New.
1903
1904 2017-11-06 Pedro Alves <palves@redhat.com>
1905
1906 * configure.ac: No longer check for termio.h and sgtty.h.
1907 * configure: Regenerate.
1908 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1909 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1910 Remove termio and sgtty code.
1911
1912 2017-11-03 Yao Qi <yao.qi@linaro.org>
1913
1914 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1915 in GDB is disabled.
1916
1917 2017-11-03 Yao Qi <yao.qi@linaro.org>
1918
1919 * gdb.python/py-thrhandle.exp: Skip it if python is not
1920 enabled.
1921
1922 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1923
1924 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1925 as a breakpoint command.
1926
1927 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1928
1929 PR python/21213
1930 * gdb.python/py-infthread.exp: Test calling
1931 InferiorThread.inferior () multiple times in a row.
1932
1933 2017-10-27 Keith Seitz <keiths@redhat.com>
1934
1935 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1936 Test "info break" for every inlined function breakpoint.
1937
1938 2017-10-27 Yao Qi <yao.qi@linaro.org>
1939
1940 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1941
1942 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1943
1944 * gdb.cp/classes.exp (test_static_members): Test printing
1945 Outer::instance.
1946 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1947 (Inner::instance, Outer::instance): New.
1948
1949 2017-10-24 Pedro Alves <palves@redhat.com>
1950
1951 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1952 extra console" test in two stages.
1953
1954 2017-10-24 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1957
1958 2017-10-24 Pedro Alves <palves@redhat.com>
1959
1960 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1961 loop.
1962
1963 2017-10-24 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1966 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1967
1968 2017-10-24 Pedro Alves <palves@redhat.com>
1969
1970 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1971 parameter and handle it. Don't output read value in test name.
1972
1973 2017-10-24 Pedro Alves <palves@redhat.com>
1974
1975 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1976 custom test name.
1977
1978 2017-10-24 Pedro Alves <palves@redhat.com>
1979
1980 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1981 include the unstable output directory name in the test's name.
1982 (initial_setup_simple) <'set args'>: Use custom test name.
1983
1984 2017-10-24 Pedro Alves <palves@redhat.com>
1985
1986 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1987 with explicit test name.
1988
1989 2017-10-20 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1992 'wait -i'. Use gdb_assert and remote_close.
1993
1994 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1995
1996 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1997 number from variable rather than hard-coded.
1998
1999 2017-10-19 Pedro Alves <palves@redhat.com>
2000
2001 * gdb.base/long-inferior-output.c: New file.
2002 * gdb.base/long-inferior-output.exp: New file.
2003
2004 2017-11-18 Keith Seitz <keiths@redhat.com>
2005
2006 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2007 method.
2008 (main): Call it.
2009 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2010 Add additional user-defined conversion operator tests.
2011
2012 2017-10-17 Pedro Alves <palves@redhat.com>
2013
2014 * boards/native-stdio-gdbserver.exp: Load "local-board".
2015
2016 2017-10-17 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/quit-live.c: New file.
2019 * gdb.base/quit-live.exp: New file.
2020
2021 2017-10-16 Keith Seitz <keiths@redhat.com>
2022
2023 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2024 (class_with_protected_typedef, class_with_private_typedef)
2025 (struct_with_public_typedef, struct_with_protected_typedef)
2026 (struct_with_private_typedef): New classes/structs.
2027 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2028 typedefs and access specifiers.
2029
2030 2017-10-16 Pedro Alves <palves@redhat.com>
2031 Simon Marchi <simon.marchi@polymtl.ca>
2032
2033 * README (Local vs Remote vs Native): New section.
2034 * boards/local-board.exp: New file, with bits factored out from
2035 ...
2036 * boards/native-extended-gdbserver.exp: ... here. Load
2037 "local-board".
2038 * boards/native-gdbserver.exp: Load "local-board".
2039 (${board}_spawn, ${board}_exec): Delete.
2040 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2041 ...
2042 * boards/stdio-gdbserver-base.exp: ... this new file.
2043 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2044 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2045 procedure.
2046 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2047 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2048 stdio_gdbserver_command.
2049 (${board}_get_remote_address, ${board}_get_comm_port)
2050 (${board}_download, ${board}_upload): Delete.
2051 (get_target_remote_pipe_cmd): New.
2052
2053 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2054
2055 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2056 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2057 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2058 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2059 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2060 remove with_test_prefix.
2061
2062 2017-10-13 Pedro Alves <palves@redhat.com>
2063
2064 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2065 * gdb.base/annota1.exp: Use it instead of is_remote.
2066 * gdb.base/annota3.exp: Use it instead of is_remote.
2067 * gdb.cp/annota2.exp: Use it instead of is_remote.
2068 * gdb.cp/annota3.exp: Use it instead of is_remote.
2069 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2070
2071 2017-10-13 Pedro Alves <palves@redhat.com>
2072
2073 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2074 (test_num_test_vars, run_and_count_vars, find_env)
2075 (test_set_unset_env, test_inherit_env_var): New procedures.
2076 (top level): Use them.
2077
2078 2017-10-13 Pedro Alves <palves@redhat.com>
2079
2080 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2081 also skip on stub-like targets.
2082
2083 2017-10-13 Pedro Alves <palves@redhat.com>
2084
2085 PR gdb/22293
2086 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2087 (top level): Move some tests to ...
2088 (test_not_found): ... this new procedure.
2089 (top level): Call it.
2090
2091 2017-10-13 Pedro Alves <palves@redhat.com>
2092
2093 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2094 expect different "info terminal" output if testing with a
2095 non-native target.
2096
2097 2017-10-13 Pedro Alves <palves@redhat.com>
2098 Simon Marchi <simon.marchi@polymtl.ca>
2099
2100 PR python/12966
2101 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2102
2103 2017-10-13 Pedro Alves <palves@redhat.com>
2104
2105 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2106 already.
2107
2108 2017-10-13 Pedro Alves <palves@redhat.com>
2109
2110 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2111 is_remote.
2112
2113 2017-10-13 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2116 is_remote.
2117
2118 2017-10-13 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2121 is set.
2122 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2123 instead of is_remote.
2124
2125 2017-10-13 Pedro Alves <palves@redhat.com>
2126
2127 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2128 (top level): Add comment.
2129
2130 2017-10-13 Pedro Alves <palves@redhat.com>
2131
2132 * gdb.base/remote.exp (top level): Fix comment typo and add
2133 missing return.
2134
2135 2017-10-13 Pedro Alves <palves@redhat.com>
2136 Simon Marchi <simon.marchi@polymtl.ca>
2137
2138 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2139 calls and add comments. Skip test if use_gdb_stub is set.
2140 (top level): Use "set cwd" command instead of "cd" command.
2141
2142 2017-10-13 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2145 is_remote target check.
2146
2147 2017-10-13 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.base/scope.exp: Use build_executable + clean_restart +
2150 gdb_file_cmd instead of prepare_for_testing and no longer skip
2151 "before run" tests on is_remote target boards. Update comments.
2152 * boards/native-extended-gdbserver.exp
2153 (extended_gdbserver_load_last_file): New, factored out from ...
2154 (gdb_load): ... this. Move further below and add comment.
2155 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2156
2157 2017-10-12 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.base/attach.exp: Remove references to gdb64.
2160 * gdb.base/dbx.exp: Remove references to gdb64.
2161
2162 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2163 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.base/label.exp: Remove is_remote target check.
2166
2167 2017-10-12 Pedro Alves <palves@redhat.com>
2168
2169 * gdb.base/auvx.exp (coredir): Update comment.
2170 (top level) <core_works>: Use "set cwd" command instead of "cd"
2171 command.
2172
2173 2017-10-12 Pedro Alves <palves@redhat.com>
2174 Simon Marchi <simon.marchi@polymtl.ca>
2175
2176 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2177 target boards.
2178
2179 2017-10-12 Pedro Alves <palves@redhat.com>
2180 Simon Marchi <simon.marchi@polymtl.ca>
2181
2182 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2183 Instead skip if there's any gdb_protocol set.
2184
2185 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2186 Pedro Alves <palves@redhat.com>
2187
2188 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2189
2190 2017-10-12 Pedro Alves <palves@redhat.com>
2191 Simon Marchi <simon.marchi@polymtl.ca>
2192
2193 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2194 instead of on dejagnu remote boards.
2195
2196 2017-10-12 Pedro Alves <palves@redhat.com>
2197 Simon Marchi <simon.marchi@polymtl.ca>
2198
2199 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2200 checks. Use build_executable + clean_restart instead of
2201 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2202 of enabling non-stop after starting gdb.
2203
2204 2017-10-12 Pedro Alves <palves@redhat.com>
2205
2206 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2207 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2208 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2209 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2210
2211 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2212
2213 * gdb.arch/arc-tdesc-cpu.exp: New file.
2214 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2215
2216 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2217
2218 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2219
2220 2017-10-10 Pedro Alves <palves@redhat.com>
2221
2222 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2223 expect CLI output.
2224
2225 2017-10-10 Pedro Alves <palves@redhat.com>
2226
2227 * lib/selftest-support.exp (selftest_setup): Update for
2228 captured_command_loop's prototype change.
2229
2230 2017-10-09 Pedro Alves <palves@redhat.com>
2231
2232 Test both arch1=>arch2 and arch2=>arch1.
2233
2234 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2235 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2236 factored out to...
2237 (append_arch1_options, append_arch2_options, append_arch_options)
2238 (build_executables): New procedures.
2239 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2240 local.
2241 (top level): Add new 'first_arch' testing axis.
2242
2243 2017-10-09 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2246 (barrier): New.
2247 (thread_start, all_started): New functions.
2248 (main): Spawn new thread and wait until it is scheduled.
2249 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2250 option.
2251 (do_test): Add 'selected_thread' parameter. Run to all_started
2252 instead of main. Explicitly set the breakpoint at main. Switch
2253 to the SELECTED_THREAD thread.
2254 (top level): Test handling the exec event with either the main
2255 thread or the second thread selected.
2256
2257 2017-10-09 Pedro Alves <palves@redhat.com>
2258
2259 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2260 logic. Move STOP marker after the value checks.
2261 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2262 regexp.
2263
2264 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2265
2266 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2267
2268 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2269
2270 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2271 integer-to-dfp conversion.
2272 * gdb.base/dfp-test.exp: Likewise.
2273
2274 2017-10-04 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.multi/hangout.c: Include <unistd.h>.
2277 (hangout_loop): New function.
2278 (main): Call alarm. Call hangout_loop in a loop.
2279 * gdb.multi/hello.c: Include <unistd.h>.
2280 (hello_loop): New function.
2281 (main): Call alarm. Call hangout_loop in a loop.
2282 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2283 inferior with the other selected.
2284
2285 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2286
2287 * gdb.mi/list-thread-groups-available.exp: New file.
2288 * gdb.mi/list-thread-groups-available.c: New file.
2289
2290 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2291
2292 * gdb.base/set-cwd.exp: Make it available on
2293 native-extended-gdbserver.
2294
2295 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2296
2297 * gdb.base/set-cwd.c: New file.
2298 * gdb.base/set-cwd.exp: Likewise.
2299
2300 2017-10-02 Tom Tromey <tom@tromey.com>
2301
2302 PR rust/22236:
2303 * gdb.rust/simple.rs (main): New variable "fslice".
2304 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2305
2306 2017-10-02 Tom Tromey <tom@tromey.com>
2307
2308 * gdb.rust/simple.exp: Test ptype of a slice.
2309
2310 2017-10-02 Tom Tromey <tom@tromey.com>
2311
2312 * gdb.rust/simple.exp: Test index of slice.
2313
2314 2017-09-27 Tom Tromey <tom@tromey.com>
2315
2316 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2317
2318 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2319 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.base/compare-sections.exp (get value of read-only section): Read
2322 as unsigned value.
2323 (corrupt read-only section): Likewise and don't set written if patching
2324 failed.
2325
2326 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2327
2328 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2329 files.
2330
2331 2017-09-20 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2334 symbol names in gdb's output.
2335 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2336
2337 2017-09-20 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2340 Rename to ...
2341 (test_list_ambiguous_symbol): ... this and add a symbol name
2342 parameter. Adjust.
2343 (test_list_ambiguous_function): Reimplement on top of
2344 test_list_ambiguous_symbol and also test listing ambiguous
2345 variables.
2346 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2347 (ambiguous_fun): ... this.
2348 (ambiguous_var): New.
2349 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2350 (ambiguous_fun): ... this.
2351 (ambiguous_var): New.
2352
2353 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2354
2355 * gdb.base/starti.c: New file.
2356 * gdb.base/starti.exp: New file.
2357 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2358
2359 2017-09-14 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2362 (top level): Use it instead of runto.
2363
2364 2017-09-11 Tom Tromey <tom@tromey.com>
2365
2366 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2367
2368 2017-09-11 Tom Tromey <tom@tromey.com>
2369
2370 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2371 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2372
2373 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2374
2375 * gdb.fortran/printing-types.exp: New file.
2376 * gdb.fortran/printing-types.exp: New file.
2377
2378 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2379
2380 * gdb.fortran/vla-ptype.exp: Fix typos.
2381 * gdb.fortran/vla-value.exp: Same.
2382
2383 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2384
2385 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2386 * gdb.mi/mi-var-child-f.exp: Likewise.
2387 * gdb.mi/mi-vla-fortran.exp: Likewise.
2388
2389 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2390 Christoph Weinmann <christoph.t.weinmann@intel.com>
2391 Bernhard Heckel <bernhard.heckel@intel.com>
2392
2393 * gdb.fortran/ptr-indentation.f90: New file.
2394 * gdb.fortran/ptr-indentation.exp: New file.
2395
2396 2017-09-05 Tom Tromey <tom@tromey.com>
2397
2398 PR gdb/22010:
2399 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2400
2401 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2402
2403 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2404
2405 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 * gdb.threads/tls-nodebug-pie.c: New file.
2408 * gdb.threads/tls-nodebug-pie.exp: New file.
2409
2410 2017-09-05 Tom Tromey <tom@tromey.com>
2411
2412 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2413 for rust.
2414
2415 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2416
2417 * gdb.multi/multi-arch-exec.exp: Test with different
2418 "follow-exec-mode" settings.
2419 (do_test): New procedure.
2420
2421 2017-09-04 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.base/func-static.c (S::method const, S::method volatile)
2424 (S::method volatile const): New methods.
2425 (c_s, v_s, cv_s): New instances.
2426 (main): Call method() on them.
2427 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2428 (cannot_resolve): New procedure.
2429 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2430 print-quote-unquoted columns.
2431 (do_test): Test printing each scope too.
2432
2433 2017-09-04 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.base/local-static.exp: Also test with
2436 class::method::variable wholly quoted.
2437 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2438
2439 2017-09-04 Pedro Alves <palves@redhat.com>
2440
2441 * gdb.base/local-static.c: New.
2442 * gdb.base/local-static.cc: New.
2443 * gdb.base/local-static.exp: New.
2444
2445 2017-09-04 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.asm/asm-source.exp: Add casts to int.
2448 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2449 (dataglobal64_1, dataglobal64_2): New globals.
2450 * gdb.base/nodebug.exp: Test different expressions involving the
2451 new globals, with print, whatis and ptype. Add casts to int.
2452 * gdb.base/solib-display.exp: Add casts to int.
2453 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2454 * gdb.cp/m-static.exp: Add cast to int.
2455 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2456 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2457 tls variable with no debug info without a cast. Test with a cast
2458 to int too.
2459 * gdb.trace/entry-values.exp: Add casts.
2460
2461 2017-09-04 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.base/nodebug.exp: Test that ptype's error about functions
2464 with unknown return type includes the function name too.
2465
2466 2017-09-04 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2469 return type of munmap in infcall.
2470 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2471 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2472 type of ftell in infcall.
2473 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2474 type of getpid in infcall.
2475 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2476 infcall.
2477 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2478 Bail on failure to extract the pid.
2479 * gdb.base/nodebug.c: #include <stdint.h>.
2480 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2481 New functions.
2482 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2483 Change expected output of print/whatis/ptype with functions with
2484 no debug info. Test all supported languages. Call
2485 test_call_promotion.
2486 * gdb.compile/compile.exp: Adjust expected output to expect
2487 warning.
2488 * gdb.threads/siginfo-threads.exp: Likewise.
2489
2490 2017-09-04 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2493 "prototypes". Test calling float functions via prototyped and
2494 unprototyped function pointers.
2495 (perform_all_tests): New parameter "prototypes". Pass it down.
2496 (top level): Pass down "prototypes" parameter to
2497 perform_all_tests.
2498
2499 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2500
2501 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2502 Test with nested loops.
2503
2504 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2505
2506 * gdb.base/commands.exp: Call the new procedures.
2507 (loop_break_test, loop_continue_test): New procedures.
2508
2509 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2510
2511 * gdb.base/commands.exp: Call new procedure.
2512 (define_if_without_arg_test): New procedure.
2513
2514 2017-09-04 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.base/list-ambiguous.exp: New file.
2517 * gdb.base/list-ambiguous0.c: New file.
2518 * gdb.base/list-ambiguous1.c: New file.
2519 * gdb.base/list.exp (test_list_range): Adjust expected output.
2520
2521 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2522
2523 * gdb.base/share-env-with-gdbserver.c: New file.
2524 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2525
2526 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2527
2528 * gdb.base/commands.exp (gdbvar_simple_if_test,
2529 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2530 progvar_simple_if_test, progvar_simple_while_test,
2531 progvar_complex_if_while_test, user_defined_command_test,
2532 user_defined_command_args_eval,
2533 user_defined_command_args_stack_test,
2534 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2535 temporary_breakpoint_commands,
2536 gdb_test_no_prompt, redefine_hook_test,
2537 redefine_backtrace_test): Remove "global gdb_prompt".
2538
2539 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2540
2541 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2542 New proc, call it from toplevel.
2543
2544 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2545
2546 PR remote/21852
2547 * gdb.server/normal.c: New file, copied from gdb.base.
2548 * gdb.server/run-without-local-binary.exp: New file.
2549
2550 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2551
2552 * gdb.arch/sparc64-adi.exp: New file.
2553 * gdb.arch/sparc64-adi.c: New file.
2554
2555 2017-08-22 Pedro Alves <palves@redhat.com>
2556
2557 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2558 (top level): Add "list all overloads" tests.
2559
2560 2017-08-22 Tom Tromey <tom@tromey.com>
2561
2562 * gdb.gdb/xfullpath.exp: Remove.
2563
2564 2017-08-21 Pedro Alves <palves@redhat.com>
2565
2566 PR gdb/19487
2567 * gdb.base/symbol-alias.c: New.
2568 * gdb.base/symbol-alias2.c: New.
2569 * gdb.base/symbol-alias.exp: New.
2570
2571 2017-08-21 Pedro Alves <palves@redhat.com>
2572
2573 * gdb.base/dfp-test.c
2574 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2575 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2576 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2577 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2578 * gdb.base/whatis-ptype-typedefs.c: New.
2579 * gdb.base/whatis-ptype-typedefs.exp: New.
2580 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2581 (an_int, an_int_type, an_int_type2): New globals.
2582 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2583 involving typedefs and cast expressions.
2584 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2585 (lookup_typedefs_function): New.
2586 (typedefs_pretty_printers_dict): New.
2587 (top level): Register lookup_typedefs_function in
2588 gdb.pretty_printers.
2589
2590 2017-08-18 Yao Qi <yao.qi@linaro.org>
2591
2592 * gdb.server/unittest.exp: New.
2593
2594 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2595
2596 PR gdb/21954
2597 * gdb.base/environ.exp: Add test to check if 'unset environment'
2598 works.
2599
2600 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2601
2602 * lib/gdb.exp (universal_compile_options): New caching proc.
2603 (gdb_compile): Suppress GCC's coloring of messages.
2604
2605 2017-08-14 Tom Tromey <tom@tromey.com>
2606
2607 PR gdb/21675:
2608 * gdb.base/printcmds.exp (test_radices): New function.
2609 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2610 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2611 * lib/gdb.exp (get_integer_valueof): Use p/d.
2612
2613 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2614
2615 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2616 characters.
2617
2618 2017-08-05 Tom Tromey <tom@tromey.com>
2619
2620 * gdb.rust/simple.exp: Allow String to appear in a different
2621 namespace.
2622
2623 2017-07-26 Yao Qi <yao.qi@linaro.org>
2624
2625 * gdb.gdb/unittest.exp: Invoke command
2626 "maintenance check xml-descriptions".
2627
2628 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2629
2630 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2631 calling context.
2632 (hex128): Drop erroneous calculation of parameters.
2633
2634 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2635
2636 * gdb.python/py-unwind.exp: Disable stack protection when
2637 building test file.
2638
2639 2017-07-20 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.base/default.exp (set language): Adjust expected output.
2642
2643 2017-07-20 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2646 (test_minsym): ... this, and make static.
2647 (get_pck__foo__bar__minsym): Rename to ...
2648 (get_test_minsym): ... this.
2649 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2650 symbol names and comments.
2651 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2652 (get_test_minsym): ... this.
2653 (pck__foo__bar__minsym__2): Rename to ...
2654 (test_minsym): ... this.
2655 (main): Adjust.
2656
2657 2017-07-17 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.base/completion.exp: Adjust expected output.
2660 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2661 the completer works.
2662
2663 2017-07-17 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2666
2667 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2668
2669 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2670
2671 2017-07-14 Tom Tromey <tom@tromey.com>
2672
2673 PR rust/21764:
2674 * gdb.rust/simple.exp: Add tests.
2675
2676 2017-07-14 Tom Tromey <tom@tromey.com>
2677
2678 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2679
2680 2017-07-14 Pedro Alves <palves@redhat.com>
2681
2682 * gdb.linespec/base/one/thefile.cc (z1): New function.
2683 * gdb.linespec/base/two/thefile.cc (z2): New function.
2684 * gdb.linespec/linespec.exp: Add tests.
2685
2686 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2689 to mi_create_breakpoint.
2690
2691 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2694 mi_create_breakpoint.
2695
2696 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2697
2698 * gdb.dlang/demangle.exp: Update for demangling changes.
2699
2700 2017-07-09 Tom Tromey <tom@tromey.com>
2701
2702 * gdb.dwarf2/shortpiece.exp: New file.
2703
2704 2017-07-06 David Blaikie <dblaikie@gmail.com>
2705
2706 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2707 built from fissiont-multi-cu{1,2}.c.
2708 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2709 except putting 'main' and 'func' in separate CUs in the same DWO file.
2710 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2711 test.
2712 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2713 test.
2714
2715 2017-07-06 Pedro Alves <palves@redhat.com>
2716
2717 * gdb.python/py-unwind.exp: Test flushregs.
2718
2719 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2720
2721 PR cli/21688
2722 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2723 tests for alias commands and trailing whitespace.
2724
2725 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2726
2727 PR cli/21688
2728 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2729 procedure. Call it.
2730
2731 2017-06-29 Pedro Alves <palves@redhat.com>
2732
2733 * gdb.base/printcmds.exp: Add tests.
2734
2735 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2736
2737 PR gdb/21337
2738 * gdb.base/reread-readsym.exp: New file.
2739 * gdb.base/reread-readsym.c: New file.
2740
2741 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2742
2743 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2744 subpattern.
2745
2746 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2747
2748 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2749 extended mnemonic.
2750 * gdb.arch/powerpc-power9.s: Likewise.
2751
2752 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2753
2754 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2755 on 32-bit x86 targets. Exploit is_*_target macros where
2756 appropriate.
2757
2758 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2759
2760 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2761 register pieces.
2762
2763 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2764
2765 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2766 located in one or more DWARF pieces.
2767
2768 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2769
2770 * lib/gdb.exp (get_endianness): New proc.
2771 * gdb.arch/aarch64-fp.exp: Use it.
2772 * gdb.arch/altivec-regs.exp: Likewise.
2773 * gdb.arch/e500-regs.exp: Likewise.
2774 * gdb.arch/vsx-regs.exp: Likewise.
2775 * gdb.base/dump.exp: Likewise.
2776 * gdb.base/funcargs.exp: Likewise.
2777 * gdb.base/gnu_vector.exp: Likewise.
2778 * gdb.dwarf2/formdata16.exp: Likewise.
2779 * gdb.dwarf2/implptrpiece.exp: Likewise.
2780 * gdb.dwarf2/nonvar-access.exp: Likewise.
2781 * gdb.python/py-inferior.exp: Likewise.
2782 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2783
2784 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2785
2786 PR gdb/21226
2787 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2788 stack value pieces are taken from the LSB end.
2789
2790 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2791
2792 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2793 variable at nonzero offset.
2794
2795 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2796
2797 * gdb.dwarf2/var-access.c: New file.
2798 * gdb.dwarf2/var-access.exp: New test.
2799 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2800
2801 2017-06-12 Tom Tromey <tom@tromey.com>
2802
2803 * gdb.dwarf2/formdata16.exp: Add tests.
2804
2805 2017-06-12 Tom Tromey <tom@tromey.com>
2806
2807 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2808
2809 2017-06-12 Tom Tromey <tom@tromey.com>
2810
2811 PR exp/16225:
2812 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2813 * gdb.arch/vsx-regs.exp: Update tests.
2814 * gdb.arch/s390-vregs.exp (hex128): New proc.
2815 Update test.
2816 * gdb.arch/altivec-regs.exp: Update tests.
2817
2818 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2819
2820 * gdb.base/startup-with-shell.c: New file.
2821 * gdb.base/startup-with-shell.exp: Likewise.
2822
2823 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2824
2825 * gdb.server/non-existing-program.exp: Update regex in order to
2826 reflect the fact that gdbserver is now using fork_inferior (with a
2827 shell) to startup the inferior.
2828
2829 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2830
2831 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2832 support function calls from GDB.
2833
2834 2017-05-21 Tom Tromey <tom@tromey.com>
2835
2836 PR rust/21466:
2837 * gdb.rust/unsized.exp: New file.
2838 * gdb.rust/unsized.rs: New file.
2839
2840 2017-05-19 Tom Tromey <tom@tromey.com>
2841
2842 PR rust/21484:
2843 * gdb.rust/watch.exp: New file.
2844 * gdb.rust/watch.rs: New file.
2845
2846 2017-05-18 Tom Tromey <tom@tromey.com>
2847
2848 * gdb.rust/simple.exp: Allow Box to be qualified.
2849
2850 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2851
2852 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2853
2854 2017-05-18 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.base/fileio.c (test_write, test_read, test_close)
2857 (test_fstat): Don't print 'ret' in the fail path.
2858
2859 2017-05-18 Pedro Alves <palves@redhat.com>
2860
2861 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2862 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2863 (test_system, test_rename, test_unlink, test_time): Change
2864 prototypes.
2865 * gdb.base/fileio.exp (stop_msg): Adjust.
2866
2867 2017-05-18 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/fileio.c (null_str): New global.
2870 (test_stat): Use it.
2871 * gdb.base/fileio.exp: Remove nowarnings.
2872
2873 2017-05-17 Yao Qi <yao.qi@linaro.org>
2874
2875 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2876
2877 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2878
2879 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2880 argument command.
2881 (top-level): Invoke test_set_inferior_tty.
2882
2883 2017-05-04 Pedro Alves <palves@redhat.com>
2884
2885 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2886 Add parens to print call for Python 3.
2887
2888 2017-05-03 Keith Seitz <keiths@redhat.com>
2889
2890 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2891 (main): Call it.
2892
2893 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2894
2895 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2896 to prev and next.
2897
2898 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2899
2900 * gdb.python/py-record-btrace.exp: Remove test for
2901 gdb.BtraceInstruction.error.
2902
2903 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2904
2905 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2906
2907 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2908
2909 * gdb.python/py-record-btrace-threads.c: New file.
2910 * gdb.python/py-record-btrace-threads.exp: New file.
2911
2912 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2913
2914 PR testsuite/8595
2915 * gdb.base/environ.exp: Make test available in all architectures.
2916 Move bits related to "info program" testing to
2917 gdb.base/info-program.exp. Rewrite tests to use the two new
2918 procedures mentione below.
2919 (test_set_show_env_var) New procedure.
2920 (test_set_show_env_var_equal): Likewise.
2921 * gdb.base/info-program.exp: New file.
2922
2923 2017-04-27 Keith Seitz <keiths@redhat.com>
2924
2925 * gdb.cp/oranking.cc (test15): New function.
2926 (main): Call test15 and declare additional variables for testing.
2927 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2928 "p foo101('abc')" tests.
2929 Add tests for cv qualifier overloads.
2930 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2931 "lvalue reference overload" test.
2932 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2933 "print value of f1 on Child&& in f2" test.
2934
2935 2017-04-19 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2938 procedure.
2939 (top level): Call it.
2940 * lib/gdb.exp (gdb_define_cmd): New procedure.
2941
2942 2017-04-12 Pedro Alves <palves@redhat.com>
2943
2944 PR gdb/21323
2945 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2946 (wchar): New global.
2947 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2948 (do_test_wide_char, wide_char_types_no_program, top level): Add
2949 wchar_t testing.
2950
2951 2017-04-12 Pedro Alves <palves@redhat.com>
2952
2953 PR c++/21323
2954 * gdb.cp/wide_char_types.c: New file.
2955 * gdb.cp/wide_char_types.exp: New file.
2956
2957 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2958
2959 PR gdb/21352
2960 * gdb.trace/tsv.exp: Add test for "tsave -r".
2961
2962 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2963
2964 * gdb.dlang/watch-loc.c: New file.
2965 * gdb.dlang/watch-loc.exp: New file.
2966
2967 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2968
2969 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2970
2971 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2972
2973 * gdb.arch/arc-analyze-prologue.S: New file.
2974 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2975
2976 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2977
2978 * gdb.arch/arc-decode-insn.S: New file.
2979 * gdb.arch/arc-decode-insn.exp: Likewise.
2980
2981 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2982
2983 PR tdep/20928
2984 * gdb.arch/sparc64-regs.exp: New file.
2985 * gdb.arch/sparc64-regs.S: Likewise.
2986
2987 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2988
2989 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2990 and memory view on Python 3.
2991
2992 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
2993 Keith Seitz <keiths@redhat.com>
2994
2995 PR gdb/14441
2996 * gdb.cp/demangle.exp: Add rvalue reference tests.
2997 * gdb.cp/rvalue-ref-casts.cc: New file.
2998 * gdb.cp/rvalue-ref-casts.exp: New file.
2999 * gdb.cp/rvalue-ref-overload.cc: New file.
3000 * gdb.cp/rvalue-ref-overload.exp: New file.
3001 * gdb.cp/rvalue-ref-params.cc: New file.
3002 * gdb.cp/rvalue-ref-params.exp: New file.
3003 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3004 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3005 * gdb.cp/rvalue-ref-types.cc: New file.
3006 * gdb.cp/rvalue-ref-types.exp: New file.
3007 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3008 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3009
3010 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3011
3012 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3013 New procedure.
3014
3015 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3016
3017 * lib/mi-support.exp (mi_gdb_test): Add additional message
3018 for unexpected output.
3019
3020 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3021
3022 * gdb.base/examine-backward.c (Barrier): New character array
3023 constant, to ensure that TestStrings is preceded by a string
3024 terminator.
3025
3026 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3027
3028 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3029 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3030 and implicit pointer into such a location.
3031
3032 2017-03-16 Doug Evans <dje@google.com>
3033
3034 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3035
3036 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3037
3038 * gdb.cp/m-static.exp: Fix expectation for prototype of
3039 test5.single_constructor and single_constructor::single_constructor.
3040
3041 2017-03-16 Doug Evans <dje@google.com>
3042
3043 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3044 * gdb.guile/scm-lazy-string.c: New file.
3045 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3046 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3047 for pointer, array, typedef lazy strings.
3048
3049 2017-03-16 Doug Evans <dje@google.com>
3050
3051 PR python/17728, python/18439, python/18779
3052 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3053 * gdb.python/py-lazy-string.c (pointer): New typedef.
3054 (main): New locals ptr, array, typedef_ptr.
3055 * gdb.python/py-value.exp: Move lazy string tests to ...
3056 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3057 array, typedef lazy strings.
3058
3059 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3060
3061 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3062 Add optional 'test' parameter.
3063
3064 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3065
3066 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3067 Skip for versions of DejaGnu < 1.5.
3068
3069 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3070
3071 * lib/gdb.exp (dejagnu_version): New proc.
3072 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3073 Use dejagnu_version.
3074
3075 2017-03-10 Keith Seitz <keiths@redhat.com>
3076
3077 PR c++/8128
3078 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3079 type from destructor regexps.
3080 Add a branch which actually passes the test.
3081 Adjust "ptype t5i" test names.
3082
3083 2017-03-08 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/step-over-exit.exp: Add explicit test message.
3086
3087 2017-03-08 Pedro Alves <palves@redhat.com>
3088
3089 PR gdb/18360
3090 * gdb.threads/interrupt-while-step-over.c: New file.
3091 * gdb.threads/interrupt-while-step-over.exp: New file.
3092
3093 2017-03-08 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3096 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3097
3098 2017-03-08 Pedro Alves <palves@redhat.com>
3099
3100 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3101 PKRU as not supported as a PASS.
3102
3103 2017-03-08 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3106 prefix instead of $binfile1/$binfile2.
3107 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3108 in test message.
3109 * gdb.python/py-completion.exp: Use "load python file" as test
3110 messages instead of unstable path names.
3111
3112 2017-03-08 Pedro Alves <palves@redhat.com>
3113 Jan Kratochvil <jan.kratochvil@redhat.com>
3114
3115 PR cli/21218
3116 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3117 New proc.
3118 (top level): Call it.
3119
3120 2017-03-08 Pedro Alves <palves@redhat.com>
3121
3122 PR tui/21216
3123 * gdb.tui/tui-nl-filtered-output.exp: New file.
3124
3125 2017-03-08 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.base/completion.exp: Move TUI completion tests to ...
3128 * gdb.tui/completion.exp: ... this new file.
3129
3130 2017-03-08 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.base/tui-disasm-long-lines.c,
3133 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3134 gdb.base/tui-layout.exp: Move to ...
3135 * gdb.tui/: ... this new directory.
3136
3137 2017-03-07 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.base/tui-layout.c: New file.
3140 * gdb.base/tui-layout.exp: New file.
3141
3142 2017-03-07 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/tui-layout.c: Rename to ...
3145 * gdb.base/tui-disasm-long-lines.c: ... this.
3146 * gdb.base/tui-layout.exp: Rename to ...
3147 * gdb.base/tui-disasm-long-lines.exp: ... this.
3148
3149 2017-03-07 Pedro Alves <palves@redhat.com>
3150
3151 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3152
3153 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3154
3155 * i386-mpx-call.c: New file.
3156 * i386-mpx-call.exp: New file.
3157
3158 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3159
3160 * gdb.arch/powerpc-power.exp: Delete test.
3161 * gdb.arch/powerpc-power.s: Likewise.
3162 * gdb.disasm/disassembler-options.exp: New test.
3163 * gdb.arch/powerpc-altivec.exp: Likewise.
3164 * gdb.arch/powerpc-altivec.s: Likewise.
3165 * gdb.arch/powerpc-altivec2.exp: Likewise.
3166 * gdb.arch/powerpc-altivec2.s: Likewise.
3167 * gdb.arch/powerpc-altivec3.exp: Likewise.
3168 * gdb.arch/powerpc-altivec3.s: Likewise.
3169 * gdb.arch/powerpc-power7.exp: Likewise.
3170 * gdb.arch/powerpc-power7.s: Likewise.
3171 * gdb.arch/powerpc-power8.exp: Likewise.
3172 * gdb.arch/powerpc-power8.s: Likewise.
3173 * gdb.arch/powerpc-power9.exp: Likewise.
3174 * gdb.arch/powerpc-power9.s: Likewise.
3175 * gdb.arch/powerpc-vsx.exp: Likewise.
3176 * gdb.arch/powerpc-vsx.s: Likewise.
3177 * gdb.arch/powerpc-vsx2.exp: Likewise.
3178 * gdb.arch/powerpc-vsx2.s: Likewise.
3179 * gdb.arch/powerpc-vsx3.exp: Likewise.
3180 * gdb.arch/powerpc-vsx3.s: Likewise.
3181 * gdb.arch/arm-disassembler-options.exp: Likewise.
3182 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3183 * gdb.arch/s390-disassembler-options.exp: Likewise.
3184
3185 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3186
3187 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3188 (check_supported_features): ... this. Changed return type to void.
3189 (supports_rdseed): New static global.
3190 (rdseed): Check supports_rdseed.
3191 (initialize): Call check_supported_features.
3192
3193 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3194
3195 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3196 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3197 and lqarx/stqcx.
3198 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3199 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3200
3201 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3202
3203 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3204 uppercase.
3205
3206 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3207
3208 * gdb.dwarf2/formdata16.c: New file.
3209 * gdb.dwarf2/formdata16.exp: New file.
3210 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3211
3212 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3213
3214 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3215 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3216 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3217 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3218 DW_AT_GNU_*.
3219
3220 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3221
3222 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3223
3224 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3225
3226 PR gdb/21164
3227 * gdb.base/maint.exp: Add testcases for when the commands do
3228 not have arguments.
3229
3230 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3231
3232 * gdb.cp/chained-calls.exp: Use p instead of P.
3233
3234 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3235
3236 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3237 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3238
3239 2017-02-14 Tom Tromey <tom@tromey.com>
3240
3241 PR python/13598:
3242 * gdb.python/py-events.exp: Add before_prompt event tests.
3243
3244 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3245
3246 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3247
3248 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3249
3250 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3251 (main): Call my_unique_function_name.
3252 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3253 completion of patterns with a single match.
3254 Add missing -re switches to gdb_test_multiple calls.
3255
3256 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3257
3258 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3259 return if core file is not recognized.
3260
3261 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3262
3263 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3264 and extra UIs.
3265
3266 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3267
3268 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3269 proc_with_prefix.
3270
3271 2017-02-10 Tom Tromey <tom@tromey.com>
3272
3273 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3274
3275 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3276
3277 PR gdb/21122
3278 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3279
3280 2017-02-08 Jerome Guitton <guitton@adacore.com>
3281
3282 * gdb.base/define.exp: Add test for command abbreviations
3283 in define.
3284
3285 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3286
3287 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3288 * gdb.reverse/insn-reverse-x86.c: New file.
3289
3290 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3291
3292 PR tdep/20936
3293 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3294
3295 2017-02-03 Tom Tromey <tom@tromey.com>
3296
3297 PR rust/21097:
3298 * gdb.rust/simple.exp: Add new tests.
3299
3300 2017-02-02 Pedro Alves <palves@redhat.com>
3301
3302 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3303 tests.
3304
3305 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3306
3307 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3308 taking a 2-byte value out of a 4-byte DWARF implicit value on
3309 big-endian targets.
3310 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3311 logic. Add test cases for DW_OP_implicit.
3312
3313 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3314
3315 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3316
3317 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3318
3319 * gdb.btrace/enable.exp: Call gdb_exit before
3320 skip_gdbserver_tests.
3321
3322 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3323
3324 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3325 GDBFLAGS.
3326
3327 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3328
3329 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3330 the test is skipped.
3331 * gdb.btrace/data.exp: Likewise.
3332 * gdb.btrace/delta.exp: Likewise.
3333 * gdb.btrace/dlopen.exp: Likewise.
3334 * gdb.btrace/enable-running.exp: Likewise.
3335 * gdb.btrace/enable.exp: Likewise.
3336 * gdb.btrace/exception.exp: Likewise.
3337 * gdb.btrace/function_call_history.exp: Likewise.
3338 * gdb.btrace/gcore.exp: Likewise.
3339 * gdb.btrace/instruction_history.exp: Likewise.
3340 * gdb.btrace/multi-thread-step.exp: Likewise.
3341 * gdb.btrace/nohist.exp: Likewise.
3342 * gdb.btrace/non-stop.exp: Likewise.
3343 * gdb.btrace/reconnect.exp: Likewise.
3344 * gdb.btrace/record_goto-step.exp: Likewise.
3345 * gdb.btrace/record_goto.exp: Likewise.
3346 * gdb.btrace/rn-dl-bind.exp: Likewise.
3347 * gdb.btrace/segv.exp: Likewise.
3348 * gdb.btrace/step.exp: Likewise.
3349 * gdb.btrace/stepi.exp: Likewise.
3350 * gdb.btrace/tailcall-only.exp: Likewise.
3351 * gdb.btrace/tailcall.exp: Likewise.
3352 * gdb.btrace/tsx.exp: Likewise.
3353 * gdb.btrace/unknown_functions.exp: Likewise.
3354 * gdb.btrace/vdso.exp: Likewise.
3355
3356 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3357
3358 * gdb.btrace/enable-running.c: New.
3359 * gdb.btrace/enable-running.exp: New.
3360
3361 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3362
3363 * gdb.arch/amd64-gs_base.c: New file.
3364 * gdb.arch/amd64-gs_base.exp: New file.
3365
3366 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3367
3368 * lib/memory.exp: Remove spurious empty newlines.
3369
3370 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3371
3372 * gdb.python/py-bad-printers.exp: Load python file using "source".
3373 * gdb.python/py-events.exp: Likewise.
3374 * gdb.python/py-evsignal.exp: Likewise.
3375 * gdb.python/py-evthreads.exp: Likewise.
3376 * gdb.python/py-frame-args.exp: Likewise.
3377 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3378 * gdb.python/py-framefilter-mi.exp: Likewise.
3379 * gdb.python/py-framefilter.exp: Likewise.
3380 * gdb.python/py-mi.exp: Likewise.
3381 * gdb.python/py-pp-maint.exp: Likewise.
3382 * gdb.python/py-pp-registration.exp: Likewise.
3383 * gdb.python/py-prettyprint.exp: Likewise.
3384 (run_lang_tests): Likewise.
3385 * gdb.python/py-typeprint.exp: Likewise.
3386
3387 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3388
3389 * lib/memory.exp: New file.
3390 * lib/gdb.exp: Load memory.exp.
3391 * gdb.base/memattr.exp (delete_memory): Move proc to
3392 lib/memory.exp and rename to delete_memory_regions.
3393 Replace delete_memory with delete_memory_regions.
3394 Cleanup memory regions before tests.
3395 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3396 before tests.
3397
3398 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3399
3400 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3401 files.
3402 (initialize): New function conditionally defined.
3403 (testcases): Move within conditional block.
3404 (main): Call initialize.
3405 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3406 of gdb.reverse/insn-reverse.c.
3407 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3408 gdb.reverse/insn-reverse.c.
3409
3410 2017-01-26 Yao Qi <yao.qi@linaro.org>
3411
3412 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3413 disassemble on address 0.
3414
3415 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3416 Yao Qi <yao.qi@linaro.org>
3417
3418 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3419 * gdb.dwarf2/implptr-64bit.S: Remove.
3420 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3421 variables in caller's context. Add DW_OP_implicit_value.
3422
3423 2017-01-25 Yao Qi <yao.qi@linaro.org>
3424
3425 * lib/dwarf.exp (Dwarf::_location): Handle
3426 DW_OP_GNU_implicit_pointer with proper size.
3427
3428 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3429
3430 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3431 and add untested calls.
3432
3433 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3434
3435 * gdb.python/python.exp: Check line number against what GDB thinks
3436 the line number is for func1.
3437
3438 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3439
3440 * gdb.dlang/debug-expr.exp: New file.
3441
3442 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3443
3444 Fix test names for the following files:
3445
3446 * gdb.ada/exec_changed.exp
3447 * gdb.ada/info_types.exp
3448 * gdb.arch/aarch64-atomic-inst.exp
3449 * gdb.arch/aarch64-fp.exp
3450 * gdb.arch/altivec-abi.exp
3451 * gdb.arch/altivec-regs.exp
3452 * gdb.arch/amd64-byte.exp
3453 * gdb.arch/amd64-disp-step.exp
3454 * gdb.arch/amd64-dword.exp
3455 * gdb.arch/amd64-entry-value-inline.exp
3456 * gdb.arch/amd64-entry-value-param.exp
3457 * gdb.arch/amd64-entry-value-paramref.exp
3458 * gdb.arch/amd64-entry-value.exp
3459 * gdb.arch/amd64-i386-address.exp
3460 * gdb.arch/amd64-invalid-stack-middle.exp
3461 * gdb.arch/amd64-invalid-stack-top.exp
3462 * gdb.arch/amd64-optimout-repeat.exp
3463 * gdb.arch/amd64-prologue-skip.exp
3464 * gdb.arch/amd64-prologue-xmm.exp
3465 * gdb.arch/amd64-stap-special-operands.exp
3466 * gdb.arch/amd64-stap-wrong-subexp.exp
3467 * gdb.arch/amd64-tailcall-cxx.exp
3468 * gdb.arch/amd64-tailcall-noret.exp
3469 * gdb.arch/amd64-tailcall-ret.exp
3470 * gdb.arch/amd64-tailcall-self.exp
3471 * gdb.arch/amd64-word.exp
3472 * gdb.arch/arm-bl-branch-dest.exp
3473 * gdb.arch/arm-disp-step.exp
3474 * gdb.arch/arm-neon.exp
3475 * gdb.arch/arm-single-step-kernel-helper.exp
3476 * gdb.arch/avr-flash-qualifier.exp
3477 * gdb.arch/disp-step-insn-reloc.exp
3478 * gdb.arch/e500-abi.exp
3479 * gdb.arch/e500-regs.exp
3480 * gdb.arch/ftrace-insn-reloc.exp
3481 * gdb.arch/i386-avx512.exp
3482 * gdb.arch/i386-bp_permanent.exp
3483 * gdb.arch/i386-byte.exp
3484 * gdb.arch/i386-cfi-notcurrent.exp
3485 * gdb.arch/i386-disp-step.exp
3486 * gdb.arch/i386-dr3-watch.exp
3487 * gdb.arch/i386-float.exp
3488 * gdb.arch/i386-gnu-cfi.exp
3489 * gdb.arch/i386-mpx-map.exp
3490 * gdb.arch/i386-mpx-sigsegv.exp
3491 * gdb.arch/i386-mpx-simple_segv.exp
3492 * gdb.arch/i386-mpx.exp
3493 * gdb.arch/i386-permbkpt.exp
3494 * gdb.arch/i386-prologue.exp
3495 * gdb.arch/i386-signal.exp
3496 * gdb.arch/i386-size-overlap.exp
3497 * gdb.arch/i386-unwind.exp
3498 * gdb.arch/i386-word.exp
3499 * gdb.arch/mips-fcr.exp
3500 * gdb.arch/powerpc-d128-regs.exp
3501 * gdb.arch/powerpc-stackless.exp
3502 * gdb.arch/ppc64-atomic-inst.exp
3503 * gdb.arch/s390-stackless.exp
3504 * gdb.arch/s390-tdbregs.exp
3505 * gdb.arch/s390-vregs.exp
3506 * gdb.arch/sparc-sysstep.exp
3507 * gdb.arch/thumb-bx-pc.exp
3508 * gdb.arch/thumb-singlestep.exp
3509 * gdb.arch/thumb2-it.exp
3510 * gdb.arch/vsx-regs.exp
3511 * gdb.asm/asm-source.exp
3512 * gdb.base/a2-run.exp
3513 * gdb.base/advance.exp
3514 * gdb.base/all-bin.exp
3515 * gdb.base/anon.exp
3516 * gdb.base/args.exp
3517 * gdb.base/arithmet.exp
3518 * gdb.base/async-shell.exp
3519 * gdb.base/async.exp
3520 * gdb.base/attach-pie-noexec.exp
3521 * gdb.base/attach-twice.exp
3522 * gdb.base/auto-load.exp
3523 * gdb.base/bang.exp
3524 * gdb.base/bitfields.exp
3525 * gdb.base/break-always.exp
3526 * gdb.base/break-caller-line.exp
3527 * gdb.base/break-entry.exp
3528 * gdb.base/break-inline.exp
3529 * gdb.base/break-on-linker-gcd-function.exp
3530 * gdb.base/break-probes.exp
3531 * gdb.base/break.exp
3532 * gdb.base/breakpoint-shadow.exp
3533 * gdb.base/call-ar-st.exp
3534 * gdb.base/call-sc.exp
3535 * gdb.base/call-signal-resume.exp
3536 * gdb.base/call-strs.exp
3537 * gdb.base/callfuncs.exp
3538 * gdb.base/catch-fork-static.exp
3539 * gdb.base/catch-gdb-caused-signals.exp
3540 * gdb.base/catch-load.exp
3541 * gdb.base/catch-signal-fork.exp
3542 * gdb.base/catch-signal.exp
3543 * gdb.base/catch-syscall.exp
3544 * gdb.base/charset.exp
3545 * gdb.base/checkpoint.exp
3546 * gdb.base/chng-syms.exp
3547 * gdb.base/code-expr.exp
3548 * gdb.base/code_elim.exp
3549 * gdb.base/commands.exp
3550 * gdb.base/completion.exp
3551 * gdb.base/complex.exp
3552 * gdb.base/cond-expr.exp
3553 * gdb.base/condbreak.exp
3554 * gdb.base/consecutive.exp
3555 * gdb.base/continue-all-already-running.exp
3556 * gdb.base/coredump-filter.exp
3557 * gdb.base/corefile.exp
3558 * gdb.base/dbx.exp
3559 * gdb.base/debug-expr.exp
3560 * gdb.base/define.exp
3561 * gdb.base/del.exp
3562 * gdb.base/disabled-location.exp
3563 * gdb.base/disasm-end-cu.exp
3564 * gdb.base/disasm-optim.exp
3565 * gdb.base/display.exp
3566 * gdb.base/duplicate-bp.exp
3567 * gdb.base/ena-dis-br.exp
3568 * gdb.base/ending-run.exp
3569 * gdb.base/enumval.exp
3570 * gdb.base/environ.exp
3571 * gdb.base/eu-strip-infcall.exp
3572 * gdb.base/eval-avoid-side-effects.exp
3573 * gdb.base/eval-skip.exp
3574 * gdb.base/exitsignal.exp
3575 * gdb.base/expand-psymtabs.exp
3576 * gdb.base/filesym.exp
3577 * gdb.base/find-unmapped.exp
3578 * gdb.base/finish.exp
3579 * gdb.base/float.exp
3580 * gdb.base/foll-exec-mode.exp
3581 * gdb.base/foll-exec.exp
3582 * gdb.base/foll-fork.exp
3583 * gdb.base/fortran-sym-case.exp
3584 * gdb.base/freebpcmd.exp
3585 * gdb.base/func-ptr.exp
3586 * gdb.base/func-ptrs.exp
3587 * gdb.base/funcargs.exp
3588 * gdb.base/gcore-buffer-overflow.exp
3589 * gdb.base/gcore-relro-pie.exp
3590 * gdb.base/gcore-relro.exp
3591 * gdb.base/gcore.exp
3592 * gdb.base/gdb1090.exp
3593 * gdb.base/gdb11530.exp
3594 * gdb.base/gdb11531.exp
3595 * gdb.base/gdb1821.exp
3596 * gdb.base/gdbindex-stabs.exp
3597 * gdb.base/gdbvars.exp
3598 * gdb.base/hbreak.exp
3599 * gdb.base/hbreak2.exp
3600 * gdb.base/included.exp
3601 * gdb.base/infcall-input.exp
3602 * gdb.base/inferior-died.exp
3603 * gdb.base/infnan.exp
3604 * gdb.base/info-macros.exp
3605 * gdb.base/info-os.exp
3606 * gdb.base/info-proc.exp
3607 * gdb.base/info-shared.exp
3608 * gdb.base/info-target.exp
3609 * gdb.base/infoline.exp
3610 * gdb.base/interp.exp
3611 * gdb.base/interrupt.exp
3612 * gdb.base/jit-reader.exp
3613 * gdb.base/jit-simple.exp
3614 * gdb.base/kill-after-signal.exp
3615 * gdb.base/kill-detach-inferiors-cmd.exp
3616 * gdb.base/label.exp
3617 * gdb.base/langs.exp
3618 * gdb.base/ldbl_e308.exp
3619 * gdb.base/line-symtabs.exp
3620 * gdb.base/linespecs.exp
3621 * gdb.base/list.exp
3622 * gdb.base/long_long.exp
3623 * gdb.base/longest-types.exp
3624 * gdb.base/maint.exp
3625 * gdb.base/max-value-size.exp
3626 * gdb.base/memattr.exp
3627 * gdb.base/mips_pro.exp
3628 * gdb.base/morestack.exp
3629 * gdb.base/moribund-step.exp
3630 * gdb.base/multi-forks.exp
3631 * gdb.base/nested-addr.exp
3632 * gdb.base/nextoverexit.exp
3633 * gdb.base/noreturn-finish.exp
3634 * gdb.base/noreturn-return.exp
3635 * gdb.base/nostdlib.exp
3636 * gdb.base/offsets.exp
3637 * gdb.base/opaque.exp
3638 * gdb.base/pc-fp.exp
3639 * gdb.base/permissions.exp
3640 * gdb.base/print-symbol-loading.exp
3641 * gdb.base/prologue-include.exp
3642 * gdb.base/psymtab.exp
3643 * gdb.base/ptype.exp
3644 * gdb.base/random-signal.exp
3645 * gdb.base/randomize.exp
3646 * gdb.base/range-stepping.exp
3647 * gdb.base/readline-ask.exp
3648 * gdb.base/recpar.exp
3649 * gdb.base/recurse.exp
3650 * gdb.base/relational.exp
3651 * gdb.base/restore.exp
3652 * gdb.base/return-nodebug.exp
3653 * gdb.base/return.exp
3654 * gdb.base/run-after-attach.exp
3655 * gdb.base/save-bp.exp
3656 * gdb.base/scope.exp
3657 * gdb.base/sect-cmd.exp
3658 * gdb.base/set-lang-auto.exp
3659 * gdb.base/set-noassign.exp
3660 * gdb.base/setvar.exp
3661 * gdb.base/sigall.exp
3662 * gdb.base/sigbpt.exp
3663 * gdb.base/siginfo-addr.exp
3664 * gdb.base/siginfo-infcall.exp
3665 * gdb.base/siginfo-obj.exp
3666 * gdb.base/siginfo.exp
3667 * gdb.base/signals-state-child.exp
3668 * gdb.base/signest.exp
3669 * gdb.base/sigstep.exp
3670 * gdb.base/sizeof.exp
3671 * gdb.base/skip.exp
3672 * gdb.base/solib-corrupted.exp
3673 * gdb.base/solib-nodir.exp
3674 * gdb.base/solib-search.exp
3675 * gdb.base/stack-checking.exp
3676 * gdb.base/stale-infcall.exp
3677 * gdb.base/stap-probe.exp
3678 * gdb.base/start.exp
3679 * gdb.base/step-break.exp
3680 * gdb.base/step-bt.exp
3681 * gdb.base/step-line.exp
3682 * gdb.base/step-over-exit.exp
3683 * gdb.base/step-over-syscall.exp
3684 * gdb.base/step-resume-infcall.exp
3685 * gdb.base/step-test.exp
3686 * gdb.base/store.exp
3687 * gdb.base/structs3.exp
3688 * gdb.base/sym-file.exp
3689 * gdb.base/symbol-without-target_section.exp
3690 * gdb.base/term.exp
3691 * gdb.base/testenv.exp
3692 * gdb.base/ui-redirect.exp
3693 * gdb.base/until.exp
3694 * gdb.base/unwindonsignal.exp
3695 * gdb.base/value-double-free.exp
3696 * gdb.base/vla-datatypes.exp
3697 * gdb.base/vla-ptr.exp
3698 * gdb.base/vla-sideeffect.exp
3699 * gdb.base/volatile.exp
3700 * gdb.base/watch-cond-infcall.exp
3701 * gdb.base/watch-cond.exp
3702 * gdb.base/watch-non-mem.exp
3703 * gdb.base/watch-read.exp
3704 * gdb.base/watch-vfork.exp
3705 * gdb.base/watchpoint-cond-gone.exp
3706 * gdb.base/watchpoint-delete.exp
3707 * gdb.base/watchpoint-hw-hit-once.exp
3708 * gdb.base/watchpoint-hw.exp
3709 * gdb.base/watchpoint-stops-at-right-insn.exp
3710 * gdb.base/watchpoints.exp
3711 * gdb.base/wchar.exp
3712 * gdb.base/whatis-exp.exp
3713 * gdb.btrace/buffer-size.exp
3714 * gdb.btrace/data.exp
3715 * gdb.btrace/delta.exp
3716 * gdb.btrace/dlopen.exp
3717 * gdb.btrace/enable.exp
3718 * gdb.btrace/exception.exp
3719 * gdb.btrace/function_call_history.exp
3720 * gdb.btrace/gcore.exp
3721 * gdb.btrace/instruction_history.exp
3722 * gdb.btrace/nohist.exp
3723 * gdb.btrace/reconnect.exp
3724 * gdb.btrace/record_goto-step.exp
3725 * gdb.btrace/record_goto.exp
3726 * gdb.btrace/rn-dl-bind.exp
3727 * gdb.btrace/segv.exp
3728 * gdb.btrace/step.exp
3729 * gdb.btrace/stepi.exp
3730 * gdb.btrace/tailcall-only.exp
3731 * gdb.btrace/tailcall.exp
3732 * gdb.btrace/tsx.exp
3733 * gdb.btrace/unknown_functions.exp
3734 * gdb.btrace/vdso.exp
3735 * gdb.compile/compile-ifunc.exp
3736 * gdb.compile/compile-ops.exp
3737 * gdb.compile/compile-print.exp
3738 * gdb.compile/compile-setjmp.exp
3739 * gdb.cp/abstract-origin.exp
3740 * gdb.cp/ambiguous.exp
3741 * gdb.cp/annota2.exp
3742 * gdb.cp/annota3.exp
3743 * gdb.cp/anon-ns.exp
3744 * gdb.cp/anon-struct.exp
3745 * gdb.cp/anon-union.exp
3746 * gdb.cp/arg-reference.exp
3747 * gdb.cp/baseenum.exp
3748 * gdb.cp/bool.exp
3749 * gdb.cp/breakpoint.exp
3750 * gdb.cp/bs15503.exp
3751 * gdb.cp/call-c.exp
3752 * gdb.cp/casts.exp
3753 * gdb.cp/chained-calls.exp
3754 * gdb.cp/class2.exp
3755 * gdb.cp/classes.exp
3756 * gdb.cp/cmpd-minsyms.exp
3757 * gdb.cp/converts.exp
3758 * gdb.cp/cp-relocate.exp
3759 * gdb.cp/cpcompletion.exp
3760 * gdb.cp/cpexprs.exp
3761 * gdb.cp/cplabel.exp
3762 * gdb.cp/cplusfuncs.exp
3763 * gdb.cp/cpsizeof.exp
3764 * gdb.cp/ctti.exp
3765 * gdb.cp/derivation.exp
3766 * gdb.cp/destrprint.exp
3767 * gdb.cp/dispcxx.exp
3768 * gdb.cp/enum-class.exp
3769 * gdb.cp/exception.exp
3770 * gdb.cp/exceptprint.exp
3771 * gdb.cp/expand-psymtabs-cxx.exp
3772 * gdb.cp/expand-sals.exp
3773 * gdb.cp/extern-c.exp
3774 * gdb.cp/filename.exp
3775 * gdb.cp/formatted-ref.exp
3776 * gdb.cp/fpointer.exp
3777 * gdb.cp/gdb1355.exp
3778 * gdb.cp/gdb2495.exp
3779 * gdb.cp/hang.exp
3780 * gdb.cp/impl-this.exp
3781 * gdb.cp/infcall-dlopen.exp
3782 * gdb.cp/inherit.exp
3783 * gdb.cp/iostream.exp
3784 * gdb.cp/koenig.exp
3785 * gdb.cp/local.exp
3786 * gdb.cp/m-data.exp
3787 * gdb.cp/m-static.exp
3788 * gdb.cp/mb-ctor.exp
3789 * gdb.cp/mb-inline.exp
3790 * gdb.cp/mb-templates.exp
3791 * gdb.cp/member-name.exp
3792 * gdb.cp/member-ptr.exp
3793 * gdb.cp/meth-typedefs.exp
3794 * gdb.cp/method.exp
3795 * gdb.cp/method2.exp
3796 * gdb.cp/minsym-fallback.exp
3797 * gdb.cp/misc.exp
3798 * gdb.cp/namelessclass.exp
3799 * gdb.cp/namespace-enum.exp
3800 * gdb.cp/namespace-nested-import.exp
3801 * gdb.cp/namespace.exp
3802 * gdb.cp/nextoverthrow.exp
3803 * gdb.cp/no-dmgl-verbose.exp
3804 * gdb.cp/non-trivial-retval.exp
3805 * gdb.cp/noparam.exp
3806 * gdb.cp/nsdecl.exp
3807 * gdb.cp/nsimport.exp
3808 * gdb.cp/nsnested.exp
3809 * gdb.cp/nsnoimports.exp
3810 * gdb.cp/nsrecurs.exp
3811 * gdb.cp/nsstress.exp
3812 * gdb.cp/nsusing.exp
3813 * gdb.cp/operator.exp
3814 * gdb.cp/oranking.exp
3815 * gdb.cp/overload-const.exp
3816 * gdb.cp/overload.exp
3817 * gdb.cp/ovldbreak.exp
3818 * gdb.cp/ovsrch.exp
3819 * gdb.cp/paren-type.exp
3820 * gdb.cp/parse-lang.exp
3821 * gdb.cp/pass-by-ref.exp
3822 * gdb.cp/pr-1023.exp
3823 * gdb.cp/pr-1210.exp
3824 * gdb.cp/pr-574.exp
3825 * gdb.cp/pr10687.exp
3826 * gdb.cp/pr12028.exp
3827 * gdb.cp/pr17132.exp
3828 * gdb.cp/pr17494.exp
3829 * gdb.cp/pr9067.exp
3830 * gdb.cp/pr9167.exp
3831 * gdb.cp/pr9631.exp
3832 * gdb.cp/printmethod.exp
3833 * gdb.cp/psmang.exp
3834 * gdb.cp/psymtab-parameter.exp
3835 * gdb.cp/ptype-cv-cp.exp
3836 * gdb.cp/ptype-flags.exp
3837 * gdb.cp/re-set-overloaded.exp
3838 * gdb.cp/ref-types.exp
3839 * gdb.cp/rtti.exp
3840 * gdb.cp/scope-err.exp
3841 * gdb.cp/shadow.exp
3842 * gdb.cp/smartp.exp
3843 * gdb.cp/static-method.exp
3844 * gdb.cp/static-print-quit.exp
3845 * gdb.cp/temargs.exp
3846 * gdb.cp/templates.exp
3847 * gdb.cp/try_catch.exp
3848 * gdb.cp/typedef-operator.exp
3849 * gdb.cp/typeid.exp
3850 * gdb.cp/userdef.exp
3851 * gdb.cp/using-crash.exp
3852 * gdb.cp/var-tag.exp
3853 * gdb.cp/virtbase.exp
3854 * gdb.cp/virtfunc.exp
3855 * gdb.cp/virtfunc2.exp
3856 * gdb.cp/vla-cxx.exp
3857 * gdb.disasm/t01_mov.exp
3858 * gdb.disasm/t02_mova.exp
3859 * gdb.disasm/t03_add.exp
3860 * gdb.disasm/t04_sub.exp
3861 * gdb.disasm/t05_cmp.exp
3862 * gdb.disasm/t06_ari2.exp
3863 * gdb.disasm/t07_ari3.exp
3864 * gdb.disasm/t08_or.exp
3865 * gdb.disasm/t09_xor.exp
3866 * gdb.disasm/t10_and.exp
3867 * gdb.disasm/t11_logs.exp
3868 * gdb.disasm/t12_bit.exp
3869 * gdb.disasm/t13_otr.exp
3870 * gdb.dlang/circular.exp
3871 * gdb.dwarf2/arr-stride.exp
3872 * gdb.dwarf2/arr-subrange.exp
3873 * gdb.dwarf2/atomic-type.exp
3874 * gdb.dwarf2/bad-regnum.exp
3875 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3876 * gdb.dwarf2/callframecfa.exp
3877 * gdb.dwarf2/clztest.exp
3878 * gdb.dwarf2/corrupt.exp
3879 * gdb.dwarf2/data-loc.exp
3880 * gdb.dwarf2/dup-psym.exp
3881 * gdb.dwarf2/dw2-anon-mptr.exp
3882 * gdb.dwarf2/dw2-anonymous-func.exp
3883 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3884 * gdb.dwarf2/dw2-bad-unresolved.exp
3885 * gdb.dwarf2/dw2-basic.exp
3886 * gdb.dwarf2/dw2-canonicalize-type.exp
3887 * gdb.dwarf2/dw2-case-insensitive.exp
3888 * gdb.dwarf2/dw2-common-block.exp
3889 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3890 * gdb.dwarf2/dw2-compressed.exp
3891 * gdb.dwarf2/dw2-const.exp
3892 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3893 * gdb.dwarf2/dw2-cu-size.exp
3894 * gdb.dwarf2/dw2-dup-frame.exp
3895 * gdb.dwarf2/dw2-entry-value.exp
3896 * gdb.dwarf2/dw2-icycle.exp
3897 * gdb.dwarf2/dw2-ifort-parameter.exp
3898 * gdb.dwarf2/dw2-inline-break.exp
3899 * gdb.dwarf2/dw2-inline-param.exp
3900 * gdb.dwarf2/dw2-intercu.exp
3901 * gdb.dwarf2/dw2-intermix.exp
3902 * gdb.dwarf2/dw2-lexical-block-bare.exp
3903 * gdb.dwarf2/dw2-linkage-name-trust.exp
3904 * gdb.dwarf2/dw2-minsym-in-cu.exp
3905 * gdb.dwarf2/dw2-noloc.exp
3906 * gdb.dwarf2/dw2-op-call.exp
3907 * gdb.dwarf2/dw2-op-out-param.exp
3908 * gdb.dwarf2/dw2-opt-structptr.exp
3909 * gdb.dwarf2/dw2-param-error.exp
3910 * gdb.dwarf2/dw2-producer.exp
3911 * gdb.dwarf2/dw2-ranges-base.exp
3912 * gdb.dwarf2/dw2-ref-missing-frame.exp
3913 * gdb.dwarf2/dw2-reg-undefined.exp
3914 * gdb.dwarf2/dw2-regno-invalid.exp
3915 * gdb.dwarf2/dw2-restore.exp
3916 * gdb.dwarf2/dw2-restrict.exp
3917 * gdb.dwarf2/dw2-single-line-discriminators.exp
3918 * gdb.dwarf2/dw2-strp.exp
3919 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3920 * gdb.dwarf2/dw2-unresolved.exp
3921 * gdb.dwarf2/dw2-var-zero-addr.exp
3922 * gdb.dwarf2/dw4-sig-types.exp
3923 * gdb.dwarf2/dwz.exp
3924 * gdb.dwarf2/dynarr-ptr.exp
3925 * gdb.dwarf2/enum-type.exp
3926 * gdb.dwarf2/gdb-index.exp
3927 * gdb.dwarf2/implptr-64bit.exp
3928 * gdb.dwarf2/implptr-optimized-out.exp
3929 * gdb.dwarf2/implptr.exp
3930 * gdb.dwarf2/implref-array.exp
3931 * gdb.dwarf2/implref-const.exp
3932 * gdb.dwarf2/implref-global.exp
3933 * gdb.dwarf2/implref-struct.exp
3934 * gdb.dwarf2/mac-fileno.exp
3935 * gdb.dwarf2/main-subprogram.exp
3936 * gdb.dwarf2/member-ptr-forwardref.exp
3937 * gdb.dwarf2/method-ptr.exp
3938 * gdb.dwarf2/missing-sig-type.exp
3939 * gdb.dwarf2/nonvar-access.exp
3940 * gdb.dwarf2/opaque-type-lookup.exp
3941 * gdb.dwarf2/pieces-optimized-out.exp
3942 * gdb.dwarf2/pieces.exp
3943 * gdb.dwarf2/pr10770.exp
3944 * gdb.dwarf2/pr13961.exp
3945 * gdb.dwarf2/staticvirtual.exp
3946 * gdb.dwarf2/subrange.exp
3947 * gdb.dwarf2/symtab-producer.exp
3948 * gdb.dwarf2/trace-crash.exp
3949 * gdb.dwarf2/typeddwarf.exp
3950 * gdb.dwarf2/valop.exp
3951 * gdb.dwarf2/watch-notconst.exp
3952 * gdb.fortran/array-element.exp
3953 * gdb.fortran/charset.exp
3954 * gdb.fortran/common-block.exp
3955 * gdb.fortran/complex.exp
3956 * gdb.fortran/derived-type-function.exp
3957 * gdb.fortran/derived-type.exp
3958 * gdb.fortran/logical.exp
3959 * gdb.fortran/module.exp
3960 * gdb.fortran/multi-dim.exp
3961 * gdb.fortran/nested-funcs.exp
3962 * gdb.fortran/print-formatted.exp
3963 * gdb.fortran/subarray.exp
3964 * gdb.fortran/vla-alloc-assoc.exp
3965 * gdb.fortran/vla-datatypes.exp
3966 * gdb.fortran/vla-history.exp
3967 * gdb.fortran/vla-ptr-info.exp
3968 * gdb.fortran/vla-ptype-sub.exp
3969 * gdb.fortran/vla-ptype.exp
3970 * gdb.fortran/vla-sizeof.exp
3971 * gdb.fortran/vla-type.exp
3972 * gdb.fortran/vla-value-sub-arbitrary.exp
3973 * gdb.fortran/vla-value-sub-finish.exp
3974 * gdb.fortran/vla-value-sub.exp
3975 * gdb.fortran/vla-value.exp
3976 * gdb.fortran/whatis_type.exp
3977 * gdb.go/chan.exp
3978 * gdb.go/handcall.exp
3979 * gdb.go/hello.exp
3980 * gdb.go/integers.exp
3981 * gdb.go/methods.exp
3982 * gdb.go/package.exp
3983 * gdb.go/strings.exp
3984 * gdb.go/types.exp
3985 * gdb.go/unsafe.exp
3986 * gdb.guile/scm-arch.exp
3987 * gdb.guile/scm-block.exp
3988 * gdb.guile/scm-breakpoint.exp
3989 * gdb.guile/scm-cmd.exp
3990 * gdb.guile/scm-disasm.exp
3991 * gdb.guile/scm-equal.exp
3992 * gdb.guile/scm-frame-args.exp
3993 * gdb.guile/scm-frame-inline.exp
3994 * gdb.guile/scm-frame.exp
3995 * gdb.guile/scm-iterator.exp
3996 * gdb.guile/scm-math.exp
3997 * gdb.guile/scm-objfile.exp
3998 * gdb.guile/scm-ports.exp
3999 * gdb.guile/scm-symbol.exp
4000 * gdb.guile/scm-symtab.exp
4001 * gdb.guile/scm-value-cc.exp
4002 * gdb.guile/types-module.exp
4003 * gdb.linespec/break-ask.exp
4004 * gdb.linespec/cpexplicit.exp
4005 * gdb.linespec/explicit.exp
4006 * gdb.linespec/keywords.exp
4007 * gdb.linespec/linespec.exp
4008 * gdb.linespec/ls-dollar.exp
4009 * gdb.linespec/ls-errs.exp
4010 * gdb.linespec/skip-two.exp
4011 * gdb.linespec/thread.exp
4012 * gdb.mi/mi-async.exp
4013 * gdb.mi/mi-basics.exp
4014 * gdb.mi/mi-break.exp
4015 * gdb.mi/mi-catch-load.exp
4016 * gdb.mi/mi-cli.exp
4017 * gdb.mi/mi-cmd-param-changed.exp
4018 * gdb.mi/mi-console.exp
4019 * gdb.mi/mi-detach.exp
4020 * gdb.mi/mi-disassemble.exp
4021 * gdb.mi/mi-eval.exp
4022 * gdb.mi/mi-file-transfer.exp
4023 * gdb.mi/mi-file.exp
4024 * gdb.mi/mi-fill-memory.exp
4025 * gdb.mi/mi-inheritance-syntax-error.exp
4026 * gdb.mi/mi-linespec-err-cp.exp
4027 * gdb.mi/mi-logging.exp
4028 * gdb.mi/mi-memory-changed.exp
4029 * gdb.mi/mi-read-memory.exp
4030 * gdb.mi/mi-record-changed.exp
4031 * gdb.mi/mi-reg-undefined.exp
4032 * gdb.mi/mi-regs.exp
4033 * gdb.mi/mi-return.exp
4034 * gdb.mi/mi-reverse.exp
4035 * gdb.mi/mi-simplerun.exp
4036 * gdb.mi/mi-solib.exp
4037 * gdb.mi/mi-stack.exp
4038 * gdb.mi/mi-stepi.exp
4039 * gdb.mi/mi-syn-frame.exp
4040 * gdb.mi/mi-until.exp
4041 * gdb.mi/mi-var-block.exp
4042 * gdb.mi/mi-var-child.exp
4043 * gdb.mi/mi-var-cmd.exp
4044 * gdb.mi/mi-var-cp.exp
4045 * gdb.mi/mi-var-display.exp
4046 * gdb.mi/mi-var-invalidate.exp
4047 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4048 * gdb.mi/mi-vla-fortran.exp
4049 * gdb.mi/mi-watch.exp
4050 * gdb.mi/mi2-var-child.exp
4051 * gdb.mi/user-selected-context-sync.exp
4052 * gdb.modula2/unbounded-array.exp
4053 * gdb.multi/dummy-frame-restore.exp
4054 * gdb.multi/multi-arch-exec.exp
4055 * gdb.multi/multi-arch.exp
4056 * gdb.multi/tids.exp
4057 * gdb.multi/watchpoint-multi.exp
4058 * gdb.opencl/callfuncs.exp
4059 * gdb.opencl/convs_casts.exp
4060 * gdb.opencl/datatypes.exp
4061 * gdb.opencl/operators.exp
4062 * gdb.opencl/vec_comps.exp
4063 * gdb.opt/clobbered-registers-O2.exp
4064 * gdb.opt/inline-break.exp
4065 * gdb.opt/inline-bt.exp
4066 * gdb.opt/inline-cmds.exp
4067 * gdb.opt/inline-locals.exp
4068 * gdb.pascal/case-insensitive-symbols.exp
4069 * gdb.pascal/floats.exp
4070 * gdb.pascal/gdb11492.exp
4071 * gdb.python/lib-types.exp
4072 * gdb.python/py-arch.exp
4073 * gdb.python/py-as-string.exp
4074 * gdb.python/py-bad-printers.exp
4075 * gdb.python/py-block.exp
4076 * gdb.python/py-breakpoint-create-fail.exp
4077 * gdb.python/py-breakpoint.exp
4078 * gdb.python/py-caller-is.exp
4079 * gdb.python/py-cmd.exp
4080 * gdb.python/py-explore-cc.exp
4081 * gdb.python/py-explore.exp
4082 * gdb.python/py-finish-breakpoint.exp
4083 * gdb.python/py-finish-breakpoint2.exp
4084 * gdb.python/py-frame-args.exp
4085 * gdb.python/py-frame-inline.exp
4086 * gdb.python/py-frame.exp
4087 * gdb.python/py-framefilter-mi.exp
4088 * gdb.python/py-infthread.exp
4089 * gdb.python/py-lazy-string.exp
4090 * gdb.python/py-linetable.exp
4091 * gdb.python/py-mi-events.exp
4092 * gdb.python/py-mi-objfile.exp
4093 * gdb.python/py-mi.exp
4094 * gdb.python/py-objfile.exp
4095 * gdb.python/py-pp-integral.exp
4096 * gdb.python/py-pp-maint.exp
4097 * gdb.python/py-pp-re-notag.exp
4098 * gdb.python/py-pp-registration.exp
4099 * gdb.python/py-recurse-unwind.exp
4100 * gdb.python/py-strfns.exp
4101 * gdb.python/py-symbol.exp
4102 * gdb.python/py-symtab.exp
4103 * gdb.python/py-sync-interp.exp
4104 * gdb.python/py-typeprint.exp
4105 * gdb.python/py-unwind-maint.exp
4106 * gdb.python/py-unwind.exp
4107 * gdb.python/py-value-cc.exp
4108 * gdb.python/py-xmethods.exp
4109 * gdb.reverse/amd64-tailcall-reverse.exp
4110 * gdb.reverse/break-precsave.exp
4111 * gdb.reverse/break-reverse.exp
4112 * gdb.reverse/consecutive-precsave.exp
4113 * gdb.reverse/consecutive-reverse.exp
4114 * gdb.reverse/finish-precsave.exp
4115 * gdb.reverse/finish-reverse-bkpt.exp
4116 * gdb.reverse/finish-reverse.exp
4117 * gdb.reverse/fstatat-reverse.exp
4118 * gdb.reverse/getresuid-reverse.exp
4119 * gdb.reverse/i386-precsave.exp
4120 * gdb.reverse/i386-reverse.exp
4121 * gdb.reverse/i386-sse-reverse.exp
4122 * gdb.reverse/i387-env-reverse.exp
4123 * gdb.reverse/i387-stack-reverse.exp
4124 * gdb.reverse/insn-reverse.exp
4125 * gdb.reverse/machinestate-precsave.exp
4126 * gdb.reverse/machinestate.exp
4127 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4128 * gdb.reverse/pipe-reverse.exp
4129 * gdb.reverse/readv-reverse.exp
4130 * gdb.reverse/recvmsg-reverse.exp
4131 * gdb.reverse/rerun-prec.exp
4132 * gdb.reverse/s390-mvcle.exp
4133 * gdb.reverse/step-precsave.exp
4134 * gdb.reverse/step-reverse.exp
4135 * gdb.reverse/time-reverse.exp
4136 * gdb.reverse/until-precsave.exp
4137 * gdb.reverse/until-reverse.exp
4138 * gdb.reverse/waitpid-reverse.exp
4139 * gdb.reverse/watch-precsave.exp
4140 * gdb.reverse/watch-reverse.exp
4141 * gdb.rust/generics.exp
4142 * gdb.rust/methods.exp
4143 * gdb.rust/modules.exp
4144 * gdb.rust/simple.exp
4145 * gdb.server/connect-with-no-symbol-file.exp
4146 * gdb.server/ext-attach.exp
4147 * gdb.server/ext-restart.exp
4148 * gdb.server/ext-wrapper.exp
4149 * gdb.server/file-transfer.exp
4150 * gdb.server/server-exec-info.exp
4151 * gdb.server/server-kill.exp
4152 * gdb.server/server-mon.exp
4153 * gdb.server/wrapper.exp
4154 * gdb.stabs/exclfwd.exp
4155 * gdb.stabs/gdb11479.exp
4156 * gdb.threads/clone-new-thread-event.exp
4157 * gdb.threads/corethreads.exp
4158 * gdb.threads/current-lwp-dead.exp
4159 * gdb.threads/dlopen-libpthread.exp
4160 * gdb.threads/gcore-thread.exp
4161 * gdb.threads/sigstep-threads.exp
4162 * gdb.threads/watchpoint-fork.exp
4163 * gdb.trace/actions-changed.exp
4164 * gdb.trace/backtrace.exp
4165 * gdb.trace/change-loc.exp
4166 * gdb.trace/circ.exp
4167 * gdb.trace/collection.exp
4168 * gdb.trace/disconnected-tracing.exp
4169 * gdb.trace/ftrace.exp
4170 * gdb.trace/mi-trace-frame-collected.exp
4171 * gdb.trace/mi-trace-unavailable.exp
4172 * gdb.trace/mi-traceframe-changed.exp
4173 * gdb.trace/mi-tsv-changed.exp
4174 * gdb.trace/no-attach-trace.exp
4175 * gdb.trace/passc-dyn.exp
4176 * gdb.trace/qtro.exp
4177 * gdb.trace/range-stepping.exp
4178 * gdb.trace/read-memory.exp
4179 * gdb.trace/save-trace.exp
4180 * gdb.trace/signal.exp
4181 * gdb.trace/status-stop.exp
4182 * gdb.trace/tfile.exp
4183 * gdb.trace/trace-break.exp
4184 * gdb.trace/trace-buffer-size.exp
4185 * gdb.trace/trace-condition.exp
4186 * gdb.trace/tracefile-pseudo-reg.exp
4187 * gdb.trace/tstatus.exp
4188 * gdb.trace/unavailable.exp
4189 * gdb.trace/while-dyn.exp
4190 * gdb.trace/while-stepping.exp
4191
4192 2016-12-22 Doug Evans <xdje42@gmail.com>
4193
4194 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4195 and msymbols.
4196
4197 2016-12-19 Yao Qi <yao.qi@linaro.org>
4198
4199 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4200 (test_with_self): Don't call do_steps_and_nexts, and remove
4201 code about stepping into xmalloc.
4202
4203 2016-12-09 Yao Qi <yao.qi@linaro.org>
4204
4205 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4206
4207 2016-12-09 Yao Qi <yao.qi@linaro.org>
4208
4209 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4210
4211 2016-12-09 Pedro Alves <palves@redhat.com>
4212
4213 * gdb.base/all-architectures-0.exp: New file.
4214 * gdb.base/all-architectures-1.exp: New file.
4215 * gdb.base/all-architectures-2.exp: New file.
4216 * gdb.base/all-architectures-3.exp: New file.
4217 * gdb.base/all-architectures-4.exp: New file.
4218 * gdb.base/all-architectures-5.exp: New file.
4219 * gdb.base/all-architectures-6.exp: New file.
4220 * gdb.base/all-architectures-7.exp: New file.
4221 * gdb.base/all-architectures.exp.in: New file.
4222
4223 2016-12-09 Yao Qi <yao.qi@linaro.org>
4224
4225 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4226
4227 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4228
4229 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4230 possible.
4231 Remove useless pattern-matching code.
4232
4233 2016-12-02 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4236 procedure.
4237 (top level): Call it.
4238
4239 2016-12-02 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4242 New procedure.
4243 (top level): Call it.
4244
4245 2016-12-02 Pedro Alves <palves@redhat.com>
4246
4247 PR cli/20559
4248 * gdb.base/commands.exp (user_defined_command_args_eval): New
4249 procedure.
4250 (top level): Call it.
4251
4252 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4253
4254 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4255 timeout handling.
4256
4257 2016-12-02 Tom Tromey <tom@tromey.com>
4258
4259 * gdb.dwarf2/main-subprogram.c: New file.
4260 * gdb.dwarf2/main-subprogram.exp: New file.
4261
4262 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4263
4264 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4265 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4266 gdb_test_no_output for a couple of cases.
4267 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4268
4269 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4270
4271 Fix test names and standardize compilation error messages throughout
4272 the following files:
4273
4274 * gdb.ada/start.exp
4275 * gdb.arch/alpha-step.exp
4276 * gdb.arch/e500-prologue.exp
4277 * gdb.arch/ftrace-insn-reloc.exp
4278 * gdb.arch/gdb1291.exp
4279 * gdb.arch/gdb1431.exp
4280 * gdb.arch/gdb1558.exp
4281 * gdb.arch/i386-dr3-watch.exp
4282 * gdb.arch/i386-sse-stack-align.exp
4283 * gdb.arch/ia64-breakpoint-shadow.exp
4284 * gdb.arch/pa-nullify.exp
4285 * gdb.arch/powerpc-aix-prologue.exp
4286 * gdb.arch/thumb-bx-pc.exp
4287 * gdb.base/annota1.exp
4288 * gdb.base/annota3.exp
4289 * gdb.base/arrayidx.exp
4290 * gdb.base/assign.exp
4291 * gdb.base/attach.exp
4292 * gdb.base/auxv.exp
4293 * gdb.base/bang.exp
4294 * gdb.base/bfp-test.exp
4295 * gdb.base/bigcore.exp
4296 * gdb.base/bitfields2.exp
4297 * gdb.base/break-fun-addr.exp
4298 * gdb.base/break-probes.exp
4299 * gdb.base/call-rt-st.exp
4300 * gdb.base/callexit.exp
4301 * gdb.base/catch-fork-kill.exp
4302 * gdb.base/charset.exp
4303 * gdb.base/checkpoint.exp
4304 * gdb.base/comprdebug.exp
4305 * gdb.base/constvars.exp
4306 * gdb.base/coredump-filter.exp
4307 * gdb.base/cursal.exp
4308 * gdb.base/cvexpr.exp
4309 * gdb.base/detach.exp
4310 * gdb.base/display.exp
4311 * gdb.base/dmsym.exp
4312 * gdb.base/dprintf-pending.exp
4313 * gdb.base/dso2dso.exp
4314 * gdb.base/dtrace-probe.exp
4315 * gdb.base/dump.exp
4316 * gdb.base/enum_cond.exp
4317 * gdb.base/exe-lock.exp
4318 * gdb.base/exec-invalid-sysroot.exp
4319 * gdb.base/execl-update-breakpoints.exp
4320 * gdb.base/exprs.exp
4321 * gdb.base/fileio.exp
4322 * gdb.base/find.exp
4323 * gdb.base/finish.exp
4324 * gdb.base/fixsection.exp
4325 * gdb.base/foll-vfork.exp
4326 * gdb.base/frame-args.exp
4327 * gdb.base/gcore.exp
4328 * gdb.base/gdb1250.exp
4329 * gdb.base/global-var-nested-by-dso.exp
4330 * gdb.base/gnu-ifunc.exp
4331 * gdb.base/hashline1.exp
4332 * gdb.base/hashline2.exp
4333 * gdb.base/hashline3.exp
4334 * gdb.base/hbreak-in-shr-unsupported.exp
4335 * gdb.base/huge.exp
4336 * gdb.base/infcall-input.exp
4337 * gdb.base/info-fun.exp
4338 * gdb.base/info-shared.exp
4339 * gdb.base/jit-simple.exp
4340 * gdb.base/jit-so.exp
4341 * gdb.base/jit.exp
4342 * gdb.base/jump.exp
4343 * gdb.base/label.exp
4344 * gdb.base/lineinc.exp
4345 * gdb.base/logical.exp
4346 * gdb.base/longjmp.exp
4347 * gdb.base/macscp.exp
4348 * gdb.base/miscexprs.exp
4349 * gdb.base/new-ui-echo.exp
4350 * gdb.base/new-ui-pending-input.exp
4351 * gdb.base/new-ui.exp
4352 * gdb.base/nodebug.exp
4353 * gdb.base/nofield.exp
4354 * gdb.base/offsets.exp
4355 * gdb.base/overlays.exp
4356 * gdb.base/pending.exp
4357 * gdb.base/pointers.exp
4358 * gdb.base/pr11022.exp
4359 * gdb.base/printcmds.exp
4360 * gdb.base/prologue.exp
4361 * gdb.base/ptr-typedef.exp
4362 * gdb.base/realname-expand.exp
4363 * gdb.base/relativedebug.exp
4364 * gdb.base/relocate.exp
4365 * gdb.base/remote.exp
4366 * gdb.base/reread.exp
4367 * gdb.base/return2.exp
4368 * gdb.base/savedregs.exp
4369 * gdb.base/sep.exp
4370 * gdb.base/sepdebug.exp
4371 * gdb.base/sepsymtab.exp
4372 * gdb.base/set-inferior-tty.exp
4373 * gdb.base/setshow.exp
4374 * gdb.base/shlib-call.exp
4375 * gdb.base/sigaltstack.exp
4376 * gdb.base/siginfo-addr.exp
4377 * gdb.base/signals.exp
4378 * gdb.base/signull.exp
4379 * gdb.base/sigrepeat.exp
4380 * gdb.base/so-impl-ld.exp
4381 * gdb.base/solib-display.exp
4382 * gdb.base/solib-overlap.exp
4383 * gdb.base/solib-search.exp
4384 * gdb.base/solib-symbol.exp
4385 * gdb.base/structs.exp
4386 * gdb.base/structs2.exp
4387 * gdb.base/symtab-search-order.exp
4388 * gdb.base/twice.exp
4389 * gdb.base/unload.exp
4390 * gdb.base/varargs.exp
4391 * gdb.base/watchpoint-solib.exp
4392 * gdb.base/watchpoint.exp
4393 * gdb.base/whatis.exp
4394 * gdb.base/wrong_frame_bt_full.exp
4395 * gdb.btrace/dlopen.exp
4396 * gdb.cell/ea-standalone.exp
4397 * gdb.cell/ea-test.exp
4398 * gdb.cp/dispcxx.exp
4399 * gdb.cp/gdb2384.exp
4400 * gdb.cp/method2.exp
4401 * gdb.cp/nextoverthrow.exp
4402 * gdb.cp/pr10728.exp
4403 * gdb.disasm/am33.exp
4404 * gdb.disasm/h8300s.exp
4405 * gdb.disasm/mn10300.exp
4406 * gdb.disasm/sh3.exp
4407 * gdb.dwarf2/dw2-dir-file-name.exp
4408 * gdb.fortran/complex.exp
4409 * gdb.fortran/library-module.exp
4410 * gdb.guile/scm-pretty-print.exp
4411 * gdb.guile/scm-symbol.exp
4412 * gdb.guile/scm-type.exp
4413 * gdb.guile/scm-value.exp
4414 * gdb.linespec/linespec.exp
4415 * gdb.mi/gdb701.exp
4416 * gdb.mi/gdb792.exp
4417 * gdb.mi/mi-breakpoint-changed.exp
4418 * gdb.mi/mi-dprintf-pending.exp
4419 * gdb.mi/mi-dprintf.exp
4420 * gdb.mi/mi-exit-code.exp
4421 * gdb.mi/mi-pending.exp
4422 * gdb.mi/mi-solib.exp
4423 * gdb.mi/new-ui-mi-sync.exp
4424 * gdb.mi/pr11022.exp
4425 * gdb.mi/user-selected-context-sync.exp
4426 * gdb.opt/solib-intra-step.exp
4427 * gdb.python/py-events.exp
4428 * gdb.python/py-finish-breakpoint.exp
4429 * gdb.python/py-mi.exp
4430 * gdb.python/py-prettyprint.exp
4431 * gdb.python/py-shared.exp
4432 * gdb.python/py-symbol.exp
4433 * gdb.python/py-template.exp
4434 * gdb.python/py-type.exp
4435 * gdb.python/py-value.exp
4436 * gdb.reverse/solib-precsave.exp
4437 * gdb.reverse/solib-reverse.exp
4438 * gdb.server/solib-list.exp
4439 * gdb.stabs/weird.exp
4440 * gdb.threads/reconnect-signal.exp
4441 * gdb.threads/stepi-random-signal.exp
4442 * gdb.trace/actions.exp
4443 * gdb.trace/ax.exp
4444 * gdb.trace/backtrace.exp
4445 * gdb.trace/change-loc.exp
4446 * gdb.trace/deltrace.exp
4447 * gdb.trace/ftrace-lock.exp
4448 * gdb.trace/ftrace.exp
4449 * gdb.trace/infotrace.exp
4450 * gdb.trace/mi-tracepoint-changed.exp
4451 * gdb.trace/packetlen.exp
4452 * gdb.trace/passcount.exp
4453 * gdb.trace/pending.exp
4454 * gdb.trace/range-stepping.exp
4455 * gdb.trace/report.exp
4456 * gdb.trace/stap-trace.exp
4457 * gdb.trace/tfind.exp
4458 * gdb.trace/trace-break.exp
4459 * gdb.trace/trace-condition.exp
4460 * gdb.trace/trace-enable-disable.exp
4461 * gdb.trace/trace-mt.exp
4462 * gdb.trace/tracecmd.exp
4463 * gdb.trace/tspeed.exp
4464 * gdb.trace/tsv.exp
4465 * lib/perftest.exp
4466
4467 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4468
4469 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4470 with gdb_test_no_output.
4471 Use command as test name.
4472
4473 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4474
4475 Fix test names starting with uppercase throughout the files.
4476
4477 * gdb.ada/assign_1.exp
4478 * gdb.ada/boolean_expr.exp
4479 * gdb.base/arrayidx.exp
4480 * gdb.base/del.exp
4481 * gdb.base/gcore-buffer-overflow.exp
4482 * gdb.base/testenv.exp
4483 * gdb.compile/compile.exp
4484 * gdb.python/py-framefilter-invalidarg.exp
4485 * gdb.python/py-framefilter.exp
4486
4487 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4488
4489 Fix test names starting with uppercase throughout the files.
4490
4491 * gdb.ada/array_return.exp
4492 * gdb.ada/expr_delims.exp
4493 * gdb.ada/mi_dyn_arr.exp
4494 * gdb.ada/mi_interface.exp
4495 * gdb.ada/mi_var_array.exp
4496 * gdb.ada/watch_arg.exp
4497 * gdb.arch/alpha-step.exp
4498 * gdb.arch/altivec-regs.exp
4499 * gdb.arch/e500-regs.exp
4500 * gdb.arch/powerpc-d128-regs.exp
4501 * gdb.base/arrayidx.exp
4502 * gdb.base/break.exp
4503 * gdb.base/checkpoint.exp
4504 * gdb.base/debug-expr.exp
4505 * gdb.base/dmsym.exp
4506 * gdb.base/radix.exp
4507 * gdb.base/sepdebug.exp
4508 * gdb.base/testenv.exp
4509 * gdb.base/watch_thread_num.exp
4510 * gdb.base/watchpoint-cond-gone.exp
4511 * gdb.cell/break.exp
4512 * gdb.cell/ea-cache.exp
4513 * gdb.compile/compile.exp
4514 * gdb.cp/gdb2495.exp
4515 * gdb.gdb/selftest.exp
4516 * gdb.gdb/xfullpath.exp
4517 * gdb.go/hello.exp
4518 * gdb.go/integers.exp
4519 * gdb.objc/basicclass.exp
4520 * gdb.pascal/hello.exp
4521 * gdb.pascal/integers.exp
4522 * gdb.python/py-breakpoint.exp
4523 * gdb.python/py-cmd.exp
4524 * gdb.python/py-linetable.exp
4525 * gdb.python/py-xmethods.exp
4526 * gdb.python/python.exp
4527 * gdb.reverse/consecutive-precsave.exp
4528 * gdb.reverse/finish-precsave.exp
4529 * gdb.reverse/i386-precsave.exp
4530 * gdb.reverse/machinestate-precsave.exp
4531 * gdb.reverse/sigall-precsave.exp
4532 * gdb.reverse/solib-precsave.exp
4533 * gdb.reverse/step-precsave.exp
4534 * gdb.reverse/until-precsave.exp
4535 * gdb.reverse/watch-precsave.exp
4536 * gdb.threads/leader-exit.exp
4537 * gdb.threads/pthreads.exp
4538 * gdb.threads/wp-replication.exp
4539 * gdb.trace/actions.exp
4540 * gdb.trace/mi-tsv-changed.exp
4541 * gdb.trace/tsv.exp
4542
4543 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4544
4545 Fix test names starting with uppercase throughout the files.
4546
4547 * gdb.arch/i386-bp_permanent.exp
4548 * gdb.arch/i386-gnu-cfi.exp
4549 * gdb.base/disasm-end-cu.exp
4550 * gdb.base/macscp.exp
4551 * gdb.base/pending.exp
4552 * gdb.base/watch_thread_num.exp
4553 * gdb.cp/exception.exp
4554 * gdb.cp/gdb2495.exp
4555 * gdb.cp/local.exp
4556 * gdb.python/py-evsignal.exp
4557 * gdb.python/python.exp
4558 * gdb.trace/tracecmd.exp
4559
4560 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4561
4562 Fix test names starting with uppercase throughout the files.
4563
4564 * gdb.base/charset.exp
4565 * gdb.base/eval.exp
4566 * gdb.base/multi-forks.exp
4567 * gdb.guile/scm-progspace.exp
4568 * gdb.opencl/datatypes.exp
4569 * gdb.python/py-block.exp
4570 * gdb.python/py-function.exp
4571 * gdb.python/py-symbol.exp
4572 * gdb.python/py-symtab.exp
4573 * gdb.python/py-xmethods.exp
4574 * gdb.reverse/break-precsave.exp
4575 * gdb.reverse/break-reverse.exp
4576 * gdb.reverse/consecutive-precsave.exp
4577 * gdb.reverse/consecutive-reverse.exp
4578 * gdb.reverse/finish-precsave.exp
4579 * gdb.reverse/finish-reverse-bkpt.exp
4580 * gdb.reverse/finish-reverse.exp
4581 * gdb.reverse/fstatat-reverse.exp
4582 * gdb.reverse/getresuid-reverse.exp
4583 * gdb.reverse/i386-precsave.exp
4584 * gdb.reverse/i386-reverse.exp
4585 * gdb.reverse/i386-sse-reverse.exp
4586 * gdb.reverse/i387-stack-reverse.exp
4587 * gdb.reverse/insn-reverse.exp
4588 * gdb.reverse/machinestate-precsave.exp
4589 * gdb.reverse/machinestate.exp
4590 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4591 * gdb.reverse/pipe-reverse.exp
4592 * gdb.reverse/readv-reverse.exp
4593 * gdb.reverse/recvmsg-reverse.exp
4594 * gdb.reverse/rerun-prec.exp
4595 * gdb.reverse/s390-mvcle.exp
4596 * gdb.reverse/sigall-precsave.exp
4597 * gdb.reverse/sigall-reverse.exp
4598 * gdb.reverse/solib-precsave.exp
4599 * gdb.reverse/solib-reverse.exp
4600 * gdb.reverse/step-precsave.exp
4601 * gdb.reverse/step-reverse.exp
4602 * gdb.reverse/time-reverse.exp
4603 * gdb.reverse/until-precsave.exp
4604 * gdb.reverse/until-reverse.exp
4605 * gdb.reverse/waitpid-reverse.exp
4606 * gdb.reverse/watch-precsave.exp
4607 * gdb.reverse/watch-reverse.exp
4608
4609 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4610
4611 Fix test names starting with uppercase throughout the files.
4612
4613 * gdb.arch/i386-mpx-simple_segv.exp
4614 * gdb.arch/i386-mpx.exp
4615 * gdb.arch/i386-permbkpt.exp
4616 * gdb.arch/pa-nullify.exp
4617 * gdb.arch/powerpc-d128-regs.exp
4618 * gdb.arch/vsx-regs.exp
4619 * gdb.base/bfp-test.exp
4620 * gdb.base/break.exp
4621 * gdb.base/breakpoint-shadow.exp
4622 * gdb.base/callfuncs.exp
4623 * gdb.base/charset.exp
4624 * gdb.base/commands.exp
4625 * gdb.base/completion.exp
4626 * gdb.base/dfp-test.exp
4627 * gdb.base/echo.exp
4628 * gdb.base/ending-run.exp
4629 * gdb.base/eval.exp
4630 * gdb.base/expand-psymtabs.exp
4631 * gdb.base/float128.exp
4632 * gdb.base/floatn.exp
4633 * gdb.base/foll-exec-mode.exp
4634 * gdb.base/gdb1056.exp
4635 * gdb.base/gdb11531.exp
4636 * gdb.base/kill-after-signal.exp
4637 * gdb.base/multi-forks.exp
4638 * gdb.base/overlays.exp
4639 * gdb.base/pending.exp
4640 * gdb.base/sepdebug.exp
4641 * gdb.base/testenv.exp
4642 * gdb.base/valgrind-db-attach.exp
4643 * gdb.base/watch_thread_num.exp
4644 * gdb.base/watchpoint-cond-gone.exp
4645 * gdb.base/watchpoint.exp
4646 * gdb.base/watchpoints.exp
4647 * gdb.cp/arg-reference.exp
4648 * gdb.cp/baseenum.exp
4649 * gdb.cp/operator.exp
4650 * gdb.cp/shadow.exp
4651 * gdb.dwarf2/dw2-op-out-param.exp
4652 * gdb.dwarf2/dw2-reg-undefined.exp
4653 * gdb.go/chan.exp
4654 * gdb.go/hello.exp
4655 * gdb.go/integers.exp
4656 * gdb.go/methods.exp
4657 * gdb.go/package.exp
4658 * gdb.guile/scm-parameter.exp
4659 * gdb.guile/scm-progspace.exp
4660 * gdb.guile/scm-value.exp
4661 * gdb.mi/mi-pending.exp
4662 * gdb.mi/user-selected-context-sync.exp
4663 * gdb.multi/multi-attach.exp
4664 * gdb.multi/tids.exp
4665 * gdb.opt/clobbered-registers-O2.exp
4666 * gdb.pascal/floats.exp
4667 * gdb.pascal/integers.exp
4668 * gdb.python/py-block.exp
4669 * gdb.python/py-events.exp
4670 * gdb.python/py-parameter.exp
4671 * gdb.python/py-symbol.exp
4672 * gdb.python/py-symtab.exp
4673 * gdb.python/py-type.exp
4674 * gdb.python/py-value.exp
4675 * gdb.python/py-xmethods.exp
4676 * gdb.python/python.exp
4677 * gdb.reverse/break-precsave.exp
4678 * gdb.reverse/consecutive-precsave.exp
4679 * gdb.reverse/finish-precsave.exp
4680 * gdb.reverse/i386-precsave.exp
4681 * gdb.reverse/machinestate-precsave.exp
4682 * gdb.reverse/sigall-precsave.exp
4683 * gdb.reverse/solib-precsave.exp
4684 * gdb.reverse/step-precsave.exp
4685 * gdb.reverse/until-precsave.exp
4686 * gdb.reverse/watch-precsave.exp
4687 * gdb.server/ext-attach.exp
4688 * gdb.server/ext-restart.exp
4689 * gdb.server/ext-run.exp
4690 * gdb.server/ext-wrapper.exp
4691 * gdb.stabs/gdb11479.exp
4692 * gdb.stabs/weird.exp
4693 * gdb.threads/attach-many-short-lived-threads.exp
4694 * gdb.threads/kill.exp
4695 * gdb.threads/watchpoint-fork.exp
4696
4697 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4698
4699 Fix test names starting with uppercase throughout all the files below.
4700
4701 * gdb.ada/array_return.exp
4702 * gdb.ada/catch_ex.exp
4703 * gdb.ada/info_exc.exp
4704 * gdb.ada/mi_catch_ex.exp
4705 * gdb.ada/mi_dyn_arr.exp
4706 * gdb.ada/mi_ex_cond.exp
4707 * gdb.ada/mi_exc_info.exp
4708 * gdb.ada/mi_interface.exp
4709 * gdb.ada/mi_task_arg.exp
4710 * gdb.ada/mi_task_info.exp
4711 * gdb.ada/mi_var_array.exp
4712 * gdb.arch/alpha-step.exp
4713 * gdb.arch/amd64-disp-step.exp
4714 * gdb.arch/arm-disp-step.exp
4715 * gdb.arch/disp-step-insn-reloc.exp
4716 * gdb.arch/e500-prologue.exp
4717 * gdb.arch/ftrace-insn-reloc.exp
4718 * gdb.arch/gdb1558.exp
4719 * gdb.arch/i386-bp_permanent.exp
4720 * gdb.arch/i386-disp-step.exp
4721 * gdb.arch/i386-float.exp
4722 * gdb.arch/i386-gnu-cfi.exp
4723 * gdb.arch/ia64-breakpoint-shadow.exp
4724 * gdb.arch/mips16-thunks.exp
4725 * gdb.arch/pa-nullify.exp
4726 * gdb.arch/powerpc-aix-prologue.exp
4727 * gdb.arch/powerpc-power.exp
4728 * gdb.arch/ppc-dfp.exp
4729 * gdb.arch/s390-tdbregs.exp
4730 * gdb.arch/spu-info.exp
4731 * gdb.arch/spu-ls.exp
4732 * gdb.arch/thumb-bx-pc.exp
4733 * gdb.base/advance.exp
4734 * gdb.base/annota-input-while-running.exp
4735 * gdb.base/arrayidx.exp
4736 * gdb.base/asmlabel.exp
4737 * gdb.base/async.exp
4738 * gdb.base/attach-wait-input.exp
4739 * gdb.base/auto-connect-native-target.exp
4740 * gdb.base/batch-preserve-term-settings.exp
4741 * gdb.base/bfp-test.exp
4742 * gdb.base/bigcore.exp
4743 * gdb.base/bp-permanent.exp
4744 * gdb.base/break-always.exp
4745 * gdb.base/break-fun-addr.exp
4746 * gdb.base/break-idempotent.exp
4747 * gdb.base/break-main-file-remove-fail.exp
4748 * gdb.base/break-probes.exp
4749 * gdb.base/break-unload-file.exp
4750 * gdb.base/break.exp
4751 * gdb.base/call-ar-st.exp
4752 * gdb.base/call-rt-st.exp
4753 * gdb.base/call-sc.exp
4754 * gdb.base/call-signal-resume.exp
4755 * gdb.base/call-strs.exp
4756 * gdb.base/callexit.exp
4757 * gdb.base/callfuncs.exp
4758 * gdb.base/catch-gdb-caused-signals.exp
4759 * gdb.base/catch-signal-siginfo-cond.exp
4760 * gdb.base/catch-syscall.exp
4761 * gdb.base/compare-sections.exp
4762 * gdb.base/cond-eval-mode.exp
4763 * gdb.base/condbreak-call-false.exp
4764 * gdb.base/consecutive-step-over.exp
4765 * gdb.base/cursal.exp
4766 * gdb.base/disabled-location.exp
4767 * gdb.base/disasm-end-cu.exp
4768 * gdb.base/display.exp
4769 * gdb.base/double-prompt-target-event-error.exp
4770 * gdb.base/dprintf-bp-same-addr.exp
4771 * gdb.base/dprintf-detach.exp
4772 * gdb.base/dprintf-next.exp
4773 * gdb.base/dprintf-non-stop.exp
4774 * gdb.base/dprintf-pending.exp
4775 * gdb.base/dso2dso.exp
4776 * gdb.base/ending-run.exp
4777 * gdb.base/enum_cond.exp
4778 * gdb.base/examine-backward.exp
4779 * gdb.base/exe-lock.exp
4780 * gdb.base/exec-invalid-sysroot.exp
4781 * gdb.base/execl-update-breakpoints.exp
4782 * gdb.base/execution-termios.exp
4783 * gdb.base/fileio.exp
4784 * gdb.base/fixsection.exp
4785 * gdb.base/foll-exec-mode.exp
4786 * gdb.base/foll-exec.exp
4787 * gdb.base/fork-running-state.exp
4788 * gdb.base/frame-args.exp
4789 * gdb.base/fullpath-expand.exp
4790 * gdb.base/func-ptr.exp
4791 * gdb.base/gcore-relro-pie.exp
4792 * gdb.base/gdb1090.exp
4793 * gdb.base/gdb1555.exp
4794 * gdb.base/global-var-nested-by-dso.exp
4795 * gdb.base/gnu-ifunc.exp
4796 * gdb.base/hbreak-in-shr-unsupported.exp
4797 * gdb.base/hbreak-unmapped.exp
4798 * gdb.base/hook-stop.exp
4799 * gdb.base/infcall-input.exp
4800 * gdb.base/info-fun.exp
4801 * gdb.base/info-shared.exp
4802 * gdb.base/interrupt-noterm.exp
4803 * gdb.base/jit-so.exp
4804 * gdb.base/jit.exp
4805 * gdb.base/line-symtabs.exp
4806 * gdb.base/list.exp
4807 * gdb.base/longjmp.exp
4808 * gdb.base/macscp.exp
4809 * gdb.base/max-value-size.exp
4810 * gdb.base/nodebug.exp
4811 * gdb.base/nofield.exp
4812 * gdb.base/overlays.exp
4813 * gdb.base/paginate-after-ctrl-c-running.exp
4814 * gdb.base/paginate-bg-execution.exp
4815 * gdb.base/paginate-inferior-exit.exp
4816 * gdb.base/pending.exp
4817 * gdb.base/pr11022.exp
4818 * gdb.base/printcmds.exp
4819 * gdb.base/ptr-typedef.exp
4820 * gdb.base/ptype.exp
4821 * gdb.base/randomize.exp
4822 * gdb.base/range-stepping.exp
4823 * gdb.base/realname-expand.exp
4824 * gdb.base/relativedebug.exp
4825 * gdb.base/remote.exp
4826 * gdb.base/savedregs.exp
4827 * gdb.base/sepdebug.exp
4828 * gdb.base/set-noassign.exp
4829 * gdb.base/shlib-call.exp
4830 * gdb.base/shreloc.exp
4831 * gdb.base/sigaltstack.exp
4832 * gdb.base/sigbpt.exp
4833 * gdb.base/siginfo-addr.exp
4834 * gdb.base/siginfo-obj.exp
4835 * gdb.base/siginfo-thread.exp
4836 * gdb.base/signest.exp
4837 * gdb.base/signull.exp
4838 * gdb.base/sigrepeat.exp
4839 * gdb.base/skip.exp
4840 * gdb.base/so-impl-ld.exp
4841 * gdb.base/solib-corrupted.exp
4842 * gdb.base/solib-disc.exp
4843 * gdb.base/solib-display.exp
4844 * gdb.base/solib-overlap.exp
4845 * gdb.base/solib-search.exp
4846 * gdb.base/solib-symbol.exp
4847 * gdb.base/source-execution.exp
4848 * gdb.base/sss-bp-on-user-bp-2.exp
4849 * gdb.base/sss-bp-on-user-bp.exp
4850 * gdb.base/stack-checking.exp
4851 * gdb.base/stale-infcall.exp
4852 * gdb.base/step-break.exp
4853 * gdb.base/step-line.exp
4854 * gdb.base/step-over-exit.exp
4855 * gdb.base/step-test.exp
4856 * gdb.base/structs.exp
4857 * gdb.base/sym-file.exp
4858 * gdb.base/symtab-search-order.exp
4859 * gdb.base/term.exp
4860 * gdb.base/type-opaque.exp
4861 * gdb.base/unload.exp
4862 * gdb.base/until-nodebug.exp
4863 * gdb.base/until.exp
4864 * gdb.base/unwindonsignal.exp
4865 * gdb.base/watch-cond.exp
4866 * gdb.base/watch-non-mem.exp
4867 * gdb.base/watch_thread_num.exp
4868 * gdb.base/watchpoint-reuse-slot.exp
4869 * gdb.base/watchpoint-solib.exp
4870 * gdb.base/watchpoint.exp
4871 * gdb.btrace/dlopen.exp
4872 * gdb.cell/arch.exp
4873 * gdb.cell/break.exp
4874 * gdb.cell/bt.exp
4875 * gdb.cell/core.exp
4876 * gdb.cell/data.exp
4877 * gdb.cell/dwarfaddr.exp
4878 * gdb.cell/ea-cache.exp
4879 * gdb.cell/ea-standalone.exp
4880 * gdb.cell/ea-test.exp
4881 * gdb.cell/f-regs.exp
4882 * gdb.cell/fork.exp
4883 * gdb.cell/gcore.exp
4884 * gdb.cell/mem-access.exp
4885 * gdb.cell/ptype.exp
4886 * gdb.cell/registers.exp
4887 * gdb.cell/sizeof.exp
4888 * gdb.cell/solib-symbol.exp
4889 * gdb.cell/solib.exp
4890 * gdb.compile/compile-tls.exp
4891 * gdb.cp/exception.exp
4892 * gdb.cp/gdb2495.exp
4893 * gdb.cp/local.exp
4894 * gdb.cp/mb-inline.exp
4895 * gdb.cp/mb-templates.exp
4896 * gdb.cp/pr10687.exp
4897 * gdb.cp/pr9167.exp
4898 * gdb.cp/scope-err.exp
4899 * gdb.cp/templates.exp
4900 * gdb.cp/virtfunc.exp
4901 * gdb.dwarf2/dw2-dir-file-name.exp
4902 * gdb.dwarf2/dw2-single-line-discriminators.exp
4903 * gdb.fortran/complex.exp
4904 * gdb.fortran/library-module.exp
4905 * gdb.guile/guile.exp
4906 * gdb.guile/scm-cmd.exp
4907 * gdb.guile/scm-frame-inline.exp
4908 * gdb.guile/scm-objfile.exp
4909 * gdb.guile/scm-pretty-print.exp
4910 * gdb.guile/scm-symbol.exp
4911 * gdb.guile/scm-type.exp
4912 * gdb.guile/scm-value.exp
4913 * gdb.linespec/keywords.exp
4914 * gdb.linespec/ls-errs.exp
4915 * gdb.linespec/macro-relative.exp
4916 * gdb.linespec/thread.exp
4917 * gdb.mi/mi-breakpoint-changed.exp
4918 * gdb.mi/mi-dprintf-pending.exp
4919 * gdb.mi/mi-fullname-deleted.exp
4920 * gdb.mi/mi-logging.exp
4921 * gdb.mi/mi-pending.exp
4922 * gdb.mi/mi-solib.exp
4923 * gdb.mi/new-ui-mi-sync.exp
4924 * gdb.mi/user-selected-context-sync.exp
4925 * gdb.multi/dummy-frame-restore.exp
4926 * gdb.multi/multi-arch-exec.exp
4927 * gdb.multi/remove-inferiors.exp
4928 * gdb.multi/watchpoint-multi-exit.exp
4929 * gdb.opt/solib-intra-step.exp
4930 * gdb.perf/backtrace.exp
4931 * gdb.perf/single-step.exp
4932 * gdb.perf/skip-command.exp
4933 * gdb.perf/skip-prologue.exp
4934 * gdb.perf/solib.exp
4935 * gdb.python/lib-types.exp
4936 * gdb.python/py-as-string.exp
4937 * gdb.python/py-bad-printers.exp
4938 * gdb.python/py-block.exp
4939 * gdb.python/py-breakpoint.exp
4940 * gdb.python/py-cmd.exp
4941 * gdb.python/py-events.exp
4942 * gdb.python/py-evthreads.exp
4943 * gdb.python/py-finish-breakpoint.exp
4944 * gdb.python/py-finish-breakpoint2.exp
4945 * gdb.python/py-frame-inline.exp
4946 * gdb.python/py-frame.exp
4947 * gdb.python/py-inferior.exp
4948 * gdb.python/py-infthread.exp
4949 * gdb.python/py-mi.exp
4950 * gdb.python/py-objfile.exp
4951 * gdb.python/py-pp-maint.exp
4952 * gdb.python/py-pp-registration.exp
4953 * gdb.python/py-prettyprint.exp
4954 * gdb.python/py-recurse-unwind.exp
4955 * gdb.python/py-shared.exp
4956 * gdb.python/py-symbol.exp
4957 * gdb.python/py-symtab.exp
4958 * gdb.python/py-template.exp
4959 * gdb.python/py-type.exp
4960 * gdb.python/py-unwind-maint.exp
4961 * gdb.python/py-unwind.exp
4962 * gdb.python/py-value.exp
4963 * gdb.python/python.exp
4964 * gdb.reverse/finish-reverse-bkpt.exp
4965 * gdb.reverse/insn-reverse.exp
4966 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4967 * gdb.reverse/solib-precsave.exp
4968 * gdb.reverse/solib-reverse.exp
4969 * gdb.stabs/gdb11479.exp
4970 * gdb.stabs/weird.exp
4971 * gdb.threads/fork-child-threads.exp
4972 * gdb.threads/fork-plus-threads.exp
4973 * gdb.threads/fork-thread-pending.exp
4974 * gdb.threads/forking-threads-plus-breakpoint.exp
4975 * gdb.threads/hand-call-in-threads.exp
4976 * gdb.threads/interrupted-hand-call.exp
4977 * gdb.threads/linux-dp.exp
4978 * gdb.threads/local-watch-wrong-thread.exp
4979 * gdb.threads/next-while-other-thread-longjmps.exp
4980 * gdb.threads/non-ldr-exit.exp
4981 * gdb.threads/pending-step.exp
4982 * gdb.threads/print-threads.exp
4983 * gdb.threads/process-dies-while-detaching.exp
4984 * gdb.threads/process-dies-while-handling-bp.exp
4985 * gdb.threads/pthreads.exp
4986 * gdb.threads/queue-signal.exp
4987 * gdb.threads/reconnect-signal.exp
4988 * gdb.threads/signal-command-handle-nopass.exp
4989 * gdb.threads/signal-command-multiple-signals-pending.exp
4990 * gdb.threads/signal-delivered-right-thread.exp
4991 * gdb.threads/signal-sigtrap.exp
4992 * gdb.threads/sigthread.exp
4993 * gdb.threads/staticthreads.exp
4994 * gdb.threads/stepi-random-signal.exp
4995 * gdb.threads/thread-unwindonsignal.exp
4996 * gdb.threads/thread_check.exp
4997 * gdb.threads/thread_events.exp
4998 * gdb.threads/tid-reuse.exp
4999 * gdb.threads/tls-nodebug.exp
5000 * gdb.threads/tls-shared.exp
5001 * gdb.threads/tls-so_extern.exp
5002 * gdb.threads/tls.exp
5003 * gdb.threads/wp-replication.exp
5004 * gdb.trace/actions-changed.exp
5005 * gdb.trace/actions.exp
5006 * gdb.trace/backtrace.exp
5007 * gdb.trace/change-loc.exp
5008 * gdb.trace/collection.exp
5009 * gdb.trace/deltrace.exp
5010 * gdb.trace/disconnected-tracing.exp
5011 * gdb.trace/entry-values.exp
5012 * gdb.trace/ftrace-lock.exp
5013 * gdb.trace/ftrace.exp
5014 * gdb.trace/infotrace.exp
5015 * gdb.trace/mi-trace-frame-collected.exp
5016 * gdb.trace/mi-trace-unavailable.exp
5017 * gdb.trace/mi-traceframe-changed.exp
5018 * gdb.trace/mi-tracepoint-changed.exp
5019 * gdb.trace/mi-tsv-changed.exp
5020 * gdb.trace/no-attach-trace.exp
5021 * gdb.trace/packetlen.exp
5022 * gdb.trace/passc-dyn.exp
5023 * gdb.trace/passcount.exp
5024 * gdb.trace/pending.exp
5025 * gdb.trace/pr16508.exp
5026 * gdb.trace/qtro.exp
5027 * gdb.trace/range-stepping.exp
5028 * gdb.trace/read-memory.exp
5029 * gdb.trace/report.exp
5030 * gdb.trace/save-trace.exp
5031 * gdb.trace/signal.exp
5032 * gdb.trace/stap-trace.exp
5033 * gdb.trace/status-stop.exp
5034 * gdb.trace/strace.exp
5035 * gdb.trace/tfile.exp
5036 * gdb.trace/tfind.exp
5037 * gdb.trace/trace-break.exp
5038 * gdb.trace/trace-condition.exp
5039 * gdb.trace/trace-enable-disable.exp
5040 * gdb.trace/trace-mt.exp
5041 * gdb.trace/tracecmd.exp
5042 * gdb.trace/tracefile-pseudo-reg.exp
5043 * gdb.trace/tspeed.exp
5044 * gdb.trace/tstatus.exp
5045 * gdb.trace/tsv.exp
5046 * gdb.trace/unavailable.exp
5047 * gdb.trace/while-dyn.exp
5048 * gdb.trace/while-stepping.exp
5049 * lib/gdb-guile.exp
5050 * lib/gdb.exp
5051 * lib/mi-support.exp
5052 * lib/pascal.exp
5053 * lib/perftest.exp
5054 * lib/prelink-support.exp
5055 * lib/selftest-support.exp
5056
5057 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5058
5059 * Makefile.in: Include disable-implicit-rules.mk.
5060
5061 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5062
5063 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5064 non-byte-aligned bit fields.
5065
5066 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5067
5068 PR gdb/12616
5069 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5070 respects the DW_AT_data_bit_offset attribute.
5071
5072 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5073
5074 * gdb.base/default.exp: Fix output of "set language".
5075
5076 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5077
5078 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5079 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5080 make.
5081 * configure.ac: Remove checks for the make program.
5082 * configure: Re-generate.
5083
5084 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5085
5086 * gdb.python/py-recurse-unwind.c (main): Add loop.
5087 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5088 to read_register() and gdb.parse_and_eval(). Make each code
5089 call a separate case that can be individually tested.
5090 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5091 proc. Call cont_and_backtrace for each of the code paths that
5092 we want to test in the unwinder.
5093
5094 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5095
5096 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5097 the definition of struct S.
5098
5099 2016-11-11 Catherine Moore <clm@codesourcery.com>
5100
5101 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5102
5103 2016-11-09 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.base/commands.exp (runto_or_return): New procedure.
5106 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5107 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5108 (progvar_simple_while_test, progvar_complex_if_while_test)
5109 (if_while_breakpoint_command_test)
5110 (infrun_breakpoint_command_test, breakpoint_command_test)
5111 (user_defined_command_test, watchpoint_command_test)
5112 (test_command_prompt_position, redefine_hook_test)
5113 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5114 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5115 multi_line_input and multi_line. Remove gdb_expect and
5116 gdb_stop_suppressing_tests uses.
5117 * lib/gdb.exp (valnum_re): New global.
5118 (multi_line_input): New procedure.
5119
5120 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5121
5122 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5123 Remove.
5124 (test_setup): Define with proc_with_prefix.
5125 (test_cli_inferior): Likewise.
5126 (test_cli_thread): Likewise.
5127 (test_cli_frame): Likewise.
5128 (test_cli_select_frame): Likewise.
5129 (test_cli_up_down): Likewise.
5130 (test_mi_thread_select): Likewise.
5131 (test_mi_stack_select_frame): Likewise.
5132 (test_cli_in_mi_inferior): Likewise.
5133 (test_cli_in_mi_thread): Likewise.
5134 (test_cli_in_mi_frame): Likewise.
5135 (top level): Do not use with_test_prefix_procname.
5136
5137 2016-11-09 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.base/commands.exp (gdbvar_simple_if_test)
5140 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5141 (progvar_simple_if_test, progvar_simple_while_test)
5142 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5143 (infrun_breakpoint_command_test, breakpoint_command_test)
5144 (user_defined_command_test, watchpoint_command_test)
5145 (test_command_prompt_position, deprecated_command_test)
5146 (bp_deleted_in_command, temporary_breakpoint_commands)
5147 (stray_arg0_test, source_file_with_indented_comment)
5148 (recursive_source_test, if_commands_test)
5149 (error_clears_commands_left, redefine_hook_test)
5150 (redefine_backtrace_test): Use proc_with_prefix.
5151 * lib/gdb.exp (proc_with_prefix): New proc.
5152
5153 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5154
5155 * gdb.base/tui-layout.c: New file.
5156 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5157 disassembly window contains very long lines.
5158
5159 2016-11-08 Tom Tromey <tom@tromey.com>
5160
5161 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5162 depend on Python 2.
5163
5164 2016-11-08 Tom Tromey <tom@tromey.com>
5165
5166 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5167 New method.
5168
5169 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5170
5171 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5172
5173 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5174
5175 * gdb.rust/simple.rs: Add test for univariant enums without
5176 discriminants and for encoded struct-like enums.
5177
5178 2016-10-28 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5181 gdb_test_multiple, tighten regexps and match symtabs and line
5182 tables incrementally.
5183
5184 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5185
5186 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5187 general.
5188
5189 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5190
5191 * gdb.base/exec-invalid-sysroot.exp: New file.
5192
5193 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5194
5195 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5196
5197 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5198
5199 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5200
5201 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5202
5203 * gdb.base/killed-outside.exp: Remove $options from a call to
5204 `prepare_for_testing'.
5205
5206 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5207
5208 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5209 Change test message.
5210
5211 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5212
5213 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5214 Update comment.
5215
5216 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5217
5218 * gdb.trace/mi-trace-save.exp: New file.
5219
5220 2016-10-13 Yao Qi <yao.qi@linaro.org>
5221
5222 * gdb.base/code_elim.exp (get_var_address): Remove.
5223 * gdb.base/relocate.exp: Likewise.
5224 * gdb.base/shreloc.exp: Likewise.
5225 * lib/gdb.exp (get_var_address): New.
5226
5227 2016-10-13 Yao Qi <yao.qi@linaro.org>
5228
5229 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5230 floating point tests if $skip_float_test is false.
5231
5232 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5233
5234 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5235 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5236 argc values.
5237 Add 1 to argc so we guarantee distinct initial/modified argc values.
5238
5239 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5242
5243 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5244
5245 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5246 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5247 * gdb.arch/vsx-regs.exp: Likewise.
5248
5249 2016-10-07 Yao Qi <yao.qi@linaro.org>
5250
5251 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5252
5253 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5254
5255 * gdb.python/python.exp: Test decode_line("*0").
5256
5257 2016-10-06 Doug Evans <dje@google.com>
5258
5259 * gdb.python/py-value.exp (test_value_creation): Add test for large
5260 unsigned 64-bit value.
5261
5262 2016-10-06 Tom Tromey <tom@tromey.com>
5263
5264 * gdb.compile/compile.exp: Change java tests to rust.
5265 * gdb.base/setshow.exp: Change java tests to rust.
5266 * gdb.base/default.exp: Remove java from language list.
5267 * README (Examples): Update language example.
5268 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5269 test.
5270 * lib/gdb.exp (skip_java_tests): Remove.
5271 * lib/java.exp: Remove.
5272 * gdb.java: Remove.
5273
5274 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5275
5276 * gdb.arch/mips-fcr.exp: New test.
5277 * gdb.arch/mips-fcr.c: Source for the new test.
5278
5279 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5280
5281 * gdb.base/solib-disc.exp: Use `standard_output_file'
5282 throughout.
5283
5284 2016-10-06 Pedro Alves <palves@redhat.com>
5285
5286 * gdb.base/jit-simple-dl.c: New file.
5287 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5288 * gdb.base/jit-simple.c: ... this.
5289 * gdb.base/jit-simple.exp (jit_run): Delete.
5290 (build_jit): New proc.
5291 (jit_test_reread): Recompile either the main program or the shared
5292 library, depending on what is being tested. Skip changing address
5293 if caller wants to. Compare before/after addresses. If testing
5294 standalone, explicitly load the binary. Test "maint info
5295 breakpoints".
5296 (top level): Add "standalone vs shared lib" and "change address"
5297 vs "same address" axes.
5298
5299 2016-10-06 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5302 call.
5303 (jit_run): Delete.
5304 (jit_test_reread): Use with_test_prefix. Reload the main binary
5305 explicitly. Compare the before/after addresses of the JIT
5306 descriptor.
5307
5308 2016-08-15 Doug Evans <dje@google.com>
5309
5310 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5311 for single bitfields is bool.
5312 * gdb.xml/tdesc-regs.exp: Ditto.
5313
5314 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5315
5316 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5317
5318 2016-10-05 Yao Qi <yao.qi@linaro.org>
5319
5320 * lib/gdb.exp (support_complex_tests): Return zero if
5321 gdb_skip_float_test return true.
5322
5323 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5324 Simon Marchi <simon.marchi@ericsson.com>
5325
5326 PR gdb/20487
5327 * gdb.mi/user-selected-context-sync.exp: New file.
5328 * gdb.mi/user-selected-context-sync.c: New file.
5329
5330 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5331 Simon Marchi <simon.marchi@ericsson.com>
5332
5333 PR gdb/20487
5334 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5335 =thread-select-event check.
5336
5337 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5338
5339 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5340 the compulsory L operand changes.
5341 * gdb.arch/powerpc-power.s: Likewise.
5342
5343 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5344
5345 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5346 * gdb.base/jit-attach-pie.c: New file.
5347 * gdb.base/jit-attach-pie.exp: New file.
5348
5349 2016-09-28 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.base/infcall-input.c: New file.
5352 * gdb.base/infcall-input.exp: New file.
5353
5354 2016-09-22 Yao Qi <yao.qi@linaro.org>
5355
5356 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5357 (gdb_exit): Rename it to ...
5358 (gdbserver_gdb_exit): ... Close GDBserver.
5359 (gdb_exit): New proc, call gdbserver_gdb_exit.
5360 (mi_gdb_exit): Likewise.
5361
5362 2016-09-22 Yao Qi <yao.qi@linaro.org>
5363
5364 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5365 path.
5366 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5367 Remove duplication.
5368
5369 2016-09-22 Yao Qi <yao.qi@linaro.org>
5370
5371 * lib/gdbserver-support.exp: Check the existence of
5372 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5373
5374 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5375
5376 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5377
5378 2016-09-21 Tom Tromey <tom@tromey.com>
5379
5380 PR gdb/20604:
5381 * gdb.base/quit.exp: New file.
5382
5383 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5384
5385 * .gitignore: New file.
5386
5387 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5388
5389 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5390 throughout.
5391
5392 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5393
5394 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5395
5396 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5397
5398 * gdb.cp/casts.cc (decltype): Move it ...
5399 (main): ... with its call to ...
5400 * gdb.cp/casts03.cc: ... a new file.
5401 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5402
5403 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5404
5405 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5406
5407 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5408
5409 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5410 and sync up the test with tests in gas/testsuite/gas/ppc.
5411 * gdb.arch/powerpc-power.exp: Likewise.
5412
5413 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5414
5415 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5416
5417 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5418 Jan Kratochvil <jan.kratochvil@redhat.com>
5419
5420 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5421 make m1's definition to be different from m2's. Use 'dummy' as an
5422 argument for probe 'two'.
5423
5424 2016-09-10 Jon Beniston <jon@beniston.com>
5425
5426 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5427 for sim target.
5428
5429 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5430
5431 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5432 variable declaration.
5433 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5434 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5435 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5436 received HWCAP as its argument.
5437
5438 2016-09-06 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.base/new-ui-pending-input.c: New file.
5441 * gdb.base/new-ui-pending-input.exp: New file.
5442 * gdb.exp (clear_gdb_spawn_id): New procedure.
5443 (with_spawn_id): Check whether gdb_spawn_id exists before
5444 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5445 on exit.
5446
5447 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5448
5449 * gdb.base/float128.c: New file.
5450 * gdb.base/float128.exp: Likewise.
5451 * gdb.base/floatn.c: Likewise.
5452 * gdb.base/floatn.exp: Likewise.
5453
5454 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5455
5456 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5457
5458 2016-09-05 Pedro Alves <palves@redhat.com>
5459
5460 PR backtrace/19927
5461 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5462 unwinders are immediately called as side effect of "source" or
5463 "disable unwinder" commands.
5464 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5465
5466 2016-09-02 Yao Qi <yao.qi@linaro.org>
5467
5468 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5469 is true and $type is "float" or "double".
5470
5471 2016-09-02 Yao Qi <yao.qi@linaro.org>
5472
5473 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5474 true.
5475 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5476 * gdb.base/call-rt-st.exp: Likewise.
5477 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5478 return value instead of gdb,skip_float_test.
5479 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5480 (do_function_calls): Use its return value instead of
5481 gdb,skip_float_test.
5482 * gdb.base/finish.exp: Likewise.
5483 * gdb.base/funcargs.exp: Likewise.
5484 * gdb.base/return.exp: Likewise.
5485 * gdb.base/return2.exp: Likewise.
5486 * gdb.base/varargs.exp: Likewise.
5487 * lib/gdb.exp (gdb_skip_float_test): Change it to
5488 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5489
5490 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5491
5492 * gdb.multi/tids.exp: Test "thread apply all".
5493
5494 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5495
5496 * gdb.base/default.exp (tty): Remove.
5497
5498 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5499
5500 * gdb.python/py-recurse-unwind.c: New file.
5501 * gdb.python/py-recurse-unwind.py: New file.
5502 * gdb.python/py-recurse-unwind.exp: New file.
5503
5504 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5505
5506 * gdb.base/set-inferior-tty.exp: New file.
5507 * gdb.base/set-inferior-tty.c: New file.
5508
5509 2016-08-23 Pedro Alves <palves@redhat.com>
5510
5511 PR gdb/20494
5512 * gdb.base/new-ui-echo.c: New file.
5513 * gdb.base/new-ui-echo.exp: New file.
5514
5515 2016-08-23 Yao Qi <yao.qi@linaro.org>
5516
5517 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5518 gdbserver_spawn.
5519 * gdb.server/connect-without-multi-process.exp (do_test):
5520 Likewise.
5521
5522 2016-08-23 Yao Qi <yao.qi@linaro.org>
5523
5524 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5525 standalone_txt. Delete gdb_txt and standalone_txt on host
5526 and target. Spawn the binary on target. Copy files from
5527 target to host.
5528
5529 2016-08-22 Pedro Alves <palves@redhat.com>
5530
5531 PR gdb/20505
5532 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5533 with_test_prefix. Factor out bits to ...
5534 (test_no_vdso): ... this new procedure.
5535
5536 2016-08-19 Carl Love <cel@us.ibm.com>
5537
5538 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5539 maintaining separate logic for constructing the output path.
5540 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5541 * gdb.arch/ppc-dfp.exp: Likewise.
5542 * gdb.arch/ppc-fp.exp: Likewise.
5543 * gdb.arch/vsx-regs.exp: Likewise.
5544 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5545 binprefix for generating the additional binary files.
5546
5547 2016-08-19 Pedro Alves <palves@redhat.com>
5548
5549 * gdb.trace/mi-trace-frame-collected.exp
5550 (test_trace_frame_collected): On x32, expect two registers.
5551
5552 2016-08-18 Carl Love <cel@us.ibm.com>
5553
5554 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5555 and sync up the test with tests in gas/testsuite/gas/ppc.
5556 * gdb.arch/powerpc-power.exp: Likewise.
5557
5558 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5559
5560 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5561 expected error message.
5562
5563 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5564
5565 * gdb.multi/remove-inferiors.exp: New file.
5566 * gdb.multi/remove-inferiors.c: New file.
5567
5568 2016-08-12 Yao Qi <yao.qi@linaro.org>
5569
5570 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5571 argument list.
5572
5573 2016-08-10 Pedro Alves <palves@redhat.com>
5574
5575 PR gdb/19187
5576 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5577 setup_kfails.
5578
5579 2016-08-09 Pedro Alves <palves@redhat.com>
5580 Simon Marchi <simon.marchi@ericsson.com>
5581
5582 PR gdb/20418
5583 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5584 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5585
5586 2016-08-09 Pedro Alves <palves@redhat.com>
5587
5588 PR mi/20431
5589 * gdb.mi/mi-cmd-error.exp: New file.
5590
5591 2016-08-09 Pedro Alves <palves@redhat.com>
5592
5593 PR gdb/18653
5594 * gdb.base/signals-state-child.c: New file.
5595 * gdb.base/signals-state-child.exp: New file.
5596 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5597
5598 2016-08-09 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5601
5602 2016-08-03 Tom Tromey <tom@tromey.com>
5603
5604 PR python/18565:
5605 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5606
5607 2016-08-01 Yao Qi <yao.qi@linaro.org>
5608
5609 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5610 variable mode to "multi-process" if $multi_process is 1, otherwise
5611 set it to "single-process".
5612
5613 2016-08-01 Yao Qi <yao.qi@linaro.org>
5614
5615 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5616 * gdb.cp/cpexprs.exp: Likewise.
5617 * gdb.cp/m-static.exp: Likewise.
5618
5619 2016-07-26 Tom Tromey <tom@tromey.com>
5620
5621 PR python/20190:
5622 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5623 test.
5624
5625 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5626
5627 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5628 selecting assembly source files.
5629 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5630 assembly source files.
5631 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5632 assembly source files.
5633 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5634 selecting assembly source files.
5635
5636 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5637
5638 * gdb.base/new-ui.exp (do_test_invalid_args): New
5639 procedure.
5640
5641 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5642
5643 * gdb.btrace/reconnect.c: New file.
5644 * gdb.btrace/reconnect.exp: New file.
5645
5646 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5647
5648 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5649 to test_catch_syscall_group.
5650 (test_catch_syscall_group): New.
5651
5652 2016-07-21 Tom Tromey <tom@tromey.com>
5653
5654 * gdb.rust/simple.rs (main): Use empty struct expression.
5655 * gdb.rust/simple.exp: Add tests for empty struct expression.
5656
5657 2016-07-21 Yao Qi <yao.qi@linaro.org>
5658
5659 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5660 if gdb_skip_xml_test is true on some targets.
5661
5662 2016-07-21 Yao Qi <yao.qi@linaro.org>
5663
5664 * gdb.server/solib-list.exp: Unset last_loaded_file.
5665
5666 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5667
5668 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5669 "step into captured_main (args)".
5670
5671 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5672
5673 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5674
5675 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5676
5677 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5678
5679 2016-07-19 Pedro Alves <palves@redhat.com>
5680
5681 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5682 * gdb.opt/inline-bt.exp: Likewise.
5683 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5684 additional_flags=-Winline.
5685 * gdb.opt/inline-locals.exp: Likewise.
5686 * gdb.opt/inline-markers.c (ATTR): Define.
5687 (inlined_fn): Use it.
5688
5689 2016-07-19 Yao Qi <yao.qi@linaro.org>
5690
5691 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5692 (test_with_self): Remove some code. Remove argument executable.
5693 (top-level): Use do_self_tests.
5694
5695 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5696 Don Breazeal <donb@codesourcery.com>
5697
5698 * gdb.base/maint.exp: Escape paths used in regular expressions.
5699 * gdb.stabs/weird.exp: Likewise.
5700
5701 2016-07-13 Tom Tromey <tom@tromey.com>
5702
5703 PR python/15620, PR python/18620:
5704 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5705 (test_bkpt_events): New procs.
5706
5707 2016-07-13 Tom Tromey <tom@tromey.com>
5708
5709 PR python/17698:
5710 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5711 test.
5712 (test_watchpoints): Likewise.
5713 (test_bkpt_pending): New proc.
5714
5715 2016-07-13 Tom Tromey <tom@tromey.com>
5716
5717 PR cli/18053:
5718 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5719 completion test.
5720
5721 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5722
5723 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5724 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5725 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5726 f_label.
5727 (g): Rename g_end_lbl to g_label.
5728 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5729 low_pc and high_pc.
5730 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5731
5732 2016-07-12 Tom Tromey <tom@tromey.com>
5733
5734 PR python/19293:
5735 * gdb.python/py-unwind-maint.exp: Update tests.
5736
5737 2016-07-12 Yao Qi <yao.qi@linaro.org>
5738
5739 * lib/selftest-support.exp (selftest_setup): Match the output
5740 when captured_main is inlined.
5741
5742 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5743
5744 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5745 New variables.
5746 (print this%a, print this%b, print this): New tests.
5747 * gdb.fortran/derived-types.f90 (this): New object and
5748 initialization.
5749
5750 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5751
5752 * gdb.ada/arraydim.exp: Remove extra directory level in build
5753 directory.
5754
5755 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5756
5757 * lib/ada.exp: Remove extra directory level in build directory.
5758 * gdb.ada/cond_lang.exp: Likewise.
5759 * gdb.ada/exec_changed.exp: Likewise.
5760 * gdb.ada/lang_switch.exp: Likewise.
5761
5762 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5763
5764 * simple.rs: Add test for raw pointer subscripting.
5765 * simple.exp: Add test expectations.
5766
5767 2016-07-05 Yao Qi <yao.qi@linaro.org>
5768
5769 * gdb.mi/mi-reverse.exp: Match =record-started output.
5770
5771 2016-07-01 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5774 procedure.
5775 (jit_reader_test): Test the jit reader's unwinder.
5776 * gdb.base/jithost.c (jit_function_00_code): New global.
5777 (main): Use memcpy to fill in the mmapped code, instead of poking
5778 bytes manually here.
5779 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5780 value.
5781 (read_debug_info): Save the function's range.
5782 (read_sp): New function.
5783 (unwind_frame): Use it. Also unwind RBP.
5784 (get_frame_id): Use read_sp.
5785 (gdb_init_reader): Use calloc instead of malloc.
5786 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5787 parameter. Use gdb_test_multiple.
5788
5789 2016-07-01 Pedro Alves <palves@redhat.com>
5790 Antoine Tremblay <antoine.tremblay@ericsson.com>
5791
5792 * gdb.threads/process-dies-while-detaching.c: New file.
5793 * gdb.threads/process-dies-while-detaching.exp: New file.
5794
5795 2016-07-01 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.multi/watchpoint-multi-exit.c: New file.
5798 * gdb.multi/watchpoint-multi-exit.exp: New file.
5799
5800 2016-06-30 Pedro Alves <palves@redhat.com>
5801
5802 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5803 unset inferior_spawn_id.
5804
5805 2016-06-30 Pedro Alves <palves@redhat.com>
5806
5807 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5808 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5809
5810 2016-06-29 Yao Qi <yao.qi@linaro.org>
5811
5812 * gdb.base/return.c: Add copyright header.
5813
5814 2016-06-29 Tom Tromey <tom@tromey.com>
5815
5816 PR python/20129:
5817 * gdb.python/py-framefilter.exp: Add tests for setting priority
5818 and disabling of non-existent frame filter.
5819
5820 2016-06-29 Yao Qi <yao.qi@linaro.org>
5821
5822 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5823 0x0f07ff.
5824
5825 2016-06-28 Yao Qi <yao.qi@linaro.org>
5826
5827 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5828 triplets. Start gdb, execute catch syscall, and continue. Check
5829 gdb's output to determine catch syscall is supported.
5830
5831 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5832
5833 * gdb.rust/simple.rs: Add test for returning unit in a function.
5834 * gdb.rust/simple.exp: Add expectation for functions returning
5835 unit.
5836
5837 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5838
5839 * gdb.python/py-breakpoint-create-fail.c,
5840 gdb.python/py-breakpoint-create-fail.exp,
5841 gdb.python/py-breakpoint-create-fail.py: New testcase.
5842
5843 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5844
5845 PR gdb/20239
5846 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5847 * gdb.rust/simple.exp: Add test expectations for new NonZero
5848 tests.
5849
5850 2016-06-24 David Taylor <dtaylor@emc.com>
5851
5852 * gdb.base/offsets.exp: New file.
5853 * gdb.base/offsets.c: New file.
5854
5855 2016-06-23 Tom Tromey <tom@tromey.com>
5856
5857 PR gdb/16483:
5858 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5859 before any filters are loaded.
5860
5861 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5862
5863 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5864 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5865 structs.
5866 * gdb.fortran/derived-type-function.exp: New file.
5867 * gdb.fortran/derived-type-function.f90: New file.
5868
5869
5870 2016-06-21 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.base/new-ui.exp: New file.
5873 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5874 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5875 (with_spawn_id): New procedure.
5876
5877 2016-06-21 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.mi/mi-exec-run.exp: New file.
5880
5881 2016-06-21 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5884 breakpoint command's output on the main UI.
5885 (test_break): New procedure, factored out from calls in the top
5886 level.
5887 (top level): Use foreach_with_prefix to test MI as main UI and as
5888 separate UI.
5889
5890 2016-06-21 Pedro Alves <palves@redhat.com>
5891
5892 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5893 (test_awatch_creation_and_listing)
5894 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5895 Remove 'type' parameter.
5896 (test_watchpoint_all): New parameter mi_mode. Remove
5897 with_test_prefix.
5898 (top level): Use foreach_with_prefix, and add main/separate UI MI
5899 testing axis.
5900
5901 2016-06-21 Pedro Alves <palves@redhat.com>
5902
5903 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5904 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5905 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5906 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5907 (gdb_main_spawn_id, mi_spawn_id): Declare and
5908 comment.
5909 (mi_create_inferior_pty): New procedure,
5910 factored out from default_mi_gdb_start.
5911 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5912 procedures.
5913 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5914 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5915 Use mi_create_inferior_pty.
5916 (mi_gdb_start): Use eval to pass down args list.
5917
5918 2016-06-21 Pedro Alves <palves@redhat.com>
5919
5920 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5921 * gdb.opt/inline-cmds.exp: Add MI tests.
5922
5923 2016-06-21 Pedro Alves <palves@redhat.com>
5924
5925 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5926
5927 2016-06-21 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5930 (top level): Use it instead of mi_execute_to.
5931
5932 2016-06-21 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5935 (cont_handler_str): New.
5936 (signal_stop_handler): Set stop_handler_str instead of printing to
5937 stdout.
5938 (continue_handler): Set cont_handler_str instead of printing to
5939 stdout.
5940 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5941 mi_send_resuming_command. Print stop_handler_str and
5942 cont_handler_str instead of expecting the python events print
5943 directly.
5944
5945 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5946
5947 * gdb.base/jit-reader.exp: New file.
5948 * gdb.base/jithost.c: New file.
5949 * gdb.base/jithost.h: New file.
5950 * gdb.base/jitreader.c : New file.
5951 * gdb.base/jit-protocol.h: New file.
5952
5953 2016-06-17 Yao Qi <yao.qi@linaro.org>
5954
5955 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5956 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5957 and detach-on-fork. Adjust tests.
5958 (top level): Invoke break_cond_on_syscall with combinations of
5959 syscall, follow-fork-mode and detach-on-fork.
5960
5961 2016-06-17 Yao Qi <yao.qi@linaro.org>
5962
5963 * gdb.base/step-over-exit.c: New.
5964 * gdb.base/step-over-exit.exp: New.
5965
5966 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5967
5968 * gdb.base/float.exp: Add target check for nds32*-*-*.
5969 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5970
5971 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5972
5973 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5974 for unsupported target features.
5975 * gdb.base/call-rt-st.exp: Likewise.
5976 * gdb.base/call-sc.exp: Likewise.
5977 * gdb.base/call-signal-resume.exp: Likewise.
5978 * gdb.base/call-strs.exp: Likewise.
5979 * gdb.base/callexit.exp: Likewise.
5980 * gdb.base/callfuncs.exp: Likewise.
5981 * gdb.base/nodebug.exp: Likewise.
5982 * gdb.base/printcmds.exp: Likewise.
5983 * gdb.base/ptype.exp: Likewise.
5984 * gdb.base/structs.exp: Likewise.
5985 * gdb.base/unwindonsignal.exp: Likewise.
5986 * gdb.cp/gdb2495.exp: Likewise.
5987 * gdb.cp/templates.exp: Likewise.
5988 * gdb.cp/virtfunc.exp: Likewise.
5989 * gdb.threads/hand-call-in-threads.exp: Likewise.
5990 * gdb.threads/interrupted-hand-call.exp: Likewise.
5991 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5992
5993 2016-06-10 Tom Tromey <tom@tromey.com>
5994
5995 PR rust/20110:
5996 * gdb.rust/expr.exp: Add test for integer constant larger than
5997 i32.
5998
5999 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6000
6001 * gdb.fortran/nested-funcs.exp: New.
6002 * gdb.fortran/nested-funcs.f90: New.
6003
6004 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6005
6006 * gdb.base/examine-backward.c: New file.
6007 * gdb.base/examine-backward.exp: New file.
6008
6009 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6010
6011 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6012 matching.
6013
6014 2016-06-02 Tom Tromey <tom@tromey.com>
6015
6016 PR python/18984:
6017 * gdb.python/py-shared.exp: Add solib_name test.
6018
6019 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6020
6021 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6022
6023 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6024
6025 PR c++/19893
6026 * gdb.dwarf2/implref.exp: Rename to...
6027 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6028 * gdb.dwarf2/implref-array.c: New file.
6029 * gdb.dwarf2/implref-array.exp: Likewise.
6030 * gdb.dwarf2/implref-global.c: Likewise.
6031 * gdb.dwarf2/implref-global.exp: Likewise.
6032 * gdb.dwarf2/implref-struct.c: Likewise.
6033 * gdb.dwarf2/implref-struct.exp: Likewise.
6034
6035 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6036
6037 * gdb.trace/trace-condition.exp: Add 64bit tests.
6038
6039 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6040
6041 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6042 bits types.
6043 (main): Adapt to 8 to 64 bits types.
6044 * gdb.trace/trace-condition.exp: Add new tests.
6045
6046 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6047
6048 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6049
6050 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6051
6052 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6053 Move condition tests...
6054 * gdb.trace/trace-condition.exp: Here.
6055
6056 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6057
6058 * gdb.trace/trace-condition.exp: Add counter-case tests.
6059
6060 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6061
6062 PR c++/15231
6063 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6064 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6065
6066 2016-05-27 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6069 New procedure.
6070 (top level): Call it, and bail out of DejaGnu is known to be bad.
6071
6072 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6073
6074 * gdb.base/whatis.c: Extend the test case.
6075 * gdb.base/whatis.exp: Add additional tests.
6076
6077 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6078
6079 * gdb.fortran/type.f90: Add pointer variable.
6080 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6081
6082 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6083
6084 * gdb.fortran/vla-type.exp: Fix testcase name.
6085
6086 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6087
6088 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6089
6090 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6091
6092 * gdb.fortran/type.f90: Add nested structures.
6093 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6094 * gdb.fortran/derived-type.exp: Adapt expected output.
6095 * gdb.fortran/vla-type.exp: Adapt expected output.
6096
6097 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6098
6099 * gdb.fortran/whatis_type.exp: Adapt expected output.
6100
6101 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6102
6103 * gdb.fortran/print_type.exp: Fix expected output.
6104 * gdb.fortran/whatis_type.exp: Fix expected output.
6105
6106 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6107
6108 * gdb.fortran/whatis_type.exp: Use multi_line.
6109
6110 2016-05-24 Tom Tromey <tom@tromey.com>
6111
6112 PR python/17386:
6113 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6114 use value as an index.
6115
6116 2016-05-23 Tom Tromey <tom@tromey.com>
6117
6118 PR python/17981:
6119 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6120 no-breakpoint case.
6121
6122 2016-05-24 Pedro Alves <palves@redhat.com>
6123
6124 PR gdb/19828
6125 * gdb.threads/clone-attach-detach.c: New file.
6126 * gdb.threads/clone-attach-detach.exp: New file.
6127
6128 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6129
6130 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6131
6132 2016-05-23 Tom Tromey <tom@tromey.com>
6133
6134 PR python/19438, PR python/18393:
6135 * gdb.python/py-progspace.exp: Add "dir" test.
6136 * gdb.python/py-objfile.exp: Add "dir" test.
6137
6138 2016-05-23 Yao Qi <yao.qi@linaro.org>
6139
6140 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6141 * gdb.arch/thumb2-it.exp: Likewise.
6142
6143 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6144
6145 * gdb.mi/mi-threads-interrupt.c: New file.
6146 * gdb.mi/mi-threads-interrupt.exp: New file.
6147
6148 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6149
6150 PR gdb/18077
6151 * gdb.mi/mi-async-run.exp: New file.
6152 * gdb.mi/mi-async-run.c: New file.
6153
6154 2016-05-17 Tom Tromey <tom@tromey.com>
6155 Manish Goregaokar <manishsmail@gmail.com>
6156
6157 * lib/rust-support.exp: New file.
6158 * lib/gdb.exp (skip_rust_tests): New proc.
6159 (build_executable_from_specs): Handle rust.
6160 * lib/future.exp (gdb_find_rustc): New proc.
6161 (gdb_default_target_compile): Handle rust.
6162 * gdb.rust/expr.exp: New file.
6163 * gdb.rust/generics.exp: New file.
6164 * gdb.rust/generics.rs: New file.
6165 * gdb.rust/methods.exp: New file.
6166 * gdb.rust/methods.rs: New file.
6167 * gdb.rust/modules.exp: New file.
6168 * gdb.rust/modules.rs: New file.
6169 * gdb.rust/simple.exp: New file.
6170 * gdb.rust/simple.rs: New file.
6171
6172 2016-05-17 Tom Tromey <tom@tromey.com>
6173
6174 * gdb.base/default.exp (set language): Add rust.
6175
6176 2016-05-17 Tom Tromey <tom@tromey.com>
6177
6178 * gdb.gdb/unittest.exp: New file.
6179
6180 2016-05-16 Yao Qi <yao.qi@linaro.org>
6181
6182 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6183 shell_prompt. Update shell_prompt_re.
6184
6185 2016-05-12 Doug Evans <dje@google.com>
6186
6187 PR symtab/19999
6188 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6189 $options when building executable.
6190 * gdb.dwarf2/fission-loclists-pie.S: New file.
6191 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6192
6193 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6194
6195 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6196 of [is_remote target],
6197
6198 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6199
6200 * lib/gdb.exp (use_gdb_stub): New procedure.
6201
6202 2016-05-03 Yunlian Jiang <yunlian@google.com>
6203 Doug Evans <dje@google.com>
6204
6205 PR symtab/19914
6206 * gdb.dwarf2/dwp-sepdebug.c: New file.
6207 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6208
6209 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6210
6211 * gdb.base/detach.exp: Remove is_remote check.
6212
6213 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6214
6215 * gdb.base/annota-input-while-running.exp: Don't check for
6216 [is_remote target]. Enable annotations after running to main.
6217 Remove unused "set test..." line.
6218
6219 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6220
6221 * gdb.trace/trace-enable-disable.exp: New file.
6222 * gdb.trace/trace-enable-disable.c: New file.
6223
6224 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6225
6226 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6227 use it in info sharedlibrary test.
6228 * gdb.trace/ftrace-lock.exp: Likewise.
6229 * gdb.trace/ftrace.exp: Likewise.
6230 * gdb.trace/range-stepping.exp: Likewise.
6231 * gdb.trace/trace-break.exp: Likewise.
6232 * gdb.trace/trace-condition.exp: Likewise.
6233 * gdb.trace/trace-mt.exp: Likewise.
6234
6235 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6236
6237 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6238 (gdb_load_shlib): ... this.
6239 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6240 gdb_load_shlib.
6241 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6242 * gdb.base/ctxobj.exp: Likewise.
6243 * gdb.base/dprintf-pending.exp: Likewise.
6244 * gdb.base/dso2dso.exp: Likewise.
6245 * gdb.base/fixsection.exp: Likewise.
6246 * gdb.base/gcore-relro.exp: Likewise.
6247 * gdb.base/gdb1555.exp: Likewise.
6248 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6249 * gdb.base/gnu-ifunc.exp: Likewise.
6250 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6251 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6252 * gdb.base/pending.exp: Likewise.
6253 * gdb.base/print-file-var.exp: Likewise.
6254 * gdb.base/print-symbol-loading.exp: Likewise.
6255 * gdb.base/shlib-call.exp: Likewise.
6256 * gdb.base/shreloc.exp: Likewise.
6257 * gdb.base/so-impl-ld.exp: Likewise.
6258 * gdb.base/solib-disc.exp: Likewise.
6259 * gdb.base/solib-nodir.exp: Likewise.
6260 * gdb.base/solib-overlap.exp: Likewise.
6261 * gdb.base/solib-symbol.exp: Likewise.
6262 * gdb.base/solib-weak.exp (do_test): Likewise.
6263 * gdb.base/sym-file.exp: Likewise.
6264 * gdb.base/symtab-search-order.exp: Likewise.
6265 * gdb.base/type-opaque.exp: Likewise.
6266 * gdb.base/unload.exp: Likewise.
6267 * gdb.base/watchpoint-solib.exp: Likewise.
6268 * gdb.compile/compile.exp: Likewise.
6269 * gdb.cp/gdb2384.exp: Likewise.
6270 * gdb.cp/infcall-dlopen.exp: Likewise.
6271 * gdb.cp/re-set-overloaded.exp: Likewise.
6272 * gdb.fortran/library-module.exp: Likewise.
6273 * gdb.opt/solib-intra-step.exp: Likewise.
6274 * gdb.python/py-finish-breakpoint.exp: Likewise.
6275 * gdb.python/py-shared.exp: Likewise.
6276 * gdb.reverse/solib-precsave.exp: Likewise.
6277 * gdb.reverse/solib-reverse.exp: Likewise.
6278 * gdb.server/solib-list.exp: Likewise.
6279 * gdb.threads/dlopen-libpthread.exp: Likewise.
6280 * gdb.threads/tls-shared.exp: Likewise.
6281 * gdb.threads/tls-so_extern.exp: Likewise.
6282 * gdb.trace/change-loc.exp: Likewise.
6283 * gdb.trace/ftrace-lock.exp: Likewise.
6284 * gdb.trace/ftrace.exp: Likewise.
6285 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6286 * gdb.trace/pending.exp: Likewise.
6287 * gdb.trace/range-stepping.exp: Likewise.
6288 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6289 (strace_info_marker): Likewise.
6290 (strace_probe_marker): Likewise.
6291 (strace_trace_on_same_addr): Likewise.
6292 (strace_trace_on_diff_addr): Likewise.
6293 * gdb.trace/trace-break.exp: Likewise.
6294 * gdb.trace/trace-condition.exp: Likewise.
6295 * gdb.trace/trace-mt.exp: Likewise.
6296
6297 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6298
6299 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6300 result of gdb_remote_download.
6301 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6302 * gdb.base/dso2dso.exp: Likewise.
6303 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6304 * gdb.base/print-file-var.exp: Likewise.
6305 * gdb.base/shlib-call.exp: Likewise.
6306 * gdb.base/shreloc.exp: Likewise.
6307 * gdb.base/solib-overlap.exp: Likewise.
6308 * gdb.base/solib-weak.exp (do_test): Likewise.
6309 * gdb.base/unload.exp: Likewise.
6310
6311 2016-04-27 Yao Qi <yao.qi@linaro.org>
6312
6313 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6314 exists.
6315
6316 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6317
6318 * vla-type.exp: Print structure from toplevel.
6319
6320 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6321
6322 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6323 of dynamic types.
6324 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6325 of dynamic types.
6326
6327 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6328
6329 * gdb.fortran/vla-type.f90: New file.
6330 * gdb.fortran/vla-type.exp: New file.
6331
6332 2016-04-25 Yao Qi <yao.qi@linaro.org>
6333
6334 * gdb.base/branch-to-self.c: New file.
6335 * gdb.base/branch-to-self.exp: New file.
6336
6337 2016-04-22 Yao Qi <yao.qi@linaro.org>
6338
6339 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6340 more after $hex.
6341
6342 2016-04-22 Yao Qi <yao.qi@linaro.org>
6343
6344 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6345 * gdb.base/annota3.exp: Likewise.
6346
6347 2016-04-22 Yao Qi <yao.qi@linaro.org>
6348
6349 * gdb.reverse/step-precsave.exp: Do one step and test program
6350 stops in "callee" and do multiple steps until program goes out
6351 of "callee".
6352 * gdb.reverse/step-reverse.exp: Likewise.
6353
6354 2016-04-22 Yao Qi <yao.qi@linaro.org>
6355
6356 * gdb.trace/signal.exp: Also pass if
6357 $tracepoint_hits($i) > $iterations.
6358
6359 2016-04-22 Yao Qi <yao.qi@linaro.org>
6360
6361 * gdb.trace/signal.c: New file.
6362 * gdb.trace/signal.exp: New file.
6363
6364 2016-04-19 Doug Evans <xdje42@gmail.com>
6365
6366 * gdb.base/bad-file.exp: New file.
6367
6368 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6369
6370 * gdb.dwarf2/implref.exp: New file.
6371
6372 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6373
6374 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6375 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6376 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6377 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6378 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6379 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6380 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6381 * lib/fortran.exp (fortran_int4): New procedure.
6382 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6383 (fortran_logical4): Likewise.
6384
6385 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6386
6387 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6388
6389 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6390
6391 * lib/compiler.c: Add Intel specific preprocessor macros.
6392 * lib/compiler.cc: Likewise.
6393
6394 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6395
6396 * gdb.server/connect-with-no-symbol-file.c: New file.
6397 * gdb.server/connect-with-no-symbol-file.exp: New file.
6398
6399 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6400
6401 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6402
6403 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6404
6405 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6406 standard output directory.
6407
6408 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6409
6410 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6411
6412 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6413
6414 * gdb.btrace/instruction_history.c (loop): Add declaration.
6415
6416 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6417
6418 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6419
6420 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6421
6422 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6423 parentheses to print.
6424 (continue_handler): Likewise.
6425
6426 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6427
6428 * gdb.server/solib-list.exp: Remove is_remote check.
6429 Pass shlib= to gdb_compile. Don't link shared library with
6430 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6431 Run binary filename through "readlink -f" on the target.
6432
6433 2016-04-08 Pedro Alves <palves@redhat.com>
6434
6435 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6436 interpreter filename as argument to gdbserver_spawn.
6437 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6438 Return empty if $last_loaded_file does not exist.
6439
6440 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6441
6442 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6443 * gdb.base/jit-main.c: Use exit after usage.
6444
6445 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6448 GDBHISTSIZE prior to the tests.
6449 * gdb.base/gdbinit-history.exp: Likewise.
6450
6451 2016-04-07 Pedro Alves <palves@redhat.com>
6452
6453 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6454 instead of build_executable. Use gdb_load_shlibs.
6455
6456 2016-04-07 Yao Qi <yao.qi@linaro.org>
6457
6458 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6459 Execute "si" command.
6460
6461 2016-04-07 Yao Qi <yao.qi@linaro.org>
6462
6463 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6464 number instead of the comments on some line.
6465
6466 2016-04-06 Don Breazeal <donb@codesourcery.com>
6467
6468 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6469 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6470
6471 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6472
6473 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6474 standard_output_file. Remove unused binfile variable.
6475
6476 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6477
6478 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6479 * gdb.python/py-mi-objfile.exp: Match "list main" output
6480 in console format.
6481
6482 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6483
6484 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6485 absolute.
6486
6487 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6488
6489 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6490 absolute.
6491 * gdb.trace/ftrace.exp: Likewise.
6492 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6493 targets as well.
6494 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6495 (gdb_load_shlibs): Copy libraries to test directory when testing
6496 natively. Only set solib-search-path if testing remotely.
6497 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6498
6499 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6500
6501 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6502 gdb_download. Use it even if the target is not remote.
6503 * gdb.base/jit.exp (compile_jit_test): Likewise.
6504 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6505 output directory if the destination board is local, otherwise use
6506 the standard remote_download from DejaGnu.
6507 (gdb_download): Remove.
6508 (gdb_load_shlibs): Use gdb_remote_download instead of
6509 gdb_download.
6510 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6511 Use gdb_remote_download instead of gdb_download. Use it even if
6512 the target is not remote.
6513 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6514 instead of gdb_download.
6515
6516 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6517
6518 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6519 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6520 run.
6521
6522 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6523
6524 PR gdb/19820
6525 * gdb.base/printcmds.exp: Add artificial arrays tests.
6526
6527 2016-03-31 Pedro Alves <palves@redhat.com>
6528
6529 PR gdb/19858
6530 * gdb.base/jit-main.c: Include unistd.h.
6531 (ATTACH): Define to 0 if not already defined.
6532 (wait_for_gdb, mypid): New globals.
6533 (WAIT_FOR_GDB): New macro.
6534 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6535 some breakpoint locations.
6536 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6537 New procedures.
6538 (one_jit_test): Add REATTACH parameter, and handle it. Use
6539 continue_to_test_location.
6540 (top level): Test attach, and adjusts calls to one_jit_test.
6541
6542 2016-03-31 Pedro Alves <palves@redhat.com>
6543
6544 PR gdb/19858
6545 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6546 BINSUFFIX parameter, and handle it.
6547 (top level): Adjust calls compile_jit_test.
6548
6549 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6550
6551 PR python/19743
6552 * gdb.python/py-mi-events-gdb.py: New file.
6553 * gdb.python/py-mi-events.c: New file.
6554 * gdb.python/py-mi-events.exp: New file.
6555
6556 2016-03-30 Yao Qi <yao.qi@linaro.org>
6557
6558 * gdb.reverse/until-precsave.exp: Match function name only.
6559 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6560 Move malloc to a condition block.
6561 * gdb.reverse/until-reverse.exp: Match function name only.
6562
6563 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6564
6565 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6566 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6567 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6568 variable for GPR 0 instead of assuming it is register 0.
6569 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6570 * lib/trace-support.exp: Add s390 registers.
6571
6572 2016-03-29 Yao Qi <yao.qi@linaro.org>
6573
6574 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6575
6576 2016-03-24 Yao Qi <yao.qi@linaro.org>
6577
6578 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6579 test message.
6580
6581 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6582
6583 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6584 maintaining separate logic for constructing the output path.
6585
6586 2016-03-16 Don Breazeal <donb@codesourcery.com>
6587
6588 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6589 Retry fork and waitpid on interrupted system call errors.
6590 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6591 Use with_timeout_factor to increase timeout by factor of 10.
6592
6593 2016-03-15 Don Breazeal <donb@codesourcery.com>
6594
6595 * gdb.cp/scope-err.cc: New test program.
6596 * gdb.cp/scope-err.exp: New test script.
6597 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6598 lines and "set breakpoint here" comment.
6599 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6600 Fixed some whitespace and format issues.
6601 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6602 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6603
6604 2016-03-15 Doug Evans <dje@google.com>
6605
6606 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6607 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6608 All callers updated. Add tests for enums, mixed flags register.
6609
6610 2016-03-15 Doug Evans <dje@google.com>
6611
6612 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6613 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6614
6615 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6616
6617 * gdb.base/default.exp: Add $_as_string to the list of expected
6618 convenience functions.
6619
6620 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6621
6622 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6623
6624 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6625
6626 * gdb.python/py-as-string.exp: New file.
6627 * gdb.python/py-as-string.c: New file.
6628
6629 2016-03-09 Pedro Alves <palves@redhat.com>
6630
6631 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6632 signal" -> "Thread NN received signal" output change.
6633 * gdb.threads/ia64-sigill.exp: Likewise.
6634 * gdb.threads/linux-dp.exp: Likewise.
6635 * gdb.threads/manythreads.exp: Likewise.
6636 * gdb.threads/pending-step.exp: Likewise.
6637 * gdb.threads/print-threads.exp: Likewise.
6638 * gdb.threads/sigstep-threads.exp: Likewise.
6639 * gdb.threads/staticthreads.exp: Likewise.
6640 * gdb.threads/tls.exp: Likewise.
6641
6642 2016-03-09 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/command-line-input.exp: New file.
6645
6646 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6647
6648 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6649 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6650 * gdb.trace/pending.exp: Accept leading dot before function name.
6651 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6652 * lib/trace-support.exp: Set registers for ppc.
6653
6654 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6655
6656 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6657 use it for disassembly; accept .main in addition to main in backtrace.
6658
6659 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6660 Marcin Kościelnicki <koriakin@0x04.net>
6661
6662 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6663 (gdb_recursion_test_ptr): New global variable.
6664 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6665 gdb_recursion_test.
6666 (gdb_c_test): Ditto.
6667
6668 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6669
6670 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6671 ordering.
6672
6673 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6674
6675 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6676 (bar): Add bar_start_lbl label.
6677 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6678 of foo/bar for emitting DWARF and tracing.
6679
6680 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6681
6682 * analyze-racy-logs.py: Set executable bit.
6683
6684 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6685
6686 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6687 (CHECK_TARGET_TMP): Likewise.
6688 (check-single-racy): New rule.
6689 (check-parallel-racy): Likewise.
6690 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6691 (do-check-parallel-racy): New rule.
6692 (check-racy/%.exp): Likewise.
6693 * README (Racy testcases): New section.
6694 * analyze-racy-logs.py: New file.
6695
6696 2016-03-03 Doug Evans <dje@google.com>
6697
6698 * gdb.base/skip.exp: Use with_test_prefix.
6699
6700 2016-03-03 Yao Qi <yao.qi@linaro.org>
6701
6702 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6703 Invoke step_over_syscall "clone" and break_cond_on_syscall
6704 "clone".
6705 * gdb.base/step-over-clone.c: New file.
6706
6707 2016-03-03 Yao Qi <yao.qi@linaro.org>
6708
6709 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6710 code format.
6711
6712 2016-03-03 Yao Qi <yao.qi@linaro.org>
6713
6714 * gdb.base/disp-step-fork.c: Rename to ...
6715 * gdb.base/step-over-fork.c: ... it. New file.
6716 * gdb.base/disp-step-vfork.c: Rename to ...
6717 * gdb.base/step-over-vfork.c: ... it. New file.
6718 * gdb.base/disp-step-syscall.exp: Rename to ...
6719 * gdb.base/step-over-syscall.exp: ... it. New file.
6720 (disp_step_cross_syscall): Rename to ...
6721 (step_over_syscall): ... it.
6722
6723 2016-03-03 Yao Qi <yao.qi@linaro.org>
6724
6725 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6726 If target supports condition evaluation on target, invoke
6727 break_cond_on_syscall for fork and vfork.
6728
6729 2016-03-03 Yao Qi <yao.qi@linaro.org>
6730
6731 * gdb.base/disp-step-syscall.exp: Don't invoke
6732 support_displaced_stepping.
6733 (disp_step_cross_syscall): Test with displaced stepping off and
6734 on if supported.
6735
6736 2016-03-03 Yao Qi <yao.qi@linaro.org>
6737
6738 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6739 proc.
6740 (setup): New proc.
6741 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6742 and setup.
6743
6744 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6745
6746 * gdb.fortran/vla-history.exp: Remove breakpoint.
6747
6748 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6749
6750 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6751 exceeds timeout.
6752
6753 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6754
6755 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6756 breakpoint.
6757
6758 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6759
6760 * gdb.mi/vla.f90: Nullify pointer after declaration.
6761
6762 2016-03-01 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6765
6766 2016-03-01 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6769 before anything else.
6770 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6771 _GNU_SOURCE here.
6772 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6773 before anything else.
6774 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6775
6776 2016-03-01 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6779
6780 2016-03-01 Yao Qi <yao.qi@linaro.org>
6781
6782 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6783 prepare_for_testing.
6784
6785 2016-03-01 Yao Qi <yao.qi@linaro.org>
6786
6787 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6788
6789 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6790
6791 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6792 manually constructing the output path.
6793
6794 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6795
6796 * gdb.arch/s390-stackless.S: New.
6797 * gdb.arch/s390-stackless.exp: New.
6798
6799 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6800
6801 * gdb.dlang/circular.c: New file.
6802 * gdb.dlang/circular.exp: New file.
6803
6804 2016-02-26 Yao Qi <yao.qi@linaro.org>
6805
6806 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6807 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6808 (testcases): Update.
6809
6810 2016-02-26 Yao Qi <yao.qi@linaro.org>
6811
6812 * gdb.reverse/aarch64.c: Rename to ...
6813 * gdb.reverse/insn-reverse.c: ... it.
6814 * gdb.reverse/aarch64.exp: Rename to ...
6815 * gdb.reverse/insn-reverse.exp: ... it.
6816
6817 2016-02-26 Yao Qi <yao.qi@linaro.org>
6818
6819 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6820 (testcase_ftype): New.
6821 (testcases): New array.
6822 (n_testcases): New.
6823 (main): Call each element in testcases.
6824 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6825 (read_testcase): New.
6826 Do the tests in a loop.
6827
6828 2016-02-25 Yao Qi <yao.qi@linaro.org>
6829
6830 * gdb.base/branches.c: Remove.
6831
6832 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6833
6834 PR gdb/13808
6835 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6836
6837 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6838
6839 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6840
6841 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6842
6843 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6844 change x86_64 call_insn to 'callq'.
6845
6846 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6847
6848 * gdb.trace/tfile-avx.c: Move to...
6849 * gdb.trace/tracefile-pseudo-reg.c: Here.
6850 * gdb.trace/tfile-avx.exp: Move to...
6851 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6852
6853 2016-02-24 Gary Benson <gbenson@redhat.com>
6854
6855 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6856 message on attach.
6857
6858 2016-02-23 Doug Evans <dje@google.com>
6859
6860 * gdb.base/skip.c (test_skip): New function.
6861 (end_test_skip_file_and_function): New function.
6862 (test_skip_file_and_function): New function.
6863 * gdb.base/skip1.c (test_skip): New function.
6864 (skip1_test_skip_file_and_function): New function.
6865 * gdb.base/skip.exp: Add tests for new skip options.
6866 * gdb.base/skip-solib.exp: Update expected output.
6867 * gdb.perf/skip-command.cc: New file.
6868 * gdb.perf/skip-command.exp: New file.
6869 * gdb.perf/skip-command.py: New file.
6870
6871 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6872
6873 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6874 info registers pattern.
6875
6876 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6877
6878 * lib/future.exp: Add D support.
6879 (gdb_find_gdc): New proc.
6880 (gdb_default_target_compile): Add D support.
6881
6882 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6883
6884 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6885 user+system time.
6886 (trace_speed_test): Determine the iteration count for a time
6887 between 15..30 seconds.
6888
6889 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6890
6891 * gdb.arch/i386-mpx-sigsegv.c: New file.
6892 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6893 * gdb.arch/i386-mpx-simple_segv.c: New file.
6894 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6895
6896 2016-02-18 Yao Qi <yao.qi@linaro.org>
6897
6898 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6899 Don't call setup_kfail.
6900
6901 2016-02-18 Yao Qi <yao.qi@linaro.org>
6902
6903 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6904 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6905
6906 2016-02-16 Doug Evans <dje@google.com>
6907
6908 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6909 * gdb.base/skip1.c: Ditto.
6910 * gdb.base/skip.exp: Whitespace cleanup.
6911
6912 2016-02-16 Don Breazeal <donb@codesourcery.com>
6913
6914 PR remote/19496
6915 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6916 Remove kfail for PR remote/19496.
6917
6918 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6919
6920 * lib/gdb.exp (standard_temp_file): Return a path specific to
6921 the runtest invocation.
6922
6923 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6924
6925 * gdb.trace/save-trace.exp: Change relative path to be in the
6926 standard output directory.
6927
6928 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6929
6930 * gdb.arch/i386-prologue.c: Add missing prototypes.
6931
6932 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6933
6934 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6935 * gdb.arch/i386-prologue.exp: Likewise.
6936 * gdb.arch/i386-size.exp: Likewise.
6937
6938 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6939
6940 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6941 define object file path.
6942 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6943 file path.
6944 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6945 standard_output_file to define binfile.
6946
6947 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6948
6949 Fix compatibility with recent gfortran-5.3.1.
6950 * gdb.fortran/vla-history.exp (print vla1 allocated)
6951 (print vla2 allocated, print $2, print $3): Remove
6952 (print $4): Rename to ...
6953 (print $2): ... here.
6954 (print $9): Rename to ...
6955 (print $5): ... here.
6956 (print $10): Rename to ...
6957 (print $6): ... here.
6958 * gdb.fortran/vla.f90: Add pvla initialization.
6959
6960 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6961
6962 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6963 New test.
6964 * gdb.fortran/vla-value-sub.exp: Likewise.
6965
6966 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6967
6968 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6969
6970 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6971
6972 * i386-biarch-core.exp: Define corefile using
6973 standard_output_file.
6974
6975 2016-02-12 Yao Qi <yao.qi@linaro.org>
6976
6977 * gdb.arch/arm-single-step-kernel-helper.c: New.
6978 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6979
6980 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6981
6982 * gdb.btrace/tailcall-only.exp: New.
6983 * gdb.btrace/tailcall-only.c: New.
6984 * gdb.btrace/x86_64-tailcall-only.S: New.
6985 * gdb.btrace/i686-tailcall-only.S: New.
6986
6987 2016-02-11 Pedro Alves <palves@redhat.com>
6988
6989 * README (Parallel testing): Add missing double quotes.
6990
6991 2016-02-11 Pedro Alves <palves@redhat.com>
6992
6993 * README (Parallel testing): New section.
6994 (GDB_PARALLEL): Rewrite.
6995 (FORCE_PARALLEL): Document.
6996
6997 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6998
6999 * gdb.trace/tfile-avx.c: New test.
7000 * gdb.trace/tfile-avx.exp: New test.
7001
7002 2016-02-09 Keith Seitz <keiths@redhat.com>
7003
7004 PR breakpoints/19546
7005 * gdb.base/infcall-exec.c: New file.
7006 * gdb.base/infcall-exec2.c: New file.
7007 * gdb.base/infcall-exec.exp: New file.
7008
7009 2016-02-09 Keith Seitz <keiths@redhat.com>
7010
7011 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7012 (toplevel): Call test_bkpt_address.
7013
7014 2016-02-09 Keith Seitz <keiths@redhat.com>
7015
7016 PR python/19506
7017 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7018 (toplevel): Call test_bkpt_address.
7019
7020 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7021
7022 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7023 to AC_OUTPUT.
7024 * configure: Regenerate.
7025
7026 2016-02-09 Pedro Alves <palves@redhat.com>
7027
7028 PR breakpoints/19548
7029 * gdb.base/execl-update-breakpoints.c (some_function): New
7030 function.
7031 (main): Call it.
7032 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7033 Tighten expected GDB output.
7034
7035 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7036
7037 * Makefile.in (ALL_SUBDIRS): Remove.
7038 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7039 (distclean maintainer-clean realclean): Likewise.
7040 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7041 * configure: Regenerate.
7042 * gdb.ada/Makefile.in: Delete.
7043 * gdb.arch/Makefile.in: Likewise.
7044 * gdb.asm/Makefile.in: Likewise.
7045 * gdb.base/Makefile.in: Likewise.
7046 * gdb.btrace/Makefile.in: Likewise.
7047 * gdb.cell/Makefile.in: Likewise.
7048 * gdb.compile/Makefile.in: Likewise.
7049 * gdb.cp/Makefile.in: Likewise.
7050 * gdb.disasm/Makefile.in: Likewise.
7051 * gdb.dlang/Makefile.in: Likewise.
7052 * gdb.dwarf2/Makefile.in: Likewise.
7053 * gdb.fortran/Makefile.in: Likewise.
7054 * gdb.gdb/Makefile.in: Likewise.
7055 * gdb.go/Makefile.in: Likewise.
7056 * gdb.guile/Makefile.in: Likewise.
7057 * gdb.java/Makefile.in: Likewise.
7058 * gdb.linespec/Makefile.in: Likewise.
7059 * gdb.mi/Makefile.in: Likewise.
7060 * gdb.modula2/Makefile.in: Likewise.
7061 * gdb.multi/Makefile.in: Likewise.
7062 * gdb.objc/Makefile.in: Likewise.
7063 * gdb.opencl/Makefile.in: Likewise.
7064 * gdb.opt/Makefile.in: Likewise.
7065 * gdb.pascal/Makefile.in: Likewise.
7066 * gdb.perf/Makefile.in: Likewise.
7067 * gdb.python/Makefile.in: Likewise.
7068 * gdb.reverse/Makefile.in: Likewise.
7069 * gdb.server/Makefile.in: Likewise.
7070 * gdb.stabs/Makefile.in: Likewise.
7071 * gdb.threads/Makefile.in: Likewise.
7072 * gdb.trace/Makefile.in: Likewise.
7073 * gdb.xml/Makefile.in: Likewise.
7074 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7075 GDB_PARALLEL.
7076 (standard_output_file): Remove check for GDB_PARALLEL, always
7077 return path in outputs/$subdir/$testname.
7078
7079 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7080
7081 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7082 (site.exp): Assign abs_srcdir to tcl's srcdir.
7083
7084 2016-02-04 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.base/foll-exec-mode.c: Include limits.h.
7087 (main): Add parameters argc and argv. Get directory from
7088 argv[0].
7089 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7090 compilation.
7091 * gdb.base/foll-exec.c: Include limits.h.
7092 (main): Add parameters argc and argv.
7093 Get directory from argv[0].
7094 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7095 Adjust tests on the number of lines as source code changed.
7096 * gdb.base/foll-vfork-exit.c: Include limits.h.
7097 (main): Add one line of statement before vfork.
7098 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7099 (main): Add parameters argc and argv. Get directory from
7100 argv[0].
7101 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7102 (setup_gdb): Set tbreak to skip some source lines.
7103 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7104 (main): Add parameters argc and argv. Get directory from
7105 argv[0].
7106 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7107 compilation.
7108 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7109 (main): Add parameters argc and argv. Get directory from
7110 argv[0].
7111 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7112 compilation.
7113
7114 2016-02-01 Doug Evans <dje@google.com>
7115
7116 * gdb.base/skip.exp: Clean up multiple references to same test name.
7117
7118 2016-02-01 Pedro Alves <palves@redhat.com>
7119
7120 PR remote/19496
7121 * gdb.threads/forking-threads-plus-breakpoint.exp
7122 (displaced_stepping_supported): New global.
7123 (probe_displaced_stepping_support): New procedure.
7124 (do_test): Add 'displaced' parameter, and use it.
7125 (top level): Check for displaced stepping support. Add displaced
7126 stepping on/off testing axis.
7127
7128 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7129
7130 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7131 pointer. Don't perform further tests on the unassociated pointer
7132 if the first test fails.
7133
7134 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7135
7136 * gdb.base/max-value-size.c: New file.
7137 * gdb.base/max-value-size.exp: New file.
7138 * gdb.base/huge.exp: Disable max-value-size for this test.
7139
7140 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7141
7142 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7143
7144 2016-01-28 Yao Qi <yao.qi@linaro.org>
7145
7146 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7147
7148 2016-01-25 Pedro Alves <palves@redhat.com>
7149
7150 PR threads/19461
7151 * gdb.base/fork-running-state.c: New file.
7152 * gdb.base/fork-running-state.exp: New file.
7153
7154 2016-01-25 Pedro Alves <palves@redhat.com>
7155
7156 PR gdb/19494
7157 * gdb.base/catch-fork-kill.c: New file.
7158 * gdb.base/catch-fork-kill.exp: New file.
7159
7160 2016-01-25 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7163 Delete, moved to lib/gdb.exp.
7164 * gdb.threads/forking-threads-plus-breakpoint.exp
7165 (foreach_with_prefix): Likewise.
7166 * gdb.threads/process-dies-while-handling-bp.exp
7167 (foreach_with_prefix): Likewise.
7168 * lib/gdb.exp (foreach_with_prefix): New procedure.
7169
7170 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7171
7172 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7173 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7174
7175 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7176
7177 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7178 endian targets.
7179
7180 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7181 Pedro Alves <palves@redhat.com>
7182
7183 Fix testsuite compatibility with Guile.
7184 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7185 number.
7186
7187 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7188
7189 Fix testsuite compatibility with Guile.
7190 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7191 (thread 1): New test for backtrace through signal handler.
7192
7193 2016-01-22 Yao Qi <yao.qi@linaro.org>
7194
7195 PR testsuite/19491
7196 * gdb.base/multi-forks.c: Include
7197 ../lib/unbuffer_output.c
7198 (main): Call gdb_unbuffer_output.
7199
7200 2016-01-21 Doug Evans <dje@google.com>
7201
7202 * lib/ada.exp (gdb_compile_ada): Fix typo.
7203
7204 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7205
7206 * gdb.base/break-fun-addr.exp: New file.
7207 * gdb.base/break-fun-addr1.c: New file.
7208 * gdb.base/break-fun-addr2.c: New file.
7209
7210 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7211
7212 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7213 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7214 enum flag values.
7215
7216 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7217
7218 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7219 when GDB can not set the vector return value. Add more comments
7220 for clarification.
7221
7222 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7223
7224 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7225 command.
7226
7227 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7228
7229 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7230
7231 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7232
7233 * Makefile.in (check-single): Pass --status to runtest.
7234 (check/%.exp): Likewise.
7235
7236 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7237
7238 * Makefile.in (check-parallel): Propagate return code from make
7239 do-check-parallel.
7240
7241 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7242
7243 * gdb.trace/ftrace.exp: Fix expected message on continue.
7244 * gdb.trace/pending.exp: Fix expected message on continue.
7245 * gdb.trace/trace-break.exp: Fix expected message on continue.
7246
7247 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7248
7249 * lib/gdb.exp (gdb_test): Remove unused global references.
7250
7251 2016-01-18 Pedro Alves <palves@redhat.com>
7252
7253 * gdb.base/async-shell.exp: Adjust expected output.
7254 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7255 * gdb.base/siginfo-thread.exp: Adjust expected output.
7256 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7257 * gdb.java/jnpe.exp: Adjust expected output.
7258 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7259 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7260 * gdb.threads/leader-exit.exp: Adjust expected output.
7261 * gdb.threads/manythreads.exp: Adjust expected output.
7262 * gdb.threads/pthreads.exp: Adjust expected output.
7263 * gdb.threads/schedlock.exp: Adjust expected output.
7264 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7265 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7266 expected output.
7267 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7268 output.
7269 * gdb.threads/sigthread.exp: Adjust expected output.
7270 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7271
7272 2016-01-18 Yao Qi <yao.qi@linaro.org>
7273
7274 * gdb.guile/scm-section-script.c: Replace @progbits with
7275 %progbits.
7276 * gdb.python/py-section-script.c: Likewise.
7277
7278 2016-01-15 Pedro Alves <palves@redhat.com>
7279
7280 * gdb.multi/tids.exp: Test star wildcard ranges.
7281
7282 2016-01-15 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7285 command from "thread apply" invocation.
7286 (thr_apply_info_thr_invalid): Default the expected output to the
7287 input tid list.
7288 (top level): Add tests that use convenience variables. Add tests
7289 for "thread apply" with a valid TID list, but missing the command.
7290
7291 2016-01-13 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.base/default.exp: Expect $_gthread as well.
7294 * gdb.multi/tids.exp: Test $_gthread.
7295 * gdb.threads/thread-specific.exp: Test $_gthread.
7296
7297 2016-01-13 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.multi/tids.exp: Test "info threads -gid".
7300
7301 2016-01-13 Pedro Alves <palves@redhat.com>
7302
7303 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7304 Breakpoint.thread.
7305 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7306
7307 2016-01-07 Pedro Alves <palves@redhat.com>
7308
7309 * gdb.base/break.exp: Adjust to output changes.
7310 * gdb.base/hbreak2.exp: Likewise.
7311 * gdb.base/sepdebug.exp: Likewise.
7312 * gdb.base/watch_thread_num.exp: Likewise.
7313 * gdb.linespec/keywords.exp: Likewise.
7314 * gdb.multi/info-threads.exp: Likewise.
7315 * gdb.threads/thread-find.exp: Likewise.
7316 * gdb.multi/tids.c: New file.
7317 * gdb.multi/tids.exp: New file.
7318
7319 2016-01-13 Pedro Alves <palves@redhat.com>
7320
7321 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7322
7323 2016-01-13 Pedro Alves <palves@redhat.com>
7324
7325 * gdb.base/default.exp: Expect $_inferior as well.
7326 * gdb.multi/base.exp: Test $_inferior.
7327
7328 2016-01-13 Pedro Alves <palves@redhat.com>
7329
7330 PR breakpoints/19388
7331 * gdb.base/catch-signal-siginfo-cond.c: New file.
7332 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7333
7334 2016-01-12 Josh Stone <jistone@redhat.com>
7335 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7336
7337 * gdb.base/catch-syscall.c (do_execve): New variable.
7338 (main): Conditionally trigger an execve.
7339 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7340 (test_catch_syscall_execve): New, check entry/return across execve.
7341 (do_syscall_tests): Call test_catch_syscall_execve.
7342
7343 2016-01-12 Pedro Alves <palves@redhat.com>
7344
7345 * gdb.base/random-signal.exp (do_test): New procedure, with body
7346 of testcase moved in.
7347
7348 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7349 Pedro Alves <palves@redhat.com>
7350
7351 * gdb.base/funcargs.exp (finish from indirectly called function):
7352 Reintroduce the case for 'First'.
7353
7354 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7355 Pedro Alves <palves@redhat.com>
7356
7357 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7358 (tcatch_vfork_then_child_follow_exec)
7359 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7360 identification.
7361
7362 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7363
7364 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7365 and repeats to unlimited.
7366 * gdb.python/py-value.exp: Likewise.
7367 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7368 and repeats to unlimited.
7369
7370 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7371
7372 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7373 and reordering the functions.
7374 * gdb.multi/hangout.c: Likewise.
7375 * gdb.multi/hello.c: Likewise.
7376
7377 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7378
7379 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7380 absolute.
7381 (SingleStatisticTestResult.report): Use dict.keys instead of
7382 dict.iterkeys.
7383
7384 2016-01-06 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7387
7388 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7389
7390 * gdb.btrace/dlopen.exp: New.
7391 * gdb.btrace/dlopen.c: New.
7392 * gdb.btrace/dlopen-dso.c: New.
7393
7394 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7395
7396 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7397 PATTERN argument is optional.
7398
7399 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7400
7401 * lib/ada.exp (target_compile_ada_from_dir): New function.
7402 (gdb_compile_ada): Reimplement avoiding the use of project files.
7403 * gdb.ada/gnat_ada.gpr: Delete.
7404 * gdb.ada/cond_lang.exp: Adjust test to make path before
7405 filename optional.
7406 * gdb.ada/small_reg_param.exp: Likewise.
7407
7408 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7409
7410 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7411
7412 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7413
7414 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7415 case.
7416
7417 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7418
7419 * gdb.base/break.exp: Remove dead code.
7420 * gdb.base/sepdebug.exp: Likewise.
7421
7422 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7423
7424 * gdb.asm/asm-source.exp: Remove HP-UX references.
7425 * gdb.base/annota1.exp: Likewise.
7426 * gdb.base/annota3.exp: Likewise.
7427 * gdb.base/attach.exp: Likewise.
7428 * gdb.base/bigcore.exp: Likewise.
7429 * gdb.base/break.exp: Likewise.
7430 * gdb.base/call-ar-st.exp: Likewise.
7431 * gdb.base/callfuncs.exp: Likewise.
7432 * gdb.base/catch-fork-static.exp: Likewise.
7433 * gdb.base/display.exp: Likewise.
7434 * gdb.base/foll-exec-mode.exp: Likewise.
7435 * gdb.base/foll-exec.exp: Likewise.
7436 * gdb.base/foll-fork.exp: Likewise.
7437 * gdb.base/foll-vfork.exp: Likewise.
7438 * gdb.base/funcargs.exp: Likewise.
7439 * gdb.base/hbreak2.exp: Likewise.
7440 * gdb.base/inferior-died.exp: Likewise.
7441 * gdb.base/interrupt.exp: Likewise.
7442 * gdb.base/multi-forks.exp: Likewise.
7443 * gdb.base/nodebug.exp: Likewise.
7444 * gdb.base/sepdebug.exp: Likewise.
7445 * gdb.base/solib1.c: Likewise.
7446 * gdb.base/step-test.exp: Likewise.
7447 * gdb.mi/non-stop.c: Likewise.
7448 * gdb.mi/pthreads.c: Likewise.
7449 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7450 * gdb.threads/pthreads.c: Likewise.
7451 * gdb.threads/staticthreads.exp: Likewise.
7452 * lib/future.exp: Likewise.
7453 * lib/gdb.exp: Likewise.
7454 * gdb.base/so-indr-cl.c: Remove.
7455 * gdb.base/so-indr-cl.exp: Likewise.
7456 * gdb.base/solib.c: Likewise.
7457 * gdb.base/solib.exp: Likewise.
7458 * gdb.base/solib2.c: Likewise.
7459
7460 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7461
7462 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7463 * gdb.base/call-ar-st.exp: Likewise.
7464 * gdb.base/callfuncs.exp: Likewise.
7465 * gdb.base/condbreak.exp: Likewise.
7466 * gdb.base/constvars.exp: Likewise.
7467 * gdb.base/hbreak2.exp: Likewise.
7468 * gdb.base/langs.exp: Likewise.
7469 * gdb.base/list.exp: Likewise.
7470 * gdb.base/long_long.exp: Likewise.
7471 * gdb.base/ptype.exp: Likewise.
7472 * gdb.base/scope.exp: Likewise.
7473 * gdb.base/signals.exp: Likewise.
7474 * gdb.base/so-impl-ld.exp: Likewise.
7475 * gdb.base/varargs.exp: Likewise.
7476 * gdb.base/volatile.exp: Likewise.
7477 * gdb.base/whatis.exp: Likewise.
7478 * gdb.cp/cplusfuncs.exp: Likewise.
7479 * gdb.cp/inherit.exp: Likewise.
7480 * gdb.cp/local.exp: Likewise.
7481 * gdb.cp/member-ptr.exp: Likewise.
7482 * gdb.cp/method.exp: Likewise.
7483 * gdb.cp/overload.exp: Likewise.
7484 * gdb.cp/templates.exp: Likewise.
7485 * gdb.stabs/weird.exp: Likewise.
7486 * lib/compiler.c: Likewise.
7487 * lib/compiler.cc: Likewise.
7488 * lib/cp-support.exp: Likewise.
7489 * lib/gdb.exp: Likewise.
7490
7491 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7492
7493 * configure.ac: Remove HP-UX case.
7494 * configure: Regenerate.
7495
7496 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7497
7498 * lib/gdb.exp (gdb_compile): Add function doc.
7499
7500 2015-12-17 Pedro Alves <palves@redhat.com>
7501
7502 PR threads/19354
7503 * gdb.multi/info-threads.exp: New file.
7504
7505 2015-12-15 Yao Qi <yao.qi@linaro.org>
7506
7507 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7508 is aarch64*-*-*.
7509
7510 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7511
7512 * gdb.base/history-duplicates.exp: Skip if no readline support.
7513
7514 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7515
7516 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7517
7518 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7519
7520 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7521
7522 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7523
7524 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7525 ctrl-C if nointerrupts target property is set.
7526 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7527 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7528 * gdb.base/paginate-bg-execution.exp: Likewise.
7529 * gdb.base/paginate-execution-startup.exp: Likewise.
7530 * gdb.base/random-signal.exp: Likewise.
7531 * gdb.base/range-stepping.exp: Likewise.
7532 * gdb.cp/annota2.exp: Likewise.
7533 * gdb.cp/annota3.exp: Likewise.
7534 * gdb.gdb/selftest.exp: Likewise.
7535 * gdb.threads/continue-pending-status.exp: Likewise.
7536 * gdb.threads/leader-exit.exp: Likewise.
7537 * gdb.threads/manythreads.exp: Likewise.
7538 * gdb.threads/pthreads.exp: Likewise.
7539 * gdb.threads/schedlock.exp: Likewise.
7540 * gdb.threads/sigthread.exp: Likewise.
7541
7542 2015-12-11 Don Breazeal <donb@codesourcery.com>
7543
7544 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7545 remote.
7546 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7547 * gdb.base/foll-exec.exp (main): Enable for target remote.
7548 * gdb.base/foll-fork.exp (main): Likewise.
7549 * gdb.base/foll-vfork.exp (main): Likewise.
7550 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7551 (proc continue_to_exit_bp_loc): Use clean_restart.
7552 * gdb.base/pie-execl.exp (main): Disable for target remote.
7553 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7554 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7555 * gdb.threads/execl.exp (main): Likewise.
7556 * gdb.threads/fork-child-threads.exp (main): Likewise.
7557 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7558 remote.
7559 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7560 remote.
7561 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7562 pid.tid style ptids, instead of just tid.
7563 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7564 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7565 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7566 ptids, instead of just tid.
7567
7568 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7569
7570 * gdb.base/list.exp (test_list_forward): Add end of file error
7571 test.
7572 (test_repeat_list_command): Add end of file error test.
7573 (test_list_backwards): Add beginning of file error test.
7574
7575 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7576
7577 * gdb.base/list.exp (test_list_invalid_args): New function,
7578 defined, and called.
7579
7580 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7581
7582 * gdb.base/list.exp (test_list): Make test names unique.
7583
7584 2015-12-11 Yao Qi <yao.qi@linaro.org>
7585
7586 * gdb.base/coremaker2.c: Remove.
7587
7588 2015-12-10 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.multi/base.exp: Remove stale "spaces" references.
7591
7592 2015-12-10 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.multi/base.exp: Don't use nowarnings.
7595 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7596 * gdb.multi/hangout.c: Include stdio.h.
7597 * gdb.multi/hello.c: Include stdlib.h.
7598 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7599 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7600 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7601
7602 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7603
7604 * gdb.dwarf2/dw2-ranges-base.c: New file.
7605 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7606 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7607 support additional line table, and debug ranges generation.
7608 (Dwarf::ranges): New function, generate .debug_ranges.
7609 (Dwarf::lines): Support generating simple line table programs.
7610 (Dwarf::assemble): Initialise new namespace variables.
7611
7612 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7613
7614 * gdb.base/async.exp (proc test_background): Add case for
7615 asynchronous execution not supported.
7616
7617 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7618
7619 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7620 format and change test names to make them unique.
7621
7622 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7623 Pedro Alves <pedro@redhat.com>
7624
7625 PR gdb/18702
7626 Add checking of floatformats setup on x86_64 hosts.
7627 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7628 (smallval, bigval): New labels/constants.
7629 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7630 float" after loading bigval and smallval.
7631
7632 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7633
7634 * gdb.ada/fun_overload_menu.exp: New testcase.
7635 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7636
7637 2015-12-04 Josh Stone <jistone@redhat.com>
7638
7639 * gdb.base/catch-fork-static.exp: New.
7640
7641 2015-12-03 Yao Qi <yao.qi@linaro.org>
7642
7643 * gdb.base/sizeof.c: Don't include stdio.h and
7644 ../lib/unbuffer_output.c.
7645 (main): New variable 'size' and 'value'. Remove printf and
7646 gdb_unbuffer_output. Assign return value to size and value.
7647 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7648 at the beginning.
7649 (check_sizeof): Check the result by printing variable 'size'.
7650 (check_valueof): Check the result by printing variable 'value'.
7651
7652 2015-12-01 Yao Qi <yao.qi@linaro.org>
7653
7654 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7655 for aarch64*-*-linux* target.
7656
7657 2015-11-30 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7660
7661 2015-11-30 Pedro Alves <palves@redhat.com>
7662
7663 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7664 Handle non-stop mode vCont replies.
7665
7666 2015-11-30 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7669 prepare_for_testing. Start gdb with "set non-stop on" appended to
7670 GDBFLAGS. Lax expected stop output.
7671
7672 2015-11-27 Yao Qi <yao.qi@linaro.org>
7673
7674 * gdb.arch/arm-neon.exp: New.
7675 * gdb.arch/arm-neon.c: New.
7676
7677 2015-11-27 Yao Qi <yao.qi@linaro.org>
7678
7679 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7680
7681 2015-11-27 Yao Qi <yao.qi@linaro.org>
7682
7683 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7684 frames-invalid annotation.
7685
7686 2015-11-27 Yao Qi <yao.qi@linaro.org>
7687
7688 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7689
7690 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7691
7692 * gdb.threads/names.exp: New file.
7693 * gdb.threads/names.c: New file.
7694 * README: Mention gdb,no_thread_names.
7695
7696 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7697
7698 PR 19297
7699 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7700 support" error.
7701
7702 2015-11-24 Pedro Alves <palves@redhat.com>
7703
7704 PR 17539
7705 * gdb.base/display.exp: Expect displays to be sorted in ascending
7706 order. Use multi_line.
7707 * gdb.base/solib-display.exp: Likewise.
7708
7709 2015-11-24 Pedro Alves <palves@redhat.com>
7710
7711 PR 17539
7712 * gdb.base/display.exp: Expect displays to be sorted in ascending
7713 order. Use multi_line.
7714 * gdb.base/solib-display.exp: Likewise.
7715
7716 2015-11-24 Pedro Alves <palves@redhat.com>
7717
7718 PR 17539
7719 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7720 threads in ascending order.
7721 * gdb.base/foll-fork.exp: Likewise.
7722 * gdb.base/foll-vfork.exp: Likewise.
7723 * gdb.base/multi-forks.exp: Likewise.
7724 * gdb.mi/mi-nonstop.exp: Likewise.
7725 * gdb.mi/mi-nsintrall.exp: Likewise.
7726 * gdb.multi/base.exp: Likewise.
7727 * gdb.multi/multi-arch.exp: Likewise.
7728 * gdb.python/py-inferior.exp: Likewise.
7729 * gdb.threads/break-while-running.exp: Likewise.
7730 * gdb.threads/execl.exp: Likewise.
7731 * gdb.threads/gcore-thread.exp: Likewise.
7732 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7733 * gdb.threads/kill.exp: Likewise.
7734 * gdb.threads/linux-dp.exp: Likewise.
7735 * gdb.threads/multiple-step-overs.exp: Likewise.
7736 * gdb.threads/next-bp-other-thread.exp: Likewise.
7737 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7738 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7739 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7740 * gdb.threads/thread-find.exp: Likewise.
7741 * gdb.threads/tls.exp: Likewise.
7742 * lib/mi-support.exp (mi_reverse_list): Delete.
7743 (mi_check_thread_states): No longer reverse list.
7744
7745 2015-11-24 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7748 use lowercase.
7749
7750 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7751
7752 * gdb.trace/actions.c: Include trace-common.h.
7753 (main): Add a location for a fast tracepoint.
7754 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7755 the normal tracepoints.
7756 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7757
7758 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7759
7760 * save-trace.exp: Factor out code to these...
7761 (gdb_save_tracepoints): New.
7762 (gdb_load_tracepoints): New.
7763 (do_save_load_test): New.
7764
7765 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7766
7767 * gdb.base/asmlabel.exp: New test.
7768 * gdb.base/asmlabel.c: New test case.
7769
7770 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7771
7772 * gdb.base/wrong_frame_bt_full-main.c: New file.
7773 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7774 * gdb.base/wrong_frame_bt_full.exp: New file.
7775
7776 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7777
7778 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7779
7780 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7781
7782 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7783 pstate register when comparing registers values in
7784 sparc64-*-linux-gnu targets to avoid spurious differences.
7785
7786 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7787
7788 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7789
7790 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7791
7792 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7793 as type argument to gdb_compile.
7794 * gdb.base/nested-subp2.exp: Likewise.
7795 * gdb.base/nested-subp3.exp: Likewise.
7796
7797 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7798
7799 * lib/dwarf.exp (_note): Fix left shift of negative value.
7800 * gdb.trace/trace-condition.exp: Likewise.
7801
7802 2015-11-13 Yao Qi <yao.qi@linaro.org>
7803
7804 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7805 comments about d10v.
7806 (test_scalar_returns): Likewise.
7807 * gdb.base/d10v.ld: Remove.
7808 * gdb.base/overlays.exp: Remove the target triplet checking for
7809 d10v-*-*.
7810 * gdb.base/structs.exp (test_struct_returns): Remove the
7811 comments about d10v.
7812 (test_struct_calls): Likewise.
7813
7814 2015-11-13 Yao Qi <yao.qi@linaro.org>
7815
7816 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7817 * gdb.base/gnu_vector.c: Don't include stdio.h.
7818 (main): Don't print res and call add_some_intvecs.
7819
7820 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7821
7822 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7823 macro.
7824 (func5): Removed.
7825 (func4): Use FAST_TRACEPOINT_LABEL.
7826 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7827 macro.
7828 (func): Removed.
7829 (thread_function): Use FAST_TRACEPOINT_LABEL.
7830 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7831 (func): Remove.
7832 (marker): Use FAST_TRACEPOINT_LABEL.
7833 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7834 (pendfunc1): Remove.
7835 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7836 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7837 (foo): Remove.
7838 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7839 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7840 macro.
7841 (func): Remove.
7842 (marker): Use FAST_TRACEPOINT_LABEL.
7843 * gdb.trace/trace-common.h: New header.
7844 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7845 macro.
7846 (func): Remove.
7847 (marker): Use FAST_TRACEPOINT_LABEL.
7848 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7849 (func): Remove.
7850 (thread_function): Use FAST_TRACEPOINT_LABEL.
7851
7852 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7853
7854 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7855 in front.
7856 * gdb.trace/change-loc.exp: Use global pcreg definition.
7857 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7858 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7859 in front.
7860 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7861 * gdb.trace/pending.exp: Likewise.
7862 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7863 * gdb.trace/trace-break.exp: Likewise.
7864 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7865 in front.
7866 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7867 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7868 in front.
7869 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7870
7871 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7872
7873 * gdb.ada/fin_fun_out: New testcase.
7874
7875 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7876
7877 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7878 value associated with DW_AT_byte_size.
7879 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7880 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7881 DW_AT_upper_bound.
7882
7883 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7884
7885 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7886 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7887 version.
7888 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7889 gdb.dwarf2/dw2-canonicalize-type.exp,
7890 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7891 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7892 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7893 provided by gdb_target_symbol_prefix_flags_asm.
7894 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7895 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7896 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7897 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7898 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7899 macros where needed). Use this macro for symbols which require
7900 the prefix provided by SYMBOL_PREFIX.
7901
7902 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7903
7904 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7905 New procs.
7906 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7907 representing expressions, of more than one list element.
7908 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7909 to prepend linker symbol prefix to f.
7910 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7911 table_1 and table_2.
7912 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7913 Likewise, for f and g.
7914 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7915 for ptr.
7916 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7917 for main.
7918 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7919 table_1_ptr and table_2_ptr.
7920
7921 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7922 Joel Brobecker <brobecker@adacore.com>
7923
7924 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7925
7926 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7927
7928 * gdb.reverse/s390-mvcle.c: New test.
7929 * gdb.reverse/s390-mvcle.exp: New file.
7930 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7931
7932 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7933
7934 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7935
7936 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7937
7938 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7939 reaching marker2.
7940 * gdb.reverse/getresuid-reverse.exp: Likewise.
7941 * gdb.reverse/pipe-reverse.exp: Likewise.
7942 * gdb.reverse/readv-reverse.exp: Likewise.
7943 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7944 * gdb.reverse/time-reverse.exp: Likewise.
7945 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7946
7947 2015-10-30 Yao Qi <yao.qi@linaro.org>
7948
7949 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7950 (empty_cycle): Remove.
7951 (main): Don't call empty_cycle. Don't use watch_count_done.
7952 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7953 empty_cycle. Rewrite the code counting HW watchpoints.
7954
7955 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7956
7957 * gdb.reverse/fstatat-reverse.c: New test.
7958 * gdb.reverse/fstatat-reverse.exp: New file.
7959 * gdb.reverse/getresuid-reverse.c: New test.
7960 * gdb.reverse/getresuid-reverse.exp: New file.
7961 * gdb.reverse/pipe-reverse.c: New test.
7962 * gdb.reverse/pipe-reverse.exp: New file.
7963 * gdb.reverse/readv-reverse.c: New test.
7964 * gdb.reverse/readv-reverse.exp: New file.
7965 * gdb.reverse/recvmsg-reverse.c: New test.
7966 * gdb.reverse/recvmsg-reverse.exp: New file.
7967 * gdb.reverse/time-reverse.c: New test.
7968 * gdb.reverse/time-reverse.exp: New file.
7969 * gdb.reverse/waitpid-reverse.c: New test.
7970 * gdb.reverse/waitpid-reverse.exp: New file.
7971
7972 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7973
7974 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7975
7976 2015-10-26 Doug Evans <dje@google.com>
7977
7978 PR symtab/17391
7979 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7980 * gdb.dwarf2/bad-regnum.c: New file.
7981 * gdb.dwarf2/bad-regnum.exp: New file.
7982
7983 2015-10-26 Doug Evans <dje@google.com>
7984
7985 PR python/18938
7986 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7987 file.
7988
7989 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7990
7991 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7992 for a change by "Mention language in compile error message".
7993
7994 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7995
7996 PR python/18073
7997 * gdb.python/py-type.c (C::a_method): New.
7998 (C::a_const_method): New.
7999 (C::a_static_method): New.
8000 (a_function): New.
8001 * gdb.python/py-type.exp (test_fields): Test getting fields
8002 from function and method.
8003
8004 2015-10-21 Keven Boell <keven.boell@intel.com>
8005
8006 * gdb.fortran/vla-alloc-assoc.exp: New file.
8007 * gdb.fortran/vla-datatypes.exp: New file.
8008 * gdb.fortran/vla-datatypes.f90: New file.
8009 * gdb.fortran/vla-history.exp: New file.
8010 * gdb.fortran/vla-ptype-sub.exp: New file.
8011 * gdb.fortran/vla-ptype.exp: New file.
8012 * gdb.fortran/vla-sizeof.exp: New file.
8013 * gdb.fortran/vla-sub.f90: New file.
8014 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8015 * gdb.fortran/vla-value-sub-finish.exp: New file.
8016 * gdb.fortran/vla-value-sub.exp: New file.
8017 * gdb.fortran/vla-value.exp: New file.
8018 * gdb.fortran/vla-ptr-info.exp: New file.
8019 * gdb.mi/mi-vla-fortran.exp: New file.
8020 * gdb.mi/vla.f90: New file.
8021
8022 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8023
8024 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8025 of hardwired timeout value.
8026
8027 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8028 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8031 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8032
8033 2015-10-19 Josh Stone <jistone@redhat.com>
8034
8035 * gdb.base/catch-syscall.c: Include <sched.h>.
8036 (unknown_syscall): New variable.
8037 (main): Trigger a vfork and an unknown syscall.
8038 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8039 (unknown_syscall_number): Likewise.
8040 (check_call_to_syscall): Accept an optional syscall pattern.
8041 (check_return_from_syscall): Likewise.
8042 (check_continue): Likewise.
8043 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8044 (test_catch_syscall_skipping_return): New test toggling off 'catch
8045 syscall' to step over the syscall return, then toggling back on.
8046 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8047 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8048 (do_syscall_tests): Call test_catch_syscall_without_args and
8049 test_catch_syscall_mid_vfork.
8050 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8051 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8052
8053 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8054
8055 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8056 print g_vE): Add new pass patterns.
8057 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8058 print various symbol names for vptr fields.
8059
8060 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8061
8062 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8063 results.
8064
8065 2015-10-12 Yao Qi <yao.qi@linaro.org>
8066
8067 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8068
8069 2015-10-12 Yao Qi <yao.qi@linaro.org>
8070
8071 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8072 is aarch64*-*-linux*.
8073
8074 2015-10-12 Yao Qi <yao.qi@linaro.org>
8075
8076 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8077 (can_relocate_bcond_true): ... it.
8078 (can_relocate_bcond_false): New function.
8079 (foo): Likewise.
8080 (can_relocate_bl): Likewise.
8081 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8082 can_relocate_bl.
8083
8084 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8085
8086 * gdb.base/nested-addr.c: New file.
8087 * gdb.base/nested-addr.exp: New testcase.
8088
8089 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8090
8091 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8092 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8093 its output. Ignore the output of "record goto begin" and instead
8094 check that GDB is replaying.
8095
8096 2015-10-09 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8099 (top level): Use it in the run with no args test.
8100
8101 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8102
8103 * gdb.dlang/properties.exp: New file.
8104
8105 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8106
8107 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8108 whether or not address 0x1000 is mapped on the target.
8109
8110 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8111
8112 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8113 build.
8114
8115 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8116
8117 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8118 instruction-history test.
8119
8120 2015-09-28 Doug Evans <dje@google.com>
8121
8122 * gdb.base/gcore.c (array_func): Add reference to static_array.
8123
8124 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8125
8126 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8127 source line.
8128
8129 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8130
8131 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8132 short or char as base type.
8133
8134 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8135
8136 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8137 to allow any size enum.
8138
8139 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8140
8141 * gdb.ada/array_ptr_renaming.exp: New testcase.
8142 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8143 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8144
8145 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8146
8147 * gdb.trace/ftrace-lock.c: New file.
8148 * gdb.trace/ftrace-lock.exp: New file.
8149
8150 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8151
8152 * gdb.arch/insn-reloc.c: New file.
8153 * gdb.arch/ftrace-insn-reloc.exp: New file.
8154
8155 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8156
8157 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8158 instruction.
8159 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8160 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8161 * gdb.trace/range-stepping.c: Likewise.
8162 * gdb.trace/trace-break.c: Likewise.
8163 * gdb.trace/trace-mt.c (thread_function): Likewise.
8164 * gdb.trace/ftrace.c (marker): Likewise.
8165 * gdb.trace/trace-condition.c (marker): Likewise.
8166 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8167 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8168 is_aarch64_target.
8169
8170 2015-09-18 Doug Evans <xdje42@gmail.com>
8171
8172 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8173 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8174
8175 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8176
8177 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8178 the breakpoint.
8179
8180 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8181
8182 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8183 the pending breakpoint. Remove timeout override for "Run till
8184 MI pending breakpoint on pendfunc3 on thread 2" test.
8185
8186 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8187
8188 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8189 filename pattern.
8190
8191 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8192
8193 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8194 in breakpoint filename pattern.
8195
8196 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8197
8198 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8199
8200 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8201
8202 * gdb.linespec/explicit.exp: Check for readline support for
8203 tab-completion tests. Fix obvious typo.
8204
8205 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8206
8207 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8208 and replay.
8209
8210 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8211
8212 * gdb.btrace/non-stop.c: New.
8213 * gdb.btrace/non-stop.exp: New.
8214
8215 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8216 Yao Qi <yao.qi@linaro.org>
8217
8218 * gdb.trace/trace-condition.c: New file.
8219 * gdb.trace/trace-condition.exp: New file.
8220
8221 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8222
8223 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8224 for testing bytecode compilation.
8225
8226 2015-09-16 Pedro Alves <palves@redhat.com>
8227 Sandra Loosemore <sandra@codesourcery.com>
8228
8229 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8230 (SECONDS): Redefine.
8231 (main): Call pthread_kill and alarm early.
8232 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8233 support.
8234 (test): If the target can't hardware step and doesn't support
8235 displaced stepping, increase the timeout.
8236
8237 2015-09-16 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8240 (enable_debug): New procedures.
8241 (test): Use them. Bail out if waiting for threads fails.
8242 (top level): Bail out if a test fails.
8243
8244 2015-09-16 Yao Qi <yao.qi@linaro.org>
8245
8246 * gdb.asm/asm-source.exp: Set asm-arch for
8247 aarch64*-*-* target.
8248 * gdb.asm/aarch64.inc: New file.
8249
8250 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8251
8252 * gdb.ada/array_of_variable_length.exp: New testcase.
8253 * gdb.ada/array_of_variable_length/foo.adb: New file.
8254 * gdb.ada/array_of_variable_length/pck.adb: New file.
8255 * gdb.ada/array_of_variable_length/pck.ads: New file.
8256
8257 2015-09-15 Doug Evans <dje@google.com>
8258
8259 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8260 of function static local variable.
8261
8262 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8263
8264 * gdb.threads/tls-so_extern.exp: New test file.
8265 * gdb.threads/tls-so_extern.c: New test file.
8266 * gdb.threads/tls-so_extern_main.c: New test file.
8267
8268 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8269
8270 * gdb.opt/solib-intra-step-lib.c: New file.
8271 * gdb.opt/solib-intra-step-main.c: New file.
8272 * gdb.opt/solib-intra-step.exp: New file.
8273
8274 2015-09-15 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8277 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8278
8279 2015-09-14 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.base/hook-stop-continue.c: Delete.
8282 * gdb.base/hook-stop-continue.exp: Delete.
8283 * gdb.base/hook-stop-frame.c: Delete.
8284 * gdb.base/hook-stop-frame.exp: Delete.
8285 * gdb.base/hook-stop.c: New file.
8286 * gdb.base/hook-stop.exp: New file.
8287
8288 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8289
8290 * gdb.ada/access_to_packed_array.exp: New testcase.
8291 * gdb.ada/access_to_packed_array/foo.adb: New file.
8292 * gdb.ada/access_to_packed_array/pack.adb: New file.
8293 * gdb.ada/access_to_packed_array/pack.ads: New file.
8294
8295 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8296
8297 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8298 buffer size test.
8299
8300 2015-09-11 Don Breazeal <donb@codesourcery.com>
8301
8302 * gdb.base/foll-exec.c: Add copyright header. Fix
8303 formatting issues.
8304 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8305 (do_exec_tests): Use clean_restart in place of zap_session,
8306 and for test initialization. Fix formatting issues. Use
8307 fail in place of perror.
8308 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8309 an expect statement to match an expression with output from
8310 the program under debug.
8311 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8312 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8313 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8314 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8315 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8316
8317 2015-09-09 Doug Evans <dje@google.com>
8318
8319 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8320
8321 2015-09-09 Doug Evans <dje@google.com>
8322
8323 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8324
8325 2015-09-09 Doug Evans <dje@google.com>
8326
8327 * gdb.base/savedregs.exp: Fix typo.
8328
8329 2015-09-09 Pedro Alves <palves@redhat.com>
8330
8331 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8332
8333 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8334
8335 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8336 command actually switches threads. Give up on remaining
8337 tests if target fails to stop at breakpoint.
8338
8339 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8340
8341 * gdb.ada/funcall_char.exp: New testcase.
8342 * gdb.ada/funcall_char/foo.adb: New file.
8343
8344 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8345
8346 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8347 expected outputs. Add two testcases for completing ambiguous
8348 functions.
8349 * gdb.ada/complete/aux_pck.adb: New file.
8350 * gdb.ada/complete/aux_pck.ads: New file.
8351 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8352 Ambiguous_Func functions.
8353 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8354 * gdb.ada/complete/pck.adb: Likewise.
8355
8356 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8357
8358 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8359 failures to run the test program under GDB.
8360
8361 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8362
8363 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8364 to C.
8365
8366 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8367
8368 * gdb.base/run-after-attach.exp: New test file.
8369 * gdb.base/run-after-attach.c: New test file.
8370
8371 2015-08-26 Don Breazeal <donb@codesourcery.com>
8372
8373 * gdb.base/foll-exec-2.c: New test program.
8374 * gdb.base/foll-exec-2.exp: New test.
8375
8376 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8377
8378 * gdb.base/nested-subp1.exp: New file.
8379 * gdb.base/nested-subp1.c: New file.
8380 * gdb.base/nested-subp2.exp: New file.
8381 * gdb.base/nested-subp2.c: New file.
8382 * gdb.base/nested-subp3.exp: New file.
8383 * gdb.base/nested-subp3.c: New file.
8384
8385 2015-08-24 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.server/connect-without-multi-process.c: New file.
8388 * gdb.server/connect-without-multi-process.exp: New file.
8389
8390 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8391
8392 * gdb.opt/inline-markers.c: Make z int.
8393
8394 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8395
8396 * gdb.opt/inline-markers.c: Make z volatile.
8397
8398 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8399
8400 * gdb.opt/inline-bt.c: New volatile global z.
8401 * gdb.opt/inline-cmds.c: Likewise.
8402 * gdb.opt/inline-locals.c: Likewise.
8403 * gdb.opt/inline-markers.c: New extern global z.
8404 (marker): Use z.
8405 (inline_fn): Likewise.
8406
8407 2015-08-24 Pedro Alves <palves@redhat.com>
8408
8409 * config/m32r-stub.exp: Remove file.
8410 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8411 * gdb.base/call-rt-st.exp: Likewise.
8412 * gdb.base/call-strs.exp: Likewise.
8413 * gdb.base/default.exp: Remove references to h8300-*-hms and
8414 *-*-udi*.
8415 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8416
8417 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8418
8419 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8420 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8421 and "return" use KFAIL when GDB can not read/write the vector
8422 return value.
8423
8424 2015-08-21 Gary Benson <gbenson@redhat.com>
8425
8426 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8427
8428 2015-08-20 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.server/solib-list.exp: No longer expect an interior stop in
8431 non-stop mode.
8432
8433 2015-08-20 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.server/connect-stopped-target.c: New file.
8436 * gdb.server/connect-stopped-target.exp: New file.
8437
8438 2015-08-20 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.dwarf2/comp-unit-lang.exp: New file.
8441 * gdb.dwarf2/comp-unit-lang.c: New file.
8442
8443 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8444
8445 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8446 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8447
8448 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8449
8450 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8451 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8452
8453 2015-08-18 Doug Evans <dje@google.com>
8454 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8455
8456 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8457 skip_python_tests. New arg prompt_regexp.
8458 (skip_python_tests): New function.
8459 * lib/mi-support.exp (mi_skip_python_tests): New function.
8460 * gdb.python/py-mi-objfile-gdb.py: New file.
8461 * gdb.python/py-mi-objfile.c: New file.
8462 * gdb.python/py-mi-objfile.exp: New file.
8463
8464 2015-08-17 Keith Seitz <keiths@redhat.com>
8465
8466 * gdb.linespec/explicit.exp: Move strace test from here ...
8467 * gdb.trace/strace.exp: ... to here.
8468
8469 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8470
8471 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8472 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8473
8474 2015-08-14 Doug Evans <xdje42@gmail.com>
8475
8476 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8477 inferior before selecting a new file.
8478
8479 2015-08-14 Doug Evans <xdje42@gmail.com>
8480
8481 * gdb.mi/mi-disassemble.exp: Update.
8482 * gdb.base/disasm-optim.S: New file.
8483 * gdb.base/disasm-optim.c: New file.
8484 * gdb.base/disasm-optim.h: New file.
8485 * gdb.base/disasm-optim.exp: New file.
8486
8487 2015-08-14 Keith Seitz <keiths@redhat.com>
8488
8489 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8490 "evaluated-by".
8491
8492 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8493
8494 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8495
8496 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8497
8498 * gdb.ada/fun_renaming.exp: New testcase.
8499 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8500 * gdb.ada/fun_renaming/pack.adb: New file.
8501 * gdb.ada/fun_renaming/pack.ads: New file.
8502
8503 2015-08-12 Keith Seitz <keiths@redhat.com>
8504
8505 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8506 gdb_get_line_number.
8507
8508 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8509
8510 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8511 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8512 gdb.base/dso2dso.exp: New files.
8513
8514 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8515 Pedro Alves <palves@redhat.com>
8516 Keith Seitz <keiths@redhat.com>
8517
8518 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8519 GDBFLAGS.
8520
8521 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8522
8523 * gdb.base/gdbhistsize-history.exp
8524 (test_histsize_history_setting): Use save_vars.
8525 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8526 Use save_vars.
8527 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8528 * gdb.base/readline.exp: Use save_vars.
8529
8530 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8531
8532 * lib/gdb.exp (save_vars): New proc.
8533
8534 2015-08-11 Keith Seitz <keiths@redhat.com>
8535
8536 * gdb.base/help.exp: Update help_breakpoint_text.
8537
8538 2015-08-11 Keith Seitz <keiths@redhat.com>
8539
8540 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8541 (at toplevel): Call test_explicit_breakpoints.
8542 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8543 breakpoints.
8544 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8545 breakpoint conditions, "-cond".
8546
8547 2015-08-11 Keith Seitz <keiths@redhat.com>
8548
8549 * gdb.linespec/3explicit.c: New file.
8550 * gdb.linespec/cpexplicit.cc: New file.
8551 * gdb.linespec/cpexplicit.exp: New file.
8552 * gdb.linespec/explicit.c: New file.
8553 * gdb.linespec/explicit.exp: New file.
8554 * gdb.linespec/explicit2.c: New file.
8555 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8556 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8557 before using in the matching pattern.
8558 Clarify that `prefix' is a regular expression.
8559
8560 2015-08-11 Keith Seitz <keiths@redhat.com>
8561
8562 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8563 test.
8564 Add tests for missing ",FMT" and ",".
8565
8566 2015-08-10 Doug Evans <dje@google.com>
8567 Keith Seitz <keiths@redhat.com>
8568
8569 PR gdb/17960
8570 * gdb.base/completion.exp: Add location completer tests.
8571
8572 2015-08-07 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8575 tests here.
8576 (top level): Run do_test with and without displaced stepping.
8577
8578 2015-08-07 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.base/valgrind-disp-step.c: New file.
8581 * gdb.base/valgrind-disp-step.exp: New file.
8582
8583 2015-08-07 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8586 Delete function.
8587 (main): Add alarm. Run an infinite loop instead of calling
8588 wait_threads.
8589 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8590 comment.
8591 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8592 Delete function.
8593 (main): Add alarm. Run an infinite loop instead of calling
8594 wait_threads.
8595 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8596 comment.
8597
8598 2015-08-07 Pedro Alves <palves@redhat.com>
8599
8600 * gdb.base/checkpoint-ns.exp: New file.
8601 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8602 standard_testfile.
8603
8604 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8605
8606 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8607 * gdb.btrace/instruction_history.exp: Update.
8608 * gdb.btrace/tsx.exp: New.
8609 * gdb.btrace/tsx.c: New.
8610
8611 2015-08-06 Pedro Alves <palves@redhat.com>
8612
8613 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8614 increase timeout.
8615 * gdb.reverse/until-precsave.exp: Bump timeouts.
8616
8617 2015-08-06 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8620
8621 2015-08-06 Pedro Alves <palves@redhat.com>
8622
8623 PR gdb/18749
8624 * gdb.threads/process-dies-while-handling-bp.c: New file.
8625 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8626
8627 2015-08-06 Pedro Alves <palves@redhat.com>
8628
8629 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8630 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8631
8632 2015-08-05 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8635 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8636
8637 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8638
8639 * gdb.base/bp-permanent.exp: Report test as unsupported if
8640 the target cannot stop at the permanent breakpoint.
8641
8642 2015-08-03 Doug Evans <dje@google.com>
8643
8644 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8645 10000.
8646
8647 2015-08-03 Doug Evans <dje@google.com>
8648
8649 * Makefile.in (workers/%.worker, build-perf): New rule.
8650 (GDB_PERFTEST_MODE): New variable.
8651 (check-perf): Use it.
8652 (clean): Clean up gdb.perf parallel build subdirs.
8653 * lib/build-piece.exp: New file.
8654 * lib/gdb.exp (make_gdb_parallel_path): New function
8655 (standard_output_file, standard_temp_file): Call it.
8656 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8657 of $GDB_PARALLEL.
8658 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8659
8660 2015-08-03 Doug Evans <dje@google.com>
8661
8662 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8663 (LOG_FILE_NAME): New global.
8664 (TextReporter.__init__): Initialize self.txt_sum.
8665 (TextReporter.report): Add support for multiple data-points.
8666 Move report to perftest.sum, put raw data in perftest.log.
8667 (TextReporter.start): Open sum and log files.
8668 (TextReporter.end): Close sum and log files.
8669 * gdb.perf/lib/perftest/testresult.py
8670 (SingleStatisticTestResult.record): Handle multiple data-points.
8671
8672 2015-07-31 Pedro Alves <palves@redhat.com>
8673
8674 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8675 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8676 kill_wait_spawned_process instead of explicit "kill -9".
8677 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8678 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8679 kill_wait_spawned_process.
8680 * gdb.base/attach-twice.exp: Likewise.
8681 * gdb.base/attach.exp: Likewise.
8682 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8683 gdb_test_multiple.
8684 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8685 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8686 kill_wait_spawned_process.
8687 * gdb.base/valgrind-infcall.exp: Likewise.
8688 * gdb.multi/multi-attach.exp: Likewise.
8689 * gdb.python/py-prompt.exp: Likewise.
8690 * gdb.python/py-sync-interp.exp: Likewise.
8691 * gdb.server/ext-attach.exp: Likewise.
8692 * gdb.threads/attach-into-signal.exp (corefunc): Use
8693 spawn_wait_for_attach, spawn_id_get_pid and
8694 kill_wait_spawned_process.
8695 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8696 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8697 spawn_id_get_pid and kill_wait_spawned_process.
8698 * gdb.threads/attach-stopped.exp (corefunc): Use
8699 spawn_wait_for_attach, spawn_id_get_pid and
8700 kill_wait_spawned_process.
8701 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8702 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8703 kill_wait_spawned_process instead of explicit "kill -9".
8704 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8705 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8706 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8707 processes. Don't map cygwin/windows pids here. Now returns a
8708 spawn id list.
8709
8710 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8711
8712 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8713 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8714 correct patch.
8715
8716 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8717
8718 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8719
8720 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8721
8722 Reapply:
8723 2014-05-21 Mark Wielaard <mjw@redhat.com>
8724
8725 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8726
8727 2015-07-30 Pedro Alves <palves@redhat.com>
8728
8729 * linux-low.c (handle_extended_wait): Set the child's last
8730 reported status to TARGET_WAITKIND_STOPPED.
8731
8732 2015-07-30 Pedro Alves <palves@redhat.com>
8733
8734 PR threads/18600
8735 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8736 only shows inferior 1.
8737
8738 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8739 Pedro Alves <palves@redhat.com>
8740
8741 PR threads/18600
8742 * gdb.threads/fork-plus-threads.c: New file.
8743 * gdb.threads/fork-plus-threads.exp: New file.
8744
8745 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8746
8747 * gdb.base/batch-preserve-term-settings.exp
8748 (test_terminal_settings_preserved_after_cli_exit): Use
8749 send_quit_command.
8750
8751 2015-07-29 Pedro Alves <palves@redhat.com>
8752 Don Breazeal <donb@codesourcery.com>
8753
8754 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8755 output from both inferior_spawn_id and gdb_spawn_id.
8756
8757 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8758
8759 * gdb.threads/attach-into-signal.exp (corefunc): Use
8760 with_test_prefix on nested loops, uniquefying the test messages.
8761
8762 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8763
8764 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8765 commit.
8766
8767 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8768
8769 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8770 New proc.
8771 (test_terminal_settings_preserved_after_sigterm): New test.
8772
8773 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8774
8775 * gdb.base/batch-preserve-term-settings.exp
8776 (test_terminal_settings_preserved_after_cli_exit): New test.
8777
8778 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8779
8780 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8781 manipulation of saved_gdbflags.
8782 (test_terminal_settings_preserved): Remove global declaration of
8783 the unused variable pagination_prompt. Remove manipulation of
8784 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8785 GDBFLAGS.
8786
8787 2015-07-29 Pedro Alves <palves@redhat.com>
8788
8789 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8790
8791 2015-07-29 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8794 at the top.
8795
8796 2015-07-29 Pedro Alves <palves@redhat.com>
8797
8798 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8799 (main): Call gdb_unbuffer_output.
8800 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8801 (main): Call gdb_unbuffer_output.
8802 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8803 (main): Call gdb_unbuffer_output.
8804 * gdb.base/call-strs.exp: Adjust to step over the
8805 gdb_unbuffer_output call.
8806 * gdb.base/catch-gdb-caused-signals.c: Include
8807 "../lib/unbuffer_output.c".
8808 (main): Call gdb_unbuffer_output.
8809 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8810 (main): Call gdb_unbuffer_output.
8811 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8812 (main): Call gdb_unbuffer_output.
8813 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8814 (main): Call gdb_unbuffer_output.
8815 * gdb.base/shlib-call.exp: Adjust to step over the
8816 gdb_unbuffer_output call.
8817 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8818 (main): Call gdb_unbuffer_output.
8819 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8820 (main): Call gdb_unbuffer_output.
8821 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8822 (main): Rename to ...
8823 (test): ... this.
8824 (main): Reimplement.
8825 * gdb.base/varargs.exp: Run to test instead of to main.
8826 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8827 (main): Call gdb_unbuffer_output.
8828
8829 2015-07-29 Pedro Alves <palves@redhat.com>
8830
8831 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8832 factore out from mi_continue_dprintf. For call-style dprintfs,
8833 expect dprintf output out of $inferior_spawn_id.
8834 (mi_continue_dprintf): Use mi_expect_dprintf.
8835 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8836 (main): Call gdb_unbuffer_output.
8837
8838 2015-07-29 Pedro Alves <palves@redhat.com>
8839
8840 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8841 (default_mi_gdb_start): Set inferior_spawn_id instead of
8842 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8843 gdb_spawn_id.
8844 (mi_gdb_test): Always expect inferior output from both
8845 $inferior_spawn_id and $gdb_spawn_id.
8846
8847 2015-07-29 Pedro Alves <palves@redhat.com>
8848
8849 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8850 send_inferior and $inferior_spawn_id.
8851
8852 2015-07-29 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.gdb/complaints.exp (test_initial_complaints)
8855 (test_serial_complaints, test_short_complaints): Use
8856 gdb_test_stdio.
8857 (test_empty_complaint): Handle $inferior_spawn_id !=
8858 $gdb_spawn_id.
8859
8860 2015-07-29 Pedro Alves <palves@redhat.com>
8861
8862 * gdb.base/varargs.exp: Use gdb_test_stdio.
8863
8864 2015-07-29 Pedro Alves <palves@redhat.com>
8865
8866 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8867
8868 2015-07-29 Pedro Alves <palves@redhat.com>
8869
8870 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8871
8872 2015-07-29 Pedro Alves <palves@redhat.com>
8873
8874 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8875 parameter into two new parameters, "inf_result" and "gdb_result".
8876 Expect inferior output and gdb output from $inferior_spawn_id and
8877 $gdb_spawn_id, respectively. Adjust all callers.
8878
8879 2015-07-29 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8882 of gdb_test_sequence.
8883
8884 2015-07-29 Pedro Alves <palves@redhat.com>
8885
8886 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8887 (saw_spurious_output): Expect inferior output from
8888 $inferior_spawn_id. Use gdb_test_stdio.
8889
8890 2015-07-29 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.base/dprintf.exp: Use standard_testfile. Change
8893 prepare_for_testing call.
8894 (srcfile): Don't set.
8895 (restart): New procedure.
8896 (test_dprintf): New procecure, use to continue over dprintfs.
8897 (test_call, test_agent): New procedures, tests moved here.
8898 Restart gdb and recreate dprintfs. Adjust expected output.
8899
8900 2015-07-29 Pedro Alves <palves@redhat.com>
8901
8902 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8903
8904 2015-07-29 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8907
8908 2015-07-29 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8911 gdb_test_stdio.
8912
8913 2015-07-29 Pedro Alves <palves@redhat.com>
8914
8915 * lib/gdb.exp (gdb_test_stdio): New procedure.
8916
8917 2015-07-29 Pedro Alves <palves@redhat.com>
8918
8919 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8920
8921 2015-07-29 Pedro Alves <palves@redhat.com>
8922
8923 * gdb.base/call-signal-resume.exp: Remove check for
8924 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8925 * gdb.base/unwindonsignal.exp: Likewise.
8926 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8927 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8928
8929 2015-07-29 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.base/siginfo-addr.c (pass): New function.
8932 (handler): Call it iff si_addr is correct.
8933 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8934 Set a breakpoint at "pass" and continue to it.
8935
8936 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8937
8938 * gdb.python/py-objfile.exp: Make some tests have unique names.
8939 * gdb.python/py-pp-registration.exp: Likewise.
8940
8941 2015-07-28 Pedro Alves <palves@redhat.com>
8942
8943 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8944
8945 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8946
8947 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8948
8949 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8950
8951 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8952
8953 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8954
8955 * gdb.base/gdb-sigterm-2.exp: New test.
8956
8957 2015-07-25 Doug Evans <xdje42@gmail.com>
8958
8959 Revert:
8960 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8961 (workers/%.worker, build-perf): New rule.
8962 (GDB_PERFTEST_MODE): New variable.
8963 (check-perf): Use it.
8964 (clean): Clean up gdb.perf parallel build subdirs.
8965 * lib/build-piece.exp: New file.
8966 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8967 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8968 name.
8969 (standard_temp_file): Ditto.
8970 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8971 of $GDB_PARALLEL.
8972
8973 2015-07-24 Doug Evans <dje@google.com>
8974
8975 * gdb.perf/lib/perftest/utils.py: New file.
8976 * gdb.perf/gm-hello.cc: New file.
8977 * gdb.perf/gm-pervasive-typedef.cc: New file.
8978 * gdb.perf/gm-pervasive-typedef.h: New file.
8979 * gdb.perf/gm-std.cc: New file.
8980 * gdb.perf/gm-std.h: New file.
8981 * gdb.perf/gm-use-cerr.cc: New file.
8982 * gdb.perf/gm-utils.h: New file.
8983 * gdb.perf/gmonster-null-lookup.py: New file.
8984 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8985 * gdb.perf/gmonster-print-cerr.py: New file.
8986 * gdb.perf/gmonster-ptype-string.py: New file.
8987 * gdb.perf/gmonster-runto-main.py: New file.
8988 * gdb.perf/gmonster-select-file.py: New file.
8989 * gdb.perf/gmonster1-null-lookup.exp: New file.
8990 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8991 * gdb.perf/gmonster1-print-cerr.exp: New file.
8992 * gdb.perf/gmonster1-ptype-string.exp: New file.
8993 * gdb.perf/gmonster1-runto-main.exp: New file.
8994 * gdb.perf/gmonster1-select-file.exp: New file.
8995 * gdb.perf/gmonster1.cc: New file.
8996 * gdb.perf/gmonster1.exp: New file.
8997 * gdb.perf/gmonster2-null-lookup.exp: New file.
8998 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8999 * gdb.perf/gmonster2-print-cerr.exp: New file.
9000 * gdb.perf/gmonster2-ptype-string.exp: New file.
9001 * gdb.perf/gmonster2-runto-main.exp: New file.
9002 * gdb.perf/gmonster2-select-file.exp: New file.
9003 * gdb.perf/gmonster2.cc: New file.
9004 * gdb.perf/gmonster2.exp: New file.
9005
9006 2015-07-24 Doug Evans <dje@google.com>
9007
9008 * gdb.perf/README: New file.
9009 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9010 * lib/gen-perf-test.exp: New file.
9011
9012 2015-07-24 Doug Evans <dje@google.com>
9013
9014 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9015 (PerfTest::startup): New function.
9016 (PerfTest::run): Return result of calling body.
9017 (PerfTest::assemble): Rewrite.
9018 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9019 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9020 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9021 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9022 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9023
9024 2015-07-24 Doug Evans <dje@google.com>
9025
9026 * lib/gdb.exp (clean_restart): Make executable optional.
9027
9028 2015-07-24 Doug Evans <dje@google.com>
9029
9030 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9031 compiler_info references.
9032 * gdb.cp/temargs.exp: Ditto.
9033 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9034 (get_compiler_info): Early exit if already computed. Set compiler_info
9035 to "unknown" if there was a problem.
9036 (test_compiler_info): Add function comment. Call get_compiler_info.
9037
9038 2015-07-24 Doug Evans <dje@google.com>
9039
9040 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9041 (workers/%.worker, build-perf): New rule.
9042 (GDB_PERFTEST_MODE): New variable.
9043 (check-perf): Use it.
9044 (clean): Clean up gdb.perf parallel build subdirs.
9045 * lib/build-piece.exp: New file.
9046 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9047 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9048 name.
9049 (standard_temp_file): Ditto.
9050 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9051 of $GDB_PARALLEL.
9052
9053 2015-07-24 Doug Evans <dje@google.com>
9054
9055 * lib/future.exp (gdb_default_target_compile): New option
9056 "early_flags".
9057 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9058 --as-needed.
9059
9060 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9061
9062 * gdb.base/catch-syscall.exp: Call gdb_exit before
9063 gdb_skip_xml_test.
9064
9065 2015-07-24 Pedro Alves <palves@redhat.com>
9066
9067 * gdb.python/py-events.exp: Accept output between the stop event
9068 and the prompt.
9069 * gdb.python/py-evsignal.exp: Likewise.
9070 * gdb.python/py-evthreads.exp: Likewise.
9071
9072 2015-07-24 Pedro Alves <palves@redhat.com>
9073
9074 PR gdb/18717
9075 * gdb.threads/non-ldr-exit.c: New file.
9076 * gdb.threads/non-ldr-exit.exp: New file.
9077
9078 2015-07-24 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9081 restarting process.
9082
9083 2015-07-24 Yao Qi <yao.qi@linaro.org>
9084
9085 * gdb.server/ext-restart.exp: New file.
9086
9087 2015-07-24 Yao Qi <yao.qi@linaro.org>
9088
9089 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9090 argument options.
9091 * gdb.server/ext-wrapper.exp: New file.
9092
9093 2015-07-23 Doug Evans <dje@google.com>
9094
9095 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9096 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9097
9098 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9099
9100 * gdb.ada/var_arr_typedef.exp: New testcase.
9101 * gdb.ada/var_arr_typedef/pack.adb: New file.
9102 * gdb.ada/var_arr_typedef/pack.ads: New file.
9103 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9104
9105 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9106
9107 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9108
9109 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9110
9111 * gdb.arch/i386-biarch-core.exp: Replace istarget
9112 by "complete set gnutarget". Remove expectation for the "core-file"
9113 command.
9114
9115 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9116
9117 Revert the previous commit:
9118 Tests for validate symbol file using build-id.
9119
9120 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9121
9122 Tests for validate symbol file using build-id.
9123 * gdb.base/solib-mismatch-lib.c: New file.
9124 * gdb.base/solib-mismatch-libmod.c: New file.
9125 * gdb.base/solib-mismatch.c: New file.
9126 * gdb.base/solib-mismatch.exp: New file.
9127
9128 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9129
9130 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9131 nios2-*-linux*.
9132 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9133 * gdb.base/siginfo.exp: Likewise.
9134 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9135
9136 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9137
9138 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9139 Move it to ...
9140 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9141 ... here.
9142 * gdb.trace/range-stepping.exp: Check that the target supports
9143 range stepping.
9144
9145 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9146
9147 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9148
9149 2015-07-14 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.base/killed-outside.exp: New file.
9152 * gdb.base/killed-outside.c: New file.
9153
9154 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9155
9156 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9157 (n at main): New.
9158 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9159
9160 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9161
9162 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9163 infcall tests instead of setting up for KFAIL.
9164
9165 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9166
9167 * gdb.btrace/record_goto-step.exp: New.
9168
9169 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9170
9171 PR compile/18484
9172 * gdb.compile/compile.c (struct struct_type): Add volatile to
9173 selffield's type.
9174 * gdb.compile/compile.exp
9175 (compile code struct_object.selffield = &struct_object): Skip further
9176 struct_object tests if this one xfails.
9177
9178 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9179
9180 PR exp/18617
9181 * gdb.trace/ax.exp: Add test.
9182
9183 2015-07-07 Yao Qi <yao.qi@linaro.org>
9184
9185 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9186 instead of istarget "aarch64*-*-*".
9187 * gdb.arch/aarch64-fp.exp: Likewise.
9188 * gdb.base/float.exp: Likewise.
9189 * gdb.reverse/aarch64.exp: Likewise.
9190 * lib/gdb.exp (is_aarch64_target): New proc.
9191
9192 2015-07-07 Yao Qi <yao.qi@linaro.org>
9193
9194 * lib/gdb.exp (is_aarch32_target): New proc.
9195 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9196 instead of "istarget "arm*-*-*"".
9197 * gdb.arch/arm-disp-step.exp: Likewise.
9198 * gdb.arch/thumb-bx-pc.exp: Likewise.
9199 * gdb.arch/thumb-prologue.exp: Likewise.
9200 * gdb.arch/thumb-singlestep.exp: Likewise.
9201 * gdb.base/disp-step-syscall.exp: Likewise.
9202 * gdb.base/float.exp: Likewise.
9203
9204 2015-07-07 Yao Qi <yao.qi@linaro.org>
9205
9206 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9207 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9208
9209 2015-07-07 Yao Qi <yao.qi@linaro.org>
9210
9211 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9212 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9213 if it exists.
9214 * gdb.multi/multi-arch.exp: Likewise.
9215
9216 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9217
9218 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9219 print.
9220
9221 2015-07-07 Yao Qi <yao.qi@linaro.org>
9222
9223 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9224
9225 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9226
9227 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9228 '[' and ']' characters.
9229
9230 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9231
9232 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9233
9234 2015-06-29 Pedro Alves <palves@redhat.com>
9235
9236 PR threads/18127
9237 * gdb.threads/hand-call-new-thread.c: New file.
9238 * gdb.threads/hand-call-new-thread.c: New file.
9239
9240 2015-06-26 Keith Seitz <keiths@redhat.com>
9241 Doug Evans <dje@google.com>
9242
9243 PR 16253
9244 * gdb.cp/var-tag-2.cc: New file.
9245 * gdb.cp/var-tag-3.cc: New file.
9246 * gdb.cp/var-tag-4.cc: New file.
9247 * gdb.cp/var-tag.cc: New file.
9248 * gdb.cp/var-tag.exp: New file.
9249
9250 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9251
9252 * gdb.base/history-duplicates.exp: New test.
9253
9254 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9255
9256 * gdb.base/completion.exp: Test the completion of the "focus"
9257 command.
9258
9259 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9260
9261 * gdb.arch/amd64-prologue-skip.S: New file.
9262 * gdb.arch/amd64-prologue-skip.exp: New file.
9263
9264 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9267 is_address_zero_readable check.
9268
9269 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9270
9271 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9272 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9273
9274 2015-06-24 Yao Qi <yao.qi@linaro.org>
9275
9276 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9277 linux targets.
9278
9279 2015-06-24 Yao Qi <yao.qi@linaro.org>
9280
9281 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9282 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9283 * gdb.base/siginfo-thread.exp: Likewise.
9284
9285 2015-06-22 Yao Qi <yao.qi@linaro.org>
9286
9287 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9288
9289 2015-06-22 Yao Qi <yao.qi@linaro.org>
9290
9291 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9292 aarch64*-*-*.
9293 (skip_hw_watchpoint_tests): Likewise.
9294
9295 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9296
9297 * gdb.base/gdbinit-history.exp: Test the interaction between
9298 setting GDBHISTSIZE and setting the history size via .gdbinit.
9299
9300 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9301
9302 PR gdb/16999
9303 * gdb.base/gdbhistsize-history.exp: New test.
9304
9305 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9306
9307 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9308 with GDBHISTSIZE.
9309 * gdb.base/readline.exp: Likewise.
9310
9311 2015-06-17 Yao Qi <yao.qi@linaro.org>
9312
9313 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9314 line.
9315
9316 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9317
9318 * gdb.base/gdbinit-history.exp: Add test case to check that
9319 an unlimited history file does not get truncated on exit.
9320
9321 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9322
9323 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9324 (VECTOR): New macro. Use it...
9325 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9326 ...for these typedefs.
9327 (int8, char1, int1, double1): New typedefs.
9328 (struct just_int2, struct two_int2): New structures.
9329 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9330 (add_structvecs, add_singlevecs): New functions.
9331 (main): Call add_some_intvecs twice.
9332 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9333 the compile and exit upon failure. Try compiling for the "native"
9334 architecture. Test inferior function calls with vector arguments
9335 and vector return value handling with "finish" and "return".
9336
9337 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9338
9339 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9340 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9341 PE file.
9342 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9343
9344 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9345
9346 PR breakpoints/16465
9347 * gdb.mi/mi-dprintf-pending.c: New file.
9348 * gdb.mi/mi-dprintf-pending.exp: New test.
9349 * gdb.mi/mi-dprintf-pendshr.c: New file.
9350
9351 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9352 Mircea Gherzan <mircea.gherzan@intel.com>
9353
9354 * gdb.arch/i386-mpx-map.c: New file.
9355 * gdb.arch/i386-mpx-map.exp: New File.
9356
9357 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9358
9359 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9360 * gdb.arch/i386-mpx.exp: Indentation fixed.
9361
9362 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9363
9364 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9365 function and improved indentation.
9366 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9367 gdb_test_multiple. Added additional tests to skip the test.
9368
9369 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9370
9371 * gdb.arch/i386-avx512.c: Change path in include file.
9372 * gdb.arch/i386-avx512.exp: Change include dir path
9373 compilation flag.
9374 * gdb.arch/i386-mpx.c: Change path in include file.
9375 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9376 flag.
9377
9378 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9379
9380 * gdb.compile/compile-print.exp (compile print *vararray@3)
9381 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9382
9383 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9384
9385 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9386 (do not keep jit in memory): ... this.
9387 (expect 5): Change it to ...
9388 (expect no 5): ... this.
9389
9390 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9391
9392 PR gdb/15564
9393 * gdb.mi/mi-detach.exp: New file.
9394
9395 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9396
9397 PR symtab/18392
9398 * gdb.arch/amd64-tailcall-self.S: New file.
9399 * gdb.arch/amd64-tailcall-self.c: New file.
9400 * gdb.arch/amd64-tailcall-self.exp: New file.
9401
9402 2015-05-28 Don Breazeal <donb@codesourcery.com>
9403
9404 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9405 tests for remote targets by checking is_target_gdbserver.
9406
9407 2015-05-27 Doug Evans <dje@google.com>
9408
9409 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9410 * gdb.dwarf2/opaque-type-lookup.c: New file.
9411 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9412
9413 2015-05-26 Doug Evans <dje@google.com>
9414
9415 * gdb.cp/iostream.cc: New file.
9416 * gdb.cp/iostream.exp: New file.
9417
9418 2015-05-26 Doug Evans <dje@google.com>
9419
9420 * gdb.dwarf2/dw2-op-call.exp: Update.
9421 * gdb.dwarf2/dw4-sig-types.exp: Update.
9422 * gdb.dwarf2/implptr.exp: Update.
9423 * gdb.mi/mi-cmd-param-changed.exp: Update.
9424
9425 2015-05-26 Doug Evans <dje@google.com>
9426
9427 * gdb.python/py-lazy-string.c: New file.
9428 * gdb.python/py-lazy-string.exp: New file.
9429 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9430 (main): Update. Add estring3.
9431 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9432 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9433
9434 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9435 Yao Qi <yao.qi@linaro.org>
9436
9437 * gdb.reverse/aarch64.c: New.
9438 * gdb.reverse/aarch64.exp: New.
9439
9440 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9441
9442 * lib/gdb.exp (supports_process_record): Return true for
9443 aarch64*-linux*.
9444 (supports_reverse): Likewise.
9445
9446 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9447
9448 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9449 Use with_test_prefix.
9450
9451 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9452
9453 * gdb.base/completion.exp: Add test for completion of layout
9454 names.
9455
9456 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9457
9458 * lib/gdb.exp (skip_tui_tests): New proc.
9459 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9460
9461 2015-05-19 Pedro Alves <palves@redhat.com>
9462
9463 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9464 Save the whole env array instead of just HOME. Unset HISTSIZE in
9465 the environment while testing. Restore whole environment
9466 afterwards.
9467
9468 2015-05-16 Doug Evans <xdje42@gmail.com>
9469
9470 * gdb.guile/scm-ports.c: New file.
9471 * gdb.guile/scm-ports.exp: Add memory port tests.
9472
9473 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9474
9475 * gdb.compile/compile-print.c: New file.
9476 * gdb.compile/compile-print.exp: New file.
9477
9478 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9479
9480 * gdb.compile/compile-ops.exp: Cast param to void.
9481 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9482 (compile code struct_object.selffield = &struct_object): Add xfail.
9483
9484 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9485
9486 * gdb.ada/arr_enum_with_gap: New testcase.
9487
9488 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9489
9490 * gdb.ada/byte_packed_arr: New testcase.
9491
9492 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9493
9494 * gdb.ada/pckd_neg: New testcase.
9495
9496 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9497
9498 PR gdb/17820
9499 * gdb.base/gdbinit-history.exp: New test.
9500 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9501 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9502
9503 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9504
9505 * gdb.python/py-xmethods.cc: Enhance test case.
9506 * gdb.python/py-xmethods.exp: New tests.
9507 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9508 function.
9509 (B_indexoper): Likewise.
9510 (global_dm_list) : Add new xmethod worker functions.
9511
9512 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9513
9514 * gdb.base/coredump-filter.exp: Correctly unset
9515 "coredump_var_addr" array.
9516
9517 2015-05-08 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.server/non-existing-program.exp: Unset spawn_id.
9520
9521 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9522
9523 PR python/18291
9524 * gdb.python/py-xmethods.exp: Add tests.
9525
9526 2015-05-08 Yao Qi <yao.qi@linaro.org>
9527
9528 PR gdb/18208
9529 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9530 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9531 function set_coredump_filter, and remove remote_exec call.
9532 Remove argument ipid. Callers update.
9533 (top level): Don't get inferior's PID.
9534
9535 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9536
9537 * gdb.base/watch_thread_num.exp: Skip test on targets without
9538 access watchpoints.
9539
9540 2015-05-06 Pedro Alves <palves@redhat.com>
9541
9542 PR server/18081
9543 * gdb.server/non-existing-program.exp: New file.
9544
9545 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9546
9547 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9548
9549 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9550
9551 * gdb.ada/out_of_line_in_inlined: New testcase.
9552
9553 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9554
9555 * gdb.ada/var_rec_arr: New testcase.
9556
9557 2015-04-30 Yao Qi <yao.qi@linaro.org>
9558
9559 * gdb.base/break-idempotent.exp: If
9560 skip_hw_watchpoint_multi_tests returns true, skip the tests
9561 on "rwatch" and "awatch".
9562
9563 2015-04-30 Yao Qi <yao.qi@linaro.org>
9564
9565 * gdb.base/relativedebug.exp: Invoke gdb command
9566 "info sharedlibrary", and if libc.so doesn't have debug info,
9567 skip the test.
9568
9569 2015-04-29 Doug Evans <dje@google.com>
9570
9571 * gdb.python/py-xmethods.exp: Add ptype tests.
9572 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9573 get_result_type method.
9574
9575 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9576
9577 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9578 the target does not support hardware watchpoints.
9579
9580 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9581
9582 * gdb.base/break-always.exp: Abort testing if writing to memory
9583 causes an error.
9584
9585 2015-04-28 Doug Evans <dje@google.com>
9586
9587 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9588 * gdb.python/py-pp-registration.exp: ... here. New file.
9589 * gdb.python/py-pp-registration.c: New file.
9590 * gdb.python/py-pp-registration.py: New file.
9591
9592 2015-04-28 Doug Evans <dje@google.com>
9593
9594 * gdb.python/py-bad-printers.c: New file.
9595 * gdb.python/py-bad-printers.py: New file.
9596 * gdb.python/py-bad-printers.exp: New file.
9597
9598 2015-04-28 Sasha Smundak <asmundak@google.com>
9599
9600 * gdb.python/py-type.exp: New test.
9601
9602 2015-04-28 Andy Wingo <wingo@igalia.com>
9603
9604 * gdb.python/py-parameter.exp:
9605 * gdb.guile/scm-parameter.exp: Escape the path that we are
9606 matching against, as it might contain characters that are special
9607 to regular expressions.
9608
9609 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9610
9611 * gdb.ada/rec_comp: New testcase.
9612
9613 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9614
9615 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9616 before using it.
9617
9618 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9619
9620 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9621 new tests for verilog output.
9622
9623 2015-04-24 Yao Qi <yao.qi@linaro.org>
9624
9625 * boards/remote-gdbserver-on-localhost.exp: New file.
9626
9627 2015-04-23 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9630 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9631 "end of file", remove $inferior_spawn_id from the indirect list.
9632
9633 2015-04-23 Pedro Alves <palves@redhat.com>
9634
9635 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9636
9637 2015-04-23 Pedro Alves <palves@redhat.com>
9638
9639 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9640 on $any_spawn_id instead of only on $gdb_spawn_id.
9641
9642 2015-04-21 Pierre Muller <muller@sourceware.org>
9643
9644 PR pascal/17815
9645 * lib/pascal.exp (gpc_compile): Add new option "class".
9646 (fpc_compile): Likewise.
9647 * gdb.pascal/case-insensitive-symbols.pas: New file.
9648 * gdb.pascal/case-insensitive-symbols.exp: New file.
9649
9650 2015-04-20 Gary Benson <gbenson@redhat.com>
9651
9652 * gdb.base/attach.exp: Fix three extended remote failures.
9653
9654 2015-04-17 Gary Benson <gbenson@redhat.com>
9655
9656 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9657 the main executable over the remote protocol.
9658
9659 2015-04-16 Pedro Alves <palves@redhat.com>
9660
9661 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9662 a new gdbserver if gdbserver_reconnect_p is set.
9663
9664 2015-04-16 Pedro Alves <palves@redhat.com>
9665
9666 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9667 is set, don't exit gdbserver.
9668
9669 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9670
9671 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9672 appropriate .insn, such that an older assembler can be used.
9673 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9674 the z/Architecture instruction set on 31-bit targets as well.
9675
9676 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9677
9678 * gdb.go/handcall.exp: Remove all logic related to the first
9679 breakpoint and rely on go_runto_main instead.
9680 * gdb.go/strings.exp: Likewise.
9681 * gdb.go/unsafe.exp: Likewise.
9682 * gdb.go/hello.exp: Likewise. Also rename the remaining
9683 breakpoint marker to "breakpoint 1".
9684 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9685 * gdb.go/strings.go: Likewise.
9686 * gdb.go/unsafe.go: Likewise.
9687 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9688 "set breakpoint 2 here" and rename the remaining breakpoint marker
9689 to "breakpoint 1".
9690
9691 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9692
9693 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9694 if itertools.imap is not present.
9695 * gdb.python/py-objfile.exp: Add parentheses.
9696 * gdb.python/py-type.exp: Same.
9697 * gdb.python/py-unwind-maint.py: Same.
9698
9699 2015-04-15 Yao Qi <yao.qi@linaro.org>
9700
9701 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9702 of ":$ptr_size" and set its form explicitly.
9703
9704 2015-04-15 Pedro Alves <palves@redhat.com>
9705 Yao Qi <yao.qi@linaro.org>
9706
9707 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9708 timeout by factor of 4.
9709 (test_regular_watch): Likewise.
9710 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9711 * gdb.reverse/sigall-reverse.exp: Likewise.
9712 * gdb.reverse/until-precsave.exp: Likewise.
9713 * lib/gdb.exp (with_timeout_factor): New proc.
9714 (gdb_expect): Move some code to ...
9715 (get_largest_timeout): ... here. New procedure.
9716
9717 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9718
9719 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9720
9721 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9722
9723 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9724 to write to the .text section.
9725
9726 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9727
9728 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9729 Handle the case of targets that do not provide PID information.
9730
9731 2015-04-13 Yao Qi <yao.qi@linaro.org>
9732
9733 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9734 and use expect instead of gdb_expect.
9735
9736 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9737
9738 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9739 "coredump_var_addr" to avoid naming conflict with other testcases.
9740
9741 2015-04-10 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9744 gdb_test_sequence and gdb_assert.
9745
9746 2015-04-10 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9749 test messages that don't include the breakpoint address.
9750
9751 2015-04-10 Yao Qi <yao.qi@linaro.org>
9752
9753 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9754 false for some offset and width combinations which aren't
9755 supported by linux kernel.
9756
9757 2015-04-10 Pedro Alves <palves@redhat.com>
9758
9759 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9760 procedure, factored out from ...
9761 (top level): ... here. Add "set displaced-stepping" testing axis.
9762 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9763 parameter "displaced". Use it.
9764 (top level): Use foreach and add "set displaced-stepping" testing
9765 axis.
9766
9767 2015-04-10 Pedro Alves <palves@redhat.com>
9768
9769 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9770 Remove comment.
9771 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9772 both the address of the instruction that triggers the watchpoint
9773 and the address of the instruction immediately after, and use
9774 those addresses for the test. Fix comment.
9775
9776 2015-04-10 Pedro Alves <palves@redhat.com>
9777
9778 * gdb.base/sigstep.exp (breakpoint_to_handler)
9779 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9780 Test "backtrace" in handler.
9781 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9782 (top level): Add new "displaced" test axis to
9783 breakpoint_to_handler, breakpoint_to_handler_entry and
9784 breakpoint_over_handler.
9785
9786 2015-04-10 Pedro Alves <palves@redhat.com>
9787
9788 PR gdb/18216
9789 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9790
9791 2015-04-10 Yao Qi <yao.qi@linaro.org>
9792
9793 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9794 (test_add_rn_pc): New function.
9795 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9796 (top level): Invoke test_add_rn_pc.
9797
9798 2015-04-10 Pedro Alves <palves@redhat.com>
9799
9800 PR gdb/13858
9801 * gdb.base/step-over-no-symbols.exp: New file.
9802
9803 2015-04-09 Andy Wingo <wingo@igalia.com>
9804
9805 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9806 after the Python tests.
9807
9808 2015-04-08 Keith Seitz <keiths@redhat.com>
9809
9810 PR python/16699
9811 * gdb.python/py-completion.exp: New tests for completion.
9812 * gdb.python/py-completion.py (CompleteLimit1): New class.
9813 (CompleteLimit2): Likewise.
9814 (CompleteLimit3): Likewise.
9815 (CompleteLimit4): Likewise.
9816 (CompleteLimit5): Likewise.
9817 (CompleteLimit6): Likewise.
9818 (CompleteLimit7): Likewise.
9819
9820 2015-04-08 Pedro Alves <palves@redhat.com>
9821
9822 PR gdb/18214
9823 PR gdb/18216
9824 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9825 function.
9826 (main): Install it as SIGUSR1 handler.
9827 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9828 parameter. Always use "setup" as prefix. Toggle "set
9829 displaced-stepping" off/on depending on global. Don't switch to
9830 thread 1 here.
9831 (top level): Add displaced stepping "off/on" test axis. Update
9832 "setup" calls. Wrap each subtest with with_test_prefix. Test
9833 continuing with a queued signal in each thread.
9834
9835 2015-04-08 Pedro Alves <palves@redhat.com>
9836
9837 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9838 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9839 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9840 Return early if running to main fails.
9841 * gdb.trace/while-stepping.exp: Likewise.
9842
9843 2015-04-07 Pedro Alves <palves@redhat.com>
9844
9845 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9846 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9847 interact with inferior program.
9848
9849 2015-04-07 Pedro Alves <palves@redhat.com>
9850
9851 * lib/gdb.exp (inferior_spawn_id): New global.
9852 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9853 spawn id after processing the user code.
9854 (default_gdb_start): Set inferior_spawn_id.
9855 (send_inferior): New procedure.
9856 * lib/gdbserver-support.exp (gdbserver_start): Set
9857 inferior_spawn_id.
9858 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9859
9860 2015-04-07 Pedro Alves <palves@redhat.com>
9861
9862 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9863 * lib/gdbserver-support.exp (gdbserver_start): Make
9864 $server_spawn_id global.
9865 (gdbserver_start): Don't wait for gdbserver's spawn id with
9866 expect_background.
9867 (close_gdbserver): New procedure.
9868 (gdb_exit): Rename the default version and reimplement.
9869
9870 2015-04-07 Pedro Alves <palves@redhat.com>
9871
9872 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9873 append the substituted item, not the original item.
9874
9875 2015-04-07 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9878 gdb_expect.
9879
9880 2015-04-07 Pedro Alves <palves@redhat.com>
9881
9882 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9883 output appearing once only.
9884
9885 2015-04-07 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9888 that doesn't expect anything. Return early if running to main
9889 fails.
9890
9891 2015-04-07 Yao Qi <yao.qi@linaro.org>
9892
9893 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9894 (child_function): Call alarm.
9895 (main): Move call to alarm into the loop.
9896 * gdb.threads/non-stop-fair-events.exp: Build program with
9897 -DTIMEOUT=$timeout.
9898
9899 2015-04-06 Doug Evans <xdje42@gmail.com>
9900
9901 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9902 Fix dest parameter to board_info.
9903 (fpc_compile): Ditto.
9904 (gdb_compile_pascal): Rename dest arg to destfile.
9905
9906 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9907
9908 * gdb.ada/funcall_ref.exp: New file.
9909 * gdb.ada/funcall_ref/foo.adb: New file.
9910
9911 2015-04-02 Yao Qi <yao.qi@linaro.org>
9912
9913 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9914 is remote.
9915
9916 2015-04-02 Gary Benson <gbenson@redhat.com>
9917
9918 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9919
9920 2015-04-01 Sasha Smundak <asmundak@google.com>
9921
9922 * gdb.python/py-unwind-maint.c: New file.
9923 * gdb.python/py-unwind-maint.exp: New test.
9924 * gdb.python/py-unwind-maint.py: New file.
9925 * gdb.python/py-unwind.c: New file.
9926 * gdb.python/py-unwind.exp: New test.
9927 * gdb.python/py-unwind.py: New test.
9928
9929 2015-04-01 Pedro Alves <palves@redhat.com>
9930
9931 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9932 to fail instead of non-existent $test.
9933
9934 2015-04-01 Pedro Alves <palves@redhat.com>
9935
9936 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9937 GDBFLAGS if not empty.
9938
9939 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9940
9941 * gdb.ada/complete.exp: Remove "multi_line".
9942 * gdb.ada/info_exc.exp: Remove "multi_line".
9943 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9944 * gdb.ada/ptype_field.exp: Remove "multi_line".
9945 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9946 * gdb.ada/tagged.exp: Remove "multi_line".
9947 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9948 [multi_line ...]
9949 * gdb.btrace/delta.exp: Likewise.
9950 * gdb.btrace/exception.exp: Likewise.
9951 * gdb.btrace/function_call_history.exp: Likewise.
9952 * gdb.btrace/instruction_history.exp: Likewise.
9953 * gdb.btrace/nohist.exp: Likewise.
9954 * gdb.btrace/record_goto.exp: Likewise.
9955 * gdb.btrace/segv.exp: Likewise.
9956 * gdb.btrace/stepi.exp: Likewise.
9957 * gdb.btrace/tailcall.exp: Likewise.
9958 * gdb.btrace/unknown_functions.exp: Likewise.
9959 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9960 * lib/gdb.exp: Add the "multi_line" helper.
9961
9962 2015-04-01 Pedro Alves <palves@redhat.com>
9963
9964 * gdb.threads/tid-reuse.c: New file.
9965 * gdb.threads/tid-reuse.exp: New file.
9966
9967 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9968
9969 PR corefiles/16092
9970 * gdb.base/coredump-filter.c: New file.
9971 * gdb.base/coredump-filter.exp: Likewise.
9972
9973 2015-03-27 Petr Machata <pmachata@redhat.com>
9974
9975 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9976 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9977 (Dwarf::assemble): Initialize them.
9978 (Dwarf::lines): New function.
9979
9980 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9981
9982 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9983 SYMBOL_PREFIX for x86_64-*-cygwin.
9984
9985 2015-03-26 Andy Wingo <wingo@igalia.com>
9986
9987 PR symtab/18148
9988 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9989 const_value but not a location.
9990 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9991 location defined in non-main CUs are visible.
9992
9993 2015-03-26 Yao Qi <yao.qi@linaro.org>
9994
9995 PR testsuite/18139
9996 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9997 Add a line number entry for the same line.
9998 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9999 Add a line number entry for the same line.
10000
10001 2015-03-26 Yao Qi <yao.qi@linaro.org>
10002
10003 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10004 .int 0.
10005 (func): Likewise. Add .Lfunc_1 label.
10006 Use .Lfunc_1 label.
10007 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10008 .int 0.
10009 (func): Likewise.
10010 Use .Lfunc_1 label.
10011
10012 2015-03-26 Yao Qi <yao.qi@linaro.org>
10013
10014 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10015 Call gdb_compile instead to compile each .s files without debug
10016 information.
10017
10018 2015-03-26 Yao Qi <yao.qi@linaro.org>
10019
10020 * gdb.base/savedregs.exp (process_saved_regs): Make
10021 "Saved registers:" optional in the pattern.
10022
10023 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10024
10025 * gdb.btrace/next.exp: Merged into step.exp.
10026 * gdb.btrace/finish.exp: Merged into step.exp.
10027 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10028 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10029 "record goto" and checking the exact replay position.
10030 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10031 check for "Recording format" in "info record" output.
10032 * gdb.btrace/record_goto.exp: Choose test file based on target.
10033 * gdb.btrace/x86-record_goto.S: Renamed into ...
10034 * gdb.btrace/x86_64-record_goto.S: ... this.
10035 * gdb.btrace/i686-record_goto.S: New.
10036 * gdb.btrace/x86-tailcall.S: Renamed into ...
10037 * gdb.btrace/x86_64-tailcall.S: ... this.
10038 * gdb.btrace/i686-tailcall.S: New.
10039 * gdb.btrace/x86-tailcall.c: Renamed into ...
10040 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10041 separate statements. Update test.
10042 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10043 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10044 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10045 * gdb.btrace/tailcall.exp: Choose test file based on target.
10046 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10047
10048 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10049
10050 * gdb.btrace/exception.exp: Increase BTS buffer size.
10051
10052 2015-03-24 Pedro Alves <palves@redhat.com>
10053
10054 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10055
10056 2015-03-24 Pedro Alves <palves@redhat.com>
10057
10058 * gdb.threads/schedlock.exp (test_step): No longer expect that
10059 "set scheduler-locking step" with "next" over a function call runs
10060 threads unlocked.
10061
10062 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10063
10064 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10065
10066 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10067
10068 PR breakpoints/16466
10069 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10070 * gdb.mi/mi-pending.c (thread_func): New function.
10071 (int main): Add threading support required.
10072 * gdb.mi/mi-pending.exp: Add tests for this issue.
10073 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10074 (pendfunc2): Remove stdio dependency.
10075 * gdb.mi/mi-pendshr2.c: New file.
10076
10077 2015-03-23 Keith Seitz <keiths@redhat.com>
10078
10079 * gdb.linespec/keywords.c: New file.
10080 * gdb.linespec/keywords.exp: New file.
10081
10082 2015-03-23 Keith Seitz <keiths@redhat.com>
10083
10084 PR gdb/18021
10085 * gdb.dwarf2/staticvirtual.exp: New test.
10086
10087 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10088
10089 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10090 * README: Remove HP-UX and gdb.hp.
10091 (configuration):
10092 * configure: Regenerate.
10093 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10094 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10095 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10096 gdb.hp/gdb.defects/Makefile.
10097 * gdb.hp/Makefile.in: File deleted.
10098 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10099 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10100 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10101 * gdb.hp/gdb.aCC/run.c: File deleted.
10102 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10103 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10104 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10105 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10106 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10107 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10108 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10109 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10110 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10111 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10112 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10113 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10114 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10115 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10116 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10117 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10118 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10119 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10120 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10121 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10122 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10123 * gdb.hp/gdb.compat/average.c: File deleted.
10124 * gdb.hp/gdb.compat/sum.c: File deleted.
10125 * gdb.hp/gdb.compat/xdb.c: File deleted.
10126 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10127 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10128 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10129 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10130 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10131 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10132 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10133 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10134 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10135 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10136 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10137 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10138 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10139 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10140 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10141 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10142 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10143 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10144 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10145 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10146 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10147 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10148 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10149 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10150 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10151 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10152 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10153 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10154 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10155 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10156 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10157 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10158 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10159 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10160 * gdb.hp/tools/odump: File deleted.
10161
10162 2015-03-19 Pedro Alves <palves@redhat.com>
10163
10164 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10165 (saw_thread_3): New globals.
10166 (top level): Increment them when an event for the corresponding
10167 thread is seen.
10168 (no thread starvation): New test.
10169
10170 2015-03-19 Pedro Alves <palves@redhat.com>
10171
10172 * gdb.threads/continue-pending-status.c: New file.
10173 * gdb.threads/continue-pending-status.exp: New file.
10174
10175 2015-03-18 Pedro Alves <palves@redhat.com>
10176
10177 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10178 Use gdb_is_target_remote instead of is_remote. Use
10179 gdb_test_multiple instead of gdb_expect. Exit early if
10180 gdb_test_multiple hits its internal matches. Tighten stepi tests
10181 expected output. Fail on exit with any signal, instead of just
10182 SIGILL.
10183
10184 2015-03-18 Yao Qi <yao.qi@linaro.org>
10185
10186 PR tdep/18107
10187 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10188 variable.
10189 * gdb.base/catch-syscall.exp: Don't skip it on
10190 aarch64*-*-linux* target. Remove elements in all_syscalls.
10191 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10192 target.
10193 (setup_all_syscalls): New proc.
10194
10195 2015-03-16 Yao Qi <yao.qi@linaro.org>
10196
10197 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10198 (top level): Skip tests if valid_addr_p returns false for
10199 $cmd1 or $cmd2.
10200
10201 2015-03-11 Andy Wingo <wingo@igalia.com>
10202
10203 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10204
10205 2015-03-11 Yao Qi <yao.qi@linaro.org>
10206
10207 * gdb.base/catch-syscall.exp: Fix typo in comments.
10208
10209 2015-03-11 Yao Qi <yao.qi@linaro.org>
10210
10211 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10212
10213 2015-03-09 Pedro Alves <palves@redhat.com>
10214
10215 * dg-extract-results.py: Delete.
10216
10217 2015-03-09 Pedro Alves <palves@redhat.com>
10218
10219 Merge dg-extract-results.sh from GCC upstream (r218843).
10220
10221 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10222 * dg-extract-results.sh: Use --text with grep to avoid issues with
10223 binary files. Fall back to cat -v, if that doesn't work.
10224
10225 2015-03-05 Pedro Alves <palves@redhat.com>
10226
10227 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10228
10229 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10230
10231 * lib/mi-support.exp (mi_expect_interrupt): Accept
10232 alternative event for when in all-stop mode.
10233
10234 2015-03-04 Pedro Alves <palves@redhat.com>
10235
10236 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10237
10238 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10239
10240 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10241
10242 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10243
10244 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10245 regexps for GDB's current line display, accept a hex address
10246 preceding the line number.
10247
10248 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10249
10250 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10251 the 'arch1' variable for "s390*-linux*" targets.
10252
10253 2015-03-04 Pedro Alves <palves@redhat.com>
10254
10255 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10256 (main): Pass missing retval argument to pthread_join call.
10257
10258 2015-03-02 Pedro Alves <palves@redhat.com>
10259
10260 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10261 (top level): Call do_test with non-stop as well.
10262
10263 2015-03-02 Pedro Alves <palves@redhat.com>
10264
10265 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10266 -1.
10267
10268 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10269
10270 * gdb.arch/s390-vregs.exp: New test.
10271 * gdb.arch/s390-vregs.S: New file.
10272
10273 2015-02-27 Pedro Alves <palves@redhat.com>
10274
10275 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10276 call to catch_command_errors.
10277 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10278 catch_command_errors.
10279
10280 2015-02-27 Pedro Alves <palves@redhat.com>
10281
10282 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10283 "true" for boolean result.
10284 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10285 prototype of main.
10286
10287 2015-02-27 Pedro Alves <palves@redhat.com>
10288
10289 * lib/unbuffer_output.c: New file.
10290 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10291 (main): Call gdb_unbuffer_output.
10292
10293 2015-02-27 Yao Qi <yao.qi@linaro.org>
10294
10295 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10296 target.
10297
10298 2015-02-26 Doug Evans <dje@google.com>
10299
10300 * gdb.cp/class2.cc (Dbase, D): New classes.
10301 (main): New local delta.
10302 * gdb.cp/class2.exp: Test printing delta.
10303 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10304 (dynbar): New global.
10305 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10306
10307 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10308
10309 * gdb.compile/compile-ifunc.c: New file.
10310 * gdb.compile/compile-ifunc.exp: New file.
10311
10312 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10313
10314 * gdb.base/structs.exp: Check for correct struct on finish.
10315
10316 2015-02-26 Yao Qi <yao.qi@linaro.org>
10317
10318 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10319 is zero.
10320
10321 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10322
10323 * gdb.arch/cordic.ko.bz2: New file.
10324 * gdb.arch/cordic.ko.debug.bz2: New file.
10325 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10326
10327 2015-02-25 Yao Qi <yao.qi@linaro.org>
10328
10329 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10330 aarch64*-*-* target.
10331
10332 2015-02-23 Pedro Alves <palves@redhat.com>
10333
10334 * lib/gdb.exp (delete_breakpoints): Rewrite using
10335 gdb_test_multiple.
10336
10337 2015-02-23 Pedro Alves <palves@redhat.com>
10338
10339 * gdb.base/info-os.c: Include stdlib.h.
10340
10341 2015-02-22 Doug Evans <xdje42@gmail.com>
10342
10343 PR symtab/17855
10344 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10345 is read after symbols have been re-read.
10346 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10347 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10348
10349 2015-02-21 Doug Evans <dje@google.com>
10350
10351 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10352
10353 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10354
10355 PR corefiles/17808
10356 * gdb.arch/i386-biarch-core.core.bz2: New file.
10357 * gdb.arch/i386-biarch-core.exp: New file.
10358
10359 2015-02-21 Pedro Alves <palves@redhat.com>
10360
10361 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10362 runto_main fails.
10363
10364 2015-02-20 Pedro Alves <palves@redhat.com>
10365
10366 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10367 info probes.
10368
10369 2015-02-20 Pedro Alves <palves@redhat.com>
10370
10371 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10372
10373 2015-02-20 Pedro Alves <palves@redhat.com>
10374
10375 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10376 clean_restart before gdb_target_supports_trace.
10377
10378 2015-02-20 Pedro Alves <palves@redhat.com>
10379
10380 PR threads/18006
10381 * gdb.threads/clone-thread_db.c: New file.
10382 * gdb.threads/clone-thread_db.exp: New file.
10383
10384 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10385
10386 PR breakpoints/16812
10387 * gdb.base/catch-gdb-caused-signals.c: New file.
10388 * gdb.base/catch-gdb-caused-signals.exp: New file.
10389
10390 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10391
10392 * configure: Regenerated.
10393 * configure.ac: Use GDB_AC_TRANSFORM.
10394 * aclocal.m4: sinclude ../transform.m4.
10395
10396 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10397
10398 * lib/dtrace.exp: New file.
10399 * gdb.base/dtrace-probe.exp: Likewise.
10400 * gdb.base/dtrace-probe.d: Likewise.
10401 * gdb.base/dtrace-probe.c: Likewise.
10402 * lib/pdtrace.in: Likewise.
10403 * configure.ac: Output variables with the transformed names of
10404 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10405 * configure: Regenerated.
10406
10407 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10408
10409 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10410 expected message when trying to access $_probe_* convenience
10411 variables while not on a probe.
10412
10413 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10414
10415 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10416
10417 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10418
10419 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10420 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10421
10422 2015-02-10 Doug Evans <xdje42@gmail.com>
10423
10424 * lib/gdb.exp (gdb_load): Always return a result.
10425
10426 2015-02-10 Pedro Alves <palves@redhat.com>
10427
10428 * gdb.threads/signal-sigtrap.c: New file.
10429 * gdb.threads/signal-sigtrap.exp: New file.
10430
10431 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10432
10433 * gdb.trace/no-attach-trace.c: New file.
10434 * gdb.trace/no-attach-trace.exp: New file.
10435
10436 2015-02-09 Mark Wielaard <mjw@redhat.com>
10437
10438 * gdb.dwarf2/atomic.c: New file.
10439 * gdb.dwarf2/atomic-type.exp: Likewise.
10440
10441 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10442
10443 * gdb.btrace/buffer-size.exp: Update "info record" output.
10444 * gdb.btrace/delta.exp: Update "info record" output.
10445 * gdb.btrace/enable.exp: Update "info record" output.
10446 * gdb.btrace/finish.exp: Update "info record" output.
10447 * gdb.btrace/instruction_history.exp: Update "info record" output.
10448 * gdb.btrace/next.exp: Update "info record" output.
10449 * gdb.btrace/nexti.exp: Update "info record" output.
10450 * gdb.btrace/step.exp: Update "info record" output.
10451 * gdb.btrace/stepi.exp: Update "info record" output.
10452 * gdb.btrace/nohist.exp: Update "info record" output.
10453
10454 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10455
10456 * gdb.btrace/buffer-size: New.
10457
10458 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10459
10460 * gdb.btrace/delta.exp: Update "info record" output.
10461 * gdb.btrace/enable.exp: Update "info record" output.
10462 * gdb.btrace/finish.exp: Update "info record" output.
10463 * gdb.btrace/instruction_history.exp: Update "info record" output.
10464 * gdb.btrace/next.exp: Update "info record" output.
10465 * gdb.btrace/nexti.exp: Update "info record" output.
10466 * gdb.btrace/step.exp: Update "info record" output.
10467 * gdb.btrace/stepi.exp: Update "info record" output.
10468 * gdb.btrace/nohist.exp: Update "info record" output.
10469
10470 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10471
10472 PR gdb/15678
10473 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10474
10475 2015-02-06 Pedro Alves <palves@redhat.com>
10476
10477 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10478 macro.
10479 (seconds_left, again): New globals.
10480 (main): Wait seconds_left in a 1-second sleep loop instead of
10481 sleeping 180 seconds. If 'again' is set, reset the seconds
10482 counter.
10483 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10484 'again' in the inferior before detaching. Print the seconds left.
10485 (options): New global.
10486 (top level): Build program with -DTIMEOUT=$timeout.
10487
10488 2015-02-06 Pedro Alves <palves@redhat.com>
10489
10490 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10491 determine how many seconds to pass to 'alarm'.
10492 * gdb.base/gdb-sigterm.exp (top level): Build program with
10493 -DTIMEOUT=$timeout.
10494 (do_test): Return success/failure indication. Add more verbose
10495 logging. Don't fail if 200 single steps are seen. Instead, fail
10496 when the test times out.
10497 (passes): New global.
10498 (top level): Break the testing loop if testing fails on any
10499 iteration. Use gdb_assert.
10500
10501 2015-02-04 Don Breazeal <donb@codesourcery.com>
10502
10503 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10504 and initialize them.
10505 (ipc_cleanup): New function.
10506 (main): Don't declare shmid, semid, and msqid. Add a call to
10507 atexit so that we call ipc_cleanup on exit.
10508
10509 2015-02-04 Pedro Alves <palves@redhat.com>
10510
10511 * boards/native-extended-gdbserver.exp: Remove any target variant
10512 specifications from the board name before clearing the isremote
10513 flag from board_info.
10514
10515 2015-01-31 Doug Evans <xdje42@gmail.com>
10516
10517 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10518
10519 2015-01-31 Gary Benson <gbenson@redhat.com>
10520
10521 * gdb.base/completion.exp: Disable completion limiting for
10522 existing tests. Add new tests to check completion limiting.
10523 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10524
10525 2015-01-31 Doug Evans <xdje42@gmail.com>
10526
10527 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10528
10529 2015-01-31 Doug Evans <xdje42@gmail.com>
10530
10531 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10532 entries. Duplicate file section script entries.
10533 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10534 inlined entries. Add test for safe-path rejection.
10535 * gdb.python/py-section-script.c: Add duplicate inlined section script
10536 entries. Duplicate file section script entries.
10537 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10538 inlined entries. Add test for safe-path rejection.
10539
10540 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10541
10542 * gdb.ada/disc_arr_bound: New testcase.
10543
10544 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10545
10546 * gdb.ada/mi_var_array: New testcase.
10547
10548 2015-01-27 Doug Evans <dje@google.com>
10549
10550 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10551 Add test for objfile.filename, objfile.username after objfile
10552 has been unloaded.
10553
10554 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10555
10556 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10557 the second test to print the name attribute of value
10558 returned by the call to gdb.lookup_type, and adjust
10559 the expected output accordingly.
10560
10561 2015-01-25 Mark Wielaard <mjw@redhat.com>
10562
10563 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10564 * gdb.base/disp-step-fork.c: Include unistd.h.
10565 * gdb.base/siginfo-obj.c: Include stdio.h.
10566 * gdb.base/siginfo-thread.c: Likewise.
10567 * gdb.mi/non-stop.c: Include unistd.h.
10568 * gdb.mi/nsthrexec.c: Include stdio.h.
10569 * gdb.mi/pthreads.c: Include unistd.h.
10570 * gdb.modula2/unbounded1.c (main): Declare returns int.
10571 * gdb.reverse/consecutive-reverse.c: Likewise.
10572 * gdb.threads/create-fail.c: Include unistd.h.
10573 * gdb.threads/killed.c: Likewise.
10574 * gdb.threads/linux-dp.c: Likewise.
10575 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10576 * gdb.threads/non-ldr-exc-2.c: Likewise.
10577 * gdb.threads/non-ldr-exc-3.c: Likewise.
10578 * gdb.threads/non-ldr-exc-4.c: Likewise.
10579 * gdb.threads/pthreads.c: Include unistd.h.
10580 (main): Declare returns int.
10581 * gdb.threads/tls-main.c (foo): New declaration.
10582 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10583
10584 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10585
10586 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10587 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10588
10589 2015-01-15 Mark Wielaard <mjw@redhat.com>
10590
10591 * gdb.base/noreturn-return.c: New file.
10592 * gdb.base/noreturn-return.exp: New file.
10593 * gdb.base/noreturn-finish.c: New file.
10594 * gdb.base/noreturn-finish.exp: New file.
10595
10596 2015-01-23 Pedro Alves <palves@redhat.com>
10597
10598 * gdb.threads/continue-pending-after-query.c: New file.
10599 * gdb.threads/continue-pending-after-query.exp: New file.
10600
10601 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10602 Simon Marchi <simon.marchi@ericsson.com>
10603
10604 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10605 * gdb.base/valgrind-db-attach.exp: Same.
10606 * gdb.base/valgrind-infcall.exp: Same.
10607 * lib/mi-support.exp (default_mi_gdb_start): Same.
10608 * lib/prompt.exp (default_prompt_gdb_start): Same.
10609 * lib/gdb.exp (default_gdb_spawn): Same.
10610 (gdb_interact): New.
10611
10612
10613 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10614
10615 * gdb.compile/compile.exp (pointer to jit function): New test.
10616
10617 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10618
10619 * lib/gdb.exp (supports_process_record): Return true for
10620 powerpc*-*-linux*.
10621 (supports_reverse): Likewise.
10622
10623 2015-01-15 Don Breazeal <donb@codesourcery.com>
10624
10625 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10626 instead of checking whether the target board is remote and
10627 use spawn_wait_for_attach instead of exec/sleep.
10628 * gdb.base/attach-twice.exp: Likewise.
10629
10630 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10631
10632 * gdb.ada/var_arr_attrs: New testcase.
10633
10634 2015-01-14 Pedro Alves <palves@redhat.com>
10635 Joel Brobecker <brobecker@adacore.com>
10636
10637 PR gdb/17525
10638 * gdb.base/bp-cmds-execution-x-script.c: New file.
10639 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10640 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10641
10642 2015-01-14 Pedro Alves <palves@redhat.com>
10643
10644 PR cli/17828
10645 * gdb.base/batch-preserve-term-settings.c: New file.
10646 * gdb.base/batch-preserve-term-settings.exp: New file.
10647
10648 2015-01-13 Doug Evans <dje@google.com>
10649
10650 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10651 binary.
10652
10653 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10654
10655 * Makefile.in (clean mostlyclean): Do not delete *.py.
10656
10657 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10658
10659 * gdb.python/py-lookup-type.exp: New file.
10660
10661 2015-01-12 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10664 restore GDBFLAGS before returning.
10665
10666 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10667
10668 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10669 is_amd64_regs_target and is_x86_like_target.
10670
10671 2015-01-11 Doug Evans <xdje42@gmail.com>
10672
10673 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10674 is given without an explicit form.
10675 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10676 attributes.
10677 * gdb.dwarf/corrupt.exp: Ditto.
10678 * gdb.dwarf2/enum-type.exp: Ditto.
10679 * gdb.trace/entry-values.exp: Ditto.
10680 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10681
10682 2015-01-11 Doug Evans <xdje42@gmail.com>
10683
10684 PR gdb/15830
10685 * gdb.base/maint.exp: Remove references to "maint demangle".
10686 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10687 Add tests for explicitly specifying language to demangle.
10688 * gdb.dlang/demangle.exp: Ditto.
10689
10690 2015-01-09 Pedro Alves <palves@redhat.com>
10691
10692 * gdb.threads/non-stop-fair-events.c: New file.
10693 * gdb.threads/non-stop-fair-events.exp: New file.
10694
10695 2015-01-09 Pedro Alves <palves@redhat.com>
10696
10697 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10698 the global scope. Set a breakpoint after all threads are started
10699 rather than stepping over two source lines. Expect the prompt.
10700 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10701 global.
10702 (NUM): Now 15.
10703 (main): Use threads_started_barrier to wait for all threads to
10704 start. Main thread no longer calls thread_function. Exit after
10705 180 seconds.
10706 (loop): New function.
10707 (thread_function): Wait on threads_started_barrier barrier. Call
10708 'loop' at each iteration.
10709 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10710 threads have started, instead of hardcoding number of "next"
10711 steps. Use an access watchpoint instead of a write watchpoint.
10712
10713 2015-01-09 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10716 (thread_func): Wait on barrier.
10717 (main): Wait for all threads to start before stopping GDB.
10718 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10719 global.
10720 (thread1_func, thread2_func): Wait on barrier.
10721 (main): Wait for all threads to start before stopping GDB.
10722 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10723 New global.
10724 (thread1_func, thread2_func): Wait on barrier.
10725 (main): Wait for all threads to start before stopping GDB.
10726
10727 2015-01-09 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.threads/attach-many-short-lived-threads.c: New file.
10730 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10731
10732 2014-01-09 Pedro Alves <palves@redhat.com>
10733
10734 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10735 instead of to thread 2.
10736 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10737 Add barrier around each pthread_create call instead of around all
10738 calls.
10739 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10740 Set a break on thread_function and have the child threads hit it
10741 one at at a time.
10742
10743 2015-01-09 Pedro Alves <palves@redhat.com>
10744
10745 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10746 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10747 false.
10748 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10749 checking whether the target board is remote.
10750 * gdb.multi/multi-attach.exp: Likewise.
10751 * gdb.python/py-sync-interp.exp: Likewise.
10752 * gdb.server/ext-attach.exp: Likewise.
10753 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10754 tests that need to attach, instead of checking whether the target
10755 board is remote at the top of the file.
10756
10757 2015-01-08 Yao Qi <yao@codesourcery.com>
10758
10759 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10760
10761 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10762
10763 Fix testcase compilation.
10764 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10765
10766 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10767
10768 * gdb.python/py-type.exp: Add a couple test about empty
10769 array creation, and negative-length array creation.
10770
10771 2015-01-02 Doug Evans <xdje42@gmail.com>
10772
10773 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10774
10775 2015-01-02 Doug Evans <dje@google.com>
10776
10777 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10778
10779 2014-12-29 Yao Qi <yao@codesourcery.com>
10780
10781 * gdb.trace/entry-values.exp: Update comments. Rename variable
10782 bar_call_foo to returned_from_foo.
10783
10784 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10785
10786 PR gdb/17394
10787 * gdb.linespec/break-asm-file.c: New file.
10788 * gdb.linespec/break-asm-file.exp: New file.
10789 * gdb.linespec/break-asm-file0.s: New file.
10790 * gdb.linespec/break-asm-file1.s: New file.
10791
10792 2014-12-18 Nigel Stephens <nigel@mips.com>
10793 Maciej W. Rozycki <macro@codesourcery.com>
10794
10795 * gdb.base/float.exp: Handle the new output from "info float" on
10796 MIPS targets.
10797
10798 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10799
10800 Fix MinGW compilation.
10801 * gdb.compile/compile-ops.exp: Update untested message if
10802 !skip_compile_feature_tests.
10803 * gdb.compile/compile-setjmp.exp: Likewise.
10804 * gdb.compile/compile-tls.exp: Likewise.
10805 * gdb.compile/compile.exp: Likewise.
10806 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10807 supported on this host".
10808
10809 2014-12-16 Doug Evans <xdje42@gmail.com>
10810
10811 * boards/stabs.exp: New file.
10812
10813 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10814
10815 * gdb.base/completion.exp: Adjust to format changes of "maint
10816 print user-registers".
10817
10818 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10819
10820 PR server/17457
10821 * gdb.arch/aarch64-fp.c: New file.
10822 * gdb.arch/aarch64-fp.exp: New file.
10823
10824 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10825
10826 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10827 r210637, r210913, r211666, r215400, r215817).
10828
10829 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10830 * dg-extract-results.py: New file.
10831 * dg-extract-results.sh: Use it if the environment seems
10832 suitable.
10833
10834 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10835
10836 * dg-extract-results.py (parse_run): Handle warnings that
10837 are printed before a test harness is run.
10838
10839 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10840
10841 * dg-extract-results.py (Named): Remove __cmp__ method.
10842 (output_variation): Use a key to sort variation.harnesses.
10843
10844 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10845
10846 * dg-extract-results.py: For Python 3, force sys.stdout to
10847 handle surrogate escape sequences.
10848 (safe_open): New function.
10849 (output_segment, main): Use it.
10850
10851 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10852
10853 * dg-extract-results.py (Prog.result_re): Include options
10854 in test name.
10855
10856 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10857
10858 * dg-extract-results.py (output_variation): Always sort if
10859 do_sum.
10860
10861 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10862
10863 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10864 as long as we get pagination notifications.
10865
10866 2014-12-15 Jason Merrill <jason@redhat.com>
10867
10868 * Makefile.in (check-gdb.%): Restore.
10869 * README: Mention it.
10870
10871 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10872
10873 * gdb.ada/str_uninit: New testcase.
10874
10875 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10876
10877 PR symtab/17642
10878 * gdb.base/vla-stub-define.c: New file.
10879 * gdb.base/vla-stub.c: New file.
10880 * gdb.base/vla-stub.exp: New file.
10881
10882 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10883 Jan Kratochvil <jan.kratochvil@redhat.com>
10884 Tom Tromey <tromey@redhat.com>
10885
10886 * configure.ac: Add gdb.compile/.
10887 * configure: Regenerate.
10888 * gdb.compile/Makefile.in: New file.
10889 * gdb.compile/compile-ops.exp: New file.
10890 * gdb.compile/compile-ops.c: New file.
10891 * gdb.compile/compile-tls.c: New file.
10892 * gdb.compile/compile-tls.exp: New file.
10893 * gdb.compile/compile-constvar.S: New file.
10894 * gdb.compile/compile-constvar.c: New file.
10895 * gdb.compile/compile-mod.c: New file.
10896 * gdb.compile/compile-nodebug.c: New file.
10897 * gdb.compile/compile-setjmp-mod.c: New file.
10898 * gdb.compile/compile-setjmp.c: New file.
10899 * gdb.compile/compile-setjmp.exp: New file.
10900 * gdb.compile/compile-shlib.c: New file.
10901 * gdb.compile/compile.c: New file.
10902 * gdb.compile/compile.exp: New file.
10903 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10904
10905 2014-12-12 Tom Tromey <tromey@redhat.com>
10906
10907 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10908 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10909
10910 2014-12-12 Doug Evans <dje@google.com>
10911
10912 * lib/gdb-python.exp (get_python_valueof): New function.
10913 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10914
10915 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10916
10917 * gdb.base/completion.exp: Add test for completion of "info
10918 registers ".
10919
10920 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10921
10922 * gdb.base/func-ptrs.c: New file.
10923 * gdb.base/func-ptrs.exp: New file.
10924
10925 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10926
10927 PR breakpoints/17012
10928 * gdb.base/dprintf-detach.c: New file.
10929 * gdb.base/dprintf-detach.exp: New file.
10930
10931 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10932
10933 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10934 * lib/gdb.exp (target_is_gdbserver): New procedure.
10935
10936 2014-12-08 Doug Evans <dje@google.com>
10937
10938 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10939
10940 2014-12-05 Yao Qi <yao@codesourcery.com>
10941
10942 * gdb.guile/scm-error.exp: Remove the third argument to
10943 gdb_remote_download.
10944 * gdb.guile/scm-frame-args.exp: Likewise.
10945 * gdb.guile/scm-section-script.exp: Likewise.
10946
10947 2014-12-05 Yao Qi <yao@codesourcery.com>
10948
10949 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10950
10951 2014-12-04 Doug Evans <dje@google.com>
10952
10953 * gdb.python/py-objfile.exp: Add tests for
10954 objfile.add_separate_debug_file.
10955
10956 2014-12-04 Doug Evans <dje@google.com>
10957
10958 * lib/gdb.exp (get_build_id): New function.
10959 (build_id_debug_filename_get): Rewrite to use it.
10960 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10961
10962 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10963
10964 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10965 `method(long)', not just 0x0.
10966 * gdb.cp/nsalias.exp: Align code labels to 4.
10967 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10968 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10969 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10970 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10971 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10972 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10973
10974 2014-12-02 Doug Evans <dje@google.com>
10975
10976 PR symtab/17602
10977 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10978 * gdb.cp/anon-ns2.cc: ... here. New file.
10979 * gdb.cp/anon-ns.exp: Update.
10980
10981 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
10982
10983 * gdb.python/py-events.py (inferior_call_handler): New.
10984 (register_changed_handler, memory_changed_handler): New.
10985 (test_events.invoke): Register new handlers.
10986 * gdb.python/py-events.exp: Add tests for inferior call,
10987 memory_changed and register_changed events.
10988
10989 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10990
10991 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10992 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10993 if the linker doesn't understand this.
10994
10995 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10996
10997 * gdb.python/python.exp: Change expected reply to help().
10998
10999 2014-12-01 Yao Qi <yao@codesourcery.com>
11000
11001 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11002 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11003 * configure: Re-generated.
11004
11005 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11006
11007 * gdb.cp/chained-calls.cc: New file.
11008 * gdb.cp/chained-calls.exp: New file.
11009 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11010
11011 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11012
11013 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11014 * gdb.dwarf2/symtab-producer.exp: Same.
11015 * gdb.gdb/python-interrupts.exp: Same.
11016 * gdb.gdb/python-selftest.exp: Same.
11017 * gdb.python/py-linetable.exp: Same.
11018 * gdb.python/py-type.exp: Same.
11019 * gdb.python/py-value-cc.exp: Same.
11020 * gdb.python/py-value.exp: Same.
11021
11022 2014-11-28 Yao Qi <yao@codesourcery.com>
11023
11024 * gdb.base/break-probes.exp: Match library name prefixed with
11025 sysroot.
11026
11027 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11028
11029 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11030 test expected output. Add parentheses for the call to print.
11031 Remove L suffix from integers.
11032
11033 2014-11-26 Doug Evans <dje@google.com>
11034
11035 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11036
11037 2014-11-22 Yao Qi <yao@codesourcery.com>
11038
11039 * gdb.trace/entry-values.c: Remove asms.
11040 (foo): Add foo_label.
11041 (bar): Add bar_label.
11042 * gdb.trace/entry-values.exp: Remove code computing foo's
11043 length and bar's length.
11044 (Dwarf::assemble): Invoke function_range for bar and use
11045 MACRO_AT_func for foo.
11046
11047 2014-11-22 Yao Qi <yao@codesourcery.com>
11048
11049 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11050 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11051 Use .Lgcc43_procstart instead of gcc43.
11052
11053 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11054
11055 * gdb.ada/n_arr_bound: New testcase.
11056
11057 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11058
11059 PR breakpoints/10737
11060 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11061 test_catch_syscall_multi_arch.
11062 (test_catch_syscall_multi_arch): New function.
11063
11064 2014-11-20 Doug Evans <xdje42@gmail.com>
11065
11066 * gdb.base/maint.exp: Update expected output.
11067
11068 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11069
11070 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11071 4-byte instruction on S390.
11072
11073 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11074
11075 * gdb.ada/arr_arr: New testcase.
11076
11077 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11078
11079 * gdb.ada/pkd_arr_elem: New Testcase.
11080
11081 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11082
11083 * gdb.reverse/break-precsave: Expect completion message for
11084 core file reads.
11085 * gdb.reverse/consecutive-precsave.exp: Likewise.
11086 * gdb.reverse/finish-precsave.exp: Likewise.
11087 * gdb.reverse/i386-precsave.exp: Likewise.
11088 * gdb.reverse/machinestate-precsave.exp: Likewise.
11089 * gdb.reverse/sigall-precsave.exp: Likewise.
11090 * gdb.reverse/solib-precsave.exp: Likewise.
11091 * gdb.reverse/step-precsave.exp: Likewise.
11092 * gdb.reverse/until-precsave.exp: Likewise.
11093 * gdb.reverse/watch-precsave.exp: Likewise.
11094
11095 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11096
11097 * gdb.base/bp-permanent.c: Include unistd.h.
11098 * gdb.python/py-framefilter-mi.c (main): Add return type.
11099 * gdb.python/py-framefilter.c (main): Likewise.
11100 * gdb.trace/actions-changed.c (main): Likewise.
11101
11102 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11103
11104 * gdb.mi/until.c: Add eye-catchers.
11105 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11106 line numbers.
11107
11108 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11109
11110 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11111 function header variants in break1.c.
11112 * gdb.base/ena-dis-br.exp: Likewise.
11113 * gdb.base/hbreak2.exp: Likewise.
11114 * gdb.reverse/until-precsave.exp: Drop references to removed
11115 non-prototype function header variants in ur1.c.
11116 * gdb.reverse/until-reverse.exp: Likewise.
11117
11118 2014-11-17 Petr Machata <pmachata@redhat.com>
11119
11120 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11121 ${_cu_offset_size} bytes abbrev offset.
11122
11123 2014-11-15 Doug Evans <xdje42@gmail.com>
11124
11125 PR symtab/17559
11126 * gdb.base/line-symtabs.exp: New file.
11127 * gdb.base/line-symtabs.c: New file.
11128 * gdb.base/line-symtabs.h: New file.
11129
11130 2014-11-14 Yao Qi <yao@codesourcery.com>
11131
11132 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11133 (func): Add label func_label.
11134 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11135 Replace low_pc and high_pc with MACRO_AT_range.
11136 Replace name, low_pc and high_pc with MACRO_AT_func.
11137
11138 2014-11-14 Yao Qi <yao@codesourcery.com>
11139
11140 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11141 Replace name, low_pc and high_pc with MACRO_AT_func.
11142
11143 2014-11-14 Yao Qi <yao@codesourcery.com>
11144
11145 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11146 produce debug information.
11147 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11148
11149 2014-11-14 Yao Qi <yao@codesourcery.com>
11150
11151 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11152 object and get function length.
11153 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11154 with MACRO_AT_func.
11155 (top-level): Replace gdb_compile and clean_restart with
11156 prepare_for_testing.
11157 * gdb.dwarf2/main.c (main): Add label main_label.
11158
11159 2014-11-14 Yao Qi <yao@codesourcery.com>
11160
11161 * lib/dwarf.exp (function_range): New procedure.
11162 (Dwarf::_handle_macro_at_func): New procedure.
11163 (Dwarf::_handle_macro_at_range): New procedure.
11164 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11165
11166 2014-11-14 Yao Qi <yao@codesourcery.com>
11167
11168 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11169 (_handle_attribute): New procedure.
11170
11171 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11172
11173 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11174 * gdb.base/call-sc.c (zed): Likewise.
11175 * gdb.base/checkpoint.c (main): Likewise.
11176 * gdb.base/dump.c (main): Likewise.
11177 * gdb.base/gcore.c (main): Likewise.
11178 * gdb.base/huge.c (main): Likewise.
11179 * gdb.base/multi-forks.c (main): Likewise.
11180 * gdb.base/pr10179-a.c (main): Likewise.
11181 * gdb.base/savedregs.c (main): Likewise.
11182 * gdb.base/sigaltstack.c (main): Likewise.
11183 * gdb.base/siginfo.c (main): Likewise.
11184 * gdb.base/structs.c (zed): Likewise.
11185 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11186 * gdb.mi/mi-syn-frame.c (main): Likewise.
11187 * gdb.mi/until.c (foo, main): Likewise.
11188 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11189 * gdb.base/solib-weak.c (foo): Declare.
11190 * gdb.base/attach-twice.c: Include stdio.h.
11191 * gdb.base/weaklib1.c: Likewise.
11192 * gdb.base/weaklib2.c: Likewise.
11193 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11194 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11195 unistd.h.
11196 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11197 * gdb.mi/mi-exit-code.c: Likewise.
11198 * gdb.base/break-interp-lib.c: Include string.h.
11199 * gdb.base/coremaker.c: Likewise.
11200 * gdb.base/testenv.c: Likewise.
11201 * gdb.python/py-finish-breakpoint.c: Likewise.
11202 * gdb.base/inferior-died.c: Include sys/wait.h.
11203 * gdb.base/fileio.c: Include time.h.
11204 * gdb.base/async-shell.c: Include unistd.h.
11205 * gdb.base/dprintf-non-stop.c: Likewise.
11206 * gdb.base/info-os.c: Likewise.
11207 * gdb.mi/mi-console.c: Likewise.
11208 * gdb.mi/watch-nonstop.c: Likewise.
11209 * gdb.python/py-events.c: Likewise.
11210 * gdb.base/async.c (baz): Move up before its invocation.
11211 * gdb.base/code_elim2.c (my_global_func): Likewise.
11212 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11213 * gdb.base/advance.c (func2): Likewise.
11214
11215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11216
11217 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11218 variant.
11219 * gdb.base/annota3.c: Likewise.
11220 * gdb.base/async.c: Likewise.
11221 * gdb.base/average.c: Likewise.
11222 * gdb.base/call-ar-st.c: Likewise.
11223 * gdb.base/call-rt-st.c: Likewise.
11224 * gdb.base/call-sc.c: Likewise.
11225 * gdb.base/call-strs.c: Likewise.
11226 * gdb.base/ending-run.c: Likewise.
11227 * gdb.base/execd-prog.c: Likewise.
11228 * gdb.base/exprs.c: Likewise.
11229 * gdb.base/foll-exec.c: Likewise.
11230 * gdb.base/foll-fork.c: Likewise.
11231 * gdb.base/foll-vfork.c: Likewise.
11232 * gdb.base/funcargs.c: Likewise.
11233 * gdb.base/gcore.c: Likewise.
11234 * gdb.base/jump.c: Likewise.
11235 * gdb.base/langs0.c: Likewise.
11236 * gdb.base/langs1.c: Likewise.
11237 * gdb.base/langs2.c: Likewise.
11238 * gdb.base/mips_pro.c: Likewise.
11239 * gdb.base/nodebug.c: Likewise.
11240 * gdb.base/opaque0.c: Likewise.
11241 * gdb.base/opaque1.c: Likewise.
11242 * gdb.base/recurse.c: Likewise.
11243 * gdb.base/run.c: Likewise.
11244 * gdb.base/scope0.c: Likewise.
11245 * gdb.base/scope1.c: Likewise.
11246 * gdb.base/setshow.c: Likewise.
11247 * gdb.base/setvar.c: Likewise.
11248 * gdb.base/shmain.c: Likewise.
11249 * gdb.base/shr1.c: Likewise.
11250 * gdb.base/shr2.c: Likewise.
11251 * gdb.base/sigall.c: Likewise.
11252 * gdb.base/signals.c: Likewise.
11253 * gdb.base/so-indr-cl.c: Likewise.
11254 * gdb.base/solib2.c: Likewise.
11255 * gdb.base/structs.c: Likewise.
11256 * gdb.base/sum.c: Likewise.
11257 * gdb.base/vforked-prog.c: Likewise.
11258 * gdb.base/watchpoint.c: Likewise.
11259 * gdb.reverse/shr2.c: Likewise.
11260 * gdb.reverse/until-reverse.c: Likewise.
11261 * gdb.reverse/ur1.c: Likewise.
11262 * gdb.reverse/watch-reverse.c: Likewise.
11263
11264 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11265
11266 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11267 variant.
11268 * gdb.base/sepdebug.exp: Drop references to removed code.
11269
11270 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11271
11272 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11273 variant. Preserve original line numbering.
11274 * gdb.base/list1.c: Likewise.
11275
11276 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11277
11278 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11279 variant.
11280 * gdb.base/break1.c: Likewise.
11281 * gdb.base/break.exp: Drop references to removed code.
11282
11283 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11284
11285 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11286 variant.
11287
11288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11289
11290 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11291
11292 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11293
11294 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11295 logic into perform_all_tests() and invoke it with and without
11296 function header prototypes.
11297 (do_function_calls): Remove conditional XFAIL for PR 5318.
11298 (rerun_and_prepare): Remove duplicate code.
11299 (perform_all_tests): New. Main logic moved here.
11300
11301 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11302
11303 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11304 code guarded by #ifdef NO_PROTOTYPES.
11305 (t_double_many_args): Likewise.
11306 (DEF_FUNC_MANY_ARGS_1): Likewise.
11307 (DEF_FUNC_VALUES_1): Likewise.
11308 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11309 guarded by #ifdef PROTOTYPES.
11310
11311 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11312
11313 * gdb.mi/mi-console.c: Add eye-catcher.
11314 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11315 instead of literal line number.
11316
11317 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11318
11319 * gdb.base/shr2.c: Add eye-catcher.
11320 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11321 line number.
11322
11323 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11324
11325 * gdb.base/jump.c: Add eye-catchers.
11326 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11327 numbers.
11328
11329 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11330
11331 * gdb.base/execd-prog.c: Add eye-catchers.
11332 * gdb.base/foll-exec.c: Likewise.
11333 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11334 line numbers.
11335
11336 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11337
11338 * gdb.base/ending-run.c: Add eye-catchers.
11339 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11340 literal line numbers.
11341
11342 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11343
11344 * gdb.base/call-rt-st.c: Add eye-catchers.
11345 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11346 literal line numbers.
11347
11348 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11349
11350 * gdb.base/call-ar-st.c: Add eye-catchers.
11351 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11352 literal line numbers.
11353
11354 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11355
11356 * gdb.base/average.c: Add eye-catchers.
11357 * gdb.base/sum.c: Likewise.
11358 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11359 regexps dynamically.
11360
11361 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11362
11363 * gdb.base/solib1.c: Add eye-catchers.
11364 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11365 literal line numbers.
11366
11367 2014-11-12 Pedro Alves <palves@redhat.com>
11368
11369 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11370 leader has exited.
11371
11372 2014-11-12 Pedro Alves <palves@redhat.com>
11373
11374 * gdb.arch/i386-bp_permanent.c: New file.
11375 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11376 (srcfile): Set to i386-bp_permanent.c.
11377 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11378 that stepi does not execute the 'leave' instruction, instead of
11379 testing it does execute.
11380 * gdb.base/bp-permanent.c: New file.
11381 * gdb.base/bp-permanent.exp: New file.
11382
11383 2014-11-10 Doug Evans <xdje42@gmail.com>
11384
11385 PR symtab/17564
11386 * gdb.base/symtab-search-order.exp: New file.
11387 * gdb.base/symtab-search-order.c: New file.
11388 * gdb.base/symtab-search-order-1.c: New file.
11389 * gdb.base/symtab-search-order-shlib-1.c: New file.
11390
11391 2014-11-07 Pedro Alves <palves@redhat.com>
11392
11393 PR gdb/17511
11394 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11395 i?86-*-linux*.
11396
11397 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11398
11399 PR c++/17494
11400 * gdb.cp/pr17494.cc: New file.
11401 * gdb.cp/pr17494.exp: New file.
11402
11403 2014-11-02 Yao Qi <yao@codesourcery.com>
11404
11405 * gdb.python/python.exp: Get working directory and match the
11406 output of "set extended-prompt \\w " with it.
11407
11408 2014-10-30 Doug Evans <dje@google.com>
11409
11410 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11411 in objfiles.
11412 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11413 in progspaces.
11414
11415 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11416
11417 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11418 * gdb.base/realname-expand.exp: Likewise.
11419 * gdb.linespec/macro-relative.exp: Likewise.
11420
11421 2014-10-29 Pedro Alves <palves@redhat.com>
11422
11423 PR gdb/17408
11424 * gdb.threads/schedlock.c (some_function): New function.
11425 (call_function): New global.
11426 (MAYBE_CALL_SOME_FUNCTION): New macro.
11427 (thread_function): Call it.
11428 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11429 and use it instead of a global counter. Adjust all callers.
11430 (get_current_thread): Use "find current thread" for test message
11431 here rather than having all callers pass down the same string.
11432 (goto_loop): New procedure, factored out from ...
11433 (my_continue): ... this.
11434 (step_ten_loops): Change parameter from test message to command to
11435 use. Adjust.
11436 (list_count): Delete global.
11437 (check_result): New procedure, factored out from duplicate top
11438 level code.
11439 (continue tests): Wrap in with_test_prefix.
11440 (test_step): New procedure, factored out from duplicate top level
11441 code.
11442 (top level): Test "step" in combination with all scheduler-locking
11443 modes. Test "next" in combination with all scheduler-locking
11444 modes, and in combination with stepping over a function call or
11445 not.
11446 * gdb.threads/next-bp-other-thread.c: New file.
11447 * gdb.threads/next-bp-other-thread.exp: New file.
11448
11449 2014-10-29 Pedro Alves <palves@redhat.com>
11450
11451 PR python/17372
11452 * gdb.python/python.exp: Test a multi-line command that spawns
11453 interactive Python.
11454 * gdb.base/multi-line-starts-subshell.exp: New file.
11455
11456 2014-10-29 Yao Qi <yao@codesourcery.com>
11457
11458 * gdb.base/fileio.exp: Make directories on host.
11459
11460 2014-10-29 Yao Qi <yao@codesourcery.com>
11461
11462 * gdb.base/fileio.c (test_write): Close the file.
11463
11464 2014-10-28 Pedro Alves <palves@redhat.com>
11465
11466 PR gdb/12623
11467 * gdb.base/sigstep.c (no_handler): New global.
11468 (main): If 'no_handler is true, set the signal handlers to
11469 SIG_IGN.
11470 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11471 with_sw_watch and no_handler parameters. Handle them.
11472 (top level) <stepping over handler when stopped at a breakpoint
11473 test>: Add a test axis for testing with a software watchpoint, and
11474 another for testing with the signal handler set to SIG_IGN.
11475 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11476 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11477
11478 2014-10-28 Pedro Alves <palves@redhat.com>
11479
11480 PR gdb/17511
11481 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11482 * gdb.base/sigstep.exp (other_handler_location): New global.
11483 (advance): Support stepping into the signal handler, and running
11484 commands while in the handler.
11485 (in_handler_map): New global.
11486 (top level): In the advance test, add combinations for getting
11487 into the handler with stepping commands, and for running commands
11488 in the handler. Add comment descripting the advancei tests.
11489
11490 2014-10-28 Pedro Alves <palves@redhat.com>
11491
11492 * gdb.base/sigstep.exp: Use build_executable instead of
11493 prepare_for_testing.
11494 (top level): Move code that starts GDB, runs to main and creates a
11495 display to ...
11496 (restart): ... this new procedure.
11497 (top level): Move backtrace from signal handler test to ...
11498 (validate_backtrace): ... this new procedure.
11499 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11500 with_test_prefix. Always restart GDB.
11501 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11502 with_test_prefix. Always restart GDB. No need to delete
11503 breakpoints after the test.
11504 (test_skip_handler): Remove prefix parameter.
11505 (skip_over_handler, breakpoint_to_handler)
11506 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11507 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11508 restart GDB. No need to delete breakpoints after the test.
11509 (top level): Use foreach to call the test procedures with
11510 different commands.
11511
11512 2014-10-28 Pedro Alves <palves@redhat.com>
11513
11514 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11515 instead of GNATS numbers.
11516 * gdb.base/sigbpt.exp: Likewise.
11517 * gdb.base/siginfo.exp: Likewise.
11518 * gdb.base/sigstep.exp: Likewise.
11519
11520 2014-10-27 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.base/sigstep.c (dummy): New global.
11523 (main): Issue a couple writes to the new global.
11524 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11525 procedures.
11526 (skip_over_handler): Use test_skip_handler.
11527 (top level): Call skip_over_handler for stepi and nexti too.
11528 (breakpoint_over_handler): Use test_skip_handler.
11529 (top level): Call breakpoint_over_handler for stepi and nexti too.
11530
11531 2014-10-27 Yao Qi <yao@codesourcery.com>
11532
11533 * gdb.trace/tfile.c (adjust_function_address)
11534 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11535 function descriptor.
11536
11537 2014-10-24 Don Breazeal <donb@codesourcery.com>
11538
11539 * gdb.base/foll-fork.exp (test_follow_fork,
11540 catch_fork_child_follow): Check for updated fork messages emitted
11541 from infrun.c.
11542 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11543 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11544 vfork_and_exec_child_follow_through_step): Check for updated vfork
11545 messages emitted from infrun.c.
11546
11547 2014-10-24 Pedro Alves <palves@redhat.com>
11548
11549 * gdb.base/corefile.exp: Remove references to ultrix.
11550 * gdb.base/interrupt.exp: Likewise.
11551 * gdb.base/whatis.exp: Likewise.
11552 * gdb.gdb/selftest.exp: Likewise.
11553 * gdb.threads/manythreads.exp: Likewise.
11554 * gdb.threads/print-threads.exp: Likewise.
11555 * gdb.threads/pthreads.exp:: Likewise.
11556 * gdb.threads/schedlock.exp: Likewise.
11557
11558 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11559
11560 * gdb.cp/non-trivial-retval.cc: Add a test case.
11561 * gdb.cp/non-trivial-retval.exp: Add a test.
11562
11563 2014-10-20 Yao Qi <yao@codesourcery.com>
11564
11565 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11566 * gdb.python/py-objfile-script-gdb.py: New file.
11567 * gdb.python/py-objfile-script.exp: Update reference to
11568 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11569 of remote_download. Remove the dest file.
11570
11571 2014-10-20 Yao Qi <yao@codesourcery.com>
11572
11573 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11574 * gdb.base/step-line.exp: Likewise.
11575 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11576 * gdb.dwarf2/dw2-basic.exp: Likewise.
11577 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11578 * gdb.dwarf2/dw2-filename.exp: Likewise.
11579 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11580 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11581 * gdb.dwarf2/dw2-producer.exp: Likewise.
11582 * gdb.dwarf2/mac-fileno.exp: Likewise.
11583 * gdb.python/py-frame-args.exp: Likewise.
11584 * gdb.python/py-framefilter.exp: Likewise.
11585 * gdb.python/py-mi.exp: Likewise.
11586 * gdb.python/py-objfile-script.exp: Likewise
11587 * gdb.python/py-pp-integral.exp: Likewise.
11588 * gdb.python/py-pp-re-notag.exp: Likewise.
11589 * gdb.python/py-prettyprint.exp: Likewise.
11590 * gdb.python/py-section-script.exp: Likewise.
11591 * gdb.python/py-typeprint.exp: Likewise.
11592 * gdb.python/py-xmethods.exp: Likewise.
11593 * gdb.stabs/weird.exp: Likewise.
11594 * gdb.xml/tdesc-regs.exp: Likewise.
11595
11596 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11597
11598 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11599 (out_cu): Use addr_len for the size of addresses.
11600 (out_line): Likewise. Size DW_LNE_set_address instruction
11601 according to addr_len.
11602 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11603 (FUNC): Add START_INSNS to definition.
11604
11605 2014-10-18 Yao Qi <yao@codesourcery.com>
11606
11607 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11608 gdb_has_argv0 return true.
11609 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11610 check [target_info exists noargs], check [gdb_has_argv0]
11611 instead.
11612 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11613 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11614 procedures.
11615
11616 2014-10-17 Doug Evans <dje@google.com>
11617
11618 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11619 event.
11620 * gdb.python/py-events.py: Add clear_objfiles event.
11621
11622 2014-10-17 Doug Evans <dje@google.com>
11623
11624 * gdb.python/py-objfile.exp: Test progspace attribute.
11625
11626 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11627
11628 * gdb.guile/scm-breakpoint.exp: Do not assume any
11629 directory separators when matching source file paths.
11630 * gdb.python/py-breakpoint.exp: Likewise.
11631 * gdb.reverse/break-precsave.exp: Likewise.
11632 * gdb.reverse/break-reverse.exp: Likewise.
11633 * gdb.reverse/consecutive-precsave.exp: Likewise.
11634 * gdb.reverse/finish-precsave.exp: Likewise.
11635 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11636 * gdb.reverse/finish-reverse.exp: Likewise.
11637 * gdb.reverse/i386-precsave.exp: Likewise.
11638 * gdb.reverse/i387-env-reverse.exp: Likewise.
11639 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11640 * gdb.reverse/machinestate-precsave.exp: Likewise.
11641 * gdb.reverse/machinestate.exp: Likewise.
11642 * gdb.reverse/sigall-precsave.exp: Likewise.
11643 * gdb.reverse/solib-precsave.exp: Likewise.
11644 * gdb.reverse/step-precsave.exp: Likewise.
11645 * gdb.reverse/until-precsave.exp: Likewise.
11646 * gdb.reverse/watch-precsave.exp: Likewise.
11647 * gdb.reverse/watch-reverse.exp: Likewise.
11648
11649 2014-10-17 Yao Qi <yao@codesourcery.com>
11650
11651 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11652 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11653
11654 2014-10-17 Pedro Alves <palves@redhat.com>
11655
11656 PR gdb/17471
11657 * gdb.base/bg-execution-repeat.c: New file.
11658 * gdb.base/bg-execution-repeat.exp: New file.
11659
11660 2014-10-17 Pedro Alves <palves@redhat.com>
11661
11662 PR gdb/17300
11663 * gdb.base/continue-all-already-running.c: New file.
11664 * gdb.base/continue-all-already-running.exp: New file.
11665
11666 2014-10-17 Pedro Alves <palves@redhat.com>
11667
11668 PR gdb/17472
11669 * gdb.base/annota-input-while-running.c: New file.
11670 * gdb.base/annota-input-while-running.exp: New file.
11671
11672 2014-10-17 Pedro Alves <palves@redhat.com>
11673
11674 * gdb.base/callfuncs.exp: emove references to osf.
11675 * gdb.base/sigall.exp: Likewise.
11676 * gdb.gdb/selftest.exp: Likewise.
11677 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11678 * gdb.mi/non-stop.c: Likewise.
11679 * gdb.mi/pthreads.c: Likewise.
11680 * gdb.reverse/sigall-precsave.exp: Likewise.
11681 * gdb.reverse/sigall-reverse.exp: Likewise.
11682 * gdb.threads/pthreads.c: Likewise.
11683 * gdb.threads/pthreads.exp: Likewise.
11684
11685 2014-10-17 Yao Qi <yao@codesourcery.com>
11686
11687 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11688 check 'target_info exists noargs'.
11689 (test_command_prompt_position): Likewise.
11690 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11691 Remove "set args".
11692 (progvar_simple_while_test): Likewise.
11693 (progvar_complex_if_while_test): Likewise.
11694 (if_while_breakpoint_command_test): Likewise.
11695 (infrun_breakpoint_command_test): Likewise.
11696 (breakpoint_command_test): Likewise.
11697 (watchpoint_command_test): Likewise.
11698 (bp_deleted_in_command_test): Likewise.
11699 (temporary_breakpoint_commands): Likewise.
11700
11701 2014-10-16 Yao Qi <yao@codesourcery.com>
11702
11703 * gdb.base/remotetimeout.exp: Remove noargs checking.
11704
11705 2014-10-15 Pedro Alves <palves@redhat.com>
11706
11707 PR breakpoints/9649
11708 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11709 * gdb.base/breakpoint-in-ro-region.exp
11710 (probe_target_hardware_step): New procedure.
11711 (top level): Probe hardware stepping and hardware breakpoint
11712 support. Test stepping through a read-only region, with both
11713 "breakpoint auto-hw" on and off and both "always-inserted" on and
11714 off.
11715
11716 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11717
11718 * gdb.dlang/demangle.exp: Update for demangling changes.
11719
11720 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11721
11722 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11723 * gdb.cp/non-trivial-retval.exp: Add new tests.
11724
11725 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11726
11727 PR c++/13403
11728 PR c++/15154
11729 * gdb.cp/non-trivial-retval.cc: New file.
11730 * gdb.cp/non-trivial-retval.exp: New file.
11731
11732 2014-10-15 Yao Qi <yao@codesourcery.com>
11733
11734 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11735 remote host.
11736
11737 2014-10-15 Yao Qi <yao@codesourcery.com>
11738
11739 * gdb.python/py-symbol.exp: Match file base name if host is
11740 remote, otherwise match file name with dir name.
11741 * gdb.python/py-symtab.exp: Likewise.
11742 * gdb.python/python.exp: Likewise.
11743
11744 2014-10-15 Yao Qi <yao@codesourcery.com>
11745
11746 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11747 pattern.
11748 * gdb.python/py-symtab.exp: Likewise.
11749 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11750 locationn.
11751
11752 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11753
11754 * gdb.ada/addr_arith: New testcase.
11755
11756 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11757
11758 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11759 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11760 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11761 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11762
11763 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11764
11765 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11766 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11767 * gdb.arch/stap-eval-lang-ada.exp: New file.
11768
11769 2014-10-14 Yao Qi <yao@codesourcery.com>
11770
11771 * gdb.mi/mi-var-child.c (nothing1): New function.
11772 (nothing2): New function.
11773 (do_children_tests): Set function pointers by nothing1 and
11774 nothing2.
11775 * gdb.mi/mi-var-child.exp: Step over new added statements.
11776 Update test to match the new output.
11777 * gdb.mi/var-cmd.c (nothing1): New function.
11778 (nothing2): New function.
11779 (do_children_tests): Set function pointers by nothing1 and
11780 nothing2.
11781 * gdb.mi/mi-var-display.exp: Update test to match output.
11782 Step to the line specified by $line_dct_nothing.
11783 Increase the number of lines to step.
11784
11785 2014-10-14 Yao Qi <yao@codesourcery.com>
11786
11787 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11788 tests.
11789 * gdb.mi/mi2-var-child.exp: Likewise.
11790
11791 2014-10-13 Doug Evans <dje@google.com>
11792
11793 * gdb.python/py-objfile.exp: Change name of file name test.
11794
11795 2014-10-13 Doug Evans <dje@google.com>
11796
11797 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11798 from the start of the CU.
11799
11800 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11801 Yao Qi <yao@codesourcery.com>
11802
11803 Fix "save breakpoints" for "catch" command.
11804 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11805 Remove -nonewline. Match also the added "main" line.
11806
11807 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11808
11809 Fix "save breakpoints" for "disable $bpnum" command.
11810 * gdb.base/save-bp.c (main): Add label.
11811 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11812
11813 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11814
11815 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11816
11817 2014-10-11 Yao Qi <yao@codesourcery.com>
11818
11819 * gdb.server/server-kill.exp: Execute command
11820 "set remote trace-status-packet on" before "tstatus".
11821
11822 2014-10-11 Yao Qi <yao@codesourcery.com>
11823
11824 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11825 (main): Call getppid.
11826 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11827 and continue to it. Read variable "server_pid".
11828
11829 2014-10-11 Yao Qi <yao@codesourcery.com>
11830
11831 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11832
11833 2014-10-11 Yao Qi <yao@codesourcery.com>
11834
11835 * gdb.threads/thread-find.exp: Don't execute command
11836 "info threads".
11837 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11838 * gdb.threads/linux-dp.exp: Don't check the condition
11839 $threads_created equals to zero.
11840
11841 2014-10-10 Pedro Alves <palves@redhat.com>
11842
11843 * gdb.base/bigcore.exp: Remove references to IRIX.
11844 * gdb.base/funcargs.exp: Likewise.
11845 * gdb.base/interrupt.exp: Likewise.
11846 * gdb.base/mips_pro.exp: Likewise.
11847 * gdb.base/nodebug.exp: Likewise.
11848 * gdb.base/setvar.exp: Likewise.
11849 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11850
11851 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11852 Pedro Alves <palves@redhat.com>
11853
11854 PR symtab/14466
11855 * gdb.base/vdso-warning.c: New file.
11856 * gdb.base/vdso-warning.exp: New file.
11857
11858 2014-10-02 Doug Evans <dje@google.com>
11859
11860 * gdb.base/structs.c (main): Don't run forever.
11861
11862 2014-10-02 Pedro Alves <palves@redhat.com>
11863
11864 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11865 (top level) <stop threads 1, stop threads 2>: Use it.
11866
11867 2014-10-02 Pedro Alves <palves@redhat.com>
11868
11869 * gdb.threads/break-while-running.exp (test): Add new
11870 'update_thread_list' argument. Skip "info threads" if false.
11871 (top level): Add new 'update_thread_list' axis.
11872
11873 2014-10-02 Pedro Alves <palves@redhat.com>
11874
11875 PR breakpoints/17431
11876 * gdb.base/execl-update-breakpoints.c: New file.
11877 * gdb.base/execl-update-breakpoints.exp: New file.
11878
11879 2014-10-01 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.base/breakpoint-in-ro-region.c: New file.
11882 * gdb.base/breakpoint-in-ro-region.exp: New file.
11883
11884 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11885
11886 * gdb.mi/mi-exit-code.exp: New file.
11887 * gdb.mi/mi-exit-code.c: New file.
11888
11889 2014-09-30 Yao Qi <yao@codesourcery.com>
11890
11891 * lib/prelink-support.exp (build_executable_own_libs): Error if
11892 the target isn't native.
11893
11894 2014-09-30 Yao Qi <yao@codesourcery.com>
11895
11896 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11897 false.
11898
11899 2014-09-22 Pedro Alves <palves@redhat.com>
11900
11901 * gdb.threads/break-while-running.exp: New file.
11902 * gdb.threads/break-while-running.c: New file.
11903
11904 2014-09-19 Yao Qi <yao@codesourcery.com>
11905
11906 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11907 Invoke test. Restart GDB with --readnow and invoke test again.
11908
11909 2014-09-19 Yao Qi <yao@codesourcery.com>
11910
11911 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11912 proc set_breakpoint_on_gcd_function. Invoke
11913 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11914 invoke set_breakpoint_on_gcd_function again.
11915
11916 2014-09-18 Doug Evans <dje@google.com>
11917
11918 * gdb.dwarf2/symtab-producer.exp: New file.
11919
11920 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11921
11922 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11923 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11924 * gdb.base/global-var-nested-by-dso.c: Likewise.
11925 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11926
11927 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11928 Pedro Alves <palves@redhat.com>
11929
11930 * gdb.base/watch-bitfields.exp: Pass string other than test file
11931 name to prepare_for_testing.
11932 (watch): New procedure.
11933 (expect_watchpoint): Use with_test_prefix.
11934 (top level): Factor out tests to ...
11935 (test_watch_location, test_regular_watch): ... these new
11936 procedures, and use with_test_prefix and gdb_continue_to_end.
11937
11938 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11939
11940 PR breakpoints/12526
11941 * gdb.base/watch-bitfields.exp: New file.
11942 * gdb.base/watch-bitfields.c: New file.
11943
11944 2014-09-16 Pedro Alves <palves@redhat.com>
11945
11946 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11947 software and hardware addresses, not software address against
11948 itself.
11949
11950 2014-09-16 Pedro Alves <palves@redhat.com>
11951
11952 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11953 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11954
11955 2014-09-16 Pedro Alves <palves@redhat.com>
11956
11957 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11958 files.
11959 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11960 "*-*-vxworks*" throughout.
11961 * gdb.base/break.exp: Likewise.
11962 * gdb.base/default.exp: Likewise.
11963 * gdb.base/scope.exp: Likewise.
11964 * gdb.base/sepdebug.exp: Likewise.
11965 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11966 throughout.
11967 * gdb.base/run.c: Likewise.
11968 * gdb.base/sepdebug.c: Likewise.
11969 * gdb.hp/gdb.aCC/run.c: Likewise.
11970 * gdb.reverse/until-reverse.c: Likewise.
11971 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11972
11973 2014-09-16 Yao Qi <yao@codesourcery.com>
11974
11975 * boards/local-remote-host-native.exp: New file.
11976
11977 2014-09-14 Doug Evans <xdje42@gmail.com>
11978
11979 * gdb.threads/queue-signal.c (thread_count): New variable.
11980 (thread_count_mutex, thread_count_condvar): New variables.
11981 (incr_thread_count, wait_all_threads_running): New functions.
11982 (main): Wait for all threads to be in their thread functions.
11983
11984 2014-09-13 Doug Evans <xdje42@gmail.com>
11985
11986 * gdb.threads/queue-signal.c: New file.
11987 * gdb.threads/queue-signal.exp: New file.
11988
11989 2014-09-13 Doug Evans <xdje42@gmail.com>
11990
11991 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11992 be consistent with what default_gdb_init uses.
11993 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11994 the plain text of the prompt. Add some logging printfs.
11995 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11996
11997 2014-09-12 Pedro Alves <palves@redhat.com>
11998
11999 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12000 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12001 * gdb.arch/i386-size-overlap.exp: Likewise.
12002 * gdb.arch/i386-size.exp: Likewise.
12003 * gdb.arch/i386-unwind.exp: Likewise.
12004 * gdb.base/a2-run.exp: Likewise.
12005 * gdb.base/break.exp: Likewise.
12006 * gdb.base/charset.exp: Likewise.
12007 * gdb.base/chng-syms.exp: Likewise.
12008 * gdb.base/commands.exp: Likewise.
12009 * gdb.base/dbx.exp: Likewise.
12010 * gdb.base/find.exp: Likewise.
12011 * gdb.base/funcargs.exp: Likewise.
12012 * gdb.base/jit-simple.exp: Likewise.
12013 * gdb.base/reread.exp: Likewise.
12014 * gdb.base/sepdebug.exp: Likewise.
12015 * gdb.base/step-bt.exp: Likewise.
12016 * gdb.cp/mb-inline.exp: Likewise.
12017 * gdb.cp/mb-templates.exp: Likewise.
12018 * gdb.objc/basicclass.exp: Likewise.
12019 * gdb.threads/killed.exp: Likewise.
12020
12021 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12022
12023 PR tdep/17379
12024 * gdb.arch/powerpc-stackless.S: New file.
12025 * gdb.arch/powerpc-stackless.exp: New file.
12026
12027 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12028
12029 * gdb.base/attach.c: Include unistd.h.
12030 (main): Call alarm. Add label postloop.
12031 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12032 gdb_breakpoint, gdb_continue_to_breakpoint.
12033 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12034
12035 2014-09-11 Pedro Alves <palves@redhat.com>
12036
12037 PR gdb/17347
12038 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12039 * gdb.base/attach.exp (test_command_line_attach_run): New
12040 procedure.
12041 (top level): Call it.
12042
12043 2014-09-11 Pedro Alves <palves@redhat.com>
12044
12045 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12046 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12047 (do_command_attach_tests): Use spawn_wait_for_attach.
12048 * gdb.base/solib-overlap.exp: Likewise.
12049 * gdb.multi/multi-attach.exp: Likewise.
12050 * gdb.python/py-prompt.exp: Likewise.
12051 * gdb.python/py-sync-interp.exp: Likewise.
12052 * gdb.server/ext-attach.exp: Likewise.
12053
12054 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12055
12056 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12057 command in testcase. Simplify testcase.
12058
12059 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12060
12061 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12062
12063 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12064
12065 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12066
12067 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12068
12069 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12070
12071 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12072
12073 * gdb.dwarf2/dynarr-ptr.c: New file.
12074 * gdb.dwarf2/dynarr-ptr.exp: New file.
12075
12076 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12077
12078 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12079 of 30 rather than hardcoding 120 for a slow test case. Take the
12080 `gdb,timeout' target setting into account for this calculation.
12081 Don't extend the timeout for the test cases that don't need it.
12082
12083 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12084
12085 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12086 a factor of 2 for a slow test case. Take the `gdb,timeout'
12087 target setting into account for this calculation.
12088 * gdb.reverse/until-precsave.exp: Increase the timeout by
12089 a factor of 15 and 3 respectively rather than adding 120
12090 for a pair of slow test cases. Take the `gdb,timeout'
12091 target setting into account for this calculation.
12092
12093 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12094
12095 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12096 timeout, don't pass one down to gdb_expect.
12097 (gdb_expect): Rework timeout selection.
12098
12099 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12100
12101 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12102 exception on timeout.
12103 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12104 (gdbserver_start_extended): Catch any `gdbserver_start' error
12105 exceptions.
12106 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12107 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12108 `gdbserver_gdb_load' error exceptions.
12109
12110 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12111
12112 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12113 120 on waiting for the TCP socket to open.
12114
12115 2014-09-09 Doug Evans <xdje42@gmail.com>
12116
12117 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12118 _caller_matches, _any_caller_is, _any_caller_matches.
12119
12120 2014-09-09 Doug Evans <xdje42@gmail.com>
12121
12122 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12123
12124 2014-09-09 Yao Qi <yao@codesourcery.com>
12125
12126 * gdb.mi/mi-var-display.exp: Set print symbol off.
12127
12128 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12129
12130 PR gdb/17035
12131 * gdb.base/commands.exp: Add tests to verify user-defined
12132 commands with empty bodies.
12133 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12134 python commands in `show user command`.
12135 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12136 scheme commands in `show user command`.
12137
12138 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12139
12140 PR python/17355
12141 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12142 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12143 * gdb.python/py-framefilter-invalidarg.exp: New file.
12144 * gdb.python/py-framefilter-invalidarg.py: New file.
12145
12146 2014-09-06 Doug Evans <xdje42@gmail.com>
12147
12148 PR 15276
12149 * gdb.python/py-caller-is.c: New file.
12150 * gdb.python/py-caller-is.exp: New file.
12151
12152 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12153
12154 PR gdb/17235
12155 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12156 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12157
12158 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12159
12160 PR fortran/17237
12161 * gdb.fortran/print-formatted.exp: New file.
12162 * gdb.fortran/print-formatted.f90: Likewise.
12163
12164 2014-09-03 Sasha Smundak <asmundak@google.com>
12165
12166 * gdb.python/py-frame.exp: Test Frame.read_register.
12167
12168 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12169
12170 PR python/16699
12171 * gdb.python/py-completion.exp: New file.
12172 * gdb.python/py-completion.py: Likewise.
12173
12174 2014-08-28 Doug Evans <dje@google.com>
12175
12176 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12177 eax,etc. are live with values set by gdb and thus the compiler can't
12178 use them.
12179 * gdb.arch/i386-pseudo.c (main): Ditto.
12180
12181 2014-08-27 Doug Evans <dje@google.com>
12182
12183 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12184
12185 2014-08-25 Doug Evans <dje@google.com>
12186
12187 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12188 (main): Ditto.
12189
12190 2014-08-25 Doug Evans <dje@google.com>
12191
12192 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12193
12194 2014-08-24 Yao Qi <yao@codesourcery.com>
12195
12196 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12197 symbol off.
12198 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12199
12200 2014-08-22 Doug Evans <dje@google.com>
12201
12202 PR 17276
12203 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12204 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12205 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12206
12207 2014-08-22 Yao Qi <yao@codesourcery.com>
12208
12209 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12210 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12211 * gdb.python/python.exp: Likewise. Use .py file on the host
12212 instead of the build.
12213
12214 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12215
12216 * gdb.threads/gcore-stale-thread.c: New file.
12217 * gdb.threads/gcore-stale-thread.exp: New file.
12218
12219 2014-08-21 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12222 * gdb.base/gcore-relro-pie.exp: Likewise.
12223 * gdb.base/gcore-relro.exp: Likewise.
12224 * gdb.base/gcore.exp: Likewise.
12225 * gdb.base/print-symbol-loading.exp: Likewise.
12226 * gdb.threads/gcore-thread.exp: Likewise.
12227 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12228
12229 2014-08-20 Pedro Alves <palves@redhat.com>
12230 Jan Kratochvil <jan.kratochvil@redhat.com>
12231
12232 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12233 configure.
12234 (EXPECT): Handle READ1 being set.
12235 (all): Depend on EXTRA_RULES.
12236 (check-read1, expect-read1, read1.so, read1): New rules.
12237 * README (Testsuite Parameters): Document the READ1 make variable.
12238 (Race detection): New section.
12239 * configure: Regenerate.
12240 * configure.ac: If build==host==target, and running under a
12241 GNU/glibc system, add read1 to the extra Makefile rules.
12242 (EXTRA_RULES): AC_SUBST it.
12243 * lib/read1.c: New file.
12244
12245 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12246
12247 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12248 the handling of variables declared as a typedef to an array
12249 which a DW_AT_data_location attribute.
12250
12251 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12252 Pedro Alves <palves@redhat.com>
12253
12254 PR symtab/14604
12255 PR symtab/14605
12256 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12257 gdb_test.
12258
12259 2014-08-19 Pedro Alves <palves@redhat.com>
12260
12261 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12262
12263 2014-08-19 Yao Qi <yao@codesourcery.com>
12264
12265 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12266 right line.
12267
12268 2014-08-18 David Blaikie <dblaikie@gmail.com>
12269
12270 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12271
12272 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12273
12274 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12275 attribute in array range.
12276
12277 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12278
12279 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12280
12281 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12282
12283 PR c++/17132
12284 * gdb.cp/pr17132.cc: New file.
12285 * gdb.cp/pr17132.exp: New file.
12286
12287 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12288
12289 * gdb.python/py-xmethods.py (A_getarrayind)
12290 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12291 Use 'print' with function call syntax.
12292 (E_method_matcher.match): Fix tab vs space indentation mixup.
12293
12294 2014-08-15 Yao Qi <yao@codesourcery.com>
12295
12296 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12297 false.
12298
12299 2014-08-15 Yao Qi <yao@codesourcery.com>
12300
12301 * gdb.cp/casts.exp: Set print symbol off.
12302 * gdb.cp/class2.exp: Likewise.
12303 * gdb.cp/overload.exp: Likewise.
12304 * gdb.cp/templates.exp: Likewise.
12305
12306 2014-08-11 Doug Evans <dje@google.com>
12307
12308 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12309 (test_load_shlib): Update.
12310
12311 2014-08-09 Yao Qi <yao@codesourcery.com>
12312
12313 * gdb.base/display.exp: Invoke is_address_zero_readable.
12314 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12315 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12316 * gdb.base/hbreak-unmapped.exp: Return if
12317 is_address_zero_readable returns true.
12318 * gdb.base/signest.exp: Likewise.
12319 * gdb.base/signull.exp: Likewise.
12320 * gdb.base/sigbpt.exp: Likewise.
12321 * gdb.guile/scm-disasm.exp: Do the test if
12322 is_address_zero_readable returns false.
12323 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12324 * gdb.python/py-arch.exp: Likewise.
12325 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12326 * lib/gdb.exp (is_address_zero_readable): New proc.
12327
12328 2014-08-09 Yao Qi <yao@codesourcery.com>
12329
12330 PR testsuite/13443
12331 * gdb.mi/mi-var-display.exp: Make test messages unique.
12332
12333 2014-08-04 Tom Tromey <tromey@redhat.com>
12334
12335 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12336 target 0".
12337
12338 2014-08-04 Tom Tromey <tromey@redhat.com>
12339
12340 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12341 "target_resume".
12342
12343 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12344
12345 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12346 inner_vla_struct_object_size.
12347 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12348 as xfail.
12349
12350 2014-07-30 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12353 comment.
12354
12355 2014-07-29 Yao Qi <yao@codesourcery.com>
12356
12357 PR gdb/17206
12358 * gdb.base/until-nodebug.exp: New.
12359
12360 2014-07-28 Doug Evans <xdje42@gmail.com>
12361
12362 PR guile/17203
12363 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12364 previously existing parameter, and previously ambiguously spelled
12365 parameter.
12366
12367 2014-07-28 Will Newton <will.newton@linaro.org>
12368
12369 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12370
12371 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12372 Doug Evans <xdje42@gmail.com>
12373
12374 PR guile/17146
12375 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12376
12377 2014-07-25 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.threads/signal-command-handle-nopass.c: New file.
12380 * gdb.threads/signal-command-handle-nopass.exp: New file.
12381 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12382 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12383 * gdb.threads/signal-delivered-right-thread.c: New file.
12384 * gdb.threads/signal-delivered-right-thread.exp: New file.
12385
12386 2014-07-25 Pedro Alves <palves@redhat.com>
12387
12388 * gdb.base/double-prompt-target-event-error.exp
12389 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12390 match.
12391 (cancel_pagination_in_target_event): Rework double prompt
12392 detection.
12393 * gdb.base/paginate-after-ctrl-c-running.exp
12394 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12395 <return>' match.
12396 * gdb.base/paginate-bg-execution.exp
12397 (test_bg_execution_pagination_return)
12398 (test_bg_execution_pagination_cancel): Remove '-notransfer
12399 <return>' matches.
12400 * gdb.base/paginate-execution-startup.exp
12401 (test_fg_execution_pagination_return)
12402 (test_fg_execution_pagination_cancel): Remove '-notransfer
12403 <return>' matches.
12404 * gdb.base/paginate-inferior-exit.exp
12405 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12406 match.
12407 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12408 * lib/gdb.exp (pagination_prompt): Run text through
12409 string_to_regexp.
12410 (gdb_test_multiple): Match $pagination_prompt instead of
12411 "<return>".
12412 (string_to_regexp): Move to lib/gdb-utils.exp.
12413
12414 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12415
12416 * gdb.arch/amd64-entry-value-paramref.S: New file.
12417 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12418 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12419 * gdb.arch/amd64-optimout-repeat.S: New file.
12420 * gdb.arch/amd64-optimout-repeat.c: New file.
12421 * gdb.arch/amd64-optimout-repeat.exp: New file.
12422
12423 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12424
12425 PR gdb/17170
12426 * gdb.base/statistics.exp: New file.
12427
12428 2014-07-17 Doug Evans <dje@google.com>
12429
12430 PR gdb/17170
12431 * gdb.base/maint.exp: Update testing of per-command stats.
12432
12433 2014-07-16 Pedro Alves <palves@redhat.com>
12434
12435 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12436 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12437 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12438 (tfile_write_buf): New functions.
12439 (add_memory_block): Rewrite using the above.
12440 (adjust_function_address): New function.
12441 (FUNCTION_ADDRESS): New macro.
12442 (write_basic_trace_file): Remove short_x local, and use
12443 tfile_write_16. Change type of func_addr local to unsigned long
12444 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12445 here. Cast argument of add_memory_block to char pointer.
12446 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12447 (main): Remove parameters.
12448 * gdb.trace/tfile.exp: Remove nowarnings.
12449
12450 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12451
12452 * gdb.base/debug-expr.exp: Test string evaluation with
12453 "debug expression" on.
12454
12455 2014-07-15 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.base/reread.exp: Use clean_restart.
12458
12459 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12460
12461 * gdb.arch/avr-flash-qualifer.c: New.
12462 * gdb.arch/avr-flash-qualifer.exp: New.
12463
12464 2014-07-14 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12467 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12468
12469 2014-07-14 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.base/double-prompt-target-event-error.c: New file.
12472 * gdb.base/double-prompt-target-event-error.exp: New file.
12473
12474 2014-07-14 Pedro Alves <palves@redhat.com>
12475
12476 PR gdb/17072
12477 * gdb.base/paginate-inferior-exit.c: New file.
12478 * gdb.base/paginate-inferior-exit.exp: New file.
12479
12480 2014-07-14 Pedro Alves <palves@redhat.com>
12481
12482 PR gdb/17072
12483 * gdb.base/paginate-bg-execution.c: New file.
12484 * gdb.base/paginate-bg-execution.exp: New file.
12485
12486 2014-07-14 Pedro Alves <palves@redhat.com>
12487
12488 PR gdb/17072
12489 * gdb.base/paginate-execution-startup.c: New file.
12490 * gdb.base/paginate-execution-startup.exp: New file.
12491 * lib/gdb.exp (pagination_prompt): New global.
12492 (default_gdb_spawn): New procedure, factored out from
12493 default_gdb_spawn.
12494 (default_gdb_start): Adjust to call default_gdb_spawn.
12495 (gdb_spawn): New procedure.
12496
12497 2014-07-14 Pedro Alves <palves@redhat.com>
12498
12499 * lib/gdb.exp (gdb_assert): New procedure.
12500 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12501
12502 2014-07-14 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.base/execution-termios.c: New file.
12505 * gdb.base/execution-termios.exp: New file.
12506
12507 2014-07-14 Tom Tromey <tromey@redhat.com>
12508
12509 * gdb.cp/vla-cxx.cc: New file.
12510 * gdb.cp/vla-cxx.exp: New file.
12511
12512 2014-07-14 Tom Tromey <tromey@redhat.com>
12513
12514 * gdb.reverse/rerun-prec.c: New file.
12515 * gdb.reverse/rerun-prec.exp: New file.
12516
12517 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12518 Maciej W. Rozycki <macro@codesourcery.com>
12519
12520 * lib/gdb-utils.exp: New file.
12521 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12522 inline `gdb_init_command' processing.
12523 (gdb_start_cmd): Likewise.
12524 * lib/mi-support.exp (mi_run_cmd): Likewise.
12525 * README: Document `gdb_init_command' and `gdb_init_commands'.
12526
12527 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12528
12529 Fix false FAIL running under a very long directory name.
12530 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12531 and "set print elements 10000". Twice.
12532
12533 2014-07-11 Yao Qi <yao@codesourcery.com>
12534
12535 * gdb.base/exprs.exp: "set print symbol off".
12536
12537 2014-07-11 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.threads/kill.c: New file.
12540 * gdb.threads/kill.exp: New file.
12541
12542 2014-07-10 Yao Qi <yao@codesourcery.com>
12543
12544 * gdb.trace/tfile.c (write_basic_trace_file)
12545 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12546 address written to trace file.
12547
12548 2014-07-09 Pedro Alves <palves@redhat.com>
12549
12550 * gdb.base/attach-wait-input.exp: New file.
12551 * gdb.base/attach-wait-input.c: New file.
12552
12553 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12554
12555 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12556 setting up test structures.
12557 (main): Call new test function.
12558 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12559 test function, continue into test function and walk test
12560 structures.
12561
12562 2014-07-02 Yao Qi <yao@codesourcery.com>
12563
12564 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12565 'bar_start' at the beginning of functions 'foo' and 'bar'
12566 respectively.
12567 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12568 instead of 'foo' and 'bar'.
12569
12570 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12571
12572 * gdb.btrace/segv.exp: New.
12573 * gdb.btrace/segv.c: New.
12574
12575 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12576
12577 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12578 instruction.
12579
12580 2014-06-30 Mark Wielaard <mjw@redhat.com>
12581
12582 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12583 vulture, vilify, villar): New volatile array constants.
12584 (vindictive, vegetation): New const volatile array constants.
12585 * gdb.base/volatile.exp: Test volatile and const volatile array
12586 types.
12587
12588 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12589
12590 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12591 target lacks support for awatch, rwatch, or hbreak.
12592
12593 2014-06-27 Yao Qi <yao@codesourcery.com>
12594
12595 * gdb.multi/dummy-frame-restore.exp: New.
12596 * gdb.multi/dummy-frame-restore.c: New.
12597
12598 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12599
12600 * gdb.btrace/gcore.exp: New.
12601
12602 2014-06-23 Pedro Alves <palves@redhat.com>
12603
12604 * gdb.base/watchpoint-reuse-slot.c: New file.
12605 * gdb.base/watchpoint-reuse-slot.exp: New file.
12606
12607 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12608
12609 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12610 progspace's filename in 'info', 'enable' and 'disable' command
12611 tests.
12612
12613 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12614
12615 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12616 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12617 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12618
12619 2014-06-20 Gary Benson <gbenson@redhat.com>
12620
12621 * gdb.arch/i386-avx.exp: Fix include file location.
12622 * gdb.arch/i386-sse.exp: Likewise.
12623
12624 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12625
12626 * gdb.dlang/expression.exp: New file.
12627
12628 2014-06-19 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12631 out from ...
12632 (top level): ... here. Iterate running tests under different
12633 scheduler-locking settings.
12634
12635 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12636
12637 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12638 to DW_FORM_addr and use non-zero addresses.
12639
12640 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12641
12642 PR gdb/17017
12643 * gdb.python/py-xmethods.cc: Add global function call counters and
12644 increment them in their respective functions. Remove "cout"
12645 statements.
12646 * gdb.python/py-xmethods.exp: Make tests check the global function
12647 call counters instead of depending on inferior IO.
12648
12649 2014-06-18 Don Breazeal <donb@codesourcery.com>
12650
12651 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12652 Deleted procedure.
12653 (explicit_fork_parent_follow): Deleted procedure.
12654 (explicit_fork_child_follow): Deleted procedure.
12655 (test_follow_fork): New procedure.
12656 (do_fork_tests): Replace calls to deleted procedures with
12657 calls to test_follow_fork and reset GDB for subsequent
12658 procedure calls.
12659
12660 2014-06-17 Yao Qi <yao@codesourcery.com>
12661
12662 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12663 CP1252.
12664
12665 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12666
12667 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12668 Initialize ptr and S explicitly.
12669 (skip_type_update_when_not_use_rtti_test): Likewise.
12670
12671 2014-06-16 Keith Seitz <keiths@redhat.com>
12672
12673 PR mi/15863
12674 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12675 the inferior is started.
12676
12677 2014-06-16 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.base/break-main-file-remove-fail.c: New file.
12680 * gdb.base/break-main-file-remove-fail.exp: New file.
12681 * gdb.base/break-unload-file.exp: Use build_executable instead of
12682 prepare_for_testing.
12683 (test_break): New parameter "initial_load". Handle it.
12684 (top level): Add initial_load cmdline/file axis.
12685
12686 2014-06-12 Tom Tromey <tromey@redhat.com>
12687
12688 * gdb.base/completion.exp: Don't use directory name in test.
12689
12690 2014-06-09 Gary Benson <gbenson@redhat.com>
12691
12692 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12693 separate the always-available ANSI-standard signals from the
12694 signals that require checking.
12695 (main): Likewise.
12696 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12697 Likewise.
12698 (main): Likewise.
12699
12700 2014-06-07 Keith Seitz <keiths@redhat.com>
12701
12702 Revert:
12703 PR c++/16253
12704 * gdb.cp/var-tag.cc: New file.
12705 * gdb.cp/var-tag.exp: New file.
12706 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12707 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12708 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12709 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12710
12711 2014-06-06 Doug Evans <xdje42@gmail.com>
12712
12713 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12714
12715 2014-06-06 Pedro Alves <palves@redhat.com>
12716
12717 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12718 in target debug output instead of looking at RSP packets,
12719 disabling the test on any target that uses hardware stepping.
12720 Update comments.
12721
12722 2014-06-06 Pedro Alves <palves@redhat.com>
12723
12724 * gdb.base/break-unload-file.exp: Fix typo.
12725
12726 2014-06-06 Yao Qi <yao@codesourcery.com>
12727
12728 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12729 from "jit_function" to "^jit_function".
12730
12731 2014-06-06 Yao Qi <yao@codesourcery.com>
12732
12733 * gdb.base/async.c (foo): Add one statement.
12734 * gdb.base/async.exp: Get the next instruction address and
12735 match the output of "nexti" by instruction address. Match
12736 the hex address in the output of "finish".
12737
12738 2014-06-06 Gary Benson <gbenson@redhat.com>
12739
12740 * gdb.base/call-signals.c: Remove preprocessor conditionals
12741 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12742 SIGSEGV and SIGTERM.
12743 * gdb.base/sigall.c: Likewise.
12744 * gdb.base/unwindonsignal.c: Likewise.
12745 * gdb.reverse/sigall-reverse.c: Likewise.
12746
12747 2014-06-06 Yao Qi <yao@codesourcery.com>
12748
12749 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12750 readable, skip the test.
12751
12752 2014-06-06 Yao Qi <yao@codesourcery.com>
12753
12754 * gdb.threads/staticthreads.c (thread_function): Move the line
12755 setting breakpoint on forward.
12756 * gdb.threads/staticthreads.exp: Update comments.
12757
12758 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12759
12760 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12761 "history-append! type error".
12762
12763 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12764
12765 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12766 erroneous dprintf expected input.
12767
12768 2014-06-04 Doug Evans <xdje42@gmail.com>
12769
12770 * gdb.guile/scm-generics.exp: Delete.
12771
12772 2014-06-04 Doug Evans <xdje42@gmail.com>
12773
12774 * gdb.guile/scm-breakpoint.exp: Update.
12775 Add tests for breakpoint registration.
12776
12777 2014-06-04 Tom Tromey <tromey@redhat.com>
12778
12779 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12780 VLA-in-union.
12781 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12782 inner_vla_struct, vla_union types. Initialize objects of those
12783 types and compute their sizes.
12784
12785 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12786 Hui Zhu <hui@codesourcery.com>
12787
12788 * gdb.base/fileio.exp: Add test for shell not available as well as
12789 available.
12790 * gdb.base/fileio.c (test_system): Check for shell twice.
12791
12792 2014-06-04 Yao Qi <yao@codesourcery.com>
12793
12794 * gdb.base/auto-connect-native-target.exp: Remove redundant
12795 space from the regexp pattern.
12796
12797 2014-06-04 Yao Qi <yao@codesourcery.com>
12798
12799 * gdb.base/default.exp: Replace "child" with "native" in
12800 regexp pattern.
12801
12802 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12803
12804 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12805 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12806 * gdb.python/py-xmethods.py: Python script supporting the
12807 new testcase and tests.
12808
12809 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12810 Pedro Alves <palves@redhat.com>
12811
12812 PR breakpoints/17000
12813 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12814 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12815
12816 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12817
12818 * gdb.base/subst.exp: Add tests to verify partial path matching
12819 output.
12820
12821 2014-06-03 Pedro Alves <palves@redhat.com>
12822
12823 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12824 target that doesn't use software single-stepping.
12825
12826 2014-06-03 Pedro Alves <palves@redhat.com>
12827
12828 PR breakpoints/17000
12829 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12830 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12831
12832 2014-06-02 Doug Evans <xdje42@gmail.com>
12833
12834 * gdb.guile/scm-parameter.exp: New file.
12835
12836 2014-06-02 Doug Evans <xdje42@gmail.com>
12837
12838 * gdb.guile/scm-cmd.c: New file.
12839 * gdb.guile/scm-cmd.exp: New file.
12840
12841 2014-06-02 Doug Evans <xdje42@gmail.com>
12842
12843 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12844 pretty-printer lookup.
12845 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12846 (make-pp_s-printer): Call it.
12847 (make-pretty-printer-from-dict): New function.
12848 (lookup-pretty-printer-maker-from-dict): New function.
12849 (*pretty-printer*): Simplify.
12850 (make-objfile-pp_s-printer): New function.
12851 (install-objfile-pretty-printers!): New function.
12852 (make-progspace-pp_s-printer): New function.
12853 (install-progspace-pretty-printers!): New function.
12854 * gdb.guile/scm-progspace.c: New file.
12855 * gdb.guile/scm-progspace.exp: New file.
12856
12857 2014-06-02 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.base/dprintf-bp-same-addr.c: New file.
12860 * gdb.base/dprintf-bp-same-addr.exp: New file.
12861
12862 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12863
12864 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12865 * gdb.arch/powerpc-power.s: Likewise.
12866
12867 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12868
12869 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12870
12871 2014-06-01 Yao Qi <yao@codesourcery.com>
12872
12873 * gdb.base/watchpoint.exp (test_watch_location): Check null
12874 pointer can be dereferenced. If not, do the test, otherwise
12875 skip it.
12876
12877 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12878
12879 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12880 results.
12881 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12882
12883 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12884
12885 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12886 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12887 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12888 * gdb.arch/amd64-invalid-stack-top.c: New file.
12889 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12890
12891 2014-05-30 Pedro Alves <palves@redhat.com>
12892
12893 PR breakpoints/17000
12894 * gdb.base/sss-bp-on-user-bp.c: New file.
12895 * gdb.base/sss-bp-on-user-bp.exp: New file.
12896
12897 2014-05-30 David Blaikie <dblaikie@gmail.com>
12898
12899 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12900 gnu_inline semantics via attribute.
12901 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12902 source explicitly specifies the required semantics.
12903
12904 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12905
12906 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12907
12908 2014-05-29 Pedro Alves <palves@redhat.com>
12909 Tom Tromey <tromey@redhat.com>
12910
12911 * gdb.base/async-shell.exp: Don't enable target-async.
12912 * gdb.base/async.exp
12913 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12914 parameter. Adjust.
12915 (top level): Don't test with "target-async".
12916 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12917 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12918 * gdb.base/inferior-died.exp: Don't enable target-async.
12919 * gdb.base/interrupt-noterm.exp: Likewise.
12920 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12921 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12922 * gdb.mi/mi-nonstop.exp: Likewise.
12923 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12924 * gdb.mi/mi-nsintrall.exp: Likewise.
12925 * gdb.mi/mi-nsmoribund.exp: Likewise.
12926 * gdb.mi/mi-nsthrexec.exp: Likewise.
12927 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12928 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12929 * gdb.python/py-evsignal.exp: Don't enable target-async.
12930 * gdb.python/py-evthreads.exp: Likewise.
12931 * gdb.python/py-prompt.exp: Likewise.
12932 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12933 * gdb.server/solib-list.exp: Don't enable target-async.
12934 * gdb.threads/thread-specific-bp.exp: Likewise.
12935 * lib/mi-support.exp: Adjust to use mi-async.
12936
12937 2014-05-29 Pedro Alves <palves@redhat.com>
12938
12939 PR gdb/13860
12940 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12941 reason, even in sync mode.
12942
12943 2014-05-29 Pedro Alves <palves@redhat.com>
12944 Hui Zhu <hui@codesourcery.com>
12945
12946 PR PR15693
12947 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12948 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12949 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12950 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12951
12952 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12953
12954 * config/monitor.exp (gdb_target_monitor): Replace use of
12955 "set remotebaud" by "set serial baud".
12956
12957 2014-05-26 Andy Wingo <wingo@igalia.com>
12958
12959 * gdb.guile/scm-breakpoint.exp:
12960 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12961 properties instead of gdb-object-properties.
12962
12963 2014-05-26 Yao Qi <yao@codesourcery.com>
12964
12965 * gdb.server/no-thread-db.exp: Specify source file name
12966 explicitly when setting a breakpoint.
12967
12968 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12969
12970 * gdb.btrace/vdso.c: New.
12971 * gdb.btrace/vdso.exp: New.
12972
12973 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12974
12975 * gdb.base/gcore.exp (capture_command_output): Move ...
12976 * lib/gdb.exp (capture_command_output): ... here.
12977
12978 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12979
12980 * gdb.btrace/data.exp: Test memory access during btrace replay.
12981
12982 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12983
12984 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12985
12986 2014-05-21 Pedro Alves <palves@redhat.com>
12987
12988 PR gdb/13860
12989 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12990 (top level): Test that output related to execution commands is
12991 sent to the console with CLI commands, but not with MI commands.
12992 Test that breakpoint events are always mirrored to the console.
12993 Also expect the new source line to be output after a "next" in
12994 async mode too. Make it a pass/fail test.
12995 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12996 output.
12997 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12998
12999 2014-05-21 Pedro Alves <palves@redhat.com>
13000
13001 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13002 Use them to test variations of "list" after reaching a breakpoint.
13003 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13004 Test "list" with listsize 10 after reaching a breakpoint.
13005 * gdb.python/python.exp (decode_line current location line
13006 number): Adjust expected line number.
13007
13008 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13009
13010 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13011 behavior for $args, pass it directly to "run".
13012
13013 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13014
13015 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13016 30000 to 65536.
13017
13018 2014-05-21 Pedro Alves <palves@redhat.com>
13019
13020 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13021 auto-connect-native-target off".
13022 * gdb.base/auto-connect-native-target.c: New file.
13023 * gdb.base/auto-connect-native-target.exp: New file.
13024
13025 2014-05-21 Pedro Alves <palves@redhat.com>
13026
13027 * gdb.base/default.exp: Test "target native" instead of "target
13028 child".
13029
13030 2014-05-21 Mark Wielaard <mjw@redhat.com>
13031
13032 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13033
13034 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13035
13036 Fix TLS access for -static -pthread.
13037 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13038 <HAVE_TLS> (thread_function, main): Initialize it.
13039 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13040 Add clean_restart.
13041 <$have_tls != "">: Check TLSVAR.
13042
13043 2014-05-21 Pedro Alves <palves@redhat.com>
13044
13045 * gdb.base/dcache-line-read-error.c: New.
13046 * gdb.base/dcache-line-read-error.exp: New.
13047
13048 2014-05-20 Pedro Alves <palves@redhat.com>
13049
13050 * gdb.base/compare-sections.c: New file.
13051 * gdb.base/compare-sections.exp: New file.
13052
13053 2014-05-20 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.base/break-idempotent.c: New file.
13056 * gdb.base/break-idempotent.exp: New file.
13057
13058 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13059
13060 * gdb.btrace/nohist.exp: New.
13061
13062 2014-05-20 Yao Qi <yao@codesourcery.com>
13063
13064 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13065 gdb.reverse directory and gdb_reverse_timeout exists in board
13066 setting.
13067 * README: Document gdb_reverse_timeout.
13068
13069 2014-05-20 Yao Qi <yao@codesourcery.com>
13070
13071 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13072 'test_file_name'. Treat args as a string instead of a list.
13073 (gdb_init): Rename argument 'args' by 'test_file_name'.
13074
13075 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13076
13077 * gdb.arch/powerpc-power.exp: New file.
13078 * gdb.arch/powerpc-power.s: New file.
13079
13080 2014-05-16 Doug Evans <dje@google.com>
13081
13082 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13083 * gdb.base/completion.exp: Check that all expected files exist
13084 before doing file completion.
13085
13086 2014-05-16 Doug Evans <dje@google.com>
13087
13088 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13089 Update.
13090 (do_syscall_tests_without_xml): Update.
13091
13092 2014-05-16 Pedro Alves <palves@redhat.com>
13093
13094 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13095 instead of "unknown output after running".
13096
13097 2014-05-16 Yao Qi <yao@codesourcery.com>
13098
13099 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13100 file1.txt from host at the end.
13101 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13102
13103 2014-05-15 Doug Evans <dje@google.com>
13104
13105 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13106 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13107 loading file. Add test for TU lookup.
13108
13109 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13110
13111 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13112 calling "-exec-arguments" or "set args" before running the
13113 inferior.
13114
13115 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13116
13117 * lib/mi-support.exp (mi_expect_stop): Expect message for
13118 inferiors that exit with non-zero exit code.
13119
13120 2014-05-14 Yao Qi <yao@codesourcery.com>
13121
13122 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13123 match absolute path on remote host.
13124 (test_file_list_exec_source_files): Remove "/" from the
13125 pattern.
13126
13127 2014-05-14 Yao Qi <yao@codesourcery.com>
13128
13129 * boards/local-remote-host-notty.exp (${board}_file): New
13130 proc.
13131
13132 2014-05-07 Kyle McMartin <kyle@redhat.com>
13133
13134 Pushed by Joel Brobecker <brobecker@adacore.com>.
13135 * gdb.arch/aarch64-atomic-inst.c: New file.
13136 * gdb.arch/aarch64-atomic-inst.exp: New file.
13137
13138 2014-05-07 Yao Qi <yao@codesourcery.com>
13139
13140 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13141 in current context" too.
13142
13143 2014-05-05 Keith Seitz <keiths@redhat.com>
13144
13145 * gdb.linespec/ls-dollar.exp: Add test for linespec
13146 file:convenience_variable.
13147
13148 2014-05-05 Yao Qi <yao@codesourcery.com>
13149
13150 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13151 traceframes into tfile and ctf trace files. Read data from
13152 trace file and test collected data.
13153 (gdb_collect_locals_test): Likewise.
13154 (gdb_unavailable_registers_test): Likewise.
13155 (gdb_unavailable_floats): Likewise.
13156 (gdb_collect_globals_test): Likewise.
13157 (top-level): Append "ctf" to trace_file_targets if GDB
13158 supports.
13159
13160 2014-05-05 Yao Qi <yao@codesourcery.com>
13161
13162 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13163 code to ...
13164 (gdb_collect_args_test_1): ... it. New proc.
13165 (gdb_collect_locals_test): Move some code to ...
13166 (gdb_collect_locals_test_1): ... it. New proc.
13167 (gdb_unavailable_registers_test): Move some code to ...
13168 (gdb_unavailable_registers_test_1): ... it. New proc.
13169 (gdb_unavailable_floats): Move some code to ...
13170 (gdb_unavailable_floats_1): ... it. New proc.
13171
13172 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13173
13174 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13175 probes to test for bitness recognition.
13176 * gdb.arch/amd64-stap-optional-prefix.exp
13177 (test_probe_value_without_reg): New procedure.
13178 Add code to test for different kinds of bitness.
13179
13180 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13181
13182 PR breakpoints/16889
13183 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13184 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13185
13186 2014-05-01 Pedro Alves <palves@redhat.com>
13187
13188 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13189 gdb_file_cmd if no file is specified.
13190 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13191 last_loaded_file to set the remote exec-file.
13192
13193 2014-05-01 Pedro Alves <palves@redhat.com>
13194
13195 * boards/local-remote-host.exp: New file.
13196
13197 2014-05-01 Pedro Alves <palves@redhat.com>
13198
13199 * boards/local-remote-host.exp: Rename to ...
13200 * boards/local-remote-host-notty.exp: ... this.
13201
13202 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13203
13204 * gdb.ada/dyn_arrayidx: New testcase.
13205
13206 2014-04-26 Yao Qi <yao@codesourcery.com>
13207
13208 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13209 and compute the length of function main. Save it in
13210 $main_length.
13211 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13212 (top-level): Use gdb_compile to compile objects into
13213 executable and restart GDB. Remove invocation to
13214 prepare_for_testing.
13215
13216 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13217 Pedro Alves <palves@redhat.com>
13218
13219 PR server/16255
13220 * gdb.multi/multi-attach.c: New file.
13221 * gdb.multi/multi-attach.exp: New file.
13222
13223 2014-04-25 Pedro Alves <palves@redhat.com>
13224
13225 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13226 user.
13227 (top level): Test that "set remote conditional-breakpoints-packet
13228 off" works as intended.
13229 * gdb.base/dprintf.exp: Test that "set remote
13230 breakpoint-commands-packet off" works as intended.
13231 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13232 New function.
13233 (top level): Call it.
13234 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13235 remote fast-tracepoints-packet off" works as intended.
13236 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13237 * lib/gdb.exp (gdb_is_target_remote): ... here.
13238
13239 2014-04-24 David Blaikie <dblaikie@gmail.com>
13240
13241 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13242 ensure clang would not discard them.
13243 * gdb.base/gdbvars.c: Ditto.
13244 * gdb.base/memattr.c: Ditto.
13245 * gdb.base/whatis.c: Ditto.
13246 * gdb.python/py-prettyprint.c: Ditto.
13247 * gdb.trace/actions.c: Ditto.
13248 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13249 ensure clang would not discard it.
13250
13251 2014-04-24 David Blaikie <dblaikie@gmail.com>
13252
13253 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13254 clang to emit the full definition of type required by the test
13255 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13256
13257 2014-04-24 David Blaikie <dblaikie@gmail.com>
13258
13259 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13260 coax Clang into emitting the definition of the type.
13261 * gdb.cp/pr10728-x.h (y): Ditto.
13262 * gdb.cp/pr10728-y.cc (y): Ditto.
13263
13264 2014-04-24 David Blaikie <dblaikie@gmail.com>
13265
13266 * gdb.base/label.exp: XFAIL label related tests under Clang.
13267 * gdb.cp/cplabel.exp: Ditto.
13268 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13269 under Clang those using labels.
13270
13271 2014-04-25 Yao Qi <yao@codesourcery.com>
13272
13273 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13274 double_label.
13275 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13276 partial_label and double_label.
13277
13278 2014-04-24 David Blaikie <dblaikie@gmail.com>
13279
13280 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13281
13282 2014-04-24 David Blaikie <dblaikie@gmail.com>
13283
13284 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13285 of the function to work across GCC and Clang.
13286 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13287 pointer types (const void ** const V void **).
13288
13289 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13290 Walfred Tedeschi <walfred.tedeschi@intel.com>
13291
13292 * Makefile.in (EXECUTABLES): Added i386-avx512.
13293 * gdb.arch/i386-avx512.c: New file.
13294 * gdb.arch/i386-avx512.exp: Likewise.
13295
13296 2014-04-23 Keith Seitz <keiths@redhat.com>
13297
13298 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13299 (mi_make_breakpoint_table): New procedure.
13300 (mi_create_breakpoint): Use mi_make_breakpoint
13301 and return the result.
13302 (mi_make_breakpoint): New procedure.
13303 (mi_build_kv_pairs): New procedure.
13304
13305 * gdb.mi/mi-break.exp: Remove unused globals,
13306 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13307 All callers updated.
13308 * gdb.mi/mi-dprintf.exp: Use variable to track command
13309 number.
13310 Update all callers of mi_create_breakpoint and use
13311 mi_make_breakpoint_table.
13312 Remove any unused global variables.
13313 * gdb.mi/mi-nonstop.exp: Likewise.
13314 * gdb.mi/mi-nsintrall.exp: Likewise.
13315 * gdb.mi/mi-nsmoribund.exp: Likewise.
13316 * gdb.mi/mi-nsthrexec.exp: Likewise.
13317 * gdb.mi/mi-reverse.exp: Likewise.
13318 * gdb.mi/mi-simplerun.exp: Likewise.
13319 * gdb.mi/mi-stepn.exp: Likewise.
13320 * gdb.mi/mi-syn-frame.exp: Likewise.
13321 * gdb.mi/mi-until.exp: Likewise.
13322 * gdb.mi/mi-var-cp.exp: Likewise.
13323 * gdb.mi/mi-var-display.exp: Likewise.
13324 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13325 * gdb.mi/mi2-var-child.exp: Likewise.
13326 * gdb.mi/mi-vla-c99.exp: Likewise.
13327 * lib/mi-support.exp: Likewise.
13328
13329 From Ian Lance Taylor <iant@cygnus.com>:
13330 * lib/gdb.exp (parse_args): New procedure.
13331
13332 2014-04-23 Pedro Alves <palves@redhat.com>
13333
13334 * gdb.base/break-unload-file.c: New file.
13335 * gdb.base/break-unload-file.exp: New file.
13336 * gdb.base/sym-file-lib.c (baz): New function.
13337 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13338 field.
13339 (load): Store the segment's mapped size.
13340 (unload): New function.
13341 (unload_shlib): New function.
13342 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13343 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13344 set a breakpoint at baz, and call it.
13345 * gdb.base/sym-file.exp: New tests for stale breakpoint
13346 instructions.
13347
13348 2014-04-23 Pedro Alves <palves@redhat.com>
13349
13350 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13351 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13352 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13353 * gdb.base/hbreak-unmapped.c: New file.
13354 * gdb.base/hbreak-unmapped.exp: New file.
13355 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13356 * lib/gdb.exp (gdb_is_target_remote): ... here.
13357
13358 2014-04-22 Pedro Alves <palves@redhat.com>
13359
13360 * gdb.base/consecutive-step-over.c: New file.
13361 * gdb.base/consecutive-step-over.exp: New file.
13362
13363 2014-04-22 Pedro Alves <palves@redhat.com>
13364
13365 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13366 instead of send_gdb/gdb_expect.
13367
13368 2014-04-22 Yao Qi <yao@codesourcery.com>
13369
13370 * lib/trace-support.exp (generate_tracefile): New procedure.
13371 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13372 return 0.
13373 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13374 if generate_tracefile returns 1.
13375
13376 2014-04-18 Tom Tromey <palves@redhat.com>
13377 Pedro alves <tromey@redhat.com>
13378
13379 PR backtrace/15558
13380 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13381 with a backtrace limit.
13382 * gdb.python/py-frame-inline.exp: Test running to an inline
13383 function with a backtrace limit, and printing the newest frame.
13384 * gdb.python/py-frame-inline.c (main): Call f.
13385
13386 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13387
13388 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13389
13390 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13391
13392 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13393 Drop prefix from unsupported source file path.
13394
13395 2014-04-17 Yao Qi <yao@codesourcery.com>
13396
13397 * lib/gdb.exp (with_target_charset): New proc.
13398 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13399 with_target_charset.
13400 (test_print_strings): Likewise.
13401 (test_repeat_bytes): Likewise.
13402 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13403 for some tests.
13404
13405 2014-04-16 Keith Seitz <keiths@redhat.com>
13406
13407 PR gdb/15827
13408 * gdb.dwarf2/corrupt.c: New file.
13409 * gdb.dwarf2/corrupt.exp: New file.
13410
13411 2014-04-16 Keith Seitz <keiths@redhat.com>
13412
13413 PR c++/16597
13414 * gdb.cp/namelessclass.cc: New file.
13415 * gdb.cp/namelessclass.exp: New file.
13416 * gdb.cp/namelessclass.S: New file.
13417
13418 2014-04-16 Doug Evans <dje@google.com>
13419
13420 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13421 Add comment.
13422 (gdbserver_default_get_comm_port): New function.
13423 (gdbserver_start): Check if board file provided
13424 "gdbserver,get_comm_port" and use it if so.
13425 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13426 (gdb,socketport): Set to "stdio".
13427 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13428 (stdio_gdbserver_template): Delete.
13429 (${board}_get_remote_address): Update.
13430 (${board}_build_remote_cmd): Delete.
13431 (${board}_get_comm_port): New function.
13432 (${board}_spawn): Update.
13433 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13434 Delete.
13435 (${board}_get_remote_address): Update.
13436 (${board}_get_comm_port): New function.
13437
13438 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13439
13440 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13441 appearing in any order.
13442
13443 2014-04-15 Doug Evans <dje@google.com>
13444
13445 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13446 uninitialized value of "description".
13447
13448 2014-04-15 Keith Seitz <keiths@redhat.com>
13449
13450 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13451 Remove unused globals.
13452 (test_running_the_program): Likewise.
13453 (test_controlled_execution): Likewise.
13454 (test_controlling_breakpoints): Likewise.
13455 (test_program_termination): Likewise.
13456
13457 2014-04-15 Keith Seitz <keiths@redhat.com>
13458
13459 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13460 unused globals.
13461 (test_rbreak_creation_and_listing): Likewise.
13462 (test_ignore_count): Likewise.
13463 (test_error): Likewise.
13464
13465 2014-04-15 Pedro Alves <palves@redhat.com>
13466
13467 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13468 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13469 sym-file-loader.c.
13470 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13471 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13472 to sym-file-loader.c.
13473 (struct library): Forward declare.
13474 (load_shlib, lookup_function): Change prototypes.
13475 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13476 (translate_offset): Remove declarations.
13477 (get_text_addr): New declaration.
13478 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13479 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13480 sym-file-loader.h.
13481 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13482 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13483 here from sym-file-loader.h.
13484 (struct library): New structure.
13485 (load_shlib, lookup_function): Change prototypes and adjust to
13486 work with a struct library.
13487 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13488 (translate_offset): Make static.
13489 (get_text_addr): New function.
13490 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13491
13492 2014-04-15 Pedro Alves <palves@redhat.com>
13493
13494 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13495
13496 2014-04-15 Pedro Alves <palves@redhat.com>
13497
13498 * gdb.base/sym-file-loader.c: Include <limits.h>.
13499 (SELF_LINK): New define.
13500 (get_origin): New function.
13501 (load_shlib): Use it.
13502 * gdb.base/sym-file.exp: Don't early return if the target is
13503 remote. Use runto_main, and issue fail is that fails. Use
13504 gdb_load_shlibs.
13505 (shlib_name): Delete.
13506 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13507
13508 2014-04-15 Pedro Alves <palves@redhat.com>
13509
13510 * gdb.base/sym-file.exp: Remove regex characters from test
13511 message. Don't refer to breakpoint numbers in test messages.
13512
13513 2014-04-14 Keith Seitz <keiths@redhat.com>
13514
13515 PR c++/16253
13516 * gdb.cp/var-tag.cc: New file.
13517 * gdb.cp/var-tag.exp: New file.
13518 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13519 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13520 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13521 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13522
13523 2014-04-14 Tom Tromey <tromey@redhat.com>
13524
13525 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13526 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13527 type.
13528 * gdb.cp/enum-class.exp: New file.
13529 * gdb.cp/enum-class.cc: New file.
13530
13531 2014-04-14 Tom Tromey <tromey@redhat.com>
13532
13533 * gdb.dwarf2/enum-type.exp: New file.
13534
13535 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13536
13537 * gdb.mi/mi-vla-c99.exp: New file.
13538 * gdb.mi/vla.c: New file.
13539
13540 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13541
13542 * gdb.base/vla-datatypes.c: New file.
13543 * gdb.base/vla-datatypes.exp: New file.
13544
13545 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13546
13547 * gdb.base/vla-ptr.c: New file.
13548 * gdb.base/vla-ptr.exp: New file.
13549
13550 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13551
13552 * gdb.dwarf2/count.exp: New file.
13553
13554 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13555
13556 * gdb.base/vla-sideeffect.c: New file.
13557 * gdb.base/vla-sideeffect.exp: New file.
13558
13559 2014-04-14 David Blaikie <dblaikie@gmail.com>
13560
13561 * gdb.mi/non-stop.c: Add return value for non-void function return
13562 statement.
13563 * gdb.threads/staticthreads.c: Ditto.
13564
13565 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13566 Doug Evans <xdje42@gmail.com>
13567
13568 * gdb.guile/scm-value.c: Improve test case.
13569 * gdb.guile/scm-value.exp: Add new test.
13570
13571 2014-04-11 David Blaikie <dblaikie@gmail.com>
13572
13573 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13574 override Clang's default.
13575
13576 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13577
13578 Revert the following changes (regressions):
13579
13580 * gdb.base/vla-sideeffect.c: New file.
13581 * gdb.base/vla-sideeffect.exp: New file.
13582
13583 * gdb.dwarf2/count.exp: New file.
13584
13585 * gdb.base/vla-multi.c: New file.
13586 * gdb.base/vla-multi.exp: New file.
13587
13588 * gdb.base/vla-ptr.c: New file.
13589 * gdb.base/vla-ptr.exp: New file.
13590
13591 * gdb.base/vla-datatypes.c: New file.
13592 * gdb.base/vla-datatypes.exp: New file.
13593
13594 * gdb.mi/mi-vla-c99.exp: New file.
13595 * gdb.mi/vla.c: New file.
13596
13597 2014-04-11 Keith Seitz <keiths@redhat.com>
13598
13599 PR c++/16675
13600 * gdb.cp/cpsizeof.exp: New file.
13601 * gdb.cp/cpsizeof.cc: New file.
13602
13603 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13604
13605 * gdb.mi/mi-vla-c99.exp: New file.
13606 * gdb.mi/vla.c: New file.
13607
13608 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13609
13610 * gdb.base/vla-datatypes.c: New file.
13611 * gdb.base/vla-datatypes.exp: New file.
13612
13613 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13614
13615 * gdb.base/vla-ptr.c: New file.
13616 * gdb.base/vla-ptr.exp: New file.
13617
13618 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13619
13620 * gdb.base/vla-multi.c: New file.
13621 * gdb.base/vla-multi.exp: New file.
13622
13623 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13624
13625 * gdb.dwarf2/count.exp: New file.
13626
13627 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13628
13629 * gdb.base/vla-sideeffect.c: New file.
13630 * gdb.base/vla-sideeffect.exp: New file.
13631
13632 2014-04-11 Yao Qi <yao@codesourcery.com>
13633
13634 * gdb.base/completion.exp: Check file exists before running tests
13635 on file completion.
13636
13637 2014-04-10 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.base/cond-eval-mode.c: New file.
13640 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13641 prepare_for_testing to build the new file. Check result of
13642 runto_main.
13643 (test_break, test_watch): New procedures.
13644 (top level): Use them.
13645
13646 2014-04-08 Pierre Muller <muller@sourceware.org>
13647
13648 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13649 Ctrl-V use for mingw hosts.
13650
13651 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13652
13653 * gdb.python/py-value.c: Improve test case.
13654 * gdb.python/py-value.exp: Add new test.
13655
13656 2014-04-07 David Blaikie <dblaikie@gmail.com>
13657
13658 * lib/compiler.c: Identify the clang compiler.
13659 * lib/compiler.cc: Ditto.
13660
13661 2014-04-03 Yao Qi <yao@codesourcery.com>
13662
13663 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13664
13665 2014-04-01 Anton Blanchard <anton@samba.org>
13666
13667 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13668 messages unique.
13669
13670 2014-04-01 Anton Blanchard <anton@samba.org>
13671
13672 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13673 prepare_for_testing.
13674
13675 2014-04-01 Anton Blanchard <anton@samba.org>
13676
13677 * gdb.arch/ppc64-atomic-inst.c: Remove.
13678 * gdb.arch/ppc64-atomic-inst.S: New file.
13679 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13680
13681 2014-03-31 Doug Evans <dje@google.com>
13682
13683 * gdb.base/print-symbol-loading-lib.c: New file.
13684 * gdb.base/print-symbol-loading-main.c: New file.
13685 * gdb.base/print-symbol-loading.exp: New file.
13686
13687 2014-03-31 Yao Qi <yao@codesourcery.com>
13688
13689 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13690
13691 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13692
13693 * gdb.ada/mi_dyn_arr: New testcase.
13694
13695 2014-03-27 Doug Evans <dje@google.com>
13696
13697 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13698
13699 2014-03-27 Yao Qi <yao@codesourcery.com>
13700
13701 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13702 if target is nios2-*-*.
13703
13704 2014-03-26 Yao Qi <yao@codesourcery.com>
13705
13706 * lib/gdb.exp (readline_is_used): New proc.
13707 * gdb.base/completion.exp: Move tests on command complete up.
13708 Skip the rest of tests if readline is not used.
13709 * gdb.ada/complete.exp: Skp the test if readline is not
13710 used.
13711 * gdb.base/filesym.exp: Likewise.
13712 * gdb.base/macscp.exp: Likewise.
13713 * gdb.base/readline-ask.exp: Likewise.
13714 * gdb.base/readline.exp: Likewise.
13715 * gdb.python/py-cmd.exp: Likewise.
13716 * gdb.trace/tfile.exp: Likewise.
13717
13718 2014-03-26 Yao Qi <yao@codesourcery.com>
13719
13720 * gdb.base/macscp.exp: Fix code format issues.
13721
13722 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13723
13724 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13725 * gdb.asm/powerpc64le.inc: New file.
13726
13727 2014-03-25 Pedro Alves <palves@redhat.com>
13728 Doug Evans <dje@google.com>
13729
13730 * gdb.base/source-execution.c: New file.
13731 * gdb.base/source-execution.exp: New file.
13732 * gdb.base/source-execution.gdb: New file.
13733
13734 2014-03-24 Doug Evans <dje@google.com>
13735
13736 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13737 using fission.
13738
13739 2014-03-24 Hui Zhu <hui@codesourcery.com>
13740 Pedro Alves <palves@redhat.com>
13741
13742 PR breakpoints/16101
13743 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13744 test pass/fail messages. Detect missing support for dprintf when
13745 breakpoints are actually inserted.
13746 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13747 breakpoints are actually inserted.
13748 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13749 fails.
13750
13751 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13752
13753 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13754
13755 2014-03-22 Doug Evans <xdje42@gmail.com>
13756
13757 * gdb.python/python.exp (python not supported): Verify multi-line
13758 python command issues an error.
13759 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13760 guile command issues an error.
13761
13762 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13763
13764 * gdb.threads/thread-specific.exp: Handle the lack of usable
13765 $this_breakpoint and $this_thread.
13766
13767 2014-03-21 Hui Zhu <hui@codesourcery.com>
13768
13769 * gdb.base/attach.exp (do_command_attach_tests): New.
13770
13771 2014-03-20 Tom Tromey <tromey@redhat.com>
13772 Pedro Alves <palves@redhat.com>
13773
13774 PR cli/15718
13775 * gdb.base/condbreak-call-false.c: New file.
13776 * gdb.base/condbreak-call-false.exp: New file.
13777
13778 2014-03-20 Pedro Alves <palves@redhat.com>
13779
13780 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13781 Delete.
13782 (block_signals, unblock_signals): Delete.
13783 (child_function_2, main): Remove references to deleted variable
13784 and functions.
13785
13786 2014-03-20 Pedro Alves <palves@redhat.com>
13787
13788 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13789 Use pthread_kill to signal thread 2.
13790 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13791 Adjust to make the test send itself a signal rather than using the
13792 host's "kill" command.
13793
13794 2014-03-20 Pedro Alves <palves@redhat.com>
13795
13796 * gdb.threads/multiple-step-overs.c: New file.
13797 * gdb.threads/multiple-step-overs.exp: New file.
13798 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13799 Adjust expected infrun debug output.
13800
13801 2014-03-20 Pedro Alves <palves@redhat.com>
13802
13803 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13804 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13805
13806 2014-03-20 Pedro Alves <palves@redhat.com>
13807
13808 PR breakpoints/7143
13809 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13810 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13811 of gdb_test_multiple.
13812 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13813 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13814
13815 2014-03-20 Pedro Alves <palves@redhat.com>
13816
13817 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13818 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13819
13820 2014-03-19 Pedro Alves <palves@redhat.com>
13821
13822 * gdb.base/async.exp: Remove early return.
13823
13824 2014-03-19 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13827
13828 2014-03-19 Pedro Alves <palves@redhat.com>
13829
13830 * gdb.base/async.exp (test_background): Expect \r\n after
13831 "completed." in the fail pattern.
13832
13833 2014-03-19 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.base/async.exp (test_background): New procedure.
13836 Use it for all background execution command tests.
13837
13838 2014-03-19 Pedro Alves <palves@redhat.com>
13839
13840 * gdb.base/async.exp: Use prepare_for_testing.
13841
13842 2014-03-19 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13845 the same line.
13846
13847 2014-03-19 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.base/async.c (main): Add "jump here" and "until here" line
13850 marker comments.
13851 * gdb.base/async.exp (jump_here): New global.
13852 (jump& test): Use it.
13853 (until_here): New global.
13854 (until& test): Use it.
13855
13856 2014-03-19 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.base/async.exp: Don't frob gdb_protocol.
13859
13860 2014-03-18 Doug Evans <xdje42@gmail.com>
13861
13862 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13863 Fix spelling of exec-done-display.
13864
13865 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13866
13867 PR gdb/15358
13868 * gdb.base/gdb-sigterm.c: New file.
13869 * gdb.base/gdb-sigterm.exp: New file.
13870
13871 2014-03-18 Pedro Alves <palves@redhat.com>
13872
13873 PR gdb/13860
13874 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13875 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13876 solib-event.
13877
13878 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13879
13880 * gdb.ada/pckd_arr_ren: New testcase.
13881
13882 2014-03-13 Doug Evans <xdje42@gmail.com>
13883
13884 PR guile/16612
13885 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13886 collect after discarding symbols.
13887
13888 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13889 Doug Evans <xdje42@gmail.com>
13890
13891 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13892 to history survives a gc.
13893
13894 2014-03-13 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.base/default.exp: Don't test "target procfs".
13897
13898 2014-03-13 Pedro Alves <palves@redhat.com>
13899
13900 * gdb.base/default.exp: Update "target child" and "target procfs"
13901 tests to not expect "Unix".
13902
13903 2014-03-12 Tom Tromey <tromey@redhat.com>
13904
13905 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13906 New procs. Add target-async tests.
13907 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13908 Add target-async tests.
13909
13910 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13911
13912 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13913 'func_start' and 'func_end' for the beginning and end of the
13914 function code, respectively.
13915 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13916 'func_end' instead of 'func' and 'main'.
13917
13918 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13919
13920 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13921 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13922 generate the debug info assembler source.
13923
13924 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13925
13926 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13927 * gdb.dwarf2/arr-subrange.exp: Likewise.
13928 * gdb.dwarf2/dwz.exp: Likewise.
13929 * gdb.dwarf2/method-ptr.exp: Likewise.
13930 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13931 * gdb.dwarf2/subrange.exp: Likewise.
13932 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13933 * gdb.dwarf2/implptrpiece.exp: Likewise.
13934 * gdb.dwarf2/nostaticblock.exp: Likewise.
13935
13936 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13937
13938 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13939 directory to absolute path name arguments.
13940
13941 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13942
13943 * gdb.ada/tagged_access: New testcase.
13944
13945 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13946
13947 * gdb.btrace/data.exp: Update expected output.
13948
13949 2014-03-06 Yao Qi <yao@codesourcery.com>
13950
13951 * gdb.trace/pr16508.exp: New file.
13952
13953 2014-03-05 Pedro Alves <palves@redhat.com>
13954
13955 PR gdb/16575
13956 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13957 procedure.
13958 (top level): Adjust to use it. Add tests that exercise breakpoint
13959 interaction with the code-cache.
13960
13961 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13962
13963 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13964 test for 'history-append!'.
13965
13966 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13967
13968 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13969 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13970 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13971 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13972 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13973 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13974
13975 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13976
13977 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13978 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13979 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13980
13981 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13982
13983 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13984
13985 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13986
13987 * gdb.dwarf2/arr-stride.c: New file.
13988 * gdb.dwarf2/arr-stride.exp: New file.
13989
13990 2014-02-26 Pedro Alves <palves@redhat.com>
13991
13992 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13993 that won't ever trigger. Make sure that GDB reports the correct
13994 breakpoint that caused the stop.
13995
13996 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13997
13998 PR gdb/16626
13999 * gdb.base/auto-load-script: New file.
14000 * gdb.base/auto-load.c: New file.
14001 * gdb.base/auto-load.exp: New file.
14002
14003 PR gdb/16626
14004 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14005
14006 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14007
14008 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14009 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14010
14011 2014-02-24 Doug Evans <dje@google.com>
14012
14013 * lib/gdb.exp (run_on_host): Log error output if program fails.
14014
14015 2014-02-21 Pedro Alves <palves@redhat.com>
14016
14017 * gdb.threads/step-after-sr-lock.c: Rename to ...
14018 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14019 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14020 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14021 ... this.
14022
14023 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14024
14025 PR tdep/16397
14026 * gdb.arch/amd64-stap-special-operands.exp: New file.
14027 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14028 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14029 * gdb.arch/amd64-stap-triplet.S: Likewise.
14030 * gdb.arch/amd64-stap-triplet.c: Likewise.
14031
14032 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14033
14034 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14035 in .section pseudo-op.
14036
14037 2014-02-20 lin zuojian <manjian2006@gmail.com>
14038 Joel Brobecker <brobecker@adacore.com>
14039 Doug Evans <xdje42@gmail.com>
14040
14041 PR symtab/16581
14042 * gdb.dwarf2/dw2-icycle.S: New file.
14043 * gdb.dwarf2/dw2-icycle.c: New file.
14044 * gdb.dwarf2/dw2-icycle.exp: New file.
14045
14046 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14047
14048 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14049 operations on gdb.Value objects.
14050 * gdb.python/py-value-cc.exp: Add new test to test operations on
14051 gdb.Value objects.
14052
14053 2014-02-18 Doug Evans <dje@google.com>
14054
14055 * Makefile.in (TESTS): New variable.
14056 (expanded_tests, expanded_tests_or_none): New variables
14057 (check-single): Pass $(expanded_tests_or_none) to runtest.
14058 (check-parallel): Only run tests in $(TESTS) if non-empty.
14059 (check/no-matching-tests-found): New rule.
14060 * README: Document TESTS makefile variable.
14061
14062 2014-02-18 Doug Evans <dje@google.com>
14063
14064 * Makefile.in (check-parallel): rm -rf outputs temp.
14065
14066 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14067
14068 Fix "ERROR: no fileid for" in the testsuite.
14069 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14070
14071 2014-02-12 Doug Evans <dje@google.com>
14072
14073 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14074 (MISCELLANEOUS): New variable.
14075 (clean): rm -rf $(MISCELLANEOUS).
14076 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14077 dwp live in the same directory as symlinks, with each symlink pointed
14078 to a differently named file in a different directory.
14079
14080 2014-02-11 Doug Evans <dje@google.com>
14081
14082 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14083 of Tcl file commands.
14084
14085 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14086
14087 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14088 "kill -SIGUSR1 -1".
14089
14090 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14091
14092 * gdb.ada/tick_length_array_enum_idx: New testcase.
14093
14094 2014-02-10 Doug Evans <xdje42@gmail.com>
14095
14096 * configure.ac (AC_OUTPUT): Add gdb.guile.
14097 * configure: Regenerate.
14098 * lib/gdb-guile.exp: New file.
14099 * lib/gdb.exp (get_target_charset): New function.
14100 * gdb.base/help.exp: Update expected output from "apropos apropos".
14101 * gdb.guile/Makefile.in: New file.
14102 * gdb.guile/guile.exp: New file.
14103 * gdb.guile/scm-arch.c: New file.
14104 * gdb.guile/scm-arch.exp: New file.
14105 * gdb.guile/scm-block.c: New file.
14106 * gdb.guile/scm-block.exp: New file.
14107 * gdb.guile/scm-breakpoint.c: New file.
14108 * gdb.guile/scm-breakpoint.exp: New file.
14109 * gdb.guile/scm-disasm.c: New file.
14110 * gdb.guile/scm-disasm.exp: New file.
14111 * gdb.guile/scm-equal.c: New file.
14112 * gdb.guile/scm-equal.exp: New file.
14113 * gdb.guile/scm-error.exp: New file.
14114 * gdb.guile/scm-error.scm: New file.
14115 * gdb.guile/scm-frame-args.c: New file.
14116 * gdb.guile/scm-frame-args.exp: New file.
14117 * gdb.guile/scm-frame-args.scm: New file.
14118 * gdb.guile/scm-frame-inline.c: New file.
14119 * gdb.guile/scm-frame-inline.exp: New file.
14120 * gdb.guile/scm-frame.c: New file.
14121 * gdb.guile/scm-frame.exp: New file.
14122 * gdb.guile/scm-generics.exp: New file.
14123 * gdb.guile/scm-gsmob.exp: New file.
14124 * gdb.guile/scm-iterator.c: New file.
14125 * gdb.guile/scm-iterator.exp: New file.
14126 * gdb.guile/scm-math.c: New file.
14127 * gdb.guile/scm-math.exp: New file.
14128 * gdb.guile/scm-objfile-script-gdb.in: New file.
14129 * gdb.guile/scm-objfile-script.c: New file.
14130 * gdb.guile/scm-objfile-script.exp: New file.
14131 * gdb.guile/scm-objfile.c: New file.
14132 * gdb.guile/scm-objfile.exp: New file.
14133 * gdb.guile/scm-ports.exp: New file.
14134 * gdb.guile/scm-pretty-print.c: New file.
14135 * gdb.guile/scm-pretty-print.exp: New file.
14136 * gdb.guile/scm-pretty-print.scm: New file.
14137 * gdb.guile/scm-section-script.c: New file.
14138 * gdb.guile/scm-section-script.exp: New file.
14139 * gdb.guile/scm-section-script.scm: New file.
14140 * gdb.guile/scm-symbol.c: New file.
14141 * gdb.guile/scm-symbol.exp: New file.
14142 * gdb.guile/scm-symtab-2.c: New file.
14143 * gdb.guile/scm-symtab.c: New file.
14144 * gdb.guile/scm-symtab.exp: New file.
14145 * gdb.guile/scm-type.c: New file.
14146 * gdb.guile/scm-type.exp: New file.
14147 * gdb.guile/scm-value-cc.cc: New file.
14148 * gdb.guile/scm-value-cc.exp: New file.
14149 * gdb.guile/scm-value.c: New file.
14150 * gdb.guile/scm-value.exp: New file.
14151 * gdb.guile/source2.scm: New file.
14152 * gdb.guile/types-module.cc: New file.
14153 * gdb.guile/types-module.exp: New file.
14154
14155 2014-02-10 Yao Qi <yao@codesourcery.com>
14156
14157 PR testsuite/16543
14158 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14159 * configure: Regenerated.
14160 * Makefile.in: New file.
14161
14162 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14163
14164 * gdb.python/py-framefilter.exp: Fix typo.
14165
14166 2014-02-08 Yao Qi <yao@codesourcery.com>
14167
14168 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14169 that no =breakpoint-modified is emitted when breakpoints are
14170 modified through MI commands.
14171
14172 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14173 Pedro Alves <palves@redhat.com>
14174
14175 * gdb.threads/step-after-sr-lock.c: New file.
14176 * gdb.threads/step-after-sr-lock.exp: New file.
14177
14178 2014-02-07 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14181
14182 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14183
14184 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14185 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14186
14187 2014-02-06 Doug Evans <xdje42@gmail.com>
14188
14189 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14190 output.
14191
14192 * gdb.gdb/python-interrupts.exp: New file.
14193
14194 2014-02-05 Yao Qi <yao@codesourcery.com>
14195
14196 * gdb.trace/report.exp (use_collected_data): Test the output
14197 of "info threads" and "info inferiors".
14198
14199 2014-02-05 Yao Qi <yao@codesourcery.com>
14200
14201 Revert this patch:
14202
14203 2013-05-24 Yao Qi <yao@codesourcery.com>
14204
14205 * gdb.trace/tfile.exp: Test inferior and thread.
14206
14207 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14208
14209 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14210 on a function.
14211 * gdb.base/step-bt.c: Call hello via function pointer to make
14212 sure its first instruction is executed on powerpc64le-linux.
14213
14214 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14215
14216 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14217
14218 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14219
14220 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14221 of the test patterns for use on little-endian systems.
14222
14223 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14224
14225 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14226 (decimal_vector): Fix for little-endian.
14227
14228 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14229
14230 * gdb.arch/sparc-sysstep.exp: New file.
14231 * gdb.arch/sparc-sysstep.c: Likewise.
14232
14233 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14234
14235 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14236
14237 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14238
14239 2014-01-23 Tom Tromey <tromey@redhat.com>
14240
14241 * gdb.ada/array_char_idx: New testcase.
14242
14243 2014-01-23 Tom Tromey <tromey@redhat.com>
14244
14245 PR python/16487:
14246 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14247 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14248 classes.
14249
14250 2014-01-23 Tom Tromey <tromey@redhat.com>
14251
14252 PR python/16491:
14253 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14254 string from an inferior frame.
14255 * gdb.python/py-framefilter-mi.exp: Update.
14256
14257 2014-01-22 Doug Evans <dje@google.com>
14258
14259 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14260
14261 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14262
14263 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14264
14265 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14266
14267 * gdb.trace/entry-values.exp: Remove excess space character from
14268 regex patterns. Handle s390 call instruction.
14269
14270 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14271
14272 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14273 define "*_start" label. Make "name" static.
14274 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14275 ${name} by references to ${name}_start.
14276
14277 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14278
14279 * gdb.base/info-macros.exp: Remove "debug" from the compile
14280 options.
14281
14282 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14283
14284 * gdb.dlang/demangle.exp: New file.
14285
14286 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14287
14288 * gdb.dlang/primitive-types.exp: New file.
14289
14290 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14291
14292 * configure.ac: Create gdb.dlang/Makefile.
14293 * configure: Regenerate.
14294 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14295 * gdb.dlang/Makefile.in: New file.
14296 * lib/d-support.exp: New file.
14297 * lib/gdb.exp (skip_d_tests): New proc.
14298
14299 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14300
14301 * gdb.btrace/delta.exp: Check reverse stepi.
14302 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14303 * gdb.btrace/finish.exp: New.
14304 * gdb.btrace/next.exp: New.
14305 * gdb.btrace/nexti.exp: New.
14306 * gdb.btrace/record_goto.c: Add comments.
14307 * gdb.btrace/step.exp: New.
14308 * gdb.btrace/stepi.exp: New.
14309 * gdb.btrace/multi-thread-step.c: New.
14310 * gdb.btrace/multi-thread-step.exp: New.
14311 * gdb.btrace/rn-dl-bind.c: New.
14312 * gdb.btrace/rn-dl-bind.exp: New.
14313 * gdb.btrace/data.c: New.
14314 * gdb.btrace/data.exp: New.
14315 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14316
14317 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14318
14319 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14320 * gdb.btrace/exception.exp: Update.
14321 * gdb.btrace/instruction_history.exp: Update.
14322 * gdb.btrace/record_goto.exp: Update.
14323 * gdb.btrace/tailcall.exp: Update.
14324 * gdb.btrace/unknown_functions.exp: Update.
14325 * gdb.btrace/delta.exp: New.
14326
14327 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14328
14329 * gdb.btrace/record_goto.exp: Add backtrace test.
14330 * gdb.btrace/tailcall.exp: Add backtrace test.
14331
14332 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14333
14334 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14335 * gdb.btrace/record_goto.c: New.
14336 * gdb.btrace/record_goto.exp: New.
14337 * gdb.btrace/x86-record_goto.S: New.
14338
14339 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14340
14341 * gdb.btrace/function_call_history.exp: Update tests.
14342 * gdb.btrace/instruction_history.exp: Update tests.
14343
14344 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14345
14346 * gdb.btrace/function_call_history.exp: Fix expected field
14347 order for "record function-call-history".
14348 Add new tests for "record function-call-history /c".
14349 * gdb.btrace/exception.cc: New.
14350 * gdb.btrace/exception.exp: New.
14351 * gdb.btrace/tailcall.exp: New.
14352 * gdb.btrace/x86-tailcall.S: New.
14353 * gdb.btrace/x86-tailcall.c: New.
14354 * gdb.btrace/unknown_functions.c: New.
14355 * gdb.btrace/unknown_functions.exp: New.
14356 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14357
14358 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14359
14360 * gdb.btrace/instruction_history.exp: Update.
14361 * gdb.btrace/function_call_history.exp: Update.
14362
14363 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14364
14365 * gdb.btrace/function_call_history.exp: Fix expected function
14366 trace.
14367 * gdb.btrace/instruction_history.exp: Initialize traced.
14368 Remove traced_functions.
14369
14370 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14371
14372 * gdb.btrace/function_call_history.exp: Update
14373 * gdb.btrace/instruction_history.exp: Update.
14374
14375 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14376
14377 * gdb.btrace/enable.exp: Update expected text.
14378
14379 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14380
14381 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14382 bytes.
14383
14384 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14385
14386 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14387
14388 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14389
14390 * lib/gdb.exp (supports_process_record): Return true for
14391 arm*-linux*. (supports_reverse): Likewise.
14392
14393 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14394
14395 PR python/15464
14396 PR python/16113
14397 * gdb.python/py-type.c: Enhance test case.
14398 * gdb.python/py-value-cc.cc: Likewise
14399 * gdb.python/py-type.exp: Add new tests.
14400 * gdb.python/py-value-cc.exp: Likewise
14401
14402 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14403 Pedro Alves <palves@redhat.com>
14404
14405 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14406 Make "name" extern.
14407 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14408 references to ${name}_start by references to ${name}.
14409
14410 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14411
14412 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14413
14414 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14415
14416 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14417
14418 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14419 Pedro Alves <palves@redhat.com>
14420
14421 * gdb.mi/mi-info-os.exp: Connect to the target with
14422 mi_gdb_target_load.
14423
14424 2014-01-08 Pedro Alves <palves@redhat.com>
14425
14426 * gdb.threads/reconnect-signal.c: New file.
14427 * gdb.threads/reconnect-signal.exp: New file.
14428
14429 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14430
14431 * gdb.base/source-dir.exp: New file.
14432
14433 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14434
14435 * gdb.ada/mi_interface: New testcase.
14436
14437 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14438
14439 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14440 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14441 gdb.ada/pp-rec-component/pck.ads: New files.
14442
14443 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14444
14445 * gdb.python/py-pp-integral.c: New file.
14446 * gdb.python/py-pp-integral.py: New file.
14447 * gdb.python/py-pp-integral.exp: New file.
14448
14449 For older changes see ChangeLog-1993-2013.
14450 \f
14451 ;; Local Variables:
14452 ;; mode: change-log
14453 ;; left-margin: 8
14454 ;; fill-column: 74
14455 ;; version-control: never
14456 ;; End:
14457
14458 Copyright 2014-2018 Free Software Foundation, Inc.
14459 Copying and distribution of this file, with or without modification,
14460 are permitted provided the copyright notice and this notice are preserved.