python: Add Progspace.objfiles method
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4 method.
5
6 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7
8 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9 and a few other Inferior properties when the Inferior is no
10 longer valid.
11
12 2018-09-13 Tom Tromey <tom@tromey.com>
13
14 PR rust/23650:
15 * gdb.rust/simple.exp: Add test for enum field access error.
16
17 2018-09-13 Tom Tromey <tom@tromey.com>
18
19 PR rust/23626:
20 * gdb.rust/simple.rs (EmptyEnum): New type.
21 (main): Use it.
22 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
23
24 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
25
26 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
27 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
28 * gdb.python/py-symtab.exp: Update test printing an objfile.
29
30 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
31
32 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
33 object.
34
35 2018-09-12 Alan Hayward <alan.hayward@arm.com>
36
37 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
38 (support_complex_tests): Use gdb_can_simple_compile.
39 (is_ilp32_target): Likewise.
40 (is_lp64_target): Likewise.
41 (is_64_target): Likewise.
42 (is_amd64_regs_target): Likewise.
43 (is_aarch32_target): Likewise.
44 (gdb_int128_helper): Likewise.
45
46 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
47
48 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
49
50 2018-09-10 Jerome Guitton <guitton@adacore.com>
51
52 * gdb.ada/same_component_name: Add test for case of tagged record
53 with variable-length fields.
54
55 2018-09-10 Xavier Roirand <roirand@adacore.com>
56
57 * gdb.ada/access_to_unbounded_array.exp: New testcase.
58 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
59 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
60 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
61
62 2018-09-10 Xavier Roirand <roirand@adacore.com>
63
64 * gdb.ada/mi_string_access.exp: New testcase.
65 * gdb.ada/mi_string_access/bar.adb: New file.
66 * gdb.ada/mi_string_access/pck.adb: New file.
67 * gdb.ada/mi_string_access/pck.asd: New file.
68
69 2018-09-10 Xavier Roirand <roirand@adacore.com>
70
71 * gdb.ada/mi_var_union.exp: New testcase.
72 * gdb.ada/mi_var_union/bar.adb: New file.
73 * gdb.ada/mi_var_union/pck.adb: New file.
74 * gdb.ada/mi_var_union/pck.asd: New file.
75
76 2018-09-08 Tom Tromey <tom@tromey.com>
77
78 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
79
80 2018-09-08 Tom Tromey <tom@tromey.com>
81
82 PR python/16047:
83 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
84 (register_pretty_printers): Register new printer.
85 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
86 test.
87 * gdb.python/py-prettyprint.c (int_type3): New typedef.
88 (an_int_type3): New global.
89
90 2018-09-08 Joel Brobecker <brobecker@adacore.com>
91
92 * gdb.ada/expr_with_funcall: New testcase.
93
94 2018-09-08 Joel Brobecker <brobecker@adacore.com>
95
96 * gdb.ada/packed_array_assign: New testcase.
97
98 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
101 names, and add test prefixes to make test names unique.
102
103 2018-09-05 Tom de Vries <tdevries@suse.de>
104
105 * gdb.dwarf2/varval.exp: Add test.
106
107 2018-09-04 Gary Benson <gbenson@redhat.com>
108
109 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
110 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
111
112 2018-08-31 Tom Tromey <tom@tromey.com>
113
114 * gdb.rust/simple.rs: Rename second variable "v".
115
116 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * gdb.base/funcargs.c (use_a): New function.
119 (recurse): Call use_a.
120
121 2018-08-29 Keith Seitz <keiths@redhat.com>
122
123 * gdb.compile/compile-cplus-anonymous.cc: New file.
124 * gdb.compile/compile-cplus-anonymous.exp: New file.
125 * gdb.compile/compile-cplus-array-decay.cc: New file.
126 * gdb.compile/compile-cplus-array-decay.exp: New file.
127 * gdb.compile/compile-cplus-inherit.cc: New file.
128 * gdb.compile/compile-cplus-inherit.exp: New file.
129 * gdb.compile/compile-cplus-member.cc: New file.
130 * gdb.compile/compile-cplus-member.exp: New file.
131 * gdb.compile/compile-cplus-method.cc: New file.
132 * gdb.compile/compile-cplus-method.exp: New file.
133 * gdb.compile/compile-cplus-mod.c: "New" file.
134 * gdb.compile/compile-cplus-namespace.cc: New file.
135 * gdb.compile/compile-cplus-namespace.exp: New file.
136 * gdb.compile/compile-cplus-nested.cc: New file.
137 * gdb.compile/compile-cplus-nested.exp: New file.
138 * gdb.compile/compile-cplus-print.c: "New" file.
139 * gdb.compile/compile-cplus-print.exp: "New" file.
140 * gdb.compile/compile-cplus-virtual.cc: New file.
141 * gdb.compile/compile-cplus-virtual.exp: New file.
142 * gdb.compile/compile-cplus.c: "New" file.
143 * gdb.compile/compile-cplus.exp: "New" file.
144 * lib/compile-support.exp: New file.
145
146 2018-08-16 Gary Benson <gbenson@redhat.com>
147
148 PR gdb/13000:
149 * gdb.base/batch-exit-status.exp: New file.
150 * gdb.base/batch-exit-status.good-commands: Likewise.
151 * gdb.base/batch-exit-status.bad-commands: Likewise.
152
153 2018-08-29 Alan Hayward <alan.hayward@arm.com>
154
155 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
156 (struct struct02): Likewise.
157 (struct struct03): Likewise.
158 (struct struct04): Likewise.
159 (struct struct_01_01): New struct.
160 (struct struct_01_02): Likewise.
161 (struct struct_01_03): Likewise.
162 (struct struct_01_04): Likewise.
163 (struct struct_02_01): Likewise.
164 (struct struct_02_02): Likewise.
165 (struct struct_02_03): Likewise.
166 (struct struct_02_04): Likewise.
167 (struct struct_04_01): Likewise.
168 (struct struct_04_02): Likewise.
169 (struct struct_04_03): Likewise.
170 (struct struct_04_04): Likewise.
171 (struct struct_05_01): Likewise.
172 (struct struct_05_02): Likewise.
173 (struct struct_05_03): Likewise.
174 (struct struct_05_04): Likewise.
175 (cmp_struct01): Remove function.
176 (cmp_struct02): Likewise.
177 (cmp_struct03): Likewise.
178 (cmp_struct04): Likewise.
179 (cmp_struct_01_01): Add Function.
180 (cmp_struct_01_02): Likewise.
181 (cmp_struct_01_03): Likewise.
182 (cmp_struct_01_04): Likewise.
183 (cmp_struct_02_01): Likewise.
184 (cmp_struct_02_02): Likewise.
185 (cmp_struct_02_03): Likewise.
186 (cmp_struct_02_04): Likewise.
187 (cmp_struct_04_01): Likewise.
188 (cmp_struct_04_02): Likewise.
189 (cmp_struct_04_03): Likewise.
190 (cmp_struct_04_04): Likewise.
191 (cmp_struct_05_01): Likewise.
192 (cmp_struct_05_02): Likewise.
193 (cmp_struct_05_03): Likewise.
194 (cmp_struct_05_04): Likewise.
195 (call_all): Add new structs.
196 * gdb.base/infcall-nested-structs.exp: Likewise.
197
198 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
199
200 * gdb.python/py-framefilter-mi.exp: Update regexp to
201 check for "arch" field in frame output.
202
203 2018-08-23 Kevin Buettner <kevinb@redhat.com>
204
205 * gdb.dwarf2/dw2-ranges-func.c: New file.
206 * gdb.dwarf2/dw2-ranges-func.exp: New file.
207
208 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
209
210 * gdb.base/term.exp: Compare terminal settings with values from
211 the inferior.
212 * gdb.base/term.c: Get and set terminal settings.
213
214 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
215
216 * lib/mi-support.exp (mi_expect_stop): Update regexp to
217 accommodate new "arch" field in frame output.
218 * gdb.mi/mi-return.exp: Likewise.
219 * gdb.mi/mi-stack.exp: Likewise.
220 * gdb.mi/mi-syn-frame.exp: Likewise.
221 * gdb.mi/user-selected-context-sync.exp: Likewise.
222
223 2018-08-19 Michael Spang <spang@google.com>
224
225 PR gdb/11786
226 * gdb.base/gcore-tls-pie.c: New file.
227 * gdb.base/gcore-tls-pie.exp: New file.
228
229 2018-08-18 Kevin Buettner <kevinb@redhat.com>
230
231 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
232 * gdb.dwarf2/varval.c: New file.
233 * gdb.dwarf2/varval.exp: New file.
234
235 2018-08-17 Alan Hayward <alan.hayward@arm.com>
236
237 PR gdb/18931
238 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
239
240 2018-08-16 Keith Seitz <keiths@redhat.com>
241
242 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
243 tests expected to pass.
244
245 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
246
247 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
248 -data-disassemble -a.
249 (test_disassembly_bogus_args): Likewise.
250
251 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
254
255 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * gdb.base/vla-optimized-out.exp: Add new test.
258
259 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * gdb.base/vla-optimized-out-o3.exp: Delete.
262 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
263 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
264 deleted tests.
265
266 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 PR gdb/18050:
269 * gdb.server/extended-remote-restart.c: New file.
270 * gdb.server/extended-remote-restart.exp: New file.
271
272 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
273
274 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
275 "set variable index = 42".
276
277 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
278
279 * boards/index-cache-gdb.exp: New file.
280 * gdb.dwarf2/index-cache.exp: New file.
281 * gdb.dwarf2/index-cache.c: New file.
282 * gdb.base/maint.exp: Check if we are using the index cache.
283
284 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
285
286 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
287 MAKEFLAGS.
288
289 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
290
291 * dg-extract-results.sh: Move to toplevel contrib.
292 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
293 * Makefile.in (check-parallel-racy): Likewise.
294
295 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
298 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
299 tests if the target supports scheduler locking.
300
301 2018-08-04 Tom de Vries <tdevries@suse.de>
302
303 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
304
305 2018-08-02 Tom Tromey <tom@tromey.com>
306
307 PR symtab/16842.
308 * gdb.cp/temargs.exp: Test "info address" of a template
309 parameter.
310
311 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
312
313 * gdb.python/py-mi-var-info-path-expression.c: New file.
314 * gdb.python/py-mi-var-info-path-expression.py: New file.
315 * gdb.python/py-mi-var-info-path-expression.exp: New file.
316
317 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
318
319 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
320 error after "cannot resolve name" string.
321
322 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
323
324 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
325 started.
326 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
327
328 2018-07-28 Tom de Vries <tdevries@suse.de>
329
330 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
331
332 2018-07-26 Tom de Vries <tdevries@suse.de>
333
334 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
335
336 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
339 is visible.
340
341 2018-07-26 Tom de Vries <tdevries@suse.de>
342
343 PR breakpoints/23366
344 * gdb.base/catch-follow-exec.c: New test.
345 * gdb.base/catch-follow-exec.exp: New file.
346
347 2018-07-25 Tom de Vries <tdevries@suse.de>
348
349 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
350 vla-optimized-out.c.
351
352 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
353
354 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
355 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
356
357 2018-07-20 Tom de Vries <tdevries@suse.de>
358
359 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
360 NOCLONE macro.
361 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
362
363 2018-07-19 Tom de Vries <tdevries@suse.de>
364
365 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
366 regular expression.
367
368 2018-07-18 Tom de Vries <tdevries@suse.de>
369
370 * gdb.base/vla-optimized-out.c: New test.
371 * gdb.base/vla-optimized-out.exp: New file.
372
373 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
374
375 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
376 message "No address associated with hostname" when gdbserver
377 cannot resolve the hostname.
378
379 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
380
381 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
382 Add some test prefixes to make tests unique.
383
384 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
385
386 * gdb.base/frameapply.c: New file.
387 * gdb.base/frameapply.exp: New file.
388
389 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
390
391 * gdb.base/skip.exp: Update expected error message.
392
393 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
394 Jan Kratochvil <jan.kratochvil@redhat.com>
395 Paul Fertser <fercerpav@gmail.com>
396 Tsutomu Seki <sekiriki@gmail.com>
397
398 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
399 parameter.
400 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
401 by default.
402 * boards/native-gdbserver.exp: Likewise.
403 * gdb.server/run-without-local-binary.exp: Improve regexp used
404 for detecting when a remote debugging connection succeeds.
405 * gdb.server/server-connect.exp: New file.
406 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
407 Do not prefix the port number with ":".
408 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
409 support for detecting and using it. Add '$debughost_gdbserver'
410 to the list of arguments used to start gdbserver. Handle case
411 when gdbserver cannot resolve a network name.
412
413 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
414
415 PR c++/23373
416 * gdb.base/ptype-offsets.cc (struct static_member): New
417 struct.
418 (main) <stmember>: New variable.
419 * gdb.base/ptype-offsets.exp: Add test for printing a struct
420 with a static member in it.
421
422 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
423
424 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
425 watchpoints enabled and disabled.
426
427 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.base/examine-backward.exp: Still run tests around address
430 0x0, even if address 0x0 is not readable. Update the pattern for
431 matching address 0x0 in expected output.
432
433 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * gdb.base/share-env-with-gdbserver.c (main): Add call to
436 malloc/free.
437
438 2018-07-04 Tom de Vries <tdevries@suse.de>
439
440 * gdb.dwarf2/dw2-error.exp: Update expected error message.
441
442 2018-07-02 Maciej W. Rozycki <macro@mips.com>
443
444 PR tdep/8282
445 * gdb.arch/mips-disassembler-options.exp: New test.
446 * gdb.arch/mips-disassembler-options.s: New test source.
447
448 2018-06-29 Pedro Alves <palves@redhat.com>
449
450 * gdb.threads/names.exp: Adjust expected "info threads" output.
451
452 2018-06-29 Pedro Alves <palves@redhat.com>
453
454 * gdb.opt/inline-break.exp (line number, address): Add "info
455 break" tests.
456
457 2018-06-29 Pedro Alves <palves@redhat.com>
458
459 * gdb.opt/inline-break.c (func1): Add "break here" marker.
460 * gdb.opt/inline-break.exp: Test setting breakpoints by line
461 number and address and running to them.
462
463 2018-06-29 Richard Bunt <richard.bunt@arm.com>
464
465 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
466
467 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
468
469 * lib/compiler.c: Remove executable permission flag.
470
471 2018-06-28 Richard Bunt <richard.bunt@arm.com>
472
473 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
474 code.
475 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
476
477 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
478
479 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
480
481 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
482
483 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
484 address argument is omitted.
485
486 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
487
488 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
489
490 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
491
492 PR gdb/21695
493 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
494 * gdb.base/infoline-reloc-main-from-zero.c: New file.
495
496 2018-06-26 Tom Tromey <tom@tromey.com>
497
498 PR rust/22574:
499 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
500 * gdb.rust/simple.rs (struct SimpleLayout): New.
501
502 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
503
504 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
505 "info registers" output.
506
507 2018-06-21 Richard Bunt <richard.bunt@arm.com>
508
509 * gdb.base/watchpoint-hw-attach.c: New test.
510 * gdb.base/watchpoint-hw-attach.exp: New file.
511
512 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
513
514 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
515 through /bin/sh.
516 * boards/dwarf4-gdb-index.exp: Likewise.
517 * boards/fission-dwp.exp: Likewise.
518
519 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
520
521 * gdb.base/float128.exp: Add comment and improved fail message
522 to the failure case of "print large128" test.
523
524 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
525
526 * configure.ac: Remove AC_PREREQ.
527 * configure: Re-generate.
528
529 2018-06-19 Pedro Alves <palves@redhat.com>
530
531 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
532 (func_extern_caller): New.
533 (main): Call func_extern_caller.
534 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
535 logic change.
536
537 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
538
539 PR gdb/16841
540 * gdb.cp/typedef-base.cc: New file.
541 * gdb.cp/typedef-base.exp: New file.
542
543 2018-06-18 Tom de Vries <tdevries@suse.de>
544
545 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
546
547 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
548 Richard Bunt <Richard.Bunt@arm.com>
549
550 * gdb.threads/attach-slow-waitpid.c: New file.
551 * gdb.threads/attach-slow-waitpid.exp: New file.
552 * gdb.threads/slow-waitpid.c: New file.
553
554 2018-06-14 Pedro Alves <palves@redhat.com>
555
556 * gdb.base/fork-running-state.c: Include <errno.h>.
557 (exit_if_relative_exits): New.
558 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
559 exits.
560 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
561 child exits.
562
563 2018-06-14 Tom de Vries <tdevries@suse.de>
564
565 PR cli/22573
566 * gdb.base/finish-pretty.c: New test.
567 * gdb.base/finish-pretty.exp: New file.
568
569 2018-06-14 Pedro Alves <palves@redhat.com>
570
571 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
572 gdb's expected startup output.
573
574 2018-06-14 Pedro Alves <palves@redhat.com>
575
576 * lib/selftest-support.exp (selftest_setup): Remove inlined
577 function handling.
578
579 2018-06-14 Tom de Vries <tdevries@suse.de>
580
581 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
582 matching of breakpoint printing.
583
584 2018-06-13 Tom de Vries <tdevries@suse.de>
585
586 PR testsuite/23269
587 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
588 (fork_child): ... here, and ...
589 (fork_parent): ... here.
590
591 2018-06-12 Tom de Vries <tdevries@suse.de>
592
593 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
594
595 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
596 Stephen Roberts <stephen.roberts@arm.com>
597
598 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
599 rewrite test to describe action performed, rather than possible
600 failure.
601
602 2018-06-08 Gary Benson <gbenson@redhat.com>
603
604 * gdb.threads/check-libthread-db.exp: New file.
605 * gdb.threads/check-libthread-db.c: Likewise.
606
607 2018-06-05 Tom Tromey <tom@tromey.com>
608
609 * gdb.base/default.exp: Update expected "show version" output.
610
611 2018-06-05 Tom Tromey <tom@tromey.com>
612
613 PR cli/12326:
614 * gdb.cp/static-print-quit.exp: Update.
615 * lib/gdb.exp (pagination_prompt): Update.
616 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
617 * gdb.python/python.exp: Update.
618
619 2018-06-04 Joel Brobecker <brobecker@adacore.com>
620
621 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
622
623 2018-06-01 Joel Brobecker <brobecker@adacore.com>
624
625 * gdb.ada/bp_fun_addr: New testcase.
626
627 2018-06-01 Tom Tromey <tom@tromey.com>
628
629 * gdb.xml/tdesc-regs.exp (load_description): Update expected
630 results.
631 * gdb.dwarf2/method-ptr.exp: Set language to C++.
632 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
633 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
634 * gdb.base/maint.exp (maint_pass_if): Update.
635
636 2018-05-31 Maciej W. Rozycki <macro@mips.com>
637
638 * gdb.base/endian.exp: New test.
639 * gdb.base/endian.c: New test source.
640
641 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 PR gdb/23203
644 * gdb.base/bt-selected-frame.c: New file.
645 * gdb.base/bt-selected-frame.exp: New file.
646 * lib/gdb.exp (get_current_frame_number): New function.
647
648 2018-05-24 Maciej W. Rozycki <macro@mips.com>
649 Pedro Alves <palves@redhat.com>
650
651 * gdb.threads/tls-core.c: Include <stdlib.h>
652 (thread_proc): Call `abort'.
653 * gdb.threads/tls-core.exp: Generate a core with core_find too.
654 (tls_core_test): New procedure, bits factored out from ...
655 (top level): ... here. Test both native cores and gcore cores.
656
657 2018-05-23 Tom Tromey <tom@tromey.com>
658
659 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
660
661 2018-05-23 Tom Tromey <tom@tromey.com>
662
663 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
664 symfile_complaints.
665 (test_short_complaints): Likewise.
666 (test_empty_complaints): Likewise.
667 (test_initial_complaints): Update.
668
669 2018-05-23 Tom Tromey <tom@tromey.com>
670
671 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
672
673 2018-05-23 Tom Tromey <tom@tromey.com>
674
675 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
676 (test_short_complaints): Update.
677
678 2018-05-22 Pedro Alves <palves@redhat.com>
679
680 * gdb.base/remote.exp: Only gdb_start after compiling the
681 testcase. Issue "disconnect" before testing "set remote" command
682 defaults. Issue clean_restart before running to main.
683
684 2018-05-22 Pedro Alves <palves@redhat.com>
685
686 * gdb.base/remote.exp: Adjust expected output of "show remote
687 memory-write-packet-size". Add tests for "set remote
688 memory-write-packet-size 0" and "set remote
689 memory-write-packet-size fixed/limit".
690
691 2018-05-22 Pedro Alves <palves@redhat.com>
692
693 PR gdb/22973
694 * gdb.base/utf8-identifiers.c: New file.
695 * gdb.base/utf8-identifiers.exp: New file.
696
697 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
698
699 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
700
701 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
702
703 * gdb.arch/powerpc-vsx-gcore.exp: New file.
704
705 2018-05-18 Tom Tromey <tom@tromey.com>
706
707 * gdb.base/ptype-offsets.exp: Update.
708
709 2018-05-17 Keith Seitz <keiths@redhat.com>
710
711 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
712 in expected breakpoint stop locations.
713 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
714 move to proper scope to test variable values.
715 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
716 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
717 New functions.
718 (main): Call not_inline_func3.
719 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
720 inline_func1, inline_func2, and inline_func3. Test that when each
721 breakpoint is hit, GDB properly reports both the stop location
722 and the backtrace. Repeat tests for temporary breakpoints.
723
724 2018-05-15 Maciej W. Rozycki <macro@mips.com>
725
726 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
727 rather then trying to access it in determining whether the PID
728 of `gdbserver' could have been retrieved.
729
730 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.arch/amd64-init-x87-values.S: New file.
733 * gdb.arch/amd64-init-x87-values.exp: New file.
734
735 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
736
737 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
738
739 2018-05-04 Tom Tromey <tom@tromey.com>
740
741 PR python/22730:
742 * gdb.python/python.exp: Test multi-line execute.
743
744 2018-05-04 Tom Tromey <tom@tromey.com>
745
746 PR python/22731:
747 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
748
749 2018-05-04 Tom Tromey <tom@tromey.com>
750
751 PR gdb/11750:
752 * gdb.base/define.exp: Test defining a user command inside a user
753 command.
754 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
755
756 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
757 Pedro Alves <palves@redhat.com>
758
759 PR breakpoints/19806 and support for PR external/20207.
760 * gdb.base/watchpoint-unaligned.c: New file.
761 * gdb.base/watchpoint-unaligned.exp: New file.
762
763 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.base/maint.exp: Make test names unique, use
766 test_prefix_command_help to test 'help maint info', and remove
767 repeated test of 'help maint'.
768
769 2018-05-04 Tom Tromey <tom@tromey.com>
770
771 PR gdb/22619:
772 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
773 behavior.
774
775 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
776
777 * gdb.base/maint.exp: Process output from 'maint print registers'
778 line at a time.
779
780 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
783 timeout.
784
785 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
788 filter pattern.
789
790 2018-05-02 Pedro Alves <palves@redhat.com>
791
792 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
793 to_log_command renames.
794 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
795
796 2018-05-02 Tom Tromey <tom@tromey.com>
797
798 * gdb.python/py-parameter.exp: Set test message.
799
800 2018-05-02 Tom Tromey <tom@tromey.com>
801
802 PR python/20084:
803 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
804 PARAM_ZUINTEGER_UNLIMITED tests.
805
806 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
807
808 PR rust/23124
809 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
810 when casting.
811
812 2018-04-30 Tom Tromey <tom@tromey.com>
813
814 * gdb.python/py-type.exp: Check align attribute.
815 * gdb.python/py-type.c: New "aligncheck" global.
816
817 2018-04-30 Tom Tromey <tom@tromey.com>
818
819 PR exp/17095:
820 * gdb.dwarf2/dw2-align.exp: New file.
821 * gdb.cp/align.exp: New file.
822 * gdb.base/align.exp: New file.
823 * lib/gdb.exp (gdb_int128_helper): New proc.
824 (has_int128_c, has_int128_cxx): New caching procs.
825
826 2018-04-27 Tom Tromey <tom@tromey.com>
827
828 PR rust/22545:
829 * gdb.rust/simple.exp: Add inclusive range tests.
830
831 2018-04-26 Pedro Alves <palves@redhat.com>
832
833 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
834 ifunc breakpoint locations correctly of ifunc breakpoints set
835 while the program resolves the ifunc.
836
837 2018-04-26 Pedro Alves <palves@redhat.com>
838
839 * gdb.base/gnu-ifunc-final.c: New file.
840 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
841 * gdb.base/gnu-ifunc.exp (executable): Delete.
842 (staticexecutable): Adjust.
843 (lib_opts, exec_opts): Delete.
844 (make_binsuffix, build, set-break): New procedures.
845 (misc_tests): New, with tests factored out from the top level.
846 (top level): Test different combinations of ifunc resolver name,
847 resolver with and with debug info, and ifunc target with and
848 without debug info. Wrap static tests with with_target_prefix.
849
850 2018-04-26 Pedro Alves <palves@redhat.com>
851
852 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
853 return type" warnings.
854
855 2018-04-25 Pedro Alves <palves@redhat.com>
856
857 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
858 killed".
859 * gdb.base/kill-after-signal.exp: Likewise.
860 * gdb.threads/kill.exp: Likewise.
861
862 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
863 Sergio Durigan Junior <sergiodj@redhat.com>
864 Pedro Alves <palves@redhat.com>
865
866 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
867 regexps to expect for '[Inferior ... detached]' as well.
868 * gdb.base/attach.exp: Likewise.
869 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
870 "gdb_continue_to_end".
871 (test_catch_syscall_with_wrong_args): Likewise.
872 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
873 ']'. Don't set 'verbose' on.
874 * gdb.base/foll-vfork.exp: Likewise.
875 * gdb.base/fork-print-inferior-events.c: New file.
876 * gdb.base/fork-print-inferior-events.exp: New file.
877 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
878 '[Inferior ... has been killed]' message.
879 * gdb.base/kill-after-signal.exp: Likewise.
880 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
881 detach message.
882 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
883 message.
884 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
885 regexps to expect for '[Inferior ... detached]' as well.
886 * gdb.threads/process-dies-while-detaching.exp: Likewise.
887
888 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
889
890 PR gdb/23104
891 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
892
893 2018-04-19 Richard Bunt <richard.bunt@arm.com>
894
895 * gdb.threads/multiple-successive-infcall.c: New test.
896 * gdb.threads/multiple-successive-infcall.exp: New file.
897
898 2018-04-17 Tom Tromey <tom@tromey.com>
899
900 * gdb.rust/simple.rs (Union): New type.
901 (main): New local "u".
902 * gdb.rust/simple.exp (test_one_slice): Add new test case.
903
904 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
905
906 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
907 number information in output of "whereis" command.
908 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
909
910 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
911
912 * gdb.ada/info_types.exp: Adjust expected output to the line
913 numbers now printed by "info var/func/type".
914 * gdb.base/completion.exp: Likewise.
915 * gdb.base/included.exp: Likewise.
916 * gdb.cp/cp-relocate.exp: Likewise.
917 * gdb.cp/cplusfuncs.exp: Likewise.
918 * gdb.cp/namespace.exp: Likewise.
919 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
920
921 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
922
923 * gdb.btrace/cpu.exp: New.
924
925 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
926
927 * gdb.base/step-indirect-call-thunk.exp: New.
928 * gdb.base/step-indirect-call-thunk.c: New.
929 * gdb.reverse/step-indirect-call-thunk.exp: New.
930 * gdb.reverse/step-indirect-call-thunk.c: New.
931
932 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
933
934 * gdb.base/pie-fork.c: New file.
935 * gdb.base/pie-fork.exp: New file.
936
937 2018-04-11 Tom Tromey <tom@tromey.com>
938
939 * gdb.rust/simple.exp: Add test for ".." struct initializer.
940
941 2018-04-10 Pedro Alves <palves@redhat.com>
942
943 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
944 exits. Instead loop running forever.
945 (fork_parent): Run forever too.
946
947 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
948
949 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
950 mi_continue_to_line.
951 * gdb.mi/mi-stack.c (callee4): Add comment.
952
953 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
954
955 * gdb.mi/mi-stack.exp: Fix indentation.
956
957 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
958
959 PR gdb/22979
960 * gdb.arch/amd64-osabi.exp: New file.
961
962 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
963
964 PR gdb/22980
965 * gdb.base/osabi.exp: New file.
966
967 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
968
969 * gdb.cp/static-typedef-print.exp: New file.
970 * gdb.cp/static-typedef-print.cc: New file.
971
972 2018-03-27 Joel Brobecker <brobecker@adacore.com>
973
974 * gdb.ada/varsize_limit: New testcase.
975
976 2018-03-27 Joel Brobecker <brobecker@adacore.com>
977
978 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
979
980 * gdb.ada/notcplusplus: New testcase.
981
982 * gdb.base/c-linkage-name.c: New file.
983 * gdb.base/c-linkage-name.exp: New testcase.
984
985 2018-03-26 Tom Tromey <tom@tromey.com>
986
987 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
988 * gdb.python/py-framefilter.py (name_error): New global.
989 (ErrorInName.function): Use name_error.
990
991 2018-03-26 Tom Tromey <tom@tromey.com>
992
993 PR backtrace/15582:
994 * gdb.python/py-framefilter.exp: Add "bt hide" test.
995
996 2018-03-23 Keith Seitz <keiths@redhat.com>
997
998 PR c++/22968
999 * gdb.cp/subtypes.exp: New file.
1000 * gdb.cp/subtypes.h: New file.
1001 * gdb.cp/subtypes.cc: New file.
1002 * gdb.cp/subtypes-2.cc: New file.
1003
1004 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1005
1006 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1007 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1008 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1009 -nostartfiles when compiling the test. Confirm that all registers
1010 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1011
1012 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1015 option, syntax was wrong anyway.
1016 * gdb.arch/arm-disp-step.exp: Likewise.
1017 * gdb.arch/sparc64-regs.exp: Likewise.
1018 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1019 option, syntax was wrong anyway, switch to use
1020 prepare_for_testing.
1021 * gdb.arch/i386-disp-step.exp: Likewise.
1022
1023 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1024
1025 * gdb.ada/exec_changed.exp: Replace "target_info exists
1026 use_gdb_stub" by "use_gdb_stub".
1027 * gdb.ada/start.exp: Likewise.
1028 * gdb.base/async-shell.exp: Likewise.
1029 * gdb.base/attach-pie-misread.exp: Likewise.
1030 * gdb.base/attach-wait-input.exp: Likewise.
1031 * gdb.base/break-entry.exp: Likewise.
1032 * gdb.base/break-interp.exp: Likewise.
1033 * gdb.base/dprintf-detach.exp: Likewise.
1034 * gdb.base/nostdlib.exp: Likewise.
1035 * gdb.base/solib-nodir.exp: Likewise.
1036 * gdb.base/statistics.exp: Likewise.
1037 * gdb.base/testenv.exp: Likewise.
1038 * gdb.mi/mi-exec-run.exp: Likewise.
1039 * gdb.mi/mi-start.exp: Likewise.
1040 * gdb.multi/dummy-frame-restore.exp: Likewise.
1041 * gdb.multi/multi-arch-exec.exp: Likewise.
1042 * gdb.multi/multi-arch.exp: Likewise.
1043 * gdb.multi/tids.exp: Likewise.
1044 * gdb.multi/watchpoint-multi.exp: Likewise.
1045 * gdb.python/py-events.exp: Likewise.
1046 * gdb.threads/attach-into-signal.exp: Likewise.
1047 * gdb.threads/attach-stopped.exp: Likewise.
1048 * gdb.threads/threadapply.exp: Likewise.
1049 * lib/selftest-support.exp: Likewise.
1050
1051 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1052
1053 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1054
1055 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1056
1057 * gdb.perf/template-breakpoints.cc: New file.
1058 * gdb.perf/template-breakpoints.exp: New file.
1059 * gdb.perf/template-breakpoints.py: New file.
1060
1061 2018-03-19 Tom Tromey <tom@tromey.com>
1062
1063 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1064 y0.
1065 * gdb.rust/simple.exp: Test bare identifier form of struct
1066 initializer.
1067
1068 2018-03-19 Tom Tromey <tom@tromey.com>
1069
1070 * gdb.gdb/observer.exp: Remove.
1071
1072 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1073
1074 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1075 "qualified" option when setting breakpoints.
1076 * gdb.trace/backtrace.exp: Likewise.
1077 * gdb.trace/circ.exp: Likewise.
1078 * gdb.trace/collection.exp: Likewise.
1079 * gdb.trace/disconnected-tracing.exp: Likewise.
1080 * gdb.trace/ftrace-lock.exp: Likewise.
1081 * gdb.trace/ftrace.exp: Likewise.
1082 * gdb.trace/infotrace.exp: Likewise.
1083 * gdb.trace/packetlen.exp: Likewise.
1084 * gdb.trace/passc-dyn.exp: Likewise.
1085 * gdb.trace/qtro.exp: Likewise.
1086 * gdb.trace/read-memory.exp: Likewise.
1087 * gdb.trace/report.exp: Likewise.
1088 * gdb.trace/signal.exp: Likewise.
1089 * gdb.trace/status-stop.exp: Likewise.
1090 * gdb.trace/strace.exp: Likewise.
1091 * gdb.trace/tfind.exp: Likewise.
1092 * gdb.trace/trace-break.exp: Likewise.
1093 * gdb.trace/trace-condition.exp: Likewise.
1094 * gdb.trace/trace-mt.exp: Likewise.
1095 * gdb.trace/tstatus.exp: Likewise.
1096 * gdb.trace/tsv.exp: Likewise.
1097 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1098 * gdb.trace/unavailable.exp: Likewise.
1099 * gdb.trace/while-dyn.exp: Likewise.
1100
1101 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1102
1103 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1104 that libinproctrace is copied to the target.
1105
1106 2018-03-14 Tom Tromey <tom@tromey.com>
1107
1108 PR cli/14977:
1109 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1110 a null pointer.
1111 * gdb.base/wchar.exp: Likewise.
1112
1113 2018-03-14 Tom Tromey <tom@tromey.com>
1114
1115 PR cli/19918:
1116 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1117 flag.
1118
1119 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1120
1121 PR gdb/22841
1122 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1123 "target" to remote_exec.
1124
1125 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1126
1127 PR gdb/22841
1128 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1129 ${board}_upload): Remove.
1130
1131 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1132
1133 * gdb.cp/watch-cp.cc: New test.
1134 * gdb.cp/watch-cp.exp: New file.
1135
1136 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.base/infcall-nested-structs.exp: New file.
1139 * gdb.base/infcall-nested-structs.c: New file.
1140 * gdb.base/float.exp: Add riscv support.
1141
1142 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1143
1144 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1145 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1146
1147 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1148
1149 * gdb.server/abspath.exp: New file.
1150 * lib/gdb.exp (with_cwd): New procedure.
1151
1152 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1153
1154 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1155 use it.
1156 (gdb_is_target_remote_prompt): New proc.
1157 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1158 (gdb_is_target_native): Pass prompt parameter to
1159 gdb_is_target_1.
1160
1161 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1162
1163 * gdb.base/load-command.c: New file.
1164 * gdb.base/load-command.exp: New file.
1165 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1166 (gdb_is_target_1): ...this, and generalize for other targets
1167 than just remote.
1168 (gdb_is_target_remote): Use gdb_is_target_1.
1169 (gdb_is_target_native): use gdb_is_target_1.
1170
1171 2018-02-26 Tom Tromey <tom@tromey.com>
1172
1173 PR python/16497:
1174 * gdb.python/py-framefilter.exp: Update test.
1175
1176 2018-02-26 Tom Tromey <tom@tromey.com>
1177
1178 * gdb.dwarf2/variant.c: New file.
1179 * gdb.dwarf2/variant.exp: New file.
1180
1181 2018-02-26 Tom Tromey <tom@tromey.com>
1182
1183 * gdb.rust/simple.exp: Accept more possible results in enum test.
1184
1185 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1186
1187 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1188 parentheses.
1189
1190 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1191
1192 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1193 name of a variable: $actual_linejj -> $actual_line.
1194
1195 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1196
1197 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1198
1199 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1200
1201 * gdb.btrace/buffer-size.exp: Do not force BTS.
1202
1203 2018-02-14 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1206 getting a "Quit".
1207
1208 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1209
1210 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1211 Fix test name.
1212
1213 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1214
1215 * gdb.cp/m-static.exp: Check type of optimized out static
1216 member.
1217
1218 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1219
1220 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1221 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1222
1223 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1224 Leszek Swirski <leszeks@google.com>
1225
1226 * gdb.python/py-prettyprint.c
1227 (struct to_string_returns_value_inner,
1228 struct to_string_returns_value_wrapper): New.
1229 (main): Add tsrvw variable.
1230 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1231 ToStringReturnsValueWrapper): New classes.
1232 (register_pretty_printers): Register new pretty-printers.
1233 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1234 recursive pretty printer.
1235 * gdb.python/py-mi.exp: Likewise.
1236
1237 2018-02-01 Leszek Swirski <leszeks@google.com>
1238
1239 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1240 functions with the same name as an include file are parsed
1241 correctly.
1242
1243 2018-02-01 Yao Qi <yao.qi@linaro.org>
1244
1245 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1246 "\[^\r\n\]*".
1247
1248 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1249
1250 * gdb.arch/powerpc-prologue-frame.s: New file.
1251 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1252 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1253
1254 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1255
1256 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1257
1258 2018-01-30 Pedro Alves <palves@redhat.com>
1259
1260 PR gdb/13211
1261 * gdb.base/interrupt-daemon.c: New.
1262 * gdb.base/interrupt-daemon.exp: New.
1263 * gdb.multi/multi-term-settings.c: New.
1264 * gdb.multi/multi-term-settings.exp: New.
1265
1266 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1267
1268 * gdb.base/break.exp: Save the location where the breakpoint
1269 on break.c:47 was actually inserted when debugging the version
1270 compiled at -O2 and use it in the expected output of the "info
1271 break" test performed soon after.
1272
1273 2018-01-22 Pedro Alves <palves@redhat.com>
1274 Sergio Durigan Junior <sergiodj@redhat.com>
1275
1276 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1277 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1278
1279 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1280
1281 * gdb.base/break-include.c, gdb.base/break-include.inc,
1282 gdb.base/break-include.exp: New files.
1283 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1284 line number now being the actual line number where the breakpoint
1285 was inserted.
1286 * gdb.mi/mi-break.exp: Likewise.
1287 * gdb.mi/mi-reverse.exp: Likewise.
1288 * gdb.mi/mi-simplerun.exp: Ditto.
1289
1290 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1293 varobj.
1294 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1295
1296 2018-01-21 Don Breazeal <donb@codesourcery.com>
1297 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.mi/basics.c: Add new global.
1300 * gdb.mi/mi-frame-regs.exp: New file.
1301 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1302 case.
1303
1304 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1305
1306 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1307 non-parameter, and on an unknown symbol.
1308
1309 2018-01-19 Tom Tromey <tom@tromey.com>
1310
1311 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1312 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1313
1314 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1315
1316 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1317 setrlimit and chdir to int.
1318
1319 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1320
1321 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1322 function.
1323 (my_tend): Likewise.
1324 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1325 rationale of avoiding FP- and vector instructions.
1326
1327 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1328
1329 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1330 "info reg" with "\[ \t\]*".
1331 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1332 "\[ \t\]+".
1333 * gdb.arch/s390-multiarch.exp: Ditto.
1334 * gdb.base/pc-fp.exp: Ditto.
1335 * gdb.reverse/i386-precsave.exp: Ditto.
1336 * gdb.reverse/i386-reverse.exp: Ditto.
1337 * gdb.reverse/i387-env-reverse.exp: Ditto.
1338 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1339
1340 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1341
1342 * lib/gdb.exp (gdb_compile): Re-enable use of
1343 universal_compile_options for languages other than Rust.
1344
1345 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1346
1347 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1348
1349 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1350
1351 PR gdb/16577
1352 * gdb.base/solib-vanish.exp: New.
1353 * gdb.base/solib-vanish-main.c: New.
1354 * gdb.base/solib-vanish-lib1.c: New.
1355 * gdb.base/solib-vanish-lib2.c: New.
1356
1357 2018-01-17 Yao Qi <yao.qi@linaro.org>
1358
1359 * gdb.compile/compile.exp: Match the address printed for
1360 frame in the output of command "bt".
1361
1362 2018-01-15 Tom Tromey <tom@tromey.com>
1363
1364 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1365 compute sp_reg.
1366
1367 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1370 to prepare.
1371 (prepare): Return 0 on error, 1 on success.
1372
1373 2018-01-12 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.base/continue-after-aborted-step-over.c: New.
1376 * gdb.base/continue-after-aborted-step-over.exp: New.
1377
1378 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1379
1380 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1381 options when not creating an executable.
1382
1383 2018-01-11 Pedro Alves <palves@redhat.com>
1384
1385 PR remote/22597
1386 * gdb.server/stop-reply-no-thread.c: New file.
1387 * gdb.server/stop-reply-no-thread.exp: New file.
1388
1389 2018-01-10 Pedro Alves <palves@redhat.com>
1390
1391 PR gdb/22670
1392 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1393 functions too. Test setting breakpoints and printing C functions
1394 with no debug info too.
1395 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1396
1397 2018-01-10 Pedro Alves <palves@redhat.com>
1398
1399 PR gdb/22670
1400 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1401 a fail.
1402
1403 2018-01-10 Pedro Alves <palves@redhat.com>
1404
1405 PR gdb/22670
1406 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1407
1408 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1409
1410 * gdb.server/unittest.exp: Match the output in non-development
1411 mode.
1412
1413 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1414
1415 * gdb.gdb/unittest.exp: Match output in non-development mode.
1416
1417 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1418
1419 * gdb.ada/access_tagged_param.exp: Relax expected output
1420 for value of "ObjL" in "continue" to pck.inspect breakpoint
1421 test.
1422
1423 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1424
1425 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1426 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1427
1428 2018-01-05 Pedro Alves <palves@redhat.com>
1429
1430 PR gdb/18653
1431 * gdb.base/libsegfault.exp: New.
1432
1433 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1434
1435 PR gdb/22670
1436 * gdb.ada/access_tagged_param.exp: New file.
1437 * gdb.ada/access_tagged_param/foo.adb: New file.
1438
1439 2018-01-05 Pedro Alves <palves@redhat.com>
1440
1441 PR gdb/22670
1442 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1443 exercise lower case too, and to exercise both full matching and
1444 wild matching.
1445
1446 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1447
1448 * gdb.ada/rename_subscript_param: New testcase.
1449
1450 2018-01-05 Jerome Guitton <guitton@adacore.com>
1451
1452 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1453
1454 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1455
1456 * gdb.ada/convvar_comp: New testcase.
1457
1458 2018-01-05 Xavier Roirand <roirand@adacore.com>
1459
1460 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1461 (My_Table): New global variable.
1462 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1463
1464 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1465
1466 PR gdb/22670
1467 * gdb.ada/maint_with_ada: New testcase.
1468
1469 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1470
1471 PR gdb/22670
1472 * gdb.ada/bp_c_mixed_case: New testcase.
1473
1474 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1475
1476 PR gdb/22670
1477 * gdb.ada/complete.exp: Add "complete break ada" test.
1478
1479 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1480
1481 PR gdb/22670
1482 * gdb.ada/info_addr_mixed_case: New testcase.
1483
1484 2018-01-03 Xavier Roirand <roirand@adacore.com>
1485
1486 * gdb.ada/excep_handle.exp: New testcase.
1487 * gdb.ada/excep_handle/foo.adb: New file.
1488 * gdb.ada/excep_handle/pck.ads: New file.
1489
1490 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1491
1492 * gdb.base/step-line.c: Add extra empty line in copyright header.
1493 * gdb.base/step-line.inp: Likewise.
1494
1495 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1496
1497 * gdb.ada/dyn_stride.exp: Add slice test.
1498
1499 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1500
1501 * gdb.ada/dyn_stride: New testcase.
1502
1503 2017-12-27 Stafford Horne <shorne@gmail.com>
1504
1505 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1506 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1507
1508 2017-12-27 Stafford Horne <shorne@gmail.com>
1509
1510 * gdb.base/reggroups.c: New file.
1511 * gdb.base/reggroups.exp: New file.
1512
1513 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1514
1515 * gdb.dwarf2/ada-valprint-error.c: New file.
1516 * gdb.dwarf2/ada-valprint-error.exp: New file.
1517
1518 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1519
1520 * gdb.ada/assign_arr: New testcase.
1521
1522 2017-12-18 Xavier Roirand <roirand@adacore.com>
1523
1524 * gdb.ada/funcall_ptr: New testcase.
1525
1526 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1527
1528 PR cli/16224
1529 * gdb.base/ptype-offsets.cc: New file.
1530 * gdb.base/ptype-offsets.exp: New file.
1531
1532 2017-12-15 Yao Qi <yao.qi@linaro.org>
1533
1534 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1535 if XML is disabled.
1536
1537 2017-12-15 Xavier Roirand <roirand@adacore.com>
1538
1539 * gdb.ada/same_component_name: New testcase.
1540
1541 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1542
1543 * gdb.ada/str_binop_equal: New testcase.
1544
1545 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1546
1547 * gdb.ada/task_switch_in_core: New testcase.
1548
1549 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1550
1551 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1552 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1553 call test_bkpt_qualified.
1554 (test_bkpt_qualified): New proc.
1555
1556 2017-12-13 Pedro Alves <palves@redhat.com>
1557
1558 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1559 Tighten regexp by matching with an anchor.
1560
1561 2017-12-13 Pedro Alves <palves@redhat.com>
1562
1563 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1564 ("expression with namespace"): New set of tests.
1565 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1566 (Nested::Test_NS::qux): New.
1567 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1568 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1569
1570 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1571
1572 * gdb.base/server-del-break.c: New file.
1573 * gdb.base/server-del-break.exp: New file.
1574
1575 2017-12-12 Stafford Horne <shorne@gmail.com>
1576
1577 * gdb.xml/tdesc-regs.exp: Add or1k support.
1578
1579 2017-12-12 Stafford Horne <shorne@gmail.com>
1580
1581 * gdb.base/bp-permanent.c: Define nop of or1k.
1582
1583 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1584
1585 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1586 output with components being reordered.
1587
1588 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1589
1590 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1591 output with components being reordered.
1592
1593 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1594 Pedro Alves <palves@redhat.com>
1595
1596 * gdb.base/maint.exp (check for .gdb_index): Check also for
1597 .debug_names.
1598 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1599 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1600 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1601 (.gdb_index used after symbol reloading): Support also .debug_names.
1602 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1603
1604 2017-12-08 Yao Qi <yao.qi@linaro.org>
1605
1606 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1607 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1608
1609 2017-12-08 Yao Qi <yao.qi@linaro.org>
1610
1611 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1612 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1613
1614 2017-12-08 Yao Qi <yao.qi@linaro.org>
1615
1616 * gdb.arch/aarch64-tagged-pointer.c: New file.
1617 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1618
1619 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1620
1621 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1622 "int".
1623
1624 2017-12-07 Keith Seitz <keiths@redhat.com>
1625
1626 PR breakpoints/22569
1627 * gdb.linespec/ls-errs.exp: Change expected result of "break
1628 -source this file has spaces.c -line 3".
1629 Check that an explicit source file followed by whitespace is
1630 identified as an invalid explicit location.
1631
1632 2017-12-07 Keith Seitz <keiths@redhat.com>
1633
1634 * gdb.cp/nested-types.cc: New file.
1635 * gdb.cp/nested-types.exp: New file.
1636 * lib/cp-support.exp: Load data-structures.exp library.
1637 (debug_cp_test_ptype_class): New global.
1638 (cp_ptype_class_verbose, next_line): New procedures.
1639 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1640 Add and document new return value.
1641 Switch the list of lines to a queue.
1642 Add support for new `type' key for nested type definitions.
1643 Add debugging/troubleshooting messages.
1644 * lib/data-structures.exp: New file.
1645
1646 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1647
1648 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1649 with proc_with_prefix, don't use with_test_prefix.
1650
1651 2017-12-07 Tom Tromey <tom@tromey.com>
1652
1653 * gdb.base/break.exp: Add test for empty "commands".
1654
1655 2017-12-07 Yao Qi <yao.qi@linaro.org>
1656
1657 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1658 malloc and catch syscall.
1659
1660 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1661
1662 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1663 tests for explicit locations.
1664
1665 2017-12-06 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1668 force-disabling XML descriptions.
1669
1670 2017-12-04 Pedro Alves <palves@redhat.com>
1671
1672 PR gdb/22499
1673 * gdb.arch/amd64-disp-step-avx.S: New file.
1674 * gdb.arch/amd64-disp-step-avx.exp: New file.
1675
1676 2017-12-03 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1679 and <string.h>.
1680 (parent_function): Print distinct messages when waitpid fails, or
1681 the child exits with a signal, or the child exits for an unhandled
1682 reason.
1683 * gdb.threads/process-dies-while-detaching.exp
1684 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1685 it. Wait for both inferior output and GDB's prompt. Use an
1686 indirect spawn id list.
1687 (do_detach): New parameter 'child_exit'. Use it to compute
1688 expected inferior output.
1689 (test_detach, test_detach_watch, test_detach_killed_outside):
1690 Adjust to pass down the expected child exit kind.
1691
1692 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1693 Sergio Durigan Junior <sergiodj@redhat.com>
1694 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1697
1698 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1699
1700 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1701 to 'symbol-file' and 'add-symbol-file' can be
1702 position-independent.
1703
1704 2017-12-01 Yao Qi <yao.qi@linaro.org>
1705
1706 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1707 the URL in copyright header.
1708 * gdb.arch/aarch64-fp.exp: Likewise.
1709 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1710 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1711 * gdb.base/expand-psymtabs.exp: Likewise.
1712 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1713 * gdb.fortran/common-block.exp: Likewise.
1714 * gdb.fortran/common-block.f90: Likewise.
1715 * gdb.fortran/logical.exp: Likewise.
1716 * gdb.fortran/vla-datatypes.f90: Likewise.
1717 * gdb.fortran/vla-sub.f90: Likewise.
1718
1719 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1720
1721 * gdb.ada/repeat_dyn: New testcase.
1722
1723 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1724
1725 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1726 Update for changed thread numbering.
1727 * gdb.cell/bt.exp: Update for changed GDB output.
1728
1729 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1730
1731 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1732 setting isremote by hand.
1733 * boards/dwarf4-gdb-index.exp: Likewise.
1734 * boards/fission.exp: Likewise.
1735 * boards/stabs.exp: Likewise.
1736
1737 2017-11-30 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.linespec/cpls-ops.exp
1740 (check_explicit_skips_function_argument): Extract the underlying
1741 type of size_t instead of hardcoding it.
1742
1743 2017-11-29 Pedro Alves <palves@redhat.com>
1744
1745 PR c++/19436
1746 * gdb.linespec/cpls-abi-tag.cc: New file.
1747 * gdb.linespec/cpls-abi-tag.exp: New file.
1748
1749 2017-11-29 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/langs.exp: Use -qualified.
1752 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1753 it.
1754 * gdb.cp/namespace.exp: Use -qualified.
1755 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1756 (overload-3, template-overload, template-ret-type, const-overload)
1757 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1758 procedures.
1759 (test_driver): Call them.
1760 * gdb.cp/save-bp-qualified.cc: New.
1761 * gdb.cp/save-bp-qualified.exp: New.
1762 * gdb.linespec/explicit.exp: Test -qualified.
1763 * lib/completion-support.exp (completion::explicit_opts_list): Add
1764 "-qualified".
1765 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1766
1767 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1768
1769 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1770
1771 2017-11-29 Tom Tromey <tom@tromey.com>
1772
1773 * gdb.base/relocate.exp: Update invalid argument test.
1774 Add new tests for invalid arguments.
1775
1776 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1777
1778 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1779 Return 0 as a long.
1780 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1781
1782 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1783
1784 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1785 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1786 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1787 func ().
1788 * gdb.cp/shadow.cc (B.func): Return 0.
1789
1790 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1791
1792 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1793 expected output in gdb_expect call to allow the exception
1794 message to be present as well. Fix syntax confusion to avoid
1795 TCL thinking that exception_name is an array.
1796
1797 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1798
1799 * gdb.arch/spu-info.c: Include <unistd.h>.
1800 (do_signal_test): Fix broken calls to write.
1801 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1802 Fix checks for empty mailboxes. Update signal tests for corrected
1803 do_signal_test routine. Allow nonzero event status.
1804 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1805 * gdb.cell/arch.exp: Use standard_output_file.
1806 * gdb.cell/break.exp: Likewise.
1807 * gdb.cell/bt.exp: Likewise.
1808 * gdb.cell/core.exp: Likewise.
1809 * gdb.cell/dwarfaddr.exp: Likewise.
1810 * gdb.cell/ea-cache.exp: Likewise.
1811 * gdb.cell/ea-standalone.exp: Likewise.
1812 * gdb.cell/f-regs.exp: Likewise.
1813 * gdb.cell/fork.exp: Likewise.
1814 * gdb.cell/gcore.exp: Likewise.
1815 * gdb.cell/mem-access.exp: Likewise.
1816 * gdb.cell/ptype.exp: Likewise.
1817 * gdb.cell/registers.exp: Likewise.
1818 * gdb.cell/sizeof.exp: Likewise.
1819 * gdb.cell/solib-symbol.exp: Likewise.
1820 * gdb.cell/solib.exp: Likewise.
1821
1822 2017-11-25 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.base/complete-empty.exp: New file.
1825 * gdb.base/completion.exp: Adjust.
1826
1827 2017-11-25 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.linespec/cpls-ops.cc: New file.
1830 * gdb.linespec/cpls-ops.exp: New file.
1831 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1832 factored out from ...
1833 (test_complete_prefix_range): ... this.
1834
1835 2017-11-24 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.linespec/cpcompletion.exp: New file.
1838 * gdb.linespec/cpls-hyphen.cc: New file.
1839 * gdb.linespec/cpls.cc: New file.
1840 * gdb.linespec/cpls2.cc: New file.
1841 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1842 test to use test_gdb_complete_unique. Add label completion,
1843 keyword completion and explicit location completion tests.
1844 * lib/completion-support.exp: New file.
1845
1846 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1847
1848 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1849 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1850 when hitting an exception catchpoint.
1851
1852 2017-11-22 Yao Qi <yao.qi@linaro.org>
1853
1854 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1855
1856 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1857
1858 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1859 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1860 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1861
1862 2017-11-22 Yao Qi <yao.qi@linaro.org>
1863
1864 * gdb.base/info-os.exp: Pass pthreads.
1865 * gdb.multi/multi-attach.exp: Likewise.
1866
1867 2017-11-22 Yao Qi <yao.qi@linaro.org>
1868
1869 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1870 compiler.
1871
1872 2017-11-22 Yao Qi <yao.qi@linaro.org>
1873
1874 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1875 * gdb.base/break-interp.exp: Likewise.
1876 * gdb.base/jit-attach-pie.exp: Likewise.
1877
1878 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1879
1880 * gdb.base/float128.c (large128): New variable.
1881 * gdb.base/float128.exp: Add test to print largest __float128 value.
1882
1883 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1884
1885 * gdb.arch/vsx-regs.exp: Update register content checks.
1886
1887 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1888
1889 * gdb.arch/ppc-longdouble.exp: New file.
1890 * gdb.arch/ppc-longdouble.c: Likewise.
1891
1892 2017-11-21 Pedro Alves <palves@redhat.com>
1893
1894 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1895
1896 2017-11-20 Pedro Alves <palves@redhat.com>
1897
1898 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1899 (long_double_typedef): New typedefs.
1900 Use DEF on double and long double.
1901 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1902 cases.
1903 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1904 and 'long_double_ptr_same_size' locals. Use them to decide
1905 whether cast from array/function to float is valid/invalid.
1906
1907 2017-11-17 Tom Tromey <tom@tromey.com>
1908
1909 * gdb.rust/traits.rs: New file.
1910 * gdb.rust/traits.exp: New file.
1911
1912 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1913
1914 * gdb.ada/minsyms: New testcase.
1915
1916 2017-11-16 Pedro Alves <palves@redhat.com>
1917
1918 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1919 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1920
1921 2017-11-16 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1924 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1925
1926 2017-11-16 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.server/reconnect-ctrl-c.c: New file.
1929 * gdb.server/reconnect-ctrl-c.exp: New file.
1930
1931 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1932
1933 * gdb.python/py-rbreak.exp: New file.
1934 * gdb.python/py-rbreak.c: New file.
1935 * gdb.python/py-rbreak-func2.c: New file.
1936
1937 2017-11-16 Pedro Alves <palves@redhat.com>
1938
1939 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1940 pattern.
1941 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1942 GDB.
1943
1944 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1945
1946 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1947 regex.
1948
1949 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1950
1951 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1952 test names.
1953
1954 2017-11-09 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1957 factored out from ...
1958 (top level): ... here, and adjusted to avoid expecting beyond the
1959 prompt in a single gdb_test_multiple.
1960
1961 2017-11-09 Pedro Alves <palves@redhat.com>
1962
1963 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1964 output.
1965 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1966 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1967 * gdb.server/ext-run.exp ("kill" test): Likewise.
1968 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1969
1970 2017-11-09 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1973 match till end of line.
1974
1975 2017-11-09 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1978
1979 2017-11-09 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1982 New procedures, factored out from ...
1983 (top level): ... here, and adjusted to avoid expecting beyond the
1984 prompt in one go.
1985
1986 2017-11-09 Pedro Alves <palves@redhat.com>
1987
1988 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1989 output. Fix '?' match.
1990
1991 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1992
1993 * gdb.ada/scoped_watch: New testcase.
1994 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1995 which is actually correct.
1996 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1997 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1998
1999 2017-11-08 Pedro Alves <palves@redhat.com>
2000
2001 * gdb.gdb/complaints.exp (test_initial_complaints)
2002 (test_serial_complaints, test_short_complaints): Call
2003 complaint_internal instead of complaint.
2004
2005 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2006
2007 * gdb.threads/tls-core.c: New file.
2008 * gdb.threads/tls-core.exp: Likewise.
2009
2010 2017-11-08 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2013 (p Exported_Capitalized): New test.
2014 (p exported_capitalized): New test.
2015
2016 2017-11-07 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2019
2020 2017-11-07 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2023 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2024 (disable_invalid, disable_inverted, disable_negative): New
2025 procedures.
2026 ("bad numbers"): New set of tests.
2027
2028 2017-11-07 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.cp/ena-dis-br-range.exp: Add tests.
2031
2032 2017-11-07 Pedro Alves <palves@redhat.com>
2033
2034 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2035
2036 2017-11-07 Xavier Roirand <roirand@adacore.com>
2037 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/ena-dis-br.exp: Add reference to
2040 gdb.cp/ena-dis-br-range.exp.
2041 * gdb.cp/ena-dis-br-range.exp: New file.
2042 * gdb.cp/ena-dis-br-range.cc: New file.
2043
2044 2017-11-06 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.base/attach-non-pgrp-leader.c: New.
2047 * gdb.base/attach-non-pgrp-leader.exp: New.
2048
2049 2017-11-06 Pedro Alves <palves@redhat.com>
2050
2051 * configure.ac: No longer check for termio.h and sgtty.h.
2052 * configure: Regenerate.
2053 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2054 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2055 Remove termio and sgtty code.
2056
2057 2017-11-03 Yao Qi <yao.qi@linaro.org>
2058
2059 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2060 in GDB is disabled.
2061
2062 2017-11-03 Yao Qi <yao.qi@linaro.org>
2063
2064 * gdb.python/py-thrhandle.exp: Skip it if python is not
2065 enabled.
2066
2067 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2068
2069 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2070 as a breakpoint command.
2071
2072 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2073
2074 PR python/21213
2075 * gdb.python/py-infthread.exp: Test calling
2076 InferiorThread.inferior () multiple times in a row.
2077
2078 2017-10-27 Keith Seitz <keiths@redhat.com>
2079
2080 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2081 Test "info break" for every inlined function breakpoint.
2082
2083 2017-10-27 Yao Qi <yao.qi@linaro.org>
2084
2085 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2086
2087 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2088
2089 * gdb.cp/classes.exp (test_static_members): Test printing
2090 Outer::instance.
2091 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2092 (Inner::instance, Outer::instance): New.
2093
2094 2017-10-24 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2097 extra console" test in two stages.
2098
2099 2017-10-24 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2102
2103 2017-10-24 Pedro Alves <palves@redhat.com>
2104
2105 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2106 loop.
2107
2108 2017-10-24 Pedro Alves <palves@redhat.com>
2109
2110 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2111 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2112
2113 2017-10-24 Pedro Alves <palves@redhat.com>
2114
2115 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2116 parameter and handle it. Don't output read value in test name.
2117
2118 2017-10-24 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2121 custom test name.
2122
2123 2017-10-24 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2126 include the unstable output directory name in the test's name.
2127 (initial_setup_simple) <'set args'>: Use custom test name.
2128
2129 2017-10-24 Pedro Alves <palves@redhat.com>
2130
2131 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2132 with explicit test name.
2133
2134 2017-10-20 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2137 'wait -i'. Use gdb_assert and remote_close.
2138
2139 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2142 number from variable rather than hard-coded.
2143
2144 2017-10-19 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.base/long-inferior-output.c: New file.
2147 * gdb.base/long-inferior-output.exp: New file.
2148
2149 2017-11-18 Keith Seitz <keiths@redhat.com>
2150
2151 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2152 method.
2153 (main): Call it.
2154 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2155 Add additional user-defined conversion operator tests.
2156
2157 2017-10-17 Pedro Alves <palves@redhat.com>
2158
2159 * boards/native-stdio-gdbserver.exp: Load "local-board".
2160
2161 2017-10-17 Pedro Alves <palves@redhat.com>
2162
2163 * gdb.base/quit-live.c: New file.
2164 * gdb.base/quit-live.exp: New file.
2165
2166 2017-10-16 Keith Seitz <keiths@redhat.com>
2167
2168 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2169 (class_with_protected_typedef, class_with_private_typedef)
2170 (struct_with_public_typedef, struct_with_protected_typedef)
2171 (struct_with_private_typedef): New classes/structs.
2172 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2173 typedefs and access specifiers.
2174
2175 2017-10-16 Pedro Alves <palves@redhat.com>
2176 Simon Marchi <simon.marchi@polymtl.ca>
2177
2178 * README (Local vs Remote vs Native): New section.
2179 * boards/local-board.exp: New file, with bits factored out from
2180 ...
2181 * boards/native-extended-gdbserver.exp: ... here. Load
2182 "local-board".
2183 * boards/native-gdbserver.exp: Load "local-board".
2184 (${board}_spawn, ${board}_exec): Delete.
2185 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2186 ...
2187 * boards/stdio-gdbserver-base.exp: ... this new file.
2188 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2189 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2190 procedure.
2191 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2192 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2193 stdio_gdbserver_command.
2194 (${board}_get_remote_address, ${board}_get_comm_port)
2195 (${board}_download, ${board}_upload): Delete.
2196 (get_target_remote_pipe_cmd): New.
2197
2198 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2199
2200 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2201 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2202 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2203 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2204 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2205 remove with_test_prefix.
2206
2207 2017-10-13 Pedro Alves <palves@redhat.com>
2208
2209 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2210 * gdb.base/annota1.exp: Use it instead of is_remote.
2211 * gdb.base/annota3.exp: Use it instead of is_remote.
2212 * gdb.cp/annota2.exp: Use it instead of is_remote.
2213 * gdb.cp/annota3.exp: Use it instead of is_remote.
2214 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2215
2216 2017-10-13 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2219 (test_num_test_vars, run_and_count_vars, find_env)
2220 (test_set_unset_env, test_inherit_env_var): New procedures.
2221 (top level): Use them.
2222
2223 2017-10-13 Pedro Alves <palves@redhat.com>
2224
2225 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2226 also skip on stub-like targets.
2227
2228 2017-10-13 Pedro Alves <palves@redhat.com>
2229
2230 PR gdb/22293
2231 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2232 (top level): Move some tests to ...
2233 (test_not_found): ... this new procedure.
2234 (top level): Call it.
2235
2236 2017-10-13 Pedro Alves <palves@redhat.com>
2237
2238 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2239 expect different "info terminal" output if testing with a
2240 non-native target.
2241
2242 2017-10-13 Pedro Alves <palves@redhat.com>
2243 Simon Marchi <simon.marchi@polymtl.ca>
2244
2245 PR python/12966
2246 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2247
2248 2017-10-13 Pedro Alves <palves@redhat.com>
2249
2250 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2251 already.
2252
2253 2017-10-13 Pedro Alves <palves@redhat.com>
2254
2255 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2256 is_remote.
2257
2258 2017-10-13 Pedro Alves <palves@redhat.com>
2259
2260 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2261 is_remote.
2262
2263 2017-10-13 Pedro Alves <palves@redhat.com>
2264
2265 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2266 is set.
2267 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2268 instead of is_remote.
2269
2270 2017-10-13 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2273 (top level): Add comment.
2274
2275 2017-10-13 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.base/remote.exp (top level): Fix comment typo and add
2278 missing return.
2279
2280 2017-10-13 Pedro Alves <palves@redhat.com>
2281 Simon Marchi <simon.marchi@polymtl.ca>
2282
2283 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2284 calls and add comments. Skip test if use_gdb_stub is set.
2285 (top level): Use "set cwd" command instead of "cd" command.
2286
2287 2017-10-13 Pedro Alves <palves@redhat.com>
2288
2289 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2290 is_remote target check.
2291
2292 2017-10-13 Pedro Alves <palves@redhat.com>
2293
2294 * gdb.base/scope.exp: Use build_executable + clean_restart +
2295 gdb_file_cmd instead of prepare_for_testing and no longer skip
2296 "before run" tests on is_remote target boards. Update comments.
2297 * boards/native-extended-gdbserver.exp
2298 (extended_gdbserver_load_last_file): New, factored out from ...
2299 (gdb_load): ... this. Move further below and add comment.
2300 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2301
2302 2017-10-12 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.base/attach.exp: Remove references to gdb64.
2305 * gdb.base/dbx.exp: Remove references to gdb64.
2306
2307 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2308 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.base/label.exp: Remove is_remote target check.
2311
2312 2017-10-12 Pedro Alves <palves@redhat.com>
2313
2314 * gdb.base/auvx.exp (coredir): Update comment.
2315 (top level) <core_works>: Use "set cwd" command instead of "cd"
2316 command.
2317
2318 2017-10-12 Pedro Alves <palves@redhat.com>
2319 Simon Marchi <simon.marchi@polymtl.ca>
2320
2321 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2322 target boards.
2323
2324 2017-10-12 Pedro Alves <palves@redhat.com>
2325 Simon Marchi <simon.marchi@polymtl.ca>
2326
2327 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2328 Instead skip if there's any gdb_protocol set.
2329
2330 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2331 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2334
2335 2017-10-12 Pedro Alves <palves@redhat.com>
2336 Simon Marchi <simon.marchi@polymtl.ca>
2337
2338 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2339 instead of on dejagnu remote boards.
2340
2341 2017-10-12 Pedro Alves <palves@redhat.com>
2342 Simon Marchi <simon.marchi@polymtl.ca>
2343
2344 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2345 checks. Use build_executable + clean_restart instead of
2346 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2347 of enabling non-stop after starting gdb.
2348
2349 2017-10-12 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2352 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2353 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2354 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2355
2356 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2357
2358 * gdb.arch/arc-tdesc-cpu.exp: New file.
2359 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2360
2361 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2362
2363 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2364
2365 2017-10-10 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2368 expect CLI output.
2369
2370 2017-10-10 Pedro Alves <palves@redhat.com>
2371
2372 * lib/selftest-support.exp (selftest_setup): Update for
2373 captured_command_loop's prototype change.
2374
2375 2017-10-09 Pedro Alves <palves@redhat.com>
2376
2377 Test both arch1=>arch2 and arch2=>arch1.
2378
2379 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2380 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2381 factored out to...
2382 (append_arch1_options, append_arch2_options, append_arch_options)
2383 (build_executables): New procedures.
2384 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2385 local.
2386 (top level): Add new 'first_arch' testing axis.
2387
2388 2017-10-09 Pedro Alves <palves@redhat.com>
2389
2390 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2391 (barrier): New.
2392 (thread_start, all_started): New functions.
2393 (main): Spawn new thread and wait until it is scheduled.
2394 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2395 option.
2396 (do_test): Add 'selected_thread' parameter. Run to all_started
2397 instead of main. Explicitly set the breakpoint at main. Switch
2398 to the SELECTED_THREAD thread.
2399 (top level): Test handling the exec event with either the main
2400 thread or the second thread selected.
2401
2402 2017-10-09 Pedro Alves <palves@redhat.com>
2403
2404 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2405 logic. Move STOP marker after the value checks.
2406 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2407 regexp.
2408
2409 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2410
2411 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2412
2413 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2414
2415 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2416 integer-to-dfp conversion.
2417 * gdb.base/dfp-test.exp: Likewise.
2418
2419 2017-10-04 Pedro Alves <palves@redhat.com>
2420
2421 * gdb.multi/hangout.c: Include <unistd.h>.
2422 (hangout_loop): New function.
2423 (main): Call alarm. Call hangout_loop in a loop.
2424 * gdb.multi/hello.c: Include <unistd.h>.
2425 (hello_loop): New function.
2426 (main): Call alarm. Call hangout_loop in a loop.
2427 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2428 inferior with the other selected.
2429
2430 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2431
2432 * gdb.mi/list-thread-groups-available.exp: New file.
2433 * gdb.mi/list-thread-groups-available.c: New file.
2434
2435 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2436
2437 * gdb.base/set-cwd.exp: Make it available on
2438 native-extended-gdbserver.
2439
2440 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2441
2442 * gdb.base/set-cwd.c: New file.
2443 * gdb.base/set-cwd.exp: Likewise.
2444
2445 2017-10-02 Tom Tromey <tom@tromey.com>
2446
2447 PR rust/22236:
2448 * gdb.rust/simple.rs (main): New variable "fslice".
2449 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2450
2451 2017-10-02 Tom Tromey <tom@tromey.com>
2452
2453 * gdb.rust/simple.exp: Test ptype of a slice.
2454
2455 2017-10-02 Tom Tromey <tom@tromey.com>
2456
2457 * gdb.rust/simple.exp: Test index of slice.
2458
2459 2017-09-27 Tom Tromey <tom@tromey.com>
2460
2461 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2462
2463 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2464 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.base/compare-sections.exp (get value of read-only section): Read
2467 as unsigned value.
2468 (corrupt read-only section): Likewise and don't set written if patching
2469 failed.
2470
2471 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2472
2473 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2474 files.
2475
2476 2017-09-20 Pedro Alves <palves@redhat.com>
2477
2478 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2479 symbol names in gdb's output.
2480 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2481
2482 2017-09-20 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2485 Rename to ...
2486 (test_list_ambiguous_symbol): ... this and add a symbol name
2487 parameter. Adjust.
2488 (test_list_ambiguous_function): Reimplement on top of
2489 test_list_ambiguous_symbol and also test listing ambiguous
2490 variables.
2491 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2492 (ambiguous_fun): ... this.
2493 (ambiguous_var): New.
2494 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2495 (ambiguous_fun): ... this.
2496 (ambiguous_var): New.
2497
2498 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2499
2500 * gdb.base/starti.c: New file.
2501 * gdb.base/starti.exp: New file.
2502 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2503
2504 2017-09-14 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2507 (top level): Use it instead of runto.
2508
2509 2017-09-11 Tom Tromey <tom@tromey.com>
2510
2511 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2512
2513 2017-09-11 Tom Tromey <tom@tromey.com>
2514
2515 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2516 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2517
2518 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2519
2520 * gdb.fortran/printing-types.exp: New file.
2521 * gdb.fortran/printing-types.exp: New file.
2522
2523 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2524
2525 * gdb.fortran/vla-ptype.exp: Fix typos.
2526 * gdb.fortran/vla-value.exp: Same.
2527
2528 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2529
2530 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2531 * gdb.mi/mi-var-child-f.exp: Likewise.
2532 * gdb.mi/mi-vla-fortran.exp: Likewise.
2533
2534 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2535 Christoph Weinmann <christoph.t.weinmann@intel.com>
2536 Bernhard Heckel <bernhard.heckel@intel.com>
2537
2538 * gdb.fortran/ptr-indentation.f90: New file.
2539 * gdb.fortran/ptr-indentation.exp: New file.
2540
2541 2017-09-05 Tom Tromey <tom@tromey.com>
2542
2543 PR gdb/22010:
2544 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2545
2546 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2547
2548 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2549
2550 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2551
2552 * gdb.threads/tls-nodebug-pie.c: New file.
2553 * gdb.threads/tls-nodebug-pie.exp: New file.
2554
2555 2017-09-05 Tom Tromey <tom@tromey.com>
2556
2557 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2558 for rust.
2559
2560 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2561
2562 * gdb.multi/multi-arch-exec.exp: Test with different
2563 "follow-exec-mode" settings.
2564 (do_test): New procedure.
2565
2566 2017-09-04 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.base/func-static.c (S::method const, S::method volatile)
2569 (S::method volatile const): New methods.
2570 (c_s, v_s, cv_s): New instances.
2571 (main): Call method() on them.
2572 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2573 (cannot_resolve): New procedure.
2574 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2575 print-quote-unquoted columns.
2576 (do_test): Test printing each scope too.
2577
2578 2017-09-04 Pedro Alves <palves@redhat.com>
2579
2580 * gdb.base/local-static.exp: Also test with
2581 class::method::variable wholly quoted.
2582 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2583
2584 2017-09-04 Pedro Alves <palves@redhat.com>
2585
2586 * gdb.base/local-static.c: New.
2587 * gdb.base/local-static.cc: New.
2588 * gdb.base/local-static.exp: New.
2589
2590 2017-09-04 Pedro Alves <palves@redhat.com>
2591
2592 * gdb.asm/asm-source.exp: Add casts to int.
2593 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2594 (dataglobal64_1, dataglobal64_2): New globals.
2595 * gdb.base/nodebug.exp: Test different expressions involving the
2596 new globals, with print, whatis and ptype. Add casts to int.
2597 * gdb.base/solib-display.exp: Add casts to int.
2598 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2599 * gdb.cp/m-static.exp: Add cast to int.
2600 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2601 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2602 tls variable with no debug info without a cast. Test with a cast
2603 to int too.
2604 * gdb.trace/entry-values.exp: Add casts.
2605
2606 2017-09-04 Pedro Alves <palves@redhat.com>
2607
2608 * gdb.base/nodebug.exp: Test that ptype's error about functions
2609 with unknown return type includes the function name too.
2610
2611 2017-09-04 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2614 return type of munmap in infcall.
2615 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2616 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2617 type of ftell in infcall.
2618 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2619 type of getpid in infcall.
2620 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2621 infcall.
2622 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2623 Bail on failure to extract the pid.
2624 * gdb.base/nodebug.c: #include <stdint.h>.
2625 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2626 New functions.
2627 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2628 Change expected output of print/whatis/ptype with functions with
2629 no debug info. Test all supported languages. Call
2630 test_call_promotion.
2631 * gdb.compile/compile.exp: Adjust expected output to expect
2632 warning.
2633 * gdb.threads/siginfo-threads.exp: Likewise.
2634
2635 2017-09-04 Pedro Alves <palves@redhat.com>
2636
2637 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2638 "prototypes". Test calling float functions via prototyped and
2639 unprototyped function pointers.
2640 (perform_all_tests): New parameter "prototypes". Pass it down.
2641 (top level): Pass down "prototypes" parameter to
2642 perform_all_tests.
2643
2644 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2645
2646 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2647 Test with nested loops.
2648
2649 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2650
2651 * gdb.base/commands.exp: Call the new procedures.
2652 (loop_break_test, loop_continue_test): New procedures.
2653
2654 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2655
2656 * gdb.base/commands.exp: Call new procedure.
2657 (define_if_without_arg_test): New procedure.
2658
2659 2017-09-04 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.base/list-ambiguous.exp: New file.
2662 * gdb.base/list-ambiguous0.c: New file.
2663 * gdb.base/list-ambiguous1.c: New file.
2664 * gdb.base/list.exp (test_list_range): Adjust expected output.
2665
2666 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2667
2668 * gdb.base/share-env-with-gdbserver.c: New file.
2669 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2670
2671 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2672
2673 * gdb.base/commands.exp (gdbvar_simple_if_test,
2674 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2675 progvar_simple_if_test, progvar_simple_while_test,
2676 progvar_complex_if_while_test, user_defined_command_test,
2677 user_defined_command_args_eval,
2678 user_defined_command_args_stack_test,
2679 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2680 temporary_breakpoint_commands,
2681 gdb_test_no_prompt, redefine_hook_test,
2682 redefine_backtrace_test): Remove "global gdb_prompt".
2683
2684 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2685
2686 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2687 New proc, call it from toplevel.
2688
2689 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2690
2691 PR remote/21852
2692 * gdb.server/normal.c: New file, copied from gdb.base.
2693 * gdb.server/run-without-local-binary.exp: New file.
2694
2695 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2696
2697 * gdb.arch/sparc64-adi.exp: New file.
2698 * gdb.arch/sparc64-adi.c: New file.
2699
2700 2017-08-22 Pedro Alves <palves@redhat.com>
2701
2702 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2703 (top level): Add "list all overloads" tests.
2704
2705 2017-08-22 Tom Tromey <tom@tromey.com>
2706
2707 * gdb.gdb/xfullpath.exp: Remove.
2708
2709 2017-08-21 Pedro Alves <palves@redhat.com>
2710
2711 PR gdb/19487
2712 * gdb.base/symbol-alias.c: New.
2713 * gdb.base/symbol-alias2.c: New.
2714 * gdb.base/symbol-alias.exp: New.
2715
2716 2017-08-21 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.base/dfp-test.c
2719 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2720 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2721 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2722 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2723 * gdb.base/whatis-ptype-typedefs.c: New.
2724 * gdb.base/whatis-ptype-typedefs.exp: New.
2725 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2726 (an_int, an_int_type, an_int_type2): New globals.
2727 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2728 involving typedefs and cast expressions.
2729 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2730 (lookup_typedefs_function): New.
2731 (typedefs_pretty_printers_dict): New.
2732 (top level): Register lookup_typedefs_function in
2733 gdb.pretty_printers.
2734
2735 2017-08-18 Yao Qi <yao.qi@linaro.org>
2736
2737 * gdb.server/unittest.exp: New.
2738
2739 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2740
2741 PR gdb/21954
2742 * gdb.base/environ.exp: Add test to check if 'unset environment'
2743 works.
2744
2745 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2746
2747 * lib/gdb.exp (universal_compile_options): New caching proc.
2748 (gdb_compile): Suppress GCC's coloring of messages.
2749
2750 2017-08-14 Tom Tromey <tom@tromey.com>
2751
2752 PR gdb/21675:
2753 * gdb.base/printcmds.exp (test_radices): New function.
2754 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2755 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2756 * lib/gdb.exp (get_integer_valueof): Use p/d.
2757
2758 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2759
2760 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2761 characters.
2762
2763 2017-08-05 Tom Tromey <tom@tromey.com>
2764
2765 * gdb.rust/simple.exp: Allow String to appear in a different
2766 namespace.
2767
2768 2017-07-26 Yao Qi <yao.qi@linaro.org>
2769
2770 * gdb.gdb/unittest.exp: Invoke command
2771 "maintenance check xml-descriptions".
2772
2773 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2774
2775 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2776 calling context.
2777 (hex128): Drop erroneous calculation of parameters.
2778
2779 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2780
2781 * gdb.python/py-unwind.exp: Disable stack protection when
2782 building test file.
2783
2784 2017-07-20 Pedro Alves <palves@redhat.com>
2785
2786 * gdb.base/default.exp (set language): Adjust expected output.
2787
2788 2017-07-20 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2791 (test_minsym): ... this, and make static.
2792 (get_pck__foo__bar__minsym): Rename to ...
2793 (get_test_minsym): ... this.
2794 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2795 symbol names and comments.
2796 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2797 (get_test_minsym): ... this.
2798 (pck__foo__bar__minsym__2): Rename to ...
2799 (test_minsym): ... this.
2800 (main): Adjust.
2801
2802 2017-07-17 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.base/completion.exp: Adjust expected output.
2805 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2806 the completer works.
2807
2808 2017-07-17 Pedro Alves <palves@redhat.com>
2809
2810 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2811
2812 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2813
2814 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2815
2816 2017-07-14 Tom Tromey <tom@tromey.com>
2817
2818 PR rust/21764:
2819 * gdb.rust/simple.exp: Add tests.
2820
2821 2017-07-14 Tom Tromey <tom@tromey.com>
2822
2823 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2824
2825 2017-07-14 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.linespec/base/one/thefile.cc (z1): New function.
2828 * gdb.linespec/base/two/thefile.cc (z2): New function.
2829 * gdb.linespec/linespec.exp: Add tests.
2830
2831 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2834 to mi_create_breakpoint.
2835
2836 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2839 mi_create_breakpoint.
2840
2841 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2842
2843 * gdb.dlang/demangle.exp: Update for demangling changes.
2844
2845 2017-07-09 Tom Tromey <tom@tromey.com>
2846
2847 * gdb.dwarf2/shortpiece.exp: New file.
2848
2849 2017-07-06 David Blaikie <dblaikie@gmail.com>
2850
2851 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2852 built from fissiont-multi-cu{1,2}.c.
2853 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2854 except putting 'main' and 'func' in separate CUs in the same DWO file.
2855 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2856 test.
2857 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2858 test.
2859
2860 2017-07-06 Pedro Alves <palves@redhat.com>
2861
2862 * gdb.python/py-unwind.exp: Test flushregs.
2863
2864 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2865
2866 PR cli/21688
2867 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2868 tests for alias commands and trailing whitespace.
2869
2870 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2871
2872 PR cli/21688
2873 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2874 procedure. Call it.
2875
2876 2017-06-29 Pedro Alves <palves@redhat.com>
2877
2878 * gdb.base/printcmds.exp: Add tests.
2879
2880 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2881
2882 PR gdb/21337
2883 * gdb.base/reread-readsym.exp: New file.
2884 * gdb.base/reread-readsym.c: New file.
2885
2886 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2887
2888 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2889 subpattern.
2890
2891 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2892
2893 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2894 extended mnemonic.
2895 * gdb.arch/powerpc-power9.s: Likewise.
2896
2897 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2898
2899 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2900 on 32-bit x86 targets. Exploit is_*_target macros where
2901 appropriate.
2902
2903 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2904
2905 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2906 register pieces.
2907
2908 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2909
2910 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2911 located in one or more DWARF pieces.
2912
2913 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2914
2915 * lib/gdb.exp (get_endianness): New proc.
2916 * gdb.arch/aarch64-fp.exp: Use it.
2917 * gdb.arch/altivec-regs.exp: Likewise.
2918 * gdb.arch/e500-regs.exp: Likewise.
2919 * gdb.arch/vsx-regs.exp: Likewise.
2920 * gdb.base/dump.exp: Likewise.
2921 * gdb.base/funcargs.exp: Likewise.
2922 * gdb.base/gnu_vector.exp: Likewise.
2923 * gdb.dwarf2/formdata16.exp: Likewise.
2924 * gdb.dwarf2/implptrpiece.exp: Likewise.
2925 * gdb.dwarf2/nonvar-access.exp: Likewise.
2926 * gdb.python/py-inferior.exp: Likewise.
2927 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2928
2929 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2930
2931 PR gdb/21226
2932 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2933 stack value pieces are taken from the LSB end.
2934
2935 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2936
2937 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2938 variable at nonzero offset.
2939
2940 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2941
2942 * gdb.dwarf2/var-access.c: New file.
2943 * gdb.dwarf2/var-access.exp: New test.
2944 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2945
2946 2017-06-12 Tom Tromey <tom@tromey.com>
2947
2948 * gdb.dwarf2/formdata16.exp: Add tests.
2949
2950 2017-06-12 Tom Tromey <tom@tromey.com>
2951
2952 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2953
2954 2017-06-12 Tom Tromey <tom@tromey.com>
2955
2956 PR exp/16225:
2957 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2958 * gdb.arch/vsx-regs.exp: Update tests.
2959 * gdb.arch/s390-vregs.exp (hex128): New proc.
2960 Update test.
2961 * gdb.arch/altivec-regs.exp: Update tests.
2962
2963 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2964
2965 * gdb.base/startup-with-shell.c: New file.
2966 * gdb.base/startup-with-shell.exp: Likewise.
2967
2968 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2969
2970 * gdb.server/non-existing-program.exp: Update regex in order to
2971 reflect the fact that gdbserver is now using fork_inferior (with a
2972 shell) to startup the inferior.
2973
2974 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2975
2976 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2977 support function calls from GDB.
2978
2979 2017-05-21 Tom Tromey <tom@tromey.com>
2980
2981 PR rust/21466:
2982 * gdb.rust/unsized.exp: New file.
2983 * gdb.rust/unsized.rs: New file.
2984
2985 2017-05-19 Tom Tromey <tom@tromey.com>
2986
2987 PR rust/21484:
2988 * gdb.rust/watch.exp: New file.
2989 * gdb.rust/watch.rs: New file.
2990
2991 2017-05-18 Tom Tromey <tom@tromey.com>
2992
2993 * gdb.rust/simple.exp: Allow Box to be qualified.
2994
2995 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2996
2997 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2998
2999 2017-05-18 Pedro Alves <palves@redhat.com>
3000
3001 * gdb.base/fileio.c (test_write, test_read, test_close)
3002 (test_fstat): Don't print 'ret' in the fail path.
3003
3004 2017-05-18 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3007 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3008 (test_system, test_rename, test_unlink, test_time): Change
3009 prototypes.
3010 * gdb.base/fileio.exp (stop_msg): Adjust.
3011
3012 2017-05-18 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/fileio.c (null_str): New global.
3015 (test_stat): Use it.
3016 * gdb.base/fileio.exp: Remove nowarnings.
3017
3018 2017-05-17 Yao Qi <yao.qi@linaro.org>
3019
3020 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3021
3022 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3023
3024 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3025 argument command.
3026 (top-level): Invoke test_set_inferior_tty.
3027
3028 2017-05-04 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3031 Add parens to print call for Python 3.
3032
3033 2017-05-03 Keith Seitz <keiths@redhat.com>
3034
3035 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3036 (main): Call it.
3037
3038 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3039
3040 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3041 to prev and next.
3042
3043 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3044
3045 * gdb.python/py-record-btrace.exp: Remove test for
3046 gdb.BtraceInstruction.error.
3047
3048 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3049
3050 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3051
3052 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3053
3054 * gdb.python/py-record-btrace-threads.c: New file.
3055 * gdb.python/py-record-btrace-threads.exp: New file.
3056
3057 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3058
3059 PR testsuite/8595
3060 * gdb.base/environ.exp: Make test available in all architectures.
3061 Move bits related to "info program" testing to
3062 gdb.base/info-program.exp. Rewrite tests to use the two new
3063 procedures mentione below.
3064 (test_set_show_env_var) New procedure.
3065 (test_set_show_env_var_equal): Likewise.
3066 * gdb.base/info-program.exp: New file.
3067
3068 2017-04-27 Keith Seitz <keiths@redhat.com>
3069
3070 * gdb.cp/oranking.cc (test15): New function.
3071 (main): Call test15 and declare additional variables for testing.
3072 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3073 "p foo101('abc')" tests.
3074 Add tests for cv qualifier overloads.
3075 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3076 "lvalue reference overload" test.
3077 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3078 "print value of f1 on Child&& in f2" test.
3079
3080 2017-04-19 Pedro Alves <palves@redhat.com>
3081
3082 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3083 procedure.
3084 (top level): Call it.
3085 * lib/gdb.exp (gdb_define_cmd): New procedure.
3086
3087 2017-04-12 Pedro Alves <palves@redhat.com>
3088
3089 PR gdb/21323
3090 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3091 (wchar): New global.
3092 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3093 (do_test_wide_char, wide_char_types_no_program, top level): Add
3094 wchar_t testing.
3095
3096 2017-04-12 Pedro Alves <palves@redhat.com>
3097
3098 PR c++/21323
3099 * gdb.cp/wide_char_types.c: New file.
3100 * gdb.cp/wide_char_types.exp: New file.
3101
3102 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3103
3104 PR gdb/21352
3105 * gdb.trace/tsv.exp: Add test for "tsave -r".
3106
3107 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3108
3109 * gdb.dlang/watch-loc.c: New file.
3110 * gdb.dlang/watch-loc.exp: New file.
3111
3112 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3115
3116 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3117
3118 * gdb.arch/arc-analyze-prologue.S: New file.
3119 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3120
3121 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3122
3123 * gdb.arch/arc-decode-insn.S: New file.
3124 * gdb.arch/arc-decode-insn.exp: Likewise.
3125
3126 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3127
3128 PR tdep/20928
3129 * gdb.arch/sparc64-regs.exp: New file.
3130 * gdb.arch/sparc64-regs.S: Likewise.
3131
3132 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3133
3134 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3135 and memory view on Python 3.
3136
3137 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3138 Keith Seitz <keiths@redhat.com>
3139
3140 PR gdb/14441
3141 * gdb.cp/demangle.exp: Add rvalue reference tests.
3142 * gdb.cp/rvalue-ref-casts.cc: New file.
3143 * gdb.cp/rvalue-ref-casts.exp: New file.
3144 * gdb.cp/rvalue-ref-overload.cc: New file.
3145 * gdb.cp/rvalue-ref-overload.exp: New file.
3146 * gdb.cp/rvalue-ref-params.cc: New file.
3147 * gdb.cp/rvalue-ref-params.exp: New file.
3148 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3149 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3150 * gdb.cp/rvalue-ref-types.cc: New file.
3151 * gdb.cp/rvalue-ref-types.exp: New file.
3152 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3153 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3154
3155 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3156
3157 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3158 New procedure.
3159
3160 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3161
3162 * lib/mi-support.exp (mi_gdb_test): Add additional message
3163 for unexpected output.
3164
3165 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3166
3167 * gdb.base/examine-backward.c (Barrier): New character array
3168 constant, to ensure that TestStrings is preceded by a string
3169 terminator.
3170
3171 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3172
3173 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3174 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3175 and implicit pointer into such a location.
3176
3177 2017-03-16 Doug Evans <dje@google.com>
3178
3179 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3180
3181 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3182
3183 * gdb.cp/m-static.exp: Fix expectation for prototype of
3184 test5.single_constructor and single_constructor::single_constructor.
3185
3186 2017-03-16 Doug Evans <dje@google.com>
3187
3188 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3189 * gdb.guile/scm-lazy-string.c: New file.
3190 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3191 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3192 for pointer, array, typedef lazy strings.
3193
3194 2017-03-16 Doug Evans <dje@google.com>
3195
3196 PR python/17728, python/18439, python/18779
3197 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3198 * gdb.python/py-lazy-string.c (pointer): New typedef.
3199 (main): New locals ptr, array, typedef_ptr.
3200 * gdb.python/py-value.exp: Move lazy string tests to ...
3201 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3202 array, typedef lazy strings.
3203
3204 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3205
3206 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3207 Add optional 'test' parameter.
3208
3209 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3210
3211 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3212 Skip for versions of DejaGnu < 1.5.
3213
3214 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3215
3216 * lib/gdb.exp (dejagnu_version): New proc.
3217 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3218 Use dejagnu_version.
3219
3220 2017-03-10 Keith Seitz <keiths@redhat.com>
3221
3222 PR c++/8128
3223 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3224 type from destructor regexps.
3225 Add a branch which actually passes the test.
3226 Adjust "ptype t5i" test names.
3227
3228 2017-03-08 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.base/step-over-exit.exp: Add explicit test message.
3231
3232 2017-03-08 Pedro Alves <palves@redhat.com>
3233
3234 PR gdb/18360
3235 * gdb.threads/interrupt-while-step-over.c: New file.
3236 * gdb.threads/interrupt-while-step-over.exp: New file.
3237
3238 2017-03-08 Pedro Alves <palves@redhat.com>
3239
3240 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3241 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3242
3243 2017-03-08 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3246 PKRU as not supported as a PASS.
3247
3248 2017-03-08 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3251 prefix instead of $binfile1/$binfile2.
3252 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3253 in test message.
3254 * gdb.python/py-completion.exp: Use "load python file" as test
3255 messages instead of unstable path names.
3256
3257 2017-03-08 Pedro Alves <palves@redhat.com>
3258 Jan Kratochvil <jan.kratochvil@redhat.com>
3259
3260 PR cli/21218
3261 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3262 New proc.
3263 (top level): Call it.
3264
3265 2017-03-08 Pedro Alves <palves@redhat.com>
3266
3267 PR tui/21216
3268 * gdb.tui/tui-nl-filtered-output.exp: New file.
3269
3270 2017-03-08 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/completion.exp: Move TUI completion tests to ...
3273 * gdb.tui/completion.exp: ... this new file.
3274
3275 2017-03-08 Pedro Alves <palves@redhat.com>
3276
3277 * gdb.base/tui-disasm-long-lines.c,
3278 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3279 gdb.base/tui-layout.exp: Move to ...
3280 * gdb.tui/: ... this new directory.
3281
3282 2017-03-07 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.base/tui-layout.c: New file.
3285 * gdb.base/tui-layout.exp: New file.
3286
3287 2017-03-07 Pedro Alves <palves@redhat.com>
3288
3289 * gdb.base/tui-layout.c: Rename to ...
3290 * gdb.base/tui-disasm-long-lines.c: ... this.
3291 * gdb.base/tui-layout.exp: Rename to ...
3292 * gdb.base/tui-disasm-long-lines.exp: ... this.
3293
3294 2017-03-07 Pedro Alves <palves@redhat.com>
3295
3296 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3297
3298 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3299
3300 * i386-mpx-call.c: New file.
3301 * i386-mpx-call.exp: New file.
3302
3303 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3304
3305 * gdb.arch/powerpc-power.exp: Delete test.
3306 * gdb.arch/powerpc-power.s: Likewise.
3307 * gdb.disasm/disassembler-options.exp: New test.
3308 * gdb.arch/powerpc-altivec.exp: Likewise.
3309 * gdb.arch/powerpc-altivec.s: Likewise.
3310 * gdb.arch/powerpc-altivec2.exp: Likewise.
3311 * gdb.arch/powerpc-altivec2.s: Likewise.
3312 * gdb.arch/powerpc-altivec3.exp: Likewise.
3313 * gdb.arch/powerpc-altivec3.s: Likewise.
3314 * gdb.arch/powerpc-power7.exp: Likewise.
3315 * gdb.arch/powerpc-power7.s: Likewise.
3316 * gdb.arch/powerpc-power8.exp: Likewise.
3317 * gdb.arch/powerpc-power8.s: Likewise.
3318 * gdb.arch/powerpc-power9.exp: Likewise.
3319 * gdb.arch/powerpc-power9.s: Likewise.
3320 * gdb.arch/powerpc-vsx.exp: Likewise.
3321 * gdb.arch/powerpc-vsx.s: Likewise.
3322 * gdb.arch/powerpc-vsx2.exp: Likewise.
3323 * gdb.arch/powerpc-vsx2.s: Likewise.
3324 * gdb.arch/powerpc-vsx3.exp: Likewise.
3325 * gdb.arch/powerpc-vsx3.s: Likewise.
3326 * gdb.arch/arm-disassembler-options.exp: Likewise.
3327 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3328 * gdb.arch/s390-disassembler-options.exp: Likewise.
3329
3330 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3331
3332 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3333 (check_supported_features): ... this. Changed return type to void.
3334 (supports_rdseed): New static global.
3335 (rdseed): Check supports_rdseed.
3336 (initialize): Call check_supported_features.
3337
3338 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3339
3340 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3341 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3342 and lqarx/stqcx.
3343 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3344 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3345
3346 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3347
3348 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3349 uppercase.
3350
3351 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * gdb.dwarf2/formdata16.c: New file.
3354 * gdb.dwarf2/formdata16.exp: New file.
3355 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3356
3357 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3360 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3361 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3362 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3363 DW_AT_GNU_*.
3364
3365 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3366
3367 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3368
3369 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3370
3371 PR gdb/21164
3372 * gdb.base/maint.exp: Add testcases for when the commands do
3373 not have arguments.
3374
3375 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3376
3377 * gdb.cp/chained-calls.exp: Use p instead of P.
3378
3379 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3380
3381 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3382 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3383
3384 2017-02-14 Tom Tromey <tom@tromey.com>
3385
3386 PR python/13598:
3387 * gdb.python/py-events.exp: Add before_prompt event tests.
3388
3389 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3390
3391 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3392
3393 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3394
3395 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3396 (main): Call my_unique_function_name.
3397 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3398 completion of patterns with a single match.
3399 Add missing -re switches to gdb_test_multiple calls.
3400
3401 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3402
3403 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3404 return if core file is not recognized.
3405
3406 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3407
3408 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3409 and extra UIs.
3410
3411 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3412
3413 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3414 proc_with_prefix.
3415
3416 2017-02-10 Tom Tromey <tom@tromey.com>
3417
3418 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3419
3420 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3421
3422 PR gdb/21122
3423 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3424
3425 2017-02-08 Jerome Guitton <guitton@adacore.com>
3426
3427 * gdb.base/define.exp: Add test for command abbreviations
3428 in define.
3429
3430 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3431
3432 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3433 * gdb.reverse/insn-reverse-x86.c: New file.
3434
3435 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3436
3437 PR tdep/20936
3438 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3439
3440 2017-02-03 Tom Tromey <tom@tromey.com>
3441
3442 PR rust/21097:
3443 * gdb.rust/simple.exp: Add new tests.
3444
3445 2017-02-02 Pedro Alves <palves@redhat.com>
3446
3447 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3448 tests.
3449
3450 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3451
3452 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3453 taking a 2-byte value out of a 4-byte DWARF implicit value on
3454 big-endian targets.
3455 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3456 logic. Add test cases for DW_OP_implicit.
3457
3458 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3459
3460 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3461
3462 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3463
3464 * gdb.btrace/enable.exp: Call gdb_exit before
3465 skip_gdbserver_tests.
3466
3467 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3468
3469 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3470 GDBFLAGS.
3471
3472 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3473
3474 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3475 the test is skipped.
3476 * gdb.btrace/data.exp: Likewise.
3477 * gdb.btrace/delta.exp: Likewise.
3478 * gdb.btrace/dlopen.exp: Likewise.
3479 * gdb.btrace/enable-running.exp: Likewise.
3480 * gdb.btrace/enable.exp: Likewise.
3481 * gdb.btrace/exception.exp: Likewise.
3482 * gdb.btrace/function_call_history.exp: Likewise.
3483 * gdb.btrace/gcore.exp: Likewise.
3484 * gdb.btrace/instruction_history.exp: Likewise.
3485 * gdb.btrace/multi-thread-step.exp: Likewise.
3486 * gdb.btrace/nohist.exp: Likewise.
3487 * gdb.btrace/non-stop.exp: Likewise.
3488 * gdb.btrace/reconnect.exp: Likewise.
3489 * gdb.btrace/record_goto-step.exp: Likewise.
3490 * gdb.btrace/record_goto.exp: Likewise.
3491 * gdb.btrace/rn-dl-bind.exp: Likewise.
3492 * gdb.btrace/segv.exp: Likewise.
3493 * gdb.btrace/step.exp: Likewise.
3494 * gdb.btrace/stepi.exp: Likewise.
3495 * gdb.btrace/tailcall-only.exp: Likewise.
3496 * gdb.btrace/tailcall.exp: Likewise.
3497 * gdb.btrace/tsx.exp: Likewise.
3498 * gdb.btrace/unknown_functions.exp: Likewise.
3499 * gdb.btrace/vdso.exp: Likewise.
3500
3501 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3502
3503 * gdb.btrace/enable-running.c: New.
3504 * gdb.btrace/enable-running.exp: New.
3505
3506 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3507
3508 * gdb.arch/amd64-gs_base.c: New file.
3509 * gdb.arch/amd64-gs_base.exp: New file.
3510
3511 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3512
3513 * lib/memory.exp: Remove spurious empty newlines.
3514
3515 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3516
3517 * gdb.python/py-bad-printers.exp: Load python file using "source".
3518 * gdb.python/py-events.exp: Likewise.
3519 * gdb.python/py-evsignal.exp: Likewise.
3520 * gdb.python/py-evthreads.exp: Likewise.
3521 * gdb.python/py-frame-args.exp: Likewise.
3522 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3523 * gdb.python/py-framefilter-mi.exp: Likewise.
3524 * gdb.python/py-framefilter.exp: Likewise.
3525 * gdb.python/py-mi.exp: Likewise.
3526 * gdb.python/py-pp-maint.exp: Likewise.
3527 * gdb.python/py-pp-registration.exp: Likewise.
3528 * gdb.python/py-prettyprint.exp: Likewise.
3529 (run_lang_tests): Likewise.
3530 * gdb.python/py-typeprint.exp: Likewise.
3531
3532 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3533
3534 * lib/memory.exp: New file.
3535 * lib/gdb.exp: Load memory.exp.
3536 * gdb.base/memattr.exp (delete_memory): Move proc to
3537 lib/memory.exp and rename to delete_memory_regions.
3538 Replace delete_memory with delete_memory_regions.
3539 Cleanup memory regions before tests.
3540 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3541 before tests.
3542
3543 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3544
3545 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3546 files.
3547 (initialize): New function conditionally defined.
3548 (testcases): Move within conditional block.
3549 (main): Call initialize.
3550 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3551 of gdb.reverse/insn-reverse.c.
3552 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3553 gdb.reverse/insn-reverse.c.
3554
3555 2017-01-26 Yao Qi <yao.qi@linaro.org>
3556
3557 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3558 disassemble on address 0.
3559
3560 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3561 Yao Qi <yao.qi@linaro.org>
3562
3563 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3564 * gdb.dwarf2/implptr-64bit.S: Remove.
3565 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3566 variables in caller's context. Add DW_OP_implicit_value.
3567
3568 2017-01-25 Yao Qi <yao.qi@linaro.org>
3569
3570 * lib/dwarf.exp (Dwarf::_location): Handle
3571 DW_OP_GNU_implicit_pointer with proper size.
3572
3573 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3574
3575 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3576 and add untested calls.
3577
3578 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3579
3580 * gdb.python/python.exp: Check line number against what GDB thinks
3581 the line number is for func1.
3582
3583 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3584
3585 * gdb.dlang/debug-expr.exp: New file.
3586
3587 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3588
3589 Fix test names for the following files:
3590
3591 * gdb.ada/exec_changed.exp
3592 * gdb.ada/info_types.exp
3593 * gdb.arch/aarch64-atomic-inst.exp
3594 * gdb.arch/aarch64-fp.exp
3595 * gdb.arch/altivec-abi.exp
3596 * gdb.arch/altivec-regs.exp
3597 * gdb.arch/amd64-byte.exp
3598 * gdb.arch/amd64-disp-step.exp
3599 * gdb.arch/amd64-dword.exp
3600 * gdb.arch/amd64-entry-value-inline.exp
3601 * gdb.arch/amd64-entry-value-param.exp
3602 * gdb.arch/amd64-entry-value-paramref.exp
3603 * gdb.arch/amd64-entry-value.exp
3604 * gdb.arch/amd64-i386-address.exp
3605 * gdb.arch/amd64-invalid-stack-middle.exp
3606 * gdb.arch/amd64-invalid-stack-top.exp
3607 * gdb.arch/amd64-optimout-repeat.exp
3608 * gdb.arch/amd64-prologue-skip.exp
3609 * gdb.arch/amd64-prologue-xmm.exp
3610 * gdb.arch/amd64-stap-special-operands.exp
3611 * gdb.arch/amd64-stap-wrong-subexp.exp
3612 * gdb.arch/amd64-tailcall-cxx.exp
3613 * gdb.arch/amd64-tailcall-noret.exp
3614 * gdb.arch/amd64-tailcall-ret.exp
3615 * gdb.arch/amd64-tailcall-self.exp
3616 * gdb.arch/amd64-word.exp
3617 * gdb.arch/arm-bl-branch-dest.exp
3618 * gdb.arch/arm-disp-step.exp
3619 * gdb.arch/arm-neon.exp
3620 * gdb.arch/arm-single-step-kernel-helper.exp
3621 * gdb.arch/avr-flash-qualifier.exp
3622 * gdb.arch/disp-step-insn-reloc.exp
3623 * gdb.arch/e500-abi.exp
3624 * gdb.arch/e500-regs.exp
3625 * gdb.arch/ftrace-insn-reloc.exp
3626 * gdb.arch/i386-avx512.exp
3627 * gdb.arch/i386-bp_permanent.exp
3628 * gdb.arch/i386-byte.exp
3629 * gdb.arch/i386-cfi-notcurrent.exp
3630 * gdb.arch/i386-disp-step.exp
3631 * gdb.arch/i386-dr3-watch.exp
3632 * gdb.arch/i386-float.exp
3633 * gdb.arch/i386-gnu-cfi.exp
3634 * gdb.arch/i386-mpx-map.exp
3635 * gdb.arch/i386-mpx-sigsegv.exp
3636 * gdb.arch/i386-mpx-simple_segv.exp
3637 * gdb.arch/i386-mpx.exp
3638 * gdb.arch/i386-permbkpt.exp
3639 * gdb.arch/i386-prologue.exp
3640 * gdb.arch/i386-signal.exp
3641 * gdb.arch/i386-size-overlap.exp
3642 * gdb.arch/i386-unwind.exp
3643 * gdb.arch/i386-word.exp
3644 * gdb.arch/mips-fcr.exp
3645 * gdb.arch/powerpc-d128-regs.exp
3646 * gdb.arch/powerpc-stackless.exp
3647 * gdb.arch/ppc64-atomic-inst.exp
3648 * gdb.arch/s390-stackless.exp
3649 * gdb.arch/s390-tdbregs.exp
3650 * gdb.arch/s390-vregs.exp
3651 * gdb.arch/sparc-sysstep.exp
3652 * gdb.arch/thumb-bx-pc.exp
3653 * gdb.arch/thumb-singlestep.exp
3654 * gdb.arch/thumb2-it.exp
3655 * gdb.arch/vsx-regs.exp
3656 * gdb.asm/asm-source.exp
3657 * gdb.base/a2-run.exp
3658 * gdb.base/advance.exp
3659 * gdb.base/all-bin.exp
3660 * gdb.base/anon.exp
3661 * gdb.base/args.exp
3662 * gdb.base/arithmet.exp
3663 * gdb.base/async-shell.exp
3664 * gdb.base/async.exp
3665 * gdb.base/attach-pie-noexec.exp
3666 * gdb.base/attach-twice.exp
3667 * gdb.base/auto-load.exp
3668 * gdb.base/bang.exp
3669 * gdb.base/bitfields.exp
3670 * gdb.base/break-always.exp
3671 * gdb.base/break-caller-line.exp
3672 * gdb.base/break-entry.exp
3673 * gdb.base/break-inline.exp
3674 * gdb.base/break-on-linker-gcd-function.exp
3675 * gdb.base/break-probes.exp
3676 * gdb.base/break.exp
3677 * gdb.base/breakpoint-shadow.exp
3678 * gdb.base/call-ar-st.exp
3679 * gdb.base/call-sc.exp
3680 * gdb.base/call-signal-resume.exp
3681 * gdb.base/call-strs.exp
3682 * gdb.base/callfuncs.exp
3683 * gdb.base/catch-fork-static.exp
3684 * gdb.base/catch-gdb-caused-signals.exp
3685 * gdb.base/catch-load.exp
3686 * gdb.base/catch-signal-fork.exp
3687 * gdb.base/catch-signal.exp
3688 * gdb.base/catch-syscall.exp
3689 * gdb.base/charset.exp
3690 * gdb.base/checkpoint.exp
3691 * gdb.base/chng-syms.exp
3692 * gdb.base/code-expr.exp
3693 * gdb.base/code_elim.exp
3694 * gdb.base/commands.exp
3695 * gdb.base/completion.exp
3696 * gdb.base/complex.exp
3697 * gdb.base/cond-expr.exp
3698 * gdb.base/condbreak.exp
3699 * gdb.base/consecutive.exp
3700 * gdb.base/continue-all-already-running.exp
3701 * gdb.base/coredump-filter.exp
3702 * gdb.base/corefile.exp
3703 * gdb.base/dbx.exp
3704 * gdb.base/debug-expr.exp
3705 * gdb.base/define.exp
3706 * gdb.base/del.exp
3707 * gdb.base/disabled-location.exp
3708 * gdb.base/disasm-end-cu.exp
3709 * gdb.base/disasm-optim.exp
3710 * gdb.base/display.exp
3711 * gdb.base/duplicate-bp.exp
3712 * gdb.base/ena-dis-br.exp
3713 * gdb.base/ending-run.exp
3714 * gdb.base/enumval.exp
3715 * gdb.base/environ.exp
3716 * gdb.base/eu-strip-infcall.exp
3717 * gdb.base/eval-avoid-side-effects.exp
3718 * gdb.base/eval-skip.exp
3719 * gdb.base/exitsignal.exp
3720 * gdb.base/expand-psymtabs.exp
3721 * gdb.base/filesym.exp
3722 * gdb.base/find-unmapped.exp
3723 * gdb.base/finish.exp
3724 * gdb.base/float.exp
3725 * gdb.base/foll-exec-mode.exp
3726 * gdb.base/foll-exec.exp
3727 * gdb.base/foll-fork.exp
3728 * gdb.base/fortran-sym-case.exp
3729 * gdb.base/freebpcmd.exp
3730 * gdb.base/func-ptr.exp
3731 * gdb.base/func-ptrs.exp
3732 * gdb.base/funcargs.exp
3733 * gdb.base/gcore-buffer-overflow.exp
3734 * gdb.base/gcore-relro-pie.exp
3735 * gdb.base/gcore-relro.exp
3736 * gdb.base/gcore.exp
3737 * gdb.base/gdb1090.exp
3738 * gdb.base/gdb11530.exp
3739 * gdb.base/gdb11531.exp
3740 * gdb.base/gdb1821.exp
3741 * gdb.base/gdbindex-stabs.exp
3742 * gdb.base/gdbvars.exp
3743 * gdb.base/hbreak.exp
3744 * gdb.base/hbreak2.exp
3745 * gdb.base/included.exp
3746 * gdb.base/infcall-input.exp
3747 * gdb.base/inferior-died.exp
3748 * gdb.base/infnan.exp
3749 * gdb.base/info-macros.exp
3750 * gdb.base/info-os.exp
3751 * gdb.base/info-proc.exp
3752 * gdb.base/info-shared.exp
3753 * gdb.base/info-target.exp
3754 * gdb.base/infoline.exp
3755 * gdb.base/interp.exp
3756 * gdb.base/interrupt.exp
3757 * gdb.base/jit-reader.exp
3758 * gdb.base/jit-simple.exp
3759 * gdb.base/kill-after-signal.exp
3760 * gdb.base/kill-detach-inferiors-cmd.exp
3761 * gdb.base/label.exp
3762 * gdb.base/langs.exp
3763 * gdb.base/ldbl_e308.exp
3764 * gdb.base/line-symtabs.exp
3765 * gdb.base/linespecs.exp
3766 * gdb.base/list.exp
3767 * gdb.base/long_long.exp
3768 * gdb.base/longest-types.exp
3769 * gdb.base/maint.exp
3770 * gdb.base/max-value-size.exp
3771 * gdb.base/memattr.exp
3772 * gdb.base/mips_pro.exp
3773 * gdb.base/morestack.exp
3774 * gdb.base/moribund-step.exp
3775 * gdb.base/multi-forks.exp
3776 * gdb.base/nested-addr.exp
3777 * gdb.base/nextoverexit.exp
3778 * gdb.base/noreturn-finish.exp
3779 * gdb.base/noreturn-return.exp
3780 * gdb.base/nostdlib.exp
3781 * gdb.base/offsets.exp
3782 * gdb.base/opaque.exp
3783 * gdb.base/pc-fp.exp
3784 * gdb.base/permissions.exp
3785 * gdb.base/print-symbol-loading.exp
3786 * gdb.base/prologue-include.exp
3787 * gdb.base/psymtab.exp
3788 * gdb.base/ptype.exp
3789 * gdb.base/random-signal.exp
3790 * gdb.base/randomize.exp
3791 * gdb.base/range-stepping.exp
3792 * gdb.base/readline-ask.exp
3793 * gdb.base/recpar.exp
3794 * gdb.base/recurse.exp
3795 * gdb.base/relational.exp
3796 * gdb.base/restore.exp
3797 * gdb.base/return-nodebug.exp
3798 * gdb.base/return.exp
3799 * gdb.base/run-after-attach.exp
3800 * gdb.base/save-bp.exp
3801 * gdb.base/scope.exp
3802 * gdb.base/sect-cmd.exp
3803 * gdb.base/set-lang-auto.exp
3804 * gdb.base/set-noassign.exp
3805 * gdb.base/setvar.exp
3806 * gdb.base/sigall.exp
3807 * gdb.base/sigbpt.exp
3808 * gdb.base/siginfo-addr.exp
3809 * gdb.base/siginfo-infcall.exp
3810 * gdb.base/siginfo-obj.exp
3811 * gdb.base/siginfo.exp
3812 * gdb.base/signals-state-child.exp
3813 * gdb.base/signest.exp
3814 * gdb.base/sigstep.exp
3815 * gdb.base/sizeof.exp
3816 * gdb.base/skip.exp
3817 * gdb.base/solib-corrupted.exp
3818 * gdb.base/solib-nodir.exp
3819 * gdb.base/solib-search.exp
3820 * gdb.base/stack-checking.exp
3821 * gdb.base/stale-infcall.exp
3822 * gdb.base/stap-probe.exp
3823 * gdb.base/start.exp
3824 * gdb.base/step-break.exp
3825 * gdb.base/step-bt.exp
3826 * gdb.base/step-line.exp
3827 * gdb.base/step-over-exit.exp
3828 * gdb.base/step-over-syscall.exp
3829 * gdb.base/step-resume-infcall.exp
3830 * gdb.base/step-test.exp
3831 * gdb.base/store.exp
3832 * gdb.base/structs3.exp
3833 * gdb.base/sym-file.exp
3834 * gdb.base/symbol-without-target_section.exp
3835 * gdb.base/term.exp
3836 * gdb.base/testenv.exp
3837 * gdb.base/ui-redirect.exp
3838 * gdb.base/until.exp
3839 * gdb.base/unwindonsignal.exp
3840 * gdb.base/value-double-free.exp
3841 * gdb.base/vla-datatypes.exp
3842 * gdb.base/vla-ptr.exp
3843 * gdb.base/vla-sideeffect.exp
3844 * gdb.base/volatile.exp
3845 * gdb.base/watch-cond-infcall.exp
3846 * gdb.base/watch-cond.exp
3847 * gdb.base/watch-non-mem.exp
3848 * gdb.base/watch-read.exp
3849 * gdb.base/watch-vfork.exp
3850 * gdb.base/watchpoint-cond-gone.exp
3851 * gdb.base/watchpoint-delete.exp
3852 * gdb.base/watchpoint-hw-hit-once.exp
3853 * gdb.base/watchpoint-hw.exp
3854 * gdb.base/watchpoint-stops-at-right-insn.exp
3855 * gdb.base/watchpoints.exp
3856 * gdb.base/wchar.exp
3857 * gdb.base/whatis-exp.exp
3858 * gdb.btrace/buffer-size.exp
3859 * gdb.btrace/data.exp
3860 * gdb.btrace/delta.exp
3861 * gdb.btrace/dlopen.exp
3862 * gdb.btrace/enable.exp
3863 * gdb.btrace/exception.exp
3864 * gdb.btrace/function_call_history.exp
3865 * gdb.btrace/gcore.exp
3866 * gdb.btrace/instruction_history.exp
3867 * gdb.btrace/nohist.exp
3868 * gdb.btrace/reconnect.exp
3869 * gdb.btrace/record_goto-step.exp
3870 * gdb.btrace/record_goto.exp
3871 * gdb.btrace/rn-dl-bind.exp
3872 * gdb.btrace/segv.exp
3873 * gdb.btrace/step.exp
3874 * gdb.btrace/stepi.exp
3875 * gdb.btrace/tailcall-only.exp
3876 * gdb.btrace/tailcall.exp
3877 * gdb.btrace/tsx.exp
3878 * gdb.btrace/unknown_functions.exp
3879 * gdb.btrace/vdso.exp
3880 * gdb.compile/compile-ifunc.exp
3881 * gdb.compile/compile-ops.exp
3882 * gdb.compile/compile-print.exp
3883 * gdb.compile/compile-setjmp.exp
3884 * gdb.cp/abstract-origin.exp
3885 * gdb.cp/ambiguous.exp
3886 * gdb.cp/annota2.exp
3887 * gdb.cp/annota3.exp
3888 * gdb.cp/anon-ns.exp
3889 * gdb.cp/anon-struct.exp
3890 * gdb.cp/anon-union.exp
3891 * gdb.cp/arg-reference.exp
3892 * gdb.cp/baseenum.exp
3893 * gdb.cp/bool.exp
3894 * gdb.cp/breakpoint.exp
3895 * gdb.cp/bs15503.exp
3896 * gdb.cp/call-c.exp
3897 * gdb.cp/casts.exp
3898 * gdb.cp/chained-calls.exp
3899 * gdb.cp/class2.exp
3900 * gdb.cp/classes.exp
3901 * gdb.cp/cmpd-minsyms.exp
3902 * gdb.cp/converts.exp
3903 * gdb.cp/cp-relocate.exp
3904 * gdb.cp/cpcompletion.exp
3905 * gdb.cp/cpexprs.exp
3906 * gdb.cp/cplabel.exp
3907 * gdb.cp/cplusfuncs.exp
3908 * gdb.cp/cpsizeof.exp
3909 * gdb.cp/ctti.exp
3910 * gdb.cp/derivation.exp
3911 * gdb.cp/destrprint.exp
3912 * gdb.cp/dispcxx.exp
3913 * gdb.cp/enum-class.exp
3914 * gdb.cp/exception.exp
3915 * gdb.cp/exceptprint.exp
3916 * gdb.cp/expand-psymtabs-cxx.exp
3917 * gdb.cp/expand-sals.exp
3918 * gdb.cp/extern-c.exp
3919 * gdb.cp/filename.exp
3920 * gdb.cp/formatted-ref.exp
3921 * gdb.cp/fpointer.exp
3922 * gdb.cp/gdb1355.exp
3923 * gdb.cp/gdb2495.exp
3924 * gdb.cp/hang.exp
3925 * gdb.cp/impl-this.exp
3926 * gdb.cp/infcall-dlopen.exp
3927 * gdb.cp/inherit.exp
3928 * gdb.cp/iostream.exp
3929 * gdb.cp/koenig.exp
3930 * gdb.cp/local.exp
3931 * gdb.cp/m-data.exp
3932 * gdb.cp/m-static.exp
3933 * gdb.cp/mb-ctor.exp
3934 * gdb.cp/mb-inline.exp
3935 * gdb.cp/mb-templates.exp
3936 * gdb.cp/member-name.exp
3937 * gdb.cp/member-ptr.exp
3938 * gdb.cp/meth-typedefs.exp
3939 * gdb.cp/method.exp
3940 * gdb.cp/method2.exp
3941 * gdb.cp/minsym-fallback.exp
3942 * gdb.cp/misc.exp
3943 * gdb.cp/namelessclass.exp
3944 * gdb.cp/namespace-enum.exp
3945 * gdb.cp/namespace-nested-import.exp
3946 * gdb.cp/namespace.exp
3947 * gdb.cp/nextoverthrow.exp
3948 * gdb.cp/no-dmgl-verbose.exp
3949 * gdb.cp/non-trivial-retval.exp
3950 * gdb.cp/noparam.exp
3951 * gdb.cp/nsdecl.exp
3952 * gdb.cp/nsimport.exp
3953 * gdb.cp/nsnested.exp
3954 * gdb.cp/nsnoimports.exp
3955 * gdb.cp/nsrecurs.exp
3956 * gdb.cp/nsstress.exp
3957 * gdb.cp/nsusing.exp
3958 * gdb.cp/operator.exp
3959 * gdb.cp/oranking.exp
3960 * gdb.cp/overload-const.exp
3961 * gdb.cp/overload.exp
3962 * gdb.cp/ovldbreak.exp
3963 * gdb.cp/ovsrch.exp
3964 * gdb.cp/paren-type.exp
3965 * gdb.cp/parse-lang.exp
3966 * gdb.cp/pass-by-ref.exp
3967 * gdb.cp/pr-1023.exp
3968 * gdb.cp/pr-1210.exp
3969 * gdb.cp/pr-574.exp
3970 * gdb.cp/pr10687.exp
3971 * gdb.cp/pr12028.exp
3972 * gdb.cp/pr17132.exp
3973 * gdb.cp/pr17494.exp
3974 * gdb.cp/pr9067.exp
3975 * gdb.cp/pr9167.exp
3976 * gdb.cp/pr9631.exp
3977 * gdb.cp/printmethod.exp
3978 * gdb.cp/psmang.exp
3979 * gdb.cp/psymtab-parameter.exp
3980 * gdb.cp/ptype-cv-cp.exp
3981 * gdb.cp/ptype-flags.exp
3982 * gdb.cp/re-set-overloaded.exp
3983 * gdb.cp/ref-types.exp
3984 * gdb.cp/rtti.exp
3985 * gdb.cp/scope-err.exp
3986 * gdb.cp/shadow.exp
3987 * gdb.cp/smartp.exp
3988 * gdb.cp/static-method.exp
3989 * gdb.cp/static-print-quit.exp
3990 * gdb.cp/temargs.exp
3991 * gdb.cp/templates.exp
3992 * gdb.cp/try_catch.exp
3993 * gdb.cp/typedef-operator.exp
3994 * gdb.cp/typeid.exp
3995 * gdb.cp/userdef.exp
3996 * gdb.cp/using-crash.exp
3997 * gdb.cp/var-tag.exp
3998 * gdb.cp/virtbase.exp
3999 * gdb.cp/virtfunc.exp
4000 * gdb.cp/virtfunc2.exp
4001 * gdb.cp/vla-cxx.exp
4002 * gdb.disasm/t01_mov.exp
4003 * gdb.disasm/t02_mova.exp
4004 * gdb.disasm/t03_add.exp
4005 * gdb.disasm/t04_sub.exp
4006 * gdb.disasm/t05_cmp.exp
4007 * gdb.disasm/t06_ari2.exp
4008 * gdb.disasm/t07_ari3.exp
4009 * gdb.disasm/t08_or.exp
4010 * gdb.disasm/t09_xor.exp
4011 * gdb.disasm/t10_and.exp
4012 * gdb.disasm/t11_logs.exp
4013 * gdb.disasm/t12_bit.exp
4014 * gdb.disasm/t13_otr.exp
4015 * gdb.dlang/circular.exp
4016 * gdb.dwarf2/arr-stride.exp
4017 * gdb.dwarf2/arr-subrange.exp
4018 * gdb.dwarf2/atomic-type.exp
4019 * gdb.dwarf2/bad-regnum.exp
4020 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4021 * gdb.dwarf2/callframecfa.exp
4022 * gdb.dwarf2/clztest.exp
4023 * gdb.dwarf2/corrupt.exp
4024 * gdb.dwarf2/data-loc.exp
4025 * gdb.dwarf2/dup-psym.exp
4026 * gdb.dwarf2/dw2-anon-mptr.exp
4027 * gdb.dwarf2/dw2-anonymous-func.exp
4028 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4029 * gdb.dwarf2/dw2-bad-unresolved.exp
4030 * gdb.dwarf2/dw2-basic.exp
4031 * gdb.dwarf2/dw2-canonicalize-type.exp
4032 * gdb.dwarf2/dw2-case-insensitive.exp
4033 * gdb.dwarf2/dw2-common-block.exp
4034 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4035 * gdb.dwarf2/dw2-compressed.exp
4036 * gdb.dwarf2/dw2-const.exp
4037 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4038 * gdb.dwarf2/dw2-cu-size.exp
4039 * gdb.dwarf2/dw2-dup-frame.exp
4040 * gdb.dwarf2/dw2-entry-value.exp
4041 * gdb.dwarf2/dw2-icycle.exp
4042 * gdb.dwarf2/dw2-ifort-parameter.exp
4043 * gdb.dwarf2/dw2-inline-break.exp
4044 * gdb.dwarf2/dw2-inline-param.exp
4045 * gdb.dwarf2/dw2-intercu.exp
4046 * gdb.dwarf2/dw2-intermix.exp
4047 * gdb.dwarf2/dw2-lexical-block-bare.exp
4048 * gdb.dwarf2/dw2-linkage-name-trust.exp
4049 * gdb.dwarf2/dw2-minsym-in-cu.exp
4050 * gdb.dwarf2/dw2-noloc.exp
4051 * gdb.dwarf2/dw2-op-call.exp
4052 * gdb.dwarf2/dw2-op-out-param.exp
4053 * gdb.dwarf2/dw2-opt-structptr.exp
4054 * gdb.dwarf2/dw2-param-error.exp
4055 * gdb.dwarf2/dw2-producer.exp
4056 * gdb.dwarf2/dw2-ranges-base.exp
4057 * gdb.dwarf2/dw2-ref-missing-frame.exp
4058 * gdb.dwarf2/dw2-reg-undefined.exp
4059 * gdb.dwarf2/dw2-regno-invalid.exp
4060 * gdb.dwarf2/dw2-restore.exp
4061 * gdb.dwarf2/dw2-restrict.exp
4062 * gdb.dwarf2/dw2-single-line-discriminators.exp
4063 * gdb.dwarf2/dw2-strp.exp
4064 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4065 * gdb.dwarf2/dw2-unresolved.exp
4066 * gdb.dwarf2/dw2-var-zero-addr.exp
4067 * gdb.dwarf2/dw4-sig-types.exp
4068 * gdb.dwarf2/dwz.exp
4069 * gdb.dwarf2/dynarr-ptr.exp
4070 * gdb.dwarf2/enum-type.exp
4071 * gdb.dwarf2/gdb-index.exp
4072 * gdb.dwarf2/implptr-64bit.exp
4073 * gdb.dwarf2/implptr-optimized-out.exp
4074 * gdb.dwarf2/implptr.exp
4075 * gdb.dwarf2/implref-array.exp
4076 * gdb.dwarf2/implref-const.exp
4077 * gdb.dwarf2/implref-global.exp
4078 * gdb.dwarf2/implref-struct.exp
4079 * gdb.dwarf2/mac-fileno.exp
4080 * gdb.dwarf2/main-subprogram.exp
4081 * gdb.dwarf2/member-ptr-forwardref.exp
4082 * gdb.dwarf2/method-ptr.exp
4083 * gdb.dwarf2/missing-sig-type.exp
4084 * gdb.dwarf2/nonvar-access.exp
4085 * gdb.dwarf2/opaque-type-lookup.exp
4086 * gdb.dwarf2/pieces-optimized-out.exp
4087 * gdb.dwarf2/pieces.exp
4088 * gdb.dwarf2/pr10770.exp
4089 * gdb.dwarf2/pr13961.exp
4090 * gdb.dwarf2/staticvirtual.exp
4091 * gdb.dwarf2/subrange.exp
4092 * gdb.dwarf2/symtab-producer.exp
4093 * gdb.dwarf2/trace-crash.exp
4094 * gdb.dwarf2/typeddwarf.exp
4095 * gdb.dwarf2/valop.exp
4096 * gdb.dwarf2/watch-notconst.exp
4097 * gdb.fortran/array-element.exp
4098 * gdb.fortran/charset.exp
4099 * gdb.fortran/common-block.exp
4100 * gdb.fortran/complex.exp
4101 * gdb.fortran/derived-type-function.exp
4102 * gdb.fortran/derived-type.exp
4103 * gdb.fortran/logical.exp
4104 * gdb.fortran/module.exp
4105 * gdb.fortran/multi-dim.exp
4106 * gdb.fortran/nested-funcs.exp
4107 * gdb.fortran/print-formatted.exp
4108 * gdb.fortran/subarray.exp
4109 * gdb.fortran/vla-alloc-assoc.exp
4110 * gdb.fortran/vla-datatypes.exp
4111 * gdb.fortran/vla-history.exp
4112 * gdb.fortran/vla-ptr-info.exp
4113 * gdb.fortran/vla-ptype-sub.exp
4114 * gdb.fortran/vla-ptype.exp
4115 * gdb.fortran/vla-sizeof.exp
4116 * gdb.fortran/vla-type.exp
4117 * gdb.fortran/vla-value-sub-arbitrary.exp
4118 * gdb.fortran/vla-value-sub-finish.exp
4119 * gdb.fortran/vla-value-sub.exp
4120 * gdb.fortran/vla-value.exp
4121 * gdb.fortran/whatis_type.exp
4122 * gdb.go/chan.exp
4123 * gdb.go/handcall.exp
4124 * gdb.go/hello.exp
4125 * gdb.go/integers.exp
4126 * gdb.go/methods.exp
4127 * gdb.go/package.exp
4128 * gdb.go/strings.exp
4129 * gdb.go/types.exp
4130 * gdb.go/unsafe.exp
4131 * gdb.guile/scm-arch.exp
4132 * gdb.guile/scm-block.exp
4133 * gdb.guile/scm-breakpoint.exp
4134 * gdb.guile/scm-cmd.exp
4135 * gdb.guile/scm-disasm.exp
4136 * gdb.guile/scm-equal.exp
4137 * gdb.guile/scm-frame-args.exp
4138 * gdb.guile/scm-frame-inline.exp
4139 * gdb.guile/scm-frame.exp
4140 * gdb.guile/scm-iterator.exp
4141 * gdb.guile/scm-math.exp
4142 * gdb.guile/scm-objfile.exp
4143 * gdb.guile/scm-ports.exp
4144 * gdb.guile/scm-symbol.exp
4145 * gdb.guile/scm-symtab.exp
4146 * gdb.guile/scm-value-cc.exp
4147 * gdb.guile/types-module.exp
4148 * gdb.linespec/break-ask.exp
4149 * gdb.linespec/cpexplicit.exp
4150 * gdb.linespec/explicit.exp
4151 * gdb.linespec/keywords.exp
4152 * gdb.linespec/linespec.exp
4153 * gdb.linespec/ls-dollar.exp
4154 * gdb.linespec/ls-errs.exp
4155 * gdb.linespec/skip-two.exp
4156 * gdb.linespec/thread.exp
4157 * gdb.mi/mi-async.exp
4158 * gdb.mi/mi-basics.exp
4159 * gdb.mi/mi-break.exp
4160 * gdb.mi/mi-catch-load.exp
4161 * gdb.mi/mi-cli.exp
4162 * gdb.mi/mi-cmd-param-changed.exp
4163 * gdb.mi/mi-console.exp
4164 * gdb.mi/mi-detach.exp
4165 * gdb.mi/mi-disassemble.exp
4166 * gdb.mi/mi-eval.exp
4167 * gdb.mi/mi-file-transfer.exp
4168 * gdb.mi/mi-file.exp
4169 * gdb.mi/mi-fill-memory.exp
4170 * gdb.mi/mi-inheritance-syntax-error.exp
4171 * gdb.mi/mi-linespec-err-cp.exp
4172 * gdb.mi/mi-logging.exp
4173 * gdb.mi/mi-memory-changed.exp
4174 * gdb.mi/mi-read-memory.exp
4175 * gdb.mi/mi-record-changed.exp
4176 * gdb.mi/mi-reg-undefined.exp
4177 * gdb.mi/mi-regs.exp
4178 * gdb.mi/mi-return.exp
4179 * gdb.mi/mi-reverse.exp
4180 * gdb.mi/mi-simplerun.exp
4181 * gdb.mi/mi-solib.exp
4182 * gdb.mi/mi-stack.exp
4183 * gdb.mi/mi-stepi.exp
4184 * gdb.mi/mi-syn-frame.exp
4185 * gdb.mi/mi-until.exp
4186 * gdb.mi/mi-var-block.exp
4187 * gdb.mi/mi-var-child.exp
4188 * gdb.mi/mi-var-cmd.exp
4189 * gdb.mi/mi-var-cp.exp
4190 * gdb.mi/mi-var-display.exp
4191 * gdb.mi/mi-var-invalidate.exp
4192 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4193 * gdb.mi/mi-vla-fortran.exp
4194 * gdb.mi/mi-watch.exp
4195 * gdb.mi/mi2-var-child.exp
4196 * gdb.mi/user-selected-context-sync.exp
4197 * gdb.modula2/unbounded-array.exp
4198 * gdb.multi/dummy-frame-restore.exp
4199 * gdb.multi/multi-arch-exec.exp
4200 * gdb.multi/multi-arch.exp
4201 * gdb.multi/tids.exp
4202 * gdb.multi/watchpoint-multi.exp
4203 * gdb.opencl/callfuncs.exp
4204 * gdb.opencl/convs_casts.exp
4205 * gdb.opencl/datatypes.exp
4206 * gdb.opencl/operators.exp
4207 * gdb.opencl/vec_comps.exp
4208 * gdb.opt/clobbered-registers-O2.exp
4209 * gdb.opt/inline-break.exp
4210 * gdb.opt/inline-bt.exp
4211 * gdb.opt/inline-cmds.exp
4212 * gdb.opt/inline-locals.exp
4213 * gdb.pascal/case-insensitive-symbols.exp
4214 * gdb.pascal/floats.exp
4215 * gdb.pascal/gdb11492.exp
4216 * gdb.python/lib-types.exp
4217 * gdb.python/py-arch.exp
4218 * gdb.python/py-as-string.exp
4219 * gdb.python/py-bad-printers.exp
4220 * gdb.python/py-block.exp
4221 * gdb.python/py-breakpoint-create-fail.exp
4222 * gdb.python/py-breakpoint.exp
4223 * gdb.python/py-caller-is.exp
4224 * gdb.python/py-cmd.exp
4225 * gdb.python/py-explore-cc.exp
4226 * gdb.python/py-explore.exp
4227 * gdb.python/py-finish-breakpoint.exp
4228 * gdb.python/py-finish-breakpoint2.exp
4229 * gdb.python/py-frame-args.exp
4230 * gdb.python/py-frame-inline.exp
4231 * gdb.python/py-frame.exp
4232 * gdb.python/py-framefilter-mi.exp
4233 * gdb.python/py-infthread.exp
4234 * gdb.python/py-lazy-string.exp
4235 * gdb.python/py-linetable.exp
4236 * gdb.python/py-mi-events.exp
4237 * gdb.python/py-mi-objfile.exp
4238 * gdb.python/py-mi.exp
4239 * gdb.python/py-objfile.exp
4240 * gdb.python/py-pp-integral.exp
4241 * gdb.python/py-pp-maint.exp
4242 * gdb.python/py-pp-re-notag.exp
4243 * gdb.python/py-pp-registration.exp
4244 * gdb.python/py-recurse-unwind.exp
4245 * gdb.python/py-strfns.exp
4246 * gdb.python/py-symbol.exp
4247 * gdb.python/py-symtab.exp
4248 * gdb.python/py-sync-interp.exp
4249 * gdb.python/py-typeprint.exp
4250 * gdb.python/py-unwind-maint.exp
4251 * gdb.python/py-unwind.exp
4252 * gdb.python/py-value-cc.exp
4253 * gdb.python/py-xmethods.exp
4254 * gdb.reverse/amd64-tailcall-reverse.exp
4255 * gdb.reverse/break-precsave.exp
4256 * gdb.reverse/break-reverse.exp
4257 * gdb.reverse/consecutive-precsave.exp
4258 * gdb.reverse/consecutive-reverse.exp
4259 * gdb.reverse/finish-precsave.exp
4260 * gdb.reverse/finish-reverse-bkpt.exp
4261 * gdb.reverse/finish-reverse.exp
4262 * gdb.reverse/fstatat-reverse.exp
4263 * gdb.reverse/getresuid-reverse.exp
4264 * gdb.reverse/i386-precsave.exp
4265 * gdb.reverse/i386-reverse.exp
4266 * gdb.reverse/i386-sse-reverse.exp
4267 * gdb.reverse/i387-env-reverse.exp
4268 * gdb.reverse/i387-stack-reverse.exp
4269 * gdb.reverse/insn-reverse.exp
4270 * gdb.reverse/machinestate-precsave.exp
4271 * gdb.reverse/machinestate.exp
4272 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4273 * gdb.reverse/pipe-reverse.exp
4274 * gdb.reverse/readv-reverse.exp
4275 * gdb.reverse/recvmsg-reverse.exp
4276 * gdb.reverse/rerun-prec.exp
4277 * gdb.reverse/s390-mvcle.exp
4278 * gdb.reverse/step-precsave.exp
4279 * gdb.reverse/step-reverse.exp
4280 * gdb.reverse/time-reverse.exp
4281 * gdb.reverse/until-precsave.exp
4282 * gdb.reverse/until-reverse.exp
4283 * gdb.reverse/waitpid-reverse.exp
4284 * gdb.reverse/watch-precsave.exp
4285 * gdb.reverse/watch-reverse.exp
4286 * gdb.rust/generics.exp
4287 * gdb.rust/methods.exp
4288 * gdb.rust/modules.exp
4289 * gdb.rust/simple.exp
4290 * gdb.server/connect-with-no-symbol-file.exp
4291 * gdb.server/ext-attach.exp
4292 * gdb.server/ext-restart.exp
4293 * gdb.server/ext-wrapper.exp
4294 * gdb.server/file-transfer.exp
4295 * gdb.server/server-exec-info.exp
4296 * gdb.server/server-kill.exp
4297 * gdb.server/server-mon.exp
4298 * gdb.server/wrapper.exp
4299 * gdb.stabs/exclfwd.exp
4300 * gdb.stabs/gdb11479.exp
4301 * gdb.threads/clone-new-thread-event.exp
4302 * gdb.threads/corethreads.exp
4303 * gdb.threads/current-lwp-dead.exp
4304 * gdb.threads/dlopen-libpthread.exp
4305 * gdb.threads/gcore-thread.exp
4306 * gdb.threads/sigstep-threads.exp
4307 * gdb.threads/watchpoint-fork.exp
4308 * gdb.trace/actions-changed.exp
4309 * gdb.trace/backtrace.exp
4310 * gdb.trace/change-loc.exp
4311 * gdb.trace/circ.exp
4312 * gdb.trace/collection.exp
4313 * gdb.trace/disconnected-tracing.exp
4314 * gdb.trace/ftrace.exp
4315 * gdb.trace/mi-trace-frame-collected.exp
4316 * gdb.trace/mi-trace-unavailable.exp
4317 * gdb.trace/mi-traceframe-changed.exp
4318 * gdb.trace/mi-tsv-changed.exp
4319 * gdb.trace/no-attach-trace.exp
4320 * gdb.trace/passc-dyn.exp
4321 * gdb.trace/qtro.exp
4322 * gdb.trace/range-stepping.exp
4323 * gdb.trace/read-memory.exp
4324 * gdb.trace/save-trace.exp
4325 * gdb.trace/signal.exp
4326 * gdb.trace/status-stop.exp
4327 * gdb.trace/tfile.exp
4328 * gdb.trace/trace-break.exp
4329 * gdb.trace/trace-buffer-size.exp
4330 * gdb.trace/trace-condition.exp
4331 * gdb.trace/tracefile-pseudo-reg.exp
4332 * gdb.trace/tstatus.exp
4333 * gdb.trace/unavailable.exp
4334 * gdb.trace/while-dyn.exp
4335 * gdb.trace/while-stepping.exp
4336
4337 2016-12-22 Doug Evans <xdje42@gmail.com>
4338
4339 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4340 and msymbols.
4341
4342 2016-12-19 Yao Qi <yao.qi@linaro.org>
4343
4344 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4345 (test_with_self): Don't call do_steps_and_nexts, and remove
4346 code about stepping into xmalloc.
4347
4348 2016-12-09 Yao Qi <yao.qi@linaro.org>
4349
4350 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4351
4352 2016-12-09 Yao Qi <yao.qi@linaro.org>
4353
4354 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4355
4356 2016-12-09 Pedro Alves <palves@redhat.com>
4357
4358 * gdb.base/all-architectures-0.exp: New file.
4359 * gdb.base/all-architectures-1.exp: New file.
4360 * gdb.base/all-architectures-2.exp: New file.
4361 * gdb.base/all-architectures-3.exp: New file.
4362 * gdb.base/all-architectures-4.exp: New file.
4363 * gdb.base/all-architectures-5.exp: New file.
4364 * gdb.base/all-architectures-6.exp: New file.
4365 * gdb.base/all-architectures-7.exp: New file.
4366 * gdb.base/all-architectures.exp.in: New file.
4367
4368 2016-12-09 Yao Qi <yao.qi@linaro.org>
4369
4370 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4371
4372 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4373
4374 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4375 possible.
4376 Remove useless pattern-matching code.
4377
4378 2016-12-02 Pedro Alves <palves@redhat.com>
4379
4380 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4381 procedure.
4382 (top level): Call it.
4383
4384 2016-12-02 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4387 New procedure.
4388 (top level): Call it.
4389
4390 2016-12-02 Pedro Alves <palves@redhat.com>
4391
4392 PR cli/20559
4393 * gdb.base/commands.exp (user_defined_command_args_eval): New
4394 procedure.
4395 (top level): Call it.
4396
4397 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4398
4399 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4400 timeout handling.
4401
4402 2016-12-02 Tom Tromey <tom@tromey.com>
4403
4404 * gdb.dwarf2/main-subprogram.c: New file.
4405 * gdb.dwarf2/main-subprogram.exp: New file.
4406
4407 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4408
4409 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4410 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4411 gdb_test_no_output for a couple of cases.
4412 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4413
4414 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4415
4416 Fix test names and standardize compilation error messages throughout
4417 the following files:
4418
4419 * gdb.ada/start.exp
4420 * gdb.arch/alpha-step.exp
4421 * gdb.arch/e500-prologue.exp
4422 * gdb.arch/ftrace-insn-reloc.exp
4423 * gdb.arch/gdb1291.exp
4424 * gdb.arch/gdb1431.exp
4425 * gdb.arch/gdb1558.exp
4426 * gdb.arch/i386-dr3-watch.exp
4427 * gdb.arch/i386-sse-stack-align.exp
4428 * gdb.arch/ia64-breakpoint-shadow.exp
4429 * gdb.arch/pa-nullify.exp
4430 * gdb.arch/powerpc-aix-prologue.exp
4431 * gdb.arch/thumb-bx-pc.exp
4432 * gdb.base/annota1.exp
4433 * gdb.base/annota3.exp
4434 * gdb.base/arrayidx.exp
4435 * gdb.base/assign.exp
4436 * gdb.base/attach.exp
4437 * gdb.base/auxv.exp
4438 * gdb.base/bang.exp
4439 * gdb.base/bfp-test.exp
4440 * gdb.base/bigcore.exp
4441 * gdb.base/bitfields2.exp
4442 * gdb.base/break-fun-addr.exp
4443 * gdb.base/break-probes.exp
4444 * gdb.base/call-rt-st.exp
4445 * gdb.base/callexit.exp
4446 * gdb.base/catch-fork-kill.exp
4447 * gdb.base/charset.exp
4448 * gdb.base/checkpoint.exp
4449 * gdb.base/comprdebug.exp
4450 * gdb.base/constvars.exp
4451 * gdb.base/coredump-filter.exp
4452 * gdb.base/cursal.exp
4453 * gdb.base/cvexpr.exp
4454 * gdb.base/detach.exp
4455 * gdb.base/display.exp
4456 * gdb.base/dmsym.exp
4457 * gdb.base/dprintf-pending.exp
4458 * gdb.base/dso2dso.exp
4459 * gdb.base/dtrace-probe.exp
4460 * gdb.base/dump.exp
4461 * gdb.base/enum_cond.exp
4462 * gdb.base/exe-lock.exp
4463 * gdb.base/exec-invalid-sysroot.exp
4464 * gdb.base/execl-update-breakpoints.exp
4465 * gdb.base/exprs.exp
4466 * gdb.base/fileio.exp
4467 * gdb.base/find.exp
4468 * gdb.base/finish.exp
4469 * gdb.base/fixsection.exp
4470 * gdb.base/foll-vfork.exp
4471 * gdb.base/frame-args.exp
4472 * gdb.base/gcore.exp
4473 * gdb.base/gdb1250.exp
4474 * gdb.base/global-var-nested-by-dso.exp
4475 * gdb.base/gnu-ifunc.exp
4476 * gdb.base/hashline1.exp
4477 * gdb.base/hashline2.exp
4478 * gdb.base/hashline3.exp
4479 * gdb.base/hbreak-in-shr-unsupported.exp
4480 * gdb.base/huge.exp
4481 * gdb.base/infcall-input.exp
4482 * gdb.base/info-fun.exp
4483 * gdb.base/info-shared.exp
4484 * gdb.base/jit-simple.exp
4485 * gdb.base/jit-so.exp
4486 * gdb.base/jit.exp
4487 * gdb.base/jump.exp
4488 * gdb.base/label.exp
4489 * gdb.base/lineinc.exp
4490 * gdb.base/logical.exp
4491 * gdb.base/longjmp.exp
4492 * gdb.base/macscp.exp
4493 * gdb.base/miscexprs.exp
4494 * gdb.base/new-ui-echo.exp
4495 * gdb.base/new-ui-pending-input.exp
4496 * gdb.base/new-ui.exp
4497 * gdb.base/nodebug.exp
4498 * gdb.base/nofield.exp
4499 * gdb.base/offsets.exp
4500 * gdb.base/overlays.exp
4501 * gdb.base/pending.exp
4502 * gdb.base/pointers.exp
4503 * gdb.base/pr11022.exp
4504 * gdb.base/printcmds.exp
4505 * gdb.base/prologue.exp
4506 * gdb.base/ptr-typedef.exp
4507 * gdb.base/realname-expand.exp
4508 * gdb.base/relativedebug.exp
4509 * gdb.base/relocate.exp
4510 * gdb.base/remote.exp
4511 * gdb.base/reread.exp
4512 * gdb.base/return2.exp
4513 * gdb.base/savedregs.exp
4514 * gdb.base/sep.exp
4515 * gdb.base/sepdebug.exp
4516 * gdb.base/sepsymtab.exp
4517 * gdb.base/set-inferior-tty.exp
4518 * gdb.base/setshow.exp
4519 * gdb.base/shlib-call.exp
4520 * gdb.base/sigaltstack.exp
4521 * gdb.base/siginfo-addr.exp
4522 * gdb.base/signals.exp
4523 * gdb.base/signull.exp
4524 * gdb.base/sigrepeat.exp
4525 * gdb.base/so-impl-ld.exp
4526 * gdb.base/solib-display.exp
4527 * gdb.base/solib-overlap.exp
4528 * gdb.base/solib-search.exp
4529 * gdb.base/solib-symbol.exp
4530 * gdb.base/structs.exp
4531 * gdb.base/structs2.exp
4532 * gdb.base/symtab-search-order.exp
4533 * gdb.base/twice.exp
4534 * gdb.base/unload.exp
4535 * gdb.base/varargs.exp
4536 * gdb.base/watchpoint-solib.exp
4537 * gdb.base/watchpoint.exp
4538 * gdb.base/whatis.exp
4539 * gdb.base/wrong_frame_bt_full.exp
4540 * gdb.btrace/dlopen.exp
4541 * gdb.cell/ea-standalone.exp
4542 * gdb.cell/ea-test.exp
4543 * gdb.cp/dispcxx.exp
4544 * gdb.cp/gdb2384.exp
4545 * gdb.cp/method2.exp
4546 * gdb.cp/nextoverthrow.exp
4547 * gdb.cp/pr10728.exp
4548 * gdb.disasm/am33.exp
4549 * gdb.disasm/h8300s.exp
4550 * gdb.disasm/mn10300.exp
4551 * gdb.disasm/sh3.exp
4552 * gdb.dwarf2/dw2-dir-file-name.exp
4553 * gdb.fortran/complex.exp
4554 * gdb.fortran/library-module.exp
4555 * gdb.guile/scm-pretty-print.exp
4556 * gdb.guile/scm-symbol.exp
4557 * gdb.guile/scm-type.exp
4558 * gdb.guile/scm-value.exp
4559 * gdb.linespec/linespec.exp
4560 * gdb.mi/gdb701.exp
4561 * gdb.mi/gdb792.exp
4562 * gdb.mi/mi-breakpoint-changed.exp
4563 * gdb.mi/mi-dprintf-pending.exp
4564 * gdb.mi/mi-dprintf.exp
4565 * gdb.mi/mi-exit-code.exp
4566 * gdb.mi/mi-pending.exp
4567 * gdb.mi/mi-solib.exp
4568 * gdb.mi/new-ui-mi-sync.exp
4569 * gdb.mi/pr11022.exp
4570 * gdb.mi/user-selected-context-sync.exp
4571 * gdb.opt/solib-intra-step.exp
4572 * gdb.python/py-events.exp
4573 * gdb.python/py-finish-breakpoint.exp
4574 * gdb.python/py-mi.exp
4575 * gdb.python/py-prettyprint.exp
4576 * gdb.python/py-shared.exp
4577 * gdb.python/py-symbol.exp
4578 * gdb.python/py-template.exp
4579 * gdb.python/py-type.exp
4580 * gdb.python/py-value.exp
4581 * gdb.reverse/solib-precsave.exp
4582 * gdb.reverse/solib-reverse.exp
4583 * gdb.server/solib-list.exp
4584 * gdb.stabs/weird.exp
4585 * gdb.threads/reconnect-signal.exp
4586 * gdb.threads/stepi-random-signal.exp
4587 * gdb.trace/actions.exp
4588 * gdb.trace/ax.exp
4589 * gdb.trace/backtrace.exp
4590 * gdb.trace/change-loc.exp
4591 * gdb.trace/deltrace.exp
4592 * gdb.trace/ftrace-lock.exp
4593 * gdb.trace/ftrace.exp
4594 * gdb.trace/infotrace.exp
4595 * gdb.trace/mi-tracepoint-changed.exp
4596 * gdb.trace/packetlen.exp
4597 * gdb.trace/passcount.exp
4598 * gdb.trace/pending.exp
4599 * gdb.trace/range-stepping.exp
4600 * gdb.trace/report.exp
4601 * gdb.trace/stap-trace.exp
4602 * gdb.trace/tfind.exp
4603 * gdb.trace/trace-break.exp
4604 * gdb.trace/trace-condition.exp
4605 * gdb.trace/trace-enable-disable.exp
4606 * gdb.trace/trace-mt.exp
4607 * gdb.trace/tracecmd.exp
4608 * gdb.trace/tspeed.exp
4609 * gdb.trace/tsv.exp
4610 * lib/perftest.exp
4611
4612 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4613
4614 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4615 with gdb_test_no_output.
4616 Use command as test name.
4617
4618 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4619
4620 Fix test names starting with uppercase throughout the files.
4621
4622 * gdb.ada/assign_1.exp
4623 * gdb.ada/boolean_expr.exp
4624 * gdb.base/arrayidx.exp
4625 * gdb.base/del.exp
4626 * gdb.base/gcore-buffer-overflow.exp
4627 * gdb.base/testenv.exp
4628 * gdb.compile/compile.exp
4629 * gdb.python/py-framefilter-invalidarg.exp
4630 * gdb.python/py-framefilter.exp
4631
4632 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4633
4634 Fix test names starting with uppercase throughout the files.
4635
4636 * gdb.ada/array_return.exp
4637 * gdb.ada/expr_delims.exp
4638 * gdb.ada/mi_dyn_arr.exp
4639 * gdb.ada/mi_interface.exp
4640 * gdb.ada/mi_var_array.exp
4641 * gdb.ada/watch_arg.exp
4642 * gdb.arch/alpha-step.exp
4643 * gdb.arch/altivec-regs.exp
4644 * gdb.arch/e500-regs.exp
4645 * gdb.arch/powerpc-d128-regs.exp
4646 * gdb.base/arrayidx.exp
4647 * gdb.base/break.exp
4648 * gdb.base/checkpoint.exp
4649 * gdb.base/debug-expr.exp
4650 * gdb.base/dmsym.exp
4651 * gdb.base/radix.exp
4652 * gdb.base/sepdebug.exp
4653 * gdb.base/testenv.exp
4654 * gdb.base/watch_thread_num.exp
4655 * gdb.base/watchpoint-cond-gone.exp
4656 * gdb.cell/break.exp
4657 * gdb.cell/ea-cache.exp
4658 * gdb.compile/compile.exp
4659 * gdb.cp/gdb2495.exp
4660 * gdb.gdb/selftest.exp
4661 * gdb.gdb/xfullpath.exp
4662 * gdb.go/hello.exp
4663 * gdb.go/integers.exp
4664 * gdb.objc/basicclass.exp
4665 * gdb.pascal/hello.exp
4666 * gdb.pascal/integers.exp
4667 * gdb.python/py-breakpoint.exp
4668 * gdb.python/py-cmd.exp
4669 * gdb.python/py-linetable.exp
4670 * gdb.python/py-xmethods.exp
4671 * gdb.python/python.exp
4672 * gdb.reverse/consecutive-precsave.exp
4673 * gdb.reverse/finish-precsave.exp
4674 * gdb.reverse/i386-precsave.exp
4675 * gdb.reverse/machinestate-precsave.exp
4676 * gdb.reverse/sigall-precsave.exp
4677 * gdb.reverse/solib-precsave.exp
4678 * gdb.reverse/step-precsave.exp
4679 * gdb.reverse/until-precsave.exp
4680 * gdb.reverse/watch-precsave.exp
4681 * gdb.threads/leader-exit.exp
4682 * gdb.threads/pthreads.exp
4683 * gdb.threads/wp-replication.exp
4684 * gdb.trace/actions.exp
4685 * gdb.trace/mi-tsv-changed.exp
4686 * gdb.trace/tsv.exp
4687
4688 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4689
4690 Fix test names starting with uppercase throughout the files.
4691
4692 * gdb.arch/i386-bp_permanent.exp
4693 * gdb.arch/i386-gnu-cfi.exp
4694 * gdb.base/disasm-end-cu.exp
4695 * gdb.base/macscp.exp
4696 * gdb.base/pending.exp
4697 * gdb.base/watch_thread_num.exp
4698 * gdb.cp/exception.exp
4699 * gdb.cp/gdb2495.exp
4700 * gdb.cp/local.exp
4701 * gdb.python/py-evsignal.exp
4702 * gdb.python/python.exp
4703 * gdb.trace/tracecmd.exp
4704
4705 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4706
4707 Fix test names starting with uppercase throughout the files.
4708
4709 * gdb.base/charset.exp
4710 * gdb.base/eval.exp
4711 * gdb.base/multi-forks.exp
4712 * gdb.guile/scm-progspace.exp
4713 * gdb.opencl/datatypes.exp
4714 * gdb.python/py-block.exp
4715 * gdb.python/py-function.exp
4716 * gdb.python/py-symbol.exp
4717 * gdb.python/py-symtab.exp
4718 * gdb.python/py-xmethods.exp
4719 * gdb.reverse/break-precsave.exp
4720 * gdb.reverse/break-reverse.exp
4721 * gdb.reverse/consecutive-precsave.exp
4722 * gdb.reverse/consecutive-reverse.exp
4723 * gdb.reverse/finish-precsave.exp
4724 * gdb.reverse/finish-reverse-bkpt.exp
4725 * gdb.reverse/finish-reverse.exp
4726 * gdb.reverse/fstatat-reverse.exp
4727 * gdb.reverse/getresuid-reverse.exp
4728 * gdb.reverse/i386-precsave.exp
4729 * gdb.reverse/i386-reverse.exp
4730 * gdb.reverse/i386-sse-reverse.exp
4731 * gdb.reverse/i387-stack-reverse.exp
4732 * gdb.reverse/insn-reverse.exp
4733 * gdb.reverse/machinestate-precsave.exp
4734 * gdb.reverse/machinestate.exp
4735 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4736 * gdb.reverse/pipe-reverse.exp
4737 * gdb.reverse/readv-reverse.exp
4738 * gdb.reverse/recvmsg-reverse.exp
4739 * gdb.reverse/rerun-prec.exp
4740 * gdb.reverse/s390-mvcle.exp
4741 * gdb.reverse/sigall-precsave.exp
4742 * gdb.reverse/sigall-reverse.exp
4743 * gdb.reverse/solib-precsave.exp
4744 * gdb.reverse/solib-reverse.exp
4745 * gdb.reverse/step-precsave.exp
4746 * gdb.reverse/step-reverse.exp
4747 * gdb.reverse/time-reverse.exp
4748 * gdb.reverse/until-precsave.exp
4749 * gdb.reverse/until-reverse.exp
4750 * gdb.reverse/waitpid-reverse.exp
4751 * gdb.reverse/watch-precsave.exp
4752 * gdb.reverse/watch-reverse.exp
4753
4754 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4755
4756 Fix test names starting with uppercase throughout the files.
4757
4758 * gdb.arch/i386-mpx-simple_segv.exp
4759 * gdb.arch/i386-mpx.exp
4760 * gdb.arch/i386-permbkpt.exp
4761 * gdb.arch/pa-nullify.exp
4762 * gdb.arch/powerpc-d128-regs.exp
4763 * gdb.arch/vsx-regs.exp
4764 * gdb.base/bfp-test.exp
4765 * gdb.base/break.exp
4766 * gdb.base/breakpoint-shadow.exp
4767 * gdb.base/callfuncs.exp
4768 * gdb.base/charset.exp
4769 * gdb.base/commands.exp
4770 * gdb.base/completion.exp
4771 * gdb.base/dfp-test.exp
4772 * gdb.base/echo.exp
4773 * gdb.base/ending-run.exp
4774 * gdb.base/eval.exp
4775 * gdb.base/expand-psymtabs.exp
4776 * gdb.base/float128.exp
4777 * gdb.base/floatn.exp
4778 * gdb.base/foll-exec-mode.exp
4779 * gdb.base/gdb1056.exp
4780 * gdb.base/gdb11531.exp
4781 * gdb.base/kill-after-signal.exp
4782 * gdb.base/multi-forks.exp
4783 * gdb.base/overlays.exp
4784 * gdb.base/pending.exp
4785 * gdb.base/sepdebug.exp
4786 * gdb.base/testenv.exp
4787 * gdb.base/valgrind-db-attach.exp
4788 * gdb.base/watch_thread_num.exp
4789 * gdb.base/watchpoint-cond-gone.exp
4790 * gdb.base/watchpoint.exp
4791 * gdb.base/watchpoints.exp
4792 * gdb.cp/arg-reference.exp
4793 * gdb.cp/baseenum.exp
4794 * gdb.cp/operator.exp
4795 * gdb.cp/shadow.exp
4796 * gdb.dwarf2/dw2-op-out-param.exp
4797 * gdb.dwarf2/dw2-reg-undefined.exp
4798 * gdb.go/chan.exp
4799 * gdb.go/hello.exp
4800 * gdb.go/integers.exp
4801 * gdb.go/methods.exp
4802 * gdb.go/package.exp
4803 * gdb.guile/scm-parameter.exp
4804 * gdb.guile/scm-progspace.exp
4805 * gdb.guile/scm-value.exp
4806 * gdb.mi/mi-pending.exp
4807 * gdb.mi/user-selected-context-sync.exp
4808 * gdb.multi/multi-attach.exp
4809 * gdb.multi/tids.exp
4810 * gdb.opt/clobbered-registers-O2.exp
4811 * gdb.pascal/floats.exp
4812 * gdb.pascal/integers.exp
4813 * gdb.python/py-block.exp
4814 * gdb.python/py-events.exp
4815 * gdb.python/py-parameter.exp
4816 * gdb.python/py-symbol.exp
4817 * gdb.python/py-symtab.exp
4818 * gdb.python/py-type.exp
4819 * gdb.python/py-value.exp
4820 * gdb.python/py-xmethods.exp
4821 * gdb.python/python.exp
4822 * gdb.reverse/break-precsave.exp
4823 * gdb.reverse/consecutive-precsave.exp
4824 * gdb.reverse/finish-precsave.exp
4825 * gdb.reverse/i386-precsave.exp
4826 * gdb.reverse/machinestate-precsave.exp
4827 * gdb.reverse/sigall-precsave.exp
4828 * gdb.reverse/solib-precsave.exp
4829 * gdb.reverse/step-precsave.exp
4830 * gdb.reverse/until-precsave.exp
4831 * gdb.reverse/watch-precsave.exp
4832 * gdb.server/ext-attach.exp
4833 * gdb.server/ext-restart.exp
4834 * gdb.server/ext-run.exp
4835 * gdb.server/ext-wrapper.exp
4836 * gdb.stabs/gdb11479.exp
4837 * gdb.stabs/weird.exp
4838 * gdb.threads/attach-many-short-lived-threads.exp
4839 * gdb.threads/kill.exp
4840 * gdb.threads/watchpoint-fork.exp
4841
4842 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4843
4844 Fix test names starting with uppercase throughout all the files below.
4845
4846 * gdb.ada/array_return.exp
4847 * gdb.ada/catch_ex.exp
4848 * gdb.ada/info_exc.exp
4849 * gdb.ada/mi_catch_ex.exp
4850 * gdb.ada/mi_dyn_arr.exp
4851 * gdb.ada/mi_ex_cond.exp
4852 * gdb.ada/mi_exc_info.exp
4853 * gdb.ada/mi_interface.exp
4854 * gdb.ada/mi_task_arg.exp
4855 * gdb.ada/mi_task_info.exp
4856 * gdb.ada/mi_var_array.exp
4857 * gdb.arch/alpha-step.exp
4858 * gdb.arch/amd64-disp-step.exp
4859 * gdb.arch/arm-disp-step.exp
4860 * gdb.arch/disp-step-insn-reloc.exp
4861 * gdb.arch/e500-prologue.exp
4862 * gdb.arch/ftrace-insn-reloc.exp
4863 * gdb.arch/gdb1558.exp
4864 * gdb.arch/i386-bp_permanent.exp
4865 * gdb.arch/i386-disp-step.exp
4866 * gdb.arch/i386-float.exp
4867 * gdb.arch/i386-gnu-cfi.exp
4868 * gdb.arch/ia64-breakpoint-shadow.exp
4869 * gdb.arch/mips16-thunks.exp
4870 * gdb.arch/pa-nullify.exp
4871 * gdb.arch/powerpc-aix-prologue.exp
4872 * gdb.arch/powerpc-power.exp
4873 * gdb.arch/ppc-dfp.exp
4874 * gdb.arch/s390-tdbregs.exp
4875 * gdb.arch/spu-info.exp
4876 * gdb.arch/spu-ls.exp
4877 * gdb.arch/thumb-bx-pc.exp
4878 * gdb.base/advance.exp
4879 * gdb.base/annota-input-while-running.exp
4880 * gdb.base/arrayidx.exp
4881 * gdb.base/asmlabel.exp
4882 * gdb.base/async.exp
4883 * gdb.base/attach-wait-input.exp
4884 * gdb.base/auto-connect-native-target.exp
4885 * gdb.base/batch-preserve-term-settings.exp
4886 * gdb.base/bfp-test.exp
4887 * gdb.base/bigcore.exp
4888 * gdb.base/bp-permanent.exp
4889 * gdb.base/break-always.exp
4890 * gdb.base/break-fun-addr.exp
4891 * gdb.base/break-idempotent.exp
4892 * gdb.base/break-main-file-remove-fail.exp
4893 * gdb.base/break-probes.exp
4894 * gdb.base/break-unload-file.exp
4895 * gdb.base/break.exp
4896 * gdb.base/call-ar-st.exp
4897 * gdb.base/call-rt-st.exp
4898 * gdb.base/call-sc.exp
4899 * gdb.base/call-signal-resume.exp
4900 * gdb.base/call-strs.exp
4901 * gdb.base/callexit.exp
4902 * gdb.base/callfuncs.exp
4903 * gdb.base/catch-gdb-caused-signals.exp
4904 * gdb.base/catch-signal-siginfo-cond.exp
4905 * gdb.base/catch-syscall.exp
4906 * gdb.base/compare-sections.exp
4907 * gdb.base/cond-eval-mode.exp
4908 * gdb.base/condbreak-call-false.exp
4909 * gdb.base/consecutive-step-over.exp
4910 * gdb.base/cursal.exp
4911 * gdb.base/disabled-location.exp
4912 * gdb.base/disasm-end-cu.exp
4913 * gdb.base/display.exp
4914 * gdb.base/double-prompt-target-event-error.exp
4915 * gdb.base/dprintf-bp-same-addr.exp
4916 * gdb.base/dprintf-detach.exp
4917 * gdb.base/dprintf-next.exp
4918 * gdb.base/dprintf-non-stop.exp
4919 * gdb.base/dprintf-pending.exp
4920 * gdb.base/dso2dso.exp
4921 * gdb.base/ending-run.exp
4922 * gdb.base/enum_cond.exp
4923 * gdb.base/examine-backward.exp
4924 * gdb.base/exe-lock.exp
4925 * gdb.base/exec-invalid-sysroot.exp
4926 * gdb.base/execl-update-breakpoints.exp
4927 * gdb.base/execution-termios.exp
4928 * gdb.base/fileio.exp
4929 * gdb.base/fixsection.exp
4930 * gdb.base/foll-exec-mode.exp
4931 * gdb.base/foll-exec.exp
4932 * gdb.base/fork-running-state.exp
4933 * gdb.base/frame-args.exp
4934 * gdb.base/fullpath-expand.exp
4935 * gdb.base/func-ptr.exp
4936 * gdb.base/gcore-relro-pie.exp
4937 * gdb.base/gdb1090.exp
4938 * gdb.base/gdb1555.exp
4939 * gdb.base/global-var-nested-by-dso.exp
4940 * gdb.base/gnu-ifunc.exp
4941 * gdb.base/hbreak-in-shr-unsupported.exp
4942 * gdb.base/hbreak-unmapped.exp
4943 * gdb.base/hook-stop.exp
4944 * gdb.base/infcall-input.exp
4945 * gdb.base/info-fun.exp
4946 * gdb.base/info-shared.exp
4947 * gdb.base/interrupt-noterm.exp
4948 * gdb.base/jit-so.exp
4949 * gdb.base/jit.exp
4950 * gdb.base/line-symtabs.exp
4951 * gdb.base/list.exp
4952 * gdb.base/longjmp.exp
4953 * gdb.base/macscp.exp
4954 * gdb.base/max-value-size.exp
4955 * gdb.base/nodebug.exp
4956 * gdb.base/nofield.exp
4957 * gdb.base/overlays.exp
4958 * gdb.base/paginate-after-ctrl-c-running.exp
4959 * gdb.base/paginate-bg-execution.exp
4960 * gdb.base/paginate-inferior-exit.exp
4961 * gdb.base/pending.exp
4962 * gdb.base/pr11022.exp
4963 * gdb.base/printcmds.exp
4964 * gdb.base/ptr-typedef.exp
4965 * gdb.base/ptype.exp
4966 * gdb.base/randomize.exp
4967 * gdb.base/range-stepping.exp
4968 * gdb.base/realname-expand.exp
4969 * gdb.base/relativedebug.exp
4970 * gdb.base/remote.exp
4971 * gdb.base/savedregs.exp
4972 * gdb.base/sepdebug.exp
4973 * gdb.base/set-noassign.exp
4974 * gdb.base/shlib-call.exp
4975 * gdb.base/shreloc.exp
4976 * gdb.base/sigaltstack.exp
4977 * gdb.base/sigbpt.exp
4978 * gdb.base/siginfo-addr.exp
4979 * gdb.base/siginfo-obj.exp
4980 * gdb.base/siginfo-thread.exp
4981 * gdb.base/signest.exp
4982 * gdb.base/signull.exp
4983 * gdb.base/sigrepeat.exp
4984 * gdb.base/skip.exp
4985 * gdb.base/so-impl-ld.exp
4986 * gdb.base/solib-corrupted.exp
4987 * gdb.base/solib-disc.exp
4988 * gdb.base/solib-display.exp
4989 * gdb.base/solib-overlap.exp
4990 * gdb.base/solib-search.exp
4991 * gdb.base/solib-symbol.exp
4992 * gdb.base/source-execution.exp
4993 * gdb.base/sss-bp-on-user-bp-2.exp
4994 * gdb.base/sss-bp-on-user-bp.exp
4995 * gdb.base/stack-checking.exp
4996 * gdb.base/stale-infcall.exp
4997 * gdb.base/step-break.exp
4998 * gdb.base/step-line.exp
4999 * gdb.base/step-over-exit.exp
5000 * gdb.base/step-test.exp
5001 * gdb.base/structs.exp
5002 * gdb.base/sym-file.exp
5003 * gdb.base/symtab-search-order.exp
5004 * gdb.base/term.exp
5005 * gdb.base/type-opaque.exp
5006 * gdb.base/unload.exp
5007 * gdb.base/until-nodebug.exp
5008 * gdb.base/until.exp
5009 * gdb.base/unwindonsignal.exp
5010 * gdb.base/watch-cond.exp
5011 * gdb.base/watch-non-mem.exp
5012 * gdb.base/watch_thread_num.exp
5013 * gdb.base/watchpoint-reuse-slot.exp
5014 * gdb.base/watchpoint-solib.exp
5015 * gdb.base/watchpoint.exp
5016 * gdb.btrace/dlopen.exp
5017 * gdb.cell/arch.exp
5018 * gdb.cell/break.exp
5019 * gdb.cell/bt.exp
5020 * gdb.cell/core.exp
5021 * gdb.cell/data.exp
5022 * gdb.cell/dwarfaddr.exp
5023 * gdb.cell/ea-cache.exp
5024 * gdb.cell/ea-standalone.exp
5025 * gdb.cell/ea-test.exp
5026 * gdb.cell/f-regs.exp
5027 * gdb.cell/fork.exp
5028 * gdb.cell/gcore.exp
5029 * gdb.cell/mem-access.exp
5030 * gdb.cell/ptype.exp
5031 * gdb.cell/registers.exp
5032 * gdb.cell/sizeof.exp
5033 * gdb.cell/solib-symbol.exp
5034 * gdb.cell/solib.exp
5035 * gdb.compile/compile-tls.exp
5036 * gdb.cp/exception.exp
5037 * gdb.cp/gdb2495.exp
5038 * gdb.cp/local.exp
5039 * gdb.cp/mb-inline.exp
5040 * gdb.cp/mb-templates.exp
5041 * gdb.cp/pr10687.exp
5042 * gdb.cp/pr9167.exp
5043 * gdb.cp/scope-err.exp
5044 * gdb.cp/templates.exp
5045 * gdb.cp/virtfunc.exp
5046 * gdb.dwarf2/dw2-dir-file-name.exp
5047 * gdb.dwarf2/dw2-single-line-discriminators.exp
5048 * gdb.fortran/complex.exp
5049 * gdb.fortran/library-module.exp
5050 * gdb.guile/guile.exp
5051 * gdb.guile/scm-cmd.exp
5052 * gdb.guile/scm-frame-inline.exp
5053 * gdb.guile/scm-objfile.exp
5054 * gdb.guile/scm-pretty-print.exp
5055 * gdb.guile/scm-symbol.exp
5056 * gdb.guile/scm-type.exp
5057 * gdb.guile/scm-value.exp
5058 * gdb.linespec/keywords.exp
5059 * gdb.linespec/ls-errs.exp
5060 * gdb.linespec/macro-relative.exp
5061 * gdb.linespec/thread.exp
5062 * gdb.mi/mi-breakpoint-changed.exp
5063 * gdb.mi/mi-dprintf-pending.exp
5064 * gdb.mi/mi-fullname-deleted.exp
5065 * gdb.mi/mi-logging.exp
5066 * gdb.mi/mi-pending.exp
5067 * gdb.mi/mi-solib.exp
5068 * gdb.mi/new-ui-mi-sync.exp
5069 * gdb.mi/user-selected-context-sync.exp
5070 * gdb.multi/dummy-frame-restore.exp
5071 * gdb.multi/multi-arch-exec.exp
5072 * gdb.multi/remove-inferiors.exp
5073 * gdb.multi/watchpoint-multi-exit.exp
5074 * gdb.opt/solib-intra-step.exp
5075 * gdb.perf/backtrace.exp
5076 * gdb.perf/single-step.exp
5077 * gdb.perf/skip-command.exp
5078 * gdb.perf/skip-prologue.exp
5079 * gdb.perf/solib.exp
5080 * gdb.python/lib-types.exp
5081 * gdb.python/py-as-string.exp
5082 * gdb.python/py-bad-printers.exp
5083 * gdb.python/py-block.exp
5084 * gdb.python/py-breakpoint.exp
5085 * gdb.python/py-cmd.exp
5086 * gdb.python/py-events.exp
5087 * gdb.python/py-evthreads.exp
5088 * gdb.python/py-finish-breakpoint.exp
5089 * gdb.python/py-finish-breakpoint2.exp
5090 * gdb.python/py-frame-inline.exp
5091 * gdb.python/py-frame.exp
5092 * gdb.python/py-inferior.exp
5093 * gdb.python/py-infthread.exp
5094 * gdb.python/py-mi.exp
5095 * gdb.python/py-objfile.exp
5096 * gdb.python/py-pp-maint.exp
5097 * gdb.python/py-pp-registration.exp
5098 * gdb.python/py-prettyprint.exp
5099 * gdb.python/py-recurse-unwind.exp
5100 * gdb.python/py-shared.exp
5101 * gdb.python/py-symbol.exp
5102 * gdb.python/py-symtab.exp
5103 * gdb.python/py-template.exp
5104 * gdb.python/py-type.exp
5105 * gdb.python/py-unwind-maint.exp
5106 * gdb.python/py-unwind.exp
5107 * gdb.python/py-value.exp
5108 * gdb.python/python.exp
5109 * gdb.reverse/finish-reverse-bkpt.exp
5110 * gdb.reverse/insn-reverse.exp
5111 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5112 * gdb.reverse/solib-precsave.exp
5113 * gdb.reverse/solib-reverse.exp
5114 * gdb.stabs/gdb11479.exp
5115 * gdb.stabs/weird.exp
5116 * gdb.threads/fork-child-threads.exp
5117 * gdb.threads/fork-plus-threads.exp
5118 * gdb.threads/fork-thread-pending.exp
5119 * gdb.threads/forking-threads-plus-breakpoint.exp
5120 * gdb.threads/hand-call-in-threads.exp
5121 * gdb.threads/interrupted-hand-call.exp
5122 * gdb.threads/linux-dp.exp
5123 * gdb.threads/local-watch-wrong-thread.exp
5124 * gdb.threads/next-while-other-thread-longjmps.exp
5125 * gdb.threads/non-ldr-exit.exp
5126 * gdb.threads/pending-step.exp
5127 * gdb.threads/print-threads.exp
5128 * gdb.threads/process-dies-while-detaching.exp
5129 * gdb.threads/process-dies-while-handling-bp.exp
5130 * gdb.threads/pthreads.exp
5131 * gdb.threads/queue-signal.exp
5132 * gdb.threads/reconnect-signal.exp
5133 * gdb.threads/signal-command-handle-nopass.exp
5134 * gdb.threads/signal-command-multiple-signals-pending.exp
5135 * gdb.threads/signal-delivered-right-thread.exp
5136 * gdb.threads/signal-sigtrap.exp
5137 * gdb.threads/sigthread.exp
5138 * gdb.threads/staticthreads.exp
5139 * gdb.threads/stepi-random-signal.exp
5140 * gdb.threads/thread-unwindonsignal.exp
5141 * gdb.threads/thread_check.exp
5142 * gdb.threads/thread_events.exp
5143 * gdb.threads/tid-reuse.exp
5144 * gdb.threads/tls-nodebug.exp
5145 * gdb.threads/tls-shared.exp
5146 * gdb.threads/tls-so_extern.exp
5147 * gdb.threads/tls.exp
5148 * gdb.threads/wp-replication.exp
5149 * gdb.trace/actions-changed.exp
5150 * gdb.trace/actions.exp
5151 * gdb.trace/backtrace.exp
5152 * gdb.trace/change-loc.exp
5153 * gdb.trace/collection.exp
5154 * gdb.trace/deltrace.exp
5155 * gdb.trace/disconnected-tracing.exp
5156 * gdb.trace/entry-values.exp
5157 * gdb.trace/ftrace-lock.exp
5158 * gdb.trace/ftrace.exp
5159 * gdb.trace/infotrace.exp
5160 * gdb.trace/mi-trace-frame-collected.exp
5161 * gdb.trace/mi-trace-unavailable.exp
5162 * gdb.trace/mi-traceframe-changed.exp
5163 * gdb.trace/mi-tracepoint-changed.exp
5164 * gdb.trace/mi-tsv-changed.exp
5165 * gdb.trace/no-attach-trace.exp
5166 * gdb.trace/packetlen.exp
5167 * gdb.trace/passc-dyn.exp
5168 * gdb.trace/passcount.exp
5169 * gdb.trace/pending.exp
5170 * gdb.trace/pr16508.exp
5171 * gdb.trace/qtro.exp
5172 * gdb.trace/range-stepping.exp
5173 * gdb.trace/read-memory.exp
5174 * gdb.trace/report.exp
5175 * gdb.trace/save-trace.exp
5176 * gdb.trace/signal.exp
5177 * gdb.trace/stap-trace.exp
5178 * gdb.trace/status-stop.exp
5179 * gdb.trace/strace.exp
5180 * gdb.trace/tfile.exp
5181 * gdb.trace/tfind.exp
5182 * gdb.trace/trace-break.exp
5183 * gdb.trace/trace-condition.exp
5184 * gdb.trace/trace-enable-disable.exp
5185 * gdb.trace/trace-mt.exp
5186 * gdb.trace/tracecmd.exp
5187 * gdb.trace/tracefile-pseudo-reg.exp
5188 * gdb.trace/tspeed.exp
5189 * gdb.trace/tstatus.exp
5190 * gdb.trace/tsv.exp
5191 * gdb.trace/unavailable.exp
5192 * gdb.trace/while-dyn.exp
5193 * gdb.trace/while-stepping.exp
5194 * lib/gdb-guile.exp
5195 * lib/gdb.exp
5196 * lib/mi-support.exp
5197 * lib/pascal.exp
5198 * lib/perftest.exp
5199 * lib/prelink-support.exp
5200 * lib/selftest-support.exp
5201
5202 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5203
5204 * Makefile.in: Include disable-implicit-rules.mk.
5205
5206 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5207
5208 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5209 non-byte-aligned bit fields.
5210
5211 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5212
5213 PR gdb/12616
5214 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5215 respects the DW_AT_data_bit_offset attribute.
5216
5217 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5218
5219 * gdb.base/default.exp: Fix output of "set language".
5220
5221 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5222
5223 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5224 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5225 make.
5226 * configure.ac: Remove checks for the make program.
5227 * configure: Re-generate.
5228
5229 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5230
5231 * gdb.python/py-recurse-unwind.c (main): Add loop.
5232 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5233 to read_register() and gdb.parse_and_eval(). Make each code
5234 call a separate case that can be individually tested.
5235 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5236 proc. Call cont_and_backtrace for each of the code paths that
5237 we want to test in the unwinder.
5238
5239 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5240
5241 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5242 the definition of struct S.
5243
5244 2016-11-11 Catherine Moore <clm@codesourcery.com>
5245
5246 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5247
5248 2016-11-09 Pedro Alves <palves@redhat.com>
5249
5250 * gdb.base/commands.exp (runto_or_return): New procedure.
5251 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5252 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5253 (progvar_simple_while_test, progvar_complex_if_while_test)
5254 (if_while_breakpoint_command_test)
5255 (infrun_breakpoint_command_test, breakpoint_command_test)
5256 (user_defined_command_test, watchpoint_command_test)
5257 (test_command_prompt_position, redefine_hook_test)
5258 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5259 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5260 multi_line_input and multi_line. Remove gdb_expect and
5261 gdb_stop_suppressing_tests uses.
5262 * lib/gdb.exp (valnum_re): New global.
5263 (multi_line_input): New procedure.
5264
5265 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5266
5267 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5268 Remove.
5269 (test_setup): Define with proc_with_prefix.
5270 (test_cli_inferior): Likewise.
5271 (test_cli_thread): Likewise.
5272 (test_cli_frame): Likewise.
5273 (test_cli_select_frame): Likewise.
5274 (test_cli_up_down): Likewise.
5275 (test_mi_thread_select): Likewise.
5276 (test_mi_stack_select_frame): Likewise.
5277 (test_cli_in_mi_inferior): Likewise.
5278 (test_cli_in_mi_thread): Likewise.
5279 (test_cli_in_mi_frame): Likewise.
5280 (top level): Do not use with_test_prefix_procname.
5281
5282 2016-11-09 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.base/commands.exp (gdbvar_simple_if_test)
5285 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5286 (progvar_simple_if_test, progvar_simple_while_test)
5287 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5288 (infrun_breakpoint_command_test, breakpoint_command_test)
5289 (user_defined_command_test, watchpoint_command_test)
5290 (test_command_prompt_position, deprecated_command_test)
5291 (bp_deleted_in_command, temporary_breakpoint_commands)
5292 (stray_arg0_test, source_file_with_indented_comment)
5293 (recursive_source_test, if_commands_test)
5294 (error_clears_commands_left, redefine_hook_test)
5295 (redefine_backtrace_test): Use proc_with_prefix.
5296 * lib/gdb.exp (proc_with_prefix): New proc.
5297
5298 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5299
5300 * gdb.base/tui-layout.c: New file.
5301 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5302 disassembly window contains very long lines.
5303
5304 2016-11-08 Tom Tromey <tom@tromey.com>
5305
5306 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5307 depend on Python 2.
5308
5309 2016-11-08 Tom Tromey <tom@tromey.com>
5310
5311 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5312 New method.
5313
5314 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5315
5316 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5317
5318 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5319
5320 * gdb.rust/simple.rs: Add test for univariant enums without
5321 discriminants and for encoded struct-like enums.
5322
5323 2016-10-28 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5326 gdb_test_multiple, tighten regexps and match symtabs and line
5327 tables incrementally.
5328
5329 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5330
5331 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5332 general.
5333
5334 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5335
5336 * gdb.base/exec-invalid-sysroot.exp: New file.
5337
5338 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5339
5340 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5341
5342 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5343
5344 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5345
5346 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5347
5348 * gdb.base/killed-outside.exp: Remove $options from a call to
5349 `prepare_for_testing'.
5350
5351 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5352
5353 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5354 Change test message.
5355
5356 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5357
5358 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5359 Update comment.
5360
5361 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5362
5363 * gdb.trace/mi-trace-save.exp: New file.
5364
5365 2016-10-13 Yao Qi <yao.qi@linaro.org>
5366
5367 * gdb.base/code_elim.exp (get_var_address): Remove.
5368 * gdb.base/relocate.exp: Likewise.
5369 * gdb.base/shreloc.exp: Likewise.
5370 * lib/gdb.exp (get_var_address): New.
5371
5372 2016-10-13 Yao Qi <yao.qi@linaro.org>
5373
5374 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5375 floating point tests if $skip_float_test is false.
5376
5377 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5378
5379 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5380 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5381 argc values.
5382 Add 1 to argc so we guarantee distinct initial/modified argc values.
5383
5384 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5385
5386 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5387
5388 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5389
5390 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5391 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5392 * gdb.arch/vsx-regs.exp: Likewise.
5393
5394 2016-10-07 Yao Qi <yao.qi@linaro.org>
5395
5396 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5397
5398 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5399
5400 * gdb.python/python.exp: Test decode_line("*0").
5401
5402 2016-10-06 Doug Evans <dje@google.com>
5403
5404 * gdb.python/py-value.exp (test_value_creation): Add test for large
5405 unsigned 64-bit value.
5406
5407 2016-10-06 Tom Tromey <tom@tromey.com>
5408
5409 * gdb.compile/compile.exp: Change java tests to rust.
5410 * gdb.base/setshow.exp: Change java tests to rust.
5411 * gdb.base/default.exp: Remove java from language list.
5412 * README (Examples): Update language example.
5413 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5414 test.
5415 * lib/gdb.exp (skip_java_tests): Remove.
5416 * lib/java.exp: Remove.
5417 * gdb.java: Remove.
5418
5419 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5420
5421 * gdb.arch/mips-fcr.exp: New test.
5422 * gdb.arch/mips-fcr.c: Source for the new test.
5423
5424 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5425
5426 * gdb.base/solib-disc.exp: Use `standard_output_file'
5427 throughout.
5428
5429 2016-10-06 Pedro Alves <palves@redhat.com>
5430
5431 * gdb.base/jit-simple-dl.c: New file.
5432 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5433 * gdb.base/jit-simple.c: ... this.
5434 * gdb.base/jit-simple.exp (jit_run): Delete.
5435 (build_jit): New proc.
5436 (jit_test_reread): Recompile either the main program or the shared
5437 library, depending on what is being tested. Skip changing address
5438 if caller wants to. Compare before/after addresses. If testing
5439 standalone, explicitly load the binary. Test "maint info
5440 breakpoints".
5441 (top level): Add "standalone vs shared lib" and "change address"
5442 vs "same address" axes.
5443
5444 2016-10-06 Pedro Alves <palves@redhat.com>
5445
5446 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5447 call.
5448 (jit_run): Delete.
5449 (jit_test_reread): Use with_test_prefix. Reload the main binary
5450 explicitly. Compare the before/after addresses of the JIT
5451 descriptor.
5452
5453 2016-08-15 Doug Evans <dje@google.com>
5454
5455 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5456 for single bitfields is bool.
5457 * gdb.xml/tdesc-regs.exp: Ditto.
5458
5459 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5460
5461 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5462
5463 2016-10-05 Yao Qi <yao.qi@linaro.org>
5464
5465 * lib/gdb.exp (support_complex_tests): Return zero if
5466 gdb_skip_float_test return true.
5467
5468 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5469 Simon Marchi <simon.marchi@ericsson.com>
5470
5471 PR gdb/20487
5472 * gdb.mi/user-selected-context-sync.exp: New file.
5473 * gdb.mi/user-selected-context-sync.c: New file.
5474
5475 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5476 Simon Marchi <simon.marchi@ericsson.com>
5477
5478 PR gdb/20487
5479 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5480 =thread-select-event check.
5481
5482 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5483
5484 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5485 the compulsory L operand changes.
5486 * gdb.arch/powerpc-power.s: Likewise.
5487
5488 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5489
5490 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5491 * gdb.base/jit-attach-pie.c: New file.
5492 * gdb.base/jit-attach-pie.exp: New file.
5493
5494 2016-09-28 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.base/infcall-input.c: New file.
5497 * gdb.base/infcall-input.exp: New file.
5498
5499 2016-09-22 Yao Qi <yao.qi@linaro.org>
5500
5501 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5502 (gdb_exit): Rename it to ...
5503 (gdbserver_gdb_exit): ... Close GDBserver.
5504 (gdb_exit): New proc, call gdbserver_gdb_exit.
5505 (mi_gdb_exit): Likewise.
5506
5507 2016-09-22 Yao Qi <yao.qi@linaro.org>
5508
5509 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5510 path.
5511 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5512 Remove duplication.
5513
5514 2016-09-22 Yao Qi <yao.qi@linaro.org>
5515
5516 * lib/gdbserver-support.exp: Check the existence of
5517 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5518
5519 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5520
5521 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5522
5523 2016-09-21 Tom Tromey <tom@tromey.com>
5524
5525 PR gdb/20604:
5526 * gdb.base/quit.exp: New file.
5527
5528 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5529
5530 * .gitignore: New file.
5531
5532 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5533
5534 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5535 throughout.
5536
5537 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538
5539 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5540
5541 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5542
5543 * gdb.cp/casts.cc (decltype): Move it ...
5544 (main): ... with its call to ...
5545 * gdb.cp/casts03.cc: ... a new file.
5546 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5547
5548 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5549
5550 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5551
5552 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5553
5554 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5555 and sync up the test with tests in gas/testsuite/gas/ppc.
5556 * gdb.arch/powerpc-power.exp: Likewise.
5557
5558 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5559
5560 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5561
5562 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5563 Jan Kratochvil <jan.kratochvil@redhat.com>
5564
5565 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5566 make m1's definition to be different from m2's. Use 'dummy' as an
5567 argument for probe 'two'.
5568
5569 2016-09-10 Jon Beniston <jon@beniston.com>
5570
5571 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5572 for sim target.
5573
5574 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5575
5576 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5577 variable declaration.
5578 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5579 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5580 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5581 received HWCAP as its argument.
5582
5583 2016-09-06 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.base/new-ui-pending-input.c: New file.
5586 * gdb.base/new-ui-pending-input.exp: New file.
5587 * gdb.exp (clear_gdb_spawn_id): New procedure.
5588 (with_spawn_id): Check whether gdb_spawn_id exists before
5589 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5590 on exit.
5591
5592 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5593
5594 * gdb.base/float128.c: New file.
5595 * gdb.base/float128.exp: Likewise.
5596 * gdb.base/floatn.c: Likewise.
5597 * gdb.base/floatn.exp: Likewise.
5598
5599 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5600
5601 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5602
5603 2016-09-05 Pedro Alves <palves@redhat.com>
5604
5605 PR backtrace/19927
5606 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5607 unwinders are immediately called as side effect of "source" or
5608 "disable unwinder" commands.
5609 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5610
5611 2016-09-02 Yao Qi <yao.qi@linaro.org>
5612
5613 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5614 is true and $type is "float" or "double".
5615
5616 2016-09-02 Yao Qi <yao.qi@linaro.org>
5617
5618 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5619 true.
5620 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5621 * gdb.base/call-rt-st.exp: Likewise.
5622 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5623 return value instead of gdb,skip_float_test.
5624 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5625 (do_function_calls): Use its return value instead of
5626 gdb,skip_float_test.
5627 * gdb.base/finish.exp: Likewise.
5628 * gdb.base/funcargs.exp: Likewise.
5629 * gdb.base/return.exp: Likewise.
5630 * gdb.base/return2.exp: Likewise.
5631 * gdb.base/varargs.exp: Likewise.
5632 * lib/gdb.exp (gdb_skip_float_test): Change it to
5633 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5634
5635 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5636
5637 * gdb.multi/tids.exp: Test "thread apply all".
5638
5639 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5640
5641 * gdb.base/default.exp (tty): Remove.
5642
5643 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5644
5645 * gdb.python/py-recurse-unwind.c: New file.
5646 * gdb.python/py-recurse-unwind.py: New file.
5647 * gdb.python/py-recurse-unwind.exp: New file.
5648
5649 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5650
5651 * gdb.base/set-inferior-tty.exp: New file.
5652 * gdb.base/set-inferior-tty.c: New file.
5653
5654 2016-08-23 Pedro Alves <palves@redhat.com>
5655
5656 PR gdb/20494
5657 * gdb.base/new-ui-echo.c: New file.
5658 * gdb.base/new-ui-echo.exp: New file.
5659
5660 2016-08-23 Yao Qi <yao.qi@linaro.org>
5661
5662 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5663 gdbserver_spawn.
5664 * gdb.server/connect-without-multi-process.exp (do_test):
5665 Likewise.
5666
5667 2016-08-23 Yao Qi <yao.qi@linaro.org>
5668
5669 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5670 standalone_txt. Delete gdb_txt and standalone_txt on host
5671 and target. Spawn the binary on target. Copy files from
5672 target to host.
5673
5674 2016-08-22 Pedro Alves <palves@redhat.com>
5675
5676 PR gdb/20505
5677 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5678 with_test_prefix. Factor out bits to ...
5679 (test_no_vdso): ... this new procedure.
5680
5681 2016-08-19 Carl Love <cel@us.ibm.com>
5682
5683 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5684 maintaining separate logic for constructing the output path.
5685 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5686 * gdb.arch/ppc-dfp.exp: Likewise.
5687 * gdb.arch/ppc-fp.exp: Likewise.
5688 * gdb.arch/vsx-regs.exp: Likewise.
5689 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5690 binprefix for generating the additional binary files.
5691
5692 2016-08-19 Pedro Alves <palves@redhat.com>
5693
5694 * gdb.trace/mi-trace-frame-collected.exp
5695 (test_trace_frame_collected): On x32, expect two registers.
5696
5697 2016-08-18 Carl Love <cel@us.ibm.com>
5698
5699 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5700 and sync up the test with tests in gas/testsuite/gas/ppc.
5701 * gdb.arch/powerpc-power.exp: Likewise.
5702
5703 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5704
5705 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5706 expected error message.
5707
5708 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5709
5710 * gdb.multi/remove-inferiors.exp: New file.
5711 * gdb.multi/remove-inferiors.c: New file.
5712
5713 2016-08-12 Yao Qi <yao.qi@linaro.org>
5714
5715 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5716 argument list.
5717
5718 2016-08-10 Pedro Alves <palves@redhat.com>
5719
5720 PR gdb/19187
5721 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5722 setup_kfails.
5723
5724 2016-08-09 Pedro Alves <palves@redhat.com>
5725 Simon Marchi <simon.marchi@ericsson.com>
5726
5727 PR gdb/20418
5728 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5729 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5730
5731 2016-08-09 Pedro Alves <palves@redhat.com>
5732
5733 PR mi/20431
5734 * gdb.mi/mi-cmd-error.exp: New file.
5735
5736 2016-08-09 Pedro Alves <palves@redhat.com>
5737
5738 PR gdb/18653
5739 * gdb.base/signals-state-child.c: New file.
5740 * gdb.base/signals-state-child.exp: New file.
5741 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5742
5743 2016-08-09 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5746
5747 2016-08-03 Tom Tromey <tom@tromey.com>
5748
5749 PR python/18565:
5750 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5751
5752 2016-08-01 Yao Qi <yao.qi@linaro.org>
5753
5754 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5755 variable mode to "multi-process" if $multi_process is 1, otherwise
5756 set it to "single-process".
5757
5758 2016-08-01 Yao Qi <yao.qi@linaro.org>
5759
5760 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5761 * gdb.cp/cpexprs.exp: Likewise.
5762 * gdb.cp/m-static.exp: Likewise.
5763
5764 2016-07-26 Tom Tromey <tom@tromey.com>
5765
5766 PR python/20190:
5767 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5768 test.
5769
5770 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5771
5772 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5773 selecting assembly source files.
5774 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5775 assembly source files.
5776 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5777 assembly source files.
5778 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5779 selecting assembly source files.
5780
5781 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5782
5783 * gdb.base/new-ui.exp (do_test_invalid_args): New
5784 procedure.
5785
5786 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5787
5788 * gdb.btrace/reconnect.c: New file.
5789 * gdb.btrace/reconnect.exp: New file.
5790
5791 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5792
5793 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5794 to test_catch_syscall_group.
5795 (test_catch_syscall_group): New.
5796
5797 2016-07-21 Tom Tromey <tom@tromey.com>
5798
5799 * gdb.rust/simple.rs (main): Use empty struct expression.
5800 * gdb.rust/simple.exp: Add tests for empty struct expression.
5801
5802 2016-07-21 Yao Qi <yao.qi@linaro.org>
5803
5804 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5805 if gdb_skip_xml_test is true on some targets.
5806
5807 2016-07-21 Yao Qi <yao.qi@linaro.org>
5808
5809 * gdb.server/solib-list.exp: Unset last_loaded_file.
5810
5811 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5812
5813 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5814 "step into captured_main (args)".
5815
5816 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5817
5818 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5819
5820 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5821
5822 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5823
5824 2016-07-19 Pedro Alves <palves@redhat.com>
5825
5826 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5827 * gdb.opt/inline-bt.exp: Likewise.
5828 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5829 additional_flags=-Winline.
5830 * gdb.opt/inline-locals.exp: Likewise.
5831 * gdb.opt/inline-markers.c (ATTR): Define.
5832 (inlined_fn): Use it.
5833
5834 2016-07-19 Yao Qi <yao.qi@linaro.org>
5835
5836 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5837 (test_with_self): Remove some code. Remove argument executable.
5838 (top-level): Use do_self_tests.
5839
5840 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5841 Don Breazeal <donb@codesourcery.com>
5842
5843 * gdb.base/maint.exp: Escape paths used in regular expressions.
5844 * gdb.stabs/weird.exp: Likewise.
5845
5846 2016-07-13 Tom Tromey <tom@tromey.com>
5847
5848 PR python/15620, PR python/18620:
5849 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5850 (test_bkpt_events): New procs.
5851
5852 2016-07-13 Tom Tromey <tom@tromey.com>
5853
5854 PR python/17698:
5855 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5856 test.
5857 (test_watchpoints): Likewise.
5858 (test_bkpt_pending): New proc.
5859
5860 2016-07-13 Tom Tromey <tom@tromey.com>
5861
5862 PR cli/18053:
5863 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5864 completion test.
5865
5866 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5867
5868 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5869 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5870 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5871 f_label.
5872 (g): Rename g_end_lbl to g_label.
5873 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5874 low_pc and high_pc.
5875 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5876
5877 2016-07-12 Tom Tromey <tom@tromey.com>
5878
5879 PR python/19293:
5880 * gdb.python/py-unwind-maint.exp: Update tests.
5881
5882 2016-07-12 Yao Qi <yao.qi@linaro.org>
5883
5884 * lib/selftest-support.exp (selftest_setup): Match the output
5885 when captured_main is inlined.
5886
5887 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5888
5889 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5890 New variables.
5891 (print this%a, print this%b, print this): New tests.
5892 * gdb.fortran/derived-types.f90 (this): New object and
5893 initialization.
5894
5895 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5896
5897 * gdb.ada/arraydim.exp: Remove extra directory level in build
5898 directory.
5899
5900 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5901
5902 * lib/ada.exp: Remove extra directory level in build directory.
5903 * gdb.ada/cond_lang.exp: Likewise.
5904 * gdb.ada/exec_changed.exp: Likewise.
5905 * gdb.ada/lang_switch.exp: Likewise.
5906
5907 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5908
5909 * simple.rs: Add test for raw pointer subscripting.
5910 * simple.exp: Add test expectations.
5911
5912 2016-07-05 Yao Qi <yao.qi@linaro.org>
5913
5914 * gdb.mi/mi-reverse.exp: Match =record-started output.
5915
5916 2016-07-01 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5919 procedure.
5920 (jit_reader_test): Test the jit reader's unwinder.
5921 * gdb.base/jithost.c (jit_function_00_code): New global.
5922 (main): Use memcpy to fill in the mmapped code, instead of poking
5923 bytes manually here.
5924 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5925 value.
5926 (read_debug_info): Save the function's range.
5927 (read_sp): New function.
5928 (unwind_frame): Use it. Also unwind RBP.
5929 (get_frame_id): Use read_sp.
5930 (gdb_init_reader): Use calloc instead of malloc.
5931 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5932 parameter. Use gdb_test_multiple.
5933
5934 2016-07-01 Pedro Alves <palves@redhat.com>
5935 Antoine Tremblay <antoine.tremblay@ericsson.com>
5936
5937 * gdb.threads/process-dies-while-detaching.c: New file.
5938 * gdb.threads/process-dies-while-detaching.exp: New file.
5939
5940 2016-07-01 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.multi/watchpoint-multi-exit.c: New file.
5943 * gdb.multi/watchpoint-multi-exit.exp: New file.
5944
5945 2016-06-30 Pedro Alves <palves@redhat.com>
5946
5947 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5948 unset inferior_spawn_id.
5949
5950 2016-06-30 Pedro Alves <palves@redhat.com>
5951
5952 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5953 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5954
5955 2016-06-29 Yao Qi <yao.qi@linaro.org>
5956
5957 * gdb.base/return.c: Add copyright header.
5958
5959 2016-06-29 Tom Tromey <tom@tromey.com>
5960
5961 PR python/20129:
5962 * gdb.python/py-framefilter.exp: Add tests for setting priority
5963 and disabling of non-existent frame filter.
5964
5965 2016-06-29 Yao Qi <yao.qi@linaro.org>
5966
5967 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5968 0x0f07ff.
5969
5970 2016-06-28 Yao Qi <yao.qi@linaro.org>
5971
5972 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5973 triplets. Start gdb, execute catch syscall, and continue. Check
5974 gdb's output to determine catch syscall is supported.
5975
5976 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5977
5978 * gdb.rust/simple.rs: Add test for returning unit in a function.
5979 * gdb.rust/simple.exp: Add expectation for functions returning
5980 unit.
5981
5982 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5983
5984 * gdb.python/py-breakpoint-create-fail.c,
5985 gdb.python/py-breakpoint-create-fail.exp,
5986 gdb.python/py-breakpoint-create-fail.py: New testcase.
5987
5988 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5989
5990 PR gdb/20239
5991 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5992 * gdb.rust/simple.exp: Add test expectations for new NonZero
5993 tests.
5994
5995 2016-06-24 David Taylor <dtaylor@emc.com>
5996
5997 * gdb.base/offsets.exp: New file.
5998 * gdb.base/offsets.c: New file.
5999
6000 2016-06-23 Tom Tromey <tom@tromey.com>
6001
6002 PR gdb/16483:
6003 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6004 before any filters are loaded.
6005
6006 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6007
6008 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6009 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6010 structs.
6011 * gdb.fortran/derived-type-function.exp: New file.
6012 * gdb.fortran/derived-type-function.f90: New file.
6013
6014
6015 2016-06-21 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.base/new-ui.exp: New file.
6018 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6019 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6020 (with_spawn_id): New procedure.
6021
6022 2016-06-21 Pedro Alves <palves@redhat.com>
6023
6024 * gdb.mi/mi-exec-run.exp: New file.
6025
6026 2016-06-21 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6029 breakpoint command's output on the main UI.
6030 (test_break): New procedure, factored out from calls in the top
6031 level.
6032 (top level): Use foreach_with_prefix to test MI as main UI and as
6033 separate UI.
6034
6035 2016-06-21 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6038 (test_awatch_creation_and_listing)
6039 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6040 Remove 'type' parameter.
6041 (test_watchpoint_all): New parameter mi_mode. Remove
6042 with_test_prefix.
6043 (top level): Use foreach_with_prefix, and add main/separate UI MI
6044 testing axis.
6045
6046 2016-06-21 Pedro Alves <palves@redhat.com>
6047
6048 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6049 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6050 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6051 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6052 (gdb_main_spawn_id, mi_spawn_id): Declare and
6053 comment.
6054 (mi_create_inferior_pty): New procedure,
6055 factored out from default_mi_gdb_start.
6056 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6057 procedures.
6058 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6059 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6060 Use mi_create_inferior_pty.
6061 (mi_gdb_start): Use eval to pass down args list.
6062
6063 2016-06-21 Pedro Alves <palves@redhat.com>
6064
6065 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6066 * gdb.opt/inline-cmds.exp: Add MI tests.
6067
6068 2016-06-21 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6071
6072 2016-06-21 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6075 (top level): Use it instead of mi_execute_to.
6076
6077 2016-06-21 Pedro Alves <palves@redhat.com>
6078
6079 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6080 (cont_handler_str): New.
6081 (signal_stop_handler): Set stop_handler_str instead of printing to
6082 stdout.
6083 (continue_handler): Set cont_handler_str instead of printing to
6084 stdout.
6085 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6086 mi_send_resuming_command. Print stop_handler_str and
6087 cont_handler_str instead of expecting the python events print
6088 directly.
6089
6090 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6091
6092 * gdb.base/jit-reader.exp: New file.
6093 * gdb.base/jithost.c: New file.
6094 * gdb.base/jithost.h: New file.
6095 * gdb.base/jitreader.c : New file.
6096 * gdb.base/jit-protocol.h: New file.
6097
6098 2016-06-17 Yao Qi <yao.qi@linaro.org>
6099
6100 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6101 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6102 and detach-on-fork. Adjust tests.
6103 (top level): Invoke break_cond_on_syscall with combinations of
6104 syscall, follow-fork-mode and detach-on-fork.
6105
6106 2016-06-17 Yao Qi <yao.qi@linaro.org>
6107
6108 * gdb.base/step-over-exit.c: New.
6109 * gdb.base/step-over-exit.exp: New.
6110
6111 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6112
6113 * gdb.base/float.exp: Add target check for nds32*-*-*.
6114 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6115
6116 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6117
6118 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6119 for unsupported target features.
6120 * gdb.base/call-rt-st.exp: Likewise.
6121 * gdb.base/call-sc.exp: Likewise.
6122 * gdb.base/call-signal-resume.exp: Likewise.
6123 * gdb.base/call-strs.exp: Likewise.
6124 * gdb.base/callexit.exp: Likewise.
6125 * gdb.base/callfuncs.exp: Likewise.
6126 * gdb.base/nodebug.exp: Likewise.
6127 * gdb.base/printcmds.exp: Likewise.
6128 * gdb.base/ptype.exp: Likewise.
6129 * gdb.base/structs.exp: Likewise.
6130 * gdb.base/unwindonsignal.exp: Likewise.
6131 * gdb.cp/gdb2495.exp: Likewise.
6132 * gdb.cp/templates.exp: Likewise.
6133 * gdb.cp/virtfunc.exp: Likewise.
6134 * gdb.threads/hand-call-in-threads.exp: Likewise.
6135 * gdb.threads/interrupted-hand-call.exp: Likewise.
6136 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6137
6138 2016-06-10 Tom Tromey <tom@tromey.com>
6139
6140 PR rust/20110:
6141 * gdb.rust/expr.exp: Add test for integer constant larger than
6142 i32.
6143
6144 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6145
6146 * gdb.fortran/nested-funcs.exp: New.
6147 * gdb.fortran/nested-funcs.f90: New.
6148
6149 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6150
6151 * gdb.base/examine-backward.c: New file.
6152 * gdb.base/examine-backward.exp: New file.
6153
6154 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6155
6156 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6157 matching.
6158
6159 2016-06-02 Tom Tromey <tom@tromey.com>
6160
6161 PR python/18984:
6162 * gdb.python/py-shared.exp: Add solib_name test.
6163
6164 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6165
6166 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6167
6168 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6169
6170 PR c++/19893
6171 * gdb.dwarf2/implref.exp: Rename to...
6172 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6173 * gdb.dwarf2/implref-array.c: New file.
6174 * gdb.dwarf2/implref-array.exp: Likewise.
6175 * gdb.dwarf2/implref-global.c: Likewise.
6176 * gdb.dwarf2/implref-global.exp: Likewise.
6177 * gdb.dwarf2/implref-struct.c: Likewise.
6178 * gdb.dwarf2/implref-struct.exp: Likewise.
6179
6180 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6181
6182 * gdb.trace/trace-condition.exp: Add 64bit tests.
6183
6184 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6185
6186 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6187 bits types.
6188 (main): Adapt to 8 to 64 bits types.
6189 * gdb.trace/trace-condition.exp: Add new tests.
6190
6191 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6192
6193 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6194
6195 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6196
6197 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6198 Move condition tests...
6199 * gdb.trace/trace-condition.exp: Here.
6200
6201 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6202
6203 * gdb.trace/trace-condition.exp: Add counter-case tests.
6204
6205 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6206
6207 PR c++/15231
6208 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6209 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6210
6211 2016-05-27 Pedro Alves <palves@redhat.com>
6212
6213 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6214 New procedure.
6215 (top level): Call it, and bail out of DejaGnu is known to be bad.
6216
6217 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6218
6219 * gdb.base/whatis.c: Extend the test case.
6220 * gdb.base/whatis.exp: Add additional tests.
6221
6222 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6223
6224 * gdb.fortran/type.f90: Add pointer variable.
6225 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6226
6227 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6228
6229 * gdb.fortran/vla-type.exp: Fix testcase name.
6230
6231 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6232
6233 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6234
6235 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6236
6237 * gdb.fortran/type.f90: Add nested structures.
6238 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6239 * gdb.fortran/derived-type.exp: Adapt expected output.
6240 * gdb.fortran/vla-type.exp: Adapt expected output.
6241
6242 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6243
6244 * gdb.fortran/whatis_type.exp: Adapt expected output.
6245
6246 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6247
6248 * gdb.fortran/print_type.exp: Fix expected output.
6249 * gdb.fortran/whatis_type.exp: Fix expected output.
6250
6251 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6252
6253 * gdb.fortran/whatis_type.exp: Use multi_line.
6254
6255 2016-05-24 Tom Tromey <tom@tromey.com>
6256
6257 PR python/17386:
6258 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6259 use value as an index.
6260
6261 2016-05-23 Tom Tromey <tom@tromey.com>
6262
6263 PR python/17981:
6264 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6265 no-breakpoint case.
6266
6267 2016-05-24 Pedro Alves <palves@redhat.com>
6268
6269 PR gdb/19828
6270 * gdb.threads/clone-attach-detach.c: New file.
6271 * gdb.threads/clone-attach-detach.exp: New file.
6272
6273 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6274
6275 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6276
6277 2016-05-23 Tom Tromey <tom@tromey.com>
6278
6279 PR python/19438, PR python/18393:
6280 * gdb.python/py-progspace.exp: Add "dir" test.
6281 * gdb.python/py-objfile.exp: Add "dir" test.
6282
6283 2016-05-23 Yao Qi <yao.qi@linaro.org>
6284
6285 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6286 * gdb.arch/thumb2-it.exp: Likewise.
6287
6288 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6289
6290 * gdb.mi/mi-threads-interrupt.c: New file.
6291 * gdb.mi/mi-threads-interrupt.exp: New file.
6292
6293 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6294
6295 PR gdb/18077
6296 * gdb.mi/mi-async-run.exp: New file.
6297 * gdb.mi/mi-async-run.c: New file.
6298
6299 2016-05-17 Tom Tromey <tom@tromey.com>
6300 Manish Goregaokar <manishsmail@gmail.com>
6301
6302 * lib/rust-support.exp: New file.
6303 * lib/gdb.exp (skip_rust_tests): New proc.
6304 (build_executable_from_specs): Handle rust.
6305 * lib/future.exp (gdb_find_rustc): New proc.
6306 (gdb_default_target_compile): Handle rust.
6307 * gdb.rust/expr.exp: New file.
6308 * gdb.rust/generics.exp: New file.
6309 * gdb.rust/generics.rs: New file.
6310 * gdb.rust/methods.exp: New file.
6311 * gdb.rust/methods.rs: New file.
6312 * gdb.rust/modules.exp: New file.
6313 * gdb.rust/modules.rs: New file.
6314 * gdb.rust/simple.exp: New file.
6315 * gdb.rust/simple.rs: New file.
6316
6317 2016-05-17 Tom Tromey <tom@tromey.com>
6318
6319 * gdb.base/default.exp (set language): Add rust.
6320
6321 2016-05-17 Tom Tromey <tom@tromey.com>
6322
6323 * gdb.gdb/unittest.exp: New file.
6324
6325 2016-05-16 Yao Qi <yao.qi@linaro.org>
6326
6327 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6328 shell_prompt. Update shell_prompt_re.
6329
6330 2016-05-12 Doug Evans <dje@google.com>
6331
6332 PR symtab/19999
6333 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6334 $options when building executable.
6335 * gdb.dwarf2/fission-loclists-pie.S: New file.
6336 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6337
6338 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6339
6340 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6341 of [is_remote target],
6342
6343 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6344
6345 * lib/gdb.exp (use_gdb_stub): New procedure.
6346
6347 2016-05-03 Yunlian Jiang <yunlian@google.com>
6348 Doug Evans <dje@google.com>
6349
6350 PR symtab/19914
6351 * gdb.dwarf2/dwp-sepdebug.c: New file.
6352 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6353
6354 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6355
6356 * gdb.base/detach.exp: Remove is_remote check.
6357
6358 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6359
6360 * gdb.base/annota-input-while-running.exp: Don't check for
6361 [is_remote target]. Enable annotations after running to main.
6362 Remove unused "set test..." line.
6363
6364 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6365
6366 * gdb.trace/trace-enable-disable.exp: New file.
6367 * gdb.trace/trace-enable-disable.c: New file.
6368
6369 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6370
6371 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6372 use it in info sharedlibrary test.
6373 * gdb.trace/ftrace-lock.exp: Likewise.
6374 * gdb.trace/ftrace.exp: Likewise.
6375 * gdb.trace/range-stepping.exp: Likewise.
6376 * gdb.trace/trace-break.exp: Likewise.
6377 * gdb.trace/trace-condition.exp: Likewise.
6378 * gdb.trace/trace-mt.exp: Likewise.
6379
6380 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6381
6382 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6383 (gdb_load_shlib): ... this.
6384 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6385 gdb_load_shlib.
6386 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6387 * gdb.base/ctxobj.exp: Likewise.
6388 * gdb.base/dprintf-pending.exp: Likewise.
6389 * gdb.base/dso2dso.exp: Likewise.
6390 * gdb.base/fixsection.exp: Likewise.
6391 * gdb.base/gcore-relro.exp: Likewise.
6392 * gdb.base/gdb1555.exp: Likewise.
6393 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6394 * gdb.base/gnu-ifunc.exp: Likewise.
6395 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6396 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6397 * gdb.base/pending.exp: Likewise.
6398 * gdb.base/print-file-var.exp: Likewise.
6399 * gdb.base/print-symbol-loading.exp: Likewise.
6400 * gdb.base/shlib-call.exp: Likewise.
6401 * gdb.base/shreloc.exp: Likewise.
6402 * gdb.base/so-impl-ld.exp: Likewise.
6403 * gdb.base/solib-disc.exp: Likewise.
6404 * gdb.base/solib-nodir.exp: Likewise.
6405 * gdb.base/solib-overlap.exp: Likewise.
6406 * gdb.base/solib-symbol.exp: Likewise.
6407 * gdb.base/solib-weak.exp (do_test): Likewise.
6408 * gdb.base/sym-file.exp: Likewise.
6409 * gdb.base/symtab-search-order.exp: Likewise.
6410 * gdb.base/type-opaque.exp: Likewise.
6411 * gdb.base/unload.exp: Likewise.
6412 * gdb.base/watchpoint-solib.exp: Likewise.
6413 * gdb.compile/compile.exp: Likewise.
6414 * gdb.cp/gdb2384.exp: Likewise.
6415 * gdb.cp/infcall-dlopen.exp: Likewise.
6416 * gdb.cp/re-set-overloaded.exp: Likewise.
6417 * gdb.fortran/library-module.exp: Likewise.
6418 * gdb.opt/solib-intra-step.exp: Likewise.
6419 * gdb.python/py-finish-breakpoint.exp: Likewise.
6420 * gdb.python/py-shared.exp: Likewise.
6421 * gdb.reverse/solib-precsave.exp: Likewise.
6422 * gdb.reverse/solib-reverse.exp: Likewise.
6423 * gdb.server/solib-list.exp: Likewise.
6424 * gdb.threads/dlopen-libpthread.exp: Likewise.
6425 * gdb.threads/tls-shared.exp: Likewise.
6426 * gdb.threads/tls-so_extern.exp: Likewise.
6427 * gdb.trace/change-loc.exp: Likewise.
6428 * gdb.trace/ftrace-lock.exp: Likewise.
6429 * gdb.trace/ftrace.exp: Likewise.
6430 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6431 * gdb.trace/pending.exp: Likewise.
6432 * gdb.trace/range-stepping.exp: Likewise.
6433 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6434 (strace_info_marker): Likewise.
6435 (strace_probe_marker): Likewise.
6436 (strace_trace_on_same_addr): Likewise.
6437 (strace_trace_on_diff_addr): Likewise.
6438 * gdb.trace/trace-break.exp: Likewise.
6439 * gdb.trace/trace-condition.exp: Likewise.
6440 * gdb.trace/trace-mt.exp: Likewise.
6441
6442 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6443
6444 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6445 result of gdb_remote_download.
6446 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6447 * gdb.base/dso2dso.exp: Likewise.
6448 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6449 * gdb.base/print-file-var.exp: Likewise.
6450 * gdb.base/shlib-call.exp: Likewise.
6451 * gdb.base/shreloc.exp: Likewise.
6452 * gdb.base/solib-overlap.exp: Likewise.
6453 * gdb.base/solib-weak.exp (do_test): Likewise.
6454 * gdb.base/unload.exp: Likewise.
6455
6456 2016-04-27 Yao Qi <yao.qi@linaro.org>
6457
6458 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6459 exists.
6460
6461 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6462
6463 * vla-type.exp: Print structure from toplevel.
6464
6465 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6466
6467 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6468 of dynamic types.
6469 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6470 of dynamic types.
6471
6472 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6473
6474 * gdb.fortran/vla-type.f90: New file.
6475 * gdb.fortran/vla-type.exp: New file.
6476
6477 2016-04-25 Yao Qi <yao.qi@linaro.org>
6478
6479 * gdb.base/branch-to-self.c: New file.
6480 * gdb.base/branch-to-self.exp: New file.
6481
6482 2016-04-22 Yao Qi <yao.qi@linaro.org>
6483
6484 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6485 more after $hex.
6486
6487 2016-04-22 Yao Qi <yao.qi@linaro.org>
6488
6489 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6490 * gdb.base/annota3.exp: Likewise.
6491
6492 2016-04-22 Yao Qi <yao.qi@linaro.org>
6493
6494 * gdb.reverse/step-precsave.exp: Do one step and test program
6495 stops in "callee" and do multiple steps until program goes out
6496 of "callee".
6497 * gdb.reverse/step-reverse.exp: Likewise.
6498
6499 2016-04-22 Yao Qi <yao.qi@linaro.org>
6500
6501 * gdb.trace/signal.exp: Also pass if
6502 $tracepoint_hits($i) > $iterations.
6503
6504 2016-04-22 Yao Qi <yao.qi@linaro.org>
6505
6506 * gdb.trace/signal.c: New file.
6507 * gdb.trace/signal.exp: New file.
6508
6509 2016-04-19 Doug Evans <xdje42@gmail.com>
6510
6511 * gdb.base/bad-file.exp: New file.
6512
6513 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6514
6515 * gdb.dwarf2/implref.exp: New file.
6516
6517 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6518
6519 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6520 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6521 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6522 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6523 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6524 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6525 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6526 * lib/fortran.exp (fortran_int4): New procedure.
6527 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6528 (fortran_logical4): Likewise.
6529
6530 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6531
6532 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6533
6534 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6535
6536 * lib/compiler.c: Add Intel specific preprocessor macros.
6537 * lib/compiler.cc: Likewise.
6538
6539 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6540
6541 * gdb.server/connect-with-no-symbol-file.c: New file.
6542 * gdb.server/connect-with-no-symbol-file.exp: New file.
6543
6544 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6545
6546 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6547
6548 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6549
6550 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6551 standard output directory.
6552
6553 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6554
6555 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6556
6557 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6558
6559 * gdb.btrace/instruction_history.c (loop): Add declaration.
6560
6561 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6562
6563 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6564
6565 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6566
6567 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6568 parentheses to print.
6569 (continue_handler): Likewise.
6570
6571 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6572
6573 * gdb.server/solib-list.exp: Remove is_remote check.
6574 Pass shlib= to gdb_compile. Don't link shared library with
6575 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6576 Run binary filename through "readlink -f" on the target.
6577
6578 2016-04-08 Pedro Alves <palves@redhat.com>
6579
6580 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6581 interpreter filename as argument to gdbserver_spawn.
6582 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6583 Return empty if $last_loaded_file does not exist.
6584
6585 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6586
6587 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6588 * gdb.base/jit-main.c: Use exit after usage.
6589
6590 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6591
6592 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6593 GDBHISTSIZE prior to the tests.
6594 * gdb.base/gdbinit-history.exp: Likewise.
6595
6596 2016-04-07 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6599 instead of build_executable. Use gdb_load_shlibs.
6600
6601 2016-04-07 Yao Qi <yao.qi@linaro.org>
6602
6603 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6604 Execute "si" command.
6605
6606 2016-04-07 Yao Qi <yao.qi@linaro.org>
6607
6608 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6609 number instead of the comments on some line.
6610
6611 2016-04-06 Don Breazeal <donb@codesourcery.com>
6612
6613 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6614 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6615
6616 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6617
6618 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6619 standard_output_file. Remove unused binfile variable.
6620
6621 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6622
6623 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6624 * gdb.python/py-mi-objfile.exp: Match "list main" output
6625 in console format.
6626
6627 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6628
6629 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6630 absolute.
6631
6632 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6633
6634 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6635 absolute.
6636 * gdb.trace/ftrace.exp: Likewise.
6637 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6638 targets as well.
6639 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6640 (gdb_load_shlibs): Copy libraries to test directory when testing
6641 natively. Only set solib-search-path if testing remotely.
6642 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6643
6644 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6645
6646 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6647 gdb_download. Use it even if the target is not remote.
6648 * gdb.base/jit.exp (compile_jit_test): Likewise.
6649 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6650 output directory if the destination board is local, otherwise use
6651 the standard remote_download from DejaGnu.
6652 (gdb_download): Remove.
6653 (gdb_load_shlibs): Use gdb_remote_download instead of
6654 gdb_download.
6655 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6656 Use gdb_remote_download instead of gdb_download. Use it even if
6657 the target is not remote.
6658 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6659 instead of gdb_download.
6660
6661 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6662
6663 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6664 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6665 run.
6666
6667 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6668
6669 PR gdb/19820
6670 * gdb.base/printcmds.exp: Add artificial arrays tests.
6671
6672 2016-03-31 Pedro Alves <palves@redhat.com>
6673
6674 PR gdb/19858
6675 * gdb.base/jit-main.c: Include unistd.h.
6676 (ATTACH): Define to 0 if not already defined.
6677 (wait_for_gdb, mypid): New globals.
6678 (WAIT_FOR_GDB): New macro.
6679 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6680 some breakpoint locations.
6681 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6682 New procedures.
6683 (one_jit_test): Add REATTACH parameter, and handle it. Use
6684 continue_to_test_location.
6685 (top level): Test attach, and adjusts calls to one_jit_test.
6686
6687 2016-03-31 Pedro Alves <palves@redhat.com>
6688
6689 PR gdb/19858
6690 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6691 BINSUFFIX parameter, and handle it.
6692 (top level): Adjust calls compile_jit_test.
6693
6694 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6695
6696 PR python/19743
6697 * gdb.python/py-mi-events-gdb.py: New file.
6698 * gdb.python/py-mi-events.c: New file.
6699 * gdb.python/py-mi-events.exp: New file.
6700
6701 2016-03-30 Yao Qi <yao.qi@linaro.org>
6702
6703 * gdb.reverse/until-precsave.exp: Match function name only.
6704 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6705 Move malloc to a condition block.
6706 * gdb.reverse/until-reverse.exp: Match function name only.
6707
6708 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6709
6710 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6711 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6712 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6713 variable for GPR 0 instead of assuming it is register 0.
6714 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6715 * lib/trace-support.exp: Add s390 registers.
6716
6717 2016-03-29 Yao Qi <yao.qi@linaro.org>
6718
6719 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6720
6721 2016-03-24 Yao Qi <yao.qi@linaro.org>
6722
6723 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6724 test message.
6725
6726 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6727
6728 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6729 maintaining separate logic for constructing the output path.
6730
6731 2016-03-16 Don Breazeal <donb@codesourcery.com>
6732
6733 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6734 Retry fork and waitpid on interrupted system call errors.
6735 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6736 Use with_timeout_factor to increase timeout by factor of 10.
6737
6738 2016-03-15 Don Breazeal <donb@codesourcery.com>
6739
6740 * gdb.cp/scope-err.cc: New test program.
6741 * gdb.cp/scope-err.exp: New test script.
6742 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6743 lines and "set breakpoint here" comment.
6744 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6745 Fixed some whitespace and format issues.
6746 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6747 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6748
6749 2016-03-15 Doug Evans <dje@google.com>
6750
6751 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6752 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6753 All callers updated. Add tests for enums, mixed flags register.
6754
6755 2016-03-15 Doug Evans <dje@google.com>
6756
6757 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6758 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6759
6760 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6761
6762 * gdb.base/default.exp: Add $_as_string to the list of expected
6763 convenience functions.
6764
6765 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6766
6767 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6768
6769 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6770
6771 * gdb.python/py-as-string.exp: New file.
6772 * gdb.python/py-as-string.c: New file.
6773
6774 2016-03-09 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6777 signal" -> "Thread NN received signal" output change.
6778 * gdb.threads/ia64-sigill.exp: Likewise.
6779 * gdb.threads/linux-dp.exp: Likewise.
6780 * gdb.threads/manythreads.exp: Likewise.
6781 * gdb.threads/pending-step.exp: Likewise.
6782 * gdb.threads/print-threads.exp: Likewise.
6783 * gdb.threads/sigstep-threads.exp: Likewise.
6784 * gdb.threads/staticthreads.exp: Likewise.
6785 * gdb.threads/tls.exp: Likewise.
6786
6787 2016-03-09 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.base/command-line-input.exp: New file.
6790
6791 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6792
6793 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6794 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6795 * gdb.trace/pending.exp: Accept leading dot before function name.
6796 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6797 * lib/trace-support.exp: Set registers for ppc.
6798
6799 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6800
6801 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6802 use it for disassembly; accept .main in addition to main in backtrace.
6803
6804 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6805 Marcin Kościelnicki <koriakin@0x04.net>
6806
6807 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6808 (gdb_recursion_test_ptr): New global variable.
6809 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6810 gdb_recursion_test.
6811 (gdb_c_test): Ditto.
6812
6813 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6814
6815 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6816 ordering.
6817
6818 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6819
6820 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6821 (bar): Add bar_start_lbl label.
6822 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6823 of foo/bar for emitting DWARF and tracing.
6824
6825 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6826
6827 * analyze-racy-logs.py: Set executable bit.
6828
6829 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6830
6831 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6832 (CHECK_TARGET_TMP): Likewise.
6833 (check-single-racy): New rule.
6834 (check-parallel-racy): Likewise.
6835 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6836 (do-check-parallel-racy): New rule.
6837 (check-racy/%.exp): Likewise.
6838 * README (Racy testcases): New section.
6839 * analyze-racy-logs.py: New file.
6840
6841 2016-03-03 Doug Evans <dje@google.com>
6842
6843 * gdb.base/skip.exp: Use with_test_prefix.
6844
6845 2016-03-03 Yao Qi <yao.qi@linaro.org>
6846
6847 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6848 Invoke step_over_syscall "clone" and break_cond_on_syscall
6849 "clone".
6850 * gdb.base/step-over-clone.c: New file.
6851
6852 2016-03-03 Yao Qi <yao.qi@linaro.org>
6853
6854 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6855 code format.
6856
6857 2016-03-03 Yao Qi <yao.qi@linaro.org>
6858
6859 * gdb.base/disp-step-fork.c: Rename to ...
6860 * gdb.base/step-over-fork.c: ... it. New file.
6861 * gdb.base/disp-step-vfork.c: Rename to ...
6862 * gdb.base/step-over-vfork.c: ... it. New file.
6863 * gdb.base/disp-step-syscall.exp: Rename to ...
6864 * gdb.base/step-over-syscall.exp: ... it. New file.
6865 (disp_step_cross_syscall): Rename to ...
6866 (step_over_syscall): ... it.
6867
6868 2016-03-03 Yao Qi <yao.qi@linaro.org>
6869
6870 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6871 If target supports condition evaluation on target, invoke
6872 break_cond_on_syscall for fork and vfork.
6873
6874 2016-03-03 Yao Qi <yao.qi@linaro.org>
6875
6876 * gdb.base/disp-step-syscall.exp: Don't invoke
6877 support_displaced_stepping.
6878 (disp_step_cross_syscall): Test with displaced stepping off and
6879 on if supported.
6880
6881 2016-03-03 Yao Qi <yao.qi@linaro.org>
6882
6883 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6884 proc.
6885 (setup): New proc.
6886 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6887 and setup.
6888
6889 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6890
6891 * gdb.fortran/vla-history.exp: Remove breakpoint.
6892
6893 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6894
6895 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6896 exceeds timeout.
6897
6898 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6899
6900 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6901 breakpoint.
6902
6903 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6904
6905 * gdb.mi/vla.f90: Nullify pointer after declaration.
6906
6907 2016-03-01 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6910
6911 2016-03-01 Pedro Alves <palves@redhat.com>
6912
6913 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6914 before anything else.
6915 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6916 _GNU_SOURCE here.
6917 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6918 before anything else.
6919 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6920
6921 2016-03-01 Pedro Alves <palves@redhat.com>
6922
6923 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6924
6925 2016-03-01 Yao Qi <yao.qi@linaro.org>
6926
6927 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6928 prepare_for_testing.
6929
6930 2016-03-01 Yao Qi <yao.qi@linaro.org>
6931
6932 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6933
6934 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6935
6936 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6937 manually constructing the output path.
6938
6939 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6940
6941 * gdb.arch/s390-stackless.S: New.
6942 * gdb.arch/s390-stackless.exp: New.
6943
6944 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6945
6946 * gdb.dlang/circular.c: New file.
6947 * gdb.dlang/circular.exp: New file.
6948
6949 2016-02-26 Yao Qi <yao.qi@linaro.org>
6950
6951 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6952 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6953 (testcases): Update.
6954
6955 2016-02-26 Yao Qi <yao.qi@linaro.org>
6956
6957 * gdb.reverse/aarch64.c: Rename to ...
6958 * gdb.reverse/insn-reverse.c: ... it.
6959 * gdb.reverse/aarch64.exp: Rename to ...
6960 * gdb.reverse/insn-reverse.exp: ... it.
6961
6962 2016-02-26 Yao Qi <yao.qi@linaro.org>
6963
6964 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6965 (testcase_ftype): New.
6966 (testcases): New array.
6967 (n_testcases): New.
6968 (main): Call each element in testcases.
6969 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6970 (read_testcase): New.
6971 Do the tests in a loop.
6972
6973 2016-02-25 Yao Qi <yao.qi@linaro.org>
6974
6975 * gdb.base/branches.c: Remove.
6976
6977 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6978
6979 PR gdb/13808
6980 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6981
6982 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6983
6984 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6985
6986 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6987
6988 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6989 change x86_64 call_insn to 'callq'.
6990
6991 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6992
6993 * gdb.trace/tfile-avx.c: Move to...
6994 * gdb.trace/tracefile-pseudo-reg.c: Here.
6995 * gdb.trace/tfile-avx.exp: Move to...
6996 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6997
6998 2016-02-24 Gary Benson <gbenson@redhat.com>
6999
7000 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7001 message on attach.
7002
7003 2016-02-23 Doug Evans <dje@google.com>
7004
7005 * gdb.base/skip.c (test_skip): New function.
7006 (end_test_skip_file_and_function): New function.
7007 (test_skip_file_and_function): New function.
7008 * gdb.base/skip1.c (test_skip): New function.
7009 (skip1_test_skip_file_and_function): New function.
7010 * gdb.base/skip.exp: Add tests for new skip options.
7011 * gdb.base/skip-solib.exp: Update expected output.
7012 * gdb.perf/skip-command.cc: New file.
7013 * gdb.perf/skip-command.exp: New file.
7014 * gdb.perf/skip-command.py: New file.
7015
7016 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7017
7018 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7019 info registers pattern.
7020
7021 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7022
7023 * lib/future.exp: Add D support.
7024 (gdb_find_gdc): New proc.
7025 (gdb_default_target_compile): Add D support.
7026
7027 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7028
7029 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7030 user+system time.
7031 (trace_speed_test): Determine the iteration count for a time
7032 between 15..30 seconds.
7033
7034 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7035
7036 * gdb.arch/i386-mpx-sigsegv.c: New file.
7037 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7038 * gdb.arch/i386-mpx-simple_segv.c: New file.
7039 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7040
7041 2016-02-18 Yao Qi <yao.qi@linaro.org>
7042
7043 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7044 Don't call setup_kfail.
7045
7046 2016-02-18 Yao Qi <yao.qi@linaro.org>
7047
7048 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7049 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7050
7051 2016-02-16 Doug Evans <dje@google.com>
7052
7053 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7054 * gdb.base/skip1.c: Ditto.
7055 * gdb.base/skip.exp: Whitespace cleanup.
7056
7057 2016-02-16 Don Breazeal <donb@codesourcery.com>
7058
7059 PR remote/19496
7060 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7061 Remove kfail for PR remote/19496.
7062
7063 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7064
7065 * lib/gdb.exp (standard_temp_file): Return a path specific to
7066 the runtest invocation.
7067
7068 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7069
7070 * gdb.trace/save-trace.exp: Change relative path to be in the
7071 standard output directory.
7072
7073 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7074
7075 * gdb.arch/i386-prologue.c: Add missing prototypes.
7076
7077 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7078
7079 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7080 * gdb.arch/i386-prologue.exp: Likewise.
7081 * gdb.arch/i386-size.exp: Likewise.
7082
7083 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7084
7085 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7086 define object file path.
7087 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7088 file path.
7089 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7090 standard_output_file to define binfile.
7091
7092 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7093
7094 Fix compatibility with recent gfortran-5.3.1.
7095 * gdb.fortran/vla-history.exp (print vla1 allocated)
7096 (print vla2 allocated, print $2, print $3): Remove
7097 (print $4): Rename to ...
7098 (print $2): ... here.
7099 (print $9): Rename to ...
7100 (print $5): ... here.
7101 (print $10): Rename to ...
7102 (print $6): ... here.
7103 * gdb.fortran/vla.f90: Add pvla initialization.
7104
7105 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7106
7107 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7108 New test.
7109 * gdb.fortran/vla-value-sub.exp: Likewise.
7110
7111 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7112
7113 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7114
7115 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7116
7117 * i386-biarch-core.exp: Define corefile using
7118 standard_output_file.
7119
7120 2016-02-12 Yao Qi <yao.qi@linaro.org>
7121
7122 * gdb.arch/arm-single-step-kernel-helper.c: New.
7123 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7124
7125 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7126
7127 * gdb.btrace/tailcall-only.exp: New.
7128 * gdb.btrace/tailcall-only.c: New.
7129 * gdb.btrace/x86_64-tailcall-only.S: New.
7130 * gdb.btrace/i686-tailcall-only.S: New.
7131
7132 2016-02-11 Pedro Alves <palves@redhat.com>
7133
7134 * README (Parallel testing): Add missing double quotes.
7135
7136 2016-02-11 Pedro Alves <palves@redhat.com>
7137
7138 * README (Parallel testing): New section.
7139 (GDB_PARALLEL): Rewrite.
7140 (FORCE_PARALLEL): Document.
7141
7142 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7143
7144 * gdb.trace/tfile-avx.c: New test.
7145 * gdb.trace/tfile-avx.exp: New test.
7146
7147 2016-02-09 Keith Seitz <keiths@redhat.com>
7148
7149 PR breakpoints/19546
7150 * gdb.base/infcall-exec.c: New file.
7151 * gdb.base/infcall-exec2.c: New file.
7152 * gdb.base/infcall-exec.exp: New file.
7153
7154 2016-02-09 Keith Seitz <keiths@redhat.com>
7155
7156 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7157 (toplevel): Call test_bkpt_address.
7158
7159 2016-02-09 Keith Seitz <keiths@redhat.com>
7160
7161 PR python/19506
7162 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7163 (toplevel): Call test_bkpt_address.
7164
7165 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7166
7167 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7168 to AC_OUTPUT.
7169 * configure: Regenerate.
7170
7171 2016-02-09 Pedro Alves <palves@redhat.com>
7172
7173 PR breakpoints/19548
7174 * gdb.base/execl-update-breakpoints.c (some_function): New
7175 function.
7176 (main): Call it.
7177 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7178 Tighten expected GDB output.
7179
7180 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7181
7182 * Makefile.in (ALL_SUBDIRS): Remove.
7183 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7184 (distclean maintainer-clean realclean): Likewise.
7185 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7186 * configure: Regenerate.
7187 * gdb.ada/Makefile.in: Delete.
7188 * gdb.arch/Makefile.in: Likewise.
7189 * gdb.asm/Makefile.in: Likewise.
7190 * gdb.base/Makefile.in: Likewise.
7191 * gdb.btrace/Makefile.in: Likewise.
7192 * gdb.cell/Makefile.in: Likewise.
7193 * gdb.compile/Makefile.in: Likewise.
7194 * gdb.cp/Makefile.in: Likewise.
7195 * gdb.disasm/Makefile.in: Likewise.
7196 * gdb.dlang/Makefile.in: Likewise.
7197 * gdb.dwarf2/Makefile.in: Likewise.
7198 * gdb.fortran/Makefile.in: Likewise.
7199 * gdb.gdb/Makefile.in: Likewise.
7200 * gdb.go/Makefile.in: Likewise.
7201 * gdb.guile/Makefile.in: Likewise.
7202 * gdb.java/Makefile.in: Likewise.
7203 * gdb.linespec/Makefile.in: Likewise.
7204 * gdb.mi/Makefile.in: Likewise.
7205 * gdb.modula2/Makefile.in: Likewise.
7206 * gdb.multi/Makefile.in: Likewise.
7207 * gdb.objc/Makefile.in: Likewise.
7208 * gdb.opencl/Makefile.in: Likewise.
7209 * gdb.opt/Makefile.in: Likewise.
7210 * gdb.pascal/Makefile.in: Likewise.
7211 * gdb.perf/Makefile.in: Likewise.
7212 * gdb.python/Makefile.in: Likewise.
7213 * gdb.reverse/Makefile.in: Likewise.
7214 * gdb.server/Makefile.in: Likewise.
7215 * gdb.stabs/Makefile.in: Likewise.
7216 * gdb.threads/Makefile.in: Likewise.
7217 * gdb.trace/Makefile.in: Likewise.
7218 * gdb.xml/Makefile.in: Likewise.
7219 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7220 GDB_PARALLEL.
7221 (standard_output_file): Remove check for GDB_PARALLEL, always
7222 return path in outputs/$subdir/$testname.
7223
7224 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7225
7226 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7227 (site.exp): Assign abs_srcdir to tcl's srcdir.
7228
7229 2016-02-04 Yao Qi <yao.qi@linaro.org>
7230
7231 * gdb.base/foll-exec-mode.c: Include limits.h.
7232 (main): Add parameters argc and argv. Get directory from
7233 argv[0].
7234 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7235 compilation.
7236 * gdb.base/foll-exec.c: Include limits.h.
7237 (main): Add parameters argc and argv.
7238 Get directory from argv[0].
7239 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7240 Adjust tests on the number of lines as source code changed.
7241 * gdb.base/foll-vfork-exit.c: Include limits.h.
7242 (main): Add one line of statement before vfork.
7243 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7244 (main): Add parameters argc and argv. Get directory from
7245 argv[0].
7246 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7247 (setup_gdb): Set tbreak to skip some source lines.
7248 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7249 (main): Add parameters argc and argv. Get directory from
7250 argv[0].
7251 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7252 compilation.
7253 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7254 (main): Add parameters argc and argv. Get directory from
7255 argv[0].
7256 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7257 compilation.
7258
7259 2016-02-01 Doug Evans <dje@google.com>
7260
7261 * gdb.base/skip.exp: Clean up multiple references to same test name.
7262
7263 2016-02-01 Pedro Alves <palves@redhat.com>
7264
7265 PR remote/19496
7266 * gdb.threads/forking-threads-plus-breakpoint.exp
7267 (displaced_stepping_supported): New global.
7268 (probe_displaced_stepping_support): New procedure.
7269 (do_test): Add 'displaced' parameter, and use it.
7270 (top level): Check for displaced stepping support. Add displaced
7271 stepping on/off testing axis.
7272
7273 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7274
7275 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7276 pointer. Don't perform further tests on the unassociated pointer
7277 if the first test fails.
7278
7279 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7280
7281 * gdb.base/max-value-size.c: New file.
7282 * gdb.base/max-value-size.exp: New file.
7283 * gdb.base/huge.exp: Disable max-value-size for this test.
7284
7285 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7286
7287 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7288
7289 2016-01-28 Yao Qi <yao.qi@linaro.org>
7290
7291 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7292
7293 2016-01-25 Pedro Alves <palves@redhat.com>
7294
7295 PR threads/19461
7296 * gdb.base/fork-running-state.c: New file.
7297 * gdb.base/fork-running-state.exp: New file.
7298
7299 2016-01-25 Pedro Alves <palves@redhat.com>
7300
7301 PR gdb/19494
7302 * gdb.base/catch-fork-kill.c: New file.
7303 * gdb.base/catch-fork-kill.exp: New file.
7304
7305 2016-01-25 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7308 Delete, moved to lib/gdb.exp.
7309 * gdb.threads/forking-threads-plus-breakpoint.exp
7310 (foreach_with_prefix): Likewise.
7311 * gdb.threads/process-dies-while-handling-bp.exp
7312 (foreach_with_prefix): Likewise.
7313 * lib/gdb.exp (foreach_with_prefix): New procedure.
7314
7315 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7316
7317 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7318 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7319
7320 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7321
7322 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7323 endian targets.
7324
7325 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7326 Pedro Alves <palves@redhat.com>
7327
7328 Fix testsuite compatibility with Guile.
7329 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7330 number.
7331
7332 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7333
7334 Fix testsuite compatibility with Guile.
7335 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7336 (thread 1): New test for backtrace through signal handler.
7337
7338 2016-01-22 Yao Qi <yao.qi@linaro.org>
7339
7340 PR testsuite/19491
7341 * gdb.base/multi-forks.c: Include
7342 ../lib/unbuffer_output.c
7343 (main): Call gdb_unbuffer_output.
7344
7345 2016-01-21 Doug Evans <dje@google.com>
7346
7347 * lib/ada.exp (gdb_compile_ada): Fix typo.
7348
7349 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7350
7351 * gdb.base/break-fun-addr.exp: New file.
7352 * gdb.base/break-fun-addr1.c: New file.
7353 * gdb.base/break-fun-addr2.c: New file.
7354
7355 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7356
7357 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7358 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7359 enum flag values.
7360
7361 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7362
7363 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7364 when GDB can not set the vector return value. Add more comments
7365 for clarification.
7366
7367 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7368
7369 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7370 command.
7371
7372 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7373
7374 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7375
7376 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7377
7378 * Makefile.in (check-single): Pass --status to runtest.
7379 (check/%.exp): Likewise.
7380
7381 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7382
7383 * Makefile.in (check-parallel): Propagate return code from make
7384 do-check-parallel.
7385
7386 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7387
7388 * gdb.trace/ftrace.exp: Fix expected message on continue.
7389 * gdb.trace/pending.exp: Fix expected message on continue.
7390 * gdb.trace/trace-break.exp: Fix expected message on continue.
7391
7392 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7393
7394 * lib/gdb.exp (gdb_test): Remove unused global references.
7395
7396 2016-01-18 Pedro Alves <palves@redhat.com>
7397
7398 * gdb.base/async-shell.exp: Adjust expected output.
7399 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7400 * gdb.base/siginfo-thread.exp: Adjust expected output.
7401 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7402 * gdb.java/jnpe.exp: Adjust expected output.
7403 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7404 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7405 * gdb.threads/leader-exit.exp: Adjust expected output.
7406 * gdb.threads/manythreads.exp: Adjust expected output.
7407 * gdb.threads/pthreads.exp: Adjust expected output.
7408 * gdb.threads/schedlock.exp: Adjust expected output.
7409 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7410 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7411 expected output.
7412 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7413 output.
7414 * gdb.threads/sigthread.exp: Adjust expected output.
7415 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7416
7417 2016-01-18 Yao Qi <yao.qi@linaro.org>
7418
7419 * gdb.guile/scm-section-script.c: Replace @progbits with
7420 %progbits.
7421 * gdb.python/py-section-script.c: Likewise.
7422
7423 2016-01-15 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.multi/tids.exp: Test star wildcard ranges.
7426
7427 2016-01-15 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7430 command from "thread apply" invocation.
7431 (thr_apply_info_thr_invalid): Default the expected output to the
7432 input tid list.
7433 (top level): Add tests that use convenience variables. Add tests
7434 for "thread apply" with a valid TID list, but missing the command.
7435
7436 2016-01-13 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.base/default.exp: Expect $_gthread as well.
7439 * gdb.multi/tids.exp: Test $_gthread.
7440 * gdb.threads/thread-specific.exp: Test $_gthread.
7441
7442 2016-01-13 Pedro Alves <palves@redhat.com>
7443
7444 * gdb.multi/tids.exp: Test "info threads -gid".
7445
7446 2016-01-13 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7449 Breakpoint.thread.
7450 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7451
7452 2016-01-07 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.base/break.exp: Adjust to output changes.
7455 * gdb.base/hbreak2.exp: Likewise.
7456 * gdb.base/sepdebug.exp: Likewise.
7457 * gdb.base/watch_thread_num.exp: Likewise.
7458 * gdb.linespec/keywords.exp: Likewise.
7459 * gdb.multi/info-threads.exp: Likewise.
7460 * gdb.threads/thread-find.exp: Likewise.
7461 * gdb.multi/tids.c: New file.
7462 * gdb.multi/tids.exp: New file.
7463
7464 2016-01-13 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7467
7468 2016-01-13 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.base/default.exp: Expect $_inferior as well.
7471 * gdb.multi/base.exp: Test $_inferior.
7472
7473 2016-01-13 Pedro Alves <palves@redhat.com>
7474
7475 PR breakpoints/19388
7476 * gdb.base/catch-signal-siginfo-cond.c: New file.
7477 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7478
7479 2016-01-12 Josh Stone <jistone@redhat.com>
7480 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7481
7482 * gdb.base/catch-syscall.c (do_execve): New variable.
7483 (main): Conditionally trigger an execve.
7484 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7485 (test_catch_syscall_execve): New, check entry/return across execve.
7486 (do_syscall_tests): Call test_catch_syscall_execve.
7487
7488 2016-01-12 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.base/random-signal.exp (do_test): New procedure, with body
7491 of testcase moved in.
7492
7493 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7494 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.base/funcargs.exp (finish from indirectly called function):
7497 Reintroduce the case for 'First'.
7498
7499 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7500 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7503 (tcatch_vfork_then_child_follow_exec)
7504 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7505 identification.
7506
7507 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7508
7509 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7510 and repeats to unlimited.
7511 * gdb.python/py-value.exp: Likewise.
7512 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7513 and repeats to unlimited.
7514
7515 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7516
7517 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7518 and reordering the functions.
7519 * gdb.multi/hangout.c: Likewise.
7520 * gdb.multi/hello.c: Likewise.
7521
7522 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7523
7524 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7525 absolute.
7526 (SingleStatisticTestResult.report): Use dict.keys instead of
7527 dict.iterkeys.
7528
7529 2016-01-06 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7532
7533 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7534
7535 * gdb.btrace/dlopen.exp: New.
7536 * gdb.btrace/dlopen.c: New.
7537 * gdb.btrace/dlopen-dso.c: New.
7538
7539 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7540
7541 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7542 PATTERN argument is optional.
7543
7544 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7545
7546 * lib/ada.exp (target_compile_ada_from_dir): New function.
7547 (gdb_compile_ada): Reimplement avoiding the use of project files.
7548 * gdb.ada/gnat_ada.gpr: Delete.
7549 * gdb.ada/cond_lang.exp: Adjust test to make path before
7550 filename optional.
7551 * gdb.ada/small_reg_param.exp: Likewise.
7552
7553 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7554
7555 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7556
7557 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7558
7559 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7560 case.
7561
7562 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7563
7564 * gdb.base/break.exp: Remove dead code.
7565 * gdb.base/sepdebug.exp: Likewise.
7566
7567 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7568
7569 * gdb.asm/asm-source.exp: Remove HP-UX references.
7570 * gdb.base/annota1.exp: Likewise.
7571 * gdb.base/annota3.exp: Likewise.
7572 * gdb.base/attach.exp: Likewise.
7573 * gdb.base/bigcore.exp: Likewise.
7574 * gdb.base/break.exp: Likewise.
7575 * gdb.base/call-ar-st.exp: Likewise.
7576 * gdb.base/callfuncs.exp: Likewise.
7577 * gdb.base/catch-fork-static.exp: Likewise.
7578 * gdb.base/display.exp: Likewise.
7579 * gdb.base/foll-exec-mode.exp: Likewise.
7580 * gdb.base/foll-exec.exp: Likewise.
7581 * gdb.base/foll-fork.exp: Likewise.
7582 * gdb.base/foll-vfork.exp: Likewise.
7583 * gdb.base/funcargs.exp: Likewise.
7584 * gdb.base/hbreak2.exp: Likewise.
7585 * gdb.base/inferior-died.exp: Likewise.
7586 * gdb.base/interrupt.exp: Likewise.
7587 * gdb.base/multi-forks.exp: Likewise.
7588 * gdb.base/nodebug.exp: Likewise.
7589 * gdb.base/sepdebug.exp: Likewise.
7590 * gdb.base/solib1.c: Likewise.
7591 * gdb.base/step-test.exp: Likewise.
7592 * gdb.mi/non-stop.c: Likewise.
7593 * gdb.mi/pthreads.c: Likewise.
7594 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7595 * gdb.threads/pthreads.c: Likewise.
7596 * gdb.threads/staticthreads.exp: Likewise.
7597 * lib/future.exp: Likewise.
7598 * lib/gdb.exp: Likewise.
7599 * gdb.base/so-indr-cl.c: Remove.
7600 * gdb.base/so-indr-cl.exp: Likewise.
7601 * gdb.base/solib.c: Likewise.
7602 * gdb.base/solib.exp: Likewise.
7603 * gdb.base/solib2.c: Likewise.
7604
7605 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7606
7607 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7608 * gdb.base/call-ar-st.exp: Likewise.
7609 * gdb.base/callfuncs.exp: Likewise.
7610 * gdb.base/condbreak.exp: Likewise.
7611 * gdb.base/constvars.exp: Likewise.
7612 * gdb.base/hbreak2.exp: Likewise.
7613 * gdb.base/langs.exp: Likewise.
7614 * gdb.base/list.exp: Likewise.
7615 * gdb.base/long_long.exp: Likewise.
7616 * gdb.base/ptype.exp: Likewise.
7617 * gdb.base/scope.exp: Likewise.
7618 * gdb.base/signals.exp: Likewise.
7619 * gdb.base/so-impl-ld.exp: Likewise.
7620 * gdb.base/varargs.exp: Likewise.
7621 * gdb.base/volatile.exp: Likewise.
7622 * gdb.base/whatis.exp: Likewise.
7623 * gdb.cp/cplusfuncs.exp: Likewise.
7624 * gdb.cp/inherit.exp: Likewise.
7625 * gdb.cp/local.exp: Likewise.
7626 * gdb.cp/member-ptr.exp: Likewise.
7627 * gdb.cp/method.exp: Likewise.
7628 * gdb.cp/overload.exp: Likewise.
7629 * gdb.cp/templates.exp: Likewise.
7630 * gdb.stabs/weird.exp: Likewise.
7631 * lib/compiler.c: Likewise.
7632 * lib/compiler.cc: Likewise.
7633 * lib/cp-support.exp: Likewise.
7634 * lib/gdb.exp: Likewise.
7635
7636 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7637
7638 * configure.ac: Remove HP-UX case.
7639 * configure: Regenerate.
7640
7641 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7642
7643 * lib/gdb.exp (gdb_compile): Add function doc.
7644
7645 2015-12-17 Pedro Alves <palves@redhat.com>
7646
7647 PR threads/19354
7648 * gdb.multi/info-threads.exp: New file.
7649
7650 2015-12-15 Yao Qi <yao.qi@linaro.org>
7651
7652 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7653 is aarch64*-*-*.
7654
7655 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7656
7657 * gdb.base/history-duplicates.exp: Skip if no readline support.
7658
7659 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7660
7661 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7662
7663 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7664
7665 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7666
7667 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7668
7669 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7670 ctrl-C if nointerrupts target property is set.
7671 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7672 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7673 * gdb.base/paginate-bg-execution.exp: Likewise.
7674 * gdb.base/paginate-execution-startup.exp: Likewise.
7675 * gdb.base/random-signal.exp: Likewise.
7676 * gdb.base/range-stepping.exp: Likewise.
7677 * gdb.cp/annota2.exp: Likewise.
7678 * gdb.cp/annota3.exp: Likewise.
7679 * gdb.gdb/selftest.exp: Likewise.
7680 * gdb.threads/continue-pending-status.exp: Likewise.
7681 * gdb.threads/leader-exit.exp: Likewise.
7682 * gdb.threads/manythreads.exp: Likewise.
7683 * gdb.threads/pthreads.exp: Likewise.
7684 * gdb.threads/schedlock.exp: Likewise.
7685 * gdb.threads/sigthread.exp: Likewise.
7686
7687 2015-12-11 Don Breazeal <donb@codesourcery.com>
7688
7689 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7690 remote.
7691 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7692 * gdb.base/foll-exec.exp (main): Enable for target remote.
7693 * gdb.base/foll-fork.exp (main): Likewise.
7694 * gdb.base/foll-vfork.exp (main): Likewise.
7695 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7696 (proc continue_to_exit_bp_loc): Use clean_restart.
7697 * gdb.base/pie-execl.exp (main): Disable for target remote.
7698 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7699 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7700 * gdb.threads/execl.exp (main): Likewise.
7701 * gdb.threads/fork-child-threads.exp (main): Likewise.
7702 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7703 remote.
7704 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7705 remote.
7706 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7707 pid.tid style ptids, instead of just tid.
7708 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7709 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7710 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7711 ptids, instead of just tid.
7712
7713 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7714
7715 * gdb.base/list.exp (test_list_forward): Add end of file error
7716 test.
7717 (test_repeat_list_command): Add end of file error test.
7718 (test_list_backwards): Add beginning of file error test.
7719
7720 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7721
7722 * gdb.base/list.exp (test_list_invalid_args): New function,
7723 defined, and called.
7724
7725 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7726
7727 * gdb.base/list.exp (test_list): Make test names unique.
7728
7729 2015-12-11 Yao Qi <yao.qi@linaro.org>
7730
7731 * gdb.base/coremaker2.c: Remove.
7732
7733 2015-12-10 Pedro Alves <palves@redhat.com>
7734
7735 * gdb.multi/base.exp: Remove stale "spaces" references.
7736
7737 2015-12-10 Pedro Alves <palves@redhat.com>
7738
7739 * gdb.multi/base.exp: Don't use nowarnings.
7740 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7741 * gdb.multi/hangout.c: Include stdio.h.
7742 * gdb.multi/hello.c: Include stdlib.h.
7743 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7744 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7745 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7746
7747 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7748
7749 * gdb.dwarf2/dw2-ranges-base.c: New file.
7750 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7751 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7752 support additional line table, and debug ranges generation.
7753 (Dwarf::ranges): New function, generate .debug_ranges.
7754 (Dwarf::lines): Support generating simple line table programs.
7755 (Dwarf::assemble): Initialise new namespace variables.
7756
7757 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7758
7759 * gdb.base/async.exp (proc test_background): Add case for
7760 asynchronous execution not supported.
7761
7762 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7763
7764 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7765 format and change test names to make them unique.
7766
7767 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7768 Pedro Alves <pedro@redhat.com>
7769
7770 PR gdb/18702
7771 Add checking of floatformats setup on x86_64 hosts.
7772 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7773 (smallval, bigval): New labels/constants.
7774 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7775 float" after loading bigval and smallval.
7776
7777 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7778
7779 * gdb.ada/fun_overload_menu.exp: New testcase.
7780 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7781
7782 2015-12-04 Josh Stone <jistone@redhat.com>
7783
7784 * gdb.base/catch-fork-static.exp: New.
7785
7786 2015-12-03 Yao Qi <yao.qi@linaro.org>
7787
7788 * gdb.base/sizeof.c: Don't include stdio.h and
7789 ../lib/unbuffer_output.c.
7790 (main): New variable 'size' and 'value'. Remove printf and
7791 gdb_unbuffer_output. Assign return value to size and value.
7792 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7793 at the beginning.
7794 (check_sizeof): Check the result by printing variable 'size'.
7795 (check_valueof): Check the result by printing variable 'value'.
7796
7797 2015-12-01 Yao Qi <yao.qi@linaro.org>
7798
7799 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7800 for aarch64*-*-linux* target.
7801
7802 2015-11-30 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7805
7806 2015-11-30 Pedro Alves <palves@redhat.com>
7807
7808 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7809 Handle non-stop mode vCont replies.
7810
7811 2015-11-30 Pedro Alves <palves@redhat.com>
7812
7813 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7814 prepare_for_testing. Start gdb with "set non-stop on" appended to
7815 GDBFLAGS. Lax expected stop output.
7816
7817 2015-11-27 Yao Qi <yao.qi@linaro.org>
7818
7819 * gdb.arch/arm-neon.exp: New.
7820 * gdb.arch/arm-neon.c: New.
7821
7822 2015-11-27 Yao Qi <yao.qi@linaro.org>
7823
7824 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7825
7826 2015-11-27 Yao Qi <yao.qi@linaro.org>
7827
7828 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7829 frames-invalid annotation.
7830
7831 2015-11-27 Yao Qi <yao.qi@linaro.org>
7832
7833 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7834
7835 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7836
7837 * gdb.threads/names.exp: New file.
7838 * gdb.threads/names.c: New file.
7839 * README: Mention gdb,no_thread_names.
7840
7841 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7842
7843 PR 19297
7844 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7845 support" error.
7846
7847 2015-11-24 Pedro Alves <palves@redhat.com>
7848
7849 PR 17539
7850 * gdb.base/display.exp: Expect displays to be sorted in ascending
7851 order. Use multi_line.
7852 * gdb.base/solib-display.exp: Likewise.
7853
7854 2015-11-24 Pedro Alves <palves@redhat.com>
7855
7856 PR 17539
7857 * gdb.base/display.exp: Expect displays to be sorted in ascending
7858 order. Use multi_line.
7859 * gdb.base/solib-display.exp: Likewise.
7860
7861 2015-11-24 Pedro Alves <palves@redhat.com>
7862
7863 PR 17539
7864 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7865 threads in ascending order.
7866 * gdb.base/foll-fork.exp: Likewise.
7867 * gdb.base/foll-vfork.exp: Likewise.
7868 * gdb.base/multi-forks.exp: Likewise.
7869 * gdb.mi/mi-nonstop.exp: Likewise.
7870 * gdb.mi/mi-nsintrall.exp: Likewise.
7871 * gdb.multi/base.exp: Likewise.
7872 * gdb.multi/multi-arch.exp: Likewise.
7873 * gdb.python/py-inferior.exp: Likewise.
7874 * gdb.threads/break-while-running.exp: Likewise.
7875 * gdb.threads/execl.exp: Likewise.
7876 * gdb.threads/gcore-thread.exp: Likewise.
7877 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7878 * gdb.threads/kill.exp: Likewise.
7879 * gdb.threads/linux-dp.exp: Likewise.
7880 * gdb.threads/multiple-step-overs.exp: Likewise.
7881 * gdb.threads/next-bp-other-thread.exp: Likewise.
7882 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7883 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7884 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7885 * gdb.threads/thread-find.exp: Likewise.
7886 * gdb.threads/tls.exp: Likewise.
7887 * lib/mi-support.exp (mi_reverse_list): Delete.
7888 (mi_check_thread_states): No longer reverse list.
7889
7890 2015-11-24 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7893 use lowercase.
7894
7895 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7896
7897 * gdb.trace/actions.c: Include trace-common.h.
7898 (main): Add a location for a fast tracepoint.
7899 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7900 the normal tracepoints.
7901 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7902
7903 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7904
7905 * save-trace.exp: Factor out code to these...
7906 (gdb_save_tracepoints): New.
7907 (gdb_load_tracepoints): New.
7908 (do_save_load_test): New.
7909
7910 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7911
7912 * gdb.base/asmlabel.exp: New test.
7913 * gdb.base/asmlabel.c: New test case.
7914
7915 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7916
7917 * gdb.base/wrong_frame_bt_full-main.c: New file.
7918 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7919 * gdb.base/wrong_frame_bt_full.exp: New file.
7920
7921 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7922
7923 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7924
7925 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7926
7927 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7928 pstate register when comparing registers values in
7929 sparc64-*-linux-gnu targets to avoid spurious differences.
7930
7931 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7932
7933 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7934
7935 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7936
7937 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7938 as type argument to gdb_compile.
7939 * gdb.base/nested-subp2.exp: Likewise.
7940 * gdb.base/nested-subp3.exp: Likewise.
7941
7942 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7943
7944 * lib/dwarf.exp (_note): Fix left shift of negative value.
7945 * gdb.trace/trace-condition.exp: Likewise.
7946
7947 2015-11-13 Yao Qi <yao.qi@linaro.org>
7948
7949 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7950 comments about d10v.
7951 (test_scalar_returns): Likewise.
7952 * gdb.base/d10v.ld: Remove.
7953 * gdb.base/overlays.exp: Remove the target triplet checking for
7954 d10v-*-*.
7955 * gdb.base/structs.exp (test_struct_returns): Remove the
7956 comments about d10v.
7957 (test_struct_calls): Likewise.
7958
7959 2015-11-13 Yao Qi <yao.qi@linaro.org>
7960
7961 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7962 * gdb.base/gnu_vector.c: Don't include stdio.h.
7963 (main): Don't print res and call add_some_intvecs.
7964
7965 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7966
7967 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7968 macro.
7969 (func5): Removed.
7970 (func4): Use FAST_TRACEPOINT_LABEL.
7971 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7972 macro.
7973 (func): Removed.
7974 (thread_function): Use FAST_TRACEPOINT_LABEL.
7975 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7976 (func): Remove.
7977 (marker): Use FAST_TRACEPOINT_LABEL.
7978 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7979 (pendfunc1): Remove.
7980 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7981 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7982 (foo): Remove.
7983 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7984 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7985 macro.
7986 (func): Remove.
7987 (marker): Use FAST_TRACEPOINT_LABEL.
7988 * gdb.trace/trace-common.h: New header.
7989 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7990 macro.
7991 (func): Remove.
7992 (marker): Use FAST_TRACEPOINT_LABEL.
7993 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7994 (func): Remove.
7995 (thread_function): Use FAST_TRACEPOINT_LABEL.
7996
7997 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7998
7999 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8000 in front.
8001 * gdb.trace/change-loc.exp: Use global pcreg definition.
8002 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8003 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8004 in front.
8005 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8006 * gdb.trace/pending.exp: Likewise.
8007 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8008 * gdb.trace/trace-break.exp: Likewise.
8009 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8010 in front.
8011 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8012 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8013 in front.
8014 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8015
8016 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8017
8018 * gdb.ada/fin_fun_out: New testcase.
8019
8020 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8021
8022 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8023 value associated with DW_AT_byte_size.
8024 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8025 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8026 DW_AT_upper_bound.
8027
8028 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8029
8030 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8031 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8032 version.
8033 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8034 gdb.dwarf2/dw2-canonicalize-type.exp,
8035 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8036 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8037 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8038 provided by gdb_target_symbol_prefix_flags_asm.
8039 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8040 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8041 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8042 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8043 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8044 macros where needed). Use this macro for symbols which require
8045 the prefix provided by SYMBOL_PREFIX.
8046
8047 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8048
8049 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8050 New procs.
8051 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8052 representing expressions, of more than one list element.
8053 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8054 to prepend linker symbol prefix to f.
8055 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8056 table_1 and table_2.
8057 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8058 Likewise, for f and g.
8059 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8060 for ptr.
8061 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8062 for main.
8063 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8064 table_1_ptr and table_2_ptr.
8065
8066 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8067 Joel Brobecker <brobecker@adacore.com>
8068
8069 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8070
8071 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8072
8073 * gdb.reverse/s390-mvcle.c: New test.
8074 * gdb.reverse/s390-mvcle.exp: New file.
8075 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8076
8077 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8078
8079 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8080
8081 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8082
8083 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8084 reaching marker2.
8085 * gdb.reverse/getresuid-reverse.exp: Likewise.
8086 * gdb.reverse/pipe-reverse.exp: Likewise.
8087 * gdb.reverse/readv-reverse.exp: Likewise.
8088 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8089 * gdb.reverse/time-reverse.exp: Likewise.
8090 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8091
8092 2015-10-30 Yao Qi <yao.qi@linaro.org>
8093
8094 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8095 (empty_cycle): Remove.
8096 (main): Don't call empty_cycle. Don't use watch_count_done.
8097 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8098 empty_cycle. Rewrite the code counting HW watchpoints.
8099
8100 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8101
8102 * gdb.reverse/fstatat-reverse.c: New test.
8103 * gdb.reverse/fstatat-reverse.exp: New file.
8104 * gdb.reverse/getresuid-reverse.c: New test.
8105 * gdb.reverse/getresuid-reverse.exp: New file.
8106 * gdb.reverse/pipe-reverse.c: New test.
8107 * gdb.reverse/pipe-reverse.exp: New file.
8108 * gdb.reverse/readv-reverse.c: New test.
8109 * gdb.reverse/readv-reverse.exp: New file.
8110 * gdb.reverse/recvmsg-reverse.c: New test.
8111 * gdb.reverse/recvmsg-reverse.exp: New file.
8112 * gdb.reverse/time-reverse.c: New test.
8113 * gdb.reverse/time-reverse.exp: New file.
8114 * gdb.reverse/waitpid-reverse.c: New test.
8115 * gdb.reverse/waitpid-reverse.exp: New file.
8116
8117 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8118
8119 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8120
8121 2015-10-26 Doug Evans <dje@google.com>
8122
8123 PR symtab/17391
8124 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8125 * gdb.dwarf2/bad-regnum.c: New file.
8126 * gdb.dwarf2/bad-regnum.exp: New file.
8127
8128 2015-10-26 Doug Evans <dje@google.com>
8129
8130 PR python/18938
8131 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8132 file.
8133
8134 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8135
8136 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8137 for a change by "Mention language in compile error message".
8138
8139 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8140
8141 PR python/18073
8142 * gdb.python/py-type.c (C::a_method): New.
8143 (C::a_const_method): New.
8144 (C::a_static_method): New.
8145 (a_function): New.
8146 * gdb.python/py-type.exp (test_fields): Test getting fields
8147 from function and method.
8148
8149 2015-10-21 Keven Boell <keven.boell@intel.com>
8150
8151 * gdb.fortran/vla-alloc-assoc.exp: New file.
8152 * gdb.fortran/vla-datatypes.exp: New file.
8153 * gdb.fortran/vla-datatypes.f90: New file.
8154 * gdb.fortran/vla-history.exp: New file.
8155 * gdb.fortran/vla-ptype-sub.exp: New file.
8156 * gdb.fortran/vla-ptype.exp: New file.
8157 * gdb.fortran/vla-sizeof.exp: New file.
8158 * gdb.fortran/vla-sub.f90: New file.
8159 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8160 * gdb.fortran/vla-value-sub-finish.exp: New file.
8161 * gdb.fortran/vla-value-sub.exp: New file.
8162 * gdb.fortran/vla-value.exp: New file.
8163 * gdb.fortran/vla-ptr-info.exp: New file.
8164 * gdb.mi/mi-vla-fortran.exp: New file.
8165 * gdb.mi/vla.f90: New file.
8166
8167 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8168
8169 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8170 of hardwired timeout value.
8171
8172 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8173 Pedro Alves <palves@redhat.com>
8174
8175 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8176 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8177
8178 2015-10-19 Josh Stone <jistone@redhat.com>
8179
8180 * gdb.base/catch-syscall.c: Include <sched.h>.
8181 (unknown_syscall): New variable.
8182 (main): Trigger a vfork and an unknown syscall.
8183 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8184 (unknown_syscall_number): Likewise.
8185 (check_call_to_syscall): Accept an optional syscall pattern.
8186 (check_return_from_syscall): Likewise.
8187 (check_continue): Likewise.
8188 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8189 (test_catch_syscall_skipping_return): New test toggling off 'catch
8190 syscall' to step over the syscall return, then toggling back on.
8191 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8192 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8193 (do_syscall_tests): Call test_catch_syscall_without_args and
8194 test_catch_syscall_mid_vfork.
8195 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8196 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8197
8198 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8199
8200 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8201 print g_vE): Add new pass patterns.
8202 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8203 print various symbol names for vptr fields.
8204
8205 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8206
8207 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8208 results.
8209
8210 2015-10-12 Yao Qi <yao.qi@linaro.org>
8211
8212 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8213
8214 2015-10-12 Yao Qi <yao.qi@linaro.org>
8215
8216 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8217 is aarch64*-*-linux*.
8218
8219 2015-10-12 Yao Qi <yao.qi@linaro.org>
8220
8221 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8222 (can_relocate_bcond_true): ... it.
8223 (can_relocate_bcond_false): New function.
8224 (foo): Likewise.
8225 (can_relocate_bl): Likewise.
8226 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8227 can_relocate_bl.
8228
8229 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8230
8231 * gdb.base/nested-addr.c: New file.
8232 * gdb.base/nested-addr.exp: New testcase.
8233
8234 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8235
8236 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8237 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8238 its output. Ignore the output of "record goto begin" and instead
8239 check that GDB is replaying.
8240
8241 2015-10-09 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8244 (top level): Use it in the run with no args test.
8245
8246 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8247
8248 * gdb.dlang/properties.exp: New file.
8249
8250 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8251
8252 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8253 whether or not address 0x1000 is mapped on the target.
8254
8255 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8256
8257 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8258 build.
8259
8260 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8261
8262 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8263 instruction-history test.
8264
8265 2015-09-28 Doug Evans <dje@google.com>
8266
8267 * gdb.base/gcore.c (array_func): Add reference to static_array.
8268
8269 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8270
8271 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8272 source line.
8273
8274 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8275
8276 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8277 short or char as base type.
8278
8279 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8280
8281 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8282 to allow any size enum.
8283
8284 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8285
8286 * gdb.ada/array_ptr_renaming.exp: New testcase.
8287 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8288 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8289
8290 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8291
8292 * gdb.trace/ftrace-lock.c: New file.
8293 * gdb.trace/ftrace-lock.exp: New file.
8294
8295 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8296
8297 * gdb.arch/insn-reloc.c: New file.
8298 * gdb.arch/ftrace-insn-reloc.exp: New file.
8299
8300 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8301
8302 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8303 instruction.
8304 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8305 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8306 * gdb.trace/range-stepping.c: Likewise.
8307 * gdb.trace/trace-break.c: Likewise.
8308 * gdb.trace/trace-mt.c (thread_function): Likewise.
8309 * gdb.trace/ftrace.c (marker): Likewise.
8310 * gdb.trace/trace-condition.c (marker): Likewise.
8311 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8312 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8313 is_aarch64_target.
8314
8315 2015-09-18 Doug Evans <xdje42@gmail.com>
8316
8317 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8318 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8319
8320 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8321
8322 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8323 the breakpoint.
8324
8325 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8326
8327 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8328 the pending breakpoint. Remove timeout override for "Run till
8329 MI pending breakpoint on pendfunc3 on thread 2" test.
8330
8331 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8332
8333 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8334 filename pattern.
8335
8336 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8337
8338 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8339 in breakpoint filename pattern.
8340
8341 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8342
8343 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8344
8345 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8346
8347 * gdb.linespec/explicit.exp: Check for readline support for
8348 tab-completion tests. Fix obvious typo.
8349
8350 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8351
8352 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8353 and replay.
8354
8355 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8356
8357 * gdb.btrace/non-stop.c: New.
8358 * gdb.btrace/non-stop.exp: New.
8359
8360 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8361 Yao Qi <yao.qi@linaro.org>
8362
8363 * gdb.trace/trace-condition.c: New file.
8364 * gdb.trace/trace-condition.exp: New file.
8365
8366 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8367
8368 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8369 for testing bytecode compilation.
8370
8371 2015-09-16 Pedro Alves <palves@redhat.com>
8372 Sandra Loosemore <sandra@codesourcery.com>
8373
8374 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8375 (SECONDS): Redefine.
8376 (main): Call pthread_kill and alarm early.
8377 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8378 support.
8379 (test): If the target can't hardware step and doesn't support
8380 displaced stepping, increase the timeout.
8381
8382 2015-09-16 Pedro Alves <palves@redhat.com>
8383
8384 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8385 (enable_debug): New procedures.
8386 (test): Use them. Bail out if waiting for threads fails.
8387 (top level): Bail out if a test fails.
8388
8389 2015-09-16 Yao Qi <yao.qi@linaro.org>
8390
8391 * gdb.asm/asm-source.exp: Set asm-arch for
8392 aarch64*-*-* target.
8393 * gdb.asm/aarch64.inc: New file.
8394
8395 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8396
8397 * gdb.ada/array_of_variable_length.exp: New testcase.
8398 * gdb.ada/array_of_variable_length/foo.adb: New file.
8399 * gdb.ada/array_of_variable_length/pck.adb: New file.
8400 * gdb.ada/array_of_variable_length/pck.ads: New file.
8401
8402 2015-09-15 Doug Evans <dje@google.com>
8403
8404 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8405 of function static local variable.
8406
8407 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8408
8409 * gdb.threads/tls-so_extern.exp: New test file.
8410 * gdb.threads/tls-so_extern.c: New test file.
8411 * gdb.threads/tls-so_extern_main.c: New test file.
8412
8413 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8414
8415 * gdb.opt/solib-intra-step-lib.c: New file.
8416 * gdb.opt/solib-intra-step-main.c: New file.
8417 * gdb.opt/solib-intra-step.exp: New file.
8418
8419 2015-09-15 Pedro Alves <palves@redhat.com>
8420
8421 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8422 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8423
8424 2015-09-14 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.base/hook-stop-continue.c: Delete.
8427 * gdb.base/hook-stop-continue.exp: Delete.
8428 * gdb.base/hook-stop-frame.c: Delete.
8429 * gdb.base/hook-stop-frame.exp: Delete.
8430 * gdb.base/hook-stop.c: New file.
8431 * gdb.base/hook-stop.exp: New file.
8432
8433 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8434
8435 * gdb.ada/access_to_packed_array.exp: New testcase.
8436 * gdb.ada/access_to_packed_array/foo.adb: New file.
8437 * gdb.ada/access_to_packed_array/pack.adb: New file.
8438 * gdb.ada/access_to_packed_array/pack.ads: New file.
8439
8440 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8441
8442 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8443 buffer size test.
8444
8445 2015-09-11 Don Breazeal <donb@codesourcery.com>
8446
8447 * gdb.base/foll-exec.c: Add copyright header. Fix
8448 formatting issues.
8449 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8450 (do_exec_tests): Use clean_restart in place of zap_session,
8451 and for test initialization. Fix formatting issues. Use
8452 fail in place of perror.
8453 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8454 an expect statement to match an expression with output from
8455 the program under debug.
8456 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8457 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8458 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8459 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8460 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8461
8462 2015-09-09 Doug Evans <dje@google.com>
8463
8464 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8465
8466 2015-09-09 Doug Evans <dje@google.com>
8467
8468 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8469
8470 2015-09-09 Doug Evans <dje@google.com>
8471
8472 * gdb.base/savedregs.exp: Fix typo.
8473
8474 2015-09-09 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8477
8478 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8479
8480 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8481 command actually switches threads. Give up on remaining
8482 tests if target fails to stop at breakpoint.
8483
8484 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8485
8486 * gdb.ada/funcall_char.exp: New testcase.
8487 * gdb.ada/funcall_char/foo.adb: New file.
8488
8489 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8490
8491 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8492 expected outputs. Add two testcases for completing ambiguous
8493 functions.
8494 * gdb.ada/complete/aux_pck.adb: New file.
8495 * gdb.ada/complete/aux_pck.ads: New file.
8496 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8497 Ambiguous_Func functions.
8498 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8499 * gdb.ada/complete/pck.adb: Likewise.
8500
8501 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8502
8503 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8504 failures to run the test program under GDB.
8505
8506 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8507
8508 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8509 to C.
8510
8511 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8512
8513 * gdb.base/run-after-attach.exp: New test file.
8514 * gdb.base/run-after-attach.c: New test file.
8515
8516 2015-08-26 Don Breazeal <donb@codesourcery.com>
8517
8518 * gdb.base/foll-exec-2.c: New test program.
8519 * gdb.base/foll-exec-2.exp: New test.
8520
8521 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8522
8523 * gdb.base/nested-subp1.exp: New file.
8524 * gdb.base/nested-subp1.c: New file.
8525 * gdb.base/nested-subp2.exp: New file.
8526 * gdb.base/nested-subp2.c: New file.
8527 * gdb.base/nested-subp3.exp: New file.
8528 * gdb.base/nested-subp3.c: New file.
8529
8530 2015-08-24 Pedro Alves <palves@redhat.com>
8531
8532 * gdb.server/connect-without-multi-process.c: New file.
8533 * gdb.server/connect-without-multi-process.exp: New file.
8534
8535 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8536
8537 * gdb.opt/inline-markers.c: Make z int.
8538
8539 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8540
8541 * gdb.opt/inline-markers.c: Make z volatile.
8542
8543 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8544
8545 * gdb.opt/inline-bt.c: New volatile global z.
8546 * gdb.opt/inline-cmds.c: Likewise.
8547 * gdb.opt/inline-locals.c: Likewise.
8548 * gdb.opt/inline-markers.c: New extern global z.
8549 (marker): Use z.
8550 (inline_fn): Likewise.
8551
8552 2015-08-24 Pedro Alves <palves@redhat.com>
8553
8554 * config/m32r-stub.exp: Remove file.
8555 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8556 * gdb.base/call-rt-st.exp: Likewise.
8557 * gdb.base/call-strs.exp: Likewise.
8558 * gdb.base/default.exp: Remove references to h8300-*-hms and
8559 *-*-udi*.
8560 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8561
8562 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8563
8564 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8565 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8566 and "return" use KFAIL when GDB can not read/write the vector
8567 return value.
8568
8569 2015-08-21 Gary Benson <gbenson@redhat.com>
8570
8571 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8572
8573 2015-08-20 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.server/solib-list.exp: No longer expect an interior stop in
8576 non-stop mode.
8577
8578 2015-08-20 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.server/connect-stopped-target.c: New file.
8581 * gdb.server/connect-stopped-target.exp: New file.
8582
8583 2015-08-20 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.dwarf2/comp-unit-lang.exp: New file.
8586 * gdb.dwarf2/comp-unit-lang.c: New file.
8587
8588 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8589
8590 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8591 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8592
8593 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8594
8595 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8596 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8597
8598 2015-08-18 Doug Evans <dje@google.com>
8599 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8600
8601 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8602 skip_python_tests. New arg prompt_regexp.
8603 (skip_python_tests): New function.
8604 * lib/mi-support.exp (mi_skip_python_tests): New function.
8605 * gdb.python/py-mi-objfile-gdb.py: New file.
8606 * gdb.python/py-mi-objfile.c: New file.
8607 * gdb.python/py-mi-objfile.exp: New file.
8608
8609 2015-08-17 Keith Seitz <keiths@redhat.com>
8610
8611 * gdb.linespec/explicit.exp: Move strace test from here ...
8612 * gdb.trace/strace.exp: ... to here.
8613
8614 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8615
8616 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8617 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8618
8619 2015-08-14 Doug Evans <xdje42@gmail.com>
8620
8621 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8622 inferior before selecting a new file.
8623
8624 2015-08-14 Doug Evans <xdje42@gmail.com>
8625
8626 * gdb.mi/mi-disassemble.exp: Update.
8627 * gdb.base/disasm-optim.S: New file.
8628 * gdb.base/disasm-optim.c: New file.
8629 * gdb.base/disasm-optim.h: New file.
8630 * gdb.base/disasm-optim.exp: New file.
8631
8632 2015-08-14 Keith Seitz <keiths@redhat.com>
8633
8634 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8635 "evaluated-by".
8636
8637 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8638
8639 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8640
8641 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8642
8643 * gdb.ada/fun_renaming.exp: New testcase.
8644 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8645 * gdb.ada/fun_renaming/pack.adb: New file.
8646 * gdb.ada/fun_renaming/pack.ads: New file.
8647
8648 2015-08-12 Keith Seitz <keiths@redhat.com>
8649
8650 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8651 gdb_get_line_number.
8652
8653 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8654
8655 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8656 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8657 gdb.base/dso2dso.exp: New files.
8658
8659 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8660 Pedro Alves <palves@redhat.com>
8661 Keith Seitz <keiths@redhat.com>
8662
8663 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8664 GDBFLAGS.
8665
8666 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8667
8668 * gdb.base/gdbhistsize-history.exp
8669 (test_histsize_history_setting): Use save_vars.
8670 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8671 Use save_vars.
8672 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8673 * gdb.base/readline.exp: Use save_vars.
8674
8675 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8676
8677 * lib/gdb.exp (save_vars): New proc.
8678
8679 2015-08-11 Keith Seitz <keiths@redhat.com>
8680
8681 * gdb.base/help.exp: Update help_breakpoint_text.
8682
8683 2015-08-11 Keith Seitz <keiths@redhat.com>
8684
8685 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8686 (at toplevel): Call test_explicit_breakpoints.
8687 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8688 breakpoints.
8689 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8690 breakpoint conditions, "-cond".
8691
8692 2015-08-11 Keith Seitz <keiths@redhat.com>
8693
8694 * gdb.linespec/3explicit.c: New file.
8695 * gdb.linespec/cpexplicit.cc: New file.
8696 * gdb.linespec/cpexplicit.exp: New file.
8697 * gdb.linespec/explicit.c: New file.
8698 * gdb.linespec/explicit.exp: New file.
8699 * gdb.linespec/explicit2.c: New file.
8700 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8701 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8702 before using in the matching pattern.
8703 Clarify that `prefix' is a regular expression.
8704
8705 2015-08-11 Keith Seitz <keiths@redhat.com>
8706
8707 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8708 test.
8709 Add tests for missing ",FMT" and ",".
8710
8711 2015-08-10 Doug Evans <dje@google.com>
8712 Keith Seitz <keiths@redhat.com>
8713
8714 PR gdb/17960
8715 * gdb.base/completion.exp: Add location completer tests.
8716
8717 2015-08-07 Pedro Alves <palves@redhat.com>
8718
8719 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8720 tests here.
8721 (top level): Run do_test with and without displaced stepping.
8722
8723 2015-08-07 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/valgrind-disp-step.c: New file.
8726 * gdb.base/valgrind-disp-step.exp: New file.
8727
8728 2015-08-07 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8731 Delete function.
8732 (main): Add alarm. Run an infinite loop instead of calling
8733 wait_threads.
8734 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8735 comment.
8736 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8737 Delete function.
8738 (main): Add alarm. Run an infinite loop instead of calling
8739 wait_threads.
8740 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8741 comment.
8742
8743 2015-08-07 Pedro Alves <palves@redhat.com>
8744
8745 * gdb.base/checkpoint-ns.exp: New file.
8746 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8747 standard_testfile.
8748
8749 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8750
8751 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8752 * gdb.btrace/instruction_history.exp: Update.
8753 * gdb.btrace/tsx.exp: New.
8754 * gdb.btrace/tsx.c: New.
8755
8756 2015-08-06 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8759 increase timeout.
8760 * gdb.reverse/until-precsave.exp: Bump timeouts.
8761
8762 2015-08-06 Pedro Alves <palves@redhat.com>
8763
8764 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8765
8766 2015-08-06 Pedro Alves <palves@redhat.com>
8767
8768 PR gdb/18749
8769 * gdb.threads/process-dies-while-handling-bp.c: New file.
8770 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8771
8772 2015-08-06 Pedro Alves <palves@redhat.com>
8773
8774 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8775 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8776
8777 2015-08-05 Pedro Alves <palves@redhat.com>
8778
8779 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8780 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8781
8782 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8783
8784 * gdb.base/bp-permanent.exp: Report test as unsupported if
8785 the target cannot stop at the permanent breakpoint.
8786
8787 2015-08-03 Doug Evans <dje@google.com>
8788
8789 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8790 10000.
8791
8792 2015-08-03 Doug Evans <dje@google.com>
8793
8794 * Makefile.in (workers/%.worker, build-perf): New rule.
8795 (GDB_PERFTEST_MODE): New variable.
8796 (check-perf): Use it.
8797 (clean): Clean up gdb.perf parallel build subdirs.
8798 * lib/build-piece.exp: New file.
8799 * lib/gdb.exp (make_gdb_parallel_path): New function
8800 (standard_output_file, standard_temp_file): Call it.
8801 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8802 of $GDB_PARALLEL.
8803 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8804
8805 2015-08-03 Doug Evans <dje@google.com>
8806
8807 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8808 (LOG_FILE_NAME): New global.
8809 (TextReporter.__init__): Initialize self.txt_sum.
8810 (TextReporter.report): Add support for multiple data-points.
8811 Move report to perftest.sum, put raw data in perftest.log.
8812 (TextReporter.start): Open sum and log files.
8813 (TextReporter.end): Close sum and log files.
8814 * gdb.perf/lib/perftest/testresult.py
8815 (SingleStatisticTestResult.record): Handle multiple data-points.
8816
8817 2015-07-31 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8820 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8821 kill_wait_spawned_process instead of explicit "kill -9".
8822 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8823 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8824 kill_wait_spawned_process.
8825 * gdb.base/attach-twice.exp: Likewise.
8826 * gdb.base/attach.exp: Likewise.
8827 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8828 gdb_test_multiple.
8829 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8830 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8831 kill_wait_spawned_process.
8832 * gdb.base/valgrind-infcall.exp: Likewise.
8833 * gdb.multi/multi-attach.exp: Likewise.
8834 * gdb.python/py-prompt.exp: Likewise.
8835 * gdb.python/py-sync-interp.exp: Likewise.
8836 * gdb.server/ext-attach.exp: Likewise.
8837 * gdb.threads/attach-into-signal.exp (corefunc): Use
8838 spawn_wait_for_attach, spawn_id_get_pid and
8839 kill_wait_spawned_process.
8840 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8841 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8842 spawn_id_get_pid and kill_wait_spawned_process.
8843 * gdb.threads/attach-stopped.exp (corefunc): Use
8844 spawn_wait_for_attach, spawn_id_get_pid and
8845 kill_wait_spawned_process.
8846 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8847 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8848 kill_wait_spawned_process instead of explicit "kill -9".
8849 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8850 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8851 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8852 processes. Don't map cygwin/windows pids here. Now returns a
8853 spawn id list.
8854
8855 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8856
8857 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8858 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8859 correct patch.
8860
8861 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8862
8863 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8864
8865 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8866
8867 Reapply:
8868 2014-05-21 Mark Wielaard <mjw@redhat.com>
8869
8870 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8871
8872 2015-07-30 Pedro Alves <palves@redhat.com>
8873
8874 * linux-low.c (handle_extended_wait): Set the child's last
8875 reported status to TARGET_WAITKIND_STOPPED.
8876
8877 2015-07-30 Pedro Alves <palves@redhat.com>
8878
8879 PR threads/18600
8880 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8881 only shows inferior 1.
8882
8883 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8884 Pedro Alves <palves@redhat.com>
8885
8886 PR threads/18600
8887 * gdb.threads/fork-plus-threads.c: New file.
8888 * gdb.threads/fork-plus-threads.exp: New file.
8889
8890 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8891
8892 * gdb.base/batch-preserve-term-settings.exp
8893 (test_terminal_settings_preserved_after_cli_exit): Use
8894 send_quit_command.
8895
8896 2015-07-29 Pedro Alves <palves@redhat.com>
8897 Don Breazeal <donb@codesourcery.com>
8898
8899 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8900 output from both inferior_spawn_id and gdb_spawn_id.
8901
8902 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8903
8904 * gdb.threads/attach-into-signal.exp (corefunc): Use
8905 with_test_prefix on nested loops, uniquefying the test messages.
8906
8907 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8908
8909 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8910 commit.
8911
8912 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8913
8914 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8915 New proc.
8916 (test_terminal_settings_preserved_after_sigterm): New test.
8917
8918 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8919
8920 * gdb.base/batch-preserve-term-settings.exp
8921 (test_terminal_settings_preserved_after_cli_exit): New test.
8922
8923 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8924
8925 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8926 manipulation of saved_gdbflags.
8927 (test_terminal_settings_preserved): Remove global declaration of
8928 the unused variable pagination_prompt. Remove manipulation of
8929 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8930 GDBFLAGS.
8931
8932 2015-07-29 Pedro Alves <palves@redhat.com>
8933
8934 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8935
8936 2015-07-29 Pedro Alves <palves@redhat.com>
8937
8938 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8939 at the top.
8940
8941 2015-07-29 Pedro Alves <palves@redhat.com>
8942
8943 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8944 (main): Call gdb_unbuffer_output.
8945 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8946 (main): Call gdb_unbuffer_output.
8947 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8948 (main): Call gdb_unbuffer_output.
8949 * gdb.base/call-strs.exp: Adjust to step over the
8950 gdb_unbuffer_output call.
8951 * gdb.base/catch-gdb-caused-signals.c: Include
8952 "../lib/unbuffer_output.c".
8953 (main): Call gdb_unbuffer_output.
8954 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8955 (main): Call gdb_unbuffer_output.
8956 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8957 (main): Call gdb_unbuffer_output.
8958 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8959 (main): Call gdb_unbuffer_output.
8960 * gdb.base/shlib-call.exp: Adjust to step over the
8961 gdb_unbuffer_output call.
8962 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8963 (main): Call gdb_unbuffer_output.
8964 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8965 (main): Call gdb_unbuffer_output.
8966 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8967 (main): Rename to ...
8968 (test): ... this.
8969 (main): Reimplement.
8970 * gdb.base/varargs.exp: Run to test instead of to main.
8971 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8972 (main): Call gdb_unbuffer_output.
8973
8974 2015-07-29 Pedro Alves <palves@redhat.com>
8975
8976 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8977 factore out from mi_continue_dprintf. For call-style dprintfs,
8978 expect dprintf output out of $inferior_spawn_id.
8979 (mi_continue_dprintf): Use mi_expect_dprintf.
8980 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8981 (main): Call gdb_unbuffer_output.
8982
8983 2015-07-29 Pedro Alves <palves@redhat.com>
8984
8985 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8986 (default_mi_gdb_start): Set inferior_spawn_id instead of
8987 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8988 gdb_spawn_id.
8989 (mi_gdb_test): Always expect inferior output from both
8990 $inferior_spawn_id and $gdb_spawn_id.
8991
8992 2015-07-29 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8995 send_inferior and $inferior_spawn_id.
8996
8997 2015-07-29 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.gdb/complaints.exp (test_initial_complaints)
9000 (test_serial_complaints, test_short_complaints): Use
9001 gdb_test_stdio.
9002 (test_empty_complaint): Handle $inferior_spawn_id !=
9003 $gdb_spawn_id.
9004
9005 2015-07-29 Pedro Alves <palves@redhat.com>
9006
9007 * gdb.base/varargs.exp: Use gdb_test_stdio.
9008
9009 2015-07-29 Pedro Alves <palves@redhat.com>
9010
9011 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9012
9013 2015-07-29 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9016
9017 2015-07-29 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9020 parameter into two new parameters, "inf_result" and "gdb_result".
9021 Expect inferior output and gdb output from $inferior_spawn_id and
9022 $gdb_spawn_id, respectively. Adjust all callers.
9023
9024 2015-07-29 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9027 of gdb_test_sequence.
9028
9029 2015-07-29 Pedro Alves <palves@redhat.com>
9030
9031 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9032 (saw_spurious_output): Expect inferior output from
9033 $inferior_spawn_id. Use gdb_test_stdio.
9034
9035 2015-07-29 Pedro Alves <palves@redhat.com>
9036
9037 * gdb.base/dprintf.exp: Use standard_testfile. Change
9038 prepare_for_testing call.
9039 (srcfile): Don't set.
9040 (restart): New procedure.
9041 (test_dprintf): New procecure, use to continue over dprintfs.
9042 (test_call, test_agent): New procedures, tests moved here.
9043 Restart gdb and recreate dprintfs. Adjust expected output.
9044
9045 2015-07-29 Pedro Alves <palves@redhat.com>
9046
9047 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9048
9049 2015-07-29 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9052
9053 2015-07-29 Pedro Alves <palves@redhat.com>
9054
9055 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9056 gdb_test_stdio.
9057
9058 2015-07-29 Pedro Alves <palves@redhat.com>
9059
9060 * lib/gdb.exp (gdb_test_stdio): New procedure.
9061
9062 2015-07-29 Pedro Alves <palves@redhat.com>
9063
9064 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9065
9066 2015-07-29 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.base/call-signal-resume.exp: Remove check for
9069 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9070 * gdb.base/unwindonsignal.exp: Likewise.
9071 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9072 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9073
9074 2015-07-29 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.base/siginfo-addr.c (pass): New function.
9077 (handler): Call it iff si_addr is correct.
9078 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9079 Set a breakpoint at "pass" and continue to it.
9080
9081 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9082
9083 * gdb.python/py-objfile.exp: Make some tests have unique names.
9084 * gdb.python/py-pp-registration.exp: Likewise.
9085
9086 2015-07-28 Pedro Alves <palves@redhat.com>
9087
9088 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9089
9090 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9091
9092 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9093
9094 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9095
9096 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9097
9098 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9099
9100 * gdb.base/gdb-sigterm-2.exp: New test.
9101
9102 2015-07-25 Doug Evans <xdje42@gmail.com>
9103
9104 Revert:
9105 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9106 (workers/%.worker, build-perf): New rule.
9107 (GDB_PERFTEST_MODE): New variable.
9108 (check-perf): Use it.
9109 (clean): Clean up gdb.perf parallel build subdirs.
9110 * lib/build-piece.exp: New file.
9111 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9112 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9113 name.
9114 (standard_temp_file): Ditto.
9115 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9116 of $GDB_PARALLEL.
9117
9118 2015-07-24 Doug Evans <dje@google.com>
9119
9120 * gdb.perf/lib/perftest/utils.py: New file.
9121 * gdb.perf/gm-hello.cc: New file.
9122 * gdb.perf/gm-pervasive-typedef.cc: New file.
9123 * gdb.perf/gm-pervasive-typedef.h: New file.
9124 * gdb.perf/gm-std.cc: New file.
9125 * gdb.perf/gm-std.h: New file.
9126 * gdb.perf/gm-use-cerr.cc: New file.
9127 * gdb.perf/gm-utils.h: New file.
9128 * gdb.perf/gmonster-null-lookup.py: New file.
9129 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9130 * gdb.perf/gmonster-print-cerr.py: New file.
9131 * gdb.perf/gmonster-ptype-string.py: New file.
9132 * gdb.perf/gmonster-runto-main.py: New file.
9133 * gdb.perf/gmonster-select-file.py: New file.
9134 * gdb.perf/gmonster1-null-lookup.exp: New file.
9135 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9136 * gdb.perf/gmonster1-print-cerr.exp: New file.
9137 * gdb.perf/gmonster1-ptype-string.exp: New file.
9138 * gdb.perf/gmonster1-runto-main.exp: New file.
9139 * gdb.perf/gmonster1-select-file.exp: New file.
9140 * gdb.perf/gmonster1.cc: New file.
9141 * gdb.perf/gmonster1.exp: New file.
9142 * gdb.perf/gmonster2-null-lookup.exp: New file.
9143 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9144 * gdb.perf/gmonster2-print-cerr.exp: New file.
9145 * gdb.perf/gmonster2-ptype-string.exp: New file.
9146 * gdb.perf/gmonster2-runto-main.exp: New file.
9147 * gdb.perf/gmonster2-select-file.exp: New file.
9148 * gdb.perf/gmonster2.cc: New file.
9149 * gdb.perf/gmonster2.exp: New file.
9150
9151 2015-07-24 Doug Evans <dje@google.com>
9152
9153 * gdb.perf/README: New file.
9154 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9155 * lib/gen-perf-test.exp: New file.
9156
9157 2015-07-24 Doug Evans <dje@google.com>
9158
9159 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9160 (PerfTest::startup): New function.
9161 (PerfTest::run): Return result of calling body.
9162 (PerfTest::assemble): Rewrite.
9163 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9164 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9165 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9166 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9167 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9168
9169 2015-07-24 Doug Evans <dje@google.com>
9170
9171 * lib/gdb.exp (clean_restart): Make executable optional.
9172
9173 2015-07-24 Doug Evans <dje@google.com>
9174
9175 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9176 compiler_info references.
9177 * gdb.cp/temargs.exp: Ditto.
9178 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9179 (get_compiler_info): Early exit if already computed. Set compiler_info
9180 to "unknown" if there was a problem.
9181 (test_compiler_info): Add function comment. Call get_compiler_info.
9182
9183 2015-07-24 Doug Evans <dje@google.com>
9184
9185 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9186 (workers/%.worker, build-perf): New rule.
9187 (GDB_PERFTEST_MODE): New variable.
9188 (check-perf): Use it.
9189 (clean): Clean up gdb.perf parallel build subdirs.
9190 * lib/build-piece.exp: New file.
9191 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9192 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9193 name.
9194 (standard_temp_file): Ditto.
9195 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9196 of $GDB_PARALLEL.
9197
9198 2015-07-24 Doug Evans <dje@google.com>
9199
9200 * lib/future.exp (gdb_default_target_compile): New option
9201 "early_flags".
9202 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9203 --as-needed.
9204
9205 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9206
9207 * gdb.base/catch-syscall.exp: Call gdb_exit before
9208 gdb_skip_xml_test.
9209
9210 2015-07-24 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.python/py-events.exp: Accept output between the stop event
9213 and the prompt.
9214 * gdb.python/py-evsignal.exp: Likewise.
9215 * gdb.python/py-evthreads.exp: Likewise.
9216
9217 2015-07-24 Pedro Alves <palves@redhat.com>
9218
9219 PR gdb/18717
9220 * gdb.threads/non-ldr-exit.c: New file.
9221 * gdb.threads/non-ldr-exit.exp: New file.
9222
9223 2015-07-24 Yao Qi <yao.qi@linaro.org>
9224
9225 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9226 restarting process.
9227
9228 2015-07-24 Yao Qi <yao.qi@linaro.org>
9229
9230 * gdb.server/ext-restart.exp: New file.
9231
9232 2015-07-24 Yao Qi <yao.qi@linaro.org>
9233
9234 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9235 argument options.
9236 * gdb.server/ext-wrapper.exp: New file.
9237
9238 2015-07-23 Doug Evans <dje@google.com>
9239
9240 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9241 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9242
9243 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9244
9245 * gdb.ada/var_arr_typedef.exp: New testcase.
9246 * gdb.ada/var_arr_typedef/pack.adb: New file.
9247 * gdb.ada/var_arr_typedef/pack.ads: New file.
9248 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9249
9250 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9251
9252 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9253
9254 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9255
9256 * gdb.arch/i386-biarch-core.exp: Replace istarget
9257 by "complete set gnutarget". Remove expectation for the "core-file"
9258 command.
9259
9260 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9261
9262 Revert the previous commit:
9263 Tests for validate symbol file using build-id.
9264
9265 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9266
9267 Tests for validate symbol file using build-id.
9268 * gdb.base/solib-mismatch-lib.c: New file.
9269 * gdb.base/solib-mismatch-libmod.c: New file.
9270 * gdb.base/solib-mismatch.c: New file.
9271 * gdb.base/solib-mismatch.exp: New file.
9272
9273 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9274
9275 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9276 nios2-*-linux*.
9277 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9278 * gdb.base/siginfo.exp: Likewise.
9279 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9280
9281 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9282
9283 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9284 Move it to ...
9285 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9286 ... here.
9287 * gdb.trace/range-stepping.exp: Check that the target supports
9288 range stepping.
9289
9290 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9291
9292 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9293
9294 2015-07-14 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.base/killed-outside.exp: New file.
9297 * gdb.base/killed-outside.c: New file.
9298
9299 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9300
9301 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9302 (n at main): New.
9303 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9304
9305 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9306
9307 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9308 infcall tests instead of setting up for KFAIL.
9309
9310 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9311
9312 * gdb.btrace/record_goto-step.exp: New.
9313
9314 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9315
9316 PR compile/18484
9317 * gdb.compile/compile.c (struct struct_type): Add volatile to
9318 selffield's type.
9319 * gdb.compile/compile.exp
9320 (compile code struct_object.selffield = &struct_object): Skip further
9321 struct_object tests if this one xfails.
9322
9323 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9324
9325 PR exp/18617
9326 * gdb.trace/ax.exp: Add test.
9327
9328 2015-07-07 Yao Qi <yao.qi@linaro.org>
9329
9330 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9331 instead of istarget "aarch64*-*-*".
9332 * gdb.arch/aarch64-fp.exp: Likewise.
9333 * gdb.base/float.exp: Likewise.
9334 * gdb.reverse/aarch64.exp: Likewise.
9335 * lib/gdb.exp (is_aarch64_target): New proc.
9336
9337 2015-07-07 Yao Qi <yao.qi@linaro.org>
9338
9339 * lib/gdb.exp (is_aarch32_target): New proc.
9340 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9341 instead of "istarget "arm*-*-*"".
9342 * gdb.arch/arm-disp-step.exp: Likewise.
9343 * gdb.arch/thumb-bx-pc.exp: Likewise.
9344 * gdb.arch/thumb-prologue.exp: Likewise.
9345 * gdb.arch/thumb-singlestep.exp: Likewise.
9346 * gdb.base/disp-step-syscall.exp: Likewise.
9347 * gdb.base/float.exp: Likewise.
9348
9349 2015-07-07 Yao Qi <yao.qi@linaro.org>
9350
9351 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9352 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9353
9354 2015-07-07 Yao Qi <yao.qi@linaro.org>
9355
9356 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9357 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9358 if it exists.
9359 * gdb.multi/multi-arch.exp: Likewise.
9360
9361 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9362
9363 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9364 print.
9365
9366 2015-07-07 Yao Qi <yao.qi@linaro.org>
9367
9368 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9369
9370 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9371
9372 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9373 '[' and ']' characters.
9374
9375 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9376
9377 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9378
9379 2015-06-29 Pedro Alves <palves@redhat.com>
9380
9381 PR threads/18127
9382 * gdb.threads/hand-call-new-thread.c: New file.
9383 * gdb.threads/hand-call-new-thread.c: New file.
9384
9385 2015-06-26 Keith Seitz <keiths@redhat.com>
9386 Doug Evans <dje@google.com>
9387
9388 PR 16253
9389 * gdb.cp/var-tag-2.cc: New file.
9390 * gdb.cp/var-tag-3.cc: New file.
9391 * gdb.cp/var-tag-4.cc: New file.
9392 * gdb.cp/var-tag.cc: New file.
9393 * gdb.cp/var-tag.exp: New file.
9394
9395 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9396
9397 * gdb.base/history-duplicates.exp: New test.
9398
9399 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9400
9401 * gdb.base/completion.exp: Test the completion of the "focus"
9402 command.
9403
9404 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9405
9406 * gdb.arch/amd64-prologue-skip.S: New file.
9407 * gdb.arch/amd64-prologue-skip.exp: New file.
9408
9409 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9410
9411 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9412 is_address_zero_readable check.
9413
9414 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9415
9416 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9417 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9418
9419 2015-06-24 Yao Qi <yao.qi@linaro.org>
9420
9421 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9422 linux targets.
9423
9424 2015-06-24 Yao Qi <yao.qi@linaro.org>
9425
9426 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9427 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9428 * gdb.base/siginfo-thread.exp: Likewise.
9429
9430 2015-06-22 Yao Qi <yao.qi@linaro.org>
9431
9432 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9433
9434 2015-06-22 Yao Qi <yao.qi@linaro.org>
9435
9436 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9437 aarch64*-*-*.
9438 (skip_hw_watchpoint_tests): Likewise.
9439
9440 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9441
9442 * gdb.base/gdbinit-history.exp: Test the interaction between
9443 setting GDBHISTSIZE and setting the history size via .gdbinit.
9444
9445 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9446
9447 PR gdb/16999
9448 * gdb.base/gdbhistsize-history.exp: New test.
9449
9450 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9451
9452 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9453 with GDBHISTSIZE.
9454 * gdb.base/readline.exp: Likewise.
9455
9456 2015-06-17 Yao Qi <yao.qi@linaro.org>
9457
9458 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9459 line.
9460
9461 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9462
9463 * gdb.base/gdbinit-history.exp: Add test case to check that
9464 an unlimited history file does not get truncated on exit.
9465
9466 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9467
9468 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9469 (VECTOR): New macro. Use it...
9470 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9471 ...for these typedefs.
9472 (int8, char1, int1, double1): New typedefs.
9473 (struct just_int2, struct two_int2): New structures.
9474 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9475 (add_structvecs, add_singlevecs): New functions.
9476 (main): Call add_some_intvecs twice.
9477 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9478 the compile and exit upon failure. Try compiling for the "native"
9479 architecture. Test inferior function calls with vector arguments
9480 and vector return value handling with "finish" and "return".
9481
9482 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9483
9484 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9485 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9486 PE file.
9487 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9488
9489 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9490
9491 PR breakpoints/16465
9492 * gdb.mi/mi-dprintf-pending.c: New file.
9493 * gdb.mi/mi-dprintf-pending.exp: New test.
9494 * gdb.mi/mi-dprintf-pendshr.c: New file.
9495
9496 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9497 Mircea Gherzan <mircea.gherzan@intel.com>
9498
9499 * gdb.arch/i386-mpx-map.c: New file.
9500 * gdb.arch/i386-mpx-map.exp: New File.
9501
9502 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9503
9504 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9505 * gdb.arch/i386-mpx.exp: Indentation fixed.
9506
9507 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9508
9509 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9510 function and improved indentation.
9511 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9512 gdb_test_multiple. Added additional tests to skip the test.
9513
9514 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9515
9516 * gdb.arch/i386-avx512.c: Change path in include file.
9517 * gdb.arch/i386-avx512.exp: Change include dir path
9518 compilation flag.
9519 * gdb.arch/i386-mpx.c: Change path in include file.
9520 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9521 flag.
9522
9523 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9524
9525 * gdb.compile/compile-print.exp (compile print *vararray@3)
9526 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9527
9528 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9529
9530 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9531 (do not keep jit in memory): ... this.
9532 (expect 5): Change it to ...
9533 (expect no 5): ... this.
9534
9535 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9536
9537 PR gdb/15564
9538 * gdb.mi/mi-detach.exp: New file.
9539
9540 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9541
9542 PR symtab/18392
9543 * gdb.arch/amd64-tailcall-self.S: New file.
9544 * gdb.arch/amd64-tailcall-self.c: New file.
9545 * gdb.arch/amd64-tailcall-self.exp: New file.
9546
9547 2015-05-28 Don Breazeal <donb@codesourcery.com>
9548
9549 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9550 tests for remote targets by checking is_target_gdbserver.
9551
9552 2015-05-27 Doug Evans <dje@google.com>
9553
9554 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9555 * gdb.dwarf2/opaque-type-lookup.c: New file.
9556 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9557
9558 2015-05-26 Doug Evans <dje@google.com>
9559
9560 * gdb.cp/iostream.cc: New file.
9561 * gdb.cp/iostream.exp: New file.
9562
9563 2015-05-26 Doug Evans <dje@google.com>
9564
9565 * gdb.dwarf2/dw2-op-call.exp: Update.
9566 * gdb.dwarf2/dw4-sig-types.exp: Update.
9567 * gdb.dwarf2/implptr.exp: Update.
9568 * gdb.mi/mi-cmd-param-changed.exp: Update.
9569
9570 2015-05-26 Doug Evans <dje@google.com>
9571
9572 * gdb.python/py-lazy-string.c: New file.
9573 * gdb.python/py-lazy-string.exp: New file.
9574 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9575 (main): Update. Add estring3.
9576 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9577 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9578
9579 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9580 Yao Qi <yao.qi@linaro.org>
9581
9582 * gdb.reverse/aarch64.c: New.
9583 * gdb.reverse/aarch64.exp: New.
9584
9585 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9586
9587 * lib/gdb.exp (supports_process_record): Return true for
9588 aarch64*-linux*.
9589 (supports_reverse): Likewise.
9590
9591 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9592
9593 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9594 Use with_test_prefix.
9595
9596 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9597
9598 * gdb.base/completion.exp: Add test for completion of layout
9599 names.
9600
9601 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9602
9603 * lib/gdb.exp (skip_tui_tests): New proc.
9604 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9605
9606 2015-05-19 Pedro Alves <palves@redhat.com>
9607
9608 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9609 Save the whole env array instead of just HOME. Unset HISTSIZE in
9610 the environment while testing. Restore whole environment
9611 afterwards.
9612
9613 2015-05-16 Doug Evans <xdje42@gmail.com>
9614
9615 * gdb.guile/scm-ports.c: New file.
9616 * gdb.guile/scm-ports.exp: Add memory port tests.
9617
9618 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9619
9620 * gdb.compile/compile-print.c: New file.
9621 * gdb.compile/compile-print.exp: New file.
9622
9623 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9624
9625 * gdb.compile/compile-ops.exp: Cast param to void.
9626 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9627 (compile code struct_object.selffield = &struct_object): Add xfail.
9628
9629 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9630
9631 * gdb.ada/arr_enum_with_gap: New testcase.
9632
9633 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9634
9635 * gdb.ada/byte_packed_arr: New testcase.
9636
9637 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9638
9639 * gdb.ada/pckd_neg: New testcase.
9640
9641 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9642
9643 PR gdb/17820
9644 * gdb.base/gdbinit-history.exp: New test.
9645 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9646 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9647
9648 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9649
9650 * gdb.python/py-xmethods.cc: Enhance test case.
9651 * gdb.python/py-xmethods.exp: New tests.
9652 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9653 function.
9654 (B_indexoper): Likewise.
9655 (global_dm_list) : Add new xmethod worker functions.
9656
9657 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9658
9659 * gdb.base/coredump-filter.exp: Correctly unset
9660 "coredump_var_addr" array.
9661
9662 2015-05-08 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.server/non-existing-program.exp: Unset spawn_id.
9665
9666 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9667
9668 PR python/18291
9669 * gdb.python/py-xmethods.exp: Add tests.
9670
9671 2015-05-08 Yao Qi <yao.qi@linaro.org>
9672
9673 PR gdb/18208
9674 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9675 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9676 function set_coredump_filter, and remove remote_exec call.
9677 Remove argument ipid. Callers update.
9678 (top level): Don't get inferior's PID.
9679
9680 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9681
9682 * gdb.base/watch_thread_num.exp: Skip test on targets without
9683 access watchpoints.
9684
9685 2015-05-06 Pedro Alves <palves@redhat.com>
9686
9687 PR server/18081
9688 * gdb.server/non-existing-program.exp: New file.
9689
9690 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9691
9692 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9693
9694 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9695
9696 * gdb.ada/out_of_line_in_inlined: New testcase.
9697
9698 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9699
9700 * gdb.ada/var_rec_arr: New testcase.
9701
9702 2015-04-30 Yao Qi <yao.qi@linaro.org>
9703
9704 * gdb.base/break-idempotent.exp: If
9705 skip_hw_watchpoint_multi_tests returns true, skip the tests
9706 on "rwatch" and "awatch".
9707
9708 2015-04-30 Yao Qi <yao.qi@linaro.org>
9709
9710 * gdb.base/relativedebug.exp: Invoke gdb command
9711 "info sharedlibrary", and if libc.so doesn't have debug info,
9712 skip the test.
9713
9714 2015-04-29 Doug Evans <dje@google.com>
9715
9716 * gdb.python/py-xmethods.exp: Add ptype tests.
9717 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9718 get_result_type method.
9719
9720 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9721
9722 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9723 the target does not support hardware watchpoints.
9724
9725 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9726
9727 * gdb.base/break-always.exp: Abort testing if writing to memory
9728 causes an error.
9729
9730 2015-04-28 Doug Evans <dje@google.com>
9731
9732 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9733 * gdb.python/py-pp-registration.exp: ... here. New file.
9734 * gdb.python/py-pp-registration.c: New file.
9735 * gdb.python/py-pp-registration.py: New file.
9736
9737 2015-04-28 Doug Evans <dje@google.com>
9738
9739 * gdb.python/py-bad-printers.c: New file.
9740 * gdb.python/py-bad-printers.py: New file.
9741 * gdb.python/py-bad-printers.exp: New file.
9742
9743 2015-04-28 Sasha Smundak <asmundak@google.com>
9744
9745 * gdb.python/py-type.exp: New test.
9746
9747 2015-04-28 Andy Wingo <wingo@igalia.com>
9748
9749 * gdb.python/py-parameter.exp:
9750 * gdb.guile/scm-parameter.exp: Escape the path that we are
9751 matching against, as it might contain characters that are special
9752 to regular expressions.
9753
9754 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9755
9756 * gdb.ada/rec_comp: New testcase.
9757
9758 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9759
9760 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9761 before using it.
9762
9763 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9764
9765 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9766 new tests for verilog output.
9767
9768 2015-04-24 Yao Qi <yao.qi@linaro.org>
9769
9770 * boards/remote-gdbserver-on-localhost.exp: New file.
9771
9772 2015-04-23 Pedro Alves <palves@redhat.com>
9773
9774 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9775 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9776 "end of file", remove $inferior_spawn_id from the indirect list.
9777
9778 2015-04-23 Pedro Alves <palves@redhat.com>
9779
9780 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9781
9782 2015-04-23 Pedro Alves <palves@redhat.com>
9783
9784 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9785 on $any_spawn_id instead of only on $gdb_spawn_id.
9786
9787 2015-04-21 Pierre Muller <muller@sourceware.org>
9788
9789 PR pascal/17815
9790 * lib/pascal.exp (gpc_compile): Add new option "class".
9791 (fpc_compile): Likewise.
9792 * gdb.pascal/case-insensitive-symbols.pas: New file.
9793 * gdb.pascal/case-insensitive-symbols.exp: New file.
9794
9795 2015-04-20 Gary Benson <gbenson@redhat.com>
9796
9797 * gdb.base/attach.exp: Fix three extended remote failures.
9798
9799 2015-04-17 Gary Benson <gbenson@redhat.com>
9800
9801 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9802 the main executable over the remote protocol.
9803
9804 2015-04-16 Pedro Alves <palves@redhat.com>
9805
9806 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9807 a new gdbserver if gdbserver_reconnect_p is set.
9808
9809 2015-04-16 Pedro Alves <palves@redhat.com>
9810
9811 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9812 is set, don't exit gdbserver.
9813
9814 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9815
9816 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9817 appropriate .insn, such that an older assembler can be used.
9818 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9819 the z/Architecture instruction set on 31-bit targets as well.
9820
9821 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9822
9823 * gdb.go/handcall.exp: Remove all logic related to the first
9824 breakpoint and rely on go_runto_main instead.
9825 * gdb.go/strings.exp: Likewise.
9826 * gdb.go/unsafe.exp: Likewise.
9827 * gdb.go/hello.exp: Likewise. Also rename the remaining
9828 breakpoint marker to "breakpoint 1".
9829 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9830 * gdb.go/strings.go: Likewise.
9831 * gdb.go/unsafe.go: Likewise.
9832 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9833 "set breakpoint 2 here" and rename the remaining breakpoint marker
9834 to "breakpoint 1".
9835
9836 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9837
9838 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9839 if itertools.imap is not present.
9840 * gdb.python/py-objfile.exp: Add parentheses.
9841 * gdb.python/py-type.exp: Same.
9842 * gdb.python/py-unwind-maint.py: Same.
9843
9844 2015-04-15 Yao Qi <yao.qi@linaro.org>
9845
9846 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9847 of ":$ptr_size" and set its form explicitly.
9848
9849 2015-04-15 Pedro Alves <palves@redhat.com>
9850 Yao Qi <yao.qi@linaro.org>
9851
9852 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9853 timeout by factor of 4.
9854 (test_regular_watch): Likewise.
9855 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9856 * gdb.reverse/sigall-reverse.exp: Likewise.
9857 * gdb.reverse/until-precsave.exp: Likewise.
9858 * lib/gdb.exp (with_timeout_factor): New proc.
9859 (gdb_expect): Move some code to ...
9860 (get_largest_timeout): ... here. New procedure.
9861
9862 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9863
9864 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9865
9866 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9867
9868 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9869 to write to the .text section.
9870
9871 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9872
9873 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9874 Handle the case of targets that do not provide PID information.
9875
9876 2015-04-13 Yao Qi <yao.qi@linaro.org>
9877
9878 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9879 and use expect instead of gdb_expect.
9880
9881 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9882
9883 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9884 "coredump_var_addr" to avoid naming conflict with other testcases.
9885
9886 2015-04-10 Pedro Alves <palves@redhat.com>
9887
9888 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9889 gdb_test_sequence and gdb_assert.
9890
9891 2015-04-10 Pedro Alves <palves@redhat.com>
9892
9893 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9894 test messages that don't include the breakpoint address.
9895
9896 2015-04-10 Yao Qi <yao.qi@linaro.org>
9897
9898 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9899 false for some offset and width combinations which aren't
9900 supported by linux kernel.
9901
9902 2015-04-10 Pedro Alves <palves@redhat.com>
9903
9904 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9905 procedure, factored out from ...
9906 (top level): ... here. Add "set displaced-stepping" testing axis.
9907 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9908 parameter "displaced". Use it.
9909 (top level): Use foreach and add "set displaced-stepping" testing
9910 axis.
9911
9912 2015-04-10 Pedro Alves <palves@redhat.com>
9913
9914 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9915 Remove comment.
9916 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9917 both the address of the instruction that triggers the watchpoint
9918 and the address of the instruction immediately after, and use
9919 those addresses for the test. Fix comment.
9920
9921 2015-04-10 Pedro Alves <palves@redhat.com>
9922
9923 * gdb.base/sigstep.exp (breakpoint_to_handler)
9924 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9925 Test "backtrace" in handler.
9926 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9927 (top level): Add new "displaced" test axis to
9928 breakpoint_to_handler, breakpoint_to_handler_entry and
9929 breakpoint_over_handler.
9930
9931 2015-04-10 Pedro Alves <palves@redhat.com>
9932
9933 PR gdb/18216
9934 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9935
9936 2015-04-10 Yao Qi <yao.qi@linaro.org>
9937
9938 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9939 (test_add_rn_pc): New function.
9940 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9941 (top level): Invoke test_add_rn_pc.
9942
9943 2015-04-10 Pedro Alves <palves@redhat.com>
9944
9945 PR gdb/13858
9946 * gdb.base/step-over-no-symbols.exp: New file.
9947
9948 2015-04-09 Andy Wingo <wingo@igalia.com>
9949
9950 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9951 after the Python tests.
9952
9953 2015-04-08 Keith Seitz <keiths@redhat.com>
9954
9955 PR python/16699
9956 * gdb.python/py-completion.exp: New tests for completion.
9957 * gdb.python/py-completion.py (CompleteLimit1): New class.
9958 (CompleteLimit2): Likewise.
9959 (CompleteLimit3): Likewise.
9960 (CompleteLimit4): Likewise.
9961 (CompleteLimit5): Likewise.
9962 (CompleteLimit6): Likewise.
9963 (CompleteLimit7): Likewise.
9964
9965 2015-04-08 Pedro Alves <palves@redhat.com>
9966
9967 PR gdb/18214
9968 PR gdb/18216
9969 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9970 function.
9971 (main): Install it as SIGUSR1 handler.
9972 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9973 parameter. Always use "setup" as prefix. Toggle "set
9974 displaced-stepping" off/on depending on global. Don't switch to
9975 thread 1 here.
9976 (top level): Add displaced stepping "off/on" test axis. Update
9977 "setup" calls. Wrap each subtest with with_test_prefix. Test
9978 continuing with a queued signal in each thread.
9979
9980 2015-04-08 Pedro Alves <palves@redhat.com>
9981
9982 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9983 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9984 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9985 Return early if running to main fails.
9986 * gdb.trace/while-stepping.exp: Likewise.
9987
9988 2015-04-07 Pedro Alves <palves@redhat.com>
9989
9990 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9991 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9992 interact with inferior program.
9993
9994 2015-04-07 Pedro Alves <palves@redhat.com>
9995
9996 * lib/gdb.exp (inferior_spawn_id): New global.
9997 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9998 spawn id after processing the user code.
9999 (default_gdb_start): Set inferior_spawn_id.
10000 (send_inferior): New procedure.
10001 * lib/gdbserver-support.exp (gdbserver_start): Set
10002 inferior_spawn_id.
10003 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10004
10005 2015-04-07 Pedro Alves <palves@redhat.com>
10006
10007 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10008 * lib/gdbserver-support.exp (gdbserver_start): Make
10009 $server_spawn_id global.
10010 (gdbserver_start): Don't wait for gdbserver's spawn id with
10011 expect_background.
10012 (close_gdbserver): New procedure.
10013 (gdb_exit): Rename the default version and reimplement.
10014
10015 2015-04-07 Pedro Alves <palves@redhat.com>
10016
10017 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10018 append the substituted item, not the original item.
10019
10020 2015-04-07 Pedro Alves <palves@redhat.com>
10021
10022 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10023 gdb_expect.
10024
10025 2015-04-07 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10028 output appearing once only.
10029
10030 2015-04-07 Pedro Alves <palves@redhat.com>
10031
10032 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10033 that doesn't expect anything. Return early if running to main
10034 fails.
10035
10036 2015-04-07 Yao Qi <yao.qi@linaro.org>
10037
10038 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10039 (child_function): Call alarm.
10040 (main): Move call to alarm into the loop.
10041 * gdb.threads/non-stop-fair-events.exp: Build program with
10042 -DTIMEOUT=$timeout.
10043
10044 2015-04-06 Doug Evans <xdje42@gmail.com>
10045
10046 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10047 Fix dest parameter to board_info.
10048 (fpc_compile): Ditto.
10049 (gdb_compile_pascal): Rename dest arg to destfile.
10050
10051 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10052
10053 * gdb.ada/funcall_ref.exp: New file.
10054 * gdb.ada/funcall_ref/foo.adb: New file.
10055
10056 2015-04-02 Yao Qi <yao.qi@linaro.org>
10057
10058 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10059 is remote.
10060
10061 2015-04-02 Gary Benson <gbenson@redhat.com>
10062
10063 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10064
10065 2015-04-01 Sasha Smundak <asmundak@google.com>
10066
10067 * gdb.python/py-unwind-maint.c: New file.
10068 * gdb.python/py-unwind-maint.exp: New test.
10069 * gdb.python/py-unwind-maint.py: New file.
10070 * gdb.python/py-unwind.c: New file.
10071 * gdb.python/py-unwind.exp: New test.
10072 * gdb.python/py-unwind.py: New test.
10073
10074 2015-04-01 Pedro Alves <palves@redhat.com>
10075
10076 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10077 to fail instead of non-existent $test.
10078
10079 2015-04-01 Pedro Alves <palves@redhat.com>
10080
10081 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10082 GDBFLAGS if not empty.
10083
10084 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10085
10086 * gdb.ada/complete.exp: Remove "multi_line".
10087 * gdb.ada/info_exc.exp: Remove "multi_line".
10088 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10089 * gdb.ada/ptype_field.exp: Remove "multi_line".
10090 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10091 * gdb.ada/tagged.exp: Remove "multi_line".
10092 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10093 [multi_line ...]
10094 * gdb.btrace/delta.exp: Likewise.
10095 * gdb.btrace/exception.exp: Likewise.
10096 * gdb.btrace/function_call_history.exp: Likewise.
10097 * gdb.btrace/instruction_history.exp: Likewise.
10098 * gdb.btrace/nohist.exp: Likewise.
10099 * gdb.btrace/record_goto.exp: Likewise.
10100 * gdb.btrace/segv.exp: Likewise.
10101 * gdb.btrace/stepi.exp: Likewise.
10102 * gdb.btrace/tailcall.exp: Likewise.
10103 * gdb.btrace/unknown_functions.exp: Likewise.
10104 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10105 * lib/gdb.exp: Add the "multi_line" helper.
10106
10107 2015-04-01 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.threads/tid-reuse.c: New file.
10110 * gdb.threads/tid-reuse.exp: New file.
10111
10112 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10113
10114 PR corefiles/16092
10115 * gdb.base/coredump-filter.c: New file.
10116 * gdb.base/coredump-filter.exp: Likewise.
10117
10118 2015-03-27 Petr Machata <pmachata@redhat.com>
10119
10120 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10121 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10122 (Dwarf::assemble): Initialize them.
10123 (Dwarf::lines): New function.
10124
10125 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10126
10127 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10128 SYMBOL_PREFIX for x86_64-*-cygwin.
10129
10130 2015-03-26 Andy Wingo <wingo@igalia.com>
10131
10132 PR symtab/18148
10133 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10134 const_value but not a location.
10135 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10136 location defined in non-main CUs are visible.
10137
10138 2015-03-26 Yao Qi <yao.qi@linaro.org>
10139
10140 PR testsuite/18139
10141 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10142 Add a line number entry for the same line.
10143 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10144 Add a line number entry for the same line.
10145
10146 2015-03-26 Yao Qi <yao.qi@linaro.org>
10147
10148 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10149 .int 0.
10150 (func): Likewise. Add .Lfunc_1 label.
10151 Use .Lfunc_1 label.
10152 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10153 .int 0.
10154 (func): Likewise.
10155 Use .Lfunc_1 label.
10156
10157 2015-03-26 Yao Qi <yao.qi@linaro.org>
10158
10159 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10160 Call gdb_compile instead to compile each .s files without debug
10161 information.
10162
10163 2015-03-26 Yao Qi <yao.qi@linaro.org>
10164
10165 * gdb.base/savedregs.exp (process_saved_regs): Make
10166 "Saved registers:" optional in the pattern.
10167
10168 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10169
10170 * gdb.btrace/next.exp: Merged into step.exp.
10171 * gdb.btrace/finish.exp: Merged into step.exp.
10172 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10173 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10174 "record goto" and checking the exact replay position.
10175 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10176 check for "Recording format" in "info record" output.
10177 * gdb.btrace/record_goto.exp: Choose test file based on target.
10178 * gdb.btrace/x86-record_goto.S: Renamed into ...
10179 * gdb.btrace/x86_64-record_goto.S: ... this.
10180 * gdb.btrace/i686-record_goto.S: New.
10181 * gdb.btrace/x86-tailcall.S: Renamed into ...
10182 * gdb.btrace/x86_64-tailcall.S: ... this.
10183 * gdb.btrace/i686-tailcall.S: New.
10184 * gdb.btrace/x86-tailcall.c: Renamed into ...
10185 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10186 separate statements. Update test.
10187 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10188 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10189 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10190 * gdb.btrace/tailcall.exp: Choose test file based on target.
10191 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10192
10193 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10194
10195 * gdb.btrace/exception.exp: Increase BTS buffer size.
10196
10197 2015-03-24 Pedro Alves <palves@redhat.com>
10198
10199 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10200
10201 2015-03-24 Pedro Alves <palves@redhat.com>
10202
10203 * gdb.threads/schedlock.exp (test_step): No longer expect that
10204 "set scheduler-locking step" with "next" over a function call runs
10205 threads unlocked.
10206
10207 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10208
10209 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10210
10211 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10212
10213 PR breakpoints/16466
10214 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10215 * gdb.mi/mi-pending.c (thread_func): New function.
10216 (int main): Add threading support required.
10217 * gdb.mi/mi-pending.exp: Add tests for this issue.
10218 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10219 (pendfunc2): Remove stdio dependency.
10220 * gdb.mi/mi-pendshr2.c: New file.
10221
10222 2015-03-23 Keith Seitz <keiths@redhat.com>
10223
10224 * gdb.linespec/keywords.c: New file.
10225 * gdb.linespec/keywords.exp: New file.
10226
10227 2015-03-23 Keith Seitz <keiths@redhat.com>
10228
10229 PR gdb/18021
10230 * gdb.dwarf2/staticvirtual.exp: New test.
10231
10232 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10233
10234 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10235 * README: Remove HP-UX and gdb.hp.
10236 (configuration):
10237 * configure: Regenerate.
10238 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10239 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10240 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10241 gdb.hp/gdb.defects/Makefile.
10242 * gdb.hp/Makefile.in: File deleted.
10243 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10244 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10245 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10246 * gdb.hp/gdb.aCC/run.c: File deleted.
10247 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10248 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10249 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10250 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10251 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10252 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10253 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10254 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10255 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10256 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10257 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10258 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10259 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10260 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10261 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10262 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10263 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10264 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10265 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10266 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10267 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10268 * gdb.hp/gdb.compat/average.c: File deleted.
10269 * gdb.hp/gdb.compat/sum.c: File deleted.
10270 * gdb.hp/gdb.compat/xdb.c: File deleted.
10271 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10272 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10273 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10274 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10275 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10276 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10277 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10278 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10279 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10280 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10281 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10282 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10283 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10284 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10285 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10286 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10287 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10288 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10289 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10290 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10291 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10292 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10293 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10294 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10295 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10296 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10297 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10298 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10299 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10300 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10301 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10302 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10303 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10304 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10305 * gdb.hp/tools/odump: File deleted.
10306
10307 2015-03-19 Pedro Alves <palves@redhat.com>
10308
10309 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10310 (saw_thread_3): New globals.
10311 (top level): Increment them when an event for the corresponding
10312 thread is seen.
10313 (no thread starvation): New test.
10314
10315 2015-03-19 Pedro Alves <palves@redhat.com>
10316
10317 * gdb.threads/continue-pending-status.c: New file.
10318 * gdb.threads/continue-pending-status.exp: New file.
10319
10320 2015-03-18 Pedro Alves <palves@redhat.com>
10321
10322 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10323 Use gdb_is_target_remote instead of is_remote. Use
10324 gdb_test_multiple instead of gdb_expect. Exit early if
10325 gdb_test_multiple hits its internal matches. Tighten stepi tests
10326 expected output. Fail on exit with any signal, instead of just
10327 SIGILL.
10328
10329 2015-03-18 Yao Qi <yao.qi@linaro.org>
10330
10331 PR tdep/18107
10332 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10333 variable.
10334 * gdb.base/catch-syscall.exp: Don't skip it on
10335 aarch64*-*-linux* target. Remove elements in all_syscalls.
10336 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10337 target.
10338 (setup_all_syscalls): New proc.
10339
10340 2015-03-16 Yao Qi <yao.qi@linaro.org>
10341
10342 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10343 (top level): Skip tests if valid_addr_p returns false for
10344 $cmd1 or $cmd2.
10345
10346 2015-03-11 Andy Wingo <wingo@igalia.com>
10347
10348 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10349
10350 2015-03-11 Yao Qi <yao.qi@linaro.org>
10351
10352 * gdb.base/catch-syscall.exp: Fix typo in comments.
10353
10354 2015-03-11 Yao Qi <yao.qi@linaro.org>
10355
10356 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10357
10358 2015-03-09 Pedro Alves <palves@redhat.com>
10359
10360 * dg-extract-results.py: Delete.
10361
10362 2015-03-09 Pedro Alves <palves@redhat.com>
10363
10364 Merge dg-extract-results.sh from GCC upstream (r218843).
10365
10366 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10367 * dg-extract-results.sh: Use --text with grep to avoid issues with
10368 binary files. Fall back to cat -v, if that doesn't work.
10369
10370 2015-03-05 Pedro Alves <palves@redhat.com>
10371
10372 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10373
10374 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10375
10376 * lib/mi-support.exp (mi_expect_interrupt): Accept
10377 alternative event for when in all-stop mode.
10378
10379 2015-03-04 Pedro Alves <palves@redhat.com>
10380
10381 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10382
10383 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10384
10385 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10386
10387 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10388
10389 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10390 regexps for GDB's current line display, accept a hex address
10391 preceding the line number.
10392
10393 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10394
10395 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10396 the 'arch1' variable for "s390*-linux*" targets.
10397
10398 2015-03-04 Pedro Alves <palves@redhat.com>
10399
10400 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10401 (main): Pass missing retval argument to pthread_join call.
10402
10403 2015-03-02 Pedro Alves <palves@redhat.com>
10404
10405 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10406 (top level): Call do_test with non-stop as well.
10407
10408 2015-03-02 Pedro Alves <palves@redhat.com>
10409
10410 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10411 -1.
10412
10413 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10414
10415 * gdb.arch/s390-vregs.exp: New test.
10416 * gdb.arch/s390-vregs.S: New file.
10417
10418 2015-02-27 Pedro Alves <palves@redhat.com>
10419
10420 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10421 call to catch_command_errors.
10422 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10423 catch_command_errors.
10424
10425 2015-02-27 Pedro Alves <palves@redhat.com>
10426
10427 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10428 "true" for boolean result.
10429 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10430 prototype of main.
10431
10432 2015-02-27 Pedro Alves <palves@redhat.com>
10433
10434 * lib/unbuffer_output.c: New file.
10435 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10436 (main): Call gdb_unbuffer_output.
10437
10438 2015-02-27 Yao Qi <yao.qi@linaro.org>
10439
10440 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10441 target.
10442
10443 2015-02-26 Doug Evans <dje@google.com>
10444
10445 * gdb.cp/class2.cc (Dbase, D): New classes.
10446 (main): New local delta.
10447 * gdb.cp/class2.exp: Test printing delta.
10448 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10449 (dynbar): New global.
10450 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10451
10452 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10453
10454 * gdb.compile/compile-ifunc.c: New file.
10455 * gdb.compile/compile-ifunc.exp: New file.
10456
10457 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10458
10459 * gdb.base/structs.exp: Check for correct struct on finish.
10460
10461 2015-02-26 Yao Qi <yao.qi@linaro.org>
10462
10463 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10464 is zero.
10465
10466 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10467
10468 * gdb.arch/cordic.ko.bz2: New file.
10469 * gdb.arch/cordic.ko.debug.bz2: New file.
10470 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10471
10472 2015-02-25 Yao Qi <yao.qi@linaro.org>
10473
10474 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10475 aarch64*-*-* target.
10476
10477 2015-02-23 Pedro Alves <palves@redhat.com>
10478
10479 * lib/gdb.exp (delete_breakpoints): Rewrite using
10480 gdb_test_multiple.
10481
10482 2015-02-23 Pedro Alves <palves@redhat.com>
10483
10484 * gdb.base/info-os.c: Include stdlib.h.
10485
10486 2015-02-22 Doug Evans <xdje42@gmail.com>
10487
10488 PR symtab/17855
10489 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10490 is read after symbols have been re-read.
10491 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10492 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10493
10494 2015-02-21 Doug Evans <dje@google.com>
10495
10496 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10497
10498 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10499
10500 PR corefiles/17808
10501 * gdb.arch/i386-biarch-core.core.bz2: New file.
10502 * gdb.arch/i386-biarch-core.exp: New file.
10503
10504 2015-02-21 Pedro Alves <palves@redhat.com>
10505
10506 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10507 runto_main fails.
10508
10509 2015-02-20 Pedro Alves <palves@redhat.com>
10510
10511 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10512 info probes.
10513
10514 2015-02-20 Pedro Alves <palves@redhat.com>
10515
10516 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10517
10518 2015-02-20 Pedro Alves <palves@redhat.com>
10519
10520 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10521 clean_restart before gdb_target_supports_trace.
10522
10523 2015-02-20 Pedro Alves <palves@redhat.com>
10524
10525 PR threads/18006
10526 * gdb.threads/clone-thread_db.c: New file.
10527 * gdb.threads/clone-thread_db.exp: New file.
10528
10529 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10530
10531 PR breakpoints/16812
10532 * gdb.base/catch-gdb-caused-signals.c: New file.
10533 * gdb.base/catch-gdb-caused-signals.exp: New file.
10534
10535 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10536
10537 * configure: Regenerated.
10538 * configure.ac: Use GDB_AC_TRANSFORM.
10539 * aclocal.m4: sinclude ../transform.m4.
10540
10541 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10542
10543 * lib/dtrace.exp: New file.
10544 * gdb.base/dtrace-probe.exp: Likewise.
10545 * gdb.base/dtrace-probe.d: Likewise.
10546 * gdb.base/dtrace-probe.c: Likewise.
10547 * lib/pdtrace.in: Likewise.
10548 * configure.ac: Output variables with the transformed names of
10549 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10550 * configure: Regenerated.
10551
10552 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10553
10554 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10555 expected message when trying to access $_probe_* convenience
10556 variables while not on a probe.
10557
10558 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10559
10560 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10561
10562 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10563
10564 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10565 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10566
10567 2015-02-10 Doug Evans <xdje42@gmail.com>
10568
10569 * lib/gdb.exp (gdb_load): Always return a result.
10570
10571 2015-02-10 Pedro Alves <palves@redhat.com>
10572
10573 * gdb.threads/signal-sigtrap.c: New file.
10574 * gdb.threads/signal-sigtrap.exp: New file.
10575
10576 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10577
10578 * gdb.trace/no-attach-trace.c: New file.
10579 * gdb.trace/no-attach-trace.exp: New file.
10580
10581 2015-02-09 Mark Wielaard <mjw@redhat.com>
10582
10583 * gdb.dwarf2/atomic.c: New file.
10584 * gdb.dwarf2/atomic-type.exp: Likewise.
10585
10586 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10587
10588 * gdb.btrace/buffer-size.exp: Update "info record" output.
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-09 Markus Metzger <markus.t.metzger@intel.com>
10600
10601 * gdb.btrace/buffer-size: New.
10602
10603 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10604
10605 * gdb.btrace/delta.exp: Update "info record" output.
10606 * gdb.btrace/enable.exp: Update "info record" output.
10607 * gdb.btrace/finish.exp: Update "info record" output.
10608 * gdb.btrace/instruction_history.exp: Update "info record" output.
10609 * gdb.btrace/next.exp: Update "info record" output.
10610 * gdb.btrace/nexti.exp: Update "info record" output.
10611 * gdb.btrace/step.exp: Update "info record" output.
10612 * gdb.btrace/stepi.exp: Update "info record" output.
10613 * gdb.btrace/nohist.exp: Update "info record" output.
10614
10615 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10616
10617 PR gdb/15678
10618 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10619
10620 2015-02-06 Pedro Alves <palves@redhat.com>
10621
10622 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10623 macro.
10624 (seconds_left, again): New globals.
10625 (main): Wait seconds_left in a 1-second sleep loop instead of
10626 sleeping 180 seconds. If 'again' is set, reset the seconds
10627 counter.
10628 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10629 'again' in the inferior before detaching. Print the seconds left.
10630 (options): New global.
10631 (top level): Build program with -DTIMEOUT=$timeout.
10632
10633 2015-02-06 Pedro Alves <palves@redhat.com>
10634
10635 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10636 determine how many seconds to pass to 'alarm'.
10637 * gdb.base/gdb-sigterm.exp (top level): Build program with
10638 -DTIMEOUT=$timeout.
10639 (do_test): Return success/failure indication. Add more verbose
10640 logging. Don't fail if 200 single steps are seen. Instead, fail
10641 when the test times out.
10642 (passes): New global.
10643 (top level): Break the testing loop if testing fails on any
10644 iteration. Use gdb_assert.
10645
10646 2015-02-04 Don Breazeal <donb@codesourcery.com>
10647
10648 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10649 and initialize them.
10650 (ipc_cleanup): New function.
10651 (main): Don't declare shmid, semid, and msqid. Add a call to
10652 atexit so that we call ipc_cleanup on exit.
10653
10654 2015-02-04 Pedro Alves <palves@redhat.com>
10655
10656 * boards/native-extended-gdbserver.exp: Remove any target variant
10657 specifications from the board name before clearing the isremote
10658 flag from board_info.
10659
10660 2015-01-31 Doug Evans <xdje42@gmail.com>
10661
10662 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10663
10664 2015-01-31 Gary Benson <gbenson@redhat.com>
10665
10666 * gdb.base/completion.exp: Disable completion limiting for
10667 existing tests. Add new tests to check completion limiting.
10668 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10669
10670 2015-01-31 Doug Evans <xdje42@gmail.com>
10671
10672 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10673
10674 2015-01-31 Doug Evans <xdje42@gmail.com>
10675
10676 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10677 entries. Duplicate file section script entries.
10678 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10679 inlined entries. Add test for safe-path rejection.
10680 * gdb.python/py-section-script.c: Add duplicate inlined section script
10681 entries. Duplicate file section script entries.
10682 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10683 inlined entries. Add test for safe-path rejection.
10684
10685 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10686
10687 * gdb.ada/disc_arr_bound: New testcase.
10688
10689 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10690
10691 * gdb.ada/mi_var_array: New testcase.
10692
10693 2015-01-27 Doug Evans <dje@google.com>
10694
10695 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10696 Add test for objfile.filename, objfile.username after objfile
10697 has been unloaded.
10698
10699 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10700
10701 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10702 the second test to print the name attribute of value
10703 returned by the call to gdb.lookup_type, and adjust
10704 the expected output accordingly.
10705
10706 2015-01-25 Mark Wielaard <mjw@redhat.com>
10707
10708 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10709 * gdb.base/disp-step-fork.c: Include unistd.h.
10710 * gdb.base/siginfo-obj.c: Include stdio.h.
10711 * gdb.base/siginfo-thread.c: Likewise.
10712 * gdb.mi/non-stop.c: Include unistd.h.
10713 * gdb.mi/nsthrexec.c: Include stdio.h.
10714 * gdb.mi/pthreads.c: Include unistd.h.
10715 * gdb.modula2/unbounded1.c (main): Declare returns int.
10716 * gdb.reverse/consecutive-reverse.c: Likewise.
10717 * gdb.threads/create-fail.c: Include unistd.h.
10718 * gdb.threads/killed.c: Likewise.
10719 * gdb.threads/linux-dp.c: Likewise.
10720 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10721 * gdb.threads/non-ldr-exc-2.c: Likewise.
10722 * gdb.threads/non-ldr-exc-3.c: Likewise.
10723 * gdb.threads/non-ldr-exc-4.c: Likewise.
10724 * gdb.threads/pthreads.c: Include unistd.h.
10725 (main): Declare returns int.
10726 * gdb.threads/tls-main.c (foo): New declaration.
10727 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10728
10729 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10730
10731 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10732 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10733
10734 2015-01-15 Mark Wielaard <mjw@redhat.com>
10735
10736 * gdb.base/noreturn-return.c: New file.
10737 * gdb.base/noreturn-return.exp: New file.
10738 * gdb.base/noreturn-finish.c: New file.
10739 * gdb.base/noreturn-finish.exp: New file.
10740
10741 2015-01-23 Pedro Alves <palves@redhat.com>
10742
10743 * gdb.threads/continue-pending-after-query.c: New file.
10744 * gdb.threads/continue-pending-after-query.exp: New file.
10745
10746 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10747 Simon Marchi <simon.marchi@ericsson.com>
10748
10749 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10750 * gdb.base/valgrind-db-attach.exp: Same.
10751 * gdb.base/valgrind-infcall.exp: Same.
10752 * lib/mi-support.exp (default_mi_gdb_start): Same.
10753 * lib/prompt.exp (default_prompt_gdb_start): Same.
10754 * lib/gdb.exp (default_gdb_spawn): Same.
10755 (gdb_interact): New.
10756
10757
10758 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10759
10760 * gdb.compile/compile.exp (pointer to jit function): New test.
10761
10762 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10763
10764 * lib/gdb.exp (supports_process_record): Return true for
10765 powerpc*-*-linux*.
10766 (supports_reverse): Likewise.
10767
10768 2015-01-15 Don Breazeal <donb@codesourcery.com>
10769
10770 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10771 instead of checking whether the target board is remote and
10772 use spawn_wait_for_attach instead of exec/sleep.
10773 * gdb.base/attach-twice.exp: Likewise.
10774
10775 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10776
10777 * gdb.ada/var_arr_attrs: New testcase.
10778
10779 2015-01-14 Pedro Alves <palves@redhat.com>
10780 Joel Brobecker <brobecker@adacore.com>
10781
10782 PR gdb/17525
10783 * gdb.base/bp-cmds-execution-x-script.c: New file.
10784 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10785 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10786
10787 2015-01-14 Pedro Alves <palves@redhat.com>
10788
10789 PR cli/17828
10790 * gdb.base/batch-preserve-term-settings.c: New file.
10791 * gdb.base/batch-preserve-term-settings.exp: New file.
10792
10793 2015-01-13 Doug Evans <dje@google.com>
10794
10795 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10796 binary.
10797
10798 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10799
10800 * Makefile.in (clean mostlyclean): Do not delete *.py.
10801
10802 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10803
10804 * gdb.python/py-lookup-type.exp: New file.
10805
10806 2015-01-12 Pedro Alves <palves@redhat.com>
10807
10808 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10809 restore GDBFLAGS before returning.
10810
10811 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10812
10813 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10814 is_amd64_regs_target and is_x86_like_target.
10815
10816 2015-01-11 Doug Evans <xdje42@gmail.com>
10817
10818 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10819 is given without an explicit form.
10820 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10821 attributes.
10822 * gdb.dwarf/corrupt.exp: Ditto.
10823 * gdb.dwarf2/enum-type.exp: Ditto.
10824 * gdb.trace/entry-values.exp: Ditto.
10825 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10826
10827 2015-01-11 Doug Evans <xdje42@gmail.com>
10828
10829 PR gdb/15830
10830 * gdb.base/maint.exp: Remove references to "maint demangle".
10831 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10832 Add tests for explicitly specifying language to demangle.
10833 * gdb.dlang/demangle.exp: Ditto.
10834
10835 2015-01-09 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.threads/non-stop-fair-events.c: New file.
10838 * gdb.threads/non-stop-fair-events.exp: New file.
10839
10840 2015-01-09 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10843 the global scope. Set a breakpoint after all threads are started
10844 rather than stepping over two source lines. Expect the prompt.
10845 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10846 global.
10847 (NUM): Now 15.
10848 (main): Use threads_started_barrier to wait for all threads to
10849 start. Main thread no longer calls thread_function. Exit after
10850 180 seconds.
10851 (loop): New function.
10852 (thread_function): Wait on threads_started_barrier barrier. Call
10853 'loop' at each iteration.
10854 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10855 threads have started, instead of hardcoding number of "next"
10856 steps. Use an access watchpoint instead of a write watchpoint.
10857
10858 2015-01-09 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10861 (thread_func): Wait on barrier.
10862 (main): Wait for all threads to start before stopping GDB.
10863 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10864 global.
10865 (thread1_func, thread2_func): Wait on barrier.
10866 (main): Wait for all threads to start before stopping GDB.
10867 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10868 New global.
10869 (thread1_func, thread2_func): Wait on barrier.
10870 (main): Wait for all threads to start before stopping GDB.
10871
10872 2015-01-09 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.threads/attach-many-short-lived-threads.c: New file.
10875 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10876
10877 2014-01-09 Pedro Alves <palves@redhat.com>
10878
10879 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10880 instead of to thread 2.
10881 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10882 Add barrier around each pthread_create call instead of around all
10883 calls.
10884 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10885 Set a break on thread_function and have the child threads hit it
10886 one at at a time.
10887
10888 2015-01-09 Pedro Alves <palves@redhat.com>
10889
10890 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10891 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10892 false.
10893 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10894 checking whether the target board is remote.
10895 * gdb.multi/multi-attach.exp: Likewise.
10896 * gdb.python/py-sync-interp.exp: Likewise.
10897 * gdb.server/ext-attach.exp: Likewise.
10898 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10899 tests that need to attach, instead of checking whether the target
10900 board is remote at the top of the file.
10901
10902 2015-01-08 Yao Qi <yao@codesourcery.com>
10903
10904 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10905
10906 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10907
10908 Fix testcase compilation.
10909 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10910
10911 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10912
10913 * gdb.python/py-type.exp: Add a couple test about empty
10914 array creation, and negative-length array creation.
10915
10916 2015-01-02 Doug Evans <xdje42@gmail.com>
10917
10918 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10919
10920 2015-01-02 Doug Evans <dje@google.com>
10921
10922 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10923
10924 2014-12-29 Yao Qi <yao@codesourcery.com>
10925
10926 * gdb.trace/entry-values.exp: Update comments. Rename variable
10927 bar_call_foo to returned_from_foo.
10928
10929 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10930
10931 PR gdb/17394
10932 * gdb.linespec/break-asm-file.c: New file.
10933 * gdb.linespec/break-asm-file.exp: New file.
10934 * gdb.linespec/break-asm-file0.s: New file.
10935 * gdb.linespec/break-asm-file1.s: New file.
10936
10937 2014-12-18 Nigel Stephens <nigel@mips.com>
10938 Maciej W. Rozycki <macro@codesourcery.com>
10939
10940 * gdb.base/float.exp: Handle the new output from "info float" on
10941 MIPS targets.
10942
10943 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10944
10945 Fix MinGW compilation.
10946 * gdb.compile/compile-ops.exp: Update untested message if
10947 !skip_compile_feature_tests.
10948 * gdb.compile/compile-setjmp.exp: Likewise.
10949 * gdb.compile/compile-tls.exp: Likewise.
10950 * gdb.compile/compile.exp: Likewise.
10951 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10952 supported on this host".
10953
10954 2014-12-16 Doug Evans <xdje42@gmail.com>
10955
10956 * boards/stabs.exp: New file.
10957
10958 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10959
10960 * gdb.base/completion.exp: Adjust to format changes of "maint
10961 print user-registers".
10962
10963 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10964
10965 PR server/17457
10966 * gdb.arch/aarch64-fp.c: New file.
10967 * gdb.arch/aarch64-fp.exp: New file.
10968
10969 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10970
10971 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10972 r210637, r210913, r211666, r215400, r215817).
10973
10974 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10975 * dg-extract-results.py: New file.
10976 * dg-extract-results.sh: Use it if the environment seems
10977 suitable.
10978
10979 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10980
10981 * dg-extract-results.py (parse_run): Handle warnings that
10982 are printed before a test harness is run.
10983
10984 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10985
10986 * dg-extract-results.py (Named): Remove __cmp__ method.
10987 (output_variation): Use a key to sort variation.harnesses.
10988
10989 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10990
10991 * dg-extract-results.py: For Python 3, force sys.stdout to
10992 handle surrogate escape sequences.
10993 (safe_open): New function.
10994 (output_segment, main): Use it.
10995
10996 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10997
10998 * dg-extract-results.py (Prog.result_re): Include options
10999 in test name.
11000
11001 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11002
11003 * dg-extract-results.py (output_variation): Always sort if
11004 do_sum.
11005
11006 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11007
11008 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11009 as long as we get pagination notifications.
11010
11011 2014-12-15 Jason Merrill <jason@redhat.com>
11012
11013 * Makefile.in (check-gdb.%): Restore.
11014 * README: Mention it.
11015
11016 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11017
11018 * gdb.ada/str_uninit: New testcase.
11019
11020 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11021
11022 PR symtab/17642
11023 * gdb.base/vla-stub-define.c: New file.
11024 * gdb.base/vla-stub.c: New file.
11025 * gdb.base/vla-stub.exp: New file.
11026
11027 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11028 Jan Kratochvil <jan.kratochvil@redhat.com>
11029 Tom Tromey <tromey@redhat.com>
11030
11031 * configure.ac: Add gdb.compile/.
11032 * configure: Regenerate.
11033 * gdb.compile/Makefile.in: New file.
11034 * gdb.compile/compile-ops.exp: New file.
11035 * gdb.compile/compile-ops.c: New file.
11036 * gdb.compile/compile-tls.c: New file.
11037 * gdb.compile/compile-tls.exp: New file.
11038 * gdb.compile/compile-constvar.S: New file.
11039 * gdb.compile/compile-constvar.c: New file.
11040 * gdb.compile/compile-mod.c: New file.
11041 * gdb.compile/compile-nodebug.c: New file.
11042 * gdb.compile/compile-setjmp-mod.c: New file.
11043 * gdb.compile/compile-setjmp.c: New file.
11044 * gdb.compile/compile-setjmp.exp: New file.
11045 * gdb.compile/compile-shlib.c: New file.
11046 * gdb.compile/compile.c: New file.
11047 * gdb.compile/compile.exp: New file.
11048 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11049
11050 2014-12-12 Tom Tromey <tromey@redhat.com>
11051
11052 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11053 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11054
11055 2014-12-12 Doug Evans <dje@google.com>
11056
11057 * lib/gdb-python.exp (get_python_valueof): New function.
11058 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11059
11060 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11061
11062 * gdb.base/completion.exp: Add test for completion of "info
11063 registers ".
11064
11065 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11066
11067 * gdb.base/func-ptrs.c: New file.
11068 * gdb.base/func-ptrs.exp: New file.
11069
11070 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11071
11072 PR breakpoints/17012
11073 * gdb.base/dprintf-detach.c: New file.
11074 * gdb.base/dprintf-detach.exp: New file.
11075
11076 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11077
11078 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11079 * lib/gdb.exp (target_is_gdbserver): New procedure.
11080
11081 2014-12-08 Doug Evans <dje@google.com>
11082
11083 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11084
11085 2014-12-05 Yao Qi <yao@codesourcery.com>
11086
11087 * gdb.guile/scm-error.exp: Remove the third argument to
11088 gdb_remote_download.
11089 * gdb.guile/scm-frame-args.exp: Likewise.
11090 * gdb.guile/scm-section-script.exp: Likewise.
11091
11092 2014-12-05 Yao Qi <yao@codesourcery.com>
11093
11094 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11095
11096 2014-12-04 Doug Evans <dje@google.com>
11097
11098 * gdb.python/py-objfile.exp: Add tests for
11099 objfile.add_separate_debug_file.
11100
11101 2014-12-04 Doug Evans <dje@google.com>
11102
11103 * lib/gdb.exp (get_build_id): New function.
11104 (build_id_debug_filename_get): Rewrite to use it.
11105 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11106
11107 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11108
11109 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11110 `method(long)', not just 0x0.
11111 * gdb.cp/nsalias.exp: Align code labels to 4.
11112 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11113 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11114 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11115 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11116 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11117 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11118
11119 2014-12-02 Doug Evans <dje@google.com>
11120
11121 PR symtab/17602
11122 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11123 * gdb.cp/anon-ns2.cc: ... here. New file.
11124 * gdb.cp/anon-ns.exp: Update.
11125
11126 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11127
11128 * gdb.python/py-events.py (inferior_call_handler): New.
11129 (register_changed_handler, memory_changed_handler): New.
11130 (test_events.invoke): Register new handlers.
11131 * gdb.python/py-events.exp: Add tests for inferior call,
11132 memory_changed and register_changed events.
11133
11134 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11135
11136 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11137 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11138 if the linker doesn't understand this.
11139
11140 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11141
11142 * gdb.python/python.exp: Change expected reply to help().
11143
11144 2014-12-01 Yao Qi <yao@codesourcery.com>
11145
11146 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11147 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11148 * configure: Re-generated.
11149
11150 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11151
11152 * gdb.cp/chained-calls.cc: New file.
11153 * gdb.cp/chained-calls.exp: New file.
11154 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11155
11156 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11157
11158 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11159 * gdb.dwarf2/symtab-producer.exp: Same.
11160 * gdb.gdb/python-interrupts.exp: Same.
11161 * gdb.gdb/python-selftest.exp: Same.
11162 * gdb.python/py-linetable.exp: Same.
11163 * gdb.python/py-type.exp: Same.
11164 * gdb.python/py-value-cc.exp: Same.
11165 * gdb.python/py-value.exp: Same.
11166
11167 2014-11-28 Yao Qi <yao@codesourcery.com>
11168
11169 * gdb.base/break-probes.exp: Match library name prefixed with
11170 sysroot.
11171
11172 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11173
11174 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11175 test expected output. Add parentheses for the call to print.
11176 Remove L suffix from integers.
11177
11178 2014-11-26 Doug Evans <dje@google.com>
11179
11180 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11181
11182 2014-11-22 Yao Qi <yao@codesourcery.com>
11183
11184 * gdb.trace/entry-values.c: Remove asms.
11185 (foo): Add foo_label.
11186 (bar): Add bar_label.
11187 * gdb.trace/entry-values.exp: Remove code computing foo's
11188 length and bar's length.
11189 (Dwarf::assemble): Invoke function_range for bar and use
11190 MACRO_AT_func for foo.
11191
11192 2014-11-22 Yao Qi <yao@codesourcery.com>
11193
11194 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11195 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11196 Use .Lgcc43_procstart instead of gcc43.
11197
11198 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11199
11200 * gdb.ada/n_arr_bound: New testcase.
11201
11202 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11203
11204 PR breakpoints/10737
11205 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11206 test_catch_syscall_multi_arch.
11207 (test_catch_syscall_multi_arch): New function.
11208
11209 2014-11-20 Doug Evans <xdje42@gmail.com>
11210
11211 * gdb.base/maint.exp: Update expected output.
11212
11213 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11214
11215 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11216 4-byte instruction on S390.
11217
11218 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11219
11220 * gdb.ada/arr_arr: New testcase.
11221
11222 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11223
11224 * gdb.ada/pkd_arr_elem: New Testcase.
11225
11226 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11227
11228 * gdb.reverse/break-precsave: Expect completion message for
11229 core file reads.
11230 * gdb.reverse/consecutive-precsave.exp: Likewise.
11231 * gdb.reverse/finish-precsave.exp: Likewise.
11232 * gdb.reverse/i386-precsave.exp: Likewise.
11233 * gdb.reverse/machinestate-precsave.exp: Likewise.
11234 * gdb.reverse/sigall-precsave.exp: Likewise.
11235 * gdb.reverse/solib-precsave.exp: Likewise.
11236 * gdb.reverse/step-precsave.exp: Likewise.
11237 * gdb.reverse/until-precsave.exp: Likewise.
11238 * gdb.reverse/watch-precsave.exp: Likewise.
11239
11240 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11241
11242 * gdb.base/bp-permanent.c: Include unistd.h.
11243 * gdb.python/py-framefilter-mi.c (main): Add return type.
11244 * gdb.python/py-framefilter.c (main): Likewise.
11245 * gdb.trace/actions-changed.c (main): Likewise.
11246
11247 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11248
11249 * gdb.mi/until.c: Add eye-catchers.
11250 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11251 line numbers.
11252
11253 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11254
11255 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11256 function header variants in break1.c.
11257 * gdb.base/ena-dis-br.exp: Likewise.
11258 * gdb.base/hbreak2.exp: Likewise.
11259 * gdb.reverse/until-precsave.exp: Drop references to removed
11260 non-prototype function header variants in ur1.c.
11261 * gdb.reverse/until-reverse.exp: Likewise.
11262
11263 2014-11-17 Petr Machata <pmachata@redhat.com>
11264
11265 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11266 ${_cu_offset_size} bytes abbrev offset.
11267
11268 2014-11-15 Doug Evans <xdje42@gmail.com>
11269
11270 PR symtab/17559
11271 * gdb.base/line-symtabs.exp: New file.
11272 * gdb.base/line-symtabs.c: New file.
11273 * gdb.base/line-symtabs.h: New file.
11274
11275 2014-11-14 Yao Qi <yao@codesourcery.com>
11276
11277 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11278 (func): Add label func_label.
11279 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11280 Replace low_pc and high_pc with MACRO_AT_range.
11281 Replace name, low_pc and high_pc with MACRO_AT_func.
11282
11283 2014-11-14 Yao Qi <yao@codesourcery.com>
11284
11285 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11286 Replace name, low_pc and high_pc with MACRO_AT_func.
11287
11288 2014-11-14 Yao Qi <yao@codesourcery.com>
11289
11290 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11291 produce debug information.
11292 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11293
11294 2014-11-14 Yao Qi <yao@codesourcery.com>
11295
11296 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11297 object and get function length.
11298 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11299 with MACRO_AT_func.
11300 (top-level): Replace gdb_compile and clean_restart with
11301 prepare_for_testing.
11302 * gdb.dwarf2/main.c (main): Add label main_label.
11303
11304 2014-11-14 Yao Qi <yao@codesourcery.com>
11305
11306 * lib/dwarf.exp (function_range): New procedure.
11307 (Dwarf::_handle_macro_at_func): New procedure.
11308 (Dwarf::_handle_macro_at_range): New procedure.
11309 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11310
11311 2014-11-14 Yao Qi <yao@codesourcery.com>
11312
11313 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11314 (_handle_attribute): New procedure.
11315
11316 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11317
11318 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11319 * gdb.base/call-sc.c (zed): Likewise.
11320 * gdb.base/checkpoint.c (main): Likewise.
11321 * gdb.base/dump.c (main): Likewise.
11322 * gdb.base/gcore.c (main): Likewise.
11323 * gdb.base/huge.c (main): Likewise.
11324 * gdb.base/multi-forks.c (main): Likewise.
11325 * gdb.base/pr10179-a.c (main): Likewise.
11326 * gdb.base/savedregs.c (main): Likewise.
11327 * gdb.base/sigaltstack.c (main): Likewise.
11328 * gdb.base/siginfo.c (main): Likewise.
11329 * gdb.base/structs.c (zed): Likewise.
11330 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11331 * gdb.mi/mi-syn-frame.c (main): Likewise.
11332 * gdb.mi/until.c (foo, main): Likewise.
11333 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11334 * gdb.base/solib-weak.c (foo): Declare.
11335 * gdb.base/attach-twice.c: Include stdio.h.
11336 * gdb.base/weaklib1.c: Likewise.
11337 * gdb.base/weaklib2.c: Likewise.
11338 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11339 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11340 unistd.h.
11341 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11342 * gdb.mi/mi-exit-code.c: Likewise.
11343 * gdb.base/break-interp-lib.c: Include string.h.
11344 * gdb.base/coremaker.c: Likewise.
11345 * gdb.base/testenv.c: Likewise.
11346 * gdb.python/py-finish-breakpoint.c: Likewise.
11347 * gdb.base/inferior-died.c: Include sys/wait.h.
11348 * gdb.base/fileio.c: Include time.h.
11349 * gdb.base/async-shell.c: Include unistd.h.
11350 * gdb.base/dprintf-non-stop.c: Likewise.
11351 * gdb.base/info-os.c: Likewise.
11352 * gdb.mi/mi-console.c: Likewise.
11353 * gdb.mi/watch-nonstop.c: Likewise.
11354 * gdb.python/py-events.c: Likewise.
11355 * gdb.base/async.c (baz): Move up before its invocation.
11356 * gdb.base/code_elim2.c (my_global_func): Likewise.
11357 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11358 * gdb.base/advance.c (func2): Likewise.
11359
11360 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11361
11362 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11363 variant.
11364 * gdb.base/annota3.c: Likewise.
11365 * gdb.base/async.c: Likewise.
11366 * gdb.base/average.c: Likewise.
11367 * gdb.base/call-ar-st.c: Likewise.
11368 * gdb.base/call-rt-st.c: Likewise.
11369 * gdb.base/call-sc.c: Likewise.
11370 * gdb.base/call-strs.c: Likewise.
11371 * gdb.base/ending-run.c: Likewise.
11372 * gdb.base/execd-prog.c: Likewise.
11373 * gdb.base/exprs.c: Likewise.
11374 * gdb.base/foll-exec.c: Likewise.
11375 * gdb.base/foll-fork.c: Likewise.
11376 * gdb.base/foll-vfork.c: Likewise.
11377 * gdb.base/funcargs.c: Likewise.
11378 * gdb.base/gcore.c: Likewise.
11379 * gdb.base/jump.c: Likewise.
11380 * gdb.base/langs0.c: Likewise.
11381 * gdb.base/langs1.c: Likewise.
11382 * gdb.base/langs2.c: Likewise.
11383 * gdb.base/mips_pro.c: Likewise.
11384 * gdb.base/nodebug.c: Likewise.
11385 * gdb.base/opaque0.c: Likewise.
11386 * gdb.base/opaque1.c: Likewise.
11387 * gdb.base/recurse.c: Likewise.
11388 * gdb.base/run.c: Likewise.
11389 * gdb.base/scope0.c: Likewise.
11390 * gdb.base/scope1.c: Likewise.
11391 * gdb.base/setshow.c: Likewise.
11392 * gdb.base/setvar.c: Likewise.
11393 * gdb.base/shmain.c: Likewise.
11394 * gdb.base/shr1.c: Likewise.
11395 * gdb.base/shr2.c: Likewise.
11396 * gdb.base/sigall.c: Likewise.
11397 * gdb.base/signals.c: Likewise.
11398 * gdb.base/so-indr-cl.c: Likewise.
11399 * gdb.base/solib2.c: Likewise.
11400 * gdb.base/structs.c: Likewise.
11401 * gdb.base/sum.c: Likewise.
11402 * gdb.base/vforked-prog.c: Likewise.
11403 * gdb.base/watchpoint.c: Likewise.
11404 * gdb.reverse/shr2.c: Likewise.
11405 * gdb.reverse/until-reverse.c: Likewise.
11406 * gdb.reverse/ur1.c: Likewise.
11407 * gdb.reverse/watch-reverse.c: Likewise.
11408
11409 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11410
11411 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11412 variant.
11413 * gdb.base/sepdebug.exp: Drop references to removed code.
11414
11415 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11416
11417 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11418 variant. Preserve original line numbering.
11419 * gdb.base/list1.c: Likewise.
11420
11421 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11422
11423 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11424 variant.
11425 * gdb.base/break1.c: Likewise.
11426 * gdb.base/break.exp: Drop references to removed code.
11427
11428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11429
11430 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11431 variant.
11432
11433 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11434
11435 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11436
11437 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11438
11439 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11440 logic into perform_all_tests() and invoke it with and without
11441 function header prototypes.
11442 (do_function_calls): Remove conditional XFAIL for PR 5318.
11443 (rerun_and_prepare): Remove duplicate code.
11444 (perform_all_tests): New. Main logic moved here.
11445
11446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11447
11448 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11449 code guarded by #ifdef NO_PROTOTYPES.
11450 (t_double_many_args): Likewise.
11451 (DEF_FUNC_MANY_ARGS_1): Likewise.
11452 (DEF_FUNC_VALUES_1): Likewise.
11453 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11454 guarded by #ifdef PROTOTYPES.
11455
11456 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11457
11458 * gdb.mi/mi-console.c: Add eye-catcher.
11459 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11460 instead of literal line number.
11461
11462 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11463
11464 * gdb.base/shr2.c: Add eye-catcher.
11465 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11466 line number.
11467
11468 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11469
11470 * gdb.base/jump.c: Add eye-catchers.
11471 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11472 numbers.
11473
11474 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11475
11476 * gdb.base/execd-prog.c: Add eye-catchers.
11477 * gdb.base/foll-exec.c: Likewise.
11478 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11479 line numbers.
11480
11481 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11482
11483 * gdb.base/ending-run.c: Add eye-catchers.
11484 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11485 literal line numbers.
11486
11487 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11488
11489 * gdb.base/call-rt-st.c: Add eye-catchers.
11490 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11491 literal line numbers.
11492
11493 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11494
11495 * gdb.base/call-ar-st.c: Add eye-catchers.
11496 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11497 literal line numbers.
11498
11499 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11500
11501 * gdb.base/average.c: Add eye-catchers.
11502 * gdb.base/sum.c: Likewise.
11503 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11504 regexps dynamically.
11505
11506 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11507
11508 * gdb.base/solib1.c: Add eye-catchers.
11509 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11510 literal line numbers.
11511
11512 2014-11-12 Pedro Alves <palves@redhat.com>
11513
11514 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11515 leader has exited.
11516
11517 2014-11-12 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.arch/i386-bp_permanent.c: New file.
11520 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11521 (srcfile): Set to i386-bp_permanent.c.
11522 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11523 that stepi does not execute the 'leave' instruction, instead of
11524 testing it does execute.
11525 * gdb.base/bp-permanent.c: New file.
11526 * gdb.base/bp-permanent.exp: New file.
11527
11528 2014-11-10 Doug Evans <xdje42@gmail.com>
11529
11530 PR symtab/17564
11531 * gdb.base/symtab-search-order.exp: New file.
11532 * gdb.base/symtab-search-order.c: New file.
11533 * gdb.base/symtab-search-order-1.c: New file.
11534 * gdb.base/symtab-search-order-shlib-1.c: New file.
11535
11536 2014-11-07 Pedro Alves <palves@redhat.com>
11537
11538 PR gdb/17511
11539 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11540 i?86-*-linux*.
11541
11542 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11543
11544 PR c++/17494
11545 * gdb.cp/pr17494.cc: New file.
11546 * gdb.cp/pr17494.exp: New file.
11547
11548 2014-11-02 Yao Qi <yao@codesourcery.com>
11549
11550 * gdb.python/python.exp: Get working directory and match the
11551 output of "set extended-prompt \\w " with it.
11552
11553 2014-10-30 Doug Evans <dje@google.com>
11554
11555 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11556 in objfiles.
11557 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11558 in progspaces.
11559
11560 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11561
11562 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11563 * gdb.base/realname-expand.exp: Likewise.
11564 * gdb.linespec/macro-relative.exp: Likewise.
11565
11566 2014-10-29 Pedro Alves <palves@redhat.com>
11567
11568 PR gdb/17408
11569 * gdb.threads/schedlock.c (some_function): New function.
11570 (call_function): New global.
11571 (MAYBE_CALL_SOME_FUNCTION): New macro.
11572 (thread_function): Call it.
11573 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11574 and use it instead of a global counter. Adjust all callers.
11575 (get_current_thread): Use "find current thread" for test message
11576 here rather than having all callers pass down the same string.
11577 (goto_loop): New procedure, factored out from ...
11578 (my_continue): ... this.
11579 (step_ten_loops): Change parameter from test message to command to
11580 use. Adjust.
11581 (list_count): Delete global.
11582 (check_result): New procedure, factored out from duplicate top
11583 level code.
11584 (continue tests): Wrap in with_test_prefix.
11585 (test_step): New procedure, factored out from duplicate top level
11586 code.
11587 (top level): Test "step" in combination with all scheduler-locking
11588 modes. Test "next" in combination with all scheduler-locking
11589 modes, and in combination with stepping over a function call or
11590 not.
11591 * gdb.threads/next-bp-other-thread.c: New file.
11592 * gdb.threads/next-bp-other-thread.exp: New file.
11593
11594 2014-10-29 Pedro Alves <palves@redhat.com>
11595
11596 PR python/17372
11597 * gdb.python/python.exp: Test a multi-line command that spawns
11598 interactive Python.
11599 * gdb.base/multi-line-starts-subshell.exp: New file.
11600
11601 2014-10-29 Yao Qi <yao@codesourcery.com>
11602
11603 * gdb.base/fileio.exp: Make directories on host.
11604
11605 2014-10-29 Yao Qi <yao@codesourcery.com>
11606
11607 * gdb.base/fileio.c (test_write): Close the file.
11608
11609 2014-10-28 Pedro Alves <palves@redhat.com>
11610
11611 PR gdb/12623
11612 * gdb.base/sigstep.c (no_handler): New global.
11613 (main): If 'no_handler is true, set the signal handlers to
11614 SIG_IGN.
11615 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11616 with_sw_watch and no_handler parameters. Handle them.
11617 (top level) <stepping over handler when stopped at a breakpoint
11618 test>: Add a test axis for testing with a software watchpoint, and
11619 another for testing with the signal handler set to SIG_IGN.
11620 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11621 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11622
11623 2014-10-28 Pedro Alves <palves@redhat.com>
11624
11625 PR gdb/17511
11626 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11627 * gdb.base/sigstep.exp (other_handler_location): New global.
11628 (advance): Support stepping into the signal handler, and running
11629 commands while in the handler.
11630 (in_handler_map): New global.
11631 (top level): In the advance test, add combinations for getting
11632 into the handler with stepping commands, and for running commands
11633 in the handler. Add comment descripting the advancei tests.
11634
11635 2014-10-28 Pedro Alves <palves@redhat.com>
11636
11637 * gdb.base/sigstep.exp: Use build_executable instead of
11638 prepare_for_testing.
11639 (top level): Move code that starts GDB, runs to main and creates a
11640 display to ...
11641 (restart): ... this new procedure.
11642 (top level): Move backtrace from signal handler test to ...
11643 (validate_backtrace): ... this new procedure.
11644 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11645 with_test_prefix. Always restart GDB.
11646 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11647 with_test_prefix. Always restart GDB. No need to delete
11648 breakpoints after the test.
11649 (test_skip_handler): Remove prefix parameter.
11650 (skip_over_handler, breakpoint_to_handler)
11651 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11652 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11653 restart GDB. No need to delete breakpoints after the test.
11654 (top level): Use foreach to call the test procedures with
11655 different commands.
11656
11657 2014-10-28 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11660 instead of GNATS numbers.
11661 * gdb.base/sigbpt.exp: Likewise.
11662 * gdb.base/siginfo.exp: Likewise.
11663 * gdb.base/sigstep.exp: Likewise.
11664
11665 2014-10-27 Pedro Alves <palves@redhat.com>
11666
11667 * gdb.base/sigstep.c (dummy): New global.
11668 (main): Issue a couple writes to the new global.
11669 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11670 procedures.
11671 (skip_over_handler): Use test_skip_handler.
11672 (top level): Call skip_over_handler for stepi and nexti too.
11673 (breakpoint_over_handler): Use test_skip_handler.
11674 (top level): Call breakpoint_over_handler for stepi and nexti too.
11675
11676 2014-10-27 Yao Qi <yao@codesourcery.com>
11677
11678 * gdb.trace/tfile.c (adjust_function_address)
11679 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11680 function descriptor.
11681
11682 2014-10-24 Don Breazeal <donb@codesourcery.com>
11683
11684 * gdb.base/foll-fork.exp (test_follow_fork,
11685 catch_fork_child_follow): Check for updated fork messages emitted
11686 from infrun.c.
11687 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11688 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11689 vfork_and_exec_child_follow_through_step): Check for updated vfork
11690 messages emitted from infrun.c.
11691
11692 2014-10-24 Pedro Alves <palves@redhat.com>
11693
11694 * gdb.base/corefile.exp: Remove references to ultrix.
11695 * gdb.base/interrupt.exp: Likewise.
11696 * gdb.base/whatis.exp: Likewise.
11697 * gdb.gdb/selftest.exp: Likewise.
11698 * gdb.threads/manythreads.exp: Likewise.
11699 * gdb.threads/print-threads.exp: Likewise.
11700 * gdb.threads/pthreads.exp:: Likewise.
11701 * gdb.threads/schedlock.exp: Likewise.
11702
11703 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11704
11705 * gdb.cp/non-trivial-retval.cc: Add a test case.
11706 * gdb.cp/non-trivial-retval.exp: Add a test.
11707
11708 2014-10-20 Yao Qi <yao@codesourcery.com>
11709
11710 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11711 * gdb.python/py-objfile-script-gdb.py: New file.
11712 * gdb.python/py-objfile-script.exp: Update reference to
11713 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11714 of remote_download. Remove the dest file.
11715
11716 2014-10-20 Yao Qi <yao@codesourcery.com>
11717
11718 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11719 * gdb.base/step-line.exp: Likewise.
11720 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11721 * gdb.dwarf2/dw2-basic.exp: Likewise.
11722 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11723 * gdb.dwarf2/dw2-filename.exp: Likewise.
11724 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11725 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11726 * gdb.dwarf2/dw2-producer.exp: Likewise.
11727 * gdb.dwarf2/mac-fileno.exp: Likewise.
11728 * gdb.python/py-frame-args.exp: Likewise.
11729 * gdb.python/py-framefilter.exp: Likewise.
11730 * gdb.python/py-mi.exp: Likewise.
11731 * gdb.python/py-objfile-script.exp: Likewise
11732 * gdb.python/py-pp-integral.exp: Likewise.
11733 * gdb.python/py-pp-re-notag.exp: Likewise.
11734 * gdb.python/py-prettyprint.exp: Likewise.
11735 * gdb.python/py-section-script.exp: Likewise.
11736 * gdb.python/py-typeprint.exp: Likewise.
11737 * gdb.python/py-xmethods.exp: Likewise.
11738 * gdb.stabs/weird.exp: Likewise.
11739 * gdb.xml/tdesc-regs.exp: Likewise.
11740
11741 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11742
11743 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11744 (out_cu): Use addr_len for the size of addresses.
11745 (out_line): Likewise. Size DW_LNE_set_address instruction
11746 according to addr_len.
11747 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11748 (FUNC): Add START_INSNS to definition.
11749
11750 2014-10-18 Yao Qi <yao@codesourcery.com>
11751
11752 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11753 gdb_has_argv0 return true.
11754 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11755 check [target_info exists noargs], check [gdb_has_argv0]
11756 instead.
11757 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11758 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11759 procedures.
11760
11761 2014-10-17 Doug Evans <dje@google.com>
11762
11763 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11764 event.
11765 * gdb.python/py-events.py: Add clear_objfiles event.
11766
11767 2014-10-17 Doug Evans <dje@google.com>
11768
11769 * gdb.python/py-objfile.exp: Test progspace attribute.
11770
11771 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11772
11773 * gdb.guile/scm-breakpoint.exp: Do not assume any
11774 directory separators when matching source file paths.
11775 * gdb.python/py-breakpoint.exp: Likewise.
11776 * gdb.reverse/break-precsave.exp: Likewise.
11777 * gdb.reverse/break-reverse.exp: Likewise.
11778 * gdb.reverse/consecutive-precsave.exp: Likewise.
11779 * gdb.reverse/finish-precsave.exp: Likewise.
11780 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11781 * gdb.reverse/finish-reverse.exp: Likewise.
11782 * gdb.reverse/i386-precsave.exp: Likewise.
11783 * gdb.reverse/i387-env-reverse.exp: Likewise.
11784 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11785 * gdb.reverse/machinestate-precsave.exp: Likewise.
11786 * gdb.reverse/machinestate.exp: Likewise.
11787 * gdb.reverse/sigall-precsave.exp: Likewise.
11788 * gdb.reverse/solib-precsave.exp: Likewise.
11789 * gdb.reverse/step-precsave.exp: Likewise.
11790 * gdb.reverse/until-precsave.exp: Likewise.
11791 * gdb.reverse/watch-precsave.exp: Likewise.
11792 * gdb.reverse/watch-reverse.exp: Likewise.
11793
11794 2014-10-17 Yao Qi <yao@codesourcery.com>
11795
11796 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11797 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11798
11799 2014-10-17 Pedro Alves <palves@redhat.com>
11800
11801 PR gdb/17471
11802 * gdb.base/bg-execution-repeat.c: New file.
11803 * gdb.base/bg-execution-repeat.exp: New file.
11804
11805 2014-10-17 Pedro Alves <palves@redhat.com>
11806
11807 PR gdb/17300
11808 * gdb.base/continue-all-already-running.c: New file.
11809 * gdb.base/continue-all-already-running.exp: New file.
11810
11811 2014-10-17 Pedro Alves <palves@redhat.com>
11812
11813 PR gdb/17472
11814 * gdb.base/annota-input-while-running.c: New file.
11815 * gdb.base/annota-input-while-running.exp: New file.
11816
11817 2014-10-17 Pedro Alves <palves@redhat.com>
11818
11819 * gdb.base/callfuncs.exp: emove references to osf.
11820 * gdb.base/sigall.exp: Likewise.
11821 * gdb.gdb/selftest.exp: Likewise.
11822 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11823 * gdb.mi/non-stop.c: Likewise.
11824 * gdb.mi/pthreads.c: Likewise.
11825 * gdb.reverse/sigall-precsave.exp: Likewise.
11826 * gdb.reverse/sigall-reverse.exp: Likewise.
11827 * gdb.threads/pthreads.c: Likewise.
11828 * gdb.threads/pthreads.exp: Likewise.
11829
11830 2014-10-17 Yao Qi <yao@codesourcery.com>
11831
11832 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11833 check 'target_info exists noargs'.
11834 (test_command_prompt_position): Likewise.
11835 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11836 Remove "set args".
11837 (progvar_simple_while_test): Likewise.
11838 (progvar_complex_if_while_test): Likewise.
11839 (if_while_breakpoint_command_test): Likewise.
11840 (infrun_breakpoint_command_test): Likewise.
11841 (breakpoint_command_test): Likewise.
11842 (watchpoint_command_test): Likewise.
11843 (bp_deleted_in_command_test): Likewise.
11844 (temporary_breakpoint_commands): Likewise.
11845
11846 2014-10-16 Yao Qi <yao@codesourcery.com>
11847
11848 * gdb.base/remotetimeout.exp: Remove noargs checking.
11849
11850 2014-10-15 Pedro Alves <palves@redhat.com>
11851
11852 PR breakpoints/9649
11853 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11854 * gdb.base/breakpoint-in-ro-region.exp
11855 (probe_target_hardware_step): New procedure.
11856 (top level): Probe hardware stepping and hardware breakpoint
11857 support. Test stepping through a read-only region, with both
11858 "breakpoint auto-hw" on and off and both "always-inserted" on and
11859 off.
11860
11861 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11862
11863 * gdb.dlang/demangle.exp: Update for demangling changes.
11864
11865 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11866
11867 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11868 * gdb.cp/non-trivial-retval.exp: Add new tests.
11869
11870 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11871
11872 PR c++/13403
11873 PR c++/15154
11874 * gdb.cp/non-trivial-retval.cc: New file.
11875 * gdb.cp/non-trivial-retval.exp: New file.
11876
11877 2014-10-15 Yao Qi <yao@codesourcery.com>
11878
11879 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11880 remote host.
11881
11882 2014-10-15 Yao Qi <yao@codesourcery.com>
11883
11884 * gdb.python/py-symbol.exp: Match file base name if host is
11885 remote, otherwise match file name with dir name.
11886 * gdb.python/py-symtab.exp: Likewise.
11887 * gdb.python/python.exp: Likewise.
11888
11889 2014-10-15 Yao Qi <yao@codesourcery.com>
11890
11891 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11892 pattern.
11893 * gdb.python/py-symtab.exp: Likewise.
11894 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11895 locationn.
11896
11897 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11898
11899 * gdb.ada/addr_arith: New testcase.
11900
11901 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11902
11903 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11904 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11905 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11906 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11907
11908 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11909
11910 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11911 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11912 * gdb.arch/stap-eval-lang-ada.exp: New file.
11913
11914 2014-10-14 Yao Qi <yao@codesourcery.com>
11915
11916 * gdb.mi/mi-var-child.c (nothing1): New function.
11917 (nothing2): New function.
11918 (do_children_tests): Set function pointers by nothing1 and
11919 nothing2.
11920 * gdb.mi/mi-var-child.exp: Step over new added statements.
11921 Update test to match the new output.
11922 * gdb.mi/var-cmd.c (nothing1): New function.
11923 (nothing2): New function.
11924 (do_children_tests): Set function pointers by nothing1 and
11925 nothing2.
11926 * gdb.mi/mi-var-display.exp: Update test to match output.
11927 Step to the line specified by $line_dct_nothing.
11928 Increase the number of lines to step.
11929
11930 2014-10-14 Yao Qi <yao@codesourcery.com>
11931
11932 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11933 tests.
11934 * gdb.mi/mi2-var-child.exp: Likewise.
11935
11936 2014-10-13 Doug Evans <dje@google.com>
11937
11938 * gdb.python/py-objfile.exp: Change name of file name test.
11939
11940 2014-10-13 Doug Evans <dje@google.com>
11941
11942 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11943 from the start of the CU.
11944
11945 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11946 Yao Qi <yao@codesourcery.com>
11947
11948 Fix "save breakpoints" for "catch" command.
11949 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11950 Remove -nonewline. Match also the added "main" line.
11951
11952 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11953
11954 Fix "save breakpoints" for "disable $bpnum" command.
11955 * gdb.base/save-bp.c (main): Add label.
11956 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11957
11958 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11959
11960 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11961
11962 2014-10-11 Yao Qi <yao@codesourcery.com>
11963
11964 * gdb.server/server-kill.exp: Execute command
11965 "set remote trace-status-packet on" before "tstatus".
11966
11967 2014-10-11 Yao Qi <yao@codesourcery.com>
11968
11969 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11970 (main): Call getppid.
11971 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11972 and continue to it. Read variable "server_pid".
11973
11974 2014-10-11 Yao Qi <yao@codesourcery.com>
11975
11976 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11977
11978 2014-10-11 Yao Qi <yao@codesourcery.com>
11979
11980 * gdb.threads/thread-find.exp: Don't execute command
11981 "info threads".
11982 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11983 * gdb.threads/linux-dp.exp: Don't check the condition
11984 $threads_created equals to zero.
11985
11986 2014-10-10 Pedro Alves <palves@redhat.com>
11987
11988 * gdb.base/bigcore.exp: Remove references to IRIX.
11989 * gdb.base/funcargs.exp: Likewise.
11990 * gdb.base/interrupt.exp: Likewise.
11991 * gdb.base/mips_pro.exp: Likewise.
11992 * gdb.base/nodebug.exp: Likewise.
11993 * gdb.base/setvar.exp: Likewise.
11994 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11995
11996 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11997 Pedro Alves <palves@redhat.com>
11998
11999 PR symtab/14466
12000 * gdb.base/vdso-warning.c: New file.
12001 * gdb.base/vdso-warning.exp: New file.
12002
12003 2014-10-02 Doug Evans <dje@google.com>
12004
12005 * gdb.base/structs.c (main): Don't run forever.
12006
12007 2014-10-02 Pedro Alves <palves@redhat.com>
12008
12009 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12010 (top level) <stop threads 1, stop threads 2>: Use it.
12011
12012 2014-10-02 Pedro Alves <palves@redhat.com>
12013
12014 * gdb.threads/break-while-running.exp (test): Add new
12015 'update_thread_list' argument. Skip "info threads" if false.
12016 (top level): Add new 'update_thread_list' axis.
12017
12018 2014-10-02 Pedro Alves <palves@redhat.com>
12019
12020 PR breakpoints/17431
12021 * gdb.base/execl-update-breakpoints.c: New file.
12022 * gdb.base/execl-update-breakpoints.exp: New file.
12023
12024 2014-10-01 Pedro Alves <palves@redhat.com>
12025
12026 * gdb.base/breakpoint-in-ro-region.c: New file.
12027 * gdb.base/breakpoint-in-ro-region.exp: New file.
12028
12029 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12030
12031 * gdb.mi/mi-exit-code.exp: New file.
12032 * gdb.mi/mi-exit-code.c: New file.
12033
12034 2014-09-30 Yao Qi <yao@codesourcery.com>
12035
12036 * lib/prelink-support.exp (build_executable_own_libs): Error if
12037 the target isn't native.
12038
12039 2014-09-30 Yao Qi <yao@codesourcery.com>
12040
12041 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12042 false.
12043
12044 2014-09-22 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.threads/break-while-running.exp: New file.
12047 * gdb.threads/break-while-running.c: New file.
12048
12049 2014-09-19 Yao Qi <yao@codesourcery.com>
12050
12051 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12052 Invoke test. Restart GDB with --readnow and invoke test again.
12053
12054 2014-09-19 Yao Qi <yao@codesourcery.com>
12055
12056 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12057 proc set_breakpoint_on_gcd_function. Invoke
12058 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12059 invoke set_breakpoint_on_gcd_function again.
12060
12061 2014-09-18 Doug Evans <dje@google.com>
12062
12063 * gdb.dwarf2/symtab-producer.exp: New file.
12064
12065 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12066
12067 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12068 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12069 * gdb.base/global-var-nested-by-dso.c: Likewise.
12070 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12071
12072 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12073 Pedro Alves <palves@redhat.com>
12074
12075 * gdb.base/watch-bitfields.exp: Pass string other than test file
12076 name to prepare_for_testing.
12077 (watch): New procedure.
12078 (expect_watchpoint): Use with_test_prefix.
12079 (top level): Factor out tests to ...
12080 (test_watch_location, test_regular_watch): ... these new
12081 procedures, and use with_test_prefix and gdb_continue_to_end.
12082
12083 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12084
12085 PR breakpoints/12526
12086 * gdb.base/watch-bitfields.exp: New file.
12087 * gdb.base/watch-bitfields.c: New file.
12088
12089 2014-09-16 Pedro Alves <palves@redhat.com>
12090
12091 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12092 software and hardware addresses, not software address against
12093 itself.
12094
12095 2014-09-16 Pedro Alves <palves@redhat.com>
12096
12097 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12098 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12099
12100 2014-09-16 Pedro Alves <palves@redhat.com>
12101
12102 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12103 files.
12104 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12105 "*-*-vxworks*" throughout.
12106 * gdb.base/break.exp: Likewise.
12107 * gdb.base/default.exp: Likewise.
12108 * gdb.base/scope.exp: Likewise.
12109 * gdb.base/sepdebug.exp: Likewise.
12110 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12111 throughout.
12112 * gdb.base/run.c: Likewise.
12113 * gdb.base/sepdebug.c: Likewise.
12114 * gdb.hp/gdb.aCC/run.c: Likewise.
12115 * gdb.reverse/until-reverse.c: Likewise.
12116 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12117
12118 2014-09-16 Yao Qi <yao@codesourcery.com>
12119
12120 * boards/local-remote-host-native.exp: New file.
12121
12122 2014-09-14 Doug Evans <xdje42@gmail.com>
12123
12124 * gdb.threads/queue-signal.c (thread_count): New variable.
12125 (thread_count_mutex, thread_count_condvar): New variables.
12126 (incr_thread_count, wait_all_threads_running): New functions.
12127 (main): Wait for all threads to be in their thread functions.
12128
12129 2014-09-13 Doug Evans <xdje42@gmail.com>
12130
12131 * gdb.threads/queue-signal.c: New file.
12132 * gdb.threads/queue-signal.exp: New file.
12133
12134 2014-09-13 Doug Evans <xdje42@gmail.com>
12135
12136 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12137 be consistent with what default_gdb_init uses.
12138 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12139 the plain text of the prompt. Add some logging printfs.
12140 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12141
12142 2014-09-12 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12145 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12146 * gdb.arch/i386-size-overlap.exp: Likewise.
12147 * gdb.arch/i386-size.exp: Likewise.
12148 * gdb.arch/i386-unwind.exp: Likewise.
12149 * gdb.base/a2-run.exp: Likewise.
12150 * gdb.base/break.exp: Likewise.
12151 * gdb.base/charset.exp: Likewise.
12152 * gdb.base/chng-syms.exp: Likewise.
12153 * gdb.base/commands.exp: Likewise.
12154 * gdb.base/dbx.exp: Likewise.
12155 * gdb.base/find.exp: Likewise.
12156 * gdb.base/funcargs.exp: Likewise.
12157 * gdb.base/jit-simple.exp: Likewise.
12158 * gdb.base/reread.exp: Likewise.
12159 * gdb.base/sepdebug.exp: Likewise.
12160 * gdb.base/step-bt.exp: Likewise.
12161 * gdb.cp/mb-inline.exp: Likewise.
12162 * gdb.cp/mb-templates.exp: Likewise.
12163 * gdb.objc/basicclass.exp: Likewise.
12164 * gdb.threads/killed.exp: Likewise.
12165
12166 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12167
12168 PR tdep/17379
12169 * gdb.arch/powerpc-stackless.S: New file.
12170 * gdb.arch/powerpc-stackless.exp: New file.
12171
12172 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12173
12174 * gdb.base/attach.c: Include unistd.h.
12175 (main): Call alarm. Add label postloop.
12176 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12177 gdb_breakpoint, gdb_continue_to_breakpoint.
12178 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12179
12180 2014-09-11 Pedro Alves <palves@redhat.com>
12181
12182 PR gdb/17347
12183 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12184 * gdb.base/attach.exp (test_command_line_attach_run): New
12185 procedure.
12186 (top level): Call it.
12187
12188 2014-09-11 Pedro Alves <palves@redhat.com>
12189
12190 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12191 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12192 (do_command_attach_tests): Use spawn_wait_for_attach.
12193 * gdb.base/solib-overlap.exp: Likewise.
12194 * gdb.multi/multi-attach.exp: Likewise.
12195 * gdb.python/py-prompt.exp: Likewise.
12196 * gdb.python/py-sync-interp.exp: Likewise.
12197 * gdb.server/ext-attach.exp: Likewise.
12198
12199 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12200
12201 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12202 command in testcase. Simplify testcase.
12203
12204 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12205
12206 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12207
12208 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12209
12210 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12211
12212 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12213
12214 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12215
12216 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12217
12218 * gdb.dwarf2/dynarr-ptr.c: New file.
12219 * gdb.dwarf2/dynarr-ptr.exp: New file.
12220
12221 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12222
12223 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12224 of 30 rather than hardcoding 120 for a slow test case. Take the
12225 `gdb,timeout' target setting into account for this calculation.
12226 Don't extend the timeout for the test cases that don't need it.
12227
12228 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12229
12230 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12231 a factor of 2 for a slow test case. Take the `gdb,timeout'
12232 target setting into account for this calculation.
12233 * gdb.reverse/until-precsave.exp: Increase the timeout by
12234 a factor of 15 and 3 respectively rather than adding 120
12235 for a pair of slow test cases. Take the `gdb,timeout'
12236 target setting into account for this calculation.
12237
12238 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12239
12240 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12241 timeout, don't pass one down to gdb_expect.
12242 (gdb_expect): Rework timeout selection.
12243
12244 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12245
12246 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12247 exception on timeout.
12248 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12249 (gdbserver_start_extended): Catch any `gdbserver_start' error
12250 exceptions.
12251 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12252 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12253 `gdbserver_gdb_load' error exceptions.
12254
12255 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12256
12257 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12258 120 on waiting for the TCP socket to open.
12259
12260 2014-09-09 Doug Evans <xdje42@gmail.com>
12261
12262 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12263 _caller_matches, _any_caller_is, _any_caller_matches.
12264
12265 2014-09-09 Doug Evans <xdje42@gmail.com>
12266
12267 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12268
12269 2014-09-09 Yao Qi <yao@codesourcery.com>
12270
12271 * gdb.mi/mi-var-display.exp: Set print symbol off.
12272
12273 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12274
12275 PR gdb/17035
12276 * gdb.base/commands.exp: Add tests to verify user-defined
12277 commands with empty bodies.
12278 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12279 python commands in `show user command`.
12280 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12281 scheme commands in `show user command`.
12282
12283 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12284
12285 PR python/17355
12286 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12287 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12288 * gdb.python/py-framefilter-invalidarg.exp: New file.
12289 * gdb.python/py-framefilter-invalidarg.py: New file.
12290
12291 2014-09-06 Doug Evans <xdje42@gmail.com>
12292
12293 PR 15276
12294 * gdb.python/py-caller-is.c: New file.
12295 * gdb.python/py-caller-is.exp: New file.
12296
12297 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12298
12299 PR gdb/17235
12300 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12301 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12302
12303 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12304
12305 PR fortran/17237
12306 * gdb.fortran/print-formatted.exp: New file.
12307 * gdb.fortran/print-formatted.f90: Likewise.
12308
12309 2014-09-03 Sasha Smundak <asmundak@google.com>
12310
12311 * gdb.python/py-frame.exp: Test Frame.read_register.
12312
12313 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12314
12315 PR python/16699
12316 * gdb.python/py-completion.exp: New file.
12317 * gdb.python/py-completion.py: Likewise.
12318
12319 2014-08-28 Doug Evans <dje@google.com>
12320
12321 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12322 eax,etc. are live with values set by gdb and thus the compiler can't
12323 use them.
12324 * gdb.arch/i386-pseudo.c (main): Ditto.
12325
12326 2014-08-27 Doug Evans <dje@google.com>
12327
12328 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12329
12330 2014-08-25 Doug Evans <dje@google.com>
12331
12332 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12333 (main): Ditto.
12334
12335 2014-08-25 Doug Evans <dje@google.com>
12336
12337 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12338
12339 2014-08-24 Yao Qi <yao@codesourcery.com>
12340
12341 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12342 symbol off.
12343 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12344
12345 2014-08-22 Doug Evans <dje@google.com>
12346
12347 PR 17276
12348 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12349 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12350 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12351
12352 2014-08-22 Yao Qi <yao@codesourcery.com>
12353
12354 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12355 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12356 * gdb.python/python.exp: Likewise. Use .py file on the host
12357 instead of the build.
12358
12359 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12360
12361 * gdb.threads/gcore-stale-thread.c: New file.
12362 * gdb.threads/gcore-stale-thread.exp: New file.
12363
12364 2014-08-21 Pedro Alves <palves@redhat.com>
12365
12366 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12367 * gdb.base/gcore-relro-pie.exp: Likewise.
12368 * gdb.base/gcore-relro.exp: Likewise.
12369 * gdb.base/gcore.exp: Likewise.
12370 * gdb.base/print-symbol-loading.exp: Likewise.
12371 * gdb.threads/gcore-thread.exp: Likewise.
12372 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12373
12374 2014-08-20 Pedro Alves <palves@redhat.com>
12375 Jan Kratochvil <jan.kratochvil@redhat.com>
12376
12377 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12378 configure.
12379 (EXPECT): Handle READ1 being set.
12380 (all): Depend on EXTRA_RULES.
12381 (check-read1, expect-read1, read1.so, read1): New rules.
12382 * README (Testsuite Parameters): Document the READ1 make variable.
12383 (Race detection): New section.
12384 * configure: Regenerate.
12385 * configure.ac: If build==host==target, and running under a
12386 GNU/glibc system, add read1 to the extra Makefile rules.
12387 (EXTRA_RULES): AC_SUBST it.
12388 * lib/read1.c: New file.
12389
12390 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12391
12392 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12393 the handling of variables declared as a typedef to an array
12394 which a DW_AT_data_location attribute.
12395
12396 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12397 Pedro Alves <palves@redhat.com>
12398
12399 PR symtab/14604
12400 PR symtab/14605
12401 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12402 gdb_test.
12403
12404 2014-08-19 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12407
12408 2014-08-19 Yao Qi <yao@codesourcery.com>
12409
12410 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12411 right line.
12412
12413 2014-08-18 David Blaikie <dblaikie@gmail.com>
12414
12415 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12416
12417 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12418
12419 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12420 attribute in array range.
12421
12422 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12423
12424 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12425
12426 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12427
12428 PR c++/17132
12429 * gdb.cp/pr17132.cc: New file.
12430 * gdb.cp/pr17132.exp: New file.
12431
12432 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12433
12434 * gdb.python/py-xmethods.py (A_getarrayind)
12435 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12436 Use 'print' with function call syntax.
12437 (E_method_matcher.match): Fix tab vs space indentation mixup.
12438
12439 2014-08-15 Yao Qi <yao@codesourcery.com>
12440
12441 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12442 false.
12443
12444 2014-08-15 Yao Qi <yao@codesourcery.com>
12445
12446 * gdb.cp/casts.exp: Set print symbol off.
12447 * gdb.cp/class2.exp: Likewise.
12448 * gdb.cp/overload.exp: Likewise.
12449 * gdb.cp/templates.exp: Likewise.
12450
12451 2014-08-11 Doug Evans <dje@google.com>
12452
12453 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12454 (test_load_shlib): Update.
12455
12456 2014-08-09 Yao Qi <yao@codesourcery.com>
12457
12458 * gdb.base/display.exp: Invoke is_address_zero_readable.
12459 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12460 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12461 * gdb.base/hbreak-unmapped.exp: Return if
12462 is_address_zero_readable returns true.
12463 * gdb.base/signest.exp: Likewise.
12464 * gdb.base/signull.exp: Likewise.
12465 * gdb.base/sigbpt.exp: Likewise.
12466 * gdb.guile/scm-disasm.exp: Do the test if
12467 is_address_zero_readable returns false.
12468 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12469 * gdb.python/py-arch.exp: Likewise.
12470 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12471 * lib/gdb.exp (is_address_zero_readable): New proc.
12472
12473 2014-08-09 Yao Qi <yao@codesourcery.com>
12474
12475 PR testsuite/13443
12476 * gdb.mi/mi-var-display.exp: Make test messages unique.
12477
12478 2014-08-04 Tom Tromey <tromey@redhat.com>
12479
12480 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12481 target 0".
12482
12483 2014-08-04 Tom Tromey <tromey@redhat.com>
12484
12485 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12486 "target_resume".
12487
12488 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12489
12490 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12491 inner_vla_struct_object_size.
12492 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12493 as xfail.
12494
12495 2014-07-30 Pedro Alves <palves@redhat.com>
12496
12497 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12498 comment.
12499
12500 2014-07-29 Yao Qi <yao@codesourcery.com>
12501
12502 PR gdb/17206
12503 * gdb.base/until-nodebug.exp: New.
12504
12505 2014-07-28 Doug Evans <xdje42@gmail.com>
12506
12507 PR guile/17203
12508 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12509 previously existing parameter, and previously ambiguously spelled
12510 parameter.
12511
12512 2014-07-28 Will Newton <will.newton@linaro.org>
12513
12514 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12515
12516 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12517 Doug Evans <xdje42@gmail.com>
12518
12519 PR guile/17146
12520 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12521
12522 2014-07-25 Pedro Alves <palves@redhat.com>
12523
12524 * gdb.threads/signal-command-handle-nopass.c: New file.
12525 * gdb.threads/signal-command-handle-nopass.exp: New file.
12526 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12527 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12528 * gdb.threads/signal-delivered-right-thread.c: New file.
12529 * gdb.threads/signal-delivered-right-thread.exp: New file.
12530
12531 2014-07-25 Pedro Alves <palves@redhat.com>
12532
12533 * gdb.base/double-prompt-target-event-error.exp
12534 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12535 match.
12536 (cancel_pagination_in_target_event): Rework double prompt
12537 detection.
12538 * gdb.base/paginate-after-ctrl-c-running.exp
12539 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12540 <return>' match.
12541 * gdb.base/paginate-bg-execution.exp
12542 (test_bg_execution_pagination_return)
12543 (test_bg_execution_pagination_cancel): Remove '-notransfer
12544 <return>' matches.
12545 * gdb.base/paginate-execution-startup.exp
12546 (test_fg_execution_pagination_return)
12547 (test_fg_execution_pagination_cancel): Remove '-notransfer
12548 <return>' matches.
12549 * gdb.base/paginate-inferior-exit.exp
12550 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12551 match.
12552 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12553 * lib/gdb.exp (pagination_prompt): Run text through
12554 string_to_regexp.
12555 (gdb_test_multiple): Match $pagination_prompt instead of
12556 "<return>".
12557 (string_to_regexp): Move to lib/gdb-utils.exp.
12558
12559 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12560
12561 * gdb.arch/amd64-entry-value-paramref.S: New file.
12562 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12563 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12564 * gdb.arch/amd64-optimout-repeat.S: New file.
12565 * gdb.arch/amd64-optimout-repeat.c: New file.
12566 * gdb.arch/amd64-optimout-repeat.exp: New file.
12567
12568 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12569
12570 PR gdb/17170
12571 * gdb.base/statistics.exp: New file.
12572
12573 2014-07-17 Doug Evans <dje@google.com>
12574
12575 PR gdb/17170
12576 * gdb.base/maint.exp: Update testing of per-command stats.
12577
12578 2014-07-16 Pedro Alves <palves@redhat.com>
12579
12580 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12581 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12582 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12583 (tfile_write_buf): New functions.
12584 (add_memory_block): Rewrite using the above.
12585 (adjust_function_address): New function.
12586 (FUNCTION_ADDRESS): New macro.
12587 (write_basic_trace_file): Remove short_x local, and use
12588 tfile_write_16. Change type of func_addr local to unsigned long
12589 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12590 here. Cast argument of add_memory_block to char pointer.
12591 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12592 (main): Remove parameters.
12593 * gdb.trace/tfile.exp: Remove nowarnings.
12594
12595 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12596
12597 * gdb.base/debug-expr.exp: Test string evaluation with
12598 "debug expression" on.
12599
12600 2014-07-15 Pedro Alves <palves@redhat.com>
12601
12602 * gdb.base/reread.exp: Use clean_restart.
12603
12604 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12605
12606 * gdb.arch/avr-flash-qualifer.c: New.
12607 * gdb.arch/avr-flash-qualifer.exp: New.
12608
12609 2014-07-14 Pedro Alves <palves@redhat.com>
12610
12611 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12612 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12613
12614 2014-07-14 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.base/double-prompt-target-event-error.c: New file.
12617 * gdb.base/double-prompt-target-event-error.exp: New file.
12618
12619 2014-07-14 Pedro Alves <palves@redhat.com>
12620
12621 PR gdb/17072
12622 * gdb.base/paginate-inferior-exit.c: New file.
12623 * gdb.base/paginate-inferior-exit.exp: New file.
12624
12625 2014-07-14 Pedro Alves <palves@redhat.com>
12626
12627 PR gdb/17072
12628 * gdb.base/paginate-bg-execution.c: New file.
12629 * gdb.base/paginate-bg-execution.exp: New file.
12630
12631 2014-07-14 Pedro Alves <palves@redhat.com>
12632
12633 PR gdb/17072
12634 * gdb.base/paginate-execution-startup.c: New file.
12635 * gdb.base/paginate-execution-startup.exp: New file.
12636 * lib/gdb.exp (pagination_prompt): New global.
12637 (default_gdb_spawn): New procedure, factored out from
12638 default_gdb_spawn.
12639 (default_gdb_start): Adjust to call default_gdb_spawn.
12640 (gdb_spawn): New procedure.
12641
12642 2014-07-14 Pedro Alves <palves@redhat.com>
12643
12644 * lib/gdb.exp (gdb_assert): New procedure.
12645 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12646
12647 2014-07-14 Pedro Alves <palves@redhat.com>
12648
12649 * gdb.base/execution-termios.c: New file.
12650 * gdb.base/execution-termios.exp: New file.
12651
12652 2014-07-14 Tom Tromey <tromey@redhat.com>
12653
12654 * gdb.cp/vla-cxx.cc: New file.
12655 * gdb.cp/vla-cxx.exp: New file.
12656
12657 2014-07-14 Tom Tromey <tromey@redhat.com>
12658
12659 * gdb.reverse/rerun-prec.c: New file.
12660 * gdb.reverse/rerun-prec.exp: New file.
12661
12662 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12663 Maciej W. Rozycki <macro@codesourcery.com>
12664
12665 * lib/gdb-utils.exp: New file.
12666 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12667 inline `gdb_init_command' processing.
12668 (gdb_start_cmd): Likewise.
12669 * lib/mi-support.exp (mi_run_cmd): Likewise.
12670 * README: Document `gdb_init_command' and `gdb_init_commands'.
12671
12672 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12673
12674 Fix false FAIL running under a very long directory name.
12675 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12676 and "set print elements 10000". Twice.
12677
12678 2014-07-11 Yao Qi <yao@codesourcery.com>
12679
12680 * gdb.base/exprs.exp: "set print symbol off".
12681
12682 2014-07-11 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.threads/kill.c: New file.
12685 * gdb.threads/kill.exp: New file.
12686
12687 2014-07-10 Yao Qi <yao@codesourcery.com>
12688
12689 * gdb.trace/tfile.c (write_basic_trace_file)
12690 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12691 address written to trace file.
12692
12693 2014-07-09 Pedro Alves <palves@redhat.com>
12694
12695 * gdb.base/attach-wait-input.exp: New file.
12696 * gdb.base/attach-wait-input.c: New file.
12697
12698 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12699
12700 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12701 setting up test structures.
12702 (main): Call new test function.
12703 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12704 test function, continue into test function and walk test
12705 structures.
12706
12707 2014-07-02 Yao Qi <yao@codesourcery.com>
12708
12709 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12710 'bar_start' at the beginning of functions 'foo' and 'bar'
12711 respectively.
12712 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12713 instead of 'foo' and 'bar'.
12714
12715 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12716
12717 * gdb.btrace/segv.exp: New.
12718 * gdb.btrace/segv.c: New.
12719
12720 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12721
12722 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12723 instruction.
12724
12725 2014-06-30 Mark Wielaard <mjw@redhat.com>
12726
12727 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12728 vulture, vilify, villar): New volatile array constants.
12729 (vindictive, vegetation): New const volatile array constants.
12730 * gdb.base/volatile.exp: Test volatile and const volatile array
12731 types.
12732
12733 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12734
12735 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12736 target lacks support for awatch, rwatch, or hbreak.
12737
12738 2014-06-27 Yao Qi <yao@codesourcery.com>
12739
12740 * gdb.multi/dummy-frame-restore.exp: New.
12741 * gdb.multi/dummy-frame-restore.c: New.
12742
12743 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12744
12745 * gdb.btrace/gcore.exp: New.
12746
12747 2014-06-23 Pedro Alves <palves@redhat.com>
12748
12749 * gdb.base/watchpoint-reuse-slot.c: New file.
12750 * gdb.base/watchpoint-reuse-slot.exp: New file.
12751
12752 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12753
12754 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12755 progspace's filename in 'info', 'enable' and 'disable' command
12756 tests.
12757
12758 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12759
12760 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12761 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12762 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12763
12764 2014-06-20 Gary Benson <gbenson@redhat.com>
12765
12766 * gdb.arch/i386-avx.exp: Fix include file location.
12767 * gdb.arch/i386-sse.exp: Likewise.
12768
12769 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12770
12771 * gdb.dlang/expression.exp: New file.
12772
12773 2014-06-19 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12776 out from ...
12777 (top level): ... here. Iterate running tests under different
12778 scheduler-locking settings.
12779
12780 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12781
12782 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12783 to DW_FORM_addr and use non-zero addresses.
12784
12785 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12786
12787 PR gdb/17017
12788 * gdb.python/py-xmethods.cc: Add global function call counters and
12789 increment them in their respective functions. Remove "cout"
12790 statements.
12791 * gdb.python/py-xmethods.exp: Make tests check the global function
12792 call counters instead of depending on inferior IO.
12793
12794 2014-06-18 Don Breazeal <donb@codesourcery.com>
12795
12796 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12797 Deleted procedure.
12798 (explicit_fork_parent_follow): Deleted procedure.
12799 (explicit_fork_child_follow): Deleted procedure.
12800 (test_follow_fork): New procedure.
12801 (do_fork_tests): Replace calls to deleted procedures with
12802 calls to test_follow_fork and reset GDB for subsequent
12803 procedure calls.
12804
12805 2014-06-17 Yao Qi <yao@codesourcery.com>
12806
12807 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12808 CP1252.
12809
12810 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12811
12812 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12813 Initialize ptr and S explicitly.
12814 (skip_type_update_when_not_use_rtti_test): Likewise.
12815
12816 2014-06-16 Keith Seitz <keiths@redhat.com>
12817
12818 PR mi/15863
12819 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12820 the inferior is started.
12821
12822 2014-06-16 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.base/break-main-file-remove-fail.c: New file.
12825 * gdb.base/break-main-file-remove-fail.exp: New file.
12826 * gdb.base/break-unload-file.exp: Use build_executable instead of
12827 prepare_for_testing.
12828 (test_break): New parameter "initial_load". Handle it.
12829 (top level): Add initial_load cmdline/file axis.
12830
12831 2014-06-12 Tom Tromey <tromey@redhat.com>
12832
12833 * gdb.base/completion.exp: Don't use directory name in test.
12834
12835 2014-06-09 Gary Benson <gbenson@redhat.com>
12836
12837 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12838 separate the always-available ANSI-standard signals from the
12839 signals that require checking.
12840 (main): Likewise.
12841 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12842 Likewise.
12843 (main): Likewise.
12844
12845 2014-06-07 Keith Seitz <keiths@redhat.com>
12846
12847 Revert:
12848 PR c++/16253
12849 * gdb.cp/var-tag.cc: New file.
12850 * gdb.cp/var-tag.exp: New file.
12851 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12852 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12853 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12854 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12855
12856 2014-06-06 Doug Evans <xdje42@gmail.com>
12857
12858 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12859
12860 2014-06-06 Pedro Alves <palves@redhat.com>
12861
12862 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12863 in target debug output instead of looking at RSP packets,
12864 disabling the test on any target that uses hardware stepping.
12865 Update comments.
12866
12867 2014-06-06 Pedro Alves <palves@redhat.com>
12868
12869 * gdb.base/break-unload-file.exp: Fix typo.
12870
12871 2014-06-06 Yao Qi <yao@codesourcery.com>
12872
12873 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12874 from "jit_function" to "^jit_function".
12875
12876 2014-06-06 Yao Qi <yao@codesourcery.com>
12877
12878 * gdb.base/async.c (foo): Add one statement.
12879 * gdb.base/async.exp: Get the next instruction address and
12880 match the output of "nexti" by instruction address. Match
12881 the hex address in the output of "finish".
12882
12883 2014-06-06 Gary Benson <gbenson@redhat.com>
12884
12885 * gdb.base/call-signals.c: Remove preprocessor conditionals
12886 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12887 SIGSEGV and SIGTERM.
12888 * gdb.base/sigall.c: Likewise.
12889 * gdb.base/unwindonsignal.c: Likewise.
12890 * gdb.reverse/sigall-reverse.c: Likewise.
12891
12892 2014-06-06 Yao Qi <yao@codesourcery.com>
12893
12894 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12895 readable, skip the test.
12896
12897 2014-06-06 Yao Qi <yao@codesourcery.com>
12898
12899 * gdb.threads/staticthreads.c (thread_function): Move the line
12900 setting breakpoint on forward.
12901 * gdb.threads/staticthreads.exp: Update comments.
12902
12903 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12904
12905 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12906 "history-append! type error".
12907
12908 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12909
12910 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12911 erroneous dprintf expected input.
12912
12913 2014-06-04 Doug Evans <xdje42@gmail.com>
12914
12915 * gdb.guile/scm-generics.exp: Delete.
12916
12917 2014-06-04 Doug Evans <xdje42@gmail.com>
12918
12919 * gdb.guile/scm-breakpoint.exp: Update.
12920 Add tests for breakpoint registration.
12921
12922 2014-06-04 Tom Tromey <tromey@redhat.com>
12923
12924 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12925 VLA-in-union.
12926 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12927 inner_vla_struct, vla_union types. Initialize objects of those
12928 types and compute their sizes.
12929
12930 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12931 Hui Zhu <hui@codesourcery.com>
12932
12933 * gdb.base/fileio.exp: Add test for shell not available as well as
12934 available.
12935 * gdb.base/fileio.c (test_system): Check for shell twice.
12936
12937 2014-06-04 Yao Qi <yao@codesourcery.com>
12938
12939 * gdb.base/auto-connect-native-target.exp: Remove redundant
12940 space from the regexp pattern.
12941
12942 2014-06-04 Yao Qi <yao@codesourcery.com>
12943
12944 * gdb.base/default.exp: Replace "child" with "native" in
12945 regexp pattern.
12946
12947 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12948
12949 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12950 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12951 * gdb.python/py-xmethods.py: Python script supporting the
12952 new testcase and tests.
12953
12954 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12955 Pedro Alves <palves@redhat.com>
12956
12957 PR breakpoints/17000
12958 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12959 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12960
12961 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12962
12963 * gdb.base/subst.exp: Add tests to verify partial path matching
12964 output.
12965
12966 2014-06-03 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12969 target that doesn't use software single-stepping.
12970
12971 2014-06-03 Pedro Alves <palves@redhat.com>
12972
12973 PR breakpoints/17000
12974 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12975 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12976
12977 2014-06-02 Doug Evans <xdje42@gmail.com>
12978
12979 * gdb.guile/scm-parameter.exp: New file.
12980
12981 2014-06-02 Doug Evans <xdje42@gmail.com>
12982
12983 * gdb.guile/scm-cmd.c: New file.
12984 * gdb.guile/scm-cmd.exp: New file.
12985
12986 2014-06-02 Doug Evans <xdje42@gmail.com>
12987
12988 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12989 pretty-printer lookup.
12990 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12991 (make-pp_s-printer): Call it.
12992 (make-pretty-printer-from-dict): New function.
12993 (lookup-pretty-printer-maker-from-dict): New function.
12994 (*pretty-printer*): Simplify.
12995 (make-objfile-pp_s-printer): New function.
12996 (install-objfile-pretty-printers!): New function.
12997 (make-progspace-pp_s-printer): New function.
12998 (install-progspace-pretty-printers!): New function.
12999 * gdb.guile/scm-progspace.c: New file.
13000 * gdb.guile/scm-progspace.exp: New file.
13001
13002 2014-06-02 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/dprintf-bp-same-addr.c: New file.
13005 * gdb.base/dprintf-bp-same-addr.exp: New file.
13006
13007 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13008
13009 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13010 * gdb.arch/powerpc-power.s: Likewise.
13011
13012 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13013
13014 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13015
13016 2014-06-01 Yao Qi <yao@codesourcery.com>
13017
13018 * gdb.base/watchpoint.exp (test_watch_location): Check null
13019 pointer can be dereferenced. If not, do the test, otherwise
13020 skip it.
13021
13022 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13023
13024 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13025 results.
13026 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13027
13028 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13029
13030 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13031 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13032 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13033 * gdb.arch/amd64-invalid-stack-top.c: New file.
13034 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13035
13036 2014-05-30 Pedro Alves <palves@redhat.com>
13037
13038 PR breakpoints/17000
13039 * gdb.base/sss-bp-on-user-bp.c: New file.
13040 * gdb.base/sss-bp-on-user-bp.exp: New file.
13041
13042 2014-05-30 David Blaikie <dblaikie@gmail.com>
13043
13044 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13045 gnu_inline semantics via attribute.
13046 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13047 source explicitly specifies the required semantics.
13048
13049 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13050
13051 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13052
13053 2014-05-29 Pedro Alves <palves@redhat.com>
13054 Tom Tromey <tromey@redhat.com>
13055
13056 * gdb.base/async-shell.exp: Don't enable target-async.
13057 * gdb.base/async.exp
13058 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13059 parameter. Adjust.
13060 (top level): Don't test with "target-async".
13061 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13062 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13063 * gdb.base/inferior-died.exp: Don't enable target-async.
13064 * gdb.base/interrupt-noterm.exp: Likewise.
13065 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13066 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13067 * gdb.mi/mi-nonstop.exp: Likewise.
13068 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13069 * gdb.mi/mi-nsintrall.exp: Likewise.
13070 * gdb.mi/mi-nsmoribund.exp: Likewise.
13071 * gdb.mi/mi-nsthrexec.exp: Likewise.
13072 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13073 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13074 * gdb.python/py-evsignal.exp: Don't enable target-async.
13075 * gdb.python/py-evthreads.exp: Likewise.
13076 * gdb.python/py-prompt.exp: Likewise.
13077 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13078 * gdb.server/solib-list.exp: Don't enable target-async.
13079 * gdb.threads/thread-specific-bp.exp: Likewise.
13080 * lib/mi-support.exp: Adjust to use mi-async.
13081
13082 2014-05-29 Pedro Alves <palves@redhat.com>
13083
13084 PR gdb/13860
13085 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13086 reason, even in sync mode.
13087
13088 2014-05-29 Pedro Alves <palves@redhat.com>
13089 Hui Zhu <hui@codesourcery.com>
13090
13091 PR PR15693
13092 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13093 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13094 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13095 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13096
13097 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13098
13099 * config/monitor.exp (gdb_target_monitor): Replace use of
13100 "set remotebaud" by "set serial baud".
13101
13102 2014-05-26 Andy Wingo <wingo@igalia.com>
13103
13104 * gdb.guile/scm-breakpoint.exp:
13105 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13106 properties instead of gdb-object-properties.
13107
13108 2014-05-26 Yao Qi <yao@codesourcery.com>
13109
13110 * gdb.server/no-thread-db.exp: Specify source file name
13111 explicitly when setting a breakpoint.
13112
13113 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13114
13115 * gdb.btrace/vdso.c: New.
13116 * gdb.btrace/vdso.exp: New.
13117
13118 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13119
13120 * gdb.base/gcore.exp (capture_command_output): Move ...
13121 * lib/gdb.exp (capture_command_output): ... here.
13122
13123 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13124
13125 * gdb.btrace/data.exp: Test memory access during btrace replay.
13126
13127 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13128
13129 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13130
13131 2014-05-21 Pedro Alves <palves@redhat.com>
13132
13133 PR gdb/13860
13134 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13135 (top level): Test that output related to execution commands is
13136 sent to the console with CLI commands, but not with MI commands.
13137 Test that breakpoint events are always mirrored to the console.
13138 Also expect the new source line to be output after a "next" in
13139 async mode too. Make it a pass/fail test.
13140 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13141 output.
13142 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13143
13144 2014-05-21 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13147 Use them to test variations of "list" after reaching a breakpoint.
13148 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13149 Test "list" with listsize 10 after reaching a breakpoint.
13150 * gdb.python/python.exp (decode_line current location line
13151 number): Adjust expected line number.
13152
13153 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13154
13155 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13156 behavior for $args, pass it directly to "run".
13157
13158 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13159
13160 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13161 30000 to 65536.
13162
13163 2014-05-21 Pedro Alves <palves@redhat.com>
13164
13165 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13166 auto-connect-native-target off".
13167 * gdb.base/auto-connect-native-target.c: New file.
13168 * gdb.base/auto-connect-native-target.exp: New file.
13169
13170 2014-05-21 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.base/default.exp: Test "target native" instead of "target
13173 child".
13174
13175 2014-05-21 Mark Wielaard <mjw@redhat.com>
13176
13177 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13178
13179 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13180
13181 Fix TLS access for -static -pthread.
13182 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13183 <HAVE_TLS> (thread_function, main): Initialize it.
13184 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13185 Add clean_restart.
13186 <$have_tls != "">: Check TLSVAR.
13187
13188 2014-05-21 Pedro Alves <palves@redhat.com>
13189
13190 * gdb.base/dcache-line-read-error.c: New.
13191 * gdb.base/dcache-line-read-error.exp: New.
13192
13193 2014-05-20 Pedro Alves <palves@redhat.com>
13194
13195 * gdb.base/compare-sections.c: New file.
13196 * gdb.base/compare-sections.exp: New file.
13197
13198 2014-05-20 Pedro Alves <palves@redhat.com>
13199
13200 * gdb.base/break-idempotent.c: New file.
13201 * gdb.base/break-idempotent.exp: New file.
13202
13203 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13204
13205 * gdb.btrace/nohist.exp: New.
13206
13207 2014-05-20 Yao Qi <yao@codesourcery.com>
13208
13209 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13210 gdb.reverse directory and gdb_reverse_timeout exists in board
13211 setting.
13212 * README: Document gdb_reverse_timeout.
13213
13214 2014-05-20 Yao Qi <yao@codesourcery.com>
13215
13216 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13217 'test_file_name'. Treat args as a string instead of a list.
13218 (gdb_init): Rename argument 'args' by 'test_file_name'.
13219
13220 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13221
13222 * gdb.arch/powerpc-power.exp: New file.
13223 * gdb.arch/powerpc-power.s: New file.
13224
13225 2014-05-16 Doug Evans <dje@google.com>
13226
13227 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13228 * gdb.base/completion.exp: Check that all expected files exist
13229 before doing file completion.
13230
13231 2014-05-16 Doug Evans <dje@google.com>
13232
13233 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13234 Update.
13235 (do_syscall_tests_without_xml): Update.
13236
13237 2014-05-16 Pedro Alves <palves@redhat.com>
13238
13239 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13240 instead of "unknown output after running".
13241
13242 2014-05-16 Yao Qi <yao@codesourcery.com>
13243
13244 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13245 file1.txt from host at the end.
13246 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13247
13248 2014-05-15 Doug Evans <dje@google.com>
13249
13250 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13251 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13252 loading file. Add test for TU lookup.
13253
13254 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13255
13256 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13257 calling "-exec-arguments" or "set args" before running the
13258 inferior.
13259
13260 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13261
13262 * lib/mi-support.exp (mi_expect_stop): Expect message for
13263 inferiors that exit with non-zero exit code.
13264
13265 2014-05-14 Yao Qi <yao@codesourcery.com>
13266
13267 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13268 match absolute path on remote host.
13269 (test_file_list_exec_source_files): Remove "/" from the
13270 pattern.
13271
13272 2014-05-14 Yao Qi <yao@codesourcery.com>
13273
13274 * boards/local-remote-host-notty.exp (${board}_file): New
13275 proc.
13276
13277 2014-05-07 Kyle McMartin <kyle@redhat.com>
13278
13279 Pushed by Joel Brobecker <brobecker@adacore.com>.
13280 * gdb.arch/aarch64-atomic-inst.c: New file.
13281 * gdb.arch/aarch64-atomic-inst.exp: New file.
13282
13283 2014-05-07 Yao Qi <yao@codesourcery.com>
13284
13285 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13286 in current context" too.
13287
13288 2014-05-05 Keith Seitz <keiths@redhat.com>
13289
13290 * gdb.linespec/ls-dollar.exp: Add test for linespec
13291 file:convenience_variable.
13292
13293 2014-05-05 Yao Qi <yao@codesourcery.com>
13294
13295 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13296 traceframes into tfile and ctf trace files. Read data from
13297 trace file and test collected data.
13298 (gdb_collect_locals_test): Likewise.
13299 (gdb_unavailable_registers_test): Likewise.
13300 (gdb_unavailable_floats): Likewise.
13301 (gdb_collect_globals_test): Likewise.
13302 (top-level): Append "ctf" to trace_file_targets if GDB
13303 supports.
13304
13305 2014-05-05 Yao Qi <yao@codesourcery.com>
13306
13307 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13308 code to ...
13309 (gdb_collect_args_test_1): ... it. New proc.
13310 (gdb_collect_locals_test): Move some code to ...
13311 (gdb_collect_locals_test_1): ... it. New proc.
13312 (gdb_unavailable_registers_test): Move some code to ...
13313 (gdb_unavailable_registers_test_1): ... it. New proc.
13314 (gdb_unavailable_floats): Move some code to ...
13315 (gdb_unavailable_floats_1): ... it. New proc.
13316
13317 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13318
13319 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13320 probes to test for bitness recognition.
13321 * gdb.arch/amd64-stap-optional-prefix.exp
13322 (test_probe_value_without_reg): New procedure.
13323 Add code to test for different kinds of bitness.
13324
13325 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13326
13327 PR breakpoints/16889
13328 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13329 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13330
13331 2014-05-01 Pedro Alves <palves@redhat.com>
13332
13333 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13334 gdb_file_cmd if no file is specified.
13335 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13336 last_loaded_file to set the remote exec-file.
13337
13338 2014-05-01 Pedro Alves <palves@redhat.com>
13339
13340 * boards/local-remote-host.exp: New file.
13341
13342 2014-05-01 Pedro Alves <palves@redhat.com>
13343
13344 * boards/local-remote-host.exp: Rename to ...
13345 * boards/local-remote-host-notty.exp: ... this.
13346
13347 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13348
13349 * gdb.ada/dyn_arrayidx: New testcase.
13350
13351 2014-04-26 Yao Qi <yao@codesourcery.com>
13352
13353 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13354 and compute the length of function main. Save it in
13355 $main_length.
13356 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13357 (top-level): Use gdb_compile to compile objects into
13358 executable and restart GDB. Remove invocation to
13359 prepare_for_testing.
13360
13361 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13362 Pedro Alves <palves@redhat.com>
13363
13364 PR server/16255
13365 * gdb.multi/multi-attach.c: New file.
13366 * gdb.multi/multi-attach.exp: New file.
13367
13368 2014-04-25 Pedro Alves <palves@redhat.com>
13369
13370 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13371 user.
13372 (top level): Test that "set remote conditional-breakpoints-packet
13373 off" works as intended.
13374 * gdb.base/dprintf.exp: Test that "set remote
13375 breakpoint-commands-packet off" works as intended.
13376 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13377 New function.
13378 (top level): Call it.
13379 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13380 remote fast-tracepoints-packet off" works as intended.
13381 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13382 * lib/gdb.exp (gdb_is_target_remote): ... here.
13383
13384 2014-04-24 David Blaikie <dblaikie@gmail.com>
13385
13386 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13387 ensure clang would not discard them.
13388 * gdb.base/gdbvars.c: Ditto.
13389 * gdb.base/memattr.c: Ditto.
13390 * gdb.base/whatis.c: Ditto.
13391 * gdb.python/py-prettyprint.c: Ditto.
13392 * gdb.trace/actions.c: Ditto.
13393 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13394 ensure clang would not discard it.
13395
13396 2014-04-24 David Blaikie <dblaikie@gmail.com>
13397
13398 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13399 clang to emit the full definition of type required by the test
13400 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13401
13402 2014-04-24 David Blaikie <dblaikie@gmail.com>
13403
13404 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13405 coax Clang into emitting the definition of the type.
13406 * gdb.cp/pr10728-x.h (y): Ditto.
13407 * gdb.cp/pr10728-y.cc (y): Ditto.
13408
13409 2014-04-24 David Blaikie <dblaikie@gmail.com>
13410
13411 * gdb.base/label.exp: XFAIL label related tests under Clang.
13412 * gdb.cp/cplabel.exp: Ditto.
13413 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13414 under Clang those using labels.
13415
13416 2014-04-25 Yao Qi <yao@codesourcery.com>
13417
13418 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13419 double_label.
13420 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13421 partial_label and double_label.
13422
13423 2014-04-24 David Blaikie <dblaikie@gmail.com>
13424
13425 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13426
13427 2014-04-24 David Blaikie <dblaikie@gmail.com>
13428
13429 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13430 of the function to work across GCC and Clang.
13431 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13432 pointer types (const void ** const V void **).
13433
13434 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13435 Walfred Tedeschi <walfred.tedeschi@intel.com>
13436
13437 * Makefile.in (EXECUTABLES): Added i386-avx512.
13438 * gdb.arch/i386-avx512.c: New file.
13439 * gdb.arch/i386-avx512.exp: Likewise.
13440
13441 2014-04-23 Keith Seitz <keiths@redhat.com>
13442
13443 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13444 (mi_make_breakpoint_table): New procedure.
13445 (mi_create_breakpoint): Use mi_make_breakpoint
13446 and return the result.
13447 (mi_make_breakpoint): New procedure.
13448 (mi_build_kv_pairs): New procedure.
13449
13450 * gdb.mi/mi-break.exp: Remove unused globals,
13451 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13452 All callers updated.
13453 * gdb.mi/mi-dprintf.exp: Use variable to track command
13454 number.
13455 Update all callers of mi_create_breakpoint and use
13456 mi_make_breakpoint_table.
13457 Remove any unused global variables.
13458 * gdb.mi/mi-nonstop.exp: Likewise.
13459 * gdb.mi/mi-nsintrall.exp: Likewise.
13460 * gdb.mi/mi-nsmoribund.exp: Likewise.
13461 * gdb.mi/mi-nsthrexec.exp: Likewise.
13462 * gdb.mi/mi-reverse.exp: Likewise.
13463 * gdb.mi/mi-simplerun.exp: Likewise.
13464 * gdb.mi/mi-stepn.exp: Likewise.
13465 * gdb.mi/mi-syn-frame.exp: Likewise.
13466 * gdb.mi/mi-until.exp: Likewise.
13467 * gdb.mi/mi-var-cp.exp: Likewise.
13468 * gdb.mi/mi-var-display.exp: Likewise.
13469 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13470 * gdb.mi/mi2-var-child.exp: Likewise.
13471 * gdb.mi/mi-vla-c99.exp: Likewise.
13472 * lib/mi-support.exp: Likewise.
13473
13474 From Ian Lance Taylor <iant@cygnus.com>:
13475 * lib/gdb.exp (parse_args): New procedure.
13476
13477 2014-04-23 Pedro Alves <palves@redhat.com>
13478
13479 * gdb.base/break-unload-file.c: New file.
13480 * gdb.base/break-unload-file.exp: New file.
13481 * gdb.base/sym-file-lib.c (baz): New function.
13482 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13483 field.
13484 (load): Store the segment's mapped size.
13485 (unload): New function.
13486 (unload_shlib): New function.
13487 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13488 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13489 set a breakpoint at baz, and call it.
13490 * gdb.base/sym-file.exp: New tests for stale breakpoint
13491 instructions.
13492
13493 2014-04-23 Pedro Alves <palves@redhat.com>
13494
13495 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13496 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13497 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13498 * gdb.base/hbreak-unmapped.c: New file.
13499 * gdb.base/hbreak-unmapped.exp: New file.
13500 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13501 * lib/gdb.exp (gdb_is_target_remote): ... here.
13502
13503 2014-04-22 Pedro Alves <palves@redhat.com>
13504
13505 * gdb.base/consecutive-step-over.c: New file.
13506 * gdb.base/consecutive-step-over.exp: New file.
13507
13508 2014-04-22 Pedro Alves <palves@redhat.com>
13509
13510 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13511 instead of send_gdb/gdb_expect.
13512
13513 2014-04-22 Yao Qi <yao@codesourcery.com>
13514
13515 * lib/trace-support.exp (generate_tracefile): New procedure.
13516 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13517 return 0.
13518 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13519 if generate_tracefile returns 1.
13520
13521 2014-04-18 Tom Tromey <palves@redhat.com>
13522 Pedro alves <tromey@redhat.com>
13523
13524 PR backtrace/15558
13525 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13526 with a backtrace limit.
13527 * gdb.python/py-frame-inline.exp: Test running to an inline
13528 function with a backtrace limit, and printing the newest frame.
13529 * gdb.python/py-frame-inline.c (main): Call f.
13530
13531 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13532
13533 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13534
13535 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13536
13537 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13538 Drop prefix from unsupported source file path.
13539
13540 2014-04-17 Yao Qi <yao@codesourcery.com>
13541
13542 * lib/gdb.exp (with_target_charset): New proc.
13543 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13544 with_target_charset.
13545 (test_print_strings): Likewise.
13546 (test_repeat_bytes): Likewise.
13547 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13548 for some tests.
13549
13550 2014-04-16 Keith Seitz <keiths@redhat.com>
13551
13552 PR gdb/15827
13553 * gdb.dwarf2/corrupt.c: New file.
13554 * gdb.dwarf2/corrupt.exp: New file.
13555
13556 2014-04-16 Keith Seitz <keiths@redhat.com>
13557
13558 PR c++/16597
13559 * gdb.cp/namelessclass.cc: New file.
13560 * gdb.cp/namelessclass.exp: New file.
13561 * gdb.cp/namelessclass.S: New file.
13562
13563 2014-04-16 Doug Evans <dje@google.com>
13564
13565 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13566 Add comment.
13567 (gdbserver_default_get_comm_port): New function.
13568 (gdbserver_start): Check if board file provided
13569 "gdbserver,get_comm_port" and use it if so.
13570 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13571 (gdb,socketport): Set to "stdio".
13572 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13573 (stdio_gdbserver_template): Delete.
13574 (${board}_get_remote_address): Update.
13575 (${board}_build_remote_cmd): Delete.
13576 (${board}_get_comm_port): New function.
13577 (${board}_spawn): Update.
13578 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13579 Delete.
13580 (${board}_get_remote_address): Update.
13581 (${board}_get_comm_port): New function.
13582
13583 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13584
13585 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13586 appearing in any order.
13587
13588 2014-04-15 Doug Evans <dje@google.com>
13589
13590 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13591 uninitialized value of "description".
13592
13593 2014-04-15 Keith Seitz <keiths@redhat.com>
13594
13595 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13596 Remove unused globals.
13597 (test_running_the_program): Likewise.
13598 (test_controlled_execution): Likewise.
13599 (test_controlling_breakpoints): Likewise.
13600 (test_program_termination): Likewise.
13601
13602 2014-04-15 Keith Seitz <keiths@redhat.com>
13603
13604 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13605 unused globals.
13606 (test_rbreak_creation_and_listing): Likewise.
13607 (test_ignore_count): Likewise.
13608 (test_error): Likewise.
13609
13610 2014-04-15 Pedro Alves <palves@redhat.com>
13611
13612 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13613 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13614 sym-file-loader.c.
13615 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13616 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13617 to sym-file-loader.c.
13618 (struct library): Forward declare.
13619 (load_shlib, lookup_function): Change prototypes.
13620 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13621 (translate_offset): Remove declarations.
13622 (get_text_addr): New declaration.
13623 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13624 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13625 sym-file-loader.h.
13626 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13627 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13628 here from sym-file-loader.h.
13629 (struct library): New structure.
13630 (load_shlib, lookup_function): Change prototypes and adjust to
13631 work with a struct library.
13632 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13633 (translate_offset): Make static.
13634 (get_text_addr): New function.
13635 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13636
13637 2014-04-15 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13640
13641 2014-04-15 Pedro Alves <palves@redhat.com>
13642
13643 * gdb.base/sym-file-loader.c: Include <limits.h>.
13644 (SELF_LINK): New define.
13645 (get_origin): New function.
13646 (load_shlib): Use it.
13647 * gdb.base/sym-file.exp: Don't early return if the target is
13648 remote. Use runto_main, and issue fail is that fails. Use
13649 gdb_load_shlibs.
13650 (shlib_name): Delete.
13651 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13652
13653 2014-04-15 Pedro Alves <palves@redhat.com>
13654
13655 * gdb.base/sym-file.exp: Remove regex characters from test
13656 message. Don't refer to breakpoint numbers in test messages.
13657
13658 2014-04-14 Keith Seitz <keiths@redhat.com>
13659
13660 PR c++/16253
13661 * gdb.cp/var-tag.cc: New file.
13662 * gdb.cp/var-tag.exp: New file.
13663 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13664 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13665 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13666 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13667
13668 2014-04-14 Tom Tromey <tromey@redhat.com>
13669
13670 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13671 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13672 type.
13673 * gdb.cp/enum-class.exp: New file.
13674 * gdb.cp/enum-class.cc: New file.
13675
13676 2014-04-14 Tom Tromey <tromey@redhat.com>
13677
13678 * gdb.dwarf2/enum-type.exp: New file.
13679
13680 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13681
13682 * gdb.mi/mi-vla-c99.exp: New file.
13683 * gdb.mi/vla.c: New file.
13684
13685 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13686
13687 * gdb.base/vla-datatypes.c: New file.
13688 * gdb.base/vla-datatypes.exp: New file.
13689
13690 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13691
13692 * gdb.base/vla-ptr.c: New file.
13693 * gdb.base/vla-ptr.exp: New file.
13694
13695 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13696
13697 * gdb.dwarf2/count.exp: New file.
13698
13699 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13700
13701 * gdb.base/vla-sideeffect.c: New file.
13702 * gdb.base/vla-sideeffect.exp: New file.
13703
13704 2014-04-14 David Blaikie <dblaikie@gmail.com>
13705
13706 * gdb.mi/non-stop.c: Add return value for non-void function return
13707 statement.
13708 * gdb.threads/staticthreads.c: Ditto.
13709
13710 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13711 Doug Evans <xdje42@gmail.com>
13712
13713 * gdb.guile/scm-value.c: Improve test case.
13714 * gdb.guile/scm-value.exp: Add new test.
13715
13716 2014-04-11 David Blaikie <dblaikie@gmail.com>
13717
13718 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13719 override Clang's default.
13720
13721 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13722
13723 Revert the following changes (regressions):
13724
13725 * gdb.base/vla-sideeffect.c: New file.
13726 * gdb.base/vla-sideeffect.exp: New file.
13727
13728 * gdb.dwarf2/count.exp: New file.
13729
13730 * gdb.base/vla-multi.c: New file.
13731 * gdb.base/vla-multi.exp: New file.
13732
13733 * gdb.base/vla-ptr.c: New file.
13734 * gdb.base/vla-ptr.exp: New file.
13735
13736 * gdb.base/vla-datatypes.c: New file.
13737 * gdb.base/vla-datatypes.exp: New file.
13738
13739 * gdb.mi/mi-vla-c99.exp: New file.
13740 * gdb.mi/vla.c: New file.
13741
13742 2014-04-11 Keith Seitz <keiths@redhat.com>
13743
13744 PR c++/16675
13745 * gdb.cp/cpsizeof.exp: New file.
13746 * gdb.cp/cpsizeof.cc: New file.
13747
13748 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13749
13750 * gdb.mi/mi-vla-c99.exp: New file.
13751 * gdb.mi/vla.c: New file.
13752
13753 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13754
13755 * gdb.base/vla-datatypes.c: New file.
13756 * gdb.base/vla-datatypes.exp: New file.
13757
13758 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13759
13760 * gdb.base/vla-ptr.c: New file.
13761 * gdb.base/vla-ptr.exp: New file.
13762
13763 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13764
13765 * gdb.base/vla-multi.c: New file.
13766 * gdb.base/vla-multi.exp: New file.
13767
13768 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13769
13770 * gdb.dwarf2/count.exp: New file.
13771
13772 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13773
13774 * gdb.base/vla-sideeffect.c: New file.
13775 * gdb.base/vla-sideeffect.exp: New file.
13776
13777 2014-04-11 Yao Qi <yao@codesourcery.com>
13778
13779 * gdb.base/completion.exp: Check file exists before running tests
13780 on file completion.
13781
13782 2014-04-10 Pedro Alves <palves@redhat.com>
13783
13784 * gdb.base/cond-eval-mode.c: New file.
13785 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13786 prepare_for_testing to build the new file. Check result of
13787 runto_main.
13788 (test_break, test_watch): New procedures.
13789 (top level): Use them.
13790
13791 2014-04-08 Pierre Muller <muller@sourceware.org>
13792
13793 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13794 Ctrl-V use for mingw hosts.
13795
13796 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13797
13798 * gdb.python/py-value.c: Improve test case.
13799 * gdb.python/py-value.exp: Add new test.
13800
13801 2014-04-07 David Blaikie <dblaikie@gmail.com>
13802
13803 * lib/compiler.c: Identify the clang compiler.
13804 * lib/compiler.cc: Ditto.
13805
13806 2014-04-03 Yao Qi <yao@codesourcery.com>
13807
13808 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13809
13810 2014-04-01 Anton Blanchard <anton@samba.org>
13811
13812 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13813 messages unique.
13814
13815 2014-04-01 Anton Blanchard <anton@samba.org>
13816
13817 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13818 prepare_for_testing.
13819
13820 2014-04-01 Anton Blanchard <anton@samba.org>
13821
13822 * gdb.arch/ppc64-atomic-inst.c: Remove.
13823 * gdb.arch/ppc64-atomic-inst.S: New file.
13824 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13825
13826 2014-03-31 Doug Evans <dje@google.com>
13827
13828 * gdb.base/print-symbol-loading-lib.c: New file.
13829 * gdb.base/print-symbol-loading-main.c: New file.
13830 * gdb.base/print-symbol-loading.exp: New file.
13831
13832 2014-03-31 Yao Qi <yao@codesourcery.com>
13833
13834 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13835
13836 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13837
13838 * gdb.ada/mi_dyn_arr: New testcase.
13839
13840 2014-03-27 Doug Evans <dje@google.com>
13841
13842 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13843
13844 2014-03-27 Yao Qi <yao@codesourcery.com>
13845
13846 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13847 if target is nios2-*-*.
13848
13849 2014-03-26 Yao Qi <yao@codesourcery.com>
13850
13851 * lib/gdb.exp (readline_is_used): New proc.
13852 * gdb.base/completion.exp: Move tests on command complete up.
13853 Skip the rest of tests if readline is not used.
13854 * gdb.ada/complete.exp: Skp the test if readline is not
13855 used.
13856 * gdb.base/filesym.exp: Likewise.
13857 * gdb.base/macscp.exp: Likewise.
13858 * gdb.base/readline-ask.exp: Likewise.
13859 * gdb.base/readline.exp: Likewise.
13860 * gdb.python/py-cmd.exp: Likewise.
13861 * gdb.trace/tfile.exp: Likewise.
13862
13863 2014-03-26 Yao Qi <yao@codesourcery.com>
13864
13865 * gdb.base/macscp.exp: Fix code format issues.
13866
13867 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13868
13869 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13870 * gdb.asm/powerpc64le.inc: New file.
13871
13872 2014-03-25 Pedro Alves <palves@redhat.com>
13873 Doug Evans <dje@google.com>
13874
13875 * gdb.base/source-execution.c: New file.
13876 * gdb.base/source-execution.exp: New file.
13877 * gdb.base/source-execution.gdb: New file.
13878
13879 2014-03-24 Doug Evans <dje@google.com>
13880
13881 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13882 using fission.
13883
13884 2014-03-24 Hui Zhu <hui@codesourcery.com>
13885 Pedro Alves <palves@redhat.com>
13886
13887 PR breakpoints/16101
13888 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13889 test pass/fail messages. Detect missing support for dprintf when
13890 breakpoints are actually inserted.
13891 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13892 breakpoints are actually inserted.
13893 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13894 fails.
13895
13896 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13897
13898 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13899
13900 2014-03-22 Doug Evans <xdje42@gmail.com>
13901
13902 * gdb.python/python.exp (python not supported): Verify multi-line
13903 python command issues an error.
13904 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13905 guile command issues an error.
13906
13907 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13908
13909 * gdb.threads/thread-specific.exp: Handle the lack of usable
13910 $this_breakpoint and $this_thread.
13911
13912 2014-03-21 Hui Zhu <hui@codesourcery.com>
13913
13914 * gdb.base/attach.exp (do_command_attach_tests): New.
13915
13916 2014-03-20 Tom Tromey <tromey@redhat.com>
13917 Pedro Alves <palves@redhat.com>
13918
13919 PR cli/15718
13920 * gdb.base/condbreak-call-false.c: New file.
13921 * gdb.base/condbreak-call-false.exp: New file.
13922
13923 2014-03-20 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13926 Delete.
13927 (block_signals, unblock_signals): Delete.
13928 (child_function_2, main): Remove references to deleted variable
13929 and functions.
13930
13931 2014-03-20 Pedro Alves <palves@redhat.com>
13932
13933 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13934 Use pthread_kill to signal thread 2.
13935 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13936 Adjust to make the test send itself a signal rather than using the
13937 host's "kill" command.
13938
13939 2014-03-20 Pedro Alves <palves@redhat.com>
13940
13941 * gdb.threads/multiple-step-overs.c: New file.
13942 * gdb.threads/multiple-step-overs.exp: New file.
13943 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13944 Adjust expected infrun debug output.
13945
13946 2014-03-20 Pedro Alves <palves@redhat.com>
13947
13948 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13949 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13950
13951 2014-03-20 Pedro Alves <palves@redhat.com>
13952
13953 PR breakpoints/7143
13954 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13955 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13956 of gdb_test_multiple.
13957 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13958 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13959
13960 2014-03-20 Pedro Alves <palves@redhat.com>
13961
13962 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13963 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13964
13965 2014-03-19 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.base/async.exp: Remove early return.
13968
13969 2014-03-19 Pedro Alves <palves@redhat.com>
13970
13971 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13972
13973 2014-03-19 Pedro Alves <palves@redhat.com>
13974
13975 * gdb.base/async.exp (test_background): Expect \r\n after
13976 "completed." in the fail pattern.
13977
13978 2014-03-19 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.base/async.exp (test_background): New procedure.
13981 Use it for all background execution command tests.
13982
13983 2014-03-19 Pedro Alves <palves@redhat.com>
13984
13985 * gdb.base/async.exp: Use prepare_for_testing.
13986
13987 2014-03-19 Pedro Alves <palves@redhat.com>
13988
13989 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13990 the same line.
13991
13992 2014-03-19 Pedro Alves <palves@redhat.com>
13993
13994 * gdb.base/async.c (main): Add "jump here" and "until here" line
13995 marker comments.
13996 * gdb.base/async.exp (jump_here): New global.
13997 (jump& test): Use it.
13998 (until_here): New global.
13999 (until& test): Use it.
14000
14001 2014-03-19 Pedro Alves <palves@redhat.com>
14002
14003 * gdb.base/async.exp: Don't frob gdb_protocol.
14004
14005 2014-03-18 Doug Evans <xdje42@gmail.com>
14006
14007 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14008 Fix spelling of exec-done-display.
14009
14010 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14011
14012 PR gdb/15358
14013 * gdb.base/gdb-sigterm.c: New file.
14014 * gdb.base/gdb-sigterm.exp: New file.
14015
14016 2014-03-18 Pedro Alves <palves@redhat.com>
14017
14018 PR gdb/13860
14019 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14020 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14021 solib-event.
14022
14023 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14024
14025 * gdb.ada/pckd_arr_ren: New testcase.
14026
14027 2014-03-13 Doug Evans <xdje42@gmail.com>
14028
14029 PR guile/16612
14030 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14031 collect after discarding symbols.
14032
14033 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14034 Doug Evans <xdje42@gmail.com>
14035
14036 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14037 to history survives a gc.
14038
14039 2014-03-13 Pedro Alves <palves@redhat.com>
14040
14041 * gdb.base/default.exp: Don't test "target procfs".
14042
14043 2014-03-13 Pedro Alves <palves@redhat.com>
14044
14045 * gdb.base/default.exp: Update "target child" and "target procfs"
14046 tests to not expect "Unix".
14047
14048 2014-03-12 Tom Tromey <tromey@redhat.com>
14049
14050 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14051 New procs. Add target-async tests.
14052 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14053 Add target-async tests.
14054
14055 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14056
14057 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14058 'func_start' and 'func_end' for the beginning and end of the
14059 function code, respectively.
14060 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14061 'func_end' instead of 'func' and 'main'.
14062
14063 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14064
14065 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14066 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14067 generate the debug info assembler source.
14068
14069 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14070
14071 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14072 * gdb.dwarf2/arr-subrange.exp: Likewise.
14073 * gdb.dwarf2/dwz.exp: Likewise.
14074 * gdb.dwarf2/method-ptr.exp: Likewise.
14075 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14076 * gdb.dwarf2/subrange.exp: Likewise.
14077 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14078 * gdb.dwarf2/implptrpiece.exp: Likewise.
14079 * gdb.dwarf2/nostaticblock.exp: Likewise.
14080
14081 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14082
14083 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14084 directory to absolute path name arguments.
14085
14086 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14087
14088 * gdb.ada/tagged_access: New testcase.
14089
14090 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14091
14092 * gdb.btrace/data.exp: Update expected output.
14093
14094 2014-03-06 Yao Qi <yao@codesourcery.com>
14095
14096 * gdb.trace/pr16508.exp: New file.
14097
14098 2014-03-05 Pedro Alves <palves@redhat.com>
14099
14100 PR gdb/16575
14101 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14102 procedure.
14103 (top level): Adjust to use it. Add tests that exercise breakpoint
14104 interaction with the code-cache.
14105
14106 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14107
14108 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14109 test for 'history-append!'.
14110
14111 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14112
14113 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14114 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14115 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14116 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14117 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14118 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14119
14120 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14121
14122 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14123 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14124 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14125
14126 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14127
14128 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14129
14130 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14131
14132 * gdb.dwarf2/arr-stride.c: New file.
14133 * gdb.dwarf2/arr-stride.exp: New file.
14134
14135 2014-02-26 Pedro Alves <palves@redhat.com>
14136
14137 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14138 that won't ever trigger. Make sure that GDB reports the correct
14139 breakpoint that caused the stop.
14140
14141 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14142
14143 PR gdb/16626
14144 * gdb.base/auto-load-script: New file.
14145 * gdb.base/auto-load.c: New file.
14146 * gdb.base/auto-load.exp: New file.
14147
14148 PR gdb/16626
14149 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14150
14151 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14152
14153 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14154 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14155
14156 2014-02-24 Doug Evans <dje@google.com>
14157
14158 * lib/gdb.exp (run_on_host): Log error output if program fails.
14159
14160 2014-02-21 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.threads/step-after-sr-lock.c: Rename to ...
14163 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14164 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14165 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14166 ... this.
14167
14168 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14169
14170 PR tdep/16397
14171 * gdb.arch/amd64-stap-special-operands.exp: New file.
14172 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14173 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14174 * gdb.arch/amd64-stap-triplet.S: Likewise.
14175 * gdb.arch/amd64-stap-triplet.c: Likewise.
14176
14177 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14178
14179 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14180 in .section pseudo-op.
14181
14182 2014-02-20 lin zuojian <manjian2006@gmail.com>
14183 Joel Brobecker <brobecker@adacore.com>
14184 Doug Evans <xdje42@gmail.com>
14185
14186 PR symtab/16581
14187 * gdb.dwarf2/dw2-icycle.S: New file.
14188 * gdb.dwarf2/dw2-icycle.c: New file.
14189 * gdb.dwarf2/dw2-icycle.exp: New file.
14190
14191 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14192
14193 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14194 operations on gdb.Value objects.
14195 * gdb.python/py-value-cc.exp: Add new test to test operations on
14196 gdb.Value objects.
14197
14198 2014-02-18 Doug Evans <dje@google.com>
14199
14200 * Makefile.in (TESTS): New variable.
14201 (expanded_tests, expanded_tests_or_none): New variables
14202 (check-single): Pass $(expanded_tests_or_none) to runtest.
14203 (check-parallel): Only run tests in $(TESTS) if non-empty.
14204 (check/no-matching-tests-found): New rule.
14205 * README: Document TESTS makefile variable.
14206
14207 2014-02-18 Doug Evans <dje@google.com>
14208
14209 * Makefile.in (check-parallel): rm -rf outputs temp.
14210
14211 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14212
14213 Fix "ERROR: no fileid for" in the testsuite.
14214 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14215
14216 2014-02-12 Doug Evans <dje@google.com>
14217
14218 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14219 (MISCELLANEOUS): New variable.
14220 (clean): rm -rf $(MISCELLANEOUS).
14221 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14222 dwp live in the same directory as symlinks, with each symlink pointed
14223 to a differently named file in a different directory.
14224
14225 2014-02-11 Doug Evans <dje@google.com>
14226
14227 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14228 of Tcl file commands.
14229
14230 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14231
14232 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14233 "kill -SIGUSR1 -1".
14234
14235 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14236
14237 * gdb.ada/tick_length_array_enum_idx: New testcase.
14238
14239 2014-02-10 Doug Evans <xdje42@gmail.com>
14240
14241 * configure.ac (AC_OUTPUT): Add gdb.guile.
14242 * configure: Regenerate.
14243 * lib/gdb-guile.exp: New file.
14244 * lib/gdb.exp (get_target_charset): New function.
14245 * gdb.base/help.exp: Update expected output from "apropos apropos".
14246 * gdb.guile/Makefile.in: New file.
14247 * gdb.guile/guile.exp: New file.
14248 * gdb.guile/scm-arch.c: New file.
14249 * gdb.guile/scm-arch.exp: New file.
14250 * gdb.guile/scm-block.c: New file.
14251 * gdb.guile/scm-block.exp: New file.
14252 * gdb.guile/scm-breakpoint.c: New file.
14253 * gdb.guile/scm-breakpoint.exp: New file.
14254 * gdb.guile/scm-disasm.c: New file.
14255 * gdb.guile/scm-disasm.exp: New file.
14256 * gdb.guile/scm-equal.c: New file.
14257 * gdb.guile/scm-equal.exp: New file.
14258 * gdb.guile/scm-error.exp: New file.
14259 * gdb.guile/scm-error.scm: New file.
14260 * gdb.guile/scm-frame-args.c: New file.
14261 * gdb.guile/scm-frame-args.exp: New file.
14262 * gdb.guile/scm-frame-args.scm: New file.
14263 * gdb.guile/scm-frame-inline.c: New file.
14264 * gdb.guile/scm-frame-inline.exp: New file.
14265 * gdb.guile/scm-frame.c: New file.
14266 * gdb.guile/scm-frame.exp: New file.
14267 * gdb.guile/scm-generics.exp: New file.
14268 * gdb.guile/scm-gsmob.exp: New file.
14269 * gdb.guile/scm-iterator.c: New file.
14270 * gdb.guile/scm-iterator.exp: New file.
14271 * gdb.guile/scm-math.c: New file.
14272 * gdb.guile/scm-math.exp: New file.
14273 * gdb.guile/scm-objfile-script-gdb.in: New file.
14274 * gdb.guile/scm-objfile-script.c: New file.
14275 * gdb.guile/scm-objfile-script.exp: New file.
14276 * gdb.guile/scm-objfile.c: New file.
14277 * gdb.guile/scm-objfile.exp: New file.
14278 * gdb.guile/scm-ports.exp: New file.
14279 * gdb.guile/scm-pretty-print.c: New file.
14280 * gdb.guile/scm-pretty-print.exp: New file.
14281 * gdb.guile/scm-pretty-print.scm: New file.
14282 * gdb.guile/scm-section-script.c: New file.
14283 * gdb.guile/scm-section-script.exp: New file.
14284 * gdb.guile/scm-section-script.scm: New file.
14285 * gdb.guile/scm-symbol.c: New file.
14286 * gdb.guile/scm-symbol.exp: New file.
14287 * gdb.guile/scm-symtab-2.c: New file.
14288 * gdb.guile/scm-symtab.c: New file.
14289 * gdb.guile/scm-symtab.exp: New file.
14290 * gdb.guile/scm-type.c: New file.
14291 * gdb.guile/scm-type.exp: New file.
14292 * gdb.guile/scm-value-cc.cc: New file.
14293 * gdb.guile/scm-value-cc.exp: New file.
14294 * gdb.guile/scm-value.c: New file.
14295 * gdb.guile/scm-value.exp: New file.
14296 * gdb.guile/source2.scm: New file.
14297 * gdb.guile/types-module.cc: New file.
14298 * gdb.guile/types-module.exp: New file.
14299
14300 2014-02-10 Yao Qi <yao@codesourcery.com>
14301
14302 PR testsuite/16543
14303 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14304 * configure: Regenerated.
14305 * Makefile.in: New file.
14306
14307 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14308
14309 * gdb.python/py-framefilter.exp: Fix typo.
14310
14311 2014-02-08 Yao Qi <yao@codesourcery.com>
14312
14313 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14314 that no =breakpoint-modified is emitted when breakpoints are
14315 modified through MI commands.
14316
14317 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14318 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.threads/step-after-sr-lock.c: New file.
14321 * gdb.threads/step-after-sr-lock.exp: New file.
14322
14323 2014-02-07 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14326
14327 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14328
14329 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14330 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14331
14332 2014-02-06 Doug Evans <xdje42@gmail.com>
14333
14334 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14335 output.
14336
14337 * gdb.gdb/python-interrupts.exp: New file.
14338
14339 2014-02-05 Yao Qi <yao@codesourcery.com>
14340
14341 * gdb.trace/report.exp (use_collected_data): Test the output
14342 of "info threads" and "info inferiors".
14343
14344 2014-02-05 Yao Qi <yao@codesourcery.com>
14345
14346 Revert this patch:
14347
14348 2013-05-24 Yao Qi <yao@codesourcery.com>
14349
14350 * gdb.trace/tfile.exp: Test inferior and thread.
14351
14352 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14353
14354 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14355 on a function.
14356 * gdb.base/step-bt.c: Call hello via function pointer to make
14357 sure its first instruction is executed on powerpc64le-linux.
14358
14359 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14360
14361 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14362
14363 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14364
14365 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14366 of the test patterns for use on little-endian systems.
14367
14368 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14369
14370 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14371 (decimal_vector): Fix for little-endian.
14372
14373 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14374
14375 * gdb.arch/sparc-sysstep.exp: New file.
14376 * gdb.arch/sparc-sysstep.c: Likewise.
14377
14378 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14379
14380 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14381
14382 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14383
14384 2014-01-23 Tom Tromey <tromey@redhat.com>
14385
14386 * gdb.ada/array_char_idx: New testcase.
14387
14388 2014-01-23 Tom Tromey <tromey@redhat.com>
14389
14390 PR python/16487:
14391 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14392 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14393 classes.
14394
14395 2014-01-23 Tom Tromey <tromey@redhat.com>
14396
14397 PR python/16491:
14398 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14399 string from an inferior frame.
14400 * gdb.python/py-framefilter-mi.exp: Update.
14401
14402 2014-01-22 Doug Evans <dje@google.com>
14403
14404 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14405
14406 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14407
14408 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14409
14410 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14411
14412 * gdb.trace/entry-values.exp: Remove excess space character from
14413 regex patterns. Handle s390 call instruction.
14414
14415 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14416
14417 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14418 define "*_start" label. Make "name" static.
14419 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14420 ${name} by references to ${name}_start.
14421
14422 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14423
14424 * gdb.base/info-macros.exp: Remove "debug" from the compile
14425 options.
14426
14427 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14428
14429 * gdb.dlang/demangle.exp: New file.
14430
14431 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14432
14433 * gdb.dlang/primitive-types.exp: New file.
14434
14435 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14436
14437 * configure.ac: Create gdb.dlang/Makefile.
14438 * configure: Regenerate.
14439 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14440 * gdb.dlang/Makefile.in: New file.
14441 * lib/d-support.exp: New file.
14442 * lib/gdb.exp (skip_d_tests): New proc.
14443
14444 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14445
14446 * gdb.btrace/delta.exp: Check reverse stepi.
14447 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14448 * gdb.btrace/finish.exp: New.
14449 * gdb.btrace/next.exp: New.
14450 * gdb.btrace/nexti.exp: New.
14451 * gdb.btrace/record_goto.c: Add comments.
14452 * gdb.btrace/step.exp: New.
14453 * gdb.btrace/stepi.exp: New.
14454 * gdb.btrace/multi-thread-step.c: New.
14455 * gdb.btrace/multi-thread-step.exp: New.
14456 * gdb.btrace/rn-dl-bind.c: New.
14457 * gdb.btrace/rn-dl-bind.exp: New.
14458 * gdb.btrace/data.c: New.
14459 * gdb.btrace/data.exp: New.
14460 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14461
14462 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14463
14464 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14465 * gdb.btrace/exception.exp: Update.
14466 * gdb.btrace/instruction_history.exp: Update.
14467 * gdb.btrace/record_goto.exp: Update.
14468 * gdb.btrace/tailcall.exp: Update.
14469 * gdb.btrace/unknown_functions.exp: Update.
14470 * gdb.btrace/delta.exp: New.
14471
14472 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14473
14474 * gdb.btrace/record_goto.exp: Add backtrace test.
14475 * gdb.btrace/tailcall.exp: Add backtrace test.
14476
14477 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14478
14479 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14480 * gdb.btrace/record_goto.c: New.
14481 * gdb.btrace/record_goto.exp: New.
14482 * gdb.btrace/x86-record_goto.S: New.
14483
14484 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14485
14486 * gdb.btrace/function_call_history.exp: Update tests.
14487 * gdb.btrace/instruction_history.exp: Update tests.
14488
14489 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14490
14491 * gdb.btrace/function_call_history.exp: Fix expected field
14492 order for "record function-call-history".
14493 Add new tests for "record function-call-history /c".
14494 * gdb.btrace/exception.cc: New.
14495 * gdb.btrace/exception.exp: New.
14496 * gdb.btrace/tailcall.exp: New.
14497 * gdb.btrace/x86-tailcall.S: New.
14498 * gdb.btrace/x86-tailcall.c: New.
14499 * gdb.btrace/unknown_functions.c: New.
14500 * gdb.btrace/unknown_functions.exp: New.
14501 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14502
14503 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14504
14505 * gdb.btrace/instruction_history.exp: Update.
14506 * gdb.btrace/function_call_history.exp: Update.
14507
14508 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14509
14510 * gdb.btrace/function_call_history.exp: Fix expected function
14511 trace.
14512 * gdb.btrace/instruction_history.exp: Initialize traced.
14513 Remove traced_functions.
14514
14515 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14516
14517 * gdb.btrace/function_call_history.exp: Update
14518 * gdb.btrace/instruction_history.exp: Update.
14519
14520 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14521
14522 * gdb.btrace/enable.exp: Update expected text.
14523
14524 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14525
14526 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14527 bytes.
14528
14529 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14530
14531 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14532
14533 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14534
14535 * lib/gdb.exp (supports_process_record): Return true for
14536 arm*-linux*. (supports_reverse): Likewise.
14537
14538 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14539
14540 PR python/15464
14541 PR python/16113
14542 * gdb.python/py-type.c: Enhance test case.
14543 * gdb.python/py-value-cc.cc: Likewise
14544 * gdb.python/py-type.exp: Add new tests.
14545 * gdb.python/py-value-cc.exp: Likewise
14546
14547 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14548 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14551 Make "name" extern.
14552 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14553 references to ${name}_start by references to ${name}.
14554
14555 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14556
14557 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14558
14559 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14560
14561 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14562
14563 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14564 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.mi/mi-info-os.exp: Connect to the target with
14567 mi_gdb_target_load.
14568
14569 2014-01-08 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/reconnect-signal.c: New file.
14572 * gdb.threads/reconnect-signal.exp: New file.
14573
14574 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14575
14576 * gdb.base/source-dir.exp: New file.
14577
14578 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14579
14580 * gdb.ada/mi_interface: New testcase.
14581
14582 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14583
14584 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14585 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14586 gdb.ada/pp-rec-component/pck.ads: New files.
14587
14588 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14589
14590 * gdb.python/py-pp-integral.c: New file.
14591 * gdb.python/py-pp-integral.py: New file.
14592 * gdb.python/py-pp-integral.exp: New file.
14593
14594 For older changes see ChangeLog-1993-2013.
14595 \f
14596 ;; Local Variables:
14597 ;; mode: change-log
14598 ;; left-margin: 8
14599 ;; fill-column: 74
14600 ;; version-control: never
14601 ;; End:
14602
14603 Copyright 2014-2018 Free Software Foundation, Inc.
14604 Copying and distribution of this file, with or without modification,
14605 are permitted provided the copyright notice and this notice are preserved.
This page took 0.339813 seconds and 5 git commands to generate.