d808d8bb785d742ed49e2346061664d22a4c4083
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4 names, and add test prefixes to make test names unique.
5
6 2018-09-05 Tom de Vries <tdevries@suse.de>
7
8 * gdb.dwarf2/varval.exp: Add test.
9
10 2018-09-04 Gary Benson <gbenson@redhat.com>
11
12 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
13 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
14
15 2018-08-31 Tom Tromey <tom@tromey.com>
16
17 * gdb.rust/simple.rs: Rename second variable "v".
18
19 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.base/funcargs.c (use_a): New function.
22 (recurse): Call use_a.
23
24 2018-08-29 Keith Seitz <keiths@redhat.com>
25
26 * gdb.compile/compile-cplus-anonymous.cc: New file.
27 * gdb.compile/compile-cplus-anonymous.exp: New file.
28 * gdb.compile/compile-cplus-array-decay.cc: New file.
29 * gdb.compile/compile-cplus-array-decay.exp: New file.
30 * gdb.compile/compile-cplus-inherit.cc: New file.
31 * gdb.compile/compile-cplus-inherit.exp: New file.
32 * gdb.compile/compile-cplus-member.cc: New file.
33 * gdb.compile/compile-cplus-member.exp: New file.
34 * gdb.compile/compile-cplus-method.cc: New file.
35 * gdb.compile/compile-cplus-method.exp: New file.
36 * gdb.compile/compile-cplus-mod.c: "New" file.
37 * gdb.compile/compile-cplus-namespace.cc: New file.
38 * gdb.compile/compile-cplus-namespace.exp: New file.
39 * gdb.compile/compile-cplus-nested.cc: New file.
40 * gdb.compile/compile-cplus-nested.exp: New file.
41 * gdb.compile/compile-cplus-print.c: "New" file.
42 * gdb.compile/compile-cplus-print.exp: "New" file.
43 * gdb.compile/compile-cplus-virtual.cc: New file.
44 * gdb.compile/compile-cplus-virtual.exp: New file.
45 * gdb.compile/compile-cplus.c: "New" file.
46 * gdb.compile/compile-cplus.exp: "New" file.
47 * lib/compile-support.exp: New file.
48
49 2018-08-16 Gary Benson <gbenson@redhat.com>
50
51 PR gdb/13000:
52 * gdb.base/batch-exit-status.exp: New file.
53 * gdb.base/batch-exit-status.good-commands: Likewise.
54 * gdb.base/batch-exit-status.bad-commands: Likewise.
55
56 2018-08-29 Alan Hayward <alan.hayward@arm.com>
57
58 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
59 (struct struct02): Likewise.
60 (struct struct03): Likewise.
61 (struct struct04): Likewise.
62 (struct struct_01_01): New struct.
63 (struct struct_01_02): Likewise.
64 (struct struct_01_03): Likewise.
65 (struct struct_01_04): Likewise.
66 (struct struct_02_01): Likewise.
67 (struct struct_02_02): Likewise.
68 (struct struct_02_03): Likewise.
69 (struct struct_02_04): Likewise.
70 (struct struct_04_01): Likewise.
71 (struct struct_04_02): Likewise.
72 (struct struct_04_03): Likewise.
73 (struct struct_04_04): Likewise.
74 (struct struct_05_01): Likewise.
75 (struct struct_05_02): Likewise.
76 (struct struct_05_03): Likewise.
77 (struct struct_05_04): Likewise.
78 (cmp_struct01): Remove function.
79 (cmp_struct02): Likewise.
80 (cmp_struct03): Likewise.
81 (cmp_struct04): Likewise.
82 (cmp_struct_01_01): Add Function.
83 (cmp_struct_01_02): Likewise.
84 (cmp_struct_01_03): Likewise.
85 (cmp_struct_01_04): Likewise.
86 (cmp_struct_02_01): Likewise.
87 (cmp_struct_02_02): Likewise.
88 (cmp_struct_02_03): Likewise.
89 (cmp_struct_02_04): Likewise.
90 (cmp_struct_04_01): Likewise.
91 (cmp_struct_04_02): Likewise.
92 (cmp_struct_04_03): Likewise.
93 (cmp_struct_04_04): Likewise.
94 (cmp_struct_05_01): Likewise.
95 (cmp_struct_05_02): Likewise.
96 (cmp_struct_05_03): Likewise.
97 (cmp_struct_05_04): Likewise.
98 (call_all): Add new structs.
99 * gdb.base/infcall-nested-structs.exp: Likewise.
100
101 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
102
103 * gdb.python/py-framefilter-mi.exp: Update regexp to
104 check for "arch" field in frame output.
105
106 2018-08-23 Kevin Buettner <kevinb@redhat.com>
107
108 * gdb.dwarf2/dw2-ranges-func.c: New file.
109 * gdb.dwarf2/dw2-ranges-func.exp: New file.
110
111 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
112
113 * gdb.base/term.exp: Compare terminal settings with values from
114 the inferior.
115 * gdb.base/term.c: Get and set terminal settings.
116
117 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
118
119 * lib/mi-support.exp (mi_expect_stop): Update regexp to
120 accommodate new "arch" field in frame output.
121 * gdb.mi/mi-return.exp: Likewise.
122 * gdb.mi/mi-stack.exp: Likewise.
123 * gdb.mi/mi-syn-frame.exp: Likewise.
124 * gdb.mi/user-selected-context-sync.exp: Likewise.
125
126 2018-08-19 Michael Spang <spang@google.com>
127
128 PR gdb/11786
129 * gdb.base/gcore-tls-pie.c: New file.
130 * gdb.base/gcore-tls-pie.exp: New file.
131
132 2018-08-18 Kevin Buettner <kevinb@redhat.com>
133
134 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
135 * gdb.dwarf2/varval.c: New file.
136 * gdb.dwarf2/varval.exp: New file.
137
138 2018-08-17 Alan Hayward <alan.hayward@arm.com>
139
140 PR gdb/18931
141 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
142
143 2018-08-16 Keith Seitz <keiths@redhat.com>
144
145 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
146 tests expected to pass.
147
148 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
149
150 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
151 -data-disassemble -a.
152 (test_disassembly_bogus_args): Likewise.
153
154 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
157
158 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.base/vla-optimized-out.exp: Add new test.
161
162 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * gdb.base/vla-optimized-out-o3.exp: Delete.
165 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
166 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
167 deleted tests.
168
169 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 PR gdb/18050:
172 * gdb.server/extended-remote-restart.c: New file.
173 * gdb.server/extended-remote-restart.exp: New file.
174
175 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
176
177 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
178 "set variable index = 42".
179
180 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
181
182 * boards/index-cache-gdb.exp: New file.
183 * gdb.dwarf2/index-cache.exp: New file.
184 * gdb.dwarf2/index-cache.c: New file.
185 * gdb.base/maint.exp: Check if we are using the index cache.
186
187 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
188
189 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
190 MAKEFLAGS.
191
192 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
193
194 * dg-extract-results.sh: Move to toplevel contrib.
195 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
196 * Makefile.in (check-parallel-racy): Likewise.
197
198 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
199
200 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
201 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
202 tests if the target supports scheduler locking.
203
204 2018-08-04 Tom de Vries <tdevries@suse.de>
205
206 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
207
208 2018-08-02 Tom Tromey <tom@tromey.com>
209
210 PR symtab/16842.
211 * gdb.cp/temargs.exp: Test "info address" of a template
212 parameter.
213
214 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
215
216 * gdb.python/py-mi-var-info-path-expression.c: New file.
217 * gdb.python/py-mi-var-info-path-expression.py: New file.
218 * gdb.python/py-mi-var-info-path-expression.exp: New file.
219
220 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
221
222 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
223 error after "cannot resolve name" string.
224
225 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
228 started.
229 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
230
231 2018-07-28 Tom de Vries <tdevries@suse.de>
232
233 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
234
235 2018-07-26 Tom de Vries <tdevries@suse.de>
236
237 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
238
239 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
242 is visible.
243
244 2018-07-26 Tom de Vries <tdevries@suse.de>
245
246 PR breakpoints/23366
247 * gdb.base/catch-follow-exec.c: New test.
248 * gdb.base/catch-follow-exec.exp: New file.
249
250 2018-07-25 Tom de Vries <tdevries@suse.de>
251
252 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
253 vla-optimized-out.c.
254
255 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
256
257 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
258 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
259
260 2018-07-20 Tom de Vries <tdevries@suse.de>
261
262 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
263 NOCLONE macro.
264 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
265
266 2018-07-19 Tom de Vries <tdevries@suse.de>
267
268 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
269 regular expression.
270
271 2018-07-18 Tom de Vries <tdevries@suse.de>
272
273 * gdb.base/vla-optimized-out.c: New test.
274 * gdb.base/vla-optimized-out.exp: New file.
275
276 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
277
278 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
279 message "No address associated with hostname" when gdbserver
280 cannot resolve the hostname.
281
282 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
283
284 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
285 Add some test prefixes to make tests unique.
286
287 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
288
289 * gdb.base/frameapply.c: New file.
290 * gdb.base/frameapply.exp: New file.
291
292 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
293
294 * gdb.base/skip.exp: Update expected error message.
295
296 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
297 Jan Kratochvil <jan.kratochvil@redhat.com>
298 Paul Fertser <fercerpav@gmail.com>
299 Tsutomu Seki <sekiriki@gmail.com>
300
301 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
302 parameter.
303 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
304 by default.
305 * boards/native-gdbserver.exp: Likewise.
306 * gdb.server/run-without-local-binary.exp: Improve regexp used
307 for detecting when a remote debugging connection succeeds.
308 * gdb.server/server-connect.exp: New file.
309 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
310 Do not prefix the port number with ":".
311 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
312 support for detecting and using it. Add '$debughost_gdbserver'
313 to the list of arguments used to start gdbserver. Handle case
314 when gdbserver cannot resolve a network name.
315
316 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
317
318 PR c++/23373
319 * gdb.base/ptype-offsets.cc (struct static_member): New
320 struct.
321 (main) <stmember>: New variable.
322 * gdb.base/ptype-offsets.exp: Add test for printing a struct
323 with a static member in it.
324
325 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
328 watchpoints enabled and disabled.
329
330 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 * gdb.base/examine-backward.exp: Still run tests around address
333 0x0, even if address 0x0 is not readable. Update the pattern for
334 matching address 0x0 in expected output.
335
336 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.base/share-env-with-gdbserver.c (main): Add call to
339 malloc/free.
340
341 2018-07-04 Tom de Vries <tdevries@suse.de>
342
343 * gdb.dwarf2/dw2-error.exp: Update expected error message.
344
345 2018-07-02 Maciej W. Rozycki <macro@mips.com>
346
347 PR tdep/8282
348 * gdb.arch/mips-disassembler-options.exp: New test.
349 * gdb.arch/mips-disassembler-options.s: New test source.
350
351 2018-06-29 Pedro Alves <palves@redhat.com>
352
353 * gdb.threads/names.exp: Adjust expected "info threads" output.
354
355 2018-06-29 Pedro Alves <palves@redhat.com>
356
357 * gdb.opt/inline-break.exp (line number, address): Add "info
358 break" tests.
359
360 2018-06-29 Pedro Alves <palves@redhat.com>
361
362 * gdb.opt/inline-break.c (func1): Add "break here" marker.
363 * gdb.opt/inline-break.exp: Test setting breakpoints by line
364 number and address and running to them.
365
366 2018-06-29 Richard Bunt <richard.bunt@arm.com>
367
368 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
369
370 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
371
372 * lib/compiler.c: Remove executable permission flag.
373
374 2018-06-28 Richard Bunt <richard.bunt@arm.com>
375
376 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
377 code.
378 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
379
380 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
381
382 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
383
384 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
385
386 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
387 address argument is omitted.
388
389 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
390
391 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
392
393 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
394
395 PR gdb/21695
396 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
397 * gdb.base/infoline-reloc-main-from-zero.c: New file.
398
399 2018-06-26 Tom Tromey <tom@tromey.com>
400
401 PR rust/22574:
402 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
403 * gdb.rust/simple.rs (struct SimpleLayout): New.
404
405 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
406
407 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
408 "info registers" output.
409
410 2018-06-21 Richard Bunt <richard.bunt@arm.com>
411
412 * gdb.base/watchpoint-hw-attach.c: New test.
413 * gdb.base/watchpoint-hw-attach.exp: New file.
414
415 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
416
417 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
418 through /bin/sh.
419 * boards/dwarf4-gdb-index.exp: Likewise.
420 * boards/fission-dwp.exp: Likewise.
421
422 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
423
424 * gdb.base/float128.exp: Add comment and improved fail message
425 to the failure case of "print large128" test.
426
427 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
428
429 * configure.ac: Remove AC_PREREQ.
430 * configure: Re-generate.
431
432 2018-06-19 Pedro Alves <palves@redhat.com>
433
434 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
435 (func_extern_caller): New.
436 (main): Call func_extern_caller.
437 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
438 logic change.
439
440 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
441
442 PR gdb/16841
443 * gdb.cp/typedef-base.cc: New file.
444 * gdb.cp/typedef-base.exp: New file.
445
446 2018-06-18 Tom de Vries <tdevries@suse.de>
447
448 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
449
450 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
451 Richard Bunt <Richard.Bunt@arm.com>
452
453 * gdb.threads/attach-slow-waitpid.c: New file.
454 * gdb.threads/attach-slow-waitpid.exp: New file.
455 * gdb.threads/slow-waitpid.c: New file.
456
457 2018-06-14 Pedro Alves <palves@redhat.com>
458
459 * gdb.base/fork-running-state.c: Include <errno.h>.
460 (exit_if_relative_exits): New.
461 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
462 exits.
463 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
464 child exits.
465
466 2018-06-14 Tom de Vries <tdevries@suse.de>
467
468 PR cli/22573
469 * gdb.base/finish-pretty.c: New test.
470 * gdb.base/finish-pretty.exp: New file.
471
472 2018-06-14 Pedro Alves <palves@redhat.com>
473
474 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
475 gdb's expected startup output.
476
477 2018-06-14 Pedro Alves <palves@redhat.com>
478
479 * lib/selftest-support.exp (selftest_setup): Remove inlined
480 function handling.
481
482 2018-06-14 Tom de Vries <tdevries@suse.de>
483
484 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
485 matching of breakpoint printing.
486
487 2018-06-13 Tom de Vries <tdevries@suse.de>
488
489 PR testsuite/23269
490 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
491 (fork_child): ... here, and ...
492 (fork_parent): ... here.
493
494 2018-06-12 Tom de Vries <tdevries@suse.de>
495
496 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
497
498 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
499 Stephen Roberts <stephen.roberts@arm.com>
500
501 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
502 rewrite test to describe action performed, rather than possible
503 failure.
504
505 2018-06-08 Gary Benson <gbenson@redhat.com>
506
507 * gdb.threads/check-libthread-db.exp: New file.
508 * gdb.threads/check-libthread-db.c: Likewise.
509
510 2018-06-05 Tom Tromey <tom@tromey.com>
511
512 * gdb.base/default.exp: Update expected "show version" output.
513
514 2018-06-05 Tom Tromey <tom@tromey.com>
515
516 PR cli/12326:
517 * gdb.cp/static-print-quit.exp: Update.
518 * lib/gdb.exp (pagination_prompt): Update.
519 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
520 * gdb.python/python.exp: Update.
521
522 2018-06-04 Joel Brobecker <brobecker@adacore.com>
523
524 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
525
526 2018-06-01 Joel Brobecker <brobecker@adacore.com>
527
528 * gdb.ada/bp_fun_addr: New testcase.
529
530 2018-06-01 Tom Tromey <tom@tromey.com>
531
532 * gdb.xml/tdesc-regs.exp (load_description): Update expected
533 results.
534 * gdb.dwarf2/method-ptr.exp: Set language to C++.
535 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
536 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
537 * gdb.base/maint.exp (maint_pass_if): Update.
538
539 2018-05-31 Maciej W. Rozycki <macro@mips.com>
540
541 * gdb.base/endian.exp: New test.
542 * gdb.base/endian.c: New test source.
543
544 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
545
546 PR gdb/23203
547 * gdb.base/bt-selected-frame.c: New file.
548 * gdb.base/bt-selected-frame.exp: New file.
549 * lib/gdb.exp (get_current_frame_number): New function.
550
551 2018-05-24 Maciej W. Rozycki <macro@mips.com>
552 Pedro Alves <palves@redhat.com>
553
554 * gdb.threads/tls-core.c: Include <stdlib.h>
555 (thread_proc): Call `abort'.
556 * gdb.threads/tls-core.exp: Generate a core with core_find too.
557 (tls_core_test): New procedure, bits factored out from ...
558 (top level): ... here. Test both native cores and gcore cores.
559
560 2018-05-23 Tom Tromey <tom@tromey.com>
561
562 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
563
564 2018-05-23 Tom Tromey <tom@tromey.com>
565
566 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
567 symfile_complaints.
568 (test_short_complaints): Likewise.
569 (test_empty_complaints): Likewise.
570 (test_initial_complaints): Update.
571
572 2018-05-23 Tom Tromey <tom@tromey.com>
573
574 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
575
576 2018-05-23 Tom Tromey <tom@tromey.com>
577
578 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
579 (test_short_complaints): Update.
580
581 2018-05-22 Pedro Alves <palves@redhat.com>
582
583 * gdb.base/remote.exp: Only gdb_start after compiling the
584 testcase. Issue "disconnect" before testing "set remote" command
585 defaults. Issue clean_restart before running to main.
586
587 2018-05-22 Pedro Alves <palves@redhat.com>
588
589 * gdb.base/remote.exp: Adjust expected output of "show remote
590 memory-write-packet-size". Add tests for "set remote
591 memory-write-packet-size 0" and "set remote
592 memory-write-packet-size fixed/limit".
593
594 2018-05-22 Pedro Alves <palves@redhat.com>
595
596 PR gdb/22973
597 * gdb.base/utf8-identifiers.c: New file.
598 * gdb.base/utf8-identifiers.exp: New file.
599
600 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
601
602 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
603
604 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
605
606 * gdb.arch/powerpc-vsx-gcore.exp: New file.
607
608 2018-05-18 Tom Tromey <tom@tromey.com>
609
610 * gdb.base/ptype-offsets.exp: Update.
611
612 2018-05-17 Keith Seitz <keiths@redhat.com>
613
614 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
615 in expected breakpoint stop locations.
616 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
617 move to proper scope to test variable values.
618 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
619 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
620 New functions.
621 (main): Call not_inline_func3.
622 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
623 inline_func1, inline_func2, and inline_func3. Test that when each
624 breakpoint is hit, GDB properly reports both the stop location
625 and the backtrace. Repeat tests for temporary breakpoints.
626
627 2018-05-15 Maciej W. Rozycki <macro@mips.com>
628
629 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
630 rather then trying to access it in determining whether the PID
631 of `gdbserver' could have been retrieved.
632
633 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * gdb.arch/amd64-init-x87-values.S: New file.
636 * gdb.arch/amd64-init-x87-values.exp: New file.
637
638 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
641
642 2018-05-04 Tom Tromey <tom@tromey.com>
643
644 PR python/22730:
645 * gdb.python/python.exp: Test multi-line execute.
646
647 2018-05-04 Tom Tromey <tom@tromey.com>
648
649 PR python/22731:
650 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
651
652 2018-05-04 Tom Tromey <tom@tromey.com>
653
654 PR gdb/11750:
655 * gdb.base/define.exp: Test defining a user command inside a user
656 command.
657 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
658
659 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
660 Pedro Alves <palves@redhat.com>
661
662 PR breakpoints/19806 and support for PR external/20207.
663 * gdb.base/watchpoint-unaligned.c: New file.
664 * gdb.base/watchpoint-unaligned.exp: New file.
665
666 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
667
668 * gdb.base/maint.exp: Make test names unique, use
669 test_prefix_command_help to test 'help maint info', and remove
670 repeated test of 'help maint'.
671
672 2018-05-04 Tom Tromey <tom@tromey.com>
673
674 PR gdb/22619:
675 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
676 behavior.
677
678 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.base/maint.exp: Process output from 'maint print registers'
681 line at a time.
682
683 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
686 timeout.
687
688 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
691 filter pattern.
692
693 2018-05-02 Pedro Alves <palves@redhat.com>
694
695 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
696 to_log_command renames.
697 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
698
699 2018-05-02 Tom Tromey <tom@tromey.com>
700
701 * gdb.python/py-parameter.exp: Set test message.
702
703 2018-05-02 Tom Tromey <tom@tromey.com>
704
705 PR python/20084:
706 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
707 PARAM_ZUINTEGER_UNLIMITED tests.
708
709 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
710
711 PR rust/23124
712 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
713 when casting.
714
715 2018-04-30 Tom Tromey <tom@tromey.com>
716
717 * gdb.python/py-type.exp: Check align attribute.
718 * gdb.python/py-type.c: New "aligncheck" global.
719
720 2018-04-30 Tom Tromey <tom@tromey.com>
721
722 PR exp/17095:
723 * gdb.dwarf2/dw2-align.exp: New file.
724 * gdb.cp/align.exp: New file.
725 * gdb.base/align.exp: New file.
726 * lib/gdb.exp (gdb_int128_helper): New proc.
727 (has_int128_c, has_int128_cxx): New caching procs.
728
729 2018-04-27 Tom Tromey <tom@tromey.com>
730
731 PR rust/22545:
732 * gdb.rust/simple.exp: Add inclusive range tests.
733
734 2018-04-26 Pedro Alves <palves@redhat.com>
735
736 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
737 ifunc breakpoint locations correctly of ifunc breakpoints set
738 while the program resolves the ifunc.
739
740 2018-04-26 Pedro Alves <palves@redhat.com>
741
742 * gdb.base/gnu-ifunc-final.c: New file.
743 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
744 * gdb.base/gnu-ifunc.exp (executable): Delete.
745 (staticexecutable): Adjust.
746 (lib_opts, exec_opts): Delete.
747 (make_binsuffix, build, set-break): New procedures.
748 (misc_tests): New, with tests factored out from the top level.
749 (top level): Test different combinations of ifunc resolver name,
750 resolver with and with debug info, and ifunc target with and
751 without debug info. Wrap static tests with with_target_prefix.
752
753 2018-04-26 Pedro Alves <palves@redhat.com>
754
755 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
756 return type" warnings.
757
758 2018-04-25 Pedro Alves <palves@redhat.com>
759
760 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
761 killed".
762 * gdb.base/kill-after-signal.exp: Likewise.
763 * gdb.threads/kill.exp: Likewise.
764
765 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
766 Sergio Durigan Junior <sergiodj@redhat.com>
767 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
770 regexps to expect for '[Inferior ... detached]' as well.
771 * gdb.base/attach.exp: Likewise.
772 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
773 "gdb_continue_to_end".
774 (test_catch_syscall_with_wrong_args): Likewise.
775 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
776 ']'. Don't set 'verbose' on.
777 * gdb.base/foll-vfork.exp: Likewise.
778 * gdb.base/fork-print-inferior-events.c: New file.
779 * gdb.base/fork-print-inferior-events.exp: New file.
780 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
781 '[Inferior ... has been killed]' message.
782 * gdb.base/kill-after-signal.exp: Likewise.
783 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
784 detach message.
785 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
786 message.
787 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
788 regexps to expect for '[Inferior ... detached]' as well.
789 * gdb.threads/process-dies-while-detaching.exp: Likewise.
790
791 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
792
793 PR gdb/23104
794 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
795
796 2018-04-19 Richard Bunt <richard.bunt@arm.com>
797
798 * gdb.threads/multiple-successive-infcall.c: New test.
799 * gdb.threads/multiple-successive-infcall.exp: New file.
800
801 2018-04-17 Tom Tromey <tom@tromey.com>
802
803 * gdb.rust/simple.rs (Union): New type.
804 (main): New local "u".
805 * gdb.rust/simple.exp (test_one_slice): Add new test case.
806
807 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
808
809 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
810 number information in output of "whereis" command.
811 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
812
813 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
814
815 * gdb.ada/info_types.exp: Adjust expected output to the line
816 numbers now printed by "info var/func/type".
817 * gdb.base/completion.exp: Likewise.
818 * gdb.base/included.exp: Likewise.
819 * gdb.cp/cp-relocate.exp: Likewise.
820 * gdb.cp/cplusfuncs.exp: Likewise.
821 * gdb.cp/namespace.exp: Likewise.
822 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
823
824 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
825
826 * gdb.btrace/cpu.exp: New.
827
828 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
829
830 * gdb.base/step-indirect-call-thunk.exp: New.
831 * gdb.base/step-indirect-call-thunk.c: New.
832 * gdb.reverse/step-indirect-call-thunk.exp: New.
833 * gdb.reverse/step-indirect-call-thunk.c: New.
834
835 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
836
837 * gdb.base/pie-fork.c: New file.
838 * gdb.base/pie-fork.exp: New file.
839
840 2018-04-11 Tom Tromey <tom@tromey.com>
841
842 * gdb.rust/simple.exp: Add test for ".." struct initializer.
843
844 2018-04-10 Pedro Alves <palves@redhat.com>
845
846 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
847 exits. Instead loop running forever.
848 (fork_parent): Run forever too.
849
850 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
851
852 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
853 mi_continue_to_line.
854 * gdb.mi/mi-stack.c (callee4): Add comment.
855
856 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
857
858 * gdb.mi/mi-stack.exp: Fix indentation.
859
860 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
861
862 PR gdb/22979
863 * gdb.arch/amd64-osabi.exp: New file.
864
865 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
866
867 PR gdb/22980
868 * gdb.base/osabi.exp: New file.
869
870 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
871
872 * gdb.cp/static-typedef-print.exp: New file.
873 * gdb.cp/static-typedef-print.cc: New file.
874
875 2018-03-27 Joel Brobecker <brobecker@adacore.com>
876
877 * gdb.ada/varsize_limit: New testcase.
878
879 2018-03-27 Joel Brobecker <brobecker@adacore.com>
880
881 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
882
883 * gdb.ada/notcplusplus: New testcase.
884
885 * gdb.base/c-linkage-name.c: New file.
886 * gdb.base/c-linkage-name.exp: New testcase.
887
888 2018-03-26 Tom Tromey <tom@tromey.com>
889
890 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
891 * gdb.python/py-framefilter.py (name_error): New global.
892 (ErrorInName.function): Use name_error.
893
894 2018-03-26 Tom Tromey <tom@tromey.com>
895
896 PR backtrace/15582:
897 * gdb.python/py-framefilter.exp: Add "bt hide" test.
898
899 2018-03-23 Keith Seitz <keiths@redhat.com>
900
901 PR c++/22968
902 * gdb.cp/subtypes.exp: New file.
903 * gdb.cp/subtypes.h: New file.
904 * gdb.cp/subtypes.cc: New file.
905 * gdb.cp/subtypes-2.cc: New file.
906
907 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
910 (done): Call '_exit' not 'exit' to avoid atexit handlers.
911 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
912 -nostartfiles when compiling the test. Confirm that all registers
913 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
914
915 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
916
917 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
918 option, syntax was wrong anyway.
919 * gdb.arch/arm-disp-step.exp: Likewise.
920 * gdb.arch/sparc64-regs.exp: Likewise.
921 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
922 option, syntax was wrong anyway, switch to use
923 prepare_for_testing.
924 * gdb.arch/i386-disp-step.exp: Likewise.
925
926 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
927
928 * gdb.ada/exec_changed.exp: Replace "target_info exists
929 use_gdb_stub" by "use_gdb_stub".
930 * gdb.ada/start.exp: Likewise.
931 * gdb.base/async-shell.exp: Likewise.
932 * gdb.base/attach-pie-misread.exp: Likewise.
933 * gdb.base/attach-wait-input.exp: Likewise.
934 * gdb.base/break-entry.exp: Likewise.
935 * gdb.base/break-interp.exp: Likewise.
936 * gdb.base/dprintf-detach.exp: Likewise.
937 * gdb.base/nostdlib.exp: Likewise.
938 * gdb.base/solib-nodir.exp: Likewise.
939 * gdb.base/statistics.exp: Likewise.
940 * gdb.base/testenv.exp: Likewise.
941 * gdb.mi/mi-exec-run.exp: Likewise.
942 * gdb.mi/mi-start.exp: Likewise.
943 * gdb.multi/dummy-frame-restore.exp: Likewise.
944 * gdb.multi/multi-arch-exec.exp: Likewise.
945 * gdb.multi/multi-arch.exp: Likewise.
946 * gdb.multi/tids.exp: Likewise.
947 * gdb.multi/watchpoint-multi.exp: Likewise.
948 * gdb.python/py-events.exp: Likewise.
949 * gdb.threads/attach-into-signal.exp: Likewise.
950 * gdb.threads/attach-stopped.exp: Likewise.
951 * gdb.threads/threadapply.exp: Likewise.
952 * lib/selftest-support.exp: Likewise.
953
954 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
955
956 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
957
958 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
959
960 * gdb.perf/template-breakpoints.cc: New file.
961 * gdb.perf/template-breakpoints.exp: New file.
962 * gdb.perf/template-breakpoints.py: New file.
963
964 2018-03-19 Tom Tromey <tom@tromey.com>
965
966 * gdb.rust/simple.rs (main): Add local variables field1, field2,
967 y0.
968 * gdb.rust/simple.exp: Test bare identifier form of struct
969 initializer.
970
971 2018-03-19 Tom Tromey <tom@tromey.com>
972
973 * gdb.gdb/observer.exp: Remove.
974
975 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
976
977 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
978 "qualified" option when setting breakpoints.
979 * gdb.trace/backtrace.exp: Likewise.
980 * gdb.trace/circ.exp: Likewise.
981 * gdb.trace/collection.exp: Likewise.
982 * gdb.trace/disconnected-tracing.exp: Likewise.
983 * gdb.trace/ftrace-lock.exp: Likewise.
984 * gdb.trace/ftrace.exp: Likewise.
985 * gdb.trace/infotrace.exp: Likewise.
986 * gdb.trace/packetlen.exp: Likewise.
987 * gdb.trace/passc-dyn.exp: Likewise.
988 * gdb.trace/qtro.exp: Likewise.
989 * gdb.trace/read-memory.exp: Likewise.
990 * gdb.trace/report.exp: Likewise.
991 * gdb.trace/signal.exp: Likewise.
992 * gdb.trace/status-stop.exp: Likewise.
993 * gdb.trace/strace.exp: Likewise.
994 * gdb.trace/tfind.exp: Likewise.
995 * gdb.trace/trace-break.exp: Likewise.
996 * gdb.trace/trace-condition.exp: Likewise.
997 * gdb.trace/trace-mt.exp: Likewise.
998 * gdb.trace/tstatus.exp: Likewise.
999 * gdb.trace/tsv.exp: Likewise.
1000 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1001 * gdb.trace/unavailable.exp: Likewise.
1002 * gdb.trace/while-dyn.exp: Likewise.
1003
1004 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1005
1006 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1007 that libinproctrace is copied to the target.
1008
1009 2018-03-14 Tom Tromey <tom@tromey.com>
1010
1011 PR cli/14977:
1012 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1013 a null pointer.
1014 * gdb.base/wchar.exp: Likewise.
1015
1016 2018-03-14 Tom Tromey <tom@tromey.com>
1017
1018 PR cli/19918:
1019 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1020 flag.
1021
1022 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1023
1024 PR gdb/22841
1025 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1026 "target" to remote_exec.
1027
1028 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1029
1030 PR gdb/22841
1031 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1032 ${board}_upload): Remove.
1033
1034 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1035
1036 * gdb.cp/watch-cp.cc: New test.
1037 * gdb.cp/watch-cp.exp: New file.
1038
1039 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1040
1041 * gdb.base/infcall-nested-structs.exp: New file.
1042 * gdb.base/infcall-nested-structs.c: New file.
1043 * gdb.base/float.exp: Add riscv support.
1044
1045 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1046
1047 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1048 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1049
1050 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1051
1052 * gdb.server/abspath.exp: New file.
1053 * lib/gdb.exp (with_cwd): New procedure.
1054
1055 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1056
1057 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1058 use it.
1059 (gdb_is_target_remote_prompt): New proc.
1060 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1061 (gdb_is_target_native): Pass prompt parameter to
1062 gdb_is_target_1.
1063
1064 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1065
1066 * gdb.base/load-command.c: New file.
1067 * gdb.base/load-command.exp: New file.
1068 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1069 (gdb_is_target_1): ...this, and generalize for other targets
1070 than just remote.
1071 (gdb_is_target_remote): Use gdb_is_target_1.
1072 (gdb_is_target_native): use gdb_is_target_1.
1073
1074 2018-02-26 Tom Tromey <tom@tromey.com>
1075
1076 PR python/16497:
1077 * gdb.python/py-framefilter.exp: Update test.
1078
1079 2018-02-26 Tom Tromey <tom@tromey.com>
1080
1081 * gdb.dwarf2/variant.c: New file.
1082 * gdb.dwarf2/variant.exp: New file.
1083
1084 2018-02-26 Tom Tromey <tom@tromey.com>
1085
1086 * gdb.rust/simple.exp: Accept more possible results in enum test.
1087
1088 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1089
1090 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1091 parentheses.
1092
1093 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1094
1095 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1096 name of a variable: $actual_linejj -> $actual_line.
1097
1098 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1099
1100 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1101
1102 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1103
1104 * gdb.btrace/buffer-size.exp: Do not force BTS.
1105
1106 2018-02-14 Pedro Alves <palves@redhat.com>
1107
1108 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1109 getting a "Quit".
1110
1111 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1112
1113 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1114 Fix test name.
1115
1116 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1117
1118 * gdb.cp/m-static.exp: Check type of optimized out static
1119 member.
1120
1121 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1124 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1125
1126 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1127 Leszek Swirski <leszeks@google.com>
1128
1129 * gdb.python/py-prettyprint.c
1130 (struct to_string_returns_value_inner,
1131 struct to_string_returns_value_wrapper): New.
1132 (main): Add tsrvw variable.
1133 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1134 ToStringReturnsValueWrapper): New classes.
1135 (register_pretty_printers): Register new pretty-printers.
1136 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1137 recursive pretty printer.
1138 * gdb.python/py-mi.exp: Likewise.
1139
1140 2018-02-01 Leszek Swirski <leszeks@google.com>
1141
1142 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1143 functions with the same name as an include file are parsed
1144 correctly.
1145
1146 2018-02-01 Yao Qi <yao.qi@linaro.org>
1147
1148 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1149 "\[^\r\n\]*".
1150
1151 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1152
1153 * gdb.arch/powerpc-prologue-frame.s: New file.
1154 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1155 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1156
1157 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1158
1159 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1160
1161 2018-01-30 Pedro Alves <palves@redhat.com>
1162
1163 PR gdb/13211
1164 * gdb.base/interrupt-daemon.c: New.
1165 * gdb.base/interrupt-daemon.exp: New.
1166 * gdb.multi/multi-term-settings.c: New.
1167 * gdb.multi/multi-term-settings.exp: New.
1168
1169 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1170
1171 * gdb.base/break.exp: Save the location where the breakpoint
1172 on break.c:47 was actually inserted when debugging the version
1173 compiled at -O2 and use it in the expected output of the "info
1174 break" test performed soon after.
1175
1176 2018-01-22 Pedro Alves <palves@redhat.com>
1177 Sergio Durigan Junior <sergiodj@redhat.com>
1178
1179 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1180 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1181
1182 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1183
1184 * gdb.base/break-include.c, gdb.base/break-include.inc,
1185 gdb.base/break-include.exp: New files.
1186 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1187 line number now being the actual line number where the breakpoint
1188 was inserted.
1189 * gdb.mi/mi-break.exp: Likewise.
1190 * gdb.mi/mi-reverse.exp: Likewise.
1191 * gdb.mi/mi-simplerun.exp: Ditto.
1192
1193 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1194
1195 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1196 varobj.
1197 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1198
1199 2018-01-21 Don Breazeal <donb@codesourcery.com>
1200 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * gdb.mi/basics.c: Add new global.
1203 * gdb.mi/mi-frame-regs.exp: New file.
1204 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1205 case.
1206
1207 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1208
1209 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1210 non-parameter, and on an unknown symbol.
1211
1212 2018-01-19 Tom Tromey <tom@tromey.com>
1213
1214 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1215 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1216
1217 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1218
1219 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1220 setrlimit and chdir to int.
1221
1222 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1223
1224 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1225 function.
1226 (my_tend): Likewise.
1227 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1228 rationale of avoiding FP- and vector instructions.
1229
1230 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1231
1232 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1233 "info reg" with "\[ \t\]*".
1234 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1235 "\[ \t\]+".
1236 * gdb.arch/s390-multiarch.exp: Ditto.
1237 * gdb.base/pc-fp.exp: Ditto.
1238 * gdb.reverse/i386-precsave.exp: Ditto.
1239 * gdb.reverse/i386-reverse.exp: Ditto.
1240 * gdb.reverse/i387-env-reverse.exp: Ditto.
1241 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1242
1243 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1244
1245 * lib/gdb.exp (gdb_compile): Re-enable use of
1246 universal_compile_options for languages other than Rust.
1247
1248 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1249
1250 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1251
1252 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1253
1254 PR gdb/16577
1255 * gdb.base/solib-vanish.exp: New.
1256 * gdb.base/solib-vanish-main.c: New.
1257 * gdb.base/solib-vanish-lib1.c: New.
1258 * gdb.base/solib-vanish-lib2.c: New.
1259
1260 2018-01-17 Yao Qi <yao.qi@linaro.org>
1261
1262 * gdb.compile/compile.exp: Match the address printed for
1263 frame in the output of command "bt".
1264
1265 2018-01-15 Tom Tromey <tom@tromey.com>
1266
1267 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1268 compute sp_reg.
1269
1270 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1273 to prepare.
1274 (prepare): Return 0 on error, 1 on success.
1275
1276 2018-01-12 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.base/continue-after-aborted-step-over.c: New.
1279 * gdb.base/continue-after-aborted-step-over.exp: New.
1280
1281 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1282
1283 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1284 options when not creating an executable.
1285
1286 2018-01-11 Pedro Alves <palves@redhat.com>
1287
1288 PR remote/22597
1289 * gdb.server/stop-reply-no-thread.c: New file.
1290 * gdb.server/stop-reply-no-thread.exp: New file.
1291
1292 2018-01-10 Pedro Alves <palves@redhat.com>
1293
1294 PR gdb/22670
1295 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1296 functions too. Test setting breakpoints and printing C functions
1297 with no debug info too.
1298 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1299
1300 2018-01-10 Pedro Alves <palves@redhat.com>
1301
1302 PR gdb/22670
1303 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1304 a fail.
1305
1306 2018-01-10 Pedro Alves <palves@redhat.com>
1307
1308 PR gdb/22670
1309 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1310
1311 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1312
1313 * gdb.server/unittest.exp: Match the output in non-development
1314 mode.
1315
1316 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1317
1318 * gdb.gdb/unittest.exp: Match output in non-development mode.
1319
1320 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1321
1322 * gdb.ada/access_tagged_param.exp: Relax expected output
1323 for value of "ObjL" in "continue" to pck.inspect breakpoint
1324 test.
1325
1326 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1327
1328 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1329 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1330
1331 2018-01-05 Pedro Alves <palves@redhat.com>
1332
1333 PR gdb/18653
1334 * gdb.base/libsegfault.exp: New.
1335
1336 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1337
1338 PR gdb/22670
1339 * gdb.ada/access_tagged_param.exp: New file.
1340 * gdb.ada/access_tagged_param/foo.adb: New file.
1341
1342 2018-01-05 Pedro Alves <palves@redhat.com>
1343
1344 PR gdb/22670
1345 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1346 exercise lower case too, and to exercise both full matching and
1347 wild matching.
1348
1349 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1350
1351 * gdb.ada/rename_subscript_param: New testcase.
1352
1353 2018-01-05 Jerome Guitton <guitton@adacore.com>
1354
1355 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1356
1357 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1358
1359 * gdb.ada/convvar_comp: New testcase.
1360
1361 2018-01-05 Xavier Roirand <roirand@adacore.com>
1362
1363 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1364 (My_Table): New global variable.
1365 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1366
1367 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1368
1369 PR gdb/22670
1370 * gdb.ada/maint_with_ada: New testcase.
1371
1372 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1373
1374 PR gdb/22670
1375 * gdb.ada/bp_c_mixed_case: New testcase.
1376
1377 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1378
1379 PR gdb/22670
1380 * gdb.ada/complete.exp: Add "complete break ada" test.
1381
1382 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1383
1384 PR gdb/22670
1385 * gdb.ada/info_addr_mixed_case: New testcase.
1386
1387 2018-01-03 Xavier Roirand <roirand@adacore.com>
1388
1389 * gdb.ada/excep_handle.exp: New testcase.
1390 * gdb.ada/excep_handle/foo.adb: New file.
1391 * gdb.ada/excep_handle/pck.ads: New file.
1392
1393 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1394
1395 * gdb.base/step-line.c: Add extra empty line in copyright header.
1396 * gdb.base/step-line.inp: Likewise.
1397
1398 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.ada/dyn_stride.exp: Add slice test.
1401
1402 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1403
1404 * gdb.ada/dyn_stride: New testcase.
1405
1406 2017-12-27 Stafford Horne <shorne@gmail.com>
1407
1408 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1409 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1410
1411 2017-12-27 Stafford Horne <shorne@gmail.com>
1412
1413 * gdb.base/reggroups.c: New file.
1414 * gdb.base/reggroups.exp: New file.
1415
1416 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1417
1418 * gdb.dwarf2/ada-valprint-error.c: New file.
1419 * gdb.dwarf2/ada-valprint-error.exp: New file.
1420
1421 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1422
1423 * gdb.ada/assign_arr: New testcase.
1424
1425 2017-12-18 Xavier Roirand <roirand@adacore.com>
1426
1427 * gdb.ada/funcall_ptr: New testcase.
1428
1429 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1430
1431 PR cli/16224
1432 * gdb.base/ptype-offsets.cc: New file.
1433 * gdb.base/ptype-offsets.exp: New file.
1434
1435 2017-12-15 Yao Qi <yao.qi@linaro.org>
1436
1437 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1438 if XML is disabled.
1439
1440 2017-12-15 Xavier Roirand <roirand@adacore.com>
1441
1442 * gdb.ada/same_component_name: New testcase.
1443
1444 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1445
1446 * gdb.ada/str_binop_equal: New testcase.
1447
1448 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1449
1450 * gdb.ada/task_switch_in_core: New testcase.
1451
1452 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1453
1454 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1455 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1456 call test_bkpt_qualified.
1457 (test_bkpt_qualified): New proc.
1458
1459 2017-12-13 Pedro Alves <palves@redhat.com>
1460
1461 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1462 Tighten regexp by matching with an anchor.
1463
1464 2017-12-13 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1467 ("expression with namespace"): New set of tests.
1468 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1469 (Nested::Test_NS::qux): New.
1470 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1471 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1472
1473 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1474
1475 * gdb.base/server-del-break.c: New file.
1476 * gdb.base/server-del-break.exp: New file.
1477
1478 2017-12-12 Stafford Horne <shorne@gmail.com>
1479
1480 * gdb.xml/tdesc-regs.exp: Add or1k support.
1481
1482 2017-12-12 Stafford Horne <shorne@gmail.com>
1483
1484 * gdb.base/bp-permanent.c: Define nop of or1k.
1485
1486 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1489 output with components being reordered.
1490
1491 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1492
1493 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1494 output with components being reordered.
1495
1496 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1497 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.base/maint.exp (check for .gdb_index): Check also for
1500 .debug_names.
1501 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1502 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1503 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1504 (.gdb_index used after symbol reloading): Support also .debug_names.
1505 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1506
1507 2017-12-08 Yao Qi <yao.qi@linaro.org>
1508
1509 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1510 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1511
1512 2017-12-08 Yao Qi <yao.qi@linaro.org>
1513
1514 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1515 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1516
1517 2017-12-08 Yao Qi <yao.qi@linaro.org>
1518
1519 * gdb.arch/aarch64-tagged-pointer.c: New file.
1520 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1521
1522 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1523
1524 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1525 "int".
1526
1527 2017-12-07 Keith Seitz <keiths@redhat.com>
1528
1529 PR breakpoints/22569
1530 * gdb.linespec/ls-errs.exp: Change expected result of "break
1531 -source this file has spaces.c -line 3".
1532 Check that an explicit source file followed by whitespace is
1533 identified as an invalid explicit location.
1534
1535 2017-12-07 Keith Seitz <keiths@redhat.com>
1536
1537 * gdb.cp/nested-types.cc: New file.
1538 * gdb.cp/nested-types.exp: New file.
1539 * lib/cp-support.exp: Load data-structures.exp library.
1540 (debug_cp_test_ptype_class): New global.
1541 (cp_ptype_class_verbose, next_line): New procedures.
1542 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1543 Add and document new return value.
1544 Switch the list of lines to a queue.
1545 Add support for new `type' key for nested type definitions.
1546 Add debugging/troubleshooting messages.
1547 * lib/data-structures.exp: New file.
1548
1549 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1550
1551 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1552 with proc_with_prefix, don't use with_test_prefix.
1553
1554 2017-12-07 Tom Tromey <tom@tromey.com>
1555
1556 * gdb.base/break.exp: Add test for empty "commands".
1557
1558 2017-12-07 Yao Qi <yao.qi@linaro.org>
1559
1560 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1561 malloc and catch syscall.
1562
1563 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1564
1565 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1566 tests for explicit locations.
1567
1568 2017-12-06 Pedro Alves <palves@redhat.com>
1569
1570 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1571 force-disabling XML descriptions.
1572
1573 2017-12-04 Pedro Alves <palves@redhat.com>
1574
1575 PR gdb/22499
1576 * gdb.arch/amd64-disp-step-avx.S: New file.
1577 * gdb.arch/amd64-disp-step-avx.exp: New file.
1578
1579 2017-12-03 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1582 and <string.h>.
1583 (parent_function): Print distinct messages when waitpid fails, or
1584 the child exits with a signal, or the child exits for an unhandled
1585 reason.
1586 * gdb.threads/process-dies-while-detaching.exp
1587 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1588 it. Wait for both inferior output and GDB's prompt. Use an
1589 indirect spawn id list.
1590 (do_detach): New parameter 'child_exit'. Use it to compute
1591 expected inferior output.
1592 (test_detach, test_detach_watch, test_detach_killed_outside):
1593 Adjust to pass down the expected child exit kind.
1594
1595 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1596 Sergio Durigan Junior <sergiodj@redhat.com>
1597 Pedro Alves <palves@redhat.com>
1598
1599 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1600
1601 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1602
1603 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1604 to 'symbol-file' and 'add-symbol-file' can be
1605 position-independent.
1606
1607 2017-12-01 Yao Qi <yao.qi@linaro.org>
1608
1609 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1610 the URL in copyright header.
1611 * gdb.arch/aarch64-fp.exp: Likewise.
1612 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1613 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1614 * gdb.base/expand-psymtabs.exp: Likewise.
1615 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1616 * gdb.fortran/common-block.exp: Likewise.
1617 * gdb.fortran/common-block.f90: Likewise.
1618 * gdb.fortran/logical.exp: Likewise.
1619 * gdb.fortran/vla-datatypes.f90: Likewise.
1620 * gdb.fortran/vla-sub.f90: Likewise.
1621
1622 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1623
1624 * gdb.ada/repeat_dyn: New testcase.
1625
1626 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1627
1628 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1629 Update for changed thread numbering.
1630 * gdb.cell/bt.exp: Update for changed GDB output.
1631
1632 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1633
1634 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1635 setting isremote by hand.
1636 * boards/dwarf4-gdb-index.exp: Likewise.
1637 * boards/fission.exp: Likewise.
1638 * boards/stabs.exp: Likewise.
1639
1640 2017-11-30 Pedro Alves <palves@redhat.com>
1641
1642 * gdb.linespec/cpls-ops.exp
1643 (check_explicit_skips_function_argument): Extract the underlying
1644 type of size_t instead of hardcoding it.
1645
1646 2017-11-29 Pedro Alves <palves@redhat.com>
1647
1648 PR c++/19436
1649 * gdb.linespec/cpls-abi-tag.cc: New file.
1650 * gdb.linespec/cpls-abi-tag.exp: New file.
1651
1652 2017-11-29 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.base/langs.exp: Use -qualified.
1655 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1656 it.
1657 * gdb.cp/namespace.exp: Use -qualified.
1658 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1659 (overload-3, template-overload, template-ret-type, const-overload)
1660 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1661 procedures.
1662 (test_driver): Call them.
1663 * gdb.cp/save-bp-qualified.cc: New.
1664 * gdb.cp/save-bp-qualified.exp: New.
1665 * gdb.linespec/explicit.exp: Test -qualified.
1666 * lib/completion-support.exp (completion::explicit_opts_list): Add
1667 "-qualified".
1668 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1669
1670 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1671
1672 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1673
1674 2017-11-29 Tom Tromey <tom@tromey.com>
1675
1676 * gdb.base/relocate.exp: Update invalid argument test.
1677 Add new tests for invalid arguments.
1678
1679 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1680
1681 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1682 Return 0 as a long.
1683 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1684
1685 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1686
1687 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1688 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1689 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1690 func ().
1691 * gdb.cp/shadow.cc (B.func): Return 0.
1692
1693 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1694
1695 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1696 expected output in gdb_expect call to allow the exception
1697 message to be present as well. Fix syntax confusion to avoid
1698 TCL thinking that exception_name is an array.
1699
1700 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1701
1702 * gdb.arch/spu-info.c: Include <unistd.h>.
1703 (do_signal_test): Fix broken calls to write.
1704 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1705 Fix checks for empty mailboxes. Update signal tests for corrected
1706 do_signal_test routine. Allow nonzero event status.
1707 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1708 * gdb.cell/arch.exp: Use standard_output_file.
1709 * gdb.cell/break.exp: Likewise.
1710 * gdb.cell/bt.exp: Likewise.
1711 * gdb.cell/core.exp: Likewise.
1712 * gdb.cell/dwarfaddr.exp: Likewise.
1713 * gdb.cell/ea-cache.exp: Likewise.
1714 * gdb.cell/ea-standalone.exp: Likewise.
1715 * gdb.cell/f-regs.exp: Likewise.
1716 * gdb.cell/fork.exp: Likewise.
1717 * gdb.cell/gcore.exp: Likewise.
1718 * gdb.cell/mem-access.exp: Likewise.
1719 * gdb.cell/ptype.exp: Likewise.
1720 * gdb.cell/registers.exp: Likewise.
1721 * gdb.cell/sizeof.exp: Likewise.
1722 * gdb.cell/solib-symbol.exp: Likewise.
1723 * gdb.cell/solib.exp: Likewise.
1724
1725 2017-11-25 Pedro Alves <palves@redhat.com>
1726
1727 * gdb.base/complete-empty.exp: New file.
1728 * gdb.base/completion.exp: Adjust.
1729
1730 2017-11-25 Pedro Alves <palves@redhat.com>
1731
1732 * gdb.linespec/cpls-ops.cc: New file.
1733 * gdb.linespec/cpls-ops.exp: New file.
1734 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1735 factored out from ...
1736 (test_complete_prefix_range): ... this.
1737
1738 2017-11-24 Pedro Alves <palves@redhat.com>
1739
1740 * gdb.linespec/cpcompletion.exp: New file.
1741 * gdb.linespec/cpls-hyphen.cc: New file.
1742 * gdb.linespec/cpls.cc: New file.
1743 * gdb.linespec/cpls2.cc: New file.
1744 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1745 test to use test_gdb_complete_unique. Add label completion,
1746 keyword completion and explicit location completion tests.
1747 * lib/completion-support.exp: New file.
1748
1749 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1750
1751 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1752 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1753 when hitting an exception catchpoint.
1754
1755 2017-11-22 Yao Qi <yao.qi@linaro.org>
1756
1757 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1758
1759 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1760
1761 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1762 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1763 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1764
1765 2017-11-22 Yao Qi <yao.qi@linaro.org>
1766
1767 * gdb.base/info-os.exp: Pass pthreads.
1768 * gdb.multi/multi-attach.exp: Likewise.
1769
1770 2017-11-22 Yao Qi <yao.qi@linaro.org>
1771
1772 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1773 compiler.
1774
1775 2017-11-22 Yao Qi <yao.qi@linaro.org>
1776
1777 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1778 * gdb.base/break-interp.exp: Likewise.
1779 * gdb.base/jit-attach-pie.exp: Likewise.
1780
1781 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1782
1783 * gdb.base/float128.c (large128): New variable.
1784 * gdb.base/float128.exp: Add test to print largest __float128 value.
1785
1786 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1787
1788 * gdb.arch/vsx-regs.exp: Update register content checks.
1789
1790 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1791
1792 * gdb.arch/ppc-longdouble.exp: New file.
1793 * gdb.arch/ppc-longdouble.c: Likewise.
1794
1795 2017-11-21 Pedro Alves <palves@redhat.com>
1796
1797 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1798
1799 2017-11-20 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1802 (long_double_typedef): New typedefs.
1803 Use DEF on double and long double.
1804 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1805 cases.
1806 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1807 and 'long_double_ptr_same_size' locals. Use them to decide
1808 whether cast from array/function to float is valid/invalid.
1809
1810 2017-11-17 Tom Tromey <tom@tromey.com>
1811
1812 * gdb.rust/traits.rs: New file.
1813 * gdb.rust/traits.exp: New file.
1814
1815 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1816
1817 * gdb.ada/minsyms: New testcase.
1818
1819 2017-11-16 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1822 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1823
1824 2017-11-16 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1827 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1828
1829 2017-11-16 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.server/reconnect-ctrl-c.c: New file.
1832 * gdb.server/reconnect-ctrl-c.exp: New file.
1833
1834 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1835
1836 * gdb.python/py-rbreak.exp: New file.
1837 * gdb.python/py-rbreak.c: New file.
1838 * gdb.python/py-rbreak-func2.c: New file.
1839
1840 2017-11-16 Pedro Alves <palves@redhat.com>
1841
1842 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1843 pattern.
1844 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1845 GDB.
1846
1847 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1848
1849 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1850 regex.
1851
1852 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1853
1854 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1855 test names.
1856
1857 2017-11-09 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1860 factored out from ...
1861 (top level): ... here, and adjusted to avoid expecting beyond the
1862 prompt in a single gdb_test_multiple.
1863
1864 2017-11-09 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1867 output.
1868 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1869 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1870 * gdb.server/ext-run.exp ("kill" test): Likewise.
1871 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1872
1873 2017-11-09 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1876 match till end of line.
1877
1878 2017-11-09 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1881
1882 2017-11-09 Pedro Alves <palves@redhat.com>
1883
1884 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1885 New procedures, factored out from ...
1886 (top level): ... here, and adjusted to avoid expecting beyond the
1887 prompt in one go.
1888
1889 2017-11-09 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1892 output. Fix '?' match.
1893
1894 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1895
1896 * gdb.ada/scoped_watch: New testcase.
1897 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1898 which is actually correct.
1899 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1900 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1901
1902 2017-11-08 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.gdb/complaints.exp (test_initial_complaints)
1905 (test_serial_complaints, test_short_complaints): Call
1906 complaint_internal instead of complaint.
1907
1908 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1909
1910 * gdb.threads/tls-core.c: New file.
1911 * gdb.threads/tls-core.exp: Likewise.
1912
1913 2017-11-08 Pedro Alves <palves@redhat.com>
1914
1915 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1916 (p Exported_Capitalized): New test.
1917 (p exported_capitalized): New test.
1918
1919 2017-11-07 Pedro Alves <palves@redhat.com>
1920
1921 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1922
1923 2017-11-07 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1926 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1927 (disable_invalid, disable_inverted, disable_negative): New
1928 procedures.
1929 ("bad numbers"): New set of tests.
1930
1931 2017-11-07 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.cp/ena-dis-br-range.exp: Add tests.
1934
1935 2017-11-07 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1938
1939 2017-11-07 Xavier Roirand <roirand@adacore.com>
1940 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.base/ena-dis-br.exp: Add reference to
1943 gdb.cp/ena-dis-br-range.exp.
1944 * gdb.cp/ena-dis-br-range.exp: New file.
1945 * gdb.cp/ena-dis-br-range.cc: New file.
1946
1947 2017-11-06 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.base/attach-non-pgrp-leader.c: New.
1950 * gdb.base/attach-non-pgrp-leader.exp: New.
1951
1952 2017-11-06 Pedro Alves <palves@redhat.com>
1953
1954 * configure.ac: No longer check for termio.h and sgtty.h.
1955 * configure: Regenerate.
1956 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1957 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1958 Remove termio and sgtty code.
1959
1960 2017-11-03 Yao Qi <yao.qi@linaro.org>
1961
1962 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1963 in GDB is disabled.
1964
1965 2017-11-03 Yao Qi <yao.qi@linaro.org>
1966
1967 * gdb.python/py-thrhandle.exp: Skip it if python is not
1968 enabled.
1969
1970 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1971
1972 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1973 as a breakpoint command.
1974
1975 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1976
1977 PR python/21213
1978 * gdb.python/py-infthread.exp: Test calling
1979 InferiorThread.inferior () multiple times in a row.
1980
1981 2017-10-27 Keith Seitz <keiths@redhat.com>
1982
1983 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1984 Test "info break" for every inlined function breakpoint.
1985
1986 2017-10-27 Yao Qi <yao.qi@linaro.org>
1987
1988 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1989
1990 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1991
1992 * gdb.cp/classes.exp (test_static_members): Test printing
1993 Outer::instance.
1994 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1995 (Inner::instance, Outer::instance): New.
1996
1997 2017-10-24 Pedro Alves <palves@redhat.com>
1998
1999 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2000 extra console" test in two stages.
2001
2002 2017-10-24 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2005
2006 2017-10-24 Pedro Alves <palves@redhat.com>
2007
2008 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2009 loop.
2010
2011 2017-10-24 Pedro Alves <palves@redhat.com>
2012
2013 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2014 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2015
2016 2017-10-24 Pedro Alves <palves@redhat.com>
2017
2018 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2019 parameter and handle it. Don't output read value in test name.
2020
2021 2017-10-24 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2024 custom test name.
2025
2026 2017-10-24 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2029 include the unstable output directory name in the test's name.
2030 (initial_setup_simple) <'set args'>: Use custom test name.
2031
2032 2017-10-24 Pedro Alves <palves@redhat.com>
2033
2034 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2035 with explicit test name.
2036
2037 2017-10-20 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2040 'wait -i'. Use gdb_assert and remote_close.
2041
2042 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2043
2044 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2045 number from variable rather than hard-coded.
2046
2047 2017-10-19 Pedro Alves <palves@redhat.com>
2048
2049 * gdb.base/long-inferior-output.c: New file.
2050 * gdb.base/long-inferior-output.exp: New file.
2051
2052 2017-11-18 Keith Seitz <keiths@redhat.com>
2053
2054 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2055 method.
2056 (main): Call it.
2057 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2058 Add additional user-defined conversion operator tests.
2059
2060 2017-10-17 Pedro Alves <palves@redhat.com>
2061
2062 * boards/native-stdio-gdbserver.exp: Load "local-board".
2063
2064 2017-10-17 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.base/quit-live.c: New file.
2067 * gdb.base/quit-live.exp: New file.
2068
2069 2017-10-16 Keith Seitz <keiths@redhat.com>
2070
2071 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2072 (class_with_protected_typedef, class_with_private_typedef)
2073 (struct_with_public_typedef, struct_with_protected_typedef)
2074 (struct_with_private_typedef): New classes/structs.
2075 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2076 typedefs and access specifiers.
2077
2078 2017-10-16 Pedro Alves <palves@redhat.com>
2079 Simon Marchi <simon.marchi@polymtl.ca>
2080
2081 * README (Local vs Remote vs Native): New section.
2082 * boards/local-board.exp: New file, with bits factored out from
2083 ...
2084 * boards/native-extended-gdbserver.exp: ... here. Load
2085 "local-board".
2086 * boards/native-gdbserver.exp: Load "local-board".
2087 (${board}_spawn, ${board}_exec): Delete.
2088 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2089 ...
2090 * boards/stdio-gdbserver-base.exp: ... this new file.
2091 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2092 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2093 procedure.
2094 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2095 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2096 stdio_gdbserver_command.
2097 (${board}_get_remote_address, ${board}_get_comm_port)
2098 (${board}_download, ${board}_upload): Delete.
2099 (get_target_remote_pipe_cmd): New.
2100
2101 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2104 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2105 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2106 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2107 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2108 remove with_test_prefix.
2109
2110 2017-10-13 Pedro Alves <palves@redhat.com>
2111
2112 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2113 * gdb.base/annota1.exp: Use it instead of is_remote.
2114 * gdb.base/annota3.exp: Use it instead of is_remote.
2115 * gdb.cp/annota2.exp: Use it instead of is_remote.
2116 * gdb.cp/annota3.exp: Use it instead of is_remote.
2117 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2118
2119 2017-10-13 Pedro Alves <palves@redhat.com>
2120
2121 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2122 (test_num_test_vars, run_and_count_vars, find_env)
2123 (test_set_unset_env, test_inherit_env_var): New procedures.
2124 (top level): Use them.
2125
2126 2017-10-13 Pedro Alves <palves@redhat.com>
2127
2128 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2129 also skip on stub-like targets.
2130
2131 2017-10-13 Pedro Alves <palves@redhat.com>
2132
2133 PR gdb/22293
2134 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2135 (top level): Move some tests to ...
2136 (test_not_found): ... this new procedure.
2137 (top level): Call it.
2138
2139 2017-10-13 Pedro Alves <palves@redhat.com>
2140
2141 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2142 expect different "info terminal" output if testing with a
2143 non-native target.
2144
2145 2017-10-13 Pedro Alves <palves@redhat.com>
2146 Simon Marchi <simon.marchi@polymtl.ca>
2147
2148 PR python/12966
2149 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2150
2151 2017-10-13 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2154 already.
2155
2156 2017-10-13 Pedro Alves <palves@redhat.com>
2157
2158 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2159 is_remote.
2160
2161 2017-10-13 Pedro Alves <palves@redhat.com>
2162
2163 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2164 is_remote.
2165
2166 2017-10-13 Pedro Alves <palves@redhat.com>
2167
2168 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2169 is set.
2170 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2171 instead of is_remote.
2172
2173 2017-10-13 Pedro Alves <palves@redhat.com>
2174
2175 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2176 (top level): Add comment.
2177
2178 2017-10-13 Pedro Alves <palves@redhat.com>
2179
2180 * gdb.base/remote.exp (top level): Fix comment typo and add
2181 missing return.
2182
2183 2017-10-13 Pedro Alves <palves@redhat.com>
2184 Simon Marchi <simon.marchi@polymtl.ca>
2185
2186 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2187 calls and add comments. Skip test if use_gdb_stub is set.
2188 (top level): Use "set cwd" command instead of "cd" command.
2189
2190 2017-10-13 Pedro Alves <palves@redhat.com>
2191
2192 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2193 is_remote target check.
2194
2195 2017-10-13 Pedro Alves <palves@redhat.com>
2196
2197 * gdb.base/scope.exp: Use build_executable + clean_restart +
2198 gdb_file_cmd instead of prepare_for_testing and no longer skip
2199 "before run" tests on is_remote target boards. Update comments.
2200 * boards/native-extended-gdbserver.exp
2201 (extended_gdbserver_load_last_file): New, factored out from ...
2202 (gdb_load): ... this. Move further below and add comment.
2203 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2204
2205 2017-10-12 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.base/attach.exp: Remove references to gdb64.
2208 * gdb.base/dbx.exp: Remove references to gdb64.
2209
2210 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2211 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.base/label.exp: Remove is_remote target check.
2214
2215 2017-10-12 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.base/auvx.exp (coredir): Update comment.
2218 (top level) <core_works>: Use "set cwd" command instead of "cd"
2219 command.
2220
2221 2017-10-12 Pedro Alves <palves@redhat.com>
2222 Simon Marchi <simon.marchi@polymtl.ca>
2223
2224 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2225 target boards.
2226
2227 2017-10-12 Pedro Alves <palves@redhat.com>
2228 Simon Marchi <simon.marchi@polymtl.ca>
2229
2230 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2231 Instead skip if there's any gdb_protocol set.
2232
2233 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2234 Pedro Alves <palves@redhat.com>
2235
2236 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2237
2238 2017-10-12 Pedro Alves <palves@redhat.com>
2239 Simon Marchi <simon.marchi@polymtl.ca>
2240
2241 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2242 instead of on dejagnu remote boards.
2243
2244 2017-10-12 Pedro Alves <palves@redhat.com>
2245 Simon Marchi <simon.marchi@polymtl.ca>
2246
2247 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2248 checks. Use build_executable + clean_restart instead of
2249 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2250 of enabling non-stop after starting gdb.
2251
2252 2017-10-12 Pedro Alves <palves@redhat.com>
2253
2254 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2255 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2256 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2257 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2258
2259 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2260
2261 * gdb.arch/arc-tdesc-cpu.exp: New file.
2262 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2263
2264 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2265
2266 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2267
2268 2017-10-10 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2271 expect CLI output.
2272
2273 2017-10-10 Pedro Alves <palves@redhat.com>
2274
2275 * lib/selftest-support.exp (selftest_setup): Update for
2276 captured_command_loop's prototype change.
2277
2278 2017-10-09 Pedro Alves <palves@redhat.com>
2279
2280 Test both arch1=>arch2 and arch2=>arch1.
2281
2282 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2283 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2284 factored out to...
2285 (append_arch1_options, append_arch2_options, append_arch_options)
2286 (build_executables): New procedures.
2287 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2288 local.
2289 (top level): Add new 'first_arch' testing axis.
2290
2291 2017-10-09 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2294 (barrier): New.
2295 (thread_start, all_started): New functions.
2296 (main): Spawn new thread and wait until it is scheduled.
2297 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2298 option.
2299 (do_test): Add 'selected_thread' parameter. Run to all_started
2300 instead of main. Explicitly set the breakpoint at main. Switch
2301 to the SELECTED_THREAD thread.
2302 (top level): Test handling the exec event with either the main
2303 thread or the second thread selected.
2304
2305 2017-10-09 Pedro Alves <palves@redhat.com>
2306
2307 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2308 logic. Move STOP marker after the value checks.
2309 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2310 regexp.
2311
2312 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2313
2314 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2315
2316 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2317
2318 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2319 integer-to-dfp conversion.
2320 * gdb.base/dfp-test.exp: Likewise.
2321
2322 2017-10-04 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.multi/hangout.c: Include <unistd.h>.
2325 (hangout_loop): New function.
2326 (main): Call alarm. Call hangout_loop in a loop.
2327 * gdb.multi/hello.c: Include <unistd.h>.
2328 (hello_loop): New function.
2329 (main): Call alarm. Call hangout_loop in a loop.
2330 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2331 inferior with the other selected.
2332
2333 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2334
2335 * gdb.mi/list-thread-groups-available.exp: New file.
2336 * gdb.mi/list-thread-groups-available.c: New file.
2337
2338 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2339
2340 * gdb.base/set-cwd.exp: Make it available on
2341 native-extended-gdbserver.
2342
2343 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2344
2345 * gdb.base/set-cwd.c: New file.
2346 * gdb.base/set-cwd.exp: Likewise.
2347
2348 2017-10-02 Tom Tromey <tom@tromey.com>
2349
2350 PR rust/22236:
2351 * gdb.rust/simple.rs (main): New variable "fslice".
2352 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2353
2354 2017-10-02 Tom Tromey <tom@tromey.com>
2355
2356 * gdb.rust/simple.exp: Test ptype of a slice.
2357
2358 2017-10-02 Tom Tromey <tom@tromey.com>
2359
2360 * gdb.rust/simple.exp: Test index of slice.
2361
2362 2017-09-27 Tom Tromey <tom@tromey.com>
2363
2364 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2365
2366 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2367 Pedro Alves <palves@redhat.com>
2368
2369 * gdb.base/compare-sections.exp (get value of read-only section): Read
2370 as unsigned value.
2371 (corrupt read-only section): Likewise and don't set written if patching
2372 failed.
2373
2374 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2375
2376 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2377 files.
2378
2379 2017-09-20 Pedro Alves <palves@redhat.com>
2380
2381 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2382 symbol names in gdb's output.
2383 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2384
2385 2017-09-20 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2388 Rename to ...
2389 (test_list_ambiguous_symbol): ... this and add a symbol name
2390 parameter. Adjust.
2391 (test_list_ambiguous_function): Reimplement on top of
2392 test_list_ambiguous_symbol and also test listing ambiguous
2393 variables.
2394 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2395 (ambiguous_fun): ... this.
2396 (ambiguous_var): New.
2397 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2398 (ambiguous_fun): ... this.
2399 (ambiguous_var): New.
2400
2401 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2402
2403 * gdb.base/starti.c: New file.
2404 * gdb.base/starti.exp: New file.
2405 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2406
2407 2017-09-14 Pedro Alves <palves@redhat.com>
2408
2409 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2410 (top level): Use it instead of runto.
2411
2412 2017-09-11 Tom Tromey <tom@tromey.com>
2413
2414 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2415
2416 2017-09-11 Tom Tromey <tom@tromey.com>
2417
2418 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2419 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2420
2421 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2422
2423 * gdb.fortran/printing-types.exp: New file.
2424 * gdb.fortran/printing-types.exp: New file.
2425
2426 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2427
2428 * gdb.fortran/vla-ptype.exp: Fix typos.
2429 * gdb.fortran/vla-value.exp: Same.
2430
2431 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2432
2433 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2434 * gdb.mi/mi-var-child-f.exp: Likewise.
2435 * gdb.mi/mi-vla-fortran.exp: Likewise.
2436
2437 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2438 Christoph Weinmann <christoph.t.weinmann@intel.com>
2439 Bernhard Heckel <bernhard.heckel@intel.com>
2440
2441 * gdb.fortran/ptr-indentation.f90: New file.
2442 * gdb.fortran/ptr-indentation.exp: New file.
2443
2444 2017-09-05 Tom Tromey <tom@tromey.com>
2445
2446 PR gdb/22010:
2447 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2448
2449 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2450
2451 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2452
2453 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2454
2455 * gdb.threads/tls-nodebug-pie.c: New file.
2456 * gdb.threads/tls-nodebug-pie.exp: New file.
2457
2458 2017-09-05 Tom Tromey <tom@tromey.com>
2459
2460 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2461 for rust.
2462
2463 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2464
2465 * gdb.multi/multi-arch-exec.exp: Test with different
2466 "follow-exec-mode" settings.
2467 (do_test): New procedure.
2468
2469 2017-09-04 Pedro Alves <palves@redhat.com>
2470
2471 * gdb.base/func-static.c (S::method const, S::method volatile)
2472 (S::method volatile const): New methods.
2473 (c_s, v_s, cv_s): New instances.
2474 (main): Call method() on them.
2475 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2476 (cannot_resolve): New procedure.
2477 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2478 print-quote-unquoted columns.
2479 (do_test): Test printing each scope too.
2480
2481 2017-09-04 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.base/local-static.exp: Also test with
2484 class::method::variable wholly quoted.
2485 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2486
2487 2017-09-04 Pedro Alves <palves@redhat.com>
2488
2489 * gdb.base/local-static.c: New.
2490 * gdb.base/local-static.cc: New.
2491 * gdb.base/local-static.exp: New.
2492
2493 2017-09-04 Pedro Alves <palves@redhat.com>
2494
2495 * gdb.asm/asm-source.exp: Add casts to int.
2496 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2497 (dataglobal64_1, dataglobal64_2): New globals.
2498 * gdb.base/nodebug.exp: Test different expressions involving the
2499 new globals, with print, whatis and ptype. Add casts to int.
2500 * gdb.base/solib-display.exp: Add casts to int.
2501 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2502 * gdb.cp/m-static.exp: Add cast to int.
2503 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2504 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2505 tls variable with no debug info without a cast. Test with a cast
2506 to int too.
2507 * gdb.trace/entry-values.exp: Add casts.
2508
2509 2017-09-04 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.base/nodebug.exp: Test that ptype's error about functions
2512 with unknown return type includes the function name too.
2513
2514 2017-09-04 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2517 return type of munmap in infcall.
2518 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2519 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2520 type of ftell in infcall.
2521 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2522 type of getpid in infcall.
2523 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2524 infcall.
2525 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2526 Bail on failure to extract the pid.
2527 * gdb.base/nodebug.c: #include <stdint.h>.
2528 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2529 New functions.
2530 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2531 Change expected output of print/whatis/ptype with functions with
2532 no debug info. Test all supported languages. Call
2533 test_call_promotion.
2534 * gdb.compile/compile.exp: Adjust expected output to expect
2535 warning.
2536 * gdb.threads/siginfo-threads.exp: Likewise.
2537
2538 2017-09-04 Pedro Alves <palves@redhat.com>
2539
2540 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2541 "prototypes". Test calling float functions via prototyped and
2542 unprototyped function pointers.
2543 (perform_all_tests): New parameter "prototypes". Pass it down.
2544 (top level): Pass down "prototypes" parameter to
2545 perform_all_tests.
2546
2547 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2548
2549 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2550 Test with nested loops.
2551
2552 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2553
2554 * gdb.base/commands.exp: Call the new procedures.
2555 (loop_break_test, loop_continue_test): New procedures.
2556
2557 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2558
2559 * gdb.base/commands.exp: Call new procedure.
2560 (define_if_without_arg_test): New procedure.
2561
2562 2017-09-04 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.base/list-ambiguous.exp: New file.
2565 * gdb.base/list-ambiguous0.c: New file.
2566 * gdb.base/list-ambiguous1.c: New file.
2567 * gdb.base/list.exp (test_list_range): Adjust expected output.
2568
2569 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2570
2571 * gdb.base/share-env-with-gdbserver.c: New file.
2572 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2573
2574 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2575
2576 * gdb.base/commands.exp (gdbvar_simple_if_test,
2577 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2578 progvar_simple_if_test, progvar_simple_while_test,
2579 progvar_complex_if_while_test, user_defined_command_test,
2580 user_defined_command_args_eval,
2581 user_defined_command_args_stack_test,
2582 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2583 temporary_breakpoint_commands,
2584 gdb_test_no_prompt, redefine_hook_test,
2585 redefine_backtrace_test): Remove "global gdb_prompt".
2586
2587 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2588
2589 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2590 New proc, call it from toplevel.
2591
2592 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2593
2594 PR remote/21852
2595 * gdb.server/normal.c: New file, copied from gdb.base.
2596 * gdb.server/run-without-local-binary.exp: New file.
2597
2598 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2599
2600 * gdb.arch/sparc64-adi.exp: New file.
2601 * gdb.arch/sparc64-adi.c: New file.
2602
2603 2017-08-22 Pedro Alves <palves@redhat.com>
2604
2605 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2606 (top level): Add "list all overloads" tests.
2607
2608 2017-08-22 Tom Tromey <tom@tromey.com>
2609
2610 * gdb.gdb/xfullpath.exp: Remove.
2611
2612 2017-08-21 Pedro Alves <palves@redhat.com>
2613
2614 PR gdb/19487
2615 * gdb.base/symbol-alias.c: New.
2616 * gdb.base/symbol-alias2.c: New.
2617 * gdb.base/symbol-alias.exp: New.
2618
2619 2017-08-21 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.base/dfp-test.c
2622 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2623 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2624 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2625 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2626 * gdb.base/whatis-ptype-typedefs.c: New.
2627 * gdb.base/whatis-ptype-typedefs.exp: New.
2628 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2629 (an_int, an_int_type, an_int_type2): New globals.
2630 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2631 involving typedefs and cast expressions.
2632 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2633 (lookup_typedefs_function): New.
2634 (typedefs_pretty_printers_dict): New.
2635 (top level): Register lookup_typedefs_function in
2636 gdb.pretty_printers.
2637
2638 2017-08-18 Yao Qi <yao.qi@linaro.org>
2639
2640 * gdb.server/unittest.exp: New.
2641
2642 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2643
2644 PR gdb/21954
2645 * gdb.base/environ.exp: Add test to check if 'unset environment'
2646 works.
2647
2648 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2649
2650 * lib/gdb.exp (universal_compile_options): New caching proc.
2651 (gdb_compile): Suppress GCC's coloring of messages.
2652
2653 2017-08-14 Tom Tromey <tom@tromey.com>
2654
2655 PR gdb/21675:
2656 * gdb.base/printcmds.exp (test_radices): New function.
2657 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2658 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2659 * lib/gdb.exp (get_integer_valueof): Use p/d.
2660
2661 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2662
2663 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2664 characters.
2665
2666 2017-08-05 Tom Tromey <tom@tromey.com>
2667
2668 * gdb.rust/simple.exp: Allow String to appear in a different
2669 namespace.
2670
2671 2017-07-26 Yao Qi <yao.qi@linaro.org>
2672
2673 * gdb.gdb/unittest.exp: Invoke command
2674 "maintenance check xml-descriptions".
2675
2676 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2677
2678 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2679 calling context.
2680 (hex128): Drop erroneous calculation of parameters.
2681
2682 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2683
2684 * gdb.python/py-unwind.exp: Disable stack protection when
2685 building test file.
2686
2687 2017-07-20 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/default.exp (set language): Adjust expected output.
2690
2691 2017-07-20 Pedro Alves <palves@redhat.com>
2692
2693 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2694 (test_minsym): ... this, and make static.
2695 (get_pck__foo__bar__minsym): Rename to ...
2696 (get_test_minsym): ... this.
2697 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2698 symbol names and comments.
2699 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2700 (get_test_minsym): ... this.
2701 (pck__foo__bar__minsym__2): Rename to ...
2702 (test_minsym): ... this.
2703 (main): Adjust.
2704
2705 2017-07-17 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.base/completion.exp: Adjust expected output.
2708 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2709 the completer works.
2710
2711 2017-07-17 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2714
2715 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2716
2717 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2718
2719 2017-07-14 Tom Tromey <tom@tromey.com>
2720
2721 PR rust/21764:
2722 * gdb.rust/simple.exp: Add tests.
2723
2724 2017-07-14 Tom Tromey <tom@tromey.com>
2725
2726 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2727
2728 2017-07-14 Pedro Alves <palves@redhat.com>
2729
2730 * gdb.linespec/base/one/thefile.cc (z1): New function.
2731 * gdb.linespec/base/two/thefile.cc (z2): New function.
2732 * gdb.linespec/linespec.exp: Add tests.
2733
2734 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2735
2736 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2737 to mi_create_breakpoint.
2738
2739 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2740
2741 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2742 mi_create_breakpoint.
2743
2744 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2745
2746 * gdb.dlang/demangle.exp: Update for demangling changes.
2747
2748 2017-07-09 Tom Tromey <tom@tromey.com>
2749
2750 * gdb.dwarf2/shortpiece.exp: New file.
2751
2752 2017-07-06 David Blaikie <dblaikie@gmail.com>
2753
2754 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2755 built from fissiont-multi-cu{1,2}.c.
2756 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2757 except putting 'main' and 'func' in separate CUs in the same DWO file.
2758 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2759 test.
2760 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2761 test.
2762
2763 2017-07-06 Pedro Alves <palves@redhat.com>
2764
2765 * gdb.python/py-unwind.exp: Test flushregs.
2766
2767 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2768
2769 PR cli/21688
2770 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2771 tests for alias commands and trailing whitespace.
2772
2773 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2774
2775 PR cli/21688
2776 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2777 procedure. Call it.
2778
2779 2017-06-29 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.base/printcmds.exp: Add tests.
2782
2783 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2784
2785 PR gdb/21337
2786 * gdb.base/reread-readsym.exp: New file.
2787 * gdb.base/reread-readsym.c: New file.
2788
2789 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2790
2791 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2792 subpattern.
2793
2794 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2795
2796 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2797 extended mnemonic.
2798 * gdb.arch/powerpc-power9.s: Likewise.
2799
2800 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2801
2802 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2803 on 32-bit x86 targets. Exploit is_*_target macros where
2804 appropriate.
2805
2806 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2807
2808 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2809 register pieces.
2810
2811 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2812
2813 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2814 located in one or more DWARF pieces.
2815
2816 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2817
2818 * lib/gdb.exp (get_endianness): New proc.
2819 * gdb.arch/aarch64-fp.exp: Use it.
2820 * gdb.arch/altivec-regs.exp: Likewise.
2821 * gdb.arch/e500-regs.exp: Likewise.
2822 * gdb.arch/vsx-regs.exp: Likewise.
2823 * gdb.base/dump.exp: Likewise.
2824 * gdb.base/funcargs.exp: Likewise.
2825 * gdb.base/gnu_vector.exp: Likewise.
2826 * gdb.dwarf2/formdata16.exp: Likewise.
2827 * gdb.dwarf2/implptrpiece.exp: Likewise.
2828 * gdb.dwarf2/nonvar-access.exp: Likewise.
2829 * gdb.python/py-inferior.exp: Likewise.
2830 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2831
2832 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2833
2834 PR gdb/21226
2835 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2836 stack value pieces are taken from the LSB end.
2837
2838 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2839
2840 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2841 variable at nonzero offset.
2842
2843 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2844
2845 * gdb.dwarf2/var-access.c: New file.
2846 * gdb.dwarf2/var-access.exp: New test.
2847 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2848
2849 2017-06-12 Tom Tromey <tom@tromey.com>
2850
2851 * gdb.dwarf2/formdata16.exp: Add tests.
2852
2853 2017-06-12 Tom Tromey <tom@tromey.com>
2854
2855 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2856
2857 2017-06-12 Tom Tromey <tom@tromey.com>
2858
2859 PR exp/16225:
2860 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2861 * gdb.arch/vsx-regs.exp: Update tests.
2862 * gdb.arch/s390-vregs.exp (hex128): New proc.
2863 Update test.
2864 * gdb.arch/altivec-regs.exp: Update tests.
2865
2866 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2867
2868 * gdb.base/startup-with-shell.c: New file.
2869 * gdb.base/startup-with-shell.exp: Likewise.
2870
2871 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2872
2873 * gdb.server/non-existing-program.exp: Update regex in order to
2874 reflect the fact that gdbserver is now using fork_inferior (with a
2875 shell) to startup the inferior.
2876
2877 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2878
2879 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2880 support function calls from GDB.
2881
2882 2017-05-21 Tom Tromey <tom@tromey.com>
2883
2884 PR rust/21466:
2885 * gdb.rust/unsized.exp: New file.
2886 * gdb.rust/unsized.rs: New file.
2887
2888 2017-05-19 Tom Tromey <tom@tromey.com>
2889
2890 PR rust/21484:
2891 * gdb.rust/watch.exp: New file.
2892 * gdb.rust/watch.rs: New file.
2893
2894 2017-05-18 Tom Tromey <tom@tromey.com>
2895
2896 * gdb.rust/simple.exp: Allow Box to be qualified.
2897
2898 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2899
2900 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2901
2902 2017-05-18 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.base/fileio.c (test_write, test_read, test_close)
2905 (test_fstat): Don't print 'ret' in the fail path.
2906
2907 2017-05-18 Pedro Alves <palves@redhat.com>
2908
2909 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2910 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2911 (test_system, test_rename, test_unlink, test_time): Change
2912 prototypes.
2913 * gdb.base/fileio.exp (stop_msg): Adjust.
2914
2915 2017-05-18 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/fileio.c (null_str): New global.
2918 (test_stat): Use it.
2919 * gdb.base/fileio.exp: Remove nowarnings.
2920
2921 2017-05-17 Yao Qi <yao.qi@linaro.org>
2922
2923 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2924
2925 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2926
2927 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2928 argument command.
2929 (top-level): Invoke test_set_inferior_tty.
2930
2931 2017-05-04 Pedro Alves <palves@redhat.com>
2932
2933 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2934 Add parens to print call for Python 3.
2935
2936 2017-05-03 Keith Seitz <keiths@redhat.com>
2937
2938 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2939 (main): Call it.
2940
2941 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2942
2943 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2944 to prev and next.
2945
2946 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2947
2948 * gdb.python/py-record-btrace.exp: Remove test for
2949 gdb.BtraceInstruction.error.
2950
2951 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2952
2953 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2954
2955 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2956
2957 * gdb.python/py-record-btrace-threads.c: New file.
2958 * gdb.python/py-record-btrace-threads.exp: New file.
2959
2960 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2961
2962 PR testsuite/8595
2963 * gdb.base/environ.exp: Make test available in all architectures.
2964 Move bits related to "info program" testing to
2965 gdb.base/info-program.exp. Rewrite tests to use the two new
2966 procedures mentione below.
2967 (test_set_show_env_var) New procedure.
2968 (test_set_show_env_var_equal): Likewise.
2969 * gdb.base/info-program.exp: New file.
2970
2971 2017-04-27 Keith Seitz <keiths@redhat.com>
2972
2973 * gdb.cp/oranking.cc (test15): New function.
2974 (main): Call test15 and declare additional variables for testing.
2975 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2976 "p foo101('abc')" tests.
2977 Add tests for cv qualifier overloads.
2978 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2979 "lvalue reference overload" test.
2980 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2981 "print value of f1 on Child&& in f2" test.
2982
2983 2017-04-19 Pedro Alves <palves@redhat.com>
2984
2985 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2986 procedure.
2987 (top level): Call it.
2988 * lib/gdb.exp (gdb_define_cmd): New procedure.
2989
2990 2017-04-12 Pedro Alves <palves@redhat.com>
2991
2992 PR gdb/21323
2993 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2994 (wchar): New global.
2995 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2996 (do_test_wide_char, wide_char_types_no_program, top level): Add
2997 wchar_t testing.
2998
2999 2017-04-12 Pedro Alves <palves@redhat.com>
3000
3001 PR c++/21323
3002 * gdb.cp/wide_char_types.c: New file.
3003 * gdb.cp/wide_char_types.exp: New file.
3004
3005 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3006
3007 PR gdb/21352
3008 * gdb.trace/tsv.exp: Add test for "tsave -r".
3009
3010 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3011
3012 * gdb.dlang/watch-loc.c: New file.
3013 * gdb.dlang/watch-loc.exp: New file.
3014
3015 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3016
3017 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3018
3019 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3020
3021 * gdb.arch/arc-analyze-prologue.S: New file.
3022 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3023
3024 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3025
3026 * gdb.arch/arc-decode-insn.S: New file.
3027 * gdb.arch/arc-decode-insn.exp: Likewise.
3028
3029 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3030
3031 PR tdep/20928
3032 * gdb.arch/sparc64-regs.exp: New file.
3033 * gdb.arch/sparc64-regs.S: Likewise.
3034
3035 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3036
3037 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3038 and memory view on Python 3.
3039
3040 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3041 Keith Seitz <keiths@redhat.com>
3042
3043 PR gdb/14441
3044 * gdb.cp/demangle.exp: Add rvalue reference tests.
3045 * gdb.cp/rvalue-ref-casts.cc: New file.
3046 * gdb.cp/rvalue-ref-casts.exp: New file.
3047 * gdb.cp/rvalue-ref-overload.cc: New file.
3048 * gdb.cp/rvalue-ref-overload.exp: New file.
3049 * gdb.cp/rvalue-ref-params.cc: New file.
3050 * gdb.cp/rvalue-ref-params.exp: New file.
3051 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3052 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3053 * gdb.cp/rvalue-ref-types.cc: New file.
3054 * gdb.cp/rvalue-ref-types.exp: New file.
3055 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3056 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3057
3058 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3059
3060 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3061 New procedure.
3062
3063 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3064
3065 * lib/mi-support.exp (mi_gdb_test): Add additional message
3066 for unexpected output.
3067
3068 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3069
3070 * gdb.base/examine-backward.c (Barrier): New character array
3071 constant, to ensure that TestStrings is preceded by a string
3072 terminator.
3073
3074 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3075
3076 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3077 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3078 and implicit pointer into such a location.
3079
3080 2017-03-16 Doug Evans <dje@google.com>
3081
3082 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3083
3084 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3085
3086 * gdb.cp/m-static.exp: Fix expectation for prototype of
3087 test5.single_constructor and single_constructor::single_constructor.
3088
3089 2017-03-16 Doug Evans <dje@google.com>
3090
3091 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3092 * gdb.guile/scm-lazy-string.c: New file.
3093 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3094 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3095 for pointer, array, typedef lazy strings.
3096
3097 2017-03-16 Doug Evans <dje@google.com>
3098
3099 PR python/17728, python/18439, python/18779
3100 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3101 * gdb.python/py-lazy-string.c (pointer): New typedef.
3102 (main): New locals ptr, array, typedef_ptr.
3103 * gdb.python/py-value.exp: Move lazy string tests to ...
3104 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3105 array, typedef lazy strings.
3106
3107 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3108
3109 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3110 Add optional 'test' parameter.
3111
3112 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3113
3114 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3115 Skip for versions of DejaGnu < 1.5.
3116
3117 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3118
3119 * lib/gdb.exp (dejagnu_version): New proc.
3120 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3121 Use dejagnu_version.
3122
3123 2017-03-10 Keith Seitz <keiths@redhat.com>
3124
3125 PR c++/8128
3126 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3127 type from destructor regexps.
3128 Add a branch which actually passes the test.
3129 Adjust "ptype t5i" test names.
3130
3131 2017-03-08 Pedro Alves <palves@redhat.com>
3132
3133 * gdb.base/step-over-exit.exp: Add explicit test message.
3134
3135 2017-03-08 Pedro Alves <palves@redhat.com>
3136
3137 PR gdb/18360
3138 * gdb.threads/interrupt-while-step-over.c: New file.
3139 * gdb.threads/interrupt-while-step-over.exp: New file.
3140
3141 2017-03-08 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3144 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3145
3146 2017-03-08 Pedro Alves <palves@redhat.com>
3147
3148 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3149 PKRU as not supported as a PASS.
3150
3151 2017-03-08 Pedro Alves <palves@redhat.com>
3152
3153 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3154 prefix instead of $binfile1/$binfile2.
3155 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3156 in test message.
3157 * gdb.python/py-completion.exp: Use "load python file" as test
3158 messages instead of unstable path names.
3159
3160 2017-03-08 Pedro Alves <palves@redhat.com>
3161 Jan Kratochvil <jan.kratochvil@redhat.com>
3162
3163 PR cli/21218
3164 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3165 New proc.
3166 (top level): Call it.
3167
3168 2017-03-08 Pedro Alves <palves@redhat.com>
3169
3170 PR tui/21216
3171 * gdb.tui/tui-nl-filtered-output.exp: New file.
3172
3173 2017-03-08 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.base/completion.exp: Move TUI completion tests to ...
3176 * gdb.tui/completion.exp: ... this new file.
3177
3178 2017-03-08 Pedro Alves <palves@redhat.com>
3179
3180 * gdb.base/tui-disasm-long-lines.c,
3181 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3182 gdb.base/tui-layout.exp: Move to ...
3183 * gdb.tui/: ... this new directory.
3184
3185 2017-03-07 Pedro Alves <palves@redhat.com>
3186
3187 * gdb.base/tui-layout.c: New file.
3188 * gdb.base/tui-layout.exp: New file.
3189
3190 2017-03-07 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.base/tui-layout.c: Rename to ...
3193 * gdb.base/tui-disasm-long-lines.c: ... this.
3194 * gdb.base/tui-layout.exp: Rename to ...
3195 * gdb.base/tui-disasm-long-lines.exp: ... this.
3196
3197 2017-03-07 Pedro Alves <palves@redhat.com>
3198
3199 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3200
3201 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3202
3203 * i386-mpx-call.c: New file.
3204 * i386-mpx-call.exp: New file.
3205
3206 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3207
3208 * gdb.arch/powerpc-power.exp: Delete test.
3209 * gdb.arch/powerpc-power.s: Likewise.
3210 * gdb.disasm/disassembler-options.exp: New test.
3211 * gdb.arch/powerpc-altivec.exp: Likewise.
3212 * gdb.arch/powerpc-altivec.s: Likewise.
3213 * gdb.arch/powerpc-altivec2.exp: Likewise.
3214 * gdb.arch/powerpc-altivec2.s: Likewise.
3215 * gdb.arch/powerpc-altivec3.exp: Likewise.
3216 * gdb.arch/powerpc-altivec3.s: Likewise.
3217 * gdb.arch/powerpc-power7.exp: Likewise.
3218 * gdb.arch/powerpc-power7.s: Likewise.
3219 * gdb.arch/powerpc-power8.exp: Likewise.
3220 * gdb.arch/powerpc-power8.s: Likewise.
3221 * gdb.arch/powerpc-power9.exp: Likewise.
3222 * gdb.arch/powerpc-power9.s: Likewise.
3223 * gdb.arch/powerpc-vsx.exp: Likewise.
3224 * gdb.arch/powerpc-vsx.s: Likewise.
3225 * gdb.arch/powerpc-vsx2.exp: Likewise.
3226 * gdb.arch/powerpc-vsx2.s: Likewise.
3227 * gdb.arch/powerpc-vsx3.exp: Likewise.
3228 * gdb.arch/powerpc-vsx3.s: Likewise.
3229 * gdb.arch/arm-disassembler-options.exp: Likewise.
3230 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3231 * gdb.arch/s390-disassembler-options.exp: Likewise.
3232
3233 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3234
3235 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3236 (check_supported_features): ... this. Changed return type to void.
3237 (supports_rdseed): New static global.
3238 (rdseed): Check supports_rdseed.
3239 (initialize): Call check_supported_features.
3240
3241 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3242
3243 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3244 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3245 and lqarx/stqcx.
3246 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3247 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3248
3249 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3250
3251 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3252 uppercase.
3253
3254 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3255
3256 * gdb.dwarf2/formdata16.c: New file.
3257 * gdb.dwarf2/formdata16.exp: New file.
3258 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3259
3260 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3263 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3264 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3265 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3266 DW_AT_GNU_*.
3267
3268 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3269
3270 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3271
3272 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3273
3274 PR gdb/21164
3275 * gdb.base/maint.exp: Add testcases for when the commands do
3276 not have arguments.
3277
3278 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3279
3280 * gdb.cp/chained-calls.exp: Use p instead of P.
3281
3282 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3283
3284 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3285 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3286
3287 2017-02-14 Tom Tromey <tom@tromey.com>
3288
3289 PR python/13598:
3290 * gdb.python/py-events.exp: Add before_prompt event tests.
3291
3292 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3293
3294 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3295
3296 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3297
3298 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3299 (main): Call my_unique_function_name.
3300 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3301 completion of patterns with a single match.
3302 Add missing -re switches to gdb_test_multiple calls.
3303
3304 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3305
3306 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3307 return if core file is not recognized.
3308
3309 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3310
3311 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3312 and extra UIs.
3313
3314 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3315
3316 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3317 proc_with_prefix.
3318
3319 2017-02-10 Tom Tromey <tom@tromey.com>
3320
3321 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3322
3323 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3324
3325 PR gdb/21122
3326 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3327
3328 2017-02-08 Jerome Guitton <guitton@adacore.com>
3329
3330 * gdb.base/define.exp: Add test for command abbreviations
3331 in define.
3332
3333 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3334
3335 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3336 * gdb.reverse/insn-reverse-x86.c: New file.
3337
3338 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3339
3340 PR tdep/20936
3341 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3342
3343 2017-02-03 Tom Tromey <tom@tromey.com>
3344
3345 PR rust/21097:
3346 * gdb.rust/simple.exp: Add new tests.
3347
3348 2017-02-02 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3351 tests.
3352
3353 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3354
3355 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3356 taking a 2-byte value out of a 4-byte DWARF implicit value on
3357 big-endian targets.
3358 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3359 logic. Add test cases for DW_OP_implicit.
3360
3361 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3362
3363 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3364
3365 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3366
3367 * gdb.btrace/enable.exp: Call gdb_exit before
3368 skip_gdbserver_tests.
3369
3370 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3371
3372 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3373 GDBFLAGS.
3374
3375 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3376
3377 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3378 the test is skipped.
3379 * gdb.btrace/data.exp: Likewise.
3380 * gdb.btrace/delta.exp: Likewise.
3381 * gdb.btrace/dlopen.exp: Likewise.
3382 * gdb.btrace/enable-running.exp: Likewise.
3383 * gdb.btrace/enable.exp: Likewise.
3384 * gdb.btrace/exception.exp: Likewise.
3385 * gdb.btrace/function_call_history.exp: Likewise.
3386 * gdb.btrace/gcore.exp: Likewise.
3387 * gdb.btrace/instruction_history.exp: Likewise.
3388 * gdb.btrace/multi-thread-step.exp: Likewise.
3389 * gdb.btrace/nohist.exp: Likewise.
3390 * gdb.btrace/non-stop.exp: Likewise.
3391 * gdb.btrace/reconnect.exp: Likewise.
3392 * gdb.btrace/record_goto-step.exp: Likewise.
3393 * gdb.btrace/record_goto.exp: Likewise.
3394 * gdb.btrace/rn-dl-bind.exp: Likewise.
3395 * gdb.btrace/segv.exp: Likewise.
3396 * gdb.btrace/step.exp: Likewise.
3397 * gdb.btrace/stepi.exp: Likewise.
3398 * gdb.btrace/tailcall-only.exp: Likewise.
3399 * gdb.btrace/tailcall.exp: Likewise.
3400 * gdb.btrace/tsx.exp: Likewise.
3401 * gdb.btrace/unknown_functions.exp: Likewise.
3402 * gdb.btrace/vdso.exp: Likewise.
3403
3404 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3405
3406 * gdb.btrace/enable-running.c: New.
3407 * gdb.btrace/enable-running.exp: New.
3408
3409 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3410
3411 * gdb.arch/amd64-gs_base.c: New file.
3412 * gdb.arch/amd64-gs_base.exp: New file.
3413
3414 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3415
3416 * lib/memory.exp: Remove spurious empty newlines.
3417
3418 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3419
3420 * gdb.python/py-bad-printers.exp: Load python file using "source".
3421 * gdb.python/py-events.exp: Likewise.
3422 * gdb.python/py-evsignal.exp: Likewise.
3423 * gdb.python/py-evthreads.exp: Likewise.
3424 * gdb.python/py-frame-args.exp: Likewise.
3425 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3426 * gdb.python/py-framefilter-mi.exp: Likewise.
3427 * gdb.python/py-framefilter.exp: Likewise.
3428 * gdb.python/py-mi.exp: Likewise.
3429 * gdb.python/py-pp-maint.exp: Likewise.
3430 * gdb.python/py-pp-registration.exp: Likewise.
3431 * gdb.python/py-prettyprint.exp: Likewise.
3432 (run_lang_tests): Likewise.
3433 * gdb.python/py-typeprint.exp: Likewise.
3434
3435 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3436
3437 * lib/memory.exp: New file.
3438 * lib/gdb.exp: Load memory.exp.
3439 * gdb.base/memattr.exp (delete_memory): Move proc to
3440 lib/memory.exp and rename to delete_memory_regions.
3441 Replace delete_memory with delete_memory_regions.
3442 Cleanup memory regions before tests.
3443 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3444 before tests.
3445
3446 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3447
3448 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3449 files.
3450 (initialize): New function conditionally defined.
3451 (testcases): Move within conditional block.
3452 (main): Call initialize.
3453 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3454 of gdb.reverse/insn-reverse.c.
3455 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3456 gdb.reverse/insn-reverse.c.
3457
3458 2017-01-26 Yao Qi <yao.qi@linaro.org>
3459
3460 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3461 disassemble on address 0.
3462
3463 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3464 Yao Qi <yao.qi@linaro.org>
3465
3466 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3467 * gdb.dwarf2/implptr-64bit.S: Remove.
3468 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3469 variables in caller's context. Add DW_OP_implicit_value.
3470
3471 2017-01-25 Yao Qi <yao.qi@linaro.org>
3472
3473 * lib/dwarf.exp (Dwarf::_location): Handle
3474 DW_OP_GNU_implicit_pointer with proper size.
3475
3476 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3477
3478 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3479 and add untested calls.
3480
3481 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3482
3483 * gdb.python/python.exp: Check line number against what GDB thinks
3484 the line number is for func1.
3485
3486 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3487
3488 * gdb.dlang/debug-expr.exp: New file.
3489
3490 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3491
3492 Fix test names for the following files:
3493
3494 * gdb.ada/exec_changed.exp
3495 * gdb.ada/info_types.exp
3496 * gdb.arch/aarch64-atomic-inst.exp
3497 * gdb.arch/aarch64-fp.exp
3498 * gdb.arch/altivec-abi.exp
3499 * gdb.arch/altivec-regs.exp
3500 * gdb.arch/amd64-byte.exp
3501 * gdb.arch/amd64-disp-step.exp
3502 * gdb.arch/amd64-dword.exp
3503 * gdb.arch/amd64-entry-value-inline.exp
3504 * gdb.arch/amd64-entry-value-param.exp
3505 * gdb.arch/amd64-entry-value-paramref.exp
3506 * gdb.arch/amd64-entry-value.exp
3507 * gdb.arch/amd64-i386-address.exp
3508 * gdb.arch/amd64-invalid-stack-middle.exp
3509 * gdb.arch/amd64-invalid-stack-top.exp
3510 * gdb.arch/amd64-optimout-repeat.exp
3511 * gdb.arch/amd64-prologue-skip.exp
3512 * gdb.arch/amd64-prologue-xmm.exp
3513 * gdb.arch/amd64-stap-special-operands.exp
3514 * gdb.arch/amd64-stap-wrong-subexp.exp
3515 * gdb.arch/amd64-tailcall-cxx.exp
3516 * gdb.arch/amd64-tailcall-noret.exp
3517 * gdb.arch/amd64-tailcall-ret.exp
3518 * gdb.arch/amd64-tailcall-self.exp
3519 * gdb.arch/amd64-word.exp
3520 * gdb.arch/arm-bl-branch-dest.exp
3521 * gdb.arch/arm-disp-step.exp
3522 * gdb.arch/arm-neon.exp
3523 * gdb.arch/arm-single-step-kernel-helper.exp
3524 * gdb.arch/avr-flash-qualifier.exp
3525 * gdb.arch/disp-step-insn-reloc.exp
3526 * gdb.arch/e500-abi.exp
3527 * gdb.arch/e500-regs.exp
3528 * gdb.arch/ftrace-insn-reloc.exp
3529 * gdb.arch/i386-avx512.exp
3530 * gdb.arch/i386-bp_permanent.exp
3531 * gdb.arch/i386-byte.exp
3532 * gdb.arch/i386-cfi-notcurrent.exp
3533 * gdb.arch/i386-disp-step.exp
3534 * gdb.arch/i386-dr3-watch.exp
3535 * gdb.arch/i386-float.exp
3536 * gdb.arch/i386-gnu-cfi.exp
3537 * gdb.arch/i386-mpx-map.exp
3538 * gdb.arch/i386-mpx-sigsegv.exp
3539 * gdb.arch/i386-mpx-simple_segv.exp
3540 * gdb.arch/i386-mpx.exp
3541 * gdb.arch/i386-permbkpt.exp
3542 * gdb.arch/i386-prologue.exp
3543 * gdb.arch/i386-signal.exp
3544 * gdb.arch/i386-size-overlap.exp
3545 * gdb.arch/i386-unwind.exp
3546 * gdb.arch/i386-word.exp
3547 * gdb.arch/mips-fcr.exp
3548 * gdb.arch/powerpc-d128-regs.exp
3549 * gdb.arch/powerpc-stackless.exp
3550 * gdb.arch/ppc64-atomic-inst.exp
3551 * gdb.arch/s390-stackless.exp
3552 * gdb.arch/s390-tdbregs.exp
3553 * gdb.arch/s390-vregs.exp
3554 * gdb.arch/sparc-sysstep.exp
3555 * gdb.arch/thumb-bx-pc.exp
3556 * gdb.arch/thumb-singlestep.exp
3557 * gdb.arch/thumb2-it.exp
3558 * gdb.arch/vsx-regs.exp
3559 * gdb.asm/asm-source.exp
3560 * gdb.base/a2-run.exp
3561 * gdb.base/advance.exp
3562 * gdb.base/all-bin.exp
3563 * gdb.base/anon.exp
3564 * gdb.base/args.exp
3565 * gdb.base/arithmet.exp
3566 * gdb.base/async-shell.exp
3567 * gdb.base/async.exp
3568 * gdb.base/attach-pie-noexec.exp
3569 * gdb.base/attach-twice.exp
3570 * gdb.base/auto-load.exp
3571 * gdb.base/bang.exp
3572 * gdb.base/bitfields.exp
3573 * gdb.base/break-always.exp
3574 * gdb.base/break-caller-line.exp
3575 * gdb.base/break-entry.exp
3576 * gdb.base/break-inline.exp
3577 * gdb.base/break-on-linker-gcd-function.exp
3578 * gdb.base/break-probes.exp
3579 * gdb.base/break.exp
3580 * gdb.base/breakpoint-shadow.exp
3581 * gdb.base/call-ar-st.exp
3582 * gdb.base/call-sc.exp
3583 * gdb.base/call-signal-resume.exp
3584 * gdb.base/call-strs.exp
3585 * gdb.base/callfuncs.exp
3586 * gdb.base/catch-fork-static.exp
3587 * gdb.base/catch-gdb-caused-signals.exp
3588 * gdb.base/catch-load.exp
3589 * gdb.base/catch-signal-fork.exp
3590 * gdb.base/catch-signal.exp
3591 * gdb.base/catch-syscall.exp
3592 * gdb.base/charset.exp
3593 * gdb.base/checkpoint.exp
3594 * gdb.base/chng-syms.exp
3595 * gdb.base/code-expr.exp
3596 * gdb.base/code_elim.exp
3597 * gdb.base/commands.exp
3598 * gdb.base/completion.exp
3599 * gdb.base/complex.exp
3600 * gdb.base/cond-expr.exp
3601 * gdb.base/condbreak.exp
3602 * gdb.base/consecutive.exp
3603 * gdb.base/continue-all-already-running.exp
3604 * gdb.base/coredump-filter.exp
3605 * gdb.base/corefile.exp
3606 * gdb.base/dbx.exp
3607 * gdb.base/debug-expr.exp
3608 * gdb.base/define.exp
3609 * gdb.base/del.exp
3610 * gdb.base/disabled-location.exp
3611 * gdb.base/disasm-end-cu.exp
3612 * gdb.base/disasm-optim.exp
3613 * gdb.base/display.exp
3614 * gdb.base/duplicate-bp.exp
3615 * gdb.base/ena-dis-br.exp
3616 * gdb.base/ending-run.exp
3617 * gdb.base/enumval.exp
3618 * gdb.base/environ.exp
3619 * gdb.base/eu-strip-infcall.exp
3620 * gdb.base/eval-avoid-side-effects.exp
3621 * gdb.base/eval-skip.exp
3622 * gdb.base/exitsignal.exp
3623 * gdb.base/expand-psymtabs.exp
3624 * gdb.base/filesym.exp
3625 * gdb.base/find-unmapped.exp
3626 * gdb.base/finish.exp
3627 * gdb.base/float.exp
3628 * gdb.base/foll-exec-mode.exp
3629 * gdb.base/foll-exec.exp
3630 * gdb.base/foll-fork.exp
3631 * gdb.base/fortran-sym-case.exp
3632 * gdb.base/freebpcmd.exp
3633 * gdb.base/func-ptr.exp
3634 * gdb.base/func-ptrs.exp
3635 * gdb.base/funcargs.exp
3636 * gdb.base/gcore-buffer-overflow.exp
3637 * gdb.base/gcore-relro-pie.exp
3638 * gdb.base/gcore-relro.exp
3639 * gdb.base/gcore.exp
3640 * gdb.base/gdb1090.exp
3641 * gdb.base/gdb11530.exp
3642 * gdb.base/gdb11531.exp
3643 * gdb.base/gdb1821.exp
3644 * gdb.base/gdbindex-stabs.exp
3645 * gdb.base/gdbvars.exp
3646 * gdb.base/hbreak.exp
3647 * gdb.base/hbreak2.exp
3648 * gdb.base/included.exp
3649 * gdb.base/infcall-input.exp
3650 * gdb.base/inferior-died.exp
3651 * gdb.base/infnan.exp
3652 * gdb.base/info-macros.exp
3653 * gdb.base/info-os.exp
3654 * gdb.base/info-proc.exp
3655 * gdb.base/info-shared.exp
3656 * gdb.base/info-target.exp
3657 * gdb.base/infoline.exp
3658 * gdb.base/interp.exp
3659 * gdb.base/interrupt.exp
3660 * gdb.base/jit-reader.exp
3661 * gdb.base/jit-simple.exp
3662 * gdb.base/kill-after-signal.exp
3663 * gdb.base/kill-detach-inferiors-cmd.exp
3664 * gdb.base/label.exp
3665 * gdb.base/langs.exp
3666 * gdb.base/ldbl_e308.exp
3667 * gdb.base/line-symtabs.exp
3668 * gdb.base/linespecs.exp
3669 * gdb.base/list.exp
3670 * gdb.base/long_long.exp
3671 * gdb.base/longest-types.exp
3672 * gdb.base/maint.exp
3673 * gdb.base/max-value-size.exp
3674 * gdb.base/memattr.exp
3675 * gdb.base/mips_pro.exp
3676 * gdb.base/morestack.exp
3677 * gdb.base/moribund-step.exp
3678 * gdb.base/multi-forks.exp
3679 * gdb.base/nested-addr.exp
3680 * gdb.base/nextoverexit.exp
3681 * gdb.base/noreturn-finish.exp
3682 * gdb.base/noreturn-return.exp
3683 * gdb.base/nostdlib.exp
3684 * gdb.base/offsets.exp
3685 * gdb.base/opaque.exp
3686 * gdb.base/pc-fp.exp
3687 * gdb.base/permissions.exp
3688 * gdb.base/print-symbol-loading.exp
3689 * gdb.base/prologue-include.exp
3690 * gdb.base/psymtab.exp
3691 * gdb.base/ptype.exp
3692 * gdb.base/random-signal.exp
3693 * gdb.base/randomize.exp
3694 * gdb.base/range-stepping.exp
3695 * gdb.base/readline-ask.exp
3696 * gdb.base/recpar.exp
3697 * gdb.base/recurse.exp
3698 * gdb.base/relational.exp
3699 * gdb.base/restore.exp
3700 * gdb.base/return-nodebug.exp
3701 * gdb.base/return.exp
3702 * gdb.base/run-after-attach.exp
3703 * gdb.base/save-bp.exp
3704 * gdb.base/scope.exp
3705 * gdb.base/sect-cmd.exp
3706 * gdb.base/set-lang-auto.exp
3707 * gdb.base/set-noassign.exp
3708 * gdb.base/setvar.exp
3709 * gdb.base/sigall.exp
3710 * gdb.base/sigbpt.exp
3711 * gdb.base/siginfo-addr.exp
3712 * gdb.base/siginfo-infcall.exp
3713 * gdb.base/siginfo-obj.exp
3714 * gdb.base/siginfo.exp
3715 * gdb.base/signals-state-child.exp
3716 * gdb.base/signest.exp
3717 * gdb.base/sigstep.exp
3718 * gdb.base/sizeof.exp
3719 * gdb.base/skip.exp
3720 * gdb.base/solib-corrupted.exp
3721 * gdb.base/solib-nodir.exp
3722 * gdb.base/solib-search.exp
3723 * gdb.base/stack-checking.exp
3724 * gdb.base/stale-infcall.exp
3725 * gdb.base/stap-probe.exp
3726 * gdb.base/start.exp
3727 * gdb.base/step-break.exp
3728 * gdb.base/step-bt.exp
3729 * gdb.base/step-line.exp
3730 * gdb.base/step-over-exit.exp
3731 * gdb.base/step-over-syscall.exp
3732 * gdb.base/step-resume-infcall.exp
3733 * gdb.base/step-test.exp
3734 * gdb.base/store.exp
3735 * gdb.base/structs3.exp
3736 * gdb.base/sym-file.exp
3737 * gdb.base/symbol-without-target_section.exp
3738 * gdb.base/term.exp
3739 * gdb.base/testenv.exp
3740 * gdb.base/ui-redirect.exp
3741 * gdb.base/until.exp
3742 * gdb.base/unwindonsignal.exp
3743 * gdb.base/value-double-free.exp
3744 * gdb.base/vla-datatypes.exp
3745 * gdb.base/vla-ptr.exp
3746 * gdb.base/vla-sideeffect.exp
3747 * gdb.base/volatile.exp
3748 * gdb.base/watch-cond-infcall.exp
3749 * gdb.base/watch-cond.exp
3750 * gdb.base/watch-non-mem.exp
3751 * gdb.base/watch-read.exp
3752 * gdb.base/watch-vfork.exp
3753 * gdb.base/watchpoint-cond-gone.exp
3754 * gdb.base/watchpoint-delete.exp
3755 * gdb.base/watchpoint-hw-hit-once.exp
3756 * gdb.base/watchpoint-hw.exp
3757 * gdb.base/watchpoint-stops-at-right-insn.exp
3758 * gdb.base/watchpoints.exp
3759 * gdb.base/wchar.exp
3760 * gdb.base/whatis-exp.exp
3761 * gdb.btrace/buffer-size.exp
3762 * gdb.btrace/data.exp
3763 * gdb.btrace/delta.exp
3764 * gdb.btrace/dlopen.exp
3765 * gdb.btrace/enable.exp
3766 * gdb.btrace/exception.exp
3767 * gdb.btrace/function_call_history.exp
3768 * gdb.btrace/gcore.exp
3769 * gdb.btrace/instruction_history.exp
3770 * gdb.btrace/nohist.exp
3771 * gdb.btrace/reconnect.exp
3772 * gdb.btrace/record_goto-step.exp
3773 * gdb.btrace/record_goto.exp
3774 * gdb.btrace/rn-dl-bind.exp
3775 * gdb.btrace/segv.exp
3776 * gdb.btrace/step.exp
3777 * gdb.btrace/stepi.exp
3778 * gdb.btrace/tailcall-only.exp
3779 * gdb.btrace/tailcall.exp
3780 * gdb.btrace/tsx.exp
3781 * gdb.btrace/unknown_functions.exp
3782 * gdb.btrace/vdso.exp
3783 * gdb.compile/compile-ifunc.exp
3784 * gdb.compile/compile-ops.exp
3785 * gdb.compile/compile-print.exp
3786 * gdb.compile/compile-setjmp.exp
3787 * gdb.cp/abstract-origin.exp
3788 * gdb.cp/ambiguous.exp
3789 * gdb.cp/annota2.exp
3790 * gdb.cp/annota3.exp
3791 * gdb.cp/anon-ns.exp
3792 * gdb.cp/anon-struct.exp
3793 * gdb.cp/anon-union.exp
3794 * gdb.cp/arg-reference.exp
3795 * gdb.cp/baseenum.exp
3796 * gdb.cp/bool.exp
3797 * gdb.cp/breakpoint.exp
3798 * gdb.cp/bs15503.exp
3799 * gdb.cp/call-c.exp
3800 * gdb.cp/casts.exp
3801 * gdb.cp/chained-calls.exp
3802 * gdb.cp/class2.exp
3803 * gdb.cp/classes.exp
3804 * gdb.cp/cmpd-minsyms.exp
3805 * gdb.cp/converts.exp
3806 * gdb.cp/cp-relocate.exp
3807 * gdb.cp/cpcompletion.exp
3808 * gdb.cp/cpexprs.exp
3809 * gdb.cp/cplabel.exp
3810 * gdb.cp/cplusfuncs.exp
3811 * gdb.cp/cpsizeof.exp
3812 * gdb.cp/ctti.exp
3813 * gdb.cp/derivation.exp
3814 * gdb.cp/destrprint.exp
3815 * gdb.cp/dispcxx.exp
3816 * gdb.cp/enum-class.exp
3817 * gdb.cp/exception.exp
3818 * gdb.cp/exceptprint.exp
3819 * gdb.cp/expand-psymtabs-cxx.exp
3820 * gdb.cp/expand-sals.exp
3821 * gdb.cp/extern-c.exp
3822 * gdb.cp/filename.exp
3823 * gdb.cp/formatted-ref.exp
3824 * gdb.cp/fpointer.exp
3825 * gdb.cp/gdb1355.exp
3826 * gdb.cp/gdb2495.exp
3827 * gdb.cp/hang.exp
3828 * gdb.cp/impl-this.exp
3829 * gdb.cp/infcall-dlopen.exp
3830 * gdb.cp/inherit.exp
3831 * gdb.cp/iostream.exp
3832 * gdb.cp/koenig.exp
3833 * gdb.cp/local.exp
3834 * gdb.cp/m-data.exp
3835 * gdb.cp/m-static.exp
3836 * gdb.cp/mb-ctor.exp
3837 * gdb.cp/mb-inline.exp
3838 * gdb.cp/mb-templates.exp
3839 * gdb.cp/member-name.exp
3840 * gdb.cp/member-ptr.exp
3841 * gdb.cp/meth-typedefs.exp
3842 * gdb.cp/method.exp
3843 * gdb.cp/method2.exp
3844 * gdb.cp/minsym-fallback.exp
3845 * gdb.cp/misc.exp
3846 * gdb.cp/namelessclass.exp
3847 * gdb.cp/namespace-enum.exp
3848 * gdb.cp/namespace-nested-import.exp
3849 * gdb.cp/namespace.exp
3850 * gdb.cp/nextoverthrow.exp
3851 * gdb.cp/no-dmgl-verbose.exp
3852 * gdb.cp/non-trivial-retval.exp
3853 * gdb.cp/noparam.exp
3854 * gdb.cp/nsdecl.exp
3855 * gdb.cp/nsimport.exp
3856 * gdb.cp/nsnested.exp
3857 * gdb.cp/nsnoimports.exp
3858 * gdb.cp/nsrecurs.exp
3859 * gdb.cp/nsstress.exp
3860 * gdb.cp/nsusing.exp
3861 * gdb.cp/operator.exp
3862 * gdb.cp/oranking.exp
3863 * gdb.cp/overload-const.exp
3864 * gdb.cp/overload.exp
3865 * gdb.cp/ovldbreak.exp
3866 * gdb.cp/ovsrch.exp
3867 * gdb.cp/paren-type.exp
3868 * gdb.cp/parse-lang.exp
3869 * gdb.cp/pass-by-ref.exp
3870 * gdb.cp/pr-1023.exp
3871 * gdb.cp/pr-1210.exp
3872 * gdb.cp/pr-574.exp
3873 * gdb.cp/pr10687.exp
3874 * gdb.cp/pr12028.exp
3875 * gdb.cp/pr17132.exp
3876 * gdb.cp/pr17494.exp
3877 * gdb.cp/pr9067.exp
3878 * gdb.cp/pr9167.exp
3879 * gdb.cp/pr9631.exp
3880 * gdb.cp/printmethod.exp
3881 * gdb.cp/psmang.exp
3882 * gdb.cp/psymtab-parameter.exp
3883 * gdb.cp/ptype-cv-cp.exp
3884 * gdb.cp/ptype-flags.exp
3885 * gdb.cp/re-set-overloaded.exp
3886 * gdb.cp/ref-types.exp
3887 * gdb.cp/rtti.exp
3888 * gdb.cp/scope-err.exp
3889 * gdb.cp/shadow.exp
3890 * gdb.cp/smartp.exp
3891 * gdb.cp/static-method.exp
3892 * gdb.cp/static-print-quit.exp
3893 * gdb.cp/temargs.exp
3894 * gdb.cp/templates.exp
3895 * gdb.cp/try_catch.exp
3896 * gdb.cp/typedef-operator.exp
3897 * gdb.cp/typeid.exp
3898 * gdb.cp/userdef.exp
3899 * gdb.cp/using-crash.exp
3900 * gdb.cp/var-tag.exp
3901 * gdb.cp/virtbase.exp
3902 * gdb.cp/virtfunc.exp
3903 * gdb.cp/virtfunc2.exp
3904 * gdb.cp/vla-cxx.exp
3905 * gdb.disasm/t01_mov.exp
3906 * gdb.disasm/t02_mova.exp
3907 * gdb.disasm/t03_add.exp
3908 * gdb.disasm/t04_sub.exp
3909 * gdb.disasm/t05_cmp.exp
3910 * gdb.disasm/t06_ari2.exp
3911 * gdb.disasm/t07_ari3.exp
3912 * gdb.disasm/t08_or.exp
3913 * gdb.disasm/t09_xor.exp
3914 * gdb.disasm/t10_and.exp
3915 * gdb.disasm/t11_logs.exp
3916 * gdb.disasm/t12_bit.exp
3917 * gdb.disasm/t13_otr.exp
3918 * gdb.dlang/circular.exp
3919 * gdb.dwarf2/arr-stride.exp
3920 * gdb.dwarf2/arr-subrange.exp
3921 * gdb.dwarf2/atomic-type.exp
3922 * gdb.dwarf2/bad-regnum.exp
3923 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3924 * gdb.dwarf2/callframecfa.exp
3925 * gdb.dwarf2/clztest.exp
3926 * gdb.dwarf2/corrupt.exp
3927 * gdb.dwarf2/data-loc.exp
3928 * gdb.dwarf2/dup-psym.exp
3929 * gdb.dwarf2/dw2-anon-mptr.exp
3930 * gdb.dwarf2/dw2-anonymous-func.exp
3931 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3932 * gdb.dwarf2/dw2-bad-unresolved.exp
3933 * gdb.dwarf2/dw2-basic.exp
3934 * gdb.dwarf2/dw2-canonicalize-type.exp
3935 * gdb.dwarf2/dw2-case-insensitive.exp
3936 * gdb.dwarf2/dw2-common-block.exp
3937 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3938 * gdb.dwarf2/dw2-compressed.exp
3939 * gdb.dwarf2/dw2-const.exp
3940 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3941 * gdb.dwarf2/dw2-cu-size.exp
3942 * gdb.dwarf2/dw2-dup-frame.exp
3943 * gdb.dwarf2/dw2-entry-value.exp
3944 * gdb.dwarf2/dw2-icycle.exp
3945 * gdb.dwarf2/dw2-ifort-parameter.exp
3946 * gdb.dwarf2/dw2-inline-break.exp
3947 * gdb.dwarf2/dw2-inline-param.exp
3948 * gdb.dwarf2/dw2-intercu.exp
3949 * gdb.dwarf2/dw2-intermix.exp
3950 * gdb.dwarf2/dw2-lexical-block-bare.exp
3951 * gdb.dwarf2/dw2-linkage-name-trust.exp
3952 * gdb.dwarf2/dw2-minsym-in-cu.exp
3953 * gdb.dwarf2/dw2-noloc.exp
3954 * gdb.dwarf2/dw2-op-call.exp
3955 * gdb.dwarf2/dw2-op-out-param.exp
3956 * gdb.dwarf2/dw2-opt-structptr.exp
3957 * gdb.dwarf2/dw2-param-error.exp
3958 * gdb.dwarf2/dw2-producer.exp
3959 * gdb.dwarf2/dw2-ranges-base.exp
3960 * gdb.dwarf2/dw2-ref-missing-frame.exp
3961 * gdb.dwarf2/dw2-reg-undefined.exp
3962 * gdb.dwarf2/dw2-regno-invalid.exp
3963 * gdb.dwarf2/dw2-restore.exp
3964 * gdb.dwarf2/dw2-restrict.exp
3965 * gdb.dwarf2/dw2-single-line-discriminators.exp
3966 * gdb.dwarf2/dw2-strp.exp
3967 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3968 * gdb.dwarf2/dw2-unresolved.exp
3969 * gdb.dwarf2/dw2-var-zero-addr.exp
3970 * gdb.dwarf2/dw4-sig-types.exp
3971 * gdb.dwarf2/dwz.exp
3972 * gdb.dwarf2/dynarr-ptr.exp
3973 * gdb.dwarf2/enum-type.exp
3974 * gdb.dwarf2/gdb-index.exp
3975 * gdb.dwarf2/implptr-64bit.exp
3976 * gdb.dwarf2/implptr-optimized-out.exp
3977 * gdb.dwarf2/implptr.exp
3978 * gdb.dwarf2/implref-array.exp
3979 * gdb.dwarf2/implref-const.exp
3980 * gdb.dwarf2/implref-global.exp
3981 * gdb.dwarf2/implref-struct.exp
3982 * gdb.dwarf2/mac-fileno.exp
3983 * gdb.dwarf2/main-subprogram.exp
3984 * gdb.dwarf2/member-ptr-forwardref.exp
3985 * gdb.dwarf2/method-ptr.exp
3986 * gdb.dwarf2/missing-sig-type.exp
3987 * gdb.dwarf2/nonvar-access.exp
3988 * gdb.dwarf2/opaque-type-lookup.exp
3989 * gdb.dwarf2/pieces-optimized-out.exp
3990 * gdb.dwarf2/pieces.exp
3991 * gdb.dwarf2/pr10770.exp
3992 * gdb.dwarf2/pr13961.exp
3993 * gdb.dwarf2/staticvirtual.exp
3994 * gdb.dwarf2/subrange.exp
3995 * gdb.dwarf2/symtab-producer.exp
3996 * gdb.dwarf2/trace-crash.exp
3997 * gdb.dwarf2/typeddwarf.exp
3998 * gdb.dwarf2/valop.exp
3999 * gdb.dwarf2/watch-notconst.exp
4000 * gdb.fortran/array-element.exp
4001 * gdb.fortran/charset.exp
4002 * gdb.fortran/common-block.exp
4003 * gdb.fortran/complex.exp
4004 * gdb.fortran/derived-type-function.exp
4005 * gdb.fortran/derived-type.exp
4006 * gdb.fortran/logical.exp
4007 * gdb.fortran/module.exp
4008 * gdb.fortran/multi-dim.exp
4009 * gdb.fortran/nested-funcs.exp
4010 * gdb.fortran/print-formatted.exp
4011 * gdb.fortran/subarray.exp
4012 * gdb.fortran/vla-alloc-assoc.exp
4013 * gdb.fortran/vla-datatypes.exp
4014 * gdb.fortran/vla-history.exp
4015 * gdb.fortran/vla-ptr-info.exp
4016 * gdb.fortran/vla-ptype-sub.exp
4017 * gdb.fortran/vla-ptype.exp
4018 * gdb.fortran/vla-sizeof.exp
4019 * gdb.fortran/vla-type.exp
4020 * gdb.fortran/vla-value-sub-arbitrary.exp
4021 * gdb.fortran/vla-value-sub-finish.exp
4022 * gdb.fortran/vla-value-sub.exp
4023 * gdb.fortran/vla-value.exp
4024 * gdb.fortran/whatis_type.exp
4025 * gdb.go/chan.exp
4026 * gdb.go/handcall.exp
4027 * gdb.go/hello.exp
4028 * gdb.go/integers.exp
4029 * gdb.go/methods.exp
4030 * gdb.go/package.exp
4031 * gdb.go/strings.exp
4032 * gdb.go/types.exp
4033 * gdb.go/unsafe.exp
4034 * gdb.guile/scm-arch.exp
4035 * gdb.guile/scm-block.exp
4036 * gdb.guile/scm-breakpoint.exp
4037 * gdb.guile/scm-cmd.exp
4038 * gdb.guile/scm-disasm.exp
4039 * gdb.guile/scm-equal.exp
4040 * gdb.guile/scm-frame-args.exp
4041 * gdb.guile/scm-frame-inline.exp
4042 * gdb.guile/scm-frame.exp
4043 * gdb.guile/scm-iterator.exp
4044 * gdb.guile/scm-math.exp
4045 * gdb.guile/scm-objfile.exp
4046 * gdb.guile/scm-ports.exp
4047 * gdb.guile/scm-symbol.exp
4048 * gdb.guile/scm-symtab.exp
4049 * gdb.guile/scm-value-cc.exp
4050 * gdb.guile/types-module.exp
4051 * gdb.linespec/break-ask.exp
4052 * gdb.linespec/cpexplicit.exp
4053 * gdb.linespec/explicit.exp
4054 * gdb.linespec/keywords.exp
4055 * gdb.linespec/linespec.exp
4056 * gdb.linespec/ls-dollar.exp
4057 * gdb.linespec/ls-errs.exp
4058 * gdb.linespec/skip-two.exp
4059 * gdb.linespec/thread.exp
4060 * gdb.mi/mi-async.exp
4061 * gdb.mi/mi-basics.exp
4062 * gdb.mi/mi-break.exp
4063 * gdb.mi/mi-catch-load.exp
4064 * gdb.mi/mi-cli.exp
4065 * gdb.mi/mi-cmd-param-changed.exp
4066 * gdb.mi/mi-console.exp
4067 * gdb.mi/mi-detach.exp
4068 * gdb.mi/mi-disassemble.exp
4069 * gdb.mi/mi-eval.exp
4070 * gdb.mi/mi-file-transfer.exp
4071 * gdb.mi/mi-file.exp
4072 * gdb.mi/mi-fill-memory.exp
4073 * gdb.mi/mi-inheritance-syntax-error.exp
4074 * gdb.mi/mi-linespec-err-cp.exp
4075 * gdb.mi/mi-logging.exp
4076 * gdb.mi/mi-memory-changed.exp
4077 * gdb.mi/mi-read-memory.exp
4078 * gdb.mi/mi-record-changed.exp
4079 * gdb.mi/mi-reg-undefined.exp
4080 * gdb.mi/mi-regs.exp
4081 * gdb.mi/mi-return.exp
4082 * gdb.mi/mi-reverse.exp
4083 * gdb.mi/mi-simplerun.exp
4084 * gdb.mi/mi-solib.exp
4085 * gdb.mi/mi-stack.exp
4086 * gdb.mi/mi-stepi.exp
4087 * gdb.mi/mi-syn-frame.exp
4088 * gdb.mi/mi-until.exp
4089 * gdb.mi/mi-var-block.exp
4090 * gdb.mi/mi-var-child.exp
4091 * gdb.mi/mi-var-cmd.exp
4092 * gdb.mi/mi-var-cp.exp
4093 * gdb.mi/mi-var-display.exp
4094 * gdb.mi/mi-var-invalidate.exp
4095 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4096 * gdb.mi/mi-vla-fortran.exp
4097 * gdb.mi/mi-watch.exp
4098 * gdb.mi/mi2-var-child.exp
4099 * gdb.mi/user-selected-context-sync.exp
4100 * gdb.modula2/unbounded-array.exp
4101 * gdb.multi/dummy-frame-restore.exp
4102 * gdb.multi/multi-arch-exec.exp
4103 * gdb.multi/multi-arch.exp
4104 * gdb.multi/tids.exp
4105 * gdb.multi/watchpoint-multi.exp
4106 * gdb.opencl/callfuncs.exp
4107 * gdb.opencl/convs_casts.exp
4108 * gdb.opencl/datatypes.exp
4109 * gdb.opencl/operators.exp
4110 * gdb.opencl/vec_comps.exp
4111 * gdb.opt/clobbered-registers-O2.exp
4112 * gdb.opt/inline-break.exp
4113 * gdb.opt/inline-bt.exp
4114 * gdb.opt/inline-cmds.exp
4115 * gdb.opt/inline-locals.exp
4116 * gdb.pascal/case-insensitive-symbols.exp
4117 * gdb.pascal/floats.exp
4118 * gdb.pascal/gdb11492.exp
4119 * gdb.python/lib-types.exp
4120 * gdb.python/py-arch.exp
4121 * gdb.python/py-as-string.exp
4122 * gdb.python/py-bad-printers.exp
4123 * gdb.python/py-block.exp
4124 * gdb.python/py-breakpoint-create-fail.exp
4125 * gdb.python/py-breakpoint.exp
4126 * gdb.python/py-caller-is.exp
4127 * gdb.python/py-cmd.exp
4128 * gdb.python/py-explore-cc.exp
4129 * gdb.python/py-explore.exp
4130 * gdb.python/py-finish-breakpoint.exp
4131 * gdb.python/py-finish-breakpoint2.exp
4132 * gdb.python/py-frame-args.exp
4133 * gdb.python/py-frame-inline.exp
4134 * gdb.python/py-frame.exp
4135 * gdb.python/py-framefilter-mi.exp
4136 * gdb.python/py-infthread.exp
4137 * gdb.python/py-lazy-string.exp
4138 * gdb.python/py-linetable.exp
4139 * gdb.python/py-mi-events.exp
4140 * gdb.python/py-mi-objfile.exp
4141 * gdb.python/py-mi.exp
4142 * gdb.python/py-objfile.exp
4143 * gdb.python/py-pp-integral.exp
4144 * gdb.python/py-pp-maint.exp
4145 * gdb.python/py-pp-re-notag.exp
4146 * gdb.python/py-pp-registration.exp
4147 * gdb.python/py-recurse-unwind.exp
4148 * gdb.python/py-strfns.exp
4149 * gdb.python/py-symbol.exp
4150 * gdb.python/py-symtab.exp
4151 * gdb.python/py-sync-interp.exp
4152 * gdb.python/py-typeprint.exp
4153 * gdb.python/py-unwind-maint.exp
4154 * gdb.python/py-unwind.exp
4155 * gdb.python/py-value-cc.exp
4156 * gdb.python/py-xmethods.exp
4157 * gdb.reverse/amd64-tailcall-reverse.exp
4158 * gdb.reverse/break-precsave.exp
4159 * gdb.reverse/break-reverse.exp
4160 * gdb.reverse/consecutive-precsave.exp
4161 * gdb.reverse/consecutive-reverse.exp
4162 * gdb.reverse/finish-precsave.exp
4163 * gdb.reverse/finish-reverse-bkpt.exp
4164 * gdb.reverse/finish-reverse.exp
4165 * gdb.reverse/fstatat-reverse.exp
4166 * gdb.reverse/getresuid-reverse.exp
4167 * gdb.reverse/i386-precsave.exp
4168 * gdb.reverse/i386-reverse.exp
4169 * gdb.reverse/i386-sse-reverse.exp
4170 * gdb.reverse/i387-env-reverse.exp
4171 * gdb.reverse/i387-stack-reverse.exp
4172 * gdb.reverse/insn-reverse.exp
4173 * gdb.reverse/machinestate-precsave.exp
4174 * gdb.reverse/machinestate.exp
4175 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4176 * gdb.reverse/pipe-reverse.exp
4177 * gdb.reverse/readv-reverse.exp
4178 * gdb.reverse/recvmsg-reverse.exp
4179 * gdb.reverse/rerun-prec.exp
4180 * gdb.reverse/s390-mvcle.exp
4181 * gdb.reverse/step-precsave.exp
4182 * gdb.reverse/step-reverse.exp
4183 * gdb.reverse/time-reverse.exp
4184 * gdb.reverse/until-precsave.exp
4185 * gdb.reverse/until-reverse.exp
4186 * gdb.reverse/waitpid-reverse.exp
4187 * gdb.reverse/watch-precsave.exp
4188 * gdb.reverse/watch-reverse.exp
4189 * gdb.rust/generics.exp
4190 * gdb.rust/methods.exp
4191 * gdb.rust/modules.exp
4192 * gdb.rust/simple.exp
4193 * gdb.server/connect-with-no-symbol-file.exp
4194 * gdb.server/ext-attach.exp
4195 * gdb.server/ext-restart.exp
4196 * gdb.server/ext-wrapper.exp
4197 * gdb.server/file-transfer.exp
4198 * gdb.server/server-exec-info.exp
4199 * gdb.server/server-kill.exp
4200 * gdb.server/server-mon.exp
4201 * gdb.server/wrapper.exp
4202 * gdb.stabs/exclfwd.exp
4203 * gdb.stabs/gdb11479.exp
4204 * gdb.threads/clone-new-thread-event.exp
4205 * gdb.threads/corethreads.exp
4206 * gdb.threads/current-lwp-dead.exp
4207 * gdb.threads/dlopen-libpthread.exp
4208 * gdb.threads/gcore-thread.exp
4209 * gdb.threads/sigstep-threads.exp
4210 * gdb.threads/watchpoint-fork.exp
4211 * gdb.trace/actions-changed.exp
4212 * gdb.trace/backtrace.exp
4213 * gdb.trace/change-loc.exp
4214 * gdb.trace/circ.exp
4215 * gdb.trace/collection.exp
4216 * gdb.trace/disconnected-tracing.exp
4217 * gdb.trace/ftrace.exp
4218 * gdb.trace/mi-trace-frame-collected.exp
4219 * gdb.trace/mi-trace-unavailable.exp
4220 * gdb.trace/mi-traceframe-changed.exp
4221 * gdb.trace/mi-tsv-changed.exp
4222 * gdb.trace/no-attach-trace.exp
4223 * gdb.trace/passc-dyn.exp
4224 * gdb.trace/qtro.exp
4225 * gdb.trace/range-stepping.exp
4226 * gdb.trace/read-memory.exp
4227 * gdb.trace/save-trace.exp
4228 * gdb.trace/signal.exp
4229 * gdb.trace/status-stop.exp
4230 * gdb.trace/tfile.exp
4231 * gdb.trace/trace-break.exp
4232 * gdb.trace/trace-buffer-size.exp
4233 * gdb.trace/trace-condition.exp
4234 * gdb.trace/tracefile-pseudo-reg.exp
4235 * gdb.trace/tstatus.exp
4236 * gdb.trace/unavailable.exp
4237 * gdb.trace/while-dyn.exp
4238 * gdb.trace/while-stepping.exp
4239
4240 2016-12-22 Doug Evans <xdje42@gmail.com>
4241
4242 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4243 and msymbols.
4244
4245 2016-12-19 Yao Qi <yao.qi@linaro.org>
4246
4247 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4248 (test_with_self): Don't call do_steps_and_nexts, and remove
4249 code about stepping into xmalloc.
4250
4251 2016-12-09 Yao Qi <yao.qi@linaro.org>
4252
4253 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4254
4255 2016-12-09 Yao Qi <yao.qi@linaro.org>
4256
4257 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4258
4259 2016-12-09 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/all-architectures-0.exp: New file.
4262 * gdb.base/all-architectures-1.exp: New file.
4263 * gdb.base/all-architectures-2.exp: New file.
4264 * gdb.base/all-architectures-3.exp: New file.
4265 * gdb.base/all-architectures-4.exp: New file.
4266 * gdb.base/all-architectures-5.exp: New file.
4267 * gdb.base/all-architectures-6.exp: New file.
4268 * gdb.base/all-architectures-7.exp: New file.
4269 * gdb.base/all-architectures.exp.in: New file.
4270
4271 2016-12-09 Yao Qi <yao.qi@linaro.org>
4272
4273 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4274
4275 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4276
4277 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4278 possible.
4279 Remove useless pattern-matching code.
4280
4281 2016-12-02 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4284 procedure.
4285 (top level): Call it.
4286
4287 2016-12-02 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4290 New procedure.
4291 (top level): Call it.
4292
4293 2016-12-02 Pedro Alves <palves@redhat.com>
4294
4295 PR cli/20559
4296 * gdb.base/commands.exp (user_defined_command_args_eval): New
4297 procedure.
4298 (top level): Call it.
4299
4300 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4301
4302 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4303 timeout handling.
4304
4305 2016-12-02 Tom Tromey <tom@tromey.com>
4306
4307 * gdb.dwarf2/main-subprogram.c: New file.
4308 * gdb.dwarf2/main-subprogram.exp: New file.
4309
4310 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4311
4312 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4313 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4314 gdb_test_no_output for a couple of cases.
4315 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4316
4317 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4318
4319 Fix test names and standardize compilation error messages throughout
4320 the following files:
4321
4322 * gdb.ada/start.exp
4323 * gdb.arch/alpha-step.exp
4324 * gdb.arch/e500-prologue.exp
4325 * gdb.arch/ftrace-insn-reloc.exp
4326 * gdb.arch/gdb1291.exp
4327 * gdb.arch/gdb1431.exp
4328 * gdb.arch/gdb1558.exp
4329 * gdb.arch/i386-dr3-watch.exp
4330 * gdb.arch/i386-sse-stack-align.exp
4331 * gdb.arch/ia64-breakpoint-shadow.exp
4332 * gdb.arch/pa-nullify.exp
4333 * gdb.arch/powerpc-aix-prologue.exp
4334 * gdb.arch/thumb-bx-pc.exp
4335 * gdb.base/annota1.exp
4336 * gdb.base/annota3.exp
4337 * gdb.base/arrayidx.exp
4338 * gdb.base/assign.exp
4339 * gdb.base/attach.exp
4340 * gdb.base/auxv.exp
4341 * gdb.base/bang.exp
4342 * gdb.base/bfp-test.exp
4343 * gdb.base/bigcore.exp
4344 * gdb.base/bitfields2.exp
4345 * gdb.base/break-fun-addr.exp
4346 * gdb.base/break-probes.exp
4347 * gdb.base/call-rt-st.exp
4348 * gdb.base/callexit.exp
4349 * gdb.base/catch-fork-kill.exp
4350 * gdb.base/charset.exp
4351 * gdb.base/checkpoint.exp
4352 * gdb.base/comprdebug.exp
4353 * gdb.base/constvars.exp
4354 * gdb.base/coredump-filter.exp
4355 * gdb.base/cursal.exp
4356 * gdb.base/cvexpr.exp
4357 * gdb.base/detach.exp
4358 * gdb.base/display.exp
4359 * gdb.base/dmsym.exp
4360 * gdb.base/dprintf-pending.exp
4361 * gdb.base/dso2dso.exp
4362 * gdb.base/dtrace-probe.exp
4363 * gdb.base/dump.exp
4364 * gdb.base/enum_cond.exp
4365 * gdb.base/exe-lock.exp
4366 * gdb.base/exec-invalid-sysroot.exp
4367 * gdb.base/execl-update-breakpoints.exp
4368 * gdb.base/exprs.exp
4369 * gdb.base/fileio.exp
4370 * gdb.base/find.exp
4371 * gdb.base/finish.exp
4372 * gdb.base/fixsection.exp
4373 * gdb.base/foll-vfork.exp
4374 * gdb.base/frame-args.exp
4375 * gdb.base/gcore.exp
4376 * gdb.base/gdb1250.exp
4377 * gdb.base/global-var-nested-by-dso.exp
4378 * gdb.base/gnu-ifunc.exp
4379 * gdb.base/hashline1.exp
4380 * gdb.base/hashline2.exp
4381 * gdb.base/hashline3.exp
4382 * gdb.base/hbreak-in-shr-unsupported.exp
4383 * gdb.base/huge.exp
4384 * gdb.base/infcall-input.exp
4385 * gdb.base/info-fun.exp
4386 * gdb.base/info-shared.exp
4387 * gdb.base/jit-simple.exp
4388 * gdb.base/jit-so.exp
4389 * gdb.base/jit.exp
4390 * gdb.base/jump.exp
4391 * gdb.base/label.exp
4392 * gdb.base/lineinc.exp
4393 * gdb.base/logical.exp
4394 * gdb.base/longjmp.exp
4395 * gdb.base/macscp.exp
4396 * gdb.base/miscexprs.exp
4397 * gdb.base/new-ui-echo.exp
4398 * gdb.base/new-ui-pending-input.exp
4399 * gdb.base/new-ui.exp
4400 * gdb.base/nodebug.exp
4401 * gdb.base/nofield.exp
4402 * gdb.base/offsets.exp
4403 * gdb.base/overlays.exp
4404 * gdb.base/pending.exp
4405 * gdb.base/pointers.exp
4406 * gdb.base/pr11022.exp
4407 * gdb.base/printcmds.exp
4408 * gdb.base/prologue.exp
4409 * gdb.base/ptr-typedef.exp
4410 * gdb.base/realname-expand.exp
4411 * gdb.base/relativedebug.exp
4412 * gdb.base/relocate.exp
4413 * gdb.base/remote.exp
4414 * gdb.base/reread.exp
4415 * gdb.base/return2.exp
4416 * gdb.base/savedregs.exp
4417 * gdb.base/sep.exp
4418 * gdb.base/sepdebug.exp
4419 * gdb.base/sepsymtab.exp
4420 * gdb.base/set-inferior-tty.exp
4421 * gdb.base/setshow.exp
4422 * gdb.base/shlib-call.exp
4423 * gdb.base/sigaltstack.exp
4424 * gdb.base/siginfo-addr.exp
4425 * gdb.base/signals.exp
4426 * gdb.base/signull.exp
4427 * gdb.base/sigrepeat.exp
4428 * gdb.base/so-impl-ld.exp
4429 * gdb.base/solib-display.exp
4430 * gdb.base/solib-overlap.exp
4431 * gdb.base/solib-search.exp
4432 * gdb.base/solib-symbol.exp
4433 * gdb.base/structs.exp
4434 * gdb.base/structs2.exp
4435 * gdb.base/symtab-search-order.exp
4436 * gdb.base/twice.exp
4437 * gdb.base/unload.exp
4438 * gdb.base/varargs.exp
4439 * gdb.base/watchpoint-solib.exp
4440 * gdb.base/watchpoint.exp
4441 * gdb.base/whatis.exp
4442 * gdb.base/wrong_frame_bt_full.exp
4443 * gdb.btrace/dlopen.exp
4444 * gdb.cell/ea-standalone.exp
4445 * gdb.cell/ea-test.exp
4446 * gdb.cp/dispcxx.exp
4447 * gdb.cp/gdb2384.exp
4448 * gdb.cp/method2.exp
4449 * gdb.cp/nextoverthrow.exp
4450 * gdb.cp/pr10728.exp
4451 * gdb.disasm/am33.exp
4452 * gdb.disasm/h8300s.exp
4453 * gdb.disasm/mn10300.exp
4454 * gdb.disasm/sh3.exp
4455 * gdb.dwarf2/dw2-dir-file-name.exp
4456 * gdb.fortran/complex.exp
4457 * gdb.fortran/library-module.exp
4458 * gdb.guile/scm-pretty-print.exp
4459 * gdb.guile/scm-symbol.exp
4460 * gdb.guile/scm-type.exp
4461 * gdb.guile/scm-value.exp
4462 * gdb.linespec/linespec.exp
4463 * gdb.mi/gdb701.exp
4464 * gdb.mi/gdb792.exp
4465 * gdb.mi/mi-breakpoint-changed.exp
4466 * gdb.mi/mi-dprintf-pending.exp
4467 * gdb.mi/mi-dprintf.exp
4468 * gdb.mi/mi-exit-code.exp
4469 * gdb.mi/mi-pending.exp
4470 * gdb.mi/mi-solib.exp
4471 * gdb.mi/new-ui-mi-sync.exp
4472 * gdb.mi/pr11022.exp
4473 * gdb.mi/user-selected-context-sync.exp
4474 * gdb.opt/solib-intra-step.exp
4475 * gdb.python/py-events.exp
4476 * gdb.python/py-finish-breakpoint.exp
4477 * gdb.python/py-mi.exp
4478 * gdb.python/py-prettyprint.exp
4479 * gdb.python/py-shared.exp
4480 * gdb.python/py-symbol.exp
4481 * gdb.python/py-template.exp
4482 * gdb.python/py-type.exp
4483 * gdb.python/py-value.exp
4484 * gdb.reverse/solib-precsave.exp
4485 * gdb.reverse/solib-reverse.exp
4486 * gdb.server/solib-list.exp
4487 * gdb.stabs/weird.exp
4488 * gdb.threads/reconnect-signal.exp
4489 * gdb.threads/stepi-random-signal.exp
4490 * gdb.trace/actions.exp
4491 * gdb.trace/ax.exp
4492 * gdb.trace/backtrace.exp
4493 * gdb.trace/change-loc.exp
4494 * gdb.trace/deltrace.exp
4495 * gdb.trace/ftrace-lock.exp
4496 * gdb.trace/ftrace.exp
4497 * gdb.trace/infotrace.exp
4498 * gdb.trace/mi-tracepoint-changed.exp
4499 * gdb.trace/packetlen.exp
4500 * gdb.trace/passcount.exp
4501 * gdb.trace/pending.exp
4502 * gdb.trace/range-stepping.exp
4503 * gdb.trace/report.exp
4504 * gdb.trace/stap-trace.exp
4505 * gdb.trace/tfind.exp
4506 * gdb.trace/trace-break.exp
4507 * gdb.trace/trace-condition.exp
4508 * gdb.trace/trace-enable-disable.exp
4509 * gdb.trace/trace-mt.exp
4510 * gdb.trace/tracecmd.exp
4511 * gdb.trace/tspeed.exp
4512 * gdb.trace/tsv.exp
4513 * lib/perftest.exp
4514
4515 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4516
4517 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4518 with gdb_test_no_output.
4519 Use command as test name.
4520
4521 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4522
4523 Fix test names starting with uppercase throughout the files.
4524
4525 * gdb.ada/assign_1.exp
4526 * gdb.ada/boolean_expr.exp
4527 * gdb.base/arrayidx.exp
4528 * gdb.base/del.exp
4529 * gdb.base/gcore-buffer-overflow.exp
4530 * gdb.base/testenv.exp
4531 * gdb.compile/compile.exp
4532 * gdb.python/py-framefilter-invalidarg.exp
4533 * gdb.python/py-framefilter.exp
4534
4535 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4536
4537 Fix test names starting with uppercase throughout the files.
4538
4539 * gdb.ada/array_return.exp
4540 * gdb.ada/expr_delims.exp
4541 * gdb.ada/mi_dyn_arr.exp
4542 * gdb.ada/mi_interface.exp
4543 * gdb.ada/mi_var_array.exp
4544 * gdb.ada/watch_arg.exp
4545 * gdb.arch/alpha-step.exp
4546 * gdb.arch/altivec-regs.exp
4547 * gdb.arch/e500-regs.exp
4548 * gdb.arch/powerpc-d128-regs.exp
4549 * gdb.base/arrayidx.exp
4550 * gdb.base/break.exp
4551 * gdb.base/checkpoint.exp
4552 * gdb.base/debug-expr.exp
4553 * gdb.base/dmsym.exp
4554 * gdb.base/radix.exp
4555 * gdb.base/sepdebug.exp
4556 * gdb.base/testenv.exp
4557 * gdb.base/watch_thread_num.exp
4558 * gdb.base/watchpoint-cond-gone.exp
4559 * gdb.cell/break.exp
4560 * gdb.cell/ea-cache.exp
4561 * gdb.compile/compile.exp
4562 * gdb.cp/gdb2495.exp
4563 * gdb.gdb/selftest.exp
4564 * gdb.gdb/xfullpath.exp
4565 * gdb.go/hello.exp
4566 * gdb.go/integers.exp
4567 * gdb.objc/basicclass.exp
4568 * gdb.pascal/hello.exp
4569 * gdb.pascal/integers.exp
4570 * gdb.python/py-breakpoint.exp
4571 * gdb.python/py-cmd.exp
4572 * gdb.python/py-linetable.exp
4573 * gdb.python/py-xmethods.exp
4574 * gdb.python/python.exp
4575 * gdb.reverse/consecutive-precsave.exp
4576 * gdb.reverse/finish-precsave.exp
4577 * gdb.reverse/i386-precsave.exp
4578 * gdb.reverse/machinestate-precsave.exp
4579 * gdb.reverse/sigall-precsave.exp
4580 * gdb.reverse/solib-precsave.exp
4581 * gdb.reverse/step-precsave.exp
4582 * gdb.reverse/until-precsave.exp
4583 * gdb.reverse/watch-precsave.exp
4584 * gdb.threads/leader-exit.exp
4585 * gdb.threads/pthreads.exp
4586 * gdb.threads/wp-replication.exp
4587 * gdb.trace/actions.exp
4588 * gdb.trace/mi-tsv-changed.exp
4589 * gdb.trace/tsv.exp
4590
4591 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4592
4593 Fix test names starting with uppercase throughout the files.
4594
4595 * gdb.arch/i386-bp_permanent.exp
4596 * gdb.arch/i386-gnu-cfi.exp
4597 * gdb.base/disasm-end-cu.exp
4598 * gdb.base/macscp.exp
4599 * gdb.base/pending.exp
4600 * gdb.base/watch_thread_num.exp
4601 * gdb.cp/exception.exp
4602 * gdb.cp/gdb2495.exp
4603 * gdb.cp/local.exp
4604 * gdb.python/py-evsignal.exp
4605 * gdb.python/python.exp
4606 * gdb.trace/tracecmd.exp
4607
4608 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4609
4610 Fix test names starting with uppercase throughout the files.
4611
4612 * gdb.base/charset.exp
4613 * gdb.base/eval.exp
4614 * gdb.base/multi-forks.exp
4615 * gdb.guile/scm-progspace.exp
4616 * gdb.opencl/datatypes.exp
4617 * gdb.python/py-block.exp
4618 * gdb.python/py-function.exp
4619 * gdb.python/py-symbol.exp
4620 * gdb.python/py-symtab.exp
4621 * gdb.python/py-xmethods.exp
4622 * gdb.reverse/break-precsave.exp
4623 * gdb.reverse/break-reverse.exp
4624 * gdb.reverse/consecutive-precsave.exp
4625 * gdb.reverse/consecutive-reverse.exp
4626 * gdb.reverse/finish-precsave.exp
4627 * gdb.reverse/finish-reverse-bkpt.exp
4628 * gdb.reverse/finish-reverse.exp
4629 * gdb.reverse/fstatat-reverse.exp
4630 * gdb.reverse/getresuid-reverse.exp
4631 * gdb.reverse/i386-precsave.exp
4632 * gdb.reverse/i386-reverse.exp
4633 * gdb.reverse/i386-sse-reverse.exp
4634 * gdb.reverse/i387-stack-reverse.exp
4635 * gdb.reverse/insn-reverse.exp
4636 * gdb.reverse/machinestate-precsave.exp
4637 * gdb.reverse/machinestate.exp
4638 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4639 * gdb.reverse/pipe-reverse.exp
4640 * gdb.reverse/readv-reverse.exp
4641 * gdb.reverse/recvmsg-reverse.exp
4642 * gdb.reverse/rerun-prec.exp
4643 * gdb.reverse/s390-mvcle.exp
4644 * gdb.reverse/sigall-precsave.exp
4645 * gdb.reverse/sigall-reverse.exp
4646 * gdb.reverse/solib-precsave.exp
4647 * gdb.reverse/solib-reverse.exp
4648 * gdb.reverse/step-precsave.exp
4649 * gdb.reverse/step-reverse.exp
4650 * gdb.reverse/time-reverse.exp
4651 * gdb.reverse/until-precsave.exp
4652 * gdb.reverse/until-reverse.exp
4653 * gdb.reverse/waitpid-reverse.exp
4654 * gdb.reverse/watch-precsave.exp
4655 * gdb.reverse/watch-reverse.exp
4656
4657 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4658
4659 Fix test names starting with uppercase throughout the files.
4660
4661 * gdb.arch/i386-mpx-simple_segv.exp
4662 * gdb.arch/i386-mpx.exp
4663 * gdb.arch/i386-permbkpt.exp
4664 * gdb.arch/pa-nullify.exp
4665 * gdb.arch/powerpc-d128-regs.exp
4666 * gdb.arch/vsx-regs.exp
4667 * gdb.base/bfp-test.exp
4668 * gdb.base/break.exp
4669 * gdb.base/breakpoint-shadow.exp
4670 * gdb.base/callfuncs.exp
4671 * gdb.base/charset.exp
4672 * gdb.base/commands.exp
4673 * gdb.base/completion.exp
4674 * gdb.base/dfp-test.exp
4675 * gdb.base/echo.exp
4676 * gdb.base/ending-run.exp
4677 * gdb.base/eval.exp
4678 * gdb.base/expand-psymtabs.exp
4679 * gdb.base/float128.exp
4680 * gdb.base/floatn.exp
4681 * gdb.base/foll-exec-mode.exp
4682 * gdb.base/gdb1056.exp
4683 * gdb.base/gdb11531.exp
4684 * gdb.base/kill-after-signal.exp
4685 * gdb.base/multi-forks.exp
4686 * gdb.base/overlays.exp
4687 * gdb.base/pending.exp
4688 * gdb.base/sepdebug.exp
4689 * gdb.base/testenv.exp
4690 * gdb.base/valgrind-db-attach.exp
4691 * gdb.base/watch_thread_num.exp
4692 * gdb.base/watchpoint-cond-gone.exp
4693 * gdb.base/watchpoint.exp
4694 * gdb.base/watchpoints.exp
4695 * gdb.cp/arg-reference.exp
4696 * gdb.cp/baseenum.exp
4697 * gdb.cp/operator.exp
4698 * gdb.cp/shadow.exp
4699 * gdb.dwarf2/dw2-op-out-param.exp
4700 * gdb.dwarf2/dw2-reg-undefined.exp
4701 * gdb.go/chan.exp
4702 * gdb.go/hello.exp
4703 * gdb.go/integers.exp
4704 * gdb.go/methods.exp
4705 * gdb.go/package.exp
4706 * gdb.guile/scm-parameter.exp
4707 * gdb.guile/scm-progspace.exp
4708 * gdb.guile/scm-value.exp
4709 * gdb.mi/mi-pending.exp
4710 * gdb.mi/user-selected-context-sync.exp
4711 * gdb.multi/multi-attach.exp
4712 * gdb.multi/tids.exp
4713 * gdb.opt/clobbered-registers-O2.exp
4714 * gdb.pascal/floats.exp
4715 * gdb.pascal/integers.exp
4716 * gdb.python/py-block.exp
4717 * gdb.python/py-events.exp
4718 * gdb.python/py-parameter.exp
4719 * gdb.python/py-symbol.exp
4720 * gdb.python/py-symtab.exp
4721 * gdb.python/py-type.exp
4722 * gdb.python/py-value.exp
4723 * gdb.python/py-xmethods.exp
4724 * gdb.python/python.exp
4725 * gdb.reverse/break-precsave.exp
4726 * gdb.reverse/consecutive-precsave.exp
4727 * gdb.reverse/finish-precsave.exp
4728 * gdb.reverse/i386-precsave.exp
4729 * gdb.reverse/machinestate-precsave.exp
4730 * gdb.reverse/sigall-precsave.exp
4731 * gdb.reverse/solib-precsave.exp
4732 * gdb.reverse/step-precsave.exp
4733 * gdb.reverse/until-precsave.exp
4734 * gdb.reverse/watch-precsave.exp
4735 * gdb.server/ext-attach.exp
4736 * gdb.server/ext-restart.exp
4737 * gdb.server/ext-run.exp
4738 * gdb.server/ext-wrapper.exp
4739 * gdb.stabs/gdb11479.exp
4740 * gdb.stabs/weird.exp
4741 * gdb.threads/attach-many-short-lived-threads.exp
4742 * gdb.threads/kill.exp
4743 * gdb.threads/watchpoint-fork.exp
4744
4745 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4746
4747 Fix test names starting with uppercase throughout all the files below.
4748
4749 * gdb.ada/array_return.exp
4750 * gdb.ada/catch_ex.exp
4751 * gdb.ada/info_exc.exp
4752 * gdb.ada/mi_catch_ex.exp
4753 * gdb.ada/mi_dyn_arr.exp
4754 * gdb.ada/mi_ex_cond.exp
4755 * gdb.ada/mi_exc_info.exp
4756 * gdb.ada/mi_interface.exp
4757 * gdb.ada/mi_task_arg.exp
4758 * gdb.ada/mi_task_info.exp
4759 * gdb.ada/mi_var_array.exp
4760 * gdb.arch/alpha-step.exp
4761 * gdb.arch/amd64-disp-step.exp
4762 * gdb.arch/arm-disp-step.exp
4763 * gdb.arch/disp-step-insn-reloc.exp
4764 * gdb.arch/e500-prologue.exp
4765 * gdb.arch/ftrace-insn-reloc.exp
4766 * gdb.arch/gdb1558.exp
4767 * gdb.arch/i386-bp_permanent.exp
4768 * gdb.arch/i386-disp-step.exp
4769 * gdb.arch/i386-float.exp
4770 * gdb.arch/i386-gnu-cfi.exp
4771 * gdb.arch/ia64-breakpoint-shadow.exp
4772 * gdb.arch/mips16-thunks.exp
4773 * gdb.arch/pa-nullify.exp
4774 * gdb.arch/powerpc-aix-prologue.exp
4775 * gdb.arch/powerpc-power.exp
4776 * gdb.arch/ppc-dfp.exp
4777 * gdb.arch/s390-tdbregs.exp
4778 * gdb.arch/spu-info.exp
4779 * gdb.arch/spu-ls.exp
4780 * gdb.arch/thumb-bx-pc.exp
4781 * gdb.base/advance.exp
4782 * gdb.base/annota-input-while-running.exp
4783 * gdb.base/arrayidx.exp
4784 * gdb.base/asmlabel.exp
4785 * gdb.base/async.exp
4786 * gdb.base/attach-wait-input.exp
4787 * gdb.base/auto-connect-native-target.exp
4788 * gdb.base/batch-preserve-term-settings.exp
4789 * gdb.base/bfp-test.exp
4790 * gdb.base/bigcore.exp
4791 * gdb.base/bp-permanent.exp
4792 * gdb.base/break-always.exp
4793 * gdb.base/break-fun-addr.exp
4794 * gdb.base/break-idempotent.exp
4795 * gdb.base/break-main-file-remove-fail.exp
4796 * gdb.base/break-probes.exp
4797 * gdb.base/break-unload-file.exp
4798 * gdb.base/break.exp
4799 * gdb.base/call-ar-st.exp
4800 * gdb.base/call-rt-st.exp
4801 * gdb.base/call-sc.exp
4802 * gdb.base/call-signal-resume.exp
4803 * gdb.base/call-strs.exp
4804 * gdb.base/callexit.exp
4805 * gdb.base/callfuncs.exp
4806 * gdb.base/catch-gdb-caused-signals.exp
4807 * gdb.base/catch-signal-siginfo-cond.exp
4808 * gdb.base/catch-syscall.exp
4809 * gdb.base/compare-sections.exp
4810 * gdb.base/cond-eval-mode.exp
4811 * gdb.base/condbreak-call-false.exp
4812 * gdb.base/consecutive-step-over.exp
4813 * gdb.base/cursal.exp
4814 * gdb.base/disabled-location.exp
4815 * gdb.base/disasm-end-cu.exp
4816 * gdb.base/display.exp
4817 * gdb.base/double-prompt-target-event-error.exp
4818 * gdb.base/dprintf-bp-same-addr.exp
4819 * gdb.base/dprintf-detach.exp
4820 * gdb.base/dprintf-next.exp
4821 * gdb.base/dprintf-non-stop.exp
4822 * gdb.base/dprintf-pending.exp
4823 * gdb.base/dso2dso.exp
4824 * gdb.base/ending-run.exp
4825 * gdb.base/enum_cond.exp
4826 * gdb.base/examine-backward.exp
4827 * gdb.base/exe-lock.exp
4828 * gdb.base/exec-invalid-sysroot.exp
4829 * gdb.base/execl-update-breakpoints.exp
4830 * gdb.base/execution-termios.exp
4831 * gdb.base/fileio.exp
4832 * gdb.base/fixsection.exp
4833 * gdb.base/foll-exec-mode.exp
4834 * gdb.base/foll-exec.exp
4835 * gdb.base/fork-running-state.exp
4836 * gdb.base/frame-args.exp
4837 * gdb.base/fullpath-expand.exp
4838 * gdb.base/func-ptr.exp
4839 * gdb.base/gcore-relro-pie.exp
4840 * gdb.base/gdb1090.exp
4841 * gdb.base/gdb1555.exp
4842 * gdb.base/global-var-nested-by-dso.exp
4843 * gdb.base/gnu-ifunc.exp
4844 * gdb.base/hbreak-in-shr-unsupported.exp
4845 * gdb.base/hbreak-unmapped.exp
4846 * gdb.base/hook-stop.exp
4847 * gdb.base/infcall-input.exp
4848 * gdb.base/info-fun.exp
4849 * gdb.base/info-shared.exp
4850 * gdb.base/interrupt-noterm.exp
4851 * gdb.base/jit-so.exp
4852 * gdb.base/jit.exp
4853 * gdb.base/line-symtabs.exp
4854 * gdb.base/list.exp
4855 * gdb.base/longjmp.exp
4856 * gdb.base/macscp.exp
4857 * gdb.base/max-value-size.exp
4858 * gdb.base/nodebug.exp
4859 * gdb.base/nofield.exp
4860 * gdb.base/overlays.exp
4861 * gdb.base/paginate-after-ctrl-c-running.exp
4862 * gdb.base/paginate-bg-execution.exp
4863 * gdb.base/paginate-inferior-exit.exp
4864 * gdb.base/pending.exp
4865 * gdb.base/pr11022.exp
4866 * gdb.base/printcmds.exp
4867 * gdb.base/ptr-typedef.exp
4868 * gdb.base/ptype.exp
4869 * gdb.base/randomize.exp
4870 * gdb.base/range-stepping.exp
4871 * gdb.base/realname-expand.exp
4872 * gdb.base/relativedebug.exp
4873 * gdb.base/remote.exp
4874 * gdb.base/savedregs.exp
4875 * gdb.base/sepdebug.exp
4876 * gdb.base/set-noassign.exp
4877 * gdb.base/shlib-call.exp
4878 * gdb.base/shreloc.exp
4879 * gdb.base/sigaltstack.exp
4880 * gdb.base/sigbpt.exp
4881 * gdb.base/siginfo-addr.exp
4882 * gdb.base/siginfo-obj.exp
4883 * gdb.base/siginfo-thread.exp
4884 * gdb.base/signest.exp
4885 * gdb.base/signull.exp
4886 * gdb.base/sigrepeat.exp
4887 * gdb.base/skip.exp
4888 * gdb.base/so-impl-ld.exp
4889 * gdb.base/solib-corrupted.exp
4890 * gdb.base/solib-disc.exp
4891 * gdb.base/solib-display.exp
4892 * gdb.base/solib-overlap.exp
4893 * gdb.base/solib-search.exp
4894 * gdb.base/solib-symbol.exp
4895 * gdb.base/source-execution.exp
4896 * gdb.base/sss-bp-on-user-bp-2.exp
4897 * gdb.base/sss-bp-on-user-bp.exp
4898 * gdb.base/stack-checking.exp
4899 * gdb.base/stale-infcall.exp
4900 * gdb.base/step-break.exp
4901 * gdb.base/step-line.exp
4902 * gdb.base/step-over-exit.exp
4903 * gdb.base/step-test.exp
4904 * gdb.base/structs.exp
4905 * gdb.base/sym-file.exp
4906 * gdb.base/symtab-search-order.exp
4907 * gdb.base/term.exp
4908 * gdb.base/type-opaque.exp
4909 * gdb.base/unload.exp
4910 * gdb.base/until-nodebug.exp
4911 * gdb.base/until.exp
4912 * gdb.base/unwindonsignal.exp
4913 * gdb.base/watch-cond.exp
4914 * gdb.base/watch-non-mem.exp
4915 * gdb.base/watch_thread_num.exp
4916 * gdb.base/watchpoint-reuse-slot.exp
4917 * gdb.base/watchpoint-solib.exp
4918 * gdb.base/watchpoint.exp
4919 * gdb.btrace/dlopen.exp
4920 * gdb.cell/arch.exp
4921 * gdb.cell/break.exp
4922 * gdb.cell/bt.exp
4923 * gdb.cell/core.exp
4924 * gdb.cell/data.exp
4925 * gdb.cell/dwarfaddr.exp
4926 * gdb.cell/ea-cache.exp
4927 * gdb.cell/ea-standalone.exp
4928 * gdb.cell/ea-test.exp
4929 * gdb.cell/f-regs.exp
4930 * gdb.cell/fork.exp
4931 * gdb.cell/gcore.exp
4932 * gdb.cell/mem-access.exp
4933 * gdb.cell/ptype.exp
4934 * gdb.cell/registers.exp
4935 * gdb.cell/sizeof.exp
4936 * gdb.cell/solib-symbol.exp
4937 * gdb.cell/solib.exp
4938 * gdb.compile/compile-tls.exp
4939 * gdb.cp/exception.exp
4940 * gdb.cp/gdb2495.exp
4941 * gdb.cp/local.exp
4942 * gdb.cp/mb-inline.exp
4943 * gdb.cp/mb-templates.exp
4944 * gdb.cp/pr10687.exp
4945 * gdb.cp/pr9167.exp
4946 * gdb.cp/scope-err.exp
4947 * gdb.cp/templates.exp
4948 * gdb.cp/virtfunc.exp
4949 * gdb.dwarf2/dw2-dir-file-name.exp
4950 * gdb.dwarf2/dw2-single-line-discriminators.exp
4951 * gdb.fortran/complex.exp
4952 * gdb.fortran/library-module.exp
4953 * gdb.guile/guile.exp
4954 * gdb.guile/scm-cmd.exp
4955 * gdb.guile/scm-frame-inline.exp
4956 * gdb.guile/scm-objfile.exp
4957 * gdb.guile/scm-pretty-print.exp
4958 * gdb.guile/scm-symbol.exp
4959 * gdb.guile/scm-type.exp
4960 * gdb.guile/scm-value.exp
4961 * gdb.linespec/keywords.exp
4962 * gdb.linespec/ls-errs.exp
4963 * gdb.linespec/macro-relative.exp
4964 * gdb.linespec/thread.exp
4965 * gdb.mi/mi-breakpoint-changed.exp
4966 * gdb.mi/mi-dprintf-pending.exp
4967 * gdb.mi/mi-fullname-deleted.exp
4968 * gdb.mi/mi-logging.exp
4969 * gdb.mi/mi-pending.exp
4970 * gdb.mi/mi-solib.exp
4971 * gdb.mi/new-ui-mi-sync.exp
4972 * gdb.mi/user-selected-context-sync.exp
4973 * gdb.multi/dummy-frame-restore.exp
4974 * gdb.multi/multi-arch-exec.exp
4975 * gdb.multi/remove-inferiors.exp
4976 * gdb.multi/watchpoint-multi-exit.exp
4977 * gdb.opt/solib-intra-step.exp
4978 * gdb.perf/backtrace.exp
4979 * gdb.perf/single-step.exp
4980 * gdb.perf/skip-command.exp
4981 * gdb.perf/skip-prologue.exp
4982 * gdb.perf/solib.exp
4983 * gdb.python/lib-types.exp
4984 * gdb.python/py-as-string.exp
4985 * gdb.python/py-bad-printers.exp
4986 * gdb.python/py-block.exp
4987 * gdb.python/py-breakpoint.exp
4988 * gdb.python/py-cmd.exp
4989 * gdb.python/py-events.exp
4990 * gdb.python/py-evthreads.exp
4991 * gdb.python/py-finish-breakpoint.exp
4992 * gdb.python/py-finish-breakpoint2.exp
4993 * gdb.python/py-frame-inline.exp
4994 * gdb.python/py-frame.exp
4995 * gdb.python/py-inferior.exp
4996 * gdb.python/py-infthread.exp
4997 * gdb.python/py-mi.exp
4998 * gdb.python/py-objfile.exp
4999 * gdb.python/py-pp-maint.exp
5000 * gdb.python/py-pp-registration.exp
5001 * gdb.python/py-prettyprint.exp
5002 * gdb.python/py-recurse-unwind.exp
5003 * gdb.python/py-shared.exp
5004 * gdb.python/py-symbol.exp
5005 * gdb.python/py-symtab.exp
5006 * gdb.python/py-template.exp
5007 * gdb.python/py-type.exp
5008 * gdb.python/py-unwind-maint.exp
5009 * gdb.python/py-unwind.exp
5010 * gdb.python/py-value.exp
5011 * gdb.python/python.exp
5012 * gdb.reverse/finish-reverse-bkpt.exp
5013 * gdb.reverse/insn-reverse.exp
5014 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5015 * gdb.reverse/solib-precsave.exp
5016 * gdb.reverse/solib-reverse.exp
5017 * gdb.stabs/gdb11479.exp
5018 * gdb.stabs/weird.exp
5019 * gdb.threads/fork-child-threads.exp
5020 * gdb.threads/fork-plus-threads.exp
5021 * gdb.threads/fork-thread-pending.exp
5022 * gdb.threads/forking-threads-plus-breakpoint.exp
5023 * gdb.threads/hand-call-in-threads.exp
5024 * gdb.threads/interrupted-hand-call.exp
5025 * gdb.threads/linux-dp.exp
5026 * gdb.threads/local-watch-wrong-thread.exp
5027 * gdb.threads/next-while-other-thread-longjmps.exp
5028 * gdb.threads/non-ldr-exit.exp
5029 * gdb.threads/pending-step.exp
5030 * gdb.threads/print-threads.exp
5031 * gdb.threads/process-dies-while-detaching.exp
5032 * gdb.threads/process-dies-while-handling-bp.exp
5033 * gdb.threads/pthreads.exp
5034 * gdb.threads/queue-signal.exp
5035 * gdb.threads/reconnect-signal.exp
5036 * gdb.threads/signal-command-handle-nopass.exp
5037 * gdb.threads/signal-command-multiple-signals-pending.exp
5038 * gdb.threads/signal-delivered-right-thread.exp
5039 * gdb.threads/signal-sigtrap.exp
5040 * gdb.threads/sigthread.exp
5041 * gdb.threads/staticthreads.exp
5042 * gdb.threads/stepi-random-signal.exp
5043 * gdb.threads/thread-unwindonsignal.exp
5044 * gdb.threads/thread_check.exp
5045 * gdb.threads/thread_events.exp
5046 * gdb.threads/tid-reuse.exp
5047 * gdb.threads/tls-nodebug.exp
5048 * gdb.threads/tls-shared.exp
5049 * gdb.threads/tls-so_extern.exp
5050 * gdb.threads/tls.exp
5051 * gdb.threads/wp-replication.exp
5052 * gdb.trace/actions-changed.exp
5053 * gdb.trace/actions.exp
5054 * gdb.trace/backtrace.exp
5055 * gdb.trace/change-loc.exp
5056 * gdb.trace/collection.exp
5057 * gdb.trace/deltrace.exp
5058 * gdb.trace/disconnected-tracing.exp
5059 * gdb.trace/entry-values.exp
5060 * gdb.trace/ftrace-lock.exp
5061 * gdb.trace/ftrace.exp
5062 * gdb.trace/infotrace.exp
5063 * gdb.trace/mi-trace-frame-collected.exp
5064 * gdb.trace/mi-trace-unavailable.exp
5065 * gdb.trace/mi-traceframe-changed.exp
5066 * gdb.trace/mi-tracepoint-changed.exp
5067 * gdb.trace/mi-tsv-changed.exp
5068 * gdb.trace/no-attach-trace.exp
5069 * gdb.trace/packetlen.exp
5070 * gdb.trace/passc-dyn.exp
5071 * gdb.trace/passcount.exp
5072 * gdb.trace/pending.exp
5073 * gdb.trace/pr16508.exp
5074 * gdb.trace/qtro.exp
5075 * gdb.trace/range-stepping.exp
5076 * gdb.trace/read-memory.exp
5077 * gdb.trace/report.exp
5078 * gdb.trace/save-trace.exp
5079 * gdb.trace/signal.exp
5080 * gdb.trace/stap-trace.exp
5081 * gdb.trace/status-stop.exp
5082 * gdb.trace/strace.exp
5083 * gdb.trace/tfile.exp
5084 * gdb.trace/tfind.exp
5085 * gdb.trace/trace-break.exp
5086 * gdb.trace/trace-condition.exp
5087 * gdb.trace/trace-enable-disable.exp
5088 * gdb.trace/trace-mt.exp
5089 * gdb.trace/tracecmd.exp
5090 * gdb.trace/tracefile-pseudo-reg.exp
5091 * gdb.trace/tspeed.exp
5092 * gdb.trace/tstatus.exp
5093 * gdb.trace/tsv.exp
5094 * gdb.trace/unavailable.exp
5095 * gdb.trace/while-dyn.exp
5096 * gdb.trace/while-stepping.exp
5097 * lib/gdb-guile.exp
5098 * lib/gdb.exp
5099 * lib/mi-support.exp
5100 * lib/pascal.exp
5101 * lib/perftest.exp
5102 * lib/prelink-support.exp
5103 * lib/selftest-support.exp
5104
5105 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5106
5107 * Makefile.in: Include disable-implicit-rules.mk.
5108
5109 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5110
5111 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5112 non-byte-aligned bit fields.
5113
5114 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5115
5116 PR gdb/12616
5117 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5118 respects the DW_AT_data_bit_offset attribute.
5119
5120 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5121
5122 * gdb.base/default.exp: Fix output of "set language".
5123
5124 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5125
5126 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5127 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5128 make.
5129 * configure.ac: Remove checks for the make program.
5130 * configure: Re-generate.
5131
5132 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5133
5134 * gdb.python/py-recurse-unwind.c (main): Add loop.
5135 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5136 to read_register() and gdb.parse_and_eval(). Make each code
5137 call a separate case that can be individually tested.
5138 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5139 proc. Call cont_and_backtrace for each of the code paths that
5140 we want to test in the unwinder.
5141
5142 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5143
5144 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5145 the definition of struct S.
5146
5147 2016-11-11 Catherine Moore <clm@codesourcery.com>
5148
5149 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5150
5151 2016-11-09 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/commands.exp (runto_or_return): New procedure.
5154 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5155 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5156 (progvar_simple_while_test, progvar_complex_if_while_test)
5157 (if_while_breakpoint_command_test)
5158 (infrun_breakpoint_command_test, breakpoint_command_test)
5159 (user_defined_command_test, watchpoint_command_test)
5160 (test_command_prompt_position, redefine_hook_test)
5161 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5162 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5163 multi_line_input and multi_line. Remove gdb_expect and
5164 gdb_stop_suppressing_tests uses.
5165 * lib/gdb.exp (valnum_re): New global.
5166 (multi_line_input): New procedure.
5167
5168 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5169
5170 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5171 Remove.
5172 (test_setup): Define with proc_with_prefix.
5173 (test_cli_inferior): Likewise.
5174 (test_cli_thread): Likewise.
5175 (test_cli_frame): Likewise.
5176 (test_cli_select_frame): Likewise.
5177 (test_cli_up_down): Likewise.
5178 (test_mi_thread_select): Likewise.
5179 (test_mi_stack_select_frame): Likewise.
5180 (test_cli_in_mi_inferior): Likewise.
5181 (test_cli_in_mi_thread): Likewise.
5182 (test_cli_in_mi_frame): Likewise.
5183 (top level): Do not use with_test_prefix_procname.
5184
5185 2016-11-09 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.base/commands.exp (gdbvar_simple_if_test)
5188 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5189 (progvar_simple_if_test, progvar_simple_while_test)
5190 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5191 (infrun_breakpoint_command_test, breakpoint_command_test)
5192 (user_defined_command_test, watchpoint_command_test)
5193 (test_command_prompt_position, deprecated_command_test)
5194 (bp_deleted_in_command, temporary_breakpoint_commands)
5195 (stray_arg0_test, source_file_with_indented_comment)
5196 (recursive_source_test, if_commands_test)
5197 (error_clears_commands_left, redefine_hook_test)
5198 (redefine_backtrace_test): Use proc_with_prefix.
5199 * lib/gdb.exp (proc_with_prefix): New proc.
5200
5201 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5202
5203 * gdb.base/tui-layout.c: New file.
5204 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5205 disassembly window contains very long lines.
5206
5207 2016-11-08 Tom Tromey <tom@tromey.com>
5208
5209 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5210 depend on Python 2.
5211
5212 2016-11-08 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5215 New method.
5216
5217 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5218
5219 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5220
5221 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5222
5223 * gdb.rust/simple.rs: Add test for univariant enums without
5224 discriminants and for encoded struct-like enums.
5225
5226 2016-10-28 Pedro Alves <palves@redhat.com>
5227
5228 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5229 gdb_test_multiple, tighten regexps and match symtabs and line
5230 tables incrementally.
5231
5232 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5233
5234 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5235 general.
5236
5237 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5238
5239 * gdb.base/exec-invalid-sysroot.exp: New file.
5240
5241 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5242
5243 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5244
5245 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5248
5249 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5250
5251 * gdb.base/killed-outside.exp: Remove $options from a call to
5252 `prepare_for_testing'.
5253
5254 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5255
5256 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5257 Change test message.
5258
5259 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5260
5261 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5262 Update comment.
5263
5264 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5265
5266 * gdb.trace/mi-trace-save.exp: New file.
5267
5268 2016-10-13 Yao Qi <yao.qi@linaro.org>
5269
5270 * gdb.base/code_elim.exp (get_var_address): Remove.
5271 * gdb.base/relocate.exp: Likewise.
5272 * gdb.base/shreloc.exp: Likewise.
5273 * lib/gdb.exp (get_var_address): New.
5274
5275 2016-10-13 Yao Qi <yao.qi@linaro.org>
5276
5277 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5278 floating point tests if $skip_float_test is false.
5279
5280 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5281
5282 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5283 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5284 argc values.
5285 Add 1 to argc so we guarantee distinct initial/modified argc values.
5286
5287 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5288
5289 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5290
5291 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5292
5293 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5294 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5295 * gdb.arch/vsx-regs.exp: Likewise.
5296
5297 2016-10-07 Yao Qi <yao.qi@linaro.org>
5298
5299 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5300
5301 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5302
5303 * gdb.python/python.exp: Test decode_line("*0").
5304
5305 2016-10-06 Doug Evans <dje@google.com>
5306
5307 * gdb.python/py-value.exp (test_value_creation): Add test for large
5308 unsigned 64-bit value.
5309
5310 2016-10-06 Tom Tromey <tom@tromey.com>
5311
5312 * gdb.compile/compile.exp: Change java tests to rust.
5313 * gdb.base/setshow.exp: Change java tests to rust.
5314 * gdb.base/default.exp: Remove java from language list.
5315 * README (Examples): Update language example.
5316 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5317 test.
5318 * lib/gdb.exp (skip_java_tests): Remove.
5319 * lib/java.exp: Remove.
5320 * gdb.java: Remove.
5321
5322 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5323
5324 * gdb.arch/mips-fcr.exp: New test.
5325 * gdb.arch/mips-fcr.c: Source for the new test.
5326
5327 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5328
5329 * gdb.base/solib-disc.exp: Use `standard_output_file'
5330 throughout.
5331
5332 2016-10-06 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.base/jit-simple-dl.c: New file.
5335 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5336 * gdb.base/jit-simple.c: ... this.
5337 * gdb.base/jit-simple.exp (jit_run): Delete.
5338 (build_jit): New proc.
5339 (jit_test_reread): Recompile either the main program or the shared
5340 library, depending on what is being tested. Skip changing address
5341 if caller wants to. Compare before/after addresses. If testing
5342 standalone, explicitly load the binary. Test "maint info
5343 breakpoints".
5344 (top level): Add "standalone vs shared lib" and "change address"
5345 vs "same address" axes.
5346
5347 2016-10-06 Pedro Alves <palves@redhat.com>
5348
5349 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5350 call.
5351 (jit_run): Delete.
5352 (jit_test_reread): Use with_test_prefix. Reload the main binary
5353 explicitly. Compare the before/after addresses of the JIT
5354 descriptor.
5355
5356 2016-08-15 Doug Evans <dje@google.com>
5357
5358 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5359 for single bitfields is bool.
5360 * gdb.xml/tdesc-regs.exp: Ditto.
5361
5362 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5363
5364 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5365
5366 2016-10-05 Yao Qi <yao.qi@linaro.org>
5367
5368 * lib/gdb.exp (support_complex_tests): Return zero if
5369 gdb_skip_float_test return true.
5370
5371 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5372 Simon Marchi <simon.marchi@ericsson.com>
5373
5374 PR gdb/20487
5375 * gdb.mi/user-selected-context-sync.exp: New file.
5376 * gdb.mi/user-selected-context-sync.c: New file.
5377
5378 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5379 Simon Marchi <simon.marchi@ericsson.com>
5380
5381 PR gdb/20487
5382 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5383 =thread-select-event check.
5384
5385 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5386
5387 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5388 the compulsory L operand changes.
5389 * gdb.arch/powerpc-power.s: Likewise.
5390
5391 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5392
5393 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5394 * gdb.base/jit-attach-pie.c: New file.
5395 * gdb.base/jit-attach-pie.exp: New file.
5396
5397 2016-09-28 Pedro Alves <palves@redhat.com>
5398
5399 * gdb.base/infcall-input.c: New file.
5400 * gdb.base/infcall-input.exp: New file.
5401
5402 2016-09-22 Yao Qi <yao.qi@linaro.org>
5403
5404 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5405 (gdb_exit): Rename it to ...
5406 (gdbserver_gdb_exit): ... Close GDBserver.
5407 (gdb_exit): New proc, call gdbserver_gdb_exit.
5408 (mi_gdb_exit): Likewise.
5409
5410 2016-09-22 Yao Qi <yao.qi@linaro.org>
5411
5412 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5413 path.
5414 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5415 Remove duplication.
5416
5417 2016-09-22 Yao Qi <yao.qi@linaro.org>
5418
5419 * lib/gdbserver-support.exp: Check the existence of
5420 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5421
5422 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5423
5424 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5425
5426 2016-09-21 Tom Tromey <tom@tromey.com>
5427
5428 PR gdb/20604:
5429 * gdb.base/quit.exp: New file.
5430
5431 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5432
5433 * .gitignore: New file.
5434
5435 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5436
5437 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5438 throughout.
5439
5440 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5441
5442 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5443
5444 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5445
5446 * gdb.cp/casts.cc (decltype): Move it ...
5447 (main): ... with its call to ...
5448 * gdb.cp/casts03.cc: ... a new file.
5449 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5450
5451 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5452
5453 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5454
5455 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5456
5457 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5458 and sync up the test with tests in gas/testsuite/gas/ppc.
5459 * gdb.arch/powerpc-power.exp: Likewise.
5460
5461 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5462
5463 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5464
5465 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5466 Jan Kratochvil <jan.kratochvil@redhat.com>
5467
5468 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5469 make m1's definition to be different from m2's. Use 'dummy' as an
5470 argument for probe 'two'.
5471
5472 2016-09-10 Jon Beniston <jon@beniston.com>
5473
5474 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5475 for sim target.
5476
5477 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5478
5479 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5480 variable declaration.
5481 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5482 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5483 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5484 received HWCAP as its argument.
5485
5486 2016-09-06 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.base/new-ui-pending-input.c: New file.
5489 * gdb.base/new-ui-pending-input.exp: New file.
5490 * gdb.exp (clear_gdb_spawn_id): New procedure.
5491 (with_spawn_id): Check whether gdb_spawn_id exists before
5492 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5493 on exit.
5494
5495 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5496
5497 * gdb.base/float128.c: New file.
5498 * gdb.base/float128.exp: Likewise.
5499 * gdb.base/floatn.c: Likewise.
5500 * gdb.base/floatn.exp: Likewise.
5501
5502 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5503
5504 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5505
5506 2016-09-05 Pedro Alves <palves@redhat.com>
5507
5508 PR backtrace/19927
5509 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5510 unwinders are immediately called as side effect of "source" or
5511 "disable unwinder" commands.
5512 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5513
5514 2016-09-02 Yao Qi <yao.qi@linaro.org>
5515
5516 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5517 is true and $type is "float" or "double".
5518
5519 2016-09-02 Yao Qi <yao.qi@linaro.org>
5520
5521 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5522 true.
5523 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5524 * gdb.base/call-rt-st.exp: Likewise.
5525 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5526 return value instead of gdb,skip_float_test.
5527 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5528 (do_function_calls): Use its return value instead of
5529 gdb,skip_float_test.
5530 * gdb.base/finish.exp: Likewise.
5531 * gdb.base/funcargs.exp: Likewise.
5532 * gdb.base/return.exp: Likewise.
5533 * gdb.base/return2.exp: Likewise.
5534 * gdb.base/varargs.exp: Likewise.
5535 * lib/gdb.exp (gdb_skip_float_test): Change it to
5536 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5537
5538 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5539
5540 * gdb.multi/tids.exp: Test "thread apply all".
5541
5542 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5543
5544 * gdb.base/default.exp (tty): Remove.
5545
5546 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5547
5548 * gdb.python/py-recurse-unwind.c: New file.
5549 * gdb.python/py-recurse-unwind.py: New file.
5550 * gdb.python/py-recurse-unwind.exp: New file.
5551
5552 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5553
5554 * gdb.base/set-inferior-tty.exp: New file.
5555 * gdb.base/set-inferior-tty.c: New file.
5556
5557 2016-08-23 Pedro Alves <palves@redhat.com>
5558
5559 PR gdb/20494
5560 * gdb.base/new-ui-echo.c: New file.
5561 * gdb.base/new-ui-echo.exp: New file.
5562
5563 2016-08-23 Yao Qi <yao.qi@linaro.org>
5564
5565 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5566 gdbserver_spawn.
5567 * gdb.server/connect-without-multi-process.exp (do_test):
5568 Likewise.
5569
5570 2016-08-23 Yao Qi <yao.qi@linaro.org>
5571
5572 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5573 standalone_txt. Delete gdb_txt and standalone_txt on host
5574 and target. Spawn the binary on target. Copy files from
5575 target to host.
5576
5577 2016-08-22 Pedro Alves <palves@redhat.com>
5578
5579 PR gdb/20505
5580 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5581 with_test_prefix. Factor out bits to ...
5582 (test_no_vdso): ... this new procedure.
5583
5584 2016-08-19 Carl Love <cel@us.ibm.com>
5585
5586 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5587 maintaining separate logic for constructing the output path.
5588 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5589 * gdb.arch/ppc-dfp.exp: Likewise.
5590 * gdb.arch/ppc-fp.exp: Likewise.
5591 * gdb.arch/vsx-regs.exp: Likewise.
5592 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5593 binprefix for generating the additional binary files.
5594
5595 2016-08-19 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.trace/mi-trace-frame-collected.exp
5598 (test_trace_frame_collected): On x32, expect two registers.
5599
5600 2016-08-18 Carl Love <cel@us.ibm.com>
5601
5602 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5603 and sync up the test with tests in gas/testsuite/gas/ppc.
5604 * gdb.arch/powerpc-power.exp: Likewise.
5605
5606 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5607
5608 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5609 expected error message.
5610
5611 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5612
5613 * gdb.multi/remove-inferiors.exp: New file.
5614 * gdb.multi/remove-inferiors.c: New file.
5615
5616 2016-08-12 Yao Qi <yao.qi@linaro.org>
5617
5618 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5619 argument list.
5620
5621 2016-08-10 Pedro Alves <palves@redhat.com>
5622
5623 PR gdb/19187
5624 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5625 setup_kfails.
5626
5627 2016-08-09 Pedro Alves <palves@redhat.com>
5628 Simon Marchi <simon.marchi@ericsson.com>
5629
5630 PR gdb/20418
5631 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5632 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5633
5634 2016-08-09 Pedro Alves <palves@redhat.com>
5635
5636 PR mi/20431
5637 * gdb.mi/mi-cmd-error.exp: New file.
5638
5639 2016-08-09 Pedro Alves <palves@redhat.com>
5640
5641 PR gdb/18653
5642 * gdb.base/signals-state-child.c: New file.
5643 * gdb.base/signals-state-child.exp: New file.
5644 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5645
5646 2016-08-09 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5649
5650 2016-08-03 Tom Tromey <tom@tromey.com>
5651
5652 PR python/18565:
5653 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5654
5655 2016-08-01 Yao Qi <yao.qi@linaro.org>
5656
5657 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5658 variable mode to "multi-process" if $multi_process is 1, otherwise
5659 set it to "single-process".
5660
5661 2016-08-01 Yao Qi <yao.qi@linaro.org>
5662
5663 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5664 * gdb.cp/cpexprs.exp: Likewise.
5665 * gdb.cp/m-static.exp: Likewise.
5666
5667 2016-07-26 Tom Tromey <tom@tromey.com>
5668
5669 PR python/20190:
5670 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5671 test.
5672
5673 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5674
5675 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5676 selecting assembly source files.
5677 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5678 assembly source files.
5679 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5680 assembly source files.
5681 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5682 selecting assembly source files.
5683
5684 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5685
5686 * gdb.base/new-ui.exp (do_test_invalid_args): New
5687 procedure.
5688
5689 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5690
5691 * gdb.btrace/reconnect.c: New file.
5692 * gdb.btrace/reconnect.exp: New file.
5693
5694 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5695
5696 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5697 to test_catch_syscall_group.
5698 (test_catch_syscall_group): New.
5699
5700 2016-07-21 Tom Tromey <tom@tromey.com>
5701
5702 * gdb.rust/simple.rs (main): Use empty struct expression.
5703 * gdb.rust/simple.exp: Add tests for empty struct expression.
5704
5705 2016-07-21 Yao Qi <yao.qi@linaro.org>
5706
5707 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5708 if gdb_skip_xml_test is true on some targets.
5709
5710 2016-07-21 Yao Qi <yao.qi@linaro.org>
5711
5712 * gdb.server/solib-list.exp: Unset last_loaded_file.
5713
5714 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5715
5716 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5717 "step into captured_main (args)".
5718
5719 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5720
5721 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5722
5723 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5724
5725 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5726
5727 2016-07-19 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5730 * gdb.opt/inline-bt.exp: Likewise.
5731 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5732 additional_flags=-Winline.
5733 * gdb.opt/inline-locals.exp: Likewise.
5734 * gdb.opt/inline-markers.c (ATTR): Define.
5735 (inlined_fn): Use it.
5736
5737 2016-07-19 Yao Qi <yao.qi@linaro.org>
5738
5739 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5740 (test_with_self): Remove some code. Remove argument executable.
5741 (top-level): Use do_self_tests.
5742
5743 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5744 Don Breazeal <donb@codesourcery.com>
5745
5746 * gdb.base/maint.exp: Escape paths used in regular expressions.
5747 * gdb.stabs/weird.exp: Likewise.
5748
5749 2016-07-13 Tom Tromey <tom@tromey.com>
5750
5751 PR python/15620, PR python/18620:
5752 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5753 (test_bkpt_events): New procs.
5754
5755 2016-07-13 Tom Tromey <tom@tromey.com>
5756
5757 PR python/17698:
5758 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5759 test.
5760 (test_watchpoints): Likewise.
5761 (test_bkpt_pending): New proc.
5762
5763 2016-07-13 Tom Tromey <tom@tromey.com>
5764
5765 PR cli/18053:
5766 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5767 completion test.
5768
5769 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5770
5771 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5772 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5773 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5774 f_label.
5775 (g): Rename g_end_lbl to g_label.
5776 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5777 low_pc and high_pc.
5778 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5779
5780 2016-07-12 Tom Tromey <tom@tromey.com>
5781
5782 PR python/19293:
5783 * gdb.python/py-unwind-maint.exp: Update tests.
5784
5785 2016-07-12 Yao Qi <yao.qi@linaro.org>
5786
5787 * lib/selftest-support.exp (selftest_setup): Match the output
5788 when captured_main is inlined.
5789
5790 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5791
5792 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5793 New variables.
5794 (print this%a, print this%b, print this): New tests.
5795 * gdb.fortran/derived-types.f90 (this): New object and
5796 initialization.
5797
5798 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5799
5800 * gdb.ada/arraydim.exp: Remove extra directory level in build
5801 directory.
5802
5803 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5804
5805 * lib/ada.exp: Remove extra directory level in build directory.
5806 * gdb.ada/cond_lang.exp: Likewise.
5807 * gdb.ada/exec_changed.exp: Likewise.
5808 * gdb.ada/lang_switch.exp: Likewise.
5809
5810 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5811
5812 * simple.rs: Add test for raw pointer subscripting.
5813 * simple.exp: Add test expectations.
5814
5815 2016-07-05 Yao Qi <yao.qi@linaro.org>
5816
5817 * gdb.mi/mi-reverse.exp: Match =record-started output.
5818
5819 2016-07-01 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5822 procedure.
5823 (jit_reader_test): Test the jit reader's unwinder.
5824 * gdb.base/jithost.c (jit_function_00_code): New global.
5825 (main): Use memcpy to fill in the mmapped code, instead of poking
5826 bytes manually here.
5827 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5828 value.
5829 (read_debug_info): Save the function's range.
5830 (read_sp): New function.
5831 (unwind_frame): Use it. Also unwind RBP.
5832 (get_frame_id): Use read_sp.
5833 (gdb_init_reader): Use calloc instead of malloc.
5834 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5835 parameter. Use gdb_test_multiple.
5836
5837 2016-07-01 Pedro Alves <palves@redhat.com>
5838 Antoine Tremblay <antoine.tremblay@ericsson.com>
5839
5840 * gdb.threads/process-dies-while-detaching.c: New file.
5841 * gdb.threads/process-dies-while-detaching.exp: New file.
5842
5843 2016-07-01 Pedro Alves <palves@redhat.com>
5844
5845 * gdb.multi/watchpoint-multi-exit.c: New file.
5846 * gdb.multi/watchpoint-multi-exit.exp: New file.
5847
5848 2016-06-30 Pedro Alves <palves@redhat.com>
5849
5850 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5851 unset inferior_spawn_id.
5852
5853 2016-06-30 Pedro Alves <palves@redhat.com>
5854
5855 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5856 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5857
5858 2016-06-29 Yao Qi <yao.qi@linaro.org>
5859
5860 * gdb.base/return.c: Add copyright header.
5861
5862 2016-06-29 Tom Tromey <tom@tromey.com>
5863
5864 PR python/20129:
5865 * gdb.python/py-framefilter.exp: Add tests for setting priority
5866 and disabling of non-existent frame filter.
5867
5868 2016-06-29 Yao Qi <yao.qi@linaro.org>
5869
5870 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5871 0x0f07ff.
5872
5873 2016-06-28 Yao Qi <yao.qi@linaro.org>
5874
5875 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5876 triplets. Start gdb, execute catch syscall, and continue. Check
5877 gdb's output to determine catch syscall is supported.
5878
5879 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5880
5881 * gdb.rust/simple.rs: Add test for returning unit in a function.
5882 * gdb.rust/simple.exp: Add expectation for functions returning
5883 unit.
5884
5885 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5886
5887 * gdb.python/py-breakpoint-create-fail.c,
5888 gdb.python/py-breakpoint-create-fail.exp,
5889 gdb.python/py-breakpoint-create-fail.py: New testcase.
5890
5891 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5892
5893 PR gdb/20239
5894 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5895 * gdb.rust/simple.exp: Add test expectations for new NonZero
5896 tests.
5897
5898 2016-06-24 David Taylor <dtaylor@emc.com>
5899
5900 * gdb.base/offsets.exp: New file.
5901 * gdb.base/offsets.c: New file.
5902
5903 2016-06-23 Tom Tromey <tom@tromey.com>
5904
5905 PR gdb/16483:
5906 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5907 before any filters are loaded.
5908
5909 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5910
5911 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5912 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5913 structs.
5914 * gdb.fortran/derived-type-function.exp: New file.
5915 * gdb.fortran/derived-type-function.f90: New file.
5916
5917
5918 2016-06-21 Pedro Alves <palves@redhat.com>
5919
5920 * gdb.base/new-ui.exp: New file.
5921 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5922 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5923 (with_spawn_id): New procedure.
5924
5925 2016-06-21 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.mi/mi-exec-run.exp: New file.
5928
5929 2016-06-21 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5932 breakpoint command's output on the main UI.
5933 (test_break): New procedure, factored out from calls in the top
5934 level.
5935 (top level): Use foreach_with_prefix to test MI as main UI and as
5936 separate UI.
5937
5938 2016-06-21 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5941 (test_awatch_creation_and_listing)
5942 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5943 Remove 'type' parameter.
5944 (test_watchpoint_all): New parameter mi_mode. Remove
5945 with_test_prefix.
5946 (top level): Use foreach_with_prefix, and add main/separate UI MI
5947 testing axis.
5948
5949 2016-06-21 Pedro Alves <palves@redhat.com>
5950
5951 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5952 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5953 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5954 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5955 (gdb_main_spawn_id, mi_spawn_id): Declare and
5956 comment.
5957 (mi_create_inferior_pty): New procedure,
5958 factored out from default_mi_gdb_start.
5959 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5960 procedures.
5961 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5962 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5963 Use mi_create_inferior_pty.
5964 (mi_gdb_start): Use eval to pass down args list.
5965
5966 2016-06-21 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5969 * gdb.opt/inline-cmds.exp: Add MI tests.
5970
5971 2016-06-21 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5974
5975 2016-06-21 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5978 (top level): Use it instead of mi_execute_to.
5979
5980 2016-06-21 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5983 (cont_handler_str): New.
5984 (signal_stop_handler): Set stop_handler_str instead of printing to
5985 stdout.
5986 (continue_handler): Set cont_handler_str instead of printing to
5987 stdout.
5988 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5989 mi_send_resuming_command. Print stop_handler_str and
5990 cont_handler_str instead of expecting the python events print
5991 directly.
5992
5993 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5994
5995 * gdb.base/jit-reader.exp: New file.
5996 * gdb.base/jithost.c: New file.
5997 * gdb.base/jithost.h: New file.
5998 * gdb.base/jitreader.c : New file.
5999 * gdb.base/jit-protocol.h: New file.
6000
6001 2016-06-17 Yao Qi <yao.qi@linaro.org>
6002
6003 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6004 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6005 and detach-on-fork. Adjust tests.
6006 (top level): Invoke break_cond_on_syscall with combinations of
6007 syscall, follow-fork-mode and detach-on-fork.
6008
6009 2016-06-17 Yao Qi <yao.qi@linaro.org>
6010
6011 * gdb.base/step-over-exit.c: New.
6012 * gdb.base/step-over-exit.exp: New.
6013
6014 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6015
6016 * gdb.base/float.exp: Add target check for nds32*-*-*.
6017 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6018
6019 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6020
6021 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6022 for unsupported target features.
6023 * gdb.base/call-rt-st.exp: Likewise.
6024 * gdb.base/call-sc.exp: Likewise.
6025 * gdb.base/call-signal-resume.exp: Likewise.
6026 * gdb.base/call-strs.exp: Likewise.
6027 * gdb.base/callexit.exp: Likewise.
6028 * gdb.base/callfuncs.exp: Likewise.
6029 * gdb.base/nodebug.exp: Likewise.
6030 * gdb.base/printcmds.exp: Likewise.
6031 * gdb.base/ptype.exp: Likewise.
6032 * gdb.base/structs.exp: Likewise.
6033 * gdb.base/unwindonsignal.exp: Likewise.
6034 * gdb.cp/gdb2495.exp: Likewise.
6035 * gdb.cp/templates.exp: Likewise.
6036 * gdb.cp/virtfunc.exp: Likewise.
6037 * gdb.threads/hand-call-in-threads.exp: Likewise.
6038 * gdb.threads/interrupted-hand-call.exp: Likewise.
6039 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6040
6041 2016-06-10 Tom Tromey <tom@tromey.com>
6042
6043 PR rust/20110:
6044 * gdb.rust/expr.exp: Add test for integer constant larger than
6045 i32.
6046
6047 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6048
6049 * gdb.fortran/nested-funcs.exp: New.
6050 * gdb.fortran/nested-funcs.f90: New.
6051
6052 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6053
6054 * gdb.base/examine-backward.c: New file.
6055 * gdb.base/examine-backward.exp: New file.
6056
6057 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6058
6059 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6060 matching.
6061
6062 2016-06-02 Tom Tromey <tom@tromey.com>
6063
6064 PR python/18984:
6065 * gdb.python/py-shared.exp: Add solib_name test.
6066
6067 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6068
6069 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6070
6071 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6072
6073 PR c++/19893
6074 * gdb.dwarf2/implref.exp: Rename to...
6075 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6076 * gdb.dwarf2/implref-array.c: New file.
6077 * gdb.dwarf2/implref-array.exp: Likewise.
6078 * gdb.dwarf2/implref-global.c: Likewise.
6079 * gdb.dwarf2/implref-global.exp: Likewise.
6080 * gdb.dwarf2/implref-struct.c: Likewise.
6081 * gdb.dwarf2/implref-struct.exp: Likewise.
6082
6083 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6084
6085 * gdb.trace/trace-condition.exp: Add 64bit tests.
6086
6087 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6088
6089 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6090 bits types.
6091 (main): Adapt to 8 to 64 bits types.
6092 * gdb.trace/trace-condition.exp: Add new tests.
6093
6094 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6095
6096 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6097
6098 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6099
6100 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6101 Move condition tests...
6102 * gdb.trace/trace-condition.exp: Here.
6103
6104 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6105
6106 * gdb.trace/trace-condition.exp: Add counter-case tests.
6107
6108 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6109
6110 PR c++/15231
6111 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6112 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6113
6114 2016-05-27 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6117 New procedure.
6118 (top level): Call it, and bail out of DejaGnu is known to be bad.
6119
6120 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6121
6122 * gdb.base/whatis.c: Extend the test case.
6123 * gdb.base/whatis.exp: Add additional tests.
6124
6125 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6126
6127 * gdb.fortran/type.f90: Add pointer variable.
6128 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6129
6130 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6131
6132 * gdb.fortran/vla-type.exp: Fix testcase name.
6133
6134 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6135
6136 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6137
6138 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6139
6140 * gdb.fortran/type.f90: Add nested structures.
6141 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6142 * gdb.fortran/derived-type.exp: Adapt expected output.
6143 * gdb.fortran/vla-type.exp: Adapt expected output.
6144
6145 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6146
6147 * gdb.fortran/whatis_type.exp: Adapt expected output.
6148
6149 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6150
6151 * gdb.fortran/print_type.exp: Fix expected output.
6152 * gdb.fortran/whatis_type.exp: Fix expected output.
6153
6154 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6155
6156 * gdb.fortran/whatis_type.exp: Use multi_line.
6157
6158 2016-05-24 Tom Tromey <tom@tromey.com>
6159
6160 PR python/17386:
6161 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6162 use value as an index.
6163
6164 2016-05-23 Tom Tromey <tom@tromey.com>
6165
6166 PR python/17981:
6167 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6168 no-breakpoint case.
6169
6170 2016-05-24 Pedro Alves <palves@redhat.com>
6171
6172 PR gdb/19828
6173 * gdb.threads/clone-attach-detach.c: New file.
6174 * gdb.threads/clone-attach-detach.exp: New file.
6175
6176 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6177
6178 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6179
6180 2016-05-23 Tom Tromey <tom@tromey.com>
6181
6182 PR python/19438, PR python/18393:
6183 * gdb.python/py-progspace.exp: Add "dir" test.
6184 * gdb.python/py-objfile.exp: Add "dir" test.
6185
6186 2016-05-23 Yao Qi <yao.qi@linaro.org>
6187
6188 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6189 * gdb.arch/thumb2-it.exp: Likewise.
6190
6191 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6192
6193 * gdb.mi/mi-threads-interrupt.c: New file.
6194 * gdb.mi/mi-threads-interrupt.exp: New file.
6195
6196 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6197
6198 PR gdb/18077
6199 * gdb.mi/mi-async-run.exp: New file.
6200 * gdb.mi/mi-async-run.c: New file.
6201
6202 2016-05-17 Tom Tromey <tom@tromey.com>
6203 Manish Goregaokar <manishsmail@gmail.com>
6204
6205 * lib/rust-support.exp: New file.
6206 * lib/gdb.exp (skip_rust_tests): New proc.
6207 (build_executable_from_specs): Handle rust.
6208 * lib/future.exp (gdb_find_rustc): New proc.
6209 (gdb_default_target_compile): Handle rust.
6210 * gdb.rust/expr.exp: New file.
6211 * gdb.rust/generics.exp: New file.
6212 * gdb.rust/generics.rs: New file.
6213 * gdb.rust/methods.exp: New file.
6214 * gdb.rust/methods.rs: New file.
6215 * gdb.rust/modules.exp: New file.
6216 * gdb.rust/modules.rs: New file.
6217 * gdb.rust/simple.exp: New file.
6218 * gdb.rust/simple.rs: New file.
6219
6220 2016-05-17 Tom Tromey <tom@tromey.com>
6221
6222 * gdb.base/default.exp (set language): Add rust.
6223
6224 2016-05-17 Tom Tromey <tom@tromey.com>
6225
6226 * gdb.gdb/unittest.exp: New file.
6227
6228 2016-05-16 Yao Qi <yao.qi@linaro.org>
6229
6230 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6231 shell_prompt. Update shell_prompt_re.
6232
6233 2016-05-12 Doug Evans <dje@google.com>
6234
6235 PR symtab/19999
6236 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6237 $options when building executable.
6238 * gdb.dwarf2/fission-loclists-pie.S: New file.
6239 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6240
6241 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6242
6243 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6244 of [is_remote target],
6245
6246 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6247
6248 * lib/gdb.exp (use_gdb_stub): New procedure.
6249
6250 2016-05-03 Yunlian Jiang <yunlian@google.com>
6251 Doug Evans <dje@google.com>
6252
6253 PR symtab/19914
6254 * gdb.dwarf2/dwp-sepdebug.c: New file.
6255 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6256
6257 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6258
6259 * gdb.base/detach.exp: Remove is_remote check.
6260
6261 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6262
6263 * gdb.base/annota-input-while-running.exp: Don't check for
6264 [is_remote target]. Enable annotations after running to main.
6265 Remove unused "set test..." line.
6266
6267 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6268
6269 * gdb.trace/trace-enable-disable.exp: New file.
6270 * gdb.trace/trace-enable-disable.c: New file.
6271
6272 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6273
6274 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6275 use it in info sharedlibrary test.
6276 * gdb.trace/ftrace-lock.exp: Likewise.
6277 * gdb.trace/ftrace.exp: Likewise.
6278 * gdb.trace/range-stepping.exp: Likewise.
6279 * gdb.trace/trace-break.exp: Likewise.
6280 * gdb.trace/trace-condition.exp: Likewise.
6281 * gdb.trace/trace-mt.exp: Likewise.
6282
6283 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6284
6285 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6286 (gdb_load_shlib): ... this.
6287 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6288 gdb_load_shlib.
6289 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6290 * gdb.base/ctxobj.exp: Likewise.
6291 * gdb.base/dprintf-pending.exp: Likewise.
6292 * gdb.base/dso2dso.exp: Likewise.
6293 * gdb.base/fixsection.exp: Likewise.
6294 * gdb.base/gcore-relro.exp: Likewise.
6295 * gdb.base/gdb1555.exp: Likewise.
6296 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6297 * gdb.base/gnu-ifunc.exp: Likewise.
6298 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6299 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6300 * gdb.base/pending.exp: Likewise.
6301 * gdb.base/print-file-var.exp: Likewise.
6302 * gdb.base/print-symbol-loading.exp: Likewise.
6303 * gdb.base/shlib-call.exp: Likewise.
6304 * gdb.base/shreloc.exp: Likewise.
6305 * gdb.base/so-impl-ld.exp: Likewise.
6306 * gdb.base/solib-disc.exp: Likewise.
6307 * gdb.base/solib-nodir.exp: Likewise.
6308 * gdb.base/solib-overlap.exp: Likewise.
6309 * gdb.base/solib-symbol.exp: Likewise.
6310 * gdb.base/solib-weak.exp (do_test): Likewise.
6311 * gdb.base/sym-file.exp: Likewise.
6312 * gdb.base/symtab-search-order.exp: Likewise.
6313 * gdb.base/type-opaque.exp: Likewise.
6314 * gdb.base/unload.exp: Likewise.
6315 * gdb.base/watchpoint-solib.exp: Likewise.
6316 * gdb.compile/compile.exp: Likewise.
6317 * gdb.cp/gdb2384.exp: Likewise.
6318 * gdb.cp/infcall-dlopen.exp: Likewise.
6319 * gdb.cp/re-set-overloaded.exp: Likewise.
6320 * gdb.fortran/library-module.exp: Likewise.
6321 * gdb.opt/solib-intra-step.exp: Likewise.
6322 * gdb.python/py-finish-breakpoint.exp: Likewise.
6323 * gdb.python/py-shared.exp: Likewise.
6324 * gdb.reverse/solib-precsave.exp: Likewise.
6325 * gdb.reverse/solib-reverse.exp: Likewise.
6326 * gdb.server/solib-list.exp: Likewise.
6327 * gdb.threads/dlopen-libpthread.exp: Likewise.
6328 * gdb.threads/tls-shared.exp: Likewise.
6329 * gdb.threads/tls-so_extern.exp: Likewise.
6330 * gdb.trace/change-loc.exp: Likewise.
6331 * gdb.trace/ftrace-lock.exp: Likewise.
6332 * gdb.trace/ftrace.exp: Likewise.
6333 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6334 * gdb.trace/pending.exp: Likewise.
6335 * gdb.trace/range-stepping.exp: Likewise.
6336 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6337 (strace_info_marker): Likewise.
6338 (strace_probe_marker): Likewise.
6339 (strace_trace_on_same_addr): Likewise.
6340 (strace_trace_on_diff_addr): Likewise.
6341 * gdb.trace/trace-break.exp: Likewise.
6342 * gdb.trace/trace-condition.exp: Likewise.
6343 * gdb.trace/trace-mt.exp: Likewise.
6344
6345 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6346
6347 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6348 result of gdb_remote_download.
6349 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6350 * gdb.base/dso2dso.exp: Likewise.
6351 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6352 * gdb.base/print-file-var.exp: Likewise.
6353 * gdb.base/shlib-call.exp: Likewise.
6354 * gdb.base/shreloc.exp: Likewise.
6355 * gdb.base/solib-overlap.exp: Likewise.
6356 * gdb.base/solib-weak.exp (do_test): Likewise.
6357 * gdb.base/unload.exp: Likewise.
6358
6359 2016-04-27 Yao Qi <yao.qi@linaro.org>
6360
6361 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6362 exists.
6363
6364 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6365
6366 * vla-type.exp: Print structure from toplevel.
6367
6368 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6369
6370 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6371 of dynamic types.
6372 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6373 of dynamic types.
6374
6375 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6376
6377 * gdb.fortran/vla-type.f90: New file.
6378 * gdb.fortran/vla-type.exp: New file.
6379
6380 2016-04-25 Yao Qi <yao.qi@linaro.org>
6381
6382 * gdb.base/branch-to-self.c: New file.
6383 * gdb.base/branch-to-self.exp: New file.
6384
6385 2016-04-22 Yao Qi <yao.qi@linaro.org>
6386
6387 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6388 more after $hex.
6389
6390 2016-04-22 Yao Qi <yao.qi@linaro.org>
6391
6392 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6393 * gdb.base/annota3.exp: Likewise.
6394
6395 2016-04-22 Yao Qi <yao.qi@linaro.org>
6396
6397 * gdb.reverse/step-precsave.exp: Do one step and test program
6398 stops in "callee" and do multiple steps until program goes out
6399 of "callee".
6400 * gdb.reverse/step-reverse.exp: Likewise.
6401
6402 2016-04-22 Yao Qi <yao.qi@linaro.org>
6403
6404 * gdb.trace/signal.exp: Also pass if
6405 $tracepoint_hits($i) > $iterations.
6406
6407 2016-04-22 Yao Qi <yao.qi@linaro.org>
6408
6409 * gdb.trace/signal.c: New file.
6410 * gdb.trace/signal.exp: New file.
6411
6412 2016-04-19 Doug Evans <xdje42@gmail.com>
6413
6414 * gdb.base/bad-file.exp: New file.
6415
6416 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6417
6418 * gdb.dwarf2/implref.exp: New file.
6419
6420 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6421
6422 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6423 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6424 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6425 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6426 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6427 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6428 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6429 * lib/fortran.exp (fortran_int4): New procedure.
6430 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6431 (fortran_logical4): Likewise.
6432
6433 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6434
6435 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6436
6437 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6438
6439 * lib/compiler.c: Add Intel specific preprocessor macros.
6440 * lib/compiler.cc: Likewise.
6441
6442 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6443
6444 * gdb.server/connect-with-no-symbol-file.c: New file.
6445 * gdb.server/connect-with-no-symbol-file.exp: New file.
6446
6447 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6448
6449 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6450
6451 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6452
6453 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6454 standard output directory.
6455
6456 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6457
6458 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6459
6460 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6461
6462 * gdb.btrace/instruction_history.c (loop): Add declaration.
6463
6464 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6465
6466 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6467
6468 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6469
6470 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6471 parentheses to print.
6472 (continue_handler): Likewise.
6473
6474 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6475
6476 * gdb.server/solib-list.exp: Remove is_remote check.
6477 Pass shlib= to gdb_compile. Don't link shared library with
6478 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6479 Run binary filename through "readlink -f" on the target.
6480
6481 2016-04-08 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6484 interpreter filename as argument to gdbserver_spawn.
6485 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6486 Return empty if $last_loaded_file does not exist.
6487
6488 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6489
6490 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6491 * gdb.base/jit-main.c: Use exit after usage.
6492
6493 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6494
6495 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6496 GDBHISTSIZE prior to the tests.
6497 * gdb.base/gdbinit-history.exp: Likewise.
6498
6499 2016-04-07 Pedro Alves <palves@redhat.com>
6500
6501 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6502 instead of build_executable. Use gdb_load_shlibs.
6503
6504 2016-04-07 Yao Qi <yao.qi@linaro.org>
6505
6506 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6507 Execute "si" command.
6508
6509 2016-04-07 Yao Qi <yao.qi@linaro.org>
6510
6511 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6512 number instead of the comments on some line.
6513
6514 2016-04-06 Don Breazeal <donb@codesourcery.com>
6515
6516 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6517 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6518
6519 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6520
6521 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6522 standard_output_file. Remove unused binfile variable.
6523
6524 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6525
6526 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6527 * gdb.python/py-mi-objfile.exp: Match "list main" output
6528 in console format.
6529
6530 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6531
6532 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6533 absolute.
6534
6535 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6536
6537 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6538 absolute.
6539 * gdb.trace/ftrace.exp: Likewise.
6540 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6541 targets as well.
6542 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6543 (gdb_load_shlibs): Copy libraries to test directory when testing
6544 natively. Only set solib-search-path if testing remotely.
6545 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6546
6547 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6548
6549 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6550 gdb_download. Use it even if the target is not remote.
6551 * gdb.base/jit.exp (compile_jit_test): Likewise.
6552 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6553 output directory if the destination board is local, otherwise use
6554 the standard remote_download from DejaGnu.
6555 (gdb_download): Remove.
6556 (gdb_load_shlibs): Use gdb_remote_download instead of
6557 gdb_download.
6558 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6559 Use gdb_remote_download instead of gdb_download. Use it even if
6560 the target is not remote.
6561 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6562 instead of gdb_download.
6563
6564 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6565
6566 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6567 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6568 run.
6569
6570 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6571
6572 PR gdb/19820
6573 * gdb.base/printcmds.exp: Add artificial arrays tests.
6574
6575 2016-03-31 Pedro Alves <palves@redhat.com>
6576
6577 PR gdb/19858
6578 * gdb.base/jit-main.c: Include unistd.h.
6579 (ATTACH): Define to 0 if not already defined.
6580 (wait_for_gdb, mypid): New globals.
6581 (WAIT_FOR_GDB): New macro.
6582 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6583 some breakpoint locations.
6584 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6585 New procedures.
6586 (one_jit_test): Add REATTACH parameter, and handle it. Use
6587 continue_to_test_location.
6588 (top level): Test attach, and adjusts calls to one_jit_test.
6589
6590 2016-03-31 Pedro Alves <palves@redhat.com>
6591
6592 PR gdb/19858
6593 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6594 BINSUFFIX parameter, and handle it.
6595 (top level): Adjust calls compile_jit_test.
6596
6597 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6598
6599 PR python/19743
6600 * gdb.python/py-mi-events-gdb.py: New file.
6601 * gdb.python/py-mi-events.c: New file.
6602 * gdb.python/py-mi-events.exp: New file.
6603
6604 2016-03-30 Yao Qi <yao.qi@linaro.org>
6605
6606 * gdb.reverse/until-precsave.exp: Match function name only.
6607 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6608 Move malloc to a condition block.
6609 * gdb.reverse/until-reverse.exp: Match function name only.
6610
6611 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6612
6613 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6614 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6615 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6616 variable for GPR 0 instead of assuming it is register 0.
6617 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6618 * lib/trace-support.exp: Add s390 registers.
6619
6620 2016-03-29 Yao Qi <yao.qi@linaro.org>
6621
6622 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6623
6624 2016-03-24 Yao Qi <yao.qi@linaro.org>
6625
6626 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6627 test message.
6628
6629 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6630
6631 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6632 maintaining separate logic for constructing the output path.
6633
6634 2016-03-16 Don Breazeal <donb@codesourcery.com>
6635
6636 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6637 Retry fork and waitpid on interrupted system call errors.
6638 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6639 Use with_timeout_factor to increase timeout by factor of 10.
6640
6641 2016-03-15 Don Breazeal <donb@codesourcery.com>
6642
6643 * gdb.cp/scope-err.cc: New test program.
6644 * gdb.cp/scope-err.exp: New test script.
6645 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6646 lines and "set breakpoint here" comment.
6647 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6648 Fixed some whitespace and format issues.
6649 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6650 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6651
6652 2016-03-15 Doug Evans <dje@google.com>
6653
6654 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6655 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6656 All callers updated. Add tests for enums, mixed flags register.
6657
6658 2016-03-15 Doug Evans <dje@google.com>
6659
6660 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6661 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6662
6663 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6664
6665 * gdb.base/default.exp: Add $_as_string to the list of expected
6666 convenience functions.
6667
6668 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6669
6670 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6671
6672 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6673
6674 * gdb.python/py-as-string.exp: New file.
6675 * gdb.python/py-as-string.c: New file.
6676
6677 2016-03-09 Pedro Alves <palves@redhat.com>
6678
6679 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6680 signal" -> "Thread NN received signal" output change.
6681 * gdb.threads/ia64-sigill.exp: Likewise.
6682 * gdb.threads/linux-dp.exp: Likewise.
6683 * gdb.threads/manythreads.exp: Likewise.
6684 * gdb.threads/pending-step.exp: Likewise.
6685 * gdb.threads/print-threads.exp: Likewise.
6686 * gdb.threads/sigstep-threads.exp: Likewise.
6687 * gdb.threads/staticthreads.exp: Likewise.
6688 * gdb.threads/tls.exp: Likewise.
6689
6690 2016-03-09 Pedro Alves <palves@redhat.com>
6691
6692 * gdb.base/command-line-input.exp: New file.
6693
6694 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6695
6696 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6697 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6698 * gdb.trace/pending.exp: Accept leading dot before function name.
6699 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6700 * lib/trace-support.exp: Set registers for ppc.
6701
6702 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6703
6704 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6705 use it for disassembly; accept .main in addition to main in backtrace.
6706
6707 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6708 Marcin Kościelnicki <koriakin@0x04.net>
6709
6710 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6711 (gdb_recursion_test_ptr): New global variable.
6712 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6713 gdb_recursion_test.
6714 (gdb_c_test): Ditto.
6715
6716 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6717
6718 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6719 ordering.
6720
6721 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6722
6723 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6724 (bar): Add bar_start_lbl label.
6725 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6726 of foo/bar for emitting DWARF and tracing.
6727
6728 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6729
6730 * analyze-racy-logs.py: Set executable bit.
6731
6732 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6733
6734 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6735 (CHECK_TARGET_TMP): Likewise.
6736 (check-single-racy): New rule.
6737 (check-parallel-racy): Likewise.
6738 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6739 (do-check-parallel-racy): New rule.
6740 (check-racy/%.exp): Likewise.
6741 * README (Racy testcases): New section.
6742 * analyze-racy-logs.py: New file.
6743
6744 2016-03-03 Doug Evans <dje@google.com>
6745
6746 * gdb.base/skip.exp: Use with_test_prefix.
6747
6748 2016-03-03 Yao Qi <yao.qi@linaro.org>
6749
6750 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6751 Invoke step_over_syscall "clone" and break_cond_on_syscall
6752 "clone".
6753 * gdb.base/step-over-clone.c: New file.
6754
6755 2016-03-03 Yao Qi <yao.qi@linaro.org>
6756
6757 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6758 code format.
6759
6760 2016-03-03 Yao Qi <yao.qi@linaro.org>
6761
6762 * gdb.base/disp-step-fork.c: Rename to ...
6763 * gdb.base/step-over-fork.c: ... it. New file.
6764 * gdb.base/disp-step-vfork.c: Rename to ...
6765 * gdb.base/step-over-vfork.c: ... it. New file.
6766 * gdb.base/disp-step-syscall.exp: Rename to ...
6767 * gdb.base/step-over-syscall.exp: ... it. New file.
6768 (disp_step_cross_syscall): Rename to ...
6769 (step_over_syscall): ... it.
6770
6771 2016-03-03 Yao Qi <yao.qi@linaro.org>
6772
6773 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6774 If target supports condition evaluation on target, invoke
6775 break_cond_on_syscall for fork and vfork.
6776
6777 2016-03-03 Yao Qi <yao.qi@linaro.org>
6778
6779 * gdb.base/disp-step-syscall.exp: Don't invoke
6780 support_displaced_stepping.
6781 (disp_step_cross_syscall): Test with displaced stepping off and
6782 on if supported.
6783
6784 2016-03-03 Yao Qi <yao.qi@linaro.org>
6785
6786 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6787 proc.
6788 (setup): New proc.
6789 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6790 and setup.
6791
6792 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6793
6794 * gdb.fortran/vla-history.exp: Remove breakpoint.
6795
6796 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6797
6798 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6799 exceeds timeout.
6800
6801 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6802
6803 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6804 breakpoint.
6805
6806 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6807
6808 * gdb.mi/vla.f90: Nullify pointer after declaration.
6809
6810 2016-03-01 Pedro Alves <palves@redhat.com>
6811
6812 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6813
6814 2016-03-01 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6817 before anything else.
6818 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6819 _GNU_SOURCE here.
6820 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6821 before anything else.
6822 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6823
6824 2016-03-01 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6827
6828 2016-03-01 Yao Qi <yao.qi@linaro.org>
6829
6830 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6831 prepare_for_testing.
6832
6833 2016-03-01 Yao Qi <yao.qi@linaro.org>
6834
6835 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6836
6837 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6838
6839 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6840 manually constructing the output path.
6841
6842 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6843
6844 * gdb.arch/s390-stackless.S: New.
6845 * gdb.arch/s390-stackless.exp: New.
6846
6847 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6848
6849 * gdb.dlang/circular.c: New file.
6850 * gdb.dlang/circular.exp: New file.
6851
6852 2016-02-26 Yao Qi <yao.qi@linaro.org>
6853
6854 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6855 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6856 (testcases): Update.
6857
6858 2016-02-26 Yao Qi <yao.qi@linaro.org>
6859
6860 * gdb.reverse/aarch64.c: Rename to ...
6861 * gdb.reverse/insn-reverse.c: ... it.
6862 * gdb.reverse/aarch64.exp: Rename to ...
6863 * gdb.reverse/insn-reverse.exp: ... it.
6864
6865 2016-02-26 Yao Qi <yao.qi@linaro.org>
6866
6867 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6868 (testcase_ftype): New.
6869 (testcases): New array.
6870 (n_testcases): New.
6871 (main): Call each element in testcases.
6872 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6873 (read_testcase): New.
6874 Do the tests in a loop.
6875
6876 2016-02-25 Yao Qi <yao.qi@linaro.org>
6877
6878 * gdb.base/branches.c: Remove.
6879
6880 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6881
6882 PR gdb/13808
6883 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6884
6885 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6886
6887 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6888
6889 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6890
6891 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6892 change x86_64 call_insn to 'callq'.
6893
6894 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6895
6896 * gdb.trace/tfile-avx.c: Move to...
6897 * gdb.trace/tracefile-pseudo-reg.c: Here.
6898 * gdb.trace/tfile-avx.exp: Move to...
6899 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6900
6901 2016-02-24 Gary Benson <gbenson@redhat.com>
6902
6903 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6904 message on attach.
6905
6906 2016-02-23 Doug Evans <dje@google.com>
6907
6908 * gdb.base/skip.c (test_skip): New function.
6909 (end_test_skip_file_and_function): New function.
6910 (test_skip_file_and_function): New function.
6911 * gdb.base/skip1.c (test_skip): New function.
6912 (skip1_test_skip_file_and_function): New function.
6913 * gdb.base/skip.exp: Add tests for new skip options.
6914 * gdb.base/skip-solib.exp: Update expected output.
6915 * gdb.perf/skip-command.cc: New file.
6916 * gdb.perf/skip-command.exp: New file.
6917 * gdb.perf/skip-command.py: New file.
6918
6919 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6920
6921 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6922 info registers pattern.
6923
6924 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6925
6926 * lib/future.exp: Add D support.
6927 (gdb_find_gdc): New proc.
6928 (gdb_default_target_compile): Add D support.
6929
6930 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6931
6932 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6933 user+system time.
6934 (trace_speed_test): Determine the iteration count for a time
6935 between 15..30 seconds.
6936
6937 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6938
6939 * gdb.arch/i386-mpx-sigsegv.c: New file.
6940 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6941 * gdb.arch/i386-mpx-simple_segv.c: New file.
6942 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6943
6944 2016-02-18 Yao Qi <yao.qi@linaro.org>
6945
6946 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6947 Don't call setup_kfail.
6948
6949 2016-02-18 Yao Qi <yao.qi@linaro.org>
6950
6951 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6952 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6953
6954 2016-02-16 Doug Evans <dje@google.com>
6955
6956 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6957 * gdb.base/skip1.c: Ditto.
6958 * gdb.base/skip.exp: Whitespace cleanup.
6959
6960 2016-02-16 Don Breazeal <donb@codesourcery.com>
6961
6962 PR remote/19496
6963 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6964 Remove kfail for PR remote/19496.
6965
6966 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6967
6968 * lib/gdb.exp (standard_temp_file): Return a path specific to
6969 the runtest invocation.
6970
6971 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6972
6973 * gdb.trace/save-trace.exp: Change relative path to be in the
6974 standard output directory.
6975
6976 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6977
6978 * gdb.arch/i386-prologue.c: Add missing prototypes.
6979
6980 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6981
6982 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6983 * gdb.arch/i386-prologue.exp: Likewise.
6984 * gdb.arch/i386-size.exp: Likewise.
6985
6986 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6987
6988 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6989 define object file path.
6990 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6991 file path.
6992 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6993 standard_output_file to define binfile.
6994
6995 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 Fix compatibility with recent gfortran-5.3.1.
6998 * gdb.fortran/vla-history.exp (print vla1 allocated)
6999 (print vla2 allocated, print $2, print $3): Remove
7000 (print $4): Rename to ...
7001 (print $2): ... here.
7002 (print $9): Rename to ...
7003 (print $5): ... here.
7004 (print $10): Rename to ...
7005 (print $6): ... here.
7006 * gdb.fortran/vla.f90: Add pvla initialization.
7007
7008 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7009
7010 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7011 New test.
7012 * gdb.fortran/vla-value-sub.exp: Likewise.
7013
7014 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7015
7016 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7017
7018 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7019
7020 * i386-biarch-core.exp: Define corefile using
7021 standard_output_file.
7022
7023 2016-02-12 Yao Qi <yao.qi@linaro.org>
7024
7025 * gdb.arch/arm-single-step-kernel-helper.c: New.
7026 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7027
7028 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7029
7030 * gdb.btrace/tailcall-only.exp: New.
7031 * gdb.btrace/tailcall-only.c: New.
7032 * gdb.btrace/x86_64-tailcall-only.S: New.
7033 * gdb.btrace/i686-tailcall-only.S: New.
7034
7035 2016-02-11 Pedro Alves <palves@redhat.com>
7036
7037 * README (Parallel testing): Add missing double quotes.
7038
7039 2016-02-11 Pedro Alves <palves@redhat.com>
7040
7041 * README (Parallel testing): New section.
7042 (GDB_PARALLEL): Rewrite.
7043 (FORCE_PARALLEL): Document.
7044
7045 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7046
7047 * gdb.trace/tfile-avx.c: New test.
7048 * gdb.trace/tfile-avx.exp: New test.
7049
7050 2016-02-09 Keith Seitz <keiths@redhat.com>
7051
7052 PR breakpoints/19546
7053 * gdb.base/infcall-exec.c: New file.
7054 * gdb.base/infcall-exec2.c: New file.
7055 * gdb.base/infcall-exec.exp: New file.
7056
7057 2016-02-09 Keith Seitz <keiths@redhat.com>
7058
7059 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7060 (toplevel): Call test_bkpt_address.
7061
7062 2016-02-09 Keith Seitz <keiths@redhat.com>
7063
7064 PR python/19506
7065 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7066 (toplevel): Call test_bkpt_address.
7067
7068 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7069
7070 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7071 to AC_OUTPUT.
7072 * configure: Regenerate.
7073
7074 2016-02-09 Pedro Alves <palves@redhat.com>
7075
7076 PR breakpoints/19548
7077 * gdb.base/execl-update-breakpoints.c (some_function): New
7078 function.
7079 (main): Call it.
7080 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7081 Tighten expected GDB output.
7082
7083 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7084
7085 * Makefile.in (ALL_SUBDIRS): Remove.
7086 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7087 (distclean maintainer-clean realclean): Likewise.
7088 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7089 * configure: Regenerate.
7090 * gdb.ada/Makefile.in: Delete.
7091 * gdb.arch/Makefile.in: Likewise.
7092 * gdb.asm/Makefile.in: Likewise.
7093 * gdb.base/Makefile.in: Likewise.
7094 * gdb.btrace/Makefile.in: Likewise.
7095 * gdb.cell/Makefile.in: Likewise.
7096 * gdb.compile/Makefile.in: Likewise.
7097 * gdb.cp/Makefile.in: Likewise.
7098 * gdb.disasm/Makefile.in: Likewise.
7099 * gdb.dlang/Makefile.in: Likewise.
7100 * gdb.dwarf2/Makefile.in: Likewise.
7101 * gdb.fortran/Makefile.in: Likewise.
7102 * gdb.gdb/Makefile.in: Likewise.
7103 * gdb.go/Makefile.in: Likewise.
7104 * gdb.guile/Makefile.in: Likewise.
7105 * gdb.java/Makefile.in: Likewise.
7106 * gdb.linespec/Makefile.in: Likewise.
7107 * gdb.mi/Makefile.in: Likewise.
7108 * gdb.modula2/Makefile.in: Likewise.
7109 * gdb.multi/Makefile.in: Likewise.
7110 * gdb.objc/Makefile.in: Likewise.
7111 * gdb.opencl/Makefile.in: Likewise.
7112 * gdb.opt/Makefile.in: Likewise.
7113 * gdb.pascal/Makefile.in: Likewise.
7114 * gdb.perf/Makefile.in: Likewise.
7115 * gdb.python/Makefile.in: Likewise.
7116 * gdb.reverse/Makefile.in: Likewise.
7117 * gdb.server/Makefile.in: Likewise.
7118 * gdb.stabs/Makefile.in: Likewise.
7119 * gdb.threads/Makefile.in: Likewise.
7120 * gdb.trace/Makefile.in: Likewise.
7121 * gdb.xml/Makefile.in: Likewise.
7122 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7123 GDB_PARALLEL.
7124 (standard_output_file): Remove check for GDB_PARALLEL, always
7125 return path in outputs/$subdir/$testname.
7126
7127 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7128
7129 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7130 (site.exp): Assign abs_srcdir to tcl's srcdir.
7131
7132 2016-02-04 Yao Qi <yao.qi@linaro.org>
7133
7134 * gdb.base/foll-exec-mode.c: Include limits.h.
7135 (main): Add parameters argc and argv. Get directory from
7136 argv[0].
7137 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7138 compilation.
7139 * gdb.base/foll-exec.c: Include limits.h.
7140 (main): Add parameters argc and argv.
7141 Get directory from argv[0].
7142 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7143 Adjust tests on the number of lines as source code changed.
7144 * gdb.base/foll-vfork-exit.c: Include limits.h.
7145 (main): Add one line of statement before vfork.
7146 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7147 (main): Add parameters argc and argv. Get directory from
7148 argv[0].
7149 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7150 (setup_gdb): Set tbreak to skip some source lines.
7151 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7152 (main): Add parameters argc and argv. Get directory from
7153 argv[0].
7154 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7155 compilation.
7156 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7157 (main): Add parameters argc and argv. Get directory from
7158 argv[0].
7159 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7160 compilation.
7161
7162 2016-02-01 Doug Evans <dje@google.com>
7163
7164 * gdb.base/skip.exp: Clean up multiple references to same test name.
7165
7166 2016-02-01 Pedro Alves <palves@redhat.com>
7167
7168 PR remote/19496
7169 * gdb.threads/forking-threads-plus-breakpoint.exp
7170 (displaced_stepping_supported): New global.
7171 (probe_displaced_stepping_support): New procedure.
7172 (do_test): Add 'displaced' parameter, and use it.
7173 (top level): Check for displaced stepping support. Add displaced
7174 stepping on/off testing axis.
7175
7176 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7177
7178 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7179 pointer. Don't perform further tests on the unassociated pointer
7180 if the first test fails.
7181
7182 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7183
7184 * gdb.base/max-value-size.c: New file.
7185 * gdb.base/max-value-size.exp: New file.
7186 * gdb.base/huge.exp: Disable max-value-size for this test.
7187
7188 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7189
7190 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7191
7192 2016-01-28 Yao Qi <yao.qi@linaro.org>
7193
7194 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7195
7196 2016-01-25 Pedro Alves <palves@redhat.com>
7197
7198 PR threads/19461
7199 * gdb.base/fork-running-state.c: New file.
7200 * gdb.base/fork-running-state.exp: New file.
7201
7202 2016-01-25 Pedro Alves <palves@redhat.com>
7203
7204 PR gdb/19494
7205 * gdb.base/catch-fork-kill.c: New file.
7206 * gdb.base/catch-fork-kill.exp: New file.
7207
7208 2016-01-25 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7211 Delete, moved to lib/gdb.exp.
7212 * gdb.threads/forking-threads-plus-breakpoint.exp
7213 (foreach_with_prefix): Likewise.
7214 * gdb.threads/process-dies-while-handling-bp.exp
7215 (foreach_with_prefix): Likewise.
7216 * lib/gdb.exp (foreach_with_prefix): New procedure.
7217
7218 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7219
7220 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7221 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7222
7223 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7224
7225 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7226 endian targets.
7227
7228 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7229 Pedro Alves <palves@redhat.com>
7230
7231 Fix testsuite compatibility with Guile.
7232 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7233 number.
7234
7235 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7236
7237 Fix testsuite compatibility with Guile.
7238 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7239 (thread 1): New test for backtrace through signal handler.
7240
7241 2016-01-22 Yao Qi <yao.qi@linaro.org>
7242
7243 PR testsuite/19491
7244 * gdb.base/multi-forks.c: Include
7245 ../lib/unbuffer_output.c
7246 (main): Call gdb_unbuffer_output.
7247
7248 2016-01-21 Doug Evans <dje@google.com>
7249
7250 * lib/ada.exp (gdb_compile_ada): Fix typo.
7251
7252 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7253
7254 * gdb.base/break-fun-addr.exp: New file.
7255 * gdb.base/break-fun-addr1.c: New file.
7256 * gdb.base/break-fun-addr2.c: New file.
7257
7258 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7259
7260 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7261 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7262 enum flag values.
7263
7264 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7265
7266 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7267 when GDB can not set the vector return value. Add more comments
7268 for clarification.
7269
7270 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7271
7272 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7273 command.
7274
7275 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7276
7277 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7278
7279 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7280
7281 * Makefile.in (check-single): Pass --status to runtest.
7282 (check/%.exp): Likewise.
7283
7284 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7285
7286 * Makefile.in (check-parallel): Propagate return code from make
7287 do-check-parallel.
7288
7289 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7290
7291 * gdb.trace/ftrace.exp: Fix expected message on continue.
7292 * gdb.trace/pending.exp: Fix expected message on continue.
7293 * gdb.trace/trace-break.exp: Fix expected message on continue.
7294
7295 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7296
7297 * lib/gdb.exp (gdb_test): Remove unused global references.
7298
7299 2016-01-18 Pedro Alves <palves@redhat.com>
7300
7301 * gdb.base/async-shell.exp: Adjust expected output.
7302 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7303 * gdb.base/siginfo-thread.exp: Adjust expected output.
7304 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7305 * gdb.java/jnpe.exp: Adjust expected output.
7306 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7307 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7308 * gdb.threads/leader-exit.exp: Adjust expected output.
7309 * gdb.threads/manythreads.exp: Adjust expected output.
7310 * gdb.threads/pthreads.exp: Adjust expected output.
7311 * gdb.threads/schedlock.exp: Adjust expected output.
7312 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7313 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7314 expected output.
7315 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7316 output.
7317 * gdb.threads/sigthread.exp: Adjust expected output.
7318 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7319
7320 2016-01-18 Yao Qi <yao.qi@linaro.org>
7321
7322 * gdb.guile/scm-section-script.c: Replace @progbits with
7323 %progbits.
7324 * gdb.python/py-section-script.c: Likewise.
7325
7326 2016-01-15 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.multi/tids.exp: Test star wildcard ranges.
7329
7330 2016-01-15 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7333 command from "thread apply" invocation.
7334 (thr_apply_info_thr_invalid): Default the expected output to the
7335 input tid list.
7336 (top level): Add tests that use convenience variables. Add tests
7337 for "thread apply" with a valid TID list, but missing the command.
7338
7339 2016-01-13 Pedro Alves <palves@redhat.com>
7340
7341 * gdb.base/default.exp: Expect $_gthread as well.
7342 * gdb.multi/tids.exp: Test $_gthread.
7343 * gdb.threads/thread-specific.exp: Test $_gthread.
7344
7345 2016-01-13 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.multi/tids.exp: Test "info threads -gid".
7348
7349 2016-01-13 Pedro Alves <palves@redhat.com>
7350
7351 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7352 Breakpoint.thread.
7353 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7354
7355 2016-01-07 Pedro Alves <palves@redhat.com>
7356
7357 * gdb.base/break.exp: Adjust to output changes.
7358 * gdb.base/hbreak2.exp: Likewise.
7359 * gdb.base/sepdebug.exp: Likewise.
7360 * gdb.base/watch_thread_num.exp: Likewise.
7361 * gdb.linespec/keywords.exp: Likewise.
7362 * gdb.multi/info-threads.exp: Likewise.
7363 * gdb.threads/thread-find.exp: Likewise.
7364 * gdb.multi/tids.c: New file.
7365 * gdb.multi/tids.exp: New file.
7366
7367 2016-01-13 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7370
7371 2016-01-13 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.base/default.exp: Expect $_inferior as well.
7374 * gdb.multi/base.exp: Test $_inferior.
7375
7376 2016-01-13 Pedro Alves <palves@redhat.com>
7377
7378 PR breakpoints/19388
7379 * gdb.base/catch-signal-siginfo-cond.c: New file.
7380 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7381
7382 2016-01-12 Josh Stone <jistone@redhat.com>
7383 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7384
7385 * gdb.base/catch-syscall.c (do_execve): New variable.
7386 (main): Conditionally trigger an execve.
7387 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7388 (test_catch_syscall_execve): New, check entry/return across execve.
7389 (do_syscall_tests): Call test_catch_syscall_execve.
7390
7391 2016-01-12 Pedro Alves <palves@redhat.com>
7392
7393 * gdb.base/random-signal.exp (do_test): New procedure, with body
7394 of testcase moved in.
7395
7396 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7397 Pedro Alves <palves@redhat.com>
7398
7399 * gdb.base/funcargs.exp (finish from indirectly called function):
7400 Reintroduce the case for 'First'.
7401
7402 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7403 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7406 (tcatch_vfork_then_child_follow_exec)
7407 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7408 identification.
7409
7410 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7411
7412 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7413 and repeats to unlimited.
7414 * gdb.python/py-value.exp: Likewise.
7415 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7416 and repeats to unlimited.
7417
7418 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7419
7420 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7421 and reordering the functions.
7422 * gdb.multi/hangout.c: Likewise.
7423 * gdb.multi/hello.c: Likewise.
7424
7425 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7426
7427 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7428 absolute.
7429 (SingleStatisticTestResult.report): Use dict.keys instead of
7430 dict.iterkeys.
7431
7432 2016-01-06 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7435
7436 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7437
7438 * gdb.btrace/dlopen.exp: New.
7439 * gdb.btrace/dlopen.c: New.
7440 * gdb.btrace/dlopen-dso.c: New.
7441
7442 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7443
7444 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7445 PATTERN argument is optional.
7446
7447 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7448
7449 * lib/ada.exp (target_compile_ada_from_dir): New function.
7450 (gdb_compile_ada): Reimplement avoiding the use of project files.
7451 * gdb.ada/gnat_ada.gpr: Delete.
7452 * gdb.ada/cond_lang.exp: Adjust test to make path before
7453 filename optional.
7454 * gdb.ada/small_reg_param.exp: Likewise.
7455
7456 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7457
7458 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7459
7460 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7461
7462 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7463 case.
7464
7465 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7466
7467 * gdb.base/break.exp: Remove dead code.
7468 * gdb.base/sepdebug.exp: Likewise.
7469
7470 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7471
7472 * gdb.asm/asm-source.exp: Remove HP-UX references.
7473 * gdb.base/annota1.exp: Likewise.
7474 * gdb.base/annota3.exp: Likewise.
7475 * gdb.base/attach.exp: Likewise.
7476 * gdb.base/bigcore.exp: Likewise.
7477 * gdb.base/break.exp: Likewise.
7478 * gdb.base/call-ar-st.exp: Likewise.
7479 * gdb.base/callfuncs.exp: Likewise.
7480 * gdb.base/catch-fork-static.exp: Likewise.
7481 * gdb.base/display.exp: Likewise.
7482 * gdb.base/foll-exec-mode.exp: Likewise.
7483 * gdb.base/foll-exec.exp: Likewise.
7484 * gdb.base/foll-fork.exp: Likewise.
7485 * gdb.base/foll-vfork.exp: Likewise.
7486 * gdb.base/funcargs.exp: Likewise.
7487 * gdb.base/hbreak2.exp: Likewise.
7488 * gdb.base/inferior-died.exp: Likewise.
7489 * gdb.base/interrupt.exp: Likewise.
7490 * gdb.base/multi-forks.exp: Likewise.
7491 * gdb.base/nodebug.exp: Likewise.
7492 * gdb.base/sepdebug.exp: Likewise.
7493 * gdb.base/solib1.c: Likewise.
7494 * gdb.base/step-test.exp: Likewise.
7495 * gdb.mi/non-stop.c: Likewise.
7496 * gdb.mi/pthreads.c: Likewise.
7497 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7498 * gdb.threads/pthreads.c: Likewise.
7499 * gdb.threads/staticthreads.exp: Likewise.
7500 * lib/future.exp: Likewise.
7501 * lib/gdb.exp: Likewise.
7502 * gdb.base/so-indr-cl.c: Remove.
7503 * gdb.base/so-indr-cl.exp: Likewise.
7504 * gdb.base/solib.c: Likewise.
7505 * gdb.base/solib.exp: Likewise.
7506 * gdb.base/solib2.c: Likewise.
7507
7508 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7509
7510 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7511 * gdb.base/call-ar-st.exp: Likewise.
7512 * gdb.base/callfuncs.exp: Likewise.
7513 * gdb.base/condbreak.exp: Likewise.
7514 * gdb.base/constvars.exp: Likewise.
7515 * gdb.base/hbreak2.exp: Likewise.
7516 * gdb.base/langs.exp: Likewise.
7517 * gdb.base/list.exp: Likewise.
7518 * gdb.base/long_long.exp: Likewise.
7519 * gdb.base/ptype.exp: Likewise.
7520 * gdb.base/scope.exp: Likewise.
7521 * gdb.base/signals.exp: Likewise.
7522 * gdb.base/so-impl-ld.exp: Likewise.
7523 * gdb.base/varargs.exp: Likewise.
7524 * gdb.base/volatile.exp: Likewise.
7525 * gdb.base/whatis.exp: Likewise.
7526 * gdb.cp/cplusfuncs.exp: Likewise.
7527 * gdb.cp/inherit.exp: Likewise.
7528 * gdb.cp/local.exp: Likewise.
7529 * gdb.cp/member-ptr.exp: Likewise.
7530 * gdb.cp/method.exp: Likewise.
7531 * gdb.cp/overload.exp: Likewise.
7532 * gdb.cp/templates.exp: Likewise.
7533 * gdb.stabs/weird.exp: Likewise.
7534 * lib/compiler.c: Likewise.
7535 * lib/compiler.cc: Likewise.
7536 * lib/cp-support.exp: Likewise.
7537 * lib/gdb.exp: Likewise.
7538
7539 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7540
7541 * configure.ac: Remove HP-UX case.
7542 * configure: Regenerate.
7543
7544 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7545
7546 * lib/gdb.exp (gdb_compile): Add function doc.
7547
7548 2015-12-17 Pedro Alves <palves@redhat.com>
7549
7550 PR threads/19354
7551 * gdb.multi/info-threads.exp: New file.
7552
7553 2015-12-15 Yao Qi <yao.qi@linaro.org>
7554
7555 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7556 is aarch64*-*-*.
7557
7558 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7559
7560 * gdb.base/history-duplicates.exp: Skip if no readline support.
7561
7562 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7563
7564 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7565
7566 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7567
7568 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7569
7570 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7571
7572 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7573 ctrl-C if nointerrupts target property is set.
7574 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7575 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7576 * gdb.base/paginate-bg-execution.exp: Likewise.
7577 * gdb.base/paginate-execution-startup.exp: Likewise.
7578 * gdb.base/random-signal.exp: Likewise.
7579 * gdb.base/range-stepping.exp: Likewise.
7580 * gdb.cp/annota2.exp: Likewise.
7581 * gdb.cp/annota3.exp: Likewise.
7582 * gdb.gdb/selftest.exp: Likewise.
7583 * gdb.threads/continue-pending-status.exp: Likewise.
7584 * gdb.threads/leader-exit.exp: Likewise.
7585 * gdb.threads/manythreads.exp: Likewise.
7586 * gdb.threads/pthreads.exp: Likewise.
7587 * gdb.threads/schedlock.exp: Likewise.
7588 * gdb.threads/sigthread.exp: Likewise.
7589
7590 2015-12-11 Don Breazeal <donb@codesourcery.com>
7591
7592 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7593 remote.
7594 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7595 * gdb.base/foll-exec.exp (main): Enable for target remote.
7596 * gdb.base/foll-fork.exp (main): Likewise.
7597 * gdb.base/foll-vfork.exp (main): Likewise.
7598 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7599 (proc continue_to_exit_bp_loc): Use clean_restart.
7600 * gdb.base/pie-execl.exp (main): Disable for target remote.
7601 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7602 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7603 * gdb.threads/execl.exp (main): Likewise.
7604 * gdb.threads/fork-child-threads.exp (main): Likewise.
7605 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7606 remote.
7607 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7608 remote.
7609 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7610 pid.tid style ptids, instead of just tid.
7611 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7612 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7613 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7614 ptids, instead of just tid.
7615
7616 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7617
7618 * gdb.base/list.exp (test_list_forward): Add end of file error
7619 test.
7620 (test_repeat_list_command): Add end of file error test.
7621 (test_list_backwards): Add beginning of file error test.
7622
7623 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7624
7625 * gdb.base/list.exp (test_list_invalid_args): New function,
7626 defined, and called.
7627
7628 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7629
7630 * gdb.base/list.exp (test_list): Make test names unique.
7631
7632 2015-12-11 Yao Qi <yao.qi@linaro.org>
7633
7634 * gdb.base/coremaker2.c: Remove.
7635
7636 2015-12-10 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.multi/base.exp: Remove stale "spaces" references.
7639
7640 2015-12-10 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.multi/base.exp: Don't use nowarnings.
7643 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7644 * gdb.multi/hangout.c: Include stdio.h.
7645 * gdb.multi/hello.c: Include stdlib.h.
7646 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7647 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7648 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7649
7650 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7651
7652 * gdb.dwarf2/dw2-ranges-base.c: New file.
7653 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7654 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7655 support additional line table, and debug ranges generation.
7656 (Dwarf::ranges): New function, generate .debug_ranges.
7657 (Dwarf::lines): Support generating simple line table programs.
7658 (Dwarf::assemble): Initialise new namespace variables.
7659
7660 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7661
7662 * gdb.base/async.exp (proc test_background): Add case for
7663 asynchronous execution not supported.
7664
7665 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7666
7667 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7668 format and change test names to make them unique.
7669
7670 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7671 Pedro Alves <pedro@redhat.com>
7672
7673 PR gdb/18702
7674 Add checking of floatformats setup on x86_64 hosts.
7675 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7676 (smallval, bigval): New labels/constants.
7677 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7678 float" after loading bigval and smallval.
7679
7680 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7681
7682 * gdb.ada/fun_overload_menu.exp: New testcase.
7683 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7684
7685 2015-12-04 Josh Stone <jistone@redhat.com>
7686
7687 * gdb.base/catch-fork-static.exp: New.
7688
7689 2015-12-03 Yao Qi <yao.qi@linaro.org>
7690
7691 * gdb.base/sizeof.c: Don't include stdio.h and
7692 ../lib/unbuffer_output.c.
7693 (main): New variable 'size' and 'value'. Remove printf and
7694 gdb_unbuffer_output. Assign return value to size and value.
7695 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7696 at the beginning.
7697 (check_sizeof): Check the result by printing variable 'size'.
7698 (check_valueof): Check the result by printing variable 'value'.
7699
7700 2015-12-01 Yao Qi <yao.qi@linaro.org>
7701
7702 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7703 for aarch64*-*-linux* target.
7704
7705 2015-11-30 Pedro Alves <palves@redhat.com>
7706
7707 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7708
7709 2015-11-30 Pedro Alves <palves@redhat.com>
7710
7711 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7712 Handle non-stop mode vCont replies.
7713
7714 2015-11-30 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7717 prepare_for_testing. Start gdb with "set non-stop on" appended to
7718 GDBFLAGS. Lax expected stop output.
7719
7720 2015-11-27 Yao Qi <yao.qi@linaro.org>
7721
7722 * gdb.arch/arm-neon.exp: New.
7723 * gdb.arch/arm-neon.c: New.
7724
7725 2015-11-27 Yao Qi <yao.qi@linaro.org>
7726
7727 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7728
7729 2015-11-27 Yao Qi <yao.qi@linaro.org>
7730
7731 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7732 frames-invalid annotation.
7733
7734 2015-11-27 Yao Qi <yao.qi@linaro.org>
7735
7736 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7737
7738 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7739
7740 * gdb.threads/names.exp: New file.
7741 * gdb.threads/names.c: New file.
7742 * README: Mention gdb,no_thread_names.
7743
7744 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7745
7746 PR 19297
7747 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7748 support" error.
7749
7750 2015-11-24 Pedro Alves <palves@redhat.com>
7751
7752 PR 17539
7753 * gdb.base/display.exp: Expect displays to be sorted in ascending
7754 order. Use multi_line.
7755 * gdb.base/solib-display.exp: Likewise.
7756
7757 2015-11-24 Pedro Alves <palves@redhat.com>
7758
7759 PR 17539
7760 * gdb.base/display.exp: Expect displays to be sorted in ascending
7761 order. Use multi_line.
7762 * gdb.base/solib-display.exp: Likewise.
7763
7764 2015-11-24 Pedro Alves <palves@redhat.com>
7765
7766 PR 17539
7767 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7768 threads in ascending order.
7769 * gdb.base/foll-fork.exp: Likewise.
7770 * gdb.base/foll-vfork.exp: Likewise.
7771 * gdb.base/multi-forks.exp: Likewise.
7772 * gdb.mi/mi-nonstop.exp: Likewise.
7773 * gdb.mi/mi-nsintrall.exp: Likewise.
7774 * gdb.multi/base.exp: Likewise.
7775 * gdb.multi/multi-arch.exp: Likewise.
7776 * gdb.python/py-inferior.exp: Likewise.
7777 * gdb.threads/break-while-running.exp: Likewise.
7778 * gdb.threads/execl.exp: Likewise.
7779 * gdb.threads/gcore-thread.exp: Likewise.
7780 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7781 * gdb.threads/kill.exp: Likewise.
7782 * gdb.threads/linux-dp.exp: Likewise.
7783 * gdb.threads/multiple-step-overs.exp: Likewise.
7784 * gdb.threads/next-bp-other-thread.exp: Likewise.
7785 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7786 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7787 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7788 * gdb.threads/thread-find.exp: Likewise.
7789 * gdb.threads/tls.exp: Likewise.
7790 * lib/mi-support.exp (mi_reverse_list): Delete.
7791 (mi_check_thread_states): No longer reverse list.
7792
7793 2015-11-24 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7796 use lowercase.
7797
7798 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7799
7800 * gdb.trace/actions.c: Include trace-common.h.
7801 (main): Add a location for a fast tracepoint.
7802 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7803 the normal tracepoints.
7804 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7805
7806 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7807
7808 * save-trace.exp: Factor out code to these...
7809 (gdb_save_tracepoints): New.
7810 (gdb_load_tracepoints): New.
7811 (do_save_load_test): New.
7812
7813 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7814
7815 * gdb.base/asmlabel.exp: New test.
7816 * gdb.base/asmlabel.c: New test case.
7817
7818 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7819
7820 * gdb.base/wrong_frame_bt_full-main.c: New file.
7821 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7822 * gdb.base/wrong_frame_bt_full.exp: New file.
7823
7824 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7825
7826 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7827
7828 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7829
7830 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7831 pstate register when comparing registers values in
7832 sparc64-*-linux-gnu targets to avoid spurious differences.
7833
7834 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7835
7836 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7837
7838 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7839
7840 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7841 as type argument to gdb_compile.
7842 * gdb.base/nested-subp2.exp: Likewise.
7843 * gdb.base/nested-subp3.exp: Likewise.
7844
7845 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7846
7847 * lib/dwarf.exp (_note): Fix left shift of negative value.
7848 * gdb.trace/trace-condition.exp: Likewise.
7849
7850 2015-11-13 Yao Qi <yao.qi@linaro.org>
7851
7852 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7853 comments about d10v.
7854 (test_scalar_returns): Likewise.
7855 * gdb.base/d10v.ld: Remove.
7856 * gdb.base/overlays.exp: Remove the target triplet checking for
7857 d10v-*-*.
7858 * gdb.base/structs.exp (test_struct_returns): Remove the
7859 comments about d10v.
7860 (test_struct_calls): Likewise.
7861
7862 2015-11-13 Yao Qi <yao.qi@linaro.org>
7863
7864 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7865 * gdb.base/gnu_vector.c: Don't include stdio.h.
7866 (main): Don't print res and call add_some_intvecs.
7867
7868 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7869
7870 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7871 macro.
7872 (func5): Removed.
7873 (func4): Use FAST_TRACEPOINT_LABEL.
7874 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7875 macro.
7876 (func): Removed.
7877 (thread_function): Use FAST_TRACEPOINT_LABEL.
7878 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7879 (func): Remove.
7880 (marker): Use FAST_TRACEPOINT_LABEL.
7881 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7882 (pendfunc1): Remove.
7883 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7884 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7885 (foo): Remove.
7886 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7887 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7888 macro.
7889 (func): Remove.
7890 (marker): Use FAST_TRACEPOINT_LABEL.
7891 * gdb.trace/trace-common.h: New header.
7892 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7893 macro.
7894 (func): Remove.
7895 (marker): Use FAST_TRACEPOINT_LABEL.
7896 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7897 (func): Remove.
7898 (thread_function): Use FAST_TRACEPOINT_LABEL.
7899
7900 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7901
7902 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7903 in front.
7904 * gdb.trace/change-loc.exp: Use global pcreg definition.
7905 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7906 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7907 in front.
7908 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7909 * gdb.trace/pending.exp: Likewise.
7910 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7911 * gdb.trace/trace-break.exp: Likewise.
7912 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7913 in front.
7914 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7915 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7916 in front.
7917 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7918
7919 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7920
7921 * gdb.ada/fin_fun_out: New testcase.
7922
7923 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7924
7925 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7926 value associated with DW_AT_byte_size.
7927 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7928 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7929 DW_AT_upper_bound.
7930
7931 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7932
7933 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7934 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7935 version.
7936 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7937 gdb.dwarf2/dw2-canonicalize-type.exp,
7938 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7939 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7940 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7941 provided by gdb_target_symbol_prefix_flags_asm.
7942 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7943 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7944 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7945 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7946 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7947 macros where needed). Use this macro for symbols which require
7948 the prefix provided by SYMBOL_PREFIX.
7949
7950 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7951
7952 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7953 New procs.
7954 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7955 representing expressions, of more than one list element.
7956 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7957 to prepend linker symbol prefix to f.
7958 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7959 table_1 and table_2.
7960 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7961 Likewise, for f and g.
7962 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7963 for ptr.
7964 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7965 for main.
7966 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7967 table_1_ptr and table_2_ptr.
7968
7969 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7970 Joel Brobecker <brobecker@adacore.com>
7971
7972 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7973
7974 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7975
7976 * gdb.reverse/s390-mvcle.c: New test.
7977 * gdb.reverse/s390-mvcle.exp: New file.
7978 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7979
7980 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7981
7982 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7983
7984 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7985
7986 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7987 reaching marker2.
7988 * gdb.reverse/getresuid-reverse.exp: Likewise.
7989 * gdb.reverse/pipe-reverse.exp: Likewise.
7990 * gdb.reverse/readv-reverse.exp: Likewise.
7991 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7992 * gdb.reverse/time-reverse.exp: Likewise.
7993 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7994
7995 2015-10-30 Yao Qi <yao.qi@linaro.org>
7996
7997 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7998 (empty_cycle): Remove.
7999 (main): Don't call empty_cycle. Don't use watch_count_done.
8000 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8001 empty_cycle. Rewrite the code counting HW watchpoints.
8002
8003 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8004
8005 * gdb.reverse/fstatat-reverse.c: New test.
8006 * gdb.reverse/fstatat-reverse.exp: New file.
8007 * gdb.reverse/getresuid-reverse.c: New test.
8008 * gdb.reverse/getresuid-reverse.exp: New file.
8009 * gdb.reverse/pipe-reverse.c: New test.
8010 * gdb.reverse/pipe-reverse.exp: New file.
8011 * gdb.reverse/readv-reverse.c: New test.
8012 * gdb.reverse/readv-reverse.exp: New file.
8013 * gdb.reverse/recvmsg-reverse.c: New test.
8014 * gdb.reverse/recvmsg-reverse.exp: New file.
8015 * gdb.reverse/time-reverse.c: New test.
8016 * gdb.reverse/time-reverse.exp: New file.
8017 * gdb.reverse/waitpid-reverse.c: New test.
8018 * gdb.reverse/waitpid-reverse.exp: New file.
8019
8020 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8021
8022 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8023
8024 2015-10-26 Doug Evans <dje@google.com>
8025
8026 PR symtab/17391
8027 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8028 * gdb.dwarf2/bad-regnum.c: New file.
8029 * gdb.dwarf2/bad-regnum.exp: New file.
8030
8031 2015-10-26 Doug Evans <dje@google.com>
8032
8033 PR python/18938
8034 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8035 file.
8036
8037 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8038
8039 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8040 for a change by "Mention language in compile error message".
8041
8042 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8043
8044 PR python/18073
8045 * gdb.python/py-type.c (C::a_method): New.
8046 (C::a_const_method): New.
8047 (C::a_static_method): New.
8048 (a_function): New.
8049 * gdb.python/py-type.exp (test_fields): Test getting fields
8050 from function and method.
8051
8052 2015-10-21 Keven Boell <keven.boell@intel.com>
8053
8054 * gdb.fortran/vla-alloc-assoc.exp: New file.
8055 * gdb.fortran/vla-datatypes.exp: New file.
8056 * gdb.fortran/vla-datatypes.f90: New file.
8057 * gdb.fortran/vla-history.exp: New file.
8058 * gdb.fortran/vla-ptype-sub.exp: New file.
8059 * gdb.fortran/vla-ptype.exp: New file.
8060 * gdb.fortran/vla-sizeof.exp: New file.
8061 * gdb.fortran/vla-sub.f90: New file.
8062 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8063 * gdb.fortran/vla-value-sub-finish.exp: New file.
8064 * gdb.fortran/vla-value-sub.exp: New file.
8065 * gdb.fortran/vla-value.exp: New file.
8066 * gdb.fortran/vla-ptr-info.exp: New file.
8067 * gdb.mi/mi-vla-fortran.exp: New file.
8068 * gdb.mi/vla.f90: New file.
8069
8070 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8071
8072 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8073 of hardwired timeout value.
8074
8075 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8076 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8079 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8080
8081 2015-10-19 Josh Stone <jistone@redhat.com>
8082
8083 * gdb.base/catch-syscall.c: Include <sched.h>.
8084 (unknown_syscall): New variable.
8085 (main): Trigger a vfork and an unknown syscall.
8086 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8087 (unknown_syscall_number): Likewise.
8088 (check_call_to_syscall): Accept an optional syscall pattern.
8089 (check_return_from_syscall): Likewise.
8090 (check_continue): Likewise.
8091 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8092 (test_catch_syscall_skipping_return): New test toggling off 'catch
8093 syscall' to step over the syscall return, then toggling back on.
8094 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8095 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8096 (do_syscall_tests): Call test_catch_syscall_without_args and
8097 test_catch_syscall_mid_vfork.
8098 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8099 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8100
8101 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8102
8103 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8104 print g_vE): Add new pass patterns.
8105 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8106 print various symbol names for vptr fields.
8107
8108 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8109
8110 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8111 results.
8112
8113 2015-10-12 Yao Qi <yao.qi@linaro.org>
8114
8115 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8116
8117 2015-10-12 Yao Qi <yao.qi@linaro.org>
8118
8119 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8120 is aarch64*-*-linux*.
8121
8122 2015-10-12 Yao Qi <yao.qi@linaro.org>
8123
8124 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8125 (can_relocate_bcond_true): ... it.
8126 (can_relocate_bcond_false): New function.
8127 (foo): Likewise.
8128 (can_relocate_bl): Likewise.
8129 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8130 can_relocate_bl.
8131
8132 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8133
8134 * gdb.base/nested-addr.c: New file.
8135 * gdb.base/nested-addr.exp: New testcase.
8136
8137 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8138
8139 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8140 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8141 its output. Ignore the output of "record goto begin" and instead
8142 check that GDB is replaying.
8143
8144 2015-10-09 Pedro Alves <palves@redhat.com>
8145
8146 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8147 (top level): Use it in the run with no args test.
8148
8149 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8150
8151 * gdb.dlang/properties.exp: New file.
8152
8153 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8154
8155 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8156 whether or not address 0x1000 is mapped on the target.
8157
8158 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8159
8160 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8161 build.
8162
8163 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8164
8165 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8166 instruction-history test.
8167
8168 2015-09-28 Doug Evans <dje@google.com>
8169
8170 * gdb.base/gcore.c (array_func): Add reference to static_array.
8171
8172 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8173
8174 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8175 source line.
8176
8177 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8178
8179 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8180 short or char as base type.
8181
8182 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8183
8184 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8185 to allow any size enum.
8186
8187 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8188
8189 * gdb.ada/array_ptr_renaming.exp: New testcase.
8190 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8191 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8192
8193 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8194
8195 * gdb.trace/ftrace-lock.c: New file.
8196 * gdb.trace/ftrace-lock.exp: New file.
8197
8198 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8199
8200 * gdb.arch/insn-reloc.c: New file.
8201 * gdb.arch/ftrace-insn-reloc.exp: New file.
8202
8203 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8204
8205 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8206 instruction.
8207 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8208 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8209 * gdb.trace/range-stepping.c: Likewise.
8210 * gdb.trace/trace-break.c: Likewise.
8211 * gdb.trace/trace-mt.c (thread_function): Likewise.
8212 * gdb.trace/ftrace.c (marker): Likewise.
8213 * gdb.trace/trace-condition.c (marker): Likewise.
8214 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8215 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8216 is_aarch64_target.
8217
8218 2015-09-18 Doug Evans <xdje42@gmail.com>
8219
8220 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8221 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8222
8223 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8224
8225 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8226 the breakpoint.
8227
8228 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8229
8230 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8231 the pending breakpoint. Remove timeout override for "Run till
8232 MI pending breakpoint on pendfunc3 on thread 2" test.
8233
8234 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8235
8236 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8237 filename pattern.
8238
8239 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8240
8241 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8242 in breakpoint filename pattern.
8243
8244 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8245
8246 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8247
8248 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8249
8250 * gdb.linespec/explicit.exp: Check for readline support for
8251 tab-completion tests. Fix obvious typo.
8252
8253 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8254
8255 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8256 and replay.
8257
8258 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8259
8260 * gdb.btrace/non-stop.c: New.
8261 * gdb.btrace/non-stop.exp: New.
8262
8263 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8264 Yao Qi <yao.qi@linaro.org>
8265
8266 * gdb.trace/trace-condition.c: New file.
8267 * gdb.trace/trace-condition.exp: New file.
8268
8269 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8270
8271 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8272 for testing bytecode compilation.
8273
8274 2015-09-16 Pedro Alves <palves@redhat.com>
8275 Sandra Loosemore <sandra@codesourcery.com>
8276
8277 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8278 (SECONDS): Redefine.
8279 (main): Call pthread_kill and alarm early.
8280 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8281 support.
8282 (test): If the target can't hardware step and doesn't support
8283 displaced stepping, increase the timeout.
8284
8285 2015-09-16 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8288 (enable_debug): New procedures.
8289 (test): Use them. Bail out if waiting for threads fails.
8290 (top level): Bail out if a test fails.
8291
8292 2015-09-16 Yao Qi <yao.qi@linaro.org>
8293
8294 * gdb.asm/asm-source.exp: Set asm-arch for
8295 aarch64*-*-* target.
8296 * gdb.asm/aarch64.inc: New file.
8297
8298 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8299
8300 * gdb.ada/array_of_variable_length.exp: New testcase.
8301 * gdb.ada/array_of_variable_length/foo.adb: New file.
8302 * gdb.ada/array_of_variable_length/pck.adb: New file.
8303 * gdb.ada/array_of_variable_length/pck.ads: New file.
8304
8305 2015-09-15 Doug Evans <dje@google.com>
8306
8307 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8308 of function static local variable.
8309
8310 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8311
8312 * gdb.threads/tls-so_extern.exp: New test file.
8313 * gdb.threads/tls-so_extern.c: New test file.
8314 * gdb.threads/tls-so_extern_main.c: New test file.
8315
8316 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8317
8318 * gdb.opt/solib-intra-step-lib.c: New file.
8319 * gdb.opt/solib-intra-step-main.c: New file.
8320 * gdb.opt/solib-intra-step.exp: New file.
8321
8322 2015-09-15 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8325 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8326
8327 2015-09-14 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.base/hook-stop-continue.c: Delete.
8330 * gdb.base/hook-stop-continue.exp: Delete.
8331 * gdb.base/hook-stop-frame.c: Delete.
8332 * gdb.base/hook-stop-frame.exp: Delete.
8333 * gdb.base/hook-stop.c: New file.
8334 * gdb.base/hook-stop.exp: New file.
8335
8336 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8337
8338 * gdb.ada/access_to_packed_array.exp: New testcase.
8339 * gdb.ada/access_to_packed_array/foo.adb: New file.
8340 * gdb.ada/access_to_packed_array/pack.adb: New file.
8341 * gdb.ada/access_to_packed_array/pack.ads: New file.
8342
8343 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8344
8345 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8346 buffer size test.
8347
8348 2015-09-11 Don Breazeal <donb@codesourcery.com>
8349
8350 * gdb.base/foll-exec.c: Add copyright header. Fix
8351 formatting issues.
8352 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8353 (do_exec_tests): Use clean_restart in place of zap_session,
8354 and for test initialization. Fix formatting issues. Use
8355 fail in place of perror.
8356 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8357 an expect statement to match an expression with output from
8358 the program under debug.
8359 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8360 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8361 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8362 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8363 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8364
8365 2015-09-09 Doug Evans <dje@google.com>
8366
8367 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8368
8369 2015-09-09 Doug Evans <dje@google.com>
8370
8371 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8372
8373 2015-09-09 Doug Evans <dje@google.com>
8374
8375 * gdb.base/savedregs.exp: Fix typo.
8376
8377 2015-09-09 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8380
8381 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8382
8383 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8384 command actually switches threads. Give up on remaining
8385 tests if target fails to stop at breakpoint.
8386
8387 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8388
8389 * gdb.ada/funcall_char.exp: New testcase.
8390 * gdb.ada/funcall_char/foo.adb: New file.
8391
8392 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8393
8394 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8395 expected outputs. Add two testcases for completing ambiguous
8396 functions.
8397 * gdb.ada/complete/aux_pck.adb: New file.
8398 * gdb.ada/complete/aux_pck.ads: New file.
8399 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8400 Ambiguous_Func functions.
8401 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8402 * gdb.ada/complete/pck.adb: Likewise.
8403
8404 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8405
8406 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8407 failures to run the test program under GDB.
8408
8409 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8410
8411 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8412 to C.
8413
8414 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8415
8416 * gdb.base/run-after-attach.exp: New test file.
8417 * gdb.base/run-after-attach.c: New test file.
8418
8419 2015-08-26 Don Breazeal <donb@codesourcery.com>
8420
8421 * gdb.base/foll-exec-2.c: New test program.
8422 * gdb.base/foll-exec-2.exp: New test.
8423
8424 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8425
8426 * gdb.base/nested-subp1.exp: New file.
8427 * gdb.base/nested-subp1.c: New file.
8428 * gdb.base/nested-subp2.exp: New file.
8429 * gdb.base/nested-subp2.c: New file.
8430 * gdb.base/nested-subp3.exp: New file.
8431 * gdb.base/nested-subp3.c: New file.
8432
8433 2015-08-24 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.server/connect-without-multi-process.c: New file.
8436 * gdb.server/connect-without-multi-process.exp: New file.
8437
8438 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8439
8440 * gdb.opt/inline-markers.c: Make z int.
8441
8442 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8443
8444 * gdb.opt/inline-markers.c: Make z volatile.
8445
8446 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8447
8448 * gdb.opt/inline-bt.c: New volatile global z.
8449 * gdb.opt/inline-cmds.c: Likewise.
8450 * gdb.opt/inline-locals.c: Likewise.
8451 * gdb.opt/inline-markers.c: New extern global z.
8452 (marker): Use z.
8453 (inline_fn): Likewise.
8454
8455 2015-08-24 Pedro Alves <palves@redhat.com>
8456
8457 * config/m32r-stub.exp: Remove file.
8458 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8459 * gdb.base/call-rt-st.exp: Likewise.
8460 * gdb.base/call-strs.exp: Likewise.
8461 * gdb.base/default.exp: Remove references to h8300-*-hms and
8462 *-*-udi*.
8463 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8464
8465 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8466
8467 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8468 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8469 and "return" use KFAIL when GDB can not read/write the vector
8470 return value.
8471
8472 2015-08-21 Gary Benson <gbenson@redhat.com>
8473
8474 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8475
8476 2015-08-20 Pedro Alves <palves@redhat.com>
8477
8478 * gdb.server/solib-list.exp: No longer expect an interior stop in
8479 non-stop mode.
8480
8481 2015-08-20 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.server/connect-stopped-target.c: New file.
8484 * gdb.server/connect-stopped-target.exp: New file.
8485
8486 2015-08-20 Pedro Alves <palves@redhat.com>
8487
8488 * gdb.dwarf2/comp-unit-lang.exp: New file.
8489 * gdb.dwarf2/comp-unit-lang.c: New file.
8490
8491 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8492
8493 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8494 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8495
8496 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8497
8498 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8499 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8500
8501 2015-08-18 Doug Evans <dje@google.com>
8502 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8503
8504 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8505 skip_python_tests. New arg prompt_regexp.
8506 (skip_python_tests): New function.
8507 * lib/mi-support.exp (mi_skip_python_tests): New function.
8508 * gdb.python/py-mi-objfile-gdb.py: New file.
8509 * gdb.python/py-mi-objfile.c: New file.
8510 * gdb.python/py-mi-objfile.exp: New file.
8511
8512 2015-08-17 Keith Seitz <keiths@redhat.com>
8513
8514 * gdb.linespec/explicit.exp: Move strace test from here ...
8515 * gdb.trace/strace.exp: ... to here.
8516
8517 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8518
8519 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8520 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8521
8522 2015-08-14 Doug Evans <xdje42@gmail.com>
8523
8524 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8525 inferior before selecting a new file.
8526
8527 2015-08-14 Doug Evans <xdje42@gmail.com>
8528
8529 * gdb.mi/mi-disassemble.exp: Update.
8530 * gdb.base/disasm-optim.S: New file.
8531 * gdb.base/disasm-optim.c: New file.
8532 * gdb.base/disasm-optim.h: New file.
8533 * gdb.base/disasm-optim.exp: New file.
8534
8535 2015-08-14 Keith Seitz <keiths@redhat.com>
8536
8537 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8538 "evaluated-by".
8539
8540 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8541
8542 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8543
8544 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8545
8546 * gdb.ada/fun_renaming.exp: New testcase.
8547 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8548 * gdb.ada/fun_renaming/pack.adb: New file.
8549 * gdb.ada/fun_renaming/pack.ads: New file.
8550
8551 2015-08-12 Keith Seitz <keiths@redhat.com>
8552
8553 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8554 gdb_get_line_number.
8555
8556 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8557
8558 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8559 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8560 gdb.base/dso2dso.exp: New files.
8561
8562 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8563 Pedro Alves <palves@redhat.com>
8564 Keith Seitz <keiths@redhat.com>
8565
8566 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8567 GDBFLAGS.
8568
8569 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8570
8571 * gdb.base/gdbhistsize-history.exp
8572 (test_histsize_history_setting): Use save_vars.
8573 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8574 Use save_vars.
8575 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8576 * gdb.base/readline.exp: Use save_vars.
8577
8578 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8579
8580 * lib/gdb.exp (save_vars): New proc.
8581
8582 2015-08-11 Keith Seitz <keiths@redhat.com>
8583
8584 * gdb.base/help.exp: Update help_breakpoint_text.
8585
8586 2015-08-11 Keith Seitz <keiths@redhat.com>
8587
8588 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8589 (at toplevel): Call test_explicit_breakpoints.
8590 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8591 breakpoints.
8592 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8593 breakpoint conditions, "-cond".
8594
8595 2015-08-11 Keith Seitz <keiths@redhat.com>
8596
8597 * gdb.linespec/3explicit.c: New file.
8598 * gdb.linespec/cpexplicit.cc: New file.
8599 * gdb.linespec/cpexplicit.exp: New file.
8600 * gdb.linespec/explicit.c: New file.
8601 * gdb.linespec/explicit.exp: New file.
8602 * gdb.linespec/explicit2.c: New file.
8603 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8604 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8605 before using in the matching pattern.
8606 Clarify that `prefix' is a regular expression.
8607
8608 2015-08-11 Keith Seitz <keiths@redhat.com>
8609
8610 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8611 test.
8612 Add tests for missing ",FMT" and ",".
8613
8614 2015-08-10 Doug Evans <dje@google.com>
8615 Keith Seitz <keiths@redhat.com>
8616
8617 PR gdb/17960
8618 * gdb.base/completion.exp: Add location completer tests.
8619
8620 2015-08-07 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8623 tests here.
8624 (top level): Run do_test with and without displaced stepping.
8625
8626 2015-08-07 Pedro Alves <palves@redhat.com>
8627
8628 * gdb.base/valgrind-disp-step.c: New file.
8629 * gdb.base/valgrind-disp-step.exp: New file.
8630
8631 2015-08-07 Pedro Alves <palves@redhat.com>
8632
8633 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8634 Delete function.
8635 (main): Add alarm. Run an infinite loop instead of calling
8636 wait_threads.
8637 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8638 comment.
8639 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8640 Delete function.
8641 (main): Add alarm. Run an infinite loop instead of calling
8642 wait_threads.
8643 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8644 comment.
8645
8646 2015-08-07 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.base/checkpoint-ns.exp: New file.
8649 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8650 standard_testfile.
8651
8652 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8653
8654 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8655 * gdb.btrace/instruction_history.exp: Update.
8656 * gdb.btrace/tsx.exp: New.
8657 * gdb.btrace/tsx.c: New.
8658
8659 2015-08-06 Pedro Alves <palves@redhat.com>
8660
8661 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8662 increase timeout.
8663 * gdb.reverse/until-precsave.exp: Bump timeouts.
8664
8665 2015-08-06 Pedro Alves <palves@redhat.com>
8666
8667 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8668
8669 2015-08-06 Pedro Alves <palves@redhat.com>
8670
8671 PR gdb/18749
8672 * gdb.threads/process-dies-while-handling-bp.c: New file.
8673 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8674
8675 2015-08-06 Pedro Alves <palves@redhat.com>
8676
8677 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8678 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8679
8680 2015-08-05 Pedro Alves <palves@redhat.com>
8681
8682 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8683 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8684
8685 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8686
8687 * gdb.base/bp-permanent.exp: Report test as unsupported if
8688 the target cannot stop at the permanent breakpoint.
8689
8690 2015-08-03 Doug Evans <dje@google.com>
8691
8692 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8693 10000.
8694
8695 2015-08-03 Doug Evans <dje@google.com>
8696
8697 * Makefile.in (workers/%.worker, build-perf): New rule.
8698 (GDB_PERFTEST_MODE): New variable.
8699 (check-perf): Use it.
8700 (clean): Clean up gdb.perf parallel build subdirs.
8701 * lib/build-piece.exp: New file.
8702 * lib/gdb.exp (make_gdb_parallel_path): New function
8703 (standard_output_file, standard_temp_file): Call it.
8704 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8705 of $GDB_PARALLEL.
8706 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8707
8708 2015-08-03 Doug Evans <dje@google.com>
8709
8710 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8711 (LOG_FILE_NAME): New global.
8712 (TextReporter.__init__): Initialize self.txt_sum.
8713 (TextReporter.report): Add support for multiple data-points.
8714 Move report to perftest.sum, put raw data in perftest.log.
8715 (TextReporter.start): Open sum and log files.
8716 (TextReporter.end): Close sum and log files.
8717 * gdb.perf/lib/perftest/testresult.py
8718 (SingleStatisticTestResult.record): Handle multiple data-points.
8719
8720 2015-07-31 Pedro Alves <palves@redhat.com>
8721
8722 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8723 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8724 kill_wait_spawned_process instead of explicit "kill -9".
8725 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8726 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8727 kill_wait_spawned_process.
8728 * gdb.base/attach-twice.exp: Likewise.
8729 * gdb.base/attach.exp: Likewise.
8730 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8731 gdb_test_multiple.
8732 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8733 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8734 kill_wait_spawned_process.
8735 * gdb.base/valgrind-infcall.exp: Likewise.
8736 * gdb.multi/multi-attach.exp: Likewise.
8737 * gdb.python/py-prompt.exp: Likewise.
8738 * gdb.python/py-sync-interp.exp: Likewise.
8739 * gdb.server/ext-attach.exp: Likewise.
8740 * gdb.threads/attach-into-signal.exp (corefunc): Use
8741 spawn_wait_for_attach, spawn_id_get_pid and
8742 kill_wait_spawned_process.
8743 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8744 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8745 spawn_id_get_pid and kill_wait_spawned_process.
8746 * gdb.threads/attach-stopped.exp (corefunc): Use
8747 spawn_wait_for_attach, spawn_id_get_pid and
8748 kill_wait_spawned_process.
8749 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8750 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8751 kill_wait_spawned_process instead of explicit "kill -9".
8752 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8753 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8754 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8755 processes. Don't map cygwin/windows pids here. Now returns a
8756 spawn id list.
8757
8758 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8759
8760 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8761 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8762 correct patch.
8763
8764 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8765
8766 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8767
8768 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8769
8770 Reapply:
8771 2014-05-21 Mark Wielaard <mjw@redhat.com>
8772
8773 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8774
8775 2015-07-30 Pedro Alves <palves@redhat.com>
8776
8777 * linux-low.c (handle_extended_wait): Set the child's last
8778 reported status to TARGET_WAITKIND_STOPPED.
8779
8780 2015-07-30 Pedro Alves <palves@redhat.com>
8781
8782 PR threads/18600
8783 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8784 only shows inferior 1.
8785
8786 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8787 Pedro Alves <palves@redhat.com>
8788
8789 PR threads/18600
8790 * gdb.threads/fork-plus-threads.c: New file.
8791 * gdb.threads/fork-plus-threads.exp: New file.
8792
8793 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8794
8795 * gdb.base/batch-preserve-term-settings.exp
8796 (test_terminal_settings_preserved_after_cli_exit): Use
8797 send_quit_command.
8798
8799 2015-07-29 Pedro Alves <palves@redhat.com>
8800 Don Breazeal <donb@codesourcery.com>
8801
8802 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8803 output from both inferior_spawn_id and gdb_spawn_id.
8804
8805 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8806
8807 * gdb.threads/attach-into-signal.exp (corefunc): Use
8808 with_test_prefix on nested loops, uniquefying the test messages.
8809
8810 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8811
8812 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8813 commit.
8814
8815 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8816
8817 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8818 New proc.
8819 (test_terminal_settings_preserved_after_sigterm): New test.
8820
8821 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8822
8823 * gdb.base/batch-preserve-term-settings.exp
8824 (test_terminal_settings_preserved_after_cli_exit): New test.
8825
8826 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8827
8828 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8829 manipulation of saved_gdbflags.
8830 (test_terminal_settings_preserved): Remove global declaration of
8831 the unused variable pagination_prompt. Remove manipulation of
8832 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8833 GDBFLAGS.
8834
8835 2015-07-29 Pedro Alves <palves@redhat.com>
8836
8837 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8838
8839 2015-07-29 Pedro Alves <palves@redhat.com>
8840
8841 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8842 at the top.
8843
8844 2015-07-29 Pedro Alves <palves@redhat.com>
8845
8846 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8847 (main): Call gdb_unbuffer_output.
8848 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8849 (main): Call gdb_unbuffer_output.
8850 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8851 (main): Call gdb_unbuffer_output.
8852 * gdb.base/call-strs.exp: Adjust to step over the
8853 gdb_unbuffer_output call.
8854 * gdb.base/catch-gdb-caused-signals.c: Include
8855 "../lib/unbuffer_output.c".
8856 (main): Call gdb_unbuffer_output.
8857 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8858 (main): Call gdb_unbuffer_output.
8859 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8860 (main): Call gdb_unbuffer_output.
8861 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8862 (main): Call gdb_unbuffer_output.
8863 * gdb.base/shlib-call.exp: Adjust to step over the
8864 gdb_unbuffer_output call.
8865 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8866 (main): Call gdb_unbuffer_output.
8867 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8868 (main): Call gdb_unbuffer_output.
8869 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8870 (main): Rename to ...
8871 (test): ... this.
8872 (main): Reimplement.
8873 * gdb.base/varargs.exp: Run to test instead of to main.
8874 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8875 (main): Call gdb_unbuffer_output.
8876
8877 2015-07-29 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8880 factore out from mi_continue_dprintf. For call-style dprintfs,
8881 expect dprintf output out of $inferior_spawn_id.
8882 (mi_continue_dprintf): Use mi_expect_dprintf.
8883 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8884 (main): Call gdb_unbuffer_output.
8885
8886 2015-07-29 Pedro Alves <palves@redhat.com>
8887
8888 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8889 (default_mi_gdb_start): Set inferior_spawn_id instead of
8890 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8891 gdb_spawn_id.
8892 (mi_gdb_test): Always expect inferior output from both
8893 $inferior_spawn_id and $gdb_spawn_id.
8894
8895 2015-07-29 Pedro Alves <palves@redhat.com>
8896
8897 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8898 send_inferior and $inferior_spawn_id.
8899
8900 2015-07-29 Pedro Alves <palves@redhat.com>
8901
8902 * gdb.gdb/complaints.exp (test_initial_complaints)
8903 (test_serial_complaints, test_short_complaints): Use
8904 gdb_test_stdio.
8905 (test_empty_complaint): Handle $inferior_spawn_id !=
8906 $gdb_spawn_id.
8907
8908 2015-07-29 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.base/varargs.exp: Use gdb_test_stdio.
8911
8912 2015-07-29 Pedro Alves <palves@redhat.com>
8913
8914 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8915
8916 2015-07-29 Pedro Alves <palves@redhat.com>
8917
8918 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8919
8920 2015-07-29 Pedro Alves <palves@redhat.com>
8921
8922 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8923 parameter into two new parameters, "inf_result" and "gdb_result".
8924 Expect inferior output and gdb output from $inferior_spawn_id and
8925 $gdb_spawn_id, respectively. Adjust all callers.
8926
8927 2015-07-29 Pedro Alves <palves@redhat.com>
8928
8929 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8930 of gdb_test_sequence.
8931
8932 2015-07-29 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8935 (saw_spurious_output): Expect inferior output from
8936 $inferior_spawn_id. Use gdb_test_stdio.
8937
8938 2015-07-29 Pedro Alves <palves@redhat.com>
8939
8940 * gdb.base/dprintf.exp: Use standard_testfile. Change
8941 prepare_for_testing call.
8942 (srcfile): Don't set.
8943 (restart): New procedure.
8944 (test_dprintf): New procecure, use to continue over dprintfs.
8945 (test_call, test_agent): New procedures, tests moved here.
8946 Restart gdb and recreate dprintfs. Adjust expected output.
8947
8948 2015-07-29 Pedro Alves <palves@redhat.com>
8949
8950 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8951
8952 2015-07-29 Pedro Alves <palves@redhat.com>
8953
8954 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8955
8956 2015-07-29 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8959 gdb_test_stdio.
8960
8961 2015-07-29 Pedro Alves <palves@redhat.com>
8962
8963 * lib/gdb.exp (gdb_test_stdio): New procedure.
8964
8965 2015-07-29 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8968
8969 2015-07-29 Pedro Alves <palves@redhat.com>
8970
8971 * gdb.base/call-signal-resume.exp: Remove check for
8972 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8973 * gdb.base/unwindonsignal.exp: Likewise.
8974 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8975 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8976
8977 2015-07-29 Pedro Alves <palves@redhat.com>
8978
8979 * gdb.base/siginfo-addr.c (pass): New function.
8980 (handler): Call it iff si_addr is correct.
8981 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8982 Set a breakpoint at "pass" and continue to it.
8983
8984 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8985
8986 * gdb.python/py-objfile.exp: Make some tests have unique names.
8987 * gdb.python/py-pp-registration.exp: Likewise.
8988
8989 2015-07-28 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8992
8993 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8994
8995 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8996
8997 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8998
8999 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9000
9001 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9002
9003 * gdb.base/gdb-sigterm-2.exp: New test.
9004
9005 2015-07-25 Doug Evans <xdje42@gmail.com>
9006
9007 Revert:
9008 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9009 (workers/%.worker, build-perf): New rule.
9010 (GDB_PERFTEST_MODE): New variable.
9011 (check-perf): Use it.
9012 (clean): Clean up gdb.perf parallel build subdirs.
9013 * lib/build-piece.exp: New file.
9014 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9015 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9016 name.
9017 (standard_temp_file): Ditto.
9018 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9019 of $GDB_PARALLEL.
9020
9021 2015-07-24 Doug Evans <dje@google.com>
9022
9023 * gdb.perf/lib/perftest/utils.py: New file.
9024 * gdb.perf/gm-hello.cc: New file.
9025 * gdb.perf/gm-pervasive-typedef.cc: New file.
9026 * gdb.perf/gm-pervasive-typedef.h: New file.
9027 * gdb.perf/gm-std.cc: New file.
9028 * gdb.perf/gm-std.h: New file.
9029 * gdb.perf/gm-use-cerr.cc: New file.
9030 * gdb.perf/gm-utils.h: New file.
9031 * gdb.perf/gmonster-null-lookup.py: New file.
9032 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9033 * gdb.perf/gmonster-print-cerr.py: New file.
9034 * gdb.perf/gmonster-ptype-string.py: New file.
9035 * gdb.perf/gmonster-runto-main.py: New file.
9036 * gdb.perf/gmonster-select-file.py: New file.
9037 * gdb.perf/gmonster1-null-lookup.exp: New file.
9038 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9039 * gdb.perf/gmonster1-print-cerr.exp: New file.
9040 * gdb.perf/gmonster1-ptype-string.exp: New file.
9041 * gdb.perf/gmonster1-runto-main.exp: New file.
9042 * gdb.perf/gmonster1-select-file.exp: New file.
9043 * gdb.perf/gmonster1.cc: New file.
9044 * gdb.perf/gmonster1.exp: New file.
9045 * gdb.perf/gmonster2-null-lookup.exp: New file.
9046 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9047 * gdb.perf/gmonster2-print-cerr.exp: New file.
9048 * gdb.perf/gmonster2-ptype-string.exp: New file.
9049 * gdb.perf/gmonster2-runto-main.exp: New file.
9050 * gdb.perf/gmonster2-select-file.exp: New file.
9051 * gdb.perf/gmonster2.cc: New file.
9052 * gdb.perf/gmonster2.exp: New file.
9053
9054 2015-07-24 Doug Evans <dje@google.com>
9055
9056 * gdb.perf/README: New file.
9057 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9058 * lib/gen-perf-test.exp: New file.
9059
9060 2015-07-24 Doug Evans <dje@google.com>
9061
9062 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9063 (PerfTest::startup): New function.
9064 (PerfTest::run): Return result of calling body.
9065 (PerfTest::assemble): Rewrite.
9066 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9067 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9068 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9069 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9070 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9071
9072 2015-07-24 Doug Evans <dje@google.com>
9073
9074 * lib/gdb.exp (clean_restart): Make executable optional.
9075
9076 2015-07-24 Doug Evans <dje@google.com>
9077
9078 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9079 compiler_info references.
9080 * gdb.cp/temargs.exp: Ditto.
9081 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9082 (get_compiler_info): Early exit if already computed. Set compiler_info
9083 to "unknown" if there was a problem.
9084 (test_compiler_info): Add function comment. Call get_compiler_info.
9085
9086 2015-07-24 Doug Evans <dje@google.com>
9087
9088 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9089 (workers/%.worker, build-perf): New rule.
9090 (GDB_PERFTEST_MODE): New variable.
9091 (check-perf): Use it.
9092 (clean): Clean up gdb.perf parallel build subdirs.
9093 * lib/build-piece.exp: New file.
9094 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9095 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9096 name.
9097 (standard_temp_file): Ditto.
9098 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9099 of $GDB_PARALLEL.
9100
9101 2015-07-24 Doug Evans <dje@google.com>
9102
9103 * lib/future.exp (gdb_default_target_compile): New option
9104 "early_flags".
9105 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9106 --as-needed.
9107
9108 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9109
9110 * gdb.base/catch-syscall.exp: Call gdb_exit before
9111 gdb_skip_xml_test.
9112
9113 2015-07-24 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.python/py-events.exp: Accept output between the stop event
9116 and the prompt.
9117 * gdb.python/py-evsignal.exp: Likewise.
9118 * gdb.python/py-evthreads.exp: Likewise.
9119
9120 2015-07-24 Pedro Alves <palves@redhat.com>
9121
9122 PR gdb/18717
9123 * gdb.threads/non-ldr-exit.c: New file.
9124 * gdb.threads/non-ldr-exit.exp: New file.
9125
9126 2015-07-24 Yao Qi <yao.qi@linaro.org>
9127
9128 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9129 restarting process.
9130
9131 2015-07-24 Yao Qi <yao.qi@linaro.org>
9132
9133 * gdb.server/ext-restart.exp: New file.
9134
9135 2015-07-24 Yao Qi <yao.qi@linaro.org>
9136
9137 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9138 argument options.
9139 * gdb.server/ext-wrapper.exp: New file.
9140
9141 2015-07-23 Doug Evans <dje@google.com>
9142
9143 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9144 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9145
9146 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9147
9148 * gdb.ada/var_arr_typedef.exp: New testcase.
9149 * gdb.ada/var_arr_typedef/pack.adb: New file.
9150 * gdb.ada/var_arr_typedef/pack.ads: New file.
9151 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9152
9153 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9154
9155 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9156
9157 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9158
9159 * gdb.arch/i386-biarch-core.exp: Replace istarget
9160 by "complete set gnutarget". Remove expectation for the "core-file"
9161 command.
9162
9163 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9164
9165 Revert the previous commit:
9166 Tests for validate symbol file using build-id.
9167
9168 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9169
9170 Tests for validate symbol file using build-id.
9171 * gdb.base/solib-mismatch-lib.c: New file.
9172 * gdb.base/solib-mismatch-libmod.c: New file.
9173 * gdb.base/solib-mismatch.c: New file.
9174 * gdb.base/solib-mismatch.exp: New file.
9175
9176 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9177
9178 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9179 nios2-*-linux*.
9180 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9181 * gdb.base/siginfo.exp: Likewise.
9182 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9183
9184 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9185
9186 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9187 Move it to ...
9188 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9189 ... here.
9190 * gdb.trace/range-stepping.exp: Check that the target supports
9191 range stepping.
9192
9193 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9194
9195 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9196
9197 2015-07-14 Pedro Alves <palves@redhat.com>
9198
9199 * gdb.base/killed-outside.exp: New file.
9200 * gdb.base/killed-outside.c: New file.
9201
9202 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9203
9204 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9205 (n at main): New.
9206 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9207
9208 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9209
9210 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9211 infcall tests instead of setting up for KFAIL.
9212
9213 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9214
9215 * gdb.btrace/record_goto-step.exp: New.
9216
9217 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9218
9219 PR compile/18484
9220 * gdb.compile/compile.c (struct struct_type): Add volatile to
9221 selffield's type.
9222 * gdb.compile/compile.exp
9223 (compile code struct_object.selffield = &struct_object): Skip further
9224 struct_object tests if this one xfails.
9225
9226 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9227
9228 PR exp/18617
9229 * gdb.trace/ax.exp: Add test.
9230
9231 2015-07-07 Yao Qi <yao.qi@linaro.org>
9232
9233 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9234 instead of istarget "aarch64*-*-*".
9235 * gdb.arch/aarch64-fp.exp: Likewise.
9236 * gdb.base/float.exp: Likewise.
9237 * gdb.reverse/aarch64.exp: Likewise.
9238 * lib/gdb.exp (is_aarch64_target): New proc.
9239
9240 2015-07-07 Yao Qi <yao.qi@linaro.org>
9241
9242 * lib/gdb.exp (is_aarch32_target): New proc.
9243 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9244 instead of "istarget "arm*-*-*"".
9245 * gdb.arch/arm-disp-step.exp: Likewise.
9246 * gdb.arch/thumb-bx-pc.exp: Likewise.
9247 * gdb.arch/thumb-prologue.exp: Likewise.
9248 * gdb.arch/thumb-singlestep.exp: Likewise.
9249 * gdb.base/disp-step-syscall.exp: Likewise.
9250 * gdb.base/float.exp: Likewise.
9251
9252 2015-07-07 Yao Qi <yao.qi@linaro.org>
9253
9254 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9255 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9256
9257 2015-07-07 Yao Qi <yao.qi@linaro.org>
9258
9259 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9260 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9261 if it exists.
9262 * gdb.multi/multi-arch.exp: Likewise.
9263
9264 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9267 print.
9268
9269 2015-07-07 Yao Qi <yao.qi@linaro.org>
9270
9271 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9272
9273 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9274
9275 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9276 '[' and ']' characters.
9277
9278 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9279
9280 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9281
9282 2015-06-29 Pedro Alves <palves@redhat.com>
9283
9284 PR threads/18127
9285 * gdb.threads/hand-call-new-thread.c: New file.
9286 * gdb.threads/hand-call-new-thread.c: New file.
9287
9288 2015-06-26 Keith Seitz <keiths@redhat.com>
9289 Doug Evans <dje@google.com>
9290
9291 PR 16253
9292 * gdb.cp/var-tag-2.cc: New file.
9293 * gdb.cp/var-tag-3.cc: New file.
9294 * gdb.cp/var-tag-4.cc: New file.
9295 * gdb.cp/var-tag.cc: New file.
9296 * gdb.cp/var-tag.exp: New file.
9297
9298 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9299
9300 * gdb.base/history-duplicates.exp: New test.
9301
9302 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9303
9304 * gdb.base/completion.exp: Test the completion of the "focus"
9305 command.
9306
9307 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9308
9309 * gdb.arch/amd64-prologue-skip.S: New file.
9310 * gdb.arch/amd64-prologue-skip.exp: New file.
9311
9312 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9313
9314 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9315 is_address_zero_readable check.
9316
9317 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9318
9319 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9320 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9321
9322 2015-06-24 Yao Qi <yao.qi@linaro.org>
9323
9324 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9325 linux targets.
9326
9327 2015-06-24 Yao Qi <yao.qi@linaro.org>
9328
9329 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9330 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9331 * gdb.base/siginfo-thread.exp: Likewise.
9332
9333 2015-06-22 Yao Qi <yao.qi@linaro.org>
9334
9335 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9336
9337 2015-06-22 Yao Qi <yao.qi@linaro.org>
9338
9339 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9340 aarch64*-*-*.
9341 (skip_hw_watchpoint_tests): Likewise.
9342
9343 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9344
9345 * gdb.base/gdbinit-history.exp: Test the interaction between
9346 setting GDBHISTSIZE and setting the history size via .gdbinit.
9347
9348 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9349
9350 PR gdb/16999
9351 * gdb.base/gdbhistsize-history.exp: New test.
9352
9353 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9354
9355 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9356 with GDBHISTSIZE.
9357 * gdb.base/readline.exp: Likewise.
9358
9359 2015-06-17 Yao Qi <yao.qi@linaro.org>
9360
9361 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9362 line.
9363
9364 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9365
9366 * gdb.base/gdbinit-history.exp: Add test case to check that
9367 an unlimited history file does not get truncated on exit.
9368
9369 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9370
9371 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9372 (VECTOR): New macro. Use it...
9373 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9374 ...for these typedefs.
9375 (int8, char1, int1, double1): New typedefs.
9376 (struct just_int2, struct two_int2): New structures.
9377 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9378 (add_structvecs, add_singlevecs): New functions.
9379 (main): Call add_some_intvecs twice.
9380 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9381 the compile and exit upon failure. Try compiling for the "native"
9382 architecture. Test inferior function calls with vector arguments
9383 and vector return value handling with "finish" and "return".
9384
9385 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9386
9387 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9388 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9389 PE file.
9390 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9391
9392 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9393
9394 PR breakpoints/16465
9395 * gdb.mi/mi-dprintf-pending.c: New file.
9396 * gdb.mi/mi-dprintf-pending.exp: New test.
9397 * gdb.mi/mi-dprintf-pendshr.c: New file.
9398
9399 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9400 Mircea Gherzan <mircea.gherzan@intel.com>
9401
9402 * gdb.arch/i386-mpx-map.c: New file.
9403 * gdb.arch/i386-mpx-map.exp: New File.
9404
9405 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9406
9407 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9408 * gdb.arch/i386-mpx.exp: Indentation fixed.
9409
9410 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9411
9412 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9413 function and improved indentation.
9414 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9415 gdb_test_multiple. Added additional tests to skip the test.
9416
9417 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9418
9419 * gdb.arch/i386-avx512.c: Change path in include file.
9420 * gdb.arch/i386-avx512.exp: Change include dir path
9421 compilation flag.
9422 * gdb.arch/i386-mpx.c: Change path in include file.
9423 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9424 flag.
9425
9426 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9427
9428 * gdb.compile/compile-print.exp (compile print *vararray@3)
9429 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9430
9431 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9432
9433 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9434 (do not keep jit in memory): ... this.
9435 (expect 5): Change it to ...
9436 (expect no 5): ... this.
9437
9438 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9439
9440 PR gdb/15564
9441 * gdb.mi/mi-detach.exp: New file.
9442
9443 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9444
9445 PR symtab/18392
9446 * gdb.arch/amd64-tailcall-self.S: New file.
9447 * gdb.arch/amd64-tailcall-self.c: New file.
9448 * gdb.arch/amd64-tailcall-self.exp: New file.
9449
9450 2015-05-28 Don Breazeal <donb@codesourcery.com>
9451
9452 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9453 tests for remote targets by checking is_target_gdbserver.
9454
9455 2015-05-27 Doug Evans <dje@google.com>
9456
9457 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9458 * gdb.dwarf2/opaque-type-lookup.c: New file.
9459 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9460
9461 2015-05-26 Doug Evans <dje@google.com>
9462
9463 * gdb.cp/iostream.cc: New file.
9464 * gdb.cp/iostream.exp: New file.
9465
9466 2015-05-26 Doug Evans <dje@google.com>
9467
9468 * gdb.dwarf2/dw2-op-call.exp: Update.
9469 * gdb.dwarf2/dw4-sig-types.exp: Update.
9470 * gdb.dwarf2/implptr.exp: Update.
9471 * gdb.mi/mi-cmd-param-changed.exp: Update.
9472
9473 2015-05-26 Doug Evans <dje@google.com>
9474
9475 * gdb.python/py-lazy-string.c: New file.
9476 * gdb.python/py-lazy-string.exp: New file.
9477 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9478 (main): Update. Add estring3.
9479 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9480 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9481
9482 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9483 Yao Qi <yao.qi@linaro.org>
9484
9485 * gdb.reverse/aarch64.c: New.
9486 * gdb.reverse/aarch64.exp: New.
9487
9488 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9489
9490 * lib/gdb.exp (supports_process_record): Return true for
9491 aarch64*-linux*.
9492 (supports_reverse): Likewise.
9493
9494 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9495
9496 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9497 Use with_test_prefix.
9498
9499 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9500
9501 * gdb.base/completion.exp: Add test for completion of layout
9502 names.
9503
9504 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9505
9506 * lib/gdb.exp (skip_tui_tests): New proc.
9507 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9508
9509 2015-05-19 Pedro Alves <palves@redhat.com>
9510
9511 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9512 Save the whole env array instead of just HOME. Unset HISTSIZE in
9513 the environment while testing. Restore whole environment
9514 afterwards.
9515
9516 2015-05-16 Doug Evans <xdje42@gmail.com>
9517
9518 * gdb.guile/scm-ports.c: New file.
9519 * gdb.guile/scm-ports.exp: Add memory port tests.
9520
9521 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9522
9523 * gdb.compile/compile-print.c: New file.
9524 * gdb.compile/compile-print.exp: New file.
9525
9526 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9527
9528 * gdb.compile/compile-ops.exp: Cast param to void.
9529 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9530 (compile code struct_object.selffield = &struct_object): Add xfail.
9531
9532 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9533
9534 * gdb.ada/arr_enum_with_gap: New testcase.
9535
9536 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9537
9538 * gdb.ada/byte_packed_arr: New testcase.
9539
9540 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9541
9542 * gdb.ada/pckd_neg: New testcase.
9543
9544 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9545
9546 PR gdb/17820
9547 * gdb.base/gdbinit-history.exp: New test.
9548 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9549 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9550
9551 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9552
9553 * gdb.python/py-xmethods.cc: Enhance test case.
9554 * gdb.python/py-xmethods.exp: New tests.
9555 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9556 function.
9557 (B_indexoper): Likewise.
9558 (global_dm_list) : Add new xmethod worker functions.
9559
9560 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9561
9562 * gdb.base/coredump-filter.exp: Correctly unset
9563 "coredump_var_addr" array.
9564
9565 2015-05-08 Pedro Alves <palves@redhat.com>
9566
9567 * gdb.server/non-existing-program.exp: Unset spawn_id.
9568
9569 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9570
9571 PR python/18291
9572 * gdb.python/py-xmethods.exp: Add tests.
9573
9574 2015-05-08 Yao Qi <yao.qi@linaro.org>
9575
9576 PR gdb/18208
9577 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9578 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9579 function set_coredump_filter, and remove remote_exec call.
9580 Remove argument ipid. Callers update.
9581 (top level): Don't get inferior's PID.
9582
9583 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9584
9585 * gdb.base/watch_thread_num.exp: Skip test on targets without
9586 access watchpoints.
9587
9588 2015-05-06 Pedro Alves <palves@redhat.com>
9589
9590 PR server/18081
9591 * gdb.server/non-existing-program.exp: New file.
9592
9593 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9594
9595 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9596
9597 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9598
9599 * gdb.ada/out_of_line_in_inlined: New testcase.
9600
9601 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9602
9603 * gdb.ada/var_rec_arr: New testcase.
9604
9605 2015-04-30 Yao Qi <yao.qi@linaro.org>
9606
9607 * gdb.base/break-idempotent.exp: If
9608 skip_hw_watchpoint_multi_tests returns true, skip the tests
9609 on "rwatch" and "awatch".
9610
9611 2015-04-30 Yao Qi <yao.qi@linaro.org>
9612
9613 * gdb.base/relativedebug.exp: Invoke gdb command
9614 "info sharedlibrary", and if libc.so doesn't have debug info,
9615 skip the test.
9616
9617 2015-04-29 Doug Evans <dje@google.com>
9618
9619 * gdb.python/py-xmethods.exp: Add ptype tests.
9620 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9621 get_result_type method.
9622
9623 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9624
9625 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9626 the target does not support hardware watchpoints.
9627
9628 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9629
9630 * gdb.base/break-always.exp: Abort testing if writing to memory
9631 causes an error.
9632
9633 2015-04-28 Doug Evans <dje@google.com>
9634
9635 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9636 * gdb.python/py-pp-registration.exp: ... here. New file.
9637 * gdb.python/py-pp-registration.c: New file.
9638 * gdb.python/py-pp-registration.py: New file.
9639
9640 2015-04-28 Doug Evans <dje@google.com>
9641
9642 * gdb.python/py-bad-printers.c: New file.
9643 * gdb.python/py-bad-printers.py: New file.
9644 * gdb.python/py-bad-printers.exp: New file.
9645
9646 2015-04-28 Sasha Smundak <asmundak@google.com>
9647
9648 * gdb.python/py-type.exp: New test.
9649
9650 2015-04-28 Andy Wingo <wingo@igalia.com>
9651
9652 * gdb.python/py-parameter.exp:
9653 * gdb.guile/scm-parameter.exp: Escape the path that we are
9654 matching against, as it might contain characters that are special
9655 to regular expressions.
9656
9657 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9658
9659 * gdb.ada/rec_comp: New testcase.
9660
9661 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9662
9663 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9664 before using it.
9665
9666 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9667
9668 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9669 new tests for verilog output.
9670
9671 2015-04-24 Yao Qi <yao.qi@linaro.org>
9672
9673 * boards/remote-gdbserver-on-localhost.exp: New file.
9674
9675 2015-04-23 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9678 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9679 "end of file", remove $inferior_spawn_id from the indirect list.
9680
9681 2015-04-23 Pedro Alves <palves@redhat.com>
9682
9683 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9684
9685 2015-04-23 Pedro Alves <palves@redhat.com>
9686
9687 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9688 on $any_spawn_id instead of only on $gdb_spawn_id.
9689
9690 2015-04-21 Pierre Muller <muller@sourceware.org>
9691
9692 PR pascal/17815
9693 * lib/pascal.exp (gpc_compile): Add new option "class".
9694 (fpc_compile): Likewise.
9695 * gdb.pascal/case-insensitive-symbols.pas: New file.
9696 * gdb.pascal/case-insensitive-symbols.exp: New file.
9697
9698 2015-04-20 Gary Benson <gbenson@redhat.com>
9699
9700 * gdb.base/attach.exp: Fix three extended remote failures.
9701
9702 2015-04-17 Gary Benson <gbenson@redhat.com>
9703
9704 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9705 the main executable over the remote protocol.
9706
9707 2015-04-16 Pedro Alves <palves@redhat.com>
9708
9709 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9710 a new gdbserver if gdbserver_reconnect_p is set.
9711
9712 2015-04-16 Pedro Alves <palves@redhat.com>
9713
9714 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9715 is set, don't exit gdbserver.
9716
9717 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9718
9719 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9720 appropriate .insn, such that an older assembler can be used.
9721 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9722 the z/Architecture instruction set on 31-bit targets as well.
9723
9724 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9725
9726 * gdb.go/handcall.exp: Remove all logic related to the first
9727 breakpoint and rely on go_runto_main instead.
9728 * gdb.go/strings.exp: Likewise.
9729 * gdb.go/unsafe.exp: Likewise.
9730 * gdb.go/hello.exp: Likewise. Also rename the remaining
9731 breakpoint marker to "breakpoint 1".
9732 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9733 * gdb.go/strings.go: Likewise.
9734 * gdb.go/unsafe.go: Likewise.
9735 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9736 "set breakpoint 2 here" and rename the remaining breakpoint marker
9737 to "breakpoint 1".
9738
9739 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9740
9741 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9742 if itertools.imap is not present.
9743 * gdb.python/py-objfile.exp: Add parentheses.
9744 * gdb.python/py-type.exp: Same.
9745 * gdb.python/py-unwind-maint.py: Same.
9746
9747 2015-04-15 Yao Qi <yao.qi@linaro.org>
9748
9749 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9750 of ":$ptr_size" and set its form explicitly.
9751
9752 2015-04-15 Pedro Alves <palves@redhat.com>
9753 Yao Qi <yao.qi@linaro.org>
9754
9755 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9756 timeout by factor of 4.
9757 (test_regular_watch): Likewise.
9758 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9759 * gdb.reverse/sigall-reverse.exp: Likewise.
9760 * gdb.reverse/until-precsave.exp: Likewise.
9761 * lib/gdb.exp (with_timeout_factor): New proc.
9762 (gdb_expect): Move some code to ...
9763 (get_largest_timeout): ... here. New procedure.
9764
9765 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9766
9767 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9768
9769 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9770
9771 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9772 to write to the .text section.
9773
9774 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9775
9776 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9777 Handle the case of targets that do not provide PID information.
9778
9779 2015-04-13 Yao Qi <yao.qi@linaro.org>
9780
9781 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9782 and use expect instead of gdb_expect.
9783
9784 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9785
9786 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9787 "coredump_var_addr" to avoid naming conflict with other testcases.
9788
9789 2015-04-10 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9792 gdb_test_sequence and gdb_assert.
9793
9794 2015-04-10 Pedro Alves <palves@redhat.com>
9795
9796 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9797 test messages that don't include the breakpoint address.
9798
9799 2015-04-10 Yao Qi <yao.qi@linaro.org>
9800
9801 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9802 false for some offset and width combinations which aren't
9803 supported by linux kernel.
9804
9805 2015-04-10 Pedro Alves <palves@redhat.com>
9806
9807 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9808 procedure, factored out from ...
9809 (top level): ... here. Add "set displaced-stepping" testing axis.
9810 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9811 parameter "displaced". Use it.
9812 (top level): Use foreach and add "set displaced-stepping" testing
9813 axis.
9814
9815 2015-04-10 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9818 Remove comment.
9819 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9820 both the address of the instruction that triggers the watchpoint
9821 and the address of the instruction immediately after, and use
9822 those addresses for the test. Fix comment.
9823
9824 2015-04-10 Pedro Alves <palves@redhat.com>
9825
9826 * gdb.base/sigstep.exp (breakpoint_to_handler)
9827 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9828 Test "backtrace" in handler.
9829 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9830 (top level): Add new "displaced" test axis to
9831 breakpoint_to_handler, breakpoint_to_handler_entry and
9832 breakpoint_over_handler.
9833
9834 2015-04-10 Pedro Alves <palves@redhat.com>
9835
9836 PR gdb/18216
9837 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9838
9839 2015-04-10 Yao Qi <yao.qi@linaro.org>
9840
9841 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9842 (test_add_rn_pc): New function.
9843 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9844 (top level): Invoke test_add_rn_pc.
9845
9846 2015-04-10 Pedro Alves <palves@redhat.com>
9847
9848 PR gdb/13858
9849 * gdb.base/step-over-no-symbols.exp: New file.
9850
9851 2015-04-09 Andy Wingo <wingo@igalia.com>
9852
9853 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9854 after the Python tests.
9855
9856 2015-04-08 Keith Seitz <keiths@redhat.com>
9857
9858 PR python/16699
9859 * gdb.python/py-completion.exp: New tests for completion.
9860 * gdb.python/py-completion.py (CompleteLimit1): New class.
9861 (CompleteLimit2): Likewise.
9862 (CompleteLimit3): Likewise.
9863 (CompleteLimit4): Likewise.
9864 (CompleteLimit5): Likewise.
9865 (CompleteLimit6): Likewise.
9866 (CompleteLimit7): Likewise.
9867
9868 2015-04-08 Pedro Alves <palves@redhat.com>
9869
9870 PR gdb/18214
9871 PR gdb/18216
9872 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9873 function.
9874 (main): Install it as SIGUSR1 handler.
9875 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9876 parameter. Always use "setup" as prefix. Toggle "set
9877 displaced-stepping" off/on depending on global. Don't switch to
9878 thread 1 here.
9879 (top level): Add displaced stepping "off/on" test axis. Update
9880 "setup" calls. Wrap each subtest with with_test_prefix. Test
9881 continuing with a queued signal in each thread.
9882
9883 2015-04-08 Pedro Alves <palves@redhat.com>
9884
9885 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9886 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9887 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9888 Return early if running to main fails.
9889 * gdb.trace/while-stepping.exp: Likewise.
9890
9891 2015-04-07 Pedro Alves <palves@redhat.com>
9892
9893 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9894 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9895 interact with inferior program.
9896
9897 2015-04-07 Pedro Alves <palves@redhat.com>
9898
9899 * lib/gdb.exp (inferior_spawn_id): New global.
9900 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9901 spawn id after processing the user code.
9902 (default_gdb_start): Set inferior_spawn_id.
9903 (send_inferior): New procedure.
9904 * lib/gdbserver-support.exp (gdbserver_start): Set
9905 inferior_spawn_id.
9906 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9907
9908 2015-04-07 Pedro Alves <palves@redhat.com>
9909
9910 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9911 * lib/gdbserver-support.exp (gdbserver_start): Make
9912 $server_spawn_id global.
9913 (gdbserver_start): Don't wait for gdbserver's spawn id with
9914 expect_background.
9915 (close_gdbserver): New procedure.
9916 (gdb_exit): Rename the default version and reimplement.
9917
9918 2015-04-07 Pedro Alves <palves@redhat.com>
9919
9920 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9921 append the substituted item, not the original item.
9922
9923 2015-04-07 Pedro Alves <palves@redhat.com>
9924
9925 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9926 gdb_expect.
9927
9928 2015-04-07 Pedro Alves <palves@redhat.com>
9929
9930 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9931 output appearing once only.
9932
9933 2015-04-07 Pedro Alves <palves@redhat.com>
9934
9935 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9936 that doesn't expect anything. Return early if running to main
9937 fails.
9938
9939 2015-04-07 Yao Qi <yao.qi@linaro.org>
9940
9941 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9942 (child_function): Call alarm.
9943 (main): Move call to alarm into the loop.
9944 * gdb.threads/non-stop-fair-events.exp: Build program with
9945 -DTIMEOUT=$timeout.
9946
9947 2015-04-06 Doug Evans <xdje42@gmail.com>
9948
9949 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9950 Fix dest parameter to board_info.
9951 (fpc_compile): Ditto.
9952 (gdb_compile_pascal): Rename dest arg to destfile.
9953
9954 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9955
9956 * gdb.ada/funcall_ref.exp: New file.
9957 * gdb.ada/funcall_ref/foo.adb: New file.
9958
9959 2015-04-02 Yao Qi <yao.qi@linaro.org>
9960
9961 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9962 is remote.
9963
9964 2015-04-02 Gary Benson <gbenson@redhat.com>
9965
9966 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9967
9968 2015-04-01 Sasha Smundak <asmundak@google.com>
9969
9970 * gdb.python/py-unwind-maint.c: New file.
9971 * gdb.python/py-unwind-maint.exp: New test.
9972 * gdb.python/py-unwind-maint.py: New file.
9973 * gdb.python/py-unwind.c: New file.
9974 * gdb.python/py-unwind.exp: New test.
9975 * gdb.python/py-unwind.py: New test.
9976
9977 2015-04-01 Pedro Alves <palves@redhat.com>
9978
9979 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9980 to fail instead of non-existent $test.
9981
9982 2015-04-01 Pedro Alves <palves@redhat.com>
9983
9984 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9985 GDBFLAGS if not empty.
9986
9987 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9988
9989 * gdb.ada/complete.exp: Remove "multi_line".
9990 * gdb.ada/info_exc.exp: Remove "multi_line".
9991 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9992 * gdb.ada/ptype_field.exp: Remove "multi_line".
9993 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9994 * gdb.ada/tagged.exp: Remove "multi_line".
9995 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9996 [multi_line ...]
9997 * gdb.btrace/delta.exp: Likewise.
9998 * gdb.btrace/exception.exp: Likewise.
9999 * gdb.btrace/function_call_history.exp: Likewise.
10000 * gdb.btrace/instruction_history.exp: Likewise.
10001 * gdb.btrace/nohist.exp: Likewise.
10002 * gdb.btrace/record_goto.exp: Likewise.
10003 * gdb.btrace/segv.exp: Likewise.
10004 * gdb.btrace/stepi.exp: Likewise.
10005 * gdb.btrace/tailcall.exp: Likewise.
10006 * gdb.btrace/unknown_functions.exp: Likewise.
10007 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10008 * lib/gdb.exp: Add the "multi_line" helper.
10009
10010 2015-04-01 Pedro Alves <palves@redhat.com>
10011
10012 * gdb.threads/tid-reuse.c: New file.
10013 * gdb.threads/tid-reuse.exp: New file.
10014
10015 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10016
10017 PR corefiles/16092
10018 * gdb.base/coredump-filter.c: New file.
10019 * gdb.base/coredump-filter.exp: Likewise.
10020
10021 2015-03-27 Petr Machata <pmachata@redhat.com>
10022
10023 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10024 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10025 (Dwarf::assemble): Initialize them.
10026 (Dwarf::lines): New function.
10027
10028 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10029
10030 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10031 SYMBOL_PREFIX for x86_64-*-cygwin.
10032
10033 2015-03-26 Andy Wingo <wingo@igalia.com>
10034
10035 PR symtab/18148
10036 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10037 const_value but not a location.
10038 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10039 location defined in non-main CUs are visible.
10040
10041 2015-03-26 Yao Qi <yao.qi@linaro.org>
10042
10043 PR testsuite/18139
10044 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10045 Add a line number entry for the same line.
10046 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10047 Add a line number entry for the same line.
10048
10049 2015-03-26 Yao Qi <yao.qi@linaro.org>
10050
10051 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10052 .int 0.
10053 (func): Likewise. Add .Lfunc_1 label.
10054 Use .Lfunc_1 label.
10055 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10056 .int 0.
10057 (func): Likewise.
10058 Use .Lfunc_1 label.
10059
10060 2015-03-26 Yao Qi <yao.qi@linaro.org>
10061
10062 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10063 Call gdb_compile instead to compile each .s files without debug
10064 information.
10065
10066 2015-03-26 Yao Qi <yao.qi@linaro.org>
10067
10068 * gdb.base/savedregs.exp (process_saved_regs): Make
10069 "Saved registers:" optional in the pattern.
10070
10071 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10072
10073 * gdb.btrace/next.exp: Merged into step.exp.
10074 * gdb.btrace/finish.exp: Merged into step.exp.
10075 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10076 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10077 "record goto" and checking the exact replay position.
10078 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10079 check for "Recording format" in "info record" output.
10080 * gdb.btrace/record_goto.exp: Choose test file based on target.
10081 * gdb.btrace/x86-record_goto.S: Renamed into ...
10082 * gdb.btrace/x86_64-record_goto.S: ... this.
10083 * gdb.btrace/i686-record_goto.S: New.
10084 * gdb.btrace/x86-tailcall.S: Renamed into ...
10085 * gdb.btrace/x86_64-tailcall.S: ... this.
10086 * gdb.btrace/i686-tailcall.S: New.
10087 * gdb.btrace/x86-tailcall.c: Renamed into ...
10088 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10089 separate statements. Update test.
10090 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10091 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10092 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10093 * gdb.btrace/tailcall.exp: Choose test file based on target.
10094 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10095
10096 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10097
10098 * gdb.btrace/exception.exp: Increase BTS buffer size.
10099
10100 2015-03-24 Pedro Alves <palves@redhat.com>
10101
10102 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10103
10104 2015-03-24 Pedro Alves <palves@redhat.com>
10105
10106 * gdb.threads/schedlock.exp (test_step): No longer expect that
10107 "set scheduler-locking step" with "next" over a function call runs
10108 threads unlocked.
10109
10110 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10111
10112 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10113
10114 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10115
10116 PR breakpoints/16466
10117 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10118 * gdb.mi/mi-pending.c (thread_func): New function.
10119 (int main): Add threading support required.
10120 * gdb.mi/mi-pending.exp: Add tests for this issue.
10121 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10122 (pendfunc2): Remove stdio dependency.
10123 * gdb.mi/mi-pendshr2.c: New file.
10124
10125 2015-03-23 Keith Seitz <keiths@redhat.com>
10126
10127 * gdb.linespec/keywords.c: New file.
10128 * gdb.linespec/keywords.exp: New file.
10129
10130 2015-03-23 Keith Seitz <keiths@redhat.com>
10131
10132 PR gdb/18021
10133 * gdb.dwarf2/staticvirtual.exp: New test.
10134
10135 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10136
10137 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10138 * README: Remove HP-UX and gdb.hp.
10139 (configuration):
10140 * configure: Regenerate.
10141 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10142 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10143 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10144 gdb.hp/gdb.defects/Makefile.
10145 * gdb.hp/Makefile.in: File deleted.
10146 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10147 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10148 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10149 * gdb.hp/gdb.aCC/run.c: File deleted.
10150 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10151 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10152 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10153 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10154 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10155 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10156 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10157 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10158 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10159 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10160 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10161 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10162 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10163 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10164 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10165 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10166 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10167 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10168 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10169 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10170 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10171 * gdb.hp/gdb.compat/average.c: File deleted.
10172 * gdb.hp/gdb.compat/sum.c: File deleted.
10173 * gdb.hp/gdb.compat/xdb.c: File deleted.
10174 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10175 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10176 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10177 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10178 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10179 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10180 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10181 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10182 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10183 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10184 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10185 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10186 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10187 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10188 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10189 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10190 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10191 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10192 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10193 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10194 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10195 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10196 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10197 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10198 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10199 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10200 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10201 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10202 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10203 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10204 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10205 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10206 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10207 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10208 * gdb.hp/tools/odump: File deleted.
10209
10210 2015-03-19 Pedro Alves <palves@redhat.com>
10211
10212 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10213 (saw_thread_3): New globals.
10214 (top level): Increment them when an event for the corresponding
10215 thread is seen.
10216 (no thread starvation): New test.
10217
10218 2015-03-19 Pedro Alves <palves@redhat.com>
10219
10220 * gdb.threads/continue-pending-status.c: New file.
10221 * gdb.threads/continue-pending-status.exp: New file.
10222
10223 2015-03-18 Pedro Alves <palves@redhat.com>
10224
10225 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10226 Use gdb_is_target_remote instead of is_remote. Use
10227 gdb_test_multiple instead of gdb_expect. Exit early if
10228 gdb_test_multiple hits its internal matches. Tighten stepi tests
10229 expected output. Fail on exit with any signal, instead of just
10230 SIGILL.
10231
10232 2015-03-18 Yao Qi <yao.qi@linaro.org>
10233
10234 PR tdep/18107
10235 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10236 variable.
10237 * gdb.base/catch-syscall.exp: Don't skip it on
10238 aarch64*-*-linux* target. Remove elements in all_syscalls.
10239 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10240 target.
10241 (setup_all_syscalls): New proc.
10242
10243 2015-03-16 Yao Qi <yao.qi@linaro.org>
10244
10245 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10246 (top level): Skip tests if valid_addr_p returns false for
10247 $cmd1 or $cmd2.
10248
10249 2015-03-11 Andy Wingo <wingo@igalia.com>
10250
10251 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10252
10253 2015-03-11 Yao Qi <yao.qi@linaro.org>
10254
10255 * gdb.base/catch-syscall.exp: Fix typo in comments.
10256
10257 2015-03-11 Yao Qi <yao.qi@linaro.org>
10258
10259 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10260
10261 2015-03-09 Pedro Alves <palves@redhat.com>
10262
10263 * dg-extract-results.py: Delete.
10264
10265 2015-03-09 Pedro Alves <palves@redhat.com>
10266
10267 Merge dg-extract-results.sh from GCC upstream (r218843).
10268
10269 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10270 * dg-extract-results.sh: Use --text with grep to avoid issues with
10271 binary files. Fall back to cat -v, if that doesn't work.
10272
10273 2015-03-05 Pedro Alves <palves@redhat.com>
10274
10275 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10276
10277 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10278
10279 * lib/mi-support.exp (mi_expect_interrupt): Accept
10280 alternative event for when in all-stop mode.
10281
10282 2015-03-04 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10285
10286 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10287
10288 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10289
10290 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10291
10292 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10293 regexps for GDB's current line display, accept a hex address
10294 preceding the line number.
10295
10296 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10297
10298 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10299 the 'arch1' variable for "s390*-linux*" targets.
10300
10301 2015-03-04 Pedro Alves <palves@redhat.com>
10302
10303 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10304 (main): Pass missing retval argument to pthread_join call.
10305
10306 2015-03-02 Pedro Alves <palves@redhat.com>
10307
10308 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10309 (top level): Call do_test with non-stop as well.
10310
10311 2015-03-02 Pedro Alves <palves@redhat.com>
10312
10313 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10314 -1.
10315
10316 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10317
10318 * gdb.arch/s390-vregs.exp: New test.
10319 * gdb.arch/s390-vregs.S: New file.
10320
10321 2015-02-27 Pedro Alves <palves@redhat.com>
10322
10323 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10324 call to catch_command_errors.
10325 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10326 catch_command_errors.
10327
10328 2015-02-27 Pedro Alves <palves@redhat.com>
10329
10330 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10331 "true" for boolean result.
10332 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10333 prototype of main.
10334
10335 2015-02-27 Pedro Alves <palves@redhat.com>
10336
10337 * lib/unbuffer_output.c: New file.
10338 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10339 (main): Call gdb_unbuffer_output.
10340
10341 2015-02-27 Yao Qi <yao.qi@linaro.org>
10342
10343 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10344 target.
10345
10346 2015-02-26 Doug Evans <dje@google.com>
10347
10348 * gdb.cp/class2.cc (Dbase, D): New classes.
10349 (main): New local delta.
10350 * gdb.cp/class2.exp: Test printing delta.
10351 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10352 (dynbar): New global.
10353 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10354
10355 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10356
10357 * gdb.compile/compile-ifunc.c: New file.
10358 * gdb.compile/compile-ifunc.exp: New file.
10359
10360 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10361
10362 * gdb.base/structs.exp: Check for correct struct on finish.
10363
10364 2015-02-26 Yao Qi <yao.qi@linaro.org>
10365
10366 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10367 is zero.
10368
10369 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10370
10371 * gdb.arch/cordic.ko.bz2: New file.
10372 * gdb.arch/cordic.ko.debug.bz2: New file.
10373 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10374
10375 2015-02-25 Yao Qi <yao.qi@linaro.org>
10376
10377 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10378 aarch64*-*-* target.
10379
10380 2015-02-23 Pedro Alves <palves@redhat.com>
10381
10382 * lib/gdb.exp (delete_breakpoints): Rewrite using
10383 gdb_test_multiple.
10384
10385 2015-02-23 Pedro Alves <palves@redhat.com>
10386
10387 * gdb.base/info-os.c: Include stdlib.h.
10388
10389 2015-02-22 Doug Evans <xdje42@gmail.com>
10390
10391 PR symtab/17855
10392 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10393 is read after symbols have been re-read.
10394 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10395 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10396
10397 2015-02-21 Doug Evans <dje@google.com>
10398
10399 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10400
10401 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10402
10403 PR corefiles/17808
10404 * gdb.arch/i386-biarch-core.core.bz2: New file.
10405 * gdb.arch/i386-biarch-core.exp: New file.
10406
10407 2015-02-21 Pedro Alves <palves@redhat.com>
10408
10409 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10410 runto_main fails.
10411
10412 2015-02-20 Pedro Alves <palves@redhat.com>
10413
10414 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10415 info probes.
10416
10417 2015-02-20 Pedro Alves <palves@redhat.com>
10418
10419 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10420
10421 2015-02-20 Pedro Alves <palves@redhat.com>
10422
10423 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10424 clean_restart before gdb_target_supports_trace.
10425
10426 2015-02-20 Pedro Alves <palves@redhat.com>
10427
10428 PR threads/18006
10429 * gdb.threads/clone-thread_db.c: New file.
10430 * gdb.threads/clone-thread_db.exp: New file.
10431
10432 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10433
10434 PR breakpoints/16812
10435 * gdb.base/catch-gdb-caused-signals.c: New file.
10436 * gdb.base/catch-gdb-caused-signals.exp: New file.
10437
10438 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10439
10440 * configure: Regenerated.
10441 * configure.ac: Use GDB_AC_TRANSFORM.
10442 * aclocal.m4: sinclude ../transform.m4.
10443
10444 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10445
10446 * lib/dtrace.exp: New file.
10447 * gdb.base/dtrace-probe.exp: Likewise.
10448 * gdb.base/dtrace-probe.d: Likewise.
10449 * gdb.base/dtrace-probe.c: Likewise.
10450 * lib/pdtrace.in: Likewise.
10451 * configure.ac: Output variables with the transformed names of
10452 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10453 * configure: Regenerated.
10454
10455 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10456
10457 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10458 expected message when trying to access $_probe_* convenience
10459 variables while not on a probe.
10460
10461 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10462
10463 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10464
10465 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10466
10467 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10468 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10469
10470 2015-02-10 Doug Evans <xdje42@gmail.com>
10471
10472 * lib/gdb.exp (gdb_load): Always return a result.
10473
10474 2015-02-10 Pedro Alves <palves@redhat.com>
10475
10476 * gdb.threads/signal-sigtrap.c: New file.
10477 * gdb.threads/signal-sigtrap.exp: New file.
10478
10479 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10480
10481 * gdb.trace/no-attach-trace.c: New file.
10482 * gdb.trace/no-attach-trace.exp: New file.
10483
10484 2015-02-09 Mark Wielaard <mjw@redhat.com>
10485
10486 * gdb.dwarf2/atomic.c: New file.
10487 * gdb.dwarf2/atomic-type.exp: Likewise.
10488
10489 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10490
10491 * gdb.btrace/buffer-size.exp: Update "info record" output.
10492 * gdb.btrace/delta.exp: Update "info record" output.
10493 * gdb.btrace/enable.exp: Update "info record" output.
10494 * gdb.btrace/finish.exp: Update "info record" output.
10495 * gdb.btrace/instruction_history.exp: Update "info record" output.
10496 * gdb.btrace/next.exp: Update "info record" output.
10497 * gdb.btrace/nexti.exp: Update "info record" output.
10498 * gdb.btrace/step.exp: Update "info record" output.
10499 * gdb.btrace/stepi.exp: Update "info record" output.
10500 * gdb.btrace/nohist.exp: Update "info record" output.
10501
10502 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10503
10504 * gdb.btrace/buffer-size: New.
10505
10506 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10507
10508 * gdb.btrace/delta.exp: Update "info record" output.
10509 * gdb.btrace/enable.exp: Update "info record" output.
10510 * gdb.btrace/finish.exp: Update "info record" output.
10511 * gdb.btrace/instruction_history.exp: Update "info record" output.
10512 * gdb.btrace/next.exp: Update "info record" output.
10513 * gdb.btrace/nexti.exp: Update "info record" output.
10514 * gdb.btrace/step.exp: Update "info record" output.
10515 * gdb.btrace/stepi.exp: Update "info record" output.
10516 * gdb.btrace/nohist.exp: Update "info record" output.
10517
10518 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10519
10520 PR gdb/15678
10521 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10522
10523 2015-02-06 Pedro Alves <palves@redhat.com>
10524
10525 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10526 macro.
10527 (seconds_left, again): New globals.
10528 (main): Wait seconds_left in a 1-second sleep loop instead of
10529 sleeping 180 seconds. If 'again' is set, reset the seconds
10530 counter.
10531 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10532 'again' in the inferior before detaching. Print the seconds left.
10533 (options): New global.
10534 (top level): Build program with -DTIMEOUT=$timeout.
10535
10536 2015-02-06 Pedro Alves <palves@redhat.com>
10537
10538 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10539 determine how many seconds to pass to 'alarm'.
10540 * gdb.base/gdb-sigterm.exp (top level): Build program with
10541 -DTIMEOUT=$timeout.
10542 (do_test): Return success/failure indication. Add more verbose
10543 logging. Don't fail if 200 single steps are seen. Instead, fail
10544 when the test times out.
10545 (passes): New global.
10546 (top level): Break the testing loop if testing fails on any
10547 iteration. Use gdb_assert.
10548
10549 2015-02-04 Don Breazeal <donb@codesourcery.com>
10550
10551 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10552 and initialize them.
10553 (ipc_cleanup): New function.
10554 (main): Don't declare shmid, semid, and msqid. Add a call to
10555 atexit so that we call ipc_cleanup on exit.
10556
10557 2015-02-04 Pedro Alves <palves@redhat.com>
10558
10559 * boards/native-extended-gdbserver.exp: Remove any target variant
10560 specifications from the board name before clearing the isremote
10561 flag from board_info.
10562
10563 2015-01-31 Doug Evans <xdje42@gmail.com>
10564
10565 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10566
10567 2015-01-31 Gary Benson <gbenson@redhat.com>
10568
10569 * gdb.base/completion.exp: Disable completion limiting for
10570 existing tests. Add new tests to check completion limiting.
10571 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10572
10573 2015-01-31 Doug Evans <xdje42@gmail.com>
10574
10575 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10576
10577 2015-01-31 Doug Evans <xdje42@gmail.com>
10578
10579 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10580 entries. Duplicate file section script entries.
10581 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10582 inlined entries. Add test for safe-path rejection.
10583 * gdb.python/py-section-script.c: Add duplicate inlined section script
10584 entries. Duplicate file section script entries.
10585 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10586 inlined entries. Add test for safe-path rejection.
10587
10588 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10589
10590 * gdb.ada/disc_arr_bound: New testcase.
10591
10592 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10593
10594 * gdb.ada/mi_var_array: New testcase.
10595
10596 2015-01-27 Doug Evans <dje@google.com>
10597
10598 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10599 Add test for objfile.filename, objfile.username after objfile
10600 has been unloaded.
10601
10602 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10603
10604 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10605 the second test to print the name attribute of value
10606 returned by the call to gdb.lookup_type, and adjust
10607 the expected output accordingly.
10608
10609 2015-01-25 Mark Wielaard <mjw@redhat.com>
10610
10611 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10612 * gdb.base/disp-step-fork.c: Include unistd.h.
10613 * gdb.base/siginfo-obj.c: Include stdio.h.
10614 * gdb.base/siginfo-thread.c: Likewise.
10615 * gdb.mi/non-stop.c: Include unistd.h.
10616 * gdb.mi/nsthrexec.c: Include stdio.h.
10617 * gdb.mi/pthreads.c: Include unistd.h.
10618 * gdb.modula2/unbounded1.c (main): Declare returns int.
10619 * gdb.reverse/consecutive-reverse.c: Likewise.
10620 * gdb.threads/create-fail.c: Include unistd.h.
10621 * gdb.threads/killed.c: Likewise.
10622 * gdb.threads/linux-dp.c: Likewise.
10623 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10624 * gdb.threads/non-ldr-exc-2.c: Likewise.
10625 * gdb.threads/non-ldr-exc-3.c: Likewise.
10626 * gdb.threads/non-ldr-exc-4.c: Likewise.
10627 * gdb.threads/pthreads.c: Include unistd.h.
10628 (main): Declare returns int.
10629 * gdb.threads/tls-main.c (foo): New declaration.
10630 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10631
10632 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10633
10634 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10635 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10636
10637 2015-01-15 Mark Wielaard <mjw@redhat.com>
10638
10639 * gdb.base/noreturn-return.c: New file.
10640 * gdb.base/noreturn-return.exp: New file.
10641 * gdb.base/noreturn-finish.c: New file.
10642 * gdb.base/noreturn-finish.exp: New file.
10643
10644 2015-01-23 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.threads/continue-pending-after-query.c: New file.
10647 * gdb.threads/continue-pending-after-query.exp: New file.
10648
10649 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10650 Simon Marchi <simon.marchi@ericsson.com>
10651
10652 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10653 * gdb.base/valgrind-db-attach.exp: Same.
10654 * gdb.base/valgrind-infcall.exp: Same.
10655 * lib/mi-support.exp (default_mi_gdb_start): Same.
10656 * lib/prompt.exp (default_prompt_gdb_start): Same.
10657 * lib/gdb.exp (default_gdb_spawn): Same.
10658 (gdb_interact): New.
10659
10660
10661 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10662
10663 * gdb.compile/compile.exp (pointer to jit function): New test.
10664
10665 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10666
10667 * lib/gdb.exp (supports_process_record): Return true for
10668 powerpc*-*-linux*.
10669 (supports_reverse): Likewise.
10670
10671 2015-01-15 Don Breazeal <donb@codesourcery.com>
10672
10673 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10674 instead of checking whether the target board is remote and
10675 use spawn_wait_for_attach instead of exec/sleep.
10676 * gdb.base/attach-twice.exp: Likewise.
10677
10678 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10679
10680 * gdb.ada/var_arr_attrs: New testcase.
10681
10682 2015-01-14 Pedro Alves <palves@redhat.com>
10683 Joel Brobecker <brobecker@adacore.com>
10684
10685 PR gdb/17525
10686 * gdb.base/bp-cmds-execution-x-script.c: New file.
10687 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10688 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10689
10690 2015-01-14 Pedro Alves <palves@redhat.com>
10691
10692 PR cli/17828
10693 * gdb.base/batch-preserve-term-settings.c: New file.
10694 * gdb.base/batch-preserve-term-settings.exp: New file.
10695
10696 2015-01-13 Doug Evans <dje@google.com>
10697
10698 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10699 binary.
10700
10701 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10702
10703 * Makefile.in (clean mostlyclean): Do not delete *.py.
10704
10705 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10706
10707 * gdb.python/py-lookup-type.exp: New file.
10708
10709 2015-01-12 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10712 restore GDBFLAGS before returning.
10713
10714 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10715
10716 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10717 is_amd64_regs_target and is_x86_like_target.
10718
10719 2015-01-11 Doug Evans <xdje42@gmail.com>
10720
10721 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10722 is given without an explicit form.
10723 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10724 attributes.
10725 * gdb.dwarf/corrupt.exp: Ditto.
10726 * gdb.dwarf2/enum-type.exp: Ditto.
10727 * gdb.trace/entry-values.exp: Ditto.
10728 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10729
10730 2015-01-11 Doug Evans <xdje42@gmail.com>
10731
10732 PR gdb/15830
10733 * gdb.base/maint.exp: Remove references to "maint demangle".
10734 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10735 Add tests for explicitly specifying language to demangle.
10736 * gdb.dlang/demangle.exp: Ditto.
10737
10738 2015-01-09 Pedro Alves <palves@redhat.com>
10739
10740 * gdb.threads/non-stop-fair-events.c: New file.
10741 * gdb.threads/non-stop-fair-events.exp: New file.
10742
10743 2015-01-09 Pedro Alves <palves@redhat.com>
10744
10745 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10746 the global scope. Set a breakpoint after all threads are started
10747 rather than stepping over two source lines. Expect the prompt.
10748 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10749 global.
10750 (NUM): Now 15.
10751 (main): Use threads_started_barrier to wait for all threads to
10752 start. Main thread no longer calls thread_function. Exit after
10753 180 seconds.
10754 (loop): New function.
10755 (thread_function): Wait on threads_started_barrier barrier. Call
10756 'loop' at each iteration.
10757 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10758 threads have started, instead of hardcoding number of "next"
10759 steps. Use an access watchpoint instead of a write watchpoint.
10760
10761 2015-01-09 Pedro Alves <palves@redhat.com>
10762
10763 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10764 (thread_func): Wait on barrier.
10765 (main): Wait for all threads to start before stopping GDB.
10766 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10767 global.
10768 (thread1_func, thread2_func): Wait on barrier.
10769 (main): Wait for all threads to start before stopping GDB.
10770 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10771 New global.
10772 (thread1_func, thread2_func): Wait on barrier.
10773 (main): Wait for all threads to start before stopping GDB.
10774
10775 2015-01-09 Pedro Alves <palves@redhat.com>
10776
10777 * gdb.threads/attach-many-short-lived-threads.c: New file.
10778 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10779
10780 2014-01-09 Pedro Alves <palves@redhat.com>
10781
10782 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10783 instead of to thread 2.
10784 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10785 Add barrier around each pthread_create call instead of around all
10786 calls.
10787 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10788 Set a break on thread_function and have the child threads hit it
10789 one at at a time.
10790
10791 2015-01-09 Pedro Alves <palves@redhat.com>
10792
10793 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10794 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10795 false.
10796 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10797 checking whether the target board is remote.
10798 * gdb.multi/multi-attach.exp: Likewise.
10799 * gdb.python/py-sync-interp.exp: Likewise.
10800 * gdb.server/ext-attach.exp: Likewise.
10801 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10802 tests that need to attach, instead of checking whether the target
10803 board is remote at the top of the file.
10804
10805 2015-01-08 Yao Qi <yao@codesourcery.com>
10806
10807 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10808
10809 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10810
10811 Fix testcase compilation.
10812 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10813
10814 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10815
10816 * gdb.python/py-type.exp: Add a couple test about empty
10817 array creation, and negative-length array creation.
10818
10819 2015-01-02 Doug Evans <xdje42@gmail.com>
10820
10821 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10822
10823 2015-01-02 Doug Evans <dje@google.com>
10824
10825 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10826
10827 2014-12-29 Yao Qi <yao@codesourcery.com>
10828
10829 * gdb.trace/entry-values.exp: Update comments. Rename variable
10830 bar_call_foo to returned_from_foo.
10831
10832 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10833
10834 PR gdb/17394
10835 * gdb.linespec/break-asm-file.c: New file.
10836 * gdb.linespec/break-asm-file.exp: New file.
10837 * gdb.linespec/break-asm-file0.s: New file.
10838 * gdb.linespec/break-asm-file1.s: New file.
10839
10840 2014-12-18 Nigel Stephens <nigel@mips.com>
10841 Maciej W. Rozycki <macro@codesourcery.com>
10842
10843 * gdb.base/float.exp: Handle the new output from "info float" on
10844 MIPS targets.
10845
10846 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10847
10848 Fix MinGW compilation.
10849 * gdb.compile/compile-ops.exp: Update untested message if
10850 !skip_compile_feature_tests.
10851 * gdb.compile/compile-setjmp.exp: Likewise.
10852 * gdb.compile/compile-tls.exp: Likewise.
10853 * gdb.compile/compile.exp: Likewise.
10854 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10855 supported on this host".
10856
10857 2014-12-16 Doug Evans <xdje42@gmail.com>
10858
10859 * boards/stabs.exp: New file.
10860
10861 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10862
10863 * gdb.base/completion.exp: Adjust to format changes of "maint
10864 print user-registers".
10865
10866 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10867
10868 PR server/17457
10869 * gdb.arch/aarch64-fp.c: New file.
10870 * gdb.arch/aarch64-fp.exp: New file.
10871
10872 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10873
10874 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10875 r210637, r210913, r211666, r215400, r215817).
10876
10877 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10878 * dg-extract-results.py: New file.
10879 * dg-extract-results.sh: Use it if the environment seems
10880 suitable.
10881
10882 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10883
10884 * dg-extract-results.py (parse_run): Handle warnings that
10885 are printed before a test harness is run.
10886
10887 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10888
10889 * dg-extract-results.py (Named): Remove __cmp__ method.
10890 (output_variation): Use a key to sort variation.harnesses.
10891
10892 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10893
10894 * dg-extract-results.py: For Python 3, force sys.stdout to
10895 handle surrogate escape sequences.
10896 (safe_open): New function.
10897 (output_segment, main): Use it.
10898
10899 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10900
10901 * dg-extract-results.py (Prog.result_re): Include options
10902 in test name.
10903
10904 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10905
10906 * dg-extract-results.py (output_variation): Always sort if
10907 do_sum.
10908
10909 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10910
10911 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10912 as long as we get pagination notifications.
10913
10914 2014-12-15 Jason Merrill <jason@redhat.com>
10915
10916 * Makefile.in (check-gdb.%): Restore.
10917 * README: Mention it.
10918
10919 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10920
10921 * gdb.ada/str_uninit: New testcase.
10922
10923 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10924
10925 PR symtab/17642
10926 * gdb.base/vla-stub-define.c: New file.
10927 * gdb.base/vla-stub.c: New file.
10928 * gdb.base/vla-stub.exp: New file.
10929
10930 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10931 Jan Kratochvil <jan.kratochvil@redhat.com>
10932 Tom Tromey <tromey@redhat.com>
10933
10934 * configure.ac: Add gdb.compile/.
10935 * configure: Regenerate.
10936 * gdb.compile/Makefile.in: New file.
10937 * gdb.compile/compile-ops.exp: New file.
10938 * gdb.compile/compile-ops.c: New file.
10939 * gdb.compile/compile-tls.c: New file.
10940 * gdb.compile/compile-tls.exp: New file.
10941 * gdb.compile/compile-constvar.S: New file.
10942 * gdb.compile/compile-constvar.c: New file.
10943 * gdb.compile/compile-mod.c: New file.
10944 * gdb.compile/compile-nodebug.c: New file.
10945 * gdb.compile/compile-setjmp-mod.c: New file.
10946 * gdb.compile/compile-setjmp.c: New file.
10947 * gdb.compile/compile-setjmp.exp: New file.
10948 * gdb.compile/compile-shlib.c: New file.
10949 * gdb.compile/compile.c: New file.
10950 * gdb.compile/compile.exp: New file.
10951 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10952
10953 2014-12-12 Tom Tromey <tromey@redhat.com>
10954
10955 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10956 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10957
10958 2014-12-12 Doug Evans <dje@google.com>
10959
10960 * lib/gdb-python.exp (get_python_valueof): New function.
10961 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10962
10963 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10964
10965 * gdb.base/completion.exp: Add test for completion of "info
10966 registers ".
10967
10968 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10969
10970 * gdb.base/func-ptrs.c: New file.
10971 * gdb.base/func-ptrs.exp: New file.
10972
10973 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10974
10975 PR breakpoints/17012
10976 * gdb.base/dprintf-detach.c: New file.
10977 * gdb.base/dprintf-detach.exp: New file.
10978
10979 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10980
10981 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10982 * lib/gdb.exp (target_is_gdbserver): New procedure.
10983
10984 2014-12-08 Doug Evans <dje@google.com>
10985
10986 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10987
10988 2014-12-05 Yao Qi <yao@codesourcery.com>
10989
10990 * gdb.guile/scm-error.exp: Remove the third argument to
10991 gdb_remote_download.
10992 * gdb.guile/scm-frame-args.exp: Likewise.
10993 * gdb.guile/scm-section-script.exp: Likewise.
10994
10995 2014-12-05 Yao Qi <yao@codesourcery.com>
10996
10997 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10998
10999 2014-12-04 Doug Evans <dje@google.com>
11000
11001 * gdb.python/py-objfile.exp: Add tests for
11002 objfile.add_separate_debug_file.
11003
11004 2014-12-04 Doug Evans <dje@google.com>
11005
11006 * lib/gdb.exp (get_build_id): New function.
11007 (build_id_debug_filename_get): Rewrite to use it.
11008 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11009
11010 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11011
11012 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11013 `method(long)', not just 0x0.
11014 * gdb.cp/nsalias.exp: Align code labels to 4.
11015 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11016 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11017 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11018 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11019 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11020 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11021
11022 2014-12-02 Doug Evans <dje@google.com>
11023
11024 PR symtab/17602
11025 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11026 * gdb.cp/anon-ns2.cc: ... here. New file.
11027 * gdb.cp/anon-ns.exp: Update.
11028
11029 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11030
11031 * gdb.python/py-events.py (inferior_call_handler): New.
11032 (register_changed_handler, memory_changed_handler): New.
11033 (test_events.invoke): Register new handlers.
11034 * gdb.python/py-events.exp: Add tests for inferior call,
11035 memory_changed and register_changed events.
11036
11037 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11038
11039 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11040 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11041 if the linker doesn't understand this.
11042
11043 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11044
11045 * gdb.python/python.exp: Change expected reply to help().
11046
11047 2014-12-01 Yao Qi <yao@codesourcery.com>
11048
11049 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11050 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11051 * configure: Re-generated.
11052
11053 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11054
11055 * gdb.cp/chained-calls.cc: New file.
11056 * gdb.cp/chained-calls.exp: New file.
11057 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11058
11059 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11060
11061 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11062 * gdb.dwarf2/symtab-producer.exp: Same.
11063 * gdb.gdb/python-interrupts.exp: Same.
11064 * gdb.gdb/python-selftest.exp: Same.
11065 * gdb.python/py-linetable.exp: Same.
11066 * gdb.python/py-type.exp: Same.
11067 * gdb.python/py-value-cc.exp: Same.
11068 * gdb.python/py-value.exp: Same.
11069
11070 2014-11-28 Yao Qi <yao@codesourcery.com>
11071
11072 * gdb.base/break-probes.exp: Match library name prefixed with
11073 sysroot.
11074
11075 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11076
11077 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11078 test expected output. Add parentheses for the call to print.
11079 Remove L suffix from integers.
11080
11081 2014-11-26 Doug Evans <dje@google.com>
11082
11083 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11084
11085 2014-11-22 Yao Qi <yao@codesourcery.com>
11086
11087 * gdb.trace/entry-values.c: Remove asms.
11088 (foo): Add foo_label.
11089 (bar): Add bar_label.
11090 * gdb.trace/entry-values.exp: Remove code computing foo's
11091 length and bar's length.
11092 (Dwarf::assemble): Invoke function_range for bar and use
11093 MACRO_AT_func for foo.
11094
11095 2014-11-22 Yao Qi <yao@codesourcery.com>
11096
11097 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11098 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11099 Use .Lgcc43_procstart instead of gcc43.
11100
11101 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11102
11103 * gdb.ada/n_arr_bound: New testcase.
11104
11105 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11106
11107 PR breakpoints/10737
11108 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11109 test_catch_syscall_multi_arch.
11110 (test_catch_syscall_multi_arch): New function.
11111
11112 2014-11-20 Doug Evans <xdje42@gmail.com>
11113
11114 * gdb.base/maint.exp: Update expected output.
11115
11116 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11117
11118 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11119 4-byte instruction on S390.
11120
11121 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11122
11123 * gdb.ada/arr_arr: New testcase.
11124
11125 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11126
11127 * gdb.ada/pkd_arr_elem: New Testcase.
11128
11129 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11130
11131 * gdb.reverse/break-precsave: Expect completion message for
11132 core file reads.
11133 * gdb.reverse/consecutive-precsave.exp: Likewise.
11134 * gdb.reverse/finish-precsave.exp: Likewise.
11135 * gdb.reverse/i386-precsave.exp: Likewise.
11136 * gdb.reverse/machinestate-precsave.exp: Likewise.
11137 * gdb.reverse/sigall-precsave.exp: Likewise.
11138 * gdb.reverse/solib-precsave.exp: Likewise.
11139 * gdb.reverse/step-precsave.exp: Likewise.
11140 * gdb.reverse/until-precsave.exp: Likewise.
11141 * gdb.reverse/watch-precsave.exp: Likewise.
11142
11143 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11144
11145 * gdb.base/bp-permanent.c: Include unistd.h.
11146 * gdb.python/py-framefilter-mi.c (main): Add return type.
11147 * gdb.python/py-framefilter.c (main): Likewise.
11148 * gdb.trace/actions-changed.c (main): Likewise.
11149
11150 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11151
11152 * gdb.mi/until.c: Add eye-catchers.
11153 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11154 line numbers.
11155
11156 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11157
11158 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11159 function header variants in break1.c.
11160 * gdb.base/ena-dis-br.exp: Likewise.
11161 * gdb.base/hbreak2.exp: Likewise.
11162 * gdb.reverse/until-precsave.exp: Drop references to removed
11163 non-prototype function header variants in ur1.c.
11164 * gdb.reverse/until-reverse.exp: Likewise.
11165
11166 2014-11-17 Petr Machata <pmachata@redhat.com>
11167
11168 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11169 ${_cu_offset_size} bytes abbrev offset.
11170
11171 2014-11-15 Doug Evans <xdje42@gmail.com>
11172
11173 PR symtab/17559
11174 * gdb.base/line-symtabs.exp: New file.
11175 * gdb.base/line-symtabs.c: New file.
11176 * gdb.base/line-symtabs.h: New file.
11177
11178 2014-11-14 Yao Qi <yao@codesourcery.com>
11179
11180 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11181 (func): Add label func_label.
11182 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11183 Replace low_pc and high_pc with MACRO_AT_range.
11184 Replace name, low_pc and high_pc with MACRO_AT_func.
11185
11186 2014-11-14 Yao Qi <yao@codesourcery.com>
11187
11188 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11189 Replace name, low_pc and high_pc with MACRO_AT_func.
11190
11191 2014-11-14 Yao Qi <yao@codesourcery.com>
11192
11193 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11194 produce debug information.
11195 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11196
11197 2014-11-14 Yao Qi <yao@codesourcery.com>
11198
11199 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11200 object and get function length.
11201 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11202 with MACRO_AT_func.
11203 (top-level): Replace gdb_compile and clean_restart with
11204 prepare_for_testing.
11205 * gdb.dwarf2/main.c (main): Add label main_label.
11206
11207 2014-11-14 Yao Qi <yao@codesourcery.com>
11208
11209 * lib/dwarf.exp (function_range): New procedure.
11210 (Dwarf::_handle_macro_at_func): New procedure.
11211 (Dwarf::_handle_macro_at_range): New procedure.
11212 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11213
11214 2014-11-14 Yao Qi <yao@codesourcery.com>
11215
11216 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11217 (_handle_attribute): New procedure.
11218
11219 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11220
11221 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11222 * gdb.base/call-sc.c (zed): Likewise.
11223 * gdb.base/checkpoint.c (main): Likewise.
11224 * gdb.base/dump.c (main): Likewise.
11225 * gdb.base/gcore.c (main): Likewise.
11226 * gdb.base/huge.c (main): Likewise.
11227 * gdb.base/multi-forks.c (main): Likewise.
11228 * gdb.base/pr10179-a.c (main): Likewise.
11229 * gdb.base/savedregs.c (main): Likewise.
11230 * gdb.base/sigaltstack.c (main): Likewise.
11231 * gdb.base/siginfo.c (main): Likewise.
11232 * gdb.base/structs.c (zed): Likewise.
11233 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11234 * gdb.mi/mi-syn-frame.c (main): Likewise.
11235 * gdb.mi/until.c (foo, main): Likewise.
11236 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11237 * gdb.base/solib-weak.c (foo): Declare.
11238 * gdb.base/attach-twice.c: Include stdio.h.
11239 * gdb.base/weaklib1.c: Likewise.
11240 * gdb.base/weaklib2.c: Likewise.
11241 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11242 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11243 unistd.h.
11244 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11245 * gdb.mi/mi-exit-code.c: Likewise.
11246 * gdb.base/break-interp-lib.c: Include string.h.
11247 * gdb.base/coremaker.c: Likewise.
11248 * gdb.base/testenv.c: Likewise.
11249 * gdb.python/py-finish-breakpoint.c: Likewise.
11250 * gdb.base/inferior-died.c: Include sys/wait.h.
11251 * gdb.base/fileio.c: Include time.h.
11252 * gdb.base/async-shell.c: Include unistd.h.
11253 * gdb.base/dprintf-non-stop.c: Likewise.
11254 * gdb.base/info-os.c: Likewise.
11255 * gdb.mi/mi-console.c: Likewise.
11256 * gdb.mi/watch-nonstop.c: Likewise.
11257 * gdb.python/py-events.c: Likewise.
11258 * gdb.base/async.c (baz): Move up before its invocation.
11259 * gdb.base/code_elim2.c (my_global_func): Likewise.
11260 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11261 * gdb.base/advance.c (func2): Likewise.
11262
11263 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11264
11265 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11266 variant.
11267 * gdb.base/annota3.c: Likewise.
11268 * gdb.base/async.c: Likewise.
11269 * gdb.base/average.c: Likewise.
11270 * gdb.base/call-ar-st.c: Likewise.
11271 * gdb.base/call-rt-st.c: Likewise.
11272 * gdb.base/call-sc.c: Likewise.
11273 * gdb.base/call-strs.c: Likewise.
11274 * gdb.base/ending-run.c: Likewise.
11275 * gdb.base/execd-prog.c: Likewise.
11276 * gdb.base/exprs.c: Likewise.
11277 * gdb.base/foll-exec.c: Likewise.
11278 * gdb.base/foll-fork.c: Likewise.
11279 * gdb.base/foll-vfork.c: Likewise.
11280 * gdb.base/funcargs.c: Likewise.
11281 * gdb.base/gcore.c: Likewise.
11282 * gdb.base/jump.c: Likewise.
11283 * gdb.base/langs0.c: Likewise.
11284 * gdb.base/langs1.c: Likewise.
11285 * gdb.base/langs2.c: Likewise.
11286 * gdb.base/mips_pro.c: Likewise.
11287 * gdb.base/nodebug.c: Likewise.
11288 * gdb.base/opaque0.c: Likewise.
11289 * gdb.base/opaque1.c: Likewise.
11290 * gdb.base/recurse.c: Likewise.
11291 * gdb.base/run.c: Likewise.
11292 * gdb.base/scope0.c: Likewise.
11293 * gdb.base/scope1.c: Likewise.
11294 * gdb.base/setshow.c: Likewise.
11295 * gdb.base/setvar.c: Likewise.
11296 * gdb.base/shmain.c: Likewise.
11297 * gdb.base/shr1.c: Likewise.
11298 * gdb.base/shr2.c: Likewise.
11299 * gdb.base/sigall.c: Likewise.
11300 * gdb.base/signals.c: Likewise.
11301 * gdb.base/so-indr-cl.c: Likewise.
11302 * gdb.base/solib2.c: Likewise.
11303 * gdb.base/structs.c: Likewise.
11304 * gdb.base/sum.c: Likewise.
11305 * gdb.base/vforked-prog.c: Likewise.
11306 * gdb.base/watchpoint.c: Likewise.
11307 * gdb.reverse/shr2.c: Likewise.
11308 * gdb.reverse/until-reverse.c: Likewise.
11309 * gdb.reverse/ur1.c: Likewise.
11310 * gdb.reverse/watch-reverse.c: Likewise.
11311
11312 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11313
11314 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11315 variant.
11316 * gdb.base/sepdebug.exp: Drop references to removed code.
11317
11318 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11319
11320 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11321 variant. Preserve original line numbering.
11322 * gdb.base/list1.c: Likewise.
11323
11324 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11325
11326 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11327 variant.
11328 * gdb.base/break1.c: Likewise.
11329 * gdb.base/break.exp: Drop references to removed code.
11330
11331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11332
11333 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11334 variant.
11335
11336 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11337
11338 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11339
11340 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11341
11342 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11343 logic into perform_all_tests() and invoke it with and without
11344 function header prototypes.
11345 (do_function_calls): Remove conditional XFAIL for PR 5318.
11346 (rerun_and_prepare): Remove duplicate code.
11347 (perform_all_tests): New. Main logic moved here.
11348
11349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11350
11351 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11352 code guarded by #ifdef NO_PROTOTYPES.
11353 (t_double_many_args): Likewise.
11354 (DEF_FUNC_MANY_ARGS_1): Likewise.
11355 (DEF_FUNC_VALUES_1): Likewise.
11356 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11357 guarded by #ifdef PROTOTYPES.
11358
11359 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11360
11361 * gdb.mi/mi-console.c: Add eye-catcher.
11362 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11363 instead of literal line number.
11364
11365 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11366
11367 * gdb.base/shr2.c: Add eye-catcher.
11368 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11369 line number.
11370
11371 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11372
11373 * gdb.base/jump.c: Add eye-catchers.
11374 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11375 numbers.
11376
11377 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11378
11379 * gdb.base/execd-prog.c: Add eye-catchers.
11380 * gdb.base/foll-exec.c: Likewise.
11381 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11382 line numbers.
11383
11384 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11385
11386 * gdb.base/ending-run.c: Add eye-catchers.
11387 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11388 literal line numbers.
11389
11390 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11391
11392 * gdb.base/call-rt-st.c: Add eye-catchers.
11393 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11394 literal line numbers.
11395
11396 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11397
11398 * gdb.base/call-ar-st.c: Add eye-catchers.
11399 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11400 literal line numbers.
11401
11402 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11403
11404 * gdb.base/average.c: Add eye-catchers.
11405 * gdb.base/sum.c: Likewise.
11406 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11407 regexps dynamically.
11408
11409 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11410
11411 * gdb.base/solib1.c: Add eye-catchers.
11412 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11413 literal line numbers.
11414
11415 2014-11-12 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11418 leader has exited.
11419
11420 2014-11-12 Pedro Alves <palves@redhat.com>
11421
11422 * gdb.arch/i386-bp_permanent.c: New file.
11423 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11424 (srcfile): Set to i386-bp_permanent.c.
11425 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11426 that stepi does not execute the 'leave' instruction, instead of
11427 testing it does execute.
11428 * gdb.base/bp-permanent.c: New file.
11429 * gdb.base/bp-permanent.exp: New file.
11430
11431 2014-11-10 Doug Evans <xdje42@gmail.com>
11432
11433 PR symtab/17564
11434 * gdb.base/symtab-search-order.exp: New file.
11435 * gdb.base/symtab-search-order.c: New file.
11436 * gdb.base/symtab-search-order-1.c: New file.
11437 * gdb.base/symtab-search-order-shlib-1.c: New file.
11438
11439 2014-11-07 Pedro Alves <palves@redhat.com>
11440
11441 PR gdb/17511
11442 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11443 i?86-*-linux*.
11444
11445 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11446
11447 PR c++/17494
11448 * gdb.cp/pr17494.cc: New file.
11449 * gdb.cp/pr17494.exp: New file.
11450
11451 2014-11-02 Yao Qi <yao@codesourcery.com>
11452
11453 * gdb.python/python.exp: Get working directory and match the
11454 output of "set extended-prompt \\w " with it.
11455
11456 2014-10-30 Doug Evans <dje@google.com>
11457
11458 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11459 in objfiles.
11460 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11461 in progspaces.
11462
11463 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11464
11465 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11466 * gdb.base/realname-expand.exp: Likewise.
11467 * gdb.linespec/macro-relative.exp: Likewise.
11468
11469 2014-10-29 Pedro Alves <palves@redhat.com>
11470
11471 PR gdb/17408
11472 * gdb.threads/schedlock.c (some_function): New function.
11473 (call_function): New global.
11474 (MAYBE_CALL_SOME_FUNCTION): New macro.
11475 (thread_function): Call it.
11476 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11477 and use it instead of a global counter. Adjust all callers.
11478 (get_current_thread): Use "find current thread" for test message
11479 here rather than having all callers pass down the same string.
11480 (goto_loop): New procedure, factored out from ...
11481 (my_continue): ... this.
11482 (step_ten_loops): Change parameter from test message to command to
11483 use. Adjust.
11484 (list_count): Delete global.
11485 (check_result): New procedure, factored out from duplicate top
11486 level code.
11487 (continue tests): Wrap in with_test_prefix.
11488 (test_step): New procedure, factored out from duplicate top level
11489 code.
11490 (top level): Test "step" in combination with all scheduler-locking
11491 modes. Test "next" in combination with all scheduler-locking
11492 modes, and in combination with stepping over a function call or
11493 not.
11494 * gdb.threads/next-bp-other-thread.c: New file.
11495 * gdb.threads/next-bp-other-thread.exp: New file.
11496
11497 2014-10-29 Pedro Alves <palves@redhat.com>
11498
11499 PR python/17372
11500 * gdb.python/python.exp: Test a multi-line command that spawns
11501 interactive Python.
11502 * gdb.base/multi-line-starts-subshell.exp: New file.
11503
11504 2014-10-29 Yao Qi <yao@codesourcery.com>
11505
11506 * gdb.base/fileio.exp: Make directories on host.
11507
11508 2014-10-29 Yao Qi <yao@codesourcery.com>
11509
11510 * gdb.base/fileio.c (test_write): Close the file.
11511
11512 2014-10-28 Pedro Alves <palves@redhat.com>
11513
11514 PR gdb/12623
11515 * gdb.base/sigstep.c (no_handler): New global.
11516 (main): If 'no_handler is true, set the signal handlers to
11517 SIG_IGN.
11518 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11519 with_sw_watch and no_handler parameters. Handle them.
11520 (top level) <stepping over handler when stopped at a breakpoint
11521 test>: Add a test axis for testing with a software watchpoint, and
11522 another for testing with the signal handler set to SIG_IGN.
11523 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11524 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11525
11526 2014-10-28 Pedro Alves <palves@redhat.com>
11527
11528 PR gdb/17511
11529 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11530 * gdb.base/sigstep.exp (other_handler_location): New global.
11531 (advance): Support stepping into the signal handler, and running
11532 commands while in the handler.
11533 (in_handler_map): New global.
11534 (top level): In the advance test, add combinations for getting
11535 into the handler with stepping commands, and for running commands
11536 in the handler. Add comment descripting the advancei tests.
11537
11538 2014-10-28 Pedro Alves <palves@redhat.com>
11539
11540 * gdb.base/sigstep.exp: Use build_executable instead of
11541 prepare_for_testing.
11542 (top level): Move code that starts GDB, runs to main and creates a
11543 display to ...
11544 (restart): ... this new procedure.
11545 (top level): Move backtrace from signal handler test to ...
11546 (validate_backtrace): ... this new procedure.
11547 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11548 with_test_prefix. Always restart GDB.
11549 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11550 with_test_prefix. Always restart GDB. No need to delete
11551 breakpoints after the test.
11552 (test_skip_handler): Remove prefix parameter.
11553 (skip_over_handler, breakpoint_to_handler)
11554 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11555 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11556 restart GDB. No need to delete breakpoints after the test.
11557 (top level): Use foreach to call the test procedures with
11558 different commands.
11559
11560 2014-10-28 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11563 instead of GNATS numbers.
11564 * gdb.base/sigbpt.exp: Likewise.
11565 * gdb.base/siginfo.exp: Likewise.
11566 * gdb.base/sigstep.exp: Likewise.
11567
11568 2014-10-27 Pedro Alves <palves@redhat.com>
11569
11570 * gdb.base/sigstep.c (dummy): New global.
11571 (main): Issue a couple writes to the new global.
11572 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11573 procedures.
11574 (skip_over_handler): Use test_skip_handler.
11575 (top level): Call skip_over_handler for stepi and nexti too.
11576 (breakpoint_over_handler): Use test_skip_handler.
11577 (top level): Call breakpoint_over_handler for stepi and nexti too.
11578
11579 2014-10-27 Yao Qi <yao@codesourcery.com>
11580
11581 * gdb.trace/tfile.c (adjust_function_address)
11582 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11583 function descriptor.
11584
11585 2014-10-24 Don Breazeal <donb@codesourcery.com>
11586
11587 * gdb.base/foll-fork.exp (test_follow_fork,
11588 catch_fork_child_follow): Check for updated fork messages emitted
11589 from infrun.c.
11590 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11591 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11592 vfork_and_exec_child_follow_through_step): Check for updated vfork
11593 messages emitted from infrun.c.
11594
11595 2014-10-24 Pedro Alves <palves@redhat.com>
11596
11597 * gdb.base/corefile.exp: Remove references to ultrix.
11598 * gdb.base/interrupt.exp: Likewise.
11599 * gdb.base/whatis.exp: Likewise.
11600 * gdb.gdb/selftest.exp: Likewise.
11601 * gdb.threads/manythreads.exp: Likewise.
11602 * gdb.threads/print-threads.exp: Likewise.
11603 * gdb.threads/pthreads.exp:: Likewise.
11604 * gdb.threads/schedlock.exp: Likewise.
11605
11606 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11607
11608 * gdb.cp/non-trivial-retval.cc: Add a test case.
11609 * gdb.cp/non-trivial-retval.exp: Add a test.
11610
11611 2014-10-20 Yao Qi <yao@codesourcery.com>
11612
11613 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11614 * gdb.python/py-objfile-script-gdb.py: New file.
11615 * gdb.python/py-objfile-script.exp: Update reference to
11616 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11617 of remote_download. Remove the dest file.
11618
11619 2014-10-20 Yao Qi <yao@codesourcery.com>
11620
11621 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11622 * gdb.base/step-line.exp: Likewise.
11623 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11624 * gdb.dwarf2/dw2-basic.exp: Likewise.
11625 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11626 * gdb.dwarf2/dw2-filename.exp: Likewise.
11627 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11628 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11629 * gdb.dwarf2/dw2-producer.exp: Likewise.
11630 * gdb.dwarf2/mac-fileno.exp: Likewise.
11631 * gdb.python/py-frame-args.exp: Likewise.
11632 * gdb.python/py-framefilter.exp: Likewise.
11633 * gdb.python/py-mi.exp: Likewise.
11634 * gdb.python/py-objfile-script.exp: Likewise
11635 * gdb.python/py-pp-integral.exp: Likewise.
11636 * gdb.python/py-pp-re-notag.exp: Likewise.
11637 * gdb.python/py-prettyprint.exp: Likewise.
11638 * gdb.python/py-section-script.exp: Likewise.
11639 * gdb.python/py-typeprint.exp: Likewise.
11640 * gdb.python/py-xmethods.exp: Likewise.
11641 * gdb.stabs/weird.exp: Likewise.
11642 * gdb.xml/tdesc-regs.exp: Likewise.
11643
11644 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11645
11646 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11647 (out_cu): Use addr_len for the size of addresses.
11648 (out_line): Likewise. Size DW_LNE_set_address instruction
11649 according to addr_len.
11650 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11651 (FUNC): Add START_INSNS to definition.
11652
11653 2014-10-18 Yao Qi <yao@codesourcery.com>
11654
11655 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11656 gdb_has_argv0 return true.
11657 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11658 check [target_info exists noargs], check [gdb_has_argv0]
11659 instead.
11660 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11661 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11662 procedures.
11663
11664 2014-10-17 Doug Evans <dje@google.com>
11665
11666 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11667 event.
11668 * gdb.python/py-events.py: Add clear_objfiles event.
11669
11670 2014-10-17 Doug Evans <dje@google.com>
11671
11672 * gdb.python/py-objfile.exp: Test progspace attribute.
11673
11674 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11675
11676 * gdb.guile/scm-breakpoint.exp: Do not assume any
11677 directory separators when matching source file paths.
11678 * gdb.python/py-breakpoint.exp: Likewise.
11679 * gdb.reverse/break-precsave.exp: Likewise.
11680 * gdb.reverse/break-reverse.exp: Likewise.
11681 * gdb.reverse/consecutive-precsave.exp: Likewise.
11682 * gdb.reverse/finish-precsave.exp: Likewise.
11683 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11684 * gdb.reverse/finish-reverse.exp: Likewise.
11685 * gdb.reverse/i386-precsave.exp: Likewise.
11686 * gdb.reverse/i387-env-reverse.exp: Likewise.
11687 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11688 * gdb.reverse/machinestate-precsave.exp: Likewise.
11689 * gdb.reverse/machinestate.exp: Likewise.
11690 * gdb.reverse/sigall-precsave.exp: Likewise.
11691 * gdb.reverse/solib-precsave.exp: Likewise.
11692 * gdb.reverse/step-precsave.exp: Likewise.
11693 * gdb.reverse/until-precsave.exp: Likewise.
11694 * gdb.reverse/watch-precsave.exp: Likewise.
11695 * gdb.reverse/watch-reverse.exp: Likewise.
11696
11697 2014-10-17 Yao Qi <yao@codesourcery.com>
11698
11699 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11700 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11701
11702 2014-10-17 Pedro Alves <palves@redhat.com>
11703
11704 PR gdb/17471
11705 * gdb.base/bg-execution-repeat.c: New file.
11706 * gdb.base/bg-execution-repeat.exp: New file.
11707
11708 2014-10-17 Pedro Alves <palves@redhat.com>
11709
11710 PR gdb/17300
11711 * gdb.base/continue-all-already-running.c: New file.
11712 * gdb.base/continue-all-already-running.exp: New file.
11713
11714 2014-10-17 Pedro Alves <palves@redhat.com>
11715
11716 PR gdb/17472
11717 * gdb.base/annota-input-while-running.c: New file.
11718 * gdb.base/annota-input-while-running.exp: New file.
11719
11720 2014-10-17 Pedro Alves <palves@redhat.com>
11721
11722 * gdb.base/callfuncs.exp: emove references to osf.
11723 * gdb.base/sigall.exp: Likewise.
11724 * gdb.gdb/selftest.exp: Likewise.
11725 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11726 * gdb.mi/non-stop.c: Likewise.
11727 * gdb.mi/pthreads.c: Likewise.
11728 * gdb.reverse/sigall-precsave.exp: Likewise.
11729 * gdb.reverse/sigall-reverse.exp: Likewise.
11730 * gdb.threads/pthreads.c: Likewise.
11731 * gdb.threads/pthreads.exp: Likewise.
11732
11733 2014-10-17 Yao Qi <yao@codesourcery.com>
11734
11735 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11736 check 'target_info exists noargs'.
11737 (test_command_prompt_position): Likewise.
11738 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11739 Remove "set args".
11740 (progvar_simple_while_test): Likewise.
11741 (progvar_complex_if_while_test): Likewise.
11742 (if_while_breakpoint_command_test): Likewise.
11743 (infrun_breakpoint_command_test): Likewise.
11744 (breakpoint_command_test): Likewise.
11745 (watchpoint_command_test): Likewise.
11746 (bp_deleted_in_command_test): Likewise.
11747 (temporary_breakpoint_commands): Likewise.
11748
11749 2014-10-16 Yao Qi <yao@codesourcery.com>
11750
11751 * gdb.base/remotetimeout.exp: Remove noargs checking.
11752
11753 2014-10-15 Pedro Alves <palves@redhat.com>
11754
11755 PR breakpoints/9649
11756 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11757 * gdb.base/breakpoint-in-ro-region.exp
11758 (probe_target_hardware_step): New procedure.
11759 (top level): Probe hardware stepping and hardware breakpoint
11760 support. Test stepping through a read-only region, with both
11761 "breakpoint auto-hw" on and off and both "always-inserted" on and
11762 off.
11763
11764 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11765
11766 * gdb.dlang/demangle.exp: Update for demangling changes.
11767
11768 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11769
11770 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11771 * gdb.cp/non-trivial-retval.exp: Add new tests.
11772
11773 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11774
11775 PR c++/13403
11776 PR c++/15154
11777 * gdb.cp/non-trivial-retval.cc: New file.
11778 * gdb.cp/non-trivial-retval.exp: New file.
11779
11780 2014-10-15 Yao Qi <yao@codesourcery.com>
11781
11782 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11783 remote host.
11784
11785 2014-10-15 Yao Qi <yao@codesourcery.com>
11786
11787 * gdb.python/py-symbol.exp: Match file base name if host is
11788 remote, otherwise match file name with dir name.
11789 * gdb.python/py-symtab.exp: Likewise.
11790 * gdb.python/python.exp: Likewise.
11791
11792 2014-10-15 Yao Qi <yao@codesourcery.com>
11793
11794 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11795 pattern.
11796 * gdb.python/py-symtab.exp: Likewise.
11797 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11798 locationn.
11799
11800 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11801
11802 * gdb.ada/addr_arith: New testcase.
11803
11804 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11805
11806 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11807 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11808 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11809 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11810
11811 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11812
11813 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11814 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11815 * gdb.arch/stap-eval-lang-ada.exp: New file.
11816
11817 2014-10-14 Yao Qi <yao@codesourcery.com>
11818
11819 * gdb.mi/mi-var-child.c (nothing1): New function.
11820 (nothing2): New function.
11821 (do_children_tests): Set function pointers by nothing1 and
11822 nothing2.
11823 * gdb.mi/mi-var-child.exp: Step over new added statements.
11824 Update test to match the new output.
11825 * gdb.mi/var-cmd.c (nothing1): New function.
11826 (nothing2): New function.
11827 (do_children_tests): Set function pointers by nothing1 and
11828 nothing2.
11829 * gdb.mi/mi-var-display.exp: Update test to match output.
11830 Step to the line specified by $line_dct_nothing.
11831 Increase the number of lines to step.
11832
11833 2014-10-14 Yao Qi <yao@codesourcery.com>
11834
11835 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11836 tests.
11837 * gdb.mi/mi2-var-child.exp: Likewise.
11838
11839 2014-10-13 Doug Evans <dje@google.com>
11840
11841 * gdb.python/py-objfile.exp: Change name of file name test.
11842
11843 2014-10-13 Doug Evans <dje@google.com>
11844
11845 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11846 from the start of the CU.
11847
11848 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11849 Yao Qi <yao@codesourcery.com>
11850
11851 Fix "save breakpoints" for "catch" command.
11852 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11853 Remove -nonewline. Match also the added "main" line.
11854
11855 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11856
11857 Fix "save breakpoints" for "disable $bpnum" command.
11858 * gdb.base/save-bp.c (main): Add label.
11859 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11860
11861 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11862
11863 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11864
11865 2014-10-11 Yao Qi <yao@codesourcery.com>
11866
11867 * gdb.server/server-kill.exp: Execute command
11868 "set remote trace-status-packet on" before "tstatus".
11869
11870 2014-10-11 Yao Qi <yao@codesourcery.com>
11871
11872 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11873 (main): Call getppid.
11874 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11875 and continue to it. Read variable "server_pid".
11876
11877 2014-10-11 Yao Qi <yao@codesourcery.com>
11878
11879 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11880
11881 2014-10-11 Yao Qi <yao@codesourcery.com>
11882
11883 * gdb.threads/thread-find.exp: Don't execute command
11884 "info threads".
11885 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11886 * gdb.threads/linux-dp.exp: Don't check the condition
11887 $threads_created equals to zero.
11888
11889 2014-10-10 Pedro Alves <palves@redhat.com>
11890
11891 * gdb.base/bigcore.exp: Remove references to IRIX.
11892 * gdb.base/funcargs.exp: Likewise.
11893 * gdb.base/interrupt.exp: Likewise.
11894 * gdb.base/mips_pro.exp: Likewise.
11895 * gdb.base/nodebug.exp: Likewise.
11896 * gdb.base/setvar.exp: Likewise.
11897 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11898
11899 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11900 Pedro Alves <palves@redhat.com>
11901
11902 PR symtab/14466
11903 * gdb.base/vdso-warning.c: New file.
11904 * gdb.base/vdso-warning.exp: New file.
11905
11906 2014-10-02 Doug Evans <dje@google.com>
11907
11908 * gdb.base/structs.c (main): Don't run forever.
11909
11910 2014-10-02 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11913 (top level) <stop threads 1, stop threads 2>: Use it.
11914
11915 2014-10-02 Pedro Alves <palves@redhat.com>
11916
11917 * gdb.threads/break-while-running.exp (test): Add new
11918 'update_thread_list' argument. Skip "info threads" if false.
11919 (top level): Add new 'update_thread_list' axis.
11920
11921 2014-10-02 Pedro Alves <palves@redhat.com>
11922
11923 PR breakpoints/17431
11924 * gdb.base/execl-update-breakpoints.c: New file.
11925 * gdb.base/execl-update-breakpoints.exp: New file.
11926
11927 2014-10-01 Pedro Alves <palves@redhat.com>
11928
11929 * gdb.base/breakpoint-in-ro-region.c: New file.
11930 * gdb.base/breakpoint-in-ro-region.exp: New file.
11931
11932 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11933
11934 * gdb.mi/mi-exit-code.exp: New file.
11935 * gdb.mi/mi-exit-code.c: New file.
11936
11937 2014-09-30 Yao Qi <yao@codesourcery.com>
11938
11939 * lib/prelink-support.exp (build_executable_own_libs): Error if
11940 the target isn't native.
11941
11942 2014-09-30 Yao Qi <yao@codesourcery.com>
11943
11944 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11945 false.
11946
11947 2014-09-22 Pedro Alves <palves@redhat.com>
11948
11949 * gdb.threads/break-while-running.exp: New file.
11950 * gdb.threads/break-while-running.c: New file.
11951
11952 2014-09-19 Yao Qi <yao@codesourcery.com>
11953
11954 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11955 Invoke test. Restart GDB with --readnow and invoke test again.
11956
11957 2014-09-19 Yao Qi <yao@codesourcery.com>
11958
11959 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11960 proc set_breakpoint_on_gcd_function. Invoke
11961 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11962 invoke set_breakpoint_on_gcd_function again.
11963
11964 2014-09-18 Doug Evans <dje@google.com>
11965
11966 * gdb.dwarf2/symtab-producer.exp: New file.
11967
11968 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11969
11970 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11971 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11972 * gdb.base/global-var-nested-by-dso.c: Likewise.
11973 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11974
11975 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11976 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.base/watch-bitfields.exp: Pass string other than test file
11979 name to prepare_for_testing.
11980 (watch): New procedure.
11981 (expect_watchpoint): Use with_test_prefix.
11982 (top level): Factor out tests to ...
11983 (test_watch_location, test_regular_watch): ... these new
11984 procedures, and use with_test_prefix and gdb_continue_to_end.
11985
11986 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11987
11988 PR breakpoints/12526
11989 * gdb.base/watch-bitfields.exp: New file.
11990 * gdb.base/watch-bitfields.c: New file.
11991
11992 2014-09-16 Pedro Alves <palves@redhat.com>
11993
11994 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11995 software and hardware addresses, not software address against
11996 itself.
11997
11998 2014-09-16 Pedro Alves <palves@redhat.com>
11999
12000 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12001 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12002
12003 2014-09-16 Pedro Alves <palves@redhat.com>
12004
12005 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12006 files.
12007 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12008 "*-*-vxworks*" throughout.
12009 * gdb.base/break.exp: Likewise.
12010 * gdb.base/default.exp: Likewise.
12011 * gdb.base/scope.exp: Likewise.
12012 * gdb.base/sepdebug.exp: Likewise.
12013 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12014 throughout.
12015 * gdb.base/run.c: Likewise.
12016 * gdb.base/sepdebug.c: Likewise.
12017 * gdb.hp/gdb.aCC/run.c: Likewise.
12018 * gdb.reverse/until-reverse.c: Likewise.
12019 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12020
12021 2014-09-16 Yao Qi <yao@codesourcery.com>
12022
12023 * boards/local-remote-host-native.exp: New file.
12024
12025 2014-09-14 Doug Evans <xdje42@gmail.com>
12026
12027 * gdb.threads/queue-signal.c (thread_count): New variable.
12028 (thread_count_mutex, thread_count_condvar): New variables.
12029 (incr_thread_count, wait_all_threads_running): New functions.
12030 (main): Wait for all threads to be in their thread functions.
12031
12032 2014-09-13 Doug Evans <xdje42@gmail.com>
12033
12034 * gdb.threads/queue-signal.c: New file.
12035 * gdb.threads/queue-signal.exp: New file.
12036
12037 2014-09-13 Doug Evans <xdje42@gmail.com>
12038
12039 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12040 be consistent with what default_gdb_init uses.
12041 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12042 the plain text of the prompt. Add some logging printfs.
12043 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12044
12045 2014-09-12 Pedro Alves <palves@redhat.com>
12046
12047 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12048 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12049 * gdb.arch/i386-size-overlap.exp: Likewise.
12050 * gdb.arch/i386-size.exp: Likewise.
12051 * gdb.arch/i386-unwind.exp: Likewise.
12052 * gdb.base/a2-run.exp: Likewise.
12053 * gdb.base/break.exp: Likewise.
12054 * gdb.base/charset.exp: Likewise.
12055 * gdb.base/chng-syms.exp: Likewise.
12056 * gdb.base/commands.exp: Likewise.
12057 * gdb.base/dbx.exp: Likewise.
12058 * gdb.base/find.exp: Likewise.
12059 * gdb.base/funcargs.exp: Likewise.
12060 * gdb.base/jit-simple.exp: Likewise.
12061 * gdb.base/reread.exp: Likewise.
12062 * gdb.base/sepdebug.exp: Likewise.
12063 * gdb.base/step-bt.exp: Likewise.
12064 * gdb.cp/mb-inline.exp: Likewise.
12065 * gdb.cp/mb-templates.exp: Likewise.
12066 * gdb.objc/basicclass.exp: Likewise.
12067 * gdb.threads/killed.exp: Likewise.
12068
12069 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12070
12071 PR tdep/17379
12072 * gdb.arch/powerpc-stackless.S: New file.
12073 * gdb.arch/powerpc-stackless.exp: New file.
12074
12075 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12076
12077 * gdb.base/attach.c: Include unistd.h.
12078 (main): Call alarm. Add label postloop.
12079 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12080 gdb_breakpoint, gdb_continue_to_breakpoint.
12081 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12082
12083 2014-09-11 Pedro Alves <palves@redhat.com>
12084
12085 PR gdb/17347
12086 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12087 * gdb.base/attach.exp (test_command_line_attach_run): New
12088 procedure.
12089 (top level): Call it.
12090
12091 2014-09-11 Pedro Alves <palves@redhat.com>
12092
12093 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12094 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12095 (do_command_attach_tests): Use spawn_wait_for_attach.
12096 * gdb.base/solib-overlap.exp: Likewise.
12097 * gdb.multi/multi-attach.exp: Likewise.
12098 * gdb.python/py-prompt.exp: Likewise.
12099 * gdb.python/py-sync-interp.exp: Likewise.
12100 * gdb.server/ext-attach.exp: Likewise.
12101
12102 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12103
12104 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12105 command in testcase. Simplify testcase.
12106
12107 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12108
12109 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12110
12111 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12112
12113 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12114
12115 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12116
12117 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12118
12119 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12120
12121 * gdb.dwarf2/dynarr-ptr.c: New file.
12122 * gdb.dwarf2/dynarr-ptr.exp: New file.
12123
12124 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12125
12126 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12127 of 30 rather than hardcoding 120 for a slow test case. Take the
12128 `gdb,timeout' target setting into account for this calculation.
12129 Don't extend the timeout for the test cases that don't need it.
12130
12131 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12132
12133 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12134 a factor of 2 for a slow test case. Take the `gdb,timeout'
12135 target setting into account for this calculation.
12136 * gdb.reverse/until-precsave.exp: Increase the timeout by
12137 a factor of 15 and 3 respectively rather than adding 120
12138 for a pair of slow test cases. Take the `gdb,timeout'
12139 target setting into account for this calculation.
12140
12141 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12142
12143 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12144 timeout, don't pass one down to gdb_expect.
12145 (gdb_expect): Rework timeout selection.
12146
12147 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12148
12149 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12150 exception on timeout.
12151 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12152 (gdbserver_start_extended): Catch any `gdbserver_start' error
12153 exceptions.
12154 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12155 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12156 `gdbserver_gdb_load' error exceptions.
12157
12158 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12159
12160 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12161 120 on waiting for the TCP socket to open.
12162
12163 2014-09-09 Doug Evans <xdje42@gmail.com>
12164
12165 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12166 _caller_matches, _any_caller_is, _any_caller_matches.
12167
12168 2014-09-09 Doug Evans <xdje42@gmail.com>
12169
12170 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12171
12172 2014-09-09 Yao Qi <yao@codesourcery.com>
12173
12174 * gdb.mi/mi-var-display.exp: Set print symbol off.
12175
12176 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12177
12178 PR gdb/17035
12179 * gdb.base/commands.exp: Add tests to verify user-defined
12180 commands with empty bodies.
12181 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12182 python commands in `show user command`.
12183 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12184 scheme commands in `show user command`.
12185
12186 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12187
12188 PR python/17355
12189 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12190 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12191 * gdb.python/py-framefilter-invalidarg.exp: New file.
12192 * gdb.python/py-framefilter-invalidarg.py: New file.
12193
12194 2014-09-06 Doug Evans <xdje42@gmail.com>
12195
12196 PR 15276
12197 * gdb.python/py-caller-is.c: New file.
12198 * gdb.python/py-caller-is.exp: New file.
12199
12200 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12201
12202 PR gdb/17235
12203 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12204 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12205
12206 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12207
12208 PR fortran/17237
12209 * gdb.fortran/print-formatted.exp: New file.
12210 * gdb.fortran/print-formatted.f90: Likewise.
12211
12212 2014-09-03 Sasha Smundak <asmundak@google.com>
12213
12214 * gdb.python/py-frame.exp: Test Frame.read_register.
12215
12216 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12217
12218 PR python/16699
12219 * gdb.python/py-completion.exp: New file.
12220 * gdb.python/py-completion.py: Likewise.
12221
12222 2014-08-28 Doug Evans <dje@google.com>
12223
12224 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12225 eax,etc. are live with values set by gdb and thus the compiler can't
12226 use them.
12227 * gdb.arch/i386-pseudo.c (main): Ditto.
12228
12229 2014-08-27 Doug Evans <dje@google.com>
12230
12231 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12232
12233 2014-08-25 Doug Evans <dje@google.com>
12234
12235 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12236 (main): Ditto.
12237
12238 2014-08-25 Doug Evans <dje@google.com>
12239
12240 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12241
12242 2014-08-24 Yao Qi <yao@codesourcery.com>
12243
12244 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12245 symbol off.
12246 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12247
12248 2014-08-22 Doug Evans <dje@google.com>
12249
12250 PR 17276
12251 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12252 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12253 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12254
12255 2014-08-22 Yao Qi <yao@codesourcery.com>
12256
12257 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12258 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12259 * gdb.python/python.exp: Likewise. Use .py file on the host
12260 instead of the build.
12261
12262 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12263
12264 * gdb.threads/gcore-stale-thread.c: New file.
12265 * gdb.threads/gcore-stale-thread.exp: New file.
12266
12267 2014-08-21 Pedro Alves <palves@redhat.com>
12268
12269 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12270 * gdb.base/gcore-relro-pie.exp: Likewise.
12271 * gdb.base/gcore-relro.exp: Likewise.
12272 * gdb.base/gcore.exp: Likewise.
12273 * gdb.base/print-symbol-loading.exp: Likewise.
12274 * gdb.threads/gcore-thread.exp: Likewise.
12275 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12276
12277 2014-08-20 Pedro Alves <palves@redhat.com>
12278 Jan Kratochvil <jan.kratochvil@redhat.com>
12279
12280 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12281 configure.
12282 (EXPECT): Handle READ1 being set.
12283 (all): Depend on EXTRA_RULES.
12284 (check-read1, expect-read1, read1.so, read1): New rules.
12285 * README (Testsuite Parameters): Document the READ1 make variable.
12286 (Race detection): New section.
12287 * configure: Regenerate.
12288 * configure.ac: If build==host==target, and running under a
12289 GNU/glibc system, add read1 to the extra Makefile rules.
12290 (EXTRA_RULES): AC_SUBST it.
12291 * lib/read1.c: New file.
12292
12293 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12294
12295 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12296 the handling of variables declared as a typedef to an array
12297 which a DW_AT_data_location attribute.
12298
12299 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12300 Pedro Alves <palves@redhat.com>
12301
12302 PR symtab/14604
12303 PR symtab/14605
12304 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12305 gdb_test.
12306
12307 2014-08-19 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12310
12311 2014-08-19 Yao Qi <yao@codesourcery.com>
12312
12313 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12314 right line.
12315
12316 2014-08-18 David Blaikie <dblaikie@gmail.com>
12317
12318 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12319
12320 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12321
12322 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12323 attribute in array range.
12324
12325 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12326
12327 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12328
12329 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12330
12331 PR c++/17132
12332 * gdb.cp/pr17132.cc: New file.
12333 * gdb.cp/pr17132.exp: New file.
12334
12335 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12336
12337 * gdb.python/py-xmethods.py (A_getarrayind)
12338 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12339 Use 'print' with function call syntax.
12340 (E_method_matcher.match): Fix tab vs space indentation mixup.
12341
12342 2014-08-15 Yao Qi <yao@codesourcery.com>
12343
12344 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12345 false.
12346
12347 2014-08-15 Yao Qi <yao@codesourcery.com>
12348
12349 * gdb.cp/casts.exp: Set print symbol off.
12350 * gdb.cp/class2.exp: Likewise.
12351 * gdb.cp/overload.exp: Likewise.
12352 * gdb.cp/templates.exp: Likewise.
12353
12354 2014-08-11 Doug Evans <dje@google.com>
12355
12356 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12357 (test_load_shlib): Update.
12358
12359 2014-08-09 Yao Qi <yao@codesourcery.com>
12360
12361 * gdb.base/display.exp: Invoke is_address_zero_readable.
12362 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12363 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12364 * gdb.base/hbreak-unmapped.exp: Return if
12365 is_address_zero_readable returns true.
12366 * gdb.base/signest.exp: Likewise.
12367 * gdb.base/signull.exp: Likewise.
12368 * gdb.base/sigbpt.exp: Likewise.
12369 * gdb.guile/scm-disasm.exp: Do the test if
12370 is_address_zero_readable returns false.
12371 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12372 * gdb.python/py-arch.exp: Likewise.
12373 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12374 * lib/gdb.exp (is_address_zero_readable): New proc.
12375
12376 2014-08-09 Yao Qi <yao@codesourcery.com>
12377
12378 PR testsuite/13443
12379 * gdb.mi/mi-var-display.exp: Make test messages unique.
12380
12381 2014-08-04 Tom Tromey <tromey@redhat.com>
12382
12383 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12384 target 0".
12385
12386 2014-08-04 Tom Tromey <tromey@redhat.com>
12387
12388 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12389 "target_resume".
12390
12391 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12392
12393 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12394 inner_vla_struct_object_size.
12395 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12396 as xfail.
12397
12398 2014-07-30 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12401 comment.
12402
12403 2014-07-29 Yao Qi <yao@codesourcery.com>
12404
12405 PR gdb/17206
12406 * gdb.base/until-nodebug.exp: New.
12407
12408 2014-07-28 Doug Evans <xdje42@gmail.com>
12409
12410 PR guile/17203
12411 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12412 previously existing parameter, and previously ambiguously spelled
12413 parameter.
12414
12415 2014-07-28 Will Newton <will.newton@linaro.org>
12416
12417 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12418
12419 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12420 Doug Evans <xdje42@gmail.com>
12421
12422 PR guile/17146
12423 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12424
12425 2014-07-25 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.threads/signal-command-handle-nopass.c: New file.
12428 * gdb.threads/signal-command-handle-nopass.exp: New file.
12429 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12430 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12431 * gdb.threads/signal-delivered-right-thread.c: New file.
12432 * gdb.threads/signal-delivered-right-thread.exp: New file.
12433
12434 2014-07-25 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.base/double-prompt-target-event-error.exp
12437 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12438 match.
12439 (cancel_pagination_in_target_event): Rework double prompt
12440 detection.
12441 * gdb.base/paginate-after-ctrl-c-running.exp
12442 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12443 <return>' match.
12444 * gdb.base/paginate-bg-execution.exp
12445 (test_bg_execution_pagination_return)
12446 (test_bg_execution_pagination_cancel): Remove '-notransfer
12447 <return>' matches.
12448 * gdb.base/paginate-execution-startup.exp
12449 (test_fg_execution_pagination_return)
12450 (test_fg_execution_pagination_cancel): Remove '-notransfer
12451 <return>' matches.
12452 * gdb.base/paginate-inferior-exit.exp
12453 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12454 match.
12455 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12456 * lib/gdb.exp (pagination_prompt): Run text through
12457 string_to_regexp.
12458 (gdb_test_multiple): Match $pagination_prompt instead of
12459 "<return>".
12460 (string_to_regexp): Move to lib/gdb-utils.exp.
12461
12462 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12463
12464 * gdb.arch/amd64-entry-value-paramref.S: New file.
12465 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12466 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12467 * gdb.arch/amd64-optimout-repeat.S: New file.
12468 * gdb.arch/amd64-optimout-repeat.c: New file.
12469 * gdb.arch/amd64-optimout-repeat.exp: New file.
12470
12471 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12472
12473 PR gdb/17170
12474 * gdb.base/statistics.exp: New file.
12475
12476 2014-07-17 Doug Evans <dje@google.com>
12477
12478 PR gdb/17170
12479 * gdb.base/maint.exp: Update testing of per-command stats.
12480
12481 2014-07-16 Pedro Alves <palves@redhat.com>
12482
12483 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12484 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12485 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12486 (tfile_write_buf): New functions.
12487 (add_memory_block): Rewrite using the above.
12488 (adjust_function_address): New function.
12489 (FUNCTION_ADDRESS): New macro.
12490 (write_basic_trace_file): Remove short_x local, and use
12491 tfile_write_16. Change type of func_addr local to unsigned long
12492 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12493 here. Cast argument of add_memory_block to char pointer.
12494 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12495 (main): Remove parameters.
12496 * gdb.trace/tfile.exp: Remove nowarnings.
12497
12498 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12499
12500 * gdb.base/debug-expr.exp: Test string evaluation with
12501 "debug expression" on.
12502
12503 2014-07-15 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.base/reread.exp: Use clean_restart.
12506
12507 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12508
12509 * gdb.arch/avr-flash-qualifer.c: New.
12510 * gdb.arch/avr-flash-qualifer.exp: New.
12511
12512 2014-07-14 Pedro Alves <palves@redhat.com>
12513
12514 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12515 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12516
12517 2014-07-14 Pedro Alves <palves@redhat.com>
12518
12519 * gdb.base/double-prompt-target-event-error.c: New file.
12520 * gdb.base/double-prompt-target-event-error.exp: New file.
12521
12522 2014-07-14 Pedro Alves <palves@redhat.com>
12523
12524 PR gdb/17072
12525 * gdb.base/paginate-inferior-exit.c: New file.
12526 * gdb.base/paginate-inferior-exit.exp: New file.
12527
12528 2014-07-14 Pedro Alves <palves@redhat.com>
12529
12530 PR gdb/17072
12531 * gdb.base/paginate-bg-execution.c: New file.
12532 * gdb.base/paginate-bg-execution.exp: New file.
12533
12534 2014-07-14 Pedro Alves <palves@redhat.com>
12535
12536 PR gdb/17072
12537 * gdb.base/paginate-execution-startup.c: New file.
12538 * gdb.base/paginate-execution-startup.exp: New file.
12539 * lib/gdb.exp (pagination_prompt): New global.
12540 (default_gdb_spawn): New procedure, factored out from
12541 default_gdb_spawn.
12542 (default_gdb_start): Adjust to call default_gdb_spawn.
12543 (gdb_spawn): New procedure.
12544
12545 2014-07-14 Pedro Alves <palves@redhat.com>
12546
12547 * lib/gdb.exp (gdb_assert): New procedure.
12548 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12549
12550 2014-07-14 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.base/execution-termios.c: New file.
12553 * gdb.base/execution-termios.exp: New file.
12554
12555 2014-07-14 Tom Tromey <tromey@redhat.com>
12556
12557 * gdb.cp/vla-cxx.cc: New file.
12558 * gdb.cp/vla-cxx.exp: New file.
12559
12560 2014-07-14 Tom Tromey <tromey@redhat.com>
12561
12562 * gdb.reverse/rerun-prec.c: New file.
12563 * gdb.reverse/rerun-prec.exp: New file.
12564
12565 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12566 Maciej W. Rozycki <macro@codesourcery.com>
12567
12568 * lib/gdb-utils.exp: New file.
12569 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12570 inline `gdb_init_command' processing.
12571 (gdb_start_cmd): Likewise.
12572 * lib/mi-support.exp (mi_run_cmd): Likewise.
12573 * README: Document `gdb_init_command' and `gdb_init_commands'.
12574
12575 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12576
12577 Fix false FAIL running under a very long directory name.
12578 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12579 and "set print elements 10000". Twice.
12580
12581 2014-07-11 Yao Qi <yao@codesourcery.com>
12582
12583 * gdb.base/exprs.exp: "set print symbol off".
12584
12585 2014-07-11 Pedro Alves <palves@redhat.com>
12586
12587 * gdb.threads/kill.c: New file.
12588 * gdb.threads/kill.exp: New file.
12589
12590 2014-07-10 Yao Qi <yao@codesourcery.com>
12591
12592 * gdb.trace/tfile.c (write_basic_trace_file)
12593 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12594 address written to trace file.
12595
12596 2014-07-09 Pedro Alves <palves@redhat.com>
12597
12598 * gdb.base/attach-wait-input.exp: New file.
12599 * gdb.base/attach-wait-input.c: New file.
12600
12601 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12602
12603 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12604 setting up test structures.
12605 (main): Call new test function.
12606 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12607 test function, continue into test function and walk test
12608 structures.
12609
12610 2014-07-02 Yao Qi <yao@codesourcery.com>
12611
12612 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12613 'bar_start' at the beginning of functions 'foo' and 'bar'
12614 respectively.
12615 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12616 instead of 'foo' and 'bar'.
12617
12618 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12619
12620 * gdb.btrace/segv.exp: New.
12621 * gdb.btrace/segv.c: New.
12622
12623 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12624
12625 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12626 instruction.
12627
12628 2014-06-30 Mark Wielaard <mjw@redhat.com>
12629
12630 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12631 vulture, vilify, villar): New volatile array constants.
12632 (vindictive, vegetation): New const volatile array constants.
12633 * gdb.base/volatile.exp: Test volatile and const volatile array
12634 types.
12635
12636 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12637
12638 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12639 target lacks support for awatch, rwatch, or hbreak.
12640
12641 2014-06-27 Yao Qi <yao@codesourcery.com>
12642
12643 * gdb.multi/dummy-frame-restore.exp: New.
12644 * gdb.multi/dummy-frame-restore.c: New.
12645
12646 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12647
12648 * gdb.btrace/gcore.exp: New.
12649
12650 2014-06-23 Pedro Alves <palves@redhat.com>
12651
12652 * gdb.base/watchpoint-reuse-slot.c: New file.
12653 * gdb.base/watchpoint-reuse-slot.exp: New file.
12654
12655 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12656
12657 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12658 progspace's filename in 'info', 'enable' and 'disable' command
12659 tests.
12660
12661 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12662
12663 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12664 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12665 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12666
12667 2014-06-20 Gary Benson <gbenson@redhat.com>
12668
12669 * gdb.arch/i386-avx.exp: Fix include file location.
12670 * gdb.arch/i386-sse.exp: Likewise.
12671
12672 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12673
12674 * gdb.dlang/expression.exp: New file.
12675
12676 2014-06-19 Pedro Alves <palves@redhat.com>
12677
12678 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12679 out from ...
12680 (top level): ... here. Iterate running tests under different
12681 scheduler-locking settings.
12682
12683 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12684
12685 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12686 to DW_FORM_addr and use non-zero addresses.
12687
12688 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12689
12690 PR gdb/17017
12691 * gdb.python/py-xmethods.cc: Add global function call counters and
12692 increment them in their respective functions. Remove "cout"
12693 statements.
12694 * gdb.python/py-xmethods.exp: Make tests check the global function
12695 call counters instead of depending on inferior IO.
12696
12697 2014-06-18 Don Breazeal <donb@codesourcery.com>
12698
12699 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12700 Deleted procedure.
12701 (explicit_fork_parent_follow): Deleted procedure.
12702 (explicit_fork_child_follow): Deleted procedure.
12703 (test_follow_fork): New procedure.
12704 (do_fork_tests): Replace calls to deleted procedures with
12705 calls to test_follow_fork and reset GDB for subsequent
12706 procedure calls.
12707
12708 2014-06-17 Yao Qi <yao@codesourcery.com>
12709
12710 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12711 CP1252.
12712
12713 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12714
12715 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12716 Initialize ptr and S explicitly.
12717 (skip_type_update_when_not_use_rtti_test): Likewise.
12718
12719 2014-06-16 Keith Seitz <keiths@redhat.com>
12720
12721 PR mi/15863
12722 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12723 the inferior is started.
12724
12725 2014-06-16 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.base/break-main-file-remove-fail.c: New file.
12728 * gdb.base/break-main-file-remove-fail.exp: New file.
12729 * gdb.base/break-unload-file.exp: Use build_executable instead of
12730 prepare_for_testing.
12731 (test_break): New parameter "initial_load". Handle it.
12732 (top level): Add initial_load cmdline/file axis.
12733
12734 2014-06-12 Tom Tromey <tromey@redhat.com>
12735
12736 * gdb.base/completion.exp: Don't use directory name in test.
12737
12738 2014-06-09 Gary Benson <gbenson@redhat.com>
12739
12740 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12741 separate the always-available ANSI-standard signals from the
12742 signals that require checking.
12743 (main): Likewise.
12744 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12745 Likewise.
12746 (main): Likewise.
12747
12748 2014-06-07 Keith Seitz <keiths@redhat.com>
12749
12750 Revert:
12751 PR c++/16253
12752 * gdb.cp/var-tag.cc: New file.
12753 * gdb.cp/var-tag.exp: New file.
12754 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12755 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12756 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12757 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12758
12759 2014-06-06 Doug Evans <xdje42@gmail.com>
12760
12761 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12762
12763 2014-06-06 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12766 in target debug output instead of looking at RSP packets,
12767 disabling the test on any target that uses hardware stepping.
12768 Update comments.
12769
12770 2014-06-06 Pedro Alves <palves@redhat.com>
12771
12772 * gdb.base/break-unload-file.exp: Fix typo.
12773
12774 2014-06-06 Yao Qi <yao@codesourcery.com>
12775
12776 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12777 from "jit_function" to "^jit_function".
12778
12779 2014-06-06 Yao Qi <yao@codesourcery.com>
12780
12781 * gdb.base/async.c (foo): Add one statement.
12782 * gdb.base/async.exp: Get the next instruction address and
12783 match the output of "nexti" by instruction address. Match
12784 the hex address in the output of "finish".
12785
12786 2014-06-06 Gary Benson <gbenson@redhat.com>
12787
12788 * gdb.base/call-signals.c: Remove preprocessor conditionals
12789 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12790 SIGSEGV and SIGTERM.
12791 * gdb.base/sigall.c: Likewise.
12792 * gdb.base/unwindonsignal.c: Likewise.
12793 * gdb.reverse/sigall-reverse.c: Likewise.
12794
12795 2014-06-06 Yao Qi <yao@codesourcery.com>
12796
12797 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12798 readable, skip the test.
12799
12800 2014-06-06 Yao Qi <yao@codesourcery.com>
12801
12802 * gdb.threads/staticthreads.c (thread_function): Move the line
12803 setting breakpoint on forward.
12804 * gdb.threads/staticthreads.exp: Update comments.
12805
12806 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12807
12808 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12809 "history-append! type error".
12810
12811 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12812
12813 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12814 erroneous dprintf expected input.
12815
12816 2014-06-04 Doug Evans <xdje42@gmail.com>
12817
12818 * gdb.guile/scm-generics.exp: Delete.
12819
12820 2014-06-04 Doug Evans <xdje42@gmail.com>
12821
12822 * gdb.guile/scm-breakpoint.exp: Update.
12823 Add tests for breakpoint registration.
12824
12825 2014-06-04 Tom Tromey <tromey@redhat.com>
12826
12827 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12828 VLA-in-union.
12829 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12830 inner_vla_struct, vla_union types. Initialize objects of those
12831 types and compute their sizes.
12832
12833 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12834 Hui Zhu <hui@codesourcery.com>
12835
12836 * gdb.base/fileio.exp: Add test for shell not available as well as
12837 available.
12838 * gdb.base/fileio.c (test_system): Check for shell twice.
12839
12840 2014-06-04 Yao Qi <yao@codesourcery.com>
12841
12842 * gdb.base/auto-connect-native-target.exp: Remove redundant
12843 space from the regexp pattern.
12844
12845 2014-06-04 Yao Qi <yao@codesourcery.com>
12846
12847 * gdb.base/default.exp: Replace "child" with "native" in
12848 regexp pattern.
12849
12850 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12851
12852 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12853 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12854 * gdb.python/py-xmethods.py: Python script supporting the
12855 new testcase and tests.
12856
12857 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12858 Pedro Alves <palves@redhat.com>
12859
12860 PR breakpoints/17000
12861 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12862 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12863
12864 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12865
12866 * gdb.base/subst.exp: Add tests to verify partial path matching
12867 output.
12868
12869 2014-06-03 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12872 target that doesn't use software single-stepping.
12873
12874 2014-06-03 Pedro Alves <palves@redhat.com>
12875
12876 PR breakpoints/17000
12877 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12878 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12879
12880 2014-06-02 Doug Evans <xdje42@gmail.com>
12881
12882 * gdb.guile/scm-parameter.exp: New file.
12883
12884 2014-06-02 Doug Evans <xdje42@gmail.com>
12885
12886 * gdb.guile/scm-cmd.c: New file.
12887 * gdb.guile/scm-cmd.exp: New file.
12888
12889 2014-06-02 Doug Evans <xdje42@gmail.com>
12890
12891 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12892 pretty-printer lookup.
12893 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12894 (make-pp_s-printer): Call it.
12895 (make-pretty-printer-from-dict): New function.
12896 (lookup-pretty-printer-maker-from-dict): New function.
12897 (*pretty-printer*): Simplify.
12898 (make-objfile-pp_s-printer): New function.
12899 (install-objfile-pretty-printers!): New function.
12900 (make-progspace-pp_s-printer): New function.
12901 (install-progspace-pretty-printers!): New function.
12902 * gdb.guile/scm-progspace.c: New file.
12903 * gdb.guile/scm-progspace.exp: New file.
12904
12905 2014-06-02 Pedro Alves <palves@redhat.com>
12906
12907 * gdb.base/dprintf-bp-same-addr.c: New file.
12908 * gdb.base/dprintf-bp-same-addr.exp: New file.
12909
12910 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12911
12912 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12913 * gdb.arch/powerpc-power.s: Likewise.
12914
12915 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12916
12917 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12918
12919 2014-06-01 Yao Qi <yao@codesourcery.com>
12920
12921 * gdb.base/watchpoint.exp (test_watch_location): Check null
12922 pointer can be dereferenced. If not, do the test, otherwise
12923 skip it.
12924
12925 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12926
12927 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12928 results.
12929 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12930
12931 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12932
12933 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12934 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12935 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12936 * gdb.arch/amd64-invalid-stack-top.c: New file.
12937 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12938
12939 2014-05-30 Pedro Alves <palves@redhat.com>
12940
12941 PR breakpoints/17000
12942 * gdb.base/sss-bp-on-user-bp.c: New file.
12943 * gdb.base/sss-bp-on-user-bp.exp: New file.
12944
12945 2014-05-30 David Blaikie <dblaikie@gmail.com>
12946
12947 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12948 gnu_inline semantics via attribute.
12949 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12950 source explicitly specifies the required semantics.
12951
12952 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12953
12954 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12955
12956 2014-05-29 Pedro Alves <palves@redhat.com>
12957 Tom Tromey <tromey@redhat.com>
12958
12959 * gdb.base/async-shell.exp: Don't enable target-async.
12960 * gdb.base/async.exp
12961 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12962 parameter. Adjust.
12963 (top level): Don't test with "target-async".
12964 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12965 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12966 * gdb.base/inferior-died.exp: Don't enable target-async.
12967 * gdb.base/interrupt-noterm.exp: Likewise.
12968 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12969 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12970 * gdb.mi/mi-nonstop.exp: Likewise.
12971 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12972 * gdb.mi/mi-nsintrall.exp: Likewise.
12973 * gdb.mi/mi-nsmoribund.exp: Likewise.
12974 * gdb.mi/mi-nsthrexec.exp: Likewise.
12975 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12976 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12977 * gdb.python/py-evsignal.exp: Don't enable target-async.
12978 * gdb.python/py-evthreads.exp: Likewise.
12979 * gdb.python/py-prompt.exp: Likewise.
12980 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12981 * gdb.server/solib-list.exp: Don't enable target-async.
12982 * gdb.threads/thread-specific-bp.exp: Likewise.
12983 * lib/mi-support.exp: Adjust to use mi-async.
12984
12985 2014-05-29 Pedro Alves <palves@redhat.com>
12986
12987 PR gdb/13860
12988 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12989 reason, even in sync mode.
12990
12991 2014-05-29 Pedro Alves <palves@redhat.com>
12992 Hui Zhu <hui@codesourcery.com>
12993
12994 PR PR15693
12995 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12996 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12997 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12998 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12999
13000 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13001
13002 * config/monitor.exp (gdb_target_monitor): Replace use of
13003 "set remotebaud" by "set serial baud".
13004
13005 2014-05-26 Andy Wingo <wingo@igalia.com>
13006
13007 * gdb.guile/scm-breakpoint.exp:
13008 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13009 properties instead of gdb-object-properties.
13010
13011 2014-05-26 Yao Qi <yao@codesourcery.com>
13012
13013 * gdb.server/no-thread-db.exp: Specify source file name
13014 explicitly when setting a breakpoint.
13015
13016 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13017
13018 * gdb.btrace/vdso.c: New.
13019 * gdb.btrace/vdso.exp: New.
13020
13021 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13022
13023 * gdb.base/gcore.exp (capture_command_output): Move ...
13024 * lib/gdb.exp (capture_command_output): ... here.
13025
13026 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13027
13028 * gdb.btrace/data.exp: Test memory access during btrace replay.
13029
13030 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13031
13032 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13033
13034 2014-05-21 Pedro Alves <palves@redhat.com>
13035
13036 PR gdb/13860
13037 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13038 (top level): Test that output related to execution commands is
13039 sent to the console with CLI commands, but not with MI commands.
13040 Test that breakpoint events are always mirrored to the console.
13041 Also expect the new source line to be output after a "next" in
13042 async mode too. Make it a pass/fail test.
13043 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13044 output.
13045 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13046
13047 2014-05-21 Pedro Alves <palves@redhat.com>
13048
13049 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13050 Use them to test variations of "list" after reaching a breakpoint.
13051 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13052 Test "list" with listsize 10 after reaching a breakpoint.
13053 * gdb.python/python.exp (decode_line current location line
13054 number): Adjust expected line number.
13055
13056 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13057
13058 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13059 behavior for $args, pass it directly to "run".
13060
13061 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13062
13063 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13064 30000 to 65536.
13065
13066 2014-05-21 Pedro Alves <palves@redhat.com>
13067
13068 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13069 auto-connect-native-target off".
13070 * gdb.base/auto-connect-native-target.c: New file.
13071 * gdb.base/auto-connect-native-target.exp: New file.
13072
13073 2014-05-21 Pedro Alves <palves@redhat.com>
13074
13075 * gdb.base/default.exp: Test "target native" instead of "target
13076 child".
13077
13078 2014-05-21 Mark Wielaard <mjw@redhat.com>
13079
13080 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13081
13082 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13083
13084 Fix TLS access for -static -pthread.
13085 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13086 <HAVE_TLS> (thread_function, main): Initialize it.
13087 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13088 Add clean_restart.
13089 <$have_tls != "">: Check TLSVAR.
13090
13091 2014-05-21 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.base/dcache-line-read-error.c: New.
13094 * gdb.base/dcache-line-read-error.exp: New.
13095
13096 2014-05-20 Pedro Alves <palves@redhat.com>
13097
13098 * gdb.base/compare-sections.c: New file.
13099 * gdb.base/compare-sections.exp: New file.
13100
13101 2014-05-20 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.base/break-idempotent.c: New file.
13104 * gdb.base/break-idempotent.exp: New file.
13105
13106 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13107
13108 * gdb.btrace/nohist.exp: New.
13109
13110 2014-05-20 Yao Qi <yao@codesourcery.com>
13111
13112 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13113 gdb.reverse directory and gdb_reverse_timeout exists in board
13114 setting.
13115 * README: Document gdb_reverse_timeout.
13116
13117 2014-05-20 Yao Qi <yao@codesourcery.com>
13118
13119 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13120 'test_file_name'. Treat args as a string instead of a list.
13121 (gdb_init): Rename argument 'args' by 'test_file_name'.
13122
13123 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13124
13125 * gdb.arch/powerpc-power.exp: New file.
13126 * gdb.arch/powerpc-power.s: New file.
13127
13128 2014-05-16 Doug Evans <dje@google.com>
13129
13130 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13131 * gdb.base/completion.exp: Check that all expected files exist
13132 before doing file completion.
13133
13134 2014-05-16 Doug Evans <dje@google.com>
13135
13136 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13137 Update.
13138 (do_syscall_tests_without_xml): Update.
13139
13140 2014-05-16 Pedro Alves <palves@redhat.com>
13141
13142 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13143 instead of "unknown output after running".
13144
13145 2014-05-16 Yao Qi <yao@codesourcery.com>
13146
13147 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13148 file1.txt from host at the end.
13149 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13150
13151 2014-05-15 Doug Evans <dje@google.com>
13152
13153 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13154 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13155 loading file. Add test for TU lookup.
13156
13157 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13158
13159 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13160 calling "-exec-arguments" or "set args" before running the
13161 inferior.
13162
13163 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13164
13165 * lib/mi-support.exp (mi_expect_stop): Expect message for
13166 inferiors that exit with non-zero exit code.
13167
13168 2014-05-14 Yao Qi <yao@codesourcery.com>
13169
13170 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13171 match absolute path on remote host.
13172 (test_file_list_exec_source_files): Remove "/" from the
13173 pattern.
13174
13175 2014-05-14 Yao Qi <yao@codesourcery.com>
13176
13177 * boards/local-remote-host-notty.exp (${board}_file): New
13178 proc.
13179
13180 2014-05-07 Kyle McMartin <kyle@redhat.com>
13181
13182 Pushed by Joel Brobecker <brobecker@adacore.com>.
13183 * gdb.arch/aarch64-atomic-inst.c: New file.
13184 * gdb.arch/aarch64-atomic-inst.exp: New file.
13185
13186 2014-05-07 Yao Qi <yao@codesourcery.com>
13187
13188 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13189 in current context" too.
13190
13191 2014-05-05 Keith Seitz <keiths@redhat.com>
13192
13193 * gdb.linespec/ls-dollar.exp: Add test for linespec
13194 file:convenience_variable.
13195
13196 2014-05-05 Yao Qi <yao@codesourcery.com>
13197
13198 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13199 traceframes into tfile and ctf trace files. Read data from
13200 trace file and test collected data.
13201 (gdb_collect_locals_test): Likewise.
13202 (gdb_unavailable_registers_test): Likewise.
13203 (gdb_unavailable_floats): Likewise.
13204 (gdb_collect_globals_test): Likewise.
13205 (top-level): Append "ctf" to trace_file_targets if GDB
13206 supports.
13207
13208 2014-05-05 Yao Qi <yao@codesourcery.com>
13209
13210 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13211 code to ...
13212 (gdb_collect_args_test_1): ... it. New proc.
13213 (gdb_collect_locals_test): Move some code to ...
13214 (gdb_collect_locals_test_1): ... it. New proc.
13215 (gdb_unavailable_registers_test): Move some code to ...
13216 (gdb_unavailable_registers_test_1): ... it. New proc.
13217 (gdb_unavailable_floats): Move some code to ...
13218 (gdb_unavailable_floats_1): ... it. New proc.
13219
13220 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13221
13222 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13223 probes to test for bitness recognition.
13224 * gdb.arch/amd64-stap-optional-prefix.exp
13225 (test_probe_value_without_reg): New procedure.
13226 Add code to test for different kinds of bitness.
13227
13228 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13229
13230 PR breakpoints/16889
13231 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13232 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13233
13234 2014-05-01 Pedro Alves <palves@redhat.com>
13235
13236 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13237 gdb_file_cmd if no file is specified.
13238 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13239 last_loaded_file to set the remote exec-file.
13240
13241 2014-05-01 Pedro Alves <palves@redhat.com>
13242
13243 * boards/local-remote-host.exp: New file.
13244
13245 2014-05-01 Pedro Alves <palves@redhat.com>
13246
13247 * boards/local-remote-host.exp: Rename to ...
13248 * boards/local-remote-host-notty.exp: ... this.
13249
13250 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13251
13252 * gdb.ada/dyn_arrayidx: New testcase.
13253
13254 2014-04-26 Yao Qi <yao@codesourcery.com>
13255
13256 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13257 and compute the length of function main. Save it in
13258 $main_length.
13259 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13260 (top-level): Use gdb_compile to compile objects into
13261 executable and restart GDB. Remove invocation to
13262 prepare_for_testing.
13263
13264 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13265 Pedro Alves <palves@redhat.com>
13266
13267 PR server/16255
13268 * gdb.multi/multi-attach.c: New file.
13269 * gdb.multi/multi-attach.exp: New file.
13270
13271 2014-04-25 Pedro Alves <palves@redhat.com>
13272
13273 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13274 user.
13275 (top level): Test that "set remote conditional-breakpoints-packet
13276 off" works as intended.
13277 * gdb.base/dprintf.exp: Test that "set remote
13278 breakpoint-commands-packet off" works as intended.
13279 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13280 New function.
13281 (top level): Call it.
13282 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13283 remote fast-tracepoints-packet off" works as intended.
13284 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13285 * lib/gdb.exp (gdb_is_target_remote): ... here.
13286
13287 2014-04-24 David Blaikie <dblaikie@gmail.com>
13288
13289 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13290 ensure clang would not discard them.
13291 * gdb.base/gdbvars.c: Ditto.
13292 * gdb.base/memattr.c: Ditto.
13293 * gdb.base/whatis.c: Ditto.
13294 * gdb.python/py-prettyprint.c: Ditto.
13295 * gdb.trace/actions.c: Ditto.
13296 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13297 ensure clang would not discard it.
13298
13299 2014-04-24 David Blaikie <dblaikie@gmail.com>
13300
13301 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13302 clang to emit the full definition of type required by the test
13303 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13304
13305 2014-04-24 David Blaikie <dblaikie@gmail.com>
13306
13307 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13308 coax Clang into emitting the definition of the type.
13309 * gdb.cp/pr10728-x.h (y): Ditto.
13310 * gdb.cp/pr10728-y.cc (y): Ditto.
13311
13312 2014-04-24 David Blaikie <dblaikie@gmail.com>
13313
13314 * gdb.base/label.exp: XFAIL label related tests under Clang.
13315 * gdb.cp/cplabel.exp: Ditto.
13316 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13317 under Clang those using labels.
13318
13319 2014-04-25 Yao Qi <yao@codesourcery.com>
13320
13321 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13322 double_label.
13323 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13324 partial_label and double_label.
13325
13326 2014-04-24 David Blaikie <dblaikie@gmail.com>
13327
13328 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13329
13330 2014-04-24 David Blaikie <dblaikie@gmail.com>
13331
13332 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13333 of the function to work across GCC and Clang.
13334 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13335 pointer types (const void ** const V void **).
13336
13337 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13338 Walfred Tedeschi <walfred.tedeschi@intel.com>
13339
13340 * Makefile.in (EXECUTABLES): Added i386-avx512.
13341 * gdb.arch/i386-avx512.c: New file.
13342 * gdb.arch/i386-avx512.exp: Likewise.
13343
13344 2014-04-23 Keith Seitz <keiths@redhat.com>
13345
13346 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13347 (mi_make_breakpoint_table): New procedure.
13348 (mi_create_breakpoint): Use mi_make_breakpoint
13349 and return the result.
13350 (mi_make_breakpoint): New procedure.
13351 (mi_build_kv_pairs): New procedure.
13352
13353 * gdb.mi/mi-break.exp: Remove unused globals,
13354 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13355 All callers updated.
13356 * gdb.mi/mi-dprintf.exp: Use variable to track command
13357 number.
13358 Update all callers of mi_create_breakpoint and use
13359 mi_make_breakpoint_table.
13360 Remove any unused global variables.
13361 * gdb.mi/mi-nonstop.exp: Likewise.
13362 * gdb.mi/mi-nsintrall.exp: Likewise.
13363 * gdb.mi/mi-nsmoribund.exp: Likewise.
13364 * gdb.mi/mi-nsthrexec.exp: Likewise.
13365 * gdb.mi/mi-reverse.exp: Likewise.
13366 * gdb.mi/mi-simplerun.exp: Likewise.
13367 * gdb.mi/mi-stepn.exp: Likewise.
13368 * gdb.mi/mi-syn-frame.exp: Likewise.
13369 * gdb.mi/mi-until.exp: Likewise.
13370 * gdb.mi/mi-var-cp.exp: Likewise.
13371 * gdb.mi/mi-var-display.exp: Likewise.
13372 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13373 * gdb.mi/mi2-var-child.exp: Likewise.
13374 * gdb.mi/mi-vla-c99.exp: Likewise.
13375 * lib/mi-support.exp: Likewise.
13376
13377 From Ian Lance Taylor <iant@cygnus.com>:
13378 * lib/gdb.exp (parse_args): New procedure.
13379
13380 2014-04-23 Pedro Alves <palves@redhat.com>
13381
13382 * gdb.base/break-unload-file.c: New file.
13383 * gdb.base/break-unload-file.exp: New file.
13384 * gdb.base/sym-file-lib.c (baz): New function.
13385 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13386 field.
13387 (load): Store the segment's mapped size.
13388 (unload): New function.
13389 (unload_shlib): New function.
13390 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13391 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13392 set a breakpoint at baz, and call it.
13393 * gdb.base/sym-file.exp: New tests for stale breakpoint
13394 instructions.
13395
13396 2014-04-23 Pedro Alves <palves@redhat.com>
13397
13398 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13399 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13400 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13401 * gdb.base/hbreak-unmapped.c: New file.
13402 * gdb.base/hbreak-unmapped.exp: New file.
13403 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13404 * lib/gdb.exp (gdb_is_target_remote): ... here.
13405
13406 2014-04-22 Pedro Alves <palves@redhat.com>
13407
13408 * gdb.base/consecutive-step-over.c: New file.
13409 * gdb.base/consecutive-step-over.exp: New file.
13410
13411 2014-04-22 Pedro Alves <palves@redhat.com>
13412
13413 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13414 instead of send_gdb/gdb_expect.
13415
13416 2014-04-22 Yao Qi <yao@codesourcery.com>
13417
13418 * lib/trace-support.exp (generate_tracefile): New procedure.
13419 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13420 return 0.
13421 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13422 if generate_tracefile returns 1.
13423
13424 2014-04-18 Tom Tromey <palves@redhat.com>
13425 Pedro alves <tromey@redhat.com>
13426
13427 PR backtrace/15558
13428 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13429 with a backtrace limit.
13430 * gdb.python/py-frame-inline.exp: Test running to an inline
13431 function with a backtrace limit, and printing the newest frame.
13432 * gdb.python/py-frame-inline.c (main): Call f.
13433
13434 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13435
13436 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13437
13438 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13439
13440 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13441 Drop prefix from unsupported source file path.
13442
13443 2014-04-17 Yao Qi <yao@codesourcery.com>
13444
13445 * lib/gdb.exp (with_target_charset): New proc.
13446 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13447 with_target_charset.
13448 (test_print_strings): Likewise.
13449 (test_repeat_bytes): Likewise.
13450 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13451 for some tests.
13452
13453 2014-04-16 Keith Seitz <keiths@redhat.com>
13454
13455 PR gdb/15827
13456 * gdb.dwarf2/corrupt.c: New file.
13457 * gdb.dwarf2/corrupt.exp: New file.
13458
13459 2014-04-16 Keith Seitz <keiths@redhat.com>
13460
13461 PR c++/16597
13462 * gdb.cp/namelessclass.cc: New file.
13463 * gdb.cp/namelessclass.exp: New file.
13464 * gdb.cp/namelessclass.S: New file.
13465
13466 2014-04-16 Doug Evans <dje@google.com>
13467
13468 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13469 Add comment.
13470 (gdbserver_default_get_comm_port): New function.
13471 (gdbserver_start): Check if board file provided
13472 "gdbserver,get_comm_port" and use it if so.
13473 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13474 (gdb,socketport): Set to "stdio".
13475 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13476 (stdio_gdbserver_template): Delete.
13477 (${board}_get_remote_address): Update.
13478 (${board}_build_remote_cmd): Delete.
13479 (${board}_get_comm_port): New function.
13480 (${board}_spawn): Update.
13481 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13482 Delete.
13483 (${board}_get_remote_address): Update.
13484 (${board}_get_comm_port): New function.
13485
13486 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13487
13488 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13489 appearing in any order.
13490
13491 2014-04-15 Doug Evans <dje@google.com>
13492
13493 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13494 uninitialized value of "description".
13495
13496 2014-04-15 Keith Seitz <keiths@redhat.com>
13497
13498 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13499 Remove unused globals.
13500 (test_running_the_program): Likewise.
13501 (test_controlled_execution): Likewise.
13502 (test_controlling_breakpoints): Likewise.
13503 (test_program_termination): Likewise.
13504
13505 2014-04-15 Keith Seitz <keiths@redhat.com>
13506
13507 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13508 unused globals.
13509 (test_rbreak_creation_and_listing): Likewise.
13510 (test_ignore_count): Likewise.
13511 (test_error): Likewise.
13512
13513 2014-04-15 Pedro Alves <palves@redhat.com>
13514
13515 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13516 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13517 sym-file-loader.c.
13518 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13519 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13520 to sym-file-loader.c.
13521 (struct library): Forward declare.
13522 (load_shlib, lookup_function): Change prototypes.
13523 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13524 (translate_offset): Remove declarations.
13525 (get_text_addr): New declaration.
13526 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13527 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13528 sym-file-loader.h.
13529 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13530 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13531 here from sym-file-loader.h.
13532 (struct library): New structure.
13533 (load_shlib, lookup_function): Change prototypes and adjust to
13534 work with a struct library.
13535 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13536 (translate_offset): Make static.
13537 (get_text_addr): New function.
13538 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13539
13540 2014-04-15 Pedro Alves <palves@redhat.com>
13541
13542 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13543
13544 2014-04-15 Pedro Alves <palves@redhat.com>
13545
13546 * gdb.base/sym-file-loader.c: Include <limits.h>.
13547 (SELF_LINK): New define.
13548 (get_origin): New function.
13549 (load_shlib): Use it.
13550 * gdb.base/sym-file.exp: Don't early return if the target is
13551 remote. Use runto_main, and issue fail is that fails. Use
13552 gdb_load_shlibs.
13553 (shlib_name): Delete.
13554 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13555
13556 2014-04-15 Pedro Alves <palves@redhat.com>
13557
13558 * gdb.base/sym-file.exp: Remove regex characters from test
13559 message. Don't refer to breakpoint numbers in test messages.
13560
13561 2014-04-14 Keith Seitz <keiths@redhat.com>
13562
13563 PR c++/16253
13564 * gdb.cp/var-tag.cc: New file.
13565 * gdb.cp/var-tag.exp: New file.
13566 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13567 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13568 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13569 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13570
13571 2014-04-14 Tom Tromey <tromey@redhat.com>
13572
13573 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13574 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13575 type.
13576 * gdb.cp/enum-class.exp: New file.
13577 * gdb.cp/enum-class.cc: New file.
13578
13579 2014-04-14 Tom Tromey <tromey@redhat.com>
13580
13581 * gdb.dwarf2/enum-type.exp: New file.
13582
13583 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13584
13585 * gdb.mi/mi-vla-c99.exp: New file.
13586 * gdb.mi/vla.c: New file.
13587
13588 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13589
13590 * gdb.base/vla-datatypes.c: New file.
13591 * gdb.base/vla-datatypes.exp: New file.
13592
13593 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13594
13595 * gdb.base/vla-ptr.c: New file.
13596 * gdb.base/vla-ptr.exp: New file.
13597
13598 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13599
13600 * gdb.dwarf2/count.exp: New file.
13601
13602 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13603
13604 * gdb.base/vla-sideeffect.c: New file.
13605 * gdb.base/vla-sideeffect.exp: New file.
13606
13607 2014-04-14 David Blaikie <dblaikie@gmail.com>
13608
13609 * gdb.mi/non-stop.c: Add return value for non-void function return
13610 statement.
13611 * gdb.threads/staticthreads.c: Ditto.
13612
13613 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13614 Doug Evans <xdje42@gmail.com>
13615
13616 * gdb.guile/scm-value.c: Improve test case.
13617 * gdb.guile/scm-value.exp: Add new test.
13618
13619 2014-04-11 David Blaikie <dblaikie@gmail.com>
13620
13621 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13622 override Clang's default.
13623
13624 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13625
13626 Revert the following changes (regressions):
13627
13628 * gdb.base/vla-sideeffect.c: New file.
13629 * gdb.base/vla-sideeffect.exp: New file.
13630
13631 * gdb.dwarf2/count.exp: New file.
13632
13633 * gdb.base/vla-multi.c: New file.
13634 * gdb.base/vla-multi.exp: New file.
13635
13636 * gdb.base/vla-ptr.c: New file.
13637 * gdb.base/vla-ptr.exp: New file.
13638
13639 * gdb.base/vla-datatypes.c: New file.
13640 * gdb.base/vla-datatypes.exp: New file.
13641
13642 * gdb.mi/mi-vla-c99.exp: New file.
13643 * gdb.mi/vla.c: New file.
13644
13645 2014-04-11 Keith Seitz <keiths@redhat.com>
13646
13647 PR c++/16675
13648 * gdb.cp/cpsizeof.exp: New file.
13649 * gdb.cp/cpsizeof.cc: New file.
13650
13651 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13652
13653 * gdb.mi/mi-vla-c99.exp: New file.
13654 * gdb.mi/vla.c: New file.
13655
13656 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13657
13658 * gdb.base/vla-datatypes.c: New file.
13659 * gdb.base/vla-datatypes.exp: New file.
13660
13661 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13662
13663 * gdb.base/vla-ptr.c: New file.
13664 * gdb.base/vla-ptr.exp: New file.
13665
13666 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13667
13668 * gdb.base/vla-multi.c: New file.
13669 * gdb.base/vla-multi.exp: New file.
13670
13671 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13672
13673 * gdb.dwarf2/count.exp: New file.
13674
13675 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13676
13677 * gdb.base/vla-sideeffect.c: New file.
13678 * gdb.base/vla-sideeffect.exp: New file.
13679
13680 2014-04-11 Yao Qi <yao@codesourcery.com>
13681
13682 * gdb.base/completion.exp: Check file exists before running tests
13683 on file completion.
13684
13685 2014-04-10 Pedro Alves <palves@redhat.com>
13686
13687 * gdb.base/cond-eval-mode.c: New file.
13688 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13689 prepare_for_testing to build the new file. Check result of
13690 runto_main.
13691 (test_break, test_watch): New procedures.
13692 (top level): Use them.
13693
13694 2014-04-08 Pierre Muller <muller@sourceware.org>
13695
13696 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13697 Ctrl-V use for mingw hosts.
13698
13699 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13700
13701 * gdb.python/py-value.c: Improve test case.
13702 * gdb.python/py-value.exp: Add new test.
13703
13704 2014-04-07 David Blaikie <dblaikie@gmail.com>
13705
13706 * lib/compiler.c: Identify the clang compiler.
13707 * lib/compiler.cc: Ditto.
13708
13709 2014-04-03 Yao Qi <yao@codesourcery.com>
13710
13711 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13712
13713 2014-04-01 Anton Blanchard <anton@samba.org>
13714
13715 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13716 messages unique.
13717
13718 2014-04-01 Anton Blanchard <anton@samba.org>
13719
13720 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13721 prepare_for_testing.
13722
13723 2014-04-01 Anton Blanchard <anton@samba.org>
13724
13725 * gdb.arch/ppc64-atomic-inst.c: Remove.
13726 * gdb.arch/ppc64-atomic-inst.S: New file.
13727 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13728
13729 2014-03-31 Doug Evans <dje@google.com>
13730
13731 * gdb.base/print-symbol-loading-lib.c: New file.
13732 * gdb.base/print-symbol-loading-main.c: New file.
13733 * gdb.base/print-symbol-loading.exp: New file.
13734
13735 2014-03-31 Yao Qi <yao@codesourcery.com>
13736
13737 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13738
13739 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13740
13741 * gdb.ada/mi_dyn_arr: New testcase.
13742
13743 2014-03-27 Doug Evans <dje@google.com>
13744
13745 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13746
13747 2014-03-27 Yao Qi <yao@codesourcery.com>
13748
13749 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13750 if target is nios2-*-*.
13751
13752 2014-03-26 Yao Qi <yao@codesourcery.com>
13753
13754 * lib/gdb.exp (readline_is_used): New proc.
13755 * gdb.base/completion.exp: Move tests on command complete up.
13756 Skip the rest of tests if readline is not used.
13757 * gdb.ada/complete.exp: Skp the test if readline is not
13758 used.
13759 * gdb.base/filesym.exp: Likewise.
13760 * gdb.base/macscp.exp: Likewise.
13761 * gdb.base/readline-ask.exp: Likewise.
13762 * gdb.base/readline.exp: Likewise.
13763 * gdb.python/py-cmd.exp: Likewise.
13764 * gdb.trace/tfile.exp: Likewise.
13765
13766 2014-03-26 Yao Qi <yao@codesourcery.com>
13767
13768 * gdb.base/macscp.exp: Fix code format issues.
13769
13770 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13771
13772 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13773 * gdb.asm/powerpc64le.inc: New file.
13774
13775 2014-03-25 Pedro Alves <palves@redhat.com>
13776 Doug Evans <dje@google.com>
13777
13778 * gdb.base/source-execution.c: New file.
13779 * gdb.base/source-execution.exp: New file.
13780 * gdb.base/source-execution.gdb: New file.
13781
13782 2014-03-24 Doug Evans <dje@google.com>
13783
13784 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13785 using fission.
13786
13787 2014-03-24 Hui Zhu <hui@codesourcery.com>
13788 Pedro Alves <palves@redhat.com>
13789
13790 PR breakpoints/16101
13791 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13792 test pass/fail messages. Detect missing support for dprintf when
13793 breakpoints are actually inserted.
13794 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13795 breakpoints are actually inserted.
13796 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13797 fails.
13798
13799 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13800
13801 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13802
13803 2014-03-22 Doug Evans <xdje42@gmail.com>
13804
13805 * gdb.python/python.exp (python not supported): Verify multi-line
13806 python command issues an error.
13807 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13808 guile command issues an error.
13809
13810 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13811
13812 * gdb.threads/thread-specific.exp: Handle the lack of usable
13813 $this_breakpoint and $this_thread.
13814
13815 2014-03-21 Hui Zhu <hui@codesourcery.com>
13816
13817 * gdb.base/attach.exp (do_command_attach_tests): New.
13818
13819 2014-03-20 Tom Tromey <tromey@redhat.com>
13820 Pedro Alves <palves@redhat.com>
13821
13822 PR cli/15718
13823 * gdb.base/condbreak-call-false.c: New file.
13824 * gdb.base/condbreak-call-false.exp: New file.
13825
13826 2014-03-20 Pedro Alves <palves@redhat.com>
13827
13828 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13829 Delete.
13830 (block_signals, unblock_signals): Delete.
13831 (child_function_2, main): Remove references to deleted variable
13832 and functions.
13833
13834 2014-03-20 Pedro Alves <palves@redhat.com>
13835
13836 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13837 Use pthread_kill to signal thread 2.
13838 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13839 Adjust to make the test send itself a signal rather than using the
13840 host's "kill" command.
13841
13842 2014-03-20 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.threads/multiple-step-overs.c: New file.
13845 * gdb.threads/multiple-step-overs.exp: New file.
13846 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13847 Adjust expected infrun debug output.
13848
13849 2014-03-20 Pedro Alves <palves@redhat.com>
13850
13851 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13852 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13853
13854 2014-03-20 Pedro Alves <palves@redhat.com>
13855
13856 PR breakpoints/7143
13857 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13858 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13859 of gdb_test_multiple.
13860 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13861 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13862
13863 2014-03-20 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13866 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13867
13868 2014-03-19 Pedro Alves <palves@redhat.com>
13869
13870 * gdb.base/async.exp: Remove early return.
13871
13872 2014-03-19 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13875
13876 2014-03-19 Pedro Alves <palves@redhat.com>
13877
13878 * gdb.base/async.exp (test_background): Expect \r\n after
13879 "completed." in the fail pattern.
13880
13881 2014-03-19 Pedro Alves <palves@redhat.com>
13882
13883 * gdb.base/async.exp (test_background): New procedure.
13884 Use it for all background execution command tests.
13885
13886 2014-03-19 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.base/async.exp: Use prepare_for_testing.
13889
13890 2014-03-19 Pedro Alves <palves@redhat.com>
13891
13892 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13893 the same line.
13894
13895 2014-03-19 Pedro Alves <palves@redhat.com>
13896
13897 * gdb.base/async.c (main): Add "jump here" and "until here" line
13898 marker comments.
13899 * gdb.base/async.exp (jump_here): New global.
13900 (jump& test): Use it.
13901 (until_here): New global.
13902 (until& test): Use it.
13903
13904 2014-03-19 Pedro Alves <palves@redhat.com>
13905
13906 * gdb.base/async.exp: Don't frob gdb_protocol.
13907
13908 2014-03-18 Doug Evans <xdje42@gmail.com>
13909
13910 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13911 Fix spelling of exec-done-display.
13912
13913 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13914
13915 PR gdb/15358
13916 * gdb.base/gdb-sigterm.c: New file.
13917 * gdb.base/gdb-sigterm.exp: New file.
13918
13919 2014-03-18 Pedro Alves <palves@redhat.com>
13920
13921 PR gdb/13860
13922 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13923 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13924 solib-event.
13925
13926 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13927
13928 * gdb.ada/pckd_arr_ren: New testcase.
13929
13930 2014-03-13 Doug Evans <xdje42@gmail.com>
13931
13932 PR guile/16612
13933 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13934 collect after discarding symbols.
13935
13936 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13937 Doug Evans <xdje42@gmail.com>
13938
13939 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13940 to history survives a gc.
13941
13942 2014-03-13 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.base/default.exp: Don't test "target procfs".
13945
13946 2014-03-13 Pedro Alves <palves@redhat.com>
13947
13948 * gdb.base/default.exp: Update "target child" and "target procfs"
13949 tests to not expect "Unix".
13950
13951 2014-03-12 Tom Tromey <tromey@redhat.com>
13952
13953 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13954 New procs. Add target-async tests.
13955 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13956 Add target-async tests.
13957
13958 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13959
13960 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13961 'func_start' and 'func_end' for the beginning and end of the
13962 function code, respectively.
13963 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13964 'func_end' instead of 'func' and 'main'.
13965
13966 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13967
13968 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13969 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13970 generate the debug info assembler source.
13971
13972 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13973
13974 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13975 * gdb.dwarf2/arr-subrange.exp: Likewise.
13976 * gdb.dwarf2/dwz.exp: Likewise.
13977 * gdb.dwarf2/method-ptr.exp: Likewise.
13978 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13979 * gdb.dwarf2/subrange.exp: Likewise.
13980 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13981 * gdb.dwarf2/implptrpiece.exp: Likewise.
13982 * gdb.dwarf2/nostaticblock.exp: Likewise.
13983
13984 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13985
13986 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13987 directory to absolute path name arguments.
13988
13989 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13990
13991 * gdb.ada/tagged_access: New testcase.
13992
13993 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13994
13995 * gdb.btrace/data.exp: Update expected output.
13996
13997 2014-03-06 Yao Qi <yao@codesourcery.com>
13998
13999 * gdb.trace/pr16508.exp: New file.
14000
14001 2014-03-05 Pedro Alves <palves@redhat.com>
14002
14003 PR gdb/16575
14004 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14005 procedure.
14006 (top level): Adjust to use it. Add tests that exercise breakpoint
14007 interaction with the code-cache.
14008
14009 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14010
14011 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14012 test for 'history-append!'.
14013
14014 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14015
14016 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14017 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14018 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14019 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14020 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14021 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14022
14023 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14024
14025 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14026 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14027 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14028
14029 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14030
14031 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14032
14033 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14034
14035 * gdb.dwarf2/arr-stride.c: New file.
14036 * gdb.dwarf2/arr-stride.exp: New file.
14037
14038 2014-02-26 Pedro Alves <palves@redhat.com>
14039
14040 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14041 that won't ever trigger. Make sure that GDB reports the correct
14042 breakpoint that caused the stop.
14043
14044 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14045
14046 PR gdb/16626
14047 * gdb.base/auto-load-script: New file.
14048 * gdb.base/auto-load.c: New file.
14049 * gdb.base/auto-load.exp: New file.
14050
14051 PR gdb/16626
14052 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14053
14054 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14055
14056 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14057 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14058
14059 2014-02-24 Doug Evans <dje@google.com>
14060
14061 * lib/gdb.exp (run_on_host): Log error output if program fails.
14062
14063 2014-02-21 Pedro Alves <palves@redhat.com>
14064
14065 * gdb.threads/step-after-sr-lock.c: Rename to ...
14066 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14067 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14068 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14069 ... this.
14070
14071 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14072
14073 PR tdep/16397
14074 * gdb.arch/amd64-stap-special-operands.exp: New file.
14075 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14076 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14077 * gdb.arch/amd64-stap-triplet.S: Likewise.
14078 * gdb.arch/amd64-stap-triplet.c: Likewise.
14079
14080 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14081
14082 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14083 in .section pseudo-op.
14084
14085 2014-02-20 lin zuojian <manjian2006@gmail.com>
14086 Joel Brobecker <brobecker@adacore.com>
14087 Doug Evans <xdje42@gmail.com>
14088
14089 PR symtab/16581
14090 * gdb.dwarf2/dw2-icycle.S: New file.
14091 * gdb.dwarf2/dw2-icycle.c: New file.
14092 * gdb.dwarf2/dw2-icycle.exp: New file.
14093
14094 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14095
14096 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14097 operations on gdb.Value objects.
14098 * gdb.python/py-value-cc.exp: Add new test to test operations on
14099 gdb.Value objects.
14100
14101 2014-02-18 Doug Evans <dje@google.com>
14102
14103 * Makefile.in (TESTS): New variable.
14104 (expanded_tests, expanded_tests_or_none): New variables
14105 (check-single): Pass $(expanded_tests_or_none) to runtest.
14106 (check-parallel): Only run tests in $(TESTS) if non-empty.
14107 (check/no-matching-tests-found): New rule.
14108 * README: Document TESTS makefile variable.
14109
14110 2014-02-18 Doug Evans <dje@google.com>
14111
14112 * Makefile.in (check-parallel): rm -rf outputs temp.
14113
14114 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14115
14116 Fix "ERROR: no fileid for" in the testsuite.
14117 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14118
14119 2014-02-12 Doug Evans <dje@google.com>
14120
14121 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14122 (MISCELLANEOUS): New variable.
14123 (clean): rm -rf $(MISCELLANEOUS).
14124 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14125 dwp live in the same directory as symlinks, with each symlink pointed
14126 to a differently named file in a different directory.
14127
14128 2014-02-11 Doug Evans <dje@google.com>
14129
14130 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14131 of Tcl file commands.
14132
14133 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14134
14135 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14136 "kill -SIGUSR1 -1".
14137
14138 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14139
14140 * gdb.ada/tick_length_array_enum_idx: New testcase.
14141
14142 2014-02-10 Doug Evans <xdje42@gmail.com>
14143
14144 * configure.ac (AC_OUTPUT): Add gdb.guile.
14145 * configure: Regenerate.
14146 * lib/gdb-guile.exp: New file.
14147 * lib/gdb.exp (get_target_charset): New function.
14148 * gdb.base/help.exp: Update expected output from "apropos apropos".
14149 * gdb.guile/Makefile.in: New file.
14150 * gdb.guile/guile.exp: New file.
14151 * gdb.guile/scm-arch.c: New file.
14152 * gdb.guile/scm-arch.exp: New file.
14153 * gdb.guile/scm-block.c: New file.
14154 * gdb.guile/scm-block.exp: New file.
14155 * gdb.guile/scm-breakpoint.c: New file.
14156 * gdb.guile/scm-breakpoint.exp: New file.
14157 * gdb.guile/scm-disasm.c: New file.
14158 * gdb.guile/scm-disasm.exp: New file.
14159 * gdb.guile/scm-equal.c: New file.
14160 * gdb.guile/scm-equal.exp: New file.
14161 * gdb.guile/scm-error.exp: New file.
14162 * gdb.guile/scm-error.scm: New file.
14163 * gdb.guile/scm-frame-args.c: New file.
14164 * gdb.guile/scm-frame-args.exp: New file.
14165 * gdb.guile/scm-frame-args.scm: New file.
14166 * gdb.guile/scm-frame-inline.c: New file.
14167 * gdb.guile/scm-frame-inline.exp: New file.
14168 * gdb.guile/scm-frame.c: New file.
14169 * gdb.guile/scm-frame.exp: New file.
14170 * gdb.guile/scm-generics.exp: New file.
14171 * gdb.guile/scm-gsmob.exp: New file.
14172 * gdb.guile/scm-iterator.c: New file.
14173 * gdb.guile/scm-iterator.exp: New file.
14174 * gdb.guile/scm-math.c: New file.
14175 * gdb.guile/scm-math.exp: New file.
14176 * gdb.guile/scm-objfile-script-gdb.in: New file.
14177 * gdb.guile/scm-objfile-script.c: New file.
14178 * gdb.guile/scm-objfile-script.exp: New file.
14179 * gdb.guile/scm-objfile.c: New file.
14180 * gdb.guile/scm-objfile.exp: New file.
14181 * gdb.guile/scm-ports.exp: New file.
14182 * gdb.guile/scm-pretty-print.c: New file.
14183 * gdb.guile/scm-pretty-print.exp: New file.
14184 * gdb.guile/scm-pretty-print.scm: New file.
14185 * gdb.guile/scm-section-script.c: New file.
14186 * gdb.guile/scm-section-script.exp: New file.
14187 * gdb.guile/scm-section-script.scm: New file.
14188 * gdb.guile/scm-symbol.c: New file.
14189 * gdb.guile/scm-symbol.exp: New file.
14190 * gdb.guile/scm-symtab-2.c: New file.
14191 * gdb.guile/scm-symtab.c: New file.
14192 * gdb.guile/scm-symtab.exp: New file.
14193 * gdb.guile/scm-type.c: New file.
14194 * gdb.guile/scm-type.exp: New file.
14195 * gdb.guile/scm-value-cc.cc: New file.
14196 * gdb.guile/scm-value-cc.exp: New file.
14197 * gdb.guile/scm-value.c: New file.
14198 * gdb.guile/scm-value.exp: New file.
14199 * gdb.guile/source2.scm: New file.
14200 * gdb.guile/types-module.cc: New file.
14201 * gdb.guile/types-module.exp: New file.
14202
14203 2014-02-10 Yao Qi <yao@codesourcery.com>
14204
14205 PR testsuite/16543
14206 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14207 * configure: Regenerated.
14208 * Makefile.in: New file.
14209
14210 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14211
14212 * gdb.python/py-framefilter.exp: Fix typo.
14213
14214 2014-02-08 Yao Qi <yao@codesourcery.com>
14215
14216 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14217 that no =breakpoint-modified is emitted when breakpoints are
14218 modified through MI commands.
14219
14220 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14221 Pedro Alves <palves@redhat.com>
14222
14223 * gdb.threads/step-after-sr-lock.c: New file.
14224 * gdb.threads/step-after-sr-lock.exp: New file.
14225
14226 2014-02-07 Pedro Alves <palves@redhat.com>
14227
14228 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14229
14230 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14231
14232 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14233 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14234
14235 2014-02-06 Doug Evans <xdje42@gmail.com>
14236
14237 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14238 output.
14239
14240 * gdb.gdb/python-interrupts.exp: New file.
14241
14242 2014-02-05 Yao Qi <yao@codesourcery.com>
14243
14244 * gdb.trace/report.exp (use_collected_data): Test the output
14245 of "info threads" and "info inferiors".
14246
14247 2014-02-05 Yao Qi <yao@codesourcery.com>
14248
14249 Revert this patch:
14250
14251 2013-05-24 Yao Qi <yao@codesourcery.com>
14252
14253 * gdb.trace/tfile.exp: Test inferior and thread.
14254
14255 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14256
14257 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14258 on a function.
14259 * gdb.base/step-bt.c: Call hello via function pointer to make
14260 sure its first instruction is executed on powerpc64le-linux.
14261
14262 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14263
14264 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14265
14266 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14267
14268 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14269 of the test patterns for use on little-endian systems.
14270
14271 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14272
14273 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14274 (decimal_vector): Fix for little-endian.
14275
14276 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14277
14278 * gdb.arch/sparc-sysstep.exp: New file.
14279 * gdb.arch/sparc-sysstep.c: Likewise.
14280
14281 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14282
14283 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14284
14285 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14286
14287 2014-01-23 Tom Tromey <tromey@redhat.com>
14288
14289 * gdb.ada/array_char_idx: New testcase.
14290
14291 2014-01-23 Tom Tromey <tromey@redhat.com>
14292
14293 PR python/16487:
14294 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14295 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14296 classes.
14297
14298 2014-01-23 Tom Tromey <tromey@redhat.com>
14299
14300 PR python/16491:
14301 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14302 string from an inferior frame.
14303 * gdb.python/py-framefilter-mi.exp: Update.
14304
14305 2014-01-22 Doug Evans <dje@google.com>
14306
14307 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14308
14309 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14310
14311 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14312
14313 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14314
14315 * gdb.trace/entry-values.exp: Remove excess space character from
14316 regex patterns. Handle s390 call instruction.
14317
14318 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14319
14320 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14321 define "*_start" label. Make "name" static.
14322 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14323 ${name} by references to ${name}_start.
14324
14325 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14326
14327 * gdb.base/info-macros.exp: Remove "debug" from the compile
14328 options.
14329
14330 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14331
14332 * gdb.dlang/demangle.exp: New file.
14333
14334 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14335
14336 * gdb.dlang/primitive-types.exp: New file.
14337
14338 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14339
14340 * configure.ac: Create gdb.dlang/Makefile.
14341 * configure: Regenerate.
14342 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14343 * gdb.dlang/Makefile.in: New file.
14344 * lib/d-support.exp: New file.
14345 * lib/gdb.exp (skip_d_tests): New proc.
14346
14347 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14348
14349 * gdb.btrace/delta.exp: Check reverse stepi.
14350 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14351 * gdb.btrace/finish.exp: New.
14352 * gdb.btrace/next.exp: New.
14353 * gdb.btrace/nexti.exp: New.
14354 * gdb.btrace/record_goto.c: Add comments.
14355 * gdb.btrace/step.exp: New.
14356 * gdb.btrace/stepi.exp: New.
14357 * gdb.btrace/multi-thread-step.c: New.
14358 * gdb.btrace/multi-thread-step.exp: New.
14359 * gdb.btrace/rn-dl-bind.c: New.
14360 * gdb.btrace/rn-dl-bind.exp: New.
14361 * gdb.btrace/data.c: New.
14362 * gdb.btrace/data.exp: New.
14363 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14364
14365 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14366
14367 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14368 * gdb.btrace/exception.exp: Update.
14369 * gdb.btrace/instruction_history.exp: Update.
14370 * gdb.btrace/record_goto.exp: Update.
14371 * gdb.btrace/tailcall.exp: Update.
14372 * gdb.btrace/unknown_functions.exp: Update.
14373 * gdb.btrace/delta.exp: New.
14374
14375 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14376
14377 * gdb.btrace/record_goto.exp: Add backtrace test.
14378 * gdb.btrace/tailcall.exp: Add backtrace test.
14379
14380 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14381
14382 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14383 * gdb.btrace/record_goto.c: New.
14384 * gdb.btrace/record_goto.exp: New.
14385 * gdb.btrace/x86-record_goto.S: New.
14386
14387 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14388
14389 * gdb.btrace/function_call_history.exp: Update tests.
14390 * gdb.btrace/instruction_history.exp: Update tests.
14391
14392 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14393
14394 * gdb.btrace/function_call_history.exp: Fix expected field
14395 order for "record function-call-history".
14396 Add new tests for "record function-call-history /c".
14397 * gdb.btrace/exception.cc: New.
14398 * gdb.btrace/exception.exp: New.
14399 * gdb.btrace/tailcall.exp: New.
14400 * gdb.btrace/x86-tailcall.S: New.
14401 * gdb.btrace/x86-tailcall.c: New.
14402 * gdb.btrace/unknown_functions.c: New.
14403 * gdb.btrace/unknown_functions.exp: New.
14404 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14405
14406 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14407
14408 * gdb.btrace/instruction_history.exp: Update.
14409 * gdb.btrace/function_call_history.exp: Update.
14410
14411 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14412
14413 * gdb.btrace/function_call_history.exp: Fix expected function
14414 trace.
14415 * gdb.btrace/instruction_history.exp: Initialize traced.
14416 Remove traced_functions.
14417
14418 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14419
14420 * gdb.btrace/function_call_history.exp: Update
14421 * gdb.btrace/instruction_history.exp: Update.
14422
14423 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14424
14425 * gdb.btrace/enable.exp: Update expected text.
14426
14427 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14428
14429 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14430 bytes.
14431
14432 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14433
14434 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14435
14436 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14437
14438 * lib/gdb.exp (supports_process_record): Return true for
14439 arm*-linux*. (supports_reverse): Likewise.
14440
14441 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14442
14443 PR python/15464
14444 PR python/16113
14445 * gdb.python/py-type.c: Enhance test case.
14446 * gdb.python/py-value-cc.cc: Likewise
14447 * gdb.python/py-type.exp: Add new tests.
14448 * gdb.python/py-value-cc.exp: Likewise
14449
14450 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14451 Pedro Alves <palves@redhat.com>
14452
14453 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14454 Make "name" extern.
14455 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14456 references to ${name}_start by references to ${name}.
14457
14458 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14459
14460 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14461
14462 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14463
14464 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14465
14466 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14467 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.mi/mi-info-os.exp: Connect to the target with
14470 mi_gdb_target_load.
14471
14472 2014-01-08 Pedro Alves <palves@redhat.com>
14473
14474 * gdb.threads/reconnect-signal.c: New file.
14475 * gdb.threads/reconnect-signal.exp: New file.
14476
14477 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14478
14479 * gdb.base/source-dir.exp: New file.
14480
14481 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14482
14483 * gdb.ada/mi_interface: New testcase.
14484
14485 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14486
14487 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14488 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14489 gdb.ada/pp-rec-component/pck.ads: New files.
14490
14491 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14492
14493 * gdb.python/py-pp-integral.c: New file.
14494 * gdb.python/py-pp-integral.py: New file.
14495 * gdb.python/py-pp-integral.exp: New file.
14496
14497 For older changes see ChangeLog-1993-2013.
14498 \f
14499 ;; Local Variables:
14500 ;; mode: change-log
14501 ;; left-margin: 8
14502 ;; fill-column: 74
14503 ;; version-control: never
14504 ;; End:
14505
14506 Copyright 2014-2018 Free Software Foundation, Inc.
14507 Copying and distribution of this file, with or without modification,
14508 are permitted provided the copyright notice and this notice are preserved.
This page took 0.402899 seconds and 3 git commands to generate.