Fix crash with empty Rust enum
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-09-13 Tom Tromey <tom@tromey.com>
2
3 PR rust/23626:
4 * gdb.rust/simple.rs (EmptyEnum): New type.
5 (main): Use it.
6 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7
8 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9
10 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
11 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
12 * gdb.python/py-symtab.exp: Update test printing an objfile.
13
14 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
15
16 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
17 object.
18
19 2018-09-12 Alan Hayward <alan.hayward@arm.com>
20
21 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
22 (support_complex_tests): Use gdb_can_simple_compile.
23 (is_ilp32_target): Likewise.
24 (is_lp64_target): Likewise.
25 (is_64_target): Likewise.
26 (is_amd64_regs_target): Likewise.
27 (is_aarch32_target): Likewise.
28 (gdb_int128_helper): Likewise.
29
30 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
31
32 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
33
34 2018-09-10 Jerome Guitton <guitton@adacore.com>
35
36 * gdb.ada/same_component_name: Add test for case of tagged record
37 with variable-length fields.
38
39 2018-09-10 Xavier Roirand <roirand@adacore.com>
40
41 * gdb.ada/access_to_unbounded_array.exp: New testcase.
42 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
43 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
44 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
45
46 2018-09-10 Xavier Roirand <roirand@adacore.com>
47
48 * gdb.ada/mi_string_access.exp: New testcase.
49 * gdb.ada/mi_string_access/bar.adb: New file.
50 * gdb.ada/mi_string_access/pck.adb: New file.
51 * gdb.ada/mi_string_access/pck.asd: New file.
52
53 2018-09-10 Xavier Roirand <roirand@adacore.com>
54
55 * gdb.ada/mi_var_union.exp: New testcase.
56 * gdb.ada/mi_var_union/bar.adb: New file.
57 * gdb.ada/mi_var_union/pck.adb: New file.
58 * gdb.ada/mi_var_union/pck.asd: New file.
59
60 2018-09-08 Tom Tromey <tom@tromey.com>
61
62 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
63
64 2018-09-08 Tom Tromey <tom@tromey.com>
65
66 PR python/16047:
67 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
68 (register_pretty_printers): Register new printer.
69 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
70 test.
71 * gdb.python/py-prettyprint.c (int_type3): New typedef.
72 (an_int_type3): New global.
73
74 2018-09-08 Joel Brobecker <brobecker@adacore.com>
75
76 * gdb.ada/expr_with_funcall: New testcase.
77
78 2018-09-08 Joel Brobecker <brobecker@adacore.com>
79
80 * gdb.ada/packed_array_assign: New testcase.
81
82 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
85 names, and add test prefixes to make test names unique.
86
87 2018-09-05 Tom de Vries <tdevries@suse.de>
88
89 * gdb.dwarf2/varval.exp: Add test.
90
91 2018-09-04 Gary Benson <gbenson@redhat.com>
92
93 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
94 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
95
96 2018-08-31 Tom Tromey <tom@tromey.com>
97
98 * gdb.rust/simple.rs: Rename second variable "v".
99
100 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * gdb.base/funcargs.c (use_a): New function.
103 (recurse): Call use_a.
104
105 2018-08-29 Keith Seitz <keiths@redhat.com>
106
107 * gdb.compile/compile-cplus-anonymous.cc: New file.
108 * gdb.compile/compile-cplus-anonymous.exp: New file.
109 * gdb.compile/compile-cplus-array-decay.cc: New file.
110 * gdb.compile/compile-cplus-array-decay.exp: New file.
111 * gdb.compile/compile-cplus-inherit.cc: New file.
112 * gdb.compile/compile-cplus-inherit.exp: New file.
113 * gdb.compile/compile-cplus-member.cc: New file.
114 * gdb.compile/compile-cplus-member.exp: New file.
115 * gdb.compile/compile-cplus-method.cc: New file.
116 * gdb.compile/compile-cplus-method.exp: New file.
117 * gdb.compile/compile-cplus-mod.c: "New" file.
118 * gdb.compile/compile-cplus-namespace.cc: New file.
119 * gdb.compile/compile-cplus-namespace.exp: New file.
120 * gdb.compile/compile-cplus-nested.cc: New file.
121 * gdb.compile/compile-cplus-nested.exp: New file.
122 * gdb.compile/compile-cplus-print.c: "New" file.
123 * gdb.compile/compile-cplus-print.exp: "New" file.
124 * gdb.compile/compile-cplus-virtual.cc: New file.
125 * gdb.compile/compile-cplus-virtual.exp: New file.
126 * gdb.compile/compile-cplus.c: "New" file.
127 * gdb.compile/compile-cplus.exp: "New" file.
128 * lib/compile-support.exp: New file.
129
130 2018-08-16 Gary Benson <gbenson@redhat.com>
131
132 PR gdb/13000:
133 * gdb.base/batch-exit-status.exp: New file.
134 * gdb.base/batch-exit-status.good-commands: Likewise.
135 * gdb.base/batch-exit-status.bad-commands: Likewise.
136
137 2018-08-29 Alan Hayward <alan.hayward@arm.com>
138
139 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
140 (struct struct02): Likewise.
141 (struct struct03): Likewise.
142 (struct struct04): Likewise.
143 (struct struct_01_01): New struct.
144 (struct struct_01_02): Likewise.
145 (struct struct_01_03): Likewise.
146 (struct struct_01_04): Likewise.
147 (struct struct_02_01): Likewise.
148 (struct struct_02_02): Likewise.
149 (struct struct_02_03): Likewise.
150 (struct struct_02_04): Likewise.
151 (struct struct_04_01): Likewise.
152 (struct struct_04_02): Likewise.
153 (struct struct_04_03): Likewise.
154 (struct struct_04_04): Likewise.
155 (struct struct_05_01): Likewise.
156 (struct struct_05_02): Likewise.
157 (struct struct_05_03): Likewise.
158 (struct struct_05_04): Likewise.
159 (cmp_struct01): Remove function.
160 (cmp_struct02): Likewise.
161 (cmp_struct03): Likewise.
162 (cmp_struct04): Likewise.
163 (cmp_struct_01_01): Add Function.
164 (cmp_struct_01_02): Likewise.
165 (cmp_struct_01_03): Likewise.
166 (cmp_struct_01_04): Likewise.
167 (cmp_struct_02_01): Likewise.
168 (cmp_struct_02_02): Likewise.
169 (cmp_struct_02_03): Likewise.
170 (cmp_struct_02_04): Likewise.
171 (cmp_struct_04_01): Likewise.
172 (cmp_struct_04_02): Likewise.
173 (cmp_struct_04_03): Likewise.
174 (cmp_struct_04_04): Likewise.
175 (cmp_struct_05_01): Likewise.
176 (cmp_struct_05_02): Likewise.
177 (cmp_struct_05_03): Likewise.
178 (cmp_struct_05_04): Likewise.
179 (call_all): Add new structs.
180 * gdb.base/infcall-nested-structs.exp: Likewise.
181
182 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
183
184 * gdb.python/py-framefilter-mi.exp: Update regexp to
185 check for "arch" field in frame output.
186
187 2018-08-23 Kevin Buettner <kevinb@redhat.com>
188
189 * gdb.dwarf2/dw2-ranges-func.c: New file.
190 * gdb.dwarf2/dw2-ranges-func.exp: New file.
191
192 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
193
194 * gdb.base/term.exp: Compare terminal settings with values from
195 the inferior.
196 * gdb.base/term.c: Get and set terminal settings.
197
198 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
199
200 * lib/mi-support.exp (mi_expect_stop): Update regexp to
201 accommodate new "arch" field in frame output.
202 * gdb.mi/mi-return.exp: Likewise.
203 * gdb.mi/mi-stack.exp: Likewise.
204 * gdb.mi/mi-syn-frame.exp: Likewise.
205 * gdb.mi/user-selected-context-sync.exp: Likewise.
206
207 2018-08-19 Michael Spang <spang@google.com>
208
209 PR gdb/11786
210 * gdb.base/gcore-tls-pie.c: New file.
211 * gdb.base/gcore-tls-pie.exp: New file.
212
213 2018-08-18 Kevin Buettner <kevinb@redhat.com>
214
215 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
216 * gdb.dwarf2/varval.c: New file.
217 * gdb.dwarf2/varval.exp: New file.
218
219 2018-08-17 Alan Hayward <alan.hayward@arm.com>
220
221 PR gdb/18931
222 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
223
224 2018-08-16 Keith Seitz <keiths@redhat.com>
225
226 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
227 tests expected to pass.
228
229 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
230
231 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
232 -data-disassemble -a.
233 (test_disassembly_bogus_args): Likewise.
234
235 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
238
239 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.base/vla-optimized-out.exp: Add new test.
242
243 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.base/vla-optimized-out-o3.exp: Delete.
246 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
247 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
248 deleted tests.
249
250 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 PR gdb/18050:
253 * gdb.server/extended-remote-restart.c: New file.
254 * gdb.server/extended-remote-restart.exp: New file.
255
256 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
257
258 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
259 "set variable index = 42".
260
261 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
262
263 * boards/index-cache-gdb.exp: New file.
264 * gdb.dwarf2/index-cache.exp: New file.
265 * gdb.dwarf2/index-cache.c: New file.
266 * gdb.base/maint.exp: Check if we are using the index cache.
267
268 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
269
270 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
271 MAKEFLAGS.
272
273 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
274
275 * dg-extract-results.sh: Move to toplevel contrib.
276 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
277 * Makefile.in (check-parallel-racy): Likewise.
278
279 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
280
281 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
282 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
283 tests if the target supports scheduler locking.
284
285 2018-08-04 Tom de Vries <tdevries@suse.de>
286
287 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
288
289 2018-08-02 Tom Tromey <tom@tromey.com>
290
291 PR symtab/16842.
292 * gdb.cp/temargs.exp: Test "info address" of a template
293 parameter.
294
295 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
296
297 * gdb.python/py-mi-var-info-path-expression.c: New file.
298 * gdb.python/py-mi-var-info-path-expression.py: New file.
299 * gdb.python/py-mi-var-info-path-expression.exp: New file.
300
301 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
302
303 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
304 error after "cannot resolve name" string.
305
306 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
309 started.
310 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
311
312 2018-07-28 Tom de Vries <tdevries@suse.de>
313
314 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
315
316 2018-07-26 Tom de Vries <tdevries@suse.de>
317
318 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
319
320 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
323 is visible.
324
325 2018-07-26 Tom de Vries <tdevries@suse.de>
326
327 PR breakpoints/23366
328 * gdb.base/catch-follow-exec.c: New test.
329 * gdb.base/catch-follow-exec.exp: New file.
330
331 2018-07-25 Tom de Vries <tdevries@suse.de>
332
333 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
334 vla-optimized-out.c.
335
336 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
337
338 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
339 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
340
341 2018-07-20 Tom de Vries <tdevries@suse.de>
342
343 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
344 NOCLONE macro.
345 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
346
347 2018-07-19 Tom de Vries <tdevries@suse.de>
348
349 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
350 regular expression.
351
352 2018-07-18 Tom de Vries <tdevries@suse.de>
353
354 * gdb.base/vla-optimized-out.c: New test.
355 * gdb.base/vla-optimized-out.exp: New file.
356
357 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
358
359 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
360 message "No address associated with hostname" when gdbserver
361 cannot resolve the hostname.
362
363 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
364
365 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
366 Add some test prefixes to make tests unique.
367
368 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * gdb.base/frameapply.c: New file.
371 * gdb.base/frameapply.exp: New file.
372
373 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
374
375 * gdb.base/skip.exp: Update expected error message.
376
377 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
378 Jan Kratochvil <jan.kratochvil@redhat.com>
379 Paul Fertser <fercerpav@gmail.com>
380 Tsutomu Seki <sekiriki@gmail.com>
381
382 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
383 parameter.
384 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
385 by default.
386 * boards/native-gdbserver.exp: Likewise.
387 * gdb.server/run-without-local-binary.exp: Improve regexp used
388 for detecting when a remote debugging connection succeeds.
389 * gdb.server/server-connect.exp: New file.
390 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
391 Do not prefix the port number with ":".
392 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
393 support for detecting and using it. Add '$debughost_gdbserver'
394 to the list of arguments used to start gdbserver. Handle case
395 when gdbserver cannot resolve a network name.
396
397 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
398
399 PR c++/23373
400 * gdb.base/ptype-offsets.cc (struct static_member): New
401 struct.
402 (main) <stmember>: New variable.
403 * gdb.base/ptype-offsets.exp: Add test for printing a struct
404 with a static member in it.
405
406 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
407
408 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
409 watchpoints enabled and disabled.
410
411 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.base/examine-backward.exp: Still run tests around address
414 0x0, even if address 0x0 is not readable. Update the pattern for
415 matching address 0x0 in expected output.
416
417 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
418
419 * gdb.base/share-env-with-gdbserver.c (main): Add call to
420 malloc/free.
421
422 2018-07-04 Tom de Vries <tdevries@suse.de>
423
424 * gdb.dwarf2/dw2-error.exp: Update expected error message.
425
426 2018-07-02 Maciej W. Rozycki <macro@mips.com>
427
428 PR tdep/8282
429 * gdb.arch/mips-disassembler-options.exp: New test.
430 * gdb.arch/mips-disassembler-options.s: New test source.
431
432 2018-06-29 Pedro Alves <palves@redhat.com>
433
434 * gdb.threads/names.exp: Adjust expected "info threads" output.
435
436 2018-06-29 Pedro Alves <palves@redhat.com>
437
438 * gdb.opt/inline-break.exp (line number, address): Add "info
439 break" tests.
440
441 2018-06-29 Pedro Alves <palves@redhat.com>
442
443 * gdb.opt/inline-break.c (func1): Add "break here" marker.
444 * gdb.opt/inline-break.exp: Test setting breakpoints by line
445 number and address and running to them.
446
447 2018-06-29 Richard Bunt <richard.bunt@arm.com>
448
449 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
450
451 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
452
453 * lib/compiler.c: Remove executable permission flag.
454
455 2018-06-28 Richard Bunt <richard.bunt@arm.com>
456
457 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
458 code.
459 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
460
461 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
462
463 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
464
465 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
466
467 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
468 address argument is omitted.
469
470 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
471
472 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
473
474 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
475
476 PR gdb/21695
477 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
478 * gdb.base/infoline-reloc-main-from-zero.c: New file.
479
480 2018-06-26 Tom Tromey <tom@tromey.com>
481
482 PR rust/22574:
483 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
484 * gdb.rust/simple.rs (struct SimpleLayout): New.
485
486 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
487
488 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
489 "info registers" output.
490
491 2018-06-21 Richard Bunt <richard.bunt@arm.com>
492
493 * gdb.base/watchpoint-hw-attach.c: New test.
494 * gdb.base/watchpoint-hw-attach.exp: New file.
495
496 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
497
498 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
499 through /bin/sh.
500 * boards/dwarf4-gdb-index.exp: Likewise.
501 * boards/fission-dwp.exp: Likewise.
502
503 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
504
505 * gdb.base/float128.exp: Add comment and improved fail message
506 to the failure case of "print large128" test.
507
508 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
509
510 * configure.ac: Remove AC_PREREQ.
511 * configure: Re-generate.
512
513 2018-06-19 Pedro Alves <palves@redhat.com>
514
515 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
516 (func_extern_caller): New.
517 (main): Call func_extern_caller.
518 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
519 logic change.
520
521 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
522
523 PR gdb/16841
524 * gdb.cp/typedef-base.cc: New file.
525 * gdb.cp/typedef-base.exp: New file.
526
527 2018-06-18 Tom de Vries <tdevries@suse.de>
528
529 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
530
531 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
532 Richard Bunt <Richard.Bunt@arm.com>
533
534 * gdb.threads/attach-slow-waitpid.c: New file.
535 * gdb.threads/attach-slow-waitpid.exp: New file.
536 * gdb.threads/slow-waitpid.c: New file.
537
538 2018-06-14 Pedro Alves <palves@redhat.com>
539
540 * gdb.base/fork-running-state.c: Include <errno.h>.
541 (exit_if_relative_exits): New.
542 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
543 exits.
544 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
545 child exits.
546
547 2018-06-14 Tom de Vries <tdevries@suse.de>
548
549 PR cli/22573
550 * gdb.base/finish-pretty.c: New test.
551 * gdb.base/finish-pretty.exp: New file.
552
553 2018-06-14 Pedro Alves <palves@redhat.com>
554
555 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
556 gdb's expected startup output.
557
558 2018-06-14 Pedro Alves <palves@redhat.com>
559
560 * lib/selftest-support.exp (selftest_setup): Remove inlined
561 function handling.
562
563 2018-06-14 Tom de Vries <tdevries@suse.de>
564
565 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
566 matching of breakpoint printing.
567
568 2018-06-13 Tom de Vries <tdevries@suse.de>
569
570 PR testsuite/23269
571 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
572 (fork_child): ... here, and ...
573 (fork_parent): ... here.
574
575 2018-06-12 Tom de Vries <tdevries@suse.de>
576
577 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
578
579 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
580 Stephen Roberts <stephen.roberts@arm.com>
581
582 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
583 rewrite test to describe action performed, rather than possible
584 failure.
585
586 2018-06-08 Gary Benson <gbenson@redhat.com>
587
588 * gdb.threads/check-libthread-db.exp: New file.
589 * gdb.threads/check-libthread-db.c: Likewise.
590
591 2018-06-05 Tom Tromey <tom@tromey.com>
592
593 * gdb.base/default.exp: Update expected "show version" output.
594
595 2018-06-05 Tom Tromey <tom@tromey.com>
596
597 PR cli/12326:
598 * gdb.cp/static-print-quit.exp: Update.
599 * lib/gdb.exp (pagination_prompt): Update.
600 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
601 * gdb.python/python.exp: Update.
602
603 2018-06-04 Joel Brobecker <brobecker@adacore.com>
604
605 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
606
607 2018-06-01 Joel Brobecker <brobecker@adacore.com>
608
609 * gdb.ada/bp_fun_addr: New testcase.
610
611 2018-06-01 Tom Tromey <tom@tromey.com>
612
613 * gdb.xml/tdesc-regs.exp (load_description): Update expected
614 results.
615 * gdb.dwarf2/method-ptr.exp: Set language to C++.
616 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
617 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
618 * gdb.base/maint.exp (maint_pass_if): Update.
619
620 2018-05-31 Maciej W. Rozycki <macro@mips.com>
621
622 * gdb.base/endian.exp: New test.
623 * gdb.base/endian.c: New test source.
624
625 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 PR gdb/23203
628 * gdb.base/bt-selected-frame.c: New file.
629 * gdb.base/bt-selected-frame.exp: New file.
630 * lib/gdb.exp (get_current_frame_number): New function.
631
632 2018-05-24 Maciej W. Rozycki <macro@mips.com>
633 Pedro Alves <palves@redhat.com>
634
635 * gdb.threads/tls-core.c: Include <stdlib.h>
636 (thread_proc): Call `abort'.
637 * gdb.threads/tls-core.exp: Generate a core with core_find too.
638 (tls_core_test): New procedure, bits factored out from ...
639 (top level): ... here. Test both native cores and gcore cores.
640
641 2018-05-23 Tom Tromey <tom@tromey.com>
642
643 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
644
645 2018-05-23 Tom Tromey <tom@tromey.com>
646
647 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
648 symfile_complaints.
649 (test_short_complaints): Likewise.
650 (test_empty_complaints): Likewise.
651 (test_initial_complaints): Update.
652
653 2018-05-23 Tom Tromey <tom@tromey.com>
654
655 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
656
657 2018-05-23 Tom Tromey <tom@tromey.com>
658
659 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
660 (test_short_complaints): Update.
661
662 2018-05-22 Pedro Alves <palves@redhat.com>
663
664 * gdb.base/remote.exp: Only gdb_start after compiling the
665 testcase. Issue "disconnect" before testing "set remote" command
666 defaults. Issue clean_restart before running to main.
667
668 2018-05-22 Pedro Alves <palves@redhat.com>
669
670 * gdb.base/remote.exp: Adjust expected output of "show remote
671 memory-write-packet-size". Add tests for "set remote
672 memory-write-packet-size 0" and "set remote
673 memory-write-packet-size fixed/limit".
674
675 2018-05-22 Pedro Alves <palves@redhat.com>
676
677 PR gdb/22973
678 * gdb.base/utf8-identifiers.c: New file.
679 * gdb.base/utf8-identifiers.exp: New file.
680
681 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
682
683 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
684
685 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
686
687 * gdb.arch/powerpc-vsx-gcore.exp: New file.
688
689 2018-05-18 Tom Tromey <tom@tromey.com>
690
691 * gdb.base/ptype-offsets.exp: Update.
692
693 2018-05-17 Keith Seitz <keiths@redhat.com>
694
695 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
696 in expected breakpoint stop locations.
697 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
698 move to proper scope to test variable values.
699 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
700 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
701 New functions.
702 (main): Call not_inline_func3.
703 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
704 inline_func1, inline_func2, and inline_func3. Test that when each
705 breakpoint is hit, GDB properly reports both the stop location
706 and the backtrace. Repeat tests for temporary breakpoints.
707
708 2018-05-15 Maciej W. Rozycki <macro@mips.com>
709
710 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
711 rather then trying to access it in determining whether the PID
712 of `gdbserver' could have been retrieved.
713
714 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * gdb.arch/amd64-init-x87-values.S: New file.
717 * gdb.arch/amd64-init-x87-values.exp: New file.
718
719 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
720
721 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
722
723 2018-05-04 Tom Tromey <tom@tromey.com>
724
725 PR python/22730:
726 * gdb.python/python.exp: Test multi-line execute.
727
728 2018-05-04 Tom Tromey <tom@tromey.com>
729
730 PR python/22731:
731 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
732
733 2018-05-04 Tom Tromey <tom@tromey.com>
734
735 PR gdb/11750:
736 * gdb.base/define.exp: Test defining a user command inside a user
737 command.
738 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
739
740 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
741 Pedro Alves <palves@redhat.com>
742
743 PR breakpoints/19806 and support for PR external/20207.
744 * gdb.base/watchpoint-unaligned.c: New file.
745 * gdb.base/watchpoint-unaligned.exp: New file.
746
747 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.base/maint.exp: Make test names unique, use
750 test_prefix_command_help to test 'help maint info', and remove
751 repeated test of 'help maint'.
752
753 2018-05-04 Tom Tromey <tom@tromey.com>
754
755 PR gdb/22619:
756 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
757 behavior.
758
759 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * gdb.base/maint.exp: Process output from 'maint print registers'
762 line at a time.
763
764 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
767 timeout.
768
769 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
772 filter pattern.
773
774 2018-05-02 Pedro Alves <palves@redhat.com>
775
776 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
777 to_log_command renames.
778 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
779
780 2018-05-02 Tom Tromey <tom@tromey.com>
781
782 * gdb.python/py-parameter.exp: Set test message.
783
784 2018-05-02 Tom Tromey <tom@tromey.com>
785
786 PR python/20084:
787 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
788 PARAM_ZUINTEGER_UNLIMITED tests.
789
790 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
791
792 PR rust/23124
793 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
794 when casting.
795
796 2018-04-30 Tom Tromey <tom@tromey.com>
797
798 * gdb.python/py-type.exp: Check align attribute.
799 * gdb.python/py-type.c: New "aligncheck" global.
800
801 2018-04-30 Tom Tromey <tom@tromey.com>
802
803 PR exp/17095:
804 * gdb.dwarf2/dw2-align.exp: New file.
805 * gdb.cp/align.exp: New file.
806 * gdb.base/align.exp: New file.
807 * lib/gdb.exp (gdb_int128_helper): New proc.
808 (has_int128_c, has_int128_cxx): New caching procs.
809
810 2018-04-27 Tom Tromey <tom@tromey.com>
811
812 PR rust/22545:
813 * gdb.rust/simple.exp: Add inclusive range tests.
814
815 2018-04-26 Pedro Alves <palves@redhat.com>
816
817 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
818 ifunc breakpoint locations correctly of ifunc breakpoints set
819 while the program resolves the ifunc.
820
821 2018-04-26 Pedro Alves <palves@redhat.com>
822
823 * gdb.base/gnu-ifunc-final.c: New file.
824 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
825 * gdb.base/gnu-ifunc.exp (executable): Delete.
826 (staticexecutable): Adjust.
827 (lib_opts, exec_opts): Delete.
828 (make_binsuffix, build, set-break): New procedures.
829 (misc_tests): New, with tests factored out from the top level.
830 (top level): Test different combinations of ifunc resolver name,
831 resolver with and with debug info, and ifunc target with and
832 without debug info. Wrap static tests with with_target_prefix.
833
834 2018-04-26 Pedro Alves <palves@redhat.com>
835
836 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
837 return type" warnings.
838
839 2018-04-25 Pedro Alves <palves@redhat.com>
840
841 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
842 killed".
843 * gdb.base/kill-after-signal.exp: Likewise.
844 * gdb.threads/kill.exp: Likewise.
845
846 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
847 Sergio Durigan Junior <sergiodj@redhat.com>
848 Pedro Alves <palves@redhat.com>
849
850 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
851 regexps to expect for '[Inferior ... detached]' as well.
852 * gdb.base/attach.exp: Likewise.
853 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
854 "gdb_continue_to_end".
855 (test_catch_syscall_with_wrong_args): Likewise.
856 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
857 ']'. Don't set 'verbose' on.
858 * gdb.base/foll-vfork.exp: Likewise.
859 * gdb.base/fork-print-inferior-events.c: New file.
860 * gdb.base/fork-print-inferior-events.exp: New file.
861 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
862 '[Inferior ... has been killed]' message.
863 * gdb.base/kill-after-signal.exp: Likewise.
864 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
865 detach message.
866 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
867 message.
868 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
869 regexps to expect for '[Inferior ... detached]' as well.
870 * gdb.threads/process-dies-while-detaching.exp: Likewise.
871
872 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
873
874 PR gdb/23104
875 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
876
877 2018-04-19 Richard Bunt <richard.bunt@arm.com>
878
879 * gdb.threads/multiple-successive-infcall.c: New test.
880 * gdb.threads/multiple-successive-infcall.exp: New file.
881
882 2018-04-17 Tom Tromey <tom@tromey.com>
883
884 * gdb.rust/simple.rs (Union): New type.
885 (main): New local "u".
886 * gdb.rust/simple.exp (test_one_slice): Add new test case.
887
888 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
889
890 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
891 number information in output of "whereis" command.
892 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
893
894 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
895
896 * gdb.ada/info_types.exp: Adjust expected output to the line
897 numbers now printed by "info var/func/type".
898 * gdb.base/completion.exp: Likewise.
899 * gdb.base/included.exp: Likewise.
900 * gdb.cp/cp-relocate.exp: Likewise.
901 * gdb.cp/cplusfuncs.exp: Likewise.
902 * gdb.cp/namespace.exp: Likewise.
903 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
904
905 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
906
907 * gdb.btrace/cpu.exp: New.
908
909 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
910
911 * gdb.base/step-indirect-call-thunk.exp: New.
912 * gdb.base/step-indirect-call-thunk.c: New.
913 * gdb.reverse/step-indirect-call-thunk.exp: New.
914 * gdb.reverse/step-indirect-call-thunk.c: New.
915
916 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
917
918 * gdb.base/pie-fork.c: New file.
919 * gdb.base/pie-fork.exp: New file.
920
921 2018-04-11 Tom Tromey <tom@tromey.com>
922
923 * gdb.rust/simple.exp: Add test for ".." struct initializer.
924
925 2018-04-10 Pedro Alves <palves@redhat.com>
926
927 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
928 exits. Instead loop running forever.
929 (fork_parent): Run forever too.
930
931 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
932
933 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
934 mi_continue_to_line.
935 * gdb.mi/mi-stack.c (callee4): Add comment.
936
937 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
938
939 * gdb.mi/mi-stack.exp: Fix indentation.
940
941 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
942
943 PR gdb/22979
944 * gdb.arch/amd64-osabi.exp: New file.
945
946 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
947
948 PR gdb/22980
949 * gdb.base/osabi.exp: New file.
950
951 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
952
953 * gdb.cp/static-typedef-print.exp: New file.
954 * gdb.cp/static-typedef-print.cc: New file.
955
956 2018-03-27 Joel Brobecker <brobecker@adacore.com>
957
958 * gdb.ada/varsize_limit: New testcase.
959
960 2018-03-27 Joel Brobecker <brobecker@adacore.com>
961
962 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
963
964 * gdb.ada/notcplusplus: New testcase.
965
966 * gdb.base/c-linkage-name.c: New file.
967 * gdb.base/c-linkage-name.exp: New testcase.
968
969 2018-03-26 Tom Tromey <tom@tromey.com>
970
971 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
972 * gdb.python/py-framefilter.py (name_error): New global.
973 (ErrorInName.function): Use name_error.
974
975 2018-03-26 Tom Tromey <tom@tromey.com>
976
977 PR backtrace/15582:
978 * gdb.python/py-framefilter.exp: Add "bt hide" test.
979
980 2018-03-23 Keith Seitz <keiths@redhat.com>
981
982 PR c++/22968
983 * gdb.cp/subtypes.exp: New file.
984 * gdb.cp/subtypes.h: New file.
985 * gdb.cp/subtypes.cc: New file.
986 * gdb.cp/subtypes-2.cc: New file.
987
988 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
989
990 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
991 (done): Call '_exit' not 'exit' to avoid atexit handlers.
992 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
993 -nostartfiles when compiling the test. Confirm that all registers
994 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
995
996 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
997
998 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
999 option, syntax was wrong anyway.
1000 * gdb.arch/arm-disp-step.exp: Likewise.
1001 * gdb.arch/sparc64-regs.exp: Likewise.
1002 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1003 option, syntax was wrong anyway, switch to use
1004 prepare_for_testing.
1005 * gdb.arch/i386-disp-step.exp: Likewise.
1006
1007 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1008
1009 * gdb.ada/exec_changed.exp: Replace "target_info exists
1010 use_gdb_stub" by "use_gdb_stub".
1011 * gdb.ada/start.exp: Likewise.
1012 * gdb.base/async-shell.exp: Likewise.
1013 * gdb.base/attach-pie-misread.exp: Likewise.
1014 * gdb.base/attach-wait-input.exp: Likewise.
1015 * gdb.base/break-entry.exp: Likewise.
1016 * gdb.base/break-interp.exp: Likewise.
1017 * gdb.base/dprintf-detach.exp: Likewise.
1018 * gdb.base/nostdlib.exp: Likewise.
1019 * gdb.base/solib-nodir.exp: Likewise.
1020 * gdb.base/statistics.exp: Likewise.
1021 * gdb.base/testenv.exp: Likewise.
1022 * gdb.mi/mi-exec-run.exp: Likewise.
1023 * gdb.mi/mi-start.exp: Likewise.
1024 * gdb.multi/dummy-frame-restore.exp: Likewise.
1025 * gdb.multi/multi-arch-exec.exp: Likewise.
1026 * gdb.multi/multi-arch.exp: Likewise.
1027 * gdb.multi/tids.exp: Likewise.
1028 * gdb.multi/watchpoint-multi.exp: Likewise.
1029 * gdb.python/py-events.exp: Likewise.
1030 * gdb.threads/attach-into-signal.exp: Likewise.
1031 * gdb.threads/attach-stopped.exp: Likewise.
1032 * gdb.threads/threadapply.exp: Likewise.
1033 * lib/selftest-support.exp: Likewise.
1034
1035 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1036
1037 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1038
1039 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1040
1041 * gdb.perf/template-breakpoints.cc: New file.
1042 * gdb.perf/template-breakpoints.exp: New file.
1043 * gdb.perf/template-breakpoints.py: New file.
1044
1045 2018-03-19 Tom Tromey <tom@tromey.com>
1046
1047 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1048 y0.
1049 * gdb.rust/simple.exp: Test bare identifier form of struct
1050 initializer.
1051
1052 2018-03-19 Tom Tromey <tom@tromey.com>
1053
1054 * gdb.gdb/observer.exp: Remove.
1055
1056 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1057
1058 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1059 "qualified" option when setting breakpoints.
1060 * gdb.trace/backtrace.exp: Likewise.
1061 * gdb.trace/circ.exp: Likewise.
1062 * gdb.trace/collection.exp: Likewise.
1063 * gdb.trace/disconnected-tracing.exp: Likewise.
1064 * gdb.trace/ftrace-lock.exp: Likewise.
1065 * gdb.trace/ftrace.exp: Likewise.
1066 * gdb.trace/infotrace.exp: Likewise.
1067 * gdb.trace/packetlen.exp: Likewise.
1068 * gdb.trace/passc-dyn.exp: Likewise.
1069 * gdb.trace/qtro.exp: Likewise.
1070 * gdb.trace/read-memory.exp: Likewise.
1071 * gdb.trace/report.exp: Likewise.
1072 * gdb.trace/signal.exp: Likewise.
1073 * gdb.trace/status-stop.exp: Likewise.
1074 * gdb.trace/strace.exp: Likewise.
1075 * gdb.trace/tfind.exp: Likewise.
1076 * gdb.trace/trace-break.exp: Likewise.
1077 * gdb.trace/trace-condition.exp: Likewise.
1078 * gdb.trace/trace-mt.exp: Likewise.
1079 * gdb.trace/tstatus.exp: Likewise.
1080 * gdb.trace/tsv.exp: Likewise.
1081 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1082 * gdb.trace/unavailable.exp: Likewise.
1083 * gdb.trace/while-dyn.exp: Likewise.
1084
1085 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1086
1087 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1088 that libinproctrace is copied to the target.
1089
1090 2018-03-14 Tom Tromey <tom@tromey.com>
1091
1092 PR cli/14977:
1093 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1094 a null pointer.
1095 * gdb.base/wchar.exp: Likewise.
1096
1097 2018-03-14 Tom Tromey <tom@tromey.com>
1098
1099 PR cli/19918:
1100 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1101 flag.
1102
1103 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1104
1105 PR gdb/22841
1106 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1107 "target" to remote_exec.
1108
1109 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1110
1111 PR gdb/22841
1112 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1113 ${board}_upload): Remove.
1114
1115 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1116
1117 * gdb.cp/watch-cp.cc: New test.
1118 * gdb.cp/watch-cp.exp: New file.
1119
1120 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1121
1122 * gdb.base/infcall-nested-structs.exp: New file.
1123 * gdb.base/infcall-nested-structs.c: New file.
1124 * gdb.base/float.exp: Add riscv support.
1125
1126 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1127
1128 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1129 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1130
1131 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1132
1133 * gdb.server/abspath.exp: New file.
1134 * lib/gdb.exp (with_cwd): New procedure.
1135
1136 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1137
1138 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1139 use it.
1140 (gdb_is_target_remote_prompt): New proc.
1141 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1142 (gdb_is_target_native): Pass prompt parameter to
1143 gdb_is_target_1.
1144
1145 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1146
1147 * gdb.base/load-command.c: New file.
1148 * gdb.base/load-command.exp: New file.
1149 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1150 (gdb_is_target_1): ...this, and generalize for other targets
1151 than just remote.
1152 (gdb_is_target_remote): Use gdb_is_target_1.
1153 (gdb_is_target_native): use gdb_is_target_1.
1154
1155 2018-02-26 Tom Tromey <tom@tromey.com>
1156
1157 PR python/16497:
1158 * gdb.python/py-framefilter.exp: Update test.
1159
1160 2018-02-26 Tom Tromey <tom@tromey.com>
1161
1162 * gdb.dwarf2/variant.c: New file.
1163 * gdb.dwarf2/variant.exp: New file.
1164
1165 2018-02-26 Tom Tromey <tom@tromey.com>
1166
1167 * gdb.rust/simple.exp: Accept more possible results in enum test.
1168
1169 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1170
1171 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1172 parentheses.
1173
1174 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1175
1176 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1177 name of a variable: $actual_linejj -> $actual_line.
1178
1179 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1180
1181 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1182
1183 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1184
1185 * gdb.btrace/buffer-size.exp: Do not force BTS.
1186
1187 2018-02-14 Pedro Alves <palves@redhat.com>
1188
1189 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1190 getting a "Quit".
1191
1192 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1193
1194 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1195 Fix test name.
1196
1197 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1198
1199 * gdb.cp/m-static.exp: Check type of optimized out static
1200 member.
1201
1202 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1205 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1206
1207 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1208 Leszek Swirski <leszeks@google.com>
1209
1210 * gdb.python/py-prettyprint.c
1211 (struct to_string_returns_value_inner,
1212 struct to_string_returns_value_wrapper): New.
1213 (main): Add tsrvw variable.
1214 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1215 ToStringReturnsValueWrapper): New classes.
1216 (register_pretty_printers): Register new pretty-printers.
1217 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1218 recursive pretty printer.
1219 * gdb.python/py-mi.exp: Likewise.
1220
1221 2018-02-01 Leszek Swirski <leszeks@google.com>
1222
1223 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1224 functions with the same name as an include file are parsed
1225 correctly.
1226
1227 2018-02-01 Yao Qi <yao.qi@linaro.org>
1228
1229 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1230 "\[^\r\n\]*".
1231
1232 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1233
1234 * gdb.arch/powerpc-prologue-frame.s: New file.
1235 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1236 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1237
1238 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1239
1240 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1241
1242 2018-01-30 Pedro Alves <palves@redhat.com>
1243
1244 PR gdb/13211
1245 * gdb.base/interrupt-daemon.c: New.
1246 * gdb.base/interrupt-daemon.exp: New.
1247 * gdb.multi/multi-term-settings.c: New.
1248 * gdb.multi/multi-term-settings.exp: New.
1249
1250 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1251
1252 * gdb.base/break.exp: Save the location where the breakpoint
1253 on break.c:47 was actually inserted when debugging the version
1254 compiled at -O2 and use it in the expected output of the "info
1255 break" test performed soon after.
1256
1257 2018-01-22 Pedro Alves <palves@redhat.com>
1258 Sergio Durigan Junior <sergiodj@redhat.com>
1259
1260 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1261 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1262
1263 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1264
1265 * gdb.base/break-include.c, gdb.base/break-include.inc,
1266 gdb.base/break-include.exp: New files.
1267 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1268 line number now being the actual line number where the breakpoint
1269 was inserted.
1270 * gdb.mi/mi-break.exp: Likewise.
1271 * gdb.mi/mi-reverse.exp: Likewise.
1272 * gdb.mi/mi-simplerun.exp: Ditto.
1273
1274 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1277 varobj.
1278 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1279
1280 2018-01-21 Don Breazeal <donb@codesourcery.com>
1281 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * gdb.mi/basics.c: Add new global.
1284 * gdb.mi/mi-frame-regs.exp: New file.
1285 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1286 case.
1287
1288 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1289
1290 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1291 non-parameter, and on an unknown symbol.
1292
1293 2018-01-19 Tom Tromey <tom@tromey.com>
1294
1295 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1296 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1297
1298 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1299
1300 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1301 setrlimit and chdir to int.
1302
1303 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1304
1305 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1306 function.
1307 (my_tend): Likewise.
1308 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1309 rationale of avoiding FP- and vector instructions.
1310
1311 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1312
1313 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1314 "info reg" with "\[ \t\]*".
1315 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1316 "\[ \t\]+".
1317 * gdb.arch/s390-multiarch.exp: Ditto.
1318 * gdb.base/pc-fp.exp: Ditto.
1319 * gdb.reverse/i386-precsave.exp: Ditto.
1320 * gdb.reverse/i386-reverse.exp: Ditto.
1321 * gdb.reverse/i387-env-reverse.exp: Ditto.
1322 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1323
1324 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1325
1326 * lib/gdb.exp (gdb_compile): Re-enable use of
1327 universal_compile_options for languages other than Rust.
1328
1329 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1330
1331 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1332
1333 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1334
1335 PR gdb/16577
1336 * gdb.base/solib-vanish.exp: New.
1337 * gdb.base/solib-vanish-main.c: New.
1338 * gdb.base/solib-vanish-lib1.c: New.
1339 * gdb.base/solib-vanish-lib2.c: New.
1340
1341 2018-01-17 Yao Qi <yao.qi@linaro.org>
1342
1343 * gdb.compile/compile.exp: Match the address printed for
1344 frame in the output of command "bt".
1345
1346 2018-01-15 Tom Tromey <tom@tromey.com>
1347
1348 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1349 compute sp_reg.
1350
1351 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1352
1353 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1354 to prepare.
1355 (prepare): Return 0 on error, 1 on success.
1356
1357 2018-01-12 Pedro Alves <palves@redhat.com>
1358
1359 * gdb.base/continue-after-aborted-step-over.c: New.
1360 * gdb.base/continue-after-aborted-step-over.exp: New.
1361
1362 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1363
1364 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1365 options when not creating an executable.
1366
1367 2018-01-11 Pedro Alves <palves@redhat.com>
1368
1369 PR remote/22597
1370 * gdb.server/stop-reply-no-thread.c: New file.
1371 * gdb.server/stop-reply-no-thread.exp: New file.
1372
1373 2018-01-10 Pedro Alves <palves@redhat.com>
1374
1375 PR gdb/22670
1376 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1377 functions too. Test setting breakpoints and printing C functions
1378 with no debug info too.
1379 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1380
1381 2018-01-10 Pedro Alves <palves@redhat.com>
1382
1383 PR gdb/22670
1384 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1385 a fail.
1386
1387 2018-01-10 Pedro Alves <palves@redhat.com>
1388
1389 PR gdb/22670
1390 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1391
1392 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1393
1394 * gdb.server/unittest.exp: Match the output in non-development
1395 mode.
1396
1397 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1398
1399 * gdb.gdb/unittest.exp: Match output in non-development mode.
1400
1401 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1402
1403 * gdb.ada/access_tagged_param.exp: Relax expected output
1404 for value of "ObjL" in "continue" to pck.inspect breakpoint
1405 test.
1406
1407 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1408
1409 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1410 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1411
1412 2018-01-05 Pedro Alves <palves@redhat.com>
1413
1414 PR gdb/18653
1415 * gdb.base/libsegfault.exp: New.
1416
1417 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1418
1419 PR gdb/22670
1420 * gdb.ada/access_tagged_param.exp: New file.
1421 * gdb.ada/access_tagged_param/foo.adb: New file.
1422
1423 2018-01-05 Pedro Alves <palves@redhat.com>
1424
1425 PR gdb/22670
1426 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1427 exercise lower case too, and to exercise both full matching and
1428 wild matching.
1429
1430 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1431
1432 * gdb.ada/rename_subscript_param: New testcase.
1433
1434 2018-01-05 Jerome Guitton <guitton@adacore.com>
1435
1436 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1437
1438 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1439
1440 * gdb.ada/convvar_comp: New testcase.
1441
1442 2018-01-05 Xavier Roirand <roirand@adacore.com>
1443
1444 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1445 (My_Table): New global variable.
1446 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1447
1448 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1449
1450 PR gdb/22670
1451 * gdb.ada/maint_with_ada: New testcase.
1452
1453 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1454
1455 PR gdb/22670
1456 * gdb.ada/bp_c_mixed_case: New testcase.
1457
1458 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1459
1460 PR gdb/22670
1461 * gdb.ada/complete.exp: Add "complete break ada" test.
1462
1463 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1464
1465 PR gdb/22670
1466 * gdb.ada/info_addr_mixed_case: New testcase.
1467
1468 2018-01-03 Xavier Roirand <roirand@adacore.com>
1469
1470 * gdb.ada/excep_handle.exp: New testcase.
1471 * gdb.ada/excep_handle/foo.adb: New file.
1472 * gdb.ada/excep_handle/pck.ads: New file.
1473
1474 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1475
1476 * gdb.base/step-line.c: Add extra empty line in copyright header.
1477 * gdb.base/step-line.inp: Likewise.
1478
1479 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1480
1481 * gdb.ada/dyn_stride.exp: Add slice test.
1482
1483 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1484
1485 * gdb.ada/dyn_stride: New testcase.
1486
1487 2017-12-27 Stafford Horne <shorne@gmail.com>
1488
1489 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1490 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1491
1492 2017-12-27 Stafford Horne <shorne@gmail.com>
1493
1494 * gdb.base/reggroups.c: New file.
1495 * gdb.base/reggroups.exp: New file.
1496
1497 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1498
1499 * gdb.dwarf2/ada-valprint-error.c: New file.
1500 * gdb.dwarf2/ada-valprint-error.exp: New file.
1501
1502 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1503
1504 * gdb.ada/assign_arr: New testcase.
1505
1506 2017-12-18 Xavier Roirand <roirand@adacore.com>
1507
1508 * gdb.ada/funcall_ptr: New testcase.
1509
1510 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1511
1512 PR cli/16224
1513 * gdb.base/ptype-offsets.cc: New file.
1514 * gdb.base/ptype-offsets.exp: New file.
1515
1516 2017-12-15 Yao Qi <yao.qi@linaro.org>
1517
1518 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1519 if XML is disabled.
1520
1521 2017-12-15 Xavier Roirand <roirand@adacore.com>
1522
1523 * gdb.ada/same_component_name: New testcase.
1524
1525 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1526
1527 * gdb.ada/str_binop_equal: New testcase.
1528
1529 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1530
1531 * gdb.ada/task_switch_in_core: New testcase.
1532
1533 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1534
1535 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1536 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1537 call test_bkpt_qualified.
1538 (test_bkpt_qualified): New proc.
1539
1540 2017-12-13 Pedro Alves <palves@redhat.com>
1541
1542 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1543 Tighten regexp by matching with an anchor.
1544
1545 2017-12-13 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1548 ("expression with namespace"): New set of tests.
1549 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1550 (Nested::Test_NS::qux): New.
1551 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1552 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1553
1554 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1555
1556 * gdb.base/server-del-break.c: New file.
1557 * gdb.base/server-del-break.exp: New file.
1558
1559 2017-12-12 Stafford Horne <shorne@gmail.com>
1560
1561 * gdb.xml/tdesc-regs.exp: Add or1k support.
1562
1563 2017-12-12 Stafford Horne <shorne@gmail.com>
1564
1565 * gdb.base/bp-permanent.c: Define nop of or1k.
1566
1567 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1568
1569 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1570 output with components being reordered.
1571
1572 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1573
1574 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1575 output with components being reordered.
1576
1577 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1578 Pedro Alves <palves@redhat.com>
1579
1580 * gdb.base/maint.exp (check for .gdb_index): Check also for
1581 .debug_names.
1582 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1583 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1584 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1585 (.gdb_index used after symbol reloading): Support also .debug_names.
1586 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1587
1588 2017-12-08 Yao Qi <yao.qi@linaro.org>
1589
1590 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1591 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1592
1593 2017-12-08 Yao Qi <yao.qi@linaro.org>
1594
1595 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1596 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1597
1598 2017-12-08 Yao Qi <yao.qi@linaro.org>
1599
1600 * gdb.arch/aarch64-tagged-pointer.c: New file.
1601 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1602
1603 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1604
1605 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1606 "int".
1607
1608 2017-12-07 Keith Seitz <keiths@redhat.com>
1609
1610 PR breakpoints/22569
1611 * gdb.linespec/ls-errs.exp: Change expected result of "break
1612 -source this file has spaces.c -line 3".
1613 Check that an explicit source file followed by whitespace is
1614 identified as an invalid explicit location.
1615
1616 2017-12-07 Keith Seitz <keiths@redhat.com>
1617
1618 * gdb.cp/nested-types.cc: New file.
1619 * gdb.cp/nested-types.exp: New file.
1620 * lib/cp-support.exp: Load data-structures.exp library.
1621 (debug_cp_test_ptype_class): New global.
1622 (cp_ptype_class_verbose, next_line): New procedures.
1623 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1624 Add and document new return value.
1625 Switch the list of lines to a queue.
1626 Add support for new `type' key for nested type definitions.
1627 Add debugging/troubleshooting messages.
1628 * lib/data-structures.exp: New file.
1629
1630 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1631
1632 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1633 with proc_with_prefix, don't use with_test_prefix.
1634
1635 2017-12-07 Tom Tromey <tom@tromey.com>
1636
1637 * gdb.base/break.exp: Add test for empty "commands".
1638
1639 2017-12-07 Yao Qi <yao.qi@linaro.org>
1640
1641 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1642 malloc and catch syscall.
1643
1644 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1645
1646 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1647 tests for explicit locations.
1648
1649 2017-12-06 Pedro Alves <palves@redhat.com>
1650
1651 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1652 force-disabling XML descriptions.
1653
1654 2017-12-04 Pedro Alves <palves@redhat.com>
1655
1656 PR gdb/22499
1657 * gdb.arch/amd64-disp-step-avx.S: New file.
1658 * gdb.arch/amd64-disp-step-avx.exp: New file.
1659
1660 2017-12-03 Pedro Alves <palves@redhat.com>
1661
1662 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1663 and <string.h>.
1664 (parent_function): Print distinct messages when waitpid fails, or
1665 the child exits with a signal, or the child exits for an unhandled
1666 reason.
1667 * gdb.threads/process-dies-while-detaching.exp
1668 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1669 it. Wait for both inferior output and GDB's prompt. Use an
1670 indirect spawn id list.
1671 (do_detach): New parameter 'child_exit'. Use it to compute
1672 expected inferior output.
1673 (test_detach, test_detach_watch, test_detach_killed_outside):
1674 Adjust to pass down the expected child exit kind.
1675
1676 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1677 Sergio Durigan Junior <sergiodj@redhat.com>
1678 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1681
1682 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1683
1684 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1685 to 'symbol-file' and 'add-symbol-file' can be
1686 position-independent.
1687
1688 2017-12-01 Yao Qi <yao.qi@linaro.org>
1689
1690 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1691 the URL in copyright header.
1692 * gdb.arch/aarch64-fp.exp: Likewise.
1693 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1694 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1695 * gdb.base/expand-psymtabs.exp: Likewise.
1696 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1697 * gdb.fortran/common-block.exp: Likewise.
1698 * gdb.fortran/common-block.f90: Likewise.
1699 * gdb.fortran/logical.exp: Likewise.
1700 * gdb.fortran/vla-datatypes.f90: Likewise.
1701 * gdb.fortran/vla-sub.f90: Likewise.
1702
1703 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1704
1705 * gdb.ada/repeat_dyn: New testcase.
1706
1707 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1708
1709 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1710 Update for changed thread numbering.
1711 * gdb.cell/bt.exp: Update for changed GDB output.
1712
1713 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1714
1715 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1716 setting isremote by hand.
1717 * boards/dwarf4-gdb-index.exp: Likewise.
1718 * boards/fission.exp: Likewise.
1719 * boards/stabs.exp: Likewise.
1720
1721 2017-11-30 Pedro Alves <palves@redhat.com>
1722
1723 * gdb.linespec/cpls-ops.exp
1724 (check_explicit_skips_function_argument): Extract the underlying
1725 type of size_t instead of hardcoding it.
1726
1727 2017-11-29 Pedro Alves <palves@redhat.com>
1728
1729 PR c++/19436
1730 * gdb.linespec/cpls-abi-tag.cc: New file.
1731 * gdb.linespec/cpls-abi-tag.exp: New file.
1732
1733 2017-11-29 Pedro Alves <palves@redhat.com>
1734
1735 * gdb.base/langs.exp: Use -qualified.
1736 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1737 it.
1738 * gdb.cp/namespace.exp: Use -qualified.
1739 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1740 (overload-3, template-overload, template-ret-type, const-overload)
1741 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1742 procedures.
1743 (test_driver): Call them.
1744 * gdb.cp/save-bp-qualified.cc: New.
1745 * gdb.cp/save-bp-qualified.exp: New.
1746 * gdb.linespec/explicit.exp: Test -qualified.
1747 * lib/completion-support.exp (completion::explicit_opts_list): Add
1748 "-qualified".
1749 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1750
1751 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1752
1753 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1754
1755 2017-11-29 Tom Tromey <tom@tromey.com>
1756
1757 * gdb.base/relocate.exp: Update invalid argument test.
1758 Add new tests for invalid arguments.
1759
1760 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1761
1762 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1763 Return 0 as a long.
1764 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1765
1766 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1767
1768 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1769 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1770 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1771 func ().
1772 * gdb.cp/shadow.cc (B.func): Return 0.
1773
1774 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1775
1776 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1777 expected output in gdb_expect call to allow the exception
1778 message to be present as well. Fix syntax confusion to avoid
1779 TCL thinking that exception_name is an array.
1780
1781 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1782
1783 * gdb.arch/spu-info.c: Include <unistd.h>.
1784 (do_signal_test): Fix broken calls to write.
1785 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1786 Fix checks for empty mailboxes. Update signal tests for corrected
1787 do_signal_test routine. Allow nonzero event status.
1788 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1789 * gdb.cell/arch.exp: Use standard_output_file.
1790 * gdb.cell/break.exp: Likewise.
1791 * gdb.cell/bt.exp: Likewise.
1792 * gdb.cell/core.exp: Likewise.
1793 * gdb.cell/dwarfaddr.exp: Likewise.
1794 * gdb.cell/ea-cache.exp: Likewise.
1795 * gdb.cell/ea-standalone.exp: Likewise.
1796 * gdb.cell/f-regs.exp: Likewise.
1797 * gdb.cell/fork.exp: Likewise.
1798 * gdb.cell/gcore.exp: Likewise.
1799 * gdb.cell/mem-access.exp: Likewise.
1800 * gdb.cell/ptype.exp: Likewise.
1801 * gdb.cell/registers.exp: Likewise.
1802 * gdb.cell/sizeof.exp: Likewise.
1803 * gdb.cell/solib-symbol.exp: Likewise.
1804 * gdb.cell/solib.exp: Likewise.
1805
1806 2017-11-25 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.base/complete-empty.exp: New file.
1809 * gdb.base/completion.exp: Adjust.
1810
1811 2017-11-25 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.linespec/cpls-ops.cc: New file.
1814 * gdb.linespec/cpls-ops.exp: New file.
1815 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1816 factored out from ...
1817 (test_complete_prefix_range): ... this.
1818
1819 2017-11-24 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.linespec/cpcompletion.exp: New file.
1822 * gdb.linespec/cpls-hyphen.cc: New file.
1823 * gdb.linespec/cpls.cc: New file.
1824 * gdb.linespec/cpls2.cc: New file.
1825 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1826 test to use test_gdb_complete_unique. Add label completion,
1827 keyword completion and explicit location completion tests.
1828 * lib/completion-support.exp: New file.
1829
1830 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1831
1832 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1833 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1834 when hitting an exception catchpoint.
1835
1836 2017-11-22 Yao Qi <yao.qi@linaro.org>
1837
1838 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1839
1840 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1841
1842 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1843 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1844 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1845
1846 2017-11-22 Yao Qi <yao.qi@linaro.org>
1847
1848 * gdb.base/info-os.exp: Pass pthreads.
1849 * gdb.multi/multi-attach.exp: Likewise.
1850
1851 2017-11-22 Yao Qi <yao.qi@linaro.org>
1852
1853 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1854 compiler.
1855
1856 2017-11-22 Yao Qi <yao.qi@linaro.org>
1857
1858 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1859 * gdb.base/break-interp.exp: Likewise.
1860 * gdb.base/jit-attach-pie.exp: Likewise.
1861
1862 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1863
1864 * gdb.base/float128.c (large128): New variable.
1865 * gdb.base/float128.exp: Add test to print largest __float128 value.
1866
1867 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1868
1869 * gdb.arch/vsx-regs.exp: Update register content checks.
1870
1871 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1872
1873 * gdb.arch/ppc-longdouble.exp: New file.
1874 * gdb.arch/ppc-longdouble.c: Likewise.
1875
1876 2017-11-21 Pedro Alves <palves@redhat.com>
1877
1878 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1879
1880 2017-11-20 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1883 (long_double_typedef): New typedefs.
1884 Use DEF on double and long double.
1885 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1886 cases.
1887 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1888 and 'long_double_ptr_same_size' locals. Use them to decide
1889 whether cast from array/function to float is valid/invalid.
1890
1891 2017-11-17 Tom Tromey <tom@tromey.com>
1892
1893 * gdb.rust/traits.rs: New file.
1894 * gdb.rust/traits.exp: New file.
1895
1896 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1897
1898 * gdb.ada/minsyms: New testcase.
1899
1900 2017-11-16 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1903 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1904
1905 2017-11-16 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1908 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1909
1910 2017-11-16 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.server/reconnect-ctrl-c.c: New file.
1913 * gdb.server/reconnect-ctrl-c.exp: New file.
1914
1915 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1916
1917 * gdb.python/py-rbreak.exp: New file.
1918 * gdb.python/py-rbreak.c: New file.
1919 * gdb.python/py-rbreak-func2.c: New file.
1920
1921 2017-11-16 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1924 pattern.
1925 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1926 GDB.
1927
1928 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1929
1930 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1931 regex.
1932
1933 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1934
1935 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1936 test names.
1937
1938 2017-11-09 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1941 factored out from ...
1942 (top level): ... here, and adjusted to avoid expecting beyond the
1943 prompt in a single gdb_test_multiple.
1944
1945 2017-11-09 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1948 output.
1949 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1950 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1951 * gdb.server/ext-run.exp ("kill" test): Likewise.
1952 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1953
1954 2017-11-09 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1957 match till end of line.
1958
1959 2017-11-09 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1962
1963 2017-11-09 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1966 New procedures, factored out from ...
1967 (top level): ... here, and adjusted to avoid expecting beyond the
1968 prompt in one go.
1969
1970 2017-11-09 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1973 output. Fix '?' match.
1974
1975 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1976
1977 * gdb.ada/scoped_watch: New testcase.
1978 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1979 which is actually correct.
1980 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1981 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1982
1983 2017-11-08 Pedro Alves <palves@redhat.com>
1984
1985 * gdb.gdb/complaints.exp (test_initial_complaints)
1986 (test_serial_complaints, test_short_complaints): Call
1987 complaint_internal instead of complaint.
1988
1989 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1990
1991 * gdb.threads/tls-core.c: New file.
1992 * gdb.threads/tls-core.exp: Likewise.
1993
1994 2017-11-08 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1997 (p Exported_Capitalized): New test.
1998 (p exported_capitalized): New test.
1999
2000 2017-11-07 Pedro Alves <palves@redhat.com>
2001
2002 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2003
2004 2017-11-07 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2007 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2008 (disable_invalid, disable_inverted, disable_negative): New
2009 procedures.
2010 ("bad numbers"): New set of tests.
2011
2012 2017-11-07 Pedro Alves <palves@redhat.com>
2013
2014 * gdb.cp/ena-dis-br-range.exp: Add tests.
2015
2016 2017-11-07 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2019
2020 2017-11-07 Xavier Roirand <roirand@adacore.com>
2021 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.base/ena-dis-br.exp: Add reference to
2024 gdb.cp/ena-dis-br-range.exp.
2025 * gdb.cp/ena-dis-br-range.exp: New file.
2026 * gdb.cp/ena-dis-br-range.cc: New file.
2027
2028 2017-11-06 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.base/attach-non-pgrp-leader.c: New.
2031 * gdb.base/attach-non-pgrp-leader.exp: New.
2032
2033 2017-11-06 Pedro Alves <palves@redhat.com>
2034
2035 * configure.ac: No longer check for termio.h and sgtty.h.
2036 * configure: Regenerate.
2037 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2038 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2039 Remove termio and sgtty code.
2040
2041 2017-11-03 Yao Qi <yao.qi@linaro.org>
2042
2043 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2044 in GDB is disabled.
2045
2046 2017-11-03 Yao Qi <yao.qi@linaro.org>
2047
2048 * gdb.python/py-thrhandle.exp: Skip it if python is not
2049 enabled.
2050
2051 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2052
2053 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2054 as a breakpoint command.
2055
2056 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2057
2058 PR python/21213
2059 * gdb.python/py-infthread.exp: Test calling
2060 InferiorThread.inferior () multiple times in a row.
2061
2062 2017-10-27 Keith Seitz <keiths@redhat.com>
2063
2064 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2065 Test "info break" for every inlined function breakpoint.
2066
2067 2017-10-27 Yao Qi <yao.qi@linaro.org>
2068
2069 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2070
2071 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2072
2073 * gdb.cp/classes.exp (test_static_members): Test printing
2074 Outer::instance.
2075 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2076 (Inner::instance, Outer::instance): New.
2077
2078 2017-10-24 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2081 extra console" test in two stages.
2082
2083 2017-10-24 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2086
2087 2017-10-24 Pedro Alves <palves@redhat.com>
2088
2089 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2090 loop.
2091
2092 2017-10-24 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2095 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2096
2097 2017-10-24 Pedro Alves <palves@redhat.com>
2098
2099 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2100 parameter and handle it. Don't output read value in test name.
2101
2102 2017-10-24 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2105 custom test name.
2106
2107 2017-10-24 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2110 include the unstable output directory name in the test's name.
2111 (initial_setup_simple) <'set args'>: Use custom test name.
2112
2113 2017-10-24 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2116 with explicit test name.
2117
2118 2017-10-20 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2121 'wait -i'. Use gdb_assert and remote_close.
2122
2123 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2126 number from variable rather than hard-coded.
2127
2128 2017-10-19 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.base/long-inferior-output.c: New file.
2131 * gdb.base/long-inferior-output.exp: New file.
2132
2133 2017-11-18 Keith Seitz <keiths@redhat.com>
2134
2135 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2136 method.
2137 (main): Call it.
2138 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2139 Add additional user-defined conversion operator tests.
2140
2141 2017-10-17 Pedro Alves <palves@redhat.com>
2142
2143 * boards/native-stdio-gdbserver.exp: Load "local-board".
2144
2145 2017-10-17 Pedro Alves <palves@redhat.com>
2146
2147 * gdb.base/quit-live.c: New file.
2148 * gdb.base/quit-live.exp: New file.
2149
2150 2017-10-16 Keith Seitz <keiths@redhat.com>
2151
2152 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2153 (class_with_protected_typedef, class_with_private_typedef)
2154 (struct_with_public_typedef, struct_with_protected_typedef)
2155 (struct_with_private_typedef): New classes/structs.
2156 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2157 typedefs and access specifiers.
2158
2159 2017-10-16 Pedro Alves <palves@redhat.com>
2160 Simon Marchi <simon.marchi@polymtl.ca>
2161
2162 * README (Local vs Remote vs Native): New section.
2163 * boards/local-board.exp: New file, with bits factored out from
2164 ...
2165 * boards/native-extended-gdbserver.exp: ... here. Load
2166 "local-board".
2167 * boards/native-gdbserver.exp: Load "local-board".
2168 (${board}_spawn, ${board}_exec): Delete.
2169 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2170 ...
2171 * boards/stdio-gdbserver-base.exp: ... this new file.
2172 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2173 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2174 procedure.
2175 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2176 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2177 stdio_gdbserver_command.
2178 (${board}_get_remote_address, ${board}_get_comm_port)
2179 (${board}_download, ${board}_upload): Delete.
2180 (get_target_remote_pipe_cmd): New.
2181
2182 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2183
2184 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2185 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2186 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2187 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2188 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2189 remove with_test_prefix.
2190
2191 2017-10-13 Pedro Alves <palves@redhat.com>
2192
2193 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2194 * gdb.base/annota1.exp: Use it instead of is_remote.
2195 * gdb.base/annota3.exp: Use it instead of is_remote.
2196 * gdb.cp/annota2.exp: Use it instead of is_remote.
2197 * gdb.cp/annota3.exp: Use it instead of is_remote.
2198 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2199
2200 2017-10-13 Pedro Alves <palves@redhat.com>
2201
2202 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2203 (test_num_test_vars, run_and_count_vars, find_env)
2204 (test_set_unset_env, test_inherit_env_var): New procedures.
2205 (top level): Use them.
2206
2207 2017-10-13 Pedro Alves <palves@redhat.com>
2208
2209 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2210 also skip on stub-like targets.
2211
2212 2017-10-13 Pedro Alves <palves@redhat.com>
2213
2214 PR gdb/22293
2215 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2216 (top level): Move some tests to ...
2217 (test_not_found): ... this new procedure.
2218 (top level): Call it.
2219
2220 2017-10-13 Pedro Alves <palves@redhat.com>
2221
2222 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2223 expect different "info terminal" output if testing with a
2224 non-native target.
2225
2226 2017-10-13 Pedro Alves <palves@redhat.com>
2227 Simon Marchi <simon.marchi@polymtl.ca>
2228
2229 PR python/12966
2230 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2231
2232 2017-10-13 Pedro Alves <palves@redhat.com>
2233
2234 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2235 already.
2236
2237 2017-10-13 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2240 is_remote.
2241
2242 2017-10-13 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2245 is_remote.
2246
2247 2017-10-13 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2250 is set.
2251 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2252 instead of is_remote.
2253
2254 2017-10-13 Pedro Alves <palves@redhat.com>
2255
2256 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2257 (top level): Add comment.
2258
2259 2017-10-13 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.base/remote.exp (top level): Fix comment typo and add
2262 missing return.
2263
2264 2017-10-13 Pedro Alves <palves@redhat.com>
2265 Simon Marchi <simon.marchi@polymtl.ca>
2266
2267 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2268 calls and add comments. Skip test if use_gdb_stub is set.
2269 (top level): Use "set cwd" command instead of "cd" command.
2270
2271 2017-10-13 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2274 is_remote target check.
2275
2276 2017-10-13 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.base/scope.exp: Use build_executable + clean_restart +
2279 gdb_file_cmd instead of prepare_for_testing and no longer skip
2280 "before run" tests on is_remote target boards. Update comments.
2281 * boards/native-extended-gdbserver.exp
2282 (extended_gdbserver_load_last_file): New, factored out from ...
2283 (gdb_load): ... this. Move further below and add comment.
2284 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2285
2286 2017-10-12 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.base/attach.exp: Remove references to gdb64.
2289 * gdb.base/dbx.exp: Remove references to gdb64.
2290
2291 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2292 Pedro Alves <palves@redhat.com>
2293
2294 * gdb.base/label.exp: Remove is_remote target check.
2295
2296 2017-10-12 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.base/auvx.exp (coredir): Update comment.
2299 (top level) <core_works>: Use "set cwd" command instead of "cd"
2300 command.
2301
2302 2017-10-12 Pedro Alves <palves@redhat.com>
2303 Simon Marchi <simon.marchi@polymtl.ca>
2304
2305 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2306 target boards.
2307
2308 2017-10-12 Pedro Alves <palves@redhat.com>
2309 Simon Marchi <simon.marchi@polymtl.ca>
2310
2311 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2312 Instead skip if there's any gdb_protocol set.
2313
2314 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2315 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2318
2319 2017-10-12 Pedro Alves <palves@redhat.com>
2320 Simon Marchi <simon.marchi@polymtl.ca>
2321
2322 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2323 instead of on dejagnu remote boards.
2324
2325 2017-10-12 Pedro Alves <palves@redhat.com>
2326 Simon Marchi <simon.marchi@polymtl.ca>
2327
2328 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2329 checks. Use build_executable + clean_restart instead of
2330 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2331 of enabling non-stop after starting gdb.
2332
2333 2017-10-12 Pedro Alves <palves@redhat.com>
2334
2335 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2336 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2337 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2338 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2339
2340 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2341
2342 * gdb.arch/arc-tdesc-cpu.exp: New file.
2343 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2344
2345 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2346
2347 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2348
2349 2017-10-10 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2352 expect CLI output.
2353
2354 2017-10-10 Pedro Alves <palves@redhat.com>
2355
2356 * lib/selftest-support.exp (selftest_setup): Update for
2357 captured_command_loop's prototype change.
2358
2359 2017-10-09 Pedro Alves <palves@redhat.com>
2360
2361 Test both arch1=>arch2 and arch2=>arch1.
2362
2363 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2364 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2365 factored out to...
2366 (append_arch1_options, append_arch2_options, append_arch_options)
2367 (build_executables): New procedures.
2368 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2369 local.
2370 (top level): Add new 'first_arch' testing axis.
2371
2372 2017-10-09 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2375 (barrier): New.
2376 (thread_start, all_started): New functions.
2377 (main): Spawn new thread and wait until it is scheduled.
2378 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2379 option.
2380 (do_test): Add 'selected_thread' parameter. Run to all_started
2381 instead of main. Explicitly set the breakpoint at main. Switch
2382 to the SELECTED_THREAD thread.
2383 (top level): Test handling the exec event with either the main
2384 thread or the second thread selected.
2385
2386 2017-10-09 Pedro Alves <palves@redhat.com>
2387
2388 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2389 logic. Move STOP marker after the value checks.
2390 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2391 regexp.
2392
2393 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2394
2395 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2396
2397 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2398
2399 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2400 integer-to-dfp conversion.
2401 * gdb.base/dfp-test.exp: Likewise.
2402
2403 2017-10-04 Pedro Alves <palves@redhat.com>
2404
2405 * gdb.multi/hangout.c: Include <unistd.h>.
2406 (hangout_loop): New function.
2407 (main): Call alarm. Call hangout_loop in a loop.
2408 * gdb.multi/hello.c: Include <unistd.h>.
2409 (hello_loop): New function.
2410 (main): Call alarm. Call hangout_loop in a loop.
2411 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2412 inferior with the other selected.
2413
2414 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2415
2416 * gdb.mi/list-thread-groups-available.exp: New file.
2417 * gdb.mi/list-thread-groups-available.c: New file.
2418
2419 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2420
2421 * gdb.base/set-cwd.exp: Make it available on
2422 native-extended-gdbserver.
2423
2424 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2425
2426 * gdb.base/set-cwd.c: New file.
2427 * gdb.base/set-cwd.exp: Likewise.
2428
2429 2017-10-02 Tom Tromey <tom@tromey.com>
2430
2431 PR rust/22236:
2432 * gdb.rust/simple.rs (main): New variable "fslice".
2433 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2434
2435 2017-10-02 Tom Tromey <tom@tromey.com>
2436
2437 * gdb.rust/simple.exp: Test ptype of a slice.
2438
2439 2017-10-02 Tom Tromey <tom@tromey.com>
2440
2441 * gdb.rust/simple.exp: Test index of slice.
2442
2443 2017-09-27 Tom Tromey <tom@tromey.com>
2444
2445 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2446
2447 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2448 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.base/compare-sections.exp (get value of read-only section): Read
2451 as unsigned value.
2452 (corrupt read-only section): Likewise and don't set written if patching
2453 failed.
2454
2455 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2456
2457 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2458 files.
2459
2460 2017-09-20 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2463 symbol names in gdb's output.
2464 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2465
2466 2017-09-20 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2469 Rename to ...
2470 (test_list_ambiguous_symbol): ... this and add a symbol name
2471 parameter. Adjust.
2472 (test_list_ambiguous_function): Reimplement on top of
2473 test_list_ambiguous_symbol and also test listing ambiguous
2474 variables.
2475 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2476 (ambiguous_fun): ... this.
2477 (ambiguous_var): New.
2478 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2479 (ambiguous_fun): ... this.
2480 (ambiguous_var): New.
2481
2482 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2483
2484 * gdb.base/starti.c: New file.
2485 * gdb.base/starti.exp: New file.
2486 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2487
2488 2017-09-14 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2491 (top level): Use it instead of runto.
2492
2493 2017-09-11 Tom Tromey <tom@tromey.com>
2494
2495 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2496
2497 2017-09-11 Tom Tromey <tom@tromey.com>
2498
2499 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2500 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2501
2502 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2503
2504 * gdb.fortran/printing-types.exp: New file.
2505 * gdb.fortran/printing-types.exp: New file.
2506
2507 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2508
2509 * gdb.fortran/vla-ptype.exp: Fix typos.
2510 * gdb.fortran/vla-value.exp: Same.
2511
2512 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2513
2514 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2515 * gdb.mi/mi-var-child-f.exp: Likewise.
2516 * gdb.mi/mi-vla-fortran.exp: Likewise.
2517
2518 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2519 Christoph Weinmann <christoph.t.weinmann@intel.com>
2520 Bernhard Heckel <bernhard.heckel@intel.com>
2521
2522 * gdb.fortran/ptr-indentation.f90: New file.
2523 * gdb.fortran/ptr-indentation.exp: New file.
2524
2525 2017-09-05 Tom Tromey <tom@tromey.com>
2526
2527 PR gdb/22010:
2528 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2529
2530 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2531
2532 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2533
2534 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2535
2536 * gdb.threads/tls-nodebug-pie.c: New file.
2537 * gdb.threads/tls-nodebug-pie.exp: New file.
2538
2539 2017-09-05 Tom Tromey <tom@tromey.com>
2540
2541 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2542 for rust.
2543
2544 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2545
2546 * gdb.multi/multi-arch-exec.exp: Test with different
2547 "follow-exec-mode" settings.
2548 (do_test): New procedure.
2549
2550 2017-09-04 Pedro Alves <palves@redhat.com>
2551
2552 * gdb.base/func-static.c (S::method const, S::method volatile)
2553 (S::method volatile const): New methods.
2554 (c_s, v_s, cv_s): New instances.
2555 (main): Call method() on them.
2556 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2557 (cannot_resolve): New procedure.
2558 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2559 print-quote-unquoted columns.
2560 (do_test): Test printing each scope too.
2561
2562 2017-09-04 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.base/local-static.exp: Also test with
2565 class::method::variable wholly quoted.
2566 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2567
2568 2017-09-04 Pedro Alves <palves@redhat.com>
2569
2570 * gdb.base/local-static.c: New.
2571 * gdb.base/local-static.cc: New.
2572 * gdb.base/local-static.exp: New.
2573
2574 2017-09-04 Pedro Alves <palves@redhat.com>
2575
2576 * gdb.asm/asm-source.exp: Add casts to int.
2577 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2578 (dataglobal64_1, dataglobal64_2): New globals.
2579 * gdb.base/nodebug.exp: Test different expressions involving the
2580 new globals, with print, whatis and ptype. Add casts to int.
2581 * gdb.base/solib-display.exp: Add casts to int.
2582 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2583 * gdb.cp/m-static.exp: Add cast to int.
2584 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2585 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2586 tls variable with no debug info without a cast. Test with a cast
2587 to int too.
2588 * gdb.trace/entry-values.exp: Add casts.
2589
2590 2017-09-04 Pedro Alves <palves@redhat.com>
2591
2592 * gdb.base/nodebug.exp: Test that ptype's error about functions
2593 with unknown return type includes the function name too.
2594
2595 2017-09-04 Pedro Alves <palves@redhat.com>
2596
2597 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2598 return type of munmap in infcall.
2599 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2600 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2601 type of ftell in infcall.
2602 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2603 type of getpid in infcall.
2604 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2605 infcall.
2606 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2607 Bail on failure to extract the pid.
2608 * gdb.base/nodebug.c: #include <stdint.h>.
2609 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2610 New functions.
2611 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2612 Change expected output of print/whatis/ptype with functions with
2613 no debug info. Test all supported languages. Call
2614 test_call_promotion.
2615 * gdb.compile/compile.exp: Adjust expected output to expect
2616 warning.
2617 * gdb.threads/siginfo-threads.exp: Likewise.
2618
2619 2017-09-04 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2622 "prototypes". Test calling float functions via prototyped and
2623 unprototyped function pointers.
2624 (perform_all_tests): New parameter "prototypes". Pass it down.
2625 (top level): Pass down "prototypes" parameter to
2626 perform_all_tests.
2627
2628 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2629
2630 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2631 Test with nested loops.
2632
2633 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2634
2635 * gdb.base/commands.exp: Call the new procedures.
2636 (loop_break_test, loop_continue_test): New procedures.
2637
2638 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2639
2640 * gdb.base/commands.exp: Call new procedure.
2641 (define_if_without_arg_test): New procedure.
2642
2643 2017-09-04 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.base/list-ambiguous.exp: New file.
2646 * gdb.base/list-ambiguous0.c: New file.
2647 * gdb.base/list-ambiguous1.c: New file.
2648 * gdb.base/list.exp (test_list_range): Adjust expected output.
2649
2650 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2651
2652 * gdb.base/share-env-with-gdbserver.c: New file.
2653 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2654
2655 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2656
2657 * gdb.base/commands.exp (gdbvar_simple_if_test,
2658 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2659 progvar_simple_if_test, progvar_simple_while_test,
2660 progvar_complex_if_while_test, user_defined_command_test,
2661 user_defined_command_args_eval,
2662 user_defined_command_args_stack_test,
2663 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2664 temporary_breakpoint_commands,
2665 gdb_test_no_prompt, redefine_hook_test,
2666 redefine_backtrace_test): Remove "global gdb_prompt".
2667
2668 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2669
2670 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2671 New proc, call it from toplevel.
2672
2673 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2674
2675 PR remote/21852
2676 * gdb.server/normal.c: New file, copied from gdb.base.
2677 * gdb.server/run-without-local-binary.exp: New file.
2678
2679 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2680
2681 * gdb.arch/sparc64-adi.exp: New file.
2682 * gdb.arch/sparc64-adi.c: New file.
2683
2684 2017-08-22 Pedro Alves <palves@redhat.com>
2685
2686 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2687 (top level): Add "list all overloads" tests.
2688
2689 2017-08-22 Tom Tromey <tom@tromey.com>
2690
2691 * gdb.gdb/xfullpath.exp: Remove.
2692
2693 2017-08-21 Pedro Alves <palves@redhat.com>
2694
2695 PR gdb/19487
2696 * gdb.base/symbol-alias.c: New.
2697 * gdb.base/symbol-alias2.c: New.
2698 * gdb.base/symbol-alias.exp: New.
2699
2700 2017-08-21 Pedro Alves <palves@redhat.com>
2701
2702 * gdb.base/dfp-test.c
2703 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2704 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2705 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2706 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2707 * gdb.base/whatis-ptype-typedefs.c: New.
2708 * gdb.base/whatis-ptype-typedefs.exp: New.
2709 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2710 (an_int, an_int_type, an_int_type2): New globals.
2711 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2712 involving typedefs and cast expressions.
2713 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2714 (lookup_typedefs_function): New.
2715 (typedefs_pretty_printers_dict): New.
2716 (top level): Register lookup_typedefs_function in
2717 gdb.pretty_printers.
2718
2719 2017-08-18 Yao Qi <yao.qi@linaro.org>
2720
2721 * gdb.server/unittest.exp: New.
2722
2723 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2724
2725 PR gdb/21954
2726 * gdb.base/environ.exp: Add test to check if 'unset environment'
2727 works.
2728
2729 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2730
2731 * lib/gdb.exp (universal_compile_options): New caching proc.
2732 (gdb_compile): Suppress GCC's coloring of messages.
2733
2734 2017-08-14 Tom Tromey <tom@tromey.com>
2735
2736 PR gdb/21675:
2737 * gdb.base/printcmds.exp (test_radices): New function.
2738 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2739 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2740 * lib/gdb.exp (get_integer_valueof): Use p/d.
2741
2742 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2743
2744 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2745 characters.
2746
2747 2017-08-05 Tom Tromey <tom@tromey.com>
2748
2749 * gdb.rust/simple.exp: Allow String to appear in a different
2750 namespace.
2751
2752 2017-07-26 Yao Qi <yao.qi@linaro.org>
2753
2754 * gdb.gdb/unittest.exp: Invoke command
2755 "maintenance check xml-descriptions".
2756
2757 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2758
2759 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2760 calling context.
2761 (hex128): Drop erroneous calculation of parameters.
2762
2763 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2764
2765 * gdb.python/py-unwind.exp: Disable stack protection when
2766 building test file.
2767
2768 2017-07-20 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.base/default.exp (set language): Adjust expected output.
2771
2772 2017-07-20 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2775 (test_minsym): ... this, and make static.
2776 (get_pck__foo__bar__minsym): Rename to ...
2777 (get_test_minsym): ... this.
2778 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2779 symbol names and comments.
2780 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2781 (get_test_minsym): ... this.
2782 (pck__foo__bar__minsym__2): Rename to ...
2783 (test_minsym): ... this.
2784 (main): Adjust.
2785
2786 2017-07-17 Pedro Alves <palves@redhat.com>
2787
2788 * gdb.base/completion.exp: Adjust expected output.
2789 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2790 the completer works.
2791
2792 2017-07-17 Pedro Alves <palves@redhat.com>
2793
2794 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2795
2796 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2797
2798 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2799
2800 2017-07-14 Tom Tromey <tom@tromey.com>
2801
2802 PR rust/21764:
2803 * gdb.rust/simple.exp: Add tests.
2804
2805 2017-07-14 Tom Tromey <tom@tromey.com>
2806
2807 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2808
2809 2017-07-14 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.linespec/base/one/thefile.cc (z1): New function.
2812 * gdb.linespec/base/two/thefile.cc (z2): New function.
2813 * gdb.linespec/linespec.exp: Add tests.
2814
2815 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2818 to mi_create_breakpoint.
2819
2820 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2821
2822 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2823 mi_create_breakpoint.
2824
2825 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2826
2827 * gdb.dlang/demangle.exp: Update for demangling changes.
2828
2829 2017-07-09 Tom Tromey <tom@tromey.com>
2830
2831 * gdb.dwarf2/shortpiece.exp: New file.
2832
2833 2017-07-06 David Blaikie <dblaikie@gmail.com>
2834
2835 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2836 built from fissiont-multi-cu{1,2}.c.
2837 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2838 except putting 'main' and 'func' in separate CUs in the same DWO file.
2839 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2840 test.
2841 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2842 test.
2843
2844 2017-07-06 Pedro Alves <palves@redhat.com>
2845
2846 * gdb.python/py-unwind.exp: Test flushregs.
2847
2848 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2849
2850 PR cli/21688
2851 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2852 tests for alias commands and trailing whitespace.
2853
2854 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2855
2856 PR cli/21688
2857 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2858 procedure. Call it.
2859
2860 2017-06-29 Pedro Alves <palves@redhat.com>
2861
2862 * gdb.base/printcmds.exp: Add tests.
2863
2864 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2865
2866 PR gdb/21337
2867 * gdb.base/reread-readsym.exp: New file.
2868 * gdb.base/reread-readsym.c: New file.
2869
2870 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2871
2872 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2873 subpattern.
2874
2875 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2876
2877 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2878 extended mnemonic.
2879 * gdb.arch/powerpc-power9.s: Likewise.
2880
2881 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2882
2883 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2884 on 32-bit x86 targets. Exploit is_*_target macros where
2885 appropriate.
2886
2887 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2888
2889 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2890 register pieces.
2891
2892 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2893
2894 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2895 located in one or more DWARF pieces.
2896
2897 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2898
2899 * lib/gdb.exp (get_endianness): New proc.
2900 * gdb.arch/aarch64-fp.exp: Use it.
2901 * gdb.arch/altivec-regs.exp: Likewise.
2902 * gdb.arch/e500-regs.exp: Likewise.
2903 * gdb.arch/vsx-regs.exp: Likewise.
2904 * gdb.base/dump.exp: Likewise.
2905 * gdb.base/funcargs.exp: Likewise.
2906 * gdb.base/gnu_vector.exp: Likewise.
2907 * gdb.dwarf2/formdata16.exp: Likewise.
2908 * gdb.dwarf2/implptrpiece.exp: Likewise.
2909 * gdb.dwarf2/nonvar-access.exp: Likewise.
2910 * gdb.python/py-inferior.exp: Likewise.
2911 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2912
2913 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2914
2915 PR gdb/21226
2916 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2917 stack value pieces are taken from the LSB end.
2918
2919 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2920
2921 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2922 variable at nonzero offset.
2923
2924 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2925
2926 * gdb.dwarf2/var-access.c: New file.
2927 * gdb.dwarf2/var-access.exp: New test.
2928 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2929
2930 2017-06-12 Tom Tromey <tom@tromey.com>
2931
2932 * gdb.dwarf2/formdata16.exp: Add tests.
2933
2934 2017-06-12 Tom Tromey <tom@tromey.com>
2935
2936 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2937
2938 2017-06-12 Tom Tromey <tom@tromey.com>
2939
2940 PR exp/16225:
2941 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2942 * gdb.arch/vsx-regs.exp: Update tests.
2943 * gdb.arch/s390-vregs.exp (hex128): New proc.
2944 Update test.
2945 * gdb.arch/altivec-regs.exp: Update tests.
2946
2947 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2948
2949 * gdb.base/startup-with-shell.c: New file.
2950 * gdb.base/startup-with-shell.exp: Likewise.
2951
2952 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2953
2954 * gdb.server/non-existing-program.exp: Update regex in order to
2955 reflect the fact that gdbserver is now using fork_inferior (with a
2956 shell) to startup the inferior.
2957
2958 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2959
2960 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2961 support function calls from GDB.
2962
2963 2017-05-21 Tom Tromey <tom@tromey.com>
2964
2965 PR rust/21466:
2966 * gdb.rust/unsized.exp: New file.
2967 * gdb.rust/unsized.rs: New file.
2968
2969 2017-05-19 Tom Tromey <tom@tromey.com>
2970
2971 PR rust/21484:
2972 * gdb.rust/watch.exp: New file.
2973 * gdb.rust/watch.rs: New file.
2974
2975 2017-05-18 Tom Tromey <tom@tromey.com>
2976
2977 * gdb.rust/simple.exp: Allow Box to be qualified.
2978
2979 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2980
2981 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2982
2983 2017-05-18 Pedro Alves <palves@redhat.com>
2984
2985 * gdb.base/fileio.c (test_write, test_read, test_close)
2986 (test_fstat): Don't print 'ret' in the fail path.
2987
2988 2017-05-18 Pedro Alves <palves@redhat.com>
2989
2990 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2991 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2992 (test_system, test_rename, test_unlink, test_time): Change
2993 prototypes.
2994 * gdb.base/fileio.exp (stop_msg): Adjust.
2995
2996 2017-05-18 Pedro Alves <palves@redhat.com>
2997
2998 * gdb.base/fileio.c (null_str): New global.
2999 (test_stat): Use it.
3000 * gdb.base/fileio.exp: Remove nowarnings.
3001
3002 2017-05-17 Yao Qi <yao.qi@linaro.org>
3003
3004 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3005
3006 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3007
3008 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3009 argument command.
3010 (top-level): Invoke test_set_inferior_tty.
3011
3012 2017-05-04 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3015 Add parens to print call for Python 3.
3016
3017 2017-05-03 Keith Seitz <keiths@redhat.com>
3018
3019 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3020 (main): Call it.
3021
3022 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3023
3024 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3025 to prev and next.
3026
3027 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3028
3029 * gdb.python/py-record-btrace.exp: Remove test for
3030 gdb.BtraceInstruction.error.
3031
3032 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3033
3034 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3035
3036 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3037
3038 * gdb.python/py-record-btrace-threads.c: New file.
3039 * gdb.python/py-record-btrace-threads.exp: New file.
3040
3041 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3042
3043 PR testsuite/8595
3044 * gdb.base/environ.exp: Make test available in all architectures.
3045 Move bits related to "info program" testing to
3046 gdb.base/info-program.exp. Rewrite tests to use the two new
3047 procedures mentione below.
3048 (test_set_show_env_var) New procedure.
3049 (test_set_show_env_var_equal): Likewise.
3050 * gdb.base/info-program.exp: New file.
3051
3052 2017-04-27 Keith Seitz <keiths@redhat.com>
3053
3054 * gdb.cp/oranking.cc (test15): New function.
3055 (main): Call test15 and declare additional variables for testing.
3056 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3057 "p foo101('abc')" tests.
3058 Add tests for cv qualifier overloads.
3059 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3060 "lvalue reference overload" test.
3061 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3062 "print value of f1 on Child&& in f2" test.
3063
3064 2017-04-19 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3067 procedure.
3068 (top level): Call it.
3069 * lib/gdb.exp (gdb_define_cmd): New procedure.
3070
3071 2017-04-12 Pedro Alves <palves@redhat.com>
3072
3073 PR gdb/21323
3074 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3075 (wchar): New global.
3076 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3077 (do_test_wide_char, wide_char_types_no_program, top level): Add
3078 wchar_t testing.
3079
3080 2017-04-12 Pedro Alves <palves@redhat.com>
3081
3082 PR c++/21323
3083 * gdb.cp/wide_char_types.c: New file.
3084 * gdb.cp/wide_char_types.exp: New file.
3085
3086 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3087
3088 PR gdb/21352
3089 * gdb.trace/tsv.exp: Add test for "tsave -r".
3090
3091 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3092
3093 * gdb.dlang/watch-loc.c: New file.
3094 * gdb.dlang/watch-loc.exp: New file.
3095
3096 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3097
3098 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3099
3100 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3101
3102 * gdb.arch/arc-analyze-prologue.S: New file.
3103 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3104
3105 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3106
3107 * gdb.arch/arc-decode-insn.S: New file.
3108 * gdb.arch/arc-decode-insn.exp: Likewise.
3109
3110 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3111
3112 PR tdep/20928
3113 * gdb.arch/sparc64-regs.exp: New file.
3114 * gdb.arch/sparc64-regs.S: Likewise.
3115
3116 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3117
3118 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3119 and memory view on Python 3.
3120
3121 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3122 Keith Seitz <keiths@redhat.com>
3123
3124 PR gdb/14441
3125 * gdb.cp/demangle.exp: Add rvalue reference tests.
3126 * gdb.cp/rvalue-ref-casts.cc: New file.
3127 * gdb.cp/rvalue-ref-casts.exp: New file.
3128 * gdb.cp/rvalue-ref-overload.cc: New file.
3129 * gdb.cp/rvalue-ref-overload.exp: New file.
3130 * gdb.cp/rvalue-ref-params.cc: New file.
3131 * gdb.cp/rvalue-ref-params.exp: New file.
3132 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3133 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3134 * gdb.cp/rvalue-ref-types.cc: New file.
3135 * gdb.cp/rvalue-ref-types.exp: New file.
3136 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3137 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3138
3139 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3140
3141 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3142 New procedure.
3143
3144 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3145
3146 * lib/mi-support.exp (mi_gdb_test): Add additional message
3147 for unexpected output.
3148
3149 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3150
3151 * gdb.base/examine-backward.c (Barrier): New character array
3152 constant, to ensure that TestStrings is preceded by a string
3153 terminator.
3154
3155 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3156
3157 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3158 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3159 and implicit pointer into such a location.
3160
3161 2017-03-16 Doug Evans <dje@google.com>
3162
3163 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3164
3165 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3166
3167 * gdb.cp/m-static.exp: Fix expectation for prototype of
3168 test5.single_constructor and single_constructor::single_constructor.
3169
3170 2017-03-16 Doug Evans <dje@google.com>
3171
3172 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3173 * gdb.guile/scm-lazy-string.c: New file.
3174 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3175 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3176 for pointer, array, typedef lazy strings.
3177
3178 2017-03-16 Doug Evans <dje@google.com>
3179
3180 PR python/17728, python/18439, python/18779
3181 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3182 * gdb.python/py-lazy-string.c (pointer): New typedef.
3183 (main): New locals ptr, array, typedef_ptr.
3184 * gdb.python/py-value.exp: Move lazy string tests to ...
3185 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3186 array, typedef lazy strings.
3187
3188 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3189
3190 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3191 Add optional 'test' parameter.
3192
3193 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3194
3195 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3196 Skip for versions of DejaGnu < 1.5.
3197
3198 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3199
3200 * lib/gdb.exp (dejagnu_version): New proc.
3201 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3202 Use dejagnu_version.
3203
3204 2017-03-10 Keith Seitz <keiths@redhat.com>
3205
3206 PR c++/8128
3207 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3208 type from destructor regexps.
3209 Add a branch which actually passes the test.
3210 Adjust "ptype t5i" test names.
3211
3212 2017-03-08 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.base/step-over-exit.exp: Add explicit test message.
3215
3216 2017-03-08 Pedro Alves <palves@redhat.com>
3217
3218 PR gdb/18360
3219 * gdb.threads/interrupt-while-step-over.c: New file.
3220 * gdb.threads/interrupt-while-step-over.exp: New file.
3221
3222 2017-03-08 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3225 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3226
3227 2017-03-08 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3230 PKRU as not supported as a PASS.
3231
3232 2017-03-08 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3235 prefix instead of $binfile1/$binfile2.
3236 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3237 in test message.
3238 * gdb.python/py-completion.exp: Use "load python file" as test
3239 messages instead of unstable path names.
3240
3241 2017-03-08 Pedro Alves <palves@redhat.com>
3242 Jan Kratochvil <jan.kratochvil@redhat.com>
3243
3244 PR cli/21218
3245 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3246 New proc.
3247 (top level): Call it.
3248
3249 2017-03-08 Pedro Alves <palves@redhat.com>
3250
3251 PR tui/21216
3252 * gdb.tui/tui-nl-filtered-output.exp: New file.
3253
3254 2017-03-08 Pedro Alves <palves@redhat.com>
3255
3256 * gdb.base/completion.exp: Move TUI completion tests to ...
3257 * gdb.tui/completion.exp: ... this new file.
3258
3259 2017-03-08 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.base/tui-disasm-long-lines.c,
3262 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3263 gdb.base/tui-layout.exp: Move to ...
3264 * gdb.tui/: ... this new directory.
3265
3266 2017-03-07 Pedro Alves <palves@redhat.com>
3267
3268 * gdb.base/tui-layout.c: New file.
3269 * gdb.base/tui-layout.exp: New file.
3270
3271 2017-03-07 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.base/tui-layout.c: Rename to ...
3274 * gdb.base/tui-disasm-long-lines.c: ... this.
3275 * gdb.base/tui-layout.exp: Rename to ...
3276 * gdb.base/tui-disasm-long-lines.exp: ... this.
3277
3278 2017-03-07 Pedro Alves <palves@redhat.com>
3279
3280 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3281
3282 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3283
3284 * i386-mpx-call.c: New file.
3285 * i386-mpx-call.exp: New file.
3286
3287 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3288
3289 * gdb.arch/powerpc-power.exp: Delete test.
3290 * gdb.arch/powerpc-power.s: Likewise.
3291 * gdb.disasm/disassembler-options.exp: New test.
3292 * gdb.arch/powerpc-altivec.exp: Likewise.
3293 * gdb.arch/powerpc-altivec.s: Likewise.
3294 * gdb.arch/powerpc-altivec2.exp: Likewise.
3295 * gdb.arch/powerpc-altivec2.s: Likewise.
3296 * gdb.arch/powerpc-altivec3.exp: Likewise.
3297 * gdb.arch/powerpc-altivec3.s: Likewise.
3298 * gdb.arch/powerpc-power7.exp: Likewise.
3299 * gdb.arch/powerpc-power7.s: Likewise.
3300 * gdb.arch/powerpc-power8.exp: Likewise.
3301 * gdb.arch/powerpc-power8.s: Likewise.
3302 * gdb.arch/powerpc-power9.exp: Likewise.
3303 * gdb.arch/powerpc-power9.s: Likewise.
3304 * gdb.arch/powerpc-vsx.exp: Likewise.
3305 * gdb.arch/powerpc-vsx.s: Likewise.
3306 * gdb.arch/powerpc-vsx2.exp: Likewise.
3307 * gdb.arch/powerpc-vsx2.s: Likewise.
3308 * gdb.arch/powerpc-vsx3.exp: Likewise.
3309 * gdb.arch/powerpc-vsx3.s: Likewise.
3310 * gdb.arch/arm-disassembler-options.exp: Likewise.
3311 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3312 * gdb.arch/s390-disassembler-options.exp: Likewise.
3313
3314 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3315
3316 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3317 (check_supported_features): ... this. Changed return type to void.
3318 (supports_rdseed): New static global.
3319 (rdseed): Check supports_rdseed.
3320 (initialize): Call check_supported_features.
3321
3322 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3323
3324 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3325 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3326 and lqarx/stqcx.
3327 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3328 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3329
3330 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3331
3332 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3333 uppercase.
3334
3335 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3336
3337 * gdb.dwarf2/formdata16.c: New file.
3338 * gdb.dwarf2/formdata16.exp: New file.
3339 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3340
3341 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3344 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3345 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3346 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3347 DW_AT_GNU_*.
3348
3349 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3350
3351 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3352
3353 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3354
3355 PR gdb/21164
3356 * gdb.base/maint.exp: Add testcases for when the commands do
3357 not have arguments.
3358
3359 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3360
3361 * gdb.cp/chained-calls.exp: Use p instead of P.
3362
3363 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3364
3365 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3366 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3367
3368 2017-02-14 Tom Tromey <tom@tromey.com>
3369
3370 PR python/13598:
3371 * gdb.python/py-events.exp: Add before_prompt event tests.
3372
3373 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3374
3375 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3376
3377 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3378
3379 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3380 (main): Call my_unique_function_name.
3381 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3382 completion of patterns with a single match.
3383 Add missing -re switches to gdb_test_multiple calls.
3384
3385 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3386
3387 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3388 return if core file is not recognized.
3389
3390 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3391
3392 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3393 and extra UIs.
3394
3395 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3396
3397 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3398 proc_with_prefix.
3399
3400 2017-02-10 Tom Tromey <tom@tromey.com>
3401
3402 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3403
3404 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3405
3406 PR gdb/21122
3407 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3408
3409 2017-02-08 Jerome Guitton <guitton@adacore.com>
3410
3411 * gdb.base/define.exp: Add test for command abbreviations
3412 in define.
3413
3414 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3415
3416 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3417 * gdb.reverse/insn-reverse-x86.c: New file.
3418
3419 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3420
3421 PR tdep/20936
3422 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3423
3424 2017-02-03 Tom Tromey <tom@tromey.com>
3425
3426 PR rust/21097:
3427 * gdb.rust/simple.exp: Add new tests.
3428
3429 2017-02-02 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3432 tests.
3433
3434 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3435
3436 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3437 taking a 2-byte value out of a 4-byte DWARF implicit value on
3438 big-endian targets.
3439 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3440 logic. Add test cases for DW_OP_implicit.
3441
3442 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3443
3444 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3445
3446 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3447
3448 * gdb.btrace/enable.exp: Call gdb_exit before
3449 skip_gdbserver_tests.
3450
3451 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3452
3453 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3454 GDBFLAGS.
3455
3456 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3457
3458 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3459 the test is skipped.
3460 * gdb.btrace/data.exp: Likewise.
3461 * gdb.btrace/delta.exp: Likewise.
3462 * gdb.btrace/dlopen.exp: Likewise.
3463 * gdb.btrace/enable-running.exp: Likewise.
3464 * gdb.btrace/enable.exp: Likewise.
3465 * gdb.btrace/exception.exp: Likewise.
3466 * gdb.btrace/function_call_history.exp: Likewise.
3467 * gdb.btrace/gcore.exp: Likewise.
3468 * gdb.btrace/instruction_history.exp: Likewise.
3469 * gdb.btrace/multi-thread-step.exp: Likewise.
3470 * gdb.btrace/nohist.exp: Likewise.
3471 * gdb.btrace/non-stop.exp: Likewise.
3472 * gdb.btrace/reconnect.exp: Likewise.
3473 * gdb.btrace/record_goto-step.exp: Likewise.
3474 * gdb.btrace/record_goto.exp: Likewise.
3475 * gdb.btrace/rn-dl-bind.exp: Likewise.
3476 * gdb.btrace/segv.exp: Likewise.
3477 * gdb.btrace/step.exp: Likewise.
3478 * gdb.btrace/stepi.exp: Likewise.
3479 * gdb.btrace/tailcall-only.exp: Likewise.
3480 * gdb.btrace/tailcall.exp: Likewise.
3481 * gdb.btrace/tsx.exp: Likewise.
3482 * gdb.btrace/unknown_functions.exp: Likewise.
3483 * gdb.btrace/vdso.exp: Likewise.
3484
3485 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3486
3487 * gdb.btrace/enable-running.c: New.
3488 * gdb.btrace/enable-running.exp: New.
3489
3490 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3491
3492 * gdb.arch/amd64-gs_base.c: New file.
3493 * gdb.arch/amd64-gs_base.exp: New file.
3494
3495 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3496
3497 * lib/memory.exp: Remove spurious empty newlines.
3498
3499 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3500
3501 * gdb.python/py-bad-printers.exp: Load python file using "source".
3502 * gdb.python/py-events.exp: Likewise.
3503 * gdb.python/py-evsignal.exp: Likewise.
3504 * gdb.python/py-evthreads.exp: Likewise.
3505 * gdb.python/py-frame-args.exp: Likewise.
3506 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3507 * gdb.python/py-framefilter-mi.exp: Likewise.
3508 * gdb.python/py-framefilter.exp: Likewise.
3509 * gdb.python/py-mi.exp: Likewise.
3510 * gdb.python/py-pp-maint.exp: Likewise.
3511 * gdb.python/py-pp-registration.exp: Likewise.
3512 * gdb.python/py-prettyprint.exp: Likewise.
3513 (run_lang_tests): Likewise.
3514 * gdb.python/py-typeprint.exp: Likewise.
3515
3516 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3517
3518 * lib/memory.exp: New file.
3519 * lib/gdb.exp: Load memory.exp.
3520 * gdb.base/memattr.exp (delete_memory): Move proc to
3521 lib/memory.exp and rename to delete_memory_regions.
3522 Replace delete_memory with delete_memory_regions.
3523 Cleanup memory regions before tests.
3524 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3525 before tests.
3526
3527 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3528
3529 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3530 files.
3531 (initialize): New function conditionally defined.
3532 (testcases): Move within conditional block.
3533 (main): Call initialize.
3534 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3535 of gdb.reverse/insn-reverse.c.
3536 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3537 gdb.reverse/insn-reverse.c.
3538
3539 2017-01-26 Yao Qi <yao.qi@linaro.org>
3540
3541 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3542 disassemble on address 0.
3543
3544 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3545 Yao Qi <yao.qi@linaro.org>
3546
3547 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3548 * gdb.dwarf2/implptr-64bit.S: Remove.
3549 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3550 variables in caller's context. Add DW_OP_implicit_value.
3551
3552 2017-01-25 Yao Qi <yao.qi@linaro.org>
3553
3554 * lib/dwarf.exp (Dwarf::_location): Handle
3555 DW_OP_GNU_implicit_pointer with proper size.
3556
3557 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3558
3559 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3560 and add untested calls.
3561
3562 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3563
3564 * gdb.python/python.exp: Check line number against what GDB thinks
3565 the line number is for func1.
3566
3567 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3568
3569 * gdb.dlang/debug-expr.exp: New file.
3570
3571 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3572
3573 Fix test names for the following files:
3574
3575 * gdb.ada/exec_changed.exp
3576 * gdb.ada/info_types.exp
3577 * gdb.arch/aarch64-atomic-inst.exp
3578 * gdb.arch/aarch64-fp.exp
3579 * gdb.arch/altivec-abi.exp
3580 * gdb.arch/altivec-regs.exp
3581 * gdb.arch/amd64-byte.exp
3582 * gdb.arch/amd64-disp-step.exp
3583 * gdb.arch/amd64-dword.exp
3584 * gdb.arch/amd64-entry-value-inline.exp
3585 * gdb.arch/amd64-entry-value-param.exp
3586 * gdb.arch/amd64-entry-value-paramref.exp
3587 * gdb.arch/amd64-entry-value.exp
3588 * gdb.arch/amd64-i386-address.exp
3589 * gdb.arch/amd64-invalid-stack-middle.exp
3590 * gdb.arch/amd64-invalid-stack-top.exp
3591 * gdb.arch/amd64-optimout-repeat.exp
3592 * gdb.arch/amd64-prologue-skip.exp
3593 * gdb.arch/amd64-prologue-xmm.exp
3594 * gdb.arch/amd64-stap-special-operands.exp
3595 * gdb.arch/amd64-stap-wrong-subexp.exp
3596 * gdb.arch/amd64-tailcall-cxx.exp
3597 * gdb.arch/amd64-tailcall-noret.exp
3598 * gdb.arch/amd64-tailcall-ret.exp
3599 * gdb.arch/amd64-tailcall-self.exp
3600 * gdb.arch/amd64-word.exp
3601 * gdb.arch/arm-bl-branch-dest.exp
3602 * gdb.arch/arm-disp-step.exp
3603 * gdb.arch/arm-neon.exp
3604 * gdb.arch/arm-single-step-kernel-helper.exp
3605 * gdb.arch/avr-flash-qualifier.exp
3606 * gdb.arch/disp-step-insn-reloc.exp
3607 * gdb.arch/e500-abi.exp
3608 * gdb.arch/e500-regs.exp
3609 * gdb.arch/ftrace-insn-reloc.exp
3610 * gdb.arch/i386-avx512.exp
3611 * gdb.arch/i386-bp_permanent.exp
3612 * gdb.arch/i386-byte.exp
3613 * gdb.arch/i386-cfi-notcurrent.exp
3614 * gdb.arch/i386-disp-step.exp
3615 * gdb.arch/i386-dr3-watch.exp
3616 * gdb.arch/i386-float.exp
3617 * gdb.arch/i386-gnu-cfi.exp
3618 * gdb.arch/i386-mpx-map.exp
3619 * gdb.arch/i386-mpx-sigsegv.exp
3620 * gdb.arch/i386-mpx-simple_segv.exp
3621 * gdb.arch/i386-mpx.exp
3622 * gdb.arch/i386-permbkpt.exp
3623 * gdb.arch/i386-prologue.exp
3624 * gdb.arch/i386-signal.exp
3625 * gdb.arch/i386-size-overlap.exp
3626 * gdb.arch/i386-unwind.exp
3627 * gdb.arch/i386-word.exp
3628 * gdb.arch/mips-fcr.exp
3629 * gdb.arch/powerpc-d128-regs.exp
3630 * gdb.arch/powerpc-stackless.exp
3631 * gdb.arch/ppc64-atomic-inst.exp
3632 * gdb.arch/s390-stackless.exp
3633 * gdb.arch/s390-tdbregs.exp
3634 * gdb.arch/s390-vregs.exp
3635 * gdb.arch/sparc-sysstep.exp
3636 * gdb.arch/thumb-bx-pc.exp
3637 * gdb.arch/thumb-singlestep.exp
3638 * gdb.arch/thumb2-it.exp
3639 * gdb.arch/vsx-regs.exp
3640 * gdb.asm/asm-source.exp
3641 * gdb.base/a2-run.exp
3642 * gdb.base/advance.exp
3643 * gdb.base/all-bin.exp
3644 * gdb.base/anon.exp
3645 * gdb.base/args.exp
3646 * gdb.base/arithmet.exp
3647 * gdb.base/async-shell.exp
3648 * gdb.base/async.exp
3649 * gdb.base/attach-pie-noexec.exp
3650 * gdb.base/attach-twice.exp
3651 * gdb.base/auto-load.exp
3652 * gdb.base/bang.exp
3653 * gdb.base/bitfields.exp
3654 * gdb.base/break-always.exp
3655 * gdb.base/break-caller-line.exp
3656 * gdb.base/break-entry.exp
3657 * gdb.base/break-inline.exp
3658 * gdb.base/break-on-linker-gcd-function.exp
3659 * gdb.base/break-probes.exp
3660 * gdb.base/break.exp
3661 * gdb.base/breakpoint-shadow.exp
3662 * gdb.base/call-ar-st.exp
3663 * gdb.base/call-sc.exp
3664 * gdb.base/call-signal-resume.exp
3665 * gdb.base/call-strs.exp
3666 * gdb.base/callfuncs.exp
3667 * gdb.base/catch-fork-static.exp
3668 * gdb.base/catch-gdb-caused-signals.exp
3669 * gdb.base/catch-load.exp
3670 * gdb.base/catch-signal-fork.exp
3671 * gdb.base/catch-signal.exp
3672 * gdb.base/catch-syscall.exp
3673 * gdb.base/charset.exp
3674 * gdb.base/checkpoint.exp
3675 * gdb.base/chng-syms.exp
3676 * gdb.base/code-expr.exp
3677 * gdb.base/code_elim.exp
3678 * gdb.base/commands.exp
3679 * gdb.base/completion.exp
3680 * gdb.base/complex.exp
3681 * gdb.base/cond-expr.exp
3682 * gdb.base/condbreak.exp
3683 * gdb.base/consecutive.exp
3684 * gdb.base/continue-all-already-running.exp
3685 * gdb.base/coredump-filter.exp
3686 * gdb.base/corefile.exp
3687 * gdb.base/dbx.exp
3688 * gdb.base/debug-expr.exp
3689 * gdb.base/define.exp
3690 * gdb.base/del.exp
3691 * gdb.base/disabled-location.exp
3692 * gdb.base/disasm-end-cu.exp
3693 * gdb.base/disasm-optim.exp
3694 * gdb.base/display.exp
3695 * gdb.base/duplicate-bp.exp
3696 * gdb.base/ena-dis-br.exp
3697 * gdb.base/ending-run.exp
3698 * gdb.base/enumval.exp
3699 * gdb.base/environ.exp
3700 * gdb.base/eu-strip-infcall.exp
3701 * gdb.base/eval-avoid-side-effects.exp
3702 * gdb.base/eval-skip.exp
3703 * gdb.base/exitsignal.exp
3704 * gdb.base/expand-psymtabs.exp
3705 * gdb.base/filesym.exp
3706 * gdb.base/find-unmapped.exp
3707 * gdb.base/finish.exp
3708 * gdb.base/float.exp
3709 * gdb.base/foll-exec-mode.exp
3710 * gdb.base/foll-exec.exp
3711 * gdb.base/foll-fork.exp
3712 * gdb.base/fortran-sym-case.exp
3713 * gdb.base/freebpcmd.exp
3714 * gdb.base/func-ptr.exp
3715 * gdb.base/func-ptrs.exp
3716 * gdb.base/funcargs.exp
3717 * gdb.base/gcore-buffer-overflow.exp
3718 * gdb.base/gcore-relro-pie.exp
3719 * gdb.base/gcore-relro.exp
3720 * gdb.base/gcore.exp
3721 * gdb.base/gdb1090.exp
3722 * gdb.base/gdb11530.exp
3723 * gdb.base/gdb11531.exp
3724 * gdb.base/gdb1821.exp
3725 * gdb.base/gdbindex-stabs.exp
3726 * gdb.base/gdbvars.exp
3727 * gdb.base/hbreak.exp
3728 * gdb.base/hbreak2.exp
3729 * gdb.base/included.exp
3730 * gdb.base/infcall-input.exp
3731 * gdb.base/inferior-died.exp
3732 * gdb.base/infnan.exp
3733 * gdb.base/info-macros.exp
3734 * gdb.base/info-os.exp
3735 * gdb.base/info-proc.exp
3736 * gdb.base/info-shared.exp
3737 * gdb.base/info-target.exp
3738 * gdb.base/infoline.exp
3739 * gdb.base/interp.exp
3740 * gdb.base/interrupt.exp
3741 * gdb.base/jit-reader.exp
3742 * gdb.base/jit-simple.exp
3743 * gdb.base/kill-after-signal.exp
3744 * gdb.base/kill-detach-inferiors-cmd.exp
3745 * gdb.base/label.exp
3746 * gdb.base/langs.exp
3747 * gdb.base/ldbl_e308.exp
3748 * gdb.base/line-symtabs.exp
3749 * gdb.base/linespecs.exp
3750 * gdb.base/list.exp
3751 * gdb.base/long_long.exp
3752 * gdb.base/longest-types.exp
3753 * gdb.base/maint.exp
3754 * gdb.base/max-value-size.exp
3755 * gdb.base/memattr.exp
3756 * gdb.base/mips_pro.exp
3757 * gdb.base/morestack.exp
3758 * gdb.base/moribund-step.exp
3759 * gdb.base/multi-forks.exp
3760 * gdb.base/nested-addr.exp
3761 * gdb.base/nextoverexit.exp
3762 * gdb.base/noreturn-finish.exp
3763 * gdb.base/noreturn-return.exp
3764 * gdb.base/nostdlib.exp
3765 * gdb.base/offsets.exp
3766 * gdb.base/opaque.exp
3767 * gdb.base/pc-fp.exp
3768 * gdb.base/permissions.exp
3769 * gdb.base/print-symbol-loading.exp
3770 * gdb.base/prologue-include.exp
3771 * gdb.base/psymtab.exp
3772 * gdb.base/ptype.exp
3773 * gdb.base/random-signal.exp
3774 * gdb.base/randomize.exp
3775 * gdb.base/range-stepping.exp
3776 * gdb.base/readline-ask.exp
3777 * gdb.base/recpar.exp
3778 * gdb.base/recurse.exp
3779 * gdb.base/relational.exp
3780 * gdb.base/restore.exp
3781 * gdb.base/return-nodebug.exp
3782 * gdb.base/return.exp
3783 * gdb.base/run-after-attach.exp
3784 * gdb.base/save-bp.exp
3785 * gdb.base/scope.exp
3786 * gdb.base/sect-cmd.exp
3787 * gdb.base/set-lang-auto.exp
3788 * gdb.base/set-noassign.exp
3789 * gdb.base/setvar.exp
3790 * gdb.base/sigall.exp
3791 * gdb.base/sigbpt.exp
3792 * gdb.base/siginfo-addr.exp
3793 * gdb.base/siginfo-infcall.exp
3794 * gdb.base/siginfo-obj.exp
3795 * gdb.base/siginfo.exp
3796 * gdb.base/signals-state-child.exp
3797 * gdb.base/signest.exp
3798 * gdb.base/sigstep.exp
3799 * gdb.base/sizeof.exp
3800 * gdb.base/skip.exp
3801 * gdb.base/solib-corrupted.exp
3802 * gdb.base/solib-nodir.exp
3803 * gdb.base/solib-search.exp
3804 * gdb.base/stack-checking.exp
3805 * gdb.base/stale-infcall.exp
3806 * gdb.base/stap-probe.exp
3807 * gdb.base/start.exp
3808 * gdb.base/step-break.exp
3809 * gdb.base/step-bt.exp
3810 * gdb.base/step-line.exp
3811 * gdb.base/step-over-exit.exp
3812 * gdb.base/step-over-syscall.exp
3813 * gdb.base/step-resume-infcall.exp
3814 * gdb.base/step-test.exp
3815 * gdb.base/store.exp
3816 * gdb.base/structs3.exp
3817 * gdb.base/sym-file.exp
3818 * gdb.base/symbol-without-target_section.exp
3819 * gdb.base/term.exp
3820 * gdb.base/testenv.exp
3821 * gdb.base/ui-redirect.exp
3822 * gdb.base/until.exp
3823 * gdb.base/unwindonsignal.exp
3824 * gdb.base/value-double-free.exp
3825 * gdb.base/vla-datatypes.exp
3826 * gdb.base/vla-ptr.exp
3827 * gdb.base/vla-sideeffect.exp
3828 * gdb.base/volatile.exp
3829 * gdb.base/watch-cond-infcall.exp
3830 * gdb.base/watch-cond.exp
3831 * gdb.base/watch-non-mem.exp
3832 * gdb.base/watch-read.exp
3833 * gdb.base/watch-vfork.exp
3834 * gdb.base/watchpoint-cond-gone.exp
3835 * gdb.base/watchpoint-delete.exp
3836 * gdb.base/watchpoint-hw-hit-once.exp
3837 * gdb.base/watchpoint-hw.exp
3838 * gdb.base/watchpoint-stops-at-right-insn.exp
3839 * gdb.base/watchpoints.exp
3840 * gdb.base/wchar.exp
3841 * gdb.base/whatis-exp.exp
3842 * gdb.btrace/buffer-size.exp
3843 * gdb.btrace/data.exp
3844 * gdb.btrace/delta.exp
3845 * gdb.btrace/dlopen.exp
3846 * gdb.btrace/enable.exp
3847 * gdb.btrace/exception.exp
3848 * gdb.btrace/function_call_history.exp
3849 * gdb.btrace/gcore.exp
3850 * gdb.btrace/instruction_history.exp
3851 * gdb.btrace/nohist.exp
3852 * gdb.btrace/reconnect.exp
3853 * gdb.btrace/record_goto-step.exp
3854 * gdb.btrace/record_goto.exp
3855 * gdb.btrace/rn-dl-bind.exp
3856 * gdb.btrace/segv.exp
3857 * gdb.btrace/step.exp
3858 * gdb.btrace/stepi.exp
3859 * gdb.btrace/tailcall-only.exp
3860 * gdb.btrace/tailcall.exp
3861 * gdb.btrace/tsx.exp
3862 * gdb.btrace/unknown_functions.exp
3863 * gdb.btrace/vdso.exp
3864 * gdb.compile/compile-ifunc.exp
3865 * gdb.compile/compile-ops.exp
3866 * gdb.compile/compile-print.exp
3867 * gdb.compile/compile-setjmp.exp
3868 * gdb.cp/abstract-origin.exp
3869 * gdb.cp/ambiguous.exp
3870 * gdb.cp/annota2.exp
3871 * gdb.cp/annota3.exp
3872 * gdb.cp/anon-ns.exp
3873 * gdb.cp/anon-struct.exp
3874 * gdb.cp/anon-union.exp
3875 * gdb.cp/arg-reference.exp
3876 * gdb.cp/baseenum.exp
3877 * gdb.cp/bool.exp
3878 * gdb.cp/breakpoint.exp
3879 * gdb.cp/bs15503.exp
3880 * gdb.cp/call-c.exp
3881 * gdb.cp/casts.exp
3882 * gdb.cp/chained-calls.exp
3883 * gdb.cp/class2.exp
3884 * gdb.cp/classes.exp
3885 * gdb.cp/cmpd-minsyms.exp
3886 * gdb.cp/converts.exp
3887 * gdb.cp/cp-relocate.exp
3888 * gdb.cp/cpcompletion.exp
3889 * gdb.cp/cpexprs.exp
3890 * gdb.cp/cplabel.exp
3891 * gdb.cp/cplusfuncs.exp
3892 * gdb.cp/cpsizeof.exp
3893 * gdb.cp/ctti.exp
3894 * gdb.cp/derivation.exp
3895 * gdb.cp/destrprint.exp
3896 * gdb.cp/dispcxx.exp
3897 * gdb.cp/enum-class.exp
3898 * gdb.cp/exception.exp
3899 * gdb.cp/exceptprint.exp
3900 * gdb.cp/expand-psymtabs-cxx.exp
3901 * gdb.cp/expand-sals.exp
3902 * gdb.cp/extern-c.exp
3903 * gdb.cp/filename.exp
3904 * gdb.cp/formatted-ref.exp
3905 * gdb.cp/fpointer.exp
3906 * gdb.cp/gdb1355.exp
3907 * gdb.cp/gdb2495.exp
3908 * gdb.cp/hang.exp
3909 * gdb.cp/impl-this.exp
3910 * gdb.cp/infcall-dlopen.exp
3911 * gdb.cp/inherit.exp
3912 * gdb.cp/iostream.exp
3913 * gdb.cp/koenig.exp
3914 * gdb.cp/local.exp
3915 * gdb.cp/m-data.exp
3916 * gdb.cp/m-static.exp
3917 * gdb.cp/mb-ctor.exp
3918 * gdb.cp/mb-inline.exp
3919 * gdb.cp/mb-templates.exp
3920 * gdb.cp/member-name.exp
3921 * gdb.cp/member-ptr.exp
3922 * gdb.cp/meth-typedefs.exp
3923 * gdb.cp/method.exp
3924 * gdb.cp/method2.exp
3925 * gdb.cp/minsym-fallback.exp
3926 * gdb.cp/misc.exp
3927 * gdb.cp/namelessclass.exp
3928 * gdb.cp/namespace-enum.exp
3929 * gdb.cp/namespace-nested-import.exp
3930 * gdb.cp/namespace.exp
3931 * gdb.cp/nextoverthrow.exp
3932 * gdb.cp/no-dmgl-verbose.exp
3933 * gdb.cp/non-trivial-retval.exp
3934 * gdb.cp/noparam.exp
3935 * gdb.cp/nsdecl.exp
3936 * gdb.cp/nsimport.exp
3937 * gdb.cp/nsnested.exp
3938 * gdb.cp/nsnoimports.exp
3939 * gdb.cp/nsrecurs.exp
3940 * gdb.cp/nsstress.exp
3941 * gdb.cp/nsusing.exp
3942 * gdb.cp/operator.exp
3943 * gdb.cp/oranking.exp
3944 * gdb.cp/overload-const.exp
3945 * gdb.cp/overload.exp
3946 * gdb.cp/ovldbreak.exp
3947 * gdb.cp/ovsrch.exp
3948 * gdb.cp/paren-type.exp
3949 * gdb.cp/parse-lang.exp
3950 * gdb.cp/pass-by-ref.exp
3951 * gdb.cp/pr-1023.exp
3952 * gdb.cp/pr-1210.exp
3953 * gdb.cp/pr-574.exp
3954 * gdb.cp/pr10687.exp
3955 * gdb.cp/pr12028.exp
3956 * gdb.cp/pr17132.exp
3957 * gdb.cp/pr17494.exp
3958 * gdb.cp/pr9067.exp
3959 * gdb.cp/pr9167.exp
3960 * gdb.cp/pr9631.exp
3961 * gdb.cp/printmethod.exp
3962 * gdb.cp/psmang.exp
3963 * gdb.cp/psymtab-parameter.exp
3964 * gdb.cp/ptype-cv-cp.exp
3965 * gdb.cp/ptype-flags.exp
3966 * gdb.cp/re-set-overloaded.exp
3967 * gdb.cp/ref-types.exp
3968 * gdb.cp/rtti.exp
3969 * gdb.cp/scope-err.exp
3970 * gdb.cp/shadow.exp
3971 * gdb.cp/smartp.exp
3972 * gdb.cp/static-method.exp
3973 * gdb.cp/static-print-quit.exp
3974 * gdb.cp/temargs.exp
3975 * gdb.cp/templates.exp
3976 * gdb.cp/try_catch.exp
3977 * gdb.cp/typedef-operator.exp
3978 * gdb.cp/typeid.exp
3979 * gdb.cp/userdef.exp
3980 * gdb.cp/using-crash.exp
3981 * gdb.cp/var-tag.exp
3982 * gdb.cp/virtbase.exp
3983 * gdb.cp/virtfunc.exp
3984 * gdb.cp/virtfunc2.exp
3985 * gdb.cp/vla-cxx.exp
3986 * gdb.disasm/t01_mov.exp
3987 * gdb.disasm/t02_mova.exp
3988 * gdb.disasm/t03_add.exp
3989 * gdb.disasm/t04_sub.exp
3990 * gdb.disasm/t05_cmp.exp
3991 * gdb.disasm/t06_ari2.exp
3992 * gdb.disasm/t07_ari3.exp
3993 * gdb.disasm/t08_or.exp
3994 * gdb.disasm/t09_xor.exp
3995 * gdb.disasm/t10_and.exp
3996 * gdb.disasm/t11_logs.exp
3997 * gdb.disasm/t12_bit.exp
3998 * gdb.disasm/t13_otr.exp
3999 * gdb.dlang/circular.exp
4000 * gdb.dwarf2/arr-stride.exp
4001 * gdb.dwarf2/arr-subrange.exp
4002 * gdb.dwarf2/atomic-type.exp
4003 * gdb.dwarf2/bad-regnum.exp
4004 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4005 * gdb.dwarf2/callframecfa.exp
4006 * gdb.dwarf2/clztest.exp
4007 * gdb.dwarf2/corrupt.exp
4008 * gdb.dwarf2/data-loc.exp
4009 * gdb.dwarf2/dup-psym.exp
4010 * gdb.dwarf2/dw2-anon-mptr.exp
4011 * gdb.dwarf2/dw2-anonymous-func.exp
4012 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4013 * gdb.dwarf2/dw2-bad-unresolved.exp
4014 * gdb.dwarf2/dw2-basic.exp
4015 * gdb.dwarf2/dw2-canonicalize-type.exp
4016 * gdb.dwarf2/dw2-case-insensitive.exp
4017 * gdb.dwarf2/dw2-common-block.exp
4018 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4019 * gdb.dwarf2/dw2-compressed.exp
4020 * gdb.dwarf2/dw2-const.exp
4021 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4022 * gdb.dwarf2/dw2-cu-size.exp
4023 * gdb.dwarf2/dw2-dup-frame.exp
4024 * gdb.dwarf2/dw2-entry-value.exp
4025 * gdb.dwarf2/dw2-icycle.exp
4026 * gdb.dwarf2/dw2-ifort-parameter.exp
4027 * gdb.dwarf2/dw2-inline-break.exp
4028 * gdb.dwarf2/dw2-inline-param.exp
4029 * gdb.dwarf2/dw2-intercu.exp
4030 * gdb.dwarf2/dw2-intermix.exp
4031 * gdb.dwarf2/dw2-lexical-block-bare.exp
4032 * gdb.dwarf2/dw2-linkage-name-trust.exp
4033 * gdb.dwarf2/dw2-minsym-in-cu.exp
4034 * gdb.dwarf2/dw2-noloc.exp
4035 * gdb.dwarf2/dw2-op-call.exp
4036 * gdb.dwarf2/dw2-op-out-param.exp
4037 * gdb.dwarf2/dw2-opt-structptr.exp
4038 * gdb.dwarf2/dw2-param-error.exp
4039 * gdb.dwarf2/dw2-producer.exp
4040 * gdb.dwarf2/dw2-ranges-base.exp
4041 * gdb.dwarf2/dw2-ref-missing-frame.exp
4042 * gdb.dwarf2/dw2-reg-undefined.exp
4043 * gdb.dwarf2/dw2-regno-invalid.exp
4044 * gdb.dwarf2/dw2-restore.exp
4045 * gdb.dwarf2/dw2-restrict.exp
4046 * gdb.dwarf2/dw2-single-line-discriminators.exp
4047 * gdb.dwarf2/dw2-strp.exp
4048 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4049 * gdb.dwarf2/dw2-unresolved.exp
4050 * gdb.dwarf2/dw2-var-zero-addr.exp
4051 * gdb.dwarf2/dw4-sig-types.exp
4052 * gdb.dwarf2/dwz.exp
4053 * gdb.dwarf2/dynarr-ptr.exp
4054 * gdb.dwarf2/enum-type.exp
4055 * gdb.dwarf2/gdb-index.exp
4056 * gdb.dwarf2/implptr-64bit.exp
4057 * gdb.dwarf2/implptr-optimized-out.exp
4058 * gdb.dwarf2/implptr.exp
4059 * gdb.dwarf2/implref-array.exp
4060 * gdb.dwarf2/implref-const.exp
4061 * gdb.dwarf2/implref-global.exp
4062 * gdb.dwarf2/implref-struct.exp
4063 * gdb.dwarf2/mac-fileno.exp
4064 * gdb.dwarf2/main-subprogram.exp
4065 * gdb.dwarf2/member-ptr-forwardref.exp
4066 * gdb.dwarf2/method-ptr.exp
4067 * gdb.dwarf2/missing-sig-type.exp
4068 * gdb.dwarf2/nonvar-access.exp
4069 * gdb.dwarf2/opaque-type-lookup.exp
4070 * gdb.dwarf2/pieces-optimized-out.exp
4071 * gdb.dwarf2/pieces.exp
4072 * gdb.dwarf2/pr10770.exp
4073 * gdb.dwarf2/pr13961.exp
4074 * gdb.dwarf2/staticvirtual.exp
4075 * gdb.dwarf2/subrange.exp
4076 * gdb.dwarf2/symtab-producer.exp
4077 * gdb.dwarf2/trace-crash.exp
4078 * gdb.dwarf2/typeddwarf.exp
4079 * gdb.dwarf2/valop.exp
4080 * gdb.dwarf2/watch-notconst.exp
4081 * gdb.fortran/array-element.exp
4082 * gdb.fortran/charset.exp
4083 * gdb.fortran/common-block.exp
4084 * gdb.fortran/complex.exp
4085 * gdb.fortran/derived-type-function.exp
4086 * gdb.fortran/derived-type.exp
4087 * gdb.fortran/logical.exp
4088 * gdb.fortran/module.exp
4089 * gdb.fortran/multi-dim.exp
4090 * gdb.fortran/nested-funcs.exp
4091 * gdb.fortran/print-formatted.exp
4092 * gdb.fortran/subarray.exp
4093 * gdb.fortran/vla-alloc-assoc.exp
4094 * gdb.fortran/vla-datatypes.exp
4095 * gdb.fortran/vla-history.exp
4096 * gdb.fortran/vla-ptr-info.exp
4097 * gdb.fortran/vla-ptype-sub.exp
4098 * gdb.fortran/vla-ptype.exp
4099 * gdb.fortran/vla-sizeof.exp
4100 * gdb.fortran/vla-type.exp
4101 * gdb.fortran/vla-value-sub-arbitrary.exp
4102 * gdb.fortran/vla-value-sub-finish.exp
4103 * gdb.fortran/vla-value-sub.exp
4104 * gdb.fortran/vla-value.exp
4105 * gdb.fortran/whatis_type.exp
4106 * gdb.go/chan.exp
4107 * gdb.go/handcall.exp
4108 * gdb.go/hello.exp
4109 * gdb.go/integers.exp
4110 * gdb.go/methods.exp
4111 * gdb.go/package.exp
4112 * gdb.go/strings.exp
4113 * gdb.go/types.exp
4114 * gdb.go/unsafe.exp
4115 * gdb.guile/scm-arch.exp
4116 * gdb.guile/scm-block.exp
4117 * gdb.guile/scm-breakpoint.exp
4118 * gdb.guile/scm-cmd.exp
4119 * gdb.guile/scm-disasm.exp
4120 * gdb.guile/scm-equal.exp
4121 * gdb.guile/scm-frame-args.exp
4122 * gdb.guile/scm-frame-inline.exp
4123 * gdb.guile/scm-frame.exp
4124 * gdb.guile/scm-iterator.exp
4125 * gdb.guile/scm-math.exp
4126 * gdb.guile/scm-objfile.exp
4127 * gdb.guile/scm-ports.exp
4128 * gdb.guile/scm-symbol.exp
4129 * gdb.guile/scm-symtab.exp
4130 * gdb.guile/scm-value-cc.exp
4131 * gdb.guile/types-module.exp
4132 * gdb.linespec/break-ask.exp
4133 * gdb.linespec/cpexplicit.exp
4134 * gdb.linespec/explicit.exp
4135 * gdb.linespec/keywords.exp
4136 * gdb.linespec/linespec.exp
4137 * gdb.linespec/ls-dollar.exp
4138 * gdb.linespec/ls-errs.exp
4139 * gdb.linespec/skip-two.exp
4140 * gdb.linespec/thread.exp
4141 * gdb.mi/mi-async.exp
4142 * gdb.mi/mi-basics.exp
4143 * gdb.mi/mi-break.exp
4144 * gdb.mi/mi-catch-load.exp
4145 * gdb.mi/mi-cli.exp
4146 * gdb.mi/mi-cmd-param-changed.exp
4147 * gdb.mi/mi-console.exp
4148 * gdb.mi/mi-detach.exp
4149 * gdb.mi/mi-disassemble.exp
4150 * gdb.mi/mi-eval.exp
4151 * gdb.mi/mi-file-transfer.exp
4152 * gdb.mi/mi-file.exp
4153 * gdb.mi/mi-fill-memory.exp
4154 * gdb.mi/mi-inheritance-syntax-error.exp
4155 * gdb.mi/mi-linespec-err-cp.exp
4156 * gdb.mi/mi-logging.exp
4157 * gdb.mi/mi-memory-changed.exp
4158 * gdb.mi/mi-read-memory.exp
4159 * gdb.mi/mi-record-changed.exp
4160 * gdb.mi/mi-reg-undefined.exp
4161 * gdb.mi/mi-regs.exp
4162 * gdb.mi/mi-return.exp
4163 * gdb.mi/mi-reverse.exp
4164 * gdb.mi/mi-simplerun.exp
4165 * gdb.mi/mi-solib.exp
4166 * gdb.mi/mi-stack.exp
4167 * gdb.mi/mi-stepi.exp
4168 * gdb.mi/mi-syn-frame.exp
4169 * gdb.mi/mi-until.exp
4170 * gdb.mi/mi-var-block.exp
4171 * gdb.mi/mi-var-child.exp
4172 * gdb.mi/mi-var-cmd.exp
4173 * gdb.mi/mi-var-cp.exp
4174 * gdb.mi/mi-var-display.exp
4175 * gdb.mi/mi-var-invalidate.exp
4176 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4177 * gdb.mi/mi-vla-fortran.exp
4178 * gdb.mi/mi-watch.exp
4179 * gdb.mi/mi2-var-child.exp
4180 * gdb.mi/user-selected-context-sync.exp
4181 * gdb.modula2/unbounded-array.exp
4182 * gdb.multi/dummy-frame-restore.exp
4183 * gdb.multi/multi-arch-exec.exp
4184 * gdb.multi/multi-arch.exp
4185 * gdb.multi/tids.exp
4186 * gdb.multi/watchpoint-multi.exp
4187 * gdb.opencl/callfuncs.exp
4188 * gdb.opencl/convs_casts.exp
4189 * gdb.opencl/datatypes.exp
4190 * gdb.opencl/operators.exp
4191 * gdb.opencl/vec_comps.exp
4192 * gdb.opt/clobbered-registers-O2.exp
4193 * gdb.opt/inline-break.exp
4194 * gdb.opt/inline-bt.exp
4195 * gdb.opt/inline-cmds.exp
4196 * gdb.opt/inline-locals.exp
4197 * gdb.pascal/case-insensitive-symbols.exp
4198 * gdb.pascal/floats.exp
4199 * gdb.pascal/gdb11492.exp
4200 * gdb.python/lib-types.exp
4201 * gdb.python/py-arch.exp
4202 * gdb.python/py-as-string.exp
4203 * gdb.python/py-bad-printers.exp
4204 * gdb.python/py-block.exp
4205 * gdb.python/py-breakpoint-create-fail.exp
4206 * gdb.python/py-breakpoint.exp
4207 * gdb.python/py-caller-is.exp
4208 * gdb.python/py-cmd.exp
4209 * gdb.python/py-explore-cc.exp
4210 * gdb.python/py-explore.exp
4211 * gdb.python/py-finish-breakpoint.exp
4212 * gdb.python/py-finish-breakpoint2.exp
4213 * gdb.python/py-frame-args.exp
4214 * gdb.python/py-frame-inline.exp
4215 * gdb.python/py-frame.exp
4216 * gdb.python/py-framefilter-mi.exp
4217 * gdb.python/py-infthread.exp
4218 * gdb.python/py-lazy-string.exp
4219 * gdb.python/py-linetable.exp
4220 * gdb.python/py-mi-events.exp
4221 * gdb.python/py-mi-objfile.exp
4222 * gdb.python/py-mi.exp
4223 * gdb.python/py-objfile.exp
4224 * gdb.python/py-pp-integral.exp
4225 * gdb.python/py-pp-maint.exp
4226 * gdb.python/py-pp-re-notag.exp
4227 * gdb.python/py-pp-registration.exp
4228 * gdb.python/py-recurse-unwind.exp
4229 * gdb.python/py-strfns.exp
4230 * gdb.python/py-symbol.exp
4231 * gdb.python/py-symtab.exp
4232 * gdb.python/py-sync-interp.exp
4233 * gdb.python/py-typeprint.exp
4234 * gdb.python/py-unwind-maint.exp
4235 * gdb.python/py-unwind.exp
4236 * gdb.python/py-value-cc.exp
4237 * gdb.python/py-xmethods.exp
4238 * gdb.reverse/amd64-tailcall-reverse.exp
4239 * gdb.reverse/break-precsave.exp
4240 * gdb.reverse/break-reverse.exp
4241 * gdb.reverse/consecutive-precsave.exp
4242 * gdb.reverse/consecutive-reverse.exp
4243 * gdb.reverse/finish-precsave.exp
4244 * gdb.reverse/finish-reverse-bkpt.exp
4245 * gdb.reverse/finish-reverse.exp
4246 * gdb.reverse/fstatat-reverse.exp
4247 * gdb.reverse/getresuid-reverse.exp
4248 * gdb.reverse/i386-precsave.exp
4249 * gdb.reverse/i386-reverse.exp
4250 * gdb.reverse/i386-sse-reverse.exp
4251 * gdb.reverse/i387-env-reverse.exp
4252 * gdb.reverse/i387-stack-reverse.exp
4253 * gdb.reverse/insn-reverse.exp
4254 * gdb.reverse/machinestate-precsave.exp
4255 * gdb.reverse/machinestate.exp
4256 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4257 * gdb.reverse/pipe-reverse.exp
4258 * gdb.reverse/readv-reverse.exp
4259 * gdb.reverse/recvmsg-reverse.exp
4260 * gdb.reverse/rerun-prec.exp
4261 * gdb.reverse/s390-mvcle.exp
4262 * gdb.reverse/step-precsave.exp
4263 * gdb.reverse/step-reverse.exp
4264 * gdb.reverse/time-reverse.exp
4265 * gdb.reverse/until-precsave.exp
4266 * gdb.reverse/until-reverse.exp
4267 * gdb.reverse/waitpid-reverse.exp
4268 * gdb.reverse/watch-precsave.exp
4269 * gdb.reverse/watch-reverse.exp
4270 * gdb.rust/generics.exp
4271 * gdb.rust/methods.exp
4272 * gdb.rust/modules.exp
4273 * gdb.rust/simple.exp
4274 * gdb.server/connect-with-no-symbol-file.exp
4275 * gdb.server/ext-attach.exp
4276 * gdb.server/ext-restart.exp
4277 * gdb.server/ext-wrapper.exp
4278 * gdb.server/file-transfer.exp
4279 * gdb.server/server-exec-info.exp
4280 * gdb.server/server-kill.exp
4281 * gdb.server/server-mon.exp
4282 * gdb.server/wrapper.exp
4283 * gdb.stabs/exclfwd.exp
4284 * gdb.stabs/gdb11479.exp
4285 * gdb.threads/clone-new-thread-event.exp
4286 * gdb.threads/corethreads.exp
4287 * gdb.threads/current-lwp-dead.exp
4288 * gdb.threads/dlopen-libpthread.exp
4289 * gdb.threads/gcore-thread.exp
4290 * gdb.threads/sigstep-threads.exp
4291 * gdb.threads/watchpoint-fork.exp
4292 * gdb.trace/actions-changed.exp
4293 * gdb.trace/backtrace.exp
4294 * gdb.trace/change-loc.exp
4295 * gdb.trace/circ.exp
4296 * gdb.trace/collection.exp
4297 * gdb.trace/disconnected-tracing.exp
4298 * gdb.trace/ftrace.exp
4299 * gdb.trace/mi-trace-frame-collected.exp
4300 * gdb.trace/mi-trace-unavailable.exp
4301 * gdb.trace/mi-traceframe-changed.exp
4302 * gdb.trace/mi-tsv-changed.exp
4303 * gdb.trace/no-attach-trace.exp
4304 * gdb.trace/passc-dyn.exp
4305 * gdb.trace/qtro.exp
4306 * gdb.trace/range-stepping.exp
4307 * gdb.trace/read-memory.exp
4308 * gdb.trace/save-trace.exp
4309 * gdb.trace/signal.exp
4310 * gdb.trace/status-stop.exp
4311 * gdb.trace/tfile.exp
4312 * gdb.trace/trace-break.exp
4313 * gdb.trace/trace-buffer-size.exp
4314 * gdb.trace/trace-condition.exp
4315 * gdb.trace/tracefile-pseudo-reg.exp
4316 * gdb.trace/tstatus.exp
4317 * gdb.trace/unavailable.exp
4318 * gdb.trace/while-dyn.exp
4319 * gdb.trace/while-stepping.exp
4320
4321 2016-12-22 Doug Evans <xdje42@gmail.com>
4322
4323 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4324 and msymbols.
4325
4326 2016-12-19 Yao Qi <yao.qi@linaro.org>
4327
4328 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4329 (test_with_self): Don't call do_steps_and_nexts, and remove
4330 code about stepping into xmalloc.
4331
4332 2016-12-09 Yao Qi <yao.qi@linaro.org>
4333
4334 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4335
4336 2016-12-09 Yao Qi <yao.qi@linaro.org>
4337
4338 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4339
4340 2016-12-09 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.base/all-architectures-0.exp: New file.
4343 * gdb.base/all-architectures-1.exp: New file.
4344 * gdb.base/all-architectures-2.exp: New file.
4345 * gdb.base/all-architectures-3.exp: New file.
4346 * gdb.base/all-architectures-4.exp: New file.
4347 * gdb.base/all-architectures-5.exp: New file.
4348 * gdb.base/all-architectures-6.exp: New file.
4349 * gdb.base/all-architectures-7.exp: New file.
4350 * gdb.base/all-architectures.exp.in: New file.
4351
4352 2016-12-09 Yao Qi <yao.qi@linaro.org>
4353
4354 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4355
4356 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4357
4358 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4359 possible.
4360 Remove useless pattern-matching code.
4361
4362 2016-12-02 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4365 procedure.
4366 (top level): Call it.
4367
4368 2016-12-02 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4371 New procedure.
4372 (top level): Call it.
4373
4374 2016-12-02 Pedro Alves <palves@redhat.com>
4375
4376 PR cli/20559
4377 * gdb.base/commands.exp (user_defined_command_args_eval): New
4378 procedure.
4379 (top level): Call it.
4380
4381 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4382
4383 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4384 timeout handling.
4385
4386 2016-12-02 Tom Tromey <tom@tromey.com>
4387
4388 * gdb.dwarf2/main-subprogram.c: New file.
4389 * gdb.dwarf2/main-subprogram.exp: New file.
4390
4391 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4392
4393 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4394 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4395 gdb_test_no_output for a couple of cases.
4396 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4397
4398 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4399
4400 Fix test names and standardize compilation error messages throughout
4401 the following files:
4402
4403 * gdb.ada/start.exp
4404 * gdb.arch/alpha-step.exp
4405 * gdb.arch/e500-prologue.exp
4406 * gdb.arch/ftrace-insn-reloc.exp
4407 * gdb.arch/gdb1291.exp
4408 * gdb.arch/gdb1431.exp
4409 * gdb.arch/gdb1558.exp
4410 * gdb.arch/i386-dr3-watch.exp
4411 * gdb.arch/i386-sse-stack-align.exp
4412 * gdb.arch/ia64-breakpoint-shadow.exp
4413 * gdb.arch/pa-nullify.exp
4414 * gdb.arch/powerpc-aix-prologue.exp
4415 * gdb.arch/thumb-bx-pc.exp
4416 * gdb.base/annota1.exp
4417 * gdb.base/annota3.exp
4418 * gdb.base/arrayidx.exp
4419 * gdb.base/assign.exp
4420 * gdb.base/attach.exp
4421 * gdb.base/auxv.exp
4422 * gdb.base/bang.exp
4423 * gdb.base/bfp-test.exp
4424 * gdb.base/bigcore.exp
4425 * gdb.base/bitfields2.exp
4426 * gdb.base/break-fun-addr.exp
4427 * gdb.base/break-probes.exp
4428 * gdb.base/call-rt-st.exp
4429 * gdb.base/callexit.exp
4430 * gdb.base/catch-fork-kill.exp
4431 * gdb.base/charset.exp
4432 * gdb.base/checkpoint.exp
4433 * gdb.base/comprdebug.exp
4434 * gdb.base/constvars.exp
4435 * gdb.base/coredump-filter.exp
4436 * gdb.base/cursal.exp
4437 * gdb.base/cvexpr.exp
4438 * gdb.base/detach.exp
4439 * gdb.base/display.exp
4440 * gdb.base/dmsym.exp
4441 * gdb.base/dprintf-pending.exp
4442 * gdb.base/dso2dso.exp
4443 * gdb.base/dtrace-probe.exp
4444 * gdb.base/dump.exp
4445 * gdb.base/enum_cond.exp
4446 * gdb.base/exe-lock.exp
4447 * gdb.base/exec-invalid-sysroot.exp
4448 * gdb.base/execl-update-breakpoints.exp
4449 * gdb.base/exprs.exp
4450 * gdb.base/fileio.exp
4451 * gdb.base/find.exp
4452 * gdb.base/finish.exp
4453 * gdb.base/fixsection.exp
4454 * gdb.base/foll-vfork.exp
4455 * gdb.base/frame-args.exp
4456 * gdb.base/gcore.exp
4457 * gdb.base/gdb1250.exp
4458 * gdb.base/global-var-nested-by-dso.exp
4459 * gdb.base/gnu-ifunc.exp
4460 * gdb.base/hashline1.exp
4461 * gdb.base/hashline2.exp
4462 * gdb.base/hashline3.exp
4463 * gdb.base/hbreak-in-shr-unsupported.exp
4464 * gdb.base/huge.exp
4465 * gdb.base/infcall-input.exp
4466 * gdb.base/info-fun.exp
4467 * gdb.base/info-shared.exp
4468 * gdb.base/jit-simple.exp
4469 * gdb.base/jit-so.exp
4470 * gdb.base/jit.exp
4471 * gdb.base/jump.exp
4472 * gdb.base/label.exp
4473 * gdb.base/lineinc.exp
4474 * gdb.base/logical.exp
4475 * gdb.base/longjmp.exp
4476 * gdb.base/macscp.exp
4477 * gdb.base/miscexprs.exp
4478 * gdb.base/new-ui-echo.exp
4479 * gdb.base/new-ui-pending-input.exp
4480 * gdb.base/new-ui.exp
4481 * gdb.base/nodebug.exp
4482 * gdb.base/nofield.exp
4483 * gdb.base/offsets.exp
4484 * gdb.base/overlays.exp
4485 * gdb.base/pending.exp
4486 * gdb.base/pointers.exp
4487 * gdb.base/pr11022.exp
4488 * gdb.base/printcmds.exp
4489 * gdb.base/prologue.exp
4490 * gdb.base/ptr-typedef.exp
4491 * gdb.base/realname-expand.exp
4492 * gdb.base/relativedebug.exp
4493 * gdb.base/relocate.exp
4494 * gdb.base/remote.exp
4495 * gdb.base/reread.exp
4496 * gdb.base/return2.exp
4497 * gdb.base/savedregs.exp
4498 * gdb.base/sep.exp
4499 * gdb.base/sepdebug.exp
4500 * gdb.base/sepsymtab.exp
4501 * gdb.base/set-inferior-tty.exp
4502 * gdb.base/setshow.exp
4503 * gdb.base/shlib-call.exp
4504 * gdb.base/sigaltstack.exp
4505 * gdb.base/siginfo-addr.exp
4506 * gdb.base/signals.exp
4507 * gdb.base/signull.exp
4508 * gdb.base/sigrepeat.exp
4509 * gdb.base/so-impl-ld.exp
4510 * gdb.base/solib-display.exp
4511 * gdb.base/solib-overlap.exp
4512 * gdb.base/solib-search.exp
4513 * gdb.base/solib-symbol.exp
4514 * gdb.base/structs.exp
4515 * gdb.base/structs2.exp
4516 * gdb.base/symtab-search-order.exp
4517 * gdb.base/twice.exp
4518 * gdb.base/unload.exp
4519 * gdb.base/varargs.exp
4520 * gdb.base/watchpoint-solib.exp
4521 * gdb.base/watchpoint.exp
4522 * gdb.base/whatis.exp
4523 * gdb.base/wrong_frame_bt_full.exp
4524 * gdb.btrace/dlopen.exp
4525 * gdb.cell/ea-standalone.exp
4526 * gdb.cell/ea-test.exp
4527 * gdb.cp/dispcxx.exp
4528 * gdb.cp/gdb2384.exp
4529 * gdb.cp/method2.exp
4530 * gdb.cp/nextoverthrow.exp
4531 * gdb.cp/pr10728.exp
4532 * gdb.disasm/am33.exp
4533 * gdb.disasm/h8300s.exp
4534 * gdb.disasm/mn10300.exp
4535 * gdb.disasm/sh3.exp
4536 * gdb.dwarf2/dw2-dir-file-name.exp
4537 * gdb.fortran/complex.exp
4538 * gdb.fortran/library-module.exp
4539 * gdb.guile/scm-pretty-print.exp
4540 * gdb.guile/scm-symbol.exp
4541 * gdb.guile/scm-type.exp
4542 * gdb.guile/scm-value.exp
4543 * gdb.linespec/linespec.exp
4544 * gdb.mi/gdb701.exp
4545 * gdb.mi/gdb792.exp
4546 * gdb.mi/mi-breakpoint-changed.exp
4547 * gdb.mi/mi-dprintf-pending.exp
4548 * gdb.mi/mi-dprintf.exp
4549 * gdb.mi/mi-exit-code.exp
4550 * gdb.mi/mi-pending.exp
4551 * gdb.mi/mi-solib.exp
4552 * gdb.mi/new-ui-mi-sync.exp
4553 * gdb.mi/pr11022.exp
4554 * gdb.mi/user-selected-context-sync.exp
4555 * gdb.opt/solib-intra-step.exp
4556 * gdb.python/py-events.exp
4557 * gdb.python/py-finish-breakpoint.exp
4558 * gdb.python/py-mi.exp
4559 * gdb.python/py-prettyprint.exp
4560 * gdb.python/py-shared.exp
4561 * gdb.python/py-symbol.exp
4562 * gdb.python/py-template.exp
4563 * gdb.python/py-type.exp
4564 * gdb.python/py-value.exp
4565 * gdb.reverse/solib-precsave.exp
4566 * gdb.reverse/solib-reverse.exp
4567 * gdb.server/solib-list.exp
4568 * gdb.stabs/weird.exp
4569 * gdb.threads/reconnect-signal.exp
4570 * gdb.threads/stepi-random-signal.exp
4571 * gdb.trace/actions.exp
4572 * gdb.trace/ax.exp
4573 * gdb.trace/backtrace.exp
4574 * gdb.trace/change-loc.exp
4575 * gdb.trace/deltrace.exp
4576 * gdb.trace/ftrace-lock.exp
4577 * gdb.trace/ftrace.exp
4578 * gdb.trace/infotrace.exp
4579 * gdb.trace/mi-tracepoint-changed.exp
4580 * gdb.trace/packetlen.exp
4581 * gdb.trace/passcount.exp
4582 * gdb.trace/pending.exp
4583 * gdb.trace/range-stepping.exp
4584 * gdb.trace/report.exp
4585 * gdb.trace/stap-trace.exp
4586 * gdb.trace/tfind.exp
4587 * gdb.trace/trace-break.exp
4588 * gdb.trace/trace-condition.exp
4589 * gdb.trace/trace-enable-disable.exp
4590 * gdb.trace/trace-mt.exp
4591 * gdb.trace/tracecmd.exp
4592 * gdb.trace/tspeed.exp
4593 * gdb.trace/tsv.exp
4594 * lib/perftest.exp
4595
4596 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4597
4598 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4599 with gdb_test_no_output.
4600 Use command as test name.
4601
4602 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4603
4604 Fix test names starting with uppercase throughout the files.
4605
4606 * gdb.ada/assign_1.exp
4607 * gdb.ada/boolean_expr.exp
4608 * gdb.base/arrayidx.exp
4609 * gdb.base/del.exp
4610 * gdb.base/gcore-buffer-overflow.exp
4611 * gdb.base/testenv.exp
4612 * gdb.compile/compile.exp
4613 * gdb.python/py-framefilter-invalidarg.exp
4614 * gdb.python/py-framefilter.exp
4615
4616 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4617
4618 Fix test names starting with uppercase throughout the files.
4619
4620 * gdb.ada/array_return.exp
4621 * gdb.ada/expr_delims.exp
4622 * gdb.ada/mi_dyn_arr.exp
4623 * gdb.ada/mi_interface.exp
4624 * gdb.ada/mi_var_array.exp
4625 * gdb.ada/watch_arg.exp
4626 * gdb.arch/alpha-step.exp
4627 * gdb.arch/altivec-regs.exp
4628 * gdb.arch/e500-regs.exp
4629 * gdb.arch/powerpc-d128-regs.exp
4630 * gdb.base/arrayidx.exp
4631 * gdb.base/break.exp
4632 * gdb.base/checkpoint.exp
4633 * gdb.base/debug-expr.exp
4634 * gdb.base/dmsym.exp
4635 * gdb.base/radix.exp
4636 * gdb.base/sepdebug.exp
4637 * gdb.base/testenv.exp
4638 * gdb.base/watch_thread_num.exp
4639 * gdb.base/watchpoint-cond-gone.exp
4640 * gdb.cell/break.exp
4641 * gdb.cell/ea-cache.exp
4642 * gdb.compile/compile.exp
4643 * gdb.cp/gdb2495.exp
4644 * gdb.gdb/selftest.exp
4645 * gdb.gdb/xfullpath.exp
4646 * gdb.go/hello.exp
4647 * gdb.go/integers.exp
4648 * gdb.objc/basicclass.exp
4649 * gdb.pascal/hello.exp
4650 * gdb.pascal/integers.exp
4651 * gdb.python/py-breakpoint.exp
4652 * gdb.python/py-cmd.exp
4653 * gdb.python/py-linetable.exp
4654 * gdb.python/py-xmethods.exp
4655 * gdb.python/python.exp
4656 * gdb.reverse/consecutive-precsave.exp
4657 * gdb.reverse/finish-precsave.exp
4658 * gdb.reverse/i386-precsave.exp
4659 * gdb.reverse/machinestate-precsave.exp
4660 * gdb.reverse/sigall-precsave.exp
4661 * gdb.reverse/solib-precsave.exp
4662 * gdb.reverse/step-precsave.exp
4663 * gdb.reverse/until-precsave.exp
4664 * gdb.reverse/watch-precsave.exp
4665 * gdb.threads/leader-exit.exp
4666 * gdb.threads/pthreads.exp
4667 * gdb.threads/wp-replication.exp
4668 * gdb.trace/actions.exp
4669 * gdb.trace/mi-tsv-changed.exp
4670 * gdb.trace/tsv.exp
4671
4672 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4673
4674 Fix test names starting with uppercase throughout the files.
4675
4676 * gdb.arch/i386-bp_permanent.exp
4677 * gdb.arch/i386-gnu-cfi.exp
4678 * gdb.base/disasm-end-cu.exp
4679 * gdb.base/macscp.exp
4680 * gdb.base/pending.exp
4681 * gdb.base/watch_thread_num.exp
4682 * gdb.cp/exception.exp
4683 * gdb.cp/gdb2495.exp
4684 * gdb.cp/local.exp
4685 * gdb.python/py-evsignal.exp
4686 * gdb.python/python.exp
4687 * gdb.trace/tracecmd.exp
4688
4689 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4690
4691 Fix test names starting with uppercase throughout the files.
4692
4693 * gdb.base/charset.exp
4694 * gdb.base/eval.exp
4695 * gdb.base/multi-forks.exp
4696 * gdb.guile/scm-progspace.exp
4697 * gdb.opencl/datatypes.exp
4698 * gdb.python/py-block.exp
4699 * gdb.python/py-function.exp
4700 * gdb.python/py-symbol.exp
4701 * gdb.python/py-symtab.exp
4702 * gdb.python/py-xmethods.exp
4703 * gdb.reverse/break-precsave.exp
4704 * gdb.reverse/break-reverse.exp
4705 * gdb.reverse/consecutive-precsave.exp
4706 * gdb.reverse/consecutive-reverse.exp
4707 * gdb.reverse/finish-precsave.exp
4708 * gdb.reverse/finish-reverse-bkpt.exp
4709 * gdb.reverse/finish-reverse.exp
4710 * gdb.reverse/fstatat-reverse.exp
4711 * gdb.reverse/getresuid-reverse.exp
4712 * gdb.reverse/i386-precsave.exp
4713 * gdb.reverse/i386-reverse.exp
4714 * gdb.reverse/i386-sse-reverse.exp
4715 * gdb.reverse/i387-stack-reverse.exp
4716 * gdb.reverse/insn-reverse.exp
4717 * gdb.reverse/machinestate-precsave.exp
4718 * gdb.reverse/machinestate.exp
4719 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4720 * gdb.reverse/pipe-reverse.exp
4721 * gdb.reverse/readv-reverse.exp
4722 * gdb.reverse/recvmsg-reverse.exp
4723 * gdb.reverse/rerun-prec.exp
4724 * gdb.reverse/s390-mvcle.exp
4725 * gdb.reverse/sigall-precsave.exp
4726 * gdb.reverse/sigall-reverse.exp
4727 * gdb.reverse/solib-precsave.exp
4728 * gdb.reverse/solib-reverse.exp
4729 * gdb.reverse/step-precsave.exp
4730 * gdb.reverse/step-reverse.exp
4731 * gdb.reverse/time-reverse.exp
4732 * gdb.reverse/until-precsave.exp
4733 * gdb.reverse/until-reverse.exp
4734 * gdb.reverse/waitpid-reverse.exp
4735 * gdb.reverse/watch-precsave.exp
4736 * gdb.reverse/watch-reverse.exp
4737
4738 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4739
4740 Fix test names starting with uppercase throughout the files.
4741
4742 * gdb.arch/i386-mpx-simple_segv.exp
4743 * gdb.arch/i386-mpx.exp
4744 * gdb.arch/i386-permbkpt.exp
4745 * gdb.arch/pa-nullify.exp
4746 * gdb.arch/powerpc-d128-regs.exp
4747 * gdb.arch/vsx-regs.exp
4748 * gdb.base/bfp-test.exp
4749 * gdb.base/break.exp
4750 * gdb.base/breakpoint-shadow.exp
4751 * gdb.base/callfuncs.exp
4752 * gdb.base/charset.exp
4753 * gdb.base/commands.exp
4754 * gdb.base/completion.exp
4755 * gdb.base/dfp-test.exp
4756 * gdb.base/echo.exp
4757 * gdb.base/ending-run.exp
4758 * gdb.base/eval.exp
4759 * gdb.base/expand-psymtabs.exp
4760 * gdb.base/float128.exp
4761 * gdb.base/floatn.exp
4762 * gdb.base/foll-exec-mode.exp
4763 * gdb.base/gdb1056.exp
4764 * gdb.base/gdb11531.exp
4765 * gdb.base/kill-after-signal.exp
4766 * gdb.base/multi-forks.exp
4767 * gdb.base/overlays.exp
4768 * gdb.base/pending.exp
4769 * gdb.base/sepdebug.exp
4770 * gdb.base/testenv.exp
4771 * gdb.base/valgrind-db-attach.exp
4772 * gdb.base/watch_thread_num.exp
4773 * gdb.base/watchpoint-cond-gone.exp
4774 * gdb.base/watchpoint.exp
4775 * gdb.base/watchpoints.exp
4776 * gdb.cp/arg-reference.exp
4777 * gdb.cp/baseenum.exp
4778 * gdb.cp/operator.exp
4779 * gdb.cp/shadow.exp
4780 * gdb.dwarf2/dw2-op-out-param.exp
4781 * gdb.dwarf2/dw2-reg-undefined.exp
4782 * gdb.go/chan.exp
4783 * gdb.go/hello.exp
4784 * gdb.go/integers.exp
4785 * gdb.go/methods.exp
4786 * gdb.go/package.exp
4787 * gdb.guile/scm-parameter.exp
4788 * gdb.guile/scm-progspace.exp
4789 * gdb.guile/scm-value.exp
4790 * gdb.mi/mi-pending.exp
4791 * gdb.mi/user-selected-context-sync.exp
4792 * gdb.multi/multi-attach.exp
4793 * gdb.multi/tids.exp
4794 * gdb.opt/clobbered-registers-O2.exp
4795 * gdb.pascal/floats.exp
4796 * gdb.pascal/integers.exp
4797 * gdb.python/py-block.exp
4798 * gdb.python/py-events.exp
4799 * gdb.python/py-parameter.exp
4800 * gdb.python/py-symbol.exp
4801 * gdb.python/py-symtab.exp
4802 * gdb.python/py-type.exp
4803 * gdb.python/py-value.exp
4804 * gdb.python/py-xmethods.exp
4805 * gdb.python/python.exp
4806 * gdb.reverse/break-precsave.exp
4807 * gdb.reverse/consecutive-precsave.exp
4808 * gdb.reverse/finish-precsave.exp
4809 * gdb.reverse/i386-precsave.exp
4810 * gdb.reverse/machinestate-precsave.exp
4811 * gdb.reverse/sigall-precsave.exp
4812 * gdb.reverse/solib-precsave.exp
4813 * gdb.reverse/step-precsave.exp
4814 * gdb.reverse/until-precsave.exp
4815 * gdb.reverse/watch-precsave.exp
4816 * gdb.server/ext-attach.exp
4817 * gdb.server/ext-restart.exp
4818 * gdb.server/ext-run.exp
4819 * gdb.server/ext-wrapper.exp
4820 * gdb.stabs/gdb11479.exp
4821 * gdb.stabs/weird.exp
4822 * gdb.threads/attach-many-short-lived-threads.exp
4823 * gdb.threads/kill.exp
4824 * gdb.threads/watchpoint-fork.exp
4825
4826 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4827
4828 Fix test names starting with uppercase throughout all the files below.
4829
4830 * gdb.ada/array_return.exp
4831 * gdb.ada/catch_ex.exp
4832 * gdb.ada/info_exc.exp
4833 * gdb.ada/mi_catch_ex.exp
4834 * gdb.ada/mi_dyn_arr.exp
4835 * gdb.ada/mi_ex_cond.exp
4836 * gdb.ada/mi_exc_info.exp
4837 * gdb.ada/mi_interface.exp
4838 * gdb.ada/mi_task_arg.exp
4839 * gdb.ada/mi_task_info.exp
4840 * gdb.ada/mi_var_array.exp
4841 * gdb.arch/alpha-step.exp
4842 * gdb.arch/amd64-disp-step.exp
4843 * gdb.arch/arm-disp-step.exp
4844 * gdb.arch/disp-step-insn-reloc.exp
4845 * gdb.arch/e500-prologue.exp
4846 * gdb.arch/ftrace-insn-reloc.exp
4847 * gdb.arch/gdb1558.exp
4848 * gdb.arch/i386-bp_permanent.exp
4849 * gdb.arch/i386-disp-step.exp
4850 * gdb.arch/i386-float.exp
4851 * gdb.arch/i386-gnu-cfi.exp
4852 * gdb.arch/ia64-breakpoint-shadow.exp
4853 * gdb.arch/mips16-thunks.exp
4854 * gdb.arch/pa-nullify.exp
4855 * gdb.arch/powerpc-aix-prologue.exp
4856 * gdb.arch/powerpc-power.exp
4857 * gdb.arch/ppc-dfp.exp
4858 * gdb.arch/s390-tdbregs.exp
4859 * gdb.arch/spu-info.exp
4860 * gdb.arch/spu-ls.exp
4861 * gdb.arch/thumb-bx-pc.exp
4862 * gdb.base/advance.exp
4863 * gdb.base/annota-input-while-running.exp
4864 * gdb.base/arrayidx.exp
4865 * gdb.base/asmlabel.exp
4866 * gdb.base/async.exp
4867 * gdb.base/attach-wait-input.exp
4868 * gdb.base/auto-connect-native-target.exp
4869 * gdb.base/batch-preserve-term-settings.exp
4870 * gdb.base/bfp-test.exp
4871 * gdb.base/bigcore.exp
4872 * gdb.base/bp-permanent.exp
4873 * gdb.base/break-always.exp
4874 * gdb.base/break-fun-addr.exp
4875 * gdb.base/break-idempotent.exp
4876 * gdb.base/break-main-file-remove-fail.exp
4877 * gdb.base/break-probes.exp
4878 * gdb.base/break-unload-file.exp
4879 * gdb.base/break.exp
4880 * gdb.base/call-ar-st.exp
4881 * gdb.base/call-rt-st.exp
4882 * gdb.base/call-sc.exp
4883 * gdb.base/call-signal-resume.exp
4884 * gdb.base/call-strs.exp
4885 * gdb.base/callexit.exp
4886 * gdb.base/callfuncs.exp
4887 * gdb.base/catch-gdb-caused-signals.exp
4888 * gdb.base/catch-signal-siginfo-cond.exp
4889 * gdb.base/catch-syscall.exp
4890 * gdb.base/compare-sections.exp
4891 * gdb.base/cond-eval-mode.exp
4892 * gdb.base/condbreak-call-false.exp
4893 * gdb.base/consecutive-step-over.exp
4894 * gdb.base/cursal.exp
4895 * gdb.base/disabled-location.exp
4896 * gdb.base/disasm-end-cu.exp
4897 * gdb.base/display.exp
4898 * gdb.base/double-prompt-target-event-error.exp
4899 * gdb.base/dprintf-bp-same-addr.exp
4900 * gdb.base/dprintf-detach.exp
4901 * gdb.base/dprintf-next.exp
4902 * gdb.base/dprintf-non-stop.exp
4903 * gdb.base/dprintf-pending.exp
4904 * gdb.base/dso2dso.exp
4905 * gdb.base/ending-run.exp
4906 * gdb.base/enum_cond.exp
4907 * gdb.base/examine-backward.exp
4908 * gdb.base/exe-lock.exp
4909 * gdb.base/exec-invalid-sysroot.exp
4910 * gdb.base/execl-update-breakpoints.exp
4911 * gdb.base/execution-termios.exp
4912 * gdb.base/fileio.exp
4913 * gdb.base/fixsection.exp
4914 * gdb.base/foll-exec-mode.exp
4915 * gdb.base/foll-exec.exp
4916 * gdb.base/fork-running-state.exp
4917 * gdb.base/frame-args.exp
4918 * gdb.base/fullpath-expand.exp
4919 * gdb.base/func-ptr.exp
4920 * gdb.base/gcore-relro-pie.exp
4921 * gdb.base/gdb1090.exp
4922 * gdb.base/gdb1555.exp
4923 * gdb.base/global-var-nested-by-dso.exp
4924 * gdb.base/gnu-ifunc.exp
4925 * gdb.base/hbreak-in-shr-unsupported.exp
4926 * gdb.base/hbreak-unmapped.exp
4927 * gdb.base/hook-stop.exp
4928 * gdb.base/infcall-input.exp
4929 * gdb.base/info-fun.exp
4930 * gdb.base/info-shared.exp
4931 * gdb.base/interrupt-noterm.exp
4932 * gdb.base/jit-so.exp
4933 * gdb.base/jit.exp
4934 * gdb.base/line-symtabs.exp
4935 * gdb.base/list.exp
4936 * gdb.base/longjmp.exp
4937 * gdb.base/macscp.exp
4938 * gdb.base/max-value-size.exp
4939 * gdb.base/nodebug.exp
4940 * gdb.base/nofield.exp
4941 * gdb.base/overlays.exp
4942 * gdb.base/paginate-after-ctrl-c-running.exp
4943 * gdb.base/paginate-bg-execution.exp
4944 * gdb.base/paginate-inferior-exit.exp
4945 * gdb.base/pending.exp
4946 * gdb.base/pr11022.exp
4947 * gdb.base/printcmds.exp
4948 * gdb.base/ptr-typedef.exp
4949 * gdb.base/ptype.exp
4950 * gdb.base/randomize.exp
4951 * gdb.base/range-stepping.exp
4952 * gdb.base/realname-expand.exp
4953 * gdb.base/relativedebug.exp
4954 * gdb.base/remote.exp
4955 * gdb.base/savedregs.exp
4956 * gdb.base/sepdebug.exp
4957 * gdb.base/set-noassign.exp
4958 * gdb.base/shlib-call.exp
4959 * gdb.base/shreloc.exp
4960 * gdb.base/sigaltstack.exp
4961 * gdb.base/sigbpt.exp
4962 * gdb.base/siginfo-addr.exp
4963 * gdb.base/siginfo-obj.exp
4964 * gdb.base/siginfo-thread.exp
4965 * gdb.base/signest.exp
4966 * gdb.base/signull.exp
4967 * gdb.base/sigrepeat.exp
4968 * gdb.base/skip.exp
4969 * gdb.base/so-impl-ld.exp
4970 * gdb.base/solib-corrupted.exp
4971 * gdb.base/solib-disc.exp
4972 * gdb.base/solib-display.exp
4973 * gdb.base/solib-overlap.exp
4974 * gdb.base/solib-search.exp
4975 * gdb.base/solib-symbol.exp
4976 * gdb.base/source-execution.exp
4977 * gdb.base/sss-bp-on-user-bp-2.exp
4978 * gdb.base/sss-bp-on-user-bp.exp
4979 * gdb.base/stack-checking.exp
4980 * gdb.base/stale-infcall.exp
4981 * gdb.base/step-break.exp
4982 * gdb.base/step-line.exp
4983 * gdb.base/step-over-exit.exp
4984 * gdb.base/step-test.exp
4985 * gdb.base/structs.exp
4986 * gdb.base/sym-file.exp
4987 * gdb.base/symtab-search-order.exp
4988 * gdb.base/term.exp
4989 * gdb.base/type-opaque.exp
4990 * gdb.base/unload.exp
4991 * gdb.base/until-nodebug.exp
4992 * gdb.base/until.exp
4993 * gdb.base/unwindonsignal.exp
4994 * gdb.base/watch-cond.exp
4995 * gdb.base/watch-non-mem.exp
4996 * gdb.base/watch_thread_num.exp
4997 * gdb.base/watchpoint-reuse-slot.exp
4998 * gdb.base/watchpoint-solib.exp
4999 * gdb.base/watchpoint.exp
5000 * gdb.btrace/dlopen.exp
5001 * gdb.cell/arch.exp
5002 * gdb.cell/break.exp
5003 * gdb.cell/bt.exp
5004 * gdb.cell/core.exp
5005 * gdb.cell/data.exp
5006 * gdb.cell/dwarfaddr.exp
5007 * gdb.cell/ea-cache.exp
5008 * gdb.cell/ea-standalone.exp
5009 * gdb.cell/ea-test.exp
5010 * gdb.cell/f-regs.exp
5011 * gdb.cell/fork.exp
5012 * gdb.cell/gcore.exp
5013 * gdb.cell/mem-access.exp
5014 * gdb.cell/ptype.exp
5015 * gdb.cell/registers.exp
5016 * gdb.cell/sizeof.exp
5017 * gdb.cell/solib-symbol.exp
5018 * gdb.cell/solib.exp
5019 * gdb.compile/compile-tls.exp
5020 * gdb.cp/exception.exp
5021 * gdb.cp/gdb2495.exp
5022 * gdb.cp/local.exp
5023 * gdb.cp/mb-inline.exp
5024 * gdb.cp/mb-templates.exp
5025 * gdb.cp/pr10687.exp
5026 * gdb.cp/pr9167.exp
5027 * gdb.cp/scope-err.exp
5028 * gdb.cp/templates.exp
5029 * gdb.cp/virtfunc.exp
5030 * gdb.dwarf2/dw2-dir-file-name.exp
5031 * gdb.dwarf2/dw2-single-line-discriminators.exp
5032 * gdb.fortran/complex.exp
5033 * gdb.fortran/library-module.exp
5034 * gdb.guile/guile.exp
5035 * gdb.guile/scm-cmd.exp
5036 * gdb.guile/scm-frame-inline.exp
5037 * gdb.guile/scm-objfile.exp
5038 * gdb.guile/scm-pretty-print.exp
5039 * gdb.guile/scm-symbol.exp
5040 * gdb.guile/scm-type.exp
5041 * gdb.guile/scm-value.exp
5042 * gdb.linespec/keywords.exp
5043 * gdb.linespec/ls-errs.exp
5044 * gdb.linespec/macro-relative.exp
5045 * gdb.linespec/thread.exp
5046 * gdb.mi/mi-breakpoint-changed.exp
5047 * gdb.mi/mi-dprintf-pending.exp
5048 * gdb.mi/mi-fullname-deleted.exp
5049 * gdb.mi/mi-logging.exp
5050 * gdb.mi/mi-pending.exp
5051 * gdb.mi/mi-solib.exp
5052 * gdb.mi/new-ui-mi-sync.exp
5053 * gdb.mi/user-selected-context-sync.exp
5054 * gdb.multi/dummy-frame-restore.exp
5055 * gdb.multi/multi-arch-exec.exp
5056 * gdb.multi/remove-inferiors.exp
5057 * gdb.multi/watchpoint-multi-exit.exp
5058 * gdb.opt/solib-intra-step.exp
5059 * gdb.perf/backtrace.exp
5060 * gdb.perf/single-step.exp
5061 * gdb.perf/skip-command.exp
5062 * gdb.perf/skip-prologue.exp
5063 * gdb.perf/solib.exp
5064 * gdb.python/lib-types.exp
5065 * gdb.python/py-as-string.exp
5066 * gdb.python/py-bad-printers.exp
5067 * gdb.python/py-block.exp
5068 * gdb.python/py-breakpoint.exp
5069 * gdb.python/py-cmd.exp
5070 * gdb.python/py-events.exp
5071 * gdb.python/py-evthreads.exp
5072 * gdb.python/py-finish-breakpoint.exp
5073 * gdb.python/py-finish-breakpoint2.exp
5074 * gdb.python/py-frame-inline.exp
5075 * gdb.python/py-frame.exp
5076 * gdb.python/py-inferior.exp
5077 * gdb.python/py-infthread.exp
5078 * gdb.python/py-mi.exp
5079 * gdb.python/py-objfile.exp
5080 * gdb.python/py-pp-maint.exp
5081 * gdb.python/py-pp-registration.exp
5082 * gdb.python/py-prettyprint.exp
5083 * gdb.python/py-recurse-unwind.exp
5084 * gdb.python/py-shared.exp
5085 * gdb.python/py-symbol.exp
5086 * gdb.python/py-symtab.exp
5087 * gdb.python/py-template.exp
5088 * gdb.python/py-type.exp
5089 * gdb.python/py-unwind-maint.exp
5090 * gdb.python/py-unwind.exp
5091 * gdb.python/py-value.exp
5092 * gdb.python/python.exp
5093 * gdb.reverse/finish-reverse-bkpt.exp
5094 * gdb.reverse/insn-reverse.exp
5095 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5096 * gdb.reverse/solib-precsave.exp
5097 * gdb.reverse/solib-reverse.exp
5098 * gdb.stabs/gdb11479.exp
5099 * gdb.stabs/weird.exp
5100 * gdb.threads/fork-child-threads.exp
5101 * gdb.threads/fork-plus-threads.exp
5102 * gdb.threads/fork-thread-pending.exp
5103 * gdb.threads/forking-threads-plus-breakpoint.exp
5104 * gdb.threads/hand-call-in-threads.exp
5105 * gdb.threads/interrupted-hand-call.exp
5106 * gdb.threads/linux-dp.exp
5107 * gdb.threads/local-watch-wrong-thread.exp
5108 * gdb.threads/next-while-other-thread-longjmps.exp
5109 * gdb.threads/non-ldr-exit.exp
5110 * gdb.threads/pending-step.exp
5111 * gdb.threads/print-threads.exp
5112 * gdb.threads/process-dies-while-detaching.exp
5113 * gdb.threads/process-dies-while-handling-bp.exp
5114 * gdb.threads/pthreads.exp
5115 * gdb.threads/queue-signal.exp
5116 * gdb.threads/reconnect-signal.exp
5117 * gdb.threads/signal-command-handle-nopass.exp
5118 * gdb.threads/signal-command-multiple-signals-pending.exp
5119 * gdb.threads/signal-delivered-right-thread.exp
5120 * gdb.threads/signal-sigtrap.exp
5121 * gdb.threads/sigthread.exp
5122 * gdb.threads/staticthreads.exp
5123 * gdb.threads/stepi-random-signal.exp
5124 * gdb.threads/thread-unwindonsignal.exp
5125 * gdb.threads/thread_check.exp
5126 * gdb.threads/thread_events.exp
5127 * gdb.threads/tid-reuse.exp
5128 * gdb.threads/tls-nodebug.exp
5129 * gdb.threads/tls-shared.exp
5130 * gdb.threads/tls-so_extern.exp
5131 * gdb.threads/tls.exp
5132 * gdb.threads/wp-replication.exp
5133 * gdb.trace/actions-changed.exp
5134 * gdb.trace/actions.exp
5135 * gdb.trace/backtrace.exp
5136 * gdb.trace/change-loc.exp
5137 * gdb.trace/collection.exp
5138 * gdb.trace/deltrace.exp
5139 * gdb.trace/disconnected-tracing.exp
5140 * gdb.trace/entry-values.exp
5141 * gdb.trace/ftrace-lock.exp
5142 * gdb.trace/ftrace.exp
5143 * gdb.trace/infotrace.exp
5144 * gdb.trace/mi-trace-frame-collected.exp
5145 * gdb.trace/mi-trace-unavailable.exp
5146 * gdb.trace/mi-traceframe-changed.exp
5147 * gdb.trace/mi-tracepoint-changed.exp
5148 * gdb.trace/mi-tsv-changed.exp
5149 * gdb.trace/no-attach-trace.exp
5150 * gdb.trace/packetlen.exp
5151 * gdb.trace/passc-dyn.exp
5152 * gdb.trace/passcount.exp
5153 * gdb.trace/pending.exp
5154 * gdb.trace/pr16508.exp
5155 * gdb.trace/qtro.exp
5156 * gdb.trace/range-stepping.exp
5157 * gdb.trace/read-memory.exp
5158 * gdb.trace/report.exp
5159 * gdb.trace/save-trace.exp
5160 * gdb.trace/signal.exp
5161 * gdb.trace/stap-trace.exp
5162 * gdb.trace/status-stop.exp
5163 * gdb.trace/strace.exp
5164 * gdb.trace/tfile.exp
5165 * gdb.trace/tfind.exp
5166 * gdb.trace/trace-break.exp
5167 * gdb.trace/trace-condition.exp
5168 * gdb.trace/trace-enable-disable.exp
5169 * gdb.trace/trace-mt.exp
5170 * gdb.trace/tracecmd.exp
5171 * gdb.trace/tracefile-pseudo-reg.exp
5172 * gdb.trace/tspeed.exp
5173 * gdb.trace/tstatus.exp
5174 * gdb.trace/tsv.exp
5175 * gdb.trace/unavailable.exp
5176 * gdb.trace/while-dyn.exp
5177 * gdb.trace/while-stepping.exp
5178 * lib/gdb-guile.exp
5179 * lib/gdb.exp
5180 * lib/mi-support.exp
5181 * lib/pascal.exp
5182 * lib/perftest.exp
5183 * lib/prelink-support.exp
5184 * lib/selftest-support.exp
5185
5186 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5187
5188 * Makefile.in: Include disable-implicit-rules.mk.
5189
5190 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5191
5192 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5193 non-byte-aligned bit fields.
5194
5195 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5196
5197 PR gdb/12616
5198 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5199 respects the DW_AT_data_bit_offset attribute.
5200
5201 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5202
5203 * gdb.base/default.exp: Fix output of "set language".
5204
5205 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5206
5207 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5208 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5209 make.
5210 * configure.ac: Remove checks for the make program.
5211 * configure: Re-generate.
5212
5213 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5214
5215 * gdb.python/py-recurse-unwind.c (main): Add loop.
5216 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5217 to read_register() and gdb.parse_and_eval(). Make each code
5218 call a separate case that can be individually tested.
5219 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5220 proc. Call cont_and_backtrace for each of the code paths that
5221 we want to test in the unwinder.
5222
5223 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5224
5225 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5226 the definition of struct S.
5227
5228 2016-11-11 Catherine Moore <clm@codesourcery.com>
5229
5230 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5231
5232 2016-11-09 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.base/commands.exp (runto_or_return): New procedure.
5235 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5236 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5237 (progvar_simple_while_test, progvar_complex_if_while_test)
5238 (if_while_breakpoint_command_test)
5239 (infrun_breakpoint_command_test, breakpoint_command_test)
5240 (user_defined_command_test, watchpoint_command_test)
5241 (test_command_prompt_position, redefine_hook_test)
5242 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5243 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5244 multi_line_input and multi_line. Remove gdb_expect and
5245 gdb_stop_suppressing_tests uses.
5246 * lib/gdb.exp (valnum_re): New global.
5247 (multi_line_input): New procedure.
5248
5249 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5250
5251 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5252 Remove.
5253 (test_setup): Define with proc_with_prefix.
5254 (test_cli_inferior): Likewise.
5255 (test_cli_thread): Likewise.
5256 (test_cli_frame): Likewise.
5257 (test_cli_select_frame): Likewise.
5258 (test_cli_up_down): Likewise.
5259 (test_mi_thread_select): Likewise.
5260 (test_mi_stack_select_frame): Likewise.
5261 (test_cli_in_mi_inferior): Likewise.
5262 (test_cli_in_mi_thread): Likewise.
5263 (test_cli_in_mi_frame): Likewise.
5264 (top level): Do not use with_test_prefix_procname.
5265
5266 2016-11-09 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.base/commands.exp (gdbvar_simple_if_test)
5269 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5270 (progvar_simple_if_test, progvar_simple_while_test)
5271 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5272 (infrun_breakpoint_command_test, breakpoint_command_test)
5273 (user_defined_command_test, watchpoint_command_test)
5274 (test_command_prompt_position, deprecated_command_test)
5275 (bp_deleted_in_command, temporary_breakpoint_commands)
5276 (stray_arg0_test, source_file_with_indented_comment)
5277 (recursive_source_test, if_commands_test)
5278 (error_clears_commands_left, redefine_hook_test)
5279 (redefine_backtrace_test): Use proc_with_prefix.
5280 * lib/gdb.exp (proc_with_prefix): New proc.
5281
5282 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5283
5284 * gdb.base/tui-layout.c: New file.
5285 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5286 disassembly window contains very long lines.
5287
5288 2016-11-08 Tom Tromey <tom@tromey.com>
5289
5290 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5291 depend on Python 2.
5292
5293 2016-11-08 Tom Tromey <tom@tromey.com>
5294
5295 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5296 New method.
5297
5298 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5299
5300 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5301
5302 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5303
5304 * gdb.rust/simple.rs: Add test for univariant enums without
5305 discriminants and for encoded struct-like enums.
5306
5307 2016-10-28 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5310 gdb_test_multiple, tighten regexps and match symtabs and line
5311 tables incrementally.
5312
5313 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5314
5315 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5316 general.
5317
5318 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5319
5320 * gdb.base/exec-invalid-sysroot.exp: New file.
5321
5322 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5323
5324 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5325
5326 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5327
5328 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5329
5330 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5331
5332 * gdb.base/killed-outside.exp: Remove $options from a call to
5333 `prepare_for_testing'.
5334
5335 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5336
5337 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5338 Change test message.
5339
5340 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5341
5342 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5343 Update comment.
5344
5345 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5346
5347 * gdb.trace/mi-trace-save.exp: New file.
5348
5349 2016-10-13 Yao Qi <yao.qi@linaro.org>
5350
5351 * gdb.base/code_elim.exp (get_var_address): Remove.
5352 * gdb.base/relocate.exp: Likewise.
5353 * gdb.base/shreloc.exp: Likewise.
5354 * lib/gdb.exp (get_var_address): New.
5355
5356 2016-10-13 Yao Qi <yao.qi@linaro.org>
5357
5358 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5359 floating point tests if $skip_float_test is false.
5360
5361 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5362
5363 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5364 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5365 argc values.
5366 Add 1 to argc so we guarantee distinct initial/modified argc values.
5367
5368 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5369
5370 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5371
5372 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5373
5374 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5375 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5376 * gdb.arch/vsx-regs.exp: Likewise.
5377
5378 2016-10-07 Yao Qi <yao.qi@linaro.org>
5379
5380 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5381
5382 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5383
5384 * gdb.python/python.exp: Test decode_line("*0").
5385
5386 2016-10-06 Doug Evans <dje@google.com>
5387
5388 * gdb.python/py-value.exp (test_value_creation): Add test for large
5389 unsigned 64-bit value.
5390
5391 2016-10-06 Tom Tromey <tom@tromey.com>
5392
5393 * gdb.compile/compile.exp: Change java tests to rust.
5394 * gdb.base/setshow.exp: Change java tests to rust.
5395 * gdb.base/default.exp: Remove java from language list.
5396 * README (Examples): Update language example.
5397 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5398 test.
5399 * lib/gdb.exp (skip_java_tests): Remove.
5400 * lib/java.exp: Remove.
5401 * gdb.java: Remove.
5402
5403 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5404
5405 * gdb.arch/mips-fcr.exp: New test.
5406 * gdb.arch/mips-fcr.c: Source for the new test.
5407
5408 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5409
5410 * gdb.base/solib-disc.exp: Use `standard_output_file'
5411 throughout.
5412
5413 2016-10-06 Pedro Alves <palves@redhat.com>
5414
5415 * gdb.base/jit-simple-dl.c: New file.
5416 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5417 * gdb.base/jit-simple.c: ... this.
5418 * gdb.base/jit-simple.exp (jit_run): Delete.
5419 (build_jit): New proc.
5420 (jit_test_reread): Recompile either the main program or the shared
5421 library, depending on what is being tested. Skip changing address
5422 if caller wants to. Compare before/after addresses. If testing
5423 standalone, explicitly load the binary. Test "maint info
5424 breakpoints".
5425 (top level): Add "standalone vs shared lib" and "change address"
5426 vs "same address" axes.
5427
5428 2016-10-06 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5431 call.
5432 (jit_run): Delete.
5433 (jit_test_reread): Use with_test_prefix. Reload the main binary
5434 explicitly. Compare the before/after addresses of the JIT
5435 descriptor.
5436
5437 2016-08-15 Doug Evans <dje@google.com>
5438
5439 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5440 for single bitfields is bool.
5441 * gdb.xml/tdesc-regs.exp: Ditto.
5442
5443 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5444
5445 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5446
5447 2016-10-05 Yao Qi <yao.qi@linaro.org>
5448
5449 * lib/gdb.exp (support_complex_tests): Return zero if
5450 gdb_skip_float_test return true.
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/user-selected-context-sync.exp: New file.
5457 * gdb.mi/user-selected-context-sync.c: New file.
5458
5459 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5460 Simon Marchi <simon.marchi@ericsson.com>
5461
5462 PR gdb/20487
5463 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5464 =thread-select-event check.
5465
5466 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5467
5468 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5469 the compulsory L operand changes.
5470 * gdb.arch/powerpc-power.s: Likewise.
5471
5472 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5473
5474 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5475 * gdb.base/jit-attach-pie.c: New file.
5476 * gdb.base/jit-attach-pie.exp: New file.
5477
5478 2016-09-28 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.base/infcall-input.c: New file.
5481 * gdb.base/infcall-input.exp: New file.
5482
5483 2016-09-22 Yao Qi <yao.qi@linaro.org>
5484
5485 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5486 (gdb_exit): Rename it to ...
5487 (gdbserver_gdb_exit): ... Close GDBserver.
5488 (gdb_exit): New proc, call gdbserver_gdb_exit.
5489 (mi_gdb_exit): Likewise.
5490
5491 2016-09-22 Yao Qi <yao.qi@linaro.org>
5492
5493 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5494 path.
5495 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5496 Remove duplication.
5497
5498 2016-09-22 Yao Qi <yao.qi@linaro.org>
5499
5500 * lib/gdbserver-support.exp: Check the existence of
5501 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5502
5503 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5504
5505 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5506
5507 2016-09-21 Tom Tromey <tom@tromey.com>
5508
5509 PR gdb/20604:
5510 * gdb.base/quit.exp: New file.
5511
5512 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5513
5514 * .gitignore: New file.
5515
5516 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5517
5518 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5519 throughout.
5520
5521 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5522
5523 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5524
5525 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5526
5527 * gdb.cp/casts.cc (decltype): Move it ...
5528 (main): ... with its call to ...
5529 * gdb.cp/casts03.cc: ... a new file.
5530 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5531
5532 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5533
5534 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5535
5536 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5537
5538 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5539 and sync up the test with tests in gas/testsuite/gas/ppc.
5540 * gdb.arch/powerpc-power.exp: Likewise.
5541
5542 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5543
5544 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5545
5546 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5547 Jan Kratochvil <jan.kratochvil@redhat.com>
5548
5549 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5550 make m1's definition to be different from m2's. Use 'dummy' as an
5551 argument for probe 'two'.
5552
5553 2016-09-10 Jon Beniston <jon@beniston.com>
5554
5555 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5556 for sim target.
5557
5558 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5559
5560 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5561 variable declaration.
5562 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5563 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5564 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5565 received HWCAP as its argument.
5566
5567 2016-09-06 Pedro Alves <palves@redhat.com>
5568
5569 * gdb.base/new-ui-pending-input.c: New file.
5570 * gdb.base/new-ui-pending-input.exp: New file.
5571 * gdb.exp (clear_gdb_spawn_id): New procedure.
5572 (with_spawn_id): Check whether gdb_spawn_id exists before
5573 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5574 on exit.
5575
5576 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5577
5578 * gdb.base/float128.c: New file.
5579 * gdb.base/float128.exp: Likewise.
5580 * gdb.base/floatn.c: Likewise.
5581 * gdb.base/floatn.exp: Likewise.
5582
5583 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5584
5585 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5586
5587 2016-09-05 Pedro Alves <palves@redhat.com>
5588
5589 PR backtrace/19927
5590 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5591 unwinders are immediately called as side effect of "source" or
5592 "disable unwinder" commands.
5593 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5594
5595 2016-09-02 Yao Qi <yao.qi@linaro.org>
5596
5597 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5598 is true and $type is "float" or "double".
5599
5600 2016-09-02 Yao Qi <yao.qi@linaro.org>
5601
5602 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5603 true.
5604 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5605 * gdb.base/call-rt-st.exp: Likewise.
5606 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5607 return value instead of gdb,skip_float_test.
5608 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5609 (do_function_calls): Use its return value instead of
5610 gdb,skip_float_test.
5611 * gdb.base/finish.exp: Likewise.
5612 * gdb.base/funcargs.exp: Likewise.
5613 * gdb.base/return.exp: Likewise.
5614 * gdb.base/return2.exp: Likewise.
5615 * gdb.base/varargs.exp: Likewise.
5616 * lib/gdb.exp (gdb_skip_float_test): Change it to
5617 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5618
5619 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5620
5621 * gdb.multi/tids.exp: Test "thread apply all".
5622
5623 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 * gdb.base/default.exp (tty): Remove.
5626
5627 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5628
5629 * gdb.python/py-recurse-unwind.c: New file.
5630 * gdb.python/py-recurse-unwind.py: New file.
5631 * gdb.python/py-recurse-unwind.exp: New file.
5632
5633 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5634
5635 * gdb.base/set-inferior-tty.exp: New file.
5636 * gdb.base/set-inferior-tty.c: New file.
5637
5638 2016-08-23 Pedro Alves <palves@redhat.com>
5639
5640 PR gdb/20494
5641 * gdb.base/new-ui-echo.c: New file.
5642 * gdb.base/new-ui-echo.exp: New file.
5643
5644 2016-08-23 Yao Qi <yao.qi@linaro.org>
5645
5646 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5647 gdbserver_spawn.
5648 * gdb.server/connect-without-multi-process.exp (do_test):
5649 Likewise.
5650
5651 2016-08-23 Yao Qi <yao.qi@linaro.org>
5652
5653 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5654 standalone_txt. Delete gdb_txt and standalone_txt on host
5655 and target. Spawn the binary on target. Copy files from
5656 target to host.
5657
5658 2016-08-22 Pedro Alves <palves@redhat.com>
5659
5660 PR gdb/20505
5661 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5662 with_test_prefix. Factor out bits to ...
5663 (test_no_vdso): ... this new procedure.
5664
5665 2016-08-19 Carl Love <cel@us.ibm.com>
5666
5667 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5668 maintaining separate logic for constructing the output path.
5669 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5670 * gdb.arch/ppc-dfp.exp: Likewise.
5671 * gdb.arch/ppc-fp.exp: Likewise.
5672 * gdb.arch/vsx-regs.exp: Likewise.
5673 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5674 binprefix for generating the additional binary files.
5675
5676 2016-08-19 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.trace/mi-trace-frame-collected.exp
5679 (test_trace_frame_collected): On x32, expect two registers.
5680
5681 2016-08-18 Carl Love <cel@us.ibm.com>
5682
5683 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5684 and sync up the test with tests in gas/testsuite/gas/ppc.
5685 * gdb.arch/powerpc-power.exp: Likewise.
5686
5687 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5688
5689 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5690 expected error message.
5691
5692 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5693
5694 * gdb.multi/remove-inferiors.exp: New file.
5695 * gdb.multi/remove-inferiors.c: New file.
5696
5697 2016-08-12 Yao Qi <yao.qi@linaro.org>
5698
5699 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5700 argument list.
5701
5702 2016-08-10 Pedro Alves <palves@redhat.com>
5703
5704 PR gdb/19187
5705 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5706 setup_kfails.
5707
5708 2016-08-09 Pedro Alves <palves@redhat.com>
5709 Simon Marchi <simon.marchi@ericsson.com>
5710
5711 PR gdb/20418
5712 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5713 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5714
5715 2016-08-09 Pedro Alves <palves@redhat.com>
5716
5717 PR mi/20431
5718 * gdb.mi/mi-cmd-error.exp: New file.
5719
5720 2016-08-09 Pedro Alves <palves@redhat.com>
5721
5722 PR gdb/18653
5723 * gdb.base/signals-state-child.c: New file.
5724 * gdb.base/signals-state-child.exp: New file.
5725 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5726
5727 2016-08-09 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5730
5731 2016-08-03 Tom Tromey <tom@tromey.com>
5732
5733 PR python/18565:
5734 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5735
5736 2016-08-01 Yao Qi <yao.qi@linaro.org>
5737
5738 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5739 variable mode to "multi-process" if $multi_process is 1, otherwise
5740 set it to "single-process".
5741
5742 2016-08-01 Yao Qi <yao.qi@linaro.org>
5743
5744 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5745 * gdb.cp/cpexprs.exp: Likewise.
5746 * gdb.cp/m-static.exp: Likewise.
5747
5748 2016-07-26 Tom Tromey <tom@tromey.com>
5749
5750 PR python/20190:
5751 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5752 test.
5753
5754 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5755
5756 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5757 selecting assembly source files.
5758 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5759 assembly source files.
5760 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5761 assembly source files.
5762 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5763 selecting assembly source files.
5764
5765 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5766
5767 * gdb.base/new-ui.exp (do_test_invalid_args): New
5768 procedure.
5769
5770 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5771
5772 * gdb.btrace/reconnect.c: New file.
5773 * gdb.btrace/reconnect.exp: New file.
5774
5775 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5776
5777 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5778 to test_catch_syscall_group.
5779 (test_catch_syscall_group): New.
5780
5781 2016-07-21 Tom Tromey <tom@tromey.com>
5782
5783 * gdb.rust/simple.rs (main): Use empty struct expression.
5784 * gdb.rust/simple.exp: Add tests for empty struct expression.
5785
5786 2016-07-21 Yao Qi <yao.qi@linaro.org>
5787
5788 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5789 if gdb_skip_xml_test is true on some targets.
5790
5791 2016-07-21 Yao Qi <yao.qi@linaro.org>
5792
5793 * gdb.server/solib-list.exp: Unset last_loaded_file.
5794
5795 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5796
5797 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5798 "step into captured_main (args)".
5799
5800 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5801
5802 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5803
5804 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5805
5806 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5807
5808 2016-07-19 Pedro Alves <palves@redhat.com>
5809
5810 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5811 * gdb.opt/inline-bt.exp: Likewise.
5812 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5813 additional_flags=-Winline.
5814 * gdb.opt/inline-locals.exp: Likewise.
5815 * gdb.opt/inline-markers.c (ATTR): Define.
5816 (inlined_fn): Use it.
5817
5818 2016-07-19 Yao Qi <yao.qi@linaro.org>
5819
5820 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5821 (test_with_self): Remove some code. Remove argument executable.
5822 (top-level): Use do_self_tests.
5823
5824 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5825 Don Breazeal <donb@codesourcery.com>
5826
5827 * gdb.base/maint.exp: Escape paths used in regular expressions.
5828 * gdb.stabs/weird.exp: Likewise.
5829
5830 2016-07-13 Tom Tromey <tom@tromey.com>
5831
5832 PR python/15620, PR python/18620:
5833 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5834 (test_bkpt_events): New procs.
5835
5836 2016-07-13 Tom Tromey <tom@tromey.com>
5837
5838 PR python/17698:
5839 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5840 test.
5841 (test_watchpoints): Likewise.
5842 (test_bkpt_pending): New proc.
5843
5844 2016-07-13 Tom Tromey <tom@tromey.com>
5845
5846 PR cli/18053:
5847 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5848 completion test.
5849
5850 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5851
5852 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5853 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5854 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5855 f_label.
5856 (g): Rename g_end_lbl to g_label.
5857 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5858 low_pc and high_pc.
5859 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5860
5861 2016-07-12 Tom Tromey <tom@tromey.com>
5862
5863 PR python/19293:
5864 * gdb.python/py-unwind-maint.exp: Update tests.
5865
5866 2016-07-12 Yao Qi <yao.qi@linaro.org>
5867
5868 * lib/selftest-support.exp (selftest_setup): Match the output
5869 when captured_main is inlined.
5870
5871 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5872
5873 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5874 New variables.
5875 (print this%a, print this%b, print this): New tests.
5876 * gdb.fortran/derived-types.f90 (this): New object and
5877 initialization.
5878
5879 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5880
5881 * gdb.ada/arraydim.exp: Remove extra directory level in build
5882 directory.
5883
5884 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5885
5886 * lib/ada.exp: Remove extra directory level in build directory.
5887 * gdb.ada/cond_lang.exp: Likewise.
5888 * gdb.ada/exec_changed.exp: Likewise.
5889 * gdb.ada/lang_switch.exp: Likewise.
5890
5891 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5892
5893 * simple.rs: Add test for raw pointer subscripting.
5894 * simple.exp: Add test expectations.
5895
5896 2016-07-05 Yao Qi <yao.qi@linaro.org>
5897
5898 * gdb.mi/mi-reverse.exp: Match =record-started output.
5899
5900 2016-07-01 Pedro Alves <palves@redhat.com>
5901
5902 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5903 procedure.
5904 (jit_reader_test): Test the jit reader's unwinder.
5905 * gdb.base/jithost.c (jit_function_00_code): New global.
5906 (main): Use memcpy to fill in the mmapped code, instead of poking
5907 bytes manually here.
5908 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5909 value.
5910 (read_debug_info): Save the function's range.
5911 (read_sp): New function.
5912 (unwind_frame): Use it. Also unwind RBP.
5913 (get_frame_id): Use read_sp.
5914 (gdb_init_reader): Use calloc instead of malloc.
5915 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5916 parameter. Use gdb_test_multiple.
5917
5918 2016-07-01 Pedro Alves <palves@redhat.com>
5919 Antoine Tremblay <antoine.tremblay@ericsson.com>
5920
5921 * gdb.threads/process-dies-while-detaching.c: New file.
5922 * gdb.threads/process-dies-while-detaching.exp: New file.
5923
5924 2016-07-01 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.multi/watchpoint-multi-exit.c: New file.
5927 * gdb.multi/watchpoint-multi-exit.exp: New file.
5928
5929 2016-06-30 Pedro Alves <palves@redhat.com>
5930
5931 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5932 unset inferior_spawn_id.
5933
5934 2016-06-30 Pedro Alves <palves@redhat.com>
5935
5936 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5937 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5938
5939 2016-06-29 Yao Qi <yao.qi@linaro.org>
5940
5941 * gdb.base/return.c: Add copyright header.
5942
5943 2016-06-29 Tom Tromey <tom@tromey.com>
5944
5945 PR python/20129:
5946 * gdb.python/py-framefilter.exp: Add tests for setting priority
5947 and disabling of non-existent frame filter.
5948
5949 2016-06-29 Yao Qi <yao.qi@linaro.org>
5950
5951 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5952 0x0f07ff.
5953
5954 2016-06-28 Yao Qi <yao.qi@linaro.org>
5955
5956 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5957 triplets. Start gdb, execute catch syscall, and continue. Check
5958 gdb's output to determine catch syscall is supported.
5959
5960 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5961
5962 * gdb.rust/simple.rs: Add test for returning unit in a function.
5963 * gdb.rust/simple.exp: Add expectation for functions returning
5964 unit.
5965
5966 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5967
5968 * gdb.python/py-breakpoint-create-fail.c,
5969 gdb.python/py-breakpoint-create-fail.exp,
5970 gdb.python/py-breakpoint-create-fail.py: New testcase.
5971
5972 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5973
5974 PR gdb/20239
5975 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5976 * gdb.rust/simple.exp: Add test expectations for new NonZero
5977 tests.
5978
5979 2016-06-24 David Taylor <dtaylor@emc.com>
5980
5981 * gdb.base/offsets.exp: New file.
5982 * gdb.base/offsets.c: New file.
5983
5984 2016-06-23 Tom Tromey <tom@tromey.com>
5985
5986 PR gdb/16483:
5987 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5988 before any filters are loaded.
5989
5990 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5991
5992 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5993 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5994 structs.
5995 * gdb.fortran/derived-type-function.exp: New file.
5996 * gdb.fortran/derived-type-function.f90: New file.
5997
5998
5999 2016-06-21 Pedro Alves <palves@redhat.com>
6000
6001 * gdb.base/new-ui.exp: New file.
6002 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6003 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6004 (with_spawn_id): New procedure.
6005
6006 2016-06-21 Pedro Alves <palves@redhat.com>
6007
6008 * gdb.mi/mi-exec-run.exp: New file.
6009
6010 2016-06-21 Pedro Alves <palves@redhat.com>
6011
6012 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6013 breakpoint command's output on the main UI.
6014 (test_break): New procedure, factored out from calls in the top
6015 level.
6016 (top level): Use foreach_with_prefix to test MI as main UI and as
6017 separate UI.
6018
6019 2016-06-21 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6022 (test_awatch_creation_and_listing)
6023 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6024 Remove 'type' parameter.
6025 (test_watchpoint_all): New parameter mi_mode. Remove
6026 with_test_prefix.
6027 (top level): Use foreach_with_prefix, and add main/separate UI MI
6028 testing axis.
6029
6030 2016-06-21 Pedro Alves <palves@redhat.com>
6031
6032 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6033 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6034 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6035 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6036 (gdb_main_spawn_id, mi_spawn_id): Declare and
6037 comment.
6038 (mi_create_inferior_pty): New procedure,
6039 factored out from default_mi_gdb_start.
6040 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6041 procedures.
6042 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6043 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6044 Use mi_create_inferior_pty.
6045 (mi_gdb_start): Use eval to pass down args list.
6046
6047 2016-06-21 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6050 * gdb.opt/inline-cmds.exp: Add MI tests.
6051
6052 2016-06-21 Pedro Alves <palves@redhat.com>
6053
6054 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6055
6056 2016-06-21 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6059 (top level): Use it instead of mi_execute_to.
6060
6061 2016-06-21 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6064 (cont_handler_str): New.
6065 (signal_stop_handler): Set stop_handler_str instead of printing to
6066 stdout.
6067 (continue_handler): Set cont_handler_str instead of printing to
6068 stdout.
6069 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6070 mi_send_resuming_command. Print stop_handler_str and
6071 cont_handler_str instead of expecting the python events print
6072 directly.
6073
6074 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6075
6076 * gdb.base/jit-reader.exp: New file.
6077 * gdb.base/jithost.c: New file.
6078 * gdb.base/jithost.h: New file.
6079 * gdb.base/jitreader.c : New file.
6080 * gdb.base/jit-protocol.h: New file.
6081
6082 2016-06-17 Yao Qi <yao.qi@linaro.org>
6083
6084 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6085 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6086 and detach-on-fork. Adjust tests.
6087 (top level): Invoke break_cond_on_syscall with combinations of
6088 syscall, follow-fork-mode and detach-on-fork.
6089
6090 2016-06-17 Yao Qi <yao.qi@linaro.org>
6091
6092 * gdb.base/step-over-exit.c: New.
6093 * gdb.base/step-over-exit.exp: New.
6094
6095 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6096
6097 * gdb.base/float.exp: Add target check for nds32*-*-*.
6098 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6099
6100 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6101
6102 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6103 for unsupported target features.
6104 * gdb.base/call-rt-st.exp: Likewise.
6105 * gdb.base/call-sc.exp: Likewise.
6106 * gdb.base/call-signal-resume.exp: Likewise.
6107 * gdb.base/call-strs.exp: Likewise.
6108 * gdb.base/callexit.exp: Likewise.
6109 * gdb.base/callfuncs.exp: Likewise.
6110 * gdb.base/nodebug.exp: Likewise.
6111 * gdb.base/printcmds.exp: Likewise.
6112 * gdb.base/ptype.exp: Likewise.
6113 * gdb.base/structs.exp: Likewise.
6114 * gdb.base/unwindonsignal.exp: Likewise.
6115 * gdb.cp/gdb2495.exp: Likewise.
6116 * gdb.cp/templates.exp: Likewise.
6117 * gdb.cp/virtfunc.exp: Likewise.
6118 * gdb.threads/hand-call-in-threads.exp: Likewise.
6119 * gdb.threads/interrupted-hand-call.exp: Likewise.
6120 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6121
6122 2016-06-10 Tom Tromey <tom@tromey.com>
6123
6124 PR rust/20110:
6125 * gdb.rust/expr.exp: Add test for integer constant larger than
6126 i32.
6127
6128 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6129
6130 * gdb.fortran/nested-funcs.exp: New.
6131 * gdb.fortran/nested-funcs.f90: New.
6132
6133 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6134
6135 * gdb.base/examine-backward.c: New file.
6136 * gdb.base/examine-backward.exp: New file.
6137
6138 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6139
6140 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6141 matching.
6142
6143 2016-06-02 Tom Tromey <tom@tromey.com>
6144
6145 PR python/18984:
6146 * gdb.python/py-shared.exp: Add solib_name test.
6147
6148 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6149
6150 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6151
6152 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6153
6154 PR c++/19893
6155 * gdb.dwarf2/implref.exp: Rename to...
6156 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6157 * gdb.dwarf2/implref-array.c: New file.
6158 * gdb.dwarf2/implref-array.exp: Likewise.
6159 * gdb.dwarf2/implref-global.c: Likewise.
6160 * gdb.dwarf2/implref-global.exp: Likewise.
6161 * gdb.dwarf2/implref-struct.c: Likewise.
6162 * gdb.dwarf2/implref-struct.exp: Likewise.
6163
6164 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6165
6166 * gdb.trace/trace-condition.exp: Add 64bit tests.
6167
6168 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6169
6170 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6171 bits types.
6172 (main): Adapt to 8 to 64 bits types.
6173 * gdb.trace/trace-condition.exp: Add new tests.
6174
6175 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6176
6177 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6178
6179 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6180
6181 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6182 Move condition tests...
6183 * gdb.trace/trace-condition.exp: Here.
6184
6185 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6186
6187 * gdb.trace/trace-condition.exp: Add counter-case tests.
6188
6189 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 PR c++/15231
6192 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6193 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6194
6195 2016-05-27 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6198 New procedure.
6199 (top level): Call it, and bail out of DejaGnu is known to be bad.
6200
6201 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6202
6203 * gdb.base/whatis.c: Extend the test case.
6204 * gdb.base/whatis.exp: Add additional tests.
6205
6206 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6207
6208 * gdb.fortran/type.f90: Add pointer variable.
6209 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6210
6211 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6212
6213 * gdb.fortran/vla-type.exp: Fix testcase name.
6214
6215 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6216
6217 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6218
6219 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6220
6221 * gdb.fortran/type.f90: Add nested structures.
6222 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6223 * gdb.fortran/derived-type.exp: Adapt expected output.
6224 * gdb.fortran/vla-type.exp: Adapt expected output.
6225
6226 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6227
6228 * gdb.fortran/whatis_type.exp: Adapt expected output.
6229
6230 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6231
6232 * gdb.fortran/print_type.exp: Fix expected output.
6233 * gdb.fortran/whatis_type.exp: Fix expected output.
6234
6235 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6236
6237 * gdb.fortran/whatis_type.exp: Use multi_line.
6238
6239 2016-05-24 Tom Tromey <tom@tromey.com>
6240
6241 PR python/17386:
6242 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6243 use value as an index.
6244
6245 2016-05-23 Tom Tromey <tom@tromey.com>
6246
6247 PR python/17981:
6248 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6249 no-breakpoint case.
6250
6251 2016-05-24 Pedro Alves <palves@redhat.com>
6252
6253 PR gdb/19828
6254 * gdb.threads/clone-attach-detach.c: New file.
6255 * gdb.threads/clone-attach-detach.exp: New file.
6256
6257 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6258
6259 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6260
6261 2016-05-23 Tom Tromey <tom@tromey.com>
6262
6263 PR python/19438, PR python/18393:
6264 * gdb.python/py-progspace.exp: Add "dir" test.
6265 * gdb.python/py-objfile.exp: Add "dir" test.
6266
6267 2016-05-23 Yao Qi <yao.qi@linaro.org>
6268
6269 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6270 * gdb.arch/thumb2-it.exp: Likewise.
6271
6272 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6273
6274 * gdb.mi/mi-threads-interrupt.c: New file.
6275 * gdb.mi/mi-threads-interrupt.exp: New file.
6276
6277 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6278
6279 PR gdb/18077
6280 * gdb.mi/mi-async-run.exp: New file.
6281 * gdb.mi/mi-async-run.c: New file.
6282
6283 2016-05-17 Tom Tromey <tom@tromey.com>
6284 Manish Goregaokar <manishsmail@gmail.com>
6285
6286 * lib/rust-support.exp: New file.
6287 * lib/gdb.exp (skip_rust_tests): New proc.
6288 (build_executable_from_specs): Handle rust.
6289 * lib/future.exp (gdb_find_rustc): New proc.
6290 (gdb_default_target_compile): Handle rust.
6291 * gdb.rust/expr.exp: New file.
6292 * gdb.rust/generics.exp: New file.
6293 * gdb.rust/generics.rs: New file.
6294 * gdb.rust/methods.exp: New file.
6295 * gdb.rust/methods.rs: New file.
6296 * gdb.rust/modules.exp: New file.
6297 * gdb.rust/modules.rs: New file.
6298 * gdb.rust/simple.exp: New file.
6299 * gdb.rust/simple.rs: New file.
6300
6301 2016-05-17 Tom Tromey <tom@tromey.com>
6302
6303 * gdb.base/default.exp (set language): Add rust.
6304
6305 2016-05-17 Tom Tromey <tom@tromey.com>
6306
6307 * gdb.gdb/unittest.exp: New file.
6308
6309 2016-05-16 Yao Qi <yao.qi@linaro.org>
6310
6311 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6312 shell_prompt. Update shell_prompt_re.
6313
6314 2016-05-12 Doug Evans <dje@google.com>
6315
6316 PR symtab/19999
6317 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6318 $options when building executable.
6319 * gdb.dwarf2/fission-loclists-pie.S: New file.
6320 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6321
6322 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6323
6324 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6325 of [is_remote target],
6326
6327 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6328
6329 * lib/gdb.exp (use_gdb_stub): New procedure.
6330
6331 2016-05-03 Yunlian Jiang <yunlian@google.com>
6332 Doug Evans <dje@google.com>
6333
6334 PR symtab/19914
6335 * gdb.dwarf2/dwp-sepdebug.c: New file.
6336 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6337
6338 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6339
6340 * gdb.base/detach.exp: Remove is_remote check.
6341
6342 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6343
6344 * gdb.base/annota-input-while-running.exp: Don't check for
6345 [is_remote target]. Enable annotations after running to main.
6346 Remove unused "set test..." line.
6347
6348 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6349
6350 * gdb.trace/trace-enable-disable.exp: New file.
6351 * gdb.trace/trace-enable-disable.c: New file.
6352
6353 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6354
6355 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6356 use it in info sharedlibrary test.
6357 * gdb.trace/ftrace-lock.exp: Likewise.
6358 * gdb.trace/ftrace.exp: Likewise.
6359 * gdb.trace/range-stepping.exp: Likewise.
6360 * gdb.trace/trace-break.exp: Likewise.
6361 * gdb.trace/trace-condition.exp: Likewise.
6362 * gdb.trace/trace-mt.exp: Likewise.
6363
6364 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6365
6366 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6367 (gdb_load_shlib): ... this.
6368 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6369 gdb_load_shlib.
6370 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6371 * gdb.base/ctxobj.exp: Likewise.
6372 * gdb.base/dprintf-pending.exp: Likewise.
6373 * gdb.base/dso2dso.exp: Likewise.
6374 * gdb.base/fixsection.exp: Likewise.
6375 * gdb.base/gcore-relro.exp: Likewise.
6376 * gdb.base/gdb1555.exp: Likewise.
6377 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6378 * gdb.base/gnu-ifunc.exp: Likewise.
6379 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6380 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6381 * gdb.base/pending.exp: Likewise.
6382 * gdb.base/print-file-var.exp: Likewise.
6383 * gdb.base/print-symbol-loading.exp: Likewise.
6384 * gdb.base/shlib-call.exp: Likewise.
6385 * gdb.base/shreloc.exp: Likewise.
6386 * gdb.base/so-impl-ld.exp: Likewise.
6387 * gdb.base/solib-disc.exp: Likewise.
6388 * gdb.base/solib-nodir.exp: Likewise.
6389 * gdb.base/solib-overlap.exp: Likewise.
6390 * gdb.base/solib-symbol.exp: Likewise.
6391 * gdb.base/solib-weak.exp (do_test): Likewise.
6392 * gdb.base/sym-file.exp: Likewise.
6393 * gdb.base/symtab-search-order.exp: Likewise.
6394 * gdb.base/type-opaque.exp: Likewise.
6395 * gdb.base/unload.exp: Likewise.
6396 * gdb.base/watchpoint-solib.exp: Likewise.
6397 * gdb.compile/compile.exp: Likewise.
6398 * gdb.cp/gdb2384.exp: Likewise.
6399 * gdb.cp/infcall-dlopen.exp: Likewise.
6400 * gdb.cp/re-set-overloaded.exp: Likewise.
6401 * gdb.fortran/library-module.exp: Likewise.
6402 * gdb.opt/solib-intra-step.exp: Likewise.
6403 * gdb.python/py-finish-breakpoint.exp: Likewise.
6404 * gdb.python/py-shared.exp: Likewise.
6405 * gdb.reverse/solib-precsave.exp: Likewise.
6406 * gdb.reverse/solib-reverse.exp: Likewise.
6407 * gdb.server/solib-list.exp: Likewise.
6408 * gdb.threads/dlopen-libpthread.exp: Likewise.
6409 * gdb.threads/tls-shared.exp: Likewise.
6410 * gdb.threads/tls-so_extern.exp: Likewise.
6411 * gdb.trace/change-loc.exp: Likewise.
6412 * gdb.trace/ftrace-lock.exp: Likewise.
6413 * gdb.trace/ftrace.exp: Likewise.
6414 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6415 * gdb.trace/pending.exp: Likewise.
6416 * gdb.trace/range-stepping.exp: Likewise.
6417 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6418 (strace_info_marker): Likewise.
6419 (strace_probe_marker): Likewise.
6420 (strace_trace_on_same_addr): Likewise.
6421 (strace_trace_on_diff_addr): Likewise.
6422 * gdb.trace/trace-break.exp: Likewise.
6423 * gdb.trace/trace-condition.exp: Likewise.
6424 * gdb.trace/trace-mt.exp: Likewise.
6425
6426 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6427
6428 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6429 result of gdb_remote_download.
6430 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6431 * gdb.base/dso2dso.exp: Likewise.
6432 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6433 * gdb.base/print-file-var.exp: Likewise.
6434 * gdb.base/shlib-call.exp: Likewise.
6435 * gdb.base/shreloc.exp: Likewise.
6436 * gdb.base/solib-overlap.exp: Likewise.
6437 * gdb.base/solib-weak.exp (do_test): Likewise.
6438 * gdb.base/unload.exp: Likewise.
6439
6440 2016-04-27 Yao Qi <yao.qi@linaro.org>
6441
6442 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6443 exists.
6444
6445 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6446
6447 * vla-type.exp: Print structure from toplevel.
6448
6449 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6450
6451 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6452 of dynamic types.
6453 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6454 of dynamic types.
6455
6456 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6457
6458 * gdb.fortran/vla-type.f90: New file.
6459 * gdb.fortran/vla-type.exp: New file.
6460
6461 2016-04-25 Yao Qi <yao.qi@linaro.org>
6462
6463 * gdb.base/branch-to-self.c: New file.
6464 * gdb.base/branch-to-self.exp: New file.
6465
6466 2016-04-22 Yao Qi <yao.qi@linaro.org>
6467
6468 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6469 more after $hex.
6470
6471 2016-04-22 Yao Qi <yao.qi@linaro.org>
6472
6473 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6474 * gdb.base/annota3.exp: Likewise.
6475
6476 2016-04-22 Yao Qi <yao.qi@linaro.org>
6477
6478 * gdb.reverse/step-precsave.exp: Do one step and test program
6479 stops in "callee" and do multiple steps until program goes out
6480 of "callee".
6481 * gdb.reverse/step-reverse.exp: Likewise.
6482
6483 2016-04-22 Yao Qi <yao.qi@linaro.org>
6484
6485 * gdb.trace/signal.exp: Also pass if
6486 $tracepoint_hits($i) > $iterations.
6487
6488 2016-04-22 Yao Qi <yao.qi@linaro.org>
6489
6490 * gdb.trace/signal.c: New file.
6491 * gdb.trace/signal.exp: New file.
6492
6493 2016-04-19 Doug Evans <xdje42@gmail.com>
6494
6495 * gdb.base/bad-file.exp: New file.
6496
6497 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6498
6499 * gdb.dwarf2/implref.exp: New file.
6500
6501 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6502
6503 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6504 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6505 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6506 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6507 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6508 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6509 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6510 * lib/fortran.exp (fortran_int4): New procedure.
6511 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6512 (fortran_logical4): Likewise.
6513
6514 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6515
6516 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6517
6518 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6519
6520 * lib/compiler.c: Add Intel specific preprocessor macros.
6521 * lib/compiler.cc: Likewise.
6522
6523 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6524
6525 * gdb.server/connect-with-no-symbol-file.c: New file.
6526 * gdb.server/connect-with-no-symbol-file.exp: New file.
6527
6528 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6529
6530 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6531
6532 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6533
6534 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6535 standard output directory.
6536
6537 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6538
6539 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6540
6541 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6542
6543 * gdb.btrace/instruction_history.c (loop): Add declaration.
6544
6545 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6546
6547 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6548
6549 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6550
6551 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6552 parentheses to print.
6553 (continue_handler): Likewise.
6554
6555 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6556
6557 * gdb.server/solib-list.exp: Remove is_remote check.
6558 Pass shlib= to gdb_compile. Don't link shared library with
6559 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6560 Run binary filename through "readlink -f" on the target.
6561
6562 2016-04-08 Pedro Alves <palves@redhat.com>
6563
6564 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6565 interpreter filename as argument to gdbserver_spawn.
6566 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6567 Return empty if $last_loaded_file does not exist.
6568
6569 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6572 * gdb.base/jit-main.c: Use exit after usage.
6573
6574 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6577 GDBHISTSIZE prior to the tests.
6578 * gdb.base/gdbinit-history.exp: Likewise.
6579
6580 2016-04-07 Pedro Alves <palves@redhat.com>
6581
6582 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6583 instead of build_executable. Use gdb_load_shlibs.
6584
6585 2016-04-07 Yao Qi <yao.qi@linaro.org>
6586
6587 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6588 Execute "si" command.
6589
6590 2016-04-07 Yao Qi <yao.qi@linaro.org>
6591
6592 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6593 number instead of the comments on some line.
6594
6595 2016-04-06 Don Breazeal <donb@codesourcery.com>
6596
6597 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6598 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6599
6600 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6601
6602 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6603 standard_output_file. Remove unused binfile variable.
6604
6605 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6606
6607 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6608 * gdb.python/py-mi-objfile.exp: Match "list main" output
6609 in console format.
6610
6611 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6612
6613 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6614 absolute.
6615
6616 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6617
6618 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6619 absolute.
6620 * gdb.trace/ftrace.exp: Likewise.
6621 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6622 targets as well.
6623 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6624 (gdb_load_shlibs): Copy libraries to test directory when testing
6625 natively. Only set solib-search-path if testing remotely.
6626 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6627
6628 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6629
6630 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6631 gdb_download. Use it even if the target is not remote.
6632 * gdb.base/jit.exp (compile_jit_test): Likewise.
6633 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6634 output directory if the destination board is local, otherwise use
6635 the standard remote_download from DejaGnu.
6636 (gdb_download): Remove.
6637 (gdb_load_shlibs): Use gdb_remote_download instead of
6638 gdb_download.
6639 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6640 Use gdb_remote_download instead of gdb_download. Use it even if
6641 the target is not remote.
6642 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6643 instead of gdb_download.
6644
6645 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6646
6647 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6648 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6649 run.
6650
6651 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6652
6653 PR gdb/19820
6654 * gdb.base/printcmds.exp: Add artificial arrays tests.
6655
6656 2016-03-31 Pedro Alves <palves@redhat.com>
6657
6658 PR gdb/19858
6659 * gdb.base/jit-main.c: Include unistd.h.
6660 (ATTACH): Define to 0 if not already defined.
6661 (wait_for_gdb, mypid): New globals.
6662 (WAIT_FOR_GDB): New macro.
6663 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6664 some breakpoint locations.
6665 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6666 New procedures.
6667 (one_jit_test): Add REATTACH parameter, and handle it. Use
6668 continue_to_test_location.
6669 (top level): Test attach, and adjusts calls to one_jit_test.
6670
6671 2016-03-31 Pedro Alves <palves@redhat.com>
6672
6673 PR gdb/19858
6674 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6675 BINSUFFIX parameter, and handle it.
6676 (top level): Adjust calls compile_jit_test.
6677
6678 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6679
6680 PR python/19743
6681 * gdb.python/py-mi-events-gdb.py: New file.
6682 * gdb.python/py-mi-events.c: New file.
6683 * gdb.python/py-mi-events.exp: New file.
6684
6685 2016-03-30 Yao Qi <yao.qi@linaro.org>
6686
6687 * gdb.reverse/until-precsave.exp: Match function name only.
6688 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6689 Move malloc to a condition block.
6690 * gdb.reverse/until-reverse.exp: Match function name only.
6691
6692 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6693
6694 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6695 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6696 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6697 variable for GPR 0 instead of assuming it is register 0.
6698 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6699 * lib/trace-support.exp: Add s390 registers.
6700
6701 2016-03-29 Yao Qi <yao.qi@linaro.org>
6702
6703 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6704
6705 2016-03-24 Yao Qi <yao.qi@linaro.org>
6706
6707 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6708 test message.
6709
6710 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6711
6712 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6713 maintaining separate logic for constructing the output path.
6714
6715 2016-03-16 Don Breazeal <donb@codesourcery.com>
6716
6717 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6718 Retry fork and waitpid on interrupted system call errors.
6719 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6720 Use with_timeout_factor to increase timeout by factor of 10.
6721
6722 2016-03-15 Don Breazeal <donb@codesourcery.com>
6723
6724 * gdb.cp/scope-err.cc: New test program.
6725 * gdb.cp/scope-err.exp: New test script.
6726 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6727 lines and "set breakpoint here" comment.
6728 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6729 Fixed some whitespace and format issues.
6730 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6731 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6732
6733 2016-03-15 Doug Evans <dje@google.com>
6734
6735 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6736 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6737 All callers updated. Add tests for enums, mixed flags register.
6738
6739 2016-03-15 Doug Evans <dje@google.com>
6740
6741 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6742 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6743
6744 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6745
6746 * gdb.base/default.exp: Add $_as_string to the list of expected
6747 convenience functions.
6748
6749 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6750
6751 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6752
6753 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6754
6755 * gdb.python/py-as-string.exp: New file.
6756 * gdb.python/py-as-string.c: New file.
6757
6758 2016-03-09 Pedro Alves <palves@redhat.com>
6759
6760 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6761 signal" -> "Thread NN received signal" output change.
6762 * gdb.threads/ia64-sigill.exp: Likewise.
6763 * gdb.threads/linux-dp.exp: Likewise.
6764 * gdb.threads/manythreads.exp: Likewise.
6765 * gdb.threads/pending-step.exp: Likewise.
6766 * gdb.threads/print-threads.exp: Likewise.
6767 * gdb.threads/sigstep-threads.exp: Likewise.
6768 * gdb.threads/staticthreads.exp: Likewise.
6769 * gdb.threads/tls.exp: Likewise.
6770
6771 2016-03-09 Pedro Alves <palves@redhat.com>
6772
6773 * gdb.base/command-line-input.exp: New file.
6774
6775 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6776
6777 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6778 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6779 * gdb.trace/pending.exp: Accept leading dot before function name.
6780 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6781 * lib/trace-support.exp: Set registers for ppc.
6782
6783 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6784
6785 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6786 use it for disassembly; accept .main in addition to main in backtrace.
6787
6788 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6789 Marcin Kościelnicki <koriakin@0x04.net>
6790
6791 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6792 (gdb_recursion_test_ptr): New global variable.
6793 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6794 gdb_recursion_test.
6795 (gdb_c_test): Ditto.
6796
6797 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6798
6799 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6800 ordering.
6801
6802 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6803
6804 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6805 (bar): Add bar_start_lbl label.
6806 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6807 of foo/bar for emitting DWARF and tracing.
6808
6809 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6810
6811 * analyze-racy-logs.py: Set executable bit.
6812
6813 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6814
6815 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6816 (CHECK_TARGET_TMP): Likewise.
6817 (check-single-racy): New rule.
6818 (check-parallel-racy): Likewise.
6819 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6820 (do-check-parallel-racy): New rule.
6821 (check-racy/%.exp): Likewise.
6822 * README (Racy testcases): New section.
6823 * analyze-racy-logs.py: New file.
6824
6825 2016-03-03 Doug Evans <dje@google.com>
6826
6827 * gdb.base/skip.exp: Use with_test_prefix.
6828
6829 2016-03-03 Yao Qi <yao.qi@linaro.org>
6830
6831 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6832 Invoke step_over_syscall "clone" and break_cond_on_syscall
6833 "clone".
6834 * gdb.base/step-over-clone.c: New file.
6835
6836 2016-03-03 Yao Qi <yao.qi@linaro.org>
6837
6838 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6839 code format.
6840
6841 2016-03-03 Yao Qi <yao.qi@linaro.org>
6842
6843 * gdb.base/disp-step-fork.c: Rename to ...
6844 * gdb.base/step-over-fork.c: ... it. New file.
6845 * gdb.base/disp-step-vfork.c: Rename to ...
6846 * gdb.base/step-over-vfork.c: ... it. New file.
6847 * gdb.base/disp-step-syscall.exp: Rename to ...
6848 * gdb.base/step-over-syscall.exp: ... it. New file.
6849 (disp_step_cross_syscall): Rename to ...
6850 (step_over_syscall): ... it.
6851
6852 2016-03-03 Yao Qi <yao.qi@linaro.org>
6853
6854 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6855 If target supports condition evaluation on target, invoke
6856 break_cond_on_syscall for fork and vfork.
6857
6858 2016-03-03 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.base/disp-step-syscall.exp: Don't invoke
6861 support_displaced_stepping.
6862 (disp_step_cross_syscall): Test with displaced stepping off and
6863 on if supported.
6864
6865 2016-03-03 Yao Qi <yao.qi@linaro.org>
6866
6867 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6868 proc.
6869 (setup): New proc.
6870 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6871 and setup.
6872
6873 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6874
6875 * gdb.fortran/vla-history.exp: Remove breakpoint.
6876
6877 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6878
6879 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6880 exceeds timeout.
6881
6882 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6883
6884 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6885 breakpoint.
6886
6887 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6888
6889 * gdb.mi/vla.f90: Nullify pointer after declaration.
6890
6891 2016-03-01 Pedro Alves <palves@redhat.com>
6892
6893 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6894
6895 2016-03-01 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6898 before anything else.
6899 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6900 _GNU_SOURCE here.
6901 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6902 before anything else.
6903 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6904
6905 2016-03-01 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6908
6909 2016-03-01 Yao Qi <yao.qi@linaro.org>
6910
6911 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6912 prepare_for_testing.
6913
6914 2016-03-01 Yao Qi <yao.qi@linaro.org>
6915
6916 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6917
6918 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6919
6920 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6921 manually constructing the output path.
6922
6923 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6924
6925 * gdb.arch/s390-stackless.S: New.
6926 * gdb.arch/s390-stackless.exp: New.
6927
6928 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6929
6930 * gdb.dlang/circular.c: New file.
6931 * gdb.dlang/circular.exp: New file.
6932
6933 2016-02-26 Yao Qi <yao.qi@linaro.org>
6934
6935 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6936 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6937 (testcases): Update.
6938
6939 2016-02-26 Yao Qi <yao.qi@linaro.org>
6940
6941 * gdb.reverse/aarch64.c: Rename to ...
6942 * gdb.reverse/insn-reverse.c: ... it.
6943 * gdb.reverse/aarch64.exp: Rename to ...
6944 * gdb.reverse/insn-reverse.exp: ... it.
6945
6946 2016-02-26 Yao Qi <yao.qi@linaro.org>
6947
6948 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6949 (testcase_ftype): New.
6950 (testcases): New array.
6951 (n_testcases): New.
6952 (main): Call each element in testcases.
6953 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6954 (read_testcase): New.
6955 Do the tests in a loop.
6956
6957 2016-02-25 Yao Qi <yao.qi@linaro.org>
6958
6959 * gdb.base/branches.c: Remove.
6960
6961 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6962
6963 PR gdb/13808
6964 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6965
6966 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6967
6968 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6969
6970 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6971
6972 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6973 change x86_64 call_insn to 'callq'.
6974
6975 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6976
6977 * gdb.trace/tfile-avx.c: Move to...
6978 * gdb.trace/tracefile-pseudo-reg.c: Here.
6979 * gdb.trace/tfile-avx.exp: Move to...
6980 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6981
6982 2016-02-24 Gary Benson <gbenson@redhat.com>
6983
6984 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6985 message on attach.
6986
6987 2016-02-23 Doug Evans <dje@google.com>
6988
6989 * gdb.base/skip.c (test_skip): New function.
6990 (end_test_skip_file_and_function): New function.
6991 (test_skip_file_and_function): New function.
6992 * gdb.base/skip1.c (test_skip): New function.
6993 (skip1_test_skip_file_and_function): New function.
6994 * gdb.base/skip.exp: Add tests for new skip options.
6995 * gdb.base/skip-solib.exp: Update expected output.
6996 * gdb.perf/skip-command.cc: New file.
6997 * gdb.perf/skip-command.exp: New file.
6998 * gdb.perf/skip-command.py: New file.
6999
7000 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7001
7002 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7003 info registers pattern.
7004
7005 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7006
7007 * lib/future.exp: Add D support.
7008 (gdb_find_gdc): New proc.
7009 (gdb_default_target_compile): Add D support.
7010
7011 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7012
7013 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7014 user+system time.
7015 (trace_speed_test): Determine the iteration count for a time
7016 between 15..30 seconds.
7017
7018 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7019
7020 * gdb.arch/i386-mpx-sigsegv.c: New file.
7021 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7022 * gdb.arch/i386-mpx-simple_segv.c: New file.
7023 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7024
7025 2016-02-18 Yao Qi <yao.qi@linaro.org>
7026
7027 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7028 Don't call setup_kfail.
7029
7030 2016-02-18 Yao Qi <yao.qi@linaro.org>
7031
7032 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7033 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7034
7035 2016-02-16 Doug Evans <dje@google.com>
7036
7037 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7038 * gdb.base/skip1.c: Ditto.
7039 * gdb.base/skip.exp: Whitespace cleanup.
7040
7041 2016-02-16 Don Breazeal <donb@codesourcery.com>
7042
7043 PR remote/19496
7044 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7045 Remove kfail for PR remote/19496.
7046
7047 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7048
7049 * lib/gdb.exp (standard_temp_file): Return a path specific to
7050 the runtest invocation.
7051
7052 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7053
7054 * gdb.trace/save-trace.exp: Change relative path to be in the
7055 standard output directory.
7056
7057 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7058
7059 * gdb.arch/i386-prologue.c: Add missing prototypes.
7060
7061 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7062
7063 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7064 * gdb.arch/i386-prologue.exp: Likewise.
7065 * gdb.arch/i386-size.exp: Likewise.
7066
7067 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7068
7069 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7070 define object file path.
7071 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7072 file path.
7073 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7074 standard_output_file to define binfile.
7075
7076 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7077
7078 Fix compatibility with recent gfortran-5.3.1.
7079 * gdb.fortran/vla-history.exp (print vla1 allocated)
7080 (print vla2 allocated, print $2, print $3): Remove
7081 (print $4): Rename to ...
7082 (print $2): ... here.
7083 (print $9): Rename to ...
7084 (print $5): ... here.
7085 (print $10): Rename to ...
7086 (print $6): ... here.
7087 * gdb.fortran/vla.f90: Add pvla initialization.
7088
7089 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7090
7091 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7092 New test.
7093 * gdb.fortran/vla-value-sub.exp: Likewise.
7094
7095 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7096
7097 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7098
7099 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7100
7101 * i386-biarch-core.exp: Define corefile using
7102 standard_output_file.
7103
7104 2016-02-12 Yao Qi <yao.qi@linaro.org>
7105
7106 * gdb.arch/arm-single-step-kernel-helper.c: New.
7107 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7108
7109 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7110
7111 * gdb.btrace/tailcall-only.exp: New.
7112 * gdb.btrace/tailcall-only.c: New.
7113 * gdb.btrace/x86_64-tailcall-only.S: New.
7114 * gdb.btrace/i686-tailcall-only.S: New.
7115
7116 2016-02-11 Pedro Alves <palves@redhat.com>
7117
7118 * README (Parallel testing): Add missing double quotes.
7119
7120 2016-02-11 Pedro Alves <palves@redhat.com>
7121
7122 * README (Parallel testing): New section.
7123 (GDB_PARALLEL): Rewrite.
7124 (FORCE_PARALLEL): Document.
7125
7126 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7127
7128 * gdb.trace/tfile-avx.c: New test.
7129 * gdb.trace/tfile-avx.exp: New test.
7130
7131 2016-02-09 Keith Seitz <keiths@redhat.com>
7132
7133 PR breakpoints/19546
7134 * gdb.base/infcall-exec.c: New file.
7135 * gdb.base/infcall-exec2.c: New file.
7136 * gdb.base/infcall-exec.exp: New file.
7137
7138 2016-02-09 Keith Seitz <keiths@redhat.com>
7139
7140 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7141 (toplevel): Call test_bkpt_address.
7142
7143 2016-02-09 Keith Seitz <keiths@redhat.com>
7144
7145 PR python/19506
7146 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7147 (toplevel): Call test_bkpt_address.
7148
7149 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7150
7151 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7152 to AC_OUTPUT.
7153 * configure: Regenerate.
7154
7155 2016-02-09 Pedro Alves <palves@redhat.com>
7156
7157 PR breakpoints/19548
7158 * gdb.base/execl-update-breakpoints.c (some_function): New
7159 function.
7160 (main): Call it.
7161 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7162 Tighten expected GDB output.
7163
7164 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7165
7166 * Makefile.in (ALL_SUBDIRS): Remove.
7167 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7168 (distclean maintainer-clean realclean): Likewise.
7169 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7170 * configure: Regenerate.
7171 * gdb.ada/Makefile.in: Delete.
7172 * gdb.arch/Makefile.in: Likewise.
7173 * gdb.asm/Makefile.in: Likewise.
7174 * gdb.base/Makefile.in: Likewise.
7175 * gdb.btrace/Makefile.in: Likewise.
7176 * gdb.cell/Makefile.in: Likewise.
7177 * gdb.compile/Makefile.in: Likewise.
7178 * gdb.cp/Makefile.in: Likewise.
7179 * gdb.disasm/Makefile.in: Likewise.
7180 * gdb.dlang/Makefile.in: Likewise.
7181 * gdb.dwarf2/Makefile.in: Likewise.
7182 * gdb.fortran/Makefile.in: Likewise.
7183 * gdb.gdb/Makefile.in: Likewise.
7184 * gdb.go/Makefile.in: Likewise.
7185 * gdb.guile/Makefile.in: Likewise.
7186 * gdb.java/Makefile.in: Likewise.
7187 * gdb.linespec/Makefile.in: Likewise.
7188 * gdb.mi/Makefile.in: Likewise.
7189 * gdb.modula2/Makefile.in: Likewise.
7190 * gdb.multi/Makefile.in: Likewise.
7191 * gdb.objc/Makefile.in: Likewise.
7192 * gdb.opencl/Makefile.in: Likewise.
7193 * gdb.opt/Makefile.in: Likewise.
7194 * gdb.pascal/Makefile.in: Likewise.
7195 * gdb.perf/Makefile.in: Likewise.
7196 * gdb.python/Makefile.in: Likewise.
7197 * gdb.reverse/Makefile.in: Likewise.
7198 * gdb.server/Makefile.in: Likewise.
7199 * gdb.stabs/Makefile.in: Likewise.
7200 * gdb.threads/Makefile.in: Likewise.
7201 * gdb.trace/Makefile.in: Likewise.
7202 * gdb.xml/Makefile.in: Likewise.
7203 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7204 GDB_PARALLEL.
7205 (standard_output_file): Remove check for GDB_PARALLEL, always
7206 return path in outputs/$subdir/$testname.
7207
7208 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7209
7210 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7211 (site.exp): Assign abs_srcdir to tcl's srcdir.
7212
7213 2016-02-04 Yao Qi <yao.qi@linaro.org>
7214
7215 * gdb.base/foll-exec-mode.c: Include limits.h.
7216 (main): Add parameters argc and argv. Get directory from
7217 argv[0].
7218 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7219 compilation.
7220 * gdb.base/foll-exec.c: Include limits.h.
7221 (main): Add parameters argc and argv.
7222 Get directory from argv[0].
7223 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7224 Adjust tests on the number of lines as source code changed.
7225 * gdb.base/foll-vfork-exit.c: Include limits.h.
7226 (main): Add one line of statement before vfork.
7227 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7228 (main): Add parameters argc and argv. Get directory from
7229 argv[0].
7230 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7231 (setup_gdb): Set tbreak to skip some source lines.
7232 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7233 (main): Add parameters argc and argv. Get directory from
7234 argv[0].
7235 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7236 compilation.
7237 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7238 (main): Add parameters argc and argv. Get directory from
7239 argv[0].
7240 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7241 compilation.
7242
7243 2016-02-01 Doug Evans <dje@google.com>
7244
7245 * gdb.base/skip.exp: Clean up multiple references to same test name.
7246
7247 2016-02-01 Pedro Alves <palves@redhat.com>
7248
7249 PR remote/19496
7250 * gdb.threads/forking-threads-plus-breakpoint.exp
7251 (displaced_stepping_supported): New global.
7252 (probe_displaced_stepping_support): New procedure.
7253 (do_test): Add 'displaced' parameter, and use it.
7254 (top level): Check for displaced stepping support. Add displaced
7255 stepping on/off testing axis.
7256
7257 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7258
7259 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7260 pointer. Don't perform further tests on the unassociated pointer
7261 if the first test fails.
7262
7263 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7264
7265 * gdb.base/max-value-size.c: New file.
7266 * gdb.base/max-value-size.exp: New file.
7267 * gdb.base/huge.exp: Disable max-value-size for this test.
7268
7269 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7270
7271 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7272
7273 2016-01-28 Yao Qi <yao.qi@linaro.org>
7274
7275 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7276
7277 2016-01-25 Pedro Alves <palves@redhat.com>
7278
7279 PR threads/19461
7280 * gdb.base/fork-running-state.c: New file.
7281 * gdb.base/fork-running-state.exp: New file.
7282
7283 2016-01-25 Pedro Alves <palves@redhat.com>
7284
7285 PR gdb/19494
7286 * gdb.base/catch-fork-kill.c: New file.
7287 * gdb.base/catch-fork-kill.exp: New file.
7288
7289 2016-01-25 Pedro Alves <palves@redhat.com>
7290
7291 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7292 Delete, moved to lib/gdb.exp.
7293 * gdb.threads/forking-threads-plus-breakpoint.exp
7294 (foreach_with_prefix): Likewise.
7295 * gdb.threads/process-dies-while-handling-bp.exp
7296 (foreach_with_prefix): Likewise.
7297 * lib/gdb.exp (foreach_with_prefix): New procedure.
7298
7299 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7300
7301 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7302 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7303
7304 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7305
7306 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7307 endian targets.
7308
7309 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7310 Pedro Alves <palves@redhat.com>
7311
7312 Fix testsuite compatibility with Guile.
7313 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7314 number.
7315
7316 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7317
7318 Fix testsuite compatibility with Guile.
7319 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7320 (thread 1): New test for backtrace through signal handler.
7321
7322 2016-01-22 Yao Qi <yao.qi@linaro.org>
7323
7324 PR testsuite/19491
7325 * gdb.base/multi-forks.c: Include
7326 ../lib/unbuffer_output.c
7327 (main): Call gdb_unbuffer_output.
7328
7329 2016-01-21 Doug Evans <dje@google.com>
7330
7331 * lib/ada.exp (gdb_compile_ada): Fix typo.
7332
7333 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7334
7335 * gdb.base/break-fun-addr.exp: New file.
7336 * gdb.base/break-fun-addr1.c: New file.
7337 * gdb.base/break-fun-addr2.c: New file.
7338
7339 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7340
7341 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7342 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7343 enum flag values.
7344
7345 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7346
7347 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7348 when GDB can not set the vector return value. Add more comments
7349 for clarification.
7350
7351 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7352
7353 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7354 command.
7355
7356 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7357
7358 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7359
7360 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7361
7362 * Makefile.in (check-single): Pass --status to runtest.
7363 (check/%.exp): Likewise.
7364
7365 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7366
7367 * Makefile.in (check-parallel): Propagate return code from make
7368 do-check-parallel.
7369
7370 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7371
7372 * gdb.trace/ftrace.exp: Fix expected message on continue.
7373 * gdb.trace/pending.exp: Fix expected message on continue.
7374 * gdb.trace/trace-break.exp: Fix expected message on continue.
7375
7376 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7377
7378 * lib/gdb.exp (gdb_test): Remove unused global references.
7379
7380 2016-01-18 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.base/async-shell.exp: Adjust expected output.
7383 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7384 * gdb.base/siginfo-thread.exp: Adjust expected output.
7385 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7386 * gdb.java/jnpe.exp: Adjust expected output.
7387 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7388 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7389 * gdb.threads/leader-exit.exp: Adjust expected output.
7390 * gdb.threads/manythreads.exp: Adjust expected output.
7391 * gdb.threads/pthreads.exp: Adjust expected output.
7392 * gdb.threads/schedlock.exp: Adjust expected output.
7393 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7394 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7395 expected output.
7396 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7397 output.
7398 * gdb.threads/sigthread.exp: Adjust expected output.
7399 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7400
7401 2016-01-18 Yao Qi <yao.qi@linaro.org>
7402
7403 * gdb.guile/scm-section-script.c: Replace @progbits with
7404 %progbits.
7405 * gdb.python/py-section-script.c: Likewise.
7406
7407 2016-01-15 Pedro Alves <palves@redhat.com>
7408
7409 * gdb.multi/tids.exp: Test star wildcard ranges.
7410
7411 2016-01-15 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7414 command from "thread apply" invocation.
7415 (thr_apply_info_thr_invalid): Default the expected output to the
7416 input tid list.
7417 (top level): Add tests that use convenience variables. Add tests
7418 for "thread apply" with a valid TID list, but missing the command.
7419
7420 2016-01-13 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.base/default.exp: Expect $_gthread as well.
7423 * gdb.multi/tids.exp: Test $_gthread.
7424 * gdb.threads/thread-specific.exp: Test $_gthread.
7425
7426 2016-01-13 Pedro Alves <palves@redhat.com>
7427
7428 * gdb.multi/tids.exp: Test "info threads -gid".
7429
7430 2016-01-13 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7433 Breakpoint.thread.
7434 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7435
7436 2016-01-07 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.base/break.exp: Adjust to output changes.
7439 * gdb.base/hbreak2.exp: Likewise.
7440 * gdb.base/sepdebug.exp: Likewise.
7441 * gdb.base/watch_thread_num.exp: Likewise.
7442 * gdb.linespec/keywords.exp: Likewise.
7443 * gdb.multi/info-threads.exp: Likewise.
7444 * gdb.threads/thread-find.exp: Likewise.
7445 * gdb.multi/tids.c: New file.
7446 * gdb.multi/tids.exp: New file.
7447
7448 2016-01-13 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7451
7452 2016-01-13 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.base/default.exp: Expect $_inferior as well.
7455 * gdb.multi/base.exp: Test $_inferior.
7456
7457 2016-01-13 Pedro Alves <palves@redhat.com>
7458
7459 PR breakpoints/19388
7460 * gdb.base/catch-signal-siginfo-cond.c: New file.
7461 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7462
7463 2016-01-12 Josh Stone <jistone@redhat.com>
7464 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7465
7466 * gdb.base/catch-syscall.c (do_execve): New variable.
7467 (main): Conditionally trigger an execve.
7468 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7469 (test_catch_syscall_execve): New, check entry/return across execve.
7470 (do_syscall_tests): Call test_catch_syscall_execve.
7471
7472 2016-01-12 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.base/random-signal.exp (do_test): New procedure, with body
7475 of testcase moved in.
7476
7477 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7478 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.base/funcargs.exp (finish from indirectly called function):
7481 Reintroduce the case for 'First'.
7482
7483 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7484 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7487 (tcatch_vfork_then_child_follow_exec)
7488 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7489 identification.
7490
7491 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7492
7493 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7494 and repeats to unlimited.
7495 * gdb.python/py-value.exp: Likewise.
7496 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7497 and repeats to unlimited.
7498
7499 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7500
7501 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7502 and reordering the functions.
7503 * gdb.multi/hangout.c: Likewise.
7504 * gdb.multi/hello.c: Likewise.
7505
7506 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7507
7508 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7509 absolute.
7510 (SingleStatisticTestResult.report): Use dict.keys instead of
7511 dict.iterkeys.
7512
7513 2016-01-06 Pedro Alves <palves@redhat.com>
7514
7515 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7516
7517 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7518
7519 * gdb.btrace/dlopen.exp: New.
7520 * gdb.btrace/dlopen.c: New.
7521 * gdb.btrace/dlopen-dso.c: New.
7522
7523 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7524
7525 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7526 PATTERN argument is optional.
7527
7528 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7529
7530 * lib/ada.exp (target_compile_ada_from_dir): New function.
7531 (gdb_compile_ada): Reimplement avoiding the use of project files.
7532 * gdb.ada/gnat_ada.gpr: Delete.
7533 * gdb.ada/cond_lang.exp: Adjust test to make path before
7534 filename optional.
7535 * gdb.ada/small_reg_param.exp: Likewise.
7536
7537 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7538
7539 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7540
7541 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7542
7543 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7544 case.
7545
7546 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7547
7548 * gdb.base/break.exp: Remove dead code.
7549 * gdb.base/sepdebug.exp: Likewise.
7550
7551 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7552
7553 * gdb.asm/asm-source.exp: Remove HP-UX references.
7554 * gdb.base/annota1.exp: Likewise.
7555 * gdb.base/annota3.exp: Likewise.
7556 * gdb.base/attach.exp: Likewise.
7557 * gdb.base/bigcore.exp: Likewise.
7558 * gdb.base/break.exp: Likewise.
7559 * gdb.base/call-ar-st.exp: Likewise.
7560 * gdb.base/callfuncs.exp: Likewise.
7561 * gdb.base/catch-fork-static.exp: Likewise.
7562 * gdb.base/display.exp: Likewise.
7563 * gdb.base/foll-exec-mode.exp: Likewise.
7564 * gdb.base/foll-exec.exp: Likewise.
7565 * gdb.base/foll-fork.exp: Likewise.
7566 * gdb.base/foll-vfork.exp: Likewise.
7567 * gdb.base/funcargs.exp: Likewise.
7568 * gdb.base/hbreak2.exp: Likewise.
7569 * gdb.base/inferior-died.exp: Likewise.
7570 * gdb.base/interrupt.exp: Likewise.
7571 * gdb.base/multi-forks.exp: Likewise.
7572 * gdb.base/nodebug.exp: Likewise.
7573 * gdb.base/sepdebug.exp: Likewise.
7574 * gdb.base/solib1.c: Likewise.
7575 * gdb.base/step-test.exp: Likewise.
7576 * gdb.mi/non-stop.c: Likewise.
7577 * gdb.mi/pthreads.c: Likewise.
7578 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7579 * gdb.threads/pthreads.c: Likewise.
7580 * gdb.threads/staticthreads.exp: Likewise.
7581 * lib/future.exp: Likewise.
7582 * lib/gdb.exp: Likewise.
7583 * gdb.base/so-indr-cl.c: Remove.
7584 * gdb.base/so-indr-cl.exp: Likewise.
7585 * gdb.base/solib.c: Likewise.
7586 * gdb.base/solib.exp: Likewise.
7587 * gdb.base/solib2.c: Likewise.
7588
7589 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7590
7591 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7592 * gdb.base/call-ar-st.exp: Likewise.
7593 * gdb.base/callfuncs.exp: Likewise.
7594 * gdb.base/condbreak.exp: Likewise.
7595 * gdb.base/constvars.exp: Likewise.
7596 * gdb.base/hbreak2.exp: Likewise.
7597 * gdb.base/langs.exp: Likewise.
7598 * gdb.base/list.exp: Likewise.
7599 * gdb.base/long_long.exp: Likewise.
7600 * gdb.base/ptype.exp: Likewise.
7601 * gdb.base/scope.exp: Likewise.
7602 * gdb.base/signals.exp: Likewise.
7603 * gdb.base/so-impl-ld.exp: Likewise.
7604 * gdb.base/varargs.exp: Likewise.
7605 * gdb.base/volatile.exp: Likewise.
7606 * gdb.base/whatis.exp: Likewise.
7607 * gdb.cp/cplusfuncs.exp: Likewise.
7608 * gdb.cp/inherit.exp: Likewise.
7609 * gdb.cp/local.exp: Likewise.
7610 * gdb.cp/member-ptr.exp: Likewise.
7611 * gdb.cp/method.exp: Likewise.
7612 * gdb.cp/overload.exp: Likewise.
7613 * gdb.cp/templates.exp: Likewise.
7614 * gdb.stabs/weird.exp: Likewise.
7615 * lib/compiler.c: Likewise.
7616 * lib/compiler.cc: Likewise.
7617 * lib/cp-support.exp: Likewise.
7618 * lib/gdb.exp: Likewise.
7619
7620 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7621
7622 * configure.ac: Remove HP-UX case.
7623 * configure: Regenerate.
7624
7625 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7626
7627 * lib/gdb.exp (gdb_compile): Add function doc.
7628
7629 2015-12-17 Pedro Alves <palves@redhat.com>
7630
7631 PR threads/19354
7632 * gdb.multi/info-threads.exp: New file.
7633
7634 2015-12-15 Yao Qi <yao.qi@linaro.org>
7635
7636 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7637 is aarch64*-*-*.
7638
7639 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7640
7641 * gdb.base/history-duplicates.exp: Skip if no readline support.
7642
7643 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7644
7645 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7646
7647 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7648
7649 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7650
7651 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7652
7653 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7654 ctrl-C if nointerrupts target property is set.
7655 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7656 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7657 * gdb.base/paginate-bg-execution.exp: Likewise.
7658 * gdb.base/paginate-execution-startup.exp: Likewise.
7659 * gdb.base/random-signal.exp: Likewise.
7660 * gdb.base/range-stepping.exp: Likewise.
7661 * gdb.cp/annota2.exp: Likewise.
7662 * gdb.cp/annota3.exp: Likewise.
7663 * gdb.gdb/selftest.exp: Likewise.
7664 * gdb.threads/continue-pending-status.exp: Likewise.
7665 * gdb.threads/leader-exit.exp: Likewise.
7666 * gdb.threads/manythreads.exp: Likewise.
7667 * gdb.threads/pthreads.exp: Likewise.
7668 * gdb.threads/schedlock.exp: Likewise.
7669 * gdb.threads/sigthread.exp: Likewise.
7670
7671 2015-12-11 Don Breazeal <donb@codesourcery.com>
7672
7673 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7674 remote.
7675 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7676 * gdb.base/foll-exec.exp (main): Enable for target remote.
7677 * gdb.base/foll-fork.exp (main): Likewise.
7678 * gdb.base/foll-vfork.exp (main): Likewise.
7679 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7680 (proc continue_to_exit_bp_loc): Use clean_restart.
7681 * gdb.base/pie-execl.exp (main): Disable for target remote.
7682 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7683 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7684 * gdb.threads/execl.exp (main): Likewise.
7685 * gdb.threads/fork-child-threads.exp (main): Likewise.
7686 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7687 remote.
7688 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7689 remote.
7690 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7691 pid.tid style ptids, instead of just tid.
7692 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7693 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7694 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7695 ptids, instead of just tid.
7696
7697 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7698
7699 * gdb.base/list.exp (test_list_forward): Add end of file error
7700 test.
7701 (test_repeat_list_command): Add end of file error test.
7702 (test_list_backwards): Add beginning of file error test.
7703
7704 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7705
7706 * gdb.base/list.exp (test_list_invalid_args): New function,
7707 defined, and called.
7708
7709 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7710
7711 * gdb.base/list.exp (test_list): Make test names unique.
7712
7713 2015-12-11 Yao Qi <yao.qi@linaro.org>
7714
7715 * gdb.base/coremaker2.c: Remove.
7716
7717 2015-12-10 Pedro Alves <palves@redhat.com>
7718
7719 * gdb.multi/base.exp: Remove stale "spaces" references.
7720
7721 2015-12-10 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.multi/base.exp: Don't use nowarnings.
7724 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7725 * gdb.multi/hangout.c: Include stdio.h.
7726 * gdb.multi/hello.c: Include stdlib.h.
7727 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7728 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7729 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7730
7731 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7732
7733 * gdb.dwarf2/dw2-ranges-base.c: New file.
7734 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7735 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7736 support additional line table, and debug ranges generation.
7737 (Dwarf::ranges): New function, generate .debug_ranges.
7738 (Dwarf::lines): Support generating simple line table programs.
7739 (Dwarf::assemble): Initialise new namespace variables.
7740
7741 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7742
7743 * gdb.base/async.exp (proc test_background): Add case for
7744 asynchronous execution not supported.
7745
7746 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7747
7748 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7749 format and change test names to make them unique.
7750
7751 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7752 Pedro Alves <pedro@redhat.com>
7753
7754 PR gdb/18702
7755 Add checking of floatformats setup on x86_64 hosts.
7756 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7757 (smallval, bigval): New labels/constants.
7758 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7759 float" after loading bigval and smallval.
7760
7761 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7762
7763 * gdb.ada/fun_overload_menu.exp: New testcase.
7764 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7765
7766 2015-12-04 Josh Stone <jistone@redhat.com>
7767
7768 * gdb.base/catch-fork-static.exp: New.
7769
7770 2015-12-03 Yao Qi <yao.qi@linaro.org>
7771
7772 * gdb.base/sizeof.c: Don't include stdio.h and
7773 ../lib/unbuffer_output.c.
7774 (main): New variable 'size' and 'value'. Remove printf and
7775 gdb_unbuffer_output. Assign return value to size and value.
7776 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7777 at the beginning.
7778 (check_sizeof): Check the result by printing variable 'size'.
7779 (check_valueof): Check the result by printing variable 'value'.
7780
7781 2015-12-01 Yao Qi <yao.qi@linaro.org>
7782
7783 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7784 for aarch64*-*-linux* target.
7785
7786 2015-11-30 Pedro Alves <palves@redhat.com>
7787
7788 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7789
7790 2015-11-30 Pedro Alves <palves@redhat.com>
7791
7792 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7793 Handle non-stop mode vCont replies.
7794
7795 2015-11-30 Pedro Alves <palves@redhat.com>
7796
7797 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7798 prepare_for_testing. Start gdb with "set non-stop on" appended to
7799 GDBFLAGS. Lax expected stop output.
7800
7801 2015-11-27 Yao Qi <yao.qi@linaro.org>
7802
7803 * gdb.arch/arm-neon.exp: New.
7804 * gdb.arch/arm-neon.c: New.
7805
7806 2015-11-27 Yao Qi <yao.qi@linaro.org>
7807
7808 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7809
7810 2015-11-27 Yao Qi <yao.qi@linaro.org>
7811
7812 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7813 frames-invalid annotation.
7814
7815 2015-11-27 Yao Qi <yao.qi@linaro.org>
7816
7817 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7818
7819 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7820
7821 * gdb.threads/names.exp: New file.
7822 * gdb.threads/names.c: New file.
7823 * README: Mention gdb,no_thread_names.
7824
7825 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7826
7827 PR 19297
7828 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7829 support" error.
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/display.exp: Expect displays to be sorted in ascending
7842 order. Use multi_line.
7843 * gdb.base/solib-display.exp: Likewise.
7844
7845 2015-11-24 Pedro Alves <palves@redhat.com>
7846
7847 PR 17539
7848 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7849 threads in ascending order.
7850 * gdb.base/foll-fork.exp: Likewise.
7851 * gdb.base/foll-vfork.exp: Likewise.
7852 * gdb.base/multi-forks.exp: Likewise.
7853 * gdb.mi/mi-nonstop.exp: Likewise.
7854 * gdb.mi/mi-nsintrall.exp: Likewise.
7855 * gdb.multi/base.exp: Likewise.
7856 * gdb.multi/multi-arch.exp: Likewise.
7857 * gdb.python/py-inferior.exp: Likewise.
7858 * gdb.threads/break-while-running.exp: Likewise.
7859 * gdb.threads/execl.exp: Likewise.
7860 * gdb.threads/gcore-thread.exp: Likewise.
7861 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7862 * gdb.threads/kill.exp: Likewise.
7863 * gdb.threads/linux-dp.exp: Likewise.
7864 * gdb.threads/multiple-step-overs.exp: Likewise.
7865 * gdb.threads/next-bp-other-thread.exp: Likewise.
7866 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7867 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7868 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7869 * gdb.threads/thread-find.exp: Likewise.
7870 * gdb.threads/tls.exp: Likewise.
7871 * lib/mi-support.exp (mi_reverse_list): Delete.
7872 (mi_check_thread_states): No longer reverse list.
7873
7874 2015-11-24 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7877 use lowercase.
7878
7879 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7880
7881 * gdb.trace/actions.c: Include trace-common.h.
7882 (main): Add a location for a fast tracepoint.
7883 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7884 the normal tracepoints.
7885 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7886
7887 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7888
7889 * save-trace.exp: Factor out code to these...
7890 (gdb_save_tracepoints): New.
7891 (gdb_load_tracepoints): New.
7892 (do_save_load_test): New.
7893
7894 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7895
7896 * gdb.base/asmlabel.exp: New test.
7897 * gdb.base/asmlabel.c: New test case.
7898
7899 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7900
7901 * gdb.base/wrong_frame_bt_full-main.c: New file.
7902 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7903 * gdb.base/wrong_frame_bt_full.exp: New file.
7904
7905 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7906
7907 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7908
7909 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7910
7911 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7912 pstate register when comparing registers values in
7913 sparc64-*-linux-gnu targets to avoid spurious differences.
7914
7915 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7916
7917 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7918
7919 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7920
7921 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7922 as type argument to gdb_compile.
7923 * gdb.base/nested-subp2.exp: Likewise.
7924 * gdb.base/nested-subp3.exp: Likewise.
7925
7926 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7927
7928 * lib/dwarf.exp (_note): Fix left shift of negative value.
7929 * gdb.trace/trace-condition.exp: Likewise.
7930
7931 2015-11-13 Yao Qi <yao.qi@linaro.org>
7932
7933 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7934 comments about d10v.
7935 (test_scalar_returns): Likewise.
7936 * gdb.base/d10v.ld: Remove.
7937 * gdb.base/overlays.exp: Remove the target triplet checking for
7938 d10v-*-*.
7939 * gdb.base/structs.exp (test_struct_returns): Remove the
7940 comments about d10v.
7941 (test_struct_calls): Likewise.
7942
7943 2015-11-13 Yao Qi <yao.qi@linaro.org>
7944
7945 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7946 * gdb.base/gnu_vector.c: Don't include stdio.h.
7947 (main): Don't print res and call add_some_intvecs.
7948
7949 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7950
7951 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7952 macro.
7953 (func5): Removed.
7954 (func4): Use FAST_TRACEPOINT_LABEL.
7955 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7956 macro.
7957 (func): Removed.
7958 (thread_function): Use FAST_TRACEPOINT_LABEL.
7959 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7960 (func): Remove.
7961 (marker): Use FAST_TRACEPOINT_LABEL.
7962 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7963 (pendfunc1): Remove.
7964 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7965 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7966 (foo): Remove.
7967 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7968 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7969 macro.
7970 (func): Remove.
7971 (marker): Use FAST_TRACEPOINT_LABEL.
7972 * gdb.trace/trace-common.h: New header.
7973 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7974 macro.
7975 (func): Remove.
7976 (marker): Use FAST_TRACEPOINT_LABEL.
7977 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7978 (func): Remove.
7979 (thread_function): Use FAST_TRACEPOINT_LABEL.
7980
7981 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7982
7983 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7984 in front.
7985 * gdb.trace/change-loc.exp: Use global pcreg definition.
7986 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7987 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7988 in front.
7989 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7990 * gdb.trace/pending.exp: Likewise.
7991 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7992 * gdb.trace/trace-break.exp: Likewise.
7993 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7994 in front.
7995 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7996 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7997 in front.
7998 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7999
8000 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8001
8002 * gdb.ada/fin_fun_out: New testcase.
8003
8004 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8005
8006 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8007 value associated with DW_AT_byte_size.
8008 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8009 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8010 DW_AT_upper_bound.
8011
8012 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8013
8014 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8015 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8016 version.
8017 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8018 gdb.dwarf2/dw2-canonicalize-type.exp,
8019 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8020 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8021 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8022 provided by gdb_target_symbol_prefix_flags_asm.
8023 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8024 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8025 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8026 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8027 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8028 macros where needed). Use this macro for symbols which require
8029 the prefix provided by SYMBOL_PREFIX.
8030
8031 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8032
8033 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8034 New procs.
8035 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8036 representing expressions, of more than one list element.
8037 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8038 to prepend linker symbol prefix to f.
8039 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8040 table_1 and table_2.
8041 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8042 Likewise, for f and g.
8043 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8044 for ptr.
8045 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8046 for main.
8047 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8048 table_1_ptr and table_2_ptr.
8049
8050 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8051 Joel Brobecker <brobecker@adacore.com>
8052
8053 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8054
8055 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8056
8057 * gdb.reverse/s390-mvcle.c: New test.
8058 * gdb.reverse/s390-mvcle.exp: New file.
8059 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8060
8061 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8062
8063 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8064
8065 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8066
8067 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8068 reaching marker2.
8069 * gdb.reverse/getresuid-reverse.exp: Likewise.
8070 * gdb.reverse/pipe-reverse.exp: Likewise.
8071 * gdb.reverse/readv-reverse.exp: Likewise.
8072 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8073 * gdb.reverse/time-reverse.exp: Likewise.
8074 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8075
8076 2015-10-30 Yao Qi <yao.qi@linaro.org>
8077
8078 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8079 (empty_cycle): Remove.
8080 (main): Don't call empty_cycle. Don't use watch_count_done.
8081 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8082 empty_cycle. Rewrite the code counting HW watchpoints.
8083
8084 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8085
8086 * gdb.reverse/fstatat-reverse.c: New test.
8087 * gdb.reverse/fstatat-reverse.exp: New file.
8088 * gdb.reverse/getresuid-reverse.c: New test.
8089 * gdb.reverse/getresuid-reverse.exp: New file.
8090 * gdb.reverse/pipe-reverse.c: New test.
8091 * gdb.reverse/pipe-reverse.exp: New file.
8092 * gdb.reverse/readv-reverse.c: New test.
8093 * gdb.reverse/readv-reverse.exp: New file.
8094 * gdb.reverse/recvmsg-reverse.c: New test.
8095 * gdb.reverse/recvmsg-reverse.exp: New file.
8096 * gdb.reverse/time-reverse.c: New test.
8097 * gdb.reverse/time-reverse.exp: New file.
8098 * gdb.reverse/waitpid-reverse.c: New test.
8099 * gdb.reverse/waitpid-reverse.exp: New file.
8100
8101 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8102
8103 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8104
8105 2015-10-26 Doug Evans <dje@google.com>
8106
8107 PR symtab/17391
8108 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8109 * gdb.dwarf2/bad-regnum.c: New file.
8110 * gdb.dwarf2/bad-regnum.exp: New file.
8111
8112 2015-10-26 Doug Evans <dje@google.com>
8113
8114 PR python/18938
8115 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8116 file.
8117
8118 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8119
8120 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8121 for a change by "Mention language in compile error message".
8122
8123 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8124
8125 PR python/18073
8126 * gdb.python/py-type.c (C::a_method): New.
8127 (C::a_const_method): New.
8128 (C::a_static_method): New.
8129 (a_function): New.
8130 * gdb.python/py-type.exp (test_fields): Test getting fields
8131 from function and method.
8132
8133 2015-10-21 Keven Boell <keven.boell@intel.com>
8134
8135 * gdb.fortran/vla-alloc-assoc.exp: New file.
8136 * gdb.fortran/vla-datatypes.exp: New file.
8137 * gdb.fortran/vla-datatypes.f90: New file.
8138 * gdb.fortran/vla-history.exp: New file.
8139 * gdb.fortran/vla-ptype-sub.exp: New file.
8140 * gdb.fortran/vla-ptype.exp: New file.
8141 * gdb.fortran/vla-sizeof.exp: New file.
8142 * gdb.fortran/vla-sub.f90: New file.
8143 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8144 * gdb.fortran/vla-value-sub-finish.exp: New file.
8145 * gdb.fortran/vla-value-sub.exp: New file.
8146 * gdb.fortran/vla-value.exp: New file.
8147 * gdb.fortran/vla-ptr-info.exp: New file.
8148 * gdb.mi/mi-vla-fortran.exp: New file.
8149 * gdb.mi/vla.f90: New file.
8150
8151 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8152
8153 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8154 of hardwired timeout value.
8155
8156 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8157 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8160 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8161
8162 2015-10-19 Josh Stone <jistone@redhat.com>
8163
8164 * gdb.base/catch-syscall.c: Include <sched.h>.
8165 (unknown_syscall): New variable.
8166 (main): Trigger a vfork and an unknown syscall.
8167 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8168 (unknown_syscall_number): Likewise.
8169 (check_call_to_syscall): Accept an optional syscall pattern.
8170 (check_return_from_syscall): Likewise.
8171 (check_continue): Likewise.
8172 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8173 (test_catch_syscall_skipping_return): New test toggling off 'catch
8174 syscall' to step over the syscall return, then toggling back on.
8175 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8176 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8177 (do_syscall_tests): Call test_catch_syscall_without_args and
8178 test_catch_syscall_mid_vfork.
8179 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8180 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8181
8182 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8183
8184 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8185 print g_vE): Add new pass patterns.
8186 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8187 print various symbol names for vptr fields.
8188
8189 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8190
8191 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8192 results.
8193
8194 2015-10-12 Yao Qi <yao.qi@linaro.org>
8195
8196 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8197
8198 2015-10-12 Yao Qi <yao.qi@linaro.org>
8199
8200 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8201 is aarch64*-*-linux*.
8202
8203 2015-10-12 Yao Qi <yao.qi@linaro.org>
8204
8205 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8206 (can_relocate_bcond_true): ... it.
8207 (can_relocate_bcond_false): New function.
8208 (foo): Likewise.
8209 (can_relocate_bl): Likewise.
8210 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8211 can_relocate_bl.
8212
8213 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8214
8215 * gdb.base/nested-addr.c: New file.
8216 * gdb.base/nested-addr.exp: New testcase.
8217
8218 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8219
8220 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8221 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8222 its output. Ignore the output of "record goto begin" and instead
8223 check that GDB is replaying.
8224
8225 2015-10-09 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8228 (top level): Use it in the run with no args test.
8229
8230 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8231
8232 * gdb.dlang/properties.exp: New file.
8233
8234 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8235
8236 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8237 whether or not address 0x1000 is mapped on the target.
8238
8239 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8240
8241 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8242 build.
8243
8244 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8245
8246 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8247 instruction-history test.
8248
8249 2015-09-28 Doug Evans <dje@google.com>
8250
8251 * gdb.base/gcore.c (array_func): Add reference to static_array.
8252
8253 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8254
8255 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8256 source line.
8257
8258 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8259
8260 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8261 short or char as base type.
8262
8263 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8264
8265 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8266 to allow any size enum.
8267
8268 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8269
8270 * gdb.ada/array_ptr_renaming.exp: New testcase.
8271 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8272 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8273
8274 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8275
8276 * gdb.trace/ftrace-lock.c: New file.
8277 * gdb.trace/ftrace-lock.exp: New file.
8278
8279 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8280
8281 * gdb.arch/insn-reloc.c: New file.
8282 * gdb.arch/ftrace-insn-reloc.exp: New file.
8283
8284 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8285
8286 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8287 instruction.
8288 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8289 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8290 * gdb.trace/range-stepping.c: Likewise.
8291 * gdb.trace/trace-break.c: Likewise.
8292 * gdb.trace/trace-mt.c (thread_function): Likewise.
8293 * gdb.trace/ftrace.c (marker): Likewise.
8294 * gdb.trace/trace-condition.c (marker): Likewise.
8295 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8296 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8297 is_aarch64_target.
8298
8299 2015-09-18 Doug Evans <xdje42@gmail.com>
8300
8301 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8302 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8303
8304 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8305
8306 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8307 the breakpoint.
8308
8309 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8310
8311 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8312 the pending breakpoint. Remove timeout override for "Run till
8313 MI pending breakpoint on pendfunc3 on thread 2" test.
8314
8315 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8316
8317 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8318 filename pattern.
8319
8320 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8321
8322 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8323 in breakpoint filename pattern.
8324
8325 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8326
8327 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8328
8329 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8330
8331 * gdb.linespec/explicit.exp: Check for readline support for
8332 tab-completion tests. Fix obvious typo.
8333
8334 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8335
8336 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8337 and replay.
8338
8339 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8340
8341 * gdb.btrace/non-stop.c: New.
8342 * gdb.btrace/non-stop.exp: New.
8343
8344 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8345 Yao Qi <yao.qi@linaro.org>
8346
8347 * gdb.trace/trace-condition.c: New file.
8348 * gdb.trace/trace-condition.exp: New file.
8349
8350 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8351
8352 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8353 for testing bytecode compilation.
8354
8355 2015-09-16 Pedro Alves <palves@redhat.com>
8356 Sandra Loosemore <sandra@codesourcery.com>
8357
8358 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8359 (SECONDS): Redefine.
8360 (main): Call pthread_kill and alarm early.
8361 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8362 support.
8363 (test): If the target can't hardware step and doesn't support
8364 displaced stepping, increase the timeout.
8365
8366 2015-09-16 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8369 (enable_debug): New procedures.
8370 (test): Use them. Bail out if waiting for threads fails.
8371 (top level): Bail out if a test fails.
8372
8373 2015-09-16 Yao Qi <yao.qi@linaro.org>
8374
8375 * gdb.asm/asm-source.exp: Set asm-arch for
8376 aarch64*-*-* target.
8377 * gdb.asm/aarch64.inc: New file.
8378
8379 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8380
8381 * gdb.ada/array_of_variable_length.exp: New testcase.
8382 * gdb.ada/array_of_variable_length/foo.adb: New file.
8383 * gdb.ada/array_of_variable_length/pck.adb: New file.
8384 * gdb.ada/array_of_variable_length/pck.ads: New file.
8385
8386 2015-09-15 Doug Evans <dje@google.com>
8387
8388 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8389 of function static local variable.
8390
8391 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8392
8393 * gdb.threads/tls-so_extern.exp: New test file.
8394 * gdb.threads/tls-so_extern.c: New test file.
8395 * gdb.threads/tls-so_extern_main.c: New test file.
8396
8397 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8398
8399 * gdb.opt/solib-intra-step-lib.c: New file.
8400 * gdb.opt/solib-intra-step-main.c: New file.
8401 * gdb.opt/solib-intra-step.exp: New file.
8402
8403 2015-09-15 Pedro Alves <palves@redhat.com>
8404
8405 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8406 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8407
8408 2015-09-14 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.base/hook-stop-continue.c: Delete.
8411 * gdb.base/hook-stop-continue.exp: Delete.
8412 * gdb.base/hook-stop-frame.c: Delete.
8413 * gdb.base/hook-stop-frame.exp: Delete.
8414 * gdb.base/hook-stop.c: New file.
8415 * gdb.base/hook-stop.exp: New file.
8416
8417 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8418
8419 * gdb.ada/access_to_packed_array.exp: New testcase.
8420 * gdb.ada/access_to_packed_array/foo.adb: New file.
8421 * gdb.ada/access_to_packed_array/pack.adb: New file.
8422 * gdb.ada/access_to_packed_array/pack.ads: New file.
8423
8424 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8425
8426 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8427 buffer size test.
8428
8429 2015-09-11 Don Breazeal <donb@codesourcery.com>
8430
8431 * gdb.base/foll-exec.c: Add copyright header. Fix
8432 formatting issues.
8433 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8434 (do_exec_tests): Use clean_restart in place of zap_session,
8435 and for test initialization. Fix formatting issues. Use
8436 fail in place of perror.
8437 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8438 an expect statement to match an expression with output from
8439 the program under debug.
8440 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8441 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8442 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8443 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8444 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8445
8446 2015-09-09 Doug Evans <dje@google.com>
8447
8448 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8449
8450 2015-09-09 Doug Evans <dje@google.com>
8451
8452 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8453
8454 2015-09-09 Doug Evans <dje@google.com>
8455
8456 * gdb.base/savedregs.exp: Fix typo.
8457
8458 2015-09-09 Pedro Alves <palves@redhat.com>
8459
8460 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8461
8462 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8463
8464 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8465 command actually switches threads. Give up on remaining
8466 tests if target fails to stop at breakpoint.
8467
8468 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8469
8470 * gdb.ada/funcall_char.exp: New testcase.
8471 * gdb.ada/funcall_char/foo.adb: New file.
8472
8473 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8474
8475 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8476 expected outputs. Add two testcases for completing ambiguous
8477 functions.
8478 * gdb.ada/complete/aux_pck.adb: New file.
8479 * gdb.ada/complete/aux_pck.ads: New file.
8480 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8481 Ambiguous_Func functions.
8482 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8483 * gdb.ada/complete/pck.adb: Likewise.
8484
8485 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8486
8487 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8488 failures to run the test program under GDB.
8489
8490 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8491
8492 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8493 to C.
8494
8495 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8496
8497 * gdb.base/run-after-attach.exp: New test file.
8498 * gdb.base/run-after-attach.c: New test file.
8499
8500 2015-08-26 Don Breazeal <donb@codesourcery.com>
8501
8502 * gdb.base/foll-exec-2.c: New test program.
8503 * gdb.base/foll-exec-2.exp: New test.
8504
8505 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8506
8507 * gdb.base/nested-subp1.exp: New file.
8508 * gdb.base/nested-subp1.c: New file.
8509 * gdb.base/nested-subp2.exp: New file.
8510 * gdb.base/nested-subp2.c: New file.
8511 * gdb.base/nested-subp3.exp: New file.
8512 * gdb.base/nested-subp3.c: New file.
8513
8514 2015-08-24 Pedro Alves <palves@redhat.com>
8515
8516 * gdb.server/connect-without-multi-process.c: New file.
8517 * gdb.server/connect-without-multi-process.exp: New file.
8518
8519 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8520
8521 * gdb.opt/inline-markers.c: Make z int.
8522
8523 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8524
8525 * gdb.opt/inline-markers.c: Make z volatile.
8526
8527 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8528
8529 * gdb.opt/inline-bt.c: New volatile global z.
8530 * gdb.opt/inline-cmds.c: Likewise.
8531 * gdb.opt/inline-locals.c: Likewise.
8532 * gdb.opt/inline-markers.c: New extern global z.
8533 (marker): Use z.
8534 (inline_fn): Likewise.
8535
8536 2015-08-24 Pedro Alves <palves@redhat.com>
8537
8538 * config/m32r-stub.exp: Remove file.
8539 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8540 * gdb.base/call-rt-st.exp: Likewise.
8541 * gdb.base/call-strs.exp: Likewise.
8542 * gdb.base/default.exp: Remove references to h8300-*-hms and
8543 *-*-udi*.
8544 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8545
8546 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8547
8548 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8549 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8550 and "return" use KFAIL when GDB can not read/write the vector
8551 return value.
8552
8553 2015-08-21 Gary Benson <gbenson@redhat.com>
8554
8555 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8556
8557 2015-08-20 Pedro Alves <palves@redhat.com>
8558
8559 * gdb.server/solib-list.exp: No longer expect an interior stop in
8560 non-stop mode.
8561
8562 2015-08-20 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.server/connect-stopped-target.c: New file.
8565 * gdb.server/connect-stopped-target.exp: New file.
8566
8567 2015-08-20 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.dwarf2/comp-unit-lang.exp: New file.
8570 * gdb.dwarf2/comp-unit-lang.c: New file.
8571
8572 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8573
8574 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8575 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8576
8577 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8578
8579 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8580 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8581
8582 2015-08-18 Doug Evans <dje@google.com>
8583 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8584
8585 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8586 skip_python_tests. New arg prompt_regexp.
8587 (skip_python_tests): New function.
8588 * lib/mi-support.exp (mi_skip_python_tests): New function.
8589 * gdb.python/py-mi-objfile-gdb.py: New file.
8590 * gdb.python/py-mi-objfile.c: New file.
8591 * gdb.python/py-mi-objfile.exp: New file.
8592
8593 2015-08-17 Keith Seitz <keiths@redhat.com>
8594
8595 * gdb.linespec/explicit.exp: Move strace test from here ...
8596 * gdb.trace/strace.exp: ... to here.
8597
8598 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8599
8600 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8601 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8602
8603 2015-08-14 Doug Evans <xdje42@gmail.com>
8604
8605 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8606 inferior before selecting a new file.
8607
8608 2015-08-14 Doug Evans <xdje42@gmail.com>
8609
8610 * gdb.mi/mi-disassemble.exp: Update.
8611 * gdb.base/disasm-optim.S: New file.
8612 * gdb.base/disasm-optim.c: New file.
8613 * gdb.base/disasm-optim.h: New file.
8614 * gdb.base/disasm-optim.exp: New file.
8615
8616 2015-08-14 Keith Seitz <keiths@redhat.com>
8617
8618 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8619 "evaluated-by".
8620
8621 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8622
8623 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8624
8625 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8626
8627 * gdb.ada/fun_renaming.exp: New testcase.
8628 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8629 * gdb.ada/fun_renaming/pack.adb: New file.
8630 * gdb.ada/fun_renaming/pack.ads: New file.
8631
8632 2015-08-12 Keith Seitz <keiths@redhat.com>
8633
8634 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8635 gdb_get_line_number.
8636
8637 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8638
8639 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8640 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8641 gdb.base/dso2dso.exp: New files.
8642
8643 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8644 Pedro Alves <palves@redhat.com>
8645 Keith Seitz <keiths@redhat.com>
8646
8647 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8648 GDBFLAGS.
8649
8650 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8651
8652 * gdb.base/gdbhistsize-history.exp
8653 (test_histsize_history_setting): Use save_vars.
8654 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8655 Use save_vars.
8656 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8657 * gdb.base/readline.exp: Use save_vars.
8658
8659 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8660
8661 * lib/gdb.exp (save_vars): New proc.
8662
8663 2015-08-11 Keith Seitz <keiths@redhat.com>
8664
8665 * gdb.base/help.exp: Update help_breakpoint_text.
8666
8667 2015-08-11 Keith Seitz <keiths@redhat.com>
8668
8669 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8670 (at toplevel): Call test_explicit_breakpoints.
8671 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8672 breakpoints.
8673 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8674 breakpoint conditions, "-cond".
8675
8676 2015-08-11 Keith Seitz <keiths@redhat.com>
8677
8678 * gdb.linespec/3explicit.c: New file.
8679 * gdb.linespec/cpexplicit.cc: New file.
8680 * gdb.linespec/cpexplicit.exp: New file.
8681 * gdb.linespec/explicit.c: New file.
8682 * gdb.linespec/explicit.exp: New file.
8683 * gdb.linespec/explicit2.c: New file.
8684 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8685 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8686 before using in the matching pattern.
8687 Clarify that `prefix' is a regular expression.
8688
8689 2015-08-11 Keith Seitz <keiths@redhat.com>
8690
8691 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8692 test.
8693 Add tests for missing ",FMT" and ",".
8694
8695 2015-08-10 Doug Evans <dje@google.com>
8696 Keith Seitz <keiths@redhat.com>
8697
8698 PR gdb/17960
8699 * gdb.base/completion.exp: Add location completer tests.
8700
8701 2015-08-07 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8704 tests here.
8705 (top level): Run do_test with and without displaced stepping.
8706
8707 2015-08-07 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.base/valgrind-disp-step.c: New file.
8710 * gdb.base/valgrind-disp-step.exp: New file.
8711
8712 2015-08-07 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8715 Delete function.
8716 (main): Add alarm. Run an infinite loop instead of calling
8717 wait_threads.
8718 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8719 comment.
8720 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8721 Delete function.
8722 (main): Add alarm. Run an infinite loop instead of calling
8723 wait_threads.
8724 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8725 comment.
8726
8727 2015-08-07 Pedro Alves <palves@redhat.com>
8728
8729 * gdb.base/checkpoint-ns.exp: New file.
8730 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8731 standard_testfile.
8732
8733 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8734
8735 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8736 * gdb.btrace/instruction_history.exp: Update.
8737 * gdb.btrace/tsx.exp: New.
8738 * gdb.btrace/tsx.c: New.
8739
8740 2015-08-06 Pedro Alves <palves@redhat.com>
8741
8742 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8743 increase timeout.
8744 * gdb.reverse/until-precsave.exp: Bump timeouts.
8745
8746 2015-08-06 Pedro Alves <palves@redhat.com>
8747
8748 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8749
8750 2015-08-06 Pedro Alves <palves@redhat.com>
8751
8752 PR gdb/18749
8753 * gdb.threads/process-dies-while-handling-bp.c: New file.
8754 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8755
8756 2015-08-06 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8759 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8760
8761 2015-08-05 Pedro Alves <palves@redhat.com>
8762
8763 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8764 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8765
8766 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8767
8768 * gdb.base/bp-permanent.exp: Report test as unsupported if
8769 the target cannot stop at the permanent breakpoint.
8770
8771 2015-08-03 Doug Evans <dje@google.com>
8772
8773 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8774 10000.
8775
8776 2015-08-03 Doug Evans <dje@google.com>
8777
8778 * Makefile.in (workers/%.worker, build-perf): New rule.
8779 (GDB_PERFTEST_MODE): New variable.
8780 (check-perf): Use it.
8781 (clean): Clean up gdb.perf parallel build subdirs.
8782 * lib/build-piece.exp: New file.
8783 * lib/gdb.exp (make_gdb_parallel_path): New function
8784 (standard_output_file, standard_temp_file): Call it.
8785 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8786 of $GDB_PARALLEL.
8787 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8788
8789 2015-08-03 Doug Evans <dje@google.com>
8790
8791 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8792 (LOG_FILE_NAME): New global.
8793 (TextReporter.__init__): Initialize self.txt_sum.
8794 (TextReporter.report): Add support for multiple data-points.
8795 Move report to perftest.sum, put raw data in perftest.log.
8796 (TextReporter.start): Open sum and log files.
8797 (TextReporter.end): Close sum and log files.
8798 * gdb.perf/lib/perftest/testresult.py
8799 (SingleStatisticTestResult.record): Handle multiple data-points.
8800
8801 2015-07-31 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8804 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8805 kill_wait_spawned_process instead of explicit "kill -9".
8806 * gdb.base/attach-pie-noexec.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/attach-twice.exp: Likewise.
8810 * gdb.base/attach.exp: Likewise.
8811 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8812 gdb_test_multiple.
8813 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8814 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8815 kill_wait_spawned_process.
8816 * gdb.base/valgrind-infcall.exp: Likewise.
8817 * gdb.multi/multi-attach.exp: Likewise.
8818 * gdb.python/py-prompt.exp: Likewise.
8819 * gdb.python/py-sync-interp.exp: Likewise.
8820 * gdb.server/ext-attach.exp: Likewise.
8821 * gdb.threads/attach-into-signal.exp (corefunc): Use
8822 spawn_wait_for_attach, spawn_id_get_pid and
8823 kill_wait_spawned_process.
8824 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8825 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8826 spawn_id_get_pid and kill_wait_spawned_process.
8827 * gdb.threads/attach-stopped.exp (corefunc): Use
8828 spawn_wait_for_attach, spawn_id_get_pid and
8829 kill_wait_spawned_process.
8830 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8831 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8832 kill_wait_spawned_process instead of explicit "kill -9".
8833 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8834 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8835 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8836 processes. Don't map cygwin/windows pids here. Now returns a
8837 spawn id list.
8838
8839 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8840
8841 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8842 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8843 correct patch.
8844
8845 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8846
8847 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8848
8849 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8850
8851 Reapply:
8852 2014-05-21 Mark Wielaard <mjw@redhat.com>
8853
8854 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8855
8856 2015-07-30 Pedro Alves <palves@redhat.com>
8857
8858 * linux-low.c (handle_extended_wait): Set the child's last
8859 reported status to TARGET_WAITKIND_STOPPED.
8860
8861 2015-07-30 Pedro Alves <palves@redhat.com>
8862
8863 PR threads/18600
8864 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8865 only shows inferior 1.
8866
8867 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8868 Pedro Alves <palves@redhat.com>
8869
8870 PR threads/18600
8871 * gdb.threads/fork-plus-threads.c: New file.
8872 * gdb.threads/fork-plus-threads.exp: New file.
8873
8874 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8875
8876 * gdb.base/batch-preserve-term-settings.exp
8877 (test_terminal_settings_preserved_after_cli_exit): Use
8878 send_quit_command.
8879
8880 2015-07-29 Pedro Alves <palves@redhat.com>
8881 Don Breazeal <donb@codesourcery.com>
8882
8883 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8884 output from both inferior_spawn_id and gdb_spawn_id.
8885
8886 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8887
8888 * gdb.threads/attach-into-signal.exp (corefunc): Use
8889 with_test_prefix on nested loops, uniquefying the test messages.
8890
8891 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8892
8893 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8894 commit.
8895
8896 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8897
8898 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8899 New proc.
8900 (test_terminal_settings_preserved_after_sigterm): New test.
8901
8902 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8903
8904 * gdb.base/batch-preserve-term-settings.exp
8905 (test_terminal_settings_preserved_after_cli_exit): New test.
8906
8907 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8908
8909 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8910 manipulation of saved_gdbflags.
8911 (test_terminal_settings_preserved): Remove global declaration of
8912 the unused variable pagination_prompt. Remove manipulation of
8913 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8914 GDBFLAGS.
8915
8916 2015-07-29 Pedro Alves <palves@redhat.com>
8917
8918 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8919
8920 2015-07-29 Pedro Alves <palves@redhat.com>
8921
8922 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8923 at the top.
8924
8925 2015-07-29 Pedro Alves <palves@redhat.com>
8926
8927 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8928 (main): Call gdb_unbuffer_output.
8929 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8930 (main): Call gdb_unbuffer_output.
8931 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8932 (main): Call gdb_unbuffer_output.
8933 * gdb.base/call-strs.exp: Adjust to step over the
8934 gdb_unbuffer_output call.
8935 * gdb.base/catch-gdb-caused-signals.c: Include
8936 "../lib/unbuffer_output.c".
8937 (main): Call gdb_unbuffer_output.
8938 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8939 (main): Call gdb_unbuffer_output.
8940 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8941 (main): Call gdb_unbuffer_output.
8942 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8943 (main): Call gdb_unbuffer_output.
8944 * gdb.base/shlib-call.exp: Adjust to step over the
8945 gdb_unbuffer_output call.
8946 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8947 (main): Call gdb_unbuffer_output.
8948 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8949 (main): Call gdb_unbuffer_output.
8950 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8951 (main): Rename to ...
8952 (test): ... this.
8953 (main): Reimplement.
8954 * gdb.base/varargs.exp: Run to test instead of to main.
8955 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8956 (main): Call gdb_unbuffer_output.
8957
8958 2015-07-29 Pedro Alves <palves@redhat.com>
8959
8960 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8961 factore out from mi_continue_dprintf. For call-style dprintfs,
8962 expect dprintf output out of $inferior_spawn_id.
8963 (mi_continue_dprintf): Use mi_expect_dprintf.
8964 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8965 (main): Call gdb_unbuffer_output.
8966
8967 2015-07-29 Pedro Alves <palves@redhat.com>
8968
8969 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8970 (default_mi_gdb_start): Set inferior_spawn_id instead of
8971 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8972 gdb_spawn_id.
8973 (mi_gdb_test): Always expect inferior output from both
8974 $inferior_spawn_id and $gdb_spawn_id.
8975
8976 2015-07-29 Pedro Alves <palves@redhat.com>
8977
8978 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8979 send_inferior and $inferior_spawn_id.
8980
8981 2015-07-29 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.gdb/complaints.exp (test_initial_complaints)
8984 (test_serial_complaints, test_short_complaints): Use
8985 gdb_test_stdio.
8986 (test_empty_complaint): Handle $inferior_spawn_id !=
8987 $gdb_spawn_id.
8988
8989 2015-07-29 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.base/varargs.exp: Use gdb_test_stdio.
8992
8993 2015-07-29 Pedro Alves <palves@redhat.com>
8994
8995 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8996
8997 2015-07-29 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9000
9001 2015-07-29 Pedro Alves <palves@redhat.com>
9002
9003 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9004 parameter into two new parameters, "inf_result" and "gdb_result".
9005 Expect inferior output and gdb output from $inferior_spawn_id and
9006 $gdb_spawn_id, respectively. Adjust all callers.
9007
9008 2015-07-29 Pedro Alves <palves@redhat.com>
9009
9010 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9011 of gdb_test_sequence.
9012
9013 2015-07-29 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9016 (saw_spurious_output): Expect inferior output from
9017 $inferior_spawn_id. Use gdb_test_stdio.
9018
9019 2015-07-29 Pedro Alves <palves@redhat.com>
9020
9021 * gdb.base/dprintf.exp: Use standard_testfile. Change
9022 prepare_for_testing call.
9023 (srcfile): Don't set.
9024 (restart): New procedure.
9025 (test_dprintf): New procecure, use to continue over dprintfs.
9026 (test_call, test_agent): New procedures, tests moved here.
9027 Restart gdb and recreate dprintfs. Adjust expected output.
9028
9029 2015-07-29 Pedro Alves <palves@redhat.com>
9030
9031 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9032
9033 2015-07-29 Pedro Alves <palves@redhat.com>
9034
9035 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9036
9037 2015-07-29 Pedro Alves <palves@redhat.com>
9038
9039 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9040 gdb_test_stdio.
9041
9042 2015-07-29 Pedro Alves <palves@redhat.com>
9043
9044 * lib/gdb.exp (gdb_test_stdio): New procedure.
9045
9046 2015-07-29 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9049
9050 2015-07-29 Pedro Alves <palves@redhat.com>
9051
9052 * gdb.base/call-signal-resume.exp: Remove check for
9053 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9054 * gdb.base/unwindonsignal.exp: Likewise.
9055 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9056 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9057
9058 2015-07-29 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.base/siginfo-addr.c (pass): New function.
9061 (handler): Call it iff si_addr is correct.
9062 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9063 Set a breakpoint at "pass" and continue to it.
9064
9065 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9066
9067 * gdb.python/py-objfile.exp: Make some tests have unique names.
9068 * gdb.python/py-pp-registration.exp: Likewise.
9069
9070 2015-07-28 Pedro Alves <palves@redhat.com>
9071
9072 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9073
9074 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9075
9076 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9077
9078 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9079
9080 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9081
9082 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9083
9084 * gdb.base/gdb-sigterm-2.exp: New test.
9085
9086 2015-07-25 Doug Evans <xdje42@gmail.com>
9087
9088 Revert:
9089 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9090 (workers/%.worker, build-perf): New rule.
9091 (GDB_PERFTEST_MODE): New variable.
9092 (check-perf): Use it.
9093 (clean): Clean up gdb.perf parallel build subdirs.
9094 * lib/build-piece.exp: New file.
9095 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9096 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9097 name.
9098 (standard_temp_file): Ditto.
9099 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9100 of $GDB_PARALLEL.
9101
9102 2015-07-24 Doug Evans <dje@google.com>
9103
9104 * gdb.perf/lib/perftest/utils.py: New file.
9105 * gdb.perf/gm-hello.cc: New file.
9106 * gdb.perf/gm-pervasive-typedef.cc: New file.
9107 * gdb.perf/gm-pervasive-typedef.h: New file.
9108 * gdb.perf/gm-std.cc: New file.
9109 * gdb.perf/gm-std.h: New file.
9110 * gdb.perf/gm-use-cerr.cc: New file.
9111 * gdb.perf/gm-utils.h: New file.
9112 * gdb.perf/gmonster-null-lookup.py: New file.
9113 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9114 * gdb.perf/gmonster-print-cerr.py: New file.
9115 * gdb.perf/gmonster-ptype-string.py: New file.
9116 * gdb.perf/gmonster-runto-main.py: New file.
9117 * gdb.perf/gmonster-select-file.py: New file.
9118 * gdb.perf/gmonster1-null-lookup.exp: New file.
9119 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9120 * gdb.perf/gmonster1-print-cerr.exp: New file.
9121 * gdb.perf/gmonster1-ptype-string.exp: New file.
9122 * gdb.perf/gmonster1-runto-main.exp: New file.
9123 * gdb.perf/gmonster1-select-file.exp: New file.
9124 * gdb.perf/gmonster1.cc: New file.
9125 * gdb.perf/gmonster1.exp: New file.
9126 * gdb.perf/gmonster2-null-lookup.exp: New file.
9127 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9128 * gdb.perf/gmonster2-print-cerr.exp: New file.
9129 * gdb.perf/gmonster2-ptype-string.exp: New file.
9130 * gdb.perf/gmonster2-runto-main.exp: New file.
9131 * gdb.perf/gmonster2-select-file.exp: New file.
9132 * gdb.perf/gmonster2.cc: New file.
9133 * gdb.perf/gmonster2.exp: New file.
9134
9135 2015-07-24 Doug Evans <dje@google.com>
9136
9137 * gdb.perf/README: New file.
9138 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9139 * lib/gen-perf-test.exp: New file.
9140
9141 2015-07-24 Doug Evans <dje@google.com>
9142
9143 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9144 (PerfTest::startup): New function.
9145 (PerfTest::run): Return result of calling body.
9146 (PerfTest::assemble): Rewrite.
9147 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9148 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9149 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9150 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9151 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9152
9153 2015-07-24 Doug Evans <dje@google.com>
9154
9155 * lib/gdb.exp (clean_restart): Make executable optional.
9156
9157 2015-07-24 Doug Evans <dje@google.com>
9158
9159 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9160 compiler_info references.
9161 * gdb.cp/temargs.exp: Ditto.
9162 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9163 (get_compiler_info): Early exit if already computed. Set compiler_info
9164 to "unknown" if there was a problem.
9165 (test_compiler_info): Add function comment. Call get_compiler_info.
9166
9167 2015-07-24 Doug Evans <dje@google.com>
9168
9169 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9170 (workers/%.worker, build-perf): New rule.
9171 (GDB_PERFTEST_MODE): New variable.
9172 (check-perf): Use it.
9173 (clean): Clean up gdb.perf parallel build subdirs.
9174 * lib/build-piece.exp: New file.
9175 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9176 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9177 name.
9178 (standard_temp_file): Ditto.
9179 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9180 of $GDB_PARALLEL.
9181
9182 2015-07-24 Doug Evans <dje@google.com>
9183
9184 * lib/future.exp (gdb_default_target_compile): New option
9185 "early_flags".
9186 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9187 --as-needed.
9188
9189 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9190
9191 * gdb.base/catch-syscall.exp: Call gdb_exit before
9192 gdb_skip_xml_test.
9193
9194 2015-07-24 Pedro Alves <palves@redhat.com>
9195
9196 * gdb.python/py-events.exp: Accept output between the stop event
9197 and the prompt.
9198 * gdb.python/py-evsignal.exp: Likewise.
9199 * gdb.python/py-evthreads.exp: Likewise.
9200
9201 2015-07-24 Pedro Alves <palves@redhat.com>
9202
9203 PR gdb/18717
9204 * gdb.threads/non-ldr-exit.c: New file.
9205 * gdb.threads/non-ldr-exit.exp: New file.
9206
9207 2015-07-24 Yao Qi <yao.qi@linaro.org>
9208
9209 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9210 restarting process.
9211
9212 2015-07-24 Yao Qi <yao.qi@linaro.org>
9213
9214 * gdb.server/ext-restart.exp: New file.
9215
9216 2015-07-24 Yao Qi <yao.qi@linaro.org>
9217
9218 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9219 argument options.
9220 * gdb.server/ext-wrapper.exp: New file.
9221
9222 2015-07-23 Doug Evans <dje@google.com>
9223
9224 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9225 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9226
9227 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9228
9229 * gdb.ada/var_arr_typedef.exp: New testcase.
9230 * gdb.ada/var_arr_typedef/pack.adb: New file.
9231 * gdb.ada/var_arr_typedef/pack.ads: New file.
9232 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9233
9234 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9235
9236 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9237
9238 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9239
9240 * gdb.arch/i386-biarch-core.exp: Replace istarget
9241 by "complete set gnutarget". Remove expectation for the "core-file"
9242 command.
9243
9244 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9245
9246 Revert the previous commit:
9247 Tests for validate symbol file using build-id.
9248
9249 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9250
9251 Tests for validate symbol file using build-id.
9252 * gdb.base/solib-mismatch-lib.c: New file.
9253 * gdb.base/solib-mismatch-libmod.c: New file.
9254 * gdb.base/solib-mismatch.c: New file.
9255 * gdb.base/solib-mismatch.exp: New file.
9256
9257 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9258
9259 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9260 nios2-*-linux*.
9261 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9262 * gdb.base/siginfo.exp: Likewise.
9263 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9264
9265 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9266
9267 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9268 Move it to ...
9269 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9270 ... here.
9271 * gdb.trace/range-stepping.exp: Check that the target supports
9272 range stepping.
9273
9274 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9275
9276 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9277
9278 2015-07-14 Pedro Alves <palves@redhat.com>
9279
9280 * gdb.base/killed-outside.exp: New file.
9281 * gdb.base/killed-outside.c: New file.
9282
9283 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9284
9285 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9286 (n at main): New.
9287 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9288
9289 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9290
9291 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9292 infcall tests instead of setting up for KFAIL.
9293
9294 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9295
9296 * gdb.btrace/record_goto-step.exp: New.
9297
9298 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9299
9300 PR compile/18484
9301 * gdb.compile/compile.c (struct struct_type): Add volatile to
9302 selffield's type.
9303 * gdb.compile/compile.exp
9304 (compile code struct_object.selffield = &struct_object): Skip further
9305 struct_object tests if this one xfails.
9306
9307 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9308
9309 PR exp/18617
9310 * gdb.trace/ax.exp: Add test.
9311
9312 2015-07-07 Yao Qi <yao.qi@linaro.org>
9313
9314 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9315 instead of istarget "aarch64*-*-*".
9316 * gdb.arch/aarch64-fp.exp: Likewise.
9317 * gdb.base/float.exp: Likewise.
9318 * gdb.reverse/aarch64.exp: Likewise.
9319 * lib/gdb.exp (is_aarch64_target): New proc.
9320
9321 2015-07-07 Yao Qi <yao.qi@linaro.org>
9322
9323 * lib/gdb.exp (is_aarch32_target): New proc.
9324 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9325 instead of "istarget "arm*-*-*"".
9326 * gdb.arch/arm-disp-step.exp: Likewise.
9327 * gdb.arch/thumb-bx-pc.exp: Likewise.
9328 * gdb.arch/thumb-prologue.exp: Likewise.
9329 * gdb.arch/thumb-singlestep.exp: Likewise.
9330 * gdb.base/disp-step-syscall.exp: Likewise.
9331 * gdb.base/float.exp: Likewise.
9332
9333 2015-07-07 Yao Qi <yao.qi@linaro.org>
9334
9335 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9336 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9337
9338 2015-07-07 Yao Qi <yao.qi@linaro.org>
9339
9340 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9341 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9342 if it exists.
9343 * gdb.multi/multi-arch.exp: Likewise.
9344
9345 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9346
9347 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9348 print.
9349
9350 2015-07-07 Yao Qi <yao.qi@linaro.org>
9351
9352 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9353
9354 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9355
9356 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9357 '[' and ']' characters.
9358
9359 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9360
9361 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9362
9363 2015-06-29 Pedro Alves <palves@redhat.com>
9364
9365 PR threads/18127
9366 * gdb.threads/hand-call-new-thread.c: New file.
9367 * gdb.threads/hand-call-new-thread.c: New file.
9368
9369 2015-06-26 Keith Seitz <keiths@redhat.com>
9370 Doug Evans <dje@google.com>
9371
9372 PR 16253
9373 * gdb.cp/var-tag-2.cc: New file.
9374 * gdb.cp/var-tag-3.cc: New file.
9375 * gdb.cp/var-tag-4.cc: New file.
9376 * gdb.cp/var-tag.cc: New file.
9377 * gdb.cp/var-tag.exp: New file.
9378
9379 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9380
9381 * gdb.base/history-duplicates.exp: New test.
9382
9383 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9384
9385 * gdb.base/completion.exp: Test the completion of the "focus"
9386 command.
9387
9388 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 * gdb.arch/amd64-prologue-skip.S: New file.
9391 * gdb.arch/amd64-prologue-skip.exp: New file.
9392
9393 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9394
9395 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9396 is_address_zero_readable check.
9397
9398 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9399
9400 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9401 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9402
9403 2015-06-24 Yao Qi <yao.qi@linaro.org>
9404
9405 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9406 linux targets.
9407
9408 2015-06-24 Yao Qi <yao.qi@linaro.org>
9409
9410 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9411 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9412 * gdb.base/siginfo-thread.exp: Likewise.
9413
9414 2015-06-22 Yao Qi <yao.qi@linaro.org>
9415
9416 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9417
9418 2015-06-22 Yao Qi <yao.qi@linaro.org>
9419
9420 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9421 aarch64*-*-*.
9422 (skip_hw_watchpoint_tests): Likewise.
9423
9424 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9425
9426 * gdb.base/gdbinit-history.exp: Test the interaction between
9427 setting GDBHISTSIZE and setting the history size via .gdbinit.
9428
9429 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9430
9431 PR gdb/16999
9432 * gdb.base/gdbhistsize-history.exp: New test.
9433
9434 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9435
9436 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9437 with GDBHISTSIZE.
9438 * gdb.base/readline.exp: Likewise.
9439
9440 2015-06-17 Yao Qi <yao.qi@linaro.org>
9441
9442 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9443 line.
9444
9445 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9446
9447 * gdb.base/gdbinit-history.exp: Add test case to check that
9448 an unlimited history file does not get truncated on exit.
9449
9450 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9451
9452 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9453 (VECTOR): New macro. Use it...
9454 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9455 ...for these typedefs.
9456 (int8, char1, int1, double1): New typedefs.
9457 (struct just_int2, struct two_int2): New structures.
9458 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9459 (add_structvecs, add_singlevecs): New functions.
9460 (main): Call add_some_intvecs twice.
9461 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9462 the compile and exit upon failure. Try compiling for the "native"
9463 architecture. Test inferior function calls with vector arguments
9464 and vector return value handling with "finish" and "return".
9465
9466 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9467
9468 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9469 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9470 PE file.
9471 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9472
9473 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9474
9475 PR breakpoints/16465
9476 * gdb.mi/mi-dprintf-pending.c: New file.
9477 * gdb.mi/mi-dprintf-pending.exp: New test.
9478 * gdb.mi/mi-dprintf-pendshr.c: New file.
9479
9480 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9481 Mircea Gherzan <mircea.gherzan@intel.com>
9482
9483 * gdb.arch/i386-mpx-map.c: New file.
9484 * gdb.arch/i386-mpx-map.exp: New File.
9485
9486 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9487
9488 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9489 * gdb.arch/i386-mpx.exp: Indentation fixed.
9490
9491 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9492
9493 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9494 function and improved indentation.
9495 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9496 gdb_test_multiple. Added additional tests to skip the test.
9497
9498 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9499
9500 * gdb.arch/i386-avx512.c: Change path in include file.
9501 * gdb.arch/i386-avx512.exp: Change include dir path
9502 compilation flag.
9503 * gdb.arch/i386-mpx.c: Change path in include file.
9504 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9505 flag.
9506
9507 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9508
9509 * gdb.compile/compile-print.exp (compile print *vararray@3)
9510 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9511
9512 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9513
9514 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9515 (do not keep jit in memory): ... this.
9516 (expect 5): Change it to ...
9517 (expect no 5): ... this.
9518
9519 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9520
9521 PR gdb/15564
9522 * gdb.mi/mi-detach.exp: New file.
9523
9524 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9525
9526 PR symtab/18392
9527 * gdb.arch/amd64-tailcall-self.S: New file.
9528 * gdb.arch/amd64-tailcall-self.c: New file.
9529 * gdb.arch/amd64-tailcall-self.exp: New file.
9530
9531 2015-05-28 Don Breazeal <donb@codesourcery.com>
9532
9533 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9534 tests for remote targets by checking is_target_gdbserver.
9535
9536 2015-05-27 Doug Evans <dje@google.com>
9537
9538 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9539 * gdb.dwarf2/opaque-type-lookup.c: New file.
9540 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9541
9542 2015-05-26 Doug Evans <dje@google.com>
9543
9544 * gdb.cp/iostream.cc: New file.
9545 * gdb.cp/iostream.exp: New file.
9546
9547 2015-05-26 Doug Evans <dje@google.com>
9548
9549 * gdb.dwarf2/dw2-op-call.exp: Update.
9550 * gdb.dwarf2/dw4-sig-types.exp: Update.
9551 * gdb.dwarf2/implptr.exp: Update.
9552 * gdb.mi/mi-cmd-param-changed.exp: Update.
9553
9554 2015-05-26 Doug Evans <dje@google.com>
9555
9556 * gdb.python/py-lazy-string.c: New file.
9557 * gdb.python/py-lazy-string.exp: New file.
9558 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9559 (main): Update. Add estring3.
9560 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9561 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9562
9563 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9564 Yao Qi <yao.qi@linaro.org>
9565
9566 * gdb.reverse/aarch64.c: New.
9567 * gdb.reverse/aarch64.exp: New.
9568
9569 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9570
9571 * lib/gdb.exp (supports_process_record): Return true for
9572 aarch64*-linux*.
9573 (supports_reverse): Likewise.
9574
9575 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9576
9577 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9578 Use with_test_prefix.
9579
9580 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9581
9582 * gdb.base/completion.exp: Add test for completion of layout
9583 names.
9584
9585 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9586
9587 * lib/gdb.exp (skip_tui_tests): New proc.
9588 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9589
9590 2015-05-19 Pedro Alves <palves@redhat.com>
9591
9592 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9593 Save the whole env array instead of just HOME. Unset HISTSIZE in
9594 the environment while testing. Restore whole environment
9595 afterwards.
9596
9597 2015-05-16 Doug Evans <xdje42@gmail.com>
9598
9599 * gdb.guile/scm-ports.c: New file.
9600 * gdb.guile/scm-ports.exp: Add memory port tests.
9601
9602 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9603
9604 * gdb.compile/compile-print.c: New file.
9605 * gdb.compile/compile-print.exp: New file.
9606
9607 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9608
9609 * gdb.compile/compile-ops.exp: Cast param to void.
9610 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9611 (compile code struct_object.selffield = &struct_object): Add xfail.
9612
9613 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9614
9615 * gdb.ada/arr_enum_with_gap: New testcase.
9616
9617 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9618
9619 * gdb.ada/byte_packed_arr: New testcase.
9620
9621 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9622
9623 * gdb.ada/pckd_neg: New testcase.
9624
9625 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9626
9627 PR gdb/17820
9628 * gdb.base/gdbinit-history.exp: New test.
9629 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9630 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9631
9632 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9633
9634 * gdb.python/py-xmethods.cc: Enhance test case.
9635 * gdb.python/py-xmethods.exp: New tests.
9636 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9637 function.
9638 (B_indexoper): Likewise.
9639 (global_dm_list) : Add new xmethod worker functions.
9640
9641 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9642
9643 * gdb.base/coredump-filter.exp: Correctly unset
9644 "coredump_var_addr" array.
9645
9646 2015-05-08 Pedro Alves <palves@redhat.com>
9647
9648 * gdb.server/non-existing-program.exp: Unset spawn_id.
9649
9650 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9651
9652 PR python/18291
9653 * gdb.python/py-xmethods.exp: Add tests.
9654
9655 2015-05-08 Yao Qi <yao.qi@linaro.org>
9656
9657 PR gdb/18208
9658 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9659 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9660 function set_coredump_filter, and remove remote_exec call.
9661 Remove argument ipid. Callers update.
9662 (top level): Don't get inferior's PID.
9663
9664 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9665
9666 * gdb.base/watch_thread_num.exp: Skip test on targets without
9667 access watchpoints.
9668
9669 2015-05-06 Pedro Alves <palves@redhat.com>
9670
9671 PR server/18081
9672 * gdb.server/non-existing-program.exp: New file.
9673
9674 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9675
9676 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9677
9678 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9679
9680 * gdb.ada/out_of_line_in_inlined: New testcase.
9681
9682 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9683
9684 * gdb.ada/var_rec_arr: New testcase.
9685
9686 2015-04-30 Yao Qi <yao.qi@linaro.org>
9687
9688 * gdb.base/break-idempotent.exp: If
9689 skip_hw_watchpoint_multi_tests returns true, skip the tests
9690 on "rwatch" and "awatch".
9691
9692 2015-04-30 Yao Qi <yao.qi@linaro.org>
9693
9694 * gdb.base/relativedebug.exp: Invoke gdb command
9695 "info sharedlibrary", and if libc.so doesn't have debug info,
9696 skip the test.
9697
9698 2015-04-29 Doug Evans <dje@google.com>
9699
9700 * gdb.python/py-xmethods.exp: Add ptype tests.
9701 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9702 get_result_type method.
9703
9704 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9705
9706 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9707 the target does not support hardware watchpoints.
9708
9709 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9710
9711 * gdb.base/break-always.exp: Abort testing if writing to memory
9712 causes an error.
9713
9714 2015-04-28 Doug Evans <dje@google.com>
9715
9716 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9717 * gdb.python/py-pp-registration.exp: ... here. New file.
9718 * gdb.python/py-pp-registration.c: New file.
9719 * gdb.python/py-pp-registration.py: New file.
9720
9721 2015-04-28 Doug Evans <dje@google.com>
9722
9723 * gdb.python/py-bad-printers.c: New file.
9724 * gdb.python/py-bad-printers.py: New file.
9725 * gdb.python/py-bad-printers.exp: New file.
9726
9727 2015-04-28 Sasha Smundak <asmundak@google.com>
9728
9729 * gdb.python/py-type.exp: New test.
9730
9731 2015-04-28 Andy Wingo <wingo@igalia.com>
9732
9733 * gdb.python/py-parameter.exp:
9734 * gdb.guile/scm-parameter.exp: Escape the path that we are
9735 matching against, as it might contain characters that are special
9736 to regular expressions.
9737
9738 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9739
9740 * gdb.ada/rec_comp: New testcase.
9741
9742 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9743
9744 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9745 before using it.
9746
9747 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9748
9749 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9750 new tests for verilog output.
9751
9752 2015-04-24 Yao Qi <yao.qi@linaro.org>
9753
9754 * boards/remote-gdbserver-on-localhost.exp: New file.
9755
9756 2015-04-23 Pedro Alves <palves@redhat.com>
9757
9758 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9759 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9760 "end of file", remove $inferior_spawn_id from the indirect list.
9761
9762 2015-04-23 Pedro Alves <palves@redhat.com>
9763
9764 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9765
9766 2015-04-23 Pedro Alves <palves@redhat.com>
9767
9768 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9769 on $any_spawn_id instead of only on $gdb_spawn_id.
9770
9771 2015-04-21 Pierre Muller <muller@sourceware.org>
9772
9773 PR pascal/17815
9774 * lib/pascal.exp (gpc_compile): Add new option "class".
9775 (fpc_compile): Likewise.
9776 * gdb.pascal/case-insensitive-symbols.pas: New file.
9777 * gdb.pascal/case-insensitive-symbols.exp: New file.
9778
9779 2015-04-20 Gary Benson <gbenson@redhat.com>
9780
9781 * gdb.base/attach.exp: Fix three extended remote failures.
9782
9783 2015-04-17 Gary Benson <gbenson@redhat.com>
9784
9785 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9786 the main executable over the remote protocol.
9787
9788 2015-04-16 Pedro Alves <palves@redhat.com>
9789
9790 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9791 a new gdbserver if gdbserver_reconnect_p is set.
9792
9793 2015-04-16 Pedro Alves <palves@redhat.com>
9794
9795 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9796 is set, don't exit gdbserver.
9797
9798 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9799
9800 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9801 appropriate .insn, such that an older assembler can be used.
9802 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9803 the z/Architecture instruction set on 31-bit targets as well.
9804
9805 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9806
9807 * gdb.go/handcall.exp: Remove all logic related to the first
9808 breakpoint and rely on go_runto_main instead.
9809 * gdb.go/strings.exp: Likewise.
9810 * gdb.go/unsafe.exp: Likewise.
9811 * gdb.go/hello.exp: Likewise. Also rename the remaining
9812 breakpoint marker to "breakpoint 1".
9813 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9814 * gdb.go/strings.go: Likewise.
9815 * gdb.go/unsafe.go: Likewise.
9816 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9817 "set breakpoint 2 here" and rename the remaining breakpoint marker
9818 to "breakpoint 1".
9819
9820 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9821
9822 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9823 if itertools.imap is not present.
9824 * gdb.python/py-objfile.exp: Add parentheses.
9825 * gdb.python/py-type.exp: Same.
9826 * gdb.python/py-unwind-maint.py: Same.
9827
9828 2015-04-15 Yao Qi <yao.qi@linaro.org>
9829
9830 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9831 of ":$ptr_size" and set its form explicitly.
9832
9833 2015-04-15 Pedro Alves <palves@redhat.com>
9834 Yao Qi <yao.qi@linaro.org>
9835
9836 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9837 timeout by factor of 4.
9838 (test_regular_watch): Likewise.
9839 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9840 * gdb.reverse/sigall-reverse.exp: Likewise.
9841 * gdb.reverse/until-precsave.exp: Likewise.
9842 * lib/gdb.exp (with_timeout_factor): New proc.
9843 (gdb_expect): Move some code to ...
9844 (get_largest_timeout): ... here. New procedure.
9845
9846 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9847
9848 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9849
9850 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9851
9852 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9853 to write to the .text section.
9854
9855 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9856
9857 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9858 Handle the case of targets that do not provide PID information.
9859
9860 2015-04-13 Yao Qi <yao.qi@linaro.org>
9861
9862 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9863 and use expect instead of gdb_expect.
9864
9865 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9866
9867 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9868 "coredump_var_addr" to avoid naming conflict with other testcases.
9869
9870 2015-04-10 Pedro Alves <palves@redhat.com>
9871
9872 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9873 gdb_test_sequence and gdb_assert.
9874
9875 2015-04-10 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9878 test messages that don't include the breakpoint address.
9879
9880 2015-04-10 Yao Qi <yao.qi@linaro.org>
9881
9882 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9883 false for some offset and width combinations which aren't
9884 supported by linux kernel.
9885
9886 2015-04-10 Pedro Alves <palves@redhat.com>
9887
9888 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9889 procedure, factored out from ...
9890 (top level): ... here. Add "set displaced-stepping" testing axis.
9891 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9892 parameter "displaced". Use it.
9893 (top level): Use foreach and add "set displaced-stepping" testing
9894 axis.
9895
9896 2015-04-10 Pedro Alves <palves@redhat.com>
9897
9898 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9899 Remove comment.
9900 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9901 both the address of the instruction that triggers the watchpoint
9902 and the address of the instruction immediately after, and use
9903 those addresses for the test. Fix comment.
9904
9905 2015-04-10 Pedro Alves <palves@redhat.com>
9906
9907 * gdb.base/sigstep.exp (breakpoint_to_handler)
9908 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9909 Test "backtrace" in handler.
9910 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9911 (top level): Add new "displaced" test axis to
9912 breakpoint_to_handler, breakpoint_to_handler_entry and
9913 breakpoint_over_handler.
9914
9915 2015-04-10 Pedro Alves <palves@redhat.com>
9916
9917 PR gdb/18216
9918 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9919
9920 2015-04-10 Yao Qi <yao.qi@linaro.org>
9921
9922 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9923 (test_add_rn_pc): New function.
9924 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9925 (top level): Invoke test_add_rn_pc.
9926
9927 2015-04-10 Pedro Alves <palves@redhat.com>
9928
9929 PR gdb/13858
9930 * gdb.base/step-over-no-symbols.exp: New file.
9931
9932 2015-04-09 Andy Wingo <wingo@igalia.com>
9933
9934 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9935 after the Python tests.
9936
9937 2015-04-08 Keith Seitz <keiths@redhat.com>
9938
9939 PR python/16699
9940 * gdb.python/py-completion.exp: New tests for completion.
9941 * gdb.python/py-completion.py (CompleteLimit1): New class.
9942 (CompleteLimit2): Likewise.
9943 (CompleteLimit3): Likewise.
9944 (CompleteLimit4): Likewise.
9945 (CompleteLimit5): Likewise.
9946 (CompleteLimit6): Likewise.
9947 (CompleteLimit7): Likewise.
9948
9949 2015-04-08 Pedro Alves <palves@redhat.com>
9950
9951 PR gdb/18214
9952 PR gdb/18216
9953 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9954 function.
9955 (main): Install it as SIGUSR1 handler.
9956 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9957 parameter. Always use "setup" as prefix. Toggle "set
9958 displaced-stepping" off/on depending on global. Don't switch to
9959 thread 1 here.
9960 (top level): Add displaced stepping "off/on" test axis. Update
9961 "setup" calls. Wrap each subtest with with_test_prefix. Test
9962 continuing with a queued signal in each thread.
9963
9964 2015-04-08 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9967 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9968 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9969 Return early if running to main fails.
9970 * gdb.trace/while-stepping.exp: Likewise.
9971
9972 2015-04-07 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9975 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9976 interact with inferior program.
9977
9978 2015-04-07 Pedro Alves <palves@redhat.com>
9979
9980 * lib/gdb.exp (inferior_spawn_id): New global.
9981 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9982 spawn id after processing the user code.
9983 (default_gdb_start): Set inferior_spawn_id.
9984 (send_inferior): New procedure.
9985 * lib/gdbserver-support.exp (gdbserver_start): Set
9986 inferior_spawn_id.
9987 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9988
9989 2015-04-07 Pedro Alves <palves@redhat.com>
9990
9991 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9992 * lib/gdbserver-support.exp (gdbserver_start): Make
9993 $server_spawn_id global.
9994 (gdbserver_start): Don't wait for gdbserver's spawn id with
9995 expect_background.
9996 (close_gdbserver): New procedure.
9997 (gdb_exit): Rename the default version and reimplement.
9998
9999 2015-04-07 Pedro Alves <palves@redhat.com>
10000
10001 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10002 append the substituted item, not the original item.
10003
10004 2015-04-07 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10007 gdb_expect.
10008
10009 2015-04-07 Pedro Alves <palves@redhat.com>
10010
10011 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10012 output appearing once only.
10013
10014 2015-04-07 Pedro Alves <palves@redhat.com>
10015
10016 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10017 that doesn't expect anything. Return early if running to main
10018 fails.
10019
10020 2015-04-07 Yao Qi <yao.qi@linaro.org>
10021
10022 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10023 (child_function): Call alarm.
10024 (main): Move call to alarm into the loop.
10025 * gdb.threads/non-stop-fair-events.exp: Build program with
10026 -DTIMEOUT=$timeout.
10027
10028 2015-04-06 Doug Evans <xdje42@gmail.com>
10029
10030 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10031 Fix dest parameter to board_info.
10032 (fpc_compile): Ditto.
10033 (gdb_compile_pascal): Rename dest arg to destfile.
10034
10035 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10036
10037 * gdb.ada/funcall_ref.exp: New file.
10038 * gdb.ada/funcall_ref/foo.adb: New file.
10039
10040 2015-04-02 Yao Qi <yao.qi@linaro.org>
10041
10042 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10043 is remote.
10044
10045 2015-04-02 Gary Benson <gbenson@redhat.com>
10046
10047 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10048
10049 2015-04-01 Sasha Smundak <asmundak@google.com>
10050
10051 * gdb.python/py-unwind-maint.c: New file.
10052 * gdb.python/py-unwind-maint.exp: New test.
10053 * gdb.python/py-unwind-maint.py: New file.
10054 * gdb.python/py-unwind.c: New file.
10055 * gdb.python/py-unwind.exp: New test.
10056 * gdb.python/py-unwind.py: New test.
10057
10058 2015-04-01 Pedro Alves <palves@redhat.com>
10059
10060 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10061 to fail instead of non-existent $test.
10062
10063 2015-04-01 Pedro Alves <palves@redhat.com>
10064
10065 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10066 GDBFLAGS if not empty.
10067
10068 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10069
10070 * gdb.ada/complete.exp: Remove "multi_line".
10071 * gdb.ada/info_exc.exp: Remove "multi_line".
10072 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10073 * gdb.ada/ptype_field.exp: Remove "multi_line".
10074 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10075 * gdb.ada/tagged.exp: Remove "multi_line".
10076 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10077 [multi_line ...]
10078 * gdb.btrace/delta.exp: Likewise.
10079 * gdb.btrace/exception.exp: Likewise.
10080 * gdb.btrace/function_call_history.exp: Likewise.
10081 * gdb.btrace/instruction_history.exp: Likewise.
10082 * gdb.btrace/nohist.exp: Likewise.
10083 * gdb.btrace/record_goto.exp: Likewise.
10084 * gdb.btrace/segv.exp: Likewise.
10085 * gdb.btrace/stepi.exp: Likewise.
10086 * gdb.btrace/tailcall.exp: Likewise.
10087 * gdb.btrace/unknown_functions.exp: Likewise.
10088 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10089 * lib/gdb.exp: Add the "multi_line" helper.
10090
10091 2015-04-01 Pedro Alves <palves@redhat.com>
10092
10093 * gdb.threads/tid-reuse.c: New file.
10094 * gdb.threads/tid-reuse.exp: New file.
10095
10096 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10097
10098 PR corefiles/16092
10099 * gdb.base/coredump-filter.c: New file.
10100 * gdb.base/coredump-filter.exp: Likewise.
10101
10102 2015-03-27 Petr Machata <pmachata@redhat.com>
10103
10104 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10105 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10106 (Dwarf::assemble): Initialize them.
10107 (Dwarf::lines): New function.
10108
10109 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10110
10111 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10112 SYMBOL_PREFIX for x86_64-*-cygwin.
10113
10114 2015-03-26 Andy Wingo <wingo@igalia.com>
10115
10116 PR symtab/18148
10117 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10118 const_value but not a location.
10119 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10120 location defined in non-main CUs are visible.
10121
10122 2015-03-26 Yao Qi <yao.qi@linaro.org>
10123
10124 PR testsuite/18139
10125 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10126 Add a line number entry for the same line.
10127 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10128 Add a line number entry for the same line.
10129
10130 2015-03-26 Yao Qi <yao.qi@linaro.org>
10131
10132 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10133 .int 0.
10134 (func): Likewise. Add .Lfunc_1 label.
10135 Use .Lfunc_1 label.
10136 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10137 .int 0.
10138 (func): Likewise.
10139 Use .Lfunc_1 label.
10140
10141 2015-03-26 Yao Qi <yao.qi@linaro.org>
10142
10143 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10144 Call gdb_compile instead to compile each .s files without debug
10145 information.
10146
10147 2015-03-26 Yao Qi <yao.qi@linaro.org>
10148
10149 * gdb.base/savedregs.exp (process_saved_regs): Make
10150 "Saved registers:" optional in the pattern.
10151
10152 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10153
10154 * gdb.btrace/next.exp: Merged into step.exp.
10155 * gdb.btrace/finish.exp: Merged into step.exp.
10156 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10157 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10158 "record goto" and checking the exact replay position.
10159 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10160 check for "Recording format" in "info record" output.
10161 * gdb.btrace/record_goto.exp: Choose test file based on target.
10162 * gdb.btrace/x86-record_goto.S: Renamed into ...
10163 * gdb.btrace/x86_64-record_goto.S: ... this.
10164 * gdb.btrace/i686-record_goto.S: New.
10165 * gdb.btrace/x86-tailcall.S: Renamed into ...
10166 * gdb.btrace/x86_64-tailcall.S: ... this.
10167 * gdb.btrace/i686-tailcall.S: New.
10168 * gdb.btrace/x86-tailcall.c: Renamed into ...
10169 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10170 separate statements. Update test.
10171 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10172 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10173 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10174 * gdb.btrace/tailcall.exp: Choose test file based on target.
10175 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10176
10177 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10178
10179 * gdb.btrace/exception.exp: Increase BTS buffer size.
10180
10181 2015-03-24 Pedro Alves <palves@redhat.com>
10182
10183 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10184
10185 2015-03-24 Pedro Alves <palves@redhat.com>
10186
10187 * gdb.threads/schedlock.exp (test_step): No longer expect that
10188 "set scheduler-locking step" with "next" over a function call runs
10189 threads unlocked.
10190
10191 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10192
10193 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10194
10195 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10196
10197 PR breakpoints/16466
10198 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10199 * gdb.mi/mi-pending.c (thread_func): New function.
10200 (int main): Add threading support required.
10201 * gdb.mi/mi-pending.exp: Add tests for this issue.
10202 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10203 (pendfunc2): Remove stdio dependency.
10204 * gdb.mi/mi-pendshr2.c: New file.
10205
10206 2015-03-23 Keith Seitz <keiths@redhat.com>
10207
10208 * gdb.linespec/keywords.c: New file.
10209 * gdb.linespec/keywords.exp: New file.
10210
10211 2015-03-23 Keith Seitz <keiths@redhat.com>
10212
10213 PR gdb/18021
10214 * gdb.dwarf2/staticvirtual.exp: New test.
10215
10216 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10217
10218 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10219 * README: Remove HP-UX and gdb.hp.
10220 (configuration):
10221 * configure: Regenerate.
10222 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10223 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10224 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10225 gdb.hp/gdb.defects/Makefile.
10226 * gdb.hp/Makefile.in: File deleted.
10227 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10228 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10229 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10230 * gdb.hp/gdb.aCC/run.c: File deleted.
10231 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10232 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10233 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10234 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10235 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10236 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10237 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10238 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10239 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10240 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10241 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10242 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10243 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10244 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10245 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10246 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10247 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10248 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10249 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10250 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10251 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10252 * gdb.hp/gdb.compat/average.c: File deleted.
10253 * gdb.hp/gdb.compat/sum.c: File deleted.
10254 * gdb.hp/gdb.compat/xdb.c: File deleted.
10255 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10256 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10257 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10258 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10259 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10260 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10261 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10262 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10263 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10264 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10265 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10266 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10267 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10268 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10269 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10270 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10271 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10272 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10273 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10274 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10275 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10276 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10277 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10278 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10279 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10280 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10281 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10282 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10283 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10284 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10285 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10286 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10287 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10288 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10289 * gdb.hp/tools/odump: File deleted.
10290
10291 2015-03-19 Pedro Alves <palves@redhat.com>
10292
10293 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10294 (saw_thread_3): New globals.
10295 (top level): Increment them when an event for the corresponding
10296 thread is seen.
10297 (no thread starvation): New test.
10298
10299 2015-03-19 Pedro Alves <palves@redhat.com>
10300
10301 * gdb.threads/continue-pending-status.c: New file.
10302 * gdb.threads/continue-pending-status.exp: New file.
10303
10304 2015-03-18 Pedro Alves <palves@redhat.com>
10305
10306 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10307 Use gdb_is_target_remote instead of is_remote. Use
10308 gdb_test_multiple instead of gdb_expect. Exit early if
10309 gdb_test_multiple hits its internal matches. Tighten stepi tests
10310 expected output. Fail on exit with any signal, instead of just
10311 SIGILL.
10312
10313 2015-03-18 Yao Qi <yao.qi@linaro.org>
10314
10315 PR tdep/18107
10316 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10317 variable.
10318 * gdb.base/catch-syscall.exp: Don't skip it on
10319 aarch64*-*-linux* target. Remove elements in all_syscalls.
10320 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10321 target.
10322 (setup_all_syscalls): New proc.
10323
10324 2015-03-16 Yao Qi <yao.qi@linaro.org>
10325
10326 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10327 (top level): Skip tests if valid_addr_p returns false for
10328 $cmd1 or $cmd2.
10329
10330 2015-03-11 Andy Wingo <wingo@igalia.com>
10331
10332 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10333
10334 2015-03-11 Yao Qi <yao.qi@linaro.org>
10335
10336 * gdb.base/catch-syscall.exp: Fix typo in comments.
10337
10338 2015-03-11 Yao Qi <yao.qi@linaro.org>
10339
10340 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10341
10342 2015-03-09 Pedro Alves <palves@redhat.com>
10343
10344 * dg-extract-results.py: Delete.
10345
10346 2015-03-09 Pedro Alves <palves@redhat.com>
10347
10348 Merge dg-extract-results.sh from GCC upstream (r218843).
10349
10350 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10351 * dg-extract-results.sh: Use --text with grep to avoid issues with
10352 binary files. Fall back to cat -v, if that doesn't work.
10353
10354 2015-03-05 Pedro Alves <palves@redhat.com>
10355
10356 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10357
10358 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10359
10360 * lib/mi-support.exp (mi_expect_interrupt): Accept
10361 alternative event for when in all-stop mode.
10362
10363 2015-03-04 Pedro Alves <palves@redhat.com>
10364
10365 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10366
10367 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10368
10369 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10370
10371 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10372
10373 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10374 regexps for GDB's current line display, accept a hex address
10375 preceding the line number.
10376
10377 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10378
10379 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10380 the 'arch1' variable for "s390*-linux*" targets.
10381
10382 2015-03-04 Pedro Alves <palves@redhat.com>
10383
10384 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10385 (main): Pass missing retval argument to pthread_join call.
10386
10387 2015-03-02 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10390 (top level): Call do_test with non-stop as well.
10391
10392 2015-03-02 Pedro Alves <palves@redhat.com>
10393
10394 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10395 -1.
10396
10397 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10398
10399 * gdb.arch/s390-vregs.exp: New test.
10400 * gdb.arch/s390-vregs.S: New file.
10401
10402 2015-02-27 Pedro Alves <palves@redhat.com>
10403
10404 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10405 call to catch_command_errors.
10406 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10407 catch_command_errors.
10408
10409 2015-02-27 Pedro Alves <palves@redhat.com>
10410
10411 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10412 "true" for boolean result.
10413 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10414 prototype of main.
10415
10416 2015-02-27 Pedro Alves <palves@redhat.com>
10417
10418 * lib/unbuffer_output.c: New file.
10419 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10420 (main): Call gdb_unbuffer_output.
10421
10422 2015-02-27 Yao Qi <yao.qi@linaro.org>
10423
10424 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10425 target.
10426
10427 2015-02-26 Doug Evans <dje@google.com>
10428
10429 * gdb.cp/class2.cc (Dbase, D): New classes.
10430 (main): New local delta.
10431 * gdb.cp/class2.exp: Test printing delta.
10432 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10433 (dynbar): New global.
10434 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10435
10436 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10437
10438 * gdb.compile/compile-ifunc.c: New file.
10439 * gdb.compile/compile-ifunc.exp: New file.
10440
10441 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10442
10443 * gdb.base/structs.exp: Check for correct struct on finish.
10444
10445 2015-02-26 Yao Qi <yao.qi@linaro.org>
10446
10447 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10448 is zero.
10449
10450 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10451
10452 * gdb.arch/cordic.ko.bz2: New file.
10453 * gdb.arch/cordic.ko.debug.bz2: New file.
10454 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10455
10456 2015-02-25 Yao Qi <yao.qi@linaro.org>
10457
10458 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10459 aarch64*-*-* target.
10460
10461 2015-02-23 Pedro Alves <palves@redhat.com>
10462
10463 * lib/gdb.exp (delete_breakpoints): Rewrite using
10464 gdb_test_multiple.
10465
10466 2015-02-23 Pedro Alves <palves@redhat.com>
10467
10468 * gdb.base/info-os.c: Include stdlib.h.
10469
10470 2015-02-22 Doug Evans <xdje42@gmail.com>
10471
10472 PR symtab/17855
10473 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10474 is read after symbols have been re-read.
10475 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10476 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10477
10478 2015-02-21 Doug Evans <dje@google.com>
10479
10480 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10481
10482 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10483
10484 PR corefiles/17808
10485 * gdb.arch/i386-biarch-core.core.bz2: New file.
10486 * gdb.arch/i386-biarch-core.exp: New file.
10487
10488 2015-02-21 Pedro Alves <palves@redhat.com>
10489
10490 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10491 runto_main fails.
10492
10493 2015-02-20 Pedro Alves <palves@redhat.com>
10494
10495 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10496 info probes.
10497
10498 2015-02-20 Pedro Alves <palves@redhat.com>
10499
10500 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10501
10502 2015-02-20 Pedro Alves <palves@redhat.com>
10503
10504 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10505 clean_restart before gdb_target_supports_trace.
10506
10507 2015-02-20 Pedro Alves <palves@redhat.com>
10508
10509 PR threads/18006
10510 * gdb.threads/clone-thread_db.c: New file.
10511 * gdb.threads/clone-thread_db.exp: New file.
10512
10513 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10514
10515 PR breakpoints/16812
10516 * gdb.base/catch-gdb-caused-signals.c: New file.
10517 * gdb.base/catch-gdb-caused-signals.exp: New file.
10518
10519 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10520
10521 * configure: Regenerated.
10522 * configure.ac: Use GDB_AC_TRANSFORM.
10523 * aclocal.m4: sinclude ../transform.m4.
10524
10525 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10526
10527 * lib/dtrace.exp: New file.
10528 * gdb.base/dtrace-probe.exp: Likewise.
10529 * gdb.base/dtrace-probe.d: Likewise.
10530 * gdb.base/dtrace-probe.c: Likewise.
10531 * lib/pdtrace.in: Likewise.
10532 * configure.ac: Output variables with the transformed names of
10533 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10534 * configure: Regenerated.
10535
10536 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10537
10538 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10539 expected message when trying to access $_probe_* convenience
10540 variables while not on a probe.
10541
10542 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10543
10544 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10545
10546 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10547
10548 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10549 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10550
10551 2015-02-10 Doug Evans <xdje42@gmail.com>
10552
10553 * lib/gdb.exp (gdb_load): Always return a result.
10554
10555 2015-02-10 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.threads/signal-sigtrap.c: New file.
10558 * gdb.threads/signal-sigtrap.exp: New file.
10559
10560 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10561
10562 * gdb.trace/no-attach-trace.c: New file.
10563 * gdb.trace/no-attach-trace.exp: New file.
10564
10565 2015-02-09 Mark Wielaard <mjw@redhat.com>
10566
10567 * gdb.dwarf2/atomic.c: New file.
10568 * gdb.dwarf2/atomic-type.exp: Likewise.
10569
10570 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10571
10572 * gdb.btrace/buffer-size.exp: Update "info record" output.
10573 * gdb.btrace/delta.exp: Update "info record" output.
10574 * gdb.btrace/enable.exp: Update "info record" output.
10575 * gdb.btrace/finish.exp: Update "info record" output.
10576 * gdb.btrace/instruction_history.exp: Update "info record" output.
10577 * gdb.btrace/next.exp: Update "info record" output.
10578 * gdb.btrace/nexti.exp: Update "info record" output.
10579 * gdb.btrace/step.exp: Update "info record" output.
10580 * gdb.btrace/stepi.exp: Update "info record" output.
10581 * gdb.btrace/nohist.exp: Update "info record" output.
10582
10583 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10584
10585 * gdb.btrace/buffer-size: New.
10586
10587 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10588
10589 * gdb.btrace/delta.exp: Update "info record" output.
10590 * gdb.btrace/enable.exp: Update "info record" output.
10591 * gdb.btrace/finish.exp: Update "info record" output.
10592 * gdb.btrace/instruction_history.exp: Update "info record" output.
10593 * gdb.btrace/next.exp: Update "info record" output.
10594 * gdb.btrace/nexti.exp: Update "info record" output.
10595 * gdb.btrace/step.exp: Update "info record" output.
10596 * gdb.btrace/stepi.exp: Update "info record" output.
10597 * gdb.btrace/nohist.exp: Update "info record" output.
10598
10599 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10600
10601 PR gdb/15678
10602 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10603
10604 2015-02-06 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10607 macro.
10608 (seconds_left, again): New globals.
10609 (main): Wait seconds_left in a 1-second sleep loop instead of
10610 sleeping 180 seconds. If 'again' is set, reset the seconds
10611 counter.
10612 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10613 'again' in the inferior before detaching. Print the seconds left.
10614 (options): New global.
10615 (top level): Build program with -DTIMEOUT=$timeout.
10616
10617 2015-02-06 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10620 determine how many seconds to pass to 'alarm'.
10621 * gdb.base/gdb-sigterm.exp (top level): Build program with
10622 -DTIMEOUT=$timeout.
10623 (do_test): Return success/failure indication. Add more verbose
10624 logging. Don't fail if 200 single steps are seen. Instead, fail
10625 when the test times out.
10626 (passes): New global.
10627 (top level): Break the testing loop if testing fails on any
10628 iteration. Use gdb_assert.
10629
10630 2015-02-04 Don Breazeal <donb@codesourcery.com>
10631
10632 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10633 and initialize them.
10634 (ipc_cleanup): New function.
10635 (main): Don't declare shmid, semid, and msqid. Add a call to
10636 atexit so that we call ipc_cleanup on exit.
10637
10638 2015-02-04 Pedro Alves <palves@redhat.com>
10639
10640 * boards/native-extended-gdbserver.exp: Remove any target variant
10641 specifications from the board name before clearing the isremote
10642 flag from board_info.
10643
10644 2015-01-31 Doug Evans <xdje42@gmail.com>
10645
10646 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10647
10648 2015-01-31 Gary Benson <gbenson@redhat.com>
10649
10650 * gdb.base/completion.exp: Disable completion limiting for
10651 existing tests. Add new tests to check completion limiting.
10652 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10653
10654 2015-01-31 Doug Evans <xdje42@gmail.com>
10655
10656 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10657
10658 2015-01-31 Doug Evans <xdje42@gmail.com>
10659
10660 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10661 entries. Duplicate file section script entries.
10662 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10663 inlined entries. Add test for safe-path rejection.
10664 * gdb.python/py-section-script.c: Add duplicate inlined section script
10665 entries. Duplicate file section script entries.
10666 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10667 inlined entries. Add test for safe-path rejection.
10668
10669 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10670
10671 * gdb.ada/disc_arr_bound: New testcase.
10672
10673 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10674
10675 * gdb.ada/mi_var_array: New testcase.
10676
10677 2015-01-27 Doug Evans <dje@google.com>
10678
10679 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10680 Add test for objfile.filename, objfile.username after objfile
10681 has been unloaded.
10682
10683 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10684
10685 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10686 the second test to print the name attribute of value
10687 returned by the call to gdb.lookup_type, and adjust
10688 the expected output accordingly.
10689
10690 2015-01-25 Mark Wielaard <mjw@redhat.com>
10691
10692 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10693 * gdb.base/disp-step-fork.c: Include unistd.h.
10694 * gdb.base/siginfo-obj.c: Include stdio.h.
10695 * gdb.base/siginfo-thread.c: Likewise.
10696 * gdb.mi/non-stop.c: Include unistd.h.
10697 * gdb.mi/nsthrexec.c: Include stdio.h.
10698 * gdb.mi/pthreads.c: Include unistd.h.
10699 * gdb.modula2/unbounded1.c (main): Declare returns int.
10700 * gdb.reverse/consecutive-reverse.c: Likewise.
10701 * gdb.threads/create-fail.c: Include unistd.h.
10702 * gdb.threads/killed.c: Likewise.
10703 * gdb.threads/linux-dp.c: Likewise.
10704 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10705 * gdb.threads/non-ldr-exc-2.c: Likewise.
10706 * gdb.threads/non-ldr-exc-3.c: Likewise.
10707 * gdb.threads/non-ldr-exc-4.c: Likewise.
10708 * gdb.threads/pthreads.c: Include unistd.h.
10709 (main): Declare returns int.
10710 * gdb.threads/tls-main.c (foo): New declaration.
10711 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10712
10713 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10714
10715 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10716 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10717
10718 2015-01-15 Mark Wielaard <mjw@redhat.com>
10719
10720 * gdb.base/noreturn-return.c: New file.
10721 * gdb.base/noreturn-return.exp: New file.
10722 * gdb.base/noreturn-finish.c: New file.
10723 * gdb.base/noreturn-finish.exp: New file.
10724
10725 2015-01-23 Pedro Alves <palves@redhat.com>
10726
10727 * gdb.threads/continue-pending-after-query.c: New file.
10728 * gdb.threads/continue-pending-after-query.exp: New file.
10729
10730 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10731 Simon Marchi <simon.marchi@ericsson.com>
10732
10733 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10734 * gdb.base/valgrind-db-attach.exp: Same.
10735 * gdb.base/valgrind-infcall.exp: Same.
10736 * lib/mi-support.exp (default_mi_gdb_start): Same.
10737 * lib/prompt.exp (default_prompt_gdb_start): Same.
10738 * lib/gdb.exp (default_gdb_spawn): Same.
10739 (gdb_interact): New.
10740
10741
10742 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10743
10744 * gdb.compile/compile.exp (pointer to jit function): New test.
10745
10746 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10747
10748 * lib/gdb.exp (supports_process_record): Return true for
10749 powerpc*-*-linux*.
10750 (supports_reverse): Likewise.
10751
10752 2015-01-15 Don Breazeal <donb@codesourcery.com>
10753
10754 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10755 instead of checking whether the target board is remote and
10756 use spawn_wait_for_attach instead of exec/sleep.
10757 * gdb.base/attach-twice.exp: Likewise.
10758
10759 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10760
10761 * gdb.ada/var_arr_attrs: New testcase.
10762
10763 2015-01-14 Pedro Alves <palves@redhat.com>
10764 Joel Brobecker <brobecker@adacore.com>
10765
10766 PR gdb/17525
10767 * gdb.base/bp-cmds-execution-x-script.c: New file.
10768 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10769 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10770
10771 2015-01-14 Pedro Alves <palves@redhat.com>
10772
10773 PR cli/17828
10774 * gdb.base/batch-preserve-term-settings.c: New file.
10775 * gdb.base/batch-preserve-term-settings.exp: New file.
10776
10777 2015-01-13 Doug Evans <dje@google.com>
10778
10779 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10780 binary.
10781
10782 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10783
10784 * Makefile.in (clean mostlyclean): Do not delete *.py.
10785
10786 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10787
10788 * gdb.python/py-lookup-type.exp: New file.
10789
10790 2015-01-12 Pedro Alves <palves@redhat.com>
10791
10792 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10793 restore GDBFLAGS before returning.
10794
10795 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10796
10797 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10798 is_amd64_regs_target and is_x86_like_target.
10799
10800 2015-01-11 Doug Evans <xdje42@gmail.com>
10801
10802 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10803 is given without an explicit form.
10804 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10805 attributes.
10806 * gdb.dwarf/corrupt.exp: Ditto.
10807 * gdb.dwarf2/enum-type.exp: Ditto.
10808 * gdb.trace/entry-values.exp: Ditto.
10809 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10810
10811 2015-01-11 Doug Evans <xdje42@gmail.com>
10812
10813 PR gdb/15830
10814 * gdb.base/maint.exp: Remove references to "maint demangle".
10815 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10816 Add tests for explicitly specifying language to demangle.
10817 * gdb.dlang/demangle.exp: Ditto.
10818
10819 2015-01-09 Pedro Alves <palves@redhat.com>
10820
10821 * gdb.threads/non-stop-fair-events.c: New file.
10822 * gdb.threads/non-stop-fair-events.exp: New file.
10823
10824 2015-01-09 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10827 the global scope. Set a breakpoint after all threads are started
10828 rather than stepping over two source lines. Expect the prompt.
10829 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10830 global.
10831 (NUM): Now 15.
10832 (main): Use threads_started_barrier to wait for all threads to
10833 start. Main thread no longer calls thread_function. Exit after
10834 180 seconds.
10835 (loop): New function.
10836 (thread_function): Wait on threads_started_barrier barrier. Call
10837 'loop' at each iteration.
10838 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10839 threads have started, instead of hardcoding number of "next"
10840 steps. Use an access watchpoint instead of a write watchpoint.
10841
10842 2015-01-09 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10845 (thread_func): Wait on barrier.
10846 (main): Wait for all threads to start before stopping GDB.
10847 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10848 global.
10849 (thread1_func, thread2_func): Wait on barrier.
10850 (main): Wait for all threads to start before stopping GDB.
10851 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10852 New global.
10853 (thread1_func, thread2_func): Wait on barrier.
10854 (main): Wait for all threads to start before stopping GDB.
10855
10856 2015-01-09 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.threads/attach-many-short-lived-threads.c: New file.
10859 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10860
10861 2014-01-09 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10864 instead of to thread 2.
10865 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10866 Add barrier around each pthread_create call instead of around all
10867 calls.
10868 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10869 Set a break on thread_function and have the child threads hit it
10870 one at at a time.
10871
10872 2015-01-09 Pedro Alves <palves@redhat.com>
10873
10874 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10875 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10876 false.
10877 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10878 checking whether the target board is remote.
10879 * gdb.multi/multi-attach.exp: Likewise.
10880 * gdb.python/py-sync-interp.exp: Likewise.
10881 * gdb.server/ext-attach.exp: Likewise.
10882 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10883 tests that need to attach, instead of checking whether the target
10884 board is remote at the top of the file.
10885
10886 2015-01-08 Yao Qi <yao@codesourcery.com>
10887
10888 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10889
10890 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10891
10892 Fix testcase compilation.
10893 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10894
10895 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10896
10897 * gdb.python/py-type.exp: Add a couple test about empty
10898 array creation, and negative-length array creation.
10899
10900 2015-01-02 Doug Evans <xdje42@gmail.com>
10901
10902 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10903
10904 2015-01-02 Doug Evans <dje@google.com>
10905
10906 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10907
10908 2014-12-29 Yao Qi <yao@codesourcery.com>
10909
10910 * gdb.trace/entry-values.exp: Update comments. Rename variable
10911 bar_call_foo to returned_from_foo.
10912
10913 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10914
10915 PR gdb/17394
10916 * gdb.linespec/break-asm-file.c: New file.
10917 * gdb.linespec/break-asm-file.exp: New file.
10918 * gdb.linespec/break-asm-file0.s: New file.
10919 * gdb.linespec/break-asm-file1.s: New file.
10920
10921 2014-12-18 Nigel Stephens <nigel@mips.com>
10922 Maciej W. Rozycki <macro@codesourcery.com>
10923
10924 * gdb.base/float.exp: Handle the new output from "info float" on
10925 MIPS targets.
10926
10927 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10928
10929 Fix MinGW compilation.
10930 * gdb.compile/compile-ops.exp: Update untested message if
10931 !skip_compile_feature_tests.
10932 * gdb.compile/compile-setjmp.exp: Likewise.
10933 * gdb.compile/compile-tls.exp: Likewise.
10934 * gdb.compile/compile.exp: Likewise.
10935 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10936 supported on this host".
10937
10938 2014-12-16 Doug Evans <xdje42@gmail.com>
10939
10940 * boards/stabs.exp: New file.
10941
10942 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10943
10944 * gdb.base/completion.exp: Adjust to format changes of "maint
10945 print user-registers".
10946
10947 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10948
10949 PR server/17457
10950 * gdb.arch/aarch64-fp.c: New file.
10951 * gdb.arch/aarch64-fp.exp: New file.
10952
10953 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10954
10955 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10956 r210637, r210913, r211666, r215400, r215817).
10957
10958 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10959 * dg-extract-results.py: New file.
10960 * dg-extract-results.sh: Use it if the environment seems
10961 suitable.
10962
10963 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10964
10965 * dg-extract-results.py (parse_run): Handle warnings that
10966 are printed before a test harness is run.
10967
10968 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10969
10970 * dg-extract-results.py (Named): Remove __cmp__ method.
10971 (output_variation): Use a key to sort variation.harnesses.
10972
10973 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10974
10975 * dg-extract-results.py: For Python 3, force sys.stdout to
10976 handle surrogate escape sequences.
10977 (safe_open): New function.
10978 (output_segment, main): Use it.
10979
10980 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10981
10982 * dg-extract-results.py (Prog.result_re): Include options
10983 in test name.
10984
10985 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10986
10987 * dg-extract-results.py (output_variation): Always sort if
10988 do_sum.
10989
10990 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10991
10992 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10993 as long as we get pagination notifications.
10994
10995 2014-12-15 Jason Merrill <jason@redhat.com>
10996
10997 * Makefile.in (check-gdb.%): Restore.
10998 * README: Mention it.
10999
11000 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11001
11002 * gdb.ada/str_uninit: New testcase.
11003
11004 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11005
11006 PR symtab/17642
11007 * gdb.base/vla-stub-define.c: New file.
11008 * gdb.base/vla-stub.c: New file.
11009 * gdb.base/vla-stub.exp: New file.
11010
11011 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11012 Jan Kratochvil <jan.kratochvil@redhat.com>
11013 Tom Tromey <tromey@redhat.com>
11014
11015 * configure.ac: Add gdb.compile/.
11016 * configure: Regenerate.
11017 * gdb.compile/Makefile.in: New file.
11018 * gdb.compile/compile-ops.exp: New file.
11019 * gdb.compile/compile-ops.c: New file.
11020 * gdb.compile/compile-tls.c: New file.
11021 * gdb.compile/compile-tls.exp: New file.
11022 * gdb.compile/compile-constvar.S: New file.
11023 * gdb.compile/compile-constvar.c: New file.
11024 * gdb.compile/compile-mod.c: New file.
11025 * gdb.compile/compile-nodebug.c: New file.
11026 * gdb.compile/compile-setjmp-mod.c: New file.
11027 * gdb.compile/compile-setjmp.c: New file.
11028 * gdb.compile/compile-setjmp.exp: New file.
11029 * gdb.compile/compile-shlib.c: New file.
11030 * gdb.compile/compile.c: New file.
11031 * gdb.compile/compile.exp: New file.
11032 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11033
11034 2014-12-12 Tom Tromey <tromey@redhat.com>
11035
11036 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11037 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11038
11039 2014-12-12 Doug Evans <dje@google.com>
11040
11041 * lib/gdb-python.exp (get_python_valueof): New function.
11042 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11043
11044 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11045
11046 * gdb.base/completion.exp: Add test for completion of "info
11047 registers ".
11048
11049 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11050
11051 * gdb.base/func-ptrs.c: New file.
11052 * gdb.base/func-ptrs.exp: New file.
11053
11054 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11055
11056 PR breakpoints/17012
11057 * gdb.base/dprintf-detach.c: New file.
11058 * gdb.base/dprintf-detach.exp: New file.
11059
11060 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11061
11062 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11063 * lib/gdb.exp (target_is_gdbserver): New procedure.
11064
11065 2014-12-08 Doug Evans <dje@google.com>
11066
11067 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11068
11069 2014-12-05 Yao Qi <yao@codesourcery.com>
11070
11071 * gdb.guile/scm-error.exp: Remove the third argument to
11072 gdb_remote_download.
11073 * gdb.guile/scm-frame-args.exp: Likewise.
11074 * gdb.guile/scm-section-script.exp: Likewise.
11075
11076 2014-12-05 Yao Qi <yao@codesourcery.com>
11077
11078 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11079
11080 2014-12-04 Doug Evans <dje@google.com>
11081
11082 * gdb.python/py-objfile.exp: Add tests for
11083 objfile.add_separate_debug_file.
11084
11085 2014-12-04 Doug Evans <dje@google.com>
11086
11087 * lib/gdb.exp (get_build_id): New function.
11088 (build_id_debug_filename_get): Rewrite to use it.
11089 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11090
11091 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11092
11093 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11094 `method(long)', not just 0x0.
11095 * gdb.cp/nsalias.exp: Align code labels to 4.
11096 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11097 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11098 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11099 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11100 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11101 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11102
11103 2014-12-02 Doug Evans <dje@google.com>
11104
11105 PR symtab/17602
11106 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11107 * gdb.cp/anon-ns2.cc: ... here. New file.
11108 * gdb.cp/anon-ns.exp: Update.
11109
11110 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11111
11112 * gdb.python/py-events.py (inferior_call_handler): New.
11113 (register_changed_handler, memory_changed_handler): New.
11114 (test_events.invoke): Register new handlers.
11115 * gdb.python/py-events.exp: Add tests for inferior call,
11116 memory_changed and register_changed events.
11117
11118 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11119
11120 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11121 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11122 if the linker doesn't understand this.
11123
11124 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11125
11126 * gdb.python/python.exp: Change expected reply to help().
11127
11128 2014-12-01 Yao Qi <yao@codesourcery.com>
11129
11130 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11131 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11132 * configure: Re-generated.
11133
11134 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11135
11136 * gdb.cp/chained-calls.cc: New file.
11137 * gdb.cp/chained-calls.exp: New file.
11138 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11139
11140 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11141
11142 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11143 * gdb.dwarf2/symtab-producer.exp: Same.
11144 * gdb.gdb/python-interrupts.exp: Same.
11145 * gdb.gdb/python-selftest.exp: Same.
11146 * gdb.python/py-linetable.exp: Same.
11147 * gdb.python/py-type.exp: Same.
11148 * gdb.python/py-value-cc.exp: Same.
11149 * gdb.python/py-value.exp: Same.
11150
11151 2014-11-28 Yao Qi <yao@codesourcery.com>
11152
11153 * gdb.base/break-probes.exp: Match library name prefixed with
11154 sysroot.
11155
11156 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11157
11158 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11159 test expected output. Add parentheses for the call to print.
11160 Remove L suffix from integers.
11161
11162 2014-11-26 Doug Evans <dje@google.com>
11163
11164 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11165
11166 2014-11-22 Yao Qi <yao@codesourcery.com>
11167
11168 * gdb.trace/entry-values.c: Remove asms.
11169 (foo): Add foo_label.
11170 (bar): Add bar_label.
11171 * gdb.trace/entry-values.exp: Remove code computing foo's
11172 length and bar's length.
11173 (Dwarf::assemble): Invoke function_range for bar and use
11174 MACRO_AT_func for foo.
11175
11176 2014-11-22 Yao Qi <yao@codesourcery.com>
11177
11178 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11179 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11180 Use .Lgcc43_procstart instead of gcc43.
11181
11182 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11183
11184 * gdb.ada/n_arr_bound: New testcase.
11185
11186 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11187
11188 PR breakpoints/10737
11189 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11190 test_catch_syscall_multi_arch.
11191 (test_catch_syscall_multi_arch): New function.
11192
11193 2014-11-20 Doug Evans <xdje42@gmail.com>
11194
11195 * gdb.base/maint.exp: Update expected output.
11196
11197 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11198
11199 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11200 4-byte instruction on S390.
11201
11202 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11203
11204 * gdb.ada/arr_arr: New testcase.
11205
11206 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11207
11208 * gdb.ada/pkd_arr_elem: New Testcase.
11209
11210 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11211
11212 * gdb.reverse/break-precsave: Expect completion message for
11213 core file reads.
11214 * gdb.reverse/consecutive-precsave.exp: Likewise.
11215 * gdb.reverse/finish-precsave.exp: Likewise.
11216 * gdb.reverse/i386-precsave.exp: Likewise.
11217 * gdb.reverse/machinestate-precsave.exp: Likewise.
11218 * gdb.reverse/sigall-precsave.exp: Likewise.
11219 * gdb.reverse/solib-precsave.exp: Likewise.
11220 * gdb.reverse/step-precsave.exp: Likewise.
11221 * gdb.reverse/until-precsave.exp: Likewise.
11222 * gdb.reverse/watch-precsave.exp: Likewise.
11223
11224 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11225
11226 * gdb.base/bp-permanent.c: Include unistd.h.
11227 * gdb.python/py-framefilter-mi.c (main): Add return type.
11228 * gdb.python/py-framefilter.c (main): Likewise.
11229 * gdb.trace/actions-changed.c (main): Likewise.
11230
11231 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11232
11233 * gdb.mi/until.c: Add eye-catchers.
11234 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11235 line numbers.
11236
11237 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11238
11239 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11240 function header variants in break1.c.
11241 * gdb.base/ena-dis-br.exp: Likewise.
11242 * gdb.base/hbreak2.exp: Likewise.
11243 * gdb.reverse/until-precsave.exp: Drop references to removed
11244 non-prototype function header variants in ur1.c.
11245 * gdb.reverse/until-reverse.exp: Likewise.
11246
11247 2014-11-17 Petr Machata <pmachata@redhat.com>
11248
11249 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11250 ${_cu_offset_size} bytes abbrev offset.
11251
11252 2014-11-15 Doug Evans <xdje42@gmail.com>
11253
11254 PR symtab/17559
11255 * gdb.base/line-symtabs.exp: New file.
11256 * gdb.base/line-symtabs.c: New file.
11257 * gdb.base/line-symtabs.h: New file.
11258
11259 2014-11-14 Yao Qi <yao@codesourcery.com>
11260
11261 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11262 (func): Add label func_label.
11263 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11264 Replace low_pc and high_pc with MACRO_AT_range.
11265 Replace name, low_pc and high_pc with MACRO_AT_func.
11266
11267 2014-11-14 Yao Qi <yao@codesourcery.com>
11268
11269 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11270 Replace name, low_pc and high_pc with MACRO_AT_func.
11271
11272 2014-11-14 Yao Qi <yao@codesourcery.com>
11273
11274 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11275 produce debug information.
11276 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11277
11278 2014-11-14 Yao Qi <yao@codesourcery.com>
11279
11280 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11281 object and get function length.
11282 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11283 with MACRO_AT_func.
11284 (top-level): Replace gdb_compile and clean_restart with
11285 prepare_for_testing.
11286 * gdb.dwarf2/main.c (main): Add label main_label.
11287
11288 2014-11-14 Yao Qi <yao@codesourcery.com>
11289
11290 * lib/dwarf.exp (function_range): New procedure.
11291 (Dwarf::_handle_macro_at_func): New procedure.
11292 (Dwarf::_handle_macro_at_range): New procedure.
11293 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11294
11295 2014-11-14 Yao Qi <yao@codesourcery.com>
11296
11297 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11298 (_handle_attribute): New procedure.
11299
11300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11301
11302 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11303 * gdb.base/call-sc.c (zed): Likewise.
11304 * gdb.base/checkpoint.c (main): Likewise.
11305 * gdb.base/dump.c (main): Likewise.
11306 * gdb.base/gcore.c (main): Likewise.
11307 * gdb.base/huge.c (main): Likewise.
11308 * gdb.base/multi-forks.c (main): Likewise.
11309 * gdb.base/pr10179-a.c (main): Likewise.
11310 * gdb.base/savedregs.c (main): Likewise.
11311 * gdb.base/sigaltstack.c (main): Likewise.
11312 * gdb.base/siginfo.c (main): Likewise.
11313 * gdb.base/structs.c (zed): Likewise.
11314 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11315 * gdb.mi/mi-syn-frame.c (main): Likewise.
11316 * gdb.mi/until.c (foo, main): Likewise.
11317 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11318 * gdb.base/solib-weak.c (foo): Declare.
11319 * gdb.base/attach-twice.c: Include stdio.h.
11320 * gdb.base/weaklib1.c: Likewise.
11321 * gdb.base/weaklib2.c: Likewise.
11322 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11323 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11324 unistd.h.
11325 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11326 * gdb.mi/mi-exit-code.c: Likewise.
11327 * gdb.base/break-interp-lib.c: Include string.h.
11328 * gdb.base/coremaker.c: Likewise.
11329 * gdb.base/testenv.c: Likewise.
11330 * gdb.python/py-finish-breakpoint.c: Likewise.
11331 * gdb.base/inferior-died.c: Include sys/wait.h.
11332 * gdb.base/fileio.c: Include time.h.
11333 * gdb.base/async-shell.c: Include unistd.h.
11334 * gdb.base/dprintf-non-stop.c: Likewise.
11335 * gdb.base/info-os.c: Likewise.
11336 * gdb.mi/mi-console.c: Likewise.
11337 * gdb.mi/watch-nonstop.c: Likewise.
11338 * gdb.python/py-events.c: Likewise.
11339 * gdb.base/async.c (baz): Move up before its invocation.
11340 * gdb.base/code_elim2.c (my_global_func): Likewise.
11341 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11342 * gdb.base/advance.c (func2): Likewise.
11343
11344 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11345
11346 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11347 variant.
11348 * gdb.base/annota3.c: Likewise.
11349 * gdb.base/async.c: Likewise.
11350 * gdb.base/average.c: Likewise.
11351 * gdb.base/call-ar-st.c: Likewise.
11352 * gdb.base/call-rt-st.c: Likewise.
11353 * gdb.base/call-sc.c: Likewise.
11354 * gdb.base/call-strs.c: Likewise.
11355 * gdb.base/ending-run.c: Likewise.
11356 * gdb.base/execd-prog.c: Likewise.
11357 * gdb.base/exprs.c: Likewise.
11358 * gdb.base/foll-exec.c: Likewise.
11359 * gdb.base/foll-fork.c: Likewise.
11360 * gdb.base/foll-vfork.c: Likewise.
11361 * gdb.base/funcargs.c: Likewise.
11362 * gdb.base/gcore.c: Likewise.
11363 * gdb.base/jump.c: Likewise.
11364 * gdb.base/langs0.c: Likewise.
11365 * gdb.base/langs1.c: Likewise.
11366 * gdb.base/langs2.c: Likewise.
11367 * gdb.base/mips_pro.c: Likewise.
11368 * gdb.base/nodebug.c: Likewise.
11369 * gdb.base/opaque0.c: Likewise.
11370 * gdb.base/opaque1.c: Likewise.
11371 * gdb.base/recurse.c: Likewise.
11372 * gdb.base/run.c: Likewise.
11373 * gdb.base/scope0.c: Likewise.
11374 * gdb.base/scope1.c: Likewise.
11375 * gdb.base/setshow.c: Likewise.
11376 * gdb.base/setvar.c: Likewise.
11377 * gdb.base/shmain.c: Likewise.
11378 * gdb.base/shr1.c: Likewise.
11379 * gdb.base/shr2.c: Likewise.
11380 * gdb.base/sigall.c: Likewise.
11381 * gdb.base/signals.c: Likewise.
11382 * gdb.base/so-indr-cl.c: Likewise.
11383 * gdb.base/solib2.c: Likewise.
11384 * gdb.base/structs.c: Likewise.
11385 * gdb.base/sum.c: Likewise.
11386 * gdb.base/vforked-prog.c: Likewise.
11387 * gdb.base/watchpoint.c: Likewise.
11388 * gdb.reverse/shr2.c: Likewise.
11389 * gdb.reverse/until-reverse.c: Likewise.
11390 * gdb.reverse/ur1.c: Likewise.
11391 * gdb.reverse/watch-reverse.c: Likewise.
11392
11393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11394
11395 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11396 variant.
11397 * gdb.base/sepdebug.exp: Drop references to removed code.
11398
11399 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11400
11401 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11402 variant. Preserve original line numbering.
11403 * gdb.base/list1.c: Likewise.
11404
11405 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11406
11407 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11408 variant.
11409 * gdb.base/break1.c: Likewise.
11410 * gdb.base/break.exp: Drop references to removed code.
11411
11412 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11413
11414 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11415 variant.
11416
11417 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11418
11419 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11420
11421 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11422
11423 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11424 logic into perform_all_tests() and invoke it with and without
11425 function header prototypes.
11426 (do_function_calls): Remove conditional XFAIL for PR 5318.
11427 (rerun_and_prepare): Remove duplicate code.
11428 (perform_all_tests): New. Main logic moved here.
11429
11430 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11431
11432 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11433 code guarded by #ifdef NO_PROTOTYPES.
11434 (t_double_many_args): Likewise.
11435 (DEF_FUNC_MANY_ARGS_1): Likewise.
11436 (DEF_FUNC_VALUES_1): Likewise.
11437 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11438 guarded by #ifdef PROTOTYPES.
11439
11440 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11441
11442 * gdb.mi/mi-console.c: Add eye-catcher.
11443 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11444 instead of literal line number.
11445
11446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11447
11448 * gdb.base/shr2.c: Add eye-catcher.
11449 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11450 line number.
11451
11452 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11453
11454 * gdb.base/jump.c: Add eye-catchers.
11455 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11456 numbers.
11457
11458 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11459
11460 * gdb.base/execd-prog.c: Add eye-catchers.
11461 * gdb.base/foll-exec.c: Likewise.
11462 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11463 line numbers.
11464
11465 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11466
11467 * gdb.base/ending-run.c: Add eye-catchers.
11468 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11469 literal line numbers.
11470
11471 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11472
11473 * gdb.base/call-rt-st.c: Add eye-catchers.
11474 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11475 literal line numbers.
11476
11477 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11478
11479 * gdb.base/call-ar-st.c: Add eye-catchers.
11480 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11481 literal line numbers.
11482
11483 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11484
11485 * gdb.base/average.c: Add eye-catchers.
11486 * gdb.base/sum.c: Likewise.
11487 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11488 regexps dynamically.
11489
11490 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11491
11492 * gdb.base/solib1.c: Add eye-catchers.
11493 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11494 literal line numbers.
11495
11496 2014-11-12 Pedro Alves <palves@redhat.com>
11497
11498 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11499 leader has exited.
11500
11501 2014-11-12 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.arch/i386-bp_permanent.c: New file.
11504 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11505 (srcfile): Set to i386-bp_permanent.c.
11506 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11507 that stepi does not execute the 'leave' instruction, instead of
11508 testing it does execute.
11509 * gdb.base/bp-permanent.c: New file.
11510 * gdb.base/bp-permanent.exp: New file.
11511
11512 2014-11-10 Doug Evans <xdje42@gmail.com>
11513
11514 PR symtab/17564
11515 * gdb.base/symtab-search-order.exp: New file.
11516 * gdb.base/symtab-search-order.c: New file.
11517 * gdb.base/symtab-search-order-1.c: New file.
11518 * gdb.base/symtab-search-order-shlib-1.c: New file.
11519
11520 2014-11-07 Pedro Alves <palves@redhat.com>
11521
11522 PR gdb/17511
11523 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11524 i?86-*-linux*.
11525
11526 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11527
11528 PR c++/17494
11529 * gdb.cp/pr17494.cc: New file.
11530 * gdb.cp/pr17494.exp: New file.
11531
11532 2014-11-02 Yao Qi <yao@codesourcery.com>
11533
11534 * gdb.python/python.exp: Get working directory and match the
11535 output of "set extended-prompt \\w " with it.
11536
11537 2014-10-30 Doug Evans <dje@google.com>
11538
11539 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11540 in objfiles.
11541 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11542 in progspaces.
11543
11544 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11545
11546 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11547 * gdb.base/realname-expand.exp: Likewise.
11548 * gdb.linespec/macro-relative.exp: Likewise.
11549
11550 2014-10-29 Pedro Alves <palves@redhat.com>
11551
11552 PR gdb/17408
11553 * gdb.threads/schedlock.c (some_function): New function.
11554 (call_function): New global.
11555 (MAYBE_CALL_SOME_FUNCTION): New macro.
11556 (thread_function): Call it.
11557 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11558 and use it instead of a global counter. Adjust all callers.
11559 (get_current_thread): Use "find current thread" for test message
11560 here rather than having all callers pass down the same string.
11561 (goto_loop): New procedure, factored out from ...
11562 (my_continue): ... this.
11563 (step_ten_loops): Change parameter from test message to command to
11564 use. Adjust.
11565 (list_count): Delete global.
11566 (check_result): New procedure, factored out from duplicate top
11567 level code.
11568 (continue tests): Wrap in with_test_prefix.
11569 (test_step): New procedure, factored out from duplicate top level
11570 code.
11571 (top level): Test "step" in combination with all scheduler-locking
11572 modes. Test "next" in combination with all scheduler-locking
11573 modes, and in combination with stepping over a function call or
11574 not.
11575 * gdb.threads/next-bp-other-thread.c: New file.
11576 * gdb.threads/next-bp-other-thread.exp: New file.
11577
11578 2014-10-29 Pedro Alves <palves@redhat.com>
11579
11580 PR python/17372
11581 * gdb.python/python.exp: Test a multi-line command that spawns
11582 interactive Python.
11583 * gdb.base/multi-line-starts-subshell.exp: New file.
11584
11585 2014-10-29 Yao Qi <yao@codesourcery.com>
11586
11587 * gdb.base/fileio.exp: Make directories on host.
11588
11589 2014-10-29 Yao Qi <yao@codesourcery.com>
11590
11591 * gdb.base/fileio.c (test_write): Close the file.
11592
11593 2014-10-28 Pedro Alves <palves@redhat.com>
11594
11595 PR gdb/12623
11596 * gdb.base/sigstep.c (no_handler): New global.
11597 (main): If 'no_handler is true, set the signal handlers to
11598 SIG_IGN.
11599 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11600 with_sw_watch and no_handler parameters. Handle them.
11601 (top level) <stepping over handler when stopped at a breakpoint
11602 test>: Add a test axis for testing with a software watchpoint, and
11603 another for testing with the signal handler set to SIG_IGN.
11604 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11605 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11606
11607 2014-10-28 Pedro Alves <palves@redhat.com>
11608
11609 PR gdb/17511
11610 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11611 * gdb.base/sigstep.exp (other_handler_location): New global.
11612 (advance): Support stepping into the signal handler, and running
11613 commands while in the handler.
11614 (in_handler_map): New global.
11615 (top level): In the advance test, add combinations for getting
11616 into the handler with stepping commands, and for running commands
11617 in the handler. Add comment descripting the advancei tests.
11618
11619 2014-10-28 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.base/sigstep.exp: Use build_executable instead of
11622 prepare_for_testing.
11623 (top level): Move code that starts GDB, runs to main and creates a
11624 display to ...
11625 (restart): ... this new procedure.
11626 (top level): Move backtrace from signal handler test to ...
11627 (validate_backtrace): ... this new procedure.
11628 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11629 with_test_prefix. Always restart GDB.
11630 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11631 with_test_prefix. Always restart GDB. No need to delete
11632 breakpoints after the test.
11633 (test_skip_handler): Remove prefix parameter.
11634 (skip_over_handler, breakpoint_to_handler)
11635 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11636 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11637 restart GDB. No need to delete breakpoints after the test.
11638 (top level): Use foreach to call the test procedures with
11639 different commands.
11640
11641 2014-10-28 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11644 instead of GNATS numbers.
11645 * gdb.base/sigbpt.exp: Likewise.
11646 * gdb.base/siginfo.exp: Likewise.
11647 * gdb.base/sigstep.exp: Likewise.
11648
11649 2014-10-27 Pedro Alves <palves@redhat.com>
11650
11651 * gdb.base/sigstep.c (dummy): New global.
11652 (main): Issue a couple writes to the new global.
11653 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11654 procedures.
11655 (skip_over_handler): Use test_skip_handler.
11656 (top level): Call skip_over_handler for stepi and nexti too.
11657 (breakpoint_over_handler): Use test_skip_handler.
11658 (top level): Call breakpoint_over_handler for stepi and nexti too.
11659
11660 2014-10-27 Yao Qi <yao@codesourcery.com>
11661
11662 * gdb.trace/tfile.c (adjust_function_address)
11663 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11664 function descriptor.
11665
11666 2014-10-24 Don Breazeal <donb@codesourcery.com>
11667
11668 * gdb.base/foll-fork.exp (test_follow_fork,
11669 catch_fork_child_follow): Check for updated fork messages emitted
11670 from infrun.c.
11671 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11672 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11673 vfork_and_exec_child_follow_through_step): Check for updated vfork
11674 messages emitted from infrun.c.
11675
11676 2014-10-24 Pedro Alves <palves@redhat.com>
11677
11678 * gdb.base/corefile.exp: Remove references to ultrix.
11679 * gdb.base/interrupt.exp: Likewise.
11680 * gdb.base/whatis.exp: Likewise.
11681 * gdb.gdb/selftest.exp: Likewise.
11682 * gdb.threads/manythreads.exp: Likewise.
11683 * gdb.threads/print-threads.exp: Likewise.
11684 * gdb.threads/pthreads.exp:: Likewise.
11685 * gdb.threads/schedlock.exp: Likewise.
11686
11687 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11688
11689 * gdb.cp/non-trivial-retval.cc: Add a test case.
11690 * gdb.cp/non-trivial-retval.exp: Add a test.
11691
11692 2014-10-20 Yao Qi <yao@codesourcery.com>
11693
11694 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11695 * gdb.python/py-objfile-script-gdb.py: New file.
11696 * gdb.python/py-objfile-script.exp: Update reference to
11697 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11698 of remote_download. Remove the dest file.
11699
11700 2014-10-20 Yao Qi <yao@codesourcery.com>
11701
11702 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11703 * gdb.base/step-line.exp: Likewise.
11704 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11705 * gdb.dwarf2/dw2-basic.exp: Likewise.
11706 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11707 * gdb.dwarf2/dw2-filename.exp: Likewise.
11708 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11709 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11710 * gdb.dwarf2/dw2-producer.exp: Likewise.
11711 * gdb.dwarf2/mac-fileno.exp: Likewise.
11712 * gdb.python/py-frame-args.exp: Likewise.
11713 * gdb.python/py-framefilter.exp: Likewise.
11714 * gdb.python/py-mi.exp: Likewise.
11715 * gdb.python/py-objfile-script.exp: Likewise
11716 * gdb.python/py-pp-integral.exp: Likewise.
11717 * gdb.python/py-pp-re-notag.exp: Likewise.
11718 * gdb.python/py-prettyprint.exp: Likewise.
11719 * gdb.python/py-section-script.exp: Likewise.
11720 * gdb.python/py-typeprint.exp: Likewise.
11721 * gdb.python/py-xmethods.exp: Likewise.
11722 * gdb.stabs/weird.exp: Likewise.
11723 * gdb.xml/tdesc-regs.exp: Likewise.
11724
11725 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11726
11727 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11728 (out_cu): Use addr_len for the size of addresses.
11729 (out_line): Likewise. Size DW_LNE_set_address instruction
11730 according to addr_len.
11731 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11732 (FUNC): Add START_INSNS to definition.
11733
11734 2014-10-18 Yao Qi <yao@codesourcery.com>
11735
11736 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11737 gdb_has_argv0 return true.
11738 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11739 check [target_info exists noargs], check [gdb_has_argv0]
11740 instead.
11741 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11742 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11743 procedures.
11744
11745 2014-10-17 Doug Evans <dje@google.com>
11746
11747 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11748 event.
11749 * gdb.python/py-events.py: Add clear_objfiles event.
11750
11751 2014-10-17 Doug Evans <dje@google.com>
11752
11753 * gdb.python/py-objfile.exp: Test progspace attribute.
11754
11755 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11756
11757 * gdb.guile/scm-breakpoint.exp: Do not assume any
11758 directory separators when matching source file paths.
11759 * gdb.python/py-breakpoint.exp: Likewise.
11760 * gdb.reverse/break-precsave.exp: Likewise.
11761 * gdb.reverse/break-reverse.exp: Likewise.
11762 * gdb.reverse/consecutive-precsave.exp: Likewise.
11763 * gdb.reverse/finish-precsave.exp: Likewise.
11764 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11765 * gdb.reverse/finish-reverse.exp: Likewise.
11766 * gdb.reverse/i386-precsave.exp: Likewise.
11767 * gdb.reverse/i387-env-reverse.exp: Likewise.
11768 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11769 * gdb.reverse/machinestate-precsave.exp: Likewise.
11770 * gdb.reverse/machinestate.exp: Likewise.
11771 * gdb.reverse/sigall-precsave.exp: Likewise.
11772 * gdb.reverse/solib-precsave.exp: Likewise.
11773 * gdb.reverse/step-precsave.exp: Likewise.
11774 * gdb.reverse/until-precsave.exp: Likewise.
11775 * gdb.reverse/watch-precsave.exp: Likewise.
11776 * gdb.reverse/watch-reverse.exp: Likewise.
11777
11778 2014-10-17 Yao Qi <yao@codesourcery.com>
11779
11780 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11781 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11782
11783 2014-10-17 Pedro Alves <palves@redhat.com>
11784
11785 PR gdb/17471
11786 * gdb.base/bg-execution-repeat.c: New file.
11787 * gdb.base/bg-execution-repeat.exp: New file.
11788
11789 2014-10-17 Pedro Alves <palves@redhat.com>
11790
11791 PR gdb/17300
11792 * gdb.base/continue-all-already-running.c: New file.
11793 * gdb.base/continue-all-already-running.exp: New file.
11794
11795 2014-10-17 Pedro Alves <palves@redhat.com>
11796
11797 PR gdb/17472
11798 * gdb.base/annota-input-while-running.c: New file.
11799 * gdb.base/annota-input-while-running.exp: New file.
11800
11801 2014-10-17 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.base/callfuncs.exp: emove references to osf.
11804 * gdb.base/sigall.exp: Likewise.
11805 * gdb.gdb/selftest.exp: Likewise.
11806 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11807 * gdb.mi/non-stop.c: Likewise.
11808 * gdb.mi/pthreads.c: Likewise.
11809 * gdb.reverse/sigall-precsave.exp: Likewise.
11810 * gdb.reverse/sigall-reverse.exp: Likewise.
11811 * gdb.threads/pthreads.c: Likewise.
11812 * gdb.threads/pthreads.exp: Likewise.
11813
11814 2014-10-17 Yao Qi <yao@codesourcery.com>
11815
11816 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11817 check 'target_info exists noargs'.
11818 (test_command_prompt_position): Likewise.
11819 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11820 Remove "set args".
11821 (progvar_simple_while_test): Likewise.
11822 (progvar_complex_if_while_test): Likewise.
11823 (if_while_breakpoint_command_test): Likewise.
11824 (infrun_breakpoint_command_test): Likewise.
11825 (breakpoint_command_test): Likewise.
11826 (watchpoint_command_test): Likewise.
11827 (bp_deleted_in_command_test): Likewise.
11828 (temporary_breakpoint_commands): Likewise.
11829
11830 2014-10-16 Yao Qi <yao@codesourcery.com>
11831
11832 * gdb.base/remotetimeout.exp: Remove noargs checking.
11833
11834 2014-10-15 Pedro Alves <palves@redhat.com>
11835
11836 PR breakpoints/9649
11837 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11838 * gdb.base/breakpoint-in-ro-region.exp
11839 (probe_target_hardware_step): New procedure.
11840 (top level): Probe hardware stepping and hardware breakpoint
11841 support. Test stepping through a read-only region, with both
11842 "breakpoint auto-hw" on and off and both "always-inserted" on and
11843 off.
11844
11845 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11846
11847 * gdb.dlang/demangle.exp: Update for demangling changes.
11848
11849 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11850
11851 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11852 * gdb.cp/non-trivial-retval.exp: Add new tests.
11853
11854 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11855
11856 PR c++/13403
11857 PR c++/15154
11858 * gdb.cp/non-trivial-retval.cc: New file.
11859 * gdb.cp/non-trivial-retval.exp: New file.
11860
11861 2014-10-15 Yao Qi <yao@codesourcery.com>
11862
11863 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11864 remote host.
11865
11866 2014-10-15 Yao Qi <yao@codesourcery.com>
11867
11868 * gdb.python/py-symbol.exp: Match file base name if host is
11869 remote, otherwise match file name with dir name.
11870 * gdb.python/py-symtab.exp: Likewise.
11871 * gdb.python/python.exp: Likewise.
11872
11873 2014-10-15 Yao Qi <yao@codesourcery.com>
11874
11875 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11876 pattern.
11877 * gdb.python/py-symtab.exp: Likewise.
11878 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11879 locationn.
11880
11881 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11882
11883 * gdb.ada/addr_arith: New testcase.
11884
11885 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11886
11887 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11888 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11889 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11890 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11891
11892 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11893
11894 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11895 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11896 * gdb.arch/stap-eval-lang-ada.exp: New file.
11897
11898 2014-10-14 Yao Qi <yao@codesourcery.com>
11899
11900 * gdb.mi/mi-var-child.c (nothing1): New function.
11901 (nothing2): New function.
11902 (do_children_tests): Set function pointers by nothing1 and
11903 nothing2.
11904 * gdb.mi/mi-var-child.exp: Step over new added statements.
11905 Update test to match the new output.
11906 * gdb.mi/var-cmd.c (nothing1): New function.
11907 (nothing2): New function.
11908 (do_children_tests): Set function pointers by nothing1 and
11909 nothing2.
11910 * gdb.mi/mi-var-display.exp: Update test to match output.
11911 Step to the line specified by $line_dct_nothing.
11912 Increase the number of lines to step.
11913
11914 2014-10-14 Yao Qi <yao@codesourcery.com>
11915
11916 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11917 tests.
11918 * gdb.mi/mi2-var-child.exp: Likewise.
11919
11920 2014-10-13 Doug Evans <dje@google.com>
11921
11922 * gdb.python/py-objfile.exp: Change name of file name test.
11923
11924 2014-10-13 Doug Evans <dje@google.com>
11925
11926 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11927 from the start of the CU.
11928
11929 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11930 Yao Qi <yao@codesourcery.com>
11931
11932 Fix "save breakpoints" for "catch" command.
11933 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11934 Remove -nonewline. Match also the added "main" line.
11935
11936 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11937
11938 Fix "save breakpoints" for "disable $bpnum" command.
11939 * gdb.base/save-bp.c (main): Add label.
11940 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11941
11942 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11943
11944 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11945
11946 2014-10-11 Yao Qi <yao@codesourcery.com>
11947
11948 * gdb.server/server-kill.exp: Execute command
11949 "set remote trace-status-packet on" before "tstatus".
11950
11951 2014-10-11 Yao Qi <yao@codesourcery.com>
11952
11953 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11954 (main): Call getppid.
11955 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11956 and continue to it. Read variable "server_pid".
11957
11958 2014-10-11 Yao Qi <yao@codesourcery.com>
11959
11960 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11961
11962 2014-10-11 Yao Qi <yao@codesourcery.com>
11963
11964 * gdb.threads/thread-find.exp: Don't execute command
11965 "info threads".
11966 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11967 * gdb.threads/linux-dp.exp: Don't check the condition
11968 $threads_created equals to zero.
11969
11970 2014-10-10 Pedro Alves <palves@redhat.com>
11971
11972 * gdb.base/bigcore.exp: Remove references to IRIX.
11973 * gdb.base/funcargs.exp: Likewise.
11974 * gdb.base/interrupt.exp: Likewise.
11975 * gdb.base/mips_pro.exp: Likewise.
11976 * gdb.base/nodebug.exp: Likewise.
11977 * gdb.base/setvar.exp: Likewise.
11978 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11979
11980 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11981 Pedro Alves <palves@redhat.com>
11982
11983 PR symtab/14466
11984 * gdb.base/vdso-warning.c: New file.
11985 * gdb.base/vdso-warning.exp: New file.
11986
11987 2014-10-02 Doug Evans <dje@google.com>
11988
11989 * gdb.base/structs.c (main): Don't run forever.
11990
11991 2014-10-02 Pedro Alves <palves@redhat.com>
11992
11993 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11994 (top level) <stop threads 1, stop threads 2>: Use it.
11995
11996 2014-10-02 Pedro Alves <palves@redhat.com>
11997
11998 * gdb.threads/break-while-running.exp (test): Add new
11999 'update_thread_list' argument. Skip "info threads" if false.
12000 (top level): Add new 'update_thread_list' axis.
12001
12002 2014-10-02 Pedro Alves <palves@redhat.com>
12003
12004 PR breakpoints/17431
12005 * gdb.base/execl-update-breakpoints.c: New file.
12006 * gdb.base/execl-update-breakpoints.exp: New file.
12007
12008 2014-10-01 Pedro Alves <palves@redhat.com>
12009
12010 * gdb.base/breakpoint-in-ro-region.c: New file.
12011 * gdb.base/breakpoint-in-ro-region.exp: New file.
12012
12013 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12014
12015 * gdb.mi/mi-exit-code.exp: New file.
12016 * gdb.mi/mi-exit-code.c: New file.
12017
12018 2014-09-30 Yao Qi <yao@codesourcery.com>
12019
12020 * lib/prelink-support.exp (build_executable_own_libs): Error if
12021 the target isn't native.
12022
12023 2014-09-30 Yao Qi <yao@codesourcery.com>
12024
12025 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12026 false.
12027
12028 2014-09-22 Pedro Alves <palves@redhat.com>
12029
12030 * gdb.threads/break-while-running.exp: New file.
12031 * gdb.threads/break-while-running.c: New file.
12032
12033 2014-09-19 Yao Qi <yao@codesourcery.com>
12034
12035 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12036 Invoke test. Restart GDB with --readnow and invoke test again.
12037
12038 2014-09-19 Yao Qi <yao@codesourcery.com>
12039
12040 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12041 proc set_breakpoint_on_gcd_function. Invoke
12042 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12043 invoke set_breakpoint_on_gcd_function again.
12044
12045 2014-09-18 Doug Evans <dje@google.com>
12046
12047 * gdb.dwarf2/symtab-producer.exp: New file.
12048
12049 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12050
12051 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12052 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12053 * gdb.base/global-var-nested-by-dso.c: Likewise.
12054 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12055
12056 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12057 Pedro Alves <palves@redhat.com>
12058
12059 * gdb.base/watch-bitfields.exp: Pass string other than test file
12060 name to prepare_for_testing.
12061 (watch): New procedure.
12062 (expect_watchpoint): Use with_test_prefix.
12063 (top level): Factor out tests to ...
12064 (test_watch_location, test_regular_watch): ... these new
12065 procedures, and use with_test_prefix and gdb_continue_to_end.
12066
12067 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12068
12069 PR breakpoints/12526
12070 * gdb.base/watch-bitfields.exp: New file.
12071 * gdb.base/watch-bitfields.c: New file.
12072
12073 2014-09-16 Pedro Alves <palves@redhat.com>
12074
12075 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12076 software and hardware addresses, not software address against
12077 itself.
12078
12079 2014-09-16 Pedro Alves <palves@redhat.com>
12080
12081 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12082 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12083
12084 2014-09-16 Pedro Alves <palves@redhat.com>
12085
12086 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12087 files.
12088 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12089 "*-*-vxworks*" throughout.
12090 * gdb.base/break.exp: Likewise.
12091 * gdb.base/default.exp: Likewise.
12092 * gdb.base/scope.exp: Likewise.
12093 * gdb.base/sepdebug.exp: Likewise.
12094 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12095 throughout.
12096 * gdb.base/run.c: Likewise.
12097 * gdb.base/sepdebug.c: Likewise.
12098 * gdb.hp/gdb.aCC/run.c: Likewise.
12099 * gdb.reverse/until-reverse.c: Likewise.
12100 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12101
12102 2014-09-16 Yao Qi <yao@codesourcery.com>
12103
12104 * boards/local-remote-host-native.exp: New file.
12105
12106 2014-09-14 Doug Evans <xdje42@gmail.com>
12107
12108 * gdb.threads/queue-signal.c (thread_count): New variable.
12109 (thread_count_mutex, thread_count_condvar): New variables.
12110 (incr_thread_count, wait_all_threads_running): New functions.
12111 (main): Wait for all threads to be in their thread functions.
12112
12113 2014-09-13 Doug Evans <xdje42@gmail.com>
12114
12115 * gdb.threads/queue-signal.c: New file.
12116 * gdb.threads/queue-signal.exp: New file.
12117
12118 2014-09-13 Doug Evans <xdje42@gmail.com>
12119
12120 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12121 be consistent with what default_gdb_init uses.
12122 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12123 the plain text of the prompt. Add some logging printfs.
12124 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12125
12126 2014-09-12 Pedro Alves <palves@redhat.com>
12127
12128 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12129 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12130 * gdb.arch/i386-size-overlap.exp: Likewise.
12131 * gdb.arch/i386-size.exp: Likewise.
12132 * gdb.arch/i386-unwind.exp: Likewise.
12133 * gdb.base/a2-run.exp: Likewise.
12134 * gdb.base/break.exp: Likewise.
12135 * gdb.base/charset.exp: Likewise.
12136 * gdb.base/chng-syms.exp: Likewise.
12137 * gdb.base/commands.exp: Likewise.
12138 * gdb.base/dbx.exp: Likewise.
12139 * gdb.base/find.exp: Likewise.
12140 * gdb.base/funcargs.exp: Likewise.
12141 * gdb.base/jit-simple.exp: Likewise.
12142 * gdb.base/reread.exp: Likewise.
12143 * gdb.base/sepdebug.exp: Likewise.
12144 * gdb.base/step-bt.exp: Likewise.
12145 * gdb.cp/mb-inline.exp: Likewise.
12146 * gdb.cp/mb-templates.exp: Likewise.
12147 * gdb.objc/basicclass.exp: Likewise.
12148 * gdb.threads/killed.exp: Likewise.
12149
12150 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12151
12152 PR tdep/17379
12153 * gdb.arch/powerpc-stackless.S: New file.
12154 * gdb.arch/powerpc-stackless.exp: New file.
12155
12156 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12157
12158 * gdb.base/attach.c: Include unistd.h.
12159 (main): Call alarm. Add label postloop.
12160 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12161 gdb_breakpoint, gdb_continue_to_breakpoint.
12162 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12163
12164 2014-09-11 Pedro Alves <palves@redhat.com>
12165
12166 PR gdb/17347
12167 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12168 * gdb.base/attach.exp (test_command_line_attach_run): New
12169 procedure.
12170 (top level): Call it.
12171
12172 2014-09-11 Pedro Alves <palves@redhat.com>
12173
12174 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12175 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12176 (do_command_attach_tests): Use spawn_wait_for_attach.
12177 * gdb.base/solib-overlap.exp: Likewise.
12178 * gdb.multi/multi-attach.exp: Likewise.
12179 * gdb.python/py-prompt.exp: Likewise.
12180 * gdb.python/py-sync-interp.exp: Likewise.
12181 * gdb.server/ext-attach.exp: Likewise.
12182
12183 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12184
12185 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12186 command in testcase. Simplify testcase.
12187
12188 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12189
12190 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12191
12192 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12193
12194 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12195
12196 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12197
12198 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12199
12200 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12201
12202 * gdb.dwarf2/dynarr-ptr.c: New file.
12203 * gdb.dwarf2/dynarr-ptr.exp: New file.
12204
12205 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12206
12207 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12208 of 30 rather than hardcoding 120 for a slow test case. Take the
12209 `gdb,timeout' target setting into account for this calculation.
12210 Don't extend the timeout for the test cases that don't need it.
12211
12212 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12213
12214 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12215 a factor of 2 for a slow test case. Take the `gdb,timeout'
12216 target setting into account for this calculation.
12217 * gdb.reverse/until-precsave.exp: Increase the timeout by
12218 a factor of 15 and 3 respectively rather than adding 120
12219 for a pair of slow test cases. Take the `gdb,timeout'
12220 target setting into account for this calculation.
12221
12222 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12223
12224 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12225 timeout, don't pass one down to gdb_expect.
12226 (gdb_expect): Rework timeout selection.
12227
12228 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12229
12230 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12231 exception on timeout.
12232 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12233 (gdbserver_start_extended): Catch any `gdbserver_start' error
12234 exceptions.
12235 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12236 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12237 `gdbserver_gdb_load' error exceptions.
12238
12239 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12240
12241 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12242 120 on waiting for the TCP socket to open.
12243
12244 2014-09-09 Doug Evans <xdje42@gmail.com>
12245
12246 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12247 _caller_matches, _any_caller_is, _any_caller_matches.
12248
12249 2014-09-09 Doug Evans <xdje42@gmail.com>
12250
12251 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12252
12253 2014-09-09 Yao Qi <yao@codesourcery.com>
12254
12255 * gdb.mi/mi-var-display.exp: Set print symbol off.
12256
12257 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12258
12259 PR gdb/17035
12260 * gdb.base/commands.exp: Add tests to verify user-defined
12261 commands with empty bodies.
12262 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12263 python commands in `show user command`.
12264 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12265 scheme commands in `show user command`.
12266
12267 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12268
12269 PR python/17355
12270 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12271 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12272 * gdb.python/py-framefilter-invalidarg.exp: New file.
12273 * gdb.python/py-framefilter-invalidarg.py: New file.
12274
12275 2014-09-06 Doug Evans <xdje42@gmail.com>
12276
12277 PR 15276
12278 * gdb.python/py-caller-is.c: New file.
12279 * gdb.python/py-caller-is.exp: New file.
12280
12281 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12282
12283 PR gdb/17235
12284 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12285 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12286
12287 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12288
12289 PR fortran/17237
12290 * gdb.fortran/print-formatted.exp: New file.
12291 * gdb.fortran/print-formatted.f90: Likewise.
12292
12293 2014-09-03 Sasha Smundak <asmundak@google.com>
12294
12295 * gdb.python/py-frame.exp: Test Frame.read_register.
12296
12297 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12298
12299 PR python/16699
12300 * gdb.python/py-completion.exp: New file.
12301 * gdb.python/py-completion.py: Likewise.
12302
12303 2014-08-28 Doug Evans <dje@google.com>
12304
12305 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12306 eax,etc. are live with values set by gdb and thus the compiler can't
12307 use them.
12308 * gdb.arch/i386-pseudo.c (main): Ditto.
12309
12310 2014-08-27 Doug Evans <dje@google.com>
12311
12312 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12313
12314 2014-08-25 Doug Evans <dje@google.com>
12315
12316 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12317 (main): Ditto.
12318
12319 2014-08-25 Doug Evans <dje@google.com>
12320
12321 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12322
12323 2014-08-24 Yao Qi <yao@codesourcery.com>
12324
12325 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12326 symbol off.
12327 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12328
12329 2014-08-22 Doug Evans <dje@google.com>
12330
12331 PR 17276
12332 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12333 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12334 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12335
12336 2014-08-22 Yao Qi <yao@codesourcery.com>
12337
12338 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12339 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12340 * gdb.python/python.exp: Likewise. Use .py file on the host
12341 instead of the build.
12342
12343 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12344
12345 * gdb.threads/gcore-stale-thread.c: New file.
12346 * gdb.threads/gcore-stale-thread.exp: New file.
12347
12348 2014-08-21 Pedro Alves <palves@redhat.com>
12349
12350 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12351 * gdb.base/gcore-relro-pie.exp: Likewise.
12352 * gdb.base/gcore-relro.exp: Likewise.
12353 * gdb.base/gcore.exp: Likewise.
12354 * gdb.base/print-symbol-loading.exp: Likewise.
12355 * gdb.threads/gcore-thread.exp: Likewise.
12356 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12357
12358 2014-08-20 Pedro Alves <palves@redhat.com>
12359 Jan Kratochvil <jan.kratochvil@redhat.com>
12360
12361 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12362 configure.
12363 (EXPECT): Handle READ1 being set.
12364 (all): Depend on EXTRA_RULES.
12365 (check-read1, expect-read1, read1.so, read1): New rules.
12366 * README (Testsuite Parameters): Document the READ1 make variable.
12367 (Race detection): New section.
12368 * configure: Regenerate.
12369 * configure.ac: If build==host==target, and running under a
12370 GNU/glibc system, add read1 to the extra Makefile rules.
12371 (EXTRA_RULES): AC_SUBST it.
12372 * lib/read1.c: New file.
12373
12374 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12375
12376 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12377 the handling of variables declared as a typedef to an array
12378 which a DW_AT_data_location attribute.
12379
12380 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12381 Pedro Alves <palves@redhat.com>
12382
12383 PR symtab/14604
12384 PR symtab/14605
12385 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12386 gdb_test.
12387
12388 2014-08-19 Pedro Alves <palves@redhat.com>
12389
12390 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12391
12392 2014-08-19 Yao Qi <yao@codesourcery.com>
12393
12394 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12395 right line.
12396
12397 2014-08-18 David Blaikie <dblaikie@gmail.com>
12398
12399 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12400
12401 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12402
12403 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12404 attribute in array range.
12405
12406 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12407
12408 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12409
12410 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12411
12412 PR c++/17132
12413 * gdb.cp/pr17132.cc: New file.
12414 * gdb.cp/pr17132.exp: New file.
12415
12416 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12417
12418 * gdb.python/py-xmethods.py (A_getarrayind)
12419 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12420 Use 'print' with function call syntax.
12421 (E_method_matcher.match): Fix tab vs space indentation mixup.
12422
12423 2014-08-15 Yao Qi <yao@codesourcery.com>
12424
12425 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12426 false.
12427
12428 2014-08-15 Yao Qi <yao@codesourcery.com>
12429
12430 * gdb.cp/casts.exp: Set print symbol off.
12431 * gdb.cp/class2.exp: Likewise.
12432 * gdb.cp/overload.exp: Likewise.
12433 * gdb.cp/templates.exp: Likewise.
12434
12435 2014-08-11 Doug Evans <dje@google.com>
12436
12437 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12438 (test_load_shlib): Update.
12439
12440 2014-08-09 Yao Qi <yao@codesourcery.com>
12441
12442 * gdb.base/display.exp: Invoke is_address_zero_readable.
12443 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12444 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12445 * gdb.base/hbreak-unmapped.exp: Return if
12446 is_address_zero_readable returns true.
12447 * gdb.base/signest.exp: Likewise.
12448 * gdb.base/signull.exp: Likewise.
12449 * gdb.base/sigbpt.exp: Likewise.
12450 * gdb.guile/scm-disasm.exp: Do the test if
12451 is_address_zero_readable returns false.
12452 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12453 * gdb.python/py-arch.exp: Likewise.
12454 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12455 * lib/gdb.exp (is_address_zero_readable): New proc.
12456
12457 2014-08-09 Yao Qi <yao@codesourcery.com>
12458
12459 PR testsuite/13443
12460 * gdb.mi/mi-var-display.exp: Make test messages unique.
12461
12462 2014-08-04 Tom Tromey <tromey@redhat.com>
12463
12464 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12465 target 0".
12466
12467 2014-08-04 Tom Tromey <tromey@redhat.com>
12468
12469 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12470 "target_resume".
12471
12472 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12473
12474 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12475 inner_vla_struct_object_size.
12476 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12477 as xfail.
12478
12479 2014-07-30 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12482 comment.
12483
12484 2014-07-29 Yao Qi <yao@codesourcery.com>
12485
12486 PR gdb/17206
12487 * gdb.base/until-nodebug.exp: New.
12488
12489 2014-07-28 Doug Evans <xdje42@gmail.com>
12490
12491 PR guile/17203
12492 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12493 previously existing parameter, and previously ambiguously spelled
12494 parameter.
12495
12496 2014-07-28 Will Newton <will.newton@linaro.org>
12497
12498 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12499
12500 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12501 Doug Evans <xdje42@gmail.com>
12502
12503 PR guile/17146
12504 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12505
12506 2014-07-25 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.threads/signal-command-handle-nopass.c: New file.
12509 * gdb.threads/signal-command-handle-nopass.exp: New file.
12510 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12511 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12512 * gdb.threads/signal-delivered-right-thread.c: New file.
12513 * gdb.threads/signal-delivered-right-thread.exp: New file.
12514
12515 2014-07-25 Pedro Alves <palves@redhat.com>
12516
12517 * gdb.base/double-prompt-target-event-error.exp
12518 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12519 match.
12520 (cancel_pagination_in_target_event): Rework double prompt
12521 detection.
12522 * gdb.base/paginate-after-ctrl-c-running.exp
12523 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12524 <return>' match.
12525 * gdb.base/paginate-bg-execution.exp
12526 (test_bg_execution_pagination_return)
12527 (test_bg_execution_pagination_cancel): Remove '-notransfer
12528 <return>' matches.
12529 * gdb.base/paginate-execution-startup.exp
12530 (test_fg_execution_pagination_return)
12531 (test_fg_execution_pagination_cancel): Remove '-notransfer
12532 <return>' matches.
12533 * gdb.base/paginate-inferior-exit.exp
12534 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12535 match.
12536 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12537 * lib/gdb.exp (pagination_prompt): Run text through
12538 string_to_regexp.
12539 (gdb_test_multiple): Match $pagination_prompt instead of
12540 "<return>".
12541 (string_to_regexp): Move to lib/gdb-utils.exp.
12542
12543 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12544
12545 * gdb.arch/amd64-entry-value-paramref.S: New file.
12546 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12547 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12548 * gdb.arch/amd64-optimout-repeat.S: New file.
12549 * gdb.arch/amd64-optimout-repeat.c: New file.
12550 * gdb.arch/amd64-optimout-repeat.exp: New file.
12551
12552 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12553
12554 PR gdb/17170
12555 * gdb.base/statistics.exp: New file.
12556
12557 2014-07-17 Doug Evans <dje@google.com>
12558
12559 PR gdb/17170
12560 * gdb.base/maint.exp: Update testing of per-command stats.
12561
12562 2014-07-16 Pedro Alves <palves@redhat.com>
12563
12564 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12565 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12566 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12567 (tfile_write_buf): New functions.
12568 (add_memory_block): Rewrite using the above.
12569 (adjust_function_address): New function.
12570 (FUNCTION_ADDRESS): New macro.
12571 (write_basic_trace_file): Remove short_x local, and use
12572 tfile_write_16. Change type of func_addr local to unsigned long
12573 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12574 here. Cast argument of add_memory_block to char pointer.
12575 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12576 (main): Remove parameters.
12577 * gdb.trace/tfile.exp: Remove nowarnings.
12578
12579 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12580
12581 * gdb.base/debug-expr.exp: Test string evaluation with
12582 "debug expression" on.
12583
12584 2014-07-15 Pedro Alves <palves@redhat.com>
12585
12586 * gdb.base/reread.exp: Use clean_restart.
12587
12588 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12589
12590 * gdb.arch/avr-flash-qualifer.c: New.
12591 * gdb.arch/avr-flash-qualifer.exp: New.
12592
12593 2014-07-14 Pedro Alves <palves@redhat.com>
12594
12595 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12596 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12597
12598 2014-07-14 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.base/double-prompt-target-event-error.c: New file.
12601 * gdb.base/double-prompt-target-event-error.exp: New file.
12602
12603 2014-07-14 Pedro Alves <palves@redhat.com>
12604
12605 PR gdb/17072
12606 * gdb.base/paginate-inferior-exit.c: New file.
12607 * gdb.base/paginate-inferior-exit.exp: New file.
12608
12609 2014-07-14 Pedro Alves <palves@redhat.com>
12610
12611 PR gdb/17072
12612 * gdb.base/paginate-bg-execution.c: New file.
12613 * gdb.base/paginate-bg-execution.exp: New file.
12614
12615 2014-07-14 Pedro Alves <palves@redhat.com>
12616
12617 PR gdb/17072
12618 * gdb.base/paginate-execution-startup.c: New file.
12619 * gdb.base/paginate-execution-startup.exp: New file.
12620 * lib/gdb.exp (pagination_prompt): New global.
12621 (default_gdb_spawn): New procedure, factored out from
12622 default_gdb_spawn.
12623 (default_gdb_start): Adjust to call default_gdb_spawn.
12624 (gdb_spawn): New procedure.
12625
12626 2014-07-14 Pedro Alves <palves@redhat.com>
12627
12628 * lib/gdb.exp (gdb_assert): New procedure.
12629 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12630
12631 2014-07-14 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.base/execution-termios.c: New file.
12634 * gdb.base/execution-termios.exp: New file.
12635
12636 2014-07-14 Tom Tromey <tromey@redhat.com>
12637
12638 * gdb.cp/vla-cxx.cc: New file.
12639 * gdb.cp/vla-cxx.exp: New file.
12640
12641 2014-07-14 Tom Tromey <tromey@redhat.com>
12642
12643 * gdb.reverse/rerun-prec.c: New file.
12644 * gdb.reverse/rerun-prec.exp: New file.
12645
12646 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12647 Maciej W. Rozycki <macro@codesourcery.com>
12648
12649 * lib/gdb-utils.exp: New file.
12650 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12651 inline `gdb_init_command' processing.
12652 (gdb_start_cmd): Likewise.
12653 * lib/mi-support.exp (mi_run_cmd): Likewise.
12654 * README: Document `gdb_init_command' and `gdb_init_commands'.
12655
12656 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12657
12658 Fix false FAIL running under a very long directory name.
12659 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12660 and "set print elements 10000". Twice.
12661
12662 2014-07-11 Yao Qi <yao@codesourcery.com>
12663
12664 * gdb.base/exprs.exp: "set print symbol off".
12665
12666 2014-07-11 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.threads/kill.c: New file.
12669 * gdb.threads/kill.exp: New file.
12670
12671 2014-07-10 Yao Qi <yao@codesourcery.com>
12672
12673 * gdb.trace/tfile.c (write_basic_trace_file)
12674 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12675 address written to trace file.
12676
12677 2014-07-09 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.base/attach-wait-input.exp: New file.
12680 * gdb.base/attach-wait-input.c: New file.
12681
12682 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12683
12684 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12685 setting up test structures.
12686 (main): Call new test function.
12687 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12688 test function, continue into test function and walk test
12689 structures.
12690
12691 2014-07-02 Yao Qi <yao@codesourcery.com>
12692
12693 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12694 'bar_start' at the beginning of functions 'foo' and 'bar'
12695 respectively.
12696 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12697 instead of 'foo' and 'bar'.
12698
12699 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12700
12701 * gdb.btrace/segv.exp: New.
12702 * gdb.btrace/segv.c: New.
12703
12704 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12705
12706 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12707 instruction.
12708
12709 2014-06-30 Mark Wielaard <mjw@redhat.com>
12710
12711 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12712 vulture, vilify, villar): New volatile array constants.
12713 (vindictive, vegetation): New const volatile array constants.
12714 * gdb.base/volatile.exp: Test volatile and const volatile array
12715 types.
12716
12717 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12718
12719 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12720 target lacks support for awatch, rwatch, or hbreak.
12721
12722 2014-06-27 Yao Qi <yao@codesourcery.com>
12723
12724 * gdb.multi/dummy-frame-restore.exp: New.
12725 * gdb.multi/dummy-frame-restore.c: New.
12726
12727 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12728
12729 * gdb.btrace/gcore.exp: New.
12730
12731 2014-06-23 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.base/watchpoint-reuse-slot.c: New file.
12734 * gdb.base/watchpoint-reuse-slot.exp: New file.
12735
12736 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12737
12738 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12739 progspace's filename in 'info', 'enable' and 'disable' command
12740 tests.
12741
12742 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12743
12744 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12745 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12746 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12747
12748 2014-06-20 Gary Benson <gbenson@redhat.com>
12749
12750 * gdb.arch/i386-avx.exp: Fix include file location.
12751 * gdb.arch/i386-sse.exp: Likewise.
12752
12753 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12754
12755 * gdb.dlang/expression.exp: New file.
12756
12757 2014-06-19 Pedro Alves <palves@redhat.com>
12758
12759 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12760 out from ...
12761 (top level): ... here. Iterate running tests under different
12762 scheduler-locking settings.
12763
12764 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12765
12766 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12767 to DW_FORM_addr and use non-zero addresses.
12768
12769 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12770
12771 PR gdb/17017
12772 * gdb.python/py-xmethods.cc: Add global function call counters and
12773 increment them in their respective functions. Remove "cout"
12774 statements.
12775 * gdb.python/py-xmethods.exp: Make tests check the global function
12776 call counters instead of depending on inferior IO.
12777
12778 2014-06-18 Don Breazeal <donb@codesourcery.com>
12779
12780 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12781 Deleted procedure.
12782 (explicit_fork_parent_follow): Deleted procedure.
12783 (explicit_fork_child_follow): Deleted procedure.
12784 (test_follow_fork): New procedure.
12785 (do_fork_tests): Replace calls to deleted procedures with
12786 calls to test_follow_fork and reset GDB for subsequent
12787 procedure calls.
12788
12789 2014-06-17 Yao Qi <yao@codesourcery.com>
12790
12791 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12792 CP1252.
12793
12794 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12795
12796 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12797 Initialize ptr and S explicitly.
12798 (skip_type_update_when_not_use_rtti_test): Likewise.
12799
12800 2014-06-16 Keith Seitz <keiths@redhat.com>
12801
12802 PR mi/15863
12803 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12804 the inferior is started.
12805
12806 2014-06-16 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/break-main-file-remove-fail.c: New file.
12809 * gdb.base/break-main-file-remove-fail.exp: New file.
12810 * gdb.base/break-unload-file.exp: Use build_executable instead of
12811 prepare_for_testing.
12812 (test_break): New parameter "initial_load". Handle it.
12813 (top level): Add initial_load cmdline/file axis.
12814
12815 2014-06-12 Tom Tromey <tromey@redhat.com>
12816
12817 * gdb.base/completion.exp: Don't use directory name in test.
12818
12819 2014-06-09 Gary Benson <gbenson@redhat.com>
12820
12821 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12822 separate the always-available ANSI-standard signals from the
12823 signals that require checking.
12824 (main): Likewise.
12825 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12826 Likewise.
12827 (main): Likewise.
12828
12829 2014-06-07 Keith Seitz <keiths@redhat.com>
12830
12831 Revert:
12832 PR c++/16253
12833 * gdb.cp/var-tag.cc: New file.
12834 * gdb.cp/var-tag.exp: New file.
12835 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12836 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12837 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12838 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12839
12840 2014-06-06 Doug Evans <xdje42@gmail.com>
12841
12842 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12843
12844 2014-06-06 Pedro Alves <palves@redhat.com>
12845
12846 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12847 in target debug output instead of looking at RSP packets,
12848 disabling the test on any target that uses hardware stepping.
12849 Update comments.
12850
12851 2014-06-06 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.base/break-unload-file.exp: Fix typo.
12854
12855 2014-06-06 Yao Qi <yao@codesourcery.com>
12856
12857 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12858 from "jit_function" to "^jit_function".
12859
12860 2014-06-06 Yao Qi <yao@codesourcery.com>
12861
12862 * gdb.base/async.c (foo): Add one statement.
12863 * gdb.base/async.exp: Get the next instruction address and
12864 match the output of "nexti" by instruction address. Match
12865 the hex address in the output of "finish".
12866
12867 2014-06-06 Gary Benson <gbenson@redhat.com>
12868
12869 * gdb.base/call-signals.c: Remove preprocessor conditionals
12870 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12871 SIGSEGV and SIGTERM.
12872 * gdb.base/sigall.c: Likewise.
12873 * gdb.base/unwindonsignal.c: Likewise.
12874 * gdb.reverse/sigall-reverse.c: Likewise.
12875
12876 2014-06-06 Yao Qi <yao@codesourcery.com>
12877
12878 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12879 readable, skip the test.
12880
12881 2014-06-06 Yao Qi <yao@codesourcery.com>
12882
12883 * gdb.threads/staticthreads.c (thread_function): Move the line
12884 setting breakpoint on forward.
12885 * gdb.threads/staticthreads.exp: Update comments.
12886
12887 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12888
12889 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12890 "history-append! type error".
12891
12892 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12893
12894 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12895 erroneous dprintf expected input.
12896
12897 2014-06-04 Doug Evans <xdje42@gmail.com>
12898
12899 * gdb.guile/scm-generics.exp: Delete.
12900
12901 2014-06-04 Doug Evans <xdje42@gmail.com>
12902
12903 * gdb.guile/scm-breakpoint.exp: Update.
12904 Add tests for breakpoint registration.
12905
12906 2014-06-04 Tom Tromey <tromey@redhat.com>
12907
12908 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12909 VLA-in-union.
12910 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12911 inner_vla_struct, vla_union types. Initialize objects of those
12912 types and compute their sizes.
12913
12914 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12915 Hui Zhu <hui@codesourcery.com>
12916
12917 * gdb.base/fileio.exp: Add test for shell not available as well as
12918 available.
12919 * gdb.base/fileio.c (test_system): Check for shell twice.
12920
12921 2014-06-04 Yao Qi <yao@codesourcery.com>
12922
12923 * gdb.base/auto-connect-native-target.exp: Remove redundant
12924 space from the regexp pattern.
12925
12926 2014-06-04 Yao Qi <yao@codesourcery.com>
12927
12928 * gdb.base/default.exp: Replace "child" with "native" in
12929 regexp pattern.
12930
12931 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12932
12933 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12934 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12935 * gdb.python/py-xmethods.py: Python script supporting the
12936 new testcase and tests.
12937
12938 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12939 Pedro Alves <palves@redhat.com>
12940
12941 PR breakpoints/17000
12942 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12943 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12944
12945 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12946
12947 * gdb.base/subst.exp: Add tests to verify partial path matching
12948 output.
12949
12950 2014-06-03 Pedro Alves <palves@redhat.com>
12951
12952 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12953 target that doesn't use software single-stepping.
12954
12955 2014-06-03 Pedro Alves <palves@redhat.com>
12956
12957 PR breakpoints/17000
12958 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12959 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12960
12961 2014-06-02 Doug Evans <xdje42@gmail.com>
12962
12963 * gdb.guile/scm-parameter.exp: New file.
12964
12965 2014-06-02 Doug Evans <xdje42@gmail.com>
12966
12967 * gdb.guile/scm-cmd.c: New file.
12968 * gdb.guile/scm-cmd.exp: New file.
12969
12970 2014-06-02 Doug Evans <xdje42@gmail.com>
12971
12972 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12973 pretty-printer lookup.
12974 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12975 (make-pp_s-printer): Call it.
12976 (make-pretty-printer-from-dict): New function.
12977 (lookup-pretty-printer-maker-from-dict): New function.
12978 (*pretty-printer*): Simplify.
12979 (make-objfile-pp_s-printer): New function.
12980 (install-objfile-pretty-printers!): New function.
12981 (make-progspace-pp_s-printer): New function.
12982 (install-progspace-pretty-printers!): New function.
12983 * gdb.guile/scm-progspace.c: New file.
12984 * gdb.guile/scm-progspace.exp: New file.
12985
12986 2014-06-02 Pedro Alves <palves@redhat.com>
12987
12988 * gdb.base/dprintf-bp-same-addr.c: New file.
12989 * gdb.base/dprintf-bp-same-addr.exp: New file.
12990
12991 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12992
12993 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12994 * gdb.arch/powerpc-power.s: Likewise.
12995
12996 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12997
12998 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12999
13000 2014-06-01 Yao Qi <yao@codesourcery.com>
13001
13002 * gdb.base/watchpoint.exp (test_watch_location): Check null
13003 pointer can be dereferenced. If not, do the test, otherwise
13004 skip it.
13005
13006 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13007
13008 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13009 results.
13010 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13011
13012 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13013
13014 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13015 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13016 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13017 * gdb.arch/amd64-invalid-stack-top.c: New file.
13018 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13019
13020 2014-05-30 Pedro Alves <palves@redhat.com>
13021
13022 PR breakpoints/17000
13023 * gdb.base/sss-bp-on-user-bp.c: New file.
13024 * gdb.base/sss-bp-on-user-bp.exp: New file.
13025
13026 2014-05-30 David Blaikie <dblaikie@gmail.com>
13027
13028 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13029 gnu_inline semantics via attribute.
13030 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13031 source explicitly specifies the required semantics.
13032
13033 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13034
13035 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13036
13037 2014-05-29 Pedro Alves <palves@redhat.com>
13038 Tom Tromey <tromey@redhat.com>
13039
13040 * gdb.base/async-shell.exp: Don't enable target-async.
13041 * gdb.base/async.exp
13042 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13043 parameter. Adjust.
13044 (top level): Don't test with "target-async".
13045 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13046 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13047 * gdb.base/inferior-died.exp: Don't enable target-async.
13048 * gdb.base/interrupt-noterm.exp: Likewise.
13049 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13050 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13051 * gdb.mi/mi-nonstop.exp: Likewise.
13052 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13053 * gdb.mi/mi-nsintrall.exp: Likewise.
13054 * gdb.mi/mi-nsmoribund.exp: Likewise.
13055 * gdb.mi/mi-nsthrexec.exp: Likewise.
13056 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13057 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13058 * gdb.python/py-evsignal.exp: Don't enable target-async.
13059 * gdb.python/py-evthreads.exp: Likewise.
13060 * gdb.python/py-prompt.exp: Likewise.
13061 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13062 * gdb.server/solib-list.exp: Don't enable target-async.
13063 * gdb.threads/thread-specific-bp.exp: Likewise.
13064 * lib/mi-support.exp: Adjust to use mi-async.
13065
13066 2014-05-29 Pedro Alves <palves@redhat.com>
13067
13068 PR gdb/13860
13069 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13070 reason, even in sync mode.
13071
13072 2014-05-29 Pedro Alves <palves@redhat.com>
13073 Hui Zhu <hui@codesourcery.com>
13074
13075 PR PR15693
13076 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13077 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13078 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13079 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13080
13081 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13082
13083 * config/monitor.exp (gdb_target_monitor): Replace use of
13084 "set remotebaud" by "set serial baud".
13085
13086 2014-05-26 Andy Wingo <wingo@igalia.com>
13087
13088 * gdb.guile/scm-breakpoint.exp:
13089 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13090 properties instead of gdb-object-properties.
13091
13092 2014-05-26 Yao Qi <yao@codesourcery.com>
13093
13094 * gdb.server/no-thread-db.exp: Specify source file name
13095 explicitly when setting a breakpoint.
13096
13097 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13098
13099 * gdb.btrace/vdso.c: New.
13100 * gdb.btrace/vdso.exp: New.
13101
13102 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13103
13104 * gdb.base/gcore.exp (capture_command_output): Move ...
13105 * lib/gdb.exp (capture_command_output): ... here.
13106
13107 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13108
13109 * gdb.btrace/data.exp: Test memory access during btrace replay.
13110
13111 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13112
13113 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13114
13115 2014-05-21 Pedro Alves <palves@redhat.com>
13116
13117 PR gdb/13860
13118 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13119 (top level): Test that output related to execution commands is
13120 sent to the console with CLI commands, but not with MI commands.
13121 Test that breakpoint events are always mirrored to the console.
13122 Also expect the new source line to be output after a "next" in
13123 async mode too. Make it a pass/fail test.
13124 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13125 output.
13126 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13127
13128 2014-05-21 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13131 Use them to test variations of "list" after reaching a breakpoint.
13132 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13133 Test "list" with listsize 10 after reaching a breakpoint.
13134 * gdb.python/python.exp (decode_line current location line
13135 number): Adjust expected line number.
13136
13137 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13138
13139 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13140 behavior for $args, pass it directly to "run".
13141
13142 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13143
13144 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13145 30000 to 65536.
13146
13147 2014-05-21 Pedro Alves <palves@redhat.com>
13148
13149 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13150 auto-connect-native-target off".
13151 * gdb.base/auto-connect-native-target.c: New file.
13152 * gdb.base/auto-connect-native-target.exp: New file.
13153
13154 2014-05-21 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.base/default.exp: Test "target native" instead of "target
13157 child".
13158
13159 2014-05-21 Mark Wielaard <mjw@redhat.com>
13160
13161 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13162
13163 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13164
13165 Fix TLS access for -static -pthread.
13166 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13167 <HAVE_TLS> (thread_function, main): Initialize it.
13168 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13169 Add clean_restart.
13170 <$have_tls != "">: Check TLSVAR.
13171
13172 2014-05-21 Pedro Alves <palves@redhat.com>
13173
13174 * gdb.base/dcache-line-read-error.c: New.
13175 * gdb.base/dcache-line-read-error.exp: New.
13176
13177 2014-05-20 Pedro Alves <palves@redhat.com>
13178
13179 * gdb.base/compare-sections.c: New file.
13180 * gdb.base/compare-sections.exp: New file.
13181
13182 2014-05-20 Pedro Alves <palves@redhat.com>
13183
13184 * gdb.base/break-idempotent.c: New file.
13185 * gdb.base/break-idempotent.exp: New file.
13186
13187 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13188
13189 * gdb.btrace/nohist.exp: New.
13190
13191 2014-05-20 Yao Qi <yao@codesourcery.com>
13192
13193 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13194 gdb.reverse directory and gdb_reverse_timeout exists in board
13195 setting.
13196 * README: Document gdb_reverse_timeout.
13197
13198 2014-05-20 Yao Qi <yao@codesourcery.com>
13199
13200 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13201 'test_file_name'. Treat args as a string instead of a list.
13202 (gdb_init): Rename argument 'args' by 'test_file_name'.
13203
13204 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13205
13206 * gdb.arch/powerpc-power.exp: New file.
13207 * gdb.arch/powerpc-power.s: New file.
13208
13209 2014-05-16 Doug Evans <dje@google.com>
13210
13211 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13212 * gdb.base/completion.exp: Check that all expected files exist
13213 before doing file completion.
13214
13215 2014-05-16 Doug Evans <dje@google.com>
13216
13217 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13218 Update.
13219 (do_syscall_tests_without_xml): Update.
13220
13221 2014-05-16 Pedro Alves <palves@redhat.com>
13222
13223 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13224 instead of "unknown output after running".
13225
13226 2014-05-16 Yao Qi <yao@codesourcery.com>
13227
13228 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13229 file1.txt from host at the end.
13230 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13231
13232 2014-05-15 Doug Evans <dje@google.com>
13233
13234 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13235 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13236 loading file. Add test for TU lookup.
13237
13238 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13239
13240 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13241 calling "-exec-arguments" or "set args" before running the
13242 inferior.
13243
13244 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13245
13246 * lib/mi-support.exp (mi_expect_stop): Expect message for
13247 inferiors that exit with non-zero exit code.
13248
13249 2014-05-14 Yao Qi <yao@codesourcery.com>
13250
13251 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13252 match absolute path on remote host.
13253 (test_file_list_exec_source_files): Remove "/" from the
13254 pattern.
13255
13256 2014-05-14 Yao Qi <yao@codesourcery.com>
13257
13258 * boards/local-remote-host-notty.exp (${board}_file): New
13259 proc.
13260
13261 2014-05-07 Kyle McMartin <kyle@redhat.com>
13262
13263 Pushed by Joel Brobecker <brobecker@adacore.com>.
13264 * gdb.arch/aarch64-atomic-inst.c: New file.
13265 * gdb.arch/aarch64-atomic-inst.exp: New file.
13266
13267 2014-05-07 Yao Qi <yao@codesourcery.com>
13268
13269 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13270 in current context" too.
13271
13272 2014-05-05 Keith Seitz <keiths@redhat.com>
13273
13274 * gdb.linespec/ls-dollar.exp: Add test for linespec
13275 file:convenience_variable.
13276
13277 2014-05-05 Yao Qi <yao@codesourcery.com>
13278
13279 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13280 traceframes into tfile and ctf trace files. Read data from
13281 trace file and test collected data.
13282 (gdb_collect_locals_test): Likewise.
13283 (gdb_unavailable_registers_test): Likewise.
13284 (gdb_unavailable_floats): Likewise.
13285 (gdb_collect_globals_test): Likewise.
13286 (top-level): Append "ctf" to trace_file_targets if GDB
13287 supports.
13288
13289 2014-05-05 Yao Qi <yao@codesourcery.com>
13290
13291 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13292 code to ...
13293 (gdb_collect_args_test_1): ... it. New proc.
13294 (gdb_collect_locals_test): Move some code to ...
13295 (gdb_collect_locals_test_1): ... it. New proc.
13296 (gdb_unavailable_registers_test): Move some code to ...
13297 (gdb_unavailable_registers_test_1): ... it. New proc.
13298 (gdb_unavailable_floats): Move some code to ...
13299 (gdb_unavailable_floats_1): ... it. New proc.
13300
13301 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13302
13303 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13304 probes to test for bitness recognition.
13305 * gdb.arch/amd64-stap-optional-prefix.exp
13306 (test_probe_value_without_reg): New procedure.
13307 Add code to test for different kinds of bitness.
13308
13309 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13310
13311 PR breakpoints/16889
13312 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13313 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13314
13315 2014-05-01 Pedro Alves <palves@redhat.com>
13316
13317 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13318 gdb_file_cmd if no file is specified.
13319 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13320 last_loaded_file to set the remote exec-file.
13321
13322 2014-05-01 Pedro Alves <palves@redhat.com>
13323
13324 * boards/local-remote-host.exp: New file.
13325
13326 2014-05-01 Pedro Alves <palves@redhat.com>
13327
13328 * boards/local-remote-host.exp: Rename to ...
13329 * boards/local-remote-host-notty.exp: ... this.
13330
13331 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13332
13333 * gdb.ada/dyn_arrayidx: New testcase.
13334
13335 2014-04-26 Yao Qi <yao@codesourcery.com>
13336
13337 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13338 and compute the length of function main. Save it in
13339 $main_length.
13340 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13341 (top-level): Use gdb_compile to compile objects into
13342 executable and restart GDB. Remove invocation to
13343 prepare_for_testing.
13344
13345 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13346 Pedro Alves <palves@redhat.com>
13347
13348 PR server/16255
13349 * gdb.multi/multi-attach.c: New file.
13350 * gdb.multi/multi-attach.exp: New file.
13351
13352 2014-04-25 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13355 user.
13356 (top level): Test that "set remote conditional-breakpoints-packet
13357 off" works as intended.
13358 * gdb.base/dprintf.exp: Test that "set remote
13359 breakpoint-commands-packet off" works as intended.
13360 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13361 New function.
13362 (top level): Call it.
13363 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13364 remote fast-tracepoints-packet off" works as intended.
13365 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13366 * lib/gdb.exp (gdb_is_target_remote): ... here.
13367
13368 2014-04-24 David Blaikie <dblaikie@gmail.com>
13369
13370 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13371 ensure clang would not discard them.
13372 * gdb.base/gdbvars.c: Ditto.
13373 * gdb.base/memattr.c: Ditto.
13374 * gdb.base/whatis.c: Ditto.
13375 * gdb.python/py-prettyprint.c: Ditto.
13376 * gdb.trace/actions.c: Ditto.
13377 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13378 ensure clang would not discard it.
13379
13380 2014-04-24 David Blaikie <dblaikie@gmail.com>
13381
13382 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13383 clang to emit the full definition of type required by the test
13384 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13385
13386 2014-04-24 David Blaikie <dblaikie@gmail.com>
13387
13388 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13389 coax Clang into emitting the definition of the type.
13390 * gdb.cp/pr10728-x.h (y): Ditto.
13391 * gdb.cp/pr10728-y.cc (y): Ditto.
13392
13393 2014-04-24 David Blaikie <dblaikie@gmail.com>
13394
13395 * gdb.base/label.exp: XFAIL label related tests under Clang.
13396 * gdb.cp/cplabel.exp: Ditto.
13397 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13398 under Clang those using labels.
13399
13400 2014-04-25 Yao Qi <yao@codesourcery.com>
13401
13402 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13403 double_label.
13404 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13405 partial_label and double_label.
13406
13407 2014-04-24 David Blaikie <dblaikie@gmail.com>
13408
13409 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13410
13411 2014-04-24 David Blaikie <dblaikie@gmail.com>
13412
13413 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13414 of the function to work across GCC and Clang.
13415 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13416 pointer types (const void ** const V void **).
13417
13418 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13419 Walfred Tedeschi <walfred.tedeschi@intel.com>
13420
13421 * Makefile.in (EXECUTABLES): Added i386-avx512.
13422 * gdb.arch/i386-avx512.c: New file.
13423 * gdb.arch/i386-avx512.exp: Likewise.
13424
13425 2014-04-23 Keith Seitz <keiths@redhat.com>
13426
13427 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13428 (mi_make_breakpoint_table): New procedure.
13429 (mi_create_breakpoint): Use mi_make_breakpoint
13430 and return the result.
13431 (mi_make_breakpoint): New procedure.
13432 (mi_build_kv_pairs): New procedure.
13433
13434 * gdb.mi/mi-break.exp: Remove unused globals,
13435 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13436 All callers updated.
13437 * gdb.mi/mi-dprintf.exp: Use variable to track command
13438 number.
13439 Update all callers of mi_create_breakpoint and use
13440 mi_make_breakpoint_table.
13441 Remove any unused global variables.
13442 * gdb.mi/mi-nonstop.exp: Likewise.
13443 * gdb.mi/mi-nsintrall.exp: Likewise.
13444 * gdb.mi/mi-nsmoribund.exp: Likewise.
13445 * gdb.mi/mi-nsthrexec.exp: Likewise.
13446 * gdb.mi/mi-reverse.exp: Likewise.
13447 * gdb.mi/mi-simplerun.exp: Likewise.
13448 * gdb.mi/mi-stepn.exp: Likewise.
13449 * gdb.mi/mi-syn-frame.exp: Likewise.
13450 * gdb.mi/mi-until.exp: Likewise.
13451 * gdb.mi/mi-var-cp.exp: Likewise.
13452 * gdb.mi/mi-var-display.exp: Likewise.
13453 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13454 * gdb.mi/mi2-var-child.exp: Likewise.
13455 * gdb.mi/mi-vla-c99.exp: Likewise.
13456 * lib/mi-support.exp: Likewise.
13457
13458 From Ian Lance Taylor <iant@cygnus.com>:
13459 * lib/gdb.exp (parse_args): New procedure.
13460
13461 2014-04-23 Pedro Alves <palves@redhat.com>
13462
13463 * gdb.base/break-unload-file.c: New file.
13464 * gdb.base/break-unload-file.exp: New file.
13465 * gdb.base/sym-file-lib.c (baz): New function.
13466 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13467 field.
13468 (load): Store the segment's mapped size.
13469 (unload): New function.
13470 (unload_shlib): New function.
13471 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13472 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13473 set a breakpoint at baz, and call it.
13474 * gdb.base/sym-file.exp: New tests for stale breakpoint
13475 instructions.
13476
13477 2014-04-23 Pedro Alves <palves@redhat.com>
13478
13479 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13480 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13481 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13482 * gdb.base/hbreak-unmapped.c: New file.
13483 * gdb.base/hbreak-unmapped.exp: New file.
13484 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13485 * lib/gdb.exp (gdb_is_target_remote): ... here.
13486
13487 2014-04-22 Pedro Alves <palves@redhat.com>
13488
13489 * gdb.base/consecutive-step-over.c: New file.
13490 * gdb.base/consecutive-step-over.exp: New file.
13491
13492 2014-04-22 Pedro Alves <palves@redhat.com>
13493
13494 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13495 instead of send_gdb/gdb_expect.
13496
13497 2014-04-22 Yao Qi <yao@codesourcery.com>
13498
13499 * lib/trace-support.exp (generate_tracefile): New procedure.
13500 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13501 return 0.
13502 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13503 if generate_tracefile returns 1.
13504
13505 2014-04-18 Tom Tromey <palves@redhat.com>
13506 Pedro alves <tromey@redhat.com>
13507
13508 PR backtrace/15558
13509 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13510 with a backtrace limit.
13511 * gdb.python/py-frame-inline.exp: Test running to an inline
13512 function with a backtrace limit, and printing the newest frame.
13513 * gdb.python/py-frame-inline.c (main): Call f.
13514
13515 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13516
13517 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13518
13519 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13520
13521 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13522 Drop prefix from unsupported source file path.
13523
13524 2014-04-17 Yao Qi <yao@codesourcery.com>
13525
13526 * lib/gdb.exp (with_target_charset): New proc.
13527 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13528 with_target_charset.
13529 (test_print_strings): Likewise.
13530 (test_repeat_bytes): Likewise.
13531 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13532 for some tests.
13533
13534 2014-04-16 Keith Seitz <keiths@redhat.com>
13535
13536 PR gdb/15827
13537 * gdb.dwarf2/corrupt.c: New file.
13538 * gdb.dwarf2/corrupt.exp: New file.
13539
13540 2014-04-16 Keith Seitz <keiths@redhat.com>
13541
13542 PR c++/16597
13543 * gdb.cp/namelessclass.cc: New file.
13544 * gdb.cp/namelessclass.exp: New file.
13545 * gdb.cp/namelessclass.S: New file.
13546
13547 2014-04-16 Doug Evans <dje@google.com>
13548
13549 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13550 Add comment.
13551 (gdbserver_default_get_comm_port): New function.
13552 (gdbserver_start): Check if board file provided
13553 "gdbserver,get_comm_port" and use it if so.
13554 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13555 (gdb,socketport): Set to "stdio".
13556 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13557 (stdio_gdbserver_template): Delete.
13558 (${board}_get_remote_address): Update.
13559 (${board}_build_remote_cmd): Delete.
13560 (${board}_get_comm_port): New function.
13561 (${board}_spawn): Update.
13562 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13563 Delete.
13564 (${board}_get_remote_address): Update.
13565 (${board}_get_comm_port): New function.
13566
13567 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13568
13569 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13570 appearing in any order.
13571
13572 2014-04-15 Doug Evans <dje@google.com>
13573
13574 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13575 uninitialized value of "description".
13576
13577 2014-04-15 Keith Seitz <keiths@redhat.com>
13578
13579 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13580 Remove unused globals.
13581 (test_running_the_program): Likewise.
13582 (test_controlled_execution): Likewise.
13583 (test_controlling_breakpoints): Likewise.
13584 (test_program_termination): Likewise.
13585
13586 2014-04-15 Keith Seitz <keiths@redhat.com>
13587
13588 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13589 unused globals.
13590 (test_rbreak_creation_and_listing): Likewise.
13591 (test_ignore_count): Likewise.
13592 (test_error): Likewise.
13593
13594 2014-04-15 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13597 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13598 sym-file-loader.c.
13599 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13600 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13601 to sym-file-loader.c.
13602 (struct library): Forward declare.
13603 (load_shlib, lookup_function): Change prototypes.
13604 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13605 (translate_offset): Remove declarations.
13606 (get_text_addr): New declaration.
13607 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13608 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13609 sym-file-loader.h.
13610 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13611 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13612 here from sym-file-loader.h.
13613 (struct library): New structure.
13614 (load_shlib, lookup_function): Change prototypes and adjust to
13615 work with a struct library.
13616 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13617 (translate_offset): Make static.
13618 (get_text_addr): New function.
13619 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13620
13621 2014-04-15 Pedro Alves <palves@redhat.com>
13622
13623 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13624
13625 2014-04-15 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.base/sym-file-loader.c: Include <limits.h>.
13628 (SELF_LINK): New define.
13629 (get_origin): New function.
13630 (load_shlib): Use it.
13631 * gdb.base/sym-file.exp: Don't early return if the target is
13632 remote. Use runto_main, and issue fail is that fails. Use
13633 gdb_load_shlibs.
13634 (shlib_name): Delete.
13635 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13636
13637 2014-04-15 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.base/sym-file.exp: Remove regex characters from test
13640 message. Don't refer to breakpoint numbers in test messages.
13641
13642 2014-04-14 Keith Seitz <keiths@redhat.com>
13643
13644 PR c++/16253
13645 * gdb.cp/var-tag.cc: New file.
13646 * gdb.cp/var-tag.exp: New file.
13647 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13648 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13649 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13650 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13651
13652 2014-04-14 Tom Tromey <tromey@redhat.com>
13653
13654 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13655 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13656 type.
13657 * gdb.cp/enum-class.exp: New file.
13658 * gdb.cp/enum-class.cc: New file.
13659
13660 2014-04-14 Tom Tromey <tromey@redhat.com>
13661
13662 * gdb.dwarf2/enum-type.exp: New file.
13663
13664 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13665
13666 * gdb.mi/mi-vla-c99.exp: New file.
13667 * gdb.mi/vla.c: New file.
13668
13669 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13670
13671 * gdb.base/vla-datatypes.c: New file.
13672 * gdb.base/vla-datatypes.exp: New file.
13673
13674 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13675
13676 * gdb.base/vla-ptr.c: New file.
13677 * gdb.base/vla-ptr.exp: New file.
13678
13679 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13680
13681 * gdb.dwarf2/count.exp: New file.
13682
13683 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13684
13685 * gdb.base/vla-sideeffect.c: New file.
13686 * gdb.base/vla-sideeffect.exp: New file.
13687
13688 2014-04-14 David Blaikie <dblaikie@gmail.com>
13689
13690 * gdb.mi/non-stop.c: Add return value for non-void function return
13691 statement.
13692 * gdb.threads/staticthreads.c: Ditto.
13693
13694 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13695 Doug Evans <xdje42@gmail.com>
13696
13697 * gdb.guile/scm-value.c: Improve test case.
13698 * gdb.guile/scm-value.exp: Add new test.
13699
13700 2014-04-11 David Blaikie <dblaikie@gmail.com>
13701
13702 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13703 override Clang's default.
13704
13705 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13706
13707 Revert the following changes (regressions):
13708
13709 * gdb.base/vla-sideeffect.c: New file.
13710 * gdb.base/vla-sideeffect.exp: New file.
13711
13712 * gdb.dwarf2/count.exp: New file.
13713
13714 * gdb.base/vla-multi.c: New file.
13715 * gdb.base/vla-multi.exp: New file.
13716
13717 * gdb.base/vla-ptr.c: New file.
13718 * gdb.base/vla-ptr.exp: New file.
13719
13720 * gdb.base/vla-datatypes.c: New file.
13721 * gdb.base/vla-datatypes.exp: New file.
13722
13723 * gdb.mi/mi-vla-c99.exp: New file.
13724 * gdb.mi/vla.c: New file.
13725
13726 2014-04-11 Keith Seitz <keiths@redhat.com>
13727
13728 PR c++/16675
13729 * gdb.cp/cpsizeof.exp: New file.
13730 * gdb.cp/cpsizeof.cc: New file.
13731
13732 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13733
13734 * gdb.mi/mi-vla-c99.exp: New file.
13735 * gdb.mi/vla.c: New file.
13736
13737 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13738
13739 * gdb.base/vla-datatypes.c: New file.
13740 * gdb.base/vla-datatypes.exp: New file.
13741
13742 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13743
13744 * gdb.base/vla-ptr.c: New file.
13745 * gdb.base/vla-ptr.exp: New file.
13746
13747 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13748
13749 * gdb.base/vla-multi.c: New file.
13750 * gdb.base/vla-multi.exp: New file.
13751
13752 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13753
13754 * gdb.dwarf2/count.exp: New file.
13755
13756 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13757
13758 * gdb.base/vla-sideeffect.c: New file.
13759 * gdb.base/vla-sideeffect.exp: New file.
13760
13761 2014-04-11 Yao Qi <yao@codesourcery.com>
13762
13763 * gdb.base/completion.exp: Check file exists before running tests
13764 on file completion.
13765
13766 2014-04-10 Pedro Alves <palves@redhat.com>
13767
13768 * gdb.base/cond-eval-mode.c: New file.
13769 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13770 prepare_for_testing to build the new file. Check result of
13771 runto_main.
13772 (test_break, test_watch): New procedures.
13773 (top level): Use them.
13774
13775 2014-04-08 Pierre Muller <muller@sourceware.org>
13776
13777 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13778 Ctrl-V use for mingw hosts.
13779
13780 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13781
13782 * gdb.python/py-value.c: Improve test case.
13783 * gdb.python/py-value.exp: Add new test.
13784
13785 2014-04-07 David Blaikie <dblaikie@gmail.com>
13786
13787 * lib/compiler.c: Identify the clang compiler.
13788 * lib/compiler.cc: Ditto.
13789
13790 2014-04-03 Yao Qi <yao@codesourcery.com>
13791
13792 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13793
13794 2014-04-01 Anton Blanchard <anton@samba.org>
13795
13796 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13797 messages unique.
13798
13799 2014-04-01 Anton Blanchard <anton@samba.org>
13800
13801 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13802 prepare_for_testing.
13803
13804 2014-04-01 Anton Blanchard <anton@samba.org>
13805
13806 * gdb.arch/ppc64-atomic-inst.c: Remove.
13807 * gdb.arch/ppc64-atomic-inst.S: New file.
13808 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13809
13810 2014-03-31 Doug Evans <dje@google.com>
13811
13812 * gdb.base/print-symbol-loading-lib.c: New file.
13813 * gdb.base/print-symbol-loading-main.c: New file.
13814 * gdb.base/print-symbol-loading.exp: New file.
13815
13816 2014-03-31 Yao Qi <yao@codesourcery.com>
13817
13818 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13819
13820 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13821
13822 * gdb.ada/mi_dyn_arr: New testcase.
13823
13824 2014-03-27 Doug Evans <dje@google.com>
13825
13826 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13827
13828 2014-03-27 Yao Qi <yao@codesourcery.com>
13829
13830 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13831 if target is nios2-*-*.
13832
13833 2014-03-26 Yao Qi <yao@codesourcery.com>
13834
13835 * lib/gdb.exp (readline_is_used): New proc.
13836 * gdb.base/completion.exp: Move tests on command complete up.
13837 Skip the rest of tests if readline is not used.
13838 * gdb.ada/complete.exp: Skp the test if readline is not
13839 used.
13840 * gdb.base/filesym.exp: Likewise.
13841 * gdb.base/macscp.exp: Likewise.
13842 * gdb.base/readline-ask.exp: Likewise.
13843 * gdb.base/readline.exp: Likewise.
13844 * gdb.python/py-cmd.exp: Likewise.
13845 * gdb.trace/tfile.exp: Likewise.
13846
13847 2014-03-26 Yao Qi <yao@codesourcery.com>
13848
13849 * gdb.base/macscp.exp: Fix code format issues.
13850
13851 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13852
13853 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13854 * gdb.asm/powerpc64le.inc: New file.
13855
13856 2014-03-25 Pedro Alves <palves@redhat.com>
13857 Doug Evans <dje@google.com>
13858
13859 * gdb.base/source-execution.c: New file.
13860 * gdb.base/source-execution.exp: New file.
13861 * gdb.base/source-execution.gdb: New file.
13862
13863 2014-03-24 Doug Evans <dje@google.com>
13864
13865 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13866 using fission.
13867
13868 2014-03-24 Hui Zhu <hui@codesourcery.com>
13869 Pedro Alves <palves@redhat.com>
13870
13871 PR breakpoints/16101
13872 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13873 test pass/fail messages. Detect missing support for dprintf when
13874 breakpoints are actually inserted.
13875 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13876 breakpoints are actually inserted.
13877 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13878 fails.
13879
13880 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13881
13882 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13883
13884 2014-03-22 Doug Evans <xdje42@gmail.com>
13885
13886 * gdb.python/python.exp (python not supported): Verify multi-line
13887 python command issues an error.
13888 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13889 guile command issues an error.
13890
13891 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13892
13893 * gdb.threads/thread-specific.exp: Handle the lack of usable
13894 $this_breakpoint and $this_thread.
13895
13896 2014-03-21 Hui Zhu <hui@codesourcery.com>
13897
13898 * gdb.base/attach.exp (do_command_attach_tests): New.
13899
13900 2014-03-20 Tom Tromey <tromey@redhat.com>
13901 Pedro Alves <palves@redhat.com>
13902
13903 PR cli/15718
13904 * gdb.base/condbreak-call-false.c: New file.
13905 * gdb.base/condbreak-call-false.exp: New file.
13906
13907 2014-03-20 Pedro Alves <palves@redhat.com>
13908
13909 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13910 Delete.
13911 (block_signals, unblock_signals): Delete.
13912 (child_function_2, main): Remove references to deleted variable
13913 and functions.
13914
13915 2014-03-20 Pedro Alves <palves@redhat.com>
13916
13917 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13918 Use pthread_kill to signal thread 2.
13919 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13920 Adjust to make the test send itself a signal rather than using the
13921 host's "kill" command.
13922
13923 2014-03-20 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.threads/multiple-step-overs.c: New file.
13926 * gdb.threads/multiple-step-overs.exp: New file.
13927 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13928 Adjust expected infrun debug output.
13929
13930 2014-03-20 Pedro Alves <palves@redhat.com>
13931
13932 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13933 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13934
13935 2014-03-20 Pedro Alves <palves@redhat.com>
13936
13937 PR breakpoints/7143
13938 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13939 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13940 of gdb_test_multiple.
13941 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13942 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13943
13944 2014-03-20 Pedro Alves <palves@redhat.com>
13945
13946 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13947 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13948
13949 2014-03-19 Pedro Alves <palves@redhat.com>
13950
13951 * gdb.base/async.exp: Remove early return.
13952
13953 2014-03-19 Pedro Alves <palves@redhat.com>
13954
13955 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13956
13957 2014-03-19 Pedro Alves <palves@redhat.com>
13958
13959 * gdb.base/async.exp (test_background): Expect \r\n after
13960 "completed." in the fail pattern.
13961
13962 2014-03-19 Pedro Alves <palves@redhat.com>
13963
13964 * gdb.base/async.exp (test_background): New procedure.
13965 Use it for all background execution command tests.
13966
13967 2014-03-19 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.base/async.exp: Use prepare_for_testing.
13970
13971 2014-03-19 Pedro Alves <palves@redhat.com>
13972
13973 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13974 the same line.
13975
13976 2014-03-19 Pedro Alves <palves@redhat.com>
13977
13978 * gdb.base/async.c (main): Add "jump here" and "until here" line
13979 marker comments.
13980 * gdb.base/async.exp (jump_here): New global.
13981 (jump& test): Use it.
13982 (until_here): New global.
13983 (until& test): Use it.
13984
13985 2014-03-19 Pedro Alves <palves@redhat.com>
13986
13987 * gdb.base/async.exp: Don't frob gdb_protocol.
13988
13989 2014-03-18 Doug Evans <xdje42@gmail.com>
13990
13991 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13992 Fix spelling of exec-done-display.
13993
13994 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13995
13996 PR gdb/15358
13997 * gdb.base/gdb-sigterm.c: New file.
13998 * gdb.base/gdb-sigterm.exp: New file.
13999
14000 2014-03-18 Pedro Alves <palves@redhat.com>
14001
14002 PR gdb/13860
14003 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14004 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14005 solib-event.
14006
14007 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14008
14009 * gdb.ada/pckd_arr_ren: New testcase.
14010
14011 2014-03-13 Doug Evans <xdje42@gmail.com>
14012
14013 PR guile/16612
14014 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14015 collect after discarding symbols.
14016
14017 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14018 Doug Evans <xdje42@gmail.com>
14019
14020 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14021 to history survives a gc.
14022
14023 2014-03-13 Pedro Alves <palves@redhat.com>
14024
14025 * gdb.base/default.exp: Don't test "target procfs".
14026
14027 2014-03-13 Pedro Alves <palves@redhat.com>
14028
14029 * gdb.base/default.exp: Update "target child" and "target procfs"
14030 tests to not expect "Unix".
14031
14032 2014-03-12 Tom Tromey <tromey@redhat.com>
14033
14034 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14035 New procs. Add target-async tests.
14036 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14037 Add target-async tests.
14038
14039 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14040
14041 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14042 'func_start' and 'func_end' for the beginning and end of the
14043 function code, respectively.
14044 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14045 'func_end' instead of 'func' and 'main'.
14046
14047 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14048
14049 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14050 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14051 generate the debug info assembler source.
14052
14053 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14054
14055 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14056 * gdb.dwarf2/arr-subrange.exp: Likewise.
14057 * gdb.dwarf2/dwz.exp: Likewise.
14058 * gdb.dwarf2/method-ptr.exp: Likewise.
14059 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14060 * gdb.dwarf2/subrange.exp: Likewise.
14061 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14062 * gdb.dwarf2/implptrpiece.exp: Likewise.
14063 * gdb.dwarf2/nostaticblock.exp: Likewise.
14064
14065 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14066
14067 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14068 directory to absolute path name arguments.
14069
14070 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14071
14072 * gdb.ada/tagged_access: New testcase.
14073
14074 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14075
14076 * gdb.btrace/data.exp: Update expected output.
14077
14078 2014-03-06 Yao Qi <yao@codesourcery.com>
14079
14080 * gdb.trace/pr16508.exp: New file.
14081
14082 2014-03-05 Pedro Alves <palves@redhat.com>
14083
14084 PR gdb/16575
14085 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14086 procedure.
14087 (top level): Adjust to use it. Add tests that exercise breakpoint
14088 interaction with the code-cache.
14089
14090 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14091
14092 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14093 test for 'history-append!'.
14094
14095 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14096
14097 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14098 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14099 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14100 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14101 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14102 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14103
14104 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14105
14106 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14107 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14108 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14109
14110 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14111
14112 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14113
14114 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14115
14116 * gdb.dwarf2/arr-stride.c: New file.
14117 * gdb.dwarf2/arr-stride.exp: New file.
14118
14119 2014-02-26 Pedro Alves <palves@redhat.com>
14120
14121 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14122 that won't ever trigger. Make sure that GDB reports the correct
14123 breakpoint that caused the stop.
14124
14125 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14126
14127 PR gdb/16626
14128 * gdb.base/auto-load-script: New file.
14129 * gdb.base/auto-load.c: New file.
14130 * gdb.base/auto-load.exp: New file.
14131
14132 PR gdb/16626
14133 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14134
14135 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14136
14137 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14138 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14139
14140 2014-02-24 Doug Evans <dje@google.com>
14141
14142 * lib/gdb.exp (run_on_host): Log error output if program fails.
14143
14144 2014-02-21 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.threads/step-after-sr-lock.c: Rename to ...
14147 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14148 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14149 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14150 ... this.
14151
14152 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14153
14154 PR tdep/16397
14155 * gdb.arch/amd64-stap-special-operands.exp: New file.
14156 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14157 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14158 * gdb.arch/amd64-stap-triplet.S: Likewise.
14159 * gdb.arch/amd64-stap-triplet.c: Likewise.
14160
14161 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14162
14163 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14164 in .section pseudo-op.
14165
14166 2014-02-20 lin zuojian <manjian2006@gmail.com>
14167 Joel Brobecker <brobecker@adacore.com>
14168 Doug Evans <xdje42@gmail.com>
14169
14170 PR symtab/16581
14171 * gdb.dwarf2/dw2-icycle.S: New file.
14172 * gdb.dwarf2/dw2-icycle.c: New file.
14173 * gdb.dwarf2/dw2-icycle.exp: New file.
14174
14175 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14176
14177 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14178 operations on gdb.Value objects.
14179 * gdb.python/py-value-cc.exp: Add new test to test operations on
14180 gdb.Value objects.
14181
14182 2014-02-18 Doug Evans <dje@google.com>
14183
14184 * Makefile.in (TESTS): New variable.
14185 (expanded_tests, expanded_tests_or_none): New variables
14186 (check-single): Pass $(expanded_tests_or_none) to runtest.
14187 (check-parallel): Only run tests in $(TESTS) if non-empty.
14188 (check/no-matching-tests-found): New rule.
14189 * README: Document TESTS makefile variable.
14190
14191 2014-02-18 Doug Evans <dje@google.com>
14192
14193 * Makefile.in (check-parallel): rm -rf outputs temp.
14194
14195 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14196
14197 Fix "ERROR: no fileid for" in the testsuite.
14198 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14199
14200 2014-02-12 Doug Evans <dje@google.com>
14201
14202 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14203 (MISCELLANEOUS): New variable.
14204 (clean): rm -rf $(MISCELLANEOUS).
14205 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14206 dwp live in the same directory as symlinks, with each symlink pointed
14207 to a differently named file in a different directory.
14208
14209 2014-02-11 Doug Evans <dje@google.com>
14210
14211 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14212 of Tcl file commands.
14213
14214 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14215
14216 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14217 "kill -SIGUSR1 -1".
14218
14219 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14220
14221 * gdb.ada/tick_length_array_enum_idx: New testcase.
14222
14223 2014-02-10 Doug Evans <xdje42@gmail.com>
14224
14225 * configure.ac (AC_OUTPUT): Add gdb.guile.
14226 * configure: Regenerate.
14227 * lib/gdb-guile.exp: New file.
14228 * lib/gdb.exp (get_target_charset): New function.
14229 * gdb.base/help.exp: Update expected output from "apropos apropos".
14230 * gdb.guile/Makefile.in: New file.
14231 * gdb.guile/guile.exp: New file.
14232 * gdb.guile/scm-arch.c: New file.
14233 * gdb.guile/scm-arch.exp: New file.
14234 * gdb.guile/scm-block.c: New file.
14235 * gdb.guile/scm-block.exp: New file.
14236 * gdb.guile/scm-breakpoint.c: New file.
14237 * gdb.guile/scm-breakpoint.exp: New file.
14238 * gdb.guile/scm-disasm.c: New file.
14239 * gdb.guile/scm-disasm.exp: New file.
14240 * gdb.guile/scm-equal.c: New file.
14241 * gdb.guile/scm-equal.exp: New file.
14242 * gdb.guile/scm-error.exp: New file.
14243 * gdb.guile/scm-error.scm: New file.
14244 * gdb.guile/scm-frame-args.c: New file.
14245 * gdb.guile/scm-frame-args.exp: New file.
14246 * gdb.guile/scm-frame-args.scm: New file.
14247 * gdb.guile/scm-frame-inline.c: New file.
14248 * gdb.guile/scm-frame-inline.exp: New file.
14249 * gdb.guile/scm-frame.c: New file.
14250 * gdb.guile/scm-frame.exp: New file.
14251 * gdb.guile/scm-generics.exp: New file.
14252 * gdb.guile/scm-gsmob.exp: New file.
14253 * gdb.guile/scm-iterator.c: New file.
14254 * gdb.guile/scm-iterator.exp: New file.
14255 * gdb.guile/scm-math.c: New file.
14256 * gdb.guile/scm-math.exp: New file.
14257 * gdb.guile/scm-objfile-script-gdb.in: New file.
14258 * gdb.guile/scm-objfile-script.c: New file.
14259 * gdb.guile/scm-objfile-script.exp: New file.
14260 * gdb.guile/scm-objfile.c: New file.
14261 * gdb.guile/scm-objfile.exp: New file.
14262 * gdb.guile/scm-ports.exp: New file.
14263 * gdb.guile/scm-pretty-print.c: New file.
14264 * gdb.guile/scm-pretty-print.exp: New file.
14265 * gdb.guile/scm-pretty-print.scm: New file.
14266 * gdb.guile/scm-section-script.c: New file.
14267 * gdb.guile/scm-section-script.exp: New file.
14268 * gdb.guile/scm-section-script.scm: New file.
14269 * gdb.guile/scm-symbol.c: New file.
14270 * gdb.guile/scm-symbol.exp: New file.
14271 * gdb.guile/scm-symtab-2.c: New file.
14272 * gdb.guile/scm-symtab.c: New file.
14273 * gdb.guile/scm-symtab.exp: New file.
14274 * gdb.guile/scm-type.c: New file.
14275 * gdb.guile/scm-type.exp: New file.
14276 * gdb.guile/scm-value-cc.cc: New file.
14277 * gdb.guile/scm-value-cc.exp: New file.
14278 * gdb.guile/scm-value.c: New file.
14279 * gdb.guile/scm-value.exp: New file.
14280 * gdb.guile/source2.scm: New file.
14281 * gdb.guile/types-module.cc: New file.
14282 * gdb.guile/types-module.exp: New file.
14283
14284 2014-02-10 Yao Qi <yao@codesourcery.com>
14285
14286 PR testsuite/16543
14287 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14288 * configure: Regenerated.
14289 * Makefile.in: New file.
14290
14291 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14292
14293 * gdb.python/py-framefilter.exp: Fix typo.
14294
14295 2014-02-08 Yao Qi <yao@codesourcery.com>
14296
14297 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14298 that no =breakpoint-modified is emitted when breakpoints are
14299 modified through MI commands.
14300
14301 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14302 Pedro Alves <palves@redhat.com>
14303
14304 * gdb.threads/step-after-sr-lock.c: New file.
14305 * gdb.threads/step-after-sr-lock.exp: New file.
14306
14307 2014-02-07 Pedro Alves <palves@redhat.com>
14308
14309 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14310
14311 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14312
14313 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14314 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14315
14316 2014-02-06 Doug Evans <xdje42@gmail.com>
14317
14318 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14319 output.
14320
14321 * gdb.gdb/python-interrupts.exp: New file.
14322
14323 2014-02-05 Yao Qi <yao@codesourcery.com>
14324
14325 * gdb.trace/report.exp (use_collected_data): Test the output
14326 of "info threads" and "info inferiors".
14327
14328 2014-02-05 Yao Qi <yao@codesourcery.com>
14329
14330 Revert this patch:
14331
14332 2013-05-24 Yao Qi <yao@codesourcery.com>
14333
14334 * gdb.trace/tfile.exp: Test inferior and thread.
14335
14336 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14337
14338 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14339 on a function.
14340 * gdb.base/step-bt.c: Call hello via function pointer to make
14341 sure its first instruction is executed on powerpc64le-linux.
14342
14343 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14344
14345 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14346
14347 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14348
14349 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14350 of the test patterns for use on little-endian systems.
14351
14352 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14353
14354 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14355 (decimal_vector): Fix for little-endian.
14356
14357 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14358
14359 * gdb.arch/sparc-sysstep.exp: New file.
14360 * gdb.arch/sparc-sysstep.c: Likewise.
14361
14362 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14363
14364 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14365
14366 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14367
14368 2014-01-23 Tom Tromey <tromey@redhat.com>
14369
14370 * gdb.ada/array_char_idx: New testcase.
14371
14372 2014-01-23 Tom Tromey <tromey@redhat.com>
14373
14374 PR python/16487:
14375 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14376 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14377 classes.
14378
14379 2014-01-23 Tom Tromey <tromey@redhat.com>
14380
14381 PR python/16491:
14382 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14383 string from an inferior frame.
14384 * gdb.python/py-framefilter-mi.exp: Update.
14385
14386 2014-01-22 Doug Evans <dje@google.com>
14387
14388 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14389
14390 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14391
14392 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14393
14394 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14395
14396 * gdb.trace/entry-values.exp: Remove excess space character from
14397 regex patterns. Handle s390 call instruction.
14398
14399 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14400
14401 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14402 define "*_start" label. Make "name" static.
14403 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14404 ${name} by references to ${name}_start.
14405
14406 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14407
14408 * gdb.base/info-macros.exp: Remove "debug" from the compile
14409 options.
14410
14411 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14412
14413 * gdb.dlang/demangle.exp: New file.
14414
14415 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14416
14417 * gdb.dlang/primitive-types.exp: New file.
14418
14419 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14420
14421 * configure.ac: Create gdb.dlang/Makefile.
14422 * configure: Regenerate.
14423 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14424 * gdb.dlang/Makefile.in: New file.
14425 * lib/d-support.exp: New file.
14426 * lib/gdb.exp (skip_d_tests): New proc.
14427
14428 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14429
14430 * gdb.btrace/delta.exp: Check reverse stepi.
14431 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14432 * gdb.btrace/finish.exp: New.
14433 * gdb.btrace/next.exp: New.
14434 * gdb.btrace/nexti.exp: New.
14435 * gdb.btrace/record_goto.c: Add comments.
14436 * gdb.btrace/step.exp: New.
14437 * gdb.btrace/stepi.exp: New.
14438 * gdb.btrace/multi-thread-step.c: New.
14439 * gdb.btrace/multi-thread-step.exp: New.
14440 * gdb.btrace/rn-dl-bind.c: New.
14441 * gdb.btrace/rn-dl-bind.exp: New.
14442 * gdb.btrace/data.c: New.
14443 * gdb.btrace/data.exp: New.
14444 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14445
14446 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14447
14448 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14449 * gdb.btrace/exception.exp: Update.
14450 * gdb.btrace/instruction_history.exp: Update.
14451 * gdb.btrace/record_goto.exp: Update.
14452 * gdb.btrace/tailcall.exp: Update.
14453 * gdb.btrace/unknown_functions.exp: Update.
14454 * gdb.btrace/delta.exp: New.
14455
14456 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14457
14458 * gdb.btrace/record_goto.exp: Add backtrace test.
14459 * gdb.btrace/tailcall.exp: Add backtrace test.
14460
14461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14462
14463 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14464 * gdb.btrace/record_goto.c: New.
14465 * gdb.btrace/record_goto.exp: New.
14466 * gdb.btrace/x86-record_goto.S: New.
14467
14468 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14469
14470 * gdb.btrace/function_call_history.exp: Update tests.
14471 * gdb.btrace/instruction_history.exp: Update tests.
14472
14473 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14474
14475 * gdb.btrace/function_call_history.exp: Fix expected field
14476 order for "record function-call-history".
14477 Add new tests for "record function-call-history /c".
14478 * gdb.btrace/exception.cc: New.
14479 * gdb.btrace/exception.exp: New.
14480 * gdb.btrace/tailcall.exp: New.
14481 * gdb.btrace/x86-tailcall.S: New.
14482 * gdb.btrace/x86-tailcall.c: New.
14483 * gdb.btrace/unknown_functions.c: New.
14484 * gdb.btrace/unknown_functions.exp: New.
14485 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14486
14487 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14488
14489 * gdb.btrace/instruction_history.exp: Update.
14490 * gdb.btrace/function_call_history.exp: Update.
14491
14492 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14493
14494 * gdb.btrace/function_call_history.exp: Fix expected function
14495 trace.
14496 * gdb.btrace/instruction_history.exp: Initialize traced.
14497 Remove traced_functions.
14498
14499 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14500
14501 * gdb.btrace/function_call_history.exp: Update
14502 * gdb.btrace/instruction_history.exp: Update.
14503
14504 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14505
14506 * gdb.btrace/enable.exp: Update expected text.
14507
14508 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14509
14510 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14511 bytes.
14512
14513 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14514
14515 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14516
14517 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14518
14519 * lib/gdb.exp (supports_process_record): Return true for
14520 arm*-linux*. (supports_reverse): Likewise.
14521
14522 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14523
14524 PR python/15464
14525 PR python/16113
14526 * gdb.python/py-type.c: Enhance test case.
14527 * gdb.python/py-value-cc.cc: Likewise
14528 * gdb.python/py-type.exp: Add new tests.
14529 * gdb.python/py-value-cc.exp: Likewise
14530
14531 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14532 Pedro Alves <palves@redhat.com>
14533
14534 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14535 Make "name" extern.
14536 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14537 references to ${name}_start by references to ${name}.
14538
14539 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14540
14541 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14542
14543 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14544
14545 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14546
14547 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14548 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.mi/mi-info-os.exp: Connect to the target with
14551 mi_gdb_target_load.
14552
14553 2014-01-08 Pedro Alves <palves@redhat.com>
14554
14555 * gdb.threads/reconnect-signal.c: New file.
14556 * gdb.threads/reconnect-signal.exp: New file.
14557
14558 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14559
14560 * gdb.base/source-dir.exp: New file.
14561
14562 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14563
14564 * gdb.ada/mi_interface: New testcase.
14565
14566 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14567
14568 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14569 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14570 gdb.ada/pp-rec-component/pck.ads: New files.
14571
14572 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14573
14574 * gdb.python/py-pp-integral.c: New file.
14575 * gdb.python/py-pp-integral.py: New file.
14576 * gdb.python/py-pp-integral.exp: New file.
14577
14578 For older changes see ChangeLog-1993-2013.
14579 \f
14580 ;; Local Variables:
14581 ;; mode: change-log
14582 ;; left-margin: 8
14583 ;; fill-column: 74
14584 ;; version-control: never
14585 ;; End:
14586
14587 Copyright 2014-2018 Free Software Foundation, Inc.
14588 Copying and distribution of this file, with or without modification,
14589 are permitted provided the copyright notice and this notice are preserved.