db9c21419905c7741c3e55bec0a8840a1baf966a
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5 * gdb.python/py-symtab.exp: Update test printing an objfile.
6
7 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8
9 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10 object.
11
12 2018-09-12 Alan Hayward <alan.hayward@arm.com>
13
14 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
15 (support_complex_tests): Use gdb_can_simple_compile.
16 (is_ilp32_target): Likewise.
17 (is_lp64_target): Likewise.
18 (is_64_target): Likewise.
19 (is_amd64_regs_target): Likewise.
20 (is_aarch32_target): Likewise.
21 (gdb_int128_helper): Likewise.
22
23 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
24
25 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
26
27 2018-09-10 Jerome Guitton <guitton@adacore.com>
28
29 * gdb.ada/same_component_name: Add test for case of tagged record
30 with variable-length fields.
31
32 2018-09-10 Xavier Roirand <roirand@adacore.com>
33
34 * gdb.ada/access_to_unbounded_array.exp: New testcase.
35 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
36 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
37 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
38
39 2018-09-10 Xavier Roirand <roirand@adacore.com>
40
41 * gdb.ada/mi_string_access.exp: New testcase.
42 * gdb.ada/mi_string_access/bar.adb: New file.
43 * gdb.ada/mi_string_access/pck.adb: New file.
44 * gdb.ada/mi_string_access/pck.asd: New file.
45
46 2018-09-10 Xavier Roirand <roirand@adacore.com>
47
48 * gdb.ada/mi_var_union.exp: New testcase.
49 * gdb.ada/mi_var_union/bar.adb: New file.
50 * gdb.ada/mi_var_union/pck.adb: New file.
51 * gdb.ada/mi_var_union/pck.asd: New file.
52
53 2018-09-08 Tom Tromey <tom@tromey.com>
54
55 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
56
57 2018-09-08 Tom Tromey <tom@tromey.com>
58
59 PR python/16047:
60 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
61 (register_pretty_printers): Register new printer.
62 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
63 test.
64 * gdb.python/py-prettyprint.c (int_type3): New typedef.
65 (an_int_type3): New global.
66
67 2018-09-08 Joel Brobecker <brobecker@adacore.com>
68
69 * gdb.ada/expr_with_funcall: New testcase.
70
71 2018-09-08 Joel Brobecker <brobecker@adacore.com>
72
73 * gdb.ada/packed_array_assign: New testcase.
74
75 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
78 names, and add test prefixes to make test names unique.
79
80 2018-09-05 Tom de Vries <tdevries@suse.de>
81
82 * gdb.dwarf2/varval.exp: Add test.
83
84 2018-09-04 Gary Benson <gbenson@redhat.com>
85
86 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
87 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
88
89 2018-08-31 Tom Tromey <tom@tromey.com>
90
91 * gdb.rust/simple.rs: Rename second variable "v".
92
93 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * gdb.base/funcargs.c (use_a): New function.
96 (recurse): Call use_a.
97
98 2018-08-29 Keith Seitz <keiths@redhat.com>
99
100 * gdb.compile/compile-cplus-anonymous.cc: New file.
101 * gdb.compile/compile-cplus-anonymous.exp: New file.
102 * gdb.compile/compile-cplus-array-decay.cc: New file.
103 * gdb.compile/compile-cplus-array-decay.exp: New file.
104 * gdb.compile/compile-cplus-inherit.cc: New file.
105 * gdb.compile/compile-cplus-inherit.exp: New file.
106 * gdb.compile/compile-cplus-member.cc: New file.
107 * gdb.compile/compile-cplus-member.exp: New file.
108 * gdb.compile/compile-cplus-method.cc: New file.
109 * gdb.compile/compile-cplus-method.exp: New file.
110 * gdb.compile/compile-cplus-mod.c: "New" file.
111 * gdb.compile/compile-cplus-namespace.cc: New file.
112 * gdb.compile/compile-cplus-namespace.exp: New file.
113 * gdb.compile/compile-cplus-nested.cc: New file.
114 * gdb.compile/compile-cplus-nested.exp: New file.
115 * gdb.compile/compile-cplus-print.c: "New" file.
116 * gdb.compile/compile-cplus-print.exp: "New" file.
117 * gdb.compile/compile-cplus-virtual.cc: New file.
118 * gdb.compile/compile-cplus-virtual.exp: New file.
119 * gdb.compile/compile-cplus.c: "New" file.
120 * gdb.compile/compile-cplus.exp: "New" file.
121 * lib/compile-support.exp: New file.
122
123 2018-08-16 Gary Benson <gbenson@redhat.com>
124
125 PR gdb/13000:
126 * gdb.base/batch-exit-status.exp: New file.
127 * gdb.base/batch-exit-status.good-commands: Likewise.
128 * gdb.base/batch-exit-status.bad-commands: Likewise.
129
130 2018-08-29 Alan Hayward <alan.hayward@arm.com>
131
132 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
133 (struct struct02): Likewise.
134 (struct struct03): Likewise.
135 (struct struct04): Likewise.
136 (struct struct_01_01): New struct.
137 (struct struct_01_02): Likewise.
138 (struct struct_01_03): Likewise.
139 (struct struct_01_04): Likewise.
140 (struct struct_02_01): Likewise.
141 (struct struct_02_02): Likewise.
142 (struct struct_02_03): Likewise.
143 (struct struct_02_04): Likewise.
144 (struct struct_04_01): Likewise.
145 (struct struct_04_02): Likewise.
146 (struct struct_04_03): Likewise.
147 (struct struct_04_04): Likewise.
148 (struct struct_05_01): Likewise.
149 (struct struct_05_02): Likewise.
150 (struct struct_05_03): Likewise.
151 (struct struct_05_04): Likewise.
152 (cmp_struct01): Remove function.
153 (cmp_struct02): Likewise.
154 (cmp_struct03): Likewise.
155 (cmp_struct04): Likewise.
156 (cmp_struct_01_01): Add Function.
157 (cmp_struct_01_02): Likewise.
158 (cmp_struct_01_03): Likewise.
159 (cmp_struct_01_04): Likewise.
160 (cmp_struct_02_01): Likewise.
161 (cmp_struct_02_02): Likewise.
162 (cmp_struct_02_03): Likewise.
163 (cmp_struct_02_04): Likewise.
164 (cmp_struct_04_01): Likewise.
165 (cmp_struct_04_02): Likewise.
166 (cmp_struct_04_03): Likewise.
167 (cmp_struct_04_04): Likewise.
168 (cmp_struct_05_01): Likewise.
169 (cmp_struct_05_02): Likewise.
170 (cmp_struct_05_03): Likewise.
171 (cmp_struct_05_04): Likewise.
172 (call_all): Add new structs.
173 * gdb.base/infcall-nested-structs.exp: Likewise.
174
175 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
176
177 * gdb.python/py-framefilter-mi.exp: Update regexp to
178 check for "arch" field in frame output.
179
180 2018-08-23 Kevin Buettner <kevinb@redhat.com>
181
182 * gdb.dwarf2/dw2-ranges-func.c: New file.
183 * gdb.dwarf2/dw2-ranges-func.exp: New file.
184
185 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
186
187 * gdb.base/term.exp: Compare terminal settings with values from
188 the inferior.
189 * gdb.base/term.c: Get and set terminal settings.
190
191 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
192
193 * lib/mi-support.exp (mi_expect_stop): Update regexp to
194 accommodate new "arch" field in frame output.
195 * gdb.mi/mi-return.exp: Likewise.
196 * gdb.mi/mi-stack.exp: Likewise.
197 * gdb.mi/mi-syn-frame.exp: Likewise.
198 * gdb.mi/user-selected-context-sync.exp: Likewise.
199
200 2018-08-19 Michael Spang <spang@google.com>
201
202 PR gdb/11786
203 * gdb.base/gcore-tls-pie.c: New file.
204 * gdb.base/gcore-tls-pie.exp: New file.
205
206 2018-08-18 Kevin Buettner <kevinb@redhat.com>
207
208 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
209 * gdb.dwarf2/varval.c: New file.
210 * gdb.dwarf2/varval.exp: New file.
211
212 2018-08-17 Alan Hayward <alan.hayward@arm.com>
213
214 PR gdb/18931
215 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
216
217 2018-08-16 Keith Seitz <keiths@redhat.com>
218
219 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
220 tests expected to pass.
221
222 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
223
224 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
225 -data-disassemble -a.
226 (test_disassembly_bogus_args): Likewise.
227
228 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
231
232 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * gdb.base/vla-optimized-out.exp: Add new test.
235
236 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.base/vla-optimized-out-o3.exp: Delete.
239 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
240 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
241 deleted tests.
242
243 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 PR gdb/18050:
246 * gdb.server/extended-remote-restart.c: New file.
247 * gdb.server/extended-remote-restart.exp: New file.
248
249 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
250
251 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
252 "set variable index = 42".
253
254 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
255
256 * boards/index-cache-gdb.exp: New file.
257 * gdb.dwarf2/index-cache.exp: New file.
258 * gdb.dwarf2/index-cache.c: New file.
259 * gdb.base/maint.exp: Check if we are using the index cache.
260
261 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
262
263 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
264 MAKEFLAGS.
265
266 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
267
268 * dg-extract-results.sh: Move to toplevel contrib.
269 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
270 * Makefile.in (check-parallel-racy): Likewise.
271
272 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
275 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
276 tests if the target supports scheduler locking.
277
278 2018-08-04 Tom de Vries <tdevries@suse.de>
279
280 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
281
282 2018-08-02 Tom Tromey <tom@tromey.com>
283
284 PR symtab/16842.
285 * gdb.cp/temargs.exp: Test "info address" of a template
286 parameter.
287
288 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
289
290 * gdb.python/py-mi-var-info-path-expression.c: New file.
291 * gdb.python/py-mi-var-info-path-expression.py: New file.
292 * gdb.python/py-mi-var-info-path-expression.exp: New file.
293
294 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
295
296 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
297 error after "cannot resolve name" string.
298
299 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
302 started.
303 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
304
305 2018-07-28 Tom de Vries <tdevries@suse.de>
306
307 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
308
309 2018-07-26 Tom de Vries <tdevries@suse.de>
310
311 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
312
313 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
316 is visible.
317
318 2018-07-26 Tom de Vries <tdevries@suse.de>
319
320 PR breakpoints/23366
321 * gdb.base/catch-follow-exec.c: New test.
322 * gdb.base/catch-follow-exec.exp: New file.
323
324 2018-07-25 Tom de Vries <tdevries@suse.de>
325
326 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
327 vla-optimized-out.c.
328
329 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
330
331 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
332 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
333
334 2018-07-20 Tom de Vries <tdevries@suse.de>
335
336 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
337 NOCLONE macro.
338 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
339
340 2018-07-19 Tom de Vries <tdevries@suse.de>
341
342 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
343 regular expression.
344
345 2018-07-18 Tom de Vries <tdevries@suse.de>
346
347 * gdb.base/vla-optimized-out.c: New test.
348 * gdb.base/vla-optimized-out.exp: New file.
349
350 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
351
352 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
353 message "No address associated with hostname" when gdbserver
354 cannot resolve the hostname.
355
356 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
357
358 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
359 Add some test prefixes to make tests unique.
360
361 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
362
363 * gdb.base/frameapply.c: New file.
364 * gdb.base/frameapply.exp: New file.
365
366 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
367
368 * gdb.base/skip.exp: Update expected error message.
369
370 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
371 Jan Kratochvil <jan.kratochvil@redhat.com>
372 Paul Fertser <fercerpav@gmail.com>
373 Tsutomu Seki <sekiriki@gmail.com>
374
375 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
376 parameter.
377 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
378 by default.
379 * boards/native-gdbserver.exp: Likewise.
380 * gdb.server/run-without-local-binary.exp: Improve regexp used
381 for detecting when a remote debugging connection succeeds.
382 * gdb.server/server-connect.exp: New file.
383 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
384 Do not prefix the port number with ":".
385 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
386 support for detecting and using it. Add '$debughost_gdbserver'
387 to the list of arguments used to start gdbserver. Handle case
388 when gdbserver cannot resolve a network name.
389
390 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
391
392 PR c++/23373
393 * gdb.base/ptype-offsets.cc (struct static_member): New
394 struct.
395 (main) <stmember>: New variable.
396 * gdb.base/ptype-offsets.exp: Add test for printing a struct
397 with a static member in it.
398
399 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
402 watchpoints enabled and disabled.
403
404 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
405
406 * gdb.base/examine-backward.exp: Still run tests around address
407 0x0, even if address 0x0 is not readable. Update the pattern for
408 matching address 0x0 in expected output.
409
410 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 * gdb.base/share-env-with-gdbserver.c (main): Add call to
413 malloc/free.
414
415 2018-07-04 Tom de Vries <tdevries@suse.de>
416
417 * gdb.dwarf2/dw2-error.exp: Update expected error message.
418
419 2018-07-02 Maciej W. Rozycki <macro@mips.com>
420
421 PR tdep/8282
422 * gdb.arch/mips-disassembler-options.exp: New test.
423 * gdb.arch/mips-disassembler-options.s: New test source.
424
425 2018-06-29 Pedro Alves <palves@redhat.com>
426
427 * gdb.threads/names.exp: Adjust expected "info threads" output.
428
429 2018-06-29 Pedro Alves <palves@redhat.com>
430
431 * gdb.opt/inline-break.exp (line number, address): Add "info
432 break" tests.
433
434 2018-06-29 Pedro Alves <palves@redhat.com>
435
436 * gdb.opt/inline-break.c (func1): Add "break here" marker.
437 * gdb.opt/inline-break.exp: Test setting breakpoints by line
438 number and address and running to them.
439
440 2018-06-29 Richard Bunt <richard.bunt@arm.com>
441
442 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
443
444 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 * lib/compiler.c: Remove executable permission flag.
447
448 2018-06-28 Richard Bunt <richard.bunt@arm.com>
449
450 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
451 code.
452 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
453
454 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
455
456 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
457
458 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
459
460 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
461 address argument is omitted.
462
463 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
464
465 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
466
467 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
468
469 PR gdb/21695
470 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
471 * gdb.base/infoline-reloc-main-from-zero.c: New file.
472
473 2018-06-26 Tom Tromey <tom@tromey.com>
474
475 PR rust/22574:
476 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
477 * gdb.rust/simple.rs (struct SimpleLayout): New.
478
479 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
480
481 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
482 "info registers" output.
483
484 2018-06-21 Richard Bunt <richard.bunt@arm.com>
485
486 * gdb.base/watchpoint-hw-attach.c: New test.
487 * gdb.base/watchpoint-hw-attach.exp: New file.
488
489 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
490
491 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
492 through /bin/sh.
493 * boards/dwarf4-gdb-index.exp: Likewise.
494 * boards/fission-dwp.exp: Likewise.
495
496 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
497
498 * gdb.base/float128.exp: Add comment and improved fail message
499 to the failure case of "print large128" test.
500
501 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
502
503 * configure.ac: Remove AC_PREREQ.
504 * configure: Re-generate.
505
506 2018-06-19 Pedro Alves <palves@redhat.com>
507
508 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
509 (func_extern_caller): New.
510 (main): Call func_extern_caller.
511 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
512 logic change.
513
514 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
515
516 PR gdb/16841
517 * gdb.cp/typedef-base.cc: New file.
518 * gdb.cp/typedef-base.exp: New file.
519
520 2018-06-18 Tom de Vries <tdevries@suse.de>
521
522 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
523
524 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
525 Richard Bunt <Richard.Bunt@arm.com>
526
527 * gdb.threads/attach-slow-waitpid.c: New file.
528 * gdb.threads/attach-slow-waitpid.exp: New file.
529 * gdb.threads/slow-waitpid.c: New file.
530
531 2018-06-14 Pedro Alves <palves@redhat.com>
532
533 * gdb.base/fork-running-state.c: Include <errno.h>.
534 (exit_if_relative_exits): New.
535 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
536 exits.
537 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
538 child exits.
539
540 2018-06-14 Tom de Vries <tdevries@suse.de>
541
542 PR cli/22573
543 * gdb.base/finish-pretty.c: New test.
544 * gdb.base/finish-pretty.exp: New file.
545
546 2018-06-14 Pedro Alves <palves@redhat.com>
547
548 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
549 gdb's expected startup output.
550
551 2018-06-14 Pedro Alves <palves@redhat.com>
552
553 * lib/selftest-support.exp (selftest_setup): Remove inlined
554 function handling.
555
556 2018-06-14 Tom de Vries <tdevries@suse.de>
557
558 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
559 matching of breakpoint printing.
560
561 2018-06-13 Tom de Vries <tdevries@suse.de>
562
563 PR testsuite/23269
564 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
565 (fork_child): ... here, and ...
566 (fork_parent): ... here.
567
568 2018-06-12 Tom de Vries <tdevries@suse.de>
569
570 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
571
572 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
573 Stephen Roberts <stephen.roberts@arm.com>
574
575 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
576 rewrite test to describe action performed, rather than possible
577 failure.
578
579 2018-06-08 Gary Benson <gbenson@redhat.com>
580
581 * gdb.threads/check-libthread-db.exp: New file.
582 * gdb.threads/check-libthread-db.c: Likewise.
583
584 2018-06-05 Tom Tromey <tom@tromey.com>
585
586 * gdb.base/default.exp: Update expected "show version" output.
587
588 2018-06-05 Tom Tromey <tom@tromey.com>
589
590 PR cli/12326:
591 * gdb.cp/static-print-quit.exp: Update.
592 * lib/gdb.exp (pagination_prompt): Update.
593 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
594 * gdb.python/python.exp: Update.
595
596 2018-06-04 Joel Brobecker <brobecker@adacore.com>
597
598 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
599
600 2018-06-01 Joel Brobecker <brobecker@adacore.com>
601
602 * gdb.ada/bp_fun_addr: New testcase.
603
604 2018-06-01 Tom Tromey <tom@tromey.com>
605
606 * gdb.xml/tdesc-regs.exp (load_description): Update expected
607 results.
608 * gdb.dwarf2/method-ptr.exp: Set language to C++.
609 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
610 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
611 * gdb.base/maint.exp (maint_pass_if): Update.
612
613 2018-05-31 Maciej W. Rozycki <macro@mips.com>
614
615 * gdb.base/endian.exp: New test.
616 * gdb.base/endian.c: New test source.
617
618 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 PR gdb/23203
621 * gdb.base/bt-selected-frame.c: New file.
622 * gdb.base/bt-selected-frame.exp: New file.
623 * lib/gdb.exp (get_current_frame_number): New function.
624
625 2018-05-24 Maciej W. Rozycki <macro@mips.com>
626 Pedro Alves <palves@redhat.com>
627
628 * gdb.threads/tls-core.c: Include <stdlib.h>
629 (thread_proc): Call `abort'.
630 * gdb.threads/tls-core.exp: Generate a core with core_find too.
631 (tls_core_test): New procedure, bits factored out from ...
632 (top level): ... here. Test both native cores and gcore cores.
633
634 2018-05-23 Tom Tromey <tom@tromey.com>
635
636 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
637
638 2018-05-23 Tom Tromey <tom@tromey.com>
639
640 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
641 symfile_complaints.
642 (test_short_complaints): Likewise.
643 (test_empty_complaints): Likewise.
644 (test_initial_complaints): Update.
645
646 2018-05-23 Tom Tromey <tom@tromey.com>
647
648 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
649
650 2018-05-23 Tom Tromey <tom@tromey.com>
651
652 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
653 (test_short_complaints): Update.
654
655 2018-05-22 Pedro Alves <palves@redhat.com>
656
657 * gdb.base/remote.exp: Only gdb_start after compiling the
658 testcase. Issue "disconnect" before testing "set remote" command
659 defaults. Issue clean_restart before running to main.
660
661 2018-05-22 Pedro Alves <palves@redhat.com>
662
663 * gdb.base/remote.exp: Adjust expected output of "show remote
664 memory-write-packet-size". Add tests for "set remote
665 memory-write-packet-size 0" and "set remote
666 memory-write-packet-size fixed/limit".
667
668 2018-05-22 Pedro Alves <palves@redhat.com>
669
670 PR gdb/22973
671 * gdb.base/utf8-identifiers.c: New file.
672 * gdb.base/utf8-identifiers.exp: New file.
673
674 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
675
676 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
677
678 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
679
680 * gdb.arch/powerpc-vsx-gcore.exp: New file.
681
682 2018-05-18 Tom Tromey <tom@tromey.com>
683
684 * gdb.base/ptype-offsets.exp: Update.
685
686 2018-05-17 Keith Seitz <keiths@redhat.com>
687
688 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
689 in expected breakpoint stop locations.
690 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
691 move to proper scope to test variable values.
692 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
693 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
694 New functions.
695 (main): Call not_inline_func3.
696 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
697 inline_func1, inline_func2, and inline_func3. Test that when each
698 breakpoint is hit, GDB properly reports both the stop location
699 and the backtrace. Repeat tests for temporary breakpoints.
700
701 2018-05-15 Maciej W. Rozycki <macro@mips.com>
702
703 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
704 rather then trying to access it in determining whether the PID
705 of `gdbserver' could have been retrieved.
706
707 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.arch/amd64-init-x87-values.S: New file.
710 * gdb.arch/amd64-init-x87-values.exp: New file.
711
712 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
713
714 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
715
716 2018-05-04 Tom Tromey <tom@tromey.com>
717
718 PR python/22730:
719 * gdb.python/python.exp: Test multi-line execute.
720
721 2018-05-04 Tom Tromey <tom@tromey.com>
722
723 PR python/22731:
724 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
725
726 2018-05-04 Tom Tromey <tom@tromey.com>
727
728 PR gdb/11750:
729 * gdb.base/define.exp: Test defining a user command inside a user
730 command.
731 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
732
733 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
734 Pedro Alves <palves@redhat.com>
735
736 PR breakpoints/19806 and support for PR external/20207.
737 * gdb.base/watchpoint-unaligned.c: New file.
738 * gdb.base/watchpoint-unaligned.exp: New file.
739
740 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
741
742 * gdb.base/maint.exp: Make test names unique, use
743 test_prefix_command_help to test 'help maint info', and remove
744 repeated test of 'help maint'.
745
746 2018-05-04 Tom Tromey <tom@tromey.com>
747
748 PR gdb/22619:
749 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
750 behavior.
751
752 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
753
754 * gdb.base/maint.exp: Process output from 'maint print registers'
755 line at a time.
756
757 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
760 timeout.
761
762 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
765 filter pattern.
766
767 2018-05-02 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
770 to_log_command renames.
771 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
772
773 2018-05-02 Tom Tromey <tom@tromey.com>
774
775 * gdb.python/py-parameter.exp: Set test message.
776
777 2018-05-02 Tom Tromey <tom@tromey.com>
778
779 PR python/20084:
780 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
781 PARAM_ZUINTEGER_UNLIMITED tests.
782
783 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
784
785 PR rust/23124
786 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
787 when casting.
788
789 2018-04-30 Tom Tromey <tom@tromey.com>
790
791 * gdb.python/py-type.exp: Check align attribute.
792 * gdb.python/py-type.c: New "aligncheck" global.
793
794 2018-04-30 Tom Tromey <tom@tromey.com>
795
796 PR exp/17095:
797 * gdb.dwarf2/dw2-align.exp: New file.
798 * gdb.cp/align.exp: New file.
799 * gdb.base/align.exp: New file.
800 * lib/gdb.exp (gdb_int128_helper): New proc.
801 (has_int128_c, has_int128_cxx): New caching procs.
802
803 2018-04-27 Tom Tromey <tom@tromey.com>
804
805 PR rust/22545:
806 * gdb.rust/simple.exp: Add inclusive range tests.
807
808 2018-04-26 Pedro Alves <palves@redhat.com>
809
810 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
811 ifunc breakpoint locations correctly of ifunc breakpoints set
812 while the program resolves the ifunc.
813
814 2018-04-26 Pedro Alves <palves@redhat.com>
815
816 * gdb.base/gnu-ifunc-final.c: New file.
817 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
818 * gdb.base/gnu-ifunc.exp (executable): Delete.
819 (staticexecutable): Adjust.
820 (lib_opts, exec_opts): Delete.
821 (make_binsuffix, build, set-break): New procedures.
822 (misc_tests): New, with tests factored out from the top level.
823 (top level): Test different combinations of ifunc resolver name,
824 resolver with and with debug info, and ifunc target with and
825 without debug info. Wrap static tests with with_target_prefix.
826
827 2018-04-26 Pedro Alves <palves@redhat.com>
828
829 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
830 return type" warnings.
831
832 2018-04-25 Pedro Alves <palves@redhat.com>
833
834 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
835 killed".
836 * gdb.base/kill-after-signal.exp: Likewise.
837 * gdb.threads/kill.exp: Likewise.
838
839 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
840 Sergio Durigan Junior <sergiodj@redhat.com>
841 Pedro Alves <palves@redhat.com>
842
843 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
844 regexps to expect for '[Inferior ... detached]' as well.
845 * gdb.base/attach.exp: Likewise.
846 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
847 "gdb_continue_to_end".
848 (test_catch_syscall_with_wrong_args): Likewise.
849 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
850 ']'. Don't set 'verbose' on.
851 * gdb.base/foll-vfork.exp: Likewise.
852 * gdb.base/fork-print-inferior-events.c: New file.
853 * gdb.base/fork-print-inferior-events.exp: New file.
854 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
855 '[Inferior ... has been killed]' message.
856 * gdb.base/kill-after-signal.exp: Likewise.
857 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
858 detach message.
859 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
860 message.
861 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
862 regexps to expect for '[Inferior ... detached]' as well.
863 * gdb.threads/process-dies-while-detaching.exp: Likewise.
864
865 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
866
867 PR gdb/23104
868 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
869
870 2018-04-19 Richard Bunt <richard.bunt@arm.com>
871
872 * gdb.threads/multiple-successive-infcall.c: New test.
873 * gdb.threads/multiple-successive-infcall.exp: New file.
874
875 2018-04-17 Tom Tromey <tom@tromey.com>
876
877 * gdb.rust/simple.rs (Union): New type.
878 (main): New local "u".
879 * gdb.rust/simple.exp (test_one_slice): Add new test case.
880
881 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
882
883 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
884 number information in output of "whereis" command.
885 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
886
887 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
888
889 * gdb.ada/info_types.exp: Adjust expected output to the line
890 numbers now printed by "info var/func/type".
891 * gdb.base/completion.exp: Likewise.
892 * gdb.base/included.exp: Likewise.
893 * gdb.cp/cp-relocate.exp: Likewise.
894 * gdb.cp/cplusfuncs.exp: Likewise.
895 * gdb.cp/namespace.exp: Likewise.
896 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
897
898 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
899
900 * gdb.btrace/cpu.exp: New.
901
902 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
903
904 * gdb.base/step-indirect-call-thunk.exp: New.
905 * gdb.base/step-indirect-call-thunk.c: New.
906 * gdb.reverse/step-indirect-call-thunk.exp: New.
907 * gdb.reverse/step-indirect-call-thunk.c: New.
908
909 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
910
911 * gdb.base/pie-fork.c: New file.
912 * gdb.base/pie-fork.exp: New file.
913
914 2018-04-11 Tom Tromey <tom@tromey.com>
915
916 * gdb.rust/simple.exp: Add test for ".." struct initializer.
917
918 2018-04-10 Pedro Alves <palves@redhat.com>
919
920 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
921 exits. Instead loop running forever.
922 (fork_parent): Run forever too.
923
924 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
925
926 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
927 mi_continue_to_line.
928 * gdb.mi/mi-stack.c (callee4): Add comment.
929
930 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
931
932 * gdb.mi/mi-stack.exp: Fix indentation.
933
934 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
935
936 PR gdb/22979
937 * gdb.arch/amd64-osabi.exp: New file.
938
939 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
940
941 PR gdb/22980
942 * gdb.base/osabi.exp: New file.
943
944 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
945
946 * gdb.cp/static-typedef-print.exp: New file.
947 * gdb.cp/static-typedef-print.cc: New file.
948
949 2018-03-27 Joel Brobecker <brobecker@adacore.com>
950
951 * gdb.ada/varsize_limit: New testcase.
952
953 2018-03-27 Joel Brobecker <brobecker@adacore.com>
954
955 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
956
957 * gdb.ada/notcplusplus: New testcase.
958
959 * gdb.base/c-linkage-name.c: New file.
960 * gdb.base/c-linkage-name.exp: New testcase.
961
962 2018-03-26 Tom Tromey <tom@tromey.com>
963
964 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
965 * gdb.python/py-framefilter.py (name_error): New global.
966 (ErrorInName.function): Use name_error.
967
968 2018-03-26 Tom Tromey <tom@tromey.com>
969
970 PR backtrace/15582:
971 * gdb.python/py-framefilter.exp: Add "bt hide" test.
972
973 2018-03-23 Keith Seitz <keiths@redhat.com>
974
975 PR c++/22968
976 * gdb.cp/subtypes.exp: New file.
977 * gdb.cp/subtypes.h: New file.
978 * gdb.cp/subtypes.cc: New file.
979 * gdb.cp/subtypes-2.cc: New file.
980
981 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
982
983 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
984 (done): Call '_exit' not 'exit' to avoid atexit handlers.
985 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
986 -nostartfiles when compiling the test. Confirm that all registers
987 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
988
989 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
992 option, syntax was wrong anyway.
993 * gdb.arch/arm-disp-step.exp: Likewise.
994 * gdb.arch/sparc64-regs.exp: Likewise.
995 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
996 option, syntax was wrong anyway, switch to use
997 prepare_for_testing.
998 * gdb.arch/i386-disp-step.exp: Likewise.
999
1000 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1001
1002 * gdb.ada/exec_changed.exp: Replace "target_info exists
1003 use_gdb_stub" by "use_gdb_stub".
1004 * gdb.ada/start.exp: Likewise.
1005 * gdb.base/async-shell.exp: Likewise.
1006 * gdb.base/attach-pie-misread.exp: Likewise.
1007 * gdb.base/attach-wait-input.exp: Likewise.
1008 * gdb.base/break-entry.exp: Likewise.
1009 * gdb.base/break-interp.exp: Likewise.
1010 * gdb.base/dprintf-detach.exp: Likewise.
1011 * gdb.base/nostdlib.exp: Likewise.
1012 * gdb.base/solib-nodir.exp: Likewise.
1013 * gdb.base/statistics.exp: Likewise.
1014 * gdb.base/testenv.exp: Likewise.
1015 * gdb.mi/mi-exec-run.exp: Likewise.
1016 * gdb.mi/mi-start.exp: Likewise.
1017 * gdb.multi/dummy-frame-restore.exp: Likewise.
1018 * gdb.multi/multi-arch-exec.exp: Likewise.
1019 * gdb.multi/multi-arch.exp: Likewise.
1020 * gdb.multi/tids.exp: Likewise.
1021 * gdb.multi/watchpoint-multi.exp: Likewise.
1022 * gdb.python/py-events.exp: Likewise.
1023 * gdb.threads/attach-into-signal.exp: Likewise.
1024 * gdb.threads/attach-stopped.exp: Likewise.
1025 * gdb.threads/threadapply.exp: Likewise.
1026 * lib/selftest-support.exp: Likewise.
1027
1028 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1029
1030 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1031
1032 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1033
1034 * gdb.perf/template-breakpoints.cc: New file.
1035 * gdb.perf/template-breakpoints.exp: New file.
1036 * gdb.perf/template-breakpoints.py: New file.
1037
1038 2018-03-19 Tom Tromey <tom@tromey.com>
1039
1040 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1041 y0.
1042 * gdb.rust/simple.exp: Test bare identifier form of struct
1043 initializer.
1044
1045 2018-03-19 Tom Tromey <tom@tromey.com>
1046
1047 * gdb.gdb/observer.exp: Remove.
1048
1049 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1050
1051 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1052 "qualified" option when setting breakpoints.
1053 * gdb.trace/backtrace.exp: Likewise.
1054 * gdb.trace/circ.exp: Likewise.
1055 * gdb.trace/collection.exp: Likewise.
1056 * gdb.trace/disconnected-tracing.exp: Likewise.
1057 * gdb.trace/ftrace-lock.exp: Likewise.
1058 * gdb.trace/ftrace.exp: Likewise.
1059 * gdb.trace/infotrace.exp: Likewise.
1060 * gdb.trace/packetlen.exp: Likewise.
1061 * gdb.trace/passc-dyn.exp: Likewise.
1062 * gdb.trace/qtro.exp: Likewise.
1063 * gdb.trace/read-memory.exp: Likewise.
1064 * gdb.trace/report.exp: Likewise.
1065 * gdb.trace/signal.exp: Likewise.
1066 * gdb.trace/status-stop.exp: Likewise.
1067 * gdb.trace/strace.exp: Likewise.
1068 * gdb.trace/tfind.exp: Likewise.
1069 * gdb.trace/trace-break.exp: Likewise.
1070 * gdb.trace/trace-condition.exp: Likewise.
1071 * gdb.trace/trace-mt.exp: Likewise.
1072 * gdb.trace/tstatus.exp: Likewise.
1073 * gdb.trace/tsv.exp: Likewise.
1074 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1075 * gdb.trace/unavailable.exp: Likewise.
1076 * gdb.trace/while-dyn.exp: Likewise.
1077
1078 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1079
1080 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1081 that libinproctrace is copied to the target.
1082
1083 2018-03-14 Tom Tromey <tom@tromey.com>
1084
1085 PR cli/14977:
1086 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1087 a null pointer.
1088 * gdb.base/wchar.exp: Likewise.
1089
1090 2018-03-14 Tom Tromey <tom@tromey.com>
1091
1092 PR cli/19918:
1093 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1094 flag.
1095
1096 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1097
1098 PR gdb/22841
1099 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1100 "target" to remote_exec.
1101
1102 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1103
1104 PR gdb/22841
1105 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1106 ${board}_upload): Remove.
1107
1108 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1109
1110 * gdb.cp/watch-cp.cc: New test.
1111 * gdb.cp/watch-cp.exp: New file.
1112
1113 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 * gdb.base/infcall-nested-structs.exp: New file.
1116 * gdb.base/infcall-nested-structs.c: New file.
1117 * gdb.base/float.exp: Add riscv support.
1118
1119 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1120
1121 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1122 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1123
1124 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1125
1126 * gdb.server/abspath.exp: New file.
1127 * lib/gdb.exp (with_cwd): New procedure.
1128
1129 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1130
1131 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1132 use it.
1133 (gdb_is_target_remote_prompt): New proc.
1134 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1135 (gdb_is_target_native): Pass prompt parameter to
1136 gdb_is_target_1.
1137
1138 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1139
1140 * gdb.base/load-command.c: New file.
1141 * gdb.base/load-command.exp: New file.
1142 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1143 (gdb_is_target_1): ...this, and generalize for other targets
1144 than just remote.
1145 (gdb_is_target_remote): Use gdb_is_target_1.
1146 (gdb_is_target_native): use gdb_is_target_1.
1147
1148 2018-02-26 Tom Tromey <tom@tromey.com>
1149
1150 PR python/16497:
1151 * gdb.python/py-framefilter.exp: Update test.
1152
1153 2018-02-26 Tom Tromey <tom@tromey.com>
1154
1155 * gdb.dwarf2/variant.c: New file.
1156 * gdb.dwarf2/variant.exp: New file.
1157
1158 2018-02-26 Tom Tromey <tom@tromey.com>
1159
1160 * gdb.rust/simple.exp: Accept more possible results in enum test.
1161
1162 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1163
1164 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1165 parentheses.
1166
1167 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1168
1169 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1170 name of a variable: $actual_linejj -> $actual_line.
1171
1172 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1173
1174 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1175
1176 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1177
1178 * gdb.btrace/buffer-size.exp: Do not force BTS.
1179
1180 2018-02-14 Pedro Alves <palves@redhat.com>
1181
1182 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1183 getting a "Quit".
1184
1185 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1186
1187 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1188 Fix test name.
1189
1190 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1191
1192 * gdb.cp/m-static.exp: Check type of optimized out static
1193 member.
1194
1195 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1198 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1199
1200 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1201 Leszek Swirski <leszeks@google.com>
1202
1203 * gdb.python/py-prettyprint.c
1204 (struct to_string_returns_value_inner,
1205 struct to_string_returns_value_wrapper): New.
1206 (main): Add tsrvw variable.
1207 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1208 ToStringReturnsValueWrapper): New classes.
1209 (register_pretty_printers): Register new pretty-printers.
1210 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1211 recursive pretty printer.
1212 * gdb.python/py-mi.exp: Likewise.
1213
1214 2018-02-01 Leszek Swirski <leszeks@google.com>
1215
1216 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1217 functions with the same name as an include file are parsed
1218 correctly.
1219
1220 2018-02-01 Yao Qi <yao.qi@linaro.org>
1221
1222 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1223 "\[^\r\n\]*".
1224
1225 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1226
1227 * gdb.arch/powerpc-prologue-frame.s: New file.
1228 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1229 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1230
1231 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1232
1233 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1234
1235 2018-01-30 Pedro Alves <palves@redhat.com>
1236
1237 PR gdb/13211
1238 * gdb.base/interrupt-daemon.c: New.
1239 * gdb.base/interrupt-daemon.exp: New.
1240 * gdb.multi/multi-term-settings.c: New.
1241 * gdb.multi/multi-term-settings.exp: New.
1242
1243 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1244
1245 * gdb.base/break.exp: Save the location where the breakpoint
1246 on break.c:47 was actually inserted when debugging the version
1247 compiled at -O2 and use it in the expected output of the "info
1248 break" test performed soon after.
1249
1250 2018-01-22 Pedro Alves <palves@redhat.com>
1251 Sergio Durigan Junior <sergiodj@redhat.com>
1252
1253 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1254 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1255
1256 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1257
1258 * gdb.base/break-include.c, gdb.base/break-include.inc,
1259 gdb.base/break-include.exp: New files.
1260 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1261 line number now being the actual line number where the breakpoint
1262 was inserted.
1263 * gdb.mi/mi-break.exp: Likewise.
1264 * gdb.mi/mi-reverse.exp: Likewise.
1265 * gdb.mi/mi-simplerun.exp: Ditto.
1266
1267 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1270 varobj.
1271 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1272
1273 2018-01-21 Don Breazeal <donb@codesourcery.com>
1274 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.mi/basics.c: Add new global.
1277 * gdb.mi/mi-frame-regs.exp: New file.
1278 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1279 case.
1280
1281 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1284 non-parameter, and on an unknown symbol.
1285
1286 2018-01-19 Tom Tromey <tom@tromey.com>
1287
1288 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1289 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1290
1291 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1292
1293 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1294 setrlimit and chdir to int.
1295
1296 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1297
1298 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1299 function.
1300 (my_tend): Likewise.
1301 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1302 rationale of avoiding FP- and vector instructions.
1303
1304 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1305
1306 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1307 "info reg" with "\[ \t\]*".
1308 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1309 "\[ \t\]+".
1310 * gdb.arch/s390-multiarch.exp: Ditto.
1311 * gdb.base/pc-fp.exp: Ditto.
1312 * gdb.reverse/i386-precsave.exp: Ditto.
1313 * gdb.reverse/i386-reverse.exp: Ditto.
1314 * gdb.reverse/i387-env-reverse.exp: Ditto.
1315 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1316
1317 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1318
1319 * lib/gdb.exp (gdb_compile): Re-enable use of
1320 universal_compile_options for languages other than Rust.
1321
1322 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1323
1324 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1325
1326 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1327
1328 PR gdb/16577
1329 * gdb.base/solib-vanish.exp: New.
1330 * gdb.base/solib-vanish-main.c: New.
1331 * gdb.base/solib-vanish-lib1.c: New.
1332 * gdb.base/solib-vanish-lib2.c: New.
1333
1334 2018-01-17 Yao Qi <yao.qi@linaro.org>
1335
1336 * gdb.compile/compile.exp: Match the address printed for
1337 frame in the output of command "bt".
1338
1339 2018-01-15 Tom Tromey <tom@tromey.com>
1340
1341 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1342 compute sp_reg.
1343
1344 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1345
1346 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1347 to prepare.
1348 (prepare): Return 0 on error, 1 on success.
1349
1350 2018-01-12 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.base/continue-after-aborted-step-over.c: New.
1353 * gdb.base/continue-after-aborted-step-over.exp: New.
1354
1355 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1356
1357 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1358 options when not creating an executable.
1359
1360 2018-01-11 Pedro Alves <palves@redhat.com>
1361
1362 PR remote/22597
1363 * gdb.server/stop-reply-no-thread.c: New file.
1364 * gdb.server/stop-reply-no-thread.exp: New file.
1365
1366 2018-01-10 Pedro Alves <palves@redhat.com>
1367
1368 PR gdb/22670
1369 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1370 functions too. Test setting breakpoints and printing C functions
1371 with no debug info too.
1372 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1373
1374 2018-01-10 Pedro Alves <palves@redhat.com>
1375
1376 PR gdb/22670
1377 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1378 a fail.
1379
1380 2018-01-10 Pedro Alves <palves@redhat.com>
1381
1382 PR gdb/22670
1383 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1384
1385 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1386
1387 * gdb.server/unittest.exp: Match the output in non-development
1388 mode.
1389
1390 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1391
1392 * gdb.gdb/unittest.exp: Match output in non-development mode.
1393
1394 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1395
1396 * gdb.ada/access_tagged_param.exp: Relax expected output
1397 for value of "ObjL" in "continue" to pck.inspect breakpoint
1398 test.
1399
1400 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1401
1402 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1403 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1404
1405 2018-01-05 Pedro Alves <palves@redhat.com>
1406
1407 PR gdb/18653
1408 * gdb.base/libsegfault.exp: New.
1409
1410 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1411
1412 PR gdb/22670
1413 * gdb.ada/access_tagged_param.exp: New file.
1414 * gdb.ada/access_tagged_param/foo.adb: New file.
1415
1416 2018-01-05 Pedro Alves <palves@redhat.com>
1417
1418 PR gdb/22670
1419 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1420 exercise lower case too, and to exercise both full matching and
1421 wild matching.
1422
1423 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1424
1425 * gdb.ada/rename_subscript_param: New testcase.
1426
1427 2018-01-05 Jerome Guitton <guitton@adacore.com>
1428
1429 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1430
1431 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1432
1433 * gdb.ada/convvar_comp: New testcase.
1434
1435 2018-01-05 Xavier Roirand <roirand@adacore.com>
1436
1437 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1438 (My_Table): New global variable.
1439 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1440
1441 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1442
1443 PR gdb/22670
1444 * gdb.ada/maint_with_ada: New testcase.
1445
1446 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1447
1448 PR gdb/22670
1449 * gdb.ada/bp_c_mixed_case: New testcase.
1450
1451 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1452
1453 PR gdb/22670
1454 * gdb.ada/complete.exp: Add "complete break ada" test.
1455
1456 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1457
1458 PR gdb/22670
1459 * gdb.ada/info_addr_mixed_case: New testcase.
1460
1461 2018-01-03 Xavier Roirand <roirand@adacore.com>
1462
1463 * gdb.ada/excep_handle.exp: New testcase.
1464 * gdb.ada/excep_handle/foo.adb: New file.
1465 * gdb.ada/excep_handle/pck.ads: New file.
1466
1467 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1468
1469 * gdb.base/step-line.c: Add extra empty line in copyright header.
1470 * gdb.base/step-line.inp: Likewise.
1471
1472 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1473
1474 * gdb.ada/dyn_stride.exp: Add slice test.
1475
1476 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.ada/dyn_stride: New testcase.
1479
1480 2017-12-27 Stafford Horne <shorne@gmail.com>
1481
1482 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1483 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1484
1485 2017-12-27 Stafford Horne <shorne@gmail.com>
1486
1487 * gdb.base/reggroups.c: New file.
1488 * gdb.base/reggroups.exp: New file.
1489
1490 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1491
1492 * gdb.dwarf2/ada-valprint-error.c: New file.
1493 * gdb.dwarf2/ada-valprint-error.exp: New file.
1494
1495 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1496
1497 * gdb.ada/assign_arr: New testcase.
1498
1499 2017-12-18 Xavier Roirand <roirand@adacore.com>
1500
1501 * gdb.ada/funcall_ptr: New testcase.
1502
1503 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1504
1505 PR cli/16224
1506 * gdb.base/ptype-offsets.cc: New file.
1507 * gdb.base/ptype-offsets.exp: New file.
1508
1509 2017-12-15 Yao Qi <yao.qi@linaro.org>
1510
1511 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1512 if XML is disabled.
1513
1514 2017-12-15 Xavier Roirand <roirand@adacore.com>
1515
1516 * gdb.ada/same_component_name: New testcase.
1517
1518 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1519
1520 * gdb.ada/str_binop_equal: New testcase.
1521
1522 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1523
1524 * gdb.ada/task_switch_in_core: New testcase.
1525
1526 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1527
1528 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1529 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1530 call test_bkpt_qualified.
1531 (test_bkpt_qualified): New proc.
1532
1533 2017-12-13 Pedro Alves <palves@redhat.com>
1534
1535 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1536 Tighten regexp by matching with an anchor.
1537
1538 2017-12-13 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1541 ("expression with namespace"): New set of tests.
1542 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1543 (Nested::Test_NS::qux): New.
1544 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1545 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1546
1547 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1548
1549 * gdb.base/server-del-break.c: New file.
1550 * gdb.base/server-del-break.exp: New file.
1551
1552 2017-12-12 Stafford Horne <shorne@gmail.com>
1553
1554 * gdb.xml/tdesc-regs.exp: Add or1k support.
1555
1556 2017-12-12 Stafford Horne <shorne@gmail.com>
1557
1558 * gdb.base/bp-permanent.c: Define nop of or1k.
1559
1560 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1561
1562 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1563 output with components being reordered.
1564
1565 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1566
1567 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1568 output with components being reordered.
1569
1570 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1571 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.base/maint.exp (check for .gdb_index): Check also for
1574 .debug_names.
1575 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1576 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1577 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1578 (.gdb_index used after symbol reloading): Support also .debug_names.
1579 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1580
1581 2017-12-08 Yao Qi <yao.qi@linaro.org>
1582
1583 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1584 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1585
1586 2017-12-08 Yao Qi <yao.qi@linaro.org>
1587
1588 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1589 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1590
1591 2017-12-08 Yao Qi <yao.qi@linaro.org>
1592
1593 * gdb.arch/aarch64-tagged-pointer.c: New file.
1594 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1595
1596 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1597
1598 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1599 "int".
1600
1601 2017-12-07 Keith Seitz <keiths@redhat.com>
1602
1603 PR breakpoints/22569
1604 * gdb.linespec/ls-errs.exp: Change expected result of "break
1605 -source this file has spaces.c -line 3".
1606 Check that an explicit source file followed by whitespace is
1607 identified as an invalid explicit location.
1608
1609 2017-12-07 Keith Seitz <keiths@redhat.com>
1610
1611 * gdb.cp/nested-types.cc: New file.
1612 * gdb.cp/nested-types.exp: New file.
1613 * lib/cp-support.exp: Load data-structures.exp library.
1614 (debug_cp_test_ptype_class): New global.
1615 (cp_ptype_class_verbose, next_line): New procedures.
1616 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1617 Add and document new return value.
1618 Switch the list of lines to a queue.
1619 Add support for new `type' key for nested type definitions.
1620 Add debugging/troubleshooting messages.
1621 * lib/data-structures.exp: New file.
1622
1623 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1624
1625 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1626 with proc_with_prefix, don't use with_test_prefix.
1627
1628 2017-12-07 Tom Tromey <tom@tromey.com>
1629
1630 * gdb.base/break.exp: Add test for empty "commands".
1631
1632 2017-12-07 Yao Qi <yao.qi@linaro.org>
1633
1634 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1635 malloc and catch syscall.
1636
1637 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1638
1639 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1640 tests for explicit locations.
1641
1642 2017-12-06 Pedro Alves <palves@redhat.com>
1643
1644 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1645 force-disabling XML descriptions.
1646
1647 2017-12-04 Pedro Alves <palves@redhat.com>
1648
1649 PR gdb/22499
1650 * gdb.arch/amd64-disp-step-avx.S: New file.
1651 * gdb.arch/amd64-disp-step-avx.exp: New file.
1652
1653 2017-12-03 Pedro Alves <palves@redhat.com>
1654
1655 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1656 and <string.h>.
1657 (parent_function): Print distinct messages when waitpid fails, or
1658 the child exits with a signal, or the child exits for an unhandled
1659 reason.
1660 * gdb.threads/process-dies-while-detaching.exp
1661 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1662 it. Wait for both inferior output and GDB's prompt. Use an
1663 indirect spawn id list.
1664 (do_detach): New parameter 'child_exit'. Use it to compute
1665 expected inferior output.
1666 (test_detach, test_detach_watch, test_detach_killed_outside):
1667 Adjust to pass down the expected child exit kind.
1668
1669 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1670 Sergio Durigan Junior <sergiodj@redhat.com>
1671 Pedro Alves <palves@redhat.com>
1672
1673 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1674
1675 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1676
1677 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1678 to 'symbol-file' and 'add-symbol-file' can be
1679 position-independent.
1680
1681 2017-12-01 Yao Qi <yao.qi@linaro.org>
1682
1683 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1684 the URL in copyright header.
1685 * gdb.arch/aarch64-fp.exp: Likewise.
1686 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1687 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1688 * gdb.base/expand-psymtabs.exp: Likewise.
1689 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1690 * gdb.fortran/common-block.exp: Likewise.
1691 * gdb.fortran/common-block.f90: Likewise.
1692 * gdb.fortran/logical.exp: Likewise.
1693 * gdb.fortran/vla-datatypes.f90: Likewise.
1694 * gdb.fortran/vla-sub.f90: Likewise.
1695
1696 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1697
1698 * gdb.ada/repeat_dyn: New testcase.
1699
1700 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1701
1702 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1703 Update for changed thread numbering.
1704 * gdb.cell/bt.exp: Update for changed GDB output.
1705
1706 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1707
1708 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1709 setting isremote by hand.
1710 * boards/dwarf4-gdb-index.exp: Likewise.
1711 * boards/fission.exp: Likewise.
1712 * boards/stabs.exp: Likewise.
1713
1714 2017-11-30 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.linespec/cpls-ops.exp
1717 (check_explicit_skips_function_argument): Extract the underlying
1718 type of size_t instead of hardcoding it.
1719
1720 2017-11-29 Pedro Alves <palves@redhat.com>
1721
1722 PR c++/19436
1723 * gdb.linespec/cpls-abi-tag.cc: New file.
1724 * gdb.linespec/cpls-abi-tag.exp: New file.
1725
1726 2017-11-29 Pedro Alves <palves@redhat.com>
1727
1728 * gdb.base/langs.exp: Use -qualified.
1729 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1730 it.
1731 * gdb.cp/namespace.exp: Use -qualified.
1732 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1733 (overload-3, template-overload, template-ret-type, const-overload)
1734 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1735 procedures.
1736 (test_driver): Call them.
1737 * gdb.cp/save-bp-qualified.cc: New.
1738 * gdb.cp/save-bp-qualified.exp: New.
1739 * gdb.linespec/explicit.exp: Test -qualified.
1740 * lib/completion-support.exp (completion::explicit_opts_list): Add
1741 "-qualified".
1742 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1743
1744 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1745
1746 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1747
1748 2017-11-29 Tom Tromey <tom@tromey.com>
1749
1750 * gdb.base/relocate.exp: Update invalid argument test.
1751 Add new tests for invalid arguments.
1752
1753 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1754
1755 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1756 Return 0 as a long.
1757 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1758
1759 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1760
1761 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1762 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1763 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1764 func ().
1765 * gdb.cp/shadow.cc (B.func): Return 0.
1766
1767 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1768
1769 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1770 expected output in gdb_expect call to allow the exception
1771 message to be present as well. Fix syntax confusion to avoid
1772 TCL thinking that exception_name is an array.
1773
1774 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1775
1776 * gdb.arch/spu-info.c: Include <unistd.h>.
1777 (do_signal_test): Fix broken calls to write.
1778 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1779 Fix checks for empty mailboxes. Update signal tests for corrected
1780 do_signal_test routine. Allow nonzero event status.
1781 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1782 * gdb.cell/arch.exp: Use standard_output_file.
1783 * gdb.cell/break.exp: Likewise.
1784 * gdb.cell/bt.exp: Likewise.
1785 * gdb.cell/core.exp: Likewise.
1786 * gdb.cell/dwarfaddr.exp: Likewise.
1787 * gdb.cell/ea-cache.exp: Likewise.
1788 * gdb.cell/ea-standalone.exp: Likewise.
1789 * gdb.cell/f-regs.exp: Likewise.
1790 * gdb.cell/fork.exp: Likewise.
1791 * gdb.cell/gcore.exp: Likewise.
1792 * gdb.cell/mem-access.exp: Likewise.
1793 * gdb.cell/ptype.exp: Likewise.
1794 * gdb.cell/registers.exp: Likewise.
1795 * gdb.cell/sizeof.exp: Likewise.
1796 * gdb.cell/solib-symbol.exp: Likewise.
1797 * gdb.cell/solib.exp: Likewise.
1798
1799 2017-11-25 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.base/complete-empty.exp: New file.
1802 * gdb.base/completion.exp: Adjust.
1803
1804 2017-11-25 Pedro Alves <palves@redhat.com>
1805
1806 * gdb.linespec/cpls-ops.cc: New file.
1807 * gdb.linespec/cpls-ops.exp: New file.
1808 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1809 factored out from ...
1810 (test_complete_prefix_range): ... this.
1811
1812 2017-11-24 Pedro Alves <palves@redhat.com>
1813
1814 * gdb.linespec/cpcompletion.exp: New file.
1815 * gdb.linespec/cpls-hyphen.cc: New file.
1816 * gdb.linespec/cpls.cc: New file.
1817 * gdb.linespec/cpls2.cc: New file.
1818 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1819 test to use test_gdb_complete_unique. Add label completion,
1820 keyword completion and explicit location completion tests.
1821 * lib/completion-support.exp: New file.
1822
1823 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1824
1825 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1826 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1827 when hitting an exception catchpoint.
1828
1829 2017-11-22 Yao Qi <yao.qi@linaro.org>
1830
1831 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1832
1833 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1834
1835 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1836 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1837 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1838
1839 2017-11-22 Yao Qi <yao.qi@linaro.org>
1840
1841 * gdb.base/info-os.exp: Pass pthreads.
1842 * gdb.multi/multi-attach.exp: Likewise.
1843
1844 2017-11-22 Yao Qi <yao.qi@linaro.org>
1845
1846 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1847 compiler.
1848
1849 2017-11-22 Yao Qi <yao.qi@linaro.org>
1850
1851 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1852 * gdb.base/break-interp.exp: Likewise.
1853 * gdb.base/jit-attach-pie.exp: Likewise.
1854
1855 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1856
1857 * gdb.base/float128.c (large128): New variable.
1858 * gdb.base/float128.exp: Add test to print largest __float128 value.
1859
1860 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1861
1862 * gdb.arch/vsx-regs.exp: Update register content checks.
1863
1864 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1865
1866 * gdb.arch/ppc-longdouble.exp: New file.
1867 * gdb.arch/ppc-longdouble.c: Likewise.
1868
1869 2017-11-21 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1872
1873 2017-11-20 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1876 (long_double_typedef): New typedefs.
1877 Use DEF on double and long double.
1878 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1879 cases.
1880 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1881 and 'long_double_ptr_same_size' locals. Use them to decide
1882 whether cast from array/function to float is valid/invalid.
1883
1884 2017-11-17 Tom Tromey <tom@tromey.com>
1885
1886 * gdb.rust/traits.rs: New file.
1887 * gdb.rust/traits.exp: New file.
1888
1889 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1890
1891 * gdb.ada/minsyms: New testcase.
1892
1893 2017-11-16 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1896 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1897
1898 2017-11-16 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1901 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1902
1903 2017-11-16 Pedro Alves <palves@redhat.com>
1904
1905 * gdb.server/reconnect-ctrl-c.c: New file.
1906 * gdb.server/reconnect-ctrl-c.exp: New file.
1907
1908 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1909
1910 * gdb.python/py-rbreak.exp: New file.
1911 * gdb.python/py-rbreak.c: New file.
1912 * gdb.python/py-rbreak-func2.c: New file.
1913
1914 2017-11-16 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1917 pattern.
1918 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1919 GDB.
1920
1921 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1922
1923 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1924 regex.
1925
1926 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1927
1928 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1929 test names.
1930
1931 2017-11-09 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1934 factored out from ...
1935 (top level): ... here, and adjusted to avoid expecting beyond the
1936 prompt in a single gdb_test_multiple.
1937
1938 2017-11-09 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1941 output.
1942 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1943 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1944 * gdb.server/ext-run.exp ("kill" test): Likewise.
1945 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1946
1947 2017-11-09 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1950 match till end of line.
1951
1952 2017-11-09 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1955
1956 2017-11-09 Pedro Alves <palves@redhat.com>
1957
1958 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1959 New procedures, factored out from ...
1960 (top level): ... here, and adjusted to avoid expecting beyond the
1961 prompt in one go.
1962
1963 2017-11-09 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1966 output. Fix '?' match.
1967
1968 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1969
1970 * gdb.ada/scoped_watch: New testcase.
1971 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1972 which is actually correct.
1973 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1974 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1975
1976 2017-11-08 Pedro Alves <palves@redhat.com>
1977
1978 * gdb.gdb/complaints.exp (test_initial_complaints)
1979 (test_serial_complaints, test_short_complaints): Call
1980 complaint_internal instead of complaint.
1981
1982 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1983
1984 * gdb.threads/tls-core.c: New file.
1985 * gdb.threads/tls-core.exp: Likewise.
1986
1987 2017-11-08 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1990 (p Exported_Capitalized): New test.
1991 (p exported_capitalized): New test.
1992
1993 2017-11-07 Pedro Alves <palves@redhat.com>
1994
1995 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1996
1997 2017-11-07 Pedro Alves <palves@redhat.com>
1998
1999 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2000 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2001 (disable_invalid, disable_inverted, disable_negative): New
2002 procedures.
2003 ("bad numbers"): New set of tests.
2004
2005 2017-11-07 Pedro Alves <palves@redhat.com>
2006
2007 * gdb.cp/ena-dis-br-range.exp: Add tests.
2008
2009 2017-11-07 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2012
2013 2017-11-07 Xavier Roirand <roirand@adacore.com>
2014 Pedro Alves <palves@redhat.com>
2015
2016 * gdb.base/ena-dis-br.exp: Add reference to
2017 gdb.cp/ena-dis-br-range.exp.
2018 * gdb.cp/ena-dis-br-range.exp: New file.
2019 * gdb.cp/ena-dis-br-range.cc: New file.
2020
2021 2017-11-06 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.base/attach-non-pgrp-leader.c: New.
2024 * gdb.base/attach-non-pgrp-leader.exp: New.
2025
2026 2017-11-06 Pedro Alves <palves@redhat.com>
2027
2028 * configure.ac: No longer check for termio.h and sgtty.h.
2029 * configure: Regenerate.
2030 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2031 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2032 Remove termio and sgtty code.
2033
2034 2017-11-03 Yao Qi <yao.qi@linaro.org>
2035
2036 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2037 in GDB is disabled.
2038
2039 2017-11-03 Yao Qi <yao.qi@linaro.org>
2040
2041 * gdb.python/py-thrhandle.exp: Skip it if python is not
2042 enabled.
2043
2044 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2045
2046 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2047 as a breakpoint command.
2048
2049 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2050
2051 PR python/21213
2052 * gdb.python/py-infthread.exp: Test calling
2053 InferiorThread.inferior () multiple times in a row.
2054
2055 2017-10-27 Keith Seitz <keiths@redhat.com>
2056
2057 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2058 Test "info break" for every inlined function breakpoint.
2059
2060 2017-10-27 Yao Qi <yao.qi@linaro.org>
2061
2062 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2063
2064 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2065
2066 * gdb.cp/classes.exp (test_static_members): Test printing
2067 Outer::instance.
2068 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2069 (Inner::instance, Outer::instance): New.
2070
2071 2017-10-24 Pedro Alves <palves@redhat.com>
2072
2073 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2074 extra console" test in two stages.
2075
2076 2017-10-24 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2079
2080 2017-10-24 Pedro Alves <palves@redhat.com>
2081
2082 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2083 loop.
2084
2085 2017-10-24 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2088 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2089
2090 2017-10-24 Pedro Alves <palves@redhat.com>
2091
2092 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2093 parameter and handle it. Don't output read value in test name.
2094
2095 2017-10-24 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2098 custom test name.
2099
2100 2017-10-24 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2103 include the unstable output directory name in the test's name.
2104 (initial_setup_simple) <'set args'>: Use custom test name.
2105
2106 2017-10-24 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2109 with explicit test name.
2110
2111 2017-10-20 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2114 'wait -i'. Use gdb_assert and remote_close.
2115
2116 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2117
2118 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2119 number from variable rather than hard-coded.
2120
2121 2017-10-19 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.base/long-inferior-output.c: New file.
2124 * gdb.base/long-inferior-output.exp: New file.
2125
2126 2017-11-18 Keith Seitz <keiths@redhat.com>
2127
2128 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2129 method.
2130 (main): Call it.
2131 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2132 Add additional user-defined conversion operator tests.
2133
2134 2017-10-17 Pedro Alves <palves@redhat.com>
2135
2136 * boards/native-stdio-gdbserver.exp: Load "local-board".
2137
2138 2017-10-17 Pedro Alves <palves@redhat.com>
2139
2140 * gdb.base/quit-live.c: New file.
2141 * gdb.base/quit-live.exp: New file.
2142
2143 2017-10-16 Keith Seitz <keiths@redhat.com>
2144
2145 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2146 (class_with_protected_typedef, class_with_private_typedef)
2147 (struct_with_public_typedef, struct_with_protected_typedef)
2148 (struct_with_private_typedef): New classes/structs.
2149 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2150 typedefs and access specifiers.
2151
2152 2017-10-16 Pedro Alves <palves@redhat.com>
2153 Simon Marchi <simon.marchi@polymtl.ca>
2154
2155 * README (Local vs Remote vs Native): New section.
2156 * boards/local-board.exp: New file, with bits factored out from
2157 ...
2158 * boards/native-extended-gdbserver.exp: ... here. Load
2159 "local-board".
2160 * boards/native-gdbserver.exp: Load "local-board".
2161 (${board}_spawn, ${board}_exec): Delete.
2162 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2163 ...
2164 * boards/stdio-gdbserver-base.exp: ... this new file.
2165 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2166 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2167 procedure.
2168 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2169 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2170 stdio_gdbserver_command.
2171 (${board}_get_remote_address, ${board}_get_comm_port)
2172 (${board}_download, ${board}_upload): Delete.
2173 (get_target_remote_pipe_cmd): New.
2174
2175 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2176
2177 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2178 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2179 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2180 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2181 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2182 remove with_test_prefix.
2183
2184 2017-10-13 Pedro Alves <palves@redhat.com>
2185
2186 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2187 * gdb.base/annota1.exp: Use it instead of is_remote.
2188 * gdb.base/annota3.exp: Use it instead of is_remote.
2189 * gdb.cp/annota2.exp: Use it instead of is_remote.
2190 * gdb.cp/annota3.exp: Use it instead of is_remote.
2191 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2192
2193 2017-10-13 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2196 (test_num_test_vars, run_and_count_vars, find_env)
2197 (test_set_unset_env, test_inherit_env_var): New procedures.
2198 (top level): Use them.
2199
2200 2017-10-13 Pedro Alves <palves@redhat.com>
2201
2202 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2203 also skip on stub-like targets.
2204
2205 2017-10-13 Pedro Alves <palves@redhat.com>
2206
2207 PR gdb/22293
2208 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2209 (top level): Move some tests to ...
2210 (test_not_found): ... this new procedure.
2211 (top level): Call it.
2212
2213 2017-10-13 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2216 expect different "info terminal" output if testing with a
2217 non-native target.
2218
2219 2017-10-13 Pedro Alves <palves@redhat.com>
2220 Simon Marchi <simon.marchi@polymtl.ca>
2221
2222 PR python/12966
2223 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2224
2225 2017-10-13 Pedro Alves <palves@redhat.com>
2226
2227 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2228 already.
2229
2230 2017-10-13 Pedro Alves <palves@redhat.com>
2231
2232 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2233 is_remote.
2234
2235 2017-10-13 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2238 is_remote.
2239
2240 2017-10-13 Pedro Alves <palves@redhat.com>
2241
2242 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2243 is set.
2244 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2245 instead of is_remote.
2246
2247 2017-10-13 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2250 (top level): Add comment.
2251
2252 2017-10-13 Pedro Alves <palves@redhat.com>
2253
2254 * gdb.base/remote.exp (top level): Fix comment typo and add
2255 missing return.
2256
2257 2017-10-13 Pedro Alves <palves@redhat.com>
2258 Simon Marchi <simon.marchi@polymtl.ca>
2259
2260 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2261 calls and add comments. Skip test if use_gdb_stub is set.
2262 (top level): Use "set cwd" command instead of "cd" command.
2263
2264 2017-10-13 Pedro Alves <palves@redhat.com>
2265
2266 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2267 is_remote target check.
2268
2269 2017-10-13 Pedro Alves <palves@redhat.com>
2270
2271 * gdb.base/scope.exp: Use build_executable + clean_restart +
2272 gdb_file_cmd instead of prepare_for_testing and no longer skip
2273 "before run" tests on is_remote target boards. Update comments.
2274 * boards/native-extended-gdbserver.exp
2275 (extended_gdbserver_load_last_file): New, factored out from ...
2276 (gdb_load): ... this. Move further below and add comment.
2277 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2278
2279 2017-10-12 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.base/attach.exp: Remove references to gdb64.
2282 * gdb.base/dbx.exp: Remove references to gdb64.
2283
2284 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2285 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.base/label.exp: Remove is_remote target check.
2288
2289 2017-10-12 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.base/auvx.exp (coredir): Update comment.
2292 (top level) <core_works>: Use "set cwd" command instead of "cd"
2293 command.
2294
2295 2017-10-12 Pedro Alves <palves@redhat.com>
2296 Simon Marchi <simon.marchi@polymtl.ca>
2297
2298 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2299 target boards.
2300
2301 2017-10-12 Pedro Alves <palves@redhat.com>
2302 Simon Marchi <simon.marchi@polymtl.ca>
2303
2304 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2305 Instead skip if there's any gdb_protocol set.
2306
2307 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2308 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2311
2312 2017-10-12 Pedro Alves <palves@redhat.com>
2313 Simon Marchi <simon.marchi@polymtl.ca>
2314
2315 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2316 instead of on dejagnu remote boards.
2317
2318 2017-10-12 Pedro Alves <palves@redhat.com>
2319 Simon Marchi <simon.marchi@polymtl.ca>
2320
2321 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2322 checks. Use build_executable + clean_restart instead of
2323 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2324 of enabling non-stop after starting gdb.
2325
2326 2017-10-12 Pedro Alves <palves@redhat.com>
2327
2328 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2329 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2330 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2331 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2332
2333 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2334
2335 * gdb.arch/arc-tdesc-cpu.exp: New file.
2336 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2337
2338 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2339
2340 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2341
2342 2017-10-10 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2345 expect CLI output.
2346
2347 2017-10-10 Pedro Alves <palves@redhat.com>
2348
2349 * lib/selftest-support.exp (selftest_setup): Update for
2350 captured_command_loop's prototype change.
2351
2352 2017-10-09 Pedro Alves <palves@redhat.com>
2353
2354 Test both arch1=>arch2 and arch2=>arch1.
2355
2356 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2357 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2358 factored out to...
2359 (append_arch1_options, append_arch2_options, append_arch_options)
2360 (build_executables): New procedures.
2361 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2362 local.
2363 (top level): Add new 'first_arch' testing axis.
2364
2365 2017-10-09 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2368 (barrier): New.
2369 (thread_start, all_started): New functions.
2370 (main): Spawn new thread and wait until it is scheduled.
2371 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2372 option.
2373 (do_test): Add 'selected_thread' parameter. Run to all_started
2374 instead of main. Explicitly set the breakpoint at main. Switch
2375 to the SELECTED_THREAD thread.
2376 (top level): Test handling the exec event with either the main
2377 thread or the second thread selected.
2378
2379 2017-10-09 Pedro Alves <palves@redhat.com>
2380
2381 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2382 logic. Move STOP marker after the value checks.
2383 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2384 regexp.
2385
2386 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2387
2388 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2389
2390 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2391
2392 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2393 integer-to-dfp conversion.
2394 * gdb.base/dfp-test.exp: Likewise.
2395
2396 2017-10-04 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.multi/hangout.c: Include <unistd.h>.
2399 (hangout_loop): New function.
2400 (main): Call alarm. Call hangout_loop in a loop.
2401 * gdb.multi/hello.c: Include <unistd.h>.
2402 (hello_loop): New function.
2403 (main): Call alarm. Call hangout_loop in a loop.
2404 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2405 inferior with the other selected.
2406
2407 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2408
2409 * gdb.mi/list-thread-groups-available.exp: New file.
2410 * gdb.mi/list-thread-groups-available.c: New file.
2411
2412 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2413
2414 * gdb.base/set-cwd.exp: Make it available on
2415 native-extended-gdbserver.
2416
2417 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2418
2419 * gdb.base/set-cwd.c: New file.
2420 * gdb.base/set-cwd.exp: Likewise.
2421
2422 2017-10-02 Tom Tromey <tom@tromey.com>
2423
2424 PR rust/22236:
2425 * gdb.rust/simple.rs (main): New variable "fslice".
2426 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2427
2428 2017-10-02 Tom Tromey <tom@tromey.com>
2429
2430 * gdb.rust/simple.exp: Test ptype of a slice.
2431
2432 2017-10-02 Tom Tromey <tom@tromey.com>
2433
2434 * gdb.rust/simple.exp: Test index of slice.
2435
2436 2017-09-27 Tom Tromey <tom@tromey.com>
2437
2438 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2439
2440 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2441 Pedro Alves <palves@redhat.com>
2442
2443 * gdb.base/compare-sections.exp (get value of read-only section): Read
2444 as unsigned value.
2445 (corrupt read-only section): Likewise and don't set written if patching
2446 failed.
2447
2448 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2449
2450 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2451 files.
2452
2453 2017-09-20 Pedro Alves <palves@redhat.com>
2454
2455 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2456 symbol names in gdb's output.
2457 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2458
2459 2017-09-20 Pedro Alves <palves@redhat.com>
2460
2461 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2462 Rename to ...
2463 (test_list_ambiguous_symbol): ... this and add a symbol name
2464 parameter. Adjust.
2465 (test_list_ambiguous_function): Reimplement on top of
2466 test_list_ambiguous_symbol and also test listing ambiguous
2467 variables.
2468 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2469 (ambiguous_fun): ... this.
2470 (ambiguous_var): New.
2471 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2472 (ambiguous_fun): ... this.
2473 (ambiguous_var): New.
2474
2475 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2476
2477 * gdb.base/starti.c: New file.
2478 * gdb.base/starti.exp: New file.
2479 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2480
2481 2017-09-14 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2484 (top level): Use it instead of runto.
2485
2486 2017-09-11 Tom Tromey <tom@tromey.com>
2487
2488 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2489
2490 2017-09-11 Tom Tromey <tom@tromey.com>
2491
2492 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2493 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2494
2495 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2496
2497 * gdb.fortran/printing-types.exp: New file.
2498 * gdb.fortran/printing-types.exp: New file.
2499
2500 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2501
2502 * gdb.fortran/vla-ptype.exp: Fix typos.
2503 * gdb.fortran/vla-value.exp: Same.
2504
2505 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2506
2507 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2508 * gdb.mi/mi-var-child-f.exp: Likewise.
2509 * gdb.mi/mi-vla-fortran.exp: Likewise.
2510
2511 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2512 Christoph Weinmann <christoph.t.weinmann@intel.com>
2513 Bernhard Heckel <bernhard.heckel@intel.com>
2514
2515 * gdb.fortran/ptr-indentation.f90: New file.
2516 * gdb.fortran/ptr-indentation.exp: New file.
2517
2518 2017-09-05 Tom Tromey <tom@tromey.com>
2519
2520 PR gdb/22010:
2521 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2522
2523 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2524
2525 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2526
2527 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2528
2529 * gdb.threads/tls-nodebug-pie.c: New file.
2530 * gdb.threads/tls-nodebug-pie.exp: New file.
2531
2532 2017-09-05 Tom Tromey <tom@tromey.com>
2533
2534 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2535 for rust.
2536
2537 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2538
2539 * gdb.multi/multi-arch-exec.exp: Test with different
2540 "follow-exec-mode" settings.
2541 (do_test): New procedure.
2542
2543 2017-09-04 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.base/func-static.c (S::method const, S::method volatile)
2546 (S::method volatile const): New methods.
2547 (c_s, v_s, cv_s): New instances.
2548 (main): Call method() on them.
2549 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2550 (cannot_resolve): New procedure.
2551 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2552 print-quote-unquoted columns.
2553 (do_test): Test printing each scope too.
2554
2555 2017-09-04 Pedro Alves <palves@redhat.com>
2556
2557 * gdb.base/local-static.exp: Also test with
2558 class::method::variable wholly quoted.
2559 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2560
2561 2017-09-04 Pedro Alves <palves@redhat.com>
2562
2563 * gdb.base/local-static.c: New.
2564 * gdb.base/local-static.cc: New.
2565 * gdb.base/local-static.exp: New.
2566
2567 2017-09-04 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.asm/asm-source.exp: Add casts to int.
2570 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2571 (dataglobal64_1, dataglobal64_2): New globals.
2572 * gdb.base/nodebug.exp: Test different expressions involving the
2573 new globals, with print, whatis and ptype. Add casts to int.
2574 * gdb.base/solib-display.exp: Add casts to int.
2575 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2576 * gdb.cp/m-static.exp: Add cast to int.
2577 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2578 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2579 tls variable with no debug info without a cast. Test with a cast
2580 to int too.
2581 * gdb.trace/entry-values.exp: Add casts.
2582
2583 2017-09-04 Pedro Alves <palves@redhat.com>
2584
2585 * gdb.base/nodebug.exp: Test that ptype's error about functions
2586 with unknown return type includes the function name too.
2587
2588 2017-09-04 Pedro Alves <palves@redhat.com>
2589
2590 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2591 return type of munmap in infcall.
2592 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2593 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2594 type of ftell in infcall.
2595 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2596 type of getpid in infcall.
2597 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2598 infcall.
2599 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2600 Bail on failure to extract the pid.
2601 * gdb.base/nodebug.c: #include <stdint.h>.
2602 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2603 New functions.
2604 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2605 Change expected output of print/whatis/ptype with functions with
2606 no debug info. Test all supported languages. Call
2607 test_call_promotion.
2608 * gdb.compile/compile.exp: Adjust expected output to expect
2609 warning.
2610 * gdb.threads/siginfo-threads.exp: Likewise.
2611
2612 2017-09-04 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2615 "prototypes". Test calling float functions via prototyped and
2616 unprototyped function pointers.
2617 (perform_all_tests): New parameter "prototypes". Pass it down.
2618 (top level): Pass down "prototypes" parameter to
2619 perform_all_tests.
2620
2621 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2622
2623 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2624 Test with nested loops.
2625
2626 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2627
2628 * gdb.base/commands.exp: Call the new procedures.
2629 (loop_break_test, loop_continue_test): New procedures.
2630
2631 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2632
2633 * gdb.base/commands.exp: Call new procedure.
2634 (define_if_without_arg_test): New procedure.
2635
2636 2017-09-04 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.base/list-ambiguous.exp: New file.
2639 * gdb.base/list-ambiguous0.c: New file.
2640 * gdb.base/list-ambiguous1.c: New file.
2641 * gdb.base/list.exp (test_list_range): Adjust expected output.
2642
2643 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2644
2645 * gdb.base/share-env-with-gdbserver.c: New file.
2646 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2647
2648 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2649
2650 * gdb.base/commands.exp (gdbvar_simple_if_test,
2651 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2652 progvar_simple_if_test, progvar_simple_while_test,
2653 progvar_complex_if_while_test, user_defined_command_test,
2654 user_defined_command_args_eval,
2655 user_defined_command_args_stack_test,
2656 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2657 temporary_breakpoint_commands,
2658 gdb_test_no_prompt, redefine_hook_test,
2659 redefine_backtrace_test): Remove "global gdb_prompt".
2660
2661 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2662
2663 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2664 New proc, call it from toplevel.
2665
2666 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2667
2668 PR remote/21852
2669 * gdb.server/normal.c: New file, copied from gdb.base.
2670 * gdb.server/run-without-local-binary.exp: New file.
2671
2672 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2673
2674 * gdb.arch/sparc64-adi.exp: New file.
2675 * gdb.arch/sparc64-adi.c: New file.
2676
2677 2017-08-22 Pedro Alves <palves@redhat.com>
2678
2679 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2680 (top level): Add "list all overloads" tests.
2681
2682 2017-08-22 Tom Tromey <tom@tromey.com>
2683
2684 * gdb.gdb/xfullpath.exp: Remove.
2685
2686 2017-08-21 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/19487
2689 * gdb.base/symbol-alias.c: New.
2690 * gdb.base/symbol-alias2.c: New.
2691 * gdb.base/symbol-alias.exp: New.
2692
2693 2017-08-21 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.base/dfp-test.c
2696 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2697 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2698 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2699 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2700 * gdb.base/whatis-ptype-typedefs.c: New.
2701 * gdb.base/whatis-ptype-typedefs.exp: New.
2702 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2703 (an_int, an_int_type, an_int_type2): New globals.
2704 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2705 involving typedefs and cast expressions.
2706 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2707 (lookup_typedefs_function): New.
2708 (typedefs_pretty_printers_dict): New.
2709 (top level): Register lookup_typedefs_function in
2710 gdb.pretty_printers.
2711
2712 2017-08-18 Yao Qi <yao.qi@linaro.org>
2713
2714 * gdb.server/unittest.exp: New.
2715
2716 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2717
2718 PR gdb/21954
2719 * gdb.base/environ.exp: Add test to check if 'unset environment'
2720 works.
2721
2722 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2723
2724 * lib/gdb.exp (universal_compile_options): New caching proc.
2725 (gdb_compile): Suppress GCC's coloring of messages.
2726
2727 2017-08-14 Tom Tromey <tom@tromey.com>
2728
2729 PR gdb/21675:
2730 * gdb.base/printcmds.exp (test_radices): New function.
2731 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2732 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2733 * lib/gdb.exp (get_integer_valueof): Use p/d.
2734
2735 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2736
2737 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2738 characters.
2739
2740 2017-08-05 Tom Tromey <tom@tromey.com>
2741
2742 * gdb.rust/simple.exp: Allow String to appear in a different
2743 namespace.
2744
2745 2017-07-26 Yao Qi <yao.qi@linaro.org>
2746
2747 * gdb.gdb/unittest.exp: Invoke command
2748 "maintenance check xml-descriptions".
2749
2750 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2751
2752 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2753 calling context.
2754 (hex128): Drop erroneous calculation of parameters.
2755
2756 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2757
2758 * gdb.python/py-unwind.exp: Disable stack protection when
2759 building test file.
2760
2761 2017-07-20 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.base/default.exp (set language): Adjust expected output.
2764
2765 2017-07-20 Pedro Alves <palves@redhat.com>
2766
2767 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2768 (test_minsym): ... this, and make static.
2769 (get_pck__foo__bar__minsym): Rename to ...
2770 (get_test_minsym): ... this.
2771 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2772 symbol names and comments.
2773 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2774 (get_test_minsym): ... this.
2775 (pck__foo__bar__minsym__2): Rename to ...
2776 (test_minsym): ... this.
2777 (main): Adjust.
2778
2779 2017-07-17 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.base/completion.exp: Adjust expected output.
2782 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2783 the completer works.
2784
2785 2017-07-17 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2788
2789 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2790
2791 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2792
2793 2017-07-14 Tom Tromey <tom@tromey.com>
2794
2795 PR rust/21764:
2796 * gdb.rust/simple.exp: Add tests.
2797
2798 2017-07-14 Tom Tromey <tom@tromey.com>
2799
2800 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2801
2802 2017-07-14 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.linespec/base/one/thefile.cc (z1): New function.
2805 * gdb.linespec/base/two/thefile.cc (z2): New function.
2806 * gdb.linespec/linespec.exp: Add tests.
2807
2808 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2809
2810 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2811 to mi_create_breakpoint.
2812
2813 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2814
2815 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2816 mi_create_breakpoint.
2817
2818 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2819
2820 * gdb.dlang/demangle.exp: Update for demangling changes.
2821
2822 2017-07-09 Tom Tromey <tom@tromey.com>
2823
2824 * gdb.dwarf2/shortpiece.exp: New file.
2825
2826 2017-07-06 David Blaikie <dblaikie@gmail.com>
2827
2828 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2829 built from fissiont-multi-cu{1,2}.c.
2830 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2831 except putting 'main' and 'func' in separate CUs in the same DWO file.
2832 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2833 test.
2834 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2835 test.
2836
2837 2017-07-06 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.python/py-unwind.exp: Test flushregs.
2840
2841 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2842
2843 PR cli/21688
2844 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2845 tests for alias commands and trailing whitespace.
2846
2847 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2848
2849 PR cli/21688
2850 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2851 procedure. Call it.
2852
2853 2017-06-29 Pedro Alves <palves@redhat.com>
2854
2855 * gdb.base/printcmds.exp: Add tests.
2856
2857 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2858
2859 PR gdb/21337
2860 * gdb.base/reread-readsym.exp: New file.
2861 * gdb.base/reread-readsym.c: New file.
2862
2863 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2864
2865 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2866 subpattern.
2867
2868 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2869
2870 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2871 extended mnemonic.
2872 * gdb.arch/powerpc-power9.s: Likewise.
2873
2874 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2875
2876 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2877 on 32-bit x86 targets. Exploit is_*_target macros where
2878 appropriate.
2879
2880 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2881
2882 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2883 register pieces.
2884
2885 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2886
2887 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2888 located in one or more DWARF pieces.
2889
2890 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2891
2892 * lib/gdb.exp (get_endianness): New proc.
2893 * gdb.arch/aarch64-fp.exp: Use it.
2894 * gdb.arch/altivec-regs.exp: Likewise.
2895 * gdb.arch/e500-regs.exp: Likewise.
2896 * gdb.arch/vsx-regs.exp: Likewise.
2897 * gdb.base/dump.exp: Likewise.
2898 * gdb.base/funcargs.exp: Likewise.
2899 * gdb.base/gnu_vector.exp: Likewise.
2900 * gdb.dwarf2/formdata16.exp: Likewise.
2901 * gdb.dwarf2/implptrpiece.exp: Likewise.
2902 * gdb.dwarf2/nonvar-access.exp: Likewise.
2903 * gdb.python/py-inferior.exp: Likewise.
2904 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2905
2906 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2907
2908 PR gdb/21226
2909 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2910 stack value pieces are taken from the LSB end.
2911
2912 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2913
2914 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2915 variable at nonzero offset.
2916
2917 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2918
2919 * gdb.dwarf2/var-access.c: New file.
2920 * gdb.dwarf2/var-access.exp: New test.
2921 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2922
2923 2017-06-12 Tom Tromey <tom@tromey.com>
2924
2925 * gdb.dwarf2/formdata16.exp: Add tests.
2926
2927 2017-06-12 Tom Tromey <tom@tromey.com>
2928
2929 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2930
2931 2017-06-12 Tom Tromey <tom@tromey.com>
2932
2933 PR exp/16225:
2934 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2935 * gdb.arch/vsx-regs.exp: Update tests.
2936 * gdb.arch/s390-vregs.exp (hex128): New proc.
2937 Update test.
2938 * gdb.arch/altivec-regs.exp: Update tests.
2939
2940 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2941
2942 * gdb.base/startup-with-shell.c: New file.
2943 * gdb.base/startup-with-shell.exp: Likewise.
2944
2945 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2946
2947 * gdb.server/non-existing-program.exp: Update regex in order to
2948 reflect the fact that gdbserver is now using fork_inferior (with a
2949 shell) to startup the inferior.
2950
2951 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2952
2953 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2954 support function calls from GDB.
2955
2956 2017-05-21 Tom Tromey <tom@tromey.com>
2957
2958 PR rust/21466:
2959 * gdb.rust/unsized.exp: New file.
2960 * gdb.rust/unsized.rs: New file.
2961
2962 2017-05-19 Tom Tromey <tom@tromey.com>
2963
2964 PR rust/21484:
2965 * gdb.rust/watch.exp: New file.
2966 * gdb.rust/watch.rs: New file.
2967
2968 2017-05-18 Tom Tromey <tom@tromey.com>
2969
2970 * gdb.rust/simple.exp: Allow Box to be qualified.
2971
2972 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2973
2974 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2975
2976 2017-05-18 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.base/fileio.c (test_write, test_read, test_close)
2979 (test_fstat): Don't print 'ret' in the fail path.
2980
2981 2017-05-18 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2984 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2985 (test_system, test_rename, test_unlink, test_time): Change
2986 prototypes.
2987 * gdb.base/fileio.exp (stop_msg): Adjust.
2988
2989 2017-05-18 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.base/fileio.c (null_str): New global.
2992 (test_stat): Use it.
2993 * gdb.base/fileio.exp: Remove nowarnings.
2994
2995 2017-05-17 Yao Qi <yao.qi@linaro.org>
2996
2997 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2998
2999 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3000
3001 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3002 argument command.
3003 (top-level): Invoke test_set_inferior_tty.
3004
3005 2017-05-04 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3008 Add parens to print call for Python 3.
3009
3010 2017-05-03 Keith Seitz <keiths@redhat.com>
3011
3012 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3013 (main): Call it.
3014
3015 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3016
3017 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3018 to prev and next.
3019
3020 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3021
3022 * gdb.python/py-record-btrace.exp: Remove test for
3023 gdb.BtraceInstruction.error.
3024
3025 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3026
3027 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3028
3029 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3030
3031 * gdb.python/py-record-btrace-threads.c: New file.
3032 * gdb.python/py-record-btrace-threads.exp: New file.
3033
3034 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3035
3036 PR testsuite/8595
3037 * gdb.base/environ.exp: Make test available in all architectures.
3038 Move bits related to "info program" testing to
3039 gdb.base/info-program.exp. Rewrite tests to use the two new
3040 procedures mentione below.
3041 (test_set_show_env_var) New procedure.
3042 (test_set_show_env_var_equal): Likewise.
3043 * gdb.base/info-program.exp: New file.
3044
3045 2017-04-27 Keith Seitz <keiths@redhat.com>
3046
3047 * gdb.cp/oranking.cc (test15): New function.
3048 (main): Call test15 and declare additional variables for testing.
3049 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3050 "p foo101('abc')" tests.
3051 Add tests for cv qualifier overloads.
3052 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3053 "lvalue reference overload" test.
3054 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3055 "print value of f1 on Child&& in f2" test.
3056
3057 2017-04-19 Pedro Alves <palves@redhat.com>
3058
3059 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3060 procedure.
3061 (top level): Call it.
3062 * lib/gdb.exp (gdb_define_cmd): New procedure.
3063
3064 2017-04-12 Pedro Alves <palves@redhat.com>
3065
3066 PR gdb/21323
3067 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3068 (wchar): New global.
3069 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3070 (do_test_wide_char, wide_char_types_no_program, top level): Add
3071 wchar_t testing.
3072
3073 2017-04-12 Pedro Alves <palves@redhat.com>
3074
3075 PR c++/21323
3076 * gdb.cp/wide_char_types.c: New file.
3077 * gdb.cp/wide_char_types.exp: New file.
3078
3079 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3080
3081 PR gdb/21352
3082 * gdb.trace/tsv.exp: Add test for "tsave -r".
3083
3084 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3085
3086 * gdb.dlang/watch-loc.c: New file.
3087 * gdb.dlang/watch-loc.exp: New file.
3088
3089 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3090
3091 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3092
3093 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3094
3095 * gdb.arch/arc-analyze-prologue.S: New file.
3096 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3097
3098 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3099
3100 * gdb.arch/arc-decode-insn.S: New file.
3101 * gdb.arch/arc-decode-insn.exp: Likewise.
3102
3103 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3104
3105 PR tdep/20928
3106 * gdb.arch/sparc64-regs.exp: New file.
3107 * gdb.arch/sparc64-regs.S: Likewise.
3108
3109 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3110
3111 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3112 and memory view on Python 3.
3113
3114 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3115 Keith Seitz <keiths@redhat.com>
3116
3117 PR gdb/14441
3118 * gdb.cp/demangle.exp: Add rvalue reference tests.
3119 * gdb.cp/rvalue-ref-casts.cc: New file.
3120 * gdb.cp/rvalue-ref-casts.exp: New file.
3121 * gdb.cp/rvalue-ref-overload.cc: New file.
3122 * gdb.cp/rvalue-ref-overload.exp: New file.
3123 * gdb.cp/rvalue-ref-params.cc: New file.
3124 * gdb.cp/rvalue-ref-params.exp: New file.
3125 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3126 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3127 * gdb.cp/rvalue-ref-types.cc: New file.
3128 * gdb.cp/rvalue-ref-types.exp: New file.
3129 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3130 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3131
3132 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3133
3134 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3135 New procedure.
3136
3137 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3138
3139 * lib/mi-support.exp (mi_gdb_test): Add additional message
3140 for unexpected output.
3141
3142 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3143
3144 * gdb.base/examine-backward.c (Barrier): New character array
3145 constant, to ensure that TestStrings is preceded by a string
3146 terminator.
3147
3148 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3149
3150 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3151 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3152 and implicit pointer into such a location.
3153
3154 2017-03-16 Doug Evans <dje@google.com>
3155
3156 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3157
3158 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3159
3160 * gdb.cp/m-static.exp: Fix expectation for prototype of
3161 test5.single_constructor and single_constructor::single_constructor.
3162
3163 2017-03-16 Doug Evans <dje@google.com>
3164
3165 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3166 * gdb.guile/scm-lazy-string.c: New file.
3167 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3168 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3169 for pointer, array, typedef lazy strings.
3170
3171 2017-03-16 Doug Evans <dje@google.com>
3172
3173 PR python/17728, python/18439, python/18779
3174 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3175 * gdb.python/py-lazy-string.c (pointer): New typedef.
3176 (main): New locals ptr, array, typedef_ptr.
3177 * gdb.python/py-value.exp: Move lazy string tests to ...
3178 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3179 array, typedef lazy strings.
3180
3181 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3182
3183 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3184 Add optional 'test' parameter.
3185
3186 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3187
3188 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3189 Skip for versions of DejaGnu < 1.5.
3190
3191 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3192
3193 * lib/gdb.exp (dejagnu_version): New proc.
3194 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3195 Use dejagnu_version.
3196
3197 2017-03-10 Keith Seitz <keiths@redhat.com>
3198
3199 PR c++/8128
3200 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3201 type from destructor regexps.
3202 Add a branch which actually passes the test.
3203 Adjust "ptype t5i" test names.
3204
3205 2017-03-08 Pedro Alves <palves@redhat.com>
3206
3207 * gdb.base/step-over-exit.exp: Add explicit test message.
3208
3209 2017-03-08 Pedro Alves <palves@redhat.com>
3210
3211 PR gdb/18360
3212 * gdb.threads/interrupt-while-step-over.c: New file.
3213 * gdb.threads/interrupt-while-step-over.exp: New file.
3214
3215 2017-03-08 Pedro Alves <palves@redhat.com>
3216
3217 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3218 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3219
3220 2017-03-08 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3223 PKRU as not supported as a PASS.
3224
3225 2017-03-08 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3228 prefix instead of $binfile1/$binfile2.
3229 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3230 in test message.
3231 * gdb.python/py-completion.exp: Use "load python file" as test
3232 messages instead of unstable path names.
3233
3234 2017-03-08 Pedro Alves <palves@redhat.com>
3235 Jan Kratochvil <jan.kratochvil@redhat.com>
3236
3237 PR cli/21218
3238 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3239 New proc.
3240 (top level): Call it.
3241
3242 2017-03-08 Pedro Alves <palves@redhat.com>
3243
3244 PR tui/21216
3245 * gdb.tui/tui-nl-filtered-output.exp: New file.
3246
3247 2017-03-08 Pedro Alves <palves@redhat.com>
3248
3249 * gdb.base/completion.exp: Move TUI completion tests to ...
3250 * gdb.tui/completion.exp: ... this new file.
3251
3252 2017-03-08 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.base/tui-disasm-long-lines.c,
3255 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3256 gdb.base/tui-layout.exp: Move to ...
3257 * gdb.tui/: ... this new directory.
3258
3259 2017-03-07 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.base/tui-layout.c: New file.
3262 * gdb.base/tui-layout.exp: New file.
3263
3264 2017-03-07 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/tui-layout.c: Rename to ...
3267 * gdb.base/tui-disasm-long-lines.c: ... this.
3268 * gdb.base/tui-layout.exp: Rename to ...
3269 * gdb.base/tui-disasm-long-lines.exp: ... this.
3270
3271 2017-03-07 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3274
3275 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3276
3277 * i386-mpx-call.c: New file.
3278 * i386-mpx-call.exp: New file.
3279
3280 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3281
3282 * gdb.arch/powerpc-power.exp: Delete test.
3283 * gdb.arch/powerpc-power.s: Likewise.
3284 * gdb.disasm/disassembler-options.exp: New test.
3285 * gdb.arch/powerpc-altivec.exp: Likewise.
3286 * gdb.arch/powerpc-altivec.s: Likewise.
3287 * gdb.arch/powerpc-altivec2.exp: Likewise.
3288 * gdb.arch/powerpc-altivec2.s: Likewise.
3289 * gdb.arch/powerpc-altivec3.exp: Likewise.
3290 * gdb.arch/powerpc-altivec3.s: Likewise.
3291 * gdb.arch/powerpc-power7.exp: Likewise.
3292 * gdb.arch/powerpc-power7.s: Likewise.
3293 * gdb.arch/powerpc-power8.exp: Likewise.
3294 * gdb.arch/powerpc-power8.s: Likewise.
3295 * gdb.arch/powerpc-power9.exp: Likewise.
3296 * gdb.arch/powerpc-power9.s: Likewise.
3297 * gdb.arch/powerpc-vsx.exp: Likewise.
3298 * gdb.arch/powerpc-vsx.s: Likewise.
3299 * gdb.arch/powerpc-vsx2.exp: Likewise.
3300 * gdb.arch/powerpc-vsx2.s: Likewise.
3301 * gdb.arch/powerpc-vsx3.exp: Likewise.
3302 * gdb.arch/powerpc-vsx3.s: Likewise.
3303 * gdb.arch/arm-disassembler-options.exp: Likewise.
3304 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3305 * gdb.arch/s390-disassembler-options.exp: Likewise.
3306
3307 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3308
3309 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3310 (check_supported_features): ... this. Changed return type to void.
3311 (supports_rdseed): New static global.
3312 (rdseed): Check supports_rdseed.
3313 (initialize): Call check_supported_features.
3314
3315 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3316
3317 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3318 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3319 and lqarx/stqcx.
3320 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3321 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3322
3323 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3324
3325 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3326 uppercase.
3327
3328 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3329
3330 * gdb.dwarf2/formdata16.c: New file.
3331 * gdb.dwarf2/formdata16.exp: New file.
3332 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3333
3334 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3337 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3338 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3339 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3340 DW_AT_GNU_*.
3341
3342 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3345
3346 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3347
3348 PR gdb/21164
3349 * gdb.base/maint.exp: Add testcases for when the commands do
3350 not have arguments.
3351
3352 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3353
3354 * gdb.cp/chained-calls.exp: Use p instead of P.
3355
3356 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3357
3358 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3359 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3360
3361 2017-02-14 Tom Tromey <tom@tromey.com>
3362
3363 PR python/13598:
3364 * gdb.python/py-events.exp: Add before_prompt event tests.
3365
3366 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3367
3368 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3369
3370 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3371
3372 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3373 (main): Call my_unique_function_name.
3374 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3375 completion of patterns with a single match.
3376 Add missing -re switches to gdb_test_multiple calls.
3377
3378 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3379
3380 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3381 return if core file is not recognized.
3382
3383 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3384
3385 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3386 and extra UIs.
3387
3388 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3389
3390 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3391 proc_with_prefix.
3392
3393 2017-02-10 Tom Tromey <tom@tromey.com>
3394
3395 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3396
3397 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3398
3399 PR gdb/21122
3400 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3401
3402 2017-02-08 Jerome Guitton <guitton@adacore.com>
3403
3404 * gdb.base/define.exp: Add test for command abbreviations
3405 in define.
3406
3407 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3408
3409 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3410 * gdb.reverse/insn-reverse-x86.c: New file.
3411
3412 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3413
3414 PR tdep/20936
3415 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3416
3417 2017-02-03 Tom Tromey <tom@tromey.com>
3418
3419 PR rust/21097:
3420 * gdb.rust/simple.exp: Add new tests.
3421
3422 2017-02-02 Pedro Alves <palves@redhat.com>
3423
3424 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3425 tests.
3426
3427 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3428
3429 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3430 taking a 2-byte value out of a 4-byte DWARF implicit value on
3431 big-endian targets.
3432 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3433 logic. Add test cases for DW_OP_implicit.
3434
3435 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3436
3437 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3438
3439 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3440
3441 * gdb.btrace/enable.exp: Call gdb_exit before
3442 skip_gdbserver_tests.
3443
3444 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3445
3446 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3447 GDBFLAGS.
3448
3449 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3450
3451 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3452 the test is skipped.
3453 * gdb.btrace/data.exp: Likewise.
3454 * gdb.btrace/delta.exp: Likewise.
3455 * gdb.btrace/dlopen.exp: Likewise.
3456 * gdb.btrace/enable-running.exp: Likewise.
3457 * gdb.btrace/enable.exp: Likewise.
3458 * gdb.btrace/exception.exp: Likewise.
3459 * gdb.btrace/function_call_history.exp: Likewise.
3460 * gdb.btrace/gcore.exp: Likewise.
3461 * gdb.btrace/instruction_history.exp: Likewise.
3462 * gdb.btrace/multi-thread-step.exp: Likewise.
3463 * gdb.btrace/nohist.exp: Likewise.
3464 * gdb.btrace/non-stop.exp: Likewise.
3465 * gdb.btrace/reconnect.exp: Likewise.
3466 * gdb.btrace/record_goto-step.exp: Likewise.
3467 * gdb.btrace/record_goto.exp: Likewise.
3468 * gdb.btrace/rn-dl-bind.exp: Likewise.
3469 * gdb.btrace/segv.exp: Likewise.
3470 * gdb.btrace/step.exp: Likewise.
3471 * gdb.btrace/stepi.exp: Likewise.
3472 * gdb.btrace/tailcall-only.exp: Likewise.
3473 * gdb.btrace/tailcall.exp: Likewise.
3474 * gdb.btrace/tsx.exp: Likewise.
3475 * gdb.btrace/unknown_functions.exp: Likewise.
3476 * gdb.btrace/vdso.exp: Likewise.
3477
3478 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3479
3480 * gdb.btrace/enable-running.c: New.
3481 * gdb.btrace/enable-running.exp: New.
3482
3483 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3484
3485 * gdb.arch/amd64-gs_base.c: New file.
3486 * gdb.arch/amd64-gs_base.exp: New file.
3487
3488 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3489
3490 * lib/memory.exp: Remove spurious empty newlines.
3491
3492 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3493
3494 * gdb.python/py-bad-printers.exp: Load python file using "source".
3495 * gdb.python/py-events.exp: Likewise.
3496 * gdb.python/py-evsignal.exp: Likewise.
3497 * gdb.python/py-evthreads.exp: Likewise.
3498 * gdb.python/py-frame-args.exp: Likewise.
3499 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3500 * gdb.python/py-framefilter-mi.exp: Likewise.
3501 * gdb.python/py-framefilter.exp: Likewise.
3502 * gdb.python/py-mi.exp: Likewise.
3503 * gdb.python/py-pp-maint.exp: Likewise.
3504 * gdb.python/py-pp-registration.exp: Likewise.
3505 * gdb.python/py-prettyprint.exp: Likewise.
3506 (run_lang_tests): Likewise.
3507 * gdb.python/py-typeprint.exp: Likewise.
3508
3509 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3510
3511 * lib/memory.exp: New file.
3512 * lib/gdb.exp: Load memory.exp.
3513 * gdb.base/memattr.exp (delete_memory): Move proc to
3514 lib/memory.exp and rename to delete_memory_regions.
3515 Replace delete_memory with delete_memory_regions.
3516 Cleanup memory regions before tests.
3517 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3518 before tests.
3519
3520 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3521
3522 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3523 files.
3524 (initialize): New function conditionally defined.
3525 (testcases): Move within conditional block.
3526 (main): Call initialize.
3527 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3528 of gdb.reverse/insn-reverse.c.
3529 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3530 gdb.reverse/insn-reverse.c.
3531
3532 2017-01-26 Yao Qi <yao.qi@linaro.org>
3533
3534 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3535 disassemble on address 0.
3536
3537 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3538 Yao Qi <yao.qi@linaro.org>
3539
3540 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3541 * gdb.dwarf2/implptr-64bit.S: Remove.
3542 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3543 variables in caller's context. Add DW_OP_implicit_value.
3544
3545 2017-01-25 Yao Qi <yao.qi@linaro.org>
3546
3547 * lib/dwarf.exp (Dwarf::_location): Handle
3548 DW_OP_GNU_implicit_pointer with proper size.
3549
3550 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3551
3552 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3553 and add untested calls.
3554
3555 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3556
3557 * gdb.python/python.exp: Check line number against what GDB thinks
3558 the line number is for func1.
3559
3560 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3561
3562 * gdb.dlang/debug-expr.exp: New file.
3563
3564 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3565
3566 Fix test names for the following files:
3567
3568 * gdb.ada/exec_changed.exp
3569 * gdb.ada/info_types.exp
3570 * gdb.arch/aarch64-atomic-inst.exp
3571 * gdb.arch/aarch64-fp.exp
3572 * gdb.arch/altivec-abi.exp
3573 * gdb.arch/altivec-regs.exp
3574 * gdb.arch/amd64-byte.exp
3575 * gdb.arch/amd64-disp-step.exp
3576 * gdb.arch/amd64-dword.exp
3577 * gdb.arch/amd64-entry-value-inline.exp
3578 * gdb.arch/amd64-entry-value-param.exp
3579 * gdb.arch/amd64-entry-value-paramref.exp
3580 * gdb.arch/amd64-entry-value.exp
3581 * gdb.arch/amd64-i386-address.exp
3582 * gdb.arch/amd64-invalid-stack-middle.exp
3583 * gdb.arch/amd64-invalid-stack-top.exp
3584 * gdb.arch/amd64-optimout-repeat.exp
3585 * gdb.arch/amd64-prologue-skip.exp
3586 * gdb.arch/amd64-prologue-xmm.exp
3587 * gdb.arch/amd64-stap-special-operands.exp
3588 * gdb.arch/amd64-stap-wrong-subexp.exp
3589 * gdb.arch/amd64-tailcall-cxx.exp
3590 * gdb.arch/amd64-tailcall-noret.exp
3591 * gdb.arch/amd64-tailcall-ret.exp
3592 * gdb.arch/amd64-tailcall-self.exp
3593 * gdb.arch/amd64-word.exp
3594 * gdb.arch/arm-bl-branch-dest.exp
3595 * gdb.arch/arm-disp-step.exp
3596 * gdb.arch/arm-neon.exp
3597 * gdb.arch/arm-single-step-kernel-helper.exp
3598 * gdb.arch/avr-flash-qualifier.exp
3599 * gdb.arch/disp-step-insn-reloc.exp
3600 * gdb.arch/e500-abi.exp
3601 * gdb.arch/e500-regs.exp
3602 * gdb.arch/ftrace-insn-reloc.exp
3603 * gdb.arch/i386-avx512.exp
3604 * gdb.arch/i386-bp_permanent.exp
3605 * gdb.arch/i386-byte.exp
3606 * gdb.arch/i386-cfi-notcurrent.exp
3607 * gdb.arch/i386-disp-step.exp
3608 * gdb.arch/i386-dr3-watch.exp
3609 * gdb.arch/i386-float.exp
3610 * gdb.arch/i386-gnu-cfi.exp
3611 * gdb.arch/i386-mpx-map.exp
3612 * gdb.arch/i386-mpx-sigsegv.exp
3613 * gdb.arch/i386-mpx-simple_segv.exp
3614 * gdb.arch/i386-mpx.exp
3615 * gdb.arch/i386-permbkpt.exp
3616 * gdb.arch/i386-prologue.exp
3617 * gdb.arch/i386-signal.exp
3618 * gdb.arch/i386-size-overlap.exp
3619 * gdb.arch/i386-unwind.exp
3620 * gdb.arch/i386-word.exp
3621 * gdb.arch/mips-fcr.exp
3622 * gdb.arch/powerpc-d128-regs.exp
3623 * gdb.arch/powerpc-stackless.exp
3624 * gdb.arch/ppc64-atomic-inst.exp
3625 * gdb.arch/s390-stackless.exp
3626 * gdb.arch/s390-tdbregs.exp
3627 * gdb.arch/s390-vregs.exp
3628 * gdb.arch/sparc-sysstep.exp
3629 * gdb.arch/thumb-bx-pc.exp
3630 * gdb.arch/thumb-singlestep.exp
3631 * gdb.arch/thumb2-it.exp
3632 * gdb.arch/vsx-regs.exp
3633 * gdb.asm/asm-source.exp
3634 * gdb.base/a2-run.exp
3635 * gdb.base/advance.exp
3636 * gdb.base/all-bin.exp
3637 * gdb.base/anon.exp
3638 * gdb.base/args.exp
3639 * gdb.base/arithmet.exp
3640 * gdb.base/async-shell.exp
3641 * gdb.base/async.exp
3642 * gdb.base/attach-pie-noexec.exp
3643 * gdb.base/attach-twice.exp
3644 * gdb.base/auto-load.exp
3645 * gdb.base/bang.exp
3646 * gdb.base/bitfields.exp
3647 * gdb.base/break-always.exp
3648 * gdb.base/break-caller-line.exp
3649 * gdb.base/break-entry.exp
3650 * gdb.base/break-inline.exp
3651 * gdb.base/break-on-linker-gcd-function.exp
3652 * gdb.base/break-probes.exp
3653 * gdb.base/break.exp
3654 * gdb.base/breakpoint-shadow.exp
3655 * gdb.base/call-ar-st.exp
3656 * gdb.base/call-sc.exp
3657 * gdb.base/call-signal-resume.exp
3658 * gdb.base/call-strs.exp
3659 * gdb.base/callfuncs.exp
3660 * gdb.base/catch-fork-static.exp
3661 * gdb.base/catch-gdb-caused-signals.exp
3662 * gdb.base/catch-load.exp
3663 * gdb.base/catch-signal-fork.exp
3664 * gdb.base/catch-signal.exp
3665 * gdb.base/catch-syscall.exp
3666 * gdb.base/charset.exp
3667 * gdb.base/checkpoint.exp
3668 * gdb.base/chng-syms.exp
3669 * gdb.base/code-expr.exp
3670 * gdb.base/code_elim.exp
3671 * gdb.base/commands.exp
3672 * gdb.base/completion.exp
3673 * gdb.base/complex.exp
3674 * gdb.base/cond-expr.exp
3675 * gdb.base/condbreak.exp
3676 * gdb.base/consecutive.exp
3677 * gdb.base/continue-all-already-running.exp
3678 * gdb.base/coredump-filter.exp
3679 * gdb.base/corefile.exp
3680 * gdb.base/dbx.exp
3681 * gdb.base/debug-expr.exp
3682 * gdb.base/define.exp
3683 * gdb.base/del.exp
3684 * gdb.base/disabled-location.exp
3685 * gdb.base/disasm-end-cu.exp
3686 * gdb.base/disasm-optim.exp
3687 * gdb.base/display.exp
3688 * gdb.base/duplicate-bp.exp
3689 * gdb.base/ena-dis-br.exp
3690 * gdb.base/ending-run.exp
3691 * gdb.base/enumval.exp
3692 * gdb.base/environ.exp
3693 * gdb.base/eu-strip-infcall.exp
3694 * gdb.base/eval-avoid-side-effects.exp
3695 * gdb.base/eval-skip.exp
3696 * gdb.base/exitsignal.exp
3697 * gdb.base/expand-psymtabs.exp
3698 * gdb.base/filesym.exp
3699 * gdb.base/find-unmapped.exp
3700 * gdb.base/finish.exp
3701 * gdb.base/float.exp
3702 * gdb.base/foll-exec-mode.exp
3703 * gdb.base/foll-exec.exp
3704 * gdb.base/foll-fork.exp
3705 * gdb.base/fortran-sym-case.exp
3706 * gdb.base/freebpcmd.exp
3707 * gdb.base/func-ptr.exp
3708 * gdb.base/func-ptrs.exp
3709 * gdb.base/funcargs.exp
3710 * gdb.base/gcore-buffer-overflow.exp
3711 * gdb.base/gcore-relro-pie.exp
3712 * gdb.base/gcore-relro.exp
3713 * gdb.base/gcore.exp
3714 * gdb.base/gdb1090.exp
3715 * gdb.base/gdb11530.exp
3716 * gdb.base/gdb11531.exp
3717 * gdb.base/gdb1821.exp
3718 * gdb.base/gdbindex-stabs.exp
3719 * gdb.base/gdbvars.exp
3720 * gdb.base/hbreak.exp
3721 * gdb.base/hbreak2.exp
3722 * gdb.base/included.exp
3723 * gdb.base/infcall-input.exp
3724 * gdb.base/inferior-died.exp
3725 * gdb.base/infnan.exp
3726 * gdb.base/info-macros.exp
3727 * gdb.base/info-os.exp
3728 * gdb.base/info-proc.exp
3729 * gdb.base/info-shared.exp
3730 * gdb.base/info-target.exp
3731 * gdb.base/infoline.exp
3732 * gdb.base/interp.exp
3733 * gdb.base/interrupt.exp
3734 * gdb.base/jit-reader.exp
3735 * gdb.base/jit-simple.exp
3736 * gdb.base/kill-after-signal.exp
3737 * gdb.base/kill-detach-inferiors-cmd.exp
3738 * gdb.base/label.exp
3739 * gdb.base/langs.exp
3740 * gdb.base/ldbl_e308.exp
3741 * gdb.base/line-symtabs.exp
3742 * gdb.base/linespecs.exp
3743 * gdb.base/list.exp
3744 * gdb.base/long_long.exp
3745 * gdb.base/longest-types.exp
3746 * gdb.base/maint.exp
3747 * gdb.base/max-value-size.exp
3748 * gdb.base/memattr.exp
3749 * gdb.base/mips_pro.exp
3750 * gdb.base/morestack.exp
3751 * gdb.base/moribund-step.exp
3752 * gdb.base/multi-forks.exp
3753 * gdb.base/nested-addr.exp
3754 * gdb.base/nextoverexit.exp
3755 * gdb.base/noreturn-finish.exp
3756 * gdb.base/noreturn-return.exp
3757 * gdb.base/nostdlib.exp
3758 * gdb.base/offsets.exp
3759 * gdb.base/opaque.exp
3760 * gdb.base/pc-fp.exp
3761 * gdb.base/permissions.exp
3762 * gdb.base/print-symbol-loading.exp
3763 * gdb.base/prologue-include.exp
3764 * gdb.base/psymtab.exp
3765 * gdb.base/ptype.exp
3766 * gdb.base/random-signal.exp
3767 * gdb.base/randomize.exp
3768 * gdb.base/range-stepping.exp
3769 * gdb.base/readline-ask.exp
3770 * gdb.base/recpar.exp
3771 * gdb.base/recurse.exp
3772 * gdb.base/relational.exp
3773 * gdb.base/restore.exp
3774 * gdb.base/return-nodebug.exp
3775 * gdb.base/return.exp
3776 * gdb.base/run-after-attach.exp
3777 * gdb.base/save-bp.exp
3778 * gdb.base/scope.exp
3779 * gdb.base/sect-cmd.exp
3780 * gdb.base/set-lang-auto.exp
3781 * gdb.base/set-noassign.exp
3782 * gdb.base/setvar.exp
3783 * gdb.base/sigall.exp
3784 * gdb.base/sigbpt.exp
3785 * gdb.base/siginfo-addr.exp
3786 * gdb.base/siginfo-infcall.exp
3787 * gdb.base/siginfo-obj.exp
3788 * gdb.base/siginfo.exp
3789 * gdb.base/signals-state-child.exp
3790 * gdb.base/signest.exp
3791 * gdb.base/sigstep.exp
3792 * gdb.base/sizeof.exp
3793 * gdb.base/skip.exp
3794 * gdb.base/solib-corrupted.exp
3795 * gdb.base/solib-nodir.exp
3796 * gdb.base/solib-search.exp
3797 * gdb.base/stack-checking.exp
3798 * gdb.base/stale-infcall.exp
3799 * gdb.base/stap-probe.exp
3800 * gdb.base/start.exp
3801 * gdb.base/step-break.exp
3802 * gdb.base/step-bt.exp
3803 * gdb.base/step-line.exp
3804 * gdb.base/step-over-exit.exp
3805 * gdb.base/step-over-syscall.exp
3806 * gdb.base/step-resume-infcall.exp
3807 * gdb.base/step-test.exp
3808 * gdb.base/store.exp
3809 * gdb.base/structs3.exp
3810 * gdb.base/sym-file.exp
3811 * gdb.base/symbol-without-target_section.exp
3812 * gdb.base/term.exp
3813 * gdb.base/testenv.exp
3814 * gdb.base/ui-redirect.exp
3815 * gdb.base/until.exp
3816 * gdb.base/unwindonsignal.exp
3817 * gdb.base/value-double-free.exp
3818 * gdb.base/vla-datatypes.exp
3819 * gdb.base/vla-ptr.exp
3820 * gdb.base/vla-sideeffect.exp
3821 * gdb.base/volatile.exp
3822 * gdb.base/watch-cond-infcall.exp
3823 * gdb.base/watch-cond.exp
3824 * gdb.base/watch-non-mem.exp
3825 * gdb.base/watch-read.exp
3826 * gdb.base/watch-vfork.exp
3827 * gdb.base/watchpoint-cond-gone.exp
3828 * gdb.base/watchpoint-delete.exp
3829 * gdb.base/watchpoint-hw-hit-once.exp
3830 * gdb.base/watchpoint-hw.exp
3831 * gdb.base/watchpoint-stops-at-right-insn.exp
3832 * gdb.base/watchpoints.exp
3833 * gdb.base/wchar.exp
3834 * gdb.base/whatis-exp.exp
3835 * gdb.btrace/buffer-size.exp
3836 * gdb.btrace/data.exp
3837 * gdb.btrace/delta.exp
3838 * gdb.btrace/dlopen.exp
3839 * gdb.btrace/enable.exp
3840 * gdb.btrace/exception.exp
3841 * gdb.btrace/function_call_history.exp
3842 * gdb.btrace/gcore.exp
3843 * gdb.btrace/instruction_history.exp
3844 * gdb.btrace/nohist.exp
3845 * gdb.btrace/reconnect.exp
3846 * gdb.btrace/record_goto-step.exp
3847 * gdb.btrace/record_goto.exp
3848 * gdb.btrace/rn-dl-bind.exp
3849 * gdb.btrace/segv.exp
3850 * gdb.btrace/step.exp
3851 * gdb.btrace/stepi.exp
3852 * gdb.btrace/tailcall-only.exp
3853 * gdb.btrace/tailcall.exp
3854 * gdb.btrace/tsx.exp
3855 * gdb.btrace/unknown_functions.exp
3856 * gdb.btrace/vdso.exp
3857 * gdb.compile/compile-ifunc.exp
3858 * gdb.compile/compile-ops.exp
3859 * gdb.compile/compile-print.exp
3860 * gdb.compile/compile-setjmp.exp
3861 * gdb.cp/abstract-origin.exp
3862 * gdb.cp/ambiguous.exp
3863 * gdb.cp/annota2.exp
3864 * gdb.cp/annota3.exp
3865 * gdb.cp/anon-ns.exp
3866 * gdb.cp/anon-struct.exp
3867 * gdb.cp/anon-union.exp
3868 * gdb.cp/arg-reference.exp
3869 * gdb.cp/baseenum.exp
3870 * gdb.cp/bool.exp
3871 * gdb.cp/breakpoint.exp
3872 * gdb.cp/bs15503.exp
3873 * gdb.cp/call-c.exp
3874 * gdb.cp/casts.exp
3875 * gdb.cp/chained-calls.exp
3876 * gdb.cp/class2.exp
3877 * gdb.cp/classes.exp
3878 * gdb.cp/cmpd-minsyms.exp
3879 * gdb.cp/converts.exp
3880 * gdb.cp/cp-relocate.exp
3881 * gdb.cp/cpcompletion.exp
3882 * gdb.cp/cpexprs.exp
3883 * gdb.cp/cplabel.exp
3884 * gdb.cp/cplusfuncs.exp
3885 * gdb.cp/cpsizeof.exp
3886 * gdb.cp/ctti.exp
3887 * gdb.cp/derivation.exp
3888 * gdb.cp/destrprint.exp
3889 * gdb.cp/dispcxx.exp
3890 * gdb.cp/enum-class.exp
3891 * gdb.cp/exception.exp
3892 * gdb.cp/exceptprint.exp
3893 * gdb.cp/expand-psymtabs-cxx.exp
3894 * gdb.cp/expand-sals.exp
3895 * gdb.cp/extern-c.exp
3896 * gdb.cp/filename.exp
3897 * gdb.cp/formatted-ref.exp
3898 * gdb.cp/fpointer.exp
3899 * gdb.cp/gdb1355.exp
3900 * gdb.cp/gdb2495.exp
3901 * gdb.cp/hang.exp
3902 * gdb.cp/impl-this.exp
3903 * gdb.cp/infcall-dlopen.exp
3904 * gdb.cp/inherit.exp
3905 * gdb.cp/iostream.exp
3906 * gdb.cp/koenig.exp
3907 * gdb.cp/local.exp
3908 * gdb.cp/m-data.exp
3909 * gdb.cp/m-static.exp
3910 * gdb.cp/mb-ctor.exp
3911 * gdb.cp/mb-inline.exp
3912 * gdb.cp/mb-templates.exp
3913 * gdb.cp/member-name.exp
3914 * gdb.cp/member-ptr.exp
3915 * gdb.cp/meth-typedefs.exp
3916 * gdb.cp/method.exp
3917 * gdb.cp/method2.exp
3918 * gdb.cp/minsym-fallback.exp
3919 * gdb.cp/misc.exp
3920 * gdb.cp/namelessclass.exp
3921 * gdb.cp/namespace-enum.exp
3922 * gdb.cp/namespace-nested-import.exp
3923 * gdb.cp/namespace.exp
3924 * gdb.cp/nextoverthrow.exp
3925 * gdb.cp/no-dmgl-verbose.exp
3926 * gdb.cp/non-trivial-retval.exp
3927 * gdb.cp/noparam.exp
3928 * gdb.cp/nsdecl.exp
3929 * gdb.cp/nsimport.exp
3930 * gdb.cp/nsnested.exp
3931 * gdb.cp/nsnoimports.exp
3932 * gdb.cp/nsrecurs.exp
3933 * gdb.cp/nsstress.exp
3934 * gdb.cp/nsusing.exp
3935 * gdb.cp/operator.exp
3936 * gdb.cp/oranking.exp
3937 * gdb.cp/overload-const.exp
3938 * gdb.cp/overload.exp
3939 * gdb.cp/ovldbreak.exp
3940 * gdb.cp/ovsrch.exp
3941 * gdb.cp/paren-type.exp
3942 * gdb.cp/parse-lang.exp
3943 * gdb.cp/pass-by-ref.exp
3944 * gdb.cp/pr-1023.exp
3945 * gdb.cp/pr-1210.exp
3946 * gdb.cp/pr-574.exp
3947 * gdb.cp/pr10687.exp
3948 * gdb.cp/pr12028.exp
3949 * gdb.cp/pr17132.exp
3950 * gdb.cp/pr17494.exp
3951 * gdb.cp/pr9067.exp
3952 * gdb.cp/pr9167.exp
3953 * gdb.cp/pr9631.exp
3954 * gdb.cp/printmethod.exp
3955 * gdb.cp/psmang.exp
3956 * gdb.cp/psymtab-parameter.exp
3957 * gdb.cp/ptype-cv-cp.exp
3958 * gdb.cp/ptype-flags.exp
3959 * gdb.cp/re-set-overloaded.exp
3960 * gdb.cp/ref-types.exp
3961 * gdb.cp/rtti.exp
3962 * gdb.cp/scope-err.exp
3963 * gdb.cp/shadow.exp
3964 * gdb.cp/smartp.exp
3965 * gdb.cp/static-method.exp
3966 * gdb.cp/static-print-quit.exp
3967 * gdb.cp/temargs.exp
3968 * gdb.cp/templates.exp
3969 * gdb.cp/try_catch.exp
3970 * gdb.cp/typedef-operator.exp
3971 * gdb.cp/typeid.exp
3972 * gdb.cp/userdef.exp
3973 * gdb.cp/using-crash.exp
3974 * gdb.cp/var-tag.exp
3975 * gdb.cp/virtbase.exp
3976 * gdb.cp/virtfunc.exp
3977 * gdb.cp/virtfunc2.exp
3978 * gdb.cp/vla-cxx.exp
3979 * gdb.disasm/t01_mov.exp
3980 * gdb.disasm/t02_mova.exp
3981 * gdb.disasm/t03_add.exp
3982 * gdb.disasm/t04_sub.exp
3983 * gdb.disasm/t05_cmp.exp
3984 * gdb.disasm/t06_ari2.exp
3985 * gdb.disasm/t07_ari3.exp
3986 * gdb.disasm/t08_or.exp
3987 * gdb.disasm/t09_xor.exp
3988 * gdb.disasm/t10_and.exp
3989 * gdb.disasm/t11_logs.exp
3990 * gdb.disasm/t12_bit.exp
3991 * gdb.disasm/t13_otr.exp
3992 * gdb.dlang/circular.exp
3993 * gdb.dwarf2/arr-stride.exp
3994 * gdb.dwarf2/arr-subrange.exp
3995 * gdb.dwarf2/atomic-type.exp
3996 * gdb.dwarf2/bad-regnum.exp
3997 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3998 * gdb.dwarf2/callframecfa.exp
3999 * gdb.dwarf2/clztest.exp
4000 * gdb.dwarf2/corrupt.exp
4001 * gdb.dwarf2/data-loc.exp
4002 * gdb.dwarf2/dup-psym.exp
4003 * gdb.dwarf2/dw2-anon-mptr.exp
4004 * gdb.dwarf2/dw2-anonymous-func.exp
4005 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4006 * gdb.dwarf2/dw2-bad-unresolved.exp
4007 * gdb.dwarf2/dw2-basic.exp
4008 * gdb.dwarf2/dw2-canonicalize-type.exp
4009 * gdb.dwarf2/dw2-case-insensitive.exp
4010 * gdb.dwarf2/dw2-common-block.exp
4011 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4012 * gdb.dwarf2/dw2-compressed.exp
4013 * gdb.dwarf2/dw2-const.exp
4014 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4015 * gdb.dwarf2/dw2-cu-size.exp
4016 * gdb.dwarf2/dw2-dup-frame.exp
4017 * gdb.dwarf2/dw2-entry-value.exp
4018 * gdb.dwarf2/dw2-icycle.exp
4019 * gdb.dwarf2/dw2-ifort-parameter.exp
4020 * gdb.dwarf2/dw2-inline-break.exp
4021 * gdb.dwarf2/dw2-inline-param.exp
4022 * gdb.dwarf2/dw2-intercu.exp
4023 * gdb.dwarf2/dw2-intermix.exp
4024 * gdb.dwarf2/dw2-lexical-block-bare.exp
4025 * gdb.dwarf2/dw2-linkage-name-trust.exp
4026 * gdb.dwarf2/dw2-minsym-in-cu.exp
4027 * gdb.dwarf2/dw2-noloc.exp
4028 * gdb.dwarf2/dw2-op-call.exp
4029 * gdb.dwarf2/dw2-op-out-param.exp
4030 * gdb.dwarf2/dw2-opt-structptr.exp
4031 * gdb.dwarf2/dw2-param-error.exp
4032 * gdb.dwarf2/dw2-producer.exp
4033 * gdb.dwarf2/dw2-ranges-base.exp
4034 * gdb.dwarf2/dw2-ref-missing-frame.exp
4035 * gdb.dwarf2/dw2-reg-undefined.exp
4036 * gdb.dwarf2/dw2-regno-invalid.exp
4037 * gdb.dwarf2/dw2-restore.exp
4038 * gdb.dwarf2/dw2-restrict.exp
4039 * gdb.dwarf2/dw2-single-line-discriminators.exp
4040 * gdb.dwarf2/dw2-strp.exp
4041 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4042 * gdb.dwarf2/dw2-unresolved.exp
4043 * gdb.dwarf2/dw2-var-zero-addr.exp
4044 * gdb.dwarf2/dw4-sig-types.exp
4045 * gdb.dwarf2/dwz.exp
4046 * gdb.dwarf2/dynarr-ptr.exp
4047 * gdb.dwarf2/enum-type.exp
4048 * gdb.dwarf2/gdb-index.exp
4049 * gdb.dwarf2/implptr-64bit.exp
4050 * gdb.dwarf2/implptr-optimized-out.exp
4051 * gdb.dwarf2/implptr.exp
4052 * gdb.dwarf2/implref-array.exp
4053 * gdb.dwarf2/implref-const.exp
4054 * gdb.dwarf2/implref-global.exp
4055 * gdb.dwarf2/implref-struct.exp
4056 * gdb.dwarf2/mac-fileno.exp
4057 * gdb.dwarf2/main-subprogram.exp
4058 * gdb.dwarf2/member-ptr-forwardref.exp
4059 * gdb.dwarf2/method-ptr.exp
4060 * gdb.dwarf2/missing-sig-type.exp
4061 * gdb.dwarf2/nonvar-access.exp
4062 * gdb.dwarf2/opaque-type-lookup.exp
4063 * gdb.dwarf2/pieces-optimized-out.exp
4064 * gdb.dwarf2/pieces.exp
4065 * gdb.dwarf2/pr10770.exp
4066 * gdb.dwarf2/pr13961.exp
4067 * gdb.dwarf2/staticvirtual.exp
4068 * gdb.dwarf2/subrange.exp
4069 * gdb.dwarf2/symtab-producer.exp
4070 * gdb.dwarf2/trace-crash.exp
4071 * gdb.dwarf2/typeddwarf.exp
4072 * gdb.dwarf2/valop.exp
4073 * gdb.dwarf2/watch-notconst.exp
4074 * gdb.fortran/array-element.exp
4075 * gdb.fortran/charset.exp
4076 * gdb.fortran/common-block.exp
4077 * gdb.fortran/complex.exp
4078 * gdb.fortran/derived-type-function.exp
4079 * gdb.fortran/derived-type.exp
4080 * gdb.fortran/logical.exp
4081 * gdb.fortran/module.exp
4082 * gdb.fortran/multi-dim.exp
4083 * gdb.fortran/nested-funcs.exp
4084 * gdb.fortran/print-formatted.exp
4085 * gdb.fortran/subarray.exp
4086 * gdb.fortran/vla-alloc-assoc.exp
4087 * gdb.fortran/vla-datatypes.exp
4088 * gdb.fortran/vla-history.exp
4089 * gdb.fortran/vla-ptr-info.exp
4090 * gdb.fortran/vla-ptype-sub.exp
4091 * gdb.fortran/vla-ptype.exp
4092 * gdb.fortran/vla-sizeof.exp
4093 * gdb.fortran/vla-type.exp
4094 * gdb.fortran/vla-value-sub-arbitrary.exp
4095 * gdb.fortran/vla-value-sub-finish.exp
4096 * gdb.fortran/vla-value-sub.exp
4097 * gdb.fortran/vla-value.exp
4098 * gdb.fortran/whatis_type.exp
4099 * gdb.go/chan.exp
4100 * gdb.go/handcall.exp
4101 * gdb.go/hello.exp
4102 * gdb.go/integers.exp
4103 * gdb.go/methods.exp
4104 * gdb.go/package.exp
4105 * gdb.go/strings.exp
4106 * gdb.go/types.exp
4107 * gdb.go/unsafe.exp
4108 * gdb.guile/scm-arch.exp
4109 * gdb.guile/scm-block.exp
4110 * gdb.guile/scm-breakpoint.exp
4111 * gdb.guile/scm-cmd.exp
4112 * gdb.guile/scm-disasm.exp
4113 * gdb.guile/scm-equal.exp
4114 * gdb.guile/scm-frame-args.exp
4115 * gdb.guile/scm-frame-inline.exp
4116 * gdb.guile/scm-frame.exp
4117 * gdb.guile/scm-iterator.exp
4118 * gdb.guile/scm-math.exp
4119 * gdb.guile/scm-objfile.exp
4120 * gdb.guile/scm-ports.exp
4121 * gdb.guile/scm-symbol.exp
4122 * gdb.guile/scm-symtab.exp
4123 * gdb.guile/scm-value-cc.exp
4124 * gdb.guile/types-module.exp
4125 * gdb.linespec/break-ask.exp
4126 * gdb.linespec/cpexplicit.exp
4127 * gdb.linespec/explicit.exp
4128 * gdb.linespec/keywords.exp
4129 * gdb.linespec/linespec.exp
4130 * gdb.linespec/ls-dollar.exp
4131 * gdb.linespec/ls-errs.exp
4132 * gdb.linespec/skip-two.exp
4133 * gdb.linespec/thread.exp
4134 * gdb.mi/mi-async.exp
4135 * gdb.mi/mi-basics.exp
4136 * gdb.mi/mi-break.exp
4137 * gdb.mi/mi-catch-load.exp
4138 * gdb.mi/mi-cli.exp
4139 * gdb.mi/mi-cmd-param-changed.exp
4140 * gdb.mi/mi-console.exp
4141 * gdb.mi/mi-detach.exp
4142 * gdb.mi/mi-disassemble.exp
4143 * gdb.mi/mi-eval.exp
4144 * gdb.mi/mi-file-transfer.exp
4145 * gdb.mi/mi-file.exp
4146 * gdb.mi/mi-fill-memory.exp
4147 * gdb.mi/mi-inheritance-syntax-error.exp
4148 * gdb.mi/mi-linespec-err-cp.exp
4149 * gdb.mi/mi-logging.exp
4150 * gdb.mi/mi-memory-changed.exp
4151 * gdb.mi/mi-read-memory.exp
4152 * gdb.mi/mi-record-changed.exp
4153 * gdb.mi/mi-reg-undefined.exp
4154 * gdb.mi/mi-regs.exp
4155 * gdb.mi/mi-return.exp
4156 * gdb.mi/mi-reverse.exp
4157 * gdb.mi/mi-simplerun.exp
4158 * gdb.mi/mi-solib.exp
4159 * gdb.mi/mi-stack.exp
4160 * gdb.mi/mi-stepi.exp
4161 * gdb.mi/mi-syn-frame.exp
4162 * gdb.mi/mi-until.exp
4163 * gdb.mi/mi-var-block.exp
4164 * gdb.mi/mi-var-child.exp
4165 * gdb.mi/mi-var-cmd.exp
4166 * gdb.mi/mi-var-cp.exp
4167 * gdb.mi/mi-var-display.exp
4168 * gdb.mi/mi-var-invalidate.exp
4169 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4170 * gdb.mi/mi-vla-fortran.exp
4171 * gdb.mi/mi-watch.exp
4172 * gdb.mi/mi2-var-child.exp
4173 * gdb.mi/user-selected-context-sync.exp
4174 * gdb.modula2/unbounded-array.exp
4175 * gdb.multi/dummy-frame-restore.exp
4176 * gdb.multi/multi-arch-exec.exp
4177 * gdb.multi/multi-arch.exp
4178 * gdb.multi/tids.exp
4179 * gdb.multi/watchpoint-multi.exp
4180 * gdb.opencl/callfuncs.exp
4181 * gdb.opencl/convs_casts.exp
4182 * gdb.opencl/datatypes.exp
4183 * gdb.opencl/operators.exp
4184 * gdb.opencl/vec_comps.exp
4185 * gdb.opt/clobbered-registers-O2.exp
4186 * gdb.opt/inline-break.exp
4187 * gdb.opt/inline-bt.exp
4188 * gdb.opt/inline-cmds.exp
4189 * gdb.opt/inline-locals.exp
4190 * gdb.pascal/case-insensitive-symbols.exp
4191 * gdb.pascal/floats.exp
4192 * gdb.pascal/gdb11492.exp
4193 * gdb.python/lib-types.exp
4194 * gdb.python/py-arch.exp
4195 * gdb.python/py-as-string.exp
4196 * gdb.python/py-bad-printers.exp
4197 * gdb.python/py-block.exp
4198 * gdb.python/py-breakpoint-create-fail.exp
4199 * gdb.python/py-breakpoint.exp
4200 * gdb.python/py-caller-is.exp
4201 * gdb.python/py-cmd.exp
4202 * gdb.python/py-explore-cc.exp
4203 * gdb.python/py-explore.exp
4204 * gdb.python/py-finish-breakpoint.exp
4205 * gdb.python/py-finish-breakpoint2.exp
4206 * gdb.python/py-frame-args.exp
4207 * gdb.python/py-frame-inline.exp
4208 * gdb.python/py-frame.exp
4209 * gdb.python/py-framefilter-mi.exp
4210 * gdb.python/py-infthread.exp
4211 * gdb.python/py-lazy-string.exp
4212 * gdb.python/py-linetable.exp
4213 * gdb.python/py-mi-events.exp
4214 * gdb.python/py-mi-objfile.exp
4215 * gdb.python/py-mi.exp
4216 * gdb.python/py-objfile.exp
4217 * gdb.python/py-pp-integral.exp
4218 * gdb.python/py-pp-maint.exp
4219 * gdb.python/py-pp-re-notag.exp
4220 * gdb.python/py-pp-registration.exp
4221 * gdb.python/py-recurse-unwind.exp
4222 * gdb.python/py-strfns.exp
4223 * gdb.python/py-symbol.exp
4224 * gdb.python/py-symtab.exp
4225 * gdb.python/py-sync-interp.exp
4226 * gdb.python/py-typeprint.exp
4227 * gdb.python/py-unwind-maint.exp
4228 * gdb.python/py-unwind.exp
4229 * gdb.python/py-value-cc.exp
4230 * gdb.python/py-xmethods.exp
4231 * gdb.reverse/amd64-tailcall-reverse.exp
4232 * gdb.reverse/break-precsave.exp
4233 * gdb.reverse/break-reverse.exp
4234 * gdb.reverse/consecutive-precsave.exp
4235 * gdb.reverse/consecutive-reverse.exp
4236 * gdb.reverse/finish-precsave.exp
4237 * gdb.reverse/finish-reverse-bkpt.exp
4238 * gdb.reverse/finish-reverse.exp
4239 * gdb.reverse/fstatat-reverse.exp
4240 * gdb.reverse/getresuid-reverse.exp
4241 * gdb.reverse/i386-precsave.exp
4242 * gdb.reverse/i386-reverse.exp
4243 * gdb.reverse/i386-sse-reverse.exp
4244 * gdb.reverse/i387-env-reverse.exp
4245 * gdb.reverse/i387-stack-reverse.exp
4246 * gdb.reverse/insn-reverse.exp
4247 * gdb.reverse/machinestate-precsave.exp
4248 * gdb.reverse/machinestate.exp
4249 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4250 * gdb.reverse/pipe-reverse.exp
4251 * gdb.reverse/readv-reverse.exp
4252 * gdb.reverse/recvmsg-reverse.exp
4253 * gdb.reverse/rerun-prec.exp
4254 * gdb.reverse/s390-mvcle.exp
4255 * gdb.reverse/step-precsave.exp
4256 * gdb.reverse/step-reverse.exp
4257 * gdb.reverse/time-reverse.exp
4258 * gdb.reverse/until-precsave.exp
4259 * gdb.reverse/until-reverse.exp
4260 * gdb.reverse/waitpid-reverse.exp
4261 * gdb.reverse/watch-precsave.exp
4262 * gdb.reverse/watch-reverse.exp
4263 * gdb.rust/generics.exp
4264 * gdb.rust/methods.exp
4265 * gdb.rust/modules.exp
4266 * gdb.rust/simple.exp
4267 * gdb.server/connect-with-no-symbol-file.exp
4268 * gdb.server/ext-attach.exp
4269 * gdb.server/ext-restart.exp
4270 * gdb.server/ext-wrapper.exp
4271 * gdb.server/file-transfer.exp
4272 * gdb.server/server-exec-info.exp
4273 * gdb.server/server-kill.exp
4274 * gdb.server/server-mon.exp
4275 * gdb.server/wrapper.exp
4276 * gdb.stabs/exclfwd.exp
4277 * gdb.stabs/gdb11479.exp
4278 * gdb.threads/clone-new-thread-event.exp
4279 * gdb.threads/corethreads.exp
4280 * gdb.threads/current-lwp-dead.exp
4281 * gdb.threads/dlopen-libpthread.exp
4282 * gdb.threads/gcore-thread.exp
4283 * gdb.threads/sigstep-threads.exp
4284 * gdb.threads/watchpoint-fork.exp
4285 * gdb.trace/actions-changed.exp
4286 * gdb.trace/backtrace.exp
4287 * gdb.trace/change-loc.exp
4288 * gdb.trace/circ.exp
4289 * gdb.trace/collection.exp
4290 * gdb.trace/disconnected-tracing.exp
4291 * gdb.trace/ftrace.exp
4292 * gdb.trace/mi-trace-frame-collected.exp
4293 * gdb.trace/mi-trace-unavailable.exp
4294 * gdb.trace/mi-traceframe-changed.exp
4295 * gdb.trace/mi-tsv-changed.exp
4296 * gdb.trace/no-attach-trace.exp
4297 * gdb.trace/passc-dyn.exp
4298 * gdb.trace/qtro.exp
4299 * gdb.trace/range-stepping.exp
4300 * gdb.trace/read-memory.exp
4301 * gdb.trace/save-trace.exp
4302 * gdb.trace/signal.exp
4303 * gdb.trace/status-stop.exp
4304 * gdb.trace/tfile.exp
4305 * gdb.trace/trace-break.exp
4306 * gdb.trace/trace-buffer-size.exp
4307 * gdb.trace/trace-condition.exp
4308 * gdb.trace/tracefile-pseudo-reg.exp
4309 * gdb.trace/tstatus.exp
4310 * gdb.trace/unavailable.exp
4311 * gdb.trace/while-dyn.exp
4312 * gdb.trace/while-stepping.exp
4313
4314 2016-12-22 Doug Evans <xdje42@gmail.com>
4315
4316 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4317 and msymbols.
4318
4319 2016-12-19 Yao Qi <yao.qi@linaro.org>
4320
4321 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4322 (test_with_self): Don't call do_steps_and_nexts, and remove
4323 code about stepping into xmalloc.
4324
4325 2016-12-09 Yao Qi <yao.qi@linaro.org>
4326
4327 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4328
4329 2016-12-09 Yao Qi <yao.qi@linaro.org>
4330
4331 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4332
4333 2016-12-09 Pedro Alves <palves@redhat.com>
4334
4335 * gdb.base/all-architectures-0.exp: New file.
4336 * gdb.base/all-architectures-1.exp: New file.
4337 * gdb.base/all-architectures-2.exp: New file.
4338 * gdb.base/all-architectures-3.exp: New file.
4339 * gdb.base/all-architectures-4.exp: New file.
4340 * gdb.base/all-architectures-5.exp: New file.
4341 * gdb.base/all-architectures-6.exp: New file.
4342 * gdb.base/all-architectures-7.exp: New file.
4343 * gdb.base/all-architectures.exp.in: New file.
4344
4345 2016-12-09 Yao Qi <yao.qi@linaro.org>
4346
4347 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4348
4349 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4350
4351 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4352 possible.
4353 Remove useless pattern-matching code.
4354
4355 2016-12-02 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4358 procedure.
4359 (top level): Call it.
4360
4361 2016-12-02 Pedro Alves <palves@redhat.com>
4362
4363 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4364 New procedure.
4365 (top level): Call it.
4366
4367 2016-12-02 Pedro Alves <palves@redhat.com>
4368
4369 PR cli/20559
4370 * gdb.base/commands.exp (user_defined_command_args_eval): New
4371 procedure.
4372 (top level): Call it.
4373
4374 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4375
4376 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4377 timeout handling.
4378
4379 2016-12-02 Tom Tromey <tom@tromey.com>
4380
4381 * gdb.dwarf2/main-subprogram.c: New file.
4382 * gdb.dwarf2/main-subprogram.exp: New file.
4383
4384 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4385
4386 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4387 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4388 gdb_test_no_output for a couple of cases.
4389 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4390
4391 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4392
4393 Fix test names and standardize compilation error messages throughout
4394 the following files:
4395
4396 * gdb.ada/start.exp
4397 * gdb.arch/alpha-step.exp
4398 * gdb.arch/e500-prologue.exp
4399 * gdb.arch/ftrace-insn-reloc.exp
4400 * gdb.arch/gdb1291.exp
4401 * gdb.arch/gdb1431.exp
4402 * gdb.arch/gdb1558.exp
4403 * gdb.arch/i386-dr3-watch.exp
4404 * gdb.arch/i386-sse-stack-align.exp
4405 * gdb.arch/ia64-breakpoint-shadow.exp
4406 * gdb.arch/pa-nullify.exp
4407 * gdb.arch/powerpc-aix-prologue.exp
4408 * gdb.arch/thumb-bx-pc.exp
4409 * gdb.base/annota1.exp
4410 * gdb.base/annota3.exp
4411 * gdb.base/arrayidx.exp
4412 * gdb.base/assign.exp
4413 * gdb.base/attach.exp
4414 * gdb.base/auxv.exp
4415 * gdb.base/bang.exp
4416 * gdb.base/bfp-test.exp
4417 * gdb.base/bigcore.exp
4418 * gdb.base/bitfields2.exp
4419 * gdb.base/break-fun-addr.exp
4420 * gdb.base/break-probes.exp
4421 * gdb.base/call-rt-st.exp
4422 * gdb.base/callexit.exp
4423 * gdb.base/catch-fork-kill.exp
4424 * gdb.base/charset.exp
4425 * gdb.base/checkpoint.exp
4426 * gdb.base/comprdebug.exp
4427 * gdb.base/constvars.exp
4428 * gdb.base/coredump-filter.exp
4429 * gdb.base/cursal.exp
4430 * gdb.base/cvexpr.exp
4431 * gdb.base/detach.exp
4432 * gdb.base/display.exp
4433 * gdb.base/dmsym.exp
4434 * gdb.base/dprintf-pending.exp
4435 * gdb.base/dso2dso.exp
4436 * gdb.base/dtrace-probe.exp
4437 * gdb.base/dump.exp
4438 * gdb.base/enum_cond.exp
4439 * gdb.base/exe-lock.exp
4440 * gdb.base/exec-invalid-sysroot.exp
4441 * gdb.base/execl-update-breakpoints.exp
4442 * gdb.base/exprs.exp
4443 * gdb.base/fileio.exp
4444 * gdb.base/find.exp
4445 * gdb.base/finish.exp
4446 * gdb.base/fixsection.exp
4447 * gdb.base/foll-vfork.exp
4448 * gdb.base/frame-args.exp
4449 * gdb.base/gcore.exp
4450 * gdb.base/gdb1250.exp
4451 * gdb.base/global-var-nested-by-dso.exp
4452 * gdb.base/gnu-ifunc.exp
4453 * gdb.base/hashline1.exp
4454 * gdb.base/hashline2.exp
4455 * gdb.base/hashline3.exp
4456 * gdb.base/hbreak-in-shr-unsupported.exp
4457 * gdb.base/huge.exp
4458 * gdb.base/infcall-input.exp
4459 * gdb.base/info-fun.exp
4460 * gdb.base/info-shared.exp
4461 * gdb.base/jit-simple.exp
4462 * gdb.base/jit-so.exp
4463 * gdb.base/jit.exp
4464 * gdb.base/jump.exp
4465 * gdb.base/label.exp
4466 * gdb.base/lineinc.exp
4467 * gdb.base/logical.exp
4468 * gdb.base/longjmp.exp
4469 * gdb.base/macscp.exp
4470 * gdb.base/miscexprs.exp
4471 * gdb.base/new-ui-echo.exp
4472 * gdb.base/new-ui-pending-input.exp
4473 * gdb.base/new-ui.exp
4474 * gdb.base/nodebug.exp
4475 * gdb.base/nofield.exp
4476 * gdb.base/offsets.exp
4477 * gdb.base/overlays.exp
4478 * gdb.base/pending.exp
4479 * gdb.base/pointers.exp
4480 * gdb.base/pr11022.exp
4481 * gdb.base/printcmds.exp
4482 * gdb.base/prologue.exp
4483 * gdb.base/ptr-typedef.exp
4484 * gdb.base/realname-expand.exp
4485 * gdb.base/relativedebug.exp
4486 * gdb.base/relocate.exp
4487 * gdb.base/remote.exp
4488 * gdb.base/reread.exp
4489 * gdb.base/return2.exp
4490 * gdb.base/savedregs.exp
4491 * gdb.base/sep.exp
4492 * gdb.base/sepdebug.exp
4493 * gdb.base/sepsymtab.exp
4494 * gdb.base/set-inferior-tty.exp
4495 * gdb.base/setshow.exp
4496 * gdb.base/shlib-call.exp
4497 * gdb.base/sigaltstack.exp
4498 * gdb.base/siginfo-addr.exp
4499 * gdb.base/signals.exp
4500 * gdb.base/signull.exp
4501 * gdb.base/sigrepeat.exp
4502 * gdb.base/so-impl-ld.exp
4503 * gdb.base/solib-display.exp
4504 * gdb.base/solib-overlap.exp
4505 * gdb.base/solib-search.exp
4506 * gdb.base/solib-symbol.exp
4507 * gdb.base/structs.exp
4508 * gdb.base/structs2.exp
4509 * gdb.base/symtab-search-order.exp
4510 * gdb.base/twice.exp
4511 * gdb.base/unload.exp
4512 * gdb.base/varargs.exp
4513 * gdb.base/watchpoint-solib.exp
4514 * gdb.base/watchpoint.exp
4515 * gdb.base/whatis.exp
4516 * gdb.base/wrong_frame_bt_full.exp
4517 * gdb.btrace/dlopen.exp
4518 * gdb.cell/ea-standalone.exp
4519 * gdb.cell/ea-test.exp
4520 * gdb.cp/dispcxx.exp
4521 * gdb.cp/gdb2384.exp
4522 * gdb.cp/method2.exp
4523 * gdb.cp/nextoverthrow.exp
4524 * gdb.cp/pr10728.exp
4525 * gdb.disasm/am33.exp
4526 * gdb.disasm/h8300s.exp
4527 * gdb.disasm/mn10300.exp
4528 * gdb.disasm/sh3.exp
4529 * gdb.dwarf2/dw2-dir-file-name.exp
4530 * gdb.fortran/complex.exp
4531 * gdb.fortran/library-module.exp
4532 * gdb.guile/scm-pretty-print.exp
4533 * gdb.guile/scm-symbol.exp
4534 * gdb.guile/scm-type.exp
4535 * gdb.guile/scm-value.exp
4536 * gdb.linespec/linespec.exp
4537 * gdb.mi/gdb701.exp
4538 * gdb.mi/gdb792.exp
4539 * gdb.mi/mi-breakpoint-changed.exp
4540 * gdb.mi/mi-dprintf-pending.exp
4541 * gdb.mi/mi-dprintf.exp
4542 * gdb.mi/mi-exit-code.exp
4543 * gdb.mi/mi-pending.exp
4544 * gdb.mi/mi-solib.exp
4545 * gdb.mi/new-ui-mi-sync.exp
4546 * gdb.mi/pr11022.exp
4547 * gdb.mi/user-selected-context-sync.exp
4548 * gdb.opt/solib-intra-step.exp
4549 * gdb.python/py-events.exp
4550 * gdb.python/py-finish-breakpoint.exp
4551 * gdb.python/py-mi.exp
4552 * gdb.python/py-prettyprint.exp
4553 * gdb.python/py-shared.exp
4554 * gdb.python/py-symbol.exp
4555 * gdb.python/py-template.exp
4556 * gdb.python/py-type.exp
4557 * gdb.python/py-value.exp
4558 * gdb.reverse/solib-precsave.exp
4559 * gdb.reverse/solib-reverse.exp
4560 * gdb.server/solib-list.exp
4561 * gdb.stabs/weird.exp
4562 * gdb.threads/reconnect-signal.exp
4563 * gdb.threads/stepi-random-signal.exp
4564 * gdb.trace/actions.exp
4565 * gdb.trace/ax.exp
4566 * gdb.trace/backtrace.exp
4567 * gdb.trace/change-loc.exp
4568 * gdb.trace/deltrace.exp
4569 * gdb.trace/ftrace-lock.exp
4570 * gdb.trace/ftrace.exp
4571 * gdb.trace/infotrace.exp
4572 * gdb.trace/mi-tracepoint-changed.exp
4573 * gdb.trace/packetlen.exp
4574 * gdb.trace/passcount.exp
4575 * gdb.trace/pending.exp
4576 * gdb.trace/range-stepping.exp
4577 * gdb.trace/report.exp
4578 * gdb.trace/stap-trace.exp
4579 * gdb.trace/tfind.exp
4580 * gdb.trace/trace-break.exp
4581 * gdb.trace/trace-condition.exp
4582 * gdb.trace/trace-enable-disable.exp
4583 * gdb.trace/trace-mt.exp
4584 * gdb.trace/tracecmd.exp
4585 * gdb.trace/tspeed.exp
4586 * gdb.trace/tsv.exp
4587 * lib/perftest.exp
4588
4589 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4590
4591 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4592 with gdb_test_no_output.
4593 Use command as test name.
4594
4595 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4596
4597 Fix test names starting with uppercase throughout the files.
4598
4599 * gdb.ada/assign_1.exp
4600 * gdb.ada/boolean_expr.exp
4601 * gdb.base/arrayidx.exp
4602 * gdb.base/del.exp
4603 * gdb.base/gcore-buffer-overflow.exp
4604 * gdb.base/testenv.exp
4605 * gdb.compile/compile.exp
4606 * gdb.python/py-framefilter-invalidarg.exp
4607 * gdb.python/py-framefilter.exp
4608
4609 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4610
4611 Fix test names starting with uppercase throughout the files.
4612
4613 * gdb.ada/array_return.exp
4614 * gdb.ada/expr_delims.exp
4615 * gdb.ada/mi_dyn_arr.exp
4616 * gdb.ada/mi_interface.exp
4617 * gdb.ada/mi_var_array.exp
4618 * gdb.ada/watch_arg.exp
4619 * gdb.arch/alpha-step.exp
4620 * gdb.arch/altivec-regs.exp
4621 * gdb.arch/e500-regs.exp
4622 * gdb.arch/powerpc-d128-regs.exp
4623 * gdb.base/arrayidx.exp
4624 * gdb.base/break.exp
4625 * gdb.base/checkpoint.exp
4626 * gdb.base/debug-expr.exp
4627 * gdb.base/dmsym.exp
4628 * gdb.base/radix.exp
4629 * gdb.base/sepdebug.exp
4630 * gdb.base/testenv.exp
4631 * gdb.base/watch_thread_num.exp
4632 * gdb.base/watchpoint-cond-gone.exp
4633 * gdb.cell/break.exp
4634 * gdb.cell/ea-cache.exp
4635 * gdb.compile/compile.exp
4636 * gdb.cp/gdb2495.exp
4637 * gdb.gdb/selftest.exp
4638 * gdb.gdb/xfullpath.exp
4639 * gdb.go/hello.exp
4640 * gdb.go/integers.exp
4641 * gdb.objc/basicclass.exp
4642 * gdb.pascal/hello.exp
4643 * gdb.pascal/integers.exp
4644 * gdb.python/py-breakpoint.exp
4645 * gdb.python/py-cmd.exp
4646 * gdb.python/py-linetable.exp
4647 * gdb.python/py-xmethods.exp
4648 * gdb.python/python.exp
4649 * gdb.reverse/consecutive-precsave.exp
4650 * gdb.reverse/finish-precsave.exp
4651 * gdb.reverse/i386-precsave.exp
4652 * gdb.reverse/machinestate-precsave.exp
4653 * gdb.reverse/sigall-precsave.exp
4654 * gdb.reverse/solib-precsave.exp
4655 * gdb.reverse/step-precsave.exp
4656 * gdb.reverse/until-precsave.exp
4657 * gdb.reverse/watch-precsave.exp
4658 * gdb.threads/leader-exit.exp
4659 * gdb.threads/pthreads.exp
4660 * gdb.threads/wp-replication.exp
4661 * gdb.trace/actions.exp
4662 * gdb.trace/mi-tsv-changed.exp
4663 * gdb.trace/tsv.exp
4664
4665 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4666
4667 Fix test names starting with uppercase throughout the files.
4668
4669 * gdb.arch/i386-bp_permanent.exp
4670 * gdb.arch/i386-gnu-cfi.exp
4671 * gdb.base/disasm-end-cu.exp
4672 * gdb.base/macscp.exp
4673 * gdb.base/pending.exp
4674 * gdb.base/watch_thread_num.exp
4675 * gdb.cp/exception.exp
4676 * gdb.cp/gdb2495.exp
4677 * gdb.cp/local.exp
4678 * gdb.python/py-evsignal.exp
4679 * gdb.python/python.exp
4680 * gdb.trace/tracecmd.exp
4681
4682 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4683
4684 Fix test names starting with uppercase throughout the files.
4685
4686 * gdb.base/charset.exp
4687 * gdb.base/eval.exp
4688 * gdb.base/multi-forks.exp
4689 * gdb.guile/scm-progspace.exp
4690 * gdb.opencl/datatypes.exp
4691 * gdb.python/py-block.exp
4692 * gdb.python/py-function.exp
4693 * gdb.python/py-symbol.exp
4694 * gdb.python/py-symtab.exp
4695 * gdb.python/py-xmethods.exp
4696 * gdb.reverse/break-precsave.exp
4697 * gdb.reverse/break-reverse.exp
4698 * gdb.reverse/consecutive-precsave.exp
4699 * gdb.reverse/consecutive-reverse.exp
4700 * gdb.reverse/finish-precsave.exp
4701 * gdb.reverse/finish-reverse-bkpt.exp
4702 * gdb.reverse/finish-reverse.exp
4703 * gdb.reverse/fstatat-reverse.exp
4704 * gdb.reverse/getresuid-reverse.exp
4705 * gdb.reverse/i386-precsave.exp
4706 * gdb.reverse/i386-reverse.exp
4707 * gdb.reverse/i386-sse-reverse.exp
4708 * gdb.reverse/i387-stack-reverse.exp
4709 * gdb.reverse/insn-reverse.exp
4710 * gdb.reverse/machinestate-precsave.exp
4711 * gdb.reverse/machinestate.exp
4712 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4713 * gdb.reverse/pipe-reverse.exp
4714 * gdb.reverse/readv-reverse.exp
4715 * gdb.reverse/recvmsg-reverse.exp
4716 * gdb.reverse/rerun-prec.exp
4717 * gdb.reverse/s390-mvcle.exp
4718 * gdb.reverse/sigall-precsave.exp
4719 * gdb.reverse/sigall-reverse.exp
4720 * gdb.reverse/solib-precsave.exp
4721 * gdb.reverse/solib-reverse.exp
4722 * gdb.reverse/step-precsave.exp
4723 * gdb.reverse/step-reverse.exp
4724 * gdb.reverse/time-reverse.exp
4725 * gdb.reverse/until-precsave.exp
4726 * gdb.reverse/until-reverse.exp
4727 * gdb.reverse/waitpid-reverse.exp
4728 * gdb.reverse/watch-precsave.exp
4729 * gdb.reverse/watch-reverse.exp
4730
4731 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4732
4733 Fix test names starting with uppercase throughout the files.
4734
4735 * gdb.arch/i386-mpx-simple_segv.exp
4736 * gdb.arch/i386-mpx.exp
4737 * gdb.arch/i386-permbkpt.exp
4738 * gdb.arch/pa-nullify.exp
4739 * gdb.arch/powerpc-d128-regs.exp
4740 * gdb.arch/vsx-regs.exp
4741 * gdb.base/bfp-test.exp
4742 * gdb.base/break.exp
4743 * gdb.base/breakpoint-shadow.exp
4744 * gdb.base/callfuncs.exp
4745 * gdb.base/charset.exp
4746 * gdb.base/commands.exp
4747 * gdb.base/completion.exp
4748 * gdb.base/dfp-test.exp
4749 * gdb.base/echo.exp
4750 * gdb.base/ending-run.exp
4751 * gdb.base/eval.exp
4752 * gdb.base/expand-psymtabs.exp
4753 * gdb.base/float128.exp
4754 * gdb.base/floatn.exp
4755 * gdb.base/foll-exec-mode.exp
4756 * gdb.base/gdb1056.exp
4757 * gdb.base/gdb11531.exp
4758 * gdb.base/kill-after-signal.exp
4759 * gdb.base/multi-forks.exp
4760 * gdb.base/overlays.exp
4761 * gdb.base/pending.exp
4762 * gdb.base/sepdebug.exp
4763 * gdb.base/testenv.exp
4764 * gdb.base/valgrind-db-attach.exp
4765 * gdb.base/watch_thread_num.exp
4766 * gdb.base/watchpoint-cond-gone.exp
4767 * gdb.base/watchpoint.exp
4768 * gdb.base/watchpoints.exp
4769 * gdb.cp/arg-reference.exp
4770 * gdb.cp/baseenum.exp
4771 * gdb.cp/operator.exp
4772 * gdb.cp/shadow.exp
4773 * gdb.dwarf2/dw2-op-out-param.exp
4774 * gdb.dwarf2/dw2-reg-undefined.exp
4775 * gdb.go/chan.exp
4776 * gdb.go/hello.exp
4777 * gdb.go/integers.exp
4778 * gdb.go/methods.exp
4779 * gdb.go/package.exp
4780 * gdb.guile/scm-parameter.exp
4781 * gdb.guile/scm-progspace.exp
4782 * gdb.guile/scm-value.exp
4783 * gdb.mi/mi-pending.exp
4784 * gdb.mi/user-selected-context-sync.exp
4785 * gdb.multi/multi-attach.exp
4786 * gdb.multi/tids.exp
4787 * gdb.opt/clobbered-registers-O2.exp
4788 * gdb.pascal/floats.exp
4789 * gdb.pascal/integers.exp
4790 * gdb.python/py-block.exp
4791 * gdb.python/py-events.exp
4792 * gdb.python/py-parameter.exp
4793 * gdb.python/py-symbol.exp
4794 * gdb.python/py-symtab.exp
4795 * gdb.python/py-type.exp
4796 * gdb.python/py-value.exp
4797 * gdb.python/py-xmethods.exp
4798 * gdb.python/python.exp
4799 * gdb.reverse/break-precsave.exp
4800 * gdb.reverse/consecutive-precsave.exp
4801 * gdb.reverse/finish-precsave.exp
4802 * gdb.reverse/i386-precsave.exp
4803 * gdb.reverse/machinestate-precsave.exp
4804 * gdb.reverse/sigall-precsave.exp
4805 * gdb.reverse/solib-precsave.exp
4806 * gdb.reverse/step-precsave.exp
4807 * gdb.reverse/until-precsave.exp
4808 * gdb.reverse/watch-precsave.exp
4809 * gdb.server/ext-attach.exp
4810 * gdb.server/ext-restart.exp
4811 * gdb.server/ext-run.exp
4812 * gdb.server/ext-wrapper.exp
4813 * gdb.stabs/gdb11479.exp
4814 * gdb.stabs/weird.exp
4815 * gdb.threads/attach-many-short-lived-threads.exp
4816 * gdb.threads/kill.exp
4817 * gdb.threads/watchpoint-fork.exp
4818
4819 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4820
4821 Fix test names starting with uppercase throughout all the files below.
4822
4823 * gdb.ada/array_return.exp
4824 * gdb.ada/catch_ex.exp
4825 * gdb.ada/info_exc.exp
4826 * gdb.ada/mi_catch_ex.exp
4827 * gdb.ada/mi_dyn_arr.exp
4828 * gdb.ada/mi_ex_cond.exp
4829 * gdb.ada/mi_exc_info.exp
4830 * gdb.ada/mi_interface.exp
4831 * gdb.ada/mi_task_arg.exp
4832 * gdb.ada/mi_task_info.exp
4833 * gdb.ada/mi_var_array.exp
4834 * gdb.arch/alpha-step.exp
4835 * gdb.arch/amd64-disp-step.exp
4836 * gdb.arch/arm-disp-step.exp
4837 * gdb.arch/disp-step-insn-reloc.exp
4838 * gdb.arch/e500-prologue.exp
4839 * gdb.arch/ftrace-insn-reloc.exp
4840 * gdb.arch/gdb1558.exp
4841 * gdb.arch/i386-bp_permanent.exp
4842 * gdb.arch/i386-disp-step.exp
4843 * gdb.arch/i386-float.exp
4844 * gdb.arch/i386-gnu-cfi.exp
4845 * gdb.arch/ia64-breakpoint-shadow.exp
4846 * gdb.arch/mips16-thunks.exp
4847 * gdb.arch/pa-nullify.exp
4848 * gdb.arch/powerpc-aix-prologue.exp
4849 * gdb.arch/powerpc-power.exp
4850 * gdb.arch/ppc-dfp.exp
4851 * gdb.arch/s390-tdbregs.exp
4852 * gdb.arch/spu-info.exp
4853 * gdb.arch/spu-ls.exp
4854 * gdb.arch/thumb-bx-pc.exp
4855 * gdb.base/advance.exp
4856 * gdb.base/annota-input-while-running.exp
4857 * gdb.base/arrayidx.exp
4858 * gdb.base/asmlabel.exp
4859 * gdb.base/async.exp
4860 * gdb.base/attach-wait-input.exp
4861 * gdb.base/auto-connect-native-target.exp
4862 * gdb.base/batch-preserve-term-settings.exp
4863 * gdb.base/bfp-test.exp
4864 * gdb.base/bigcore.exp
4865 * gdb.base/bp-permanent.exp
4866 * gdb.base/break-always.exp
4867 * gdb.base/break-fun-addr.exp
4868 * gdb.base/break-idempotent.exp
4869 * gdb.base/break-main-file-remove-fail.exp
4870 * gdb.base/break-probes.exp
4871 * gdb.base/break-unload-file.exp
4872 * gdb.base/break.exp
4873 * gdb.base/call-ar-st.exp
4874 * gdb.base/call-rt-st.exp
4875 * gdb.base/call-sc.exp
4876 * gdb.base/call-signal-resume.exp
4877 * gdb.base/call-strs.exp
4878 * gdb.base/callexit.exp
4879 * gdb.base/callfuncs.exp
4880 * gdb.base/catch-gdb-caused-signals.exp
4881 * gdb.base/catch-signal-siginfo-cond.exp
4882 * gdb.base/catch-syscall.exp
4883 * gdb.base/compare-sections.exp
4884 * gdb.base/cond-eval-mode.exp
4885 * gdb.base/condbreak-call-false.exp
4886 * gdb.base/consecutive-step-over.exp
4887 * gdb.base/cursal.exp
4888 * gdb.base/disabled-location.exp
4889 * gdb.base/disasm-end-cu.exp
4890 * gdb.base/display.exp
4891 * gdb.base/double-prompt-target-event-error.exp
4892 * gdb.base/dprintf-bp-same-addr.exp
4893 * gdb.base/dprintf-detach.exp
4894 * gdb.base/dprintf-next.exp
4895 * gdb.base/dprintf-non-stop.exp
4896 * gdb.base/dprintf-pending.exp
4897 * gdb.base/dso2dso.exp
4898 * gdb.base/ending-run.exp
4899 * gdb.base/enum_cond.exp
4900 * gdb.base/examine-backward.exp
4901 * gdb.base/exe-lock.exp
4902 * gdb.base/exec-invalid-sysroot.exp
4903 * gdb.base/execl-update-breakpoints.exp
4904 * gdb.base/execution-termios.exp
4905 * gdb.base/fileio.exp
4906 * gdb.base/fixsection.exp
4907 * gdb.base/foll-exec-mode.exp
4908 * gdb.base/foll-exec.exp
4909 * gdb.base/fork-running-state.exp
4910 * gdb.base/frame-args.exp
4911 * gdb.base/fullpath-expand.exp
4912 * gdb.base/func-ptr.exp
4913 * gdb.base/gcore-relro-pie.exp
4914 * gdb.base/gdb1090.exp
4915 * gdb.base/gdb1555.exp
4916 * gdb.base/global-var-nested-by-dso.exp
4917 * gdb.base/gnu-ifunc.exp
4918 * gdb.base/hbreak-in-shr-unsupported.exp
4919 * gdb.base/hbreak-unmapped.exp
4920 * gdb.base/hook-stop.exp
4921 * gdb.base/infcall-input.exp
4922 * gdb.base/info-fun.exp
4923 * gdb.base/info-shared.exp
4924 * gdb.base/interrupt-noterm.exp
4925 * gdb.base/jit-so.exp
4926 * gdb.base/jit.exp
4927 * gdb.base/line-symtabs.exp
4928 * gdb.base/list.exp
4929 * gdb.base/longjmp.exp
4930 * gdb.base/macscp.exp
4931 * gdb.base/max-value-size.exp
4932 * gdb.base/nodebug.exp
4933 * gdb.base/nofield.exp
4934 * gdb.base/overlays.exp
4935 * gdb.base/paginate-after-ctrl-c-running.exp
4936 * gdb.base/paginate-bg-execution.exp
4937 * gdb.base/paginate-inferior-exit.exp
4938 * gdb.base/pending.exp
4939 * gdb.base/pr11022.exp
4940 * gdb.base/printcmds.exp
4941 * gdb.base/ptr-typedef.exp
4942 * gdb.base/ptype.exp
4943 * gdb.base/randomize.exp
4944 * gdb.base/range-stepping.exp
4945 * gdb.base/realname-expand.exp
4946 * gdb.base/relativedebug.exp
4947 * gdb.base/remote.exp
4948 * gdb.base/savedregs.exp
4949 * gdb.base/sepdebug.exp
4950 * gdb.base/set-noassign.exp
4951 * gdb.base/shlib-call.exp
4952 * gdb.base/shreloc.exp
4953 * gdb.base/sigaltstack.exp
4954 * gdb.base/sigbpt.exp
4955 * gdb.base/siginfo-addr.exp
4956 * gdb.base/siginfo-obj.exp
4957 * gdb.base/siginfo-thread.exp
4958 * gdb.base/signest.exp
4959 * gdb.base/signull.exp
4960 * gdb.base/sigrepeat.exp
4961 * gdb.base/skip.exp
4962 * gdb.base/so-impl-ld.exp
4963 * gdb.base/solib-corrupted.exp
4964 * gdb.base/solib-disc.exp
4965 * gdb.base/solib-display.exp
4966 * gdb.base/solib-overlap.exp
4967 * gdb.base/solib-search.exp
4968 * gdb.base/solib-symbol.exp
4969 * gdb.base/source-execution.exp
4970 * gdb.base/sss-bp-on-user-bp-2.exp
4971 * gdb.base/sss-bp-on-user-bp.exp
4972 * gdb.base/stack-checking.exp
4973 * gdb.base/stale-infcall.exp
4974 * gdb.base/step-break.exp
4975 * gdb.base/step-line.exp
4976 * gdb.base/step-over-exit.exp
4977 * gdb.base/step-test.exp
4978 * gdb.base/structs.exp
4979 * gdb.base/sym-file.exp
4980 * gdb.base/symtab-search-order.exp
4981 * gdb.base/term.exp
4982 * gdb.base/type-opaque.exp
4983 * gdb.base/unload.exp
4984 * gdb.base/until-nodebug.exp
4985 * gdb.base/until.exp
4986 * gdb.base/unwindonsignal.exp
4987 * gdb.base/watch-cond.exp
4988 * gdb.base/watch-non-mem.exp
4989 * gdb.base/watch_thread_num.exp
4990 * gdb.base/watchpoint-reuse-slot.exp
4991 * gdb.base/watchpoint-solib.exp
4992 * gdb.base/watchpoint.exp
4993 * gdb.btrace/dlopen.exp
4994 * gdb.cell/arch.exp
4995 * gdb.cell/break.exp
4996 * gdb.cell/bt.exp
4997 * gdb.cell/core.exp
4998 * gdb.cell/data.exp
4999 * gdb.cell/dwarfaddr.exp
5000 * gdb.cell/ea-cache.exp
5001 * gdb.cell/ea-standalone.exp
5002 * gdb.cell/ea-test.exp
5003 * gdb.cell/f-regs.exp
5004 * gdb.cell/fork.exp
5005 * gdb.cell/gcore.exp
5006 * gdb.cell/mem-access.exp
5007 * gdb.cell/ptype.exp
5008 * gdb.cell/registers.exp
5009 * gdb.cell/sizeof.exp
5010 * gdb.cell/solib-symbol.exp
5011 * gdb.cell/solib.exp
5012 * gdb.compile/compile-tls.exp
5013 * gdb.cp/exception.exp
5014 * gdb.cp/gdb2495.exp
5015 * gdb.cp/local.exp
5016 * gdb.cp/mb-inline.exp
5017 * gdb.cp/mb-templates.exp
5018 * gdb.cp/pr10687.exp
5019 * gdb.cp/pr9167.exp
5020 * gdb.cp/scope-err.exp
5021 * gdb.cp/templates.exp
5022 * gdb.cp/virtfunc.exp
5023 * gdb.dwarf2/dw2-dir-file-name.exp
5024 * gdb.dwarf2/dw2-single-line-discriminators.exp
5025 * gdb.fortran/complex.exp
5026 * gdb.fortran/library-module.exp
5027 * gdb.guile/guile.exp
5028 * gdb.guile/scm-cmd.exp
5029 * gdb.guile/scm-frame-inline.exp
5030 * gdb.guile/scm-objfile.exp
5031 * gdb.guile/scm-pretty-print.exp
5032 * gdb.guile/scm-symbol.exp
5033 * gdb.guile/scm-type.exp
5034 * gdb.guile/scm-value.exp
5035 * gdb.linespec/keywords.exp
5036 * gdb.linespec/ls-errs.exp
5037 * gdb.linespec/macro-relative.exp
5038 * gdb.linespec/thread.exp
5039 * gdb.mi/mi-breakpoint-changed.exp
5040 * gdb.mi/mi-dprintf-pending.exp
5041 * gdb.mi/mi-fullname-deleted.exp
5042 * gdb.mi/mi-logging.exp
5043 * gdb.mi/mi-pending.exp
5044 * gdb.mi/mi-solib.exp
5045 * gdb.mi/new-ui-mi-sync.exp
5046 * gdb.mi/user-selected-context-sync.exp
5047 * gdb.multi/dummy-frame-restore.exp
5048 * gdb.multi/multi-arch-exec.exp
5049 * gdb.multi/remove-inferiors.exp
5050 * gdb.multi/watchpoint-multi-exit.exp
5051 * gdb.opt/solib-intra-step.exp
5052 * gdb.perf/backtrace.exp
5053 * gdb.perf/single-step.exp
5054 * gdb.perf/skip-command.exp
5055 * gdb.perf/skip-prologue.exp
5056 * gdb.perf/solib.exp
5057 * gdb.python/lib-types.exp
5058 * gdb.python/py-as-string.exp
5059 * gdb.python/py-bad-printers.exp
5060 * gdb.python/py-block.exp
5061 * gdb.python/py-breakpoint.exp
5062 * gdb.python/py-cmd.exp
5063 * gdb.python/py-events.exp
5064 * gdb.python/py-evthreads.exp
5065 * gdb.python/py-finish-breakpoint.exp
5066 * gdb.python/py-finish-breakpoint2.exp
5067 * gdb.python/py-frame-inline.exp
5068 * gdb.python/py-frame.exp
5069 * gdb.python/py-inferior.exp
5070 * gdb.python/py-infthread.exp
5071 * gdb.python/py-mi.exp
5072 * gdb.python/py-objfile.exp
5073 * gdb.python/py-pp-maint.exp
5074 * gdb.python/py-pp-registration.exp
5075 * gdb.python/py-prettyprint.exp
5076 * gdb.python/py-recurse-unwind.exp
5077 * gdb.python/py-shared.exp
5078 * gdb.python/py-symbol.exp
5079 * gdb.python/py-symtab.exp
5080 * gdb.python/py-template.exp
5081 * gdb.python/py-type.exp
5082 * gdb.python/py-unwind-maint.exp
5083 * gdb.python/py-unwind.exp
5084 * gdb.python/py-value.exp
5085 * gdb.python/python.exp
5086 * gdb.reverse/finish-reverse-bkpt.exp
5087 * gdb.reverse/insn-reverse.exp
5088 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5089 * gdb.reverse/solib-precsave.exp
5090 * gdb.reverse/solib-reverse.exp
5091 * gdb.stabs/gdb11479.exp
5092 * gdb.stabs/weird.exp
5093 * gdb.threads/fork-child-threads.exp
5094 * gdb.threads/fork-plus-threads.exp
5095 * gdb.threads/fork-thread-pending.exp
5096 * gdb.threads/forking-threads-plus-breakpoint.exp
5097 * gdb.threads/hand-call-in-threads.exp
5098 * gdb.threads/interrupted-hand-call.exp
5099 * gdb.threads/linux-dp.exp
5100 * gdb.threads/local-watch-wrong-thread.exp
5101 * gdb.threads/next-while-other-thread-longjmps.exp
5102 * gdb.threads/non-ldr-exit.exp
5103 * gdb.threads/pending-step.exp
5104 * gdb.threads/print-threads.exp
5105 * gdb.threads/process-dies-while-detaching.exp
5106 * gdb.threads/process-dies-while-handling-bp.exp
5107 * gdb.threads/pthreads.exp
5108 * gdb.threads/queue-signal.exp
5109 * gdb.threads/reconnect-signal.exp
5110 * gdb.threads/signal-command-handle-nopass.exp
5111 * gdb.threads/signal-command-multiple-signals-pending.exp
5112 * gdb.threads/signal-delivered-right-thread.exp
5113 * gdb.threads/signal-sigtrap.exp
5114 * gdb.threads/sigthread.exp
5115 * gdb.threads/staticthreads.exp
5116 * gdb.threads/stepi-random-signal.exp
5117 * gdb.threads/thread-unwindonsignal.exp
5118 * gdb.threads/thread_check.exp
5119 * gdb.threads/thread_events.exp
5120 * gdb.threads/tid-reuse.exp
5121 * gdb.threads/tls-nodebug.exp
5122 * gdb.threads/tls-shared.exp
5123 * gdb.threads/tls-so_extern.exp
5124 * gdb.threads/tls.exp
5125 * gdb.threads/wp-replication.exp
5126 * gdb.trace/actions-changed.exp
5127 * gdb.trace/actions.exp
5128 * gdb.trace/backtrace.exp
5129 * gdb.trace/change-loc.exp
5130 * gdb.trace/collection.exp
5131 * gdb.trace/deltrace.exp
5132 * gdb.trace/disconnected-tracing.exp
5133 * gdb.trace/entry-values.exp
5134 * gdb.trace/ftrace-lock.exp
5135 * gdb.trace/ftrace.exp
5136 * gdb.trace/infotrace.exp
5137 * gdb.trace/mi-trace-frame-collected.exp
5138 * gdb.trace/mi-trace-unavailable.exp
5139 * gdb.trace/mi-traceframe-changed.exp
5140 * gdb.trace/mi-tracepoint-changed.exp
5141 * gdb.trace/mi-tsv-changed.exp
5142 * gdb.trace/no-attach-trace.exp
5143 * gdb.trace/packetlen.exp
5144 * gdb.trace/passc-dyn.exp
5145 * gdb.trace/passcount.exp
5146 * gdb.trace/pending.exp
5147 * gdb.trace/pr16508.exp
5148 * gdb.trace/qtro.exp
5149 * gdb.trace/range-stepping.exp
5150 * gdb.trace/read-memory.exp
5151 * gdb.trace/report.exp
5152 * gdb.trace/save-trace.exp
5153 * gdb.trace/signal.exp
5154 * gdb.trace/stap-trace.exp
5155 * gdb.trace/status-stop.exp
5156 * gdb.trace/strace.exp
5157 * gdb.trace/tfile.exp
5158 * gdb.trace/tfind.exp
5159 * gdb.trace/trace-break.exp
5160 * gdb.trace/trace-condition.exp
5161 * gdb.trace/trace-enable-disable.exp
5162 * gdb.trace/trace-mt.exp
5163 * gdb.trace/tracecmd.exp
5164 * gdb.trace/tracefile-pseudo-reg.exp
5165 * gdb.trace/tspeed.exp
5166 * gdb.trace/tstatus.exp
5167 * gdb.trace/tsv.exp
5168 * gdb.trace/unavailable.exp
5169 * gdb.trace/while-dyn.exp
5170 * gdb.trace/while-stepping.exp
5171 * lib/gdb-guile.exp
5172 * lib/gdb.exp
5173 * lib/mi-support.exp
5174 * lib/pascal.exp
5175 * lib/perftest.exp
5176 * lib/prelink-support.exp
5177 * lib/selftest-support.exp
5178
5179 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5180
5181 * Makefile.in: Include disable-implicit-rules.mk.
5182
5183 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5184
5185 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5186 non-byte-aligned bit fields.
5187
5188 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5189
5190 PR gdb/12616
5191 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5192 respects the DW_AT_data_bit_offset attribute.
5193
5194 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5195
5196 * gdb.base/default.exp: Fix output of "set language".
5197
5198 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5199
5200 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5201 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5202 make.
5203 * configure.ac: Remove checks for the make program.
5204 * configure: Re-generate.
5205
5206 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5207
5208 * gdb.python/py-recurse-unwind.c (main): Add loop.
5209 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5210 to read_register() and gdb.parse_and_eval(). Make each code
5211 call a separate case that can be individually tested.
5212 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5213 proc. Call cont_and_backtrace for each of the code paths that
5214 we want to test in the unwinder.
5215
5216 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5217
5218 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5219 the definition of struct S.
5220
5221 2016-11-11 Catherine Moore <clm@codesourcery.com>
5222
5223 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5224
5225 2016-11-09 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.base/commands.exp (runto_or_return): New procedure.
5228 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5229 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5230 (progvar_simple_while_test, progvar_complex_if_while_test)
5231 (if_while_breakpoint_command_test)
5232 (infrun_breakpoint_command_test, breakpoint_command_test)
5233 (user_defined_command_test, watchpoint_command_test)
5234 (test_command_prompt_position, redefine_hook_test)
5235 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5236 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5237 multi_line_input and multi_line. Remove gdb_expect and
5238 gdb_stop_suppressing_tests uses.
5239 * lib/gdb.exp (valnum_re): New global.
5240 (multi_line_input): New procedure.
5241
5242 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5243
5244 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5245 Remove.
5246 (test_setup): Define with proc_with_prefix.
5247 (test_cli_inferior): Likewise.
5248 (test_cli_thread): Likewise.
5249 (test_cli_frame): Likewise.
5250 (test_cli_select_frame): Likewise.
5251 (test_cli_up_down): Likewise.
5252 (test_mi_thread_select): Likewise.
5253 (test_mi_stack_select_frame): Likewise.
5254 (test_cli_in_mi_inferior): Likewise.
5255 (test_cli_in_mi_thread): Likewise.
5256 (test_cli_in_mi_frame): Likewise.
5257 (top level): Do not use with_test_prefix_procname.
5258
5259 2016-11-09 Pedro Alves <palves@redhat.com>
5260
5261 * gdb.base/commands.exp (gdbvar_simple_if_test)
5262 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5263 (progvar_simple_if_test, progvar_simple_while_test)
5264 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5265 (infrun_breakpoint_command_test, breakpoint_command_test)
5266 (user_defined_command_test, watchpoint_command_test)
5267 (test_command_prompt_position, deprecated_command_test)
5268 (bp_deleted_in_command, temporary_breakpoint_commands)
5269 (stray_arg0_test, source_file_with_indented_comment)
5270 (recursive_source_test, if_commands_test)
5271 (error_clears_commands_left, redefine_hook_test)
5272 (redefine_backtrace_test): Use proc_with_prefix.
5273 * lib/gdb.exp (proc_with_prefix): New proc.
5274
5275 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5276
5277 * gdb.base/tui-layout.c: New file.
5278 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5279 disassembly window contains very long lines.
5280
5281 2016-11-08 Tom Tromey <tom@tromey.com>
5282
5283 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5284 depend on Python 2.
5285
5286 2016-11-08 Tom Tromey <tom@tromey.com>
5287
5288 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5289 New method.
5290
5291 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5292
5293 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5294
5295 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5296
5297 * gdb.rust/simple.rs: Add test for univariant enums without
5298 discriminants and for encoded struct-like enums.
5299
5300 2016-10-28 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5303 gdb_test_multiple, tighten regexps and match symtabs and line
5304 tables incrementally.
5305
5306 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5307
5308 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5309 general.
5310
5311 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5312
5313 * gdb.base/exec-invalid-sysroot.exp: New file.
5314
5315 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5316
5317 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5318
5319 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5320
5321 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5322
5323 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5324
5325 * gdb.base/killed-outside.exp: Remove $options from a call to
5326 `prepare_for_testing'.
5327
5328 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5329
5330 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5331 Change test message.
5332
5333 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5334
5335 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5336 Update comment.
5337
5338 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5339
5340 * gdb.trace/mi-trace-save.exp: New file.
5341
5342 2016-10-13 Yao Qi <yao.qi@linaro.org>
5343
5344 * gdb.base/code_elim.exp (get_var_address): Remove.
5345 * gdb.base/relocate.exp: Likewise.
5346 * gdb.base/shreloc.exp: Likewise.
5347 * lib/gdb.exp (get_var_address): New.
5348
5349 2016-10-13 Yao Qi <yao.qi@linaro.org>
5350
5351 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5352 floating point tests if $skip_float_test is false.
5353
5354 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5355
5356 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5357 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5358 argc values.
5359 Add 1 to argc so we guarantee distinct initial/modified argc values.
5360
5361 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5364
5365 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5366
5367 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5368 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5369 * gdb.arch/vsx-regs.exp: Likewise.
5370
5371 2016-10-07 Yao Qi <yao.qi@linaro.org>
5372
5373 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5374
5375 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5376
5377 * gdb.python/python.exp: Test decode_line("*0").
5378
5379 2016-10-06 Doug Evans <dje@google.com>
5380
5381 * gdb.python/py-value.exp (test_value_creation): Add test for large
5382 unsigned 64-bit value.
5383
5384 2016-10-06 Tom Tromey <tom@tromey.com>
5385
5386 * gdb.compile/compile.exp: Change java tests to rust.
5387 * gdb.base/setshow.exp: Change java tests to rust.
5388 * gdb.base/default.exp: Remove java from language list.
5389 * README (Examples): Update language example.
5390 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5391 test.
5392 * lib/gdb.exp (skip_java_tests): Remove.
5393 * lib/java.exp: Remove.
5394 * gdb.java: Remove.
5395
5396 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5397
5398 * gdb.arch/mips-fcr.exp: New test.
5399 * gdb.arch/mips-fcr.c: Source for the new test.
5400
5401 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5402
5403 * gdb.base/solib-disc.exp: Use `standard_output_file'
5404 throughout.
5405
5406 2016-10-06 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/jit-simple-dl.c: New file.
5409 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5410 * gdb.base/jit-simple.c: ... this.
5411 * gdb.base/jit-simple.exp (jit_run): Delete.
5412 (build_jit): New proc.
5413 (jit_test_reread): Recompile either the main program or the shared
5414 library, depending on what is being tested. Skip changing address
5415 if caller wants to. Compare before/after addresses. If testing
5416 standalone, explicitly load the binary. Test "maint info
5417 breakpoints".
5418 (top level): Add "standalone vs shared lib" and "change address"
5419 vs "same address" axes.
5420
5421 2016-10-06 Pedro Alves <palves@redhat.com>
5422
5423 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5424 call.
5425 (jit_run): Delete.
5426 (jit_test_reread): Use with_test_prefix. Reload the main binary
5427 explicitly. Compare the before/after addresses of the JIT
5428 descriptor.
5429
5430 2016-08-15 Doug Evans <dje@google.com>
5431
5432 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5433 for single bitfields is bool.
5434 * gdb.xml/tdesc-regs.exp: Ditto.
5435
5436 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5437
5438 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5439
5440 2016-10-05 Yao Qi <yao.qi@linaro.org>
5441
5442 * lib/gdb.exp (support_complex_tests): Return zero if
5443 gdb_skip_float_test return true.
5444
5445 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5446 Simon Marchi <simon.marchi@ericsson.com>
5447
5448 PR gdb/20487
5449 * gdb.mi/user-selected-context-sync.exp: New file.
5450 * gdb.mi/user-selected-context-sync.c: New file.
5451
5452 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5453 Simon Marchi <simon.marchi@ericsson.com>
5454
5455 PR gdb/20487
5456 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5457 =thread-select-event check.
5458
5459 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5460
5461 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5462 the compulsory L operand changes.
5463 * gdb.arch/powerpc-power.s: Likewise.
5464
5465 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5466
5467 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5468 * gdb.base/jit-attach-pie.c: New file.
5469 * gdb.base/jit-attach-pie.exp: New file.
5470
5471 2016-09-28 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.base/infcall-input.c: New file.
5474 * gdb.base/infcall-input.exp: New file.
5475
5476 2016-09-22 Yao Qi <yao.qi@linaro.org>
5477
5478 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5479 (gdb_exit): Rename it to ...
5480 (gdbserver_gdb_exit): ... Close GDBserver.
5481 (gdb_exit): New proc, call gdbserver_gdb_exit.
5482 (mi_gdb_exit): Likewise.
5483
5484 2016-09-22 Yao Qi <yao.qi@linaro.org>
5485
5486 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5487 path.
5488 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5489 Remove duplication.
5490
5491 2016-09-22 Yao Qi <yao.qi@linaro.org>
5492
5493 * lib/gdbserver-support.exp: Check the existence of
5494 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5495
5496 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5497
5498 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5499
5500 2016-09-21 Tom Tromey <tom@tromey.com>
5501
5502 PR gdb/20604:
5503 * gdb.base/quit.exp: New file.
5504
5505 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5506
5507 * .gitignore: New file.
5508
5509 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5510
5511 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5512 throughout.
5513
5514 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5515
5516 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5517
5518 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5519
5520 * gdb.cp/casts.cc (decltype): Move it ...
5521 (main): ... with its call to ...
5522 * gdb.cp/casts03.cc: ... a new file.
5523 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5524
5525 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5526
5527 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5528
5529 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5530
5531 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5532 and sync up the test with tests in gas/testsuite/gas/ppc.
5533 * gdb.arch/powerpc-power.exp: Likewise.
5534
5535 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5536
5537 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5538
5539 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5540 Jan Kratochvil <jan.kratochvil@redhat.com>
5541
5542 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5543 make m1's definition to be different from m2's. Use 'dummy' as an
5544 argument for probe 'two'.
5545
5546 2016-09-10 Jon Beniston <jon@beniston.com>
5547
5548 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5549 for sim target.
5550
5551 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5552
5553 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5554 variable declaration.
5555 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5556 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5557 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5558 received HWCAP as its argument.
5559
5560 2016-09-06 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.base/new-ui-pending-input.c: New file.
5563 * gdb.base/new-ui-pending-input.exp: New file.
5564 * gdb.exp (clear_gdb_spawn_id): New procedure.
5565 (with_spawn_id): Check whether gdb_spawn_id exists before
5566 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5567 on exit.
5568
5569 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5570
5571 * gdb.base/float128.c: New file.
5572 * gdb.base/float128.exp: Likewise.
5573 * gdb.base/floatn.c: Likewise.
5574 * gdb.base/floatn.exp: Likewise.
5575
5576 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5577
5578 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5579
5580 2016-09-05 Pedro Alves <palves@redhat.com>
5581
5582 PR backtrace/19927
5583 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5584 unwinders are immediately called as side effect of "source" or
5585 "disable unwinder" commands.
5586 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5587
5588 2016-09-02 Yao Qi <yao.qi@linaro.org>
5589
5590 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5591 is true and $type is "float" or "double".
5592
5593 2016-09-02 Yao Qi <yao.qi@linaro.org>
5594
5595 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5596 true.
5597 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5598 * gdb.base/call-rt-st.exp: Likewise.
5599 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5600 return value instead of gdb,skip_float_test.
5601 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5602 (do_function_calls): Use its return value instead of
5603 gdb,skip_float_test.
5604 * gdb.base/finish.exp: Likewise.
5605 * gdb.base/funcargs.exp: Likewise.
5606 * gdb.base/return.exp: Likewise.
5607 * gdb.base/return2.exp: Likewise.
5608 * gdb.base/varargs.exp: Likewise.
5609 * lib/gdb.exp (gdb_skip_float_test): Change it to
5610 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5611
5612 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5613
5614 * gdb.multi/tids.exp: Test "thread apply all".
5615
5616 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5617
5618 * gdb.base/default.exp (tty): Remove.
5619
5620 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5621
5622 * gdb.python/py-recurse-unwind.c: New file.
5623 * gdb.python/py-recurse-unwind.py: New file.
5624 * gdb.python/py-recurse-unwind.exp: New file.
5625
5626 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5627
5628 * gdb.base/set-inferior-tty.exp: New file.
5629 * gdb.base/set-inferior-tty.c: New file.
5630
5631 2016-08-23 Pedro Alves <palves@redhat.com>
5632
5633 PR gdb/20494
5634 * gdb.base/new-ui-echo.c: New file.
5635 * gdb.base/new-ui-echo.exp: New file.
5636
5637 2016-08-23 Yao Qi <yao.qi@linaro.org>
5638
5639 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5640 gdbserver_spawn.
5641 * gdb.server/connect-without-multi-process.exp (do_test):
5642 Likewise.
5643
5644 2016-08-23 Yao Qi <yao.qi@linaro.org>
5645
5646 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5647 standalone_txt. Delete gdb_txt and standalone_txt on host
5648 and target. Spawn the binary on target. Copy files from
5649 target to host.
5650
5651 2016-08-22 Pedro Alves <palves@redhat.com>
5652
5653 PR gdb/20505
5654 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5655 with_test_prefix. Factor out bits to ...
5656 (test_no_vdso): ... this new procedure.
5657
5658 2016-08-19 Carl Love <cel@us.ibm.com>
5659
5660 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5661 maintaining separate logic for constructing the output path.
5662 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5663 * gdb.arch/ppc-dfp.exp: Likewise.
5664 * gdb.arch/ppc-fp.exp: Likewise.
5665 * gdb.arch/vsx-regs.exp: Likewise.
5666 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5667 binprefix for generating the additional binary files.
5668
5669 2016-08-19 Pedro Alves <palves@redhat.com>
5670
5671 * gdb.trace/mi-trace-frame-collected.exp
5672 (test_trace_frame_collected): On x32, expect two registers.
5673
5674 2016-08-18 Carl Love <cel@us.ibm.com>
5675
5676 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5677 and sync up the test with tests in gas/testsuite/gas/ppc.
5678 * gdb.arch/powerpc-power.exp: Likewise.
5679
5680 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5681
5682 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5683 expected error message.
5684
5685 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5686
5687 * gdb.multi/remove-inferiors.exp: New file.
5688 * gdb.multi/remove-inferiors.c: New file.
5689
5690 2016-08-12 Yao Qi <yao.qi@linaro.org>
5691
5692 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5693 argument list.
5694
5695 2016-08-10 Pedro Alves <palves@redhat.com>
5696
5697 PR gdb/19187
5698 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5699 setup_kfails.
5700
5701 2016-08-09 Pedro Alves <palves@redhat.com>
5702 Simon Marchi <simon.marchi@ericsson.com>
5703
5704 PR gdb/20418
5705 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5706 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5707
5708 2016-08-09 Pedro Alves <palves@redhat.com>
5709
5710 PR mi/20431
5711 * gdb.mi/mi-cmd-error.exp: New file.
5712
5713 2016-08-09 Pedro Alves <palves@redhat.com>
5714
5715 PR gdb/18653
5716 * gdb.base/signals-state-child.c: New file.
5717 * gdb.base/signals-state-child.exp: New file.
5718 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5719
5720 2016-08-09 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5723
5724 2016-08-03 Tom Tromey <tom@tromey.com>
5725
5726 PR python/18565:
5727 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5728
5729 2016-08-01 Yao Qi <yao.qi@linaro.org>
5730
5731 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5732 variable mode to "multi-process" if $multi_process is 1, otherwise
5733 set it to "single-process".
5734
5735 2016-08-01 Yao Qi <yao.qi@linaro.org>
5736
5737 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5738 * gdb.cp/cpexprs.exp: Likewise.
5739 * gdb.cp/m-static.exp: Likewise.
5740
5741 2016-07-26 Tom Tromey <tom@tromey.com>
5742
5743 PR python/20190:
5744 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5745 test.
5746
5747 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5748
5749 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5750 selecting assembly source files.
5751 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5752 assembly source files.
5753 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5754 assembly source files.
5755 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5756 selecting assembly source files.
5757
5758 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5759
5760 * gdb.base/new-ui.exp (do_test_invalid_args): New
5761 procedure.
5762
5763 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5764
5765 * gdb.btrace/reconnect.c: New file.
5766 * gdb.btrace/reconnect.exp: New file.
5767
5768 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5769
5770 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5771 to test_catch_syscall_group.
5772 (test_catch_syscall_group): New.
5773
5774 2016-07-21 Tom Tromey <tom@tromey.com>
5775
5776 * gdb.rust/simple.rs (main): Use empty struct expression.
5777 * gdb.rust/simple.exp: Add tests for empty struct expression.
5778
5779 2016-07-21 Yao Qi <yao.qi@linaro.org>
5780
5781 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5782 if gdb_skip_xml_test is true on some targets.
5783
5784 2016-07-21 Yao Qi <yao.qi@linaro.org>
5785
5786 * gdb.server/solib-list.exp: Unset last_loaded_file.
5787
5788 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5789
5790 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5791 "step into captured_main (args)".
5792
5793 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5794
5795 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5796
5797 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5798
5799 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5800
5801 2016-07-19 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5804 * gdb.opt/inline-bt.exp: Likewise.
5805 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5806 additional_flags=-Winline.
5807 * gdb.opt/inline-locals.exp: Likewise.
5808 * gdb.opt/inline-markers.c (ATTR): Define.
5809 (inlined_fn): Use it.
5810
5811 2016-07-19 Yao Qi <yao.qi@linaro.org>
5812
5813 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5814 (test_with_self): Remove some code. Remove argument executable.
5815 (top-level): Use do_self_tests.
5816
5817 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5818 Don Breazeal <donb@codesourcery.com>
5819
5820 * gdb.base/maint.exp: Escape paths used in regular expressions.
5821 * gdb.stabs/weird.exp: Likewise.
5822
5823 2016-07-13 Tom Tromey <tom@tromey.com>
5824
5825 PR python/15620, PR python/18620:
5826 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5827 (test_bkpt_events): New procs.
5828
5829 2016-07-13 Tom Tromey <tom@tromey.com>
5830
5831 PR python/17698:
5832 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5833 test.
5834 (test_watchpoints): Likewise.
5835 (test_bkpt_pending): New proc.
5836
5837 2016-07-13 Tom Tromey <tom@tromey.com>
5838
5839 PR cli/18053:
5840 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5841 completion test.
5842
5843 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5844
5845 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5846 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5847 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5848 f_label.
5849 (g): Rename g_end_lbl to g_label.
5850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5851 low_pc and high_pc.
5852 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5853
5854 2016-07-12 Tom Tromey <tom@tromey.com>
5855
5856 PR python/19293:
5857 * gdb.python/py-unwind-maint.exp: Update tests.
5858
5859 2016-07-12 Yao Qi <yao.qi@linaro.org>
5860
5861 * lib/selftest-support.exp (selftest_setup): Match the output
5862 when captured_main is inlined.
5863
5864 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5865
5866 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5867 New variables.
5868 (print this%a, print this%b, print this): New tests.
5869 * gdb.fortran/derived-types.f90 (this): New object and
5870 initialization.
5871
5872 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5873
5874 * gdb.ada/arraydim.exp: Remove extra directory level in build
5875 directory.
5876
5877 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5878
5879 * lib/ada.exp: Remove extra directory level in build directory.
5880 * gdb.ada/cond_lang.exp: Likewise.
5881 * gdb.ada/exec_changed.exp: Likewise.
5882 * gdb.ada/lang_switch.exp: Likewise.
5883
5884 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5885
5886 * simple.rs: Add test for raw pointer subscripting.
5887 * simple.exp: Add test expectations.
5888
5889 2016-07-05 Yao Qi <yao.qi@linaro.org>
5890
5891 * gdb.mi/mi-reverse.exp: Match =record-started output.
5892
5893 2016-07-01 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5896 procedure.
5897 (jit_reader_test): Test the jit reader's unwinder.
5898 * gdb.base/jithost.c (jit_function_00_code): New global.
5899 (main): Use memcpy to fill in the mmapped code, instead of poking
5900 bytes manually here.
5901 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5902 value.
5903 (read_debug_info): Save the function's range.
5904 (read_sp): New function.
5905 (unwind_frame): Use it. Also unwind RBP.
5906 (get_frame_id): Use read_sp.
5907 (gdb_init_reader): Use calloc instead of malloc.
5908 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5909 parameter. Use gdb_test_multiple.
5910
5911 2016-07-01 Pedro Alves <palves@redhat.com>
5912 Antoine Tremblay <antoine.tremblay@ericsson.com>
5913
5914 * gdb.threads/process-dies-while-detaching.c: New file.
5915 * gdb.threads/process-dies-while-detaching.exp: New file.
5916
5917 2016-07-01 Pedro Alves <palves@redhat.com>
5918
5919 * gdb.multi/watchpoint-multi-exit.c: New file.
5920 * gdb.multi/watchpoint-multi-exit.exp: New file.
5921
5922 2016-06-30 Pedro Alves <palves@redhat.com>
5923
5924 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5925 unset inferior_spawn_id.
5926
5927 2016-06-30 Pedro Alves <palves@redhat.com>
5928
5929 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5930 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5931
5932 2016-06-29 Yao Qi <yao.qi@linaro.org>
5933
5934 * gdb.base/return.c: Add copyright header.
5935
5936 2016-06-29 Tom Tromey <tom@tromey.com>
5937
5938 PR python/20129:
5939 * gdb.python/py-framefilter.exp: Add tests for setting priority
5940 and disabling of non-existent frame filter.
5941
5942 2016-06-29 Yao Qi <yao.qi@linaro.org>
5943
5944 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5945 0x0f07ff.
5946
5947 2016-06-28 Yao Qi <yao.qi@linaro.org>
5948
5949 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5950 triplets. Start gdb, execute catch syscall, and continue. Check
5951 gdb's output to determine catch syscall is supported.
5952
5953 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5954
5955 * gdb.rust/simple.rs: Add test for returning unit in a function.
5956 * gdb.rust/simple.exp: Add expectation for functions returning
5957 unit.
5958
5959 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5960
5961 * gdb.python/py-breakpoint-create-fail.c,
5962 gdb.python/py-breakpoint-create-fail.exp,
5963 gdb.python/py-breakpoint-create-fail.py: New testcase.
5964
5965 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5966
5967 PR gdb/20239
5968 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5969 * gdb.rust/simple.exp: Add test expectations for new NonZero
5970 tests.
5971
5972 2016-06-24 David Taylor <dtaylor@emc.com>
5973
5974 * gdb.base/offsets.exp: New file.
5975 * gdb.base/offsets.c: New file.
5976
5977 2016-06-23 Tom Tromey <tom@tromey.com>
5978
5979 PR gdb/16483:
5980 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5981 before any filters are loaded.
5982
5983 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5984
5985 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5986 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5987 structs.
5988 * gdb.fortran/derived-type-function.exp: New file.
5989 * gdb.fortran/derived-type-function.f90: New file.
5990
5991
5992 2016-06-21 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/new-ui.exp: New file.
5995 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5996 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5997 (with_spawn_id): New procedure.
5998
5999 2016-06-21 Pedro Alves <palves@redhat.com>
6000
6001 * gdb.mi/mi-exec-run.exp: New file.
6002
6003 2016-06-21 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6006 breakpoint command's output on the main UI.
6007 (test_break): New procedure, factored out from calls in the top
6008 level.
6009 (top level): Use foreach_with_prefix to test MI as main UI and as
6010 separate UI.
6011
6012 2016-06-21 Pedro Alves <palves@redhat.com>
6013
6014 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6015 (test_awatch_creation_and_listing)
6016 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6017 Remove 'type' parameter.
6018 (test_watchpoint_all): New parameter mi_mode. Remove
6019 with_test_prefix.
6020 (top level): Use foreach_with_prefix, and add main/separate UI MI
6021 testing axis.
6022
6023 2016-06-21 Pedro Alves <palves@redhat.com>
6024
6025 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6026 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6027 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6028 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6029 (gdb_main_spawn_id, mi_spawn_id): Declare and
6030 comment.
6031 (mi_create_inferior_pty): New procedure,
6032 factored out from default_mi_gdb_start.
6033 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6034 procedures.
6035 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6036 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6037 Use mi_create_inferior_pty.
6038 (mi_gdb_start): Use eval to pass down args list.
6039
6040 2016-06-21 Pedro Alves <palves@redhat.com>
6041
6042 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6043 * gdb.opt/inline-cmds.exp: Add MI tests.
6044
6045 2016-06-21 Pedro Alves <palves@redhat.com>
6046
6047 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6048
6049 2016-06-21 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6052 (top level): Use it instead of mi_execute_to.
6053
6054 2016-06-21 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6057 (cont_handler_str): New.
6058 (signal_stop_handler): Set stop_handler_str instead of printing to
6059 stdout.
6060 (continue_handler): Set cont_handler_str instead of printing to
6061 stdout.
6062 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6063 mi_send_resuming_command. Print stop_handler_str and
6064 cont_handler_str instead of expecting the python events print
6065 directly.
6066
6067 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6068
6069 * gdb.base/jit-reader.exp: New file.
6070 * gdb.base/jithost.c: New file.
6071 * gdb.base/jithost.h: New file.
6072 * gdb.base/jitreader.c : New file.
6073 * gdb.base/jit-protocol.h: New file.
6074
6075 2016-06-17 Yao Qi <yao.qi@linaro.org>
6076
6077 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6078 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6079 and detach-on-fork. Adjust tests.
6080 (top level): Invoke break_cond_on_syscall with combinations of
6081 syscall, follow-fork-mode and detach-on-fork.
6082
6083 2016-06-17 Yao Qi <yao.qi@linaro.org>
6084
6085 * gdb.base/step-over-exit.c: New.
6086 * gdb.base/step-over-exit.exp: New.
6087
6088 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6089
6090 * gdb.base/float.exp: Add target check for nds32*-*-*.
6091 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6092
6093 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6094
6095 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6096 for unsupported target features.
6097 * gdb.base/call-rt-st.exp: Likewise.
6098 * gdb.base/call-sc.exp: Likewise.
6099 * gdb.base/call-signal-resume.exp: Likewise.
6100 * gdb.base/call-strs.exp: Likewise.
6101 * gdb.base/callexit.exp: Likewise.
6102 * gdb.base/callfuncs.exp: Likewise.
6103 * gdb.base/nodebug.exp: Likewise.
6104 * gdb.base/printcmds.exp: Likewise.
6105 * gdb.base/ptype.exp: Likewise.
6106 * gdb.base/structs.exp: Likewise.
6107 * gdb.base/unwindonsignal.exp: Likewise.
6108 * gdb.cp/gdb2495.exp: Likewise.
6109 * gdb.cp/templates.exp: Likewise.
6110 * gdb.cp/virtfunc.exp: Likewise.
6111 * gdb.threads/hand-call-in-threads.exp: Likewise.
6112 * gdb.threads/interrupted-hand-call.exp: Likewise.
6113 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6114
6115 2016-06-10 Tom Tromey <tom@tromey.com>
6116
6117 PR rust/20110:
6118 * gdb.rust/expr.exp: Add test for integer constant larger than
6119 i32.
6120
6121 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6122
6123 * gdb.fortran/nested-funcs.exp: New.
6124 * gdb.fortran/nested-funcs.f90: New.
6125
6126 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6127
6128 * gdb.base/examine-backward.c: New file.
6129 * gdb.base/examine-backward.exp: New file.
6130
6131 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6132
6133 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6134 matching.
6135
6136 2016-06-02 Tom Tromey <tom@tromey.com>
6137
6138 PR python/18984:
6139 * gdb.python/py-shared.exp: Add solib_name test.
6140
6141 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6142
6143 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6144
6145 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6146
6147 PR c++/19893
6148 * gdb.dwarf2/implref.exp: Rename to...
6149 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6150 * gdb.dwarf2/implref-array.c: New file.
6151 * gdb.dwarf2/implref-array.exp: Likewise.
6152 * gdb.dwarf2/implref-global.c: Likewise.
6153 * gdb.dwarf2/implref-global.exp: Likewise.
6154 * gdb.dwarf2/implref-struct.c: Likewise.
6155 * gdb.dwarf2/implref-struct.exp: Likewise.
6156
6157 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6158
6159 * gdb.trace/trace-condition.exp: Add 64bit tests.
6160
6161 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6162
6163 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6164 bits types.
6165 (main): Adapt to 8 to 64 bits types.
6166 * gdb.trace/trace-condition.exp: Add new tests.
6167
6168 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6169
6170 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6171
6172 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6173
6174 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6175 Move condition tests...
6176 * gdb.trace/trace-condition.exp: Here.
6177
6178 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6179
6180 * gdb.trace/trace-condition.exp: Add counter-case tests.
6181
6182 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6183
6184 PR c++/15231
6185 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6186 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6187
6188 2016-05-27 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6191 New procedure.
6192 (top level): Call it, and bail out of DejaGnu is known to be bad.
6193
6194 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6195
6196 * gdb.base/whatis.c: Extend the test case.
6197 * gdb.base/whatis.exp: Add additional tests.
6198
6199 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6200
6201 * gdb.fortran/type.f90: Add pointer variable.
6202 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6203
6204 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6205
6206 * gdb.fortran/vla-type.exp: Fix testcase name.
6207
6208 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6209
6210 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6211
6212 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6213
6214 * gdb.fortran/type.f90: Add nested structures.
6215 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6216 * gdb.fortran/derived-type.exp: Adapt expected output.
6217 * gdb.fortran/vla-type.exp: Adapt expected output.
6218
6219 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6220
6221 * gdb.fortran/whatis_type.exp: Adapt expected output.
6222
6223 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6224
6225 * gdb.fortran/print_type.exp: Fix expected output.
6226 * gdb.fortran/whatis_type.exp: Fix expected output.
6227
6228 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6229
6230 * gdb.fortran/whatis_type.exp: Use multi_line.
6231
6232 2016-05-24 Tom Tromey <tom@tromey.com>
6233
6234 PR python/17386:
6235 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6236 use value as an index.
6237
6238 2016-05-23 Tom Tromey <tom@tromey.com>
6239
6240 PR python/17981:
6241 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6242 no-breakpoint case.
6243
6244 2016-05-24 Pedro Alves <palves@redhat.com>
6245
6246 PR gdb/19828
6247 * gdb.threads/clone-attach-detach.c: New file.
6248 * gdb.threads/clone-attach-detach.exp: New file.
6249
6250 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6251
6252 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6253
6254 2016-05-23 Tom Tromey <tom@tromey.com>
6255
6256 PR python/19438, PR python/18393:
6257 * gdb.python/py-progspace.exp: Add "dir" test.
6258 * gdb.python/py-objfile.exp: Add "dir" test.
6259
6260 2016-05-23 Yao Qi <yao.qi@linaro.org>
6261
6262 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6263 * gdb.arch/thumb2-it.exp: Likewise.
6264
6265 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6266
6267 * gdb.mi/mi-threads-interrupt.c: New file.
6268 * gdb.mi/mi-threads-interrupt.exp: New file.
6269
6270 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6271
6272 PR gdb/18077
6273 * gdb.mi/mi-async-run.exp: New file.
6274 * gdb.mi/mi-async-run.c: New file.
6275
6276 2016-05-17 Tom Tromey <tom@tromey.com>
6277 Manish Goregaokar <manishsmail@gmail.com>
6278
6279 * lib/rust-support.exp: New file.
6280 * lib/gdb.exp (skip_rust_tests): New proc.
6281 (build_executable_from_specs): Handle rust.
6282 * lib/future.exp (gdb_find_rustc): New proc.
6283 (gdb_default_target_compile): Handle rust.
6284 * gdb.rust/expr.exp: New file.
6285 * gdb.rust/generics.exp: New file.
6286 * gdb.rust/generics.rs: New file.
6287 * gdb.rust/methods.exp: New file.
6288 * gdb.rust/methods.rs: New file.
6289 * gdb.rust/modules.exp: New file.
6290 * gdb.rust/modules.rs: New file.
6291 * gdb.rust/simple.exp: New file.
6292 * gdb.rust/simple.rs: New file.
6293
6294 2016-05-17 Tom Tromey <tom@tromey.com>
6295
6296 * gdb.base/default.exp (set language): Add rust.
6297
6298 2016-05-17 Tom Tromey <tom@tromey.com>
6299
6300 * gdb.gdb/unittest.exp: New file.
6301
6302 2016-05-16 Yao Qi <yao.qi@linaro.org>
6303
6304 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6305 shell_prompt. Update shell_prompt_re.
6306
6307 2016-05-12 Doug Evans <dje@google.com>
6308
6309 PR symtab/19999
6310 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6311 $options when building executable.
6312 * gdb.dwarf2/fission-loclists-pie.S: New file.
6313 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6314
6315 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6316
6317 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6318 of [is_remote target],
6319
6320 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6321
6322 * lib/gdb.exp (use_gdb_stub): New procedure.
6323
6324 2016-05-03 Yunlian Jiang <yunlian@google.com>
6325 Doug Evans <dje@google.com>
6326
6327 PR symtab/19914
6328 * gdb.dwarf2/dwp-sepdebug.c: New file.
6329 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6330
6331 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6332
6333 * gdb.base/detach.exp: Remove is_remote check.
6334
6335 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6336
6337 * gdb.base/annota-input-while-running.exp: Don't check for
6338 [is_remote target]. Enable annotations after running to main.
6339 Remove unused "set test..." line.
6340
6341 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6342
6343 * gdb.trace/trace-enable-disable.exp: New file.
6344 * gdb.trace/trace-enable-disable.c: New file.
6345
6346 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6347
6348 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6349 use it in info sharedlibrary test.
6350 * gdb.trace/ftrace-lock.exp: Likewise.
6351 * gdb.trace/ftrace.exp: Likewise.
6352 * gdb.trace/range-stepping.exp: Likewise.
6353 * gdb.trace/trace-break.exp: Likewise.
6354 * gdb.trace/trace-condition.exp: Likewise.
6355 * gdb.trace/trace-mt.exp: Likewise.
6356
6357 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6358
6359 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6360 (gdb_load_shlib): ... this.
6361 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6362 gdb_load_shlib.
6363 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6364 * gdb.base/ctxobj.exp: Likewise.
6365 * gdb.base/dprintf-pending.exp: Likewise.
6366 * gdb.base/dso2dso.exp: Likewise.
6367 * gdb.base/fixsection.exp: Likewise.
6368 * gdb.base/gcore-relro.exp: Likewise.
6369 * gdb.base/gdb1555.exp: Likewise.
6370 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6371 * gdb.base/gnu-ifunc.exp: Likewise.
6372 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6373 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6374 * gdb.base/pending.exp: Likewise.
6375 * gdb.base/print-file-var.exp: Likewise.
6376 * gdb.base/print-symbol-loading.exp: Likewise.
6377 * gdb.base/shlib-call.exp: Likewise.
6378 * gdb.base/shreloc.exp: Likewise.
6379 * gdb.base/so-impl-ld.exp: Likewise.
6380 * gdb.base/solib-disc.exp: Likewise.
6381 * gdb.base/solib-nodir.exp: Likewise.
6382 * gdb.base/solib-overlap.exp: Likewise.
6383 * gdb.base/solib-symbol.exp: Likewise.
6384 * gdb.base/solib-weak.exp (do_test): Likewise.
6385 * gdb.base/sym-file.exp: Likewise.
6386 * gdb.base/symtab-search-order.exp: Likewise.
6387 * gdb.base/type-opaque.exp: Likewise.
6388 * gdb.base/unload.exp: Likewise.
6389 * gdb.base/watchpoint-solib.exp: Likewise.
6390 * gdb.compile/compile.exp: Likewise.
6391 * gdb.cp/gdb2384.exp: Likewise.
6392 * gdb.cp/infcall-dlopen.exp: Likewise.
6393 * gdb.cp/re-set-overloaded.exp: Likewise.
6394 * gdb.fortran/library-module.exp: Likewise.
6395 * gdb.opt/solib-intra-step.exp: Likewise.
6396 * gdb.python/py-finish-breakpoint.exp: Likewise.
6397 * gdb.python/py-shared.exp: Likewise.
6398 * gdb.reverse/solib-precsave.exp: Likewise.
6399 * gdb.reverse/solib-reverse.exp: Likewise.
6400 * gdb.server/solib-list.exp: Likewise.
6401 * gdb.threads/dlopen-libpthread.exp: Likewise.
6402 * gdb.threads/tls-shared.exp: Likewise.
6403 * gdb.threads/tls-so_extern.exp: Likewise.
6404 * gdb.trace/change-loc.exp: Likewise.
6405 * gdb.trace/ftrace-lock.exp: Likewise.
6406 * gdb.trace/ftrace.exp: Likewise.
6407 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6408 * gdb.trace/pending.exp: Likewise.
6409 * gdb.trace/range-stepping.exp: Likewise.
6410 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6411 (strace_info_marker): Likewise.
6412 (strace_probe_marker): Likewise.
6413 (strace_trace_on_same_addr): Likewise.
6414 (strace_trace_on_diff_addr): Likewise.
6415 * gdb.trace/trace-break.exp: Likewise.
6416 * gdb.trace/trace-condition.exp: Likewise.
6417 * gdb.trace/trace-mt.exp: Likewise.
6418
6419 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6420
6421 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6422 result of gdb_remote_download.
6423 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6424 * gdb.base/dso2dso.exp: Likewise.
6425 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6426 * gdb.base/print-file-var.exp: Likewise.
6427 * gdb.base/shlib-call.exp: Likewise.
6428 * gdb.base/shreloc.exp: Likewise.
6429 * gdb.base/solib-overlap.exp: Likewise.
6430 * gdb.base/solib-weak.exp (do_test): Likewise.
6431 * gdb.base/unload.exp: Likewise.
6432
6433 2016-04-27 Yao Qi <yao.qi@linaro.org>
6434
6435 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6436 exists.
6437
6438 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6439
6440 * vla-type.exp: Print structure from toplevel.
6441
6442 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6443
6444 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6445 of dynamic types.
6446 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6447 of dynamic types.
6448
6449 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6450
6451 * gdb.fortran/vla-type.f90: New file.
6452 * gdb.fortran/vla-type.exp: New file.
6453
6454 2016-04-25 Yao Qi <yao.qi@linaro.org>
6455
6456 * gdb.base/branch-to-self.c: New file.
6457 * gdb.base/branch-to-self.exp: New file.
6458
6459 2016-04-22 Yao Qi <yao.qi@linaro.org>
6460
6461 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6462 more after $hex.
6463
6464 2016-04-22 Yao Qi <yao.qi@linaro.org>
6465
6466 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6467 * gdb.base/annota3.exp: Likewise.
6468
6469 2016-04-22 Yao Qi <yao.qi@linaro.org>
6470
6471 * gdb.reverse/step-precsave.exp: Do one step and test program
6472 stops in "callee" and do multiple steps until program goes out
6473 of "callee".
6474 * gdb.reverse/step-reverse.exp: Likewise.
6475
6476 2016-04-22 Yao Qi <yao.qi@linaro.org>
6477
6478 * gdb.trace/signal.exp: Also pass if
6479 $tracepoint_hits($i) > $iterations.
6480
6481 2016-04-22 Yao Qi <yao.qi@linaro.org>
6482
6483 * gdb.trace/signal.c: New file.
6484 * gdb.trace/signal.exp: New file.
6485
6486 2016-04-19 Doug Evans <xdje42@gmail.com>
6487
6488 * gdb.base/bad-file.exp: New file.
6489
6490 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6491
6492 * gdb.dwarf2/implref.exp: New file.
6493
6494 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6495
6496 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6497 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6498 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6499 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6500 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6501 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6502 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6503 * lib/fortran.exp (fortran_int4): New procedure.
6504 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6505 (fortran_logical4): Likewise.
6506
6507 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6508
6509 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6510
6511 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6512
6513 * lib/compiler.c: Add Intel specific preprocessor macros.
6514 * lib/compiler.cc: Likewise.
6515
6516 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6517
6518 * gdb.server/connect-with-no-symbol-file.c: New file.
6519 * gdb.server/connect-with-no-symbol-file.exp: New file.
6520
6521 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6522
6523 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6524
6525 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6526
6527 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6528 standard output directory.
6529
6530 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6531
6532 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6533
6534 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6535
6536 * gdb.btrace/instruction_history.c (loop): Add declaration.
6537
6538 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6539
6540 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6541
6542 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6543
6544 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6545 parentheses to print.
6546 (continue_handler): Likewise.
6547
6548 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6549
6550 * gdb.server/solib-list.exp: Remove is_remote check.
6551 Pass shlib= to gdb_compile. Don't link shared library with
6552 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6553 Run binary filename through "readlink -f" on the target.
6554
6555 2016-04-08 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6558 interpreter filename as argument to gdbserver_spawn.
6559 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6560 Return empty if $last_loaded_file does not exist.
6561
6562 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6563
6564 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6565 * gdb.base/jit-main.c: Use exit after usage.
6566
6567 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6570 GDBHISTSIZE prior to the tests.
6571 * gdb.base/gdbinit-history.exp: Likewise.
6572
6573 2016-04-07 Pedro Alves <palves@redhat.com>
6574
6575 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6576 instead of build_executable. Use gdb_load_shlibs.
6577
6578 2016-04-07 Yao Qi <yao.qi@linaro.org>
6579
6580 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6581 Execute "si" command.
6582
6583 2016-04-07 Yao Qi <yao.qi@linaro.org>
6584
6585 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6586 number instead of the comments on some line.
6587
6588 2016-04-06 Don Breazeal <donb@codesourcery.com>
6589
6590 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6591 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6592
6593 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6594
6595 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6596 standard_output_file. Remove unused binfile variable.
6597
6598 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6599
6600 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6601 * gdb.python/py-mi-objfile.exp: Match "list main" output
6602 in console format.
6603
6604 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6605
6606 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6607 absolute.
6608
6609 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6612 absolute.
6613 * gdb.trace/ftrace.exp: Likewise.
6614 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6615 targets as well.
6616 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6617 (gdb_load_shlibs): Copy libraries to test directory when testing
6618 natively. Only set solib-search-path if testing remotely.
6619 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6620
6621 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6622
6623 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6624 gdb_download. Use it even if the target is not remote.
6625 * gdb.base/jit.exp (compile_jit_test): Likewise.
6626 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6627 output directory if the destination board is local, otherwise use
6628 the standard remote_download from DejaGnu.
6629 (gdb_download): Remove.
6630 (gdb_load_shlibs): Use gdb_remote_download instead of
6631 gdb_download.
6632 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6633 Use gdb_remote_download instead of gdb_download. Use it even if
6634 the target is not remote.
6635 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6636 instead of gdb_download.
6637
6638 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6639
6640 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6641 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6642 run.
6643
6644 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6645
6646 PR gdb/19820
6647 * gdb.base/printcmds.exp: Add artificial arrays tests.
6648
6649 2016-03-31 Pedro Alves <palves@redhat.com>
6650
6651 PR gdb/19858
6652 * gdb.base/jit-main.c: Include unistd.h.
6653 (ATTACH): Define to 0 if not already defined.
6654 (wait_for_gdb, mypid): New globals.
6655 (WAIT_FOR_GDB): New macro.
6656 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6657 some breakpoint locations.
6658 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6659 New procedures.
6660 (one_jit_test): Add REATTACH parameter, and handle it. Use
6661 continue_to_test_location.
6662 (top level): Test attach, and adjusts calls to one_jit_test.
6663
6664 2016-03-31 Pedro Alves <palves@redhat.com>
6665
6666 PR gdb/19858
6667 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6668 BINSUFFIX parameter, and handle it.
6669 (top level): Adjust calls compile_jit_test.
6670
6671 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6672
6673 PR python/19743
6674 * gdb.python/py-mi-events-gdb.py: New file.
6675 * gdb.python/py-mi-events.c: New file.
6676 * gdb.python/py-mi-events.exp: New file.
6677
6678 2016-03-30 Yao Qi <yao.qi@linaro.org>
6679
6680 * gdb.reverse/until-precsave.exp: Match function name only.
6681 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6682 Move malloc to a condition block.
6683 * gdb.reverse/until-reverse.exp: Match function name only.
6684
6685 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6686
6687 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6688 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6689 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6690 variable for GPR 0 instead of assuming it is register 0.
6691 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6692 * lib/trace-support.exp: Add s390 registers.
6693
6694 2016-03-29 Yao Qi <yao.qi@linaro.org>
6695
6696 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6697
6698 2016-03-24 Yao Qi <yao.qi@linaro.org>
6699
6700 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6701 test message.
6702
6703 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6704
6705 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6706 maintaining separate logic for constructing the output path.
6707
6708 2016-03-16 Don Breazeal <donb@codesourcery.com>
6709
6710 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6711 Retry fork and waitpid on interrupted system call errors.
6712 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6713 Use with_timeout_factor to increase timeout by factor of 10.
6714
6715 2016-03-15 Don Breazeal <donb@codesourcery.com>
6716
6717 * gdb.cp/scope-err.cc: New test program.
6718 * gdb.cp/scope-err.exp: New test script.
6719 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6720 lines and "set breakpoint here" comment.
6721 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6722 Fixed some whitespace and format issues.
6723 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6724 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6725
6726 2016-03-15 Doug Evans <dje@google.com>
6727
6728 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6729 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6730 All callers updated. Add tests for enums, mixed flags register.
6731
6732 2016-03-15 Doug Evans <dje@google.com>
6733
6734 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6735 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6736
6737 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6738
6739 * gdb.base/default.exp: Add $_as_string to the list of expected
6740 convenience functions.
6741
6742 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6743
6744 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6745
6746 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6747
6748 * gdb.python/py-as-string.exp: New file.
6749 * gdb.python/py-as-string.c: New file.
6750
6751 2016-03-09 Pedro Alves <palves@redhat.com>
6752
6753 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6754 signal" -> "Thread NN received signal" output change.
6755 * gdb.threads/ia64-sigill.exp: Likewise.
6756 * gdb.threads/linux-dp.exp: Likewise.
6757 * gdb.threads/manythreads.exp: Likewise.
6758 * gdb.threads/pending-step.exp: Likewise.
6759 * gdb.threads/print-threads.exp: Likewise.
6760 * gdb.threads/sigstep-threads.exp: Likewise.
6761 * gdb.threads/staticthreads.exp: Likewise.
6762 * gdb.threads/tls.exp: Likewise.
6763
6764 2016-03-09 Pedro Alves <palves@redhat.com>
6765
6766 * gdb.base/command-line-input.exp: New file.
6767
6768 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6769
6770 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6771 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6772 * gdb.trace/pending.exp: Accept leading dot before function name.
6773 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6774 * lib/trace-support.exp: Set registers for ppc.
6775
6776 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6777
6778 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6779 use it for disassembly; accept .main in addition to main in backtrace.
6780
6781 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6782 Marcin Kościelnicki <koriakin@0x04.net>
6783
6784 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6785 (gdb_recursion_test_ptr): New global variable.
6786 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6787 gdb_recursion_test.
6788 (gdb_c_test): Ditto.
6789
6790 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6791
6792 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6793 ordering.
6794
6795 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6796
6797 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6798 (bar): Add bar_start_lbl label.
6799 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6800 of foo/bar for emitting DWARF and tracing.
6801
6802 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6803
6804 * analyze-racy-logs.py: Set executable bit.
6805
6806 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6807
6808 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6809 (CHECK_TARGET_TMP): Likewise.
6810 (check-single-racy): New rule.
6811 (check-parallel-racy): Likewise.
6812 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6813 (do-check-parallel-racy): New rule.
6814 (check-racy/%.exp): Likewise.
6815 * README (Racy testcases): New section.
6816 * analyze-racy-logs.py: New file.
6817
6818 2016-03-03 Doug Evans <dje@google.com>
6819
6820 * gdb.base/skip.exp: Use with_test_prefix.
6821
6822 2016-03-03 Yao Qi <yao.qi@linaro.org>
6823
6824 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6825 Invoke step_over_syscall "clone" and break_cond_on_syscall
6826 "clone".
6827 * gdb.base/step-over-clone.c: New file.
6828
6829 2016-03-03 Yao Qi <yao.qi@linaro.org>
6830
6831 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6832 code format.
6833
6834 2016-03-03 Yao Qi <yao.qi@linaro.org>
6835
6836 * gdb.base/disp-step-fork.c: Rename to ...
6837 * gdb.base/step-over-fork.c: ... it. New file.
6838 * gdb.base/disp-step-vfork.c: Rename to ...
6839 * gdb.base/step-over-vfork.c: ... it. New file.
6840 * gdb.base/disp-step-syscall.exp: Rename to ...
6841 * gdb.base/step-over-syscall.exp: ... it. New file.
6842 (disp_step_cross_syscall): Rename to ...
6843 (step_over_syscall): ... it.
6844
6845 2016-03-03 Yao Qi <yao.qi@linaro.org>
6846
6847 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6848 If target supports condition evaluation on target, invoke
6849 break_cond_on_syscall for fork and vfork.
6850
6851 2016-03-03 Yao Qi <yao.qi@linaro.org>
6852
6853 * gdb.base/disp-step-syscall.exp: Don't invoke
6854 support_displaced_stepping.
6855 (disp_step_cross_syscall): Test with displaced stepping off and
6856 on if supported.
6857
6858 2016-03-03 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6861 proc.
6862 (setup): New proc.
6863 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6864 and setup.
6865
6866 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6867
6868 * gdb.fortran/vla-history.exp: Remove breakpoint.
6869
6870 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6871
6872 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6873 exceeds timeout.
6874
6875 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6876
6877 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6878 breakpoint.
6879
6880 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6881
6882 * gdb.mi/vla.f90: Nullify pointer after declaration.
6883
6884 2016-03-01 Pedro Alves <palves@redhat.com>
6885
6886 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6887
6888 2016-03-01 Pedro Alves <palves@redhat.com>
6889
6890 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6891 before anything else.
6892 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6893 _GNU_SOURCE here.
6894 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6895 before anything else.
6896 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6897
6898 2016-03-01 Pedro Alves <palves@redhat.com>
6899
6900 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6901
6902 2016-03-01 Yao Qi <yao.qi@linaro.org>
6903
6904 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6905 prepare_for_testing.
6906
6907 2016-03-01 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6910
6911 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6912
6913 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6914 manually constructing the output path.
6915
6916 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6917
6918 * gdb.arch/s390-stackless.S: New.
6919 * gdb.arch/s390-stackless.exp: New.
6920
6921 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6922
6923 * gdb.dlang/circular.c: New file.
6924 * gdb.dlang/circular.exp: New file.
6925
6926 2016-02-26 Yao Qi <yao.qi@linaro.org>
6927
6928 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6929 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6930 (testcases): Update.
6931
6932 2016-02-26 Yao Qi <yao.qi@linaro.org>
6933
6934 * gdb.reverse/aarch64.c: Rename to ...
6935 * gdb.reverse/insn-reverse.c: ... it.
6936 * gdb.reverse/aarch64.exp: Rename to ...
6937 * gdb.reverse/insn-reverse.exp: ... it.
6938
6939 2016-02-26 Yao Qi <yao.qi@linaro.org>
6940
6941 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6942 (testcase_ftype): New.
6943 (testcases): New array.
6944 (n_testcases): New.
6945 (main): Call each element in testcases.
6946 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6947 (read_testcase): New.
6948 Do the tests in a loop.
6949
6950 2016-02-25 Yao Qi <yao.qi@linaro.org>
6951
6952 * gdb.base/branches.c: Remove.
6953
6954 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6955
6956 PR gdb/13808
6957 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6958
6959 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6960
6961 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6962
6963 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6964
6965 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6966 change x86_64 call_insn to 'callq'.
6967
6968 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6969
6970 * gdb.trace/tfile-avx.c: Move to...
6971 * gdb.trace/tracefile-pseudo-reg.c: Here.
6972 * gdb.trace/tfile-avx.exp: Move to...
6973 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6974
6975 2016-02-24 Gary Benson <gbenson@redhat.com>
6976
6977 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6978 message on attach.
6979
6980 2016-02-23 Doug Evans <dje@google.com>
6981
6982 * gdb.base/skip.c (test_skip): New function.
6983 (end_test_skip_file_and_function): New function.
6984 (test_skip_file_and_function): New function.
6985 * gdb.base/skip1.c (test_skip): New function.
6986 (skip1_test_skip_file_and_function): New function.
6987 * gdb.base/skip.exp: Add tests for new skip options.
6988 * gdb.base/skip-solib.exp: Update expected output.
6989 * gdb.perf/skip-command.cc: New file.
6990 * gdb.perf/skip-command.exp: New file.
6991 * gdb.perf/skip-command.py: New file.
6992
6993 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6994
6995 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6996 info registers pattern.
6997
6998 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6999
7000 * lib/future.exp: Add D support.
7001 (gdb_find_gdc): New proc.
7002 (gdb_default_target_compile): Add D support.
7003
7004 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7005
7006 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7007 user+system time.
7008 (trace_speed_test): Determine the iteration count for a time
7009 between 15..30 seconds.
7010
7011 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7012
7013 * gdb.arch/i386-mpx-sigsegv.c: New file.
7014 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7015 * gdb.arch/i386-mpx-simple_segv.c: New file.
7016 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7017
7018 2016-02-18 Yao Qi <yao.qi@linaro.org>
7019
7020 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7021 Don't call setup_kfail.
7022
7023 2016-02-18 Yao Qi <yao.qi@linaro.org>
7024
7025 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7026 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7027
7028 2016-02-16 Doug Evans <dje@google.com>
7029
7030 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7031 * gdb.base/skip1.c: Ditto.
7032 * gdb.base/skip.exp: Whitespace cleanup.
7033
7034 2016-02-16 Don Breazeal <donb@codesourcery.com>
7035
7036 PR remote/19496
7037 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7038 Remove kfail for PR remote/19496.
7039
7040 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7041
7042 * lib/gdb.exp (standard_temp_file): Return a path specific to
7043 the runtest invocation.
7044
7045 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7046
7047 * gdb.trace/save-trace.exp: Change relative path to be in the
7048 standard output directory.
7049
7050 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7051
7052 * gdb.arch/i386-prologue.c: Add missing prototypes.
7053
7054 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7055
7056 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7057 * gdb.arch/i386-prologue.exp: Likewise.
7058 * gdb.arch/i386-size.exp: Likewise.
7059
7060 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7061
7062 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7063 define object file path.
7064 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7065 file path.
7066 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7067 standard_output_file to define binfile.
7068
7069 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7070
7071 Fix compatibility with recent gfortran-5.3.1.
7072 * gdb.fortran/vla-history.exp (print vla1 allocated)
7073 (print vla2 allocated, print $2, print $3): Remove
7074 (print $4): Rename to ...
7075 (print $2): ... here.
7076 (print $9): Rename to ...
7077 (print $5): ... here.
7078 (print $10): Rename to ...
7079 (print $6): ... here.
7080 * gdb.fortran/vla.f90: Add pvla initialization.
7081
7082 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7083
7084 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7085 New test.
7086 * gdb.fortran/vla-value-sub.exp: Likewise.
7087
7088 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7089
7090 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7091
7092 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7093
7094 * i386-biarch-core.exp: Define corefile using
7095 standard_output_file.
7096
7097 2016-02-12 Yao Qi <yao.qi@linaro.org>
7098
7099 * gdb.arch/arm-single-step-kernel-helper.c: New.
7100 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7101
7102 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7103
7104 * gdb.btrace/tailcall-only.exp: New.
7105 * gdb.btrace/tailcall-only.c: New.
7106 * gdb.btrace/x86_64-tailcall-only.S: New.
7107 * gdb.btrace/i686-tailcall-only.S: New.
7108
7109 2016-02-11 Pedro Alves <palves@redhat.com>
7110
7111 * README (Parallel testing): Add missing double quotes.
7112
7113 2016-02-11 Pedro Alves <palves@redhat.com>
7114
7115 * README (Parallel testing): New section.
7116 (GDB_PARALLEL): Rewrite.
7117 (FORCE_PARALLEL): Document.
7118
7119 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7120
7121 * gdb.trace/tfile-avx.c: New test.
7122 * gdb.trace/tfile-avx.exp: New test.
7123
7124 2016-02-09 Keith Seitz <keiths@redhat.com>
7125
7126 PR breakpoints/19546
7127 * gdb.base/infcall-exec.c: New file.
7128 * gdb.base/infcall-exec2.c: New file.
7129 * gdb.base/infcall-exec.exp: New file.
7130
7131 2016-02-09 Keith Seitz <keiths@redhat.com>
7132
7133 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7134 (toplevel): Call test_bkpt_address.
7135
7136 2016-02-09 Keith Seitz <keiths@redhat.com>
7137
7138 PR python/19506
7139 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7140 (toplevel): Call test_bkpt_address.
7141
7142 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7143
7144 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7145 to AC_OUTPUT.
7146 * configure: Regenerate.
7147
7148 2016-02-09 Pedro Alves <palves@redhat.com>
7149
7150 PR breakpoints/19548
7151 * gdb.base/execl-update-breakpoints.c (some_function): New
7152 function.
7153 (main): Call it.
7154 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7155 Tighten expected GDB output.
7156
7157 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7158
7159 * Makefile.in (ALL_SUBDIRS): Remove.
7160 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7161 (distclean maintainer-clean realclean): Likewise.
7162 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7163 * configure: Regenerate.
7164 * gdb.ada/Makefile.in: Delete.
7165 * gdb.arch/Makefile.in: Likewise.
7166 * gdb.asm/Makefile.in: Likewise.
7167 * gdb.base/Makefile.in: Likewise.
7168 * gdb.btrace/Makefile.in: Likewise.
7169 * gdb.cell/Makefile.in: Likewise.
7170 * gdb.compile/Makefile.in: Likewise.
7171 * gdb.cp/Makefile.in: Likewise.
7172 * gdb.disasm/Makefile.in: Likewise.
7173 * gdb.dlang/Makefile.in: Likewise.
7174 * gdb.dwarf2/Makefile.in: Likewise.
7175 * gdb.fortran/Makefile.in: Likewise.
7176 * gdb.gdb/Makefile.in: Likewise.
7177 * gdb.go/Makefile.in: Likewise.
7178 * gdb.guile/Makefile.in: Likewise.
7179 * gdb.java/Makefile.in: Likewise.
7180 * gdb.linespec/Makefile.in: Likewise.
7181 * gdb.mi/Makefile.in: Likewise.
7182 * gdb.modula2/Makefile.in: Likewise.
7183 * gdb.multi/Makefile.in: Likewise.
7184 * gdb.objc/Makefile.in: Likewise.
7185 * gdb.opencl/Makefile.in: Likewise.
7186 * gdb.opt/Makefile.in: Likewise.
7187 * gdb.pascal/Makefile.in: Likewise.
7188 * gdb.perf/Makefile.in: Likewise.
7189 * gdb.python/Makefile.in: Likewise.
7190 * gdb.reverse/Makefile.in: Likewise.
7191 * gdb.server/Makefile.in: Likewise.
7192 * gdb.stabs/Makefile.in: Likewise.
7193 * gdb.threads/Makefile.in: Likewise.
7194 * gdb.trace/Makefile.in: Likewise.
7195 * gdb.xml/Makefile.in: Likewise.
7196 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7197 GDB_PARALLEL.
7198 (standard_output_file): Remove check for GDB_PARALLEL, always
7199 return path in outputs/$subdir/$testname.
7200
7201 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7202
7203 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7204 (site.exp): Assign abs_srcdir to tcl's srcdir.
7205
7206 2016-02-04 Yao Qi <yao.qi@linaro.org>
7207
7208 * gdb.base/foll-exec-mode.c: Include limits.h.
7209 (main): Add parameters argc and argv. Get directory from
7210 argv[0].
7211 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7212 compilation.
7213 * gdb.base/foll-exec.c: Include limits.h.
7214 (main): Add parameters argc and argv.
7215 Get directory from argv[0].
7216 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7217 Adjust tests on the number of lines as source code changed.
7218 * gdb.base/foll-vfork-exit.c: Include limits.h.
7219 (main): Add one line of statement before vfork.
7220 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7221 (main): Add parameters argc and argv. Get directory from
7222 argv[0].
7223 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7224 (setup_gdb): Set tbreak to skip some source lines.
7225 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7226 (main): Add parameters argc and argv. Get directory from
7227 argv[0].
7228 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7229 compilation.
7230 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7231 (main): Add parameters argc and argv. Get directory from
7232 argv[0].
7233 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7234 compilation.
7235
7236 2016-02-01 Doug Evans <dje@google.com>
7237
7238 * gdb.base/skip.exp: Clean up multiple references to same test name.
7239
7240 2016-02-01 Pedro Alves <palves@redhat.com>
7241
7242 PR remote/19496
7243 * gdb.threads/forking-threads-plus-breakpoint.exp
7244 (displaced_stepping_supported): New global.
7245 (probe_displaced_stepping_support): New procedure.
7246 (do_test): Add 'displaced' parameter, and use it.
7247 (top level): Check for displaced stepping support. Add displaced
7248 stepping on/off testing axis.
7249
7250 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7251
7252 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7253 pointer. Don't perform further tests on the unassociated pointer
7254 if the first test fails.
7255
7256 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7257
7258 * gdb.base/max-value-size.c: New file.
7259 * gdb.base/max-value-size.exp: New file.
7260 * gdb.base/huge.exp: Disable max-value-size for this test.
7261
7262 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7263
7264 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7265
7266 2016-01-28 Yao Qi <yao.qi@linaro.org>
7267
7268 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7269
7270 2016-01-25 Pedro Alves <palves@redhat.com>
7271
7272 PR threads/19461
7273 * gdb.base/fork-running-state.c: New file.
7274 * gdb.base/fork-running-state.exp: New file.
7275
7276 2016-01-25 Pedro Alves <palves@redhat.com>
7277
7278 PR gdb/19494
7279 * gdb.base/catch-fork-kill.c: New file.
7280 * gdb.base/catch-fork-kill.exp: New file.
7281
7282 2016-01-25 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7285 Delete, moved to lib/gdb.exp.
7286 * gdb.threads/forking-threads-plus-breakpoint.exp
7287 (foreach_with_prefix): Likewise.
7288 * gdb.threads/process-dies-while-handling-bp.exp
7289 (foreach_with_prefix): Likewise.
7290 * lib/gdb.exp (foreach_with_prefix): New procedure.
7291
7292 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7293
7294 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7295 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7296
7297 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7298
7299 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7300 endian targets.
7301
7302 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7303 Pedro Alves <palves@redhat.com>
7304
7305 Fix testsuite compatibility with Guile.
7306 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7307 number.
7308
7309 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7310
7311 Fix testsuite compatibility with Guile.
7312 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7313 (thread 1): New test for backtrace through signal handler.
7314
7315 2016-01-22 Yao Qi <yao.qi@linaro.org>
7316
7317 PR testsuite/19491
7318 * gdb.base/multi-forks.c: Include
7319 ../lib/unbuffer_output.c
7320 (main): Call gdb_unbuffer_output.
7321
7322 2016-01-21 Doug Evans <dje@google.com>
7323
7324 * lib/ada.exp (gdb_compile_ada): Fix typo.
7325
7326 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7327
7328 * gdb.base/break-fun-addr.exp: New file.
7329 * gdb.base/break-fun-addr1.c: New file.
7330 * gdb.base/break-fun-addr2.c: New file.
7331
7332 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7333
7334 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7335 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7336 enum flag values.
7337
7338 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7339
7340 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7341 when GDB can not set the vector return value. Add more comments
7342 for clarification.
7343
7344 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7345
7346 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7347 command.
7348
7349 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7352
7353 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7354
7355 * Makefile.in (check-single): Pass --status to runtest.
7356 (check/%.exp): Likewise.
7357
7358 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7359
7360 * Makefile.in (check-parallel): Propagate return code from make
7361 do-check-parallel.
7362
7363 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7364
7365 * gdb.trace/ftrace.exp: Fix expected message on continue.
7366 * gdb.trace/pending.exp: Fix expected message on continue.
7367 * gdb.trace/trace-break.exp: Fix expected message on continue.
7368
7369 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7370
7371 * lib/gdb.exp (gdb_test): Remove unused global references.
7372
7373 2016-01-18 Pedro Alves <palves@redhat.com>
7374
7375 * gdb.base/async-shell.exp: Adjust expected output.
7376 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7377 * gdb.base/siginfo-thread.exp: Adjust expected output.
7378 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7379 * gdb.java/jnpe.exp: Adjust expected output.
7380 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7381 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7382 * gdb.threads/leader-exit.exp: Adjust expected output.
7383 * gdb.threads/manythreads.exp: Adjust expected output.
7384 * gdb.threads/pthreads.exp: Adjust expected output.
7385 * gdb.threads/schedlock.exp: Adjust expected output.
7386 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7387 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7388 expected output.
7389 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7390 output.
7391 * gdb.threads/sigthread.exp: Adjust expected output.
7392 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7393
7394 2016-01-18 Yao Qi <yao.qi@linaro.org>
7395
7396 * gdb.guile/scm-section-script.c: Replace @progbits with
7397 %progbits.
7398 * gdb.python/py-section-script.c: Likewise.
7399
7400 2016-01-15 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.multi/tids.exp: Test star wildcard ranges.
7403
7404 2016-01-15 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7407 command from "thread apply" invocation.
7408 (thr_apply_info_thr_invalid): Default the expected output to the
7409 input tid list.
7410 (top level): Add tests that use convenience variables. Add tests
7411 for "thread apply" with a valid TID list, but missing the command.
7412
7413 2016-01-13 Pedro Alves <palves@redhat.com>
7414
7415 * gdb.base/default.exp: Expect $_gthread as well.
7416 * gdb.multi/tids.exp: Test $_gthread.
7417 * gdb.threads/thread-specific.exp: Test $_gthread.
7418
7419 2016-01-13 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.multi/tids.exp: Test "info threads -gid".
7422
7423 2016-01-13 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7426 Breakpoint.thread.
7427 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7428
7429 2016-01-07 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.base/break.exp: Adjust to output changes.
7432 * gdb.base/hbreak2.exp: Likewise.
7433 * gdb.base/sepdebug.exp: Likewise.
7434 * gdb.base/watch_thread_num.exp: Likewise.
7435 * gdb.linespec/keywords.exp: Likewise.
7436 * gdb.multi/info-threads.exp: Likewise.
7437 * gdb.threads/thread-find.exp: Likewise.
7438 * gdb.multi/tids.c: New file.
7439 * gdb.multi/tids.exp: New file.
7440
7441 2016-01-13 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7444
7445 2016-01-13 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/default.exp: Expect $_inferior as well.
7448 * gdb.multi/base.exp: Test $_inferior.
7449
7450 2016-01-13 Pedro Alves <palves@redhat.com>
7451
7452 PR breakpoints/19388
7453 * gdb.base/catch-signal-siginfo-cond.c: New file.
7454 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7455
7456 2016-01-12 Josh Stone <jistone@redhat.com>
7457 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7458
7459 * gdb.base/catch-syscall.c (do_execve): New variable.
7460 (main): Conditionally trigger an execve.
7461 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7462 (test_catch_syscall_execve): New, check entry/return across execve.
7463 (do_syscall_tests): Call test_catch_syscall_execve.
7464
7465 2016-01-12 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.base/random-signal.exp (do_test): New procedure, with body
7468 of testcase moved in.
7469
7470 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7471 Pedro Alves <palves@redhat.com>
7472
7473 * gdb.base/funcargs.exp (finish from indirectly called function):
7474 Reintroduce the case for 'First'.
7475
7476 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7477 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7480 (tcatch_vfork_then_child_follow_exec)
7481 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7482 identification.
7483
7484 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7485
7486 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7487 and repeats to unlimited.
7488 * gdb.python/py-value.exp: Likewise.
7489 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7490 and repeats to unlimited.
7491
7492 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7493
7494 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7495 and reordering the functions.
7496 * gdb.multi/hangout.c: Likewise.
7497 * gdb.multi/hello.c: Likewise.
7498
7499 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7500
7501 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7502 absolute.
7503 (SingleStatisticTestResult.report): Use dict.keys instead of
7504 dict.iterkeys.
7505
7506 2016-01-06 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7509
7510 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7511
7512 * gdb.btrace/dlopen.exp: New.
7513 * gdb.btrace/dlopen.c: New.
7514 * gdb.btrace/dlopen-dso.c: New.
7515
7516 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7517
7518 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7519 PATTERN argument is optional.
7520
7521 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7522
7523 * lib/ada.exp (target_compile_ada_from_dir): New function.
7524 (gdb_compile_ada): Reimplement avoiding the use of project files.
7525 * gdb.ada/gnat_ada.gpr: Delete.
7526 * gdb.ada/cond_lang.exp: Adjust test to make path before
7527 filename optional.
7528 * gdb.ada/small_reg_param.exp: Likewise.
7529
7530 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7531
7532 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7533
7534 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7535
7536 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7537 case.
7538
7539 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7540
7541 * gdb.base/break.exp: Remove dead code.
7542 * gdb.base/sepdebug.exp: Likewise.
7543
7544 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7545
7546 * gdb.asm/asm-source.exp: Remove HP-UX references.
7547 * gdb.base/annota1.exp: Likewise.
7548 * gdb.base/annota3.exp: Likewise.
7549 * gdb.base/attach.exp: Likewise.
7550 * gdb.base/bigcore.exp: Likewise.
7551 * gdb.base/break.exp: Likewise.
7552 * gdb.base/call-ar-st.exp: Likewise.
7553 * gdb.base/callfuncs.exp: Likewise.
7554 * gdb.base/catch-fork-static.exp: Likewise.
7555 * gdb.base/display.exp: Likewise.
7556 * gdb.base/foll-exec-mode.exp: Likewise.
7557 * gdb.base/foll-exec.exp: Likewise.
7558 * gdb.base/foll-fork.exp: Likewise.
7559 * gdb.base/foll-vfork.exp: Likewise.
7560 * gdb.base/funcargs.exp: Likewise.
7561 * gdb.base/hbreak2.exp: Likewise.
7562 * gdb.base/inferior-died.exp: Likewise.
7563 * gdb.base/interrupt.exp: Likewise.
7564 * gdb.base/multi-forks.exp: Likewise.
7565 * gdb.base/nodebug.exp: Likewise.
7566 * gdb.base/sepdebug.exp: Likewise.
7567 * gdb.base/solib1.c: Likewise.
7568 * gdb.base/step-test.exp: Likewise.
7569 * gdb.mi/non-stop.c: Likewise.
7570 * gdb.mi/pthreads.c: Likewise.
7571 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7572 * gdb.threads/pthreads.c: Likewise.
7573 * gdb.threads/staticthreads.exp: Likewise.
7574 * lib/future.exp: Likewise.
7575 * lib/gdb.exp: Likewise.
7576 * gdb.base/so-indr-cl.c: Remove.
7577 * gdb.base/so-indr-cl.exp: Likewise.
7578 * gdb.base/solib.c: Likewise.
7579 * gdb.base/solib.exp: Likewise.
7580 * gdb.base/solib2.c: Likewise.
7581
7582 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7583
7584 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7585 * gdb.base/call-ar-st.exp: Likewise.
7586 * gdb.base/callfuncs.exp: Likewise.
7587 * gdb.base/condbreak.exp: Likewise.
7588 * gdb.base/constvars.exp: Likewise.
7589 * gdb.base/hbreak2.exp: Likewise.
7590 * gdb.base/langs.exp: Likewise.
7591 * gdb.base/list.exp: Likewise.
7592 * gdb.base/long_long.exp: Likewise.
7593 * gdb.base/ptype.exp: Likewise.
7594 * gdb.base/scope.exp: Likewise.
7595 * gdb.base/signals.exp: Likewise.
7596 * gdb.base/so-impl-ld.exp: Likewise.
7597 * gdb.base/varargs.exp: Likewise.
7598 * gdb.base/volatile.exp: Likewise.
7599 * gdb.base/whatis.exp: Likewise.
7600 * gdb.cp/cplusfuncs.exp: Likewise.
7601 * gdb.cp/inherit.exp: Likewise.
7602 * gdb.cp/local.exp: Likewise.
7603 * gdb.cp/member-ptr.exp: Likewise.
7604 * gdb.cp/method.exp: Likewise.
7605 * gdb.cp/overload.exp: Likewise.
7606 * gdb.cp/templates.exp: Likewise.
7607 * gdb.stabs/weird.exp: Likewise.
7608 * lib/compiler.c: Likewise.
7609 * lib/compiler.cc: Likewise.
7610 * lib/cp-support.exp: Likewise.
7611 * lib/gdb.exp: Likewise.
7612
7613 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7614
7615 * configure.ac: Remove HP-UX case.
7616 * configure: Regenerate.
7617
7618 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7619
7620 * lib/gdb.exp (gdb_compile): Add function doc.
7621
7622 2015-12-17 Pedro Alves <palves@redhat.com>
7623
7624 PR threads/19354
7625 * gdb.multi/info-threads.exp: New file.
7626
7627 2015-12-15 Yao Qi <yao.qi@linaro.org>
7628
7629 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7630 is aarch64*-*-*.
7631
7632 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7633
7634 * gdb.base/history-duplicates.exp: Skip if no readline support.
7635
7636 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7637
7638 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7639
7640 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7641
7642 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7643
7644 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7645
7646 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7647 ctrl-C if nointerrupts target property is set.
7648 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7649 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7650 * gdb.base/paginate-bg-execution.exp: Likewise.
7651 * gdb.base/paginate-execution-startup.exp: Likewise.
7652 * gdb.base/random-signal.exp: Likewise.
7653 * gdb.base/range-stepping.exp: Likewise.
7654 * gdb.cp/annota2.exp: Likewise.
7655 * gdb.cp/annota3.exp: Likewise.
7656 * gdb.gdb/selftest.exp: Likewise.
7657 * gdb.threads/continue-pending-status.exp: Likewise.
7658 * gdb.threads/leader-exit.exp: Likewise.
7659 * gdb.threads/manythreads.exp: Likewise.
7660 * gdb.threads/pthreads.exp: Likewise.
7661 * gdb.threads/schedlock.exp: Likewise.
7662 * gdb.threads/sigthread.exp: Likewise.
7663
7664 2015-12-11 Don Breazeal <donb@codesourcery.com>
7665
7666 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7667 remote.
7668 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7669 * gdb.base/foll-exec.exp (main): Enable for target remote.
7670 * gdb.base/foll-fork.exp (main): Likewise.
7671 * gdb.base/foll-vfork.exp (main): Likewise.
7672 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7673 (proc continue_to_exit_bp_loc): Use clean_restart.
7674 * gdb.base/pie-execl.exp (main): Disable for target remote.
7675 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7676 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7677 * gdb.threads/execl.exp (main): Likewise.
7678 * gdb.threads/fork-child-threads.exp (main): Likewise.
7679 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7680 remote.
7681 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7682 remote.
7683 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7684 pid.tid style ptids, instead of just tid.
7685 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7686 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7687 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7688 ptids, instead of just tid.
7689
7690 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7691
7692 * gdb.base/list.exp (test_list_forward): Add end of file error
7693 test.
7694 (test_repeat_list_command): Add end of file error test.
7695 (test_list_backwards): Add beginning of file error test.
7696
7697 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7698
7699 * gdb.base/list.exp (test_list_invalid_args): New function,
7700 defined, and called.
7701
7702 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7703
7704 * gdb.base/list.exp (test_list): Make test names unique.
7705
7706 2015-12-11 Yao Qi <yao.qi@linaro.org>
7707
7708 * gdb.base/coremaker2.c: Remove.
7709
7710 2015-12-10 Pedro Alves <palves@redhat.com>
7711
7712 * gdb.multi/base.exp: Remove stale "spaces" references.
7713
7714 2015-12-10 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.multi/base.exp: Don't use nowarnings.
7717 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7718 * gdb.multi/hangout.c: Include stdio.h.
7719 * gdb.multi/hello.c: Include stdlib.h.
7720 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7721 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7722 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7723
7724 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7725
7726 * gdb.dwarf2/dw2-ranges-base.c: New file.
7727 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7728 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7729 support additional line table, and debug ranges generation.
7730 (Dwarf::ranges): New function, generate .debug_ranges.
7731 (Dwarf::lines): Support generating simple line table programs.
7732 (Dwarf::assemble): Initialise new namespace variables.
7733
7734 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7735
7736 * gdb.base/async.exp (proc test_background): Add case for
7737 asynchronous execution not supported.
7738
7739 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7740
7741 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7742 format and change test names to make them unique.
7743
7744 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7745 Pedro Alves <pedro@redhat.com>
7746
7747 PR gdb/18702
7748 Add checking of floatformats setup on x86_64 hosts.
7749 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7750 (smallval, bigval): New labels/constants.
7751 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7752 float" after loading bigval and smallval.
7753
7754 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7755
7756 * gdb.ada/fun_overload_menu.exp: New testcase.
7757 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7758
7759 2015-12-04 Josh Stone <jistone@redhat.com>
7760
7761 * gdb.base/catch-fork-static.exp: New.
7762
7763 2015-12-03 Yao Qi <yao.qi@linaro.org>
7764
7765 * gdb.base/sizeof.c: Don't include stdio.h and
7766 ../lib/unbuffer_output.c.
7767 (main): New variable 'size' and 'value'. Remove printf and
7768 gdb_unbuffer_output. Assign return value to size and value.
7769 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7770 at the beginning.
7771 (check_sizeof): Check the result by printing variable 'size'.
7772 (check_valueof): Check the result by printing variable 'value'.
7773
7774 2015-12-01 Yao Qi <yao.qi@linaro.org>
7775
7776 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7777 for aarch64*-*-linux* target.
7778
7779 2015-11-30 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7782
7783 2015-11-30 Pedro Alves <palves@redhat.com>
7784
7785 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7786 Handle non-stop mode vCont replies.
7787
7788 2015-11-30 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7791 prepare_for_testing. Start gdb with "set non-stop on" appended to
7792 GDBFLAGS. Lax expected stop output.
7793
7794 2015-11-27 Yao Qi <yao.qi@linaro.org>
7795
7796 * gdb.arch/arm-neon.exp: New.
7797 * gdb.arch/arm-neon.c: New.
7798
7799 2015-11-27 Yao Qi <yao.qi@linaro.org>
7800
7801 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7802
7803 2015-11-27 Yao Qi <yao.qi@linaro.org>
7804
7805 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7806 frames-invalid annotation.
7807
7808 2015-11-27 Yao Qi <yao.qi@linaro.org>
7809
7810 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7811
7812 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7813
7814 * gdb.threads/names.exp: New file.
7815 * gdb.threads/names.c: New file.
7816 * README: Mention gdb,no_thread_names.
7817
7818 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7819
7820 PR 19297
7821 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7822 support" error.
7823
7824 2015-11-24 Pedro Alves <palves@redhat.com>
7825
7826 PR 17539
7827 * gdb.base/display.exp: Expect displays to be sorted in ascending
7828 order. Use multi_line.
7829 * gdb.base/solib-display.exp: Likewise.
7830
7831 2015-11-24 Pedro Alves <palves@redhat.com>
7832
7833 PR 17539
7834 * gdb.base/display.exp: Expect displays to be sorted in ascending
7835 order. Use multi_line.
7836 * gdb.base/solib-display.exp: Likewise.
7837
7838 2015-11-24 Pedro Alves <palves@redhat.com>
7839
7840 PR 17539
7841 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7842 threads in ascending order.
7843 * gdb.base/foll-fork.exp: Likewise.
7844 * gdb.base/foll-vfork.exp: Likewise.
7845 * gdb.base/multi-forks.exp: Likewise.
7846 * gdb.mi/mi-nonstop.exp: Likewise.
7847 * gdb.mi/mi-nsintrall.exp: Likewise.
7848 * gdb.multi/base.exp: Likewise.
7849 * gdb.multi/multi-arch.exp: Likewise.
7850 * gdb.python/py-inferior.exp: Likewise.
7851 * gdb.threads/break-while-running.exp: Likewise.
7852 * gdb.threads/execl.exp: Likewise.
7853 * gdb.threads/gcore-thread.exp: Likewise.
7854 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7855 * gdb.threads/kill.exp: Likewise.
7856 * gdb.threads/linux-dp.exp: Likewise.
7857 * gdb.threads/multiple-step-overs.exp: Likewise.
7858 * gdb.threads/next-bp-other-thread.exp: Likewise.
7859 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7860 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7861 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7862 * gdb.threads/thread-find.exp: Likewise.
7863 * gdb.threads/tls.exp: Likewise.
7864 * lib/mi-support.exp (mi_reverse_list): Delete.
7865 (mi_check_thread_states): No longer reverse list.
7866
7867 2015-11-24 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7870 use lowercase.
7871
7872 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7873
7874 * gdb.trace/actions.c: Include trace-common.h.
7875 (main): Add a location for a fast tracepoint.
7876 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7877 the normal tracepoints.
7878 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7879
7880 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7881
7882 * save-trace.exp: Factor out code to these...
7883 (gdb_save_tracepoints): New.
7884 (gdb_load_tracepoints): New.
7885 (do_save_load_test): New.
7886
7887 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7888
7889 * gdb.base/asmlabel.exp: New test.
7890 * gdb.base/asmlabel.c: New test case.
7891
7892 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7893
7894 * gdb.base/wrong_frame_bt_full-main.c: New file.
7895 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7896 * gdb.base/wrong_frame_bt_full.exp: New file.
7897
7898 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7899
7900 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7901
7902 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7903
7904 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7905 pstate register when comparing registers values in
7906 sparc64-*-linux-gnu targets to avoid spurious differences.
7907
7908 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7909
7910 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7911
7912 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7913
7914 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7915 as type argument to gdb_compile.
7916 * gdb.base/nested-subp2.exp: Likewise.
7917 * gdb.base/nested-subp3.exp: Likewise.
7918
7919 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7920
7921 * lib/dwarf.exp (_note): Fix left shift of negative value.
7922 * gdb.trace/trace-condition.exp: Likewise.
7923
7924 2015-11-13 Yao Qi <yao.qi@linaro.org>
7925
7926 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7927 comments about d10v.
7928 (test_scalar_returns): Likewise.
7929 * gdb.base/d10v.ld: Remove.
7930 * gdb.base/overlays.exp: Remove the target triplet checking for
7931 d10v-*-*.
7932 * gdb.base/structs.exp (test_struct_returns): Remove the
7933 comments about d10v.
7934 (test_struct_calls): Likewise.
7935
7936 2015-11-13 Yao Qi <yao.qi@linaro.org>
7937
7938 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7939 * gdb.base/gnu_vector.c: Don't include stdio.h.
7940 (main): Don't print res and call add_some_intvecs.
7941
7942 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7943
7944 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7945 macro.
7946 (func5): Removed.
7947 (func4): Use FAST_TRACEPOINT_LABEL.
7948 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7949 macro.
7950 (func): Removed.
7951 (thread_function): Use FAST_TRACEPOINT_LABEL.
7952 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7953 (func): Remove.
7954 (marker): Use FAST_TRACEPOINT_LABEL.
7955 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7956 (pendfunc1): Remove.
7957 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7958 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7959 (foo): Remove.
7960 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7961 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7962 macro.
7963 (func): Remove.
7964 (marker): Use FAST_TRACEPOINT_LABEL.
7965 * gdb.trace/trace-common.h: New header.
7966 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7967 macro.
7968 (func): Remove.
7969 (marker): Use FAST_TRACEPOINT_LABEL.
7970 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7971 (func): Remove.
7972 (thread_function): Use FAST_TRACEPOINT_LABEL.
7973
7974 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7975
7976 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7977 in front.
7978 * gdb.trace/change-loc.exp: Use global pcreg definition.
7979 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7980 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7981 in front.
7982 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7983 * gdb.trace/pending.exp: Likewise.
7984 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7985 * gdb.trace/trace-break.exp: Likewise.
7986 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7987 in front.
7988 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7989 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7990 in front.
7991 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7992
7993 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7994
7995 * gdb.ada/fin_fun_out: New testcase.
7996
7997 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7998
7999 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8000 value associated with DW_AT_byte_size.
8001 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8002 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8003 DW_AT_upper_bound.
8004
8005 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8006
8007 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8008 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8009 version.
8010 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8011 gdb.dwarf2/dw2-canonicalize-type.exp,
8012 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8013 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8014 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8015 provided by gdb_target_symbol_prefix_flags_asm.
8016 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8017 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8018 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8019 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8020 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8021 macros where needed). Use this macro for symbols which require
8022 the prefix provided by SYMBOL_PREFIX.
8023
8024 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8025
8026 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8027 New procs.
8028 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8029 representing expressions, of more than one list element.
8030 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8031 to prepend linker symbol prefix to f.
8032 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8033 table_1 and table_2.
8034 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8035 Likewise, for f and g.
8036 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8037 for ptr.
8038 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8039 for main.
8040 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8041 table_1_ptr and table_2_ptr.
8042
8043 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8044 Joel Brobecker <brobecker@adacore.com>
8045
8046 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8047
8048 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8049
8050 * gdb.reverse/s390-mvcle.c: New test.
8051 * gdb.reverse/s390-mvcle.exp: New file.
8052 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8053
8054 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8055
8056 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8057
8058 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8059
8060 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8061 reaching marker2.
8062 * gdb.reverse/getresuid-reverse.exp: Likewise.
8063 * gdb.reverse/pipe-reverse.exp: Likewise.
8064 * gdb.reverse/readv-reverse.exp: Likewise.
8065 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8066 * gdb.reverse/time-reverse.exp: Likewise.
8067 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8068
8069 2015-10-30 Yao Qi <yao.qi@linaro.org>
8070
8071 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8072 (empty_cycle): Remove.
8073 (main): Don't call empty_cycle. Don't use watch_count_done.
8074 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8075 empty_cycle. Rewrite the code counting HW watchpoints.
8076
8077 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8078
8079 * gdb.reverse/fstatat-reverse.c: New test.
8080 * gdb.reverse/fstatat-reverse.exp: New file.
8081 * gdb.reverse/getresuid-reverse.c: New test.
8082 * gdb.reverse/getresuid-reverse.exp: New file.
8083 * gdb.reverse/pipe-reverse.c: New test.
8084 * gdb.reverse/pipe-reverse.exp: New file.
8085 * gdb.reverse/readv-reverse.c: New test.
8086 * gdb.reverse/readv-reverse.exp: New file.
8087 * gdb.reverse/recvmsg-reverse.c: New test.
8088 * gdb.reverse/recvmsg-reverse.exp: New file.
8089 * gdb.reverse/time-reverse.c: New test.
8090 * gdb.reverse/time-reverse.exp: New file.
8091 * gdb.reverse/waitpid-reverse.c: New test.
8092 * gdb.reverse/waitpid-reverse.exp: New file.
8093
8094 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8095
8096 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8097
8098 2015-10-26 Doug Evans <dje@google.com>
8099
8100 PR symtab/17391
8101 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8102 * gdb.dwarf2/bad-regnum.c: New file.
8103 * gdb.dwarf2/bad-regnum.exp: New file.
8104
8105 2015-10-26 Doug Evans <dje@google.com>
8106
8107 PR python/18938
8108 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8109 file.
8110
8111 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8112
8113 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8114 for a change by "Mention language in compile error message".
8115
8116 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8117
8118 PR python/18073
8119 * gdb.python/py-type.c (C::a_method): New.
8120 (C::a_const_method): New.
8121 (C::a_static_method): New.
8122 (a_function): New.
8123 * gdb.python/py-type.exp (test_fields): Test getting fields
8124 from function and method.
8125
8126 2015-10-21 Keven Boell <keven.boell@intel.com>
8127
8128 * gdb.fortran/vla-alloc-assoc.exp: New file.
8129 * gdb.fortran/vla-datatypes.exp: New file.
8130 * gdb.fortran/vla-datatypes.f90: New file.
8131 * gdb.fortran/vla-history.exp: New file.
8132 * gdb.fortran/vla-ptype-sub.exp: New file.
8133 * gdb.fortran/vla-ptype.exp: New file.
8134 * gdb.fortran/vla-sizeof.exp: New file.
8135 * gdb.fortran/vla-sub.f90: New file.
8136 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8137 * gdb.fortran/vla-value-sub-finish.exp: New file.
8138 * gdb.fortran/vla-value-sub.exp: New file.
8139 * gdb.fortran/vla-value.exp: New file.
8140 * gdb.fortran/vla-ptr-info.exp: New file.
8141 * gdb.mi/mi-vla-fortran.exp: New file.
8142 * gdb.mi/vla.f90: New file.
8143
8144 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8145
8146 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8147 of hardwired timeout value.
8148
8149 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8150 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8153 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8154
8155 2015-10-19 Josh Stone <jistone@redhat.com>
8156
8157 * gdb.base/catch-syscall.c: Include <sched.h>.
8158 (unknown_syscall): New variable.
8159 (main): Trigger a vfork and an unknown syscall.
8160 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8161 (unknown_syscall_number): Likewise.
8162 (check_call_to_syscall): Accept an optional syscall pattern.
8163 (check_return_from_syscall): Likewise.
8164 (check_continue): Likewise.
8165 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8166 (test_catch_syscall_skipping_return): New test toggling off 'catch
8167 syscall' to step over the syscall return, then toggling back on.
8168 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8169 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8170 (do_syscall_tests): Call test_catch_syscall_without_args and
8171 test_catch_syscall_mid_vfork.
8172 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8173 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8174
8175 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8176
8177 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8178 print g_vE): Add new pass patterns.
8179 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8180 print various symbol names for vptr fields.
8181
8182 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8183
8184 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8185 results.
8186
8187 2015-10-12 Yao Qi <yao.qi@linaro.org>
8188
8189 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8190
8191 2015-10-12 Yao Qi <yao.qi@linaro.org>
8192
8193 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8194 is aarch64*-*-linux*.
8195
8196 2015-10-12 Yao Qi <yao.qi@linaro.org>
8197
8198 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8199 (can_relocate_bcond_true): ... it.
8200 (can_relocate_bcond_false): New function.
8201 (foo): Likewise.
8202 (can_relocate_bl): Likewise.
8203 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8204 can_relocate_bl.
8205
8206 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8207
8208 * gdb.base/nested-addr.c: New file.
8209 * gdb.base/nested-addr.exp: New testcase.
8210
8211 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8212
8213 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8214 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8215 its output. Ignore the output of "record goto begin" and instead
8216 check that GDB is replaying.
8217
8218 2015-10-09 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8221 (top level): Use it in the run with no args test.
8222
8223 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8224
8225 * gdb.dlang/properties.exp: New file.
8226
8227 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8228
8229 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8230 whether or not address 0x1000 is mapped on the target.
8231
8232 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8233
8234 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8235 build.
8236
8237 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8238
8239 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8240 instruction-history test.
8241
8242 2015-09-28 Doug Evans <dje@google.com>
8243
8244 * gdb.base/gcore.c (array_func): Add reference to static_array.
8245
8246 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8247
8248 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8249 source line.
8250
8251 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8252
8253 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8254 short or char as base type.
8255
8256 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8257
8258 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8259 to allow any size enum.
8260
8261 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8262
8263 * gdb.ada/array_ptr_renaming.exp: New testcase.
8264 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8265 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8266
8267 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8268
8269 * gdb.trace/ftrace-lock.c: New file.
8270 * gdb.trace/ftrace-lock.exp: New file.
8271
8272 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8273
8274 * gdb.arch/insn-reloc.c: New file.
8275 * gdb.arch/ftrace-insn-reloc.exp: New file.
8276
8277 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8278
8279 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8280 instruction.
8281 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8282 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8283 * gdb.trace/range-stepping.c: Likewise.
8284 * gdb.trace/trace-break.c: Likewise.
8285 * gdb.trace/trace-mt.c (thread_function): Likewise.
8286 * gdb.trace/ftrace.c (marker): Likewise.
8287 * gdb.trace/trace-condition.c (marker): Likewise.
8288 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8289 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8290 is_aarch64_target.
8291
8292 2015-09-18 Doug Evans <xdje42@gmail.com>
8293
8294 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8295 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8296
8297 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8298
8299 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8300 the breakpoint.
8301
8302 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8303
8304 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8305 the pending breakpoint. Remove timeout override for "Run till
8306 MI pending breakpoint on pendfunc3 on thread 2" test.
8307
8308 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8309
8310 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8311 filename pattern.
8312
8313 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8314
8315 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8316 in breakpoint filename pattern.
8317
8318 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8319
8320 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8321
8322 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8323
8324 * gdb.linespec/explicit.exp: Check for readline support for
8325 tab-completion tests. Fix obvious typo.
8326
8327 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8328
8329 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8330 and replay.
8331
8332 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8333
8334 * gdb.btrace/non-stop.c: New.
8335 * gdb.btrace/non-stop.exp: New.
8336
8337 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8338 Yao Qi <yao.qi@linaro.org>
8339
8340 * gdb.trace/trace-condition.c: New file.
8341 * gdb.trace/trace-condition.exp: New file.
8342
8343 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8344
8345 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8346 for testing bytecode compilation.
8347
8348 2015-09-16 Pedro Alves <palves@redhat.com>
8349 Sandra Loosemore <sandra@codesourcery.com>
8350
8351 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8352 (SECONDS): Redefine.
8353 (main): Call pthread_kill and alarm early.
8354 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8355 support.
8356 (test): If the target can't hardware step and doesn't support
8357 displaced stepping, increase the timeout.
8358
8359 2015-09-16 Pedro Alves <palves@redhat.com>
8360
8361 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8362 (enable_debug): New procedures.
8363 (test): Use them. Bail out if waiting for threads fails.
8364 (top level): Bail out if a test fails.
8365
8366 2015-09-16 Yao Qi <yao.qi@linaro.org>
8367
8368 * gdb.asm/asm-source.exp: Set asm-arch for
8369 aarch64*-*-* target.
8370 * gdb.asm/aarch64.inc: New file.
8371
8372 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8373
8374 * gdb.ada/array_of_variable_length.exp: New testcase.
8375 * gdb.ada/array_of_variable_length/foo.adb: New file.
8376 * gdb.ada/array_of_variable_length/pck.adb: New file.
8377 * gdb.ada/array_of_variable_length/pck.ads: New file.
8378
8379 2015-09-15 Doug Evans <dje@google.com>
8380
8381 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8382 of function static local variable.
8383
8384 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8385
8386 * gdb.threads/tls-so_extern.exp: New test file.
8387 * gdb.threads/tls-so_extern.c: New test file.
8388 * gdb.threads/tls-so_extern_main.c: New test file.
8389
8390 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8391
8392 * gdb.opt/solib-intra-step-lib.c: New file.
8393 * gdb.opt/solib-intra-step-main.c: New file.
8394 * gdb.opt/solib-intra-step.exp: New file.
8395
8396 2015-09-15 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8399 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8400
8401 2015-09-14 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.base/hook-stop-continue.c: Delete.
8404 * gdb.base/hook-stop-continue.exp: Delete.
8405 * gdb.base/hook-stop-frame.c: Delete.
8406 * gdb.base/hook-stop-frame.exp: Delete.
8407 * gdb.base/hook-stop.c: New file.
8408 * gdb.base/hook-stop.exp: New file.
8409
8410 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8411
8412 * gdb.ada/access_to_packed_array.exp: New testcase.
8413 * gdb.ada/access_to_packed_array/foo.adb: New file.
8414 * gdb.ada/access_to_packed_array/pack.adb: New file.
8415 * gdb.ada/access_to_packed_array/pack.ads: New file.
8416
8417 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8418
8419 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8420 buffer size test.
8421
8422 2015-09-11 Don Breazeal <donb@codesourcery.com>
8423
8424 * gdb.base/foll-exec.c: Add copyright header. Fix
8425 formatting issues.
8426 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8427 (do_exec_tests): Use clean_restart in place of zap_session,
8428 and for test initialization. Fix formatting issues. Use
8429 fail in place of perror.
8430 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8431 an expect statement to match an expression with output from
8432 the program under debug.
8433 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8434 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8435 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8436 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8437 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8438
8439 2015-09-09 Doug Evans <dje@google.com>
8440
8441 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8442
8443 2015-09-09 Doug Evans <dje@google.com>
8444
8445 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8446
8447 2015-09-09 Doug Evans <dje@google.com>
8448
8449 * gdb.base/savedregs.exp: Fix typo.
8450
8451 2015-09-09 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8454
8455 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8456
8457 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8458 command actually switches threads. Give up on remaining
8459 tests if target fails to stop at breakpoint.
8460
8461 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8462
8463 * gdb.ada/funcall_char.exp: New testcase.
8464 * gdb.ada/funcall_char/foo.adb: New file.
8465
8466 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8467
8468 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8469 expected outputs. Add two testcases for completing ambiguous
8470 functions.
8471 * gdb.ada/complete/aux_pck.adb: New file.
8472 * gdb.ada/complete/aux_pck.ads: New file.
8473 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8474 Ambiguous_Func functions.
8475 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8476 * gdb.ada/complete/pck.adb: Likewise.
8477
8478 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8479
8480 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8481 failures to run the test program under GDB.
8482
8483 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8484
8485 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8486 to C.
8487
8488 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8489
8490 * gdb.base/run-after-attach.exp: New test file.
8491 * gdb.base/run-after-attach.c: New test file.
8492
8493 2015-08-26 Don Breazeal <donb@codesourcery.com>
8494
8495 * gdb.base/foll-exec-2.c: New test program.
8496 * gdb.base/foll-exec-2.exp: New test.
8497
8498 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8499
8500 * gdb.base/nested-subp1.exp: New file.
8501 * gdb.base/nested-subp1.c: New file.
8502 * gdb.base/nested-subp2.exp: New file.
8503 * gdb.base/nested-subp2.c: New file.
8504 * gdb.base/nested-subp3.exp: New file.
8505 * gdb.base/nested-subp3.c: New file.
8506
8507 2015-08-24 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.server/connect-without-multi-process.c: New file.
8510 * gdb.server/connect-without-multi-process.exp: New file.
8511
8512 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8513
8514 * gdb.opt/inline-markers.c: Make z int.
8515
8516 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8517
8518 * gdb.opt/inline-markers.c: Make z volatile.
8519
8520 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8521
8522 * gdb.opt/inline-bt.c: New volatile global z.
8523 * gdb.opt/inline-cmds.c: Likewise.
8524 * gdb.opt/inline-locals.c: Likewise.
8525 * gdb.opt/inline-markers.c: New extern global z.
8526 (marker): Use z.
8527 (inline_fn): Likewise.
8528
8529 2015-08-24 Pedro Alves <palves@redhat.com>
8530
8531 * config/m32r-stub.exp: Remove file.
8532 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8533 * gdb.base/call-rt-st.exp: Likewise.
8534 * gdb.base/call-strs.exp: Likewise.
8535 * gdb.base/default.exp: Remove references to h8300-*-hms and
8536 *-*-udi*.
8537 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8538
8539 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8540
8541 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8542 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8543 and "return" use KFAIL when GDB can not read/write the vector
8544 return value.
8545
8546 2015-08-21 Gary Benson <gbenson@redhat.com>
8547
8548 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8549
8550 2015-08-20 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.server/solib-list.exp: No longer expect an interior stop in
8553 non-stop mode.
8554
8555 2015-08-20 Pedro Alves <palves@redhat.com>
8556
8557 * gdb.server/connect-stopped-target.c: New file.
8558 * gdb.server/connect-stopped-target.exp: New file.
8559
8560 2015-08-20 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.dwarf2/comp-unit-lang.exp: New file.
8563 * gdb.dwarf2/comp-unit-lang.c: New file.
8564
8565 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8566
8567 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8568 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8569
8570 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8571
8572 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8573 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8574
8575 2015-08-18 Doug Evans <dje@google.com>
8576 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8577
8578 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8579 skip_python_tests. New arg prompt_regexp.
8580 (skip_python_tests): New function.
8581 * lib/mi-support.exp (mi_skip_python_tests): New function.
8582 * gdb.python/py-mi-objfile-gdb.py: New file.
8583 * gdb.python/py-mi-objfile.c: New file.
8584 * gdb.python/py-mi-objfile.exp: New file.
8585
8586 2015-08-17 Keith Seitz <keiths@redhat.com>
8587
8588 * gdb.linespec/explicit.exp: Move strace test from here ...
8589 * gdb.trace/strace.exp: ... to here.
8590
8591 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8592
8593 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8594 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8595
8596 2015-08-14 Doug Evans <xdje42@gmail.com>
8597
8598 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8599 inferior before selecting a new file.
8600
8601 2015-08-14 Doug Evans <xdje42@gmail.com>
8602
8603 * gdb.mi/mi-disassemble.exp: Update.
8604 * gdb.base/disasm-optim.S: New file.
8605 * gdb.base/disasm-optim.c: New file.
8606 * gdb.base/disasm-optim.h: New file.
8607 * gdb.base/disasm-optim.exp: New file.
8608
8609 2015-08-14 Keith Seitz <keiths@redhat.com>
8610
8611 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8612 "evaluated-by".
8613
8614 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8615
8616 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8617
8618 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8619
8620 * gdb.ada/fun_renaming.exp: New testcase.
8621 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8622 * gdb.ada/fun_renaming/pack.adb: New file.
8623 * gdb.ada/fun_renaming/pack.ads: New file.
8624
8625 2015-08-12 Keith Seitz <keiths@redhat.com>
8626
8627 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8628 gdb_get_line_number.
8629
8630 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8631
8632 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8633 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8634 gdb.base/dso2dso.exp: New files.
8635
8636 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8637 Pedro Alves <palves@redhat.com>
8638 Keith Seitz <keiths@redhat.com>
8639
8640 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8641 GDBFLAGS.
8642
8643 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8644
8645 * gdb.base/gdbhistsize-history.exp
8646 (test_histsize_history_setting): Use save_vars.
8647 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8648 Use save_vars.
8649 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8650 * gdb.base/readline.exp: Use save_vars.
8651
8652 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8653
8654 * lib/gdb.exp (save_vars): New proc.
8655
8656 2015-08-11 Keith Seitz <keiths@redhat.com>
8657
8658 * gdb.base/help.exp: Update help_breakpoint_text.
8659
8660 2015-08-11 Keith Seitz <keiths@redhat.com>
8661
8662 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8663 (at toplevel): Call test_explicit_breakpoints.
8664 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8665 breakpoints.
8666 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8667 breakpoint conditions, "-cond".
8668
8669 2015-08-11 Keith Seitz <keiths@redhat.com>
8670
8671 * gdb.linespec/3explicit.c: New file.
8672 * gdb.linespec/cpexplicit.cc: New file.
8673 * gdb.linespec/cpexplicit.exp: New file.
8674 * gdb.linespec/explicit.c: New file.
8675 * gdb.linespec/explicit.exp: New file.
8676 * gdb.linespec/explicit2.c: New file.
8677 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8678 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8679 before using in the matching pattern.
8680 Clarify that `prefix' is a regular expression.
8681
8682 2015-08-11 Keith Seitz <keiths@redhat.com>
8683
8684 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8685 test.
8686 Add tests for missing ",FMT" and ",".
8687
8688 2015-08-10 Doug Evans <dje@google.com>
8689 Keith Seitz <keiths@redhat.com>
8690
8691 PR gdb/17960
8692 * gdb.base/completion.exp: Add location completer tests.
8693
8694 2015-08-07 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8697 tests here.
8698 (top level): Run do_test with and without displaced stepping.
8699
8700 2015-08-07 Pedro Alves <palves@redhat.com>
8701
8702 * gdb.base/valgrind-disp-step.c: New file.
8703 * gdb.base/valgrind-disp-step.exp: New file.
8704
8705 2015-08-07 Pedro Alves <palves@redhat.com>
8706
8707 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8708 Delete function.
8709 (main): Add alarm. Run an infinite loop instead of calling
8710 wait_threads.
8711 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8712 comment.
8713 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8714 Delete function.
8715 (main): Add alarm. Run an infinite loop instead of calling
8716 wait_threads.
8717 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8718 comment.
8719
8720 2015-08-07 Pedro Alves <palves@redhat.com>
8721
8722 * gdb.base/checkpoint-ns.exp: New file.
8723 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8724 standard_testfile.
8725
8726 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8727
8728 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8729 * gdb.btrace/instruction_history.exp: Update.
8730 * gdb.btrace/tsx.exp: New.
8731 * gdb.btrace/tsx.c: New.
8732
8733 2015-08-06 Pedro Alves <palves@redhat.com>
8734
8735 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8736 increase timeout.
8737 * gdb.reverse/until-precsave.exp: Bump timeouts.
8738
8739 2015-08-06 Pedro Alves <palves@redhat.com>
8740
8741 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8742
8743 2015-08-06 Pedro Alves <palves@redhat.com>
8744
8745 PR gdb/18749
8746 * gdb.threads/process-dies-while-handling-bp.c: New file.
8747 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8748
8749 2015-08-06 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8752 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8753
8754 2015-08-05 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8757 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8758
8759 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8760
8761 * gdb.base/bp-permanent.exp: Report test as unsupported if
8762 the target cannot stop at the permanent breakpoint.
8763
8764 2015-08-03 Doug Evans <dje@google.com>
8765
8766 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8767 10000.
8768
8769 2015-08-03 Doug Evans <dje@google.com>
8770
8771 * Makefile.in (workers/%.worker, build-perf): New rule.
8772 (GDB_PERFTEST_MODE): New variable.
8773 (check-perf): Use it.
8774 (clean): Clean up gdb.perf parallel build subdirs.
8775 * lib/build-piece.exp: New file.
8776 * lib/gdb.exp (make_gdb_parallel_path): New function
8777 (standard_output_file, standard_temp_file): Call it.
8778 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8779 of $GDB_PARALLEL.
8780 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8781
8782 2015-08-03 Doug Evans <dje@google.com>
8783
8784 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8785 (LOG_FILE_NAME): New global.
8786 (TextReporter.__init__): Initialize self.txt_sum.
8787 (TextReporter.report): Add support for multiple data-points.
8788 Move report to perftest.sum, put raw data in perftest.log.
8789 (TextReporter.start): Open sum and log files.
8790 (TextReporter.end): Close sum and log files.
8791 * gdb.perf/lib/perftest/testresult.py
8792 (SingleStatisticTestResult.record): Handle multiple data-points.
8793
8794 2015-07-31 Pedro Alves <palves@redhat.com>
8795
8796 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8797 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8798 kill_wait_spawned_process instead of explicit "kill -9".
8799 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8800 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8801 kill_wait_spawned_process.
8802 * gdb.base/attach-twice.exp: Likewise.
8803 * gdb.base/attach.exp: Likewise.
8804 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8805 gdb_test_multiple.
8806 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8807 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8808 kill_wait_spawned_process.
8809 * gdb.base/valgrind-infcall.exp: Likewise.
8810 * gdb.multi/multi-attach.exp: Likewise.
8811 * gdb.python/py-prompt.exp: Likewise.
8812 * gdb.python/py-sync-interp.exp: Likewise.
8813 * gdb.server/ext-attach.exp: Likewise.
8814 * gdb.threads/attach-into-signal.exp (corefunc): Use
8815 spawn_wait_for_attach, spawn_id_get_pid and
8816 kill_wait_spawned_process.
8817 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8818 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8819 spawn_id_get_pid and kill_wait_spawned_process.
8820 * gdb.threads/attach-stopped.exp (corefunc): Use
8821 spawn_wait_for_attach, spawn_id_get_pid and
8822 kill_wait_spawned_process.
8823 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8824 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8825 kill_wait_spawned_process instead of explicit "kill -9".
8826 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8827 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8828 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8829 processes. Don't map cygwin/windows pids here. Now returns a
8830 spawn id list.
8831
8832 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8833
8834 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8835 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8836 correct patch.
8837
8838 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8839
8840 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8841
8842 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8843
8844 Reapply:
8845 2014-05-21 Mark Wielaard <mjw@redhat.com>
8846
8847 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8848
8849 2015-07-30 Pedro Alves <palves@redhat.com>
8850
8851 * linux-low.c (handle_extended_wait): Set the child's last
8852 reported status to TARGET_WAITKIND_STOPPED.
8853
8854 2015-07-30 Pedro Alves <palves@redhat.com>
8855
8856 PR threads/18600
8857 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8858 only shows inferior 1.
8859
8860 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8861 Pedro Alves <palves@redhat.com>
8862
8863 PR threads/18600
8864 * gdb.threads/fork-plus-threads.c: New file.
8865 * gdb.threads/fork-plus-threads.exp: New file.
8866
8867 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8868
8869 * gdb.base/batch-preserve-term-settings.exp
8870 (test_terminal_settings_preserved_after_cli_exit): Use
8871 send_quit_command.
8872
8873 2015-07-29 Pedro Alves <palves@redhat.com>
8874 Don Breazeal <donb@codesourcery.com>
8875
8876 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8877 output from both inferior_spawn_id and gdb_spawn_id.
8878
8879 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8880
8881 * gdb.threads/attach-into-signal.exp (corefunc): Use
8882 with_test_prefix on nested loops, uniquefying the test messages.
8883
8884 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8885
8886 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8887 commit.
8888
8889 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8890
8891 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8892 New proc.
8893 (test_terminal_settings_preserved_after_sigterm): New test.
8894
8895 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8896
8897 * gdb.base/batch-preserve-term-settings.exp
8898 (test_terminal_settings_preserved_after_cli_exit): New test.
8899
8900 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8901
8902 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8903 manipulation of saved_gdbflags.
8904 (test_terminal_settings_preserved): Remove global declaration of
8905 the unused variable pagination_prompt. Remove manipulation of
8906 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8907 GDBFLAGS.
8908
8909 2015-07-29 Pedro Alves <palves@redhat.com>
8910
8911 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8912
8913 2015-07-29 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8916 at the top.
8917
8918 2015-07-29 Pedro Alves <palves@redhat.com>
8919
8920 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8921 (main): Call gdb_unbuffer_output.
8922 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8923 (main): Call gdb_unbuffer_output.
8924 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8925 (main): Call gdb_unbuffer_output.
8926 * gdb.base/call-strs.exp: Adjust to step over the
8927 gdb_unbuffer_output call.
8928 * gdb.base/catch-gdb-caused-signals.c: Include
8929 "../lib/unbuffer_output.c".
8930 (main): Call gdb_unbuffer_output.
8931 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8932 (main): Call gdb_unbuffer_output.
8933 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8934 (main): Call gdb_unbuffer_output.
8935 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8936 (main): Call gdb_unbuffer_output.
8937 * gdb.base/shlib-call.exp: Adjust to step over the
8938 gdb_unbuffer_output call.
8939 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8940 (main): Call gdb_unbuffer_output.
8941 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8942 (main): Call gdb_unbuffer_output.
8943 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8944 (main): Rename to ...
8945 (test): ... this.
8946 (main): Reimplement.
8947 * gdb.base/varargs.exp: Run to test instead of to main.
8948 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8949 (main): Call gdb_unbuffer_output.
8950
8951 2015-07-29 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8954 factore out from mi_continue_dprintf. For call-style dprintfs,
8955 expect dprintf output out of $inferior_spawn_id.
8956 (mi_continue_dprintf): Use mi_expect_dprintf.
8957 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8958 (main): Call gdb_unbuffer_output.
8959
8960 2015-07-29 Pedro Alves <palves@redhat.com>
8961
8962 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8963 (default_mi_gdb_start): Set inferior_spawn_id instead of
8964 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8965 gdb_spawn_id.
8966 (mi_gdb_test): Always expect inferior output from both
8967 $inferior_spawn_id and $gdb_spawn_id.
8968
8969 2015-07-29 Pedro Alves <palves@redhat.com>
8970
8971 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8972 send_inferior and $inferior_spawn_id.
8973
8974 2015-07-29 Pedro Alves <palves@redhat.com>
8975
8976 * gdb.gdb/complaints.exp (test_initial_complaints)
8977 (test_serial_complaints, test_short_complaints): Use
8978 gdb_test_stdio.
8979 (test_empty_complaint): Handle $inferior_spawn_id !=
8980 $gdb_spawn_id.
8981
8982 2015-07-29 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.base/varargs.exp: Use gdb_test_stdio.
8985
8986 2015-07-29 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8989
8990 2015-07-29 Pedro Alves <palves@redhat.com>
8991
8992 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8993
8994 2015-07-29 Pedro Alves <palves@redhat.com>
8995
8996 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8997 parameter into two new parameters, "inf_result" and "gdb_result".
8998 Expect inferior output and gdb output from $inferior_spawn_id and
8999 $gdb_spawn_id, respectively. Adjust all callers.
9000
9001 2015-07-29 Pedro Alves <palves@redhat.com>
9002
9003 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9004 of gdb_test_sequence.
9005
9006 2015-07-29 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9009 (saw_spurious_output): Expect inferior output from
9010 $inferior_spawn_id. Use gdb_test_stdio.
9011
9012 2015-07-29 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.base/dprintf.exp: Use standard_testfile. Change
9015 prepare_for_testing call.
9016 (srcfile): Don't set.
9017 (restart): New procedure.
9018 (test_dprintf): New procecure, use to continue over dprintfs.
9019 (test_call, test_agent): New procedures, tests moved here.
9020 Restart gdb and recreate dprintfs. Adjust expected output.
9021
9022 2015-07-29 Pedro Alves <palves@redhat.com>
9023
9024 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9025
9026 2015-07-29 Pedro Alves <palves@redhat.com>
9027
9028 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9029
9030 2015-07-29 Pedro Alves <palves@redhat.com>
9031
9032 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9033 gdb_test_stdio.
9034
9035 2015-07-29 Pedro Alves <palves@redhat.com>
9036
9037 * lib/gdb.exp (gdb_test_stdio): New procedure.
9038
9039 2015-07-29 Pedro Alves <palves@redhat.com>
9040
9041 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9042
9043 2015-07-29 Pedro Alves <palves@redhat.com>
9044
9045 * gdb.base/call-signal-resume.exp: Remove check for
9046 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9047 * gdb.base/unwindonsignal.exp: Likewise.
9048 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9049 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9050
9051 2015-07-29 Pedro Alves <palves@redhat.com>
9052
9053 * gdb.base/siginfo-addr.c (pass): New function.
9054 (handler): Call it iff si_addr is correct.
9055 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9056 Set a breakpoint at "pass" and continue to it.
9057
9058 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9059
9060 * gdb.python/py-objfile.exp: Make some tests have unique names.
9061 * gdb.python/py-pp-registration.exp: Likewise.
9062
9063 2015-07-28 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9066
9067 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9068
9069 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9070
9071 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9072
9073 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9074
9075 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9076
9077 * gdb.base/gdb-sigterm-2.exp: New test.
9078
9079 2015-07-25 Doug Evans <xdje42@gmail.com>
9080
9081 Revert:
9082 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9083 (workers/%.worker, build-perf): New rule.
9084 (GDB_PERFTEST_MODE): New variable.
9085 (check-perf): Use it.
9086 (clean): Clean up gdb.perf parallel build subdirs.
9087 * lib/build-piece.exp: New file.
9088 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9089 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9090 name.
9091 (standard_temp_file): Ditto.
9092 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9093 of $GDB_PARALLEL.
9094
9095 2015-07-24 Doug Evans <dje@google.com>
9096
9097 * gdb.perf/lib/perftest/utils.py: New file.
9098 * gdb.perf/gm-hello.cc: New file.
9099 * gdb.perf/gm-pervasive-typedef.cc: New file.
9100 * gdb.perf/gm-pervasive-typedef.h: New file.
9101 * gdb.perf/gm-std.cc: New file.
9102 * gdb.perf/gm-std.h: New file.
9103 * gdb.perf/gm-use-cerr.cc: New file.
9104 * gdb.perf/gm-utils.h: New file.
9105 * gdb.perf/gmonster-null-lookup.py: New file.
9106 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9107 * gdb.perf/gmonster-print-cerr.py: New file.
9108 * gdb.perf/gmonster-ptype-string.py: New file.
9109 * gdb.perf/gmonster-runto-main.py: New file.
9110 * gdb.perf/gmonster-select-file.py: New file.
9111 * gdb.perf/gmonster1-null-lookup.exp: New file.
9112 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9113 * gdb.perf/gmonster1-print-cerr.exp: New file.
9114 * gdb.perf/gmonster1-ptype-string.exp: New file.
9115 * gdb.perf/gmonster1-runto-main.exp: New file.
9116 * gdb.perf/gmonster1-select-file.exp: New file.
9117 * gdb.perf/gmonster1.cc: New file.
9118 * gdb.perf/gmonster1.exp: New file.
9119 * gdb.perf/gmonster2-null-lookup.exp: New file.
9120 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9121 * gdb.perf/gmonster2-print-cerr.exp: New file.
9122 * gdb.perf/gmonster2-ptype-string.exp: New file.
9123 * gdb.perf/gmonster2-runto-main.exp: New file.
9124 * gdb.perf/gmonster2-select-file.exp: New file.
9125 * gdb.perf/gmonster2.cc: New file.
9126 * gdb.perf/gmonster2.exp: New file.
9127
9128 2015-07-24 Doug Evans <dje@google.com>
9129
9130 * gdb.perf/README: New file.
9131 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9132 * lib/gen-perf-test.exp: New file.
9133
9134 2015-07-24 Doug Evans <dje@google.com>
9135
9136 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9137 (PerfTest::startup): New function.
9138 (PerfTest::run): Return result of calling body.
9139 (PerfTest::assemble): Rewrite.
9140 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9141 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9142 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9143 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9144 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9145
9146 2015-07-24 Doug Evans <dje@google.com>
9147
9148 * lib/gdb.exp (clean_restart): Make executable optional.
9149
9150 2015-07-24 Doug Evans <dje@google.com>
9151
9152 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9153 compiler_info references.
9154 * gdb.cp/temargs.exp: Ditto.
9155 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9156 (get_compiler_info): Early exit if already computed. Set compiler_info
9157 to "unknown" if there was a problem.
9158 (test_compiler_info): Add function comment. Call get_compiler_info.
9159
9160 2015-07-24 Doug Evans <dje@google.com>
9161
9162 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9163 (workers/%.worker, build-perf): New rule.
9164 (GDB_PERFTEST_MODE): New variable.
9165 (check-perf): Use it.
9166 (clean): Clean up gdb.perf parallel build subdirs.
9167 * lib/build-piece.exp: New file.
9168 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9169 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9170 name.
9171 (standard_temp_file): Ditto.
9172 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9173 of $GDB_PARALLEL.
9174
9175 2015-07-24 Doug Evans <dje@google.com>
9176
9177 * lib/future.exp (gdb_default_target_compile): New option
9178 "early_flags".
9179 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9180 --as-needed.
9181
9182 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9183
9184 * gdb.base/catch-syscall.exp: Call gdb_exit before
9185 gdb_skip_xml_test.
9186
9187 2015-07-24 Pedro Alves <palves@redhat.com>
9188
9189 * gdb.python/py-events.exp: Accept output between the stop event
9190 and the prompt.
9191 * gdb.python/py-evsignal.exp: Likewise.
9192 * gdb.python/py-evthreads.exp: Likewise.
9193
9194 2015-07-24 Pedro Alves <palves@redhat.com>
9195
9196 PR gdb/18717
9197 * gdb.threads/non-ldr-exit.c: New file.
9198 * gdb.threads/non-ldr-exit.exp: New file.
9199
9200 2015-07-24 Yao Qi <yao.qi@linaro.org>
9201
9202 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9203 restarting process.
9204
9205 2015-07-24 Yao Qi <yao.qi@linaro.org>
9206
9207 * gdb.server/ext-restart.exp: New file.
9208
9209 2015-07-24 Yao Qi <yao.qi@linaro.org>
9210
9211 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9212 argument options.
9213 * gdb.server/ext-wrapper.exp: New file.
9214
9215 2015-07-23 Doug Evans <dje@google.com>
9216
9217 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9218 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9219
9220 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9221
9222 * gdb.ada/var_arr_typedef.exp: New testcase.
9223 * gdb.ada/var_arr_typedef/pack.adb: New file.
9224 * gdb.ada/var_arr_typedef/pack.ads: New file.
9225 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9226
9227 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9228
9229 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9230
9231 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9232
9233 * gdb.arch/i386-biarch-core.exp: Replace istarget
9234 by "complete set gnutarget". Remove expectation for the "core-file"
9235 command.
9236
9237 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9238
9239 Revert the previous commit:
9240 Tests for validate symbol file using build-id.
9241
9242 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9243
9244 Tests for validate symbol file using build-id.
9245 * gdb.base/solib-mismatch-lib.c: New file.
9246 * gdb.base/solib-mismatch-libmod.c: New file.
9247 * gdb.base/solib-mismatch.c: New file.
9248 * gdb.base/solib-mismatch.exp: New file.
9249
9250 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9251
9252 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9253 nios2-*-linux*.
9254 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9255 * gdb.base/siginfo.exp: Likewise.
9256 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9257
9258 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9259
9260 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9261 Move it to ...
9262 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9263 ... here.
9264 * gdb.trace/range-stepping.exp: Check that the target supports
9265 range stepping.
9266
9267 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9268
9269 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9270
9271 2015-07-14 Pedro Alves <palves@redhat.com>
9272
9273 * gdb.base/killed-outside.exp: New file.
9274 * gdb.base/killed-outside.c: New file.
9275
9276 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9277
9278 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9279 (n at main): New.
9280 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9281
9282 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9283
9284 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9285 infcall tests instead of setting up for KFAIL.
9286
9287 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9288
9289 * gdb.btrace/record_goto-step.exp: New.
9290
9291 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9292
9293 PR compile/18484
9294 * gdb.compile/compile.c (struct struct_type): Add volatile to
9295 selffield's type.
9296 * gdb.compile/compile.exp
9297 (compile code struct_object.selffield = &struct_object): Skip further
9298 struct_object tests if this one xfails.
9299
9300 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9301
9302 PR exp/18617
9303 * gdb.trace/ax.exp: Add test.
9304
9305 2015-07-07 Yao Qi <yao.qi@linaro.org>
9306
9307 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9308 instead of istarget "aarch64*-*-*".
9309 * gdb.arch/aarch64-fp.exp: Likewise.
9310 * gdb.base/float.exp: Likewise.
9311 * gdb.reverse/aarch64.exp: Likewise.
9312 * lib/gdb.exp (is_aarch64_target): New proc.
9313
9314 2015-07-07 Yao Qi <yao.qi@linaro.org>
9315
9316 * lib/gdb.exp (is_aarch32_target): New proc.
9317 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9318 instead of "istarget "arm*-*-*"".
9319 * gdb.arch/arm-disp-step.exp: Likewise.
9320 * gdb.arch/thumb-bx-pc.exp: Likewise.
9321 * gdb.arch/thumb-prologue.exp: Likewise.
9322 * gdb.arch/thumb-singlestep.exp: Likewise.
9323 * gdb.base/disp-step-syscall.exp: Likewise.
9324 * gdb.base/float.exp: Likewise.
9325
9326 2015-07-07 Yao Qi <yao.qi@linaro.org>
9327
9328 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9329 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9330
9331 2015-07-07 Yao Qi <yao.qi@linaro.org>
9332
9333 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9334 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9335 if it exists.
9336 * gdb.multi/multi-arch.exp: Likewise.
9337
9338 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9339
9340 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9341 print.
9342
9343 2015-07-07 Yao Qi <yao.qi@linaro.org>
9344
9345 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9346
9347 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9348
9349 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9350 '[' and ']' characters.
9351
9352 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9353
9354 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9355
9356 2015-06-29 Pedro Alves <palves@redhat.com>
9357
9358 PR threads/18127
9359 * gdb.threads/hand-call-new-thread.c: New file.
9360 * gdb.threads/hand-call-new-thread.c: New file.
9361
9362 2015-06-26 Keith Seitz <keiths@redhat.com>
9363 Doug Evans <dje@google.com>
9364
9365 PR 16253
9366 * gdb.cp/var-tag-2.cc: New file.
9367 * gdb.cp/var-tag-3.cc: New file.
9368 * gdb.cp/var-tag-4.cc: New file.
9369 * gdb.cp/var-tag.cc: New file.
9370 * gdb.cp/var-tag.exp: New file.
9371
9372 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9373
9374 * gdb.base/history-duplicates.exp: New test.
9375
9376 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9377
9378 * gdb.base/completion.exp: Test the completion of the "focus"
9379 command.
9380
9381 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9382
9383 * gdb.arch/amd64-prologue-skip.S: New file.
9384 * gdb.arch/amd64-prologue-skip.exp: New file.
9385
9386 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9387
9388 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9389 is_address_zero_readable check.
9390
9391 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9392
9393 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9394 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9395
9396 2015-06-24 Yao Qi <yao.qi@linaro.org>
9397
9398 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9399 linux targets.
9400
9401 2015-06-24 Yao Qi <yao.qi@linaro.org>
9402
9403 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9404 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9405 * gdb.base/siginfo-thread.exp: Likewise.
9406
9407 2015-06-22 Yao Qi <yao.qi@linaro.org>
9408
9409 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9410
9411 2015-06-22 Yao Qi <yao.qi@linaro.org>
9412
9413 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9414 aarch64*-*-*.
9415 (skip_hw_watchpoint_tests): Likewise.
9416
9417 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9418
9419 * gdb.base/gdbinit-history.exp: Test the interaction between
9420 setting GDBHISTSIZE and setting the history size via .gdbinit.
9421
9422 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9423
9424 PR gdb/16999
9425 * gdb.base/gdbhistsize-history.exp: New test.
9426
9427 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9428
9429 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9430 with GDBHISTSIZE.
9431 * gdb.base/readline.exp: Likewise.
9432
9433 2015-06-17 Yao Qi <yao.qi@linaro.org>
9434
9435 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9436 line.
9437
9438 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9439
9440 * gdb.base/gdbinit-history.exp: Add test case to check that
9441 an unlimited history file does not get truncated on exit.
9442
9443 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9444
9445 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9446 (VECTOR): New macro. Use it...
9447 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9448 ...for these typedefs.
9449 (int8, char1, int1, double1): New typedefs.
9450 (struct just_int2, struct two_int2): New structures.
9451 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9452 (add_structvecs, add_singlevecs): New functions.
9453 (main): Call add_some_intvecs twice.
9454 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9455 the compile and exit upon failure. Try compiling for the "native"
9456 architecture. Test inferior function calls with vector arguments
9457 and vector return value handling with "finish" and "return".
9458
9459 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9460
9461 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9462 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9463 PE file.
9464 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9465
9466 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9467
9468 PR breakpoints/16465
9469 * gdb.mi/mi-dprintf-pending.c: New file.
9470 * gdb.mi/mi-dprintf-pending.exp: New test.
9471 * gdb.mi/mi-dprintf-pendshr.c: New file.
9472
9473 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9474 Mircea Gherzan <mircea.gherzan@intel.com>
9475
9476 * gdb.arch/i386-mpx-map.c: New file.
9477 * gdb.arch/i386-mpx-map.exp: New File.
9478
9479 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9480
9481 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9482 * gdb.arch/i386-mpx.exp: Indentation fixed.
9483
9484 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9485
9486 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9487 function and improved indentation.
9488 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9489 gdb_test_multiple. Added additional tests to skip the test.
9490
9491 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9492
9493 * gdb.arch/i386-avx512.c: Change path in include file.
9494 * gdb.arch/i386-avx512.exp: Change include dir path
9495 compilation flag.
9496 * gdb.arch/i386-mpx.c: Change path in include file.
9497 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9498 flag.
9499
9500 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9501
9502 * gdb.compile/compile-print.exp (compile print *vararray@3)
9503 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9504
9505 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9506
9507 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9508 (do not keep jit in memory): ... this.
9509 (expect 5): Change it to ...
9510 (expect no 5): ... this.
9511
9512 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9513
9514 PR gdb/15564
9515 * gdb.mi/mi-detach.exp: New file.
9516
9517 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 PR symtab/18392
9520 * gdb.arch/amd64-tailcall-self.S: New file.
9521 * gdb.arch/amd64-tailcall-self.c: New file.
9522 * gdb.arch/amd64-tailcall-self.exp: New file.
9523
9524 2015-05-28 Don Breazeal <donb@codesourcery.com>
9525
9526 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9527 tests for remote targets by checking is_target_gdbserver.
9528
9529 2015-05-27 Doug Evans <dje@google.com>
9530
9531 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9532 * gdb.dwarf2/opaque-type-lookup.c: New file.
9533 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9534
9535 2015-05-26 Doug Evans <dje@google.com>
9536
9537 * gdb.cp/iostream.cc: New file.
9538 * gdb.cp/iostream.exp: New file.
9539
9540 2015-05-26 Doug Evans <dje@google.com>
9541
9542 * gdb.dwarf2/dw2-op-call.exp: Update.
9543 * gdb.dwarf2/dw4-sig-types.exp: Update.
9544 * gdb.dwarf2/implptr.exp: Update.
9545 * gdb.mi/mi-cmd-param-changed.exp: Update.
9546
9547 2015-05-26 Doug Evans <dje@google.com>
9548
9549 * gdb.python/py-lazy-string.c: New file.
9550 * gdb.python/py-lazy-string.exp: New file.
9551 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9552 (main): Update. Add estring3.
9553 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9554 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9555
9556 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9557 Yao Qi <yao.qi@linaro.org>
9558
9559 * gdb.reverse/aarch64.c: New.
9560 * gdb.reverse/aarch64.exp: New.
9561
9562 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9563
9564 * lib/gdb.exp (supports_process_record): Return true for
9565 aarch64*-linux*.
9566 (supports_reverse): Likewise.
9567
9568 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9569
9570 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9571 Use with_test_prefix.
9572
9573 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9574
9575 * gdb.base/completion.exp: Add test for completion of layout
9576 names.
9577
9578 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9579
9580 * lib/gdb.exp (skip_tui_tests): New proc.
9581 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9582
9583 2015-05-19 Pedro Alves <palves@redhat.com>
9584
9585 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9586 Save the whole env array instead of just HOME. Unset HISTSIZE in
9587 the environment while testing. Restore whole environment
9588 afterwards.
9589
9590 2015-05-16 Doug Evans <xdje42@gmail.com>
9591
9592 * gdb.guile/scm-ports.c: New file.
9593 * gdb.guile/scm-ports.exp: Add memory port tests.
9594
9595 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9596
9597 * gdb.compile/compile-print.c: New file.
9598 * gdb.compile/compile-print.exp: New file.
9599
9600 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9601
9602 * gdb.compile/compile-ops.exp: Cast param to void.
9603 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9604 (compile code struct_object.selffield = &struct_object): Add xfail.
9605
9606 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9607
9608 * gdb.ada/arr_enum_with_gap: New testcase.
9609
9610 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9611
9612 * gdb.ada/byte_packed_arr: New testcase.
9613
9614 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9615
9616 * gdb.ada/pckd_neg: New testcase.
9617
9618 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9619
9620 PR gdb/17820
9621 * gdb.base/gdbinit-history.exp: New test.
9622 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9623 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9624
9625 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9626
9627 * gdb.python/py-xmethods.cc: Enhance test case.
9628 * gdb.python/py-xmethods.exp: New tests.
9629 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9630 function.
9631 (B_indexoper): Likewise.
9632 (global_dm_list) : Add new xmethod worker functions.
9633
9634 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9635
9636 * gdb.base/coredump-filter.exp: Correctly unset
9637 "coredump_var_addr" array.
9638
9639 2015-05-08 Pedro Alves <palves@redhat.com>
9640
9641 * gdb.server/non-existing-program.exp: Unset spawn_id.
9642
9643 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9644
9645 PR python/18291
9646 * gdb.python/py-xmethods.exp: Add tests.
9647
9648 2015-05-08 Yao Qi <yao.qi@linaro.org>
9649
9650 PR gdb/18208
9651 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9652 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9653 function set_coredump_filter, and remove remote_exec call.
9654 Remove argument ipid. Callers update.
9655 (top level): Don't get inferior's PID.
9656
9657 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9658
9659 * gdb.base/watch_thread_num.exp: Skip test on targets without
9660 access watchpoints.
9661
9662 2015-05-06 Pedro Alves <palves@redhat.com>
9663
9664 PR server/18081
9665 * gdb.server/non-existing-program.exp: New file.
9666
9667 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9668
9669 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9670
9671 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9672
9673 * gdb.ada/out_of_line_in_inlined: New testcase.
9674
9675 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9676
9677 * gdb.ada/var_rec_arr: New testcase.
9678
9679 2015-04-30 Yao Qi <yao.qi@linaro.org>
9680
9681 * gdb.base/break-idempotent.exp: If
9682 skip_hw_watchpoint_multi_tests returns true, skip the tests
9683 on "rwatch" and "awatch".
9684
9685 2015-04-30 Yao Qi <yao.qi@linaro.org>
9686
9687 * gdb.base/relativedebug.exp: Invoke gdb command
9688 "info sharedlibrary", and if libc.so doesn't have debug info,
9689 skip the test.
9690
9691 2015-04-29 Doug Evans <dje@google.com>
9692
9693 * gdb.python/py-xmethods.exp: Add ptype tests.
9694 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9695 get_result_type method.
9696
9697 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9698
9699 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9700 the target does not support hardware watchpoints.
9701
9702 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9703
9704 * gdb.base/break-always.exp: Abort testing if writing to memory
9705 causes an error.
9706
9707 2015-04-28 Doug Evans <dje@google.com>
9708
9709 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9710 * gdb.python/py-pp-registration.exp: ... here. New file.
9711 * gdb.python/py-pp-registration.c: New file.
9712 * gdb.python/py-pp-registration.py: New file.
9713
9714 2015-04-28 Doug Evans <dje@google.com>
9715
9716 * gdb.python/py-bad-printers.c: New file.
9717 * gdb.python/py-bad-printers.py: New file.
9718 * gdb.python/py-bad-printers.exp: New file.
9719
9720 2015-04-28 Sasha Smundak <asmundak@google.com>
9721
9722 * gdb.python/py-type.exp: New test.
9723
9724 2015-04-28 Andy Wingo <wingo@igalia.com>
9725
9726 * gdb.python/py-parameter.exp:
9727 * gdb.guile/scm-parameter.exp: Escape the path that we are
9728 matching against, as it might contain characters that are special
9729 to regular expressions.
9730
9731 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9732
9733 * gdb.ada/rec_comp: New testcase.
9734
9735 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9736
9737 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9738 before using it.
9739
9740 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9741
9742 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9743 new tests for verilog output.
9744
9745 2015-04-24 Yao Qi <yao.qi@linaro.org>
9746
9747 * boards/remote-gdbserver-on-localhost.exp: New file.
9748
9749 2015-04-23 Pedro Alves <palves@redhat.com>
9750
9751 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9752 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9753 "end of file", remove $inferior_spawn_id from the indirect list.
9754
9755 2015-04-23 Pedro Alves <palves@redhat.com>
9756
9757 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9758
9759 2015-04-23 Pedro Alves <palves@redhat.com>
9760
9761 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9762 on $any_spawn_id instead of only on $gdb_spawn_id.
9763
9764 2015-04-21 Pierre Muller <muller@sourceware.org>
9765
9766 PR pascal/17815
9767 * lib/pascal.exp (gpc_compile): Add new option "class".
9768 (fpc_compile): Likewise.
9769 * gdb.pascal/case-insensitive-symbols.pas: New file.
9770 * gdb.pascal/case-insensitive-symbols.exp: New file.
9771
9772 2015-04-20 Gary Benson <gbenson@redhat.com>
9773
9774 * gdb.base/attach.exp: Fix three extended remote failures.
9775
9776 2015-04-17 Gary Benson <gbenson@redhat.com>
9777
9778 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9779 the main executable over the remote protocol.
9780
9781 2015-04-16 Pedro Alves <palves@redhat.com>
9782
9783 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9784 a new gdbserver if gdbserver_reconnect_p is set.
9785
9786 2015-04-16 Pedro Alves <palves@redhat.com>
9787
9788 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9789 is set, don't exit gdbserver.
9790
9791 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9792
9793 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9794 appropriate .insn, such that an older assembler can be used.
9795 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9796 the z/Architecture instruction set on 31-bit targets as well.
9797
9798 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9799
9800 * gdb.go/handcall.exp: Remove all logic related to the first
9801 breakpoint and rely on go_runto_main instead.
9802 * gdb.go/strings.exp: Likewise.
9803 * gdb.go/unsafe.exp: Likewise.
9804 * gdb.go/hello.exp: Likewise. Also rename the remaining
9805 breakpoint marker to "breakpoint 1".
9806 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9807 * gdb.go/strings.go: Likewise.
9808 * gdb.go/unsafe.go: Likewise.
9809 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9810 "set breakpoint 2 here" and rename the remaining breakpoint marker
9811 to "breakpoint 1".
9812
9813 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9814
9815 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9816 if itertools.imap is not present.
9817 * gdb.python/py-objfile.exp: Add parentheses.
9818 * gdb.python/py-type.exp: Same.
9819 * gdb.python/py-unwind-maint.py: Same.
9820
9821 2015-04-15 Yao Qi <yao.qi@linaro.org>
9822
9823 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9824 of ":$ptr_size" and set its form explicitly.
9825
9826 2015-04-15 Pedro Alves <palves@redhat.com>
9827 Yao Qi <yao.qi@linaro.org>
9828
9829 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9830 timeout by factor of 4.
9831 (test_regular_watch): Likewise.
9832 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9833 * gdb.reverse/sigall-reverse.exp: Likewise.
9834 * gdb.reverse/until-precsave.exp: Likewise.
9835 * lib/gdb.exp (with_timeout_factor): New proc.
9836 (gdb_expect): Move some code to ...
9837 (get_largest_timeout): ... here. New procedure.
9838
9839 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9840
9841 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9842
9843 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9844
9845 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9846 to write to the .text section.
9847
9848 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9849
9850 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9851 Handle the case of targets that do not provide PID information.
9852
9853 2015-04-13 Yao Qi <yao.qi@linaro.org>
9854
9855 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9856 and use expect instead of gdb_expect.
9857
9858 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9859
9860 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9861 "coredump_var_addr" to avoid naming conflict with other testcases.
9862
9863 2015-04-10 Pedro Alves <palves@redhat.com>
9864
9865 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9866 gdb_test_sequence and gdb_assert.
9867
9868 2015-04-10 Pedro Alves <palves@redhat.com>
9869
9870 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9871 test messages that don't include the breakpoint address.
9872
9873 2015-04-10 Yao Qi <yao.qi@linaro.org>
9874
9875 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9876 false for some offset and width combinations which aren't
9877 supported by linux kernel.
9878
9879 2015-04-10 Pedro Alves <palves@redhat.com>
9880
9881 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9882 procedure, factored out from ...
9883 (top level): ... here. Add "set displaced-stepping" testing axis.
9884 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9885 parameter "displaced". Use it.
9886 (top level): Use foreach and add "set displaced-stepping" testing
9887 axis.
9888
9889 2015-04-10 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9892 Remove comment.
9893 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9894 both the address of the instruction that triggers the watchpoint
9895 and the address of the instruction immediately after, and use
9896 those addresses for the test. Fix comment.
9897
9898 2015-04-10 Pedro Alves <palves@redhat.com>
9899
9900 * gdb.base/sigstep.exp (breakpoint_to_handler)
9901 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9902 Test "backtrace" in handler.
9903 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9904 (top level): Add new "displaced" test axis to
9905 breakpoint_to_handler, breakpoint_to_handler_entry and
9906 breakpoint_over_handler.
9907
9908 2015-04-10 Pedro Alves <palves@redhat.com>
9909
9910 PR gdb/18216
9911 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9912
9913 2015-04-10 Yao Qi <yao.qi@linaro.org>
9914
9915 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9916 (test_add_rn_pc): New function.
9917 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9918 (top level): Invoke test_add_rn_pc.
9919
9920 2015-04-10 Pedro Alves <palves@redhat.com>
9921
9922 PR gdb/13858
9923 * gdb.base/step-over-no-symbols.exp: New file.
9924
9925 2015-04-09 Andy Wingo <wingo@igalia.com>
9926
9927 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9928 after the Python tests.
9929
9930 2015-04-08 Keith Seitz <keiths@redhat.com>
9931
9932 PR python/16699
9933 * gdb.python/py-completion.exp: New tests for completion.
9934 * gdb.python/py-completion.py (CompleteLimit1): New class.
9935 (CompleteLimit2): Likewise.
9936 (CompleteLimit3): Likewise.
9937 (CompleteLimit4): Likewise.
9938 (CompleteLimit5): Likewise.
9939 (CompleteLimit6): Likewise.
9940 (CompleteLimit7): Likewise.
9941
9942 2015-04-08 Pedro Alves <palves@redhat.com>
9943
9944 PR gdb/18214
9945 PR gdb/18216
9946 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9947 function.
9948 (main): Install it as SIGUSR1 handler.
9949 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9950 parameter. Always use "setup" as prefix. Toggle "set
9951 displaced-stepping" off/on depending on global. Don't switch to
9952 thread 1 here.
9953 (top level): Add displaced stepping "off/on" test axis. Update
9954 "setup" calls. Wrap each subtest with with_test_prefix. Test
9955 continuing with a queued signal in each thread.
9956
9957 2015-04-08 Pedro Alves <palves@redhat.com>
9958
9959 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9960 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9961 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9962 Return early if running to main fails.
9963 * gdb.trace/while-stepping.exp: Likewise.
9964
9965 2015-04-07 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9968 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9969 interact with inferior program.
9970
9971 2015-04-07 Pedro Alves <palves@redhat.com>
9972
9973 * lib/gdb.exp (inferior_spawn_id): New global.
9974 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9975 spawn id after processing the user code.
9976 (default_gdb_start): Set inferior_spawn_id.
9977 (send_inferior): New procedure.
9978 * lib/gdbserver-support.exp (gdbserver_start): Set
9979 inferior_spawn_id.
9980 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9981
9982 2015-04-07 Pedro Alves <palves@redhat.com>
9983
9984 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9985 * lib/gdbserver-support.exp (gdbserver_start): Make
9986 $server_spawn_id global.
9987 (gdbserver_start): Don't wait for gdbserver's spawn id with
9988 expect_background.
9989 (close_gdbserver): New procedure.
9990 (gdb_exit): Rename the default version and reimplement.
9991
9992 2015-04-07 Pedro Alves <palves@redhat.com>
9993
9994 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9995 append the substituted item, not the original item.
9996
9997 2015-04-07 Pedro Alves <palves@redhat.com>
9998
9999 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10000 gdb_expect.
10001
10002 2015-04-07 Pedro Alves <palves@redhat.com>
10003
10004 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10005 output appearing once only.
10006
10007 2015-04-07 Pedro Alves <palves@redhat.com>
10008
10009 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10010 that doesn't expect anything. Return early if running to main
10011 fails.
10012
10013 2015-04-07 Yao Qi <yao.qi@linaro.org>
10014
10015 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10016 (child_function): Call alarm.
10017 (main): Move call to alarm into the loop.
10018 * gdb.threads/non-stop-fair-events.exp: Build program with
10019 -DTIMEOUT=$timeout.
10020
10021 2015-04-06 Doug Evans <xdje42@gmail.com>
10022
10023 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10024 Fix dest parameter to board_info.
10025 (fpc_compile): Ditto.
10026 (gdb_compile_pascal): Rename dest arg to destfile.
10027
10028 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10029
10030 * gdb.ada/funcall_ref.exp: New file.
10031 * gdb.ada/funcall_ref/foo.adb: New file.
10032
10033 2015-04-02 Yao Qi <yao.qi@linaro.org>
10034
10035 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10036 is remote.
10037
10038 2015-04-02 Gary Benson <gbenson@redhat.com>
10039
10040 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10041
10042 2015-04-01 Sasha Smundak <asmundak@google.com>
10043
10044 * gdb.python/py-unwind-maint.c: New file.
10045 * gdb.python/py-unwind-maint.exp: New test.
10046 * gdb.python/py-unwind-maint.py: New file.
10047 * gdb.python/py-unwind.c: New file.
10048 * gdb.python/py-unwind.exp: New test.
10049 * gdb.python/py-unwind.py: New test.
10050
10051 2015-04-01 Pedro Alves <palves@redhat.com>
10052
10053 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10054 to fail instead of non-existent $test.
10055
10056 2015-04-01 Pedro Alves <palves@redhat.com>
10057
10058 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10059 GDBFLAGS if not empty.
10060
10061 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10062
10063 * gdb.ada/complete.exp: Remove "multi_line".
10064 * gdb.ada/info_exc.exp: Remove "multi_line".
10065 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10066 * gdb.ada/ptype_field.exp: Remove "multi_line".
10067 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10068 * gdb.ada/tagged.exp: Remove "multi_line".
10069 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10070 [multi_line ...]
10071 * gdb.btrace/delta.exp: Likewise.
10072 * gdb.btrace/exception.exp: Likewise.
10073 * gdb.btrace/function_call_history.exp: Likewise.
10074 * gdb.btrace/instruction_history.exp: Likewise.
10075 * gdb.btrace/nohist.exp: Likewise.
10076 * gdb.btrace/record_goto.exp: Likewise.
10077 * gdb.btrace/segv.exp: Likewise.
10078 * gdb.btrace/stepi.exp: Likewise.
10079 * gdb.btrace/tailcall.exp: Likewise.
10080 * gdb.btrace/unknown_functions.exp: Likewise.
10081 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10082 * lib/gdb.exp: Add the "multi_line" helper.
10083
10084 2015-04-01 Pedro Alves <palves@redhat.com>
10085
10086 * gdb.threads/tid-reuse.c: New file.
10087 * gdb.threads/tid-reuse.exp: New file.
10088
10089 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10090
10091 PR corefiles/16092
10092 * gdb.base/coredump-filter.c: New file.
10093 * gdb.base/coredump-filter.exp: Likewise.
10094
10095 2015-03-27 Petr Machata <pmachata@redhat.com>
10096
10097 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10098 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10099 (Dwarf::assemble): Initialize them.
10100 (Dwarf::lines): New function.
10101
10102 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10103
10104 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10105 SYMBOL_PREFIX for x86_64-*-cygwin.
10106
10107 2015-03-26 Andy Wingo <wingo@igalia.com>
10108
10109 PR symtab/18148
10110 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10111 const_value but not a location.
10112 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10113 location defined in non-main CUs are visible.
10114
10115 2015-03-26 Yao Qi <yao.qi@linaro.org>
10116
10117 PR testsuite/18139
10118 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10119 Add a line number entry for the same line.
10120 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10121 Add a line number entry for the same line.
10122
10123 2015-03-26 Yao Qi <yao.qi@linaro.org>
10124
10125 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10126 .int 0.
10127 (func): Likewise. Add .Lfunc_1 label.
10128 Use .Lfunc_1 label.
10129 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10130 .int 0.
10131 (func): Likewise.
10132 Use .Lfunc_1 label.
10133
10134 2015-03-26 Yao Qi <yao.qi@linaro.org>
10135
10136 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10137 Call gdb_compile instead to compile each .s files without debug
10138 information.
10139
10140 2015-03-26 Yao Qi <yao.qi@linaro.org>
10141
10142 * gdb.base/savedregs.exp (process_saved_regs): Make
10143 "Saved registers:" optional in the pattern.
10144
10145 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10146
10147 * gdb.btrace/next.exp: Merged into step.exp.
10148 * gdb.btrace/finish.exp: Merged into step.exp.
10149 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10150 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10151 "record goto" and checking the exact replay position.
10152 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10153 check for "Recording format" in "info record" output.
10154 * gdb.btrace/record_goto.exp: Choose test file based on target.
10155 * gdb.btrace/x86-record_goto.S: Renamed into ...
10156 * gdb.btrace/x86_64-record_goto.S: ... this.
10157 * gdb.btrace/i686-record_goto.S: New.
10158 * gdb.btrace/x86-tailcall.S: Renamed into ...
10159 * gdb.btrace/x86_64-tailcall.S: ... this.
10160 * gdb.btrace/i686-tailcall.S: New.
10161 * gdb.btrace/x86-tailcall.c: Renamed into ...
10162 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10163 separate statements. Update test.
10164 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10165 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10166 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10167 * gdb.btrace/tailcall.exp: Choose test file based on target.
10168 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10169
10170 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10171
10172 * gdb.btrace/exception.exp: Increase BTS buffer size.
10173
10174 2015-03-24 Pedro Alves <palves@redhat.com>
10175
10176 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10177
10178 2015-03-24 Pedro Alves <palves@redhat.com>
10179
10180 * gdb.threads/schedlock.exp (test_step): No longer expect that
10181 "set scheduler-locking step" with "next" over a function call runs
10182 threads unlocked.
10183
10184 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10185
10186 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10187
10188 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10189
10190 PR breakpoints/16466
10191 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10192 * gdb.mi/mi-pending.c (thread_func): New function.
10193 (int main): Add threading support required.
10194 * gdb.mi/mi-pending.exp: Add tests for this issue.
10195 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10196 (pendfunc2): Remove stdio dependency.
10197 * gdb.mi/mi-pendshr2.c: New file.
10198
10199 2015-03-23 Keith Seitz <keiths@redhat.com>
10200
10201 * gdb.linespec/keywords.c: New file.
10202 * gdb.linespec/keywords.exp: New file.
10203
10204 2015-03-23 Keith Seitz <keiths@redhat.com>
10205
10206 PR gdb/18021
10207 * gdb.dwarf2/staticvirtual.exp: New test.
10208
10209 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10210
10211 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10212 * README: Remove HP-UX and gdb.hp.
10213 (configuration):
10214 * configure: Regenerate.
10215 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10216 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10217 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10218 gdb.hp/gdb.defects/Makefile.
10219 * gdb.hp/Makefile.in: File deleted.
10220 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10221 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10222 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10223 * gdb.hp/gdb.aCC/run.c: File deleted.
10224 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10225 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10226 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10227 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10228 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10229 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10230 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10231 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10232 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10233 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10234 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10235 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10236 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10237 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10238 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10239 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10240 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10241 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10242 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10243 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10244 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10245 * gdb.hp/gdb.compat/average.c: File deleted.
10246 * gdb.hp/gdb.compat/sum.c: File deleted.
10247 * gdb.hp/gdb.compat/xdb.c: File deleted.
10248 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10249 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10250 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10251 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10252 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10253 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10254 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10255 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10256 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10257 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10258 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10259 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10260 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10261 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10262 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10263 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10264 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10265 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10266 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10267 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10268 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10269 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10270 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10271 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10272 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10273 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10274 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10275 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10276 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10277 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10278 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10279 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10280 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10281 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10282 * gdb.hp/tools/odump: File deleted.
10283
10284 2015-03-19 Pedro Alves <palves@redhat.com>
10285
10286 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10287 (saw_thread_3): New globals.
10288 (top level): Increment them when an event for the corresponding
10289 thread is seen.
10290 (no thread starvation): New test.
10291
10292 2015-03-19 Pedro Alves <palves@redhat.com>
10293
10294 * gdb.threads/continue-pending-status.c: New file.
10295 * gdb.threads/continue-pending-status.exp: New file.
10296
10297 2015-03-18 Pedro Alves <palves@redhat.com>
10298
10299 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10300 Use gdb_is_target_remote instead of is_remote. Use
10301 gdb_test_multiple instead of gdb_expect. Exit early if
10302 gdb_test_multiple hits its internal matches. Tighten stepi tests
10303 expected output. Fail on exit with any signal, instead of just
10304 SIGILL.
10305
10306 2015-03-18 Yao Qi <yao.qi@linaro.org>
10307
10308 PR tdep/18107
10309 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10310 variable.
10311 * gdb.base/catch-syscall.exp: Don't skip it on
10312 aarch64*-*-linux* target. Remove elements in all_syscalls.
10313 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10314 target.
10315 (setup_all_syscalls): New proc.
10316
10317 2015-03-16 Yao Qi <yao.qi@linaro.org>
10318
10319 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10320 (top level): Skip tests if valid_addr_p returns false for
10321 $cmd1 or $cmd2.
10322
10323 2015-03-11 Andy Wingo <wingo@igalia.com>
10324
10325 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10326
10327 2015-03-11 Yao Qi <yao.qi@linaro.org>
10328
10329 * gdb.base/catch-syscall.exp: Fix typo in comments.
10330
10331 2015-03-11 Yao Qi <yao.qi@linaro.org>
10332
10333 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10334
10335 2015-03-09 Pedro Alves <palves@redhat.com>
10336
10337 * dg-extract-results.py: Delete.
10338
10339 2015-03-09 Pedro Alves <palves@redhat.com>
10340
10341 Merge dg-extract-results.sh from GCC upstream (r218843).
10342
10343 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10344 * dg-extract-results.sh: Use --text with grep to avoid issues with
10345 binary files. Fall back to cat -v, if that doesn't work.
10346
10347 2015-03-05 Pedro Alves <palves@redhat.com>
10348
10349 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10350
10351 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10352
10353 * lib/mi-support.exp (mi_expect_interrupt): Accept
10354 alternative event for when in all-stop mode.
10355
10356 2015-03-04 Pedro Alves <palves@redhat.com>
10357
10358 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10359
10360 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10361
10362 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10363
10364 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10365
10366 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10367 regexps for GDB's current line display, accept a hex address
10368 preceding the line number.
10369
10370 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10371
10372 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10373 the 'arch1' variable for "s390*-linux*" targets.
10374
10375 2015-03-04 Pedro Alves <palves@redhat.com>
10376
10377 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10378 (main): Pass missing retval argument to pthread_join call.
10379
10380 2015-03-02 Pedro Alves <palves@redhat.com>
10381
10382 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10383 (top level): Call do_test with non-stop as well.
10384
10385 2015-03-02 Pedro Alves <palves@redhat.com>
10386
10387 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10388 -1.
10389
10390 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10391
10392 * gdb.arch/s390-vregs.exp: New test.
10393 * gdb.arch/s390-vregs.S: New file.
10394
10395 2015-02-27 Pedro Alves <palves@redhat.com>
10396
10397 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10398 call to catch_command_errors.
10399 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10400 catch_command_errors.
10401
10402 2015-02-27 Pedro Alves <palves@redhat.com>
10403
10404 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10405 "true" for boolean result.
10406 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10407 prototype of main.
10408
10409 2015-02-27 Pedro Alves <palves@redhat.com>
10410
10411 * lib/unbuffer_output.c: New file.
10412 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10413 (main): Call gdb_unbuffer_output.
10414
10415 2015-02-27 Yao Qi <yao.qi@linaro.org>
10416
10417 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10418 target.
10419
10420 2015-02-26 Doug Evans <dje@google.com>
10421
10422 * gdb.cp/class2.cc (Dbase, D): New classes.
10423 (main): New local delta.
10424 * gdb.cp/class2.exp: Test printing delta.
10425 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10426 (dynbar): New global.
10427 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10428
10429 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10430
10431 * gdb.compile/compile-ifunc.c: New file.
10432 * gdb.compile/compile-ifunc.exp: New file.
10433
10434 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10435
10436 * gdb.base/structs.exp: Check for correct struct on finish.
10437
10438 2015-02-26 Yao Qi <yao.qi@linaro.org>
10439
10440 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10441 is zero.
10442
10443 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10444
10445 * gdb.arch/cordic.ko.bz2: New file.
10446 * gdb.arch/cordic.ko.debug.bz2: New file.
10447 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10448
10449 2015-02-25 Yao Qi <yao.qi@linaro.org>
10450
10451 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10452 aarch64*-*-* target.
10453
10454 2015-02-23 Pedro Alves <palves@redhat.com>
10455
10456 * lib/gdb.exp (delete_breakpoints): Rewrite using
10457 gdb_test_multiple.
10458
10459 2015-02-23 Pedro Alves <palves@redhat.com>
10460
10461 * gdb.base/info-os.c: Include stdlib.h.
10462
10463 2015-02-22 Doug Evans <xdje42@gmail.com>
10464
10465 PR symtab/17855
10466 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10467 is read after symbols have been re-read.
10468 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10469 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10470
10471 2015-02-21 Doug Evans <dje@google.com>
10472
10473 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10474
10475 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10476
10477 PR corefiles/17808
10478 * gdb.arch/i386-biarch-core.core.bz2: New file.
10479 * gdb.arch/i386-biarch-core.exp: New file.
10480
10481 2015-02-21 Pedro Alves <palves@redhat.com>
10482
10483 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10484 runto_main fails.
10485
10486 2015-02-20 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10489 info probes.
10490
10491 2015-02-20 Pedro Alves <palves@redhat.com>
10492
10493 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10494
10495 2015-02-20 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10498 clean_restart before gdb_target_supports_trace.
10499
10500 2015-02-20 Pedro Alves <palves@redhat.com>
10501
10502 PR threads/18006
10503 * gdb.threads/clone-thread_db.c: New file.
10504 * gdb.threads/clone-thread_db.exp: New file.
10505
10506 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10507
10508 PR breakpoints/16812
10509 * gdb.base/catch-gdb-caused-signals.c: New file.
10510 * gdb.base/catch-gdb-caused-signals.exp: New file.
10511
10512 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10513
10514 * configure: Regenerated.
10515 * configure.ac: Use GDB_AC_TRANSFORM.
10516 * aclocal.m4: sinclude ../transform.m4.
10517
10518 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10519
10520 * lib/dtrace.exp: New file.
10521 * gdb.base/dtrace-probe.exp: Likewise.
10522 * gdb.base/dtrace-probe.d: Likewise.
10523 * gdb.base/dtrace-probe.c: Likewise.
10524 * lib/pdtrace.in: Likewise.
10525 * configure.ac: Output variables with the transformed names of
10526 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10527 * configure: Regenerated.
10528
10529 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10530
10531 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10532 expected message when trying to access $_probe_* convenience
10533 variables while not on a probe.
10534
10535 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10536
10537 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10538
10539 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10540
10541 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10542 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10543
10544 2015-02-10 Doug Evans <xdje42@gmail.com>
10545
10546 * lib/gdb.exp (gdb_load): Always return a result.
10547
10548 2015-02-10 Pedro Alves <palves@redhat.com>
10549
10550 * gdb.threads/signal-sigtrap.c: New file.
10551 * gdb.threads/signal-sigtrap.exp: New file.
10552
10553 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10554
10555 * gdb.trace/no-attach-trace.c: New file.
10556 * gdb.trace/no-attach-trace.exp: New file.
10557
10558 2015-02-09 Mark Wielaard <mjw@redhat.com>
10559
10560 * gdb.dwarf2/atomic.c: New file.
10561 * gdb.dwarf2/atomic-type.exp: Likewise.
10562
10563 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10564
10565 * gdb.btrace/buffer-size.exp: Update "info record" output.
10566 * gdb.btrace/delta.exp: Update "info record" output.
10567 * gdb.btrace/enable.exp: Update "info record" output.
10568 * gdb.btrace/finish.exp: Update "info record" output.
10569 * gdb.btrace/instruction_history.exp: Update "info record" output.
10570 * gdb.btrace/next.exp: Update "info record" output.
10571 * gdb.btrace/nexti.exp: Update "info record" output.
10572 * gdb.btrace/step.exp: Update "info record" output.
10573 * gdb.btrace/stepi.exp: Update "info record" output.
10574 * gdb.btrace/nohist.exp: Update "info record" output.
10575
10576 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10577
10578 * gdb.btrace/buffer-size: New.
10579
10580 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10581
10582 * gdb.btrace/delta.exp: Update "info record" output.
10583 * gdb.btrace/enable.exp: Update "info record" output.
10584 * gdb.btrace/finish.exp: Update "info record" output.
10585 * gdb.btrace/instruction_history.exp: Update "info record" output.
10586 * gdb.btrace/next.exp: Update "info record" output.
10587 * gdb.btrace/nexti.exp: Update "info record" output.
10588 * gdb.btrace/step.exp: Update "info record" output.
10589 * gdb.btrace/stepi.exp: Update "info record" output.
10590 * gdb.btrace/nohist.exp: Update "info record" output.
10591
10592 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 PR gdb/15678
10595 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10596
10597 2015-02-06 Pedro Alves <palves@redhat.com>
10598
10599 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10600 macro.
10601 (seconds_left, again): New globals.
10602 (main): Wait seconds_left in a 1-second sleep loop instead of
10603 sleeping 180 seconds. If 'again' is set, reset the seconds
10604 counter.
10605 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10606 'again' in the inferior before detaching. Print the seconds left.
10607 (options): New global.
10608 (top level): Build program with -DTIMEOUT=$timeout.
10609
10610 2015-02-06 Pedro Alves <palves@redhat.com>
10611
10612 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10613 determine how many seconds to pass to 'alarm'.
10614 * gdb.base/gdb-sigterm.exp (top level): Build program with
10615 -DTIMEOUT=$timeout.
10616 (do_test): Return success/failure indication. Add more verbose
10617 logging. Don't fail if 200 single steps are seen. Instead, fail
10618 when the test times out.
10619 (passes): New global.
10620 (top level): Break the testing loop if testing fails on any
10621 iteration. Use gdb_assert.
10622
10623 2015-02-04 Don Breazeal <donb@codesourcery.com>
10624
10625 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10626 and initialize them.
10627 (ipc_cleanup): New function.
10628 (main): Don't declare shmid, semid, and msqid. Add a call to
10629 atexit so that we call ipc_cleanup on exit.
10630
10631 2015-02-04 Pedro Alves <palves@redhat.com>
10632
10633 * boards/native-extended-gdbserver.exp: Remove any target variant
10634 specifications from the board name before clearing the isremote
10635 flag from board_info.
10636
10637 2015-01-31 Doug Evans <xdje42@gmail.com>
10638
10639 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10640
10641 2015-01-31 Gary Benson <gbenson@redhat.com>
10642
10643 * gdb.base/completion.exp: Disable completion limiting for
10644 existing tests. Add new tests to check completion limiting.
10645 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10646
10647 2015-01-31 Doug Evans <xdje42@gmail.com>
10648
10649 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10650
10651 2015-01-31 Doug Evans <xdje42@gmail.com>
10652
10653 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10654 entries. Duplicate file section script entries.
10655 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10656 inlined entries. Add test for safe-path rejection.
10657 * gdb.python/py-section-script.c: Add duplicate inlined section script
10658 entries. Duplicate file section script entries.
10659 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10660 inlined entries. Add test for safe-path rejection.
10661
10662 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10663
10664 * gdb.ada/disc_arr_bound: New testcase.
10665
10666 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10667
10668 * gdb.ada/mi_var_array: New testcase.
10669
10670 2015-01-27 Doug Evans <dje@google.com>
10671
10672 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10673 Add test for objfile.filename, objfile.username after objfile
10674 has been unloaded.
10675
10676 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10677
10678 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10679 the second test to print the name attribute of value
10680 returned by the call to gdb.lookup_type, and adjust
10681 the expected output accordingly.
10682
10683 2015-01-25 Mark Wielaard <mjw@redhat.com>
10684
10685 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10686 * gdb.base/disp-step-fork.c: Include unistd.h.
10687 * gdb.base/siginfo-obj.c: Include stdio.h.
10688 * gdb.base/siginfo-thread.c: Likewise.
10689 * gdb.mi/non-stop.c: Include unistd.h.
10690 * gdb.mi/nsthrexec.c: Include stdio.h.
10691 * gdb.mi/pthreads.c: Include unistd.h.
10692 * gdb.modula2/unbounded1.c (main): Declare returns int.
10693 * gdb.reverse/consecutive-reverse.c: Likewise.
10694 * gdb.threads/create-fail.c: Include unistd.h.
10695 * gdb.threads/killed.c: Likewise.
10696 * gdb.threads/linux-dp.c: Likewise.
10697 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10698 * gdb.threads/non-ldr-exc-2.c: Likewise.
10699 * gdb.threads/non-ldr-exc-3.c: Likewise.
10700 * gdb.threads/non-ldr-exc-4.c: Likewise.
10701 * gdb.threads/pthreads.c: Include unistd.h.
10702 (main): Declare returns int.
10703 * gdb.threads/tls-main.c (foo): New declaration.
10704 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10705
10706 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10707
10708 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10709 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10710
10711 2015-01-15 Mark Wielaard <mjw@redhat.com>
10712
10713 * gdb.base/noreturn-return.c: New file.
10714 * gdb.base/noreturn-return.exp: New file.
10715 * gdb.base/noreturn-finish.c: New file.
10716 * gdb.base/noreturn-finish.exp: New file.
10717
10718 2015-01-23 Pedro Alves <palves@redhat.com>
10719
10720 * gdb.threads/continue-pending-after-query.c: New file.
10721 * gdb.threads/continue-pending-after-query.exp: New file.
10722
10723 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10724 Simon Marchi <simon.marchi@ericsson.com>
10725
10726 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10727 * gdb.base/valgrind-db-attach.exp: Same.
10728 * gdb.base/valgrind-infcall.exp: Same.
10729 * lib/mi-support.exp (default_mi_gdb_start): Same.
10730 * lib/prompt.exp (default_prompt_gdb_start): Same.
10731 * lib/gdb.exp (default_gdb_spawn): Same.
10732 (gdb_interact): New.
10733
10734
10735 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10736
10737 * gdb.compile/compile.exp (pointer to jit function): New test.
10738
10739 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10740
10741 * lib/gdb.exp (supports_process_record): Return true for
10742 powerpc*-*-linux*.
10743 (supports_reverse): Likewise.
10744
10745 2015-01-15 Don Breazeal <donb@codesourcery.com>
10746
10747 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10748 instead of checking whether the target board is remote and
10749 use spawn_wait_for_attach instead of exec/sleep.
10750 * gdb.base/attach-twice.exp: Likewise.
10751
10752 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10753
10754 * gdb.ada/var_arr_attrs: New testcase.
10755
10756 2015-01-14 Pedro Alves <palves@redhat.com>
10757 Joel Brobecker <brobecker@adacore.com>
10758
10759 PR gdb/17525
10760 * gdb.base/bp-cmds-execution-x-script.c: New file.
10761 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10762 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10763
10764 2015-01-14 Pedro Alves <palves@redhat.com>
10765
10766 PR cli/17828
10767 * gdb.base/batch-preserve-term-settings.c: New file.
10768 * gdb.base/batch-preserve-term-settings.exp: New file.
10769
10770 2015-01-13 Doug Evans <dje@google.com>
10771
10772 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10773 binary.
10774
10775 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10776
10777 * Makefile.in (clean mostlyclean): Do not delete *.py.
10778
10779 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10780
10781 * gdb.python/py-lookup-type.exp: New file.
10782
10783 2015-01-12 Pedro Alves <palves@redhat.com>
10784
10785 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10786 restore GDBFLAGS before returning.
10787
10788 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10789
10790 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10791 is_amd64_regs_target and is_x86_like_target.
10792
10793 2015-01-11 Doug Evans <xdje42@gmail.com>
10794
10795 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10796 is given without an explicit form.
10797 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10798 attributes.
10799 * gdb.dwarf/corrupt.exp: Ditto.
10800 * gdb.dwarf2/enum-type.exp: Ditto.
10801 * gdb.trace/entry-values.exp: Ditto.
10802 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10803
10804 2015-01-11 Doug Evans <xdje42@gmail.com>
10805
10806 PR gdb/15830
10807 * gdb.base/maint.exp: Remove references to "maint demangle".
10808 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10809 Add tests for explicitly specifying language to demangle.
10810 * gdb.dlang/demangle.exp: Ditto.
10811
10812 2015-01-09 Pedro Alves <palves@redhat.com>
10813
10814 * gdb.threads/non-stop-fair-events.c: New file.
10815 * gdb.threads/non-stop-fair-events.exp: New file.
10816
10817 2015-01-09 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10820 the global scope. Set a breakpoint after all threads are started
10821 rather than stepping over two source lines. Expect the prompt.
10822 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10823 global.
10824 (NUM): Now 15.
10825 (main): Use threads_started_barrier to wait for all threads to
10826 start. Main thread no longer calls thread_function. Exit after
10827 180 seconds.
10828 (loop): New function.
10829 (thread_function): Wait on threads_started_barrier barrier. Call
10830 'loop' at each iteration.
10831 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10832 threads have started, instead of hardcoding number of "next"
10833 steps. Use an access watchpoint instead of a write watchpoint.
10834
10835 2015-01-09 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10838 (thread_func): Wait on barrier.
10839 (main): Wait for all threads to start before stopping GDB.
10840 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10841 global.
10842 (thread1_func, thread2_func): Wait on barrier.
10843 (main): Wait for all threads to start before stopping GDB.
10844 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10845 New global.
10846 (thread1_func, thread2_func): Wait on barrier.
10847 (main): Wait for all threads to start before stopping GDB.
10848
10849 2015-01-09 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.threads/attach-many-short-lived-threads.c: New file.
10852 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10853
10854 2014-01-09 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10857 instead of to thread 2.
10858 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10859 Add barrier around each pthread_create call instead of around all
10860 calls.
10861 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10862 Set a break on thread_function and have the child threads hit it
10863 one at at a time.
10864
10865 2015-01-09 Pedro Alves <palves@redhat.com>
10866
10867 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10868 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10869 false.
10870 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10871 checking whether the target board is remote.
10872 * gdb.multi/multi-attach.exp: Likewise.
10873 * gdb.python/py-sync-interp.exp: Likewise.
10874 * gdb.server/ext-attach.exp: Likewise.
10875 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10876 tests that need to attach, instead of checking whether the target
10877 board is remote at the top of the file.
10878
10879 2015-01-08 Yao Qi <yao@codesourcery.com>
10880
10881 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10882
10883 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10884
10885 Fix testcase compilation.
10886 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10887
10888 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10889
10890 * gdb.python/py-type.exp: Add a couple test about empty
10891 array creation, and negative-length array creation.
10892
10893 2015-01-02 Doug Evans <xdje42@gmail.com>
10894
10895 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10896
10897 2015-01-02 Doug Evans <dje@google.com>
10898
10899 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10900
10901 2014-12-29 Yao Qi <yao@codesourcery.com>
10902
10903 * gdb.trace/entry-values.exp: Update comments. Rename variable
10904 bar_call_foo to returned_from_foo.
10905
10906 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10907
10908 PR gdb/17394
10909 * gdb.linespec/break-asm-file.c: New file.
10910 * gdb.linespec/break-asm-file.exp: New file.
10911 * gdb.linespec/break-asm-file0.s: New file.
10912 * gdb.linespec/break-asm-file1.s: New file.
10913
10914 2014-12-18 Nigel Stephens <nigel@mips.com>
10915 Maciej W. Rozycki <macro@codesourcery.com>
10916
10917 * gdb.base/float.exp: Handle the new output from "info float" on
10918 MIPS targets.
10919
10920 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10921
10922 Fix MinGW compilation.
10923 * gdb.compile/compile-ops.exp: Update untested message if
10924 !skip_compile_feature_tests.
10925 * gdb.compile/compile-setjmp.exp: Likewise.
10926 * gdb.compile/compile-tls.exp: Likewise.
10927 * gdb.compile/compile.exp: Likewise.
10928 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10929 supported on this host".
10930
10931 2014-12-16 Doug Evans <xdje42@gmail.com>
10932
10933 * boards/stabs.exp: New file.
10934
10935 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10936
10937 * gdb.base/completion.exp: Adjust to format changes of "maint
10938 print user-registers".
10939
10940 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10941
10942 PR server/17457
10943 * gdb.arch/aarch64-fp.c: New file.
10944 * gdb.arch/aarch64-fp.exp: New file.
10945
10946 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10947
10948 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10949 r210637, r210913, r211666, r215400, r215817).
10950
10951 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10952 * dg-extract-results.py: New file.
10953 * dg-extract-results.sh: Use it if the environment seems
10954 suitable.
10955
10956 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10957
10958 * dg-extract-results.py (parse_run): Handle warnings that
10959 are printed before a test harness is run.
10960
10961 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10962
10963 * dg-extract-results.py (Named): Remove __cmp__ method.
10964 (output_variation): Use a key to sort variation.harnesses.
10965
10966 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10967
10968 * dg-extract-results.py: For Python 3, force sys.stdout to
10969 handle surrogate escape sequences.
10970 (safe_open): New function.
10971 (output_segment, main): Use it.
10972
10973 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10974
10975 * dg-extract-results.py (Prog.result_re): Include options
10976 in test name.
10977
10978 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10979
10980 * dg-extract-results.py (output_variation): Always sort if
10981 do_sum.
10982
10983 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10984
10985 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10986 as long as we get pagination notifications.
10987
10988 2014-12-15 Jason Merrill <jason@redhat.com>
10989
10990 * Makefile.in (check-gdb.%): Restore.
10991 * README: Mention it.
10992
10993 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10994
10995 * gdb.ada/str_uninit: New testcase.
10996
10997 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10998
10999 PR symtab/17642
11000 * gdb.base/vla-stub-define.c: New file.
11001 * gdb.base/vla-stub.c: New file.
11002 * gdb.base/vla-stub.exp: New file.
11003
11004 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11005 Jan Kratochvil <jan.kratochvil@redhat.com>
11006 Tom Tromey <tromey@redhat.com>
11007
11008 * configure.ac: Add gdb.compile/.
11009 * configure: Regenerate.
11010 * gdb.compile/Makefile.in: New file.
11011 * gdb.compile/compile-ops.exp: New file.
11012 * gdb.compile/compile-ops.c: New file.
11013 * gdb.compile/compile-tls.c: New file.
11014 * gdb.compile/compile-tls.exp: New file.
11015 * gdb.compile/compile-constvar.S: New file.
11016 * gdb.compile/compile-constvar.c: New file.
11017 * gdb.compile/compile-mod.c: New file.
11018 * gdb.compile/compile-nodebug.c: New file.
11019 * gdb.compile/compile-setjmp-mod.c: New file.
11020 * gdb.compile/compile-setjmp.c: New file.
11021 * gdb.compile/compile-setjmp.exp: New file.
11022 * gdb.compile/compile-shlib.c: New file.
11023 * gdb.compile/compile.c: New file.
11024 * gdb.compile/compile.exp: New file.
11025 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11026
11027 2014-12-12 Tom Tromey <tromey@redhat.com>
11028
11029 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11030 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11031
11032 2014-12-12 Doug Evans <dje@google.com>
11033
11034 * lib/gdb-python.exp (get_python_valueof): New function.
11035 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11036
11037 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11038
11039 * gdb.base/completion.exp: Add test for completion of "info
11040 registers ".
11041
11042 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11043
11044 * gdb.base/func-ptrs.c: New file.
11045 * gdb.base/func-ptrs.exp: New file.
11046
11047 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11048
11049 PR breakpoints/17012
11050 * gdb.base/dprintf-detach.c: New file.
11051 * gdb.base/dprintf-detach.exp: New file.
11052
11053 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11054
11055 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11056 * lib/gdb.exp (target_is_gdbserver): New procedure.
11057
11058 2014-12-08 Doug Evans <dje@google.com>
11059
11060 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11061
11062 2014-12-05 Yao Qi <yao@codesourcery.com>
11063
11064 * gdb.guile/scm-error.exp: Remove the third argument to
11065 gdb_remote_download.
11066 * gdb.guile/scm-frame-args.exp: Likewise.
11067 * gdb.guile/scm-section-script.exp: Likewise.
11068
11069 2014-12-05 Yao Qi <yao@codesourcery.com>
11070
11071 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11072
11073 2014-12-04 Doug Evans <dje@google.com>
11074
11075 * gdb.python/py-objfile.exp: Add tests for
11076 objfile.add_separate_debug_file.
11077
11078 2014-12-04 Doug Evans <dje@google.com>
11079
11080 * lib/gdb.exp (get_build_id): New function.
11081 (build_id_debug_filename_get): Rewrite to use it.
11082 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11083
11084 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11085
11086 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11087 `method(long)', not just 0x0.
11088 * gdb.cp/nsalias.exp: Align code labels to 4.
11089 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11090 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11091 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11092 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11093 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11094 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11095
11096 2014-12-02 Doug Evans <dje@google.com>
11097
11098 PR symtab/17602
11099 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11100 * gdb.cp/anon-ns2.cc: ... here. New file.
11101 * gdb.cp/anon-ns.exp: Update.
11102
11103 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11104
11105 * gdb.python/py-events.py (inferior_call_handler): New.
11106 (register_changed_handler, memory_changed_handler): New.
11107 (test_events.invoke): Register new handlers.
11108 * gdb.python/py-events.exp: Add tests for inferior call,
11109 memory_changed and register_changed events.
11110
11111 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11112
11113 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11114 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11115 if the linker doesn't understand this.
11116
11117 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11118
11119 * gdb.python/python.exp: Change expected reply to help().
11120
11121 2014-12-01 Yao Qi <yao@codesourcery.com>
11122
11123 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11124 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11125 * configure: Re-generated.
11126
11127 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11128
11129 * gdb.cp/chained-calls.cc: New file.
11130 * gdb.cp/chained-calls.exp: New file.
11131 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11132
11133 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11134
11135 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11136 * gdb.dwarf2/symtab-producer.exp: Same.
11137 * gdb.gdb/python-interrupts.exp: Same.
11138 * gdb.gdb/python-selftest.exp: Same.
11139 * gdb.python/py-linetable.exp: Same.
11140 * gdb.python/py-type.exp: Same.
11141 * gdb.python/py-value-cc.exp: Same.
11142 * gdb.python/py-value.exp: Same.
11143
11144 2014-11-28 Yao Qi <yao@codesourcery.com>
11145
11146 * gdb.base/break-probes.exp: Match library name prefixed with
11147 sysroot.
11148
11149 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11150
11151 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11152 test expected output. Add parentheses for the call to print.
11153 Remove L suffix from integers.
11154
11155 2014-11-26 Doug Evans <dje@google.com>
11156
11157 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11158
11159 2014-11-22 Yao Qi <yao@codesourcery.com>
11160
11161 * gdb.trace/entry-values.c: Remove asms.
11162 (foo): Add foo_label.
11163 (bar): Add bar_label.
11164 * gdb.trace/entry-values.exp: Remove code computing foo's
11165 length and bar's length.
11166 (Dwarf::assemble): Invoke function_range for bar and use
11167 MACRO_AT_func for foo.
11168
11169 2014-11-22 Yao Qi <yao@codesourcery.com>
11170
11171 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11172 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11173 Use .Lgcc43_procstart instead of gcc43.
11174
11175 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11176
11177 * gdb.ada/n_arr_bound: New testcase.
11178
11179 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11180
11181 PR breakpoints/10737
11182 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11183 test_catch_syscall_multi_arch.
11184 (test_catch_syscall_multi_arch): New function.
11185
11186 2014-11-20 Doug Evans <xdje42@gmail.com>
11187
11188 * gdb.base/maint.exp: Update expected output.
11189
11190 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11191
11192 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11193 4-byte instruction on S390.
11194
11195 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11196
11197 * gdb.ada/arr_arr: New testcase.
11198
11199 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11200
11201 * gdb.ada/pkd_arr_elem: New Testcase.
11202
11203 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11204
11205 * gdb.reverse/break-precsave: Expect completion message for
11206 core file reads.
11207 * gdb.reverse/consecutive-precsave.exp: Likewise.
11208 * gdb.reverse/finish-precsave.exp: Likewise.
11209 * gdb.reverse/i386-precsave.exp: Likewise.
11210 * gdb.reverse/machinestate-precsave.exp: Likewise.
11211 * gdb.reverse/sigall-precsave.exp: Likewise.
11212 * gdb.reverse/solib-precsave.exp: Likewise.
11213 * gdb.reverse/step-precsave.exp: Likewise.
11214 * gdb.reverse/until-precsave.exp: Likewise.
11215 * gdb.reverse/watch-precsave.exp: Likewise.
11216
11217 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11218
11219 * gdb.base/bp-permanent.c: Include unistd.h.
11220 * gdb.python/py-framefilter-mi.c (main): Add return type.
11221 * gdb.python/py-framefilter.c (main): Likewise.
11222 * gdb.trace/actions-changed.c (main): Likewise.
11223
11224 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11225
11226 * gdb.mi/until.c: Add eye-catchers.
11227 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11228 line numbers.
11229
11230 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11231
11232 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11233 function header variants in break1.c.
11234 * gdb.base/ena-dis-br.exp: Likewise.
11235 * gdb.base/hbreak2.exp: Likewise.
11236 * gdb.reverse/until-precsave.exp: Drop references to removed
11237 non-prototype function header variants in ur1.c.
11238 * gdb.reverse/until-reverse.exp: Likewise.
11239
11240 2014-11-17 Petr Machata <pmachata@redhat.com>
11241
11242 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11243 ${_cu_offset_size} bytes abbrev offset.
11244
11245 2014-11-15 Doug Evans <xdje42@gmail.com>
11246
11247 PR symtab/17559
11248 * gdb.base/line-symtabs.exp: New file.
11249 * gdb.base/line-symtabs.c: New file.
11250 * gdb.base/line-symtabs.h: New file.
11251
11252 2014-11-14 Yao Qi <yao@codesourcery.com>
11253
11254 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11255 (func): Add label func_label.
11256 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11257 Replace low_pc and high_pc with MACRO_AT_range.
11258 Replace name, low_pc and high_pc with MACRO_AT_func.
11259
11260 2014-11-14 Yao Qi <yao@codesourcery.com>
11261
11262 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11263 Replace name, low_pc and high_pc with MACRO_AT_func.
11264
11265 2014-11-14 Yao Qi <yao@codesourcery.com>
11266
11267 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11268 produce debug information.
11269 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11270
11271 2014-11-14 Yao Qi <yao@codesourcery.com>
11272
11273 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11274 object and get function length.
11275 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11276 with MACRO_AT_func.
11277 (top-level): Replace gdb_compile and clean_restart with
11278 prepare_for_testing.
11279 * gdb.dwarf2/main.c (main): Add label main_label.
11280
11281 2014-11-14 Yao Qi <yao@codesourcery.com>
11282
11283 * lib/dwarf.exp (function_range): New procedure.
11284 (Dwarf::_handle_macro_at_func): New procedure.
11285 (Dwarf::_handle_macro_at_range): New procedure.
11286 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11287
11288 2014-11-14 Yao Qi <yao@codesourcery.com>
11289
11290 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11291 (_handle_attribute): New procedure.
11292
11293 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11294
11295 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11296 * gdb.base/call-sc.c (zed): Likewise.
11297 * gdb.base/checkpoint.c (main): Likewise.
11298 * gdb.base/dump.c (main): Likewise.
11299 * gdb.base/gcore.c (main): Likewise.
11300 * gdb.base/huge.c (main): Likewise.
11301 * gdb.base/multi-forks.c (main): Likewise.
11302 * gdb.base/pr10179-a.c (main): Likewise.
11303 * gdb.base/savedregs.c (main): Likewise.
11304 * gdb.base/sigaltstack.c (main): Likewise.
11305 * gdb.base/siginfo.c (main): Likewise.
11306 * gdb.base/structs.c (zed): Likewise.
11307 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11308 * gdb.mi/mi-syn-frame.c (main): Likewise.
11309 * gdb.mi/until.c (foo, main): Likewise.
11310 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11311 * gdb.base/solib-weak.c (foo): Declare.
11312 * gdb.base/attach-twice.c: Include stdio.h.
11313 * gdb.base/weaklib1.c: Likewise.
11314 * gdb.base/weaklib2.c: Likewise.
11315 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11316 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11317 unistd.h.
11318 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11319 * gdb.mi/mi-exit-code.c: Likewise.
11320 * gdb.base/break-interp-lib.c: Include string.h.
11321 * gdb.base/coremaker.c: Likewise.
11322 * gdb.base/testenv.c: Likewise.
11323 * gdb.python/py-finish-breakpoint.c: Likewise.
11324 * gdb.base/inferior-died.c: Include sys/wait.h.
11325 * gdb.base/fileio.c: Include time.h.
11326 * gdb.base/async-shell.c: Include unistd.h.
11327 * gdb.base/dprintf-non-stop.c: Likewise.
11328 * gdb.base/info-os.c: Likewise.
11329 * gdb.mi/mi-console.c: Likewise.
11330 * gdb.mi/watch-nonstop.c: Likewise.
11331 * gdb.python/py-events.c: Likewise.
11332 * gdb.base/async.c (baz): Move up before its invocation.
11333 * gdb.base/code_elim2.c (my_global_func): Likewise.
11334 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11335 * gdb.base/advance.c (func2): Likewise.
11336
11337 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11338
11339 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11340 variant.
11341 * gdb.base/annota3.c: Likewise.
11342 * gdb.base/async.c: Likewise.
11343 * gdb.base/average.c: Likewise.
11344 * gdb.base/call-ar-st.c: Likewise.
11345 * gdb.base/call-rt-st.c: Likewise.
11346 * gdb.base/call-sc.c: Likewise.
11347 * gdb.base/call-strs.c: Likewise.
11348 * gdb.base/ending-run.c: Likewise.
11349 * gdb.base/execd-prog.c: Likewise.
11350 * gdb.base/exprs.c: Likewise.
11351 * gdb.base/foll-exec.c: Likewise.
11352 * gdb.base/foll-fork.c: Likewise.
11353 * gdb.base/foll-vfork.c: Likewise.
11354 * gdb.base/funcargs.c: Likewise.
11355 * gdb.base/gcore.c: Likewise.
11356 * gdb.base/jump.c: Likewise.
11357 * gdb.base/langs0.c: Likewise.
11358 * gdb.base/langs1.c: Likewise.
11359 * gdb.base/langs2.c: Likewise.
11360 * gdb.base/mips_pro.c: Likewise.
11361 * gdb.base/nodebug.c: Likewise.
11362 * gdb.base/opaque0.c: Likewise.
11363 * gdb.base/opaque1.c: Likewise.
11364 * gdb.base/recurse.c: Likewise.
11365 * gdb.base/run.c: Likewise.
11366 * gdb.base/scope0.c: Likewise.
11367 * gdb.base/scope1.c: Likewise.
11368 * gdb.base/setshow.c: Likewise.
11369 * gdb.base/setvar.c: Likewise.
11370 * gdb.base/shmain.c: Likewise.
11371 * gdb.base/shr1.c: Likewise.
11372 * gdb.base/shr2.c: Likewise.
11373 * gdb.base/sigall.c: Likewise.
11374 * gdb.base/signals.c: Likewise.
11375 * gdb.base/so-indr-cl.c: Likewise.
11376 * gdb.base/solib2.c: Likewise.
11377 * gdb.base/structs.c: Likewise.
11378 * gdb.base/sum.c: Likewise.
11379 * gdb.base/vforked-prog.c: Likewise.
11380 * gdb.base/watchpoint.c: Likewise.
11381 * gdb.reverse/shr2.c: Likewise.
11382 * gdb.reverse/until-reverse.c: Likewise.
11383 * gdb.reverse/ur1.c: Likewise.
11384 * gdb.reverse/watch-reverse.c: Likewise.
11385
11386 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11387
11388 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11389 variant.
11390 * gdb.base/sepdebug.exp: Drop references to removed code.
11391
11392 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11393
11394 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11395 variant. Preserve original line numbering.
11396 * gdb.base/list1.c: Likewise.
11397
11398 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11399
11400 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11401 variant.
11402 * gdb.base/break1.c: Likewise.
11403 * gdb.base/break.exp: Drop references to removed code.
11404
11405 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11406
11407 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11408 variant.
11409
11410 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11411
11412 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11413
11414 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11415
11416 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11417 logic into perform_all_tests() and invoke it with and without
11418 function header prototypes.
11419 (do_function_calls): Remove conditional XFAIL for PR 5318.
11420 (rerun_and_prepare): Remove duplicate code.
11421 (perform_all_tests): New. Main logic moved here.
11422
11423 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11424
11425 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11426 code guarded by #ifdef NO_PROTOTYPES.
11427 (t_double_many_args): Likewise.
11428 (DEF_FUNC_MANY_ARGS_1): Likewise.
11429 (DEF_FUNC_VALUES_1): Likewise.
11430 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11431 guarded by #ifdef PROTOTYPES.
11432
11433 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11434
11435 * gdb.mi/mi-console.c: Add eye-catcher.
11436 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11437 instead of literal line number.
11438
11439 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11440
11441 * gdb.base/shr2.c: Add eye-catcher.
11442 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11443 line number.
11444
11445 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11446
11447 * gdb.base/jump.c: Add eye-catchers.
11448 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11449 numbers.
11450
11451 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11452
11453 * gdb.base/execd-prog.c: Add eye-catchers.
11454 * gdb.base/foll-exec.c: Likewise.
11455 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11456 line numbers.
11457
11458 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11459
11460 * gdb.base/ending-run.c: Add eye-catchers.
11461 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11462 literal line numbers.
11463
11464 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11465
11466 * gdb.base/call-rt-st.c: Add eye-catchers.
11467 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11468 literal line numbers.
11469
11470 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11471
11472 * gdb.base/call-ar-st.c: Add eye-catchers.
11473 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11474 literal line numbers.
11475
11476 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11477
11478 * gdb.base/average.c: Add eye-catchers.
11479 * gdb.base/sum.c: Likewise.
11480 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11481 regexps dynamically.
11482
11483 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11484
11485 * gdb.base/solib1.c: Add eye-catchers.
11486 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11487 literal line numbers.
11488
11489 2014-11-12 Pedro Alves <palves@redhat.com>
11490
11491 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11492 leader has exited.
11493
11494 2014-11-12 Pedro Alves <palves@redhat.com>
11495
11496 * gdb.arch/i386-bp_permanent.c: New file.
11497 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11498 (srcfile): Set to i386-bp_permanent.c.
11499 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11500 that stepi does not execute the 'leave' instruction, instead of
11501 testing it does execute.
11502 * gdb.base/bp-permanent.c: New file.
11503 * gdb.base/bp-permanent.exp: New file.
11504
11505 2014-11-10 Doug Evans <xdje42@gmail.com>
11506
11507 PR symtab/17564
11508 * gdb.base/symtab-search-order.exp: New file.
11509 * gdb.base/symtab-search-order.c: New file.
11510 * gdb.base/symtab-search-order-1.c: New file.
11511 * gdb.base/symtab-search-order-shlib-1.c: New file.
11512
11513 2014-11-07 Pedro Alves <palves@redhat.com>
11514
11515 PR gdb/17511
11516 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11517 i?86-*-linux*.
11518
11519 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11520
11521 PR c++/17494
11522 * gdb.cp/pr17494.cc: New file.
11523 * gdb.cp/pr17494.exp: New file.
11524
11525 2014-11-02 Yao Qi <yao@codesourcery.com>
11526
11527 * gdb.python/python.exp: Get working directory and match the
11528 output of "set extended-prompt \\w " with it.
11529
11530 2014-10-30 Doug Evans <dje@google.com>
11531
11532 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11533 in objfiles.
11534 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11535 in progspaces.
11536
11537 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11538
11539 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11540 * gdb.base/realname-expand.exp: Likewise.
11541 * gdb.linespec/macro-relative.exp: Likewise.
11542
11543 2014-10-29 Pedro Alves <palves@redhat.com>
11544
11545 PR gdb/17408
11546 * gdb.threads/schedlock.c (some_function): New function.
11547 (call_function): New global.
11548 (MAYBE_CALL_SOME_FUNCTION): New macro.
11549 (thread_function): Call it.
11550 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11551 and use it instead of a global counter. Adjust all callers.
11552 (get_current_thread): Use "find current thread" for test message
11553 here rather than having all callers pass down the same string.
11554 (goto_loop): New procedure, factored out from ...
11555 (my_continue): ... this.
11556 (step_ten_loops): Change parameter from test message to command to
11557 use. Adjust.
11558 (list_count): Delete global.
11559 (check_result): New procedure, factored out from duplicate top
11560 level code.
11561 (continue tests): Wrap in with_test_prefix.
11562 (test_step): New procedure, factored out from duplicate top level
11563 code.
11564 (top level): Test "step" in combination with all scheduler-locking
11565 modes. Test "next" in combination with all scheduler-locking
11566 modes, and in combination with stepping over a function call or
11567 not.
11568 * gdb.threads/next-bp-other-thread.c: New file.
11569 * gdb.threads/next-bp-other-thread.exp: New file.
11570
11571 2014-10-29 Pedro Alves <palves@redhat.com>
11572
11573 PR python/17372
11574 * gdb.python/python.exp: Test a multi-line command that spawns
11575 interactive Python.
11576 * gdb.base/multi-line-starts-subshell.exp: New file.
11577
11578 2014-10-29 Yao Qi <yao@codesourcery.com>
11579
11580 * gdb.base/fileio.exp: Make directories on host.
11581
11582 2014-10-29 Yao Qi <yao@codesourcery.com>
11583
11584 * gdb.base/fileio.c (test_write): Close the file.
11585
11586 2014-10-28 Pedro Alves <palves@redhat.com>
11587
11588 PR gdb/12623
11589 * gdb.base/sigstep.c (no_handler): New global.
11590 (main): If 'no_handler is true, set the signal handlers to
11591 SIG_IGN.
11592 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11593 with_sw_watch and no_handler parameters. Handle them.
11594 (top level) <stepping over handler when stopped at a breakpoint
11595 test>: Add a test axis for testing with a software watchpoint, and
11596 another for testing with the signal handler set to SIG_IGN.
11597 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11598 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11599
11600 2014-10-28 Pedro Alves <palves@redhat.com>
11601
11602 PR gdb/17511
11603 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11604 * gdb.base/sigstep.exp (other_handler_location): New global.
11605 (advance): Support stepping into the signal handler, and running
11606 commands while in the handler.
11607 (in_handler_map): New global.
11608 (top level): In the advance test, add combinations for getting
11609 into the handler with stepping commands, and for running commands
11610 in the handler. Add comment descripting the advancei tests.
11611
11612 2014-10-28 Pedro Alves <palves@redhat.com>
11613
11614 * gdb.base/sigstep.exp: Use build_executable instead of
11615 prepare_for_testing.
11616 (top level): Move code that starts GDB, runs to main and creates a
11617 display to ...
11618 (restart): ... this new procedure.
11619 (top level): Move backtrace from signal handler test to ...
11620 (validate_backtrace): ... this new procedure.
11621 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11622 with_test_prefix. Always restart GDB.
11623 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11624 with_test_prefix. Always restart GDB. No need to delete
11625 breakpoints after the test.
11626 (test_skip_handler): Remove prefix parameter.
11627 (skip_over_handler, breakpoint_to_handler)
11628 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11629 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11630 restart GDB. No need to delete breakpoints after the test.
11631 (top level): Use foreach to call the test procedures with
11632 different commands.
11633
11634 2014-10-28 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11637 instead of GNATS numbers.
11638 * gdb.base/sigbpt.exp: Likewise.
11639 * gdb.base/siginfo.exp: Likewise.
11640 * gdb.base/sigstep.exp: Likewise.
11641
11642 2014-10-27 Pedro Alves <palves@redhat.com>
11643
11644 * gdb.base/sigstep.c (dummy): New global.
11645 (main): Issue a couple writes to the new global.
11646 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11647 procedures.
11648 (skip_over_handler): Use test_skip_handler.
11649 (top level): Call skip_over_handler for stepi and nexti too.
11650 (breakpoint_over_handler): Use test_skip_handler.
11651 (top level): Call breakpoint_over_handler for stepi and nexti too.
11652
11653 2014-10-27 Yao Qi <yao@codesourcery.com>
11654
11655 * gdb.trace/tfile.c (adjust_function_address)
11656 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11657 function descriptor.
11658
11659 2014-10-24 Don Breazeal <donb@codesourcery.com>
11660
11661 * gdb.base/foll-fork.exp (test_follow_fork,
11662 catch_fork_child_follow): Check for updated fork messages emitted
11663 from infrun.c.
11664 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11665 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11666 vfork_and_exec_child_follow_through_step): Check for updated vfork
11667 messages emitted from infrun.c.
11668
11669 2014-10-24 Pedro Alves <palves@redhat.com>
11670
11671 * gdb.base/corefile.exp: Remove references to ultrix.
11672 * gdb.base/interrupt.exp: Likewise.
11673 * gdb.base/whatis.exp: Likewise.
11674 * gdb.gdb/selftest.exp: Likewise.
11675 * gdb.threads/manythreads.exp: Likewise.
11676 * gdb.threads/print-threads.exp: Likewise.
11677 * gdb.threads/pthreads.exp:: Likewise.
11678 * gdb.threads/schedlock.exp: Likewise.
11679
11680 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11681
11682 * gdb.cp/non-trivial-retval.cc: Add a test case.
11683 * gdb.cp/non-trivial-retval.exp: Add a test.
11684
11685 2014-10-20 Yao Qi <yao@codesourcery.com>
11686
11687 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11688 * gdb.python/py-objfile-script-gdb.py: New file.
11689 * gdb.python/py-objfile-script.exp: Update reference to
11690 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11691 of remote_download. Remove the dest file.
11692
11693 2014-10-20 Yao Qi <yao@codesourcery.com>
11694
11695 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11696 * gdb.base/step-line.exp: Likewise.
11697 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11698 * gdb.dwarf2/dw2-basic.exp: Likewise.
11699 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11700 * gdb.dwarf2/dw2-filename.exp: Likewise.
11701 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11702 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11703 * gdb.dwarf2/dw2-producer.exp: Likewise.
11704 * gdb.dwarf2/mac-fileno.exp: Likewise.
11705 * gdb.python/py-frame-args.exp: Likewise.
11706 * gdb.python/py-framefilter.exp: Likewise.
11707 * gdb.python/py-mi.exp: Likewise.
11708 * gdb.python/py-objfile-script.exp: Likewise
11709 * gdb.python/py-pp-integral.exp: Likewise.
11710 * gdb.python/py-pp-re-notag.exp: Likewise.
11711 * gdb.python/py-prettyprint.exp: Likewise.
11712 * gdb.python/py-section-script.exp: Likewise.
11713 * gdb.python/py-typeprint.exp: Likewise.
11714 * gdb.python/py-xmethods.exp: Likewise.
11715 * gdb.stabs/weird.exp: Likewise.
11716 * gdb.xml/tdesc-regs.exp: Likewise.
11717
11718 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11719
11720 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11721 (out_cu): Use addr_len for the size of addresses.
11722 (out_line): Likewise. Size DW_LNE_set_address instruction
11723 according to addr_len.
11724 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11725 (FUNC): Add START_INSNS to definition.
11726
11727 2014-10-18 Yao Qi <yao@codesourcery.com>
11728
11729 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11730 gdb_has_argv0 return true.
11731 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11732 check [target_info exists noargs], check [gdb_has_argv0]
11733 instead.
11734 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11735 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11736 procedures.
11737
11738 2014-10-17 Doug Evans <dje@google.com>
11739
11740 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11741 event.
11742 * gdb.python/py-events.py: Add clear_objfiles event.
11743
11744 2014-10-17 Doug Evans <dje@google.com>
11745
11746 * gdb.python/py-objfile.exp: Test progspace attribute.
11747
11748 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11749
11750 * gdb.guile/scm-breakpoint.exp: Do not assume any
11751 directory separators when matching source file paths.
11752 * gdb.python/py-breakpoint.exp: Likewise.
11753 * gdb.reverse/break-precsave.exp: Likewise.
11754 * gdb.reverse/break-reverse.exp: Likewise.
11755 * gdb.reverse/consecutive-precsave.exp: Likewise.
11756 * gdb.reverse/finish-precsave.exp: Likewise.
11757 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11758 * gdb.reverse/finish-reverse.exp: Likewise.
11759 * gdb.reverse/i386-precsave.exp: Likewise.
11760 * gdb.reverse/i387-env-reverse.exp: Likewise.
11761 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11762 * gdb.reverse/machinestate-precsave.exp: Likewise.
11763 * gdb.reverse/machinestate.exp: Likewise.
11764 * gdb.reverse/sigall-precsave.exp: Likewise.
11765 * gdb.reverse/solib-precsave.exp: Likewise.
11766 * gdb.reverse/step-precsave.exp: Likewise.
11767 * gdb.reverse/until-precsave.exp: Likewise.
11768 * gdb.reverse/watch-precsave.exp: Likewise.
11769 * gdb.reverse/watch-reverse.exp: Likewise.
11770
11771 2014-10-17 Yao Qi <yao@codesourcery.com>
11772
11773 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11774 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11775
11776 2014-10-17 Pedro Alves <palves@redhat.com>
11777
11778 PR gdb/17471
11779 * gdb.base/bg-execution-repeat.c: New file.
11780 * gdb.base/bg-execution-repeat.exp: New file.
11781
11782 2014-10-17 Pedro Alves <palves@redhat.com>
11783
11784 PR gdb/17300
11785 * gdb.base/continue-all-already-running.c: New file.
11786 * gdb.base/continue-all-already-running.exp: New file.
11787
11788 2014-10-17 Pedro Alves <palves@redhat.com>
11789
11790 PR gdb/17472
11791 * gdb.base/annota-input-while-running.c: New file.
11792 * gdb.base/annota-input-while-running.exp: New file.
11793
11794 2014-10-17 Pedro Alves <palves@redhat.com>
11795
11796 * gdb.base/callfuncs.exp: emove references to osf.
11797 * gdb.base/sigall.exp: Likewise.
11798 * gdb.gdb/selftest.exp: Likewise.
11799 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11800 * gdb.mi/non-stop.c: Likewise.
11801 * gdb.mi/pthreads.c: Likewise.
11802 * gdb.reverse/sigall-precsave.exp: Likewise.
11803 * gdb.reverse/sigall-reverse.exp: Likewise.
11804 * gdb.threads/pthreads.c: Likewise.
11805 * gdb.threads/pthreads.exp: Likewise.
11806
11807 2014-10-17 Yao Qi <yao@codesourcery.com>
11808
11809 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11810 check 'target_info exists noargs'.
11811 (test_command_prompt_position): Likewise.
11812 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11813 Remove "set args".
11814 (progvar_simple_while_test): Likewise.
11815 (progvar_complex_if_while_test): Likewise.
11816 (if_while_breakpoint_command_test): Likewise.
11817 (infrun_breakpoint_command_test): Likewise.
11818 (breakpoint_command_test): Likewise.
11819 (watchpoint_command_test): Likewise.
11820 (bp_deleted_in_command_test): Likewise.
11821 (temporary_breakpoint_commands): Likewise.
11822
11823 2014-10-16 Yao Qi <yao@codesourcery.com>
11824
11825 * gdb.base/remotetimeout.exp: Remove noargs checking.
11826
11827 2014-10-15 Pedro Alves <palves@redhat.com>
11828
11829 PR breakpoints/9649
11830 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11831 * gdb.base/breakpoint-in-ro-region.exp
11832 (probe_target_hardware_step): New procedure.
11833 (top level): Probe hardware stepping and hardware breakpoint
11834 support. Test stepping through a read-only region, with both
11835 "breakpoint auto-hw" on and off and both "always-inserted" on and
11836 off.
11837
11838 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11839
11840 * gdb.dlang/demangle.exp: Update for demangling changes.
11841
11842 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11843
11844 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11845 * gdb.cp/non-trivial-retval.exp: Add new tests.
11846
11847 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11848
11849 PR c++/13403
11850 PR c++/15154
11851 * gdb.cp/non-trivial-retval.cc: New file.
11852 * gdb.cp/non-trivial-retval.exp: New file.
11853
11854 2014-10-15 Yao Qi <yao@codesourcery.com>
11855
11856 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11857 remote host.
11858
11859 2014-10-15 Yao Qi <yao@codesourcery.com>
11860
11861 * gdb.python/py-symbol.exp: Match file base name if host is
11862 remote, otherwise match file name with dir name.
11863 * gdb.python/py-symtab.exp: Likewise.
11864 * gdb.python/python.exp: Likewise.
11865
11866 2014-10-15 Yao Qi <yao@codesourcery.com>
11867
11868 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11869 pattern.
11870 * gdb.python/py-symtab.exp: Likewise.
11871 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11872 locationn.
11873
11874 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11875
11876 * gdb.ada/addr_arith: New testcase.
11877
11878 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11879
11880 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11881 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11882 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11883 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11884
11885 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11886
11887 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11888 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11889 * gdb.arch/stap-eval-lang-ada.exp: New file.
11890
11891 2014-10-14 Yao Qi <yao@codesourcery.com>
11892
11893 * gdb.mi/mi-var-child.c (nothing1): New function.
11894 (nothing2): New function.
11895 (do_children_tests): Set function pointers by nothing1 and
11896 nothing2.
11897 * gdb.mi/mi-var-child.exp: Step over new added statements.
11898 Update test to match the new output.
11899 * gdb.mi/var-cmd.c (nothing1): New function.
11900 (nothing2): New function.
11901 (do_children_tests): Set function pointers by nothing1 and
11902 nothing2.
11903 * gdb.mi/mi-var-display.exp: Update test to match output.
11904 Step to the line specified by $line_dct_nothing.
11905 Increase the number of lines to step.
11906
11907 2014-10-14 Yao Qi <yao@codesourcery.com>
11908
11909 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11910 tests.
11911 * gdb.mi/mi2-var-child.exp: Likewise.
11912
11913 2014-10-13 Doug Evans <dje@google.com>
11914
11915 * gdb.python/py-objfile.exp: Change name of file name test.
11916
11917 2014-10-13 Doug Evans <dje@google.com>
11918
11919 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11920 from the start of the CU.
11921
11922 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11923 Yao Qi <yao@codesourcery.com>
11924
11925 Fix "save breakpoints" for "catch" command.
11926 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11927 Remove -nonewline. Match also the added "main" line.
11928
11929 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11930
11931 Fix "save breakpoints" for "disable $bpnum" command.
11932 * gdb.base/save-bp.c (main): Add label.
11933 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11934
11935 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11936
11937 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11938
11939 2014-10-11 Yao Qi <yao@codesourcery.com>
11940
11941 * gdb.server/server-kill.exp: Execute command
11942 "set remote trace-status-packet on" before "tstatus".
11943
11944 2014-10-11 Yao Qi <yao@codesourcery.com>
11945
11946 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11947 (main): Call getppid.
11948 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11949 and continue to it. Read variable "server_pid".
11950
11951 2014-10-11 Yao Qi <yao@codesourcery.com>
11952
11953 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11954
11955 2014-10-11 Yao Qi <yao@codesourcery.com>
11956
11957 * gdb.threads/thread-find.exp: Don't execute command
11958 "info threads".
11959 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11960 * gdb.threads/linux-dp.exp: Don't check the condition
11961 $threads_created equals to zero.
11962
11963 2014-10-10 Pedro Alves <palves@redhat.com>
11964
11965 * gdb.base/bigcore.exp: Remove references to IRIX.
11966 * gdb.base/funcargs.exp: Likewise.
11967 * gdb.base/interrupt.exp: Likewise.
11968 * gdb.base/mips_pro.exp: Likewise.
11969 * gdb.base/nodebug.exp: Likewise.
11970 * gdb.base/setvar.exp: Likewise.
11971 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11972
11973 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11974 Pedro Alves <palves@redhat.com>
11975
11976 PR symtab/14466
11977 * gdb.base/vdso-warning.c: New file.
11978 * gdb.base/vdso-warning.exp: New file.
11979
11980 2014-10-02 Doug Evans <dje@google.com>
11981
11982 * gdb.base/structs.c (main): Don't run forever.
11983
11984 2014-10-02 Pedro Alves <palves@redhat.com>
11985
11986 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11987 (top level) <stop threads 1, stop threads 2>: Use it.
11988
11989 2014-10-02 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.threads/break-while-running.exp (test): Add new
11992 'update_thread_list' argument. Skip "info threads" if false.
11993 (top level): Add new 'update_thread_list' axis.
11994
11995 2014-10-02 Pedro Alves <palves@redhat.com>
11996
11997 PR breakpoints/17431
11998 * gdb.base/execl-update-breakpoints.c: New file.
11999 * gdb.base/execl-update-breakpoints.exp: New file.
12000
12001 2014-10-01 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.base/breakpoint-in-ro-region.c: New file.
12004 * gdb.base/breakpoint-in-ro-region.exp: New file.
12005
12006 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12007
12008 * gdb.mi/mi-exit-code.exp: New file.
12009 * gdb.mi/mi-exit-code.c: New file.
12010
12011 2014-09-30 Yao Qi <yao@codesourcery.com>
12012
12013 * lib/prelink-support.exp (build_executable_own_libs): Error if
12014 the target isn't native.
12015
12016 2014-09-30 Yao Qi <yao@codesourcery.com>
12017
12018 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12019 false.
12020
12021 2014-09-22 Pedro Alves <palves@redhat.com>
12022
12023 * gdb.threads/break-while-running.exp: New file.
12024 * gdb.threads/break-while-running.c: New file.
12025
12026 2014-09-19 Yao Qi <yao@codesourcery.com>
12027
12028 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12029 Invoke test. Restart GDB with --readnow and invoke test again.
12030
12031 2014-09-19 Yao Qi <yao@codesourcery.com>
12032
12033 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12034 proc set_breakpoint_on_gcd_function. Invoke
12035 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12036 invoke set_breakpoint_on_gcd_function again.
12037
12038 2014-09-18 Doug Evans <dje@google.com>
12039
12040 * gdb.dwarf2/symtab-producer.exp: New file.
12041
12042 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12043
12044 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12045 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12046 * gdb.base/global-var-nested-by-dso.c: Likewise.
12047 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12048
12049 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12050 Pedro Alves <palves@redhat.com>
12051
12052 * gdb.base/watch-bitfields.exp: Pass string other than test file
12053 name to prepare_for_testing.
12054 (watch): New procedure.
12055 (expect_watchpoint): Use with_test_prefix.
12056 (top level): Factor out tests to ...
12057 (test_watch_location, test_regular_watch): ... these new
12058 procedures, and use with_test_prefix and gdb_continue_to_end.
12059
12060 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12061
12062 PR breakpoints/12526
12063 * gdb.base/watch-bitfields.exp: New file.
12064 * gdb.base/watch-bitfields.c: New file.
12065
12066 2014-09-16 Pedro Alves <palves@redhat.com>
12067
12068 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12069 software and hardware addresses, not software address against
12070 itself.
12071
12072 2014-09-16 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12075 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12076
12077 2014-09-16 Pedro Alves <palves@redhat.com>
12078
12079 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12080 files.
12081 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12082 "*-*-vxworks*" throughout.
12083 * gdb.base/break.exp: Likewise.
12084 * gdb.base/default.exp: Likewise.
12085 * gdb.base/scope.exp: Likewise.
12086 * gdb.base/sepdebug.exp: Likewise.
12087 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12088 throughout.
12089 * gdb.base/run.c: Likewise.
12090 * gdb.base/sepdebug.c: Likewise.
12091 * gdb.hp/gdb.aCC/run.c: Likewise.
12092 * gdb.reverse/until-reverse.c: Likewise.
12093 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12094
12095 2014-09-16 Yao Qi <yao@codesourcery.com>
12096
12097 * boards/local-remote-host-native.exp: New file.
12098
12099 2014-09-14 Doug Evans <xdje42@gmail.com>
12100
12101 * gdb.threads/queue-signal.c (thread_count): New variable.
12102 (thread_count_mutex, thread_count_condvar): New variables.
12103 (incr_thread_count, wait_all_threads_running): New functions.
12104 (main): Wait for all threads to be in their thread functions.
12105
12106 2014-09-13 Doug Evans <xdje42@gmail.com>
12107
12108 * gdb.threads/queue-signal.c: New file.
12109 * gdb.threads/queue-signal.exp: New file.
12110
12111 2014-09-13 Doug Evans <xdje42@gmail.com>
12112
12113 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12114 be consistent with what default_gdb_init uses.
12115 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12116 the plain text of the prompt. Add some logging printfs.
12117 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12118
12119 2014-09-12 Pedro Alves <palves@redhat.com>
12120
12121 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12122 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12123 * gdb.arch/i386-size-overlap.exp: Likewise.
12124 * gdb.arch/i386-size.exp: Likewise.
12125 * gdb.arch/i386-unwind.exp: Likewise.
12126 * gdb.base/a2-run.exp: Likewise.
12127 * gdb.base/break.exp: Likewise.
12128 * gdb.base/charset.exp: Likewise.
12129 * gdb.base/chng-syms.exp: Likewise.
12130 * gdb.base/commands.exp: Likewise.
12131 * gdb.base/dbx.exp: Likewise.
12132 * gdb.base/find.exp: Likewise.
12133 * gdb.base/funcargs.exp: Likewise.
12134 * gdb.base/jit-simple.exp: Likewise.
12135 * gdb.base/reread.exp: Likewise.
12136 * gdb.base/sepdebug.exp: Likewise.
12137 * gdb.base/step-bt.exp: Likewise.
12138 * gdb.cp/mb-inline.exp: Likewise.
12139 * gdb.cp/mb-templates.exp: Likewise.
12140 * gdb.objc/basicclass.exp: Likewise.
12141 * gdb.threads/killed.exp: Likewise.
12142
12143 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12144
12145 PR tdep/17379
12146 * gdb.arch/powerpc-stackless.S: New file.
12147 * gdb.arch/powerpc-stackless.exp: New file.
12148
12149 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12150
12151 * gdb.base/attach.c: Include unistd.h.
12152 (main): Call alarm. Add label postloop.
12153 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12154 gdb_breakpoint, gdb_continue_to_breakpoint.
12155 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12156
12157 2014-09-11 Pedro Alves <palves@redhat.com>
12158
12159 PR gdb/17347
12160 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12161 * gdb.base/attach.exp (test_command_line_attach_run): New
12162 procedure.
12163 (top level): Call it.
12164
12165 2014-09-11 Pedro Alves <palves@redhat.com>
12166
12167 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12168 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12169 (do_command_attach_tests): Use spawn_wait_for_attach.
12170 * gdb.base/solib-overlap.exp: Likewise.
12171 * gdb.multi/multi-attach.exp: Likewise.
12172 * gdb.python/py-prompt.exp: Likewise.
12173 * gdb.python/py-sync-interp.exp: Likewise.
12174 * gdb.server/ext-attach.exp: Likewise.
12175
12176 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12177
12178 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12179 command in testcase. Simplify testcase.
12180
12181 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12182
12183 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12184
12185 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12186
12187 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12188
12189 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12190
12191 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12192
12193 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12194
12195 * gdb.dwarf2/dynarr-ptr.c: New file.
12196 * gdb.dwarf2/dynarr-ptr.exp: New file.
12197
12198 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12199
12200 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12201 of 30 rather than hardcoding 120 for a slow test case. Take the
12202 `gdb,timeout' target setting into account for this calculation.
12203 Don't extend the timeout for the test cases that don't need it.
12204
12205 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12206
12207 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12208 a factor of 2 for a slow test case. Take the `gdb,timeout'
12209 target setting into account for this calculation.
12210 * gdb.reverse/until-precsave.exp: Increase the timeout by
12211 a factor of 15 and 3 respectively rather than adding 120
12212 for a pair of slow test cases. Take the `gdb,timeout'
12213 target setting into account for this calculation.
12214
12215 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12216
12217 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12218 timeout, don't pass one down to gdb_expect.
12219 (gdb_expect): Rework timeout selection.
12220
12221 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12222
12223 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12224 exception on timeout.
12225 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12226 (gdbserver_start_extended): Catch any `gdbserver_start' error
12227 exceptions.
12228 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12229 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12230 `gdbserver_gdb_load' error exceptions.
12231
12232 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12233
12234 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12235 120 on waiting for the TCP socket to open.
12236
12237 2014-09-09 Doug Evans <xdje42@gmail.com>
12238
12239 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12240 _caller_matches, _any_caller_is, _any_caller_matches.
12241
12242 2014-09-09 Doug Evans <xdje42@gmail.com>
12243
12244 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12245
12246 2014-09-09 Yao Qi <yao@codesourcery.com>
12247
12248 * gdb.mi/mi-var-display.exp: Set print symbol off.
12249
12250 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12251
12252 PR gdb/17035
12253 * gdb.base/commands.exp: Add tests to verify user-defined
12254 commands with empty bodies.
12255 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12256 python commands in `show user command`.
12257 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12258 scheme commands in `show user command`.
12259
12260 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12261
12262 PR python/17355
12263 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12264 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12265 * gdb.python/py-framefilter-invalidarg.exp: New file.
12266 * gdb.python/py-framefilter-invalidarg.py: New file.
12267
12268 2014-09-06 Doug Evans <xdje42@gmail.com>
12269
12270 PR 15276
12271 * gdb.python/py-caller-is.c: New file.
12272 * gdb.python/py-caller-is.exp: New file.
12273
12274 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12275
12276 PR gdb/17235
12277 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12278 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12279
12280 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12281
12282 PR fortran/17237
12283 * gdb.fortran/print-formatted.exp: New file.
12284 * gdb.fortran/print-formatted.f90: Likewise.
12285
12286 2014-09-03 Sasha Smundak <asmundak@google.com>
12287
12288 * gdb.python/py-frame.exp: Test Frame.read_register.
12289
12290 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12291
12292 PR python/16699
12293 * gdb.python/py-completion.exp: New file.
12294 * gdb.python/py-completion.py: Likewise.
12295
12296 2014-08-28 Doug Evans <dje@google.com>
12297
12298 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12299 eax,etc. are live with values set by gdb and thus the compiler can't
12300 use them.
12301 * gdb.arch/i386-pseudo.c (main): Ditto.
12302
12303 2014-08-27 Doug Evans <dje@google.com>
12304
12305 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12306
12307 2014-08-25 Doug Evans <dje@google.com>
12308
12309 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12310 (main): Ditto.
12311
12312 2014-08-25 Doug Evans <dje@google.com>
12313
12314 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12315
12316 2014-08-24 Yao Qi <yao@codesourcery.com>
12317
12318 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12319 symbol off.
12320 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12321
12322 2014-08-22 Doug Evans <dje@google.com>
12323
12324 PR 17276
12325 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12326 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12327 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12328
12329 2014-08-22 Yao Qi <yao@codesourcery.com>
12330
12331 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12332 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12333 * gdb.python/python.exp: Likewise. Use .py file on the host
12334 instead of the build.
12335
12336 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12337
12338 * gdb.threads/gcore-stale-thread.c: New file.
12339 * gdb.threads/gcore-stale-thread.exp: New file.
12340
12341 2014-08-21 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12344 * gdb.base/gcore-relro-pie.exp: Likewise.
12345 * gdb.base/gcore-relro.exp: Likewise.
12346 * gdb.base/gcore.exp: Likewise.
12347 * gdb.base/print-symbol-loading.exp: Likewise.
12348 * gdb.threads/gcore-thread.exp: Likewise.
12349 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12350
12351 2014-08-20 Pedro Alves <palves@redhat.com>
12352 Jan Kratochvil <jan.kratochvil@redhat.com>
12353
12354 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12355 configure.
12356 (EXPECT): Handle READ1 being set.
12357 (all): Depend on EXTRA_RULES.
12358 (check-read1, expect-read1, read1.so, read1): New rules.
12359 * README (Testsuite Parameters): Document the READ1 make variable.
12360 (Race detection): New section.
12361 * configure: Regenerate.
12362 * configure.ac: If build==host==target, and running under a
12363 GNU/glibc system, add read1 to the extra Makefile rules.
12364 (EXTRA_RULES): AC_SUBST it.
12365 * lib/read1.c: New file.
12366
12367 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12368
12369 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12370 the handling of variables declared as a typedef to an array
12371 which a DW_AT_data_location attribute.
12372
12373 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12374 Pedro Alves <palves@redhat.com>
12375
12376 PR symtab/14604
12377 PR symtab/14605
12378 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12379 gdb_test.
12380
12381 2014-08-19 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12384
12385 2014-08-19 Yao Qi <yao@codesourcery.com>
12386
12387 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12388 right line.
12389
12390 2014-08-18 David Blaikie <dblaikie@gmail.com>
12391
12392 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12393
12394 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12395
12396 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12397 attribute in array range.
12398
12399 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12400
12401 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12402
12403 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12404
12405 PR c++/17132
12406 * gdb.cp/pr17132.cc: New file.
12407 * gdb.cp/pr17132.exp: New file.
12408
12409 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12410
12411 * gdb.python/py-xmethods.py (A_getarrayind)
12412 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12413 Use 'print' with function call syntax.
12414 (E_method_matcher.match): Fix tab vs space indentation mixup.
12415
12416 2014-08-15 Yao Qi <yao@codesourcery.com>
12417
12418 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12419 false.
12420
12421 2014-08-15 Yao Qi <yao@codesourcery.com>
12422
12423 * gdb.cp/casts.exp: Set print symbol off.
12424 * gdb.cp/class2.exp: Likewise.
12425 * gdb.cp/overload.exp: Likewise.
12426 * gdb.cp/templates.exp: Likewise.
12427
12428 2014-08-11 Doug Evans <dje@google.com>
12429
12430 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12431 (test_load_shlib): Update.
12432
12433 2014-08-09 Yao Qi <yao@codesourcery.com>
12434
12435 * gdb.base/display.exp: Invoke is_address_zero_readable.
12436 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12437 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12438 * gdb.base/hbreak-unmapped.exp: Return if
12439 is_address_zero_readable returns true.
12440 * gdb.base/signest.exp: Likewise.
12441 * gdb.base/signull.exp: Likewise.
12442 * gdb.base/sigbpt.exp: Likewise.
12443 * gdb.guile/scm-disasm.exp: Do the test if
12444 is_address_zero_readable returns false.
12445 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12446 * gdb.python/py-arch.exp: Likewise.
12447 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12448 * lib/gdb.exp (is_address_zero_readable): New proc.
12449
12450 2014-08-09 Yao Qi <yao@codesourcery.com>
12451
12452 PR testsuite/13443
12453 * gdb.mi/mi-var-display.exp: Make test messages unique.
12454
12455 2014-08-04 Tom Tromey <tromey@redhat.com>
12456
12457 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12458 target 0".
12459
12460 2014-08-04 Tom Tromey <tromey@redhat.com>
12461
12462 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12463 "target_resume".
12464
12465 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12466
12467 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12468 inner_vla_struct_object_size.
12469 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12470 as xfail.
12471
12472 2014-07-30 Pedro Alves <palves@redhat.com>
12473
12474 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12475 comment.
12476
12477 2014-07-29 Yao Qi <yao@codesourcery.com>
12478
12479 PR gdb/17206
12480 * gdb.base/until-nodebug.exp: New.
12481
12482 2014-07-28 Doug Evans <xdje42@gmail.com>
12483
12484 PR guile/17203
12485 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12486 previously existing parameter, and previously ambiguously spelled
12487 parameter.
12488
12489 2014-07-28 Will Newton <will.newton@linaro.org>
12490
12491 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12492
12493 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12494 Doug Evans <xdje42@gmail.com>
12495
12496 PR guile/17146
12497 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12498
12499 2014-07-25 Pedro Alves <palves@redhat.com>
12500
12501 * gdb.threads/signal-command-handle-nopass.c: New file.
12502 * gdb.threads/signal-command-handle-nopass.exp: New file.
12503 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12504 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12505 * gdb.threads/signal-delivered-right-thread.c: New file.
12506 * gdb.threads/signal-delivered-right-thread.exp: New file.
12507
12508 2014-07-25 Pedro Alves <palves@redhat.com>
12509
12510 * gdb.base/double-prompt-target-event-error.exp
12511 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12512 match.
12513 (cancel_pagination_in_target_event): Rework double prompt
12514 detection.
12515 * gdb.base/paginate-after-ctrl-c-running.exp
12516 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12517 <return>' match.
12518 * gdb.base/paginate-bg-execution.exp
12519 (test_bg_execution_pagination_return)
12520 (test_bg_execution_pagination_cancel): Remove '-notransfer
12521 <return>' matches.
12522 * gdb.base/paginate-execution-startup.exp
12523 (test_fg_execution_pagination_return)
12524 (test_fg_execution_pagination_cancel): Remove '-notransfer
12525 <return>' matches.
12526 * gdb.base/paginate-inferior-exit.exp
12527 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12528 match.
12529 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12530 * lib/gdb.exp (pagination_prompt): Run text through
12531 string_to_regexp.
12532 (gdb_test_multiple): Match $pagination_prompt instead of
12533 "<return>".
12534 (string_to_regexp): Move to lib/gdb-utils.exp.
12535
12536 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12537
12538 * gdb.arch/amd64-entry-value-paramref.S: New file.
12539 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12540 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12541 * gdb.arch/amd64-optimout-repeat.S: New file.
12542 * gdb.arch/amd64-optimout-repeat.c: New file.
12543 * gdb.arch/amd64-optimout-repeat.exp: New file.
12544
12545 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 PR gdb/17170
12548 * gdb.base/statistics.exp: New file.
12549
12550 2014-07-17 Doug Evans <dje@google.com>
12551
12552 PR gdb/17170
12553 * gdb.base/maint.exp: Update testing of per-command stats.
12554
12555 2014-07-16 Pedro Alves <palves@redhat.com>
12556
12557 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12558 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12559 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12560 (tfile_write_buf): New functions.
12561 (add_memory_block): Rewrite using the above.
12562 (adjust_function_address): New function.
12563 (FUNCTION_ADDRESS): New macro.
12564 (write_basic_trace_file): Remove short_x local, and use
12565 tfile_write_16. Change type of func_addr local to unsigned long
12566 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12567 here. Cast argument of add_memory_block to char pointer.
12568 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12569 (main): Remove parameters.
12570 * gdb.trace/tfile.exp: Remove nowarnings.
12571
12572 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12573
12574 * gdb.base/debug-expr.exp: Test string evaluation with
12575 "debug expression" on.
12576
12577 2014-07-15 Pedro Alves <palves@redhat.com>
12578
12579 * gdb.base/reread.exp: Use clean_restart.
12580
12581 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12582
12583 * gdb.arch/avr-flash-qualifer.c: New.
12584 * gdb.arch/avr-flash-qualifer.exp: New.
12585
12586 2014-07-14 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12589 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12590
12591 2014-07-14 Pedro Alves <palves@redhat.com>
12592
12593 * gdb.base/double-prompt-target-event-error.c: New file.
12594 * gdb.base/double-prompt-target-event-error.exp: New file.
12595
12596 2014-07-14 Pedro Alves <palves@redhat.com>
12597
12598 PR gdb/17072
12599 * gdb.base/paginate-inferior-exit.c: New file.
12600 * gdb.base/paginate-inferior-exit.exp: New file.
12601
12602 2014-07-14 Pedro Alves <palves@redhat.com>
12603
12604 PR gdb/17072
12605 * gdb.base/paginate-bg-execution.c: New file.
12606 * gdb.base/paginate-bg-execution.exp: New file.
12607
12608 2014-07-14 Pedro Alves <palves@redhat.com>
12609
12610 PR gdb/17072
12611 * gdb.base/paginate-execution-startup.c: New file.
12612 * gdb.base/paginate-execution-startup.exp: New file.
12613 * lib/gdb.exp (pagination_prompt): New global.
12614 (default_gdb_spawn): New procedure, factored out from
12615 default_gdb_spawn.
12616 (default_gdb_start): Adjust to call default_gdb_spawn.
12617 (gdb_spawn): New procedure.
12618
12619 2014-07-14 Pedro Alves <palves@redhat.com>
12620
12621 * lib/gdb.exp (gdb_assert): New procedure.
12622 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12623
12624 2014-07-14 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.base/execution-termios.c: New file.
12627 * gdb.base/execution-termios.exp: New file.
12628
12629 2014-07-14 Tom Tromey <tromey@redhat.com>
12630
12631 * gdb.cp/vla-cxx.cc: New file.
12632 * gdb.cp/vla-cxx.exp: New file.
12633
12634 2014-07-14 Tom Tromey <tromey@redhat.com>
12635
12636 * gdb.reverse/rerun-prec.c: New file.
12637 * gdb.reverse/rerun-prec.exp: New file.
12638
12639 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12640 Maciej W. Rozycki <macro@codesourcery.com>
12641
12642 * lib/gdb-utils.exp: New file.
12643 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12644 inline `gdb_init_command' processing.
12645 (gdb_start_cmd): Likewise.
12646 * lib/mi-support.exp (mi_run_cmd): Likewise.
12647 * README: Document `gdb_init_command' and `gdb_init_commands'.
12648
12649 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12650
12651 Fix false FAIL running under a very long directory name.
12652 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12653 and "set print elements 10000". Twice.
12654
12655 2014-07-11 Yao Qi <yao@codesourcery.com>
12656
12657 * gdb.base/exprs.exp: "set print symbol off".
12658
12659 2014-07-11 Pedro Alves <palves@redhat.com>
12660
12661 * gdb.threads/kill.c: New file.
12662 * gdb.threads/kill.exp: New file.
12663
12664 2014-07-10 Yao Qi <yao@codesourcery.com>
12665
12666 * gdb.trace/tfile.c (write_basic_trace_file)
12667 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12668 address written to trace file.
12669
12670 2014-07-09 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.base/attach-wait-input.exp: New file.
12673 * gdb.base/attach-wait-input.c: New file.
12674
12675 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12676
12677 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12678 setting up test structures.
12679 (main): Call new test function.
12680 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12681 test function, continue into test function and walk test
12682 structures.
12683
12684 2014-07-02 Yao Qi <yao@codesourcery.com>
12685
12686 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12687 'bar_start' at the beginning of functions 'foo' and 'bar'
12688 respectively.
12689 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12690 instead of 'foo' and 'bar'.
12691
12692 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12693
12694 * gdb.btrace/segv.exp: New.
12695 * gdb.btrace/segv.c: New.
12696
12697 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12698
12699 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12700 instruction.
12701
12702 2014-06-30 Mark Wielaard <mjw@redhat.com>
12703
12704 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12705 vulture, vilify, villar): New volatile array constants.
12706 (vindictive, vegetation): New const volatile array constants.
12707 * gdb.base/volatile.exp: Test volatile and const volatile array
12708 types.
12709
12710 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12711
12712 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12713 target lacks support for awatch, rwatch, or hbreak.
12714
12715 2014-06-27 Yao Qi <yao@codesourcery.com>
12716
12717 * gdb.multi/dummy-frame-restore.exp: New.
12718 * gdb.multi/dummy-frame-restore.c: New.
12719
12720 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12721
12722 * gdb.btrace/gcore.exp: New.
12723
12724 2014-06-23 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.base/watchpoint-reuse-slot.c: New file.
12727 * gdb.base/watchpoint-reuse-slot.exp: New file.
12728
12729 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12730
12731 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12732 progspace's filename in 'info', 'enable' and 'disable' command
12733 tests.
12734
12735 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12736
12737 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12738 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12739 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12740
12741 2014-06-20 Gary Benson <gbenson@redhat.com>
12742
12743 * gdb.arch/i386-avx.exp: Fix include file location.
12744 * gdb.arch/i386-sse.exp: Likewise.
12745
12746 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12747
12748 * gdb.dlang/expression.exp: New file.
12749
12750 2014-06-19 Pedro Alves <palves@redhat.com>
12751
12752 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12753 out from ...
12754 (top level): ... here. Iterate running tests under different
12755 scheduler-locking settings.
12756
12757 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12758
12759 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12760 to DW_FORM_addr and use non-zero addresses.
12761
12762 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12763
12764 PR gdb/17017
12765 * gdb.python/py-xmethods.cc: Add global function call counters and
12766 increment them in their respective functions. Remove "cout"
12767 statements.
12768 * gdb.python/py-xmethods.exp: Make tests check the global function
12769 call counters instead of depending on inferior IO.
12770
12771 2014-06-18 Don Breazeal <donb@codesourcery.com>
12772
12773 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12774 Deleted procedure.
12775 (explicit_fork_parent_follow): Deleted procedure.
12776 (explicit_fork_child_follow): Deleted procedure.
12777 (test_follow_fork): New procedure.
12778 (do_fork_tests): Replace calls to deleted procedures with
12779 calls to test_follow_fork and reset GDB for subsequent
12780 procedure calls.
12781
12782 2014-06-17 Yao Qi <yao@codesourcery.com>
12783
12784 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12785 CP1252.
12786
12787 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12788
12789 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12790 Initialize ptr and S explicitly.
12791 (skip_type_update_when_not_use_rtti_test): Likewise.
12792
12793 2014-06-16 Keith Seitz <keiths@redhat.com>
12794
12795 PR mi/15863
12796 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12797 the inferior is started.
12798
12799 2014-06-16 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.base/break-main-file-remove-fail.c: New file.
12802 * gdb.base/break-main-file-remove-fail.exp: New file.
12803 * gdb.base/break-unload-file.exp: Use build_executable instead of
12804 prepare_for_testing.
12805 (test_break): New parameter "initial_load". Handle it.
12806 (top level): Add initial_load cmdline/file axis.
12807
12808 2014-06-12 Tom Tromey <tromey@redhat.com>
12809
12810 * gdb.base/completion.exp: Don't use directory name in test.
12811
12812 2014-06-09 Gary Benson <gbenson@redhat.com>
12813
12814 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12815 separate the always-available ANSI-standard signals from the
12816 signals that require checking.
12817 (main): Likewise.
12818 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12819 Likewise.
12820 (main): Likewise.
12821
12822 2014-06-07 Keith Seitz <keiths@redhat.com>
12823
12824 Revert:
12825 PR c++/16253
12826 * gdb.cp/var-tag.cc: New file.
12827 * gdb.cp/var-tag.exp: New file.
12828 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12829 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12830 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12831 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12832
12833 2014-06-06 Doug Evans <xdje42@gmail.com>
12834
12835 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12836
12837 2014-06-06 Pedro Alves <palves@redhat.com>
12838
12839 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12840 in target debug output instead of looking at RSP packets,
12841 disabling the test on any target that uses hardware stepping.
12842 Update comments.
12843
12844 2014-06-06 Pedro Alves <palves@redhat.com>
12845
12846 * gdb.base/break-unload-file.exp: Fix typo.
12847
12848 2014-06-06 Yao Qi <yao@codesourcery.com>
12849
12850 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12851 from "jit_function" to "^jit_function".
12852
12853 2014-06-06 Yao Qi <yao@codesourcery.com>
12854
12855 * gdb.base/async.c (foo): Add one statement.
12856 * gdb.base/async.exp: Get the next instruction address and
12857 match the output of "nexti" by instruction address. Match
12858 the hex address in the output of "finish".
12859
12860 2014-06-06 Gary Benson <gbenson@redhat.com>
12861
12862 * gdb.base/call-signals.c: Remove preprocessor conditionals
12863 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12864 SIGSEGV and SIGTERM.
12865 * gdb.base/sigall.c: Likewise.
12866 * gdb.base/unwindonsignal.c: Likewise.
12867 * gdb.reverse/sigall-reverse.c: Likewise.
12868
12869 2014-06-06 Yao Qi <yao@codesourcery.com>
12870
12871 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12872 readable, skip the test.
12873
12874 2014-06-06 Yao Qi <yao@codesourcery.com>
12875
12876 * gdb.threads/staticthreads.c (thread_function): Move the line
12877 setting breakpoint on forward.
12878 * gdb.threads/staticthreads.exp: Update comments.
12879
12880 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12881
12882 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12883 "history-append! type error".
12884
12885 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12886
12887 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12888 erroneous dprintf expected input.
12889
12890 2014-06-04 Doug Evans <xdje42@gmail.com>
12891
12892 * gdb.guile/scm-generics.exp: Delete.
12893
12894 2014-06-04 Doug Evans <xdje42@gmail.com>
12895
12896 * gdb.guile/scm-breakpoint.exp: Update.
12897 Add tests for breakpoint registration.
12898
12899 2014-06-04 Tom Tromey <tromey@redhat.com>
12900
12901 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12902 VLA-in-union.
12903 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12904 inner_vla_struct, vla_union types. Initialize objects of those
12905 types and compute their sizes.
12906
12907 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12908 Hui Zhu <hui@codesourcery.com>
12909
12910 * gdb.base/fileio.exp: Add test for shell not available as well as
12911 available.
12912 * gdb.base/fileio.c (test_system): Check for shell twice.
12913
12914 2014-06-04 Yao Qi <yao@codesourcery.com>
12915
12916 * gdb.base/auto-connect-native-target.exp: Remove redundant
12917 space from the regexp pattern.
12918
12919 2014-06-04 Yao Qi <yao@codesourcery.com>
12920
12921 * gdb.base/default.exp: Replace "child" with "native" in
12922 regexp pattern.
12923
12924 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12925
12926 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12927 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12928 * gdb.python/py-xmethods.py: Python script supporting the
12929 new testcase and tests.
12930
12931 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12932 Pedro Alves <palves@redhat.com>
12933
12934 PR breakpoints/17000
12935 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12936 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12937
12938 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12939
12940 * gdb.base/subst.exp: Add tests to verify partial path matching
12941 output.
12942
12943 2014-06-03 Pedro Alves <palves@redhat.com>
12944
12945 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12946 target that doesn't use software single-stepping.
12947
12948 2014-06-03 Pedro Alves <palves@redhat.com>
12949
12950 PR breakpoints/17000
12951 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12952 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12953
12954 2014-06-02 Doug Evans <xdje42@gmail.com>
12955
12956 * gdb.guile/scm-parameter.exp: New file.
12957
12958 2014-06-02 Doug Evans <xdje42@gmail.com>
12959
12960 * gdb.guile/scm-cmd.c: New file.
12961 * gdb.guile/scm-cmd.exp: New file.
12962
12963 2014-06-02 Doug Evans <xdje42@gmail.com>
12964
12965 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12966 pretty-printer lookup.
12967 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12968 (make-pp_s-printer): Call it.
12969 (make-pretty-printer-from-dict): New function.
12970 (lookup-pretty-printer-maker-from-dict): New function.
12971 (*pretty-printer*): Simplify.
12972 (make-objfile-pp_s-printer): New function.
12973 (install-objfile-pretty-printers!): New function.
12974 (make-progspace-pp_s-printer): New function.
12975 (install-progspace-pretty-printers!): New function.
12976 * gdb.guile/scm-progspace.c: New file.
12977 * gdb.guile/scm-progspace.exp: New file.
12978
12979 2014-06-02 Pedro Alves <palves@redhat.com>
12980
12981 * gdb.base/dprintf-bp-same-addr.c: New file.
12982 * gdb.base/dprintf-bp-same-addr.exp: New file.
12983
12984 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12985
12986 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12987 * gdb.arch/powerpc-power.s: Likewise.
12988
12989 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12990
12991 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12992
12993 2014-06-01 Yao Qi <yao@codesourcery.com>
12994
12995 * gdb.base/watchpoint.exp (test_watch_location): Check null
12996 pointer can be dereferenced. If not, do the test, otherwise
12997 skip it.
12998
12999 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13000
13001 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13002 results.
13003 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13004
13005 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13006
13007 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13008 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13009 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13010 * gdb.arch/amd64-invalid-stack-top.c: New file.
13011 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13012
13013 2014-05-30 Pedro Alves <palves@redhat.com>
13014
13015 PR breakpoints/17000
13016 * gdb.base/sss-bp-on-user-bp.c: New file.
13017 * gdb.base/sss-bp-on-user-bp.exp: New file.
13018
13019 2014-05-30 David Blaikie <dblaikie@gmail.com>
13020
13021 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13022 gnu_inline semantics via attribute.
13023 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13024 source explicitly specifies the required semantics.
13025
13026 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13027
13028 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13029
13030 2014-05-29 Pedro Alves <palves@redhat.com>
13031 Tom Tromey <tromey@redhat.com>
13032
13033 * gdb.base/async-shell.exp: Don't enable target-async.
13034 * gdb.base/async.exp
13035 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13036 parameter. Adjust.
13037 (top level): Don't test with "target-async".
13038 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13039 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13040 * gdb.base/inferior-died.exp: Don't enable target-async.
13041 * gdb.base/interrupt-noterm.exp: Likewise.
13042 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13043 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13044 * gdb.mi/mi-nonstop.exp: Likewise.
13045 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13046 * gdb.mi/mi-nsintrall.exp: Likewise.
13047 * gdb.mi/mi-nsmoribund.exp: Likewise.
13048 * gdb.mi/mi-nsthrexec.exp: Likewise.
13049 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13050 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13051 * gdb.python/py-evsignal.exp: Don't enable target-async.
13052 * gdb.python/py-evthreads.exp: Likewise.
13053 * gdb.python/py-prompt.exp: Likewise.
13054 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13055 * gdb.server/solib-list.exp: Don't enable target-async.
13056 * gdb.threads/thread-specific-bp.exp: Likewise.
13057 * lib/mi-support.exp: Adjust to use mi-async.
13058
13059 2014-05-29 Pedro Alves <palves@redhat.com>
13060
13061 PR gdb/13860
13062 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13063 reason, even in sync mode.
13064
13065 2014-05-29 Pedro Alves <palves@redhat.com>
13066 Hui Zhu <hui@codesourcery.com>
13067
13068 PR PR15693
13069 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13070 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13071 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13072 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13073
13074 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13075
13076 * config/monitor.exp (gdb_target_monitor): Replace use of
13077 "set remotebaud" by "set serial baud".
13078
13079 2014-05-26 Andy Wingo <wingo@igalia.com>
13080
13081 * gdb.guile/scm-breakpoint.exp:
13082 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13083 properties instead of gdb-object-properties.
13084
13085 2014-05-26 Yao Qi <yao@codesourcery.com>
13086
13087 * gdb.server/no-thread-db.exp: Specify source file name
13088 explicitly when setting a breakpoint.
13089
13090 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13091
13092 * gdb.btrace/vdso.c: New.
13093 * gdb.btrace/vdso.exp: New.
13094
13095 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13096
13097 * gdb.base/gcore.exp (capture_command_output): Move ...
13098 * lib/gdb.exp (capture_command_output): ... here.
13099
13100 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13101
13102 * gdb.btrace/data.exp: Test memory access during btrace replay.
13103
13104 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13105
13106 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13107
13108 2014-05-21 Pedro Alves <palves@redhat.com>
13109
13110 PR gdb/13860
13111 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13112 (top level): Test that output related to execution commands is
13113 sent to the console with CLI commands, but not with MI commands.
13114 Test that breakpoint events are always mirrored to the console.
13115 Also expect the new source line to be output after a "next" in
13116 async mode too. Make it a pass/fail test.
13117 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13118 output.
13119 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13120
13121 2014-05-21 Pedro Alves <palves@redhat.com>
13122
13123 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13124 Use them to test variations of "list" after reaching a breakpoint.
13125 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13126 Test "list" with listsize 10 after reaching a breakpoint.
13127 * gdb.python/python.exp (decode_line current location line
13128 number): Adjust expected line number.
13129
13130 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13131
13132 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13133 behavior for $args, pass it directly to "run".
13134
13135 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13136
13137 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13138 30000 to 65536.
13139
13140 2014-05-21 Pedro Alves <palves@redhat.com>
13141
13142 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13143 auto-connect-native-target off".
13144 * gdb.base/auto-connect-native-target.c: New file.
13145 * gdb.base/auto-connect-native-target.exp: New file.
13146
13147 2014-05-21 Pedro Alves <palves@redhat.com>
13148
13149 * gdb.base/default.exp: Test "target native" instead of "target
13150 child".
13151
13152 2014-05-21 Mark Wielaard <mjw@redhat.com>
13153
13154 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13155
13156 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 Fix TLS access for -static -pthread.
13159 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13160 <HAVE_TLS> (thread_function, main): Initialize it.
13161 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13162 Add clean_restart.
13163 <$have_tls != "">: Check TLSVAR.
13164
13165 2014-05-21 Pedro Alves <palves@redhat.com>
13166
13167 * gdb.base/dcache-line-read-error.c: New.
13168 * gdb.base/dcache-line-read-error.exp: New.
13169
13170 2014-05-20 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.base/compare-sections.c: New file.
13173 * gdb.base/compare-sections.exp: New file.
13174
13175 2014-05-20 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.base/break-idempotent.c: New file.
13178 * gdb.base/break-idempotent.exp: New file.
13179
13180 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13181
13182 * gdb.btrace/nohist.exp: New.
13183
13184 2014-05-20 Yao Qi <yao@codesourcery.com>
13185
13186 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13187 gdb.reverse directory and gdb_reverse_timeout exists in board
13188 setting.
13189 * README: Document gdb_reverse_timeout.
13190
13191 2014-05-20 Yao Qi <yao@codesourcery.com>
13192
13193 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13194 'test_file_name'. Treat args as a string instead of a list.
13195 (gdb_init): Rename argument 'args' by 'test_file_name'.
13196
13197 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13198
13199 * gdb.arch/powerpc-power.exp: New file.
13200 * gdb.arch/powerpc-power.s: New file.
13201
13202 2014-05-16 Doug Evans <dje@google.com>
13203
13204 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13205 * gdb.base/completion.exp: Check that all expected files exist
13206 before doing file completion.
13207
13208 2014-05-16 Doug Evans <dje@google.com>
13209
13210 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13211 Update.
13212 (do_syscall_tests_without_xml): Update.
13213
13214 2014-05-16 Pedro Alves <palves@redhat.com>
13215
13216 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13217 instead of "unknown output after running".
13218
13219 2014-05-16 Yao Qi <yao@codesourcery.com>
13220
13221 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13222 file1.txt from host at the end.
13223 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13224
13225 2014-05-15 Doug Evans <dje@google.com>
13226
13227 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13228 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13229 loading file. Add test for TU lookup.
13230
13231 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13232
13233 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13234 calling "-exec-arguments" or "set args" before running the
13235 inferior.
13236
13237 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13238
13239 * lib/mi-support.exp (mi_expect_stop): Expect message for
13240 inferiors that exit with non-zero exit code.
13241
13242 2014-05-14 Yao Qi <yao@codesourcery.com>
13243
13244 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13245 match absolute path on remote host.
13246 (test_file_list_exec_source_files): Remove "/" from the
13247 pattern.
13248
13249 2014-05-14 Yao Qi <yao@codesourcery.com>
13250
13251 * boards/local-remote-host-notty.exp (${board}_file): New
13252 proc.
13253
13254 2014-05-07 Kyle McMartin <kyle@redhat.com>
13255
13256 Pushed by Joel Brobecker <brobecker@adacore.com>.
13257 * gdb.arch/aarch64-atomic-inst.c: New file.
13258 * gdb.arch/aarch64-atomic-inst.exp: New file.
13259
13260 2014-05-07 Yao Qi <yao@codesourcery.com>
13261
13262 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13263 in current context" too.
13264
13265 2014-05-05 Keith Seitz <keiths@redhat.com>
13266
13267 * gdb.linespec/ls-dollar.exp: Add test for linespec
13268 file:convenience_variable.
13269
13270 2014-05-05 Yao Qi <yao@codesourcery.com>
13271
13272 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13273 traceframes into tfile and ctf trace files. Read data from
13274 trace file and test collected data.
13275 (gdb_collect_locals_test): Likewise.
13276 (gdb_unavailable_registers_test): Likewise.
13277 (gdb_unavailable_floats): Likewise.
13278 (gdb_collect_globals_test): Likewise.
13279 (top-level): Append "ctf" to trace_file_targets if GDB
13280 supports.
13281
13282 2014-05-05 Yao Qi <yao@codesourcery.com>
13283
13284 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13285 code to ...
13286 (gdb_collect_args_test_1): ... it. New proc.
13287 (gdb_collect_locals_test): Move some code to ...
13288 (gdb_collect_locals_test_1): ... it. New proc.
13289 (gdb_unavailable_registers_test): Move some code to ...
13290 (gdb_unavailable_registers_test_1): ... it. New proc.
13291 (gdb_unavailable_floats): Move some code to ...
13292 (gdb_unavailable_floats_1): ... it. New proc.
13293
13294 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13295
13296 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13297 probes to test for bitness recognition.
13298 * gdb.arch/amd64-stap-optional-prefix.exp
13299 (test_probe_value_without_reg): New procedure.
13300 Add code to test for different kinds of bitness.
13301
13302 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13303
13304 PR breakpoints/16889
13305 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13306 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13307
13308 2014-05-01 Pedro Alves <palves@redhat.com>
13309
13310 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13311 gdb_file_cmd if no file is specified.
13312 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13313 last_loaded_file to set the remote exec-file.
13314
13315 2014-05-01 Pedro Alves <palves@redhat.com>
13316
13317 * boards/local-remote-host.exp: New file.
13318
13319 2014-05-01 Pedro Alves <palves@redhat.com>
13320
13321 * boards/local-remote-host.exp: Rename to ...
13322 * boards/local-remote-host-notty.exp: ... this.
13323
13324 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13325
13326 * gdb.ada/dyn_arrayidx: New testcase.
13327
13328 2014-04-26 Yao Qi <yao@codesourcery.com>
13329
13330 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13331 and compute the length of function main. Save it in
13332 $main_length.
13333 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13334 (top-level): Use gdb_compile to compile objects into
13335 executable and restart GDB. Remove invocation to
13336 prepare_for_testing.
13337
13338 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13339 Pedro Alves <palves@redhat.com>
13340
13341 PR server/16255
13342 * gdb.multi/multi-attach.c: New file.
13343 * gdb.multi/multi-attach.exp: New file.
13344
13345 2014-04-25 Pedro Alves <palves@redhat.com>
13346
13347 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13348 user.
13349 (top level): Test that "set remote conditional-breakpoints-packet
13350 off" works as intended.
13351 * gdb.base/dprintf.exp: Test that "set remote
13352 breakpoint-commands-packet off" works as intended.
13353 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13354 New function.
13355 (top level): Call it.
13356 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13357 remote fast-tracepoints-packet off" works as intended.
13358 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13359 * lib/gdb.exp (gdb_is_target_remote): ... here.
13360
13361 2014-04-24 David Blaikie <dblaikie@gmail.com>
13362
13363 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13364 ensure clang would not discard them.
13365 * gdb.base/gdbvars.c: Ditto.
13366 * gdb.base/memattr.c: Ditto.
13367 * gdb.base/whatis.c: Ditto.
13368 * gdb.python/py-prettyprint.c: Ditto.
13369 * gdb.trace/actions.c: Ditto.
13370 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13371 ensure clang would not discard it.
13372
13373 2014-04-24 David Blaikie <dblaikie@gmail.com>
13374
13375 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13376 clang to emit the full definition of type required by the test
13377 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13378
13379 2014-04-24 David Blaikie <dblaikie@gmail.com>
13380
13381 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13382 coax Clang into emitting the definition of the type.
13383 * gdb.cp/pr10728-x.h (y): Ditto.
13384 * gdb.cp/pr10728-y.cc (y): Ditto.
13385
13386 2014-04-24 David Blaikie <dblaikie@gmail.com>
13387
13388 * gdb.base/label.exp: XFAIL label related tests under Clang.
13389 * gdb.cp/cplabel.exp: Ditto.
13390 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13391 under Clang those using labels.
13392
13393 2014-04-25 Yao Qi <yao@codesourcery.com>
13394
13395 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13396 double_label.
13397 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13398 partial_label and double_label.
13399
13400 2014-04-24 David Blaikie <dblaikie@gmail.com>
13401
13402 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13403
13404 2014-04-24 David Blaikie <dblaikie@gmail.com>
13405
13406 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13407 of the function to work across GCC and Clang.
13408 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13409 pointer types (const void ** const V void **).
13410
13411 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13412 Walfred Tedeschi <walfred.tedeschi@intel.com>
13413
13414 * Makefile.in (EXECUTABLES): Added i386-avx512.
13415 * gdb.arch/i386-avx512.c: New file.
13416 * gdb.arch/i386-avx512.exp: Likewise.
13417
13418 2014-04-23 Keith Seitz <keiths@redhat.com>
13419
13420 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13421 (mi_make_breakpoint_table): New procedure.
13422 (mi_create_breakpoint): Use mi_make_breakpoint
13423 and return the result.
13424 (mi_make_breakpoint): New procedure.
13425 (mi_build_kv_pairs): New procedure.
13426
13427 * gdb.mi/mi-break.exp: Remove unused globals,
13428 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13429 All callers updated.
13430 * gdb.mi/mi-dprintf.exp: Use variable to track command
13431 number.
13432 Update all callers of mi_create_breakpoint and use
13433 mi_make_breakpoint_table.
13434 Remove any unused global variables.
13435 * gdb.mi/mi-nonstop.exp: Likewise.
13436 * gdb.mi/mi-nsintrall.exp: Likewise.
13437 * gdb.mi/mi-nsmoribund.exp: Likewise.
13438 * gdb.mi/mi-nsthrexec.exp: Likewise.
13439 * gdb.mi/mi-reverse.exp: Likewise.
13440 * gdb.mi/mi-simplerun.exp: Likewise.
13441 * gdb.mi/mi-stepn.exp: Likewise.
13442 * gdb.mi/mi-syn-frame.exp: Likewise.
13443 * gdb.mi/mi-until.exp: Likewise.
13444 * gdb.mi/mi-var-cp.exp: Likewise.
13445 * gdb.mi/mi-var-display.exp: Likewise.
13446 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13447 * gdb.mi/mi2-var-child.exp: Likewise.
13448 * gdb.mi/mi-vla-c99.exp: Likewise.
13449 * lib/mi-support.exp: Likewise.
13450
13451 From Ian Lance Taylor <iant@cygnus.com>:
13452 * lib/gdb.exp (parse_args): New procedure.
13453
13454 2014-04-23 Pedro Alves <palves@redhat.com>
13455
13456 * gdb.base/break-unload-file.c: New file.
13457 * gdb.base/break-unload-file.exp: New file.
13458 * gdb.base/sym-file-lib.c (baz): New function.
13459 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13460 field.
13461 (load): Store the segment's mapped size.
13462 (unload): New function.
13463 (unload_shlib): New function.
13464 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13465 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13466 set a breakpoint at baz, and call it.
13467 * gdb.base/sym-file.exp: New tests for stale breakpoint
13468 instructions.
13469
13470 2014-04-23 Pedro Alves <palves@redhat.com>
13471
13472 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13473 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13474 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13475 * gdb.base/hbreak-unmapped.c: New file.
13476 * gdb.base/hbreak-unmapped.exp: New file.
13477 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13478 * lib/gdb.exp (gdb_is_target_remote): ... here.
13479
13480 2014-04-22 Pedro Alves <palves@redhat.com>
13481
13482 * gdb.base/consecutive-step-over.c: New file.
13483 * gdb.base/consecutive-step-over.exp: New file.
13484
13485 2014-04-22 Pedro Alves <palves@redhat.com>
13486
13487 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13488 instead of send_gdb/gdb_expect.
13489
13490 2014-04-22 Yao Qi <yao@codesourcery.com>
13491
13492 * lib/trace-support.exp (generate_tracefile): New procedure.
13493 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13494 return 0.
13495 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13496 if generate_tracefile returns 1.
13497
13498 2014-04-18 Tom Tromey <palves@redhat.com>
13499 Pedro alves <tromey@redhat.com>
13500
13501 PR backtrace/15558
13502 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13503 with a backtrace limit.
13504 * gdb.python/py-frame-inline.exp: Test running to an inline
13505 function with a backtrace limit, and printing the newest frame.
13506 * gdb.python/py-frame-inline.c (main): Call f.
13507
13508 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13509
13510 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13511
13512 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13513
13514 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13515 Drop prefix from unsupported source file path.
13516
13517 2014-04-17 Yao Qi <yao@codesourcery.com>
13518
13519 * lib/gdb.exp (with_target_charset): New proc.
13520 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13521 with_target_charset.
13522 (test_print_strings): Likewise.
13523 (test_repeat_bytes): Likewise.
13524 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13525 for some tests.
13526
13527 2014-04-16 Keith Seitz <keiths@redhat.com>
13528
13529 PR gdb/15827
13530 * gdb.dwarf2/corrupt.c: New file.
13531 * gdb.dwarf2/corrupt.exp: New file.
13532
13533 2014-04-16 Keith Seitz <keiths@redhat.com>
13534
13535 PR c++/16597
13536 * gdb.cp/namelessclass.cc: New file.
13537 * gdb.cp/namelessclass.exp: New file.
13538 * gdb.cp/namelessclass.S: New file.
13539
13540 2014-04-16 Doug Evans <dje@google.com>
13541
13542 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13543 Add comment.
13544 (gdbserver_default_get_comm_port): New function.
13545 (gdbserver_start): Check if board file provided
13546 "gdbserver,get_comm_port" and use it if so.
13547 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13548 (gdb,socketport): Set to "stdio".
13549 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13550 (stdio_gdbserver_template): Delete.
13551 (${board}_get_remote_address): Update.
13552 (${board}_build_remote_cmd): Delete.
13553 (${board}_get_comm_port): New function.
13554 (${board}_spawn): Update.
13555 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13556 Delete.
13557 (${board}_get_remote_address): Update.
13558 (${board}_get_comm_port): New function.
13559
13560 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13561
13562 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13563 appearing in any order.
13564
13565 2014-04-15 Doug Evans <dje@google.com>
13566
13567 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13568 uninitialized value of "description".
13569
13570 2014-04-15 Keith Seitz <keiths@redhat.com>
13571
13572 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13573 Remove unused globals.
13574 (test_running_the_program): Likewise.
13575 (test_controlled_execution): Likewise.
13576 (test_controlling_breakpoints): Likewise.
13577 (test_program_termination): Likewise.
13578
13579 2014-04-15 Keith Seitz <keiths@redhat.com>
13580
13581 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13582 unused globals.
13583 (test_rbreak_creation_and_listing): Likewise.
13584 (test_ignore_count): Likewise.
13585 (test_error): Likewise.
13586
13587 2014-04-15 Pedro Alves <palves@redhat.com>
13588
13589 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13590 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13591 sym-file-loader.c.
13592 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13593 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13594 to sym-file-loader.c.
13595 (struct library): Forward declare.
13596 (load_shlib, lookup_function): Change prototypes.
13597 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13598 (translate_offset): Remove declarations.
13599 (get_text_addr): New declaration.
13600 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13601 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13602 sym-file-loader.h.
13603 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13604 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13605 here from sym-file-loader.h.
13606 (struct library): New structure.
13607 (load_shlib, lookup_function): Change prototypes and adjust to
13608 work with a struct library.
13609 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13610 (translate_offset): Make static.
13611 (get_text_addr): New function.
13612 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13613
13614 2014-04-15 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13617
13618 2014-04-15 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.base/sym-file-loader.c: Include <limits.h>.
13621 (SELF_LINK): New define.
13622 (get_origin): New function.
13623 (load_shlib): Use it.
13624 * gdb.base/sym-file.exp: Don't early return if the target is
13625 remote. Use runto_main, and issue fail is that fails. Use
13626 gdb_load_shlibs.
13627 (shlib_name): Delete.
13628 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13629
13630 2014-04-15 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.base/sym-file.exp: Remove regex characters from test
13633 message. Don't refer to breakpoint numbers in test messages.
13634
13635 2014-04-14 Keith Seitz <keiths@redhat.com>
13636
13637 PR c++/16253
13638 * gdb.cp/var-tag.cc: New file.
13639 * gdb.cp/var-tag.exp: New file.
13640 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13641 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13642 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13643 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13644
13645 2014-04-14 Tom Tromey <tromey@redhat.com>
13646
13647 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13648 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13649 type.
13650 * gdb.cp/enum-class.exp: New file.
13651 * gdb.cp/enum-class.cc: New file.
13652
13653 2014-04-14 Tom Tromey <tromey@redhat.com>
13654
13655 * gdb.dwarf2/enum-type.exp: New file.
13656
13657 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13658
13659 * gdb.mi/mi-vla-c99.exp: New file.
13660 * gdb.mi/vla.c: New file.
13661
13662 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13663
13664 * gdb.base/vla-datatypes.c: New file.
13665 * gdb.base/vla-datatypes.exp: New file.
13666
13667 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13668
13669 * gdb.base/vla-ptr.c: New file.
13670 * gdb.base/vla-ptr.exp: New file.
13671
13672 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13673
13674 * gdb.dwarf2/count.exp: New file.
13675
13676 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13677
13678 * gdb.base/vla-sideeffect.c: New file.
13679 * gdb.base/vla-sideeffect.exp: New file.
13680
13681 2014-04-14 David Blaikie <dblaikie@gmail.com>
13682
13683 * gdb.mi/non-stop.c: Add return value for non-void function return
13684 statement.
13685 * gdb.threads/staticthreads.c: Ditto.
13686
13687 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13688 Doug Evans <xdje42@gmail.com>
13689
13690 * gdb.guile/scm-value.c: Improve test case.
13691 * gdb.guile/scm-value.exp: Add new test.
13692
13693 2014-04-11 David Blaikie <dblaikie@gmail.com>
13694
13695 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13696 override Clang's default.
13697
13698 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13699
13700 Revert the following changes (regressions):
13701
13702 * gdb.base/vla-sideeffect.c: New file.
13703 * gdb.base/vla-sideeffect.exp: New file.
13704
13705 * gdb.dwarf2/count.exp: New file.
13706
13707 * gdb.base/vla-multi.c: New file.
13708 * gdb.base/vla-multi.exp: New file.
13709
13710 * gdb.base/vla-ptr.c: New file.
13711 * gdb.base/vla-ptr.exp: New file.
13712
13713 * gdb.base/vla-datatypes.c: New file.
13714 * gdb.base/vla-datatypes.exp: New file.
13715
13716 * gdb.mi/mi-vla-c99.exp: New file.
13717 * gdb.mi/vla.c: New file.
13718
13719 2014-04-11 Keith Seitz <keiths@redhat.com>
13720
13721 PR c++/16675
13722 * gdb.cp/cpsizeof.exp: New file.
13723 * gdb.cp/cpsizeof.cc: New file.
13724
13725 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13726
13727 * gdb.mi/mi-vla-c99.exp: New file.
13728 * gdb.mi/vla.c: New file.
13729
13730 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13731
13732 * gdb.base/vla-datatypes.c: New file.
13733 * gdb.base/vla-datatypes.exp: New file.
13734
13735 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13736
13737 * gdb.base/vla-ptr.c: New file.
13738 * gdb.base/vla-ptr.exp: New file.
13739
13740 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13741
13742 * gdb.base/vla-multi.c: New file.
13743 * gdb.base/vla-multi.exp: New file.
13744
13745 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13746
13747 * gdb.dwarf2/count.exp: New file.
13748
13749 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13750
13751 * gdb.base/vla-sideeffect.c: New file.
13752 * gdb.base/vla-sideeffect.exp: New file.
13753
13754 2014-04-11 Yao Qi <yao@codesourcery.com>
13755
13756 * gdb.base/completion.exp: Check file exists before running tests
13757 on file completion.
13758
13759 2014-04-10 Pedro Alves <palves@redhat.com>
13760
13761 * gdb.base/cond-eval-mode.c: New file.
13762 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13763 prepare_for_testing to build the new file. Check result of
13764 runto_main.
13765 (test_break, test_watch): New procedures.
13766 (top level): Use them.
13767
13768 2014-04-08 Pierre Muller <muller@sourceware.org>
13769
13770 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13771 Ctrl-V use for mingw hosts.
13772
13773 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13774
13775 * gdb.python/py-value.c: Improve test case.
13776 * gdb.python/py-value.exp: Add new test.
13777
13778 2014-04-07 David Blaikie <dblaikie@gmail.com>
13779
13780 * lib/compiler.c: Identify the clang compiler.
13781 * lib/compiler.cc: Ditto.
13782
13783 2014-04-03 Yao Qi <yao@codesourcery.com>
13784
13785 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13786
13787 2014-04-01 Anton Blanchard <anton@samba.org>
13788
13789 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13790 messages unique.
13791
13792 2014-04-01 Anton Blanchard <anton@samba.org>
13793
13794 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13795 prepare_for_testing.
13796
13797 2014-04-01 Anton Blanchard <anton@samba.org>
13798
13799 * gdb.arch/ppc64-atomic-inst.c: Remove.
13800 * gdb.arch/ppc64-atomic-inst.S: New file.
13801 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13802
13803 2014-03-31 Doug Evans <dje@google.com>
13804
13805 * gdb.base/print-symbol-loading-lib.c: New file.
13806 * gdb.base/print-symbol-loading-main.c: New file.
13807 * gdb.base/print-symbol-loading.exp: New file.
13808
13809 2014-03-31 Yao Qi <yao@codesourcery.com>
13810
13811 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13812
13813 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13814
13815 * gdb.ada/mi_dyn_arr: New testcase.
13816
13817 2014-03-27 Doug Evans <dje@google.com>
13818
13819 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13820
13821 2014-03-27 Yao Qi <yao@codesourcery.com>
13822
13823 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13824 if target is nios2-*-*.
13825
13826 2014-03-26 Yao Qi <yao@codesourcery.com>
13827
13828 * lib/gdb.exp (readline_is_used): New proc.
13829 * gdb.base/completion.exp: Move tests on command complete up.
13830 Skip the rest of tests if readline is not used.
13831 * gdb.ada/complete.exp: Skp the test if readline is not
13832 used.
13833 * gdb.base/filesym.exp: Likewise.
13834 * gdb.base/macscp.exp: Likewise.
13835 * gdb.base/readline-ask.exp: Likewise.
13836 * gdb.base/readline.exp: Likewise.
13837 * gdb.python/py-cmd.exp: Likewise.
13838 * gdb.trace/tfile.exp: Likewise.
13839
13840 2014-03-26 Yao Qi <yao@codesourcery.com>
13841
13842 * gdb.base/macscp.exp: Fix code format issues.
13843
13844 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13845
13846 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13847 * gdb.asm/powerpc64le.inc: New file.
13848
13849 2014-03-25 Pedro Alves <palves@redhat.com>
13850 Doug Evans <dje@google.com>
13851
13852 * gdb.base/source-execution.c: New file.
13853 * gdb.base/source-execution.exp: New file.
13854 * gdb.base/source-execution.gdb: New file.
13855
13856 2014-03-24 Doug Evans <dje@google.com>
13857
13858 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13859 using fission.
13860
13861 2014-03-24 Hui Zhu <hui@codesourcery.com>
13862 Pedro Alves <palves@redhat.com>
13863
13864 PR breakpoints/16101
13865 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13866 test pass/fail messages. Detect missing support for dprintf when
13867 breakpoints are actually inserted.
13868 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13869 breakpoints are actually inserted.
13870 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13871 fails.
13872
13873 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13874
13875 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13876
13877 2014-03-22 Doug Evans <xdje42@gmail.com>
13878
13879 * gdb.python/python.exp (python not supported): Verify multi-line
13880 python command issues an error.
13881 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13882 guile command issues an error.
13883
13884 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13885
13886 * gdb.threads/thread-specific.exp: Handle the lack of usable
13887 $this_breakpoint and $this_thread.
13888
13889 2014-03-21 Hui Zhu <hui@codesourcery.com>
13890
13891 * gdb.base/attach.exp (do_command_attach_tests): New.
13892
13893 2014-03-20 Tom Tromey <tromey@redhat.com>
13894 Pedro Alves <palves@redhat.com>
13895
13896 PR cli/15718
13897 * gdb.base/condbreak-call-false.c: New file.
13898 * gdb.base/condbreak-call-false.exp: New file.
13899
13900 2014-03-20 Pedro Alves <palves@redhat.com>
13901
13902 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13903 Delete.
13904 (block_signals, unblock_signals): Delete.
13905 (child_function_2, main): Remove references to deleted variable
13906 and functions.
13907
13908 2014-03-20 Pedro Alves <palves@redhat.com>
13909
13910 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13911 Use pthread_kill to signal thread 2.
13912 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13913 Adjust to make the test send itself a signal rather than using the
13914 host's "kill" command.
13915
13916 2014-03-20 Pedro Alves <palves@redhat.com>
13917
13918 * gdb.threads/multiple-step-overs.c: New file.
13919 * gdb.threads/multiple-step-overs.exp: New file.
13920 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13921 Adjust expected infrun debug output.
13922
13923 2014-03-20 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13926 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13927
13928 2014-03-20 Pedro Alves <palves@redhat.com>
13929
13930 PR breakpoints/7143
13931 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13932 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13933 of gdb_test_multiple.
13934 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13935 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13936
13937 2014-03-20 Pedro Alves <palves@redhat.com>
13938
13939 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13940 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13941
13942 2014-03-19 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.base/async.exp: Remove early return.
13945
13946 2014-03-19 Pedro Alves <palves@redhat.com>
13947
13948 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13949
13950 2014-03-19 Pedro Alves <palves@redhat.com>
13951
13952 * gdb.base/async.exp (test_background): Expect \r\n after
13953 "completed." in the fail pattern.
13954
13955 2014-03-19 Pedro Alves <palves@redhat.com>
13956
13957 * gdb.base/async.exp (test_background): New procedure.
13958 Use it for all background execution command tests.
13959
13960 2014-03-19 Pedro Alves <palves@redhat.com>
13961
13962 * gdb.base/async.exp: Use prepare_for_testing.
13963
13964 2014-03-19 Pedro Alves <palves@redhat.com>
13965
13966 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13967 the same line.
13968
13969 2014-03-19 Pedro Alves <palves@redhat.com>
13970
13971 * gdb.base/async.c (main): Add "jump here" and "until here" line
13972 marker comments.
13973 * gdb.base/async.exp (jump_here): New global.
13974 (jump& test): Use it.
13975 (until_here): New global.
13976 (until& test): Use it.
13977
13978 2014-03-19 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.base/async.exp: Don't frob gdb_protocol.
13981
13982 2014-03-18 Doug Evans <xdje42@gmail.com>
13983
13984 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13985 Fix spelling of exec-done-display.
13986
13987 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13988
13989 PR gdb/15358
13990 * gdb.base/gdb-sigterm.c: New file.
13991 * gdb.base/gdb-sigterm.exp: New file.
13992
13993 2014-03-18 Pedro Alves <palves@redhat.com>
13994
13995 PR gdb/13860
13996 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13997 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13998 solib-event.
13999
14000 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14001
14002 * gdb.ada/pckd_arr_ren: New testcase.
14003
14004 2014-03-13 Doug Evans <xdje42@gmail.com>
14005
14006 PR guile/16612
14007 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14008 collect after discarding symbols.
14009
14010 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14011 Doug Evans <xdje42@gmail.com>
14012
14013 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14014 to history survives a gc.
14015
14016 2014-03-13 Pedro Alves <palves@redhat.com>
14017
14018 * gdb.base/default.exp: Don't test "target procfs".
14019
14020 2014-03-13 Pedro Alves <palves@redhat.com>
14021
14022 * gdb.base/default.exp: Update "target child" and "target procfs"
14023 tests to not expect "Unix".
14024
14025 2014-03-12 Tom Tromey <tromey@redhat.com>
14026
14027 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14028 New procs. Add target-async tests.
14029 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14030 Add target-async tests.
14031
14032 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14033
14034 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14035 'func_start' and 'func_end' for the beginning and end of the
14036 function code, respectively.
14037 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14038 'func_end' instead of 'func' and 'main'.
14039
14040 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14041
14042 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14043 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14044 generate the debug info assembler source.
14045
14046 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14047
14048 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14049 * gdb.dwarf2/arr-subrange.exp: Likewise.
14050 * gdb.dwarf2/dwz.exp: Likewise.
14051 * gdb.dwarf2/method-ptr.exp: Likewise.
14052 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14053 * gdb.dwarf2/subrange.exp: Likewise.
14054 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14055 * gdb.dwarf2/implptrpiece.exp: Likewise.
14056 * gdb.dwarf2/nostaticblock.exp: Likewise.
14057
14058 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14059
14060 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14061 directory to absolute path name arguments.
14062
14063 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14064
14065 * gdb.ada/tagged_access: New testcase.
14066
14067 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14068
14069 * gdb.btrace/data.exp: Update expected output.
14070
14071 2014-03-06 Yao Qi <yao@codesourcery.com>
14072
14073 * gdb.trace/pr16508.exp: New file.
14074
14075 2014-03-05 Pedro Alves <palves@redhat.com>
14076
14077 PR gdb/16575
14078 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14079 procedure.
14080 (top level): Adjust to use it. Add tests that exercise breakpoint
14081 interaction with the code-cache.
14082
14083 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14084
14085 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14086 test for 'history-append!'.
14087
14088 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14089
14090 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14091 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14092 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14093 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14094 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14095 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14096
14097 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14098
14099 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14100 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14101 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14102
14103 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14104
14105 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14106
14107 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14108
14109 * gdb.dwarf2/arr-stride.c: New file.
14110 * gdb.dwarf2/arr-stride.exp: New file.
14111
14112 2014-02-26 Pedro Alves <palves@redhat.com>
14113
14114 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14115 that won't ever trigger. Make sure that GDB reports the correct
14116 breakpoint that caused the stop.
14117
14118 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14119
14120 PR gdb/16626
14121 * gdb.base/auto-load-script: New file.
14122 * gdb.base/auto-load.c: New file.
14123 * gdb.base/auto-load.exp: New file.
14124
14125 PR gdb/16626
14126 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14127
14128 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14129
14130 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14131 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14132
14133 2014-02-24 Doug Evans <dje@google.com>
14134
14135 * lib/gdb.exp (run_on_host): Log error output if program fails.
14136
14137 2014-02-21 Pedro Alves <palves@redhat.com>
14138
14139 * gdb.threads/step-after-sr-lock.c: Rename to ...
14140 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14141 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14142 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14143 ... this.
14144
14145 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14146
14147 PR tdep/16397
14148 * gdb.arch/amd64-stap-special-operands.exp: New file.
14149 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14150 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14151 * gdb.arch/amd64-stap-triplet.S: Likewise.
14152 * gdb.arch/amd64-stap-triplet.c: Likewise.
14153
14154 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14155
14156 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14157 in .section pseudo-op.
14158
14159 2014-02-20 lin zuojian <manjian2006@gmail.com>
14160 Joel Brobecker <brobecker@adacore.com>
14161 Doug Evans <xdje42@gmail.com>
14162
14163 PR symtab/16581
14164 * gdb.dwarf2/dw2-icycle.S: New file.
14165 * gdb.dwarf2/dw2-icycle.c: New file.
14166 * gdb.dwarf2/dw2-icycle.exp: New file.
14167
14168 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14169
14170 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14171 operations on gdb.Value objects.
14172 * gdb.python/py-value-cc.exp: Add new test to test operations on
14173 gdb.Value objects.
14174
14175 2014-02-18 Doug Evans <dje@google.com>
14176
14177 * Makefile.in (TESTS): New variable.
14178 (expanded_tests, expanded_tests_or_none): New variables
14179 (check-single): Pass $(expanded_tests_or_none) to runtest.
14180 (check-parallel): Only run tests in $(TESTS) if non-empty.
14181 (check/no-matching-tests-found): New rule.
14182 * README: Document TESTS makefile variable.
14183
14184 2014-02-18 Doug Evans <dje@google.com>
14185
14186 * Makefile.in (check-parallel): rm -rf outputs temp.
14187
14188 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14189
14190 Fix "ERROR: no fileid for" in the testsuite.
14191 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14192
14193 2014-02-12 Doug Evans <dje@google.com>
14194
14195 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14196 (MISCELLANEOUS): New variable.
14197 (clean): rm -rf $(MISCELLANEOUS).
14198 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14199 dwp live in the same directory as symlinks, with each symlink pointed
14200 to a differently named file in a different directory.
14201
14202 2014-02-11 Doug Evans <dje@google.com>
14203
14204 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14205 of Tcl file commands.
14206
14207 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14208
14209 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14210 "kill -SIGUSR1 -1".
14211
14212 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14213
14214 * gdb.ada/tick_length_array_enum_idx: New testcase.
14215
14216 2014-02-10 Doug Evans <xdje42@gmail.com>
14217
14218 * configure.ac (AC_OUTPUT): Add gdb.guile.
14219 * configure: Regenerate.
14220 * lib/gdb-guile.exp: New file.
14221 * lib/gdb.exp (get_target_charset): New function.
14222 * gdb.base/help.exp: Update expected output from "apropos apropos".
14223 * gdb.guile/Makefile.in: New file.
14224 * gdb.guile/guile.exp: New file.
14225 * gdb.guile/scm-arch.c: New file.
14226 * gdb.guile/scm-arch.exp: New file.
14227 * gdb.guile/scm-block.c: New file.
14228 * gdb.guile/scm-block.exp: New file.
14229 * gdb.guile/scm-breakpoint.c: New file.
14230 * gdb.guile/scm-breakpoint.exp: New file.
14231 * gdb.guile/scm-disasm.c: New file.
14232 * gdb.guile/scm-disasm.exp: New file.
14233 * gdb.guile/scm-equal.c: New file.
14234 * gdb.guile/scm-equal.exp: New file.
14235 * gdb.guile/scm-error.exp: New file.
14236 * gdb.guile/scm-error.scm: New file.
14237 * gdb.guile/scm-frame-args.c: New file.
14238 * gdb.guile/scm-frame-args.exp: New file.
14239 * gdb.guile/scm-frame-args.scm: New file.
14240 * gdb.guile/scm-frame-inline.c: New file.
14241 * gdb.guile/scm-frame-inline.exp: New file.
14242 * gdb.guile/scm-frame.c: New file.
14243 * gdb.guile/scm-frame.exp: New file.
14244 * gdb.guile/scm-generics.exp: New file.
14245 * gdb.guile/scm-gsmob.exp: New file.
14246 * gdb.guile/scm-iterator.c: New file.
14247 * gdb.guile/scm-iterator.exp: New file.
14248 * gdb.guile/scm-math.c: New file.
14249 * gdb.guile/scm-math.exp: New file.
14250 * gdb.guile/scm-objfile-script-gdb.in: New file.
14251 * gdb.guile/scm-objfile-script.c: New file.
14252 * gdb.guile/scm-objfile-script.exp: New file.
14253 * gdb.guile/scm-objfile.c: New file.
14254 * gdb.guile/scm-objfile.exp: New file.
14255 * gdb.guile/scm-ports.exp: New file.
14256 * gdb.guile/scm-pretty-print.c: New file.
14257 * gdb.guile/scm-pretty-print.exp: New file.
14258 * gdb.guile/scm-pretty-print.scm: New file.
14259 * gdb.guile/scm-section-script.c: New file.
14260 * gdb.guile/scm-section-script.exp: New file.
14261 * gdb.guile/scm-section-script.scm: New file.
14262 * gdb.guile/scm-symbol.c: New file.
14263 * gdb.guile/scm-symbol.exp: New file.
14264 * gdb.guile/scm-symtab-2.c: New file.
14265 * gdb.guile/scm-symtab.c: New file.
14266 * gdb.guile/scm-symtab.exp: New file.
14267 * gdb.guile/scm-type.c: New file.
14268 * gdb.guile/scm-type.exp: New file.
14269 * gdb.guile/scm-value-cc.cc: New file.
14270 * gdb.guile/scm-value-cc.exp: New file.
14271 * gdb.guile/scm-value.c: New file.
14272 * gdb.guile/scm-value.exp: New file.
14273 * gdb.guile/source2.scm: New file.
14274 * gdb.guile/types-module.cc: New file.
14275 * gdb.guile/types-module.exp: New file.
14276
14277 2014-02-10 Yao Qi <yao@codesourcery.com>
14278
14279 PR testsuite/16543
14280 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14281 * configure: Regenerated.
14282 * Makefile.in: New file.
14283
14284 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14285
14286 * gdb.python/py-framefilter.exp: Fix typo.
14287
14288 2014-02-08 Yao Qi <yao@codesourcery.com>
14289
14290 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14291 that no =breakpoint-modified is emitted when breakpoints are
14292 modified through MI commands.
14293
14294 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14295 Pedro Alves <palves@redhat.com>
14296
14297 * gdb.threads/step-after-sr-lock.c: New file.
14298 * gdb.threads/step-after-sr-lock.exp: New file.
14299
14300 2014-02-07 Pedro Alves <palves@redhat.com>
14301
14302 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14303
14304 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14305
14306 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14307 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14308
14309 2014-02-06 Doug Evans <xdje42@gmail.com>
14310
14311 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14312 output.
14313
14314 * gdb.gdb/python-interrupts.exp: New file.
14315
14316 2014-02-05 Yao Qi <yao@codesourcery.com>
14317
14318 * gdb.trace/report.exp (use_collected_data): Test the output
14319 of "info threads" and "info inferiors".
14320
14321 2014-02-05 Yao Qi <yao@codesourcery.com>
14322
14323 Revert this patch:
14324
14325 2013-05-24 Yao Qi <yao@codesourcery.com>
14326
14327 * gdb.trace/tfile.exp: Test inferior and thread.
14328
14329 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14330
14331 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14332 on a function.
14333 * gdb.base/step-bt.c: Call hello via function pointer to make
14334 sure its first instruction is executed on powerpc64le-linux.
14335
14336 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14337
14338 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14339
14340 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14341
14342 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14343 of the test patterns for use on little-endian systems.
14344
14345 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14346
14347 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14348 (decimal_vector): Fix for little-endian.
14349
14350 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14351
14352 * gdb.arch/sparc-sysstep.exp: New file.
14353 * gdb.arch/sparc-sysstep.c: Likewise.
14354
14355 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14356
14357 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14358
14359 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14360
14361 2014-01-23 Tom Tromey <tromey@redhat.com>
14362
14363 * gdb.ada/array_char_idx: New testcase.
14364
14365 2014-01-23 Tom Tromey <tromey@redhat.com>
14366
14367 PR python/16487:
14368 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14369 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14370 classes.
14371
14372 2014-01-23 Tom Tromey <tromey@redhat.com>
14373
14374 PR python/16491:
14375 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14376 string from an inferior frame.
14377 * gdb.python/py-framefilter-mi.exp: Update.
14378
14379 2014-01-22 Doug Evans <dje@google.com>
14380
14381 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14382
14383 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14384
14385 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14386
14387 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14388
14389 * gdb.trace/entry-values.exp: Remove excess space character from
14390 regex patterns. Handle s390 call instruction.
14391
14392 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14393
14394 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14395 define "*_start" label. Make "name" static.
14396 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14397 ${name} by references to ${name}_start.
14398
14399 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14400
14401 * gdb.base/info-macros.exp: Remove "debug" from the compile
14402 options.
14403
14404 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14405
14406 * gdb.dlang/demangle.exp: New file.
14407
14408 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14409
14410 * gdb.dlang/primitive-types.exp: New file.
14411
14412 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14413
14414 * configure.ac: Create gdb.dlang/Makefile.
14415 * configure: Regenerate.
14416 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14417 * gdb.dlang/Makefile.in: New file.
14418 * lib/d-support.exp: New file.
14419 * lib/gdb.exp (skip_d_tests): New proc.
14420
14421 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14422
14423 * gdb.btrace/delta.exp: Check reverse stepi.
14424 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14425 * gdb.btrace/finish.exp: New.
14426 * gdb.btrace/next.exp: New.
14427 * gdb.btrace/nexti.exp: New.
14428 * gdb.btrace/record_goto.c: Add comments.
14429 * gdb.btrace/step.exp: New.
14430 * gdb.btrace/stepi.exp: New.
14431 * gdb.btrace/multi-thread-step.c: New.
14432 * gdb.btrace/multi-thread-step.exp: New.
14433 * gdb.btrace/rn-dl-bind.c: New.
14434 * gdb.btrace/rn-dl-bind.exp: New.
14435 * gdb.btrace/data.c: New.
14436 * gdb.btrace/data.exp: New.
14437 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14438
14439 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14440
14441 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14442 * gdb.btrace/exception.exp: Update.
14443 * gdb.btrace/instruction_history.exp: Update.
14444 * gdb.btrace/record_goto.exp: Update.
14445 * gdb.btrace/tailcall.exp: Update.
14446 * gdb.btrace/unknown_functions.exp: Update.
14447 * gdb.btrace/delta.exp: New.
14448
14449 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14450
14451 * gdb.btrace/record_goto.exp: Add backtrace test.
14452 * gdb.btrace/tailcall.exp: Add backtrace test.
14453
14454 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14455
14456 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14457 * gdb.btrace/record_goto.c: New.
14458 * gdb.btrace/record_goto.exp: New.
14459 * gdb.btrace/x86-record_goto.S: New.
14460
14461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14462
14463 * gdb.btrace/function_call_history.exp: Update tests.
14464 * gdb.btrace/instruction_history.exp: Update tests.
14465
14466 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14467
14468 * gdb.btrace/function_call_history.exp: Fix expected field
14469 order for "record function-call-history".
14470 Add new tests for "record function-call-history /c".
14471 * gdb.btrace/exception.cc: New.
14472 * gdb.btrace/exception.exp: New.
14473 * gdb.btrace/tailcall.exp: New.
14474 * gdb.btrace/x86-tailcall.S: New.
14475 * gdb.btrace/x86-tailcall.c: New.
14476 * gdb.btrace/unknown_functions.c: New.
14477 * gdb.btrace/unknown_functions.exp: New.
14478 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14479
14480 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14481
14482 * gdb.btrace/instruction_history.exp: Update.
14483 * gdb.btrace/function_call_history.exp: Update.
14484
14485 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14486
14487 * gdb.btrace/function_call_history.exp: Fix expected function
14488 trace.
14489 * gdb.btrace/instruction_history.exp: Initialize traced.
14490 Remove traced_functions.
14491
14492 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14493
14494 * gdb.btrace/function_call_history.exp: Update
14495 * gdb.btrace/instruction_history.exp: Update.
14496
14497 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14498
14499 * gdb.btrace/enable.exp: Update expected text.
14500
14501 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14502
14503 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14504 bytes.
14505
14506 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14507
14508 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14509
14510 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14511
14512 * lib/gdb.exp (supports_process_record): Return true for
14513 arm*-linux*. (supports_reverse): Likewise.
14514
14515 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14516
14517 PR python/15464
14518 PR python/16113
14519 * gdb.python/py-type.c: Enhance test case.
14520 * gdb.python/py-value-cc.cc: Likewise
14521 * gdb.python/py-type.exp: Add new tests.
14522 * gdb.python/py-value-cc.exp: Likewise
14523
14524 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14525 Pedro Alves <palves@redhat.com>
14526
14527 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14528 Make "name" extern.
14529 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14530 references to ${name}_start by references to ${name}.
14531
14532 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14533
14534 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14535
14536 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14537
14538 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14539
14540 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14541 Pedro Alves <palves@redhat.com>
14542
14543 * gdb.mi/mi-info-os.exp: Connect to the target with
14544 mi_gdb_target_load.
14545
14546 2014-01-08 Pedro Alves <palves@redhat.com>
14547
14548 * gdb.threads/reconnect-signal.c: New file.
14549 * gdb.threads/reconnect-signal.exp: New file.
14550
14551 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14552
14553 * gdb.base/source-dir.exp: New file.
14554
14555 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14556
14557 * gdb.ada/mi_interface: New testcase.
14558
14559 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14560
14561 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14562 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14563 gdb.ada/pp-rec-component/pck.ads: New files.
14564
14565 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14566
14567 * gdb.python/py-pp-integral.c: New file.
14568 * gdb.python/py-pp-integral.py: New file.
14569 * gdb.python/py-pp-integral.exp: New file.
14570
14571 For older changes see ChangeLog-1993-2013.
14572 \f
14573 ;; Local Variables:
14574 ;; mode: change-log
14575 ;; left-margin: 8
14576 ;; fill-column: 74
14577 ;; version-control: never
14578 ;; End:
14579
14580 Copyright 2014-2018 Free Software Foundation, Inc.
14581 Copying and distribution of this file, with or without modification,
14582 are permitted provided the copyright notice and this notice are preserved.
This page took 0.326724 seconds and 3 git commands to generate.