Fix latent bug in test_gdb_complete_cmd_multiple
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-03 Pedro Alves <palves@redhat.com>
2
3 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4 string_to_regexp.
5
6 2019-07-03 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
9 (expect_integer): Adjust to expect "-string".
10 (expect_string): New.
11 (all_options): Expect "-string".
12 (test-flag, test-boolean): Adjust to expect "-string".
13 (test-string): New proc.
14 (top level): Call it.
15
16 2019-07-03 Pedro Alves <palves@redhat.com>
17
18 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
19 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
20 the expected output in the success.
21
22 2019-07-03 Pedro Alves <palves@redhat.com>
23
24 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
25 Split one gdb_test_multiple call in two to avoid a race.
26
27 2019-07-03 Pedro Alves <palves@redhat.com>
28
29 * gdb.base/with.c: New file.
30 * gdb.base/with.exp: New file.
31
32 2019-07-03 Pedro Alves <palves@redhat.com>
33
34 * gdb.base/settings.exp: Replace all references to "maint
35 test-settings set" with references to "maint set test-settings",
36 and all references to "maint test-settings show" with references
37 to "maint show test-settings".
38
39 2019-07-03 Pedro Alves <palves@redhat.com>
40
41 * gdb.base/settings.exp (test-string): Adjust expected out when
42 testing "maint test-settings show filename"
43
44 2019-07-02 Pedro Alves <palves@redhat.com>
45
46 * gdb.base/options.exp (test-info-threads): New procedure.
47 (top level): Call it.
48
49 2019-06-28 Tom Tromey <tromey@adacore.com>
50
51 * gdb.dwarf2/ada-linkage-name.c: New file.
52 * gdb.dwarf2/ada-linkage-name.exp: New file.
53
54 2019-06-27 Tom Tromey <tromey@adacore.com>
55
56 * gdb.cp/constexpr-field.exp: Use setup_xfail.
57
58 2019-06-26 Tom de Vries <tdevries@suse.de>
59
60 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
61
62 2019-06-26 Tom de Vries <tdevries@suse.de>
63
64 * gdb.base/index-cache.exp: Add back missing debug option.
65
66 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
67
68 * gdb.base/alias.exp: Test non matching/non existing prefixes.
69
70 2019-06-25 Tom de Vries <tdevries@suse.de>
71
72 PR testsuite/24727
73 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
74
75 2019-06-24 Tom de Vries <tdevries@suse.de>
76
77 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
78
79 2019-06-24 Tom de Vries <tdevries@suse.de>
80
81 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
82 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
83 * gdb.trace/unavailable-dwarf-piece.exp: Same.
84
85 2019-06-24 Tom de Vries <tdevries@suse.de>
86
87 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
88
89 2019-06-21 Tom de Vries <tdevries@suse.de>
90
91 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
92
93 2019-06-21 Tom de Vries <tdevries@suse.de>
94
95 PR testsuite/24518
96 PR ada/24713
97 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
98 index.
99
100 2019-06-19 Tom Tromey <tromey@adacore.com>
101
102 * gdb.ada/length_cond.exp: Add intro comment.
103
104 2019-06-19 Tom Tromey <tromey@adacore.com>
105
106 * gdb.ada/length_cond.exp: New file.
107 * gdb.ada/length_cond/length_cond.adb: New file.
108 * gdb.ada/length_cond/pck.adb: New file.
109 * gdb.ada/length_cond/pck.ads: New file.
110
111 2019-06-18 Tom de Vries <tdevries@suse.de>
112
113 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
114
115 2019-06-18 Tom Tromey <tromey@adacore.com>
116
117 * gdb.base/list0.h: Add comment explaining control character.
118
119 2019-06-18 Tom de Vries <tdevries@suse.de>
120
121 * boards/fission.exp: Break up long debug_flags line.
122
123 2019-06-16 Tom de Vries <tdevries@suse.de>
124
125 PR gdb/24445
126 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
127 generated index.
128
129 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
130
131 PR gdb/24686
132 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
133 improve detection of bug gdb/24541.
134
135 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
136
137 PR gdb/24669
138 * gdb.base/index-cache.exp (uses_readnow,
139 expecting_index_cache_use): Define global variable.
140 (test_cache_enabled_miss, test_cache_enabled_hit): Use
141 expecting_index_cache_use.
142
143 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
144 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.fortran/pointers.f90: New file.
147 * gdb.fortran/print_type.exp: New file.
148 * gdb.fortran/vla-ptype.exp: Adapt expected results.
149 * gdb.fortran/vla-type.exp: Likewise.
150 * gdb.fortran/vla-value.exp: Likewise.
151 * gdb.mi/mi-vla-fortran.exp: Likewise.
152
153 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
154
155 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
156 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
157 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
158 as a stop reason.
159
160 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.base/annota1.exp: Update expected results.
163 * gdb.cp/annota2.exp: Likewise.
164 * gdb.cp/annota3.exp: Likewise.
165
166 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
167
168 * gdb.base/style-logging.exp: Remove path from test name.
169
170 2019-06-14 Tom Tromey <tromey@adacore.com>
171
172 PR gdb/24502:
173 * gdb.base/style-logging.exp: New file.
174
175 2019-06-14 Tom Tromey <tromey@adacore.com>
176
177 * gdb.base/symfile-warn.exp: New file.
178 * gdb.base/symfile-warn.c: New file.
179
180 2019-06-14 Tom Tromey <tromey@adacore.com>
181
182 * gdb.base/annotate-symlink.exp: New file.
183
184 2019-06-14 Tom Tromey <tromey@adacore.com>
185
186 * gdb.ada/set_wstr.exp: Add reassignment test.
187
188 2019-06-14 Tom Tromey <tromey@adacore.com>
189
190 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
191 'unchecked_access and 'unrestricted_access as well.
192
193 2019-06-14 Tom Tromey <tromey@adacore.com>
194
195 PR ada/24539:
196 * gdb.ada/vla.exp: Update tests.
197 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
198 pragma.
199
200 2019-06-13 Pedro Alves <palves@redhat.com>
201
202 * gdb.base/settings.exp (test-integer): Test junk after
203 "unlimited".
204
205 2019-06-13 Pedro Alves <palves@redhat.com>
206
207 * gdb.base/options.exp (test-thread-apply): New.
208 (top level): Call it.
209
210 2019-06-13 Pedro Alves <palves@redhat.com>
211
212 * gdb.base/options.exp (test-frame-apply): New.
213 (top level): Test print commands with different "frame apply"
214 prefixes.
215
216 2019-06-13 Pedro Alves <palves@redhat.com>
217
218 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
219 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
220 'max_completions' parameter and handle it.
221 (test_gdb_completion_offers_commands): New.
222
223 2019-06-13 Pedro Alves <palves@redhat.com>
224
225 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
226
227 2019-06-13 Pedro Alves <palves@redhat.com>
228
229 * gdb.base/options.exp (test-backtrace): New.
230 (top level): Call it.
231
232 2019-06-13 Pedro Alves <palves@redhat.com>
233
234 * gdb.guile/scm-frame-args.exp: Use "set print
235 raw-frame-arguments" instead of "set print raw frame-arguments".
236 * gdb.python/py-frame-args.exp: Likewise.
237
238 2019-06-13 Pedro Alves <palves@redhat.com>
239
240 * gdb.compile/compile.exp: Adjust expected output to option
241 processing changes.
242
243 2019-06-13 Pedro Alves <palves@redhat.com>
244
245 * gdb.base/options.exp: Build executable.
246 (test-print): New procedure.
247 (top level): Call it, once for "print" and another for "compile
248 print".
249
250 2019-06-13 Pedro Alves <palves@redhat.com>
251
252 * gdb.base/options.c: New file.
253 * gdb.base/options.exp: New file.
254
255 2019-06-13 Pedro Alves <palves@redhat.com>
256
257 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
258 that "o" is ambiguous.
259
260 2019-06-13 Pedro Alves <palves@redhat.com>
261
262 * gdb.base/settings.c: New file.
263 * gdb.base/settings.exp: New file.
264
265 2019-06-13 Pedro Alves <palves@redhat.com>
266
267 * gdb.base/completion.exp: Fix comment typo.
268
269 2019-06-13 Pedro Alves <palves@redhat.com>
270
271 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
272 foo --1" test.
273
274 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
275
276 * gdb.fortran/block-data.f: New.
277 * gdb.fortran/block-data.exp: New.
278
279 2019-06-11 Tom de Vries <tdevries@suse.de>
280
281 PR testsuite/24521
282 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
283 message.
284
285 2019-06-11 Tom de Vries <tdevries@suse.de>
286
287 PR testsuite/24521
288 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
289
290 2019-06-11 Tom de Vries <tdevries@suse.de>
291
292 * boards/readnow.exp: New file.
293
294 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
295
296 * gdb.fortran/vla-sizeof.exp: Update expected results.
297
298 2019-06-06 Amos Bird <amosbird@gmail.com>
299
300 * gdb.base/annota1.exp (thread_switch): Add test for
301 thread-exited annotation.
302
303 2019-06-06 Tom Tromey <tromey@adacore.com>
304
305 * gdb.base/maint.exp: Expect command started/finished output.
306
307 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
310 comment.
311 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
312
313 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
316 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
317 * gdb.arch/riscv-unwind-long-insn.c: New file.
318 * gdb.arch/riscv-unwind-long-insn.exp: New file.
319
320 2019-06-04 Christian Biesinger <cbiesinger@google.com>
321
322 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
323
324 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
325
326 * lib/gdb.exp (help_list_trailer): New regexp variable
327 factorizing the help trailer message.
328 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
329 arg to allow to better factorize various tests.
330 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
331 (test_prefix_command_help): Use help_list_trailer.
332 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
333 * gdb.guile/scm-cmd.exp: Likewise.
334 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
335 * gdb.base/help.exp: Use test_user_defined_class_help.
336 * gdb.base/style.exp: Add tests for styling of help and apropos.
337 * lib/gdb-utils.exp (style): Add title and highlight styles.
338
339 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
340
341 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
342 $_shell_exitsignal.
343 * gdb.base/default.exp: Update for new convenience variables.
344
345 2019-05-29 Tom Tromey <tromey@adacore.com>
346
347 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
348 to "break complete ada" test case's regexp.
349
350 2019-05-29 Tom Tromey <tromey@adacore.com>
351
352 PR c++/20020:
353 * gdb.cp/constexpr-field.exp: New file.
354 * gdb.cp/constexpr-field.cc: New file.
355
356 2019-05-29 Tom Tromey <tromey@adacore.com>
357
358 * gdb.base/finish.exp (finish_no_print): New proc.
359 (finish_tests): Call it.
360
361 2019-05-24 Tom de Vries <tdevries@suse.de>
362
363 * gdb.dwarf2/gdb-add-index.exp: New file.
364
365 2019-05-22 Tom Tromey <tromey@adacore.com>
366
367 * gdb.base/info-shared.exp (check_info_shared): Use "style".
368 * gdb.base/style.exp: Use "style".
369 * lib/gdb-utils.exp (style): New proc.
370
371 2019-05-22 Tom de Vries <tdevries@suse.de>
372
373 * gdb.base/align.exp: Require c++11.
374
375 2019-05-22 Tom de Vries <tdevries@suse.de>
376
377 PR testsuite/24586
378 * gdb.python/py-mi-var-info-path-expression.exp: Call
379 mi_skip_python_tests to check if python is supported.
380
381 2019-05-22 Alan Hayward <alan.hayward@arm.com>
382
383 * gdb.arch/aarch64-pauth.c: New test.
384 * gdb.arch/aarch64-pauth.exp: New file.
385
386 2019-05-22 Alan Hayward <alan.hayward@arm.com>
387
388 * README (Re-running Tests Outside The Testsuite): New section.
389
390 2019-05-21 Tom de Vries <tdevries@suse.de>
391
392 * gdb.arch/amd64-eval.exp: Require c++11.
393 * gdb.base/max-depth.exp: Same.
394 * gdb.compile/compile-cplus-array-decay.exp: Same.
395 * gdb.cp/meth-typedefs.exp: Same.
396 * gdb.cp/subtypes.exp: Same.
397 * gdb.cp/temargs.exp: Same.
398
399 2019-05-21 Alan Hayward <alan.hayward@arm.com>
400
401 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
402
403 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 PR gdb/18644
406 * gdb.fortran/complex.exp: Remove setup_kfail calls.
407 * gdb.fortran/printing-types.exp: Add new test.
408 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
409 testing.
410 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
411 setup_kfail call.
412
413 2019-05-17 Alan Hayward <alan.hayward@arm.com>
414
415 * README (Running the Testsuite): Change example.
416 (Testsuite Parameters): Remove TRANSCRIPT.
417 * lib/gdb.exp: Remove TRANSCRIPT check.
418
419 2019-05-17 Alan Hayward <alan.hayward@arm.com>
420
421 * README (Testsuite Parameters): Add replay logging to
422 GDBSERVER_DEBUG.
423 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
424 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
425 as a comma separated list.
426 (gdb_debug_init): Override procedure.
427
428 2019-05-17 Alan Hayward <alan.hayward@arm.com>
429
430 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
431 (gdb_write_cmd_file): New procedure.
432 * lib/gdbserver-support.exp (gdbserver_start): Call
433 gdbserver_write_cmd_file.
434 (gdbserver_write_cmd_file): New procedure.
435
436 2019-05-17 Alan Hayward <alan.hayward@arm.com>
437
438 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
439 (delete_breakpoints): Likewise.
440 (gdb_run_cmd): Likewise.
441 (gdb_start_cmd): Likewise.
442 (gdb_starti_cmd): Likewise.
443 (gdb_internal_error_resync): Likewise.
444 (gdb_test_multiple): Likewise.
445 (gdb_reinitialize_dir): Likewise.
446 (default_gdb_exit): Likewise.
447 (gdb_file_cmd): Mark kill as optional.
448 (default_gdb_start): Call gdb_stdin_log_init.
449 (send_gdb): Call gdb_stdin_log_write.
450 (rerun_to_main): Mark Y as an answer.
451 (gdb_stdin_log_init): New function.
452 (gdb_stdin_log_write): Likewise.
453
454 2019-05-17 Alan Hayward <alan.hayward@arm.com>
455
456 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
457 * gdb.base/debug-expr.exp: Likewise.
458 * gdb.base/foll-fork.exp: Likewise.
459 * gdb.base/foll-vfork.exp: Likewise.
460 * gdb.base/fork-print-inferior-events.exp: Likewise.
461 * gdb.base/gdb-sigterm.exp: Likewise.
462 * gdb.base/gdbinit-history.exp: Likewise.
463 * gdb.base/osabi.exp: Likewise.
464 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
465 * gdb.base/ui-redirect.exp: Likewise.
466 * gdb.gdb/unittest.exp: Likewise.
467 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
468 * gdb.mi/mi-watch.exp: Likewise.
469 * gdb.mi/new-ui-mi-sync.exp: Likewise.
470 * gdb.mi/user-selected-context-sync.exp: Likewise.
471 * gdb.python/python.exp: Disable debug test when debugging.
472 * gdb.threads/check-libthread-db.exp: Disable when debugging.
473 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
474 Likewise.
475 * gdb.threads/stepi-random-signal.exp: Likewise.
476
477 2019-05-17 Alan Hayward <alan.hayward@arm.com>
478
479 * Makefile.in: Pass through GDB_DEBUG.
480 * README (Testsuite Parameters): Add GDB_DEBUG.
481 (gdb,debug): Add board setting.
482 * lib/gdb.exp (default_gdb_start): Start debugging.
483 (gdb_debug_enabled): New procedure.
484 (gdb_debug_init): Likewise.
485
486 2019-05-17 Alan Hayward <alan.hayward@arm.com>
487
488 * Makefile.in: Pass through GDB_DEBUG.
489 * README (Testsuite Parameters): Add GDB_DEBUG.
490 (gdb,debug): Add board setting.
491 * lib/gdb.exp (default_gdb_start): Start debugging.
492 (gdb_debug_enabled): New procedure.
493 (gdb_debug_init): Likewise.
494
495 2019-05-17 Alan Hayward <alan.hayward@arm.com>
496
497 * gdb.base/ui-redirect.exp: Add debug redirect tests.
498
499 2019-05-17 Alan Hayward <alan.hayward@arm.com>
500
501 * gdb.base/ui-redirect.exp: Test redirection.
502
503 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
504
505 * gdb.mi/mi-complete.exp: New file.
506 * gdb.mi/mi-complete.cc: Likewise.
507
508 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
509
510 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
511 indexed and sliced arrays, and pointers to arrays.
512
513 2019-05-14 Tom Tromey <tromey@adacore.com>
514
515 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
516 styling test.
517
518 2019-05-14 Tom de Vries <tdevries@suse.de>
519
520 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
521 selection entry encoding.
522
523 2019-05-10 Tom Tromey <tromey@adacore.com>
524
525 * gdb.ada/info_exc.exp: Add "complete" test.
526
527 2019-05-09 Tom de Vries <tdevries@suse.de>
528
529 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
530 CU-relative.
531
532 2019-05-09 Tom de Vries <tdevries@suse.de>
533
534 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
535 CU-relative.
536
537 2019-05-08 Joel Brobecker <brobecker@adacore.com>
538
539 * gdb.ada/frame_arg_lang.exp: New testcase.
540 * gdb.ada/frame_arg_lang/bla.adb: New file.
541 * gdb.ada/frame_arg_lang/pck.ads: New file.
542 * gdb.ada/frame_arg_lang/pck.adb: New file.
543 * gdb.ada/frame_arg_lang/foo.c: New file.
544
545 2019-05-08 Tom Tromey <tromey@adacore.com>
546
547 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
548
549 2019-05-08 Tom Tromey <tromey@adacore.com>
550
551 * gdb.base/ptype-offsets.exp: Update tests.
552
553 2019-05-08 Tom Tromey <tromey@adacore.com>
554
555 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
556 cases.
557 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
558 "short".
559
560 2019-05-08 Tom Tromey <tromey@adacore.com>
561
562 * gdb.ada/vla.exp: New file.
563 * gdb.ada/vla/vla.adb: New file.
564
565 2019-05-07 Tom de Vries <tdevries@suse.de>
566
567 * gdb.base/index-cache.exp (ls_host): Fix return statement.
568
569 2019-05-07 Tom de Vries <tdevries@suse.de>
570
571 PR testsuite/24522
572 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
573 section.
574
575 2019-05-07 Tom de Vries <tdevries@suse.de>
576
577 PR testsuite/24522
578 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
579 .debug_aranges section.
580
581 2019-05-07 Tom de Vries <tdevries@suse.de>
582
583 PR testsuite/24159
584 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
585
586 2019-05-06 Tom de Vries <tdevries@suse.de>
587
588 * lib/gdb.exp (exec_has_index_section): New proc.
589 * gdb.base/index-cache.exp: Handle case that binfile contains an index
590 section.
591
592 2019-05-04 Tom de Vries <tdevries@suse.de>
593
594 * boards/cc-with-debug-names.exp: New file.
595
596 2019-05-03 Tom Tromey <tromey@adacore.com>
597
598 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
599 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
600 * gdb.ada/char_enum.exp: Add test.
601
602 2019-05-03 Tom de Vries <tdevries@suse.de>
603
604 * boards/cc-with-gdb-index.exp: New file.
605
606 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.rust/simple.exp: Add new test case.
609 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
610 (main): Initialise an instance of the new struct.
611
612 2019-05-01 Tom Tromey <tromey@adacore.com>
613
614 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
615 record.
616 (NPR): New variable.
617 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
618 test.
619
620 2019-05-01 Tom Tromey <tromey@adacore.com>
621
622 * gdb.ada/packed_array_assign.exp: Add packed assignment
623 regression test.
624
625 2019-05-01 Tom de Vries <tdevries@suse.de>
626
627 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
628
629 2019-05-01 Tom de Vries <tdevries@suse.de>
630
631 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
632
633 2019-04-30 Ali Tamur <tamur@google.com>
634
635 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
636
637 2019-04-30 Tom Tromey <tromey@adacore.com>
638
639 * lib/ada.exp (find_ada_tool): New proc.
640 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
641 * gdb.ada/catch_ex_std.exp: New file.
642 * gdb.ada/catch_ex_std/foo.adb: New file.
643 * gdb.ada/catch_ex_std/some_package.adb: New file.
644 * gdb.ada/catch_ex_std/some_package.ads: New file.
645
646 2019-04-30 Tom Tromey <tromey@adacore.com>
647
648 PR c++/24470:
649 * gdb.cp/temargs.cc: Add test code from PR.
650
651 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * gdb.fortran/vla-datatypes.exp: Update expected results.
654 * gdb.fortran/vla-ptype.exp: Likewise.
655 * gdb.fortran/vla-type.exp: Likewise.
656 * gdb.fortran/vla-value.exp: Likewise.
657
658 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
659
660 * gdb.fortran/ptr-indentation.exp: Update expected results.
661 * gdb.fortran/ptype-on-functions.exp: Likewise.
662 * gdb.fortran/vla-ptr-info.exp: Likewise.
663 * gdb.fortran/vla-value.exp: Likewise.
664
665 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * gdb.fortran/ptype-on-functions.exp: New file.
668 * gdb.fortran/ptype-on-functions.f90: New file.
669
670 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
673 case void string.
674
675 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * gdb.fortran/complex.exp: Expand.
678 * gdb.fortran/complex.f: Renamed to...
679 * gdb.fortran/complex.f90: ...this, and extended to add more
680 complex values.
681
682 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
685 MODULO, CMPLX.
686
687 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
688 Richard Bunt <richard.bunt@arm.com>
689
690 * gdb.base/max-depth.c: New file.
691 * gdb.base/max-depth.exp: New file.
692 * gdb.python/py-nested-maps.c: New file.
693 * gdb.python/py-nested-maps.exp: New file.
694 * gdb.python/py-nested-maps.py: New file.
695 * gdb.python/py-format-string.exp (test_max_depth): New proc.
696 (test_all_common): Call test_max_depth.
697 * gdb.fortran/max-depth.exp: New file.
698 * gdb.fortran/max-depth.f90: New file.
699 * gdb.go/max-depth.exp: New file.
700 * gdb.go/max-depth.go: New file.
701 * gdb.modula2/max-depth.exp: New file.
702 * gdb.modula2/max-depth.c: New file.
703 * lib/gdb.exp (get_print_expr_at_depths): New proc.
704
705 2019-04-29 Tom de Vries <tdevries@suse.de>
706
707 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
708
709 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
710
711 * gdb.base/callexit.exp: Test may-call-functions off.
712
713 2019-04-25 Keith Seitz <keiths@redhat.com>
714
715 PR c++/24367
716 * gdb.cp/meth-typedefs.cc (incomplete_struct)
717 (another_incomplete_struct, test_incomplete): New definitions.
718 (main): Use new definitions.
719 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
720 functions.
721
722 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
723
724 PR corefiles/11608
725 PR corefiles/18187
726 * gdb.base/coredump-filter-build-id.exp: New file.
727
728 2019-04-25 Alan Hayward <alan.hayward@arm.com>
729
730 * Makefile.in: Pass through GDBSERVER_DEBUG.
731 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
732 (gdbserver,debug): Add board setting.
733 * gdb.trace/tspeed.exp: Skip when debugging.
734 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
735 * lib/gdbserver-support.exp: Likewise
736
737 2019-04-24 Tom Tromey <tromey@adacore.com>
738
739 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
740 Rust.
741
742 2019-04-24 Tom Tromey <tromey@adacore.com>
743
744 * gdb.arch/amd64-eval.exp: Test bitfield return.
745 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
746 (class Foo) <return_bitfields>: New method.
747 (main): Call it.
748
749 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * gdb.cp/many-args.cc: New file.
752 * gdb.cp/many-args.exp: New file.
753
754 2019-04-23 Tom de Vries <tdevries@suse.de>
755
756 PR gdb/24433
757 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
758
759 2019-04-23 Alan Hayward <alan.hayward@arm.com>
760
761 * gdb.trace/backtrace.exp: Use nopie flag.
762 * gdb.trace/circ.exp: Likewise.
763 * gdb.trace/collection.exp: Likewise.
764 * gdb.trace/ftrace.exp: Likewise.
765 * gdb.trace/mi-trace-unavailable.exp: Likewise.
766 * gdb.trace/mi-traceframe-changed.exp: Likewise.
767 * gdb.trace/qtro.exp: Likewise.
768 * gdb.trace/read-memory.exp: Likewise.
769 * gdb.trace/report.exp: Likewise.
770 * gdb.trace/tfile.exp: Likewise.
771 * gdb.trace/tfind.exp: Likewise.
772 * gdb.trace/unavailable.exp: Likewise.
773
774 2019-04-22 Pedro Alves <palves@redhat.com>
775
776 * gdb.base/solib-probes-nosharedlibrary.c,
777 gdb.base/solib-probes-nosharedlibrary.exp: New files.
778
779 2019-04-19 Tom Tromey <tromey@adacore.com>
780
781 * gdb.ada/ptype_union.c: New file.
782 * gdb.ada/ptype_union.exp: New file.
783
784 2019-04-19 Tom Tromey <tromey@adacore.com>
785
786 PR symtab/24423:
787 * gdb.base/list0.h (foo): Add a control-l character.
788
789 2019-04-18 Tom de Vries <tdevries@suse.de>
790
791 PR gdb/24433
792 * boards/local-board.exp: Set sysroot to "".
793
794 2019-04-18 Tom de Vries <tdevries@suse.de>
795 Pedro Alves <palves@redhat.com>
796
797 PR gdb/24454
798 * gdb.threads/vfork-follow-child-exec.c: New file.
799 * gdb.threads/vfork-follow-child-exec.exp: New file.
800 * gdb.threads/vfork-follow-child-exit.c: New file.
801 * gdb.threads/vfork-follow-child-exit.exp: New file.
802
803 2019-04-15 Leszek Swirski <leszeks@google.com>
804
805 * gdb.arch/amd64-eval.cc: New file.
806 * gdb.arch/amd64-eval.exp: New file.
807
808 2019-04-11 Alan Hayward <alan.hayward@arm.com>
809
810 * gdb.server/sysroot.c: New test.
811 * gdb.server/sysroot.exp: New file.
812 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
813 matching param.
814
815 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.base/align.exp: Extend test to cover structures containing
818 only static fields.
819
820 2019-04-11 Tom de Vries <tdevries@suse.de>
821
822 * boards/cc-with-dwz-m.exp: New file.
823 * boards/cc-with-dwz.exp: New file.
824 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
825
826 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
827
828 * gdb.base/start-cpp.exp: New file.
829 * gdb.base/start-cpp.cc: New file.
830
831 2019-04-08 Kevin Buettner <kevinb@redhat.com>
832
833 * gdb.python/py-thrhandle.exp: Adjust tests to call
834 thread_from_handle instead of thread_from_thread_handle.
835
836 2019-04-08 Kevin Buettner <kevinb@redhat.com>
837
838 * gdb.python/py-thrhandle.exp: Add tests for
839 gdb.InferiorThread.handle.
840
841 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.python/py-function.exp: Check calling helper function from
844 all languages.
845 * lib/gdb.exp (gdb_supported_languages): New proc.
846
847 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * gdb.base/complex-parts.c: New file.
850 * gdb.base/complex-parts.exp: New file.
851
852 2019-04-01 Tom Tromey <tromey@adacore.com>
853
854 PR symtab/23331:
855 * gdb.dwarf2/dw2-ranges-main.c: New file.
856 * gdb.dwarf2/dw2-ranges-psym.c: New file.
857 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
858
859 2019-03-30 Simon Marchi <simark@simark.ca>
860
861 * gdb.base/default.exp: Add values for $_gdb_major and
862 $_gdb_minor.
863
864 2019-03-29 Tom Tromey <tromey@adacore.com>
865
866 * gdb.base/help.exp: Tighten apropos regexp.
867
868 2019-03-29 Keith Seitz <keiths@redhat.com>
869
870 * gdb.fortran/array-bounds.exp: New file.
871 * gdb.fortran/array-bounds.f90: New file.
872
873 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
874
875 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
876
877 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
878
879 * gdb.multi/hello.c (main): Increase alarm timer.
880
881 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
882
883 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
884 factor when no hardware watchpoint support.
885
886 2019-03-28 Alan Hayward <alan.hayward@arm.com>
887 Pedro Alves <palves@redhat.com>
888
889 * boards/local-board.exp: set sysroot to /.
890
891 2019-03-27 Alan Hayward <alan.hayward@arm.com>
892
893 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
894 in child.
895
896 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
897
898 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
899 field.
900 (make_container): Initialise new field.
901 * gdb.python/py-prettyprint.exp: Add new tests.
902 * gdb.python/py-prettyprint.py (class ContainerPrinter)
903 <display_hint>: New method.
904
905 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
908 gdb_continue_to_breakpoint more throughout this test.
909 (run_lang_tests) Supply unique test names, and use
910 gdb_test_no_output.
911
912 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * gdb.base/finish-pretty.exp: Update expected results.
915 * gdb.base/pretty-print.c: New file.
916 * gdb.base/pretty-print.exp: New file.
917
918 2019-03-25 Pedro Alves <palves@redhat.com>
919
920 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
921 move comments outside list. Append '-i "" eof' section.
922
923 2019-03-22 Alan Hayward <alan.hayward@arm.com>
924
925 * README: Add pie options.
926 * gdb.base/break-interp.exp: Ensure pie is disabled.
927 * gdb.base/dump.exp: Likewise.
928 * lib/gdb.exp (gdb_compile): Add pie option.
929
930 2019-03-19 Tom Tromey <tromey@adacore.com>
931
932 * gdb.mi/mi2-cli-display.c: New file.
933 * gdb.mi/mi2-cli-display.exp: New file.
934
935 2019-03-18 Joel Brobecker <brobecker@adacore.com>
936 Tom Tromey <tromey@adacore.com>
937
938 * gdb.ada/ptype_array/pck.adb: New file.
939 * gdb.ada/ptype_array/pck.ads: New file.
940 * gdb.ada/ptype_array/foo.adb: New file.
941 * gdb.ada/ptype_array.exp: New file.
942
943 2019-03-14 Tom Tromey <tromey@adacore.com>
944
945 * gdb.base/style.exp: Add "set style sources" test.
946
947 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
948
949 * mi-breakpoint-location-ena-dis.exp: Rename to ...
950 * mi-breakpoint-multiple-locations.exp: ... this.
951 (make_breakpoints_pattern): New proc.
952 (do_test): Add mi_version parameter, test -break-insert,
953 -break-info and =breakpoint-created.
954
955 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * config/default.exp: Remove 'load_lib gdb.exp'.
958 * config/monitor.exp: Likewise.
959 * config/sid.exp: Likewise.
960 * config/sim.exp: Likewise.
961 * config/slite.exp: Likewise.
962 * config/unix.exp: Likewise.
963 * gdb.base/default.exp: Remove unhelpful comment.
964
965 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
968
969 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
972
973 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * gdb.fortran/type-kinds.exp: Update expected results.
976
977 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.fortran/type-kinds.exp: Test new integer type kind.
980
981 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
982
983 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
984 function.
985 (test_basic_parsing_of_type_kinds): Expand types tested.
986 (test_parsing_invalid_type_kinds): New function.
987
988 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
989
990 * gdb.fortran/intrinsics.exp: New file.
991 * gdb.fortran/intrinsics.f90: New file.
992 * gdb.fortran/type-kinds.exp: New file.
993
994 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
995
996 * gdb.fortran/dot-ops.exp: New file.
997
998 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
999
1000 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1001 Check upper and lower case logical literals.
1002
1003 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1004
1005 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1006 Remove duplicate tests.
1007
1008 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1009
1010 * lib/gdb.exp (builtin_cd): rename of cd.
1011 (cd): Override builtin.
1012
1013 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1014
1015 * gdb.fortran/function-calls.exp: New file.
1016 * gdb.fortran/function-calls.f90: New test.
1017
1018 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1019
1020 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1021 on user program standard output.
1022 * gdb.fortran/short-circuit-argument-list.f90: Record function
1023 calls.
1024
1025 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1026
1027 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1028 failure.
1029
1030 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1031
1032 PR gdb/8527
1033 * gdb.base/interrupt-daemon-attach.c,
1034 gdb.base/interrupt-daemon-attach.exp: New test.
1035
1036 2019-02-27 Pedro Alves <palves@redhat.com>
1037
1038 * gdb.base/page.exp: Add tests for "set width/height -1".
1039
1040 2019-02-27 Pedro Alves <palves@redhat.com>
1041
1042 * gdb.base/page.exp: Add tests for "set/show width/height" with
1043 "infinite" values.
1044
1045 2019-02-27 Tom Tromey <tromey@adacore.com>
1046
1047 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1048 2.4.
1049 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1050 workaround.
1051
1052 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1055 tests for structs with static members.
1056
1057 2019-02-26 Tom Tromey <tromey@adacore.com>
1058
1059 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1060 ValueError, not TypeError.
1061
1062 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1063
1064 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1065 call from main program.
1066
1067 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1068
1069 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1070 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1071 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1072 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1073 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1074
1075 2019-02-22 Keith Seitz <keiths@redhat.com>
1076
1077 PR symtab/23853
1078 * gdb.base/symlink-sourcefile.c: New file.
1079 * gdb.base/symlink-sourcefile.exp: New file.
1080
1081 2019-02-20 Tom Tromey <tom@tromey.com>
1082
1083 * gdb.base/info_qt.exp: Update.
1084
1085 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1086
1087 * gdb.base/source.exp: Move "error in sourced script" code to
1088 the end.
1089 * gdb.base/source-error.gdb: Move contents to
1090 source-error-1.gdb. Add new code to source source-error-1.gdb.
1091 * gdb.base/source-error-1.gdb: New file, from previous
1092 source-error.gdb.
1093
1094 2019-02-17 Tom Tromey <tom@tromey.com>
1095
1096 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1097 for macro styling.
1098 * gdb.base/style.c (SOME_MACRO): New macro.
1099
1100 2019-02-17 Tom Tromey <tom@tromey.com>
1101
1102 * gdb.base/style.exp: Add line-wrapping tests.
1103 * gdb.base/page.exp: Add test for quitting during pagination.
1104
1105 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1106
1107 * gdb.ada/big_packed_array: New testcase.
1108 * gdb.ada/homonym.exp: Fix incorrect expected output for
1109 "break <homonym__get_value>" test.
1110
1111 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1112
1113 PR breakpoints/21870
1114 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1115 and prepare_for_testing. Add comment.
1116 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1117 redundant cleanup call. Clean up comment.
1118
1119 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1120
1121 PR breakpoints/21870
1122 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1123 * gdb.arch/aarch64-dbreg-contents.c: New file.
1124
1125 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1126
1127 * gdb.ada/mi_ref_changeable: New testcase.
1128
1129 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1130
1131 * gdb.base/attach.exp: Add double attach test.
1132
1133 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1134
1135 * lib/gdb.exp (default_gdb_start): Don't match pagination
1136 prompt.
1137 (gdb_init): Set stty_init.
1138
1139 2019-01-27 Tom Tromey <tom@tromey.com>
1140
1141 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1142 skip_python_tests.
1143
1144 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1145
1146 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1147 New structure.
1148 (struct struct_static_02_02): Likewise.
1149 (struct struct_static_02_03): Likewise.
1150 (struct struct_static_02_04): Likewise.
1151 (struct struct_static_04_01): Likewise.
1152 (struct struct_static_04_02): Likewise.
1153 (struct struct_static_04_03): Likewise.
1154 (struct struct_static_04_04): Likewise.
1155 (struct struct_static_06_01): Likewise.
1156 (struct struct_static_06_02): Likewise.
1157 (struct struct_static_06_03): Likewise.
1158 (struct struct_static_06_04): Likewise.
1159 (cmp_struct_static_02_01): Likewise.
1160 (cmp_struct_static_02_02): Likewise.
1161 (cmp_struct_static_02_03): Likewise.
1162 (cmp_struct_static_02_04): Likewise.
1163 (cmp_struct_static_04_01): Likewise.
1164 (cmp_struct_static_04_02): Likewise.
1165 (cmp_struct_static_04_03): Likewise.
1166 (cmp_struct_static_04_04): Likewise.
1167 (cmp_struct_static_06_01): Likewise.
1168 (cmp_struct_static_06_02): Likewise.
1169 (cmp_struct_static_06_03): Likewise.
1170 (cmp_struct_static_06_04): Likewise.
1171 (call_all): Test new structs.
1172 * gdb.base/infcall-nested-structs.exp: Likewise.
1173
1174 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1175 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1176
1177 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1178 * gdb.base/stack-protector.c: New test.
1179 * gdb.base/stack-protector.exp: New file.
1180 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1181 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1182 option.
1183 (gdb_compile): Remove stack protector for GCC and prevent
1184 recursion.
1185
1186 2019-01-16 Keith Seitz <keiths@redhat.com>
1187
1188 PR gdb/23773
1189 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1190
1191 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1192
1193 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1194 aliases.
1195 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1196 tests.
1197 * gdb.arch/powerpc-vector-regs.c: New file.
1198 * gdb.arch/powerpc-vector-regs.exp: New file.
1199
1200 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1201
1202 * gdb.arch/altivec-regs.exp: Fix the list passed to
1203 gdb_expect_list when testing "info vector".
1204
1205 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.base/style.exp: Don't include path in testname.
1208
1209 2019-01-10 Keith Seitz <keiths@redhat.com>
1210
1211 PR gdb/23712
1212 PR symtab/23010
1213 * gdb.dwarf2/multidictionary.exp: New file.
1214
1215 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1216
1217 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1218 (test_gnuv3_style_demangling): ... this.
1219 (test_lucid_style_demangling): Remove.
1220 (test_arm_style_demangling): Remove.
1221 (test_hp_style_demangling): Remove.
1222 (do_tests): Remove calls to the above.
1223
1224 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1225
1226 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1227 case.
1228
1229 2019-01-06 Tom Tromey <tom@tromey.com>
1230
1231 PR gdb/28155:
1232 * gdb.dwarf2/typedef-void-finish.exp: New file.
1233
1234 2018-12-28 Tom Tromey <tom@tromey.com>
1235 Simon Marchi <simark@simark.ca>
1236
1237 * gdb.base/jit-exec.exp: New file.
1238 * gdb.base/jit-exec.c: New file.
1239 * gdb.base/jit-execd.c: New file.
1240
1241 2018-12-28 Tom Tromey <tom@tromey.com>
1242
1243 * gdb.base/style.exp: Update test to check for address styling.
1244
1245 2018-12-28 Tom Tromey <tom@tromey.com>
1246
1247 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1248 message.
1249
1250 2018-12-28 Tom Tromey <tom@tromey.com>
1251
1252 * gdb.base/style.exp: Add test for version number styling.
1253
1254 2018-12-28 Tom Tromey <tom@tromey.com>
1255
1256 * gdb.base/style.exp: Add test for print_address_symbolic.
1257
1258 2018-12-28 Tom Tromey <tom@tromey.com>
1259
1260 * gdb.base/style.exp: Add test for breakpoint setting.
1261
1262 2018-12-28 Tom Tromey <tom@tromey.com>
1263
1264 * gdb.base/style.exp: Add test for variable names.
1265
1266 2018-12-28 Tom Tromey <tom@tromey.com>
1267
1268 * gdb.base/style.exp: New file.
1269 * gdb.base/style.c: New file.
1270
1271 2018-12-28 Tom Tromey <tom@tromey.com>
1272
1273 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1274 "dumb".
1275 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1276 the TERM environment variable.
1277
1278 2018-12-27 Tom Tromey <tom@tromey.com>
1279
1280 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1281 pagination test.
1282
1283 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1284
1285 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1286 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1287
1288 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1289
1290 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1291 Filename a.adb changed to bp_fun_addr.adb.
1292 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1293
1294 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1295
1296 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1297 non-PIE executables.
1298 * README: Mention the gdb,nopie_flag board setting.
1299 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1300 non-PIE executable.
1301 * gdb.arch/amd64-entry-value.exp: Likewise.
1302 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1303 * gdb.arch/i386-float.exp: Likewise.
1304 * gdb.arch/i386-signal.exp: Likewise.
1305 * gdb.mi/mi-reg-undefined.exp: Likewise.
1306
1307 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1308
1309 PR gdb/23974
1310 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1311
1312 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1313
1314 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1315 Update order of results accordingly.
1316
1317 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.base/annota1.exp: Update a test regexp.
1320
1321 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1322
1323 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1324
1325 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1326
1327 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1328 (reuse_time): Initialize to REUSE_TIME_CAP.
1329 (check_rc): New function.
1330 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1331 Check pthread_create rc.
1332 (spawner_thread_func): Check pthread_create and pthread_join rc.
1333
1334 2018-12-08 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.base/list.exp (test_forward_search): Rename to ...
1337 (test_forward_reverse_search): ... this. Also test reverse-search
1338 and the forward-search alias.
1339
1340 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1343 local timeout variable before return, and remove all local timeout
1344 variable entirely.
1345 (gdb_load): Likewise.
1346
1347 2018-12-01 Tom de Vries <tdevries@suse.de>
1348
1349 * gdb.base/gdb-caching-proc.exp: New file.
1350
1351 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1352
1353 * Makefile.in (TIMESTAMP): New variable.
1354 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1355 command.
1356 (check-single-racy): Likewise.
1357 (check/%.exp): Likewise.
1358 (check-racy/%.exp): Likewise.
1359 (workers/%.worker): Likewise.
1360 (build-perf): Likewise.
1361 (check-perf): Likewise.
1362 * README: Describe new "TS" and "TS_FORMAT" variables.
1363 * print-ts.py: New file.
1364
1365 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1366
1367 PR python/23714
1368 * gdb.python/python.exp: Test command repetition after
1369 gdb.execute.
1370
1371 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1374 is correctly aligned.
1375
1376 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1377
1378 * gdb.ada/info_auto_lang.exp: New testcase.
1379 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1380 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1381 * gdb.ada/info_auto_lang/some_c.c: New file.
1382
1383 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1384
1385 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1386 FUNC_lang language syntax.
1387
1388 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1389
1390 * gdb.base/info_minsym.c: New file.
1391 * gdb.base/info_minsym.exp: New file.
1392
1393 2018-11-19 Tom Tromey <tom@tromey.com>
1394
1395 PR rust/23625:
1396 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1397 * gdb.rust/expr.exp: Update expected output. Change one test.
1398
1399 2018-11-19 Tom Tromey <tom@tromey.com>
1400
1401 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1402
1403 2018-11-19 Pedro Alves <palves@redhat.com>
1404
1405 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1406 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1407 see the expected warning.
1408
1409 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1410
1411 PR gdb/22736:
1412 * gdb.cp/infcall-nodebug-lib.c: New test.
1413 * gdb.cp/infcall-nodebug-main.c: New test.
1414 * gdb.cp/infcall-nodebug.exp: New file.
1415
1416 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1417
1418 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1419 completer tests.
1420
1421 2018-11-09 Tom de Vries <tdevries@suse.de>
1422
1423 * gdb.base/msym-lang.c: New test.
1424 * gdb.base/msym-lang.exp: New file.
1425 * gdb.base/msym-lang-main.c: New test.
1426
1427 2018-11-08 Tom Tromey <tom@tromey.com>
1428
1429 PR gdb/23555:
1430 PR gdb/23838:
1431 * gdb.base/warning.exp: New file.
1432
1433 2018-11-08 Jan Beulich <jbeulich@suse.com>
1434
1435 * testsuite/gdb.arch/i386-avx512.c,
1436 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1437
1438 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1441 point hardware.
1442
1443 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1444
1445 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1446 * gdb.dwarf2/missing-type-name.exp: New file.
1447
1448 2018-11-06 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.base/many-headers.c: New test.
1451 * gdb.base/many-headers.exp: New file.
1452
1453 2018-11-06 Jim Wilson <jimw@sifive.com>
1454
1455 * gdb.base/code_elim.exp: For riscv, set additional_flags
1456 to include -msmall-data-limit=0.
1457
1458 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1459
1460 * gdb.ada/watch_minus_l: New testcase.
1461
1462 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1463
1464 * gdb.arch/aix-sighandle.c: New file.
1465 * gdb.arch/aix-sighandle.exp: New file.
1466
1467 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1470 registers being unions.
1471
1472 2018-10-31 Tom de Vries <tdevries@suse.de>
1473
1474 * lib/valgrind.exp: New file.
1475 (vgdb_start, vgdb_stop): New procs, factored out of ...
1476 * gdb.base/valgrind-bt.exp: ... here, ...
1477 * gdb.base/valgrind-disp-step.exp: ... here and ...
1478 * gdb.base/valgrind-infcall.exp: ... here.
1479
1480 2018-10-31 Tom de Vries <tdevries@suse.de>
1481
1482 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1483
1484 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1485
1486 * gdb.dwarf2/void-type.c: New file.
1487 * gdb.dwarf2/void-type.exp: New file.
1488
1489 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1490
1491 * gdb.base/info_qt.c: New file.
1492 * gdb.base/info_qt.exp: New file.
1493
1494 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1495
1496 * gdb.arch/powerpc-htm-regs.c: New file.
1497 * gdb.arch/powerpc-htm-regs.exp: New file.
1498
1499 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1500
1501 * gdb.arch/powerpc-tar.c: New file.
1502 * gdb.arch/powerpc-tar.exp: New file.
1503
1504 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1505
1506 * gdb.arch/powerpc-ppr-dscr.c: New file.
1507 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1508
1509 2018-10-25 Tom de Vries <tdevries@suse.de>
1510
1511 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1512
1513 2018-10-24 Tom de Vries <tdevries@suse.de>
1514
1515 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1516 longer exists error.
1517
1518 2018-10-24 Tom de Vries <tdevries@suse.de>
1519
1520 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1521
1522 2018-10-24 Tom de Vries <tdevries@suse.de>
1523
1524 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1525 --db-attach in valgrind.
1526
1527 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 * gdb.arch/riscv-reg-aliases.c: New file.
1530 * gdb.arch/riscv-reg-aliases.exp: New file.
1531
1532 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1533
1534 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1535
1536 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1537
1538 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1539
1540 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1541
1542 * gdb.cp/ovldbreak.exp: Fix regexps.
1543
1544 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1545
1546 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1547
1548 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1549
1550 PR cli/23785
1551 * gdb.base/restore.exp: New test to check if "restore" with an
1552 invalid file doesn't segfault.
1553
1554 2018-10-18 Tom de Vries <tdevries@suse.de>
1555
1556 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1557 * gdb.ada/excep_handle.exp: Same.
1558 * gdb.ada/mi_string_access.exp: Same.
1559 * gdb.ada/mi_var_union.exp: Same.
1560 * gdb.arch/arc-analyze-prologue.exp: Same.
1561 * gdb.arch/arc-decode-insn.exp: Same.
1562 * gdb.base/readnever.exp: Same.
1563 * gdb.fortran/printing-types.exp: Same.
1564 * gdb.guile/scm-lazy-string.exp: Same.
1565
1566 2018-10-16 Tom de Vries <tdevries@suse.de>
1567
1568 PR gdb/23730
1569 * gdb.base/catch-follow-exec.c: Add copyright notice.
1570 * gdb.base/catch-follow-exec.exp: Rewrite to use
1571 gdb_spawn_with_cmdline_opts. Require gdb-native.
1572
1573 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1574
1575 * gdb.trace/actions-changed.exp: Check for arch support.
1576 * gdb.trace/actions.exp: Likewise.
1577 * gdb.trace/ax.exp: Likewise.
1578 * gdb.trace/backtrace.exp: Likewise.
1579 * gdb.trace/change-loc.exp: Likewise.
1580 * gdb.trace/deltrace.exp: Likewise.
1581 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1582 * gdb.trace/ftrace.exp: Likewise.
1583 * gdb.trace/infotrace.exp: Check for arch support.
1584 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1585 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1586 * gdb.trace/mi-tsv-changed.exp: Likewise.
1587 * gdb.trace/packetlen.exp: Likewise.
1588 * gdb.trace/passc-dyn.exp: Likewise.
1589 * gdb.trace/passcount.exp: Likewise.
1590 * gdb.trace/pending.exp: Likewise.
1591 * gdb.trace/range-stepping.exp: Check for shlib support.
1592 * gdb.trace/report.exp: Check for arch support.
1593 * gdb.trace/save-trace.exp: Likewise.
1594 * gdb.trace/signal.exp: Check for signal support.
1595 * gdb.trace/tfind.exp: Check for arch support.
1596 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1597 * gdb.trace/trace-common.h: Add comment.
1598 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1599 * gdb.trace/trace-enable-disable.exp: Likewise.
1600 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1601 * gdb.trace/tracecmd.exp: Check for arch support.
1602 * gdb.trace/tspeed.exp: Check for shlib and target support.
1603 * gdb.trace/tstatus.exp: Check for arch support.
1604 * gdb.trace/tsv.exp: Likewise.
1605 * gdb.trace/while-dyn.exp: Likewise.
1606 * gdb.trace/while-stepping.exp: Likewise.
1607 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1608
1609 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1610
1611 * gdb.trace/tspeed.exp: Remove nowarnings.
1612 (prepare_for_trace_test): Declare "global ipalib".
1613 * gdb.trace/tspeed.c: Include unistd.h.
1614 (main): Remove superfluous printf argument.
1615
1616 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1617
1618 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1619 directory prefix on the filename.
1620
1621 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1622
1623 * gdb.gdb/unittest.exp: Update expected message informing that
1624 selftests have been disabled.
1625 * gdb.server/unittest.exp: Likewise.
1626
1627 2018-10-09 Tom de Vries <tdevries@suse.de>
1628
1629 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1630 with runto_main.
1631
1632 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1633
1634 PR c++/16841
1635 * gdb.cp/virtbase2.cc: New file.
1636 * gdb.cp/virtbase2.exp: New file.
1637
1638 2018-10-06 Tom Tromey <tom@tromey.com>
1639
1640 PR python/19399:
1641 * gdb.python/py-inferior.exp: Add architecture test.
1642
1643 2018-10-06 Tom Tromey <tom@tromey.com>
1644
1645 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1646 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1647
1648 2018-10-06 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1651 of a "throw" catchpoint.
1652
1653 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1654
1655 * gdb.base/info-proc.exp: Update string expected from "help info
1656 proc".
1657
1658 2018-10-04 Tom Tromey <tom@tromey.com>
1659
1660 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1661 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1662 (test_initial_complaints, test_empty_complaints): Update.
1663 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1664
1665 2018-10-04 Tom Tromey <tom@tromey.com>
1666
1667 PR cli/19551:
1668 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1669 * lib/gdb.exp (gdb_file_cmd): Update.
1670 * gdb.stabs/weird.exp (print_weird_var): Update.
1671 * gdb.server/solib-list.exp: Update.
1672 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1673 * gdb.mi/mi-cli.exp: Update.
1674 * gdb.linespec/linespec.exp: Update.
1675 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1676 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1677 * gdb.cp/cp-relocate.exp: Update.
1678 * gdb.base/sym-file.exp: Update.
1679 * gdb.base/relocate.exp: Update.
1680 * gdb.base/readnever.exp: Update.
1681 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1682 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1683 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1684 * gdb.base/code_elim.exp: Update.
1685 * gdb.base/break-unload-file.exp (test_break): Update.
1686 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1687 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1688 Update.
1689 * gdb.base/attach.exp (do_attach_tests): Update.
1690 * gdb.base/sepdebug.exp: Update.
1691 * gdb.python/py-section-script.exp: Update.
1692
1693 2018-10-04 Tom Tromey <tom@tromey.com>
1694
1695 PR cli/22234:
1696 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1697 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1698 output.
1699
1700 2018-10-04 Tom Tromey <tom@tromey.com>
1701
1702 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1703 set width and height to 0.
1704 (test_command_line_attach_run): Use -quiet.
1705
1706 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1707
1708 * lib/gdb.exp (skip_ifunc_tests): New.
1709 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1710 other compile failures.
1711 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1712
1713 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1714
1715 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1716 is_amd64_regs_target.
1717
1718 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1719
1720 * gdb.arch/aarch64-sighandler-regs.c: New test.
1721 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1722 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1723
1724 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1725
1726 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1727 assembly.
1728
1729 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1730
1731 * gdb.base/frame-selection.exp: New file.
1732 * gdb.base/frame-selection.c: New file.
1733
1734 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1735
1736 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1737 pthread barrier.
1738 (main): Likewise.
1739
1740 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * gdb.base/large-frame-1.c: New file.
1743 * gdb.base/large-frame-2.c: New file.
1744 * gdb.base/large-frame.exp: New file.
1745 * gdb.base/large-frame.h: New file.
1746
1747 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1748
1749 PR gdb/20948
1750 * gdb.base/write_mem.exp: New test.
1751 * gdb.base/write_mem.c: Likewise.
1752
1753 2018-09-23 Tom Tromey <tom@tromey.com>
1754
1755 PR python/18852:
1756 * gdb.python/py-parameter.exp: Add test for parameter that throws
1757 on "set".
1758
1759 2018-09-23 Tom Tromey <tom@tromey.com>
1760
1761 PR python/17284:
1762 * gdb.python/py-template.exp (test_template_arg): Add test for
1763 negative template argument number.
1764
1765 2018-09-23 Tom Tromey <tom@tromey.com>
1766
1767 PR python/14062:
1768 * gdb.python/python.exp: Add test for post_event error.
1769
1770 2018-09-23 Tom Tromey <tom@tromey.com>
1771
1772 PR python/18170:
1773 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1774 convert pointers to int and long.
1775
1776 2018-09-23 Tom Tromey <tom@tromey.com>
1777
1778 PR python/20126:
1779 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1780 signed-ness conversion tests.
1781
1782 2018-09-23 Tom Tromey <tom@tromey.com>
1783
1784 PR python/18352;
1785 * gdb.python/py-value.exp (test_float_conversion): New proc.
1786 Use it.
1787
1788 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1789
1790 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1791
1792 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1793
1794 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1795 no readline.
1796 * gdb.base/utf8-identifiers.exp: Likewise.
1797 * gdb.cp/cpcompletion.exp: Likewise.
1798 * gdb.linespec/cpcompletion.exp: Likewise.
1799 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1800 * gdb.linespec/cpls-ops.exp: Likewise.
1801
1802 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1803 Chris January <chris.january@arm.com>
1804
1805 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1806 * gdb.fortran/short-circuit-argument-list.exp: New file.
1807 * gdb.fortran/short-circuit-argument-list.f90: New test.
1808
1809 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1810
1811 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1812 "arch=" keyword when executing "-stack-list-frames".
1813
1814 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1815
1816 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1817 "arch=" keyword when executing "-stack-list-frames".
1818
1819 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1820
1821 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1822 break ada".
1823
1824 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1825
1826 PR python/23669
1827 * gdb.python/python.exp: Test gdb.execute("show commands").
1828
1829 2018-09-16 Tom Tromey <tom@tromey.com>
1830
1831 * gdb.base/new-ui.exp (do_execution_tests): Update.
1832 * gdb.base/dbx.exp (test_breakpoints): Update.
1833
1834 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1835
1836 * lib/gdb.exp (gdb_simple_compile): Add proc.
1837 (is_elf_target): Use gdb_simple_compile.
1838 (skip_altivec_tests): Likewise.
1839 (skip_vsx_tests): Likewise.
1840 (skip_tsx_tests): Likewise.
1841 (skip_btrace_tests): Likewise.
1842 (skip_btrace_pt_tests): Likewise.
1843 (gdb_can_simple_compile): Likewise.
1844 (gdb_has_argv0): Likewise.
1845 (gdb_target_symbol_prefix): Likewise.
1846 (target_supports_scheduler_locking): Likewise.
1847
1848 2018-09-13 Tom Tromey <tom@tromey.com>
1849
1850 * Makefile.in (TAGS): Recognize proc_with_prefix and
1851 gdb_caching_proc.
1852
1853 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1854
1855 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1856 method.
1857
1858 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1859
1860 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1861 and a few other Inferior properties when the Inferior is no
1862 longer valid.
1863
1864 2018-09-13 Tom Tromey <tom@tromey.com>
1865
1866 PR rust/23650:
1867 * gdb.rust/simple.exp: Add test for enum field access error.
1868
1869 2018-09-13 Tom Tromey <tom@tromey.com>
1870
1871 PR rust/23626:
1872 * gdb.rust/simple.rs (EmptyEnum): New type.
1873 (main): Use it.
1874 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1875
1876 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1877
1878 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1879 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1880 * gdb.python/py-symtab.exp: Update test printing an objfile.
1881
1882 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1883
1884 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1885 object.
1886
1887 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1888
1889 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1890 (support_complex_tests): Use gdb_can_simple_compile.
1891 (is_ilp32_target): Likewise.
1892 (is_lp64_target): Likewise.
1893 (is_64_target): Likewise.
1894 (is_amd64_regs_target): Likewise.
1895 (is_aarch32_target): Likewise.
1896 (gdb_int128_helper): Likewise.
1897
1898 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1899
1900 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1901
1902 2018-09-10 Jerome Guitton <guitton@adacore.com>
1903
1904 * gdb.ada/same_component_name: Add test for case of tagged record
1905 with variable-length fields.
1906
1907 2018-09-10 Xavier Roirand <roirand@adacore.com>
1908
1909 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1910 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1911 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1912 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1913
1914 2018-09-10 Xavier Roirand <roirand@adacore.com>
1915
1916 * gdb.ada/mi_string_access.exp: New testcase.
1917 * gdb.ada/mi_string_access/bar.adb: New file.
1918 * gdb.ada/mi_string_access/pck.adb: New file.
1919 * gdb.ada/mi_string_access/pck.asd: New file.
1920
1921 2018-09-10 Xavier Roirand <roirand@adacore.com>
1922
1923 * gdb.ada/mi_var_union.exp: New testcase.
1924 * gdb.ada/mi_var_union/bar.adb: New file.
1925 * gdb.ada/mi_var_union/pck.adb: New file.
1926 * gdb.ada/mi_var_union/pck.asd: New file.
1927
1928 2018-09-08 Tom Tromey <tom@tromey.com>
1929
1930 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1931
1932 2018-09-08 Tom Tromey <tom@tromey.com>
1933
1934 PR python/16047:
1935 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1936 (register_pretty_printers): Register new printer.
1937 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1938 test.
1939 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1940 (an_int_type3): New global.
1941
1942 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1943
1944 * gdb.ada/expr_with_funcall: New testcase.
1945
1946 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1947
1948 * gdb.ada/packed_array_assign: New testcase.
1949
1950 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1953 names, and add test prefixes to make test names unique.
1954
1955 2018-09-05 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.dwarf2/varval.exp: Add test.
1958
1959 2018-09-04 Gary Benson <gbenson@redhat.com>
1960
1961 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1962 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1963
1964 2018-08-31 Tom Tromey <tom@tromey.com>
1965
1966 * gdb.rust/simple.rs: Rename second variable "v".
1967
1968 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1969
1970 * gdb.base/funcargs.c (use_a): New function.
1971 (recurse): Call use_a.
1972
1973 2018-08-29 Keith Seitz <keiths@redhat.com>
1974
1975 * gdb.compile/compile-cplus-anonymous.cc: New file.
1976 * gdb.compile/compile-cplus-anonymous.exp: New file.
1977 * gdb.compile/compile-cplus-array-decay.cc: New file.
1978 * gdb.compile/compile-cplus-array-decay.exp: New file.
1979 * gdb.compile/compile-cplus-inherit.cc: New file.
1980 * gdb.compile/compile-cplus-inherit.exp: New file.
1981 * gdb.compile/compile-cplus-member.cc: New file.
1982 * gdb.compile/compile-cplus-member.exp: New file.
1983 * gdb.compile/compile-cplus-method.cc: New file.
1984 * gdb.compile/compile-cplus-method.exp: New file.
1985 * gdb.compile/compile-cplus-mod.c: "New" file.
1986 * gdb.compile/compile-cplus-namespace.cc: New file.
1987 * gdb.compile/compile-cplus-namespace.exp: New file.
1988 * gdb.compile/compile-cplus-nested.cc: New file.
1989 * gdb.compile/compile-cplus-nested.exp: New file.
1990 * gdb.compile/compile-cplus-print.c: "New" file.
1991 * gdb.compile/compile-cplus-print.exp: "New" file.
1992 * gdb.compile/compile-cplus-virtual.cc: New file.
1993 * gdb.compile/compile-cplus-virtual.exp: New file.
1994 * gdb.compile/compile-cplus.c: "New" file.
1995 * gdb.compile/compile-cplus.exp: "New" file.
1996 * lib/compile-support.exp: New file.
1997
1998 2018-08-16 Gary Benson <gbenson@redhat.com>
1999
2000 PR gdb/13000:
2001 * gdb.base/batch-exit-status.exp: New file.
2002 * gdb.base/batch-exit-status.good-commands: Likewise.
2003 * gdb.base/batch-exit-status.bad-commands: Likewise.
2004
2005 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2006
2007 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2008 (struct struct02): Likewise.
2009 (struct struct03): Likewise.
2010 (struct struct04): Likewise.
2011 (struct struct_01_01): New struct.
2012 (struct struct_01_02): Likewise.
2013 (struct struct_01_03): Likewise.
2014 (struct struct_01_04): Likewise.
2015 (struct struct_02_01): Likewise.
2016 (struct struct_02_02): Likewise.
2017 (struct struct_02_03): Likewise.
2018 (struct struct_02_04): Likewise.
2019 (struct struct_04_01): Likewise.
2020 (struct struct_04_02): Likewise.
2021 (struct struct_04_03): Likewise.
2022 (struct struct_04_04): Likewise.
2023 (struct struct_05_01): Likewise.
2024 (struct struct_05_02): Likewise.
2025 (struct struct_05_03): Likewise.
2026 (struct struct_05_04): Likewise.
2027 (cmp_struct01): Remove function.
2028 (cmp_struct02): Likewise.
2029 (cmp_struct03): Likewise.
2030 (cmp_struct04): Likewise.
2031 (cmp_struct_01_01): Add Function.
2032 (cmp_struct_01_02): Likewise.
2033 (cmp_struct_01_03): Likewise.
2034 (cmp_struct_01_04): Likewise.
2035 (cmp_struct_02_01): Likewise.
2036 (cmp_struct_02_02): Likewise.
2037 (cmp_struct_02_03): Likewise.
2038 (cmp_struct_02_04): Likewise.
2039 (cmp_struct_04_01): Likewise.
2040 (cmp_struct_04_02): Likewise.
2041 (cmp_struct_04_03): Likewise.
2042 (cmp_struct_04_04): Likewise.
2043 (cmp_struct_05_01): Likewise.
2044 (cmp_struct_05_02): Likewise.
2045 (cmp_struct_05_03): Likewise.
2046 (cmp_struct_05_04): Likewise.
2047 (call_all): Add new structs.
2048 * gdb.base/infcall-nested-structs.exp: Likewise.
2049
2050 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2051
2052 * gdb.python/py-framefilter-mi.exp: Update regexp to
2053 check for "arch" field in frame output.
2054
2055 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2056
2057 * gdb.dwarf2/dw2-ranges-func.c: New file.
2058 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2059
2060 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2061
2062 * gdb.base/term.exp: Compare terminal settings with values from
2063 the inferior.
2064 * gdb.base/term.c: Get and set terminal settings.
2065
2066 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2067
2068 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2069 accommodate new "arch" field in frame output.
2070 * gdb.mi/mi-return.exp: Likewise.
2071 * gdb.mi/mi-stack.exp: Likewise.
2072 * gdb.mi/mi-syn-frame.exp: Likewise.
2073 * gdb.mi/user-selected-context-sync.exp: Likewise.
2074
2075 2018-08-19 Michael Spang <spang@google.com>
2076
2077 PR gdb/11786
2078 * gdb.base/gcore-tls-pie.c: New file.
2079 * gdb.base/gcore-tls-pie.exp: New file.
2080
2081 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2082
2083 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2084 * gdb.dwarf2/varval.c: New file.
2085 * gdb.dwarf2/varval.exp: New file.
2086
2087 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2088
2089 PR gdb/18931
2090 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2091
2092 2018-08-16 Keith Seitz <keiths@redhat.com>
2093
2094 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2095 tests expected to pass.
2096
2097 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2098
2099 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2100 -data-disassemble -a.
2101 (test_disassembly_bogus_args): Likewise.
2102
2103 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2104
2105 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2106
2107 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2108
2109 * gdb.base/vla-optimized-out.exp: Add new test.
2110
2111 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2112
2113 * gdb.base/vla-optimized-out-o3.exp: Delete.
2114 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2115 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2116 deleted tests.
2117
2118 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2119
2120 PR gdb/18050:
2121 * gdb.server/extended-remote-restart.c: New file.
2122 * gdb.server/extended-remote-restart.exp: New file.
2123
2124 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2125
2126 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2127 "set variable index = 42".
2128
2129 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2130
2131 * boards/index-cache-gdb.exp: New file.
2132 * gdb.dwarf2/index-cache.exp: New file.
2133 * gdb.dwarf2/index-cache.c: New file.
2134 * gdb.base/maint.exp: Check if we are using the index cache.
2135
2136 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2137
2138 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2139 MAKEFLAGS.
2140
2141 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2142
2143 * dg-extract-results.sh: Move to toplevel contrib.
2144 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2145 * Makefile.in (check-parallel-racy): Likewise.
2146
2147 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2150 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2151 tests if the target supports scheduler locking.
2152
2153 2018-08-04 Tom de Vries <tdevries@suse.de>
2154
2155 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2156
2157 2018-08-02 Tom Tromey <tom@tromey.com>
2158
2159 PR symtab/16842.
2160 * gdb.cp/temargs.exp: Test "info address" of a template
2161 parameter.
2162
2163 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2164
2165 * gdb.python/py-mi-var-info-path-expression.c: New file.
2166 * gdb.python/py-mi-var-info-path-expression.py: New file.
2167 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2168
2169 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2170
2171 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2172 error after "cannot resolve name" string.
2173
2174 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2177 started.
2178 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2179
2180 2018-07-28 Tom de Vries <tdevries@suse.de>
2181
2182 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2183
2184 2018-07-26 Tom de Vries <tdevries@suse.de>
2185
2186 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2187
2188 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2191 is visible.
2192
2193 2018-07-26 Tom de Vries <tdevries@suse.de>
2194
2195 PR breakpoints/23366
2196 * gdb.base/catch-follow-exec.c: New test.
2197 * gdb.base/catch-follow-exec.exp: New file.
2198
2199 2018-07-25 Tom de Vries <tdevries@suse.de>
2200
2201 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2202 vla-optimized-out.c.
2203
2204 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2205
2206 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2207 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2208
2209 2018-07-20 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2212 NOCLONE macro.
2213 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2214
2215 2018-07-19 Tom de Vries <tdevries@suse.de>
2216
2217 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2218 regular expression.
2219
2220 2018-07-18 Tom de Vries <tdevries@suse.de>
2221
2222 * gdb.base/vla-optimized-out.c: New test.
2223 * gdb.base/vla-optimized-out.exp: New file.
2224
2225 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2226
2227 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2228 message "No address associated with hostname" when gdbserver
2229 cannot resolve the hostname.
2230
2231 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2232
2233 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2234 Add some test prefixes to make tests unique.
2235
2236 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2237
2238 * gdb.base/frameapply.c: New file.
2239 * gdb.base/frameapply.exp: New file.
2240
2241 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2242
2243 * gdb.base/skip.exp: Update expected error message.
2244
2245 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2246 Jan Kratochvil <jan.kratochvil@redhat.com>
2247 Paul Fertser <fercerpav@gmail.com>
2248 Tsutomu Seki <sekiriki@gmail.com>
2249
2250 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2251 parameter.
2252 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2253 by default.
2254 * boards/native-gdbserver.exp: Likewise.
2255 * gdb.server/run-without-local-binary.exp: Improve regexp used
2256 for detecting when a remote debugging connection succeeds.
2257 * gdb.server/server-connect.exp: New file.
2258 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2259 Do not prefix the port number with ":".
2260 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2261 support for detecting and using it. Add '$debughost_gdbserver'
2262 to the list of arguments used to start gdbserver. Handle case
2263 when gdbserver cannot resolve a network name.
2264
2265 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2266
2267 PR c++/23373
2268 * gdb.base/ptype-offsets.cc (struct static_member): New
2269 struct.
2270 (main) <stmember>: New variable.
2271 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2272 with a static member in it.
2273
2274 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2277 watchpoints enabled and disabled.
2278
2279 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2280
2281 * gdb.base/examine-backward.exp: Still run tests around address
2282 0x0, even if address 0x0 is not readable. Update the pattern for
2283 matching address 0x0 in expected output.
2284
2285 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2286
2287 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2288 malloc/free.
2289
2290 2018-07-04 Tom de Vries <tdevries@suse.de>
2291
2292 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2293
2294 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2295
2296 PR tdep/8282
2297 * gdb.arch/mips-disassembler-options.exp: New test.
2298 * gdb.arch/mips-disassembler-options.s: New test source.
2299
2300 2018-06-29 Pedro Alves <palves@redhat.com>
2301
2302 * gdb.threads/names.exp: Adjust expected "info threads" output.
2303
2304 2018-06-29 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.opt/inline-break.exp (line number, address): Add "info
2307 break" tests.
2308
2309 2018-06-29 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2312 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2313 number and address and running to them.
2314
2315 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2316
2317 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2318
2319 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 * lib/compiler.c: Remove executable permission flag.
2322
2323 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2324
2325 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2326 code.
2327 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2328
2329 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2330
2331 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2332
2333 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2334
2335 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2336 address argument is omitted.
2337
2338 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2339
2340 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2341
2342 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2343
2344 PR gdb/21695
2345 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2346 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2347
2348 2018-06-26 Tom Tromey <tom@tromey.com>
2349
2350 PR rust/22574:
2351 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2352 * gdb.rust/simple.rs (struct SimpleLayout): New.
2353
2354 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2355
2356 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2357 "info registers" output.
2358
2359 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2360
2361 * gdb.base/watchpoint-hw-attach.c: New test.
2362 * gdb.base/watchpoint-hw-attach.exp: New file.
2363
2364 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2365
2366 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2367 through /bin/sh.
2368 * boards/dwarf4-gdb-index.exp: Likewise.
2369 * boards/fission-dwp.exp: Likewise.
2370
2371 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2372
2373 * gdb.base/float128.exp: Add comment and improved fail message
2374 to the failure case of "print large128" test.
2375
2376 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2377
2378 * configure.ac: Remove AC_PREREQ.
2379 * configure: Re-generate.
2380
2381 2018-06-19 Pedro Alves <palves@redhat.com>
2382
2383 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2384 (func_extern_caller): New.
2385 (main): Call func_extern_caller.
2386 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2387 logic change.
2388
2389 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2390
2391 PR gdb/16841
2392 * gdb.cp/typedef-base.cc: New file.
2393 * gdb.cp/typedef-base.exp: New file.
2394
2395 2018-06-18 Tom de Vries <tdevries@suse.de>
2396
2397 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2398
2399 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2400 Richard Bunt <Richard.Bunt@arm.com>
2401
2402 * gdb.threads/attach-slow-waitpid.c: New file.
2403 * gdb.threads/attach-slow-waitpid.exp: New file.
2404 * gdb.threads/slow-waitpid.c: New file.
2405
2406 2018-06-14 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.base/fork-running-state.c: Include <errno.h>.
2409 (exit_if_relative_exits): New.
2410 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2411 exits.
2412 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2413 child exits.
2414
2415 2018-06-14 Tom de Vries <tdevries@suse.de>
2416
2417 PR cli/22573
2418 * gdb.base/finish-pretty.c: New test.
2419 * gdb.base/finish-pretty.exp: New file.
2420
2421 2018-06-14 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2424 gdb's expected startup output.
2425
2426 2018-06-14 Pedro Alves <palves@redhat.com>
2427
2428 * lib/selftest-support.exp (selftest_setup): Remove inlined
2429 function handling.
2430
2431 2018-06-14 Tom de Vries <tdevries@suse.de>
2432
2433 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2434 matching of breakpoint printing.
2435
2436 2018-06-13 Tom de Vries <tdevries@suse.de>
2437
2438 PR testsuite/23269
2439 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2440 (fork_child): ... here, and ...
2441 (fork_parent): ... here.
2442
2443 2018-06-12 Tom de Vries <tdevries@suse.de>
2444
2445 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2446
2447 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2448 Stephen Roberts <stephen.roberts@arm.com>
2449
2450 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2451 rewrite test to describe action performed, rather than possible
2452 failure.
2453
2454 2018-06-08 Gary Benson <gbenson@redhat.com>
2455
2456 * gdb.threads/check-libthread-db.exp: New file.
2457 * gdb.threads/check-libthread-db.c: Likewise.
2458
2459 2018-06-05 Tom Tromey <tom@tromey.com>
2460
2461 * gdb.base/default.exp: Update expected "show version" output.
2462
2463 2018-06-05 Tom Tromey <tom@tromey.com>
2464
2465 PR cli/12326:
2466 * gdb.cp/static-print-quit.exp: Update.
2467 * lib/gdb.exp (pagination_prompt): Update.
2468 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2469 * gdb.python/python.exp: Update.
2470
2471 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2472
2473 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2474
2475 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2476
2477 * gdb.ada/bp_fun_addr: New testcase.
2478
2479 2018-06-01 Tom Tromey <tom@tromey.com>
2480
2481 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2482 results.
2483 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2484 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2485 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2486 * gdb.base/maint.exp (maint_pass_if): Update.
2487
2488 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2489
2490 * gdb.base/endian.exp: New test.
2491 * gdb.base/endian.c: New test source.
2492
2493 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 PR gdb/23203
2496 * gdb.base/bt-selected-frame.c: New file.
2497 * gdb.base/bt-selected-frame.exp: New file.
2498 * lib/gdb.exp (get_current_frame_number): New function.
2499
2500 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2501 Pedro Alves <palves@redhat.com>
2502
2503 * gdb.threads/tls-core.c: Include <stdlib.h>
2504 (thread_proc): Call `abort'.
2505 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2506 (tls_core_test): New procedure, bits factored out from ...
2507 (top level): ... here. Test both native cores and gcore cores.
2508
2509 2018-05-23 Tom Tromey <tom@tromey.com>
2510
2511 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2512
2513 2018-05-23 Tom Tromey <tom@tromey.com>
2514
2515 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2516 symfile_complaints.
2517 (test_short_complaints): Likewise.
2518 (test_empty_complaints): Likewise.
2519 (test_initial_complaints): Update.
2520
2521 2018-05-23 Tom Tromey <tom@tromey.com>
2522
2523 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2524
2525 2018-05-23 Tom Tromey <tom@tromey.com>
2526
2527 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2528 (test_short_complaints): Update.
2529
2530 2018-05-22 Pedro Alves <palves@redhat.com>
2531
2532 * gdb.base/remote.exp: Only gdb_start after compiling the
2533 testcase. Issue "disconnect" before testing "set remote" command
2534 defaults. Issue clean_restart before running to main.
2535
2536 2018-05-22 Pedro Alves <palves@redhat.com>
2537
2538 * gdb.base/remote.exp: Adjust expected output of "show remote
2539 memory-write-packet-size". Add tests for "set remote
2540 memory-write-packet-size 0" and "set remote
2541 memory-write-packet-size fixed/limit".
2542
2543 2018-05-22 Pedro Alves <palves@redhat.com>
2544
2545 PR gdb/22973
2546 * gdb.base/utf8-identifiers.c: New file.
2547 * gdb.base/utf8-identifiers.exp: New file.
2548
2549 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2550
2551 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2552
2553 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2554
2555 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2556
2557 2018-05-18 Tom Tromey <tom@tromey.com>
2558
2559 * gdb.base/ptype-offsets.exp: Update.
2560
2561 2018-05-17 Keith Seitz <keiths@redhat.com>
2562
2563 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2564 in expected breakpoint stop locations.
2565 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2566 move to proper scope to test variable values.
2567 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2568 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2569 New functions.
2570 (main): Call not_inline_func3.
2571 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2572 inline_func1, inline_func2, and inline_func3. Test that when each
2573 breakpoint is hit, GDB properly reports both the stop location
2574 and the backtrace. Repeat tests for temporary breakpoints.
2575
2576 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2577
2578 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2579 rather then trying to access it in determining whether the PID
2580 of `gdbserver' could have been retrieved.
2581
2582 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2583
2584 * gdb.arch/amd64-init-x87-values.S: New file.
2585 * gdb.arch/amd64-init-x87-values.exp: New file.
2586
2587 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2588
2589 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2590
2591 2018-05-04 Tom Tromey <tom@tromey.com>
2592
2593 PR python/22730:
2594 * gdb.python/python.exp: Test multi-line execute.
2595
2596 2018-05-04 Tom Tromey <tom@tromey.com>
2597
2598 PR python/22731:
2599 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2600
2601 2018-05-04 Tom Tromey <tom@tromey.com>
2602
2603 PR gdb/11750:
2604 * gdb.base/define.exp: Test defining a user command inside a user
2605 command.
2606 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2607
2608 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2609 Pedro Alves <palves@redhat.com>
2610
2611 PR breakpoints/19806 and support for PR external/20207.
2612 * gdb.base/watchpoint-unaligned.c: New file.
2613 * gdb.base/watchpoint-unaligned.exp: New file.
2614
2615 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2616
2617 * gdb.base/maint.exp: Make test names unique, use
2618 test_prefix_command_help to test 'help maint info', and remove
2619 repeated test of 'help maint'.
2620
2621 2018-05-04 Tom Tromey <tom@tromey.com>
2622
2623 PR gdb/22619:
2624 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2625 behavior.
2626
2627 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2628
2629 * gdb.base/maint.exp: Process output from 'maint print registers'
2630 line at a time.
2631
2632 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2633
2634 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2635 timeout.
2636
2637 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2640 filter pattern.
2641
2642 2018-05-02 Pedro Alves <palves@redhat.com>
2643
2644 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2645 to_log_command renames.
2646 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2647
2648 2018-05-02 Tom Tromey <tom@tromey.com>
2649
2650 * gdb.python/py-parameter.exp: Set test message.
2651
2652 2018-05-02 Tom Tromey <tom@tromey.com>
2653
2654 PR python/20084:
2655 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2656 PARAM_ZUINTEGER_UNLIMITED tests.
2657
2658 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2659
2660 PR rust/23124
2661 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2662 when casting.
2663
2664 2018-04-30 Tom Tromey <tom@tromey.com>
2665
2666 * gdb.python/py-type.exp: Check align attribute.
2667 * gdb.python/py-type.c: New "aligncheck" global.
2668
2669 2018-04-30 Tom Tromey <tom@tromey.com>
2670
2671 PR exp/17095:
2672 * gdb.dwarf2/dw2-align.exp: New file.
2673 * gdb.cp/align.exp: New file.
2674 * gdb.base/align.exp: New file.
2675 * lib/gdb.exp (gdb_int128_helper): New proc.
2676 (has_int128_c, has_int128_cxx): New caching procs.
2677
2678 2018-04-27 Tom Tromey <tom@tromey.com>
2679
2680 PR rust/22545:
2681 * gdb.rust/simple.exp: Add inclusive range tests.
2682
2683 2018-04-26 Pedro Alves <palves@redhat.com>
2684
2685 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2686 ifunc breakpoint locations correctly of ifunc breakpoints set
2687 while the program resolves the ifunc.
2688
2689 2018-04-26 Pedro Alves <palves@redhat.com>
2690
2691 * gdb.base/gnu-ifunc-final.c: New file.
2692 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2693 * gdb.base/gnu-ifunc.exp (executable): Delete.
2694 (staticexecutable): Adjust.
2695 (lib_opts, exec_opts): Delete.
2696 (make_binsuffix, build, set-break): New procedures.
2697 (misc_tests): New, with tests factored out from the top level.
2698 (top level): Test different combinations of ifunc resolver name,
2699 resolver with and with debug info, and ifunc target with and
2700 without debug info. Wrap static tests with with_target_prefix.
2701
2702 2018-04-26 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2705 return type" warnings.
2706
2707 2018-04-25 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2710 killed".
2711 * gdb.base/kill-after-signal.exp: Likewise.
2712 * gdb.threads/kill.exp: Likewise.
2713
2714 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2715 Sergio Durigan Junior <sergiodj@redhat.com>
2716 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2719 regexps to expect for '[Inferior ... detached]' as well.
2720 * gdb.base/attach.exp: Likewise.
2721 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2722 "gdb_continue_to_end".
2723 (test_catch_syscall_with_wrong_args): Likewise.
2724 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2725 ']'. Don't set 'verbose' on.
2726 * gdb.base/foll-vfork.exp: Likewise.
2727 * gdb.base/fork-print-inferior-events.c: New file.
2728 * gdb.base/fork-print-inferior-events.exp: New file.
2729 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2730 '[Inferior ... has been killed]' message.
2731 * gdb.base/kill-after-signal.exp: Likewise.
2732 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2733 detach message.
2734 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2735 message.
2736 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2737 regexps to expect for '[Inferior ... detached]' as well.
2738 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2739
2740 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2741
2742 PR gdb/23104
2743 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2744
2745 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2746
2747 * gdb.threads/multiple-successive-infcall.c: New test.
2748 * gdb.threads/multiple-successive-infcall.exp: New file.
2749
2750 2018-04-17 Tom Tromey <tom@tromey.com>
2751
2752 * gdb.rust/simple.rs (Union): New type.
2753 (main): New local "u".
2754 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2755
2756 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2757
2758 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2759 number information in output of "whereis" command.
2760 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2761
2762 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2763
2764 * gdb.ada/info_types.exp: Adjust expected output to the line
2765 numbers now printed by "info var/func/type".
2766 * gdb.base/completion.exp: Likewise.
2767 * gdb.base/included.exp: Likewise.
2768 * gdb.cp/cp-relocate.exp: Likewise.
2769 * gdb.cp/cplusfuncs.exp: Likewise.
2770 * gdb.cp/namespace.exp: Likewise.
2771 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2772
2773 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2774
2775 * gdb.btrace/cpu.exp: New.
2776
2777 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2778
2779 * gdb.base/step-indirect-call-thunk.exp: New.
2780 * gdb.base/step-indirect-call-thunk.c: New.
2781 * gdb.reverse/step-indirect-call-thunk.exp: New.
2782 * gdb.reverse/step-indirect-call-thunk.c: New.
2783
2784 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2785
2786 * gdb.base/pie-fork.c: New file.
2787 * gdb.base/pie-fork.exp: New file.
2788
2789 2018-04-11 Tom Tromey <tom@tromey.com>
2790
2791 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2792
2793 2018-04-10 Pedro Alves <palves@redhat.com>
2794
2795 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2796 exits. Instead loop running forever.
2797 (fork_parent): Run forever too.
2798
2799 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2800
2801 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2802 mi_continue_to_line.
2803 * gdb.mi/mi-stack.c (callee4): Add comment.
2804
2805 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2806
2807 * gdb.mi/mi-stack.exp: Fix indentation.
2808
2809 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2810
2811 PR gdb/22979
2812 * gdb.arch/amd64-osabi.exp: New file.
2813
2814 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2815
2816 PR gdb/22980
2817 * gdb.base/osabi.exp: New file.
2818
2819 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2820
2821 * gdb.cp/static-typedef-print.exp: New file.
2822 * gdb.cp/static-typedef-print.cc: New file.
2823
2824 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2825
2826 * gdb.ada/varsize_limit: New testcase.
2827
2828 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2829
2830 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2831
2832 * gdb.ada/notcplusplus: New testcase.
2833
2834 * gdb.base/c-linkage-name.c: New file.
2835 * gdb.base/c-linkage-name.exp: New testcase.
2836
2837 2018-03-26 Tom Tromey <tom@tromey.com>
2838
2839 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2840 * gdb.python/py-framefilter.py (name_error): New global.
2841 (ErrorInName.function): Use name_error.
2842
2843 2018-03-26 Tom Tromey <tom@tromey.com>
2844
2845 PR backtrace/15582:
2846 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2847
2848 2018-03-23 Keith Seitz <keiths@redhat.com>
2849
2850 PR c++/22968
2851 * gdb.cp/subtypes.exp: New file.
2852 * gdb.cp/subtypes.h: New file.
2853 * gdb.cp/subtypes.cc: New file.
2854 * gdb.cp/subtypes-2.cc: New file.
2855
2856 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2857
2858 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2859 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2860 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2861 -nostartfiles when compiling the test. Confirm that all registers
2862 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2863
2864 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2865
2866 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2867 option, syntax was wrong anyway.
2868 * gdb.arch/arm-disp-step.exp: Likewise.
2869 * gdb.arch/sparc64-regs.exp: Likewise.
2870 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2871 option, syntax was wrong anyway, switch to use
2872 prepare_for_testing.
2873 * gdb.arch/i386-disp-step.exp: Likewise.
2874
2875 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2876
2877 * gdb.ada/exec_changed.exp: Replace "target_info exists
2878 use_gdb_stub" by "use_gdb_stub".
2879 * gdb.ada/start.exp: Likewise.
2880 * gdb.base/async-shell.exp: Likewise.
2881 * gdb.base/attach-pie-misread.exp: Likewise.
2882 * gdb.base/attach-wait-input.exp: Likewise.
2883 * gdb.base/break-entry.exp: Likewise.
2884 * gdb.base/break-interp.exp: Likewise.
2885 * gdb.base/dprintf-detach.exp: Likewise.
2886 * gdb.base/nostdlib.exp: Likewise.
2887 * gdb.base/solib-nodir.exp: Likewise.
2888 * gdb.base/statistics.exp: Likewise.
2889 * gdb.base/testenv.exp: Likewise.
2890 * gdb.mi/mi-exec-run.exp: Likewise.
2891 * gdb.mi/mi-start.exp: Likewise.
2892 * gdb.multi/dummy-frame-restore.exp: Likewise.
2893 * gdb.multi/multi-arch-exec.exp: Likewise.
2894 * gdb.multi/multi-arch.exp: Likewise.
2895 * gdb.multi/tids.exp: Likewise.
2896 * gdb.multi/watchpoint-multi.exp: Likewise.
2897 * gdb.python/py-events.exp: Likewise.
2898 * gdb.threads/attach-into-signal.exp: Likewise.
2899 * gdb.threads/attach-stopped.exp: Likewise.
2900 * gdb.threads/threadapply.exp: Likewise.
2901 * lib/selftest-support.exp: Likewise.
2902
2903 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2904
2905 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2906
2907 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2908
2909 * gdb.perf/template-breakpoints.cc: New file.
2910 * gdb.perf/template-breakpoints.exp: New file.
2911 * gdb.perf/template-breakpoints.py: New file.
2912
2913 2018-03-19 Tom Tromey <tom@tromey.com>
2914
2915 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2916 y0.
2917 * gdb.rust/simple.exp: Test bare identifier form of struct
2918 initializer.
2919
2920 2018-03-19 Tom Tromey <tom@tromey.com>
2921
2922 * gdb.gdb/observer.exp: Remove.
2923
2924 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2925
2926 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2927 "qualified" option when setting breakpoints.
2928 * gdb.trace/backtrace.exp: Likewise.
2929 * gdb.trace/circ.exp: Likewise.
2930 * gdb.trace/collection.exp: Likewise.
2931 * gdb.trace/disconnected-tracing.exp: Likewise.
2932 * gdb.trace/ftrace-lock.exp: Likewise.
2933 * gdb.trace/ftrace.exp: Likewise.
2934 * gdb.trace/infotrace.exp: Likewise.
2935 * gdb.trace/packetlen.exp: Likewise.
2936 * gdb.trace/passc-dyn.exp: Likewise.
2937 * gdb.trace/qtro.exp: Likewise.
2938 * gdb.trace/read-memory.exp: Likewise.
2939 * gdb.trace/report.exp: Likewise.
2940 * gdb.trace/signal.exp: Likewise.
2941 * gdb.trace/status-stop.exp: Likewise.
2942 * gdb.trace/strace.exp: Likewise.
2943 * gdb.trace/tfind.exp: Likewise.
2944 * gdb.trace/trace-break.exp: Likewise.
2945 * gdb.trace/trace-condition.exp: Likewise.
2946 * gdb.trace/trace-mt.exp: Likewise.
2947 * gdb.trace/tstatus.exp: Likewise.
2948 * gdb.trace/tsv.exp: Likewise.
2949 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2950 * gdb.trace/unavailable.exp: Likewise.
2951 * gdb.trace/while-dyn.exp: Likewise.
2952
2953 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2954
2955 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2956 that libinproctrace is copied to the target.
2957
2958 2018-03-14 Tom Tromey <tom@tromey.com>
2959
2960 PR cli/14977:
2961 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2962 a null pointer.
2963 * gdb.base/wchar.exp: Likewise.
2964
2965 2018-03-14 Tom Tromey <tom@tromey.com>
2966
2967 PR cli/19918:
2968 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2969 flag.
2970
2971 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2972
2973 PR gdb/22841
2974 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2975 "target" to remote_exec.
2976
2977 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2978
2979 PR gdb/22841
2980 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2981 ${board}_upload): Remove.
2982
2983 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2984
2985 * gdb.cp/watch-cp.cc: New test.
2986 * gdb.cp/watch-cp.exp: New file.
2987
2988 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * gdb.base/infcall-nested-structs.exp: New file.
2991 * gdb.base/infcall-nested-structs.c: New file.
2992 * gdb.base/float.exp: Add riscv support.
2993
2994 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2995
2996 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2997 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2998
2999 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3000
3001 * gdb.server/abspath.exp: New file.
3002 * lib/gdb.exp (with_cwd): New procedure.
3003
3004 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3005
3006 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3007 use it.
3008 (gdb_is_target_remote_prompt): New proc.
3009 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3010 (gdb_is_target_native): Pass prompt parameter to
3011 gdb_is_target_1.
3012
3013 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3014
3015 * gdb.base/load-command.c: New file.
3016 * gdb.base/load-command.exp: New file.
3017 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3018 (gdb_is_target_1): ...this, and generalize for other targets
3019 than just remote.
3020 (gdb_is_target_remote): Use gdb_is_target_1.
3021 (gdb_is_target_native): use gdb_is_target_1.
3022
3023 2018-02-26 Tom Tromey <tom@tromey.com>
3024
3025 PR python/16497:
3026 * gdb.python/py-framefilter.exp: Update test.
3027
3028 2018-02-26 Tom Tromey <tom@tromey.com>
3029
3030 * gdb.dwarf2/variant.c: New file.
3031 * gdb.dwarf2/variant.exp: New file.
3032
3033 2018-02-26 Tom Tromey <tom@tromey.com>
3034
3035 * gdb.rust/simple.exp: Accept more possible results in enum test.
3036
3037 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3038
3039 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3040 parentheses.
3041
3042 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3043
3044 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3045 name of a variable: $actual_linejj -> $actual_line.
3046
3047 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3048
3049 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3050
3051 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3052
3053 * gdb.btrace/buffer-size.exp: Do not force BTS.
3054
3055 2018-02-14 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3058 getting a "Quit".
3059
3060 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3061
3062 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3063 Fix test name.
3064
3065 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3066
3067 * gdb.cp/m-static.exp: Check type of optimized out static
3068 member.
3069
3070 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3073 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3074
3075 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3076 Leszek Swirski <leszeks@google.com>
3077
3078 * gdb.python/py-prettyprint.c
3079 (struct to_string_returns_value_inner,
3080 struct to_string_returns_value_wrapper): New.
3081 (main): Add tsrvw variable.
3082 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3083 ToStringReturnsValueWrapper): New classes.
3084 (register_pretty_printers): Register new pretty-printers.
3085 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3086 recursive pretty printer.
3087 * gdb.python/py-mi.exp: Likewise.
3088
3089 2018-02-01 Leszek Swirski <leszeks@google.com>
3090
3091 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3092 functions with the same name as an include file are parsed
3093 correctly.
3094
3095 2018-02-01 Yao Qi <yao.qi@linaro.org>
3096
3097 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3098 "\[^\r\n\]*".
3099
3100 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3101
3102 * gdb.arch/powerpc-prologue-frame.s: New file.
3103 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3104 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3105
3106 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3107
3108 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3109
3110 2018-01-30 Pedro Alves <palves@redhat.com>
3111
3112 PR gdb/13211
3113 * gdb.base/interrupt-daemon.c: New.
3114 * gdb.base/interrupt-daemon.exp: New.
3115 * gdb.multi/multi-term-settings.c: New.
3116 * gdb.multi/multi-term-settings.exp: New.
3117
3118 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3119
3120 * gdb.base/break.exp: Save the location where the breakpoint
3121 on break.c:47 was actually inserted when debugging the version
3122 compiled at -O2 and use it in the expected output of the "info
3123 break" test performed soon after.
3124
3125 2018-01-22 Pedro Alves <palves@redhat.com>
3126 Sergio Durigan Junior <sergiodj@redhat.com>
3127
3128 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3129 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3130
3131 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3132
3133 * gdb.base/break-include.c, gdb.base/break-include.inc,
3134 gdb.base/break-include.exp: New files.
3135 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3136 line number now being the actual line number where the breakpoint
3137 was inserted.
3138 * gdb.mi/mi-break.exp: Likewise.
3139 * gdb.mi/mi-reverse.exp: Likewise.
3140 * gdb.mi/mi-simplerun.exp: Ditto.
3141
3142 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3143
3144 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3145 varobj.
3146 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3147
3148 2018-01-21 Don Breazeal <donb@codesourcery.com>
3149 Andrew Burgess <andrew.burgess@embecosm.com>
3150
3151 * gdb.mi/basics.c: Add new global.
3152 * gdb.mi/mi-frame-regs.exp: New file.
3153 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3154 case.
3155
3156 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3157
3158 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3159 non-parameter, and on an unknown symbol.
3160
3161 2018-01-19 Tom Tromey <tom@tromey.com>
3162
3163 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3164 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3165
3166 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3167
3168 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3169 setrlimit and chdir to int.
3170
3171 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3172
3173 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3174 function.
3175 (my_tend): Likewise.
3176 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3177 rationale of avoiding FP- and vector instructions.
3178
3179 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3180
3181 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3182 "info reg" with "\[ \t\]*".
3183 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3184 "\[ \t\]+".
3185 * gdb.arch/s390-multiarch.exp: Ditto.
3186 * gdb.base/pc-fp.exp: Ditto.
3187 * gdb.reverse/i386-precsave.exp: Ditto.
3188 * gdb.reverse/i386-reverse.exp: Ditto.
3189 * gdb.reverse/i387-env-reverse.exp: Ditto.
3190 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3191
3192 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3193
3194 * lib/gdb.exp (gdb_compile): Re-enable use of
3195 universal_compile_options for languages other than Rust.
3196
3197 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3198
3199 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3200
3201 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3202
3203 PR gdb/16577
3204 * gdb.base/solib-vanish.exp: New.
3205 * gdb.base/solib-vanish-main.c: New.
3206 * gdb.base/solib-vanish-lib1.c: New.
3207 * gdb.base/solib-vanish-lib2.c: New.
3208
3209 2018-01-17 Yao Qi <yao.qi@linaro.org>
3210
3211 * gdb.compile/compile.exp: Match the address printed for
3212 frame in the output of command "bt".
3213
3214 2018-01-15 Tom Tromey <tom@tromey.com>
3215
3216 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3217 compute sp_reg.
3218
3219 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3220
3221 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3222 to prepare.
3223 (prepare): Return 0 on error, 1 on success.
3224
3225 2018-01-12 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/continue-after-aborted-step-over.c: New.
3228 * gdb.base/continue-after-aborted-step-over.exp: New.
3229
3230 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3231
3232 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3233 options when not creating an executable.
3234
3235 2018-01-11 Pedro Alves <palves@redhat.com>
3236
3237 PR remote/22597
3238 * gdb.server/stop-reply-no-thread.c: New file.
3239 * gdb.server/stop-reply-no-thread.exp: New file.
3240
3241 2018-01-10 Pedro Alves <palves@redhat.com>
3242
3243 PR gdb/22670
3244 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3245 functions too. Test setting breakpoints and printing C functions
3246 with no debug info too.
3247 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3248
3249 2018-01-10 Pedro Alves <palves@redhat.com>
3250
3251 PR gdb/22670
3252 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3253 a fail.
3254
3255 2018-01-10 Pedro Alves <palves@redhat.com>
3256
3257 PR gdb/22670
3258 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3259
3260 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3261
3262 * gdb.server/unittest.exp: Match the output in non-development
3263 mode.
3264
3265 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3266
3267 * gdb.gdb/unittest.exp: Match output in non-development mode.
3268
3269 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3270
3271 * gdb.ada/access_tagged_param.exp: Relax expected output
3272 for value of "ObjL" in "continue" to pck.inspect breakpoint
3273 test.
3274
3275 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3276
3277 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3278 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3279
3280 2018-01-05 Pedro Alves <palves@redhat.com>
3281
3282 PR gdb/18653
3283 * gdb.base/libsegfault.exp: New.
3284
3285 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3286
3287 PR gdb/22670
3288 * gdb.ada/access_tagged_param.exp: New file.
3289 * gdb.ada/access_tagged_param/foo.adb: New file.
3290
3291 2018-01-05 Pedro Alves <palves@redhat.com>
3292
3293 PR gdb/22670
3294 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3295 exercise lower case too, and to exercise both full matching and
3296 wild matching.
3297
3298 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3299
3300 * gdb.ada/rename_subscript_param: New testcase.
3301
3302 2018-01-05 Jerome Guitton <guitton@adacore.com>
3303
3304 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3305
3306 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3307
3308 * gdb.ada/convvar_comp: New testcase.
3309
3310 2018-01-05 Xavier Roirand <roirand@adacore.com>
3311
3312 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3313 (My_Table): New global variable.
3314 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3315
3316 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3317
3318 PR gdb/22670
3319 * gdb.ada/maint_with_ada: New testcase.
3320
3321 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3322
3323 PR gdb/22670
3324 * gdb.ada/bp_c_mixed_case: New testcase.
3325
3326 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3327
3328 PR gdb/22670
3329 * gdb.ada/complete.exp: Add "complete break ada" test.
3330
3331 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3332
3333 PR gdb/22670
3334 * gdb.ada/info_addr_mixed_case: New testcase.
3335
3336 2018-01-03 Xavier Roirand <roirand@adacore.com>
3337
3338 * gdb.ada/excep_handle.exp: New testcase.
3339 * gdb.ada/excep_handle/foo.adb: New file.
3340 * gdb.ada/excep_handle/pck.ads: New file.
3341
3342 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3343
3344 * gdb.base/step-line.c: Add extra empty line in copyright header.
3345 * gdb.base/step-line.inp: Likewise.
3346
3347 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3348
3349 * gdb.ada/dyn_stride.exp: Add slice test.
3350
3351 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3352
3353 * gdb.ada/dyn_stride: New testcase.
3354
3355 2017-12-27 Stafford Horne <shorne@gmail.com>
3356
3357 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3358 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3359
3360 2017-12-27 Stafford Horne <shorne@gmail.com>
3361
3362 * gdb.base/reggroups.c: New file.
3363 * gdb.base/reggroups.exp: New file.
3364
3365 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3366
3367 * gdb.dwarf2/ada-valprint-error.c: New file.
3368 * gdb.dwarf2/ada-valprint-error.exp: New file.
3369
3370 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3371
3372 * gdb.ada/assign_arr: New testcase.
3373
3374 2017-12-18 Xavier Roirand <roirand@adacore.com>
3375
3376 * gdb.ada/funcall_ptr: New testcase.
3377
3378 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3379
3380 PR cli/16224
3381 * gdb.base/ptype-offsets.cc: New file.
3382 * gdb.base/ptype-offsets.exp: New file.
3383
3384 2017-12-15 Yao Qi <yao.qi@linaro.org>
3385
3386 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3387 if XML is disabled.
3388
3389 2017-12-15 Xavier Roirand <roirand@adacore.com>
3390
3391 * gdb.ada/same_component_name: New testcase.
3392
3393 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3394
3395 * gdb.ada/str_binop_equal: New testcase.
3396
3397 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3398
3399 * gdb.ada/task_switch_in_core: New testcase.
3400
3401 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3402
3403 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3404 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3405 call test_bkpt_qualified.
3406 (test_bkpt_qualified): New proc.
3407
3408 2017-12-13 Pedro Alves <palves@redhat.com>
3409
3410 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3411 Tighten regexp by matching with an anchor.
3412
3413 2017-12-13 Pedro Alves <palves@redhat.com>
3414
3415 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3416 ("expression with namespace"): New set of tests.
3417 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3418 (Nested::Test_NS::qux): New.
3419 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3420 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3421
3422 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3423
3424 * gdb.base/server-del-break.c: New file.
3425 * gdb.base/server-del-break.exp: New file.
3426
3427 2017-12-12 Stafford Horne <shorne@gmail.com>
3428
3429 * gdb.xml/tdesc-regs.exp: Add or1k support.
3430
3431 2017-12-12 Stafford Horne <shorne@gmail.com>
3432
3433 * gdb.base/bp-permanent.c: Define nop of or1k.
3434
3435 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3436
3437 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3438 output with components being reordered.
3439
3440 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3441
3442 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3443 output with components being reordered.
3444
3445 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3446 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.base/maint.exp (check for .gdb_index): Check also for
3449 .debug_names.
3450 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3451 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3452 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3453 (.gdb_index used after symbol reloading): Support also .debug_names.
3454 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3455
3456 2017-12-08 Yao Qi <yao.qi@linaro.org>
3457
3458 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3459 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3460
3461 2017-12-08 Yao Qi <yao.qi@linaro.org>
3462
3463 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3464 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3465
3466 2017-12-08 Yao Qi <yao.qi@linaro.org>
3467
3468 * gdb.arch/aarch64-tagged-pointer.c: New file.
3469 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3470
3471 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3472
3473 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3474 "int".
3475
3476 2017-12-07 Keith Seitz <keiths@redhat.com>
3477
3478 PR breakpoints/22569
3479 * gdb.linespec/ls-errs.exp: Change expected result of "break
3480 -source this file has spaces.c -line 3".
3481 Check that an explicit source file followed by whitespace is
3482 identified as an invalid explicit location.
3483
3484 2017-12-07 Keith Seitz <keiths@redhat.com>
3485
3486 * gdb.cp/nested-types.cc: New file.
3487 * gdb.cp/nested-types.exp: New file.
3488 * lib/cp-support.exp: Load data-structures.exp library.
3489 (debug_cp_test_ptype_class): New global.
3490 (cp_ptype_class_verbose, next_line): New procedures.
3491 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3492 Add and document new return value.
3493 Switch the list of lines to a queue.
3494 Add support for new `type' key for nested type definitions.
3495 Add debugging/troubleshooting messages.
3496 * lib/data-structures.exp: New file.
3497
3498 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3499
3500 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3501 with proc_with_prefix, don't use with_test_prefix.
3502
3503 2017-12-07 Tom Tromey <tom@tromey.com>
3504
3505 * gdb.base/break.exp: Add test for empty "commands".
3506
3507 2017-12-07 Yao Qi <yao.qi@linaro.org>
3508
3509 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3510 malloc and catch syscall.
3511
3512 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3513
3514 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3515 tests for explicit locations.
3516
3517 2017-12-06 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3520 force-disabling XML descriptions.
3521
3522 2017-12-04 Pedro Alves <palves@redhat.com>
3523
3524 PR gdb/22499
3525 * gdb.arch/amd64-disp-step-avx.S: New file.
3526 * gdb.arch/amd64-disp-step-avx.exp: New file.
3527
3528 2017-12-03 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3531 and <string.h>.
3532 (parent_function): Print distinct messages when waitpid fails, or
3533 the child exits with a signal, or the child exits for an unhandled
3534 reason.
3535 * gdb.threads/process-dies-while-detaching.exp
3536 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3537 it. Wait for both inferior output and GDB's prompt. Use an
3538 indirect spawn id list.
3539 (do_detach): New parameter 'child_exit'. Use it to compute
3540 expected inferior output.
3541 (test_detach, test_detach_watch, test_detach_killed_outside):
3542 Adjust to pass down the expected child exit kind.
3543
3544 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3545 Sergio Durigan Junior <sergiodj@redhat.com>
3546 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3549
3550 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3551
3552 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3553 to 'symbol-file' and 'add-symbol-file' can be
3554 position-independent.
3555
3556 2017-12-01 Yao Qi <yao.qi@linaro.org>
3557
3558 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3559 the URL in copyright header.
3560 * gdb.arch/aarch64-fp.exp: Likewise.
3561 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3562 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3563 * gdb.base/expand-psymtabs.exp: Likewise.
3564 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3565 * gdb.fortran/common-block.exp: Likewise.
3566 * gdb.fortran/common-block.f90: Likewise.
3567 * gdb.fortran/logical.exp: Likewise.
3568 * gdb.fortran/vla-datatypes.f90: Likewise.
3569 * gdb.fortran/vla-sub.f90: Likewise.
3570
3571 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3572
3573 * gdb.ada/repeat_dyn: New testcase.
3574
3575 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3576
3577 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3578 Update for changed thread numbering.
3579 * gdb.cell/bt.exp: Update for changed GDB output.
3580
3581 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3582
3583 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3584 setting isremote by hand.
3585 * boards/dwarf4-gdb-index.exp: Likewise.
3586 * boards/fission.exp: Likewise.
3587 * boards/stabs.exp: Likewise.
3588
3589 2017-11-30 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.linespec/cpls-ops.exp
3592 (check_explicit_skips_function_argument): Extract the underlying
3593 type of size_t instead of hardcoding it.
3594
3595 2017-11-29 Pedro Alves <palves@redhat.com>
3596
3597 PR c++/19436
3598 * gdb.linespec/cpls-abi-tag.cc: New file.
3599 * gdb.linespec/cpls-abi-tag.exp: New file.
3600
3601 2017-11-29 Pedro Alves <palves@redhat.com>
3602
3603 * gdb.base/langs.exp: Use -qualified.
3604 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3605 it.
3606 * gdb.cp/namespace.exp: Use -qualified.
3607 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3608 (overload-3, template-overload, template-ret-type, const-overload)
3609 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3610 procedures.
3611 (test_driver): Call them.
3612 * gdb.cp/save-bp-qualified.cc: New.
3613 * gdb.cp/save-bp-qualified.exp: New.
3614 * gdb.linespec/explicit.exp: Test -qualified.
3615 * lib/completion-support.exp (completion::explicit_opts_list): Add
3616 "-qualified".
3617 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3618
3619 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3620
3621 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3622
3623 2017-11-29 Tom Tromey <tom@tromey.com>
3624
3625 * gdb.base/relocate.exp: Update invalid argument test.
3626 Add new tests for invalid arguments.
3627
3628 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3629
3630 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3631 Return 0 as a long.
3632 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3633
3634 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3635
3636 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3637 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3638 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3639 func ().
3640 * gdb.cp/shadow.cc (B.func): Return 0.
3641
3642 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3643
3644 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3645 expected output in gdb_expect call to allow the exception
3646 message to be present as well. Fix syntax confusion to avoid
3647 TCL thinking that exception_name is an array.
3648
3649 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3650
3651 * gdb.arch/spu-info.c: Include <unistd.h>.
3652 (do_signal_test): Fix broken calls to write.
3653 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3654 Fix checks for empty mailboxes. Update signal tests for corrected
3655 do_signal_test routine. Allow nonzero event status.
3656 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3657 * gdb.cell/arch.exp: Use standard_output_file.
3658 * gdb.cell/break.exp: Likewise.
3659 * gdb.cell/bt.exp: Likewise.
3660 * gdb.cell/core.exp: Likewise.
3661 * gdb.cell/dwarfaddr.exp: Likewise.
3662 * gdb.cell/ea-cache.exp: Likewise.
3663 * gdb.cell/ea-standalone.exp: Likewise.
3664 * gdb.cell/f-regs.exp: Likewise.
3665 * gdb.cell/fork.exp: Likewise.
3666 * gdb.cell/gcore.exp: Likewise.
3667 * gdb.cell/mem-access.exp: Likewise.
3668 * gdb.cell/ptype.exp: Likewise.
3669 * gdb.cell/registers.exp: Likewise.
3670 * gdb.cell/sizeof.exp: Likewise.
3671 * gdb.cell/solib-symbol.exp: Likewise.
3672 * gdb.cell/solib.exp: Likewise.
3673
3674 2017-11-25 Pedro Alves <palves@redhat.com>
3675
3676 * gdb.base/complete-empty.exp: New file.
3677 * gdb.base/completion.exp: Adjust.
3678
3679 2017-11-25 Pedro Alves <palves@redhat.com>
3680
3681 * gdb.linespec/cpls-ops.cc: New file.
3682 * gdb.linespec/cpls-ops.exp: New file.
3683 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3684 factored out from ...
3685 (test_complete_prefix_range): ... this.
3686
3687 2017-11-24 Pedro Alves <palves@redhat.com>
3688
3689 * gdb.linespec/cpcompletion.exp: New file.
3690 * gdb.linespec/cpls-hyphen.cc: New file.
3691 * gdb.linespec/cpls.cc: New file.
3692 * gdb.linespec/cpls2.cc: New file.
3693 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3694 test to use test_gdb_complete_unique. Add label completion,
3695 keyword completion and explicit location completion tests.
3696 * lib/completion-support.exp: New file.
3697
3698 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3699
3700 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3701 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3702 when hitting an exception catchpoint.
3703
3704 2017-11-22 Yao Qi <yao.qi@linaro.org>
3705
3706 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3707
3708 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3709
3710 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3711 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3712 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3713
3714 2017-11-22 Yao Qi <yao.qi@linaro.org>
3715
3716 * gdb.base/info-os.exp: Pass pthreads.
3717 * gdb.multi/multi-attach.exp: Likewise.
3718
3719 2017-11-22 Yao Qi <yao.qi@linaro.org>
3720
3721 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3722 compiler.
3723
3724 2017-11-22 Yao Qi <yao.qi@linaro.org>
3725
3726 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3727 * gdb.base/break-interp.exp: Likewise.
3728 * gdb.base/jit-attach-pie.exp: Likewise.
3729
3730 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3731
3732 * gdb.base/float128.c (large128): New variable.
3733 * gdb.base/float128.exp: Add test to print largest __float128 value.
3734
3735 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3736
3737 * gdb.arch/vsx-regs.exp: Update register content checks.
3738
3739 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3740
3741 * gdb.arch/ppc-longdouble.exp: New file.
3742 * gdb.arch/ppc-longdouble.c: Likewise.
3743
3744 2017-11-21 Pedro Alves <palves@redhat.com>
3745
3746 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3747
3748 2017-11-20 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3751 (long_double_typedef): New typedefs.
3752 Use DEF on double and long double.
3753 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3754 cases.
3755 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3756 and 'long_double_ptr_same_size' locals. Use them to decide
3757 whether cast from array/function to float is valid/invalid.
3758
3759 2017-11-17 Tom Tromey <tom@tromey.com>
3760
3761 * gdb.rust/traits.rs: New file.
3762 * gdb.rust/traits.exp: New file.
3763
3764 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3765
3766 * gdb.ada/minsyms: New testcase.
3767
3768 2017-11-16 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3771 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3772
3773 2017-11-16 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3776 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3777
3778 2017-11-16 Pedro Alves <palves@redhat.com>
3779
3780 * gdb.server/reconnect-ctrl-c.c: New file.
3781 * gdb.server/reconnect-ctrl-c.exp: New file.
3782
3783 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3784
3785 * gdb.python/py-rbreak.exp: New file.
3786 * gdb.python/py-rbreak.c: New file.
3787 * gdb.python/py-rbreak-func2.c: New file.
3788
3789 2017-11-16 Pedro Alves <palves@redhat.com>
3790
3791 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3792 pattern.
3793 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3794 GDB.
3795
3796 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3797
3798 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3799 regex.
3800
3801 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3802
3803 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3804 test names.
3805
3806 2017-11-09 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3809 factored out from ...
3810 (top level): ... here, and adjusted to avoid expecting beyond the
3811 prompt in a single gdb_test_multiple.
3812
3813 2017-11-09 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3816 output.
3817 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3818 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3819 * gdb.server/ext-run.exp ("kill" test): Likewise.
3820 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3821
3822 2017-11-09 Pedro Alves <palves@redhat.com>
3823
3824 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3825 match till end of line.
3826
3827 2017-11-09 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3830
3831 2017-11-09 Pedro Alves <palves@redhat.com>
3832
3833 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3834 New procedures, factored out from ...
3835 (top level): ... here, and adjusted to avoid expecting beyond the
3836 prompt in one go.
3837
3838 2017-11-09 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3841 output. Fix '?' match.
3842
3843 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3844
3845 * gdb.ada/scoped_watch: New testcase.
3846 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3847 which is actually correct.
3848 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3849 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3850
3851 2017-11-08 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.gdb/complaints.exp (test_initial_complaints)
3854 (test_serial_complaints, test_short_complaints): Call
3855 complaint_internal instead of complaint.
3856
3857 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3858
3859 * gdb.threads/tls-core.c: New file.
3860 * gdb.threads/tls-core.exp: Likewise.
3861
3862 2017-11-08 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3865 (p Exported_Capitalized): New test.
3866 (p exported_capitalized): New test.
3867
3868 2017-11-07 Pedro Alves <palves@redhat.com>
3869
3870 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3871
3872 2017-11-07 Pedro Alves <palves@redhat.com>
3873
3874 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3875 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3876 (disable_invalid, disable_inverted, disable_negative): New
3877 procedures.
3878 ("bad numbers"): New set of tests.
3879
3880 2017-11-07 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.cp/ena-dis-br-range.exp: Add tests.
3883
3884 2017-11-07 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3887
3888 2017-11-07 Xavier Roirand <roirand@adacore.com>
3889 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.base/ena-dis-br.exp: Add reference to
3892 gdb.cp/ena-dis-br-range.exp.
3893 * gdb.cp/ena-dis-br-range.exp: New file.
3894 * gdb.cp/ena-dis-br-range.cc: New file.
3895
3896 2017-11-06 Pedro Alves <palves@redhat.com>
3897
3898 * gdb.base/attach-non-pgrp-leader.c: New.
3899 * gdb.base/attach-non-pgrp-leader.exp: New.
3900
3901 2017-11-06 Pedro Alves <palves@redhat.com>
3902
3903 * configure.ac: No longer check for termio.h and sgtty.h.
3904 * configure: Regenerate.
3905 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3906 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3907 Remove termio and sgtty code.
3908
3909 2017-11-03 Yao Qi <yao.qi@linaro.org>
3910
3911 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3912 in GDB is disabled.
3913
3914 2017-11-03 Yao Qi <yao.qi@linaro.org>
3915
3916 * gdb.python/py-thrhandle.exp: Skip it if python is not
3917 enabled.
3918
3919 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3920
3921 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3922 as a breakpoint command.
3923
3924 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3925
3926 PR python/21213
3927 * gdb.python/py-infthread.exp: Test calling
3928 InferiorThread.inferior () multiple times in a row.
3929
3930 2017-10-27 Keith Seitz <keiths@redhat.com>
3931
3932 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3933 Test "info break" for every inlined function breakpoint.
3934
3935 2017-10-27 Yao Qi <yao.qi@linaro.org>
3936
3937 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3938
3939 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3940
3941 * gdb.cp/classes.exp (test_static_members): Test printing
3942 Outer::instance.
3943 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3944 (Inner::instance, Outer::instance): New.
3945
3946 2017-10-24 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3949 extra console" test in two stages.
3950
3951 2017-10-24 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3954
3955 2017-10-24 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3958 loop.
3959
3960 2017-10-24 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3963 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3964
3965 2017-10-24 Pedro Alves <palves@redhat.com>
3966
3967 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3968 parameter and handle it. Don't output read value in test name.
3969
3970 2017-10-24 Pedro Alves <palves@redhat.com>
3971
3972 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3973 custom test name.
3974
3975 2017-10-24 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3978 include the unstable output directory name in the test's name.
3979 (initial_setup_simple) <'set args'>: Use custom test name.
3980
3981 2017-10-24 Pedro Alves <palves@redhat.com>
3982
3983 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3984 with explicit test name.
3985
3986 2017-10-20 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3989 'wait -i'. Use gdb_assert and remote_close.
3990
3991 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3992
3993 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3994 number from variable rather than hard-coded.
3995
3996 2017-10-19 Pedro Alves <palves@redhat.com>
3997
3998 * gdb.base/long-inferior-output.c: New file.
3999 * gdb.base/long-inferior-output.exp: New file.
4000
4001 2017-11-18 Keith Seitz <keiths@redhat.com>
4002
4003 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4004 method.
4005 (main): Call it.
4006 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4007 Add additional user-defined conversion operator tests.
4008
4009 2017-10-17 Pedro Alves <palves@redhat.com>
4010
4011 * boards/native-stdio-gdbserver.exp: Load "local-board".
4012
4013 2017-10-17 Pedro Alves <palves@redhat.com>
4014
4015 * gdb.base/quit-live.c: New file.
4016 * gdb.base/quit-live.exp: New file.
4017
4018 2017-10-16 Keith Seitz <keiths@redhat.com>
4019
4020 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4021 (class_with_protected_typedef, class_with_private_typedef)
4022 (struct_with_public_typedef, struct_with_protected_typedef)
4023 (struct_with_private_typedef): New classes/structs.
4024 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4025 typedefs and access specifiers.
4026
4027 2017-10-16 Pedro Alves <palves@redhat.com>
4028 Simon Marchi <simon.marchi@polymtl.ca>
4029
4030 * README (Local vs Remote vs Native): New section.
4031 * boards/local-board.exp: New file, with bits factored out from
4032 ...
4033 * boards/native-extended-gdbserver.exp: ... here. Load
4034 "local-board".
4035 * boards/native-gdbserver.exp: Load "local-board".
4036 (${board}_spawn, ${board}_exec): Delete.
4037 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4038 ...
4039 * boards/stdio-gdbserver-base.exp: ... this new file.
4040 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4041 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4042 procedure.
4043 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4044 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4045 stdio_gdbserver_command.
4046 (${board}_get_remote_address, ${board}_get_comm_port)
4047 (${board}_download, ${board}_upload): Delete.
4048 (get_target_remote_pipe_cmd): New.
4049
4050 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4051
4052 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4053 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4054 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4055 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4056 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4057 remove with_test_prefix.
4058
4059 2017-10-13 Pedro Alves <palves@redhat.com>
4060
4061 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4062 * gdb.base/annota1.exp: Use it instead of is_remote.
4063 * gdb.base/annota3.exp: Use it instead of is_remote.
4064 * gdb.cp/annota2.exp: Use it instead of is_remote.
4065 * gdb.cp/annota3.exp: Use it instead of is_remote.
4066 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4067
4068 2017-10-13 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4071 (test_num_test_vars, run_and_count_vars, find_env)
4072 (test_set_unset_env, test_inherit_env_var): New procedures.
4073 (top level): Use them.
4074
4075 2017-10-13 Pedro Alves <palves@redhat.com>
4076
4077 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4078 also skip on stub-like targets.
4079
4080 2017-10-13 Pedro Alves <palves@redhat.com>
4081
4082 PR gdb/22293
4083 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4084 (top level): Move some tests to ...
4085 (test_not_found): ... this new procedure.
4086 (top level): Call it.
4087
4088 2017-10-13 Pedro Alves <palves@redhat.com>
4089
4090 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4091 expect different "info terminal" output if testing with a
4092 non-native target.
4093
4094 2017-10-13 Pedro Alves <palves@redhat.com>
4095 Simon Marchi <simon.marchi@polymtl.ca>
4096
4097 PR python/12966
4098 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4099
4100 2017-10-13 Pedro Alves <palves@redhat.com>
4101
4102 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4103 already.
4104
4105 2017-10-13 Pedro Alves <palves@redhat.com>
4106
4107 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4108 is_remote.
4109
4110 2017-10-13 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4113 is_remote.
4114
4115 2017-10-13 Pedro Alves <palves@redhat.com>
4116
4117 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4118 is set.
4119 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4120 instead of is_remote.
4121
4122 2017-10-13 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4125 (top level): Add comment.
4126
4127 2017-10-13 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.base/remote.exp (top level): Fix comment typo and add
4130 missing return.
4131
4132 2017-10-13 Pedro Alves <palves@redhat.com>
4133 Simon Marchi <simon.marchi@polymtl.ca>
4134
4135 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4136 calls and add comments. Skip test if use_gdb_stub is set.
4137 (top level): Use "set cwd" command instead of "cd" command.
4138
4139 2017-10-13 Pedro Alves <palves@redhat.com>
4140
4141 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4142 is_remote target check.
4143
4144 2017-10-13 Pedro Alves <palves@redhat.com>
4145
4146 * gdb.base/scope.exp: Use build_executable + clean_restart +
4147 gdb_file_cmd instead of prepare_for_testing and no longer skip
4148 "before run" tests on is_remote target boards. Update comments.
4149 * boards/native-extended-gdbserver.exp
4150 (extended_gdbserver_load_last_file): New, factored out from ...
4151 (gdb_load): ... this. Move further below and add comment.
4152 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4153
4154 2017-10-12 Pedro Alves <palves@redhat.com>
4155
4156 * gdb.base/attach.exp: Remove references to gdb64.
4157 * gdb.base/dbx.exp: Remove references to gdb64.
4158
4159 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4160 Pedro Alves <palves@redhat.com>
4161
4162 * gdb.base/label.exp: Remove is_remote target check.
4163
4164 2017-10-12 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.base/auvx.exp (coredir): Update comment.
4167 (top level) <core_works>: Use "set cwd" command instead of "cd"
4168 command.
4169
4170 2017-10-12 Pedro Alves <palves@redhat.com>
4171 Simon Marchi <simon.marchi@polymtl.ca>
4172
4173 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4174 target boards.
4175
4176 2017-10-12 Pedro Alves <palves@redhat.com>
4177 Simon Marchi <simon.marchi@polymtl.ca>
4178
4179 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4180 Instead skip if there's any gdb_protocol set.
4181
4182 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4183 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4186
4187 2017-10-12 Pedro Alves <palves@redhat.com>
4188 Simon Marchi <simon.marchi@polymtl.ca>
4189
4190 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4191 instead of on dejagnu remote boards.
4192
4193 2017-10-12 Pedro Alves <palves@redhat.com>
4194 Simon Marchi <simon.marchi@polymtl.ca>
4195
4196 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4197 checks. Use build_executable + clean_restart instead of
4198 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4199 of enabling non-stop after starting gdb.
4200
4201 2017-10-12 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4204 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4205 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4206 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4207
4208 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4209
4210 * gdb.arch/arc-tdesc-cpu.exp: New file.
4211 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4212
4213 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4214
4215 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4216
4217 2017-10-10 Pedro Alves <palves@redhat.com>
4218
4219 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4220 expect CLI output.
4221
4222 2017-10-10 Pedro Alves <palves@redhat.com>
4223
4224 * lib/selftest-support.exp (selftest_setup): Update for
4225 captured_command_loop's prototype change.
4226
4227 2017-10-09 Pedro Alves <palves@redhat.com>
4228
4229 Test both arch1=>arch2 and arch2=>arch1.
4230
4231 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4232 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4233 factored out to...
4234 (append_arch1_options, append_arch2_options, append_arch_options)
4235 (build_executables): New procedures.
4236 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4237 local.
4238 (top level): Add new 'first_arch' testing axis.
4239
4240 2017-10-09 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4243 (barrier): New.
4244 (thread_start, all_started): New functions.
4245 (main): Spawn new thread and wait until it is scheduled.
4246 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4247 option.
4248 (do_test): Add 'selected_thread' parameter. Run to all_started
4249 instead of main. Explicitly set the breakpoint at main. Switch
4250 to the SELECTED_THREAD thread.
4251 (top level): Test handling the exec event with either the main
4252 thread or the second thread selected.
4253
4254 2017-10-09 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4257 logic. Move STOP marker after the value checks.
4258 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4259 regexp.
4260
4261 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4262
4263 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4264
4265 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4266
4267 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4268 integer-to-dfp conversion.
4269 * gdb.base/dfp-test.exp: Likewise.
4270
4271 2017-10-04 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.multi/hangout.c: Include <unistd.h>.
4274 (hangout_loop): New function.
4275 (main): Call alarm. Call hangout_loop in a loop.
4276 * gdb.multi/hello.c: Include <unistd.h>.
4277 (hello_loop): New function.
4278 (main): Call alarm. Call hangout_loop in a loop.
4279 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4280 inferior with the other selected.
4281
4282 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4283
4284 * gdb.mi/list-thread-groups-available.exp: New file.
4285 * gdb.mi/list-thread-groups-available.c: New file.
4286
4287 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4288
4289 * gdb.base/set-cwd.exp: Make it available on
4290 native-extended-gdbserver.
4291
4292 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4293
4294 * gdb.base/set-cwd.c: New file.
4295 * gdb.base/set-cwd.exp: Likewise.
4296
4297 2017-10-02 Tom Tromey <tom@tromey.com>
4298
4299 PR rust/22236:
4300 * gdb.rust/simple.rs (main): New variable "fslice".
4301 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4302
4303 2017-10-02 Tom Tromey <tom@tromey.com>
4304
4305 * gdb.rust/simple.exp: Test ptype of a slice.
4306
4307 2017-10-02 Tom Tromey <tom@tromey.com>
4308
4309 * gdb.rust/simple.exp: Test index of slice.
4310
4311 2017-09-27 Tom Tromey <tom@tromey.com>
4312
4313 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4314
4315 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4316 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.base/compare-sections.exp (get value of read-only section): Read
4319 as unsigned value.
4320 (corrupt read-only section): Likewise and don't set written if patching
4321 failed.
4322
4323 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4324
4325 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4326 files.
4327
4328 2017-09-20 Pedro Alves <palves@redhat.com>
4329
4330 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4331 symbol names in gdb's output.
4332 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4333
4334 2017-09-20 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4337 Rename to ...
4338 (test_list_ambiguous_symbol): ... this and add a symbol name
4339 parameter. Adjust.
4340 (test_list_ambiguous_function): Reimplement on top of
4341 test_list_ambiguous_symbol and also test listing ambiguous
4342 variables.
4343 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4344 (ambiguous_fun): ... this.
4345 (ambiguous_var): New.
4346 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4347 (ambiguous_fun): ... this.
4348 (ambiguous_var): New.
4349
4350 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4351
4352 * gdb.base/starti.c: New file.
4353 * gdb.base/starti.exp: New file.
4354 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4355
4356 2017-09-14 Pedro Alves <palves@redhat.com>
4357
4358 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4359 (top level): Use it instead of runto.
4360
4361 2017-09-11 Tom Tromey <tom@tromey.com>
4362
4363 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4364
4365 2017-09-11 Tom Tromey <tom@tromey.com>
4366
4367 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4368 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4369
4370 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4371
4372 * gdb.fortran/printing-types.exp: New file.
4373 * gdb.fortran/printing-types.exp: New file.
4374
4375 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4376
4377 * gdb.fortran/vla-ptype.exp: Fix typos.
4378 * gdb.fortran/vla-value.exp: Same.
4379
4380 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4381
4382 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4383 * gdb.mi/mi-var-child-f.exp: Likewise.
4384 * gdb.mi/mi-vla-fortran.exp: Likewise.
4385
4386 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4387 Christoph Weinmann <christoph.t.weinmann@intel.com>
4388 Bernhard Heckel <bernhard.heckel@intel.com>
4389
4390 * gdb.fortran/ptr-indentation.f90: New file.
4391 * gdb.fortran/ptr-indentation.exp: New file.
4392
4393 2017-09-05 Tom Tromey <tom@tromey.com>
4394
4395 PR gdb/22010:
4396 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4397
4398 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4399
4400 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4401
4402 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4403
4404 * gdb.threads/tls-nodebug-pie.c: New file.
4405 * gdb.threads/tls-nodebug-pie.exp: New file.
4406
4407 2017-09-05 Tom Tromey <tom@tromey.com>
4408
4409 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4410 for rust.
4411
4412 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4413
4414 * gdb.multi/multi-arch-exec.exp: Test with different
4415 "follow-exec-mode" settings.
4416 (do_test): New procedure.
4417
4418 2017-09-04 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.base/func-static.c (S::method const, S::method volatile)
4421 (S::method volatile const): New methods.
4422 (c_s, v_s, cv_s): New instances.
4423 (main): Call method() on them.
4424 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4425 (cannot_resolve): New procedure.
4426 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4427 print-quote-unquoted columns.
4428 (do_test): Test printing each scope too.
4429
4430 2017-09-04 Pedro Alves <palves@redhat.com>
4431
4432 * gdb.base/local-static.exp: Also test with
4433 class::method::variable wholly quoted.
4434 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4435
4436 2017-09-04 Pedro Alves <palves@redhat.com>
4437
4438 * gdb.base/local-static.c: New.
4439 * gdb.base/local-static.cc: New.
4440 * gdb.base/local-static.exp: New.
4441
4442 2017-09-04 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.asm/asm-source.exp: Add casts to int.
4445 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4446 (dataglobal64_1, dataglobal64_2): New globals.
4447 * gdb.base/nodebug.exp: Test different expressions involving the
4448 new globals, with print, whatis and ptype. Add casts to int.
4449 * gdb.base/solib-display.exp: Add casts to int.
4450 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4451 * gdb.cp/m-static.exp: Add cast to int.
4452 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4453 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4454 tls variable with no debug info without a cast. Test with a cast
4455 to int too.
4456 * gdb.trace/entry-values.exp: Add casts.
4457
4458 2017-09-04 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.base/nodebug.exp: Test that ptype's error about functions
4461 with unknown return type includes the function name too.
4462
4463 2017-09-04 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4466 return type of munmap in infcall.
4467 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4468 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4469 type of ftell in infcall.
4470 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4471 type of getpid in infcall.
4472 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4473 infcall.
4474 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4475 Bail on failure to extract the pid.
4476 * gdb.base/nodebug.c: #include <stdint.h>.
4477 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4478 New functions.
4479 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4480 Change expected output of print/whatis/ptype with functions with
4481 no debug info. Test all supported languages. Call
4482 test_call_promotion.
4483 * gdb.compile/compile.exp: Adjust expected output to expect
4484 warning.
4485 * gdb.threads/siginfo-threads.exp: Likewise.
4486
4487 2017-09-04 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4490 "prototypes". Test calling float functions via prototyped and
4491 unprototyped function pointers.
4492 (perform_all_tests): New parameter "prototypes". Pass it down.
4493 (top level): Pass down "prototypes" parameter to
4494 perform_all_tests.
4495
4496 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4497
4498 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4499 Test with nested loops.
4500
4501 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4502
4503 * gdb.base/commands.exp: Call the new procedures.
4504 (loop_break_test, loop_continue_test): New procedures.
4505
4506 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4507
4508 * gdb.base/commands.exp: Call new procedure.
4509 (define_if_without_arg_test): New procedure.
4510
4511 2017-09-04 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.base/list-ambiguous.exp: New file.
4514 * gdb.base/list-ambiguous0.c: New file.
4515 * gdb.base/list-ambiguous1.c: New file.
4516 * gdb.base/list.exp (test_list_range): Adjust expected output.
4517
4518 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4519
4520 * gdb.base/share-env-with-gdbserver.c: New file.
4521 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4522
4523 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4524
4525 * gdb.base/commands.exp (gdbvar_simple_if_test,
4526 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4527 progvar_simple_if_test, progvar_simple_while_test,
4528 progvar_complex_if_while_test, user_defined_command_test,
4529 user_defined_command_args_eval,
4530 user_defined_command_args_stack_test,
4531 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4532 temporary_breakpoint_commands,
4533 gdb_test_no_prompt, redefine_hook_test,
4534 redefine_backtrace_test): Remove "global gdb_prompt".
4535
4536 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4537
4538 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4539 New proc, call it from toplevel.
4540
4541 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4542
4543 PR remote/21852
4544 * gdb.server/normal.c: New file, copied from gdb.base.
4545 * gdb.server/run-without-local-binary.exp: New file.
4546
4547 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4548
4549 * gdb.arch/sparc64-adi.exp: New file.
4550 * gdb.arch/sparc64-adi.c: New file.
4551
4552 2017-08-22 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4555 (top level): Add "list all overloads" tests.
4556
4557 2017-08-22 Tom Tromey <tom@tromey.com>
4558
4559 * gdb.gdb/xfullpath.exp: Remove.
4560
4561 2017-08-21 Pedro Alves <palves@redhat.com>
4562
4563 PR gdb/19487
4564 * gdb.base/symbol-alias.c: New.
4565 * gdb.base/symbol-alias2.c: New.
4566 * gdb.base/symbol-alias.exp: New.
4567
4568 2017-08-21 Pedro Alves <palves@redhat.com>
4569
4570 * gdb.base/dfp-test.c
4571 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4572 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4573 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4574 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4575 * gdb.base/whatis-ptype-typedefs.c: New.
4576 * gdb.base/whatis-ptype-typedefs.exp: New.
4577 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4578 (an_int, an_int_type, an_int_type2): New globals.
4579 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4580 involving typedefs and cast expressions.
4581 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4582 (lookup_typedefs_function): New.
4583 (typedefs_pretty_printers_dict): New.
4584 (top level): Register lookup_typedefs_function in
4585 gdb.pretty_printers.
4586
4587 2017-08-18 Yao Qi <yao.qi@linaro.org>
4588
4589 * gdb.server/unittest.exp: New.
4590
4591 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4592
4593 PR gdb/21954
4594 * gdb.base/environ.exp: Add test to check if 'unset environment'
4595 works.
4596
4597 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4598
4599 * lib/gdb.exp (universal_compile_options): New caching proc.
4600 (gdb_compile): Suppress GCC's coloring of messages.
4601
4602 2017-08-14 Tom Tromey <tom@tromey.com>
4603
4604 PR gdb/21675:
4605 * gdb.base/printcmds.exp (test_radices): New function.
4606 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4607 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4608 * lib/gdb.exp (get_integer_valueof): Use p/d.
4609
4610 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4611
4612 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4613 characters.
4614
4615 2017-08-05 Tom Tromey <tom@tromey.com>
4616
4617 * gdb.rust/simple.exp: Allow String to appear in a different
4618 namespace.
4619
4620 2017-07-26 Yao Qi <yao.qi@linaro.org>
4621
4622 * gdb.gdb/unittest.exp: Invoke command
4623 "maintenance check xml-descriptions".
4624
4625 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4626
4627 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4628 calling context.
4629 (hex128): Drop erroneous calculation of parameters.
4630
4631 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4632
4633 * gdb.python/py-unwind.exp: Disable stack protection when
4634 building test file.
4635
4636 2017-07-20 Pedro Alves <palves@redhat.com>
4637
4638 * gdb.base/default.exp (set language): Adjust expected output.
4639
4640 2017-07-20 Pedro Alves <palves@redhat.com>
4641
4642 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4643 (test_minsym): ... this, and make static.
4644 (get_pck__foo__bar__minsym): Rename to ...
4645 (get_test_minsym): ... this.
4646 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4647 symbol names and comments.
4648 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4649 (get_test_minsym): ... this.
4650 (pck__foo__bar__minsym__2): Rename to ...
4651 (test_minsym): ... this.
4652 (main): Adjust.
4653
4654 2017-07-17 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.base/completion.exp: Adjust expected output.
4657 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4658 the completer works.
4659
4660 2017-07-17 Pedro Alves <palves@redhat.com>
4661
4662 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4663
4664 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4665
4666 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4667
4668 2017-07-14 Tom Tromey <tom@tromey.com>
4669
4670 PR rust/21764:
4671 * gdb.rust/simple.exp: Add tests.
4672
4673 2017-07-14 Tom Tromey <tom@tromey.com>
4674
4675 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4676
4677 2017-07-14 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.linespec/base/one/thefile.cc (z1): New function.
4680 * gdb.linespec/base/two/thefile.cc (z2): New function.
4681 * gdb.linespec/linespec.exp: Add tests.
4682
4683 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4684
4685 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4686 to mi_create_breakpoint.
4687
4688 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4689
4690 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4691 mi_create_breakpoint.
4692
4693 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4694
4695 * gdb.dlang/demangle.exp: Update for demangling changes.
4696
4697 2017-07-09 Tom Tromey <tom@tromey.com>
4698
4699 * gdb.dwarf2/shortpiece.exp: New file.
4700
4701 2017-07-06 David Blaikie <dblaikie@gmail.com>
4702
4703 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4704 built from fissiont-multi-cu{1,2}.c.
4705 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4706 except putting 'main' and 'func' in separate CUs in the same DWO file.
4707 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4708 test.
4709 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4710 test.
4711
4712 2017-07-06 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.python/py-unwind.exp: Test flushregs.
4715
4716 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4717
4718 PR cli/21688
4719 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4720 tests for alias commands and trailing whitespace.
4721
4722 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4723
4724 PR cli/21688
4725 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4726 procedure. Call it.
4727
4728 2017-06-29 Pedro Alves <palves@redhat.com>
4729
4730 * gdb.base/printcmds.exp: Add tests.
4731
4732 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4733
4734 PR gdb/21337
4735 * gdb.base/reread-readsym.exp: New file.
4736 * gdb.base/reread-readsym.c: New file.
4737
4738 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4739
4740 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4741 subpattern.
4742
4743 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4744
4745 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4746 extended mnemonic.
4747 * gdb.arch/powerpc-power9.s: Likewise.
4748
4749 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4750
4751 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4752 on 32-bit x86 targets. Exploit is_*_target macros where
4753 appropriate.
4754
4755 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4756
4757 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4758 register pieces.
4759
4760 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4761
4762 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4763 located in one or more DWARF pieces.
4764
4765 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4766
4767 * lib/gdb.exp (get_endianness): New proc.
4768 * gdb.arch/aarch64-fp.exp: Use it.
4769 * gdb.arch/altivec-regs.exp: Likewise.
4770 * gdb.arch/e500-regs.exp: Likewise.
4771 * gdb.arch/vsx-regs.exp: Likewise.
4772 * gdb.base/dump.exp: Likewise.
4773 * gdb.base/funcargs.exp: Likewise.
4774 * gdb.base/gnu_vector.exp: Likewise.
4775 * gdb.dwarf2/formdata16.exp: Likewise.
4776 * gdb.dwarf2/implptrpiece.exp: Likewise.
4777 * gdb.dwarf2/nonvar-access.exp: Likewise.
4778 * gdb.python/py-inferior.exp: Likewise.
4779 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4780
4781 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4782
4783 PR gdb/21226
4784 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4785 stack value pieces are taken from the LSB end.
4786
4787 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4788
4789 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4790 variable at nonzero offset.
4791
4792 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4793
4794 * gdb.dwarf2/var-access.c: New file.
4795 * gdb.dwarf2/var-access.exp: New test.
4796 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4797
4798 2017-06-12 Tom Tromey <tom@tromey.com>
4799
4800 * gdb.dwarf2/formdata16.exp: Add tests.
4801
4802 2017-06-12 Tom Tromey <tom@tromey.com>
4803
4804 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4805
4806 2017-06-12 Tom Tromey <tom@tromey.com>
4807
4808 PR exp/16225:
4809 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4810 * gdb.arch/vsx-regs.exp: Update tests.
4811 * gdb.arch/s390-vregs.exp (hex128): New proc.
4812 Update test.
4813 * gdb.arch/altivec-regs.exp: Update tests.
4814
4815 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4816
4817 * gdb.base/startup-with-shell.c: New file.
4818 * gdb.base/startup-with-shell.exp: Likewise.
4819
4820 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4821
4822 * gdb.server/non-existing-program.exp: Update regex in order to
4823 reflect the fact that gdbserver is now using fork_inferior (with a
4824 shell) to startup the inferior.
4825
4826 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4827
4828 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4829 support function calls from GDB.
4830
4831 2017-05-21 Tom Tromey <tom@tromey.com>
4832
4833 PR rust/21466:
4834 * gdb.rust/unsized.exp: New file.
4835 * gdb.rust/unsized.rs: New file.
4836
4837 2017-05-19 Tom Tromey <tom@tromey.com>
4838
4839 PR rust/21484:
4840 * gdb.rust/watch.exp: New file.
4841 * gdb.rust/watch.rs: New file.
4842
4843 2017-05-18 Tom Tromey <tom@tromey.com>
4844
4845 * gdb.rust/simple.exp: Allow Box to be qualified.
4846
4847 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4848
4849 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4850
4851 2017-05-18 Pedro Alves <palves@redhat.com>
4852
4853 * gdb.base/fileio.c (test_write, test_read, test_close)
4854 (test_fstat): Don't print 'ret' in the fail path.
4855
4856 2017-05-18 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4859 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4860 (test_system, test_rename, test_unlink, test_time): Change
4861 prototypes.
4862 * gdb.base/fileio.exp (stop_msg): Adjust.
4863
4864 2017-05-18 Pedro Alves <palves@redhat.com>
4865
4866 * gdb.base/fileio.c (null_str): New global.
4867 (test_stat): Use it.
4868 * gdb.base/fileio.exp: Remove nowarnings.
4869
4870 2017-05-17 Yao Qi <yao.qi@linaro.org>
4871
4872 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4873
4874 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4875
4876 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4877 argument command.
4878 (top-level): Invoke test_set_inferior_tty.
4879
4880 2017-05-04 Pedro Alves <palves@redhat.com>
4881
4882 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4883 Add parens to print call for Python 3.
4884
4885 2017-05-03 Keith Seitz <keiths@redhat.com>
4886
4887 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4888 (main): Call it.
4889
4890 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4891
4892 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4893 to prev and next.
4894
4895 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4896
4897 * gdb.python/py-record-btrace.exp: Remove test for
4898 gdb.BtraceInstruction.error.
4899
4900 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4901
4902 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4903
4904 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4905
4906 * gdb.python/py-record-btrace-threads.c: New file.
4907 * gdb.python/py-record-btrace-threads.exp: New file.
4908
4909 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4910
4911 PR testsuite/8595
4912 * gdb.base/environ.exp: Make test available in all architectures.
4913 Move bits related to "info program" testing to
4914 gdb.base/info-program.exp. Rewrite tests to use the two new
4915 procedures mentione below.
4916 (test_set_show_env_var) New procedure.
4917 (test_set_show_env_var_equal): Likewise.
4918 * gdb.base/info-program.exp: New file.
4919
4920 2017-04-27 Keith Seitz <keiths@redhat.com>
4921
4922 * gdb.cp/oranking.cc (test15): New function.
4923 (main): Call test15 and declare additional variables for testing.
4924 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4925 "p foo101('abc')" tests.
4926 Add tests for cv qualifier overloads.
4927 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4928 "lvalue reference overload" test.
4929 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4930 "print value of f1 on Child&& in f2" test.
4931
4932 2017-04-19 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4935 procedure.
4936 (top level): Call it.
4937 * lib/gdb.exp (gdb_define_cmd): New procedure.
4938
4939 2017-04-12 Pedro Alves <palves@redhat.com>
4940
4941 PR gdb/21323
4942 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4943 (wchar): New global.
4944 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4945 (do_test_wide_char, wide_char_types_no_program, top level): Add
4946 wchar_t testing.
4947
4948 2017-04-12 Pedro Alves <palves@redhat.com>
4949
4950 PR c++/21323
4951 * gdb.cp/wide_char_types.c: New file.
4952 * gdb.cp/wide_char_types.exp: New file.
4953
4954 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4955
4956 PR gdb/21352
4957 * gdb.trace/tsv.exp: Add test for "tsave -r".
4958
4959 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4960
4961 * gdb.dlang/watch-loc.c: New file.
4962 * gdb.dlang/watch-loc.exp: New file.
4963
4964 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4965
4966 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4967
4968 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4969
4970 * gdb.arch/arc-analyze-prologue.S: New file.
4971 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4972
4973 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4974
4975 * gdb.arch/arc-decode-insn.S: New file.
4976 * gdb.arch/arc-decode-insn.exp: Likewise.
4977
4978 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4979
4980 PR tdep/20928
4981 * gdb.arch/sparc64-regs.exp: New file.
4982 * gdb.arch/sparc64-regs.S: Likewise.
4983
4984 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4985
4986 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4987 and memory view on Python 3.
4988
4989 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4990 Keith Seitz <keiths@redhat.com>
4991
4992 PR gdb/14441
4993 * gdb.cp/demangle.exp: Add rvalue reference tests.
4994 * gdb.cp/rvalue-ref-casts.cc: New file.
4995 * gdb.cp/rvalue-ref-casts.exp: New file.
4996 * gdb.cp/rvalue-ref-overload.cc: New file.
4997 * gdb.cp/rvalue-ref-overload.exp: New file.
4998 * gdb.cp/rvalue-ref-params.cc: New file.
4999 * gdb.cp/rvalue-ref-params.exp: New file.
5000 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5001 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5002 * gdb.cp/rvalue-ref-types.cc: New file.
5003 * gdb.cp/rvalue-ref-types.exp: New file.
5004 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5005 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5006
5007 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5008
5009 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5010 New procedure.
5011
5012 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5013
5014 * lib/mi-support.exp (mi_gdb_test): Add additional message
5015 for unexpected output.
5016
5017 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5018
5019 * gdb.base/examine-backward.c (Barrier): New character array
5020 constant, to ensure that TestStrings is preceded by a string
5021 terminator.
5022
5023 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5024
5025 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5026 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5027 and implicit pointer into such a location.
5028
5029 2017-03-16 Doug Evans <dje@google.com>
5030
5031 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5032
5033 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5034
5035 * gdb.cp/m-static.exp: Fix expectation for prototype of
5036 test5.single_constructor and single_constructor::single_constructor.
5037
5038 2017-03-16 Doug Evans <dje@google.com>
5039
5040 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5041 * gdb.guile/scm-lazy-string.c: New file.
5042 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5043 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5044 for pointer, array, typedef lazy strings.
5045
5046 2017-03-16 Doug Evans <dje@google.com>
5047
5048 PR python/17728, python/18439, python/18779
5049 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5050 * gdb.python/py-lazy-string.c (pointer): New typedef.
5051 (main): New locals ptr, array, typedef_ptr.
5052 * gdb.python/py-value.exp: Move lazy string tests to ...
5053 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5054 array, typedef lazy strings.
5055
5056 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5057
5058 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5059 Add optional 'test' parameter.
5060
5061 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5062
5063 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5064 Skip for versions of DejaGnu < 1.5.
5065
5066 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5067
5068 * lib/gdb.exp (dejagnu_version): New proc.
5069 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5070 Use dejagnu_version.
5071
5072 2017-03-10 Keith Seitz <keiths@redhat.com>
5073
5074 PR c++/8128
5075 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5076 type from destructor regexps.
5077 Add a branch which actually passes the test.
5078 Adjust "ptype t5i" test names.
5079
5080 2017-03-08 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.base/step-over-exit.exp: Add explicit test message.
5083
5084 2017-03-08 Pedro Alves <palves@redhat.com>
5085
5086 PR gdb/18360
5087 * gdb.threads/interrupt-while-step-over.c: New file.
5088 * gdb.threads/interrupt-while-step-over.exp: New file.
5089
5090 2017-03-08 Pedro Alves <palves@redhat.com>
5091
5092 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5093 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5094
5095 2017-03-08 Pedro Alves <palves@redhat.com>
5096
5097 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5098 PKRU as not supported as a PASS.
5099
5100 2017-03-08 Pedro Alves <palves@redhat.com>
5101
5102 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5103 prefix instead of $binfile1/$binfile2.
5104 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5105 in test message.
5106 * gdb.python/py-completion.exp: Use "load python file" as test
5107 messages instead of unstable path names.
5108
5109 2017-03-08 Pedro Alves <palves@redhat.com>
5110 Jan Kratochvil <jan.kratochvil@redhat.com>
5111
5112 PR cli/21218
5113 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5114 New proc.
5115 (top level): Call it.
5116
5117 2017-03-08 Pedro Alves <palves@redhat.com>
5118
5119 PR tui/21216
5120 * gdb.tui/tui-nl-filtered-output.exp: New file.
5121
5122 2017-03-08 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.base/completion.exp: Move TUI completion tests to ...
5125 * gdb.tui/completion.exp: ... this new file.
5126
5127 2017-03-08 Pedro Alves <palves@redhat.com>
5128
5129 * gdb.base/tui-disasm-long-lines.c,
5130 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5131 gdb.base/tui-layout.exp: Move to ...
5132 * gdb.tui/: ... this new directory.
5133
5134 2017-03-07 Pedro Alves <palves@redhat.com>
5135
5136 * gdb.base/tui-layout.c: New file.
5137 * gdb.base/tui-layout.exp: New file.
5138
5139 2017-03-07 Pedro Alves <palves@redhat.com>
5140
5141 * gdb.base/tui-layout.c: Rename to ...
5142 * gdb.base/tui-disasm-long-lines.c: ... this.
5143 * gdb.base/tui-layout.exp: Rename to ...
5144 * gdb.base/tui-disasm-long-lines.exp: ... this.
5145
5146 2017-03-07 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5149
5150 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5151
5152 * i386-mpx-call.c: New file.
5153 * i386-mpx-call.exp: New file.
5154
5155 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5156
5157 * gdb.arch/powerpc-power.exp: Delete test.
5158 * gdb.arch/powerpc-power.s: Likewise.
5159 * gdb.disasm/disassembler-options.exp: New test.
5160 * gdb.arch/powerpc-altivec.exp: Likewise.
5161 * gdb.arch/powerpc-altivec.s: Likewise.
5162 * gdb.arch/powerpc-altivec2.exp: Likewise.
5163 * gdb.arch/powerpc-altivec2.s: Likewise.
5164 * gdb.arch/powerpc-altivec3.exp: Likewise.
5165 * gdb.arch/powerpc-altivec3.s: Likewise.
5166 * gdb.arch/powerpc-power7.exp: Likewise.
5167 * gdb.arch/powerpc-power7.s: Likewise.
5168 * gdb.arch/powerpc-power8.exp: Likewise.
5169 * gdb.arch/powerpc-power8.s: Likewise.
5170 * gdb.arch/powerpc-power9.exp: Likewise.
5171 * gdb.arch/powerpc-power9.s: Likewise.
5172 * gdb.arch/powerpc-vsx.exp: Likewise.
5173 * gdb.arch/powerpc-vsx.s: Likewise.
5174 * gdb.arch/powerpc-vsx2.exp: Likewise.
5175 * gdb.arch/powerpc-vsx2.s: Likewise.
5176 * gdb.arch/powerpc-vsx3.exp: Likewise.
5177 * gdb.arch/powerpc-vsx3.s: Likewise.
5178 * gdb.arch/arm-disassembler-options.exp: Likewise.
5179 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5180 * gdb.arch/s390-disassembler-options.exp: Likewise.
5181
5182 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5183
5184 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5185 (check_supported_features): ... this. Changed return type to void.
5186 (supports_rdseed): New static global.
5187 (rdseed): Check supports_rdseed.
5188 (initialize): Call check_supported_features.
5189
5190 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5191
5192 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5193 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5194 and lqarx/stqcx.
5195 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5196 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5197
5198 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5199
5200 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5201 uppercase.
5202
5203 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5204
5205 * gdb.dwarf2/formdata16.c: New file.
5206 * gdb.dwarf2/formdata16.exp: New file.
5207 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5208
5209 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5210
5211 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5212 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5213 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5214 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5215 DW_AT_GNU_*.
5216
5217 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5218
5219 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5220
5221 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5222
5223 PR gdb/21164
5224 * gdb.base/maint.exp: Add testcases for when the commands do
5225 not have arguments.
5226
5227 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5228
5229 * gdb.cp/chained-calls.exp: Use p instead of P.
5230
5231 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5232
5233 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5234 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5235
5236 2017-02-14 Tom Tromey <tom@tromey.com>
5237
5238 PR python/13598:
5239 * gdb.python/py-events.exp: Add before_prompt event tests.
5240
5241 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5242
5243 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5244
5245 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5246
5247 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5248 (main): Call my_unique_function_name.
5249 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5250 completion of patterns with a single match.
5251 Add missing -re switches to gdb_test_multiple calls.
5252
5253 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5254
5255 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5256 return if core file is not recognized.
5257
5258 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5259
5260 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5261 and extra UIs.
5262
5263 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5264
5265 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5266 proc_with_prefix.
5267
5268 2017-02-10 Tom Tromey <tom@tromey.com>
5269
5270 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5271
5272 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5273
5274 PR gdb/21122
5275 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5276
5277 2017-02-08 Jerome Guitton <guitton@adacore.com>
5278
5279 * gdb.base/define.exp: Add test for command abbreviations
5280 in define.
5281
5282 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5283
5284 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5285 * gdb.reverse/insn-reverse-x86.c: New file.
5286
5287 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5288
5289 PR tdep/20936
5290 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5291
5292 2017-02-03 Tom Tromey <tom@tromey.com>
5293
5294 PR rust/21097:
5295 * gdb.rust/simple.exp: Add new tests.
5296
5297 2017-02-02 Pedro Alves <palves@redhat.com>
5298
5299 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5300 tests.
5301
5302 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5303
5304 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5305 taking a 2-byte value out of a 4-byte DWARF implicit value on
5306 big-endian targets.
5307 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5308 logic. Add test cases for DW_OP_implicit.
5309
5310 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5311
5312 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5313
5314 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5315
5316 * gdb.btrace/enable.exp: Call gdb_exit before
5317 skip_gdbserver_tests.
5318
5319 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5320
5321 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5322 GDBFLAGS.
5323
5324 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5325
5326 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5327 the test is skipped.
5328 * gdb.btrace/data.exp: Likewise.
5329 * gdb.btrace/delta.exp: Likewise.
5330 * gdb.btrace/dlopen.exp: Likewise.
5331 * gdb.btrace/enable-running.exp: Likewise.
5332 * gdb.btrace/enable.exp: Likewise.
5333 * gdb.btrace/exception.exp: Likewise.
5334 * gdb.btrace/function_call_history.exp: Likewise.
5335 * gdb.btrace/gcore.exp: Likewise.
5336 * gdb.btrace/instruction_history.exp: Likewise.
5337 * gdb.btrace/multi-thread-step.exp: Likewise.
5338 * gdb.btrace/nohist.exp: Likewise.
5339 * gdb.btrace/non-stop.exp: Likewise.
5340 * gdb.btrace/reconnect.exp: Likewise.
5341 * gdb.btrace/record_goto-step.exp: Likewise.
5342 * gdb.btrace/record_goto.exp: Likewise.
5343 * gdb.btrace/rn-dl-bind.exp: Likewise.
5344 * gdb.btrace/segv.exp: Likewise.
5345 * gdb.btrace/step.exp: Likewise.
5346 * gdb.btrace/stepi.exp: Likewise.
5347 * gdb.btrace/tailcall-only.exp: Likewise.
5348 * gdb.btrace/tailcall.exp: Likewise.
5349 * gdb.btrace/tsx.exp: Likewise.
5350 * gdb.btrace/unknown_functions.exp: Likewise.
5351 * gdb.btrace/vdso.exp: Likewise.
5352
5353 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5354
5355 * gdb.btrace/enable-running.c: New.
5356 * gdb.btrace/enable-running.exp: New.
5357
5358 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5359
5360 * gdb.arch/amd64-gs_base.c: New file.
5361 * gdb.arch/amd64-gs_base.exp: New file.
5362
5363 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5364
5365 * lib/memory.exp: Remove spurious empty newlines.
5366
5367 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5368
5369 * gdb.python/py-bad-printers.exp: Load python file using "source".
5370 * gdb.python/py-events.exp: Likewise.
5371 * gdb.python/py-evsignal.exp: Likewise.
5372 * gdb.python/py-evthreads.exp: Likewise.
5373 * gdb.python/py-frame-args.exp: Likewise.
5374 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5375 * gdb.python/py-framefilter-mi.exp: Likewise.
5376 * gdb.python/py-framefilter.exp: Likewise.
5377 * gdb.python/py-mi.exp: Likewise.
5378 * gdb.python/py-pp-maint.exp: Likewise.
5379 * gdb.python/py-pp-registration.exp: Likewise.
5380 * gdb.python/py-prettyprint.exp: Likewise.
5381 (run_lang_tests): Likewise.
5382 * gdb.python/py-typeprint.exp: Likewise.
5383
5384 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5385
5386 * lib/memory.exp: New file.
5387 * lib/gdb.exp: Load memory.exp.
5388 * gdb.base/memattr.exp (delete_memory): Move proc to
5389 lib/memory.exp and rename to delete_memory_regions.
5390 Replace delete_memory with delete_memory_regions.
5391 Cleanup memory regions before tests.
5392 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5393 before tests.
5394
5395 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5396
5397 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5398 files.
5399 (initialize): New function conditionally defined.
5400 (testcases): Move within conditional block.
5401 (main): Call initialize.
5402 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5403 of gdb.reverse/insn-reverse.c.
5404 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5405 gdb.reverse/insn-reverse.c.
5406
5407 2017-01-26 Yao Qi <yao.qi@linaro.org>
5408
5409 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5410 disassemble on address 0.
5411
5412 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5413 Yao Qi <yao.qi@linaro.org>
5414
5415 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5416 * gdb.dwarf2/implptr-64bit.S: Remove.
5417 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5418 variables in caller's context. Add DW_OP_implicit_value.
5419
5420 2017-01-25 Yao Qi <yao.qi@linaro.org>
5421
5422 * lib/dwarf.exp (Dwarf::_location): Handle
5423 DW_OP_GNU_implicit_pointer with proper size.
5424
5425 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5426
5427 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5428 and add untested calls.
5429
5430 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5431
5432 * gdb.python/python.exp: Check line number against what GDB thinks
5433 the line number is for func1.
5434
5435 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5436
5437 * gdb.dlang/debug-expr.exp: New file.
5438
5439 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5440
5441 Fix test names for the following files:
5442
5443 * gdb.ada/exec_changed.exp
5444 * gdb.ada/info_types.exp
5445 * gdb.arch/aarch64-atomic-inst.exp
5446 * gdb.arch/aarch64-fp.exp
5447 * gdb.arch/altivec-abi.exp
5448 * gdb.arch/altivec-regs.exp
5449 * gdb.arch/amd64-byte.exp
5450 * gdb.arch/amd64-disp-step.exp
5451 * gdb.arch/amd64-dword.exp
5452 * gdb.arch/amd64-entry-value-inline.exp
5453 * gdb.arch/amd64-entry-value-param.exp
5454 * gdb.arch/amd64-entry-value-paramref.exp
5455 * gdb.arch/amd64-entry-value.exp
5456 * gdb.arch/amd64-i386-address.exp
5457 * gdb.arch/amd64-invalid-stack-middle.exp
5458 * gdb.arch/amd64-invalid-stack-top.exp
5459 * gdb.arch/amd64-optimout-repeat.exp
5460 * gdb.arch/amd64-prologue-skip.exp
5461 * gdb.arch/amd64-prologue-xmm.exp
5462 * gdb.arch/amd64-stap-special-operands.exp
5463 * gdb.arch/amd64-stap-wrong-subexp.exp
5464 * gdb.arch/amd64-tailcall-cxx.exp
5465 * gdb.arch/amd64-tailcall-noret.exp
5466 * gdb.arch/amd64-tailcall-ret.exp
5467 * gdb.arch/amd64-tailcall-self.exp
5468 * gdb.arch/amd64-word.exp
5469 * gdb.arch/arm-bl-branch-dest.exp
5470 * gdb.arch/arm-disp-step.exp
5471 * gdb.arch/arm-neon.exp
5472 * gdb.arch/arm-single-step-kernel-helper.exp
5473 * gdb.arch/avr-flash-qualifier.exp
5474 * gdb.arch/disp-step-insn-reloc.exp
5475 * gdb.arch/e500-abi.exp
5476 * gdb.arch/e500-regs.exp
5477 * gdb.arch/ftrace-insn-reloc.exp
5478 * gdb.arch/i386-avx512.exp
5479 * gdb.arch/i386-bp_permanent.exp
5480 * gdb.arch/i386-byte.exp
5481 * gdb.arch/i386-cfi-notcurrent.exp
5482 * gdb.arch/i386-disp-step.exp
5483 * gdb.arch/i386-dr3-watch.exp
5484 * gdb.arch/i386-float.exp
5485 * gdb.arch/i386-gnu-cfi.exp
5486 * gdb.arch/i386-mpx-map.exp
5487 * gdb.arch/i386-mpx-sigsegv.exp
5488 * gdb.arch/i386-mpx-simple_segv.exp
5489 * gdb.arch/i386-mpx.exp
5490 * gdb.arch/i386-permbkpt.exp
5491 * gdb.arch/i386-prologue.exp
5492 * gdb.arch/i386-signal.exp
5493 * gdb.arch/i386-size-overlap.exp
5494 * gdb.arch/i386-unwind.exp
5495 * gdb.arch/i386-word.exp
5496 * gdb.arch/mips-fcr.exp
5497 * gdb.arch/powerpc-d128-regs.exp
5498 * gdb.arch/powerpc-stackless.exp
5499 * gdb.arch/ppc64-atomic-inst.exp
5500 * gdb.arch/s390-stackless.exp
5501 * gdb.arch/s390-tdbregs.exp
5502 * gdb.arch/s390-vregs.exp
5503 * gdb.arch/sparc-sysstep.exp
5504 * gdb.arch/thumb-bx-pc.exp
5505 * gdb.arch/thumb-singlestep.exp
5506 * gdb.arch/thumb2-it.exp
5507 * gdb.arch/vsx-regs.exp
5508 * gdb.asm/asm-source.exp
5509 * gdb.base/a2-run.exp
5510 * gdb.base/advance.exp
5511 * gdb.base/all-bin.exp
5512 * gdb.base/anon.exp
5513 * gdb.base/args.exp
5514 * gdb.base/arithmet.exp
5515 * gdb.base/async-shell.exp
5516 * gdb.base/async.exp
5517 * gdb.base/attach-pie-noexec.exp
5518 * gdb.base/attach-twice.exp
5519 * gdb.base/auto-load.exp
5520 * gdb.base/bang.exp
5521 * gdb.base/bitfields.exp
5522 * gdb.base/break-always.exp
5523 * gdb.base/break-caller-line.exp
5524 * gdb.base/break-entry.exp
5525 * gdb.base/break-inline.exp
5526 * gdb.base/break-on-linker-gcd-function.exp
5527 * gdb.base/break-probes.exp
5528 * gdb.base/break.exp
5529 * gdb.base/breakpoint-shadow.exp
5530 * gdb.base/call-ar-st.exp
5531 * gdb.base/call-sc.exp
5532 * gdb.base/call-signal-resume.exp
5533 * gdb.base/call-strs.exp
5534 * gdb.base/callfuncs.exp
5535 * gdb.base/catch-fork-static.exp
5536 * gdb.base/catch-gdb-caused-signals.exp
5537 * gdb.base/catch-load.exp
5538 * gdb.base/catch-signal-fork.exp
5539 * gdb.base/catch-signal.exp
5540 * gdb.base/catch-syscall.exp
5541 * gdb.base/charset.exp
5542 * gdb.base/checkpoint.exp
5543 * gdb.base/chng-syms.exp
5544 * gdb.base/code-expr.exp
5545 * gdb.base/code_elim.exp
5546 * gdb.base/commands.exp
5547 * gdb.base/completion.exp
5548 * gdb.base/complex.exp
5549 * gdb.base/cond-expr.exp
5550 * gdb.base/condbreak.exp
5551 * gdb.base/consecutive.exp
5552 * gdb.base/continue-all-already-running.exp
5553 * gdb.base/coredump-filter.exp
5554 * gdb.base/corefile.exp
5555 * gdb.base/dbx.exp
5556 * gdb.base/debug-expr.exp
5557 * gdb.base/define.exp
5558 * gdb.base/del.exp
5559 * gdb.base/disabled-location.exp
5560 * gdb.base/disasm-end-cu.exp
5561 * gdb.base/disasm-optim.exp
5562 * gdb.base/display.exp
5563 * gdb.base/duplicate-bp.exp
5564 * gdb.base/ena-dis-br.exp
5565 * gdb.base/ending-run.exp
5566 * gdb.base/enumval.exp
5567 * gdb.base/environ.exp
5568 * gdb.base/eu-strip-infcall.exp
5569 * gdb.base/eval-avoid-side-effects.exp
5570 * gdb.base/eval-skip.exp
5571 * gdb.base/exitsignal.exp
5572 * gdb.base/expand-psymtabs.exp
5573 * gdb.base/filesym.exp
5574 * gdb.base/find-unmapped.exp
5575 * gdb.base/finish.exp
5576 * gdb.base/float.exp
5577 * gdb.base/foll-exec-mode.exp
5578 * gdb.base/foll-exec.exp
5579 * gdb.base/foll-fork.exp
5580 * gdb.base/fortran-sym-case.exp
5581 * gdb.base/freebpcmd.exp
5582 * gdb.base/func-ptr.exp
5583 * gdb.base/func-ptrs.exp
5584 * gdb.base/funcargs.exp
5585 * gdb.base/gcore-buffer-overflow.exp
5586 * gdb.base/gcore-relro-pie.exp
5587 * gdb.base/gcore-relro.exp
5588 * gdb.base/gcore.exp
5589 * gdb.base/gdb1090.exp
5590 * gdb.base/gdb11530.exp
5591 * gdb.base/gdb11531.exp
5592 * gdb.base/gdb1821.exp
5593 * gdb.base/gdbindex-stabs.exp
5594 * gdb.base/gdbvars.exp
5595 * gdb.base/hbreak.exp
5596 * gdb.base/hbreak2.exp
5597 * gdb.base/included.exp
5598 * gdb.base/infcall-input.exp
5599 * gdb.base/inferior-died.exp
5600 * gdb.base/infnan.exp
5601 * gdb.base/info-macros.exp
5602 * gdb.base/info-os.exp
5603 * gdb.base/info-proc.exp
5604 * gdb.base/info-shared.exp
5605 * gdb.base/info-target.exp
5606 * gdb.base/infoline.exp
5607 * gdb.base/interp.exp
5608 * gdb.base/interrupt.exp
5609 * gdb.base/jit-reader.exp
5610 * gdb.base/jit-simple.exp
5611 * gdb.base/kill-after-signal.exp
5612 * gdb.base/kill-detach-inferiors-cmd.exp
5613 * gdb.base/label.exp
5614 * gdb.base/langs.exp
5615 * gdb.base/ldbl_e308.exp
5616 * gdb.base/line-symtabs.exp
5617 * gdb.base/linespecs.exp
5618 * gdb.base/list.exp
5619 * gdb.base/long_long.exp
5620 * gdb.base/longest-types.exp
5621 * gdb.base/maint.exp
5622 * gdb.base/max-value-size.exp
5623 * gdb.base/memattr.exp
5624 * gdb.base/mips_pro.exp
5625 * gdb.base/morestack.exp
5626 * gdb.base/moribund-step.exp
5627 * gdb.base/multi-forks.exp
5628 * gdb.base/nested-addr.exp
5629 * gdb.base/nextoverexit.exp
5630 * gdb.base/noreturn-finish.exp
5631 * gdb.base/noreturn-return.exp
5632 * gdb.base/nostdlib.exp
5633 * gdb.base/offsets.exp
5634 * gdb.base/opaque.exp
5635 * gdb.base/pc-fp.exp
5636 * gdb.base/permissions.exp
5637 * gdb.base/print-symbol-loading.exp
5638 * gdb.base/prologue-include.exp
5639 * gdb.base/psymtab.exp
5640 * gdb.base/ptype.exp
5641 * gdb.base/random-signal.exp
5642 * gdb.base/randomize.exp
5643 * gdb.base/range-stepping.exp
5644 * gdb.base/readline-ask.exp
5645 * gdb.base/recpar.exp
5646 * gdb.base/recurse.exp
5647 * gdb.base/relational.exp
5648 * gdb.base/restore.exp
5649 * gdb.base/return-nodebug.exp
5650 * gdb.base/return.exp
5651 * gdb.base/run-after-attach.exp
5652 * gdb.base/save-bp.exp
5653 * gdb.base/scope.exp
5654 * gdb.base/sect-cmd.exp
5655 * gdb.base/set-lang-auto.exp
5656 * gdb.base/set-noassign.exp
5657 * gdb.base/setvar.exp
5658 * gdb.base/sigall.exp
5659 * gdb.base/sigbpt.exp
5660 * gdb.base/siginfo-addr.exp
5661 * gdb.base/siginfo-infcall.exp
5662 * gdb.base/siginfo-obj.exp
5663 * gdb.base/siginfo.exp
5664 * gdb.base/signals-state-child.exp
5665 * gdb.base/signest.exp
5666 * gdb.base/sigstep.exp
5667 * gdb.base/sizeof.exp
5668 * gdb.base/skip.exp
5669 * gdb.base/solib-corrupted.exp
5670 * gdb.base/solib-nodir.exp
5671 * gdb.base/solib-search.exp
5672 * gdb.base/stack-checking.exp
5673 * gdb.base/stale-infcall.exp
5674 * gdb.base/stap-probe.exp
5675 * gdb.base/start.exp
5676 * gdb.base/step-break.exp
5677 * gdb.base/step-bt.exp
5678 * gdb.base/step-line.exp
5679 * gdb.base/step-over-exit.exp
5680 * gdb.base/step-over-syscall.exp
5681 * gdb.base/step-resume-infcall.exp
5682 * gdb.base/step-test.exp
5683 * gdb.base/store.exp
5684 * gdb.base/structs3.exp
5685 * gdb.base/sym-file.exp
5686 * gdb.base/symbol-without-target_section.exp
5687 * gdb.base/term.exp
5688 * gdb.base/testenv.exp
5689 * gdb.base/ui-redirect.exp
5690 * gdb.base/until.exp
5691 * gdb.base/unwindonsignal.exp
5692 * gdb.base/value-double-free.exp
5693 * gdb.base/vla-datatypes.exp
5694 * gdb.base/vla-ptr.exp
5695 * gdb.base/vla-sideeffect.exp
5696 * gdb.base/volatile.exp
5697 * gdb.base/watch-cond-infcall.exp
5698 * gdb.base/watch-cond.exp
5699 * gdb.base/watch-non-mem.exp
5700 * gdb.base/watch-read.exp
5701 * gdb.base/watch-vfork.exp
5702 * gdb.base/watchpoint-cond-gone.exp
5703 * gdb.base/watchpoint-delete.exp
5704 * gdb.base/watchpoint-hw-hit-once.exp
5705 * gdb.base/watchpoint-hw.exp
5706 * gdb.base/watchpoint-stops-at-right-insn.exp
5707 * gdb.base/watchpoints.exp
5708 * gdb.base/wchar.exp
5709 * gdb.base/whatis-exp.exp
5710 * gdb.btrace/buffer-size.exp
5711 * gdb.btrace/data.exp
5712 * gdb.btrace/delta.exp
5713 * gdb.btrace/dlopen.exp
5714 * gdb.btrace/enable.exp
5715 * gdb.btrace/exception.exp
5716 * gdb.btrace/function_call_history.exp
5717 * gdb.btrace/gcore.exp
5718 * gdb.btrace/instruction_history.exp
5719 * gdb.btrace/nohist.exp
5720 * gdb.btrace/reconnect.exp
5721 * gdb.btrace/record_goto-step.exp
5722 * gdb.btrace/record_goto.exp
5723 * gdb.btrace/rn-dl-bind.exp
5724 * gdb.btrace/segv.exp
5725 * gdb.btrace/step.exp
5726 * gdb.btrace/stepi.exp
5727 * gdb.btrace/tailcall-only.exp
5728 * gdb.btrace/tailcall.exp
5729 * gdb.btrace/tsx.exp
5730 * gdb.btrace/unknown_functions.exp
5731 * gdb.btrace/vdso.exp
5732 * gdb.compile/compile-ifunc.exp
5733 * gdb.compile/compile-ops.exp
5734 * gdb.compile/compile-print.exp
5735 * gdb.compile/compile-setjmp.exp
5736 * gdb.cp/abstract-origin.exp
5737 * gdb.cp/ambiguous.exp
5738 * gdb.cp/annota2.exp
5739 * gdb.cp/annota3.exp
5740 * gdb.cp/anon-ns.exp
5741 * gdb.cp/anon-struct.exp
5742 * gdb.cp/anon-union.exp
5743 * gdb.cp/arg-reference.exp
5744 * gdb.cp/baseenum.exp
5745 * gdb.cp/bool.exp
5746 * gdb.cp/breakpoint.exp
5747 * gdb.cp/bs15503.exp
5748 * gdb.cp/call-c.exp
5749 * gdb.cp/casts.exp
5750 * gdb.cp/chained-calls.exp
5751 * gdb.cp/class2.exp
5752 * gdb.cp/classes.exp
5753 * gdb.cp/cmpd-minsyms.exp
5754 * gdb.cp/converts.exp
5755 * gdb.cp/cp-relocate.exp
5756 * gdb.cp/cpcompletion.exp
5757 * gdb.cp/cpexprs.exp
5758 * gdb.cp/cplabel.exp
5759 * gdb.cp/cplusfuncs.exp
5760 * gdb.cp/cpsizeof.exp
5761 * gdb.cp/ctti.exp
5762 * gdb.cp/derivation.exp
5763 * gdb.cp/destrprint.exp
5764 * gdb.cp/dispcxx.exp
5765 * gdb.cp/enum-class.exp
5766 * gdb.cp/exception.exp
5767 * gdb.cp/exceptprint.exp
5768 * gdb.cp/expand-psymtabs-cxx.exp
5769 * gdb.cp/expand-sals.exp
5770 * gdb.cp/extern-c.exp
5771 * gdb.cp/filename.exp
5772 * gdb.cp/formatted-ref.exp
5773 * gdb.cp/fpointer.exp
5774 * gdb.cp/gdb1355.exp
5775 * gdb.cp/gdb2495.exp
5776 * gdb.cp/hang.exp
5777 * gdb.cp/impl-this.exp
5778 * gdb.cp/infcall-dlopen.exp
5779 * gdb.cp/inherit.exp
5780 * gdb.cp/iostream.exp
5781 * gdb.cp/koenig.exp
5782 * gdb.cp/local.exp
5783 * gdb.cp/m-data.exp
5784 * gdb.cp/m-static.exp
5785 * gdb.cp/mb-ctor.exp
5786 * gdb.cp/mb-inline.exp
5787 * gdb.cp/mb-templates.exp
5788 * gdb.cp/member-name.exp
5789 * gdb.cp/member-ptr.exp
5790 * gdb.cp/meth-typedefs.exp
5791 * gdb.cp/method.exp
5792 * gdb.cp/method2.exp
5793 * gdb.cp/minsym-fallback.exp
5794 * gdb.cp/misc.exp
5795 * gdb.cp/namelessclass.exp
5796 * gdb.cp/namespace-enum.exp
5797 * gdb.cp/namespace-nested-import.exp
5798 * gdb.cp/namespace.exp
5799 * gdb.cp/nextoverthrow.exp
5800 * gdb.cp/no-dmgl-verbose.exp
5801 * gdb.cp/non-trivial-retval.exp
5802 * gdb.cp/noparam.exp
5803 * gdb.cp/nsdecl.exp
5804 * gdb.cp/nsimport.exp
5805 * gdb.cp/nsnested.exp
5806 * gdb.cp/nsnoimports.exp
5807 * gdb.cp/nsrecurs.exp
5808 * gdb.cp/nsstress.exp
5809 * gdb.cp/nsusing.exp
5810 * gdb.cp/operator.exp
5811 * gdb.cp/oranking.exp
5812 * gdb.cp/overload-const.exp
5813 * gdb.cp/overload.exp
5814 * gdb.cp/ovldbreak.exp
5815 * gdb.cp/ovsrch.exp
5816 * gdb.cp/paren-type.exp
5817 * gdb.cp/parse-lang.exp
5818 * gdb.cp/pass-by-ref.exp
5819 * gdb.cp/pr-1023.exp
5820 * gdb.cp/pr-1210.exp
5821 * gdb.cp/pr-574.exp
5822 * gdb.cp/pr10687.exp
5823 * gdb.cp/pr12028.exp
5824 * gdb.cp/pr17132.exp
5825 * gdb.cp/pr17494.exp
5826 * gdb.cp/pr9067.exp
5827 * gdb.cp/pr9167.exp
5828 * gdb.cp/pr9631.exp
5829 * gdb.cp/printmethod.exp
5830 * gdb.cp/psmang.exp
5831 * gdb.cp/psymtab-parameter.exp
5832 * gdb.cp/ptype-cv-cp.exp
5833 * gdb.cp/ptype-flags.exp
5834 * gdb.cp/re-set-overloaded.exp
5835 * gdb.cp/ref-types.exp
5836 * gdb.cp/rtti.exp
5837 * gdb.cp/scope-err.exp
5838 * gdb.cp/shadow.exp
5839 * gdb.cp/smartp.exp
5840 * gdb.cp/static-method.exp
5841 * gdb.cp/static-print-quit.exp
5842 * gdb.cp/temargs.exp
5843 * gdb.cp/templates.exp
5844 * gdb.cp/try_catch.exp
5845 * gdb.cp/typedef-operator.exp
5846 * gdb.cp/typeid.exp
5847 * gdb.cp/userdef.exp
5848 * gdb.cp/using-crash.exp
5849 * gdb.cp/var-tag.exp
5850 * gdb.cp/virtbase.exp
5851 * gdb.cp/virtfunc.exp
5852 * gdb.cp/virtfunc2.exp
5853 * gdb.cp/vla-cxx.exp
5854 * gdb.disasm/t01_mov.exp
5855 * gdb.disasm/t02_mova.exp
5856 * gdb.disasm/t03_add.exp
5857 * gdb.disasm/t04_sub.exp
5858 * gdb.disasm/t05_cmp.exp
5859 * gdb.disasm/t06_ari2.exp
5860 * gdb.disasm/t07_ari3.exp
5861 * gdb.disasm/t08_or.exp
5862 * gdb.disasm/t09_xor.exp
5863 * gdb.disasm/t10_and.exp
5864 * gdb.disasm/t11_logs.exp
5865 * gdb.disasm/t12_bit.exp
5866 * gdb.disasm/t13_otr.exp
5867 * gdb.dlang/circular.exp
5868 * gdb.dwarf2/arr-stride.exp
5869 * gdb.dwarf2/arr-subrange.exp
5870 * gdb.dwarf2/atomic-type.exp
5871 * gdb.dwarf2/bad-regnum.exp
5872 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5873 * gdb.dwarf2/callframecfa.exp
5874 * gdb.dwarf2/clztest.exp
5875 * gdb.dwarf2/corrupt.exp
5876 * gdb.dwarf2/data-loc.exp
5877 * gdb.dwarf2/dup-psym.exp
5878 * gdb.dwarf2/dw2-anon-mptr.exp
5879 * gdb.dwarf2/dw2-anonymous-func.exp
5880 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5881 * gdb.dwarf2/dw2-bad-unresolved.exp
5882 * gdb.dwarf2/dw2-basic.exp
5883 * gdb.dwarf2/dw2-canonicalize-type.exp
5884 * gdb.dwarf2/dw2-case-insensitive.exp
5885 * gdb.dwarf2/dw2-common-block.exp
5886 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5887 * gdb.dwarf2/dw2-compressed.exp
5888 * gdb.dwarf2/dw2-const.exp
5889 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5890 * gdb.dwarf2/dw2-cu-size.exp
5891 * gdb.dwarf2/dw2-dup-frame.exp
5892 * gdb.dwarf2/dw2-entry-value.exp
5893 * gdb.dwarf2/dw2-icycle.exp
5894 * gdb.dwarf2/dw2-ifort-parameter.exp
5895 * gdb.dwarf2/dw2-inline-break.exp
5896 * gdb.dwarf2/dw2-inline-param.exp
5897 * gdb.dwarf2/dw2-intercu.exp
5898 * gdb.dwarf2/dw2-intermix.exp
5899 * gdb.dwarf2/dw2-lexical-block-bare.exp
5900 * gdb.dwarf2/dw2-linkage-name-trust.exp
5901 * gdb.dwarf2/dw2-minsym-in-cu.exp
5902 * gdb.dwarf2/dw2-noloc.exp
5903 * gdb.dwarf2/dw2-op-call.exp
5904 * gdb.dwarf2/dw2-op-out-param.exp
5905 * gdb.dwarf2/dw2-opt-structptr.exp
5906 * gdb.dwarf2/dw2-param-error.exp
5907 * gdb.dwarf2/dw2-producer.exp
5908 * gdb.dwarf2/dw2-ranges-base.exp
5909 * gdb.dwarf2/dw2-ref-missing-frame.exp
5910 * gdb.dwarf2/dw2-reg-undefined.exp
5911 * gdb.dwarf2/dw2-regno-invalid.exp
5912 * gdb.dwarf2/dw2-restore.exp
5913 * gdb.dwarf2/dw2-restrict.exp
5914 * gdb.dwarf2/dw2-single-line-discriminators.exp
5915 * gdb.dwarf2/dw2-strp.exp
5916 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5917 * gdb.dwarf2/dw2-unresolved.exp
5918 * gdb.dwarf2/dw2-var-zero-addr.exp
5919 * gdb.dwarf2/dw4-sig-types.exp
5920 * gdb.dwarf2/dwz.exp
5921 * gdb.dwarf2/dynarr-ptr.exp
5922 * gdb.dwarf2/enum-type.exp
5923 * gdb.dwarf2/gdb-index.exp
5924 * gdb.dwarf2/implptr-64bit.exp
5925 * gdb.dwarf2/implptr-optimized-out.exp
5926 * gdb.dwarf2/implptr.exp
5927 * gdb.dwarf2/implref-array.exp
5928 * gdb.dwarf2/implref-const.exp
5929 * gdb.dwarf2/implref-global.exp
5930 * gdb.dwarf2/implref-struct.exp
5931 * gdb.dwarf2/mac-fileno.exp
5932 * gdb.dwarf2/main-subprogram.exp
5933 * gdb.dwarf2/member-ptr-forwardref.exp
5934 * gdb.dwarf2/method-ptr.exp
5935 * gdb.dwarf2/missing-sig-type.exp
5936 * gdb.dwarf2/nonvar-access.exp
5937 * gdb.dwarf2/opaque-type-lookup.exp
5938 * gdb.dwarf2/pieces-optimized-out.exp
5939 * gdb.dwarf2/pieces.exp
5940 * gdb.dwarf2/pr10770.exp
5941 * gdb.dwarf2/pr13961.exp
5942 * gdb.dwarf2/staticvirtual.exp
5943 * gdb.dwarf2/subrange.exp
5944 * gdb.dwarf2/symtab-producer.exp
5945 * gdb.dwarf2/trace-crash.exp
5946 * gdb.dwarf2/typeddwarf.exp
5947 * gdb.dwarf2/valop.exp
5948 * gdb.dwarf2/watch-notconst.exp
5949 * gdb.fortran/array-element.exp
5950 * gdb.fortran/charset.exp
5951 * gdb.fortran/common-block.exp
5952 * gdb.fortran/complex.exp
5953 * gdb.fortran/derived-type-function.exp
5954 * gdb.fortran/derived-type.exp
5955 * gdb.fortran/logical.exp
5956 * gdb.fortran/module.exp
5957 * gdb.fortran/multi-dim.exp
5958 * gdb.fortran/nested-funcs.exp
5959 * gdb.fortran/print-formatted.exp
5960 * gdb.fortran/subarray.exp
5961 * gdb.fortran/vla-alloc-assoc.exp
5962 * gdb.fortran/vla-datatypes.exp
5963 * gdb.fortran/vla-history.exp
5964 * gdb.fortran/vla-ptr-info.exp
5965 * gdb.fortran/vla-ptype-sub.exp
5966 * gdb.fortran/vla-ptype.exp
5967 * gdb.fortran/vla-sizeof.exp
5968 * gdb.fortran/vla-type.exp
5969 * gdb.fortran/vla-value-sub-arbitrary.exp
5970 * gdb.fortran/vla-value-sub-finish.exp
5971 * gdb.fortran/vla-value-sub.exp
5972 * gdb.fortran/vla-value.exp
5973 * gdb.fortran/whatis_type.exp
5974 * gdb.go/chan.exp
5975 * gdb.go/handcall.exp
5976 * gdb.go/hello.exp
5977 * gdb.go/integers.exp
5978 * gdb.go/methods.exp
5979 * gdb.go/package.exp
5980 * gdb.go/strings.exp
5981 * gdb.go/types.exp
5982 * gdb.go/unsafe.exp
5983 * gdb.guile/scm-arch.exp
5984 * gdb.guile/scm-block.exp
5985 * gdb.guile/scm-breakpoint.exp
5986 * gdb.guile/scm-cmd.exp
5987 * gdb.guile/scm-disasm.exp
5988 * gdb.guile/scm-equal.exp
5989 * gdb.guile/scm-frame-args.exp
5990 * gdb.guile/scm-frame-inline.exp
5991 * gdb.guile/scm-frame.exp
5992 * gdb.guile/scm-iterator.exp
5993 * gdb.guile/scm-math.exp
5994 * gdb.guile/scm-objfile.exp
5995 * gdb.guile/scm-ports.exp
5996 * gdb.guile/scm-symbol.exp
5997 * gdb.guile/scm-symtab.exp
5998 * gdb.guile/scm-value-cc.exp
5999 * gdb.guile/types-module.exp
6000 * gdb.linespec/break-ask.exp
6001 * gdb.linespec/cpexplicit.exp
6002 * gdb.linespec/explicit.exp
6003 * gdb.linespec/keywords.exp
6004 * gdb.linespec/linespec.exp
6005 * gdb.linespec/ls-dollar.exp
6006 * gdb.linespec/ls-errs.exp
6007 * gdb.linespec/skip-two.exp
6008 * gdb.linespec/thread.exp
6009 * gdb.mi/mi-async.exp
6010 * gdb.mi/mi-basics.exp
6011 * gdb.mi/mi-break.exp
6012 * gdb.mi/mi-catch-load.exp
6013 * gdb.mi/mi-cli.exp
6014 * gdb.mi/mi-cmd-param-changed.exp
6015 * gdb.mi/mi-console.exp
6016 * gdb.mi/mi-detach.exp
6017 * gdb.mi/mi-disassemble.exp
6018 * gdb.mi/mi-eval.exp
6019 * gdb.mi/mi-file-transfer.exp
6020 * gdb.mi/mi-file.exp
6021 * gdb.mi/mi-fill-memory.exp
6022 * gdb.mi/mi-inheritance-syntax-error.exp
6023 * gdb.mi/mi-linespec-err-cp.exp
6024 * gdb.mi/mi-logging.exp
6025 * gdb.mi/mi-memory-changed.exp
6026 * gdb.mi/mi-read-memory.exp
6027 * gdb.mi/mi-record-changed.exp
6028 * gdb.mi/mi-reg-undefined.exp
6029 * gdb.mi/mi-regs.exp
6030 * gdb.mi/mi-return.exp
6031 * gdb.mi/mi-reverse.exp
6032 * gdb.mi/mi-simplerun.exp
6033 * gdb.mi/mi-solib.exp
6034 * gdb.mi/mi-stack.exp
6035 * gdb.mi/mi-stepi.exp
6036 * gdb.mi/mi-syn-frame.exp
6037 * gdb.mi/mi-until.exp
6038 * gdb.mi/mi-var-block.exp
6039 * gdb.mi/mi-var-child.exp
6040 * gdb.mi/mi-var-cmd.exp
6041 * gdb.mi/mi-var-cp.exp
6042 * gdb.mi/mi-var-display.exp
6043 * gdb.mi/mi-var-invalidate.exp
6044 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6045 * gdb.mi/mi-vla-fortran.exp
6046 * gdb.mi/mi-watch.exp
6047 * gdb.mi/mi2-var-child.exp
6048 * gdb.mi/user-selected-context-sync.exp
6049 * gdb.modula2/unbounded-array.exp
6050 * gdb.multi/dummy-frame-restore.exp
6051 * gdb.multi/multi-arch-exec.exp
6052 * gdb.multi/multi-arch.exp
6053 * gdb.multi/tids.exp
6054 * gdb.multi/watchpoint-multi.exp
6055 * gdb.opencl/callfuncs.exp
6056 * gdb.opencl/convs_casts.exp
6057 * gdb.opencl/datatypes.exp
6058 * gdb.opencl/operators.exp
6059 * gdb.opencl/vec_comps.exp
6060 * gdb.opt/clobbered-registers-O2.exp
6061 * gdb.opt/inline-break.exp
6062 * gdb.opt/inline-bt.exp
6063 * gdb.opt/inline-cmds.exp
6064 * gdb.opt/inline-locals.exp
6065 * gdb.pascal/case-insensitive-symbols.exp
6066 * gdb.pascal/floats.exp
6067 * gdb.pascal/gdb11492.exp
6068 * gdb.python/lib-types.exp
6069 * gdb.python/py-arch.exp
6070 * gdb.python/py-as-string.exp
6071 * gdb.python/py-bad-printers.exp
6072 * gdb.python/py-block.exp
6073 * gdb.python/py-breakpoint-create-fail.exp
6074 * gdb.python/py-breakpoint.exp
6075 * gdb.python/py-caller-is.exp
6076 * gdb.python/py-cmd.exp
6077 * gdb.python/py-explore-cc.exp
6078 * gdb.python/py-explore.exp
6079 * gdb.python/py-finish-breakpoint.exp
6080 * gdb.python/py-finish-breakpoint2.exp
6081 * gdb.python/py-frame-args.exp
6082 * gdb.python/py-frame-inline.exp
6083 * gdb.python/py-frame.exp
6084 * gdb.python/py-framefilter-mi.exp
6085 * gdb.python/py-infthread.exp
6086 * gdb.python/py-lazy-string.exp
6087 * gdb.python/py-linetable.exp
6088 * gdb.python/py-mi-events.exp
6089 * gdb.python/py-mi-objfile.exp
6090 * gdb.python/py-mi.exp
6091 * gdb.python/py-objfile.exp
6092 * gdb.python/py-pp-integral.exp
6093 * gdb.python/py-pp-maint.exp
6094 * gdb.python/py-pp-re-notag.exp
6095 * gdb.python/py-pp-registration.exp
6096 * gdb.python/py-recurse-unwind.exp
6097 * gdb.python/py-strfns.exp
6098 * gdb.python/py-symbol.exp
6099 * gdb.python/py-symtab.exp
6100 * gdb.python/py-sync-interp.exp
6101 * gdb.python/py-typeprint.exp
6102 * gdb.python/py-unwind-maint.exp
6103 * gdb.python/py-unwind.exp
6104 * gdb.python/py-value-cc.exp
6105 * gdb.python/py-xmethods.exp
6106 * gdb.reverse/amd64-tailcall-reverse.exp
6107 * gdb.reverse/break-precsave.exp
6108 * gdb.reverse/break-reverse.exp
6109 * gdb.reverse/consecutive-precsave.exp
6110 * gdb.reverse/consecutive-reverse.exp
6111 * gdb.reverse/finish-precsave.exp
6112 * gdb.reverse/finish-reverse-bkpt.exp
6113 * gdb.reverse/finish-reverse.exp
6114 * gdb.reverse/fstatat-reverse.exp
6115 * gdb.reverse/getresuid-reverse.exp
6116 * gdb.reverse/i386-precsave.exp
6117 * gdb.reverse/i386-reverse.exp
6118 * gdb.reverse/i386-sse-reverse.exp
6119 * gdb.reverse/i387-env-reverse.exp
6120 * gdb.reverse/i387-stack-reverse.exp
6121 * gdb.reverse/insn-reverse.exp
6122 * gdb.reverse/machinestate-precsave.exp
6123 * gdb.reverse/machinestate.exp
6124 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6125 * gdb.reverse/pipe-reverse.exp
6126 * gdb.reverse/readv-reverse.exp
6127 * gdb.reverse/recvmsg-reverse.exp
6128 * gdb.reverse/rerun-prec.exp
6129 * gdb.reverse/s390-mvcle.exp
6130 * gdb.reverse/step-precsave.exp
6131 * gdb.reverse/step-reverse.exp
6132 * gdb.reverse/time-reverse.exp
6133 * gdb.reverse/until-precsave.exp
6134 * gdb.reverse/until-reverse.exp
6135 * gdb.reverse/waitpid-reverse.exp
6136 * gdb.reverse/watch-precsave.exp
6137 * gdb.reverse/watch-reverse.exp
6138 * gdb.rust/generics.exp
6139 * gdb.rust/methods.exp
6140 * gdb.rust/modules.exp
6141 * gdb.rust/simple.exp
6142 * gdb.server/connect-with-no-symbol-file.exp
6143 * gdb.server/ext-attach.exp
6144 * gdb.server/ext-restart.exp
6145 * gdb.server/ext-wrapper.exp
6146 * gdb.server/file-transfer.exp
6147 * gdb.server/server-exec-info.exp
6148 * gdb.server/server-kill.exp
6149 * gdb.server/server-mon.exp
6150 * gdb.server/wrapper.exp
6151 * gdb.stabs/exclfwd.exp
6152 * gdb.stabs/gdb11479.exp
6153 * gdb.threads/clone-new-thread-event.exp
6154 * gdb.threads/corethreads.exp
6155 * gdb.threads/current-lwp-dead.exp
6156 * gdb.threads/dlopen-libpthread.exp
6157 * gdb.threads/gcore-thread.exp
6158 * gdb.threads/sigstep-threads.exp
6159 * gdb.threads/watchpoint-fork.exp
6160 * gdb.trace/actions-changed.exp
6161 * gdb.trace/backtrace.exp
6162 * gdb.trace/change-loc.exp
6163 * gdb.trace/circ.exp
6164 * gdb.trace/collection.exp
6165 * gdb.trace/disconnected-tracing.exp
6166 * gdb.trace/ftrace.exp
6167 * gdb.trace/mi-trace-frame-collected.exp
6168 * gdb.trace/mi-trace-unavailable.exp
6169 * gdb.trace/mi-traceframe-changed.exp
6170 * gdb.trace/mi-tsv-changed.exp
6171 * gdb.trace/no-attach-trace.exp
6172 * gdb.trace/passc-dyn.exp
6173 * gdb.trace/qtro.exp
6174 * gdb.trace/range-stepping.exp
6175 * gdb.trace/read-memory.exp
6176 * gdb.trace/save-trace.exp
6177 * gdb.trace/signal.exp
6178 * gdb.trace/status-stop.exp
6179 * gdb.trace/tfile.exp
6180 * gdb.trace/trace-break.exp
6181 * gdb.trace/trace-buffer-size.exp
6182 * gdb.trace/trace-condition.exp
6183 * gdb.trace/tracefile-pseudo-reg.exp
6184 * gdb.trace/tstatus.exp
6185 * gdb.trace/unavailable.exp
6186 * gdb.trace/while-dyn.exp
6187 * gdb.trace/while-stepping.exp
6188
6189 2016-12-22 Doug Evans <xdje42@gmail.com>
6190
6191 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6192 and msymbols.
6193
6194 2016-12-19 Yao Qi <yao.qi@linaro.org>
6195
6196 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6197 (test_with_self): Don't call do_steps_and_nexts, and remove
6198 code about stepping into xmalloc.
6199
6200 2016-12-09 Yao Qi <yao.qi@linaro.org>
6201
6202 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6203
6204 2016-12-09 Yao Qi <yao.qi@linaro.org>
6205
6206 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6207
6208 2016-12-09 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/all-architectures-0.exp: New file.
6211 * gdb.base/all-architectures-1.exp: New file.
6212 * gdb.base/all-architectures-2.exp: New file.
6213 * gdb.base/all-architectures-3.exp: New file.
6214 * gdb.base/all-architectures-4.exp: New file.
6215 * gdb.base/all-architectures-5.exp: New file.
6216 * gdb.base/all-architectures-6.exp: New file.
6217 * gdb.base/all-architectures-7.exp: New file.
6218 * gdb.base/all-architectures.exp.in: New file.
6219
6220 2016-12-09 Yao Qi <yao.qi@linaro.org>
6221
6222 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6223
6224 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6225
6226 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6227 possible.
6228 Remove useless pattern-matching code.
6229
6230 2016-12-02 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6233 procedure.
6234 (top level): Call it.
6235
6236 2016-12-02 Pedro Alves <palves@redhat.com>
6237
6238 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6239 New procedure.
6240 (top level): Call it.
6241
6242 2016-12-02 Pedro Alves <palves@redhat.com>
6243
6244 PR cli/20559
6245 * gdb.base/commands.exp (user_defined_command_args_eval): New
6246 procedure.
6247 (top level): Call it.
6248
6249 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6250
6251 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6252 timeout handling.
6253
6254 2016-12-02 Tom Tromey <tom@tromey.com>
6255
6256 * gdb.dwarf2/main-subprogram.c: New file.
6257 * gdb.dwarf2/main-subprogram.exp: New file.
6258
6259 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6260
6261 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6262 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6263 gdb_test_no_output for a couple of cases.
6264 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6265
6266 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6267
6268 Fix test names and standardize compilation error messages throughout
6269 the following files:
6270
6271 * gdb.ada/start.exp
6272 * gdb.arch/alpha-step.exp
6273 * gdb.arch/e500-prologue.exp
6274 * gdb.arch/ftrace-insn-reloc.exp
6275 * gdb.arch/gdb1291.exp
6276 * gdb.arch/gdb1431.exp
6277 * gdb.arch/gdb1558.exp
6278 * gdb.arch/i386-dr3-watch.exp
6279 * gdb.arch/i386-sse-stack-align.exp
6280 * gdb.arch/ia64-breakpoint-shadow.exp
6281 * gdb.arch/pa-nullify.exp
6282 * gdb.arch/powerpc-aix-prologue.exp
6283 * gdb.arch/thumb-bx-pc.exp
6284 * gdb.base/annota1.exp
6285 * gdb.base/annota3.exp
6286 * gdb.base/arrayidx.exp
6287 * gdb.base/assign.exp
6288 * gdb.base/attach.exp
6289 * gdb.base/auxv.exp
6290 * gdb.base/bang.exp
6291 * gdb.base/bfp-test.exp
6292 * gdb.base/bigcore.exp
6293 * gdb.base/bitfields2.exp
6294 * gdb.base/break-fun-addr.exp
6295 * gdb.base/break-probes.exp
6296 * gdb.base/call-rt-st.exp
6297 * gdb.base/callexit.exp
6298 * gdb.base/catch-fork-kill.exp
6299 * gdb.base/charset.exp
6300 * gdb.base/checkpoint.exp
6301 * gdb.base/comprdebug.exp
6302 * gdb.base/constvars.exp
6303 * gdb.base/coredump-filter.exp
6304 * gdb.base/cursal.exp
6305 * gdb.base/cvexpr.exp
6306 * gdb.base/detach.exp
6307 * gdb.base/display.exp
6308 * gdb.base/dmsym.exp
6309 * gdb.base/dprintf-pending.exp
6310 * gdb.base/dso2dso.exp
6311 * gdb.base/dtrace-probe.exp
6312 * gdb.base/dump.exp
6313 * gdb.base/enum_cond.exp
6314 * gdb.base/exe-lock.exp
6315 * gdb.base/exec-invalid-sysroot.exp
6316 * gdb.base/execl-update-breakpoints.exp
6317 * gdb.base/exprs.exp
6318 * gdb.base/fileio.exp
6319 * gdb.base/find.exp
6320 * gdb.base/finish.exp
6321 * gdb.base/fixsection.exp
6322 * gdb.base/foll-vfork.exp
6323 * gdb.base/frame-args.exp
6324 * gdb.base/gcore.exp
6325 * gdb.base/gdb1250.exp
6326 * gdb.base/global-var-nested-by-dso.exp
6327 * gdb.base/gnu-ifunc.exp
6328 * gdb.base/hashline1.exp
6329 * gdb.base/hashline2.exp
6330 * gdb.base/hashline3.exp
6331 * gdb.base/hbreak-in-shr-unsupported.exp
6332 * gdb.base/huge.exp
6333 * gdb.base/infcall-input.exp
6334 * gdb.base/info-fun.exp
6335 * gdb.base/info-shared.exp
6336 * gdb.base/jit-simple.exp
6337 * gdb.base/jit-so.exp
6338 * gdb.base/jit.exp
6339 * gdb.base/jump.exp
6340 * gdb.base/label.exp
6341 * gdb.base/lineinc.exp
6342 * gdb.base/logical.exp
6343 * gdb.base/longjmp.exp
6344 * gdb.base/macscp.exp
6345 * gdb.base/miscexprs.exp
6346 * gdb.base/new-ui-echo.exp
6347 * gdb.base/new-ui-pending-input.exp
6348 * gdb.base/new-ui.exp
6349 * gdb.base/nodebug.exp
6350 * gdb.base/nofield.exp
6351 * gdb.base/offsets.exp
6352 * gdb.base/overlays.exp
6353 * gdb.base/pending.exp
6354 * gdb.base/pointers.exp
6355 * gdb.base/pr11022.exp
6356 * gdb.base/printcmds.exp
6357 * gdb.base/prologue.exp
6358 * gdb.base/ptr-typedef.exp
6359 * gdb.base/realname-expand.exp
6360 * gdb.base/relativedebug.exp
6361 * gdb.base/relocate.exp
6362 * gdb.base/remote.exp
6363 * gdb.base/reread.exp
6364 * gdb.base/return2.exp
6365 * gdb.base/savedregs.exp
6366 * gdb.base/sep.exp
6367 * gdb.base/sepdebug.exp
6368 * gdb.base/sepsymtab.exp
6369 * gdb.base/set-inferior-tty.exp
6370 * gdb.base/setshow.exp
6371 * gdb.base/shlib-call.exp
6372 * gdb.base/sigaltstack.exp
6373 * gdb.base/siginfo-addr.exp
6374 * gdb.base/signals.exp
6375 * gdb.base/signull.exp
6376 * gdb.base/sigrepeat.exp
6377 * gdb.base/so-impl-ld.exp
6378 * gdb.base/solib-display.exp
6379 * gdb.base/solib-overlap.exp
6380 * gdb.base/solib-search.exp
6381 * gdb.base/solib-symbol.exp
6382 * gdb.base/structs.exp
6383 * gdb.base/structs2.exp
6384 * gdb.base/symtab-search-order.exp
6385 * gdb.base/twice.exp
6386 * gdb.base/unload.exp
6387 * gdb.base/varargs.exp
6388 * gdb.base/watchpoint-solib.exp
6389 * gdb.base/watchpoint.exp
6390 * gdb.base/whatis.exp
6391 * gdb.base/wrong_frame_bt_full.exp
6392 * gdb.btrace/dlopen.exp
6393 * gdb.cell/ea-standalone.exp
6394 * gdb.cell/ea-test.exp
6395 * gdb.cp/dispcxx.exp
6396 * gdb.cp/gdb2384.exp
6397 * gdb.cp/method2.exp
6398 * gdb.cp/nextoverthrow.exp
6399 * gdb.cp/pr10728.exp
6400 * gdb.disasm/am33.exp
6401 * gdb.disasm/h8300s.exp
6402 * gdb.disasm/mn10300.exp
6403 * gdb.disasm/sh3.exp
6404 * gdb.dwarf2/dw2-dir-file-name.exp
6405 * gdb.fortran/complex.exp
6406 * gdb.fortran/library-module.exp
6407 * gdb.guile/scm-pretty-print.exp
6408 * gdb.guile/scm-symbol.exp
6409 * gdb.guile/scm-type.exp
6410 * gdb.guile/scm-value.exp
6411 * gdb.linespec/linespec.exp
6412 * gdb.mi/gdb701.exp
6413 * gdb.mi/gdb792.exp
6414 * gdb.mi/mi-breakpoint-changed.exp
6415 * gdb.mi/mi-dprintf-pending.exp
6416 * gdb.mi/mi-dprintf.exp
6417 * gdb.mi/mi-exit-code.exp
6418 * gdb.mi/mi-pending.exp
6419 * gdb.mi/mi-solib.exp
6420 * gdb.mi/new-ui-mi-sync.exp
6421 * gdb.mi/pr11022.exp
6422 * gdb.mi/user-selected-context-sync.exp
6423 * gdb.opt/solib-intra-step.exp
6424 * gdb.python/py-events.exp
6425 * gdb.python/py-finish-breakpoint.exp
6426 * gdb.python/py-mi.exp
6427 * gdb.python/py-prettyprint.exp
6428 * gdb.python/py-shared.exp
6429 * gdb.python/py-symbol.exp
6430 * gdb.python/py-template.exp
6431 * gdb.python/py-type.exp
6432 * gdb.python/py-value.exp
6433 * gdb.reverse/solib-precsave.exp
6434 * gdb.reverse/solib-reverse.exp
6435 * gdb.server/solib-list.exp
6436 * gdb.stabs/weird.exp
6437 * gdb.threads/reconnect-signal.exp
6438 * gdb.threads/stepi-random-signal.exp
6439 * gdb.trace/actions.exp
6440 * gdb.trace/ax.exp
6441 * gdb.trace/backtrace.exp
6442 * gdb.trace/change-loc.exp
6443 * gdb.trace/deltrace.exp
6444 * gdb.trace/ftrace-lock.exp
6445 * gdb.trace/ftrace.exp
6446 * gdb.trace/infotrace.exp
6447 * gdb.trace/mi-tracepoint-changed.exp
6448 * gdb.trace/packetlen.exp
6449 * gdb.trace/passcount.exp
6450 * gdb.trace/pending.exp
6451 * gdb.trace/range-stepping.exp
6452 * gdb.trace/report.exp
6453 * gdb.trace/stap-trace.exp
6454 * gdb.trace/tfind.exp
6455 * gdb.trace/trace-break.exp
6456 * gdb.trace/trace-condition.exp
6457 * gdb.trace/trace-enable-disable.exp
6458 * gdb.trace/trace-mt.exp
6459 * gdb.trace/tracecmd.exp
6460 * gdb.trace/tspeed.exp
6461 * gdb.trace/tsv.exp
6462 * lib/perftest.exp
6463
6464 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6465
6466 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6467 with gdb_test_no_output.
6468 Use command as test name.
6469
6470 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6471
6472 Fix test names starting with uppercase throughout the files.
6473
6474 * gdb.ada/assign_1.exp
6475 * gdb.ada/boolean_expr.exp
6476 * gdb.base/arrayidx.exp
6477 * gdb.base/del.exp
6478 * gdb.base/gcore-buffer-overflow.exp
6479 * gdb.base/testenv.exp
6480 * gdb.compile/compile.exp
6481 * gdb.python/py-framefilter-invalidarg.exp
6482 * gdb.python/py-framefilter.exp
6483
6484 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6485
6486 Fix test names starting with uppercase throughout the files.
6487
6488 * gdb.ada/array_return.exp
6489 * gdb.ada/expr_delims.exp
6490 * gdb.ada/mi_dyn_arr.exp
6491 * gdb.ada/mi_interface.exp
6492 * gdb.ada/mi_var_array.exp
6493 * gdb.ada/watch_arg.exp
6494 * gdb.arch/alpha-step.exp
6495 * gdb.arch/altivec-regs.exp
6496 * gdb.arch/e500-regs.exp
6497 * gdb.arch/powerpc-d128-regs.exp
6498 * gdb.base/arrayidx.exp
6499 * gdb.base/break.exp
6500 * gdb.base/checkpoint.exp
6501 * gdb.base/debug-expr.exp
6502 * gdb.base/dmsym.exp
6503 * gdb.base/radix.exp
6504 * gdb.base/sepdebug.exp
6505 * gdb.base/testenv.exp
6506 * gdb.base/watch_thread_num.exp
6507 * gdb.base/watchpoint-cond-gone.exp
6508 * gdb.cell/break.exp
6509 * gdb.cell/ea-cache.exp
6510 * gdb.compile/compile.exp
6511 * gdb.cp/gdb2495.exp
6512 * gdb.gdb/selftest.exp
6513 * gdb.gdb/xfullpath.exp
6514 * gdb.go/hello.exp
6515 * gdb.go/integers.exp
6516 * gdb.objc/basicclass.exp
6517 * gdb.pascal/hello.exp
6518 * gdb.pascal/integers.exp
6519 * gdb.python/py-breakpoint.exp
6520 * gdb.python/py-cmd.exp
6521 * gdb.python/py-linetable.exp
6522 * gdb.python/py-xmethods.exp
6523 * gdb.python/python.exp
6524 * gdb.reverse/consecutive-precsave.exp
6525 * gdb.reverse/finish-precsave.exp
6526 * gdb.reverse/i386-precsave.exp
6527 * gdb.reverse/machinestate-precsave.exp
6528 * gdb.reverse/sigall-precsave.exp
6529 * gdb.reverse/solib-precsave.exp
6530 * gdb.reverse/step-precsave.exp
6531 * gdb.reverse/until-precsave.exp
6532 * gdb.reverse/watch-precsave.exp
6533 * gdb.threads/leader-exit.exp
6534 * gdb.threads/pthreads.exp
6535 * gdb.threads/wp-replication.exp
6536 * gdb.trace/actions.exp
6537 * gdb.trace/mi-tsv-changed.exp
6538 * gdb.trace/tsv.exp
6539
6540 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6541
6542 Fix test names starting with uppercase throughout the files.
6543
6544 * gdb.arch/i386-bp_permanent.exp
6545 * gdb.arch/i386-gnu-cfi.exp
6546 * gdb.base/disasm-end-cu.exp
6547 * gdb.base/macscp.exp
6548 * gdb.base/pending.exp
6549 * gdb.base/watch_thread_num.exp
6550 * gdb.cp/exception.exp
6551 * gdb.cp/gdb2495.exp
6552 * gdb.cp/local.exp
6553 * gdb.python/py-evsignal.exp
6554 * gdb.python/python.exp
6555 * gdb.trace/tracecmd.exp
6556
6557 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6558
6559 Fix test names starting with uppercase throughout the files.
6560
6561 * gdb.base/charset.exp
6562 * gdb.base/eval.exp
6563 * gdb.base/multi-forks.exp
6564 * gdb.guile/scm-progspace.exp
6565 * gdb.opencl/datatypes.exp
6566 * gdb.python/py-block.exp
6567 * gdb.python/py-function.exp
6568 * gdb.python/py-symbol.exp
6569 * gdb.python/py-symtab.exp
6570 * gdb.python/py-xmethods.exp
6571 * gdb.reverse/break-precsave.exp
6572 * gdb.reverse/break-reverse.exp
6573 * gdb.reverse/consecutive-precsave.exp
6574 * gdb.reverse/consecutive-reverse.exp
6575 * gdb.reverse/finish-precsave.exp
6576 * gdb.reverse/finish-reverse-bkpt.exp
6577 * gdb.reverse/finish-reverse.exp
6578 * gdb.reverse/fstatat-reverse.exp
6579 * gdb.reverse/getresuid-reverse.exp
6580 * gdb.reverse/i386-precsave.exp
6581 * gdb.reverse/i386-reverse.exp
6582 * gdb.reverse/i386-sse-reverse.exp
6583 * gdb.reverse/i387-stack-reverse.exp
6584 * gdb.reverse/insn-reverse.exp
6585 * gdb.reverse/machinestate-precsave.exp
6586 * gdb.reverse/machinestate.exp
6587 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6588 * gdb.reverse/pipe-reverse.exp
6589 * gdb.reverse/readv-reverse.exp
6590 * gdb.reverse/recvmsg-reverse.exp
6591 * gdb.reverse/rerun-prec.exp
6592 * gdb.reverse/s390-mvcle.exp
6593 * gdb.reverse/sigall-precsave.exp
6594 * gdb.reverse/sigall-reverse.exp
6595 * gdb.reverse/solib-precsave.exp
6596 * gdb.reverse/solib-reverse.exp
6597 * gdb.reverse/step-precsave.exp
6598 * gdb.reverse/step-reverse.exp
6599 * gdb.reverse/time-reverse.exp
6600 * gdb.reverse/until-precsave.exp
6601 * gdb.reverse/until-reverse.exp
6602 * gdb.reverse/waitpid-reverse.exp
6603 * gdb.reverse/watch-precsave.exp
6604 * gdb.reverse/watch-reverse.exp
6605
6606 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6607
6608 Fix test names starting with uppercase throughout the files.
6609
6610 * gdb.arch/i386-mpx-simple_segv.exp
6611 * gdb.arch/i386-mpx.exp
6612 * gdb.arch/i386-permbkpt.exp
6613 * gdb.arch/pa-nullify.exp
6614 * gdb.arch/powerpc-d128-regs.exp
6615 * gdb.arch/vsx-regs.exp
6616 * gdb.base/bfp-test.exp
6617 * gdb.base/break.exp
6618 * gdb.base/breakpoint-shadow.exp
6619 * gdb.base/callfuncs.exp
6620 * gdb.base/charset.exp
6621 * gdb.base/commands.exp
6622 * gdb.base/completion.exp
6623 * gdb.base/dfp-test.exp
6624 * gdb.base/echo.exp
6625 * gdb.base/ending-run.exp
6626 * gdb.base/eval.exp
6627 * gdb.base/expand-psymtabs.exp
6628 * gdb.base/float128.exp
6629 * gdb.base/floatn.exp
6630 * gdb.base/foll-exec-mode.exp
6631 * gdb.base/gdb1056.exp
6632 * gdb.base/gdb11531.exp
6633 * gdb.base/kill-after-signal.exp
6634 * gdb.base/multi-forks.exp
6635 * gdb.base/overlays.exp
6636 * gdb.base/pending.exp
6637 * gdb.base/sepdebug.exp
6638 * gdb.base/testenv.exp
6639 * gdb.base/valgrind-db-attach.exp
6640 * gdb.base/watch_thread_num.exp
6641 * gdb.base/watchpoint-cond-gone.exp
6642 * gdb.base/watchpoint.exp
6643 * gdb.base/watchpoints.exp
6644 * gdb.cp/arg-reference.exp
6645 * gdb.cp/baseenum.exp
6646 * gdb.cp/operator.exp
6647 * gdb.cp/shadow.exp
6648 * gdb.dwarf2/dw2-op-out-param.exp
6649 * gdb.dwarf2/dw2-reg-undefined.exp
6650 * gdb.go/chan.exp
6651 * gdb.go/hello.exp
6652 * gdb.go/integers.exp
6653 * gdb.go/methods.exp
6654 * gdb.go/package.exp
6655 * gdb.guile/scm-parameter.exp
6656 * gdb.guile/scm-progspace.exp
6657 * gdb.guile/scm-value.exp
6658 * gdb.mi/mi-pending.exp
6659 * gdb.mi/user-selected-context-sync.exp
6660 * gdb.multi/multi-attach.exp
6661 * gdb.multi/tids.exp
6662 * gdb.opt/clobbered-registers-O2.exp
6663 * gdb.pascal/floats.exp
6664 * gdb.pascal/integers.exp
6665 * gdb.python/py-block.exp
6666 * gdb.python/py-events.exp
6667 * gdb.python/py-parameter.exp
6668 * gdb.python/py-symbol.exp
6669 * gdb.python/py-symtab.exp
6670 * gdb.python/py-type.exp
6671 * gdb.python/py-value.exp
6672 * gdb.python/py-xmethods.exp
6673 * gdb.python/python.exp
6674 * gdb.reverse/break-precsave.exp
6675 * gdb.reverse/consecutive-precsave.exp
6676 * gdb.reverse/finish-precsave.exp
6677 * gdb.reverse/i386-precsave.exp
6678 * gdb.reverse/machinestate-precsave.exp
6679 * gdb.reverse/sigall-precsave.exp
6680 * gdb.reverse/solib-precsave.exp
6681 * gdb.reverse/step-precsave.exp
6682 * gdb.reverse/until-precsave.exp
6683 * gdb.reverse/watch-precsave.exp
6684 * gdb.server/ext-attach.exp
6685 * gdb.server/ext-restart.exp
6686 * gdb.server/ext-run.exp
6687 * gdb.server/ext-wrapper.exp
6688 * gdb.stabs/gdb11479.exp
6689 * gdb.stabs/weird.exp
6690 * gdb.threads/attach-many-short-lived-threads.exp
6691 * gdb.threads/kill.exp
6692 * gdb.threads/watchpoint-fork.exp
6693
6694 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6695
6696 Fix test names starting with uppercase throughout all the files below.
6697
6698 * gdb.ada/array_return.exp
6699 * gdb.ada/catch_ex.exp
6700 * gdb.ada/info_exc.exp
6701 * gdb.ada/mi_catch_ex.exp
6702 * gdb.ada/mi_dyn_arr.exp
6703 * gdb.ada/mi_ex_cond.exp
6704 * gdb.ada/mi_exc_info.exp
6705 * gdb.ada/mi_interface.exp
6706 * gdb.ada/mi_task_arg.exp
6707 * gdb.ada/mi_task_info.exp
6708 * gdb.ada/mi_var_array.exp
6709 * gdb.arch/alpha-step.exp
6710 * gdb.arch/amd64-disp-step.exp
6711 * gdb.arch/arm-disp-step.exp
6712 * gdb.arch/disp-step-insn-reloc.exp
6713 * gdb.arch/e500-prologue.exp
6714 * gdb.arch/ftrace-insn-reloc.exp
6715 * gdb.arch/gdb1558.exp
6716 * gdb.arch/i386-bp_permanent.exp
6717 * gdb.arch/i386-disp-step.exp
6718 * gdb.arch/i386-float.exp
6719 * gdb.arch/i386-gnu-cfi.exp
6720 * gdb.arch/ia64-breakpoint-shadow.exp
6721 * gdb.arch/mips16-thunks.exp
6722 * gdb.arch/pa-nullify.exp
6723 * gdb.arch/powerpc-aix-prologue.exp
6724 * gdb.arch/powerpc-power.exp
6725 * gdb.arch/ppc-dfp.exp
6726 * gdb.arch/s390-tdbregs.exp
6727 * gdb.arch/spu-info.exp
6728 * gdb.arch/spu-ls.exp
6729 * gdb.arch/thumb-bx-pc.exp
6730 * gdb.base/advance.exp
6731 * gdb.base/annota-input-while-running.exp
6732 * gdb.base/arrayidx.exp
6733 * gdb.base/asmlabel.exp
6734 * gdb.base/async.exp
6735 * gdb.base/attach-wait-input.exp
6736 * gdb.base/auto-connect-native-target.exp
6737 * gdb.base/batch-preserve-term-settings.exp
6738 * gdb.base/bfp-test.exp
6739 * gdb.base/bigcore.exp
6740 * gdb.base/bp-permanent.exp
6741 * gdb.base/break-always.exp
6742 * gdb.base/break-fun-addr.exp
6743 * gdb.base/break-idempotent.exp
6744 * gdb.base/break-main-file-remove-fail.exp
6745 * gdb.base/break-probes.exp
6746 * gdb.base/break-unload-file.exp
6747 * gdb.base/break.exp
6748 * gdb.base/call-ar-st.exp
6749 * gdb.base/call-rt-st.exp
6750 * gdb.base/call-sc.exp
6751 * gdb.base/call-signal-resume.exp
6752 * gdb.base/call-strs.exp
6753 * gdb.base/callexit.exp
6754 * gdb.base/callfuncs.exp
6755 * gdb.base/catch-gdb-caused-signals.exp
6756 * gdb.base/catch-signal-siginfo-cond.exp
6757 * gdb.base/catch-syscall.exp
6758 * gdb.base/compare-sections.exp
6759 * gdb.base/cond-eval-mode.exp
6760 * gdb.base/condbreak-call-false.exp
6761 * gdb.base/consecutive-step-over.exp
6762 * gdb.base/cursal.exp
6763 * gdb.base/disabled-location.exp
6764 * gdb.base/disasm-end-cu.exp
6765 * gdb.base/display.exp
6766 * gdb.base/double-prompt-target-event-error.exp
6767 * gdb.base/dprintf-bp-same-addr.exp
6768 * gdb.base/dprintf-detach.exp
6769 * gdb.base/dprintf-next.exp
6770 * gdb.base/dprintf-non-stop.exp
6771 * gdb.base/dprintf-pending.exp
6772 * gdb.base/dso2dso.exp
6773 * gdb.base/ending-run.exp
6774 * gdb.base/enum_cond.exp
6775 * gdb.base/examine-backward.exp
6776 * gdb.base/exe-lock.exp
6777 * gdb.base/exec-invalid-sysroot.exp
6778 * gdb.base/execl-update-breakpoints.exp
6779 * gdb.base/execution-termios.exp
6780 * gdb.base/fileio.exp
6781 * gdb.base/fixsection.exp
6782 * gdb.base/foll-exec-mode.exp
6783 * gdb.base/foll-exec.exp
6784 * gdb.base/fork-running-state.exp
6785 * gdb.base/frame-args.exp
6786 * gdb.base/fullpath-expand.exp
6787 * gdb.base/func-ptr.exp
6788 * gdb.base/gcore-relro-pie.exp
6789 * gdb.base/gdb1090.exp
6790 * gdb.base/gdb1555.exp
6791 * gdb.base/global-var-nested-by-dso.exp
6792 * gdb.base/gnu-ifunc.exp
6793 * gdb.base/hbreak-in-shr-unsupported.exp
6794 * gdb.base/hbreak-unmapped.exp
6795 * gdb.base/hook-stop.exp
6796 * gdb.base/infcall-input.exp
6797 * gdb.base/info-fun.exp
6798 * gdb.base/info-shared.exp
6799 * gdb.base/interrupt-noterm.exp
6800 * gdb.base/jit-so.exp
6801 * gdb.base/jit.exp
6802 * gdb.base/line-symtabs.exp
6803 * gdb.base/list.exp
6804 * gdb.base/longjmp.exp
6805 * gdb.base/macscp.exp
6806 * gdb.base/max-value-size.exp
6807 * gdb.base/nodebug.exp
6808 * gdb.base/nofield.exp
6809 * gdb.base/overlays.exp
6810 * gdb.base/paginate-after-ctrl-c-running.exp
6811 * gdb.base/paginate-bg-execution.exp
6812 * gdb.base/paginate-inferior-exit.exp
6813 * gdb.base/pending.exp
6814 * gdb.base/pr11022.exp
6815 * gdb.base/printcmds.exp
6816 * gdb.base/ptr-typedef.exp
6817 * gdb.base/ptype.exp
6818 * gdb.base/randomize.exp
6819 * gdb.base/range-stepping.exp
6820 * gdb.base/realname-expand.exp
6821 * gdb.base/relativedebug.exp
6822 * gdb.base/remote.exp
6823 * gdb.base/savedregs.exp
6824 * gdb.base/sepdebug.exp
6825 * gdb.base/set-noassign.exp
6826 * gdb.base/shlib-call.exp
6827 * gdb.base/shreloc.exp
6828 * gdb.base/sigaltstack.exp
6829 * gdb.base/sigbpt.exp
6830 * gdb.base/siginfo-addr.exp
6831 * gdb.base/siginfo-obj.exp
6832 * gdb.base/siginfo-thread.exp
6833 * gdb.base/signest.exp
6834 * gdb.base/signull.exp
6835 * gdb.base/sigrepeat.exp
6836 * gdb.base/skip.exp
6837 * gdb.base/so-impl-ld.exp
6838 * gdb.base/solib-corrupted.exp
6839 * gdb.base/solib-disc.exp
6840 * gdb.base/solib-display.exp
6841 * gdb.base/solib-overlap.exp
6842 * gdb.base/solib-search.exp
6843 * gdb.base/solib-symbol.exp
6844 * gdb.base/source-execution.exp
6845 * gdb.base/sss-bp-on-user-bp-2.exp
6846 * gdb.base/sss-bp-on-user-bp.exp
6847 * gdb.base/stack-checking.exp
6848 * gdb.base/stale-infcall.exp
6849 * gdb.base/step-break.exp
6850 * gdb.base/step-line.exp
6851 * gdb.base/step-over-exit.exp
6852 * gdb.base/step-test.exp
6853 * gdb.base/structs.exp
6854 * gdb.base/sym-file.exp
6855 * gdb.base/symtab-search-order.exp
6856 * gdb.base/term.exp
6857 * gdb.base/type-opaque.exp
6858 * gdb.base/unload.exp
6859 * gdb.base/until-nodebug.exp
6860 * gdb.base/until.exp
6861 * gdb.base/unwindonsignal.exp
6862 * gdb.base/watch-cond.exp
6863 * gdb.base/watch-non-mem.exp
6864 * gdb.base/watch_thread_num.exp
6865 * gdb.base/watchpoint-reuse-slot.exp
6866 * gdb.base/watchpoint-solib.exp
6867 * gdb.base/watchpoint.exp
6868 * gdb.btrace/dlopen.exp
6869 * gdb.cell/arch.exp
6870 * gdb.cell/break.exp
6871 * gdb.cell/bt.exp
6872 * gdb.cell/core.exp
6873 * gdb.cell/data.exp
6874 * gdb.cell/dwarfaddr.exp
6875 * gdb.cell/ea-cache.exp
6876 * gdb.cell/ea-standalone.exp
6877 * gdb.cell/ea-test.exp
6878 * gdb.cell/f-regs.exp
6879 * gdb.cell/fork.exp
6880 * gdb.cell/gcore.exp
6881 * gdb.cell/mem-access.exp
6882 * gdb.cell/ptype.exp
6883 * gdb.cell/registers.exp
6884 * gdb.cell/sizeof.exp
6885 * gdb.cell/solib-symbol.exp
6886 * gdb.cell/solib.exp
6887 * gdb.compile/compile-tls.exp
6888 * gdb.cp/exception.exp
6889 * gdb.cp/gdb2495.exp
6890 * gdb.cp/local.exp
6891 * gdb.cp/mb-inline.exp
6892 * gdb.cp/mb-templates.exp
6893 * gdb.cp/pr10687.exp
6894 * gdb.cp/pr9167.exp
6895 * gdb.cp/scope-err.exp
6896 * gdb.cp/templates.exp
6897 * gdb.cp/virtfunc.exp
6898 * gdb.dwarf2/dw2-dir-file-name.exp
6899 * gdb.dwarf2/dw2-single-line-discriminators.exp
6900 * gdb.fortran/complex.exp
6901 * gdb.fortran/library-module.exp
6902 * gdb.guile/guile.exp
6903 * gdb.guile/scm-cmd.exp
6904 * gdb.guile/scm-frame-inline.exp
6905 * gdb.guile/scm-objfile.exp
6906 * gdb.guile/scm-pretty-print.exp
6907 * gdb.guile/scm-symbol.exp
6908 * gdb.guile/scm-type.exp
6909 * gdb.guile/scm-value.exp
6910 * gdb.linespec/keywords.exp
6911 * gdb.linespec/ls-errs.exp
6912 * gdb.linespec/macro-relative.exp
6913 * gdb.linespec/thread.exp
6914 * gdb.mi/mi-breakpoint-changed.exp
6915 * gdb.mi/mi-dprintf-pending.exp
6916 * gdb.mi/mi-fullname-deleted.exp
6917 * gdb.mi/mi-logging.exp
6918 * gdb.mi/mi-pending.exp
6919 * gdb.mi/mi-solib.exp
6920 * gdb.mi/new-ui-mi-sync.exp
6921 * gdb.mi/user-selected-context-sync.exp
6922 * gdb.multi/dummy-frame-restore.exp
6923 * gdb.multi/multi-arch-exec.exp
6924 * gdb.multi/remove-inferiors.exp
6925 * gdb.multi/watchpoint-multi-exit.exp
6926 * gdb.opt/solib-intra-step.exp
6927 * gdb.perf/backtrace.exp
6928 * gdb.perf/single-step.exp
6929 * gdb.perf/skip-command.exp
6930 * gdb.perf/skip-prologue.exp
6931 * gdb.perf/solib.exp
6932 * gdb.python/lib-types.exp
6933 * gdb.python/py-as-string.exp
6934 * gdb.python/py-bad-printers.exp
6935 * gdb.python/py-block.exp
6936 * gdb.python/py-breakpoint.exp
6937 * gdb.python/py-cmd.exp
6938 * gdb.python/py-events.exp
6939 * gdb.python/py-evthreads.exp
6940 * gdb.python/py-finish-breakpoint.exp
6941 * gdb.python/py-finish-breakpoint2.exp
6942 * gdb.python/py-frame-inline.exp
6943 * gdb.python/py-frame.exp
6944 * gdb.python/py-inferior.exp
6945 * gdb.python/py-infthread.exp
6946 * gdb.python/py-mi.exp
6947 * gdb.python/py-objfile.exp
6948 * gdb.python/py-pp-maint.exp
6949 * gdb.python/py-pp-registration.exp
6950 * gdb.python/py-prettyprint.exp
6951 * gdb.python/py-recurse-unwind.exp
6952 * gdb.python/py-shared.exp
6953 * gdb.python/py-symbol.exp
6954 * gdb.python/py-symtab.exp
6955 * gdb.python/py-template.exp
6956 * gdb.python/py-type.exp
6957 * gdb.python/py-unwind-maint.exp
6958 * gdb.python/py-unwind.exp
6959 * gdb.python/py-value.exp
6960 * gdb.python/python.exp
6961 * gdb.reverse/finish-reverse-bkpt.exp
6962 * gdb.reverse/insn-reverse.exp
6963 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6964 * gdb.reverse/solib-precsave.exp
6965 * gdb.reverse/solib-reverse.exp
6966 * gdb.stabs/gdb11479.exp
6967 * gdb.stabs/weird.exp
6968 * gdb.threads/fork-child-threads.exp
6969 * gdb.threads/fork-plus-threads.exp
6970 * gdb.threads/fork-thread-pending.exp
6971 * gdb.threads/forking-threads-plus-breakpoint.exp
6972 * gdb.threads/hand-call-in-threads.exp
6973 * gdb.threads/interrupted-hand-call.exp
6974 * gdb.threads/linux-dp.exp
6975 * gdb.threads/local-watch-wrong-thread.exp
6976 * gdb.threads/next-while-other-thread-longjmps.exp
6977 * gdb.threads/non-ldr-exit.exp
6978 * gdb.threads/pending-step.exp
6979 * gdb.threads/print-threads.exp
6980 * gdb.threads/process-dies-while-detaching.exp
6981 * gdb.threads/process-dies-while-handling-bp.exp
6982 * gdb.threads/pthreads.exp
6983 * gdb.threads/queue-signal.exp
6984 * gdb.threads/reconnect-signal.exp
6985 * gdb.threads/signal-command-handle-nopass.exp
6986 * gdb.threads/signal-command-multiple-signals-pending.exp
6987 * gdb.threads/signal-delivered-right-thread.exp
6988 * gdb.threads/signal-sigtrap.exp
6989 * gdb.threads/sigthread.exp
6990 * gdb.threads/staticthreads.exp
6991 * gdb.threads/stepi-random-signal.exp
6992 * gdb.threads/thread-unwindonsignal.exp
6993 * gdb.threads/thread_check.exp
6994 * gdb.threads/thread_events.exp
6995 * gdb.threads/tid-reuse.exp
6996 * gdb.threads/tls-nodebug.exp
6997 * gdb.threads/tls-shared.exp
6998 * gdb.threads/tls-so_extern.exp
6999 * gdb.threads/tls.exp
7000 * gdb.threads/wp-replication.exp
7001 * gdb.trace/actions-changed.exp
7002 * gdb.trace/actions.exp
7003 * gdb.trace/backtrace.exp
7004 * gdb.trace/change-loc.exp
7005 * gdb.trace/collection.exp
7006 * gdb.trace/deltrace.exp
7007 * gdb.trace/disconnected-tracing.exp
7008 * gdb.trace/entry-values.exp
7009 * gdb.trace/ftrace-lock.exp
7010 * gdb.trace/ftrace.exp
7011 * gdb.trace/infotrace.exp
7012 * gdb.trace/mi-trace-frame-collected.exp
7013 * gdb.trace/mi-trace-unavailable.exp
7014 * gdb.trace/mi-traceframe-changed.exp
7015 * gdb.trace/mi-tracepoint-changed.exp
7016 * gdb.trace/mi-tsv-changed.exp
7017 * gdb.trace/no-attach-trace.exp
7018 * gdb.trace/packetlen.exp
7019 * gdb.trace/passc-dyn.exp
7020 * gdb.trace/passcount.exp
7021 * gdb.trace/pending.exp
7022 * gdb.trace/pr16508.exp
7023 * gdb.trace/qtro.exp
7024 * gdb.trace/range-stepping.exp
7025 * gdb.trace/read-memory.exp
7026 * gdb.trace/report.exp
7027 * gdb.trace/save-trace.exp
7028 * gdb.trace/signal.exp
7029 * gdb.trace/stap-trace.exp
7030 * gdb.trace/status-stop.exp
7031 * gdb.trace/strace.exp
7032 * gdb.trace/tfile.exp
7033 * gdb.trace/tfind.exp
7034 * gdb.trace/trace-break.exp
7035 * gdb.trace/trace-condition.exp
7036 * gdb.trace/trace-enable-disable.exp
7037 * gdb.trace/trace-mt.exp
7038 * gdb.trace/tracecmd.exp
7039 * gdb.trace/tracefile-pseudo-reg.exp
7040 * gdb.trace/tspeed.exp
7041 * gdb.trace/tstatus.exp
7042 * gdb.trace/tsv.exp
7043 * gdb.trace/unavailable.exp
7044 * gdb.trace/while-dyn.exp
7045 * gdb.trace/while-stepping.exp
7046 * lib/gdb-guile.exp
7047 * lib/gdb.exp
7048 * lib/mi-support.exp
7049 * lib/pascal.exp
7050 * lib/perftest.exp
7051 * lib/prelink-support.exp
7052 * lib/selftest-support.exp
7053
7054 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7055
7056 * Makefile.in: Include disable-implicit-rules.mk.
7057
7058 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7059
7060 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7061 non-byte-aligned bit fields.
7062
7063 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7064
7065 PR gdb/12616
7066 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7067 respects the DW_AT_data_bit_offset attribute.
7068
7069 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7070
7071 * gdb.base/default.exp: Fix output of "set language".
7072
7073 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7074
7075 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7076 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7077 make.
7078 * configure.ac: Remove checks for the make program.
7079 * configure: Re-generate.
7080
7081 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7082
7083 * gdb.python/py-recurse-unwind.c (main): Add loop.
7084 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7085 to read_register() and gdb.parse_and_eval(). Make each code
7086 call a separate case that can be individually tested.
7087 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7088 proc. Call cont_and_backtrace for each of the code paths that
7089 we want to test in the unwinder.
7090
7091 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7092
7093 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7094 the definition of struct S.
7095
7096 2016-11-11 Catherine Moore <clm@codesourcery.com>
7097
7098 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7099
7100 2016-11-09 Pedro Alves <palves@redhat.com>
7101
7102 * gdb.base/commands.exp (runto_or_return): New procedure.
7103 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7104 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7105 (progvar_simple_while_test, progvar_complex_if_while_test)
7106 (if_while_breakpoint_command_test)
7107 (infrun_breakpoint_command_test, breakpoint_command_test)
7108 (user_defined_command_test, watchpoint_command_test)
7109 (test_command_prompt_position, redefine_hook_test)
7110 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7111 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7112 multi_line_input and multi_line. Remove gdb_expect and
7113 gdb_stop_suppressing_tests uses.
7114 * lib/gdb.exp (valnum_re): New global.
7115 (multi_line_input): New procedure.
7116
7117 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7118
7119 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7120 Remove.
7121 (test_setup): Define with proc_with_prefix.
7122 (test_cli_inferior): Likewise.
7123 (test_cli_thread): Likewise.
7124 (test_cli_frame): Likewise.
7125 (test_cli_select_frame): Likewise.
7126 (test_cli_up_down): Likewise.
7127 (test_mi_thread_select): Likewise.
7128 (test_mi_stack_select_frame): Likewise.
7129 (test_cli_in_mi_inferior): Likewise.
7130 (test_cli_in_mi_thread): Likewise.
7131 (test_cli_in_mi_frame): Likewise.
7132 (top level): Do not use with_test_prefix_procname.
7133
7134 2016-11-09 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.base/commands.exp (gdbvar_simple_if_test)
7137 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7138 (progvar_simple_if_test, progvar_simple_while_test)
7139 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7140 (infrun_breakpoint_command_test, breakpoint_command_test)
7141 (user_defined_command_test, watchpoint_command_test)
7142 (test_command_prompt_position, deprecated_command_test)
7143 (bp_deleted_in_command, temporary_breakpoint_commands)
7144 (stray_arg0_test, source_file_with_indented_comment)
7145 (recursive_source_test, if_commands_test)
7146 (error_clears_commands_left, redefine_hook_test)
7147 (redefine_backtrace_test): Use proc_with_prefix.
7148 * lib/gdb.exp (proc_with_prefix): New proc.
7149
7150 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7151
7152 * gdb.base/tui-layout.c: New file.
7153 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7154 disassembly window contains very long lines.
7155
7156 2016-11-08 Tom Tromey <tom@tromey.com>
7157
7158 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7159 depend on Python 2.
7160
7161 2016-11-08 Tom Tromey <tom@tromey.com>
7162
7163 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7164 New method.
7165
7166 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7167
7168 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7169
7170 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7171
7172 * gdb.rust/simple.rs: Add test for univariant enums without
7173 discriminants and for encoded struct-like enums.
7174
7175 2016-10-28 Pedro Alves <palves@redhat.com>
7176
7177 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7178 gdb_test_multiple, tighten regexps and match symtabs and line
7179 tables incrementally.
7180
7181 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7182
7183 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7184 general.
7185
7186 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7187
7188 * gdb.base/exec-invalid-sysroot.exp: New file.
7189
7190 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7191
7192 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7193
7194 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7195
7196 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7197
7198 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7199
7200 * gdb.base/killed-outside.exp: Remove $options from a call to
7201 `prepare_for_testing'.
7202
7203 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7204
7205 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7206 Change test message.
7207
7208 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7209
7210 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7211 Update comment.
7212
7213 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7214
7215 * gdb.trace/mi-trace-save.exp: New file.
7216
7217 2016-10-13 Yao Qi <yao.qi@linaro.org>
7218
7219 * gdb.base/code_elim.exp (get_var_address): Remove.
7220 * gdb.base/relocate.exp: Likewise.
7221 * gdb.base/shreloc.exp: Likewise.
7222 * lib/gdb.exp (get_var_address): New.
7223
7224 2016-10-13 Yao Qi <yao.qi@linaro.org>
7225
7226 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7227 floating point tests if $skip_float_test is false.
7228
7229 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7230
7231 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7232 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7233 argc values.
7234 Add 1 to argc so we guarantee distinct initial/modified argc values.
7235
7236 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7237
7238 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7239
7240 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7241
7242 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7243 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7244 * gdb.arch/vsx-regs.exp: Likewise.
7245
7246 2016-10-07 Yao Qi <yao.qi@linaro.org>
7247
7248 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7249
7250 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7251
7252 * gdb.python/python.exp: Test decode_line("*0").
7253
7254 2016-10-06 Doug Evans <dje@google.com>
7255
7256 * gdb.python/py-value.exp (test_value_creation): Add test for large
7257 unsigned 64-bit value.
7258
7259 2016-10-06 Tom Tromey <tom@tromey.com>
7260
7261 * gdb.compile/compile.exp: Change java tests to rust.
7262 * gdb.base/setshow.exp: Change java tests to rust.
7263 * gdb.base/default.exp: Remove java from language list.
7264 * README (Examples): Update language example.
7265 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7266 test.
7267 * lib/gdb.exp (skip_java_tests): Remove.
7268 * lib/java.exp: Remove.
7269 * gdb.java: Remove.
7270
7271 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7272
7273 * gdb.arch/mips-fcr.exp: New test.
7274 * gdb.arch/mips-fcr.c: Source for the new test.
7275
7276 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7277
7278 * gdb.base/solib-disc.exp: Use `standard_output_file'
7279 throughout.
7280
7281 2016-10-06 Pedro Alves <palves@redhat.com>
7282
7283 * gdb.base/jit-simple-dl.c: New file.
7284 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7285 * gdb.base/jit-simple.c: ... this.
7286 * gdb.base/jit-simple.exp (jit_run): Delete.
7287 (build_jit): New proc.
7288 (jit_test_reread): Recompile either the main program or the shared
7289 library, depending on what is being tested. Skip changing address
7290 if caller wants to. Compare before/after addresses. If testing
7291 standalone, explicitly load the binary. Test "maint info
7292 breakpoints".
7293 (top level): Add "standalone vs shared lib" and "change address"
7294 vs "same address" axes.
7295
7296 2016-10-06 Pedro Alves <palves@redhat.com>
7297
7298 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7299 call.
7300 (jit_run): Delete.
7301 (jit_test_reread): Use with_test_prefix. Reload the main binary
7302 explicitly. Compare the before/after addresses of the JIT
7303 descriptor.
7304
7305 2016-08-15 Doug Evans <dje@google.com>
7306
7307 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7308 for single bitfields is bool.
7309 * gdb.xml/tdesc-regs.exp: Ditto.
7310
7311 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7312
7313 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7314
7315 2016-10-05 Yao Qi <yao.qi@linaro.org>
7316
7317 * lib/gdb.exp (support_complex_tests): Return zero if
7318 gdb_skip_float_test return true.
7319
7320 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7321 Simon Marchi <simon.marchi@ericsson.com>
7322
7323 PR gdb/20487
7324 * gdb.mi/user-selected-context-sync.exp: New file.
7325 * gdb.mi/user-selected-context-sync.c: New file.
7326
7327 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7328 Simon Marchi <simon.marchi@ericsson.com>
7329
7330 PR gdb/20487
7331 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7332 =thread-select-event check.
7333
7334 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7335
7336 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7337 the compulsory L operand changes.
7338 * gdb.arch/powerpc-power.s: Likewise.
7339
7340 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7341
7342 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7343 * gdb.base/jit-attach-pie.c: New file.
7344 * gdb.base/jit-attach-pie.exp: New file.
7345
7346 2016-09-28 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.base/infcall-input.c: New file.
7349 * gdb.base/infcall-input.exp: New file.
7350
7351 2016-09-22 Yao Qi <yao.qi@linaro.org>
7352
7353 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7354 (gdb_exit): Rename it to ...
7355 (gdbserver_gdb_exit): ... Close GDBserver.
7356 (gdb_exit): New proc, call gdbserver_gdb_exit.
7357 (mi_gdb_exit): Likewise.
7358
7359 2016-09-22 Yao Qi <yao.qi@linaro.org>
7360
7361 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7362 path.
7363 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7364 Remove duplication.
7365
7366 2016-09-22 Yao Qi <yao.qi@linaro.org>
7367
7368 * lib/gdbserver-support.exp: Check the existence of
7369 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7370
7371 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7372
7373 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7374
7375 2016-09-21 Tom Tromey <tom@tromey.com>
7376
7377 PR gdb/20604:
7378 * gdb.base/quit.exp: New file.
7379
7380 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7381
7382 * .gitignore: New file.
7383
7384 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7385
7386 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7387 throughout.
7388
7389 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7390
7391 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7392
7393 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7394
7395 * gdb.cp/casts.cc (decltype): Move it ...
7396 (main): ... with its call to ...
7397 * gdb.cp/casts03.cc: ... a new file.
7398 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7399
7400 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7401
7402 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7403
7404 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7405
7406 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7407 and sync up the test with tests in gas/testsuite/gas/ppc.
7408 * gdb.arch/powerpc-power.exp: Likewise.
7409
7410 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7411
7412 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7413
7414 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7415 Jan Kratochvil <jan.kratochvil@redhat.com>
7416
7417 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7418 make m1's definition to be different from m2's. Use 'dummy' as an
7419 argument for probe 'two'.
7420
7421 2016-09-10 Jon Beniston <jon@beniston.com>
7422
7423 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7424 for sim target.
7425
7426 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7427
7428 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7429 variable declaration.
7430 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7431 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7432 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7433 received HWCAP as its argument.
7434
7435 2016-09-06 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.base/new-ui-pending-input.c: New file.
7438 * gdb.base/new-ui-pending-input.exp: New file.
7439 * gdb.exp (clear_gdb_spawn_id): New procedure.
7440 (with_spawn_id): Check whether gdb_spawn_id exists before
7441 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7442 on exit.
7443
7444 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7445
7446 * gdb.base/float128.c: New file.
7447 * gdb.base/float128.exp: Likewise.
7448 * gdb.base/floatn.c: Likewise.
7449 * gdb.base/floatn.exp: Likewise.
7450
7451 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7452
7453 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7454
7455 2016-09-05 Pedro Alves <palves@redhat.com>
7456
7457 PR backtrace/19927
7458 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7459 unwinders are immediately called as side effect of "source" or
7460 "disable unwinder" commands.
7461 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7462
7463 2016-09-02 Yao Qi <yao.qi@linaro.org>
7464
7465 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7466 is true and $type is "float" or "double".
7467
7468 2016-09-02 Yao Qi <yao.qi@linaro.org>
7469
7470 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7471 true.
7472 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7473 * gdb.base/call-rt-st.exp: Likewise.
7474 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7475 return value instead of gdb,skip_float_test.
7476 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7477 (do_function_calls): Use its return value instead of
7478 gdb,skip_float_test.
7479 * gdb.base/finish.exp: Likewise.
7480 * gdb.base/funcargs.exp: Likewise.
7481 * gdb.base/return.exp: Likewise.
7482 * gdb.base/return2.exp: Likewise.
7483 * gdb.base/varargs.exp: Likewise.
7484 * lib/gdb.exp (gdb_skip_float_test): Change it to
7485 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7486
7487 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7488
7489 * gdb.multi/tids.exp: Test "thread apply all".
7490
7491 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7492
7493 * gdb.base/default.exp (tty): Remove.
7494
7495 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7496
7497 * gdb.python/py-recurse-unwind.c: New file.
7498 * gdb.python/py-recurse-unwind.py: New file.
7499 * gdb.python/py-recurse-unwind.exp: New file.
7500
7501 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7502
7503 * gdb.base/set-inferior-tty.exp: New file.
7504 * gdb.base/set-inferior-tty.c: New file.
7505
7506 2016-08-23 Pedro Alves <palves@redhat.com>
7507
7508 PR gdb/20494
7509 * gdb.base/new-ui-echo.c: New file.
7510 * gdb.base/new-ui-echo.exp: New file.
7511
7512 2016-08-23 Yao Qi <yao.qi@linaro.org>
7513
7514 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7515 gdbserver_spawn.
7516 * gdb.server/connect-without-multi-process.exp (do_test):
7517 Likewise.
7518
7519 2016-08-23 Yao Qi <yao.qi@linaro.org>
7520
7521 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7522 standalone_txt. Delete gdb_txt and standalone_txt on host
7523 and target. Spawn the binary on target. Copy files from
7524 target to host.
7525
7526 2016-08-22 Pedro Alves <palves@redhat.com>
7527
7528 PR gdb/20505
7529 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7530 with_test_prefix. Factor out bits to ...
7531 (test_no_vdso): ... this new procedure.
7532
7533 2016-08-19 Carl Love <cel@us.ibm.com>
7534
7535 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7536 maintaining separate logic for constructing the output path.
7537 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7538 * gdb.arch/ppc-dfp.exp: Likewise.
7539 * gdb.arch/ppc-fp.exp: Likewise.
7540 * gdb.arch/vsx-regs.exp: Likewise.
7541 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7542 binprefix for generating the additional binary files.
7543
7544 2016-08-19 Pedro Alves <palves@redhat.com>
7545
7546 * gdb.trace/mi-trace-frame-collected.exp
7547 (test_trace_frame_collected): On x32, expect two registers.
7548
7549 2016-08-18 Carl Love <cel@us.ibm.com>
7550
7551 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7552 and sync up the test with tests in gas/testsuite/gas/ppc.
7553 * gdb.arch/powerpc-power.exp: Likewise.
7554
7555 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7556
7557 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7558 expected error message.
7559
7560 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7561
7562 * gdb.multi/remove-inferiors.exp: New file.
7563 * gdb.multi/remove-inferiors.c: New file.
7564
7565 2016-08-12 Yao Qi <yao.qi@linaro.org>
7566
7567 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7568 argument list.
7569
7570 2016-08-10 Pedro Alves <palves@redhat.com>
7571
7572 PR gdb/19187
7573 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7574 setup_kfails.
7575
7576 2016-08-09 Pedro Alves <palves@redhat.com>
7577 Simon Marchi <simon.marchi@ericsson.com>
7578
7579 PR gdb/20418
7580 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7581 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7582
7583 2016-08-09 Pedro Alves <palves@redhat.com>
7584
7585 PR mi/20431
7586 * gdb.mi/mi-cmd-error.exp: New file.
7587
7588 2016-08-09 Pedro Alves <palves@redhat.com>
7589
7590 PR gdb/18653
7591 * gdb.base/signals-state-child.c: New file.
7592 * gdb.base/signals-state-child.exp: New file.
7593 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7594
7595 2016-08-09 Pedro Alves <palves@redhat.com>
7596
7597 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7598
7599 2016-08-03 Tom Tromey <tom@tromey.com>
7600
7601 PR python/18565:
7602 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7603
7604 2016-08-01 Yao Qi <yao.qi@linaro.org>
7605
7606 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7607 variable mode to "multi-process" if $multi_process is 1, otherwise
7608 set it to "single-process".
7609
7610 2016-08-01 Yao Qi <yao.qi@linaro.org>
7611
7612 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7613 * gdb.cp/cpexprs.exp: Likewise.
7614 * gdb.cp/m-static.exp: Likewise.
7615
7616 2016-07-26 Tom Tromey <tom@tromey.com>
7617
7618 PR python/20190:
7619 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7620 test.
7621
7622 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7623
7624 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7625 selecting assembly source files.
7626 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7627 assembly source files.
7628 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7629 assembly source files.
7630 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7631 selecting assembly source files.
7632
7633 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7634
7635 * gdb.base/new-ui.exp (do_test_invalid_args): New
7636 procedure.
7637
7638 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7639
7640 * gdb.btrace/reconnect.c: New file.
7641 * gdb.btrace/reconnect.exp: New file.
7642
7643 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7644
7645 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7646 to test_catch_syscall_group.
7647 (test_catch_syscall_group): New.
7648
7649 2016-07-21 Tom Tromey <tom@tromey.com>
7650
7651 * gdb.rust/simple.rs (main): Use empty struct expression.
7652 * gdb.rust/simple.exp: Add tests for empty struct expression.
7653
7654 2016-07-21 Yao Qi <yao.qi@linaro.org>
7655
7656 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7657 if gdb_skip_xml_test is true on some targets.
7658
7659 2016-07-21 Yao Qi <yao.qi@linaro.org>
7660
7661 * gdb.server/solib-list.exp: Unset last_loaded_file.
7662
7663 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7664
7665 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7666 "step into captured_main (args)".
7667
7668 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7669
7670 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7671
7672 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7673
7674 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7675
7676 2016-07-19 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7679 * gdb.opt/inline-bt.exp: Likewise.
7680 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7681 additional_flags=-Winline.
7682 * gdb.opt/inline-locals.exp: Likewise.
7683 * gdb.opt/inline-markers.c (ATTR): Define.
7684 (inlined_fn): Use it.
7685
7686 2016-07-19 Yao Qi <yao.qi@linaro.org>
7687
7688 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7689 (test_with_self): Remove some code. Remove argument executable.
7690 (top-level): Use do_self_tests.
7691
7692 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7693 Don Breazeal <donb@codesourcery.com>
7694
7695 * gdb.base/maint.exp: Escape paths used in regular expressions.
7696 * gdb.stabs/weird.exp: Likewise.
7697
7698 2016-07-13 Tom Tromey <tom@tromey.com>
7699
7700 PR python/15620, PR python/18620:
7701 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7702 (test_bkpt_events): New procs.
7703
7704 2016-07-13 Tom Tromey <tom@tromey.com>
7705
7706 PR python/17698:
7707 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7708 test.
7709 (test_watchpoints): Likewise.
7710 (test_bkpt_pending): New proc.
7711
7712 2016-07-13 Tom Tromey <tom@tromey.com>
7713
7714 PR cli/18053:
7715 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7716 completion test.
7717
7718 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7721 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7722 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7723 f_label.
7724 (g): Rename g_end_lbl to g_label.
7725 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7726 low_pc and high_pc.
7727 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7728
7729 2016-07-12 Tom Tromey <tom@tromey.com>
7730
7731 PR python/19293:
7732 * gdb.python/py-unwind-maint.exp: Update tests.
7733
7734 2016-07-12 Yao Qi <yao.qi@linaro.org>
7735
7736 * lib/selftest-support.exp (selftest_setup): Match the output
7737 when captured_main is inlined.
7738
7739 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7740
7741 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7742 New variables.
7743 (print this%a, print this%b, print this): New tests.
7744 * gdb.fortran/derived-types.f90 (this): New object and
7745 initialization.
7746
7747 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7748
7749 * gdb.ada/arraydim.exp: Remove extra directory level in build
7750 directory.
7751
7752 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7753
7754 * lib/ada.exp: Remove extra directory level in build directory.
7755 * gdb.ada/cond_lang.exp: Likewise.
7756 * gdb.ada/exec_changed.exp: Likewise.
7757 * gdb.ada/lang_switch.exp: Likewise.
7758
7759 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7760
7761 * simple.rs: Add test for raw pointer subscripting.
7762 * simple.exp: Add test expectations.
7763
7764 2016-07-05 Yao Qi <yao.qi@linaro.org>
7765
7766 * gdb.mi/mi-reverse.exp: Match =record-started output.
7767
7768 2016-07-01 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7771 procedure.
7772 (jit_reader_test): Test the jit reader's unwinder.
7773 * gdb.base/jithost.c (jit_function_00_code): New global.
7774 (main): Use memcpy to fill in the mmapped code, instead of poking
7775 bytes manually here.
7776 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7777 value.
7778 (read_debug_info): Save the function's range.
7779 (read_sp): New function.
7780 (unwind_frame): Use it. Also unwind RBP.
7781 (get_frame_id): Use read_sp.
7782 (gdb_init_reader): Use calloc instead of malloc.
7783 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7784 parameter. Use gdb_test_multiple.
7785
7786 2016-07-01 Pedro Alves <palves@redhat.com>
7787 Antoine Tremblay <antoine.tremblay@ericsson.com>
7788
7789 * gdb.threads/process-dies-while-detaching.c: New file.
7790 * gdb.threads/process-dies-while-detaching.exp: New file.
7791
7792 2016-07-01 Pedro Alves <palves@redhat.com>
7793
7794 * gdb.multi/watchpoint-multi-exit.c: New file.
7795 * gdb.multi/watchpoint-multi-exit.exp: New file.
7796
7797 2016-06-30 Pedro Alves <palves@redhat.com>
7798
7799 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7800 unset inferior_spawn_id.
7801
7802 2016-06-30 Pedro Alves <palves@redhat.com>
7803
7804 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7805 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7806
7807 2016-06-29 Yao Qi <yao.qi@linaro.org>
7808
7809 * gdb.base/return.c: Add copyright header.
7810
7811 2016-06-29 Tom Tromey <tom@tromey.com>
7812
7813 PR python/20129:
7814 * gdb.python/py-framefilter.exp: Add tests for setting priority
7815 and disabling of non-existent frame filter.
7816
7817 2016-06-29 Yao Qi <yao.qi@linaro.org>
7818
7819 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7820 0x0f07ff.
7821
7822 2016-06-28 Yao Qi <yao.qi@linaro.org>
7823
7824 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7825 triplets. Start gdb, execute catch syscall, and continue. Check
7826 gdb's output to determine catch syscall is supported.
7827
7828 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7829
7830 * gdb.rust/simple.rs: Add test for returning unit in a function.
7831 * gdb.rust/simple.exp: Add expectation for functions returning
7832 unit.
7833
7834 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7835
7836 * gdb.python/py-breakpoint-create-fail.c,
7837 gdb.python/py-breakpoint-create-fail.exp,
7838 gdb.python/py-breakpoint-create-fail.py: New testcase.
7839
7840 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7841
7842 PR gdb/20239
7843 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7844 * gdb.rust/simple.exp: Add test expectations for new NonZero
7845 tests.
7846
7847 2016-06-24 David Taylor <dtaylor@emc.com>
7848
7849 * gdb.base/offsets.exp: New file.
7850 * gdb.base/offsets.c: New file.
7851
7852 2016-06-23 Tom Tromey <tom@tromey.com>
7853
7854 PR gdb/16483:
7855 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7856 before any filters are loaded.
7857
7858 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7859
7860 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7861 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7862 structs.
7863 * gdb.fortran/derived-type-function.exp: New file.
7864 * gdb.fortran/derived-type-function.f90: New file.
7865
7866
7867 2016-06-21 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.base/new-ui.exp: New file.
7870 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7871 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7872 (with_spawn_id): New procedure.
7873
7874 2016-06-21 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.mi/mi-exec-run.exp: New file.
7877
7878 2016-06-21 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7881 breakpoint command's output on the main UI.
7882 (test_break): New procedure, factored out from calls in the top
7883 level.
7884 (top level): Use foreach_with_prefix to test MI as main UI and as
7885 separate UI.
7886
7887 2016-06-21 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7890 (test_awatch_creation_and_listing)
7891 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7892 Remove 'type' parameter.
7893 (test_watchpoint_all): New parameter mi_mode. Remove
7894 with_test_prefix.
7895 (top level): Use foreach_with_prefix, and add main/separate UI MI
7896 testing axis.
7897
7898 2016-06-21 Pedro Alves <palves@redhat.com>
7899
7900 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7901 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7902 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7903 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7904 (gdb_main_spawn_id, mi_spawn_id): Declare and
7905 comment.
7906 (mi_create_inferior_pty): New procedure,
7907 factored out from default_mi_gdb_start.
7908 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7909 procedures.
7910 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7911 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7912 Use mi_create_inferior_pty.
7913 (mi_gdb_start): Use eval to pass down args list.
7914
7915 2016-06-21 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7918 * gdb.opt/inline-cmds.exp: Add MI tests.
7919
7920 2016-06-21 Pedro Alves <palves@redhat.com>
7921
7922 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7923
7924 2016-06-21 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7927 (top level): Use it instead of mi_execute_to.
7928
7929 2016-06-21 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7932 (cont_handler_str): New.
7933 (signal_stop_handler): Set stop_handler_str instead of printing to
7934 stdout.
7935 (continue_handler): Set cont_handler_str instead of printing to
7936 stdout.
7937 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7938 mi_send_resuming_command. Print stop_handler_str and
7939 cont_handler_str instead of expecting the python events print
7940 directly.
7941
7942 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7943
7944 * gdb.base/jit-reader.exp: New file.
7945 * gdb.base/jithost.c: New file.
7946 * gdb.base/jithost.h: New file.
7947 * gdb.base/jitreader.c : New file.
7948 * gdb.base/jit-protocol.h: New file.
7949
7950 2016-06-17 Yao Qi <yao.qi@linaro.org>
7951
7952 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7953 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7954 and detach-on-fork. Adjust tests.
7955 (top level): Invoke break_cond_on_syscall with combinations of
7956 syscall, follow-fork-mode and detach-on-fork.
7957
7958 2016-06-17 Yao Qi <yao.qi@linaro.org>
7959
7960 * gdb.base/step-over-exit.c: New.
7961 * gdb.base/step-over-exit.exp: New.
7962
7963 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7964
7965 * gdb.base/float.exp: Add target check for nds32*-*-*.
7966 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7967
7968 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7969
7970 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7971 for unsupported target features.
7972 * gdb.base/call-rt-st.exp: Likewise.
7973 * gdb.base/call-sc.exp: Likewise.
7974 * gdb.base/call-signal-resume.exp: Likewise.
7975 * gdb.base/call-strs.exp: Likewise.
7976 * gdb.base/callexit.exp: Likewise.
7977 * gdb.base/callfuncs.exp: Likewise.
7978 * gdb.base/nodebug.exp: Likewise.
7979 * gdb.base/printcmds.exp: Likewise.
7980 * gdb.base/ptype.exp: Likewise.
7981 * gdb.base/structs.exp: Likewise.
7982 * gdb.base/unwindonsignal.exp: Likewise.
7983 * gdb.cp/gdb2495.exp: Likewise.
7984 * gdb.cp/templates.exp: Likewise.
7985 * gdb.cp/virtfunc.exp: Likewise.
7986 * gdb.threads/hand-call-in-threads.exp: Likewise.
7987 * gdb.threads/interrupted-hand-call.exp: Likewise.
7988 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7989
7990 2016-06-10 Tom Tromey <tom@tromey.com>
7991
7992 PR rust/20110:
7993 * gdb.rust/expr.exp: Add test for integer constant larger than
7994 i32.
7995
7996 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7997
7998 * gdb.fortran/nested-funcs.exp: New.
7999 * gdb.fortran/nested-funcs.f90: New.
8000
8001 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8002
8003 * gdb.base/examine-backward.c: New file.
8004 * gdb.base/examine-backward.exp: New file.
8005
8006 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8007
8008 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8009 matching.
8010
8011 2016-06-02 Tom Tromey <tom@tromey.com>
8012
8013 PR python/18984:
8014 * gdb.python/py-shared.exp: Add solib_name test.
8015
8016 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8017
8018 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8019
8020 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8021
8022 PR c++/19893
8023 * gdb.dwarf2/implref.exp: Rename to...
8024 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8025 * gdb.dwarf2/implref-array.c: New file.
8026 * gdb.dwarf2/implref-array.exp: Likewise.
8027 * gdb.dwarf2/implref-global.c: Likewise.
8028 * gdb.dwarf2/implref-global.exp: Likewise.
8029 * gdb.dwarf2/implref-struct.c: Likewise.
8030 * gdb.dwarf2/implref-struct.exp: Likewise.
8031
8032 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8033
8034 * gdb.trace/trace-condition.exp: Add 64bit tests.
8035
8036 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8037
8038 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8039 bits types.
8040 (main): Adapt to 8 to 64 bits types.
8041 * gdb.trace/trace-condition.exp: Add new tests.
8042
8043 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8044
8045 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8046
8047 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8048
8049 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8050 Move condition tests...
8051 * gdb.trace/trace-condition.exp: Here.
8052
8053 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8054
8055 * gdb.trace/trace-condition.exp: Add counter-case tests.
8056
8057 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8058
8059 PR c++/15231
8060 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8061 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8062
8063 2016-05-27 Pedro Alves <palves@redhat.com>
8064
8065 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8066 New procedure.
8067 (top level): Call it, and bail out of DejaGnu is known to be bad.
8068
8069 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8070
8071 * gdb.base/whatis.c: Extend the test case.
8072 * gdb.base/whatis.exp: Add additional tests.
8073
8074 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8075
8076 * gdb.fortran/type.f90: Add pointer variable.
8077 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8078
8079 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8080
8081 * gdb.fortran/vla-type.exp: Fix testcase name.
8082
8083 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8084
8085 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8086
8087 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8088
8089 * gdb.fortran/type.f90: Add nested structures.
8090 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8091 * gdb.fortran/derived-type.exp: Adapt expected output.
8092 * gdb.fortran/vla-type.exp: Adapt expected output.
8093
8094 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8095
8096 * gdb.fortran/whatis_type.exp: Adapt expected output.
8097
8098 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8099
8100 * gdb.fortran/print_type.exp: Fix expected output.
8101 * gdb.fortran/whatis_type.exp: Fix expected output.
8102
8103 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8104
8105 * gdb.fortran/whatis_type.exp: Use multi_line.
8106
8107 2016-05-24 Tom Tromey <tom@tromey.com>
8108
8109 PR python/17386:
8110 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8111 use value as an index.
8112
8113 2016-05-23 Tom Tromey <tom@tromey.com>
8114
8115 PR python/17981:
8116 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8117 no-breakpoint case.
8118
8119 2016-05-24 Pedro Alves <palves@redhat.com>
8120
8121 PR gdb/19828
8122 * gdb.threads/clone-attach-detach.c: New file.
8123 * gdb.threads/clone-attach-detach.exp: New file.
8124
8125 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8126
8127 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8128
8129 2016-05-23 Tom Tromey <tom@tromey.com>
8130
8131 PR python/19438, PR python/18393:
8132 * gdb.python/py-progspace.exp: Add "dir" test.
8133 * gdb.python/py-objfile.exp: Add "dir" test.
8134
8135 2016-05-23 Yao Qi <yao.qi@linaro.org>
8136
8137 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8138 * gdb.arch/thumb2-it.exp: Likewise.
8139
8140 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8141
8142 * gdb.mi/mi-threads-interrupt.c: New file.
8143 * gdb.mi/mi-threads-interrupt.exp: New file.
8144
8145 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8146
8147 PR gdb/18077
8148 * gdb.mi/mi-async-run.exp: New file.
8149 * gdb.mi/mi-async-run.c: New file.
8150
8151 2016-05-17 Tom Tromey <tom@tromey.com>
8152 Manish Goregaokar <manishsmail@gmail.com>
8153
8154 * lib/rust-support.exp: New file.
8155 * lib/gdb.exp (skip_rust_tests): New proc.
8156 (build_executable_from_specs): Handle rust.
8157 * lib/future.exp (gdb_find_rustc): New proc.
8158 (gdb_default_target_compile): Handle rust.
8159 * gdb.rust/expr.exp: New file.
8160 * gdb.rust/generics.exp: New file.
8161 * gdb.rust/generics.rs: New file.
8162 * gdb.rust/methods.exp: New file.
8163 * gdb.rust/methods.rs: New file.
8164 * gdb.rust/modules.exp: New file.
8165 * gdb.rust/modules.rs: New file.
8166 * gdb.rust/simple.exp: New file.
8167 * gdb.rust/simple.rs: New file.
8168
8169 2016-05-17 Tom Tromey <tom@tromey.com>
8170
8171 * gdb.base/default.exp (set language): Add rust.
8172
8173 2016-05-17 Tom Tromey <tom@tromey.com>
8174
8175 * gdb.gdb/unittest.exp: New file.
8176
8177 2016-05-16 Yao Qi <yao.qi@linaro.org>
8178
8179 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8180 shell_prompt. Update shell_prompt_re.
8181
8182 2016-05-12 Doug Evans <dje@google.com>
8183
8184 PR symtab/19999
8185 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8186 $options when building executable.
8187 * gdb.dwarf2/fission-loclists-pie.S: New file.
8188 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8189
8190 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8191
8192 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8193 of [is_remote target],
8194
8195 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8196
8197 * lib/gdb.exp (use_gdb_stub): New procedure.
8198
8199 2016-05-03 Yunlian Jiang <yunlian@google.com>
8200 Doug Evans <dje@google.com>
8201
8202 PR symtab/19914
8203 * gdb.dwarf2/dwp-sepdebug.c: New file.
8204 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8205
8206 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8207
8208 * gdb.base/detach.exp: Remove is_remote check.
8209
8210 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8211
8212 * gdb.base/annota-input-while-running.exp: Don't check for
8213 [is_remote target]. Enable annotations after running to main.
8214 Remove unused "set test..." line.
8215
8216 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8217
8218 * gdb.trace/trace-enable-disable.exp: New file.
8219 * gdb.trace/trace-enable-disable.c: New file.
8220
8221 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8222
8223 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8224 use it in info sharedlibrary test.
8225 * gdb.trace/ftrace-lock.exp: Likewise.
8226 * gdb.trace/ftrace.exp: Likewise.
8227 * gdb.trace/range-stepping.exp: Likewise.
8228 * gdb.trace/trace-break.exp: Likewise.
8229 * gdb.trace/trace-condition.exp: Likewise.
8230 * gdb.trace/trace-mt.exp: Likewise.
8231
8232 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8233
8234 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8235 (gdb_load_shlib): ... this.
8236 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8237 gdb_load_shlib.
8238 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8239 * gdb.base/ctxobj.exp: Likewise.
8240 * gdb.base/dprintf-pending.exp: Likewise.
8241 * gdb.base/dso2dso.exp: Likewise.
8242 * gdb.base/fixsection.exp: Likewise.
8243 * gdb.base/gcore-relro.exp: Likewise.
8244 * gdb.base/gdb1555.exp: Likewise.
8245 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8246 * gdb.base/gnu-ifunc.exp: Likewise.
8247 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8248 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8249 * gdb.base/pending.exp: Likewise.
8250 * gdb.base/print-file-var.exp: Likewise.
8251 * gdb.base/print-symbol-loading.exp: Likewise.
8252 * gdb.base/shlib-call.exp: Likewise.
8253 * gdb.base/shreloc.exp: Likewise.
8254 * gdb.base/so-impl-ld.exp: Likewise.
8255 * gdb.base/solib-disc.exp: Likewise.
8256 * gdb.base/solib-nodir.exp: Likewise.
8257 * gdb.base/solib-overlap.exp: Likewise.
8258 * gdb.base/solib-symbol.exp: Likewise.
8259 * gdb.base/solib-weak.exp (do_test): Likewise.
8260 * gdb.base/sym-file.exp: Likewise.
8261 * gdb.base/symtab-search-order.exp: Likewise.
8262 * gdb.base/type-opaque.exp: Likewise.
8263 * gdb.base/unload.exp: Likewise.
8264 * gdb.base/watchpoint-solib.exp: Likewise.
8265 * gdb.compile/compile.exp: Likewise.
8266 * gdb.cp/gdb2384.exp: Likewise.
8267 * gdb.cp/infcall-dlopen.exp: Likewise.
8268 * gdb.cp/re-set-overloaded.exp: Likewise.
8269 * gdb.fortran/library-module.exp: Likewise.
8270 * gdb.opt/solib-intra-step.exp: Likewise.
8271 * gdb.python/py-finish-breakpoint.exp: Likewise.
8272 * gdb.python/py-shared.exp: Likewise.
8273 * gdb.reverse/solib-precsave.exp: Likewise.
8274 * gdb.reverse/solib-reverse.exp: Likewise.
8275 * gdb.server/solib-list.exp: Likewise.
8276 * gdb.threads/dlopen-libpthread.exp: Likewise.
8277 * gdb.threads/tls-shared.exp: Likewise.
8278 * gdb.threads/tls-so_extern.exp: Likewise.
8279 * gdb.trace/change-loc.exp: Likewise.
8280 * gdb.trace/ftrace-lock.exp: Likewise.
8281 * gdb.trace/ftrace.exp: Likewise.
8282 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8283 * gdb.trace/pending.exp: Likewise.
8284 * gdb.trace/range-stepping.exp: Likewise.
8285 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8286 (strace_info_marker): Likewise.
8287 (strace_probe_marker): Likewise.
8288 (strace_trace_on_same_addr): Likewise.
8289 (strace_trace_on_diff_addr): Likewise.
8290 * gdb.trace/trace-break.exp: Likewise.
8291 * gdb.trace/trace-condition.exp: Likewise.
8292 * gdb.trace/trace-mt.exp: Likewise.
8293
8294 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8295
8296 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8297 result of gdb_remote_download.
8298 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8299 * gdb.base/dso2dso.exp: Likewise.
8300 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8301 * gdb.base/print-file-var.exp: Likewise.
8302 * gdb.base/shlib-call.exp: Likewise.
8303 * gdb.base/shreloc.exp: Likewise.
8304 * gdb.base/solib-overlap.exp: Likewise.
8305 * gdb.base/solib-weak.exp (do_test): Likewise.
8306 * gdb.base/unload.exp: Likewise.
8307
8308 2016-04-27 Yao Qi <yao.qi@linaro.org>
8309
8310 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8311 exists.
8312
8313 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8314
8315 * vla-type.exp: Print structure from toplevel.
8316
8317 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8318
8319 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8320 of dynamic types.
8321 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8322 of dynamic types.
8323
8324 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8325
8326 * gdb.fortran/vla-type.f90: New file.
8327 * gdb.fortran/vla-type.exp: New file.
8328
8329 2016-04-25 Yao Qi <yao.qi@linaro.org>
8330
8331 * gdb.base/branch-to-self.c: New file.
8332 * gdb.base/branch-to-self.exp: New file.
8333
8334 2016-04-22 Yao Qi <yao.qi@linaro.org>
8335
8336 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8337 more after $hex.
8338
8339 2016-04-22 Yao Qi <yao.qi@linaro.org>
8340
8341 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8342 * gdb.base/annota3.exp: Likewise.
8343
8344 2016-04-22 Yao Qi <yao.qi@linaro.org>
8345
8346 * gdb.reverse/step-precsave.exp: Do one step and test program
8347 stops in "callee" and do multiple steps until program goes out
8348 of "callee".
8349 * gdb.reverse/step-reverse.exp: Likewise.
8350
8351 2016-04-22 Yao Qi <yao.qi@linaro.org>
8352
8353 * gdb.trace/signal.exp: Also pass if
8354 $tracepoint_hits($i) > $iterations.
8355
8356 2016-04-22 Yao Qi <yao.qi@linaro.org>
8357
8358 * gdb.trace/signal.c: New file.
8359 * gdb.trace/signal.exp: New file.
8360
8361 2016-04-19 Doug Evans <xdje42@gmail.com>
8362
8363 * gdb.base/bad-file.exp: New file.
8364
8365 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8366
8367 * gdb.dwarf2/implref.exp: New file.
8368
8369 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8370
8371 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8372 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8373 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8374 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8375 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8376 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8377 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8378 * lib/fortran.exp (fortran_int4): New procedure.
8379 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8380 (fortran_logical4): Likewise.
8381
8382 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8383
8384 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8385
8386 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8387
8388 * lib/compiler.c: Add Intel specific preprocessor macros.
8389 * lib/compiler.cc: Likewise.
8390
8391 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8392
8393 * gdb.server/connect-with-no-symbol-file.c: New file.
8394 * gdb.server/connect-with-no-symbol-file.exp: New file.
8395
8396 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8397
8398 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8399
8400 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8401
8402 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8403 standard output directory.
8404
8405 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8406
8407 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8408
8409 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8410
8411 * gdb.btrace/instruction_history.c (loop): Add declaration.
8412
8413 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8414
8415 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8416
8417 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8418
8419 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8420 parentheses to print.
8421 (continue_handler): Likewise.
8422
8423 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8424
8425 * gdb.server/solib-list.exp: Remove is_remote check.
8426 Pass shlib= to gdb_compile. Don't link shared library with
8427 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8428 Run binary filename through "readlink -f" on the target.
8429
8430 2016-04-08 Pedro Alves <palves@redhat.com>
8431
8432 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8433 interpreter filename as argument to gdbserver_spawn.
8434 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8435 Return empty if $last_loaded_file does not exist.
8436
8437 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8438
8439 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8440 * gdb.base/jit-main.c: Use exit after usage.
8441
8442 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8443
8444 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8445 GDBHISTSIZE prior to the tests.
8446 * gdb.base/gdbinit-history.exp: Likewise.
8447
8448 2016-04-07 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8451 instead of build_executable. Use gdb_load_shlibs.
8452
8453 2016-04-07 Yao Qi <yao.qi@linaro.org>
8454
8455 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8456 Execute "si" command.
8457
8458 2016-04-07 Yao Qi <yao.qi@linaro.org>
8459
8460 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8461 number instead of the comments on some line.
8462
8463 2016-04-06 Don Breazeal <donb@codesourcery.com>
8464
8465 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8466 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8467
8468 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8469
8470 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8471 standard_output_file. Remove unused binfile variable.
8472
8473 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8474
8475 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8476 * gdb.python/py-mi-objfile.exp: Match "list main" output
8477 in console format.
8478
8479 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8480
8481 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8482 absolute.
8483
8484 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8485
8486 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8487 absolute.
8488 * gdb.trace/ftrace.exp: Likewise.
8489 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8490 targets as well.
8491 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8492 (gdb_load_shlibs): Copy libraries to test directory when testing
8493 natively. Only set solib-search-path if testing remotely.
8494 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8495
8496 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8497
8498 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8499 gdb_download. Use it even if the target is not remote.
8500 * gdb.base/jit.exp (compile_jit_test): Likewise.
8501 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8502 output directory if the destination board is local, otherwise use
8503 the standard remote_download from DejaGnu.
8504 (gdb_download): Remove.
8505 (gdb_load_shlibs): Use gdb_remote_download instead of
8506 gdb_download.
8507 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8508 Use gdb_remote_download instead of gdb_download. Use it even if
8509 the target is not remote.
8510 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8511 instead of gdb_download.
8512
8513 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8514
8515 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8516 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8517 run.
8518
8519 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8520
8521 PR gdb/19820
8522 * gdb.base/printcmds.exp: Add artificial arrays tests.
8523
8524 2016-03-31 Pedro Alves <palves@redhat.com>
8525
8526 PR gdb/19858
8527 * gdb.base/jit-main.c: Include unistd.h.
8528 (ATTACH): Define to 0 if not already defined.
8529 (wait_for_gdb, mypid): New globals.
8530 (WAIT_FOR_GDB): New macro.
8531 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8532 some breakpoint locations.
8533 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8534 New procedures.
8535 (one_jit_test): Add REATTACH parameter, and handle it. Use
8536 continue_to_test_location.
8537 (top level): Test attach, and adjusts calls to one_jit_test.
8538
8539 2016-03-31 Pedro Alves <palves@redhat.com>
8540
8541 PR gdb/19858
8542 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8543 BINSUFFIX parameter, and handle it.
8544 (top level): Adjust calls compile_jit_test.
8545
8546 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8547
8548 PR python/19743
8549 * gdb.python/py-mi-events-gdb.py: New file.
8550 * gdb.python/py-mi-events.c: New file.
8551 * gdb.python/py-mi-events.exp: New file.
8552
8553 2016-03-30 Yao Qi <yao.qi@linaro.org>
8554
8555 * gdb.reverse/until-precsave.exp: Match function name only.
8556 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8557 Move malloc to a condition block.
8558 * gdb.reverse/until-reverse.exp: Match function name only.
8559
8560 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8561
8562 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8563 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8564 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8565 variable for GPR 0 instead of assuming it is register 0.
8566 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8567 * lib/trace-support.exp: Add s390 registers.
8568
8569 2016-03-29 Yao Qi <yao.qi@linaro.org>
8570
8571 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8572
8573 2016-03-24 Yao Qi <yao.qi@linaro.org>
8574
8575 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8576 test message.
8577
8578 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8579
8580 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8581 maintaining separate logic for constructing the output path.
8582
8583 2016-03-16 Don Breazeal <donb@codesourcery.com>
8584
8585 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8586 Retry fork and waitpid on interrupted system call errors.
8587 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8588 Use with_timeout_factor to increase timeout by factor of 10.
8589
8590 2016-03-15 Don Breazeal <donb@codesourcery.com>
8591
8592 * gdb.cp/scope-err.cc: New test program.
8593 * gdb.cp/scope-err.exp: New test script.
8594 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8595 lines and "set breakpoint here" comment.
8596 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8597 Fixed some whitespace and format issues.
8598 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8599 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8600
8601 2016-03-15 Doug Evans <dje@google.com>
8602
8603 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8604 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8605 All callers updated. Add tests for enums, mixed flags register.
8606
8607 2016-03-15 Doug Evans <dje@google.com>
8608
8609 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8610 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8611
8612 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8613
8614 * gdb.base/default.exp: Add $_as_string to the list of expected
8615 convenience functions.
8616
8617 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8618
8619 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8620
8621 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8622
8623 * gdb.python/py-as-string.exp: New file.
8624 * gdb.python/py-as-string.c: New file.
8625
8626 2016-03-09 Pedro Alves <palves@redhat.com>
8627
8628 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8629 signal" -> "Thread NN received signal" output change.
8630 * gdb.threads/ia64-sigill.exp: Likewise.
8631 * gdb.threads/linux-dp.exp: Likewise.
8632 * gdb.threads/manythreads.exp: Likewise.
8633 * gdb.threads/pending-step.exp: Likewise.
8634 * gdb.threads/print-threads.exp: Likewise.
8635 * gdb.threads/sigstep-threads.exp: Likewise.
8636 * gdb.threads/staticthreads.exp: Likewise.
8637 * gdb.threads/tls.exp: Likewise.
8638
8639 2016-03-09 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.base/command-line-input.exp: New file.
8642
8643 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8644
8645 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8646 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8647 * gdb.trace/pending.exp: Accept leading dot before function name.
8648 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8649 * lib/trace-support.exp: Set registers for ppc.
8650
8651 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8652
8653 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8654 use it for disassembly; accept .main in addition to main in backtrace.
8655
8656 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8657 Marcin Kościelnicki <koriakin@0x04.net>
8658
8659 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8660 (gdb_recursion_test_ptr): New global variable.
8661 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8662 gdb_recursion_test.
8663 (gdb_c_test): Ditto.
8664
8665 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8666
8667 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8668 ordering.
8669
8670 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8671
8672 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8673 (bar): Add bar_start_lbl label.
8674 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8675 of foo/bar for emitting DWARF and tracing.
8676
8677 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8678
8679 * analyze-racy-logs.py: Set executable bit.
8680
8681 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8682
8683 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8684 (CHECK_TARGET_TMP): Likewise.
8685 (check-single-racy): New rule.
8686 (check-parallel-racy): Likewise.
8687 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8688 (do-check-parallel-racy): New rule.
8689 (check-racy/%.exp): Likewise.
8690 * README (Racy testcases): New section.
8691 * analyze-racy-logs.py: New file.
8692
8693 2016-03-03 Doug Evans <dje@google.com>
8694
8695 * gdb.base/skip.exp: Use with_test_prefix.
8696
8697 2016-03-03 Yao Qi <yao.qi@linaro.org>
8698
8699 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8700 Invoke step_over_syscall "clone" and break_cond_on_syscall
8701 "clone".
8702 * gdb.base/step-over-clone.c: New file.
8703
8704 2016-03-03 Yao Qi <yao.qi@linaro.org>
8705
8706 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8707 code format.
8708
8709 2016-03-03 Yao Qi <yao.qi@linaro.org>
8710
8711 * gdb.base/disp-step-fork.c: Rename to ...
8712 * gdb.base/step-over-fork.c: ... it. New file.
8713 * gdb.base/disp-step-vfork.c: Rename to ...
8714 * gdb.base/step-over-vfork.c: ... it. New file.
8715 * gdb.base/disp-step-syscall.exp: Rename to ...
8716 * gdb.base/step-over-syscall.exp: ... it. New file.
8717 (disp_step_cross_syscall): Rename to ...
8718 (step_over_syscall): ... it.
8719
8720 2016-03-03 Yao Qi <yao.qi@linaro.org>
8721
8722 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8723 If target supports condition evaluation on target, invoke
8724 break_cond_on_syscall for fork and vfork.
8725
8726 2016-03-03 Yao Qi <yao.qi@linaro.org>
8727
8728 * gdb.base/disp-step-syscall.exp: Don't invoke
8729 support_displaced_stepping.
8730 (disp_step_cross_syscall): Test with displaced stepping off and
8731 on if supported.
8732
8733 2016-03-03 Yao Qi <yao.qi@linaro.org>
8734
8735 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8736 proc.
8737 (setup): New proc.
8738 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8739 and setup.
8740
8741 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8742
8743 * gdb.fortran/vla-history.exp: Remove breakpoint.
8744
8745 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8746
8747 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8748 exceeds timeout.
8749
8750 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8751
8752 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8753 breakpoint.
8754
8755 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8756
8757 * gdb.mi/vla.f90: Nullify pointer after declaration.
8758
8759 2016-03-01 Pedro Alves <palves@redhat.com>
8760
8761 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8762
8763 2016-03-01 Pedro Alves <palves@redhat.com>
8764
8765 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8766 before anything else.
8767 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8768 _GNU_SOURCE here.
8769 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8770 before anything else.
8771 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8772
8773 2016-03-01 Pedro Alves <palves@redhat.com>
8774
8775 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8776
8777 2016-03-01 Yao Qi <yao.qi@linaro.org>
8778
8779 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8780 prepare_for_testing.
8781
8782 2016-03-01 Yao Qi <yao.qi@linaro.org>
8783
8784 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8785
8786 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8787
8788 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8789 manually constructing the output path.
8790
8791 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8792
8793 * gdb.arch/s390-stackless.S: New.
8794 * gdb.arch/s390-stackless.exp: New.
8795
8796 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8797
8798 * gdb.dlang/circular.c: New file.
8799 * gdb.dlang/circular.exp: New file.
8800
8801 2016-02-26 Yao Qi <yao.qi@linaro.org>
8802
8803 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8804 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8805 (testcases): Update.
8806
8807 2016-02-26 Yao Qi <yao.qi@linaro.org>
8808
8809 * gdb.reverse/aarch64.c: Rename to ...
8810 * gdb.reverse/insn-reverse.c: ... it.
8811 * gdb.reverse/aarch64.exp: Rename to ...
8812 * gdb.reverse/insn-reverse.exp: ... it.
8813
8814 2016-02-26 Yao Qi <yao.qi@linaro.org>
8815
8816 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8817 (testcase_ftype): New.
8818 (testcases): New array.
8819 (n_testcases): New.
8820 (main): Call each element in testcases.
8821 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8822 (read_testcase): New.
8823 Do the tests in a loop.
8824
8825 2016-02-25 Yao Qi <yao.qi@linaro.org>
8826
8827 * gdb.base/branches.c: Remove.
8828
8829 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8830
8831 PR gdb/13808
8832 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8833
8834 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8835
8836 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8837
8838 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8839
8840 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8841 change x86_64 call_insn to 'callq'.
8842
8843 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8844
8845 * gdb.trace/tfile-avx.c: Move to...
8846 * gdb.trace/tracefile-pseudo-reg.c: Here.
8847 * gdb.trace/tfile-avx.exp: Move to...
8848 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8849
8850 2016-02-24 Gary Benson <gbenson@redhat.com>
8851
8852 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8853 message on attach.
8854
8855 2016-02-23 Doug Evans <dje@google.com>
8856
8857 * gdb.base/skip.c (test_skip): New function.
8858 (end_test_skip_file_and_function): New function.
8859 (test_skip_file_and_function): New function.
8860 * gdb.base/skip1.c (test_skip): New function.
8861 (skip1_test_skip_file_and_function): New function.
8862 * gdb.base/skip.exp: Add tests for new skip options.
8863 * gdb.base/skip-solib.exp: Update expected output.
8864 * gdb.perf/skip-command.cc: New file.
8865 * gdb.perf/skip-command.exp: New file.
8866 * gdb.perf/skip-command.py: New file.
8867
8868 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8869
8870 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8871 info registers pattern.
8872
8873 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8874
8875 * lib/future.exp: Add D support.
8876 (gdb_find_gdc): New proc.
8877 (gdb_default_target_compile): Add D support.
8878
8879 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8880
8881 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8882 user+system time.
8883 (trace_speed_test): Determine the iteration count for a time
8884 between 15..30 seconds.
8885
8886 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8887
8888 * gdb.arch/i386-mpx-sigsegv.c: New file.
8889 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8890 * gdb.arch/i386-mpx-simple_segv.c: New file.
8891 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8892
8893 2016-02-18 Yao Qi <yao.qi@linaro.org>
8894
8895 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8896 Don't call setup_kfail.
8897
8898 2016-02-18 Yao Qi <yao.qi@linaro.org>
8899
8900 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8901 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8902
8903 2016-02-16 Doug Evans <dje@google.com>
8904
8905 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8906 * gdb.base/skip1.c: Ditto.
8907 * gdb.base/skip.exp: Whitespace cleanup.
8908
8909 2016-02-16 Don Breazeal <donb@codesourcery.com>
8910
8911 PR remote/19496
8912 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8913 Remove kfail for PR remote/19496.
8914
8915 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8916
8917 * lib/gdb.exp (standard_temp_file): Return a path specific to
8918 the runtest invocation.
8919
8920 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8921
8922 * gdb.trace/save-trace.exp: Change relative path to be in the
8923 standard output directory.
8924
8925 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8926
8927 * gdb.arch/i386-prologue.c: Add missing prototypes.
8928
8929 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8930
8931 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8932 * gdb.arch/i386-prologue.exp: Likewise.
8933 * gdb.arch/i386-size.exp: Likewise.
8934
8935 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8936
8937 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8938 define object file path.
8939 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8940 file path.
8941 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8942 standard_output_file to define binfile.
8943
8944 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8945
8946 Fix compatibility with recent gfortran-5.3.1.
8947 * gdb.fortran/vla-history.exp (print vla1 allocated)
8948 (print vla2 allocated, print $2, print $3): Remove
8949 (print $4): Rename to ...
8950 (print $2): ... here.
8951 (print $9): Rename to ...
8952 (print $5): ... here.
8953 (print $10): Rename to ...
8954 (print $6): ... here.
8955 * gdb.fortran/vla.f90: Add pvla initialization.
8956
8957 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8958
8959 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8960 New test.
8961 * gdb.fortran/vla-value-sub.exp: Likewise.
8962
8963 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8964
8965 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8966
8967 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8968
8969 * i386-biarch-core.exp: Define corefile using
8970 standard_output_file.
8971
8972 2016-02-12 Yao Qi <yao.qi@linaro.org>
8973
8974 * gdb.arch/arm-single-step-kernel-helper.c: New.
8975 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8976
8977 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8978
8979 * gdb.btrace/tailcall-only.exp: New.
8980 * gdb.btrace/tailcall-only.c: New.
8981 * gdb.btrace/x86_64-tailcall-only.S: New.
8982 * gdb.btrace/i686-tailcall-only.S: New.
8983
8984 2016-02-11 Pedro Alves <palves@redhat.com>
8985
8986 * README (Parallel testing): Add missing double quotes.
8987
8988 2016-02-11 Pedro Alves <palves@redhat.com>
8989
8990 * README (Parallel testing): New section.
8991 (GDB_PARALLEL): Rewrite.
8992 (FORCE_PARALLEL): Document.
8993
8994 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8995
8996 * gdb.trace/tfile-avx.c: New test.
8997 * gdb.trace/tfile-avx.exp: New test.
8998
8999 2016-02-09 Keith Seitz <keiths@redhat.com>
9000
9001 PR breakpoints/19546
9002 * gdb.base/infcall-exec.c: New file.
9003 * gdb.base/infcall-exec2.c: New file.
9004 * gdb.base/infcall-exec.exp: New file.
9005
9006 2016-02-09 Keith Seitz <keiths@redhat.com>
9007
9008 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9009 (toplevel): Call test_bkpt_address.
9010
9011 2016-02-09 Keith Seitz <keiths@redhat.com>
9012
9013 PR python/19506
9014 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9015 (toplevel): Call test_bkpt_address.
9016
9017 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9018
9019 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9020 to AC_OUTPUT.
9021 * configure: Regenerate.
9022
9023 2016-02-09 Pedro Alves <palves@redhat.com>
9024
9025 PR breakpoints/19548
9026 * gdb.base/execl-update-breakpoints.c (some_function): New
9027 function.
9028 (main): Call it.
9029 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9030 Tighten expected GDB output.
9031
9032 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9033
9034 * Makefile.in (ALL_SUBDIRS): Remove.
9035 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9036 (distclean maintainer-clean realclean): Likewise.
9037 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9038 * configure: Regenerate.
9039 * gdb.ada/Makefile.in: Delete.
9040 * gdb.arch/Makefile.in: Likewise.
9041 * gdb.asm/Makefile.in: Likewise.
9042 * gdb.base/Makefile.in: Likewise.
9043 * gdb.btrace/Makefile.in: Likewise.
9044 * gdb.cell/Makefile.in: Likewise.
9045 * gdb.compile/Makefile.in: Likewise.
9046 * gdb.cp/Makefile.in: Likewise.
9047 * gdb.disasm/Makefile.in: Likewise.
9048 * gdb.dlang/Makefile.in: Likewise.
9049 * gdb.dwarf2/Makefile.in: Likewise.
9050 * gdb.fortran/Makefile.in: Likewise.
9051 * gdb.gdb/Makefile.in: Likewise.
9052 * gdb.go/Makefile.in: Likewise.
9053 * gdb.guile/Makefile.in: Likewise.
9054 * gdb.java/Makefile.in: Likewise.
9055 * gdb.linespec/Makefile.in: Likewise.
9056 * gdb.mi/Makefile.in: Likewise.
9057 * gdb.modula2/Makefile.in: Likewise.
9058 * gdb.multi/Makefile.in: Likewise.
9059 * gdb.objc/Makefile.in: Likewise.
9060 * gdb.opencl/Makefile.in: Likewise.
9061 * gdb.opt/Makefile.in: Likewise.
9062 * gdb.pascal/Makefile.in: Likewise.
9063 * gdb.perf/Makefile.in: Likewise.
9064 * gdb.python/Makefile.in: Likewise.
9065 * gdb.reverse/Makefile.in: Likewise.
9066 * gdb.server/Makefile.in: Likewise.
9067 * gdb.stabs/Makefile.in: Likewise.
9068 * gdb.threads/Makefile.in: Likewise.
9069 * gdb.trace/Makefile.in: Likewise.
9070 * gdb.xml/Makefile.in: Likewise.
9071 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9072 GDB_PARALLEL.
9073 (standard_output_file): Remove check for GDB_PARALLEL, always
9074 return path in outputs/$subdir/$testname.
9075
9076 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9077
9078 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9079 (site.exp): Assign abs_srcdir to tcl's srcdir.
9080
9081 2016-02-04 Yao Qi <yao.qi@linaro.org>
9082
9083 * gdb.base/foll-exec-mode.c: Include limits.h.
9084 (main): Add parameters argc and argv. Get directory from
9085 argv[0].
9086 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9087 compilation.
9088 * gdb.base/foll-exec.c: Include limits.h.
9089 (main): Add parameters argc and argv.
9090 Get directory from argv[0].
9091 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9092 Adjust tests on the number of lines as source code changed.
9093 * gdb.base/foll-vfork-exit.c: Include limits.h.
9094 (main): Add one line of statement before vfork.
9095 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9096 (main): Add parameters argc and argv. Get directory from
9097 argv[0].
9098 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9099 (setup_gdb): Set tbreak to skip some source lines.
9100 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9101 (main): Add parameters argc and argv. Get directory from
9102 argv[0].
9103 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9104 compilation.
9105 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9106 (main): Add parameters argc and argv. Get directory from
9107 argv[0].
9108 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9109 compilation.
9110
9111 2016-02-01 Doug Evans <dje@google.com>
9112
9113 * gdb.base/skip.exp: Clean up multiple references to same test name.
9114
9115 2016-02-01 Pedro Alves <palves@redhat.com>
9116
9117 PR remote/19496
9118 * gdb.threads/forking-threads-plus-breakpoint.exp
9119 (displaced_stepping_supported): New global.
9120 (probe_displaced_stepping_support): New procedure.
9121 (do_test): Add 'displaced' parameter, and use it.
9122 (top level): Check for displaced stepping support. Add displaced
9123 stepping on/off testing axis.
9124
9125 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9126
9127 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9128 pointer. Don't perform further tests on the unassociated pointer
9129 if the first test fails.
9130
9131 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9132
9133 * gdb.base/max-value-size.c: New file.
9134 * gdb.base/max-value-size.exp: New file.
9135 * gdb.base/huge.exp: Disable max-value-size for this test.
9136
9137 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9138
9139 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9140
9141 2016-01-28 Yao Qi <yao.qi@linaro.org>
9142
9143 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9144
9145 2016-01-25 Pedro Alves <palves@redhat.com>
9146
9147 PR threads/19461
9148 * gdb.base/fork-running-state.c: New file.
9149 * gdb.base/fork-running-state.exp: New file.
9150
9151 2016-01-25 Pedro Alves <palves@redhat.com>
9152
9153 PR gdb/19494
9154 * gdb.base/catch-fork-kill.c: New file.
9155 * gdb.base/catch-fork-kill.exp: New file.
9156
9157 2016-01-25 Pedro Alves <palves@redhat.com>
9158
9159 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9160 Delete, moved to lib/gdb.exp.
9161 * gdb.threads/forking-threads-plus-breakpoint.exp
9162 (foreach_with_prefix): Likewise.
9163 * gdb.threads/process-dies-while-handling-bp.exp
9164 (foreach_with_prefix): Likewise.
9165 * lib/gdb.exp (foreach_with_prefix): New procedure.
9166
9167 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9168
9169 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9170 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9171
9172 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9173
9174 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9175 endian targets.
9176
9177 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9178 Pedro Alves <palves@redhat.com>
9179
9180 Fix testsuite compatibility with Guile.
9181 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9182 number.
9183
9184 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9185
9186 Fix testsuite compatibility with Guile.
9187 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9188 (thread 1): New test for backtrace through signal handler.
9189
9190 2016-01-22 Yao Qi <yao.qi@linaro.org>
9191
9192 PR testsuite/19491
9193 * gdb.base/multi-forks.c: Include
9194 ../lib/unbuffer_output.c
9195 (main): Call gdb_unbuffer_output.
9196
9197 2016-01-21 Doug Evans <dje@google.com>
9198
9199 * lib/ada.exp (gdb_compile_ada): Fix typo.
9200
9201 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9202
9203 * gdb.base/break-fun-addr.exp: New file.
9204 * gdb.base/break-fun-addr1.c: New file.
9205 * gdb.base/break-fun-addr2.c: New file.
9206
9207 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9208
9209 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9210 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9211 enum flag values.
9212
9213 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9214
9215 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9216 when GDB can not set the vector return value. Add more comments
9217 for clarification.
9218
9219 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9220
9221 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9222 command.
9223
9224 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9225
9226 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9227
9228 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9229
9230 * Makefile.in (check-single): Pass --status to runtest.
9231 (check/%.exp): Likewise.
9232
9233 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9234
9235 * Makefile.in (check-parallel): Propagate return code from make
9236 do-check-parallel.
9237
9238 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9239
9240 * gdb.trace/ftrace.exp: Fix expected message on continue.
9241 * gdb.trace/pending.exp: Fix expected message on continue.
9242 * gdb.trace/trace-break.exp: Fix expected message on continue.
9243
9244 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9245
9246 * lib/gdb.exp (gdb_test): Remove unused global references.
9247
9248 2016-01-18 Pedro Alves <palves@redhat.com>
9249
9250 * gdb.base/async-shell.exp: Adjust expected output.
9251 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9252 * gdb.base/siginfo-thread.exp: Adjust expected output.
9253 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9254 * gdb.java/jnpe.exp: Adjust expected output.
9255 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9256 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9257 * gdb.threads/leader-exit.exp: Adjust expected output.
9258 * gdb.threads/manythreads.exp: Adjust expected output.
9259 * gdb.threads/pthreads.exp: Adjust expected output.
9260 * gdb.threads/schedlock.exp: Adjust expected output.
9261 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9262 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9263 expected output.
9264 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9265 output.
9266 * gdb.threads/sigthread.exp: Adjust expected output.
9267 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9268
9269 2016-01-18 Yao Qi <yao.qi@linaro.org>
9270
9271 * gdb.guile/scm-section-script.c: Replace @progbits with
9272 %progbits.
9273 * gdb.python/py-section-script.c: Likewise.
9274
9275 2016-01-15 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.multi/tids.exp: Test star wildcard ranges.
9278
9279 2016-01-15 Pedro Alves <palves@redhat.com>
9280
9281 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9282 command from "thread apply" invocation.
9283 (thr_apply_info_thr_invalid): Default the expected output to the
9284 input tid list.
9285 (top level): Add tests that use convenience variables. Add tests
9286 for "thread apply" with a valid TID list, but missing the command.
9287
9288 2016-01-13 Pedro Alves <palves@redhat.com>
9289
9290 * gdb.base/default.exp: Expect $_gthread as well.
9291 * gdb.multi/tids.exp: Test $_gthread.
9292 * gdb.threads/thread-specific.exp: Test $_gthread.
9293
9294 2016-01-13 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.multi/tids.exp: Test "info threads -gid".
9297
9298 2016-01-13 Pedro Alves <palves@redhat.com>
9299
9300 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9301 Breakpoint.thread.
9302 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9303
9304 2016-01-07 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.base/break.exp: Adjust to output changes.
9307 * gdb.base/hbreak2.exp: Likewise.
9308 * gdb.base/sepdebug.exp: Likewise.
9309 * gdb.base/watch_thread_num.exp: Likewise.
9310 * gdb.linespec/keywords.exp: Likewise.
9311 * gdb.multi/info-threads.exp: Likewise.
9312 * gdb.threads/thread-find.exp: Likewise.
9313 * gdb.multi/tids.c: New file.
9314 * gdb.multi/tids.exp: New file.
9315
9316 2016-01-13 Pedro Alves <palves@redhat.com>
9317
9318 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9319
9320 2016-01-13 Pedro Alves <palves@redhat.com>
9321
9322 * gdb.base/default.exp: Expect $_inferior as well.
9323 * gdb.multi/base.exp: Test $_inferior.
9324
9325 2016-01-13 Pedro Alves <palves@redhat.com>
9326
9327 PR breakpoints/19388
9328 * gdb.base/catch-signal-siginfo-cond.c: New file.
9329 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9330
9331 2016-01-12 Josh Stone <jistone@redhat.com>
9332 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9333
9334 * gdb.base/catch-syscall.c (do_execve): New variable.
9335 (main): Conditionally trigger an execve.
9336 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9337 (test_catch_syscall_execve): New, check entry/return across execve.
9338 (do_syscall_tests): Call test_catch_syscall_execve.
9339
9340 2016-01-12 Pedro Alves <palves@redhat.com>
9341
9342 * gdb.base/random-signal.exp (do_test): New procedure, with body
9343 of testcase moved in.
9344
9345 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9346 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.base/funcargs.exp (finish from indirectly called function):
9349 Reintroduce the case for 'First'.
9350
9351 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9352 Pedro Alves <palves@redhat.com>
9353
9354 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9355 (tcatch_vfork_then_child_follow_exec)
9356 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9357 identification.
9358
9359 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9362 and repeats to unlimited.
9363 * gdb.python/py-value.exp: Likewise.
9364 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9365 and repeats to unlimited.
9366
9367 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9368
9369 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9370 and reordering the functions.
9371 * gdb.multi/hangout.c: Likewise.
9372 * gdb.multi/hello.c: Likewise.
9373
9374 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9375
9376 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9377 absolute.
9378 (SingleStatisticTestResult.report): Use dict.keys instead of
9379 dict.iterkeys.
9380
9381 2016-01-06 Pedro Alves <palves@redhat.com>
9382
9383 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9384
9385 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9386
9387 * gdb.btrace/dlopen.exp: New.
9388 * gdb.btrace/dlopen.c: New.
9389 * gdb.btrace/dlopen-dso.c: New.
9390
9391 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9392
9393 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9394 PATTERN argument is optional.
9395
9396 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9397
9398 * lib/ada.exp (target_compile_ada_from_dir): New function.
9399 (gdb_compile_ada): Reimplement avoiding the use of project files.
9400 * gdb.ada/gnat_ada.gpr: Delete.
9401 * gdb.ada/cond_lang.exp: Adjust test to make path before
9402 filename optional.
9403 * gdb.ada/small_reg_param.exp: Likewise.
9404
9405 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9406
9407 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9408
9409 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9410
9411 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9412 case.
9413
9414 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9415
9416 * gdb.base/break.exp: Remove dead code.
9417 * gdb.base/sepdebug.exp: Likewise.
9418
9419 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9420
9421 * gdb.asm/asm-source.exp: Remove HP-UX references.
9422 * gdb.base/annota1.exp: Likewise.
9423 * gdb.base/annota3.exp: Likewise.
9424 * gdb.base/attach.exp: Likewise.
9425 * gdb.base/bigcore.exp: Likewise.
9426 * gdb.base/break.exp: Likewise.
9427 * gdb.base/call-ar-st.exp: Likewise.
9428 * gdb.base/callfuncs.exp: Likewise.
9429 * gdb.base/catch-fork-static.exp: Likewise.
9430 * gdb.base/display.exp: Likewise.
9431 * gdb.base/foll-exec-mode.exp: Likewise.
9432 * gdb.base/foll-exec.exp: Likewise.
9433 * gdb.base/foll-fork.exp: Likewise.
9434 * gdb.base/foll-vfork.exp: Likewise.
9435 * gdb.base/funcargs.exp: Likewise.
9436 * gdb.base/hbreak2.exp: Likewise.
9437 * gdb.base/inferior-died.exp: Likewise.
9438 * gdb.base/interrupt.exp: Likewise.
9439 * gdb.base/multi-forks.exp: Likewise.
9440 * gdb.base/nodebug.exp: Likewise.
9441 * gdb.base/sepdebug.exp: Likewise.
9442 * gdb.base/solib1.c: Likewise.
9443 * gdb.base/step-test.exp: Likewise.
9444 * gdb.mi/non-stop.c: Likewise.
9445 * gdb.mi/pthreads.c: Likewise.
9446 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9447 * gdb.threads/pthreads.c: Likewise.
9448 * gdb.threads/staticthreads.exp: Likewise.
9449 * lib/future.exp: Likewise.
9450 * lib/gdb.exp: Likewise.
9451 * gdb.base/so-indr-cl.c: Remove.
9452 * gdb.base/so-indr-cl.exp: Likewise.
9453 * gdb.base/solib.c: Likewise.
9454 * gdb.base/solib.exp: Likewise.
9455 * gdb.base/solib2.c: Likewise.
9456
9457 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9458
9459 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9460 * gdb.base/call-ar-st.exp: Likewise.
9461 * gdb.base/callfuncs.exp: Likewise.
9462 * gdb.base/condbreak.exp: Likewise.
9463 * gdb.base/constvars.exp: Likewise.
9464 * gdb.base/hbreak2.exp: Likewise.
9465 * gdb.base/langs.exp: Likewise.
9466 * gdb.base/list.exp: Likewise.
9467 * gdb.base/long_long.exp: Likewise.
9468 * gdb.base/ptype.exp: Likewise.
9469 * gdb.base/scope.exp: Likewise.
9470 * gdb.base/signals.exp: Likewise.
9471 * gdb.base/so-impl-ld.exp: Likewise.
9472 * gdb.base/varargs.exp: Likewise.
9473 * gdb.base/volatile.exp: Likewise.
9474 * gdb.base/whatis.exp: Likewise.
9475 * gdb.cp/cplusfuncs.exp: Likewise.
9476 * gdb.cp/inherit.exp: Likewise.
9477 * gdb.cp/local.exp: Likewise.
9478 * gdb.cp/member-ptr.exp: Likewise.
9479 * gdb.cp/method.exp: Likewise.
9480 * gdb.cp/overload.exp: Likewise.
9481 * gdb.cp/templates.exp: Likewise.
9482 * gdb.stabs/weird.exp: Likewise.
9483 * lib/compiler.c: Likewise.
9484 * lib/compiler.cc: Likewise.
9485 * lib/cp-support.exp: Likewise.
9486 * lib/gdb.exp: Likewise.
9487
9488 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9489
9490 * configure.ac: Remove HP-UX case.
9491 * configure: Regenerate.
9492
9493 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9494
9495 * lib/gdb.exp (gdb_compile): Add function doc.
9496
9497 2015-12-17 Pedro Alves <palves@redhat.com>
9498
9499 PR threads/19354
9500 * gdb.multi/info-threads.exp: New file.
9501
9502 2015-12-15 Yao Qi <yao.qi@linaro.org>
9503
9504 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9505 is aarch64*-*-*.
9506
9507 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9508
9509 * gdb.base/history-duplicates.exp: Skip if no readline support.
9510
9511 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9512
9513 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9514
9515 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9516
9517 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9518
9519 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9520
9521 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9522 ctrl-C if nointerrupts target property is set.
9523 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9524 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9525 * gdb.base/paginate-bg-execution.exp: Likewise.
9526 * gdb.base/paginate-execution-startup.exp: Likewise.
9527 * gdb.base/random-signal.exp: Likewise.
9528 * gdb.base/range-stepping.exp: Likewise.
9529 * gdb.cp/annota2.exp: Likewise.
9530 * gdb.cp/annota3.exp: Likewise.
9531 * gdb.gdb/selftest.exp: Likewise.
9532 * gdb.threads/continue-pending-status.exp: Likewise.
9533 * gdb.threads/leader-exit.exp: Likewise.
9534 * gdb.threads/manythreads.exp: Likewise.
9535 * gdb.threads/pthreads.exp: Likewise.
9536 * gdb.threads/schedlock.exp: Likewise.
9537 * gdb.threads/sigthread.exp: Likewise.
9538
9539 2015-12-11 Don Breazeal <donb@codesourcery.com>
9540
9541 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9542 remote.
9543 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9544 * gdb.base/foll-exec.exp (main): Enable for target remote.
9545 * gdb.base/foll-fork.exp (main): Likewise.
9546 * gdb.base/foll-vfork.exp (main): Likewise.
9547 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9548 (proc continue_to_exit_bp_loc): Use clean_restart.
9549 * gdb.base/pie-execl.exp (main): Disable for target remote.
9550 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9551 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9552 * gdb.threads/execl.exp (main): Likewise.
9553 * gdb.threads/fork-child-threads.exp (main): Likewise.
9554 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9555 remote.
9556 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9557 remote.
9558 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9559 pid.tid style ptids, instead of just tid.
9560 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9561 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9562 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9563 ptids, instead of just tid.
9564
9565 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9566
9567 * gdb.base/list.exp (test_list_forward): Add end of file error
9568 test.
9569 (test_repeat_list_command): Add end of file error test.
9570 (test_list_backwards): Add beginning of file error test.
9571
9572 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9573
9574 * gdb.base/list.exp (test_list_invalid_args): New function,
9575 defined, and called.
9576
9577 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9578
9579 * gdb.base/list.exp (test_list): Make test names unique.
9580
9581 2015-12-11 Yao Qi <yao.qi@linaro.org>
9582
9583 * gdb.base/coremaker2.c: Remove.
9584
9585 2015-12-10 Pedro Alves <palves@redhat.com>
9586
9587 * gdb.multi/base.exp: Remove stale "spaces" references.
9588
9589 2015-12-10 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.multi/base.exp: Don't use nowarnings.
9592 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9593 * gdb.multi/hangout.c: Include stdio.h.
9594 * gdb.multi/hello.c: Include stdlib.h.
9595 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9596 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9597 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9598
9599 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9600
9601 * gdb.dwarf2/dw2-ranges-base.c: New file.
9602 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9603 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9604 support additional line table, and debug ranges generation.
9605 (Dwarf::ranges): New function, generate .debug_ranges.
9606 (Dwarf::lines): Support generating simple line table programs.
9607 (Dwarf::assemble): Initialise new namespace variables.
9608
9609 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9610
9611 * gdb.base/async.exp (proc test_background): Add case for
9612 asynchronous execution not supported.
9613
9614 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9615
9616 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9617 format and change test names to make them unique.
9618
9619 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9620 Pedro Alves <pedro@redhat.com>
9621
9622 PR gdb/18702
9623 Add checking of floatformats setup on x86_64 hosts.
9624 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9625 (smallval, bigval): New labels/constants.
9626 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9627 float" after loading bigval and smallval.
9628
9629 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9630
9631 * gdb.ada/fun_overload_menu.exp: New testcase.
9632 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9633
9634 2015-12-04 Josh Stone <jistone@redhat.com>
9635
9636 * gdb.base/catch-fork-static.exp: New.
9637
9638 2015-12-03 Yao Qi <yao.qi@linaro.org>
9639
9640 * gdb.base/sizeof.c: Don't include stdio.h and
9641 ../lib/unbuffer_output.c.
9642 (main): New variable 'size' and 'value'. Remove printf and
9643 gdb_unbuffer_output. Assign return value to size and value.
9644 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9645 at the beginning.
9646 (check_sizeof): Check the result by printing variable 'size'.
9647 (check_valueof): Check the result by printing variable 'value'.
9648
9649 2015-12-01 Yao Qi <yao.qi@linaro.org>
9650
9651 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9652 for aarch64*-*-linux* target.
9653
9654 2015-11-30 Pedro Alves <palves@redhat.com>
9655
9656 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9657
9658 2015-11-30 Pedro Alves <palves@redhat.com>
9659
9660 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9661 Handle non-stop mode vCont replies.
9662
9663 2015-11-30 Pedro Alves <palves@redhat.com>
9664
9665 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9666 prepare_for_testing. Start gdb with "set non-stop on" appended to
9667 GDBFLAGS. Lax expected stop output.
9668
9669 2015-11-27 Yao Qi <yao.qi@linaro.org>
9670
9671 * gdb.arch/arm-neon.exp: New.
9672 * gdb.arch/arm-neon.c: New.
9673
9674 2015-11-27 Yao Qi <yao.qi@linaro.org>
9675
9676 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9677
9678 2015-11-27 Yao Qi <yao.qi@linaro.org>
9679
9680 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9681 frames-invalid annotation.
9682
9683 2015-11-27 Yao Qi <yao.qi@linaro.org>
9684
9685 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9686
9687 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9688
9689 * gdb.threads/names.exp: New file.
9690 * gdb.threads/names.c: New file.
9691 * README: Mention gdb,no_thread_names.
9692
9693 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9694
9695 PR 19297
9696 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9697 support" error.
9698
9699 2015-11-24 Pedro Alves <palves@redhat.com>
9700
9701 PR 17539
9702 * gdb.base/display.exp: Expect displays to be sorted in ascending
9703 order. Use multi_line.
9704 * gdb.base/solib-display.exp: Likewise.
9705
9706 2015-11-24 Pedro Alves <palves@redhat.com>
9707
9708 PR 17539
9709 * gdb.base/display.exp: Expect displays to be sorted in ascending
9710 order. Use multi_line.
9711 * gdb.base/solib-display.exp: Likewise.
9712
9713 2015-11-24 Pedro Alves <palves@redhat.com>
9714
9715 PR 17539
9716 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9717 threads in ascending order.
9718 * gdb.base/foll-fork.exp: Likewise.
9719 * gdb.base/foll-vfork.exp: Likewise.
9720 * gdb.base/multi-forks.exp: Likewise.
9721 * gdb.mi/mi-nonstop.exp: Likewise.
9722 * gdb.mi/mi-nsintrall.exp: Likewise.
9723 * gdb.multi/base.exp: Likewise.
9724 * gdb.multi/multi-arch.exp: Likewise.
9725 * gdb.python/py-inferior.exp: Likewise.
9726 * gdb.threads/break-while-running.exp: Likewise.
9727 * gdb.threads/execl.exp: Likewise.
9728 * gdb.threads/gcore-thread.exp: Likewise.
9729 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9730 * gdb.threads/kill.exp: Likewise.
9731 * gdb.threads/linux-dp.exp: Likewise.
9732 * gdb.threads/multiple-step-overs.exp: Likewise.
9733 * gdb.threads/next-bp-other-thread.exp: Likewise.
9734 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9735 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9736 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9737 * gdb.threads/thread-find.exp: Likewise.
9738 * gdb.threads/tls.exp: Likewise.
9739 * lib/mi-support.exp (mi_reverse_list): Delete.
9740 (mi_check_thread_states): No longer reverse list.
9741
9742 2015-11-24 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9745 use lowercase.
9746
9747 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9748
9749 * gdb.trace/actions.c: Include trace-common.h.
9750 (main): Add a location for a fast tracepoint.
9751 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9752 the normal tracepoints.
9753 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9754
9755 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9756
9757 * save-trace.exp: Factor out code to these...
9758 (gdb_save_tracepoints): New.
9759 (gdb_load_tracepoints): New.
9760 (do_save_load_test): New.
9761
9762 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9763
9764 * gdb.base/asmlabel.exp: New test.
9765 * gdb.base/asmlabel.c: New test case.
9766
9767 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9768
9769 * gdb.base/wrong_frame_bt_full-main.c: New file.
9770 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9771 * gdb.base/wrong_frame_bt_full.exp: New file.
9772
9773 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9774
9775 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9776
9777 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9778
9779 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9780 pstate register when comparing registers values in
9781 sparc64-*-linux-gnu targets to avoid spurious differences.
9782
9783 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9784
9785 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9786
9787 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9788
9789 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9790 as type argument to gdb_compile.
9791 * gdb.base/nested-subp2.exp: Likewise.
9792 * gdb.base/nested-subp3.exp: Likewise.
9793
9794 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9795
9796 * lib/dwarf.exp (_note): Fix left shift of negative value.
9797 * gdb.trace/trace-condition.exp: Likewise.
9798
9799 2015-11-13 Yao Qi <yao.qi@linaro.org>
9800
9801 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9802 comments about d10v.
9803 (test_scalar_returns): Likewise.
9804 * gdb.base/d10v.ld: Remove.
9805 * gdb.base/overlays.exp: Remove the target triplet checking for
9806 d10v-*-*.
9807 * gdb.base/structs.exp (test_struct_returns): Remove the
9808 comments about d10v.
9809 (test_struct_calls): Likewise.
9810
9811 2015-11-13 Yao Qi <yao.qi@linaro.org>
9812
9813 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9814 * gdb.base/gnu_vector.c: Don't include stdio.h.
9815 (main): Don't print res and call add_some_intvecs.
9816
9817 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9818
9819 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9820 macro.
9821 (func5): Removed.
9822 (func4): Use FAST_TRACEPOINT_LABEL.
9823 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9824 macro.
9825 (func): Removed.
9826 (thread_function): Use FAST_TRACEPOINT_LABEL.
9827 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9828 (func): Remove.
9829 (marker): Use FAST_TRACEPOINT_LABEL.
9830 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9831 (pendfunc1): Remove.
9832 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9833 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9834 (foo): Remove.
9835 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9836 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9837 macro.
9838 (func): Remove.
9839 (marker): Use FAST_TRACEPOINT_LABEL.
9840 * gdb.trace/trace-common.h: New header.
9841 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9842 macro.
9843 (func): Remove.
9844 (marker): Use FAST_TRACEPOINT_LABEL.
9845 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9846 (func): Remove.
9847 (thread_function): Use FAST_TRACEPOINT_LABEL.
9848
9849 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9850
9851 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9852 in front.
9853 * gdb.trace/change-loc.exp: Use global pcreg definition.
9854 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9855 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9856 in front.
9857 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9858 * gdb.trace/pending.exp: Likewise.
9859 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9860 * gdb.trace/trace-break.exp: Likewise.
9861 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9862 in front.
9863 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9864 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9865 in front.
9866 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9867
9868 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9869
9870 * gdb.ada/fin_fun_out: New testcase.
9871
9872 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9873
9874 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9875 value associated with DW_AT_byte_size.
9876 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9877 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9878 DW_AT_upper_bound.
9879
9880 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9881
9882 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9883 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9884 version.
9885 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9886 gdb.dwarf2/dw2-canonicalize-type.exp,
9887 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9888 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9889 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9890 provided by gdb_target_symbol_prefix_flags_asm.
9891 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9892 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9893 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9894 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9895 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9896 macros where needed). Use this macro for symbols which require
9897 the prefix provided by SYMBOL_PREFIX.
9898
9899 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9900
9901 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9902 New procs.
9903 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9904 representing expressions, of more than one list element.
9905 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9906 to prepend linker symbol prefix to f.
9907 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9908 table_1 and table_2.
9909 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9910 Likewise, for f and g.
9911 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9912 for ptr.
9913 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9914 for main.
9915 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9916 table_1_ptr and table_2_ptr.
9917
9918 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9919 Joel Brobecker <brobecker@adacore.com>
9920
9921 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9922
9923 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9924
9925 * gdb.reverse/s390-mvcle.c: New test.
9926 * gdb.reverse/s390-mvcle.exp: New file.
9927 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9928
9929 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9930
9931 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9932
9933 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9934
9935 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9936 reaching marker2.
9937 * gdb.reverse/getresuid-reverse.exp: Likewise.
9938 * gdb.reverse/pipe-reverse.exp: Likewise.
9939 * gdb.reverse/readv-reverse.exp: Likewise.
9940 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9941 * gdb.reverse/time-reverse.exp: Likewise.
9942 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9943
9944 2015-10-30 Yao Qi <yao.qi@linaro.org>
9945
9946 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9947 (empty_cycle): Remove.
9948 (main): Don't call empty_cycle. Don't use watch_count_done.
9949 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9950 empty_cycle. Rewrite the code counting HW watchpoints.
9951
9952 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9953
9954 * gdb.reverse/fstatat-reverse.c: New test.
9955 * gdb.reverse/fstatat-reverse.exp: New file.
9956 * gdb.reverse/getresuid-reverse.c: New test.
9957 * gdb.reverse/getresuid-reverse.exp: New file.
9958 * gdb.reverse/pipe-reverse.c: New test.
9959 * gdb.reverse/pipe-reverse.exp: New file.
9960 * gdb.reverse/readv-reverse.c: New test.
9961 * gdb.reverse/readv-reverse.exp: New file.
9962 * gdb.reverse/recvmsg-reverse.c: New test.
9963 * gdb.reverse/recvmsg-reverse.exp: New file.
9964 * gdb.reverse/time-reverse.c: New test.
9965 * gdb.reverse/time-reverse.exp: New file.
9966 * gdb.reverse/waitpid-reverse.c: New test.
9967 * gdb.reverse/waitpid-reverse.exp: New file.
9968
9969 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9970
9971 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9972
9973 2015-10-26 Doug Evans <dje@google.com>
9974
9975 PR symtab/17391
9976 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9977 * gdb.dwarf2/bad-regnum.c: New file.
9978 * gdb.dwarf2/bad-regnum.exp: New file.
9979
9980 2015-10-26 Doug Evans <dje@google.com>
9981
9982 PR python/18938
9983 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9984 file.
9985
9986 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9987
9988 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9989 for a change by "Mention language in compile error message".
9990
9991 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9992
9993 PR python/18073
9994 * gdb.python/py-type.c (C::a_method): New.
9995 (C::a_const_method): New.
9996 (C::a_static_method): New.
9997 (a_function): New.
9998 * gdb.python/py-type.exp (test_fields): Test getting fields
9999 from function and method.
10000
10001 2015-10-21 Keven Boell <keven.boell@intel.com>
10002
10003 * gdb.fortran/vla-alloc-assoc.exp: New file.
10004 * gdb.fortran/vla-datatypes.exp: New file.
10005 * gdb.fortran/vla-datatypes.f90: New file.
10006 * gdb.fortran/vla-history.exp: New file.
10007 * gdb.fortran/vla-ptype-sub.exp: New file.
10008 * gdb.fortran/vla-ptype.exp: New file.
10009 * gdb.fortran/vla-sizeof.exp: New file.
10010 * gdb.fortran/vla-sub.f90: New file.
10011 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10012 * gdb.fortran/vla-value-sub-finish.exp: New file.
10013 * gdb.fortran/vla-value-sub.exp: New file.
10014 * gdb.fortran/vla-value.exp: New file.
10015 * gdb.fortran/vla-ptr-info.exp: New file.
10016 * gdb.mi/mi-vla-fortran.exp: New file.
10017 * gdb.mi/vla.f90: New file.
10018
10019 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10020
10021 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10022 of hardwired timeout value.
10023
10024 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10025 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10028 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10029
10030 2015-10-19 Josh Stone <jistone@redhat.com>
10031
10032 * gdb.base/catch-syscall.c: Include <sched.h>.
10033 (unknown_syscall): New variable.
10034 (main): Trigger a vfork and an unknown syscall.
10035 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10036 (unknown_syscall_number): Likewise.
10037 (check_call_to_syscall): Accept an optional syscall pattern.
10038 (check_return_from_syscall): Likewise.
10039 (check_continue): Likewise.
10040 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10041 (test_catch_syscall_skipping_return): New test toggling off 'catch
10042 syscall' to step over the syscall return, then toggling back on.
10043 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10044 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10045 (do_syscall_tests): Call test_catch_syscall_without_args and
10046 test_catch_syscall_mid_vfork.
10047 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10048 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10049
10050 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10051
10052 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10053 print g_vE): Add new pass patterns.
10054 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10055 print various symbol names for vptr fields.
10056
10057 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10058
10059 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10060 results.
10061
10062 2015-10-12 Yao Qi <yao.qi@linaro.org>
10063
10064 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10065
10066 2015-10-12 Yao Qi <yao.qi@linaro.org>
10067
10068 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10069 is aarch64*-*-linux*.
10070
10071 2015-10-12 Yao Qi <yao.qi@linaro.org>
10072
10073 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10074 (can_relocate_bcond_true): ... it.
10075 (can_relocate_bcond_false): New function.
10076 (foo): Likewise.
10077 (can_relocate_bl): Likewise.
10078 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10079 can_relocate_bl.
10080
10081 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10082
10083 * gdb.base/nested-addr.c: New file.
10084 * gdb.base/nested-addr.exp: New testcase.
10085
10086 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10087
10088 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10089 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10090 its output. Ignore the output of "record goto begin" and instead
10091 check that GDB is replaying.
10092
10093 2015-10-09 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10096 (top level): Use it in the run with no args test.
10097
10098 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10099
10100 * gdb.dlang/properties.exp: New file.
10101
10102 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10103
10104 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10105 whether or not address 0x1000 is mapped on the target.
10106
10107 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10108
10109 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10110 build.
10111
10112 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10113
10114 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10115 instruction-history test.
10116
10117 2015-09-28 Doug Evans <dje@google.com>
10118
10119 * gdb.base/gcore.c (array_func): Add reference to static_array.
10120
10121 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10122
10123 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10124 source line.
10125
10126 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10127
10128 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10129 short or char as base type.
10130
10131 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10132
10133 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10134 to allow any size enum.
10135
10136 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10137
10138 * gdb.ada/array_ptr_renaming.exp: New testcase.
10139 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10140 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10141
10142 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10143
10144 * gdb.trace/ftrace-lock.c: New file.
10145 * gdb.trace/ftrace-lock.exp: New file.
10146
10147 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10148
10149 * gdb.arch/insn-reloc.c: New file.
10150 * gdb.arch/ftrace-insn-reloc.exp: New file.
10151
10152 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10153
10154 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10155 instruction.
10156 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10157 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10158 * gdb.trace/range-stepping.c: Likewise.
10159 * gdb.trace/trace-break.c: Likewise.
10160 * gdb.trace/trace-mt.c (thread_function): Likewise.
10161 * gdb.trace/ftrace.c (marker): Likewise.
10162 * gdb.trace/trace-condition.c (marker): Likewise.
10163 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10164 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10165 is_aarch64_target.
10166
10167 2015-09-18 Doug Evans <xdje42@gmail.com>
10168
10169 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10170 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10171
10172 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10173
10174 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10175 the breakpoint.
10176
10177 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10178
10179 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10180 the pending breakpoint. Remove timeout override for "Run till
10181 MI pending breakpoint on pendfunc3 on thread 2" test.
10182
10183 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10184
10185 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10186 filename pattern.
10187
10188 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10189
10190 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10191 in breakpoint filename pattern.
10192
10193 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10194
10195 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10196
10197 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10198
10199 * gdb.linespec/explicit.exp: Check for readline support for
10200 tab-completion tests. Fix obvious typo.
10201
10202 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10203
10204 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10205 and replay.
10206
10207 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10208
10209 * gdb.btrace/non-stop.c: New.
10210 * gdb.btrace/non-stop.exp: New.
10211
10212 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10213 Yao Qi <yao.qi@linaro.org>
10214
10215 * gdb.trace/trace-condition.c: New file.
10216 * gdb.trace/trace-condition.exp: New file.
10217
10218 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10219
10220 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10221 for testing bytecode compilation.
10222
10223 2015-09-16 Pedro Alves <palves@redhat.com>
10224 Sandra Loosemore <sandra@codesourcery.com>
10225
10226 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10227 (SECONDS): Redefine.
10228 (main): Call pthread_kill and alarm early.
10229 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10230 support.
10231 (test): If the target can't hardware step and doesn't support
10232 displaced stepping, increase the timeout.
10233
10234 2015-09-16 Pedro Alves <palves@redhat.com>
10235
10236 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10237 (enable_debug): New procedures.
10238 (test): Use them. Bail out if waiting for threads fails.
10239 (top level): Bail out if a test fails.
10240
10241 2015-09-16 Yao Qi <yao.qi@linaro.org>
10242
10243 * gdb.asm/asm-source.exp: Set asm-arch for
10244 aarch64*-*-* target.
10245 * gdb.asm/aarch64.inc: New file.
10246
10247 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10248
10249 * gdb.ada/array_of_variable_length.exp: New testcase.
10250 * gdb.ada/array_of_variable_length/foo.adb: New file.
10251 * gdb.ada/array_of_variable_length/pck.adb: New file.
10252 * gdb.ada/array_of_variable_length/pck.ads: New file.
10253
10254 2015-09-15 Doug Evans <dje@google.com>
10255
10256 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10257 of function static local variable.
10258
10259 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10260
10261 * gdb.threads/tls-so_extern.exp: New test file.
10262 * gdb.threads/tls-so_extern.c: New test file.
10263 * gdb.threads/tls-so_extern_main.c: New test file.
10264
10265 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10266
10267 * gdb.opt/solib-intra-step-lib.c: New file.
10268 * gdb.opt/solib-intra-step-main.c: New file.
10269 * gdb.opt/solib-intra-step.exp: New file.
10270
10271 2015-09-15 Pedro Alves <palves@redhat.com>
10272
10273 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10274 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10275
10276 2015-09-14 Pedro Alves <palves@redhat.com>
10277
10278 * gdb.base/hook-stop-continue.c: Delete.
10279 * gdb.base/hook-stop-continue.exp: Delete.
10280 * gdb.base/hook-stop-frame.c: Delete.
10281 * gdb.base/hook-stop-frame.exp: Delete.
10282 * gdb.base/hook-stop.c: New file.
10283 * gdb.base/hook-stop.exp: New file.
10284
10285 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10286
10287 * gdb.ada/access_to_packed_array.exp: New testcase.
10288 * gdb.ada/access_to_packed_array/foo.adb: New file.
10289 * gdb.ada/access_to_packed_array/pack.adb: New file.
10290 * gdb.ada/access_to_packed_array/pack.ads: New file.
10291
10292 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10293
10294 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10295 buffer size test.
10296
10297 2015-09-11 Don Breazeal <donb@codesourcery.com>
10298
10299 * gdb.base/foll-exec.c: Add copyright header. Fix
10300 formatting issues.
10301 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10302 (do_exec_tests): Use clean_restart in place of zap_session,
10303 and for test initialization. Fix formatting issues. Use
10304 fail in place of perror.
10305 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10306 an expect statement to match an expression with output from
10307 the program under debug.
10308 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10309 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10310 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10311 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10312 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10313
10314 2015-09-09 Doug Evans <dje@google.com>
10315
10316 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10317
10318 2015-09-09 Doug Evans <dje@google.com>
10319
10320 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10321
10322 2015-09-09 Doug Evans <dje@google.com>
10323
10324 * gdb.base/savedregs.exp: Fix typo.
10325
10326 2015-09-09 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10329
10330 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10331
10332 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10333 command actually switches threads. Give up on remaining
10334 tests if target fails to stop at breakpoint.
10335
10336 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10337
10338 * gdb.ada/funcall_char.exp: New testcase.
10339 * gdb.ada/funcall_char/foo.adb: New file.
10340
10341 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10342
10343 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10344 expected outputs. Add two testcases for completing ambiguous
10345 functions.
10346 * gdb.ada/complete/aux_pck.adb: New file.
10347 * gdb.ada/complete/aux_pck.ads: New file.
10348 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10349 Ambiguous_Func functions.
10350 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10351 * gdb.ada/complete/pck.adb: Likewise.
10352
10353 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10354
10355 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10356 failures to run the test program under GDB.
10357
10358 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10359
10360 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10361 to C.
10362
10363 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10364
10365 * gdb.base/run-after-attach.exp: New test file.
10366 * gdb.base/run-after-attach.c: New test file.
10367
10368 2015-08-26 Don Breazeal <donb@codesourcery.com>
10369
10370 * gdb.base/foll-exec-2.c: New test program.
10371 * gdb.base/foll-exec-2.exp: New test.
10372
10373 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10374
10375 * gdb.base/nested-subp1.exp: New file.
10376 * gdb.base/nested-subp1.c: New file.
10377 * gdb.base/nested-subp2.exp: New file.
10378 * gdb.base/nested-subp2.c: New file.
10379 * gdb.base/nested-subp3.exp: New file.
10380 * gdb.base/nested-subp3.c: New file.
10381
10382 2015-08-24 Pedro Alves <palves@redhat.com>
10383
10384 * gdb.server/connect-without-multi-process.c: New file.
10385 * gdb.server/connect-without-multi-process.exp: New file.
10386
10387 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10388
10389 * gdb.opt/inline-markers.c: Make z int.
10390
10391 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10392
10393 * gdb.opt/inline-markers.c: Make z volatile.
10394
10395 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10396
10397 * gdb.opt/inline-bt.c: New volatile global z.
10398 * gdb.opt/inline-cmds.c: Likewise.
10399 * gdb.opt/inline-locals.c: Likewise.
10400 * gdb.opt/inline-markers.c: New extern global z.
10401 (marker): Use z.
10402 (inline_fn): Likewise.
10403
10404 2015-08-24 Pedro Alves <palves@redhat.com>
10405
10406 * config/m32r-stub.exp: Remove file.
10407 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10408 * gdb.base/call-rt-st.exp: Likewise.
10409 * gdb.base/call-strs.exp: Likewise.
10410 * gdb.base/default.exp: Remove references to h8300-*-hms and
10411 *-*-udi*.
10412 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10413
10414 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10415
10416 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10417 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10418 and "return" use KFAIL when GDB can not read/write the vector
10419 return value.
10420
10421 2015-08-21 Gary Benson <gbenson@redhat.com>
10422
10423 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10424
10425 2015-08-20 Pedro Alves <palves@redhat.com>
10426
10427 * gdb.server/solib-list.exp: No longer expect an interior stop in
10428 non-stop mode.
10429
10430 2015-08-20 Pedro Alves <palves@redhat.com>
10431
10432 * gdb.server/connect-stopped-target.c: New file.
10433 * gdb.server/connect-stopped-target.exp: New file.
10434
10435 2015-08-20 Pedro Alves <palves@redhat.com>
10436
10437 * gdb.dwarf2/comp-unit-lang.exp: New file.
10438 * gdb.dwarf2/comp-unit-lang.c: New file.
10439
10440 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10441
10442 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10443 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10444
10445 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10446
10447 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10448 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10449
10450 2015-08-18 Doug Evans <dje@google.com>
10451 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10452
10453 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10454 skip_python_tests. New arg prompt_regexp.
10455 (skip_python_tests): New function.
10456 * lib/mi-support.exp (mi_skip_python_tests): New function.
10457 * gdb.python/py-mi-objfile-gdb.py: New file.
10458 * gdb.python/py-mi-objfile.c: New file.
10459 * gdb.python/py-mi-objfile.exp: New file.
10460
10461 2015-08-17 Keith Seitz <keiths@redhat.com>
10462
10463 * gdb.linespec/explicit.exp: Move strace test from here ...
10464 * gdb.trace/strace.exp: ... to here.
10465
10466 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10467
10468 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10469 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10470
10471 2015-08-14 Doug Evans <xdje42@gmail.com>
10472
10473 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10474 inferior before selecting a new file.
10475
10476 2015-08-14 Doug Evans <xdje42@gmail.com>
10477
10478 * gdb.mi/mi-disassemble.exp: Update.
10479 * gdb.base/disasm-optim.S: New file.
10480 * gdb.base/disasm-optim.c: New file.
10481 * gdb.base/disasm-optim.h: New file.
10482 * gdb.base/disasm-optim.exp: New file.
10483
10484 2015-08-14 Keith Seitz <keiths@redhat.com>
10485
10486 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10487 "evaluated-by".
10488
10489 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10490
10491 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10492
10493 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10494
10495 * gdb.ada/fun_renaming.exp: New testcase.
10496 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10497 * gdb.ada/fun_renaming/pack.adb: New file.
10498 * gdb.ada/fun_renaming/pack.ads: New file.
10499
10500 2015-08-12 Keith Seitz <keiths@redhat.com>
10501
10502 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10503 gdb_get_line_number.
10504
10505 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10506
10507 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10508 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10509 gdb.base/dso2dso.exp: New files.
10510
10511 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10512 Pedro Alves <palves@redhat.com>
10513 Keith Seitz <keiths@redhat.com>
10514
10515 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10516 GDBFLAGS.
10517
10518 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10519
10520 * gdb.base/gdbhistsize-history.exp
10521 (test_histsize_history_setting): Use save_vars.
10522 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10523 Use save_vars.
10524 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10525 * gdb.base/readline.exp: Use save_vars.
10526
10527 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10528
10529 * lib/gdb.exp (save_vars): New proc.
10530
10531 2015-08-11 Keith Seitz <keiths@redhat.com>
10532
10533 * gdb.base/help.exp: Update help_breakpoint_text.
10534
10535 2015-08-11 Keith Seitz <keiths@redhat.com>
10536
10537 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10538 (at toplevel): Call test_explicit_breakpoints.
10539 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10540 breakpoints.
10541 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10542 breakpoint conditions, "-cond".
10543
10544 2015-08-11 Keith Seitz <keiths@redhat.com>
10545
10546 * gdb.linespec/3explicit.c: New file.
10547 * gdb.linespec/cpexplicit.cc: New file.
10548 * gdb.linespec/cpexplicit.exp: New file.
10549 * gdb.linespec/explicit.c: New file.
10550 * gdb.linespec/explicit.exp: New file.
10551 * gdb.linespec/explicit2.c: New file.
10552 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10553 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10554 before using in the matching pattern.
10555 Clarify that `prefix' is a regular expression.
10556
10557 2015-08-11 Keith Seitz <keiths@redhat.com>
10558
10559 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10560 test.
10561 Add tests for missing ",FMT" and ",".
10562
10563 2015-08-10 Doug Evans <dje@google.com>
10564 Keith Seitz <keiths@redhat.com>
10565
10566 PR gdb/17960
10567 * gdb.base/completion.exp: Add location completer tests.
10568
10569 2015-08-07 Pedro Alves <palves@redhat.com>
10570
10571 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10572 tests here.
10573 (top level): Run do_test with and without displaced stepping.
10574
10575 2015-08-07 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.base/valgrind-disp-step.c: New file.
10578 * gdb.base/valgrind-disp-step.exp: New file.
10579
10580 2015-08-07 Pedro Alves <palves@redhat.com>
10581
10582 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10583 Delete function.
10584 (main): Add alarm. Run an infinite loop instead of calling
10585 wait_threads.
10586 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10587 comment.
10588 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10589 Delete function.
10590 (main): Add alarm. Run an infinite loop instead of calling
10591 wait_threads.
10592 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10593 comment.
10594
10595 2015-08-07 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.base/checkpoint-ns.exp: New file.
10598 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10599 standard_testfile.
10600
10601 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10602
10603 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10604 * gdb.btrace/instruction_history.exp: Update.
10605 * gdb.btrace/tsx.exp: New.
10606 * gdb.btrace/tsx.c: New.
10607
10608 2015-08-06 Pedro Alves <palves@redhat.com>
10609
10610 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10611 increase timeout.
10612 * gdb.reverse/until-precsave.exp: Bump timeouts.
10613
10614 2015-08-06 Pedro Alves <palves@redhat.com>
10615
10616 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10617
10618 2015-08-06 Pedro Alves <palves@redhat.com>
10619
10620 PR gdb/18749
10621 * gdb.threads/process-dies-while-handling-bp.c: New file.
10622 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10623
10624 2015-08-06 Pedro Alves <palves@redhat.com>
10625
10626 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10627 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10628
10629 2015-08-05 Pedro Alves <palves@redhat.com>
10630
10631 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10632 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10633
10634 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10635
10636 * gdb.base/bp-permanent.exp: Report test as unsupported if
10637 the target cannot stop at the permanent breakpoint.
10638
10639 2015-08-03 Doug Evans <dje@google.com>
10640
10641 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10642 10000.
10643
10644 2015-08-03 Doug Evans <dje@google.com>
10645
10646 * Makefile.in (workers/%.worker, build-perf): New rule.
10647 (GDB_PERFTEST_MODE): New variable.
10648 (check-perf): Use it.
10649 (clean): Clean up gdb.perf parallel build subdirs.
10650 * lib/build-piece.exp: New file.
10651 * lib/gdb.exp (make_gdb_parallel_path): New function
10652 (standard_output_file, standard_temp_file): Call it.
10653 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10654 of $GDB_PARALLEL.
10655 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10656
10657 2015-08-03 Doug Evans <dje@google.com>
10658
10659 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10660 (LOG_FILE_NAME): New global.
10661 (TextReporter.__init__): Initialize self.txt_sum.
10662 (TextReporter.report): Add support for multiple data-points.
10663 Move report to perftest.sum, put raw data in perftest.log.
10664 (TextReporter.start): Open sum and log files.
10665 (TextReporter.end): Close sum and log files.
10666 * gdb.perf/lib/perftest/testresult.py
10667 (SingleStatisticTestResult.record): Handle multiple data-points.
10668
10669 2015-07-31 Pedro Alves <palves@redhat.com>
10670
10671 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10672 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10673 kill_wait_spawned_process instead of explicit "kill -9".
10674 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10675 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10676 kill_wait_spawned_process.
10677 * gdb.base/attach-twice.exp: Likewise.
10678 * gdb.base/attach.exp: Likewise.
10679 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10680 gdb_test_multiple.
10681 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10682 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10683 kill_wait_spawned_process.
10684 * gdb.base/valgrind-infcall.exp: Likewise.
10685 * gdb.multi/multi-attach.exp: Likewise.
10686 * gdb.python/py-prompt.exp: Likewise.
10687 * gdb.python/py-sync-interp.exp: Likewise.
10688 * gdb.server/ext-attach.exp: Likewise.
10689 * gdb.threads/attach-into-signal.exp (corefunc): Use
10690 spawn_wait_for_attach, spawn_id_get_pid and
10691 kill_wait_spawned_process.
10692 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10693 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10694 spawn_id_get_pid and kill_wait_spawned_process.
10695 * gdb.threads/attach-stopped.exp (corefunc): Use
10696 spawn_wait_for_attach, spawn_id_get_pid and
10697 kill_wait_spawned_process.
10698 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10699 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10700 kill_wait_spawned_process instead of explicit "kill -9".
10701 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10702 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10703 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10704 processes. Don't map cygwin/windows pids here. Now returns a
10705 spawn id list.
10706
10707 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10708
10709 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10710 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10711 correct patch.
10712
10713 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10714
10715 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10716
10717 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10718
10719 Reapply:
10720 2014-05-21 Mark Wielaard <mjw@redhat.com>
10721
10722 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10723
10724 2015-07-30 Pedro Alves <palves@redhat.com>
10725
10726 * linux-low.c (handle_extended_wait): Set the child's last
10727 reported status to TARGET_WAITKIND_STOPPED.
10728
10729 2015-07-30 Pedro Alves <palves@redhat.com>
10730
10731 PR threads/18600
10732 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10733 only shows inferior 1.
10734
10735 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10736 Pedro Alves <palves@redhat.com>
10737
10738 PR threads/18600
10739 * gdb.threads/fork-plus-threads.c: New file.
10740 * gdb.threads/fork-plus-threads.exp: New file.
10741
10742 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10743
10744 * gdb.base/batch-preserve-term-settings.exp
10745 (test_terminal_settings_preserved_after_cli_exit): Use
10746 send_quit_command.
10747
10748 2015-07-29 Pedro Alves <palves@redhat.com>
10749 Don Breazeal <donb@codesourcery.com>
10750
10751 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10752 output from both inferior_spawn_id and gdb_spawn_id.
10753
10754 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10755
10756 * gdb.threads/attach-into-signal.exp (corefunc): Use
10757 with_test_prefix on nested loops, uniquefying the test messages.
10758
10759 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10760
10761 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10762 commit.
10763
10764 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10765
10766 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10767 New proc.
10768 (test_terminal_settings_preserved_after_sigterm): New test.
10769
10770 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10771
10772 * gdb.base/batch-preserve-term-settings.exp
10773 (test_terminal_settings_preserved_after_cli_exit): New test.
10774
10775 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10776
10777 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10778 manipulation of saved_gdbflags.
10779 (test_terminal_settings_preserved): Remove global declaration of
10780 the unused variable pagination_prompt. Remove manipulation of
10781 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10782 GDBFLAGS.
10783
10784 2015-07-29 Pedro Alves <palves@redhat.com>
10785
10786 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10787
10788 2015-07-29 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10791 at the top.
10792
10793 2015-07-29 Pedro Alves <palves@redhat.com>
10794
10795 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10796 (main): Call gdb_unbuffer_output.
10797 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10798 (main): Call gdb_unbuffer_output.
10799 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10800 (main): Call gdb_unbuffer_output.
10801 * gdb.base/call-strs.exp: Adjust to step over the
10802 gdb_unbuffer_output call.
10803 * gdb.base/catch-gdb-caused-signals.c: Include
10804 "../lib/unbuffer_output.c".
10805 (main): Call gdb_unbuffer_output.
10806 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10807 (main): Call gdb_unbuffer_output.
10808 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10809 (main): Call gdb_unbuffer_output.
10810 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10811 (main): Call gdb_unbuffer_output.
10812 * gdb.base/shlib-call.exp: Adjust to step over the
10813 gdb_unbuffer_output call.
10814 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10815 (main): Call gdb_unbuffer_output.
10816 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10817 (main): Call gdb_unbuffer_output.
10818 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10819 (main): Rename to ...
10820 (test): ... this.
10821 (main): Reimplement.
10822 * gdb.base/varargs.exp: Run to test instead of to main.
10823 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10824 (main): Call gdb_unbuffer_output.
10825
10826 2015-07-29 Pedro Alves <palves@redhat.com>
10827
10828 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10829 factore out from mi_continue_dprintf. For call-style dprintfs,
10830 expect dprintf output out of $inferior_spawn_id.
10831 (mi_continue_dprintf): Use mi_expect_dprintf.
10832 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10833 (main): Call gdb_unbuffer_output.
10834
10835 2015-07-29 Pedro Alves <palves@redhat.com>
10836
10837 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10838 (default_mi_gdb_start): Set inferior_spawn_id instead of
10839 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10840 gdb_spawn_id.
10841 (mi_gdb_test): Always expect inferior output from both
10842 $inferior_spawn_id and $gdb_spawn_id.
10843
10844 2015-07-29 Pedro Alves <palves@redhat.com>
10845
10846 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10847 send_inferior and $inferior_spawn_id.
10848
10849 2015-07-29 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.gdb/complaints.exp (test_initial_complaints)
10852 (test_serial_complaints, test_short_complaints): Use
10853 gdb_test_stdio.
10854 (test_empty_complaint): Handle $inferior_spawn_id !=
10855 $gdb_spawn_id.
10856
10857 2015-07-29 Pedro Alves <palves@redhat.com>
10858
10859 * gdb.base/varargs.exp: Use gdb_test_stdio.
10860
10861 2015-07-29 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10864
10865 2015-07-29 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10868
10869 2015-07-29 Pedro Alves <palves@redhat.com>
10870
10871 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10872 parameter into two new parameters, "inf_result" and "gdb_result".
10873 Expect inferior output and gdb output from $inferior_spawn_id and
10874 $gdb_spawn_id, respectively. Adjust all callers.
10875
10876 2015-07-29 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10879 of gdb_test_sequence.
10880
10881 2015-07-29 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10884 (saw_spurious_output): Expect inferior output from
10885 $inferior_spawn_id. Use gdb_test_stdio.
10886
10887 2015-07-29 Pedro Alves <palves@redhat.com>
10888
10889 * gdb.base/dprintf.exp: Use standard_testfile. Change
10890 prepare_for_testing call.
10891 (srcfile): Don't set.
10892 (restart): New procedure.
10893 (test_dprintf): New procecure, use to continue over dprintfs.
10894 (test_call, test_agent): New procedures, tests moved here.
10895 Restart gdb and recreate dprintfs. Adjust expected output.
10896
10897 2015-07-29 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10900
10901 2015-07-29 Pedro Alves <palves@redhat.com>
10902
10903 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10904
10905 2015-07-29 Pedro Alves <palves@redhat.com>
10906
10907 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10908 gdb_test_stdio.
10909
10910 2015-07-29 Pedro Alves <palves@redhat.com>
10911
10912 * lib/gdb.exp (gdb_test_stdio): New procedure.
10913
10914 2015-07-29 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10917
10918 2015-07-29 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.base/call-signal-resume.exp: Remove check for
10921 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10922 * gdb.base/unwindonsignal.exp: Likewise.
10923 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10924 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10925
10926 2015-07-29 Pedro Alves <palves@redhat.com>
10927
10928 * gdb.base/siginfo-addr.c (pass): New function.
10929 (handler): Call it iff si_addr is correct.
10930 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10931 Set a breakpoint at "pass" and continue to it.
10932
10933 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10934
10935 * gdb.python/py-objfile.exp: Make some tests have unique names.
10936 * gdb.python/py-pp-registration.exp: Likewise.
10937
10938 2015-07-28 Pedro Alves <palves@redhat.com>
10939
10940 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10941
10942 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10943
10944 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10945
10946 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10947
10948 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10949
10950 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10951
10952 * gdb.base/gdb-sigterm-2.exp: New test.
10953
10954 2015-07-25 Doug Evans <xdje42@gmail.com>
10955
10956 Revert:
10957 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10958 (workers/%.worker, build-perf): New rule.
10959 (GDB_PERFTEST_MODE): New variable.
10960 (check-perf): Use it.
10961 (clean): Clean up gdb.perf parallel build subdirs.
10962 * lib/build-piece.exp: New file.
10963 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10964 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10965 name.
10966 (standard_temp_file): Ditto.
10967 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10968 of $GDB_PARALLEL.
10969
10970 2015-07-24 Doug Evans <dje@google.com>
10971
10972 * gdb.perf/lib/perftest/utils.py: New file.
10973 * gdb.perf/gm-hello.cc: New file.
10974 * gdb.perf/gm-pervasive-typedef.cc: New file.
10975 * gdb.perf/gm-pervasive-typedef.h: New file.
10976 * gdb.perf/gm-std.cc: New file.
10977 * gdb.perf/gm-std.h: New file.
10978 * gdb.perf/gm-use-cerr.cc: New file.
10979 * gdb.perf/gm-utils.h: New file.
10980 * gdb.perf/gmonster-null-lookup.py: New file.
10981 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10982 * gdb.perf/gmonster-print-cerr.py: New file.
10983 * gdb.perf/gmonster-ptype-string.py: New file.
10984 * gdb.perf/gmonster-runto-main.py: New file.
10985 * gdb.perf/gmonster-select-file.py: New file.
10986 * gdb.perf/gmonster1-null-lookup.exp: New file.
10987 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10988 * gdb.perf/gmonster1-print-cerr.exp: New file.
10989 * gdb.perf/gmonster1-ptype-string.exp: New file.
10990 * gdb.perf/gmonster1-runto-main.exp: New file.
10991 * gdb.perf/gmonster1-select-file.exp: New file.
10992 * gdb.perf/gmonster1.cc: New file.
10993 * gdb.perf/gmonster1.exp: New file.
10994 * gdb.perf/gmonster2-null-lookup.exp: New file.
10995 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10996 * gdb.perf/gmonster2-print-cerr.exp: New file.
10997 * gdb.perf/gmonster2-ptype-string.exp: New file.
10998 * gdb.perf/gmonster2-runto-main.exp: New file.
10999 * gdb.perf/gmonster2-select-file.exp: New file.
11000 * gdb.perf/gmonster2.cc: New file.
11001 * gdb.perf/gmonster2.exp: New file.
11002
11003 2015-07-24 Doug Evans <dje@google.com>
11004
11005 * gdb.perf/README: New file.
11006 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11007 * lib/gen-perf-test.exp: New file.
11008
11009 2015-07-24 Doug Evans <dje@google.com>
11010
11011 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11012 (PerfTest::startup): New function.
11013 (PerfTest::run): Return result of calling body.
11014 (PerfTest::assemble): Rewrite.
11015 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11016 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11017 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11018 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11019 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11020
11021 2015-07-24 Doug Evans <dje@google.com>
11022
11023 * lib/gdb.exp (clean_restart): Make executable optional.
11024
11025 2015-07-24 Doug Evans <dje@google.com>
11026
11027 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11028 compiler_info references.
11029 * gdb.cp/temargs.exp: Ditto.
11030 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11031 (get_compiler_info): Early exit if already computed. Set compiler_info
11032 to "unknown" if there was a problem.
11033 (test_compiler_info): Add function comment. Call get_compiler_info.
11034
11035 2015-07-24 Doug Evans <dje@google.com>
11036
11037 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11038 (workers/%.worker, build-perf): New rule.
11039 (GDB_PERFTEST_MODE): New variable.
11040 (check-perf): Use it.
11041 (clean): Clean up gdb.perf parallel build subdirs.
11042 * lib/build-piece.exp: New file.
11043 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11044 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11045 name.
11046 (standard_temp_file): Ditto.
11047 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11048 of $GDB_PARALLEL.
11049
11050 2015-07-24 Doug Evans <dje@google.com>
11051
11052 * lib/future.exp (gdb_default_target_compile): New option
11053 "early_flags".
11054 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11055 --as-needed.
11056
11057 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11058
11059 * gdb.base/catch-syscall.exp: Call gdb_exit before
11060 gdb_skip_xml_test.
11061
11062 2015-07-24 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.python/py-events.exp: Accept output between the stop event
11065 and the prompt.
11066 * gdb.python/py-evsignal.exp: Likewise.
11067 * gdb.python/py-evthreads.exp: Likewise.
11068
11069 2015-07-24 Pedro Alves <palves@redhat.com>
11070
11071 PR gdb/18717
11072 * gdb.threads/non-ldr-exit.c: New file.
11073 * gdb.threads/non-ldr-exit.exp: New file.
11074
11075 2015-07-24 Yao Qi <yao.qi@linaro.org>
11076
11077 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11078 restarting process.
11079
11080 2015-07-24 Yao Qi <yao.qi@linaro.org>
11081
11082 * gdb.server/ext-restart.exp: New file.
11083
11084 2015-07-24 Yao Qi <yao.qi@linaro.org>
11085
11086 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11087 argument options.
11088 * gdb.server/ext-wrapper.exp: New file.
11089
11090 2015-07-23 Doug Evans <dje@google.com>
11091
11092 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11093 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11094
11095 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11096
11097 * gdb.ada/var_arr_typedef.exp: New testcase.
11098 * gdb.ada/var_arr_typedef/pack.adb: New file.
11099 * gdb.ada/var_arr_typedef/pack.ads: New file.
11100 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11101
11102 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11103
11104 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11105
11106 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11107
11108 * gdb.arch/i386-biarch-core.exp: Replace istarget
11109 by "complete set gnutarget". Remove expectation for the "core-file"
11110 command.
11111
11112 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11113
11114 Revert the previous commit:
11115 Tests for validate symbol file using build-id.
11116
11117 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11118
11119 Tests for validate symbol file using build-id.
11120 * gdb.base/solib-mismatch-lib.c: New file.
11121 * gdb.base/solib-mismatch-libmod.c: New file.
11122 * gdb.base/solib-mismatch.c: New file.
11123 * gdb.base/solib-mismatch.exp: New file.
11124
11125 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11126
11127 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11128 nios2-*-linux*.
11129 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11130 * gdb.base/siginfo.exp: Likewise.
11131 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11132
11133 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11134
11135 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11136 Move it to ...
11137 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11138 ... here.
11139 * gdb.trace/range-stepping.exp: Check that the target supports
11140 range stepping.
11141
11142 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11143
11144 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11145
11146 2015-07-14 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.base/killed-outside.exp: New file.
11149 * gdb.base/killed-outside.c: New file.
11150
11151 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11152
11153 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11154 (n at main): New.
11155 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11156
11157 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11158
11159 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11160 infcall tests instead of setting up for KFAIL.
11161
11162 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11163
11164 * gdb.btrace/record_goto-step.exp: New.
11165
11166 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11167
11168 PR compile/18484
11169 * gdb.compile/compile.c (struct struct_type): Add volatile to
11170 selffield's type.
11171 * gdb.compile/compile.exp
11172 (compile code struct_object.selffield = &struct_object): Skip further
11173 struct_object tests if this one xfails.
11174
11175 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11176
11177 PR exp/18617
11178 * gdb.trace/ax.exp: Add test.
11179
11180 2015-07-07 Yao Qi <yao.qi@linaro.org>
11181
11182 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11183 instead of istarget "aarch64*-*-*".
11184 * gdb.arch/aarch64-fp.exp: Likewise.
11185 * gdb.base/float.exp: Likewise.
11186 * gdb.reverse/aarch64.exp: Likewise.
11187 * lib/gdb.exp (is_aarch64_target): New proc.
11188
11189 2015-07-07 Yao Qi <yao.qi@linaro.org>
11190
11191 * lib/gdb.exp (is_aarch32_target): New proc.
11192 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11193 instead of "istarget "arm*-*-*"".
11194 * gdb.arch/arm-disp-step.exp: Likewise.
11195 * gdb.arch/thumb-bx-pc.exp: Likewise.
11196 * gdb.arch/thumb-prologue.exp: Likewise.
11197 * gdb.arch/thumb-singlestep.exp: Likewise.
11198 * gdb.base/disp-step-syscall.exp: Likewise.
11199 * gdb.base/float.exp: Likewise.
11200
11201 2015-07-07 Yao Qi <yao.qi@linaro.org>
11202
11203 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11204 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11205
11206 2015-07-07 Yao Qi <yao.qi@linaro.org>
11207
11208 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11209 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11210 if it exists.
11211 * gdb.multi/multi-arch.exp: Likewise.
11212
11213 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11214
11215 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11216 print.
11217
11218 2015-07-07 Yao Qi <yao.qi@linaro.org>
11219
11220 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11221
11222 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11223
11224 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11225 '[' and ']' characters.
11226
11227 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11228
11229 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11230
11231 2015-06-29 Pedro Alves <palves@redhat.com>
11232
11233 PR threads/18127
11234 * gdb.threads/hand-call-new-thread.c: New file.
11235 * gdb.threads/hand-call-new-thread.c: New file.
11236
11237 2015-06-26 Keith Seitz <keiths@redhat.com>
11238 Doug Evans <dje@google.com>
11239
11240 PR 16253
11241 * gdb.cp/var-tag-2.cc: New file.
11242 * gdb.cp/var-tag-3.cc: New file.
11243 * gdb.cp/var-tag-4.cc: New file.
11244 * gdb.cp/var-tag.cc: New file.
11245 * gdb.cp/var-tag.exp: New file.
11246
11247 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11248
11249 * gdb.base/history-duplicates.exp: New test.
11250
11251 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11252
11253 * gdb.base/completion.exp: Test the completion of the "focus"
11254 command.
11255
11256 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11257
11258 * gdb.arch/amd64-prologue-skip.S: New file.
11259 * gdb.arch/amd64-prologue-skip.exp: New file.
11260
11261 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11262
11263 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11264 is_address_zero_readable check.
11265
11266 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11267
11268 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11269 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11270
11271 2015-06-24 Yao Qi <yao.qi@linaro.org>
11272
11273 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11274 linux targets.
11275
11276 2015-06-24 Yao Qi <yao.qi@linaro.org>
11277
11278 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11279 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11280 * gdb.base/siginfo-thread.exp: Likewise.
11281
11282 2015-06-22 Yao Qi <yao.qi@linaro.org>
11283
11284 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11285
11286 2015-06-22 Yao Qi <yao.qi@linaro.org>
11287
11288 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11289 aarch64*-*-*.
11290 (skip_hw_watchpoint_tests): Likewise.
11291
11292 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11293
11294 * gdb.base/gdbinit-history.exp: Test the interaction between
11295 setting GDBHISTSIZE and setting the history size via .gdbinit.
11296
11297 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11298
11299 PR gdb/16999
11300 * gdb.base/gdbhistsize-history.exp: New test.
11301
11302 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11303
11304 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11305 with GDBHISTSIZE.
11306 * gdb.base/readline.exp: Likewise.
11307
11308 2015-06-17 Yao Qi <yao.qi@linaro.org>
11309
11310 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11311 line.
11312
11313 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11314
11315 * gdb.base/gdbinit-history.exp: Add test case to check that
11316 an unlimited history file does not get truncated on exit.
11317
11318 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11319
11320 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11321 (VECTOR): New macro. Use it...
11322 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11323 ...for these typedefs.
11324 (int8, char1, int1, double1): New typedefs.
11325 (struct just_int2, struct two_int2): New structures.
11326 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11327 (add_structvecs, add_singlevecs): New functions.
11328 (main): Call add_some_intvecs twice.
11329 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11330 the compile and exit upon failure. Try compiling for the "native"
11331 architecture. Test inferior function calls with vector arguments
11332 and vector return value handling with "finish" and "return".
11333
11334 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11335
11336 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11337 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11338 PE file.
11339 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11340
11341 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11342
11343 PR breakpoints/16465
11344 * gdb.mi/mi-dprintf-pending.c: New file.
11345 * gdb.mi/mi-dprintf-pending.exp: New test.
11346 * gdb.mi/mi-dprintf-pendshr.c: New file.
11347
11348 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11349 Mircea Gherzan <mircea.gherzan@intel.com>
11350
11351 * gdb.arch/i386-mpx-map.c: New file.
11352 * gdb.arch/i386-mpx-map.exp: New File.
11353
11354 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11355
11356 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11357 * gdb.arch/i386-mpx.exp: Indentation fixed.
11358
11359 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11360
11361 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11362 function and improved indentation.
11363 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11364 gdb_test_multiple. Added additional tests to skip the test.
11365
11366 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11367
11368 * gdb.arch/i386-avx512.c: Change path in include file.
11369 * gdb.arch/i386-avx512.exp: Change include dir path
11370 compilation flag.
11371 * gdb.arch/i386-mpx.c: Change path in include file.
11372 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11373 flag.
11374
11375 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11376
11377 * gdb.compile/compile-print.exp (compile print *vararray@3)
11378 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11379
11380 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11381
11382 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11383 (do not keep jit in memory): ... this.
11384 (expect 5): Change it to ...
11385 (expect no 5): ... this.
11386
11387 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11388
11389 PR gdb/15564
11390 * gdb.mi/mi-detach.exp: New file.
11391
11392 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11393
11394 PR symtab/18392
11395 * gdb.arch/amd64-tailcall-self.S: New file.
11396 * gdb.arch/amd64-tailcall-self.c: New file.
11397 * gdb.arch/amd64-tailcall-self.exp: New file.
11398
11399 2015-05-28 Don Breazeal <donb@codesourcery.com>
11400
11401 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11402 tests for remote targets by checking is_target_gdbserver.
11403
11404 2015-05-27 Doug Evans <dje@google.com>
11405
11406 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11407 * gdb.dwarf2/opaque-type-lookup.c: New file.
11408 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11409
11410 2015-05-26 Doug Evans <dje@google.com>
11411
11412 * gdb.cp/iostream.cc: New file.
11413 * gdb.cp/iostream.exp: New file.
11414
11415 2015-05-26 Doug Evans <dje@google.com>
11416
11417 * gdb.dwarf2/dw2-op-call.exp: Update.
11418 * gdb.dwarf2/dw4-sig-types.exp: Update.
11419 * gdb.dwarf2/implptr.exp: Update.
11420 * gdb.mi/mi-cmd-param-changed.exp: Update.
11421
11422 2015-05-26 Doug Evans <dje@google.com>
11423
11424 * gdb.python/py-lazy-string.c: New file.
11425 * gdb.python/py-lazy-string.exp: New file.
11426 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11427 (main): Update. Add estring3.
11428 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11429 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11430
11431 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11432 Yao Qi <yao.qi@linaro.org>
11433
11434 * gdb.reverse/aarch64.c: New.
11435 * gdb.reverse/aarch64.exp: New.
11436
11437 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11438
11439 * lib/gdb.exp (supports_process_record): Return true for
11440 aarch64*-linux*.
11441 (supports_reverse): Likewise.
11442
11443 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11444
11445 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11446 Use with_test_prefix.
11447
11448 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11449
11450 * gdb.base/completion.exp: Add test for completion of layout
11451 names.
11452
11453 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11454
11455 * lib/gdb.exp (skip_tui_tests): New proc.
11456 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11457
11458 2015-05-19 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11461 Save the whole env array instead of just HOME. Unset HISTSIZE in
11462 the environment while testing. Restore whole environment
11463 afterwards.
11464
11465 2015-05-16 Doug Evans <xdje42@gmail.com>
11466
11467 * gdb.guile/scm-ports.c: New file.
11468 * gdb.guile/scm-ports.exp: Add memory port tests.
11469
11470 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11471
11472 * gdb.compile/compile-print.c: New file.
11473 * gdb.compile/compile-print.exp: New file.
11474
11475 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11476
11477 * gdb.compile/compile-ops.exp: Cast param to void.
11478 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11479 (compile code struct_object.selffield = &struct_object): Add xfail.
11480
11481 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11482
11483 * gdb.ada/arr_enum_with_gap: New testcase.
11484
11485 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11486
11487 * gdb.ada/byte_packed_arr: New testcase.
11488
11489 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11490
11491 * gdb.ada/pckd_neg: New testcase.
11492
11493 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11494
11495 PR gdb/17820
11496 * gdb.base/gdbinit-history.exp: New test.
11497 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11498 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11499
11500 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11501
11502 * gdb.python/py-xmethods.cc: Enhance test case.
11503 * gdb.python/py-xmethods.exp: New tests.
11504 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11505 function.
11506 (B_indexoper): Likewise.
11507 (global_dm_list) : Add new xmethod worker functions.
11508
11509 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11510
11511 * gdb.base/coredump-filter.exp: Correctly unset
11512 "coredump_var_addr" array.
11513
11514 2015-05-08 Pedro Alves <palves@redhat.com>
11515
11516 * gdb.server/non-existing-program.exp: Unset spawn_id.
11517
11518 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11519
11520 PR python/18291
11521 * gdb.python/py-xmethods.exp: Add tests.
11522
11523 2015-05-08 Yao Qi <yao.qi@linaro.org>
11524
11525 PR gdb/18208
11526 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11527 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11528 function set_coredump_filter, and remove remote_exec call.
11529 Remove argument ipid. Callers update.
11530 (top level): Don't get inferior's PID.
11531
11532 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11533
11534 * gdb.base/watch_thread_num.exp: Skip test on targets without
11535 access watchpoints.
11536
11537 2015-05-06 Pedro Alves <palves@redhat.com>
11538
11539 PR server/18081
11540 * gdb.server/non-existing-program.exp: New file.
11541
11542 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11543
11544 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11545
11546 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11547
11548 * gdb.ada/out_of_line_in_inlined: New testcase.
11549
11550 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11551
11552 * gdb.ada/var_rec_arr: New testcase.
11553
11554 2015-04-30 Yao Qi <yao.qi@linaro.org>
11555
11556 * gdb.base/break-idempotent.exp: If
11557 skip_hw_watchpoint_multi_tests returns true, skip the tests
11558 on "rwatch" and "awatch".
11559
11560 2015-04-30 Yao Qi <yao.qi@linaro.org>
11561
11562 * gdb.base/relativedebug.exp: Invoke gdb command
11563 "info sharedlibrary", and if libc.so doesn't have debug info,
11564 skip the test.
11565
11566 2015-04-29 Doug Evans <dje@google.com>
11567
11568 * gdb.python/py-xmethods.exp: Add ptype tests.
11569 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11570 get_result_type method.
11571
11572 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11573
11574 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11575 the target does not support hardware watchpoints.
11576
11577 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11578
11579 * gdb.base/break-always.exp: Abort testing if writing to memory
11580 causes an error.
11581
11582 2015-04-28 Doug Evans <dje@google.com>
11583
11584 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11585 * gdb.python/py-pp-registration.exp: ... here. New file.
11586 * gdb.python/py-pp-registration.c: New file.
11587 * gdb.python/py-pp-registration.py: New file.
11588
11589 2015-04-28 Doug Evans <dje@google.com>
11590
11591 * gdb.python/py-bad-printers.c: New file.
11592 * gdb.python/py-bad-printers.py: New file.
11593 * gdb.python/py-bad-printers.exp: New file.
11594
11595 2015-04-28 Sasha Smundak <asmundak@google.com>
11596
11597 * gdb.python/py-type.exp: New test.
11598
11599 2015-04-28 Andy Wingo <wingo@igalia.com>
11600
11601 * gdb.python/py-parameter.exp:
11602 * gdb.guile/scm-parameter.exp: Escape the path that we are
11603 matching against, as it might contain characters that are special
11604 to regular expressions.
11605
11606 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11607
11608 * gdb.ada/rec_comp: New testcase.
11609
11610 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11611
11612 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11613 before using it.
11614
11615 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11616
11617 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11618 new tests for verilog output.
11619
11620 2015-04-24 Yao Qi <yao.qi@linaro.org>
11621
11622 * boards/remote-gdbserver-on-localhost.exp: New file.
11623
11624 2015-04-23 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11627 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11628 "end of file", remove $inferior_spawn_id from the indirect list.
11629
11630 2015-04-23 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11633
11634 2015-04-23 Pedro Alves <palves@redhat.com>
11635
11636 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11637 on $any_spawn_id instead of only on $gdb_spawn_id.
11638
11639 2015-04-21 Pierre Muller <muller@sourceware.org>
11640
11641 PR pascal/17815
11642 * lib/pascal.exp (gpc_compile): Add new option "class".
11643 (fpc_compile): Likewise.
11644 * gdb.pascal/case-insensitive-symbols.pas: New file.
11645 * gdb.pascal/case-insensitive-symbols.exp: New file.
11646
11647 2015-04-20 Gary Benson <gbenson@redhat.com>
11648
11649 * gdb.base/attach.exp: Fix three extended remote failures.
11650
11651 2015-04-17 Gary Benson <gbenson@redhat.com>
11652
11653 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11654 the main executable over the remote protocol.
11655
11656 2015-04-16 Pedro Alves <palves@redhat.com>
11657
11658 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11659 a new gdbserver if gdbserver_reconnect_p is set.
11660
11661 2015-04-16 Pedro Alves <palves@redhat.com>
11662
11663 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11664 is set, don't exit gdbserver.
11665
11666 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11667
11668 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11669 appropriate .insn, such that an older assembler can be used.
11670 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11671 the z/Architecture instruction set on 31-bit targets as well.
11672
11673 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11674
11675 * gdb.go/handcall.exp: Remove all logic related to the first
11676 breakpoint and rely on go_runto_main instead.
11677 * gdb.go/strings.exp: Likewise.
11678 * gdb.go/unsafe.exp: Likewise.
11679 * gdb.go/hello.exp: Likewise. Also rename the remaining
11680 breakpoint marker to "breakpoint 1".
11681 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11682 * gdb.go/strings.go: Likewise.
11683 * gdb.go/unsafe.go: Likewise.
11684 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11685 "set breakpoint 2 here" and rename the remaining breakpoint marker
11686 to "breakpoint 1".
11687
11688 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11689
11690 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11691 if itertools.imap is not present.
11692 * gdb.python/py-objfile.exp: Add parentheses.
11693 * gdb.python/py-type.exp: Same.
11694 * gdb.python/py-unwind-maint.py: Same.
11695
11696 2015-04-15 Yao Qi <yao.qi@linaro.org>
11697
11698 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11699 of ":$ptr_size" and set its form explicitly.
11700
11701 2015-04-15 Pedro Alves <palves@redhat.com>
11702 Yao Qi <yao.qi@linaro.org>
11703
11704 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11705 timeout by factor of 4.
11706 (test_regular_watch): Likewise.
11707 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11708 * gdb.reverse/sigall-reverse.exp: Likewise.
11709 * gdb.reverse/until-precsave.exp: Likewise.
11710 * lib/gdb.exp (with_timeout_factor): New proc.
11711 (gdb_expect): Move some code to ...
11712 (get_largest_timeout): ... here. New procedure.
11713
11714 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11715
11716 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11717
11718 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11719
11720 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11721 to write to the .text section.
11722
11723 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11724
11725 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11726 Handle the case of targets that do not provide PID information.
11727
11728 2015-04-13 Yao Qi <yao.qi@linaro.org>
11729
11730 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11731 and use expect instead of gdb_expect.
11732
11733 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11734
11735 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11736 "coredump_var_addr" to avoid naming conflict with other testcases.
11737
11738 2015-04-10 Pedro Alves <palves@redhat.com>
11739
11740 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11741 gdb_test_sequence and gdb_assert.
11742
11743 2015-04-10 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11746 test messages that don't include the breakpoint address.
11747
11748 2015-04-10 Yao Qi <yao.qi@linaro.org>
11749
11750 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11751 false for some offset and width combinations which aren't
11752 supported by linux kernel.
11753
11754 2015-04-10 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11757 procedure, factored out from ...
11758 (top level): ... here. Add "set displaced-stepping" testing axis.
11759 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11760 parameter "displaced". Use it.
11761 (top level): Use foreach and add "set displaced-stepping" testing
11762 axis.
11763
11764 2015-04-10 Pedro Alves <palves@redhat.com>
11765
11766 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11767 Remove comment.
11768 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11769 both the address of the instruction that triggers the watchpoint
11770 and the address of the instruction immediately after, and use
11771 those addresses for the test. Fix comment.
11772
11773 2015-04-10 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.base/sigstep.exp (breakpoint_to_handler)
11776 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11777 Test "backtrace" in handler.
11778 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11779 (top level): Add new "displaced" test axis to
11780 breakpoint_to_handler, breakpoint_to_handler_entry and
11781 breakpoint_over_handler.
11782
11783 2015-04-10 Pedro Alves <palves@redhat.com>
11784
11785 PR gdb/18216
11786 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11787
11788 2015-04-10 Yao Qi <yao.qi@linaro.org>
11789
11790 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11791 (test_add_rn_pc): New function.
11792 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11793 (top level): Invoke test_add_rn_pc.
11794
11795 2015-04-10 Pedro Alves <palves@redhat.com>
11796
11797 PR gdb/13858
11798 * gdb.base/step-over-no-symbols.exp: New file.
11799
11800 2015-04-09 Andy Wingo <wingo@igalia.com>
11801
11802 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11803 after the Python tests.
11804
11805 2015-04-08 Keith Seitz <keiths@redhat.com>
11806
11807 PR python/16699
11808 * gdb.python/py-completion.exp: New tests for completion.
11809 * gdb.python/py-completion.py (CompleteLimit1): New class.
11810 (CompleteLimit2): Likewise.
11811 (CompleteLimit3): Likewise.
11812 (CompleteLimit4): Likewise.
11813 (CompleteLimit5): Likewise.
11814 (CompleteLimit6): Likewise.
11815 (CompleteLimit7): Likewise.
11816
11817 2015-04-08 Pedro Alves <palves@redhat.com>
11818
11819 PR gdb/18214
11820 PR gdb/18216
11821 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11822 function.
11823 (main): Install it as SIGUSR1 handler.
11824 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11825 parameter. Always use "setup" as prefix. Toggle "set
11826 displaced-stepping" off/on depending on global. Don't switch to
11827 thread 1 here.
11828 (top level): Add displaced stepping "off/on" test axis. Update
11829 "setup" calls. Wrap each subtest with with_test_prefix. Test
11830 continuing with a queued signal in each thread.
11831
11832 2015-04-08 Pedro Alves <palves@redhat.com>
11833
11834 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11835 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11836 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11837 Return early if running to main fails.
11838 * gdb.trace/while-stepping.exp: Likewise.
11839
11840 2015-04-07 Pedro Alves <palves@redhat.com>
11841
11842 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11843 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11844 interact with inferior program.
11845
11846 2015-04-07 Pedro Alves <palves@redhat.com>
11847
11848 * lib/gdb.exp (inferior_spawn_id): New global.
11849 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11850 spawn id after processing the user code.
11851 (default_gdb_start): Set inferior_spawn_id.
11852 (send_inferior): New procedure.
11853 * lib/gdbserver-support.exp (gdbserver_start): Set
11854 inferior_spawn_id.
11855 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11856
11857 2015-04-07 Pedro Alves <palves@redhat.com>
11858
11859 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11860 * lib/gdbserver-support.exp (gdbserver_start): Make
11861 $server_spawn_id global.
11862 (gdbserver_start): Don't wait for gdbserver's spawn id with
11863 expect_background.
11864 (close_gdbserver): New procedure.
11865 (gdb_exit): Rename the default version and reimplement.
11866
11867 2015-04-07 Pedro Alves <palves@redhat.com>
11868
11869 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11870 append the substituted item, not the original item.
11871
11872 2015-04-07 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11875 gdb_expect.
11876
11877 2015-04-07 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11880 output appearing once only.
11881
11882 2015-04-07 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11885 that doesn't expect anything. Return early if running to main
11886 fails.
11887
11888 2015-04-07 Yao Qi <yao.qi@linaro.org>
11889
11890 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11891 (child_function): Call alarm.
11892 (main): Move call to alarm into the loop.
11893 * gdb.threads/non-stop-fair-events.exp: Build program with
11894 -DTIMEOUT=$timeout.
11895
11896 2015-04-06 Doug Evans <xdje42@gmail.com>
11897
11898 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11899 Fix dest parameter to board_info.
11900 (fpc_compile): Ditto.
11901 (gdb_compile_pascal): Rename dest arg to destfile.
11902
11903 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11904
11905 * gdb.ada/funcall_ref.exp: New file.
11906 * gdb.ada/funcall_ref/foo.adb: New file.
11907
11908 2015-04-02 Yao Qi <yao.qi@linaro.org>
11909
11910 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11911 is remote.
11912
11913 2015-04-02 Gary Benson <gbenson@redhat.com>
11914
11915 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11916
11917 2015-04-01 Sasha Smundak <asmundak@google.com>
11918
11919 * gdb.python/py-unwind-maint.c: New file.
11920 * gdb.python/py-unwind-maint.exp: New test.
11921 * gdb.python/py-unwind-maint.py: New file.
11922 * gdb.python/py-unwind.c: New file.
11923 * gdb.python/py-unwind.exp: New test.
11924 * gdb.python/py-unwind.py: New test.
11925
11926 2015-04-01 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11929 to fail instead of non-existent $test.
11930
11931 2015-04-01 Pedro Alves <palves@redhat.com>
11932
11933 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11934 GDBFLAGS if not empty.
11935
11936 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11937
11938 * gdb.ada/complete.exp: Remove "multi_line".
11939 * gdb.ada/info_exc.exp: Remove "multi_line".
11940 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11941 * gdb.ada/ptype_field.exp: Remove "multi_line".
11942 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11943 * gdb.ada/tagged.exp: Remove "multi_line".
11944 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11945 [multi_line ...]
11946 * gdb.btrace/delta.exp: Likewise.
11947 * gdb.btrace/exception.exp: Likewise.
11948 * gdb.btrace/function_call_history.exp: Likewise.
11949 * gdb.btrace/instruction_history.exp: Likewise.
11950 * gdb.btrace/nohist.exp: Likewise.
11951 * gdb.btrace/record_goto.exp: Likewise.
11952 * gdb.btrace/segv.exp: Likewise.
11953 * gdb.btrace/stepi.exp: Likewise.
11954 * gdb.btrace/tailcall.exp: Likewise.
11955 * gdb.btrace/unknown_functions.exp: Likewise.
11956 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11957 * lib/gdb.exp: Add the "multi_line" helper.
11958
11959 2015-04-01 Pedro Alves <palves@redhat.com>
11960
11961 * gdb.threads/tid-reuse.c: New file.
11962 * gdb.threads/tid-reuse.exp: New file.
11963
11964 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11965
11966 PR corefiles/16092
11967 * gdb.base/coredump-filter.c: New file.
11968 * gdb.base/coredump-filter.exp: Likewise.
11969
11970 2015-03-27 Petr Machata <pmachata@redhat.com>
11971
11972 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11973 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11974 (Dwarf::assemble): Initialize them.
11975 (Dwarf::lines): New function.
11976
11977 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11978
11979 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11980 SYMBOL_PREFIX for x86_64-*-cygwin.
11981
11982 2015-03-26 Andy Wingo <wingo@igalia.com>
11983
11984 PR symtab/18148
11985 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11986 const_value but not a location.
11987 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11988 location defined in non-main CUs are visible.
11989
11990 2015-03-26 Yao Qi <yao.qi@linaro.org>
11991
11992 PR testsuite/18139
11993 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11994 Add a line number entry for the same line.
11995 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11996 Add a line number entry for the same line.
11997
11998 2015-03-26 Yao Qi <yao.qi@linaro.org>
11999
12000 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12001 .int 0.
12002 (func): Likewise. Add .Lfunc_1 label.
12003 Use .Lfunc_1 label.
12004 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12005 .int 0.
12006 (func): Likewise.
12007 Use .Lfunc_1 label.
12008
12009 2015-03-26 Yao Qi <yao.qi@linaro.org>
12010
12011 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12012 Call gdb_compile instead to compile each .s files without debug
12013 information.
12014
12015 2015-03-26 Yao Qi <yao.qi@linaro.org>
12016
12017 * gdb.base/savedregs.exp (process_saved_regs): Make
12018 "Saved registers:" optional in the pattern.
12019
12020 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12021
12022 * gdb.btrace/next.exp: Merged into step.exp.
12023 * gdb.btrace/finish.exp: Merged into step.exp.
12024 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12025 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12026 "record goto" and checking the exact replay position.
12027 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12028 check for "Recording format" in "info record" output.
12029 * gdb.btrace/record_goto.exp: Choose test file based on target.
12030 * gdb.btrace/x86-record_goto.S: Renamed into ...
12031 * gdb.btrace/x86_64-record_goto.S: ... this.
12032 * gdb.btrace/i686-record_goto.S: New.
12033 * gdb.btrace/x86-tailcall.S: Renamed into ...
12034 * gdb.btrace/x86_64-tailcall.S: ... this.
12035 * gdb.btrace/i686-tailcall.S: New.
12036 * gdb.btrace/x86-tailcall.c: Renamed into ...
12037 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12038 separate statements. Update test.
12039 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12040 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12041 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12042 * gdb.btrace/tailcall.exp: Choose test file based on target.
12043 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12044
12045 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12046
12047 * gdb.btrace/exception.exp: Increase BTS buffer size.
12048
12049 2015-03-24 Pedro Alves <palves@redhat.com>
12050
12051 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12052
12053 2015-03-24 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.threads/schedlock.exp (test_step): No longer expect that
12056 "set scheduler-locking step" with "next" over a function call runs
12057 threads unlocked.
12058
12059 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12060
12061 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12062
12063 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12064
12065 PR breakpoints/16466
12066 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12067 * gdb.mi/mi-pending.c (thread_func): New function.
12068 (int main): Add threading support required.
12069 * gdb.mi/mi-pending.exp: Add tests for this issue.
12070 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12071 (pendfunc2): Remove stdio dependency.
12072 * gdb.mi/mi-pendshr2.c: New file.
12073
12074 2015-03-23 Keith Seitz <keiths@redhat.com>
12075
12076 * gdb.linespec/keywords.c: New file.
12077 * gdb.linespec/keywords.exp: New file.
12078
12079 2015-03-23 Keith Seitz <keiths@redhat.com>
12080
12081 PR gdb/18021
12082 * gdb.dwarf2/staticvirtual.exp: New test.
12083
12084 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12085
12086 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12087 * README: Remove HP-UX and gdb.hp.
12088 (configuration):
12089 * configure: Regenerate.
12090 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12091 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12092 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12093 gdb.hp/gdb.defects/Makefile.
12094 * gdb.hp/Makefile.in: File deleted.
12095 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12096 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12097 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12098 * gdb.hp/gdb.aCC/run.c: File deleted.
12099 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12100 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12101 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12102 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12103 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12104 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12105 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12106 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12107 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12108 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12109 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12110 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12111 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12112 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12113 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12114 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12115 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12116 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12117 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12118 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12119 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12120 * gdb.hp/gdb.compat/average.c: File deleted.
12121 * gdb.hp/gdb.compat/sum.c: File deleted.
12122 * gdb.hp/gdb.compat/xdb.c: File deleted.
12123 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12124 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12125 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12126 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12127 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12128 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12129 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12130 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12131 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12132 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12133 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12134 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12135 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12136 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12137 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12138 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12139 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12140 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12141 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12142 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12143 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12144 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12145 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12146 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12147 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12148 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12149 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12150 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12151 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12152 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12153 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12154 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12155 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12156 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12157 * gdb.hp/tools/odump: File deleted.
12158
12159 2015-03-19 Pedro Alves <palves@redhat.com>
12160
12161 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12162 (saw_thread_3): New globals.
12163 (top level): Increment them when an event for the corresponding
12164 thread is seen.
12165 (no thread starvation): New test.
12166
12167 2015-03-19 Pedro Alves <palves@redhat.com>
12168
12169 * gdb.threads/continue-pending-status.c: New file.
12170 * gdb.threads/continue-pending-status.exp: New file.
12171
12172 2015-03-18 Pedro Alves <palves@redhat.com>
12173
12174 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12175 Use gdb_is_target_remote instead of is_remote. Use
12176 gdb_test_multiple instead of gdb_expect. Exit early if
12177 gdb_test_multiple hits its internal matches. Tighten stepi tests
12178 expected output. Fail on exit with any signal, instead of just
12179 SIGILL.
12180
12181 2015-03-18 Yao Qi <yao.qi@linaro.org>
12182
12183 PR tdep/18107
12184 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12185 variable.
12186 * gdb.base/catch-syscall.exp: Don't skip it on
12187 aarch64*-*-linux* target. Remove elements in all_syscalls.
12188 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12189 target.
12190 (setup_all_syscalls): New proc.
12191
12192 2015-03-16 Yao Qi <yao.qi@linaro.org>
12193
12194 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12195 (top level): Skip tests if valid_addr_p returns false for
12196 $cmd1 or $cmd2.
12197
12198 2015-03-11 Andy Wingo <wingo@igalia.com>
12199
12200 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12201
12202 2015-03-11 Yao Qi <yao.qi@linaro.org>
12203
12204 * gdb.base/catch-syscall.exp: Fix typo in comments.
12205
12206 2015-03-11 Yao Qi <yao.qi@linaro.org>
12207
12208 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12209
12210 2015-03-09 Pedro Alves <palves@redhat.com>
12211
12212 * dg-extract-results.py: Delete.
12213
12214 2015-03-09 Pedro Alves <palves@redhat.com>
12215
12216 Merge dg-extract-results.sh from GCC upstream (r218843).
12217
12218 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12219 * dg-extract-results.sh: Use --text with grep to avoid issues with
12220 binary files. Fall back to cat -v, if that doesn't work.
12221
12222 2015-03-05 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12225
12226 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12227
12228 * lib/mi-support.exp (mi_expect_interrupt): Accept
12229 alternative event for when in all-stop mode.
12230
12231 2015-03-04 Pedro Alves <palves@redhat.com>
12232
12233 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12234
12235 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12236
12237 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12238
12239 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12240
12241 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12242 regexps for GDB's current line display, accept a hex address
12243 preceding the line number.
12244
12245 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12246
12247 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12248 the 'arch1' variable for "s390*-linux*" targets.
12249
12250 2015-03-04 Pedro Alves <palves@redhat.com>
12251
12252 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12253 (main): Pass missing retval argument to pthread_join call.
12254
12255 2015-03-02 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12258 (top level): Call do_test with non-stop as well.
12259
12260 2015-03-02 Pedro Alves <palves@redhat.com>
12261
12262 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12263 -1.
12264
12265 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12266
12267 * gdb.arch/s390-vregs.exp: New test.
12268 * gdb.arch/s390-vregs.S: New file.
12269
12270 2015-02-27 Pedro Alves <palves@redhat.com>
12271
12272 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12273 call to catch_command_errors.
12274 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12275 catch_command_errors.
12276
12277 2015-02-27 Pedro Alves <palves@redhat.com>
12278
12279 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12280 "true" for boolean result.
12281 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12282 prototype of main.
12283
12284 2015-02-27 Pedro Alves <palves@redhat.com>
12285
12286 * lib/unbuffer_output.c: New file.
12287 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12288 (main): Call gdb_unbuffer_output.
12289
12290 2015-02-27 Yao Qi <yao.qi@linaro.org>
12291
12292 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12293 target.
12294
12295 2015-02-26 Doug Evans <dje@google.com>
12296
12297 * gdb.cp/class2.cc (Dbase, D): New classes.
12298 (main): New local delta.
12299 * gdb.cp/class2.exp: Test printing delta.
12300 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12301 (dynbar): New global.
12302 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12303
12304 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12305
12306 * gdb.compile/compile-ifunc.c: New file.
12307 * gdb.compile/compile-ifunc.exp: New file.
12308
12309 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12310
12311 * gdb.base/structs.exp: Check for correct struct on finish.
12312
12313 2015-02-26 Yao Qi <yao.qi@linaro.org>
12314
12315 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12316 is zero.
12317
12318 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12319
12320 * gdb.arch/cordic.ko.bz2: New file.
12321 * gdb.arch/cordic.ko.debug.bz2: New file.
12322 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12323
12324 2015-02-25 Yao Qi <yao.qi@linaro.org>
12325
12326 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12327 aarch64*-*-* target.
12328
12329 2015-02-23 Pedro Alves <palves@redhat.com>
12330
12331 * lib/gdb.exp (delete_breakpoints): Rewrite using
12332 gdb_test_multiple.
12333
12334 2015-02-23 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.base/info-os.c: Include stdlib.h.
12337
12338 2015-02-22 Doug Evans <xdje42@gmail.com>
12339
12340 PR symtab/17855
12341 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12342 is read after symbols have been re-read.
12343 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12344 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12345
12346 2015-02-21 Doug Evans <dje@google.com>
12347
12348 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12349
12350 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12351
12352 PR corefiles/17808
12353 * gdb.arch/i386-biarch-core.core.bz2: New file.
12354 * gdb.arch/i386-biarch-core.exp: New file.
12355
12356 2015-02-21 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12359 runto_main fails.
12360
12361 2015-02-20 Pedro Alves <palves@redhat.com>
12362
12363 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12364 info probes.
12365
12366 2015-02-20 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12369
12370 2015-02-20 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12373 clean_restart before gdb_target_supports_trace.
12374
12375 2015-02-20 Pedro Alves <palves@redhat.com>
12376
12377 PR threads/18006
12378 * gdb.threads/clone-thread_db.c: New file.
12379 * gdb.threads/clone-thread_db.exp: New file.
12380
12381 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12382
12383 PR breakpoints/16812
12384 * gdb.base/catch-gdb-caused-signals.c: New file.
12385 * gdb.base/catch-gdb-caused-signals.exp: New file.
12386
12387 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12388
12389 * configure: Regenerated.
12390 * configure.ac: Use GDB_AC_TRANSFORM.
12391 * aclocal.m4: sinclude ../transform.m4.
12392
12393 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12394
12395 * lib/dtrace.exp: New file.
12396 * gdb.base/dtrace-probe.exp: Likewise.
12397 * gdb.base/dtrace-probe.d: Likewise.
12398 * gdb.base/dtrace-probe.c: Likewise.
12399 * lib/pdtrace.in: Likewise.
12400 * configure.ac: Output variables with the transformed names of
12401 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12402 * configure: Regenerated.
12403
12404 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12405
12406 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12407 expected message when trying to access $_probe_* convenience
12408 variables while not on a probe.
12409
12410 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12411
12412 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12413
12414 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12415
12416 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12417 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12418
12419 2015-02-10 Doug Evans <xdje42@gmail.com>
12420
12421 * lib/gdb.exp (gdb_load): Always return a result.
12422
12423 2015-02-10 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.threads/signal-sigtrap.c: New file.
12426 * gdb.threads/signal-sigtrap.exp: New file.
12427
12428 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12429
12430 * gdb.trace/no-attach-trace.c: New file.
12431 * gdb.trace/no-attach-trace.exp: New file.
12432
12433 2015-02-09 Mark Wielaard <mjw@redhat.com>
12434
12435 * gdb.dwarf2/atomic.c: New file.
12436 * gdb.dwarf2/atomic-type.exp: Likewise.
12437
12438 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12439
12440 * gdb.btrace/buffer-size.exp: Update "info record" output.
12441 * gdb.btrace/delta.exp: Update "info record" output.
12442 * gdb.btrace/enable.exp: Update "info record" output.
12443 * gdb.btrace/finish.exp: Update "info record" output.
12444 * gdb.btrace/instruction_history.exp: Update "info record" output.
12445 * gdb.btrace/next.exp: Update "info record" output.
12446 * gdb.btrace/nexti.exp: Update "info record" output.
12447 * gdb.btrace/step.exp: Update "info record" output.
12448 * gdb.btrace/stepi.exp: Update "info record" output.
12449 * gdb.btrace/nohist.exp: Update "info record" output.
12450
12451 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12452
12453 * gdb.btrace/buffer-size: New.
12454
12455 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12456
12457 * gdb.btrace/delta.exp: Update "info record" output.
12458 * gdb.btrace/enable.exp: Update "info record" output.
12459 * gdb.btrace/finish.exp: Update "info record" output.
12460 * gdb.btrace/instruction_history.exp: Update "info record" output.
12461 * gdb.btrace/next.exp: Update "info record" output.
12462 * gdb.btrace/nexti.exp: Update "info record" output.
12463 * gdb.btrace/step.exp: Update "info record" output.
12464 * gdb.btrace/stepi.exp: Update "info record" output.
12465 * gdb.btrace/nohist.exp: Update "info record" output.
12466
12467 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12468
12469 PR gdb/15678
12470 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12471
12472 2015-02-06 Pedro Alves <palves@redhat.com>
12473
12474 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12475 macro.
12476 (seconds_left, again): New globals.
12477 (main): Wait seconds_left in a 1-second sleep loop instead of
12478 sleeping 180 seconds. If 'again' is set, reset the seconds
12479 counter.
12480 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12481 'again' in the inferior before detaching. Print the seconds left.
12482 (options): New global.
12483 (top level): Build program with -DTIMEOUT=$timeout.
12484
12485 2015-02-06 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12488 determine how many seconds to pass to 'alarm'.
12489 * gdb.base/gdb-sigterm.exp (top level): Build program with
12490 -DTIMEOUT=$timeout.
12491 (do_test): Return success/failure indication. Add more verbose
12492 logging. Don't fail if 200 single steps are seen. Instead, fail
12493 when the test times out.
12494 (passes): New global.
12495 (top level): Break the testing loop if testing fails on any
12496 iteration. Use gdb_assert.
12497
12498 2015-02-04 Don Breazeal <donb@codesourcery.com>
12499
12500 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12501 and initialize them.
12502 (ipc_cleanup): New function.
12503 (main): Don't declare shmid, semid, and msqid. Add a call to
12504 atexit so that we call ipc_cleanup on exit.
12505
12506 2015-02-04 Pedro Alves <palves@redhat.com>
12507
12508 * boards/native-extended-gdbserver.exp: Remove any target variant
12509 specifications from the board name before clearing the isremote
12510 flag from board_info.
12511
12512 2015-01-31 Doug Evans <xdje42@gmail.com>
12513
12514 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12515
12516 2015-01-31 Gary Benson <gbenson@redhat.com>
12517
12518 * gdb.base/completion.exp: Disable completion limiting for
12519 existing tests. Add new tests to check completion limiting.
12520 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12521
12522 2015-01-31 Doug Evans <xdje42@gmail.com>
12523
12524 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12525
12526 2015-01-31 Doug Evans <xdje42@gmail.com>
12527
12528 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12529 entries. Duplicate file section script entries.
12530 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12531 inlined entries. Add test for safe-path rejection.
12532 * gdb.python/py-section-script.c: Add duplicate inlined section script
12533 entries. Duplicate file section script entries.
12534 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12535 inlined entries. Add test for safe-path rejection.
12536
12537 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12538
12539 * gdb.ada/disc_arr_bound: New testcase.
12540
12541 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12542
12543 * gdb.ada/mi_var_array: New testcase.
12544
12545 2015-01-27 Doug Evans <dje@google.com>
12546
12547 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12548 Add test for objfile.filename, objfile.username after objfile
12549 has been unloaded.
12550
12551 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12552
12553 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12554 the second test to print the name attribute of value
12555 returned by the call to gdb.lookup_type, and adjust
12556 the expected output accordingly.
12557
12558 2015-01-25 Mark Wielaard <mjw@redhat.com>
12559
12560 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12561 * gdb.base/disp-step-fork.c: Include unistd.h.
12562 * gdb.base/siginfo-obj.c: Include stdio.h.
12563 * gdb.base/siginfo-thread.c: Likewise.
12564 * gdb.mi/non-stop.c: Include unistd.h.
12565 * gdb.mi/nsthrexec.c: Include stdio.h.
12566 * gdb.mi/pthreads.c: Include unistd.h.
12567 * gdb.modula2/unbounded1.c (main): Declare returns int.
12568 * gdb.reverse/consecutive-reverse.c: Likewise.
12569 * gdb.threads/create-fail.c: Include unistd.h.
12570 * gdb.threads/killed.c: Likewise.
12571 * gdb.threads/linux-dp.c: Likewise.
12572 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12573 * gdb.threads/non-ldr-exc-2.c: Likewise.
12574 * gdb.threads/non-ldr-exc-3.c: Likewise.
12575 * gdb.threads/non-ldr-exc-4.c: Likewise.
12576 * gdb.threads/pthreads.c: Include unistd.h.
12577 (main): Declare returns int.
12578 * gdb.threads/tls-main.c (foo): New declaration.
12579 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12580
12581 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12582
12583 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12584 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12585
12586 2015-01-15 Mark Wielaard <mjw@redhat.com>
12587
12588 * gdb.base/noreturn-return.c: New file.
12589 * gdb.base/noreturn-return.exp: New file.
12590 * gdb.base/noreturn-finish.c: New file.
12591 * gdb.base/noreturn-finish.exp: New file.
12592
12593 2015-01-23 Pedro Alves <palves@redhat.com>
12594
12595 * gdb.threads/continue-pending-after-query.c: New file.
12596 * gdb.threads/continue-pending-after-query.exp: New file.
12597
12598 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12599 Simon Marchi <simon.marchi@ericsson.com>
12600
12601 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12602 * gdb.base/valgrind-db-attach.exp: Same.
12603 * gdb.base/valgrind-infcall.exp: Same.
12604 * lib/mi-support.exp (default_mi_gdb_start): Same.
12605 * lib/prompt.exp (default_prompt_gdb_start): Same.
12606 * lib/gdb.exp (default_gdb_spawn): Same.
12607 (gdb_interact): New.
12608
12609
12610 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12611
12612 * gdb.compile/compile.exp (pointer to jit function): New test.
12613
12614 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12615
12616 * lib/gdb.exp (supports_process_record): Return true for
12617 powerpc*-*-linux*.
12618 (supports_reverse): Likewise.
12619
12620 2015-01-15 Don Breazeal <donb@codesourcery.com>
12621
12622 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12623 instead of checking whether the target board is remote and
12624 use spawn_wait_for_attach instead of exec/sleep.
12625 * gdb.base/attach-twice.exp: Likewise.
12626
12627 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12628
12629 * gdb.ada/var_arr_attrs: New testcase.
12630
12631 2015-01-14 Pedro Alves <palves@redhat.com>
12632 Joel Brobecker <brobecker@adacore.com>
12633
12634 PR gdb/17525
12635 * gdb.base/bp-cmds-execution-x-script.c: New file.
12636 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12637 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12638
12639 2015-01-14 Pedro Alves <palves@redhat.com>
12640
12641 PR cli/17828
12642 * gdb.base/batch-preserve-term-settings.c: New file.
12643 * gdb.base/batch-preserve-term-settings.exp: New file.
12644
12645 2015-01-13 Doug Evans <dje@google.com>
12646
12647 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12648 binary.
12649
12650 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12651
12652 * Makefile.in (clean mostlyclean): Do not delete *.py.
12653
12654 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12655
12656 * gdb.python/py-lookup-type.exp: New file.
12657
12658 2015-01-12 Pedro Alves <palves@redhat.com>
12659
12660 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12661 restore GDBFLAGS before returning.
12662
12663 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12664
12665 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12666 is_amd64_regs_target and is_x86_like_target.
12667
12668 2015-01-11 Doug Evans <xdje42@gmail.com>
12669
12670 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12671 is given without an explicit form.
12672 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12673 attributes.
12674 * gdb.dwarf/corrupt.exp: Ditto.
12675 * gdb.dwarf2/enum-type.exp: Ditto.
12676 * gdb.trace/entry-values.exp: Ditto.
12677 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12678
12679 2015-01-11 Doug Evans <xdje42@gmail.com>
12680
12681 PR gdb/15830
12682 * gdb.base/maint.exp: Remove references to "maint demangle".
12683 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12684 Add tests for explicitly specifying language to demangle.
12685 * gdb.dlang/demangle.exp: Ditto.
12686
12687 2015-01-09 Pedro Alves <palves@redhat.com>
12688
12689 * gdb.threads/non-stop-fair-events.c: New file.
12690 * gdb.threads/non-stop-fair-events.exp: New file.
12691
12692 2015-01-09 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12695 the global scope. Set a breakpoint after all threads are started
12696 rather than stepping over two source lines. Expect the prompt.
12697 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12698 global.
12699 (NUM): Now 15.
12700 (main): Use threads_started_barrier to wait for all threads to
12701 start. Main thread no longer calls thread_function. Exit after
12702 180 seconds.
12703 (loop): New function.
12704 (thread_function): Wait on threads_started_barrier barrier. Call
12705 'loop' at each iteration.
12706 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12707 threads have started, instead of hardcoding number of "next"
12708 steps. Use an access watchpoint instead of a write watchpoint.
12709
12710 2015-01-09 Pedro Alves <palves@redhat.com>
12711
12712 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12713 (thread_func): Wait on barrier.
12714 (main): Wait for all threads to start before stopping GDB.
12715 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12716 global.
12717 (thread1_func, thread2_func): Wait on barrier.
12718 (main): Wait for all threads to start before stopping GDB.
12719 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12720 New global.
12721 (thread1_func, thread2_func): Wait on barrier.
12722 (main): Wait for all threads to start before stopping GDB.
12723
12724 2015-01-09 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.threads/attach-many-short-lived-threads.c: New file.
12727 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12728
12729 2014-01-09 Pedro Alves <palves@redhat.com>
12730
12731 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12732 instead of to thread 2.
12733 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12734 Add barrier around each pthread_create call instead of around all
12735 calls.
12736 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12737 Set a break on thread_function and have the child threads hit it
12738 one at at a time.
12739
12740 2015-01-09 Pedro Alves <palves@redhat.com>
12741
12742 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12743 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12744 false.
12745 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12746 checking whether the target board is remote.
12747 * gdb.multi/multi-attach.exp: Likewise.
12748 * gdb.python/py-sync-interp.exp: Likewise.
12749 * gdb.server/ext-attach.exp: Likewise.
12750 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12751 tests that need to attach, instead of checking whether the target
12752 board is remote at the top of the file.
12753
12754 2015-01-08 Yao Qi <yao@codesourcery.com>
12755
12756 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12757
12758 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12759
12760 Fix testcase compilation.
12761 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12762
12763 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12764
12765 * gdb.python/py-type.exp: Add a couple test about empty
12766 array creation, and negative-length array creation.
12767
12768 2015-01-02 Doug Evans <xdje42@gmail.com>
12769
12770 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12771
12772 2015-01-02 Doug Evans <dje@google.com>
12773
12774 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12775
12776 2014-12-29 Yao Qi <yao@codesourcery.com>
12777
12778 * gdb.trace/entry-values.exp: Update comments. Rename variable
12779 bar_call_foo to returned_from_foo.
12780
12781 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12782
12783 PR gdb/17394
12784 * gdb.linespec/break-asm-file.c: New file.
12785 * gdb.linespec/break-asm-file.exp: New file.
12786 * gdb.linespec/break-asm-file0.s: New file.
12787 * gdb.linespec/break-asm-file1.s: New file.
12788
12789 2014-12-18 Nigel Stephens <nigel@mips.com>
12790 Maciej W. Rozycki <macro@codesourcery.com>
12791
12792 * gdb.base/float.exp: Handle the new output from "info float" on
12793 MIPS targets.
12794
12795 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12796
12797 Fix MinGW compilation.
12798 * gdb.compile/compile-ops.exp: Update untested message if
12799 !skip_compile_feature_tests.
12800 * gdb.compile/compile-setjmp.exp: Likewise.
12801 * gdb.compile/compile-tls.exp: Likewise.
12802 * gdb.compile/compile.exp: Likewise.
12803 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12804 supported on this host".
12805
12806 2014-12-16 Doug Evans <xdje42@gmail.com>
12807
12808 * boards/stabs.exp: New file.
12809
12810 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12811
12812 * gdb.base/completion.exp: Adjust to format changes of "maint
12813 print user-registers".
12814
12815 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12816
12817 PR server/17457
12818 * gdb.arch/aarch64-fp.c: New file.
12819 * gdb.arch/aarch64-fp.exp: New file.
12820
12821 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12822
12823 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12824 r210637, r210913, r211666, r215400, r215817).
12825
12826 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12827 * dg-extract-results.py: New file.
12828 * dg-extract-results.sh: Use it if the environment seems
12829 suitable.
12830
12831 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12832
12833 * dg-extract-results.py (parse_run): Handle warnings that
12834 are printed before a test harness is run.
12835
12836 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12837
12838 * dg-extract-results.py (Named): Remove __cmp__ method.
12839 (output_variation): Use a key to sort variation.harnesses.
12840
12841 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12842
12843 * dg-extract-results.py: For Python 3, force sys.stdout to
12844 handle surrogate escape sequences.
12845 (safe_open): New function.
12846 (output_segment, main): Use it.
12847
12848 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12849
12850 * dg-extract-results.py (Prog.result_re): Include options
12851 in test name.
12852
12853 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12854
12855 * dg-extract-results.py (output_variation): Always sort if
12856 do_sum.
12857
12858 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12859
12860 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12861 as long as we get pagination notifications.
12862
12863 2014-12-15 Jason Merrill <jason@redhat.com>
12864
12865 * Makefile.in (check-gdb.%): Restore.
12866 * README: Mention it.
12867
12868 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12869
12870 * gdb.ada/str_uninit: New testcase.
12871
12872 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 PR symtab/17642
12875 * gdb.base/vla-stub-define.c: New file.
12876 * gdb.base/vla-stub.c: New file.
12877 * gdb.base/vla-stub.exp: New file.
12878
12879 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12880 Jan Kratochvil <jan.kratochvil@redhat.com>
12881 Tom Tromey <tromey@redhat.com>
12882
12883 * configure.ac: Add gdb.compile/.
12884 * configure: Regenerate.
12885 * gdb.compile/Makefile.in: New file.
12886 * gdb.compile/compile-ops.exp: New file.
12887 * gdb.compile/compile-ops.c: New file.
12888 * gdb.compile/compile-tls.c: New file.
12889 * gdb.compile/compile-tls.exp: New file.
12890 * gdb.compile/compile-constvar.S: New file.
12891 * gdb.compile/compile-constvar.c: New file.
12892 * gdb.compile/compile-mod.c: New file.
12893 * gdb.compile/compile-nodebug.c: New file.
12894 * gdb.compile/compile-setjmp-mod.c: New file.
12895 * gdb.compile/compile-setjmp.c: New file.
12896 * gdb.compile/compile-setjmp.exp: New file.
12897 * gdb.compile/compile-shlib.c: New file.
12898 * gdb.compile/compile.c: New file.
12899 * gdb.compile/compile.exp: New file.
12900 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12901
12902 2014-12-12 Tom Tromey <tromey@redhat.com>
12903
12904 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12905 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12906
12907 2014-12-12 Doug Evans <dje@google.com>
12908
12909 * lib/gdb-python.exp (get_python_valueof): New function.
12910 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12911
12912 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12913
12914 * gdb.base/completion.exp: Add test for completion of "info
12915 registers ".
12916
12917 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12918
12919 * gdb.base/func-ptrs.c: New file.
12920 * gdb.base/func-ptrs.exp: New file.
12921
12922 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12923
12924 PR breakpoints/17012
12925 * gdb.base/dprintf-detach.c: New file.
12926 * gdb.base/dprintf-detach.exp: New file.
12927
12928 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12929
12930 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12931 * lib/gdb.exp (target_is_gdbserver): New procedure.
12932
12933 2014-12-08 Doug Evans <dje@google.com>
12934
12935 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12936
12937 2014-12-05 Yao Qi <yao@codesourcery.com>
12938
12939 * gdb.guile/scm-error.exp: Remove the third argument to
12940 gdb_remote_download.
12941 * gdb.guile/scm-frame-args.exp: Likewise.
12942 * gdb.guile/scm-section-script.exp: Likewise.
12943
12944 2014-12-05 Yao Qi <yao@codesourcery.com>
12945
12946 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12947
12948 2014-12-04 Doug Evans <dje@google.com>
12949
12950 * gdb.python/py-objfile.exp: Add tests for
12951 objfile.add_separate_debug_file.
12952
12953 2014-12-04 Doug Evans <dje@google.com>
12954
12955 * lib/gdb.exp (get_build_id): New function.
12956 (build_id_debug_filename_get): Rewrite to use it.
12957 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12958
12959 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12960
12961 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12962 `method(long)', not just 0x0.
12963 * gdb.cp/nsalias.exp: Align code labels to 4.
12964 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12965 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12966 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12967 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12968 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12969 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12970
12971 2014-12-02 Doug Evans <dje@google.com>
12972
12973 PR symtab/17602
12974 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12975 * gdb.cp/anon-ns2.cc: ... here. New file.
12976 * gdb.cp/anon-ns.exp: Update.
12977
12978 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12979
12980 * gdb.python/py-events.py (inferior_call_handler): New.
12981 (register_changed_handler, memory_changed_handler): New.
12982 (test_events.invoke): Register new handlers.
12983 * gdb.python/py-events.exp: Add tests for inferior call,
12984 memory_changed and register_changed events.
12985
12986 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12987
12988 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12989 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12990 if the linker doesn't understand this.
12991
12992 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12993
12994 * gdb.python/python.exp: Change expected reply to help().
12995
12996 2014-12-01 Yao Qi <yao@codesourcery.com>
12997
12998 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12999 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13000 * configure: Re-generated.
13001
13002 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13003
13004 * gdb.cp/chained-calls.cc: New file.
13005 * gdb.cp/chained-calls.exp: New file.
13006 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13007
13008 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13009
13010 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13011 * gdb.dwarf2/symtab-producer.exp: Same.
13012 * gdb.gdb/python-interrupts.exp: Same.
13013 * gdb.gdb/python-selftest.exp: Same.
13014 * gdb.python/py-linetable.exp: Same.
13015 * gdb.python/py-type.exp: Same.
13016 * gdb.python/py-value-cc.exp: Same.
13017 * gdb.python/py-value.exp: Same.
13018
13019 2014-11-28 Yao Qi <yao@codesourcery.com>
13020
13021 * gdb.base/break-probes.exp: Match library name prefixed with
13022 sysroot.
13023
13024 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13025
13026 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13027 test expected output. Add parentheses for the call to print.
13028 Remove L suffix from integers.
13029
13030 2014-11-26 Doug Evans <dje@google.com>
13031
13032 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13033
13034 2014-11-22 Yao Qi <yao@codesourcery.com>
13035
13036 * gdb.trace/entry-values.c: Remove asms.
13037 (foo): Add foo_label.
13038 (bar): Add bar_label.
13039 * gdb.trace/entry-values.exp: Remove code computing foo's
13040 length and bar's length.
13041 (Dwarf::assemble): Invoke function_range for bar and use
13042 MACRO_AT_func for foo.
13043
13044 2014-11-22 Yao Qi <yao@codesourcery.com>
13045
13046 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13047 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13048 Use .Lgcc43_procstart instead of gcc43.
13049
13050 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13051
13052 * gdb.ada/n_arr_bound: New testcase.
13053
13054 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13055
13056 PR breakpoints/10737
13057 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13058 test_catch_syscall_multi_arch.
13059 (test_catch_syscall_multi_arch): New function.
13060
13061 2014-11-20 Doug Evans <xdje42@gmail.com>
13062
13063 * gdb.base/maint.exp: Update expected output.
13064
13065 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13066
13067 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13068 4-byte instruction on S390.
13069
13070 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13071
13072 * gdb.ada/arr_arr: New testcase.
13073
13074 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13075
13076 * gdb.ada/pkd_arr_elem: New Testcase.
13077
13078 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13079
13080 * gdb.reverse/break-precsave: Expect completion message for
13081 core file reads.
13082 * gdb.reverse/consecutive-precsave.exp: Likewise.
13083 * gdb.reverse/finish-precsave.exp: Likewise.
13084 * gdb.reverse/i386-precsave.exp: Likewise.
13085 * gdb.reverse/machinestate-precsave.exp: Likewise.
13086 * gdb.reverse/sigall-precsave.exp: Likewise.
13087 * gdb.reverse/solib-precsave.exp: Likewise.
13088 * gdb.reverse/step-precsave.exp: Likewise.
13089 * gdb.reverse/until-precsave.exp: Likewise.
13090 * gdb.reverse/watch-precsave.exp: Likewise.
13091
13092 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13093
13094 * gdb.base/bp-permanent.c: Include unistd.h.
13095 * gdb.python/py-framefilter-mi.c (main): Add return type.
13096 * gdb.python/py-framefilter.c (main): Likewise.
13097 * gdb.trace/actions-changed.c (main): Likewise.
13098
13099 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13100
13101 * gdb.mi/until.c: Add eye-catchers.
13102 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13103 line numbers.
13104
13105 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13106
13107 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13108 function header variants in break1.c.
13109 * gdb.base/ena-dis-br.exp: Likewise.
13110 * gdb.base/hbreak2.exp: Likewise.
13111 * gdb.reverse/until-precsave.exp: Drop references to removed
13112 non-prototype function header variants in ur1.c.
13113 * gdb.reverse/until-reverse.exp: Likewise.
13114
13115 2014-11-17 Petr Machata <pmachata@redhat.com>
13116
13117 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13118 ${_cu_offset_size} bytes abbrev offset.
13119
13120 2014-11-15 Doug Evans <xdje42@gmail.com>
13121
13122 PR symtab/17559
13123 * gdb.base/line-symtabs.exp: New file.
13124 * gdb.base/line-symtabs.c: New file.
13125 * gdb.base/line-symtabs.h: New file.
13126
13127 2014-11-14 Yao Qi <yao@codesourcery.com>
13128
13129 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13130 (func): Add label func_label.
13131 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13132 Replace low_pc and high_pc with MACRO_AT_range.
13133 Replace name, low_pc and high_pc with MACRO_AT_func.
13134
13135 2014-11-14 Yao Qi <yao@codesourcery.com>
13136
13137 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13138 Replace name, low_pc and high_pc with MACRO_AT_func.
13139
13140 2014-11-14 Yao Qi <yao@codesourcery.com>
13141
13142 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13143 produce debug information.
13144 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13145
13146 2014-11-14 Yao Qi <yao@codesourcery.com>
13147
13148 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13149 object and get function length.
13150 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13151 with MACRO_AT_func.
13152 (top-level): Replace gdb_compile and clean_restart with
13153 prepare_for_testing.
13154 * gdb.dwarf2/main.c (main): Add label main_label.
13155
13156 2014-11-14 Yao Qi <yao@codesourcery.com>
13157
13158 * lib/dwarf.exp (function_range): New procedure.
13159 (Dwarf::_handle_macro_at_func): New procedure.
13160 (Dwarf::_handle_macro_at_range): New procedure.
13161 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13162
13163 2014-11-14 Yao Qi <yao@codesourcery.com>
13164
13165 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13166 (_handle_attribute): New procedure.
13167
13168 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13169
13170 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13171 * gdb.base/call-sc.c (zed): Likewise.
13172 * gdb.base/checkpoint.c (main): Likewise.
13173 * gdb.base/dump.c (main): Likewise.
13174 * gdb.base/gcore.c (main): Likewise.
13175 * gdb.base/huge.c (main): Likewise.
13176 * gdb.base/multi-forks.c (main): Likewise.
13177 * gdb.base/pr10179-a.c (main): Likewise.
13178 * gdb.base/savedregs.c (main): Likewise.
13179 * gdb.base/sigaltstack.c (main): Likewise.
13180 * gdb.base/siginfo.c (main): Likewise.
13181 * gdb.base/structs.c (zed): Likewise.
13182 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13183 * gdb.mi/mi-syn-frame.c (main): Likewise.
13184 * gdb.mi/until.c (foo, main): Likewise.
13185 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13186 * gdb.base/solib-weak.c (foo): Declare.
13187 * gdb.base/attach-twice.c: Include stdio.h.
13188 * gdb.base/weaklib1.c: Likewise.
13189 * gdb.base/weaklib2.c: Likewise.
13190 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13191 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13192 unistd.h.
13193 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13194 * gdb.mi/mi-exit-code.c: Likewise.
13195 * gdb.base/break-interp-lib.c: Include string.h.
13196 * gdb.base/coremaker.c: Likewise.
13197 * gdb.base/testenv.c: Likewise.
13198 * gdb.python/py-finish-breakpoint.c: Likewise.
13199 * gdb.base/inferior-died.c: Include sys/wait.h.
13200 * gdb.base/fileio.c: Include time.h.
13201 * gdb.base/async-shell.c: Include unistd.h.
13202 * gdb.base/dprintf-non-stop.c: Likewise.
13203 * gdb.base/info-os.c: Likewise.
13204 * gdb.mi/mi-console.c: Likewise.
13205 * gdb.mi/watch-nonstop.c: Likewise.
13206 * gdb.python/py-events.c: Likewise.
13207 * gdb.base/async.c (baz): Move up before its invocation.
13208 * gdb.base/code_elim2.c (my_global_func): Likewise.
13209 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13210 * gdb.base/advance.c (func2): Likewise.
13211
13212 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13213
13214 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13215 variant.
13216 * gdb.base/annota3.c: Likewise.
13217 * gdb.base/async.c: Likewise.
13218 * gdb.base/average.c: Likewise.
13219 * gdb.base/call-ar-st.c: Likewise.
13220 * gdb.base/call-rt-st.c: Likewise.
13221 * gdb.base/call-sc.c: Likewise.
13222 * gdb.base/call-strs.c: Likewise.
13223 * gdb.base/ending-run.c: Likewise.
13224 * gdb.base/execd-prog.c: Likewise.
13225 * gdb.base/exprs.c: Likewise.
13226 * gdb.base/foll-exec.c: Likewise.
13227 * gdb.base/foll-fork.c: Likewise.
13228 * gdb.base/foll-vfork.c: Likewise.
13229 * gdb.base/funcargs.c: Likewise.
13230 * gdb.base/gcore.c: Likewise.
13231 * gdb.base/jump.c: Likewise.
13232 * gdb.base/langs0.c: Likewise.
13233 * gdb.base/langs1.c: Likewise.
13234 * gdb.base/langs2.c: Likewise.
13235 * gdb.base/mips_pro.c: Likewise.
13236 * gdb.base/nodebug.c: Likewise.
13237 * gdb.base/opaque0.c: Likewise.
13238 * gdb.base/opaque1.c: Likewise.
13239 * gdb.base/recurse.c: Likewise.
13240 * gdb.base/run.c: Likewise.
13241 * gdb.base/scope0.c: Likewise.
13242 * gdb.base/scope1.c: Likewise.
13243 * gdb.base/setshow.c: Likewise.
13244 * gdb.base/setvar.c: Likewise.
13245 * gdb.base/shmain.c: Likewise.
13246 * gdb.base/shr1.c: Likewise.
13247 * gdb.base/shr2.c: Likewise.
13248 * gdb.base/sigall.c: Likewise.
13249 * gdb.base/signals.c: Likewise.
13250 * gdb.base/so-indr-cl.c: Likewise.
13251 * gdb.base/solib2.c: Likewise.
13252 * gdb.base/structs.c: Likewise.
13253 * gdb.base/sum.c: Likewise.
13254 * gdb.base/vforked-prog.c: Likewise.
13255 * gdb.base/watchpoint.c: Likewise.
13256 * gdb.reverse/shr2.c: Likewise.
13257 * gdb.reverse/until-reverse.c: Likewise.
13258 * gdb.reverse/ur1.c: Likewise.
13259 * gdb.reverse/watch-reverse.c: Likewise.
13260
13261 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13262
13263 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13264 variant.
13265 * gdb.base/sepdebug.exp: Drop references to removed code.
13266
13267 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13268
13269 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13270 variant. Preserve original line numbering.
13271 * gdb.base/list1.c: Likewise.
13272
13273 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13274
13275 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13276 variant.
13277 * gdb.base/break1.c: Likewise.
13278 * gdb.base/break.exp: Drop references to removed code.
13279
13280 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13281
13282 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13283 variant.
13284
13285 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13286
13287 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13288
13289 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13290
13291 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13292 logic into perform_all_tests() and invoke it with and without
13293 function header prototypes.
13294 (do_function_calls): Remove conditional XFAIL for PR 5318.
13295 (rerun_and_prepare): Remove duplicate code.
13296 (perform_all_tests): New. Main logic moved here.
13297
13298 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13299
13300 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13301 code guarded by #ifdef NO_PROTOTYPES.
13302 (t_double_many_args): Likewise.
13303 (DEF_FUNC_MANY_ARGS_1): Likewise.
13304 (DEF_FUNC_VALUES_1): Likewise.
13305 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13306 guarded by #ifdef PROTOTYPES.
13307
13308 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13309
13310 * gdb.mi/mi-console.c: Add eye-catcher.
13311 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13312 instead of literal line number.
13313
13314 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13315
13316 * gdb.base/shr2.c: Add eye-catcher.
13317 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13318 line number.
13319
13320 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13321
13322 * gdb.base/jump.c: Add eye-catchers.
13323 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13324 numbers.
13325
13326 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13327
13328 * gdb.base/execd-prog.c: Add eye-catchers.
13329 * gdb.base/foll-exec.c: Likewise.
13330 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13331 line numbers.
13332
13333 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13334
13335 * gdb.base/ending-run.c: Add eye-catchers.
13336 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13337 literal line numbers.
13338
13339 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13340
13341 * gdb.base/call-rt-st.c: Add eye-catchers.
13342 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13343 literal line numbers.
13344
13345 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13346
13347 * gdb.base/call-ar-st.c: Add eye-catchers.
13348 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13349 literal line numbers.
13350
13351 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13352
13353 * gdb.base/average.c: Add eye-catchers.
13354 * gdb.base/sum.c: Likewise.
13355 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13356 regexps dynamically.
13357
13358 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13359
13360 * gdb.base/solib1.c: Add eye-catchers.
13361 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13362 literal line numbers.
13363
13364 2014-11-12 Pedro Alves <palves@redhat.com>
13365
13366 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13367 leader has exited.
13368
13369 2014-11-12 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.arch/i386-bp_permanent.c: New file.
13372 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13373 (srcfile): Set to i386-bp_permanent.c.
13374 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13375 that stepi does not execute the 'leave' instruction, instead of
13376 testing it does execute.
13377 * gdb.base/bp-permanent.c: New file.
13378 * gdb.base/bp-permanent.exp: New file.
13379
13380 2014-11-10 Doug Evans <xdje42@gmail.com>
13381
13382 PR symtab/17564
13383 * gdb.base/symtab-search-order.exp: New file.
13384 * gdb.base/symtab-search-order.c: New file.
13385 * gdb.base/symtab-search-order-1.c: New file.
13386 * gdb.base/symtab-search-order-shlib-1.c: New file.
13387
13388 2014-11-07 Pedro Alves <palves@redhat.com>
13389
13390 PR gdb/17511
13391 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13392 i?86-*-linux*.
13393
13394 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13395
13396 PR c++/17494
13397 * gdb.cp/pr17494.cc: New file.
13398 * gdb.cp/pr17494.exp: New file.
13399
13400 2014-11-02 Yao Qi <yao@codesourcery.com>
13401
13402 * gdb.python/python.exp: Get working directory and match the
13403 output of "set extended-prompt \\w " with it.
13404
13405 2014-10-30 Doug Evans <dje@google.com>
13406
13407 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13408 in objfiles.
13409 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13410 in progspaces.
13411
13412 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13413
13414 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13415 * gdb.base/realname-expand.exp: Likewise.
13416 * gdb.linespec/macro-relative.exp: Likewise.
13417
13418 2014-10-29 Pedro Alves <palves@redhat.com>
13419
13420 PR gdb/17408
13421 * gdb.threads/schedlock.c (some_function): New function.
13422 (call_function): New global.
13423 (MAYBE_CALL_SOME_FUNCTION): New macro.
13424 (thread_function): Call it.
13425 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13426 and use it instead of a global counter. Adjust all callers.
13427 (get_current_thread): Use "find current thread" for test message
13428 here rather than having all callers pass down the same string.
13429 (goto_loop): New procedure, factored out from ...
13430 (my_continue): ... this.
13431 (step_ten_loops): Change parameter from test message to command to
13432 use. Adjust.
13433 (list_count): Delete global.
13434 (check_result): New procedure, factored out from duplicate top
13435 level code.
13436 (continue tests): Wrap in with_test_prefix.
13437 (test_step): New procedure, factored out from duplicate top level
13438 code.
13439 (top level): Test "step" in combination with all scheduler-locking
13440 modes. Test "next" in combination with all scheduler-locking
13441 modes, and in combination with stepping over a function call or
13442 not.
13443 * gdb.threads/next-bp-other-thread.c: New file.
13444 * gdb.threads/next-bp-other-thread.exp: New file.
13445
13446 2014-10-29 Pedro Alves <palves@redhat.com>
13447
13448 PR python/17372
13449 * gdb.python/python.exp: Test a multi-line command that spawns
13450 interactive Python.
13451 * gdb.base/multi-line-starts-subshell.exp: New file.
13452
13453 2014-10-29 Yao Qi <yao@codesourcery.com>
13454
13455 * gdb.base/fileio.exp: Make directories on host.
13456
13457 2014-10-29 Yao Qi <yao@codesourcery.com>
13458
13459 * gdb.base/fileio.c (test_write): Close the file.
13460
13461 2014-10-28 Pedro Alves <palves@redhat.com>
13462
13463 PR gdb/12623
13464 * gdb.base/sigstep.c (no_handler): New global.
13465 (main): If 'no_handler is true, set the signal handlers to
13466 SIG_IGN.
13467 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13468 with_sw_watch and no_handler parameters. Handle them.
13469 (top level) <stepping over handler when stopped at a breakpoint
13470 test>: Add a test axis for testing with a software watchpoint, and
13471 another for testing with the signal handler set to SIG_IGN.
13472 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13473 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13474
13475 2014-10-28 Pedro Alves <palves@redhat.com>
13476
13477 PR gdb/17511
13478 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13479 * gdb.base/sigstep.exp (other_handler_location): New global.
13480 (advance): Support stepping into the signal handler, and running
13481 commands while in the handler.
13482 (in_handler_map): New global.
13483 (top level): In the advance test, add combinations for getting
13484 into the handler with stepping commands, and for running commands
13485 in the handler. Add comment descripting the advancei tests.
13486
13487 2014-10-28 Pedro Alves <palves@redhat.com>
13488
13489 * gdb.base/sigstep.exp: Use build_executable instead of
13490 prepare_for_testing.
13491 (top level): Move code that starts GDB, runs to main and creates a
13492 display to ...
13493 (restart): ... this new procedure.
13494 (top level): Move backtrace from signal handler test to ...
13495 (validate_backtrace): ... this new procedure.
13496 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13497 with_test_prefix. Always restart GDB.
13498 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13499 with_test_prefix. Always restart GDB. No need to delete
13500 breakpoints after the test.
13501 (test_skip_handler): Remove prefix parameter.
13502 (skip_over_handler, breakpoint_to_handler)
13503 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13504 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13505 restart GDB. No need to delete breakpoints after the test.
13506 (top level): Use foreach to call the test procedures with
13507 different commands.
13508
13509 2014-10-28 Pedro Alves <palves@redhat.com>
13510
13511 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13512 instead of GNATS numbers.
13513 * gdb.base/sigbpt.exp: Likewise.
13514 * gdb.base/siginfo.exp: Likewise.
13515 * gdb.base/sigstep.exp: Likewise.
13516
13517 2014-10-27 Pedro Alves <palves@redhat.com>
13518
13519 * gdb.base/sigstep.c (dummy): New global.
13520 (main): Issue a couple writes to the new global.
13521 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13522 procedures.
13523 (skip_over_handler): Use test_skip_handler.
13524 (top level): Call skip_over_handler for stepi and nexti too.
13525 (breakpoint_over_handler): Use test_skip_handler.
13526 (top level): Call breakpoint_over_handler for stepi and nexti too.
13527
13528 2014-10-27 Yao Qi <yao@codesourcery.com>
13529
13530 * gdb.trace/tfile.c (adjust_function_address)
13531 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13532 function descriptor.
13533
13534 2014-10-24 Don Breazeal <donb@codesourcery.com>
13535
13536 * gdb.base/foll-fork.exp (test_follow_fork,
13537 catch_fork_child_follow): Check for updated fork messages emitted
13538 from infrun.c.
13539 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13540 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13541 vfork_and_exec_child_follow_through_step): Check for updated vfork
13542 messages emitted from infrun.c.
13543
13544 2014-10-24 Pedro Alves <palves@redhat.com>
13545
13546 * gdb.base/corefile.exp: Remove references to ultrix.
13547 * gdb.base/interrupt.exp: Likewise.
13548 * gdb.base/whatis.exp: Likewise.
13549 * gdb.gdb/selftest.exp: Likewise.
13550 * gdb.threads/manythreads.exp: Likewise.
13551 * gdb.threads/print-threads.exp: Likewise.
13552 * gdb.threads/pthreads.exp:: Likewise.
13553 * gdb.threads/schedlock.exp: Likewise.
13554
13555 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13556
13557 * gdb.cp/non-trivial-retval.cc: Add a test case.
13558 * gdb.cp/non-trivial-retval.exp: Add a test.
13559
13560 2014-10-20 Yao Qi <yao@codesourcery.com>
13561
13562 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13563 * gdb.python/py-objfile-script-gdb.py: New file.
13564 * gdb.python/py-objfile-script.exp: Update reference to
13565 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13566 of remote_download. Remove the dest file.
13567
13568 2014-10-20 Yao Qi <yao@codesourcery.com>
13569
13570 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13571 * gdb.base/step-line.exp: Likewise.
13572 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13573 * gdb.dwarf2/dw2-basic.exp: Likewise.
13574 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13575 * gdb.dwarf2/dw2-filename.exp: Likewise.
13576 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13577 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13578 * gdb.dwarf2/dw2-producer.exp: Likewise.
13579 * gdb.dwarf2/mac-fileno.exp: Likewise.
13580 * gdb.python/py-frame-args.exp: Likewise.
13581 * gdb.python/py-framefilter.exp: Likewise.
13582 * gdb.python/py-mi.exp: Likewise.
13583 * gdb.python/py-objfile-script.exp: Likewise
13584 * gdb.python/py-pp-integral.exp: Likewise.
13585 * gdb.python/py-pp-re-notag.exp: Likewise.
13586 * gdb.python/py-prettyprint.exp: Likewise.
13587 * gdb.python/py-section-script.exp: Likewise.
13588 * gdb.python/py-typeprint.exp: Likewise.
13589 * gdb.python/py-xmethods.exp: Likewise.
13590 * gdb.stabs/weird.exp: Likewise.
13591 * gdb.xml/tdesc-regs.exp: Likewise.
13592
13593 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13594
13595 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13596 (out_cu): Use addr_len for the size of addresses.
13597 (out_line): Likewise. Size DW_LNE_set_address instruction
13598 according to addr_len.
13599 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13600 (FUNC): Add START_INSNS to definition.
13601
13602 2014-10-18 Yao Qi <yao@codesourcery.com>
13603
13604 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13605 gdb_has_argv0 return true.
13606 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13607 check [target_info exists noargs], check [gdb_has_argv0]
13608 instead.
13609 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13610 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13611 procedures.
13612
13613 2014-10-17 Doug Evans <dje@google.com>
13614
13615 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13616 event.
13617 * gdb.python/py-events.py: Add clear_objfiles event.
13618
13619 2014-10-17 Doug Evans <dje@google.com>
13620
13621 * gdb.python/py-objfile.exp: Test progspace attribute.
13622
13623 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13624
13625 * gdb.guile/scm-breakpoint.exp: Do not assume any
13626 directory separators when matching source file paths.
13627 * gdb.python/py-breakpoint.exp: Likewise.
13628 * gdb.reverse/break-precsave.exp: Likewise.
13629 * gdb.reverse/break-reverse.exp: Likewise.
13630 * gdb.reverse/consecutive-precsave.exp: Likewise.
13631 * gdb.reverse/finish-precsave.exp: Likewise.
13632 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13633 * gdb.reverse/finish-reverse.exp: Likewise.
13634 * gdb.reverse/i386-precsave.exp: Likewise.
13635 * gdb.reverse/i387-env-reverse.exp: Likewise.
13636 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13637 * gdb.reverse/machinestate-precsave.exp: Likewise.
13638 * gdb.reverse/machinestate.exp: Likewise.
13639 * gdb.reverse/sigall-precsave.exp: Likewise.
13640 * gdb.reverse/solib-precsave.exp: Likewise.
13641 * gdb.reverse/step-precsave.exp: Likewise.
13642 * gdb.reverse/until-precsave.exp: Likewise.
13643 * gdb.reverse/watch-precsave.exp: Likewise.
13644 * gdb.reverse/watch-reverse.exp: Likewise.
13645
13646 2014-10-17 Yao Qi <yao@codesourcery.com>
13647
13648 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13649 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13650
13651 2014-10-17 Pedro Alves <palves@redhat.com>
13652
13653 PR gdb/17471
13654 * gdb.base/bg-execution-repeat.c: New file.
13655 * gdb.base/bg-execution-repeat.exp: New file.
13656
13657 2014-10-17 Pedro Alves <palves@redhat.com>
13658
13659 PR gdb/17300
13660 * gdb.base/continue-all-already-running.c: New file.
13661 * gdb.base/continue-all-already-running.exp: New file.
13662
13663 2014-10-17 Pedro Alves <palves@redhat.com>
13664
13665 PR gdb/17472
13666 * gdb.base/annota-input-while-running.c: New file.
13667 * gdb.base/annota-input-while-running.exp: New file.
13668
13669 2014-10-17 Pedro Alves <palves@redhat.com>
13670
13671 * gdb.base/callfuncs.exp: emove references to osf.
13672 * gdb.base/sigall.exp: Likewise.
13673 * gdb.gdb/selftest.exp: Likewise.
13674 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13675 * gdb.mi/non-stop.c: Likewise.
13676 * gdb.mi/pthreads.c: Likewise.
13677 * gdb.reverse/sigall-precsave.exp: Likewise.
13678 * gdb.reverse/sigall-reverse.exp: Likewise.
13679 * gdb.threads/pthreads.c: Likewise.
13680 * gdb.threads/pthreads.exp: Likewise.
13681
13682 2014-10-17 Yao Qi <yao@codesourcery.com>
13683
13684 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13685 check 'target_info exists noargs'.
13686 (test_command_prompt_position): Likewise.
13687 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13688 Remove "set args".
13689 (progvar_simple_while_test): Likewise.
13690 (progvar_complex_if_while_test): Likewise.
13691 (if_while_breakpoint_command_test): Likewise.
13692 (infrun_breakpoint_command_test): Likewise.
13693 (breakpoint_command_test): Likewise.
13694 (watchpoint_command_test): Likewise.
13695 (bp_deleted_in_command_test): Likewise.
13696 (temporary_breakpoint_commands): Likewise.
13697
13698 2014-10-16 Yao Qi <yao@codesourcery.com>
13699
13700 * gdb.base/remotetimeout.exp: Remove noargs checking.
13701
13702 2014-10-15 Pedro Alves <palves@redhat.com>
13703
13704 PR breakpoints/9649
13705 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13706 * gdb.base/breakpoint-in-ro-region.exp
13707 (probe_target_hardware_step): New procedure.
13708 (top level): Probe hardware stepping and hardware breakpoint
13709 support. Test stepping through a read-only region, with both
13710 "breakpoint auto-hw" on and off and both "always-inserted" on and
13711 off.
13712
13713 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13714
13715 * gdb.dlang/demangle.exp: Update for demangling changes.
13716
13717 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13718
13719 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13720 * gdb.cp/non-trivial-retval.exp: Add new tests.
13721
13722 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13723
13724 PR c++/13403
13725 PR c++/15154
13726 * gdb.cp/non-trivial-retval.cc: New file.
13727 * gdb.cp/non-trivial-retval.exp: New file.
13728
13729 2014-10-15 Yao Qi <yao@codesourcery.com>
13730
13731 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13732 remote host.
13733
13734 2014-10-15 Yao Qi <yao@codesourcery.com>
13735
13736 * gdb.python/py-symbol.exp: Match file base name if host is
13737 remote, otherwise match file name with dir name.
13738 * gdb.python/py-symtab.exp: Likewise.
13739 * gdb.python/python.exp: Likewise.
13740
13741 2014-10-15 Yao Qi <yao@codesourcery.com>
13742
13743 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13744 pattern.
13745 * gdb.python/py-symtab.exp: Likewise.
13746 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13747 locationn.
13748
13749 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13750
13751 * gdb.ada/addr_arith: New testcase.
13752
13753 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13754
13755 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13756 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13757 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13758 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13759
13760 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13761
13762 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13763 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13764 * gdb.arch/stap-eval-lang-ada.exp: New file.
13765
13766 2014-10-14 Yao Qi <yao@codesourcery.com>
13767
13768 * gdb.mi/mi-var-child.c (nothing1): New function.
13769 (nothing2): New function.
13770 (do_children_tests): Set function pointers by nothing1 and
13771 nothing2.
13772 * gdb.mi/mi-var-child.exp: Step over new added statements.
13773 Update test to match the new output.
13774 * gdb.mi/var-cmd.c (nothing1): New function.
13775 (nothing2): New function.
13776 (do_children_tests): Set function pointers by nothing1 and
13777 nothing2.
13778 * gdb.mi/mi-var-display.exp: Update test to match output.
13779 Step to the line specified by $line_dct_nothing.
13780 Increase the number of lines to step.
13781
13782 2014-10-14 Yao Qi <yao@codesourcery.com>
13783
13784 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13785 tests.
13786 * gdb.mi/mi2-var-child.exp: Likewise.
13787
13788 2014-10-13 Doug Evans <dje@google.com>
13789
13790 * gdb.python/py-objfile.exp: Change name of file name test.
13791
13792 2014-10-13 Doug Evans <dje@google.com>
13793
13794 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13795 from the start of the CU.
13796
13797 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13798 Yao Qi <yao@codesourcery.com>
13799
13800 Fix "save breakpoints" for "catch" command.
13801 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13802 Remove -nonewline. Match also the added "main" line.
13803
13804 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13805
13806 Fix "save breakpoints" for "disable $bpnum" command.
13807 * gdb.base/save-bp.c (main): Add label.
13808 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13809
13810 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13811
13812 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13813
13814 2014-10-11 Yao Qi <yao@codesourcery.com>
13815
13816 * gdb.server/server-kill.exp: Execute command
13817 "set remote trace-status-packet on" before "tstatus".
13818
13819 2014-10-11 Yao Qi <yao@codesourcery.com>
13820
13821 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13822 (main): Call getppid.
13823 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13824 and continue to it. Read variable "server_pid".
13825
13826 2014-10-11 Yao Qi <yao@codesourcery.com>
13827
13828 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13829
13830 2014-10-11 Yao Qi <yao@codesourcery.com>
13831
13832 * gdb.threads/thread-find.exp: Don't execute command
13833 "info threads".
13834 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13835 * gdb.threads/linux-dp.exp: Don't check the condition
13836 $threads_created equals to zero.
13837
13838 2014-10-10 Pedro Alves <palves@redhat.com>
13839
13840 * gdb.base/bigcore.exp: Remove references to IRIX.
13841 * gdb.base/funcargs.exp: Likewise.
13842 * gdb.base/interrupt.exp: Likewise.
13843 * gdb.base/mips_pro.exp: Likewise.
13844 * gdb.base/nodebug.exp: Likewise.
13845 * gdb.base/setvar.exp: Likewise.
13846 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13847
13848 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13849 Pedro Alves <palves@redhat.com>
13850
13851 PR symtab/14466
13852 * gdb.base/vdso-warning.c: New file.
13853 * gdb.base/vdso-warning.exp: New file.
13854
13855 2014-10-02 Doug Evans <dje@google.com>
13856
13857 * gdb.base/structs.c (main): Don't run forever.
13858
13859 2014-10-02 Pedro Alves <palves@redhat.com>
13860
13861 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13862 (top level) <stop threads 1, stop threads 2>: Use it.
13863
13864 2014-10-02 Pedro Alves <palves@redhat.com>
13865
13866 * gdb.threads/break-while-running.exp (test): Add new
13867 'update_thread_list' argument. Skip "info threads" if false.
13868 (top level): Add new 'update_thread_list' axis.
13869
13870 2014-10-02 Pedro Alves <palves@redhat.com>
13871
13872 PR breakpoints/17431
13873 * gdb.base/execl-update-breakpoints.c: New file.
13874 * gdb.base/execl-update-breakpoints.exp: New file.
13875
13876 2014-10-01 Pedro Alves <palves@redhat.com>
13877
13878 * gdb.base/breakpoint-in-ro-region.c: New file.
13879 * gdb.base/breakpoint-in-ro-region.exp: New file.
13880
13881 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13882
13883 * gdb.mi/mi-exit-code.exp: New file.
13884 * gdb.mi/mi-exit-code.c: New file.
13885
13886 2014-09-30 Yao Qi <yao@codesourcery.com>
13887
13888 * lib/prelink-support.exp (build_executable_own_libs): Error if
13889 the target isn't native.
13890
13891 2014-09-30 Yao Qi <yao@codesourcery.com>
13892
13893 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13894 false.
13895
13896 2014-09-22 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.threads/break-while-running.exp: New file.
13899 * gdb.threads/break-while-running.c: New file.
13900
13901 2014-09-19 Yao Qi <yao@codesourcery.com>
13902
13903 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13904 Invoke test. Restart GDB with --readnow and invoke test again.
13905
13906 2014-09-19 Yao Qi <yao@codesourcery.com>
13907
13908 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13909 proc set_breakpoint_on_gcd_function. Invoke
13910 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13911 invoke set_breakpoint_on_gcd_function again.
13912
13913 2014-09-18 Doug Evans <dje@google.com>
13914
13915 * gdb.dwarf2/symtab-producer.exp: New file.
13916
13917 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13918
13919 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13920 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13921 * gdb.base/global-var-nested-by-dso.c: Likewise.
13922 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13923
13924 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13925 Pedro Alves <palves@redhat.com>
13926
13927 * gdb.base/watch-bitfields.exp: Pass string other than test file
13928 name to prepare_for_testing.
13929 (watch): New procedure.
13930 (expect_watchpoint): Use with_test_prefix.
13931 (top level): Factor out tests to ...
13932 (test_watch_location, test_regular_watch): ... these new
13933 procedures, and use with_test_prefix and gdb_continue_to_end.
13934
13935 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13936
13937 PR breakpoints/12526
13938 * gdb.base/watch-bitfields.exp: New file.
13939 * gdb.base/watch-bitfields.c: New file.
13940
13941 2014-09-16 Pedro Alves <palves@redhat.com>
13942
13943 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13944 software and hardware addresses, not software address against
13945 itself.
13946
13947 2014-09-16 Pedro Alves <palves@redhat.com>
13948
13949 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13950 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13951
13952 2014-09-16 Pedro Alves <palves@redhat.com>
13953
13954 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13955 files.
13956 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13957 "*-*-vxworks*" throughout.
13958 * gdb.base/break.exp: Likewise.
13959 * gdb.base/default.exp: Likewise.
13960 * gdb.base/scope.exp: Likewise.
13961 * gdb.base/sepdebug.exp: Likewise.
13962 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13963 throughout.
13964 * gdb.base/run.c: Likewise.
13965 * gdb.base/sepdebug.c: Likewise.
13966 * gdb.hp/gdb.aCC/run.c: Likewise.
13967 * gdb.reverse/until-reverse.c: Likewise.
13968 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13969
13970 2014-09-16 Yao Qi <yao@codesourcery.com>
13971
13972 * boards/local-remote-host-native.exp: New file.
13973
13974 2014-09-14 Doug Evans <xdje42@gmail.com>
13975
13976 * gdb.threads/queue-signal.c (thread_count): New variable.
13977 (thread_count_mutex, thread_count_condvar): New variables.
13978 (incr_thread_count, wait_all_threads_running): New functions.
13979 (main): Wait for all threads to be in their thread functions.
13980
13981 2014-09-13 Doug Evans <xdje42@gmail.com>
13982
13983 * gdb.threads/queue-signal.c: New file.
13984 * gdb.threads/queue-signal.exp: New file.
13985
13986 2014-09-13 Doug Evans <xdje42@gmail.com>
13987
13988 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13989 be consistent with what default_gdb_init uses.
13990 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13991 the plain text of the prompt. Add some logging printfs.
13992 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13993
13994 2014-09-12 Pedro Alves <palves@redhat.com>
13995
13996 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13997 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13998 * gdb.arch/i386-size-overlap.exp: Likewise.
13999 * gdb.arch/i386-size.exp: Likewise.
14000 * gdb.arch/i386-unwind.exp: Likewise.
14001 * gdb.base/a2-run.exp: Likewise.
14002 * gdb.base/break.exp: Likewise.
14003 * gdb.base/charset.exp: Likewise.
14004 * gdb.base/chng-syms.exp: Likewise.
14005 * gdb.base/commands.exp: Likewise.
14006 * gdb.base/dbx.exp: Likewise.
14007 * gdb.base/find.exp: Likewise.
14008 * gdb.base/funcargs.exp: Likewise.
14009 * gdb.base/jit-simple.exp: Likewise.
14010 * gdb.base/reread.exp: Likewise.
14011 * gdb.base/sepdebug.exp: Likewise.
14012 * gdb.base/step-bt.exp: Likewise.
14013 * gdb.cp/mb-inline.exp: Likewise.
14014 * gdb.cp/mb-templates.exp: Likewise.
14015 * gdb.objc/basicclass.exp: Likewise.
14016 * gdb.threads/killed.exp: Likewise.
14017
14018 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14019
14020 PR tdep/17379
14021 * gdb.arch/powerpc-stackless.S: New file.
14022 * gdb.arch/powerpc-stackless.exp: New file.
14023
14024 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14025
14026 * gdb.base/attach.c: Include unistd.h.
14027 (main): Call alarm. Add label postloop.
14028 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14029 gdb_breakpoint, gdb_continue_to_breakpoint.
14030 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14031
14032 2014-09-11 Pedro Alves <palves@redhat.com>
14033
14034 PR gdb/17347
14035 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14036 * gdb.base/attach.exp (test_command_line_attach_run): New
14037 procedure.
14038 (top level): Call it.
14039
14040 2014-09-11 Pedro Alves <palves@redhat.com>
14041
14042 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14043 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14044 (do_command_attach_tests): Use spawn_wait_for_attach.
14045 * gdb.base/solib-overlap.exp: Likewise.
14046 * gdb.multi/multi-attach.exp: Likewise.
14047 * gdb.python/py-prompt.exp: Likewise.
14048 * gdb.python/py-sync-interp.exp: Likewise.
14049 * gdb.server/ext-attach.exp: Likewise.
14050
14051 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14052
14053 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14054 command in testcase. Simplify testcase.
14055
14056 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14057
14058 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14059
14060 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14061
14062 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14063
14064 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14065
14066 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14067
14068 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14069
14070 * gdb.dwarf2/dynarr-ptr.c: New file.
14071 * gdb.dwarf2/dynarr-ptr.exp: New file.
14072
14073 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14074
14075 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14076 of 30 rather than hardcoding 120 for a slow test case. Take the
14077 `gdb,timeout' target setting into account for this calculation.
14078 Don't extend the timeout for the test cases that don't need it.
14079
14080 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14081
14082 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14083 a factor of 2 for a slow test case. Take the `gdb,timeout'
14084 target setting into account for this calculation.
14085 * gdb.reverse/until-precsave.exp: Increase the timeout by
14086 a factor of 15 and 3 respectively rather than adding 120
14087 for a pair of slow test cases. Take the `gdb,timeout'
14088 target setting into account for this calculation.
14089
14090 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14091
14092 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14093 timeout, don't pass one down to gdb_expect.
14094 (gdb_expect): Rework timeout selection.
14095
14096 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14097
14098 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14099 exception on timeout.
14100 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14101 (gdbserver_start_extended): Catch any `gdbserver_start' error
14102 exceptions.
14103 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14104 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14105 `gdbserver_gdb_load' error exceptions.
14106
14107 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14108
14109 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14110 120 on waiting for the TCP socket to open.
14111
14112 2014-09-09 Doug Evans <xdje42@gmail.com>
14113
14114 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14115 _caller_matches, _any_caller_is, _any_caller_matches.
14116
14117 2014-09-09 Doug Evans <xdje42@gmail.com>
14118
14119 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14120
14121 2014-09-09 Yao Qi <yao@codesourcery.com>
14122
14123 * gdb.mi/mi-var-display.exp: Set print symbol off.
14124
14125 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14126
14127 PR gdb/17035
14128 * gdb.base/commands.exp: Add tests to verify user-defined
14129 commands with empty bodies.
14130 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14131 python commands in `show user command`.
14132 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14133 scheme commands in `show user command`.
14134
14135 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14136
14137 PR python/17355
14138 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14139 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14140 * gdb.python/py-framefilter-invalidarg.exp: New file.
14141 * gdb.python/py-framefilter-invalidarg.py: New file.
14142
14143 2014-09-06 Doug Evans <xdje42@gmail.com>
14144
14145 PR 15276
14146 * gdb.python/py-caller-is.c: New file.
14147 * gdb.python/py-caller-is.exp: New file.
14148
14149 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14150
14151 PR gdb/17235
14152 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14153 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14154
14155 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14156
14157 PR fortran/17237
14158 * gdb.fortran/print-formatted.exp: New file.
14159 * gdb.fortran/print-formatted.f90: Likewise.
14160
14161 2014-09-03 Sasha Smundak <asmundak@google.com>
14162
14163 * gdb.python/py-frame.exp: Test Frame.read_register.
14164
14165 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14166
14167 PR python/16699
14168 * gdb.python/py-completion.exp: New file.
14169 * gdb.python/py-completion.py: Likewise.
14170
14171 2014-08-28 Doug Evans <dje@google.com>
14172
14173 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14174 eax,etc. are live with values set by gdb and thus the compiler can't
14175 use them.
14176 * gdb.arch/i386-pseudo.c (main): Ditto.
14177
14178 2014-08-27 Doug Evans <dje@google.com>
14179
14180 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14181
14182 2014-08-25 Doug Evans <dje@google.com>
14183
14184 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14185 (main): Ditto.
14186
14187 2014-08-25 Doug Evans <dje@google.com>
14188
14189 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14190
14191 2014-08-24 Yao Qi <yao@codesourcery.com>
14192
14193 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14194 symbol off.
14195 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14196
14197 2014-08-22 Doug Evans <dje@google.com>
14198
14199 PR 17276
14200 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14201 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14202 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14203
14204 2014-08-22 Yao Qi <yao@codesourcery.com>
14205
14206 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14207 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14208 * gdb.python/python.exp: Likewise. Use .py file on the host
14209 instead of the build.
14210
14211 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14212
14213 * gdb.threads/gcore-stale-thread.c: New file.
14214 * gdb.threads/gcore-stale-thread.exp: New file.
14215
14216 2014-08-21 Pedro Alves <palves@redhat.com>
14217
14218 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14219 * gdb.base/gcore-relro-pie.exp: Likewise.
14220 * gdb.base/gcore-relro.exp: Likewise.
14221 * gdb.base/gcore.exp: Likewise.
14222 * gdb.base/print-symbol-loading.exp: Likewise.
14223 * gdb.threads/gcore-thread.exp: Likewise.
14224 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14225
14226 2014-08-20 Pedro Alves <palves@redhat.com>
14227 Jan Kratochvil <jan.kratochvil@redhat.com>
14228
14229 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14230 configure.
14231 (EXPECT): Handle READ1 being set.
14232 (all): Depend on EXTRA_RULES.
14233 (check-read1, expect-read1, read1.so, read1): New rules.
14234 * README (Testsuite Parameters): Document the READ1 make variable.
14235 (Race detection): New section.
14236 * configure: Regenerate.
14237 * configure.ac: If build==host==target, and running under a
14238 GNU/glibc system, add read1 to the extra Makefile rules.
14239 (EXTRA_RULES): AC_SUBST it.
14240 * lib/read1.c: New file.
14241
14242 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14243
14244 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14245 the handling of variables declared as a typedef to an array
14246 which a DW_AT_data_location attribute.
14247
14248 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14249 Pedro Alves <palves@redhat.com>
14250
14251 PR symtab/14604
14252 PR symtab/14605
14253 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14254 gdb_test.
14255
14256 2014-08-19 Pedro Alves <palves@redhat.com>
14257
14258 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14259
14260 2014-08-19 Yao Qi <yao@codesourcery.com>
14261
14262 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14263 right line.
14264
14265 2014-08-18 David Blaikie <dblaikie@gmail.com>
14266
14267 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14268
14269 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14270
14271 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14272 attribute in array range.
14273
14274 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14275
14276 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14277
14278 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14279
14280 PR c++/17132
14281 * gdb.cp/pr17132.cc: New file.
14282 * gdb.cp/pr17132.exp: New file.
14283
14284 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14285
14286 * gdb.python/py-xmethods.py (A_getarrayind)
14287 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14288 Use 'print' with function call syntax.
14289 (E_method_matcher.match): Fix tab vs space indentation mixup.
14290
14291 2014-08-15 Yao Qi <yao@codesourcery.com>
14292
14293 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14294 false.
14295
14296 2014-08-15 Yao Qi <yao@codesourcery.com>
14297
14298 * gdb.cp/casts.exp: Set print symbol off.
14299 * gdb.cp/class2.exp: Likewise.
14300 * gdb.cp/overload.exp: Likewise.
14301 * gdb.cp/templates.exp: Likewise.
14302
14303 2014-08-11 Doug Evans <dje@google.com>
14304
14305 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14306 (test_load_shlib): Update.
14307
14308 2014-08-09 Yao Qi <yao@codesourcery.com>
14309
14310 * gdb.base/display.exp: Invoke is_address_zero_readable.
14311 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14312 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14313 * gdb.base/hbreak-unmapped.exp: Return if
14314 is_address_zero_readable returns true.
14315 * gdb.base/signest.exp: Likewise.
14316 * gdb.base/signull.exp: Likewise.
14317 * gdb.base/sigbpt.exp: Likewise.
14318 * gdb.guile/scm-disasm.exp: Do the test if
14319 is_address_zero_readable returns false.
14320 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14321 * gdb.python/py-arch.exp: Likewise.
14322 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14323 * lib/gdb.exp (is_address_zero_readable): New proc.
14324
14325 2014-08-09 Yao Qi <yao@codesourcery.com>
14326
14327 PR testsuite/13443
14328 * gdb.mi/mi-var-display.exp: Make test messages unique.
14329
14330 2014-08-04 Tom Tromey <tromey@redhat.com>
14331
14332 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14333 target 0".
14334
14335 2014-08-04 Tom Tromey <tromey@redhat.com>
14336
14337 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14338 "target_resume".
14339
14340 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14341
14342 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14343 inner_vla_struct_object_size.
14344 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14345 as xfail.
14346
14347 2014-07-30 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14350 comment.
14351
14352 2014-07-29 Yao Qi <yao@codesourcery.com>
14353
14354 PR gdb/17206
14355 * gdb.base/until-nodebug.exp: New.
14356
14357 2014-07-28 Doug Evans <xdje42@gmail.com>
14358
14359 PR guile/17203
14360 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14361 previously existing parameter, and previously ambiguously spelled
14362 parameter.
14363
14364 2014-07-28 Will Newton <will.newton@linaro.org>
14365
14366 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14367
14368 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14369 Doug Evans <xdje42@gmail.com>
14370
14371 PR guile/17146
14372 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14373
14374 2014-07-25 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.threads/signal-command-handle-nopass.c: New file.
14377 * gdb.threads/signal-command-handle-nopass.exp: New file.
14378 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14379 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14380 * gdb.threads/signal-delivered-right-thread.c: New file.
14381 * gdb.threads/signal-delivered-right-thread.exp: New file.
14382
14383 2014-07-25 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.base/double-prompt-target-event-error.exp
14386 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14387 match.
14388 (cancel_pagination_in_target_event): Rework double prompt
14389 detection.
14390 * gdb.base/paginate-after-ctrl-c-running.exp
14391 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14392 <return>' match.
14393 * gdb.base/paginate-bg-execution.exp
14394 (test_bg_execution_pagination_return)
14395 (test_bg_execution_pagination_cancel): Remove '-notransfer
14396 <return>' matches.
14397 * gdb.base/paginate-execution-startup.exp
14398 (test_fg_execution_pagination_return)
14399 (test_fg_execution_pagination_cancel): Remove '-notransfer
14400 <return>' matches.
14401 * gdb.base/paginate-inferior-exit.exp
14402 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14403 match.
14404 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14405 * lib/gdb.exp (pagination_prompt): Run text through
14406 string_to_regexp.
14407 (gdb_test_multiple): Match $pagination_prompt instead of
14408 "<return>".
14409 (string_to_regexp): Move to lib/gdb-utils.exp.
14410
14411 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14412
14413 * gdb.arch/amd64-entry-value-paramref.S: New file.
14414 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14415 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14416 * gdb.arch/amd64-optimout-repeat.S: New file.
14417 * gdb.arch/amd64-optimout-repeat.c: New file.
14418 * gdb.arch/amd64-optimout-repeat.exp: New file.
14419
14420 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14421
14422 PR gdb/17170
14423 * gdb.base/statistics.exp: New file.
14424
14425 2014-07-17 Doug Evans <dje@google.com>
14426
14427 PR gdb/17170
14428 * gdb.base/maint.exp: Update testing of per-command stats.
14429
14430 2014-07-16 Pedro Alves <palves@redhat.com>
14431
14432 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14433 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14434 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14435 (tfile_write_buf): New functions.
14436 (add_memory_block): Rewrite using the above.
14437 (adjust_function_address): New function.
14438 (FUNCTION_ADDRESS): New macro.
14439 (write_basic_trace_file): Remove short_x local, and use
14440 tfile_write_16. Change type of func_addr local to unsigned long
14441 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14442 here. Cast argument of add_memory_block to char pointer.
14443 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14444 (main): Remove parameters.
14445 * gdb.trace/tfile.exp: Remove nowarnings.
14446
14447 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14448
14449 * gdb.base/debug-expr.exp: Test string evaluation with
14450 "debug expression" on.
14451
14452 2014-07-15 Pedro Alves <palves@redhat.com>
14453
14454 * gdb.base/reread.exp: Use clean_restart.
14455
14456 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14457
14458 * gdb.arch/avr-flash-qualifer.c: New.
14459 * gdb.arch/avr-flash-qualifer.exp: New.
14460
14461 2014-07-14 Pedro Alves <palves@redhat.com>
14462
14463 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14464 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14465
14466 2014-07-14 Pedro Alves <palves@redhat.com>
14467
14468 * gdb.base/double-prompt-target-event-error.c: New file.
14469 * gdb.base/double-prompt-target-event-error.exp: New file.
14470
14471 2014-07-14 Pedro Alves <palves@redhat.com>
14472
14473 PR gdb/17072
14474 * gdb.base/paginate-inferior-exit.c: New file.
14475 * gdb.base/paginate-inferior-exit.exp: New file.
14476
14477 2014-07-14 Pedro Alves <palves@redhat.com>
14478
14479 PR gdb/17072
14480 * gdb.base/paginate-bg-execution.c: New file.
14481 * gdb.base/paginate-bg-execution.exp: New file.
14482
14483 2014-07-14 Pedro Alves <palves@redhat.com>
14484
14485 PR gdb/17072
14486 * gdb.base/paginate-execution-startup.c: New file.
14487 * gdb.base/paginate-execution-startup.exp: New file.
14488 * lib/gdb.exp (pagination_prompt): New global.
14489 (default_gdb_spawn): New procedure, factored out from
14490 default_gdb_spawn.
14491 (default_gdb_start): Adjust to call default_gdb_spawn.
14492 (gdb_spawn): New procedure.
14493
14494 2014-07-14 Pedro Alves <palves@redhat.com>
14495
14496 * lib/gdb.exp (gdb_assert): New procedure.
14497 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14498
14499 2014-07-14 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.base/execution-termios.c: New file.
14502 * gdb.base/execution-termios.exp: New file.
14503
14504 2014-07-14 Tom Tromey <tromey@redhat.com>
14505
14506 * gdb.cp/vla-cxx.cc: New file.
14507 * gdb.cp/vla-cxx.exp: New file.
14508
14509 2014-07-14 Tom Tromey <tromey@redhat.com>
14510
14511 * gdb.reverse/rerun-prec.c: New file.
14512 * gdb.reverse/rerun-prec.exp: New file.
14513
14514 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14515 Maciej W. Rozycki <macro@codesourcery.com>
14516
14517 * lib/gdb-utils.exp: New file.
14518 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14519 inline `gdb_init_command' processing.
14520 (gdb_start_cmd): Likewise.
14521 * lib/mi-support.exp (mi_run_cmd): Likewise.
14522 * README: Document `gdb_init_command' and `gdb_init_commands'.
14523
14524 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14525
14526 Fix false FAIL running under a very long directory name.
14527 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14528 and "set print elements 10000". Twice.
14529
14530 2014-07-11 Yao Qi <yao@codesourcery.com>
14531
14532 * gdb.base/exprs.exp: "set print symbol off".
14533
14534 2014-07-11 Pedro Alves <palves@redhat.com>
14535
14536 * gdb.threads/kill.c: New file.
14537 * gdb.threads/kill.exp: New file.
14538
14539 2014-07-10 Yao Qi <yao@codesourcery.com>
14540
14541 * gdb.trace/tfile.c (write_basic_trace_file)
14542 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14543 address written to trace file.
14544
14545 2014-07-09 Pedro Alves <palves@redhat.com>
14546
14547 * gdb.base/attach-wait-input.exp: New file.
14548 * gdb.base/attach-wait-input.c: New file.
14549
14550 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14551
14552 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14553 setting up test structures.
14554 (main): Call new test function.
14555 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14556 test function, continue into test function and walk test
14557 structures.
14558
14559 2014-07-02 Yao Qi <yao@codesourcery.com>
14560
14561 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14562 'bar_start' at the beginning of functions 'foo' and 'bar'
14563 respectively.
14564 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14565 instead of 'foo' and 'bar'.
14566
14567 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14568
14569 * gdb.btrace/segv.exp: New.
14570 * gdb.btrace/segv.c: New.
14571
14572 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14573
14574 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14575 instruction.
14576
14577 2014-06-30 Mark Wielaard <mjw@redhat.com>
14578
14579 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14580 vulture, vilify, villar): New volatile array constants.
14581 (vindictive, vegetation): New const volatile array constants.
14582 * gdb.base/volatile.exp: Test volatile and const volatile array
14583 types.
14584
14585 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14586
14587 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14588 target lacks support for awatch, rwatch, or hbreak.
14589
14590 2014-06-27 Yao Qi <yao@codesourcery.com>
14591
14592 * gdb.multi/dummy-frame-restore.exp: New.
14593 * gdb.multi/dummy-frame-restore.c: New.
14594
14595 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14596
14597 * gdb.btrace/gcore.exp: New.
14598
14599 2014-06-23 Pedro Alves <palves@redhat.com>
14600
14601 * gdb.base/watchpoint-reuse-slot.c: New file.
14602 * gdb.base/watchpoint-reuse-slot.exp: New file.
14603
14604 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14605
14606 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14607 progspace's filename in 'info', 'enable' and 'disable' command
14608 tests.
14609
14610 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14611
14612 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14613 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14614 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14615
14616 2014-06-20 Gary Benson <gbenson@redhat.com>
14617
14618 * gdb.arch/i386-avx.exp: Fix include file location.
14619 * gdb.arch/i386-sse.exp: Likewise.
14620
14621 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14622
14623 * gdb.dlang/expression.exp: New file.
14624
14625 2014-06-19 Pedro Alves <palves@redhat.com>
14626
14627 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14628 out from ...
14629 (top level): ... here. Iterate running tests under different
14630 scheduler-locking settings.
14631
14632 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14633
14634 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14635 to DW_FORM_addr and use non-zero addresses.
14636
14637 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14638
14639 PR gdb/17017
14640 * gdb.python/py-xmethods.cc: Add global function call counters and
14641 increment them in their respective functions. Remove "cout"
14642 statements.
14643 * gdb.python/py-xmethods.exp: Make tests check the global function
14644 call counters instead of depending on inferior IO.
14645
14646 2014-06-18 Don Breazeal <donb@codesourcery.com>
14647
14648 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14649 Deleted procedure.
14650 (explicit_fork_parent_follow): Deleted procedure.
14651 (explicit_fork_child_follow): Deleted procedure.
14652 (test_follow_fork): New procedure.
14653 (do_fork_tests): Replace calls to deleted procedures with
14654 calls to test_follow_fork and reset GDB for subsequent
14655 procedure calls.
14656
14657 2014-06-17 Yao Qi <yao@codesourcery.com>
14658
14659 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14660 CP1252.
14661
14662 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14663
14664 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14665 Initialize ptr and S explicitly.
14666 (skip_type_update_when_not_use_rtti_test): Likewise.
14667
14668 2014-06-16 Keith Seitz <keiths@redhat.com>
14669
14670 PR mi/15863
14671 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14672 the inferior is started.
14673
14674 2014-06-16 Pedro Alves <palves@redhat.com>
14675
14676 * gdb.base/break-main-file-remove-fail.c: New file.
14677 * gdb.base/break-main-file-remove-fail.exp: New file.
14678 * gdb.base/break-unload-file.exp: Use build_executable instead of
14679 prepare_for_testing.
14680 (test_break): New parameter "initial_load". Handle it.
14681 (top level): Add initial_load cmdline/file axis.
14682
14683 2014-06-12 Tom Tromey <tromey@redhat.com>
14684
14685 * gdb.base/completion.exp: Don't use directory name in test.
14686
14687 2014-06-09 Gary Benson <gbenson@redhat.com>
14688
14689 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14690 separate the always-available ANSI-standard signals from the
14691 signals that require checking.
14692 (main): Likewise.
14693 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14694 Likewise.
14695 (main): Likewise.
14696
14697 2014-06-07 Keith Seitz <keiths@redhat.com>
14698
14699 Revert:
14700 PR c++/16253
14701 * gdb.cp/var-tag.cc: New file.
14702 * gdb.cp/var-tag.exp: New file.
14703 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14704 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14705 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14706 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14707
14708 2014-06-06 Doug Evans <xdje42@gmail.com>
14709
14710 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14711
14712 2014-06-06 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14715 in target debug output instead of looking at RSP packets,
14716 disabling the test on any target that uses hardware stepping.
14717 Update comments.
14718
14719 2014-06-06 Pedro Alves <palves@redhat.com>
14720
14721 * gdb.base/break-unload-file.exp: Fix typo.
14722
14723 2014-06-06 Yao Qi <yao@codesourcery.com>
14724
14725 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14726 from "jit_function" to "^jit_function".
14727
14728 2014-06-06 Yao Qi <yao@codesourcery.com>
14729
14730 * gdb.base/async.c (foo): Add one statement.
14731 * gdb.base/async.exp: Get the next instruction address and
14732 match the output of "nexti" by instruction address. Match
14733 the hex address in the output of "finish".
14734
14735 2014-06-06 Gary Benson <gbenson@redhat.com>
14736
14737 * gdb.base/call-signals.c: Remove preprocessor conditionals
14738 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14739 SIGSEGV and SIGTERM.
14740 * gdb.base/sigall.c: Likewise.
14741 * gdb.base/unwindonsignal.c: Likewise.
14742 * gdb.reverse/sigall-reverse.c: Likewise.
14743
14744 2014-06-06 Yao Qi <yao@codesourcery.com>
14745
14746 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14747 readable, skip the test.
14748
14749 2014-06-06 Yao Qi <yao@codesourcery.com>
14750
14751 * gdb.threads/staticthreads.c (thread_function): Move the line
14752 setting breakpoint on forward.
14753 * gdb.threads/staticthreads.exp: Update comments.
14754
14755 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14756
14757 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14758 "history-append! type error".
14759
14760 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14761
14762 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14763 erroneous dprintf expected input.
14764
14765 2014-06-04 Doug Evans <xdje42@gmail.com>
14766
14767 * gdb.guile/scm-generics.exp: Delete.
14768
14769 2014-06-04 Doug Evans <xdje42@gmail.com>
14770
14771 * gdb.guile/scm-breakpoint.exp: Update.
14772 Add tests for breakpoint registration.
14773
14774 2014-06-04 Tom Tromey <tromey@redhat.com>
14775
14776 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14777 VLA-in-union.
14778 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14779 inner_vla_struct, vla_union types. Initialize objects of those
14780 types and compute their sizes.
14781
14782 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14783 Hui Zhu <hui@codesourcery.com>
14784
14785 * gdb.base/fileio.exp: Add test for shell not available as well as
14786 available.
14787 * gdb.base/fileio.c (test_system): Check for shell twice.
14788
14789 2014-06-04 Yao Qi <yao@codesourcery.com>
14790
14791 * gdb.base/auto-connect-native-target.exp: Remove redundant
14792 space from the regexp pattern.
14793
14794 2014-06-04 Yao Qi <yao@codesourcery.com>
14795
14796 * gdb.base/default.exp: Replace "child" with "native" in
14797 regexp pattern.
14798
14799 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14800
14801 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14802 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14803 * gdb.python/py-xmethods.py: Python script supporting the
14804 new testcase and tests.
14805
14806 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14807 Pedro Alves <palves@redhat.com>
14808
14809 PR breakpoints/17000
14810 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14811 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14812
14813 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14814
14815 * gdb.base/subst.exp: Add tests to verify partial path matching
14816 output.
14817
14818 2014-06-03 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14821 target that doesn't use software single-stepping.
14822
14823 2014-06-03 Pedro Alves <palves@redhat.com>
14824
14825 PR breakpoints/17000
14826 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14827 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14828
14829 2014-06-02 Doug Evans <xdje42@gmail.com>
14830
14831 * gdb.guile/scm-parameter.exp: New file.
14832
14833 2014-06-02 Doug Evans <xdje42@gmail.com>
14834
14835 * gdb.guile/scm-cmd.c: New file.
14836 * gdb.guile/scm-cmd.exp: New file.
14837
14838 2014-06-02 Doug Evans <xdje42@gmail.com>
14839
14840 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14841 pretty-printer lookup.
14842 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14843 (make-pp_s-printer): Call it.
14844 (make-pretty-printer-from-dict): New function.
14845 (lookup-pretty-printer-maker-from-dict): New function.
14846 (*pretty-printer*): Simplify.
14847 (make-objfile-pp_s-printer): New function.
14848 (install-objfile-pretty-printers!): New function.
14849 (make-progspace-pp_s-printer): New function.
14850 (install-progspace-pretty-printers!): New function.
14851 * gdb.guile/scm-progspace.c: New file.
14852 * gdb.guile/scm-progspace.exp: New file.
14853
14854 2014-06-02 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.base/dprintf-bp-same-addr.c: New file.
14857 * gdb.base/dprintf-bp-same-addr.exp: New file.
14858
14859 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14860
14861 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14862 * gdb.arch/powerpc-power.s: Likewise.
14863
14864 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14865
14866 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14867
14868 2014-06-01 Yao Qi <yao@codesourcery.com>
14869
14870 * gdb.base/watchpoint.exp (test_watch_location): Check null
14871 pointer can be dereferenced. If not, do the test, otherwise
14872 skip it.
14873
14874 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14875
14876 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14877 results.
14878 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14879
14880 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14881
14882 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14883 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14884 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14885 * gdb.arch/amd64-invalid-stack-top.c: New file.
14886 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14887
14888 2014-05-30 Pedro Alves <palves@redhat.com>
14889
14890 PR breakpoints/17000
14891 * gdb.base/sss-bp-on-user-bp.c: New file.
14892 * gdb.base/sss-bp-on-user-bp.exp: New file.
14893
14894 2014-05-30 David Blaikie <dblaikie@gmail.com>
14895
14896 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14897 gnu_inline semantics via attribute.
14898 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14899 source explicitly specifies the required semantics.
14900
14901 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14902
14903 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14904
14905 2014-05-29 Pedro Alves <palves@redhat.com>
14906 Tom Tromey <tromey@redhat.com>
14907
14908 * gdb.base/async-shell.exp: Don't enable target-async.
14909 * gdb.base/async.exp
14910 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14911 parameter. Adjust.
14912 (top level): Don't test with "target-async".
14913 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14914 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14915 * gdb.base/inferior-died.exp: Don't enable target-async.
14916 * gdb.base/interrupt-noterm.exp: Likewise.
14917 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14918 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14919 * gdb.mi/mi-nonstop.exp: Likewise.
14920 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14921 * gdb.mi/mi-nsintrall.exp: Likewise.
14922 * gdb.mi/mi-nsmoribund.exp: Likewise.
14923 * gdb.mi/mi-nsthrexec.exp: Likewise.
14924 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14925 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14926 * gdb.python/py-evsignal.exp: Don't enable target-async.
14927 * gdb.python/py-evthreads.exp: Likewise.
14928 * gdb.python/py-prompt.exp: Likewise.
14929 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14930 * gdb.server/solib-list.exp: Don't enable target-async.
14931 * gdb.threads/thread-specific-bp.exp: Likewise.
14932 * lib/mi-support.exp: Adjust to use mi-async.
14933
14934 2014-05-29 Pedro Alves <palves@redhat.com>
14935
14936 PR gdb/13860
14937 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14938 reason, even in sync mode.
14939
14940 2014-05-29 Pedro Alves <palves@redhat.com>
14941 Hui Zhu <hui@codesourcery.com>
14942
14943 PR PR15693
14944 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14945 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14946 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14947 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14948
14949 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14950
14951 * config/monitor.exp (gdb_target_monitor): Replace use of
14952 "set remotebaud" by "set serial baud".
14953
14954 2014-05-26 Andy Wingo <wingo@igalia.com>
14955
14956 * gdb.guile/scm-breakpoint.exp:
14957 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14958 properties instead of gdb-object-properties.
14959
14960 2014-05-26 Yao Qi <yao@codesourcery.com>
14961
14962 * gdb.server/no-thread-db.exp: Specify source file name
14963 explicitly when setting a breakpoint.
14964
14965 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14966
14967 * gdb.btrace/vdso.c: New.
14968 * gdb.btrace/vdso.exp: New.
14969
14970 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14971
14972 * gdb.base/gcore.exp (capture_command_output): Move ...
14973 * lib/gdb.exp (capture_command_output): ... here.
14974
14975 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14976
14977 * gdb.btrace/data.exp: Test memory access during btrace replay.
14978
14979 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14980
14981 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14982
14983 2014-05-21 Pedro Alves <palves@redhat.com>
14984
14985 PR gdb/13860
14986 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14987 (top level): Test that output related to execution commands is
14988 sent to the console with CLI commands, but not with MI commands.
14989 Test that breakpoint events are always mirrored to the console.
14990 Also expect the new source line to be output after a "next" in
14991 async mode too. Make it a pass/fail test.
14992 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14993 output.
14994 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14995
14996 2014-05-21 Pedro Alves <palves@redhat.com>
14997
14998 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14999 Use them to test variations of "list" after reaching a breakpoint.
15000 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15001 Test "list" with listsize 10 after reaching a breakpoint.
15002 * gdb.python/python.exp (decode_line current location line
15003 number): Adjust expected line number.
15004
15005 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15006
15007 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15008 behavior for $args, pass it directly to "run".
15009
15010 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15011
15012 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15013 30000 to 65536.
15014
15015 2014-05-21 Pedro Alves <palves@redhat.com>
15016
15017 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15018 auto-connect-native-target off".
15019 * gdb.base/auto-connect-native-target.c: New file.
15020 * gdb.base/auto-connect-native-target.exp: New file.
15021
15022 2014-05-21 Pedro Alves <palves@redhat.com>
15023
15024 * gdb.base/default.exp: Test "target native" instead of "target
15025 child".
15026
15027 2014-05-21 Mark Wielaard <mjw@redhat.com>
15028
15029 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15030
15031 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15032
15033 Fix TLS access for -static -pthread.
15034 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15035 <HAVE_TLS> (thread_function, main): Initialize it.
15036 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15037 Add clean_restart.
15038 <$have_tls != "">: Check TLSVAR.
15039
15040 2014-05-21 Pedro Alves <palves@redhat.com>
15041
15042 * gdb.base/dcache-line-read-error.c: New.
15043 * gdb.base/dcache-line-read-error.exp: New.
15044
15045 2014-05-20 Pedro Alves <palves@redhat.com>
15046
15047 * gdb.base/compare-sections.c: New file.
15048 * gdb.base/compare-sections.exp: New file.
15049
15050 2014-05-20 Pedro Alves <palves@redhat.com>
15051
15052 * gdb.base/break-idempotent.c: New file.
15053 * gdb.base/break-idempotent.exp: New file.
15054
15055 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15056
15057 * gdb.btrace/nohist.exp: New.
15058
15059 2014-05-20 Yao Qi <yao@codesourcery.com>
15060
15061 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15062 gdb.reverse directory and gdb_reverse_timeout exists in board
15063 setting.
15064 * README: Document gdb_reverse_timeout.
15065
15066 2014-05-20 Yao Qi <yao@codesourcery.com>
15067
15068 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15069 'test_file_name'. Treat args as a string instead of a list.
15070 (gdb_init): Rename argument 'args' by 'test_file_name'.
15071
15072 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15073
15074 * gdb.arch/powerpc-power.exp: New file.
15075 * gdb.arch/powerpc-power.s: New file.
15076
15077 2014-05-16 Doug Evans <dje@google.com>
15078
15079 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15080 * gdb.base/completion.exp: Check that all expected files exist
15081 before doing file completion.
15082
15083 2014-05-16 Doug Evans <dje@google.com>
15084
15085 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15086 Update.
15087 (do_syscall_tests_without_xml): Update.
15088
15089 2014-05-16 Pedro Alves <palves@redhat.com>
15090
15091 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15092 instead of "unknown output after running".
15093
15094 2014-05-16 Yao Qi <yao@codesourcery.com>
15095
15096 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15097 file1.txt from host at the end.
15098 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15099
15100 2014-05-15 Doug Evans <dje@google.com>
15101
15102 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15103 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15104 loading file. Add test for TU lookup.
15105
15106 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15107
15108 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15109 calling "-exec-arguments" or "set args" before running the
15110 inferior.
15111
15112 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15113
15114 * lib/mi-support.exp (mi_expect_stop): Expect message for
15115 inferiors that exit with non-zero exit code.
15116
15117 2014-05-14 Yao Qi <yao@codesourcery.com>
15118
15119 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15120 match absolute path on remote host.
15121 (test_file_list_exec_source_files): Remove "/" from the
15122 pattern.
15123
15124 2014-05-14 Yao Qi <yao@codesourcery.com>
15125
15126 * boards/local-remote-host-notty.exp (${board}_file): New
15127 proc.
15128
15129 2014-05-07 Kyle McMartin <kyle@redhat.com>
15130
15131 Pushed by Joel Brobecker <brobecker@adacore.com>.
15132 * gdb.arch/aarch64-atomic-inst.c: New file.
15133 * gdb.arch/aarch64-atomic-inst.exp: New file.
15134
15135 2014-05-07 Yao Qi <yao@codesourcery.com>
15136
15137 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15138 in current context" too.
15139
15140 2014-05-05 Keith Seitz <keiths@redhat.com>
15141
15142 * gdb.linespec/ls-dollar.exp: Add test for linespec
15143 file:convenience_variable.
15144
15145 2014-05-05 Yao Qi <yao@codesourcery.com>
15146
15147 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15148 traceframes into tfile and ctf trace files. Read data from
15149 trace file and test collected data.
15150 (gdb_collect_locals_test): Likewise.
15151 (gdb_unavailable_registers_test): Likewise.
15152 (gdb_unavailable_floats): Likewise.
15153 (gdb_collect_globals_test): Likewise.
15154 (top-level): Append "ctf" to trace_file_targets if GDB
15155 supports.
15156
15157 2014-05-05 Yao Qi <yao@codesourcery.com>
15158
15159 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15160 code to ...
15161 (gdb_collect_args_test_1): ... it. New proc.
15162 (gdb_collect_locals_test): Move some code to ...
15163 (gdb_collect_locals_test_1): ... it. New proc.
15164 (gdb_unavailable_registers_test): Move some code to ...
15165 (gdb_unavailable_registers_test_1): ... it. New proc.
15166 (gdb_unavailable_floats): Move some code to ...
15167 (gdb_unavailable_floats_1): ... it. New proc.
15168
15169 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15170
15171 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15172 probes to test for bitness recognition.
15173 * gdb.arch/amd64-stap-optional-prefix.exp
15174 (test_probe_value_without_reg): New procedure.
15175 Add code to test for different kinds of bitness.
15176
15177 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15178
15179 PR breakpoints/16889
15180 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15181 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15182
15183 2014-05-01 Pedro Alves <palves@redhat.com>
15184
15185 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15186 gdb_file_cmd if no file is specified.
15187 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15188 last_loaded_file to set the remote exec-file.
15189
15190 2014-05-01 Pedro Alves <palves@redhat.com>
15191
15192 * boards/local-remote-host.exp: New file.
15193
15194 2014-05-01 Pedro Alves <palves@redhat.com>
15195
15196 * boards/local-remote-host.exp: Rename to ...
15197 * boards/local-remote-host-notty.exp: ... this.
15198
15199 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15200
15201 * gdb.ada/dyn_arrayidx: New testcase.
15202
15203 2014-04-26 Yao Qi <yao@codesourcery.com>
15204
15205 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15206 and compute the length of function main. Save it in
15207 $main_length.
15208 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15209 (top-level): Use gdb_compile to compile objects into
15210 executable and restart GDB. Remove invocation to
15211 prepare_for_testing.
15212
15213 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15214 Pedro Alves <palves@redhat.com>
15215
15216 PR server/16255
15217 * gdb.multi/multi-attach.c: New file.
15218 * gdb.multi/multi-attach.exp: New file.
15219
15220 2014-04-25 Pedro Alves <palves@redhat.com>
15221
15222 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15223 user.
15224 (top level): Test that "set remote conditional-breakpoints-packet
15225 off" works as intended.
15226 * gdb.base/dprintf.exp: Test that "set remote
15227 breakpoint-commands-packet off" works as intended.
15228 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15229 New function.
15230 (top level): Call it.
15231 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15232 remote fast-tracepoints-packet off" works as intended.
15233 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15234 * lib/gdb.exp (gdb_is_target_remote): ... here.
15235
15236 2014-04-24 David Blaikie <dblaikie@gmail.com>
15237
15238 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15239 ensure clang would not discard them.
15240 * gdb.base/gdbvars.c: Ditto.
15241 * gdb.base/memattr.c: Ditto.
15242 * gdb.base/whatis.c: Ditto.
15243 * gdb.python/py-prettyprint.c: Ditto.
15244 * gdb.trace/actions.c: Ditto.
15245 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15246 ensure clang would not discard it.
15247
15248 2014-04-24 David Blaikie <dblaikie@gmail.com>
15249
15250 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15251 clang to emit the full definition of type required by the test
15252 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15253
15254 2014-04-24 David Blaikie <dblaikie@gmail.com>
15255
15256 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15257 coax Clang into emitting the definition of the type.
15258 * gdb.cp/pr10728-x.h (y): Ditto.
15259 * gdb.cp/pr10728-y.cc (y): Ditto.
15260
15261 2014-04-24 David Blaikie <dblaikie@gmail.com>
15262
15263 * gdb.base/label.exp: XFAIL label related tests under Clang.
15264 * gdb.cp/cplabel.exp: Ditto.
15265 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15266 under Clang those using labels.
15267
15268 2014-04-25 Yao Qi <yao@codesourcery.com>
15269
15270 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15271 double_label.
15272 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15273 partial_label and double_label.
15274
15275 2014-04-24 David Blaikie <dblaikie@gmail.com>
15276
15277 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15278
15279 2014-04-24 David Blaikie <dblaikie@gmail.com>
15280
15281 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15282 of the function to work across GCC and Clang.
15283 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15284 pointer types (const void ** const V void **).
15285
15286 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15287 Walfred Tedeschi <walfred.tedeschi@intel.com>
15288
15289 * Makefile.in (EXECUTABLES): Added i386-avx512.
15290 * gdb.arch/i386-avx512.c: New file.
15291 * gdb.arch/i386-avx512.exp: Likewise.
15292
15293 2014-04-23 Keith Seitz <keiths@redhat.com>
15294
15295 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15296 (mi_make_breakpoint_table): New procedure.
15297 (mi_create_breakpoint): Use mi_make_breakpoint
15298 and return the result.
15299 (mi_make_breakpoint): New procedure.
15300 (mi_build_kv_pairs): New procedure.
15301
15302 * gdb.mi/mi-break.exp: Remove unused globals,
15303 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15304 All callers updated.
15305 * gdb.mi/mi-dprintf.exp: Use variable to track command
15306 number.
15307 Update all callers of mi_create_breakpoint and use
15308 mi_make_breakpoint_table.
15309 Remove any unused global variables.
15310 * gdb.mi/mi-nonstop.exp: Likewise.
15311 * gdb.mi/mi-nsintrall.exp: Likewise.
15312 * gdb.mi/mi-nsmoribund.exp: Likewise.
15313 * gdb.mi/mi-nsthrexec.exp: Likewise.
15314 * gdb.mi/mi-reverse.exp: Likewise.
15315 * gdb.mi/mi-simplerun.exp: Likewise.
15316 * gdb.mi/mi-stepn.exp: Likewise.
15317 * gdb.mi/mi-syn-frame.exp: Likewise.
15318 * gdb.mi/mi-until.exp: Likewise.
15319 * gdb.mi/mi-var-cp.exp: Likewise.
15320 * gdb.mi/mi-var-display.exp: Likewise.
15321 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15322 * gdb.mi/mi2-var-child.exp: Likewise.
15323 * gdb.mi/mi-vla-c99.exp: Likewise.
15324 * lib/mi-support.exp: Likewise.
15325
15326 From Ian Lance Taylor <iant@cygnus.com>:
15327 * lib/gdb.exp (parse_args): New procedure.
15328
15329 2014-04-23 Pedro Alves <palves@redhat.com>
15330
15331 * gdb.base/break-unload-file.c: New file.
15332 * gdb.base/break-unload-file.exp: New file.
15333 * gdb.base/sym-file-lib.c (baz): New function.
15334 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15335 field.
15336 (load): Store the segment's mapped size.
15337 (unload): New function.
15338 (unload_shlib): New function.
15339 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15340 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15341 set a breakpoint at baz, and call it.
15342 * gdb.base/sym-file.exp: New tests for stale breakpoint
15343 instructions.
15344
15345 2014-04-23 Pedro Alves <palves@redhat.com>
15346
15347 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15348 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15349 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15350 * gdb.base/hbreak-unmapped.c: New file.
15351 * gdb.base/hbreak-unmapped.exp: New file.
15352 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15353 * lib/gdb.exp (gdb_is_target_remote): ... here.
15354
15355 2014-04-22 Pedro Alves <palves@redhat.com>
15356
15357 * gdb.base/consecutive-step-over.c: New file.
15358 * gdb.base/consecutive-step-over.exp: New file.
15359
15360 2014-04-22 Pedro Alves <palves@redhat.com>
15361
15362 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15363 instead of send_gdb/gdb_expect.
15364
15365 2014-04-22 Yao Qi <yao@codesourcery.com>
15366
15367 * lib/trace-support.exp (generate_tracefile): New procedure.
15368 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15369 return 0.
15370 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15371 if generate_tracefile returns 1.
15372
15373 2014-04-18 Tom Tromey <palves@redhat.com>
15374 Pedro alves <tromey@redhat.com>
15375
15376 PR backtrace/15558
15377 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15378 with a backtrace limit.
15379 * gdb.python/py-frame-inline.exp: Test running to an inline
15380 function with a backtrace limit, and printing the newest frame.
15381 * gdb.python/py-frame-inline.c (main): Call f.
15382
15383 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15384
15385 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15386
15387 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15388
15389 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15390 Drop prefix from unsupported source file path.
15391
15392 2014-04-17 Yao Qi <yao@codesourcery.com>
15393
15394 * lib/gdb.exp (with_target_charset): New proc.
15395 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15396 with_target_charset.
15397 (test_print_strings): Likewise.
15398 (test_repeat_bytes): Likewise.
15399 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15400 for some tests.
15401
15402 2014-04-16 Keith Seitz <keiths@redhat.com>
15403
15404 PR gdb/15827
15405 * gdb.dwarf2/corrupt.c: New file.
15406 * gdb.dwarf2/corrupt.exp: New file.
15407
15408 2014-04-16 Keith Seitz <keiths@redhat.com>
15409
15410 PR c++/16597
15411 * gdb.cp/namelessclass.cc: New file.
15412 * gdb.cp/namelessclass.exp: New file.
15413 * gdb.cp/namelessclass.S: New file.
15414
15415 2014-04-16 Doug Evans <dje@google.com>
15416
15417 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15418 Add comment.
15419 (gdbserver_default_get_comm_port): New function.
15420 (gdbserver_start): Check if board file provided
15421 "gdbserver,get_comm_port" and use it if so.
15422 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15423 (gdb,socketport): Set to "stdio".
15424 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15425 (stdio_gdbserver_template): Delete.
15426 (${board}_get_remote_address): Update.
15427 (${board}_build_remote_cmd): Delete.
15428 (${board}_get_comm_port): New function.
15429 (${board}_spawn): Update.
15430 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15431 Delete.
15432 (${board}_get_remote_address): Update.
15433 (${board}_get_comm_port): New function.
15434
15435 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15436
15437 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15438 appearing in any order.
15439
15440 2014-04-15 Doug Evans <dje@google.com>
15441
15442 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15443 uninitialized value of "description".
15444
15445 2014-04-15 Keith Seitz <keiths@redhat.com>
15446
15447 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15448 Remove unused globals.
15449 (test_running_the_program): Likewise.
15450 (test_controlled_execution): Likewise.
15451 (test_controlling_breakpoints): Likewise.
15452 (test_program_termination): Likewise.
15453
15454 2014-04-15 Keith Seitz <keiths@redhat.com>
15455
15456 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15457 unused globals.
15458 (test_rbreak_creation_and_listing): Likewise.
15459 (test_ignore_count): Likewise.
15460 (test_error): Likewise.
15461
15462 2014-04-15 Pedro Alves <palves@redhat.com>
15463
15464 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15465 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15466 sym-file-loader.c.
15467 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15468 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15469 to sym-file-loader.c.
15470 (struct library): Forward declare.
15471 (load_shlib, lookup_function): Change prototypes.
15472 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15473 (translate_offset): Remove declarations.
15474 (get_text_addr): New declaration.
15475 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15476 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15477 sym-file-loader.h.
15478 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15479 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15480 here from sym-file-loader.h.
15481 (struct library): New structure.
15482 (load_shlib, lookup_function): Change prototypes and adjust to
15483 work with a struct library.
15484 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15485 (translate_offset): Make static.
15486 (get_text_addr): New function.
15487 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15488
15489 2014-04-15 Pedro Alves <palves@redhat.com>
15490
15491 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15492
15493 2014-04-15 Pedro Alves <palves@redhat.com>
15494
15495 * gdb.base/sym-file-loader.c: Include <limits.h>.
15496 (SELF_LINK): New define.
15497 (get_origin): New function.
15498 (load_shlib): Use it.
15499 * gdb.base/sym-file.exp: Don't early return if the target is
15500 remote. Use runto_main, and issue fail is that fails. Use
15501 gdb_load_shlibs.
15502 (shlib_name): Delete.
15503 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15504
15505 2014-04-15 Pedro Alves <palves@redhat.com>
15506
15507 * gdb.base/sym-file.exp: Remove regex characters from test
15508 message. Don't refer to breakpoint numbers in test messages.
15509
15510 2014-04-14 Keith Seitz <keiths@redhat.com>
15511
15512 PR c++/16253
15513 * gdb.cp/var-tag.cc: New file.
15514 * gdb.cp/var-tag.exp: New file.
15515 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15516 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15517 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15518 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15519
15520 2014-04-14 Tom Tromey <tromey@redhat.com>
15521
15522 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15523 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15524 type.
15525 * gdb.cp/enum-class.exp: New file.
15526 * gdb.cp/enum-class.cc: New file.
15527
15528 2014-04-14 Tom Tromey <tromey@redhat.com>
15529
15530 * gdb.dwarf2/enum-type.exp: New file.
15531
15532 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15533
15534 * gdb.mi/mi-vla-c99.exp: New file.
15535 * gdb.mi/vla.c: New file.
15536
15537 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15538
15539 * gdb.base/vla-datatypes.c: New file.
15540 * gdb.base/vla-datatypes.exp: New file.
15541
15542 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15543
15544 * gdb.base/vla-ptr.c: New file.
15545 * gdb.base/vla-ptr.exp: New file.
15546
15547 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15548
15549 * gdb.dwarf2/count.exp: New file.
15550
15551 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15552
15553 * gdb.base/vla-sideeffect.c: New file.
15554 * gdb.base/vla-sideeffect.exp: New file.
15555
15556 2014-04-14 David Blaikie <dblaikie@gmail.com>
15557
15558 * gdb.mi/non-stop.c: Add return value for non-void function return
15559 statement.
15560 * gdb.threads/staticthreads.c: Ditto.
15561
15562 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15563 Doug Evans <xdje42@gmail.com>
15564
15565 * gdb.guile/scm-value.c: Improve test case.
15566 * gdb.guile/scm-value.exp: Add new test.
15567
15568 2014-04-11 David Blaikie <dblaikie@gmail.com>
15569
15570 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15571 override Clang's default.
15572
15573 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15574
15575 Revert the following changes (regressions):
15576
15577 * gdb.base/vla-sideeffect.c: New file.
15578 * gdb.base/vla-sideeffect.exp: New file.
15579
15580 * gdb.dwarf2/count.exp: New file.
15581
15582 * gdb.base/vla-multi.c: New file.
15583 * gdb.base/vla-multi.exp: New file.
15584
15585 * gdb.base/vla-ptr.c: New file.
15586 * gdb.base/vla-ptr.exp: New file.
15587
15588 * gdb.base/vla-datatypes.c: New file.
15589 * gdb.base/vla-datatypes.exp: New file.
15590
15591 * gdb.mi/mi-vla-c99.exp: New file.
15592 * gdb.mi/vla.c: New file.
15593
15594 2014-04-11 Keith Seitz <keiths@redhat.com>
15595
15596 PR c++/16675
15597 * gdb.cp/cpsizeof.exp: New file.
15598 * gdb.cp/cpsizeof.cc: New file.
15599
15600 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15601
15602 * gdb.mi/mi-vla-c99.exp: New file.
15603 * gdb.mi/vla.c: New file.
15604
15605 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15606
15607 * gdb.base/vla-datatypes.c: New file.
15608 * gdb.base/vla-datatypes.exp: New file.
15609
15610 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15611
15612 * gdb.base/vla-ptr.c: New file.
15613 * gdb.base/vla-ptr.exp: New file.
15614
15615 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15616
15617 * gdb.base/vla-multi.c: New file.
15618 * gdb.base/vla-multi.exp: New file.
15619
15620 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15621
15622 * gdb.dwarf2/count.exp: New file.
15623
15624 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15625
15626 * gdb.base/vla-sideeffect.c: New file.
15627 * gdb.base/vla-sideeffect.exp: New file.
15628
15629 2014-04-11 Yao Qi <yao@codesourcery.com>
15630
15631 * gdb.base/completion.exp: Check file exists before running tests
15632 on file completion.
15633
15634 2014-04-10 Pedro Alves <palves@redhat.com>
15635
15636 * gdb.base/cond-eval-mode.c: New file.
15637 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15638 prepare_for_testing to build the new file. Check result of
15639 runto_main.
15640 (test_break, test_watch): New procedures.
15641 (top level): Use them.
15642
15643 2014-04-08 Pierre Muller <muller@sourceware.org>
15644
15645 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15646 Ctrl-V use for mingw hosts.
15647
15648 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15649
15650 * gdb.python/py-value.c: Improve test case.
15651 * gdb.python/py-value.exp: Add new test.
15652
15653 2014-04-07 David Blaikie <dblaikie@gmail.com>
15654
15655 * lib/compiler.c: Identify the clang compiler.
15656 * lib/compiler.cc: Ditto.
15657
15658 2014-04-03 Yao Qi <yao@codesourcery.com>
15659
15660 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15661
15662 2014-04-01 Anton Blanchard <anton@samba.org>
15663
15664 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15665 messages unique.
15666
15667 2014-04-01 Anton Blanchard <anton@samba.org>
15668
15669 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15670 prepare_for_testing.
15671
15672 2014-04-01 Anton Blanchard <anton@samba.org>
15673
15674 * gdb.arch/ppc64-atomic-inst.c: Remove.
15675 * gdb.arch/ppc64-atomic-inst.S: New file.
15676 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15677
15678 2014-03-31 Doug Evans <dje@google.com>
15679
15680 * gdb.base/print-symbol-loading-lib.c: New file.
15681 * gdb.base/print-symbol-loading-main.c: New file.
15682 * gdb.base/print-symbol-loading.exp: New file.
15683
15684 2014-03-31 Yao Qi <yao@codesourcery.com>
15685
15686 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15687
15688 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15689
15690 * gdb.ada/mi_dyn_arr: New testcase.
15691
15692 2014-03-27 Doug Evans <dje@google.com>
15693
15694 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15695
15696 2014-03-27 Yao Qi <yao@codesourcery.com>
15697
15698 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15699 if target is nios2-*-*.
15700
15701 2014-03-26 Yao Qi <yao@codesourcery.com>
15702
15703 * lib/gdb.exp (readline_is_used): New proc.
15704 * gdb.base/completion.exp: Move tests on command complete up.
15705 Skip the rest of tests if readline is not used.
15706 * gdb.ada/complete.exp: Skp the test if readline is not
15707 used.
15708 * gdb.base/filesym.exp: Likewise.
15709 * gdb.base/macscp.exp: Likewise.
15710 * gdb.base/readline-ask.exp: Likewise.
15711 * gdb.base/readline.exp: Likewise.
15712 * gdb.python/py-cmd.exp: Likewise.
15713 * gdb.trace/tfile.exp: Likewise.
15714
15715 2014-03-26 Yao Qi <yao@codesourcery.com>
15716
15717 * gdb.base/macscp.exp: Fix code format issues.
15718
15719 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15720
15721 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15722 * gdb.asm/powerpc64le.inc: New file.
15723
15724 2014-03-25 Pedro Alves <palves@redhat.com>
15725 Doug Evans <dje@google.com>
15726
15727 * gdb.base/source-execution.c: New file.
15728 * gdb.base/source-execution.exp: New file.
15729 * gdb.base/source-execution.gdb: New file.
15730
15731 2014-03-24 Doug Evans <dje@google.com>
15732
15733 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15734 using fission.
15735
15736 2014-03-24 Hui Zhu <hui@codesourcery.com>
15737 Pedro Alves <palves@redhat.com>
15738
15739 PR breakpoints/16101
15740 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15741 test pass/fail messages. Detect missing support for dprintf when
15742 breakpoints are actually inserted.
15743 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15744 breakpoints are actually inserted.
15745 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15746 fails.
15747
15748 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15749
15750 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15751
15752 2014-03-22 Doug Evans <xdje42@gmail.com>
15753
15754 * gdb.python/python.exp (python not supported): Verify multi-line
15755 python command issues an error.
15756 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15757 guile command issues an error.
15758
15759 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15760
15761 * gdb.threads/thread-specific.exp: Handle the lack of usable
15762 $this_breakpoint and $this_thread.
15763
15764 2014-03-21 Hui Zhu <hui@codesourcery.com>
15765
15766 * gdb.base/attach.exp (do_command_attach_tests): New.
15767
15768 2014-03-20 Tom Tromey <tromey@redhat.com>
15769 Pedro Alves <palves@redhat.com>
15770
15771 PR cli/15718
15772 * gdb.base/condbreak-call-false.c: New file.
15773 * gdb.base/condbreak-call-false.exp: New file.
15774
15775 2014-03-20 Pedro Alves <palves@redhat.com>
15776
15777 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15778 Delete.
15779 (block_signals, unblock_signals): Delete.
15780 (child_function_2, main): Remove references to deleted variable
15781 and functions.
15782
15783 2014-03-20 Pedro Alves <palves@redhat.com>
15784
15785 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15786 Use pthread_kill to signal thread 2.
15787 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15788 Adjust to make the test send itself a signal rather than using the
15789 host's "kill" command.
15790
15791 2014-03-20 Pedro Alves <palves@redhat.com>
15792
15793 * gdb.threads/multiple-step-overs.c: New file.
15794 * gdb.threads/multiple-step-overs.exp: New file.
15795 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15796 Adjust expected infrun debug output.
15797
15798 2014-03-20 Pedro Alves <palves@redhat.com>
15799
15800 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15801 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15802
15803 2014-03-20 Pedro Alves <palves@redhat.com>
15804
15805 PR breakpoints/7143
15806 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15807 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15808 of gdb_test_multiple.
15809 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15810 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15811
15812 2014-03-20 Pedro Alves <palves@redhat.com>
15813
15814 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15815 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15816
15817 2014-03-19 Pedro Alves <palves@redhat.com>
15818
15819 * gdb.base/async.exp: Remove early return.
15820
15821 2014-03-19 Pedro Alves <palves@redhat.com>
15822
15823 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15824
15825 2014-03-19 Pedro Alves <palves@redhat.com>
15826
15827 * gdb.base/async.exp (test_background): Expect \r\n after
15828 "completed." in the fail pattern.
15829
15830 2014-03-19 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.base/async.exp (test_background): New procedure.
15833 Use it for all background execution command tests.
15834
15835 2014-03-19 Pedro Alves <palves@redhat.com>
15836
15837 * gdb.base/async.exp: Use prepare_for_testing.
15838
15839 2014-03-19 Pedro Alves <palves@redhat.com>
15840
15841 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15842 the same line.
15843
15844 2014-03-19 Pedro Alves <palves@redhat.com>
15845
15846 * gdb.base/async.c (main): Add "jump here" and "until here" line
15847 marker comments.
15848 * gdb.base/async.exp (jump_here): New global.
15849 (jump& test): Use it.
15850 (until_here): New global.
15851 (until& test): Use it.
15852
15853 2014-03-19 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.base/async.exp: Don't frob gdb_protocol.
15856
15857 2014-03-18 Doug Evans <xdje42@gmail.com>
15858
15859 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15860 Fix spelling of exec-done-display.
15861
15862 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15863
15864 PR gdb/15358
15865 * gdb.base/gdb-sigterm.c: New file.
15866 * gdb.base/gdb-sigterm.exp: New file.
15867
15868 2014-03-18 Pedro Alves <palves@redhat.com>
15869
15870 PR gdb/13860
15871 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15872 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15873 solib-event.
15874
15875 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15876
15877 * gdb.ada/pckd_arr_ren: New testcase.
15878
15879 2014-03-13 Doug Evans <xdje42@gmail.com>
15880
15881 PR guile/16612
15882 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15883 collect after discarding symbols.
15884
15885 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15886 Doug Evans <xdje42@gmail.com>
15887
15888 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15889 to history survives a gc.
15890
15891 2014-03-13 Pedro Alves <palves@redhat.com>
15892
15893 * gdb.base/default.exp: Don't test "target procfs".
15894
15895 2014-03-13 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.base/default.exp: Update "target child" and "target procfs"
15898 tests to not expect "Unix".
15899
15900 2014-03-12 Tom Tromey <tromey@redhat.com>
15901
15902 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15903 New procs. Add target-async tests.
15904 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15905 Add target-async tests.
15906
15907 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15908
15909 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15910 'func_start' and 'func_end' for the beginning and end of the
15911 function code, respectively.
15912 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15913 'func_end' instead of 'func' and 'main'.
15914
15915 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15916
15917 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15918 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15919 generate the debug info assembler source.
15920
15921 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15922
15923 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15924 * gdb.dwarf2/arr-subrange.exp: Likewise.
15925 * gdb.dwarf2/dwz.exp: Likewise.
15926 * gdb.dwarf2/method-ptr.exp: Likewise.
15927 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15928 * gdb.dwarf2/subrange.exp: Likewise.
15929 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15930 * gdb.dwarf2/implptrpiece.exp: Likewise.
15931 * gdb.dwarf2/nostaticblock.exp: Likewise.
15932
15933 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15934
15935 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15936 directory to absolute path name arguments.
15937
15938 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15939
15940 * gdb.ada/tagged_access: New testcase.
15941
15942 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15943
15944 * gdb.btrace/data.exp: Update expected output.
15945
15946 2014-03-06 Yao Qi <yao@codesourcery.com>
15947
15948 * gdb.trace/pr16508.exp: New file.
15949
15950 2014-03-05 Pedro Alves <palves@redhat.com>
15951
15952 PR gdb/16575
15953 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15954 procedure.
15955 (top level): Adjust to use it. Add tests that exercise breakpoint
15956 interaction with the code-cache.
15957
15958 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15959
15960 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15961 test for 'history-append!'.
15962
15963 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15964
15965 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15966 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15967 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15968 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15969 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15970 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15971
15972 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15973
15974 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15975 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15976 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15977
15978 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15979
15980 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15981
15982 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15983
15984 * gdb.dwarf2/arr-stride.c: New file.
15985 * gdb.dwarf2/arr-stride.exp: New file.
15986
15987 2014-02-26 Pedro Alves <palves@redhat.com>
15988
15989 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15990 that won't ever trigger. Make sure that GDB reports the correct
15991 breakpoint that caused the stop.
15992
15993 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15994
15995 PR gdb/16626
15996 * gdb.base/auto-load-script: New file.
15997 * gdb.base/auto-load.c: New file.
15998 * gdb.base/auto-load.exp: New file.
15999
16000 PR gdb/16626
16001 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16002
16003 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16004
16005 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16006 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16007
16008 2014-02-24 Doug Evans <dje@google.com>
16009
16010 * lib/gdb.exp (run_on_host): Log error output if program fails.
16011
16012 2014-02-21 Pedro Alves <palves@redhat.com>
16013
16014 * gdb.threads/step-after-sr-lock.c: Rename to ...
16015 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16016 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16017 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16018 ... this.
16019
16020 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16021
16022 PR tdep/16397
16023 * gdb.arch/amd64-stap-special-operands.exp: New file.
16024 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16025 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16026 * gdb.arch/amd64-stap-triplet.S: Likewise.
16027 * gdb.arch/amd64-stap-triplet.c: Likewise.
16028
16029 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16030
16031 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16032 in .section pseudo-op.
16033
16034 2014-02-20 lin zuojian <manjian2006@gmail.com>
16035 Joel Brobecker <brobecker@adacore.com>
16036 Doug Evans <xdje42@gmail.com>
16037
16038 PR symtab/16581
16039 * gdb.dwarf2/dw2-icycle.S: New file.
16040 * gdb.dwarf2/dw2-icycle.c: New file.
16041 * gdb.dwarf2/dw2-icycle.exp: New file.
16042
16043 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16044
16045 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16046 operations on gdb.Value objects.
16047 * gdb.python/py-value-cc.exp: Add new test to test operations on
16048 gdb.Value objects.
16049
16050 2014-02-18 Doug Evans <dje@google.com>
16051
16052 * Makefile.in (TESTS): New variable.
16053 (expanded_tests, expanded_tests_or_none): New variables
16054 (check-single): Pass $(expanded_tests_or_none) to runtest.
16055 (check-parallel): Only run tests in $(TESTS) if non-empty.
16056 (check/no-matching-tests-found): New rule.
16057 * README: Document TESTS makefile variable.
16058
16059 2014-02-18 Doug Evans <dje@google.com>
16060
16061 * Makefile.in (check-parallel): rm -rf outputs temp.
16062
16063 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16064
16065 Fix "ERROR: no fileid for" in the testsuite.
16066 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16067
16068 2014-02-12 Doug Evans <dje@google.com>
16069
16070 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16071 (MISCELLANEOUS): New variable.
16072 (clean): rm -rf $(MISCELLANEOUS).
16073 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16074 dwp live in the same directory as symlinks, with each symlink pointed
16075 to a differently named file in a different directory.
16076
16077 2014-02-11 Doug Evans <dje@google.com>
16078
16079 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16080 of Tcl file commands.
16081
16082 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16083
16084 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16085 "kill -SIGUSR1 -1".
16086
16087 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16088
16089 * gdb.ada/tick_length_array_enum_idx: New testcase.
16090
16091 2014-02-10 Doug Evans <xdje42@gmail.com>
16092
16093 * configure.ac (AC_OUTPUT): Add gdb.guile.
16094 * configure: Regenerate.
16095 * lib/gdb-guile.exp: New file.
16096 * lib/gdb.exp (get_target_charset): New function.
16097 * gdb.base/help.exp: Update expected output from "apropos apropos".
16098 * gdb.guile/Makefile.in: New file.
16099 * gdb.guile/guile.exp: New file.
16100 * gdb.guile/scm-arch.c: New file.
16101 * gdb.guile/scm-arch.exp: New file.
16102 * gdb.guile/scm-block.c: New file.
16103 * gdb.guile/scm-block.exp: New file.
16104 * gdb.guile/scm-breakpoint.c: New file.
16105 * gdb.guile/scm-breakpoint.exp: New file.
16106 * gdb.guile/scm-disasm.c: New file.
16107 * gdb.guile/scm-disasm.exp: New file.
16108 * gdb.guile/scm-equal.c: New file.
16109 * gdb.guile/scm-equal.exp: New file.
16110 * gdb.guile/scm-error.exp: New file.
16111 * gdb.guile/scm-error.scm: New file.
16112 * gdb.guile/scm-frame-args.c: New file.
16113 * gdb.guile/scm-frame-args.exp: New file.
16114 * gdb.guile/scm-frame-args.scm: New file.
16115 * gdb.guile/scm-frame-inline.c: New file.
16116 * gdb.guile/scm-frame-inline.exp: New file.
16117 * gdb.guile/scm-frame.c: New file.
16118 * gdb.guile/scm-frame.exp: New file.
16119 * gdb.guile/scm-generics.exp: New file.
16120 * gdb.guile/scm-gsmob.exp: New file.
16121 * gdb.guile/scm-iterator.c: New file.
16122 * gdb.guile/scm-iterator.exp: New file.
16123 * gdb.guile/scm-math.c: New file.
16124 * gdb.guile/scm-math.exp: New file.
16125 * gdb.guile/scm-objfile-script-gdb.in: New file.
16126 * gdb.guile/scm-objfile-script.c: New file.
16127 * gdb.guile/scm-objfile-script.exp: New file.
16128 * gdb.guile/scm-objfile.c: New file.
16129 * gdb.guile/scm-objfile.exp: New file.
16130 * gdb.guile/scm-ports.exp: New file.
16131 * gdb.guile/scm-pretty-print.c: New file.
16132 * gdb.guile/scm-pretty-print.exp: New file.
16133 * gdb.guile/scm-pretty-print.scm: New file.
16134 * gdb.guile/scm-section-script.c: New file.
16135 * gdb.guile/scm-section-script.exp: New file.
16136 * gdb.guile/scm-section-script.scm: New file.
16137 * gdb.guile/scm-symbol.c: New file.
16138 * gdb.guile/scm-symbol.exp: New file.
16139 * gdb.guile/scm-symtab-2.c: New file.
16140 * gdb.guile/scm-symtab.c: New file.
16141 * gdb.guile/scm-symtab.exp: New file.
16142 * gdb.guile/scm-type.c: New file.
16143 * gdb.guile/scm-type.exp: New file.
16144 * gdb.guile/scm-value-cc.cc: New file.
16145 * gdb.guile/scm-value-cc.exp: New file.
16146 * gdb.guile/scm-value.c: New file.
16147 * gdb.guile/scm-value.exp: New file.
16148 * gdb.guile/source2.scm: New file.
16149 * gdb.guile/types-module.cc: New file.
16150 * gdb.guile/types-module.exp: New file.
16151
16152 2014-02-10 Yao Qi <yao@codesourcery.com>
16153
16154 PR testsuite/16543
16155 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16156 * configure: Regenerated.
16157 * Makefile.in: New file.
16158
16159 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16160
16161 * gdb.python/py-framefilter.exp: Fix typo.
16162
16163 2014-02-08 Yao Qi <yao@codesourcery.com>
16164
16165 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16166 that no =breakpoint-modified is emitted when breakpoints are
16167 modified through MI commands.
16168
16169 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16170 Pedro Alves <palves@redhat.com>
16171
16172 * gdb.threads/step-after-sr-lock.c: New file.
16173 * gdb.threads/step-after-sr-lock.exp: New file.
16174
16175 2014-02-07 Pedro Alves <palves@redhat.com>
16176
16177 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16178
16179 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16180
16181 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16182 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16183
16184 2014-02-06 Doug Evans <xdje42@gmail.com>
16185
16186 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16187 output.
16188
16189 * gdb.gdb/python-interrupts.exp: New file.
16190
16191 2014-02-05 Yao Qi <yao@codesourcery.com>
16192
16193 * gdb.trace/report.exp (use_collected_data): Test the output
16194 of "info threads" and "info inferiors".
16195
16196 2014-02-05 Yao Qi <yao@codesourcery.com>
16197
16198 Revert this patch:
16199
16200 2013-05-24 Yao Qi <yao@codesourcery.com>
16201
16202 * gdb.trace/tfile.exp: Test inferior and thread.
16203
16204 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16205
16206 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16207 on a function.
16208 * gdb.base/step-bt.c: Call hello via function pointer to make
16209 sure its first instruction is executed on powerpc64le-linux.
16210
16211 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16212
16213 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16214
16215 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16216
16217 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16218 of the test patterns for use on little-endian systems.
16219
16220 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16221
16222 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16223 (decimal_vector): Fix for little-endian.
16224
16225 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16226
16227 * gdb.arch/sparc-sysstep.exp: New file.
16228 * gdb.arch/sparc-sysstep.c: Likewise.
16229
16230 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16231
16232 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16233
16234 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16235
16236 2014-01-23 Tom Tromey <tromey@redhat.com>
16237
16238 * gdb.ada/array_char_idx: New testcase.
16239
16240 2014-01-23 Tom Tromey <tromey@redhat.com>
16241
16242 PR python/16487:
16243 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16244 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16245 classes.
16246
16247 2014-01-23 Tom Tromey <tromey@redhat.com>
16248
16249 PR python/16491:
16250 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16251 string from an inferior frame.
16252 * gdb.python/py-framefilter-mi.exp: Update.
16253
16254 2014-01-22 Doug Evans <dje@google.com>
16255
16256 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16257
16258 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16259
16260 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16261
16262 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16263
16264 * gdb.trace/entry-values.exp: Remove excess space character from
16265 regex patterns. Handle s390 call instruction.
16266
16267 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16268
16269 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16270 define "*_start" label. Make "name" static.
16271 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16272 ${name} by references to ${name}_start.
16273
16274 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16275
16276 * gdb.base/info-macros.exp: Remove "debug" from the compile
16277 options.
16278
16279 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16280
16281 * gdb.dlang/demangle.exp: New file.
16282
16283 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16284
16285 * gdb.dlang/primitive-types.exp: New file.
16286
16287 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16288
16289 * configure.ac: Create gdb.dlang/Makefile.
16290 * configure: Regenerate.
16291 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16292 * gdb.dlang/Makefile.in: New file.
16293 * lib/d-support.exp: New file.
16294 * lib/gdb.exp (skip_d_tests): New proc.
16295
16296 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16297
16298 * gdb.btrace/delta.exp: Check reverse stepi.
16299 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16300 * gdb.btrace/finish.exp: New.
16301 * gdb.btrace/next.exp: New.
16302 * gdb.btrace/nexti.exp: New.
16303 * gdb.btrace/record_goto.c: Add comments.
16304 * gdb.btrace/step.exp: New.
16305 * gdb.btrace/stepi.exp: New.
16306 * gdb.btrace/multi-thread-step.c: New.
16307 * gdb.btrace/multi-thread-step.exp: New.
16308 * gdb.btrace/rn-dl-bind.c: New.
16309 * gdb.btrace/rn-dl-bind.exp: New.
16310 * gdb.btrace/data.c: New.
16311 * gdb.btrace/data.exp: New.
16312 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16313
16314 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16315
16316 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16317 * gdb.btrace/exception.exp: Update.
16318 * gdb.btrace/instruction_history.exp: Update.
16319 * gdb.btrace/record_goto.exp: Update.
16320 * gdb.btrace/tailcall.exp: Update.
16321 * gdb.btrace/unknown_functions.exp: Update.
16322 * gdb.btrace/delta.exp: New.
16323
16324 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16325
16326 * gdb.btrace/record_goto.exp: Add backtrace test.
16327 * gdb.btrace/tailcall.exp: Add backtrace test.
16328
16329 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16330
16331 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16332 * gdb.btrace/record_goto.c: New.
16333 * gdb.btrace/record_goto.exp: New.
16334 * gdb.btrace/x86-record_goto.S: New.
16335
16336 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16337
16338 * gdb.btrace/function_call_history.exp: Update tests.
16339 * gdb.btrace/instruction_history.exp: Update tests.
16340
16341 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16342
16343 * gdb.btrace/function_call_history.exp: Fix expected field
16344 order for "record function-call-history".
16345 Add new tests for "record function-call-history /c".
16346 * gdb.btrace/exception.cc: New.
16347 * gdb.btrace/exception.exp: New.
16348 * gdb.btrace/tailcall.exp: New.
16349 * gdb.btrace/x86-tailcall.S: New.
16350 * gdb.btrace/x86-tailcall.c: New.
16351 * gdb.btrace/unknown_functions.c: New.
16352 * gdb.btrace/unknown_functions.exp: New.
16353 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16354
16355 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16356
16357 * gdb.btrace/instruction_history.exp: Update.
16358 * gdb.btrace/function_call_history.exp: Update.
16359
16360 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16361
16362 * gdb.btrace/function_call_history.exp: Fix expected function
16363 trace.
16364 * gdb.btrace/instruction_history.exp: Initialize traced.
16365 Remove traced_functions.
16366
16367 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16368
16369 * gdb.btrace/function_call_history.exp: Update
16370 * gdb.btrace/instruction_history.exp: Update.
16371
16372 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16373
16374 * gdb.btrace/enable.exp: Update expected text.
16375
16376 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16377
16378 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16379 bytes.
16380
16381 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16382
16383 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16384
16385 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16386
16387 * lib/gdb.exp (supports_process_record): Return true for
16388 arm*-linux*. (supports_reverse): Likewise.
16389
16390 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16391
16392 PR python/15464
16393 PR python/16113
16394 * gdb.python/py-type.c: Enhance test case.
16395 * gdb.python/py-value-cc.cc: Likewise
16396 * gdb.python/py-type.exp: Add new tests.
16397 * gdb.python/py-value-cc.exp: Likewise
16398
16399 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16400 Pedro Alves <palves@redhat.com>
16401
16402 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16403 Make "name" extern.
16404 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16405 references to ${name}_start by references to ${name}.
16406
16407 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16408
16409 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16410
16411 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16412
16413 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16414
16415 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16416 Pedro Alves <palves@redhat.com>
16417
16418 * gdb.mi/mi-info-os.exp: Connect to the target with
16419 mi_gdb_target_load.
16420
16421 2014-01-08 Pedro Alves <palves@redhat.com>
16422
16423 * gdb.threads/reconnect-signal.c: New file.
16424 * gdb.threads/reconnect-signal.exp: New file.
16425
16426 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16427
16428 * gdb.base/source-dir.exp: New file.
16429
16430 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16431
16432 * gdb.ada/mi_interface: New testcase.
16433
16434 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16435
16436 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16437 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16438 gdb.ada/pp-rec-component/pck.ads: New files.
16439
16440 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16441
16442 * gdb.python/py-pp-integral.c: New file.
16443 * gdb.python/py-pp-integral.py: New file.
16444 * gdb.python/py-pp-integral.exp: New file.
16445
16446 For older changes see ChangeLog-1993-2013.
16447 \f
16448 ;; Local Variables:
16449 ;; mode: change-log
16450 ;; left-margin: 8
16451 ;; fill-column: 74
16452 ;; version-control: never
16453 ;; End:
16454
16455 Copyright 2014-2019 Free Software Foundation, Inc.
16456 Copying and distribution of this file, with or without modification,
16457 are permitted provided the copyright notice and this notice are preserved.
This page took 0.447402 seconds and 4 git commands to generate.