gdb: Ensure compiler doesn't optimise variable out in test
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/funcargs.c (use_a): New function.
4 (recurse): Call use_a.
5
6 2018-08-29 Keith Seitz <keiths@redhat.com>
7
8 * gdb.compile/compile-cplus-anonymous.cc: New file.
9 * gdb.compile/compile-cplus-anonymous.exp: New file.
10 * gdb.compile/compile-cplus-array-decay.cc: New file.
11 * gdb.compile/compile-cplus-array-decay.exp: New file.
12 * gdb.compile/compile-cplus-inherit.cc: New file.
13 * gdb.compile/compile-cplus-inherit.exp: New file.
14 * gdb.compile/compile-cplus-member.cc: New file.
15 * gdb.compile/compile-cplus-member.exp: New file.
16 * gdb.compile/compile-cplus-method.cc: New file.
17 * gdb.compile/compile-cplus-method.exp: New file.
18 * gdb.compile/compile-cplus-mod.c: "New" file.
19 * gdb.compile/compile-cplus-namespace.cc: New file.
20 * gdb.compile/compile-cplus-namespace.exp: New file.
21 * gdb.compile/compile-cplus-nested.cc: New file.
22 * gdb.compile/compile-cplus-nested.exp: New file.
23 * gdb.compile/compile-cplus-print.c: "New" file.
24 * gdb.compile/compile-cplus-print.exp: "New" file.
25 * gdb.compile/compile-cplus-virtual.cc: New file.
26 * gdb.compile/compile-cplus-virtual.exp: New file.
27 * gdb.compile/compile-cplus.c: "New" file.
28 * gdb.compile/compile-cplus.exp: "New" file.
29 * lib/compile-support.exp: New file.
30
31 2018-08-16 Gary Benson <gbenson@redhat.com>
32
33 PR gdb/13000:
34 * gdb.base/batch-exit-status.exp: New file.
35 * gdb.base/batch-exit-status.good-commands: Likewise.
36 * gdb.base/batch-exit-status.bad-commands: Likewise.
37
38 2018-08-29 Alan Hayward <alan.hayward@arm.com>
39
40 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
41 (struct struct02): Likewise.
42 (struct struct03): Likewise.
43 (struct struct04): Likewise.
44 (struct struct_01_01): New struct.
45 (struct struct_01_02): Likewise.
46 (struct struct_01_03): Likewise.
47 (struct struct_01_04): Likewise.
48 (struct struct_02_01): Likewise.
49 (struct struct_02_02): Likewise.
50 (struct struct_02_03): Likewise.
51 (struct struct_02_04): Likewise.
52 (struct struct_04_01): Likewise.
53 (struct struct_04_02): Likewise.
54 (struct struct_04_03): Likewise.
55 (struct struct_04_04): Likewise.
56 (struct struct_05_01): Likewise.
57 (struct struct_05_02): Likewise.
58 (struct struct_05_03): Likewise.
59 (struct struct_05_04): Likewise.
60 (cmp_struct01): Remove function.
61 (cmp_struct02): Likewise.
62 (cmp_struct03): Likewise.
63 (cmp_struct04): Likewise.
64 (cmp_struct_01_01): Add Function.
65 (cmp_struct_01_02): Likewise.
66 (cmp_struct_01_03): Likewise.
67 (cmp_struct_01_04): Likewise.
68 (cmp_struct_02_01): Likewise.
69 (cmp_struct_02_02): Likewise.
70 (cmp_struct_02_03): Likewise.
71 (cmp_struct_02_04): Likewise.
72 (cmp_struct_04_01): Likewise.
73 (cmp_struct_04_02): Likewise.
74 (cmp_struct_04_03): Likewise.
75 (cmp_struct_04_04): Likewise.
76 (cmp_struct_05_01): Likewise.
77 (cmp_struct_05_02): Likewise.
78 (cmp_struct_05_03): Likewise.
79 (cmp_struct_05_04): Likewise.
80 (call_all): Add new structs.
81 * gdb.base/infcall-nested-structs.exp: Likewise.
82
83 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
84
85 * gdb.python/py-framefilter-mi.exp: Update regexp to
86 check for "arch" field in frame output.
87
88 2018-08-23 Kevin Buettner <kevinb@redhat.com>
89
90 * gdb.dwarf2/dw2-ranges-func.c: New file.
91 * gdb.dwarf2/dw2-ranges-func.exp: New file.
92
93 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
94
95 * gdb.base/term.exp: Compare terminal settings with values from
96 the inferior.
97 * gdb.base/term.c: Get and set terminal settings.
98
99 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
100
101 * lib/mi-support.exp (mi_expect_stop): Update regexp to
102 accommodate new "arch" field in frame output.
103 * gdb.mi/mi-return.exp: Likewise.
104 * gdb.mi/mi-stack.exp: Likewise.
105 * gdb.mi/mi-syn-frame.exp: Likewise.
106 * gdb.mi/user-selected-context-sync.exp: Likewise.
107
108 2018-08-19 Michael Spang <spang@google.com>
109
110 PR gdb/11786
111 * gdb.base/gcore-tls-pie.c: New file.
112 * gdb.base/gcore-tls-pie.exp: New file.
113
114 2018-08-18 Kevin Buettner <kevinb@redhat.com>
115
116 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
117 * gdb.dwarf2/varval.c: New file.
118 * gdb.dwarf2/varval.exp: New file.
119
120 2018-08-17 Alan Hayward <alan.hayward@arm.com>
121
122 PR gdb/18931
123 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
124
125 2018-08-16 Keith Seitz <keiths@redhat.com>
126
127 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
128 tests expected to pass.
129
130 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
131
132 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
133 -data-disassemble -a.
134 (test_disassembly_bogus_args): Likewise.
135
136 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
139
140 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.base/vla-optimized-out.exp: Add new test.
143
144 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.base/vla-optimized-out-o3.exp: Delete.
147 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
148 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
149 deleted tests.
150
151 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 PR gdb/18050:
154 * gdb.server/extended-remote-restart.c: New file.
155 * gdb.server/extended-remote-restart.exp: New file.
156
157 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
158
159 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
160 "set variable index = 42".
161
162 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
163
164 * boards/index-cache-gdb.exp: New file.
165 * gdb.dwarf2/index-cache.exp: New file.
166 * gdb.dwarf2/index-cache.c: New file.
167 * gdb.base/maint.exp: Check if we are using the index cache.
168
169 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
170
171 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
172 MAKEFLAGS.
173
174 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
175
176 * dg-extract-results.sh: Move to toplevel contrib.
177 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
178 * Makefile.in (check-parallel-racy): Likewise.
179
180 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
183 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
184 tests if the target supports scheduler locking.
185
186 2018-08-04 Tom de Vries <tdevries@suse.de>
187
188 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
189
190 2018-08-02 Tom Tromey <tom@tromey.com>
191
192 PR symtab/16842.
193 * gdb.cp/temargs.exp: Test "info address" of a template
194 parameter.
195
196 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
197
198 * gdb.python/py-mi-var-info-path-expression.c: New file.
199 * gdb.python/py-mi-var-info-path-expression.py: New file.
200 * gdb.python/py-mi-var-info-path-expression.exp: New file.
201
202 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
203
204 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
205 error after "cannot resolve name" string.
206
207 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
210 started.
211 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
212
213 2018-07-28 Tom de Vries <tdevries@suse.de>
214
215 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
216
217 2018-07-26 Tom de Vries <tdevries@suse.de>
218
219 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
220
221 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
222
223 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
224 is visible.
225
226 2018-07-26 Tom de Vries <tdevries@suse.de>
227
228 PR breakpoints/23366
229 * gdb.base/catch-follow-exec.c: New test.
230 * gdb.base/catch-follow-exec.exp: New file.
231
232 2018-07-25 Tom de Vries <tdevries@suse.de>
233
234 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
235 vla-optimized-out.c.
236
237 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
238
239 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
240 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
241
242 2018-07-20 Tom de Vries <tdevries@suse.de>
243
244 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
245 NOCLONE macro.
246 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
247
248 2018-07-19 Tom de Vries <tdevries@suse.de>
249
250 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
251 regular expression.
252
253 2018-07-18 Tom de Vries <tdevries@suse.de>
254
255 * gdb.base/vla-optimized-out.c: New test.
256 * gdb.base/vla-optimized-out.exp: New file.
257
258 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
259
260 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
261 message "No address associated with hostname" when gdbserver
262 cannot resolve the hostname.
263
264 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
265
266 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
267 Add some test prefixes to make tests unique.
268
269 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
270
271 * gdb.base/frameapply.c: New file.
272 * gdb.base/frameapply.exp: New file.
273
274 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
275
276 * gdb.base/skip.exp: Update expected error message.
277
278 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
279 Jan Kratochvil <jan.kratochvil@redhat.com>
280 Paul Fertser <fercerpav@gmail.com>
281 Tsutomu Seki <sekiriki@gmail.com>
282
283 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
284 parameter.
285 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
286 by default.
287 * boards/native-gdbserver.exp: Likewise.
288 * gdb.server/run-without-local-binary.exp: Improve regexp used
289 for detecting when a remote debugging connection succeeds.
290 * gdb.server/server-connect.exp: New file.
291 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
292 Do not prefix the port number with ":".
293 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
294 support for detecting and using it. Add '$debughost_gdbserver'
295 to the list of arguments used to start gdbserver. Handle case
296 when gdbserver cannot resolve a network name.
297
298 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
299
300 PR c++/23373
301 * gdb.base/ptype-offsets.cc (struct static_member): New
302 struct.
303 (main) <stmember>: New variable.
304 * gdb.base/ptype-offsets.exp: Add test for printing a struct
305 with a static member in it.
306
307 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
310 watchpoints enabled and disabled.
311
312 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * gdb.base/examine-backward.exp: Still run tests around address
315 0x0, even if address 0x0 is not readable. Update the pattern for
316 matching address 0x0 in expected output.
317
318 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
319
320 * gdb.base/share-env-with-gdbserver.c (main): Add call to
321 malloc/free.
322
323 2018-07-04 Tom de Vries <tdevries@suse.de>
324
325 * gdb.dwarf2/dw2-error.exp: Update expected error message.
326
327 2018-07-02 Maciej W. Rozycki <macro@mips.com>
328
329 PR tdep/8282
330 * gdb.arch/mips-disassembler-options.exp: New test.
331 * gdb.arch/mips-disassembler-options.s: New test source.
332
333 2018-06-29 Pedro Alves <palves@redhat.com>
334
335 * gdb.threads/names.exp: Adjust expected "info threads" output.
336
337 2018-06-29 Pedro Alves <palves@redhat.com>
338
339 * gdb.opt/inline-break.exp (line number, address): Add "info
340 break" tests.
341
342 2018-06-29 Pedro Alves <palves@redhat.com>
343
344 * gdb.opt/inline-break.c (func1): Add "break here" marker.
345 * gdb.opt/inline-break.exp: Test setting breakpoints by line
346 number and address and running to them.
347
348 2018-06-29 Richard Bunt <richard.bunt@arm.com>
349
350 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
351
352 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
353
354 * lib/compiler.c: Remove executable permission flag.
355
356 2018-06-28 Richard Bunt <richard.bunt@arm.com>
357
358 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
359 code.
360 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
361
362 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
363
364 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
365
366 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
367
368 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
369 address argument is omitted.
370
371 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
372
373 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
374
375 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
376
377 PR gdb/21695
378 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
379 * gdb.base/infoline-reloc-main-from-zero.c: New file.
380
381 2018-06-26 Tom Tromey <tom@tromey.com>
382
383 PR rust/22574:
384 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
385 * gdb.rust/simple.rs (struct SimpleLayout): New.
386
387 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
388
389 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
390 "info registers" output.
391
392 2018-06-21 Richard Bunt <richard.bunt@arm.com>
393
394 * gdb.base/watchpoint-hw-attach.c: New test.
395 * gdb.base/watchpoint-hw-attach.exp: New file.
396
397 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
398
399 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
400 through /bin/sh.
401 * boards/dwarf4-gdb-index.exp: Likewise.
402 * boards/fission-dwp.exp: Likewise.
403
404 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
405
406 * gdb.base/float128.exp: Add comment and improved fail message
407 to the failure case of "print large128" test.
408
409 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
410
411 * configure.ac: Remove AC_PREREQ.
412 * configure: Re-generate.
413
414 2018-06-19 Pedro Alves <palves@redhat.com>
415
416 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
417 (func_extern_caller): New.
418 (main): Call func_extern_caller.
419 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
420 logic change.
421
422 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
423
424 PR gdb/16841
425 * gdb.cp/typedef-base.cc: New file.
426 * gdb.cp/typedef-base.exp: New file.
427
428 2018-06-18 Tom de Vries <tdevries@suse.de>
429
430 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
431
432 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
433 Richard Bunt <Richard.Bunt@arm.com>
434
435 * gdb.threads/attach-slow-waitpid.c: New file.
436 * gdb.threads/attach-slow-waitpid.exp: New file.
437 * gdb.threads/slow-waitpid.c: New file.
438
439 2018-06-14 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/fork-running-state.c: Include <errno.h>.
442 (exit_if_relative_exits): New.
443 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
444 exits.
445 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
446 child exits.
447
448 2018-06-14 Tom de Vries <tdevries@suse.de>
449
450 PR cli/22573
451 * gdb.base/finish-pretty.c: New test.
452 * gdb.base/finish-pretty.exp: New file.
453
454 2018-06-14 Pedro Alves <palves@redhat.com>
455
456 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
457 gdb's expected startup output.
458
459 2018-06-14 Pedro Alves <palves@redhat.com>
460
461 * lib/selftest-support.exp (selftest_setup): Remove inlined
462 function handling.
463
464 2018-06-14 Tom de Vries <tdevries@suse.de>
465
466 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
467 matching of breakpoint printing.
468
469 2018-06-13 Tom de Vries <tdevries@suse.de>
470
471 PR testsuite/23269
472 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
473 (fork_child): ... here, and ...
474 (fork_parent): ... here.
475
476 2018-06-12 Tom de Vries <tdevries@suse.de>
477
478 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
479
480 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
481 Stephen Roberts <stephen.roberts@arm.com>
482
483 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
484 rewrite test to describe action performed, rather than possible
485 failure.
486
487 2018-06-08 Gary Benson <gbenson@redhat.com>
488
489 * gdb.threads/check-libthread-db.exp: New file.
490 * gdb.threads/check-libthread-db.c: Likewise.
491
492 2018-06-05 Tom Tromey <tom@tromey.com>
493
494 * gdb.base/default.exp: Update expected "show version" output.
495
496 2018-06-05 Tom Tromey <tom@tromey.com>
497
498 PR cli/12326:
499 * gdb.cp/static-print-quit.exp: Update.
500 * lib/gdb.exp (pagination_prompt): Update.
501 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
502 * gdb.python/python.exp: Update.
503
504 2018-06-04 Joel Brobecker <brobecker@adacore.com>
505
506 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
507
508 2018-06-01 Joel Brobecker <brobecker@adacore.com>
509
510 * gdb.ada/bp_fun_addr: New testcase.
511
512 2018-06-01 Tom Tromey <tom@tromey.com>
513
514 * gdb.xml/tdesc-regs.exp (load_description): Update expected
515 results.
516 * gdb.dwarf2/method-ptr.exp: Set language to C++.
517 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
518 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
519 * gdb.base/maint.exp (maint_pass_if): Update.
520
521 2018-05-31 Maciej W. Rozycki <macro@mips.com>
522
523 * gdb.base/endian.exp: New test.
524 * gdb.base/endian.c: New test source.
525
526 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 PR gdb/23203
529 * gdb.base/bt-selected-frame.c: New file.
530 * gdb.base/bt-selected-frame.exp: New file.
531 * lib/gdb.exp (get_current_frame_number): New function.
532
533 2018-05-24 Maciej W. Rozycki <macro@mips.com>
534 Pedro Alves <palves@redhat.com>
535
536 * gdb.threads/tls-core.c: Include <stdlib.h>
537 (thread_proc): Call `abort'.
538 * gdb.threads/tls-core.exp: Generate a core with core_find too.
539 (tls_core_test): New procedure, bits factored out from ...
540 (top level): ... here. Test both native cores and gcore cores.
541
542 2018-05-23 Tom Tromey <tom@tromey.com>
543
544 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
545
546 2018-05-23 Tom Tromey <tom@tromey.com>
547
548 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
549 symfile_complaints.
550 (test_short_complaints): Likewise.
551 (test_empty_complaints): Likewise.
552 (test_initial_complaints): Update.
553
554 2018-05-23 Tom Tromey <tom@tromey.com>
555
556 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
557
558 2018-05-23 Tom Tromey <tom@tromey.com>
559
560 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
561 (test_short_complaints): Update.
562
563 2018-05-22 Pedro Alves <palves@redhat.com>
564
565 * gdb.base/remote.exp: Only gdb_start after compiling the
566 testcase. Issue "disconnect" before testing "set remote" command
567 defaults. Issue clean_restart before running to main.
568
569 2018-05-22 Pedro Alves <palves@redhat.com>
570
571 * gdb.base/remote.exp: Adjust expected output of "show remote
572 memory-write-packet-size". Add tests for "set remote
573 memory-write-packet-size 0" and "set remote
574 memory-write-packet-size fixed/limit".
575
576 2018-05-22 Pedro Alves <palves@redhat.com>
577
578 PR gdb/22973
579 * gdb.base/utf8-identifiers.c: New file.
580 * gdb.base/utf8-identifiers.exp: New file.
581
582 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
583
584 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
585
586 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
587
588 * gdb.arch/powerpc-vsx-gcore.exp: New file.
589
590 2018-05-18 Tom Tromey <tom@tromey.com>
591
592 * gdb.base/ptype-offsets.exp: Update.
593
594 2018-05-17 Keith Seitz <keiths@redhat.com>
595
596 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
597 in expected breakpoint stop locations.
598 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
599 move to proper scope to test variable values.
600 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
601 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
602 New functions.
603 (main): Call not_inline_func3.
604 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
605 inline_func1, inline_func2, and inline_func3. Test that when each
606 breakpoint is hit, GDB properly reports both the stop location
607 and the backtrace. Repeat tests for temporary breakpoints.
608
609 2018-05-15 Maciej W. Rozycki <macro@mips.com>
610
611 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
612 rather then trying to access it in determining whether the PID
613 of `gdbserver' could have been retrieved.
614
615 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
616
617 * gdb.arch/amd64-init-x87-values.S: New file.
618 * gdb.arch/amd64-init-x87-values.exp: New file.
619
620 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
621
622 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
623
624 2018-05-04 Tom Tromey <tom@tromey.com>
625
626 PR python/22730:
627 * gdb.python/python.exp: Test multi-line execute.
628
629 2018-05-04 Tom Tromey <tom@tromey.com>
630
631 PR python/22731:
632 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
633
634 2018-05-04 Tom Tromey <tom@tromey.com>
635
636 PR gdb/11750:
637 * gdb.base/define.exp: Test defining a user command inside a user
638 command.
639 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
640
641 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
642 Pedro Alves <palves@redhat.com>
643
644 PR breakpoints/19806 and support for PR external/20207.
645 * gdb.base/watchpoint-unaligned.c: New file.
646 * gdb.base/watchpoint-unaligned.exp: New file.
647
648 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
649
650 * gdb.base/maint.exp: Make test names unique, use
651 test_prefix_command_help to test 'help maint info', and remove
652 repeated test of 'help maint'.
653
654 2018-05-04 Tom Tromey <tom@tromey.com>
655
656 PR gdb/22619:
657 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
658 behavior.
659
660 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
661
662 * gdb.base/maint.exp: Process output from 'maint print registers'
663 line at a time.
664
665 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
668 timeout.
669
670 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
673 filter pattern.
674
675 2018-05-02 Pedro Alves <palves@redhat.com>
676
677 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
678 to_log_command renames.
679 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
680
681 2018-05-02 Tom Tromey <tom@tromey.com>
682
683 * gdb.python/py-parameter.exp: Set test message.
684
685 2018-05-02 Tom Tromey <tom@tromey.com>
686
687 PR python/20084:
688 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
689 PARAM_ZUINTEGER_UNLIMITED tests.
690
691 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
692
693 PR rust/23124
694 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
695 when casting.
696
697 2018-04-30 Tom Tromey <tom@tromey.com>
698
699 * gdb.python/py-type.exp: Check align attribute.
700 * gdb.python/py-type.c: New "aligncheck" global.
701
702 2018-04-30 Tom Tromey <tom@tromey.com>
703
704 PR exp/17095:
705 * gdb.dwarf2/dw2-align.exp: New file.
706 * gdb.cp/align.exp: New file.
707 * gdb.base/align.exp: New file.
708 * lib/gdb.exp (gdb_int128_helper): New proc.
709 (has_int128_c, has_int128_cxx): New caching procs.
710
711 2018-04-27 Tom Tromey <tom@tromey.com>
712
713 PR rust/22545:
714 * gdb.rust/simple.exp: Add inclusive range tests.
715
716 2018-04-26 Pedro Alves <palves@redhat.com>
717
718 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
719 ifunc breakpoint locations correctly of ifunc breakpoints set
720 while the program resolves the ifunc.
721
722 2018-04-26 Pedro Alves <palves@redhat.com>
723
724 * gdb.base/gnu-ifunc-final.c: New file.
725 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
726 * gdb.base/gnu-ifunc.exp (executable): Delete.
727 (staticexecutable): Adjust.
728 (lib_opts, exec_opts): Delete.
729 (make_binsuffix, build, set-break): New procedures.
730 (misc_tests): New, with tests factored out from the top level.
731 (top level): Test different combinations of ifunc resolver name,
732 resolver with and with debug info, and ifunc target with and
733 without debug info. Wrap static tests with with_target_prefix.
734
735 2018-04-26 Pedro Alves <palves@redhat.com>
736
737 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
738 return type" warnings.
739
740 2018-04-25 Pedro Alves <palves@redhat.com>
741
742 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
743 killed".
744 * gdb.base/kill-after-signal.exp: Likewise.
745 * gdb.threads/kill.exp: Likewise.
746
747 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
748 Sergio Durigan Junior <sergiodj@redhat.com>
749 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
752 regexps to expect for '[Inferior ... detached]' as well.
753 * gdb.base/attach.exp: Likewise.
754 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
755 "gdb_continue_to_end".
756 (test_catch_syscall_with_wrong_args): Likewise.
757 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
758 ']'. Don't set 'verbose' on.
759 * gdb.base/foll-vfork.exp: Likewise.
760 * gdb.base/fork-print-inferior-events.c: New file.
761 * gdb.base/fork-print-inferior-events.exp: New file.
762 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
763 '[Inferior ... has been killed]' message.
764 * gdb.base/kill-after-signal.exp: Likewise.
765 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
766 detach message.
767 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
768 message.
769 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
770 regexps to expect for '[Inferior ... detached]' as well.
771 * gdb.threads/process-dies-while-detaching.exp: Likewise.
772
773 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
774
775 PR gdb/23104
776 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
777
778 2018-04-19 Richard Bunt <richard.bunt@arm.com>
779
780 * gdb.threads/multiple-successive-infcall.c: New test.
781 * gdb.threads/multiple-successive-infcall.exp: New file.
782
783 2018-04-17 Tom Tromey <tom@tromey.com>
784
785 * gdb.rust/simple.rs (Union): New type.
786 (main): New local "u".
787 * gdb.rust/simple.exp (test_one_slice): Add new test case.
788
789 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
790
791 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
792 number information in output of "whereis" command.
793 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
794
795 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
796
797 * gdb.ada/info_types.exp: Adjust expected output to the line
798 numbers now printed by "info var/func/type".
799 * gdb.base/completion.exp: Likewise.
800 * gdb.base/included.exp: Likewise.
801 * gdb.cp/cp-relocate.exp: Likewise.
802 * gdb.cp/cplusfuncs.exp: Likewise.
803 * gdb.cp/namespace.exp: Likewise.
804 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
805
806 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
807
808 * gdb.btrace/cpu.exp: New.
809
810 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
811
812 * gdb.base/step-indirect-call-thunk.exp: New.
813 * gdb.base/step-indirect-call-thunk.c: New.
814 * gdb.reverse/step-indirect-call-thunk.exp: New.
815 * gdb.reverse/step-indirect-call-thunk.c: New.
816
817 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
818
819 * gdb.base/pie-fork.c: New file.
820 * gdb.base/pie-fork.exp: New file.
821
822 2018-04-11 Tom Tromey <tom@tromey.com>
823
824 * gdb.rust/simple.exp: Add test for ".." struct initializer.
825
826 2018-04-10 Pedro Alves <palves@redhat.com>
827
828 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
829 exits. Instead loop running forever.
830 (fork_parent): Run forever too.
831
832 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
833
834 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
835 mi_continue_to_line.
836 * gdb.mi/mi-stack.c (callee4): Add comment.
837
838 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
839
840 * gdb.mi/mi-stack.exp: Fix indentation.
841
842 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
843
844 PR gdb/22979
845 * gdb.arch/amd64-osabi.exp: New file.
846
847 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
848
849 PR gdb/22980
850 * gdb.base/osabi.exp: New file.
851
852 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
853
854 * gdb.cp/static-typedef-print.exp: New file.
855 * gdb.cp/static-typedef-print.cc: New file.
856
857 2018-03-27 Joel Brobecker <brobecker@adacore.com>
858
859 * gdb.ada/varsize_limit: New testcase.
860
861 2018-03-27 Joel Brobecker <brobecker@adacore.com>
862
863 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
864
865 * gdb.ada/notcplusplus: New testcase.
866
867 * gdb.base/c-linkage-name.c: New file.
868 * gdb.base/c-linkage-name.exp: New testcase.
869
870 2018-03-26 Tom Tromey <tom@tromey.com>
871
872 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
873 * gdb.python/py-framefilter.py (name_error): New global.
874 (ErrorInName.function): Use name_error.
875
876 2018-03-26 Tom Tromey <tom@tromey.com>
877
878 PR backtrace/15582:
879 * gdb.python/py-framefilter.exp: Add "bt hide" test.
880
881 2018-03-23 Keith Seitz <keiths@redhat.com>
882
883 PR c++/22968
884 * gdb.cp/subtypes.exp: New file.
885 * gdb.cp/subtypes.h: New file.
886 * gdb.cp/subtypes.cc: New file.
887 * gdb.cp/subtypes-2.cc: New file.
888
889 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
892 (done): Call '_exit' not 'exit' to avoid atexit handlers.
893 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
894 -nostartfiles when compiling the test. Confirm that all registers
895 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
896
897 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
898
899 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
900 option, syntax was wrong anyway.
901 * gdb.arch/arm-disp-step.exp: Likewise.
902 * gdb.arch/sparc64-regs.exp: Likewise.
903 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
904 option, syntax was wrong anyway, switch to use
905 prepare_for_testing.
906 * gdb.arch/i386-disp-step.exp: Likewise.
907
908 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
909
910 * gdb.ada/exec_changed.exp: Replace "target_info exists
911 use_gdb_stub" by "use_gdb_stub".
912 * gdb.ada/start.exp: Likewise.
913 * gdb.base/async-shell.exp: Likewise.
914 * gdb.base/attach-pie-misread.exp: Likewise.
915 * gdb.base/attach-wait-input.exp: Likewise.
916 * gdb.base/break-entry.exp: Likewise.
917 * gdb.base/break-interp.exp: Likewise.
918 * gdb.base/dprintf-detach.exp: Likewise.
919 * gdb.base/nostdlib.exp: Likewise.
920 * gdb.base/solib-nodir.exp: Likewise.
921 * gdb.base/statistics.exp: Likewise.
922 * gdb.base/testenv.exp: Likewise.
923 * gdb.mi/mi-exec-run.exp: Likewise.
924 * gdb.mi/mi-start.exp: Likewise.
925 * gdb.multi/dummy-frame-restore.exp: Likewise.
926 * gdb.multi/multi-arch-exec.exp: Likewise.
927 * gdb.multi/multi-arch.exp: Likewise.
928 * gdb.multi/tids.exp: Likewise.
929 * gdb.multi/watchpoint-multi.exp: Likewise.
930 * gdb.python/py-events.exp: Likewise.
931 * gdb.threads/attach-into-signal.exp: Likewise.
932 * gdb.threads/attach-stopped.exp: Likewise.
933 * gdb.threads/threadapply.exp: Likewise.
934 * lib/selftest-support.exp: Likewise.
935
936 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
937
938 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
939
940 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
941
942 * gdb.perf/template-breakpoints.cc: New file.
943 * gdb.perf/template-breakpoints.exp: New file.
944 * gdb.perf/template-breakpoints.py: New file.
945
946 2018-03-19 Tom Tromey <tom@tromey.com>
947
948 * gdb.rust/simple.rs (main): Add local variables field1, field2,
949 y0.
950 * gdb.rust/simple.exp: Test bare identifier form of struct
951 initializer.
952
953 2018-03-19 Tom Tromey <tom@tromey.com>
954
955 * gdb.gdb/observer.exp: Remove.
956
957 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
958
959 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
960 "qualified" option when setting breakpoints.
961 * gdb.trace/backtrace.exp: Likewise.
962 * gdb.trace/circ.exp: Likewise.
963 * gdb.trace/collection.exp: Likewise.
964 * gdb.trace/disconnected-tracing.exp: Likewise.
965 * gdb.trace/ftrace-lock.exp: Likewise.
966 * gdb.trace/ftrace.exp: Likewise.
967 * gdb.trace/infotrace.exp: Likewise.
968 * gdb.trace/packetlen.exp: Likewise.
969 * gdb.trace/passc-dyn.exp: Likewise.
970 * gdb.trace/qtro.exp: Likewise.
971 * gdb.trace/read-memory.exp: Likewise.
972 * gdb.trace/report.exp: Likewise.
973 * gdb.trace/signal.exp: Likewise.
974 * gdb.trace/status-stop.exp: Likewise.
975 * gdb.trace/strace.exp: Likewise.
976 * gdb.trace/tfind.exp: Likewise.
977 * gdb.trace/trace-break.exp: Likewise.
978 * gdb.trace/trace-condition.exp: Likewise.
979 * gdb.trace/trace-mt.exp: Likewise.
980 * gdb.trace/tstatus.exp: Likewise.
981 * gdb.trace/tsv.exp: Likewise.
982 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
983 * gdb.trace/unavailable.exp: Likewise.
984 * gdb.trace/while-dyn.exp: Likewise.
985
986 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
987
988 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
989 that libinproctrace is copied to the target.
990
991 2018-03-14 Tom Tromey <tom@tromey.com>
992
993 PR cli/14977:
994 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
995 a null pointer.
996 * gdb.base/wchar.exp: Likewise.
997
998 2018-03-14 Tom Tromey <tom@tromey.com>
999
1000 PR cli/19918:
1001 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1002 flag.
1003
1004 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1005
1006 PR gdb/22841
1007 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1008 "target" to remote_exec.
1009
1010 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1011
1012 PR gdb/22841
1013 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1014 ${board}_upload): Remove.
1015
1016 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1017
1018 * gdb.cp/watch-cp.cc: New test.
1019 * gdb.cp/watch-cp.exp: New file.
1020
1021 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1022
1023 * gdb.base/infcall-nested-structs.exp: New file.
1024 * gdb.base/infcall-nested-structs.c: New file.
1025 * gdb.base/float.exp: Add riscv support.
1026
1027 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1028
1029 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1030 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1031
1032 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1033
1034 * gdb.server/abspath.exp: New file.
1035 * lib/gdb.exp (with_cwd): New procedure.
1036
1037 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1038
1039 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1040 use it.
1041 (gdb_is_target_remote_prompt): New proc.
1042 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1043 (gdb_is_target_native): Pass prompt parameter to
1044 gdb_is_target_1.
1045
1046 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1047
1048 * gdb.base/load-command.c: New file.
1049 * gdb.base/load-command.exp: New file.
1050 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1051 (gdb_is_target_1): ...this, and generalize for other targets
1052 than just remote.
1053 (gdb_is_target_remote): Use gdb_is_target_1.
1054 (gdb_is_target_native): use gdb_is_target_1.
1055
1056 2018-02-26 Tom Tromey <tom@tromey.com>
1057
1058 PR python/16497:
1059 * gdb.python/py-framefilter.exp: Update test.
1060
1061 2018-02-26 Tom Tromey <tom@tromey.com>
1062
1063 * gdb.dwarf2/variant.c: New file.
1064 * gdb.dwarf2/variant.exp: New file.
1065
1066 2018-02-26 Tom Tromey <tom@tromey.com>
1067
1068 * gdb.rust/simple.exp: Accept more possible results in enum test.
1069
1070 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1071
1072 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1073 parentheses.
1074
1075 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1076
1077 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1078 name of a variable: $actual_linejj -> $actual_line.
1079
1080 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1081
1082 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1083
1084 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1085
1086 * gdb.btrace/buffer-size.exp: Do not force BTS.
1087
1088 2018-02-14 Pedro Alves <palves@redhat.com>
1089
1090 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1091 getting a "Quit".
1092
1093 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1094
1095 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1096 Fix test name.
1097
1098 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1099
1100 * gdb.cp/m-static.exp: Check type of optimized out static
1101 member.
1102
1103 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1106 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1107
1108 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1109 Leszek Swirski <leszeks@google.com>
1110
1111 * gdb.python/py-prettyprint.c
1112 (struct to_string_returns_value_inner,
1113 struct to_string_returns_value_wrapper): New.
1114 (main): Add tsrvw variable.
1115 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1116 ToStringReturnsValueWrapper): New classes.
1117 (register_pretty_printers): Register new pretty-printers.
1118 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1119 recursive pretty printer.
1120 * gdb.python/py-mi.exp: Likewise.
1121
1122 2018-02-01 Leszek Swirski <leszeks@google.com>
1123
1124 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1125 functions with the same name as an include file are parsed
1126 correctly.
1127
1128 2018-02-01 Yao Qi <yao.qi@linaro.org>
1129
1130 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1131 "\[^\r\n\]*".
1132
1133 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1134
1135 * gdb.arch/powerpc-prologue-frame.s: New file.
1136 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1137 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1138
1139 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1140
1141 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1142
1143 2018-01-30 Pedro Alves <palves@redhat.com>
1144
1145 PR gdb/13211
1146 * gdb.base/interrupt-daemon.c: New.
1147 * gdb.base/interrupt-daemon.exp: New.
1148 * gdb.multi/multi-term-settings.c: New.
1149 * gdb.multi/multi-term-settings.exp: New.
1150
1151 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1152
1153 * gdb.base/break.exp: Save the location where the breakpoint
1154 on break.c:47 was actually inserted when debugging the version
1155 compiled at -O2 and use it in the expected output of the "info
1156 break" test performed soon after.
1157
1158 2018-01-22 Pedro Alves <palves@redhat.com>
1159 Sergio Durigan Junior <sergiodj@redhat.com>
1160
1161 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1162 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1163
1164 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1165
1166 * gdb.base/break-include.c, gdb.base/break-include.inc,
1167 gdb.base/break-include.exp: New files.
1168 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1169 line number now being the actual line number where the breakpoint
1170 was inserted.
1171 * gdb.mi/mi-break.exp: Likewise.
1172 * gdb.mi/mi-reverse.exp: Likewise.
1173 * gdb.mi/mi-simplerun.exp: Ditto.
1174
1175 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1176
1177 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1178 varobj.
1179 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1180
1181 2018-01-21 Don Breazeal <donb@codesourcery.com>
1182 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 * gdb.mi/basics.c: Add new global.
1185 * gdb.mi/mi-frame-regs.exp: New file.
1186 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1187 case.
1188
1189 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1192 non-parameter, and on an unknown symbol.
1193
1194 2018-01-19 Tom Tromey <tom@tromey.com>
1195
1196 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1197 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1198
1199 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1200
1201 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1202 setrlimit and chdir to int.
1203
1204 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1205
1206 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1207 function.
1208 (my_tend): Likewise.
1209 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1210 rationale of avoiding FP- and vector instructions.
1211
1212 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1213
1214 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1215 "info reg" with "\[ \t\]*".
1216 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1217 "\[ \t\]+".
1218 * gdb.arch/s390-multiarch.exp: Ditto.
1219 * gdb.base/pc-fp.exp: Ditto.
1220 * gdb.reverse/i386-precsave.exp: Ditto.
1221 * gdb.reverse/i386-reverse.exp: Ditto.
1222 * gdb.reverse/i387-env-reverse.exp: Ditto.
1223 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1224
1225 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1226
1227 * lib/gdb.exp (gdb_compile): Re-enable use of
1228 universal_compile_options for languages other than Rust.
1229
1230 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1231
1232 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1233
1234 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1235
1236 PR gdb/16577
1237 * gdb.base/solib-vanish.exp: New.
1238 * gdb.base/solib-vanish-main.c: New.
1239 * gdb.base/solib-vanish-lib1.c: New.
1240 * gdb.base/solib-vanish-lib2.c: New.
1241
1242 2018-01-17 Yao Qi <yao.qi@linaro.org>
1243
1244 * gdb.compile/compile.exp: Match the address printed for
1245 frame in the output of command "bt".
1246
1247 2018-01-15 Tom Tromey <tom@tromey.com>
1248
1249 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1250 compute sp_reg.
1251
1252 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1255 to prepare.
1256 (prepare): Return 0 on error, 1 on success.
1257
1258 2018-01-12 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.base/continue-after-aborted-step-over.c: New.
1261 * gdb.base/continue-after-aborted-step-over.exp: New.
1262
1263 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1264
1265 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1266 options when not creating an executable.
1267
1268 2018-01-11 Pedro Alves <palves@redhat.com>
1269
1270 PR remote/22597
1271 * gdb.server/stop-reply-no-thread.c: New file.
1272 * gdb.server/stop-reply-no-thread.exp: New file.
1273
1274 2018-01-10 Pedro Alves <palves@redhat.com>
1275
1276 PR gdb/22670
1277 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1278 functions too. Test setting breakpoints and printing C functions
1279 with no debug info too.
1280 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1281
1282 2018-01-10 Pedro Alves <palves@redhat.com>
1283
1284 PR gdb/22670
1285 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1286 a fail.
1287
1288 2018-01-10 Pedro Alves <palves@redhat.com>
1289
1290 PR gdb/22670
1291 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1292
1293 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1294
1295 * gdb.server/unittest.exp: Match the output in non-development
1296 mode.
1297
1298 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1299
1300 * gdb.gdb/unittest.exp: Match output in non-development mode.
1301
1302 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1303
1304 * gdb.ada/access_tagged_param.exp: Relax expected output
1305 for value of "ObjL" in "continue" to pck.inspect breakpoint
1306 test.
1307
1308 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1309
1310 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1311 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1312
1313 2018-01-05 Pedro Alves <palves@redhat.com>
1314
1315 PR gdb/18653
1316 * gdb.base/libsegfault.exp: New.
1317
1318 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1319
1320 PR gdb/22670
1321 * gdb.ada/access_tagged_param.exp: New file.
1322 * gdb.ada/access_tagged_param/foo.adb: New file.
1323
1324 2018-01-05 Pedro Alves <palves@redhat.com>
1325
1326 PR gdb/22670
1327 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1328 exercise lower case too, and to exercise both full matching and
1329 wild matching.
1330
1331 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1332
1333 * gdb.ada/rename_subscript_param: New testcase.
1334
1335 2018-01-05 Jerome Guitton <guitton@adacore.com>
1336
1337 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1338
1339 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1340
1341 * gdb.ada/convvar_comp: New testcase.
1342
1343 2018-01-05 Xavier Roirand <roirand@adacore.com>
1344
1345 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1346 (My_Table): New global variable.
1347 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1348
1349 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1350
1351 PR gdb/22670
1352 * gdb.ada/maint_with_ada: New testcase.
1353
1354 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1355
1356 PR gdb/22670
1357 * gdb.ada/bp_c_mixed_case: New testcase.
1358
1359 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1360
1361 PR gdb/22670
1362 * gdb.ada/complete.exp: Add "complete break ada" test.
1363
1364 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1365
1366 PR gdb/22670
1367 * gdb.ada/info_addr_mixed_case: New testcase.
1368
1369 2018-01-03 Xavier Roirand <roirand@adacore.com>
1370
1371 * gdb.ada/excep_handle.exp: New testcase.
1372 * gdb.ada/excep_handle/foo.adb: New file.
1373 * gdb.ada/excep_handle/pck.ads: New file.
1374
1375 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1376
1377 * gdb.base/step-line.c: Add extra empty line in copyright header.
1378 * gdb.base/step-line.inp: Likewise.
1379
1380 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1381
1382 * gdb.ada/dyn_stride.exp: Add slice test.
1383
1384 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1385
1386 * gdb.ada/dyn_stride: New testcase.
1387
1388 2017-12-27 Stafford Horne <shorne@gmail.com>
1389
1390 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1391 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1392
1393 2017-12-27 Stafford Horne <shorne@gmail.com>
1394
1395 * gdb.base/reggroups.c: New file.
1396 * gdb.base/reggroups.exp: New file.
1397
1398 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.dwarf2/ada-valprint-error.c: New file.
1401 * gdb.dwarf2/ada-valprint-error.exp: New file.
1402
1403 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1404
1405 * gdb.ada/assign_arr: New testcase.
1406
1407 2017-12-18 Xavier Roirand <roirand@adacore.com>
1408
1409 * gdb.ada/funcall_ptr: New testcase.
1410
1411 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1412
1413 PR cli/16224
1414 * gdb.base/ptype-offsets.cc: New file.
1415 * gdb.base/ptype-offsets.exp: New file.
1416
1417 2017-12-15 Yao Qi <yao.qi@linaro.org>
1418
1419 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1420 if XML is disabled.
1421
1422 2017-12-15 Xavier Roirand <roirand@adacore.com>
1423
1424 * gdb.ada/same_component_name: New testcase.
1425
1426 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1427
1428 * gdb.ada/str_binop_equal: New testcase.
1429
1430 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1431
1432 * gdb.ada/task_switch_in_core: New testcase.
1433
1434 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1435
1436 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1437 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1438 call test_bkpt_qualified.
1439 (test_bkpt_qualified): New proc.
1440
1441 2017-12-13 Pedro Alves <palves@redhat.com>
1442
1443 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1444 Tighten regexp by matching with an anchor.
1445
1446 2017-12-13 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1449 ("expression with namespace"): New set of tests.
1450 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1451 (Nested::Test_NS::qux): New.
1452 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1453 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1454
1455 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1456
1457 * gdb.base/server-del-break.c: New file.
1458 * gdb.base/server-del-break.exp: New file.
1459
1460 2017-12-12 Stafford Horne <shorne@gmail.com>
1461
1462 * gdb.xml/tdesc-regs.exp: Add or1k support.
1463
1464 2017-12-12 Stafford Horne <shorne@gmail.com>
1465
1466 * gdb.base/bp-permanent.c: Define nop of or1k.
1467
1468 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1469
1470 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1471 output with components being reordered.
1472
1473 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1474
1475 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1476 output with components being reordered.
1477
1478 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1479 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.base/maint.exp (check for .gdb_index): Check also for
1482 .debug_names.
1483 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1484 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1485 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1486 (.gdb_index used after symbol reloading): Support also .debug_names.
1487 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1488
1489 2017-12-08 Yao Qi <yao.qi@linaro.org>
1490
1491 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1492 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1493
1494 2017-12-08 Yao Qi <yao.qi@linaro.org>
1495
1496 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1497 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1498
1499 2017-12-08 Yao Qi <yao.qi@linaro.org>
1500
1501 * gdb.arch/aarch64-tagged-pointer.c: New file.
1502 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1503
1504 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1505
1506 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1507 "int".
1508
1509 2017-12-07 Keith Seitz <keiths@redhat.com>
1510
1511 PR breakpoints/22569
1512 * gdb.linespec/ls-errs.exp: Change expected result of "break
1513 -source this file has spaces.c -line 3".
1514 Check that an explicit source file followed by whitespace is
1515 identified as an invalid explicit location.
1516
1517 2017-12-07 Keith Seitz <keiths@redhat.com>
1518
1519 * gdb.cp/nested-types.cc: New file.
1520 * gdb.cp/nested-types.exp: New file.
1521 * lib/cp-support.exp: Load data-structures.exp library.
1522 (debug_cp_test_ptype_class): New global.
1523 (cp_ptype_class_verbose, next_line): New procedures.
1524 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1525 Add and document new return value.
1526 Switch the list of lines to a queue.
1527 Add support for new `type' key for nested type definitions.
1528 Add debugging/troubleshooting messages.
1529 * lib/data-structures.exp: New file.
1530
1531 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1532
1533 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1534 with proc_with_prefix, don't use with_test_prefix.
1535
1536 2017-12-07 Tom Tromey <tom@tromey.com>
1537
1538 * gdb.base/break.exp: Add test for empty "commands".
1539
1540 2017-12-07 Yao Qi <yao.qi@linaro.org>
1541
1542 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1543 malloc and catch syscall.
1544
1545 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1546
1547 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1548 tests for explicit locations.
1549
1550 2017-12-06 Pedro Alves <palves@redhat.com>
1551
1552 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1553 force-disabling XML descriptions.
1554
1555 2017-12-04 Pedro Alves <palves@redhat.com>
1556
1557 PR gdb/22499
1558 * gdb.arch/amd64-disp-step-avx.S: New file.
1559 * gdb.arch/amd64-disp-step-avx.exp: New file.
1560
1561 2017-12-03 Pedro Alves <palves@redhat.com>
1562
1563 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1564 and <string.h>.
1565 (parent_function): Print distinct messages when waitpid fails, or
1566 the child exits with a signal, or the child exits for an unhandled
1567 reason.
1568 * gdb.threads/process-dies-while-detaching.exp
1569 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1570 it. Wait for both inferior output and GDB's prompt. Use an
1571 indirect spawn id list.
1572 (do_detach): New parameter 'child_exit'. Use it to compute
1573 expected inferior output.
1574 (test_detach, test_detach_watch, test_detach_killed_outside):
1575 Adjust to pass down the expected child exit kind.
1576
1577 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1578 Sergio Durigan Junior <sergiodj@redhat.com>
1579 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1582
1583 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1584
1585 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1586 to 'symbol-file' and 'add-symbol-file' can be
1587 position-independent.
1588
1589 2017-12-01 Yao Qi <yao.qi@linaro.org>
1590
1591 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1592 the URL in copyright header.
1593 * gdb.arch/aarch64-fp.exp: Likewise.
1594 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1595 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1596 * gdb.base/expand-psymtabs.exp: Likewise.
1597 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1598 * gdb.fortran/common-block.exp: Likewise.
1599 * gdb.fortran/common-block.f90: Likewise.
1600 * gdb.fortran/logical.exp: Likewise.
1601 * gdb.fortran/vla-datatypes.f90: Likewise.
1602 * gdb.fortran/vla-sub.f90: Likewise.
1603
1604 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1605
1606 * gdb.ada/repeat_dyn: New testcase.
1607
1608 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1609
1610 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1611 Update for changed thread numbering.
1612 * gdb.cell/bt.exp: Update for changed GDB output.
1613
1614 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1615
1616 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1617 setting isremote by hand.
1618 * boards/dwarf4-gdb-index.exp: Likewise.
1619 * boards/fission.exp: Likewise.
1620 * boards/stabs.exp: Likewise.
1621
1622 2017-11-30 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.linespec/cpls-ops.exp
1625 (check_explicit_skips_function_argument): Extract the underlying
1626 type of size_t instead of hardcoding it.
1627
1628 2017-11-29 Pedro Alves <palves@redhat.com>
1629
1630 PR c++/19436
1631 * gdb.linespec/cpls-abi-tag.cc: New file.
1632 * gdb.linespec/cpls-abi-tag.exp: New file.
1633
1634 2017-11-29 Pedro Alves <palves@redhat.com>
1635
1636 * gdb.base/langs.exp: Use -qualified.
1637 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1638 it.
1639 * gdb.cp/namespace.exp: Use -qualified.
1640 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1641 (overload-3, template-overload, template-ret-type, const-overload)
1642 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1643 procedures.
1644 (test_driver): Call them.
1645 * gdb.cp/save-bp-qualified.cc: New.
1646 * gdb.cp/save-bp-qualified.exp: New.
1647 * gdb.linespec/explicit.exp: Test -qualified.
1648 * lib/completion-support.exp (completion::explicit_opts_list): Add
1649 "-qualified".
1650 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1651
1652 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1653
1654 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1655
1656 2017-11-29 Tom Tromey <tom@tromey.com>
1657
1658 * gdb.base/relocate.exp: Update invalid argument test.
1659 Add new tests for invalid arguments.
1660
1661 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1662
1663 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1664 Return 0 as a long.
1665 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1666
1667 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1668
1669 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1670 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1671 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1672 func ().
1673 * gdb.cp/shadow.cc (B.func): Return 0.
1674
1675 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1676
1677 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1678 expected output in gdb_expect call to allow the exception
1679 message to be present as well. Fix syntax confusion to avoid
1680 TCL thinking that exception_name is an array.
1681
1682 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1683
1684 * gdb.arch/spu-info.c: Include <unistd.h>.
1685 (do_signal_test): Fix broken calls to write.
1686 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1687 Fix checks for empty mailboxes. Update signal tests for corrected
1688 do_signal_test routine. Allow nonzero event status.
1689 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1690 * gdb.cell/arch.exp: Use standard_output_file.
1691 * gdb.cell/break.exp: Likewise.
1692 * gdb.cell/bt.exp: Likewise.
1693 * gdb.cell/core.exp: Likewise.
1694 * gdb.cell/dwarfaddr.exp: Likewise.
1695 * gdb.cell/ea-cache.exp: Likewise.
1696 * gdb.cell/ea-standalone.exp: Likewise.
1697 * gdb.cell/f-regs.exp: Likewise.
1698 * gdb.cell/fork.exp: Likewise.
1699 * gdb.cell/gcore.exp: Likewise.
1700 * gdb.cell/mem-access.exp: Likewise.
1701 * gdb.cell/ptype.exp: Likewise.
1702 * gdb.cell/registers.exp: Likewise.
1703 * gdb.cell/sizeof.exp: Likewise.
1704 * gdb.cell/solib-symbol.exp: Likewise.
1705 * gdb.cell/solib.exp: Likewise.
1706
1707 2017-11-25 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.base/complete-empty.exp: New file.
1710 * gdb.base/completion.exp: Adjust.
1711
1712 2017-11-25 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.linespec/cpls-ops.cc: New file.
1715 * gdb.linespec/cpls-ops.exp: New file.
1716 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1717 factored out from ...
1718 (test_complete_prefix_range): ... this.
1719
1720 2017-11-24 Pedro Alves <palves@redhat.com>
1721
1722 * gdb.linespec/cpcompletion.exp: New file.
1723 * gdb.linespec/cpls-hyphen.cc: New file.
1724 * gdb.linespec/cpls.cc: New file.
1725 * gdb.linespec/cpls2.cc: New file.
1726 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1727 test to use test_gdb_complete_unique. Add label completion,
1728 keyword completion and explicit location completion tests.
1729 * lib/completion-support.exp: New file.
1730
1731 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1732
1733 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1734 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1735 when hitting an exception catchpoint.
1736
1737 2017-11-22 Yao Qi <yao.qi@linaro.org>
1738
1739 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1740
1741 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1742
1743 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1744 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1745 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1746
1747 2017-11-22 Yao Qi <yao.qi@linaro.org>
1748
1749 * gdb.base/info-os.exp: Pass pthreads.
1750 * gdb.multi/multi-attach.exp: Likewise.
1751
1752 2017-11-22 Yao Qi <yao.qi@linaro.org>
1753
1754 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1755 compiler.
1756
1757 2017-11-22 Yao Qi <yao.qi@linaro.org>
1758
1759 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1760 * gdb.base/break-interp.exp: Likewise.
1761 * gdb.base/jit-attach-pie.exp: Likewise.
1762
1763 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1764
1765 * gdb.base/float128.c (large128): New variable.
1766 * gdb.base/float128.exp: Add test to print largest __float128 value.
1767
1768 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1769
1770 * gdb.arch/vsx-regs.exp: Update register content checks.
1771
1772 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1773
1774 * gdb.arch/ppc-longdouble.exp: New file.
1775 * gdb.arch/ppc-longdouble.c: Likewise.
1776
1777 2017-11-21 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1780
1781 2017-11-20 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1784 (long_double_typedef): New typedefs.
1785 Use DEF on double and long double.
1786 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1787 cases.
1788 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1789 and 'long_double_ptr_same_size' locals. Use them to decide
1790 whether cast from array/function to float is valid/invalid.
1791
1792 2017-11-17 Tom Tromey <tom@tromey.com>
1793
1794 * gdb.rust/traits.rs: New file.
1795 * gdb.rust/traits.exp: New file.
1796
1797 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1798
1799 * gdb.ada/minsyms: New testcase.
1800
1801 2017-11-16 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1804 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1805
1806 2017-11-16 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1809 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1810
1811 2017-11-16 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.server/reconnect-ctrl-c.c: New file.
1814 * gdb.server/reconnect-ctrl-c.exp: New file.
1815
1816 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1817
1818 * gdb.python/py-rbreak.exp: New file.
1819 * gdb.python/py-rbreak.c: New file.
1820 * gdb.python/py-rbreak-func2.c: New file.
1821
1822 2017-11-16 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1825 pattern.
1826 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1827 GDB.
1828
1829 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1830
1831 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1832 regex.
1833
1834 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1835
1836 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1837 test names.
1838
1839 2017-11-09 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1842 factored out from ...
1843 (top level): ... here, and adjusted to avoid expecting beyond the
1844 prompt in a single gdb_test_multiple.
1845
1846 2017-11-09 Pedro Alves <palves@redhat.com>
1847
1848 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1849 output.
1850 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1851 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1852 * gdb.server/ext-run.exp ("kill" test): Likewise.
1853 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1854
1855 2017-11-09 Pedro Alves <palves@redhat.com>
1856
1857 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1858 match till end of line.
1859
1860 2017-11-09 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1863
1864 2017-11-09 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1867 New procedures, factored out from ...
1868 (top level): ... here, and adjusted to avoid expecting beyond the
1869 prompt in one go.
1870
1871 2017-11-09 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1874 output. Fix '?' match.
1875
1876 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1877
1878 * gdb.ada/scoped_watch: New testcase.
1879 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1880 which is actually correct.
1881 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1882 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1883
1884 2017-11-08 Pedro Alves <palves@redhat.com>
1885
1886 * gdb.gdb/complaints.exp (test_initial_complaints)
1887 (test_serial_complaints, test_short_complaints): Call
1888 complaint_internal instead of complaint.
1889
1890 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1891
1892 * gdb.threads/tls-core.c: New file.
1893 * gdb.threads/tls-core.exp: Likewise.
1894
1895 2017-11-08 Pedro Alves <palves@redhat.com>
1896
1897 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1898 (p Exported_Capitalized): New test.
1899 (p exported_capitalized): New test.
1900
1901 2017-11-07 Pedro Alves <palves@redhat.com>
1902
1903 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1904
1905 2017-11-07 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1908 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1909 (disable_invalid, disable_inverted, disable_negative): New
1910 procedures.
1911 ("bad numbers"): New set of tests.
1912
1913 2017-11-07 Pedro Alves <palves@redhat.com>
1914
1915 * gdb.cp/ena-dis-br-range.exp: Add tests.
1916
1917 2017-11-07 Pedro Alves <palves@redhat.com>
1918
1919 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1920
1921 2017-11-07 Xavier Roirand <roirand@adacore.com>
1922 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.base/ena-dis-br.exp: Add reference to
1925 gdb.cp/ena-dis-br-range.exp.
1926 * gdb.cp/ena-dis-br-range.exp: New file.
1927 * gdb.cp/ena-dis-br-range.cc: New file.
1928
1929 2017-11-06 Pedro Alves <palves@redhat.com>
1930
1931 * gdb.base/attach-non-pgrp-leader.c: New.
1932 * gdb.base/attach-non-pgrp-leader.exp: New.
1933
1934 2017-11-06 Pedro Alves <palves@redhat.com>
1935
1936 * configure.ac: No longer check for termio.h and sgtty.h.
1937 * configure: Regenerate.
1938 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1939 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1940 Remove termio and sgtty code.
1941
1942 2017-11-03 Yao Qi <yao.qi@linaro.org>
1943
1944 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1945 in GDB is disabled.
1946
1947 2017-11-03 Yao Qi <yao.qi@linaro.org>
1948
1949 * gdb.python/py-thrhandle.exp: Skip it if python is not
1950 enabled.
1951
1952 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1953
1954 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1955 as a breakpoint command.
1956
1957 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1958
1959 PR python/21213
1960 * gdb.python/py-infthread.exp: Test calling
1961 InferiorThread.inferior () multiple times in a row.
1962
1963 2017-10-27 Keith Seitz <keiths@redhat.com>
1964
1965 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1966 Test "info break" for every inlined function breakpoint.
1967
1968 2017-10-27 Yao Qi <yao.qi@linaro.org>
1969
1970 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1971
1972 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1973
1974 * gdb.cp/classes.exp (test_static_members): Test printing
1975 Outer::instance.
1976 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1977 (Inner::instance, Outer::instance): New.
1978
1979 2017-10-24 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1982 extra console" test in two stages.
1983
1984 2017-10-24 Pedro Alves <palves@redhat.com>
1985
1986 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1987
1988 2017-10-24 Pedro Alves <palves@redhat.com>
1989
1990 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1991 loop.
1992
1993 2017-10-24 Pedro Alves <palves@redhat.com>
1994
1995 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1996 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1997
1998 2017-10-24 Pedro Alves <palves@redhat.com>
1999
2000 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2001 parameter and handle it. Don't output read value in test name.
2002
2003 2017-10-24 Pedro Alves <palves@redhat.com>
2004
2005 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2006 custom test name.
2007
2008 2017-10-24 Pedro Alves <palves@redhat.com>
2009
2010 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2011 include the unstable output directory name in the test's name.
2012 (initial_setup_simple) <'set args'>: Use custom test name.
2013
2014 2017-10-24 Pedro Alves <palves@redhat.com>
2015
2016 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2017 with explicit test name.
2018
2019 2017-10-20 Pedro Alves <palves@redhat.com>
2020
2021 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2022 'wait -i'. Use gdb_assert and remote_close.
2023
2024 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2027 number from variable rather than hard-coded.
2028
2029 2017-10-19 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.base/long-inferior-output.c: New file.
2032 * gdb.base/long-inferior-output.exp: New file.
2033
2034 2017-11-18 Keith Seitz <keiths@redhat.com>
2035
2036 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2037 method.
2038 (main): Call it.
2039 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2040 Add additional user-defined conversion operator tests.
2041
2042 2017-10-17 Pedro Alves <palves@redhat.com>
2043
2044 * boards/native-stdio-gdbserver.exp: Load "local-board".
2045
2046 2017-10-17 Pedro Alves <palves@redhat.com>
2047
2048 * gdb.base/quit-live.c: New file.
2049 * gdb.base/quit-live.exp: New file.
2050
2051 2017-10-16 Keith Seitz <keiths@redhat.com>
2052
2053 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2054 (class_with_protected_typedef, class_with_private_typedef)
2055 (struct_with_public_typedef, struct_with_protected_typedef)
2056 (struct_with_private_typedef): New classes/structs.
2057 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2058 typedefs and access specifiers.
2059
2060 2017-10-16 Pedro Alves <palves@redhat.com>
2061 Simon Marchi <simon.marchi@polymtl.ca>
2062
2063 * README (Local vs Remote vs Native): New section.
2064 * boards/local-board.exp: New file, with bits factored out from
2065 ...
2066 * boards/native-extended-gdbserver.exp: ... here. Load
2067 "local-board".
2068 * boards/native-gdbserver.exp: Load "local-board".
2069 (${board}_spawn, ${board}_exec): Delete.
2070 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2071 ...
2072 * boards/stdio-gdbserver-base.exp: ... this new file.
2073 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2074 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2075 procedure.
2076 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2077 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2078 stdio_gdbserver_command.
2079 (${board}_get_remote_address, ${board}_get_comm_port)
2080 (${board}_download, ${board}_upload): Delete.
2081 (get_target_remote_pipe_cmd): New.
2082
2083 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2084
2085 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2086 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2087 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2088 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2089 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2090 remove with_test_prefix.
2091
2092 2017-10-13 Pedro Alves <palves@redhat.com>
2093
2094 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2095 * gdb.base/annota1.exp: Use it instead of is_remote.
2096 * gdb.base/annota3.exp: Use it instead of is_remote.
2097 * gdb.cp/annota2.exp: Use it instead of is_remote.
2098 * gdb.cp/annota3.exp: Use it instead of is_remote.
2099 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2100
2101 2017-10-13 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2104 (test_num_test_vars, run_and_count_vars, find_env)
2105 (test_set_unset_env, test_inherit_env_var): New procedures.
2106 (top level): Use them.
2107
2108 2017-10-13 Pedro Alves <palves@redhat.com>
2109
2110 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2111 also skip on stub-like targets.
2112
2113 2017-10-13 Pedro Alves <palves@redhat.com>
2114
2115 PR gdb/22293
2116 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2117 (top level): Move some tests to ...
2118 (test_not_found): ... this new procedure.
2119 (top level): Call it.
2120
2121 2017-10-13 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2124 expect different "info terminal" output if testing with a
2125 non-native target.
2126
2127 2017-10-13 Pedro Alves <palves@redhat.com>
2128 Simon Marchi <simon.marchi@polymtl.ca>
2129
2130 PR python/12966
2131 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2132
2133 2017-10-13 Pedro Alves <palves@redhat.com>
2134
2135 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2136 already.
2137
2138 2017-10-13 Pedro Alves <palves@redhat.com>
2139
2140 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2141 is_remote.
2142
2143 2017-10-13 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2146 is_remote.
2147
2148 2017-10-13 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2151 is set.
2152 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2153 instead of is_remote.
2154
2155 2017-10-13 Pedro Alves <palves@redhat.com>
2156
2157 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2158 (top level): Add comment.
2159
2160 2017-10-13 Pedro Alves <palves@redhat.com>
2161
2162 * gdb.base/remote.exp (top level): Fix comment typo and add
2163 missing return.
2164
2165 2017-10-13 Pedro Alves <palves@redhat.com>
2166 Simon Marchi <simon.marchi@polymtl.ca>
2167
2168 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2169 calls and add comments. Skip test if use_gdb_stub is set.
2170 (top level): Use "set cwd" command instead of "cd" command.
2171
2172 2017-10-13 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2175 is_remote target check.
2176
2177 2017-10-13 Pedro Alves <palves@redhat.com>
2178
2179 * gdb.base/scope.exp: Use build_executable + clean_restart +
2180 gdb_file_cmd instead of prepare_for_testing and no longer skip
2181 "before run" tests on is_remote target boards. Update comments.
2182 * boards/native-extended-gdbserver.exp
2183 (extended_gdbserver_load_last_file): New, factored out from ...
2184 (gdb_load): ... this. Move further below and add comment.
2185 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2186
2187 2017-10-12 Pedro Alves <palves@redhat.com>
2188
2189 * gdb.base/attach.exp: Remove references to gdb64.
2190 * gdb.base/dbx.exp: Remove references to gdb64.
2191
2192 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2193 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.base/label.exp: Remove is_remote target check.
2196
2197 2017-10-12 Pedro Alves <palves@redhat.com>
2198
2199 * gdb.base/auvx.exp (coredir): Update comment.
2200 (top level) <core_works>: Use "set cwd" command instead of "cd"
2201 command.
2202
2203 2017-10-12 Pedro Alves <palves@redhat.com>
2204 Simon Marchi <simon.marchi@polymtl.ca>
2205
2206 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2207 target boards.
2208
2209 2017-10-12 Pedro Alves <palves@redhat.com>
2210 Simon Marchi <simon.marchi@polymtl.ca>
2211
2212 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2213 Instead skip if there's any gdb_protocol set.
2214
2215 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2216 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2219
2220 2017-10-12 Pedro Alves <palves@redhat.com>
2221 Simon Marchi <simon.marchi@polymtl.ca>
2222
2223 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2224 instead of on dejagnu remote boards.
2225
2226 2017-10-12 Pedro Alves <palves@redhat.com>
2227 Simon Marchi <simon.marchi@polymtl.ca>
2228
2229 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2230 checks. Use build_executable + clean_restart instead of
2231 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2232 of enabling non-stop after starting gdb.
2233
2234 2017-10-12 Pedro Alves <palves@redhat.com>
2235
2236 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2237 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2238 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2239 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2240
2241 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2242
2243 * gdb.arch/arc-tdesc-cpu.exp: New file.
2244 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2245
2246 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2247
2248 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2249
2250 2017-10-10 Pedro Alves <palves@redhat.com>
2251
2252 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2253 expect CLI output.
2254
2255 2017-10-10 Pedro Alves <palves@redhat.com>
2256
2257 * lib/selftest-support.exp (selftest_setup): Update for
2258 captured_command_loop's prototype change.
2259
2260 2017-10-09 Pedro Alves <palves@redhat.com>
2261
2262 Test both arch1=>arch2 and arch2=>arch1.
2263
2264 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2265 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2266 factored out to...
2267 (append_arch1_options, append_arch2_options, append_arch_options)
2268 (build_executables): New procedures.
2269 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2270 local.
2271 (top level): Add new 'first_arch' testing axis.
2272
2273 2017-10-09 Pedro Alves <palves@redhat.com>
2274
2275 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2276 (barrier): New.
2277 (thread_start, all_started): New functions.
2278 (main): Spawn new thread and wait until it is scheduled.
2279 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2280 option.
2281 (do_test): Add 'selected_thread' parameter. Run to all_started
2282 instead of main. Explicitly set the breakpoint at main. Switch
2283 to the SELECTED_THREAD thread.
2284 (top level): Test handling the exec event with either the main
2285 thread or the second thread selected.
2286
2287 2017-10-09 Pedro Alves <palves@redhat.com>
2288
2289 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2290 logic. Move STOP marker after the value checks.
2291 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2292 regexp.
2293
2294 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2295
2296 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2297
2298 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2299
2300 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2301 integer-to-dfp conversion.
2302 * gdb.base/dfp-test.exp: Likewise.
2303
2304 2017-10-04 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.multi/hangout.c: Include <unistd.h>.
2307 (hangout_loop): New function.
2308 (main): Call alarm. Call hangout_loop in a loop.
2309 * gdb.multi/hello.c: Include <unistd.h>.
2310 (hello_loop): New function.
2311 (main): Call alarm. Call hangout_loop in a loop.
2312 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2313 inferior with the other selected.
2314
2315 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2316
2317 * gdb.mi/list-thread-groups-available.exp: New file.
2318 * gdb.mi/list-thread-groups-available.c: New file.
2319
2320 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2321
2322 * gdb.base/set-cwd.exp: Make it available on
2323 native-extended-gdbserver.
2324
2325 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2326
2327 * gdb.base/set-cwd.c: New file.
2328 * gdb.base/set-cwd.exp: Likewise.
2329
2330 2017-10-02 Tom Tromey <tom@tromey.com>
2331
2332 PR rust/22236:
2333 * gdb.rust/simple.rs (main): New variable "fslice".
2334 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2335
2336 2017-10-02 Tom Tromey <tom@tromey.com>
2337
2338 * gdb.rust/simple.exp: Test ptype of a slice.
2339
2340 2017-10-02 Tom Tromey <tom@tromey.com>
2341
2342 * gdb.rust/simple.exp: Test index of slice.
2343
2344 2017-09-27 Tom Tromey <tom@tromey.com>
2345
2346 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2347
2348 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2349 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.base/compare-sections.exp (get value of read-only section): Read
2352 as unsigned value.
2353 (corrupt read-only section): Likewise and don't set written if patching
2354 failed.
2355
2356 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2357
2358 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2359 files.
2360
2361 2017-09-20 Pedro Alves <palves@redhat.com>
2362
2363 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2364 symbol names in gdb's output.
2365 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2366
2367 2017-09-20 Pedro Alves <palves@redhat.com>
2368
2369 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2370 Rename to ...
2371 (test_list_ambiguous_symbol): ... this and add a symbol name
2372 parameter. Adjust.
2373 (test_list_ambiguous_function): Reimplement on top of
2374 test_list_ambiguous_symbol and also test listing ambiguous
2375 variables.
2376 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2377 (ambiguous_fun): ... this.
2378 (ambiguous_var): New.
2379 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2380 (ambiguous_fun): ... this.
2381 (ambiguous_var): New.
2382
2383 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2384
2385 * gdb.base/starti.c: New file.
2386 * gdb.base/starti.exp: New file.
2387 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2388
2389 2017-09-14 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2392 (top level): Use it instead of runto.
2393
2394 2017-09-11 Tom Tromey <tom@tromey.com>
2395
2396 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2397
2398 2017-09-11 Tom Tromey <tom@tromey.com>
2399
2400 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2401 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2402
2403 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2404
2405 * gdb.fortran/printing-types.exp: New file.
2406 * gdb.fortran/printing-types.exp: New file.
2407
2408 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2409
2410 * gdb.fortran/vla-ptype.exp: Fix typos.
2411 * gdb.fortran/vla-value.exp: Same.
2412
2413 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2414
2415 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2416 * gdb.mi/mi-var-child-f.exp: Likewise.
2417 * gdb.mi/mi-vla-fortran.exp: Likewise.
2418
2419 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2420 Christoph Weinmann <christoph.t.weinmann@intel.com>
2421 Bernhard Heckel <bernhard.heckel@intel.com>
2422
2423 * gdb.fortran/ptr-indentation.f90: New file.
2424 * gdb.fortran/ptr-indentation.exp: New file.
2425
2426 2017-09-05 Tom Tromey <tom@tromey.com>
2427
2428 PR gdb/22010:
2429 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2430
2431 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2432
2433 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2434
2435 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2436
2437 * gdb.threads/tls-nodebug-pie.c: New file.
2438 * gdb.threads/tls-nodebug-pie.exp: New file.
2439
2440 2017-09-05 Tom Tromey <tom@tromey.com>
2441
2442 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2443 for rust.
2444
2445 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2446
2447 * gdb.multi/multi-arch-exec.exp: Test with different
2448 "follow-exec-mode" settings.
2449 (do_test): New procedure.
2450
2451 2017-09-04 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.base/func-static.c (S::method const, S::method volatile)
2454 (S::method volatile const): New methods.
2455 (c_s, v_s, cv_s): New instances.
2456 (main): Call method() on them.
2457 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2458 (cannot_resolve): New procedure.
2459 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2460 print-quote-unquoted columns.
2461 (do_test): Test printing each scope too.
2462
2463 2017-09-04 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.base/local-static.exp: Also test with
2466 class::method::variable wholly quoted.
2467 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2468
2469 2017-09-04 Pedro Alves <palves@redhat.com>
2470
2471 * gdb.base/local-static.c: New.
2472 * gdb.base/local-static.cc: New.
2473 * gdb.base/local-static.exp: New.
2474
2475 2017-09-04 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.asm/asm-source.exp: Add casts to int.
2478 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2479 (dataglobal64_1, dataglobal64_2): New globals.
2480 * gdb.base/nodebug.exp: Test different expressions involving the
2481 new globals, with print, whatis and ptype. Add casts to int.
2482 * gdb.base/solib-display.exp: Add casts to int.
2483 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2484 * gdb.cp/m-static.exp: Add cast to int.
2485 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2486 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2487 tls variable with no debug info without a cast. Test with a cast
2488 to int too.
2489 * gdb.trace/entry-values.exp: Add casts.
2490
2491 2017-09-04 Pedro Alves <palves@redhat.com>
2492
2493 * gdb.base/nodebug.exp: Test that ptype's error about functions
2494 with unknown return type includes the function name too.
2495
2496 2017-09-04 Pedro Alves <palves@redhat.com>
2497
2498 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2499 return type of munmap in infcall.
2500 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2501 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2502 type of ftell in infcall.
2503 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2504 type of getpid in infcall.
2505 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2506 infcall.
2507 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2508 Bail on failure to extract the pid.
2509 * gdb.base/nodebug.c: #include <stdint.h>.
2510 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2511 New functions.
2512 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2513 Change expected output of print/whatis/ptype with functions with
2514 no debug info. Test all supported languages. Call
2515 test_call_promotion.
2516 * gdb.compile/compile.exp: Adjust expected output to expect
2517 warning.
2518 * gdb.threads/siginfo-threads.exp: Likewise.
2519
2520 2017-09-04 Pedro Alves <palves@redhat.com>
2521
2522 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2523 "prototypes". Test calling float functions via prototyped and
2524 unprototyped function pointers.
2525 (perform_all_tests): New parameter "prototypes". Pass it down.
2526 (top level): Pass down "prototypes" parameter to
2527 perform_all_tests.
2528
2529 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2530
2531 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2532 Test with nested loops.
2533
2534 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2535
2536 * gdb.base/commands.exp: Call the new procedures.
2537 (loop_break_test, loop_continue_test): New procedures.
2538
2539 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2540
2541 * gdb.base/commands.exp: Call new procedure.
2542 (define_if_without_arg_test): New procedure.
2543
2544 2017-09-04 Pedro Alves <palves@redhat.com>
2545
2546 * gdb.base/list-ambiguous.exp: New file.
2547 * gdb.base/list-ambiguous0.c: New file.
2548 * gdb.base/list-ambiguous1.c: New file.
2549 * gdb.base/list.exp (test_list_range): Adjust expected output.
2550
2551 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2552
2553 * gdb.base/share-env-with-gdbserver.c: New file.
2554 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2555
2556 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2557
2558 * gdb.base/commands.exp (gdbvar_simple_if_test,
2559 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2560 progvar_simple_if_test, progvar_simple_while_test,
2561 progvar_complex_if_while_test, user_defined_command_test,
2562 user_defined_command_args_eval,
2563 user_defined_command_args_stack_test,
2564 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2565 temporary_breakpoint_commands,
2566 gdb_test_no_prompt, redefine_hook_test,
2567 redefine_backtrace_test): Remove "global gdb_prompt".
2568
2569 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2570
2571 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2572 New proc, call it from toplevel.
2573
2574 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2575
2576 PR remote/21852
2577 * gdb.server/normal.c: New file, copied from gdb.base.
2578 * gdb.server/run-without-local-binary.exp: New file.
2579
2580 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2581
2582 * gdb.arch/sparc64-adi.exp: New file.
2583 * gdb.arch/sparc64-adi.c: New file.
2584
2585 2017-08-22 Pedro Alves <palves@redhat.com>
2586
2587 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2588 (top level): Add "list all overloads" tests.
2589
2590 2017-08-22 Tom Tromey <tom@tromey.com>
2591
2592 * gdb.gdb/xfullpath.exp: Remove.
2593
2594 2017-08-21 Pedro Alves <palves@redhat.com>
2595
2596 PR gdb/19487
2597 * gdb.base/symbol-alias.c: New.
2598 * gdb.base/symbol-alias2.c: New.
2599 * gdb.base/symbol-alias.exp: New.
2600
2601 2017-08-21 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.base/dfp-test.c
2604 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2605 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2606 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2607 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2608 * gdb.base/whatis-ptype-typedefs.c: New.
2609 * gdb.base/whatis-ptype-typedefs.exp: New.
2610 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2611 (an_int, an_int_type, an_int_type2): New globals.
2612 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2613 involving typedefs and cast expressions.
2614 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2615 (lookup_typedefs_function): New.
2616 (typedefs_pretty_printers_dict): New.
2617 (top level): Register lookup_typedefs_function in
2618 gdb.pretty_printers.
2619
2620 2017-08-18 Yao Qi <yao.qi@linaro.org>
2621
2622 * gdb.server/unittest.exp: New.
2623
2624 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2625
2626 PR gdb/21954
2627 * gdb.base/environ.exp: Add test to check if 'unset environment'
2628 works.
2629
2630 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2631
2632 * lib/gdb.exp (universal_compile_options): New caching proc.
2633 (gdb_compile): Suppress GCC's coloring of messages.
2634
2635 2017-08-14 Tom Tromey <tom@tromey.com>
2636
2637 PR gdb/21675:
2638 * gdb.base/printcmds.exp (test_radices): New function.
2639 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2640 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2641 * lib/gdb.exp (get_integer_valueof): Use p/d.
2642
2643 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2644
2645 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2646 characters.
2647
2648 2017-08-05 Tom Tromey <tom@tromey.com>
2649
2650 * gdb.rust/simple.exp: Allow String to appear in a different
2651 namespace.
2652
2653 2017-07-26 Yao Qi <yao.qi@linaro.org>
2654
2655 * gdb.gdb/unittest.exp: Invoke command
2656 "maintenance check xml-descriptions".
2657
2658 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2659
2660 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2661 calling context.
2662 (hex128): Drop erroneous calculation of parameters.
2663
2664 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2665
2666 * gdb.python/py-unwind.exp: Disable stack protection when
2667 building test file.
2668
2669 2017-07-20 Pedro Alves <palves@redhat.com>
2670
2671 * gdb.base/default.exp (set language): Adjust expected output.
2672
2673 2017-07-20 Pedro Alves <palves@redhat.com>
2674
2675 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2676 (test_minsym): ... this, and make static.
2677 (get_pck__foo__bar__minsym): Rename to ...
2678 (get_test_minsym): ... this.
2679 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2680 symbol names and comments.
2681 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2682 (get_test_minsym): ... this.
2683 (pck__foo__bar__minsym__2): Rename to ...
2684 (test_minsym): ... this.
2685 (main): Adjust.
2686
2687 2017-07-17 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/completion.exp: Adjust expected output.
2690 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2691 the completer works.
2692
2693 2017-07-17 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2696
2697 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2700
2701 2017-07-14 Tom Tromey <tom@tromey.com>
2702
2703 PR rust/21764:
2704 * gdb.rust/simple.exp: Add tests.
2705
2706 2017-07-14 Tom Tromey <tom@tromey.com>
2707
2708 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2709
2710 2017-07-14 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.linespec/base/one/thefile.cc (z1): New function.
2713 * gdb.linespec/base/two/thefile.cc (z2): New function.
2714 * gdb.linespec/linespec.exp: Add tests.
2715
2716 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2717
2718 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2719 to mi_create_breakpoint.
2720
2721 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2722
2723 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2724 mi_create_breakpoint.
2725
2726 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2727
2728 * gdb.dlang/demangle.exp: Update for demangling changes.
2729
2730 2017-07-09 Tom Tromey <tom@tromey.com>
2731
2732 * gdb.dwarf2/shortpiece.exp: New file.
2733
2734 2017-07-06 David Blaikie <dblaikie@gmail.com>
2735
2736 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2737 built from fissiont-multi-cu{1,2}.c.
2738 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2739 except putting 'main' and 'func' in separate CUs in the same DWO file.
2740 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2741 test.
2742 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2743 test.
2744
2745 2017-07-06 Pedro Alves <palves@redhat.com>
2746
2747 * gdb.python/py-unwind.exp: Test flushregs.
2748
2749 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2750
2751 PR cli/21688
2752 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2753 tests for alias commands and trailing whitespace.
2754
2755 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2756
2757 PR cli/21688
2758 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2759 procedure. Call it.
2760
2761 2017-06-29 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.base/printcmds.exp: Add tests.
2764
2765 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2766
2767 PR gdb/21337
2768 * gdb.base/reread-readsym.exp: New file.
2769 * gdb.base/reread-readsym.c: New file.
2770
2771 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2772
2773 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2774 subpattern.
2775
2776 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2777
2778 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2779 extended mnemonic.
2780 * gdb.arch/powerpc-power9.s: Likewise.
2781
2782 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2783
2784 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2785 on 32-bit x86 targets. Exploit is_*_target macros where
2786 appropriate.
2787
2788 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2789
2790 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2791 register pieces.
2792
2793 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2794
2795 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2796 located in one or more DWARF pieces.
2797
2798 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2799
2800 * lib/gdb.exp (get_endianness): New proc.
2801 * gdb.arch/aarch64-fp.exp: Use it.
2802 * gdb.arch/altivec-regs.exp: Likewise.
2803 * gdb.arch/e500-regs.exp: Likewise.
2804 * gdb.arch/vsx-regs.exp: Likewise.
2805 * gdb.base/dump.exp: Likewise.
2806 * gdb.base/funcargs.exp: Likewise.
2807 * gdb.base/gnu_vector.exp: Likewise.
2808 * gdb.dwarf2/formdata16.exp: Likewise.
2809 * gdb.dwarf2/implptrpiece.exp: Likewise.
2810 * gdb.dwarf2/nonvar-access.exp: Likewise.
2811 * gdb.python/py-inferior.exp: Likewise.
2812 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2813
2814 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2815
2816 PR gdb/21226
2817 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2818 stack value pieces are taken from the LSB end.
2819
2820 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2821
2822 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2823 variable at nonzero offset.
2824
2825 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2826
2827 * gdb.dwarf2/var-access.c: New file.
2828 * gdb.dwarf2/var-access.exp: New test.
2829 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2830
2831 2017-06-12 Tom Tromey <tom@tromey.com>
2832
2833 * gdb.dwarf2/formdata16.exp: Add tests.
2834
2835 2017-06-12 Tom Tromey <tom@tromey.com>
2836
2837 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2838
2839 2017-06-12 Tom Tromey <tom@tromey.com>
2840
2841 PR exp/16225:
2842 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2843 * gdb.arch/vsx-regs.exp: Update tests.
2844 * gdb.arch/s390-vregs.exp (hex128): New proc.
2845 Update test.
2846 * gdb.arch/altivec-regs.exp: Update tests.
2847
2848 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2849
2850 * gdb.base/startup-with-shell.c: New file.
2851 * gdb.base/startup-with-shell.exp: Likewise.
2852
2853 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2854
2855 * gdb.server/non-existing-program.exp: Update regex in order to
2856 reflect the fact that gdbserver is now using fork_inferior (with a
2857 shell) to startup the inferior.
2858
2859 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2860
2861 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2862 support function calls from GDB.
2863
2864 2017-05-21 Tom Tromey <tom@tromey.com>
2865
2866 PR rust/21466:
2867 * gdb.rust/unsized.exp: New file.
2868 * gdb.rust/unsized.rs: New file.
2869
2870 2017-05-19 Tom Tromey <tom@tromey.com>
2871
2872 PR rust/21484:
2873 * gdb.rust/watch.exp: New file.
2874 * gdb.rust/watch.rs: New file.
2875
2876 2017-05-18 Tom Tromey <tom@tromey.com>
2877
2878 * gdb.rust/simple.exp: Allow Box to be qualified.
2879
2880 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2881
2882 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2883
2884 2017-05-18 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.base/fileio.c (test_write, test_read, test_close)
2887 (test_fstat): Don't print 'ret' in the fail path.
2888
2889 2017-05-18 Pedro Alves <palves@redhat.com>
2890
2891 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2892 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2893 (test_system, test_rename, test_unlink, test_time): Change
2894 prototypes.
2895 * gdb.base/fileio.exp (stop_msg): Adjust.
2896
2897 2017-05-18 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.base/fileio.c (null_str): New global.
2900 (test_stat): Use it.
2901 * gdb.base/fileio.exp: Remove nowarnings.
2902
2903 2017-05-17 Yao Qi <yao.qi@linaro.org>
2904
2905 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2906
2907 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2908
2909 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2910 argument command.
2911 (top-level): Invoke test_set_inferior_tty.
2912
2913 2017-05-04 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2916 Add parens to print call for Python 3.
2917
2918 2017-05-03 Keith Seitz <keiths@redhat.com>
2919
2920 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2921 (main): Call it.
2922
2923 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2924
2925 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2926 to prev and next.
2927
2928 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2929
2930 * gdb.python/py-record-btrace.exp: Remove test for
2931 gdb.BtraceInstruction.error.
2932
2933 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2934
2935 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2936
2937 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2938
2939 * gdb.python/py-record-btrace-threads.c: New file.
2940 * gdb.python/py-record-btrace-threads.exp: New file.
2941
2942 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2943
2944 PR testsuite/8595
2945 * gdb.base/environ.exp: Make test available in all architectures.
2946 Move bits related to "info program" testing to
2947 gdb.base/info-program.exp. Rewrite tests to use the two new
2948 procedures mentione below.
2949 (test_set_show_env_var) New procedure.
2950 (test_set_show_env_var_equal): Likewise.
2951 * gdb.base/info-program.exp: New file.
2952
2953 2017-04-27 Keith Seitz <keiths@redhat.com>
2954
2955 * gdb.cp/oranking.cc (test15): New function.
2956 (main): Call test15 and declare additional variables for testing.
2957 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2958 "p foo101('abc')" tests.
2959 Add tests for cv qualifier overloads.
2960 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2961 "lvalue reference overload" test.
2962 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2963 "print value of f1 on Child&& in f2" test.
2964
2965 2017-04-19 Pedro Alves <palves@redhat.com>
2966
2967 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2968 procedure.
2969 (top level): Call it.
2970 * lib/gdb.exp (gdb_define_cmd): New procedure.
2971
2972 2017-04-12 Pedro Alves <palves@redhat.com>
2973
2974 PR gdb/21323
2975 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2976 (wchar): New global.
2977 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2978 (do_test_wide_char, wide_char_types_no_program, top level): Add
2979 wchar_t testing.
2980
2981 2017-04-12 Pedro Alves <palves@redhat.com>
2982
2983 PR c++/21323
2984 * gdb.cp/wide_char_types.c: New file.
2985 * gdb.cp/wide_char_types.exp: New file.
2986
2987 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2988
2989 PR gdb/21352
2990 * gdb.trace/tsv.exp: Add test for "tsave -r".
2991
2992 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2993
2994 * gdb.dlang/watch-loc.c: New file.
2995 * gdb.dlang/watch-loc.exp: New file.
2996
2997 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3000
3001 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3002
3003 * gdb.arch/arc-analyze-prologue.S: New file.
3004 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3005
3006 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3007
3008 * gdb.arch/arc-decode-insn.S: New file.
3009 * gdb.arch/arc-decode-insn.exp: Likewise.
3010
3011 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3012
3013 PR tdep/20928
3014 * gdb.arch/sparc64-regs.exp: New file.
3015 * gdb.arch/sparc64-regs.S: Likewise.
3016
3017 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3018
3019 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3020 and memory view on Python 3.
3021
3022 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3023 Keith Seitz <keiths@redhat.com>
3024
3025 PR gdb/14441
3026 * gdb.cp/demangle.exp: Add rvalue reference tests.
3027 * gdb.cp/rvalue-ref-casts.cc: New file.
3028 * gdb.cp/rvalue-ref-casts.exp: New file.
3029 * gdb.cp/rvalue-ref-overload.cc: New file.
3030 * gdb.cp/rvalue-ref-overload.exp: New file.
3031 * gdb.cp/rvalue-ref-params.cc: New file.
3032 * gdb.cp/rvalue-ref-params.exp: New file.
3033 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3034 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3035 * gdb.cp/rvalue-ref-types.cc: New file.
3036 * gdb.cp/rvalue-ref-types.exp: New file.
3037 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3038 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3039
3040 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3041
3042 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3043 New procedure.
3044
3045 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3046
3047 * lib/mi-support.exp (mi_gdb_test): Add additional message
3048 for unexpected output.
3049
3050 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3051
3052 * gdb.base/examine-backward.c (Barrier): New character array
3053 constant, to ensure that TestStrings is preceded by a string
3054 terminator.
3055
3056 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3057
3058 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3059 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3060 and implicit pointer into such a location.
3061
3062 2017-03-16 Doug Evans <dje@google.com>
3063
3064 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3065
3066 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3067
3068 * gdb.cp/m-static.exp: Fix expectation for prototype of
3069 test5.single_constructor and single_constructor::single_constructor.
3070
3071 2017-03-16 Doug Evans <dje@google.com>
3072
3073 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3074 * gdb.guile/scm-lazy-string.c: New file.
3075 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3076 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3077 for pointer, array, typedef lazy strings.
3078
3079 2017-03-16 Doug Evans <dje@google.com>
3080
3081 PR python/17728, python/18439, python/18779
3082 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3083 * gdb.python/py-lazy-string.c (pointer): New typedef.
3084 (main): New locals ptr, array, typedef_ptr.
3085 * gdb.python/py-value.exp: Move lazy string tests to ...
3086 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3087 array, typedef lazy strings.
3088
3089 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3090
3091 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3092 Add optional 'test' parameter.
3093
3094 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3095
3096 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3097 Skip for versions of DejaGnu < 1.5.
3098
3099 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3100
3101 * lib/gdb.exp (dejagnu_version): New proc.
3102 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3103 Use dejagnu_version.
3104
3105 2017-03-10 Keith Seitz <keiths@redhat.com>
3106
3107 PR c++/8128
3108 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3109 type from destructor regexps.
3110 Add a branch which actually passes the test.
3111 Adjust "ptype t5i" test names.
3112
3113 2017-03-08 Pedro Alves <palves@redhat.com>
3114
3115 * gdb.base/step-over-exit.exp: Add explicit test message.
3116
3117 2017-03-08 Pedro Alves <palves@redhat.com>
3118
3119 PR gdb/18360
3120 * gdb.threads/interrupt-while-step-over.c: New file.
3121 * gdb.threads/interrupt-while-step-over.exp: New file.
3122
3123 2017-03-08 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3126 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3127
3128 2017-03-08 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3131 PKRU as not supported as a PASS.
3132
3133 2017-03-08 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3136 prefix instead of $binfile1/$binfile2.
3137 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3138 in test message.
3139 * gdb.python/py-completion.exp: Use "load python file" as test
3140 messages instead of unstable path names.
3141
3142 2017-03-08 Pedro Alves <palves@redhat.com>
3143 Jan Kratochvil <jan.kratochvil@redhat.com>
3144
3145 PR cli/21218
3146 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3147 New proc.
3148 (top level): Call it.
3149
3150 2017-03-08 Pedro Alves <palves@redhat.com>
3151
3152 PR tui/21216
3153 * gdb.tui/tui-nl-filtered-output.exp: New file.
3154
3155 2017-03-08 Pedro Alves <palves@redhat.com>
3156
3157 * gdb.base/completion.exp: Move TUI completion tests to ...
3158 * gdb.tui/completion.exp: ... this new file.
3159
3160 2017-03-08 Pedro Alves <palves@redhat.com>
3161
3162 * gdb.base/tui-disasm-long-lines.c,
3163 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3164 gdb.base/tui-layout.exp: Move to ...
3165 * gdb.tui/: ... this new directory.
3166
3167 2017-03-07 Pedro Alves <palves@redhat.com>
3168
3169 * gdb.base/tui-layout.c: New file.
3170 * gdb.base/tui-layout.exp: New file.
3171
3172 2017-03-07 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.base/tui-layout.c: Rename to ...
3175 * gdb.base/tui-disasm-long-lines.c: ... this.
3176 * gdb.base/tui-layout.exp: Rename to ...
3177 * gdb.base/tui-disasm-long-lines.exp: ... this.
3178
3179 2017-03-07 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3182
3183 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3184
3185 * i386-mpx-call.c: New file.
3186 * i386-mpx-call.exp: New file.
3187
3188 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3189
3190 * gdb.arch/powerpc-power.exp: Delete test.
3191 * gdb.arch/powerpc-power.s: Likewise.
3192 * gdb.disasm/disassembler-options.exp: New test.
3193 * gdb.arch/powerpc-altivec.exp: Likewise.
3194 * gdb.arch/powerpc-altivec.s: Likewise.
3195 * gdb.arch/powerpc-altivec2.exp: Likewise.
3196 * gdb.arch/powerpc-altivec2.s: Likewise.
3197 * gdb.arch/powerpc-altivec3.exp: Likewise.
3198 * gdb.arch/powerpc-altivec3.s: Likewise.
3199 * gdb.arch/powerpc-power7.exp: Likewise.
3200 * gdb.arch/powerpc-power7.s: Likewise.
3201 * gdb.arch/powerpc-power8.exp: Likewise.
3202 * gdb.arch/powerpc-power8.s: Likewise.
3203 * gdb.arch/powerpc-power9.exp: Likewise.
3204 * gdb.arch/powerpc-power9.s: Likewise.
3205 * gdb.arch/powerpc-vsx.exp: Likewise.
3206 * gdb.arch/powerpc-vsx.s: Likewise.
3207 * gdb.arch/powerpc-vsx2.exp: Likewise.
3208 * gdb.arch/powerpc-vsx2.s: Likewise.
3209 * gdb.arch/powerpc-vsx3.exp: Likewise.
3210 * gdb.arch/powerpc-vsx3.s: Likewise.
3211 * gdb.arch/arm-disassembler-options.exp: Likewise.
3212 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3213 * gdb.arch/s390-disassembler-options.exp: Likewise.
3214
3215 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3216
3217 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3218 (check_supported_features): ... this. Changed return type to void.
3219 (supports_rdseed): New static global.
3220 (rdseed): Check supports_rdseed.
3221 (initialize): Call check_supported_features.
3222
3223 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3224
3225 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3226 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3227 and lqarx/stqcx.
3228 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3229 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3230
3231 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3232
3233 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3234 uppercase.
3235
3236 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3237
3238 * gdb.dwarf2/formdata16.c: New file.
3239 * gdb.dwarf2/formdata16.exp: New file.
3240 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3241
3242 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3243
3244 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3245 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3246 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3247 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3248 DW_AT_GNU_*.
3249
3250 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3251
3252 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3253
3254 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3255
3256 PR gdb/21164
3257 * gdb.base/maint.exp: Add testcases for when the commands do
3258 not have arguments.
3259
3260 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3261
3262 * gdb.cp/chained-calls.exp: Use p instead of P.
3263
3264 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3265
3266 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3267 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3268
3269 2017-02-14 Tom Tromey <tom@tromey.com>
3270
3271 PR python/13598:
3272 * gdb.python/py-events.exp: Add before_prompt event tests.
3273
3274 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3275
3276 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3277
3278 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3279
3280 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3281 (main): Call my_unique_function_name.
3282 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3283 completion of patterns with a single match.
3284 Add missing -re switches to gdb_test_multiple calls.
3285
3286 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3287
3288 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3289 return if core file is not recognized.
3290
3291 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3292
3293 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3294 and extra UIs.
3295
3296 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3297
3298 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3299 proc_with_prefix.
3300
3301 2017-02-10 Tom Tromey <tom@tromey.com>
3302
3303 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3304
3305 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3306
3307 PR gdb/21122
3308 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3309
3310 2017-02-08 Jerome Guitton <guitton@adacore.com>
3311
3312 * gdb.base/define.exp: Add test for command abbreviations
3313 in define.
3314
3315 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3316
3317 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3318 * gdb.reverse/insn-reverse-x86.c: New file.
3319
3320 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3321
3322 PR tdep/20936
3323 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3324
3325 2017-02-03 Tom Tromey <tom@tromey.com>
3326
3327 PR rust/21097:
3328 * gdb.rust/simple.exp: Add new tests.
3329
3330 2017-02-02 Pedro Alves <palves@redhat.com>
3331
3332 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3333 tests.
3334
3335 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3336
3337 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3338 taking a 2-byte value out of a 4-byte DWARF implicit value on
3339 big-endian targets.
3340 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3341 logic. Add test cases for DW_OP_implicit.
3342
3343 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3344
3345 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3346
3347 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3348
3349 * gdb.btrace/enable.exp: Call gdb_exit before
3350 skip_gdbserver_tests.
3351
3352 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3353
3354 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3355 GDBFLAGS.
3356
3357 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3358
3359 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3360 the test is skipped.
3361 * gdb.btrace/data.exp: Likewise.
3362 * gdb.btrace/delta.exp: Likewise.
3363 * gdb.btrace/dlopen.exp: Likewise.
3364 * gdb.btrace/enable-running.exp: Likewise.
3365 * gdb.btrace/enable.exp: Likewise.
3366 * gdb.btrace/exception.exp: Likewise.
3367 * gdb.btrace/function_call_history.exp: Likewise.
3368 * gdb.btrace/gcore.exp: Likewise.
3369 * gdb.btrace/instruction_history.exp: Likewise.
3370 * gdb.btrace/multi-thread-step.exp: Likewise.
3371 * gdb.btrace/nohist.exp: Likewise.
3372 * gdb.btrace/non-stop.exp: Likewise.
3373 * gdb.btrace/reconnect.exp: Likewise.
3374 * gdb.btrace/record_goto-step.exp: Likewise.
3375 * gdb.btrace/record_goto.exp: Likewise.
3376 * gdb.btrace/rn-dl-bind.exp: Likewise.
3377 * gdb.btrace/segv.exp: Likewise.
3378 * gdb.btrace/step.exp: Likewise.
3379 * gdb.btrace/stepi.exp: Likewise.
3380 * gdb.btrace/tailcall-only.exp: Likewise.
3381 * gdb.btrace/tailcall.exp: Likewise.
3382 * gdb.btrace/tsx.exp: Likewise.
3383 * gdb.btrace/unknown_functions.exp: Likewise.
3384 * gdb.btrace/vdso.exp: Likewise.
3385
3386 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3387
3388 * gdb.btrace/enable-running.c: New.
3389 * gdb.btrace/enable-running.exp: New.
3390
3391 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3392
3393 * gdb.arch/amd64-gs_base.c: New file.
3394 * gdb.arch/amd64-gs_base.exp: New file.
3395
3396 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3397
3398 * lib/memory.exp: Remove spurious empty newlines.
3399
3400 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3401
3402 * gdb.python/py-bad-printers.exp: Load python file using "source".
3403 * gdb.python/py-events.exp: Likewise.
3404 * gdb.python/py-evsignal.exp: Likewise.
3405 * gdb.python/py-evthreads.exp: Likewise.
3406 * gdb.python/py-frame-args.exp: Likewise.
3407 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3408 * gdb.python/py-framefilter-mi.exp: Likewise.
3409 * gdb.python/py-framefilter.exp: Likewise.
3410 * gdb.python/py-mi.exp: Likewise.
3411 * gdb.python/py-pp-maint.exp: Likewise.
3412 * gdb.python/py-pp-registration.exp: Likewise.
3413 * gdb.python/py-prettyprint.exp: Likewise.
3414 (run_lang_tests): Likewise.
3415 * gdb.python/py-typeprint.exp: Likewise.
3416
3417 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3418
3419 * lib/memory.exp: New file.
3420 * lib/gdb.exp: Load memory.exp.
3421 * gdb.base/memattr.exp (delete_memory): Move proc to
3422 lib/memory.exp and rename to delete_memory_regions.
3423 Replace delete_memory with delete_memory_regions.
3424 Cleanup memory regions before tests.
3425 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3426 before tests.
3427
3428 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3429
3430 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3431 files.
3432 (initialize): New function conditionally defined.
3433 (testcases): Move within conditional block.
3434 (main): Call initialize.
3435 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3436 of gdb.reverse/insn-reverse.c.
3437 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3438 gdb.reverse/insn-reverse.c.
3439
3440 2017-01-26 Yao Qi <yao.qi@linaro.org>
3441
3442 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3443 disassemble on address 0.
3444
3445 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3446 Yao Qi <yao.qi@linaro.org>
3447
3448 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3449 * gdb.dwarf2/implptr-64bit.S: Remove.
3450 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3451 variables in caller's context. Add DW_OP_implicit_value.
3452
3453 2017-01-25 Yao Qi <yao.qi@linaro.org>
3454
3455 * lib/dwarf.exp (Dwarf::_location): Handle
3456 DW_OP_GNU_implicit_pointer with proper size.
3457
3458 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3459
3460 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3461 and add untested calls.
3462
3463 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3464
3465 * gdb.python/python.exp: Check line number against what GDB thinks
3466 the line number is for func1.
3467
3468 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3469
3470 * gdb.dlang/debug-expr.exp: New file.
3471
3472 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3473
3474 Fix test names for the following files:
3475
3476 * gdb.ada/exec_changed.exp
3477 * gdb.ada/info_types.exp
3478 * gdb.arch/aarch64-atomic-inst.exp
3479 * gdb.arch/aarch64-fp.exp
3480 * gdb.arch/altivec-abi.exp
3481 * gdb.arch/altivec-regs.exp
3482 * gdb.arch/amd64-byte.exp
3483 * gdb.arch/amd64-disp-step.exp
3484 * gdb.arch/amd64-dword.exp
3485 * gdb.arch/amd64-entry-value-inline.exp
3486 * gdb.arch/amd64-entry-value-param.exp
3487 * gdb.arch/amd64-entry-value-paramref.exp
3488 * gdb.arch/amd64-entry-value.exp
3489 * gdb.arch/amd64-i386-address.exp
3490 * gdb.arch/amd64-invalid-stack-middle.exp
3491 * gdb.arch/amd64-invalid-stack-top.exp
3492 * gdb.arch/amd64-optimout-repeat.exp
3493 * gdb.arch/amd64-prologue-skip.exp
3494 * gdb.arch/amd64-prologue-xmm.exp
3495 * gdb.arch/amd64-stap-special-operands.exp
3496 * gdb.arch/amd64-stap-wrong-subexp.exp
3497 * gdb.arch/amd64-tailcall-cxx.exp
3498 * gdb.arch/amd64-tailcall-noret.exp
3499 * gdb.arch/amd64-tailcall-ret.exp
3500 * gdb.arch/amd64-tailcall-self.exp
3501 * gdb.arch/amd64-word.exp
3502 * gdb.arch/arm-bl-branch-dest.exp
3503 * gdb.arch/arm-disp-step.exp
3504 * gdb.arch/arm-neon.exp
3505 * gdb.arch/arm-single-step-kernel-helper.exp
3506 * gdb.arch/avr-flash-qualifier.exp
3507 * gdb.arch/disp-step-insn-reloc.exp
3508 * gdb.arch/e500-abi.exp
3509 * gdb.arch/e500-regs.exp
3510 * gdb.arch/ftrace-insn-reloc.exp
3511 * gdb.arch/i386-avx512.exp
3512 * gdb.arch/i386-bp_permanent.exp
3513 * gdb.arch/i386-byte.exp
3514 * gdb.arch/i386-cfi-notcurrent.exp
3515 * gdb.arch/i386-disp-step.exp
3516 * gdb.arch/i386-dr3-watch.exp
3517 * gdb.arch/i386-float.exp
3518 * gdb.arch/i386-gnu-cfi.exp
3519 * gdb.arch/i386-mpx-map.exp
3520 * gdb.arch/i386-mpx-sigsegv.exp
3521 * gdb.arch/i386-mpx-simple_segv.exp
3522 * gdb.arch/i386-mpx.exp
3523 * gdb.arch/i386-permbkpt.exp
3524 * gdb.arch/i386-prologue.exp
3525 * gdb.arch/i386-signal.exp
3526 * gdb.arch/i386-size-overlap.exp
3527 * gdb.arch/i386-unwind.exp
3528 * gdb.arch/i386-word.exp
3529 * gdb.arch/mips-fcr.exp
3530 * gdb.arch/powerpc-d128-regs.exp
3531 * gdb.arch/powerpc-stackless.exp
3532 * gdb.arch/ppc64-atomic-inst.exp
3533 * gdb.arch/s390-stackless.exp
3534 * gdb.arch/s390-tdbregs.exp
3535 * gdb.arch/s390-vregs.exp
3536 * gdb.arch/sparc-sysstep.exp
3537 * gdb.arch/thumb-bx-pc.exp
3538 * gdb.arch/thumb-singlestep.exp
3539 * gdb.arch/thumb2-it.exp
3540 * gdb.arch/vsx-regs.exp
3541 * gdb.asm/asm-source.exp
3542 * gdb.base/a2-run.exp
3543 * gdb.base/advance.exp
3544 * gdb.base/all-bin.exp
3545 * gdb.base/anon.exp
3546 * gdb.base/args.exp
3547 * gdb.base/arithmet.exp
3548 * gdb.base/async-shell.exp
3549 * gdb.base/async.exp
3550 * gdb.base/attach-pie-noexec.exp
3551 * gdb.base/attach-twice.exp
3552 * gdb.base/auto-load.exp
3553 * gdb.base/bang.exp
3554 * gdb.base/bitfields.exp
3555 * gdb.base/break-always.exp
3556 * gdb.base/break-caller-line.exp
3557 * gdb.base/break-entry.exp
3558 * gdb.base/break-inline.exp
3559 * gdb.base/break-on-linker-gcd-function.exp
3560 * gdb.base/break-probes.exp
3561 * gdb.base/break.exp
3562 * gdb.base/breakpoint-shadow.exp
3563 * gdb.base/call-ar-st.exp
3564 * gdb.base/call-sc.exp
3565 * gdb.base/call-signal-resume.exp
3566 * gdb.base/call-strs.exp
3567 * gdb.base/callfuncs.exp
3568 * gdb.base/catch-fork-static.exp
3569 * gdb.base/catch-gdb-caused-signals.exp
3570 * gdb.base/catch-load.exp
3571 * gdb.base/catch-signal-fork.exp
3572 * gdb.base/catch-signal.exp
3573 * gdb.base/catch-syscall.exp
3574 * gdb.base/charset.exp
3575 * gdb.base/checkpoint.exp
3576 * gdb.base/chng-syms.exp
3577 * gdb.base/code-expr.exp
3578 * gdb.base/code_elim.exp
3579 * gdb.base/commands.exp
3580 * gdb.base/completion.exp
3581 * gdb.base/complex.exp
3582 * gdb.base/cond-expr.exp
3583 * gdb.base/condbreak.exp
3584 * gdb.base/consecutive.exp
3585 * gdb.base/continue-all-already-running.exp
3586 * gdb.base/coredump-filter.exp
3587 * gdb.base/corefile.exp
3588 * gdb.base/dbx.exp
3589 * gdb.base/debug-expr.exp
3590 * gdb.base/define.exp
3591 * gdb.base/del.exp
3592 * gdb.base/disabled-location.exp
3593 * gdb.base/disasm-end-cu.exp
3594 * gdb.base/disasm-optim.exp
3595 * gdb.base/display.exp
3596 * gdb.base/duplicate-bp.exp
3597 * gdb.base/ena-dis-br.exp
3598 * gdb.base/ending-run.exp
3599 * gdb.base/enumval.exp
3600 * gdb.base/environ.exp
3601 * gdb.base/eu-strip-infcall.exp
3602 * gdb.base/eval-avoid-side-effects.exp
3603 * gdb.base/eval-skip.exp
3604 * gdb.base/exitsignal.exp
3605 * gdb.base/expand-psymtabs.exp
3606 * gdb.base/filesym.exp
3607 * gdb.base/find-unmapped.exp
3608 * gdb.base/finish.exp
3609 * gdb.base/float.exp
3610 * gdb.base/foll-exec-mode.exp
3611 * gdb.base/foll-exec.exp
3612 * gdb.base/foll-fork.exp
3613 * gdb.base/fortran-sym-case.exp
3614 * gdb.base/freebpcmd.exp
3615 * gdb.base/func-ptr.exp
3616 * gdb.base/func-ptrs.exp
3617 * gdb.base/funcargs.exp
3618 * gdb.base/gcore-buffer-overflow.exp
3619 * gdb.base/gcore-relro-pie.exp
3620 * gdb.base/gcore-relro.exp
3621 * gdb.base/gcore.exp
3622 * gdb.base/gdb1090.exp
3623 * gdb.base/gdb11530.exp
3624 * gdb.base/gdb11531.exp
3625 * gdb.base/gdb1821.exp
3626 * gdb.base/gdbindex-stabs.exp
3627 * gdb.base/gdbvars.exp
3628 * gdb.base/hbreak.exp
3629 * gdb.base/hbreak2.exp
3630 * gdb.base/included.exp
3631 * gdb.base/infcall-input.exp
3632 * gdb.base/inferior-died.exp
3633 * gdb.base/infnan.exp
3634 * gdb.base/info-macros.exp
3635 * gdb.base/info-os.exp
3636 * gdb.base/info-proc.exp
3637 * gdb.base/info-shared.exp
3638 * gdb.base/info-target.exp
3639 * gdb.base/infoline.exp
3640 * gdb.base/interp.exp
3641 * gdb.base/interrupt.exp
3642 * gdb.base/jit-reader.exp
3643 * gdb.base/jit-simple.exp
3644 * gdb.base/kill-after-signal.exp
3645 * gdb.base/kill-detach-inferiors-cmd.exp
3646 * gdb.base/label.exp
3647 * gdb.base/langs.exp
3648 * gdb.base/ldbl_e308.exp
3649 * gdb.base/line-symtabs.exp
3650 * gdb.base/linespecs.exp
3651 * gdb.base/list.exp
3652 * gdb.base/long_long.exp
3653 * gdb.base/longest-types.exp
3654 * gdb.base/maint.exp
3655 * gdb.base/max-value-size.exp
3656 * gdb.base/memattr.exp
3657 * gdb.base/mips_pro.exp
3658 * gdb.base/morestack.exp
3659 * gdb.base/moribund-step.exp
3660 * gdb.base/multi-forks.exp
3661 * gdb.base/nested-addr.exp
3662 * gdb.base/nextoverexit.exp
3663 * gdb.base/noreturn-finish.exp
3664 * gdb.base/noreturn-return.exp
3665 * gdb.base/nostdlib.exp
3666 * gdb.base/offsets.exp
3667 * gdb.base/opaque.exp
3668 * gdb.base/pc-fp.exp
3669 * gdb.base/permissions.exp
3670 * gdb.base/print-symbol-loading.exp
3671 * gdb.base/prologue-include.exp
3672 * gdb.base/psymtab.exp
3673 * gdb.base/ptype.exp
3674 * gdb.base/random-signal.exp
3675 * gdb.base/randomize.exp
3676 * gdb.base/range-stepping.exp
3677 * gdb.base/readline-ask.exp
3678 * gdb.base/recpar.exp
3679 * gdb.base/recurse.exp
3680 * gdb.base/relational.exp
3681 * gdb.base/restore.exp
3682 * gdb.base/return-nodebug.exp
3683 * gdb.base/return.exp
3684 * gdb.base/run-after-attach.exp
3685 * gdb.base/save-bp.exp
3686 * gdb.base/scope.exp
3687 * gdb.base/sect-cmd.exp
3688 * gdb.base/set-lang-auto.exp
3689 * gdb.base/set-noassign.exp
3690 * gdb.base/setvar.exp
3691 * gdb.base/sigall.exp
3692 * gdb.base/sigbpt.exp
3693 * gdb.base/siginfo-addr.exp
3694 * gdb.base/siginfo-infcall.exp
3695 * gdb.base/siginfo-obj.exp
3696 * gdb.base/siginfo.exp
3697 * gdb.base/signals-state-child.exp
3698 * gdb.base/signest.exp
3699 * gdb.base/sigstep.exp
3700 * gdb.base/sizeof.exp
3701 * gdb.base/skip.exp
3702 * gdb.base/solib-corrupted.exp
3703 * gdb.base/solib-nodir.exp
3704 * gdb.base/solib-search.exp
3705 * gdb.base/stack-checking.exp
3706 * gdb.base/stale-infcall.exp
3707 * gdb.base/stap-probe.exp
3708 * gdb.base/start.exp
3709 * gdb.base/step-break.exp
3710 * gdb.base/step-bt.exp
3711 * gdb.base/step-line.exp
3712 * gdb.base/step-over-exit.exp
3713 * gdb.base/step-over-syscall.exp
3714 * gdb.base/step-resume-infcall.exp
3715 * gdb.base/step-test.exp
3716 * gdb.base/store.exp
3717 * gdb.base/structs3.exp
3718 * gdb.base/sym-file.exp
3719 * gdb.base/symbol-without-target_section.exp
3720 * gdb.base/term.exp
3721 * gdb.base/testenv.exp
3722 * gdb.base/ui-redirect.exp
3723 * gdb.base/until.exp
3724 * gdb.base/unwindonsignal.exp
3725 * gdb.base/value-double-free.exp
3726 * gdb.base/vla-datatypes.exp
3727 * gdb.base/vla-ptr.exp
3728 * gdb.base/vla-sideeffect.exp
3729 * gdb.base/volatile.exp
3730 * gdb.base/watch-cond-infcall.exp
3731 * gdb.base/watch-cond.exp
3732 * gdb.base/watch-non-mem.exp
3733 * gdb.base/watch-read.exp
3734 * gdb.base/watch-vfork.exp
3735 * gdb.base/watchpoint-cond-gone.exp
3736 * gdb.base/watchpoint-delete.exp
3737 * gdb.base/watchpoint-hw-hit-once.exp
3738 * gdb.base/watchpoint-hw.exp
3739 * gdb.base/watchpoint-stops-at-right-insn.exp
3740 * gdb.base/watchpoints.exp
3741 * gdb.base/wchar.exp
3742 * gdb.base/whatis-exp.exp
3743 * gdb.btrace/buffer-size.exp
3744 * gdb.btrace/data.exp
3745 * gdb.btrace/delta.exp
3746 * gdb.btrace/dlopen.exp
3747 * gdb.btrace/enable.exp
3748 * gdb.btrace/exception.exp
3749 * gdb.btrace/function_call_history.exp
3750 * gdb.btrace/gcore.exp
3751 * gdb.btrace/instruction_history.exp
3752 * gdb.btrace/nohist.exp
3753 * gdb.btrace/reconnect.exp
3754 * gdb.btrace/record_goto-step.exp
3755 * gdb.btrace/record_goto.exp
3756 * gdb.btrace/rn-dl-bind.exp
3757 * gdb.btrace/segv.exp
3758 * gdb.btrace/step.exp
3759 * gdb.btrace/stepi.exp
3760 * gdb.btrace/tailcall-only.exp
3761 * gdb.btrace/tailcall.exp
3762 * gdb.btrace/tsx.exp
3763 * gdb.btrace/unknown_functions.exp
3764 * gdb.btrace/vdso.exp
3765 * gdb.compile/compile-ifunc.exp
3766 * gdb.compile/compile-ops.exp
3767 * gdb.compile/compile-print.exp
3768 * gdb.compile/compile-setjmp.exp
3769 * gdb.cp/abstract-origin.exp
3770 * gdb.cp/ambiguous.exp
3771 * gdb.cp/annota2.exp
3772 * gdb.cp/annota3.exp
3773 * gdb.cp/anon-ns.exp
3774 * gdb.cp/anon-struct.exp
3775 * gdb.cp/anon-union.exp
3776 * gdb.cp/arg-reference.exp
3777 * gdb.cp/baseenum.exp
3778 * gdb.cp/bool.exp
3779 * gdb.cp/breakpoint.exp
3780 * gdb.cp/bs15503.exp
3781 * gdb.cp/call-c.exp
3782 * gdb.cp/casts.exp
3783 * gdb.cp/chained-calls.exp
3784 * gdb.cp/class2.exp
3785 * gdb.cp/classes.exp
3786 * gdb.cp/cmpd-minsyms.exp
3787 * gdb.cp/converts.exp
3788 * gdb.cp/cp-relocate.exp
3789 * gdb.cp/cpcompletion.exp
3790 * gdb.cp/cpexprs.exp
3791 * gdb.cp/cplabel.exp
3792 * gdb.cp/cplusfuncs.exp
3793 * gdb.cp/cpsizeof.exp
3794 * gdb.cp/ctti.exp
3795 * gdb.cp/derivation.exp
3796 * gdb.cp/destrprint.exp
3797 * gdb.cp/dispcxx.exp
3798 * gdb.cp/enum-class.exp
3799 * gdb.cp/exception.exp
3800 * gdb.cp/exceptprint.exp
3801 * gdb.cp/expand-psymtabs-cxx.exp
3802 * gdb.cp/expand-sals.exp
3803 * gdb.cp/extern-c.exp
3804 * gdb.cp/filename.exp
3805 * gdb.cp/formatted-ref.exp
3806 * gdb.cp/fpointer.exp
3807 * gdb.cp/gdb1355.exp
3808 * gdb.cp/gdb2495.exp
3809 * gdb.cp/hang.exp
3810 * gdb.cp/impl-this.exp
3811 * gdb.cp/infcall-dlopen.exp
3812 * gdb.cp/inherit.exp
3813 * gdb.cp/iostream.exp
3814 * gdb.cp/koenig.exp
3815 * gdb.cp/local.exp
3816 * gdb.cp/m-data.exp
3817 * gdb.cp/m-static.exp
3818 * gdb.cp/mb-ctor.exp
3819 * gdb.cp/mb-inline.exp
3820 * gdb.cp/mb-templates.exp
3821 * gdb.cp/member-name.exp
3822 * gdb.cp/member-ptr.exp
3823 * gdb.cp/meth-typedefs.exp
3824 * gdb.cp/method.exp
3825 * gdb.cp/method2.exp
3826 * gdb.cp/minsym-fallback.exp
3827 * gdb.cp/misc.exp
3828 * gdb.cp/namelessclass.exp
3829 * gdb.cp/namespace-enum.exp
3830 * gdb.cp/namespace-nested-import.exp
3831 * gdb.cp/namespace.exp
3832 * gdb.cp/nextoverthrow.exp
3833 * gdb.cp/no-dmgl-verbose.exp
3834 * gdb.cp/non-trivial-retval.exp
3835 * gdb.cp/noparam.exp
3836 * gdb.cp/nsdecl.exp
3837 * gdb.cp/nsimport.exp
3838 * gdb.cp/nsnested.exp
3839 * gdb.cp/nsnoimports.exp
3840 * gdb.cp/nsrecurs.exp
3841 * gdb.cp/nsstress.exp
3842 * gdb.cp/nsusing.exp
3843 * gdb.cp/operator.exp
3844 * gdb.cp/oranking.exp
3845 * gdb.cp/overload-const.exp
3846 * gdb.cp/overload.exp
3847 * gdb.cp/ovldbreak.exp
3848 * gdb.cp/ovsrch.exp
3849 * gdb.cp/paren-type.exp
3850 * gdb.cp/parse-lang.exp
3851 * gdb.cp/pass-by-ref.exp
3852 * gdb.cp/pr-1023.exp
3853 * gdb.cp/pr-1210.exp
3854 * gdb.cp/pr-574.exp
3855 * gdb.cp/pr10687.exp
3856 * gdb.cp/pr12028.exp
3857 * gdb.cp/pr17132.exp
3858 * gdb.cp/pr17494.exp
3859 * gdb.cp/pr9067.exp
3860 * gdb.cp/pr9167.exp
3861 * gdb.cp/pr9631.exp
3862 * gdb.cp/printmethod.exp
3863 * gdb.cp/psmang.exp
3864 * gdb.cp/psymtab-parameter.exp
3865 * gdb.cp/ptype-cv-cp.exp
3866 * gdb.cp/ptype-flags.exp
3867 * gdb.cp/re-set-overloaded.exp
3868 * gdb.cp/ref-types.exp
3869 * gdb.cp/rtti.exp
3870 * gdb.cp/scope-err.exp
3871 * gdb.cp/shadow.exp
3872 * gdb.cp/smartp.exp
3873 * gdb.cp/static-method.exp
3874 * gdb.cp/static-print-quit.exp
3875 * gdb.cp/temargs.exp
3876 * gdb.cp/templates.exp
3877 * gdb.cp/try_catch.exp
3878 * gdb.cp/typedef-operator.exp
3879 * gdb.cp/typeid.exp
3880 * gdb.cp/userdef.exp
3881 * gdb.cp/using-crash.exp
3882 * gdb.cp/var-tag.exp
3883 * gdb.cp/virtbase.exp
3884 * gdb.cp/virtfunc.exp
3885 * gdb.cp/virtfunc2.exp
3886 * gdb.cp/vla-cxx.exp
3887 * gdb.disasm/t01_mov.exp
3888 * gdb.disasm/t02_mova.exp
3889 * gdb.disasm/t03_add.exp
3890 * gdb.disasm/t04_sub.exp
3891 * gdb.disasm/t05_cmp.exp
3892 * gdb.disasm/t06_ari2.exp
3893 * gdb.disasm/t07_ari3.exp
3894 * gdb.disasm/t08_or.exp
3895 * gdb.disasm/t09_xor.exp
3896 * gdb.disasm/t10_and.exp
3897 * gdb.disasm/t11_logs.exp
3898 * gdb.disasm/t12_bit.exp
3899 * gdb.disasm/t13_otr.exp
3900 * gdb.dlang/circular.exp
3901 * gdb.dwarf2/arr-stride.exp
3902 * gdb.dwarf2/arr-subrange.exp
3903 * gdb.dwarf2/atomic-type.exp
3904 * gdb.dwarf2/bad-regnum.exp
3905 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3906 * gdb.dwarf2/callframecfa.exp
3907 * gdb.dwarf2/clztest.exp
3908 * gdb.dwarf2/corrupt.exp
3909 * gdb.dwarf2/data-loc.exp
3910 * gdb.dwarf2/dup-psym.exp
3911 * gdb.dwarf2/dw2-anon-mptr.exp
3912 * gdb.dwarf2/dw2-anonymous-func.exp
3913 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3914 * gdb.dwarf2/dw2-bad-unresolved.exp
3915 * gdb.dwarf2/dw2-basic.exp
3916 * gdb.dwarf2/dw2-canonicalize-type.exp
3917 * gdb.dwarf2/dw2-case-insensitive.exp
3918 * gdb.dwarf2/dw2-common-block.exp
3919 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3920 * gdb.dwarf2/dw2-compressed.exp
3921 * gdb.dwarf2/dw2-const.exp
3922 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3923 * gdb.dwarf2/dw2-cu-size.exp
3924 * gdb.dwarf2/dw2-dup-frame.exp
3925 * gdb.dwarf2/dw2-entry-value.exp
3926 * gdb.dwarf2/dw2-icycle.exp
3927 * gdb.dwarf2/dw2-ifort-parameter.exp
3928 * gdb.dwarf2/dw2-inline-break.exp
3929 * gdb.dwarf2/dw2-inline-param.exp
3930 * gdb.dwarf2/dw2-intercu.exp
3931 * gdb.dwarf2/dw2-intermix.exp
3932 * gdb.dwarf2/dw2-lexical-block-bare.exp
3933 * gdb.dwarf2/dw2-linkage-name-trust.exp
3934 * gdb.dwarf2/dw2-minsym-in-cu.exp
3935 * gdb.dwarf2/dw2-noloc.exp
3936 * gdb.dwarf2/dw2-op-call.exp
3937 * gdb.dwarf2/dw2-op-out-param.exp
3938 * gdb.dwarf2/dw2-opt-structptr.exp
3939 * gdb.dwarf2/dw2-param-error.exp
3940 * gdb.dwarf2/dw2-producer.exp
3941 * gdb.dwarf2/dw2-ranges-base.exp
3942 * gdb.dwarf2/dw2-ref-missing-frame.exp
3943 * gdb.dwarf2/dw2-reg-undefined.exp
3944 * gdb.dwarf2/dw2-regno-invalid.exp
3945 * gdb.dwarf2/dw2-restore.exp
3946 * gdb.dwarf2/dw2-restrict.exp
3947 * gdb.dwarf2/dw2-single-line-discriminators.exp
3948 * gdb.dwarf2/dw2-strp.exp
3949 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3950 * gdb.dwarf2/dw2-unresolved.exp
3951 * gdb.dwarf2/dw2-var-zero-addr.exp
3952 * gdb.dwarf2/dw4-sig-types.exp
3953 * gdb.dwarf2/dwz.exp
3954 * gdb.dwarf2/dynarr-ptr.exp
3955 * gdb.dwarf2/enum-type.exp
3956 * gdb.dwarf2/gdb-index.exp
3957 * gdb.dwarf2/implptr-64bit.exp
3958 * gdb.dwarf2/implptr-optimized-out.exp
3959 * gdb.dwarf2/implptr.exp
3960 * gdb.dwarf2/implref-array.exp
3961 * gdb.dwarf2/implref-const.exp
3962 * gdb.dwarf2/implref-global.exp
3963 * gdb.dwarf2/implref-struct.exp
3964 * gdb.dwarf2/mac-fileno.exp
3965 * gdb.dwarf2/main-subprogram.exp
3966 * gdb.dwarf2/member-ptr-forwardref.exp
3967 * gdb.dwarf2/method-ptr.exp
3968 * gdb.dwarf2/missing-sig-type.exp
3969 * gdb.dwarf2/nonvar-access.exp
3970 * gdb.dwarf2/opaque-type-lookup.exp
3971 * gdb.dwarf2/pieces-optimized-out.exp
3972 * gdb.dwarf2/pieces.exp
3973 * gdb.dwarf2/pr10770.exp
3974 * gdb.dwarf2/pr13961.exp
3975 * gdb.dwarf2/staticvirtual.exp
3976 * gdb.dwarf2/subrange.exp
3977 * gdb.dwarf2/symtab-producer.exp
3978 * gdb.dwarf2/trace-crash.exp
3979 * gdb.dwarf2/typeddwarf.exp
3980 * gdb.dwarf2/valop.exp
3981 * gdb.dwarf2/watch-notconst.exp
3982 * gdb.fortran/array-element.exp
3983 * gdb.fortran/charset.exp
3984 * gdb.fortran/common-block.exp
3985 * gdb.fortran/complex.exp
3986 * gdb.fortran/derived-type-function.exp
3987 * gdb.fortran/derived-type.exp
3988 * gdb.fortran/logical.exp
3989 * gdb.fortran/module.exp
3990 * gdb.fortran/multi-dim.exp
3991 * gdb.fortran/nested-funcs.exp
3992 * gdb.fortran/print-formatted.exp
3993 * gdb.fortran/subarray.exp
3994 * gdb.fortran/vla-alloc-assoc.exp
3995 * gdb.fortran/vla-datatypes.exp
3996 * gdb.fortran/vla-history.exp
3997 * gdb.fortran/vla-ptr-info.exp
3998 * gdb.fortran/vla-ptype-sub.exp
3999 * gdb.fortran/vla-ptype.exp
4000 * gdb.fortran/vla-sizeof.exp
4001 * gdb.fortran/vla-type.exp
4002 * gdb.fortran/vla-value-sub-arbitrary.exp
4003 * gdb.fortran/vla-value-sub-finish.exp
4004 * gdb.fortran/vla-value-sub.exp
4005 * gdb.fortran/vla-value.exp
4006 * gdb.fortran/whatis_type.exp
4007 * gdb.go/chan.exp
4008 * gdb.go/handcall.exp
4009 * gdb.go/hello.exp
4010 * gdb.go/integers.exp
4011 * gdb.go/methods.exp
4012 * gdb.go/package.exp
4013 * gdb.go/strings.exp
4014 * gdb.go/types.exp
4015 * gdb.go/unsafe.exp
4016 * gdb.guile/scm-arch.exp
4017 * gdb.guile/scm-block.exp
4018 * gdb.guile/scm-breakpoint.exp
4019 * gdb.guile/scm-cmd.exp
4020 * gdb.guile/scm-disasm.exp
4021 * gdb.guile/scm-equal.exp
4022 * gdb.guile/scm-frame-args.exp
4023 * gdb.guile/scm-frame-inline.exp
4024 * gdb.guile/scm-frame.exp
4025 * gdb.guile/scm-iterator.exp
4026 * gdb.guile/scm-math.exp
4027 * gdb.guile/scm-objfile.exp
4028 * gdb.guile/scm-ports.exp
4029 * gdb.guile/scm-symbol.exp
4030 * gdb.guile/scm-symtab.exp
4031 * gdb.guile/scm-value-cc.exp
4032 * gdb.guile/types-module.exp
4033 * gdb.linespec/break-ask.exp
4034 * gdb.linespec/cpexplicit.exp
4035 * gdb.linespec/explicit.exp
4036 * gdb.linespec/keywords.exp
4037 * gdb.linespec/linespec.exp
4038 * gdb.linespec/ls-dollar.exp
4039 * gdb.linespec/ls-errs.exp
4040 * gdb.linespec/skip-two.exp
4041 * gdb.linespec/thread.exp
4042 * gdb.mi/mi-async.exp
4043 * gdb.mi/mi-basics.exp
4044 * gdb.mi/mi-break.exp
4045 * gdb.mi/mi-catch-load.exp
4046 * gdb.mi/mi-cli.exp
4047 * gdb.mi/mi-cmd-param-changed.exp
4048 * gdb.mi/mi-console.exp
4049 * gdb.mi/mi-detach.exp
4050 * gdb.mi/mi-disassemble.exp
4051 * gdb.mi/mi-eval.exp
4052 * gdb.mi/mi-file-transfer.exp
4053 * gdb.mi/mi-file.exp
4054 * gdb.mi/mi-fill-memory.exp
4055 * gdb.mi/mi-inheritance-syntax-error.exp
4056 * gdb.mi/mi-linespec-err-cp.exp
4057 * gdb.mi/mi-logging.exp
4058 * gdb.mi/mi-memory-changed.exp
4059 * gdb.mi/mi-read-memory.exp
4060 * gdb.mi/mi-record-changed.exp
4061 * gdb.mi/mi-reg-undefined.exp
4062 * gdb.mi/mi-regs.exp
4063 * gdb.mi/mi-return.exp
4064 * gdb.mi/mi-reverse.exp
4065 * gdb.mi/mi-simplerun.exp
4066 * gdb.mi/mi-solib.exp
4067 * gdb.mi/mi-stack.exp
4068 * gdb.mi/mi-stepi.exp
4069 * gdb.mi/mi-syn-frame.exp
4070 * gdb.mi/mi-until.exp
4071 * gdb.mi/mi-var-block.exp
4072 * gdb.mi/mi-var-child.exp
4073 * gdb.mi/mi-var-cmd.exp
4074 * gdb.mi/mi-var-cp.exp
4075 * gdb.mi/mi-var-display.exp
4076 * gdb.mi/mi-var-invalidate.exp
4077 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4078 * gdb.mi/mi-vla-fortran.exp
4079 * gdb.mi/mi-watch.exp
4080 * gdb.mi/mi2-var-child.exp
4081 * gdb.mi/user-selected-context-sync.exp
4082 * gdb.modula2/unbounded-array.exp
4083 * gdb.multi/dummy-frame-restore.exp
4084 * gdb.multi/multi-arch-exec.exp
4085 * gdb.multi/multi-arch.exp
4086 * gdb.multi/tids.exp
4087 * gdb.multi/watchpoint-multi.exp
4088 * gdb.opencl/callfuncs.exp
4089 * gdb.opencl/convs_casts.exp
4090 * gdb.opencl/datatypes.exp
4091 * gdb.opencl/operators.exp
4092 * gdb.opencl/vec_comps.exp
4093 * gdb.opt/clobbered-registers-O2.exp
4094 * gdb.opt/inline-break.exp
4095 * gdb.opt/inline-bt.exp
4096 * gdb.opt/inline-cmds.exp
4097 * gdb.opt/inline-locals.exp
4098 * gdb.pascal/case-insensitive-symbols.exp
4099 * gdb.pascal/floats.exp
4100 * gdb.pascal/gdb11492.exp
4101 * gdb.python/lib-types.exp
4102 * gdb.python/py-arch.exp
4103 * gdb.python/py-as-string.exp
4104 * gdb.python/py-bad-printers.exp
4105 * gdb.python/py-block.exp
4106 * gdb.python/py-breakpoint-create-fail.exp
4107 * gdb.python/py-breakpoint.exp
4108 * gdb.python/py-caller-is.exp
4109 * gdb.python/py-cmd.exp
4110 * gdb.python/py-explore-cc.exp
4111 * gdb.python/py-explore.exp
4112 * gdb.python/py-finish-breakpoint.exp
4113 * gdb.python/py-finish-breakpoint2.exp
4114 * gdb.python/py-frame-args.exp
4115 * gdb.python/py-frame-inline.exp
4116 * gdb.python/py-frame.exp
4117 * gdb.python/py-framefilter-mi.exp
4118 * gdb.python/py-infthread.exp
4119 * gdb.python/py-lazy-string.exp
4120 * gdb.python/py-linetable.exp
4121 * gdb.python/py-mi-events.exp
4122 * gdb.python/py-mi-objfile.exp
4123 * gdb.python/py-mi.exp
4124 * gdb.python/py-objfile.exp
4125 * gdb.python/py-pp-integral.exp
4126 * gdb.python/py-pp-maint.exp
4127 * gdb.python/py-pp-re-notag.exp
4128 * gdb.python/py-pp-registration.exp
4129 * gdb.python/py-recurse-unwind.exp
4130 * gdb.python/py-strfns.exp
4131 * gdb.python/py-symbol.exp
4132 * gdb.python/py-symtab.exp
4133 * gdb.python/py-sync-interp.exp
4134 * gdb.python/py-typeprint.exp
4135 * gdb.python/py-unwind-maint.exp
4136 * gdb.python/py-unwind.exp
4137 * gdb.python/py-value-cc.exp
4138 * gdb.python/py-xmethods.exp
4139 * gdb.reverse/amd64-tailcall-reverse.exp
4140 * gdb.reverse/break-precsave.exp
4141 * gdb.reverse/break-reverse.exp
4142 * gdb.reverse/consecutive-precsave.exp
4143 * gdb.reverse/consecutive-reverse.exp
4144 * gdb.reverse/finish-precsave.exp
4145 * gdb.reverse/finish-reverse-bkpt.exp
4146 * gdb.reverse/finish-reverse.exp
4147 * gdb.reverse/fstatat-reverse.exp
4148 * gdb.reverse/getresuid-reverse.exp
4149 * gdb.reverse/i386-precsave.exp
4150 * gdb.reverse/i386-reverse.exp
4151 * gdb.reverse/i386-sse-reverse.exp
4152 * gdb.reverse/i387-env-reverse.exp
4153 * gdb.reverse/i387-stack-reverse.exp
4154 * gdb.reverse/insn-reverse.exp
4155 * gdb.reverse/machinestate-precsave.exp
4156 * gdb.reverse/machinestate.exp
4157 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4158 * gdb.reverse/pipe-reverse.exp
4159 * gdb.reverse/readv-reverse.exp
4160 * gdb.reverse/recvmsg-reverse.exp
4161 * gdb.reverse/rerun-prec.exp
4162 * gdb.reverse/s390-mvcle.exp
4163 * gdb.reverse/step-precsave.exp
4164 * gdb.reverse/step-reverse.exp
4165 * gdb.reverse/time-reverse.exp
4166 * gdb.reverse/until-precsave.exp
4167 * gdb.reverse/until-reverse.exp
4168 * gdb.reverse/waitpid-reverse.exp
4169 * gdb.reverse/watch-precsave.exp
4170 * gdb.reverse/watch-reverse.exp
4171 * gdb.rust/generics.exp
4172 * gdb.rust/methods.exp
4173 * gdb.rust/modules.exp
4174 * gdb.rust/simple.exp
4175 * gdb.server/connect-with-no-symbol-file.exp
4176 * gdb.server/ext-attach.exp
4177 * gdb.server/ext-restart.exp
4178 * gdb.server/ext-wrapper.exp
4179 * gdb.server/file-transfer.exp
4180 * gdb.server/server-exec-info.exp
4181 * gdb.server/server-kill.exp
4182 * gdb.server/server-mon.exp
4183 * gdb.server/wrapper.exp
4184 * gdb.stabs/exclfwd.exp
4185 * gdb.stabs/gdb11479.exp
4186 * gdb.threads/clone-new-thread-event.exp
4187 * gdb.threads/corethreads.exp
4188 * gdb.threads/current-lwp-dead.exp
4189 * gdb.threads/dlopen-libpthread.exp
4190 * gdb.threads/gcore-thread.exp
4191 * gdb.threads/sigstep-threads.exp
4192 * gdb.threads/watchpoint-fork.exp
4193 * gdb.trace/actions-changed.exp
4194 * gdb.trace/backtrace.exp
4195 * gdb.trace/change-loc.exp
4196 * gdb.trace/circ.exp
4197 * gdb.trace/collection.exp
4198 * gdb.trace/disconnected-tracing.exp
4199 * gdb.trace/ftrace.exp
4200 * gdb.trace/mi-trace-frame-collected.exp
4201 * gdb.trace/mi-trace-unavailable.exp
4202 * gdb.trace/mi-traceframe-changed.exp
4203 * gdb.trace/mi-tsv-changed.exp
4204 * gdb.trace/no-attach-trace.exp
4205 * gdb.trace/passc-dyn.exp
4206 * gdb.trace/qtro.exp
4207 * gdb.trace/range-stepping.exp
4208 * gdb.trace/read-memory.exp
4209 * gdb.trace/save-trace.exp
4210 * gdb.trace/signal.exp
4211 * gdb.trace/status-stop.exp
4212 * gdb.trace/tfile.exp
4213 * gdb.trace/trace-break.exp
4214 * gdb.trace/trace-buffer-size.exp
4215 * gdb.trace/trace-condition.exp
4216 * gdb.trace/tracefile-pseudo-reg.exp
4217 * gdb.trace/tstatus.exp
4218 * gdb.trace/unavailable.exp
4219 * gdb.trace/while-dyn.exp
4220 * gdb.trace/while-stepping.exp
4221
4222 2016-12-22 Doug Evans <xdje42@gmail.com>
4223
4224 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4225 and msymbols.
4226
4227 2016-12-19 Yao Qi <yao.qi@linaro.org>
4228
4229 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4230 (test_with_self): Don't call do_steps_and_nexts, and remove
4231 code about stepping into xmalloc.
4232
4233 2016-12-09 Yao Qi <yao.qi@linaro.org>
4234
4235 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4236
4237 2016-12-09 Yao Qi <yao.qi@linaro.org>
4238
4239 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4240
4241 2016-12-09 Pedro Alves <palves@redhat.com>
4242
4243 * gdb.base/all-architectures-0.exp: New file.
4244 * gdb.base/all-architectures-1.exp: New file.
4245 * gdb.base/all-architectures-2.exp: New file.
4246 * gdb.base/all-architectures-3.exp: New file.
4247 * gdb.base/all-architectures-4.exp: New file.
4248 * gdb.base/all-architectures-5.exp: New file.
4249 * gdb.base/all-architectures-6.exp: New file.
4250 * gdb.base/all-architectures-7.exp: New file.
4251 * gdb.base/all-architectures.exp.in: New file.
4252
4253 2016-12-09 Yao Qi <yao.qi@linaro.org>
4254
4255 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4256
4257 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4258
4259 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4260 possible.
4261 Remove useless pattern-matching code.
4262
4263 2016-12-02 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4266 procedure.
4267 (top level): Call it.
4268
4269 2016-12-02 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4272 New procedure.
4273 (top level): Call it.
4274
4275 2016-12-02 Pedro Alves <palves@redhat.com>
4276
4277 PR cli/20559
4278 * gdb.base/commands.exp (user_defined_command_args_eval): New
4279 procedure.
4280 (top level): Call it.
4281
4282 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4283
4284 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4285 timeout handling.
4286
4287 2016-12-02 Tom Tromey <tom@tromey.com>
4288
4289 * gdb.dwarf2/main-subprogram.c: New file.
4290 * gdb.dwarf2/main-subprogram.exp: New file.
4291
4292 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4293
4294 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4295 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4296 gdb_test_no_output for a couple of cases.
4297 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4298
4299 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4300
4301 Fix test names and standardize compilation error messages throughout
4302 the following files:
4303
4304 * gdb.ada/start.exp
4305 * gdb.arch/alpha-step.exp
4306 * gdb.arch/e500-prologue.exp
4307 * gdb.arch/ftrace-insn-reloc.exp
4308 * gdb.arch/gdb1291.exp
4309 * gdb.arch/gdb1431.exp
4310 * gdb.arch/gdb1558.exp
4311 * gdb.arch/i386-dr3-watch.exp
4312 * gdb.arch/i386-sse-stack-align.exp
4313 * gdb.arch/ia64-breakpoint-shadow.exp
4314 * gdb.arch/pa-nullify.exp
4315 * gdb.arch/powerpc-aix-prologue.exp
4316 * gdb.arch/thumb-bx-pc.exp
4317 * gdb.base/annota1.exp
4318 * gdb.base/annota3.exp
4319 * gdb.base/arrayidx.exp
4320 * gdb.base/assign.exp
4321 * gdb.base/attach.exp
4322 * gdb.base/auxv.exp
4323 * gdb.base/bang.exp
4324 * gdb.base/bfp-test.exp
4325 * gdb.base/bigcore.exp
4326 * gdb.base/bitfields2.exp
4327 * gdb.base/break-fun-addr.exp
4328 * gdb.base/break-probes.exp
4329 * gdb.base/call-rt-st.exp
4330 * gdb.base/callexit.exp
4331 * gdb.base/catch-fork-kill.exp
4332 * gdb.base/charset.exp
4333 * gdb.base/checkpoint.exp
4334 * gdb.base/comprdebug.exp
4335 * gdb.base/constvars.exp
4336 * gdb.base/coredump-filter.exp
4337 * gdb.base/cursal.exp
4338 * gdb.base/cvexpr.exp
4339 * gdb.base/detach.exp
4340 * gdb.base/display.exp
4341 * gdb.base/dmsym.exp
4342 * gdb.base/dprintf-pending.exp
4343 * gdb.base/dso2dso.exp
4344 * gdb.base/dtrace-probe.exp
4345 * gdb.base/dump.exp
4346 * gdb.base/enum_cond.exp
4347 * gdb.base/exe-lock.exp
4348 * gdb.base/exec-invalid-sysroot.exp
4349 * gdb.base/execl-update-breakpoints.exp
4350 * gdb.base/exprs.exp
4351 * gdb.base/fileio.exp
4352 * gdb.base/find.exp
4353 * gdb.base/finish.exp
4354 * gdb.base/fixsection.exp
4355 * gdb.base/foll-vfork.exp
4356 * gdb.base/frame-args.exp
4357 * gdb.base/gcore.exp
4358 * gdb.base/gdb1250.exp
4359 * gdb.base/global-var-nested-by-dso.exp
4360 * gdb.base/gnu-ifunc.exp
4361 * gdb.base/hashline1.exp
4362 * gdb.base/hashline2.exp
4363 * gdb.base/hashline3.exp
4364 * gdb.base/hbreak-in-shr-unsupported.exp
4365 * gdb.base/huge.exp
4366 * gdb.base/infcall-input.exp
4367 * gdb.base/info-fun.exp
4368 * gdb.base/info-shared.exp
4369 * gdb.base/jit-simple.exp
4370 * gdb.base/jit-so.exp
4371 * gdb.base/jit.exp
4372 * gdb.base/jump.exp
4373 * gdb.base/label.exp
4374 * gdb.base/lineinc.exp
4375 * gdb.base/logical.exp
4376 * gdb.base/longjmp.exp
4377 * gdb.base/macscp.exp
4378 * gdb.base/miscexprs.exp
4379 * gdb.base/new-ui-echo.exp
4380 * gdb.base/new-ui-pending-input.exp
4381 * gdb.base/new-ui.exp
4382 * gdb.base/nodebug.exp
4383 * gdb.base/nofield.exp
4384 * gdb.base/offsets.exp
4385 * gdb.base/overlays.exp
4386 * gdb.base/pending.exp
4387 * gdb.base/pointers.exp
4388 * gdb.base/pr11022.exp
4389 * gdb.base/printcmds.exp
4390 * gdb.base/prologue.exp
4391 * gdb.base/ptr-typedef.exp
4392 * gdb.base/realname-expand.exp
4393 * gdb.base/relativedebug.exp
4394 * gdb.base/relocate.exp
4395 * gdb.base/remote.exp
4396 * gdb.base/reread.exp
4397 * gdb.base/return2.exp
4398 * gdb.base/savedregs.exp
4399 * gdb.base/sep.exp
4400 * gdb.base/sepdebug.exp
4401 * gdb.base/sepsymtab.exp
4402 * gdb.base/set-inferior-tty.exp
4403 * gdb.base/setshow.exp
4404 * gdb.base/shlib-call.exp
4405 * gdb.base/sigaltstack.exp
4406 * gdb.base/siginfo-addr.exp
4407 * gdb.base/signals.exp
4408 * gdb.base/signull.exp
4409 * gdb.base/sigrepeat.exp
4410 * gdb.base/so-impl-ld.exp
4411 * gdb.base/solib-display.exp
4412 * gdb.base/solib-overlap.exp
4413 * gdb.base/solib-search.exp
4414 * gdb.base/solib-symbol.exp
4415 * gdb.base/structs.exp
4416 * gdb.base/structs2.exp
4417 * gdb.base/symtab-search-order.exp
4418 * gdb.base/twice.exp
4419 * gdb.base/unload.exp
4420 * gdb.base/varargs.exp
4421 * gdb.base/watchpoint-solib.exp
4422 * gdb.base/watchpoint.exp
4423 * gdb.base/whatis.exp
4424 * gdb.base/wrong_frame_bt_full.exp
4425 * gdb.btrace/dlopen.exp
4426 * gdb.cell/ea-standalone.exp
4427 * gdb.cell/ea-test.exp
4428 * gdb.cp/dispcxx.exp
4429 * gdb.cp/gdb2384.exp
4430 * gdb.cp/method2.exp
4431 * gdb.cp/nextoverthrow.exp
4432 * gdb.cp/pr10728.exp
4433 * gdb.disasm/am33.exp
4434 * gdb.disasm/h8300s.exp
4435 * gdb.disasm/mn10300.exp
4436 * gdb.disasm/sh3.exp
4437 * gdb.dwarf2/dw2-dir-file-name.exp
4438 * gdb.fortran/complex.exp
4439 * gdb.fortran/library-module.exp
4440 * gdb.guile/scm-pretty-print.exp
4441 * gdb.guile/scm-symbol.exp
4442 * gdb.guile/scm-type.exp
4443 * gdb.guile/scm-value.exp
4444 * gdb.linespec/linespec.exp
4445 * gdb.mi/gdb701.exp
4446 * gdb.mi/gdb792.exp
4447 * gdb.mi/mi-breakpoint-changed.exp
4448 * gdb.mi/mi-dprintf-pending.exp
4449 * gdb.mi/mi-dprintf.exp
4450 * gdb.mi/mi-exit-code.exp
4451 * gdb.mi/mi-pending.exp
4452 * gdb.mi/mi-solib.exp
4453 * gdb.mi/new-ui-mi-sync.exp
4454 * gdb.mi/pr11022.exp
4455 * gdb.mi/user-selected-context-sync.exp
4456 * gdb.opt/solib-intra-step.exp
4457 * gdb.python/py-events.exp
4458 * gdb.python/py-finish-breakpoint.exp
4459 * gdb.python/py-mi.exp
4460 * gdb.python/py-prettyprint.exp
4461 * gdb.python/py-shared.exp
4462 * gdb.python/py-symbol.exp
4463 * gdb.python/py-template.exp
4464 * gdb.python/py-type.exp
4465 * gdb.python/py-value.exp
4466 * gdb.reverse/solib-precsave.exp
4467 * gdb.reverse/solib-reverse.exp
4468 * gdb.server/solib-list.exp
4469 * gdb.stabs/weird.exp
4470 * gdb.threads/reconnect-signal.exp
4471 * gdb.threads/stepi-random-signal.exp
4472 * gdb.trace/actions.exp
4473 * gdb.trace/ax.exp
4474 * gdb.trace/backtrace.exp
4475 * gdb.trace/change-loc.exp
4476 * gdb.trace/deltrace.exp
4477 * gdb.trace/ftrace-lock.exp
4478 * gdb.trace/ftrace.exp
4479 * gdb.trace/infotrace.exp
4480 * gdb.trace/mi-tracepoint-changed.exp
4481 * gdb.trace/packetlen.exp
4482 * gdb.trace/passcount.exp
4483 * gdb.trace/pending.exp
4484 * gdb.trace/range-stepping.exp
4485 * gdb.trace/report.exp
4486 * gdb.trace/stap-trace.exp
4487 * gdb.trace/tfind.exp
4488 * gdb.trace/trace-break.exp
4489 * gdb.trace/trace-condition.exp
4490 * gdb.trace/trace-enable-disable.exp
4491 * gdb.trace/trace-mt.exp
4492 * gdb.trace/tracecmd.exp
4493 * gdb.trace/tspeed.exp
4494 * gdb.trace/tsv.exp
4495 * lib/perftest.exp
4496
4497 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4498
4499 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4500 with gdb_test_no_output.
4501 Use command as test name.
4502
4503 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4504
4505 Fix test names starting with uppercase throughout the files.
4506
4507 * gdb.ada/assign_1.exp
4508 * gdb.ada/boolean_expr.exp
4509 * gdb.base/arrayidx.exp
4510 * gdb.base/del.exp
4511 * gdb.base/gcore-buffer-overflow.exp
4512 * gdb.base/testenv.exp
4513 * gdb.compile/compile.exp
4514 * gdb.python/py-framefilter-invalidarg.exp
4515 * gdb.python/py-framefilter.exp
4516
4517 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4518
4519 Fix test names starting with uppercase throughout the files.
4520
4521 * gdb.ada/array_return.exp
4522 * gdb.ada/expr_delims.exp
4523 * gdb.ada/mi_dyn_arr.exp
4524 * gdb.ada/mi_interface.exp
4525 * gdb.ada/mi_var_array.exp
4526 * gdb.ada/watch_arg.exp
4527 * gdb.arch/alpha-step.exp
4528 * gdb.arch/altivec-regs.exp
4529 * gdb.arch/e500-regs.exp
4530 * gdb.arch/powerpc-d128-regs.exp
4531 * gdb.base/arrayidx.exp
4532 * gdb.base/break.exp
4533 * gdb.base/checkpoint.exp
4534 * gdb.base/debug-expr.exp
4535 * gdb.base/dmsym.exp
4536 * gdb.base/radix.exp
4537 * gdb.base/sepdebug.exp
4538 * gdb.base/testenv.exp
4539 * gdb.base/watch_thread_num.exp
4540 * gdb.base/watchpoint-cond-gone.exp
4541 * gdb.cell/break.exp
4542 * gdb.cell/ea-cache.exp
4543 * gdb.compile/compile.exp
4544 * gdb.cp/gdb2495.exp
4545 * gdb.gdb/selftest.exp
4546 * gdb.gdb/xfullpath.exp
4547 * gdb.go/hello.exp
4548 * gdb.go/integers.exp
4549 * gdb.objc/basicclass.exp
4550 * gdb.pascal/hello.exp
4551 * gdb.pascal/integers.exp
4552 * gdb.python/py-breakpoint.exp
4553 * gdb.python/py-cmd.exp
4554 * gdb.python/py-linetable.exp
4555 * gdb.python/py-xmethods.exp
4556 * gdb.python/python.exp
4557 * gdb.reverse/consecutive-precsave.exp
4558 * gdb.reverse/finish-precsave.exp
4559 * gdb.reverse/i386-precsave.exp
4560 * gdb.reverse/machinestate-precsave.exp
4561 * gdb.reverse/sigall-precsave.exp
4562 * gdb.reverse/solib-precsave.exp
4563 * gdb.reverse/step-precsave.exp
4564 * gdb.reverse/until-precsave.exp
4565 * gdb.reverse/watch-precsave.exp
4566 * gdb.threads/leader-exit.exp
4567 * gdb.threads/pthreads.exp
4568 * gdb.threads/wp-replication.exp
4569 * gdb.trace/actions.exp
4570 * gdb.trace/mi-tsv-changed.exp
4571 * gdb.trace/tsv.exp
4572
4573 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4574
4575 Fix test names starting with uppercase throughout the files.
4576
4577 * gdb.arch/i386-bp_permanent.exp
4578 * gdb.arch/i386-gnu-cfi.exp
4579 * gdb.base/disasm-end-cu.exp
4580 * gdb.base/macscp.exp
4581 * gdb.base/pending.exp
4582 * gdb.base/watch_thread_num.exp
4583 * gdb.cp/exception.exp
4584 * gdb.cp/gdb2495.exp
4585 * gdb.cp/local.exp
4586 * gdb.python/py-evsignal.exp
4587 * gdb.python/python.exp
4588 * gdb.trace/tracecmd.exp
4589
4590 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4591
4592 Fix test names starting with uppercase throughout the files.
4593
4594 * gdb.base/charset.exp
4595 * gdb.base/eval.exp
4596 * gdb.base/multi-forks.exp
4597 * gdb.guile/scm-progspace.exp
4598 * gdb.opencl/datatypes.exp
4599 * gdb.python/py-block.exp
4600 * gdb.python/py-function.exp
4601 * gdb.python/py-symbol.exp
4602 * gdb.python/py-symtab.exp
4603 * gdb.python/py-xmethods.exp
4604 * gdb.reverse/break-precsave.exp
4605 * gdb.reverse/break-reverse.exp
4606 * gdb.reverse/consecutive-precsave.exp
4607 * gdb.reverse/consecutive-reverse.exp
4608 * gdb.reverse/finish-precsave.exp
4609 * gdb.reverse/finish-reverse-bkpt.exp
4610 * gdb.reverse/finish-reverse.exp
4611 * gdb.reverse/fstatat-reverse.exp
4612 * gdb.reverse/getresuid-reverse.exp
4613 * gdb.reverse/i386-precsave.exp
4614 * gdb.reverse/i386-reverse.exp
4615 * gdb.reverse/i386-sse-reverse.exp
4616 * gdb.reverse/i387-stack-reverse.exp
4617 * gdb.reverse/insn-reverse.exp
4618 * gdb.reverse/machinestate-precsave.exp
4619 * gdb.reverse/machinestate.exp
4620 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4621 * gdb.reverse/pipe-reverse.exp
4622 * gdb.reverse/readv-reverse.exp
4623 * gdb.reverse/recvmsg-reverse.exp
4624 * gdb.reverse/rerun-prec.exp
4625 * gdb.reverse/s390-mvcle.exp
4626 * gdb.reverse/sigall-precsave.exp
4627 * gdb.reverse/sigall-reverse.exp
4628 * gdb.reverse/solib-precsave.exp
4629 * gdb.reverse/solib-reverse.exp
4630 * gdb.reverse/step-precsave.exp
4631 * gdb.reverse/step-reverse.exp
4632 * gdb.reverse/time-reverse.exp
4633 * gdb.reverse/until-precsave.exp
4634 * gdb.reverse/until-reverse.exp
4635 * gdb.reverse/waitpid-reverse.exp
4636 * gdb.reverse/watch-precsave.exp
4637 * gdb.reverse/watch-reverse.exp
4638
4639 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4640
4641 Fix test names starting with uppercase throughout the files.
4642
4643 * gdb.arch/i386-mpx-simple_segv.exp
4644 * gdb.arch/i386-mpx.exp
4645 * gdb.arch/i386-permbkpt.exp
4646 * gdb.arch/pa-nullify.exp
4647 * gdb.arch/powerpc-d128-regs.exp
4648 * gdb.arch/vsx-regs.exp
4649 * gdb.base/bfp-test.exp
4650 * gdb.base/break.exp
4651 * gdb.base/breakpoint-shadow.exp
4652 * gdb.base/callfuncs.exp
4653 * gdb.base/charset.exp
4654 * gdb.base/commands.exp
4655 * gdb.base/completion.exp
4656 * gdb.base/dfp-test.exp
4657 * gdb.base/echo.exp
4658 * gdb.base/ending-run.exp
4659 * gdb.base/eval.exp
4660 * gdb.base/expand-psymtabs.exp
4661 * gdb.base/float128.exp
4662 * gdb.base/floatn.exp
4663 * gdb.base/foll-exec-mode.exp
4664 * gdb.base/gdb1056.exp
4665 * gdb.base/gdb11531.exp
4666 * gdb.base/kill-after-signal.exp
4667 * gdb.base/multi-forks.exp
4668 * gdb.base/overlays.exp
4669 * gdb.base/pending.exp
4670 * gdb.base/sepdebug.exp
4671 * gdb.base/testenv.exp
4672 * gdb.base/valgrind-db-attach.exp
4673 * gdb.base/watch_thread_num.exp
4674 * gdb.base/watchpoint-cond-gone.exp
4675 * gdb.base/watchpoint.exp
4676 * gdb.base/watchpoints.exp
4677 * gdb.cp/arg-reference.exp
4678 * gdb.cp/baseenum.exp
4679 * gdb.cp/operator.exp
4680 * gdb.cp/shadow.exp
4681 * gdb.dwarf2/dw2-op-out-param.exp
4682 * gdb.dwarf2/dw2-reg-undefined.exp
4683 * gdb.go/chan.exp
4684 * gdb.go/hello.exp
4685 * gdb.go/integers.exp
4686 * gdb.go/methods.exp
4687 * gdb.go/package.exp
4688 * gdb.guile/scm-parameter.exp
4689 * gdb.guile/scm-progspace.exp
4690 * gdb.guile/scm-value.exp
4691 * gdb.mi/mi-pending.exp
4692 * gdb.mi/user-selected-context-sync.exp
4693 * gdb.multi/multi-attach.exp
4694 * gdb.multi/tids.exp
4695 * gdb.opt/clobbered-registers-O2.exp
4696 * gdb.pascal/floats.exp
4697 * gdb.pascal/integers.exp
4698 * gdb.python/py-block.exp
4699 * gdb.python/py-events.exp
4700 * gdb.python/py-parameter.exp
4701 * gdb.python/py-symbol.exp
4702 * gdb.python/py-symtab.exp
4703 * gdb.python/py-type.exp
4704 * gdb.python/py-value.exp
4705 * gdb.python/py-xmethods.exp
4706 * gdb.python/python.exp
4707 * gdb.reverse/break-precsave.exp
4708 * gdb.reverse/consecutive-precsave.exp
4709 * gdb.reverse/finish-precsave.exp
4710 * gdb.reverse/i386-precsave.exp
4711 * gdb.reverse/machinestate-precsave.exp
4712 * gdb.reverse/sigall-precsave.exp
4713 * gdb.reverse/solib-precsave.exp
4714 * gdb.reverse/step-precsave.exp
4715 * gdb.reverse/until-precsave.exp
4716 * gdb.reverse/watch-precsave.exp
4717 * gdb.server/ext-attach.exp
4718 * gdb.server/ext-restart.exp
4719 * gdb.server/ext-run.exp
4720 * gdb.server/ext-wrapper.exp
4721 * gdb.stabs/gdb11479.exp
4722 * gdb.stabs/weird.exp
4723 * gdb.threads/attach-many-short-lived-threads.exp
4724 * gdb.threads/kill.exp
4725 * gdb.threads/watchpoint-fork.exp
4726
4727 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4728
4729 Fix test names starting with uppercase throughout all the files below.
4730
4731 * gdb.ada/array_return.exp
4732 * gdb.ada/catch_ex.exp
4733 * gdb.ada/info_exc.exp
4734 * gdb.ada/mi_catch_ex.exp
4735 * gdb.ada/mi_dyn_arr.exp
4736 * gdb.ada/mi_ex_cond.exp
4737 * gdb.ada/mi_exc_info.exp
4738 * gdb.ada/mi_interface.exp
4739 * gdb.ada/mi_task_arg.exp
4740 * gdb.ada/mi_task_info.exp
4741 * gdb.ada/mi_var_array.exp
4742 * gdb.arch/alpha-step.exp
4743 * gdb.arch/amd64-disp-step.exp
4744 * gdb.arch/arm-disp-step.exp
4745 * gdb.arch/disp-step-insn-reloc.exp
4746 * gdb.arch/e500-prologue.exp
4747 * gdb.arch/ftrace-insn-reloc.exp
4748 * gdb.arch/gdb1558.exp
4749 * gdb.arch/i386-bp_permanent.exp
4750 * gdb.arch/i386-disp-step.exp
4751 * gdb.arch/i386-float.exp
4752 * gdb.arch/i386-gnu-cfi.exp
4753 * gdb.arch/ia64-breakpoint-shadow.exp
4754 * gdb.arch/mips16-thunks.exp
4755 * gdb.arch/pa-nullify.exp
4756 * gdb.arch/powerpc-aix-prologue.exp
4757 * gdb.arch/powerpc-power.exp
4758 * gdb.arch/ppc-dfp.exp
4759 * gdb.arch/s390-tdbregs.exp
4760 * gdb.arch/spu-info.exp
4761 * gdb.arch/spu-ls.exp
4762 * gdb.arch/thumb-bx-pc.exp
4763 * gdb.base/advance.exp
4764 * gdb.base/annota-input-while-running.exp
4765 * gdb.base/arrayidx.exp
4766 * gdb.base/asmlabel.exp
4767 * gdb.base/async.exp
4768 * gdb.base/attach-wait-input.exp
4769 * gdb.base/auto-connect-native-target.exp
4770 * gdb.base/batch-preserve-term-settings.exp
4771 * gdb.base/bfp-test.exp
4772 * gdb.base/bigcore.exp
4773 * gdb.base/bp-permanent.exp
4774 * gdb.base/break-always.exp
4775 * gdb.base/break-fun-addr.exp
4776 * gdb.base/break-idempotent.exp
4777 * gdb.base/break-main-file-remove-fail.exp
4778 * gdb.base/break-probes.exp
4779 * gdb.base/break-unload-file.exp
4780 * gdb.base/break.exp
4781 * gdb.base/call-ar-st.exp
4782 * gdb.base/call-rt-st.exp
4783 * gdb.base/call-sc.exp
4784 * gdb.base/call-signal-resume.exp
4785 * gdb.base/call-strs.exp
4786 * gdb.base/callexit.exp
4787 * gdb.base/callfuncs.exp
4788 * gdb.base/catch-gdb-caused-signals.exp
4789 * gdb.base/catch-signal-siginfo-cond.exp
4790 * gdb.base/catch-syscall.exp
4791 * gdb.base/compare-sections.exp
4792 * gdb.base/cond-eval-mode.exp
4793 * gdb.base/condbreak-call-false.exp
4794 * gdb.base/consecutive-step-over.exp
4795 * gdb.base/cursal.exp
4796 * gdb.base/disabled-location.exp
4797 * gdb.base/disasm-end-cu.exp
4798 * gdb.base/display.exp
4799 * gdb.base/double-prompt-target-event-error.exp
4800 * gdb.base/dprintf-bp-same-addr.exp
4801 * gdb.base/dprintf-detach.exp
4802 * gdb.base/dprintf-next.exp
4803 * gdb.base/dprintf-non-stop.exp
4804 * gdb.base/dprintf-pending.exp
4805 * gdb.base/dso2dso.exp
4806 * gdb.base/ending-run.exp
4807 * gdb.base/enum_cond.exp
4808 * gdb.base/examine-backward.exp
4809 * gdb.base/exe-lock.exp
4810 * gdb.base/exec-invalid-sysroot.exp
4811 * gdb.base/execl-update-breakpoints.exp
4812 * gdb.base/execution-termios.exp
4813 * gdb.base/fileio.exp
4814 * gdb.base/fixsection.exp
4815 * gdb.base/foll-exec-mode.exp
4816 * gdb.base/foll-exec.exp
4817 * gdb.base/fork-running-state.exp
4818 * gdb.base/frame-args.exp
4819 * gdb.base/fullpath-expand.exp
4820 * gdb.base/func-ptr.exp
4821 * gdb.base/gcore-relro-pie.exp
4822 * gdb.base/gdb1090.exp
4823 * gdb.base/gdb1555.exp
4824 * gdb.base/global-var-nested-by-dso.exp
4825 * gdb.base/gnu-ifunc.exp
4826 * gdb.base/hbreak-in-shr-unsupported.exp
4827 * gdb.base/hbreak-unmapped.exp
4828 * gdb.base/hook-stop.exp
4829 * gdb.base/infcall-input.exp
4830 * gdb.base/info-fun.exp
4831 * gdb.base/info-shared.exp
4832 * gdb.base/interrupt-noterm.exp
4833 * gdb.base/jit-so.exp
4834 * gdb.base/jit.exp
4835 * gdb.base/line-symtabs.exp
4836 * gdb.base/list.exp
4837 * gdb.base/longjmp.exp
4838 * gdb.base/macscp.exp
4839 * gdb.base/max-value-size.exp
4840 * gdb.base/nodebug.exp
4841 * gdb.base/nofield.exp
4842 * gdb.base/overlays.exp
4843 * gdb.base/paginate-after-ctrl-c-running.exp
4844 * gdb.base/paginate-bg-execution.exp
4845 * gdb.base/paginate-inferior-exit.exp
4846 * gdb.base/pending.exp
4847 * gdb.base/pr11022.exp
4848 * gdb.base/printcmds.exp
4849 * gdb.base/ptr-typedef.exp
4850 * gdb.base/ptype.exp
4851 * gdb.base/randomize.exp
4852 * gdb.base/range-stepping.exp
4853 * gdb.base/realname-expand.exp
4854 * gdb.base/relativedebug.exp
4855 * gdb.base/remote.exp
4856 * gdb.base/savedregs.exp
4857 * gdb.base/sepdebug.exp
4858 * gdb.base/set-noassign.exp
4859 * gdb.base/shlib-call.exp
4860 * gdb.base/shreloc.exp
4861 * gdb.base/sigaltstack.exp
4862 * gdb.base/sigbpt.exp
4863 * gdb.base/siginfo-addr.exp
4864 * gdb.base/siginfo-obj.exp
4865 * gdb.base/siginfo-thread.exp
4866 * gdb.base/signest.exp
4867 * gdb.base/signull.exp
4868 * gdb.base/sigrepeat.exp
4869 * gdb.base/skip.exp
4870 * gdb.base/so-impl-ld.exp
4871 * gdb.base/solib-corrupted.exp
4872 * gdb.base/solib-disc.exp
4873 * gdb.base/solib-display.exp
4874 * gdb.base/solib-overlap.exp
4875 * gdb.base/solib-search.exp
4876 * gdb.base/solib-symbol.exp
4877 * gdb.base/source-execution.exp
4878 * gdb.base/sss-bp-on-user-bp-2.exp
4879 * gdb.base/sss-bp-on-user-bp.exp
4880 * gdb.base/stack-checking.exp
4881 * gdb.base/stale-infcall.exp
4882 * gdb.base/step-break.exp
4883 * gdb.base/step-line.exp
4884 * gdb.base/step-over-exit.exp
4885 * gdb.base/step-test.exp
4886 * gdb.base/structs.exp
4887 * gdb.base/sym-file.exp
4888 * gdb.base/symtab-search-order.exp
4889 * gdb.base/term.exp
4890 * gdb.base/type-opaque.exp
4891 * gdb.base/unload.exp
4892 * gdb.base/until-nodebug.exp
4893 * gdb.base/until.exp
4894 * gdb.base/unwindonsignal.exp
4895 * gdb.base/watch-cond.exp
4896 * gdb.base/watch-non-mem.exp
4897 * gdb.base/watch_thread_num.exp
4898 * gdb.base/watchpoint-reuse-slot.exp
4899 * gdb.base/watchpoint-solib.exp
4900 * gdb.base/watchpoint.exp
4901 * gdb.btrace/dlopen.exp
4902 * gdb.cell/arch.exp
4903 * gdb.cell/break.exp
4904 * gdb.cell/bt.exp
4905 * gdb.cell/core.exp
4906 * gdb.cell/data.exp
4907 * gdb.cell/dwarfaddr.exp
4908 * gdb.cell/ea-cache.exp
4909 * gdb.cell/ea-standalone.exp
4910 * gdb.cell/ea-test.exp
4911 * gdb.cell/f-regs.exp
4912 * gdb.cell/fork.exp
4913 * gdb.cell/gcore.exp
4914 * gdb.cell/mem-access.exp
4915 * gdb.cell/ptype.exp
4916 * gdb.cell/registers.exp
4917 * gdb.cell/sizeof.exp
4918 * gdb.cell/solib-symbol.exp
4919 * gdb.cell/solib.exp
4920 * gdb.compile/compile-tls.exp
4921 * gdb.cp/exception.exp
4922 * gdb.cp/gdb2495.exp
4923 * gdb.cp/local.exp
4924 * gdb.cp/mb-inline.exp
4925 * gdb.cp/mb-templates.exp
4926 * gdb.cp/pr10687.exp
4927 * gdb.cp/pr9167.exp
4928 * gdb.cp/scope-err.exp
4929 * gdb.cp/templates.exp
4930 * gdb.cp/virtfunc.exp
4931 * gdb.dwarf2/dw2-dir-file-name.exp
4932 * gdb.dwarf2/dw2-single-line-discriminators.exp
4933 * gdb.fortran/complex.exp
4934 * gdb.fortran/library-module.exp
4935 * gdb.guile/guile.exp
4936 * gdb.guile/scm-cmd.exp
4937 * gdb.guile/scm-frame-inline.exp
4938 * gdb.guile/scm-objfile.exp
4939 * gdb.guile/scm-pretty-print.exp
4940 * gdb.guile/scm-symbol.exp
4941 * gdb.guile/scm-type.exp
4942 * gdb.guile/scm-value.exp
4943 * gdb.linespec/keywords.exp
4944 * gdb.linespec/ls-errs.exp
4945 * gdb.linespec/macro-relative.exp
4946 * gdb.linespec/thread.exp
4947 * gdb.mi/mi-breakpoint-changed.exp
4948 * gdb.mi/mi-dprintf-pending.exp
4949 * gdb.mi/mi-fullname-deleted.exp
4950 * gdb.mi/mi-logging.exp
4951 * gdb.mi/mi-pending.exp
4952 * gdb.mi/mi-solib.exp
4953 * gdb.mi/new-ui-mi-sync.exp
4954 * gdb.mi/user-selected-context-sync.exp
4955 * gdb.multi/dummy-frame-restore.exp
4956 * gdb.multi/multi-arch-exec.exp
4957 * gdb.multi/remove-inferiors.exp
4958 * gdb.multi/watchpoint-multi-exit.exp
4959 * gdb.opt/solib-intra-step.exp
4960 * gdb.perf/backtrace.exp
4961 * gdb.perf/single-step.exp
4962 * gdb.perf/skip-command.exp
4963 * gdb.perf/skip-prologue.exp
4964 * gdb.perf/solib.exp
4965 * gdb.python/lib-types.exp
4966 * gdb.python/py-as-string.exp
4967 * gdb.python/py-bad-printers.exp
4968 * gdb.python/py-block.exp
4969 * gdb.python/py-breakpoint.exp
4970 * gdb.python/py-cmd.exp
4971 * gdb.python/py-events.exp
4972 * gdb.python/py-evthreads.exp
4973 * gdb.python/py-finish-breakpoint.exp
4974 * gdb.python/py-finish-breakpoint2.exp
4975 * gdb.python/py-frame-inline.exp
4976 * gdb.python/py-frame.exp
4977 * gdb.python/py-inferior.exp
4978 * gdb.python/py-infthread.exp
4979 * gdb.python/py-mi.exp
4980 * gdb.python/py-objfile.exp
4981 * gdb.python/py-pp-maint.exp
4982 * gdb.python/py-pp-registration.exp
4983 * gdb.python/py-prettyprint.exp
4984 * gdb.python/py-recurse-unwind.exp
4985 * gdb.python/py-shared.exp
4986 * gdb.python/py-symbol.exp
4987 * gdb.python/py-symtab.exp
4988 * gdb.python/py-template.exp
4989 * gdb.python/py-type.exp
4990 * gdb.python/py-unwind-maint.exp
4991 * gdb.python/py-unwind.exp
4992 * gdb.python/py-value.exp
4993 * gdb.python/python.exp
4994 * gdb.reverse/finish-reverse-bkpt.exp
4995 * gdb.reverse/insn-reverse.exp
4996 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4997 * gdb.reverse/solib-precsave.exp
4998 * gdb.reverse/solib-reverse.exp
4999 * gdb.stabs/gdb11479.exp
5000 * gdb.stabs/weird.exp
5001 * gdb.threads/fork-child-threads.exp
5002 * gdb.threads/fork-plus-threads.exp
5003 * gdb.threads/fork-thread-pending.exp
5004 * gdb.threads/forking-threads-plus-breakpoint.exp
5005 * gdb.threads/hand-call-in-threads.exp
5006 * gdb.threads/interrupted-hand-call.exp
5007 * gdb.threads/linux-dp.exp
5008 * gdb.threads/local-watch-wrong-thread.exp
5009 * gdb.threads/next-while-other-thread-longjmps.exp
5010 * gdb.threads/non-ldr-exit.exp
5011 * gdb.threads/pending-step.exp
5012 * gdb.threads/print-threads.exp
5013 * gdb.threads/process-dies-while-detaching.exp
5014 * gdb.threads/process-dies-while-handling-bp.exp
5015 * gdb.threads/pthreads.exp
5016 * gdb.threads/queue-signal.exp
5017 * gdb.threads/reconnect-signal.exp
5018 * gdb.threads/signal-command-handle-nopass.exp
5019 * gdb.threads/signal-command-multiple-signals-pending.exp
5020 * gdb.threads/signal-delivered-right-thread.exp
5021 * gdb.threads/signal-sigtrap.exp
5022 * gdb.threads/sigthread.exp
5023 * gdb.threads/staticthreads.exp
5024 * gdb.threads/stepi-random-signal.exp
5025 * gdb.threads/thread-unwindonsignal.exp
5026 * gdb.threads/thread_check.exp
5027 * gdb.threads/thread_events.exp
5028 * gdb.threads/tid-reuse.exp
5029 * gdb.threads/tls-nodebug.exp
5030 * gdb.threads/tls-shared.exp
5031 * gdb.threads/tls-so_extern.exp
5032 * gdb.threads/tls.exp
5033 * gdb.threads/wp-replication.exp
5034 * gdb.trace/actions-changed.exp
5035 * gdb.trace/actions.exp
5036 * gdb.trace/backtrace.exp
5037 * gdb.trace/change-loc.exp
5038 * gdb.trace/collection.exp
5039 * gdb.trace/deltrace.exp
5040 * gdb.trace/disconnected-tracing.exp
5041 * gdb.trace/entry-values.exp
5042 * gdb.trace/ftrace-lock.exp
5043 * gdb.trace/ftrace.exp
5044 * gdb.trace/infotrace.exp
5045 * gdb.trace/mi-trace-frame-collected.exp
5046 * gdb.trace/mi-trace-unavailable.exp
5047 * gdb.trace/mi-traceframe-changed.exp
5048 * gdb.trace/mi-tracepoint-changed.exp
5049 * gdb.trace/mi-tsv-changed.exp
5050 * gdb.trace/no-attach-trace.exp
5051 * gdb.trace/packetlen.exp
5052 * gdb.trace/passc-dyn.exp
5053 * gdb.trace/passcount.exp
5054 * gdb.trace/pending.exp
5055 * gdb.trace/pr16508.exp
5056 * gdb.trace/qtro.exp
5057 * gdb.trace/range-stepping.exp
5058 * gdb.trace/read-memory.exp
5059 * gdb.trace/report.exp
5060 * gdb.trace/save-trace.exp
5061 * gdb.trace/signal.exp
5062 * gdb.trace/stap-trace.exp
5063 * gdb.trace/status-stop.exp
5064 * gdb.trace/strace.exp
5065 * gdb.trace/tfile.exp
5066 * gdb.trace/tfind.exp
5067 * gdb.trace/trace-break.exp
5068 * gdb.trace/trace-condition.exp
5069 * gdb.trace/trace-enable-disable.exp
5070 * gdb.trace/trace-mt.exp
5071 * gdb.trace/tracecmd.exp
5072 * gdb.trace/tracefile-pseudo-reg.exp
5073 * gdb.trace/tspeed.exp
5074 * gdb.trace/tstatus.exp
5075 * gdb.trace/tsv.exp
5076 * gdb.trace/unavailable.exp
5077 * gdb.trace/while-dyn.exp
5078 * gdb.trace/while-stepping.exp
5079 * lib/gdb-guile.exp
5080 * lib/gdb.exp
5081 * lib/mi-support.exp
5082 * lib/pascal.exp
5083 * lib/perftest.exp
5084 * lib/prelink-support.exp
5085 * lib/selftest-support.exp
5086
5087 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5088
5089 * Makefile.in: Include disable-implicit-rules.mk.
5090
5091 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5092
5093 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5094 non-byte-aligned bit fields.
5095
5096 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5097
5098 PR gdb/12616
5099 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5100 respects the DW_AT_data_bit_offset attribute.
5101
5102 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5103
5104 * gdb.base/default.exp: Fix output of "set language".
5105
5106 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5107
5108 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5109 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5110 make.
5111 * configure.ac: Remove checks for the make program.
5112 * configure: Re-generate.
5113
5114 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5115
5116 * gdb.python/py-recurse-unwind.c (main): Add loop.
5117 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5118 to read_register() and gdb.parse_and_eval(). Make each code
5119 call a separate case that can be individually tested.
5120 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5121 proc. Call cont_and_backtrace for each of the code paths that
5122 we want to test in the unwinder.
5123
5124 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5125
5126 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5127 the definition of struct S.
5128
5129 2016-11-11 Catherine Moore <clm@codesourcery.com>
5130
5131 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5132
5133 2016-11-09 Pedro Alves <palves@redhat.com>
5134
5135 * gdb.base/commands.exp (runto_or_return): New procedure.
5136 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5137 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5138 (progvar_simple_while_test, progvar_complex_if_while_test)
5139 (if_while_breakpoint_command_test)
5140 (infrun_breakpoint_command_test, breakpoint_command_test)
5141 (user_defined_command_test, watchpoint_command_test)
5142 (test_command_prompt_position, redefine_hook_test)
5143 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5144 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5145 multi_line_input and multi_line. Remove gdb_expect and
5146 gdb_stop_suppressing_tests uses.
5147 * lib/gdb.exp (valnum_re): New global.
5148 (multi_line_input): New procedure.
5149
5150 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5151
5152 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5153 Remove.
5154 (test_setup): Define with proc_with_prefix.
5155 (test_cli_inferior): Likewise.
5156 (test_cli_thread): Likewise.
5157 (test_cli_frame): Likewise.
5158 (test_cli_select_frame): Likewise.
5159 (test_cli_up_down): Likewise.
5160 (test_mi_thread_select): Likewise.
5161 (test_mi_stack_select_frame): Likewise.
5162 (test_cli_in_mi_inferior): Likewise.
5163 (test_cli_in_mi_thread): Likewise.
5164 (test_cli_in_mi_frame): Likewise.
5165 (top level): Do not use with_test_prefix_procname.
5166
5167 2016-11-09 Pedro Alves <palves@redhat.com>
5168
5169 * gdb.base/commands.exp (gdbvar_simple_if_test)
5170 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5171 (progvar_simple_if_test, progvar_simple_while_test)
5172 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5173 (infrun_breakpoint_command_test, breakpoint_command_test)
5174 (user_defined_command_test, watchpoint_command_test)
5175 (test_command_prompt_position, deprecated_command_test)
5176 (bp_deleted_in_command, temporary_breakpoint_commands)
5177 (stray_arg0_test, source_file_with_indented_comment)
5178 (recursive_source_test, if_commands_test)
5179 (error_clears_commands_left, redefine_hook_test)
5180 (redefine_backtrace_test): Use proc_with_prefix.
5181 * lib/gdb.exp (proc_with_prefix): New proc.
5182
5183 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5184
5185 * gdb.base/tui-layout.c: New file.
5186 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5187 disassembly window contains very long lines.
5188
5189 2016-11-08 Tom Tromey <tom@tromey.com>
5190
5191 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5192 depend on Python 2.
5193
5194 2016-11-08 Tom Tromey <tom@tromey.com>
5195
5196 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5197 New method.
5198
5199 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5200
5201 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5202
5203 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5204
5205 * gdb.rust/simple.rs: Add test for univariant enums without
5206 discriminants and for encoded struct-like enums.
5207
5208 2016-10-28 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5211 gdb_test_multiple, tighten regexps and match symtabs and line
5212 tables incrementally.
5213
5214 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5215
5216 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5217 general.
5218
5219 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5220
5221 * gdb.base/exec-invalid-sysroot.exp: New file.
5222
5223 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5224
5225 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5226
5227 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5230
5231 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5232
5233 * gdb.base/killed-outside.exp: Remove $options from a call to
5234 `prepare_for_testing'.
5235
5236 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5237
5238 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5239 Change test message.
5240
5241 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5242
5243 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5244 Update comment.
5245
5246 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5247
5248 * gdb.trace/mi-trace-save.exp: New file.
5249
5250 2016-10-13 Yao Qi <yao.qi@linaro.org>
5251
5252 * gdb.base/code_elim.exp (get_var_address): Remove.
5253 * gdb.base/relocate.exp: Likewise.
5254 * gdb.base/shreloc.exp: Likewise.
5255 * lib/gdb.exp (get_var_address): New.
5256
5257 2016-10-13 Yao Qi <yao.qi@linaro.org>
5258
5259 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5260 floating point tests if $skip_float_test is false.
5261
5262 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5263
5264 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5265 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5266 argc values.
5267 Add 1 to argc so we guarantee distinct initial/modified argc values.
5268
5269 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5270
5271 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5272
5273 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5276 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5277 * gdb.arch/vsx-regs.exp: Likewise.
5278
5279 2016-10-07 Yao Qi <yao.qi@linaro.org>
5280
5281 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5282
5283 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5284
5285 * gdb.python/python.exp: Test decode_line("*0").
5286
5287 2016-10-06 Doug Evans <dje@google.com>
5288
5289 * gdb.python/py-value.exp (test_value_creation): Add test for large
5290 unsigned 64-bit value.
5291
5292 2016-10-06 Tom Tromey <tom@tromey.com>
5293
5294 * gdb.compile/compile.exp: Change java tests to rust.
5295 * gdb.base/setshow.exp: Change java tests to rust.
5296 * gdb.base/default.exp: Remove java from language list.
5297 * README (Examples): Update language example.
5298 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5299 test.
5300 * lib/gdb.exp (skip_java_tests): Remove.
5301 * lib/java.exp: Remove.
5302 * gdb.java: Remove.
5303
5304 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5305
5306 * gdb.arch/mips-fcr.exp: New test.
5307 * gdb.arch/mips-fcr.c: Source for the new test.
5308
5309 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5310
5311 * gdb.base/solib-disc.exp: Use `standard_output_file'
5312 throughout.
5313
5314 2016-10-06 Pedro Alves <palves@redhat.com>
5315
5316 * gdb.base/jit-simple-dl.c: New file.
5317 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5318 * gdb.base/jit-simple.c: ... this.
5319 * gdb.base/jit-simple.exp (jit_run): Delete.
5320 (build_jit): New proc.
5321 (jit_test_reread): Recompile either the main program or the shared
5322 library, depending on what is being tested. Skip changing address
5323 if caller wants to. Compare before/after addresses. If testing
5324 standalone, explicitly load the binary. Test "maint info
5325 breakpoints".
5326 (top level): Add "standalone vs shared lib" and "change address"
5327 vs "same address" axes.
5328
5329 2016-10-06 Pedro Alves <palves@redhat.com>
5330
5331 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5332 call.
5333 (jit_run): Delete.
5334 (jit_test_reread): Use with_test_prefix. Reload the main binary
5335 explicitly. Compare the before/after addresses of the JIT
5336 descriptor.
5337
5338 2016-08-15 Doug Evans <dje@google.com>
5339
5340 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5341 for single bitfields is bool.
5342 * gdb.xml/tdesc-regs.exp: Ditto.
5343
5344 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5345
5346 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5347
5348 2016-10-05 Yao Qi <yao.qi@linaro.org>
5349
5350 * lib/gdb.exp (support_complex_tests): Return zero if
5351 gdb_skip_float_test return true.
5352
5353 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5354 Simon Marchi <simon.marchi@ericsson.com>
5355
5356 PR gdb/20487
5357 * gdb.mi/user-selected-context-sync.exp: New file.
5358 * gdb.mi/user-selected-context-sync.c: New file.
5359
5360 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5361 Simon Marchi <simon.marchi@ericsson.com>
5362
5363 PR gdb/20487
5364 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5365 =thread-select-event check.
5366
5367 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5368
5369 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5370 the compulsory L operand changes.
5371 * gdb.arch/powerpc-power.s: Likewise.
5372
5373 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5374
5375 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5376 * gdb.base/jit-attach-pie.c: New file.
5377 * gdb.base/jit-attach-pie.exp: New file.
5378
5379 2016-09-28 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.base/infcall-input.c: New file.
5382 * gdb.base/infcall-input.exp: New file.
5383
5384 2016-09-22 Yao Qi <yao.qi@linaro.org>
5385
5386 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5387 (gdb_exit): Rename it to ...
5388 (gdbserver_gdb_exit): ... Close GDBserver.
5389 (gdb_exit): New proc, call gdbserver_gdb_exit.
5390 (mi_gdb_exit): Likewise.
5391
5392 2016-09-22 Yao Qi <yao.qi@linaro.org>
5393
5394 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5395 path.
5396 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5397 Remove duplication.
5398
5399 2016-09-22 Yao Qi <yao.qi@linaro.org>
5400
5401 * lib/gdbserver-support.exp: Check the existence of
5402 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5403
5404 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5405
5406 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5407
5408 2016-09-21 Tom Tromey <tom@tromey.com>
5409
5410 PR gdb/20604:
5411 * gdb.base/quit.exp: New file.
5412
5413 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5414
5415 * .gitignore: New file.
5416
5417 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5418
5419 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5420 throughout.
5421
5422 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5423
5424 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5425
5426 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5427
5428 * gdb.cp/casts.cc (decltype): Move it ...
5429 (main): ... with its call to ...
5430 * gdb.cp/casts03.cc: ... a new file.
5431 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5432
5433 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5434
5435 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5436
5437 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5438
5439 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5440 and sync up the test with tests in gas/testsuite/gas/ppc.
5441 * gdb.arch/powerpc-power.exp: Likewise.
5442
5443 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5444
5445 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5446
5447 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5448 Jan Kratochvil <jan.kratochvil@redhat.com>
5449
5450 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5451 make m1's definition to be different from m2's. Use 'dummy' as an
5452 argument for probe 'two'.
5453
5454 2016-09-10 Jon Beniston <jon@beniston.com>
5455
5456 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5457 for sim target.
5458
5459 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5460
5461 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5462 variable declaration.
5463 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5464 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5465 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5466 received HWCAP as its argument.
5467
5468 2016-09-06 Pedro Alves <palves@redhat.com>
5469
5470 * gdb.base/new-ui-pending-input.c: New file.
5471 * gdb.base/new-ui-pending-input.exp: New file.
5472 * gdb.exp (clear_gdb_spawn_id): New procedure.
5473 (with_spawn_id): Check whether gdb_spawn_id exists before
5474 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5475 on exit.
5476
5477 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5478
5479 * gdb.base/float128.c: New file.
5480 * gdb.base/float128.exp: Likewise.
5481 * gdb.base/floatn.c: Likewise.
5482 * gdb.base/floatn.exp: Likewise.
5483
5484 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5485
5486 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5487
5488 2016-09-05 Pedro Alves <palves@redhat.com>
5489
5490 PR backtrace/19927
5491 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5492 unwinders are immediately called as side effect of "source" or
5493 "disable unwinder" commands.
5494 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5495
5496 2016-09-02 Yao Qi <yao.qi@linaro.org>
5497
5498 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5499 is true and $type is "float" or "double".
5500
5501 2016-09-02 Yao Qi <yao.qi@linaro.org>
5502
5503 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5504 true.
5505 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5506 * gdb.base/call-rt-st.exp: Likewise.
5507 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5508 return value instead of gdb,skip_float_test.
5509 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5510 (do_function_calls): Use its return value instead of
5511 gdb,skip_float_test.
5512 * gdb.base/finish.exp: Likewise.
5513 * gdb.base/funcargs.exp: Likewise.
5514 * gdb.base/return.exp: Likewise.
5515 * gdb.base/return2.exp: Likewise.
5516 * gdb.base/varargs.exp: Likewise.
5517 * lib/gdb.exp (gdb_skip_float_test): Change it to
5518 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5519
5520 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5521
5522 * gdb.multi/tids.exp: Test "thread apply all".
5523
5524 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5525
5526 * gdb.base/default.exp (tty): Remove.
5527
5528 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5529
5530 * gdb.python/py-recurse-unwind.c: New file.
5531 * gdb.python/py-recurse-unwind.py: New file.
5532 * gdb.python/py-recurse-unwind.exp: New file.
5533
5534 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5535
5536 * gdb.base/set-inferior-tty.exp: New file.
5537 * gdb.base/set-inferior-tty.c: New file.
5538
5539 2016-08-23 Pedro Alves <palves@redhat.com>
5540
5541 PR gdb/20494
5542 * gdb.base/new-ui-echo.c: New file.
5543 * gdb.base/new-ui-echo.exp: New file.
5544
5545 2016-08-23 Yao Qi <yao.qi@linaro.org>
5546
5547 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5548 gdbserver_spawn.
5549 * gdb.server/connect-without-multi-process.exp (do_test):
5550 Likewise.
5551
5552 2016-08-23 Yao Qi <yao.qi@linaro.org>
5553
5554 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5555 standalone_txt. Delete gdb_txt and standalone_txt on host
5556 and target. Spawn the binary on target. Copy files from
5557 target to host.
5558
5559 2016-08-22 Pedro Alves <palves@redhat.com>
5560
5561 PR gdb/20505
5562 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5563 with_test_prefix. Factor out bits to ...
5564 (test_no_vdso): ... this new procedure.
5565
5566 2016-08-19 Carl Love <cel@us.ibm.com>
5567
5568 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5569 maintaining separate logic for constructing the output path.
5570 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5571 * gdb.arch/ppc-dfp.exp: Likewise.
5572 * gdb.arch/ppc-fp.exp: Likewise.
5573 * gdb.arch/vsx-regs.exp: Likewise.
5574 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5575 binprefix for generating the additional binary files.
5576
5577 2016-08-19 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.trace/mi-trace-frame-collected.exp
5580 (test_trace_frame_collected): On x32, expect two registers.
5581
5582 2016-08-18 Carl Love <cel@us.ibm.com>
5583
5584 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5585 and sync up the test with tests in gas/testsuite/gas/ppc.
5586 * gdb.arch/powerpc-power.exp: Likewise.
5587
5588 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5589
5590 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5591 expected error message.
5592
5593 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5594
5595 * gdb.multi/remove-inferiors.exp: New file.
5596 * gdb.multi/remove-inferiors.c: New file.
5597
5598 2016-08-12 Yao Qi <yao.qi@linaro.org>
5599
5600 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5601 argument list.
5602
5603 2016-08-10 Pedro Alves <palves@redhat.com>
5604
5605 PR gdb/19187
5606 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5607 setup_kfails.
5608
5609 2016-08-09 Pedro Alves <palves@redhat.com>
5610 Simon Marchi <simon.marchi@ericsson.com>
5611
5612 PR gdb/20418
5613 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5614 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5615
5616 2016-08-09 Pedro Alves <palves@redhat.com>
5617
5618 PR mi/20431
5619 * gdb.mi/mi-cmd-error.exp: New file.
5620
5621 2016-08-09 Pedro Alves <palves@redhat.com>
5622
5623 PR gdb/18653
5624 * gdb.base/signals-state-child.c: New file.
5625 * gdb.base/signals-state-child.exp: New file.
5626 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5627
5628 2016-08-09 Pedro Alves <palves@redhat.com>
5629
5630 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5631
5632 2016-08-03 Tom Tromey <tom@tromey.com>
5633
5634 PR python/18565:
5635 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5636
5637 2016-08-01 Yao Qi <yao.qi@linaro.org>
5638
5639 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5640 variable mode to "multi-process" if $multi_process is 1, otherwise
5641 set it to "single-process".
5642
5643 2016-08-01 Yao Qi <yao.qi@linaro.org>
5644
5645 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5646 * gdb.cp/cpexprs.exp: Likewise.
5647 * gdb.cp/m-static.exp: Likewise.
5648
5649 2016-07-26 Tom Tromey <tom@tromey.com>
5650
5651 PR python/20190:
5652 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5653 test.
5654
5655 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5656
5657 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5658 selecting assembly source files.
5659 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5660 assembly source files.
5661 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5662 assembly source files.
5663 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5664 selecting assembly source files.
5665
5666 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5667
5668 * gdb.base/new-ui.exp (do_test_invalid_args): New
5669 procedure.
5670
5671 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5672
5673 * gdb.btrace/reconnect.c: New file.
5674 * gdb.btrace/reconnect.exp: New file.
5675
5676 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5677
5678 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5679 to test_catch_syscall_group.
5680 (test_catch_syscall_group): New.
5681
5682 2016-07-21 Tom Tromey <tom@tromey.com>
5683
5684 * gdb.rust/simple.rs (main): Use empty struct expression.
5685 * gdb.rust/simple.exp: Add tests for empty struct expression.
5686
5687 2016-07-21 Yao Qi <yao.qi@linaro.org>
5688
5689 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5690 if gdb_skip_xml_test is true on some targets.
5691
5692 2016-07-21 Yao Qi <yao.qi@linaro.org>
5693
5694 * gdb.server/solib-list.exp: Unset last_loaded_file.
5695
5696 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5697
5698 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5699 "step into captured_main (args)".
5700
5701 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5702
5703 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5704
5705 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5706
5707 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5708
5709 2016-07-19 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5712 * gdb.opt/inline-bt.exp: Likewise.
5713 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5714 additional_flags=-Winline.
5715 * gdb.opt/inline-locals.exp: Likewise.
5716 * gdb.opt/inline-markers.c (ATTR): Define.
5717 (inlined_fn): Use it.
5718
5719 2016-07-19 Yao Qi <yao.qi@linaro.org>
5720
5721 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5722 (test_with_self): Remove some code. Remove argument executable.
5723 (top-level): Use do_self_tests.
5724
5725 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5726 Don Breazeal <donb@codesourcery.com>
5727
5728 * gdb.base/maint.exp: Escape paths used in regular expressions.
5729 * gdb.stabs/weird.exp: Likewise.
5730
5731 2016-07-13 Tom Tromey <tom@tromey.com>
5732
5733 PR python/15620, PR python/18620:
5734 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5735 (test_bkpt_events): New procs.
5736
5737 2016-07-13 Tom Tromey <tom@tromey.com>
5738
5739 PR python/17698:
5740 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5741 test.
5742 (test_watchpoints): Likewise.
5743 (test_bkpt_pending): New proc.
5744
5745 2016-07-13 Tom Tromey <tom@tromey.com>
5746
5747 PR cli/18053:
5748 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5749 completion test.
5750
5751 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5752
5753 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5754 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5755 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5756 f_label.
5757 (g): Rename g_end_lbl to g_label.
5758 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5759 low_pc and high_pc.
5760 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5761
5762 2016-07-12 Tom Tromey <tom@tromey.com>
5763
5764 PR python/19293:
5765 * gdb.python/py-unwind-maint.exp: Update tests.
5766
5767 2016-07-12 Yao Qi <yao.qi@linaro.org>
5768
5769 * lib/selftest-support.exp (selftest_setup): Match the output
5770 when captured_main is inlined.
5771
5772 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5773
5774 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5775 New variables.
5776 (print this%a, print this%b, print this): New tests.
5777 * gdb.fortran/derived-types.f90 (this): New object and
5778 initialization.
5779
5780 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5781
5782 * gdb.ada/arraydim.exp: Remove extra directory level in build
5783 directory.
5784
5785 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * lib/ada.exp: Remove extra directory level in build directory.
5788 * gdb.ada/cond_lang.exp: Likewise.
5789 * gdb.ada/exec_changed.exp: Likewise.
5790 * gdb.ada/lang_switch.exp: Likewise.
5791
5792 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5793
5794 * simple.rs: Add test for raw pointer subscripting.
5795 * simple.exp: Add test expectations.
5796
5797 2016-07-05 Yao Qi <yao.qi@linaro.org>
5798
5799 * gdb.mi/mi-reverse.exp: Match =record-started output.
5800
5801 2016-07-01 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5804 procedure.
5805 (jit_reader_test): Test the jit reader's unwinder.
5806 * gdb.base/jithost.c (jit_function_00_code): New global.
5807 (main): Use memcpy to fill in the mmapped code, instead of poking
5808 bytes manually here.
5809 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5810 value.
5811 (read_debug_info): Save the function's range.
5812 (read_sp): New function.
5813 (unwind_frame): Use it. Also unwind RBP.
5814 (get_frame_id): Use read_sp.
5815 (gdb_init_reader): Use calloc instead of malloc.
5816 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5817 parameter. Use gdb_test_multiple.
5818
5819 2016-07-01 Pedro Alves <palves@redhat.com>
5820 Antoine Tremblay <antoine.tremblay@ericsson.com>
5821
5822 * gdb.threads/process-dies-while-detaching.c: New file.
5823 * gdb.threads/process-dies-while-detaching.exp: New file.
5824
5825 2016-07-01 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.multi/watchpoint-multi-exit.c: New file.
5828 * gdb.multi/watchpoint-multi-exit.exp: New file.
5829
5830 2016-06-30 Pedro Alves <palves@redhat.com>
5831
5832 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5833 unset inferior_spawn_id.
5834
5835 2016-06-30 Pedro Alves <palves@redhat.com>
5836
5837 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5838 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5839
5840 2016-06-29 Yao Qi <yao.qi@linaro.org>
5841
5842 * gdb.base/return.c: Add copyright header.
5843
5844 2016-06-29 Tom Tromey <tom@tromey.com>
5845
5846 PR python/20129:
5847 * gdb.python/py-framefilter.exp: Add tests for setting priority
5848 and disabling of non-existent frame filter.
5849
5850 2016-06-29 Yao Qi <yao.qi@linaro.org>
5851
5852 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5853 0x0f07ff.
5854
5855 2016-06-28 Yao Qi <yao.qi@linaro.org>
5856
5857 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5858 triplets. Start gdb, execute catch syscall, and continue. Check
5859 gdb's output to determine catch syscall is supported.
5860
5861 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5862
5863 * gdb.rust/simple.rs: Add test for returning unit in a function.
5864 * gdb.rust/simple.exp: Add expectation for functions returning
5865 unit.
5866
5867 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5868
5869 * gdb.python/py-breakpoint-create-fail.c,
5870 gdb.python/py-breakpoint-create-fail.exp,
5871 gdb.python/py-breakpoint-create-fail.py: New testcase.
5872
5873 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5874
5875 PR gdb/20239
5876 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5877 * gdb.rust/simple.exp: Add test expectations for new NonZero
5878 tests.
5879
5880 2016-06-24 David Taylor <dtaylor@emc.com>
5881
5882 * gdb.base/offsets.exp: New file.
5883 * gdb.base/offsets.c: New file.
5884
5885 2016-06-23 Tom Tromey <tom@tromey.com>
5886
5887 PR gdb/16483:
5888 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5889 before any filters are loaded.
5890
5891 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5892
5893 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5894 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5895 structs.
5896 * gdb.fortran/derived-type-function.exp: New file.
5897 * gdb.fortran/derived-type-function.f90: New file.
5898
5899
5900 2016-06-21 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.base/new-ui.exp: New file.
5903 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5904 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5905 (with_spawn_id): New procedure.
5906
5907 2016-06-21 Pedro Alves <palves@redhat.com>
5908
5909 * gdb.mi/mi-exec-run.exp: New file.
5910
5911 2016-06-21 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5914 breakpoint command's output on the main UI.
5915 (test_break): New procedure, factored out from calls in the top
5916 level.
5917 (top level): Use foreach_with_prefix to test MI as main UI and as
5918 separate UI.
5919
5920 2016-06-21 Pedro Alves <palves@redhat.com>
5921
5922 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5923 (test_awatch_creation_and_listing)
5924 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5925 Remove 'type' parameter.
5926 (test_watchpoint_all): New parameter mi_mode. Remove
5927 with_test_prefix.
5928 (top level): Use foreach_with_prefix, and add main/separate UI MI
5929 testing axis.
5930
5931 2016-06-21 Pedro Alves <palves@redhat.com>
5932
5933 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5934 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5935 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5936 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5937 (gdb_main_spawn_id, mi_spawn_id): Declare and
5938 comment.
5939 (mi_create_inferior_pty): New procedure,
5940 factored out from default_mi_gdb_start.
5941 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5942 procedures.
5943 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5944 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5945 Use mi_create_inferior_pty.
5946 (mi_gdb_start): Use eval to pass down args list.
5947
5948 2016-06-21 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5951 * gdb.opt/inline-cmds.exp: Add MI tests.
5952
5953 2016-06-21 Pedro Alves <palves@redhat.com>
5954
5955 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5956
5957 2016-06-21 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5960 (top level): Use it instead of mi_execute_to.
5961
5962 2016-06-21 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5965 (cont_handler_str): New.
5966 (signal_stop_handler): Set stop_handler_str instead of printing to
5967 stdout.
5968 (continue_handler): Set cont_handler_str instead of printing to
5969 stdout.
5970 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5971 mi_send_resuming_command. Print stop_handler_str and
5972 cont_handler_str instead of expecting the python events print
5973 directly.
5974
5975 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5976
5977 * gdb.base/jit-reader.exp: New file.
5978 * gdb.base/jithost.c: New file.
5979 * gdb.base/jithost.h: New file.
5980 * gdb.base/jitreader.c : New file.
5981 * gdb.base/jit-protocol.h: New file.
5982
5983 2016-06-17 Yao Qi <yao.qi@linaro.org>
5984
5985 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5986 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5987 and detach-on-fork. Adjust tests.
5988 (top level): Invoke break_cond_on_syscall with combinations of
5989 syscall, follow-fork-mode and detach-on-fork.
5990
5991 2016-06-17 Yao Qi <yao.qi@linaro.org>
5992
5993 * gdb.base/step-over-exit.c: New.
5994 * gdb.base/step-over-exit.exp: New.
5995
5996 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5997
5998 * gdb.base/float.exp: Add target check for nds32*-*-*.
5999 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6000
6001 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6002
6003 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6004 for unsupported target features.
6005 * gdb.base/call-rt-st.exp: Likewise.
6006 * gdb.base/call-sc.exp: Likewise.
6007 * gdb.base/call-signal-resume.exp: Likewise.
6008 * gdb.base/call-strs.exp: Likewise.
6009 * gdb.base/callexit.exp: Likewise.
6010 * gdb.base/callfuncs.exp: Likewise.
6011 * gdb.base/nodebug.exp: Likewise.
6012 * gdb.base/printcmds.exp: Likewise.
6013 * gdb.base/ptype.exp: Likewise.
6014 * gdb.base/structs.exp: Likewise.
6015 * gdb.base/unwindonsignal.exp: Likewise.
6016 * gdb.cp/gdb2495.exp: Likewise.
6017 * gdb.cp/templates.exp: Likewise.
6018 * gdb.cp/virtfunc.exp: Likewise.
6019 * gdb.threads/hand-call-in-threads.exp: Likewise.
6020 * gdb.threads/interrupted-hand-call.exp: Likewise.
6021 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6022
6023 2016-06-10 Tom Tromey <tom@tromey.com>
6024
6025 PR rust/20110:
6026 * gdb.rust/expr.exp: Add test for integer constant larger than
6027 i32.
6028
6029 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6030
6031 * gdb.fortran/nested-funcs.exp: New.
6032 * gdb.fortran/nested-funcs.f90: New.
6033
6034 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6035
6036 * gdb.base/examine-backward.c: New file.
6037 * gdb.base/examine-backward.exp: New file.
6038
6039 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6040
6041 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6042 matching.
6043
6044 2016-06-02 Tom Tromey <tom@tromey.com>
6045
6046 PR python/18984:
6047 * gdb.python/py-shared.exp: Add solib_name test.
6048
6049 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6050
6051 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6052
6053 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6054
6055 PR c++/19893
6056 * gdb.dwarf2/implref.exp: Rename to...
6057 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6058 * gdb.dwarf2/implref-array.c: New file.
6059 * gdb.dwarf2/implref-array.exp: Likewise.
6060 * gdb.dwarf2/implref-global.c: Likewise.
6061 * gdb.dwarf2/implref-global.exp: Likewise.
6062 * gdb.dwarf2/implref-struct.c: Likewise.
6063 * gdb.dwarf2/implref-struct.exp: Likewise.
6064
6065 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6066
6067 * gdb.trace/trace-condition.exp: Add 64bit tests.
6068
6069 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6070
6071 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6072 bits types.
6073 (main): Adapt to 8 to 64 bits types.
6074 * gdb.trace/trace-condition.exp: Add new tests.
6075
6076 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6077
6078 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6079
6080 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6081
6082 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6083 Move condition tests...
6084 * gdb.trace/trace-condition.exp: Here.
6085
6086 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6087
6088 * gdb.trace/trace-condition.exp: Add counter-case tests.
6089
6090 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6091
6092 PR c++/15231
6093 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6094 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6095
6096 2016-05-27 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6099 New procedure.
6100 (top level): Call it, and bail out of DejaGnu is known to be bad.
6101
6102 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6103
6104 * gdb.base/whatis.c: Extend the test case.
6105 * gdb.base/whatis.exp: Add additional tests.
6106
6107 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6108
6109 * gdb.fortran/type.f90: Add pointer variable.
6110 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6111
6112 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6113
6114 * gdb.fortran/vla-type.exp: Fix testcase name.
6115
6116 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6117
6118 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6119
6120 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6121
6122 * gdb.fortran/type.f90: Add nested structures.
6123 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6124 * gdb.fortran/derived-type.exp: Adapt expected output.
6125 * gdb.fortran/vla-type.exp: Adapt expected output.
6126
6127 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6128
6129 * gdb.fortran/whatis_type.exp: Adapt expected output.
6130
6131 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6132
6133 * gdb.fortran/print_type.exp: Fix expected output.
6134 * gdb.fortran/whatis_type.exp: Fix expected output.
6135
6136 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6137
6138 * gdb.fortran/whatis_type.exp: Use multi_line.
6139
6140 2016-05-24 Tom Tromey <tom@tromey.com>
6141
6142 PR python/17386:
6143 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6144 use value as an index.
6145
6146 2016-05-23 Tom Tromey <tom@tromey.com>
6147
6148 PR python/17981:
6149 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6150 no-breakpoint case.
6151
6152 2016-05-24 Pedro Alves <palves@redhat.com>
6153
6154 PR gdb/19828
6155 * gdb.threads/clone-attach-detach.c: New file.
6156 * gdb.threads/clone-attach-detach.exp: New file.
6157
6158 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6159
6160 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6161
6162 2016-05-23 Tom Tromey <tom@tromey.com>
6163
6164 PR python/19438, PR python/18393:
6165 * gdb.python/py-progspace.exp: Add "dir" test.
6166 * gdb.python/py-objfile.exp: Add "dir" test.
6167
6168 2016-05-23 Yao Qi <yao.qi@linaro.org>
6169
6170 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6171 * gdb.arch/thumb2-it.exp: Likewise.
6172
6173 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6174
6175 * gdb.mi/mi-threads-interrupt.c: New file.
6176 * gdb.mi/mi-threads-interrupt.exp: New file.
6177
6178 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6179
6180 PR gdb/18077
6181 * gdb.mi/mi-async-run.exp: New file.
6182 * gdb.mi/mi-async-run.c: New file.
6183
6184 2016-05-17 Tom Tromey <tom@tromey.com>
6185 Manish Goregaokar <manishsmail@gmail.com>
6186
6187 * lib/rust-support.exp: New file.
6188 * lib/gdb.exp (skip_rust_tests): New proc.
6189 (build_executable_from_specs): Handle rust.
6190 * lib/future.exp (gdb_find_rustc): New proc.
6191 (gdb_default_target_compile): Handle rust.
6192 * gdb.rust/expr.exp: New file.
6193 * gdb.rust/generics.exp: New file.
6194 * gdb.rust/generics.rs: New file.
6195 * gdb.rust/methods.exp: New file.
6196 * gdb.rust/methods.rs: New file.
6197 * gdb.rust/modules.exp: New file.
6198 * gdb.rust/modules.rs: New file.
6199 * gdb.rust/simple.exp: New file.
6200 * gdb.rust/simple.rs: New file.
6201
6202 2016-05-17 Tom Tromey <tom@tromey.com>
6203
6204 * gdb.base/default.exp (set language): Add rust.
6205
6206 2016-05-17 Tom Tromey <tom@tromey.com>
6207
6208 * gdb.gdb/unittest.exp: New file.
6209
6210 2016-05-16 Yao Qi <yao.qi@linaro.org>
6211
6212 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6213 shell_prompt. Update shell_prompt_re.
6214
6215 2016-05-12 Doug Evans <dje@google.com>
6216
6217 PR symtab/19999
6218 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6219 $options when building executable.
6220 * gdb.dwarf2/fission-loclists-pie.S: New file.
6221 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6222
6223 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6224
6225 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6226 of [is_remote target],
6227
6228 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6229
6230 * lib/gdb.exp (use_gdb_stub): New procedure.
6231
6232 2016-05-03 Yunlian Jiang <yunlian@google.com>
6233 Doug Evans <dje@google.com>
6234
6235 PR symtab/19914
6236 * gdb.dwarf2/dwp-sepdebug.c: New file.
6237 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6238
6239 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6240
6241 * gdb.base/detach.exp: Remove is_remote check.
6242
6243 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6244
6245 * gdb.base/annota-input-while-running.exp: Don't check for
6246 [is_remote target]. Enable annotations after running to main.
6247 Remove unused "set test..." line.
6248
6249 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6250
6251 * gdb.trace/trace-enable-disable.exp: New file.
6252 * gdb.trace/trace-enable-disable.c: New file.
6253
6254 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6255
6256 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6257 use it in info sharedlibrary test.
6258 * gdb.trace/ftrace-lock.exp: Likewise.
6259 * gdb.trace/ftrace.exp: Likewise.
6260 * gdb.trace/range-stepping.exp: Likewise.
6261 * gdb.trace/trace-break.exp: Likewise.
6262 * gdb.trace/trace-condition.exp: Likewise.
6263 * gdb.trace/trace-mt.exp: Likewise.
6264
6265 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6266
6267 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6268 (gdb_load_shlib): ... this.
6269 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6270 gdb_load_shlib.
6271 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6272 * gdb.base/ctxobj.exp: Likewise.
6273 * gdb.base/dprintf-pending.exp: Likewise.
6274 * gdb.base/dso2dso.exp: Likewise.
6275 * gdb.base/fixsection.exp: Likewise.
6276 * gdb.base/gcore-relro.exp: Likewise.
6277 * gdb.base/gdb1555.exp: Likewise.
6278 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6279 * gdb.base/gnu-ifunc.exp: Likewise.
6280 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6281 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6282 * gdb.base/pending.exp: Likewise.
6283 * gdb.base/print-file-var.exp: Likewise.
6284 * gdb.base/print-symbol-loading.exp: Likewise.
6285 * gdb.base/shlib-call.exp: Likewise.
6286 * gdb.base/shreloc.exp: Likewise.
6287 * gdb.base/so-impl-ld.exp: Likewise.
6288 * gdb.base/solib-disc.exp: Likewise.
6289 * gdb.base/solib-nodir.exp: Likewise.
6290 * gdb.base/solib-overlap.exp: Likewise.
6291 * gdb.base/solib-symbol.exp: Likewise.
6292 * gdb.base/solib-weak.exp (do_test): Likewise.
6293 * gdb.base/sym-file.exp: Likewise.
6294 * gdb.base/symtab-search-order.exp: Likewise.
6295 * gdb.base/type-opaque.exp: Likewise.
6296 * gdb.base/unload.exp: Likewise.
6297 * gdb.base/watchpoint-solib.exp: Likewise.
6298 * gdb.compile/compile.exp: Likewise.
6299 * gdb.cp/gdb2384.exp: Likewise.
6300 * gdb.cp/infcall-dlopen.exp: Likewise.
6301 * gdb.cp/re-set-overloaded.exp: Likewise.
6302 * gdb.fortran/library-module.exp: Likewise.
6303 * gdb.opt/solib-intra-step.exp: Likewise.
6304 * gdb.python/py-finish-breakpoint.exp: Likewise.
6305 * gdb.python/py-shared.exp: Likewise.
6306 * gdb.reverse/solib-precsave.exp: Likewise.
6307 * gdb.reverse/solib-reverse.exp: Likewise.
6308 * gdb.server/solib-list.exp: Likewise.
6309 * gdb.threads/dlopen-libpthread.exp: Likewise.
6310 * gdb.threads/tls-shared.exp: Likewise.
6311 * gdb.threads/tls-so_extern.exp: Likewise.
6312 * gdb.trace/change-loc.exp: Likewise.
6313 * gdb.trace/ftrace-lock.exp: Likewise.
6314 * gdb.trace/ftrace.exp: Likewise.
6315 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6316 * gdb.trace/pending.exp: Likewise.
6317 * gdb.trace/range-stepping.exp: Likewise.
6318 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6319 (strace_info_marker): Likewise.
6320 (strace_probe_marker): Likewise.
6321 (strace_trace_on_same_addr): Likewise.
6322 (strace_trace_on_diff_addr): Likewise.
6323 * gdb.trace/trace-break.exp: Likewise.
6324 * gdb.trace/trace-condition.exp: Likewise.
6325 * gdb.trace/trace-mt.exp: Likewise.
6326
6327 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6328
6329 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6330 result of gdb_remote_download.
6331 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6332 * gdb.base/dso2dso.exp: Likewise.
6333 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6334 * gdb.base/print-file-var.exp: Likewise.
6335 * gdb.base/shlib-call.exp: Likewise.
6336 * gdb.base/shreloc.exp: Likewise.
6337 * gdb.base/solib-overlap.exp: Likewise.
6338 * gdb.base/solib-weak.exp (do_test): Likewise.
6339 * gdb.base/unload.exp: Likewise.
6340
6341 2016-04-27 Yao Qi <yao.qi@linaro.org>
6342
6343 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6344 exists.
6345
6346 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6347
6348 * vla-type.exp: Print structure from toplevel.
6349
6350 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6351
6352 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6353 of dynamic types.
6354 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6355 of dynamic types.
6356
6357 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6358
6359 * gdb.fortran/vla-type.f90: New file.
6360 * gdb.fortran/vla-type.exp: New file.
6361
6362 2016-04-25 Yao Qi <yao.qi@linaro.org>
6363
6364 * gdb.base/branch-to-self.c: New file.
6365 * gdb.base/branch-to-self.exp: New file.
6366
6367 2016-04-22 Yao Qi <yao.qi@linaro.org>
6368
6369 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6370 more after $hex.
6371
6372 2016-04-22 Yao Qi <yao.qi@linaro.org>
6373
6374 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6375 * gdb.base/annota3.exp: Likewise.
6376
6377 2016-04-22 Yao Qi <yao.qi@linaro.org>
6378
6379 * gdb.reverse/step-precsave.exp: Do one step and test program
6380 stops in "callee" and do multiple steps until program goes out
6381 of "callee".
6382 * gdb.reverse/step-reverse.exp: Likewise.
6383
6384 2016-04-22 Yao Qi <yao.qi@linaro.org>
6385
6386 * gdb.trace/signal.exp: Also pass if
6387 $tracepoint_hits($i) > $iterations.
6388
6389 2016-04-22 Yao Qi <yao.qi@linaro.org>
6390
6391 * gdb.trace/signal.c: New file.
6392 * gdb.trace/signal.exp: New file.
6393
6394 2016-04-19 Doug Evans <xdje42@gmail.com>
6395
6396 * gdb.base/bad-file.exp: New file.
6397
6398 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6399
6400 * gdb.dwarf2/implref.exp: New file.
6401
6402 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6403
6404 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6405 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6406 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6407 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6408 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6409 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6410 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6411 * lib/fortran.exp (fortran_int4): New procedure.
6412 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6413 (fortran_logical4): Likewise.
6414
6415 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6416
6417 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6418
6419 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6420
6421 * lib/compiler.c: Add Intel specific preprocessor macros.
6422 * lib/compiler.cc: Likewise.
6423
6424 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6425
6426 * gdb.server/connect-with-no-symbol-file.c: New file.
6427 * gdb.server/connect-with-no-symbol-file.exp: New file.
6428
6429 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6430
6431 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6432
6433 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6434
6435 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6436 standard output directory.
6437
6438 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6439
6440 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6441
6442 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6443
6444 * gdb.btrace/instruction_history.c (loop): Add declaration.
6445
6446 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6447
6448 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6449
6450 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6451
6452 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6453 parentheses to print.
6454 (continue_handler): Likewise.
6455
6456 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6457
6458 * gdb.server/solib-list.exp: Remove is_remote check.
6459 Pass shlib= to gdb_compile. Don't link shared library with
6460 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6461 Run binary filename through "readlink -f" on the target.
6462
6463 2016-04-08 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6466 interpreter filename as argument to gdbserver_spawn.
6467 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6468 Return empty if $last_loaded_file does not exist.
6469
6470 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6471
6472 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6473 * gdb.base/jit-main.c: Use exit after usage.
6474
6475 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6476
6477 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6478 GDBHISTSIZE prior to the tests.
6479 * gdb.base/gdbinit-history.exp: Likewise.
6480
6481 2016-04-07 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6484 instead of build_executable. Use gdb_load_shlibs.
6485
6486 2016-04-07 Yao Qi <yao.qi@linaro.org>
6487
6488 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6489 Execute "si" command.
6490
6491 2016-04-07 Yao Qi <yao.qi@linaro.org>
6492
6493 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6494 number instead of the comments on some line.
6495
6496 2016-04-06 Don Breazeal <donb@codesourcery.com>
6497
6498 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6499 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6500
6501 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6502
6503 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6504 standard_output_file. Remove unused binfile variable.
6505
6506 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6507
6508 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6509 * gdb.python/py-mi-objfile.exp: Match "list main" output
6510 in console format.
6511
6512 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6513
6514 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6515 absolute.
6516
6517 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6518
6519 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6520 absolute.
6521 * gdb.trace/ftrace.exp: Likewise.
6522 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6523 targets as well.
6524 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6525 (gdb_load_shlibs): Copy libraries to test directory when testing
6526 natively. Only set solib-search-path if testing remotely.
6527 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6528
6529 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6530
6531 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6532 gdb_download. Use it even if the target is not remote.
6533 * gdb.base/jit.exp (compile_jit_test): Likewise.
6534 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6535 output directory if the destination board is local, otherwise use
6536 the standard remote_download from DejaGnu.
6537 (gdb_download): Remove.
6538 (gdb_load_shlibs): Use gdb_remote_download instead of
6539 gdb_download.
6540 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6541 Use gdb_remote_download instead of gdb_download. Use it even if
6542 the target is not remote.
6543 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6544 instead of gdb_download.
6545
6546 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6547
6548 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6549 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6550 run.
6551
6552 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6553
6554 PR gdb/19820
6555 * gdb.base/printcmds.exp: Add artificial arrays tests.
6556
6557 2016-03-31 Pedro Alves <palves@redhat.com>
6558
6559 PR gdb/19858
6560 * gdb.base/jit-main.c: Include unistd.h.
6561 (ATTACH): Define to 0 if not already defined.
6562 (wait_for_gdb, mypid): New globals.
6563 (WAIT_FOR_GDB): New macro.
6564 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6565 some breakpoint locations.
6566 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6567 New procedures.
6568 (one_jit_test): Add REATTACH parameter, and handle it. Use
6569 continue_to_test_location.
6570 (top level): Test attach, and adjusts calls to one_jit_test.
6571
6572 2016-03-31 Pedro Alves <palves@redhat.com>
6573
6574 PR gdb/19858
6575 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6576 BINSUFFIX parameter, and handle it.
6577 (top level): Adjust calls compile_jit_test.
6578
6579 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6580
6581 PR python/19743
6582 * gdb.python/py-mi-events-gdb.py: New file.
6583 * gdb.python/py-mi-events.c: New file.
6584 * gdb.python/py-mi-events.exp: New file.
6585
6586 2016-03-30 Yao Qi <yao.qi@linaro.org>
6587
6588 * gdb.reverse/until-precsave.exp: Match function name only.
6589 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6590 Move malloc to a condition block.
6591 * gdb.reverse/until-reverse.exp: Match function name only.
6592
6593 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6594
6595 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6596 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6597 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6598 variable for GPR 0 instead of assuming it is register 0.
6599 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6600 * lib/trace-support.exp: Add s390 registers.
6601
6602 2016-03-29 Yao Qi <yao.qi@linaro.org>
6603
6604 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6605
6606 2016-03-24 Yao Qi <yao.qi@linaro.org>
6607
6608 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6609 test message.
6610
6611 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6612
6613 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6614 maintaining separate logic for constructing the output path.
6615
6616 2016-03-16 Don Breazeal <donb@codesourcery.com>
6617
6618 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6619 Retry fork and waitpid on interrupted system call errors.
6620 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6621 Use with_timeout_factor to increase timeout by factor of 10.
6622
6623 2016-03-15 Don Breazeal <donb@codesourcery.com>
6624
6625 * gdb.cp/scope-err.cc: New test program.
6626 * gdb.cp/scope-err.exp: New test script.
6627 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6628 lines and "set breakpoint here" comment.
6629 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6630 Fixed some whitespace and format issues.
6631 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6632 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6633
6634 2016-03-15 Doug Evans <dje@google.com>
6635
6636 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6637 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6638 All callers updated. Add tests for enums, mixed flags register.
6639
6640 2016-03-15 Doug Evans <dje@google.com>
6641
6642 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6643 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6644
6645 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6646
6647 * gdb.base/default.exp: Add $_as_string to the list of expected
6648 convenience functions.
6649
6650 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6651
6652 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6653
6654 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6655
6656 * gdb.python/py-as-string.exp: New file.
6657 * gdb.python/py-as-string.c: New file.
6658
6659 2016-03-09 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6662 signal" -> "Thread NN received signal" output change.
6663 * gdb.threads/ia64-sigill.exp: Likewise.
6664 * gdb.threads/linux-dp.exp: Likewise.
6665 * gdb.threads/manythreads.exp: Likewise.
6666 * gdb.threads/pending-step.exp: Likewise.
6667 * gdb.threads/print-threads.exp: Likewise.
6668 * gdb.threads/sigstep-threads.exp: Likewise.
6669 * gdb.threads/staticthreads.exp: Likewise.
6670 * gdb.threads/tls.exp: Likewise.
6671
6672 2016-03-09 Pedro Alves <palves@redhat.com>
6673
6674 * gdb.base/command-line-input.exp: New file.
6675
6676 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6677
6678 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6679 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6680 * gdb.trace/pending.exp: Accept leading dot before function name.
6681 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6682 * lib/trace-support.exp: Set registers for ppc.
6683
6684 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6685
6686 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6687 use it for disassembly; accept .main in addition to main in backtrace.
6688
6689 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6690 Marcin Kościelnicki <koriakin@0x04.net>
6691
6692 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6693 (gdb_recursion_test_ptr): New global variable.
6694 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6695 gdb_recursion_test.
6696 (gdb_c_test): Ditto.
6697
6698 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6699
6700 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6701 ordering.
6702
6703 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6704
6705 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6706 (bar): Add bar_start_lbl label.
6707 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6708 of foo/bar for emitting DWARF and tracing.
6709
6710 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6711
6712 * analyze-racy-logs.py: Set executable bit.
6713
6714 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6715
6716 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6717 (CHECK_TARGET_TMP): Likewise.
6718 (check-single-racy): New rule.
6719 (check-parallel-racy): Likewise.
6720 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6721 (do-check-parallel-racy): New rule.
6722 (check-racy/%.exp): Likewise.
6723 * README (Racy testcases): New section.
6724 * analyze-racy-logs.py: New file.
6725
6726 2016-03-03 Doug Evans <dje@google.com>
6727
6728 * gdb.base/skip.exp: Use with_test_prefix.
6729
6730 2016-03-03 Yao Qi <yao.qi@linaro.org>
6731
6732 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6733 Invoke step_over_syscall "clone" and break_cond_on_syscall
6734 "clone".
6735 * gdb.base/step-over-clone.c: New file.
6736
6737 2016-03-03 Yao Qi <yao.qi@linaro.org>
6738
6739 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6740 code format.
6741
6742 2016-03-03 Yao Qi <yao.qi@linaro.org>
6743
6744 * gdb.base/disp-step-fork.c: Rename to ...
6745 * gdb.base/step-over-fork.c: ... it. New file.
6746 * gdb.base/disp-step-vfork.c: Rename to ...
6747 * gdb.base/step-over-vfork.c: ... it. New file.
6748 * gdb.base/disp-step-syscall.exp: Rename to ...
6749 * gdb.base/step-over-syscall.exp: ... it. New file.
6750 (disp_step_cross_syscall): Rename to ...
6751 (step_over_syscall): ... it.
6752
6753 2016-03-03 Yao Qi <yao.qi@linaro.org>
6754
6755 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6756 If target supports condition evaluation on target, invoke
6757 break_cond_on_syscall for fork and vfork.
6758
6759 2016-03-03 Yao Qi <yao.qi@linaro.org>
6760
6761 * gdb.base/disp-step-syscall.exp: Don't invoke
6762 support_displaced_stepping.
6763 (disp_step_cross_syscall): Test with displaced stepping off and
6764 on if supported.
6765
6766 2016-03-03 Yao Qi <yao.qi@linaro.org>
6767
6768 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6769 proc.
6770 (setup): New proc.
6771 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6772 and setup.
6773
6774 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6775
6776 * gdb.fortran/vla-history.exp: Remove breakpoint.
6777
6778 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6779
6780 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6781 exceeds timeout.
6782
6783 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6784
6785 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6786 breakpoint.
6787
6788 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6789
6790 * gdb.mi/vla.f90: Nullify pointer after declaration.
6791
6792 2016-03-01 Pedro Alves <palves@redhat.com>
6793
6794 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6795
6796 2016-03-01 Pedro Alves <palves@redhat.com>
6797
6798 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6799 before anything else.
6800 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6801 _GNU_SOURCE here.
6802 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6803 before anything else.
6804 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6805
6806 2016-03-01 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6809
6810 2016-03-01 Yao Qi <yao.qi@linaro.org>
6811
6812 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6813 prepare_for_testing.
6814
6815 2016-03-01 Yao Qi <yao.qi@linaro.org>
6816
6817 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6818
6819 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6820
6821 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6822 manually constructing the output path.
6823
6824 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6825
6826 * gdb.arch/s390-stackless.S: New.
6827 * gdb.arch/s390-stackless.exp: New.
6828
6829 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6830
6831 * gdb.dlang/circular.c: New file.
6832 * gdb.dlang/circular.exp: New file.
6833
6834 2016-02-26 Yao Qi <yao.qi@linaro.org>
6835
6836 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6837 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6838 (testcases): Update.
6839
6840 2016-02-26 Yao Qi <yao.qi@linaro.org>
6841
6842 * gdb.reverse/aarch64.c: Rename to ...
6843 * gdb.reverse/insn-reverse.c: ... it.
6844 * gdb.reverse/aarch64.exp: Rename to ...
6845 * gdb.reverse/insn-reverse.exp: ... it.
6846
6847 2016-02-26 Yao Qi <yao.qi@linaro.org>
6848
6849 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6850 (testcase_ftype): New.
6851 (testcases): New array.
6852 (n_testcases): New.
6853 (main): Call each element in testcases.
6854 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6855 (read_testcase): New.
6856 Do the tests in a loop.
6857
6858 2016-02-25 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.base/branches.c: Remove.
6861
6862 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6863
6864 PR gdb/13808
6865 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6866
6867 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6868
6869 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6870
6871 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6872
6873 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6874 change x86_64 call_insn to 'callq'.
6875
6876 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6877
6878 * gdb.trace/tfile-avx.c: Move to...
6879 * gdb.trace/tracefile-pseudo-reg.c: Here.
6880 * gdb.trace/tfile-avx.exp: Move to...
6881 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6882
6883 2016-02-24 Gary Benson <gbenson@redhat.com>
6884
6885 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6886 message on attach.
6887
6888 2016-02-23 Doug Evans <dje@google.com>
6889
6890 * gdb.base/skip.c (test_skip): New function.
6891 (end_test_skip_file_and_function): New function.
6892 (test_skip_file_and_function): New function.
6893 * gdb.base/skip1.c (test_skip): New function.
6894 (skip1_test_skip_file_and_function): New function.
6895 * gdb.base/skip.exp: Add tests for new skip options.
6896 * gdb.base/skip-solib.exp: Update expected output.
6897 * gdb.perf/skip-command.cc: New file.
6898 * gdb.perf/skip-command.exp: New file.
6899 * gdb.perf/skip-command.py: New file.
6900
6901 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6902
6903 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6904 info registers pattern.
6905
6906 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6907
6908 * lib/future.exp: Add D support.
6909 (gdb_find_gdc): New proc.
6910 (gdb_default_target_compile): Add D support.
6911
6912 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6913
6914 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6915 user+system time.
6916 (trace_speed_test): Determine the iteration count for a time
6917 between 15..30 seconds.
6918
6919 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6920
6921 * gdb.arch/i386-mpx-sigsegv.c: New file.
6922 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6923 * gdb.arch/i386-mpx-simple_segv.c: New file.
6924 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6925
6926 2016-02-18 Yao Qi <yao.qi@linaro.org>
6927
6928 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6929 Don't call setup_kfail.
6930
6931 2016-02-18 Yao Qi <yao.qi@linaro.org>
6932
6933 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6934 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6935
6936 2016-02-16 Doug Evans <dje@google.com>
6937
6938 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6939 * gdb.base/skip1.c: Ditto.
6940 * gdb.base/skip.exp: Whitespace cleanup.
6941
6942 2016-02-16 Don Breazeal <donb@codesourcery.com>
6943
6944 PR remote/19496
6945 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6946 Remove kfail for PR remote/19496.
6947
6948 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6949
6950 * lib/gdb.exp (standard_temp_file): Return a path specific to
6951 the runtest invocation.
6952
6953 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6954
6955 * gdb.trace/save-trace.exp: Change relative path to be in the
6956 standard output directory.
6957
6958 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6959
6960 * gdb.arch/i386-prologue.c: Add missing prototypes.
6961
6962 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6963
6964 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6965 * gdb.arch/i386-prologue.exp: Likewise.
6966 * gdb.arch/i386-size.exp: Likewise.
6967
6968 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6969
6970 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6971 define object file path.
6972 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6973 file path.
6974 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6975 standard_output_file to define binfile.
6976
6977 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6978
6979 Fix compatibility with recent gfortran-5.3.1.
6980 * gdb.fortran/vla-history.exp (print vla1 allocated)
6981 (print vla2 allocated, print $2, print $3): Remove
6982 (print $4): Rename to ...
6983 (print $2): ... here.
6984 (print $9): Rename to ...
6985 (print $5): ... here.
6986 (print $10): Rename to ...
6987 (print $6): ... here.
6988 * gdb.fortran/vla.f90: Add pvla initialization.
6989
6990 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6991
6992 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6993 New test.
6994 * gdb.fortran/vla-value-sub.exp: Likewise.
6995
6996 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6997
6998 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6999
7000 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7001
7002 * i386-biarch-core.exp: Define corefile using
7003 standard_output_file.
7004
7005 2016-02-12 Yao Qi <yao.qi@linaro.org>
7006
7007 * gdb.arch/arm-single-step-kernel-helper.c: New.
7008 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7009
7010 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7011
7012 * gdb.btrace/tailcall-only.exp: New.
7013 * gdb.btrace/tailcall-only.c: New.
7014 * gdb.btrace/x86_64-tailcall-only.S: New.
7015 * gdb.btrace/i686-tailcall-only.S: New.
7016
7017 2016-02-11 Pedro Alves <palves@redhat.com>
7018
7019 * README (Parallel testing): Add missing double quotes.
7020
7021 2016-02-11 Pedro Alves <palves@redhat.com>
7022
7023 * README (Parallel testing): New section.
7024 (GDB_PARALLEL): Rewrite.
7025 (FORCE_PARALLEL): Document.
7026
7027 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7028
7029 * gdb.trace/tfile-avx.c: New test.
7030 * gdb.trace/tfile-avx.exp: New test.
7031
7032 2016-02-09 Keith Seitz <keiths@redhat.com>
7033
7034 PR breakpoints/19546
7035 * gdb.base/infcall-exec.c: New file.
7036 * gdb.base/infcall-exec2.c: New file.
7037 * gdb.base/infcall-exec.exp: New file.
7038
7039 2016-02-09 Keith Seitz <keiths@redhat.com>
7040
7041 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7042 (toplevel): Call test_bkpt_address.
7043
7044 2016-02-09 Keith Seitz <keiths@redhat.com>
7045
7046 PR python/19506
7047 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7048 (toplevel): Call test_bkpt_address.
7049
7050 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7051
7052 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7053 to AC_OUTPUT.
7054 * configure: Regenerate.
7055
7056 2016-02-09 Pedro Alves <palves@redhat.com>
7057
7058 PR breakpoints/19548
7059 * gdb.base/execl-update-breakpoints.c (some_function): New
7060 function.
7061 (main): Call it.
7062 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7063 Tighten expected GDB output.
7064
7065 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7066
7067 * Makefile.in (ALL_SUBDIRS): Remove.
7068 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7069 (distclean maintainer-clean realclean): Likewise.
7070 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7071 * configure: Regenerate.
7072 * gdb.ada/Makefile.in: Delete.
7073 * gdb.arch/Makefile.in: Likewise.
7074 * gdb.asm/Makefile.in: Likewise.
7075 * gdb.base/Makefile.in: Likewise.
7076 * gdb.btrace/Makefile.in: Likewise.
7077 * gdb.cell/Makefile.in: Likewise.
7078 * gdb.compile/Makefile.in: Likewise.
7079 * gdb.cp/Makefile.in: Likewise.
7080 * gdb.disasm/Makefile.in: Likewise.
7081 * gdb.dlang/Makefile.in: Likewise.
7082 * gdb.dwarf2/Makefile.in: Likewise.
7083 * gdb.fortran/Makefile.in: Likewise.
7084 * gdb.gdb/Makefile.in: Likewise.
7085 * gdb.go/Makefile.in: Likewise.
7086 * gdb.guile/Makefile.in: Likewise.
7087 * gdb.java/Makefile.in: Likewise.
7088 * gdb.linespec/Makefile.in: Likewise.
7089 * gdb.mi/Makefile.in: Likewise.
7090 * gdb.modula2/Makefile.in: Likewise.
7091 * gdb.multi/Makefile.in: Likewise.
7092 * gdb.objc/Makefile.in: Likewise.
7093 * gdb.opencl/Makefile.in: Likewise.
7094 * gdb.opt/Makefile.in: Likewise.
7095 * gdb.pascal/Makefile.in: Likewise.
7096 * gdb.perf/Makefile.in: Likewise.
7097 * gdb.python/Makefile.in: Likewise.
7098 * gdb.reverse/Makefile.in: Likewise.
7099 * gdb.server/Makefile.in: Likewise.
7100 * gdb.stabs/Makefile.in: Likewise.
7101 * gdb.threads/Makefile.in: Likewise.
7102 * gdb.trace/Makefile.in: Likewise.
7103 * gdb.xml/Makefile.in: Likewise.
7104 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7105 GDB_PARALLEL.
7106 (standard_output_file): Remove check for GDB_PARALLEL, always
7107 return path in outputs/$subdir/$testname.
7108
7109 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7110
7111 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7112 (site.exp): Assign abs_srcdir to tcl's srcdir.
7113
7114 2016-02-04 Yao Qi <yao.qi@linaro.org>
7115
7116 * gdb.base/foll-exec-mode.c: Include limits.h.
7117 (main): Add parameters argc and argv. Get directory from
7118 argv[0].
7119 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7120 compilation.
7121 * gdb.base/foll-exec.c: Include limits.h.
7122 (main): Add parameters argc and argv.
7123 Get directory from argv[0].
7124 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7125 Adjust tests on the number of lines as source code changed.
7126 * gdb.base/foll-vfork-exit.c: Include limits.h.
7127 (main): Add one line of statement before vfork.
7128 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7129 (main): Add parameters argc and argv. Get directory from
7130 argv[0].
7131 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7132 (setup_gdb): Set tbreak to skip some source lines.
7133 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7134 (main): Add parameters argc and argv. Get directory from
7135 argv[0].
7136 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7137 compilation.
7138 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7139 (main): Add parameters argc and argv. Get directory from
7140 argv[0].
7141 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7142 compilation.
7143
7144 2016-02-01 Doug Evans <dje@google.com>
7145
7146 * gdb.base/skip.exp: Clean up multiple references to same test name.
7147
7148 2016-02-01 Pedro Alves <palves@redhat.com>
7149
7150 PR remote/19496
7151 * gdb.threads/forking-threads-plus-breakpoint.exp
7152 (displaced_stepping_supported): New global.
7153 (probe_displaced_stepping_support): New procedure.
7154 (do_test): Add 'displaced' parameter, and use it.
7155 (top level): Check for displaced stepping support. Add displaced
7156 stepping on/off testing axis.
7157
7158 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7159
7160 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7161 pointer. Don't perform further tests on the unassociated pointer
7162 if the first test fails.
7163
7164 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7165
7166 * gdb.base/max-value-size.c: New file.
7167 * gdb.base/max-value-size.exp: New file.
7168 * gdb.base/huge.exp: Disable max-value-size for this test.
7169
7170 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7171
7172 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7173
7174 2016-01-28 Yao Qi <yao.qi@linaro.org>
7175
7176 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7177
7178 2016-01-25 Pedro Alves <palves@redhat.com>
7179
7180 PR threads/19461
7181 * gdb.base/fork-running-state.c: New file.
7182 * gdb.base/fork-running-state.exp: New file.
7183
7184 2016-01-25 Pedro Alves <palves@redhat.com>
7185
7186 PR gdb/19494
7187 * gdb.base/catch-fork-kill.c: New file.
7188 * gdb.base/catch-fork-kill.exp: New file.
7189
7190 2016-01-25 Pedro Alves <palves@redhat.com>
7191
7192 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7193 Delete, moved to lib/gdb.exp.
7194 * gdb.threads/forking-threads-plus-breakpoint.exp
7195 (foreach_with_prefix): Likewise.
7196 * gdb.threads/process-dies-while-handling-bp.exp
7197 (foreach_with_prefix): Likewise.
7198 * lib/gdb.exp (foreach_with_prefix): New procedure.
7199
7200 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7201
7202 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7203 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7204
7205 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7206
7207 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7208 endian targets.
7209
7210 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7211 Pedro Alves <palves@redhat.com>
7212
7213 Fix testsuite compatibility with Guile.
7214 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7215 number.
7216
7217 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7218
7219 Fix testsuite compatibility with Guile.
7220 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7221 (thread 1): New test for backtrace through signal handler.
7222
7223 2016-01-22 Yao Qi <yao.qi@linaro.org>
7224
7225 PR testsuite/19491
7226 * gdb.base/multi-forks.c: Include
7227 ../lib/unbuffer_output.c
7228 (main): Call gdb_unbuffer_output.
7229
7230 2016-01-21 Doug Evans <dje@google.com>
7231
7232 * lib/ada.exp (gdb_compile_ada): Fix typo.
7233
7234 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7235
7236 * gdb.base/break-fun-addr.exp: New file.
7237 * gdb.base/break-fun-addr1.c: New file.
7238 * gdb.base/break-fun-addr2.c: New file.
7239
7240 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7241
7242 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7243 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7244 enum flag values.
7245
7246 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7247
7248 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7249 when GDB can not set the vector return value. Add more comments
7250 for clarification.
7251
7252 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7253
7254 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7255 command.
7256
7257 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7258
7259 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7260
7261 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7262
7263 * Makefile.in (check-single): Pass --status to runtest.
7264 (check/%.exp): Likewise.
7265
7266 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7267
7268 * Makefile.in (check-parallel): Propagate return code from make
7269 do-check-parallel.
7270
7271 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7272
7273 * gdb.trace/ftrace.exp: Fix expected message on continue.
7274 * gdb.trace/pending.exp: Fix expected message on continue.
7275 * gdb.trace/trace-break.exp: Fix expected message on continue.
7276
7277 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7278
7279 * lib/gdb.exp (gdb_test): Remove unused global references.
7280
7281 2016-01-18 Pedro Alves <palves@redhat.com>
7282
7283 * gdb.base/async-shell.exp: Adjust expected output.
7284 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7285 * gdb.base/siginfo-thread.exp: Adjust expected output.
7286 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7287 * gdb.java/jnpe.exp: Adjust expected output.
7288 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7289 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7290 * gdb.threads/leader-exit.exp: Adjust expected output.
7291 * gdb.threads/manythreads.exp: Adjust expected output.
7292 * gdb.threads/pthreads.exp: Adjust expected output.
7293 * gdb.threads/schedlock.exp: Adjust expected output.
7294 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7295 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7296 expected output.
7297 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7298 output.
7299 * gdb.threads/sigthread.exp: Adjust expected output.
7300 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7301
7302 2016-01-18 Yao Qi <yao.qi@linaro.org>
7303
7304 * gdb.guile/scm-section-script.c: Replace @progbits with
7305 %progbits.
7306 * gdb.python/py-section-script.c: Likewise.
7307
7308 2016-01-15 Pedro Alves <palves@redhat.com>
7309
7310 * gdb.multi/tids.exp: Test star wildcard ranges.
7311
7312 2016-01-15 Pedro Alves <palves@redhat.com>
7313
7314 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7315 command from "thread apply" invocation.
7316 (thr_apply_info_thr_invalid): Default the expected output to the
7317 input tid list.
7318 (top level): Add tests that use convenience variables. Add tests
7319 for "thread apply" with a valid TID list, but missing the command.
7320
7321 2016-01-13 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.base/default.exp: Expect $_gthread as well.
7324 * gdb.multi/tids.exp: Test $_gthread.
7325 * gdb.threads/thread-specific.exp: Test $_gthread.
7326
7327 2016-01-13 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.multi/tids.exp: Test "info threads -gid".
7330
7331 2016-01-13 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7334 Breakpoint.thread.
7335 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7336
7337 2016-01-07 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.base/break.exp: Adjust to output changes.
7340 * gdb.base/hbreak2.exp: Likewise.
7341 * gdb.base/sepdebug.exp: Likewise.
7342 * gdb.base/watch_thread_num.exp: Likewise.
7343 * gdb.linespec/keywords.exp: Likewise.
7344 * gdb.multi/info-threads.exp: Likewise.
7345 * gdb.threads/thread-find.exp: Likewise.
7346 * gdb.multi/tids.c: New file.
7347 * gdb.multi/tids.exp: New file.
7348
7349 2016-01-13 Pedro Alves <palves@redhat.com>
7350
7351 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7352
7353 2016-01-13 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.base/default.exp: Expect $_inferior as well.
7356 * gdb.multi/base.exp: Test $_inferior.
7357
7358 2016-01-13 Pedro Alves <palves@redhat.com>
7359
7360 PR breakpoints/19388
7361 * gdb.base/catch-signal-siginfo-cond.c: New file.
7362 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7363
7364 2016-01-12 Josh Stone <jistone@redhat.com>
7365 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7366
7367 * gdb.base/catch-syscall.c (do_execve): New variable.
7368 (main): Conditionally trigger an execve.
7369 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7370 (test_catch_syscall_execve): New, check entry/return across execve.
7371 (do_syscall_tests): Call test_catch_syscall_execve.
7372
7373 2016-01-12 Pedro Alves <palves@redhat.com>
7374
7375 * gdb.base/random-signal.exp (do_test): New procedure, with body
7376 of testcase moved in.
7377
7378 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7379 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.base/funcargs.exp (finish from indirectly called function):
7382 Reintroduce the case for 'First'.
7383
7384 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7385 Pedro Alves <palves@redhat.com>
7386
7387 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7388 (tcatch_vfork_then_child_follow_exec)
7389 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7390 identification.
7391
7392 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7393
7394 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7395 and repeats to unlimited.
7396 * gdb.python/py-value.exp: Likewise.
7397 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7398 and repeats to unlimited.
7399
7400 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7401
7402 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7403 and reordering the functions.
7404 * gdb.multi/hangout.c: Likewise.
7405 * gdb.multi/hello.c: Likewise.
7406
7407 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7408
7409 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7410 absolute.
7411 (SingleStatisticTestResult.report): Use dict.keys instead of
7412 dict.iterkeys.
7413
7414 2016-01-06 Pedro Alves <palves@redhat.com>
7415
7416 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7417
7418 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7419
7420 * gdb.btrace/dlopen.exp: New.
7421 * gdb.btrace/dlopen.c: New.
7422 * gdb.btrace/dlopen-dso.c: New.
7423
7424 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7425
7426 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7427 PATTERN argument is optional.
7428
7429 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7430
7431 * lib/ada.exp (target_compile_ada_from_dir): New function.
7432 (gdb_compile_ada): Reimplement avoiding the use of project files.
7433 * gdb.ada/gnat_ada.gpr: Delete.
7434 * gdb.ada/cond_lang.exp: Adjust test to make path before
7435 filename optional.
7436 * gdb.ada/small_reg_param.exp: Likewise.
7437
7438 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7439
7440 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7441
7442 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7443
7444 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7445 case.
7446
7447 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7448
7449 * gdb.base/break.exp: Remove dead code.
7450 * gdb.base/sepdebug.exp: Likewise.
7451
7452 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7453
7454 * gdb.asm/asm-source.exp: Remove HP-UX references.
7455 * gdb.base/annota1.exp: Likewise.
7456 * gdb.base/annota3.exp: Likewise.
7457 * gdb.base/attach.exp: Likewise.
7458 * gdb.base/bigcore.exp: Likewise.
7459 * gdb.base/break.exp: Likewise.
7460 * gdb.base/call-ar-st.exp: Likewise.
7461 * gdb.base/callfuncs.exp: Likewise.
7462 * gdb.base/catch-fork-static.exp: Likewise.
7463 * gdb.base/display.exp: Likewise.
7464 * gdb.base/foll-exec-mode.exp: Likewise.
7465 * gdb.base/foll-exec.exp: Likewise.
7466 * gdb.base/foll-fork.exp: Likewise.
7467 * gdb.base/foll-vfork.exp: Likewise.
7468 * gdb.base/funcargs.exp: Likewise.
7469 * gdb.base/hbreak2.exp: Likewise.
7470 * gdb.base/inferior-died.exp: Likewise.
7471 * gdb.base/interrupt.exp: Likewise.
7472 * gdb.base/multi-forks.exp: Likewise.
7473 * gdb.base/nodebug.exp: Likewise.
7474 * gdb.base/sepdebug.exp: Likewise.
7475 * gdb.base/solib1.c: Likewise.
7476 * gdb.base/step-test.exp: Likewise.
7477 * gdb.mi/non-stop.c: Likewise.
7478 * gdb.mi/pthreads.c: Likewise.
7479 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7480 * gdb.threads/pthreads.c: Likewise.
7481 * gdb.threads/staticthreads.exp: Likewise.
7482 * lib/future.exp: Likewise.
7483 * lib/gdb.exp: Likewise.
7484 * gdb.base/so-indr-cl.c: Remove.
7485 * gdb.base/so-indr-cl.exp: Likewise.
7486 * gdb.base/solib.c: Likewise.
7487 * gdb.base/solib.exp: Likewise.
7488 * gdb.base/solib2.c: Likewise.
7489
7490 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7491
7492 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7493 * gdb.base/call-ar-st.exp: Likewise.
7494 * gdb.base/callfuncs.exp: Likewise.
7495 * gdb.base/condbreak.exp: Likewise.
7496 * gdb.base/constvars.exp: Likewise.
7497 * gdb.base/hbreak2.exp: Likewise.
7498 * gdb.base/langs.exp: Likewise.
7499 * gdb.base/list.exp: Likewise.
7500 * gdb.base/long_long.exp: Likewise.
7501 * gdb.base/ptype.exp: Likewise.
7502 * gdb.base/scope.exp: Likewise.
7503 * gdb.base/signals.exp: Likewise.
7504 * gdb.base/so-impl-ld.exp: Likewise.
7505 * gdb.base/varargs.exp: Likewise.
7506 * gdb.base/volatile.exp: Likewise.
7507 * gdb.base/whatis.exp: Likewise.
7508 * gdb.cp/cplusfuncs.exp: Likewise.
7509 * gdb.cp/inherit.exp: Likewise.
7510 * gdb.cp/local.exp: Likewise.
7511 * gdb.cp/member-ptr.exp: Likewise.
7512 * gdb.cp/method.exp: Likewise.
7513 * gdb.cp/overload.exp: Likewise.
7514 * gdb.cp/templates.exp: Likewise.
7515 * gdb.stabs/weird.exp: Likewise.
7516 * lib/compiler.c: Likewise.
7517 * lib/compiler.cc: Likewise.
7518 * lib/cp-support.exp: Likewise.
7519 * lib/gdb.exp: Likewise.
7520
7521 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7522
7523 * configure.ac: Remove HP-UX case.
7524 * configure: Regenerate.
7525
7526 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7527
7528 * lib/gdb.exp (gdb_compile): Add function doc.
7529
7530 2015-12-17 Pedro Alves <palves@redhat.com>
7531
7532 PR threads/19354
7533 * gdb.multi/info-threads.exp: New file.
7534
7535 2015-12-15 Yao Qi <yao.qi@linaro.org>
7536
7537 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7538 is aarch64*-*-*.
7539
7540 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7541
7542 * gdb.base/history-duplicates.exp: Skip if no readline support.
7543
7544 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7545
7546 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7547
7548 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7549
7550 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7551
7552 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7553
7554 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7555 ctrl-C if nointerrupts target property is set.
7556 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7557 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7558 * gdb.base/paginate-bg-execution.exp: Likewise.
7559 * gdb.base/paginate-execution-startup.exp: Likewise.
7560 * gdb.base/random-signal.exp: Likewise.
7561 * gdb.base/range-stepping.exp: Likewise.
7562 * gdb.cp/annota2.exp: Likewise.
7563 * gdb.cp/annota3.exp: Likewise.
7564 * gdb.gdb/selftest.exp: Likewise.
7565 * gdb.threads/continue-pending-status.exp: Likewise.
7566 * gdb.threads/leader-exit.exp: Likewise.
7567 * gdb.threads/manythreads.exp: Likewise.
7568 * gdb.threads/pthreads.exp: Likewise.
7569 * gdb.threads/schedlock.exp: Likewise.
7570 * gdb.threads/sigthread.exp: Likewise.
7571
7572 2015-12-11 Don Breazeal <donb@codesourcery.com>
7573
7574 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7575 remote.
7576 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7577 * gdb.base/foll-exec.exp (main): Enable for target remote.
7578 * gdb.base/foll-fork.exp (main): Likewise.
7579 * gdb.base/foll-vfork.exp (main): Likewise.
7580 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7581 (proc continue_to_exit_bp_loc): Use clean_restart.
7582 * gdb.base/pie-execl.exp (main): Disable for target remote.
7583 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7584 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7585 * gdb.threads/execl.exp (main): Likewise.
7586 * gdb.threads/fork-child-threads.exp (main): Likewise.
7587 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7588 remote.
7589 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7590 remote.
7591 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7592 pid.tid style ptids, instead of just tid.
7593 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7594 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7595 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7596 ptids, instead of just tid.
7597
7598 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7599
7600 * gdb.base/list.exp (test_list_forward): Add end of file error
7601 test.
7602 (test_repeat_list_command): Add end of file error test.
7603 (test_list_backwards): Add beginning of file error test.
7604
7605 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7606
7607 * gdb.base/list.exp (test_list_invalid_args): New function,
7608 defined, and called.
7609
7610 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7611
7612 * gdb.base/list.exp (test_list): Make test names unique.
7613
7614 2015-12-11 Yao Qi <yao.qi@linaro.org>
7615
7616 * gdb.base/coremaker2.c: Remove.
7617
7618 2015-12-10 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.multi/base.exp: Remove stale "spaces" references.
7621
7622 2015-12-10 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.multi/base.exp: Don't use nowarnings.
7625 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7626 * gdb.multi/hangout.c: Include stdio.h.
7627 * gdb.multi/hello.c: Include stdlib.h.
7628 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7629 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7630 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7631
7632 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7633
7634 * gdb.dwarf2/dw2-ranges-base.c: New file.
7635 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7636 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7637 support additional line table, and debug ranges generation.
7638 (Dwarf::ranges): New function, generate .debug_ranges.
7639 (Dwarf::lines): Support generating simple line table programs.
7640 (Dwarf::assemble): Initialise new namespace variables.
7641
7642 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7643
7644 * gdb.base/async.exp (proc test_background): Add case for
7645 asynchronous execution not supported.
7646
7647 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7648
7649 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7650 format and change test names to make them unique.
7651
7652 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7653 Pedro Alves <pedro@redhat.com>
7654
7655 PR gdb/18702
7656 Add checking of floatformats setup on x86_64 hosts.
7657 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7658 (smallval, bigval): New labels/constants.
7659 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7660 float" after loading bigval and smallval.
7661
7662 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7663
7664 * gdb.ada/fun_overload_menu.exp: New testcase.
7665 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7666
7667 2015-12-04 Josh Stone <jistone@redhat.com>
7668
7669 * gdb.base/catch-fork-static.exp: New.
7670
7671 2015-12-03 Yao Qi <yao.qi@linaro.org>
7672
7673 * gdb.base/sizeof.c: Don't include stdio.h and
7674 ../lib/unbuffer_output.c.
7675 (main): New variable 'size' and 'value'. Remove printf and
7676 gdb_unbuffer_output. Assign return value to size and value.
7677 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7678 at the beginning.
7679 (check_sizeof): Check the result by printing variable 'size'.
7680 (check_valueof): Check the result by printing variable 'value'.
7681
7682 2015-12-01 Yao Qi <yao.qi@linaro.org>
7683
7684 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7685 for aarch64*-*-linux* target.
7686
7687 2015-11-30 Pedro Alves <palves@redhat.com>
7688
7689 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7690
7691 2015-11-30 Pedro Alves <palves@redhat.com>
7692
7693 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7694 Handle non-stop mode vCont replies.
7695
7696 2015-11-30 Pedro Alves <palves@redhat.com>
7697
7698 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7699 prepare_for_testing. Start gdb with "set non-stop on" appended to
7700 GDBFLAGS. Lax expected stop output.
7701
7702 2015-11-27 Yao Qi <yao.qi@linaro.org>
7703
7704 * gdb.arch/arm-neon.exp: New.
7705 * gdb.arch/arm-neon.c: New.
7706
7707 2015-11-27 Yao Qi <yao.qi@linaro.org>
7708
7709 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7710
7711 2015-11-27 Yao Qi <yao.qi@linaro.org>
7712
7713 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7714 frames-invalid annotation.
7715
7716 2015-11-27 Yao Qi <yao.qi@linaro.org>
7717
7718 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7719
7720 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7721
7722 * gdb.threads/names.exp: New file.
7723 * gdb.threads/names.c: New file.
7724 * README: Mention gdb,no_thread_names.
7725
7726 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7727
7728 PR 19297
7729 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7730 support" error.
7731
7732 2015-11-24 Pedro Alves <palves@redhat.com>
7733
7734 PR 17539
7735 * gdb.base/display.exp: Expect displays to be sorted in ascending
7736 order. Use multi_line.
7737 * gdb.base/solib-display.exp: Likewise.
7738
7739 2015-11-24 Pedro Alves <palves@redhat.com>
7740
7741 PR 17539
7742 * gdb.base/display.exp: Expect displays to be sorted in ascending
7743 order. Use multi_line.
7744 * gdb.base/solib-display.exp: Likewise.
7745
7746 2015-11-24 Pedro Alves <palves@redhat.com>
7747
7748 PR 17539
7749 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7750 threads in ascending order.
7751 * gdb.base/foll-fork.exp: Likewise.
7752 * gdb.base/foll-vfork.exp: Likewise.
7753 * gdb.base/multi-forks.exp: Likewise.
7754 * gdb.mi/mi-nonstop.exp: Likewise.
7755 * gdb.mi/mi-nsintrall.exp: Likewise.
7756 * gdb.multi/base.exp: Likewise.
7757 * gdb.multi/multi-arch.exp: Likewise.
7758 * gdb.python/py-inferior.exp: Likewise.
7759 * gdb.threads/break-while-running.exp: Likewise.
7760 * gdb.threads/execl.exp: Likewise.
7761 * gdb.threads/gcore-thread.exp: Likewise.
7762 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7763 * gdb.threads/kill.exp: Likewise.
7764 * gdb.threads/linux-dp.exp: Likewise.
7765 * gdb.threads/multiple-step-overs.exp: Likewise.
7766 * gdb.threads/next-bp-other-thread.exp: Likewise.
7767 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7768 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7769 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7770 * gdb.threads/thread-find.exp: Likewise.
7771 * gdb.threads/tls.exp: Likewise.
7772 * lib/mi-support.exp (mi_reverse_list): Delete.
7773 (mi_check_thread_states): No longer reverse list.
7774
7775 2015-11-24 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7778 use lowercase.
7779
7780 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7781
7782 * gdb.trace/actions.c: Include trace-common.h.
7783 (main): Add a location for a fast tracepoint.
7784 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7785 the normal tracepoints.
7786 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7787
7788 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7789
7790 * save-trace.exp: Factor out code to these...
7791 (gdb_save_tracepoints): New.
7792 (gdb_load_tracepoints): New.
7793 (do_save_load_test): New.
7794
7795 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7796
7797 * gdb.base/asmlabel.exp: New test.
7798 * gdb.base/asmlabel.c: New test case.
7799
7800 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7801
7802 * gdb.base/wrong_frame_bt_full-main.c: New file.
7803 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7804 * gdb.base/wrong_frame_bt_full.exp: New file.
7805
7806 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7807
7808 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7809
7810 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7811
7812 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7813 pstate register when comparing registers values in
7814 sparc64-*-linux-gnu targets to avoid spurious differences.
7815
7816 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7817
7818 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7819
7820 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7821
7822 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7823 as type argument to gdb_compile.
7824 * gdb.base/nested-subp2.exp: Likewise.
7825 * gdb.base/nested-subp3.exp: Likewise.
7826
7827 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7828
7829 * lib/dwarf.exp (_note): Fix left shift of negative value.
7830 * gdb.trace/trace-condition.exp: Likewise.
7831
7832 2015-11-13 Yao Qi <yao.qi@linaro.org>
7833
7834 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7835 comments about d10v.
7836 (test_scalar_returns): Likewise.
7837 * gdb.base/d10v.ld: Remove.
7838 * gdb.base/overlays.exp: Remove the target triplet checking for
7839 d10v-*-*.
7840 * gdb.base/structs.exp (test_struct_returns): Remove the
7841 comments about d10v.
7842 (test_struct_calls): Likewise.
7843
7844 2015-11-13 Yao Qi <yao.qi@linaro.org>
7845
7846 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7847 * gdb.base/gnu_vector.c: Don't include stdio.h.
7848 (main): Don't print res and call add_some_intvecs.
7849
7850 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7851
7852 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7853 macro.
7854 (func5): Removed.
7855 (func4): Use FAST_TRACEPOINT_LABEL.
7856 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7857 macro.
7858 (func): Removed.
7859 (thread_function): Use FAST_TRACEPOINT_LABEL.
7860 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7861 (func): Remove.
7862 (marker): Use FAST_TRACEPOINT_LABEL.
7863 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7864 (pendfunc1): Remove.
7865 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7866 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7867 (foo): Remove.
7868 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7869 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7870 macro.
7871 (func): Remove.
7872 (marker): Use FAST_TRACEPOINT_LABEL.
7873 * gdb.trace/trace-common.h: New header.
7874 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7875 macro.
7876 (func): Remove.
7877 (marker): Use FAST_TRACEPOINT_LABEL.
7878 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7879 (func): Remove.
7880 (thread_function): Use FAST_TRACEPOINT_LABEL.
7881
7882 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7883
7884 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7885 in front.
7886 * gdb.trace/change-loc.exp: Use global pcreg definition.
7887 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7888 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7889 in front.
7890 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7891 * gdb.trace/pending.exp: Likewise.
7892 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7893 * gdb.trace/trace-break.exp: Likewise.
7894 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7895 in front.
7896 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7897 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7898 in front.
7899 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7900
7901 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7902
7903 * gdb.ada/fin_fun_out: New testcase.
7904
7905 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7906
7907 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7908 value associated with DW_AT_byte_size.
7909 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7910 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7911 DW_AT_upper_bound.
7912
7913 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7914
7915 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7916 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7917 version.
7918 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7919 gdb.dwarf2/dw2-canonicalize-type.exp,
7920 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7921 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7922 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7923 provided by gdb_target_symbol_prefix_flags_asm.
7924 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7925 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7926 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7927 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7928 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7929 macros where needed). Use this macro for symbols which require
7930 the prefix provided by SYMBOL_PREFIX.
7931
7932 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7933
7934 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7935 New procs.
7936 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7937 representing expressions, of more than one list element.
7938 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7939 to prepend linker symbol prefix to f.
7940 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7941 table_1 and table_2.
7942 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7943 Likewise, for f and g.
7944 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7945 for ptr.
7946 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7947 for main.
7948 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7949 table_1_ptr and table_2_ptr.
7950
7951 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7952 Joel Brobecker <brobecker@adacore.com>
7953
7954 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7955
7956 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7957
7958 * gdb.reverse/s390-mvcle.c: New test.
7959 * gdb.reverse/s390-mvcle.exp: New file.
7960 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7961
7962 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7963
7964 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7965
7966 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7967
7968 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7969 reaching marker2.
7970 * gdb.reverse/getresuid-reverse.exp: Likewise.
7971 * gdb.reverse/pipe-reverse.exp: Likewise.
7972 * gdb.reverse/readv-reverse.exp: Likewise.
7973 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7974 * gdb.reverse/time-reverse.exp: Likewise.
7975 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7976
7977 2015-10-30 Yao Qi <yao.qi@linaro.org>
7978
7979 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7980 (empty_cycle): Remove.
7981 (main): Don't call empty_cycle. Don't use watch_count_done.
7982 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7983 empty_cycle. Rewrite the code counting HW watchpoints.
7984
7985 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7986
7987 * gdb.reverse/fstatat-reverse.c: New test.
7988 * gdb.reverse/fstatat-reverse.exp: New file.
7989 * gdb.reverse/getresuid-reverse.c: New test.
7990 * gdb.reverse/getresuid-reverse.exp: New file.
7991 * gdb.reverse/pipe-reverse.c: New test.
7992 * gdb.reverse/pipe-reverse.exp: New file.
7993 * gdb.reverse/readv-reverse.c: New test.
7994 * gdb.reverse/readv-reverse.exp: New file.
7995 * gdb.reverse/recvmsg-reverse.c: New test.
7996 * gdb.reverse/recvmsg-reverse.exp: New file.
7997 * gdb.reverse/time-reverse.c: New test.
7998 * gdb.reverse/time-reverse.exp: New file.
7999 * gdb.reverse/waitpid-reverse.c: New test.
8000 * gdb.reverse/waitpid-reverse.exp: New file.
8001
8002 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8003
8004 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8005
8006 2015-10-26 Doug Evans <dje@google.com>
8007
8008 PR symtab/17391
8009 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8010 * gdb.dwarf2/bad-regnum.c: New file.
8011 * gdb.dwarf2/bad-regnum.exp: New file.
8012
8013 2015-10-26 Doug Evans <dje@google.com>
8014
8015 PR python/18938
8016 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8017 file.
8018
8019 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8020
8021 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8022 for a change by "Mention language in compile error message".
8023
8024 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8025
8026 PR python/18073
8027 * gdb.python/py-type.c (C::a_method): New.
8028 (C::a_const_method): New.
8029 (C::a_static_method): New.
8030 (a_function): New.
8031 * gdb.python/py-type.exp (test_fields): Test getting fields
8032 from function and method.
8033
8034 2015-10-21 Keven Boell <keven.boell@intel.com>
8035
8036 * gdb.fortran/vla-alloc-assoc.exp: New file.
8037 * gdb.fortran/vla-datatypes.exp: New file.
8038 * gdb.fortran/vla-datatypes.f90: New file.
8039 * gdb.fortran/vla-history.exp: New file.
8040 * gdb.fortran/vla-ptype-sub.exp: New file.
8041 * gdb.fortran/vla-ptype.exp: New file.
8042 * gdb.fortran/vla-sizeof.exp: New file.
8043 * gdb.fortran/vla-sub.f90: New file.
8044 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8045 * gdb.fortran/vla-value-sub-finish.exp: New file.
8046 * gdb.fortran/vla-value-sub.exp: New file.
8047 * gdb.fortran/vla-value.exp: New file.
8048 * gdb.fortran/vla-ptr-info.exp: New file.
8049 * gdb.mi/mi-vla-fortran.exp: New file.
8050 * gdb.mi/vla.f90: New file.
8051
8052 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8053
8054 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8055 of hardwired timeout value.
8056
8057 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8058 Pedro Alves <palves@redhat.com>
8059
8060 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8061 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8062
8063 2015-10-19 Josh Stone <jistone@redhat.com>
8064
8065 * gdb.base/catch-syscall.c: Include <sched.h>.
8066 (unknown_syscall): New variable.
8067 (main): Trigger a vfork and an unknown syscall.
8068 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8069 (unknown_syscall_number): Likewise.
8070 (check_call_to_syscall): Accept an optional syscall pattern.
8071 (check_return_from_syscall): Likewise.
8072 (check_continue): Likewise.
8073 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8074 (test_catch_syscall_skipping_return): New test toggling off 'catch
8075 syscall' to step over the syscall return, then toggling back on.
8076 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8077 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8078 (do_syscall_tests): Call test_catch_syscall_without_args and
8079 test_catch_syscall_mid_vfork.
8080 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8081 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8082
8083 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8084
8085 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8086 print g_vE): Add new pass patterns.
8087 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8088 print various symbol names for vptr fields.
8089
8090 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8091
8092 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8093 results.
8094
8095 2015-10-12 Yao Qi <yao.qi@linaro.org>
8096
8097 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8098
8099 2015-10-12 Yao Qi <yao.qi@linaro.org>
8100
8101 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8102 is aarch64*-*-linux*.
8103
8104 2015-10-12 Yao Qi <yao.qi@linaro.org>
8105
8106 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8107 (can_relocate_bcond_true): ... it.
8108 (can_relocate_bcond_false): New function.
8109 (foo): Likewise.
8110 (can_relocate_bl): Likewise.
8111 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8112 can_relocate_bl.
8113
8114 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8115
8116 * gdb.base/nested-addr.c: New file.
8117 * gdb.base/nested-addr.exp: New testcase.
8118
8119 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8120
8121 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8122 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8123 its output. Ignore the output of "record goto begin" and instead
8124 check that GDB is replaying.
8125
8126 2015-10-09 Pedro Alves <palves@redhat.com>
8127
8128 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8129 (top level): Use it in the run with no args test.
8130
8131 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8132
8133 * gdb.dlang/properties.exp: New file.
8134
8135 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8136
8137 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8138 whether or not address 0x1000 is mapped on the target.
8139
8140 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8141
8142 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8143 build.
8144
8145 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8146
8147 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8148 instruction-history test.
8149
8150 2015-09-28 Doug Evans <dje@google.com>
8151
8152 * gdb.base/gcore.c (array_func): Add reference to static_array.
8153
8154 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8155
8156 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8157 source line.
8158
8159 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8160
8161 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8162 short or char as base type.
8163
8164 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8165
8166 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8167 to allow any size enum.
8168
8169 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8170
8171 * gdb.ada/array_ptr_renaming.exp: New testcase.
8172 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8173 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8174
8175 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8176
8177 * gdb.trace/ftrace-lock.c: New file.
8178 * gdb.trace/ftrace-lock.exp: New file.
8179
8180 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8181
8182 * gdb.arch/insn-reloc.c: New file.
8183 * gdb.arch/ftrace-insn-reloc.exp: New file.
8184
8185 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8186
8187 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8188 instruction.
8189 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8190 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8191 * gdb.trace/range-stepping.c: Likewise.
8192 * gdb.trace/trace-break.c: Likewise.
8193 * gdb.trace/trace-mt.c (thread_function): Likewise.
8194 * gdb.trace/ftrace.c (marker): Likewise.
8195 * gdb.trace/trace-condition.c (marker): Likewise.
8196 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8197 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8198 is_aarch64_target.
8199
8200 2015-09-18 Doug Evans <xdje42@gmail.com>
8201
8202 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8203 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8204
8205 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8206
8207 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8208 the breakpoint.
8209
8210 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8211
8212 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8213 the pending breakpoint. Remove timeout override for "Run till
8214 MI pending breakpoint on pendfunc3 on thread 2" test.
8215
8216 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8217
8218 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8219 filename pattern.
8220
8221 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8222
8223 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8224 in breakpoint filename pattern.
8225
8226 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8227
8228 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8229
8230 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8231
8232 * gdb.linespec/explicit.exp: Check for readline support for
8233 tab-completion tests. Fix obvious typo.
8234
8235 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8236
8237 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8238 and replay.
8239
8240 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8241
8242 * gdb.btrace/non-stop.c: New.
8243 * gdb.btrace/non-stop.exp: New.
8244
8245 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8246 Yao Qi <yao.qi@linaro.org>
8247
8248 * gdb.trace/trace-condition.c: New file.
8249 * gdb.trace/trace-condition.exp: New file.
8250
8251 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8252
8253 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8254 for testing bytecode compilation.
8255
8256 2015-09-16 Pedro Alves <palves@redhat.com>
8257 Sandra Loosemore <sandra@codesourcery.com>
8258
8259 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8260 (SECONDS): Redefine.
8261 (main): Call pthread_kill and alarm early.
8262 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8263 support.
8264 (test): If the target can't hardware step and doesn't support
8265 displaced stepping, increase the timeout.
8266
8267 2015-09-16 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8270 (enable_debug): New procedures.
8271 (test): Use them. Bail out if waiting for threads fails.
8272 (top level): Bail out if a test fails.
8273
8274 2015-09-16 Yao Qi <yao.qi@linaro.org>
8275
8276 * gdb.asm/asm-source.exp: Set asm-arch for
8277 aarch64*-*-* target.
8278 * gdb.asm/aarch64.inc: New file.
8279
8280 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8281
8282 * gdb.ada/array_of_variable_length.exp: New testcase.
8283 * gdb.ada/array_of_variable_length/foo.adb: New file.
8284 * gdb.ada/array_of_variable_length/pck.adb: New file.
8285 * gdb.ada/array_of_variable_length/pck.ads: New file.
8286
8287 2015-09-15 Doug Evans <dje@google.com>
8288
8289 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8290 of function static local variable.
8291
8292 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8293
8294 * gdb.threads/tls-so_extern.exp: New test file.
8295 * gdb.threads/tls-so_extern.c: New test file.
8296 * gdb.threads/tls-so_extern_main.c: New test file.
8297
8298 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8299
8300 * gdb.opt/solib-intra-step-lib.c: New file.
8301 * gdb.opt/solib-intra-step-main.c: New file.
8302 * gdb.opt/solib-intra-step.exp: New file.
8303
8304 2015-09-15 Pedro Alves <palves@redhat.com>
8305
8306 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8307 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8308
8309 2015-09-14 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.base/hook-stop-continue.c: Delete.
8312 * gdb.base/hook-stop-continue.exp: Delete.
8313 * gdb.base/hook-stop-frame.c: Delete.
8314 * gdb.base/hook-stop-frame.exp: Delete.
8315 * gdb.base/hook-stop.c: New file.
8316 * gdb.base/hook-stop.exp: New file.
8317
8318 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8319
8320 * gdb.ada/access_to_packed_array.exp: New testcase.
8321 * gdb.ada/access_to_packed_array/foo.adb: New file.
8322 * gdb.ada/access_to_packed_array/pack.adb: New file.
8323 * gdb.ada/access_to_packed_array/pack.ads: New file.
8324
8325 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8326
8327 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8328 buffer size test.
8329
8330 2015-09-11 Don Breazeal <donb@codesourcery.com>
8331
8332 * gdb.base/foll-exec.c: Add copyright header. Fix
8333 formatting issues.
8334 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8335 (do_exec_tests): Use clean_restart in place of zap_session,
8336 and for test initialization. Fix formatting issues. Use
8337 fail in place of perror.
8338 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8339 an expect statement to match an expression with output from
8340 the program under debug.
8341 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8342 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8343 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8344 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8345 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8346
8347 2015-09-09 Doug Evans <dje@google.com>
8348
8349 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8350
8351 2015-09-09 Doug Evans <dje@google.com>
8352
8353 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8354
8355 2015-09-09 Doug Evans <dje@google.com>
8356
8357 * gdb.base/savedregs.exp: Fix typo.
8358
8359 2015-09-09 Pedro Alves <palves@redhat.com>
8360
8361 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8362
8363 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8364
8365 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8366 command actually switches threads. Give up on remaining
8367 tests if target fails to stop at breakpoint.
8368
8369 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8370
8371 * gdb.ada/funcall_char.exp: New testcase.
8372 * gdb.ada/funcall_char/foo.adb: New file.
8373
8374 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8375
8376 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8377 expected outputs. Add two testcases for completing ambiguous
8378 functions.
8379 * gdb.ada/complete/aux_pck.adb: New file.
8380 * gdb.ada/complete/aux_pck.ads: New file.
8381 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8382 Ambiguous_Func functions.
8383 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8384 * gdb.ada/complete/pck.adb: Likewise.
8385
8386 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8387
8388 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8389 failures to run the test program under GDB.
8390
8391 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8392
8393 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8394 to C.
8395
8396 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8397
8398 * gdb.base/run-after-attach.exp: New test file.
8399 * gdb.base/run-after-attach.c: New test file.
8400
8401 2015-08-26 Don Breazeal <donb@codesourcery.com>
8402
8403 * gdb.base/foll-exec-2.c: New test program.
8404 * gdb.base/foll-exec-2.exp: New test.
8405
8406 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8407
8408 * gdb.base/nested-subp1.exp: New file.
8409 * gdb.base/nested-subp1.c: New file.
8410 * gdb.base/nested-subp2.exp: New file.
8411 * gdb.base/nested-subp2.c: New file.
8412 * gdb.base/nested-subp3.exp: New file.
8413 * gdb.base/nested-subp3.c: New file.
8414
8415 2015-08-24 Pedro Alves <palves@redhat.com>
8416
8417 * gdb.server/connect-without-multi-process.c: New file.
8418 * gdb.server/connect-without-multi-process.exp: New file.
8419
8420 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8421
8422 * gdb.opt/inline-markers.c: Make z int.
8423
8424 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8425
8426 * gdb.opt/inline-markers.c: Make z volatile.
8427
8428 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8429
8430 * gdb.opt/inline-bt.c: New volatile global z.
8431 * gdb.opt/inline-cmds.c: Likewise.
8432 * gdb.opt/inline-locals.c: Likewise.
8433 * gdb.opt/inline-markers.c: New extern global z.
8434 (marker): Use z.
8435 (inline_fn): Likewise.
8436
8437 2015-08-24 Pedro Alves <palves@redhat.com>
8438
8439 * config/m32r-stub.exp: Remove file.
8440 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8441 * gdb.base/call-rt-st.exp: Likewise.
8442 * gdb.base/call-strs.exp: Likewise.
8443 * gdb.base/default.exp: Remove references to h8300-*-hms and
8444 *-*-udi*.
8445 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8446
8447 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8448
8449 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8450 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8451 and "return" use KFAIL when GDB can not read/write the vector
8452 return value.
8453
8454 2015-08-21 Gary Benson <gbenson@redhat.com>
8455
8456 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8457
8458 2015-08-20 Pedro Alves <palves@redhat.com>
8459
8460 * gdb.server/solib-list.exp: No longer expect an interior stop in
8461 non-stop mode.
8462
8463 2015-08-20 Pedro Alves <palves@redhat.com>
8464
8465 * gdb.server/connect-stopped-target.c: New file.
8466 * gdb.server/connect-stopped-target.exp: New file.
8467
8468 2015-08-20 Pedro Alves <palves@redhat.com>
8469
8470 * gdb.dwarf2/comp-unit-lang.exp: New file.
8471 * gdb.dwarf2/comp-unit-lang.c: New file.
8472
8473 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8474
8475 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8476 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8477
8478 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8479
8480 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8481 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8482
8483 2015-08-18 Doug Evans <dje@google.com>
8484 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8485
8486 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8487 skip_python_tests. New arg prompt_regexp.
8488 (skip_python_tests): New function.
8489 * lib/mi-support.exp (mi_skip_python_tests): New function.
8490 * gdb.python/py-mi-objfile-gdb.py: New file.
8491 * gdb.python/py-mi-objfile.c: New file.
8492 * gdb.python/py-mi-objfile.exp: New file.
8493
8494 2015-08-17 Keith Seitz <keiths@redhat.com>
8495
8496 * gdb.linespec/explicit.exp: Move strace test from here ...
8497 * gdb.trace/strace.exp: ... to here.
8498
8499 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8500
8501 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8502 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8503
8504 2015-08-14 Doug Evans <xdje42@gmail.com>
8505
8506 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8507 inferior before selecting a new file.
8508
8509 2015-08-14 Doug Evans <xdje42@gmail.com>
8510
8511 * gdb.mi/mi-disassemble.exp: Update.
8512 * gdb.base/disasm-optim.S: New file.
8513 * gdb.base/disasm-optim.c: New file.
8514 * gdb.base/disasm-optim.h: New file.
8515 * gdb.base/disasm-optim.exp: New file.
8516
8517 2015-08-14 Keith Seitz <keiths@redhat.com>
8518
8519 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8520 "evaluated-by".
8521
8522 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8523
8524 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8525
8526 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8527
8528 * gdb.ada/fun_renaming.exp: New testcase.
8529 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8530 * gdb.ada/fun_renaming/pack.adb: New file.
8531 * gdb.ada/fun_renaming/pack.ads: New file.
8532
8533 2015-08-12 Keith Seitz <keiths@redhat.com>
8534
8535 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8536 gdb_get_line_number.
8537
8538 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8539
8540 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8541 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8542 gdb.base/dso2dso.exp: New files.
8543
8544 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8545 Pedro Alves <palves@redhat.com>
8546 Keith Seitz <keiths@redhat.com>
8547
8548 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8549 GDBFLAGS.
8550
8551 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8552
8553 * gdb.base/gdbhistsize-history.exp
8554 (test_histsize_history_setting): Use save_vars.
8555 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8556 Use save_vars.
8557 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8558 * gdb.base/readline.exp: Use save_vars.
8559
8560 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8561
8562 * lib/gdb.exp (save_vars): New proc.
8563
8564 2015-08-11 Keith Seitz <keiths@redhat.com>
8565
8566 * gdb.base/help.exp: Update help_breakpoint_text.
8567
8568 2015-08-11 Keith Seitz <keiths@redhat.com>
8569
8570 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8571 (at toplevel): Call test_explicit_breakpoints.
8572 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8573 breakpoints.
8574 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8575 breakpoint conditions, "-cond".
8576
8577 2015-08-11 Keith Seitz <keiths@redhat.com>
8578
8579 * gdb.linespec/3explicit.c: New file.
8580 * gdb.linespec/cpexplicit.cc: New file.
8581 * gdb.linespec/cpexplicit.exp: New file.
8582 * gdb.linespec/explicit.c: New file.
8583 * gdb.linespec/explicit.exp: New file.
8584 * gdb.linespec/explicit2.c: New file.
8585 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8586 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8587 before using in the matching pattern.
8588 Clarify that `prefix' is a regular expression.
8589
8590 2015-08-11 Keith Seitz <keiths@redhat.com>
8591
8592 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8593 test.
8594 Add tests for missing ",FMT" and ",".
8595
8596 2015-08-10 Doug Evans <dje@google.com>
8597 Keith Seitz <keiths@redhat.com>
8598
8599 PR gdb/17960
8600 * gdb.base/completion.exp: Add location completer tests.
8601
8602 2015-08-07 Pedro Alves <palves@redhat.com>
8603
8604 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8605 tests here.
8606 (top level): Run do_test with and without displaced stepping.
8607
8608 2015-08-07 Pedro Alves <palves@redhat.com>
8609
8610 * gdb.base/valgrind-disp-step.c: New file.
8611 * gdb.base/valgrind-disp-step.exp: New file.
8612
8613 2015-08-07 Pedro Alves <palves@redhat.com>
8614
8615 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8616 Delete function.
8617 (main): Add alarm. Run an infinite loop instead of calling
8618 wait_threads.
8619 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8620 comment.
8621 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8622 Delete function.
8623 (main): Add alarm. Run an infinite loop instead of calling
8624 wait_threads.
8625 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8626 comment.
8627
8628 2015-08-07 Pedro Alves <palves@redhat.com>
8629
8630 * gdb.base/checkpoint-ns.exp: New file.
8631 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8632 standard_testfile.
8633
8634 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8635
8636 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8637 * gdb.btrace/instruction_history.exp: Update.
8638 * gdb.btrace/tsx.exp: New.
8639 * gdb.btrace/tsx.c: New.
8640
8641 2015-08-06 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8644 increase timeout.
8645 * gdb.reverse/until-precsave.exp: Bump timeouts.
8646
8647 2015-08-06 Pedro Alves <palves@redhat.com>
8648
8649 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8650
8651 2015-08-06 Pedro Alves <palves@redhat.com>
8652
8653 PR gdb/18749
8654 * gdb.threads/process-dies-while-handling-bp.c: New file.
8655 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8656
8657 2015-08-06 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8660 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8661
8662 2015-08-05 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8665 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8666
8667 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8668
8669 * gdb.base/bp-permanent.exp: Report test as unsupported if
8670 the target cannot stop at the permanent breakpoint.
8671
8672 2015-08-03 Doug Evans <dje@google.com>
8673
8674 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8675 10000.
8676
8677 2015-08-03 Doug Evans <dje@google.com>
8678
8679 * Makefile.in (workers/%.worker, build-perf): New rule.
8680 (GDB_PERFTEST_MODE): New variable.
8681 (check-perf): Use it.
8682 (clean): Clean up gdb.perf parallel build subdirs.
8683 * lib/build-piece.exp: New file.
8684 * lib/gdb.exp (make_gdb_parallel_path): New function
8685 (standard_output_file, standard_temp_file): Call it.
8686 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8687 of $GDB_PARALLEL.
8688 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8689
8690 2015-08-03 Doug Evans <dje@google.com>
8691
8692 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8693 (LOG_FILE_NAME): New global.
8694 (TextReporter.__init__): Initialize self.txt_sum.
8695 (TextReporter.report): Add support for multiple data-points.
8696 Move report to perftest.sum, put raw data in perftest.log.
8697 (TextReporter.start): Open sum and log files.
8698 (TextReporter.end): Close sum and log files.
8699 * gdb.perf/lib/perftest/testresult.py
8700 (SingleStatisticTestResult.record): Handle multiple data-points.
8701
8702 2015-07-31 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8705 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8706 kill_wait_spawned_process instead of explicit "kill -9".
8707 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8708 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8709 kill_wait_spawned_process.
8710 * gdb.base/attach-twice.exp: Likewise.
8711 * gdb.base/attach.exp: Likewise.
8712 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8713 gdb_test_multiple.
8714 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8715 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8716 kill_wait_spawned_process.
8717 * gdb.base/valgrind-infcall.exp: Likewise.
8718 * gdb.multi/multi-attach.exp: Likewise.
8719 * gdb.python/py-prompt.exp: Likewise.
8720 * gdb.python/py-sync-interp.exp: Likewise.
8721 * gdb.server/ext-attach.exp: Likewise.
8722 * gdb.threads/attach-into-signal.exp (corefunc): Use
8723 spawn_wait_for_attach, spawn_id_get_pid and
8724 kill_wait_spawned_process.
8725 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8726 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8727 spawn_id_get_pid and kill_wait_spawned_process.
8728 * gdb.threads/attach-stopped.exp (corefunc): Use
8729 spawn_wait_for_attach, spawn_id_get_pid and
8730 kill_wait_spawned_process.
8731 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8732 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8733 kill_wait_spawned_process instead of explicit "kill -9".
8734 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8735 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8736 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8737 processes. Don't map cygwin/windows pids here. Now returns a
8738 spawn id list.
8739
8740 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8741
8742 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8743 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8744 correct patch.
8745
8746 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8747
8748 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8749
8750 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8751
8752 Reapply:
8753 2014-05-21 Mark Wielaard <mjw@redhat.com>
8754
8755 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8756
8757 2015-07-30 Pedro Alves <palves@redhat.com>
8758
8759 * linux-low.c (handle_extended_wait): Set the child's last
8760 reported status to TARGET_WAITKIND_STOPPED.
8761
8762 2015-07-30 Pedro Alves <palves@redhat.com>
8763
8764 PR threads/18600
8765 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8766 only shows inferior 1.
8767
8768 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8769 Pedro Alves <palves@redhat.com>
8770
8771 PR threads/18600
8772 * gdb.threads/fork-plus-threads.c: New file.
8773 * gdb.threads/fork-plus-threads.exp: New file.
8774
8775 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8776
8777 * gdb.base/batch-preserve-term-settings.exp
8778 (test_terminal_settings_preserved_after_cli_exit): Use
8779 send_quit_command.
8780
8781 2015-07-29 Pedro Alves <palves@redhat.com>
8782 Don Breazeal <donb@codesourcery.com>
8783
8784 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8785 output from both inferior_spawn_id and gdb_spawn_id.
8786
8787 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8788
8789 * gdb.threads/attach-into-signal.exp (corefunc): Use
8790 with_test_prefix on nested loops, uniquefying the test messages.
8791
8792 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8793
8794 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8795 commit.
8796
8797 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8798
8799 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8800 New proc.
8801 (test_terminal_settings_preserved_after_sigterm): New test.
8802
8803 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8804
8805 * gdb.base/batch-preserve-term-settings.exp
8806 (test_terminal_settings_preserved_after_cli_exit): New test.
8807
8808 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8809
8810 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8811 manipulation of saved_gdbflags.
8812 (test_terminal_settings_preserved): Remove global declaration of
8813 the unused variable pagination_prompt. Remove manipulation of
8814 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8815 GDBFLAGS.
8816
8817 2015-07-29 Pedro Alves <palves@redhat.com>
8818
8819 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8820
8821 2015-07-29 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8824 at the top.
8825
8826 2015-07-29 Pedro Alves <palves@redhat.com>
8827
8828 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8829 (main): Call gdb_unbuffer_output.
8830 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8831 (main): Call gdb_unbuffer_output.
8832 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8833 (main): Call gdb_unbuffer_output.
8834 * gdb.base/call-strs.exp: Adjust to step over the
8835 gdb_unbuffer_output call.
8836 * gdb.base/catch-gdb-caused-signals.c: Include
8837 "../lib/unbuffer_output.c".
8838 (main): Call gdb_unbuffer_output.
8839 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8840 (main): Call gdb_unbuffer_output.
8841 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8842 (main): Call gdb_unbuffer_output.
8843 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8844 (main): Call gdb_unbuffer_output.
8845 * gdb.base/shlib-call.exp: Adjust to step over the
8846 gdb_unbuffer_output call.
8847 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8848 (main): Call gdb_unbuffer_output.
8849 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8850 (main): Call gdb_unbuffer_output.
8851 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8852 (main): Rename to ...
8853 (test): ... this.
8854 (main): Reimplement.
8855 * gdb.base/varargs.exp: Run to test instead of to main.
8856 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8857 (main): Call gdb_unbuffer_output.
8858
8859 2015-07-29 Pedro Alves <palves@redhat.com>
8860
8861 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8862 factore out from mi_continue_dprintf. For call-style dprintfs,
8863 expect dprintf output out of $inferior_spawn_id.
8864 (mi_continue_dprintf): Use mi_expect_dprintf.
8865 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8866 (main): Call gdb_unbuffer_output.
8867
8868 2015-07-29 Pedro Alves <palves@redhat.com>
8869
8870 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8871 (default_mi_gdb_start): Set inferior_spawn_id instead of
8872 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8873 gdb_spawn_id.
8874 (mi_gdb_test): Always expect inferior output from both
8875 $inferior_spawn_id and $gdb_spawn_id.
8876
8877 2015-07-29 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8880 send_inferior and $inferior_spawn_id.
8881
8882 2015-07-29 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.gdb/complaints.exp (test_initial_complaints)
8885 (test_serial_complaints, test_short_complaints): Use
8886 gdb_test_stdio.
8887 (test_empty_complaint): Handle $inferior_spawn_id !=
8888 $gdb_spawn_id.
8889
8890 2015-07-29 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.base/varargs.exp: Use gdb_test_stdio.
8893
8894 2015-07-29 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8897
8898 2015-07-29 Pedro Alves <palves@redhat.com>
8899
8900 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8901
8902 2015-07-29 Pedro Alves <palves@redhat.com>
8903
8904 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8905 parameter into two new parameters, "inf_result" and "gdb_result".
8906 Expect inferior output and gdb output from $inferior_spawn_id and
8907 $gdb_spawn_id, respectively. Adjust all callers.
8908
8909 2015-07-29 Pedro Alves <palves@redhat.com>
8910
8911 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8912 of gdb_test_sequence.
8913
8914 2015-07-29 Pedro Alves <palves@redhat.com>
8915
8916 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8917 (saw_spurious_output): Expect inferior output from
8918 $inferior_spawn_id. Use gdb_test_stdio.
8919
8920 2015-07-29 Pedro Alves <palves@redhat.com>
8921
8922 * gdb.base/dprintf.exp: Use standard_testfile. Change
8923 prepare_for_testing call.
8924 (srcfile): Don't set.
8925 (restart): New procedure.
8926 (test_dprintf): New procecure, use to continue over dprintfs.
8927 (test_call, test_agent): New procedures, tests moved here.
8928 Restart gdb and recreate dprintfs. Adjust expected output.
8929
8930 2015-07-29 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8933
8934 2015-07-29 Pedro Alves <palves@redhat.com>
8935
8936 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8937
8938 2015-07-29 Pedro Alves <palves@redhat.com>
8939
8940 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8941 gdb_test_stdio.
8942
8943 2015-07-29 Pedro Alves <palves@redhat.com>
8944
8945 * lib/gdb.exp (gdb_test_stdio): New procedure.
8946
8947 2015-07-29 Pedro Alves <palves@redhat.com>
8948
8949 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8950
8951 2015-07-29 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.base/call-signal-resume.exp: Remove check for
8954 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8955 * gdb.base/unwindonsignal.exp: Likewise.
8956 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8957 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8958
8959 2015-07-29 Pedro Alves <palves@redhat.com>
8960
8961 * gdb.base/siginfo-addr.c (pass): New function.
8962 (handler): Call it iff si_addr is correct.
8963 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8964 Set a breakpoint at "pass" and continue to it.
8965
8966 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8967
8968 * gdb.python/py-objfile.exp: Make some tests have unique names.
8969 * gdb.python/py-pp-registration.exp: Likewise.
8970
8971 2015-07-28 Pedro Alves <palves@redhat.com>
8972
8973 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8974
8975 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8976
8977 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8978
8979 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8980
8981 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8982
8983 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8984
8985 * gdb.base/gdb-sigterm-2.exp: New test.
8986
8987 2015-07-25 Doug Evans <xdje42@gmail.com>
8988
8989 Revert:
8990 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8991 (workers/%.worker, build-perf): New rule.
8992 (GDB_PERFTEST_MODE): New variable.
8993 (check-perf): Use it.
8994 (clean): Clean up gdb.perf parallel build subdirs.
8995 * lib/build-piece.exp: New file.
8996 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8997 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8998 name.
8999 (standard_temp_file): Ditto.
9000 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9001 of $GDB_PARALLEL.
9002
9003 2015-07-24 Doug Evans <dje@google.com>
9004
9005 * gdb.perf/lib/perftest/utils.py: New file.
9006 * gdb.perf/gm-hello.cc: New file.
9007 * gdb.perf/gm-pervasive-typedef.cc: New file.
9008 * gdb.perf/gm-pervasive-typedef.h: New file.
9009 * gdb.perf/gm-std.cc: New file.
9010 * gdb.perf/gm-std.h: New file.
9011 * gdb.perf/gm-use-cerr.cc: New file.
9012 * gdb.perf/gm-utils.h: New file.
9013 * gdb.perf/gmonster-null-lookup.py: New file.
9014 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9015 * gdb.perf/gmonster-print-cerr.py: New file.
9016 * gdb.perf/gmonster-ptype-string.py: New file.
9017 * gdb.perf/gmonster-runto-main.py: New file.
9018 * gdb.perf/gmonster-select-file.py: New file.
9019 * gdb.perf/gmonster1-null-lookup.exp: New file.
9020 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9021 * gdb.perf/gmonster1-print-cerr.exp: New file.
9022 * gdb.perf/gmonster1-ptype-string.exp: New file.
9023 * gdb.perf/gmonster1-runto-main.exp: New file.
9024 * gdb.perf/gmonster1-select-file.exp: New file.
9025 * gdb.perf/gmonster1.cc: New file.
9026 * gdb.perf/gmonster1.exp: New file.
9027 * gdb.perf/gmonster2-null-lookup.exp: New file.
9028 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9029 * gdb.perf/gmonster2-print-cerr.exp: New file.
9030 * gdb.perf/gmonster2-ptype-string.exp: New file.
9031 * gdb.perf/gmonster2-runto-main.exp: New file.
9032 * gdb.perf/gmonster2-select-file.exp: New file.
9033 * gdb.perf/gmonster2.cc: New file.
9034 * gdb.perf/gmonster2.exp: New file.
9035
9036 2015-07-24 Doug Evans <dje@google.com>
9037
9038 * gdb.perf/README: New file.
9039 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9040 * lib/gen-perf-test.exp: New file.
9041
9042 2015-07-24 Doug Evans <dje@google.com>
9043
9044 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9045 (PerfTest::startup): New function.
9046 (PerfTest::run): Return result of calling body.
9047 (PerfTest::assemble): Rewrite.
9048 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9049 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9050 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9051 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9052 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9053
9054 2015-07-24 Doug Evans <dje@google.com>
9055
9056 * lib/gdb.exp (clean_restart): Make executable optional.
9057
9058 2015-07-24 Doug Evans <dje@google.com>
9059
9060 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9061 compiler_info references.
9062 * gdb.cp/temargs.exp: Ditto.
9063 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9064 (get_compiler_info): Early exit if already computed. Set compiler_info
9065 to "unknown" if there was a problem.
9066 (test_compiler_info): Add function comment. Call get_compiler_info.
9067
9068 2015-07-24 Doug Evans <dje@google.com>
9069
9070 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9071 (workers/%.worker, build-perf): New rule.
9072 (GDB_PERFTEST_MODE): New variable.
9073 (check-perf): Use it.
9074 (clean): Clean up gdb.perf parallel build subdirs.
9075 * lib/build-piece.exp: New file.
9076 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9077 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9078 name.
9079 (standard_temp_file): Ditto.
9080 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9081 of $GDB_PARALLEL.
9082
9083 2015-07-24 Doug Evans <dje@google.com>
9084
9085 * lib/future.exp (gdb_default_target_compile): New option
9086 "early_flags".
9087 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9088 --as-needed.
9089
9090 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9091
9092 * gdb.base/catch-syscall.exp: Call gdb_exit before
9093 gdb_skip_xml_test.
9094
9095 2015-07-24 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.python/py-events.exp: Accept output between the stop event
9098 and the prompt.
9099 * gdb.python/py-evsignal.exp: Likewise.
9100 * gdb.python/py-evthreads.exp: Likewise.
9101
9102 2015-07-24 Pedro Alves <palves@redhat.com>
9103
9104 PR gdb/18717
9105 * gdb.threads/non-ldr-exit.c: New file.
9106 * gdb.threads/non-ldr-exit.exp: New file.
9107
9108 2015-07-24 Yao Qi <yao.qi@linaro.org>
9109
9110 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9111 restarting process.
9112
9113 2015-07-24 Yao Qi <yao.qi@linaro.org>
9114
9115 * gdb.server/ext-restart.exp: New file.
9116
9117 2015-07-24 Yao Qi <yao.qi@linaro.org>
9118
9119 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9120 argument options.
9121 * gdb.server/ext-wrapper.exp: New file.
9122
9123 2015-07-23 Doug Evans <dje@google.com>
9124
9125 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9126 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9127
9128 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9129
9130 * gdb.ada/var_arr_typedef.exp: New testcase.
9131 * gdb.ada/var_arr_typedef/pack.adb: New file.
9132 * gdb.ada/var_arr_typedef/pack.ads: New file.
9133 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9134
9135 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9136
9137 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9138
9139 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9140
9141 * gdb.arch/i386-biarch-core.exp: Replace istarget
9142 by "complete set gnutarget". Remove expectation for the "core-file"
9143 command.
9144
9145 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9146
9147 Revert the previous commit:
9148 Tests for validate symbol file using build-id.
9149
9150 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9151
9152 Tests for validate symbol file using build-id.
9153 * gdb.base/solib-mismatch-lib.c: New file.
9154 * gdb.base/solib-mismatch-libmod.c: New file.
9155 * gdb.base/solib-mismatch.c: New file.
9156 * gdb.base/solib-mismatch.exp: New file.
9157
9158 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9159
9160 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9161 nios2-*-linux*.
9162 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9163 * gdb.base/siginfo.exp: Likewise.
9164 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9165
9166 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9167
9168 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9169 Move it to ...
9170 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9171 ... here.
9172 * gdb.trace/range-stepping.exp: Check that the target supports
9173 range stepping.
9174
9175 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9176
9177 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9178
9179 2015-07-14 Pedro Alves <palves@redhat.com>
9180
9181 * gdb.base/killed-outside.exp: New file.
9182 * gdb.base/killed-outside.c: New file.
9183
9184 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9185
9186 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9187 (n at main): New.
9188 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9189
9190 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9191
9192 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9193 infcall tests instead of setting up for KFAIL.
9194
9195 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9196
9197 * gdb.btrace/record_goto-step.exp: New.
9198
9199 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9200
9201 PR compile/18484
9202 * gdb.compile/compile.c (struct struct_type): Add volatile to
9203 selffield's type.
9204 * gdb.compile/compile.exp
9205 (compile code struct_object.selffield = &struct_object): Skip further
9206 struct_object tests if this one xfails.
9207
9208 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9209
9210 PR exp/18617
9211 * gdb.trace/ax.exp: Add test.
9212
9213 2015-07-07 Yao Qi <yao.qi@linaro.org>
9214
9215 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9216 instead of istarget "aarch64*-*-*".
9217 * gdb.arch/aarch64-fp.exp: Likewise.
9218 * gdb.base/float.exp: Likewise.
9219 * gdb.reverse/aarch64.exp: Likewise.
9220 * lib/gdb.exp (is_aarch64_target): New proc.
9221
9222 2015-07-07 Yao Qi <yao.qi@linaro.org>
9223
9224 * lib/gdb.exp (is_aarch32_target): New proc.
9225 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9226 instead of "istarget "arm*-*-*"".
9227 * gdb.arch/arm-disp-step.exp: Likewise.
9228 * gdb.arch/thumb-bx-pc.exp: Likewise.
9229 * gdb.arch/thumb-prologue.exp: Likewise.
9230 * gdb.arch/thumb-singlestep.exp: Likewise.
9231 * gdb.base/disp-step-syscall.exp: Likewise.
9232 * gdb.base/float.exp: Likewise.
9233
9234 2015-07-07 Yao Qi <yao.qi@linaro.org>
9235
9236 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9237 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9238
9239 2015-07-07 Yao Qi <yao.qi@linaro.org>
9240
9241 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9242 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9243 if it exists.
9244 * gdb.multi/multi-arch.exp: Likewise.
9245
9246 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9247
9248 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9249 print.
9250
9251 2015-07-07 Yao Qi <yao.qi@linaro.org>
9252
9253 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9254
9255 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9256
9257 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9258 '[' and ']' characters.
9259
9260 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9261
9262 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9263
9264 2015-06-29 Pedro Alves <palves@redhat.com>
9265
9266 PR threads/18127
9267 * gdb.threads/hand-call-new-thread.c: New file.
9268 * gdb.threads/hand-call-new-thread.c: New file.
9269
9270 2015-06-26 Keith Seitz <keiths@redhat.com>
9271 Doug Evans <dje@google.com>
9272
9273 PR 16253
9274 * gdb.cp/var-tag-2.cc: New file.
9275 * gdb.cp/var-tag-3.cc: New file.
9276 * gdb.cp/var-tag-4.cc: New file.
9277 * gdb.cp/var-tag.cc: New file.
9278 * gdb.cp/var-tag.exp: New file.
9279
9280 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9281
9282 * gdb.base/history-duplicates.exp: New test.
9283
9284 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9285
9286 * gdb.base/completion.exp: Test the completion of the "focus"
9287 command.
9288
9289 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 * gdb.arch/amd64-prologue-skip.S: New file.
9292 * gdb.arch/amd64-prologue-skip.exp: New file.
9293
9294 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9295
9296 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9297 is_address_zero_readable check.
9298
9299 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9300
9301 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9302 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9303
9304 2015-06-24 Yao Qi <yao.qi@linaro.org>
9305
9306 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9307 linux targets.
9308
9309 2015-06-24 Yao Qi <yao.qi@linaro.org>
9310
9311 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9312 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9313 * gdb.base/siginfo-thread.exp: Likewise.
9314
9315 2015-06-22 Yao Qi <yao.qi@linaro.org>
9316
9317 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9318
9319 2015-06-22 Yao Qi <yao.qi@linaro.org>
9320
9321 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9322 aarch64*-*-*.
9323 (skip_hw_watchpoint_tests): Likewise.
9324
9325 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9326
9327 * gdb.base/gdbinit-history.exp: Test the interaction between
9328 setting GDBHISTSIZE and setting the history size via .gdbinit.
9329
9330 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9331
9332 PR gdb/16999
9333 * gdb.base/gdbhistsize-history.exp: New test.
9334
9335 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9336
9337 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9338 with GDBHISTSIZE.
9339 * gdb.base/readline.exp: Likewise.
9340
9341 2015-06-17 Yao Qi <yao.qi@linaro.org>
9342
9343 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9344 line.
9345
9346 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9347
9348 * gdb.base/gdbinit-history.exp: Add test case to check that
9349 an unlimited history file does not get truncated on exit.
9350
9351 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9352
9353 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9354 (VECTOR): New macro. Use it...
9355 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9356 ...for these typedefs.
9357 (int8, char1, int1, double1): New typedefs.
9358 (struct just_int2, struct two_int2): New structures.
9359 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9360 (add_structvecs, add_singlevecs): New functions.
9361 (main): Call add_some_intvecs twice.
9362 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9363 the compile and exit upon failure. Try compiling for the "native"
9364 architecture. Test inferior function calls with vector arguments
9365 and vector return value handling with "finish" and "return".
9366
9367 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9368
9369 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9370 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9371 PE file.
9372 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9373
9374 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9375
9376 PR breakpoints/16465
9377 * gdb.mi/mi-dprintf-pending.c: New file.
9378 * gdb.mi/mi-dprintf-pending.exp: New test.
9379 * gdb.mi/mi-dprintf-pendshr.c: New file.
9380
9381 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9382 Mircea Gherzan <mircea.gherzan@intel.com>
9383
9384 * gdb.arch/i386-mpx-map.c: New file.
9385 * gdb.arch/i386-mpx-map.exp: New File.
9386
9387 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9388
9389 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9390 * gdb.arch/i386-mpx.exp: Indentation fixed.
9391
9392 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9393
9394 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9395 function and improved indentation.
9396 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9397 gdb_test_multiple. Added additional tests to skip the test.
9398
9399 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9400
9401 * gdb.arch/i386-avx512.c: Change path in include file.
9402 * gdb.arch/i386-avx512.exp: Change include dir path
9403 compilation flag.
9404 * gdb.arch/i386-mpx.c: Change path in include file.
9405 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9406 flag.
9407
9408 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9409
9410 * gdb.compile/compile-print.exp (compile print *vararray@3)
9411 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9412
9413 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9414
9415 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9416 (do not keep jit in memory): ... this.
9417 (expect 5): Change it to ...
9418 (expect no 5): ... this.
9419
9420 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9421
9422 PR gdb/15564
9423 * gdb.mi/mi-detach.exp: New file.
9424
9425 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9426
9427 PR symtab/18392
9428 * gdb.arch/amd64-tailcall-self.S: New file.
9429 * gdb.arch/amd64-tailcall-self.c: New file.
9430 * gdb.arch/amd64-tailcall-self.exp: New file.
9431
9432 2015-05-28 Don Breazeal <donb@codesourcery.com>
9433
9434 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9435 tests for remote targets by checking is_target_gdbserver.
9436
9437 2015-05-27 Doug Evans <dje@google.com>
9438
9439 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9440 * gdb.dwarf2/opaque-type-lookup.c: New file.
9441 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9442
9443 2015-05-26 Doug Evans <dje@google.com>
9444
9445 * gdb.cp/iostream.cc: New file.
9446 * gdb.cp/iostream.exp: New file.
9447
9448 2015-05-26 Doug Evans <dje@google.com>
9449
9450 * gdb.dwarf2/dw2-op-call.exp: Update.
9451 * gdb.dwarf2/dw4-sig-types.exp: Update.
9452 * gdb.dwarf2/implptr.exp: Update.
9453 * gdb.mi/mi-cmd-param-changed.exp: Update.
9454
9455 2015-05-26 Doug Evans <dje@google.com>
9456
9457 * gdb.python/py-lazy-string.c: New file.
9458 * gdb.python/py-lazy-string.exp: New file.
9459 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9460 (main): Update. Add estring3.
9461 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9462 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9463
9464 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9465 Yao Qi <yao.qi@linaro.org>
9466
9467 * gdb.reverse/aarch64.c: New.
9468 * gdb.reverse/aarch64.exp: New.
9469
9470 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9471
9472 * lib/gdb.exp (supports_process_record): Return true for
9473 aarch64*-linux*.
9474 (supports_reverse): Likewise.
9475
9476 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9477
9478 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9479 Use with_test_prefix.
9480
9481 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9482
9483 * gdb.base/completion.exp: Add test for completion of layout
9484 names.
9485
9486 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9487
9488 * lib/gdb.exp (skip_tui_tests): New proc.
9489 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9490
9491 2015-05-19 Pedro Alves <palves@redhat.com>
9492
9493 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9494 Save the whole env array instead of just HOME. Unset HISTSIZE in
9495 the environment while testing. Restore whole environment
9496 afterwards.
9497
9498 2015-05-16 Doug Evans <xdje42@gmail.com>
9499
9500 * gdb.guile/scm-ports.c: New file.
9501 * gdb.guile/scm-ports.exp: Add memory port tests.
9502
9503 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9504
9505 * gdb.compile/compile-print.c: New file.
9506 * gdb.compile/compile-print.exp: New file.
9507
9508 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9509
9510 * gdb.compile/compile-ops.exp: Cast param to void.
9511 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9512 (compile code struct_object.selffield = &struct_object): Add xfail.
9513
9514 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9515
9516 * gdb.ada/arr_enum_with_gap: New testcase.
9517
9518 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9519
9520 * gdb.ada/byte_packed_arr: New testcase.
9521
9522 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9523
9524 * gdb.ada/pckd_neg: New testcase.
9525
9526 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9527
9528 PR gdb/17820
9529 * gdb.base/gdbinit-history.exp: New test.
9530 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9531 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9532
9533 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9534
9535 * gdb.python/py-xmethods.cc: Enhance test case.
9536 * gdb.python/py-xmethods.exp: New tests.
9537 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9538 function.
9539 (B_indexoper): Likewise.
9540 (global_dm_list) : Add new xmethod worker functions.
9541
9542 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9543
9544 * gdb.base/coredump-filter.exp: Correctly unset
9545 "coredump_var_addr" array.
9546
9547 2015-05-08 Pedro Alves <palves@redhat.com>
9548
9549 * gdb.server/non-existing-program.exp: Unset spawn_id.
9550
9551 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9552
9553 PR python/18291
9554 * gdb.python/py-xmethods.exp: Add tests.
9555
9556 2015-05-08 Yao Qi <yao.qi@linaro.org>
9557
9558 PR gdb/18208
9559 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9560 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9561 function set_coredump_filter, and remove remote_exec call.
9562 Remove argument ipid. Callers update.
9563 (top level): Don't get inferior's PID.
9564
9565 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9566
9567 * gdb.base/watch_thread_num.exp: Skip test on targets without
9568 access watchpoints.
9569
9570 2015-05-06 Pedro Alves <palves@redhat.com>
9571
9572 PR server/18081
9573 * gdb.server/non-existing-program.exp: New file.
9574
9575 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9576
9577 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9578
9579 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9580
9581 * gdb.ada/out_of_line_in_inlined: New testcase.
9582
9583 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9584
9585 * gdb.ada/var_rec_arr: New testcase.
9586
9587 2015-04-30 Yao Qi <yao.qi@linaro.org>
9588
9589 * gdb.base/break-idempotent.exp: If
9590 skip_hw_watchpoint_multi_tests returns true, skip the tests
9591 on "rwatch" and "awatch".
9592
9593 2015-04-30 Yao Qi <yao.qi@linaro.org>
9594
9595 * gdb.base/relativedebug.exp: Invoke gdb command
9596 "info sharedlibrary", and if libc.so doesn't have debug info,
9597 skip the test.
9598
9599 2015-04-29 Doug Evans <dje@google.com>
9600
9601 * gdb.python/py-xmethods.exp: Add ptype tests.
9602 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9603 get_result_type method.
9604
9605 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9606
9607 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9608 the target does not support hardware watchpoints.
9609
9610 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9611
9612 * gdb.base/break-always.exp: Abort testing if writing to memory
9613 causes an error.
9614
9615 2015-04-28 Doug Evans <dje@google.com>
9616
9617 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9618 * gdb.python/py-pp-registration.exp: ... here. New file.
9619 * gdb.python/py-pp-registration.c: New file.
9620 * gdb.python/py-pp-registration.py: New file.
9621
9622 2015-04-28 Doug Evans <dje@google.com>
9623
9624 * gdb.python/py-bad-printers.c: New file.
9625 * gdb.python/py-bad-printers.py: New file.
9626 * gdb.python/py-bad-printers.exp: New file.
9627
9628 2015-04-28 Sasha Smundak <asmundak@google.com>
9629
9630 * gdb.python/py-type.exp: New test.
9631
9632 2015-04-28 Andy Wingo <wingo@igalia.com>
9633
9634 * gdb.python/py-parameter.exp:
9635 * gdb.guile/scm-parameter.exp: Escape the path that we are
9636 matching against, as it might contain characters that are special
9637 to regular expressions.
9638
9639 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9640
9641 * gdb.ada/rec_comp: New testcase.
9642
9643 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9644
9645 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9646 before using it.
9647
9648 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9649
9650 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9651 new tests for verilog output.
9652
9653 2015-04-24 Yao Qi <yao.qi@linaro.org>
9654
9655 * boards/remote-gdbserver-on-localhost.exp: New file.
9656
9657 2015-04-23 Pedro Alves <palves@redhat.com>
9658
9659 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9660 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9661 "end of file", remove $inferior_spawn_id from the indirect list.
9662
9663 2015-04-23 Pedro Alves <palves@redhat.com>
9664
9665 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9666
9667 2015-04-23 Pedro Alves <palves@redhat.com>
9668
9669 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9670 on $any_spawn_id instead of only on $gdb_spawn_id.
9671
9672 2015-04-21 Pierre Muller <muller@sourceware.org>
9673
9674 PR pascal/17815
9675 * lib/pascal.exp (gpc_compile): Add new option "class".
9676 (fpc_compile): Likewise.
9677 * gdb.pascal/case-insensitive-symbols.pas: New file.
9678 * gdb.pascal/case-insensitive-symbols.exp: New file.
9679
9680 2015-04-20 Gary Benson <gbenson@redhat.com>
9681
9682 * gdb.base/attach.exp: Fix three extended remote failures.
9683
9684 2015-04-17 Gary Benson <gbenson@redhat.com>
9685
9686 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9687 the main executable over the remote protocol.
9688
9689 2015-04-16 Pedro Alves <palves@redhat.com>
9690
9691 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9692 a new gdbserver if gdbserver_reconnect_p is set.
9693
9694 2015-04-16 Pedro Alves <palves@redhat.com>
9695
9696 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9697 is set, don't exit gdbserver.
9698
9699 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9700
9701 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9702 appropriate .insn, such that an older assembler can be used.
9703 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9704 the z/Architecture instruction set on 31-bit targets as well.
9705
9706 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9707
9708 * gdb.go/handcall.exp: Remove all logic related to the first
9709 breakpoint and rely on go_runto_main instead.
9710 * gdb.go/strings.exp: Likewise.
9711 * gdb.go/unsafe.exp: Likewise.
9712 * gdb.go/hello.exp: Likewise. Also rename the remaining
9713 breakpoint marker to "breakpoint 1".
9714 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9715 * gdb.go/strings.go: Likewise.
9716 * gdb.go/unsafe.go: Likewise.
9717 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9718 "set breakpoint 2 here" and rename the remaining breakpoint marker
9719 to "breakpoint 1".
9720
9721 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9722
9723 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9724 if itertools.imap is not present.
9725 * gdb.python/py-objfile.exp: Add parentheses.
9726 * gdb.python/py-type.exp: Same.
9727 * gdb.python/py-unwind-maint.py: Same.
9728
9729 2015-04-15 Yao Qi <yao.qi@linaro.org>
9730
9731 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9732 of ":$ptr_size" and set its form explicitly.
9733
9734 2015-04-15 Pedro Alves <palves@redhat.com>
9735 Yao Qi <yao.qi@linaro.org>
9736
9737 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9738 timeout by factor of 4.
9739 (test_regular_watch): Likewise.
9740 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9741 * gdb.reverse/sigall-reverse.exp: Likewise.
9742 * gdb.reverse/until-precsave.exp: Likewise.
9743 * lib/gdb.exp (with_timeout_factor): New proc.
9744 (gdb_expect): Move some code to ...
9745 (get_largest_timeout): ... here. New procedure.
9746
9747 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9748
9749 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9750
9751 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9752
9753 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9754 to write to the .text section.
9755
9756 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9757
9758 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9759 Handle the case of targets that do not provide PID information.
9760
9761 2015-04-13 Yao Qi <yao.qi@linaro.org>
9762
9763 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9764 and use expect instead of gdb_expect.
9765
9766 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9767
9768 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9769 "coredump_var_addr" to avoid naming conflict with other testcases.
9770
9771 2015-04-10 Pedro Alves <palves@redhat.com>
9772
9773 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9774 gdb_test_sequence and gdb_assert.
9775
9776 2015-04-10 Pedro Alves <palves@redhat.com>
9777
9778 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9779 test messages that don't include the breakpoint address.
9780
9781 2015-04-10 Yao Qi <yao.qi@linaro.org>
9782
9783 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9784 false for some offset and width combinations which aren't
9785 supported by linux kernel.
9786
9787 2015-04-10 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9790 procedure, factored out from ...
9791 (top level): ... here. Add "set displaced-stepping" testing axis.
9792 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9793 parameter "displaced". Use it.
9794 (top level): Use foreach and add "set displaced-stepping" testing
9795 axis.
9796
9797 2015-04-10 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9800 Remove comment.
9801 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9802 both the address of the instruction that triggers the watchpoint
9803 and the address of the instruction immediately after, and use
9804 those addresses for the test. Fix comment.
9805
9806 2015-04-10 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.base/sigstep.exp (breakpoint_to_handler)
9809 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9810 Test "backtrace" in handler.
9811 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9812 (top level): Add new "displaced" test axis to
9813 breakpoint_to_handler, breakpoint_to_handler_entry and
9814 breakpoint_over_handler.
9815
9816 2015-04-10 Pedro Alves <palves@redhat.com>
9817
9818 PR gdb/18216
9819 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9820
9821 2015-04-10 Yao Qi <yao.qi@linaro.org>
9822
9823 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9824 (test_add_rn_pc): New function.
9825 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9826 (top level): Invoke test_add_rn_pc.
9827
9828 2015-04-10 Pedro Alves <palves@redhat.com>
9829
9830 PR gdb/13858
9831 * gdb.base/step-over-no-symbols.exp: New file.
9832
9833 2015-04-09 Andy Wingo <wingo@igalia.com>
9834
9835 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9836 after the Python tests.
9837
9838 2015-04-08 Keith Seitz <keiths@redhat.com>
9839
9840 PR python/16699
9841 * gdb.python/py-completion.exp: New tests for completion.
9842 * gdb.python/py-completion.py (CompleteLimit1): New class.
9843 (CompleteLimit2): Likewise.
9844 (CompleteLimit3): Likewise.
9845 (CompleteLimit4): Likewise.
9846 (CompleteLimit5): Likewise.
9847 (CompleteLimit6): Likewise.
9848 (CompleteLimit7): Likewise.
9849
9850 2015-04-08 Pedro Alves <palves@redhat.com>
9851
9852 PR gdb/18214
9853 PR gdb/18216
9854 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9855 function.
9856 (main): Install it as SIGUSR1 handler.
9857 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9858 parameter. Always use "setup" as prefix. Toggle "set
9859 displaced-stepping" off/on depending on global. Don't switch to
9860 thread 1 here.
9861 (top level): Add displaced stepping "off/on" test axis. Update
9862 "setup" calls. Wrap each subtest with with_test_prefix. Test
9863 continuing with a queued signal in each thread.
9864
9865 2015-04-08 Pedro Alves <palves@redhat.com>
9866
9867 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9868 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9869 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9870 Return early if running to main fails.
9871 * gdb.trace/while-stepping.exp: Likewise.
9872
9873 2015-04-07 Pedro Alves <palves@redhat.com>
9874
9875 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9876 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9877 interact with inferior program.
9878
9879 2015-04-07 Pedro Alves <palves@redhat.com>
9880
9881 * lib/gdb.exp (inferior_spawn_id): New global.
9882 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9883 spawn id after processing the user code.
9884 (default_gdb_start): Set inferior_spawn_id.
9885 (send_inferior): New procedure.
9886 * lib/gdbserver-support.exp (gdbserver_start): Set
9887 inferior_spawn_id.
9888 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9889
9890 2015-04-07 Pedro Alves <palves@redhat.com>
9891
9892 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9893 * lib/gdbserver-support.exp (gdbserver_start): Make
9894 $server_spawn_id global.
9895 (gdbserver_start): Don't wait for gdbserver's spawn id with
9896 expect_background.
9897 (close_gdbserver): New procedure.
9898 (gdb_exit): Rename the default version and reimplement.
9899
9900 2015-04-07 Pedro Alves <palves@redhat.com>
9901
9902 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9903 append the substituted item, not the original item.
9904
9905 2015-04-07 Pedro Alves <palves@redhat.com>
9906
9907 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9908 gdb_expect.
9909
9910 2015-04-07 Pedro Alves <palves@redhat.com>
9911
9912 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9913 output appearing once only.
9914
9915 2015-04-07 Pedro Alves <palves@redhat.com>
9916
9917 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9918 that doesn't expect anything. Return early if running to main
9919 fails.
9920
9921 2015-04-07 Yao Qi <yao.qi@linaro.org>
9922
9923 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9924 (child_function): Call alarm.
9925 (main): Move call to alarm into the loop.
9926 * gdb.threads/non-stop-fair-events.exp: Build program with
9927 -DTIMEOUT=$timeout.
9928
9929 2015-04-06 Doug Evans <xdje42@gmail.com>
9930
9931 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9932 Fix dest parameter to board_info.
9933 (fpc_compile): Ditto.
9934 (gdb_compile_pascal): Rename dest arg to destfile.
9935
9936 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9937
9938 * gdb.ada/funcall_ref.exp: New file.
9939 * gdb.ada/funcall_ref/foo.adb: New file.
9940
9941 2015-04-02 Yao Qi <yao.qi@linaro.org>
9942
9943 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9944 is remote.
9945
9946 2015-04-02 Gary Benson <gbenson@redhat.com>
9947
9948 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9949
9950 2015-04-01 Sasha Smundak <asmundak@google.com>
9951
9952 * gdb.python/py-unwind-maint.c: New file.
9953 * gdb.python/py-unwind-maint.exp: New test.
9954 * gdb.python/py-unwind-maint.py: New file.
9955 * gdb.python/py-unwind.c: New file.
9956 * gdb.python/py-unwind.exp: New test.
9957 * gdb.python/py-unwind.py: New test.
9958
9959 2015-04-01 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9962 to fail instead of non-existent $test.
9963
9964 2015-04-01 Pedro Alves <palves@redhat.com>
9965
9966 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9967 GDBFLAGS if not empty.
9968
9969 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9970
9971 * gdb.ada/complete.exp: Remove "multi_line".
9972 * gdb.ada/info_exc.exp: Remove "multi_line".
9973 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9974 * gdb.ada/ptype_field.exp: Remove "multi_line".
9975 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9976 * gdb.ada/tagged.exp: Remove "multi_line".
9977 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9978 [multi_line ...]
9979 * gdb.btrace/delta.exp: Likewise.
9980 * gdb.btrace/exception.exp: Likewise.
9981 * gdb.btrace/function_call_history.exp: Likewise.
9982 * gdb.btrace/instruction_history.exp: Likewise.
9983 * gdb.btrace/nohist.exp: Likewise.
9984 * gdb.btrace/record_goto.exp: Likewise.
9985 * gdb.btrace/segv.exp: Likewise.
9986 * gdb.btrace/stepi.exp: Likewise.
9987 * gdb.btrace/tailcall.exp: Likewise.
9988 * gdb.btrace/unknown_functions.exp: Likewise.
9989 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9990 * lib/gdb.exp: Add the "multi_line" helper.
9991
9992 2015-04-01 Pedro Alves <palves@redhat.com>
9993
9994 * gdb.threads/tid-reuse.c: New file.
9995 * gdb.threads/tid-reuse.exp: New file.
9996
9997 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9998
9999 PR corefiles/16092
10000 * gdb.base/coredump-filter.c: New file.
10001 * gdb.base/coredump-filter.exp: Likewise.
10002
10003 2015-03-27 Petr Machata <pmachata@redhat.com>
10004
10005 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10006 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10007 (Dwarf::assemble): Initialize them.
10008 (Dwarf::lines): New function.
10009
10010 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10011
10012 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10013 SYMBOL_PREFIX for x86_64-*-cygwin.
10014
10015 2015-03-26 Andy Wingo <wingo@igalia.com>
10016
10017 PR symtab/18148
10018 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10019 const_value but not a location.
10020 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10021 location defined in non-main CUs are visible.
10022
10023 2015-03-26 Yao Qi <yao.qi@linaro.org>
10024
10025 PR testsuite/18139
10026 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10027 Add a line number entry for the same line.
10028 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10029 Add a line number entry for the same line.
10030
10031 2015-03-26 Yao Qi <yao.qi@linaro.org>
10032
10033 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10034 .int 0.
10035 (func): Likewise. Add .Lfunc_1 label.
10036 Use .Lfunc_1 label.
10037 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10038 .int 0.
10039 (func): Likewise.
10040 Use .Lfunc_1 label.
10041
10042 2015-03-26 Yao Qi <yao.qi@linaro.org>
10043
10044 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10045 Call gdb_compile instead to compile each .s files without debug
10046 information.
10047
10048 2015-03-26 Yao Qi <yao.qi@linaro.org>
10049
10050 * gdb.base/savedregs.exp (process_saved_regs): Make
10051 "Saved registers:" optional in the pattern.
10052
10053 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10054
10055 * gdb.btrace/next.exp: Merged into step.exp.
10056 * gdb.btrace/finish.exp: Merged into step.exp.
10057 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10058 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10059 "record goto" and checking the exact replay position.
10060 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10061 check for "Recording format" in "info record" output.
10062 * gdb.btrace/record_goto.exp: Choose test file based on target.
10063 * gdb.btrace/x86-record_goto.S: Renamed into ...
10064 * gdb.btrace/x86_64-record_goto.S: ... this.
10065 * gdb.btrace/i686-record_goto.S: New.
10066 * gdb.btrace/x86-tailcall.S: Renamed into ...
10067 * gdb.btrace/x86_64-tailcall.S: ... this.
10068 * gdb.btrace/i686-tailcall.S: New.
10069 * gdb.btrace/x86-tailcall.c: Renamed into ...
10070 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10071 separate statements. Update test.
10072 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10073 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10074 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10075 * gdb.btrace/tailcall.exp: Choose test file based on target.
10076 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10077
10078 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10079
10080 * gdb.btrace/exception.exp: Increase BTS buffer size.
10081
10082 2015-03-24 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10085
10086 2015-03-24 Pedro Alves <palves@redhat.com>
10087
10088 * gdb.threads/schedlock.exp (test_step): No longer expect that
10089 "set scheduler-locking step" with "next" over a function call runs
10090 threads unlocked.
10091
10092 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10093
10094 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10095
10096 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10097
10098 PR breakpoints/16466
10099 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10100 * gdb.mi/mi-pending.c (thread_func): New function.
10101 (int main): Add threading support required.
10102 * gdb.mi/mi-pending.exp: Add tests for this issue.
10103 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10104 (pendfunc2): Remove stdio dependency.
10105 * gdb.mi/mi-pendshr2.c: New file.
10106
10107 2015-03-23 Keith Seitz <keiths@redhat.com>
10108
10109 * gdb.linespec/keywords.c: New file.
10110 * gdb.linespec/keywords.exp: New file.
10111
10112 2015-03-23 Keith Seitz <keiths@redhat.com>
10113
10114 PR gdb/18021
10115 * gdb.dwarf2/staticvirtual.exp: New test.
10116
10117 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10118
10119 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10120 * README: Remove HP-UX and gdb.hp.
10121 (configuration):
10122 * configure: Regenerate.
10123 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10124 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10125 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10126 gdb.hp/gdb.defects/Makefile.
10127 * gdb.hp/Makefile.in: File deleted.
10128 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10129 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10130 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10131 * gdb.hp/gdb.aCC/run.c: File deleted.
10132 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10133 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10134 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10135 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10136 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10137 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10138 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10139 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10140 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10141 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10142 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10143 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10144 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10145 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10146 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10147 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10148 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10149 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10150 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10151 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10152 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10153 * gdb.hp/gdb.compat/average.c: File deleted.
10154 * gdb.hp/gdb.compat/sum.c: File deleted.
10155 * gdb.hp/gdb.compat/xdb.c: File deleted.
10156 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10157 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10158 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10159 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10160 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10161 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10162 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10163 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10164 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10165 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10166 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10167 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10168 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10169 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10170 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10171 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10172 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10173 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10174 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10175 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10176 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10177 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10178 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10179 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10180 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10181 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10182 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10183 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10184 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10185 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10186 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10187 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10188 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10189 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10190 * gdb.hp/tools/odump: File deleted.
10191
10192 2015-03-19 Pedro Alves <palves@redhat.com>
10193
10194 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10195 (saw_thread_3): New globals.
10196 (top level): Increment them when an event for the corresponding
10197 thread is seen.
10198 (no thread starvation): New test.
10199
10200 2015-03-19 Pedro Alves <palves@redhat.com>
10201
10202 * gdb.threads/continue-pending-status.c: New file.
10203 * gdb.threads/continue-pending-status.exp: New file.
10204
10205 2015-03-18 Pedro Alves <palves@redhat.com>
10206
10207 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10208 Use gdb_is_target_remote instead of is_remote. Use
10209 gdb_test_multiple instead of gdb_expect. Exit early if
10210 gdb_test_multiple hits its internal matches. Tighten stepi tests
10211 expected output. Fail on exit with any signal, instead of just
10212 SIGILL.
10213
10214 2015-03-18 Yao Qi <yao.qi@linaro.org>
10215
10216 PR tdep/18107
10217 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10218 variable.
10219 * gdb.base/catch-syscall.exp: Don't skip it on
10220 aarch64*-*-linux* target. Remove elements in all_syscalls.
10221 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10222 target.
10223 (setup_all_syscalls): New proc.
10224
10225 2015-03-16 Yao Qi <yao.qi@linaro.org>
10226
10227 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10228 (top level): Skip tests if valid_addr_p returns false for
10229 $cmd1 or $cmd2.
10230
10231 2015-03-11 Andy Wingo <wingo@igalia.com>
10232
10233 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10234
10235 2015-03-11 Yao Qi <yao.qi@linaro.org>
10236
10237 * gdb.base/catch-syscall.exp: Fix typo in comments.
10238
10239 2015-03-11 Yao Qi <yao.qi@linaro.org>
10240
10241 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10242
10243 2015-03-09 Pedro Alves <palves@redhat.com>
10244
10245 * dg-extract-results.py: Delete.
10246
10247 2015-03-09 Pedro Alves <palves@redhat.com>
10248
10249 Merge dg-extract-results.sh from GCC upstream (r218843).
10250
10251 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10252 * dg-extract-results.sh: Use --text with grep to avoid issues with
10253 binary files. Fall back to cat -v, if that doesn't work.
10254
10255 2015-03-05 Pedro Alves <palves@redhat.com>
10256
10257 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10258
10259 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10260
10261 * lib/mi-support.exp (mi_expect_interrupt): Accept
10262 alternative event for when in all-stop mode.
10263
10264 2015-03-04 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10267
10268 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10269
10270 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10271
10272 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10273
10274 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10275 regexps for GDB's current line display, accept a hex address
10276 preceding the line number.
10277
10278 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10279
10280 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10281 the 'arch1' variable for "s390*-linux*" targets.
10282
10283 2015-03-04 Pedro Alves <palves@redhat.com>
10284
10285 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10286 (main): Pass missing retval argument to pthread_join call.
10287
10288 2015-03-02 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10291 (top level): Call do_test with non-stop as well.
10292
10293 2015-03-02 Pedro Alves <palves@redhat.com>
10294
10295 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10296 -1.
10297
10298 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10299
10300 * gdb.arch/s390-vregs.exp: New test.
10301 * gdb.arch/s390-vregs.S: New file.
10302
10303 2015-02-27 Pedro Alves <palves@redhat.com>
10304
10305 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10306 call to catch_command_errors.
10307 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10308 catch_command_errors.
10309
10310 2015-02-27 Pedro Alves <palves@redhat.com>
10311
10312 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10313 "true" for boolean result.
10314 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10315 prototype of main.
10316
10317 2015-02-27 Pedro Alves <palves@redhat.com>
10318
10319 * lib/unbuffer_output.c: New file.
10320 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10321 (main): Call gdb_unbuffer_output.
10322
10323 2015-02-27 Yao Qi <yao.qi@linaro.org>
10324
10325 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10326 target.
10327
10328 2015-02-26 Doug Evans <dje@google.com>
10329
10330 * gdb.cp/class2.cc (Dbase, D): New classes.
10331 (main): New local delta.
10332 * gdb.cp/class2.exp: Test printing delta.
10333 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10334 (dynbar): New global.
10335 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10336
10337 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10338
10339 * gdb.compile/compile-ifunc.c: New file.
10340 * gdb.compile/compile-ifunc.exp: New file.
10341
10342 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10343
10344 * gdb.base/structs.exp: Check for correct struct on finish.
10345
10346 2015-02-26 Yao Qi <yao.qi@linaro.org>
10347
10348 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10349 is zero.
10350
10351 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10352
10353 * gdb.arch/cordic.ko.bz2: New file.
10354 * gdb.arch/cordic.ko.debug.bz2: New file.
10355 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10356
10357 2015-02-25 Yao Qi <yao.qi@linaro.org>
10358
10359 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10360 aarch64*-*-* target.
10361
10362 2015-02-23 Pedro Alves <palves@redhat.com>
10363
10364 * lib/gdb.exp (delete_breakpoints): Rewrite using
10365 gdb_test_multiple.
10366
10367 2015-02-23 Pedro Alves <palves@redhat.com>
10368
10369 * gdb.base/info-os.c: Include stdlib.h.
10370
10371 2015-02-22 Doug Evans <xdje42@gmail.com>
10372
10373 PR symtab/17855
10374 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10375 is read after symbols have been re-read.
10376 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10377 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10378
10379 2015-02-21 Doug Evans <dje@google.com>
10380
10381 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10382
10383 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10384
10385 PR corefiles/17808
10386 * gdb.arch/i386-biarch-core.core.bz2: New file.
10387 * gdb.arch/i386-biarch-core.exp: New file.
10388
10389 2015-02-21 Pedro Alves <palves@redhat.com>
10390
10391 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10392 runto_main fails.
10393
10394 2015-02-20 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10397 info probes.
10398
10399 2015-02-20 Pedro Alves <palves@redhat.com>
10400
10401 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10402
10403 2015-02-20 Pedro Alves <palves@redhat.com>
10404
10405 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10406 clean_restart before gdb_target_supports_trace.
10407
10408 2015-02-20 Pedro Alves <palves@redhat.com>
10409
10410 PR threads/18006
10411 * gdb.threads/clone-thread_db.c: New file.
10412 * gdb.threads/clone-thread_db.exp: New file.
10413
10414 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10415
10416 PR breakpoints/16812
10417 * gdb.base/catch-gdb-caused-signals.c: New file.
10418 * gdb.base/catch-gdb-caused-signals.exp: New file.
10419
10420 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10421
10422 * configure: Regenerated.
10423 * configure.ac: Use GDB_AC_TRANSFORM.
10424 * aclocal.m4: sinclude ../transform.m4.
10425
10426 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10427
10428 * lib/dtrace.exp: New file.
10429 * gdb.base/dtrace-probe.exp: Likewise.
10430 * gdb.base/dtrace-probe.d: Likewise.
10431 * gdb.base/dtrace-probe.c: Likewise.
10432 * lib/pdtrace.in: Likewise.
10433 * configure.ac: Output variables with the transformed names of
10434 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10435 * configure: Regenerated.
10436
10437 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10438
10439 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10440 expected message when trying to access $_probe_* convenience
10441 variables while not on a probe.
10442
10443 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10444
10445 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10446
10447 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10448
10449 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10450 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10451
10452 2015-02-10 Doug Evans <xdje42@gmail.com>
10453
10454 * lib/gdb.exp (gdb_load): Always return a result.
10455
10456 2015-02-10 Pedro Alves <palves@redhat.com>
10457
10458 * gdb.threads/signal-sigtrap.c: New file.
10459 * gdb.threads/signal-sigtrap.exp: New file.
10460
10461 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10462
10463 * gdb.trace/no-attach-trace.c: New file.
10464 * gdb.trace/no-attach-trace.exp: New file.
10465
10466 2015-02-09 Mark Wielaard <mjw@redhat.com>
10467
10468 * gdb.dwarf2/atomic.c: New file.
10469 * gdb.dwarf2/atomic-type.exp: Likewise.
10470
10471 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10472
10473 * gdb.btrace/buffer-size.exp: Update "info record" output.
10474 * gdb.btrace/delta.exp: Update "info record" output.
10475 * gdb.btrace/enable.exp: Update "info record" output.
10476 * gdb.btrace/finish.exp: Update "info record" output.
10477 * gdb.btrace/instruction_history.exp: Update "info record" output.
10478 * gdb.btrace/next.exp: Update "info record" output.
10479 * gdb.btrace/nexti.exp: Update "info record" output.
10480 * gdb.btrace/step.exp: Update "info record" output.
10481 * gdb.btrace/stepi.exp: Update "info record" output.
10482 * gdb.btrace/nohist.exp: Update "info record" output.
10483
10484 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10485
10486 * gdb.btrace/buffer-size: New.
10487
10488 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10489
10490 * gdb.btrace/delta.exp: Update "info record" output.
10491 * gdb.btrace/enable.exp: Update "info record" output.
10492 * gdb.btrace/finish.exp: Update "info record" output.
10493 * gdb.btrace/instruction_history.exp: Update "info record" output.
10494 * gdb.btrace/next.exp: Update "info record" output.
10495 * gdb.btrace/nexti.exp: Update "info record" output.
10496 * gdb.btrace/step.exp: Update "info record" output.
10497 * gdb.btrace/stepi.exp: Update "info record" output.
10498 * gdb.btrace/nohist.exp: Update "info record" output.
10499
10500 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10501
10502 PR gdb/15678
10503 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10504
10505 2015-02-06 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10508 macro.
10509 (seconds_left, again): New globals.
10510 (main): Wait seconds_left in a 1-second sleep loop instead of
10511 sleeping 180 seconds. If 'again' is set, reset the seconds
10512 counter.
10513 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10514 'again' in the inferior before detaching. Print the seconds left.
10515 (options): New global.
10516 (top level): Build program with -DTIMEOUT=$timeout.
10517
10518 2015-02-06 Pedro Alves <palves@redhat.com>
10519
10520 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10521 determine how many seconds to pass to 'alarm'.
10522 * gdb.base/gdb-sigterm.exp (top level): Build program with
10523 -DTIMEOUT=$timeout.
10524 (do_test): Return success/failure indication. Add more verbose
10525 logging. Don't fail if 200 single steps are seen. Instead, fail
10526 when the test times out.
10527 (passes): New global.
10528 (top level): Break the testing loop if testing fails on any
10529 iteration. Use gdb_assert.
10530
10531 2015-02-04 Don Breazeal <donb@codesourcery.com>
10532
10533 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10534 and initialize them.
10535 (ipc_cleanup): New function.
10536 (main): Don't declare shmid, semid, and msqid. Add a call to
10537 atexit so that we call ipc_cleanup on exit.
10538
10539 2015-02-04 Pedro Alves <palves@redhat.com>
10540
10541 * boards/native-extended-gdbserver.exp: Remove any target variant
10542 specifications from the board name before clearing the isremote
10543 flag from board_info.
10544
10545 2015-01-31 Doug Evans <xdje42@gmail.com>
10546
10547 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10548
10549 2015-01-31 Gary Benson <gbenson@redhat.com>
10550
10551 * gdb.base/completion.exp: Disable completion limiting for
10552 existing tests. Add new tests to check completion limiting.
10553 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10554
10555 2015-01-31 Doug Evans <xdje42@gmail.com>
10556
10557 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10558
10559 2015-01-31 Doug Evans <xdje42@gmail.com>
10560
10561 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10562 entries. Duplicate file section script entries.
10563 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10564 inlined entries. Add test for safe-path rejection.
10565 * gdb.python/py-section-script.c: Add duplicate inlined section script
10566 entries. Duplicate file section script entries.
10567 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10568 inlined entries. Add test for safe-path rejection.
10569
10570 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10571
10572 * gdb.ada/disc_arr_bound: New testcase.
10573
10574 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10575
10576 * gdb.ada/mi_var_array: New testcase.
10577
10578 2015-01-27 Doug Evans <dje@google.com>
10579
10580 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10581 Add test for objfile.filename, objfile.username after objfile
10582 has been unloaded.
10583
10584 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10585
10586 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10587 the second test to print the name attribute of value
10588 returned by the call to gdb.lookup_type, and adjust
10589 the expected output accordingly.
10590
10591 2015-01-25 Mark Wielaard <mjw@redhat.com>
10592
10593 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10594 * gdb.base/disp-step-fork.c: Include unistd.h.
10595 * gdb.base/siginfo-obj.c: Include stdio.h.
10596 * gdb.base/siginfo-thread.c: Likewise.
10597 * gdb.mi/non-stop.c: Include unistd.h.
10598 * gdb.mi/nsthrexec.c: Include stdio.h.
10599 * gdb.mi/pthreads.c: Include unistd.h.
10600 * gdb.modula2/unbounded1.c (main): Declare returns int.
10601 * gdb.reverse/consecutive-reverse.c: Likewise.
10602 * gdb.threads/create-fail.c: Include unistd.h.
10603 * gdb.threads/killed.c: Likewise.
10604 * gdb.threads/linux-dp.c: Likewise.
10605 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10606 * gdb.threads/non-ldr-exc-2.c: Likewise.
10607 * gdb.threads/non-ldr-exc-3.c: Likewise.
10608 * gdb.threads/non-ldr-exc-4.c: Likewise.
10609 * gdb.threads/pthreads.c: Include unistd.h.
10610 (main): Declare returns int.
10611 * gdb.threads/tls-main.c (foo): New declaration.
10612 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10613
10614 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10615
10616 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10617 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10618
10619 2015-01-15 Mark Wielaard <mjw@redhat.com>
10620
10621 * gdb.base/noreturn-return.c: New file.
10622 * gdb.base/noreturn-return.exp: New file.
10623 * gdb.base/noreturn-finish.c: New file.
10624 * gdb.base/noreturn-finish.exp: New file.
10625
10626 2015-01-23 Pedro Alves <palves@redhat.com>
10627
10628 * gdb.threads/continue-pending-after-query.c: New file.
10629 * gdb.threads/continue-pending-after-query.exp: New file.
10630
10631 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10632 Simon Marchi <simon.marchi@ericsson.com>
10633
10634 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10635 * gdb.base/valgrind-db-attach.exp: Same.
10636 * gdb.base/valgrind-infcall.exp: Same.
10637 * lib/mi-support.exp (default_mi_gdb_start): Same.
10638 * lib/prompt.exp (default_prompt_gdb_start): Same.
10639 * lib/gdb.exp (default_gdb_spawn): Same.
10640 (gdb_interact): New.
10641
10642
10643 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10644
10645 * gdb.compile/compile.exp (pointer to jit function): New test.
10646
10647 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10648
10649 * lib/gdb.exp (supports_process_record): Return true for
10650 powerpc*-*-linux*.
10651 (supports_reverse): Likewise.
10652
10653 2015-01-15 Don Breazeal <donb@codesourcery.com>
10654
10655 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10656 instead of checking whether the target board is remote and
10657 use spawn_wait_for_attach instead of exec/sleep.
10658 * gdb.base/attach-twice.exp: Likewise.
10659
10660 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10661
10662 * gdb.ada/var_arr_attrs: New testcase.
10663
10664 2015-01-14 Pedro Alves <palves@redhat.com>
10665 Joel Brobecker <brobecker@adacore.com>
10666
10667 PR gdb/17525
10668 * gdb.base/bp-cmds-execution-x-script.c: New file.
10669 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10670 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10671
10672 2015-01-14 Pedro Alves <palves@redhat.com>
10673
10674 PR cli/17828
10675 * gdb.base/batch-preserve-term-settings.c: New file.
10676 * gdb.base/batch-preserve-term-settings.exp: New file.
10677
10678 2015-01-13 Doug Evans <dje@google.com>
10679
10680 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10681 binary.
10682
10683 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10684
10685 * Makefile.in (clean mostlyclean): Do not delete *.py.
10686
10687 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10688
10689 * gdb.python/py-lookup-type.exp: New file.
10690
10691 2015-01-12 Pedro Alves <palves@redhat.com>
10692
10693 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10694 restore GDBFLAGS before returning.
10695
10696 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10699 is_amd64_regs_target and is_x86_like_target.
10700
10701 2015-01-11 Doug Evans <xdje42@gmail.com>
10702
10703 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10704 is given without an explicit form.
10705 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10706 attributes.
10707 * gdb.dwarf/corrupt.exp: Ditto.
10708 * gdb.dwarf2/enum-type.exp: Ditto.
10709 * gdb.trace/entry-values.exp: Ditto.
10710 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10711
10712 2015-01-11 Doug Evans <xdje42@gmail.com>
10713
10714 PR gdb/15830
10715 * gdb.base/maint.exp: Remove references to "maint demangle".
10716 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10717 Add tests for explicitly specifying language to demangle.
10718 * gdb.dlang/demangle.exp: Ditto.
10719
10720 2015-01-09 Pedro Alves <palves@redhat.com>
10721
10722 * gdb.threads/non-stop-fair-events.c: New file.
10723 * gdb.threads/non-stop-fair-events.exp: New file.
10724
10725 2015-01-09 Pedro Alves <palves@redhat.com>
10726
10727 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10728 the global scope. Set a breakpoint after all threads are started
10729 rather than stepping over two source lines. Expect the prompt.
10730 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10731 global.
10732 (NUM): Now 15.
10733 (main): Use threads_started_barrier to wait for all threads to
10734 start. Main thread no longer calls thread_function. Exit after
10735 180 seconds.
10736 (loop): New function.
10737 (thread_function): Wait on threads_started_barrier barrier. Call
10738 'loop' at each iteration.
10739 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10740 threads have started, instead of hardcoding number of "next"
10741 steps. Use an access watchpoint instead of a write watchpoint.
10742
10743 2015-01-09 Pedro Alves <palves@redhat.com>
10744
10745 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10746 (thread_func): Wait on barrier.
10747 (main): Wait for all threads to start before stopping GDB.
10748 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10749 global.
10750 (thread1_func, thread2_func): Wait on barrier.
10751 (main): Wait for all threads to start before stopping GDB.
10752 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10753 New global.
10754 (thread1_func, thread2_func): Wait on barrier.
10755 (main): Wait for all threads to start before stopping GDB.
10756
10757 2015-01-09 Pedro Alves <palves@redhat.com>
10758
10759 * gdb.threads/attach-many-short-lived-threads.c: New file.
10760 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10761
10762 2014-01-09 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10765 instead of to thread 2.
10766 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10767 Add barrier around each pthread_create call instead of around all
10768 calls.
10769 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10770 Set a break on thread_function and have the child threads hit it
10771 one at at a time.
10772
10773 2015-01-09 Pedro Alves <palves@redhat.com>
10774
10775 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10776 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10777 false.
10778 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10779 checking whether the target board is remote.
10780 * gdb.multi/multi-attach.exp: Likewise.
10781 * gdb.python/py-sync-interp.exp: Likewise.
10782 * gdb.server/ext-attach.exp: Likewise.
10783 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10784 tests that need to attach, instead of checking whether the target
10785 board is remote at the top of the file.
10786
10787 2015-01-08 Yao Qi <yao@codesourcery.com>
10788
10789 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10790
10791 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10792
10793 Fix testcase compilation.
10794 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10795
10796 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10797
10798 * gdb.python/py-type.exp: Add a couple test about empty
10799 array creation, and negative-length array creation.
10800
10801 2015-01-02 Doug Evans <xdje42@gmail.com>
10802
10803 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10804
10805 2015-01-02 Doug Evans <dje@google.com>
10806
10807 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10808
10809 2014-12-29 Yao Qi <yao@codesourcery.com>
10810
10811 * gdb.trace/entry-values.exp: Update comments. Rename variable
10812 bar_call_foo to returned_from_foo.
10813
10814 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10815
10816 PR gdb/17394
10817 * gdb.linespec/break-asm-file.c: New file.
10818 * gdb.linespec/break-asm-file.exp: New file.
10819 * gdb.linespec/break-asm-file0.s: New file.
10820 * gdb.linespec/break-asm-file1.s: New file.
10821
10822 2014-12-18 Nigel Stephens <nigel@mips.com>
10823 Maciej W. Rozycki <macro@codesourcery.com>
10824
10825 * gdb.base/float.exp: Handle the new output from "info float" on
10826 MIPS targets.
10827
10828 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10829
10830 Fix MinGW compilation.
10831 * gdb.compile/compile-ops.exp: Update untested message if
10832 !skip_compile_feature_tests.
10833 * gdb.compile/compile-setjmp.exp: Likewise.
10834 * gdb.compile/compile-tls.exp: Likewise.
10835 * gdb.compile/compile.exp: Likewise.
10836 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10837 supported on this host".
10838
10839 2014-12-16 Doug Evans <xdje42@gmail.com>
10840
10841 * boards/stabs.exp: New file.
10842
10843 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10844
10845 * gdb.base/completion.exp: Adjust to format changes of "maint
10846 print user-registers".
10847
10848 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10849
10850 PR server/17457
10851 * gdb.arch/aarch64-fp.c: New file.
10852 * gdb.arch/aarch64-fp.exp: New file.
10853
10854 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10855
10856 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10857 r210637, r210913, r211666, r215400, r215817).
10858
10859 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10860 * dg-extract-results.py: New file.
10861 * dg-extract-results.sh: Use it if the environment seems
10862 suitable.
10863
10864 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10865
10866 * dg-extract-results.py (parse_run): Handle warnings that
10867 are printed before a test harness is run.
10868
10869 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10870
10871 * dg-extract-results.py (Named): Remove __cmp__ method.
10872 (output_variation): Use a key to sort variation.harnesses.
10873
10874 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10875
10876 * dg-extract-results.py: For Python 3, force sys.stdout to
10877 handle surrogate escape sequences.
10878 (safe_open): New function.
10879 (output_segment, main): Use it.
10880
10881 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10882
10883 * dg-extract-results.py (Prog.result_re): Include options
10884 in test name.
10885
10886 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10887
10888 * dg-extract-results.py (output_variation): Always sort if
10889 do_sum.
10890
10891 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10892
10893 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10894 as long as we get pagination notifications.
10895
10896 2014-12-15 Jason Merrill <jason@redhat.com>
10897
10898 * Makefile.in (check-gdb.%): Restore.
10899 * README: Mention it.
10900
10901 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10902
10903 * gdb.ada/str_uninit: New testcase.
10904
10905 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10906
10907 PR symtab/17642
10908 * gdb.base/vla-stub-define.c: New file.
10909 * gdb.base/vla-stub.c: New file.
10910 * gdb.base/vla-stub.exp: New file.
10911
10912 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10913 Jan Kratochvil <jan.kratochvil@redhat.com>
10914 Tom Tromey <tromey@redhat.com>
10915
10916 * configure.ac: Add gdb.compile/.
10917 * configure: Regenerate.
10918 * gdb.compile/Makefile.in: New file.
10919 * gdb.compile/compile-ops.exp: New file.
10920 * gdb.compile/compile-ops.c: New file.
10921 * gdb.compile/compile-tls.c: New file.
10922 * gdb.compile/compile-tls.exp: New file.
10923 * gdb.compile/compile-constvar.S: New file.
10924 * gdb.compile/compile-constvar.c: New file.
10925 * gdb.compile/compile-mod.c: New file.
10926 * gdb.compile/compile-nodebug.c: New file.
10927 * gdb.compile/compile-setjmp-mod.c: New file.
10928 * gdb.compile/compile-setjmp.c: New file.
10929 * gdb.compile/compile-setjmp.exp: New file.
10930 * gdb.compile/compile-shlib.c: New file.
10931 * gdb.compile/compile.c: New file.
10932 * gdb.compile/compile.exp: New file.
10933 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10934
10935 2014-12-12 Tom Tromey <tromey@redhat.com>
10936
10937 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10938 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10939
10940 2014-12-12 Doug Evans <dje@google.com>
10941
10942 * lib/gdb-python.exp (get_python_valueof): New function.
10943 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10944
10945 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10946
10947 * gdb.base/completion.exp: Add test for completion of "info
10948 registers ".
10949
10950 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10951
10952 * gdb.base/func-ptrs.c: New file.
10953 * gdb.base/func-ptrs.exp: New file.
10954
10955 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10956
10957 PR breakpoints/17012
10958 * gdb.base/dprintf-detach.c: New file.
10959 * gdb.base/dprintf-detach.exp: New file.
10960
10961 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10962
10963 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10964 * lib/gdb.exp (target_is_gdbserver): New procedure.
10965
10966 2014-12-08 Doug Evans <dje@google.com>
10967
10968 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10969
10970 2014-12-05 Yao Qi <yao@codesourcery.com>
10971
10972 * gdb.guile/scm-error.exp: Remove the third argument to
10973 gdb_remote_download.
10974 * gdb.guile/scm-frame-args.exp: Likewise.
10975 * gdb.guile/scm-section-script.exp: Likewise.
10976
10977 2014-12-05 Yao Qi <yao@codesourcery.com>
10978
10979 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10980
10981 2014-12-04 Doug Evans <dje@google.com>
10982
10983 * gdb.python/py-objfile.exp: Add tests for
10984 objfile.add_separate_debug_file.
10985
10986 2014-12-04 Doug Evans <dje@google.com>
10987
10988 * lib/gdb.exp (get_build_id): New function.
10989 (build_id_debug_filename_get): Rewrite to use it.
10990 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10991
10992 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10993
10994 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10995 `method(long)', not just 0x0.
10996 * gdb.cp/nsalias.exp: Align code labels to 4.
10997 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10998 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10999 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11000 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11001 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11002 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11003
11004 2014-12-02 Doug Evans <dje@google.com>
11005
11006 PR symtab/17602
11007 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11008 * gdb.cp/anon-ns2.cc: ... here. New file.
11009 * gdb.cp/anon-ns.exp: Update.
11010
11011 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11012
11013 * gdb.python/py-events.py (inferior_call_handler): New.
11014 (register_changed_handler, memory_changed_handler): New.
11015 (test_events.invoke): Register new handlers.
11016 * gdb.python/py-events.exp: Add tests for inferior call,
11017 memory_changed and register_changed events.
11018
11019 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11020
11021 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11022 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11023 if the linker doesn't understand this.
11024
11025 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11026
11027 * gdb.python/python.exp: Change expected reply to help().
11028
11029 2014-12-01 Yao Qi <yao@codesourcery.com>
11030
11031 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11032 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11033 * configure: Re-generated.
11034
11035 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11036
11037 * gdb.cp/chained-calls.cc: New file.
11038 * gdb.cp/chained-calls.exp: New file.
11039 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11040
11041 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11042
11043 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11044 * gdb.dwarf2/symtab-producer.exp: Same.
11045 * gdb.gdb/python-interrupts.exp: Same.
11046 * gdb.gdb/python-selftest.exp: Same.
11047 * gdb.python/py-linetable.exp: Same.
11048 * gdb.python/py-type.exp: Same.
11049 * gdb.python/py-value-cc.exp: Same.
11050 * gdb.python/py-value.exp: Same.
11051
11052 2014-11-28 Yao Qi <yao@codesourcery.com>
11053
11054 * gdb.base/break-probes.exp: Match library name prefixed with
11055 sysroot.
11056
11057 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11058
11059 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11060 test expected output. Add parentheses for the call to print.
11061 Remove L suffix from integers.
11062
11063 2014-11-26 Doug Evans <dje@google.com>
11064
11065 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11066
11067 2014-11-22 Yao Qi <yao@codesourcery.com>
11068
11069 * gdb.trace/entry-values.c: Remove asms.
11070 (foo): Add foo_label.
11071 (bar): Add bar_label.
11072 * gdb.trace/entry-values.exp: Remove code computing foo's
11073 length and bar's length.
11074 (Dwarf::assemble): Invoke function_range for bar and use
11075 MACRO_AT_func for foo.
11076
11077 2014-11-22 Yao Qi <yao@codesourcery.com>
11078
11079 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11080 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11081 Use .Lgcc43_procstart instead of gcc43.
11082
11083 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11084
11085 * gdb.ada/n_arr_bound: New testcase.
11086
11087 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11088
11089 PR breakpoints/10737
11090 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11091 test_catch_syscall_multi_arch.
11092 (test_catch_syscall_multi_arch): New function.
11093
11094 2014-11-20 Doug Evans <xdje42@gmail.com>
11095
11096 * gdb.base/maint.exp: Update expected output.
11097
11098 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11099
11100 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11101 4-byte instruction on S390.
11102
11103 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11104
11105 * gdb.ada/arr_arr: New testcase.
11106
11107 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11108
11109 * gdb.ada/pkd_arr_elem: New Testcase.
11110
11111 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11112
11113 * gdb.reverse/break-precsave: Expect completion message for
11114 core file reads.
11115 * gdb.reverse/consecutive-precsave.exp: Likewise.
11116 * gdb.reverse/finish-precsave.exp: Likewise.
11117 * gdb.reverse/i386-precsave.exp: Likewise.
11118 * gdb.reverse/machinestate-precsave.exp: Likewise.
11119 * gdb.reverse/sigall-precsave.exp: Likewise.
11120 * gdb.reverse/solib-precsave.exp: Likewise.
11121 * gdb.reverse/step-precsave.exp: Likewise.
11122 * gdb.reverse/until-precsave.exp: Likewise.
11123 * gdb.reverse/watch-precsave.exp: Likewise.
11124
11125 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11126
11127 * gdb.base/bp-permanent.c: Include unistd.h.
11128 * gdb.python/py-framefilter-mi.c (main): Add return type.
11129 * gdb.python/py-framefilter.c (main): Likewise.
11130 * gdb.trace/actions-changed.c (main): Likewise.
11131
11132 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11133
11134 * gdb.mi/until.c: Add eye-catchers.
11135 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11136 line numbers.
11137
11138 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11139
11140 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11141 function header variants in break1.c.
11142 * gdb.base/ena-dis-br.exp: Likewise.
11143 * gdb.base/hbreak2.exp: Likewise.
11144 * gdb.reverse/until-precsave.exp: Drop references to removed
11145 non-prototype function header variants in ur1.c.
11146 * gdb.reverse/until-reverse.exp: Likewise.
11147
11148 2014-11-17 Petr Machata <pmachata@redhat.com>
11149
11150 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11151 ${_cu_offset_size} bytes abbrev offset.
11152
11153 2014-11-15 Doug Evans <xdje42@gmail.com>
11154
11155 PR symtab/17559
11156 * gdb.base/line-symtabs.exp: New file.
11157 * gdb.base/line-symtabs.c: New file.
11158 * gdb.base/line-symtabs.h: New file.
11159
11160 2014-11-14 Yao Qi <yao@codesourcery.com>
11161
11162 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11163 (func): Add label func_label.
11164 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11165 Replace low_pc and high_pc with MACRO_AT_range.
11166 Replace name, low_pc and high_pc with MACRO_AT_func.
11167
11168 2014-11-14 Yao Qi <yao@codesourcery.com>
11169
11170 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11171 Replace name, low_pc and high_pc with MACRO_AT_func.
11172
11173 2014-11-14 Yao Qi <yao@codesourcery.com>
11174
11175 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11176 produce debug information.
11177 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11178
11179 2014-11-14 Yao Qi <yao@codesourcery.com>
11180
11181 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11182 object and get function length.
11183 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11184 with MACRO_AT_func.
11185 (top-level): Replace gdb_compile and clean_restart with
11186 prepare_for_testing.
11187 * gdb.dwarf2/main.c (main): Add label main_label.
11188
11189 2014-11-14 Yao Qi <yao@codesourcery.com>
11190
11191 * lib/dwarf.exp (function_range): New procedure.
11192 (Dwarf::_handle_macro_at_func): New procedure.
11193 (Dwarf::_handle_macro_at_range): New procedure.
11194 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11195
11196 2014-11-14 Yao Qi <yao@codesourcery.com>
11197
11198 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11199 (_handle_attribute): New procedure.
11200
11201 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11202
11203 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11204 * gdb.base/call-sc.c (zed): Likewise.
11205 * gdb.base/checkpoint.c (main): Likewise.
11206 * gdb.base/dump.c (main): Likewise.
11207 * gdb.base/gcore.c (main): Likewise.
11208 * gdb.base/huge.c (main): Likewise.
11209 * gdb.base/multi-forks.c (main): Likewise.
11210 * gdb.base/pr10179-a.c (main): Likewise.
11211 * gdb.base/savedregs.c (main): Likewise.
11212 * gdb.base/sigaltstack.c (main): Likewise.
11213 * gdb.base/siginfo.c (main): Likewise.
11214 * gdb.base/structs.c (zed): Likewise.
11215 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11216 * gdb.mi/mi-syn-frame.c (main): Likewise.
11217 * gdb.mi/until.c (foo, main): Likewise.
11218 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11219 * gdb.base/solib-weak.c (foo): Declare.
11220 * gdb.base/attach-twice.c: Include stdio.h.
11221 * gdb.base/weaklib1.c: Likewise.
11222 * gdb.base/weaklib2.c: Likewise.
11223 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11224 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11225 unistd.h.
11226 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11227 * gdb.mi/mi-exit-code.c: Likewise.
11228 * gdb.base/break-interp-lib.c: Include string.h.
11229 * gdb.base/coremaker.c: Likewise.
11230 * gdb.base/testenv.c: Likewise.
11231 * gdb.python/py-finish-breakpoint.c: Likewise.
11232 * gdb.base/inferior-died.c: Include sys/wait.h.
11233 * gdb.base/fileio.c: Include time.h.
11234 * gdb.base/async-shell.c: Include unistd.h.
11235 * gdb.base/dprintf-non-stop.c: Likewise.
11236 * gdb.base/info-os.c: Likewise.
11237 * gdb.mi/mi-console.c: Likewise.
11238 * gdb.mi/watch-nonstop.c: Likewise.
11239 * gdb.python/py-events.c: Likewise.
11240 * gdb.base/async.c (baz): Move up before its invocation.
11241 * gdb.base/code_elim2.c (my_global_func): Likewise.
11242 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11243 * gdb.base/advance.c (func2): Likewise.
11244
11245 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11246
11247 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11248 variant.
11249 * gdb.base/annota3.c: Likewise.
11250 * gdb.base/async.c: Likewise.
11251 * gdb.base/average.c: Likewise.
11252 * gdb.base/call-ar-st.c: Likewise.
11253 * gdb.base/call-rt-st.c: Likewise.
11254 * gdb.base/call-sc.c: Likewise.
11255 * gdb.base/call-strs.c: Likewise.
11256 * gdb.base/ending-run.c: Likewise.
11257 * gdb.base/execd-prog.c: Likewise.
11258 * gdb.base/exprs.c: Likewise.
11259 * gdb.base/foll-exec.c: Likewise.
11260 * gdb.base/foll-fork.c: Likewise.
11261 * gdb.base/foll-vfork.c: Likewise.
11262 * gdb.base/funcargs.c: Likewise.
11263 * gdb.base/gcore.c: Likewise.
11264 * gdb.base/jump.c: Likewise.
11265 * gdb.base/langs0.c: Likewise.
11266 * gdb.base/langs1.c: Likewise.
11267 * gdb.base/langs2.c: Likewise.
11268 * gdb.base/mips_pro.c: Likewise.
11269 * gdb.base/nodebug.c: Likewise.
11270 * gdb.base/opaque0.c: Likewise.
11271 * gdb.base/opaque1.c: Likewise.
11272 * gdb.base/recurse.c: Likewise.
11273 * gdb.base/run.c: Likewise.
11274 * gdb.base/scope0.c: Likewise.
11275 * gdb.base/scope1.c: Likewise.
11276 * gdb.base/setshow.c: Likewise.
11277 * gdb.base/setvar.c: Likewise.
11278 * gdb.base/shmain.c: Likewise.
11279 * gdb.base/shr1.c: Likewise.
11280 * gdb.base/shr2.c: Likewise.
11281 * gdb.base/sigall.c: Likewise.
11282 * gdb.base/signals.c: Likewise.
11283 * gdb.base/so-indr-cl.c: Likewise.
11284 * gdb.base/solib2.c: Likewise.
11285 * gdb.base/structs.c: Likewise.
11286 * gdb.base/sum.c: Likewise.
11287 * gdb.base/vforked-prog.c: Likewise.
11288 * gdb.base/watchpoint.c: Likewise.
11289 * gdb.reverse/shr2.c: Likewise.
11290 * gdb.reverse/until-reverse.c: Likewise.
11291 * gdb.reverse/ur1.c: Likewise.
11292 * gdb.reverse/watch-reverse.c: Likewise.
11293
11294 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11295
11296 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11297 variant.
11298 * gdb.base/sepdebug.exp: Drop references to removed code.
11299
11300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11301
11302 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11303 variant. Preserve original line numbering.
11304 * gdb.base/list1.c: Likewise.
11305
11306 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11307
11308 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11309 variant.
11310 * gdb.base/break1.c: Likewise.
11311 * gdb.base/break.exp: Drop references to removed code.
11312
11313 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11314
11315 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11316 variant.
11317
11318 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11319
11320 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11321
11322 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11323
11324 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11325 logic into perform_all_tests() and invoke it with and without
11326 function header prototypes.
11327 (do_function_calls): Remove conditional XFAIL for PR 5318.
11328 (rerun_and_prepare): Remove duplicate code.
11329 (perform_all_tests): New. Main logic moved here.
11330
11331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11332
11333 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11334 code guarded by #ifdef NO_PROTOTYPES.
11335 (t_double_many_args): Likewise.
11336 (DEF_FUNC_MANY_ARGS_1): Likewise.
11337 (DEF_FUNC_VALUES_1): Likewise.
11338 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11339 guarded by #ifdef PROTOTYPES.
11340
11341 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11342
11343 * gdb.mi/mi-console.c: Add eye-catcher.
11344 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11345 instead of literal line number.
11346
11347 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11348
11349 * gdb.base/shr2.c: Add eye-catcher.
11350 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11351 line number.
11352
11353 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11354
11355 * gdb.base/jump.c: Add eye-catchers.
11356 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11357 numbers.
11358
11359 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11360
11361 * gdb.base/execd-prog.c: Add eye-catchers.
11362 * gdb.base/foll-exec.c: Likewise.
11363 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11364 line numbers.
11365
11366 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11367
11368 * gdb.base/ending-run.c: Add eye-catchers.
11369 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11370 literal line numbers.
11371
11372 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11373
11374 * gdb.base/call-rt-st.c: Add eye-catchers.
11375 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11376 literal line numbers.
11377
11378 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11379
11380 * gdb.base/call-ar-st.c: Add eye-catchers.
11381 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11382 literal line numbers.
11383
11384 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11385
11386 * gdb.base/average.c: Add eye-catchers.
11387 * gdb.base/sum.c: Likewise.
11388 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11389 regexps dynamically.
11390
11391 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11392
11393 * gdb.base/solib1.c: Add eye-catchers.
11394 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11395 literal line numbers.
11396
11397 2014-11-12 Pedro Alves <palves@redhat.com>
11398
11399 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11400 leader has exited.
11401
11402 2014-11-12 Pedro Alves <palves@redhat.com>
11403
11404 * gdb.arch/i386-bp_permanent.c: New file.
11405 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11406 (srcfile): Set to i386-bp_permanent.c.
11407 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11408 that stepi does not execute the 'leave' instruction, instead of
11409 testing it does execute.
11410 * gdb.base/bp-permanent.c: New file.
11411 * gdb.base/bp-permanent.exp: New file.
11412
11413 2014-11-10 Doug Evans <xdje42@gmail.com>
11414
11415 PR symtab/17564
11416 * gdb.base/symtab-search-order.exp: New file.
11417 * gdb.base/symtab-search-order.c: New file.
11418 * gdb.base/symtab-search-order-1.c: New file.
11419 * gdb.base/symtab-search-order-shlib-1.c: New file.
11420
11421 2014-11-07 Pedro Alves <palves@redhat.com>
11422
11423 PR gdb/17511
11424 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11425 i?86-*-linux*.
11426
11427 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11428
11429 PR c++/17494
11430 * gdb.cp/pr17494.cc: New file.
11431 * gdb.cp/pr17494.exp: New file.
11432
11433 2014-11-02 Yao Qi <yao@codesourcery.com>
11434
11435 * gdb.python/python.exp: Get working directory and match the
11436 output of "set extended-prompt \\w " with it.
11437
11438 2014-10-30 Doug Evans <dje@google.com>
11439
11440 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11441 in objfiles.
11442 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11443 in progspaces.
11444
11445 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11446
11447 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11448 * gdb.base/realname-expand.exp: Likewise.
11449 * gdb.linespec/macro-relative.exp: Likewise.
11450
11451 2014-10-29 Pedro Alves <palves@redhat.com>
11452
11453 PR gdb/17408
11454 * gdb.threads/schedlock.c (some_function): New function.
11455 (call_function): New global.
11456 (MAYBE_CALL_SOME_FUNCTION): New macro.
11457 (thread_function): Call it.
11458 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11459 and use it instead of a global counter. Adjust all callers.
11460 (get_current_thread): Use "find current thread" for test message
11461 here rather than having all callers pass down the same string.
11462 (goto_loop): New procedure, factored out from ...
11463 (my_continue): ... this.
11464 (step_ten_loops): Change parameter from test message to command to
11465 use. Adjust.
11466 (list_count): Delete global.
11467 (check_result): New procedure, factored out from duplicate top
11468 level code.
11469 (continue tests): Wrap in with_test_prefix.
11470 (test_step): New procedure, factored out from duplicate top level
11471 code.
11472 (top level): Test "step" in combination with all scheduler-locking
11473 modes. Test "next" in combination with all scheduler-locking
11474 modes, and in combination with stepping over a function call or
11475 not.
11476 * gdb.threads/next-bp-other-thread.c: New file.
11477 * gdb.threads/next-bp-other-thread.exp: New file.
11478
11479 2014-10-29 Pedro Alves <palves@redhat.com>
11480
11481 PR python/17372
11482 * gdb.python/python.exp: Test a multi-line command that spawns
11483 interactive Python.
11484 * gdb.base/multi-line-starts-subshell.exp: New file.
11485
11486 2014-10-29 Yao Qi <yao@codesourcery.com>
11487
11488 * gdb.base/fileio.exp: Make directories on host.
11489
11490 2014-10-29 Yao Qi <yao@codesourcery.com>
11491
11492 * gdb.base/fileio.c (test_write): Close the file.
11493
11494 2014-10-28 Pedro Alves <palves@redhat.com>
11495
11496 PR gdb/12623
11497 * gdb.base/sigstep.c (no_handler): New global.
11498 (main): If 'no_handler is true, set the signal handlers to
11499 SIG_IGN.
11500 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11501 with_sw_watch and no_handler parameters. Handle them.
11502 (top level) <stepping over handler when stopped at a breakpoint
11503 test>: Add a test axis for testing with a software watchpoint, and
11504 another for testing with the signal handler set to SIG_IGN.
11505 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11506 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11507
11508 2014-10-28 Pedro Alves <palves@redhat.com>
11509
11510 PR gdb/17511
11511 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11512 * gdb.base/sigstep.exp (other_handler_location): New global.
11513 (advance): Support stepping into the signal handler, and running
11514 commands while in the handler.
11515 (in_handler_map): New global.
11516 (top level): In the advance test, add combinations for getting
11517 into the handler with stepping commands, and for running commands
11518 in the handler. Add comment descripting the advancei tests.
11519
11520 2014-10-28 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.base/sigstep.exp: Use build_executable instead of
11523 prepare_for_testing.
11524 (top level): Move code that starts GDB, runs to main and creates a
11525 display to ...
11526 (restart): ... this new procedure.
11527 (top level): Move backtrace from signal handler test to ...
11528 (validate_backtrace): ... this new procedure.
11529 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11530 with_test_prefix. Always restart GDB.
11531 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11532 with_test_prefix. Always restart GDB. No need to delete
11533 breakpoints after the test.
11534 (test_skip_handler): Remove prefix parameter.
11535 (skip_over_handler, breakpoint_to_handler)
11536 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11537 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11538 restart GDB. No need to delete breakpoints after the test.
11539 (top level): Use foreach to call the test procedures with
11540 different commands.
11541
11542 2014-10-28 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11545 instead of GNATS numbers.
11546 * gdb.base/sigbpt.exp: Likewise.
11547 * gdb.base/siginfo.exp: Likewise.
11548 * gdb.base/sigstep.exp: Likewise.
11549
11550 2014-10-27 Pedro Alves <palves@redhat.com>
11551
11552 * gdb.base/sigstep.c (dummy): New global.
11553 (main): Issue a couple writes to the new global.
11554 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11555 procedures.
11556 (skip_over_handler): Use test_skip_handler.
11557 (top level): Call skip_over_handler for stepi and nexti too.
11558 (breakpoint_over_handler): Use test_skip_handler.
11559 (top level): Call breakpoint_over_handler for stepi and nexti too.
11560
11561 2014-10-27 Yao Qi <yao@codesourcery.com>
11562
11563 * gdb.trace/tfile.c (adjust_function_address)
11564 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11565 function descriptor.
11566
11567 2014-10-24 Don Breazeal <donb@codesourcery.com>
11568
11569 * gdb.base/foll-fork.exp (test_follow_fork,
11570 catch_fork_child_follow): Check for updated fork messages emitted
11571 from infrun.c.
11572 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11573 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11574 vfork_and_exec_child_follow_through_step): Check for updated vfork
11575 messages emitted from infrun.c.
11576
11577 2014-10-24 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.base/corefile.exp: Remove references to ultrix.
11580 * gdb.base/interrupt.exp: Likewise.
11581 * gdb.base/whatis.exp: Likewise.
11582 * gdb.gdb/selftest.exp: Likewise.
11583 * gdb.threads/manythreads.exp: Likewise.
11584 * gdb.threads/print-threads.exp: Likewise.
11585 * gdb.threads/pthreads.exp:: Likewise.
11586 * gdb.threads/schedlock.exp: Likewise.
11587
11588 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11589
11590 * gdb.cp/non-trivial-retval.cc: Add a test case.
11591 * gdb.cp/non-trivial-retval.exp: Add a test.
11592
11593 2014-10-20 Yao Qi <yao@codesourcery.com>
11594
11595 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11596 * gdb.python/py-objfile-script-gdb.py: New file.
11597 * gdb.python/py-objfile-script.exp: Update reference to
11598 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11599 of remote_download. Remove the dest file.
11600
11601 2014-10-20 Yao Qi <yao@codesourcery.com>
11602
11603 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11604 * gdb.base/step-line.exp: Likewise.
11605 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11606 * gdb.dwarf2/dw2-basic.exp: Likewise.
11607 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11608 * gdb.dwarf2/dw2-filename.exp: Likewise.
11609 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11610 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11611 * gdb.dwarf2/dw2-producer.exp: Likewise.
11612 * gdb.dwarf2/mac-fileno.exp: Likewise.
11613 * gdb.python/py-frame-args.exp: Likewise.
11614 * gdb.python/py-framefilter.exp: Likewise.
11615 * gdb.python/py-mi.exp: Likewise.
11616 * gdb.python/py-objfile-script.exp: Likewise
11617 * gdb.python/py-pp-integral.exp: Likewise.
11618 * gdb.python/py-pp-re-notag.exp: Likewise.
11619 * gdb.python/py-prettyprint.exp: Likewise.
11620 * gdb.python/py-section-script.exp: Likewise.
11621 * gdb.python/py-typeprint.exp: Likewise.
11622 * gdb.python/py-xmethods.exp: Likewise.
11623 * gdb.stabs/weird.exp: Likewise.
11624 * gdb.xml/tdesc-regs.exp: Likewise.
11625
11626 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11627
11628 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11629 (out_cu): Use addr_len for the size of addresses.
11630 (out_line): Likewise. Size DW_LNE_set_address instruction
11631 according to addr_len.
11632 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11633 (FUNC): Add START_INSNS to definition.
11634
11635 2014-10-18 Yao Qi <yao@codesourcery.com>
11636
11637 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11638 gdb_has_argv0 return true.
11639 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11640 check [target_info exists noargs], check [gdb_has_argv0]
11641 instead.
11642 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11643 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11644 procedures.
11645
11646 2014-10-17 Doug Evans <dje@google.com>
11647
11648 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11649 event.
11650 * gdb.python/py-events.py: Add clear_objfiles event.
11651
11652 2014-10-17 Doug Evans <dje@google.com>
11653
11654 * gdb.python/py-objfile.exp: Test progspace attribute.
11655
11656 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11657
11658 * gdb.guile/scm-breakpoint.exp: Do not assume any
11659 directory separators when matching source file paths.
11660 * gdb.python/py-breakpoint.exp: Likewise.
11661 * gdb.reverse/break-precsave.exp: Likewise.
11662 * gdb.reverse/break-reverse.exp: Likewise.
11663 * gdb.reverse/consecutive-precsave.exp: Likewise.
11664 * gdb.reverse/finish-precsave.exp: Likewise.
11665 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11666 * gdb.reverse/finish-reverse.exp: Likewise.
11667 * gdb.reverse/i386-precsave.exp: Likewise.
11668 * gdb.reverse/i387-env-reverse.exp: Likewise.
11669 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11670 * gdb.reverse/machinestate-precsave.exp: Likewise.
11671 * gdb.reverse/machinestate.exp: Likewise.
11672 * gdb.reverse/sigall-precsave.exp: Likewise.
11673 * gdb.reverse/solib-precsave.exp: Likewise.
11674 * gdb.reverse/step-precsave.exp: Likewise.
11675 * gdb.reverse/until-precsave.exp: Likewise.
11676 * gdb.reverse/watch-precsave.exp: Likewise.
11677 * gdb.reverse/watch-reverse.exp: Likewise.
11678
11679 2014-10-17 Yao Qi <yao@codesourcery.com>
11680
11681 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11682 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11683
11684 2014-10-17 Pedro Alves <palves@redhat.com>
11685
11686 PR gdb/17471
11687 * gdb.base/bg-execution-repeat.c: New file.
11688 * gdb.base/bg-execution-repeat.exp: New file.
11689
11690 2014-10-17 Pedro Alves <palves@redhat.com>
11691
11692 PR gdb/17300
11693 * gdb.base/continue-all-already-running.c: New file.
11694 * gdb.base/continue-all-already-running.exp: New file.
11695
11696 2014-10-17 Pedro Alves <palves@redhat.com>
11697
11698 PR gdb/17472
11699 * gdb.base/annota-input-while-running.c: New file.
11700 * gdb.base/annota-input-while-running.exp: New file.
11701
11702 2014-10-17 Pedro Alves <palves@redhat.com>
11703
11704 * gdb.base/callfuncs.exp: emove references to osf.
11705 * gdb.base/sigall.exp: Likewise.
11706 * gdb.gdb/selftest.exp: Likewise.
11707 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11708 * gdb.mi/non-stop.c: Likewise.
11709 * gdb.mi/pthreads.c: Likewise.
11710 * gdb.reverse/sigall-precsave.exp: Likewise.
11711 * gdb.reverse/sigall-reverse.exp: Likewise.
11712 * gdb.threads/pthreads.c: Likewise.
11713 * gdb.threads/pthreads.exp: Likewise.
11714
11715 2014-10-17 Yao Qi <yao@codesourcery.com>
11716
11717 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11718 check 'target_info exists noargs'.
11719 (test_command_prompt_position): Likewise.
11720 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11721 Remove "set args".
11722 (progvar_simple_while_test): Likewise.
11723 (progvar_complex_if_while_test): Likewise.
11724 (if_while_breakpoint_command_test): Likewise.
11725 (infrun_breakpoint_command_test): Likewise.
11726 (breakpoint_command_test): Likewise.
11727 (watchpoint_command_test): Likewise.
11728 (bp_deleted_in_command_test): Likewise.
11729 (temporary_breakpoint_commands): Likewise.
11730
11731 2014-10-16 Yao Qi <yao@codesourcery.com>
11732
11733 * gdb.base/remotetimeout.exp: Remove noargs checking.
11734
11735 2014-10-15 Pedro Alves <palves@redhat.com>
11736
11737 PR breakpoints/9649
11738 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11739 * gdb.base/breakpoint-in-ro-region.exp
11740 (probe_target_hardware_step): New procedure.
11741 (top level): Probe hardware stepping and hardware breakpoint
11742 support. Test stepping through a read-only region, with both
11743 "breakpoint auto-hw" on and off and both "always-inserted" on and
11744 off.
11745
11746 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11747
11748 * gdb.dlang/demangle.exp: Update for demangling changes.
11749
11750 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11751
11752 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11753 * gdb.cp/non-trivial-retval.exp: Add new tests.
11754
11755 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11756
11757 PR c++/13403
11758 PR c++/15154
11759 * gdb.cp/non-trivial-retval.cc: New file.
11760 * gdb.cp/non-trivial-retval.exp: New file.
11761
11762 2014-10-15 Yao Qi <yao@codesourcery.com>
11763
11764 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11765 remote host.
11766
11767 2014-10-15 Yao Qi <yao@codesourcery.com>
11768
11769 * gdb.python/py-symbol.exp: Match file base name if host is
11770 remote, otherwise match file name with dir name.
11771 * gdb.python/py-symtab.exp: Likewise.
11772 * gdb.python/python.exp: Likewise.
11773
11774 2014-10-15 Yao Qi <yao@codesourcery.com>
11775
11776 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11777 pattern.
11778 * gdb.python/py-symtab.exp: Likewise.
11779 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11780 locationn.
11781
11782 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11783
11784 * gdb.ada/addr_arith: New testcase.
11785
11786 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11787
11788 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11789 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11790 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11791 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11792
11793 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11794
11795 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11796 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11797 * gdb.arch/stap-eval-lang-ada.exp: New file.
11798
11799 2014-10-14 Yao Qi <yao@codesourcery.com>
11800
11801 * gdb.mi/mi-var-child.c (nothing1): New function.
11802 (nothing2): New function.
11803 (do_children_tests): Set function pointers by nothing1 and
11804 nothing2.
11805 * gdb.mi/mi-var-child.exp: Step over new added statements.
11806 Update test to match the new output.
11807 * gdb.mi/var-cmd.c (nothing1): New function.
11808 (nothing2): New function.
11809 (do_children_tests): Set function pointers by nothing1 and
11810 nothing2.
11811 * gdb.mi/mi-var-display.exp: Update test to match output.
11812 Step to the line specified by $line_dct_nothing.
11813 Increase the number of lines to step.
11814
11815 2014-10-14 Yao Qi <yao@codesourcery.com>
11816
11817 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11818 tests.
11819 * gdb.mi/mi2-var-child.exp: Likewise.
11820
11821 2014-10-13 Doug Evans <dje@google.com>
11822
11823 * gdb.python/py-objfile.exp: Change name of file name test.
11824
11825 2014-10-13 Doug Evans <dje@google.com>
11826
11827 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11828 from the start of the CU.
11829
11830 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11831 Yao Qi <yao@codesourcery.com>
11832
11833 Fix "save breakpoints" for "catch" command.
11834 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11835 Remove -nonewline. Match also the added "main" line.
11836
11837 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11838
11839 Fix "save breakpoints" for "disable $bpnum" command.
11840 * gdb.base/save-bp.c (main): Add label.
11841 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11842
11843 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11844
11845 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11846
11847 2014-10-11 Yao Qi <yao@codesourcery.com>
11848
11849 * gdb.server/server-kill.exp: Execute command
11850 "set remote trace-status-packet on" before "tstatus".
11851
11852 2014-10-11 Yao Qi <yao@codesourcery.com>
11853
11854 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11855 (main): Call getppid.
11856 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11857 and continue to it. Read variable "server_pid".
11858
11859 2014-10-11 Yao Qi <yao@codesourcery.com>
11860
11861 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11862
11863 2014-10-11 Yao Qi <yao@codesourcery.com>
11864
11865 * gdb.threads/thread-find.exp: Don't execute command
11866 "info threads".
11867 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11868 * gdb.threads/linux-dp.exp: Don't check the condition
11869 $threads_created equals to zero.
11870
11871 2014-10-10 Pedro Alves <palves@redhat.com>
11872
11873 * gdb.base/bigcore.exp: Remove references to IRIX.
11874 * gdb.base/funcargs.exp: Likewise.
11875 * gdb.base/interrupt.exp: Likewise.
11876 * gdb.base/mips_pro.exp: Likewise.
11877 * gdb.base/nodebug.exp: Likewise.
11878 * gdb.base/setvar.exp: Likewise.
11879 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11880
11881 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11882 Pedro Alves <palves@redhat.com>
11883
11884 PR symtab/14466
11885 * gdb.base/vdso-warning.c: New file.
11886 * gdb.base/vdso-warning.exp: New file.
11887
11888 2014-10-02 Doug Evans <dje@google.com>
11889
11890 * gdb.base/structs.c (main): Don't run forever.
11891
11892 2014-10-02 Pedro Alves <palves@redhat.com>
11893
11894 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11895 (top level) <stop threads 1, stop threads 2>: Use it.
11896
11897 2014-10-02 Pedro Alves <palves@redhat.com>
11898
11899 * gdb.threads/break-while-running.exp (test): Add new
11900 'update_thread_list' argument. Skip "info threads" if false.
11901 (top level): Add new 'update_thread_list' axis.
11902
11903 2014-10-02 Pedro Alves <palves@redhat.com>
11904
11905 PR breakpoints/17431
11906 * gdb.base/execl-update-breakpoints.c: New file.
11907 * gdb.base/execl-update-breakpoints.exp: New file.
11908
11909 2014-10-01 Pedro Alves <palves@redhat.com>
11910
11911 * gdb.base/breakpoint-in-ro-region.c: New file.
11912 * gdb.base/breakpoint-in-ro-region.exp: New file.
11913
11914 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11915
11916 * gdb.mi/mi-exit-code.exp: New file.
11917 * gdb.mi/mi-exit-code.c: New file.
11918
11919 2014-09-30 Yao Qi <yao@codesourcery.com>
11920
11921 * lib/prelink-support.exp (build_executable_own_libs): Error if
11922 the target isn't native.
11923
11924 2014-09-30 Yao Qi <yao@codesourcery.com>
11925
11926 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11927 false.
11928
11929 2014-09-22 Pedro Alves <palves@redhat.com>
11930
11931 * gdb.threads/break-while-running.exp: New file.
11932 * gdb.threads/break-while-running.c: New file.
11933
11934 2014-09-19 Yao Qi <yao@codesourcery.com>
11935
11936 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11937 Invoke test. Restart GDB with --readnow and invoke test again.
11938
11939 2014-09-19 Yao Qi <yao@codesourcery.com>
11940
11941 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11942 proc set_breakpoint_on_gcd_function. Invoke
11943 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11944 invoke set_breakpoint_on_gcd_function again.
11945
11946 2014-09-18 Doug Evans <dje@google.com>
11947
11948 * gdb.dwarf2/symtab-producer.exp: New file.
11949
11950 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11951
11952 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11953 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11954 * gdb.base/global-var-nested-by-dso.c: Likewise.
11955 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11956
11957 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11958 Pedro Alves <palves@redhat.com>
11959
11960 * gdb.base/watch-bitfields.exp: Pass string other than test file
11961 name to prepare_for_testing.
11962 (watch): New procedure.
11963 (expect_watchpoint): Use with_test_prefix.
11964 (top level): Factor out tests to ...
11965 (test_watch_location, test_regular_watch): ... these new
11966 procedures, and use with_test_prefix and gdb_continue_to_end.
11967
11968 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11969
11970 PR breakpoints/12526
11971 * gdb.base/watch-bitfields.exp: New file.
11972 * gdb.base/watch-bitfields.c: New file.
11973
11974 2014-09-16 Pedro Alves <palves@redhat.com>
11975
11976 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11977 software and hardware addresses, not software address against
11978 itself.
11979
11980 2014-09-16 Pedro Alves <palves@redhat.com>
11981
11982 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11983 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11984
11985 2014-09-16 Pedro Alves <palves@redhat.com>
11986
11987 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11988 files.
11989 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11990 "*-*-vxworks*" throughout.
11991 * gdb.base/break.exp: Likewise.
11992 * gdb.base/default.exp: Likewise.
11993 * gdb.base/scope.exp: Likewise.
11994 * gdb.base/sepdebug.exp: Likewise.
11995 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11996 throughout.
11997 * gdb.base/run.c: Likewise.
11998 * gdb.base/sepdebug.c: Likewise.
11999 * gdb.hp/gdb.aCC/run.c: Likewise.
12000 * gdb.reverse/until-reverse.c: Likewise.
12001 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12002
12003 2014-09-16 Yao Qi <yao@codesourcery.com>
12004
12005 * boards/local-remote-host-native.exp: New file.
12006
12007 2014-09-14 Doug Evans <xdje42@gmail.com>
12008
12009 * gdb.threads/queue-signal.c (thread_count): New variable.
12010 (thread_count_mutex, thread_count_condvar): New variables.
12011 (incr_thread_count, wait_all_threads_running): New functions.
12012 (main): Wait for all threads to be in their thread functions.
12013
12014 2014-09-13 Doug Evans <xdje42@gmail.com>
12015
12016 * gdb.threads/queue-signal.c: New file.
12017 * gdb.threads/queue-signal.exp: New file.
12018
12019 2014-09-13 Doug Evans <xdje42@gmail.com>
12020
12021 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12022 be consistent with what default_gdb_init uses.
12023 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12024 the plain text of the prompt. Add some logging printfs.
12025 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12026
12027 2014-09-12 Pedro Alves <palves@redhat.com>
12028
12029 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12030 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12031 * gdb.arch/i386-size-overlap.exp: Likewise.
12032 * gdb.arch/i386-size.exp: Likewise.
12033 * gdb.arch/i386-unwind.exp: Likewise.
12034 * gdb.base/a2-run.exp: Likewise.
12035 * gdb.base/break.exp: Likewise.
12036 * gdb.base/charset.exp: Likewise.
12037 * gdb.base/chng-syms.exp: Likewise.
12038 * gdb.base/commands.exp: Likewise.
12039 * gdb.base/dbx.exp: Likewise.
12040 * gdb.base/find.exp: Likewise.
12041 * gdb.base/funcargs.exp: Likewise.
12042 * gdb.base/jit-simple.exp: Likewise.
12043 * gdb.base/reread.exp: Likewise.
12044 * gdb.base/sepdebug.exp: Likewise.
12045 * gdb.base/step-bt.exp: Likewise.
12046 * gdb.cp/mb-inline.exp: Likewise.
12047 * gdb.cp/mb-templates.exp: Likewise.
12048 * gdb.objc/basicclass.exp: Likewise.
12049 * gdb.threads/killed.exp: Likewise.
12050
12051 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12052
12053 PR tdep/17379
12054 * gdb.arch/powerpc-stackless.S: New file.
12055 * gdb.arch/powerpc-stackless.exp: New file.
12056
12057 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12058
12059 * gdb.base/attach.c: Include unistd.h.
12060 (main): Call alarm. Add label postloop.
12061 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12062 gdb_breakpoint, gdb_continue_to_breakpoint.
12063 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12064
12065 2014-09-11 Pedro Alves <palves@redhat.com>
12066
12067 PR gdb/17347
12068 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12069 * gdb.base/attach.exp (test_command_line_attach_run): New
12070 procedure.
12071 (top level): Call it.
12072
12073 2014-09-11 Pedro Alves <palves@redhat.com>
12074
12075 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12076 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12077 (do_command_attach_tests): Use spawn_wait_for_attach.
12078 * gdb.base/solib-overlap.exp: Likewise.
12079 * gdb.multi/multi-attach.exp: Likewise.
12080 * gdb.python/py-prompt.exp: Likewise.
12081 * gdb.python/py-sync-interp.exp: Likewise.
12082 * gdb.server/ext-attach.exp: Likewise.
12083
12084 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12085
12086 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12087 command in testcase. Simplify testcase.
12088
12089 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12090
12091 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12092
12093 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12094
12095 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12096
12097 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12098
12099 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12100
12101 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12102
12103 * gdb.dwarf2/dynarr-ptr.c: New file.
12104 * gdb.dwarf2/dynarr-ptr.exp: New file.
12105
12106 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12107
12108 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12109 of 30 rather than hardcoding 120 for a slow test case. Take the
12110 `gdb,timeout' target setting into account for this calculation.
12111 Don't extend the timeout for the test cases that don't need it.
12112
12113 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12114
12115 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12116 a factor of 2 for a slow test case. Take the `gdb,timeout'
12117 target setting into account for this calculation.
12118 * gdb.reverse/until-precsave.exp: Increase the timeout by
12119 a factor of 15 and 3 respectively rather than adding 120
12120 for a pair of slow test cases. Take the `gdb,timeout'
12121 target setting into account for this calculation.
12122
12123 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12124
12125 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12126 timeout, don't pass one down to gdb_expect.
12127 (gdb_expect): Rework timeout selection.
12128
12129 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12130
12131 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12132 exception on timeout.
12133 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12134 (gdbserver_start_extended): Catch any `gdbserver_start' error
12135 exceptions.
12136 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12137 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12138 `gdbserver_gdb_load' error exceptions.
12139
12140 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12141
12142 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12143 120 on waiting for the TCP socket to open.
12144
12145 2014-09-09 Doug Evans <xdje42@gmail.com>
12146
12147 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12148 _caller_matches, _any_caller_is, _any_caller_matches.
12149
12150 2014-09-09 Doug Evans <xdje42@gmail.com>
12151
12152 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12153
12154 2014-09-09 Yao Qi <yao@codesourcery.com>
12155
12156 * gdb.mi/mi-var-display.exp: Set print symbol off.
12157
12158 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12159
12160 PR gdb/17035
12161 * gdb.base/commands.exp: Add tests to verify user-defined
12162 commands with empty bodies.
12163 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12164 python commands in `show user command`.
12165 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12166 scheme commands in `show user command`.
12167
12168 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12169
12170 PR python/17355
12171 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12172 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12173 * gdb.python/py-framefilter-invalidarg.exp: New file.
12174 * gdb.python/py-framefilter-invalidarg.py: New file.
12175
12176 2014-09-06 Doug Evans <xdje42@gmail.com>
12177
12178 PR 15276
12179 * gdb.python/py-caller-is.c: New file.
12180 * gdb.python/py-caller-is.exp: New file.
12181
12182 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12183
12184 PR gdb/17235
12185 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12186 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12187
12188 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12189
12190 PR fortran/17237
12191 * gdb.fortran/print-formatted.exp: New file.
12192 * gdb.fortran/print-formatted.f90: Likewise.
12193
12194 2014-09-03 Sasha Smundak <asmundak@google.com>
12195
12196 * gdb.python/py-frame.exp: Test Frame.read_register.
12197
12198 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12199
12200 PR python/16699
12201 * gdb.python/py-completion.exp: New file.
12202 * gdb.python/py-completion.py: Likewise.
12203
12204 2014-08-28 Doug Evans <dje@google.com>
12205
12206 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12207 eax,etc. are live with values set by gdb and thus the compiler can't
12208 use them.
12209 * gdb.arch/i386-pseudo.c (main): Ditto.
12210
12211 2014-08-27 Doug Evans <dje@google.com>
12212
12213 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12214
12215 2014-08-25 Doug Evans <dje@google.com>
12216
12217 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12218 (main): Ditto.
12219
12220 2014-08-25 Doug Evans <dje@google.com>
12221
12222 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12223
12224 2014-08-24 Yao Qi <yao@codesourcery.com>
12225
12226 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12227 symbol off.
12228 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12229
12230 2014-08-22 Doug Evans <dje@google.com>
12231
12232 PR 17276
12233 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12234 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12235 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12236
12237 2014-08-22 Yao Qi <yao@codesourcery.com>
12238
12239 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12240 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12241 * gdb.python/python.exp: Likewise. Use .py file on the host
12242 instead of the build.
12243
12244 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12245
12246 * gdb.threads/gcore-stale-thread.c: New file.
12247 * gdb.threads/gcore-stale-thread.exp: New file.
12248
12249 2014-08-21 Pedro Alves <palves@redhat.com>
12250
12251 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12252 * gdb.base/gcore-relro-pie.exp: Likewise.
12253 * gdb.base/gcore-relro.exp: Likewise.
12254 * gdb.base/gcore.exp: Likewise.
12255 * gdb.base/print-symbol-loading.exp: Likewise.
12256 * gdb.threads/gcore-thread.exp: Likewise.
12257 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12258
12259 2014-08-20 Pedro Alves <palves@redhat.com>
12260 Jan Kratochvil <jan.kratochvil@redhat.com>
12261
12262 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12263 configure.
12264 (EXPECT): Handle READ1 being set.
12265 (all): Depend on EXTRA_RULES.
12266 (check-read1, expect-read1, read1.so, read1): New rules.
12267 * README (Testsuite Parameters): Document the READ1 make variable.
12268 (Race detection): New section.
12269 * configure: Regenerate.
12270 * configure.ac: If build==host==target, and running under a
12271 GNU/glibc system, add read1 to the extra Makefile rules.
12272 (EXTRA_RULES): AC_SUBST it.
12273 * lib/read1.c: New file.
12274
12275 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12276
12277 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12278 the handling of variables declared as a typedef to an array
12279 which a DW_AT_data_location attribute.
12280
12281 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12282 Pedro Alves <palves@redhat.com>
12283
12284 PR symtab/14604
12285 PR symtab/14605
12286 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12287 gdb_test.
12288
12289 2014-08-19 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12292
12293 2014-08-19 Yao Qi <yao@codesourcery.com>
12294
12295 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12296 right line.
12297
12298 2014-08-18 David Blaikie <dblaikie@gmail.com>
12299
12300 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12301
12302 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12303
12304 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12305 attribute in array range.
12306
12307 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12308
12309 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12310
12311 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12312
12313 PR c++/17132
12314 * gdb.cp/pr17132.cc: New file.
12315 * gdb.cp/pr17132.exp: New file.
12316
12317 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12318
12319 * gdb.python/py-xmethods.py (A_getarrayind)
12320 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12321 Use 'print' with function call syntax.
12322 (E_method_matcher.match): Fix tab vs space indentation mixup.
12323
12324 2014-08-15 Yao Qi <yao@codesourcery.com>
12325
12326 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12327 false.
12328
12329 2014-08-15 Yao Qi <yao@codesourcery.com>
12330
12331 * gdb.cp/casts.exp: Set print symbol off.
12332 * gdb.cp/class2.exp: Likewise.
12333 * gdb.cp/overload.exp: Likewise.
12334 * gdb.cp/templates.exp: Likewise.
12335
12336 2014-08-11 Doug Evans <dje@google.com>
12337
12338 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12339 (test_load_shlib): Update.
12340
12341 2014-08-09 Yao Qi <yao@codesourcery.com>
12342
12343 * gdb.base/display.exp: Invoke is_address_zero_readable.
12344 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12345 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12346 * gdb.base/hbreak-unmapped.exp: Return if
12347 is_address_zero_readable returns true.
12348 * gdb.base/signest.exp: Likewise.
12349 * gdb.base/signull.exp: Likewise.
12350 * gdb.base/sigbpt.exp: Likewise.
12351 * gdb.guile/scm-disasm.exp: Do the test if
12352 is_address_zero_readable returns false.
12353 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12354 * gdb.python/py-arch.exp: Likewise.
12355 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12356 * lib/gdb.exp (is_address_zero_readable): New proc.
12357
12358 2014-08-09 Yao Qi <yao@codesourcery.com>
12359
12360 PR testsuite/13443
12361 * gdb.mi/mi-var-display.exp: Make test messages unique.
12362
12363 2014-08-04 Tom Tromey <tromey@redhat.com>
12364
12365 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12366 target 0".
12367
12368 2014-08-04 Tom Tromey <tromey@redhat.com>
12369
12370 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12371 "target_resume".
12372
12373 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12374
12375 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12376 inner_vla_struct_object_size.
12377 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12378 as xfail.
12379
12380 2014-07-30 Pedro Alves <palves@redhat.com>
12381
12382 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12383 comment.
12384
12385 2014-07-29 Yao Qi <yao@codesourcery.com>
12386
12387 PR gdb/17206
12388 * gdb.base/until-nodebug.exp: New.
12389
12390 2014-07-28 Doug Evans <xdje42@gmail.com>
12391
12392 PR guile/17203
12393 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12394 previously existing parameter, and previously ambiguously spelled
12395 parameter.
12396
12397 2014-07-28 Will Newton <will.newton@linaro.org>
12398
12399 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12400
12401 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12402 Doug Evans <xdje42@gmail.com>
12403
12404 PR guile/17146
12405 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12406
12407 2014-07-25 Pedro Alves <palves@redhat.com>
12408
12409 * gdb.threads/signal-command-handle-nopass.c: New file.
12410 * gdb.threads/signal-command-handle-nopass.exp: New file.
12411 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12412 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12413 * gdb.threads/signal-delivered-right-thread.c: New file.
12414 * gdb.threads/signal-delivered-right-thread.exp: New file.
12415
12416 2014-07-25 Pedro Alves <palves@redhat.com>
12417
12418 * gdb.base/double-prompt-target-event-error.exp
12419 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12420 match.
12421 (cancel_pagination_in_target_event): Rework double prompt
12422 detection.
12423 * gdb.base/paginate-after-ctrl-c-running.exp
12424 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12425 <return>' match.
12426 * gdb.base/paginate-bg-execution.exp
12427 (test_bg_execution_pagination_return)
12428 (test_bg_execution_pagination_cancel): Remove '-notransfer
12429 <return>' matches.
12430 * gdb.base/paginate-execution-startup.exp
12431 (test_fg_execution_pagination_return)
12432 (test_fg_execution_pagination_cancel): Remove '-notransfer
12433 <return>' matches.
12434 * gdb.base/paginate-inferior-exit.exp
12435 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12436 match.
12437 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12438 * lib/gdb.exp (pagination_prompt): Run text through
12439 string_to_regexp.
12440 (gdb_test_multiple): Match $pagination_prompt instead of
12441 "<return>".
12442 (string_to_regexp): Move to lib/gdb-utils.exp.
12443
12444 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12445
12446 * gdb.arch/amd64-entry-value-paramref.S: New file.
12447 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12448 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12449 * gdb.arch/amd64-optimout-repeat.S: New file.
12450 * gdb.arch/amd64-optimout-repeat.c: New file.
12451 * gdb.arch/amd64-optimout-repeat.exp: New file.
12452
12453 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12454
12455 PR gdb/17170
12456 * gdb.base/statistics.exp: New file.
12457
12458 2014-07-17 Doug Evans <dje@google.com>
12459
12460 PR gdb/17170
12461 * gdb.base/maint.exp: Update testing of per-command stats.
12462
12463 2014-07-16 Pedro Alves <palves@redhat.com>
12464
12465 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12466 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12467 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12468 (tfile_write_buf): New functions.
12469 (add_memory_block): Rewrite using the above.
12470 (adjust_function_address): New function.
12471 (FUNCTION_ADDRESS): New macro.
12472 (write_basic_trace_file): Remove short_x local, and use
12473 tfile_write_16. Change type of func_addr local to unsigned long
12474 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12475 here. Cast argument of add_memory_block to char pointer.
12476 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12477 (main): Remove parameters.
12478 * gdb.trace/tfile.exp: Remove nowarnings.
12479
12480 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12481
12482 * gdb.base/debug-expr.exp: Test string evaluation with
12483 "debug expression" on.
12484
12485 2014-07-15 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.base/reread.exp: Use clean_restart.
12488
12489 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12490
12491 * gdb.arch/avr-flash-qualifer.c: New.
12492 * gdb.arch/avr-flash-qualifer.exp: New.
12493
12494 2014-07-14 Pedro Alves <palves@redhat.com>
12495
12496 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12497 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12498
12499 2014-07-14 Pedro Alves <palves@redhat.com>
12500
12501 * gdb.base/double-prompt-target-event-error.c: New file.
12502 * gdb.base/double-prompt-target-event-error.exp: New file.
12503
12504 2014-07-14 Pedro Alves <palves@redhat.com>
12505
12506 PR gdb/17072
12507 * gdb.base/paginate-inferior-exit.c: New file.
12508 * gdb.base/paginate-inferior-exit.exp: New file.
12509
12510 2014-07-14 Pedro Alves <palves@redhat.com>
12511
12512 PR gdb/17072
12513 * gdb.base/paginate-bg-execution.c: New file.
12514 * gdb.base/paginate-bg-execution.exp: New file.
12515
12516 2014-07-14 Pedro Alves <palves@redhat.com>
12517
12518 PR gdb/17072
12519 * gdb.base/paginate-execution-startup.c: New file.
12520 * gdb.base/paginate-execution-startup.exp: New file.
12521 * lib/gdb.exp (pagination_prompt): New global.
12522 (default_gdb_spawn): New procedure, factored out from
12523 default_gdb_spawn.
12524 (default_gdb_start): Adjust to call default_gdb_spawn.
12525 (gdb_spawn): New procedure.
12526
12527 2014-07-14 Pedro Alves <palves@redhat.com>
12528
12529 * lib/gdb.exp (gdb_assert): New procedure.
12530 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12531
12532 2014-07-14 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.base/execution-termios.c: New file.
12535 * gdb.base/execution-termios.exp: New file.
12536
12537 2014-07-14 Tom Tromey <tromey@redhat.com>
12538
12539 * gdb.cp/vla-cxx.cc: New file.
12540 * gdb.cp/vla-cxx.exp: New file.
12541
12542 2014-07-14 Tom Tromey <tromey@redhat.com>
12543
12544 * gdb.reverse/rerun-prec.c: New file.
12545 * gdb.reverse/rerun-prec.exp: New file.
12546
12547 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12548 Maciej W. Rozycki <macro@codesourcery.com>
12549
12550 * lib/gdb-utils.exp: New file.
12551 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12552 inline `gdb_init_command' processing.
12553 (gdb_start_cmd): Likewise.
12554 * lib/mi-support.exp (mi_run_cmd): Likewise.
12555 * README: Document `gdb_init_command' and `gdb_init_commands'.
12556
12557 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12558
12559 Fix false FAIL running under a very long directory name.
12560 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12561 and "set print elements 10000". Twice.
12562
12563 2014-07-11 Yao Qi <yao@codesourcery.com>
12564
12565 * gdb.base/exprs.exp: "set print symbol off".
12566
12567 2014-07-11 Pedro Alves <palves@redhat.com>
12568
12569 * gdb.threads/kill.c: New file.
12570 * gdb.threads/kill.exp: New file.
12571
12572 2014-07-10 Yao Qi <yao@codesourcery.com>
12573
12574 * gdb.trace/tfile.c (write_basic_trace_file)
12575 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12576 address written to trace file.
12577
12578 2014-07-09 Pedro Alves <palves@redhat.com>
12579
12580 * gdb.base/attach-wait-input.exp: New file.
12581 * gdb.base/attach-wait-input.c: New file.
12582
12583 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12584
12585 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12586 setting up test structures.
12587 (main): Call new test function.
12588 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12589 test function, continue into test function and walk test
12590 structures.
12591
12592 2014-07-02 Yao Qi <yao@codesourcery.com>
12593
12594 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12595 'bar_start' at the beginning of functions 'foo' and 'bar'
12596 respectively.
12597 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12598 instead of 'foo' and 'bar'.
12599
12600 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12601
12602 * gdb.btrace/segv.exp: New.
12603 * gdb.btrace/segv.c: New.
12604
12605 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12606
12607 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12608 instruction.
12609
12610 2014-06-30 Mark Wielaard <mjw@redhat.com>
12611
12612 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12613 vulture, vilify, villar): New volatile array constants.
12614 (vindictive, vegetation): New const volatile array constants.
12615 * gdb.base/volatile.exp: Test volatile and const volatile array
12616 types.
12617
12618 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12619
12620 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12621 target lacks support for awatch, rwatch, or hbreak.
12622
12623 2014-06-27 Yao Qi <yao@codesourcery.com>
12624
12625 * gdb.multi/dummy-frame-restore.exp: New.
12626 * gdb.multi/dummy-frame-restore.c: New.
12627
12628 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12629
12630 * gdb.btrace/gcore.exp: New.
12631
12632 2014-06-23 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.base/watchpoint-reuse-slot.c: New file.
12635 * gdb.base/watchpoint-reuse-slot.exp: New file.
12636
12637 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12638
12639 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12640 progspace's filename in 'info', 'enable' and 'disable' command
12641 tests.
12642
12643 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12644
12645 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12646 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12647 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12648
12649 2014-06-20 Gary Benson <gbenson@redhat.com>
12650
12651 * gdb.arch/i386-avx.exp: Fix include file location.
12652 * gdb.arch/i386-sse.exp: Likewise.
12653
12654 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12655
12656 * gdb.dlang/expression.exp: New file.
12657
12658 2014-06-19 Pedro Alves <palves@redhat.com>
12659
12660 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12661 out from ...
12662 (top level): ... here. Iterate running tests under different
12663 scheduler-locking settings.
12664
12665 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12666
12667 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12668 to DW_FORM_addr and use non-zero addresses.
12669
12670 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12671
12672 PR gdb/17017
12673 * gdb.python/py-xmethods.cc: Add global function call counters and
12674 increment them in their respective functions. Remove "cout"
12675 statements.
12676 * gdb.python/py-xmethods.exp: Make tests check the global function
12677 call counters instead of depending on inferior IO.
12678
12679 2014-06-18 Don Breazeal <donb@codesourcery.com>
12680
12681 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12682 Deleted procedure.
12683 (explicit_fork_parent_follow): Deleted procedure.
12684 (explicit_fork_child_follow): Deleted procedure.
12685 (test_follow_fork): New procedure.
12686 (do_fork_tests): Replace calls to deleted procedures with
12687 calls to test_follow_fork and reset GDB for subsequent
12688 procedure calls.
12689
12690 2014-06-17 Yao Qi <yao@codesourcery.com>
12691
12692 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12693 CP1252.
12694
12695 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12696
12697 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12698 Initialize ptr and S explicitly.
12699 (skip_type_update_when_not_use_rtti_test): Likewise.
12700
12701 2014-06-16 Keith Seitz <keiths@redhat.com>
12702
12703 PR mi/15863
12704 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12705 the inferior is started.
12706
12707 2014-06-16 Pedro Alves <palves@redhat.com>
12708
12709 * gdb.base/break-main-file-remove-fail.c: New file.
12710 * gdb.base/break-main-file-remove-fail.exp: New file.
12711 * gdb.base/break-unload-file.exp: Use build_executable instead of
12712 prepare_for_testing.
12713 (test_break): New parameter "initial_load". Handle it.
12714 (top level): Add initial_load cmdline/file axis.
12715
12716 2014-06-12 Tom Tromey <tromey@redhat.com>
12717
12718 * gdb.base/completion.exp: Don't use directory name in test.
12719
12720 2014-06-09 Gary Benson <gbenson@redhat.com>
12721
12722 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12723 separate the always-available ANSI-standard signals from the
12724 signals that require checking.
12725 (main): Likewise.
12726 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12727 Likewise.
12728 (main): Likewise.
12729
12730 2014-06-07 Keith Seitz <keiths@redhat.com>
12731
12732 Revert:
12733 PR c++/16253
12734 * gdb.cp/var-tag.cc: New file.
12735 * gdb.cp/var-tag.exp: New file.
12736 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12737 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12738 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12739 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12740
12741 2014-06-06 Doug Evans <xdje42@gmail.com>
12742
12743 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12744
12745 2014-06-06 Pedro Alves <palves@redhat.com>
12746
12747 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12748 in target debug output instead of looking at RSP packets,
12749 disabling the test on any target that uses hardware stepping.
12750 Update comments.
12751
12752 2014-06-06 Pedro Alves <palves@redhat.com>
12753
12754 * gdb.base/break-unload-file.exp: Fix typo.
12755
12756 2014-06-06 Yao Qi <yao@codesourcery.com>
12757
12758 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12759 from "jit_function" to "^jit_function".
12760
12761 2014-06-06 Yao Qi <yao@codesourcery.com>
12762
12763 * gdb.base/async.c (foo): Add one statement.
12764 * gdb.base/async.exp: Get the next instruction address and
12765 match the output of "nexti" by instruction address. Match
12766 the hex address in the output of "finish".
12767
12768 2014-06-06 Gary Benson <gbenson@redhat.com>
12769
12770 * gdb.base/call-signals.c: Remove preprocessor conditionals
12771 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12772 SIGSEGV and SIGTERM.
12773 * gdb.base/sigall.c: Likewise.
12774 * gdb.base/unwindonsignal.c: Likewise.
12775 * gdb.reverse/sigall-reverse.c: Likewise.
12776
12777 2014-06-06 Yao Qi <yao@codesourcery.com>
12778
12779 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12780 readable, skip the test.
12781
12782 2014-06-06 Yao Qi <yao@codesourcery.com>
12783
12784 * gdb.threads/staticthreads.c (thread_function): Move the line
12785 setting breakpoint on forward.
12786 * gdb.threads/staticthreads.exp: Update comments.
12787
12788 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12789
12790 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12791 "history-append! type error".
12792
12793 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12794
12795 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12796 erroneous dprintf expected input.
12797
12798 2014-06-04 Doug Evans <xdje42@gmail.com>
12799
12800 * gdb.guile/scm-generics.exp: Delete.
12801
12802 2014-06-04 Doug Evans <xdje42@gmail.com>
12803
12804 * gdb.guile/scm-breakpoint.exp: Update.
12805 Add tests for breakpoint registration.
12806
12807 2014-06-04 Tom Tromey <tromey@redhat.com>
12808
12809 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12810 VLA-in-union.
12811 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12812 inner_vla_struct, vla_union types. Initialize objects of those
12813 types and compute their sizes.
12814
12815 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12816 Hui Zhu <hui@codesourcery.com>
12817
12818 * gdb.base/fileio.exp: Add test for shell not available as well as
12819 available.
12820 * gdb.base/fileio.c (test_system): Check for shell twice.
12821
12822 2014-06-04 Yao Qi <yao@codesourcery.com>
12823
12824 * gdb.base/auto-connect-native-target.exp: Remove redundant
12825 space from the regexp pattern.
12826
12827 2014-06-04 Yao Qi <yao@codesourcery.com>
12828
12829 * gdb.base/default.exp: Replace "child" with "native" in
12830 regexp pattern.
12831
12832 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12833
12834 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12835 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12836 * gdb.python/py-xmethods.py: Python script supporting the
12837 new testcase and tests.
12838
12839 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12840 Pedro Alves <palves@redhat.com>
12841
12842 PR breakpoints/17000
12843 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12844 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12845
12846 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12847
12848 * gdb.base/subst.exp: Add tests to verify partial path matching
12849 output.
12850
12851 2014-06-03 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12854 target that doesn't use software single-stepping.
12855
12856 2014-06-03 Pedro Alves <palves@redhat.com>
12857
12858 PR breakpoints/17000
12859 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12860 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12861
12862 2014-06-02 Doug Evans <xdje42@gmail.com>
12863
12864 * gdb.guile/scm-parameter.exp: New file.
12865
12866 2014-06-02 Doug Evans <xdje42@gmail.com>
12867
12868 * gdb.guile/scm-cmd.c: New file.
12869 * gdb.guile/scm-cmd.exp: New file.
12870
12871 2014-06-02 Doug Evans <xdje42@gmail.com>
12872
12873 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12874 pretty-printer lookup.
12875 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12876 (make-pp_s-printer): Call it.
12877 (make-pretty-printer-from-dict): New function.
12878 (lookup-pretty-printer-maker-from-dict): New function.
12879 (*pretty-printer*): Simplify.
12880 (make-objfile-pp_s-printer): New function.
12881 (install-objfile-pretty-printers!): New function.
12882 (make-progspace-pp_s-printer): New function.
12883 (install-progspace-pretty-printers!): New function.
12884 * gdb.guile/scm-progspace.c: New file.
12885 * gdb.guile/scm-progspace.exp: New file.
12886
12887 2014-06-02 Pedro Alves <palves@redhat.com>
12888
12889 * gdb.base/dprintf-bp-same-addr.c: New file.
12890 * gdb.base/dprintf-bp-same-addr.exp: New file.
12891
12892 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12893
12894 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12895 * gdb.arch/powerpc-power.s: Likewise.
12896
12897 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12898
12899 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12900
12901 2014-06-01 Yao Qi <yao@codesourcery.com>
12902
12903 * gdb.base/watchpoint.exp (test_watch_location): Check null
12904 pointer can be dereferenced. If not, do the test, otherwise
12905 skip it.
12906
12907 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12908
12909 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12910 results.
12911 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12912
12913 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12914
12915 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12916 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12917 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12918 * gdb.arch/amd64-invalid-stack-top.c: New file.
12919 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12920
12921 2014-05-30 Pedro Alves <palves@redhat.com>
12922
12923 PR breakpoints/17000
12924 * gdb.base/sss-bp-on-user-bp.c: New file.
12925 * gdb.base/sss-bp-on-user-bp.exp: New file.
12926
12927 2014-05-30 David Blaikie <dblaikie@gmail.com>
12928
12929 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12930 gnu_inline semantics via attribute.
12931 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12932 source explicitly specifies the required semantics.
12933
12934 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12935
12936 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12937
12938 2014-05-29 Pedro Alves <palves@redhat.com>
12939 Tom Tromey <tromey@redhat.com>
12940
12941 * gdb.base/async-shell.exp: Don't enable target-async.
12942 * gdb.base/async.exp
12943 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12944 parameter. Adjust.
12945 (top level): Don't test with "target-async".
12946 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12947 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12948 * gdb.base/inferior-died.exp: Don't enable target-async.
12949 * gdb.base/interrupt-noterm.exp: Likewise.
12950 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12951 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12952 * gdb.mi/mi-nonstop.exp: Likewise.
12953 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12954 * gdb.mi/mi-nsintrall.exp: Likewise.
12955 * gdb.mi/mi-nsmoribund.exp: Likewise.
12956 * gdb.mi/mi-nsthrexec.exp: Likewise.
12957 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12958 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12959 * gdb.python/py-evsignal.exp: Don't enable target-async.
12960 * gdb.python/py-evthreads.exp: Likewise.
12961 * gdb.python/py-prompt.exp: Likewise.
12962 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12963 * gdb.server/solib-list.exp: Don't enable target-async.
12964 * gdb.threads/thread-specific-bp.exp: Likewise.
12965 * lib/mi-support.exp: Adjust to use mi-async.
12966
12967 2014-05-29 Pedro Alves <palves@redhat.com>
12968
12969 PR gdb/13860
12970 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12971 reason, even in sync mode.
12972
12973 2014-05-29 Pedro Alves <palves@redhat.com>
12974 Hui Zhu <hui@codesourcery.com>
12975
12976 PR PR15693
12977 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12978 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12979 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12980 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12981
12982 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12983
12984 * config/monitor.exp (gdb_target_monitor): Replace use of
12985 "set remotebaud" by "set serial baud".
12986
12987 2014-05-26 Andy Wingo <wingo@igalia.com>
12988
12989 * gdb.guile/scm-breakpoint.exp:
12990 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12991 properties instead of gdb-object-properties.
12992
12993 2014-05-26 Yao Qi <yao@codesourcery.com>
12994
12995 * gdb.server/no-thread-db.exp: Specify source file name
12996 explicitly when setting a breakpoint.
12997
12998 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12999
13000 * gdb.btrace/vdso.c: New.
13001 * gdb.btrace/vdso.exp: New.
13002
13003 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13004
13005 * gdb.base/gcore.exp (capture_command_output): Move ...
13006 * lib/gdb.exp (capture_command_output): ... here.
13007
13008 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13009
13010 * gdb.btrace/data.exp: Test memory access during btrace replay.
13011
13012 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13013
13014 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13015
13016 2014-05-21 Pedro Alves <palves@redhat.com>
13017
13018 PR gdb/13860
13019 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13020 (top level): Test that output related to execution commands is
13021 sent to the console with CLI commands, but not with MI commands.
13022 Test that breakpoint events are always mirrored to the console.
13023 Also expect the new source line to be output after a "next" in
13024 async mode too. Make it a pass/fail test.
13025 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13026 output.
13027 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13028
13029 2014-05-21 Pedro Alves <palves@redhat.com>
13030
13031 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13032 Use them to test variations of "list" after reaching a breakpoint.
13033 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13034 Test "list" with listsize 10 after reaching a breakpoint.
13035 * gdb.python/python.exp (decode_line current location line
13036 number): Adjust expected line number.
13037
13038 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13039
13040 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13041 behavior for $args, pass it directly to "run".
13042
13043 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13044
13045 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13046 30000 to 65536.
13047
13048 2014-05-21 Pedro Alves <palves@redhat.com>
13049
13050 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13051 auto-connect-native-target off".
13052 * gdb.base/auto-connect-native-target.c: New file.
13053 * gdb.base/auto-connect-native-target.exp: New file.
13054
13055 2014-05-21 Pedro Alves <palves@redhat.com>
13056
13057 * gdb.base/default.exp: Test "target native" instead of "target
13058 child".
13059
13060 2014-05-21 Mark Wielaard <mjw@redhat.com>
13061
13062 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13063
13064 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13065
13066 Fix TLS access for -static -pthread.
13067 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13068 <HAVE_TLS> (thread_function, main): Initialize it.
13069 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13070 Add clean_restart.
13071 <$have_tls != "">: Check TLSVAR.
13072
13073 2014-05-21 Pedro Alves <palves@redhat.com>
13074
13075 * gdb.base/dcache-line-read-error.c: New.
13076 * gdb.base/dcache-line-read-error.exp: New.
13077
13078 2014-05-20 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.base/compare-sections.c: New file.
13081 * gdb.base/compare-sections.exp: New file.
13082
13083 2014-05-20 Pedro Alves <palves@redhat.com>
13084
13085 * gdb.base/break-idempotent.c: New file.
13086 * gdb.base/break-idempotent.exp: New file.
13087
13088 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13089
13090 * gdb.btrace/nohist.exp: New.
13091
13092 2014-05-20 Yao Qi <yao@codesourcery.com>
13093
13094 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13095 gdb.reverse directory and gdb_reverse_timeout exists in board
13096 setting.
13097 * README: Document gdb_reverse_timeout.
13098
13099 2014-05-20 Yao Qi <yao@codesourcery.com>
13100
13101 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13102 'test_file_name'. Treat args as a string instead of a list.
13103 (gdb_init): Rename argument 'args' by 'test_file_name'.
13104
13105 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13106
13107 * gdb.arch/powerpc-power.exp: New file.
13108 * gdb.arch/powerpc-power.s: New file.
13109
13110 2014-05-16 Doug Evans <dje@google.com>
13111
13112 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13113 * gdb.base/completion.exp: Check that all expected files exist
13114 before doing file completion.
13115
13116 2014-05-16 Doug Evans <dje@google.com>
13117
13118 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13119 Update.
13120 (do_syscall_tests_without_xml): Update.
13121
13122 2014-05-16 Pedro Alves <palves@redhat.com>
13123
13124 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13125 instead of "unknown output after running".
13126
13127 2014-05-16 Yao Qi <yao@codesourcery.com>
13128
13129 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13130 file1.txt from host at the end.
13131 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13132
13133 2014-05-15 Doug Evans <dje@google.com>
13134
13135 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13136 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13137 loading file. Add test for TU lookup.
13138
13139 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13140
13141 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13142 calling "-exec-arguments" or "set args" before running the
13143 inferior.
13144
13145 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13146
13147 * lib/mi-support.exp (mi_expect_stop): Expect message for
13148 inferiors that exit with non-zero exit code.
13149
13150 2014-05-14 Yao Qi <yao@codesourcery.com>
13151
13152 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13153 match absolute path on remote host.
13154 (test_file_list_exec_source_files): Remove "/" from the
13155 pattern.
13156
13157 2014-05-14 Yao Qi <yao@codesourcery.com>
13158
13159 * boards/local-remote-host-notty.exp (${board}_file): New
13160 proc.
13161
13162 2014-05-07 Kyle McMartin <kyle@redhat.com>
13163
13164 Pushed by Joel Brobecker <brobecker@adacore.com>.
13165 * gdb.arch/aarch64-atomic-inst.c: New file.
13166 * gdb.arch/aarch64-atomic-inst.exp: New file.
13167
13168 2014-05-07 Yao Qi <yao@codesourcery.com>
13169
13170 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13171 in current context" too.
13172
13173 2014-05-05 Keith Seitz <keiths@redhat.com>
13174
13175 * gdb.linespec/ls-dollar.exp: Add test for linespec
13176 file:convenience_variable.
13177
13178 2014-05-05 Yao Qi <yao@codesourcery.com>
13179
13180 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13181 traceframes into tfile and ctf trace files. Read data from
13182 trace file and test collected data.
13183 (gdb_collect_locals_test): Likewise.
13184 (gdb_unavailable_registers_test): Likewise.
13185 (gdb_unavailable_floats): Likewise.
13186 (gdb_collect_globals_test): Likewise.
13187 (top-level): Append "ctf" to trace_file_targets if GDB
13188 supports.
13189
13190 2014-05-05 Yao Qi <yao@codesourcery.com>
13191
13192 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13193 code to ...
13194 (gdb_collect_args_test_1): ... it. New proc.
13195 (gdb_collect_locals_test): Move some code to ...
13196 (gdb_collect_locals_test_1): ... it. New proc.
13197 (gdb_unavailable_registers_test): Move some code to ...
13198 (gdb_unavailable_registers_test_1): ... it. New proc.
13199 (gdb_unavailable_floats): Move some code to ...
13200 (gdb_unavailable_floats_1): ... it. New proc.
13201
13202 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13203
13204 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13205 probes to test for bitness recognition.
13206 * gdb.arch/amd64-stap-optional-prefix.exp
13207 (test_probe_value_without_reg): New procedure.
13208 Add code to test for different kinds of bitness.
13209
13210 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13211
13212 PR breakpoints/16889
13213 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13214 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13215
13216 2014-05-01 Pedro Alves <palves@redhat.com>
13217
13218 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13219 gdb_file_cmd if no file is specified.
13220 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13221 last_loaded_file to set the remote exec-file.
13222
13223 2014-05-01 Pedro Alves <palves@redhat.com>
13224
13225 * boards/local-remote-host.exp: New file.
13226
13227 2014-05-01 Pedro Alves <palves@redhat.com>
13228
13229 * boards/local-remote-host.exp: Rename to ...
13230 * boards/local-remote-host-notty.exp: ... this.
13231
13232 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13233
13234 * gdb.ada/dyn_arrayidx: New testcase.
13235
13236 2014-04-26 Yao Qi <yao@codesourcery.com>
13237
13238 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13239 and compute the length of function main. Save it in
13240 $main_length.
13241 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13242 (top-level): Use gdb_compile to compile objects into
13243 executable and restart GDB. Remove invocation to
13244 prepare_for_testing.
13245
13246 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13247 Pedro Alves <palves@redhat.com>
13248
13249 PR server/16255
13250 * gdb.multi/multi-attach.c: New file.
13251 * gdb.multi/multi-attach.exp: New file.
13252
13253 2014-04-25 Pedro Alves <palves@redhat.com>
13254
13255 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13256 user.
13257 (top level): Test that "set remote conditional-breakpoints-packet
13258 off" works as intended.
13259 * gdb.base/dprintf.exp: Test that "set remote
13260 breakpoint-commands-packet off" works as intended.
13261 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13262 New function.
13263 (top level): Call it.
13264 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13265 remote fast-tracepoints-packet off" works as intended.
13266 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13267 * lib/gdb.exp (gdb_is_target_remote): ... here.
13268
13269 2014-04-24 David Blaikie <dblaikie@gmail.com>
13270
13271 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13272 ensure clang would not discard them.
13273 * gdb.base/gdbvars.c: Ditto.
13274 * gdb.base/memattr.c: Ditto.
13275 * gdb.base/whatis.c: Ditto.
13276 * gdb.python/py-prettyprint.c: Ditto.
13277 * gdb.trace/actions.c: Ditto.
13278 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13279 ensure clang would not discard it.
13280
13281 2014-04-24 David Blaikie <dblaikie@gmail.com>
13282
13283 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13284 clang to emit the full definition of type required by the test
13285 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13286
13287 2014-04-24 David Blaikie <dblaikie@gmail.com>
13288
13289 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13290 coax Clang into emitting the definition of the type.
13291 * gdb.cp/pr10728-x.h (y): Ditto.
13292 * gdb.cp/pr10728-y.cc (y): Ditto.
13293
13294 2014-04-24 David Blaikie <dblaikie@gmail.com>
13295
13296 * gdb.base/label.exp: XFAIL label related tests under Clang.
13297 * gdb.cp/cplabel.exp: Ditto.
13298 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13299 under Clang those using labels.
13300
13301 2014-04-25 Yao Qi <yao@codesourcery.com>
13302
13303 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13304 double_label.
13305 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13306 partial_label and double_label.
13307
13308 2014-04-24 David Blaikie <dblaikie@gmail.com>
13309
13310 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13311
13312 2014-04-24 David Blaikie <dblaikie@gmail.com>
13313
13314 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13315 of the function to work across GCC and Clang.
13316 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13317 pointer types (const void ** const V void **).
13318
13319 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13320 Walfred Tedeschi <walfred.tedeschi@intel.com>
13321
13322 * Makefile.in (EXECUTABLES): Added i386-avx512.
13323 * gdb.arch/i386-avx512.c: New file.
13324 * gdb.arch/i386-avx512.exp: Likewise.
13325
13326 2014-04-23 Keith Seitz <keiths@redhat.com>
13327
13328 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13329 (mi_make_breakpoint_table): New procedure.
13330 (mi_create_breakpoint): Use mi_make_breakpoint
13331 and return the result.
13332 (mi_make_breakpoint): New procedure.
13333 (mi_build_kv_pairs): New procedure.
13334
13335 * gdb.mi/mi-break.exp: Remove unused globals,
13336 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13337 All callers updated.
13338 * gdb.mi/mi-dprintf.exp: Use variable to track command
13339 number.
13340 Update all callers of mi_create_breakpoint and use
13341 mi_make_breakpoint_table.
13342 Remove any unused global variables.
13343 * gdb.mi/mi-nonstop.exp: Likewise.
13344 * gdb.mi/mi-nsintrall.exp: Likewise.
13345 * gdb.mi/mi-nsmoribund.exp: Likewise.
13346 * gdb.mi/mi-nsthrexec.exp: Likewise.
13347 * gdb.mi/mi-reverse.exp: Likewise.
13348 * gdb.mi/mi-simplerun.exp: Likewise.
13349 * gdb.mi/mi-stepn.exp: Likewise.
13350 * gdb.mi/mi-syn-frame.exp: Likewise.
13351 * gdb.mi/mi-until.exp: Likewise.
13352 * gdb.mi/mi-var-cp.exp: Likewise.
13353 * gdb.mi/mi-var-display.exp: Likewise.
13354 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13355 * gdb.mi/mi2-var-child.exp: Likewise.
13356 * gdb.mi/mi-vla-c99.exp: Likewise.
13357 * lib/mi-support.exp: Likewise.
13358
13359 From Ian Lance Taylor <iant@cygnus.com>:
13360 * lib/gdb.exp (parse_args): New procedure.
13361
13362 2014-04-23 Pedro Alves <palves@redhat.com>
13363
13364 * gdb.base/break-unload-file.c: New file.
13365 * gdb.base/break-unload-file.exp: New file.
13366 * gdb.base/sym-file-lib.c (baz): New function.
13367 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13368 field.
13369 (load): Store the segment's mapped size.
13370 (unload): New function.
13371 (unload_shlib): New function.
13372 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13373 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13374 set a breakpoint at baz, and call it.
13375 * gdb.base/sym-file.exp: New tests for stale breakpoint
13376 instructions.
13377
13378 2014-04-23 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13381 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13382 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13383 * gdb.base/hbreak-unmapped.c: New file.
13384 * gdb.base/hbreak-unmapped.exp: New file.
13385 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13386 * lib/gdb.exp (gdb_is_target_remote): ... here.
13387
13388 2014-04-22 Pedro Alves <palves@redhat.com>
13389
13390 * gdb.base/consecutive-step-over.c: New file.
13391 * gdb.base/consecutive-step-over.exp: New file.
13392
13393 2014-04-22 Pedro Alves <palves@redhat.com>
13394
13395 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13396 instead of send_gdb/gdb_expect.
13397
13398 2014-04-22 Yao Qi <yao@codesourcery.com>
13399
13400 * lib/trace-support.exp (generate_tracefile): New procedure.
13401 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13402 return 0.
13403 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13404 if generate_tracefile returns 1.
13405
13406 2014-04-18 Tom Tromey <palves@redhat.com>
13407 Pedro alves <tromey@redhat.com>
13408
13409 PR backtrace/15558
13410 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13411 with a backtrace limit.
13412 * gdb.python/py-frame-inline.exp: Test running to an inline
13413 function with a backtrace limit, and printing the newest frame.
13414 * gdb.python/py-frame-inline.c (main): Call f.
13415
13416 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13417
13418 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13419
13420 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13421
13422 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13423 Drop prefix from unsupported source file path.
13424
13425 2014-04-17 Yao Qi <yao@codesourcery.com>
13426
13427 * lib/gdb.exp (with_target_charset): New proc.
13428 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13429 with_target_charset.
13430 (test_print_strings): Likewise.
13431 (test_repeat_bytes): Likewise.
13432 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13433 for some tests.
13434
13435 2014-04-16 Keith Seitz <keiths@redhat.com>
13436
13437 PR gdb/15827
13438 * gdb.dwarf2/corrupt.c: New file.
13439 * gdb.dwarf2/corrupt.exp: New file.
13440
13441 2014-04-16 Keith Seitz <keiths@redhat.com>
13442
13443 PR c++/16597
13444 * gdb.cp/namelessclass.cc: New file.
13445 * gdb.cp/namelessclass.exp: New file.
13446 * gdb.cp/namelessclass.S: New file.
13447
13448 2014-04-16 Doug Evans <dje@google.com>
13449
13450 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13451 Add comment.
13452 (gdbserver_default_get_comm_port): New function.
13453 (gdbserver_start): Check if board file provided
13454 "gdbserver,get_comm_port" and use it if so.
13455 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13456 (gdb,socketport): Set to "stdio".
13457 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13458 (stdio_gdbserver_template): Delete.
13459 (${board}_get_remote_address): Update.
13460 (${board}_build_remote_cmd): Delete.
13461 (${board}_get_comm_port): New function.
13462 (${board}_spawn): Update.
13463 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13464 Delete.
13465 (${board}_get_remote_address): Update.
13466 (${board}_get_comm_port): New function.
13467
13468 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13469
13470 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13471 appearing in any order.
13472
13473 2014-04-15 Doug Evans <dje@google.com>
13474
13475 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13476 uninitialized value of "description".
13477
13478 2014-04-15 Keith Seitz <keiths@redhat.com>
13479
13480 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13481 Remove unused globals.
13482 (test_running_the_program): Likewise.
13483 (test_controlled_execution): Likewise.
13484 (test_controlling_breakpoints): Likewise.
13485 (test_program_termination): Likewise.
13486
13487 2014-04-15 Keith Seitz <keiths@redhat.com>
13488
13489 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13490 unused globals.
13491 (test_rbreak_creation_and_listing): Likewise.
13492 (test_ignore_count): Likewise.
13493 (test_error): Likewise.
13494
13495 2014-04-15 Pedro Alves <palves@redhat.com>
13496
13497 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13498 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13499 sym-file-loader.c.
13500 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13501 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13502 to sym-file-loader.c.
13503 (struct library): Forward declare.
13504 (load_shlib, lookup_function): Change prototypes.
13505 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13506 (translate_offset): Remove declarations.
13507 (get_text_addr): New declaration.
13508 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13509 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13510 sym-file-loader.h.
13511 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13512 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13513 here from sym-file-loader.h.
13514 (struct library): New structure.
13515 (load_shlib, lookup_function): Change prototypes and adjust to
13516 work with a struct library.
13517 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13518 (translate_offset): Make static.
13519 (get_text_addr): New function.
13520 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13521
13522 2014-04-15 Pedro Alves <palves@redhat.com>
13523
13524 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13525
13526 2014-04-15 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.base/sym-file-loader.c: Include <limits.h>.
13529 (SELF_LINK): New define.
13530 (get_origin): New function.
13531 (load_shlib): Use it.
13532 * gdb.base/sym-file.exp: Don't early return if the target is
13533 remote. Use runto_main, and issue fail is that fails. Use
13534 gdb_load_shlibs.
13535 (shlib_name): Delete.
13536 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13537
13538 2014-04-15 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.base/sym-file.exp: Remove regex characters from test
13541 message. Don't refer to breakpoint numbers in test messages.
13542
13543 2014-04-14 Keith Seitz <keiths@redhat.com>
13544
13545 PR c++/16253
13546 * gdb.cp/var-tag.cc: New file.
13547 * gdb.cp/var-tag.exp: New file.
13548 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13549 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13550 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13551 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13552
13553 2014-04-14 Tom Tromey <tromey@redhat.com>
13554
13555 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13556 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13557 type.
13558 * gdb.cp/enum-class.exp: New file.
13559 * gdb.cp/enum-class.cc: New file.
13560
13561 2014-04-14 Tom Tromey <tromey@redhat.com>
13562
13563 * gdb.dwarf2/enum-type.exp: New file.
13564
13565 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13566
13567 * gdb.mi/mi-vla-c99.exp: New file.
13568 * gdb.mi/vla.c: New file.
13569
13570 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13571
13572 * gdb.base/vla-datatypes.c: New file.
13573 * gdb.base/vla-datatypes.exp: New file.
13574
13575 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13576
13577 * gdb.base/vla-ptr.c: New file.
13578 * gdb.base/vla-ptr.exp: New file.
13579
13580 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13581
13582 * gdb.dwarf2/count.exp: New file.
13583
13584 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13585
13586 * gdb.base/vla-sideeffect.c: New file.
13587 * gdb.base/vla-sideeffect.exp: New file.
13588
13589 2014-04-14 David Blaikie <dblaikie@gmail.com>
13590
13591 * gdb.mi/non-stop.c: Add return value for non-void function return
13592 statement.
13593 * gdb.threads/staticthreads.c: Ditto.
13594
13595 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13596 Doug Evans <xdje42@gmail.com>
13597
13598 * gdb.guile/scm-value.c: Improve test case.
13599 * gdb.guile/scm-value.exp: Add new test.
13600
13601 2014-04-11 David Blaikie <dblaikie@gmail.com>
13602
13603 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13604 override Clang's default.
13605
13606 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13607
13608 Revert the following changes (regressions):
13609
13610 * gdb.base/vla-sideeffect.c: New file.
13611 * gdb.base/vla-sideeffect.exp: New file.
13612
13613 * gdb.dwarf2/count.exp: New file.
13614
13615 * gdb.base/vla-multi.c: New file.
13616 * gdb.base/vla-multi.exp: New file.
13617
13618 * gdb.base/vla-ptr.c: New file.
13619 * gdb.base/vla-ptr.exp: New file.
13620
13621 * gdb.base/vla-datatypes.c: New file.
13622 * gdb.base/vla-datatypes.exp: New file.
13623
13624 * gdb.mi/mi-vla-c99.exp: New file.
13625 * gdb.mi/vla.c: New file.
13626
13627 2014-04-11 Keith Seitz <keiths@redhat.com>
13628
13629 PR c++/16675
13630 * gdb.cp/cpsizeof.exp: New file.
13631 * gdb.cp/cpsizeof.cc: New file.
13632
13633 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13634
13635 * gdb.mi/mi-vla-c99.exp: New file.
13636 * gdb.mi/vla.c: New file.
13637
13638 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13639
13640 * gdb.base/vla-datatypes.c: New file.
13641 * gdb.base/vla-datatypes.exp: New file.
13642
13643 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13644
13645 * gdb.base/vla-ptr.c: New file.
13646 * gdb.base/vla-ptr.exp: New file.
13647
13648 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13649
13650 * gdb.base/vla-multi.c: New file.
13651 * gdb.base/vla-multi.exp: New file.
13652
13653 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13654
13655 * gdb.dwarf2/count.exp: New file.
13656
13657 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13658
13659 * gdb.base/vla-sideeffect.c: New file.
13660 * gdb.base/vla-sideeffect.exp: New file.
13661
13662 2014-04-11 Yao Qi <yao@codesourcery.com>
13663
13664 * gdb.base/completion.exp: Check file exists before running tests
13665 on file completion.
13666
13667 2014-04-10 Pedro Alves <palves@redhat.com>
13668
13669 * gdb.base/cond-eval-mode.c: New file.
13670 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13671 prepare_for_testing to build the new file. Check result of
13672 runto_main.
13673 (test_break, test_watch): New procedures.
13674 (top level): Use them.
13675
13676 2014-04-08 Pierre Muller <muller@sourceware.org>
13677
13678 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13679 Ctrl-V use for mingw hosts.
13680
13681 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13682
13683 * gdb.python/py-value.c: Improve test case.
13684 * gdb.python/py-value.exp: Add new test.
13685
13686 2014-04-07 David Blaikie <dblaikie@gmail.com>
13687
13688 * lib/compiler.c: Identify the clang compiler.
13689 * lib/compiler.cc: Ditto.
13690
13691 2014-04-03 Yao Qi <yao@codesourcery.com>
13692
13693 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13694
13695 2014-04-01 Anton Blanchard <anton@samba.org>
13696
13697 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13698 messages unique.
13699
13700 2014-04-01 Anton Blanchard <anton@samba.org>
13701
13702 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13703 prepare_for_testing.
13704
13705 2014-04-01 Anton Blanchard <anton@samba.org>
13706
13707 * gdb.arch/ppc64-atomic-inst.c: Remove.
13708 * gdb.arch/ppc64-atomic-inst.S: New file.
13709 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13710
13711 2014-03-31 Doug Evans <dje@google.com>
13712
13713 * gdb.base/print-symbol-loading-lib.c: New file.
13714 * gdb.base/print-symbol-loading-main.c: New file.
13715 * gdb.base/print-symbol-loading.exp: New file.
13716
13717 2014-03-31 Yao Qi <yao@codesourcery.com>
13718
13719 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13720
13721 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13722
13723 * gdb.ada/mi_dyn_arr: New testcase.
13724
13725 2014-03-27 Doug Evans <dje@google.com>
13726
13727 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13728
13729 2014-03-27 Yao Qi <yao@codesourcery.com>
13730
13731 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13732 if target is nios2-*-*.
13733
13734 2014-03-26 Yao Qi <yao@codesourcery.com>
13735
13736 * lib/gdb.exp (readline_is_used): New proc.
13737 * gdb.base/completion.exp: Move tests on command complete up.
13738 Skip the rest of tests if readline is not used.
13739 * gdb.ada/complete.exp: Skp the test if readline is not
13740 used.
13741 * gdb.base/filesym.exp: Likewise.
13742 * gdb.base/macscp.exp: Likewise.
13743 * gdb.base/readline-ask.exp: Likewise.
13744 * gdb.base/readline.exp: Likewise.
13745 * gdb.python/py-cmd.exp: Likewise.
13746 * gdb.trace/tfile.exp: Likewise.
13747
13748 2014-03-26 Yao Qi <yao@codesourcery.com>
13749
13750 * gdb.base/macscp.exp: Fix code format issues.
13751
13752 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13753
13754 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13755 * gdb.asm/powerpc64le.inc: New file.
13756
13757 2014-03-25 Pedro Alves <palves@redhat.com>
13758 Doug Evans <dje@google.com>
13759
13760 * gdb.base/source-execution.c: New file.
13761 * gdb.base/source-execution.exp: New file.
13762 * gdb.base/source-execution.gdb: New file.
13763
13764 2014-03-24 Doug Evans <dje@google.com>
13765
13766 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13767 using fission.
13768
13769 2014-03-24 Hui Zhu <hui@codesourcery.com>
13770 Pedro Alves <palves@redhat.com>
13771
13772 PR breakpoints/16101
13773 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13774 test pass/fail messages. Detect missing support for dprintf when
13775 breakpoints are actually inserted.
13776 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13777 breakpoints are actually inserted.
13778 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13779 fails.
13780
13781 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13782
13783 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13784
13785 2014-03-22 Doug Evans <xdje42@gmail.com>
13786
13787 * gdb.python/python.exp (python not supported): Verify multi-line
13788 python command issues an error.
13789 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13790 guile command issues an error.
13791
13792 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13793
13794 * gdb.threads/thread-specific.exp: Handle the lack of usable
13795 $this_breakpoint and $this_thread.
13796
13797 2014-03-21 Hui Zhu <hui@codesourcery.com>
13798
13799 * gdb.base/attach.exp (do_command_attach_tests): New.
13800
13801 2014-03-20 Tom Tromey <tromey@redhat.com>
13802 Pedro Alves <palves@redhat.com>
13803
13804 PR cli/15718
13805 * gdb.base/condbreak-call-false.c: New file.
13806 * gdb.base/condbreak-call-false.exp: New file.
13807
13808 2014-03-20 Pedro Alves <palves@redhat.com>
13809
13810 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13811 Delete.
13812 (block_signals, unblock_signals): Delete.
13813 (child_function_2, main): Remove references to deleted variable
13814 and functions.
13815
13816 2014-03-20 Pedro Alves <palves@redhat.com>
13817
13818 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13819 Use pthread_kill to signal thread 2.
13820 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13821 Adjust to make the test send itself a signal rather than using the
13822 host's "kill" command.
13823
13824 2014-03-20 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.threads/multiple-step-overs.c: New file.
13827 * gdb.threads/multiple-step-overs.exp: New file.
13828 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13829 Adjust expected infrun debug output.
13830
13831 2014-03-20 Pedro Alves <palves@redhat.com>
13832
13833 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13834 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13835
13836 2014-03-20 Pedro Alves <palves@redhat.com>
13837
13838 PR breakpoints/7143
13839 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13840 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13841 of gdb_test_multiple.
13842 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13843 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13844
13845 2014-03-20 Pedro Alves <palves@redhat.com>
13846
13847 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13848 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13849
13850 2014-03-19 Pedro Alves <palves@redhat.com>
13851
13852 * gdb.base/async.exp: Remove early return.
13853
13854 2014-03-19 Pedro Alves <palves@redhat.com>
13855
13856 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13857
13858 2014-03-19 Pedro Alves <palves@redhat.com>
13859
13860 * gdb.base/async.exp (test_background): Expect \r\n after
13861 "completed." in the fail pattern.
13862
13863 2014-03-19 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.base/async.exp (test_background): New procedure.
13866 Use it for all background execution command tests.
13867
13868 2014-03-19 Pedro Alves <palves@redhat.com>
13869
13870 * gdb.base/async.exp: Use prepare_for_testing.
13871
13872 2014-03-19 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13875 the same line.
13876
13877 2014-03-19 Pedro Alves <palves@redhat.com>
13878
13879 * gdb.base/async.c (main): Add "jump here" and "until here" line
13880 marker comments.
13881 * gdb.base/async.exp (jump_here): New global.
13882 (jump& test): Use it.
13883 (until_here): New global.
13884 (until& test): Use it.
13885
13886 2014-03-19 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.base/async.exp: Don't frob gdb_protocol.
13889
13890 2014-03-18 Doug Evans <xdje42@gmail.com>
13891
13892 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13893 Fix spelling of exec-done-display.
13894
13895 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13896
13897 PR gdb/15358
13898 * gdb.base/gdb-sigterm.c: New file.
13899 * gdb.base/gdb-sigterm.exp: New file.
13900
13901 2014-03-18 Pedro Alves <palves@redhat.com>
13902
13903 PR gdb/13860
13904 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13905 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13906 solib-event.
13907
13908 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13909
13910 * gdb.ada/pckd_arr_ren: New testcase.
13911
13912 2014-03-13 Doug Evans <xdje42@gmail.com>
13913
13914 PR guile/16612
13915 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13916 collect after discarding symbols.
13917
13918 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13919 Doug Evans <xdje42@gmail.com>
13920
13921 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13922 to history survives a gc.
13923
13924 2014-03-13 Pedro Alves <palves@redhat.com>
13925
13926 * gdb.base/default.exp: Don't test "target procfs".
13927
13928 2014-03-13 Pedro Alves <palves@redhat.com>
13929
13930 * gdb.base/default.exp: Update "target child" and "target procfs"
13931 tests to not expect "Unix".
13932
13933 2014-03-12 Tom Tromey <tromey@redhat.com>
13934
13935 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13936 New procs. Add target-async tests.
13937 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13938 Add target-async tests.
13939
13940 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13941
13942 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13943 'func_start' and 'func_end' for the beginning and end of the
13944 function code, respectively.
13945 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13946 'func_end' instead of 'func' and 'main'.
13947
13948 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13949
13950 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13951 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13952 generate the debug info assembler source.
13953
13954 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13955
13956 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13957 * gdb.dwarf2/arr-subrange.exp: Likewise.
13958 * gdb.dwarf2/dwz.exp: Likewise.
13959 * gdb.dwarf2/method-ptr.exp: Likewise.
13960 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13961 * gdb.dwarf2/subrange.exp: Likewise.
13962 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13963 * gdb.dwarf2/implptrpiece.exp: Likewise.
13964 * gdb.dwarf2/nostaticblock.exp: Likewise.
13965
13966 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13967
13968 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13969 directory to absolute path name arguments.
13970
13971 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13972
13973 * gdb.ada/tagged_access: New testcase.
13974
13975 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13976
13977 * gdb.btrace/data.exp: Update expected output.
13978
13979 2014-03-06 Yao Qi <yao@codesourcery.com>
13980
13981 * gdb.trace/pr16508.exp: New file.
13982
13983 2014-03-05 Pedro Alves <palves@redhat.com>
13984
13985 PR gdb/16575
13986 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13987 procedure.
13988 (top level): Adjust to use it. Add tests that exercise breakpoint
13989 interaction with the code-cache.
13990
13991 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13992
13993 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13994 test for 'history-append!'.
13995
13996 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13997
13998 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13999 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14000 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14001 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14002 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14003 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14004
14005 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14006
14007 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14008 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14009 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14010
14011 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14012
14013 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14014
14015 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14016
14017 * gdb.dwarf2/arr-stride.c: New file.
14018 * gdb.dwarf2/arr-stride.exp: New file.
14019
14020 2014-02-26 Pedro Alves <palves@redhat.com>
14021
14022 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14023 that won't ever trigger. Make sure that GDB reports the correct
14024 breakpoint that caused the stop.
14025
14026 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14027
14028 PR gdb/16626
14029 * gdb.base/auto-load-script: New file.
14030 * gdb.base/auto-load.c: New file.
14031 * gdb.base/auto-load.exp: New file.
14032
14033 PR gdb/16626
14034 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14035
14036 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14037
14038 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14039 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14040
14041 2014-02-24 Doug Evans <dje@google.com>
14042
14043 * lib/gdb.exp (run_on_host): Log error output if program fails.
14044
14045 2014-02-21 Pedro Alves <palves@redhat.com>
14046
14047 * gdb.threads/step-after-sr-lock.c: Rename to ...
14048 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14049 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14050 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14051 ... this.
14052
14053 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14054
14055 PR tdep/16397
14056 * gdb.arch/amd64-stap-special-operands.exp: New file.
14057 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14058 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14059 * gdb.arch/amd64-stap-triplet.S: Likewise.
14060 * gdb.arch/amd64-stap-triplet.c: Likewise.
14061
14062 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14063
14064 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14065 in .section pseudo-op.
14066
14067 2014-02-20 lin zuojian <manjian2006@gmail.com>
14068 Joel Brobecker <brobecker@adacore.com>
14069 Doug Evans <xdje42@gmail.com>
14070
14071 PR symtab/16581
14072 * gdb.dwarf2/dw2-icycle.S: New file.
14073 * gdb.dwarf2/dw2-icycle.c: New file.
14074 * gdb.dwarf2/dw2-icycle.exp: New file.
14075
14076 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14077
14078 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14079 operations on gdb.Value objects.
14080 * gdb.python/py-value-cc.exp: Add new test to test operations on
14081 gdb.Value objects.
14082
14083 2014-02-18 Doug Evans <dje@google.com>
14084
14085 * Makefile.in (TESTS): New variable.
14086 (expanded_tests, expanded_tests_or_none): New variables
14087 (check-single): Pass $(expanded_tests_or_none) to runtest.
14088 (check-parallel): Only run tests in $(TESTS) if non-empty.
14089 (check/no-matching-tests-found): New rule.
14090 * README: Document TESTS makefile variable.
14091
14092 2014-02-18 Doug Evans <dje@google.com>
14093
14094 * Makefile.in (check-parallel): rm -rf outputs temp.
14095
14096 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14097
14098 Fix "ERROR: no fileid for" in the testsuite.
14099 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14100
14101 2014-02-12 Doug Evans <dje@google.com>
14102
14103 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14104 (MISCELLANEOUS): New variable.
14105 (clean): rm -rf $(MISCELLANEOUS).
14106 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14107 dwp live in the same directory as symlinks, with each symlink pointed
14108 to a differently named file in a different directory.
14109
14110 2014-02-11 Doug Evans <dje@google.com>
14111
14112 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14113 of Tcl file commands.
14114
14115 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14116
14117 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14118 "kill -SIGUSR1 -1".
14119
14120 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14121
14122 * gdb.ada/tick_length_array_enum_idx: New testcase.
14123
14124 2014-02-10 Doug Evans <xdje42@gmail.com>
14125
14126 * configure.ac (AC_OUTPUT): Add gdb.guile.
14127 * configure: Regenerate.
14128 * lib/gdb-guile.exp: New file.
14129 * lib/gdb.exp (get_target_charset): New function.
14130 * gdb.base/help.exp: Update expected output from "apropos apropos".
14131 * gdb.guile/Makefile.in: New file.
14132 * gdb.guile/guile.exp: New file.
14133 * gdb.guile/scm-arch.c: New file.
14134 * gdb.guile/scm-arch.exp: New file.
14135 * gdb.guile/scm-block.c: New file.
14136 * gdb.guile/scm-block.exp: New file.
14137 * gdb.guile/scm-breakpoint.c: New file.
14138 * gdb.guile/scm-breakpoint.exp: New file.
14139 * gdb.guile/scm-disasm.c: New file.
14140 * gdb.guile/scm-disasm.exp: New file.
14141 * gdb.guile/scm-equal.c: New file.
14142 * gdb.guile/scm-equal.exp: New file.
14143 * gdb.guile/scm-error.exp: New file.
14144 * gdb.guile/scm-error.scm: New file.
14145 * gdb.guile/scm-frame-args.c: New file.
14146 * gdb.guile/scm-frame-args.exp: New file.
14147 * gdb.guile/scm-frame-args.scm: New file.
14148 * gdb.guile/scm-frame-inline.c: New file.
14149 * gdb.guile/scm-frame-inline.exp: New file.
14150 * gdb.guile/scm-frame.c: New file.
14151 * gdb.guile/scm-frame.exp: New file.
14152 * gdb.guile/scm-generics.exp: New file.
14153 * gdb.guile/scm-gsmob.exp: New file.
14154 * gdb.guile/scm-iterator.c: New file.
14155 * gdb.guile/scm-iterator.exp: New file.
14156 * gdb.guile/scm-math.c: New file.
14157 * gdb.guile/scm-math.exp: New file.
14158 * gdb.guile/scm-objfile-script-gdb.in: New file.
14159 * gdb.guile/scm-objfile-script.c: New file.
14160 * gdb.guile/scm-objfile-script.exp: New file.
14161 * gdb.guile/scm-objfile.c: New file.
14162 * gdb.guile/scm-objfile.exp: New file.
14163 * gdb.guile/scm-ports.exp: New file.
14164 * gdb.guile/scm-pretty-print.c: New file.
14165 * gdb.guile/scm-pretty-print.exp: New file.
14166 * gdb.guile/scm-pretty-print.scm: New file.
14167 * gdb.guile/scm-section-script.c: New file.
14168 * gdb.guile/scm-section-script.exp: New file.
14169 * gdb.guile/scm-section-script.scm: New file.
14170 * gdb.guile/scm-symbol.c: New file.
14171 * gdb.guile/scm-symbol.exp: New file.
14172 * gdb.guile/scm-symtab-2.c: New file.
14173 * gdb.guile/scm-symtab.c: New file.
14174 * gdb.guile/scm-symtab.exp: New file.
14175 * gdb.guile/scm-type.c: New file.
14176 * gdb.guile/scm-type.exp: New file.
14177 * gdb.guile/scm-value-cc.cc: New file.
14178 * gdb.guile/scm-value-cc.exp: New file.
14179 * gdb.guile/scm-value.c: New file.
14180 * gdb.guile/scm-value.exp: New file.
14181 * gdb.guile/source2.scm: New file.
14182 * gdb.guile/types-module.cc: New file.
14183 * gdb.guile/types-module.exp: New file.
14184
14185 2014-02-10 Yao Qi <yao@codesourcery.com>
14186
14187 PR testsuite/16543
14188 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14189 * configure: Regenerated.
14190 * Makefile.in: New file.
14191
14192 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14193
14194 * gdb.python/py-framefilter.exp: Fix typo.
14195
14196 2014-02-08 Yao Qi <yao@codesourcery.com>
14197
14198 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14199 that no =breakpoint-modified is emitted when breakpoints are
14200 modified through MI commands.
14201
14202 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14203 Pedro Alves <palves@redhat.com>
14204
14205 * gdb.threads/step-after-sr-lock.c: New file.
14206 * gdb.threads/step-after-sr-lock.exp: New file.
14207
14208 2014-02-07 Pedro Alves <palves@redhat.com>
14209
14210 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14211
14212 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14213
14214 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14215 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14216
14217 2014-02-06 Doug Evans <xdje42@gmail.com>
14218
14219 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14220 output.
14221
14222 * gdb.gdb/python-interrupts.exp: New file.
14223
14224 2014-02-05 Yao Qi <yao@codesourcery.com>
14225
14226 * gdb.trace/report.exp (use_collected_data): Test the output
14227 of "info threads" and "info inferiors".
14228
14229 2014-02-05 Yao Qi <yao@codesourcery.com>
14230
14231 Revert this patch:
14232
14233 2013-05-24 Yao Qi <yao@codesourcery.com>
14234
14235 * gdb.trace/tfile.exp: Test inferior and thread.
14236
14237 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14238
14239 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14240 on a function.
14241 * gdb.base/step-bt.c: Call hello via function pointer to make
14242 sure its first instruction is executed on powerpc64le-linux.
14243
14244 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14245
14246 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14247
14248 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14249
14250 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14251 of the test patterns for use on little-endian systems.
14252
14253 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14254
14255 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14256 (decimal_vector): Fix for little-endian.
14257
14258 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14259
14260 * gdb.arch/sparc-sysstep.exp: New file.
14261 * gdb.arch/sparc-sysstep.c: Likewise.
14262
14263 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14264
14265 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14266
14267 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14268
14269 2014-01-23 Tom Tromey <tromey@redhat.com>
14270
14271 * gdb.ada/array_char_idx: New testcase.
14272
14273 2014-01-23 Tom Tromey <tromey@redhat.com>
14274
14275 PR python/16487:
14276 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14277 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14278 classes.
14279
14280 2014-01-23 Tom Tromey <tromey@redhat.com>
14281
14282 PR python/16491:
14283 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14284 string from an inferior frame.
14285 * gdb.python/py-framefilter-mi.exp: Update.
14286
14287 2014-01-22 Doug Evans <dje@google.com>
14288
14289 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14290
14291 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14292
14293 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14294
14295 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14296
14297 * gdb.trace/entry-values.exp: Remove excess space character from
14298 regex patterns. Handle s390 call instruction.
14299
14300 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14301
14302 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14303 define "*_start" label. Make "name" static.
14304 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14305 ${name} by references to ${name}_start.
14306
14307 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14308
14309 * gdb.base/info-macros.exp: Remove "debug" from the compile
14310 options.
14311
14312 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14313
14314 * gdb.dlang/demangle.exp: New file.
14315
14316 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14317
14318 * gdb.dlang/primitive-types.exp: New file.
14319
14320 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14321
14322 * configure.ac: Create gdb.dlang/Makefile.
14323 * configure: Regenerate.
14324 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14325 * gdb.dlang/Makefile.in: New file.
14326 * lib/d-support.exp: New file.
14327 * lib/gdb.exp (skip_d_tests): New proc.
14328
14329 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14330
14331 * gdb.btrace/delta.exp: Check reverse stepi.
14332 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14333 * gdb.btrace/finish.exp: New.
14334 * gdb.btrace/next.exp: New.
14335 * gdb.btrace/nexti.exp: New.
14336 * gdb.btrace/record_goto.c: Add comments.
14337 * gdb.btrace/step.exp: New.
14338 * gdb.btrace/stepi.exp: New.
14339 * gdb.btrace/multi-thread-step.c: New.
14340 * gdb.btrace/multi-thread-step.exp: New.
14341 * gdb.btrace/rn-dl-bind.c: New.
14342 * gdb.btrace/rn-dl-bind.exp: New.
14343 * gdb.btrace/data.c: New.
14344 * gdb.btrace/data.exp: New.
14345 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14346
14347 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14348
14349 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14350 * gdb.btrace/exception.exp: Update.
14351 * gdb.btrace/instruction_history.exp: Update.
14352 * gdb.btrace/record_goto.exp: Update.
14353 * gdb.btrace/tailcall.exp: Update.
14354 * gdb.btrace/unknown_functions.exp: Update.
14355 * gdb.btrace/delta.exp: New.
14356
14357 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14358
14359 * gdb.btrace/record_goto.exp: Add backtrace test.
14360 * gdb.btrace/tailcall.exp: Add backtrace test.
14361
14362 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14363
14364 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14365 * gdb.btrace/record_goto.c: New.
14366 * gdb.btrace/record_goto.exp: New.
14367 * gdb.btrace/x86-record_goto.S: New.
14368
14369 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14370
14371 * gdb.btrace/function_call_history.exp: Update tests.
14372 * gdb.btrace/instruction_history.exp: Update tests.
14373
14374 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14375
14376 * gdb.btrace/function_call_history.exp: Fix expected field
14377 order for "record function-call-history".
14378 Add new tests for "record function-call-history /c".
14379 * gdb.btrace/exception.cc: New.
14380 * gdb.btrace/exception.exp: New.
14381 * gdb.btrace/tailcall.exp: New.
14382 * gdb.btrace/x86-tailcall.S: New.
14383 * gdb.btrace/x86-tailcall.c: New.
14384 * gdb.btrace/unknown_functions.c: New.
14385 * gdb.btrace/unknown_functions.exp: New.
14386 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14387
14388 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14389
14390 * gdb.btrace/instruction_history.exp: Update.
14391 * gdb.btrace/function_call_history.exp: Update.
14392
14393 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14394
14395 * gdb.btrace/function_call_history.exp: Fix expected function
14396 trace.
14397 * gdb.btrace/instruction_history.exp: Initialize traced.
14398 Remove traced_functions.
14399
14400 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14401
14402 * gdb.btrace/function_call_history.exp: Update
14403 * gdb.btrace/instruction_history.exp: Update.
14404
14405 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14406
14407 * gdb.btrace/enable.exp: Update expected text.
14408
14409 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14410
14411 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14412 bytes.
14413
14414 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14415
14416 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14417
14418 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14419
14420 * lib/gdb.exp (supports_process_record): Return true for
14421 arm*-linux*. (supports_reverse): Likewise.
14422
14423 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14424
14425 PR python/15464
14426 PR python/16113
14427 * gdb.python/py-type.c: Enhance test case.
14428 * gdb.python/py-value-cc.cc: Likewise
14429 * gdb.python/py-type.exp: Add new tests.
14430 * gdb.python/py-value-cc.exp: Likewise
14431
14432 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14433 Pedro Alves <palves@redhat.com>
14434
14435 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14436 Make "name" extern.
14437 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14438 references to ${name}_start by references to ${name}.
14439
14440 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14441
14442 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14443
14444 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14445
14446 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14447
14448 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14449 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.mi/mi-info-os.exp: Connect to the target with
14452 mi_gdb_target_load.
14453
14454 2014-01-08 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.threads/reconnect-signal.c: New file.
14457 * gdb.threads/reconnect-signal.exp: New file.
14458
14459 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14460
14461 * gdb.base/source-dir.exp: New file.
14462
14463 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14464
14465 * gdb.ada/mi_interface: New testcase.
14466
14467 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14468
14469 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14470 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14471 gdb.ada/pp-rec-component/pck.ads: New files.
14472
14473 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14474
14475 * gdb.python/py-pp-integral.c: New file.
14476 * gdb.python/py-pp-integral.py: New file.
14477 * gdb.python/py-pp-integral.exp: New file.
14478
14479 For older changes see ChangeLog-1993-2013.
14480 \f
14481 ;; Local Variables:
14482 ;; mode: change-log
14483 ;; left-margin: 8
14484 ;; fill-column: 74
14485 ;; version-control: never
14486 ;; End:
14487
14488 Copyright 2014-2018 Free Software Foundation, Inc.
14489 Copying and distribution of this file, with or without modification,
14490 are permitted provided the copyright notice and this notice are preserved.